01KYPCGDN6GHGJTYVJXN3ERY1P: clippy (helios)

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

Buildomat Job: 01KYPCGVGFJS2WAVTHK5MH4W85

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T07:31:32.783Zjob assigned to worker 01KYPCH2JWC4PCB89JHN96M6XS [factory aws, i-0b121870177dc45a0] (queued for 48 s)
 
22026-07-29T07:31:38.996Zstarting task 0: "setup"
32026-07-29T07:31:39.001Z++ uname -s
42026-07-29T07:31:39.004Z+ kern=SunOS
52026-07-29T07:31:39.004Z+ build_user=build
62026-07-29T07:31:39.004Z+ build_uid=12345
72026-07-29T07:31:39.004Z+ work_dir=/work
82026-07-29T07:31:39.004Z+ input_dir=/input
92026-07-29T07:31:39.004Z+ [[ 0 == 12345 ]]
102026-07-29T07:31:39.004Z+ case "$kern" in
112026-07-29T07:31:39.004Z+ groupadd -g 12345 build
122026-07-29T07:31:39.007Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T07:31:41.014Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T07:31:41.090Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T07:31:41.093Z+ home_fs=zfs
162026-07-29T07:31:41.093Z+ [[ zfs == autofs ]]
172026-07-29T07:31:41.093Z+ mkdir -p /home/build
182026-07-29T07:31:41.093Z+ chown build:build /home/build /work
192026-07-29T07:31:43.095Z+ chmod 0700 /home/build /work
202026-07-29T07:31:43.098Zprocess exited: duration 4102 ms, exit code 0
 
212026-07-29T07:31:43.105Zstarting task 1: "rust-toolchain"
222026-07-29T07:31:43.109Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T07:31:43.109Z * rust toolchain channel = "1.97.1"
242026-07-29T07:31:43.109Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T07:31:43.109Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T07:31:43.109Z * rust toolchain profile = "default"
272026-07-29T07:31:43.109Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T07:31:43.112Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T07:31:43.112Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T07:31:43.168Zinfo: downloading installer
312026-07-29T07:31:44.992Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T07:31:44.993Zwarn: /home/build/.rustup/settings.toml
332026-07-29T07:31:44.993Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T07:31:44.993Zwarn: instead of the one inferred from the default host triple.
352026-07-29T07:31:44.993Zinfo: profile set to default
362026-07-29T07:31:44.993Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T07:31:44.993Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T07:31:44.993Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T07:31:44.993Zinfo: downloading 6 components
402026-07-29T07:32:01.372Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T07:32:01.372Z
422026-07-29T07:32:01.401Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T07:32:01.401Z
442026-07-29T07:32:01.401Z
452026-07-29T07:32:01.401ZRust is installed now. Great!
462026-07-29T07:32:01.401Z
472026-07-29T07:32:01.401ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T07:32:01.401Zenvironment variable. This has not been done automatically.
492026-07-29T07:32:01.401Z
502026-07-29T07:32:01.401ZTo configure your current shell, you need to source
512026-07-29T07:32:01.401Zthe corresponding env file under $HOME/.cargo.
522026-07-29T07:32:01.401Z
532026-07-29T07:32:01.401ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T07:32:01.401Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T07:32:01.401Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T07:32:01.401Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T07:32:01.402Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T07:32:01.402Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T07:32:01.402Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T07:32:01.405Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T07:32:01.405Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T07:32:01.496Z+ rustup --version
632026-07-29T07:32:01.504Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T07:32:01.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T07:32:01.526Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T07:32:02.532Z+ cargo --version
672026-07-29T07:32:02.535Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T07:32:02.536Z+ rustc --version
692026-07-29T07:32:02.536Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T07:32:02.536Zprocess exited: duration 18464 ms, exit code 0
 
712026-07-29T07:32:02.543Zstarting task 2: "authentication"
722026-07-29T07:32:02.561Zprocess exited: duration 18 ms, exit code 0
 
732026-07-29T07:32:02.568Zstarting task 3: "clone repository"
742026-07-29T07:32:02.571Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T07:32:02.574Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T07:32:02.603ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T07:32:18.708Z+ cd /work/oxidecomputer/omicron
782026-07-29T07:32:18.708Z+ git fetch origin ea8cb15d41e6f8733fdb01922edec9063adcb169
792026-07-29T07:32:19.010ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T07:32:19.010Z * branch ea8cb15d41e6f8733fdb01922edec9063adcb169 -> FETCH_HEAD
812026-07-29T07:32:19.019Z+ [[ -n '' ]]
822026-07-29T07:32:19.020Z+ git reset --hard ea8cb15d41e6f8733fdb01922edec9063adcb169
832026-07-29T07:32:19.262ZHEAD is now at ea8cb15d4 avoid setting serde_json's float_roundtrip
842026-07-29T07:32:19.265Zprocess exited: duration 16696 ms, exit code 0
 
