01KY5B8311R41AA1YKRVWT0AAP: clippy (helios)

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

Buildomat Job: 01KY5B94R2NHS5CG15PKS0PQTR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T16:42:51.472Zjob assigned to worker 01KY5B9GKZ2BAN7FPNNS6CK2YS [factory aws, i-0a75a445abd82eab9] (queued for 53 s)
 
22026-07-22T16:42:57.997Zstarting task 0: "setup"
32026-07-22T16:42:58.008Z++ uname -s
42026-07-22T16:42:58.008Z+ kern=SunOS
52026-07-22T16:42:58.008Z+ build_user=build
62026-07-22T16:42:58.008Z+ build_uid=12345
72026-07-22T16:42:58.008Z+ work_dir=/work
82026-07-22T16:42:58.008Z+ input_dir=/input
92026-07-22T16:42:58.008Z+ [[ 0 == 12345 ]]
102026-07-22T16:42:58.008Z+ case "$kern" in
112026-07-22T16:42:58.008Z+ groupadd -g 12345 build
122026-07-22T16:42:58.008Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T16:43:00.005Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T16:43:00.081Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T16:43:00.087Z+ home_fs=zfs
162026-07-22T16:43:00.087Z+ [[ zfs == autofs ]]
172026-07-22T16:43:00.088Z+ mkdir -p /home/build
182026-07-22T16:43:00.088Z+ chown build:build /home/build /work
192026-07-22T16:43:02.099Z+ chmod 0700 /home/build /work
202026-07-22T16:43:02.104Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-22T16:43:02.131Zstarting task 1: "rust-toolchain"
222026-07-22T16:43:02.145Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T16:43:02.146Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T16:43:02.146Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T16:43:02.146Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-22T16:43:02.146Z * rust toolchain channel = "1.96.1"
272026-07-22T16:43:02.146Z * rust toolchain profile = "default"
282026-07-22T16:43:02.146Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T16:43:02.146Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T16:43:02.241Zinfo: downloading installer
312026-07-22T16:43:03.680Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T16:43:03.680Zwarn: /home/build/.rustup/settings.toml
332026-07-22T16:43:03.680Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T16:43:03.680Zwarn: instead of the one inferred from the default host triple.
352026-07-22T16:43:03.703Zinfo: profile set to default
362026-07-22T16:43:03.703Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T16:43:03.703Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T16:43:03.858Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T16:43:03.864Zinfo: downloading 6 components
402026-07-22T16:43:19.604Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T16:43:19.604Z
422026-07-22T16:43:19.614Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T16:43:19.614Z
442026-07-22T16:43:19.620Z
452026-07-22T16:43:19.620ZRust is installed now. Great!
462026-07-22T16:43:19.620Z
472026-07-22T16:43:19.620ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T16:43:19.620Zenvironment variable. This has not been done automatically.
492026-07-22T16:43:19.620Z
502026-07-22T16:43:19.620ZTo configure your current shell, you need to source
512026-07-22T16:43:19.620Zthe corresponding env file under $HOME/.cargo.
522026-07-22T16:43:19.620Z
532026-07-22T16:43:19.620ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T16:43:19.620Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T16:43:19.620Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T16:43:19.620Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T16:43:19.620Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T16:43:19.621Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T16:43:19.621Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T16:43:19.621Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T16:43:19.621Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T16:43:19.701Z+ rustup --version
632026-07-22T16:43:19.729Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T16:43:19.743Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T16:43:19.743Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T16:43:19.743Z+ cargo --version
672026-07-22T16:43:19.763Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T16:43:19.763Z+ rustc --version
692026-07-22T16:43:19.770Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T16:43:19.776Zprocess exited: duration 17642 ms, exit code 0
 
712026-07-22T16:43:19.792Zstarting task 2: "authentication"
722026-07-22T16:43:19.803Zprocess exited: duration 19 ms, exit code 0
 
732026-07-22T16:43:19.818Zstarting task 3: "clone repository"
742026-07-22T16:43:19.824Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T16:43:19.824Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T16:43:19.856ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T16:43:29.195Z+ cd /work/oxidecomputer/omicron
782026-07-22T16:43:29.195Z+ git fetch origin 672743c7c4a128edf1433f17e1367e73ea55b82c
792026-07-22T16:43:29.486ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T16:43:29.486Z * branch 672743c7c4a128edf1433f17e1367e73ea55b82c -> FETCH_HEAD
812026-07-22T16:43:29.500Z+ [[ -n john/sim-sa-cleanup-4 ]]
822026-07-22T16:43:29.507Z++ git branch --show-current
832026-07-22T16:43:29.507Z+ current=main
842026-07-22T16:43:29.507Z+ [[ main != john/sim-sa-cleanup-4 ]]
852026-07-22T16:43:29.507Z+ git branch -f john/sim-sa-cleanup-4 672743c7c4a128edf1433f17e1367e73ea55b82c
862026-07-22T16:43:29.507Z+ git checkout -f john/sim-sa-cleanup-4
872026-07-22T16:43:29.743ZSwitched to branch 'john/sim-sa-cleanup-4'
882026-07-22T16:43:29.746Z+ git reset --hard 672743c7c4a128edf1433f17e1367e73ea55b82c
892026-07-22T16:43:29.759ZHEAD is now at 672743c7c sim-sled-agent: remove legacy disks and datasets config fns/types
902026-07-22T16:43:29.823Zprocess exited: duration 9948 ms, exit code 0
 
