01KZY77DFHSESPV54PS0NHMHR1: clippy (helios)

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

Buildomat Job: 01KZY77TEXW93DGZ551D4C54XZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T18:48:57.314Zjob assigned to worker 01KZY785M02BCRJNP65QMRSAPA [factory aws, i-028efede22bfa3fc8] (queued for 54 s)
 
22026-08-13T18:49:03.549Zstarting task 0: "setup"
32026-08-13T18:49:03.553Z++ uname -s
42026-08-13T18:49:03.555Z+ kern=SunOS
52026-08-13T18:49:03.555Z+ build_user=build
62026-08-13T18:49:03.555Z+ build_uid=12345
72026-08-13T18:49:03.555Z+ work_dir=/work
82026-08-13T18:49:03.556Z+ input_dir=/input
92026-08-13T18:49:03.556Z+ [[ 0 == 12345 ]]
102026-08-13T18:49:03.556Z+ case "$kern" in
112026-08-13T18:49:03.556Z+ groupadd -g 12345 build
122026-08-13T18:49:03.559Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T18:49:05.561Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T18:49:05.622Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T18:49:05.625Z+ home_fs=zfs
162026-08-13T18:49:05.625Z+ [[ zfs == autofs ]]
172026-08-13T18:49:05.625Z+ mkdir -p /home/build
182026-08-13T18:49:05.625Z+ chown build:build /home/build /work
192026-08-13T18:49:07.625Z+ chmod 0700 /home/build /work
202026-08-13T18:49:07.628Zprocess exited: duration 4079 ms, exit code 0
 
212026-08-13T18:49:07.634Zstarting task 1: "rust-toolchain"
222026-08-13T18:49:07.638Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T18:49:07.638Z * rust toolchain channel = "1.97.1"
242026-08-13T18:49:07.638Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-13T18:49:07.638Z * rust toolchain profile = "default"
262026-08-13T18:49:07.638Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-13T18:49:07.638Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-13T18:49:07.641Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T18:49:07.641Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T18:49:07.744Zinfo: downloading installer
312026-08-13T18:49:09.142Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T18:49:09.142Zwarn: /home/build/.rustup/settings.toml
332026-08-13T18:49:09.142Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T18:49:09.142Zwarn: instead of the one inferred from the default host triple.
352026-08-13T18:49:09.155Zinfo: profile set to default
362026-08-13T18:49:09.155Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T18:49:09.158Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T18:49:09.287Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T18:49:09.290Zinfo: downloading 6 components
402026-08-13T18:49:24.984Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T18:49:24.984Z
422026-08-13T18:49:25.009Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T18:49:25.010Z
442026-08-13T18:49:25.010Z
452026-08-13T18:49:25.010ZRust is installed now. Great!
462026-08-13T18:49:25.010Z
472026-08-13T18:49:25.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T18:49:25.010Zenvironment variable. This has not been done automatically.
492026-08-13T18:49:25.010Z
502026-08-13T18:49:25.010ZTo configure your current shell, you need to source
512026-08-13T18:49:25.010Zthe corresponding env file under $HOME/.cargo.
522026-08-13T18:49:25.010Z
532026-08-13T18:49:25.010ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T18:49:25.013Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T18:49:25.013Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T18:49:25.013Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T18:49:25.013Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T18:49:25.013Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T18:49:25.013Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T18:49:25.013Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T18:49:25.013Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T18:49:25.093Z+ rustup --version
632026-08-13T18:49:25.102Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T18:49:25.105Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T18:49:25.123Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T18:49:25.126Z+ cargo --version
672026-08-13T18:49:25.140Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T18:49:25.143Z+ rustc --version
692026-08-13T18:49:25.162Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T18:49:25.165Zprocess exited: duration 17529 ms, exit code 0
 
712026-08-13T18:49:25.171Zstarting task 2: "authentication"
722026-08-13T18:49:25.187Zprocess exited: duration 16 ms, exit code 0
 