852026-07-29T07:32:19.271Zstarting task 4: "build"
862026-07-29T07:32:19.276Z+ source ./env.sh
872026-07-29T07:32:19.277Z++ OLD_SHELL_OPTS=ehxB
882026-07-29T07:32:19.277Z++ set -o xtrace
892026-07-29T07:32:19.280Z++++ dirname ./env.sh
902026-07-29T07:32:19.283Z+++ readlink -f .
912026-07-29T07:32:19.283Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-07-29T07:32:19.283Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-07-29T07:32:19.284Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-07-29T07:32:19.284Z++ 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
952026-07-29T07:32:19.284Z++ 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
962026-07-29T07:32:19.284Z++ 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
972026-07-29T07:32:19.284Z++ 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
982026-07-29T07:32:19.284Z++ 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
992026-07-29T07:32:19.284Z++ 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
1002026-07-29T07:32:19.284Z++ 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
1012026-07-29T07:32:19.284Z++ 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
1022026-07-29T07:32:19.284Z++ case $OLD_SHELL_OPTS in
1032026-07-29T07:32:19.284Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-07-29T07:32:19.284Z+ source .github/buildomat/ci-env.sh
1052026-07-29T07:32:19.284Z++ export CARGO_TERM_COLOR=always
1062026-07-29T07:32:19.284Z++ CARGO_TERM_COLOR=always
1072026-07-29T07:32:19.289Z+++ uname -s
1082026-07-29T07:32:19.289Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-07-29T07:32:19.289Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-07-29T07:32:19.289Z+ cargo --version
1112026-07-29T07:32:19.296Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-29T07:32:19.299Z+ rustc --version
1132026-07-29T07:32:19.319Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-29T07:32:19.322Z+ banner prerequisites
1152026-07-29T07:32:19.325Z
1162026-07-29T07:32:19.325Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-07-29T07:32:19.325Z # # # # # # # # # # # # # # #
1182026-07-29T07:32:19.325Z # # # # ##### # # ##### # # # # # #### #
1192026-07-29T07:32:19.325Z ##### ##### # ##### # # # # # # # # #
1202026-07-29T07:32:19.325Z # # # # # # # # # # # # # # #
1212026-07-29T07:32:19.325Z # # # ###### # # ###### ### # #### # #### #
1222026-07-29T07:32:19.325Z
1232026-07-29T07:32:19.325Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-07-29T07:32:21.033Z Startup: Refreshing catalog 'helios' ... Done
1252026-07-29T07:32:21.269Z Startup: Caching catalogs ... Done
1262026-07-29T07:32:22.454ZPlanning: Solver setup ... Done (1.103s)
1272026-07-29T07:32:22.499ZPlanning: Running solver ... Done (0.045s)
1282026-07-29T07:32:22.530ZPlanning: Finding local manifests ... Done (0.003s)
1292026-07-29T07:32:22.542ZPlanning: Fetching manifests: 0/2 0% complete
1302026-07-29T07:32:22.559ZPlanning: Fetching manifests: 2/2 100% complete
1312026-07-29T07:32:22.571ZPlanning: Package planning ... Done (0.014s)
1322026-07-29T07:32:22.574ZPlanning: Merging actions ... Done (0.002s)
1332026-07-29T07:32:22.818ZPlanning: Checking for conflicting actions ... Done (0.243s)
1342026-07-29T07:32:22.821ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-07-29T07:32:23.545ZPlanning: Evaluating mediators ... Done (0.727s)
1362026-07-29T07:32:23.547ZPlanning: Planning completed in 2.25 seconds
1372026-07-29T07:32:23.553Z Packages to install: 2
1382026-07-29T07:32:23.554Z Estimated space available: 156.02 GB
1392026-07-29T07:32:23.557ZEstimated space to be consumed: 55.05 MB
1402026-07-29T07:32:23.557Z Create boot environment: No
1412026-07-29T07:32:23.557ZCreate backup boot environment: No
1422026-07-29T07:32:23.557Z Rebuild boot archive: No
1432026-07-29T07:32:23.557Z
1442026-07-29T07:32:23.557ZChanged packages:
1452026-07-29T07:32:23.557Zhelios
1462026-07-29T07:32:23.557Z developer/build-essential
1472026-07-29T07:32:23.557Z None -> 11-3.0
1482026-07-29T07:32:23.557Z library/libxmlsec1
1492026-07-29T07:32:23.557Z None -> 1.2.35-3.0
1502026-07-29T07:32:23.579Z
1512026-07-29T07:32:23.579ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-07-29T07:32:23.647ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1532026-07-29T07:32:23.714Z Actions: 1/268 actions (Installing new actions)
1542026-07-29T07:32:23.752Z Actions: Completed 268 actions in 0.04 seconds.
1552026-07-29T07:32:23.775ZFinalize: Updating package state database ... Done (0.023s)
1562026-07-29T07:32:23.778ZFinalize: Updating package cache ... Done (0.000s)
1572026-07-29T07:32:23.838ZFinalize: Updating image state ... Done (0.062s)
1582026-07-29T07:32:26.321ZFinalize: Creating fast lookup database ... Done (2.445s)
1592026-07-29T07:32:26.394ZFinalize: Reading search index ... Done (0.012s)
1602026-07-29T07:32:26.397ZFinalize: Updating search index ... Done (0.000s)
1612026-07-29T07:32:26.490ZFinalize: Updating package cache ... Done (0.000s)
1622026-07-29T07:32:26.843ZPlanning: Evaluating mediator changes ... Done
1632026-07-29T07:32:26.953ZPlanning: Checking for conflicting actions ... Done
1642026-07-29T07:32:26.956ZPlanning: Consolidating action changes ... Done
1652026-07-29T07:32:27.110ZPlanning: Evaluating mediators ... Done
1662026-07-29T07:32:27.113ZPlanning: Planning completed in 0.27 seconds
1672026-07-29T07:32:27.135Z Mediators to change: 2
1682026-07-29T07:32:27.135Z Create boot environment: No
1692026-07-29T07:32:27.135ZCreate backup boot environment: No
1702026-07-29T07:32:27.183ZFinalize: Updating package state database ... Done
1712026-07-29T07:32:27.184ZFinalize: Updating package cache ... Done
1722026-07-29T07:32:27.219ZFinalize: Updating image state ... Done
1732026-07-29T07:32:29.207ZFinalize: Creating fast lookup database ... Done
1742026-07-29T07:32:29.263ZFinalize: Reading search index ... Done
1752026-07-29T07:32:29.266ZFinalize: Updating search index ... Done
1762026-07-29T07:32:29.330ZFinalize: Updating package cache ... Done
1772026-07-29T07:32:29.618ZPlanning: Evaluating mediator changes ... Done
1782026-07-29T07:32:29.726ZPlanning: Checking for conflicting actions ... Done
1792026-07-29T07:32:29.730ZPlanning: Consolidating action changes ... Done
1802026-07-29T07:32:29.889ZPlanning: Evaluating mediators ... Done
1812026-07-29T07:32:29.893ZPlanning: Planning completed in 0.27 seconds
1822026-07-29T07:32:29.914Z Mediators to change: 1
1832026-07-29T07:32:29.914Z Create boot environment: No
1842026-07-29T07:32:29.914ZCreate backup boot environment: No
1852026-07-29T07:32:29.956ZFinalize: Updating package state database ... Done
1862026-07-29T07:32:29.956ZFinalize: Updating package cache ... Done
1872026-07-29T07:32:29.990ZFinalize: Updating image state ... Done
1882026-07-29T07:32:31.995ZFinalize: Creating fast lookup database ... Done
1892026-07-29T07:32:32.054ZFinalize: Reading search index ... Done
1902026-07-29T07:32:32.058ZFinalize: Updating search index ... Done
1912026-07-29T07:32:32.121ZFinalize: Updating package cache ... Done
1922026-07-29T07:32:32.442ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-07-29T07:32:32.442Zapache system 2.4 system
1942026-07-29T07:32:32.442Zclang system 15 system
1952026-07-29T07:32:32.442Zcsh system system illumos
1962026-07-29T07:32:32.442Zctags system system illumos
1972026-07-29T07:32:32.442Zfile vendor vendor darwinsys
1982026-07-29T07:32:32.442Zfile system system illumos
1992026-07-29T07:32:32.442Zgcc vendor 14 vendor
2002026-07-29T07:32:32.442Zgcc system 13 system
2012026-07-29T07:32:32.442Zgcc system 10 system
2022026-07-29T07:32:32.442Zgo system 1.25 system
2032026-07-29T07:32:32.442Zllvm system 15 system
2042026-07-29T07:32:32.442Zmariadb system 11.4 system
2052026-07-29T07:32:32.442Zmta vendor vendor dma
2062026-07-29T07:32:32.442Zopenjdk system 17 system
2072026-07-29T07:32:32.442Zopenjdk system 11 system
2082026-07-29T07:32:32.442Zopenssl vendor 3 vendor
2092026-07-29T07:32:32.442Zperl system 5.40 system
2102026-07-29T07:32:32.442Zpostgresql system 18 system
2112026-07-29T07:32:32.442Zpostgresql system 17 system
2122026-07-29T07:32:32.442Zpython vendor 3 vendor
2132026-07-29T07:32:32.442Zpython system 2 system
2142026-07-29T07:32:32.442Zpython3 vendor 3.13 vendor
2152026-07-29T07:32:32.442Zruby system 3.4 system
2162026-07-29T07:32:32.442Zruby system 3.0 system
2172026-07-29T07:32:32.442Zwords vendor vendor american-english
2182026-07-29T07:32:32.442Zwords system system australian-english
2192026-07-29T07:32:32.442Zwords system system british-english
2202026-07-29T07:32:32.442Zwords system system canadian-english
2212026-07-29T07:32:32.443Zwords system system french
2222026-07-29T07:32:32.443Zwords system system italian
2232026-07-29T07:32:32.443Zwords system system ngerman
2242026-07-29T07:32:32.443Zwords system system ogerman
2252026-07-29T07:32:32.443Zwords system system spanish
2262026-07-29T07:32:32.707ZPUBLISHER TYPE STATUS P LOCATION
2272026-07-29T07:32:32.707Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-07-29T07:32:33.113ZFMRI IFO
2292026-07-29T07:32:33.113Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-07-29T07:32:33.113Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-07-29T07:32:33.113Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-07-29T07:32:33.113Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-07-29T07:32:33.113Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-07-29T07:32:33.113Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-07-29T07:32:33.113Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-07-29T07:32:33.113Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-07-29T07:32:33.113Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-07-29T07:32:33.421Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-07-29T07:32:33.668Z Updating crates.io index
2402026-07-29T07:32:33.670Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-07-29T07:32:33.929Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-07-29T07:32:34.314Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-07-29T07:32:35.536Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-07-29T07:32:36.132Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-07-29T07:32:38.022Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-07-29T07:32:39.097Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-07-29T07:32:39.335Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-07-29T07:32:39.639Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-07-29T07:32:40.979Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-07-29T07:32:41.204Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-07-29T07:32:41.528Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2522026-07-29T07:32:41.758Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2532026-07-29T07:32:42.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-29T07:32:42.794Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-07-29T07:32:43.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-29T07:32:43.222Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-07-29T07:32:43.498Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2582026-07-29T07:32:43.776Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-07-29T07:32:44.040Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-07-29T07:32:44.278Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-07-29T07:32:44.526Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2622026-07-29T07:32:45.009Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2632026-07-29T07:32:45.318Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-07-29T07:32:45.561Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-07-29T07:32:46.010Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-07-29T07:32:46.244Z Updating git repository `https://github.com/oxidecomputer/sigstore-verify`
2672026-07-29T07:32:46.485Z Updating git submodule `https://github.com/sigstore/sigstore-conformance`
2682026-07-29T07:32:46.803Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-07-29T07:32:47.150Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-29T07:32:47.459Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-29T07:32:47.691Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-29T07:32:47.894Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-29T07:32:48.221Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-29T07:32:48.530Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-29T07:32:48.739Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-29T07:32:48.999Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-29T07:32:49.237Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-29T07:32:49.496Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-29T07:32:49.767Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-07-29T07:32:50.405Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-07-29T07:32:50.685Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-07-29T07:32:50.938Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-07-29T07:32:51.144Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-07-29T07:32:53.747Z Downloading crates ...
2852026-07-29T07:32:53.835Z Downloaded cargo-platform v0.3.2
2862026-07-29T07:32:53.835Z Downloaded clap v4.6.1
2872026-07-29T07:32:53.835Z Downloaded scroll_derive v0.12.1
2882026-07-29T07:32:53.835Z Downloaded cfg-if v1.0.4
2892026-07-29T07:32:53.835Z Downloaded usdt-macro v0.5.0
2902026-07-29T07:32:53.836Z Downloaded itoa v1.0.17
2912026-07-29T07:32:53.836Z Downloaded heck v0.4.1
2922026-07-29T07:32:53.836Z Downloaded usdt-attr-macro v0.5.0
2932026-07-29T07:32:53.836Z Downloaded equivalent v1.0.2
2942026-07-29T07:32:53.836Z Downloaded fastrand v2.3.0
2952026-07-29T07:32:53.836Z Downloaded cpufeatures v0.2.17
2962026-07-29T07:32:53.836Z Downloaded usdt-impl v0.5.0
2972026-07-29T07:32:53.836Z Downloaded macaddr v1.0.1
2982026-07-29T07:32:53.836Z Downloaded usdt v0.5.0
2992026-07-29T07:32:53.836Z Downloaded generic-array v0.14.7
3002026-07-29T07:32:53.836Z Downloaded errno v0.3.14
3012026-07-29T07:32:53.941Z Downloaded crypto-common v0.1.7
3022026-07-29T07:32:53.941Z Downloaded version_check v0.9.5
3032026-07-29T07:32:53.941Z Downloaded heck v0.5.0
3042026-07-29T07:32:53.941Z Downloaded anstyle-query v1.1.5
3052026-07-29T07:32:53.941Z Downloaded dof v0.3.0
3062026-07-29T07:32:53.941Z Downloaded utf8parse v0.2.2
3072026-07-29T07:32:53.941Z Downloaded block-buffer v0.10.4
3082026-07-29T07:32:53.941Z Downloaded clap_lex v1.0.0
3092026-07-29T07:32:53.942Z Downloaded zmij v1.0.21
3102026-07-29T07:32:53.942Z Downloaded anstyle-parse v1.0.0
3112026-07-29T07:32:53.942Z Downloaded proc-macro-error-attr v1.0.4
3122026-07-29T07:32:53.942Z Downloaded colorchoice v1.0.4
3132026-07-29T07:32:53.942Z Downloaded strsim v0.11.1
3142026-07-29T07:32:53.942Z Downloaded smawk v0.3.2
3152026-07-29T07:32:53.942Z Downloaded dtrace-parser v0.2.0
3162026-07-29T07:32:53.942Z Downloaded is_terminal_polyfill v1.70.2
3172026-07-29T07:32:53.942Z Downloaded thread-id v4.2.2
3182026-07-29T07:32:53.942Z Downloaded plain v0.2.3
3192026-07-29T07:32:53.942Z Downloaded swrite v0.1.0
3202026-07-29T07:32:53.942Z Downloaded toml_write v0.1.2
3212026-07-29T07:32:53.943Z Downloaded tabled_derive v0.7.0
3222026-07-29T07:32:53.943Z Downloaded toml_datetime v0.6.11
3232026-07-29T07:32:53.943Z Downloaded unicode-linebreak v0.1.5
3242026-07-29T07:32:53.943Z Downloaded fs-err v3.3.0
3252026-07-29T07:32:53.943Z Downloaded byteorder v1.5.0
3262026-07-29T07:32:53.943Z Downloaded camino-tempfile v1.4.1
3272026-07-29T07:32:53.943Z Downloaded terminal_size v0.4.3
3282026-07-29T07:32:53.943Z Downloaded autocfg v1.5.0
3292026-07-29T07:32:53.943Z Downloaded sha2 v0.10.9
3302026-07-29T07:32:53.943Z Downloaded digest v0.10.7
3312026-07-29T07:32:53.943Z Downloaded cargo_toml v0.21.0
3322026-07-29T07:32:53.943Z Downloaded anstream v1.0.0
3332026-07-29T07:32:53.943Z Downloaded anstyle v1.0.14
3342026-07-29T07:32:53.943Z Downloaded cargo_metadata v0.23.1
3352026-07-29T07:32:54.037Z Downloaded zerocopy-derive v0.7.35
3362026-07-29T07:32:54.037Z Downloaded memmap v0.7.0
3372026-07-29T07:32:54.037Z Downloaded serde_spanned v0.6.9
3382026-07-29T07:32:54.038Z Downloaded quote v1.0.45
3392026-07-29T07:32:54.038Z Downloaded bytecount v0.6.9
3402026-07-29T07:32:54.038Z Downloaded pretty-hex v0.4.1
3412026-07-29T07:32:54.038Z Downloaded thiserror v1.0.69
3422026-07-29T07:32:54.038Z Downloaded proc-macro-error v1.0.4
3432026-07-29T07:32:54.038Z Downloaded fnv v1.0.7
3442026-07-29T07:32:54.038Z Downloaded thiserror-impl v1.0.69
3452026-07-29T07:32:54.038Z Downloaded scroll v0.12.0
3462026-07-29T07:32:54.038Z Downloaded thiserror v2.0.18
3472026-07-29T07:32:54.038Z Downloaded camino v1.2.2
3482026-07-29T07:32:54.038Z Downloaded serde_tokenstream v0.2.3
3492026-07-29T07:32:54.038Z Downloaded thiserror-impl v2.0.18
3502026-07-29T07:32:54.039Z Downloaded clap_derive v4.6.1
3512026-07-29T07:32:54.039Z Downloaded pest_generator v2.8.6
3522026-07-29T07:32:54.039Z Downloaded ucd-trie v0.1.7
3532026-07-29T07:32:54.039Z Downloaded semver v1.0.28
3542026-07-29T07:32:54.039Z Downloaded pest_derive v2.8.6
3552026-07-29T07:32:54.039Z Downloaded toml v0.8.23
3562026-07-29T07:32:54.039Z Downloaded once_cell v1.21.3
3572026-07-29T07:32:54.039Z Downloaded getrandom v0.4.1
3582026-07-29T07:32:54.039Z Downloaded anyhow v1.0.102
3592026-07-29T07:32:54.039Z Downloaded log v0.4.29
3602026-07-29T07:32:54.039Z Downloaded bitflags v2.11.0
3612026-07-29T07:32:54.039Z Downloaded serde_core v1.0.228
3622026-07-29T07:32:54.040Z Downloaded unicode-ident v1.0.24
3632026-07-29T07:32:54.040Z Downloaded tempfile v3.25.0
3642026-07-29T07:32:54.040Z Downloaded textwrap v0.16.2
3652026-07-29T07:32:54.040Z Downloaded serde_derive v1.0.228
3662026-07-29T07:32:54.116Z Downloaded proc-macro2 v1.0.106
3672026-07-29T07:32:54.246Z Downloaded toml_edit v0.22.27
3682026-07-29T07:32:54.246Z Downloaded papergrid v0.11.0
3692026-07-29T07:32:54.246Z Downloaded pest_meta v2.8.6
3702026-07-29T07:32:54.246Z Downloaded memchr v2.8.0
3712026-07-29T07:32:54.246Z Downloaded serde v1.0.228
3722026-07-29T07:32:54.246Z Downloaded typenum v1.20.1
3732026-07-29T07:32:54.246Z Downloaded indexmap v2.14.0
3742026-07-29T07:32:54.246Z Downloaded pest v2.8.6
3752026-07-29T07:32:54.247Z Downloaded zerocopy v0.7.35
3762026-07-29T07:32:54.247Z Downloaded hashbrown v0.17.0
3772026-07-29T07:32:54.247Z Downloaded serde_json v1.0.151
3782026-07-29T07:32:54.247Z Downloaded clap_builder v4.6.0
3792026-07-29T07:32:54.247Z Downloaded winnow v0.7.14
3802026-07-29T07:32:54.247Z Downloaded goblin v0.8.2
3812026-07-29T07:32:54.247Z Downloaded tabled v0.15.0
3822026-07-29T07:32:54.247Z Downloaded unicode-width v0.1.14
3832026-07-29T07:32:54.247Z Downloaded syn v1.0.109
3842026-07-29T07:32:54.247Z Downloaded unicode-width v0.2.0
3852026-07-29T07:32:54.247Z Downloaded syn v2.0.117
3862026-07-29T07:32:54.247Z Downloaded rustix v1.1.3
3872026-07-29T07:32:54.344Z Downloaded libc v0.2.185
3882026-07-29T07:32:54.345Z Compiling proc-macro2 v1.0.106
3892026-07-29T07:32:54.345Z Compiling unicode-ident v1.0.24
3902026-07-29T07:32:54.345Z Compiling quote v1.0.45
3912026-07-29T07:32:54.345Z Compiling serde_core v1.0.228
3922026-07-29T07:32:54.345Z Compiling libc v0.2.185
3932026-07-29T07:32:54.345Z Compiling version_check v0.9.5
3942026-07-29T07:32:54.345Z Compiling memchr v2.8.0
3952026-07-29T07:32:54.505Z Compiling serde v1.0.228
3962026-07-29T07:32:54.708Z Compiling zmij v1.0.21
3972026-07-29T07:32:54.872Z Compiling thiserror v1.0.69
3982026-07-29T07:32:54.881Z Compiling itoa v1.0.17
3992026-07-29T07:32:55.065Z Compiling ucd-trie v0.1.7
4002026-07-29T07:32:55.132Z Compiling byteorder v1.5.0
4012026-07-29T07:32:55.286Z Compiling pest v2.8.6
4022026-07-29T07:32:55.338Z Compiling rustix v1.1.3
4032026-07-29T07:32:55.355Z Compiling errno v0.3.14
4042026-07-29T07:32:55.370Z Compiling serde_json v1.0.151
4052026-07-29T07:32:55.562Z Compiling bitflags v2.11.0
4062026-07-29T07:32:55.712Z Compiling syn v2.0.117
4072026-07-29T07:32:55.807Z Compiling thread-id v4.2.2
4082026-07-29T07:32:55.824Z Compiling proc-macro-error-attr v1.0.4
4092026-07-29T07:32:55.887Z Compiling usdt-impl v0.5.0
4102026-07-29T07:32:55.983Z Compiling camino v1.2.2
4112026-07-29T07:32:56.003Z Compiling syn v1.0.109
4122026-07-29T07:32:56.253Z Compiling proc-macro-error v1.0.4
4132026-07-29T07:32:56.313Z Compiling pest_meta v2.8.6
4142026-07-29T07:32:56.396Z Compiling utf8parse v0.2.2
4152026-07-29T07:32:56.435Z Compiling log v0.4.29
4162026-07-29T07:32:56.506Z Compiling equivalent v1.0.2
4172026-07-29T07:32:56.523Z Compiling getrandom v0.4.1
4182026-07-29T07:32:56.625Z Compiling plain v0.2.3
4192026-07-29T07:32:56.741Z Compiling hashbrown v0.17.0
4202026-07-29T07:32:56.759Z Compiling terminal_size v0.4.3
4212026-07-29T07:32:56.904Z Compiling anstyle-parse v1.0.0
4222026-07-29T07:32:57.328Z Compiling indexmap v2.14.0
4232026-07-29T07:32:57.579Z Compiling pretty-hex v0.4.1
4242026-07-29T07:32:57.653Z Compiling cfg-if v1.0.4
4252026-07-29T07:32:57.730Z Compiling anstyle-query v1.1.5
4262026-07-29T07:32:57.810Z Compiling colorchoice v1.0.4
4272026-07-29T07:32:57.810Z Compiling anstyle v1.0.14
4282026-07-29T07:32:57.879Z Compiling thiserror v2.0.18
4292026-07-29T07:32:57.924Z Compiling autocfg v1.5.0
4302026-07-29T07:32:57.986Z Compiling winnow v0.7.14
4312026-07-29T07:32:58.006Z Compiling toml_write v0.1.2
4322026-07-29T07:32:58.018Z Compiling pest_generator v2.8.6
4332026-07-29T07:32:58.089Z Compiling is_terminal_polyfill v1.70.2
4342026-07-29T07:32:58.197Z Compiling anstream v1.0.0
4352026-07-29T07:32:58.297Z Compiling fs-err v3.3.0
4362026-07-29T07:32:58.493Z Compiling fnv v1.0.7
4372026-07-29T07:32:58.513Z Compiling heck v0.5.0
4382026-07-29T07:32:58.538Z Compiling strsim v0.11.1
4392026-07-29T07:32:58.618Z Compiling bytecount v0.6.9
4402026-07-29T07:32:58.702Z Compiling clap_lex v1.0.0
4412026-07-29T07:32:58.751Z Compiling once_cell v1.21.3
4422026-07-29T07:32:58.769Z Compiling heck v0.4.1
4432026-07-29T07:32:58.772Z Compiling anyhow v1.0.102
4442026-07-29T07:32:58.880Z Compiling unicode-width v0.1.14
4452026-07-29T07:32:58.939Z Compiling fastrand v2.3.0
4462026-07-29T07:32:58.968Z Compiling clap_builder v4.6.0
4472026-07-29T07:32:59.106Z Compiling papergrid v0.11.0
4482026-07-29T07:32:59.159Z Compiling tempfile v3.25.0
4492026-07-29T07:32:59.202Z Compiling tabled_derive v0.7.0
4502026-07-29T07:32:59.207Z Compiling cargo-platform v0.3.2
4512026-07-29T07:32:59.308Z Compiling semver v1.0.28
4522026-07-29T07:32:59.491Z Compiling memmap v0.7.0
4532026-07-29T07:32:59.510Z Compiling unicode-width v0.2.0
4542026-07-29T07:32:59.532Z Compiling unicode-linebreak v0.1.5
4552026-07-29T07:32:59.637Z Compiling smawk v0.3.2
4562026-07-29T07:32:59.679Z Compiling camino-tempfile v1.4.1
4572026-07-29T07:32:59.699Z Compiling serde_derive v1.0.228
4582026-07-29T07:32:59.778Z Compiling thiserror-impl v1.0.69
4592026-07-29T07:32:59.794Z Compiling zerocopy-derive v0.7.35
4602026-07-29T07:32:59.794Z Compiling pest_derive v2.8.6
4612026-07-29T07:32:59.909Z Compiling scroll_derive v0.12.1
4622026-07-29T07:33:00.103Z Compiling thiserror-impl v2.0.18
4632026-07-29T07:33:00.252Z Compiling clap_derive v4.6.1
4642026-07-29T07:33:00.507Z Compiling tabled v0.15.0
4652026-07-29T07:33:00.586Z Compiling scroll v0.12.0
4662026-07-29T07:33:00.677Z Compiling zerocopy v0.7.35
4672026-07-29T07:33:00.864Z Compiling goblin v0.8.2
4682026-07-29T07:33:01.142Z Compiling dtrace-parser v0.2.0
4692026-07-29T07:33:01.246Z Compiling textwrap v0.16.2
4702026-07-29T07:33:01.884Z Compiling swrite v0.1.0
4712026-07-29T07:33:02.004Z Compiling clap v4.6.1
4722026-07-29T07:33:02.877Z Compiling serde_spanned v0.6.9
4732026-07-29T07:33:02.877Z Compiling toml_datetime v0.6.11
4742026-07-29T07:33:02.880Z Compiling cargo_metadata v0.23.1
4752026-07-29T07:33:02.880Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-29T07:33:02.880Z Compiling macaddr v1.0.1
4772026-07-29T07:33:02.960Z Compiling dof v0.3.0
4782026-07-29T07:33:02.977Z Compiling serde_tokenstream v0.2.3
4792026-07-29T07:33:03.103Z Compiling toml_edit v0.22.27
4802026-07-29T07:33:03.773Z Compiling usdt-attr-macro v0.5.0
4812026-07-29T07:33:03.776Z Compiling usdt-macro v0.5.0
4822026-07-29T07:33:04.377Z Compiling usdt v0.5.0
4832026-07-29T07:33:04.443Z Compiling toml v0.8.23
4842026-07-29T07:33:04.776Z Compiling cargo_toml v0.21.0
4852026-07-29T07:33:06.029Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-07-29T07:33:08.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.84s
4872026-07-29T07:33:08.303Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-07-29T07:33:08.835Z Downloading crates ...
4892026-07-29T07:33:08.886Z Downloaded anstyle-parse v0.2.7
4902026-07-29T07:33:08.889Z Downloaded anstream v0.6.21
4912026-07-29T07:33:08.889Z Downloaded aead v0.5.2
4922026-07-29T07:33:08.893Z Downloaded bit-set v0.8.0
4932026-07-29T07:33:08.896Z Downloaded argon2 v0.6.0-rc.8
4942026-07-29T07:33:08.900Z Downloaded assert_matches v1.5.0
4952026-07-29T07:33:08.900Z Downloaded adler2 v2.0.1
4962026-07-29T07:33:08.906Z Downloaded enum_dispatch v0.3.13
4972026-07-29T07:33:08.910Z Downloaded backoff v0.4.0
4982026-07-29T07:33:08.910Z Downloaded bitfield v0.19.4
4992026-07-29T07:33:08.913Z Downloaded arrayvec v0.7.6
5002026-07-29T07:33:08.913Z Downloaded bit-set v0.5.3
5012026-07-29T07:33:08.913Z Downloaded async-stream v0.3.6
5022026-07-29T07:33:08.913Z Downloaded bitfield-struct v0.6.2
5032026-07-29T07:33:08.918Z Downloaded atty v0.2.14
5042026-07-29T07:33:08.918Z Downloaded cfg_aliases v0.1.1
5052026-07-29T07:33:08.918Z Downloaded bb8 v0.8.6
5062026-07-29T07:33:08.922Z Downloaded hashbrown v0.13.2
5072026-07-29T07:33:08.926Z Downloaded argon2 v0.5.3
5082026-07-29T07:33:08.926Z Downloaded bcrypt-pbkdf v0.11.0
5092026-07-29T07:33:08.926Z Downloaded block-padding v0.4.2
5102026-07-29T07:33:08.926Z Downloaded futures-io v0.3.32
5112026-07-29T07:33:08.926Z Downloaded foreign-types v0.5.0
5122026-07-29T07:33:08.926Z Downloaded env_filter v1.0.0
5132026-07-29T07:33:08.930Z Downloaded foreign-types-shared v0.3.1
5142026-07-29T07:33:08.930Z Downloaded bitflags v1.3.2
5152026-07-29T07:33:08.933Z Downloaded embedded-io v0.4.0
5162026-07-29T07:33:08.933Z Downloaded enum-as-inner v0.6.1
5172026-07-29T07:33:08.933Z Downloaded hash32 v0.2.1
5182026-07-29T07:33:08.933Z Downloaded bitfield-macros v0.19.4
5192026-07-29T07:33:08.937Z Downloaded array-init v0.0.4
5202026-07-29T07:33:08.937Z Downloaded base16ct v0.2.0
5212026-07-29T07:33:08.940Z Downloaded arrayref v0.3.9
5222026-07-29T07:33:08.945Z Downloaded float-ord v0.3.2
5232026-07-29T07:33:08.945Z Downloaded fd-lock v4.0.4
5242026-07-29T07:33:08.949Z Downloaded float-cmp v0.10.0
5252026-07-29T07:33:08.949Z Downloaded const_format_proc_macros v0.2.34
5262026-07-29T07:33:08.949Z Downloaded endian-type v0.1.2
5272026-07-29T07:33:08.949Z Downloaded ascii-canvas v3.0.0
5282026-07-29T07:33:08.949Z Downloaded atomic-waker v1.1.2
5292026-07-29T07:33:08.949Z Downloaded atomicwrites v0.4.4
5302026-07-29T07:33:08.949Z Downloaded cipher v0.4.4
5312026-07-29T07:33:08.953Z Downloaded futures-core v0.3.32
5322026-07-29T07:33:08.953Z Downloaded bit-vec v0.6.3
5332026-07-29T07:33:08.953Z Downloaded flagset v0.4.7
5342026-07-29T07:33:08.953Z Downloaded foreign-types-shared v0.1.1
5352026-07-29T07:33:08.953Z Downloaded bit-vec v0.8.0
5362026-07-29T07:33:08.956Z Downloaded embedded-io v0.6.1
5372026-07-29T07:33:08.956Z Downloaded foreign-types v0.3.2
5382026-07-29T07:33:08.956Z Downloaded async-stream-impl v0.3.6
5392026-07-29T07:33:08.956Z Downloaded block-buffer v0.12.1
5402026-07-29T07:33:08.956Z Downloaded ciborium-ll v0.2.2
5412026-07-29T07:33:08.981Z Downloaded fixedbitset v0.4.2
5422026-07-29T07:33:08.981Z Downloaded futures-sink v0.3.32
5432026-07-29T07:33:08.981Z Downloaded futures-task v0.3.32
5442026-07-29T07:33:08.981Z Downloaded blake2 v0.10.6
5452026-07-29T07:33:08.981Z Downloaded foreign-types-macros v0.2.3
5462026-07-29T07:33:08.981Z Downloaded funty v2.0.0
5472026-07-29T07:33:08.981Z Downloaded httpdate v1.0.3
5482026-07-29T07:33:08.981Z Downloaded hostname v0.3.1
5492026-07-29T07:33:08.981Z Downloaded hubpack v0.1.2
5502026-07-29T07:33:08.981Z Downloaded form_urlencoded v1.2.2
5512026-07-29T07:33:08.981Z Downloaded ghash v0.6.0
5522026-07-29T07:33:08.981Z Downloaded http-body v1.0.1
5532026-07-29T07:33:08.981Z Downloaded cfg_aliases v0.2.1
5542026-07-29T07:33:08.981Z Downloaded git-stub v1.0.0
5552026-07-29T07:33:08.986Z Downloaded base16ct v1.0.0
5562026-07-29T07:33:08.986Z Downloaded fxhash v0.2.1
5572026-07-29T07:33:08.986Z Downloaded nodrop v0.1.14
5582026-07-29T07:33:08.986Z Downloaded hash32 v0.3.1
5592026-07-29T07:33:08.990Z Downloaded castaway v0.2.4
5602026-07-29T07:33:08.990Z Downloaded find-msvc-tools v0.1.9
5612026-07-29T07:33:08.990Z Downloaded env_logger v0.11.9
5622026-07-29T07:33:08.994Z Downloaded foldhash v0.2.0
5632026-07-29T07:33:08.994Z Downloaded ciborium-io v0.2.2
5642026-07-29T07:33:08.994Z Downloaded fallible-iterator v0.2.0
5652026-07-29T07:33:08.994Z Downloaded fs-err v2.11.0
5662026-07-29T07:33:08.994Z Downloaded futures-executor v0.3.32
5672026-07-29T07:33:08.997Z Downloaded gethostname v0.5.0
5682026-07-29T07:33:08.997Z Downloaded normalize-line-endings v0.3.0
5692026-07-29T07:33:08.997Z Downloaded num-derive v0.4.2
5702026-07-29T07:33:09.005Z Downloaded hex v0.4.3
5712026-07-29T07:33:09.005Z Downloaded compression-core v0.4.31
5722026-07-29T07:33:09.005Z Downloaded headers-core v0.3.0
5732026-07-29T07:33:09.005Z Downloaded hex-literal v1.1.0
5742026-07-29T07:33:09.005Z Downloaded olpc-cjson v0.1.4
5752026-07-29T07:33:09.005Z Downloaded hubpack_derive v0.1.1
5762026-07-29T07:33:09.005Z Downloaded globwalk v0.9.1
5772026-07-29T07:33:09.005Z Downloaded async-recursion v1.1.1
5782026-07-29T07:33:09.013Z Downloaded base64ct v1.8.3
5792026-07-29T07:33:09.013Z Downloaded http-range v0.1.5
5802026-07-29T07:33:09.013Z Downloaded bcs v0.1.6
5812026-07-29T07:33:09.013Z Downloaded cbc v0.2.1
5822026-07-29T07:33:09.017Z Downloaded cmpv2 v0.2.0
5832026-07-29T07:33:09.017Z Downloaded compression-codecs v0.4.37
5842026-07-29T07:33:09.017Z Downloaded home v0.5.12
5852026-07-29T07:33:09.020Z Downloaded bzip2 v0.6.1
5862026-07-29T07:33:09.020Z Downloaded aead v0.6.1
5872026-07-29T07:33:09.020Z Downloaded camino-tempfile-ext v0.3.3
5882026-07-29T07:33:09.024Z Downloaded hostname v0.4.2
5892026-07-29T07:33:09.027Z Downloaded cmov v0.5.4
5902026-07-29T07:33:09.033Z Downloaded ff v0.13.1
5912026-07-29T07:33:09.036Z Downloaded password-hash v0.6.1
5922026-07-29T07:33:09.036Z Downloaded phf_shared v0.11.3
5932026-07-29T07:33:09.037Z Downloaded predicates-core v1.0.10
5942026-07-29T07:33:09.037Z Downloaded foldhash v0.1.5
5952026-07-29T07:33:09.042Z Downloaded humantime v2.3.0
5962026-07-29T07:33:09.042Z Downloaded progenitor-macro v0.14.0
5972026-07-29T07:33:09.042Z Downloaded recursive-proc-macro-impl v0.1.1
5982026-07-29T07:33:09.042Z Downloaded filetime v0.2.27
5992026-07-29T07:33:09.046Z Downloaded http-body-util v0.1.3
6002026-07-29T07:33:09.046Z Downloaded fixedbitset v0.5.7
6012026-07-29T07:33:09.046Z Downloaded group v0.13.0
6022026-07-29T07:33:09.049Z Downloaded scheduled-thread-pool v0.2.7
6032026-07-29T07:33:09.053Z Downloaded byte-wrapper v0.1.0
6042026-07-29T07:33:09.053Z Downloaded futures-channel v0.3.32
6052026-07-29T07:33:09.053Z Downloaded futures-macro v0.3.32
6062026-07-29T07:33:09.056Z Downloaded powerfmt v0.2.0
6072026-07-29T07:33:09.056Z Downloaded async-trait v0.1.89
6082026-07-29T07:33:09.059Z Downloaded fs_extra v1.3.0
6092026-07-29T07:33:09.063Z Downloaded cassowary v0.3.0
6102026-07-29T07:33:09.063Z Downloaded radium v0.7.0
6112026-07-29T07:33:09.063Z Downloaded rand_chacha v0.3.1
6122026-07-29T07:33:09.067Z Downloaded cobs v0.3.0
6132026-07-29T07:33:09.067Z Downloaded blowfish v0.10.0
6142026-07-29T07:33:09.067Z Downloaded cexpr v0.6.0
6152026-07-29T07:33:09.070Z Downloaded cmake v0.1.57
6162026-07-29T07:33:09.071Z Downloaded bs58 v0.5.1
6172026-07-29T07:33:09.071Z Downloaded secrecy v0.10.3
6182026-07-29T07:33:09.071Z Downloaded serde_bytes v0.11.19
6192026-07-29T07:33:09.074Z Downloaded cipher v0.5.2
6202026-07-29T07:33:09.077Z Downloaded signal-hook-mio v0.2.5
6212026-07-29T07:33:09.077Z Downloaded serde_spanned v1.1.1
6222026-07-29T07:33:09.077Z Downloaded rand_pcg v0.10.2
6232026-07-29T07:33:09.090Z Downloaded num_enum_derive v0.7.6
6242026-07-29T07:33:09.090Z Downloaded async-bb8-diesel v0.2.1
6252026-07-29T07:33:09.094Z Downloaded console v0.15.11
6262026-07-29T07:33:09.094Z Downloaded backon v1.6.0
6272026-07-29T07:33:09.094Z Downloaded highway v1.3.0
6282026-07-29T07:33:09.094Z Downloaded ahash v0.8.12
6292026-07-29T07:33:09.094Z Downloaded oxnet v0.1.6
6302026-07-29T07:33:09.094Z Downloaded sqlparser_derive v0.5.0
6312026-07-29T07:33:09.098Z Downloaded erased-serde v0.3.31
6322026-07-29T07:33:09.098Z Downloaded sync_wrapper v1.0.2
6332026-07-29T07:33:09.098Z Downloaded git-stub-vcs v0.1.0
6342026-07-29T07:33:09.103Z Downloaded globset v0.4.18
6352026-07-29T07:33:09.103Z Downloaded group v0.14.0
6362026-07-29T07:33:09.108Z Downloaded parking_lot_core v0.8.6
6372026-07-29T07:33:09.108Z Downloaded password-hash v0.5.0
6382026-07-29T07:33:09.108Z Downloaded siphasher v1.0.2
6392026-07-29T07:33:09.108Z Downloaded pem v3.0.6
6402026-07-29T07:33:09.112Z Downloaded phf v0.12.1
6412026-07-29T07:33:09.112Z Downloaded stable_deref_trait v1.2.1
6422026-07-29T07:33:09.112Z Downloaded phf v0.13.1
6432026-07-29T07:33:09.112Z Downloaded progenitor-extras v0.2.0
6442026-07-29T07:33:09.112Z Downloaded structmeta v0.3.0
6452026-07-29T07:33:09.112Z Downloaded strum v0.27.2
6462026-07-29T07:33:09.112Z Downloaded tabwriter v1.4.1
6472026-07-29T07:33:09.112Z Downloaded tagptr v0.2.0
6482026-07-29T07:33:09.116Z Downloaded take_mut v0.2.2
6492026-07-29T07:33:09.116Z Downloaded thread-id v5.1.0
6502026-07-29T07:33:09.116Z Downloaded try-lock v0.2.5
6512026-07-29T07:33:09.121Z Downloaded ena v0.14.4
6522026-07-29T07:33:09.121Z Downloaded ff v0.14.0
6532026-07-29T07:33:09.126Z Downloaded poly1305 v0.8.0
6542026-07-29T07:33:09.126Z Downloaded primefield v0.14.0
6552026-07-29T07:33:09.126Z Downloaded trait-variant v0.1.2
6562026-07-29T07:33:09.126Z Downloaded universal-hash v0.5.1
6572026-07-29T07:33:09.126Z Downloaded universal-hash v0.6.1
6582026-07-29T07:33:09.127Z Downloaded ar_archive_writer v0.5.1
6592026-07-29T07:33:09.130Z Downloaded hmac v0.13.0
6602026-07-29T07:33:09.130Z Downloaded console v0.16.2
6612026-07-29T07:33:09.134Z Downloaded clang-sys v1.8.1
6622026-07-29T07:33:09.134Z Downloaded colored v3.1.1
6632026-07-29T07:33:09.134Z Downloaded primeorder v0.13.6
6642026-07-29T07:33:09.140Z Downloaded tower-layer v0.3.3
6652026-07-29T07:33:09.140Z Downloaded chacha20 v0.9.1
6662026-07-29T07:33:09.140Z Downloaded buf-list v1.1.2
6672026-07-29T07:33:09.143Z Downloaded cancel-safe-futures v0.1.5
6682026-07-29T07:33:09.143Z Downloaded colored v2.2.0
6692026-07-29T07:33:09.143Z Downloaded fatfs v0.3.6
6702026-07-29T07:33:09.143Z Downloaded chacha20 v0.10.0
6712026-07-29T07:33:09.147Z Downloaded bzip2 v0.4.4
6722026-07-29T07:33:09.147Z Downloaded scrypt v0.12.0
6732026-07-29T07:33:09.150Z Downloaded rustc_version v0.1.7
6742026-07-29T07:33:09.153Z Downloaded x509-tsp v0.1.0
6752026-07-29T07:33:09.157Z Downloaded serde_with_macros v1.5.2
6762026-07-29T07:33:09.157Z Downloaded slog-json v2.6.1
6772026-07-29T07:33:09.160Z Downloaded yoke-derive v0.8.1
6782026-07-29T07:33:09.160Z Downloaded blake2 v0.11.0-rc.6
6792026-07-29T07:33:09.160Z Downloaded waitgroup v0.1.2
6802026-07-29T07:33:09.160Z Downloaded serde-hex v0.1.0
6812026-07-29T07:33:09.160Z Downloaded wnaf v0.14.0
6822026-07-29T07:33:09.165Z Downloaded zerofrom v0.1.6
6832026-07-29T07:33:09.165Z Downloaded zerofrom-derive v0.1.6
6842026-07-29T07:33:09.165Z Downloaded allocator-api2 v0.2.21
6852026-07-29T07:33:09.165Z Downloaded crc v3.4.0
6862026-07-29T07:33:09.165Z Downloaded string_cache v0.8.9
6872026-07-29T07:33:09.169Z Downloaded darling_macro v0.21.3
6882026-07-29T07:33:09.169Z Downloaded darling_macro v0.23.0
6892026-07-29T07:33:09.169Z Downloaded glob v0.3.3
6902026-07-29T07:33:09.169Z Downloaded slab v0.4.12
6912026-07-29T07:33:09.173Z Downloaded thiserror-no-std v2.0.2
6922026-07-29T07:33:09.177Z Downloaded const-oid v0.9.6
6932026-07-29T07:33:09.177Z Downloaded arc-swap v1.8.2
6942026-07-29T07:33:09.183Z Downloaded half v1.8.3
6952026-07-29T07:33:09.187Z Downloaded httparse v1.10.1
6962026-07-29T07:33:09.187Z Downloaded pkcs8 v0.11.0
6972026-07-29T07:33:09.187Z Downloaded vergen-git2 v9.1.0
6982026-07-29T07:33:09.190Z Downloaded spki v0.8.0
6992026-07-29T07:33:09.191Z Downloaded crypto-common v0.2.2
7002026-07-29T07:33:09.191Z Downloaded digest-io v0.1.0
7012026-07-29T07:33:09.196Z Downloaded hyper-tls v0.6.0
7022026-07-29T07:33:09.196Z Downloaded dirs-next v2.0.0
7032026-07-29T07:33:09.196Z Downloaded dirs-sys-next v0.1.2
7042026-07-29T07:33:09.200Z Downloaded strum_macros v0.24.3
7052026-07-29T07:33:09.200Z Downloaded futures v0.3.32
7062026-07-29T07:33:09.200Z Downloaded illumos-nvpair-sys v0.2.0
7072026-07-29T07:33:09.203Z Downloaded generic-array v1.4.3
7082026-07-29T07:33:09.207Z Downloaded ciborium v0.2.2
7092026-07-29T07:33:09.207Z Downloaded getrandom v0.2.17
7102026-07-29T07:33:09.210Z Downloaded instability v0.3.11
7112026-07-29T07:33:09.214Z Downloaded flume v0.11.1
7122026-07-29T07:33:09.217Z Downloaded usdt-impl v0.6.0
7132026-07-29T07:33:09.222Z Downloaded base64 v0.22.1
7142026-07-29T07:33:09.222Z Downloaded match_cfg v0.1.0
7152026-07-29T07:33:09.225Z Downloaded is_ci v1.2.0
7162026-07-29T07:33:09.225Z Downloaded lru-cache v0.1.2
7172026-07-29T07:33:09.225Z Downloaded const-oid v0.10.2
7182026-07-29T07:33:09.225Z Downloaded kstat-rs v0.2.4
7192026-07-29T07:33:09.225Z Downloaded whoami v2.1.0
7202026-07-29T07:33:09.229Z Downloaded maplit v1.0.2
7212026-07-29T07:33:09.229Z Downloaded newline-converter v0.3.0
7222026-07-29T07:33:09.232Z Downloaded oso v0.27.3
7232026-07-29T07:33:09.235Z Downloaded p256 v0.13.2
7242026-07-29T07:33:09.235Z Downloaded zerovec-derive v0.11.2
7252026-07-29T07:33:09.236Z Downloaded rustls-native-certs v0.8.3
7262026-07-29T07:33:09.239Z Downloaded serde_with_macros v3.21.0
7272026-07-29T07:33:09.239Z Downloaded crossbeam-deque v0.8.6
7282026-07-29T07:33:09.239Z Downloaded constant_time_eq v0.4.2
7292026-07-29T07:33:09.243Z Downloaded oso-derive v0.27.3
7302026-07-29T07:33:09.248Z Downloaded num-derive v0.3.3
7312026-07-29T07:33:09.248Z Downloaded num_enum_derive v0.5.11
7322026-07-29T07:33:09.252Z Downloaded num_threads v0.1.7
7332026-07-29T07:33:09.252Z Downloaded half v2.7.1
7342026-07-29T07:33:09.255Z Downloaded getrandom v0.3.4
7352026-07-29T07:33:09.259Z Downloaded papergrid v0.17.0
7362026-07-29T07:33:09.262Z Downloaded base64 v0.21.7
7372026-07-29T07:33:09.263Z Downloaded hmac v0.12.1
7382026-07-29T07:33:09.263Z Downloaded hybrid-array v0.4.13
7392026-07-29T07:33:09.266Z Downloaded postcard v1.1.3
7402026-07-29T07:33:09.270Z Downloaded vergen-gitcl v1.0.8
7412026-07-29T07:33:09.274Z Downloaded derive-ex v0.1.8
7422026-07-29T07:33:09.274Z Downloaded dyn-clone v1.0.20
7432026-07-29T07:33:09.277Z Downloaded proc-macro-crate v3.4.0
7442026-07-29T07:33:09.280Z Downloaded rustls-platform-verifier v0.6.2
7452026-07-29T07:33:09.285Z Downloaded ipnet v2.11.0
7462026-07-29T07:33:09.289Z Downloaded bytes v1.11.1
7472026-07-29T07:33:09.292Z Downloaded compact_str v0.8.1
7482026-07-29T07:33:09.297Z Downloaded chacha20poly1305 v0.10.1
7492026-07-29T07:33:09.297Z Downloaded scroll_derive v0.13.1
7502026-07-29T07:33:09.301Z Downloaded num-traits v0.2.19
7512026-07-29T07:33:09.301Z Downloaded heapless v0.7.17
7522026-07-29T07:33:09.305Z Downloaded bumpalo v3.20.2
7532026-07-29T07:33:09.305Z Downloaded tokio-stream v0.1.18
7542026-07-29T07:33:09.313Z Downloaded openssl-sys v0.9.115
7552026-07-29T07:33:09.318Z Downloaded serde_plain v1.0.2
7562026-07-29T07:33:09.318Z Downloaded signature v3.0.0
7572026-07-29T07:33:09.322Z Downloaded daft-derive v0.1.7
7582026-07-29T07:33:09.322Z Downloaded strsim v0.10.0
7592026-07-29T07:33:09.322Z Downloaded owo-colors v4.3.0
7602026-07-29T07:33:09.322Z Downloaded oxide-tokio-rt v0.1.4
7612026-07-29T07:33:09.325Z Downloaded pbkdf2 v0.13.0
7622026-07-29T07:33:09.325Z Downloaded pem-rfc7468 v0.7.0
7632026-07-29T07:33:09.325Z Downloaded mime_guess v2.0.5
7642026-07-29T07:33:09.329Z Downloaded rustls-platform-verifier v0.7.0
7652026-07-29T07:33:09.329Z Downloaded signal-hook v0.3.18
7662026-07-29T07:33:09.330Z Downloaded postgres-protocol v0.6.10
7672026-07-29T07:33:09.333Z Downloaded time-core v0.1.8
7682026-07-29T07:33:09.333Z Downloaded newtype-uuid v1.3.2
7692026-07-29T07:33:09.333Z Downloaded num-integer v0.1.46
7702026-07-29T07:33:09.333Z Downloaded sigpipe v0.1.3
7712026-07-29T07:33:09.333Z Downloaded slog-envlogger v2.2.0
7722026-07-29T07:33:09.333Z Downloaded unicode-xid v0.2.6
7732026-07-29T07:33:09.337Z Downloaded structmeta-derive v0.3.0
7742026-07-29T07:33:09.337Z Downloaded supports-color v3.0.2
7752026-07-29T07:33:09.337Z Downloaded testing_table v0.3.0
7762026-07-29T07:33:09.337Z Downloaded tinyvec_macros v0.1.1
7772026-07-29T07:33:09.337Z Downloaded progenitor v0.14.0
7782026-07-29T07:33:09.341Z Downloaded tokio-macros v2.7.0
7792026-07-29T07:33:09.341Z Downloaded psm v0.1.30
7802026-07-29T07:33:09.344Z Downloaded tinyvec v1.10.0
7812026-07-29T07:33:09.344Z Downloaded similar v2.7.0
7822026-07-29T07:33:09.348Z Downloaded headers v0.4.1
7832026-07-29T07:33:09.352Z Downloaded unicode-bidi v0.3.18
7842026-07-29T07:33:09.355Z Downloaded uuid v1.23.4
7852026-07-29T07:33:09.355Z Downloaded des v0.9.0
7862026-07-29T07:33:09.355Z Downloaded darling v0.23.0
7872026-07-29T07:33:09.359Z Downloaded pin-project-internal v1.1.11
7882026-07-29T07:33:09.362Z Downloaded void v1.0.2
7892026-07-29T07:33:09.366Z Downloaded want v0.3.1
7902026-07-29T07:33:09.369Z Downloaded ingot-macros v0.2.0
7912026-07-29T07:33:09.373Z Downloaded const_format v0.2.35
7922026-07-29T07:33:09.384Z Downloaded schemars v0.8.22
7932026-07-29T07:33:09.387Z Downloaded prettyplease v0.2.37
7942026-07-29T07:33:09.391Z Downloaded serdect v0.4.3
7952026-07-29T07:33:09.391Z Downloaded rand_core v0.9.5
7962026-07-29T07:33:09.391Z Downloaded shlex v1.3.0
7972026-07-29T07:33:09.394Z Downloaded smallvec v0.6.14
7982026-07-29T07:33:09.394Z Downloaded ssh-cipher v0.3.0
7992026-07-29T07:33:09.394Z Downloaded static_assertions v1.1.0
8002026-07-29T07:33:09.394Z Downloaded rpassword v7.5.4
8012026-07-29T07:33:09.394Z Downloaded defmt v0.3.100
8022026-07-29T07:33:09.398Z Downloaded async-compression v0.4.41
8032026-07-29T07:33:09.398Z Downloaded socket2 v0.5.10
8042026-07-29T07:33:09.401Z Downloaded tokio-rustls v0.26.4
8052026-07-29T07:33:09.401Z Downloaded zopfli v0.8.3
8062026-07-29T07:33:09.405Z Downloaded cpufeatures v0.3.0
8072026-07-29T07:33:09.405Z Downloaded hickory-resolver v0.25.2
8082026-07-29T07:33:09.405Z Downloaded parking_lot v0.11.2
8092026-07-29T07:33:09.408Z Downloaded pem-rfc7468 v1.0.0
8102026-07-29T07:33:09.408Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8112026-07-29T07:33:09.408Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8122026-07-29T07:33:09.408Z Downloaded unicase v2.9.0
8132026-07-29T07:33:09.412Z Downloaded untrusted v0.7.1
8142026-07-29T07:33:09.412Z Downloaded sec1 v0.7.3
8152026-07-29T07:33:09.412Z Downloaded serde_derive_internals v0.29.1
8162026-07-29T07:33:09.412Z Downloaded diesel_table_macro_syntax v0.3.0
8172026-07-29T07:33:09.412Z Downloaded display-error-chain v0.2.2
8182026-07-29T07:33:09.412Z Downloaded downcast-rs v2.0.2
8192026-07-29T07:33:09.416Z Downloaded dropshot-api-manager-types v0.7.2
8202026-07-29T07:33:09.416Z Downloaded darling_macro v0.13.4
8212026-07-29T07:33:09.416Z Downloaded rayon-core v1.13.0
8222026-07-29T07:33:09.416Z Downloaded spki v0.7.3
8232026-07-29T07:33:09.416Z Downloaded kem v0.3.0
8242026-07-29T07:33:09.416Z Downloaded postgres-types v0.2.12
8252026-07-29T07:33:09.419Z Downloaded crc-any v2.5.0
8262026-07-29T07:33:09.420Z Downloaded vergen-lib v9.1.0
8272026-07-29T07:33:09.420Z Downloaded publicsuffix v2.3.0
8282026-07-29T07:33:09.423Z Downloaded quinn v0.11.9
8292026-07-29T07:33:09.423Z Downloaded toml_edit v0.23.10+spec-1.0.0
8302026-07-29T07:33:09.428Z Downloaded heapless v0.8.0
8312026-07-29T07:33:09.428Z Downloaded illumos-nvpair v0.3.0
8322026-07-29T07:33:09.428Z Downloaded derive-where v1.6.0
8332026-07-29T07:33:09.433Z Downloaded elliptic-curve v0.13.8
8342026-07-29T07:33:09.433Z Downloaded parking_lot v0.12.5
8352026-07-29T07:33:09.440Z Downloaded dropshot_endpoint v0.17.1
8362026-07-29T07:33:09.444Z Downloaded ed25519 v3.0.0
8372026-07-29T07:33:09.444Z Downloaded pin-project-lite v0.2.17
8382026-07-29T07:33:09.444Z Downloaded cc v1.2.56
8392026-07-29T07:33:09.447Z Downloaded tokio-tungstenite v0.23.1
8402026-07-29T07:33:09.447Z Downloaded tui-tree-widget v0.23.1
8412026-07-29T07:33:09.447Z Downloaded uzers v0.12.2
8422026-07-29T07:33:09.450Z Downloaded internet-checksum v0.2.1
8432026-07-29T07:33:09.451Z Downloaded md-5 v0.10.6
8442026-07-29T07:33:09.451Z Downloaded md5 v0.8.0
8452026-07-29T07:33:09.451Z Downloaded libbz2-rs-sys v0.2.2
8462026-07-29T07:33:09.457Z Downloaded num-iter v0.1.45
8472026-07-29T07:33:09.457Z Downloaded wyz v0.5.1
8482026-07-29T07:33:09.457Z Downloaded expectorate v1.2.0
8492026-07-29T07:33:09.457Z Downloaded hickory-resolver v0.24.4
8502026-07-29T07:33:09.461Z Downloaded ctr v0.10.1
8512026-07-29T07:33:09.461Z Downloaded delegate v0.13.5
8522026-07-29T07:33:09.461Z Downloaded path-slash v0.1.5
8532026-07-29T07:33:09.461Z Downloaded phf_shared v0.12.1
8542026-07-29T07:33:09.461Z Downloaded phf_shared v0.13.1
8552026-07-29T07:33:09.464Z Downloaded progenitor-client v0.14.0
8562026-07-29T07:33:09.468Z Downloaded zeroize_derive v1.5.0
8572026-07-29T07:33:09.468Z Downloaded zstd-safe v7.2.4
8582026-07-29T07:33:09.471Z Downloaded darling_core v0.23.0
8592026-07-29T07:33:09.471Z Downloaded pin-project v1.1.11
8602026-07-29T07:33:09.478Z Downloaded critical-section v1.2.0
8612026-07-29T07:33:09.480Z Downloaded nibble_vec v0.1.0
8622026-07-29T07:33:09.481Z Downloaded zstd v0.13.3
8632026-07-29T07:33:09.484Z Downloaded term v1.2.1
8642026-07-29T07:33:09.484Z Downloaded num-conv v0.2.0
8652026-07-29T07:33:09.484Z Downloaded openssl-probe v0.1.6
8662026-07-29T07:33:09.487Z Downloaded ecdsa v0.16.9
8672026-07-29T07:33:09.487Z Downloaded indoc v1.0.9
8682026-07-29T07:33:09.488Z Downloaded percent-encoding v2.3.2
8692026-07-29T07:33:09.488Z Downloaded hyper-staticfile v0.10.1
8702026-07-29T07:33:09.491Z Downloaded flate2 v1.1.9
8712026-07-29T07:33:09.494Z Downloaded same-file v1.0.6
8722026-07-29T07:33:09.494Z Downloaded aes v0.9.1
8732026-07-29T07:33:09.495Z Downloaded daft v0.1.7
8742026-07-29T07:33:09.498Z Downloaded curve25519-dalek-derive v0.1.1
8752026-07-29T07:33:09.498Z Downloaded rustls-webpki v0.103.13
8762026-07-29T07:33:09.498Z Downloaded icu_locale_core v2.1.1
8772026-07-29T07:33:09.502Z Downloaded ryu v1.0.23
8782026-07-29T07:33:09.509Z Downloaded rustc-hash v2.1.1
8792026-07-29T07:33:09.509Z Downloaded sapling-renderdag v0.1.0
8802026-07-29T07:33:09.513Z Downloaded indicatif v0.18.4
8812026-07-29T07:33:09.513Z Downloaded hickory-server v0.25.2
8822026-07-29T07:33:09.517Z Downloaded libsw v3.5.0
8832026-07-29T07:33:09.517Z Downloaded libsw-core v0.3.2
8842026-07-29T07:33:09.523Z Downloaded native-tls v0.2.18
8852026-07-29T07:33:09.523Z Downloaded num-complex v0.4.6
8862026-07-29T07:33:09.523Z Downloaded tabled_derive v0.11.0
8872026-07-29T07:33:09.527Z Downloaded lru-slab v0.1.2
8882026-07-29T07:33:09.527Z Downloaded indoc v2.0.7
8892026-07-29T07:33:09.527Z Downloaded sync-ptr v0.1.4
8902026-07-29T07:33:09.531Z Downloaded slog-bunyan v2.5.0
8912026-07-29T07:33:09.537Z Downloaded yansi v1.0.1
8922026-07-29T07:33:09.537Z Downloaded unicode-truncate v1.1.0
8932026-07-29T07:33:09.540Z Downloaded derive_builder v0.20.2
8942026-07-29T07:33:09.541Z Downloaded xshell-macros v0.2.7
8952026-07-29T07:33:09.541Z Downloaded crmf v0.2.0
8962026-07-29T07:33:09.541Z Downloaded hashbrown v0.12.3
8972026-07-29T07:33:09.546Z Downloaded crucible-workspace-hack v0.1.0
8982026-07-29T07:33:09.546Z Downloaded ron v0.8.1
8992026-07-29T07:33:09.562Z Downloaded rand_chacha v0.9.0
9002026-07-29T07:33:09.562Z Downloaded der v0.7.10
9012026-07-29T07:33:09.565Z Downloaded unsafe-libyaml v0.2.11
9022026-07-29T07:33:09.565Z Downloaded rand_core v0.6.4
9032026-07-29T07:33:09.565Z Downloaded ref-cast v1.0.25
9042026-07-29T07:33:09.565Z Downloaded ppv-lite86 v0.2.21
9052026-07-29T07:33:09.565Z Downloaded progenitor-impl v0.14.0
9062026-07-29T07:33:09.565Z Downloaded rustls-pemfile v2.2.0
9072026-07-29T07:33:09.565Z Downloaded schemars_derive v0.8.22
9082026-07-29T07:33:09.565Z Downloaded signal-hook-registry v1.4.8
9092026-07-29T07:33:09.565Z Downloaded tokio-postgres v0.7.16
9102026-07-29T07:33:09.566Z Downloaded aes-gcm v0.11.0
9112026-07-29T07:33:09.578Z Downloaded crossbeam-utils v0.8.21
9122026-07-29T07:33:09.585Z Downloaded derive_builder_macro v0.20.2
9132026-07-29T07:33:09.585Z Downloaded dunce v1.0.5
9142026-07-29T07:33:09.585Z Downloaded maybe-uninit v2.0.0
9152026-07-29T07:33:09.585Z Downloaded nonempty v0.12.0
9162026-07-29T07:33:09.585Z Downloaded newtype_derive v0.1.6
9172026-07-29T07:33:09.585Z Downloaded miniz_oxide v0.8.9
9182026-07-29T07:33:09.589Z Downloaded rand v0.10.1
9192026-07-29T07:33:09.592Z Downloaded schemars v0.9.0
9202026-07-29T07:33:09.596Z Downloaded num-bigint-dig v0.8.6
9212026-07-29T07:33:09.599Z Downloaded support-bundle-viewer v0.1.2
9222026-07-29T07:33:09.603Z Downloaded synstructure v0.13.2
9232026-07-29T07:33:09.603Z Downloaded multimap v0.10.1
9242026-07-29T07:33:09.607Z Downloaded serde_yaml v0.9.34+deprecated
9252026-07-29T07:33:09.607Z Downloaded proc-macro-error-attr2 v2.0.0
9262026-07-29T07:33:09.612Z Downloaded parse-display v0.10.0
9272026-07-29T07:33:09.612Z Downloaded proc-macro-crate v1.3.1
9282026-07-29T07:33:09.616Z Downloaded quick-error v1.2.3
9292026-07-29T07:33:09.616Z Downloaded http v1.4.2
9302026-07-29T07:33:09.619Z Downloaded slog-async v2.8.0
9312026-07-29T07:33:09.619Z Downloaded slog-dtrace v0.3.0
9322026-07-29T07:33:09.619Z Downloaded tls_codec v0.4.2
9332026-07-29T07:33:09.623Z Downloaded tungstenite v0.21.0
9342026-07-29T07:33:09.623Z Downloaded darling v0.13.4
9352026-07-29T07:33:09.629Z Downloaded serde_urlencoded v0.7.1
9362026-07-29T07:33:09.629Z Downloaded shell-words v1.1.1
9372026-07-29T07:33:09.632Z Downloaded sha2 v0.11.0
9382026-07-29T07:33:09.636Z Downloaded aho-corasick v1.1.4
9392026-07-29T07:33:09.639Z Downloaded rand v0.8.6
9402026-07-29T07:33:09.650Z Downloaded convert_case v0.10.0
9412026-07-29T07:33:09.653Z Downloaded csv-core v0.1.13
9422026-07-29T07:33:09.653Z Downloaded libloading v0.8.9
9432026-07-29T07:33:09.653Z Downloaded libefi-sys v0.1.0
9442026-07-29T07:33:09.653Z Downloaded poly1305 v0.9.0
9452026-07-29T07:33:09.656Z Downloaded quinn-udp v0.5.14
9462026-07-29T07:33:09.656Z Downloaded phc v0.6.1
9472026-07-29T07:33:09.660Z Downloaded predicates v3.1.4
9482026-07-29T07:33:09.660Z Downloaded utf-8 v0.7.6
9492026-07-29T07:33:09.663Z Downloaded unarray v0.1.4
9502026-07-29T07:33:09.670Z Downloaded tower-service v0.3.3
9512026-07-29T07:33:09.674Z Downloaded displaydoc v0.2.5
9522026-07-29T07:33:09.674Z Downloaded strum_macros v0.26.4
9532026-07-29T07:33:09.677Z Downloaded toml_parser v1.1.2+spec-1.1.0
9542026-07-29T07:33:09.677Z Downloaded snafu v0.8.9
9552026-07-29T07:33:09.681Z Downloaded zone v0.3.1
9562026-07-29T07:33:09.681Z Downloaded crc8 v0.1.1
9572026-07-29T07:33:09.684Z Downloaded darling_macro v0.20.11
9582026-07-29T07:33:09.687Z Downloaded yasna v0.5.2
9592026-07-29T07:33:09.694Z Downloaded prefix-trie v0.7.0
9602026-07-29T07:33:09.698Z Downloaded num_enum v0.7.6
9612026-07-29T07:33:09.698Z Downloaded zone_cfg_derive v0.3.1
9622026-07-29T07:33:09.698Z Downloaded num_enum v0.5.11
9632026-07-29T07:33:09.698Z Downloaded parse-display-derive v0.10.0
9642026-07-29T07:33:09.701Z Downloaded rustc_version v0.4.1
9652026-07-29T07:33:09.701Z Downloaded crypto-bigint v0.5.5
9662026-07-29T07:33:09.705Z Downloaded secrecy v0.8.0
9672026-07-29T07:33:09.705Z Downloaded tls_codec_derive v0.4.2
9682026-07-29T07:33:09.708Z Downloaded strum_macros v0.27.2
9692026-07-29T07:33:09.708Z Downloaded document-features v0.2.12
9702026-07-29T07:33:09.708Z Downloaded polyval v0.7.1
9712026-07-29T07:33:09.717Z Downloaded lazy_static v1.5.0
9722026-07-29T07:33:09.717Z Downloaded mime v0.3.17
9732026-07-29T07:33:09.726Z Downloaded slog v2.8.2
9742026-07-29T07:33:09.726Z Downloaded libscf-sys v1.1.0
9752026-07-29T07:33:09.726Z Downloaded indent_write v2.2.0
9762026-07-29T07:33:09.726Z Downloaded rustversion v1.0.22
9772026-07-29T07:33:09.731Z Downloaded samael v0.0.19
9782026-07-29T07:33:09.734Z Downloaded tokio-native-tls v0.3.1
9792026-07-29T07:33:09.741Z Downloaded opaque-debug v0.3.1
9802026-07-29T07:33:09.741Z Downloaded predicates-tree v1.0.13
9812026-07-29T07:33:09.741Z Downloaded lzss v0.8.2
9822026-07-29T07:33:09.744Z Downloaded cookie v0.18.1
9832026-07-29T07:33:09.744Z Downloaded rfc6979 v0.6.0
9842026-07-29T07:33:09.751Z Downloaded oxide-update-engine-types v0.1.2
9852026-07-29T07:33:09.770Z Downloaded toml v1.1.2+spec-1.1.0
9862026-07-29T07:33:09.770Z Downloaded tracing-attributes v0.1.31
9872026-07-29T07:33:09.770Z Downloaded vsss-rs v3.3.4
9882026-07-29T07:33:09.770Z Downloaded darling v0.21.3
9892026-07-29T07:33:09.773Z Downloaded yoke v0.8.1
9902026-07-29T07:33:09.773Z Downloaded data-encoding v2.10.0
9912026-07-29T07:33:09.773Z Downloaded time-macros v0.2.27
9922026-07-29T07:33:09.773Z Downloaded vergen v9.1.0
9932026-07-29T07:33:09.773Z Downloaded sqlformat v0.3.5
9942026-07-29T07:33:09.774Z Downloaded parse-size v1.1.0
9952026-07-29T07:33:09.774Z Downloaded nom v7.1.3
9962026-07-29T07:33:09.774Z Downloaded minimal-lexical v0.2.1
9972026-07-29T07:33:09.780Z Downloaded iana-time-zone v0.1.65
9982026-07-29T07:33:09.785Z Downloaded ecdsa v0.17.0
9992026-07-29T07:33:09.785Z Downloaded dof v0.4.0
10002026-07-29T07:33:09.785Z Downloaded ipnetwork v0.21.1
10012026-07-29T07:33:09.789Z Downloaded sha1 v0.11.0
10022026-07-29T07:33:09.789Z Downloaded tokio-test v0.4.5
10032026-07-29T07:33:09.789Z Downloaded unit-prefix v0.5.2
10042026-07-29T07:33:09.789Z Downloaded slog-term v2.9.2
10052026-07-29T07:33:09.790Z Downloaded icu_normalizer v2.1.1
10062026-07-29T07:33:09.793Z Downloaded jobserver v0.1.34
10072026-07-29T07:33:09.793Z Downloaded nanorand v0.7.0
10082026-07-29T07:33:09.793Z Downloaded diesel-dtrace v0.5.0
10092026-07-29T07:33:09.797Z Downloaded unicode-normalization v0.1.25
10102026-07-29T07:33:09.800Z Downloaded diesel_derives v2.3.7
10112026-07-29T07:33:09.803Z Downloaded hashbrown v0.16.1
10122026-07-29T07:33:09.807Z Downloaded unicode-properties v0.1.4
10132026-07-29T07:33:09.811Z Downloaded deranged v0.5.8
10142026-07-29T07:33:09.811Z Downloaded impl-trait-for-tuples v0.2.3
10152026-07-29T07:33:09.814Z Downloaded progenitor-client v0.13.0
10162026-07-29T07:33:09.815Z Downloaded rand_core v0.10.0
10172026-07-29T07:33:09.815Z Downloaded crunchy v0.2.4
10182026-07-29T07:33:09.825Z Downloaded debug-ignore v1.0.5
10192026-07-29T07:33:09.828Z Downloaded inout v0.2.2
10202026-07-29T07:33:09.828Z Downloaded progenitor v0.13.0
10212026-07-29T07:33:09.828Z Downloaded hyper v1.10.1
10222026-07-29T07:33:09.828Z Downloaded rsa v0.9.10
10232026-07-29T07:33:09.832Z Downloaded progenitor-impl v0.13.0
10242026-07-29T07:33:09.835Z Downloaded num-rational v0.4.2
10252026-07-29T07:33:09.835Z Downloaded zerocopy v0.6.6
10262026-07-29T07:33:09.839Z Downloaded linked-hash-map v0.5.6
10272026-07-29T07:33:09.842Z Downloaded libxml v0.3.3
10282026-07-29T07:33:09.845Z Downloaded darling v0.20.11
10292026-07-29T07:33:09.848Z Downloaded sec1 v0.8.1
10302026-07-29T07:33:09.848Z Downloaded openssl-macros v0.1.1
10312026-07-29T07:33:09.852Z Downloaded derive_more v0.99.20
10322026-07-29T07:33:09.852Z Downloaded serde_cbor v0.11.2
10332026-07-29T07:33:09.856Z Downloaded serde_json_canonicalizer v0.3.2
10342026-07-29T07:33:09.856Z Downloaded crossterm v0.29.0
10352026-07-29T07:33:09.860Z Downloaded oxide-update-engine-display v0.1.2
10362026-07-29T07:33:09.860Z Downloaded smf v0.2.3
10372026-07-29T07:33:09.860Z Downloaded memoffset v0.9.1
10382026-07-29T07:33:09.860Z Downloaded new_debug_unreachable v1.0.6
10392026-07-29T07:33:09.860Z Downloaded stacker v0.1.23
10402026-07-29T07:33:09.863Z Downloaded toml_writer v1.1.1+spec-1.1.0
10412026-07-29T07:33:09.864Z Downloaded num v0.4.3
10422026-07-29T07:33:09.864Z Downloaded peg-runtime v0.8.5
10432026-07-29T07:33:09.864Z Downloaded rand_xorshift v0.4.0
10442026-07-29T07:33:09.864Z Downloaded russh-util v0.52.0
10452026-07-29T07:33:09.867Z Downloaded serde-big-array v0.5.1
10462026-07-29T07:33:09.867Z Downloaded peg v0.8.5
10472026-07-29T07:33:09.867Z Downloaded seq-macro v0.3.6
10482026-07-29T07:33:09.867Z Downloaded thiserror-impl-no-std v2.0.2
10492026-07-29T07:33:09.871Z Downloaded icu_properties v2.1.2
10502026-07-29T07:33:09.879Z Downloaded schemars v1.2.1
10512026-07-29T07:33:09.887Z Downloaded test-strategy v0.4.5
10522026-07-29T07:33:09.895Z Downloaded writeable v0.6.2
10532026-07-29T07:33:09.899Z Downloaded toml_edit v0.19.15
10542026-07-29T07:33:09.902Z Downloaded hashbrown v0.15.5
10552026-07-29T07:33:09.905Z Downloaded jiff-static v0.2.21
10562026-07-29T07:33:09.908Z Downloaded usdt-attr-macro v0.6.0
10572026-07-29T07:33:09.908Z Downloaded usdt-macro v0.6.0
10582026-07-29T07:33:09.908Z Downloaded rcgen v0.12.1
10592026-07-29T07:33:09.909Z Downloaded steno v0.4.1
10602026-07-29T07:33:09.912Z Downloaded toml v0.7.8
10612026-07-29T07:33:09.912Z Downloaded termios v0.3.3
10622026-07-29T07:33:09.912Z Downloaded tracing-core v0.1.36
10632026-07-29T07:33:09.916Z Downloaded subtle v2.6.1
10642026-07-29T07:33:09.916Z Downloaded linear-map v1.2.0
10652026-07-29T07:33:09.916Z Downloaded x509-cert v0.2.5
10662026-07-29T07:33:09.921Z Downloaded futures-util v0.3.32
10672026-07-29T07:33:09.924Z Downloaded p256 v0.14.0
10682026-07-29T07:33:09.928Z Downloaded convert_case v0.4.0
10692026-07-29T07:33:09.928Z Downloaded ident_case v1.0.1
10702026-07-29T07:33:09.928Z Downloaded paste v1.0.15
10712026-07-29T07:33:09.932Z Downloaded rsa v0.10.0-rc.18
10722026-07-29T07:33:09.932Z Downloaded smallvec v1.15.1
10732026-07-29T07:33:09.935Z Downloaded tough v0.22.0
10742026-07-29T07:33:09.938Z Downloaded primeorder v0.14.0
10752026-07-29T07:33:09.938Z Downloaded precomputed-hash v0.1.1
10762026-07-29T07:33:09.938Z Downloaded progenitor-macro v0.13.0
10772026-07-29T07:33:09.942Z Downloaded signal-hook-tokio v0.3.1
10782026-07-29T07:33:09.942Z Downloaded icu_provider v2.1.1
10792026-07-29T07:33:09.945Z Downloaded rand_seeder v0.4.0
10802026-07-29T07:33:09.949Z Downloaded icu_properties_data v2.1.2
10812026-07-29T07:33:09.952Z Downloaded is-terminal v0.4.17
10822026-07-29T07:33:09.952Z Downloaded managed v0.8.0
10832026-07-29T07:33:09.956Z Downloaded zip v4.6.1
10842026-07-29T07:33:09.956Z Downloaded recursive v0.1.1
10852026-07-29T07:33:09.963Z Downloaded xshell v0.2.7
10862026-07-29T07:33:09.967Z Downloaded icu_normalizer_data v2.1.1
10872026-07-29T07:33:09.971Z Downloaded xattr v1.6.1
10882026-07-29T07:33:09.971Z Downloaded idna_adapter v1.2.1
10892026-07-29T07:33:09.976Z Downloaded cpubits v0.1.1
10902026-07-29T07:33:09.980Z Downloaded blake3 v1.8.5
10912026-07-29T07:33:09.980Z Downloaded cms v0.2.3
10922026-07-29T07:33:09.983Z Downloaded untrusted v0.9.0
10932026-07-29T07:33:09.984Z Downloaded hkdf v0.13.0
10942026-07-29T07:33:09.989Z Downloaded derive_builder_core v0.20.2
10952026-07-29T07:33:09.992Z Downloaded psl-types v2.0.11
10962026-07-29T07:33:09.992Z Downloaded drift v0.2.0
10972026-07-29T07:33:09.996Z Downloaded ref-cast-impl v1.0.25
10982026-07-29T07:33:10.000Z Downloaded simd-adler32 v0.3.8
10992026-07-29T07:33:10.000Z Downloaded twox-hash v2.1.2
11002026-07-29T07:33:10.000Z Downloaded der_derive v0.7.3
11012026-07-29T07:33:10.004Z Downloaded ingot-types v0.2.0
11022026-07-29T07:33:10.004Z Downloaded tokio-dtrace v0.1.1
11032026-07-29T07:33:10.004Z Downloaded wait-timeout v0.2.1
11042026-07-29T07:33:10.004Z Downloaded cstr-argument v0.1.2
11052026-07-29T07:33:10.004Z Downloaded difflib v0.4.0
11062026-07-29T07:33:10.004Z Downloaded lalrpop-util v0.19.12
11072026-07-29T07:33:10.004Z Downloaded semver v0.1.20
11082026-07-29T07:33:10.004Z Downloaded signature v2.2.0
11092026-07-29T07:33:10.012Z Downloaded pkcs8 v0.10.2
11102026-07-29T07:33:10.012Z Downloaded zeroize v1.9.0
11112026-07-29T07:33:10.015Z Downloaded subprocess v0.2.15
11122026-07-29T07:33:10.015Z Downloaded snafu-derive v0.8.9
11132026-07-29T07:33:10.019Z Downloaded sponge-cursor v0.1.0
11142026-07-29T07:33:10.019Z Downloaded instant v0.1.13
11152026-07-29T07:33:10.025Z Downloaded tap v1.0.1
11162026-07-29T07:33:10.025Z Downloaded newtype-uuid-macros v0.1.0
11172026-07-29T07:33:10.028Z Downloaded ed25519 v2.2.3
11182026-07-29T07:33:10.028Z Downloaded termtree v0.5.1
11192026-07-29T07:33:10.029Z Downloaded darling_core v0.13.4
11202026-07-29T07:33:10.032Z Downloaded idna v1.1.0
11212026-07-29T07:33:10.035Z Downloaded itertools v0.10.5
11222026-07-29T07:33:10.038Z Downloaded tar v0.4.46
11232026-07-29T07:33:10.039Z Downloaded parking_lot_core v0.9.12
11242026-07-29T07:33:10.042Z Downloaded stringprep v0.1.5
11252026-07-29T07:33:10.042Z Downloaded tinystr v0.8.2
11262026-07-29T07:33:10.042Z Downloaded defmt v1.0.1
11272026-07-29T07:33:10.048Z Downloaded peg-macros v0.8.5
11282026-07-29T07:33:10.048Z Downloaded rtoolbox v0.0.3
11292026-07-29T07:33:10.049Z Downloaded openssl-probe v0.2.1
11302026-07-29T07:33:10.049Z Downloaded utf8_iter v1.0.4
11312026-07-29T07:33:10.049Z Downloaded keccak v0.1.6
11322026-07-29T07:33:10.053Z Downloaded bitvec v1.0.1
11332026-07-29T07:33:10.056Z Downloaded derive_more v2.1.1
11342026-07-29T07:33:10.061Z Downloaded module-lattice v0.2.3
11352026-07-29T07:33:10.065Z Downloaded ed25519-dalek v3.0.0
11362026-07-29T07:33:10.065Z Downloaded icu_collections v2.1.1
11372026-07-29T07:33:10.069Z Downloaded nom v8.0.0
11382026-07-29T07:33:10.073Z Downloaded oxide-update-engine v0.1.2
11392026-07-29T07:33:10.073Z Downloaded salsa20 v0.11.0
11402026-07-29T07:33:10.076Z Downloaded serde_path_to_error v0.1.20
11412026-07-29T07:33:10.076Z Downloaded sha1 v0.10.6
11422026-07-29T07:33:10.076Z Downloaded typify-macro v0.6.2
11432026-07-29T07:33:10.082Z Downloaded hkdf v0.12.4
11442026-07-29T07:33:10.086Z Downloaded packed_struct_codegen v0.10.1
11452026-07-29T07:33:10.086Z Downloaded ssh-encoding v0.3.0
11462026-07-29T07:33:10.086Z Downloaded walkdir v2.5.0
11472026-07-29T07:33:10.086Z Downloaded scopeguard v1.2.0
11482026-07-29T07:33:10.086Z Downloaded omicron-zone-package v0.12.3
11492026-07-29T07:33:10.090Z Downloaded h2 v0.4.15
11502026-07-29T07:33:10.094Z Downloaded port-file v0.1.0
11512026-07-29T07:33:10.094Z Downloaded vergen-lib v0.1.6
11522026-07-29T07:33:10.094Z Downloaded defmt-macros v1.0.1
11532026-07-29T07:33:10.097Z Downloaded dsl_auto_type v0.2.0
11542026-07-29T07:33:10.098Z Downloaded inout v0.1.4
11552026-07-29T07:33:10.098Z Downloaded unicode-segmentation v1.12.0
11562026-07-29T07:33:10.101Z Downloaded russh-cryptovec v0.62.0
11572026-07-29T07:33:10.101Z Downloaded socket2 v0.6.3
11582026-07-29T07:33:10.105Z Downloaded rawzip v0.4.4
11592026-07-29T07:33:10.105Z Downloaded rayon v1.11.0
11602026-07-29T07:33:10.110Z Downloaded p521 v0.14.0
11612026-07-29T07:33:10.113Z Downloaded vte v0.14.1
11622026-07-29T07:33:10.113Z Downloaded lru v0.12.5
11632026-07-29T07:33:10.113Z Downloaded strum v0.26.3
11642026-07-29T07:33:10.113Z Downloaded thread_local v1.1.9
11652026-07-29T07:33:10.116Z Downloaded itertools v0.14.0
11662026-07-29T07:33:10.120Z Downloaded litemap v0.8.1
11672026-07-29T07:33:10.120Z Downloaded libm v0.2.16
11682026-07-29T07:33:10.123Z Downloaded rusty-fork v0.3.1
11692026-07-29T07:33:10.127Z Downloaded dtrace-parser v0.3.0
11702026-07-29T07:33:10.127Z Downloaded rfc6979 v0.4.0
11712026-07-29T07:33:10.127Z Downloaded indexmap v1.9.3
11722026-07-29T07:33:10.130Z Downloaded memmap2 v0.9.10
11732026-07-29T07:33:10.130Z Downloaded defmt-parser v1.0.0
11742026-07-29T07:33:10.130Z Downloaded multer v3.1.0
11752026-07-29T07:33:10.130Z Downloaded crossbeam-channel v0.5.15
11762026-07-29T07:33:10.136Z Downloaded ml-kem v0.3.2
11772026-07-29T07:33:10.139Z Downloaded rustyline v14.0.0
11782026-07-29T07:33:10.142Z Downloaded serde_with v1.14.0
11792026-07-29T07:33:10.146Z Downloaded digest v0.11.3
11802026-07-29T07:33:10.146Z Downloaded mio v1.2.0
11812026-07-29T07:33:10.150Z Downloaded aws-lc-rs v1.16.3
11822026-07-29T07:33:10.153Z Downloaded bindgen v0.71.1
11832026-07-29T07:33:10.158Z Downloaded corncobs v0.1.4
11842026-07-29T07:33:10.161Z Downloaded slog-stdlog v4.1.1
11852026-07-29T07:33:10.161Z Downloaded r2d2 v0.8.10
11862026-07-29T07:33:10.161Z Downloaded pkcs5 v0.8.1
11872026-07-29T07:33:10.161Z Downloaded ctutils v0.4.2
11882026-07-29T07:33:10.165Z Downloaded strip-ansi-escapes v0.2.1
11892026-07-29T07:33:10.165Z Downloaded serde_repr v0.1.20
11902026-07-29T07:33:10.165Z Downloaded crc-catalog v2.4.0
11912026-07-29T07:33:10.165Z Downloaded diff v0.1.13
11922026-07-29T07:33:10.170Z Downloaded proc-macro-error2 v2.0.1
11932026-07-29T07:33:10.170Z Downloaded packed_struct v0.10.1
11942026-07-29T07:33:10.173Z Downloaded topological-sort v0.2.2
11952026-07-29T07:33:10.173Z Downloaded either v1.15.0
11962026-07-29T07:33:10.177Z Downloaded typify v0.6.2
11972026-07-29T07:33:10.180Z Downloaded zerocopy-derive v0.8.40
11982026-07-29T07:33:10.183Z Downloaded zip v0.6.6
11992026-07-29T07:33:10.187Z Downloaded ed25519-dalek v2.2.0
12002026-07-29T07:33:10.190Z Downloaded tiny-keccak v2.0.2
12012026-07-29T07:33:10.190Z Downloaded rustls-pki-types v1.14.0
12022026-07-29T07:33:10.190Z Downloaded crc32fast v1.5.0
12032026-07-29T07:33:10.195Z Downloaded usdt v0.6.0
12042026-07-29T07:33:10.195Z Downloaded chrono v0.4.45
12052026-07-29T07:33:10.208Z Downloaded scroll v0.13.0
12062026-07-29T07:33:10.208Z Downloaded hyper-rustls v0.27.7
12072026-07-29T07:33:10.208Z Downloaded litrs v1.0.0
12082026-07-29T07:33:10.211Z Downloaded pkg-config v0.3.32
12092026-07-29T07:33:10.211Z Downloaded lock_api v0.4.14
12102026-07-29T07:33:10.211Z Downloaded portable-atomic v1.13.1
12112026-07-29T07:33:10.216Z Downloaded whoami v1.6.1
12122026-07-29T07:33:10.220Z Downloaded internal-russh-num-bigint v0.5.0
12132026-07-29T07:33:10.220Z Downloaded reqwest v0.12.28
12142026-07-29T07:33:10.223Z Downloaded unicode_categories v0.1.1
12152026-07-29T07:33:10.223Z Downloaded term v0.7.0
12162026-07-29T07:33:10.227Z Downloaded potential_utf v0.1.4
12172026-07-29T07:33:10.227Z Downloaded tokio-tungstenite v0.21.0
12182026-07-29T07:33:10.227Z Downloaded ryu-js v1.0.3
12192026-07-29T07:33:10.230Z Downloaded russh v0.62.4
12202026-07-29T07:33:10.234Z Downloaded keccak v0.2.0
12212026-07-29T07:33:10.234Z Downloaded rand v0.9.2
12222026-07-29T07:33:10.237Z Downloaded itertools v0.13.0
12232026-07-29T07:33:10.240Z Downloaded resolv-conf v0.7.6
12242026-07-29T07:33:10.240Z Downloaded nu-ansi-term v0.50.3
12252026-07-29T07:33:10.243Z Downloaded slog-scope v4.4.1
12262026-07-29T07:33:10.243Z Downloaded ignore v0.4.25
12272026-07-29T07:33:10.243Z Downloaded ingot v0.2.1
12282026-07-29T07:33:10.247Z Downloaded reqwest v0.13.2
12292026-07-29T07:33:10.251Z Downloaded cookie_store v0.22.1
12302026-07-29T07:33:10.251Z Downloaded darling_core v0.21.3
12312026-07-29T07:33:10.254Z Downloaded spin v0.9.8
12322026-07-29T07:33:10.258Z Downloaded url v2.5.8
12332026-07-29T07:33:10.258Z Downloaded winnow v0.5.40
12342026-07-29T07:33:10.262Z Downloaded elliptic-curve v0.14.1
12352026-07-29T07:33:10.265Z Downloaded pkcs1 v0.7.5
12362026-07-29T07:33:10.265Z Downloaded pkcs1 v0.8.0-rc.4
12372026-07-29T07:33:10.271Z Downloaded crossbeam-epoch v0.9.18
12382026-07-29T07:33:10.275Z Downloaded qorb v0.4.1
12392026-07-29T07:33:10.278Z Downloaded tower-http v0.6.8
12402026-07-29T07:33:10.282Z Downloaded tungstenite v0.23.0
12412026-07-29T07:33:10.287Z Downloaded p384 v0.14.0
12422026-07-29T07:33:10.290Z Downloaded crypto-primes v0.7.2
12432026-07-29T07:33:10.294Z Downloaded iddqd v0.4.2
12442026-07-29T07:33:10.298Z Downloaded regex v1.12.3
12452026-07-29T07:33:10.312Z Downloaded itertools v0.12.1
12462026-07-29T07:33:10.315Z Downloaded tower v0.5.3
12472026-07-29T07:33:10.320Z Downloaded reedline v0.40.0
12482026-07-29T07:33:10.325Z Downloaded hyper-util v0.1.20
12492026-07-29T07:33:10.329Z Downloaded git2 v0.20.4
12502026-07-29T07:33:10.333Z Downloaded winnow v0.6.26
12512026-07-29T07:33:10.340Z Downloaded salty v0.3.0
12522026-07-29T07:33:10.344Z Downloaded darling_core v0.20.11
12532026-07-29T07:33:10.344Z Downloaded num-bigint v0.4.6
12542026-07-29T07:33:10.347Z Downloaded itertools v0.15.0
12552026-07-29T07:33:10.351Z Downloaded der v0.8.0
12562026-07-29T07:33:10.354Z Downloaded ssh-key v0.7.0-rc.11
12572026-07-29T07:33:10.357Z Downloaded pretty_assertions v1.4.1
12582026-07-29T07:33:10.373Z Downloaded goblin v0.10.5
12592026-07-29T07:33:10.381Z Downloaded p384 v0.13.1
12602026-07-29T07:33:10.388Z Downloaded crossterm v0.28.1
12612026-07-29T07:33:10.396Z Downloaded moka v0.12.13
12622026-07-29T07:33:10.400Z Downloaded derive_more-impl v2.1.1
12632026-07-29T07:33:10.400Z Downloaded typed-path v0.9.3
12642026-07-29T07:33:10.400Z Downloaded zlib-rs v0.6.2
12652026-07-29T07:33:10.403Z Downloaded regex-syntax v0.6.29
12662026-07-29T07:33:10.406Z Downloaded zerocopy v0.8.40
12672026-07-29T07:33:10.414Z Downloaded lalrpop v0.19.12
12682026-07-29T07:33:10.417Z Downloaded winnow v1.0.3
12692026-07-29T07:33:10.422Z Downloaded smoltcp v0.9.1
12702026-07-29T07:33:10.428Z Downloaded serde_with v3.21.0
12712026-07-29T07:33:10.435Z Downloaded zerotrie v0.2.3
12722026-07-29T07:33:10.438Z Downloaded dropshot-api-manager v0.7.2
12732026-07-29T07:33:10.441Z Downloaded tabled v0.20.0
12742026-07-29T07:33:10.449Z Downloaded vcpkg v0.2.15
12752026-07-29T07:33:10.472Z Downloaded tokio-util v0.7.18
12762026-07-29T07:33:10.475Z Downloaded petname v2.0.2
12772026-07-29T07:33:10.478Z Downloaded quinn-proto v0.11.16
12782026-07-29T07:33:10.482Z Downloaded iri-string v0.7.10
12792026-07-29T07:33:10.491Z Downloaded proptest v1.10.0
12802026-07-29T07:33:10.494Z Downloaded bstr v1.12.1
12812026-07-29T07:33:10.498Z Downloaded openssl v0.10.79
12822026-07-29T07:33:10.501Z Downloaded regex-syntax v0.8.10
12832026-07-29T07:33:10.506Z Downloaded zerovec v0.11.5
12842026-07-29T07:33:10.509Z Downloaded crypto-bigint v0.7.5
12852026-07-29T07:33:10.635Z Downloaded smoltcp v0.11.0
12862026-07-29T07:33:10.638Z Downloaded quick-xml v0.37.5
12872026-07-29T07:33:10.639Z Downloaded curve25519-dalek v4.1.3
12882026-07-29T07:33:10.639Z Downloaded object v0.30.4
12892026-07-29T07:33:10.639Z Downloaded sha3 v0.12.0
12902026-07-29T07:33:10.639Z Downloaded time v0.3.47
12912026-07-29T07:33:10.639Z Downloaded regress v0.10.5
12922026-07-29T07:33:10.643Z Downloaded hickory-proto v0.24.4
12932026-07-29T07:33:10.662Z Downloaded polar-core v0.27.3
12942026-07-29T07:33:10.668Z Downloaded nix v0.31.2
12952026-07-29T07:33:10.675Z Downloaded sled v0.34.7
12962026-07-29T07:33:10.681Z Downloaded curve25519-dalek v5.0.0
12972026-07-29T07:33:10.686Z Downloaded radix_trie v0.2.1
12982026-07-29T07:33:10.693Z Downloaded nix v0.28.0
12992026-07-29T07:33:10.699Z Downloaded hickory-proto v0.25.2
13002026-07-29T07:33:10.707Z Downloaded ratatui v0.29.0
13012026-07-29T07:33:10.718Z Downloaded diesel v2.3.7
13022026-07-29T07:33:10.736Z Downloaded regex-automata v0.4.14
13032026-07-29T07:33:10.744Z Downloaded nix v0.27.1
13042026-07-29T07:33:10.750Z Downloaded tracing v0.1.44
13052026-07-29T07:33:10.762Z Downloaded typify-impl v0.6.2
13062026-07-29T07:33:10.772Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-07-29T07:33:10.776Z Downloaded dropshot v0.17.1
13082026-07-29T07:33:10.789Z Downloaded openapiv3 v2.2.0
13092026-07-29T07:33:10.795Z Downloaded regress v0.11.1
13102026-07-29T07:33:10.801Z Downloaded rustix v0.38.44
13112026-07-29T07:33:10.812Z Downloaded zerocopy-derive v0.6.6
13122026-07-29T07:33:10.818Z Downloaded rustls v0.23.41
13132026-07-29T07:33:10.824Z Downloaded sha3 v0.11.0
13142026-07-29T07:33:10.827Z Downloaded object v0.37.3
13152026-07-29T07:33:10.832Z Downloaded chrono-tz v0.10.4
13162026-07-29T07:33:10.846Z Downloaded sqlparser v0.61.0
13172026-07-29T07:33:10.854Z Downloaded jiff v0.2.21
13182026-07-29T07:33:10.862Z Downloaded libz-sys v1.1.24
13192026-07-29T07:33:10.877Z Downloaded petgraph v0.6.5
13202026-07-29T07:33:10.888Z Downloaded csv v1.4.0
13212026-07-29T07:33:10.914Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-07-29T07:33:10.945Z Downloaded tokio v1.52.1
13232026-07-29T07:33:10.968Z Downloaded petgraph v0.8.3
13242026-07-29T07:33:10.981Z Downloaded sha3 v0.10.8
13252026-07-29T07:33:10.986Z Downloaded encoding_rs v0.8.35
13262026-07-29T07:33:10.998Z Downloaded ring v0.17.14
13272026-07-29T07:33:11.032Z Downloaded libgit2-sys v0.18.3+1.9.2
13282026-07-29T07:33:11.485Z Downloaded aws-lc-sys v0.40.0
13292026-07-29T07:33:11.741Z Compiling libc v0.2.185
13302026-07-29T07:33:11.741Z Compiling serde_core v1.0.228
13312026-07-29T07:33:11.741Z Compiling serde v1.0.228
13322026-07-29T07:33:11.746Z Compiling smallvec v1.15.1
13332026-07-29T07:33:11.746Z Compiling log v0.4.29
13342026-07-29T07:33:11.746Z Compiling stable_deref_trait v1.2.1
13352026-07-29T07:33:11.746Z Compiling syn v2.0.117
13362026-07-29T07:33:11.939Z Compiling shlex v1.3.0
13372026-07-29T07:33:11.967Z Compiling find-msvc-tools v0.1.9
13382026-07-29T07:33:12.092Z Compiling subtle v2.6.1
13392026-07-29T07:33:12.210Z Compiling scopeguard v1.2.0
13402026-07-29T07:33:12.245Z Compiling percent-encoding v2.3.2
13412026-07-29T07:33:12.302Z Compiling libm v0.2.16
13422026-07-29T07:33:12.332Z Compiling getrandom v0.4.1
13432026-07-29T07:33:12.337Z Compiling lock_api v0.4.14
13442026-07-29T07:33:12.372Z Compiling num-traits v0.2.19
13452026-07-29T07:33:12.419Z Compiling litemap v0.8.1
13462026-07-29T07:33:12.551Z Compiling writeable v0.6.2
13472026-07-29T07:33:12.579Z Compiling zerocopy v0.8.40
13482026-07-29T07:33:12.611Z Compiling rand_core v0.10.0
13492026-07-29T07:33:12.748Z Compiling typenum v1.20.1
13502026-07-29T07:33:12.780Z Compiling errno v0.3.14
13512026-07-29T07:33:12.841Z Compiling jobserver v0.1.34
13522026-07-29T07:33:12.927Z Compiling icu_normalizer_data v2.1.1
13532026-07-29T07:33:13.023Z Compiling icu_properties_data v2.1.2
13542026-07-29T07:33:13.073Z Compiling cc v1.2.56
13552026-07-29T07:33:13.131Z Compiling portable-atomic v1.13.1
13562026-07-29T07:33:13.301Z Compiling critical-section v1.2.0
13572026-07-29T07:33:13.413Z Compiling parking_lot_core v0.9.12
13582026-07-29T07:33:13.584Z Compiling utf8_iter v1.0.4
13592026-07-29T07:33:13.707Z Compiling pin-project-lite v0.2.17
13602026-07-29T07:33:13.773Z Compiling serde_json v1.0.151
13612026-07-29T07:33:13.804Z Compiling getrandom v0.2.17
13622026-07-29T07:33:13.818Z Compiling form_urlencoded v1.2.2
13632026-07-29T07:33:13.986Z Compiling rand_core v0.6.4
13642026-07-29T07:33:14.040Z Compiling signal-hook-registry v1.4.8
13652026-07-29T07:33:14.059Z Compiling futures-core v0.3.32
13662026-07-29T07:33:14.219Z Compiling bitflags v2.11.0
13672026-07-29T07:33:14.244Z Compiling once_cell v1.21.3
13682026-07-29T07:33:14.259Z Compiling semver v1.0.28
13692026-07-29T07:33:14.288Z Compiling parking_lot v0.12.5
13702026-07-29T07:33:14.316Z Compiling mio v1.2.0
13712026-07-29T07:33:14.452Z Compiling generic-array v0.14.7
13722026-07-29T07:33:14.468Z Compiling pkg-config v0.3.32
13732026-07-29T07:33:14.581Z Compiling const-oid v0.9.6
13742026-07-29T07:33:14.664Z Compiling iana-time-zone v0.1.65
13752026-07-29T07:33:14.699Z Compiling socket2 v0.6.3
13762026-07-29T07:33:14.713Z Compiling futures-sink v0.3.32
13772026-07-29T07:33:14.788Z Compiling uuid v1.23.4
13782026-07-29T07:33:14.818Z Compiling futures-channel v0.3.32
13792026-07-29T07:33:15.024Z Compiling synstructure v0.13.2
13802026-07-29T07:33:15.052Z Compiling futures-io v0.3.32
13812026-07-29T07:33:15.067Z Compiling slab v0.4.12
13822026-07-29T07:33:15.112Z Compiling futures-task v0.3.32
13832026-07-29T07:33:15.261Z Compiling getrandom v0.3.4
13842026-07-29T07:33:15.278Z Compiling indexmap v2.14.0
13852026-07-29T07:33:15.343Z Compiling dyn-clone v1.0.20
13862026-07-29T07:33:15.433Z Compiling serde_derive_internals v0.29.1
13872026-07-29T07:33:15.487Z Compiling rustix v1.1.3
13882026-07-29T07:33:15.500Z Compiling schemars v0.8.22
13892026-07-29T07:33:15.633Z Compiling base64 v0.22.1
13902026-07-29T07:33:15.727Z Compiling regex-syntax v0.8.10
13912026-07-29T07:33:15.965Z Compiling cmake v0.1.57
13922026-07-29T07:33:15.968Z Compiling fs_extra v1.3.0
13932026-07-29T07:33:16.145Z Compiling rand_core v0.9.5
13942026-07-29T07:33:16.242Z Compiling rustversion v1.0.22
13952026-07-29T07:33:16.360Z Compiling dunce v1.0.5
13962026-07-29T07:33:16.386Z Compiling ident_case v1.0.1
13972026-07-29T07:33:16.426Z Compiling tracing-core v0.1.36
13982026-07-29T07:33:16.460Z Compiling aws-lc-sys v0.40.0
13992026-07-29T07:33:16.513Z Compiling tinyvec_macros v0.1.1
14002026-07-29T07:33:16.583Z Compiling vcpkg v0.2.15
14012026-07-29T07:33:16.717Z Compiling tinyvec v1.10.0
14022026-07-29T07:33:16.720Z Compiling serde_derive v1.0.228
14032026-07-29T07:33:16.973Z Compiling zeroize_derive v1.5.0
14042026-07-29T07:33:17.070Z Compiling zerofrom-derive v0.1.6
14052026-07-29T07:33:17.251Z Compiling yoke-derive v0.8.1
14062026-07-29T07:33:17.267Z Compiling zerovec-derive v0.11.2
14072026-07-29T07:33:17.350Z Compiling displaydoc v0.2.5
14082026-07-29T07:33:17.642Z Compiling zeroize v1.9.0
14092026-07-29T07:33:17.859Z Compiling zerocopy-derive v0.8.40
14102026-07-29T07:33:18.128Z Compiling tokio-macros v2.7.0
14112026-07-29T07:33:18.406Z Compiling futures-macro v0.3.32
14122026-07-29T07:33:18.449Z Compiling schemars_derive v0.8.22
14132026-07-29T07:33:18.491Z Compiling zerofrom v0.1.6
14142026-07-29T07:33:18.621Z Compiling yoke v0.8.1
14152026-07-29T07:33:18.702Z Compiling block-buffer v0.10.4
14162026-07-29T07:33:18.814Z Compiling zerovec v0.11.5
14172026-07-29T07:33:18.864Z Compiling zerotrie v0.2.3
14182026-07-29T07:33:18.879Z Compiling crypto-common v0.1.7
14192026-07-29T07:33:19.032Z Compiling digest v0.10.7
14202026-07-29T07:33:19.167Z Compiling tracing-attributes v0.1.31
14212026-07-29T07:33:19.214Z Compiling futures-util v0.3.32
14222026-07-29T07:33:19.281Z Compiling tinystr v0.8.2
14232026-07-29T07:33:19.339Z Compiling potential_utf v0.1.4
14242026-07-29T07:33:19.488Z Compiling icu_locale_core v2.1.1
14252026-07-29T07:33:19.507Z Compiling icu_collections v2.1.1
14262026-07-29T07:33:19.705Z Compiling thiserror-impl v2.0.18
14272026-07-29T07:33:19.989Z Compiling rustls-pki-types v1.14.0
14282026-07-29T07:33:20.285Z Compiling bytes v1.11.1
14292026-07-29T07:33:20.369Z Compiling icu_provider v2.1.1
14302026-07-29T07:33:20.443Z Compiling chrono v0.4.45
14312026-07-29T07:33:20.497Z Compiling tracing v0.1.44
14322026-07-29T07:33:20.661Z Compiling icu_normalizer v2.1.1
14332026-07-29T07:33:20.767Z Compiling icu_properties v2.1.2
14342026-07-29T07:33:20.900Z Compiling tokio v1.52.1
14352026-07-29T07:33:21.046Z Compiling http v1.4.2
14362026-07-29T07:33:21.196Z Compiling thiserror v2.0.18
14372026-07-29T07:33:21.304Z Compiling openssl-sys v0.9.115
14382026-07-29T07:33:21.562Z Compiling httparse v1.10.1
14392026-07-29T07:33:21.822Z Compiling idna_adapter v1.2.1
14402026-07-29T07:33:21.838Z Compiling http-body v1.0.1
14412026-07-29T07:33:21.851Z Compiling openssl-probe v0.2.1
14422026-07-29T07:33:21.900Z Compiling aws-lc-rs v1.16.3
14432026-07-29T07:33:21.955Z Compiling idna v1.1.0
14442026-07-29T07:33:21.971Z Compiling base64ct v1.8.3
14452026-07-29T07:33:21.984Z Compiling tempfile v3.25.0
14462026-07-29T07:33:22.221Z Compiling pem-rfc7468 v0.7.0
14472026-07-29T07:33:22.283Z Compiling ppv-lite86 v0.2.21
14482026-07-29T07:33:22.334Z Compiling url v2.5.8
14492026-07-29T07:33:22.395Z Compiling pest_generator v2.8.6
14502026-07-29T07:33:22.434Z Compiling der_derive v0.7.3
14512026-07-29T07:33:22.520Z Compiling tower-service v0.3.3
14522026-07-29T07:33:22.612Z Compiling rand_chacha v0.9.0
14532026-07-29T07:33:22.626Z Compiling tower-layer v0.3.3
14542026-07-29T07:33:22.656Z Compiling atomic-waker v1.1.2
14552026-07-29T07:33:22.780Z Compiling flagset v0.4.7
14562026-07-29T07:33:22.795Z Compiling try-lock v0.2.5
14572026-07-29T07:33:22.902Z Compiling rand v0.9.2
14582026-07-29T07:33:22.917Z Compiling want v0.3.1
14592026-07-29T07:33:23.083Z Compiling pest_derive v2.8.6
14602026-07-29T07:33:23.125Z Compiling ipnet v2.11.0
14612026-07-29T07:33:23.298Z Compiling unicode-normalization v0.1.25
14622026-07-29T07:33:23.374Z Compiling scroll_derive v0.13.1
14632026-07-29T07:33:23.392Z Compiling der v0.7.10
14642026-07-29T07:33:23.537Z Compiling rustc_version v0.4.1
14652026-07-29T07:33:23.617Z Compiling untrusted v0.7.1
14662026-07-29T07:33:23.659Z Compiling httpdate v1.0.3
14672026-07-29T07:33:23.741Z Compiling hmac v0.12.1
14682026-07-29T07:33:23.758Z Compiling aho-corasick v1.1.4
14692026-07-29T07:33:23.853Z Compiling untrusted v0.9.0
14702026-07-29T07:33:23.883Z Compiling rustls v0.23.41
14712026-07-29T07:33:23.897Z Compiling openssl v0.10.79
14722026-07-29T07:33:23.972Z Compiling foreign-types-shared v0.1.1
14732026-07-29T07:33:24.049Z Compiling cpufeatures v0.2.17
14742026-07-29T07:33:24.062Z Compiling cmov v0.5.4
14752026-07-29T07:33:24.133Z Compiling foreign-types v0.3.2
14762026-07-29T07:33:24.169Z Compiling scroll v0.13.0
14772026-07-29T07:33:24.200Z Compiling openssl-macros v0.1.1
14782026-07-29T07:33:24.264Z Compiling spki v0.7.3
14792026-07-29T07:33:24.432Z Compiling goblin v0.10.5
14802026-07-29T07:33:24.470Z Compiling ctutils v0.4.2
14812026-07-29T07:33:24.542Z Compiling regex-automata v0.4.14
14822026-07-29T07:33:24.578Z Compiling sync_wrapper v1.0.2
14832026-07-29T07:33:24.592Z Compiling wait-timeout v0.2.1
14842026-07-29T07:33:24.684Z Compiling num-conv v0.2.0
14852026-07-29T07:33:24.701Z Compiling powerfmt v0.2.0
14862026-07-29T07:33:24.814Z Compiling tokio-util v0.7.18
14872026-07-29T07:33:24.845Z Compiling quick-error v1.2.3
14882026-07-29T07:33:24.897Z Compiling bit-vec v0.8.0
14892026-07-29T07:33:24.949Z Compiling native-tls v0.2.18
14902026-07-29T07:33:25.132Z Compiling time-core v0.1.8
14912026-07-29T07:33:25.168Z Compiling bit-set v0.8.0
14922026-07-29T07:33:25.279Z Compiling time-macros v0.2.27
14932026-07-29T07:33:25.329Z Compiling rusty-fork v0.3.1
14942026-07-29T07:33:25.405Z Compiling deranged v0.5.8
14952026-07-29T07:33:25.636Z Compiling h2 v0.4.15
14962026-07-29T07:33:25.821Z Compiling tower v0.5.3
14972026-07-29T07:33:26.296Z Compiling hybrid-array v0.4.13
14982026-07-29T07:33:26.384Z Compiling pkcs8 v0.10.2
14992026-07-29T07:33:26.640Z Compiling sha2 v0.10.9
15002026-07-29T07:33:27.046Z Compiling http-body-util v0.1.3
15012026-07-29T07:33:27.355Z Compiling darling_core v0.20.11
15022026-07-29T07:33:27.974Z Compiling rand_xorshift v0.4.0
15032026-07-29T07:33:27.974Z Compiling ryu v1.0.23
15042026-07-29T07:33:28.141Z Compiling iri-string v0.7.10
15052026-07-29T07:33:28.168Z Compiling num_threads v0.1.7
15062026-07-29T07:33:28.268Z Compiling unarray v0.1.4
15072026-07-29T07:33:28.383Z Compiling usdt-impl v0.6.0
15082026-07-29T07:33:28.604Z Compiling proptest v1.10.0
15092026-07-29T07:33:28.620Z Compiling time v0.3.47
15102026-07-29T07:33:28.881Z Compiling hyper v1.10.1
15112026-07-29T07:33:29.304Z Compiling tower-http v0.6.8
15122026-07-29T07:33:29.620Z Compiling darling_macro v0.20.11
15132026-07-29T07:33:29.636Z Compiling serde_urlencoded v0.7.1
15142026-07-29T07:33:29.706Z Compiling dtrace-parser v0.3.0
15152026-07-29T07:33:29.728Z Compiling hex v0.4.3
15162026-07-29T07:33:29.874Z Compiling scroll_derive v0.12.1
15172026-07-29T07:33:29.994Z Compiling hyper-util v0.1.20
15182026-07-29T07:33:30.100Z Compiling thiserror-impl v1.0.69
15192026-07-29T07:33:30.168Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15202026-07-29T07:33:30.418Z Compiling thread-id v5.1.0
15212026-07-29T07:33:30.454Z Compiling spin v0.9.8
15222026-07-29T07:33:30.505Z Compiling cookie v0.18.1
15232026-07-29T07:33:30.531Z Compiling encoding_rs v0.8.35
15242026-07-29T07:33:30.555Z Compiling siphasher v1.0.2
15252026-07-29T07:33:30.661Z Compiling mime v0.3.17
15262026-07-29T07:33:30.681Z Compiling crc32fast v1.5.0
15272026-07-29T07:33:30.740Z Compiling paste v1.0.15
15282026-07-29T07:33:30.914Z Compiling unicode-properties v0.1.4
15292026-07-29T07:33:30.946Z Compiling unicode-bidi v0.3.18
15302026-07-29T07:33:31.153Z Compiling scroll v0.12.0
15312026-07-29T07:33:31.345Z Compiling thiserror v1.0.69
15322026-07-29T07:33:31.414Z Compiling stringprep v0.1.5
15332026-07-29T07:33:31.449Z Compiling darling v0.20.11
15342026-07-29T07:33:31.465Z Compiling tokio-native-tls v0.3.1
15352026-07-29T07:33:31.531Z Compiling dof v0.4.0
15362026-07-29T07:33:31.732Z Compiling md-5 v0.10.6
15372026-07-29T07:33:31.852Z Compiling async-trait v0.1.89
15382026-07-29T07:33:31.895Z Compiling zerocopy-derive v0.7.35
15392026-07-29T07:33:32.013Z Compiling darling_core v0.23.0
15402026-07-29T07:33:32.686Z Compiling litrs v1.0.0
15412026-07-29T07:33:32.791Z Compiling allocator-api2 v0.2.21
15422026-07-29T07:33:32.912Z Compiling psl-types v2.0.11
15432026-07-29T07:33:32.972Z Compiling crossbeam-utils v0.8.21
15442026-07-29T07:33:33.037Z Compiling syn v1.0.109
15452026-07-29T07:33:33.115Z Compiling fallible-iterator v0.2.0
15462026-07-29T07:33:33.191Z Compiling simd-adler32 v0.3.8
15472026-07-29T07:33:33.276Z Compiling document-features v0.2.12
15482026-07-29T07:33:33.392Z Compiling postgres-protocol v0.6.10
15492026-07-29T07:33:33.427Z Compiling publicsuffix v2.3.0
15502026-07-29T07:33:33.442Z Compiling zerocopy v0.7.35
15512026-07-29T07:33:33.851Z Compiling hyper-tls v0.6.0
15522026-07-29T07:33:33.933Z Compiling derive_builder_core v0.20.2
15532026-07-29T07:33:33.982Z Compiling goblin v0.8.2
15542026-07-29T07:33:34.544Z Compiling darling_macro v0.23.0
15552026-07-29T07:33:34.598Z Compiling bstr v1.12.1
15562026-07-29T07:33:34.800Z Compiling heapless v0.7.17
15572026-07-29T07:33:34.863Z Compiling rustls-native-certs v0.8.3
15582026-07-29T07:33:35.035Z Compiling serde_tokenstream v0.2.3
15592026-07-29T07:33:35.051Z Compiling signature v2.2.0
15602026-07-29T07:33:35.149Z Compiling slog v2.8.2
15612026-07-29T07:33:35.229Z Compiling pin-project-internal v1.1.11
15622026-07-29T07:33:35.246Z Compiling daft-derive v0.1.7
15632026-07-29T07:33:35.330Z Compiling bzip2-sys v0.1.13+1.0.8
15642026-07-29T07:33:35.345Z Compiling adler2 v2.0.1
15652026-07-29T07:33:35.472Z Compiling signal-hook v0.3.18
15662026-07-29T07:33:35.604Z Compiling zstd-safe v7.2.4
15672026-07-29T07:33:35.642Z Compiling ref-cast v1.0.25
15682026-07-29T07:33:35.797Z Compiling anyhow v1.0.102
15692026-07-29T07:33:35.997Z Compiling miniz_oxide v0.8.9
15702026-07-29T07:33:36.321Z Compiling pin-project v1.1.11
15712026-07-29T07:33:36.384Z Compiling darling v0.23.0
15722026-07-29T07:33:36.418Z Compiling derive_builder_macro v0.20.2
15732026-07-29T07:33:36.587Z Compiling camino v1.2.2
15742026-07-29T07:33:36.889Z Compiling phf_shared v0.13.1
15752026-07-29T07:33:36.965Z Compiling ipnetwork v0.21.1
15762026-07-29T07:33:37.174Z Compiling block-padding v0.4.2
15772026-07-29T07:33:37.288Z Compiling crypto-common v0.2.2
15782026-07-29T07:33:37.346Z Compiling block-buffer v0.12.1
15792026-07-29T07:33:37.372Z Compiling curve25519-dalek v4.1.3
15802026-07-29T07:33:37.441Z Compiling rand_chacha v0.3.1
15812026-07-29T07:33:37.539Z Compiling futures-executor v0.3.32
15822026-07-29T07:33:37.700Z Compiling toml_datetime v0.6.11
15832026-07-29T07:33:37.757Z Compiling erased-serde v0.3.31
15842026-07-29T07:33:37.806Z Compiling serde_spanned v0.6.9
15852026-07-29T07:33:37.956Z Compiling vergen-lib v9.1.0
15862026-07-29T07:33:37.971Z Compiling ref-cast-impl v1.0.25
15872026-07-29T07:33:38.138Z Compiling snafu-derive v0.8.9
15882026-07-29T07:33:38.232Z Compiling hash32 v0.2.1
15892026-07-29T07:33:38.254Z Compiling ff v0.13.1
15902026-07-29T07:33:38.396Z Compiling num-integer v0.1.46
15912026-07-29T07:33:38.428Z Compiling memoffset v0.9.1
15922026-07-29T07:33:38.515Z Compiling same-file v1.0.6
15932026-07-29T07:33:38.622Z Compiling foldhash v0.2.0
15942026-07-29T07:33:38.679Z Compiling rustix v0.38.44
15952026-07-29T07:33:38.710Z Compiling base16ct v0.2.0
15962026-07-29T07:33:38.845Z Compiling num-bigint-dig v0.8.6
15972026-07-29T07:33:38.890Z Compiling zlib-rs v0.6.2
15982026-07-29T07:33:39.016Z Compiling smoltcp v0.9.1
15992026-07-29T07:33:39.033Z Compiling cfg_aliases v0.2.1
16002026-07-29T07:33:39.110Z Compiling nix v0.31.2
16012026-07-29T07:33:39.153Z Compiling sec1 v0.7.3
16022026-07-29T07:33:39.361Z Compiling hashbrown v0.16.1
16032026-07-29T07:33:39.465Z Compiling walkdir v2.5.0
16042026-07-29T07:33:39.522Z Compiling num-iter v0.1.45
16052026-07-29T07:33:39.708Z Compiling group v0.13.0
16062026-07-29T07:33:40.032Z Compiling futures v0.3.32
16072026-07-29T07:33:40.057Z Compiling snafu v0.8.9
16082026-07-29T07:33:40.102Z Compiling rand v0.8.6
16092026-07-29T07:33:40.102Z Compiling inout v0.2.2
16102026-07-29T07:33:40.132Z Compiling oxnet v0.1.6
16112026-07-29T07:33:40.147Z Compiling phf v0.13.1
16122026-07-29T07:33:40.281Z Compiling derive_builder v0.20.2
16132026-07-29T07:33:40.373Z Compiling hubpack_derive v0.1.1
16142026-07-29T07:33:40.398Z Compiling serde_with_macros v3.21.0
16152026-07-29T07:33:40.548Z Compiling usdt-attr-macro v0.6.0
16162026-07-29T07:33:40.710Z Compiling usdt-macro v0.6.0
16172026-07-29T07:33:40.742Z Compiling globset v0.4.18
16182026-07-29T07:33:40.819Z Compiling dtrace-parser v0.2.0
16192026-07-29T07:33:40.928Z Compiling newtype-uuid v1.3.2
16202026-07-29T07:33:41.253Z Compiling lazy_static v1.5.0
16212026-07-29T07:33:41.348Z Compiling anstyle-parse v0.2.7
16222026-07-29T07:33:41.363Z Compiling regex v1.12.3
16232026-07-29T07:33:41.408Z Compiling hkdf v0.12.4
16242026-07-29T07:33:41.455Z Compiling serde_plain v1.0.2
16252026-07-29T07:33:41.499Z Compiling crypto-bigint v0.5.5
16262026-07-29T07:33:41.531Z Compiling vergen v9.1.0
16272026-07-29T07:33:41.555Z Compiling terminal_size v0.4.3
16282026-07-29T07:33:41.569Z Compiling curve25519-dalek-derive v0.1.1
16292026-07-29T07:33:41.643Z Compiling strum_macros v0.27.2
16302026-07-29T07:33:41.689Z Compiling async-recursion v1.1.1
16312026-07-29T07:33:41.705Z Compiling pem v3.0.6
16322026-07-29T07:33:41.780Z Compiling flate2 v1.1.9
16332026-07-29T07:33:42.020Z Compiling cargo-platform v0.3.2
16342026-07-29T07:33:42.101Z Compiling memmap2 v0.9.10
16352026-07-29T07:33:42.245Z Compiling thread-id v4.2.2
16362026-07-29T07:33:42.260Z Compiling ahash v0.8.12
16372026-07-29T07:33:42.331Z Compiling fs-err v3.3.0
16382026-07-29T07:33:42.331Z Compiling foldhash v0.1.5
16392026-07-29T07:33:42.374Z Compiling libbz2-rs-sys v0.2.2
16402026-07-29T07:33:42.401Z Compiling bitflags v1.3.2
16412026-07-29T07:33:42.467Z Compiling managed v0.8.0
16422026-07-29T07:33:42.481Z Compiling bumpalo v3.20.2
16432026-07-29T07:33:42.518Z Compiling unicode-segmentation v1.12.0
16442026-07-29T07:33:42.521Z Compiling object v0.37.3
16452026-07-29T07:33:42.680Z Compiling winnow v0.5.40
16462026-07-29T07:33:42.731Z Compiling whoami v2.1.0
16472026-07-29T07:33:42.797Z Compiling typed-path v0.9.3
16482026-07-29T07:33:42.962Z Compiling bzip2 v0.6.1
16492026-07-29T07:33:43.062Z Compiling clap_builder v4.6.0
16502026-07-29T07:33:43.113Z Compiling zopfli v0.8.3
16512026-07-29T07:33:43.694Z Compiling strum v0.27.2
16522026-07-29T07:33:43.736Z Compiling hashbrown v0.15.5
16532026-07-29T07:33:43.811Z Compiling elliptic-curve v0.13.8
16542026-07-29T07:33:43.969Z Compiling toml_edit v0.19.15
16552026-07-29T07:33:44.033Z Compiling cargo_metadata v0.23.1
16562026-07-29T07:33:44.144Z Compiling anstream v0.6.21
16572026-07-29T07:33:44.277Z Compiling daft v0.1.7
16582026-07-29T07:33:44.447Z Compiling hubpack v0.1.2
16592026-07-29T07:33:44.662Z Compiling signal-hook-mio v0.2.5
16602026-07-29T07:33:44.783Z Compiling bzip2 v0.4.4
16612026-07-29T07:33:44.914Z Compiling cipher v0.5.2
16622026-07-29T07:33:44.990Z Compiling zstd v0.13.3
16632026-07-29T07:33:45.322Z Compiling dof v0.3.0
16642026-07-29T07:33:45.375Z Compiling ed25519 v2.2.3
16652026-07-29T07:33:46.027Z Compiling cookie_store v0.22.1
16662026-07-29T07:33:46.061Z Compiling reqwest v0.12.28
16672026-07-29T07:33:46.270Z Compiling postgres-types v0.2.12
16682026-07-29T07:33:46.612Z Compiling phf_shared v0.11.3
16692026-07-29T07:33:46.684Z Compiling pkcs1 v0.7.5
16702026-07-29T07:33:46.755Z Compiling rfc6979 v0.4.0
16712026-07-29T07:33:46.788Z Compiling olpc-cjson v0.1.4
16722026-07-29T07:33:46.801Z Compiling serde-big-array v0.5.1
16732026-07-29T07:33:46.815Z Compiling strum_macros v0.26.4
16742026-07-29T07:33:46.877Z Compiling enum-as-inner v0.6.1
16752026-07-29T07:33:46.941Z Compiling clap_derive v4.6.1
16762026-07-29T07:33:46.956Z Compiling serde_repr v0.1.20
16772026-07-29T07:33:47.077Z Compiling jiff v0.2.21
16782026-07-29T07:33:47.423Z Compiling float-cmp v0.10.0
16792026-07-29T07:33:47.512Z Compiling env_filter v1.0.0
16802026-07-29T07:33:47.571Z Compiling data-encoding v2.10.0
16812026-07-29T07:33:47.814Z Compiling winnow v1.0.3
16822026-07-29T07:33:48.178Z Compiling const-oid v0.10.2
16832026-07-29T07:33:48.285Z Compiling fixedbitset v0.5.7
16842026-07-29T07:33:48.389Z Compiling new_debug_unreachable v1.0.6
16852026-07-29T07:33:48.464Z Compiling predicates-core v1.0.10
16862026-07-29T07:33:48.597Z Compiling cpufeatures v0.3.0
16872026-07-29T07:33:48.634Z Compiling normalize-line-endings v0.3.0
16882026-07-29T07:33:48.648Z Compiling fixedbitset v0.4.2
16892026-07-29T07:33:48.677Z Compiling static_assertions v1.1.0
16902026-07-29T07:33:48.730Z Compiling difflib v0.4.0
16912026-07-29T07:33:48.753Z Compiling precomputed-hash v0.1.1
16922026-07-29T07:33:48.768Z Compiling either v1.15.0
16932026-07-29T07:33:48.846Z Compiling keccak v0.1.6
16942026-07-29T07:33:48.865Z Compiling string_cache v0.8.9
16952026-07-29T07:33:48.974Z Compiling itertools v0.13.0
16962026-07-29T07:33:49.094Z Compiling sha3 v0.10.8
16972026-07-29T07:33:49.287Z Compiling predicates v3.1.4
16982026-07-29T07:33:49.540Z Compiling petgraph v0.6.5
16992026-07-29T07:33:49.587Z Compiling clap v4.6.1
17002026-07-29T07:33:49.672Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17012026-07-29T07:33:49.760Z Compiling chacha20 v0.10.0
17022026-07-29T07:33:49.882Z Compiling zip v4.6.1
17032026-07-29T07:33:49.924Z Compiling toml_edit v0.22.27
17042026-07-29T07:33:50.132Z Compiling strum v0.26.3
17052026-07-29T07:33:50.231Z Compiling petgraph v0.8.3
17062026-07-29T07:33:50.265Z Compiling digest v0.11.3
17072026-07-29T07:33:50.492Z Compiling toml_parser v1.1.2+spec-1.1.0
17082026-07-29T07:33:50.827Z Compiling hickory-proto v0.25.2
17092026-07-29T07:33:51.024Z Compiling env_logger v0.11.9
17102026-07-29T07:33:51.123Z Compiling rsa v0.9.10
17112026-07-29T07:33:51.384Z Compiling ecdsa v0.16.9
17122026-07-29T07:33:51.788Z Compiling tokio-postgres v0.7.16
17132026-07-29T07:33:51.835Z Compiling crossterm v0.28.1
17142026-07-29T07:33:52.252Z Compiling usdt-impl v0.5.0
17152026-07-29T07:33:52.539Z Compiling ed25519-dalek v2.2.0
17162026-07-29T07:33:52.677Z Compiling toml v0.7.8
17172026-07-29T07:33:53.078Z Compiling zip v0.6.6
17182026-07-29T07:33:53.280Z Compiling iddqd v0.4.2
17192026-07-29T07:33:54.060Z Compiling similar v2.7.0
17202026-07-29T07:33:54.092Z Compiling heck v0.4.1
17212026-07-29T07:33:54.257Z Compiling usdt v0.6.0
17222026-07-29T07:33:54.324Z Compiling serde_with v3.21.0
17232026-07-29T07:33:54.525Z Compiling crossbeam-epoch v0.9.18
17242026-07-29T07:33:54.578Z Compiling byte-wrapper v0.1.0
17252026-07-29T07:33:54.891Z Compiling tokio-stream v0.1.18
17262026-07-29T07:33:54.907Z Compiling buf-list v1.1.2
17272026-07-29T07:33:54.922Z Compiling x509-cert v0.2.5
17282026-07-29T07:33:55.179Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17292026-07-29T07:33:55.345Z Compiling openapiv3 v2.2.0
17302026-07-29T07:33:55.487Z Compiling peg-runtime v0.8.5
17312026-07-29T07:33:55.636Z Compiling lalrpop-util v0.19.12
17322026-07-29T07:33:56.582Z Compiling thread_local v1.1.9
17332026-07-29T07:33:56.673Z Compiling slog-async v2.8.0
17342026-07-29T07:33:56.989Z Compiling crossbeam-channel v0.5.15
17352026-07-29T07:33:57.464Z Compiling filetime v0.2.27
17362026-07-29T07:33:57.486Z Compiling is-terminal v0.4.17
17372026-07-29T07:33:57.592Z Compiling term v1.2.1
17382026-07-29T07:33:57.646Z Compiling xattr v1.6.1
17392026-07-29T07:33:57.824Z Compiling take_mut v0.2.2
17402026-07-29T07:33:58.173Z Compiling slog-term v2.9.2
17412026-07-29T07:33:58.201Z Compiling tar v0.4.46
17422026-07-29T07:33:58.404Z Compiling camino-tempfile v1.4.1
17432026-07-29T07:34:07.364Z Compiling rustls-webpki v0.103.13
17442026-07-29T07:34:10.069Z Compiling tokio-rustls v0.26.4
17452026-07-29T07:34:10.069Z Compiling rustls-platform-verifier v0.6.2
17462026-07-29T07:34:10.072Z Compiling tough v0.22.0
17472026-07-29T07:34:10.310Z Compiling hyper-rustls v0.27.7
17482026-07-29T07:34:10.516Z Compiling reqwest v0.13.2
17492026-07-29T07:34:13.105Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-07-29T07:34:13.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-07-29T07:34:16.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17522026-07-29T07:34:16.488Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17532026-07-29T07:34:16.543ZJul 29 07:34:15.084 INFO Starting download, target: Console
17542026-07-29T07:34:16.543ZJul 29 07:34:15.085 INFO Starting download, target: Cockroach
17552026-07-29T07:34:16.543ZJul 29 07:34:15.085 INFO Starting download, target: Clickhouse
17562026-07-29T07:34:16.543ZJul 29 07:34:15.085 INFO Starting download, target: DendriteStub
17572026-07-29T07:34:16.548ZJul 29 07:34:15.085 INFO Starting download, target: MaghemiteMgd
17582026-07-29T07:34:16.548ZJul 29 07:34:15.085 INFO Starting download, target: MaghemiteDdmd
17592026-07-29T07:34:16.548ZJul 29 07:34:15.085 INFO Starting download, target: TransceiverControl
17602026-07-29T07:34:16.548ZJul 29 07:34:15.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-07-29T07:34:16.548ZJul 29 07:34:15.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-07-29T07:34:16.549ZJul 29 07:34:15.085 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17632026-07-29T07:34:16.549ZJul 29 07:34:15.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-07-29T07:34:16.549ZJul 29 07:34:15.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-07-29T07:34:16.549ZJul 29 07:34:15.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-07-29T07:34:16.549ZJul 29 07:34:15.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-07-29T07:34:17.041ZJul 29 07:34:15.578 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-07-29T07:34:17.353ZJul 29 07:34:15.786 INFO Download complete, target: TransceiverControl
17692026-07-29T07:34:18.617ZJul 29 07:34:17.150 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-07-29T07:34:18.750ZJul 29 07:34:17.292 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-07-29T07:34:18.856ZJul 29 07:34:17.397 INFO Download complete, target: Console
17722026-07-29T07:34:20.530ZJul 29 07:34:19.056 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17732026-07-29T07:34:20.678ZJul 29 07:34:19.209 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-07-29T07:34:20.751ZJul 29 07:34:19.289 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-07-29T07:34:21.220ZJul 29 07:34:19.762 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-07-29T07:34:21.220ZJul 29 07:34:19.762 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-07-29T07:34:22.517ZJul 29 07:34:21.059 INFO Download complete, target: MaghemiteDdmd
17782026-07-29T07:34:23.194ZJul 29 07:34:21.734 INFO Download complete, target: DendriteStub
17792026-07-29T07:34:23.231ZJul 29 07:34:21.773 INFO Download complete, target: MaghemiteMgd
17802026-07-29T07:34:25.462ZJul 29 07:34:24.005 INFO Checking that binary works, target: Clickhouse
17812026-07-29T07:34:25.595ZJul 29 07:34:24.137 INFO Download complete, target: Clickhouse
17822026-07-29T07:34:25.827ZJul 29 07:34:24.369 INFO Checking that binary works, target: Cockroach
17832026-07-29T07:34:25.943ZJul 29 07:34:24.484 INFO Download complete, target: Cockroach
17842026-07-29T07:34:25.960ZAll builder prerequisites installed successfully, and PATH looks valid
17852026-07-29T07:34:25.963Z
17862026-07-29T07:34:25.963Zreal 2:06.633014096
17872026-07-29T07:34:25.963Zuser 7:04.069549119
17882026-07-29T07:34:25.963Zsys 1:25.194790356
17892026-07-29T07:34:25.963Ztrap 0.244897550
17902026-07-29T07:34:25.963Ztflt 0.561897414
17912026-07-29T07:34:25.963Zdflt 0.908838335
17922026-07-29T07:34:25.963Zkflt 0.027639778
17932026-07-29T07:34:25.963Zlock 28:58.037450071
17942026-07-29T07:34:25.963Zslp 21:04.902779076
17952026-07-29T07:34:25.963Zlat 47.513830179
17962026-07-29T07:34:25.963Zstop 2:39.871406885
17972026-07-29T07:34:25.963Z+ banner clippy
17982026-07-29T07:34:25.963Z
17992026-07-29T07:34:25.963Z #### # # ##### ##### # #
18002026-07-29T07:34:25.963Z # # # # # # # # # #
18012026-07-29T07:34:25.963Z # # # # # # # #
18022026-07-29T07:34:25.964Z # # # ##### ##### #
18032026-07-29T07:34:25.964Z # # # # # # #
18042026-07-29T07:34:25.964Z #### ###### # # # #
18052026-07-29T07:34:25.964Z
18062026-07-29T07:34:25.964Z+ export CARGO_INCREMENTAL=0
18072026-07-29T07:34:25.964Z+ CARGO_INCREMENTAL=0
18082026-07-29T07:34:25.964Z+ ptime -m cargo xtask clippy
18092026-07-29T07:34:26.446Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18102026-07-29T07:34:26.737Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18112026-07-29T07:34:28.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18122026-07-29T07:34:28.620Z Running `target/debug/xtask clippy`
18132026-07-29T07:34:28.647Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18142026-07-29T07:34:29.225Z Downloading crates ...
18152026-07-29T07:34:29.401Z Downloaded concurrent-queue v2.5.0
18162026-07-29T07:34:29.405Z Downloaded anes v0.1.6
18172026-07-29T07:34:29.405Z Downloaded addr2line v0.25.1
18182026-07-29T07:34:29.408Z Downloaded assert-json-diff v2.0.2
18192026-07-29T07:34:29.408Z Downloaded async-object-pool v0.2.0
18202026-07-29T07:34:29.408Z Downloaded cast v0.3.0
18212026-07-29T07:34:29.408Z Downloaded constant_time_eq v0.3.1
18222026-07-29T07:34:29.408Z Downloaded approx v0.5.1
18232026-07-29T07:34:29.411Z Downloaded criterion-plot v0.6.0
18242026-07-29T07:34:29.411Z Downloaded backtrace-ext v0.2.1
18252026-07-29T07:34:29.411Z Downloaded assert_cmd v2.1.2
18262026-07-29T07:34:29.411Z Downloaded async-lock v3.4.2
18272026-07-29T07:34:29.415Z Downloaded blake2b_simd v1.0.4
18282026-07-29T07:34:29.415Z Downloaded cfg-expr v0.20.6
18292026-07-29T07:34:29.415Z Downloaded datatest-stable v0.3.3
18302026-07-29T07:34:29.418Z Downloaded chumsky v0.9.3
18312026-07-29T07:34:29.418Z Downloaded backtrace v0.3.76
18322026-07-29T07:34:29.421Z Downloaded event-listener-strategy v0.5.4
18332026-07-29T07:34:29.421Z Downloaded fancy-regex v0.14.0
18342026-07-29T07:34:29.424Z Downloaded futures-timer v3.0.3
18352026-07-29T07:34:29.424Z Downloaded guppy-workspace-hack v0.1.0
18362026-07-29T07:34:29.424Z Downloaded hex-literal v0.4.1
18372026-07-29T07:34:29.427Z Downloaded criterion v0.7.0
18382026-07-29T07:34:29.430Z Downloaded escape8259 v0.5.3
18392026-07-29T07:34:29.430Z Downloaded hickory-client v0.25.2
18402026-07-29T07:34:29.430Z Downloaded linkme-impl v0.3.35
18412026-07-29T07:34:29.431Z Downloaded miette-derive v5.10.0
18422026-07-29T07:34:29.434Z Downloaded nested v0.1.1
18432026-07-29T07:34:29.434Z Downloaded parking v2.2.1
18442026-07-29T07:34:29.434Z Downloaded linkme v0.3.35
18452026-07-29T07:34:29.434Z Downloaded pathdiff v0.2.3
18462026-07-29T07:34:29.434Z Downloaded plotters-backend v0.3.7
18472026-07-29T07:34:29.437Z Downloaded plotters-svg v0.3.7
18482026-07-29T07:34:29.437Z Downloaded event-listener v5.4.1
18492026-07-29T07:34:29.437Z Downloaded httptest v0.16.4
18502026-07-29T07:34:29.437Z Downloaded knuffel-derive v3.2.0
18512026-07-29T07:34:29.437Z Downloaded libtest-mimic v0.8.1
18522026-07-29T07:34:29.440Z Downloaded oorandom v11.1.5
18532026-07-29T07:34:29.440Z Downloaded owo-colors v3.5.0
18542026-07-29T07:34:29.440Z Downloaded path-tree v0.8.3
18552026-07-29T07:34:29.443Z Downloaded partial-io v0.5.4
18562026-07-29T07:34:29.444Z Downloaded hashbrown v0.14.5
18572026-07-29T07:34:29.446Z Downloaded knuffel v3.2.0
18582026-07-29T07:34:29.447Z Downloaded relative-path v1.9.3
18592026-07-29T07:34:29.447Z Downloaded serde_regex v1.1.0
18602026-07-29T07:34:29.450Z Downloaded similar-asserts v1.7.0
18612026-07-29T07:34:29.450Z Downloaded miette v5.10.0
18622026-07-29T07:34:29.450Z Downloaded rust-argon2 v2.1.0
18632026-07-29T07:34:29.453Z Downloaded guppy v0.17.25
18642026-07-29T07:34:29.456Z Downloaded target-triple v1.0.0
18652026-07-29T07:34:29.456Z Downloaded rustc-demangle v0.1.27
18662026-07-29T07:34:29.456Z Downloaded stringmetrics v2.2.2
18672026-07-29T07:34:29.456Z Downloaded supports-color v2.1.0
18682026-07-29T07:34:29.460Z Downloaded supports-hyperlinks v2.1.0
18692026-07-29T07:34:29.460Z Downloaded supports-unicode v2.1.0
18702026-07-29T07:34:29.460Z Downloaded terminal_size v0.1.17
18712026-07-29T07:34:29.460Z Downloaded rand_distr v0.5.1
18722026-07-29T07:34:29.463Z Downloaded rstest v0.25.0
18732026-07-29T07:34:29.466Z Downloaded target-lexicon v0.13.3
18742026-07-29T07:34:29.466Z Downloaded termcolor v1.4.1
18752026-07-29T07:34:29.466Z Downloaded tinytemplate v1.2.1
18762026-07-29T07:34:29.466Z Downloaded rstest_macros v0.25.0
18772026-07-29T07:34:29.469Z Downloaded target-spec v3.5.7
18782026-07-29T07:34:29.472Z Downloaded gimli v0.32.3
18792026-07-29T07:34:29.475Z Downloaded trybuild v1.0.116
18802026-07-29T07:34:29.478Z Downloaded textwrap v0.15.2
18812026-07-29T07:34:29.478Z Downloaded plotters v0.3.7
18822026-07-29T07:34:29.585Z Downloaded httpmock v0.8.3
18832026-07-29T07:34:31.315Z Checking cfg-if v1.0.4
18842026-07-29T07:34:31.688Z Checking libc v0.2.185
18852026-07-29T07:34:31.690Z Checking serde_core v1.0.228
18862026-07-29T07:34:31.767Z Checking memchr v2.8.0
18872026-07-29T07:34:31.809Z Checking smallvec v1.15.1
18882026-07-29T07:34:31.850Z Checking zeroize v1.9.0
18892026-07-29T07:34:31.850Z Checking itoa v1.0.17
18902026-07-29T07:34:31.923Z Checking rand_core v0.10.0
18912026-07-29T07:34:31.964Z Checking log v0.4.29
18922026-07-29T07:34:32.012Z Checking subtle v2.6.1
18932026-07-29T07:34:32.054Z Checking libm v0.2.16
18942026-07-29T07:34:32.094Z Checking zmij v1.0.21
18952026-07-29T07:34:32.134Z Checking getrandom v0.4.1
18962026-07-29T07:34:32.134Z Checking errno v0.3.14
18972026-07-29T07:34:32.213Z Checking stable_deref_trait v1.2.1
18982026-07-29T07:34:32.255Z Checking scopeguard v1.2.0
18992026-07-29T07:34:32.296Z Checking typenum v1.20.1
19002026-07-29T07:34:32.336Z Checking zerofrom v0.1.6
19012026-07-29T07:34:32.378Z Checking lock_api v0.4.14
19022026-07-29T07:34:32.430Z Checking percent-encoding v2.3.2
19032026-07-29T07:34:32.455Z Checking writeable v0.6.2
19042026-07-29T07:34:32.492Z Checking litemap v0.8.1
19052026-07-29T07:34:32.495Z Checking yoke v0.8.1
19062026-07-29T07:34:32.590Z Checking icu_normalizer_data v2.1.1
19072026-07-29T07:34:32.651Z Checking icu_properties_data v2.1.2
19082026-07-29T07:34:32.692Z Checking form_urlencoded v1.2.2
19092026-07-29T07:34:32.732Z Checking utf8_iter v1.0.4
19102026-07-29T07:34:32.734Z Checking zerovec v0.11.5
19112026-07-29T07:34:32.765Z Checking zerotrie v0.2.3
19122026-07-29T07:34:32.840Z Checking num-traits v0.2.19
19132026-07-29T07:34:32.886Z Checking portable-atomic v1.13.1
19142026-07-29T07:34:32.889Z Checking zerocopy v0.8.40
19152026-07-29T07:34:32.962Z Checking pin-project-lite v0.2.17
19162026-07-29T07:34:33.037Z Checking critical-section v1.2.0
19172026-07-29T07:34:33.084Z Checking parking_lot_core v0.9.12
19182026-07-29T07:34:33.128Z Checking iana-time-zone v0.1.65
19192026-07-29T07:34:33.169Z Checking signal-hook-registry v1.4.8
19202026-07-29T07:34:33.271Z Checking serde v1.0.228
19212026-07-29T07:34:33.271Z Checking bitflags v2.11.0
19222026-07-29T07:34:33.345Z Checking tinystr v0.8.2
19232026-07-29T07:34:33.347Z Checking potential_utf v0.1.4
19242026-07-29T07:34:33.347Z Checking once_cell v1.21.3
19252026-07-29T07:34:33.453Z Checking parking_lot v0.12.5
19262026-07-29T07:34:33.494Z Checking mio v1.2.0
19272026-07-29T07:34:33.542Z Checking serde_json v1.0.151
19282026-07-29T07:34:33.587Z Checking uuid v1.23.4
19292026-07-29T07:34:33.593Z Checking icu_locale_core v2.1.1
19302026-07-29T07:34:33.593Z Checking icu_collections v2.1.1
19312026-07-29T07:34:33.698Z Checking socket2 v0.6.3
19322026-07-29T07:34:33.728Z Checking bytes v1.11.1
19332026-07-29T07:34:33.795Z Checking chrono v0.4.45
19342026-07-29T07:34:33.921Z Checking semver v1.0.28
19352026-07-29T07:34:33.973Z Checking dyn-clone v1.0.20
19362026-07-29T07:34:34.019Z Checking thiserror v2.0.18
19372026-07-29T07:34:34.115Z Checking futures-core v0.3.32
19382026-07-29T07:34:34.167Z Checking equivalent v1.0.2
19392026-07-29T07:34:34.212Z Checking icu_provider v2.1.1
19402026-07-29T07:34:34.215Z Checking tokio v1.52.1
19412026-07-29T07:34:34.309Z Checking rustix v1.1.3
19422026-07-29T07:34:34.312Z Checking getrandom v0.2.17
19432026-07-29T07:34:34.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-07-29T07:34:34.395Z Checking futures-sink v0.3.32
19452026-07-29T07:34:34.470Z Checking icu_normalizer v2.1.1
19462026-07-29T07:34:34.532Z Checking icu_properties v2.1.2
19472026-07-29T07:34:34.573Z Checking rand_core v0.6.4
19482026-07-29T07:34:34.665Z Checking byteorder v1.5.0
19492026-07-29T07:34:34.714Z Checking futures-channel v0.3.32
19502026-07-29T07:34:34.778Z Checking futures-io v0.3.32
19512026-07-29T07:34:34.815Z Checking futures-task v0.3.32
19522026-07-29T07:34:34.897Z Checking slab v0.4.12
19532026-07-29T07:34:34.937Z Checking hashbrown v0.17.0
19542026-07-29T07:34:34.976Z Checking getrandom v0.3.4
19552026-07-29T07:34:35.015Z Checking fnv v1.0.7
19562026-07-29T07:34:35.087Z Checking futures-util v0.3.32
19572026-07-29T07:34:35.140Z Checking cmov v0.5.4
19582026-07-29T07:34:35.185Z Checking generic-array v0.14.7
19592026-07-29T07:34:35.188Z Checking const-oid v0.9.6
19602026-07-29T07:34:35.369Z Checking ctutils v0.4.2
19612026-07-29T07:34:35.411Z Checking idna_adapter v1.2.1
19622026-07-29T07:34:35.445Z Checking indexmap v2.14.0
19632026-07-29T07:34:35.556Z Checking idna v1.1.0
19642026-07-29T07:34:35.609Z Checking hybrid-array v0.4.13
19652026-07-29T07:34:35.665Z Checking regex-syntax v0.8.10
19662026-07-29T07:34:35.759Z Checking ppv-lite86 v0.2.21
19672026-07-29T07:34:35.835Z Checking url v2.5.8
19682026-07-29T07:34:35.932Z Checking thiserror v1.0.69
19692026-07-29T07:34:36.024Z Checking base64ct v1.8.3
19702026-07-29T07:34:36.066Z Checking base64 v0.22.1
19712026-07-29T07:34:36.103Z Checking crypto-common v0.1.7
19722026-07-29T07:34:36.258Z Checking http v1.4.2
19732026-07-29T07:34:36.298Z Checking tracing-core v0.1.36
19742026-07-29T07:34:36.337Z Checking block-buffer v0.10.4
19752026-07-29T07:34:36.340Z Checking schemars v0.8.22
19762026-07-29T07:34:36.412Z Checking crypto-common v0.2.2
19772026-07-29T07:34:36.507Z Checking digest v0.10.7
19782026-07-29T07:34:36.635Z Checking tracing v0.1.44
19792026-07-29T07:34:36.734Z Checking block-buffer v0.12.1
19802026-07-29T07:34:36.856Z Checking rand_core v0.9.5
19812026-07-29T07:34:36.895Z Checking ipnet v2.11.0
19822026-07-29T07:34:36.933Z Checking utf8parse v0.2.2
19832026-07-29T07:34:37.000Z Checking powerfmt v0.2.0
19842026-07-29T07:34:37.042Z Checking num-conv v0.2.0
19852026-07-29T07:34:37.046Z Checking anstyle v1.0.14
19862026-07-29T07:34:37.079Z Checking num_threads v0.1.7
19872026-07-29T07:34:37.153Z Checking rand_chacha v0.9.0
19882026-07-29T07:34:37.156Z Checking time-core v0.1.8
19892026-07-29T07:34:37.226Z Checking deranged v0.5.8
19902026-07-29T07:34:37.229Z Checking httparse v1.10.1
19912026-07-29T07:34:37.260Z Checking is_terminal_polyfill v1.70.2
19922026-07-29T07:34:37.263Z Checking colorchoice v1.0.4
19932026-07-29T07:34:37.367Z Checking fastrand v2.3.0
19942026-07-29T07:34:37.371Z Checking anstyle-query v1.1.5
19952026-07-29T07:34:37.441Z Checking const-oid v0.10.2
19962026-07-29T07:34:37.444Z Checking rand v0.9.2
19972026-07-29T07:34:37.444Z Checking http-body v1.0.1
19982026-07-29T07:34:37.552Z Checking aho-corasick v1.1.4
19992026-07-29T07:34:37.555Z Checking tokio-util v0.7.18
20002026-07-29T07:34:37.631Z Checking rustls-pki-types v1.14.0
20012026-07-29T07:34:37.631Z Checking atomic-waker v1.1.2
20022026-07-29T07:34:37.669Z Checking unicode-ident v1.0.24
20032026-07-29T07:34:37.739Z Checking anstyle-parse v1.0.0
20042026-07-29T07:34:37.797Z Checking terminal_size v0.4.3
20052026-07-29T07:34:37.852Z Checking proc-macro2 v1.0.106
20062026-07-29T07:34:37.918Z Checking erased-serde v0.3.31
20072026-07-29T07:34:37.958Z Checking aws-lc-sys v0.40.0
20082026-07-29T07:34:37.962Z Checking untrusted v0.7.1
20092026-07-29T07:34:38.034Z Checking try-lock v0.2.5
20102026-07-29T07:34:38.137Z Checking httpdate v1.0.3
20112026-07-29T07:34:38.177Z Checking want v0.3.1
20122026-07-29T07:34:38.214Z Checking time v0.3.47
20132026-07-29T07:34:38.217Z Checking quote v1.0.45
20142026-07-29T07:34:38.290Z Checking regex-automata v0.4.14
20152026-07-29T07:34:38.293Z Checking h2 v0.4.15
20162026-07-29T07:34:38.364Z Checking anstream v1.0.0
20172026-07-29T07:34:38.367Z Checking slog v2.8.2
20182026-07-29T07:34:38.367Z Checking tempfile v3.25.0
20192026-07-29T07:34:38.472Z Checking crossbeam-utils v0.8.21
20202026-07-29T07:34:38.511Z Checking aws-lc-rs v1.16.3
20212026-07-29T07:34:38.581Z Checking ryu v1.0.23
20222026-07-29T07:34:38.622Z Checking tower-service v0.3.3
20232026-07-29T07:34:38.720Z Checking tower-layer v0.3.3
20242026-07-29T07:34:38.760Z Checking clap_lex v1.0.0
20252026-07-29T07:34:38.764Z Checking strsim v0.11.1
20262026-07-29T07:34:38.839Z Checking syn v2.0.117
20272026-07-29T07:34:38.899Z Checking cpufeatures v0.2.17
20282026-07-29T07:34:38.942Z Checking digest v0.11.3
20292026-07-29T07:34:38.983Z Checking clap_builder v4.6.0
20302026-07-29T07:34:39.021Z Checking cpufeatures v0.3.0
20312026-07-29T07:34:39.122Z Checking mime v0.3.17
20322026-07-29T07:34:39.163Z Checking untrusted v0.9.0
20332026-07-29T07:34:39.304Z Checking hex v0.4.3
20342026-07-29T07:34:39.344Z Checking allocator-api2 v0.2.21
20352026-07-29T07:34:39.383Z Checking http-body-util v0.1.3
20362026-07-29T07:34:39.387Z Checking rustls-webpki v0.103.13
20372026-07-29T07:34:39.560Z Checking pem-rfc7468 v0.7.0
20382026-07-29T07:34:39.631Z Checking anyhow v1.0.102
20392026-07-29T07:34:39.669Z Checking flagset v0.4.7
20402026-07-29T07:34:39.771Z Checking openssl-probe v0.2.1
20412026-07-29T07:34:39.838Z Checking der v0.7.10
20422026-07-29T07:34:39.885Z Checking serde_urlencoded v0.7.1
20432026-07-29T07:34:39.888Z Checking rustls v0.23.41
20442026-07-29T07:34:39.956Z Checking encoding_rs v0.8.35
20452026-07-29T07:34:40.115Z Checking pretty-hex v0.4.1
20462026-07-29T07:34:40.156Z Checking plain v0.2.3
20472026-07-29T07:34:40.253Z Checking clap v4.6.1
20482026-07-29T07:34:40.293Z Checking spin v0.9.8
20492026-07-29T07:34:40.296Z Checking sync_wrapper v1.0.2
20502026-07-29T07:34:40.368Z Checking simd-adler32 v0.3.8
20512026-07-29T07:34:40.469Z Checking tower v0.5.3
20522026-07-29T07:34:40.516Z Checking adler2 v2.0.1
20532026-07-29T07:34:40.573Z Checking ucd-trie v0.1.7
20542026-07-29T07:34:40.620Z Checking spki v0.7.3
20552026-07-29T07:34:40.661Z Checking iri-string v0.7.10
20562026-07-29T07:34:40.737Z Checking pest v2.8.6
20572026-07-29T07:34:40.819Z Checking miniz_oxide v0.8.9
20582026-07-29T07:34:40.881Z Checking futures-executor v0.3.32
20592026-07-29T07:34:40.932Z Checking block-padding v0.4.2
20602026-07-29T07:34:41.065Z Checking camino v1.2.2
20612026-07-29T07:34:41.106Z Checking inout v0.2.2
20622026-07-29T07:34:41.144Z Checking futures v0.3.32
20632026-07-29T07:34:41.194Z Checking hyper v1.10.1
20642026-07-29T07:34:41.234Z Checking regex v1.12.3
20652026-07-29T07:34:41.273Z Checking rand_chacha v0.3.1
20662026-07-29T07:34:41.310Z Checking cipher v0.5.2
20672026-07-29T07:34:41.350Z Checking crc32fast v1.5.0
20682026-07-29T07:34:41.506Z Checking rand v0.8.6
20692026-07-29T07:34:41.546Z Checking bit-vec v0.8.0
20702026-07-29T07:34:41.550Z Checking pkcs8 v0.10.2
20712026-07-29T07:34:41.619Z Checking rustls-native-certs v0.8.3
20722026-07-29T07:34:41.730Z Checking tower-http v0.6.8
20732026-07-29T07:34:41.768Z Checking sha2 v0.10.9
20742026-07-29T07:34:41.808Z Checking bit-set v0.8.0
20752026-07-29T07:34:41.811Z Checking wait-timeout v0.2.1
20762026-07-29T07:34:41.879Z Checking tinyvec_macros v0.1.1
20772026-07-29T07:34:41.962Z Checking psl-types v2.0.11
20782026-07-29T07:34:41.999Z Checking tinyvec v1.10.0
20792026-07-29T07:34:42.039Z Checking cookie v0.18.1
20802026-07-29T07:34:42.042Z Checking either v1.15.0
20812026-07-29T07:34:42.075Z Checking quick-error v1.2.3
20822026-07-29T07:34:42.147Z Checking publicsuffix v2.3.0
20832026-07-29T07:34:42.152Z Checking rand_xorshift v0.4.0
20842026-07-29T07:34:42.222Z Checking hyper-util v0.1.20
20852026-07-29T07:34:42.225Z Checking tokio-rustls v0.26.4
20862026-07-29T07:34:42.298Z Checking rusty-fork v0.3.1
20872026-07-29T07:34:42.301Z Checking foldhash v0.2.0
20882026-07-29T07:34:42.301Z Checking unarray v0.1.4
20892026-07-29T07:34:42.405Z Checking zlib-rs v0.6.2
20902026-07-29T07:34:42.408Z Checking rustls-platform-verifier v0.6.2
20912026-07-29T07:34:42.408Z Checking static_assertions v1.1.0
20922026-07-29T07:34:42.513Z Checking scroll v0.13.0
20932026-07-29T07:34:42.518Z Checking proptest v1.10.0
20942026-07-29T07:34:42.518Z Checking lazy_static v1.5.0
20952026-07-29T07:34:42.633Z Checking signature v2.2.0
20962026-07-29T07:34:42.637Z Checking hashbrown v0.16.1
20972026-07-29T07:34:42.637Z Checking hubpack v0.1.2
20982026-07-29T07:34:42.740Z Checking strum v0.26.3
20992026-07-29T07:34:42.776Z Checking goblin v0.10.5
21002026-07-29T07:34:42.816Z Checking x509-cert v0.2.5
21012026-07-29T07:34:42.863Z Checking dtrace-parser v0.3.0
21022026-07-29T07:34:42.905Z Checking hmac v0.12.1
21032026-07-29T07:34:43.067Z Checking num-integer v0.1.46
21042026-07-29T07:34:43.130Z Checking thread-id v5.1.0
21052026-07-29T07:34:43.234Z Checking memmap2 v0.9.10
21062026-07-29T07:34:43.274Z Checking bstr v1.12.1
21072026-07-29T07:34:43.317Z Checking flate2 v1.1.9
21082026-07-29T07:34:43.320Z Checking anstyle-parse v0.2.7
21092026-07-29T07:34:43.422Z Checking ahash v0.8.12
21102026-07-29T07:34:43.504Z Checking toml_datetime v0.6.11
21112026-07-29T07:34:43.546Z Checking serde_spanned v0.6.9
21122026-07-29T07:34:43.548Z Checking hyper-rustls v0.27.7
21132026-07-29T07:34:43.643Z Checking anstream v0.6.21
21142026-07-29T07:34:43.646Z Checking unicode-normalization v0.1.25
21152026-07-29T07:34:43.719Z Checking data-encoding v2.10.0
21162026-07-29T07:34:43.722Z Checking ipnetwork v0.21.1
21172026-07-29T07:34:43.722Z Checking scroll v0.12.0
21182026-07-29T07:34:43.830Z Checking num-iter v0.1.45
21192026-07-29T07:34:43.874Z Checking crossbeam-epoch v0.9.18
21202026-07-29T07:34:43.971Z Checking zerocopy v0.7.35
21212026-07-29T07:34:44.011Z Checking memoffset v0.9.1
21222026-07-29T07:34:44.051Z Checking goblin v0.8.2
21232026-07-29T07:34:44.054Z Checking same-file v1.0.6
21242026-07-29T07:34:44.125Z Checking foreign-types-shared v0.1.1
21252026-07-29T07:34:44.128Z Checking ff v0.13.1
21262026-07-29T07:34:44.197Z Checking openssl-sys v0.9.115
21272026-07-29T07:34:44.237Z Checking walkdir v2.5.0
21282026-07-29T07:34:44.273Z Checking foreign-types v0.3.2
21292026-07-29T07:34:44.317Z Checking env_filter v1.0.0
21302026-07-29T07:34:44.372Z Checking base16ct v0.2.0
21312026-07-29T07:34:44.426Z Checking group v0.13.0
21322026-07-29T07:34:44.430Z Checking num-bigint-dig v0.8.6
21332026-07-29T07:34:44.502Z Checking hkdf v0.12.4
21342026-07-29T07:34:44.505Z Checking env_logger v0.11.9
21352026-07-29T07:34:44.574Z Checking sec1 v0.7.3
21362026-07-29T07:34:44.613Z Checking dtrace-parser v0.2.0
21372026-07-29T07:34:44.616Z Checking openssl v0.10.79
21382026-07-29T07:34:44.688Z Checking pkcs1 v0.7.5
21392026-07-29T07:34:44.750Z Checking crypto-bigint v0.5.5
21402026-07-29T07:34:44.805Z Checking rustix v0.38.44
21412026-07-29T07:34:44.875Z Checking thread-id v4.2.2
21422026-07-29T07:34:44.922Z Checking unicode-segmentation v1.12.0
21432026-07-29T07:34:44.985Z Checking nix v0.31.2
21442026-07-29T07:34:45.137Z Checking winnow v0.5.40
21452026-07-29T07:34:45.264Z Checking globset v0.4.18
21462026-07-29T07:34:45.303Z Checking rsa v0.9.10
21472026-07-29T07:34:45.548Z Checking bzip2-sys v0.1.13+1.0.8
21482026-07-29T07:34:45.636Z Checking foldhash v0.1.5
21492026-07-29T07:34:45.675Z Checking siphasher v1.0.2
21502026-07-29T07:34:45.714Z Checking elliptic-curve v0.13.8
21512026-07-29T07:34:45.792Z Checking keccak v0.1.6
21522026-07-29T07:34:45.831Z Checking winnow v0.7.14
21532026-07-29T07:34:45.869Z Checking winnow v1.0.3
21542026-07-29T07:34:45.966Z Checking hashbrown v0.15.5
21552026-07-29T07:34:45.999Z Checking sha3 v0.10.8
21562026-07-29T07:34:46.056Z Checking bzip2 v0.4.4
21572026-07-29T07:34:46.182Z Checking toml_parser v1.1.2+spec-1.1.0
21582026-07-29T07:34:46.223Z Checking rfc6979 v0.4.0
21592026-07-29T07:34:46.259Z Checking itertools v0.13.0
21602026-07-29T07:34:46.262Z Checking pin-project v1.1.11
21612026-07-29T07:34:46.334Z Checking toml_edit v0.19.15
21622026-07-29T07:34:46.371Z Checking bitflags v1.3.2
21632026-07-29T07:34:46.419Z Checking ecdsa v0.16.9
21642026-07-29T07:34:46.459Z Checking zip v0.6.6
21652026-07-29T07:34:46.499Z Checking oxnet v0.1.6
21662026-07-29T07:34:46.535Z Checking curve25519-dalek v4.1.3
21672026-07-29T07:34:46.695Z Checking native-tls v0.2.18
21682026-07-29T07:34:46.777Z Checking pem v3.0.6
21692026-07-29T07:34:46.818Z Checking signal-hook v0.3.18
21702026-07-29T07:34:46.821Z Checking managed v0.8.0
21712026-07-29T07:34:46.903Z Checking tokio-native-tls v0.3.1
21722026-07-29T07:34:46.967Z Checking toml_write v0.1.2
21732026-07-29T07:34:47.041Z Checking snafu v0.8.9
21742026-07-29T07:34:47.081Z Checking ed25519 v2.2.3
21752026-07-29T07:34:47.084Z Checking chacha20 v0.10.0
21762026-07-29T07:34:47.157Z Checking hyper-tls v0.6.0
21772026-07-29T07:34:47.160Z Checking toml_edit v0.22.27
21782026-07-29T07:34:47.291Z Checking ref-cast v1.0.25
21792026-07-29T07:34:47.332Z Checking object v0.37.3
21802026-07-29T07:34:47.335Z Checking serde_plain v1.0.2
21812026-07-29T07:34:47.335Z Checking typed-path v0.9.3
21822026-07-29T07:34:47.442Z Checking ed25519-dalek v2.2.0
21832026-07-29T07:34:47.445Z Checking toml v0.7.8
21842026-07-29T07:34:47.445Z Checking signal-hook-mio v0.2.5
21852026-07-29T07:34:47.446Z Checking zstd-sys v2.0.16+zstd.1.5.7
21862026-07-29T07:34:47.586Z Checking jiff v0.2.21
21872026-07-29T07:34:47.624Z Checking unicode-bidi v0.3.18
21882026-07-29T07:34:47.664Z Checking unicode-properties v0.1.4
21892026-07-29T07:34:47.710Z Checking zstd-safe v7.2.4
21902026-07-29T07:34:47.891Z Checking md-5 v0.10.6
21912026-07-29T07:34:47.931Z Checking fixedbitset v0.5.7
21922026-07-29T07:34:47.934Z Checking bumpalo v3.20.2
21932026-07-29T07:34:48.005Z Checking stringprep v0.1.5
21942026-07-29T07:34:48.060Z Checking libbz2-rs-sys v0.2.2
21952026-07-29T07:34:48.158Z Checking fallible-iterator v0.2.0
21962026-07-29T07:34:48.199Z Checking zopfli v0.8.3
21972026-07-29T07:34:48.202Z Checking petgraph v0.8.3
21982026-07-29T07:34:48.202Z Checking zstd v0.13.3
21992026-07-29T07:34:48.316Z Checking crossterm v0.28.1
22002026-07-29T07:34:48.460Z Checking postgres-protocol v0.6.10
22012026-07-29T07:34:48.501Z Checking bzip2 v0.6.1
22022026-07-29T07:34:48.504Z Checking similar v2.7.0
22032026-07-29T07:34:48.580Z Checking fs-err v3.3.0
22042026-07-29T07:34:48.693Z Checking hash32 v0.2.1
22052026-07-29T07:34:48.807Z Checking serde-big-array v0.5.1
22062026-07-29T07:34:48.885Z Checking predicates-core v1.0.10
22072026-07-29T07:34:48.923Z Checking heapless v0.7.17
22082026-07-29T07:34:48.962Z Checking phf_shared v0.13.1
22092026-07-29T07:34:49.003Z Checking hickory-proto v0.25.2
22102026-07-29T07:34:49.039Z Checking float-cmp v0.10.0
22112026-07-29T07:34:49.077Z Checking normalize-line-endings v0.3.0
22122026-07-29T07:34:49.186Z Checking difflib v0.4.0
22132026-07-29T07:34:49.227Z Checking phf v0.13.1
22142026-07-29T07:34:49.230Z Checking phf_shared v0.11.3
22152026-07-29T07:34:49.359Z Checking smoltcp v0.9.1
22162026-07-29T07:34:49.398Z Checking predicates v3.1.4
22172026-07-29T07:34:49.435Z Checking tokio-stream v0.1.18
22182026-07-29T07:34:49.439Z Checking buf-list v1.1.2
22192026-07-29T07:34:49.651Z Checking strum v0.27.2
22202026-07-29T07:34:49.707Z Checking new_debug_unreachable v1.0.6
22212026-07-29T07:34:49.747Z Checking precomputed-hash v0.1.1
22222026-07-29T07:34:49.792Z Checking lalrpop-util v0.19.12
22232026-07-29T07:34:49.833Z Checking whoami v2.1.0
22242026-07-29T07:34:49.836Z Checking fixedbitset v0.4.2
22252026-07-29T07:34:49.876Z Checking string_cache v0.8.9
22262026-07-29T07:34:49.956Z Checking zip v4.6.1
22272026-07-29T07:34:49.960Z Checking openapiv3 v2.2.0
22282026-07-29T07:34:50.036Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22292026-07-29T07:34:50.040Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22302026-07-29T07:34:50.111Z Checking peg-runtime v0.8.5
22312026-07-29T07:34:50.115Z Checking petgraph v0.6.5
22322026-07-29T07:34:50.115Z Checking cookie_store v0.22.1
22332026-07-29T07:34:50.284Z Checking dof v0.4.0
22342026-07-29T07:34:50.332Z Checking newtype-uuid v1.3.2
22352026-07-29T07:34:50.552Z Checking reqwest v0.13.2
22362026-07-29T07:34:50.602Z Checking daft v0.1.7
22372026-07-29T07:34:50.602Z Checking dof v0.3.0
22382026-07-29T07:34:50.864Z Checking serde_with v3.21.0
22392026-07-29T07:34:50.935Z Checking usdt-impl v0.5.0
22402026-07-29T07:34:50.976Z Checking usdt-impl v0.6.0
22412026-07-29T07:34:51.252Z Checking reqwest v0.12.28
22422026-07-29T07:34:51.292Z Checking usdt v0.6.0
22432026-07-29T07:34:51.335Z Checking olpc-cjson v0.1.4
22442026-07-29T07:34:51.433Z Checking byte-wrapper v0.1.0
22452026-07-29T07:34:51.494Z Checking iddqd v0.4.2
22462026-07-29T07:34:51.581Z Checking postgres-types v0.2.12
22472026-07-29T07:34:51.671Z Checking is-terminal v0.4.17
22482026-07-29T07:34:51.714Z Checking crossbeam-channel v0.5.15
22492026-07-29T07:34:51.798Z Checking thread_local v1.1.9
22502026-07-29T07:34:51.837Z Checking term v1.2.1
22512026-07-29T07:34:51.876Z Checking tokio-postgres v0.7.16
22522026-07-29T07:34:51.999Z Checking take_mut v0.2.2
22532026-07-29T07:34:52.040Z Checking tough v0.22.0
22542026-07-29T07:34:52.083Z Compiling structmeta-derive v0.3.0
22552026-07-29T07:34:52.122Z Checking slog-term v2.9.2
22562026-07-29T07:34:52.159Z Checking slog-async v2.8.0
22572026-07-29T07:34:52.367Z Compiling newtype-uuid-macros v0.1.0
22582026-07-29T07:34:52.409Z Checking match_cfg v0.1.0
22592026-07-29T07:34:52.412Z Compiling multer v3.1.0
22602026-07-29T07:34:52.446Z Compiling async-stream-impl v0.3.6
22612026-07-29T07:34:52.522Z Checking hostname v0.3.1
22622026-07-29T07:34:52.525Z Compiling dropshot v0.17.1
22632026-07-29T07:34:52.663Z Compiling dropshot_endpoint v0.17.1
22642026-07-29T07:34:52.820Z Checking debug-ignore v1.0.5
22652026-07-29T07:34:52.868Z Checking sha1 v0.11.0
22662026-07-29T07:34:52.951Z Checking slog-json v2.6.1
22672026-07-29T07:34:53.078Z Checking toml_datetime v1.1.1+spec-1.1.0
22682026-07-29T07:34:53.119Z Checking serde_path_to_error v0.1.20
22692026-07-29T07:34:53.155Z Checking serde_spanned v1.1.1
22702026-07-29T07:34:53.192Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22712026-07-29T07:34:53.195Z Compiling structmeta v0.3.0
22722026-07-29T07:34:53.266Z Checking toml_writer v1.1.1+spec-1.1.0
22732026-07-29T07:34:53.305Z Checking compression-core v0.4.31
22742026-07-29T07:34:53.344Z Checking slog-bunyan v2.5.0
22752026-07-29T07:34:53.412Z Checking async-stream v0.3.6
22762026-07-29T07:34:53.462Z Checking compression-codecs v0.4.37
22772026-07-29T07:34:53.500Z Compiling derive-ex v0.1.8
22782026-07-29T07:34:53.503Z Checking toml v1.1.2+spec-1.1.0
22792026-07-29T07:34:53.611Z Checking rustls-pemfile v2.2.0
22802026-07-29T07:34:53.649Z Checking waitgroup v0.1.2
22812026-07-29T07:34:53.688Z Checking async-compression v0.4.41
22822026-07-29T07:34:53.780Z Checking hostname v0.4.2
22832026-07-29T07:34:53.783Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22842026-07-29T07:34:53.855Z Checking progenitor-client v0.14.0
22852026-07-29T07:34:53.913Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862026-07-29T07:34:53.963Z Checking atomicwrites v0.4.4
22872026-07-29T07:34:54.053Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22882026-07-29T07:34:54.117Z Checking itertools v0.14.0
22892026-07-29T07:34:54.155Z Compiling parse-display-derive v0.10.0
22902026-07-29T07:34:54.193Z Checking macaddr v1.0.1
22912026-07-29T07:34:54.264Z Checking regress v0.10.5
22922026-07-29T07:34:54.307Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22932026-07-29T07:34:54.345Z Checking instant v0.1.13
22942026-07-29T07:34:54.428Z Checking backon v1.6.0
22952026-07-29T07:34:54.503Z Checking backoff v0.4.0
22962026-07-29T07:34:54.624Z Checking humantime v2.3.0
22972026-07-29T07:34:54.712Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22982026-07-29T07:34:54.756Z Checking progenitor-extras v0.2.0
22992026-07-29T07:34:54.833Z Checking unicode-width v0.2.0
23002026-07-29T07:34:54.974Z Compiling convert_case v0.4.0
23012026-07-29T07:34:55.013Z Checking heck v0.5.0
23022026-07-29T07:34:55.115Z Checking half v2.7.1
23032026-07-29T07:34:55.165Z Checking ciborium-io v0.2.2
23042026-07-29T07:34:55.204Z Compiling test-strategy v0.4.5
23052026-07-29T07:34:55.208Z Checking secrecy v0.10.3
23062026-07-29T07:34:55.286Z Checking indent_write v2.2.0
23072026-07-29T07:34:55.370Z Compiling derive_more v0.99.20
23082026-07-29T07:34:55.409Z Checking camino-tempfile v1.4.1
23092026-07-29T07:34:55.417Z Checking ciborium-ll v0.2.2
23102026-07-29T07:34:55.482Z Compiling regress v0.11.1
23112026-07-29T07:34:55.597Z Compiling crucible-workspace-hack v0.1.0
23122026-07-29T07:34:55.650Z Checking ciborium v0.2.2
23132026-07-29T07:34:55.718Z Checking inout v0.1.4
23142026-07-29T07:34:55.894Z Checking parse-display v0.10.0
23152026-07-29T07:34:55.898Z Checking cipher v0.4.4
23162026-07-29T07:34:56.072Z Checking universal-hash v0.5.1
23172026-07-29T07:34:56.112Z Compiling thiserror-impl-no-std v2.0.2
23182026-07-29T07:34:56.157Z Checking opaque-debug v0.3.1
23192026-07-29T07:34:56.229Z Checking chacha20 v0.9.1
23202026-07-29T07:34:56.268Z Checking poly1305 v0.8.0
23212026-07-29T07:34:56.456Z Checking blake2 v0.10.6
23222026-07-29T07:34:56.496Z Checking password-hash v0.5.0
23232026-07-29T07:34:56.561Z Checking aead v0.5.2
23242026-07-29T07:34:56.698Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23252026-07-29T07:34:56.738Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23262026-07-29T07:34:56.743Z Compiling unsafe-libyaml v0.2.11
23272026-07-29T07:34:56.810Z Checking argon2 v0.5.3
23282026-07-29T07:34:57.077Z Compiling typify-impl v0.6.2
23292026-07-29T07:34:57.117Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23302026-07-29T07:34:57.180Z Checking chacha20poly1305 v0.10.1
23312026-07-29T07:34:57.316Z Checking thiserror-no-std v2.0.2
23322026-07-29T07:34:57.354Z Compiling serde_yaml v0.9.34+deprecated
23332026-07-29T07:34:57.439Z Checking vsss-rs v3.3.4
23342026-07-29T07:34:57.559Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23352026-07-29T07:34:57.997Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23362026-07-29T07:34:58.036Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-29T07:34:58.313Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23382026-07-29T07:34:58.353Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23392026-07-29T07:34:58.642Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23402026-07-29T07:34:58.760Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23412026-07-29T07:34:58.817Z Checking crossbeam-deque v0.8.6
23422026-07-29T07:34:58.854Z Checking swrite v0.1.0
23432026-07-29T07:34:58.974Z Compiling rayon-core v1.13.0
23442026-07-29T07:34:59.017Z Compiling toml_datetime v0.7.5+spec-1.1.0
23452026-07-29T07:34:59.054Z Compiling proc-macro-error v1.0.4
23462026-07-29T07:34:59.119Z Checking toml v0.8.23
23472026-07-29T07:34:59.291Z Compiling toml_edit v0.23.10+spec-1.0.0
23482026-07-29T07:34:59.392Z Checking tabwriter v1.4.1
23492026-07-29T07:34:59.476Z Checking glob v0.3.3
23502026-07-29T07:34:59.571Z Compiling itertools v0.15.0
23512026-07-29T07:34:59.610Z Checking rayon v1.11.0
23522026-07-29T07:34:59.688Z Checking colored v3.1.1
23532026-07-29T07:34:59.827Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23542026-07-29T07:34:59.867Z Compiling proc-macro-crate v3.4.0
23552026-07-29T07:34:59.920Z Compiling heapless v0.8.0
23562026-07-29T07:34:59.959Z Checking hash32 v0.3.1
23572026-07-29T07:35:00.133Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-07-29T07:35:00.373Z Compiling smoltcp v0.11.0
23592026-07-29T07:35:00.449Z Compiling num_enum_derive v0.7.6
23602026-07-29T07:35:00.519Z Checking cobs v0.3.0
23612026-07-29T07:35:00.693Z Compiling usdt-attr-macro v0.5.0
23622026-07-29T07:35:00.783Z Compiling usdt-macro v0.5.0
23632026-07-29T07:35:00.853Z Checking memmap v0.7.0
23642026-07-29T07:35:00.924Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23652026-07-29T07:35:00.965Z Compiling ingot-macros v0.2.0
23662026-07-29T07:35:01.020Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23672026-07-29T07:35:01.275Z Checking postcard v1.1.3
23682026-07-29T07:35:01.522Z Checking rand v0.10.1
23692026-07-29T07:35:01.560Z Checking usdt v0.5.0
23702026-07-29T07:35:01.596Z Checking num_enum v0.7.6
23712026-07-29T07:35:01.632Z Compiling proc-macro-crate v1.3.1
23722026-07-29T07:35:01.732Z Compiling typify-macro v0.6.2
23732026-07-29T07:35:01.772Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23742026-07-29T07:35:01.775Z Checking sigpipe v0.1.3
23752026-07-29T07:35:01.918Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23762026-07-29T07:35:02.015Z Compiling foreign-types-macros v0.2.3
23772026-07-29T07:35:02.054Z Checking foreign-types-shared v0.3.1
23782026-07-29T07:35:02.090Z Compiling num_enum_derive v0.5.11
23792026-07-29T07:35:02.313Z Checking cstr-argument v0.1.2
23802026-07-29T07:35:02.352Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23812026-07-29T07:35:02.388Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23822026-07-29T07:35:02.468Z Compiling num-derive v0.4.2
23832026-07-29T07:35:02.641Z Checking foreign-types v0.5.0
23842026-07-29T07:35:02.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23852026-07-29T07:35:02.868Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23862026-07-29T07:35:02.905Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23872026-07-29T07:35:03.010Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23882026-07-29T07:35:03.059Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-07-29T07:35:03.114Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-07-29T07:35:03.218Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23912026-07-29T07:35:03.255Z Checking num_enum v0.5.11
23922026-07-29T07:35:03.294Z Compiling zone_cfg_derive v0.3.1
23932026-07-29T07:35:03.396Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23942026-07-29T07:35:03.494Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23952026-07-29T07:35:03.575Z Compiling typify v0.6.2
23962026-07-29T07:35:03.649Z Checking itertools v0.12.1
23972026-07-29T07:35:03.702Z Compiling progenitor-impl v0.14.0
23982026-07-29T07:35:03.740Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23992026-07-29T07:35:03.922Z Checking ingot-types v0.2.0
24002026-07-29T07:35:03.997Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24012026-07-29T07:35:04.189Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24022026-07-29T07:35:04.227Z Checking smf v0.2.3
24032026-07-29T07:35:04.263Z Checking whoami v1.6.1
24042026-07-29T07:35:04.320Z Checking ingot v0.2.1
24052026-07-29T07:35:04.444Z Compiling derive-where v1.6.0
24062026-07-29T07:35:04.484Z Checking tokio-dtrace v0.1.1
24072026-07-29T07:35:04.520Z Checking console v0.15.11
24082026-07-29T07:35:04.697Z Checking zone v0.3.1
24092026-07-29T07:35:04.737Z Checking oxide-tokio-rt v0.1.4
24102026-07-29T07:35:04.740Z Checking newline-converter v0.3.0
24112026-07-29T07:35:04.826Z Checking bytecount v0.6.9
24122026-07-29T07:35:04.910Z Checking expectorate v1.2.0
24132026-07-29T07:35:04.949Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24142026-07-29T07:35:04.986Z Checking unicode-width v0.1.14
24152026-07-29T07:35:05.072Z Checking num-rational v0.4.2
24162026-07-29T07:35:05.112Z Checking num-complex v0.4.6
24172026-07-29T07:35:05.270Z Checking float-ord v0.3.2
24182026-07-29T07:35:05.380Z Compiling cancel-safe-futures v0.1.5
24192026-07-29T07:35:05.420Z Checking linear-map v1.2.0
24202026-07-29T07:35:05.477Z Checking num v0.4.3
24212026-07-29T07:35:05.585Z Checking gethostname v0.5.0
24222026-07-29T07:35:05.623Z Compiling prettyplease v0.2.37
24232026-07-29T07:35:05.706Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24242026-07-29T07:35:05.784Z Checking oxide-update-engine-types v0.1.2
24252026-07-29T07:35:05.906Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24262026-07-29T07:35:05.984Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24272026-07-29T07:35:06.121Z Compiling owo-colors v4.3.0
24282026-07-29T07:35:06.236Z Checking resolv-conf v0.7.6
24292026-07-29T07:35:06.347Z Compiling progenitor-macro v0.14.0
24302026-07-29T07:35:06.450Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24312026-07-29T07:35:06.720Z Checking oxide-update-engine v0.1.2
24322026-07-29T07:35:06.771Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24332026-07-29T07:35:06.992Z Checking smawk v0.3.2
24342026-07-29T07:35:07.153Z Checking unicode-linebreak v0.1.5
24352026-07-29T07:35:07.156Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24362026-07-29T07:35:07.230Z Checking papergrid v0.11.0
24372026-07-29T07:35:07.233Z Compiling tabled_derive v0.7.0
24382026-07-29T07:35:07.436Z Compiling convert_case v0.10.0
24392026-07-29T07:35:07.761Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24402026-07-29T07:35:07.836Z Compiling slog-dtrace v0.3.0
24412026-07-29T07:35:07.962Z Compiling derive_more-impl v2.1.1
24422026-07-29T07:35:08.146Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24432026-07-29T07:35:08.230Z Checking tabled v0.15.0
24442026-07-29T07:35:08.268Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24452026-07-29T07:35:08.308Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24462026-07-29T07:35:08.851Z Checking derive_more v2.1.1
24472026-07-29T07:35:08.960Z Checking crossterm v0.29.0
24482026-07-29T07:35:09.011Z Checking linked-hash-map v0.5.6
24492026-07-29T07:35:09.213Z Checking lru-cache v0.1.2
24502026-07-29T07:35:09.542Z Checking hickory-proto v0.24.4
24512026-07-29T07:35:09.584Z Checking fd-lock v4.0.4
24522026-07-29T07:35:10.052Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24532026-07-29T07:35:10.172Z Checking vte v0.14.1
24542026-07-29T07:35:10.538Z Checking display-error-chain v0.2.2
24552026-07-29T07:35:10.648Z Checking strip-ansi-escapes v0.2.1
24562026-07-29T07:35:10.867Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24572026-07-29T07:35:10.957Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24582026-07-29T07:35:11.427Z Checking progenitor v0.14.0
24592026-07-29T07:35:11.634Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24602026-07-29T07:35:11.986Z Checking termtree v0.5.1
24612026-07-29T07:35:12.131Z Checking nu-ansi-term v0.50.3
24622026-07-29T07:35:12.233Z Checking hickory-resolver v0.24.4
24632026-07-29T07:35:12.276Z Checking textwrap v0.16.2
24642026-07-29T07:35:12.373Z Checking reedline v0.40.0
24652026-07-29T07:35:12.701Z Compiling minimal-lexical v0.2.1
24662026-07-29T07:35:12.704Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24672026-07-29T07:35:12.991Z Compiling nom v7.1.3
24682026-07-29T07:35:13.046Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24692026-07-29T07:35:13.086Z Checking qorb v0.4.1
24702026-07-29T07:35:13.229Z Compiling unicode-xid v0.2.6
24712026-07-29T07:35:13.392Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24722026-07-29T07:35:13.644Z Compiling ar_archive_writer v0.5.1
24732026-07-29T07:35:14.054Z Checking csv-core v0.1.13
24742026-07-29T07:35:14.238Z Compiling stacker v0.1.23
24752026-07-29T07:35:14.276Z Checking csv v1.4.0
24762026-07-29T07:35:14.332Z Compiling semver v0.1.20
24772026-07-29T07:35:14.381Z Checking highway v1.3.0
24782026-07-29T07:35:14.519Z Compiling psm v0.1.30
24792026-07-29T07:35:14.558Z Compiling cfg_aliases v0.1.1
24802026-07-29T07:35:14.680Z Compiling rustc_version v0.1.7
24812026-07-29T07:35:14.684Z Compiling nix v0.28.0
24822026-07-29T07:35:14.684Z Checking nibble_vec v0.1.0
24832026-07-29T07:35:14.684Z Checking endian-type v0.1.2
24842026-07-29T07:35:14.825Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24852026-07-29T07:35:14.875Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24862026-07-29T07:35:14.946Z Checking radix_trie v0.2.1
24872026-07-29T07:35:15.005Z Compiling newtype_derive v0.1.6
24882026-07-29T07:35:15.161Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24892026-07-29T07:35:15.196Z Checking phf_shared v0.12.1
24902026-07-29T07:35:15.234Z Compiling recursive-proc-macro-impl v0.1.1
24912026-07-29T07:35:15.344Z Compiling chrono-tz v0.10.4
24922026-07-29T07:35:15.384Z Checking phf v0.12.1
24932026-07-29T07:35:15.557Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24942026-07-29T07:35:15.640Z Compiling const_format_proc_macros v0.2.34
24952026-07-29T07:35:15.678Z Checking recursive v0.1.1
24962026-07-29T07:35:15.713Z Compiling peg-macros v0.8.5
24972026-07-29T07:35:15.750Z Checking nom v8.0.0
24982026-07-29T07:35:15.802Z Checking winnow v0.6.26
24992026-07-29T07:35:16.120Z Compiling sqlparser_derive v0.5.0
25002026-07-29T07:35:16.318Z Checking home v0.5.12
25012026-07-29T07:35:16.497Z Checking unicode_categories v0.1.1
25022026-07-29T07:35:16.500Z Checking rustyline v14.0.0
25032026-07-29T07:35:16.687Z Checking const_format v0.2.35
25042026-07-29T07:35:16.907Z Checking sqlparser v0.61.0
25052026-07-29T07:35:16.986Z Checking sqlformat v0.3.5
25062026-07-29T07:35:17.101Z Checking peg v0.8.5
25072026-07-29T07:35:17.249Z Checking bcs v0.1.6
25082026-07-29T07:35:17.312Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25092026-07-29T07:35:17.413Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102026-07-29T07:35:17.451Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25112026-07-29T07:35:17.511Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25122026-07-29T07:35:17.629Z Checking steno v0.4.1
25132026-07-29T07:35:17.806Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25142026-07-29T07:35:17.876Z Checking sha1 v0.10.6
25152026-07-29T07:35:17.973Z Checking filetime v0.2.27
25162026-07-29T07:35:18.142Z Checking xattr v1.6.1
25172026-07-29T07:35:18.306Z Checking tar v0.4.46
25182026-07-29T07:35:18.561Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25192026-07-29T07:35:18.735Z Checking base64 v0.21.7
25202026-07-29T07:35:18.773Z Checking subprocess v0.2.15
25212026-07-29T07:35:18.808Z Checking headers-core v0.3.0
25222026-07-29T07:35:18.947Z Checking headers v0.4.1
25232026-07-29T07:35:19.003Z Checking yasna v0.5.2
25242026-07-29T07:35:19.094Z Checking port-file v0.1.0
25252026-07-29T07:35:19.314Z Checking tagptr v0.2.0
25262026-07-29T07:35:19.425Z Checking rcgen v0.12.1
25272026-07-29T07:35:19.464Z Checking dropshot-api-manager-types v0.7.2
25282026-07-29T07:35:19.497Z Checking moka v0.12.13
25292026-07-29T07:35:19.661Z Checking utf-8 v0.7.6
25302026-07-29T07:35:19.703Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25312026-07-29T07:35:19.774Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25322026-07-29T07:35:19.828Z Checking tungstenite v0.21.0
25332026-07-29T07:35:19.881Z Compiling radium v0.7.0
25342026-07-29T07:35:20.166Z Checking hickory-resolver v0.25.2
25352026-07-29T07:35:20.286Z Checking tokio-tungstenite v0.21.0
25362026-07-29T07:35:20.385Z Compiling maybe-uninit v2.0.0
25372026-07-29T07:35:20.597Z Checking tap v1.0.1
25382026-07-29T07:35:20.689Z Compiling libefi-sys v0.1.0
25392026-07-29T07:35:20.736Z Checking wyz v0.5.1
25402026-07-29T07:35:21.025Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25412026-07-29T07:35:21.062Z Compiling bitfield-struct v0.6.2
25422026-07-29T07:35:21.200Z Compiling zerocopy-derive v0.6.6
25432026-07-29T07:35:21.240Z Checking funty v2.0.0
25442026-07-29T07:35:21.435Z Compiling packed_struct v0.10.1
25452026-07-29T07:35:21.527Z Checking crc-catalog v2.4.0
25462026-07-29T07:35:21.592Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25472026-07-29T07:35:21.655Z Checking crc v3.4.0
25482026-07-29T07:35:21.756Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25492026-07-29T07:35:21.803Z Checking bitvec v1.0.1
25502026-07-29T07:35:21.972Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25512026-07-29T07:35:22.011Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25522026-07-29T07:35:22.047Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25532026-07-29T07:35:22.082Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-07-29T07:35:22.119Z Checking zerocopy v0.6.6
25552026-07-29T07:35:22.153Z Compiling packed_struct_codegen v0.10.1
25562026-07-29T07:35:22.193Z Compiling bitfield-macros v0.19.4
25572026-07-29T07:35:22.440Z Compiling indexmap v1.9.3
25582026-07-29T07:35:22.697Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-07-29T07:35:22.807Z Checking nodrop v0.1.14
25602026-07-29T07:35:22.933Z Checking array-init v0.0.4
25612026-07-29T07:35:22.971Z Checking bitfield v0.19.4
25622026-07-29T07:35:23.193Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-07-29T07:35:23.303Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25642026-07-29T07:35:23.376Z Checking smallvec v0.6.14
25652026-07-29T07:35:23.458Z Checking hashbrown v0.12.3
25662026-07-29T07:35:23.521Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25672026-07-29T07:35:23.594Z Checking serde-hex v0.1.0
25682026-07-29T07:35:23.707Z Checking ron v0.8.1
25692026-07-29T07:35:23.764Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25702026-07-29T07:35:24.246Z Checking hashbrown v0.13.2
25712026-07-29T07:35:24.284Z Checking crc-any v2.5.0
25722026-07-29T07:35:24.402Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-07-29T07:35:24.497Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-07-29T07:35:24.693Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25752026-07-29T07:35:24.730Z Checking object v0.30.4
25762026-07-29T07:35:24.948Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25772026-07-29T07:35:25.142Z Checking path-slash v0.1.5
25782026-07-29T07:35:25.241Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-07-29T07:35:25.279Z Compiling xshell-macros v0.2.7
25802026-07-29T07:35:25.349Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25812026-07-29T07:35:25.693Z Checking xshell v0.2.7
25822026-07-29T07:35:25.744Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25832026-07-29T07:35:26.079Z Checking half v1.8.3
25842026-07-29T07:35:26.131Z Compiling num-derive v0.3.3
25852026-07-29T07:35:26.168Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25862026-07-29T07:35:26.307Z Checking serde_cbor v0.11.2
25872026-07-29T07:35:26.728Z Compiling proc-macro-error-attr2 v2.0.0
25882026-07-29T07:35:26.900Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25892026-07-29T07:35:26.967Z Checking papergrid v0.17.0
25902026-07-29T07:35:27.071Z Checking libscf-sys v1.1.0
25912026-07-29T07:35:27.150Z Compiling proc-macro-error2 v2.0.1
25922026-07-29T07:35:27.154Z Checking testing_table v0.3.0
25932026-07-29T07:35:27.232Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-07-29T07:35:27.311Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25952026-07-29T07:35:27.465Z Checking maplit v1.0.2
25962026-07-29T07:35:27.502Z Compiling tabled_derive v0.11.0
25972026-07-29T07:35:27.538Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25982026-07-29T07:35:27.573Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25992026-07-29T07:35:27.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26002026-07-29T07:35:27.836Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26012026-07-29T07:35:27.952Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26022026-07-29T07:35:28.260Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26032026-07-29T07:35:28.390Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26042026-07-29T07:35:28.482Z Checking crc8 v0.1.1
26052026-07-29T07:35:28.551Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26062026-07-29T07:35:28.614Z Checking unicase v2.9.0
26072026-07-29T07:35:28.754Z Checking tabled v0.20.0
26082026-07-29T07:35:28.810Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26092026-07-29T07:35:28.916Z Checking fxhash v0.2.1
26102026-07-29T07:35:28.954Z Compiling darling_core v0.21.3
26112026-07-29T07:35:29.074Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26122026-07-29T07:35:29.341Z Compiling vergen-lib v0.1.6
26132026-07-29T07:35:29.559Z Compiling diesel_derives v2.3.7
26142026-07-29T07:35:29.634Z Checking scheduled-thread-pool v0.2.7
26152026-07-29T07:35:29.681Z Compiling vergen-gitcl v1.0.8
26162026-07-29T07:35:29.810Z Compiling diesel_table_macro_syntax v0.3.0
26172026-07-29T07:35:29.857Z Checking r2d2 v0.8.10
26182026-07-29T07:35:30.044Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26192026-07-29T07:35:30.082Z Checking downcast-rs v2.0.2
26202026-07-29T07:35:30.327Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-07-29T07:35:30.404Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26222026-07-29T07:35:30.602Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26232026-07-29T07:35:30.806Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26242026-07-29T07:35:30.881Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-07-29T07:35:30.919Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26262026-07-29T07:35:30.956Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26272026-07-29T07:35:30.992Z Checking kstat-rs v0.2.4
26282026-07-29T07:35:31.105Z Checking arc-swap v1.8.2
26292026-07-29T07:35:31.142Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26302026-07-29T07:35:31.213Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26312026-07-29T07:35:31.260Z Compiling dirs-sys-next v0.1.2
26322026-07-29T07:35:31.363Z Checking slog-scope v4.4.1
26332026-07-29T07:35:31.447Z Compiling darling_macro v0.21.3
26342026-07-29T07:35:31.511Z Compiling parking_lot_core v0.8.6
26352026-07-29T07:35:31.547Z Compiling crunchy v0.2.4
26362026-07-29T07:35:31.583Z Checking slog-stdlog v4.1.1
26372026-07-29T07:35:31.681Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26382026-07-29T07:35:31.733Z Compiling dirs-next v2.0.0
26392026-07-29T07:35:31.868Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26402026-07-29T07:35:31.901Z Compiling clang-sys v1.8.1
26412026-07-29T07:35:31.940Z Compiling git-stub v1.0.0
26422026-07-29T07:35:31.940Z Compiling tiny-keccak v2.0.2
26432026-07-29T07:35:32.010Z Compiling darling v0.21.3
26442026-07-29T07:35:32.129Z Compiling dsl_auto_type v0.2.0
26452026-07-29T07:35:32.231Z Compiling git-stub-vcs v0.1.0
26462026-07-29T07:35:32.399Z Compiling term v0.7.0
26472026-07-29T07:35:32.535Z Checking slog-envlogger v2.2.0
26482026-07-29T07:35:32.574Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26492026-07-29T07:35:32.609Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26502026-07-29T07:35:32.659Z Compiling bit-vec v0.6.3
26512026-07-29T07:35:32.747Z Compiling ascii-canvas v3.0.0
26522026-07-29T07:35:32.919Z Compiling bit-set v0.5.3
26532026-07-29T07:35:32.955Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26542026-07-29T07:35:32.999Z Checking parking_lot v0.11.2
26552026-07-29T07:35:33.038Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26562026-07-29T07:35:33.038Z Checking prefix-trie v0.7.0
26572026-07-29T07:35:33.145Z Compiling itertools v0.10.5
26582026-07-29T07:35:33.217Z Compiling ena v0.14.4
26592026-07-29T07:35:33.433Z Compiling libloading v0.8.9
26602026-07-29T07:35:33.436Z Compiling regex-syntax v0.6.29
26612026-07-29T07:35:33.436Z Compiling bindgen v0.71.1
26622026-07-29T07:35:33.545Z Compiling diff v0.1.13
26632026-07-29T07:35:33.548Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26642026-07-29T07:35:33.928Z Checking hickory-server v0.25.2
26652026-07-29T07:35:33.965Z Checking sled v0.34.7
26662026-07-29T07:35:34.182Z Compiling cexpr v0.6.0
26672026-07-29T07:35:34.253Z Checking nanorand v0.7.0
26682026-07-29T07:35:34.487Z Compiling salty v0.3.0
26692026-07-29T07:35:34.758Z Compiling rustc-hash v2.1.1
26702026-07-29T07:35:34.877Z Compiling lalrpop v0.19.12
26712026-07-29T07:35:34.972Z Checking flume v0.11.1
26722026-07-29T07:35:35.265Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-07-29T07:35:35.268Z Checking primeorder v0.13.6
26742026-07-29T07:35:35.485Z Compiling libxml v0.3.3
26752026-07-29T07:35:35.785Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26762026-07-29T07:35:35.961Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26772026-07-29T07:35:36.215Z Compiling strum_macros v0.24.3
26782026-07-29T07:35:36.377Z Compiling fs-err v2.11.0
26792026-07-29T07:35:36.606Z Compiling indoc v1.0.9
26802026-07-29T07:35:37.073Z Checking p384 v0.13.1
26812026-07-29T07:35:37.291Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-07-29T07:35:37.380Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26832026-07-29T07:35:37.437Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26842026-07-29T07:35:37.515Z Compiling progenitor-impl v0.13.0
26852026-07-29T07:35:37.553Z Checking derive_builder v0.20.2
26862026-07-29T07:35:37.588Z Checking quick-xml v0.37.5
26872026-07-29T07:35:37.704Z Compiling oso-derive v0.27.3
26882026-07-29T07:35:37.781Z Compiling trait-variant v0.1.2
26892026-07-29T07:35:38.110Z Checking diesel v2.3.7
26902026-07-29T07:35:38.237Z Compiling impl-trait-for-tuples v0.2.3
26912026-07-29T07:35:38.374Z Checking openssl-probe v0.1.6
26922026-07-29T07:35:38.517Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-29T07:35:38.812Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26942026-07-29T07:35:39.385Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-07-29T07:35:39.811Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26962026-07-29T07:35:40.242Z Compiling progenitor-macro v0.13.0
26972026-07-29T07:35:40.246Z Checking progenitor-client v0.13.0
26982026-07-29T07:35:40.556Z Checking assert_matches v1.5.0
26992026-07-29T07:35:40.663Z Checking parse-size v1.1.0
27002026-07-29T07:35:40.822Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27012026-07-29T07:35:41.158Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27022026-07-29T07:35:41.406Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27032026-07-29T07:35:41.731Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-07-29T07:35:41.962Z Checking predicates-tree v1.0.13
27052026-07-29T07:35:42.043Z Checking bb8 v0.8.6
27062026-07-29T07:35:42.112Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27072026-07-29T07:35:42.183Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27082026-07-29T07:35:42.472Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27092026-07-29T07:35:42.574Z Compiling mime_guess v2.0.5
27102026-07-29T07:35:42.732Z Checking http-range v0.1.5
27112026-07-29T07:35:43.125Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27122026-07-29T07:35:43.229Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27132026-07-29T07:35:43.561Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-07-29T07:35:43.599Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27152026-07-29T07:35:43.837Z Checking atty v0.2.14
27162026-07-29T07:35:43.964Z Checking nonempty v0.12.0
27172026-07-29T07:35:44.160Z Checking corncobs v0.1.4
27182026-07-29T07:35:44.324Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-07-29T07:35:44.552Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-07-29T07:35:44.927Z Checking ignore v0.4.25
27212026-07-29T07:35:44.983Z Checking secrecy v0.8.0
27222026-07-29T07:35:45.281Z Checking progenitor v0.13.0
27232026-07-29T07:35:45.376Z Checking globwalk v0.9.1
27242026-07-29T07:35:45.464Z Checking hyper-staticfile v0.10.1
27252026-07-29T07:35:45.592Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27262026-07-29T07:35:45.749Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27272026-07-29T07:35:45.792Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27282026-07-29T07:35:45.918Z Compiling illumos-nvpair-sys v0.2.0
27292026-07-29T07:35:46.185Z Checking camino-tempfile-ext v0.3.3
27302026-07-29T07:35:46.278Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27312026-07-29T07:35:46.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27322026-07-29T07:35:46.420Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27332026-07-29T07:35:47.098Z Checking signal-hook-tokio v0.3.1
27342026-07-29T07:35:47.254Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27352026-07-29T07:35:47.293Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27362026-07-29T07:35:47.355Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27372026-07-29T07:35:47.682Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27382026-07-29T07:35:48.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27392026-07-29T07:35:49.048Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27402026-07-29T07:35:49.148Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-07-29T07:35:49.295Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27422026-07-29T07:35:49.391Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27432026-07-29T07:35:50.312Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27442026-07-29T07:35:50.401Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27452026-07-29T07:35:50.678Z Checking illumos-nvpair v0.3.0
27462026-07-29T07:35:50.755Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27472026-07-29T07:35:50.871Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27482026-07-29T07:35:50.908Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27492026-07-29T07:35:51.183Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27502026-07-29T07:35:51.222Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27512026-07-29T07:35:51.302Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27522026-07-29T07:35:51.388Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27532026-07-29T07:35:51.688Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27542026-07-29T07:35:51.840Z Checking tungstenite v0.23.0
27552026-07-29T07:35:51.981Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27562026-07-29T07:35:52.309Z Checking tokio-tungstenite v0.23.1
27572026-07-29T07:35:52.613Z Checking async-bb8-diesel v0.2.1
27582026-07-29T07:35:53.020Z Checking diesel-dtrace v0.5.0
27592026-07-29T07:35:53.204Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27602026-07-29T07:35:53.302Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27612026-07-29T07:35:53.340Z Checking rand_seeder v0.4.0
27622026-07-29T07:35:53.519Z Checking void v1.0.2
27632026-07-29T07:35:53.621Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27642026-07-29T07:35:53.660Z Checking lzss v0.8.2
27652026-07-29T07:35:53.695Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27662026-07-29T07:35:53.817Z Checking nix v0.27.1
27672026-07-29T07:35:53.882Z Checking serde_bytes v0.11.19
27682026-07-29T07:35:53.967Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27692026-07-29T07:35:54.091Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27702026-07-29T07:35:54.362Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27712026-07-29T07:35:54.575Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27722026-07-29T07:35:54.808Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-29T07:35:55.110Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27742026-07-29T07:35:55.599Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27752026-07-29T07:35:55.647Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27762026-07-29T07:35:55.835Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27772026-07-29T07:35:55.943Z Checking is_ci v1.2.0
27782026-07-29T07:35:56.082Z Checking yansi v1.0.1
27792026-07-29T07:35:56.085Z Checking cpubits v0.1.1
27802026-07-29T07:35:56.379Z Checking pretty_assertions v1.4.1
27812026-07-29T07:35:56.548Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27822026-07-29T07:35:56.773Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27832026-07-29T07:35:56.996Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27842026-07-29T07:35:57.148Z Checking pem-rfc7468 v1.0.0
27852026-07-29T07:35:57.352Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27862026-07-29T07:35:57.634Z Checking sha2 v0.11.0
27872026-07-29T07:35:58.203Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27882026-07-29T07:35:58.625Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27892026-07-29T07:35:58.714Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-07-29T07:35:58.875Z Checking hmac v0.13.0
27912026-07-29T07:35:58.938Z Checking universal-hash v0.6.1
27922026-07-29T07:35:59.054Z Compiling libz-sys v1.1.24
27932026-07-29T07:35:59.107Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-07-29T07:35:59.153Z Compiling instability v0.3.11
27952026-07-29T07:35:59.532Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27962026-07-29T07:35:59.614Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-07-29T07:35:59.763Z Checking castaway v0.2.4
27982026-07-29T07:35:59.815Z Compiling indoc v2.0.7
27992026-07-29T07:35:59.937Z Checking compact_str v0.8.1
28002026-07-29T07:36:00.350Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28012026-07-29T07:36:00.626Z Checking polyval v0.7.1
28022026-07-29T07:36:00.840Z Checking der v0.8.0
28032026-07-29T07:36:01.325Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28042026-07-29T07:36:01.459Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052026-07-29T07:36:01.555Z Checking unicode-truncate v1.1.0
28062026-07-29T07:36:01.680Z Checking lru v0.12.5
28072026-07-29T07:36:01.718Z Compiling libgit2-sys v0.18.3+1.9.2
28082026-07-29T07:36:01.755Z Checking cassowary v0.3.0
28092026-07-29T07:36:02.004Z Checking ratatui v0.29.0
28102026-07-29T07:36:02.207Z Checking ghash v0.6.0
28112026-07-29T07:36:02.514Z Checking pbkdf2 v0.13.0
28122026-07-29T07:36:02.699Z Checking aes v0.9.1
28132026-07-29T07:36:02.903Z Checking crypto-bigint v0.7.5
28142026-07-29T07:36:03.161Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28152026-07-29T07:36:03.425Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28162026-07-29T07:36:03.681Z Checking ctr v0.10.1
28172026-07-29T07:36:03.894Z Checking aead v0.6.1
28182026-07-29T07:36:04.075Z Checking cargo-platform v0.3.2
28192026-07-29T07:36:04.292Z Checking cargo_metadata v0.23.1
28202026-07-29T07:36:04.402Z Checking aes-gcm v0.11.0
28212026-07-29T07:36:04.816Z Checking spki v0.8.0
28222026-07-29T07:36:05.025Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-07-29T07:36:05.086Z Checking supports-color v3.0.2
28242026-07-29T07:36:06.565Z Checking console v0.16.2
28252026-07-29T07:36:06.613Z Checking salsa20 v0.11.0
28262026-07-29T07:36:06.769Z Compiling vergen-git2 v9.1.0
28272026-07-29T07:36:06.807Z Checking plotters-backend v0.3.7
28282026-07-29T07:36:06.901Z Checking unit-prefix v0.5.2
28292026-07-29T07:36:07.038Z Checking plotters-svg v0.3.7
28302026-07-29T07:36:07.075Z Checking scrypt v0.12.0
28312026-07-29T07:36:07.078Z Checking indicatif v0.18.4
28322026-07-29T07:36:08.852Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28332026-07-29T07:36:09.081Z Checking cbc v0.2.1
28342026-07-29T07:36:09.255Z Checking libsw-core v0.3.2
28352026-07-29T07:36:09.442Z Checking cast v0.3.0
28362026-07-29T07:36:09.630Z Checking criterion-plot v0.6.0
28372026-07-29T07:36:09.667Z Checking libsw v3.5.0
28382026-07-29T07:36:09.854Z Checking pkcs5 v0.8.1
28392026-07-29T07:36:09.954Z Checking plotters v0.3.7
28402026-07-29T07:36:10.183Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-07-29T07:36:10.223Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28422026-07-29T07:36:10.446Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28432026-07-29T07:36:10.510Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28442026-07-29T07:36:10.666Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28452026-07-29T07:36:10.733Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28462026-07-29T07:36:10.770Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28472026-07-29T07:36:10.888Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-07-29T07:36:10.959Z Checking colored v2.2.0
28492026-07-29T07:36:10.996Z Checking tinytemplate v1.2.1
28502026-07-29T07:36:11.193Z Checking anes v0.1.6
28512026-07-29T07:36:11.230Z Checking shell-words v1.1.1
28522026-07-29T07:36:11.266Z Checking oorandom v11.1.5
28532026-07-29T07:36:11.382Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28542026-07-29T07:36:11.419Z Checking criterion v0.7.0
28552026-07-29T07:36:11.723Z Checking pkcs8 v0.11.0
28562026-07-29T07:36:11.760Z Checking oxide-update-engine-display v0.1.2
28572026-07-29T07:36:11.952Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28582026-07-29T07:36:12.095Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-29T07:36:12.495Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-07-29T07:36:12.679Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-07-29T07:36:13.300Z Checking tokio-test v0.4.5
28622026-07-29T07:36:13.460Z Checking ff v0.14.0
28632026-07-29T07:36:13.537Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-07-29T07:36:13.628Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28652026-07-29T07:36:13.761Z Checking twox-hash v2.1.2
28662026-07-29T07:36:14.085Z Checking arrayvec v0.7.6
28672026-07-29T07:36:14.121Z Checking constant_time_eq v0.4.2
28682026-07-29T07:36:14.292Z Checking arrayref v0.3.9
28692026-07-29T07:36:14.378Z Checking group v0.14.0
28702026-07-29T07:36:14.413Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-07-29T07:36:14.564Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28722026-07-29T07:36:14.613Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28732026-07-29T07:36:15.269Z Checking fatfs v0.3.6
28742026-07-29T07:36:15.614Z Checking signature v3.0.0
28752026-07-29T07:36:15.652Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-07-29T07:36:15.757Z Checking base16ct v1.0.0
28772026-07-29T07:36:15.801Z Compiling seq-macro v0.3.6
28782026-07-29T07:36:15.893Z Compiling samael v0.0.19
28792026-07-29T07:36:15.929Z Checking sec1 v0.8.1
28802026-07-29T07:36:16.176Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28812026-07-29T07:36:16.337Z Checking hkdf v0.13.0
28822026-07-29T07:36:16.506Z Compiling petname v2.0.2
28832026-07-29T07:36:16.992Z Checking elliptic-curve v0.14.1
28842026-07-29T07:36:17.196Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28852026-07-29T07:36:17.430Z Checking concurrent-queue v2.5.0
28862026-07-29T07:36:17.694Z Checking rtoolbox v0.0.3
28872026-07-29T07:36:17.862Z Checking parking v2.2.1
28882026-07-29T07:36:18.018Z Checking event-listener v5.4.1
28892026-07-29T07:36:18.056Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-07-29T07:36:18.235Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28912026-07-29T07:36:18.274Z Checking rpassword v7.5.4
28922026-07-29T07:36:18.890Z Checking wnaf v0.14.0
28932026-07-29T07:36:19.090Z Checking primefield v0.14.0
28942026-07-29T07:36:19.329Z Checking rfc6979 v0.6.0
28952026-07-29T07:36:19.502Z Checking tui-tree-widget v0.23.1
28962026-07-29T07:36:19.574Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28972026-07-29T07:36:19.726Z Checking sapling-renderdag v0.1.0
28982026-07-29T07:36:19.768Z Compiling blake3 v1.8.5
28992026-07-29T07:36:19.999Z Checking sync-ptr v0.1.4
29002026-07-29T07:36:20.149Z Checking ecdsa v0.17.0
29012026-07-29T07:36:20.544Z Checking primeorder v0.14.0
29022026-07-29T07:36:20.582Z Checking event-listener-strategy v0.5.4
29032026-07-29T07:36:20.690Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29042026-07-29T07:36:20.747Z Compiling curve25519-dalek v5.0.0
29052026-07-29T07:36:20.912Z Checking futures-timer v3.0.3
29062026-07-29T07:36:20.999Z Checking async-lock v3.4.2
29072026-07-29T07:36:21.163Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-07-29T07:36:21.278Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29092026-07-29T07:36:21.417Z Checking ssh-encoding v0.3.0
29102026-07-29T07:36:21.447Z Checking keccak v0.2.0
29112026-07-29T07:36:21.634Z Compiling strsim v0.10.0
29122026-07-29T07:36:21.671Z Checking topological-sort v0.2.2
29132026-07-29T07:36:21.845Z Checking omicron-zone-package v0.12.3
29142026-07-29T07:36:21.989Z Compiling darling_core v0.13.4
29152026-07-29T07:36:22.279Z Checking async-object-pool v0.2.0
29162026-07-29T07:36:22.793Z Checking ed25519 v3.0.0
29172026-07-29T07:36:23.032Z Checking crypto-primes v0.7.2
29182026-07-29T07:36:23.318Z Checking pkcs1 v0.8.0-rc.4
29192026-07-29T07:36:23.561Z Checking poly1305 v0.9.0
29202026-07-29T07:36:23.861Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29212026-07-29T07:36:23.900Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29222026-07-29T07:36:23.937Z Checking blowfish v0.10.0
29232026-07-29T07:36:24.016Z Checking serde_regex v1.1.0
29242026-07-29T07:36:24.118Z Checking blake2 v0.11.0-rc.6
29252026-07-29T07:36:24.205Z Checking assert-json-diff v2.0.2
29262026-07-29T07:36:24.273Z Checking path-tree v0.8.3
29272026-07-29T07:36:24.403Z Checking gimli v0.32.3
29282026-07-29T07:36:24.406Z Compiling target-lexicon v0.13.3
29292026-07-29T07:36:24.493Z Checking stringmetrics v2.2.2
29302026-07-29T07:36:24.559Z Checking argon2 v0.6.0-rc.8
29312026-07-29T07:36:24.677Z Checking httpmock v0.8.3
29322026-07-29T07:36:24.906Z Checking bcrypt-pbkdf v0.11.0
29332026-07-29T07:36:25.024Z Checking rsa v0.10.0-rc.18
29342026-07-29T07:36:25.096Z Compiling darling_macro v0.13.4
29352026-07-29T07:36:25.545Z Checking ssh-cipher v0.3.0
29362026-07-29T07:36:25.619Z Checking ed25519-dalek v3.0.0
29372026-07-29T07:36:25.871Z Checking sha3 v0.11.0
29382026-07-29T07:36:25.991Z Checking addr2line v0.25.1
29392026-07-29T07:36:26.251Z Checking p521 v0.14.0
29402026-07-29T07:36:26.301Z Checking p256 v0.14.0
29412026-07-29T07:36:26.914Z Checking p384 v0.14.0
29422026-07-29T07:36:27.080Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29432026-07-29T07:36:27.347Z Checking kem v0.3.0
29442026-07-29T07:36:27.500Z Checking module-lattice v0.2.3
29452026-07-29T07:36:27.658Z Compiling guppy-workspace-hack v0.1.0
29462026-07-29T07:36:27.754Z Checking hex-literal v0.4.1
29472026-07-29T07:36:27.879Z Checking rustc-demangle v0.1.27
29482026-07-29T07:36:27.916Z Checking sponge-cursor v0.1.0
29492026-07-29T07:36:28.082Z Checking sha3 v0.12.0
29502026-07-29T07:36:28.144Z Checking backtrace v0.3.76
29512026-07-29T07:36:28.372Z Checking ml-kem v0.3.2
29522026-07-29T07:36:28.484Z Compiling darling v0.13.4
29532026-07-29T07:36:28.867Z Checking russh-cryptovec v0.62.0
29542026-07-29T07:36:28.914Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29552026-07-29T07:36:29.060Z Checking internal-russh-num-bigint v0.5.0
29562026-07-29T07:36:29.138Z Checking num-bigint v0.4.6
29572026-07-29T07:36:29.174Z Checking russh-util v0.52.0
29582026-07-29T07:36:29.266Z Checking ssh-key v0.7.0-rc.11
29592026-07-29T07:36:29.329Z Checking generic-array v1.4.3
29602026-07-29T07:36:29.750Z Compiling git2 v0.20.4
29612026-07-29T07:36:29.788Z Compiling enum_dispatch v0.3.13
29622026-07-29T07:36:30.105Z Compiling delegate v0.13.5
29632026-07-29T07:36:30.141Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29642026-07-29T07:36:30.181Z Checking hex-literal v1.1.0
29652026-07-29T07:36:30.313Z Compiling target-spec v3.5.7
29662026-07-29T07:36:30.590Z Checking md5 v0.8.0
29672026-07-29T07:36:30.677Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29682026-07-29T07:36:30.876Z Checking cfg-expr v0.20.6
29692026-07-29T07:36:30.923Z Compiling serde_with_macros v1.5.2
29702026-07-29T07:36:31.098Z Checking russh v0.62.4
29712026-07-29T07:36:31.302Z Checking backtrace-ext v0.2.1
29722026-07-29T07:36:31.453Z Checking supports-color v2.1.0
29732026-07-29T07:36:31.619Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29742026-07-29T07:36:31.687Z Checking textwrap v0.15.2
29752026-07-29T07:36:31.826Z Checking supports-hyperlinks v2.1.0
29762026-07-29T07:36:31.934Z Checking supports-unicode v2.1.0
29772026-07-29T07:36:32.084Z Checking hashbrown v0.14.5
29782026-07-29T07:36:32.591Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29792026-07-29T07:36:32.628Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29802026-07-29T07:36:32.763Z Checking socket2 v0.5.10
29812026-07-29T07:36:32.840Z Checking terminal_size v0.1.17
29822026-07-29T07:36:32.887Z Compiling miette-derive v5.10.0
29832026-07-29T07:36:32.982Z Checking internet-checksum v0.2.1
29842026-07-29T07:36:33.059Z Checking owo-colors v3.5.0
29852026-07-29T07:36:33.197Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29862026-07-29T07:36:33.252Z Compiling polar-core v0.27.3
29872026-07-29T07:36:33.629Z Checking chumsky v0.9.3
29882026-07-29T07:36:34.082Z Checking miette v5.10.0
29892026-07-29T07:36:34.458Z Compiling serde_with v1.14.0
29902026-07-29T07:36:34.737Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29912026-07-29T07:36:34.817Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29922026-07-29T07:36:35.237Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29932026-07-29T07:36:35.577Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29942026-07-29T07:36:35.614Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29952026-07-29T07:36:35.618Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29962026-07-29T07:36:35.764Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29972026-07-29T07:36:35.821Z Compiling knuffel-derive v3.2.0
29982026-07-29T07:36:35.916Z Checking httptest v0.16.4
29992026-07-29T07:36:35.960Z Checking pathdiff v0.2.3
30002026-07-29T07:36:36.101Z Checking nested v0.1.1
30012026-07-29T07:36:36.279Z Checking guppy v0.17.25
30022026-07-29T07:36:36.318Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30032026-07-29T07:36:37.250Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30042026-07-29T07:36:37.357Z Checking knuffel v3.2.0
30052026-07-29T07:36:38.064Z Checking similar-asserts v1.7.0
30062026-07-29T07:36:38.253Z Checking cms v0.2.3
30072026-07-29T07:36:38.290Z Compiling target-triple v1.0.0
30082026-07-29T07:36:38.328Z Checking oso v0.27.3
30092026-07-29T07:36:38.461Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30102026-07-29T07:36:38.652Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30112026-07-29T07:36:38.760Z Checking crmf v0.2.0
30122026-07-29T07:36:39.118Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30132026-07-29T07:36:39.256Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30142026-07-29T07:36:39.293Z Checking hickory-client v0.25.2
30152026-07-29T07:36:39.339Z Compiling assert_cmd v2.1.2
30162026-07-29T07:36:39.605Z Checking escape8259 v0.5.3
30172026-07-29T07:36:39.743Z Checking cmpv2 v0.2.0
30182026-07-29T07:36:39.778Z Checking libtest-mimic v0.8.1
30192026-07-29T07:36:40.044Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30202026-07-29T07:36:40.167Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30212026-07-29T07:36:40.204Z Checking blake2b_simd v1.0.4
30222026-07-29T07:36:40.479Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30232026-07-29T07:36:40.637Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30242026-07-29T07:36:40.852Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30252026-07-29T07:36:40.909Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30262026-07-29T07:36:41.045Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30272026-07-29T07:36:41.137Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30282026-07-29T07:36:41.275Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30292026-07-29T07:36:41.368Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
30302026-07-29T07:36:41.405Z Checking rustls-platform-verifier v0.7.0
30312026-07-29T07:36:41.482Z Checking fancy-regex v0.14.0
30322026-07-29T07:36:41.557Z Checking serde_tokenstream v0.2.3
30332026-07-29T07:36:41.594Z Checking approx v0.5.1
30342026-07-29T07:36:41.715Z Compiling rstest_macros v0.25.0
30352026-07-29T07:36:41.759Z Checking uzers v0.12.2
30362026-07-29T07:36:41.805Z Checking constant_time_eq v0.3.1
30372026-07-29T07:36:41.872Z Checking termcolor v1.4.1
30382026-07-29T07:36:41.936Z Checking ryu-js v1.0.3
30392026-07-29T07:36:41.996Z Compiling linkme-impl v0.3.35
30402026-07-29T07:36:42.111Z Checking trybuild v1.0.116
30412026-07-29T07:36:42.147Z Checking rust-argon2 v2.1.0
30422026-07-29T07:36:42.150Z Checking serde_json_canonicalizer v0.3.2
30432026-07-29T07:36:42.376Z Checking datatest-stable v0.3.3
30442026-07-29T07:36:42.414Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
30452026-07-29T07:36:42.641Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30462026-07-29T07:36:42.836Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30472026-07-29T07:36:42.884Z Checking x509-tsp v0.1.0
30482026-07-29T07:36:43.101Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30492026-07-29T07:36:43.195Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30502026-07-29T07:36:43.232Z Checking support-bundle-viewer v0.1.2
30512026-07-29T07:36:43.517Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30522026-07-29T07:36:44.059Z Checking p256 v0.13.2
30532026-07-29T07:36:44.348Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30542026-07-29T07:36:44.512Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30552026-07-29T07:36:44.587Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30562026-07-29T07:36:44.636Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30572026-07-29T07:36:44.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30582026-07-29T07:36:44.810Z Checking drift v0.2.0
30592026-07-29T07:36:44.862Z Checking digest-io v0.1.0
30602026-07-29T07:36:44.900Z Checking rand_distr v0.5.1
30612026-07-29T07:36:45.020Z Checking multimap v0.10.1
30622026-07-29T07:36:45.190Z Checking rawzip v0.4.4
30632026-07-29T07:36:45.227Z Compiling relative-path v1.9.3
30642026-07-29T07:36:45.334Z Compiling linkme v0.3.35
30652026-07-29T07:36:45.394Z Checking dropshot-api-manager v0.7.2
30662026-07-29T07:36:45.665Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30672026-07-29T07:36:46.490Z Checking sigstore-verify v0.1.0 (https://github.com/oxidecomputer/sigstore-verify?branch=main#ef97b51d)
30682026-07-29T07:36:47.005Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30692026-07-29T07:36:47.360Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30702026-07-29T07:36:47.399Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30712026-07-29T07:36:47.459Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30722026-07-29T07:36:47.545Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30732026-07-29T07:36:47.679Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30742026-07-29T07:36:48.036Z Checking cargo_toml v0.21.0
30752026-07-29T07:36:48.106Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30762026-07-29T07:36:48.158Z Checking partial-io v0.5.4
30772026-07-29T07:36:48.405Z Checking termios v0.3.3
30782026-07-29T07:36:48.441Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30792026-07-29T07:36:48.604Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30802026-07-29T07:36:48.927Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30812026-07-29T07:36:49.248Z Checking rstest v0.25.0
30822026-07-29T07:36:53.479Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30832026-07-29T07:36:53.992Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30842026-07-29T07:36:55.414Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30852026-07-29T07:37:00.611Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30862026-07-29T07:37:01.808Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30872026-07-29T07:37:03.777Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30882026-07-29T07:37:07.191Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30892026-07-29T07:37:13.497Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30902026-07-29T07:37:16.935Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30912026-07-29T07:37:18.649Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30922026-07-29T07:37:18.793Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30932026-07-29T07:37:20.110Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
30942026-07-29T07:37:21.503Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30952026-07-29T07:37:29.371Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30962026-07-29T07:37:49.593Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30972026-07-29T07:38:42.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
30982026-07-29T07:38:42.536Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30992026-07-29T07:38:42.536Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31002026-07-29T07:38:43.197Z
31012026-07-29T07:38:43.197Zreal 4:17.229968808
31022026-07-29T07:38:43.198Zuser 22:08.778885823
31032026-07-29T07:38:43.198Zsys 5:16.836858249
31042026-07-29T07:38:43.198Ztrap 0.551626568
31052026-07-29T07:38:43.198Ztflt 0.480988220
31062026-07-29T07:38:43.198Zdflt 0.559911209
31072026-07-29T07:38:43.198Zkflt 0.005340647
31082026-07-29T07:38:43.198Zlock 1:06:47.250101368
31092026-07-29T07:38:43.198Zslp 59:38.860299643
31102026-07-29T07:38:43.198Zlat 1:51.975849442
31112026-07-29T07:38:43.198Zstop 15:07.718994311
31122026-07-29T07:38:43.201Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31132026-07-29T07:38:43.202Z+ ptime -m cargo doc --workspace --no-deps
31142026-07-29T07:38:44.060Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31152026-07-29T07:38:44.060Z |
31162026-07-29T07:38:44.060Z = 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)`
31172026-07-29T07:38:44.060Z = 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>
31182026-07-29T07:38:45.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31192026-07-29T07:38:45.358Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31202026-07-29T07:38:45.405Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31212026-07-29T07:38:45.471Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31222026-07-29T07:38:45.537Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31232026-07-29T07:38:45.633Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31242026-07-29T07:38:45.660Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31252026-07-29T07:38:45.685Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31262026-07-29T07:38:45.740Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31272026-07-29T07:38:45.802Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31282026-07-29T07:38:45.938Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31292026-07-29T07:38:45.963Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31302026-07-29T07:38:45.966Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31312026-07-29T07:38:46.014Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-07-29T07:38:46.068Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31332026-07-29T07:38:46.094Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31342026-07-29T07:38:46.097Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31352026-07-29T07:38:46.167Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31362026-07-29T07:38:46.170Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-07-29T07:38:46.170Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31382026-07-29T07:38:46.512Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31392026-07-29T07:38:46.663Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31402026-07-29T07:38:46.666Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31412026-07-29T07:38:46.714Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31422026-07-29T07:38:46.855Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31432026-07-29T07:38:46.943Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31442026-07-29T07:38:47.012Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31452026-07-29T07:38:47.123Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31462026-07-29T07:38:47.251Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31472026-07-29T07:38:47.275Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31482026-07-29T07:38:47.301Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31492026-07-29T07:38:47.471Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31502026-07-29T07:38:47.501Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31512026-07-29T07:38:47.608Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31522026-07-29T07:38:47.730Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31532026-07-29T07:38:47.811Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31542026-07-29T07:38:47.840Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31552026-07-29T07:38:47.866Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31562026-07-29T07:38:48.096Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31572026-07-29T07:38:48.126Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31582026-07-29T07:38:48.396Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31592026-07-29T07:38:48.444Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31602026-07-29T07:38:48.468Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31612026-07-29T07:38:48.572Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31622026-07-29T07:38:48.698Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31632026-07-29T07:38:48.725Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31642026-07-29T07:38:48.755Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31652026-07-29T07:38:48.864Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31662026-07-29T07:38:48.980Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31672026-07-29T07:38:48.983Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31682026-07-29T07:38:49.029Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31692026-07-29T07:38:49.092Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31702026-07-29T07:38:49.210Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31712026-07-29T07:38:49.234Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31722026-07-29T07:38:49.238Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31732026-07-29T07:38:49.285Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31742026-07-29T07:38:49.310Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31752026-07-29T07:38:49.403Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31762026-07-29T07:38:49.433Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31772026-07-29T07:38:49.457Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31782026-07-29T07:38:49.936Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31792026-07-29T07:38:50.011Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31802026-07-29T07:38:50.267Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31812026-07-29T07:38:50.449Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31822026-07-29T07:38:50.560Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31832026-07-29T07:38:50.865Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31842026-07-29T07:38:50.912Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31852026-07-29T07:38:50.937Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31862026-07-29T07:38:51.053Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31872026-07-29T07:38:51.151Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31882026-07-29T07:38:51.179Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31892026-07-29T07:38:51.183Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31902026-07-29T07:38:51.227Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31912026-07-29T07:38:51.352Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31922026-07-29T07:38:52.051Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31932026-07-29T07:38:52.345Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31942026-07-29T07:38:52.377Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31952026-07-29T07:38:52.448Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31962026-07-29T07:38:52.715Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31972026-07-29T07:38:52.760Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31982026-07-29T07:38:52.794Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31992026-07-29T07:38:52.797Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32002026-07-29T07:38:52.966Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32012026-07-29T07:38:53.038Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32022026-07-29T07:38:53.067Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32032026-07-29T07:38:53.287Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32042026-07-29T07:38:53.391Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32052026-07-29T07:38:53.427Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32062026-07-29T07:38:53.452Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32072026-07-29T07:38:53.518Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32082026-07-29T07:38:53.547Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32092026-07-29T07:38:53.621Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32102026-07-29T07:38:53.679Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32112026-07-29T07:38:53.714Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32122026-07-29T07:38:53.858Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32132026-07-29T07:38:53.939Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32142026-07-29T07:38:53.962Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32152026-07-29T07:38:54.011Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32162026-07-29T07:38:54.052Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32172026-07-29T07:38:54.187Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32182026-07-29T07:38:54.278Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32192026-07-29T07:38:54.365Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32202026-07-29T07:38:54.400Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32212026-07-29T07:38:54.516Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32222026-07-29T07:38:54.576Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-07-29T07:38:54.760Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32242026-07-29T07:38:54.783Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32252026-07-29T07:38:54.841Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32262026-07-29T07:38:55.958Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32272026-07-29T07:38:56.369Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32282026-07-29T07:38:56.885Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32292026-07-29T07:38:56.924Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32302026-07-29T07:38:57.139Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32312026-07-29T07:38:57.164Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32322026-07-29T07:38:58.324Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32332026-07-29T07:38:58.447Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32342026-07-29T07:38:58.957Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32352026-07-29T07:38:59.169Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32362026-07-29T07:38:59.310Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32372026-07-29T07:38:59.432Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32382026-07-29T07:38:59.621Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32392026-07-29T07:38:59.663Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32402026-07-29T07:38:59.976Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32412026-07-29T07:39:00.097Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32422026-07-29T07:39:00.625Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32432026-07-29T07:39:00.806Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32442026-07-29T07:39:01.102Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32452026-07-29T07:39:01.349Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32462026-07-29T07:39:01.387Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32472026-07-29T07:39:01.800Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32482026-07-29T07:39:01.875Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32492026-07-29T07:39:02.089Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32502026-07-29T07:39:02.632Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32512026-07-29T07:39:02.808Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32522026-07-29T07:39:03.467Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32532026-07-29T07:39:04.020Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32542026-07-29T07:39:04.452Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-07-29T07:39:04.483Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32562026-07-29T07:39:04.714Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32572026-07-29T07:39:05.343Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32582026-07-29T07:39:05.510Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32592026-07-29T07:39:05.758Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32602026-07-29T07:39:06.296Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32612026-07-29T07:39:06.352Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32622026-07-29T07:39:06.380Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32632026-07-29T07:39:06.383Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32642026-07-29T07:39:06.500Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-07-29T07:39:06.920Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32662026-07-29T07:39:06.949Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32672026-07-29T07:39:07.110Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32682026-07-29T07:39:07.662Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32692026-07-29T07:39:08.347Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32702026-07-29T07:39:08.651Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32712026-07-29T07:39:09.126Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32722026-07-29T07:39:09.882Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32732026-07-29T07:39:11.013Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32742026-07-29T07:39:11.129Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32752026-07-29T07:39:12.026Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32762026-07-29T07:39:15.061Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32772026-07-29T07:39:15.308Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32782026-07-29T07:39:15.357Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32792026-07-29T07:39:15.590Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32802026-07-29T07:39:17.124Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32812026-07-29T07:39:17.703Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32822026-07-29T07:39:17.862Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32832026-07-29T07:39:18.138Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32842026-07-29T07:39:18.258Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32852026-07-29T07:39:18.515Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32862026-07-29T07:39:18.586Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32872026-07-29T07:39:18.929Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32882026-07-29T07:39:19.335Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32892026-07-29T07:39:19.391Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32902026-07-29T07:39:19.488Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32912026-07-29T07:39:19.513Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32922026-07-29T07:39:19.701Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32932026-07-29T07:39:20.238Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32942026-07-29T07:39:20.450Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32952026-07-29T07:39:20.765Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32962026-07-29T07:39:20.901Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32972026-07-29T07:39:21.126Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32982026-07-29T07:39:21.181Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32992026-07-29T07:39:21.486Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33002026-07-29T07:39:22.777Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33012026-07-29T07:39:23.751Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33022026-07-29T07:39:24.085Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33032026-07-29T07:39:25.529Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33042026-07-29T07:39:26.993Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33052026-07-29T07:39:27.348Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33062026-07-29T07:39:28.540Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33072026-07-29T07:39:29.201Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33082026-07-29T07:39:31.265Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33092026-07-29T07:39:32.000Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33102026-07-29T07:39:32.636Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33112026-07-29T07:39:34.348Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33122026-07-29T07:39:34.858Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33132026-07-29T07:39:35.981Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33142026-07-29T07:39:37.259Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33152026-07-29T07:39:38.002Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33162026-07-29T07:39:39.040Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33172026-07-29T07:39:41.530Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33182026-07-29T07:39:42.030Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192026-07-29T07:39:42.723Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33202026-07-29T07:39:45.393Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33212026-07-29T07:39:46.140Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33222026-07-29T07:39:46.913Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33232026-07-29T07:39:47.708Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33242026-07-29T07:39:48.443Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33252026-07-29T07:39:49.179Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33262026-07-29T07:39:49.906Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33272026-07-29T07:39:51.962Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33282026-07-29T07:39:52.182Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33292026-07-29T07:39:52.700Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33302026-07-29T07:39:53.792Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33312026-07-29T07:39:54.103Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33322026-07-29T07:39:54.803Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33332026-07-29T07:39:55.749Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33342026-07-29T07:39:59.472Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33352026-07-29T07:40:00.217Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33362026-07-29T07:40:01.455Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33372026-07-29T07:40:02.079Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33382026-07-29T07:40:02.924Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33392026-07-29T07:40:03.960Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33402026-07-29T07:40:05.487Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33412026-07-29T07:40:06.383Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33422026-07-29T07:40:07.363Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33432026-07-29T07:40:08.312Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33442026-07-29T07:40:09.295Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33452026-07-29T07:40:12.427Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33462026-07-29T07:40:12.570Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33472026-07-29T07:40:13.476Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33482026-07-29T07:40:14.726Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33492026-07-29T07:40:17.424Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33502026-07-29T07:40:18.072Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33512026-07-29T07:40:19.593Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33522026-07-29T07:40:21.223Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33532026-07-29T07:40:22.896Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33542026-07-29T07:40:24.712Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33552026-07-29T07:40:26.220Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33562026-07-29T07:40:27.695Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33572026-07-29T07:40:29.583Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33582026-07-29T07:40:33.856Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33592026-07-29T07:40:34.644Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33602026-07-29T07:40:35.670Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33612026-07-29T07:40:36.164Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33622026-07-29T07:40:38.025Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33632026-07-29T07:40:39.895Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33642026-07-29T07:40:41.679Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33652026-07-29T07:40:43.823Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33662026-07-29T07:40:45.586Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33672026-07-29T07:40:47.674Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33682026-07-29T07:40:49.166Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33692026-07-29T07:40:50.887Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33702026-07-29T07:40:52.667Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33712026-07-29T07:40:54.508Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33722026-07-29T07:40:58.045Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33732026-07-29T07:40:59.470Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-07-29T07:41:01.606Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33752026-07-29T07:41:03.358Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33762026-07-29T07:41:04.662Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33772026-07-29T07:41:08.506Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33782026-07-29T07:41:10.714Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-07-29T07:41:12.433Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33802026-07-29T07:41:16.482Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33812026-07-29T07:41:18.229Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33822026-07-29T07:41:20.349Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33832026-07-29T07:41:23.669Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33842026-07-29T07:41:24.699Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33852026-07-29T07:41:26.676Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33862026-07-29T07:41:29.762Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33872026-07-29T07:41:31.948Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33882026-07-29T07:41:34.217Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33892026-07-29T07:41:36.413Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33902026-07-29T07:41:38.844Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33912026-07-29T07:41:41.588Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33922026-07-29T07:41:44.186Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33932026-07-29T07:41:46.266Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33942026-07-29T07:41:49.146Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33952026-07-29T07:41:51.023Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33962026-07-29T07:41:53.394Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33972026-07-29T07:41:55.862Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33982026-07-29T07:41:58.368Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33992026-07-29T07:42:00.825Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34002026-07-29T07:42:03.230Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-07-29T07:42:05.687Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-07-29T07:42:08.127Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34032026-07-29T07:42:10.585Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-07-29T07:42:13.027Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34052026-07-29T07:42:15.493Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34062026-07-29T07:42:18.020Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34072026-07-29T07:42:20.437Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34082026-07-29T07:42:22.911Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34092026-07-29T07:42:25.484Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34102026-07-29T07:42:27.987Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34112026-07-29T07:42:30.472Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34122026-07-29T07:42:32.930Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34132026-07-29T07:42:35.374Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34142026-07-29T07:42:38.079Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34152026-07-29T07:42:40.395Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34162026-07-29T07:42:43.417Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34172026-07-29T07:42:45.669Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34182026-07-29T07:42:48.365Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34192026-07-29T07:42:50.909Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34202026-07-29T07:42:53.510Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34212026-07-29T07:42:56.056Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34222026-07-29T07:42:58.664Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34232026-07-29T07:43:01.278Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34242026-07-29T07:43:03.738Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34252026-07-29T07:43:06.400Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34262026-07-29T07:43:09.074Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34272026-07-29T07:43:11.568Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34282026-07-29T07:43:14.136Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-07-29T07:43:16.893Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34302026-07-29T07:43:19.267Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34312026-07-29T07:43:21.952Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34322026-07-29T07:43:24.579Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34332026-07-29T07:43:27.208Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34342026-07-29T07:43:29.823Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34352026-07-29T07:43:32.478Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34362026-07-29T07:43:35.239Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34372026-07-29T07:43:37.826Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34382026-07-29T07:43:40.679Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34392026-07-29T07:43:43.394Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34402026-07-29T07:43:46.067Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34412026-07-29T07:43:48.698Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-07-29T07:43:51.446Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34432026-07-29T07:43:54.191Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34442026-07-29T07:43:56.951Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34452026-07-29T07:44:00.003Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34462026-07-29T07:44:02.553Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34472026-07-29T07:44:05.256Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34482026-07-29T07:44:13.209Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492026-07-29T07:44:13.431Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34502026-07-29T07:44:16.789Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34512026-07-29T07:44:21.701Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34522026-07-29T07:44:24.690Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34532026-07-29T07:44:28.642Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34542026-07-29T07:44:32.388Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34552026-07-29T07:44:36.299Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34562026-07-29T07:44:40.115Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34572026-07-29T07:44:44.081Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34582026-07-29T07:44:47.870Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34592026-07-29T07:44:51.627Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34602026-07-29T07:44:55.532Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34612026-07-29T07:44:59.262Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34622026-07-29T07:45:03.123Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34632026-07-29T07:45:06.961Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34642026-07-29T07:45:10.793Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34652026-07-29T07:45:14.692Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34662026-07-29T07:45:18.474Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34672026-07-29T07:45:48.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s
34682026-07-29T07:45:48.996Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34692026-07-29T07:45:48.996Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34702026-07-29T07:45:49.168Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34712026-07-29T07:45:49.276Z
34722026-07-29T07:45:49.276Zreal 7:05.987167478
34732026-07-29T07:45:49.276Zuser 18:58.913173209
34742026-07-29T07:45:49.276Zsys 4:08.793382852
34752026-07-29T07:45:49.279Ztrap 0.277252128
34762026-07-29T07:45:49.279Ztflt 0.007876136
34772026-07-29T07:45:49.279Zdflt 0.143069971
34782026-07-29T07:45:49.279Zkflt 0.000025850
34792026-07-29T07:45:49.279Zlock 6:48:06.877357066
34802026-07-29T07:45:49.279Zslp 2:22:55.418011019
34812026-07-29T07:45:49.279Zlat 36.671912853
34822026-07-29T07:45:49.279Zstop 2:12.454899777
34832026-07-29T07:45:49.279Zprocess exited: duration 809998 ms, exit code 0
 
34842026-07-29T07:45:49.287Zfound 0 output files