912026-07-22T16:43:29.835Zstarting task 4: "build"
922026-07-22T16:43:29.840Z+ source ./env.sh
932026-07-22T16:43:29.840Z++ OLD_SHELL_OPTS=ehxB
942026-07-22T16:43:29.840Z++ set -o xtrace
952026-07-22T16:43:29.847Z++++ dirname ./env.sh
962026-07-22T16:43:29.847Z+++ readlink -f .
972026-07-22T16:43:29.847Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.847Z++ 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-07-22T16:43:29.848Z++ 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-07-22T16:43:29.848Z++ case $OLD_SHELL_OPTS in
1092026-07-22T16:43:29.848Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-22T16:43:29.848Z+ source .github/buildomat/ci-env.sh
1112026-07-22T16:43:29.848Z++ export CARGO_TERM_COLOR=always
1122026-07-22T16:43:29.848Z++ CARGO_TERM_COLOR=always
1132026-07-22T16:43:29.856Z+++ uname -s
1142026-07-22T16:43:29.857Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-22T16:43:29.857Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-22T16:43:29.857Z+ cargo --version
1172026-07-22T16:43:29.860Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-22T16:43:29.860Z+ rustc --version
1192026-07-22T16:43:29.877Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-22T16:43:29.880Z+ banner prerequisites
1212026-07-22T16:43:29.885Z
1222026-07-22T16:43:29.885Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-22T16:43:29.885Z # # # # # # # # # # # # # # #
1242026-07-22T16:43:29.886Z # # # # ##### # # ##### # # # # # #### #
1252026-07-22T16:43:29.886Z ##### ##### # ##### # # # # # # # # #
1262026-07-22T16:43:29.886Z # # # # # # # # # # # # # # #
1272026-07-22T16:43:29.886Z # # # ###### # # ###### ### # #### # #### #
1282026-07-22T16:43:29.886Z
1292026-07-22T16:43:29.886Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-22T16:43:31.575Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-22T16:43:31.777Z Startup: Caching catalogs ... Done
1322026-07-22T16:43:32.739ZPlanning: Solver setup ... Done (0.884s)
1332026-07-22T16:43:32.776ZPlanning: Running solver ... Done (0.039s)
1342026-07-22T16:43:32.814ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-22T16:43:32.820ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-22T16:43:32.831ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-22T16:43:32.848ZPlanning: Package planning ... Done (0.013s)
1382026-07-22T16:43:32.851ZPlanning: Merging actions ... Done (0.001s)
1392026-07-22T16:43:33.057ZPlanning: Checking for conflicting actions ... Done (0.200s)
1402026-07-22T16:43:33.066ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-22T16:43:33.847ZPlanning: Evaluating mediators ... Done (0.799s)
1422026-07-22T16:43:33.851ZPlanning: Planning completed in 2.04 seconds
1432026-07-22T16:43:33.858Z Packages to install: 2
1442026-07-22T16:43:33.858Z Estimated space available: 156.06 GB
1452026-07-22T16:43:33.862ZEstimated space to be consumed: 48.03 MB
1462026-07-22T16:43:33.862Z Create boot environment: No
1472026-07-22T16:43:33.862ZCreate backup boot environment: No
1482026-07-22T16:43:33.862Z Rebuild boot archive: No
1492026-07-22T16:43:33.862Z
1502026-07-22T16:43:33.862ZChanged packages:
1512026-07-22T16:43:33.862Zhelios
1522026-07-22T16:43:33.862Z developer/build-essential
1532026-07-22T16:43:33.862Z None -> 11-3.0
1542026-07-22T16:43:33.862Z library/libxmlsec1
1552026-07-22T16:43:33.862Z None -> 1.2.35-3.0
1562026-07-22T16:43:33.883Z
1572026-07-22T16:43:33.883ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-22T16:43:33.960ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1592026-07-22T16:43:34.033Z Actions: 1/268 actions (Installing new actions)
1602026-07-22T16:43:34.073Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-22T16:43:34.104ZFinalize: Updating package state database ... Done (0.019s)
1622026-07-22T16:43:34.111ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-22T16:43:34.143ZFinalize: Updating image state ... Done (0.051s)
1642026-07-22T16:43:36.547ZFinalize: Creating fast lookup database ... Done (2.367s)
1652026-07-22T16:43:36.613ZFinalize: Reading search index ... Done (0.012s)
1662026-07-22T16:43:36.616ZFinalize: Updating search index ... Done (0.000s)
1672026-07-22T16:43:36.712ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-22T16:43:37.043ZPlanning: Evaluating mediator changes ... Done
1692026-07-22T16:43:37.148ZPlanning: Checking for conflicting actions ... Done
1702026-07-22T16:43:37.151ZPlanning: Consolidating action changes ... Done
1712026-07-22T16:43:37.308ZPlanning: Evaluating mediators ... Done
1722026-07-22T16:43:37.313ZPlanning: Planning completed in 0.26 seconds
1732026-07-22T16:43:37.328Z Mediators to change: 2
1742026-07-22T16:43:37.328Z Create boot environment: No
1752026-07-22T16:43:37.332ZCreate backup boot environment: No
1762026-07-22T16:43:37.374ZFinalize: Updating package state database ... Done
1772026-07-22T16:43:37.374ZFinalize: Updating package cache ... Done
1782026-07-22T16:43:37.402ZFinalize: Updating image state ... Done
1792026-07-22T16:43:39.348ZFinalize: Creating fast lookup database ... Done
1802026-07-22T16:43:39.416ZFinalize: Reading search index ... Done
1812026-07-22T16:43:39.419ZFinalize: Updating search index ... Done
1822026-07-22T16:43:39.488ZFinalize: Updating package cache ... Done
1832026-07-22T16:43:39.771ZPlanning: Evaluating mediator changes ... Done
1842026-07-22T16:43:39.877ZPlanning: Checking for conflicting actions ... Done
1852026-07-22T16:43:39.880ZPlanning: Consolidating action changes ... Done
1862026-07-22T16:43:40.033ZPlanning: Evaluating mediators ... Done
1872026-07-22T16:43:40.037ZPlanning: Planning completed in 0.26 seconds
1882026-07-22T16:43:40.056Z Mediators to change: 1
1892026-07-22T16:43:40.059Z Create boot environment: No
1902026-07-22T16:43:40.059ZCreate backup boot environment: No
1912026-07-22T16:43:40.098ZFinalize: Updating package state database ... Done
1922026-07-22T16:43:40.098ZFinalize: Updating package cache ... Done
1932026-07-22T16:43:40.127ZFinalize: Updating image state ... Done
1942026-07-22T16:43:42.061ZFinalize: Creating fast lookup database ... Done
1952026-07-22T16:43:42.122ZFinalize: Reading search index ... Done
1962026-07-22T16:43:42.124ZFinalize: Updating search index ... Done
1972026-07-22T16:43:42.196ZFinalize: Updating package cache ... Done
1982026-07-22T16:43:42.504ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-22T16:43:42.504Zapache system 2.4 system
2002026-07-22T16:43:42.504Zclang system 15 system
2012026-07-22T16:43:42.504Zcsh system system illumos
2022026-07-22T16:43:42.504Zctags system system illumos
2032026-07-22T16:43:42.504Zfile vendor vendor darwinsys
2042026-07-22T16:43:42.504Zfile system system illumos
2052026-07-22T16:43:42.504Zgcc vendor 14 vendor
2062026-07-22T16:43:42.504Zgcc system 13 system
2072026-07-22T16:43:42.504Zgcc system 10 system
2082026-07-22T16:43:42.504Zgo system 1.25 system
2092026-07-22T16:43:42.504Zllvm system 15 system
2102026-07-22T16:43:42.504Zmariadb system 11.4 system
2112026-07-22T16:43:42.504Zmta vendor vendor dma
2122026-07-22T16:43:42.504Zopenjdk system 17 system
2132026-07-22T16:43:42.505Zopenjdk system 11 system
2142026-07-22T16:43:42.505Zopenssl vendor 3 vendor
2152026-07-22T16:43:42.505Zperl system 5.40 system
2162026-07-22T16:43:42.506Zpostgresql system 18 system
2172026-07-22T16:43:42.506Zpostgresql system 17 system
2182026-07-22T16:43:42.506Zpython vendor 3 vendor
2192026-07-22T16:43:42.506Zpython system 2 system
2202026-07-22T16:43:42.506Zpython3 vendor 3.13 vendor
2212026-07-22T16:43:42.506Zruby system 3.4 system
2222026-07-22T16:43:42.506Zruby system 3.0 system
2232026-07-22T16:43:42.506Zwords vendor vendor american-english
2242026-07-22T16:43:42.506Zwords system system australian-english
2252026-07-22T16:43:42.506Zwords system system british-english
2262026-07-22T16:43:42.506Zwords system system canadian-english
2272026-07-22T16:43:42.506Zwords system system french
2282026-07-22T16:43:42.506Zwords system system italian
2292026-07-22T16:43:42.506Zwords system system ngerman
2302026-07-22T16:43:42.506Zwords system system ogerman
2312026-07-22T16:43:42.506Zwords system system spanish
2322026-07-22T16:43:42.754ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-22T16:43:42.754Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-22T16:43:43.119ZFMRI IFO
2352026-07-22T16:43:43.119Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-22T16:43:43.119Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-22T16:43:43.119Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-22T16:43:43.119Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-22T16:43:43.119Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-22T16:43:43.119Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-22T16:43:43.119Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-22T16:43:43.119Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-22T16:43:43.119Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-22T16:43:43.401Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-22T16:43:43.639Z Updating crates.io index
2462026-07-22T16:43:43.641Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-22T16:43:43.879Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-22T16:43:44.193Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-22T16:43:45.098Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-22T16:43:45.626Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-22T16:43:47.334Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-22T16:43:48.071Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-22T16:43:48.322Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-22T16:43:48.627Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-22T16:43:49.709Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-22T16:43:49.927Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-22T16:43:50.217Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-22T16:43:50.455Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-22T16:43:50.882Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-22T16:43:51.369Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-22T16:43:51.589Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-22T16:43:51.805Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-22T16:43:52.064Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-22T16:43:52.376Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-22T16:43:52.577Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-22T16:43:52.800Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-22T16:43:53.045Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-22T16:43:53.407Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-22T16:43:53.756Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-22T16:43:53.976Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-22T16:43:54.380Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-22T16:43:54.613Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-22T16:43:54.974Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-22T16:43:55.254Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-22T16:43:55.459Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-22T16:43:55.682Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-22T16:43:56.009Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-22T16:43:56.349Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-22T16:43:56.610Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-22T16:43:56.914Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-22T16:43:57.149Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-22T16:43:57.409Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-22T16:43:57.692Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-22T16:43:57.932Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-22T16:43:58.177Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-22T16:43:58.390Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-22T16:44:01.261Z Downloading crates ...
2882026-07-22T16:44:01.314Z Downloaded anstream v1.0.0
2892026-07-22T16:44:01.360Z Downloaded crypto-common v0.1.7
2902026-07-22T16:44:01.360Z Downloaded colorchoice v1.0.4
2912026-07-22T16:44:01.369Z Downloaded once_cell v1.21.3
2922026-07-22T16:44:01.369Z Downloaded camino-tempfile v1.4.1
2932026-07-22T16:44:01.369Z Downloaded anyhow v1.0.102
2942026-07-22T16:44:01.369Z Downloaded plain v0.2.3
2952026-07-22T16:44:01.369Z Downloaded zmij v1.0.21
2962026-07-22T16:44:01.369Z Downloaded errno v0.3.14
2972026-07-22T16:44:01.370Z Downloaded cfg-if v1.0.4
2982026-07-22T16:44:01.370Z Downloaded thiserror v1.0.69
2992026-07-22T16:44:01.370Z Downloaded is_terminal_polyfill v1.70.2
3002026-07-22T16:44:01.370Z Downloaded fnv v1.0.7
3012026-07-22T16:44:01.370Z Downloaded dof v0.3.0
3022026-07-22T16:44:01.370Z Downloaded zerocopy v0.7.35
3032026-07-22T16:44:01.370Z Downloaded digest v0.10.7
3042026-07-22T16:44:01.370Z Downloaded heck v0.5.0
3052026-07-22T16:44:01.370Z Downloaded cpufeatures v0.2.17
3062026-07-22T16:44:01.370Z Downloaded dtrace-parser v0.2.0
3072026-07-22T16:44:01.370Z Downloaded fastrand v2.3.0
3082026-07-22T16:44:01.370Z Downloaded anstyle-parse v1.0.0
3092026-07-22T16:44:01.374Z Downloaded block-buffer v0.10.4
3102026-07-22T16:44:01.382Z Downloaded anstyle-query v1.1.5
3112026-07-22T16:44:01.404Z Downloaded itoa v1.0.17
3122026-07-22T16:44:01.404Z Downloaded macaddr v1.0.1
3132026-07-22T16:44:01.418Z Downloaded generic-array v0.14.7
3142026-07-22T16:44:01.418Z Downloaded strsim v0.11.1
3152026-07-22T16:44:01.418Z Downloaded equivalent v1.0.2
3162026-07-22T16:44:01.418Z Downloaded heck v0.4.1
3172026-07-22T16:44:01.418Z Downloaded toml_datetime v0.6.11
3182026-07-22T16:44:01.418Z Downloaded memmap v0.7.0
3192026-07-22T16:44:01.418Z Downloaded scroll_derive v0.12.1
3202026-07-22T16:44:01.418Z Downloaded cargo-platform v0.3.2
3212026-07-22T16:44:01.418Z Downloaded clap_lex v1.0.0
3222026-07-22T16:44:01.425Z Downloaded utf8parse v0.2.2
3232026-07-22T16:44:01.425Z Downloaded tabled_derive v0.7.0
3242026-07-22T16:44:01.425Z Downloaded version_check v0.9.5
3252026-07-22T16:44:01.425Z Downloaded usdt-macro v0.5.0
3262026-07-22T16:44:01.425Z Downloaded toml_write v0.1.2
3272026-07-22T16:44:01.425Z Downloaded terminal_size v0.4.3
3282026-07-22T16:44:01.425Z Downloaded smawk v0.3.2
3292026-07-22T16:44:01.425Z Downloaded serde_spanned v0.6.9
3302026-07-22T16:44:01.435Z Downloaded papergrid v0.11.0
3312026-07-22T16:44:01.435Z Downloaded pretty-hex v0.4.1
3322026-07-22T16:44:01.435Z Downloaded getrandom v0.4.1
3332026-07-22T16:44:01.451Z Downloaded thread-id v4.2.2
3342026-07-22T16:44:01.451Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-22T16:44:01.469Z Downloaded swrite v0.1.0
3362026-07-22T16:44:01.469Z Downloaded unicode-linebreak v0.1.5
3372026-07-22T16:44:01.469Z Downloaded usdt-attr-macro v0.5.0
3382026-07-22T16:44:01.493Z Downloaded usdt v0.5.0
3392026-07-22T16:44:01.493Z Downloaded indexmap v2.14.0
3402026-07-22T16:44:01.501Z Downloaded clap_derive v4.6.1
3412026-07-22T16:44:01.501Z Downloaded autocfg v1.5.0
3422026-07-22T16:44:01.501Z Downloaded cargo_metadata v0.23.1
3432026-07-22T16:44:01.501Z Downloaded anstyle v1.0.14
3442026-07-22T16:44:01.501Z Downloaded bytecount v0.6.9
3452026-07-22T16:44:01.501Z Downloaded thiserror v2.0.18
3462026-07-22T16:44:01.529Z Downloaded thiserror-impl v2.0.18
3472026-07-22T16:44:01.529Z Downloaded fs-err v3.3.0
3482026-07-22T16:44:01.529Z Downloaded semver v1.0.28
3492026-07-22T16:44:01.529Z Downloaded sha2 v0.10.9
3502026-07-22T16:44:01.529Z Downloaded usdt-impl v0.5.0
3512026-07-22T16:44:01.529Z Downloaded quote v1.0.45
3522026-07-22T16:44:01.529Z Downloaded byteorder v1.5.0
3532026-07-22T16:44:01.529Z Downloaded proc-macro-error v1.0.4
3542026-07-22T16:44:01.529Z Downloaded cargo_toml v0.21.0
3552026-07-22T16:44:01.529Z Downloaded thiserror-impl v1.0.69
3562026-07-22T16:44:01.529Z Downloaded pest_derive v2.8.6
3572026-07-22T16:44:01.529Z Downloaded ucd-trie v0.1.7
3582026-07-22T16:44:01.538Z Downloaded camino v1.2.2
3592026-07-22T16:44:01.538Z Downloaded tempfile v3.25.0
3602026-07-22T16:44:01.538Z Downloaded toml v0.8.23
3612026-07-22T16:44:01.538Z Downloaded clap v4.6.1
3622026-07-22T16:44:01.543Z Downloaded serde_tokenstream v0.2.3
3632026-07-22T16:44:01.543Z Downloaded scroll v0.12.0
3642026-07-22T16:44:01.544Z Downloaded textwrap v0.16.2
3652026-07-22T16:44:01.554Z Downloaded pest_meta v2.8.6
3662026-07-22T16:44:01.554Z Downloaded log v0.4.29
3672026-07-22T16:44:01.554Z Downloaded bitflags v2.11.0
3682026-07-22T16:44:01.566Z Downloaded zerocopy-derive v0.7.35
3692026-07-22T16:44:01.566Z Downloaded pest_generator v2.8.6
3702026-07-22T16:44:01.566Z Downloaded unicode-ident v1.0.24
3712026-07-22T16:44:01.566Z Downloaded serde_derive v1.0.228
3722026-07-22T16:44:01.571Z Downloaded proc-macro2 v1.0.106
3732026-07-22T16:44:01.599Z Downloaded toml_edit v0.22.27
3742026-07-22T16:44:01.611Z Downloaded serde_core v1.0.228
3752026-07-22T16:44:01.611Z Downloaded clap_builder v4.6.0
3762026-07-22T16:44:01.611Z Downloaded memchr v2.8.0
3772026-07-22T16:44:01.611Z Downloaded serde v1.0.228
3782026-07-22T16:44:01.611Z Downloaded typenum v1.20.1
3792026-07-22T16:44:01.619Z Downloaded pest v2.8.6
3802026-07-22T16:44:01.630Z Downloaded hashbrown v0.17.0
3812026-07-22T16:44:01.642Z Downloaded serde_json v1.0.150
3822026-07-22T16:44:01.654Z Downloaded goblin v0.8.2
3832026-07-22T16:44:01.664Z Downloaded winnow v0.7.14
3842026-07-22T16:44:01.674Z Downloaded tabled v0.15.0
3852026-07-22T16:44:01.687Z Downloaded unicode-width v0.2.0
3862026-07-22T16:44:01.694Z Downloaded syn v1.0.109
3872026-07-22T16:44:01.708Z Downloaded syn v2.0.117
3882026-07-22T16:44:01.708Z Downloaded unicode-width v0.1.14
3892026-07-22T16:44:01.725Z Downloaded rustix v1.1.3
3902026-07-22T16:44:01.738Z Downloaded libc v0.2.185
3912026-07-22T16:44:01.812Z Compiling proc-macro2 v1.0.106
3922026-07-22T16:44:01.812Z Compiling quote v1.0.45
3932026-07-22T16:44:01.812Z Compiling unicode-ident v1.0.24
3942026-07-22T16:44:01.819Z Compiling serde_core v1.0.228
3952026-07-22T16:44:01.819Z Compiling libc v0.2.185
3962026-07-22T16:44:01.819Z Compiling version_check v0.9.5
3972026-07-22T16:44:01.819Z Compiling memchr v2.8.0
3982026-07-22T16:44:01.819Z Compiling serde v1.0.228
3992026-07-22T16:44:02.116Z Compiling zmij v1.0.21
4002026-07-22T16:44:02.431Z Compiling itoa v1.0.17
4012026-07-22T16:44:02.459Z Compiling thiserror v1.0.69
4022026-07-22T16:44:02.642Z Compiling ucd-trie v0.1.7
4032026-07-22T16:44:02.706Z Compiling byteorder v1.5.0
4042026-07-22T16:44:02.784Z Compiling pest v2.8.6
4052026-07-22T16:44:02.862Z Compiling rustix v1.1.3
4062026-07-22T16:44:02.930Z Compiling errno v0.3.14
4072026-07-22T16:44:02.941Z Compiling serde_json v1.0.150
4082026-07-22T16:44:03.137Z Compiling bitflags v2.11.0
4092026-07-22T16:44:03.310Z Compiling syn v2.0.117
4102026-07-22T16:44:03.376Z Compiling thread-id v4.2.2
4112026-07-22T16:44:03.398Z Compiling usdt-impl v0.5.0
4122026-07-22T16:44:03.465Z Compiling proc-macro-error-attr v1.0.4
4132026-07-22T16:44:03.586Z Compiling camino v1.2.2
4142026-07-22T16:44:03.613Z Compiling syn v1.0.109
4152026-07-22T16:44:03.812Z Compiling pest_meta v2.8.6
4162026-07-22T16:44:04.005Z Compiling proc-macro-error v1.0.4
4172026-07-22T16:44:04.018Z Compiling hashbrown v0.17.0
4182026-07-22T16:44:04.018Z Compiling plain v0.2.3
4192026-07-22T16:44:04.181Z Compiling log v0.4.29
4202026-07-22T16:44:04.241Z Compiling getrandom v0.4.1
4212026-07-22T16:44:04.383Z Compiling equivalent v1.0.2
4222026-07-22T16:44:04.517Z Compiling utf8parse v0.2.2
4232026-07-22T16:44:04.532Z Compiling indexmap v2.14.0
4242026-07-22T16:44:04.537Z Compiling terminal_size v0.4.3
4252026-07-22T16:44:04.643Z Compiling anstyle-parse v1.0.0
4262026-07-22T16:44:05.125Z Compiling autocfg v1.5.0
4272026-07-22T16:44:05.130Z Compiling colorchoice v1.0.4
4282026-07-22T16:44:05.220Z Compiling thiserror v2.0.18
4292026-07-22T16:44:05.263Z Compiling anstyle v1.0.14
4302026-07-22T16:44:05.283Z Compiling anstyle-query v1.1.5
4312026-07-22T16:44:05.392Z Compiling toml_write v0.1.2
4322026-07-22T16:44:05.409Z Compiling cfg-if v1.0.4
4332026-07-22T16:44:05.483Z Compiling pest_generator v2.8.6
4342026-07-22T16:44:05.500Z Compiling pretty-hex v0.4.1
4352026-07-22T16:44:05.505Z Compiling is_terminal_polyfill v1.70.2
4362026-07-22T16:44:05.553Z Compiling winnow v0.7.14
4372026-07-22T16:44:05.619Z Compiling anstream v1.0.0
4382026-07-22T16:44:05.630Z Compiling fs-err v3.3.0
4392026-07-22T16:44:05.833Z Compiling once_cell v1.21.3
4402026-07-22T16:44:07.487Z Compiling heck v0.5.0
4412026-07-22T16:44:07.745Z Compiling unicode-width v0.1.14
4422026-07-22T16:44:07.745Z Compiling clap_lex v1.0.0
4432026-07-22T16:44:07.745Z Compiling fnv v1.0.7
4442026-07-22T16:44:07.746Z Compiling heck v0.4.1
4452026-07-22T16:44:07.746Z Compiling fastrand v2.3.0
4462026-07-22T16:44:07.746Z Compiling strsim v0.11.1
4472026-07-22T16:44:07.746Z Compiling anyhow v1.0.102
4482026-07-22T16:44:07.746Z Compiling bytecount v0.6.9
4492026-07-22T16:44:07.746Z Compiling papergrid v0.11.0
4502026-07-22T16:44:07.746Z Compiling clap_builder v4.6.0
4512026-07-22T16:44:07.746Z Compiling tempfile v3.25.0
4522026-07-22T16:44:07.746Z Compiling cargo-platform v0.3.2
4532026-07-22T16:44:07.746Z Compiling tabled_derive v0.7.0
4542026-07-22T16:44:07.746Z Compiling semver v1.0.28
4552026-07-22T16:44:07.746Z Compiling memmap v0.7.0
4562026-07-22T16:44:07.746Z Compiling unicode-width v0.2.0
4572026-07-22T16:44:07.746Z Compiling smawk v0.3.2
4582026-07-22T16:44:07.746Z Compiling unicode-linebreak v0.1.5
4592026-07-22T16:44:07.746Z Compiling serde_derive v1.0.228
4602026-07-22T16:44:07.747Z Compiling thiserror-impl v1.0.69
4612026-07-22T16:44:07.747Z Compiling zerocopy-derive v0.7.35
4622026-07-22T16:44:07.747Z Compiling pest_derive v2.8.6
4632026-07-22T16:44:07.747Z Compiling scroll_derive v0.12.1
4642026-07-22T16:44:07.861Z Compiling thiserror-impl v2.0.18
4652026-07-22T16:44:07.967Z Compiling clap_derive v4.6.1
4662026-07-22T16:44:07.967Z Compiling tabled v0.15.0
4672026-07-22T16:44:08.219Z Compiling zerocopy v0.7.35
4682026-07-22T16:44:08.317Z Compiling scroll v0.12.0
4692026-07-22T16:44:08.527Z Compiling goblin v0.8.2
4702026-07-22T16:44:08.654Z Compiling dtrace-parser v0.2.0
4712026-07-22T16:44:09.071Z Compiling textwrap v0.16.2
4722026-07-22T16:44:09.196Z Compiling camino-tempfile v1.4.1
4732026-07-22T16:44:09.425Z Compiling swrite v0.1.0
4742026-07-22T16:44:09.615Z Compiling clap v4.6.1
4752026-07-22T16:44:10.305Z Compiling dof v0.3.0
4762026-07-22T16:44:10.305Z Compiling serde_tokenstream v0.2.3
4772026-07-22T16:44:10.314Z Compiling toml_datetime v0.6.11
4782026-07-22T16:44:10.337Z Compiling serde_spanned v0.6.9
4792026-07-22T16:44:10.341Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-07-22T16:44:10.389Z Compiling cargo_metadata v0.23.1
4812026-07-22T16:44:10.400Z Compiling macaddr v1.0.1
4822026-07-22T16:44:10.482Z Compiling toml_edit v0.22.27
4832026-07-22T16:44:11.056Z Compiling usdt-macro v0.5.0
4842026-07-22T16:44:11.081Z Compiling usdt-attr-macro v0.5.0
4852026-07-22T16:44:11.668Z Compiling usdt v0.5.0
4862026-07-22T16:44:11.798Z Compiling toml v0.8.23
4872026-07-22T16:44:12.120Z Compiling cargo_toml v0.21.0
4882026-07-22T16:44:13.426Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-22T16:44:15.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.13s
4902026-07-22T16:44:15.579Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-22T16:44:16.128Z Downloading crates ...
4922026-07-22T16:44:16.175Z Downloaded adler2 v2.0.1
4932026-07-22T16:44:16.194Z Downloaded anstyle-parse v0.2.7
4942026-07-22T16:44:16.194Z Downloaded bitfield v0.19.4
4952026-07-22T16:44:16.194Z Downloaded cfg_aliases v0.1.1
4962026-07-22T16:44:16.194Z Downloaded bs58 v0.5.1
4972026-07-22T16:44:16.194Z Downloaded bytes v1.11.1
4982026-07-22T16:44:16.226Z Downloaded arrayref v0.3.9
4992026-07-22T16:44:16.226Z Downloaded aead v0.5.2
5002026-07-22T16:44:16.226Z Downloaded cookie_store v0.22.1
5012026-07-22T16:44:16.227Z Downloaded convert_case v0.4.0
5022026-07-22T16:44:16.227Z Downloaded bb8 v0.8.6
5032026-07-22T16:44:16.227Z Downloaded atomicwrites v0.4.4
5042026-07-22T16:44:16.227Z Downloaded crc8 v0.1.1
5052026-07-22T16:44:16.227Z Downloaded crc-catalog v2.4.0
5062026-07-22T16:44:16.227Z Downloaded crc32fast v1.5.0
5072026-07-22T16:44:16.227Z Downloaded async-stream-impl v0.3.6
5082026-07-22T16:44:16.228Z Downloaded allocator-api2 v0.2.21
5092026-07-22T16:44:16.228Z Downloaded darling_macro v0.13.4
5102026-07-22T16:44:16.228Z Downloaded bitfield-macros v0.19.4
5112026-07-22T16:44:16.228Z Downloaded crypto-common v0.2.2
5122026-07-22T16:44:16.228Z Downloaded crossbeam-channel v0.5.15
5132026-07-22T16:44:16.250Z Downloaded anstream v0.6.21
5142026-07-22T16:44:16.250Z Downloaded crossbeam-epoch v0.9.18
5152026-07-22T16:44:16.250Z Downloaded darling_macro v0.20.11
5162026-07-22T16:44:16.250Z Downloaded darling v0.21.3
5172026-07-22T16:44:16.250Z Downloaded crossbeam-deque v0.8.6
5182026-07-22T16:44:16.250Z Downloaded atty v0.2.14
5192026-07-22T16:44:16.250Z Downloaded critical-section v1.2.0
5202026-07-22T16:44:16.250Z Downloaded argon2 v0.6.0-rc.8
5212026-07-22T16:44:16.250Z Downloaded csv-core v0.1.13
5222026-07-22T16:44:16.250Z Downloaded crc v3.4.0
5232026-07-22T16:44:16.250Z Downloaded array-init v0.0.4
5242026-07-22T16:44:16.250Z Downloaded bit-set v0.8.0
5252026-07-22T16:44:16.251Z Downloaded ciborium-io v0.2.2
5262026-07-22T16:44:16.251Z Downloaded cpufeatures v0.3.0
5272026-07-22T16:44:16.251Z Downloaded ctutils v0.4.2
5282026-07-22T16:44:16.251Z Downloaded darling_core v0.13.4
5292026-07-22T16:44:16.251Z Downloaded cookie v0.18.1
5302026-07-22T16:44:16.251Z Downloaded bit-set v0.5.3
5312026-07-22T16:44:16.251Z Downloaded bcrypt-pbkdf v0.11.0
5322026-07-22T16:44:16.251Z Downloaded atomic-waker v1.1.2
5332026-07-22T16:44:16.261Z Downloaded aead v0.6.1
5342026-07-22T16:44:16.261Z Downloaded base16ct v0.2.0
5352026-07-22T16:44:16.261Z Downloaded crossterm v0.28.1
5362026-07-22T16:44:16.261Z Downloaded crucible-workspace-hack v0.1.0
5372026-07-22T16:44:16.261Z Downloaded bitfield-struct v0.6.2
5382026-07-22T16:44:16.261Z Downloaded ascii-canvas v3.0.0
5392026-07-22T16:44:16.261Z Downloaded darling_macro v0.23.0
5402026-07-22T16:44:16.261Z Downloaded darling_macro v0.21.3
5412026-07-22T16:44:16.261Z Downloaded block-padding v0.4.2
5422026-07-22T16:44:16.261Z Downloaded base16ct v1.0.0
5432026-07-22T16:44:16.272Z Downloaded curve25519-dalek-derive v0.1.1
5442026-07-22T16:44:16.273Z Downloaded block-buffer v0.12.1
5452026-07-22T16:44:16.273Z Downloaded castaway v0.2.4
5462026-07-22T16:44:16.273Z Downloaded dtrace-parser v0.3.0
5472026-07-22T16:44:16.273Z Downloaded display-error-chain v0.2.2
5482026-07-22T16:44:16.273Z Downloaded cobs v0.3.0
5492026-07-22T16:44:16.282Z Downloaded cfg_aliases v0.2.1
5502026-07-22T16:44:16.282Z Downloaded crunchy v0.2.4
5512026-07-22T16:44:16.282Z Downloaded endian-type v0.1.2
5522026-07-22T16:44:16.282Z Downloaded embedded-io v0.6.1
5532026-07-22T16:44:16.282Z Downloaded darling v0.13.4
5542026-07-22T16:44:16.282Z Downloaded compression-core v0.4.31
5552026-07-22T16:44:16.282Z Downloaded cpubits v0.1.1
5562026-07-22T16:44:16.287Z Downloaded dunce v1.0.5
5572026-07-22T16:44:16.287Z Downloaded dirs-next v2.0.0
5582026-07-22T16:44:16.287Z Downloaded async-stream v0.3.6
5592026-07-22T16:44:16.287Z Downloaded downcast-rs v2.0.2
5602026-07-22T16:44:16.287Z Downloaded difflib v0.4.0
5612026-07-22T16:44:16.287Z Downloaded ciborium-ll v0.2.2
5622026-07-22T16:44:16.287Z Downloaded enum-as-inner v0.6.1
5632026-07-22T16:44:16.292Z Downloaded embedded-io v0.4.0
5642026-07-22T16:44:16.310Z Downloaded cassowary v0.3.0
5652026-07-22T16:44:16.310Z Downloaded assert_matches v1.5.0
5662026-07-22T16:44:16.310Z Downloaded defmt v0.3.100
5672026-07-22T16:44:16.310Z Downloaded daft-derive v0.1.7
5682026-07-22T16:44:16.310Z Downloaded corncobs v0.1.4
5692026-07-22T16:44:16.310Z Downloaded bit-vec v0.8.0
5702026-07-22T16:44:16.310Z Downloaded arrayvec v0.7.6
5712026-07-22T16:44:16.317Z Downloaded env_filter v1.0.0
5722026-07-22T16:44:16.317Z Downloaded derive_builder_macro v0.20.2
5732026-07-22T16:44:16.327Z Downloaded bitflags v1.3.2
5742026-07-22T16:44:16.327Z Downloaded dof v0.4.0
5752026-07-22T16:44:16.327Z Downloaded defmt-parser v1.0.0
5762026-07-22T16:44:16.327Z Downloaded backoff v0.4.0
5772026-07-22T16:44:16.327Z Downloaded dropshot-api-manager-types v0.7.2
5782026-07-22T16:44:16.328Z Downloaded dirs-sys-next v0.1.2
5792026-07-22T16:44:16.328Z Downloaded cstr-argument v0.1.2
5802026-07-22T16:44:16.328Z Downloaded digest-io v0.1.0
5812026-07-22T16:44:16.341Z Downloaded base64 v0.22.1
5822026-07-22T16:44:16.341Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-07-22T16:44:16.341Z Downloaded fd-lock v4.0.4
5842026-07-22T16:44:16.341Z Downloaded flagset v0.4.7
5852026-07-22T16:44:16.341Z Downloaded foreign-types-macros v0.2.3
5862026-07-22T16:44:16.341Z Downloaded document-features v0.2.12
5872026-07-22T16:44:16.341Z Downloaded dsl_auto_type v0.2.0
5882026-07-22T16:44:16.341Z Downloaded digest v0.11.3
5892026-07-22T16:44:16.347Z Downloaded foreign-types-shared v0.1.1
5902026-07-22T16:44:16.347Z Downloaded derive_builder_core v0.20.2
5912026-07-22T16:44:16.347Z Downloaded futures-macro v0.3.32
5922026-07-22T16:44:16.347Z Downloaded bcs v0.1.6
5932026-07-22T16:44:16.347Z Downloaded futures-core v0.3.32
5942026-07-22T16:44:16.348Z Downloaded defmt v1.0.1
5952026-07-22T16:44:16.348Z Downloaded data-encoding v2.10.0
5962026-07-22T16:44:16.348Z Downloaded daft v0.1.7
5972026-07-22T16:44:16.348Z Downloaded async-recursion v1.1.1
5982026-07-22T16:44:16.348Z Downloaded cipher v0.5.2
5992026-07-22T16:44:16.366Z Downloaded cmov v0.5.4
6002026-07-22T16:44:16.366Z Downloaded camino-tempfile-ext v0.3.3
6012026-07-22T16:44:16.366Z Downloaded cipher v0.4.4
6022026-07-22T16:44:16.366Z Downloaded blowfish v0.10.0
6032026-07-22T16:44:16.366Z Downloaded async-trait v0.1.89
6042026-07-22T16:44:16.386Z Downloaded float-cmp v0.10.0
6052026-07-22T16:44:16.387Z Downloaded convert_case v0.10.0
6062026-07-22T16:44:16.387Z Downloaded cmake v0.1.57
6072026-07-22T16:44:16.387Z Downloaded fixedbitset v0.4.2
6082026-07-22T16:44:16.387Z Downloaded funty v2.0.0
6092026-07-22T16:44:16.387Z Downloaded form_urlencoded v1.2.2
6102026-07-22T16:44:16.387Z Downloaded foreign-types v0.5.0
6112026-07-22T16:44:16.387Z Downloaded enum_dispatch v0.3.13
6122026-07-22T16:44:16.387Z Downloaded debug-ignore v1.0.5
6132026-07-22T16:44:16.387Z Downloaded ecdsa v0.16.9
6142026-07-22T16:44:16.387Z Downloaded byte-wrapper v0.1.0
6152026-07-22T16:44:16.387Z Downloaded displaydoc v0.2.5
6162026-07-22T16:44:16.387Z Downloaded base64ct v1.8.3
6172026-07-22T16:44:16.387Z Downloaded fxhash v0.2.1
6182026-07-22T16:44:16.398Z Downloaded foreign-types-shared v0.3.1
6192026-07-22T16:44:16.398Z Downloaded der_derive v0.7.3
6202026-07-22T16:44:16.398Z Downloaded ciborium v0.2.2
6212026-07-22T16:44:16.398Z Downloaded futures-task v0.3.32
6222026-07-22T16:44:16.398Z Downloaded futures-sink v0.3.32
6232026-07-22T16:44:16.398Z Downloaded cexpr v0.6.0
6242026-07-22T16:44:16.398Z Downloaded float-ord v0.3.2
6252026-07-22T16:44:16.398Z Downloaded git-stub v1.0.0
6262026-07-22T16:44:16.398Z Downloaded console v0.15.11
6272026-07-22T16:44:16.399Z Downloaded constant_time_eq v0.4.2
6282026-07-22T16:44:16.399Z Downloaded defmt-macros v1.0.1
6292026-07-22T16:44:16.399Z Downloaded globwalk v0.9.1
6302026-07-22T16:44:16.399Z Downloaded derive-ex v0.1.8
6312026-07-22T16:44:16.399Z Downloaded ghash v0.6.0
6322026-07-22T16:44:16.399Z Downloaded compression-codecs v0.4.37
6332026-07-22T16:44:16.399Z Downloaded crossbeam-utils v0.8.21
6342026-07-22T16:44:16.399Z Downloaded colored v2.2.0
6352026-07-22T16:44:16.399Z Downloaded ed25519 v2.2.3
6362026-07-22T16:44:16.413Z Downloaded base64 v0.21.7
6372026-07-22T16:44:16.413Z Downloaded dyn-clone v1.0.20
6382026-07-22T16:44:16.413Z Downloaded ed25519 v3.0.0
6392026-07-22T16:44:16.413Z Downloaded deranged v0.5.8
6402026-07-22T16:44:16.413Z Downloaded fallible-iterator v0.2.0
6412026-07-22T16:44:16.413Z Downloaded blake2 v0.10.6
6422026-07-22T16:44:16.413Z Downloaded futures-io v0.3.32
6432026-07-22T16:44:16.413Z Downloaded hash32 v0.2.1
6442026-07-22T16:44:16.424Z Downloaded fs_extra v1.3.0
6452026-07-22T16:44:16.424Z Downloaded futures-executor v0.3.32
6462026-07-22T16:44:16.424Z Downloaded fs-err v2.11.0
6472026-07-22T16:44:16.424Z Downloaded ff v0.14.0
6482026-07-22T16:44:16.424Z Downloaded diesel-dtrace v0.5.0
6492026-07-22T16:44:16.424Z Downloaded headers-core v0.3.0
6502026-07-22T16:44:16.424Z Downloaded hash32 v0.3.1
6512026-07-22T16:44:16.424Z Downloaded hex v0.4.3
6522026-07-22T16:44:16.424Z Downloaded foldhash v0.2.0
6532026-07-22T16:44:16.424Z Downloaded find-msvc-tools v0.1.9
6542026-07-22T16:44:16.424Z Downloaded ahash v0.8.12
6552026-07-22T16:44:16.424Z Downloaded cbc v0.2.1
6562026-07-22T16:44:16.424Z Downloaded bit-vec v0.6.3
6572026-07-22T16:44:16.438Z Downloaded chacha20 v0.9.1
6582026-07-22T16:44:16.438Z Downloaded argon2 v0.5.3
6592026-07-22T16:44:16.438Z Downloaded filetime v0.2.27
6602026-07-22T16:44:16.438Z Downloaded ff v0.13.1
6612026-07-22T16:44:16.438Z Downloaded hex-literal v1.1.0
6622026-07-22T16:44:16.438Z Downloaded ctr v0.10.1
6632026-07-22T16:44:16.438Z Downloaded bzip2 v0.6.1
6642026-07-22T16:44:16.438Z Downloaded backon v1.6.0
6652026-07-22T16:44:16.438Z Downloaded hostname v0.4.2
6662026-07-22T16:44:16.456Z Downloaded httpdate v1.0.3
6672026-07-22T16:44:16.456Z Downloaded clang-sys v1.8.1
6682026-07-22T16:44:16.456Z Downloaded foldhash v0.1.5
6692026-07-22T16:44:16.456Z Downloaded darling v0.20.11
6702026-07-22T16:44:16.456Z Downloaded darling v0.23.0
6712026-07-22T16:44:16.457Z Downloaded chacha20 v0.10.0
6722026-07-22T16:44:16.457Z Downloaded cancel-safe-futures v0.1.5
6732026-07-22T16:44:16.472Z Downloaded async-bb8-diesel v0.2.1
6742026-07-22T16:44:16.472Z Downloaded hubpack v0.1.2
6752026-07-22T16:44:16.472Z Downloaded hyper-tls v0.6.0
6762026-07-22T16:44:16.472Z Downloaded http-range v0.1.5
6772026-07-22T16:44:16.472Z Downloaded gethostname v0.5.0
6782026-07-22T16:44:16.472Z Downloaded async-compression v0.4.41
6792026-07-22T16:44:16.472Z Downloaded http-body v1.0.1
6802026-07-22T16:44:16.472Z Downloaded hubpack_derive v0.1.1
6812026-07-22T16:44:16.472Z Downloaded git-stub-vcs v0.1.0
6822026-07-22T16:44:16.472Z Downloaded group v0.14.0
6832026-07-22T16:44:16.472Z Downloaded group v0.13.0
6842026-07-22T16:44:16.472Z Downloaded derive_builder v0.20.2
6852026-07-22T16:44:16.472Z Downloaded hostname v0.3.1
6862026-07-22T16:44:16.473Z Downloaded des v0.9.0
6872026-07-22T16:44:16.478Z Downloaded illumos-nvpair v0.3.0
6882026-07-22T16:44:16.478Z Downloaded env_logger v0.11.9
6892026-07-22T16:44:16.478Z Downloaded ident_case v1.0.1
6902026-07-22T16:44:16.478Z Downloaded idna_adapter v1.2.1
6912026-07-22T16:44:16.478Z Downloaded delegate v0.13.5
6922026-07-22T16:44:16.478Z Downloaded globset v0.4.18
6932026-07-22T16:44:16.478Z Downloaded inout v0.2.2
6942026-07-22T16:44:16.479Z Downloaded illumos-nvpair-sys v0.2.0
6952026-07-22T16:44:16.479Z Downloaded console v0.16.2
6962026-07-22T16:44:16.479Z Downloaded glob v0.3.3
6972026-07-22T16:44:16.479Z Downloaded home v0.5.12
6982026-07-22T16:44:16.479Z Downloaded either v1.15.0
6992026-07-22T16:44:16.479Z Downloaded const-oid v0.9.6
7002026-07-22T16:44:16.479Z Downloaded highway v1.3.0
7012026-07-22T16:44:16.479Z Downloaded blake2 v0.11.0-rc.6
7022026-07-22T16:44:16.479Z Downloaded internet-checksum v0.2.1
7032026-07-22T16:44:16.479Z Downloaded instant v0.1.13
7042026-07-22T16:44:16.497Z Downloaded indent_write v2.2.0
7052026-07-22T16:44:16.497Z Downloaded foreign-types v0.3.2
7062026-07-22T16:44:16.497Z Downloaded inout v0.1.4
7072026-07-22T16:44:16.497Z Downloaded is-terminal v0.4.17
7082026-07-22T16:44:16.497Z Downloaded instability v0.3.11
7092026-07-22T16:44:16.505Z Downloaded indoc v1.0.9
7102026-07-22T16:44:16.505Z Downloaded ena v0.14.4
7112026-07-22T16:44:16.505Z Downloaded const_format_proc_macros v0.2.34
7122026-07-22T16:44:16.505Z Downloaded buf-list v1.1.2
7132026-07-22T16:44:16.505Z Downloaded lazy_static v1.5.0
7142026-07-22T16:44:16.506Z Downloaded const-oid v0.10.2
7152026-07-22T16:44:16.506Z Downloaded fixedbitset v0.5.7
7162026-07-22T16:44:16.506Z Downloaded is_ci v1.2.0
7172026-07-22T16:44:16.506Z Downloaded bzip2 v0.4.4
7182026-07-22T16:44:16.506Z Downloaded colored v3.1.1
7192026-07-22T16:44:16.506Z Downloaded getrandom v0.2.17
7202026-07-22T16:44:16.518Z Downloaded lalrpop-util v0.19.12
7212026-07-22T16:44:16.518Z Downloaded derive-where v1.6.0
7222026-07-22T16:44:16.518Z Downloaded kstat-rs v0.2.4
7232026-07-22T16:44:16.518Z Downloaded kem v0.3.0
7242026-07-22T16:44:16.518Z Downloaded dropshot_endpoint v0.17.1
7252026-07-22T16:44:16.518Z Downloaded futures-channel v0.3.32
7262026-07-22T16:44:16.518Z Downloaded diff v0.1.13
7272026-07-22T16:44:16.535Z Downloaded humantime v2.3.0
7282026-07-22T16:44:16.535Z Downloaded keccak v0.1.6
7292026-07-22T16:44:16.535Z Downloaded erased-serde v0.3.31
7302026-07-22T16:44:16.535Z Downloaded hyper-staticfile v0.10.1
7312026-07-22T16:44:16.535Z Downloaded libscf-sys v1.1.0
7322026-07-22T16:44:16.549Z Downloaded md5 v0.8.0
7332026-07-22T16:44:16.549Z Downloaded md-5 v0.10.6
7342026-07-22T16:44:16.549Z Downloaded derive_more v0.99.20
7352026-07-22T16:44:16.549Z Downloaded fatfs v0.3.6
7362026-07-22T16:44:16.549Z Downloaded linked-hash-map v0.5.6
7372026-07-22T16:44:16.549Z Downloaded lru-slab v0.1.2
7382026-07-22T16:44:16.549Z Downloaded lru v0.12.5
7392026-07-22T16:44:16.549Z Downloaded half v1.8.3
7402026-07-22T16:44:16.549Z Downloaded maybe-uninit v2.0.0
7412026-07-22T16:44:16.549Z Downloaded match_cfg v0.1.0
7422026-07-22T16:44:16.549Z Downloaded crc-any v2.5.0
7432026-07-22T16:44:16.549Z Downloaded arc-swap v1.8.2
7442026-07-22T16:44:16.557Z Downloaded managed v0.8.0
7452026-07-22T16:44:16.557Z Downloaded lru-cache v0.1.2
7462026-07-22T16:44:16.558Z Downloaded mime v0.3.17
7472026-07-22T16:44:16.558Z Downloaded memoffset v0.9.1
7482026-07-22T16:44:16.558Z Downloaded maplit v1.0.2
7492026-07-22T16:44:16.558Z Downloaded ingot-types v0.1.2
7502026-07-22T16:44:16.558Z Downloaded impl-trait-for-tuples v0.2.3
7512026-07-22T16:44:16.565Z Downloaded ingot v0.1.1
7522026-07-22T16:44:16.565Z Downloaded newtype-uuid-macros v0.1.0
7532026-07-22T16:44:16.565Z Downloaded multimap v0.10.1
7542026-07-22T16:44:16.565Z Downloaded ipnetwork v0.21.1
7552026-07-22T16:44:16.565Z Downloaded http-body-util v0.1.3
7562026-07-22T16:44:16.565Z Downloaded ecdsa v0.17.0-rc.18
7572026-07-22T16:44:16.573Z Downloaded hmac v0.13.0
7582026-07-22T16:44:16.573Z Downloaded newline-converter v0.3.0
7592026-07-22T16:44:16.573Z Downloaded compact_str v0.8.1
7602026-07-22T16:44:16.574Z Downloaded new_debug_unreachable v1.0.6
7612026-07-22T16:44:16.582Z Downloaded newtype_derive v0.1.6
7622026-07-22T16:44:16.582Z Downloaded nonempty v0.12.0
7632026-07-22T16:44:16.582Z Downloaded nodrop v0.1.14
7642026-07-22T16:44:16.582Z Downloaded nibble_vec v0.1.0
7652026-07-22T16:44:16.595Z Downloaded num v0.4.3
7662026-07-22T16:44:16.595Z Downloaded libefi-sys v0.1.0
7672026-07-22T16:44:16.595Z Downloaded keccak v0.2.0
7682026-07-22T16:44:16.595Z Downloaded jobserver v0.1.34
7692026-07-22T16:44:16.595Z Downloaded generic-array v1.4.3
7702026-07-22T16:44:16.613Z Downloaded normalize-line-endings v0.3.0
7712026-07-22T16:44:16.613Z Downloaded futures v0.3.32
7722026-07-22T16:44:16.613Z Downloaded libloading v0.8.9
7732026-07-22T16:44:16.613Z Downloaded hyper-rustls v0.27.7
7742026-07-22T16:44:16.613Z Downloaded hybrid-array v0.4.13
7752026-07-22T16:44:16.613Z Downloaded num-iter v0.1.45
7762026-07-22T16:44:16.613Z Downloaded const_format v0.2.35
7772026-07-22T16:44:16.613Z Downloaded httparse v1.10.1
7782026-07-22T16:44:16.622Z Downloaded elliptic-curve v0.14.0-rc.33
7792026-07-22T16:44:16.622Z Downloaded darling_core v0.23.0
7802026-07-22T16:44:16.622Z Downloaded linear-map v1.2.0
7812026-07-22T16:44:16.622Z Downloaded num-derive v0.3.3
7822026-07-22T16:44:16.623Z Downloaded openssl-macros v0.1.1
7832026-07-22T16:44:16.623Z Downloaded num-derive v0.4.2
7842026-07-22T16:44:16.623Z Downloaded olpc-cjson v0.1.4
7852026-07-22T16:44:16.623Z Downloaded num-conv v0.2.0
7862026-07-22T16:44:16.623Z Downloaded libsw-core v0.3.2
7872026-07-22T16:44:16.625Z Downloaded num_enum_derive v0.5.11
7882026-07-22T16:44:16.625Z Downloaded libsw v3.5.0
7892026-07-22T16:44:16.625Z Downloaded crypto-bigint v0.5.5
7902026-07-22T16:44:16.630Z Downloaded opaque-debug v0.3.1
7912026-07-22T16:44:16.630Z Downloaded iana-time-zone v0.1.65
7922026-07-22T16:44:16.630Z Downloaded ingot-macros v0.1.1
7932026-07-22T16:44:16.630Z Downloaded mime_guess v2.0.5
7942026-07-22T16:44:16.630Z Downloaded hmac v0.12.1
7952026-07-22T16:44:16.630Z Downloaded openssl-probe v0.1.6
7962026-07-22T16:44:16.630Z Downloaded multer v3.1.0
7972026-07-22T16:44:16.638Z Downloaded lzss v0.8.2
7982026-07-22T16:44:16.638Z Downloaded indoc v2.0.7
7992026-07-22T16:44:16.638Z Downloaded oso-derive v0.27.3
8002026-07-22T16:44:16.638Z Downloaded num_threads v0.1.7
8012026-07-22T16:44:16.638Z Downloaded openssl-probe v0.2.1
8022026-07-22T16:44:16.657Z Downloaded nanorand v0.7.0
8032026-07-22T16:44:16.661Z Downloaded native-tls v0.2.18
8042026-07-22T16:44:16.661Z Downloaded chacha20poly1305 v0.10.1
8052026-07-22T16:44:16.661Z Downloaded module-lattice v0.2.3
8062026-07-22T16:44:16.661Z Downloaded ipnet v2.11.0
8072026-07-22T16:44:16.661Z Downloaded drift v0.2.0
8082026-07-22T16:44:16.666Z Downloaded nu-ansi-term v0.50.3
8092026-07-22T16:44:16.666Z Downloaded packed_struct_codegen v0.10.1
8102026-07-22T16:44:16.666Z Downloaded darling_core v0.21.3
8112026-07-22T16:44:16.671Z Downloaded newtype-uuid v1.3.2
8122026-07-22T16:44:16.672Z Downloaded elliptic-curve v0.13.8
8132026-07-22T16:44:16.680Z Downloaded ed25519-dalek v2.2.0
8142026-07-22T16:44:16.680Z Downloaded derive_more v2.1.1
8152026-07-22T16:44:16.684Z Downloaded peg-runtime v0.8.5
8162026-07-22T16:44:16.684Z Downloaded ar_archive_writer v0.5.1
8172026-07-22T16:44:16.684Z Downloaded getrandom v0.3.4
8182026-07-22T16:44:16.689Z Downloaded path-slash v0.1.5
8192026-07-22T16:44:16.689Z Downloaded parse-size v1.1.0
8202026-07-22T16:44:16.689Z Downloaded num-integer v0.1.46
8212026-07-22T16:44:16.696Z Downloaded num_enum_derive v0.7.6
8222026-07-22T16:44:16.696Z Downloaded num_enum v0.7.6
8232026-07-22T16:44:16.696Z Downloaded num_enum v0.5.11
8242026-07-22T16:44:16.701Z Downloaded num-complex v0.4.6
8252026-07-22T16:44:16.701Z Downloaded memmap2 v0.9.10
8262026-07-22T16:44:16.701Z Downloaded litemap v0.8.1
8272026-07-22T16:44:16.701Z Downloaded parse-display v0.10.0
8282026-07-22T16:44:16.701Z Downloaded num-rational v0.4.2
8292026-07-22T16:44:16.709Z Downloaded lock_api v0.4.14
8302026-07-22T16:44:16.709Z Downloaded ignore v0.4.25
8312026-07-22T16:44:16.709Z Downloaded indexmap v1.9.3
8322026-07-22T16:44:16.717Z Downloaded icu_provider v2.1.1
8332026-07-22T16:44:16.717Z Downloaded icu_properties v2.1.2
8342026-07-22T16:44:16.717Z Downloaded bumpalo v3.20.2
8352026-07-22T16:44:16.717Z Downloaded owo-colors v4.3.0
8362026-07-22T16:44:16.717Z Downloaded phf_shared v0.13.1
8372026-07-22T16:44:16.717Z Downloaded darling_core v0.20.11
8382026-07-22T16:44:16.723Z Downloaded oxide-update-engine v0.1.2
8392026-07-22T16:44:16.723Z Downloaded phf_shared v0.12.1
8402026-07-22T16:44:16.723Z Downloaded phf_shared v0.11.3
8412026-07-22T16:44:16.723Z Downloaded oxide-tokio-rt v0.1.4
8422026-07-22T16:44:16.723Z Downloaded heapless v0.8.0
8432026-07-22T16:44:16.723Z Downloaded flate2 v1.1.9
8442026-07-22T16:44:16.730Z Downloaded oxide-update-engine-display v0.1.2
8452026-07-22T16:44:16.730Z Downloaded ml-kem v0.3.2
8462026-07-22T16:44:16.747Z Downloaded der v0.7.10
8472026-07-22T16:44:16.747Z Downloaded predicates-core v1.0.10
8482026-07-22T16:44:16.747Z Downloaded precomputed-hash v0.1.1
8492026-07-22T16:44:16.756Z Downloaded parking_lot_core v0.8.6
8502026-07-22T16:44:16.756Z Downloaded cc v1.2.56
8512026-07-22T16:44:16.756Z Downloaded potential_utf v0.1.4
8522026-07-22T16:44:16.756Z Downloaded powerfmt v0.2.0
8532026-07-22T16:44:16.756Z Downloaded flume v0.11.1
8542026-07-22T16:44:16.761Z Downloaded packed_struct v0.10.1
8552026-07-22T16:44:16.761Z Downloaded paste v1.0.15
8562026-07-22T16:44:16.761Z Downloaded proc-macro-crate v1.3.1
8572026-07-22T16:44:16.761Z Downloaded pem v3.0.6
8582026-07-22T16:44:16.761Z Downloaded libbz2-rs-sys v0.2.2
8592026-07-22T16:44:16.762Z Downloaded predicates-tree v1.0.13
8602026-07-22T16:44:16.762Z Downloaded password-hash v0.6.1
8612026-07-22T16:44:16.767Z Downloaded litrs v1.0.0
8622026-07-22T16:44:16.767Z Downloaded percent-encoding v2.3.2
8632026-07-22T16:44:16.767Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-07-22T16:44:16.767Z Downloaded proc-macro-crate v3.4.0
8652026-07-22T16:44:16.767Z Downloaded pem-rfc7468 v1.0.0
8662026-07-22T16:44:16.779Z Downloaded peg-macros v0.8.5
8672026-07-22T16:44:16.779Z Downloaded peg v0.8.5
8682026-07-22T16:44:16.779Z Downloaded phf v0.12.1
8692026-07-22T16:44:16.779Z Downloaded icu_locale_core v2.1.1
8702026-07-22T16:44:16.791Z Downloaded progenitor-macro v0.14.0
8712026-07-22T16:44:16.791Z Downloaded psl-types v2.0.11
8722026-07-22T16:44:16.791Z Downloaded diesel_derives v2.3.7
8732026-07-22T16:44:16.791Z Downloaded icu_normalizer_data v2.1.1
8742026-07-22T16:44:16.791Z Downloaded icu_normalizer v2.1.1
8752026-07-22T16:44:16.797Z Downloaded pin-project-lite v0.2.17
8762026-07-22T16:44:16.797Z Downloaded radium v0.7.0
8772026-07-22T16:44:16.798Z Downloaded headers v0.4.1
8782026-07-22T16:44:16.798Z Downloaded phf v0.13.1
8792026-07-22T16:44:16.798Z Downloaded pkcs8 v0.10.2
8802026-07-22T16:44:16.798Z Downloaded hickory-resolver v0.25.2
8812026-07-22T16:44:16.807Z Downloaded oxnet v0.1.6
8822026-07-22T16:44:16.807Z Downloaded pin-project-internal v1.1.11
8832026-07-22T16:44:16.807Z Downloaded heapless v0.7.17
8842026-07-22T16:44:16.807Z Downloaded ppv-lite86 v0.2.21
8852026-07-22T16:44:16.807Z Downloaded postgres-protocol v0.6.10
8862026-07-22T16:44:16.820Z Downloaded port-file v0.1.0
8872026-07-22T16:44:16.820Z Downloaded quick-error v1.2.3
8882026-07-22T16:44:16.820Z Downloaded ed25519-dalek v3.0.0-rc.0
8892026-07-22T16:44:16.821Z Downloaded rand_chacha v0.3.1
8902026-07-22T16:44:16.821Z Downloaded derive_more-impl v2.1.1
8912026-07-22T16:44:16.821Z Downloaded pkg-config v0.3.32
8922026-07-22T16:44:16.836Z Downloaded predicates v3.1.4
8932026-07-22T16:44:16.836Z Downloaded indicatif v0.18.4
8942026-07-22T16:44:16.836Z Downloaded parking_lot v0.11.2
8952026-07-22T16:44:16.836Z Downloaded half v2.7.1
8962026-07-22T16:44:16.836Z Downloaded polyval v0.7.1
8972026-07-22T16:44:16.836Z Downloaded poly1305 v0.8.0
8982026-07-22T16:44:16.836Z Downloaded progenitor-macro v0.13.0
8992026-07-22T16:44:16.836Z Downloaded progenitor-client v0.14.0
9002026-07-22T16:44:16.849Z Downloaded pem-rfc7468 v0.7.0
9012026-07-22T16:44:16.850Z Downloaded primeorder v0.13.6
9022026-07-22T16:44:16.850Z Downloaded parking_lot_core v0.9.12
9032026-07-22T16:44:16.850Z Downloaded parking_lot v0.12.5
9042026-07-22T16:44:16.850Z Downloaded ref-cast v1.0.25
9052026-07-22T16:44:16.850Z Downloaded rand_xorshift v0.4.0
9062026-07-22T16:44:16.850Z Downloaded primefield v0.14.0
9072026-07-22T16:44:16.850Z Downloaded num-traits v0.2.19
9082026-07-22T16:44:16.850Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-07-22T16:44:16.850Z Downloaded recursive v0.1.1
9102026-07-22T16:44:16.850Z Downloaded primeorder v0.14.0-rc.10
9112026-07-22T16:44:16.850Z Downloaded pbkdf2 v0.13.0
9122026-07-22T16:44:16.850Z Downloaded ref-cast-impl v1.0.25
9132026-07-22T16:44:16.850Z Downloaded proc-macro-error2 v2.0.1
9142026-07-22T16:44:16.850Z Downloaded omicron-zone-package v0.12.3
9152026-07-22T16:44:16.850Z Downloaded phc v0.6.1
9162026-07-22T16:44:16.927Z Downloaded password-hash v0.5.0
9172026-07-22T16:44:16.927Z Downloaded parse-display-derive v0.10.0
9182026-07-22T16:44:16.927Z Downloaded progenitor-extras v0.2.0
9192026-07-22T16:44:16.927Z Downloaded progenitor v0.14.0
9202026-07-22T16:44:16.927Z Downloaded miniz_oxide v0.8.9
9212026-07-22T16:44:16.927Z Downloaded oso v0.27.3
9222026-07-22T16:44:16.927Z Downloaded hickory-resolver v0.24.4
9232026-07-22T16:44:16.927Z Downloaded pkcs1 v0.8.0-rc.4
9242026-07-22T16:44:16.927Z Downloaded expectorate v1.2.0
9252026-07-22T16:44:16.927Z Downloaded rand_chacha v0.9.0
9262026-07-22T16:44:16.927Z Downloaded oxide-update-engine-types v0.1.2
9272026-07-22T16:44:16.927Z Downloaded rfc6979 v0.4.0
9282026-07-22T16:44:16.929Z Downloaded r2d2 v0.8.10
9292026-07-22T16:44:16.929Z Downloaded rustc_version v0.4.1
9302026-07-22T16:44:16.929Z Downloaded rfc6979 v0.5.0
9312026-07-22T16:44:16.929Z Downloaded der v0.8.0
9322026-07-22T16:44:16.929Z Downloaded rustc_version v0.1.7
9332026-07-22T16:44:16.929Z Downloaded rustc-hash v2.1.1
9342026-07-22T16:44:16.929Z Downloaded russh-util v0.52.0
9352026-07-22T16:44:16.929Z Downloaded russh-cryptovec v0.61.0
9362026-07-22T16:44:16.929Z Downloaded jiff-static v0.2.21
9372026-07-22T16:44:16.929Z Downloaded rand_core v0.6.4
9382026-07-22T16:44:16.929Z Downloaded postgres-types v0.2.12
9392026-07-22T16:44:16.929Z Downloaded poly1305 v0.9.0
9402026-07-22T16:44:16.929Z Downloaded pkcs8 v0.11.0
9412026-07-22T16:44:16.929Z Downloaded aes v0.9.1
9422026-07-22T16:44:16.929Z Downloaded postcard v1.1.3
9432026-07-22T16:44:16.929Z Downloaded rand_core v0.10.0
9442026-07-22T16:44:16.929Z Downloaded papergrid v0.17.0
9452026-07-22T16:44:16.929Z Downloaded rand_seeder v0.4.0
9462026-07-22T16:44:16.929Z Downloaded scheduled-thread-pool v0.2.7
9472026-07-22T16:44:16.946Z Downloaded same-file v1.0.6
9482026-07-22T16:44:16.946Z Downloaded sapling-renderdag v0.1.0
9492026-07-22T16:44:16.946Z Downloaded scopeguard v1.2.0
9502026-07-22T16:44:16.946Z Downloaded crossterm v0.29.0
9512026-07-22T16:44:16.946Z Downloaded serde-big-array v0.5.1
9522026-07-22T16:44:16.946Z Downloaded icu_collections v2.1.1
9532026-07-22T16:44:16.946Z Downloaded progenitor v0.13.0
9542026-07-22T16:44:16.946Z Downloaded hashbrown v0.12.3
9552026-07-22T16:44:16.946Z Downloaded semver v0.1.20
9562026-07-22T16:44:16.946Z Downloaded openssl-sys v0.9.115
9572026-07-22T16:44:16.951Z Downloaded serde_plain v1.0.2
9582026-07-22T16:44:16.951Z Downloaded secrecy v0.8.0
9592026-07-22T16:44:16.951Z Downloaded scroll_derive v0.13.1
9602026-07-22T16:44:16.951Z Downloaded minimal-lexical v0.2.1
9612026-07-22T16:44:16.951Z Downloaded serde_spanned v1.1.1
9622026-07-22T16:44:16.951Z Downloaded serde_repr v0.1.20
9632026-07-22T16:44:16.951Z Downloaded rpassword v7.5.4
9642026-07-22T16:44:16.951Z Downloaded psm v0.1.30
9652026-07-22T16:44:16.951Z Downloaded pkcs1 v0.7.5
9662026-07-22T16:44:16.951Z Downloaded pin-project v1.1.11
9672026-07-22T16:44:16.967Z Downloaded rtoolbox v0.0.3
9682026-07-22T16:44:16.979Z Downloaded serde_bytes v0.11.19
9692026-07-22T16:44:16.979Z Downloaded resolv-conf v0.7.6
9702026-07-22T16:44:16.979Z Downloaded hashbrown v0.13.2
9712026-07-22T16:44:16.979Z Downloaded sha1 v0.11.0
9722026-07-22T16:44:16.979Z Downloaded pkcs5 v0.8.1
9732026-07-22T16:44:16.979Z Downloaded serde_urlencoded v0.7.1
9742026-07-22T16:44:16.979Z Downloaded progenitor-client v0.13.0
9752026-07-22T16:44:16.984Z Downloaded rustls-pemfile v2.2.0
9762026-07-22T16:44:16.985Z Downloaded sha1 v0.10.6
9772026-07-22T16:44:16.985Z Downloaded http v1.4.2
9782026-07-22T16:44:16.997Z Downloaded prefix-trie v0.7.0
9792026-07-22T16:44:16.997Z Downloaded rusty-fork v0.3.1
9802026-07-22T16:44:17.003Z Downloaded rustversion v1.0.22
9812026-07-22T16:44:17.003Z Downloaded rand_core v0.9.5
9822026-07-22T16:44:17.003Z Downloaded signal-hook-mio v0.2.5
9832026-07-22T16:44:17.003Z Downloaded shell-words v1.1.1
9842026-07-22T16:44:17.003Z Downloaded hyper-util v0.1.20
9852026-07-22T16:44:17.003Z Downloaded seq-macro v0.3.6
9862026-07-22T16:44:17.017Z Downloaded sigpipe v0.1.3
9872026-07-22T16:44:17.017Z Downloaded sec1 v0.8.1
9882026-07-22T16:44:17.017Z Downloaded sec1 v0.7.3
9892026-07-22T16:44:17.017Z Downloaded slog-bunyan v2.5.0
9902026-07-22T16:44:17.017Z Downloaded signature v3.0.0
9912026-07-22T16:44:17.017Z Downloaded signal-hook-tokio v0.3.1
9922026-07-22T16:44:17.017Z Downloaded progenitor-impl v0.14.0
9932026-07-22T16:44:17.026Z Downloaded serde-hex v0.1.0
9942026-07-22T16:44:17.026Z Downloaded slog-envlogger v2.2.0
9952026-07-22T16:44:17.026Z Downloaded siphasher v1.0.2
9962026-07-22T16:44:17.026Z Downloaded secrecy v0.10.3
9972026-07-22T16:44:17.026Z Downloaded scroll v0.13.0
9982026-07-22T16:44:17.026Z Downloaded schemars_derive v0.8.22
9992026-07-22T16:44:17.026Z Downloaded dropshot-api-manager v0.7.2
10002026-07-22T16:44:17.026Z Downloaded progenitor-impl v0.13.0
10012026-07-22T16:44:17.026Z Downloaded mio v1.2.0
10022026-07-22T16:44:17.031Z Downloaded hashbrown v0.15.5
10032026-07-22T16:44:17.032Z Downloaded quinn-udp v0.5.14
10042026-07-22T16:44:17.039Z Downloaded serde_path_to_error v0.1.20
10052026-07-22T16:44:17.046Z Downloaded serde_with_macros v1.5.2
10062026-07-22T16:44:17.046Z Downloaded serdect v0.4.3
10072026-07-22T16:44:17.047Z Downloaded serde_derive_internals v0.29.1
10082026-07-22T16:44:17.047Z Downloaded hickory-server v0.25.2
10092026-07-22T16:44:17.050Z Downloaded rustls-pki-types v1.14.0
10102026-07-22T16:44:17.059Z Downloaded p384 v0.14.0-rc.10
10112026-07-22T16:44:17.059Z Downloaded p256 v0.14.0-rc.10
10122026-07-22T16:44:17.069Z Downloaded salsa20 v0.11.0
10132026-07-22T16:44:17.069Z Downloaded signal-hook-registry v1.4.8
10142026-07-22T16:44:17.069Z Downloaded stable_deref_trait v1.2.1
10152026-07-22T16:44:17.069Z Downloaded sqlparser_derive v0.5.0
10162026-07-22T16:44:17.069Z Downloaded prettyplease v0.2.37
10172026-07-22T16:44:17.078Z Downloaded signature v2.2.0
10182026-07-22T16:44:17.078Z Downloaded aes-gcm v0.11.0
10192026-07-22T16:44:17.078Z Downloaded strip-ansi-escapes v0.2.1
10202026-07-22T16:44:17.078Z Downloaded strum v0.27.2
10212026-07-22T16:44:17.082Z Downloaded strsim v0.10.0
10222026-07-22T16:44:17.082Z Downloaded pretty_assertions v1.4.1
10232026-07-22T16:44:17.082Z Downloaded simd-adler32 v0.3.8
10242026-07-22T16:44:17.082Z Downloaded strum v0.26.3
10252026-07-22T16:44:17.082Z Downloaded slab v0.4.12
10262026-07-22T16:44:17.083Z Downloaded curve25519-dalek v4.1.3
10272026-07-22T16:44:17.086Z Downloaded serde_cbor v0.11.2
10282026-07-22T16:44:17.094Z Downloaded structmeta-derive v0.3.0
10292026-07-22T16:44:17.094Z Downloaded smallvec v0.6.14
10302026-07-22T16:44:17.094Z Downloaded scrypt v0.12.0
10312026-07-22T16:44:17.094Z Downloaded slog-stdlog v4.1.1
10322026-07-22T16:44:17.094Z Downloaded slog-scope v4.4.1
10332026-07-22T16:44:17.100Z Downloaded structmeta v0.3.0
10342026-07-22T16:44:17.100Z Downloaded slog-dtrace v0.3.0
10352026-07-22T16:44:17.100Z Downloaded take_mut v0.2.2
10362026-07-22T16:44:17.100Z Downloaded hashbrown v0.16.1
10372026-07-22T16:44:17.100Z Downloaded slog-json v2.6.1
10382026-07-22T16:44:17.105Z Downloaded internal-russh-num-bigint v0.5.0
10392026-07-22T16:44:17.105Z Downloaded tagptr v0.2.0
10402026-07-22T16:44:17.113Z Downloaded smf v0.2.3
10412026-07-22T16:44:17.113Z Downloaded tabwriter v1.4.1
10422026-07-22T16:44:17.113Z Downloaded tabled_derive v0.11.0
10432026-07-22T16:44:17.118Z Downloaded spki v0.8.0
10442026-07-22T16:44:17.118Z Downloaded spki v0.7.3
10452026-07-22T16:44:17.118Z Downloaded snafu-derive v0.8.9
10462026-07-22T16:44:17.122Z Downloaded supports-color v3.0.2
10472026-07-22T16:44:17.122Z Downloaded subtle v2.6.1
10482026-07-22T16:44:17.125Z Downloaded itertools v0.10.5
10492026-07-22T16:44:17.141Z Downloaded ron v0.8.1
10502026-07-22T16:44:17.141Z Downloaded rustls-native-certs v0.8.3
10512026-07-22T16:44:17.141Z Downloaded num-bigint v0.4.6
10522026-07-22T16:44:17.141Z Downloaded testing_table v0.3.0
10532026-07-22T16:44:17.141Z Downloaded time-core v0.1.8
10542026-07-22T16:44:17.141Z Downloaded thread-id v5.1.0
10552026-07-22T16:44:17.149Z Downloaded thiserror-impl-no-std v2.0.2
10562026-07-22T16:44:17.149Z Downloaded termtree v0.5.1
10572026-07-22T16:44:17.149Z Downloaded ryu v1.0.23
10582026-07-22T16:44:17.149Z Downloaded ssh-encoding v0.3.0-rc.9
10592026-07-22T16:44:17.149Z Downloaded string_cache v0.8.9
10602026-07-22T16:44:17.149Z Downloaded rustls-platform-verifier v0.6.2
10612026-07-22T16:44:17.166Z Downloaded libxml v0.3.3
10622026-07-22T16:44:17.176Z Downloaded tinyvec_macros v0.1.1
10632026-07-22T16:44:17.176Z Downloaded slog-async v2.8.0
10642026-07-22T16:44:17.176Z Downloaded stringprep v0.1.5
10652026-07-22T16:44:17.176Z Downloaded schemars v0.8.22
10662026-07-22T16:44:17.177Z Downloaded tokio-macros v2.7.0
10672026-07-22T16:44:17.177Z Downloaded strum_macros v0.27.2
10682026-07-22T16:44:17.177Z Downloaded strum_macros v0.26.4
10692026-07-22T16:44:17.185Z Downloaded publicsuffix v2.3.0
10702026-07-22T16:44:17.185Z Downloaded qorb v0.4.1
10712026-07-22T16:44:17.185Z Downloaded quinn v0.11.9
10722026-07-22T16:44:17.185Z Downloaded rand v0.8.6
10732026-07-22T16:44:17.185Z Downloaded spin v0.9.8
10742026-07-22T16:44:17.186Z Downloaded strum_macros v0.24.3
10752026-07-22T16:44:17.196Z Downloaded smallvec v1.15.1
10762026-07-22T16:44:17.196Z Downloaded serde_with_macros v3.21.0
10772026-07-22T16:44:17.196Z Downloaded termios v0.3.3
10782026-07-22T16:44:17.196Z Downloaded slog-term v2.9.2
10792026-07-22T16:44:17.196Z Downloaded rcgen v0.12.1
10802026-07-22T16:44:17.196Z Downloaded tokio-test v0.4.5
10812026-07-22T16:44:17.200Z Downloaded tower-service v0.3.3
10822026-07-22T16:44:17.200Z Downloaded synstructure v0.13.2
10832026-07-22T16:44:17.200Z Downloaded crypto-primes v0.7.2
10842026-07-22T16:44:17.200Z Downloaded itertools v0.12.1
10852026-07-22T16:44:17.203Z Downloaded thread_local v1.1.9
10862026-07-22T16:44:17.203Z Downloaded support-bundle-viewer v0.1.2
10872026-07-22T16:44:17.210Z Downloaded tower-layer v0.3.3
10882026-07-22T16:44:17.210Z Downloaded topological-sort v0.2.2
10892026-07-22T16:44:17.210Z Downloaded thiserror-no-std v2.0.2
10902026-07-22T16:44:17.218Z Downloaded futures-util v0.3.32
10912026-07-22T16:44:17.227Z Downloaded trait-variant v0.1.2
10922026-07-22T16:44:17.227Z Downloaded time-macros v0.2.27
10932026-07-22T16:44:17.227Z Downloaded try-lock v0.2.5
10942026-07-22T16:44:17.228Z Downloaded signal-hook v0.3.18
10952026-07-22T16:44:17.228Z Downloaded tinystr v0.8.2
10962026-07-22T16:44:17.235Z Downloaded slog v2.8.2
10972026-07-22T16:44:17.235Z Downloaded similar v2.7.0
10982026-07-22T16:44:17.235Z Downloaded schemars v0.9.0
10992026-07-22T16:44:17.239Z Downloaded untrusted v0.9.0
11002026-07-22T16:44:17.239Z Downloaded idna v1.1.0
11012026-07-22T16:44:17.239Z Downloaded tokio-native-tls v0.3.1
11022026-07-22T16:44:17.252Z Downloaded usdt-attr-macro v0.6.0
11032026-07-22T16:44:17.252Z Downloaded rand v0.9.2
11042026-07-22T16:44:17.252Z Downloaded tls_codec v0.4.2
11052026-07-22T16:44:17.257Z Downloaded iri-string v0.7.10
11062026-07-22T16:44:17.257Z Downloaded rsa v0.9.10
11072026-07-22T16:44:17.257Z Downloaded serde_yaml v0.9.34+deprecated
11082026-07-22T16:44:17.257Z Downloaded tokio-tungstenite v0.23.1
11092026-07-22T16:44:17.257Z Downloaded universal-hash v0.6.1
11102026-07-22T16:44:17.257Z Downloaded unit-prefix v0.5.2
11112026-07-22T16:44:17.257Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-07-22T16:44:17.257Z Downloaded universal-hash v0.5.1
11132026-07-22T16:44:17.264Z Downloaded unicode-xid v0.2.6
11142026-07-22T16:44:17.264Z Downloaded unicode-truncate v1.1.0
11152026-07-22T16:44:17.264Z Downloaded utf8_iter v1.0.4
11162026-07-22T16:44:17.264Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11172026-07-22T16:44:17.264Z Downloaded usdt v0.6.0
11182026-07-22T16:44:17.265Z Downloaded utf-8 v0.7.6
11192026-07-22T16:44:17.275Z Downloaded usdt-macro v0.6.0
11202026-07-22T16:44:17.275Z Downloaded term v0.7.0
11212026-07-22T16:44:17.275Z Downloaded term v1.2.1
11222026-07-22T16:44:17.275Z Downloaded h2 v0.4.15
11232026-07-22T16:44:17.283Z Downloaded toml_writer v1.1.1+spec-1.1.0
11242026-07-22T16:44:17.283Z Downloaded nom v7.1.3
11252026-07-22T16:44:17.283Z Downloaded nom v8.0.0
11262026-07-22T16:44:17.283Z Downloaded void v1.0.2
11272026-07-22T16:44:17.283Z Downloaded socket2 v0.5.10
11282026-07-22T16:44:17.292Z Downloaded itertools v0.14.0
11292026-07-22T16:44:17.292Z Downloaded rustls-webpki v0.103.13
11302026-07-22T16:44:17.292Z Downloaded libm v0.2.16
11312026-07-22T16:44:17.300Z Downloaded tui-tree-widget v0.23.1
11322026-07-22T16:44:17.300Z Downloaded tokio-tungstenite v0.21.0
11332026-07-22T16:44:17.300Z Downloaded samael v0.0.19
11342026-07-22T16:44:17.306Z Downloaded hyper v1.10.1
11352026-07-22T16:44:17.306Z Downloaded waitgroup v0.1.2
11362026-07-22T16:44:17.306Z Downloaded wait-timeout v0.2.1
11372026-07-22T16:44:17.306Z Downloaded num-bigint-dig v0.8.6
11382026-07-22T16:44:17.314Z Downloaded bitvec v1.0.1
11392026-07-22T16:44:17.320Z Downloaded yoke-derive v0.8.1
11402026-07-22T16:44:17.320Z Downloaded xshell-macros v0.2.7
11412026-07-22T16:44:17.320Z Downloaded xattr v1.6.1
11422026-07-22T16:44:17.320Z Downloaded untrusted v0.7.1
11432026-07-22T16:44:17.320Z Downloaded icu_properties_data v2.1.2
11442026-07-22T16:44:17.330Z Downloaded tokio-rustls v0.26.4
11452026-07-22T16:44:17.330Z Downloaded hkdf v0.12.4
11462026-07-22T16:44:17.337Z Downloaded tokio-dtrace v0.1.1
11472026-07-22T16:44:17.338Z Downloaded tls_codec_derive v0.4.2
11482026-07-22T16:44:17.338Z Downloaded unarray v0.1.4
11492026-07-22T16:44:17.338Z Downloaded typify-macro v0.6.2
11502026-07-22T16:44:17.338Z Downloaded tiny-keccak v2.0.2
11512026-07-22T16:44:17.338Z Downloaded p521 v0.14.0-rc.10
11522026-07-22T16:44:17.338Z Downloaded unicase v2.9.0
11532026-07-22T16:44:17.338Z Downloaded rand v0.10.1
11542026-07-22T16:44:17.343Z Downloaded itertools v0.13.0
11552026-07-22T16:44:17.343Z Downloaded zeroize_derive v1.4.3
11562026-07-22T16:44:17.344Z Downloaded usdt-impl v0.6.0
11572026-07-22T16:44:17.344Z Downloaded zerofrom-derive v0.1.6
11582026-07-22T16:44:17.353Z Downloaded zerofrom v0.1.6
11592026-07-22T16:44:17.354Z Downloaded vergen-git2 v9.1.0
11602026-07-22T16:44:17.354Z Downloaded vergen-gitcl v1.0.8
11612026-07-22T16:44:17.354Z Downloaded test-strategy v0.4.5
11622026-07-22T16:44:17.361Z Downloaded uzers v0.12.2
11632026-07-22T16:44:17.361Z Downloaded zone v0.3.1
11642026-07-22T16:44:17.361Z Downloaded toml_parser v1.1.2+spec-1.1.0
11652026-07-22T16:44:17.361Z Downloaded zone_cfg_derive v0.3.1
11662026-07-22T16:44:17.361Z Downloaded hkdf v0.13.0
11672026-07-22T16:44:17.362Z Downloaded ssh-cipher v0.3.0-rc.9
11682026-07-22T16:44:17.363Z Downloaded want v0.3.1
11692026-07-22T16:44:17.363Z Downloaded sha2 v0.11.0
11702026-07-22T16:44:17.363Z Downloaded rayon-core v1.13.0
11712026-07-22T16:44:17.368Z Downloaded vergen-lib v9.1.0
11722026-07-22T16:44:17.368Z Downloaded vsss-rs v3.3.4
11732026-07-22T16:44:17.368Z Downloaded aho-corasick v1.1.4
11742026-07-22T16:44:17.368Z Downloaded whoami v1.6.1
11752026-07-22T16:44:17.368Z Downloaded schemars v1.2.1
11762026-07-22T16:44:17.374Z Downloaded tinyvec v1.10.0
11772026-07-22T16:44:17.380Z Downloaded wyz v0.5.1
11782026-07-22T16:44:17.381Z Downloaded writeable v0.6.2
11792026-07-22T16:44:17.381Z Downloaded subprocess v0.2.15
11802026-07-22T16:44:17.393Z Downloaded iddqd v0.4.2
11812026-07-22T16:44:17.402Z Downloaded unicode-properties v0.1.4
11822026-07-22T16:44:17.402Z Downloaded xshell v0.2.7
11832026-07-22T16:44:17.402Z Downloaded rsa v0.10.0-rc.18
11842026-07-22T16:44:17.402Z Downloaded walkdir v2.5.0
11852026-07-22T16:44:17.402Z Downloaded tap v1.0.1
11862026-07-22T16:44:17.402Z Downloaded sync_wrapper v1.0.2
11872026-07-22T16:44:17.402Z Downloaded sync-ptr v0.1.4
11882026-07-22T16:44:17.402Z Downloaded static_assertions v1.1.0
11892026-07-22T16:44:17.402Z Downloaded stacker v0.1.23
11902026-07-22T16:44:17.402Z Downloaded tokio-stream v0.1.18
11912026-07-22T16:44:17.416Z Downloaded socket2 v0.6.3
11922026-07-22T16:44:17.416Z Downloaded snafu v0.8.9
11932026-07-22T16:44:17.416Z Downloaded sqlformat v0.3.5
11942026-07-22T16:44:17.416Z Downloaded zeroize v1.8.2
11952026-07-22T16:44:17.416Z Downloaded zerovec-derive v0.11.2
11962026-07-22T16:44:17.416Z Downloaded toml v0.7.8
11972026-07-22T16:44:17.416Z Downloaded vergen v9.1.0
11982026-07-22T16:44:17.422Z Downloaded tracing-attributes v0.1.31
11992026-07-22T16:44:17.422Z Downloaded toml v1.1.2+spec-1.1.0
12002026-07-22T16:44:17.422Z Downloaded tar v0.4.46
12012026-07-22T16:44:17.422Z Downloaded rustyline v14.0.0
12022026-07-22T16:44:17.422Z Downloaded steno v0.4.1
12032026-07-22T16:44:17.422Z Downloaded tracing-core v0.1.36
12042026-07-22T16:44:17.433Z Downloaded blake3 v1.8.5
12052026-07-22T16:44:17.433Z Downloaded tungstenite v0.21.0
12062026-07-22T16:44:17.438Z Downloaded whoami v2.1.0
12072026-07-22T16:44:17.438Z Downloaded tungstenite v0.23.0
12082026-07-22T16:44:17.438Z Downloaded shlex v1.3.0
12092026-07-22T16:44:17.438Z Downloaded yoke v0.8.1
12102026-07-22T16:44:17.439Z Downloaded unicode-bidi v0.3.18
12112026-07-22T16:44:17.440Z Downloaded zstd v0.13.3
12122026-07-22T16:44:17.453Z Downloaded zerocopy v0.6.6
12132026-07-22T16:44:17.453Z Downloaded zstd-safe v7.2.4
12142026-07-22T16:44:17.453Z Downloaded unsafe-libyaml v0.2.11
12152026-07-22T16:44:17.464Z Downloaded yasna v0.5.2
12162026-07-22T16:44:17.473Z Downloaded vergen-lib v0.1.6
12172026-07-22T16:44:17.473Z Downloaded serde_with v1.14.0
12182026-07-22T16:44:17.473Z Downloaded bindgen v0.71.1
12192026-07-22T16:44:17.490Z Downloaded aws-lc-rs v1.16.3
12202026-07-22T16:44:17.490Z Downloaded vte v0.14.1
12212026-07-22T16:44:17.490Z Downloaded git2 v0.20.4
12222026-07-22T16:44:17.501Z Downloaded reedline v0.40.0
12232026-07-22T16:44:17.501Z Downloaded twox-hash v2.1.2
12242026-07-22T16:44:17.512Z Downloaded tokio-postgres v0.7.16
12252026-07-22T16:44:17.519Z Downloaded p384 v0.13.1
12262026-07-22T16:44:17.526Z Downloaded uuid v1.23.4
12272026-07-22T16:44:17.526Z Downloaded toml_edit v0.23.10+spec-1.0.0
12282026-07-22T16:44:17.582Z Downloaded typify v0.6.2
12292026-07-22T16:44:17.582Z Downloaded regex v1.12.3
12302026-07-22T16:44:17.582Z Downloaded url v2.5.8
12312026-07-22T16:44:17.582Z Downloaded reqwest v0.12.28
12322026-07-22T16:44:17.582Z Downloaded reqwest v0.13.2
12332026-07-22T16:44:17.582Z Downloaded zopfli v0.8.3
12342026-07-22T16:44:17.582Z Downloaded yansi v1.0.1
12352026-07-22T16:44:17.582Z Downloaded toml_edit v0.19.15
12362026-07-22T16:44:17.589Z Downloaded zerotrie v0.2.3
12372026-07-22T16:44:17.589Z Downloaded curve25519-dalek v5.0.0-rc.0
12382026-07-22T16:44:17.590Z Downloaded unicode_categories v0.1.1
12392026-07-22T16:44:17.590Z Downloaded rayon v1.11.0
12402026-07-22T16:44:17.602Z Downloaded chrono v0.4.45
12412026-07-22T16:44:17.618Z Downloaded tower v0.5.3
12422026-07-22T16:44:17.627Z Downloaded portable-atomic v1.13.1
12432026-07-22T16:44:17.627Z Downloaded zip v0.6.6
12442026-07-22T16:44:17.627Z Downloaded quick-xml v0.37.5
12452026-07-22T16:44:17.627Z Downloaded lalrpop v0.19.12
12462026-07-22T16:44:17.639Z Downloaded x509-cert v0.2.5
12472026-07-22T16:44:17.639Z Downloaded ssh-key v0.7.0-rc.10
12482026-07-22T16:44:17.643Z Downloaded goblin v0.10.5
12492026-07-22T16:44:17.643Z Downloaded proptest v1.10.0
12502026-07-22T16:44:17.643Z Downloaded zerocopy-derive v0.8.40
12512026-07-22T16:44:17.647Z Downloaded unicode-segmentation v1.12.0
12522026-07-22T16:44:17.659Z Downloaded unicode-normalization v0.1.25
12532026-07-22T16:44:17.659Z Downloaded petname v2.0.2
12542026-07-22T16:44:17.665Z Downloaded tough v0.22.0
12552026-07-22T16:44:17.665Z Downloaded tokio-util v0.7.18
12562026-07-22T16:44:17.671Z Downloaded salty v0.3.0
12572026-07-22T16:44:17.671Z Downloaded crypto-bigint v0.7.5
12582026-07-22T16:44:17.683Z Downloaded typed-path v0.9.3
12592026-07-22T16:44:17.683Z Downloaded rawzip v0.4.4
12602026-07-22T16:44:17.690Z Downloaded moka v0.12.13
12612026-07-22T16:44:17.690Z Downloaded tower-http v0.6.8
12622026-07-22T16:44:17.698Z Downloaded zip v4.6.1
12632026-07-22T16:44:17.714Z Downloaded russh v0.61.2
12642026-07-22T16:44:17.719Z Downloaded zerovec v0.11.5
12652026-07-22T16:44:17.729Z Downloaded serde_with v3.21.0
12662026-07-22T16:44:17.737Z Downloaded object v0.30.4
12672026-07-22T16:44:17.742Z Downloaded quinn-proto v0.11.13
12682026-07-22T16:44:17.754Z Downloaded nix v0.27.1
12692026-07-22T16:44:17.765Z Downloaded winnow v0.5.40
12702026-07-22T16:44:17.765Z Downloaded dropshot v0.17.1
12712026-07-22T16:44:17.774Z Downloaded winnow v0.6.26
12722026-07-22T16:44:17.779Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-07-22T16:44:17.787Z Downloaded radix_trie v0.2.1
12742026-07-22T16:44:17.795Z Downloaded time v0.3.47
12752026-07-22T16:44:17.799Z Downloaded nix v0.28.0
12762026-07-22T16:44:17.805Z Downloaded smoltcp v0.9.1
12772026-07-22T16:44:17.809Z Downloaded openssl v0.10.79
12782026-07-22T16:44:17.818Z Downloaded tabled v0.20.0
12792026-07-22T16:44:17.822Z Downloaded zlib-rs v0.6.2
12802026-07-22T16:44:17.826Z Downloaded openapiv3 v2.2.0
12812026-07-22T16:44:17.832Z Downloaded object v0.37.3
12822026-07-22T16:44:17.838Z Downloaded regex-syntax v0.6.29
12832026-07-22T16:44:17.847Z Downloaded winnow v1.0.3
12842026-07-22T16:44:17.852Z Downloaded nix v0.31.2
12852026-07-22T16:44:17.860Z Downloaded zerocopy v0.8.40
12862026-07-22T16:44:17.868Z Downloaded diesel v2.3.7
12872026-07-22T16:44:17.873Z Downloaded regress v0.11.1
12882026-07-22T16:44:17.881Z Downloaded rustls v0.23.41
12892026-07-22T16:44:17.890Z Downloaded rustix v0.38.44
12902026-07-22T16:44:17.901Z Downloaded hickory-proto v0.25.2
12912026-07-22T16:44:17.909Z Downloaded smoltcp v0.11.0
12922026-07-22T16:44:17.914Z Downloaded regress v0.10.5
12932026-07-22T16:44:17.922Z Downloaded regex-syntax v0.8.10
12942026-07-22T16:44:17.931Z Downloaded vcpkg v0.2.15
12952026-07-22T16:44:17.951Z Downloaded hickory-proto v0.24.4
12962026-07-22T16:44:17.959Z Downloaded bstr v1.12.1
12972026-07-22T16:44:17.966Z Downloaded polar-core v0.27.3
12982026-07-22T16:44:18.051Z Downloaded typify-impl v0.6.2
12992026-07-22T16:44:18.051Z Downloaded ratatui v0.29.0
13002026-07-22T16:44:18.052Z Downloaded sled v0.34.7
13012026-07-22T16:44:18.052Z Downloaded sqlparser v0.61.0
13022026-07-22T16:44:18.052Z Downloaded sha3 v0.11.0
13032026-07-22T16:44:18.052Z Downloaded fiat-crypto v0.3.0
13042026-07-22T16:44:18.052Z Downloaded zerocopy-derive v0.6.6
13052026-07-22T16:44:18.064Z Downloaded petgraph v0.8.3
13062026-07-22T16:44:18.085Z Downloaded tracing v0.1.44
13072026-07-22T16:44:18.094Z Downloaded csv v1.4.0
13082026-07-22T16:44:18.129Z Downloaded regex-automata v0.4.14
13092026-07-22T16:44:18.156Z Downloaded petgraph v0.6.5
13102026-07-22T16:44:18.167Z Downloaded chrono-tz v0.10.4
13112026-07-22T16:44:18.194Z Downloaded jiff v0.2.21
13122026-07-22T16:44:18.214Z Downloaded ring v0.17.14
13132026-07-22T16:44:18.233Z Downloaded libz-sys v1.1.24
13142026-07-22T16:44:18.264Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-07-22T16:44:18.283Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-07-22T16:44:18.302Z Downloaded sha3 v0.10.8
13172026-07-22T16:44:18.311Z Downloaded tokio v1.52.1
13182026-07-22T16:44:18.364Z Downloaded encoding_rs v0.8.35
13192026-07-22T16:44:18.927Z Downloaded aws-lc-sys v0.40.0
13202026-07-22T16:44:19.199Z Compiling libc v0.2.185
13212026-07-22T16:44:19.199Z Compiling serde_core v1.0.228
13222026-07-22T16:44:19.199Z Compiling serde v1.0.228
13232026-07-22T16:44:19.219Z Compiling log v0.4.29
13242026-07-22T16:44:19.219Z Compiling smallvec v1.15.1
13252026-07-22T16:44:19.219Z Compiling shlex v1.3.0
13262026-07-22T16:44:19.219Z Compiling find-msvc-tools v0.1.9
13272026-07-22T16:44:19.320Z Compiling syn v2.0.117
13282026-07-22T16:44:19.514Z Compiling subtle v2.6.1
13292026-07-22T16:44:19.554Z Compiling scopeguard v1.2.0
13302026-07-22T16:44:19.577Z Compiling stable_deref_trait v1.2.1
13312026-07-22T16:44:19.586Z Compiling typenum v1.20.1
13322026-07-22T16:44:19.639Z Compiling lock_api v0.4.14
13332026-07-22T16:44:19.656Z Compiling serde_json v1.0.150
13342026-07-22T16:44:19.690Z Compiling zerocopy v0.8.40
13352026-07-22T16:44:19.697Z Compiling portable-atomic v1.13.1
13362026-07-22T16:44:19.903Z Compiling parking_lot_core v0.9.12
13372026-07-22T16:44:19.936Z Compiling pin-project-lite v0.2.17
13382026-07-22T16:44:19.997Z Compiling pkg-config v0.3.32
13392026-07-22T16:44:20.166Z Compiling libm v0.2.16
13402026-07-22T16:44:20.189Z Compiling jobserver v0.1.34
13412026-07-22T16:44:20.212Z Compiling errno v0.3.14
13422026-07-22T16:44:20.365Z Compiling getrandom v0.2.17
13432026-07-22T16:44:20.400Z Compiling cc v1.2.56
13442026-07-22T16:44:20.584Z Compiling getrandom v0.4.1
13452026-07-22T16:44:20.612Z Compiling critical-section v1.2.0
13462026-07-22T16:44:20.612Z Compiling rand_core v0.6.4
13472026-07-22T16:44:20.612Z Compiling signal-hook-registry v1.4.8
13482026-07-22T16:44:20.776Z Compiling once_cell v1.21.3
13492026-07-22T16:44:20.818Z Compiling num-traits v0.2.19
13502026-07-22T16:44:20.851Z Compiling futures-core v0.3.32
13512026-07-22T16:44:20.912Z Compiling rand_core v0.10.0
13522026-07-22T16:44:20.952Z Compiling parking_lot v0.12.5
13532026-07-22T16:44:21.014Z Compiling mio v1.2.0
13542026-07-22T16:44:21.170Z Compiling generic-array v0.14.7
13552026-07-22T16:44:21.183Z Compiling const-oid v0.9.6
13562026-07-22T16:44:21.268Z Compiling litemap v0.8.1
13572026-07-22T16:44:21.464Z Compiling bitflags v2.11.0
13582026-07-22T16:44:21.473Z Compiling writeable v0.6.2
13592026-07-22T16:44:21.509Z Compiling percent-encoding v2.3.2
13602026-07-22T16:44:21.728Z Compiling semver v1.0.28
13612026-07-22T16:44:21.742Z Compiling icu_normalizer_data v2.1.1
13622026-07-22T16:44:21.903Z Compiling icu_properties_data v2.1.2
13632026-07-22T16:44:21.911Z Compiling socket2 v0.6.3
13642026-07-22T16:44:22.008Z Compiling futures-sink v0.3.32
13652026-07-22T16:44:22.042Z Compiling futures-io v0.3.32
13662026-07-22T16:44:22.042Z Compiling futures-task v0.3.32
13672026-07-22T16:44:22.070Z Compiling synstructure v0.13.2
13682026-07-22T16:44:22.487Z Compiling futures-channel v0.3.32
13692026-07-22T16:44:22.538Z Compiling slab v0.4.12
13702026-07-22T16:44:22.538Z Compiling utf8_iter v1.0.4
13712026-07-22T16:44:22.538Z Compiling indexmap v2.14.0
13722026-07-22T16:44:22.538Z Compiling form_urlencoded v1.2.2
13732026-07-22T16:44:22.538Z Compiling rustversion v1.0.22
13742026-07-22T16:44:22.538Z Compiling getrandom v0.3.4
13752026-07-22T16:44:22.563Z Compiling cmake v0.1.57
13762026-07-22T16:44:22.563Z Compiling dunce v1.0.5
13772026-07-22T16:44:22.593Z Compiling fs_extra v1.3.0
13782026-07-22T16:44:22.646Z Compiling rustix v1.1.3
13792026-07-22T16:44:22.777Z Compiling ident_case v1.0.1
13802026-07-22T16:44:22.916Z Compiling iana-time-zone v0.1.65
13812026-07-22T16:44:22.916Z Compiling regex-syntax v0.8.10
13822026-07-22T16:44:22.942Z Compiling aws-lc-sys v0.40.0
13832026-07-22T16:44:23.065Z Compiling uuid v1.23.4
13842026-07-22T16:44:23.077Z Compiling vcpkg v0.2.15
13852026-07-22T16:44:23.397Z Compiling rand_core v0.9.5
13862026-07-22T16:44:23.463Z Compiling base64ct v1.8.3
13872026-07-22T16:44:23.784Z Compiling base64 v0.22.1
13882026-07-22T16:44:23.895Z Compiling pem-rfc7468 v0.7.0
13892026-07-22T16:44:23.895Z Compiling rustc_version v0.4.1
13902026-07-22T16:44:25.024Z Compiling openssl-sys v0.9.115
13912026-07-22T16:44:25.024Z Compiling serde_derive v1.0.228
13922026-07-22T16:44:25.061Z Compiling zeroize_derive v1.4.3
13932026-07-22T16:44:25.061Z Compiling zerofrom-derive v0.1.6
13942026-07-22T16:44:25.061Z Compiling yoke-derive v0.8.1
13952026-07-22T16:44:25.061Z Compiling zerovec-derive v0.11.2
13962026-07-22T16:44:25.061Z Compiling zerocopy-derive v0.8.40
13972026-07-22T16:44:25.061Z Compiling zeroize v1.8.2
13982026-07-22T16:44:25.061Z Compiling displaydoc v0.2.5
13992026-07-22T16:44:25.334Z Compiling tokio-macros v2.7.0
14002026-07-22T16:44:25.502Z Compiling zerofrom v0.1.6
14012026-07-22T16:44:25.532Z Compiling futures-macro v0.3.32
14022026-07-22T16:44:25.634Z Compiling yoke v0.8.1
14032026-07-22T16:44:25.691Z Compiling der_derive v0.7.3
14042026-07-22T16:44:25.831Z Compiling zerovec v0.11.5
14052026-07-22T16:44:25.888Z Compiling zerotrie v0.2.3
14062026-07-22T16:44:26.101Z Compiling crypto-common v0.1.7
14072026-07-22T16:44:26.173Z Compiling block-buffer v0.10.4
14082026-07-22T16:44:26.215Z Compiling thiserror-impl v2.0.18
14092026-07-22T16:44:26.348Z Compiling tinystr v0.8.2
14102026-07-22T16:44:26.360Z Compiling potential_utf v0.1.4
14112026-07-22T16:44:26.371Z Compiling futures-util v0.3.32
14122026-07-22T16:44:26.536Z Compiling icu_locale_core v2.1.1
14132026-07-22T16:44:26.548Z Compiling icu_collections v2.1.1
14142026-07-22T16:44:26.666Z Compiling digest v0.10.7
14152026-07-22T16:44:26.924Z Compiling tracing-attributes v0.1.31
14162026-07-22T16:44:27.018Z Compiling tracing-core v0.1.36
14172026-07-22T16:44:27.452Z Compiling bytes v1.11.1
14182026-07-22T16:44:27.480Z Compiling icu_provider v2.1.1
14192026-07-22T16:44:27.567Z Compiling chrono v0.4.45
14202026-07-22T16:44:27.624Z Compiling aws-lc-rs v1.16.3
14212026-07-22T16:44:27.778Z Compiling icu_properties v2.1.2
14222026-07-22T16:44:27.933Z Compiling tokio v1.52.1
14232026-07-22T16:44:28.109Z Compiling icu_normalizer v2.1.1
14242026-07-22T16:44:28.338Z Compiling http v1.4.2
14252026-07-22T16:44:28.629Z Compiling flagset v0.4.7
14262026-07-22T16:44:28.731Z Compiling idna_adapter v1.2.1
14272026-07-22T16:44:28.761Z Compiling der v0.7.10
14282026-07-22T16:44:28.877Z Compiling idna v1.1.0
14292026-07-22T16:44:28.892Z Compiling ppv-lite86 v0.2.21
14302026-07-22T16:44:28.969Z Compiling http-body v1.0.1
14312026-07-22T16:44:29.009Z Compiling tracing v0.1.44
14322026-07-22T16:44:29.121Z Compiling thiserror v2.0.18
14332026-07-22T16:44:29.206Z Compiling url v2.5.8
14342026-07-22T16:44:29.228Z Compiling rand_chacha v0.9.0
14352026-07-22T16:44:29.238Z Compiling rustls-pki-types v1.14.0
14362026-07-22T16:44:29.333Z Compiling serde_derive_internals v0.29.1
14372026-07-22T16:44:29.525Z Compiling schemars v0.8.22
14382026-07-22T16:44:29.672Z Compiling dyn-clone v1.0.20
14392026-07-22T16:44:29.745Z Compiling openssl-probe v0.2.1
14402026-07-22T16:44:29.844Z Compiling tinyvec_macros v0.1.1
14412026-07-22T16:44:29.913Z Compiling httparse v1.10.1
14422026-07-22T16:44:29.947Z Compiling cmov v0.5.4
14432026-07-22T16:44:29.947Z Compiling tinyvec v1.10.0
14442026-07-22T16:44:29.961Z Compiling spki v0.7.3
14452026-07-22T16:44:29.986Z Compiling rand v0.9.2
14462026-07-22T16:44:30.099Z Compiling ctutils v0.4.2
14472026-07-22T16:44:30.157Z Compiling pest_generator v2.8.6
14482026-07-22T16:44:30.193Z Compiling schemars_derive v0.8.22
14492026-07-22T16:44:30.244Z Compiling aho-corasick v1.1.4
14502026-07-22T16:44:30.257Z Compiling untrusted v0.7.1
14512026-07-22T16:44:30.330Z Compiling try-lock v0.2.5
14522026-07-22T16:44:30.375Z Compiling tower-layer v0.3.3
14532026-07-22T16:44:30.429Z Compiling tower-service v0.3.3
14542026-07-22T16:44:30.522Z Compiling atomic-waker v1.1.2
14552026-07-22T16:44:30.528Z Compiling want v0.3.1
14562026-07-22T16:44:30.648Z Compiling tempfile v3.25.0
14572026-07-22T16:44:30.701Z Compiling hybrid-array v0.4.13
14582026-07-22T16:44:30.843Z Compiling pest_derive v2.8.6
14592026-07-22T16:44:31.771Z Compiling ipnet v2.11.0
14602026-07-22T16:44:31.788Z Compiling regex-automata v0.4.14
14612026-07-22T16:44:31.788Z Compiling scroll_derive v0.13.1
14622026-07-22T16:44:31.788Z Compiling darling_core v0.20.11
14632026-07-22T16:44:31.788Z Compiling untrusted v0.9.0
14642026-07-22T16:44:31.788Z Compiling foreign-types-shared v0.1.1
14652026-07-22T16:44:31.788Z Compiling tokio-util v0.7.18
14662026-07-22T16:44:31.878Z Compiling rustls v0.23.41
14672026-07-22T16:44:32.064Z Compiling cpufeatures v0.2.17
14682026-07-22T16:44:32.078Z Compiling openssl v0.10.79
14692026-07-22T16:44:32.138Z Compiling httpdate v1.0.3
14702026-07-22T16:44:32.358Z Compiling scroll v0.13.0
14712026-07-22T16:44:32.410Z Compiling h2 v0.4.15
14722026-07-22T16:44:32.626Z Compiling foreign-types v0.3.2
14732026-07-22T16:44:32.697Z Compiling unicode-normalization v0.1.25
14742026-07-22T16:44:32.700Z Compiling pkcs8 v0.10.2
14752026-07-22T16:44:32.972Z Compiling openssl-macros v0.1.1
14762026-07-22T16:44:33.161Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-07-22T16:44:33.177Z Compiling spin v0.9.8
14782026-07-22T16:44:33.367Z Compiling crc32fast v1.5.0
14792026-07-22T16:44:33.388Z Compiling powerfmt v0.2.0
14802026-07-22T16:44:33.568Z Compiling native-tls v0.2.18
14812026-07-22T16:44:33.593Z Compiling time-core v0.1.8
14822026-07-22T16:44:33.607Z Compiling num-conv v0.2.0
14832026-07-22T16:44:33.720Z Compiling darling_macro v0.20.11
14842026-07-22T16:44:33.733Z Compiling deranged v0.5.8
14852026-07-22T16:44:33.737Z Compiling time-macros v0.2.27
14862026-07-22T16:44:34.187Z Compiling darling v0.20.11
14872026-07-22T16:44:34.268Z Compiling goblin v0.10.5
14882026-07-22T16:44:34.683Z Compiling sha2 v0.10.9
14892026-07-22T16:44:34.797Z Compiling hmac v0.12.1
14902026-07-22T16:44:34.959Z Compiling sync_wrapper v1.0.2
14912026-07-22T16:44:35.060Z Compiling wait-timeout v0.2.1
14922026-07-22T16:44:35.124Z Compiling num_threads v0.1.7
14932026-07-22T16:44:35.223Z Compiling syn v1.0.109
14942026-07-22T16:44:35.319Z Compiling simd-adler32 v0.3.8
14952026-07-22T16:44:35.536Z Compiling hyper v1.10.1
14962026-07-22T16:44:35.556Z Compiling usdt-impl v0.6.0
14972026-07-22T16:44:35.779Z Compiling siphasher v1.0.2
14982026-07-22T16:44:35.961Z Compiling crossbeam-utils v0.8.21
14992026-07-22T16:44:36.050Z Compiling quick-error v1.2.3
15002026-07-22T16:44:36.156Z Compiling bit-vec v0.8.0
15012026-07-22T16:44:36.281Z Compiling rusty-fork v0.3.1
15022026-07-22T16:44:36.382Z Compiling bit-set v0.8.0
15032026-07-22T16:44:36.591Z Compiling hyper-util v0.1.20
15042026-07-22T16:44:36.607Z Compiling time v0.3.47
15052026-07-22T16:44:36.695Z Compiling tower v0.5.3
15062026-07-22T16:44:36.796Z Compiling derive_builder_core v0.20.2
15072026-07-22T16:44:37.097Z Compiling dof v0.4.0
15082026-07-22T16:44:37.403Z Compiling dtrace-parser v0.3.0
15092026-07-22T16:44:37.714Z Compiling http-body-util v0.1.3
15102026-07-22T16:44:37.955Z Compiling heapless v0.7.17
15112026-07-22T16:44:38.140Z Compiling scroll_derive v0.12.1
15122026-07-22T16:44:38.175Z Compiling thiserror-impl v1.0.69
15132026-07-22T16:44:38.210Z Compiling rand_xorshift v0.4.0
15142026-07-22T16:44:38.262Z Compiling slog v2.8.2
15152026-07-22T16:44:38.351Z Compiling darling_core v0.23.0
15162026-07-22T16:44:38.372Z Compiling bzip2-sys v0.1.13+1.0.8
15172026-07-22T16:44:38.448Z Compiling thread-id v5.1.0
15182026-07-22T16:44:38.461Z Compiling cookie v0.18.1
15192026-07-22T16:44:38.527Z Compiling ryu v1.0.23
15202026-07-22T16:44:38.652Z Compiling zstd-safe v7.2.4
15212026-07-22T16:44:38.666Z Compiling allocator-api2 v0.2.21
15222026-07-22T16:44:38.702Z Compiling unarray v0.1.4
15232026-07-22T16:44:38.799Z Compiling signal-hook v0.3.18
15242026-07-22T16:44:38.814Z Compiling unicode-bidi v0.3.18
15252026-07-22T16:44:38.858Z Compiling unicode-properties v0.1.4
15262026-07-22T16:44:38.983Z Compiling paste v1.0.15
15272026-07-22T16:44:38.998Z Compiling iri-string v0.7.10
15282026-07-22T16:44:39.063Z Compiling adler2 v2.0.1
15292026-07-22T16:44:39.194Z Compiling anyhow v1.0.102
15302026-07-22T16:44:39.304Z Compiling miniz_oxide v0.8.9
15312026-07-22T16:44:39.362Z Compiling stringprep v0.1.5
15322026-07-22T16:44:39.436Z Compiling thiserror v1.0.69
15332026-07-22T16:44:39.557Z Compiling scroll v0.12.0
15342026-07-22T16:44:39.706Z Compiling proptest v1.10.0
15352026-07-22T16:44:39.891Z Compiling serde_urlencoded v0.7.1
15362026-07-22T16:44:40.105Z Compiling tower-http v0.6.8
15372026-07-22T16:44:40.388Z Compiling derive_builder_macro v0.20.2
15382026-07-22T16:44:40.451Z Compiling tokio-native-tls v0.3.1
15392026-07-22T16:44:40.521Z Compiling camino v1.2.2
15402026-07-22T16:44:40.618Z Compiling bstr v1.12.1
15412026-07-22T16:44:40.850Z Compiling darling_macro v0.23.0
15422026-07-22T16:44:40.860Z Compiling ipnetwork v0.21.1
15432026-07-22T16:44:40.880Z Compiling block-padding v0.4.2
15442026-07-22T16:44:40.986Z Compiling crypto-common v0.2.2
15452026-07-22T16:44:41.161Z Compiling block-buffer v0.12.1
15462026-07-22T16:44:41.227Z Compiling rustls-native-certs v0.8.3
15472026-07-22T16:44:41.272Z Compiling rand_chacha v0.3.1
15482026-07-22T16:44:41.272Z Compiling toml_datetime v0.6.11
15492026-07-22T16:44:41.309Z Compiling erased-serde v0.3.31
15502026-07-22T16:44:41.487Z Compiling hex v0.4.3
15512026-07-22T16:44:41.503Z Compiling serde_spanned v0.6.9
15522026-07-22T16:44:41.637Z Compiling serde_tokenstream v0.2.3
15532026-07-22T16:44:41.744Z Compiling signature v2.2.0
15542026-07-22T16:44:41.773Z Compiling md-5 v0.10.6
15552026-07-22T16:44:41.925Z Compiling curve25519-dalek v4.1.3
15562026-07-22T16:44:41.939Z Compiling zerocopy-derive v0.7.35
15572026-07-22T16:44:41.943Z Compiling pin-project-internal v1.1.11
15582026-07-22T16:44:42.013Z Compiling async-trait v0.1.89
15592026-07-22T16:44:42.324Z Compiling vergen-lib v9.1.0
15602026-07-22T16:44:42.519Z Compiling hash32 v0.2.1
15612026-07-22T16:44:42.711Z Compiling num-integer v0.1.46
15622026-07-22T16:44:42.715Z Compiling memoffset v0.9.1
15632026-07-22T16:44:42.841Z Compiling encoding_rs v0.8.35
15642026-07-22T16:44:42.933Z Compiling mime v0.3.17
15652026-07-22T16:44:43.037Z Compiling zlib-rs v0.6.2
15662026-07-22T16:44:43.062Z Compiling ref-cast v1.0.25
15672026-07-22T16:44:43.076Z Compiling fallible-iterator v0.2.0
15682026-07-22T16:44:43.192Z Compiling rustix v0.38.44
15692026-07-22T16:44:43.392Z Compiling num-bigint-dig v0.8.6
15702026-07-22T16:44:43.399Z Compiling cfg_aliases v0.2.1
15712026-07-22T16:44:43.466Z Compiling smoltcp v0.9.1
15722026-07-22T16:44:43.596Z Compiling psl-types v2.0.11
15732026-07-22T16:44:43.605Z Compiling litrs v1.0.0
15742026-07-22T16:44:43.674Z Compiling publicsuffix v2.3.0
15752026-07-22T16:44:43.859Z Compiling nix v0.31.2
15762026-07-22T16:44:43.974Z Compiling postgres-protocol v0.6.10
15772026-07-22T16:44:44.083Z Compiling document-features v0.2.12
15782026-07-22T16:44:44.232Z Compiling pin-project v1.1.11
15792026-07-22T16:44:44.320Z Compiling hubpack_derive v0.1.1
15802026-07-22T16:44:44.335Z Compiling num-iter v0.1.45
15812026-07-22T16:44:44.454Z Compiling zerocopy v0.7.35
15822026-07-22T16:44:44.620Z Compiling newtype-uuid v1.3.2
15832026-07-22T16:44:44.763Z Compiling rand v0.8.6
15842026-07-22T16:44:44.918Z Compiling darling v0.23.0
15852026-07-22T16:44:44.933Z Compiling oxnet v0.1.6
15862026-07-22T16:44:44.976Z Compiling inout v0.2.2
15872026-07-22T16:44:44.999Z Compiling derive_builder v0.20.2
15882026-07-22T16:44:45.050Z Compiling hyper-tls v0.6.0
15892026-07-22T16:44:45.267Z Compiling goblin v0.8.2
15902026-07-22T16:44:45.628Z Compiling phf_shared v0.13.1
15912026-07-22T16:44:45.750Z Compiling lazy_static v1.5.0
15922026-07-22T16:44:45.821Z Compiling regex v1.12.3
15932026-07-22T16:44:45.828Z Compiling anstyle-parse v0.2.7
15942026-07-22T16:44:45.857Z Compiling futures-executor v0.3.32
15952026-07-22T16:44:46.007Z Compiling flate2 v1.1.9
15962026-07-22T16:44:46.112Z Compiling terminal_size v0.4.3
15972026-07-22T16:44:46.127Z Compiling curve25519-dalek-derive v0.1.1
15982026-07-22T16:44:46.163Z Compiling strum_macros v0.27.2
15992026-07-22T16:44:46.251Z Compiling ref-cast-impl v1.0.25
16002026-07-22T16:44:46.281Z Compiling snafu-derive v0.8.9
16012026-07-22T16:44:46.408Z Compiling daft-derive v0.1.7
16022026-07-22T16:44:46.783Z Compiling vergen v9.1.0
16032026-07-22T16:44:46.802Z Compiling cargo-platform v0.3.2
16042026-07-22T16:44:47.009Z Compiling ff v0.13.1
16052026-07-22T16:44:47.081Z Compiling fs-err v3.3.0
16062026-07-22T16:44:47.113Z Compiling ahash v0.8.12
16072026-07-22T16:44:47.133Z Compiling foldhash v0.1.5
16082026-07-22T16:44:47.327Z Compiling foldhash v0.2.0
16092026-07-22T16:44:47.343Z Compiling managed v0.8.0
16102026-07-22T16:44:47.367Z Compiling winnow v0.5.40
16112026-07-22T16:44:47.554Z Compiling bitflags v1.3.2
16122026-07-22T16:44:47.582Z Compiling bumpalo v3.20.2
16132026-07-22T16:44:47.654Z Compiling unicode-segmentation v1.12.0
16142026-07-22T16:44:47.823Z Compiling object v0.37.3
16152026-07-22T16:44:48.009Z Compiling same-file v1.0.6
16162026-07-22T16:44:48.120Z Compiling base16ct v0.2.0
16172026-07-22T16:44:48.181Z Compiling libbz2-rs-sys v0.2.2
16182026-07-22T16:44:48.195Z Compiling strum v0.27.2
16192026-07-22T16:44:48.230Z Compiling snafu v0.8.9
16202026-07-22T16:44:48.312Z Compiling sec1 v0.7.3
16212026-07-22T16:44:48.345Z Compiling walkdir v2.5.0
16222026-07-22T16:44:48.571Z Compiling clap_builder v4.6.0
16232026-07-22T16:44:48.592Z Compiling bzip2 v0.6.1
16242026-07-22T16:44:48.696Z Compiling toml_edit v0.19.15
16252026-07-22T16:44:48.756Z Compiling zopfli v0.8.3
16262026-07-22T16:44:48.794Z Compiling dof v0.3.0
16272026-07-22T16:44:48.848Z Compiling hashbrown v0.16.1
16282026-07-22T16:44:49.447Z Compiling hashbrown v0.15.5
16292026-07-22T16:44:49.482Z Compiling daft v0.1.7
16302026-07-22T16:44:49.527Z Compiling group v0.13.0
16312026-07-22T16:44:49.615Z Compiling cargo_metadata v0.23.1
16322026-07-22T16:44:49.806Z Compiling futures v0.3.32
16332026-07-22T16:44:49.893Z Compiling anstream v0.6.21
16342026-07-22T16:44:49.984Z Compiling phf v0.13.1
16352026-07-22T16:44:50.562Z Compiling signal-hook-mio v0.2.5
16362026-07-22T16:44:50.586Z Compiling cookie_store v0.22.1
16372026-07-22T16:44:50.687Z Compiling zstd v0.13.3
16382026-07-22T16:44:50.965Z Compiling reqwest v0.12.28
16392026-07-22T16:44:50.990Z Compiling bzip2 v0.4.4
16402026-07-22T16:44:51.156Z Compiling cipher v0.5.2
16412026-07-22T16:44:51.288Z Compiling serde_with_macros v3.21.0
16422026-07-22T16:44:51.306Z Compiling hubpack v0.1.2
16432026-07-22T16:44:51.477Z Compiling postgres-types v0.2.12
16442026-07-22T16:44:51.532Z Compiling usdt-macro v0.6.0
16452026-07-22T16:44:52.028Z Compiling usdt-attr-macro v0.6.0
16462026-07-22T16:44:52.299Z Compiling ed25519 v2.2.3
16472026-07-22T16:44:52.363Z Compiling globset v0.4.18
16482026-07-22T16:44:52.635Z Compiling dtrace-parser v0.2.0
16492026-07-22T16:44:52.755Z Compiling phf_shared v0.11.3
16502026-07-22T16:44:52.891Z Compiling hkdf v0.12.4
16512026-07-22T16:44:52.960Z Compiling olpc-cjson v0.1.4
16522026-07-22T16:44:53.054Z Compiling pkcs1 v0.7.5
16532026-07-22T16:44:53.057Z Compiling serde-big-array v0.5.1
16542026-07-22T16:44:53.122Z Compiling serde_plain v1.0.2
16552026-07-22T16:44:53.197Z Compiling crypto-bigint v0.5.5
16562026-07-22T16:44:53.256Z Compiling pem v3.0.6
16572026-07-22T16:44:53.311Z Compiling enum-as-inner v0.6.1
16582026-07-22T16:44:53.386Z Compiling strum_macros v0.26.4
16592026-07-22T16:44:53.453Z Compiling async-recursion v1.1.1
16602026-07-22T16:44:53.584Z Compiling clap_derive v4.6.1
16612026-07-22T16:44:53.824Z Compiling serde_repr v0.1.20
16622026-07-22T16:44:54.125Z Compiling float-cmp v0.10.0
16632026-07-22T16:44:54.276Z Compiling memmap2 v0.9.10
16642026-07-22T16:44:54.360Z Compiling thread-id v4.2.2
16652026-07-22T16:44:54.445Z Compiling env_filter v1.0.0
16662026-07-22T16:44:54.486Z Compiling static_assertions v1.1.0
16672026-07-22T16:44:54.562Z Compiling new_debug_unreachable v1.0.6
16682026-07-22T16:44:54.637Z Compiling cpufeatures v0.3.0
16692026-07-22T16:44:54.675Z Compiling const-oid v0.10.2
16702026-07-22T16:44:54.720Z Compiling data-encoding v2.10.0
16712026-07-22T16:44:54.752Z Compiling predicates-core v1.0.10
16722026-07-22T16:44:54.889Z Compiling jiff v0.2.21
16732026-07-22T16:44:54.912Z Compiling typed-path v0.9.3
16742026-07-22T16:44:55.125Z Compiling either v1.15.0
16752026-07-22T16:44:55.260Z Compiling whoami v2.1.0
16762026-07-22T16:44:55.329Z Compiling precomputed-hash v0.1.1
16772026-07-22T16:44:55.343Z Compiling fixedbitset v0.4.2
16782026-07-22T16:44:55.404Z Compiling winnow v1.0.3
16792026-07-22T16:44:55.419Z Compiling difflib v0.4.0
16802026-07-22T16:44:55.550Z Compiling fixedbitset v0.5.7
16812026-07-22T16:44:55.629Z Compiling normalize-line-endings v0.3.0
16822026-07-22T16:44:55.724Z Compiling keccak v0.1.6
16832026-07-22T16:44:55.748Z Compiling petgraph v0.8.3
16842026-07-22T16:44:55.786Z Compiling predicates v3.1.4
16852026-07-22T16:44:55.853Z Compiling toml_parser v1.1.2+spec-1.1.0
16862026-07-22T16:44:55.964Z Compiling sha3 v0.10.8
16872026-07-22T16:44:56.131Z Compiling petgraph v0.6.5
16882026-07-22T16:44:56.417Z Compiling tokio-postgres v0.7.16
16892026-07-22T16:44:56.435Z Compiling string_cache v0.8.9
16902026-07-22T16:44:56.447Z Compiling clap v4.6.1
16912026-07-22T16:44:56.479Z Compiling itertools v0.13.0
16922026-07-22T16:44:56.533Z Compiling toml_edit v0.22.27
16932026-07-22T16:44:56.654Z Compiling strum v0.26.3
16942026-07-22T16:44:56.787Z Compiling hickory-proto v0.25.2
16952026-07-22T16:44:57.647Z Compiling zip v4.6.1
16962026-07-22T16:44:57.707Z Compiling digest v0.11.3
16972026-07-22T16:44:57.747Z Compiling chacha20 v0.10.0
16982026-07-22T16:44:57.935Z Compiling env_logger v0.11.9
16992026-07-22T16:44:58.117Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-07-22T16:44:58.291Z Compiling usdt-impl v0.5.0
17012026-07-22T16:44:58.618Z Compiling usdt v0.6.0
17022026-07-22T16:44:58.654Z Compiling elliptic-curve v0.13.8
17032026-07-22T16:44:58.876Z Compiling rsa v0.9.10
17042026-07-22T16:44:58.892Z Compiling ed25519-dalek v2.2.0
17052026-07-22T16:44:59.028Z Compiling crossterm v0.28.1
17062026-07-22T16:44:59.050Z Compiling serde_with v3.21.0
17072026-07-22T16:44:59.555Z Compiling zip v0.6.6
17082026-07-22T16:45:00.350Z Compiling toml v0.7.8
17092026-07-22T16:45:00.568Z Compiling iddqd v0.4.2
17102026-07-22T16:45:00.978Z Compiling heck v0.4.1
17112026-07-22T16:45:01.183Z Compiling similar v2.7.0
17122026-07-22T16:45:01.213Z Compiling byte-wrapper v0.1.0
17132026-07-22T16:45:01.338Z Compiling crossbeam-epoch v0.9.18
17142026-07-22T16:45:01.513Z Compiling tokio-stream v0.1.18
17152026-07-22T16:45:01.534Z Compiling buf-list v1.1.2
17162026-07-22T16:45:01.612Z Compiling x509-cert v0.2.5
17172026-07-22T16:45:01.863Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-07-22T16:45:01.983Z Compiling openapiv3 v2.2.0
17192026-07-22T16:45:02.053Z Compiling peg-runtime v0.8.5
17202026-07-22T16:45:02.053Z Compiling lalrpop-util v0.19.12
17212026-07-22T16:45:02.114Z Compiling thread_local v1.1.9
17222026-07-22T16:45:02.189Z Compiling slog-async v2.8.0
17232026-07-22T16:45:02.242Z Compiling crossbeam-channel v0.5.15
17242026-07-22T16:45:02.242Z Compiling filetime v0.2.27
17252026-07-22T16:45:02.403Z Compiling is-terminal v0.4.17
17262026-07-22T16:45:02.453Z Compiling term v1.2.1
17272026-07-22T16:45:02.497Z Compiling xattr v1.6.1
17282026-07-22T16:45:02.545Z Compiling take_mut v0.2.2
17292026-07-22T16:45:02.660Z Compiling tar v0.4.46
17302026-07-22T16:45:02.703Z Compiling slog-term v2.9.2
17312026-07-22T16:45:03.006Z Compiling camino-tempfile v1.4.1
17322026-07-22T16:45:12.729Z Compiling rustls-webpki v0.103.13
17332026-07-22T16:45:15.487Z Compiling tokio-rustls v0.26.4
17342026-07-22T16:45:15.487Z Compiling rustls-platform-verifier v0.6.2
17352026-07-22T16:45:15.551Z Compiling tough v0.22.0
17362026-07-22T16:45:15.687Z Compiling hyper-rustls v0.27.7
17372026-07-22T16:45:16.900Z Compiling reqwest v0.13.2
17382026-07-22T16:45:18.224Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-07-22T16:45:18.253Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-07-22T16:45:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17412026-07-22T16:45:27.806Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17422026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: Cockroach
17432026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: DendriteStub
17442026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: Console
17452026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: Clickhouse
17462026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: MaghemiteMgd
17472026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: MaghemiteDdmd
17482026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Starting download, target: TransceiverControl
17492026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17512026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17522026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-07-22T16:45:27.806ZJul 22 16:45:19.533 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17552026-07-22T16:45:27.807ZJul 22 16:45:19.534 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-07-22T16:45:28.286ZJul 22 16:45:21.336 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17572026-07-22T16:45:28.286ZJul 22 16:45:21.586 INFO Download complete, target: Console
17582026-07-22T16:45:28.286ZJul 22 16:45:21.595 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17592026-07-22T16:45:30.683ZJul 22 16:45:28.265 INFO Checking that binary works, target: Clickhouse
17602026-07-22T16:45:30.952ZJul 22 16:45:28.352 INFO Download complete, target: Clickhouse
17612026-07-22T16:45:32.334ZJul 22 16:45:30.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17622026-07-22T16:45:32.478ZJul 22 16:45:30.719 INFO Download complete, target: TransceiverControl
17632026-07-22T16:45:40.143ZJul 22 16:45:38.358 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-07-22T16:45:40.294ZJul 22 16:45:38.530 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-22T16:45:42.208ZJul 22 16:45:40.446 INFO Download complete, target: MaghemiteDdmd
17662026-07-22T16:45:42.485ZJul 22 16:45:40.697 INFO Download complete, target: DendriteStub
17672026-07-22T16:45:42.607ZJul 22 16:45:40.838 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-07-22T16:45:43.367ZJul 22 16:45:41.631 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17692026-07-22T16:45:43.367ZJul 22 16:45:41.631 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17702026-07-22T16:45:45.201ZJul 22 16:45:43.474 INFO Download complete, target: MaghemiteMgd
17712026-07-22T16:45:47.931ZJul 22 16:45:46.206 INFO Checking that binary works, target: Cockroach
17722026-07-22T16:45:48.062ZJul 22 16:45:46.315 INFO Download complete, target: Cockroach
17732026-07-22T16:45:48.095ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-07-22T16:45:48.095Z
17752026-07-22T16:45:48.095Zreal 2:18.163297564
17762026-07-22T16:45:48.096Zuser 6:36.856232795
17772026-07-22T16:45:48.096Zsys 1:20.641778601
17782026-07-22T16:45:48.096Ztrap 0.202730767
17792026-07-22T16:45:48.096Ztflt 0.497324454
17802026-07-22T16:45:48.096Zdflt 0.842596665
17812026-07-22T16:45:48.096Zkflt 0.026516947
17822026-07-22T16:45:48.096Zlock 26:37.346981557
17832026-07-22T16:45:48.096Zslp 20:32.655683093
17842026-07-22T16:45:48.096Zlat 43.118997929
17852026-07-22T16:45:48.096Zstop 1:58.945550114
17862026-07-22T16:45:48.096Z+ banner clippy
17872026-07-22T16:45:48.096Z
17882026-07-22T16:45:48.096Z #### # # ##### ##### # #
17892026-07-22T16:45:48.096Z # # # # # # # # # #
17902026-07-22T16:45:48.096Z # # # # # # # #
17912026-07-22T16:45:48.096Z # # # ##### ##### #
17922026-07-22T16:45:48.096Z # # # # # # #
17932026-07-22T16:45:48.096Z #### ###### # # # #
17942026-07-22T16:45:48.096Z
17952026-07-22T16:45:48.096Z+ export CARGO_INCREMENTAL=0
17962026-07-22T16:45:48.096Z+ CARGO_INCREMENTAL=0
17972026-07-22T16:45:48.096Z+ ptime -m cargo xtask clippy
17982026-07-22T16:45:48.499Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-07-22T16:45:48.783Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-07-22T16:45:50.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
18012026-07-22T16:45:50.632Z Running `target/debug/xtask clippy`
18022026-07-22T16:45:50.656Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-07-22T16:45:51.201Z Downloading crates ...
18042026-07-22T16:45:52.791Z Downloaded addr2line v0.25.1
18052026-07-22T16:45:52.885Z Downloaded owo-colors v3.5.0
18062026-07-22T16:45:52.885Z Downloaded knuffel-derive v3.2.0
18072026-07-22T16:45:52.885Z Downloaded serde_regex v1.1.0
18082026-07-22T16:45:52.885Z Downloaded criterion v0.7.0
18092026-07-22T16:45:52.885Z Downloaded nested v0.1.1
18102026-07-22T16:45:52.885Z Downloaded criterion-plot v0.6.0
18112026-07-22T16:45:52.885Z Downloaded concurrent-queue v2.5.0
18122026-07-22T16:45:52.886Z Downloaded anes v0.1.6
18132026-07-22T16:45:52.886Z Downloaded target-triple v1.0.0
18142026-07-22T16:45:52.886Z Downloaded approx v0.5.1
18152026-07-22T16:45:52.886Z Downloaded hex-literal v0.4.1
18162026-07-22T16:45:52.886Z Downloaded backtrace-ext v0.2.1
18172026-07-22T16:45:52.886Z Downloaded constant_time_eq v0.3.1
18182026-07-22T16:45:52.886Z Downloaded chumsky v0.9.3
18192026-07-22T16:45:52.886Z Downloaded async-object-pool v0.2.0
18202026-07-22T16:45:52.886Z Downloaded parking v2.2.1
18212026-07-22T16:45:52.886Z Downloaded cast v0.3.0
18222026-07-22T16:45:52.886Z Downloaded plotters-svg v0.3.7
18232026-07-22T16:45:52.886Z Downloaded guppy-workspace-hack v0.1.0
18242026-07-22T16:45:52.886Z Downloaded supports-color v2.1.0
18252026-07-22T16:45:52.886Z Downloaded escape8259 v0.5.3
18262026-07-22T16:45:52.886Z Downloaded supports-unicode v2.1.0
18272026-07-22T16:45:52.886Z Downloaded plotters-backend v0.3.7
18282026-07-22T16:45:52.886Z Downloaded event-listener-strategy v0.5.4
18292026-07-22T16:45:52.886Z Downloaded oorandom v11.1.5
18302026-07-22T16:45:52.886Z Downloaded path-tree v0.8.3
18312026-07-22T16:45:52.886Z Downloaded linkme v0.3.35
18322026-07-22T16:45:52.886Z Downloaded futures-timer v3.0.3
18332026-07-22T16:45:52.886Z Downloaded hickory-client v0.25.2
18342026-07-22T16:45:52.886Z Downloaded terminal_size v0.1.17
18352026-07-22T16:45:52.886Z Downloaded assert-json-diff v2.0.2
18362026-07-22T16:45:52.886Z Downloaded pathdiff v0.2.3
18372026-07-22T16:45:52.886Z Downloaded similar-asserts v1.7.0
18382026-07-22T16:45:52.886Z Downloaded miette-derive v5.10.0
18392026-07-22T16:45:52.887Z Downloaded relative-path v1.9.3
18402026-07-22T16:45:52.887Z Downloaded stringmetrics v2.2.2
18412026-07-22T16:45:52.887Z Downloaded partial-io v0.5.4
18422026-07-22T16:45:52.887Z Downloaded rust-argon2 v2.1.0
18432026-07-22T16:45:52.887Z Downloaded target-spec v3.5.7
18442026-07-22T16:45:52.887Z Downloaded rstest v0.25.0
18452026-07-22T16:45:52.887Z Downloaded linkme-impl v0.3.35
18462026-07-22T16:45:52.887Z Downloaded rustc-demangle v0.1.27
18472026-07-22T16:45:52.887Z Downloaded supports-hyperlinks v2.1.0
18482026-07-22T16:45:52.887Z Downloaded tinytemplate v1.2.1
18492026-07-22T16:45:52.887Z Downloaded assert_cmd v2.1.2
18502026-07-22T16:45:52.887Z Downloaded termcolor v1.4.1
18512026-07-22T16:45:52.887Z Downloaded target-lexicon v0.13.3
18522026-07-22T16:45:52.887Z Downloaded libtest-mimic v0.8.1
18532026-07-22T16:45:52.887Z Downloaded blake2b_simd v1.0.4
18542026-07-22T16:45:52.887Z Downloaded event-listener v5.4.1
18552026-07-22T16:45:52.887Z Downloaded datatest-stable v0.3.3
18562026-07-22T16:45:52.887Z Downloaded cfg-expr v0.20.6
18572026-07-22T16:45:52.887Z Downloaded async-lock v3.4.2
18582026-07-22T16:45:52.887Z Downloaded trybuild v1.0.116
18592026-07-22T16:45:52.887Z Downloaded httptest v0.16.4
18602026-07-22T16:45:52.887Z Downloaded fancy-regex v0.14.0
18612026-07-22T16:45:52.888Z Downloaded textwrap v0.15.2
18622026-07-22T16:45:52.888Z Downloaded knuffel v3.2.0
18632026-07-22T16:45:52.888Z Downloaded rstest_macros v0.25.0
18642026-07-22T16:45:52.888Z Downloaded miette v5.10.0
18652026-07-22T16:45:52.888Z Downloaded backtrace v0.3.76
18662026-07-22T16:45:52.888Z Downloaded rand_distr v0.5.1
18672026-07-22T16:45:52.888Z Downloaded plotters v0.3.7
18682026-07-22T16:45:52.888Z Downloaded guppy v0.17.25
18692026-07-22T16:45:52.888Z Downloaded hashbrown v0.14.5
18702026-07-22T16:45:52.888Z Downloaded gimli v0.32.3
18712026-07-22T16:45:52.888Z Downloaded httpmock v0.8.3
18722026-07-22T16:45:53.379Z Checking cfg-if v1.0.4
18732026-07-22T16:45:53.721Z Checking libc v0.2.185
18742026-07-22T16:45:53.730Z Checking serde_core v1.0.228
18752026-07-22T16:45:53.794Z Checking memchr v2.8.0
18762026-07-22T16:45:53.840Z Checking smallvec v1.15.1
18772026-07-22T16:45:53.874Z Checking zeroize v1.8.2
18782026-07-22T16:45:53.912Z Checking rand_core v0.10.0
18792026-07-22T16:45:53.957Z Checking itoa v1.0.17
18802026-07-22T16:45:53.999Z Checking subtle v2.6.1
18812026-07-22T16:45:54.055Z Checking log v0.4.29
18822026-07-22T16:45:54.100Z Checking libm v0.2.16
18832026-07-22T16:45:54.158Z Checking getrandom v0.4.1
18842026-07-22T16:45:54.158Z Checking errno v0.3.14
18852026-07-22T16:45:54.213Z Checking typenum v1.20.1
18862026-07-22T16:45:54.267Z Checking scopeguard v1.2.0
18872026-07-22T16:45:54.304Z Checking stable_deref_trait v1.2.1
18882026-07-22T16:45:54.363Z Checking zmij v1.0.21
18892026-07-22T16:45:54.383Z Checking lock_api v0.4.14
18902026-07-22T16:45:54.383Z Checking zerofrom v0.1.6
18912026-07-22T16:45:54.483Z Checking percent-encoding v2.3.2
18922026-07-22T16:45:54.501Z Checking litemap v0.8.1
18932026-07-22T16:45:54.560Z Checking yoke v0.8.1
18942026-07-22T16:45:54.613Z Checking writeable v0.6.2
18952026-07-22T16:45:54.639Z Checking icu_normalizer_data v2.1.1
18962026-07-22T16:45:54.639Z Checking icu_properties_data v2.1.2
18972026-07-22T16:45:54.720Z Checking form_urlencoded v1.2.2
18982026-07-22T16:45:54.773Z Checking zerovec v0.11.5
18992026-07-22T16:45:54.789Z Checking zerotrie v0.2.3
19002026-07-22T16:45:54.794Z Checking num-traits v0.2.19
19012026-07-22T16:45:54.863Z Checking utf8_iter v1.0.4
19022026-07-22T16:45:54.913Z Checking pin-project-lite v0.2.17
19032026-07-22T16:45:54.955Z Checking zerocopy v0.8.40
19042026-07-22T16:45:54.984Z Checking parking_lot_core v0.9.12
19052026-07-22T16:45:55.032Z Checking portable-atomic v1.13.1
19062026-07-22T16:45:55.063Z Checking critical-section v1.2.0
19072026-07-22T16:45:55.120Z Checking signal-hook-registry v1.4.8
19082026-07-22T16:45:55.191Z Checking parking_lot v0.12.5
19092026-07-22T16:45:55.246Z Checking mio v1.2.0
19102026-07-22T16:45:55.261Z Checking tinystr v0.8.2
19112026-07-22T16:45:55.307Z Checking serde v1.0.228
19122026-07-22T16:45:55.308Z Checking bitflags v2.11.0
19132026-07-22T16:45:55.388Z Checking serde_json v1.0.150
19142026-07-22T16:45:55.425Z Checking potential_utf v0.1.4
19152026-07-22T16:45:55.479Z Checking once_cell v1.21.3
19162026-07-22T16:45:55.500Z Checking icu_locale_core v2.1.1
19172026-07-22T16:45:55.559Z Checking iana-time-zone v0.1.65
19182026-07-22T16:45:55.590Z Checking icu_collections v2.1.1
19192026-07-22T16:45:55.635Z Checking socket2 v0.6.3
19202026-07-22T16:45:55.677Z Checking uuid v1.23.4
19212026-07-22T16:45:55.729Z Checking semver v1.0.28
19222026-07-22T16:45:55.789Z Checking bytes v1.11.1
19232026-07-22T16:45:55.901Z Checking chrono v0.4.45
19242026-07-22T16:45:55.959Z Checking thiserror v2.0.18
19252026-07-22T16:45:56.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19262026-07-22T16:45:56.047Z Checking dyn-clone v1.0.20
19272026-07-22T16:45:56.113Z Checking futures-core v0.3.32
19282026-07-22T16:45:56.169Z Checking getrandom v0.2.17
19292026-07-22T16:45:56.193Z Checking icu_provider v2.1.1
19302026-07-22T16:45:56.212Z Checking equivalent v1.0.2
19312026-07-22T16:45:56.297Z Checking rustix v1.1.3
19322026-07-22T16:45:56.354Z Checking tokio v1.52.1
19332026-07-22T16:45:56.379Z Checking rand_core v0.6.4
19342026-07-22T16:45:56.379Z Checking cmov v0.5.4
19352026-07-22T16:45:56.423Z Checking icu_properties v2.1.2
19362026-07-22T16:45:56.478Z Checking icu_normalizer v2.1.1
19372026-07-22T16:45:56.566Z Checking byteorder v1.5.0
19382026-07-22T16:45:56.601Z Checking ctutils v0.4.2
19392026-07-22T16:45:56.790Z Checking futures-sink v0.3.32
19402026-07-22T16:45:56.809Z Checking generic-array v0.14.7
19412026-07-22T16:45:56.824Z Checking futures-io v0.3.32
19422026-07-22T16:45:56.906Z Checking hybrid-array v0.4.13
19432026-07-22T16:45:56.936Z Checking futures-channel v0.3.32
19442026-07-22T16:45:56.995Z Checking futures-task v0.3.32
19452026-07-22T16:45:57.091Z Checking slab v0.4.12
19462026-07-22T16:45:57.148Z Checking getrandom v0.3.4
19472026-07-22T16:45:57.195Z Checking hashbrown v0.17.0
19482026-07-22T16:45:57.256Z Checking idna_adapter v1.2.1
19492026-07-22T16:45:57.293Z Checking futures-util v0.3.32
19502026-07-22T16:45:57.336Z Checking thiserror v1.0.69
19512026-07-22T16:45:57.345Z Checking base64ct v1.8.3
19522026-07-22T16:45:57.404Z Checking idna v1.1.0
19532026-07-22T16:45:57.458Z Checking const-oid v0.9.6
19542026-07-22T16:45:57.624Z Checking fnv v1.0.7
19552026-07-22T16:45:57.674Z Checking crypto-common v0.2.2
19562026-07-22T16:45:57.689Z Checking url v2.5.8
19572026-07-22T16:45:57.689Z Checking indexmap v2.14.0
19582026-07-22T16:45:57.782Z Checking crypto-common v0.1.7
19592026-07-22T16:45:57.794Z Checking ppv-lite86 v0.2.21
19602026-07-22T16:45:57.968Z Checking regex-syntax v0.8.10
19612026-07-22T16:45:58.137Z Checking block-buffer v0.12.1
19622026-07-22T16:45:58.163Z Checking block-buffer v0.10.4
19632026-07-22T16:45:58.170Z Checking schemars v0.8.22
19642026-07-22T16:45:58.339Z Checking base64 v0.22.1
19652026-07-22T16:45:58.369Z Checking digest v0.10.7
19662026-07-22T16:45:58.369Z Checking utf8parse v0.2.2
19672026-07-22T16:45:58.369Z Checking anstyle v1.0.14
19682026-07-22T16:45:58.528Z Checking http v1.4.2
19692026-07-22T16:45:58.587Z Checking tracing-core v0.1.36
19702026-07-22T16:45:58.600Z Checking colorchoice v1.0.4
19712026-07-22T16:45:58.637Z Checking is_terminal_polyfill v1.70.2
19722026-07-22T16:45:58.730Z Checking anstyle-query v1.1.5
19732026-07-22T16:45:58.778Z Checking anstyle-parse v1.0.0
19742026-07-22T16:45:58.860Z Checking rand_core v0.9.5
19752026-07-22T16:45:58.878Z Checking terminal_size v0.4.3
19762026-07-22T16:45:58.931Z Checking tracing v0.1.44
19772026-07-22T16:45:58.974Z Checking ipnet v2.11.0
19782026-07-22T16:45:59.036Z Checking const-oid v0.10.2
19792026-07-22T16:45:59.065Z Checking anstream v1.0.0
19802026-07-22T16:45:59.119Z Checking clap_lex v1.0.0
19812026-07-22T16:45:59.157Z Checking strsim v0.11.1
19822026-07-22T16:45:59.209Z Checking aho-corasick v1.1.4
19832026-07-22T16:45:59.251Z Checking rand_chacha v0.9.0
19842026-07-22T16:45:59.285Z Checking crossbeam-utils v0.8.21
19852026-07-22T16:45:59.296Z Checking unicode-ident v1.0.24
19862026-07-22T16:45:59.362Z Checking erased-serde v0.3.31
19872026-07-22T16:45:59.392Z Checking clap_builder v4.6.0
19882026-07-22T16:45:59.392Z Checking httparse v1.10.1
19892026-07-22T16:45:59.463Z Checking proc-macro2 v1.0.106
19902026-07-22T16:45:59.492Z Checking rand v0.9.2
19912026-07-22T16:45:59.504Z Checking tokio-util v0.7.18
19922026-07-22T16:45:59.608Z Checking cpufeatures v0.3.0
19932026-07-22T16:45:59.642Z Checking powerfmt v0.2.0
19942026-07-22T16:45:59.704Z Checking digest v0.11.3
19952026-07-22T16:45:59.745Z Checking slog v2.8.2
19962026-07-22T16:45:59.795Z Checking quote v1.0.45
19972026-07-22T16:45:59.820Z Checking deranged v0.5.8
19982026-07-22T16:45:59.891Z Checking regex-automata v0.4.14
19992026-07-22T16:45:59.932Z Checking allocator-api2 v0.2.21
20002026-07-22T16:45:59.978Z Checking num_threads v0.1.7
20012026-07-22T16:46:00.034Z Checking cpufeatures v0.2.17
20022026-07-22T16:46:00.069Z Checking fastrand v2.3.0
20032026-07-22T16:46:00.109Z Checking time-core v0.1.8
20042026-07-22T16:46:00.146Z Checking num-conv v0.2.0
20052026-07-22T16:46:00.175Z Checking syn v2.0.117
20062026-07-22T16:46:00.249Z Checking anyhow v1.0.102
20072026-07-22T16:46:00.269Z Checking http-body v1.0.1
20082026-07-22T16:46:00.291Z Checking atomic-waker v1.1.2
20092026-07-22T16:46:00.291Z Checking tempfile v3.25.0
20102026-07-22T16:46:00.427Z Checking aws-lc-sys v0.40.0
20112026-07-22T16:46:00.433Z Checking rustls-pki-types v1.14.0
20122026-07-22T16:46:00.520Z Checking untrusted v0.7.1
20132026-07-22T16:46:00.554Z Checking httpdate v1.0.3
20142026-07-22T16:46:00.645Z Checking try-lock v0.2.5
20152026-07-22T16:46:00.688Z Checking clap v4.6.1
20162026-07-22T16:46:00.741Z Checking h2 v0.4.15
20172026-07-22T16:46:00.771Z Checking time v0.3.47
20182026-07-22T16:46:00.780Z Checking want v0.3.1
20192026-07-22T16:46:00.841Z Checking ipnetwork v0.21.1
20202026-07-22T16:46:00.851Z Checking hex v0.4.3
20212026-07-22T16:46:00.922Z Checking tower-layer v0.3.3
20222026-07-22T16:46:00.959Z Checking aws-lc-rs v1.16.3
20232026-07-22T16:46:01.085Z Checking tower-service v0.3.3
20242026-07-22T16:46:01.136Z Checking ryu v1.0.23
20252026-07-22T16:46:01.141Z Checking pem-rfc7468 v0.7.0
20262026-07-22T16:46:01.220Z Checking spin v0.9.8
20272026-07-22T16:46:01.297Z Checking flagset v0.4.7
20282026-07-22T16:46:01.354Z Checking mime v0.3.17
20292026-07-22T16:46:01.427Z Checking untrusted v0.9.0
20302026-07-22T16:46:01.453Z Checking der v0.7.10
20312026-07-22T16:46:01.576Z Checking simd-adler32 v0.3.8
20322026-07-22T16:46:01.628Z Checking adler2 v2.0.1
20332026-07-22T16:46:01.746Z Checking http-body-util v0.1.3
20342026-07-22T16:46:01.761Z Checking miniz_oxide v0.8.9
20352026-07-22T16:46:01.779Z Checking block-padding v0.4.2
20362026-07-22T16:46:01.853Z Checking rustls-webpki v0.103.13
20372026-07-22T16:46:01.936Z Checking inout v0.2.2
20382026-07-22T16:46:01.980Z Checking camino v1.2.2
20392026-07-22T16:46:02.009Z Checking openssl-probe v0.2.1
20402026-07-22T16:46:02.098Z Checking pretty-hex v0.4.1
20412026-07-22T16:46:02.138Z Checking serde_urlencoded v0.7.1
20422026-07-22T16:46:02.184Z Checking rand_chacha v0.3.1
20432026-07-22T16:46:02.229Z Checking encoding_rs v0.8.35
20442026-07-22T16:46:02.251Z Checking plain v0.2.3
20452026-07-22T16:46:02.285Z Checking spki v0.7.3
20462026-07-22T16:46:02.327Z Checking rustls v0.23.41
20472026-07-22T16:46:02.387Z Checking cipher v0.5.2
20482026-07-22T16:46:02.412Z Checking regex v1.12.3
20492026-07-22T16:46:02.412Z Checking rand v0.8.6
20502026-07-22T16:46:02.543Z Checking oxnet v0.1.6
20512026-07-22T16:46:02.558Z Checking ucd-trie v0.1.7
20522026-07-22T16:46:02.628Z Checking crc32fast v1.5.0
20532026-07-22T16:46:02.758Z Checking pest v2.8.6
20542026-07-22T16:46:02.782Z Checking futures-executor v0.3.32
20552026-07-22T16:46:02.896Z Checking sync_wrapper v1.0.2
20562026-07-22T16:46:02.977Z Checking pkcs8 v0.10.2
20572026-07-22T16:46:03.170Z Checking tower v0.5.3
20582026-07-22T16:46:03.170Z Checking futures v0.3.32
20592026-07-22T16:46:03.291Z Checking either v1.15.0
20602026-07-22T16:46:03.291Z Checking iri-string v0.7.10
20612026-07-22T16:46:03.291Z Checking zlib-rs v0.6.2
20622026-07-22T16:46:03.291Z Checking sha2 v0.10.9
20632026-07-22T16:46:03.347Z Checking bit-vec v0.8.0
20642026-07-22T16:46:03.438Z Checking foldhash v0.2.0
20652026-07-22T16:46:03.531Z Checking static_assertions v1.1.0
20662026-07-22T16:46:03.555Z Checking bit-set v0.8.0
20672026-07-22T16:46:03.609Z Checking hashbrown v0.16.1
20682026-07-22T16:46:03.643Z Checking lazy_static v1.5.0
20692026-07-22T16:46:03.643Z Checking hyper v1.10.1
20702026-07-22T16:46:03.777Z Checking openapiv3 v2.2.0
20712026-07-22T16:46:03.808Z Checking wait-timeout v0.2.1
20722026-07-22T16:46:03.826Z Checking hubpack v0.1.2
20732026-07-22T16:46:03.890Z Checking strum v0.26.3
20742026-07-22T16:46:04.071Z Checking quick-error v1.2.3
20752026-07-22T16:46:04.183Z Checking rustls-native-certs v0.8.3
20762026-07-22T16:46:04.183Z Checking flate2 v1.1.9
20772026-07-22T16:46:05.790Z Checking tower-http v0.6.8
20782026-07-22T16:46:05.790Z Checking rand_xorshift v0.4.0
20792026-07-22T16:46:05.791Z Checking rusty-fork v0.3.1
20802026-07-22T16:46:05.848Z Checking signature v2.2.0
20812026-07-22T16:46:05.848Z Checking num-integer v0.1.46
20822026-07-22T16:46:05.848Z Checking psl-types v2.0.11
20832026-07-22T16:46:05.848Z Checking unarray v0.1.4
20842026-07-22T16:46:05.848Z Checking tinyvec_macros v0.1.1
20852026-07-22T16:46:05.848Z Checking cookie v0.18.1
20862026-07-22T16:46:05.849Z Checking publicsuffix v2.3.0
20872026-07-22T16:46:05.849Z Checking tinyvec v1.10.0
20882026-07-22T16:46:05.849Z Checking hyper-util v0.1.20
20892026-07-22T16:46:05.849Z Checking tokio-rustls v0.26.4
20902026-07-22T16:46:05.849Z Checking proptest v1.10.0
20912026-07-22T16:46:05.849Z Checking rustls-platform-verifier v0.6.2
20922026-07-22T16:46:05.849Z Checking anstyle-parse v0.2.7
20932026-07-22T16:46:05.849Z Checking cookie_store v0.22.1
20942026-07-22T16:46:05.849Z Checking ahash v0.8.12
20952026-07-22T16:46:05.849Z Checking toml_datetime v0.6.11
20962026-07-22T16:46:05.849Z Checking serde_spanned v0.6.9
20972026-07-22T16:46:05.849Z Checking scroll v0.13.0
20982026-07-22T16:46:05.849Z Checking anstream v0.6.21
20992026-07-22T16:46:05.849Z Checking memmap2 v0.9.10
21002026-07-22T16:46:05.849Z Checking data-encoding v2.10.0
21012026-07-22T16:46:05.849Z Checking dtrace-parser v0.3.0
21022026-07-22T16:46:05.849Z Checking x509-cert v0.2.5
21032026-07-22T16:46:05.849Z Checking goblin v0.10.5
21042026-07-22T16:46:05.849Z Checking bstr v1.12.1
21052026-07-22T16:46:05.849Z Checking hmac v0.12.1
21062026-07-22T16:46:05.849Z Checking thread-id v5.1.0
21072026-07-22T16:46:05.849Z Checking num-iter v0.1.45
21082026-07-22T16:46:05.849Z Checking crossbeam-epoch v0.9.18
21092026-07-22T16:46:05.849Z Checking memoffset v0.9.1
21102026-07-22T16:46:05.849Z Checking scroll v0.12.0
21112026-07-22T16:46:05.849Z Checking env_filter v1.0.0
21122026-07-22T16:46:05.849Z Checking num-bigint-dig v0.8.6
21132026-07-22T16:46:05.849Z Checking pkcs1 v0.7.5
21142026-07-22T16:46:05.849Z Checking env_logger v0.11.9
21152026-07-22T16:46:05.883Z Checking goblin v0.8.2
21162026-07-22T16:46:05.883Z Checking zerocopy v0.7.35
21172026-07-22T16:46:05.935Z Checking hyper-rustls v0.27.7
21182026-07-22T16:46:05.991Z Checking rustix v0.38.44
21192026-07-22T16:46:06.125Z Checking unicode-segmentation v1.12.0
21202026-07-22T16:46:06.216Z Checking reqwest v0.13.2
21212026-07-22T16:46:06.348Z Checking foreign-types-shared v0.1.1
21222026-07-22T16:46:06.389Z Checking dtrace-parser v0.2.0
21232026-07-22T16:46:06.459Z Checking foreign-types v0.3.2
21242026-07-22T16:46:06.501Z Checking rsa v0.9.10
21252026-07-22T16:46:06.567Z Checking newtype-uuid v1.3.2
21262026-07-22T16:46:06.578Z Checking ff v0.13.1
21272026-07-22T16:46:06.629Z Checking openssl-sys v0.9.115
21282026-07-22T16:46:06.758Z Checking thread-id v4.2.2
21292026-07-22T16:46:06.789Z Checking daft v0.1.7
21302026-07-22T16:46:06.891Z Checking winnow v0.5.40
21312026-07-22T16:46:06.915Z Checking base16ct v0.2.0
21322026-07-22T16:46:07.002Z Checking same-file v1.0.6
21332026-07-22T16:46:07.051Z Checking sec1 v0.7.3
21342026-07-22T16:46:07.066Z Checking openssl v0.10.79
21352026-07-22T16:46:07.090Z Checking group v0.13.0
21362026-07-22T16:46:07.091Z Checking nix v0.31.2
21372026-07-22T16:46:07.185Z Checking walkdir v2.5.0
21382026-07-22T16:46:07.269Z Checking hkdf v0.12.4
21392026-07-22T16:46:07.318Z Checking serde_with v3.21.0
21402026-07-22T16:46:07.370Z Checking crypto-bigint v0.5.5
21412026-07-22T16:46:07.419Z Checking bzip2-sys v0.1.13+1.0.8
21422026-07-22T16:46:07.541Z Checking foldhash v0.1.5
21432026-07-22T16:46:07.582Z Checking dof v0.4.0
21442026-07-22T16:46:07.700Z Checking keccak v0.1.6
21452026-07-22T16:46:07.738Z Checking dof v0.3.0
21462026-07-22T16:46:07.908Z Checking winnow v0.7.14
21472026-07-22T16:46:07.964Z Checking toml_edit v0.19.15
21482026-07-22T16:46:08.050Z Checking usdt-impl v0.5.0
21492026-07-22T16:46:08.232Z Checking usdt-impl v0.6.0
21502026-07-22T16:46:08.280Z Checking elliptic-curve v0.13.8
21512026-07-22T16:46:08.331Z Checking sha3 v0.10.8
21522026-07-22T16:46:08.356Z Checking hashbrown v0.15.5
21532026-07-22T16:46:08.556Z Checking usdt v0.6.0
21542026-07-22T16:46:08.580Z Checking bzip2 v0.4.4
21552026-07-22T16:46:08.620Z Checking unicode-normalization v0.1.25
21562026-07-22T16:46:08.744Z Checking itertools v0.13.0
21572026-07-22T16:46:08.783Z Checking siphasher v1.0.2
21582026-07-22T16:46:08.819Z Checking winnow v1.0.3
21592026-07-22T16:46:08.853Z Checking bitflags v1.3.2
21602026-07-22T16:46:08.962Z Checking zip v0.6.6
21612026-07-22T16:46:08.976Z Checking signal-hook v0.3.18
21622026-07-22T16:46:09.024Z Checking toml v0.7.8
21632026-07-22T16:46:09.068Z Checking toml_write v0.1.2
21642026-07-22T16:46:09.102Z Checking managed v0.8.0
21652026-07-22T16:46:09.166Z Checking native-tls v0.2.18
21662026-07-22T16:46:09.172Z Checking toml_parser v1.1.2+spec-1.1.0
21672026-07-22T16:46:09.220Z Checking globset v0.4.18
21682026-07-22T16:46:09.252Z Checking toml_edit v0.22.27
21692026-07-22T16:46:09.295Z Checking chacha20 v0.10.0
21702026-07-22T16:46:09.345Z Checking curve25519-dalek v4.1.3
21712026-07-22T16:46:09.372Z Checking object v0.37.3
21722026-07-22T16:46:09.377Z Checking tokio-native-tls v0.3.1
21732026-07-22T16:46:09.492Z Checking signal-hook-mio v0.2.5
21742026-07-22T16:46:09.540Z Checking ed25519 v2.2.3
21752026-07-22T16:46:09.580Z Checking ref-cast v1.0.25
21762026-07-22T16:46:09.613Z Checking hyper-tls v0.6.0
21772026-07-22T16:46:09.650Z Checking pin-project v1.1.11
21782026-07-22T16:46:09.698Z Checking zstd-sys v2.0.16+zstd.1.5.7
21792026-07-22T16:46:09.745Z Checking pem v3.0.6
21802026-07-22T16:46:09.779Z Checking bumpalo v3.20.2
21812026-07-22T16:46:09.813Z Checking libbz2-rs-sys v0.2.2
21822026-07-22T16:46:09.819Z Checking reqwest v0.12.28
21832026-07-22T16:46:09.896Z Checking zstd-safe v7.2.4
21842026-07-22T16:46:09.924Z Checking fixedbitset v0.5.7
21852026-07-22T16:46:10.014Z Checking zopfli v0.8.3
21862026-07-22T16:46:10.099Z Checking zstd v0.13.3
21872026-07-22T16:46:10.150Z Checking ed25519-dalek v2.2.0
21882026-07-22T16:46:10.166Z Checking petgraph v0.8.3
21892026-07-22T16:46:10.266Z Checking bzip2 v0.6.1
21902026-07-22T16:46:10.306Z Checking snafu v0.8.9
21912026-07-22T16:46:10.478Z Checking crossterm v0.28.1
21922026-07-22T16:46:10.489Z Checking olpc-cjson v0.1.4
21932026-07-22T16:46:10.489Z Checking similar v2.7.0
21942026-07-22T16:46:10.489Z Checking fs-err v3.3.0
21952026-07-22T16:46:10.567Z Checking hash32 v0.2.1
21962026-07-22T16:46:10.593Z Checking serde-big-array v0.5.1
21972026-07-22T16:46:10.609Z Checking serde_plain v1.0.2
21982026-07-22T16:46:10.756Z Checking typed-path v0.9.3
21992026-07-22T16:46:10.774Z Checking unicode-bidi v0.3.18
22002026-07-22T16:46:10.816Z Checking jiff v0.2.21
22012026-07-22T16:46:10.834Z Checking unicode-properties v0.1.4
22022026-07-22T16:46:10.960Z Checking predicates-core v1.0.10
22032026-07-22T16:46:11.047Z Checking heapless v0.7.17
22042026-07-22T16:46:11.088Z Checking hickory-proto v0.25.2
22052026-07-22T16:46:11.118Z Checking stringprep v0.1.5
22062026-07-22T16:46:11.125Z Checking byte-wrapper v0.1.0
22072026-07-22T16:46:11.302Z Checking md-5 v0.10.6
22082026-07-22T16:46:11.390Z Checking float-cmp v0.10.0
22092026-07-22T16:46:11.468Z Checking difflib v0.4.0
22102026-07-22T16:46:11.506Z Checking normalize-line-endings v0.3.0
22112026-07-22T16:46:11.543Z Checking fallible-iterator v0.2.0
22122026-07-22T16:46:11.549Z Checking tough v0.22.0
22132026-07-22T16:46:11.627Z Checking smoltcp v0.9.1
22142026-07-22T16:46:11.679Z Checking predicates v3.1.4
22152026-07-22T16:46:11.733Z Checking iddqd v0.4.2
22162026-07-22T16:46:11.776Z Checking phf_shared v0.11.3
22172026-07-22T16:46:11.945Z Checking postgres-protocol v0.6.10
22182026-07-22T16:46:11.982Z Checking phf_shared v0.13.1
22192026-07-22T16:46:12.017Z Checking tokio-stream v0.1.18
22202026-07-22T16:46:12.164Z Checking buf-list v1.1.2
22212026-07-22T16:46:12.220Z Checking strum v0.27.2
22222026-07-22T16:46:12.268Z Checking new_debug_unreachable v1.0.6
22232026-07-22T16:46:12.352Z Checking fixedbitset v0.4.2
22242026-07-22T16:46:12.362Z Checking lalrpop-util v0.19.12
22252026-07-22T16:46:12.427Z Checking precomputed-hash v0.1.1
22262026-07-22T16:46:12.438Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22272026-07-22T16:46:12.515Z Checking petgraph v0.6.5
22282026-07-22T16:46:12.551Z Checking string_cache v0.8.9
22292026-07-22T16:46:12.589Z Checking postgres-types v0.2.12
22302026-07-22T16:46:12.661Z Checking phf v0.13.1
22312026-07-22T16:46:12.766Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22322026-07-22T16:46:12.852Z Checking peg-runtime v0.8.5
22332026-07-22T16:46:12.942Z Checking whoami v2.1.0
22342026-07-22T16:46:13.053Z Checking is-terminal v0.4.17
22352026-07-22T16:46:13.096Z Checking zip v4.6.1
22362026-07-22T16:46:13.135Z Checking crossbeam-channel v0.5.15
22372026-07-22T16:46:13.176Z Checking thread_local v1.1.9
22382026-07-22T16:46:13.231Z Checking tokio-postgres v0.7.16
22392026-07-22T16:46:13.373Z Compiling structmeta-derive v0.3.0
22402026-07-22T16:46:13.495Z Checking term v1.2.1
22412026-07-22T16:46:13.627Z Checking take_mut v0.2.2
22422026-07-22T16:46:13.675Z Compiling newtype-uuid-macros v0.1.0
22432026-07-22T16:46:13.844Z Checking slog-term v2.9.2
22442026-07-22T16:46:13.861Z Checking slog-async v2.8.0
22452026-07-22T16:46:13.861Z Compiling multer v3.1.0
22462026-07-22T16:46:13.897Z Compiling async-stream-impl v0.3.6
22472026-07-22T16:46:13.989Z Checking match_cfg v0.1.0
22482026-07-22T16:46:14.036Z Checking slog-json v2.6.1
22492026-07-22T16:46:14.104Z Checking hostname v0.3.1
22502026-07-22T16:46:14.152Z Compiling dropshot v0.17.1
22512026-07-22T16:46:14.222Z Compiling dropshot_endpoint v0.17.1
22522026-07-22T16:46:14.278Z Checking slog-bunyan v2.5.0
22532026-07-22T16:46:14.421Z Checking debug-ignore v1.0.5
22542026-07-22T16:46:14.476Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-07-22T16:46:14.509Z Compiling structmeta v0.3.0
22562026-07-22T16:46:14.517Z Checking sha1 v0.11.0
22572026-07-22T16:46:14.543Z Checking serde_path_to_error v0.1.20
22582026-07-22T16:46:14.622Z Checking toml_datetime v1.1.1+spec-1.1.0
22592026-07-22T16:46:14.632Z Checking serde_spanned v1.1.1
22602026-07-22T16:46:14.746Z Compiling derive-ex v0.1.8
22612026-07-22T16:46:14.781Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-07-22T16:46:14.798Z Checking toml_writer v1.1.1+spec-1.1.0
22632026-07-22T16:46:14.870Z Checking compression-core v0.4.31
22642026-07-22T16:46:14.897Z Checking progenitor-client v0.14.0
22652026-07-22T16:46:14.911Z Checking async-stream v0.3.6
22662026-07-22T16:46:15.027Z Checking toml v1.1.2+spec-1.1.0
22672026-07-22T16:46:15.037Z Checking compression-codecs v0.4.37
22682026-07-22T16:46:15.088Z Checking rustls-pemfile v2.2.0
22692026-07-22T16:46:15.159Z Checking waitgroup v0.1.2
22702026-07-22T16:46:15.209Z Checking hostname v0.4.2
22712026-07-22T16:46:15.263Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722026-07-22T16:46:15.264Z Checking async-compression v0.4.41
22732026-07-22T16:46:15.357Z Checking atomicwrites v0.4.4
22742026-07-22T16:46:15.487Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-22T16:46:15.487Z Checking itertools v0.14.0
22762026-07-22T16:46:15.487Z Compiling parse-display-derive v0.10.0
22772026-07-22T16:46:15.517Z Checking macaddr v1.0.1
22782026-07-22T16:46:15.527Z Checking regress v0.10.5
22792026-07-22T16:46:15.580Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-07-22T16:46:15.613Z Checking instant v0.1.13
22812026-07-22T16:46:15.733Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22822026-07-22T16:46:15.741Z Checking backoff v0.4.0
22832026-07-22T16:46:16.001Z Checking backon v1.6.0
22842026-07-22T16:46:16.074Z Checking humantime v2.3.0
22852026-07-22T16:46:16.091Z Checking unicode-width v0.2.0
22862026-07-22T16:46:16.142Z Checking progenitor-extras v0.2.0
22872026-07-22T16:46:16.191Z Compiling convert_case v0.4.0
22882026-07-22T16:46:16.305Z Checking half v2.7.1
22892026-07-22T16:46:16.396Z Checking ciborium-io v0.2.2
22902026-07-22T16:46:16.455Z Compiling test-strategy v0.4.5
22912026-07-22T16:46:16.507Z Checking heck v0.5.0
22922026-07-22T16:46:16.676Z Checking secrecy v0.10.3
22932026-07-22T16:46:16.676Z Compiling derive_more v0.99.20
22942026-07-22T16:46:16.676Z Checking ciborium-ll v0.2.2
22952026-07-22T16:46:16.684Z Checking indent_write v2.2.0
22962026-07-22T16:46:16.710Z Checking camino-tempfile v1.4.1
22972026-07-22T16:46:16.870Z Compiling regress v0.11.1
22982026-07-22T16:46:16.875Z Checking ciborium v0.2.2
22992026-07-22T16:46:16.904Z Compiling crucible-workspace-hack v0.1.0
23002026-07-22T16:46:16.997Z Checking inout v0.1.4
23012026-07-22T16:46:17.275Z Checking cipher v0.4.4
23022026-07-22T16:46:17.302Z Checking parse-display v0.10.0
23032026-07-22T16:46:17.343Z Checking universal-hash v0.5.1
23042026-07-22T16:46:17.350Z Compiling thiserror-impl-no-std v2.0.2
23052026-07-22T16:46:17.377Z Checking opaque-debug v0.3.1
23062026-07-22T16:46:17.380Z Checking chacha20 v0.9.1
23072026-07-22T16:46:17.519Z Checking poly1305 v0.8.0
23082026-07-22T16:46:17.630Z Checking blake2 v0.10.6
23092026-07-22T16:46:17.785Z Checking aead v0.5.2
23102026-07-22T16:46:19.172Z Checking password-hash v0.5.0
23112026-07-22T16:46:19.235Z Checking chacha20poly1305 v0.10.1
23122026-07-22T16:46:19.235Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23132026-07-22T16:46:19.262Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-07-22T16:46:19.262Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23152026-07-22T16:46:19.262Z Checking argon2 v0.5.3
23162026-07-22T16:46:19.262Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-07-22T16:46:19.262Z Compiling typify-impl v0.6.2
23182026-07-22T16:46:19.262Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23192026-07-22T16:46:19.262Z Checking thiserror-no-std v2.0.2
23202026-07-22T16:46:19.262Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23212026-07-22T16:46:19.262Z Checking vsss-rs v3.3.4
23222026-07-22T16:46:19.262Z Compiling unsafe-libyaml v0.2.11
23232026-07-22T16:46:19.262Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-22T16:46:19.262Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23252026-07-22T16:46:19.615Z Compiling serde_yaml v0.9.34+deprecated
23262026-07-22T16:46:19.830Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-07-22T16:46:19.937Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23282026-07-22T16:46:20.700Z Checking swrite v0.1.0
23292026-07-22T16:46:20.823Z Checking crossbeam-deque v0.8.6
23302026-07-22T16:46:20.823Z Compiling rayon-core v1.13.0
23312026-07-22T16:46:20.823Z Compiling toml_datetime v0.7.5+spec-1.1.0
23322026-07-22T16:46:20.823Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-22T16:46:20.823Z Compiling toml_edit v0.23.10+spec-1.0.0
23342026-07-22T16:46:20.823Z Compiling darling_core v0.21.3
23352026-07-22T16:46:20.969Z Compiling proc-macro-error v1.0.4
23362026-07-22T16:46:21.038Z Compiling proc-macro-crate v3.4.0
23372026-07-22T16:46:21.101Z Checking rayon v1.11.0
23382026-07-22T16:46:21.310Z Checking toml v0.8.23
23392026-07-22T16:46:21.509Z Checking tabwriter v1.4.1
23402026-07-22T16:46:22.041Z Compiling num_enum_derive v0.7.6
23412026-07-22T16:46:22.120Z Checking glob v0.3.3
23422026-07-22T16:46:22.120Z Compiling heapless v0.8.0
23432026-07-22T16:46:22.120Z Checking colored v3.1.1
23442026-07-22T16:46:22.120Z Checking hash32 v0.3.1
23452026-07-22T16:46:22.120Z Compiling smoltcp v0.11.0
23462026-07-22T16:46:22.120Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23472026-07-22T16:46:22.196Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23482026-07-22T16:46:22.380Z Checking cobs v0.3.0
23492026-07-22T16:46:22.455Z Compiling usdt-macro v0.5.0
23502026-07-22T16:46:22.544Z Compiling usdt-attr-macro v0.5.0
23512026-07-22T16:46:22.584Z Checking memmap v0.7.0
23522026-07-22T16:46:22.653Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23532026-07-22T16:46:22.698Z Checking num_enum v0.7.6
23542026-07-22T16:46:22.886Z Checking postcard v1.1.3
23552026-07-22T16:46:22.922Z Checking rand v0.10.1
23562026-07-22T16:46:23.197Z Compiling typify-macro v0.6.2
23572026-07-22T16:46:23.621Z Compiling darling_macro v0.21.3
23582026-07-22T16:46:23.621Z Compiling proc-macro-crate v1.3.1
23592026-07-22T16:46:23.704Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-22T16:46:23.704Z Checking usdt v0.5.0
23612026-07-22T16:46:23.704Z Checking sigpipe v0.1.3
23622026-07-22T16:46:23.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23632026-07-22T16:46:23.704Z Compiling foreign-types-macros v0.2.3
23642026-07-22T16:46:23.704Z Checking foreign-types-shared v0.3.1
23652026-07-22T16:46:23.704Z Compiling num_enum_derive v0.5.11
23662026-07-22T16:46:23.748Z Compiling darling v0.21.3
23672026-07-22T16:46:23.768Z Compiling ingot-macros v0.1.1
23682026-07-22T16:46:23.848Z Checking cstr-argument v0.1.2
23692026-07-22T16:46:23.948Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23702026-07-22T16:46:23.981Z Compiling num-derive v0.4.2
23712026-07-22T16:46:24.011Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23722026-07-22T16:46:24.168Z Checking foreign-types v0.5.0
23732026-07-22T16:46:24.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23742026-07-22T16:46:24.408Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23752026-07-22T16:46:24.499Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-07-22T16:46:24.570Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23772026-07-22T16:46:24.614Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23782026-07-22T16:46:24.686Z Checking num_enum v0.5.11
23792026-07-22T16:46:25.261Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-07-22T16:46:25.261Z Compiling typify v0.6.2
23812026-07-22T16:46:25.261Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23822026-07-22T16:46:25.261Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23832026-07-22T16:46:25.261Z Compiling progenitor-impl v0.14.0
23842026-07-22T16:46:25.261Z Compiling zone_cfg_derive v0.3.1
23852026-07-22T16:46:25.261Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23862026-07-22T16:46:25.366Z Checking itertools v0.12.1
23872026-07-22T16:46:25.366Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23882026-07-22T16:46:25.516Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23892026-07-22T16:46:25.710Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23902026-07-22T16:46:25.785Z Checking smf v0.2.3
23912026-07-22T16:46:25.893Z Checking whoami v1.6.1
23922026-07-22T16:46:25.949Z Compiling derive-where v1.6.0
23932026-07-22T16:46:26.007Z Checking tokio-dtrace v0.1.1
23942026-07-22T16:46:26.085Z Checking console v0.15.11
23952026-07-22T16:46:26.134Z Checking newline-converter v0.3.0
23962026-07-22T16:46:26.216Z Checking oxide-tokio-rt v0.1.4
23972026-07-22T16:46:26.263Z Checking bytecount v0.6.9
23982026-07-22T16:46:26.307Z Checking zone v0.3.1
23992026-07-22T16:46:26.761Z Checking unicode-width v0.1.14
24002026-07-22T16:46:26.807Z Checking expectorate v1.2.0
24012026-07-22T16:46:26.807Z Checking num-rational v0.4.2
24022026-07-22T16:46:26.807Z Checking num-complex v0.4.6
24032026-07-22T16:46:26.807Z Checking ingot-types v0.1.2
24042026-07-22T16:46:26.807Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-07-22T16:46:26.807Z Checking float-ord v0.3.2
24062026-07-22T16:46:26.843Z Compiling cancel-safe-futures v0.1.5
24072026-07-22T16:46:27.520Z Checking linear-map v1.2.0
24082026-07-22T16:46:27.564Z Checking num v0.4.3
24092026-07-22T16:46:27.564Z Checking gethostname v0.5.0
24102026-07-22T16:46:27.564Z Checking ingot v0.1.1
24112026-07-22T16:46:27.564Z Compiling prettyplease v0.2.37
24122026-07-22T16:46:27.564Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24132026-07-22T16:46:27.564Z Checking oxide-update-engine-types v0.1.2
24142026-07-22T16:46:27.564Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24152026-07-22T16:46:27.614Z Compiling progenitor-macro v0.14.0
24162026-07-22T16:46:27.624Z Compiling owo-colors v4.3.0
24172026-07-22T16:46:27.684Z Checking resolv-conf v0.7.6
24182026-07-22T16:46:27.895Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-07-22T16:46:28.208Z Checking oxide-update-engine v0.1.2
24202026-07-22T16:46:28.556Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-22T16:46:28.627Z Checking smawk v0.3.2
24222026-07-22T16:46:28.663Z Checking unicode-linebreak v0.1.5
24232026-07-22T16:46:28.731Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24242026-07-22T16:46:28.776Z Checking papergrid v0.11.0
24252026-07-22T16:46:28.806Z Compiling tabled_derive v0.7.0
24262026-07-22T16:46:28.898Z Compiling convert_case v0.10.0
24272026-07-22T16:46:29.240Z Compiling slog-dtrace v0.3.0
24282026-07-22T16:46:29.599Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24292026-07-22T16:46:29.679Z Compiling derive_more-impl v2.1.1
24302026-07-22T16:46:29.694Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-07-22T16:46:29.694Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-07-22T16:46:29.791Z Checking tabled v0.15.0
24332026-07-22T16:46:29.875Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24342026-07-22T16:46:30.249Z Checking derive_more v2.1.1
24352026-07-22T16:46:30.383Z Checking crossterm v0.29.0
24362026-07-22T16:46:30.697Z Checking linked-hash-map v0.5.6
24372026-07-22T16:46:30.897Z Checking lru-cache v0.1.2
24382026-07-22T16:46:30.968Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24392026-07-22T16:46:31.076Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24402026-07-22T16:46:31.232Z Checking hickory-proto v0.24.4
24412026-07-22T16:46:31.236Z Checking fd-lock v4.0.4
24422026-07-22T16:46:31.851Z Checking vte v0.14.1
24432026-07-22T16:46:31.963Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24442026-07-22T16:46:32.293Z Checking display-error-chain v0.2.2
24452026-07-22T16:46:32.396Z Checking strip-ansi-escapes v0.2.1
24462026-07-22T16:46:32.426Z Checking progenitor v0.14.0
24472026-07-22T16:46:32.622Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24482026-07-22T16:46:32.658Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24492026-07-22T16:46:33.458Z Checking nu-ansi-term v0.50.3
24502026-07-22T16:46:33.525Z Checking termtree v0.5.1
24512026-07-22T16:46:33.597Z Checking reedline v0.40.0
24522026-07-22T16:46:33.649Z Checking hickory-resolver v0.24.4
24532026-07-22T16:46:33.694Z Checking textwrap v0.16.2
24542026-07-22T16:46:33.759Z Compiling minimal-lexical v0.2.1
24552026-07-22T16:46:34.040Z Compiling nom v7.1.3
24562026-07-22T16:46:34.079Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24572026-07-22T16:46:34.124Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-07-22T16:46:34.422Z Checking qorb v0.4.1
24592026-07-22T16:46:34.543Z Compiling unicode-xid v0.2.6
24602026-07-22T16:46:34.698Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24612026-07-22T16:46:34.790Z Compiling ar_archive_writer v0.5.1
24622026-07-22T16:46:34.947Z Checking csv-core v0.1.13
24632026-07-22T16:46:35.156Z Checking csv v1.4.0
24642026-07-22T16:46:35.302Z Compiling stacker v0.1.23
24652026-07-22T16:46:35.382Z Compiling semver v0.1.20
24662026-07-22T16:46:35.683Z Compiling cfg_aliases v0.1.1
24672026-07-22T16:46:35.714Z Checking highway v1.3.0
24682026-07-22T16:46:35.715Z Compiling nix v0.28.0
24692026-07-22T16:46:35.715Z Compiling psm v0.1.30
24702026-07-22T16:46:35.755Z Compiling rustc_version v0.1.7
24712026-07-22T16:46:35.778Z Checking nibble_vec v0.1.0
24722026-07-22T16:46:35.899Z Checking endian-type v0.1.2
24732026-07-22T16:46:35.954Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24742026-07-22T16:46:36.052Z Compiling newtype_derive v0.1.6
24752026-07-22T16:46:36.087Z Checking radix_trie v0.2.1
24762026-07-22T16:46:36.157Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-07-22T16:46:36.200Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24782026-07-22T16:46:36.273Z Checking phf_shared v0.12.1
24792026-07-22T16:46:36.349Z Compiling recursive-proc-macro-impl v0.1.1
24802026-07-22T16:46:36.463Z Compiling chrono-tz v0.10.4
24812026-07-22T16:46:36.675Z Checking phf v0.12.1
24822026-07-22T16:46:36.814Z Checking recursive v0.1.1
24832026-07-22T16:46:36.819Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24842026-07-22T16:46:36.883Z Compiling const_format_proc_macros v0.2.34
24852026-07-22T16:46:36.886Z Compiling peg-macros v0.8.5
24862026-07-22T16:46:36.887Z Checking winnow v0.6.26
24872026-07-22T16:46:36.985Z Checking nom v8.0.0
24882026-07-22T16:46:37.402Z Compiling sqlparser_derive v0.5.0
24892026-07-22T16:46:37.720Z Checking unicode_categories v0.1.1
24902026-07-22T16:46:37.907Z Checking home v0.5.12
24912026-07-22T16:46:38.036Z Checking const_format v0.2.35
24922026-07-22T16:46:38.069Z Checking rustyline v14.0.0
24932026-07-22T16:46:38.226Z Checking sqlformat v0.3.5
24942026-07-22T16:46:38.268Z Checking sqlparser v0.61.0
24952026-07-22T16:46:38.322Z Checking peg v0.8.5
24962026-07-22T16:46:38.524Z Checking bcs v0.1.6
24972026-07-22T16:46:38.579Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24982026-07-22T16:46:38.668Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-07-22T16:46:38.778Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25002026-07-22T16:46:38.796Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25012026-07-22T16:46:38.877Z Checking steno v0.4.1
25022026-07-22T16:46:38.972Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25032026-07-22T16:46:39.076Z Checking sha1 v0.10.6
25042026-07-22T16:46:39.432Z Checking filetime v0.2.27
25052026-07-22T16:46:39.459Z Checking xattr v1.6.1
25062026-07-22T16:46:39.491Z Checking tar v0.4.46
25072026-07-22T16:46:39.813Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25082026-07-22T16:46:39.902Z Checking base64 v0.21.7
25092026-07-22T16:46:39.928Z Checking subprocess v0.2.15
25102026-07-22T16:46:40.014Z Checking headers-core v0.3.0
25112026-07-22T16:46:40.149Z Checking headers v0.4.1
25122026-07-22T16:46:40.193Z Checking yasna v0.5.2
25132026-07-22T16:46:40.253Z Checking port-file v0.1.0
25142026-07-22T16:46:40.464Z Checking dropshot-api-manager-types v0.7.2
25152026-07-22T16:46:40.601Z Checking rcgen v0.12.1
25162026-07-22T16:46:40.635Z Checking tagptr v0.2.0
25172026-07-22T16:46:40.671Z Checking utf-8 v0.7.6
25182026-07-22T16:46:40.880Z Checking moka v0.12.13
25192026-07-22T16:46:40.891Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25202026-07-22T16:46:40.978Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25212026-07-22T16:46:41.027Z Checking tungstenite v0.21.0
25222026-07-22T16:46:41.063Z Compiling radium v0.7.0
25232026-07-22T16:46:41.444Z Compiling maybe-uninit v2.0.0
25242026-07-22T16:46:41.515Z Checking tokio-tungstenite v0.21.0
25252026-07-22T16:46:41.534Z Checking hickory-resolver v0.25.2
25262026-07-22T16:46:41.805Z Compiling libefi-sys v0.1.0
25272026-07-22T16:46:41.842Z Checking tap v1.0.1
25282026-07-22T16:46:41.973Z Checking wyz v0.5.1
25292026-07-22T16:46:42.189Z Compiling zerocopy-derive v0.6.6
25302026-07-22T16:46:42.297Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25312026-07-22T16:46:42.358Z Compiling bitfield-struct v0.6.2
25322026-07-22T16:46:42.585Z Checking crc-catalog v2.4.0
25332026-07-22T16:46:42.703Z Checking funty v2.0.0
25342026-07-22T16:46:42.788Z Compiling packed_struct v0.10.1
25352026-07-22T16:46:42.829Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25362026-07-22T16:46:42.992Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25372026-07-22T16:46:43.028Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25382026-07-22T16:46:43.063Z Checking bitvec v1.0.1
25392026-07-22T16:46:43.143Z Checking zerocopy v0.6.6
25402026-07-22T16:46:43.202Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25412026-07-22T16:46:43.207Z Checking crc v3.4.0
25422026-07-22T16:46:43.306Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-07-22T16:46:43.441Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25442026-07-22T16:46:43.581Z Compiling packed_struct_codegen v0.10.1
25452026-07-22T16:46:43.672Z Compiling bitfield-macros v0.19.4
25462026-07-22T16:46:43.672Z Compiling indexmap v1.9.3
25472026-07-22T16:46:43.792Z Checking nodrop v0.1.14
25482026-07-22T16:46:43.913Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-07-22T16:46:44.019Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-07-22T16:46:44.240Z Checking bitfield v0.19.4
25512026-07-22T16:46:44.287Z Checking array-init v0.0.4
25522026-07-22T16:46:44.434Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25532026-07-22T16:46:44.528Z Checking smallvec v0.6.14
25542026-07-22T16:46:44.619Z Checking hashbrown v0.12.3
25552026-07-22T16:46:44.623Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-07-22T16:46:44.750Z Checking serde-hex v0.1.0
25572026-07-22T16:46:44.835Z Checking ron v0.8.1
25582026-07-22T16:46:45.180Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25592026-07-22T16:46:45.385Z Checking hashbrown v0.13.2
25602026-07-22T16:46:45.420Z Checking crc-any v2.5.0
25612026-07-22T16:46:45.627Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25622026-07-22T16:46:45.668Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25632026-07-22T16:46:45.870Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25642026-07-22T16:46:45.905Z Checking object v0.30.4
25652026-07-22T16:46:48.583Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25662026-07-22T16:46:48.653Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25672026-07-22T16:46:48.653Z Checking path-slash v0.1.5
25682026-07-22T16:46:48.653Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-22T16:46:48.653Z Compiling xshell-macros v0.2.7
25702026-07-22T16:46:48.653Z Checking xshell v0.2.7
25712026-07-22T16:46:48.653Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25722026-07-22T16:46:48.653Z Checking half v1.8.3
25732026-07-22T16:46:48.653Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25742026-07-22T16:46:48.653Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25752026-07-22T16:46:48.653Z Checking serde_cbor v0.11.2
25762026-07-22T16:46:48.653Z Compiling proc-macro-error-attr2 v2.0.0
25772026-07-22T16:46:48.654Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25782026-07-22T16:46:48.654Z Compiling proc-macro-error2 v2.0.1
25792026-07-22T16:46:48.682Z Compiling num-derive v0.3.3
25802026-07-22T16:46:48.682Z Checking maplit v1.0.2
25812026-07-22T16:46:48.682Z Checking papergrid v0.17.0
25822026-07-22T16:46:48.682Z Checking testing_table v0.3.0
25832026-07-22T16:46:48.682Z Compiling tabled_derive v0.11.0
25842026-07-22T16:46:48.682Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25852026-07-22T16:46:48.851Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-07-22T16:46:48.890Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-07-22T16:46:48.957Z Compiling progenitor-impl v0.13.0
25882026-07-22T16:46:48.993Z Checking libscf-sys v1.1.0
25892026-07-22T16:46:49.150Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-07-22T16:46:49.293Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25912026-07-22T16:46:49.390Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25922026-07-22T16:46:49.470Z Checking tabled v0.20.0
25932026-07-22T16:46:49.708Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25942026-07-22T16:46:49.854Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-07-22T16:46:50.086Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25962026-07-22T16:46:50.322Z Checking progenitor-client v0.13.0
25972026-07-22T16:46:50.591Z Checking crc8 v0.1.1
25982026-07-22T16:46:50.721Z Checking unicase v2.9.0
25992026-07-22T16:46:50.757Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26002026-07-22T16:46:50.924Z Checking fxhash v0.2.1
26012026-07-22T16:46:51.079Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26022026-07-22T16:46:51.158Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26032026-07-22T16:46:51.535Z Compiling vergen-lib v0.1.6
26042026-07-22T16:46:51.591Z Compiling progenitor-macro v0.13.0
26052026-07-22T16:46:51.626Z Compiling diesel_derives v2.3.7
26062026-07-22T16:46:51.818Z Compiling dsl_auto_type v0.2.0
26072026-07-22T16:46:51.854Z Checking scheduled-thread-pool v0.2.7
26082026-07-22T16:46:51.923Z Compiling vergen-gitcl v1.0.8
26092026-07-22T16:46:51.957Z Compiling diesel_table_macro_syntax v0.3.0
26102026-07-22T16:46:52.047Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-07-22T16:46:52.082Z Checking r2d2 v0.8.10
26122026-07-22T16:46:52.186Z Checking downcast-rs v2.0.2
26132026-07-22T16:46:52.286Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26142026-07-22T16:46:52.321Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26152026-07-22T16:46:52.410Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26162026-07-22T16:46:52.596Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-07-22T16:46:52.682Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26182026-07-22T16:46:52.778Z Checking kstat-rs v0.2.4
26192026-07-22T16:46:52.814Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26202026-07-22T16:46:52.819Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26212026-07-22T16:46:52.849Z Checking arc-swap v1.8.2
26222026-07-22T16:46:52.975Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26232026-07-22T16:46:53.011Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26242026-07-22T16:46:53.146Z Checking slog-scope v4.4.1
26252026-07-22T16:46:53.299Z Compiling dirs-sys-next v0.1.2
26262026-07-22T16:46:53.335Z Compiling parking_lot_core v0.8.6
26272026-07-22T16:46:53.613Z Compiling crunchy v0.2.4
26282026-07-22T16:46:53.683Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26292026-07-22T16:46:53.686Z Compiling dirs-next v2.0.0
26302026-07-22T16:46:53.752Z Checking slog-stdlog v4.1.1
26312026-07-22T16:46:53.869Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26322026-07-22T16:46:53.904Z Compiling clang-sys v1.8.1
26332026-07-22T16:46:53.985Z Compiling git-stub v1.0.0
26342026-07-22T16:46:54.270Z Compiling tiny-keccak v2.0.2
26352026-07-22T16:46:54.353Z Compiling git-stub-vcs v0.1.0
26362026-07-22T16:46:54.496Z Checking slog-envlogger v2.2.0
26372026-07-22T16:46:54.568Z Compiling term v0.7.0
26382026-07-22T16:46:54.681Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26392026-07-22T16:46:54.732Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26402026-07-22T16:46:54.839Z Compiling bit-vec v0.6.3
26412026-07-22T16:46:54.990Z Compiling ascii-canvas v3.0.0
26422026-07-22T16:46:54.993Z Checking parking_lot v0.11.2
26432026-07-22T16:46:55.089Z Compiling bit-set v0.5.3
26442026-07-22T16:46:55.134Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26452026-07-22T16:46:55.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26462026-07-22T16:46:55.276Z Checking prefix-trie v0.7.0
26472026-07-22T16:46:55.277Z Compiling itertools v0.10.5
26482026-07-22T16:46:55.447Z Compiling ena v0.14.4
26492026-07-22T16:46:55.640Z Compiling libloading v0.8.9
26502026-07-22T16:46:55.674Z Compiling diff v0.1.13
26512026-07-22T16:46:55.709Z Compiling bindgen v0.71.1
26522026-07-22T16:46:55.713Z Compiling regex-syntax v0.6.29
26532026-07-22T16:46:56.029Z Checking hickory-server v0.25.2
26542026-07-22T16:46:56.248Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26552026-07-22T16:46:56.422Z Checking sled v0.34.7
26562026-07-22T16:46:56.492Z Checking progenitor v0.13.0
26572026-07-22T16:46:56.650Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26582026-07-22T16:46:56.865Z Compiling cexpr v0.6.0
26592026-07-22T16:46:57.290Z Compiling lalrpop v0.19.12
26602026-07-22T16:46:57.553Z Checking nanorand v0.7.0
26612026-07-22T16:46:57.678Z Compiling rustc-hash v2.1.1
26622026-07-22T16:46:57.723Z Checking diesel v2.3.7
26632026-07-22T16:46:57.789Z Compiling salty v0.3.0
26642026-07-22T16:46:57.904Z Checking flume v0.11.1
26652026-07-22T16:46:58.118Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-22T16:46:58.169Z Compiling libxml v0.3.3
26672026-07-22T16:46:58.271Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26682026-07-22T16:46:58.690Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26692026-07-22T16:46:59.112Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26702026-07-22T16:46:59.248Z Compiling strum_macros v0.24.3
26712026-07-22T16:46:59.588Z Compiling fs-err v2.11.0
26722026-07-22T16:46:59.775Z Compiling indoc v1.0.9
26732026-07-22T16:47:00.251Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-22T16:47:00.497Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26752026-07-22T16:47:00.566Z Checking quick-xml v0.37.5
26762026-07-22T16:47:00.638Z Checking derive_builder v0.20.2
26772026-07-22T16:47:00.777Z Compiling oso-derive v0.27.3
26782026-07-22T16:47:00.939Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-22T16:47:01.351Z Compiling trait-variant v0.1.2
26802026-07-22T16:47:01.506Z Checking openssl-probe v0.1.6
26812026-07-22T16:47:01.940Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26822026-07-22T16:47:01.958Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-22T16:47:02.501Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-07-22T16:47:02.780Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26852026-07-22T16:47:03.114Z Checking rfc6979 v0.4.0
26862026-07-22T16:47:03.241Z Checking parse-size v1.1.0
26872026-07-22T16:47:03.273Z Checking assert_matches v1.5.0
26882026-07-22T16:47:03.280Z Checking ecdsa v0.16.9
26892026-07-22T16:47:03.399Z Checking primeorder v0.13.6
26902026-07-22T16:47:03.413Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26912026-07-22T16:47:03.653Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-07-22T16:47:03.688Z Checking p384 v0.13.1
26932026-07-22T16:47:03.892Z Checking predicates-tree v1.0.13
26942026-07-22T16:47:04.039Z Checking bb8 v0.8.6
26952026-07-22T16:47:04.278Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26962026-07-22T16:47:04.388Z Compiling mime_guess v2.0.5
26972026-07-22T16:47:04.425Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26982026-07-22T16:47:04.461Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-07-22T16:47:04.558Z Checking http-range v0.1.5
27002026-07-22T16:47:04.776Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27012026-07-22T16:47:04.936Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27022026-07-22T16:47:05.044Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-22T16:47:05.090Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27042026-07-22T16:47:05.223Z Checking atty v0.2.14
27052026-07-22T16:47:05.258Z Checking corncobs v0.1.4
27062026-07-22T16:47:05.271Z Checking nonempty v0.12.0
27072026-07-22T16:47:05.306Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-07-22T16:47:05.384Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-07-22T16:47:05.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27102026-07-22T16:47:05.670Z Checking ignore v0.4.25
27112026-07-22T16:47:05.673Z Checking secrecy v0.8.0
27122026-07-22T16:47:05.785Z Checking hyper-staticfile v0.10.1
27132026-07-22T16:47:06.075Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27142026-07-22T16:47:06.135Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27152026-07-22T16:47:06.171Z Checking globwalk v0.9.1
27162026-07-22T16:47:06.386Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27172026-07-22T16:47:06.459Z Compiling illumos-nvpair-sys v0.2.0
27182026-07-22T16:47:06.505Z Checking camino-tempfile-ext v0.3.3
27192026-07-22T16:47:06.594Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27202026-07-22T16:47:06.730Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-07-22T16:47:06.775Z Checking signal-hook-tokio v0.3.1
27222026-07-22T16:47:06.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27232026-07-22T16:47:07.127Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27242026-07-22T16:47:07.227Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27252026-07-22T16:47:07.381Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27262026-07-22T16:47:07.621Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27272026-07-22T16:47:07.905Z Checking illumos-nvpair v0.3.0
27282026-07-22T16:47:07.940Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27292026-07-22T16:47:07.978Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27302026-07-22T16:47:08.016Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27312026-07-22T16:47:08.092Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-07-22T16:47:08.360Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27332026-07-22T16:47:08.397Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27342026-07-22T16:47:08.824Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27352026-07-22T16:47:09.118Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27362026-07-22T16:47:09.493Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27372026-07-22T16:47:09.699Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27382026-07-22T16:47:09.825Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27392026-07-22T16:47:09.958Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27402026-07-22T16:47:10.067Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-22T16:47:10.525Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-07-22T16:47:10.776Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-07-22T16:47:10.976Z Checking tungstenite v0.23.0
27442026-07-22T16:47:11.074Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27452026-07-22T16:47:11.372Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-22T16:47:11.456Z Checking tokio-tungstenite v0.23.1
27472026-07-22T16:47:11.756Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27482026-07-22T16:47:11.759Z Checking rand_seeder v0.4.0
27492026-07-22T16:47:11.830Z Checking void v1.0.2
27502026-07-22T16:47:11.968Z Checking async-bb8-diesel v0.2.1
27512026-07-22T16:47:11.971Z Checking diesel-dtrace v0.5.0
27522026-07-22T16:47:12.123Z Checking lzss v0.8.2
27532026-07-22T16:47:12.249Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27542026-07-22T16:47:12.285Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27552026-07-22T16:47:12.340Z Checking nix v0.27.1
27562026-07-22T16:47:12.375Z Checking serde_bytes v0.11.19
27572026-07-22T16:47:12.440Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-07-22T16:47:12.591Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-07-22T16:47:12.591Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27602026-07-22T16:47:12.897Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27612026-07-22T16:47:13.300Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27622026-07-22T16:47:13.544Z Checking yansi v1.0.1
27632026-07-22T16:47:13.579Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27642026-07-22T16:47:13.617Z Checking is_ci v1.2.0
27652026-07-22T16:47:13.748Z Checking cpubits v0.1.1
27662026-07-22T16:47:13.826Z Checking pretty_assertions v1.4.1
27672026-07-22T16:47:13.861Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27682026-07-22T16:47:13.989Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-07-22T16:47:14.144Z Checking pem-rfc7468 v1.0.0
27702026-07-22T16:47:14.306Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-07-22T16:47:14.346Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-07-22T16:47:14.609Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27732026-07-22T16:47:14.854Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-22T16:47:15.106Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27752026-07-22T16:47:15.545Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-22T16:47:15.613Z Checking hmac v0.13.0
27772026-07-22T16:47:15.650Z Checking sha2 v0.11.0
27782026-07-22T16:47:15.803Z Checking universal-hash v0.6.1
27792026-07-22T16:47:15.967Z Compiling libz-sys v1.1.24
27802026-07-22T16:47:16.391Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-22T16:47:16.394Z Compiling instability v0.3.11
27822026-07-22T16:47:16.460Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-07-22T16:47:16.702Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27842026-07-22T16:47:16.817Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27852026-07-22T16:47:16.853Z Checking castaway v0.2.4
27862026-07-22T16:47:16.994Z Compiling indoc v2.0.7
27872026-07-22T16:47:17.103Z Checking compact_str v0.8.1
27882026-07-22T16:47:17.527Z Checking polyval v0.7.1
27892026-07-22T16:47:17.730Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-22T16:47:17.999Z Checking der v0.8.0
27912026-07-22T16:47:18.154Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-22T16:47:18.217Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27932026-07-22T16:47:18.252Z Checking unicode-truncate v1.1.0
27942026-07-22T16:47:18.395Z Checking lru v0.12.5
27952026-07-22T16:47:18.431Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-07-22T16:47:18.467Z Checking cassowary v0.3.0
27972026-07-22T16:47:18.680Z Checking ghash v0.6.0
27982026-07-22T16:47:18.717Z Checking ratatui v0.29.0
27992026-07-22T16:47:18.846Z Checking pbkdf2 v0.13.0
28002026-07-22T16:47:18.996Z Checking aes v0.9.1
28012026-07-22T16:47:19.031Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28022026-07-22T16:47:19.441Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28032026-07-22T16:47:19.695Z Checking ctr v0.10.1
28042026-07-22T16:47:19.908Z Checking aead v0.6.1
28052026-07-22T16:47:20.049Z Checking cargo-platform v0.3.2
28062026-07-22T16:47:20.084Z Checking aes-gcm v0.11.0
28072026-07-22T16:47:20.247Z Checking spki v0.8.0
28082026-07-22T16:47:20.283Z Checking cargo_metadata v0.23.1
28092026-07-22T16:47:20.286Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-07-22T16:47:20.449Z Checking crypto-bigint v0.7.5
28112026-07-22T16:47:21.089Z Checking supports-color v3.0.2
28122026-07-22T16:47:21.256Z Checking console v0.16.2
28132026-07-22T16:47:21.598Z Checking cbc v0.2.1
28142026-07-22T16:47:21.771Z Checking salsa20 v0.11.0
28152026-07-22T16:47:21.797Z Compiling vergen-git2 v9.1.0
28162026-07-22T16:47:21.937Z Checking plotters-backend v0.3.7
28172026-07-22T16:47:22.029Z Checking unit-prefix v0.5.2
28182026-07-22T16:47:22.171Z Checking plotters-svg v0.3.7
28192026-07-22T16:47:22.206Z Checking indicatif v0.18.4
28202026-07-22T16:47:22.392Z Checking scrypt v0.12.0
28212026-07-22T16:47:22.593Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-07-22T16:47:22.627Z Checking libsw-core v0.3.2
28232026-07-22T16:47:22.734Z Checking cast v0.3.0
28242026-07-22T16:47:22.805Z Checking libsw v3.5.0
28252026-07-22T16:47:22.886Z Checking pkcs5 v0.8.1
28262026-07-22T16:47:22.920Z Checking criterion-plot v0.6.0
28272026-07-22T16:47:22.987Z Checking plotters v0.3.7
28282026-07-22T16:47:23.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28292026-07-22T16:47:23.227Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28302026-07-22T16:47:23.464Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28312026-07-22T16:47:23.705Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-07-22T16:47:23.750Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28332026-07-22T16:47:23.943Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28342026-07-22T16:47:23.986Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28352026-07-22T16:47:24.179Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-22T16:47:24.218Z Checking colored v2.2.0
28372026-07-22T16:47:24.251Z Checking tinytemplate v1.2.1
28382026-07-22T16:47:24.449Z Checking anes v0.1.6
28392026-07-22T16:47:24.494Z Checking shell-words v1.1.1
28402026-07-22T16:47:24.648Z Checking oorandom v11.1.5
28412026-07-22T16:47:24.788Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-07-22T16:47:24.796Z Checking criterion v0.7.0
28432026-07-22T16:47:25.073Z Checking pkcs8 v0.11.0
28442026-07-22T16:47:25.304Z Checking oxide-update-engine-display v0.1.2
28452026-07-22T16:47:25.635Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-22T16:47:26.018Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28472026-07-22T16:47:26.409Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28482026-07-22T16:47:26.936Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-07-22T16:47:27.734Z Checking tokio-test v0.4.5
28502026-07-22T16:47:27.970Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-07-22T16:47:28.209Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28522026-07-22T16:47:28.623Z Checking twox-hash v2.1.2
28532026-07-22T16:47:28.962Z Checking ff v0.14.0
28542026-07-22T16:47:29.131Z Checking constant_time_eq v0.4.2
28552026-07-22T16:47:29.301Z Checking arrayref v0.3.9
28562026-07-22T16:47:29.406Z Checking arrayvec v0.7.6
28572026-07-22T16:47:29.509Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28582026-07-22T16:47:29.625Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28592026-07-22T16:47:29.707Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-22T16:47:30.303Z Checking fatfs v0.3.6
28612026-07-22T16:47:30.474Z Checking signature v3.0.0
28622026-07-22T16:47:30.657Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28632026-07-22T16:47:30.711Z Compiling seq-macro v0.3.6
28642026-07-22T16:47:30.784Z Checking base16ct v1.0.0
28652026-07-22T16:47:30.953Z Checking sec1 v0.8.1
28662026-07-22T16:47:31.186Z Checking group v0.14.0
28672026-07-22T16:47:31.190Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28682026-07-22T16:47:31.265Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28692026-07-22T16:47:31.367Z Checking hkdf v0.13.0
28702026-07-22T16:47:31.402Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28712026-07-22T16:47:31.528Z Compiling petname v2.0.2
28722026-07-22T16:47:31.996Z Checking elliptic-curve v0.14.0-rc.33
28732026-07-22T16:47:32.208Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28742026-07-22T16:47:32.497Z Checking concurrent-queue v2.5.0
28752026-07-22T16:47:32.712Z Checking rtoolbox v0.0.3
28762026-07-22T16:47:32.717Z Checking parking v2.2.1
28772026-07-22T16:47:32.867Z Checking event-listener v5.4.1
28782026-07-22T16:47:32.908Z Checking rpassword v7.5.4
28792026-07-22T16:47:33.138Z Checking tui-tree-widget v0.23.1
28802026-07-22T16:47:33.357Z Checking rfc6979 v0.5.0
28812026-07-22T16:47:33.525Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28822026-07-22T16:47:33.546Z Checking sapling-renderdag v0.1.0
28832026-07-22T16:47:33.701Z Compiling blake3 v1.8.5
28842026-07-22T16:47:33.812Z Checking sync-ptr v0.1.4
28852026-07-22T16:47:33.959Z Checking ecdsa v0.17.0-rc.18
28862026-07-22T16:47:34.353Z Checking event-listener-strategy v0.5.4
28872026-07-22T16:47:34.515Z Checking primeorder v0.14.0-rc.10
28882026-07-22T16:47:34.610Z Checking primefield v0.14.0
28892026-07-22T16:47:34.843Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28902026-07-22T16:47:34.879Z Compiling curve25519-dalek v5.0.0-rc.0
28912026-07-22T16:47:35.084Z Checking futures-timer v3.0.3
28922026-07-22T16:47:35.388Z Checking async-lock v3.4.2
28932026-07-22T16:47:35.564Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28942026-07-22T16:47:35.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28952026-07-22T16:47:35.804Z Checking ssh-encoding v0.3.0-rc.9
28962026-07-22T16:47:36.071Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28972026-07-22T16:47:36.660Z Checking topological-sort v0.2.2
28982026-07-22T16:47:36.830Z Compiling strsim v0.10.0
28992026-07-22T16:47:37.153Z Compiling darling_core v0.13.4
29002026-07-22T16:47:37.188Z Checking omicron-zone-package v0.12.3
29012026-07-22T16:47:38.098Z Checking async-object-pool v0.2.0
29022026-07-22T16:47:38.361Z Checking ed25519 v3.0.0
29032026-07-22T16:47:38.428Z Compiling samael v0.0.19
29042026-07-22T16:47:38.569Z Checking crypto-primes v0.7.2
29052026-07-22T16:47:39.013Z Checking pkcs1 v0.8.0-rc.4
29062026-07-22T16:47:39.085Z Checking poly1305 v0.9.0
29072026-07-22T16:47:39.246Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29082026-07-22T16:47:39.380Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29092026-07-22T16:47:39.557Z Checking serde_regex v1.1.0
29102026-07-22T16:47:39.636Z Checking blowfish v0.10.0
29112026-07-22T16:47:39.738Z Checking blake2 v0.11.0-rc.6
29122026-07-22T16:47:39.814Z Checking assert-json-diff v2.0.2
29132026-07-22T16:47:40.010Z Checking path-tree v0.8.3
29142026-07-22T16:47:40.047Z Checking keccak v0.2.0
29152026-07-22T16:47:40.051Z Compiling target-lexicon v0.13.3
29162026-07-22T16:47:40.226Z Checking fiat-crypto v0.3.0
29172026-07-22T16:47:40.260Z Checking stringmetrics v2.2.2
29182026-07-22T16:47:40.439Z Checking gimli v0.32.3
29192026-07-22T16:47:40.661Z Checking httpmock v0.8.3
29202026-07-22T16:47:42.017Z Checking addr2line v0.25.1
29212026-07-22T16:47:42.315Z Checking sha3 v0.11.0
29222026-07-22T16:47:42.690Z Checking argon2 v0.6.0-rc.8
29232026-07-22T16:47:42.895Z Checking bcrypt-pbkdf v0.11.0
29242026-07-22T16:47:43.034Z Checking rsa v0.10.0-rc.18
29252026-07-22T16:47:43.079Z Checking ssh-cipher v0.3.0-rc.9
29262026-07-22T16:47:43.320Z Checking ed25519-dalek v3.0.0-rc.0
29272026-07-22T16:47:43.552Z Compiling darling_macro v0.13.4
29282026-07-22T16:47:43.641Z Checking p256 v0.14.0-rc.10
29292026-07-22T16:47:44.071Z Checking p521 v0.14.0-rc.10
29302026-07-22T16:47:44.419Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29312026-07-22T16:47:44.691Z Checking kem v0.3.0
29322026-07-22T16:47:44.840Z Checking module-lattice v0.2.3
29332026-07-22T16:47:45.094Z Checking hex-literal v0.4.1
29342026-07-22T16:47:45.225Z Compiling guppy-workspace-hack v0.1.0
29352026-07-22T16:47:45.388Z Checking p384 v0.14.0-rc.10
29362026-07-22T16:47:45.440Z Checking rustc-demangle v0.1.27
29372026-07-22T16:47:45.524Z Checking ml-kem v0.3.2
29382026-07-22T16:47:45.693Z Checking backtrace v0.3.76
29392026-07-22T16:47:46.052Z Compiling darling v0.13.4
29402026-07-22T16:47:46.128Z Compiling git2 v0.20.4
29412026-07-22T16:47:46.350Z Checking russh-cryptovec v0.61.0
29422026-07-22T16:47:46.434Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29432026-07-22T16:47:46.541Z Checking internal-russh-num-bigint v0.5.0
29442026-07-22T16:47:46.674Z Checking num-bigint v0.4.6
29452026-07-22T16:47:47.119Z Checking russh-util v0.52.0
29462026-07-22T16:47:47.276Z Checking generic-array v1.4.3
29472026-07-22T16:47:47.407Z Compiling enum_dispatch v0.3.13
29482026-07-22T16:47:47.453Z Checking ssh-key v0.7.0-rc.10
29492026-07-22T16:47:47.708Z Compiling delegate v0.13.5
29502026-07-22T16:47:47.771Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29512026-07-22T16:47:48.233Z Checking hex-literal v1.1.0
29522026-07-22T16:47:48.402Z Checking md5 v0.8.0
29532026-07-22T16:47:48.437Z Compiling target-spec v3.5.7
29542026-07-22T16:47:48.605Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29552026-07-22T16:47:48.697Z Checking russh v0.61.2
29562026-07-22T16:47:48.987Z Checking cfg-expr v0.20.6
29572026-07-22T16:47:49.026Z Compiling serde_with_macros v1.5.2
29582026-07-22T16:47:49.280Z Checking backtrace-ext v0.2.1
29592026-07-22T16:47:49.433Z Checking supports-color v2.1.0
29602026-07-22T16:47:49.470Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29612026-07-22T16:47:49.504Z Checking textwrap v0.15.2
29622026-07-22T16:47:49.598Z Checking supports-unicode v2.1.0
29632026-07-22T16:47:49.739Z Checking supports-hyperlinks v2.1.0
29642026-07-22T16:47:49.774Z Checking hashbrown v0.14.5
29652026-07-22T16:47:49.888Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29662026-07-22T16:47:49.921Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29672026-07-22T16:47:50.102Z Checking terminal_size v0.1.17
29682026-07-22T16:47:50.153Z Checking socket2 v0.5.10
29692026-07-22T16:47:50.247Z Compiling miette-derive v5.10.0
29702026-07-22T16:47:50.311Z Checking owo-colors v3.5.0
29712026-07-22T16:47:50.432Z Checking internet-checksum v0.2.1
29722026-07-22T16:47:50.871Z Checking chumsky v0.9.3
29732026-07-22T16:47:51.458Z Checking miette v5.10.0
29742026-07-22T16:47:51.973Z Compiling serde_with v1.14.0
29752026-07-22T16:47:52.083Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-07-22T16:47:52.246Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-07-22T16:47:52.310Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29782026-07-22T16:47:52.662Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29792026-07-22T16:47:52.880Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29802026-07-22T16:47:53.061Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29812026-07-22T16:47:53.099Z Compiling knuffel-derive v3.2.0
29822026-07-22T16:47:53.133Z Checking httptest v0.16.4
29832026-07-22T16:47:53.170Z Checking pathdiff v0.2.3
29842026-07-22T16:47:53.309Z Checking nested v0.1.1
29852026-07-22T16:47:53.476Z Checking guppy v0.17.25
29862026-07-22T16:47:53.528Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29872026-07-22T16:47:53.892Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29882026-07-22T16:47:54.155Z Checking similar-asserts v1.7.0
29892026-07-22T16:47:54.351Z Compiling target-triple v1.0.0
29902026-07-22T16:47:54.455Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29912026-07-22T16:47:54.654Z Checking knuffel v3.2.0
29922026-07-22T16:47:54.735Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29932026-07-22T16:47:54.828Z Compiling polar-core v0.27.3
29942026-07-22T16:47:55.204Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29952026-07-22T16:47:55.300Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29962026-07-22T16:47:55.335Z Checking hickory-client v0.25.2
29972026-07-22T16:47:55.632Z Checking escape8259 v0.5.3
29982026-07-22T16:47:55.813Z Compiling assert_cmd v2.1.2
29992026-07-22T16:47:55.952Z Checking libtest-mimic v0.8.1
30002026-07-22T16:47:56.301Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30012026-07-22T16:47:56.337Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30022026-07-22T16:47:56.340Z Checking blake2b_simd v1.0.4
30032026-07-22T16:47:56.430Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30042026-07-22T16:47:56.800Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-22T16:47:56.840Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30062026-07-22T16:47:57.011Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30072026-07-22T16:47:57.212Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30082026-07-22T16:47:57.259Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30092026-07-22T16:47:57.391Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30102026-07-22T16:47:57.538Z Checking fancy-regex v0.14.0
30112026-07-22T16:47:57.622Z Checking serde_tokenstream v0.2.3
30122026-07-22T16:47:57.853Z Checking approx v0.5.1
30132026-07-22T16:47:57.893Z Compiling rstest_macros v0.25.0
30142026-07-22T16:47:57.923Z Checking uzers v0.12.2
30152026-07-22T16:47:58.019Z Compiling linkme-impl v0.3.35
30162026-07-22T16:47:58.167Z Checking constant_time_eq v0.3.1
30172026-07-22T16:47:58.218Z Checking termcolor v1.4.1
30182026-07-22T16:47:58.294Z Checking rust-argon2 v2.1.0
30192026-07-22T16:47:58.454Z Checking trybuild v1.0.116
30202026-07-22T16:47:58.529Z Checking datatest-stable v0.3.3
30212026-07-22T16:47:58.870Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30222026-07-22T16:47:58.951Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30232026-07-22T16:47:59.142Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30242026-07-22T16:47:59.302Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30252026-07-22T16:47:59.338Z Checking support-bundle-viewer v0.1.2
30262026-07-22T16:47:59.612Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30272026-07-22T16:47:59.809Z Checking oso v0.27.3
30282026-07-22T16:47:59.851Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30292026-07-22T16:48:00.092Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30302026-07-22T16:48:00.155Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30312026-07-22T16:48:00.327Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30322026-07-22T16:48:00.417Z Checking drift v0.2.0
30332026-07-22T16:48:00.726Z Checking rand_distr v0.5.1
30342026-07-22T16:48:00.948Z Checking digest-io v0.1.0
30352026-07-22T16:48:00.985Z Checking multimap v0.10.1
30362026-07-22T16:48:01.133Z Compiling relative-path v1.9.3
30372026-07-22T16:48:01.145Z Checking rawzip v0.4.4
30382026-07-22T16:48:01.179Z Compiling linkme v0.3.35
30392026-07-22T16:48:01.534Z Checking dropshot-api-manager v0.7.2
30402026-07-22T16:48:01.623Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30412026-07-22T16:48:02.584Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30422026-07-22T16:48:02.871Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30432026-07-22T16:48:02.934Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30442026-07-22T16:48:02.974Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30452026-07-22T16:48:03.156Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30462026-07-22T16:48:03.215Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30472026-07-22T16:48:03.516Z Checking cargo_toml v0.21.0
30482026-07-22T16:48:03.608Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30492026-07-22T16:48:03.656Z Checking partial-io v0.5.4
30502026-07-22T16:48:03.875Z Checking termios v0.3.3
30512026-07-22T16:48:03.911Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30522026-07-22T16:48:04.103Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30532026-07-22T16:48:04.349Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30542026-07-22T16:48:04.901Z Checking rstest v0.25.0
30552026-07-22T16:48:07.362Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30562026-07-22T16:48:08.952Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30572026-07-22T16:48:13.295Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30582026-07-22T16:48:16.265Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30592026-07-22T16:48:16.463Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30602026-07-22T16:48:18.933Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30612026-07-22T16:48:22.564Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30622026-07-22T16:48:26.602Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30632026-07-22T16:48:34.244Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30642026-07-22T16:48:34.372Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30652026-07-22T16:48:34.372Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30662026-07-22T16:48:39.245Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30672026-07-22T16:48:43.419Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30682026-07-22T16:49:00.993Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30692026-07-22T16:49:56.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30702026-07-22T16:49:57.495Z
30712026-07-22T16:49:57.495Zreal 4:09.442541524
30722026-07-22T16:49:57.495Zuser 21:24.703050396
30732026-07-22T16:49:57.495Zsys 4:58.834630612
30742026-07-22T16:49:57.495Ztrap 0.518285118
30752026-07-22T16:49:57.495Ztflt 0.485393511
30762026-07-22T16:49:57.495Zdflt 0.539439414
30772026-07-22T16:49:57.495Zkflt 0.005492903
30782026-07-22T16:49:57.495Zlock 58:29.654674425
30792026-07-22T16:49:57.495Zslp 57:53.817753329
30802026-07-22T16:49:57.495Zlat 1:47.753261280
30812026-07-22T16:49:57.495Zstop 11:44.663276915
30822026-07-22T16:49:57.498Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30832026-07-22T16:49:57.498Z+ ptime -m cargo doc --workspace --no-deps
30842026-07-22T16:49:58.312Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30852026-07-22T16:49:58.312Z |
30862026-07-22T16:49:58.312Z = 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)`
30872026-07-22T16:49:58.312Z = 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>
30882026-07-22T16:49:59.334Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30892026-07-22T16:49:59.569Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30902026-07-22T16:49:59.614Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30912026-07-22T16:49:59.677Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30922026-07-22T16:49:59.709Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30932026-07-22T16:49:59.774Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30942026-07-22T16:49:59.891Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30952026-07-22T16:49:59.925Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-07-22T16:49:59.928Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30972026-07-22T16:49:59.975Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30982026-07-22T16:50:00.065Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-07-22T16:50:00.151Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-07-22T16:50:00.176Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31012026-07-22T16:50:00.218Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31022026-07-22T16:50:00.242Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31032026-07-22T16:50:00.265Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-22T16:50:00.289Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31052026-07-22T16:50:00.366Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31062026-07-22T16:50:00.378Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31072026-07-22T16:50:00.407Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31082026-07-22T16:50:00.430Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31092026-07-22T16:50:00.669Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31102026-07-22T16:50:00.818Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31112026-07-22T16:50:00.869Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31122026-07-22T16:50:00.933Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31132026-07-22T16:50:00.983Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31142026-07-22T16:50:01.127Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31152026-07-22T16:50:01.155Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31162026-07-22T16:50:01.290Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31172026-07-22T16:50:01.412Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31182026-07-22T16:50:01.458Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31192026-07-22T16:50:01.604Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31202026-07-22T16:50:01.698Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31212026-07-22T16:50:01.734Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31222026-07-22T16:50:01.793Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31232026-07-22T16:50:01.924Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31242026-07-22T16:50:01.969Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31252026-07-22T16:50:02.040Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31262026-07-22T16:50:02.063Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31272026-07-22T16:50:02.304Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282026-07-22T16:50:02.364Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31292026-07-22T16:50:02.533Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31302026-07-22T16:50:02.577Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31312026-07-22T16:50:02.624Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31322026-07-22T16:50:02.708Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31332026-07-22T16:50:02.776Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31342026-07-22T16:50:02.902Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31352026-07-22T16:50:02.913Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31362026-07-22T16:50:02.964Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31372026-07-22T16:50:03.026Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31382026-07-22T16:50:03.090Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31392026-07-22T16:50:03.157Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31402026-07-22T16:50:03.210Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31412026-07-22T16:50:03.249Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31422026-07-22T16:50:03.302Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31432026-07-22T16:50:03.370Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31442026-07-22T16:50:03.421Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31452026-07-22T16:50:03.447Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31462026-07-22T16:50:03.472Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31472026-07-22T16:50:03.515Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31482026-07-22T16:50:03.575Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-07-22T16:50:03.633Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31502026-07-22T16:50:04.014Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31512026-07-22T16:50:04.192Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31522026-07-22T16:50:04.339Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31532026-07-22T16:50:04.619Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31542026-07-22T16:50:04.647Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31552026-07-22T16:50:05.090Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-07-22T16:50:05.094Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31572026-07-22T16:50:05.141Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31582026-07-22T16:50:05.164Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31592026-07-22T16:50:05.359Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31602026-07-22T16:50:05.369Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31612026-07-22T16:50:05.384Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31622026-07-22T16:50:05.446Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31632026-07-22T16:50:05.652Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31642026-07-22T16:50:06.175Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31652026-07-22T16:50:06.430Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31662026-07-22T16:50:06.531Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31672026-07-22T16:50:06.667Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31682026-07-22T16:50:06.777Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31692026-07-22T16:50:06.876Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31702026-07-22T16:50:06.912Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31712026-07-22T16:50:06.936Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31722026-07-22T16:50:07.114Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31732026-07-22T16:50:07.307Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31742026-07-22T16:50:07.329Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31752026-07-22T16:50:07.353Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31762026-07-22T16:50:07.473Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31772026-07-22T16:50:07.498Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31782026-07-22T16:50:07.550Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31792026-07-22T16:50:07.596Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31802026-07-22T16:50:07.619Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31812026-07-22T16:50:07.664Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31822026-07-22T16:50:07.686Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31832026-07-22T16:50:07.835Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31842026-07-22T16:50:07.862Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31852026-07-22T16:50:07.939Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31862026-07-22T16:50:07.962Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31872026-07-22T16:50:07.966Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31882026-07-22T16:50:08.032Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31892026-07-22T16:50:08.109Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31902026-07-22T16:50:08.201Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31912026-07-22T16:50:08.243Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31922026-07-22T16:50:08.267Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31932026-07-22T16:50:08.561Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31942026-07-22T16:50:08.565Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31952026-07-22T16:50:08.608Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31962026-07-22T16:50:09.085Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31972026-07-22T16:50:09.338Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31982026-07-22T16:50:09.592Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31992026-07-22T16:50:10.230Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32002026-07-22T16:50:10.354Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32012026-07-22T16:50:10.549Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32022026-07-22T16:50:10.854Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32032026-07-22T16:50:11.331Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32042026-07-22T16:50:12.333Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32052026-07-22T16:50:12.720Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32062026-07-22T16:50:12.947Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32072026-07-22T16:50:13.076Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32082026-07-22T16:50:13.492Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32092026-07-22T16:50:13.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32102026-07-22T16:50:13.620Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32112026-07-22T16:50:13.743Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32122026-07-22T16:50:13.996Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32132026-07-22T16:50:14.301Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32142026-07-22T16:50:14.326Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32152026-07-22T16:50:14.468Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32162026-07-22T16:50:14.612Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32172026-07-22T16:50:14.641Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32182026-07-22T16:50:15.184Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32192026-07-22T16:50:15.260Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32202026-07-22T16:50:15.574Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32212026-07-22T16:50:15.641Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32222026-07-22T16:50:15.666Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32232026-07-22T16:50:15.844Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32242026-07-22T16:50:16.398Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32252026-07-22T16:50:16.518Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32262026-07-22T16:50:16.559Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32272026-07-22T16:50:17.195Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-22T16:50:17.270Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32292026-07-22T16:50:17.666Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32302026-07-22T16:50:18.275Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32312026-07-22T16:50:18.642Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32322026-07-22T16:50:19.351Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32332026-07-22T16:50:19.583Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32342026-07-22T16:50:19.919Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32352026-07-22T16:50:20.094Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32362026-07-22T16:50:20.397Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32372026-07-22T16:50:21.298Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32382026-07-22T16:50:21.342Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32392026-07-22T16:50:21.577Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32402026-07-22T16:50:21.966Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32412026-07-22T16:50:22.991Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32422026-07-22T16:50:24.331Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32432026-07-22T16:50:24.869Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32442026-07-22T16:50:26.942Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32452026-07-22T16:50:27.102Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32462026-07-22T16:50:27.643Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32472026-07-22T16:50:28.177Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32482026-07-22T16:50:28.827Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32492026-07-22T16:50:29.551Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32502026-07-22T16:50:30.529Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32512026-07-22T16:50:30.671Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32522026-07-22T16:50:30.976Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32532026-07-22T16:50:31.088Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32542026-07-22T16:50:31.289Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32552026-07-22T16:50:31.980Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32562026-07-22T16:50:32.312Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32572026-07-22T16:50:32.315Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32582026-07-22T16:50:32.572Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32592026-07-22T16:50:32.600Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32602026-07-22T16:50:32.838Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32612026-07-22T16:50:32.998Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32622026-07-22T16:50:33.126Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32632026-07-22T16:50:33.545Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32642026-07-22T16:50:33.669Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32652026-07-22T16:50:33.883Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32662026-07-22T16:50:34.137Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32672026-07-22T16:50:34.313Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32682026-07-22T16:50:34.570Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32692026-07-22T16:50:35.333Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32702026-07-22T16:50:36.033Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32712026-07-22T16:50:36.711Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32722026-07-22T16:50:36.783Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32732026-07-22T16:50:36.852Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32742026-07-22T16:50:38.669Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32752026-07-22T16:50:41.112Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32762026-07-22T16:50:41.507Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32772026-07-22T16:50:42.111Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32782026-07-22T16:50:42.938Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32792026-07-22T16:50:43.959Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32802026-07-22T16:50:46.050Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32812026-07-22T16:50:46.569Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32822026-07-22T16:50:47.278Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32832026-07-22T16:50:48.657Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32842026-07-22T16:50:49.567Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32852026-07-22T16:50:51.041Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32862026-07-22T16:50:51.556Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32872026-07-22T16:50:51.722Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32882026-07-22T16:50:52.538Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32892026-07-22T16:50:54.432Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-07-22T16:50:57.834Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32912026-07-22T16:50:58.593Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32922026-07-22T16:50:59.759Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32932026-07-22T16:51:00.284Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32942026-07-22T16:51:01.029Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32952026-07-22T16:51:01.796Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32962026-07-22T16:51:02.566Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32972026-07-22T16:51:04.176Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32982026-07-22T16:51:04.820Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32992026-07-22T16:51:07.116Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33002026-07-22T16:51:07.258Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33012026-07-22T16:51:07.930Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33022026-07-22T16:51:08.231Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33032026-07-22T16:51:08.829Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33042026-07-22T16:51:09.744Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33052026-07-22T16:51:10.729Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33062026-07-22T16:51:14.517Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33072026-07-22T16:51:15.314Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33082026-07-22T16:51:16.662Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33092026-07-22T16:51:17.360Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33102026-07-22T16:51:18.286Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33112026-07-22T16:51:19.441Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33122026-07-22T16:51:20.212Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33132026-07-22T16:51:21.868Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33142026-07-22T16:51:22.837Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33152026-07-22T16:51:23.819Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33162026-07-22T16:51:26.622Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33172026-07-22T16:51:27.076Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33182026-07-22T16:51:28.109Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33192026-07-22T16:51:29.285Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33202026-07-22T16:51:31.880Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33212026-07-22T16:51:32.425Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33222026-07-22T16:51:34.155Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33232026-07-22T16:51:35.724Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33242026-07-22T16:51:37.458Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33252026-07-22T16:51:38.866Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33262026-07-22T16:51:40.676Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33272026-07-22T16:51:42.386Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-07-22T16:51:46.787Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33292026-07-22T16:51:47.186Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33302026-07-22T16:51:48.258Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33312026-07-22T16:51:48.933Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33322026-07-22T16:51:50.553Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33332026-07-22T16:51:52.651Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33342026-07-22T16:51:54.158Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33352026-07-22T16:51:56.325Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33362026-07-22T16:51:58.101Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33372026-07-22T16:51:59.838Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33382026-07-22T16:52:01.912Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33392026-07-22T16:52:03.376Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33402026-07-22T16:52:05.154Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33412026-07-22T16:52:06.924Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33422026-07-22T16:52:08.722Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33432026-07-22T16:52:10.487Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33442026-07-22T16:52:13.758Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-22T16:52:15.779Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33462026-07-22T16:52:17.286Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33472026-07-22T16:52:19.334Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33482026-07-22T16:52:21.019Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
33492026-07-22T16:52:22.716Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33502026-07-22T16:52:25.082Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33512026-07-22T16:52:26.875Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33522026-07-22T16:52:28.623Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33532026-07-22T16:52:32.102Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33542026-07-22T16:52:33.013Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33552026-07-22T16:52:35.728Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33562026-07-22T16:52:37.679Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33572026-07-22T16:52:39.917Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33582026-07-22T16:52:42.067Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33592026-07-22T16:52:44.457Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33602026-07-22T16:52:47.038Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33612026-07-22T16:52:49.246Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33622026-07-22T16:52:51.549Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33632026-07-22T16:52:54.105Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33642026-07-22T16:52:56.060Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33652026-07-22T16:52:58.384Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33662026-07-22T16:53:01.127Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33672026-07-22T16:53:02.933Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33682026-07-22T16:53:05.344Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33692026-07-22T16:53:07.655Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33702026-07-22T16:53:09.973Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33712026-07-22T16:53:12.318Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33722026-07-22T16:53:14.664Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33732026-07-22T16:53:17.039Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-22T16:53:19.348Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33752026-07-22T16:53:21.689Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33762026-07-22T16:53:24.116Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33772026-07-22T16:53:26.370Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33782026-07-22T16:53:28.727Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33792026-07-22T16:53:31.141Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33802026-07-22T16:53:33.519Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33812026-07-22T16:53:35.871Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33822026-07-22T16:53:38.283Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33832026-07-22T16:53:40.665Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33842026-07-22T16:53:42.957Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33852026-07-22T16:53:45.444Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33862026-07-22T16:53:47.795Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33872026-07-22T16:53:50.266Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33882026-07-22T16:53:52.623Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33892026-07-22T16:53:55.127Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33902026-07-22T16:53:57.460Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33912026-07-22T16:53:59.944Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33922026-07-22T16:54:02.301Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33932026-07-22T16:54:04.677Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33942026-07-22T16:54:07.577Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33952026-07-22T16:54:09.784Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33962026-07-22T16:54:12.260Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33972026-07-22T16:54:14.778Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33982026-07-22T16:54:17.538Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33992026-07-22T16:54:20.093Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34002026-07-22T16:54:24.804Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34012026-07-22T16:54:25.157Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34022026-07-22T16:54:27.740Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34032026-07-22T16:54:30.324Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34042026-07-22T16:54:32.798Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-07-22T16:54:35.435Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34062026-07-22T16:54:38.007Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34072026-07-22T16:54:40.955Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34082026-07-22T16:54:43.304Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34092026-07-22T16:54:46.009Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34102026-07-22T16:54:54.146Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-07-22T16:54:54.315Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34122026-07-22T16:54:57.538Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34132026-07-22T16:55:00.806Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34142026-07-22T16:55:04.294Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34152026-07-22T16:55:07.618Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34162026-07-22T16:55:10.987Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34172026-07-22T16:55:15.687Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34182026-07-22T16:55:18.482Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34192026-07-22T16:55:22.122Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34202026-07-22T16:55:25.823Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34212026-07-22T16:55:29.577Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34222026-07-22T16:55:33.231Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34232026-07-22T16:55:36.937Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34242026-07-22T16:55:40.632Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34252026-07-22T16:55:44.342Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34262026-07-22T16:55:48.054Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34272026-07-22T16:55:51.820Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34282026-07-22T16:55:55.402Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34292026-07-22T16:55:59.138Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34302026-07-22T16:56:02.812Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34312026-07-22T16:56:06.576Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34322026-07-22T16:56:10.203Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-22T16:56:13.881Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-07-22T16:56:17.604Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34352026-07-22T16:56:21.294Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34362026-07-22T16:56:26.130Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34372026-07-22T16:56:54.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s
34382026-07-22T16:56:54.866Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files
34392026-07-22T16:56:54.971Z
34402026-07-22T16:56:54.971Zreal 6:57.388714290
34412026-07-22T16:56:54.971Zuser 18:32.368450280
34422026-07-22T16:56:54.971Zsys 3:55.417046781
34432026-07-22T16:56:54.971Ztrap 0.268291707
34442026-07-22T16:56:54.971Ztflt 0.053330264
34452026-07-22T16:56:54.971Zdflt 0.044659734
34462026-07-22T16:56:54.971Zkflt 0.000055120
34472026-07-22T16:56:54.971Zlock 6:27:46.287733863
34482026-07-22T16:56:54.971Zslp 2:20:30.874001212
34492026-07-22T16:56:54.971Zlat 31.779053001
34502026-07-22T16:56:54.971Zstop 1:39.568485947
34512026-07-22T16:56:54.975Zprocess exited: duration 805135 ms, exit code 0
 
34522026-07-22T16:56:54.981Zfound 0 output files