732026-08-13T18:49:25.193Zstarting task 3: "clone repository"
742026-08-13T18:49:25.197Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T18:49:25.199Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T18:49:25.233ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T18:49:36.334Z+ cd /work/oxidecomputer/omicron
782026-08-13T18:49:36.334Z+ git fetch origin 30df0f21bcb15483e46b103088a6662f52fac275
792026-08-13T18:49:36.686ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T18:49:36.686Z * branch 30df0f21bcb15483e46b103088a6662f52fac275 -> FETCH_HEAD
812026-08-13T18:49:36.695Z+ [[ -n sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
822026-08-13T18:49:36.698Z++ git branch --show-current
832026-08-13T18:49:36.698Z+ current=main
842026-08-13T18:49:36.699Z+ [[ main != sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
852026-08-13T18:49:36.699Z+ git branch -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository 30df0f21bcb15483e46b103088a6662f52fac275
862026-08-13T18:49:36.702Z+ git checkout -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository
872026-08-13T18:49:36.867ZSwitched to branch 'sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository'
882026-08-13T18:49:36.871Z+ git reset --hard 30df0f21bcb15483e46b103088a6662f52fac275
892026-08-13T18:49:37.034ZHEAD is now at 30df0f21b rebase on main
902026-08-13T18:49:37.037Zprocess exited: duration 11842 ms, exit code 0
 
912026-08-13T18:49:37.043Zstarting task 4: "build"
922026-08-13T18:49:37.047Z+ source ./env.sh
932026-08-13T18:49:37.049Z++ OLD_SHELL_OPTS=ehxB
942026-08-13T18:49:37.049Z++ set -o xtrace
952026-08-13T18:49:37.050Z++++ dirname ./env.sh
962026-08-13T18:49:37.052Z+++ readlink -f .
972026-08-13T18:49:37.055Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-13T18:49:37.055Z++ 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-13T18:49:37.055Z++ 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-13T18:49:37.055Z++ 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-13T18:49:37.055Z++ 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-13T18:49:37.055Z++ 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-13T18:49:37.055Z++ 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-13T18:49:37.056Z++ 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-13T18:49:37.056Z++ 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-13T18:49:37.056Z++ 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-13T18:49:37.056Z++ 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-13T18:49:37.056Z++ case $OLD_SHELL_OPTS in
1092026-08-13T18:49:37.056Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-13T18:49:37.056Z+ source .github/buildomat/ci-env.sh
1112026-08-13T18:49:37.056Z++ export CARGO_TERM_COLOR=always
1122026-08-13T18:49:37.056Z++ CARGO_TERM_COLOR=always
1132026-08-13T18:49:37.056Z+++ uname -s
1142026-08-13T18:49:37.056Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-13T18:49:37.056Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-13T18:49:37.059Z+ cargo --version
1172026-08-13T18:49:37.065Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-13T18:49:37.068Z+ rustc --version
1192026-08-13T18:49:37.086Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-13T18:49:37.089Z+ banner prerequisites
1212026-08-13T18:49:37.092Z
1222026-08-13T18:49:37.092Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-13T18:49:37.092Z # # # # # # # # # # # # # # #
1242026-08-13T18:49:37.092Z # # # # ##### # # ##### # # # # # #### #
1252026-08-13T18:49:37.092Z ##### ##### # ##### # # # # # # # # #
1262026-08-13T18:49:37.092Z # # # # # # # # # # # # # # #
1272026-08-13T18:49:37.092Z # # # ###### # # ###### ### # #### # #### #
1282026-08-13T18:49:37.092Z
1292026-08-13T18:49:37.092Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-13T18:49:38.873Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-13T18:49:39.178Z Startup: Caching catalogs ... Done
1322026-08-13T18:49:40.886ZPlanning: Solver setup ... Done (1.608s)
1332026-08-13T18:49:40.939ZPlanning: Running solver ... Done (0.053s)
1342026-08-13T18:49:40.976ZPlanning: Finding local manifests ... Done (0.002s)
1352026-08-13T18:49:40.987ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-13T18:49:41.007ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-13T18:49:41.021ZPlanning: Package planning ... Done (0.014s)
1382026-08-13T18:49:41.025ZPlanning: Merging actions ... Done (0.001s)
1392026-08-13T18:49:41.181ZPlanning: Checking for conflicting actions ... Done (0.159s)
1402026-08-13T18:49:41.185ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-13T18:49:41.951ZPlanning: Evaluating mediators ... Done (0.769s)
1422026-08-13T18:49:41.955ZPlanning: Planning completed in 2.74 seconds
1432026-08-13T18:49:41.960Z Packages to install: 2
1442026-08-13T18:49:41.963Z Estimated space available: 156.02 GB
1452026-08-13T18:49:41.963ZEstimated space to be consumed: 67.95 MB
1462026-08-13T18:49:41.963Z Create boot environment: No
1472026-08-13T18:49:41.963ZCreate backup boot environment: No
1482026-08-13T18:49:41.963Z Rebuild boot archive: No
1492026-08-13T18:49:41.963Z
1502026-08-13T18:49:41.963ZChanged packages:
1512026-08-13T18:49:41.964Zhelios
1522026-08-13T18:49:41.964Z developer/build-essential
1532026-08-13T18:49:41.964Z None -> 11-3.0
1542026-08-13T18:49:41.964Z library/libxmlsec1
1552026-08-13T18:49:41.964Z None -> 1.2.35-3.0
1562026-08-13T18:49:41.985Z
1572026-08-13T18:49:41.985ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-13T18:49:42.058ZDownload: Completed 1.28 MB in 0.07 seconds (17.5M/s)
1592026-08-13T18:49:42.157Z Actions: 1/268 actions (Installing new actions)
1602026-08-13T18:49:42.194Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-13T18:49:42.223ZFinalize: Updating package state database ... Done (0.029s)
1622026-08-13T18:49:42.226ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-13T18:49:42.298ZFinalize: Updating image state ... Done (0.073s)
1642026-08-13T18:49:44.723ZFinalize: Creating fast lookup database ... Done (2.382s)
1652026-08-13T18:49:44.791ZFinalize: Reading search index ... Done (0.012s)
1662026-08-13T18:49:44.794ZFinalize: Updating search index ... Done (0.000s)
1672026-08-13T18:49:44.916ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-13T18:49:45.271ZPlanning: Evaluating mediator changes ... Done
1692026-08-13T18:49:45.377ZPlanning: Checking for conflicting actions ... Done
1702026-08-13T18:49:45.380ZPlanning: Consolidating action changes ... Done
1712026-08-13T18:49:45.535ZPlanning: Evaluating mediators ... Done
1722026-08-13T18:49:45.538ZPlanning: Planning completed in 0.26 seconds
1732026-08-13T18:49:45.558Z Mediators to change: 2
1742026-08-13T18:49:45.558Z Create boot environment: No
1752026-08-13T18:49:45.558ZCreate backup boot environment: No
1762026-08-13T18:49:45.599ZFinalize: Updating package state database ... Done
1772026-08-13T18:49:45.599ZFinalize: Updating package cache ... Done
1782026-08-13T18:49:45.644ZFinalize: Updating image state ... Done
1792026-08-13T18:49:47.575ZFinalize: Creating fast lookup database ... Done
1802026-08-13T18:49:47.635ZFinalize: Reading search index ... Done
1812026-08-13T18:49:47.638ZFinalize: Updating search index ... Done
1822026-08-13T18:49:47.743ZFinalize: Updating package cache ... Done
1832026-08-13T18:49:48.028ZPlanning: Evaluating mediator changes ... Done
1842026-08-13T18:49:48.133ZPlanning: Checking for conflicting actions ... Done
1852026-08-13T18:49:48.136ZPlanning: Consolidating action changes ... Done
1862026-08-13T18:49:48.289ZPlanning: Evaluating mediators ... Done
1872026-08-13T18:49:48.292ZPlanning: Planning completed in 0.26 seconds
1882026-08-13T18:49:48.312Z Mediators to change: 1
1892026-08-13T18:49:48.312Z Create boot environment: No
1902026-08-13T18:49:48.312ZCreate backup boot environment: No
1912026-08-13T18:49:48.359ZFinalize: Updating package state database ... Done
1922026-08-13T18:49:48.359ZFinalize: Updating package cache ... Done
1932026-08-13T18:49:48.402ZFinalize: Updating image state ... Done
1942026-08-13T18:49:50.335ZFinalize: Creating fast lookup database ... Done
1952026-08-13T18:49:50.395ZFinalize: Reading search index ... Done
1962026-08-13T18:49:50.398ZFinalize: Updating search index ... Done
1972026-08-13T18:49:50.481ZFinalize: Updating package cache ... Done
1982026-08-13T18:49:50.791ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-13T18:49:50.791Zapache system 2.4 system
2002026-08-13T18:49:50.791Zclang system 15 system
2012026-08-13T18:49:50.791Zcsh system system illumos
2022026-08-13T18:49:50.791Zctags system system illumos
2032026-08-13T18:49:50.791Zfile vendor vendor darwinsys
2042026-08-13T18:49:50.791Zfile system system illumos
2052026-08-13T18:49:50.791Zgcc vendor 14 vendor
2062026-08-13T18:49:50.791Zgcc system 13 system
2072026-08-13T18:49:50.791Zgcc system 10 system
2082026-08-13T18:49:50.791Zgo system 1.25 system
2092026-08-13T18:49:50.791Zllvm system 15 system
2102026-08-13T18:49:50.791Zmariadb system 11.4 system
2112026-08-13T18:49:50.791Zmta vendor vendor dma
2122026-08-13T18:49:50.791Zopenjdk system 17 system
2132026-08-13T18:49:50.791Zopenjdk system 11 system
2142026-08-13T18:49:50.791Zopenssl vendor 3 vendor
2152026-08-13T18:49:50.791Zperl system 5.40 system
2162026-08-13T18:49:50.791Zpostgresql system 18 system
2172026-08-13T18:49:50.791Zpostgresql system 17 system
2182026-08-13T18:49:50.791Zpython vendor 3 vendor
2192026-08-13T18:49:50.791Zpython system 2 system
2202026-08-13T18:49:50.791Zpython3 vendor 3.13 vendor
2212026-08-13T18:49:50.791Zruby system 3.4 system
2222026-08-13T18:49:50.791Zruby system 3.0 system
2232026-08-13T18:49:50.791Zwords vendor vendor american-english
2242026-08-13T18:49:50.791Zwords system system australian-english
2252026-08-13T18:49:50.791Zwords system system british-english
2262026-08-13T18:49:50.791Zwords system system canadian-english
2272026-08-13T18:49:50.791Zwords system system french
2282026-08-13T18:49:50.791Zwords system system italian
2292026-08-13T18:49:50.791Zwords system system ngerman
2302026-08-13T18:49:50.791Zwords system system ogerman
2312026-08-13T18:49:50.791Zwords system system spanish
2322026-08-13T18:49:51.039ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-13T18:49:51.039Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-13T18:49:51.478ZFMRI IFO
2352026-08-13T18:49:51.478Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-13T18:49:51.478Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-13T18:49:51.478Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-13T18:49:51.478Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-13T18:49:51.478Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-13T18:49:51.478Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-13T18:49:51.478Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-13T18:49:51.478Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-13T18:49:51.478Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-13T18:49:51.792Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-13T18:49:52.172Z Updating crates.io index
2462026-08-13T18:49:52.175Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-13T18:49:52.447Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-13T18:49:52.813Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-13T18:49:53.794Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-13T18:49:54.330Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-13T18:49:55.918Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-13T18:49:56.729Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-13T18:49:57.052Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-13T18:49:57.438Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-13T18:49:59.584Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-13T18:49:59.901Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-13T18:50:00.282Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-13T18:50:01.107Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-13T18:50:01.692Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-13T18:50:02.080Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-13T18:50:02.364Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-13T18:50:02.648Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-13T18:50:02.965Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-13T18:50:03.641Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-13T18:50:04.113Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-13T18:50:04.533Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-13T18:50:05.227Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-13T18:50:05.598Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-13T18:50:06.201Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-13T18:50:06.533Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-13T18:50:06.848Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-13T18:50:07.301Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-13T18:50:07.643Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-13T18:50:08.180Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-13T18:50:08.536Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-13T18:50:08.825Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-13T18:50:09.232Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-13T18:50:09.607Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-13T18:50:10.204Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-13T18:50:10.514Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-13T18:50:10.834Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-13T18:50:11.194Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-08-13T18:50:11.540Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-08-13T18:50:11.803Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2852026-08-13T18:50:12.102Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2862026-08-13T18:50:12.432Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2872026-08-13T18:50:12.693Z Updating git repository `https://github.com/illumos/smf-rs`
2882026-08-13T18:50:15.165Z Downloading crates ...
2892026-08-13T18:50:15.217Z Downloaded cfg-if v1.0.4
2902026-08-13T18:50:15.226Z Downloaded anstream v1.0.0
2912026-08-13T18:50:15.230Z Downloaded pest_meta v2.8.6
2922026-08-13T18:50:15.233Z Downloaded block-buffer v0.10.4
2932026-08-13T18:50:15.233Z Downloaded colorchoice v1.0.4
2942026-08-13T18:50:15.238Z Downloaded errno v0.3.14
2952026-08-13T18:50:15.241Z Downloaded dof v0.3.0
2962026-08-13T18:50:15.241Z Downloaded dtrace-parser v0.2.0
2972026-08-13T18:50:15.241Z Downloaded itoa v1.0.17
2982026-08-13T18:50:15.241Z Downloaded equivalent v1.0.2
2992026-08-13T18:50:15.244Z Downloaded clap_lex v1.0.0
3002026-08-13T18:50:15.247Z Downloaded heck v0.4.1
3012026-08-13T18:50:15.247Z Downloaded crypto-common v0.1.7
3022026-08-13T18:50:15.247Z Downloaded cargo-platform v0.3.2
3032026-08-13T18:50:15.247Z Downloaded zerocopy v0.7.35
3042026-08-13T18:50:15.255Z Downloaded zmij v1.0.21
3052026-08-13T18:50:15.259Z Downloaded zerocopy-derive v0.7.35
3062026-08-13T18:50:15.261Z Downloaded digest v0.10.7
3072026-08-13T18:50:15.261Z Downloaded fastrand v2.3.0
3082026-08-13T18:50:15.261Z Downloaded fs-err v3.3.0
3092026-08-13T18:50:15.262Z Downloaded once_cell v1.21.3
3102026-08-13T18:50:15.262Z Downloaded clap_derive v4.6.1
3112026-08-13T18:50:15.264Z Downloaded is_terminal_polyfill v1.70.2
3122026-08-13T18:50:15.267Z Downloaded anstyle-query v1.1.5
3132026-08-13T18:50:15.267Z Downloaded macaddr v1.0.1
3142026-08-13T18:50:15.270Z Downloaded generic-array v0.14.7
3152026-08-13T18:50:15.273Z Downloaded strsim v0.11.1
3162026-08-13T18:50:15.275Z Downloaded serde_spanned v0.6.9
3172026-08-13T18:50:15.275Z Downloaded proc-macro-error-attr v1.0.4
3182026-08-13T18:50:15.278Z Downloaded fnv v1.0.7
3192026-08-13T18:50:15.283Z Downloaded anstyle v1.0.14
3202026-08-13T18:50:15.286Z Downloaded heck v0.5.0
3212026-08-13T18:50:15.288Z Downloaded anstyle-parse v1.0.0
3222026-08-13T18:50:15.289Z Downloaded usdt-attr-macro v0.5.0
3232026-08-13T18:50:15.291Z Downloaded memmap v0.7.0
3242026-08-13T18:50:15.299Z Downloaded scroll_derive v0.12.1
3252026-08-13T18:50:15.302Z Downloaded thread-id v4.2.2
3262026-08-13T18:50:15.306Z Downloaded utf8parse v0.2.2
3272026-08-13T18:50:15.308Z Downloaded version_check v0.9.5
3282026-08-13T18:50:15.311Z Downloaded toml_datetime v0.6.11
3292026-08-13T18:50:15.311Z Downloaded byteorder v1.5.0
3302026-08-13T18:50:15.316Z Downloaded cargo_metadata v0.23.1
3312026-08-13T18:50:15.319Z Downloaded autocfg v1.5.0
3322026-08-13T18:50:15.321Z Downloaded plain v0.2.3
3332026-08-13T18:50:15.322Z Downloaded quote v1.0.45
3342026-08-13T18:50:15.322Z Downloaded smawk v0.3.2
3352026-08-13T18:50:15.324Z Downloaded pretty-hex v0.4.1
3362026-08-13T18:50:15.324Z Downloaded swrite v0.1.0
3372026-08-13T18:50:15.329Z Downloaded toml_write v0.1.2
3382026-08-13T18:50:15.331Z Downloaded usdt-macro v0.5.0
3392026-08-13T18:50:15.334Z Downloaded unicode-linebreak v0.1.5
3402026-08-13T18:50:15.337Z Downloaded thiserror-impl v1.0.69
3412026-08-13T18:50:15.340Z Downloaded thiserror-impl v2.0.18
3422026-08-13T18:50:15.340Z Downloaded pest_derive v2.8.6
3432026-08-13T18:50:15.340Z Downloaded thiserror v2.0.18
3442026-08-13T18:50:15.343Z Downloaded pest_generator v2.8.6
3452026-08-13T18:50:15.345Z Downloaded usdt v0.5.0
3462026-08-13T18:50:15.348Z Downloaded terminal_size v0.4.3
3472026-08-13T18:50:15.351Z Downloaded tabled_derive v0.7.0
3482026-08-13T18:50:15.351Z Downloaded cpufeatures v0.2.17
3492026-08-13T18:50:15.351Z Downloaded cargo_toml v0.21.0
3502026-08-13T18:50:15.356Z Downloaded scroll v0.12.0
3512026-08-13T18:50:15.359Z Downloaded sha2 v0.10.9
3522026-08-13T18:50:15.359Z Downloaded thiserror v1.0.69
3532026-08-13T18:50:15.375Z Downloaded bytecount v0.6.9
3542026-08-13T18:50:15.377Z Downloaded proc-macro-error v1.0.4
3552026-08-13T18:50:15.381Z Downloaded clap v4.6.1
3562026-08-13T18:50:15.386Z Downloaded bitflags v2.11.0
3572026-08-13T18:50:15.389Z Downloaded getrandom v0.4.1
3582026-08-13T18:50:15.391Z Downloaded serde_tokenstream v0.2.3
3592026-08-13T18:50:15.391Z Downloaded anyhow v1.0.102
3602026-08-13T18:50:15.395Z Downloaded camino-tempfile v1.4.1
3612026-08-13T18:50:15.402Z Downloaded log v0.4.29
3622026-08-13T18:50:15.405Z Downloaded ucd-trie v0.1.7
3632026-08-13T18:50:15.408Z Downloaded camino v1.2.2
3642026-08-13T18:50:15.408Z Downloaded unicode-ident v1.0.24
3652026-08-13T18:50:15.411Z Downloaded toml v0.8.23
3662026-08-13T18:50:15.411Z Downloaded usdt-impl v0.5.0
3672026-08-13T18:50:15.414Z Downloaded tempfile v3.25.0
3682026-08-13T18:50:15.414Z Downloaded serde_core v1.0.228
3692026-08-13T18:50:15.423Z Downloaded serde_derive v1.0.228
3702026-08-13T18:50:15.426Z Downloaded semver v1.0.28
3712026-08-13T18:50:15.429Z Downloaded textwrap v0.16.2
3722026-08-13T18:50:15.444Z Downloaded papergrid v0.11.0
3732026-08-13T18:50:15.447Z Downloaded proc-macro2 v1.0.106
3742026-08-13T18:50:15.458Z Downloaded memchr v2.8.0
3752026-08-13T18:50:15.461Z Downloaded indexmap v2.14.0
3762026-08-13T18:50:15.468Z Downloaded toml_edit v0.22.27
3772026-08-13T18:50:15.482Z Downloaded typenum v1.20.1
3782026-08-13T18:50:15.485Z Downloaded serde v1.0.228
3792026-08-13T18:50:15.489Z Downloaded pest v2.8.6
3802026-08-13T18:50:15.506Z Downloaded hashbrown v0.17.0
3812026-08-13T18:50:15.510Z Downloaded serde_json v1.0.151
3822026-08-13T18:50:15.517Z Downloaded clap_builder v4.6.0
3832026-08-13T18:50:15.538Z Downloaded goblin v0.8.2
3842026-08-13T18:50:15.546Z Downloaded winnow v0.7.14
3852026-08-13T18:50:15.551Z Downloaded tabled v0.15.0
3862026-08-13T18:50:15.559Z Downloaded syn v1.0.109
3872026-08-13T18:50:15.572Z Downloaded unicode-width v0.1.14
3882026-08-13T18:50:15.575Z Downloaded unicode-width v0.2.0
3892026-08-13T18:50:15.577Z Downloaded syn v2.0.117
3902026-08-13T18:50:15.593Z Downloaded rustix v1.1.3
3912026-08-13T18:50:15.621Z Downloaded libc v0.2.185
3922026-08-13T18:50:15.681Z Compiling proc-macro2 v1.0.106
3932026-08-13T18:50:15.684Z Compiling quote v1.0.45
3942026-08-13T18:50:15.684Z Compiling unicode-ident v1.0.24
3952026-08-13T18:50:15.684Z Compiling serde_core v1.0.228
3962026-08-13T18:50:15.684Z Compiling libc v0.2.185
3972026-08-13T18:50:15.684Z Compiling version_check v0.9.5
3982026-08-13T18:50:15.684Z Compiling memchr v2.8.0
3992026-08-13T18:50:15.684Z Compiling serde v1.0.228
4002026-08-13T18:50:15.999Z Compiling zmij v1.0.21
4012026-08-13T18:50:16.184Z Compiling thiserror v1.0.69
4022026-08-13T18:50:16.297Z Compiling ucd-trie v0.1.7
4032026-08-13T18:50:16.471Z Compiling itoa v1.0.17
4042026-08-13T18:50:16.573Z Compiling pest v2.8.6
4052026-08-13T18:50:16.654Z Compiling rustix v1.1.3
4062026-08-13T18:50:16.694Z Compiling byteorder v1.5.0
4072026-08-13T18:50:16.712Z Compiling errno v0.3.14
4082026-08-13T18:50:16.859Z Compiling serde_json v1.0.151
4092026-08-13T18:50:16.995Z Compiling bitflags v2.11.0
4102026-08-13T18:50:17.147Z Compiling syn v2.0.117
4112026-08-13T18:50:17.188Z Compiling thread-id v4.2.2
4122026-08-13T18:50:17.222Z Compiling proc-macro-error-attr v1.0.4
4132026-08-13T18:50:17.272Z Compiling usdt-impl v0.5.0
4142026-08-13T18:50:17.290Z Compiling camino v1.2.2
4152026-08-13T18:50:17.405Z Compiling syn v1.0.109
4162026-08-13T18:50:17.587Z Compiling pest_meta v2.8.6
4172026-08-13T18:50:17.703Z Compiling proc-macro-error v1.0.4
4182026-08-13T18:50:17.768Z Compiling log v0.4.29
4192026-08-13T18:50:17.789Z Compiling plain v0.2.3
4202026-08-13T18:50:17.888Z Compiling utf8parse v0.2.2
4212026-08-13T18:50:17.904Z Compiling equivalent v1.0.2
4222026-08-13T18:50:17.956Z Compiling getrandom v0.4.1
4232026-08-13T18:50:17.992Z Compiling hashbrown v0.17.0
4242026-08-13T18:50:18.150Z Compiling terminal_size v0.4.3
4252026-08-13T18:50:18.347Z Compiling anstyle-parse v1.0.0
4262026-08-13T18:50:18.529Z Compiling indexmap v2.14.0
4272026-08-13T18:50:18.925Z Compiling winnow v0.7.14
4282026-08-13T18:50:18.950Z Compiling thiserror v2.0.18
4292026-08-13T18:50:19.005Z Compiling autocfg v1.5.0
4302026-08-13T18:50:19.154Z Compiling colorchoice v1.0.4
4312026-08-13T18:50:19.179Z Compiling toml_write v0.1.2
4322026-08-13T18:50:19.281Z Compiling pretty-hex v0.4.1
4332026-08-13T18:50:19.299Z Compiling anstyle v1.0.14
4342026-08-13T18:50:19.302Z Compiling cfg-if v1.0.4
4352026-08-13T18:50:19.376Z Compiling pest_generator v2.8.6
4362026-08-13T18:50:19.393Z Compiling anstyle-query v1.1.5
4372026-08-13T18:50:19.418Z Compiling is_terminal_polyfill v1.70.2
4382026-08-13T18:50:19.437Z Compiling fs-err v3.3.0
4392026-08-13T18:50:19.521Z Compiling anstream v1.0.0
4402026-08-13T18:50:19.729Z Compiling anyhow v1.0.102
4412026-08-13T18:50:19.747Z Compiling once_cell v1.21.3
4422026-08-13T18:50:19.826Z Compiling bytecount v0.6.9
4432026-08-13T18:50:19.966Z Compiling heck v0.4.1
4442026-08-13T18:50:19.982Z Compiling unicode-width v0.1.14
4452026-08-13T18:50:19.999Z Compiling strsim v0.11.1
4462026-08-13T18:50:20.029Z Compiling clap_lex v1.0.0
4472026-08-13T18:50:20.046Z Compiling fastrand v2.3.0
4482026-08-13T18:50:20.192Z Compiling heck v0.5.0
4492026-08-13T18:50:20.252Z Compiling fnv v1.0.7
4502026-08-13T18:50:20.270Z Compiling tempfile v3.25.0
4512026-08-13T18:50:20.304Z Compiling clap_builder v4.6.0
4522026-08-13T18:50:20.341Z Compiling papergrid v0.11.0
4532026-08-13T18:50:20.425Z Compiling cargo-platform v0.3.2
4542026-08-13T18:50:20.538Z Compiling semver v1.0.28
4552026-08-13T18:50:20.554Z Compiling tabled_derive v0.7.0
4562026-08-13T18:50:20.647Z Compiling memmap v0.7.0
4572026-08-13T18:50:20.727Z Compiling unicode-width v0.2.0
4582026-08-13T18:50:20.748Z Compiling unicode-linebreak v0.1.5
4592026-08-13T18:50:20.834Z Compiling smawk v0.3.2
4602026-08-13T18:50:20.989Z Compiling textwrap v0.16.2
4612026-08-13T18:50:21.021Z Compiling camino-tempfile v1.4.1
4622026-08-13T18:50:21.040Z Compiling serde_derive v1.0.228
4632026-08-13T18:50:21.268Z Compiling thiserror-impl v1.0.69
4642026-08-13T18:50:21.338Z Compiling zerocopy-derive v0.7.35
4652026-08-13T18:50:21.404Z Compiling pest_derive v2.8.6
4662026-08-13T18:50:21.506Z Compiling scroll_derive v0.12.1
4672026-08-13T18:50:21.593Z Compiling thiserror-impl v2.0.18
4682026-08-13T18:50:21.770Z Compiling clap_derive v4.6.1
4692026-08-13T18:50:21.878Z Compiling tabled v0.15.0
4702026-08-13T18:50:22.152Z Compiling scroll v0.12.0
4712026-08-13T18:50:22.184Z Compiling zerocopy v0.7.35
4722026-08-13T18:50:22.403Z Compiling goblin v0.8.2
4732026-08-13T18:50:22.603Z Compiling dtrace-parser v0.2.0
4742026-08-13T18:50:22.682Z Compiling swrite v0.1.0
4752026-08-13T18:50:23.471Z Compiling clap v4.6.1
4762026-08-13T18:50:23.917Z Compiling serde_spanned v0.6.9
4772026-08-13T18:50:23.917Z Compiling toml_datetime v0.6.11
4782026-08-13T18:50:23.917Z Compiling cargo_metadata v0.23.1
4792026-08-13T18:50:23.920Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-08-13T18:50:23.920Z Compiling macaddr v1.0.1
4812026-08-13T18:50:23.999Z Compiling dof v0.3.0
4822026-08-13T18:50:24.002Z Compiling serde_tokenstream v0.2.3
4832026-08-13T18:50:24.144Z Compiling toml_edit v0.22.27
4842026-08-13T18:50:24.675Z Compiling usdt-macro v0.5.0
4852026-08-13T18:50:24.691Z Compiling usdt-attr-macro v0.5.0
4862026-08-13T18:50:25.356Z Compiling usdt v0.5.0
4872026-08-13T18:50:25.466Z Compiling toml v0.8.23
4882026-08-13T18:50:25.809Z Compiling cargo_toml v0.21.0
4892026-08-13T18:50:27.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4902026-08-13T18:50:29.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.44s
4912026-08-13T18:50:29.288Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4922026-08-13T18:50:29.800Z Downloading crates ...
4932026-08-13T18:50:29.853Z Downloaded base64 v0.21.7
4942026-08-13T18:50:29.856Z Downloaded block-padding v0.4.2
4952026-08-13T18:50:29.856Z Downloaded adler2 v2.0.1
4962026-08-13T18:50:29.859Z Downloaded array-init v0.0.4
4972026-08-13T18:50:29.859Z Downloaded castaway v0.2.4
4982026-08-13T18:50:29.862Z Downloaded async-bb8-diesel v0.2.1
4992026-08-13T18:50:29.862Z Downloaded async-stream v0.3.6
5002026-08-13T18:50:29.865Z Downloaded convert_case v0.4.0
5012026-08-13T18:50:29.869Z Downloaded camino-tempfile-ext v0.3.3
5022026-08-13T18:50:29.875Z Downloaded find-msvc-tools v0.1.9
5032026-08-13T18:50:29.878Z Downloaded arrayref v0.3.9
5042026-08-13T18:50:29.881Z Downloaded aead v0.6.1
5052026-08-13T18:50:29.881Z Downloaded anstyle-parse v0.2.7
5062026-08-13T18:50:29.881Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-13T18:50:29.884Z Downloaded highway v1.3.0
5082026-08-13T18:50:29.884Z Downloaded atomic-waker v1.1.2
5092026-08-13T18:50:29.884Z Downloaded futures-io v0.3.32
5102026-08-13T18:50:29.884Z Downloaded fixedbitset v0.4.2
5112026-08-13T18:50:29.884Z Downloaded gethostname v0.5.0
5122026-08-13T18:50:29.888Z Downloaded foreign-types-shared v0.3.1
5132026-08-13T18:50:29.888Z Downloaded fxhash v0.2.1
5142026-08-13T18:50:29.890Z Downloaded assert_matches v1.5.0
5152026-08-13T18:50:29.890Z Downloaded bit-set v0.5.3
5162026-08-13T18:50:29.890Z Downloaded enum-as-inner v0.6.1
5172026-08-13T18:50:29.890Z Downloaded futures-task v0.3.32
5182026-08-13T18:50:29.890Z Downloaded async-trait v0.1.89
5192026-08-13T18:50:29.895Z Downloaded anstream v0.6.21
5202026-08-13T18:50:29.899Z Downloaded ar_archive_writer v0.5.1
5212026-08-13T18:50:29.899Z Downloaded ascii-canvas v3.0.0
5222026-08-13T18:50:29.899Z Downloaded async-recursion v1.1.1
5232026-08-13T18:50:29.902Z Downloaded fixedbitset v0.5.7
5242026-08-13T18:50:29.902Z Downloaded flagset v0.4.7
5252026-08-13T18:50:29.902Z Downloaded cfg_aliases v0.1.1
5262026-08-13T18:50:29.905Z Downloaded argon2 v0.5.3
5272026-08-13T18:50:29.907Z Downloaded arrayvec v0.7.6
5282026-08-13T18:50:29.907Z Downloaded endian-type v0.1.2
5292026-08-13T18:50:29.911Z Downloaded ahash v0.8.12
5302026-08-13T18:50:29.913Z Downloaded atomicwrites v0.4.4
5312026-08-13T18:50:29.916Z Downloaded base16ct v1.0.0
5322026-08-13T18:50:29.916Z Downloaded bitfield-macros v0.19.4
5332026-08-13T18:50:29.916Z Downloaded foreign-types-macros v0.2.3
5342026-08-13T18:50:29.916Z Downloaded form_urlencoded v1.2.2
5352026-08-13T18:50:29.916Z Downloaded float-ord v0.3.2
5362026-08-13T18:50:29.917Z Downloaded compression-core v0.4.31
5372026-08-13T18:50:29.919Z Downloaded bitfield-struct v0.6.2
5382026-08-13T18:50:29.919Z Downloaded num v0.4.3
5392026-08-13T18:50:29.920Z Downloaded argon2 v0.6.0-rc.8
5402026-08-13T18:50:29.922Z Downloaded aead v0.5.2
5412026-08-13T18:50:29.925Z Downloaded bit-set v0.8.0
5422026-08-13T18:50:29.925Z Downloaded futures-core v0.3.32
5432026-08-13T18:50:29.925Z Downloaded ciborium-io v0.2.2
5442026-08-13T18:50:29.928Z Downloaded foreign-types v0.5.0
5452026-08-13T18:50:29.928Z Downloaded ciborium-ll v0.2.2
5462026-08-13T18:50:29.932Z Downloaded cobs v0.3.0
5472026-08-13T18:50:29.932Z Downloaded ff v0.13.1
5482026-08-13T18:50:29.934Z Downloaded flate2 v1.1.9
5492026-08-13T18:50:29.934Z Downloaded fs-err v2.11.0
5502026-08-13T18:50:29.938Z Downloaded enum_dispatch v0.3.13
5512026-08-13T18:50:29.938Z Downloaded futures-executor v0.3.32
5522026-08-13T18:50:29.940Z Downloaded futures-util v0.3.32
5532026-08-13T18:50:29.943Z Downloaded bcs v0.1.6
5542026-08-13T18:50:29.946Z Downloaded bitfield v0.19.4
5552026-08-13T18:50:29.946Z Downloaded foreign-types v0.3.2
5562026-08-13T18:50:29.946Z Downloaded allocator-api2 v0.2.21
5572026-08-13T18:50:29.949Z Downloaded async-stream-impl v0.3.6
5582026-08-13T18:50:29.949Z Downloaded fallible-iterator v0.2.0
5592026-08-13T18:50:29.949Z Downloaded foldhash v0.1.5
5602026-08-13T18:50:29.949Z Downloaded foldhash v0.2.0
5612026-08-13T18:50:29.949Z Downloaded ghash v0.6.0
5622026-08-13T18:50:29.952Z Downloaded futures-macro v0.3.32
5632026-08-13T18:50:29.955Z Downloaded atty v0.2.14
5642026-08-13T18:50:29.958Z Downloaded bb8 v0.8.6
5652026-08-13T18:50:29.958Z Downloaded futures-sink v0.3.32
5662026-08-13T18:50:29.958Z Downloaded float-cmp v0.10.0
5672026-08-13T18:50:29.961Z Downloaded hostname v0.3.1
5682026-08-13T18:50:29.961Z Downloaded hostname v0.4.2
5692026-08-13T18:50:29.963Z Downloaded hash32 v0.3.1
5702026-08-13T18:50:29.963Z Downloaded fd-lock v4.0.4
5712026-08-13T18:50:29.966Z Downloaded ff v0.14.0
5722026-08-13T18:50:29.969Z Downloaded num_enum_derive v0.5.11
5732026-08-13T18:50:29.972Z Downloaded futures-channel v0.3.32
5742026-08-13T18:50:29.972Z Downloaded cfg_aliases v0.2.1
5752026-08-13T18:50:29.972Z Downloaded num-conv v0.2.0
5762026-08-13T18:50:29.976Z Downloaded fatfs v0.3.6
5772026-08-13T18:50:29.980Z Downloaded openssl-probe v0.2.1
5782026-08-13T18:50:29.983Z Downloaded base16ct v0.2.0
5792026-08-13T18:50:29.983Z Downloaded foreign-types-shared v0.1.1
5802026-08-13T18:50:29.987Z Downloaded funty v2.0.0
5812026-08-13T18:50:29.987Z Downloaded httpdate v1.0.3
5822026-08-13T18:50:29.990Z Downloaded http-body v1.0.1
5832026-08-13T18:50:29.997Z Downloaded block-buffer v0.12.1
5842026-08-13T18:50:29.997Z Downloaded hex v0.4.3
5852026-08-13T18:50:29.997Z Downloaded home v0.5.12
5862026-08-13T18:50:29.997Z Downloaded hubpack v0.1.2
5872026-08-13T18:50:30.000Z Downloaded cassowary v0.3.0
5882026-08-13T18:50:30.000Z Downloaded http-range v0.1.5
5892026-08-13T18:50:30.005Z Downloaded peg-runtime v0.8.5
5902026-08-13T18:50:30.008Z Downloaded hubpack_derive v0.1.1
5912026-08-13T18:50:30.011Z Downloaded proc-macro-crate v3.4.0
5922026-08-13T18:50:30.011Z Downloaded progenitor-macro v0.13.0
5932026-08-13T18:50:30.014Z Downloaded proc-macro-crate v1.3.1
5942026-08-13T18:50:30.015Z Downloaded radium v0.7.0
5952026-08-13T18:50:30.015Z Downloaded rand_chacha v0.3.1
5962026-08-13T18:50:30.015Z Downloaded headers-core v0.3.0
5972026-08-13T18:50:30.015Z Downloaded phf_shared v0.13.1
5982026-08-13T18:50:30.018Z Downloaded hyper-tls v0.6.0
5992026-08-13T18:50:30.022Z Downloaded arc-swap v1.8.2
6002026-08-13T18:50:30.025Z Downloaded bit-vec v0.6.3
6012026-08-13T18:50:30.025Z Downloaded clang-sys v1.8.1
6022026-08-13T18:50:30.029Z Downloaded powerfmt v0.2.0
6032026-08-13T18:50:30.029Z Downloaded cipher v0.5.2
6042026-08-13T18:50:30.029Z Downloaded cmov v0.5.4
6052026-08-13T18:50:30.032Z Downloaded predicates-core v1.0.10
6062026-08-13T18:50:30.032Z Downloaded constant_time_eq v0.4.2
6072026-08-13T18:50:30.035Z Downloaded env_filter v1.0.0
6082026-08-13T18:50:30.035Z Downloaded hex-literal v1.1.0
6092026-08-13T18:50:30.035Z Downloaded http-body-util v0.1.3
6102026-08-13T18:50:30.035Z Downloaded env_logger v0.11.9
6112026-08-13T18:50:30.038Z Downloaded humantime v2.3.0
6122026-08-13T18:50:30.038Z Downloaded blowfish v0.10.0
6132026-08-13T18:50:30.038Z Downloaded byte-wrapper v0.1.0
6142026-08-13T18:50:30.042Z Downloaded base64ct v1.8.3
6152026-08-13T18:50:30.045Z Downloaded progenitor-macro v0.14.0
6162026-08-13T18:50:30.045Z Downloaded rand_xorshift v0.4.0
6172026-08-13T18:50:30.048Z Downloaded globwalk v0.9.1
6182026-08-13T18:50:30.048Z Downloaded fs_extra v1.3.0
6192026-08-13T18:50:30.051Z Downloaded cipher v0.4.4
6202026-08-13T18:50:30.051Z Downloaded bitflags v1.3.2
6212026-08-13T18:50:30.054Z Downloaded cexpr v0.6.0
6222026-08-13T18:50:30.054Z Downloaded const_format_proc_macros v0.2.34
6232026-08-13T18:50:30.054Z Downloaded generic-array v1.4.3
6242026-08-13T18:50:30.057Z Downloaded backoff v0.4.0
6252026-08-13T18:50:30.057Z Downloaded semver v0.1.20
6262026-08-13T18:50:30.057Z Downloaded siphasher v1.0.2
6272026-08-13T18:50:30.060Z Downloaded same-file v1.0.6
6282026-08-13T18:50:30.063Z Downloaded serde_bytes v0.11.19
6292026-08-13T18:50:30.063Z Downloaded shell-words v1.1.1
6302026-08-13T18:50:30.066Z Downloaded chacha20 v0.9.1
6312026-08-13T18:50:30.066Z Downloaded compression-codecs v0.4.37
6322026-08-13T18:50:30.070Z Downloaded supports-color v3.0.2
6332026-08-13T18:50:30.073Z Downloaded tabwriter v1.4.1
6342026-08-13T18:50:30.073Z Downloaded tagptr v0.2.0
6352026-08-13T18:50:30.078Z Downloaded thiserror-impl-no-std v2.0.2
6362026-08-13T18:50:30.078Z Downloaded flume v0.11.1
6372026-08-13T18:50:30.081Z Downloaded strum v0.26.3
6382026-08-13T18:50:30.081Z Downloaded filetime v0.2.27
6392026-08-13T18:50:30.081Z Downloaded glob v0.3.3
6402026-08-13T18:50:30.081Z Downloaded hash32 v0.2.1
6412026-08-13T18:50:30.084Z Downloaded group v0.13.0
6422026-08-13T18:50:30.084Z Downloaded erased-serde v0.3.31
6432026-08-13T18:50:30.084Z Downloaded blake2 v0.10.6
6442026-08-13T18:50:30.088Z Downloaded cbc v0.2.1
6452026-08-13T18:50:30.091Z Downloaded globset v0.4.18
6462026-08-13T18:50:30.091Z Downloaded hyper-staticfile v0.10.1
6472026-08-13T18:50:30.091Z Downloaded owo-colors v4.3.0
6482026-08-13T18:50:30.094Z Downloaded git-stub v1.0.0
6492026-08-13T18:50:30.097Z Downloaded polyval v0.7.1
6502026-08-13T18:50:30.097Z Downloaded progenitor-extras v0.2.0
6512026-08-13T18:50:30.100Z Downloaded git-stub-vcs v0.1.0
6522026-08-13T18:50:30.100Z Downloaded group v0.14.0
6532026-08-13T18:50:30.103Z Downloaded pbkdf2 v0.13.0
6542026-08-13T18:50:30.106Z Downloaded tower-layer v0.3.3
6552026-08-13T18:50:30.109Z Downloaded chacha20 v0.10.0
6562026-08-13T18:50:30.109Z Downloaded console v0.15.11
6572026-08-13T18:50:30.112Z Downloaded phf v0.12.1
6582026-08-13T18:50:30.112Z Downloaded rustls-native-certs v0.8.3
6592026-08-13T18:50:30.112Z Downloaded topological-sort v0.2.2
6602026-08-13T18:50:30.112Z Downloaded rusty-fork v0.3.1
6612026-08-13T18:50:30.112Z Downloaded ciborium v0.2.2
6622026-08-13T18:50:30.115Z Downloaded console v0.16.2
6632026-08-13T18:50:30.120Z Downloaded bit-vec v0.8.0
6642026-08-13T18:50:30.120Z Downloaded half v1.8.3
6652026-08-13T18:50:30.120Z Downloaded futures v0.3.32
6662026-08-13T18:50:30.123Z Downloaded half v2.7.1
6672026-08-13T18:50:30.123Z Downloaded colored v2.2.0
6682026-08-13T18:50:30.123Z Downloaded buf-list v1.1.2
6692026-08-13T18:50:30.126Z Downloaded cancel-safe-futures v0.1.5
6702026-08-13T18:50:30.126Z Downloaded bzip2 v0.6.1
6712026-08-13T18:50:30.129Z Downloaded utf8_iter v1.0.4
6722026-08-13T18:50:30.129Z Downloaded unit-prefix v0.5.2
6732026-08-13T18:50:30.129Z Downloaded universal-hash v0.5.1
6742026-08-13T18:50:30.129Z Downloaded universal-hash v0.6.1
6752026-08-13T18:50:30.129Z Downloaded wait-timeout v0.2.1
6762026-08-13T18:50:30.129Z Downloaded zerofrom-derive v0.1.6
6772026-08-13T18:50:30.132Z Downloaded rustc-hash v2.1.1
6782026-08-13T18:50:30.132Z Downloaded resolv-conf v0.7.6
6792026-08-13T18:50:30.132Z Downloaded sec1 v0.7.3
6802026-08-13T18:50:30.135Z Downloaded serde-hex v0.1.0
6812026-08-13T18:50:30.135Z Downloaded xattr v1.6.1
6822026-08-13T18:50:30.135Z Downloaded scroll v0.13.0
6832026-08-13T18:50:30.138Z Downloaded serde_with_macros v1.5.2
6842026-08-13T18:50:30.139Z Downloaded shlex v1.3.0
6852026-08-13T18:50:30.142Z Downloaded spki v0.7.3
6862026-08-13T18:50:30.142Z Downloaded static_assertions v1.1.0
6872026-08-13T18:50:30.142Z Downloaded stringprep v0.1.5
6882026-08-13T18:50:30.143Z Downloaded bs58 v0.5.1
6892026-08-13T18:50:30.147Z Downloaded const-oid v0.9.6
6902026-08-13T18:50:30.148Z Downloaded spki v0.8.0
6912026-08-13T18:50:30.148Z Downloaded zerofrom v0.1.6
6922026-08-13T18:50:30.148Z Downloaded crc-catalog v2.4.0
6932026-08-13T18:50:30.151Z Downloaded backon v1.6.0
6942026-08-13T18:50:30.151Z Downloaded bzip2 v0.4.4
6952026-08-13T18:50:30.154Z Downloaded strum_macros v0.27.2
6962026-08-13T18:50:30.157Z Downloaded derive_builder_macro v0.20.2
6972026-08-13T18:50:30.160Z Downloaded dyn-clone v1.0.20
6982026-08-13T18:50:30.162Z Downloaded defmt v0.3.100
6992026-08-13T18:50:30.162Z Downloaded tls_codec_derive v0.4.2
7002026-08-13T18:50:30.165Z Downloaded dof v0.4.0
7012026-08-13T18:50:30.165Z Downloaded num-rational v0.4.2
7022026-08-13T18:50:30.168Z Downloaded colored v3.1.1
7032026-08-13T18:50:30.171Z Downloaded getrandom v0.2.17
7042026-08-13T18:50:30.171Z Downloaded hyper-rustls v0.27.7
7052026-08-13T18:50:30.174Z Downloaded parking_lot v0.11.2
7062026-08-13T18:50:30.174Z Downloaded parking_lot v0.12.5
7072026-08-13T18:50:30.174Z Downloaded poly1305 v0.9.0
7082026-08-13T18:50:30.178Z Downloaded hybrid-array v0.4.13
7092026-08-13T18:50:30.181Z Downloaded rustls-pemfile v2.2.0
7102026-08-13T18:50:30.184Z Downloaded display-error-chain v0.2.2
7112026-08-13T18:50:30.184Z Downloaded downcast-rs v2.0.2
7122026-08-13T18:50:30.184Z Downloaded httparse v1.10.1
7132026-08-13T18:50:30.187Z Downloaded ident_case v1.0.1
7142026-08-13T18:50:30.190Z Downloaded tinystr v0.8.2
7152026-08-13T18:50:30.190Z Downloaded tokio-native-tls v0.3.1
7162026-08-13T18:50:30.196Z Downloaded pkcs1 v0.7.5
7172026-08-13T18:50:30.199Z Downloaded pkcs1 v0.8.0-rc.4
7182026-08-13T18:50:30.199Z Downloaded illumos-nvpair v0.3.0
7192026-08-13T18:50:30.202Z Downloaded inout v0.2.2
7202026-08-13T18:50:30.205Z Downloaded lru-slab v0.1.2
7212026-08-13T18:50:30.208Z Downloaded unicase v2.9.0
7222026-08-13T18:50:30.208Z Downloaded vergen-lib v9.1.0
7232026-08-13T18:50:30.211Z Downloaded cmake v0.1.57
7242026-08-13T18:50:30.211Z Downloaded internet-checksum v0.2.1
7252026-08-13T18:50:30.211Z Downloaded is-terminal v0.4.17
7262026-08-13T18:50:30.211Z Downloaded whoami v1.6.1
7272026-08-13T18:50:30.211Z Downloaded whoami v2.1.0
7282026-08-13T18:50:30.215Z Downloaded lazy_static v1.5.0
7292026-08-13T18:50:30.215Z Downloaded xshell v0.2.7
7302026-08-13T18:50:30.215Z Downloaded memoffset v0.9.1
7312026-08-13T18:50:30.215Z Downloaded mime v0.3.17
7322026-08-13T18:50:30.218Z Downloaded newtype-uuid-macros v0.1.0
7332026-08-13T18:50:30.218Z Downloaded lalrpop-util v0.19.12
7342026-08-13T18:50:30.221Z Downloaded nonempty v0.12.0
7352026-08-13T18:50:30.221Z Downloaded normalize-line-endings v0.3.0
7362026-08-13T18:50:30.221Z Downloaded num-iter v0.1.45
7372026-08-13T18:50:30.221Z Downloaded zstd-safe v7.2.4
7382026-08-13T18:50:30.222Z Downloaded opaque-debug v0.3.1
7392026-08-13T18:50:30.224Z Downloaded const-oid v0.10.2
7402026-08-13T18:50:30.227Z Downloaded simd-adler32 v0.3.8
7412026-08-13T18:50:30.227Z Downloaded smallvec v1.15.1
7422026-08-13T18:50:30.230Z Downloaded spin v0.9.8
7432026-08-13T18:50:30.230Z Downloaded zstd v0.13.3
7442026-08-13T18:50:30.236Z Downloaded delegate v0.13.5
7452026-08-13T18:50:30.239Z Downloaded deranged v0.5.8
7462026-08-13T18:50:30.242Z Downloaded derive_builder_core v0.20.2
7472026-08-13T18:50:30.242Z Downloaded embedded-io v0.6.1
7482026-08-13T18:50:30.245Z Downloaded parse-size v1.1.0
7492026-08-13T18:50:30.245Z Downloaded digest v0.11.3
7502026-08-13T18:50:30.245Z Downloaded potential_utf v0.1.4
7512026-08-13T18:50:30.248Z Downloaded phf_shared v0.11.3
7522026-08-13T18:50:30.248Z Downloaded ref-cast-impl v1.0.25
7532026-08-13T18:50:30.251Z Downloaded psl-types v2.0.11
7542026-08-13T18:50:30.254Z Downloaded blake2 v0.11.0-rc.6
7552026-08-13T18:50:30.257Z Downloaded tokio-stream v0.1.18
7562026-08-13T18:50:30.260Z Downloaded getrandom v0.3.4
7572026-08-13T18:50:30.263Z Downloaded hmac v0.12.1
7582026-08-13T18:50:30.263Z Downloaded hmac v0.13.0
7592026-08-13T18:50:30.266Z Downloaded either v1.15.0
7602026-08-13T18:50:30.271Z Downloaded chacha20poly1305 v0.10.1
7612026-08-13T18:50:30.275Z Downloaded oxide-update-engine-types v0.1.2
7622026-08-13T18:50:30.275Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7632026-08-13T18:50:30.275Z Downloaded bytes v1.11.1
7642026-08-13T18:50:30.278Z Downloaded const_format v0.2.35
7652026-08-13T18:50:30.280Z Downloaded base64 v0.22.1
7662026-08-13T18:50:30.281Z Downloaded rustc_version v0.4.1
7672026-08-13T18:50:30.283Z Downloaded ingot v0.2.1
7682026-08-13T18:50:30.284Z Downloaded rustc_version v0.1.7
7692026-08-13T18:50:30.286Z Downloaded sigpipe v0.1.3
7702026-08-13T18:50:30.292Z Downloaded keccak v0.2.0
7712026-08-13T18:50:30.295Z Downloaded maybe-uninit v2.0.0
7722026-08-13T18:50:30.295Z Downloaded serde_urlencoded v0.7.1
7732026-08-13T18:50:30.302Z Downloaded sync-ptr v0.1.4
7742026-08-13T18:50:30.304Z Downloaded sync_wrapper v1.0.2
7752026-08-13T18:50:30.305Z Downloaded vergen v9.1.0
7762026-08-13T18:50:30.307Z Downloaded lock_api v0.4.14
7772026-08-13T18:50:30.311Z Downloaded expectorate v1.2.0
7782026-08-13T18:50:30.314Z Downloaded similar v2.7.0
7792026-08-13T18:50:30.317Z Downloaded native-tls v0.2.18
7802026-08-13T18:50:30.320Z Downloaded signal-hook v0.3.18
7812026-08-13T18:50:30.320Z Downloaded num_enum_derive v0.7.6
7822026-08-13T18:50:30.323Z Downloaded parse-display-derive v0.10.0
7832026-08-13T18:50:30.323Z Downloaded password-hash v0.5.0
7842026-08-13T18:50:30.326Z Downloaded primeorder v0.13.6
7852026-08-13T18:50:30.330Z Downloaded p384 v0.14.0
7862026-08-13T18:50:30.333Z Downloaded papergrid v0.18.0
7872026-08-13T18:50:30.336Z Downloaded proc-macro-error2 v2.0.1
7882026-08-13T18:50:30.339Z Downloaded packed_struct_codegen v0.10.1
7892026-08-13T18:50:30.339Z Downloaded oxide-tokio-rt v0.1.4
7902026-08-13T18:50:30.339Z Downloaded pin-project-lite v0.2.17
7912026-08-13T18:50:30.342Z Downloaded pkg-config v0.3.32
7922026-08-13T18:50:30.342Z Downloaded rayon-core v1.13.0
7932026-08-13T18:50:30.345Z Downloaded toml v0.7.8
7942026-08-13T18:50:30.345Z Downloaded rand_seeder v0.4.0
7952026-08-13T18:50:30.348Z Downloaded xshell-macros v0.2.7
7962026-08-13T18:50:30.351Z Downloaded cpufeatures v0.3.0
7972026-08-13T18:50:30.351Z Downloaded darling_macro v0.20.11
7982026-08-13T18:50:30.351Z Downloaded usdt-macro v0.6.0
7992026-08-13T18:50:30.351Z Downloaded zone_cfg_derive v0.3.1
8002026-08-13T18:50:30.351Z Downloaded want v0.3.1
8012026-08-13T18:50:30.354Z Downloaded debug-ignore v1.0.5
8022026-08-13T18:50:30.358Z Downloaded compact_str v0.8.1
8032026-08-13T18:50:30.368Z Downloaded headers v0.4.1
8042026-08-13T18:50:30.371Z Downloaded scrypt v0.12.0
8052026-08-13T18:50:30.374Z Downloaded diesel_table_macro_syntax v0.3.0
8062026-08-13T18:50:30.374Z Downloaded async-compression v0.4.41
8072026-08-13T18:50:30.377Z Downloaded ena v0.14.4
8082026-08-13T18:50:30.378Z Downloaded schemars v0.9.0
8092026-08-13T18:50:30.382Z Downloaded zone v0.3.1
8102026-08-13T18:50:30.385Z Downloaded crucible-workspace-hack v0.1.0
8112026-08-13T18:50:30.385Z Downloaded crc8 v0.1.1
8122026-08-13T18:50:30.386Z Downloaded crunchy v0.2.4
8132026-08-13T18:50:30.386Z Downloaded hickory-resolver v0.24.4
8142026-08-13T18:50:30.389Z Downloaded smallvec v0.6.14
8152026-08-13T18:50:30.389Z Downloaded snafu-derive v0.8.9
8162026-08-13T18:50:30.389Z Downloaded synstructure v0.13.2
8172026-08-13T18:50:30.389Z Downloaded tungstenite v0.21.0
8182026-08-13T18:50:30.392Z Downloaded tungstenite v0.23.0
8192026-08-13T18:50:30.392Z Downloaded time-macros v0.2.27
8202026-08-13T18:50:30.395Z Downloaded tls_codec v0.4.2
8212026-08-13T18:50:30.395Z Downloaded serde_derive_internals v0.29.1
8222026-08-13T18:50:30.395Z Downloaded indoc v1.0.9
8232026-08-13T18:50:30.395Z Downloaded inout v0.1.4
8242026-08-13T18:50:30.399Z Downloaded kem v0.3.0
8252026-08-13T18:50:30.399Z Downloaded serde_spanned v1.1.1
8262026-08-13T18:50:30.399Z Downloaded cc v1.2.56
8272026-08-13T18:50:30.399Z Downloaded snafu v0.8.9
8282026-08-13T18:50:30.402Z Downloaded zopfli v0.8.3
8292026-08-13T18:50:30.407Z Downloaded tracing-core v0.1.36
8302026-08-13T18:50:30.407Z Downloaded crossbeam-deque v0.8.6
8312026-08-13T18:50:30.407Z Downloaded slog-async v2.8.0
8322026-08-13T18:50:30.410Z Downloaded slog-json v2.6.1
8332026-08-13T18:50:30.410Z Downloaded string_cache v0.8.9
8342026-08-13T18:50:30.410Z Downloaded thiserror-no-std v2.0.2
8352026-08-13T18:50:30.410Z Downloaded linear-map v1.2.0
8362026-08-13T18:50:30.410Z Downloaded ppv-lite86 v0.2.21
8372026-08-13T18:50:30.431Z Downloaded illumos-nvpair-sys v0.2.0
8382026-08-13T18:50:30.431Z Downloaded lru-cache v0.1.2
8392026-08-13T18:50:30.431Z Downloaded match_cfg v0.1.0
8402026-08-13T18:50:30.431Z Downloaded libscf-sys v1.2.0
8412026-08-13T18:50:30.431Z Downloaded nodrop v0.1.14
8422026-08-13T18:50:30.431Z Downloaded newtype_derive v0.1.6
8432026-08-13T18:50:30.431Z Downloaded aes v0.9.1
8442026-08-13T18:50:30.431Z Downloaded strum_macros v0.26.4
8452026-08-13T18:50:30.431Z Downloaded ctutils v0.4.2
8462026-08-13T18:50:30.431Z Downloaded drift v0.2.0
8472026-08-13T18:50:30.435Z Downloaded indexmap v1.9.3
8482026-08-13T18:50:30.439Z Downloaded openssl-probe v0.1.6
8492026-08-13T18:50:30.439Z Downloaded tokio-dtrace v0.1.1
8502026-08-13T18:50:30.442Z Downloaded tui-tree-widget v0.23.1
8512026-08-13T18:50:30.442Z Downloaded walkdir v2.5.0
8522026-08-13T18:50:30.442Z Downloaded defmt v1.0.1
8532026-08-13T18:50:30.445Z Downloaded parse-display v0.10.0
8542026-08-13T18:50:30.450Z Downloaded heapless v0.7.17
8552026-08-13T18:50:30.453Z Downloaded hickory-resolver v0.25.2
8562026-08-13T18:50:30.461Z Downloaded heapless v0.8.0
8572026-08-13T18:50:30.469Z Downloaded progenitor-client v0.14.0
8582026-08-13T18:50:30.472Z Downloaded percent-encoding v2.3.2
8592026-08-13T18:50:30.472Z Downloaded rtoolbox v0.0.3
8602026-08-13T18:50:30.475Z Downloaded bumpalo v3.20.2
8612026-08-13T18:50:30.478Z Downloaded mime_guess v2.0.5
8622026-08-13T18:50:30.478Z Downloaded omicron-zone-package v0.12.3
8632026-08-13T18:50:30.484Z Downloaded hashbrown v0.13.2
8642026-08-13T18:50:30.486Z Downloaded sha1 v0.10.6
8652026-08-13T18:50:30.490Z Downloaded signature v2.2.0
8662026-08-13T18:50:30.493Z Downloaded vergen-git2 v9.1.0
8672026-08-13T18:50:30.493Z Downloaded secrecy v0.8.0
8682026-08-13T18:50:30.493Z Downloaded serde_plain v1.0.2
8692026-08-13T18:50:30.496Z Downloaded ipnetwork v0.21.1
8702026-08-13T18:50:30.496Z Downloaded num-complex v0.4.6
8712026-08-13T18:50:30.499Z Downloaded icu_properties v2.1.2
8722026-08-13T18:50:30.502Z Downloaded ipnet v2.11.0
8732026-08-13T18:50:30.505Z Downloaded libsw v3.5.0
8742026-08-13T18:50:30.508Z Downloaded module-lattice v0.2.3
8752026-08-13T18:50:30.508Z Downloaded strsim v0.10.0
8762026-08-13T18:50:30.512Z Downloaded unarray v0.1.4
8772026-08-13T18:50:30.515Z Downloaded waitgroup v0.1.2
8782026-08-13T18:50:30.515Z Downloaded darling_core v0.21.3
8792026-08-13T18:50:30.518Z Downloaded typify-macro v0.6.2
8802026-08-13T18:50:30.518Z Downloaded darling_core v0.23.0
8812026-08-13T18:50:30.521Z Downloaded cpubits v0.1.1
8822026-08-13T18:50:30.521Z Downloaded pem-rfc7468 v1.0.0
8832026-08-13T18:50:30.521Z Downloaded aes-gcm v0.11.0
8842026-08-13T18:50:30.524Z Downloaded darling v0.23.0
8852026-08-13T18:50:30.527Z Downloaded twox-hash v2.1.2
8862026-08-13T18:50:30.531Z Downloaded time-core v0.1.8
8872026-08-13T18:50:30.531Z Downloaded diff v0.1.13
8882026-08-13T18:50:30.531Z Downloaded ecdsa v0.17.0
8892026-08-13T18:50:30.534Z Downloaded poly1305 v0.8.0
8902026-08-13T18:50:30.534Z Downloaded tower-service v0.3.3
8912026-08-13T18:50:30.534Z Downloaded untrusted v0.9.0
8922026-08-13T18:50:30.534Z Downloaded wnaf v0.14.0
8932026-08-13T18:50:30.537Z Downloaded primeorder v0.14.0
8942026-08-13T18:50:30.537Z Downloaded quick-error v1.2.3
8952026-08-13T18:50:30.537Z Downloaded zeroize_derive v1.5.0
8962026-08-13T18:50:30.537Z Downloaded yoke-derive v0.8.1
8972026-08-13T18:50:30.540Z Downloaded crypto-common v0.2.2
8982026-08-13T18:50:30.540Z Downloaded dropshot-api-manager-types v0.7.2
8992026-08-13T18:50:30.543Z Downloaded dirs-sys-next v0.1.2
9002026-08-13T18:50:30.547Z Downloaded socket2 v0.5.10
9012026-08-13T18:50:30.551Z Downloaded socket2 v0.6.3
9022026-08-13T18:50:30.557Z Downloaded crossbeam-channel v0.5.15
9032026-08-13T18:50:30.561Z Downloaded progenitor-impl v0.14.0
9042026-08-13T18:50:30.564Z Downloaded p256 v0.14.0
9052026-08-13T18:50:30.567Z Downloaded peg v0.8.5
9062026-08-13T18:50:30.570Z Downloaded ryu v1.0.23
9072026-08-13T18:50:30.573Z Downloaded rand_core v0.6.4
9082026-08-13T18:50:30.573Z Downloaded salsa20 v0.11.0
9092026-08-13T18:50:30.576Z Downloaded instant v0.1.13
9102026-08-13T18:50:30.576Z Downloaded ml-kem v0.3.2
9112026-08-13T18:50:30.576Z Downloaded pretty_assertions v1.4.1
9122026-08-13T18:50:30.579Z Downloaded serdect v0.4.3
9132026-08-13T18:50:30.579Z Downloaded rand v0.10.1
9142026-08-13T18:50:30.584Z Downloaded libbz2-rs-sys v0.2.2
9152026-08-13T18:50:30.587Z Downloaded ed25519 v2.2.3
9162026-08-13T18:50:30.587Z Downloaded slog-envlogger v2.2.0
9172026-08-13T18:50:30.590Z Downloaded thread_local v1.1.9
9182026-08-13T18:50:30.590Z Downloaded keccak v0.1.6
9192026-08-13T18:50:30.590Z Downloaded tokio-tungstenite v0.23.1
9202026-08-13T18:50:30.596Z Downloaded utf-8 v0.7.6
9212026-08-13T18:50:30.599Z Downloaded maplit v1.0.2
9222026-08-13T18:50:30.599Z Downloaded md-5 v0.10.6
9232026-08-13T18:50:30.599Z Downloaded multimap v0.10.1
9242026-08-13T18:50:30.602Z Downloaded yoke v0.8.1
9252026-08-13T18:50:30.609Z Downloaded oso-derive v0.27.3
9262026-08-13T18:50:30.613Z Downloaded data-encoding v2.10.0
9272026-08-13T18:50:30.616Z Downloaded x509-cert v0.2.5
9282026-08-13T18:50:30.629Z Downloaded termios v0.3.3
9292026-08-13T18:50:30.633Z Downloaded rfc6979 v0.6.0
9302026-08-13T18:50:30.633Z Downloaded russh-util v0.52.0
9312026-08-13T18:50:30.633Z Downloaded convert_case v0.10.0
9322026-08-13T18:50:30.636Z Downloaded path-slash v0.1.5
9332026-08-13T18:50:30.636Z Downloaded signature v3.0.0
9342026-08-13T18:50:30.639Z Downloaded signal-hook-mio v0.2.5
9352026-08-13T18:50:30.639Z Downloaded crypto-bigint v0.5.5
9362026-08-13T18:50:30.642Z Downloaded rustls-pki-types v1.14.0
9372026-08-13T18:50:30.642Z Downloaded recursive v0.1.1
9382026-08-13T18:50:30.645Z Downloaded recursive-proc-macro-impl v0.1.1
9392026-08-13T18:50:30.648Z Downloaded http v1.4.2
9402026-08-13T18:50:30.653Z Downloaded strip-ansi-escapes v0.2.1
9412026-08-13T18:50:30.656Z Downloaded structmeta-derive v0.3.0
9422026-08-13T18:50:30.656Z Downloaded try-lock v0.2.5
9432026-08-13T18:50:30.656Z Downloaded progenitor-impl v0.13.0
9442026-08-13T18:50:30.656Z Downloaded rcgen v0.12.1
9452026-08-13T18:50:30.659Z Downloaded hashbrown v0.12.3
9462026-08-13T18:50:30.659Z Downloaded derive-where v1.6.0
9472026-08-13T18:50:30.662Z Downloaded ecdsa v0.16.9
9482026-08-13T18:50:30.665Z Downloaded yansi v1.0.1
9492026-08-13T18:50:30.665Z Downloaded unicode-segmentation v1.12.0
9502026-08-13T18:50:30.668Z Downloaded scheduled-thread-pool v0.2.7
9512026-08-13T18:50:30.668Z Downloaded secrecy v0.10.3
9522026-08-13T18:50:30.671Z Downloaded newtype-uuid v1.3.2
9532026-08-13T18:50:30.671Z Downloaded num-integer v0.1.46
9542026-08-13T18:50:30.671Z Downloaded num_threads v0.1.7
9552026-08-13T18:50:30.674Z Downloaded structmeta v0.3.0
9562026-08-13T18:50:30.674Z Downloaded unicode-truncate v1.1.0
9572026-08-13T18:50:30.679Z Downloaded testing_table v0.3.0
9582026-08-13T18:50:30.682Z Downloaded scuffle v0.1.0
9592026-08-13T18:50:30.682Z Downloaded usdt v0.6.0
9602026-08-13T18:50:30.685Z Downloaded dropshot_endpoint v0.17.1
9612026-08-13T18:50:30.689Z Downloaded hashbrown v0.15.5
9622026-08-13T18:50:30.689Z Downloaded strum_macros v0.24.3
9632026-08-13T18:50:30.692Z Downloaded postgres-types v0.2.12
9642026-08-13T18:50:30.692Z Downloaded prefix-trie v0.7.0
9652026-08-13T18:50:30.695Z Downloaded jobserver v0.1.34
9662026-08-13T18:50:30.695Z Downloaded phc v0.6.1
9672026-08-13T18:50:30.698Z Downloaded thread-id v5.1.0
9682026-08-13T18:50:30.698Z Downloaded dirs-next v2.0.0
9692026-08-13T18:50:30.704Z Downloaded term v1.2.1
9702026-08-13T18:50:30.709Z Downloaded rand v0.8.6
9712026-08-13T18:50:30.712Z Downloaded ron v0.8.1
9722026-08-13T18:50:30.715Z Downloaded psm v0.1.30
9732026-08-13T18:50:30.718Z Downloaded oso v0.27.3
9742026-08-13T18:50:30.721Z Downloaded crossbeam-epoch v0.9.18
9752026-08-13T18:50:30.724Z Downloaded crossbeam-utils v0.8.21
9762026-08-13T18:50:30.724Z Downloaded critical-section v1.2.0
9772026-08-13T18:50:30.727Z Downloaded sec1 v0.8.1
9782026-08-13T18:50:30.727Z Downloaded slab v0.4.12
9792026-08-13T18:50:30.730Z Downloaded url v2.5.8
9802026-08-13T18:50:30.733Z Downloaded md5 v0.8.0
9812026-08-13T18:50:30.736Z Downloaded pkcs5 v0.8.1
9822026-08-13T18:50:30.736Z Downloaded schemars v0.8.22
9832026-08-13T18:50:30.742Z Downloaded ingot-macros v0.2.0
9842026-08-13T18:50:30.745Z Downloaded postgres-protocol v0.6.10
9852026-08-13T18:50:30.745Z Downloaded rand_chacha v0.9.0
9862026-08-13T18:50:30.745Z Downloaded nibble_vec v0.1.0
9872026-08-13T18:50:30.745Z Downloaded hickory-server v0.25.2
9882026-08-13T18:50:30.748Z Downloaded reedline v0.40.0
9892026-08-13T18:50:30.752Z Downloaded uuid v1.23.4
9902026-08-13T18:50:30.755Z Downloaded lru v0.12.5
9912026-08-13T18:50:30.755Z Downloaded port-file v0.1.0
9922026-08-13T18:50:30.758Z Downloaded vergen-gitcl v1.0.8
9932026-08-13T18:50:30.758Z Downloaded writeable v0.6.2
9942026-08-13T18:50:30.761Z Downloaded wyz v0.5.1
9952026-08-13T18:50:30.761Z Downloaded openssl-sys v0.9.117
9962026-08-13T18:50:30.771Z Downloaded icu_normalizer v2.1.1
9972026-08-13T18:50:30.775Z Downloaded pin-project-internal v1.1.11
9982026-08-13T18:50:30.775Z Downloaded slog v2.8.2
9992026-08-13T18:50:30.778Z Downloaded der_derive v0.7.3
10002026-08-13T18:50:30.778Z Downloaded ref-cast v1.0.25
10012026-08-13T18:50:30.781Z Downloaded tiny-keccak v2.0.2
10022026-08-13T18:50:30.781Z Downloaded scopeguard v1.2.0
10032026-08-13T18:50:30.781Z Downloaded daft v0.1.7
10042026-08-13T18:50:30.781Z Downloaded tinyvec_macros v0.1.1
10052026-08-13T18:50:30.781Z Downloaded derive_more v0.99.20
10062026-08-13T18:50:30.784Z Downloaded predicates-tree v1.0.13
10072026-08-13T18:50:30.787Z Downloaded rfc6979 v0.4.0
10082026-08-13T18:50:30.790Z Downloaded signal-hook-tokio v0.3.1
10092026-08-13T18:50:30.790Z Downloaded stable_deref_trait v1.2.1
10102026-08-13T18:50:30.795Z Downloaded elliptic-curve v0.13.8
10112026-08-13T18:50:30.795Z Downloaded icu_provider v2.1.1
10122026-08-13T18:50:30.798Z Downloaded displaydoc v0.2.5
10132026-08-13T18:50:30.798Z Downloaded subprocess v0.2.15
10142026-08-13T18:50:30.801Z Downloaded indoc v2.0.7
10152026-08-13T18:50:30.801Z Downloaded libefi-sys v0.1.0
10162026-08-13T18:50:30.804Z Downloaded scroll_derive v0.13.1
10172026-08-13T18:50:30.807Z Downloaded toml_edit v0.19.15
10182026-08-13T18:50:30.815Z Downloaded diesel_derives v2.3.7
10192026-08-13T18:50:30.819Z Downloaded unicode_categories v0.1.1
10202026-08-13T18:50:30.822Z Downloaded parking_lot_core v0.9.12
10212026-08-13T18:50:30.822Z Downloaded oxide-update-engine v0.1.2
10222026-08-13T18:50:30.824Z Downloaded indent_write v2.2.0
10232026-08-13T18:50:30.830Z Downloaded crc v3.4.0
10242026-08-13T18:50:30.849Z Downloaded dsl_auto_type v0.2.0
10252026-08-13T18:50:30.850Z Downloaded multer v3.1.0
10262026-08-13T18:50:30.850Z Downloaded toml_parser v1.1.2+spec-1.1.0
10272026-08-13T18:50:30.850Z Downloaded pem v3.0.6
10282026-08-13T18:50:30.850Z Downloaded progenitor v0.13.0
10292026-08-13T18:50:30.850Z Downloaded zerovec-derive v0.11.2
10302026-08-13T18:50:30.850Z Downloaded lzss v0.8.2
10312026-08-13T18:50:30.855Z Downloaded derive_more-impl v2.1.1
10322026-08-13T18:50:30.856Z Downloaded darling_macro v0.23.0
10332026-08-13T18:50:30.860Z Downloaded seq-macro v0.3.6
10342026-08-13T18:50:30.865Z Downloaded aho-corasick v1.1.4
10352026-08-13T18:50:30.868Z Downloaded steno v0.4.1
10362026-08-13T18:50:30.871Z Downloaded is_ci v1.2.0
10372026-08-13T18:50:30.871Z Downloaded jiff-static v0.2.34
10382026-08-13T18:50:30.874Z Downloaded litrs v1.0.0
10392026-08-13T18:50:30.874Z Downloaded ssh-cipher v0.3.0
10402026-08-13T18:50:30.877Z Downloaded packed_struct v0.10.1
10412026-08-13T18:50:30.877Z Downloaded newline-converter v0.3.0
10422026-08-13T18:50:30.886Z Downloaded serde_repr v0.1.20
10432026-08-13T18:50:30.889Z Downloaded sqlparser_derive v0.5.0
10442026-08-13T18:50:30.889Z Downloaded termtree v0.5.1
10452026-08-13T18:50:30.890Z Downloaded trait-variant v0.1.2
10462026-08-13T18:50:30.890Z Downloaded rustversion v1.0.22
10472026-08-13T18:50:30.893Z Downloaded nom v8.0.0
10482026-08-13T18:50:30.896Z Downloaded serde_yaml v0.9.34+deprecated
10492026-08-13T18:50:30.896Z Downloaded serde_with v1.14.0
10502026-08-13T18:50:30.901Z Downloaded schemars v1.2.1
10512026-08-13T18:50:30.910Z Downloaded zip v4.6.1
10522026-08-13T18:50:30.914Z Downloaded derive-ex v0.1.8
10532026-08-13T18:50:30.914Z Downloaded num_enum v0.7.6
10542026-08-13T18:50:30.917Z Downloaded difflib v0.4.0
10552026-08-13T18:50:30.917Z Downloaded iana-time-zone v0.1.65
10562026-08-13T18:50:30.917Z Downloaded postcard v1.1.3
10572026-08-13T18:50:30.917Z Downloaded darling v0.21.3
10582026-08-13T18:50:30.920Z Downloaded slog-term v2.9.2
10592026-08-13T18:50:30.920Z Downloaded support-bundle-viewer v0.1.2
10602026-08-13T18:50:30.923Z Downloaded tokio-macros v2.7.0
10612026-08-13T18:50:30.923Z Downloaded cstr-argument v0.1.2
10622026-08-13T18:50:30.923Z Downloaded defmt-parser v1.0.0
10632026-08-13T18:50:30.923Z Downloaded peg-macros v0.8.5
10642026-08-13T18:50:30.923Z Downloaded libsw-core v0.3.2
10652026-08-13T18:50:30.926Z Downloaded zerocopy-derive v0.8.40
10662026-08-13T18:50:30.929Z Downloaded managed v0.8.0
10672026-08-13T18:50:30.929Z Downloaded password-hash v0.6.1
10682026-08-13T18:50:30.929Z Downloaded digest-io v0.1.0
10692026-08-13T18:50:30.932Z Downloaded ctr v0.10.1
10702026-08-13T18:50:30.935Z Downloaded darling_core v0.20.11
10712026-08-13T18:50:30.939Z Downloaded rsa v0.10.0-rc.18
10722026-08-13T18:50:30.942Z Downloaded derive_more v2.1.1
10732026-08-13T18:50:30.945Z Downloaded crc-any v2.5.0
10742026-08-13T18:50:30.948Z Downloaded csv-core v0.1.13
10752026-08-13T18:50:30.948Z Downloaded parking_lot_core v0.8.6
10762026-08-13T18:50:30.948Z Downloaded embedded-io v0.4.0
10772026-08-13T18:50:30.951Z Downloaded r2d2 v0.8.10
10782026-08-13T18:50:30.951Z Downloaded olpc-cjson v0.1.4
10792026-08-13T18:50:30.951Z Downloaded rustyline v14.0.0
10802026-08-13T18:50:30.954Z Downloaded hashbrown v0.16.1
10812026-08-13T18:50:30.957Z Downloaded term v0.7.0
10822026-08-13T18:50:30.957Z Downloaded slog-scope v4.4.1
10832026-08-13T18:50:30.967Z Downloaded pkcs8 v0.11.0
10842026-08-13T18:50:30.970Z Downloaded vte v0.14.1
10852026-08-13T18:50:30.970Z Downloaded cookie v0.18.1
10862026-08-13T18:50:30.973Z Downloaded predicates v3.1.4
10872026-08-13T18:50:30.973Z Downloaded progenitor v0.14.0
10882026-08-13T18:50:30.977Z Downloaded tap v1.0.1
10892026-08-13T18:50:30.980Z Downloaded curve25519-dalek-derive v0.1.1
10902026-08-13T18:50:30.983Z Downloaded rpassword v7.5.4
10912026-08-13T18:50:30.983Z Downloaded sqlformat v0.3.5
10922026-08-13T18:50:30.986Z Downloaded vergen-lib v0.1.6
10932026-08-13T18:50:30.990Z Downloaded tower v0.5.3
10942026-08-13T18:50:30.995Z Downloaded derive_builder v0.20.2
10952026-08-13T18:50:30.998Z Downloaded darling_macro v0.21.3
10962026-08-13T18:50:31.001Z Downloaded dunce v1.0.5
10972026-08-13T18:50:31.001Z Downloaded darling_core v0.13.4
10982026-08-13T18:50:31.007Z Downloaded untrusted v0.7.1
10992026-08-13T18:50:31.010Z Downloaded crossterm v0.28.1
11002026-08-13T18:50:31.013Z Downloaded toml_edit v0.23.10+spec-1.0.0
11012026-08-13T18:50:31.016Z Downloaded paste v1.0.15
11022026-08-13T18:50:31.016Z Downloaded pkcs8 v0.10.2
11032026-08-13T18:50:31.025Z Downloaded hyper v1.10.1
11042026-08-13T18:50:31.028Z Downloaded hkdf v0.12.4
11052026-08-13T18:50:31.031Z Downloaded h2 v0.4.15
11062026-08-13T18:50:31.034Z Downloaded progenitor-client v0.13.0
11072026-08-13T18:50:31.034Z Downloaded sha1 v0.11.0
11082026-08-13T18:50:31.038Z Downloaded serde-big-array v0.5.1
11092026-08-13T18:50:31.041Z Downloaded proc-macro-error-attr2 v2.0.0
11102026-08-13T18:50:31.041Z Downloaded icu_collections v2.1.1
11112026-08-13T18:50:31.044Z Downloaded jiff-core v0.1.0
11122026-08-13T18:50:31.050Z Downloaded darling_macro v0.13.4
11132026-08-13T18:50:31.054Z Downloaded idna_adapter v1.2.1
11142026-08-13T18:50:31.054Z Downloaded instability v0.3.11
11152026-08-13T18:50:31.057Z Downloaded indicatif v0.18.4
11162026-08-13T18:50:31.060Z Downloaded hyper-util v0.1.20
11172026-08-13T18:50:31.063Z Downloaded typify v0.6.2
11182026-08-13T18:50:31.063Z Downloaded unicode-bidi v0.3.18
11192026-08-13T18:50:31.065Z Downloaded itertools v0.13.0
11202026-08-13T18:50:31.068Z Downloaded rand_core v0.10.0
11212026-08-13T18:50:31.071Z Downloaded slog-stdlog v4.1.1
11222026-08-13T18:50:31.071Z Downloaded ssh-encoding v0.3.0
11232026-08-13T18:50:31.071Z Downloaded usdt-impl v0.6.0
11242026-08-13T18:50:31.074Z Downloaded rand_pcg v0.10.2
11252026-08-13T18:50:31.074Z Downloaded tokio-test v0.4.5
11262026-08-13T18:50:31.074Z Downloaded unicode-xid v0.2.6
11272026-08-13T18:50:31.078Z Downloaded zerovec v0.11.5
11282026-08-13T18:50:31.081Z Downloaded reqwest v0.13.2
11292026-08-13T18:50:31.084Z Downloaded zeroize v1.9.0
11302026-08-13T18:50:31.092Z Downloaded regex v1.12.3
11312026-08-13T18:50:31.095Z Downloaded unicode-normalization v0.1.25
11322026-08-13T18:50:31.098Z Downloaded diesel-dtrace v0.5.0
11332026-08-13T18:50:31.098Z Downloaded num-bigint-dig v0.8.6
11342026-08-13T18:50:31.100Z Downloaded icu_locale_core v2.1.1
11352026-08-13T18:50:31.105Z Downloaded litemap v0.8.1
11362026-08-13T18:50:31.108Z Downloaded nu-ansi-term v0.50.3
11372026-08-13T18:50:31.108Z Downloaded strum v0.27.2
11382026-08-13T18:50:31.108Z Downloaded num-derive v0.4.2
11392026-08-13T18:50:31.108Z Downloaded slog-bunyan v2.5.0
11402026-08-13T18:50:31.108Z Downloaded usdt-attr-macro v0.6.0
11412026-08-13T18:50:31.108Z Downloaded document-features v0.2.12
11422026-08-13T18:50:31.111Z Downloaded hkdf v0.13.0
11432026-08-13T18:50:31.111Z Downloaded pin-project v1.1.11
11442026-08-13T18:50:31.116Z Downloaded phf v0.13.1
11452026-08-13T18:50:31.119Z Downloaded serde_path_to_error v0.1.20
11462026-08-13T18:50:31.119Z Downloaded vsss-rs v3.3.4
11472026-08-13T18:50:31.122Z Downloaded void v1.0.2
11482026-08-13T18:50:31.127Z Downloaded precomputed-hash v0.1.1
11492026-08-13T18:50:31.130Z Downloaded serde_cbor v0.11.2
11502026-08-13T18:50:31.130Z Downloaded aws-lc-rs v1.16.3
11512026-08-13T18:50:31.134Z Downloaded take_mut v0.2.2
11522026-08-13T18:50:31.137Z Downloaded schemars_derive v0.8.22
11532026-08-13T18:50:31.137Z Downloaded stacker v0.1.23
11542026-08-13T18:50:31.140Z Downloaded test-strategy v0.4.5
11552026-08-13T18:50:31.143Z Downloaded zip v0.6.6
11562026-08-13T18:50:31.145Z Downloaded sha2 v0.11.0
11572026-08-13T18:50:31.148Z Downloaded tokio-tungstenite v0.21.0
11582026-08-13T18:50:31.148Z Downloaded daft-derive v0.1.7
11592026-08-13T18:50:31.151Z Downloaded ingot-types v0.2.0
11602026-08-13T18:50:31.151Z Downloaded new_debug_unreachable v1.0.6
11612026-08-13T18:50:31.151Z Downloaded zerocopy v0.6.6
11622026-08-13T18:50:31.154Z Downloaded smf v0.2.3
11632026-08-13T18:50:31.154Z Downloaded tracing-attributes v0.1.31
11642026-08-13T18:50:31.154Z Downloaded sapling-renderdag v0.1.0
11652026-08-13T18:50:31.156Z Downloaded blake3 v1.8.5
11662026-08-13T18:50:31.159Z Downloaded impl-trait-for-tuples v0.2.3
11672026-08-13T18:50:31.162Z Downloaded linked-hash-map v0.5.6
11682026-08-13T18:50:31.162Z Downloaded corncobs v0.1.4
11692026-08-13T18:50:31.162Z Downloaded pem-rfc7468 v0.7.0
11702026-08-13T18:50:31.165Z Downloaded phf_shared v0.12.1
11712026-08-13T18:50:31.165Z Downloaded russh-cryptovec v0.62.0
11722026-08-13T18:50:31.165Z Downloaded num_enum v0.5.11
11732026-08-13T18:50:31.168Z Downloaded signal-hook-registry v1.4.8
11742026-08-13T18:50:31.177Z Downloaded darling v0.20.11
11752026-08-13T18:50:31.180Z Downloaded kstat-rs v0.2.5
11762026-08-13T18:50:31.183Z Downloaded dtrace-parser v0.3.0
11772026-08-13T18:50:31.187Z Downloaded qorb v0.4.1
11782026-08-13T18:50:31.193Z Downloaded primefield v0.14.0
11792026-08-13T18:50:31.196Z Downloaded openssl-macros v0.1.1
11802026-08-13T18:50:31.196Z Downloaded subtle v2.6.1
11812026-08-13T18:50:31.199Z Downloaded darling v0.13.4
11822026-08-13T18:50:31.203Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11832026-08-13T18:50:31.214Z Downloaded uzers v0.12.2
11842026-08-13T18:50:31.217Z Downloaded tar v0.4.46
11852026-08-13T18:50:31.221Z Downloaded cookie_store v0.22.1
11862026-08-13T18:50:31.221Z Downloaded sponge-cursor v0.1.0
11872026-08-13T18:50:31.224Z Downloaded toml_writer v1.1.1+spec-1.1.0
11882026-08-13T18:50:31.229Z Downloaded zerotrie v0.2.3
11892026-08-13T18:50:31.234Z Downloaded libxml v0.3.3
11902026-08-13T18:50:31.236Z Downloaded num-bigint v0.4.6
11912026-08-13T18:50:31.239Z Downloaded defmt-macros v1.0.1
11922026-08-13T18:50:31.242Z Downloaded quinn v0.11.11
11932026-08-13T18:50:31.242Z Downloaded internal-russh-num-bigint v0.5.0
11942026-08-13T18:50:31.245Z Downloaded libloading v0.8.9
11952026-08-13T18:50:31.248Z Downloaded oxide-update-engine-display v0.1.2
11962026-08-13T18:50:31.248Z Downloaded miniz_oxide v0.8.9
11972026-08-13T18:50:31.251Z Downloaded nom v7.1.3
11982026-08-13T18:50:31.253Z Downloaded des v0.9.0
11992026-08-13T18:50:31.253Z Downloaded ed25519 v3.0.0
12002026-08-13T18:50:31.253Z Downloaded chrono v0.4.45
12012026-08-13T18:50:31.257Z Downloaded samael v0.0.19
12022026-08-13T18:50:31.260Z Downloaded quinn-udp v0.5.14
12032026-08-13T18:50:31.263Z Downloaded tinyvec v1.10.0
12042026-08-13T18:50:31.263Z Downloaded unsafe-libyaml v0.2.11
12052026-08-13T18:50:31.265Z Downloaded oxnet v0.1.6
12062026-08-13T18:50:31.265Z Downloaded crc32fast v1.5.0
12072026-08-13T18:50:31.268Z Downloaded tough v0.22.0
12082026-08-13T18:50:31.271Z Downloaded ed25519-dalek v2.2.0
12092026-08-13T18:50:31.274Z Downloaded tokio-postgres v0.7.16
12102026-08-13T18:50:31.278Z Downloaded serde_with_macros v3.21.0
12112026-08-13T18:50:31.281Z Downloaded unicode-properties v0.1.4
12122026-08-13T18:50:31.284Z Downloaded nanorand v0.7.0
12132026-08-13T18:50:31.284Z Downloaded icu_normalizer_data v2.1.1
12142026-08-13T18:50:31.286Z Downloaded crossterm v0.29.0
12152026-08-13T18:50:31.292Z Downloaded tokio-util v0.7.18
12162026-08-13T18:50:31.298Z Downloaded der v0.8.0
12172026-08-13T18:50:31.303Z Downloaded memmap2 v0.9.10
12182026-08-13T18:50:31.306Z Downloaded slog-dtrace v0.3.0
12192026-08-13T18:50:31.306Z Downloaded yasna v0.5.2
12202026-08-13T18:50:31.309Z Downloaded bindgen v0.71.1
12212026-08-13T18:50:31.314Z Downloaded bitvec v1.0.1
12222026-08-13T18:50:31.326Z Downloaded rand v0.9.2
12232026-08-13T18:50:31.330Z Downloaded num-traits v0.2.19
12242026-08-13T18:50:31.333Z Downloaded rsa v0.9.10
12252026-08-13T18:50:31.336Z Downloaded tokio-rustls v0.26.4
12262026-08-13T18:50:31.339Z Downloaded iddqd v0.4.2
12272026-08-13T18:50:31.342Z Downloaded ignore v0.4.25
12282026-08-13T18:50:31.345Z Downloaded rand_core v0.9.5
12292026-08-13T18:50:31.345Z Downloaded portable-atomic v1.13.1
12302026-08-13T18:50:31.348Z Downloaded ed25519-dalek v3.0.0
12312026-08-13T18:50:31.352Z Downloaded publicsuffix v2.3.0
12322026-08-13T18:50:31.355Z Downloaded p521 v0.14.0
12332026-08-13T18:50:31.358Z Downloaded moka v0.12.13
12342026-08-13T18:50:31.363Z Downloaded proptest v1.11.0
12352026-08-13T18:50:31.368Z Downloaded rustls-platform-verifier v0.6.2
12362026-08-13T18:50:31.371Z Downloaded toml v1.1.2+spec-1.1.0
12372026-08-13T18:50:31.374Z Downloaded idna v1.1.0
12382026-08-13T18:50:31.376Z Downloaded typed-path v0.9.3
12392026-08-13T18:50:31.379Z Downloaded rustls-webpki v0.103.13
12402026-08-13T18:50:31.382Z Downloaded ssh-key v0.7.0-rc.11
12412026-08-13T18:50:31.385Z Downloaded time v0.3.47
12422026-08-13T18:50:31.390Z Downloaded serde_with v3.21.0
12432026-08-13T18:50:31.398Z Downloaded minimal-lexical v0.2.1
12442026-08-13T18:50:31.401Z Downloaded elliptic-curve v0.14.1
12452026-08-13T18:50:31.403Z Downloaded git2 v0.20.4
12462026-08-13T18:50:31.406Z Downloaded quick-xml v0.37.5
12472026-08-13T18:50:31.409Z Downloaded salty v0.3.0
12482026-08-13T18:50:31.413Z Downloaded prettyplease v0.2.37
12492026-08-13T18:50:31.416Z Downloaded der v0.7.10
12502026-08-13T18:50:31.419Z Downloaded rayon v1.11.0
12512026-08-13T18:50:31.423Z Downloaded rawzip v0.4.4
12522026-08-13T18:50:31.426Z Downloaded russh v0.62.4
12532026-08-13T18:50:31.431Z Downloaded tabled v0.21.0
12542026-08-13T18:50:31.442Z Downloaded p384 v0.13.1
12552026-08-13T18:50:31.445Z Downloaded regex-syntax v0.6.29
12562026-08-13T18:50:31.449Z Downloaded goblin v0.10.5
12572026-08-13T18:50:31.453Z Downloaded vcpkg v0.2.15
12582026-08-13T18:50:31.476Z Downloaded itertools v0.10.5
12592026-08-13T18:50:31.479Z Downloaded tower-http v0.6.8
12602026-08-13T18:50:31.484Z Downloaded itertools v0.14.0
12612026-08-13T18:50:31.499Z Downloaded winnow v1.0.3
12622026-08-13T18:50:31.506Z Downloaded radix_trie v0.2.1
12632026-08-13T18:50:31.532Z Downloaded smoltcp v0.9.1
12642026-08-13T18:50:31.539Z Downloaded itertools v0.15.0
12652026-08-13T18:50:31.544Z Downloaded iri-string v0.7.10
12662026-08-13T18:50:31.549Z Downloaded bstr v1.12.1
12672026-08-13T18:50:31.552Z Downloaded mio v1.2.0
12682026-08-13T18:50:31.555Z Downloaded reqwest v0.12.28
12692026-08-13T18:50:31.560Z Downloaded object v0.37.3
12702026-08-13T18:50:31.567Z Downloaded itertools v0.12.1
12712026-08-13T18:50:31.576Z Downloaded crypto-bigint v0.7.5
12722026-08-13T18:50:31.584Z Downloaded nix v0.28.0
12732026-08-13T18:50:31.590Z Downloaded openapiv3 v2.2.0
12742026-08-13T18:50:31.599Z Downloaded winnow v0.5.40
12752026-08-13T18:50:31.602Z Downloaded sha3 v0.12.0
12762026-08-13T18:50:31.605Z Downloaded icu_properties_data v2.1.2
12772026-08-13T18:50:31.608Z Downloaded zlib-rs v0.6.2
12782026-08-13T18:50:31.613Z Downloaded lalrpop v0.19.12
12792026-08-13T18:50:31.617Z Downloaded quinn-proto v0.11.16
12802026-08-13T18:50:31.621Z Downloaded dropshot-api-manager v0.7.2
12812026-08-13T18:50:31.624Z Downloaded object v0.30.4
12822026-08-13T18:50:31.629Z Downloaded libm v0.2.16
12832026-08-13T18:50:31.634Z Downloaded winnow v0.6.26
12842026-08-13T18:50:31.638Z Downloaded curve25519-dalek v4.1.3
12852026-08-13T18:50:31.674Z Downloaded crypto-primes v0.7.2
12862026-08-13T18:50:31.693Z Downloaded curve25519-dalek v5.0.0
12872026-08-13T18:50:31.706Z Downloaded polar-core v0.27.3
12882026-08-13T18:50:31.716Z Downloaded zerocopy v0.8.40
12892026-08-13T18:50:31.727Z Downloaded rustix v0.38.44
12902026-08-13T18:50:31.739Z Downloaded hickory-proto v0.24.4
12912026-08-13T18:50:31.747Z Downloaded petname v2.0.2
12922026-08-13T18:50:31.762Z Downloaded smoltcp v0.11.0
12932026-08-13T18:50:31.769Z Downloaded hickory-proto v0.25.2
12942026-08-13T18:50:31.777Z Downloaded nix v0.27.1
12952026-08-13T18:50:31.783Z Downloaded regex-syntax v0.8.10
12962026-08-13T18:50:31.794Z Downloaded dropshot v0.17.1
12972026-08-13T18:50:31.806Z Downloaded diesel v2.3.7
12982026-08-13T18:50:31.817Z Downloaded regress v0.11.1
12992026-08-13T18:50:31.822Z Downloaded sqlparser v0.61.0
13002026-08-13T18:50:31.827Z Downloaded sha3 v0.11.0
13012026-08-13T18:50:31.833Z Downloaded openssl v0.10.80
13022026-08-13T18:50:31.838Z Downloaded typify-impl v0.6.2
13032026-08-13T18:50:31.848Z Downloaded regress v0.10.5
13042026-08-13T18:50:31.854Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-08-13T18:50:31.864Z Downloaded regex-automata v0.4.14
13062026-08-13T18:50:31.894Z Downloaded nix v0.31.2
13072026-08-13T18:50:31.901Z Downloaded tracing v0.1.44
13082026-08-13T18:50:31.922Z Downloaded rustls v0.23.41
13092026-08-13T18:50:31.936Z Downloaded sled v0.34.7
13102026-08-13T18:50:31.953Z Downloaded petgraph v0.8.3
13112026-08-13T18:50:31.965Z Downloaded ratatui v0.29.0
13122026-08-13T18:50:31.976Z Downloaded chrono-tz v0.10.4
13132026-08-13T18:50:31.986Z Downloaded zerocopy-derive v0.6.6
13142026-08-13T18:50:31.998Z Downloaded sha3 v0.10.8
13152026-08-13T18:50:32.001Z Downloaded petgraph v0.6.5
13162026-08-13T18:50:32.011Z Downloaded tokio v1.52.1
13172026-08-13T18:50:32.033Z Downloaded jiff v0.2.34
13182026-08-13T18:50:32.089Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-08-13T18:50:32.099Z Downloaded csv v1.4.0
13202026-08-13T18:50:32.110Z Downloaded libz-sys v1.1.24
13212026-08-13T18:50:32.122Z Downloaded ring v0.17.14
13222026-08-13T18:50:32.145Z Downloaded encoding_rs v0.8.35
13232026-08-13T18:50:32.187Z Downloaded libgit2-sys v0.18.3+1.9.2
13242026-08-13T18:50:32.718Z Downloaded aws-lc-sys v0.40.0
13252026-08-13T18:50:32.971Z Compiling libc v0.2.185
13262026-08-13T18:50:32.971Z Compiling serde_core v1.0.228
13272026-08-13T18:50:32.971Z Compiling serde v1.0.228
13282026-08-13T18:50:32.974Z Compiling log v0.4.29
13292026-08-13T18:50:32.974Z Compiling smallvec v1.15.1
13302026-08-13T18:50:32.974Z Compiling find-msvc-tools v0.1.9
13312026-08-13T18:50:33.107Z Compiling shlex v1.3.0
13322026-08-13T18:50:33.110Z Compiling syn v2.0.117
13332026-08-13T18:50:33.303Z Compiling subtle v2.6.1
13342026-08-13T18:50:33.323Z Compiling scopeguard v1.2.0
13352026-08-13T18:50:33.335Z Compiling stable_deref_trait v1.2.1
13362026-08-13T18:50:33.408Z Compiling lock_api v0.4.14
13372026-08-13T18:50:33.422Z Compiling typenum v1.20.1
13382026-08-13T18:50:33.446Z Compiling zerocopy v0.8.40
13392026-08-13T18:50:33.449Z Compiling portable-atomic v1.13.1
13402026-08-13T18:50:33.474Z Compiling serde_json v1.0.151
13412026-08-13T18:50:33.628Z Compiling critical-section v1.2.0
13422026-08-13T18:50:33.688Z Compiling libm v0.2.16
13432026-08-13T18:50:33.742Z Compiling num-traits v0.2.19
13442026-08-13T18:50:33.879Z Compiling pkg-config v0.3.32
13452026-08-13T18:50:33.952Z Compiling jobserver v0.1.34
13462026-08-13T18:50:33.980Z Compiling errno v0.3.14
13472026-08-13T18:50:34.076Z Compiling getrandom v0.2.17
13482026-08-13T18:50:34.140Z Compiling cc v1.2.56
13492026-08-13T18:50:34.302Z Compiling rand_core v0.6.4
13502026-08-13T18:50:34.316Z Compiling generic-array v0.14.7
13512026-08-13T18:50:34.409Z Compiling once_cell v1.21.3
13522026-08-13T18:50:34.498Z Compiling const-oid v0.9.6
13532026-08-13T18:50:34.521Z Compiling pin-project-lite v0.2.17
13542026-08-13T18:50:34.587Z Compiling parking_lot_core v0.9.12
13552026-08-13T18:50:34.618Z Compiling getrandom v0.4.1
13562026-08-13T18:50:34.680Z Compiling rand_core v0.10.0
13572026-08-13T18:50:34.854Z Compiling signal-hook-registry v1.4.8
13582026-08-13T18:50:35.115Z Compiling bitflags v2.11.0
13592026-08-13T18:50:35.246Z Compiling percent-encoding v2.3.2
13602026-08-13T18:50:35.260Z Compiling writeable v0.6.2
13612026-08-13T18:50:35.345Z Compiling futures-core v0.3.32
13622026-08-13T18:50:35.432Z Compiling litemap v0.8.1
13632026-08-13T18:50:35.553Z Compiling semver v1.0.28
13642026-08-13T18:50:35.567Z Compiling parking_lot v0.12.5
13652026-08-13T18:50:35.589Z Compiling mio v1.2.0
13662026-08-13T18:50:35.625Z Compiling icu_properties_data v2.1.2
13672026-08-13T18:50:35.732Z Compiling icu_normalizer_data v2.1.1
13682026-08-13T18:50:35.760Z Compiling socket2 v0.6.3
13692026-08-13T18:50:35.879Z Compiling getrandom v0.3.4
13702026-08-13T18:50:35.934Z Compiling synstructure v0.13.2
13712026-08-13T18:50:35.968Z Compiling futures-sink v0.3.32
13722026-08-13T18:50:36.033Z Compiling indexmap v2.14.0
13732026-08-13T18:50:36.068Z Compiling futures-channel v0.3.32
13742026-08-13T18:50:36.082Z Compiling rustix v1.1.3
13752026-08-13T18:50:36.172Z Compiling futures-task v0.3.32
13762026-08-13T18:50:36.307Z Compiling utf8_iter v1.0.4
13772026-08-13T18:50:36.310Z Compiling futures-io v0.3.32
13782026-08-13T18:50:36.354Z Compiling slab v0.4.12
13792026-08-13T18:50:36.464Z Compiling form_urlencoded v1.2.2
13802026-08-13T18:50:36.478Z Compiling rustversion v1.0.22
13812026-08-13T18:50:36.540Z Compiling iana-time-zone v0.1.65
13822026-08-13T18:50:36.553Z Compiling base64ct v1.8.3
13832026-08-13T18:50:36.646Z Compiling cmake v0.1.57
13842026-08-13T18:50:36.722Z Compiling fs_extra v1.3.0
13852026-08-13T18:50:36.737Z Compiling regex-syntax v0.8.10
13862026-08-13T18:50:36.781Z Compiling pem-rfc7468 v0.7.0
13872026-08-13T18:50:36.847Z Compiling dunce v1.0.5
13882026-08-13T18:50:36.946Z Compiling flagset v0.4.7
13892026-08-13T18:50:36.993Z Compiling ident_case v1.0.1
13902026-08-13T18:50:37.049Z Compiling aws-lc-sys v0.40.0
13912026-08-13T18:50:37.079Z Compiling rand_core v0.9.5
13922026-08-13T18:50:37.093Z Compiling uuid v1.23.4
13932026-08-13T18:50:37.116Z Compiling base64 v0.22.1
13942026-08-13T18:50:37.394Z Compiling syn v1.0.109
13952026-08-13T18:50:37.451Z Compiling vcpkg v0.2.15
13962026-08-13T18:50:37.465Z Compiling serde_derive_internals v0.29.1
13972026-08-13T18:50:37.683Z Compiling serde_derive v1.0.228
13982026-08-13T18:50:37.707Z Compiling zeroize_derive v1.5.0
13992026-08-13T18:50:37.800Z Compiling zerofrom-derive v0.1.6
14002026-08-13T18:50:37.815Z Compiling zerocopy-derive v0.8.40
14012026-08-13T18:50:38.168Z Compiling yoke-derive v0.8.1
14022026-08-13T18:50:38.357Z Compiling zeroize v1.9.0
14032026-08-13T18:50:38.372Z Compiling zerovec-derive v0.11.2
14042026-08-13T18:50:38.578Z Compiling displaydoc v0.2.5
14052026-08-13T18:50:39.238Z Compiling zerofrom v0.1.6
14062026-08-13T18:50:39.381Z Compiling tokio-macros v2.7.0
14072026-08-13T18:50:39.397Z Compiling futures-macro v0.3.32
14082026-08-13T18:50:39.412Z Compiling yoke v0.8.1
14092026-08-13T18:50:39.531Z Compiling der_derive v0.7.3
14102026-08-13T18:50:39.607Z Compiling zerovec v0.11.5
14112026-08-13T18:50:39.714Z Compiling zerotrie v0.2.3
14122026-08-13T18:50:40.013Z Compiling block-buffer v0.10.4
14132026-08-13T18:50:40.102Z Compiling tinystr v0.8.2
14142026-08-13T18:50:40.115Z Compiling potential_utf v0.1.4
14152026-08-13T18:50:40.189Z Compiling crypto-common v0.1.7
14162026-08-13T18:50:40.216Z Compiling futures-util v0.3.32
14172026-08-13T18:50:40.280Z Compiling icu_locale_core v2.1.1
14182026-08-13T18:50:40.303Z Compiling icu_collections v2.1.1
14192026-08-13T18:50:40.341Z Compiling digest v0.10.7
14202026-08-13T18:50:40.530Z Compiling thiserror-impl v2.0.18
14212026-08-13T18:50:40.647Z Compiling der v0.7.10
14222026-08-13T18:50:40.802Z Compiling openssl-sys v0.9.117
14232026-08-13T18:50:41.205Z Compiling bytes v1.11.1
14242026-08-13T18:50:41.288Z Compiling icu_provider v2.1.1
14252026-08-13T18:50:41.325Z Compiling chrono v0.4.45
14262026-08-13T18:50:41.592Z Compiling icu_normalizer v2.1.1
14272026-08-13T18:50:41.828Z Compiling tokio v1.52.1
14282026-08-13T18:50:41.863Z Compiling icu_properties v2.1.2
14292026-08-13T18:50:41.888Z Compiling thiserror v2.0.18
14302026-08-13T18:50:41.996Z Compiling http v1.4.2
14312026-08-13T18:50:42.132Z Compiling spki v0.7.3
14322026-08-13T18:50:42.341Z Compiling ppv-lite86 v0.2.21
14332026-08-13T18:50:42.419Z Compiling tracing-attributes v0.1.31
14342026-08-13T18:50:42.580Z Compiling rustc_version v0.4.1
14352026-08-13T18:50:42.665Z Compiling rand_chacha v0.9.0
14362026-08-13T18:50:42.702Z Compiling idna_adapter v1.2.1
14372026-08-13T18:50:42.842Z Compiling idna v1.1.0
14382026-08-13T18:50:42.885Z Compiling tracing-core v0.1.36
14392026-08-13T18:50:42.903Z Compiling cpufeatures v0.2.17
14402026-08-13T18:50:42.947Z Compiling aws-lc-rs v1.16.3
14412026-08-13T18:50:42.978Z Compiling schemars v0.8.22
14422026-08-13T18:50:43.177Z Compiling url v2.5.8
14432026-08-13T18:50:43.226Z Compiling dyn-clone v1.0.20
14442026-08-13T18:50:43.365Z Compiling rand v0.9.2
14452026-08-13T18:50:43.381Z Compiling http-body v1.0.1
14462026-08-13T18:50:43.487Z Compiling pkcs8 v0.10.2
14472026-08-13T18:50:43.592Z Compiling rustls-pki-types v1.14.0
14482026-08-13T18:50:43.721Z Compiling tracing v0.1.44
14492026-08-13T18:50:43.743Z Compiling schemars_derive v0.8.22
14502026-08-13T18:50:43.960Z Compiling spin v0.9.8
14512026-08-13T18:50:43.984Z Compiling tinyvec_macros v0.1.1
14522026-08-13T18:50:44.032Z Compiling cmov v0.5.4
14532026-08-13T18:50:44.054Z Compiling openssl-probe v0.2.1
14542026-08-13T18:50:44.082Z Compiling crc32fast v1.5.0
14552026-08-13T18:50:44.163Z Compiling httparse v1.10.1
14562026-08-13T18:50:44.222Z Compiling ctutils v0.4.2
14572026-08-13T18:50:44.236Z Compiling tempfile v3.25.0
14582026-08-13T18:50:44.384Z Compiling tinyvec v1.10.0
14592026-08-13T18:50:44.450Z Compiling pest_generator v2.8.6
14602026-08-13T18:50:44.529Z Compiling sha2 v0.10.9
14612026-08-13T18:50:44.585Z Compiling aho-corasick v1.1.4
14622026-08-13T18:50:44.724Z Compiling untrusted v0.7.1
14632026-08-13T18:50:44.850Z Compiling atomic-waker v1.1.2
14642026-08-13T18:50:44.978Z Compiling radium v0.7.0
14652026-08-13T18:50:45.114Z Compiling try-lock v0.2.5
14662026-08-13T18:50:45.220Z Compiling tower-service v0.3.3
14672026-08-13T18:50:45.223Z Compiling tower-layer v0.3.3
14682026-08-13T18:50:45.337Z Compiling want v0.3.1
14692026-08-13T18:50:45.397Z Compiling regex-automata v0.4.14
14702026-08-13T18:50:45.544Z Compiling pest_derive v2.8.6
14712026-08-13T18:50:45.843Z Compiling tokio-util v0.7.18
14722026-08-13T18:50:46.249Z Compiling hybrid-array v0.4.13
14732026-08-13T18:50:46.277Z Compiling ipnet v2.11.0
14742026-08-13T18:50:46.452Z Compiling scroll_derive v0.13.1
14752026-08-13T18:50:46.768Z Compiling h2 v0.4.15
14762026-08-13T18:50:46.868Z Compiling darling_core v0.20.11
14772026-08-13T18:50:47.011Z Compiling httpdate v1.0.3
14782026-08-13T18:50:47.185Z Compiling untrusted v0.9.0
14792026-08-13T18:50:47.232Z Compiling foreign-types-shared v0.1.1
14802026-08-13T18:50:47.245Z Compiling rustls v0.23.41
14812026-08-13T18:50:47.305Z Compiling simd-adler32 v0.3.8
14822026-08-13T18:50:47.320Z Compiling tap v1.0.1
14832026-08-13T18:50:47.411Z Compiling maybe-uninit v2.0.0
14842026-08-13T18:50:47.427Z Compiling openssl v0.10.80
14852026-08-13T18:50:47.492Z Compiling wyz v0.5.1
14862026-08-13T18:50:47.543Z Compiling foreign-types v0.3.2
14872026-08-13T18:50:47.616Z Compiling scroll v0.13.0
14882026-08-13T18:50:47.682Z Compiling unicode-normalization v0.1.25
14892026-08-13T18:50:47.876Z Compiling rand_chacha v0.3.1
14902026-08-13T18:50:47.880Z Compiling hex v0.4.3
14912026-08-13T18:50:48.115Z Compiling signature v2.2.0
14922026-08-13T18:50:48.139Z Compiling thiserror-impl v1.0.69
14932026-08-13T18:50:48.142Z Compiling openssl-macros v0.1.1
14942026-08-13T18:50:48.296Z Compiling terminal_size v0.4.3
14952026-08-13T18:50:48.438Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-08-13T18:50:48.544Z Compiling bzip2-sys v0.1.13+1.0.8
14972026-08-13T18:50:48.648Z Compiling num-integer v0.1.46
14982026-08-13T18:50:48.822Z Compiling wait-timeout v0.2.1
14992026-08-13T18:50:48.825Z Compiling ahash v0.8.12
15002026-08-13T18:50:48.967Z Compiling num-conv v0.2.0
15012026-08-13T18:50:49.039Z Compiling num-bigint-dig v0.8.6
15022026-08-13T18:50:49.084Z Compiling funty v2.0.0
15032026-08-13T18:50:49.101Z Compiling darling_macro v0.20.11
15042026-08-13T18:50:49.101Z Compiling powerfmt v0.2.0
15052026-08-13T18:50:49.218Z Compiling time-core v0.1.8
15062026-08-13T18:50:49.313Z Compiling bit-vec v0.8.0
15072026-08-13T18:50:49.357Z Compiling packed_struct v0.10.1
15082026-08-13T18:50:49.371Z Compiling quick-error v1.2.3
15092026-08-13T18:50:49.430Z Compiling native-tls v0.2.18
15102026-08-13T18:50:49.475Z Compiling adler2 v2.0.1
15112026-08-13T18:50:49.538Z Compiling bit-set v0.8.0
15122026-08-13T18:50:49.563Z Compiling darling v0.20.11
15132026-08-13T18:50:49.610Z Compiling miniz_oxide v0.8.9
15142026-08-13T18:50:49.627Z Compiling rusty-fork v0.3.1
15152026-08-13T18:50:49.654Z Compiling bitvec v1.0.1
15162026-08-13T18:50:49.657Z Compiling time-macros v0.2.27
15172026-08-13T18:50:49.680Z Compiling thiserror v1.0.69
15182026-08-13T18:50:49.695Z Compiling deranged v0.5.8
15192026-08-13T18:50:49.800Z Compiling clap_builder v4.6.0
15202026-08-13T18:50:49.949Z Compiling hyper v1.10.1
15212026-08-13T18:50:50.246Z Compiling num-iter v0.1.45
15222026-08-13T18:50:50.830Z Compiling rand v0.8.6
15232026-08-13T18:50:51.148Z Compiling hyper-util v0.1.20
15242026-08-13T18:50:51.464Z Compiling goblin v0.10.5
15252026-08-13T18:50:51.622Z Compiling packed_struct_codegen v0.10.1
15262026-08-13T18:50:51.639Z Compiling lazy_static v1.5.0
15272026-08-13T18:50:51.732Z Compiling toml_datetime v0.6.11
15282026-08-13T18:50:51.988Z Compiling serde_spanned v0.6.9
15292026-08-13T18:50:52.134Z Compiling hmac v0.12.1
15302026-08-13T18:50:52.290Z Compiling zerocopy-derive v0.6.6
15312026-08-13T18:50:52.670Z Compiling bitfield-macros v0.19.4
15322026-08-13T18:50:52.804Z Compiling clap_derive v4.6.1
15332026-08-13T18:50:52.858Z Compiling anstyle-parse v0.2.7
15342026-08-13T18:50:53.041Z Compiling rand_xorshift v0.4.0
15352026-08-13T18:50:53.108Z Compiling sync_wrapper v1.0.2
15362026-08-13T18:50:53.210Z Compiling indexmap v1.9.3
15372026-08-13T18:50:53.225Z Compiling siphasher v1.0.2
15382026-08-13T18:50:53.362Z Compiling num_threads v0.1.7
15392026-08-13T18:50:53.398Z Compiling crossbeam-utils v0.8.21
15402026-08-13T18:50:53.415Z Compiling nodrop v0.1.14
15412026-08-13T18:50:53.462Z Compiling usdt-impl v0.6.0
15422026-08-13T18:50:53.511Z Compiling zlib-rs v0.6.2
15432026-08-13T18:50:53.632Z Compiling paste v1.0.15
15442026-08-13T18:50:53.663Z Compiling unarray v0.1.4
15452026-08-13T18:50:53.683Z Compiling crc-catalog v2.4.0
15462026-08-13T18:50:53.775Z Compiling crc v3.4.0
15472026-08-13T18:50:53.775Z Compiling proptest v1.11.0
15482026-08-13T18:50:53.972Z Compiling array-init v0.0.4
15492026-08-13T18:50:53.991Z Compiling time v0.3.47
15502026-08-13T18:50:54.315Z Compiling dof v0.4.0
15512026-08-13T18:50:54.555Z Compiling clap v4.6.1
15522026-08-13T18:50:54.659Z Compiling bitfield v0.19.4
15532026-08-13T18:50:54.952Z Compiling tower v0.5.3
15542026-08-13T18:50:55.412Z Compiling zerocopy v0.6.6
15552026-08-13T18:50:55.427Z Compiling anstream v0.6.21
15562026-08-13T18:50:55.771Z Compiling smallvec v0.6.14
15572026-08-13T18:50:55.974Z Compiling derive_builder_core v0.20.2
15582026-08-13T18:50:56.155Z Compiling dtrace-parser v0.3.0
15592026-08-13T18:50:56.777Z Compiling flate2 v1.1.9
15602026-08-13T18:50:56.813Z Compiling ipnetwork v0.21.1
15612026-08-13T18:50:56.878Z Compiling pkcs1 v0.7.5
15622026-08-13T18:50:56.915Z Compiling http-body-util v0.1.3
15632026-08-13T18:50:56.946Z Compiling heapless v0.7.17
15642026-08-13T18:50:57.155Z Compiling scroll_derive v0.12.1
15652026-08-13T18:50:57.177Z Compiling structmeta-derive v0.3.0
15662026-08-13T18:50:57.194Z Compiling slog v2.8.2
15672026-08-13T18:50:57.197Z Compiling darling_core v0.23.0
15682026-08-13T18:50:57.267Z Compiling thread-id v5.1.0
15692026-08-13T18:50:57.354Z Compiling cookie v0.18.1
15702026-08-13T18:50:57.375Z Compiling env_filter v1.0.0
15712026-08-13T18:50:57.537Z Compiling unicode-bidi v0.3.18
15722026-08-13T18:50:57.672Z Compiling allocator-api2 v0.2.21
15732026-08-13T18:50:57.814Z Compiling signal-hook v0.3.18
15742026-08-13T18:50:57.990Z Compiling iri-string v0.7.10
15752026-08-13T18:50:58.004Z Compiling anyhow v1.0.102
15762026-08-13T18:50:58.063Z Compiling ryu v1.0.23
15772026-08-13T18:50:58.248Z Compiling hashbrown v0.12.3
15782026-08-13T18:50:58.251Z Compiling zstd-safe v7.2.4
15792026-08-13T18:50:58.313Z Compiling winnow v0.5.40
15802026-08-13T18:50:58.457Z Compiling unicode-properties v0.1.4
15812026-08-13T18:50:58.672Z Compiling base64 v0.21.7
15822026-08-13T18:50:58.993Z Compiling ron v0.8.1
15832026-08-13T18:50:59.106Z Compiling stringprep v0.1.5
15842026-08-13T18:50:59.505Z Compiling tower-http v0.6.8
15852026-08-13T18:50:59.573Z Compiling toml_edit v0.19.15
15862026-08-13T18:50:59.686Z Compiling darling_macro v0.23.0
15872026-08-13T18:50:59.904Z Compiling structmeta v0.3.0
15882026-08-13T18:50:59.921Z Compiling serde_urlencoded v0.7.1
15892026-08-13T18:50:59.955Z Compiling scroll v0.12.0
15902026-08-13T18:51:00.166Z Compiling env_logger v0.11.9
15912026-08-13T18:51:00.225Z Compiling rsa v0.9.10
15922026-08-13T18:51:00.258Z Compiling oxnet v0.1.6
15932026-08-13T18:51:00.680Z Compiling derive_builder_macro v0.20.2
15942026-08-13T18:51:00.728Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-13T18:51:00.790Z Compiling newtype-uuid v1.3.2
15962026-08-13T18:51:01.126Z Compiling hashbrown v0.13.2
15972026-08-13T18:51:01.152Z Compiling serde-hex v0.1.0
15982026-08-13T18:51:01.222Z Compiling bzip2 v0.4.4
15992026-08-13T18:51:01.442Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16002026-08-13T18:51:01.628Z Compiling tokio-native-tls v0.3.1
16012026-08-13T18:51:01.631Z Compiling camino v1.2.2
16022026-08-13T18:51:02.234Z Compiling bstr v1.12.1
16032026-08-13T18:51:02.296Z Compiling crypto-common v0.2.2
16042026-08-13T18:51:02.524Z Compiling block-buffer v0.12.1
16052026-08-13T18:51:02.727Z Compiling block-padding v0.4.2
16062026-08-13T18:51:02.871Z Compiling rustls-native-certs v0.8.3
16072026-08-13T18:51:02.899Z Compiling curve25519-dalek v4.1.3
16082026-08-13T18:51:02.914Z Compiling x509-cert v0.2.5
16092026-08-13T18:51:03.160Z Compiling erased-serde v0.3.31
16102026-08-13T18:51:03.227Z Compiling serde_tokenstream v0.2.3
16112026-08-13T18:51:03.249Z Compiling md-5 v0.10.6
16122026-08-13T18:51:03.417Z Compiling async-trait v0.1.89
16132026-08-13T18:51:03.540Z Compiling pin-project-internal v1.1.11
16142026-08-13T18:51:03.649Z Compiling daft-derive v0.1.7
16152026-08-13T18:51:04.024Z Compiling zerocopy-derive v0.7.35
16162026-08-13T18:51:04.376Z Compiling vergen-lib v9.1.0
16172026-08-13T18:51:04.433Z Compiling hash32 v0.2.1
16182026-08-13T18:51:04.520Z Compiling memoffset v0.9.1
16192026-08-13T18:51:04.554Z Compiling encoding_rs v0.8.35
16202026-08-13T18:51:04.622Z Compiling rustix v0.38.44
16212026-08-13T18:51:04.642Z Compiling mime v0.3.17
16222026-08-13T18:51:04.713Z Compiling ref-cast v1.0.25
16232026-08-13T18:51:04.737Z Compiling psl-types v2.0.11
16242026-08-13T18:51:04.865Z Compiling smoltcp v0.9.1
16252026-08-13T18:51:04.896Z Compiling cfg_aliases v0.2.1
16262026-08-13T18:51:04.910Z Compiling crc-any v2.5.0
16272026-08-13T18:51:04.962Z Compiling litrs v1.0.0
16282026-08-13T18:51:04.976Z Compiling fallible-iterator v0.2.0
16292026-08-13T18:51:05.061Z Compiling nix v0.31.2
16302026-08-13T18:51:05.133Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-13T18:51:05.276Z Compiling postgres-protocol v0.6.10
16322026-08-13T18:51:05.290Z Compiling zerocopy v0.7.35
16332026-08-13T18:51:05.303Z Compiling publicsuffix v2.3.0
16342026-08-13T18:51:05.491Z Compiling document-features v0.2.12
16352026-08-13T18:51:05.523Z Compiling pin-project v1.1.11
16362026-08-13T18:51:05.642Z Compiling daft v0.1.7
16372026-08-13T18:51:05.926Z Compiling inout v0.2.2
16382026-08-13T18:51:05.940Z Compiling hyper-tls v0.6.0
16392026-08-13T18:51:06.050Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-13T18:51:06.065Z Compiling object v0.30.4
16412026-08-13T18:51:06.087Z Compiling zip v0.6.6
16422026-08-13T18:51:06.107Z Compiling derive_builder v0.20.2
16432026-08-13T18:51:06.161Z Compiling toml v0.7.8
16442026-08-13T18:51:06.233Z Compiling darling v0.23.0
16452026-08-13T18:51:06.318Z Compiling goblin v0.8.2
16462026-08-13T18:51:06.424Z Compiling derive-ex v0.1.8
16472026-08-13T18:51:06.869Z Compiling phf_shared v0.13.1
16482026-08-13T18:51:06.952Z Compiling regex v1.12.3
16492026-08-13T18:51:07.096Z Compiling hubpack_derive v0.1.1
16502026-08-13T18:51:07.113Z Compiling futures-executor v0.3.32
16512026-08-13T18:51:07.372Z Compiling curve25519-dalek-derive v0.1.1
16522026-08-13T18:51:07.375Z Compiling snafu-derive v0.8.9
16532026-08-13T18:51:07.541Z Compiling ref-cast-impl v1.0.25
16542026-08-13T18:51:08.009Z Compiling strum_macros v0.27.2
16552026-08-13T18:51:08.074Z Compiling vergen v9.1.0
16562026-08-13T18:51:08.087Z Compiling cargo-platform v0.3.2
16572026-08-13T18:51:08.256Z Compiling ff v0.13.1
16582026-08-13T18:51:08.363Z Compiling fs-err v3.3.0
16592026-08-13T18:51:08.401Z Compiling same-file v1.0.6
16602026-08-13T18:51:08.567Z Compiling unicode-segmentation v1.12.0
16612026-08-13T18:51:08.570Z Compiling foldhash v0.2.0
16622026-08-13T18:51:08.798Z Compiling libbz2-rs-sys v0.2.2
16632026-08-13T18:51:08.867Z Compiling bitflags v1.3.2
16642026-08-13T18:51:08.938Z Compiling path-slash v0.1.5
16652026-08-13T18:51:08.951Z Compiling foldhash v0.1.5
16662026-08-13T18:51:09.071Z Compiling jiff-core v0.1.0
16672026-08-13T18:51:09.123Z Compiling object v0.37.3
16682026-08-13T18:51:09.263Z Compiling bumpalo v3.20.2
16692026-08-13T18:51:09.392Z Compiling managed v0.8.0
16702026-08-13T18:51:09.459Z Compiling either v1.15.0
16712026-08-13T18:51:09.523Z Compiling base16ct v0.2.0
16722026-08-13T18:51:09.665Z Compiling sec1 v0.7.3
16732026-08-13T18:51:09.704Z Compiling zopfli v0.8.3
16742026-08-13T18:51:09.787Z Compiling snafu v0.8.9
16752026-08-13T18:51:09.942Z Compiling strum v0.27.2
16762026-08-13T18:51:09.942Z Compiling jiff v0.2.34
16772026-08-13T18:51:10.074Z Compiling bzip2 v0.6.1
16782026-08-13T18:51:10.120Z Compiling hashbrown v0.15.5
16792026-08-13T18:51:10.138Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-13T18:51:10.282Z Compiling hashbrown v0.16.1
16812026-08-13T18:51:10.389Z Compiling walkdir v2.5.0
16822026-08-13T18:51:10.494Z Compiling dof v0.3.0
16832026-08-13T18:51:10.715Z Compiling group v0.13.0
16842026-08-13T18:51:10.739Z Compiling cargo_metadata v0.23.1
16852026-08-13T18:51:10.936Z Compiling test-strategy v0.4.5
16862026-08-13T18:51:11.221Z Compiling hubpack v0.1.2
16872026-08-13T18:51:11.445Z Compiling futures v0.3.32
16882026-08-13T18:51:11.532Z Compiling phf v0.13.1
16892026-08-13T18:51:11.699Z Compiling signal-hook-mio v0.2.5
16902026-08-13T18:51:11.824Z Compiling cookie_store v0.22.1
16912026-08-13T18:51:11.903Z Compiling zstd v0.13.3
16922026-08-13T18:51:12.090Z Compiling serde_with_macros v3.21.0
16932026-08-13T18:51:12.169Z Compiling reqwest v0.12.28
16942026-08-13T18:51:12.404Z Compiling cipher v0.5.2
16952026-08-13T18:51:12.487Z Compiling postgres-types v0.2.12
16962026-08-13T18:51:13.043Z Compiling usdt-attr-macro v0.6.0
16972026-08-13T18:51:13.218Z Compiling usdt-macro v0.6.0
16982026-08-13T18:51:13.563Z Compiling globset v0.4.18
16992026-08-13T18:51:13.865Z Compiling phf_shared v0.11.3
17002026-08-13T18:51:13.913Z Compiling hkdf v0.12.4
17012026-08-13T18:51:13.974Z Compiling dtrace-parser v0.2.0
17022026-08-13T18:51:13.989Z Compiling ed25519 v2.2.3
17032026-08-13T18:51:14.051Z Compiling byte-wrapper v0.1.0
17042026-08-13T18:51:14.084Z Compiling olpc-cjson v0.1.4
17052026-08-13T18:51:14.220Z Compiling serde-big-array v0.5.1
17062026-08-13T18:51:14.236Z Compiling serde_plain v1.0.2
17072026-08-13T18:51:14.248Z Compiling crypto-bigint v0.5.5
17082026-08-13T18:51:14.364Z Compiling strum_macros v0.26.4
17092026-08-13T18:51:14.382Z Compiling async-recursion v1.1.1
17102026-08-13T18:51:14.427Z Compiling enum-as-inner v0.6.1
17112026-08-13T18:51:14.708Z Compiling serde_repr v0.1.20
17122026-08-13T18:51:14.895Z Compiling pem v3.0.6
17132026-08-13T18:51:14.941Z Compiling float-cmp v0.10.0
17142026-08-13T18:51:15.031Z Compiling memmap2 v0.9.10
17152026-08-13T18:51:15.091Z Compiling thread-id v4.2.2
17162026-08-13T18:51:15.185Z Compiling cpufeatures v0.3.0
17172026-08-13T18:51:15.221Z Compiling const-oid v0.10.2
17182026-08-13T18:51:15.251Z Compiling fixedbitset v0.5.7
17192026-08-13T18:51:15.255Z Compiling fixedbitset v0.4.2
17202026-08-13T18:51:15.300Z Compiling data-encoding v2.10.0
17212026-08-13T18:51:15.487Z Compiling normalize-line-endings v0.3.0
17222026-08-13T18:51:15.519Z Compiling winnow v1.0.3
17232026-08-13T18:51:15.588Z Compiling typed-path v0.9.3
17242026-08-13T18:51:15.602Z Compiling keccak v0.1.6
17252026-08-13T18:51:15.877Z Compiling precomputed-hash v0.1.1
17262026-08-13T18:51:15.901Z Compiling new_debug_unreachable v1.0.6
17272026-08-13T18:51:15.968Z Compiling difflib v0.4.0
17282026-08-13T18:51:15.984Z Compiling predicates-core v1.0.10
17292026-08-13T18:51:16.024Z Compiling static_assertions v1.1.0
17302026-08-13T18:51:16.101Z Compiling whoami v2.1.0
17312026-08-13T18:51:16.141Z Compiling strum v0.26.3
17322026-08-13T18:51:16.154Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17332026-08-13T18:51:16.273Z Compiling predicates v3.1.4
17342026-08-13T18:51:16.348Z Compiling tokio-postgres v0.7.16
17352026-08-13T18:51:16.416Z Compiling string_cache v0.8.9
17362026-08-13T18:51:16.475Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-13T18:51:16.531Z Compiling sha3 v0.10.8
17382026-08-13T18:51:16.653Z Compiling hickory-proto v0.25.2
17392026-08-13T18:51:16.839Z Compiling toml_edit v0.22.27
17402026-08-13T18:51:16.925Z Compiling petgraph v0.8.3
17412026-08-13T18:51:16.993Z Compiling petgraph v0.6.5
17422026-08-13T18:51:17.111Z Compiling digest v0.11.3
17432026-08-13T18:51:17.337Z Compiling chacha20 v0.10.0
17442026-08-13T18:51:17.702Z Compiling usdt v0.6.0
17452026-08-13T18:51:17.962Z Compiling elliptic-curve v0.13.8
17462026-08-13T18:51:18.374Z Compiling usdt-impl v0.5.0
17472026-08-13T18:51:18.481Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17482026-08-13T18:51:18.584Z Compiling ed25519-dalek v2.2.0
17492026-08-13T18:51:18.835Z Compiling crossterm v0.28.1
17502026-08-13T18:51:18.929Z Compiling serde_with v3.21.0
17512026-08-13T18:51:19.105Z Compiling zip v4.6.1
17522026-08-13T18:51:19.946Z Compiling iddqd v0.4.2
17532026-08-13T18:51:20.085Z Compiling itertools v0.15.0
17542026-08-13T18:51:20.389Z Compiling itertools v0.13.0
17552026-08-13T18:51:20.624Z Compiling heck v0.4.1
17562026-08-13T18:51:20.733Z Compiling similar v2.7.0
17572026-08-13T18:51:20.859Z Compiling crossbeam-epoch v0.9.18
17582026-08-13T18:51:21.199Z Compiling tokio-stream v0.1.18
17592026-08-13T18:51:21.235Z Compiling buf-list v1.1.2
17602026-08-13T18:51:21.333Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-13T18:51:21.435Z Compiling openapiv3 v2.2.0
17622026-08-13T18:51:21.507Z Compiling peg-runtime v0.8.5
17632026-08-13T18:51:21.583Z Compiling lalrpop-util v0.19.12
17642026-08-13T18:51:21.636Z Compiling thread_local v1.1.9
17652026-08-13T18:51:21.648Z Compiling slog-async v2.8.0
17662026-08-13T18:51:21.693Z Compiling crossbeam-channel v0.5.15
17672026-08-13T18:51:21.774Z Compiling is-terminal v0.4.17
17682026-08-13T18:51:21.790Z Compiling filetime v0.2.27
17692026-08-13T18:51:21.880Z Compiling term v1.2.1
17702026-08-13T18:51:21.887Z Compiling take_mut v0.2.2
17712026-08-13T18:51:21.955Z Compiling xattr v1.6.1
17722026-08-13T18:51:21.971Z Compiling camino-tempfile v1.4.1
17732026-08-13T18:51:22.123Z Compiling tar v0.4.46
17742026-08-13T18:51:22.145Z Compiling slog-term v2.9.2
17752026-08-13T18:51:28.304Z Compiling rustls-webpki v0.103.13
17762026-08-13T18:51:31.010Z Compiling tokio-rustls v0.26.4
17772026-08-13T18:51:31.010Z Compiling rustls-platform-verifier v0.6.2
17782026-08-13T18:51:31.010Z Compiling tough v0.22.0
17792026-08-13T18:51:31.197Z Compiling hyper-rustls v0.27.7
17802026-08-13T18:51:31.392Z Compiling reqwest v0.13.2
17812026-08-13T18:51:33.587Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-13T18:51:33.798Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-13T18:51:36.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17842026-08-13T18:51:36.863Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-13T18:51:36.920ZAug 13 18:51:35.776 INFO Starting download, target: Cockroach
17862026-08-13T18:51:36.920ZAug 13 18:51:35.776 INFO Starting download, target: Clickhouse
17872026-08-13T18:51:36.920ZAug 13 18:51:35.776 INFO Starting download, target: Console
17882026-08-13T18:51:36.923ZAug 13 18:51:35.776 INFO Starting download, target: DendriteStub
17892026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Starting download, target: MaghemiteMgd
17902026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Starting download, target: MaghemiteDdmd
17912026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Starting download, target: TransceiverControl
17922026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17932026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17942026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17962026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-13T18:51:36.924ZAug 13 18:51:35.776 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-13T18:51:36.924ZAug 13 18:51:35.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17992026-08-13T18:51:37.427ZAug 13 18:51:36.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-13T18:51:37.660ZAug 13 18:51:36.499 INFO Download complete, target: TransceiverControl
18012026-08-13T18:51:38.818ZAug 13 18:51:37.561 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-08-13T18:51:38.835ZAug 13 18:51:37.626 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-13T18:51:39.018ZAug 13 18:51:37.875 INFO Download complete, target: Console
18042026-08-13T18:51:41.538ZAug 13 18:51:40.280 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-13T18:51:41.952ZAug 13 18:51:40.714 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-13T18:51:42.438ZAug 13 18:51:41.240 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-13T18:51:43.347ZAug 13 18:51:42.138 INFO Download complete, target: MaghemiteDdmd
18082026-08-13T18:51:44.341ZAug 13 18:51:43.125 INFO Download complete, target: DendriteStub
18092026-08-13T18:51:44.804ZAug 13 18:51:43.624 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-13T18:51:44.804ZAug 13 18:51:43.624 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-13T18:51:44.863ZAug 13 18:51:43.699 INFO Download complete, target: MaghemiteMgd
18122026-08-13T18:51:45.443ZAug 13 18:51:44.299 INFO Checking that binary works, target: Clickhouse
18132026-08-13T18:51:45.569ZAug 13 18:51:44.425 INFO Download complete, target: Clickhouse
18142026-08-13T18:51:49.280ZAug 13 18:51:48.136 INFO Checking that binary works, target: Cockroach
18152026-08-13T18:51:49.398ZAug 13 18:51:48.248 INFO Download complete, target: Cockroach
18162026-08-13T18:51:49.406ZAll builder prerequisites installed successfully, and PATH looks valid
18172026-08-13T18:51:49.410Z
18182026-08-13T18:51:49.410Zreal 2:12.312569999
18192026-08-13T18:51:49.410Zuser 7:09.275961962
18202026-08-13T18:51:49.410Zsys 1:25.920457014
18212026-08-13T18:51:49.410Ztrap 0.245824545
18222026-08-13T18:51:49.410Ztflt 0.536131139
18232026-08-13T18:51:49.410Zdflt 1.002297938
18242026-08-13T18:51:49.410Zkflt 0.025515044
18252026-08-13T18:51:49.410Zlock 27:49.551479581
18262026-08-13T18:51:49.410Zslp 21:43.442150464
18272026-08-13T18:51:49.410Zlat 46.226187110
18282026-08-13T18:51:49.410Zstop 2:40.391822476
18292026-08-13T18:51:49.410Z+ banner clippy
18302026-08-13T18:51:49.410Z
18312026-08-13T18:51:49.410Z #### # # ##### ##### # #
18322026-08-13T18:51:49.411Z # # # # # # # # # #
18332026-08-13T18:51:49.411Z # # # # # # # #
18342026-08-13T18:51:49.411Z # # # ##### ##### #
18352026-08-13T18:51:49.411Z # # # # # # #
18362026-08-13T18:51:49.411Z #### ###### # # # #
18372026-08-13T18:51:49.411Z
18382026-08-13T18:51:49.411Z+ export CARGO_INCREMENTAL=0
18392026-08-13T18:51:49.411Z+ CARGO_INCREMENTAL=0
18402026-08-13T18:51:49.411Z+ ptime -m cargo xtask clippy
18412026-08-13T18:51:49.874Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18422026-08-13T18:51:50.164Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18432026-08-13T18:51:51.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
18442026-08-13T18:51:52.053Z Running `target/debug/xtask clippy`
18452026-08-13T18:51:52.082Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18462026-08-13T18:51:52.633Z Downloading crates ...
18472026-08-13T18:51:52.810Z Downloaded blake2b_simd v1.0.4
18482026-08-13T18:51:52.813Z Downloaded anes v0.1.6
18492026-08-13T18:51:52.813Z Downloaded cast v0.3.0
18502026-08-13T18:51:52.813Z Downloaded async-object-pool v0.2.0
18512026-08-13T18:51:52.813Z Downloaded approx v0.5.1
18522026-08-13T18:51:52.816Z Downloaded backtrace-ext v0.2.1
18532026-08-13T18:51:52.816Z Downloaded constant_time_eq v0.3.1
18542026-08-13T18:51:52.816Z Downloaded assert_cmd v2.1.2
18552026-08-13T18:51:52.819Z Downloaded assert-json-diff v2.0.2
18562026-08-13T18:51:52.819Z Downloaded concurrent-queue v2.5.0
18572026-08-13T18:51:52.819Z Downloaded criterion v0.7.0
18582026-08-13T18:51:52.822Z Downloaded addr2line v0.25.1
18592026-08-13T18:51:52.825Z Downloaded datatest-stable v0.3.3
18602026-08-13T18:51:52.825Z Downloaded escape8259 v0.5.3
18612026-08-13T18:51:52.825Z Downloaded chumsky v0.9.3
18622026-08-13T18:51:52.828Z Downloaded event-listener-strategy v0.5.4
18632026-08-13T18:51:52.828Z Downloaded backtrace v0.3.76
18642026-08-13T18:51:52.831Z Downloaded criterion-plot v0.6.0
18652026-08-13T18:51:52.831Z Downloaded cfg-expr v0.20.6
18662026-08-13T18:51:52.834Z Downloaded async-lock v3.4.2
18672026-08-13T18:51:52.834Z Downloaded event-listener v5.4.1
18682026-08-13T18:51:52.837Z Downloaded fancy-regex v0.14.0
18692026-08-13T18:51:52.837Z Downloaded futures-timer v3.0.3
18702026-08-13T18:51:52.840Z Downloaded hex-literal v0.4.1
18712026-08-13T18:51:52.840Z Downloaded hickory-client v0.25.2
18722026-08-13T18:51:52.840Z Downloaded guppy v0.17.25
18732026-08-13T18:51:52.843Z Downloaded guppy-workspace-hack v0.1.0
18742026-08-13T18:51:52.843Z Downloaded hashbrown v0.14.5
18752026-08-13T18:51:52.846Z Downloaded linkme-impl v0.3.35
18762026-08-13T18:51:52.846Z Downloaded knuffel-derive v3.2.0
18772026-08-13T18:51:52.849Z Downloaded httptest v0.16.4
18782026-08-13T18:51:52.849Z Downloaded pathdiff v0.2.3
18792026-08-13T18:51:52.849Z Downloaded linkme v0.3.35
18802026-08-13T18:51:52.852Z Downloaded miette-derive v5.10.0
18812026-08-13T18:51:52.852Z Downloaded nested v0.1.1
18822026-08-13T18:51:52.852Z Downloaded plotters-backend v0.3.7
18832026-08-13T18:51:52.852Z Downloaded libtest-mimic v0.8.1
18842026-08-13T18:51:52.852Z Downloaded plotters-svg v0.3.7
18852026-08-13T18:51:52.855Z Downloaded oorandom v11.1.5
18862026-08-13T18:51:52.855Z Downloaded partial-io v0.5.4
18872026-08-13T18:51:52.855Z Downloaded owo-colors v3.5.0
18882026-08-13T18:51:52.858Z Downloaded parking v2.2.1
18892026-08-13T18:51:52.858Z Downloaded knuffel v3.2.0
18902026-08-13T18:51:52.858Z Downloaded path-tree v0.8.3
18912026-08-13T18:51:52.858Z Downloaded miette v5.10.0
18922026-08-13T18:51:52.862Z Downloaded relative-path v1.9.3
18932026-08-13T18:51:52.862Z Downloaded rust-argon2 v2.1.0
18942026-08-13T18:51:52.866Z Downloaded rustc-demangle v0.1.27
18952026-08-13T18:51:52.866Z Downloaded rstest v0.25.0
18962026-08-13T18:51:52.869Z Downloaded serde_regex v1.1.0
18972026-08-13T18:51:52.869Z Downloaded supports-color v2.1.0
18982026-08-13T18:51:52.869Z Downloaded rstest_macros v0.25.0
18992026-08-13T18:51:52.869Z Downloaded similar-asserts v1.7.0
19002026-08-13T18:51:52.872Z Downloaded supports-unicode v2.1.0
19012026-08-13T18:51:52.872Z Downloaded terminal_size v0.1.17
19022026-08-13T18:51:52.872Z Downloaded rand_distr v0.5.1
19032026-08-13T18:51:52.875Z Downloaded stringmetrics v2.2.2
19042026-08-13T18:51:52.875Z Downloaded supports-hyperlinks v2.1.0
19052026-08-13T18:51:52.875Z Downloaded target-triple v1.0.0
19062026-08-13T18:51:52.875Z Downloaded target-lexicon v0.13.3
19072026-08-13T18:51:52.878Z Downloaded termcolor v1.4.1
19082026-08-13T18:51:52.878Z Downloaded target-spec v3.5.7
19092026-08-13T18:51:52.878Z Downloaded textwrap v0.15.2
19102026-08-13T18:51:52.878Z Downloaded gimli v0.32.3
19112026-08-13T18:51:52.882Z Downloaded tinytemplate v1.2.1
19122026-08-13T18:51:52.885Z Downloaded plotters v0.3.7
19132026-08-13T18:51:52.888Z Downloaded trybuild v1.0.116
19142026-08-13T18:51:52.952Z Downloaded httpmock v0.8.3
19152026-08-13T18:51:54.736Z Checking cfg-if v1.0.4
19162026-08-13T18:51:55.106Z Checking libc v0.2.185
19172026-08-13T18:51:55.109Z Checking serde_core v1.0.228
19182026-08-13T18:51:55.184Z Checking memchr v2.8.0
19192026-08-13T18:51:55.228Z Checking smallvec v1.15.1
19202026-08-13T18:51:55.264Z Checking zeroize v1.9.0
19212026-08-13T18:51:55.315Z Checking rand_core v0.10.0
19222026-08-13T18:51:55.351Z Checking itoa v1.0.17
19232026-08-13T18:51:55.392Z Checking subtle v2.6.1
19242026-08-13T18:51:55.444Z Checking log v0.4.29
19252026-08-13T18:51:55.487Z Checking libm v0.2.16
19262026-08-13T18:51:55.525Z Checking getrandom v0.4.1
19272026-08-13T18:51:55.525Z Checking errno v0.3.14
19282026-08-13T18:51:55.611Z Checking typenum v1.20.1
19292026-08-13T18:51:55.657Z Checking scopeguard v1.2.0
19302026-08-13T18:51:55.711Z Checking zmij v1.0.21
19312026-08-13T18:51:55.732Z Checking stable_deref_trait v1.2.1
19322026-08-13T18:51:55.773Z Checking zerofrom v0.1.6
19332026-08-13T18:51:55.814Z Checking lock_api v0.4.14
19342026-08-13T18:51:55.856Z Checking percent-encoding v2.3.2
19352026-08-13T18:51:55.860Z Checking litemap v0.8.1
19362026-08-13T18:51:55.929Z Checking yoke v0.8.1
19372026-08-13T18:51:55.966Z Checking writeable v0.6.2
19382026-08-13T18:51:56.030Z Checking icu_normalizer_data v2.1.1
19392026-08-13T18:51:56.071Z Checking icu_properties_data v2.1.2
19402026-08-13T18:51:56.112Z Checking form_urlencoded v1.2.2
19412026-08-13T18:51:56.151Z Checking zerovec v0.11.5
19422026-08-13T18:51:56.156Z Checking zerotrie v0.2.3
19432026-08-13T18:51:56.225Z Checking num-traits v0.2.19
19442026-08-13T18:51:56.229Z Checking utf8_iter v1.0.4
19452026-08-13T18:51:56.303Z Checking pin-project-lite v0.2.17
19462026-08-13T18:51:56.343Z Checking zerocopy v0.8.40
19472026-08-13T18:51:56.389Z Checking parking_lot_core v0.9.12
19482026-08-13T18:51:56.428Z Checking portable-atomic v1.13.1
19492026-08-13T18:51:56.469Z Checking critical-section v1.2.0
19502026-08-13T18:51:56.535Z Checking signal-hook-registry v1.4.8
19512026-08-13T18:51:56.602Z Checking parking_lot v0.12.5
19522026-08-13T18:51:56.642Z Checking serde v1.0.228
19532026-08-13T18:51:56.642Z Checking serde_json v1.0.151
19542026-08-13T18:51:56.645Z Checking bitflags v2.11.0
19552026-08-13T18:51:56.715Z Checking tinystr v0.8.2
19562026-08-13T18:51:56.786Z Checking potential_utf v0.1.4
19572026-08-13T18:51:56.826Z Checking mio v1.2.0
19582026-08-13T18:51:56.866Z Checking once_cell v1.21.3
19592026-08-13T18:51:56.915Z Checking iana-time-zone v0.1.65
19602026-08-13T18:51:56.959Z Checking icu_collections v2.1.1
19612026-08-13T18:51:56.997Z Checking icu_locale_core v2.1.1
19622026-08-13T18:51:57.065Z Checking socket2 v0.6.3
19632026-08-13T18:51:57.108Z Checking bytes v1.11.1
19642026-08-13T18:51:57.112Z Checking chrono v0.4.45
19652026-08-13T18:51:57.190Z Checking uuid v1.23.4
19662026-08-13T18:51:57.302Z Checking semver v1.0.28
19672026-08-13T18:51:57.350Z Checking thiserror v2.0.18
19682026-08-13T18:51:57.411Z Checking dyn-clone v1.0.20
19692026-08-13T18:51:57.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19702026-08-13T18:51:57.537Z Checking futures-core v0.3.32
19712026-08-13T18:51:57.538Z Checking equivalent v1.0.2
19722026-08-13T18:51:57.611Z Checking rustix v1.1.3
19732026-08-13T18:51:57.614Z Checking icu_provider v2.1.1
19742026-08-13T18:51:57.646Z Checking tokio v1.52.1
19752026-08-13T18:51:57.724Z Checking getrandom v0.2.17
19762026-08-13T18:51:57.724Z Checking cmov v0.5.4
19772026-08-13T18:51:57.846Z Checking futures-sink v0.3.32
19782026-08-13T18:51:57.939Z Checking icu_normalizer v2.1.1
19792026-08-13T18:51:57.942Z Checking icu_properties v2.1.2
19802026-08-13T18:51:58.017Z Checking rand_core v0.6.4
19812026-08-13T18:51:58.020Z Checking ctutils v0.4.2
19822026-08-13T18:51:58.051Z Checking byteorder v1.5.0
19832026-08-13T18:51:58.233Z Checking futures-channel v0.3.32
19842026-08-13T18:51:58.301Z Checking hybrid-array v0.4.13
19852026-08-13T18:51:58.342Z Checking getrandom v0.3.4
19862026-08-13T18:51:58.346Z Checking futures-task v0.3.32
19872026-08-13T18:51:58.457Z Checking slab v0.4.12
19882026-08-13T18:51:58.461Z Checking futures-io v0.3.32
19892026-08-13T18:51:58.532Z Checking generic-array v0.14.7
19902026-08-13T18:51:58.569Z Checking hashbrown v0.17.0
19912026-08-13T18:51:58.639Z Checking thiserror v1.0.69
19922026-08-13T18:51:58.678Z Checking futures-util v0.3.32
19932026-08-13T18:51:58.773Z Checking regex-syntax v0.8.10
19942026-08-13T18:51:58.812Z Checking idna_adapter v1.2.1
19952026-08-13T18:51:58.961Z Checking idna v1.1.0
19962026-08-13T18:51:59.018Z Checking fnv v1.0.7
19972026-08-13T18:51:59.068Z Checking indexmap v2.14.0
19982026-08-13T18:51:59.129Z Checking crypto-common v0.2.2
19992026-08-13T18:51:59.146Z Checking const-oid v0.9.6
20002026-08-13T18:51:59.149Z Checking ppv-lite86 v0.2.21
20012026-08-13T18:51:59.237Z Checking url v2.5.8
20022026-08-13T18:51:59.500Z Checking base64ct v1.8.3
20032026-08-13T18:51:59.654Z Checking crypto-common v0.1.7
20042026-08-13T18:51:59.712Z Checking schemars v0.8.22
20052026-08-13T18:51:59.753Z Checking block-buffer v0.12.1
20062026-08-13T18:51:59.791Z Checking block-buffer v0.10.4
20072026-08-13T18:51:59.830Z Checking base64 v0.22.1
20082026-08-13T18:51:59.864Z Checking utf8parse v0.2.2
20092026-08-13T18:51:59.940Z Checking anstyle v1.0.14
20102026-08-13T18:51:59.985Z Checking digest v0.10.7
20112026-08-13T18:52:00.022Z Checking http v1.4.2
20122026-08-13T18:52:00.078Z Checking tracing-core v0.1.36
20132026-08-13T18:52:00.121Z Checking is_terminal_polyfill v1.70.2
20142026-08-13T18:52:00.155Z Checking anstyle-query v1.1.5
20152026-08-13T18:52:00.211Z Checking colorchoice v1.0.4
20162026-08-13T18:52:00.249Z Checking rand_core v0.9.5
20172026-08-13T18:52:00.288Z Checking const-oid v0.10.2
20182026-08-13T18:52:00.345Z Checking anstyle-parse v1.0.0
20192026-08-13T18:52:00.385Z Checking terminal_size v0.4.3
20202026-08-13T18:52:00.428Z Checking tracing v0.1.44
20212026-08-13T18:52:00.462Z Checking rand_chacha v0.9.0
20222026-08-13T18:52:00.501Z Checking ipnet v2.11.0
20232026-08-13T18:52:00.538Z Checking aho-corasick v1.1.4
20242026-08-13T18:52:00.543Z Checking anstream v1.0.0
20252026-08-13T18:52:00.612Z Checking clap_lex v1.0.0
20262026-08-13T18:52:00.615Z Checking strsim v0.11.1
20272026-08-13T18:52:00.688Z Checking rand v0.9.2
20282026-08-13T18:52:00.692Z Checking crossbeam-utils v0.8.21
20292026-08-13T18:52:00.786Z Checking unicode-ident v1.0.24
20302026-08-13T18:52:00.825Z Checking erased-serde v0.3.31
20312026-08-13T18:52:00.828Z Checking powerfmt v0.2.0
20322026-08-13T18:52:00.905Z Checking clap_builder v4.6.0
20332026-08-13T18:52:00.908Z Checking tokio-util v0.7.18
20342026-08-13T18:52:00.975Z Checking proc-macro2 v1.0.106
20352026-08-13T18:52:01.040Z Checking deranged v0.5.8
20362026-08-13T18:52:01.080Z Checking digest v0.11.3
20372026-08-13T18:52:01.189Z Checking fastrand v2.3.0
20382026-08-13T18:52:01.227Z Checking regex-automata v0.4.14
20392026-08-13T18:52:01.265Z Checking slog v2.8.2
20402026-08-13T18:52:01.304Z Checking cpufeatures v0.3.0
20412026-08-13T18:52:01.342Z Checking quote v1.0.45
20422026-08-13T18:52:01.395Z Checking num_threads v0.1.7
20432026-08-13T18:52:01.434Z Checking num-conv v0.2.0
20442026-08-13T18:52:01.519Z Checking time-core v0.1.8
20452026-08-13T18:52:01.560Z Checking allocator-api2 v0.2.21
20462026-08-13T18:52:01.564Z Checking syn v2.0.117
20472026-08-13T18:52:01.565Z Checking httparse v1.10.1
20482026-08-13T18:52:01.670Z Checking anyhow v1.0.102
20492026-08-13T18:52:01.708Z Checking cpufeatures v0.2.17
20502026-08-13T18:52:01.810Z Checking tempfile v3.25.0
20512026-08-13T18:52:01.859Z Checking ipnetwork v0.21.1
20522026-08-13T18:52:01.888Z Checking aws-lc-sys v0.40.0
20532026-08-13T18:52:01.926Z Checking rustls-pki-types v1.14.0
20542026-08-13T18:52:01.987Z Checking time v0.3.47
20552026-08-13T18:52:02.045Z Checking untrusted v0.7.1
20562026-08-13T18:52:02.096Z Checking http-body v1.0.1
20572026-08-13T18:52:02.160Z Checking clap v4.6.1
20582026-08-13T18:52:02.196Z Checking atomic-waker v1.1.2
20592026-08-13T18:52:02.245Z Checking hex v0.4.3
20602026-08-13T18:52:02.292Z Checking httpdate v1.0.3
20612026-08-13T18:52:02.301Z Checking try-lock v0.2.5
20622026-08-13T18:52:02.358Z Checking h2 v0.4.15
20632026-08-13T18:52:02.415Z Checking aws-lc-rs v1.16.3
20642026-08-13T18:52:02.455Z Checking want v0.3.1
20652026-08-13T18:52:02.493Z Checking untrusted v0.9.0
20662026-08-13T18:52:02.499Z Checking ryu v1.0.23
20672026-08-13T18:52:02.607Z Checking tower-service v0.3.3
20682026-08-13T18:52:02.644Z Checking tower-layer v0.3.3
20692026-08-13T18:52:02.694Z Checking pem-rfc7468 v0.7.0
20702026-08-13T18:52:02.737Z Checking spin v0.9.8
20712026-08-13T18:52:02.822Z Checking flagset v0.4.7
20722026-08-13T18:52:02.888Z Checking mime v0.3.17
20732026-08-13T18:52:02.947Z Checking simd-adler32 v0.3.8
20742026-08-13T18:52:02.988Z Checking der v0.7.10
20752026-08-13T18:52:03.072Z Checking block-padding v0.4.2
20762026-08-13T18:52:03.109Z Checking adler2 v2.0.1
20772026-08-13T18:52:03.153Z Checking pretty-hex v0.4.1
20782026-08-13T18:52:03.156Z Checking http-body-util v0.1.3
20792026-08-13T18:52:03.296Z Checking miniz_oxide v0.8.9
20802026-08-13T18:52:03.300Z Checking rustls-webpki v0.103.13
20812026-08-13T18:52:03.300Z Checking inout v0.2.2
20822026-08-13T18:52:03.425Z Checking oxnet v0.1.6
20832026-08-13T18:52:03.508Z Checking camino v1.2.2
20842026-08-13T18:52:03.548Z Checking plain v0.2.3
20852026-08-13T18:52:03.686Z Checking openssl-probe v0.2.1
20862026-08-13T18:52:03.727Z Checking ucd-trie v0.1.7
20872026-08-13T18:52:03.776Z Checking cipher v0.5.2
20882026-08-13T18:52:03.783Z Checking rustls v0.23.41
20892026-08-13T18:52:03.801Z Checking regex v1.12.3
20902026-08-13T18:52:03.874Z Checking serde_urlencoded v0.7.1
20912026-08-13T18:52:03.877Z Checking rand_chacha v0.3.1
20922026-08-13T18:52:03.954Z Checking pest v2.8.6
20932026-08-13T18:52:03.958Z Checking encoding_rs v0.8.35
20942026-08-13T18:52:04.027Z Checking spki v0.7.3
20952026-08-13T18:52:04.114Z Checking rand v0.8.6
20962026-08-13T18:52:04.152Z Checking futures-executor v0.3.32
20972026-08-13T18:52:04.156Z Checking crc32fast v1.5.0
20982026-08-13T18:52:04.228Z Checking either v1.15.0
20992026-08-13T18:52:04.336Z Checking futures v0.3.32
21002026-08-13T18:52:04.376Z Checking sync_wrapper v1.0.2
21012026-08-13T18:52:04.447Z Checking pkcs8 v0.10.2
21022026-08-13T18:52:04.451Z Checking static_assertions v1.1.0
21032026-08-13T18:52:04.520Z Checking tower v0.5.3
21042026-08-13T18:52:04.584Z Checking foldhash v0.2.0
21052026-08-13T18:52:04.635Z Checking iri-string v0.7.10
21062026-08-13T18:52:04.675Z Checking openapiv3 v2.2.0
21072026-08-13T18:52:04.772Z Checking hashbrown v0.16.1
21082026-08-13T18:52:04.945Z Checking bit-vec v0.8.0
21092026-08-13T18:52:04.984Z Checking zlib-rs v0.6.2
21102026-08-13T18:52:05.034Z Checking sha2 v0.10.9
21112026-08-13T18:52:05.175Z Checking bit-set v0.8.0
21122026-08-13T18:52:05.178Z Checking hyper v1.10.1
21132026-08-13T18:52:05.314Z Checking hubpack v0.1.2
21142026-08-13T18:52:05.356Z Checking wait-timeout v0.2.1
21152026-08-13T18:52:05.359Z Checking rustls-native-certs v0.8.3
21162026-08-13T18:52:05.513Z Checking lazy_static v1.5.0
21172026-08-13T18:52:05.516Z Checking psl-types v2.0.11
21182026-08-13T18:52:05.587Z Checking tinyvec_macros v0.1.1
21192026-08-13T18:52:05.643Z Checking quick-error v1.2.3
21202026-08-13T18:52:05.679Z Checking tower-http v0.6.8
21212026-08-13T18:52:05.717Z Checking tinyvec v1.10.0
21222026-08-13T18:52:05.720Z Checking publicsuffix v2.3.0
21232026-08-13T18:52:05.792Z Checking rusty-fork v0.3.1
21242026-08-13T18:52:05.893Z Checking flate2 v1.1.9
21252026-08-13T18:52:05.943Z Checking cookie v0.18.1
21262026-08-13T18:52:05.983Z Checking rand_xorshift v0.4.0
21272026-08-13T18:52:06.022Z Checking strum v0.26.3
21282026-08-13T18:52:06.025Z Checking unarray v0.1.4
21292026-08-13T18:52:06.097Z Checking signature v2.2.0
21302026-08-13T18:52:06.101Z Checking tokio-rustls v0.26.4
21312026-08-13T18:52:06.171Z Checking rustls-platform-verifier v0.6.2
21322026-08-13T18:52:06.205Z Checking hyper-util v0.1.20
21332026-08-13T18:52:06.209Z Checking proptest v1.11.0
21342026-08-13T18:52:06.243Z Checking cookie_store v0.22.1
21352026-08-13T18:52:06.314Z Checking num-integer v0.1.46
21362026-08-13T18:52:06.357Z Checking scroll v0.13.0
21372026-08-13T18:52:06.357Z Checking memmap2 v0.9.10
21382026-08-13T18:52:06.363Z Checking dtrace-parser v0.3.0
21392026-08-13T18:52:06.460Z Checking anstyle-parse v0.2.7
21402026-08-13T18:52:06.562Z Checking ahash v0.8.12
21412026-08-13T18:52:06.603Z Checking serde_spanned v0.6.9
21422026-08-13T18:52:06.612Z Checking goblin v0.10.5
21432026-08-13T18:52:06.677Z Checking toml_datetime v0.6.11
21442026-08-13T18:52:06.680Z Checking thread-id v5.1.0
21452026-08-13T18:52:06.755Z Checking base64 v0.21.7
21462026-08-13T18:52:06.789Z Checking data-encoding v2.10.0
21472026-08-13T18:52:06.792Z Checking anstream v0.6.21
21482026-08-13T18:52:06.862Z Checking bstr v1.12.1
21492026-08-13T18:52:06.901Z Checking hmac v0.12.1
21502026-08-13T18:52:07.012Z Checking x509-cert v0.2.5
21512026-08-13T18:52:07.056Z Checking crossbeam-epoch v0.9.18
21522026-08-13T18:52:07.096Z Checking memoffset v0.9.1
21532026-08-13T18:52:07.099Z Checking num-iter v0.1.45
21542026-08-13T18:52:07.210Z Checking scroll v0.12.0
21552026-08-13T18:52:07.276Z Checking zerocopy v0.7.35
21562026-08-13T18:52:07.279Z Checking rustix v0.38.44
21572026-08-13T18:52:07.351Z Checking env_filter v1.0.0
21582026-08-13T18:52:07.463Z Checking goblin v0.8.2
21592026-08-13T18:52:07.503Z Checking hyper-rustls v0.27.7
21602026-08-13T18:52:07.551Z Checking tap v1.0.1
21612026-08-13T18:52:07.686Z Checking unicode-segmentation v1.12.0
21622026-08-13T18:52:07.689Z Checking wyz v0.5.1
21632026-08-13T18:52:07.763Z Checking reqwest v0.13.2
21642026-08-13T18:52:07.800Z Checking env_logger v0.11.9
21652026-08-13T18:52:07.926Z Checking num-bigint-dig v0.8.6
21662026-08-13T18:52:08.022Z Checking nix v0.31.2
21672026-08-13T18:52:08.063Z Checking dtrace-parser v0.2.0
21682026-08-13T18:52:08.067Z Checking newtype-uuid v1.3.2
21692026-08-13T18:52:08.138Z Checking pkcs1 v0.7.5
21702026-08-13T18:52:08.328Z Checking ff v0.13.1
21712026-08-13T18:52:08.331Z Checking daft v0.1.7
21722026-08-13T18:52:08.405Z Checking radium v0.7.0
21732026-08-13T18:52:08.506Z Checking thread-id v4.2.2
21742026-08-13T18:52:08.613Z Checking same-file v1.0.6
21752026-08-13T18:52:08.655Z Checking crc-catalog v2.4.0
21762026-08-13T18:52:08.658Z Checking funty v2.0.0
21772026-08-13T18:52:08.693Z Checking base16ct v0.2.0
21782026-08-13T18:52:08.768Z Checking walkdir v2.5.0
21792026-08-13T18:52:08.808Z Checking crc v3.4.0
21802026-08-13T18:52:08.811Z Checking rsa v0.9.10
21812026-08-13T18:52:08.885Z Checking sec1 v0.7.3
21822026-08-13T18:52:08.960Z Checking group v0.13.0
21832026-08-13T18:52:09.015Z Checking hkdf v0.12.4
21842026-08-13T18:52:09.019Z Checking dof v0.4.0
21852026-08-13T18:52:09.085Z Checking bitvec v1.0.1
21862026-08-13T18:52:09.123Z Checking unicode-normalization v0.1.25
21872026-08-13T18:52:09.162Z Checking serde_with v3.21.0
21882026-08-13T18:52:09.200Z Checking crypto-bigint v0.5.5
21892026-08-13T18:52:09.243Z Checking zerocopy v0.6.6
21902026-08-13T18:52:09.344Z Checking maybe-uninit v2.0.0
21912026-08-13T18:52:09.389Z Checking dof v0.3.0
21922026-08-13T18:52:09.446Z Checking foldhash v0.1.5
21932026-08-13T18:52:09.554Z Checking winnow v0.5.40
21942026-08-13T18:52:09.595Z Checking foreign-types-shared v0.1.1
21952026-08-13T18:52:09.633Z Checking keccak v0.1.6
21962026-08-13T18:52:09.705Z Checking usdt-impl v0.5.0
21972026-08-13T18:52:09.708Z Checking usdt-impl v0.6.0
21982026-08-13T18:52:09.708Z Checking nodrop v0.1.14
21992026-08-13T18:52:09.827Z Checking sha3 v0.10.8
22002026-08-13T18:52:09.865Z Checking array-init v0.0.4
22012026-08-13T18:52:10.016Z Checking foreign-types v0.3.2
22022026-08-13T18:52:10.062Z Checking hashbrown v0.15.5
22032026-08-13T18:52:10.101Z Checking usdt v0.6.0
22042026-08-13T18:52:10.138Z Checking smallvec v0.6.14
22052026-08-13T18:52:10.141Z Checking elliptic-curve v0.13.8
22062026-08-13T18:52:10.213Z Checking bitfield v0.19.4
22072026-08-13T18:52:10.295Z Checking bzip2-sys v0.1.13+1.0.8
22082026-08-13T18:52:10.354Z Checking openssl-sys v0.9.117
22092026-08-13T18:52:10.415Z Checking winnow v1.0.3
22102026-08-13T18:52:10.454Z Checking packed_struct v0.10.1
22112026-08-13T18:52:10.506Z Checking winnow v0.7.14
22122026-08-13T18:52:10.510Z Checking hashbrown v0.12.3
22132026-08-13T18:52:10.582Z Checking bitflags v1.3.2
22142026-08-13T18:52:10.645Z Checking siphasher v1.0.2
22152026-08-13T18:52:10.687Z Checking bzip2 v0.4.4
22162026-08-13T18:52:10.726Z Checking toml_edit v0.19.15
22172026-08-13T18:52:10.730Z Checking toml_parser v1.1.2+spec-1.1.0
22182026-08-13T18:52:10.802Z Checking openssl v0.10.80
22192026-08-13T18:52:10.841Z Checking serde-hex v0.1.0
22202026-08-13T18:52:10.880Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-13T18:52:10.973Z Checking indexmap v1.9.3
22222026-08-13T18:52:11.063Z Checking ron v0.8.1
22232026-08-13T18:52:11.119Z Checking hashbrown v0.13.2
22242026-08-13T18:52:11.326Z Checking itertools v0.15.0
22252026-08-13T18:52:11.523Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-13T18:52:11.568Z Checking itertools v0.13.0
22272026-08-13T18:52:11.610Z Checking signal-hook v0.3.18
22282026-08-13T18:52:11.712Z Checking managed v0.8.0
22292026-08-13T18:52:11.757Z Checking toml v0.7.8
22302026-08-13T18:52:11.830Z Checking crc-any v2.5.0
22312026-08-13T18:52:11.924Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22322026-08-13T18:52:12.037Z Checking object v0.30.4
22332026-08-13T18:52:12.093Z Checking zip v0.6.6
22342026-08-13T18:52:12.132Z Checking globset v0.4.18
22352026-08-13T18:52:12.346Z Checking chacha20 v0.10.0
22362026-08-13T18:52:12.412Z Checking curve25519-dalek v4.1.3
22372026-08-13T18:52:12.450Z Checking object v0.37.3
22382026-08-13T18:52:12.490Z Checking path-slash v0.1.5
22392026-08-13T18:52:12.623Z Checking toml_write v0.1.2
22402026-08-13T18:52:12.626Z Checking signal-hook-mio v0.2.5
22412026-08-13T18:52:12.626Z Checking ed25519 v2.2.3
22422026-08-13T18:52:12.821Z Checking toml_edit v0.22.27
22432026-08-13T18:52:12.824Z Checking native-tls v0.2.18
22442026-08-13T18:52:12.899Z Checking ref-cast v1.0.25
22452026-08-13T18:52:12.905Z Checking pin-project v1.1.11
22462026-08-13T18:52:13.031Z Checking jiff-core v0.1.0
22472026-08-13T18:52:13.034Z Checking tokio-native-tls v0.3.1
22482026-08-13T18:52:13.108Z Checking pem v3.0.6
22492026-08-13T18:52:13.190Z Checking ed25519-dalek v2.2.0
22502026-08-13T18:52:13.262Z Checking zstd-sys v2.0.16+zstd.1.5.7
22512026-08-13T18:52:13.302Z Checking fixedbitset v0.5.7
22522026-08-13T18:52:13.406Z Checking zstd-safe v7.2.4
22532026-08-13T18:52:13.461Z Checking hyper-tls v0.6.0
22542026-08-13T18:52:13.543Z Checking petgraph v0.8.3
22552026-08-13T18:52:13.604Z Checking snafu v0.8.9
22562026-08-13T18:52:13.680Z Checking crossterm v0.28.1
22572026-08-13T18:52:13.752Z Checking jiff v0.2.34
22582026-08-13T18:52:13.881Z Checking similar v2.7.0
22592026-08-13T18:52:13.993Z Checking fs-err v3.3.0
22602026-08-13T18:52:14.174Z Checking hash32 v0.2.1
22612026-08-13T18:52:14.297Z Checking serde_plain v1.0.2
22622026-08-13T18:52:14.337Z Checking serde-big-array v0.5.1
22632026-08-13T18:52:14.375Z Checking bumpalo v3.20.2
22642026-08-13T18:52:14.424Z Checking unicode-properties v0.1.4
22652026-08-13T18:52:14.474Z Checking typed-path v0.9.3
22662026-08-13T18:52:14.514Z Checking libbz2-rs-sys v0.2.2
22672026-08-13T18:52:14.591Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22682026-08-13T18:52:14.631Z Checking predicates-core v1.0.10
22692026-08-13T18:52:14.682Z Checking unicode-bidi v0.3.18
22702026-08-13T18:52:14.786Z Checking zopfli v0.8.3
22712026-08-13T18:52:14.825Z Checking heapless v0.7.17
22722026-08-13T18:52:14.929Z Checking bzip2 v0.6.1
22732026-08-13T18:52:14.995Z Checking stringprep v0.1.5
22742026-08-13T18:52:15.126Z Checking reqwest v0.12.28
22752026-08-13T18:52:15.167Z Checking zstd v0.13.3
22762026-08-13T18:52:15.171Z Checking hickory-proto v0.25.2
22772026-08-13T18:52:15.240Z Checking byte-wrapper v0.1.0
22782026-08-13T18:52:15.279Z Checking md-5 v0.10.6
22792026-08-13T18:52:15.283Z Checking float-cmp v0.10.0
22802026-08-13T18:52:15.383Z Checking fallible-iterator v0.2.0
22812026-08-13T18:52:15.440Z Checking difflib v0.4.0
22822026-08-13T18:52:15.479Z Checking normalize-line-endings v0.3.0
22832026-08-13T18:52:15.518Z Checking smoltcp v0.9.1
22842026-08-13T18:52:15.575Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22852026-08-13T18:52:15.621Z Checking iddqd v0.4.2
22862026-08-13T18:52:15.655Z Checking predicates v3.1.4
22872026-08-13T18:52:15.695Z Checking postgres-protocol v0.6.10
22882026-08-13T18:52:15.699Z Checking zip v4.6.1
22892026-08-13T18:52:15.897Z Checking phf_shared v0.13.1
22902026-08-13T18:52:15.944Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22912026-08-13T18:52:15.986Z Checking phf_shared v0.11.3
22922026-08-13T18:52:16.048Z Checking olpc-cjson v0.1.4
22932026-08-13T18:52:16.123Z Checking tokio-stream v0.1.18
22942026-08-13T18:52:16.165Z Checking strum v0.27.2
22952026-08-13T18:52:16.168Z Checking precomputed-hash v0.1.1
22962026-08-13T18:52:16.239Z Checking lalrpop-util v0.19.12
22972026-08-13T18:52:16.310Z Checking fixedbitset v0.4.2
22982026-08-13T18:52:16.352Z Checking new_debug_unreachable v1.0.6
22992026-08-13T18:52:16.355Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23002026-08-13T18:52:16.431Z Checking tough v0.22.0
23012026-08-13T18:52:16.471Z Checking string_cache v0.8.9
23022026-08-13T18:52:16.510Z Checking petgraph v0.6.5
23032026-08-13T18:52:16.550Z Checking phf v0.13.1
23042026-08-13T18:52:16.587Z Checking postgres-types v0.2.12
23052026-08-13T18:52:16.591Z Checking buf-list v1.1.2
23062026-08-13T18:52:16.668Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23072026-08-13T18:52:16.728Z Checking whoami v2.1.0
23082026-08-13T18:52:16.838Z Checking peg-runtime v0.8.5
23092026-08-13T18:52:16.972Z Checking tokio-postgres v0.7.16
23102026-08-13T18:52:16.976Z Checking is-terminal v0.4.17
23112026-08-13T18:52:17.047Z Checking crossbeam-channel v0.5.15
23122026-08-13T18:52:17.089Z Checking thread_local v1.1.9
23132026-08-13T18:52:17.128Z Checking take_mut v0.2.2
23142026-08-13T18:52:17.265Z Checking term v1.2.1
23152026-08-13T18:52:17.306Z Compiling newtype-uuid-macros v0.1.0
23162026-08-13T18:52:17.411Z Checking slog-async v2.8.0
23172026-08-13T18:52:17.526Z Checking slog-term v2.9.2
23182026-08-13T18:52:17.624Z Checking match_cfg v0.1.0
23192026-08-13T18:52:17.729Z Checking hostname v0.3.1
23202026-08-13T18:52:17.776Z Checking slog-json v2.6.1
23212026-08-13T18:52:17.819Z Compiling multer v3.1.0
23222026-08-13T18:52:17.863Z Compiling async-stream-impl v0.3.6
23232026-08-13T18:52:17.963Z Checking slog-bunyan v2.5.0
23242026-08-13T18:52:18.004Z Compiling dropshot v0.17.1
23252026-08-13T18:52:18.090Z Checking debug-ignore v1.0.5
23262026-08-13T18:52:18.133Z Compiling dropshot_endpoint v0.17.1
23272026-08-13T18:52:18.136Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23282026-08-13T18:52:18.266Z Checking serde_path_to_error v0.1.20
23292026-08-13T18:52:18.307Z Checking progenitor-client v0.14.0
23302026-08-13T18:52:18.348Z Checking sha1 v0.11.0
23312026-08-13T18:52:18.468Z Checking serde_spanned v1.1.1
23322026-08-13T18:52:18.508Z Checking toml_datetime v1.1.1+spec-1.1.0
23332026-08-13T18:52:18.585Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-08-13T18:52:18.588Z Checking toml_writer v1.1.1+spec-1.1.0
23352026-08-13T18:52:18.589Z Checking compression-core v0.4.31
23362026-08-13T18:52:18.697Z Checking async-stream v0.3.6
23372026-08-13T18:52:18.807Z Checking waitgroup v0.1.2
23382026-08-13T18:52:18.844Z Checking compression-codecs v0.4.37
23392026-08-13T18:52:18.849Z Checking toml v1.1.2+spec-1.1.0
23402026-08-13T18:52:18.920Z Checking rustls-pemfile v2.2.0
23412026-08-13T18:52:18.964Z Checking hostname v0.4.2
23422026-08-13T18:52:19.006Z Checking atomicwrites v0.4.4
23432026-08-13T18:52:19.009Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-08-13T18:52:19.009Z Compiling parse-display-derive v0.10.0
23452026-08-13T18:52:19.119Z Checking async-compression v0.4.41
23462026-08-13T18:52:19.122Z Checking macaddr v1.0.1
23472026-08-13T18:52:19.122Z Checking regress v0.10.5
23482026-08-13T18:52:19.229Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23492026-08-13T18:52:19.233Z Checking instant v0.1.13
23502026-08-13T18:52:19.384Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23512026-08-13T18:52:19.424Z Checking itertools v0.14.0
23522026-08-13T18:52:19.427Z Checking backoff v0.4.0
23532026-08-13T18:52:19.499Z Checking backon v1.6.0
23542026-08-13T18:52:19.644Z Checking humantime v2.3.0
23552026-08-13T18:52:19.687Z Checking unicode-width v0.2.0
23562026-08-13T18:52:19.691Z Compiling convert_case v0.4.0
23572026-08-13T18:52:19.763Z Checking progenitor-extras v0.2.0
23582026-08-13T18:52:19.856Z Checking half v2.7.1
23592026-08-13T18:52:19.973Z Checking ciborium-io v0.2.2
23602026-08-13T18:52:20.014Z Checking heck v0.5.0
23612026-08-13T18:52:20.096Z Checking secrecy v0.10.3
23622026-08-13T18:52:20.136Z Compiling derive_more v0.99.20
23632026-08-13T18:52:20.173Z Checking ciborium-ll v0.2.2
23642026-08-13T18:52:20.176Z Checking camino-tempfile v1.4.1
23652026-08-13T18:52:20.248Z Checking indent_write v2.2.0
23662026-08-13T18:52:20.378Z Checking ciborium v0.2.2
23672026-08-13T18:52:20.417Z Compiling regress v0.11.1
23682026-08-13T18:52:20.420Z Compiling crucible-workspace-hack v0.1.0
23692026-08-13T18:52:20.503Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-08-13T18:52:20.595Z Checking inout v0.1.4
23712026-08-13T18:52:20.750Z Checking parse-display v0.10.0
23722026-08-13T18:52:20.787Z Checking cipher v0.4.4
23732026-08-13T18:52:20.859Z Checking universal-hash v0.5.1
23742026-08-13T18:52:20.864Z Compiling thiserror-impl-no-std v2.0.2
23752026-08-13T18:52:20.933Z Checking opaque-debug v0.3.1
23762026-08-13T18:52:21.010Z Checking chacha20 v0.9.1
23772026-08-13T18:52:21.050Z Checking blake2 v0.10.6
23782026-08-13T18:52:21.053Z Checking poly1305 v0.8.0
23792026-08-13T18:52:21.241Z Checking aead v0.5.2
23802026-08-13T18:52:21.318Z Checking password-hash v0.5.0
23812026-08-13T18:52:21.376Z Compiling unsafe-libyaml v0.2.11
23822026-08-13T18:52:21.415Z Checking chacha20poly1305 v0.10.1
23832026-08-13T18:52:21.575Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23842026-08-13T18:52:21.616Z Checking argon2 v0.5.3
23852026-08-13T18:52:21.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-08-13T18:52:21.998Z Compiling typify-impl v0.6.2
23872026-08-13T18:52:22.037Z Compiling serde_yaml v0.9.34+deprecated
23882026-08-13T18:52:22.104Z Checking thiserror-no-std v2.0.2
23892026-08-13T18:52:22.141Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23902026-08-13T18:52:22.225Z Checking vsss-rs v3.3.4
23912026-08-13T18:52:22.459Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-13T18:52:22.719Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-08-13T18:52:22.761Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-13T18:52:23.369Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-08-13T18:52:23.468Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-08-13T18:52:23.519Z Checking swrite v0.1.0
23972026-08-13T18:52:23.523Z Checking crossbeam-deque v0.8.6
23982026-08-13T18:52:23.679Z Compiling rayon-core v1.13.0
23992026-08-13T18:52:23.718Z Compiling num-derive v0.4.2
24002026-08-13T18:52:23.722Z Compiling toml_datetime v0.7.5+spec-1.1.0
24012026-08-13T18:52:23.792Z Compiling proc-macro-error v1.0.4
24022026-08-13T18:52:24.039Z Compiling toml_edit v0.23.10+spec-1.0.0
24032026-08-13T18:52:24.136Z Checking tabwriter v1.4.1
24042026-08-13T18:52:24.311Z Checking rayon v1.11.0
24052026-08-13T18:52:24.350Z Checking glob v0.3.3
24062026-08-13T18:52:24.493Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24072026-08-13T18:52:24.563Z Compiling heapless v0.8.0
24082026-08-13T18:52:24.602Z Compiling proc-macro-crate v3.4.0
24092026-08-13T18:52:24.641Z Checking hash32 v0.3.1
24102026-08-13T18:52:24.677Z Compiling ingot-macros v0.2.0
24112026-08-13T18:52:24.802Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24122026-08-13T18:52:25.039Z Checking colored v3.1.1
24132026-08-13T18:52:25.084Z Compiling smoltcp v0.11.0
24142026-08-13T18:52:25.168Z Compiling num_enum_derive v0.7.6
24152026-08-13T18:52:25.318Z Checking cobs v0.3.0
24162026-08-13T18:52:25.504Z Compiling usdt-attr-macro v0.5.0
24172026-08-13T18:52:25.507Z Compiling usdt-macro v0.5.0
24182026-08-13T18:52:25.579Z Checking memmap v0.7.0
24192026-08-13T18:52:25.617Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-13T18:52:25.751Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24212026-08-13T18:52:26.019Z Checking postcard v1.1.3
24222026-08-13T18:52:26.228Z Checking num_enum v0.7.6
24232026-08-13T18:52:26.317Z Checking toml v0.8.23
24242026-08-13T18:52:26.320Z Checking usdt v0.5.0
24252026-08-13T18:52:26.392Z Checking rand v0.10.1
24262026-08-13T18:52:26.395Z Compiling proc-macro-crate v1.3.1
24272026-08-13T18:52:26.556Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24282026-08-13T18:52:26.595Z Compiling typify-macro v0.6.2
24292026-08-13T18:52:26.675Z Checking sigpipe v0.1.3
24302026-08-13T18:52:26.789Z Compiling foreign-types-macros v0.2.3
24312026-08-13T18:52:26.792Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24322026-08-13T18:52:26.863Z Checking foreign-types-shared v0.3.1
24332026-08-13T18:52:26.937Z Compiling num_enum_derive v0.5.11
24342026-08-13T18:52:27.121Z Checking cstr-argument v0.1.2
24352026-08-13T18:52:27.159Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-13T18:52:27.196Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24372026-08-13T18:52:27.278Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24382026-08-13T18:52:27.419Z Checking foreign-types v0.5.0
24392026-08-13T18:52:27.528Z Checking ingot-types v0.2.0
24402026-08-13T18:52:27.531Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-13T18:52:27.600Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24422026-08-13T18:52:27.635Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-13T18:52:27.670Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24442026-08-13T18:52:27.724Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24452026-08-13T18:52:27.767Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-13T18:52:27.872Z Compiling zone_cfg_derive v0.3.1
24472026-08-13T18:52:27.875Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-13T18:52:27.948Z Checking ingot v0.2.1
24492026-08-13T18:52:28.003Z Checking num_enum v0.5.11
24502026-08-13T18:52:28.112Z Checking itertools v0.12.1
24512026-08-13T18:52:28.151Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24522026-08-13T18:52:28.154Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532026-08-13T18:52:28.355Z Compiling typify v0.6.2
24542026-08-13T18:52:28.534Z Compiling progenitor-impl v0.14.0
24552026-08-13T18:52:28.619Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24562026-08-13T18:52:28.693Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24572026-08-13T18:52:28.730Z Checking smf v0.2.3
24582026-08-13T18:52:28.808Z Checking whoami v1.6.1
24592026-08-13T18:52:28.947Z Compiling derive-where v1.6.0
24602026-08-13T18:52:28.995Z Checking tokio-dtrace v0.1.1
24612026-08-13T18:52:29.033Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24622026-08-13T18:52:29.222Z Checking oxide-tokio-rt v0.1.4
24632026-08-13T18:52:29.261Z Checking zone v0.3.1
24642026-08-13T18:52:29.435Z Checking console v0.15.11
24652026-08-13T18:52:29.585Z Checking newline-converter v0.3.0
24662026-08-13T18:52:29.656Z Checking bytecount v0.6.9
24672026-08-13T18:52:29.716Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24682026-08-13T18:52:29.733Z Checking unicode-width v0.1.14
24692026-08-13T18:52:29.769Z Checking expectorate v1.2.0
24702026-08-13T18:52:29.804Z Checking num-rational v0.4.2
24712026-08-13T18:52:29.933Z Checking num-complex v0.4.6
24722026-08-13T18:52:30.016Z Checking float-ord v0.3.2
24732026-08-13T18:52:30.118Z Compiling cancel-safe-futures v0.1.5
24742026-08-13T18:52:30.158Z Checking linear-map v1.2.0
24752026-08-13T18:52:30.291Z Checking oxide-update-engine-types v0.1.2
24762026-08-13T18:52:30.331Z Checking num v0.4.3
24772026-08-13T18:52:30.367Z Checking gethostname v0.5.0
24782026-08-13T18:52:30.438Z Compiling prettyplease v0.2.37
24792026-08-13T18:52:30.526Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24802026-08-13T18:52:30.720Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24812026-08-13T18:52:30.913Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24822026-08-13T18:52:30.956Z Checking resolv-conf v0.7.6
24832026-08-13T18:52:30.960Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-13T18:52:31.032Z Compiling owo-colors v4.3.0
24852026-08-13T18:52:31.173Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-08-13T18:52:31.176Z Compiling progenitor-macro v0.14.0
24872026-08-13T18:52:31.252Z Checking oxide-update-engine v0.1.2
24882026-08-13T18:52:31.258Z Checking unicode-linebreak v0.1.5
24892026-08-13T18:52:31.541Z Checking smawk v0.3.2
24902026-08-13T18:52:31.803Z Checking papergrid v0.11.0
24912026-08-13T18:52:31.925Z Compiling tabled_derive v0.7.0
24922026-08-13T18:52:32.057Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24932026-08-13T18:52:32.200Z Compiling convert_case v0.10.0
24942026-08-13T18:52:32.322Z Compiling slog-dtrace v0.3.0
24952026-08-13T18:52:32.444Z Compiling derive_more-impl v2.1.1
24962026-08-13T18:52:32.558Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-08-13T18:52:32.640Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-08-13T18:52:32.742Z Checking tabled v0.15.0
24992026-08-13T18:52:33.002Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-08-13T18:52:33.246Z Checking derive_more v2.1.1
25012026-08-13T18:52:33.365Z Checking crossterm v0.29.0
25022026-08-13T18:52:33.452Z Checking linked-hash-map v0.5.6
25032026-08-13T18:52:33.650Z Checking lru-cache v0.1.2
25042026-08-13T18:52:34.032Z Checking hickory-proto v0.24.4
25052026-08-13T18:52:34.101Z Checking fd-lock v4.0.4
25062026-08-13T18:52:34.652Z Checking vte v0.14.1
25072026-08-13T18:52:34.895Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25082026-08-13T18:52:34.960Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25092026-08-13T18:52:35.067Z Checking strip-ansi-escapes v0.2.1
25102026-08-13T18:52:35.268Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-08-13T18:52:36.181Z Checking progenitor v0.14.0
25122026-08-13T18:52:36.358Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25132026-08-13T18:52:36.533Z Checking nu-ansi-term v0.50.3
25142026-08-13T18:52:36.769Z Checking termtree v0.5.1
25152026-08-13T18:52:36.808Z Checking reedline v0.40.0
25162026-08-13T18:52:37.048Z Checking hickory-resolver v0.24.4
25172026-08-13T18:52:37.085Z Checking textwrap v0.16.2
25182026-08-13T18:52:37.332Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25192026-08-13T18:52:37.526Z Compiling minimal-lexical v0.2.1
25202026-08-13T18:52:37.621Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25212026-08-13T18:52:37.817Z Compiling nom v7.1.3
25222026-08-13T18:52:37.820Z Checking qorb v0.4.1
25232026-08-13T18:52:37.931Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25242026-08-13T18:52:37.976Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-08-13T18:52:38.607Z Compiling unicode-xid v0.2.6
25262026-08-13T18:52:38.772Z Checking display-error-chain v0.2.2
25272026-08-13T18:52:38.829Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282026-08-13T18:52:39.004Z Compiling ar_archive_writer v0.5.1
25292026-08-13T18:52:39.043Z Checking csv-core v0.1.13
25302026-08-13T18:52:39.101Z Compiling stacker v0.1.23
25312026-08-13T18:52:39.255Z Checking csv v1.4.0
25322026-08-13T18:52:39.261Z Compiling cfg_aliases v0.1.1
25332026-08-13T18:52:39.398Z Compiling semver v0.1.20
25342026-08-13T18:52:39.436Z Checking highway v1.3.0
25352026-08-13T18:52:39.474Z Compiling nix v0.28.0
25362026-08-13T18:52:39.628Z Checking nibble_vec v0.1.0
25372026-08-13T18:52:39.664Z Compiling rustc_version v0.1.7
25382026-08-13T18:52:39.700Z Checking endian-type v0.1.2
25392026-08-13T18:52:39.739Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-08-13T18:52:39.784Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25412026-08-13T18:52:39.886Z Checking radix_trie v0.2.1
25422026-08-13T18:52:39.889Z Compiling psm v0.1.30
25432026-08-13T18:52:39.958Z Compiling newtype_derive v0.1.6
25442026-08-13T18:52:39.962Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-08-13T18:52:40.129Z Checking phf_shared v0.12.1
25462026-08-13T18:52:40.182Z Compiling recursive-proc-macro-impl v0.1.1
25472026-08-13T18:52:40.293Z Compiling chrono-tz v0.10.4
25482026-08-13T18:52:40.330Z Checking phf v0.12.1
25492026-08-13T18:52:40.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-08-13T18:52:40.652Z Compiling const_format_proc_macros v0.2.34
25512026-08-13T18:52:40.679Z Compiling peg-macros v0.8.5
25522026-08-13T18:52:40.683Z Checking winnow v0.6.26
25532026-08-13T18:52:40.683Z Compiling sqlparser_derive v0.5.0
25542026-08-13T18:52:40.979Z Checking recursive v0.1.1
25552026-08-13T18:52:41.110Z Checking unicode_categories v0.1.1
25562026-08-13T18:52:41.166Z Checking home v0.5.12
25572026-08-13T18:52:41.538Z Checking const_format v0.2.35
25582026-08-13T18:52:41.578Z Checking rustyline v14.0.0
25592026-08-13T18:52:41.582Z Checking sqlparser v0.61.0
25602026-08-13T18:52:41.794Z Checking bcs v0.1.6
25612026-08-13T18:52:41.906Z Checking sqlformat v0.3.5
25622026-08-13T18:52:42.058Z Checking nom v8.0.0
25632026-08-13T18:52:42.096Z Checking peg v0.8.5
25642026-08-13T18:52:42.200Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25652026-08-13T18:52:42.354Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25662026-08-13T18:52:42.431Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25672026-08-13T18:52:42.532Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-08-13T18:52:42.677Z Checking steno v0.4.1
25692026-08-13T18:52:42.905Z Checking sha1 v0.10.6
25702026-08-13T18:52:43.111Z Checking filetime v0.2.27
25712026-08-13T18:52:43.280Z Checking xattr v1.6.1
25722026-08-13T18:52:43.481Z Checking tar v0.4.46
25732026-08-13T18:52:43.529Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25742026-08-13T18:52:43.739Z Checking subprocess v0.2.15
25752026-08-13T18:52:43.782Z Checking headers-core v0.3.0
25762026-08-13T18:52:43.820Z Checking yasna v0.5.2
25772026-08-13T18:52:43.901Z Checking port-file v0.1.0
25782026-08-13T18:52:43.939Z Checking headers v0.4.1
25792026-08-13T18:52:44.071Z Checking tagptr v0.2.0
25802026-08-13T18:52:44.110Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25812026-08-13T18:52:44.146Z Checking dropshot-api-manager-types v0.7.2
25822026-08-13T18:52:44.236Z Checking rcgen v0.12.1
25832026-08-13T18:52:44.273Z Checking moka v0.12.13
25842026-08-13T18:52:44.344Z Checking utf-8 v0.7.6
25852026-08-13T18:52:44.512Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25862026-08-13T18:52:44.594Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25872026-08-13T18:52:44.691Z Checking tungstenite v0.21.0
25882026-08-13T18:52:44.937Z Checking hickory-resolver v0.25.2
25892026-08-13T18:52:45.053Z Compiling libefi-sys v0.1.0
25902026-08-13T18:52:45.154Z Checking tokio-tungstenite v0.21.0
25912026-08-13T18:52:45.313Z Compiling bitfield-struct v0.6.2
25922026-08-13T18:52:45.468Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25932026-08-13T18:52:45.518Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25942026-08-13T18:52:45.676Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25952026-08-13T18:52:45.931Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25962026-08-13T18:52:45.970Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25972026-08-13T18:52:45.973Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-08-13T18:52:46.042Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-13T18:52:46.186Z Compiling xshell-macros v0.2.7
26002026-08-13T18:52:46.224Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26012026-08-13T18:52:46.260Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26022026-08-13T18:52:46.376Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26032026-08-13T18:52:46.524Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26042026-08-13T18:52:46.591Z Checking xshell v0.2.7
26052026-08-13T18:52:46.805Z Checking half v1.8.3
26062026-08-13T18:52:46.843Z Checking libscf-sys v1.2.0
26072026-08-13T18:52:46.877Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082026-08-13T18:52:47.004Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-08-13T18:52:47.041Z Checking serde_cbor v0.11.2
26102026-08-13T18:52:47.241Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26112026-08-13T18:52:47.278Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26122026-08-13T18:52:47.424Z Checking papergrid v0.18.0
26132026-08-13T18:52:47.461Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26142026-08-13T18:52:47.576Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26152026-08-13T18:52:47.647Z Checking maplit v1.0.2
26162026-08-13T18:52:47.684Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-08-13T18:52:47.762Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26182026-08-13T18:52:48.116Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26192026-08-13T18:52:48.228Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26202026-08-13T18:52:48.313Z Checking tabled v0.21.0
26212026-08-13T18:52:48.363Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26222026-08-13T18:52:48.400Z Checking crc8 v0.1.1
26232026-08-13T18:52:48.533Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26242026-08-13T18:52:48.584Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26252026-08-13T18:52:48.700Z Checking unicase v2.9.0
26262026-08-13T18:52:48.825Z Checking fxhash v0.2.1
26272026-08-13T18:52:48.897Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26282026-08-13T18:52:48.980Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26292026-08-13T18:52:49.506Z Checking sha2 v0.11.0
26302026-08-13T18:52:49.692Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26312026-08-13T18:52:49.950Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26322026-08-13T18:52:49.996Z Compiling darling_core v0.21.3
26332026-08-13T18:52:50.195Z Compiling vergen-lib v0.1.6
26342026-08-13T18:52:50.271Z Compiling diesel_derives v2.3.7
26352026-08-13T18:52:50.309Z Checking scheduled-thread-pool v0.2.7
26362026-08-13T18:52:50.461Z Compiling vergen-gitcl v1.0.8
26372026-08-13T18:52:50.496Z Compiling diesel_table_macro_syntax v0.3.0
26382026-08-13T18:52:50.567Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26392026-08-13T18:52:50.613Z Checking r2d2 v0.8.10
26402026-08-13T18:52:50.760Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-08-13T18:52:50.823Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26422026-08-13T18:52:51.117Z Checking downcast-rs v2.0.2
26432026-08-13T18:52:51.158Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26442026-08-13T18:52:51.242Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-08-13T18:52:51.392Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26462026-08-13T18:52:51.736Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26472026-08-13T18:52:51.771Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26482026-08-13T18:52:51.925Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26492026-08-13T18:52:52.123Z Checking kstat-rs v0.2.5
26502026-08-13T18:52:52.349Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-08-13T18:52:52.481Z Compiling darling_macro v0.21.3
26522026-08-13T18:52:52.623Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26532026-08-13T18:52:52.661Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26542026-08-13T18:52:52.723Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-08-13T18:52:53.016Z Compiling darling v0.21.3
26562026-08-13T18:52:53.138Z Compiling dsl_auto_type v0.2.0
26572026-08-13T18:52:53.637Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26582026-08-13T18:52:53.849Z Compiling dirs-sys-next v0.1.2
26592026-08-13T18:52:53.980Z Compiling parking_lot_core v0.8.6
26602026-08-13T18:52:54.018Z Compiling crunchy v0.2.4
26612026-08-13T18:52:54.171Z Compiling dirs-next v2.0.0
26622026-08-13T18:52:54.207Z Compiling clang-sys v1.8.1
26632026-08-13T18:52:54.345Z Compiling git-stub v1.0.0
26642026-08-13T18:52:54.392Z Compiling tiny-keccak v2.0.2
26652026-08-13T18:52:54.658Z Compiling git-stub-vcs v0.1.0
26662026-08-13T18:52:54.695Z Compiling term v0.7.0
26672026-08-13T18:52:54.765Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26682026-08-13T18:52:54.812Z Compiling bit-vec v0.6.3
26692026-08-13T18:52:55.036Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26702026-08-13T18:52:55.070Z Compiling ascii-canvas v3.0.0
26712026-08-13T18:52:55.122Z Compiling bit-set v0.5.3
26722026-08-13T18:52:55.314Z Checking parking_lot v0.11.2
26732026-08-13T18:52:55.314Z Checking prefix-trie v0.7.0
26742026-08-13T18:52:55.386Z Compiling itertools v0.10.5
26752026-08-13T18:52:55.521Z Compiling ena v0.14.4
26762026-08-13T18:52:55.574Z Compiling libloading v0.8.9
26772026-08-13T18:52:55.684Z Compiling diff v0.1.13
26782026-08-13T18:52:55.722Z Compiling regex-syntax v0.6.29
26792026-08-13T18:52:55.762Z Compiling bindgen v0.71.1
26802026-08-13T18:52:55.976Z Checking hickory-server v0.25.2
26812026-08-13T18:52:56.221Z Checking sled v0.34.7
26822026-08-13T18:52:56.523Z Compiling cexpr v0.6.0
26832026-08-13T18:52:56.985Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26842026-08-13T18:52:57.211Z Compiling lalrpop v0.19.12
26852026-08-13T18:52:57.248Z Checking nanorand v0.7.0
26862026-08-13T18:52:57.398Z Compiling rustc-hash v2.1.1
26872026-08-13T18:52:57.451Z Compiling salty v0.3.0
26882026-08-13T18:52:57.486Z Checking flume v0.11.1
26892026-08-13T18:52:57.757Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26902026-08-13T18:52:57.792Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26912026-08-13T18:52:57.829Z Compiling libxml v0.3.3
26922026-08-13T18:52:58.012Z Checking assert_matches v1.5.0
26932026-08-13T18:52:58.075Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-13T18:52:58.511Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26952026-08-13T18:52:58.750Z Compiling strum_macros v0.24.3
26962026-08-13T18:52:59.039Z Compiling indoc v1.0.9
26972026-08-13T18:52:59.081Z Checking diesel v2.3.7
26982026-08-13T18:52:59.379Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26992026-08-13T18:52:59.507Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27002026-08-13T18:52:59.600Z Checking quick-xml v0.37.5
27012026-08-13T18:52:59.775Z Checking derive_builder v0.20.2
27022026-08-13T18:52:59.868Z Compiling oso-derive v0.27.3
27032026-08-13T18:52:59.919Z Compiling impl-trait-for-tuples v0.2.3
27042026-08-13T18:53:00.105Z Compiling trait-variant v0.1.2
27052026-08-13T18:53:00.396Z Checking openssl-probe v0.1.6
27062026-08-13T18:53:00.540Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27072026-08-13T18:53:00.543Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27082026-08-13T18:53:00.674Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27092026-08-13T18:53:01.003Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27102026-08-13T18:53:01.477Z Checking rfc6979 v0.4.0
27112026-08-13T18:53:01.515Z Checking predicates-tree v1.0.13
27122026-08-13T18:53:01.635Z Checking ecdsa v0.16.9
27132026-08-13T18:53:01.671Z Compiling progenitor-impl v0.13.0
27142026-08-13T18:53:01.785Z Checking primeorder v0.13.6
27152026-08-13T18:53:02.061Z Checking p384 v0.13.1
27162026-08-13T18:53:02.504Z Checking progenitor-client v0.13.0
27172026-08-13T18:53:02.783Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27182026-08-13T18:53:02.945Z Checking bb8 v0.8.6
27192026-08-13T18:53:03.100Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27202026-08-13T18:53:03.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27212026-08-13T18:53:03.283Z Compiling mime_guess v2.0.5
27222026-08-13T18:53:03.455Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27232026-08-13T18:53:03.611Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-08-13T18:53:03.736Z Checking ignore v0.4.25
27252026-08-13T18:53:03.841Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27262026-08-13T18:53:03.883Z Checking http-range v0.1.5
27272026-08-13T18:53:04.020Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27282026-08-13T18:53:04.199Z Checking globwalk v0.9.1
27292026-08-13T18:53:04.323Z Compiling progenitor-macro v0.13.0
27302026-08-13T18:53:04.359Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27312026-08-13T18:53:04.415Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27322026-08-13T18:53:04.768Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27332026-08-13T18:53:04.805Z Checking digest-io v0.1.0
27342026-08-13T18:53:04.965Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27352026-08-13T18:53:05.199Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27362026-08-13T18:53:05.426Z Checking rawzip v0.4.4
27372026-08-13T18:53:05.464Z Checking corncobs v0.1.4
27382026-08-13T18:53:05.628Z Checking nonempty v0.12.0
27392026-08-13T18:53:05.828Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27402026-08-13T18:53:05.956Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-08-13T18:53:06.025Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27422026-08-13T18:53:06.123Z Checking camino-tempfile-ext v0.3.3
27432026-08-13T18:53:06.366Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-08-13T18:53:06.691Z Checking secrecy v0.8.0
27452026-08-13T18:53:07.339Z Checking hyper-staticfile v0.10.1
27462026-08-13T18:53:07.461Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27472026-08-13T18:53:07.664Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27482026-08-13T18:53:07.702Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27492026-08-13T18:53:07.783Z Checking signal-hook-tokio v0.3.1
27502026-08-13T18:53:07.948Z Compiling illumos-nvpair-sys v0.2.0
27512026-08-13T18:53:08.221Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27522026-08-13T18:53:08.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27532026-08-13T18:53:08.293Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27542026-08-13T18:53:08.701Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27552026-08-13T18:53:08.739Z Checking scuffle v0.1.0
27562026-08-13T18:53:09.145Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27572026-08-13T18:53:09.316Z Checking progenitor v0.13.0
27582026-08-13T18:53:09.449Z Checking illumos-nvpair v0.3.0
27592026-08-13T18:53:09.538Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27602026-08-13T18:53:09.601Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27612026-08-13T18:53:09.639Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27622026-08-13T18:53:09.673Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27632026-08-13T18:53:09.896Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27642026-08-13T18:53:09.971Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27652026-08-13T18:53:10.018Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27662026-08-13T18:53:10.223Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27672026-08-13T18:53:10.349Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27682026-08-13T18:53:10.631Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27692026-08-13T18:53:10.813Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27702026-08-13T18:53:11.125Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27712026-08-13T18:53:11.318Z Checking tungstenite v0.23.0
27722026-08-13T18:53:11.771Z Checking rand_seeder v0.4.0
27732026-08-13T18:53:11.774Z Checking tokio-tungstenite v0.23.1
27742026-08-13T18:53:11.959Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27752026-08-13T18:53:12.109Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27762026-08-13T18:53:12.333Z Checking void v1.0.2
27772026-08-13T18:53:12.422Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27782026-08-13T18:53:12.480Z Checking lzss v0.8.2
27792026-08-13T18:53:12.630Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27802026-08-13T18:53:12.702Z Checking nix v0.27.1
27812026-08-13T18:53:12.829Z Checking serde_bytes v0.11.19
27822026-08-13T18:53:13.040Z Checking diesel-dtrace v0.5.0
27832026-08-13T18:53:13.215Z Checking async-bb8-diesel v0.2.1
27842026-08-13T18:53:13.253Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27852026-08-13T18:53:13.318Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862026-08-13T18:53:13.454Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27872026-08-13T18:53:13.598Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27882026-08-13T18:53:14.167Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27892026-08-13T18:53:14.720Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27902026-08-13T18:53:15.454Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27912026-08-13T18:53:15.457Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27922026-08-13T18:53:16.171Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27932026-08-13T18:53:16.888Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27942026-08-13T18:53:16.948Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27952026-08-13T18:53:17.228Z Checking is_ci v1.2.0
27962026-08-13T18:53:17.262Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27972026-08-13T18:53:17.361Z Checking cpubits v0.1.1
27982026-08-13T18:53:17.364Z Checking yansi v1.0.1
27992026-08-13T18:53:17.476Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28002026-08-13T18:53:17.697Z Checking pretty_assertions v1.4.1
28012026-08-13T18:53:17.780Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28022026-08-13T18:53:17.867Z Checking pem-rfc7468 v1.0.0
28032026-08-13T18:53:18.068Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28042026-08-13T18:53:18.350Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28052026-08-13T18:53:18.583Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28062026-08-13T18:53:19.180Z Checking hmac v0.13.0
28072026-08-13T18:53:19.234Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28082026-08-13T18:53:19.384Z Checking universal-hash v0.6.1
28092026-08-13T18:53:19.413Z Compiling libz-sys v1.1.24
28102026-08-13T18:53:19.516Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28112026-08-13T18:53:19.553Z Compiling instability v0.3.11
28122026-08-13T18:53:19.857Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28132026-08-13T18:53:19.949Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28142026-08-13T18:53:19.952Z Checking castaway v0.2.4
28152026-08-13T18:53:20.016Z Compiling indoc v2.0.7
28162026-08-13T18:53:20.094Z Checking compact_str v0.8.1
28172026-08-13T18:53:20.501Z Checking polyval v0.7.1
28182026-08-13T18:53:20.752Z Checking der v0.8.0
28192026-08-13T18:53:21.029Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28202026-08-13T18:53:21.252Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28212026-08-13T18:53:21.297Z Checking unicode-truncate v1.1.0
28222026-08-13T18:53:21.480Z Checking lru v0.12.5
28232026-08-13T18:53:21.518Z Compiling libgit2-sys v0.18.3+1.9.2
28242026-08-13T18:53:21.571Z Checking arc-swap v1.8.2
28252026-08-13T18:53:21.615Z Checking cassowary v0.3.0
28262026-08-13T18:53:21.766Z Checking ghash v0.6.0
28272026-08-13T18:53:21.824Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-08-13T18:53:21.841Z Checking slog-scope v4.4.1
28292026-08-13T18:53:21.878Z Checking ratatui v0.29.0
28302026-08-13T18:53:22.018Z Checking pbkdf2 v0.13.0
28312026-08-13T18:53:22.064Z Checking aes v0.9.1
28322026-08-13T18:53:22.162Z Checking crypto-bigint v0.7.5
28332026-08-13T18:53:22.499Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-08-13T18:53:23.190Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28352026-08-13T18:53:23.465Z Checking ctr v0.10.1
28362026-08-13T18:53:23.681Z Checking aead v0.6.1
28372026-08-13T18:53:23.799Z Checking cargo-platform v0.3.2
28382026-08-13T18:53:23.857Z Checking aes-gcm v0.11.0
28392026-08-13T18:53:24.016Z Checking cargo_metadata v0.23.1
28402026-08-13T18:53:24.056Z Checking slog-stdlog v4.1.1
28412026-08-13T18:53:24.217Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28422026-08-13T18:53:24.423Z Checking spki v0.8.0
28432026-08-13T18:53:24.632Z Checking supports-color v3.0.2
28442026-08-13T18:53:24.791Z Checking console v0.16.2
28452026-08-13T18:53:24.826Z Checking colored v2.2.0
28462026-08-13T18:53:25.062Z Checking salsa20 v0.11.0
28472026-08-13T18:53:25.126Z Compiling vergen-git2 v9.1.0
28482026-08-13T18:53:25.239Z Checking unit-prefix v0.5.2
28492026-08-13T18:53:25.346Z Checking plotters-backend v0.3.7
28502026-08-13T18:53:25.402Z Checking indicatif v0.18.4
28512026-08-13T18:53:25.579Z Checking plotters-svg v0.3.7
28522026-08-13T18:53:25.665Z Checking scrypt v0.12.0
28532026-08-13T18:53:25.752Z Checking slog-envlogger v2.2.0
28542026-08-13T18:53:25.803Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28552026-08-13T18:53:25.860Z Checking cbc v0.2.1
28562026-08-13T18:53:25.933Z Checking libsw-core v0.3.2
28572026-08-13T18:53:26.026Z Checking cast v0.3.0
28582026-08-13T18:53:26.029Z Checking pkcs5 v0.8.1
28592026-08-13T18:53:26.113Z Checking libsw v3.5.0
28602026-08-13T18:53:26.216Z Checking criterion-plot v0.6.0
28612026-08-13T18:53:26.356Z Checking plotters v0.3.7
28622026-08-13T18:53:26.392Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28632026-08-13T18:53:26.487Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28642026-08-13T18:53:26.712Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28652026-08-13T18:53:26.941Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28662026-08-13T18:53:27.147Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28672026-08-13T18:53:27.184Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28682026-08-13T18:53:27.372Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28692026-08-13T18:53:27.410Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28702026-08-13T18:53:27.414Z Checking tinytemplate v1.2.1
28712026-08-13T18:53:27.598Z Checking oorandom v11.1.5
28722026-08-13T18:53:27.659Z Checking anes v0.1.6
28732026-08-13T18:53:27.745Z Checking shell-words v1.1.1
28742026-08-13T18:53:27.870Z Checking criterion v0.7.0
28752026-08-13T18:53:28.005Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28762026-08-13T18:53:28.310Z Checking pkcs8 v0.11.0
28772026-08-13T18:53:28.564Z Checking oxide-update-engine-display v0.1.2
28782026-08-13T18:53:28.909Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28792026-08-13T18:53:29.116Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28802026-08-13T18:53:29.683Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28812026-08-13T18:53:30.522Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-08-13T18:53:31.338Z Checking tokio-test v0.4.5
28832026-08-13T18:53:31.581Z Checking ff v0.14.0
28842026-08-13T18:53:31.756Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28852026-08-13T18:53:31.983Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28862026-08-13T18:53:32.356Z Checking twox-hash v2.1.2
28872026-08-13T18:53:32.392Z Compiling petname v2.0.2
28882026-08-13T18:53:32.685Z Checking atty v0.2.14
28892026-08-13T18:53:32.818Z Checking constant_time_eq v0.4.2
28902026-08-13T18:53:32.901Z Checking arrayvec v0.7.6
28912026-08-13T18:53:32.992Z Checking arrayref v0.3.9
28922026-08-13T18:53:33.185Z Checking group v0.14.0
28932026-08-13T18:53:33.260Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-08-13T18:53:33.376Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28952026-08-13T18:53:33.470Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28962026-08-13T18:53:34.132Z Checking fatfs v0.3.6
28972026-08-13T18:53:34.464Z Checking signature v3.0.0
28982026-08-13T18:53:34.468Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28992026-08-13T18:53:34.613Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29002026-08-13T18:53:34.649Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29012026-08-13T18:53:34.683Z Compiling seq-macro v0.3.6
29022026-08-13T18:53:35.211Z Checking base16ct v1.0.0
29032026-08-13T18:53:35.384Z Checking sec1 v0.8.1
29042026-08-13T18:53:35.926Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29052026-08-13T18:53:35.972Z Checking hkdf v0.13.0
29062026-08-13T18:53:36.066Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29072026-08-13T18:53:36.148Z Checking concurrent-queue v2.5.0
29082026-08-13T18:53:36.261Z Checking sapling-renderdag v0.1.0
29092026-08-13T18:53:36.387Z Checking parking v2.2.1
29102026-08-13T18:53:36.527Z Checking sync-ptr v0.1.4
29112026-08-13T18:53:36.590Z Checking event-listener v5.4.1
29122026-08-13T18:53:36.690Z Checking elliptic-curve v0.14.1
29132026-08-13T18:53:36.832Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29142026-08-13T18:53:37.097Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29152026-08-13T18:53:37.139Z Checking rtoolbox v0.0.3
29162026-08-13T18:53:37.315Z Compiling samael v0.0.19
29172026-08-13T18:53:37.385Z Checking rpassword v7.5.4
29182026-08-13T18:53:37.454Z Checking event-listener-strategy v0.5.4
29192026-08-13T18:53:37.485Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29202026-08-13T18:53:37.529Z Checking wnaf v0.14.0
29212026-08-13T18:53:37.721Z Checking primefield v0.14.0
29222026-08-13T18:53:37.986Z Checking rfc6979 v0.6.0
29232026-08-13T18:53:38.144Z Checking tui-tree-widget v0.23.1
29242026-08-13T18:53:38.378Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29252026-08-13T18:53:38.467Z Compiling blake3 v1.8.5
29262026-08-13T18:53:38.850Z Checking futures-timer v3.0.3
29272026-08-13T18:53:39.399Z Checking ecdsa v0.17.0
29282026-08-13T18:53:39.570Z Checking primeorder v0.14.0
29292026-08-13T18:53:39.838Z Checking async-lock v3.4.2
29302026-08-13T18:53:39.993Z Compiling curve25519-dalek v5.0.0
29312026-08-13T18:53:40.105Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29322026-08-13T18:53:40.238Z Checking async-object-pool v0.2.0
29332026-08-13T18:53:40.725Z Checking ssh-encoding v0.3.0
29342026-08-13T18:53:40.953Z Checking serde_regex v1.1.0
29352026-08-13T18:53:41.148Z Checking assert-json-diff v2.0.2
29362026-08-13T18:53:41.350Z Checking path-tree v0.8.3
29372026-08-13T18:53:41.590Z Checking keccak v0.2.0
29382026-08-13T18:53:41.768Z Checking stringmetrics v2.2.2
29392026-08-13T18:53:41.989Z Compiling strsim v0.10.0
29402026-08-13T18:53:42.316Z Checking topological-sort v0.2.2
29412026-08-13T18:53:42.348Z Compiling darling_core v0.13.4
29422026-08-13T18:53:42.429Z Checking httpmock v0.8.3
29432026-08-13T18:53:42.479Z Checking omicron-zone-package v0.12.3
29442026-08-13T18:53:43.389Z Checking ed25519 v3.0.0
29452026-08-13T18:53:43.618Z Checking pkcs1 v0.8.0-rc.4
29462026-08-13T18:53:43.663Z Checking crypto-primes v0.7.2
29472026-08-13T18:53:43.860Z Checking poly1305 v0.9.0
29482026-08-13T18:53:44.164Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29492026-08-13T18:53:44.211Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29502026-08-13T18:53:44.599Z Checking blowfish v0.10.0
29512026-08-13T18:53:44.634Z Checking blake2 v0.11.0-rc.6
29522026-08-13T18:53:44.644Z Compiling target-lexicon v0.13.3
29532026-08-13T18:53:44.783Z Checking gimli v0.32.3
29542026-08-13T18:53:44.868Z Checking bcrypt-pbkdf v0.11.0
29552026-08-13T18:53:44.922Z Checking argon2 v0.6.0-rc.8
29562026-08-13T18:53:45.062Z Checking rsa v0.10.0-rc.18
29572026-08-13T18:53:45.238Z Compiling darling_macro v0.13.4
29582026-08-13T18:53:45.276Z Checking ssh-cipher v0.3.0
29592026-08-13T18:53:45.521Z Checking ed25519-dalek v3.0.0
29602026-08-13T18:53:45.575Z Checking sha3 v0.11.0
29612026-08-13T18:53:45.760Z Checking p384 v0.14.0
29622026-08-13T18:53:45.796Z Checking p256 v0.14.0
29632026-08-13T18:53:45.946Z Checking p521 v0.14.0
29642026-08-13T18:53:46.341Z Checking addr2line v0.25.1
29652026-08-13T18:53:46.556Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-13T18:53:46.635Z Checking kem v0.3.0
29672026-08-13T18:53:46.784Z Checking module-lattice v0.2.3
29682026-08-13T18:53:46.819Z Checking rustc-demangle v0.1.27
29692026-08-13T18:53:47.033Z Checking sponge-cursor v0.1.0
29702026-08-13T18:53:47.073Z Checking hex-literal v0.4.1
29712026-08-13T18:53:47.207Z Compiling guppy-workspace-hack v0.1.0
29722026-08-13T18:53:47.248Z Checking sha3 v0.12.0
29732026-08-13T18:53:47.463Z Checking backtrace v0.3.76
29742026-08-13T18:53:47.514Z Checking ml-kem v0.3.2
29752026-08-13T18:53:47.788Z Compiling darling v0.13.4
29762026-08-13T18:53:47.892Z Checking russh-cryptovec v0.62.0
29772026-08-13T18:53:48.085Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29782026-08-13T18:53:48.151Z Checking internal-russh-num-bigint v0.5.0
29792026-08-13T18:53:48.319Z Checking num-bigint v0.4.6
29802026-08-13T18:53:48.362Z Checking russh-util v0.52.0
29812026-08-13T18:53:48.542Z Checking generic-array v1.4.3
29822026-08-13T18:53:48.960Z Compiling enum_dispatch v0.3.13
29832026-08-13T18:53:48.999Z Checking ssh-key v0.7.0-rc.11
29842026-08-13T18:53:49.167Z Compiling git2 v0.20.4
29852026-08-13T18:53:49.203Z Compiling delegate v0.13.5
29862026-08-13T18:53:49.244Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29872026-08-13T18:53:49.733Z Checking md5 v0.8.0
29882026-08-13T18:53:49.965Z Compiling target-spec v3.5.7
29892026-08-13T18:53:50.035Z Checking hex-literal v1.1.0
29902026-08-13T18:53:50.035Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29912026-08-13T18:53:50.208Z Checking russh v0.62.4
29922026-08-13T18:53:50.301Z Checking cfg-expr v0.20.6
29932026-08-13T18:53:50.344Z Compiling serde_with_macros v1.5.2
29942026-08-13T18:53:50.680Z Checking backtrace-ext v0.2.1
29952026-08-13T18:53:50.781Z Checking supports-color v2.1.0
29962026-08-13T18:53:50.834Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29972026-08-13T18:53:50.974Z Checking textwrap v0.15.2
29982026-08-13T18:53:51.203Z Checking supports-unicode v2.1.0
29992026-08-13T18:53:51.273Z Checking supports-hyperlinks v2.1.0
30002026-08-13T18:53:51.452Z Checking hashbrown v0.14.5
30012026-08-13T18:53:51.882Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30022026-08-13T18:53:51.968Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30032026-08-13T18:53:52.017Z Checking socket2 v0.5.10
30042026-08-13T18:53:52.124Z Checking terminal_size v0.1.17
30052026-08-13T18:53:52.208Z Compiling miette-derive v5.10.0
30062026-08-13T18:53:52.278Z Checking internet-checksum v0.2.1
30072026-08-13T18:53:52.311Z Checking owo-colors v3.5.0
30082026-08-13T18:53:52.455Z Checking chumsky v0.9.3
30092026-08-13T18:53:52.518Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30102026-08-13T18:53:52.848Z Compiling serde_with v1.14.0
30112026-08-13T18:53:53.352Z Checking miette v5.10.0
30122026-08-13T18:53:53.742Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30132026-08-13T18:53:53.805Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30142026-08-13T18:53:53.881Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30152026-08-13T18:53:54.037Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30162026-08-13T18:53:54.315Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30172026-08-13T18:53:54.457Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30182026-08-13T18:53:54.551Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30192026-08-13T18:53:54.599Z Compiling knuffel-derive v3.2.0
30202026-08-13T18:53:54.646Z Compiling polar-core v0.27.3
30212026-08-13T18:53:54.767Z Checking httptest v0.16.4
30222026-08-13T18:53:54.810Z Checking pathdiff v0.2.3
30232026-08-13T18:53:54.960Z Checking nested v0.1.1
30242026-08-13T18:53:55.138Z Checking guppy v0.17.25
30252026-08-13T18:53:55.202Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30262026-08-13T18:53:55.392Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30272026-08-13T18:53:55.667Z Checking similar-asserts v1.7.0
30282026-08-13T18:53:55.865Z Compiling target-triple v1.0.0
30292026-08-13T18:53:56.072Z Checking knuffel v3.2.0
30302026-08-13T18:53:56.107Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30312026-08-13T18:53:56.224Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30322026-08-13T18:53:56.707Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30332026-08-13T18:53:56.802Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30342026-08-13T18:53:56.858Z Checking hickory-client v0.25.2
30352026-08-13T18:53:57.171Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-08-13T18:53:57.364Z Compiling fs-err v2.11.0
30372026-08-13T18:53:57.427Z Checking escape8259 v0.5.3
30382026-08-13T18:53:57.608Z Compiling assert_cmd v2.1.2
30392026-08-13T18:53:57.789Z Checking libtest-mimic v0.8.1
30402026-08-13T18:53:57.862Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30412026-08-13T18:53:58.179Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30422026-08-13T18:53:58.275Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30432026-08-13T18:53:58.319Z Checking blake2b_simd v1.0.4
30442026-08-13T18:53:58.793Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30452026-08-13T18:53:59.034Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30462026-08-13T18:53:59.285Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30472026-08-13T18:53:59.499Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30482026-08-13T18:53:59.538Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30492026-08-13T18:53:59.684Z Checking oso v0.27.3
30502026-08-13T18:53:59.732Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30512026-08-13T18:53:59.938Z Checking fancy-regex v0.14.0
30522026-08-13T18:53:59.976Z Checking serde_tokenstream v0.2.3
30532026-08-13T18:54:00.334Z Checking approx v0.5.1
30542026-08-13T18:54:00.455Z Compiling rstest_macros v0.25.0
30552026-08-13T18:54:00.497Z Checking uzers v0.12.2
30562026-08-13T18:54:00.565Z Checking constant_time_eq v0.3.1
30572026-08-13T18:54:00.604Z Compiling linkme-impl v0.3.35
30582026-08-13T18:54:00.680Z Checking termcolor v1.4.1
30592026-08-13T18:54:00.760Z Checking rust-argon2 v2.1.0
30602026-08-13T18:54:00.931Z Checking trybuild v1.0.116
30612026-08-13T18:54:01.017Z Checking datatest-stable v0.3.3
30622026-08-13T18:54:01.218Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30632026-08-13T18:54:01.260Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30642026-08-13T18:54:01.557Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30652026-08-13T18:54:01.585Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30662026-08-13T18:54:01.623Z Checking support-bundle-viewer v0.1.2
30672026-08-13T18:54:01.729Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30682026-08-13T18:54:01.904Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30692026-08-13T18:54:01.954Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30702026-08-13T18:54:02.136Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30712026-08-13T18:54:02.190Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30722026-08-13T18:54:02.359Z Checking drift v0.2.0
30732026-08-13T18:54:02.427Z Checking rand_distr v0.5.1
30742026-08-13T18:54:02.563Z Checking multimap v0.10.1
30752026-08-13T18:54:02.605Z Compiling relative-path v1.9.3
30762026-08-13T18:54:02.739Z Compiling linkme v0.3.35
30772026-08-13T18:54:02.776Z Checking parse-size v1.1.0
30782026-08-13T18:54:02.861Z Checking dropshot-api-manager v0.7.2
30792026-08-13T18:54:02.942Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30802026-08-13T18:54:03.990Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30812026-08-13T18:54:04.406Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30822026-08-13T18:54:04.591Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30832026-08-13T18:54:04.785Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30842026-08-13T18:54:05.017Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-13T18:54:05.158Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30862026-08-13T18:54:05.200Z Checking cargo_toml v0.21.0
30872026-08-13T18:54:05.581Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30882026-08-13T18:54:05.622Z Checking partial-io v0.5.4
30892026-08-13T18:54:05.839Z Checking termios v0.3.3
30902026-08-13T18:54:05.870Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30912026-08-13T18:54:06.031Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30922026-08-13T18:54:06.513Z Checking rstest v0.25.0
30932026-08-13T18:54:06.681Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30942026-08-13T18:54:10.051Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30952026-08-13T18:54:12.502Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30962026-08-13T18:54:13.758Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30972026-08-13T18:54:18.233Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30982026-08-13T18:54:18.698Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30992026-08-13T18:54:21.987Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31002026-08-13T18:54:26.725Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31012026-08-13T18:54:29.375Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31022026-08-13T18:54:33.973Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31032026-08-13T18:54:36.036Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31042026-08-13T18:54:36.888Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31052026-08-13T18:54:37.825Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31062026-08-13T18:54:42.560Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31072026-08-13T18:54:47.062Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31082026-08-13T18:55:07.392Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31092026-08-13T18:56:01.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31102026-08-13T18:56:01.891Z
31112026-08-13T18:56:01.891Zreal 4:12.480200210
31122026-08-13T18:56:01.891Zuser 21:33.367817409
31132026-08-13T18:56:01.891Zsys 5:11.229488826
31142026-08-13T18:56:01.891Ztrap 0.520659691
31152026-08-13T18:56:01.891Ztflt 0.454582160
31162026-08-13T18:56:01.891Zdflt 0.583583697
31172026-08-13T18:56:01.892Zkflt 0.004848453
31182026-08-13T18:56:01.892Zlock 1:05:03.064490452
31192026-08-13T18:56:01.892Zslp 58:23.935447564
31202026-08-13T18:56:01.892Zlat 1:47.627543716
31212026-08-13T18:56:01.892Zstop 14:23.040702806
31222026-08-13T18:56:01.895Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31232026-08-13T18:56:01.895Z+ ptime -m cargo doc --workspace --no-deps
31242026-08-13T18:56:02.749Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31252026-08-13T18:56:02.749Z |
31262026-08-13T18:56:02.749Z = 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)`
31272026-08-13T18:56:02.749Z = 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>
31282026-08-13T18:56:03.944Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31292026-08-13T18:56:04.184Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31302026-08-13T18:56:04.228Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-08-13T18:56:04.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31322026-08-13T18:56:04.352Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31332026-08-13T18:56:04.455Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31342026-08-13T18:56:04.481Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31352026-08-13T18:56:04.506Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31362026-08-13T18:56:04.563Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31372026-08-13T18:56:04.623Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31382026-08-13T18:56:04.761Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31392026-08-13T18:56:04.785Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31402026-08-13T18:56:04.788Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31412026-08-13T18:56:04.833Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31422026-08-13T18:56:04.868Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31432026-08-13T18:56:04.890Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31442026-08-13T18:56:04.913Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31452026-08-13T18:56:04.960Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31462026-08-13T18:56:04.985Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31472026-08-13T18:56:04.989Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31482026-08-13T18:56:05.274Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31492026-08-13T18:56:05.429Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31502026-08-13T18:56:05.455Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512026-08-13T18:56:05.531Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31522026-08-13T18:56:05.586Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31532026-08-13T18:56:05.757Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31542026-08-13T18:56:05.786Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31552026-08-13T18:56:05.921Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31562026-08-13T18:56:06.004Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31572026-08-13T18:56:06.026Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31582026-08-13T18:56:06.048Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31592026-08-13T18:56:06.230Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31602026-08-13T18:56:06.277Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31612026-08-13T18:56:06.396Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31622026-08-13T18:56:06.512Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31632026-08-13T18:56:06.620Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31642026-08-13T18:56:06.647Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31652026-08-13T18:56:06.651Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31662026-08-13T18:56:06.901Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31672026-08-13T18:56:06.924Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31682026-08-13T18:56:07.208Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31692026-08-13T18:56:07.245Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31702026-08-13T18:56:07.269Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31712026-08-13T18:56:07.378Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31722026-08-13T18:56:07.441Z Checking scuffle v0.1.0
31732026-08-13T18:56:07.498Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31742026-08-13T18:56:07.523Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31752026-08-13T18:56:07.752Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31762026-08-13T18:56:07.773Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31772026-08-13T18:56:07.799Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31782026-08-13T18:56:07.828Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31792026-08-13T18:56:08.003Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31802026-08-13T18:56:08.010Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31812026-08-13T18:56:08.010Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31822026-08-13T18:56:08.018Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31832026-08-13T18:56:08.592Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31842026-08-13T18:56:08.741Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31852026-08-13T18:56:09.061Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31862026-08-13T18:56:09.111Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31872026-08-13T18:56:09.426Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31882026-08-13T18:56:09.510Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31892026-08-13T18:56:09.536Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31902026-08-13T18:56:09.560Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31912026-08-13T18:56:09.735Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31922026-08-13T18:56:09.786Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31932026-08-13T18:56:09.822Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31942026-08-13T18:56:09.849Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31952026-08-13T18:56:09.937Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31962026-08-13T18:56:10.054Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31972026-08-13T18:56:10.708Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31982026-08-13T18:56:10.907Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31992026-08-13T18:56:10.998Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32002026-08-13T18:56:11.196Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32012026-08-13T18:56:11.279Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32022026-08-13T18:56:11.358Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32032026-08-13T18:56:11.384Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32042026-08-13T18:56:11.503Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32052026-08-13T18:56:11.575Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32062026-08-13T18:56:11.600Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32072026-08-13T18:56:11.624Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32082026-08-13T18:56:11.745Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32092026-08-13T18:56:11.778Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32102026-08-13T18:56:11.802Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32112026-08-13T18:56:11.824Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32122026-08-13T18:56:12.119Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32132026-08-13T18:56:12.122Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32142026-08-13T18:56:12.122Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32152026-08-13T18:56:12.188Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-08-13T18:56:12.188Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32172026-08-13T18:56:12.191Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32182026-08-13T18:56:12.388Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32192026-08-13T18:56:12.465Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32202026-08-13T18:56:12.488Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32212026-08-13T18:56:12.510Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32222026-08-13T18:56:12.553Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32232026-08-13T18:56:12.710Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32242026-08-13T18:56:12.713Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32252026-08-13T18:56:12.778Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32262026-08-13T18:56:12.800Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32272026-08-13T18:56:12.866Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32282026-08-13T18:56:12.908Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32292026-08-13T18:56:13.020Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32302026-08-13T18:56:13.065Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-08-13T18:56:13.106Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32322026-08-13T18:56:13.173Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32332026-08-13T18:56:13.396Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32342026-08-13T18:56:13.418Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32352026-08-13T18:56:13.441Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32362026-08-13T18:56:13.961Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32372026-08-13T18:56:14.150Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32382026-08-13T18:56:14.446Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32392026-08-13T18:56:15.232Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32402026-08-13T18:56:15.268Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32412026-08-13T18:56:15.417Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32422026-08-13T18:56:15.442Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32432026-08-13T18:56:15.496Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32442026-08-13T18:56:16.190Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-08-13T18:56:16.842Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32462026-08-13T18:56:17.103Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32472026-08-13T18:56:17.541Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32482026-08-13T18:56:17.589Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32492026-08-13T18:56:17.821Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32502026-08-13T18:56:18.104Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32512026-08-13T18:56:18.561Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32522026-08-13T18:56:18.984Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32532026-08-13T18:56:19.058Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32542026-08-13T18:56:19.085Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32552026-08-13T18:56:19.285Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32562026-08-13T18:56:19.389Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572026-08-13T18:56:19.845Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32582026-08-13T18:56:20.082Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32592026-08-13T18:56:20.411Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32602026-08-13T18:56:20.605Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-08-13T18:56:20.695Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32622026-08-13T18:56:21.146Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-08-13T18:56:21.237Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32642026-08-13T18:56:21.696Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32652026-08-13T18:56:22.011Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32662026-08-13T18:56:22.423Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32672026-08-13T18:56:22.562Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32682026-08-13T18:56:22.865Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32692026-08-13T18:56:22.955Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32702026-08-13T18:56:23.892Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32712026-08-13T18:56:24.196Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32722026-08-13T18:56:24.242Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32732026-08-13T18:56:24.510Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32742026-08-13T18:56:24.814Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32752026-08-13T18:56:24.848Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32762026-08-13T18:56:25.307Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32772026-08-13T18:56:25.371Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32782026-08-13T18:56:26.587Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32792026-08-13T18:56:26.622Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32802026-08-13T18:56:28.000Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32812026-08-13T18:56:29.412Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32822026-08-13T18:56:29.933Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32832026-08-13T18:56:31.186Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-08-13T18:56:31.224Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32852026-08-13T18:56:31.918Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32862026-08-13T18:56:32.184Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32872026-08-13T18:56:32.305Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32882026-08-13T18:56:33.360Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32892026-08-13T18:56:33.736Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32902026-08-13T18:56:33.948Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32912026-08-13T18:56:34.671Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32922026-08-13T18:56:35.503Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32932026-08-13T18:56:35.701Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32942026-08-13T18:56:36.533Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32952026-08-13T18:56:37.021Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32962026-08-13T18:56:37.187Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32972026-08-13T18:56:37.293Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32982026-08-13T18:56:37.777Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32992026-08-13T18:56:37.878Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33002026-08-13T18:56:37.942Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33012026-08-13T18:56:38.181Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33022026-08-13T18:56:38.443Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33032026-08-13T18:56:38.500Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33042026-08-13T18:56:39.226Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33052026-08-13T18:56:39.640Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33062026-08-13T18:56:39.818Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33072026-08-13T18:56:39.902Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33082026-08-13T18:56:40.002Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33092026-08-13T18:56:40.362Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33102026-08-13T18:56:40.611Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33112026-08-13T18:56:40.741Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33122026-08-13T18:56:41.686Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33132026-08-13T18:56:42.222Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33142026-08-13T18:56:43.405Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33152026-08-13T18:56:45.590Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33162026-08-13T18:56:46.932Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33172026-08-13T18:56:47.399Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33182026-08-13T18:56:47.918Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33192026-08-13T18:56:49.748Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33202026-08-13T18:56:51.730Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33212026-08-13T18:56:52.193Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33222026-08-13T18:56:52.772Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33232026-08-13T18:56:53.650Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33242026-08-13T18:56:55.375Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33252026-08-13T18:56:56.888Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33262026-08-13T18:56:57.786Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33272026-08-13T18:56:57.851Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33282026-08-13T18:56:58.664Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33292026-08-13T18:57:01.338Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33302026-08-13T18:57:04.473Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33312026-08-13T18:57:05.227Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33322026-08-13T18:57:05.826Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33332026-08-13T18:57:06.722Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33342026-08-13T18:57:07.678Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33352026-08-13T18:57:08.411Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33362026-08-13T18:57:09.150Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33372026-08-13T18:57:10.816Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33382026-08-13T18:57:11.287Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33392026-08-13T18:57:12.015Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33402026-08-13T18:57:12.489Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33412026-08-13T18:57:13.317Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33422026-08-13T18:57:14.231Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33432026-08-13T18:57:16.021Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33442026-08-13T18:57:18.432Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33452026-08-13T18:57:19.252Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33462026-08-13T18:57:20.523Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33472026-08-13T18:57:21.631Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-08-13T18:57:22.491Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33492026-08-13T18:57:23.971Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33502026-08-13T18:57:24.932Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33512026-08-13T18:57:26.417Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33522026-08-13T18:57:27.464Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33532026-08-13T18:57:28.406Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33542026-08-13T18:57:30.022Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33552026-08-13T18:57:30.876Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33562026-08-13T18:57:33.202Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33572026-08-13T18:57:35.525Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33582026-08-13T18:57:35.960Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33592026-08-13T18:57:37.017Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33602026-08-13T18:57:38.826Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33612026-08-13T18:57:40.291Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33622026-08-13T18:57:41.852Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33632026-08-13T18:57:43.585Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-08-13T18:57:44.957Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33652026-08-13T18:57:46.827Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33662026-08-13T18:57:51.622Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33672026-08-13T18:57:51.700Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33682026-08-13T18:57:53.372Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33692026-08-13T18:57:53.549Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33702026-08-13T18:57:55.331Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33712026-08-13T18:57:57.037Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33722026-08-13T18:57:58.846Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33732026-08-13T18:58:00.837Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33742026-08-13T18:58:02.625Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33752026-08-13T18:58:04.554Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33762026-08-13T18:58:06.121Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33772026-08-13T18:58:07.849Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33782026-08-13T18:58:09.625Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-08-13T18:58:11.320Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33802026-08-13T18:58:13.087Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33812026-08-13T18:58:14.819Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33822026-08-13T18:58:16.571Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33832026-08-13T18:58:18.118Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33842026-08-13T18:58:23.631Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33852026-08-13T18:58:25.418Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-08-13T18:58:27.240Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-08-13T18:58:28.925Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33882026-08-13T18:58:30.715Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33892026-08-13T18:58:32.907Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33902026-08-13T18:58:34.816Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33912026-08-13T18:58:38.867Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-08-13T18:58:41.877Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33932026-08-13T18:58:43.112Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33942026-08-13T18:58:43.514Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33952026-08-13T18:58:47.443Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33962026-08-13T18:58:49.572Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33972026-08-13T18:58:51.544Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33982026-08-13T18:58:54.069Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33992026-08-13T18:58:57.103Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34002026-08-13T18:58:59.181Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34012026-08-13T18:59:01.141Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34022026-08-13T18:59:03.638Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34032026-08-13T18:59:06.744Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34042026-08-13T18:59:09.016Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34052026-08-13T18:59:10.997Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34062026-08-13T18:59:13.337Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34072026-08-13T18:59:16.069Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34082026-08-13T18:59:18.595Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34092026-08-13T18:59:21.015Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34102026-08-13T18:59:23.427Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34112026-08-13T18:59:25.942Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34122026-08-13T18:59:28.407Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34132026-08-13T18:59:30.702Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34142026-08-13T18:59:33.403Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34152026-08-13T18:59:35.883Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34162026-08-13T18:59:38.312Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-08-13T18:59:40.833Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34182026-08-13T18:59:43.324Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34192026-08-13T18:59:45.770Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34202026-08-13T18:59:48.280Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34212026-08-13T18:59:50.923Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34222026-08-13T18:59:53.386Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34232026-08-13T18:59:55.954Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34242026-08-13T18:59:58.452Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34252026-08-13T19:00:00.958Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34262026-08-13T19:00:03.494Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34272026-08-13T19:00:05.888Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34282026-08-13T19:00:08.546Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34292026-08-13T19:00:11.190Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34302026-08-13T19:00:13.767Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34312026-08-13T19:00:16.227Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34322026-08-13T19:00:18.799Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-08-13T19:00:21.370Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34342026-08-13T19:00:23.857Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34352026-08-13T19:00:26.436Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34362026-08-13T19:00:29.030Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34372026-08-13T19:00:31.424Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34382026-08-13T19:00:34.072Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34392026-08-13T19:00:36.684Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34402026-08-13T19:00:39.297Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34412026-08-13T19:00:41.692Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34422026-08-13T19:00:44.113Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34432026-08-13T19:00:47.545Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34442026-08-13T19:00:49.657Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34452026-08-13T19:00:52.223Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34462026-08-13T19:00:55.182Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34472026-08-13T19:00:57.873Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34482026-08-13T19:01:00.463Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34492026-08-13T19:01:03.100Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34502026-08-13T19:01:05.846Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34512026-08-13T19:01:08.483Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34522026-08-13T19:01:11.237Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34532026-08-13T19:01:14.399Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-08-13T19:01:16.826Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34552026-08-13T19:01:24.794Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34562026-08-13T19:01:25.156Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34572026-08-13T19:01:28.482Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34582026-08-13T19:01:31.945Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34592026-08-13T19:01:35.581Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34602026-08-13T19:01:39.026Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34612026-08-13T19:01:42.509Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34622026-08-13T19:01:47.498Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34632026-08-13T19:01:50.441Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34642026-08-13T19:01:54.302Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34652026-08-13T19:01:58.070Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34662026-08-13T19:02:02.103Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34672026-08-13T19:02:05.807Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34682026-08-13T19:02:09.581Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34692026-08-13T19:02:13.345Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34702026-08-13T19:02:17.166Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34712026-08-13T19:02:20.991Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34722026-08-13T19:02:24.851Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34732026-08-13T19:02:28.658Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34742026-08-13T19:02:32.446Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34752026-08-13T19:02:36.234Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34762026-08-13T19:02:40.057Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34772026-08-13T19:02:43.930Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34782026-08-13T19:02:47.759Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34792026-08-13T19:03:18.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 16s
34802026-08-13T19:03:18.439Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34812026-08-13T19:03:18.539Z
34822026-08-13T19:03:18.542Zreal 7:16.565723711
34832026-08-13T19:03:18.542Zuser 19:52.622987427
34842026-08-13T19:03:18.542Zsys 4:15.946692915
34852026-08-13T19:03:18.542Ztrap 0.303173157
34862026-08-13T19:03:18.542Ztflt 0.035027313
34872026-08-13T19:03:18.542Zdflt 0.109824689
34882026-08-13T19:03:18.542Zkflt 0.000019950
34892026-08-13T19:03:18.542Zlock 6:54:25.576704199
34902026-08-13T19:03:18.542Zslp 2:26:12.035929563
34912026-08-13T19:03:18.542Zlat 37.171992321
34922026-08-13T19:03:18.542Zstop 2:08.619573011
34932026-08-13T19:03:18.542Zprocess exited: duration 821493 ms, exit code 0
 
34942026-08-13T19:03:18.548Zfound 0 output files