01M0EHE92AY1BYWVGD6Z46V4NG: clippy (helios)

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

Buildomat Job: 01M0EHEZ648ZH32VPAHCP1Q1ZG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T02:55:30.141Zjob assigned to worker 01M0EHFE698XK6T1XB0RT0KYQX [factory aws, i-081e44383c11725ae] (queued for 56 s)
 
22026-08-20T02:55:36.354Zstarting task 0: "setup"
32026-08-20T02:55:36.358Z++ uname -s
42026-08-20T02:55:36.362Z+ kern=SunOS
52026-08-20T02:55:36.362Z+ build_user=build
62026-08-20T02:55:36.362Z+ build_uid=12345
72026-08-20T02:55:36.362Z+ work_dir=/work
82026-08-20T02:55:36.362Z+ input_dir=/input
92026-08-20T02:55:36.362Z+ [[ 0 == 12345 ]]
102026-08-20T02:55:36.362Z+ case "$kern" in
112026-08-20T02:55:36.362Z+ groupadd -g 12345 build
122026-08-20T02:55:36.365Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T02:55:38.369Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T02:55:38.443Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T02:55:38.446Z+ home_fs=zfs
162026-08-20T02:55:38.446Z+ [[ zfs == autofs ]]
172026-08-20T02:55:38.446Z+ mkdir -p /home/build
182026-08-20T02:55:38.446Z+ chown build:build /home/build /work
192026-08-20T02:55:40.449Z+ chmod 0700 /home/build /work
202026-08-20T02:55:40.453Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-20T02:55:40.460Zstarting task 1: "rust-toolchain"
222026-08-20T02:55:40.464Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T02:55:40.464Z * rust toolchain channel = "1.97.1"
242026-08-20T02:55:40.464Z * rust toolchain profile = "default"
252026-08-20T02:55:40.464Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T02:55:40.464Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T02:55:40.464Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T02:55:40.468Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T02:55:40.468Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T02:55:40.569Zinfo: downloading installer
312026-08-20T02:55:42.153Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T02:55:42.153Zwarn: /home/build/.rustup/settings.toml
332026-08-20T02:55:42.153Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T02:55:42.153Zwarn: instead of the one inferred from the default host triple.
352026-08-20T02:55:42.166Zinfo: profile set to default
362026-08-20T02:55:42.166Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T02:55:42.170Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T02:55:42.296Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T02:55:42.299Zinfo: downloading 6 components
402026-08-20T02:55:57.462Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T02:55:57.462Z
422026-08-20T02:55:57.489Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T02:55:57.489Z
442026-08-20T02:55:57.489Z
452026-08-20T02:55:57.489ZRust is installed now. Great!
462026-08-20T02:55:57.489Z
472026-08-20T02:55:57.493ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T02:55:57.493Zenvironment variable. This has not been done automatically.
492026-08-20T02:55:57.493Z
502026-08-20T02:55:57.493ZTo configure your current shell, you need to source
512026-08-20T02:55:57.493Zthe corresponding env file under $HOME/.cargo.
522026-08-20T02:55:57.493Z
532026-08-20T02:55:57.493ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T02:55:57.493Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T02:55:57.493Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T02:55:57.493Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T02:55:57.493Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T02:55:57.493Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T02:55:57.493Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T02:55:57.493Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T02:55:57.493Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T02:55:57.588Z+ rustup --version
632026-08-20T02:55:57.597Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T02:55:57.600Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T02:55:57.618Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T02:55:57.621Z+ cargo --version
672026-08-20T02:55:57.636Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T02:55:57.641Z+ rustc --version
692026-08-20T02:55:57.658Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T02:55:57.661Zprocess exited: duration 17199 ms, exit code 0
 
712026-08-20T02:55:57.667Zstarting task 2: "authentication"
722026-08-20T02:55:57.684Zprocess exited: duration 17 ms, exit code 0
 
732026-08-20T02:55:57.690Zstarting task 3: "clone repository"
742026-08-20T02:55:57.693Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T02:55:57.696Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T02:55:57.728ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T02:56:09.611Z+ cd /work/oxidecomputer/omicron
782026-08-20T02:56:09.611Z+ git fetch origin b18d02a9e9f33fb489d592304e163dcaef9c1635
792026-08-20T02:56:09.994ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T02:56:09.994Z * branch b18d02a9e9f33fb489d592304e163dcaef9c1635 -> FETCH_HEAD
812026-08-20T02:56:09.999Z+ [[ -n '' ]]
822026-08-20T02:56:09.999Z+ git reset --hard b18d02a9e9f33fb489d592304e163dcaef9c1635
832026-08-20T02:56:10.261ZHEAD is now at b18d02a9e rebase on main
842026-08-20T02:56:10.267Zprocess exited: duration 12572 ms, exit code 0
 
852026-08-20T02:56:10.274Zstarting task 4: "build"
862026-08-20T02:56:10.278Z+ source ./env.sh
872026-08-20T02:56:10.282Z++ OLD_SHELL_OPTS=ehxB
882026-08-20T02:56:10.282Z++ set -o xtrace
892026-08-20T02:56:10.282Z++++ dirname ./env.sh
902026-08-20T02:56:10.282Z+++ readlink -f .
912026-08-20T02:56:10.287Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-08-20T02:56:10.287Z++ 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-08-20T02:56:10.287Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-08-20T02:56:10.287Z++ 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-08-20T02:56:10.287Z++ 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-08-20T02:56:10.287Z++ 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-08-20T02:56:10.287Z++ 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-08-20T02:56:10.287Z++ 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-08-20T02:56:10.288Z++ 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-08-20T02:56:10.288Z++ 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-08-20T02:56:10.288Z++ 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-08-20T02:56:10.288Z++ case $OLD_SHELL_OPTS in
1032026-08-20T02:56:10.288Z++ unset OLD_SHELL_OPTS OMICRON_WS
1042026-08-20T02:56:10.288Z+ source .github/buildomat/ci-env.sh
1052026-08-20T02:56:10.288Z++ export CARGO_TERM_COLOR=always
1062026-08-20T02:56:10.288Z++ CARGO_TERM_COLOR=always
1072026-08-20T02:56:10.289Z+++ uname -s
1082026-08-20T02:56:10.289Z++ [[ SunOS == \S\u\n\O\S ]]
1092026-08-20T02:56:10.289Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1102026-08-20T02:56:10.298Z+ cargo --version
1112026-08-20T02:56:10.303Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-20T02:56:10.303Z+ rustc --version
1132026-08-20T02:56:10.319Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-20T02:56:10.325Z+ banner prerequisites
1152026-08-20T02:56:10.325Z
1162026-08-20T02:56:10.325Z ##### ##### ###### ##### ###### #### # # # #### #
1172026-08-20T02:56:10.325Z # # # # # # # # # # # # # # #
1182026-08-20T02:56:10.325Z # # # # ##### # # ##### # # # # # #### #
1192026-08-20T02:56:10.325Z ##### ##### # ##### # # # # # # # # #
1202026-08-20T02:56:10.325Z # # # # # # # # # # # # # # #
1212026-08-20T02:56:10.325Z # # # ###### # # ###### ### # #### # #### #
1222026-08-20T02:56:10.326Z
1232026-08-20T02:56:10.326Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1242026-08-20T02:56:12.160Z Startup: Refreshing catalog 'helios' ... Done
1252026-08-20T02:56:12.503Z Startup: Caching catalogs ... Done
1262026-08-20T02:56:14.411ZPlanning: Solver setup ... Done (1.807s)
1272026-08-20T02:56:14.468ZPlanning: Running solver ... Done (0.056s)
1282026-08-20T02:56:14.512ZPlanning: Finding local manifests ... Done (0.004s)
1292026-08-20T02:56:14.522ZPlanning: Fetching manifests: 0/2 0% complete
1302026-08-20T02:56:14.544ZPlanning: Fetching manifests: 2/2 100% complete
1312026-08-20T02:56:14.558ZPlanning: Package planning ... Done (0.014s)
1322026-08-20T02:56:14.565ZPlanning: Merging actions ... Done (0.001s)
1332026-08-20T02:56:14.718ZPlanning: Checking for conflicting actions ... Done (0.158s)
1342026-08-20T02:56:14.722ZPlanning: Consolidating action changes ... Done (0.001s)
1352026-08-20T02:56:15.507ZPlanning: Evaluating mediators ... Done (0.788s)
1362026-08-20T02:56:15.568ZPlanning: Planning completed in 2.98 seconds
1372026-08-20T02:56:15.621Z Packages to install: 2
1382026-08-20T02:56:15.622Z Estimated space available: 156.01 GB
1392026-08-20T02:56:15.622ZEstimated space to be consumed: 72.15 MB
1402026-08-20T02:56:15.622Z Create boot environment: No
1412026-08-20T02:56:15.622ZCreate backup boot environment: No
1422026-08-20T02:56:15.622Z Rebuild boot archive: No
1432026-08-20T02:56:15.622Z
1442026-08-20T02:56:15.622ZChanged packages:
1452026-08-20T02:56:15.622Zhelios
1462026-08-20T02:56:15.622Z developer/build-essential
1472026-08-20T02:56:15.622Z None -> 11-3.0
1482026-08-20T02:56:15.622Z library/libxmlsec1
1492026-08-20T02:56:15.623Z None -> 1.2.35-3.0
1502026-08-20T02:56:15.623Z
1512026-08-20T02:56:15.623ZDownload: 0/214 items 0.0/1.3MB 0% complete
1522026-08-20T02:56:15.651ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1532026-08-20T02:56:15.738Z Actions: 1/268 actions (Installing new actions)
1542026-08-20T02:56:15.775Z Actions: Completed 268 actions in 0.04 seconds.
1552026-08-20T02:56:15.811ZFinalize: Updating package state database ... Done (0.034s)
1562026-08-20T02:56:15.816ZFinalize: Updating package cache ... Done (0.000s)
1572026-08-20T02:56:15.894ZFinalize: Updating image state ... Done (0.082s)
1582026-08-20T02:56:18.304ZFinalize: Creating fast lookup database ... Done (2.359s)
1592026-08-20T02:56:18.376ZFinalize: Reading search index ... Done (0.012s)
1602026-08-20T02:56:18.382ZFinalize: Updating search index ... Done (0.000s)
1612026-08-20T02:56:18.493ZFinalize: Updating package cache ... Done (0.000s)
1622026-08-20T02:56:18.863ZPlanning: Evaluating mediator changes ... Done
1632026-08-20T02:56:18.975ZPlanning: Checking for conflicting actions ... Done
1642026-08-20T02:56:18.989ZPlanning: Consolidating action changes ... Done
1652026-08-20T02:56:19.121ZPlanning: Evaluating mediators ... Done
1662026-08-20T02:56:19.127ZPlanning: Planning completed in 0.26 seconds
1672026-08-20T02:56:19.145Z Mediators to change: 2
1682026-08-20T02:56:19.145Z Create boot environment: No
1692026-08-20T02:56:19.145ZCreate backup boot environment: No
1702026-08-20T02:56:19.190ZFinalize: Updating package state database ... Done
1712026-08-20T02:56:19.190ZFinalize: Updating package cache ... Done
1722026-08-20T02:56:19.238ZFinalize: Updating image state ... Done
1732026-08-20T02:56:21.211ZFinalize: Creating fast lookup database ... Done
1742026-08-20T02:56:21.372ZFinalize: Reading search index ... Done
1752026-08-20T02:56:21.398ZFinalize: Updating search index ... Done
1762026-08-20T02:56:21.398ZFinalize: Updating package cache ... Done
1772026-08-20T02:56:21.652ZPlanning: Evaluating mediator changes ... Done
1782026-08-20T02:56:21.740ZPlanning: Checking for conflicting actions ... Done
1792026-08-20T02:56:21.745ZPlanning: Consolidating action changes ... Done
1802026-08-20T02:56:21.889ZPlanning: Evaluating mediators ... Done
1812026-08-20T02:56:21.897ZPlanning: Planning completed in 0.26 seconds
1822026-08-20T02:56:21.907Z Mediators to change: 1
1832026-08-20T02:56:21.908Z Create boot environment: No
1842026-08-20T02:56:21.908ZCreate backup boot environment: No
1852026-08-20T02:56:21.944ZFinalize: Updating package state database ... Done
1862026-08-20T02:56:21.944ZFinalize: Updating package cache ... Done
1872026-08-20T02:56:21.991ZFinalize: Updating image state ... Done
1882026-08-20T02:56:23.952ZFinalize: Creating fast lookup database ... Done
1892026-08-20T02:56:24.026ZFinalize: Reading search index ... Done
1902026-08-20T02:56:24.035ZFinalize: Updating search index ... Done
1912026-08-20T02:56:24.076ZFinalize: Updating package cache ... Done
1922026-08-20T02:56:24.391ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1932026-08-20T02:56:24.391Zapache system 2.4 system
1942026-08-20T02:56:24.391Zclang system 15 system
1952026-08-20T02:56:24.391Zcsh system system illumos
1962026-08-20T02:56:24.391Zctags system system illumos
1972026-08-20T02:56:24.391Zfile vendor vendor darwinsys
1982026-08-20T02:56:24.391Zfile system system illumos
1992026-08-20T02:56:24.391Zgcc vendor 14 vendor
2002026-08-20T02:56:24.391Zgcc system 13 system
2012026-08-20T02:56:24.391Zgcc system 10 system
2022026-08-20T02:56:24.391Zgo system 1.25 system
2032026-08-20T02:56:24.391Zllvm system 15 system
2042026-08-20T02:56:24.391Zmariadb system 11.4 system
2052026-08-20T02:56:24.392Zmta vendor vendor dma
2062026-08-20T02:56:24.392Zopenjdk system 17 system
2072026-08-20T02:56:24.392Zopenjdk system 11 system
2082026-08-20T02:56:24.392Zopenssl vendor 3 vendor
2092026-08-20T02:56:24.392Zperl system 5.40 system
2102026-08-20T02:56:24.392Zpostgresql system 18 system
2112026-08-20T02:56:24.392Zpostgresql system 17 system
2122026-08-20T02:56:24.392Zpython vendor 3 vendor
2132026-08-20T02:56:24.392Zpython system 2 system
2142026-08-20T02:56:24.392Zpython3 vendor 3.13 vendor
2152026-08-20T02:56:24.392Zruby system 3.4 system
2162026-08-20T02:56:24.392Zruby system 3.0 system
2172026-08-20T02:56:24.392Zwords vendor vendor american-english
2182026-08-20T02:56:24.392Zwords system system australian-english
2192026-08-20T02:56:24.392Zwords system system british-english
2202026-08-20T02:56:24.394Zwords system system canadian-english
2212026-08-20T02:56:24.394Zwords system system french
2222026-08-20T02:56:24.394Zwords system system italian
2232026-08-20T02:56:24.394Zwords system system ngerman
2242026-08-20T02:56:24.394Zwords system system ogerman
2252026-08-20T02:56:24.394Zwords system system spanish
2262026-08-20T02:56:24.645ZPUBLISHER TYPE STATUS P LOCATION
2272026-08-20T02:56:24.645Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2282026-08-20T02:56:25.106ZFMRI IFO
2292026-08-20T02:56:25.107Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2302026-08-20T02:56:25.107Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2312026-08-20T02:56:25.107Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2322026-08-20T02:56:25.107Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2332026-08-20T02:56:25.107Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2342026-08-20T02:56:25.107Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2352026-08-20T02:56:25.107Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2362026-08-20T02:56:25.107Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2372026-08-20T02:56:25.107Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2382026-08-20T02:56:25.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2392026-08-20T02:56:25.942Z Updating crates.io index
2402026-08-20T02:56:25.966Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2412026-08-20T02:56:26.076Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-08-20T02:56:26.469Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-08-20T02:56:27.695Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-08-20T02:56:28.386Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-08-20T02:56:30.231Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-08-20T02:56:31.103Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-08-20T02:56:31.718Z Updating git repository `https://github.com/oxidecomputer/lldp`
2482026-08-20T02:56:31.895Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2492026-08-20T02:56:33.382Z Updating git repository `https://github.com/oxidecomputer/clickward`
2502026-08-20T02:56:34.044Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2512026-08-20T02:56:34.272Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-08-20T02:56:34.414Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-08-20T02:56:34.659Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-08-20T02:56:34.934Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-08-20T02:56:35.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-20T02:56:35.509Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2572026-08-20T02:56:35.807Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-08-20T02:56:36.300Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2592026-08-20T02:56:37.219Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-20T02:56:37.334Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-08-20T02:56:37.649Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-20T02:56:38.174Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-08-20T02:56:38.361Z Updating git repository `https://github.com/oxidecomputer/erebor`
2642026-08-20T02:56:38.691Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-08-20T02:56:39.065Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-08-20T02:56:44.208Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2672026-08-20T02:56:44.533Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-08-20T02:56:44.533Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-08-20T02:56:44.533Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-08-20T02:56:44.533Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-08-20T02:56:44.533Z Updating git repository `https://github.com/oxidecomputer/tough`
2722026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2762026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2772026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-08-20T02:56:44.680Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-08-20T02:56:44.680Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-08-20T02:56:44.680Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-20T02:56:47.228Z Downloading crates ...
2832026-08-20T02:56:47.282Z Downloaded anstream v1.0.0
2842026-08-20T02:56:47.286Z Downloaded byteorder v1.5.0
2852026-08-20T02:56:47.289Z Downloaded anstyle-query v1.1.5
2862026-08-20T02:56:47.289Z Downloaded block-buffer v0.10.4
2872026-08-20T02:56:47.293Z Downloaded once_cell v1.21.3
2882026-08-20T02:56:47.298Z Downloaded clap_lex v1.0.0
2892026-08-20T02:56:47.299Z Downloaded cpufeatures v0.2.17
2902026-08-20T02:56:47.299Z Downloaded bytecount v0.6.9
2912026-08-20T02:56:47.303Z Downloaded pest_generator v2.8.6
2922026-08-20T02:56:47.303Z Downloaded digest v0.10.7
2932026-08-20T02:56:47.303Z Downloaded errno v0.3.14
2942026-08-20T02:56:47.305Z Downloaded macaddr v1.0.1
2952026-08-20T02:56:47.305Z Downloaded memmap v0.7.0
2962026-08-20T02:56:47.305Z Downloaded clap v4.6.1
2972026-08-20T02:56:47.309Z Downloaded zerocopy-derive v0.7.35
2982026-08-20T02:56:47.312Z Downloaded zmij v1.0.21
2992026-08-20T02:56:47.315Z Downloaded log v0.4.33
3002026-08-20T02:56:47.315Z Downloaded cargo-platform v0.3.2
3012026-08-20T02:56:47.318Z Downloaded zerocopy v0.7.35
3022026-08-20T02:56:47.326Z Downloaded cfg-if v1.0.4
3032026-08-20T02:56:47.328Z Downloaded getrandom v0.3.4
3042026-08-20T02:56:47.328Z Downloaded pretty-hex v0.4.1
3052026-08-20T02:56:47.328Z Downloaded generic-array v0.14.7
3062026-08-20T02:56:47.331Z Downloaded colorchoice v1.0.4
3072026-08-20T02:56:47.334Z Downloaded cargo_toml v0.21.0
3082026-08-20T02:56:47.334Z Downloaded equivalent v1.0.2
3092026-08-20T02:56:47.338Z Downloaded dof v0.3.0
3102026-08-20T02:56:47.340Z Downloaded is_terminal_polyfill v1.70.2
3112026-08-20T02:56:47.340Z Downloaded heck v0.5.0
3122026-08-20T02:56:47.344Z Downloaded utf8parse v0.2.2
3132026-08-20T02:56:47.346Z Downloaded itoa v1.0.17
3142026-08-20T02:56:47.347Z Downloaded thread-id v4.2.2
3152026-08-20T02:56:47.349Z Downloaded toml_write v0.1.2
3162026-08-20T02:56:47.349Z Downloaded anstyle v1.0.14
3172026-08-20T02:56:47.352Z Downloaded heck v0.4.1
3182026-08-20T02:56:47.352Z Downloaded anstyle-parse v1.0.0
3192026-08-20T02:56:47.358Z Downloaded strsim v0.11.1
3202026-08-20T02:56:47.364Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-20T02:56:47.367Z Downloaded unicode-linebreak v0.1.5
3222026-08-20T02:56:47.367Z Downloaded usdt v0.5.0
3232026-08-20T02:56:47.370Z Downloaded fastrand v2.3.0
3242026-08-20T02:56:47.373Z Downloaded version_check v0.9.5
3252026-08-20T02:56:47.375Z Downloaded tabled_derive v0.7.0
3262026-08-20T02:56:47.375Z Downloaded fnv v1.0.7
3272026-08-20T02:56:47.378Z Downloaded dtrace-parser v0.2.0
3282026-08-20T02:56:47.382Z Downloaded toml_datetime v0.6.11
3292026-08-20T02:56:47.386Z Downloaded terminal_size v0.4.3
3302026-08-20T02:56:47.389Z Downloaded scroll_derive v0.12.1
3312026-08-20T02:56:47.392Z Downloaded cargo_metadata v0.23.1
3322026-08-20T02:56:47.392Z Downloaded crypto-common v0.1.7
3332026-08-20T02:56:47.397Z Downloaded camino-tempfile v1.4.1
3342026-08-20T02:56:47.398Z Downloaded quote v1.0.45
3352026-08-20T02:56:47.400Z Downloaded autocfg v1.5.0
3362026-08-20T02:56:47.405Z Downloaded smawk v0.3.2
3372026-08-20T02:56:47.418Z Downloaded serde_spanned v0.6.9
3382026-08-20T02:56:47.420Z Downloaded usdt-attr-macro v0.5.0
3392026-08-20T02:56:47.423Z Downloaded fs-err v3.3.0
3402026-08-20T02:56:47.430Z Downloaded thiserror-impl v1.0.69
3412026-08-20T02:56:47.430Z Downloaded swrite v0.1.0
3422026-08-20T02:56:47.433Z Downloaded usdt-impl v0.5.0
3432026-08-20T02:56:47.433Z Downloaded usdt-macro v0.5.0
3442026-08-20T02:56:47.439Z Downloaded sha2 v0.10.9
3452026-08-20T02:56:47.449Z Downloaded serde_derive v1.0.228
3462026-08-20T02:56:47.452Z Downloaded textwrap v0.16.2
3472026-08-20T02:56:47.452Z Downloaded plain v0.2.3
3482026-08-20T02:56:47.455Z Downloaded scroll v0.12.0
3492026-08-20T02:56:47.455Z Downloaded proc-macro-error v1.0.4
3502026-08-20T02:56:47.457Z Downloaded thiserror-impl v2.0.18
3512026-08-20T02:56:47.457Z Downloaded serde_tokenstream v0.2.3
3522026-08-20T02:56:47.457Z Downloaded thiserror v2.0.18
3532026-08-20T02:56:47.460Z Downloaded semver v1.0.28
3542026-08-20T02:56:47.463Z Downloaded tempfile v3.27.0
3552026-08-20T02:56:47.463Z Downloaded thiserror v1.0.69
3562026-08-20T02:56:47.466Z Downloaded toml v0.8.23
3572026-08-20T02:56:47.469Z Downloaded pest_derive v2.8.6
3582026-08-20T02:56:47.469Z Downloaded ucd-trie v0.1.7
3592026-08-20T02:56:47.469Z Downloaded clap_derive v4.6.1
3602026-08-20T02:56:47.472Z Downloaded camino v1.2.5
3612026-08-20T02:56:47.477Z Downloaded papergrid v0.11.0
3622026-08-20T02:56:47.488Z Downloaded bitflags v2.11.0
3632026-08-20T02:56:47.499Z Downloaded anyhow v1.0.104
3642026-08-20T02:56:47.502Z Downloaded pest_meta v2.8.6
3652026-08-20T02:56:47.504Z Downloaded serde_core v1.0.228
3662026-08-20T02:56:47.508Z Downloaded serde v1.0.228
3672026-08-20T02:56:47.508Z Downloaded goblin v0.8.2
3682026-08-20T02:56:47.511Z Downloaded unicode-ident v1.0.24
3692026-08-20T02:56:47.524Z Downloaded proc-macro2 v1.0.106
3702026-08-20T02:56:47.549Z Downloaded indexmap v2.14.0
3712026-08-20T02:56:47.553Z Downloaded memchr v2.8.0
3722026-08-20T02:56:47.556Z Downloaded typenum v1.20.1
3732026-08-20T02:56:47.563Z Downloaded toml_edit v0.22.27
3742026-08-20T02:56:47.576Z Downloaded pest v2.8.6
3752026-08-20T02:56:47.580Z Downloaded serde_json v1.0.151
3762026-08-20T02:56:47.599Z Downloaded hashbrown v0.17.0
3772026-08-20T02:56:47.602Z Downloaded clap_builder v4.6.0
3782026-08-20T02:56:47.612Z Downloaded winnow v0.7.14
3792026-08-20T02:56:47.635Z Downloaded tabled v0.15.0
3802026-08-20T02:56:47.651Z Downloaded syn v1.0.109
3812026-08-20T02:56:47.656Z Downloaded syn v2.0.117
3822026-08-20T02:56:47.662Z Downloaded unicode-width v0.2.0
3832026-08-20T02:56:47.665Z Downloaded unicode-width v0.1.14
3842026-08-20T02:56:47.673Z Downloaded rustix v1.1.4
3852026-08-20T02:56:47.695Z Downloaded libc v0.2.185
3862026-08-20T02:56:47.759Z Compiling proc-macro2 v1.0.106
3872026-08-20T02:56:47.759Z Compiling unicode-ident v1.0.24
3882026-08-20T02:56:47.759Z Compiling quote v1.0.45
3892026-08-20T02:56:47.759Z Compiling serde_core v1.0.228
3902026-08-20T02:56:47.804Z Compiling libc v0.2.185
3912026-08-20T02:56:47.804Z Compiling version_check v0.9.5
3922026-08-20T02:56:47.804Z Compiling memchr v2.8.0
3932026-08-20T02:56:47.804Z Compiling serde v1.0.228
3942026-08-20T02:56:48.124Z Compiling zmij v1.0.21
3952026-08-20T02:56:48.300Z Compiling ucd-trie v0.1.7
3962026-08-20T02:56:48.439Z Compiling thiserror v1.0.69
3972026-08-20T02:56:48.586Z Compiling itoa v1.0.17
3982026-08-20T02:56:48.646Z Compiling pest v2.8.6
3992026-08-20T02:56:48.758Z Compiling rustix v1.1.4
4002026-08-20T02:56:48.822Z Compiling byteorder v1.5.0
4012026-08-20T02:56:48.953Z Compiling errno v0.3.14
4022026-08-20T02:56:49.048Z Compiling bitflags v2.11.0
4032026-08-20T02:56:49.171Z Compiling serde_json v1.0.151
4042026-08-20T02:56:49.321Z Compiling syn v2.0.117
4052026-08-20T02:56:49.426Z Compiling thread-id v4.2.2
4062026-08-20T02:56:49.504Z Compiling proc-macro-error-attr v1.0.4
4072026-08-20T02:56:49.541Z Compiling usdt-impl v0.5.0
4082026-08-20T02:56:49.541Z Compiling camino v1.2.5
4092026-08-20T02:56:49.596Z Compiling syn v1.0.109
4102026-08-20T02:56:49.677Z Compiling pest_meta v2.8.6
4112026-08-20T02:56:49.938Z Compiling proc-macro-error v1.0.4
4122026-08-20T02:56:49.971Z Compiling equivalent v1.0.2
4132026-08-20T02:56:49.982Z Compiling plain v0.2.3
4142026-08-20T02:56:50.046Z Compiling log v0.4.33
4152026-08-20T02:56:50.086Z Compiling hashbrown v0.17.0
4162026-08-20T02:56:50.261Z Compiling getrandom v0.3.4
4172026-08-20T02:56:50.265Z Compiling utf8parse v0.2.2
4182026-08-20T02:56:50.378Z Compiling anstyle-parse v1.0.0
4192026-08-20T02:56:50.568Z Compiling terminal_size v0.4.3
4202026-08-20T02:56:50.606Z Compiling indexmap v2.14.0
4212026-08-20T02:56:51.135Z Compiling autocfg v1.5.0
4222026-08-20T02:56:51.152Z Compiling anstyle-query v1.1.5
4232026-08-20T02:56:51.215Z Compiling is_terminal_polyfill v1.70.2
4242026-08-20T02:56:51.261Z Compiling winnow v0.7.14
4252026-08-20T02:56:51.296Z Compiling toml_write v0.1.2
4262026-08-20T02:56:51.313Z Compiling anstyle v1.0.14
4272026-08-20T02:56:51.327Z Compiling cfg-if v1.0.4
4282026-08-20T02:56:51.424Z Compiling thiserror v2.0.18
4292026-08-20T02:56:51.488Z Compiling pretty-hex v0.4.1
4302026-08-20T02:56:51.513Z Compiling colorchoice v1.0.4
4312026-08-20T02:56:51.554Z Compiling fs-err v3.3.0
4322026-08-20T02:56:51.616Z Compiling pest_generator v2.8.6
4332026-08-20T02:56:51.619Z Compiling anstream v1.0.0
4342026-08-20T02:56:51.755Z Compiling fnv v1.0.7
4352026-08-20T02:56:51.853Z Compiling heck v0.5.0
4362026-08-20T02:56:51.901Z Compiling fastrand v2.3.0
4372026-08-20T02:56:51.948Z Compiling anyhow v1.0.104
4382026-08-20T02:56:51.967Z Compiling unicode-width v0.1.14
4392026-08-20T02:56:52.125Z Compiling bytecount v0.6.9
4402026-08-20T02:56:52.230Z Compiling heck v0.4.1
4412026-08-20T02:56:52.251Z Compiling once_cell v1.21.3
4422026-08-20T02:56:52.269Z Compiling strsim v0.11.1
4432026-08-20T02:56:52.325Z Compiling clap_lex v1.0.0
4442026-08-20T02:56:52.457Z Compiling clap_builder v4.6.0
4452026-08-20T02:56:52.472Z Compiling tempfile v3.27.0
4462026-08-20T02:56:52.535Z Compiling papergrid v0.11.0
4472026-08-20T02:56:52.613Z Compiling cargo-platform v0.3.2
4482026-08-20T02:56:52.687Z Compiling semver v1.0.28
4492026-08-20T02:56:52.719Z Compiling memmap v0.7.0
4502026-08-20T02:56:52.843Z Compiling unicode-width v0.2.0
4512026-08-20T02:56:52.870Z Compiling smawk v0.3.2
4522026-08-20T02:56:52.908Z Compiling unicode-linebreak v0.1.5
4532026-08-20T02:56:52.927Z Compiling tabled_derive v0.7.0
4542026-08-20T02:56:53.052Z Compiling camino-tempfile v1.4.1
4552026-08-20T02:56:53.114Z Compiling textwrap v0.16.2
4562026-08-20T02:56:53.219Z Compiling swrite v0.1.0
4572026-08-20T02:56:53.223Z Compiling serde_derive v1.0.228
4582026-08-20T02:56:53.293Z Compiling thiserror-impl v1.0.69
4592026-08-20T02:56:53.337Z Compiling zerocopy-derive v0.7.35
4602026-08-20T02:56:53.486Z Compiling pest_derive v2.8.6
4612026-08-20T02:56:53.574Z Compiling scroll_derive v0.12.1
4622026-08-20T02:56:53.829Z Compiling thiserror-impl v2.0.18
4632026-08-20T02:56:53.933Z Compiling clap_derive v4.6.1
4642026-08-20T02:56:53.944Z Compiling tabled v0.15.0
4652026-08-20T02:56:54.201Z Compiling zerocopy v0.7.35
4662026-08-20T02:56:54.294Z Compiling scroll v0.12.0
4672026-08-20T02:56:54.564Z Compiling goblin v0.8.2
4682026-08-20T02:56:54.701Z Compiling dtrace-parser v0.2.0
4692026-08-20T02:56:55.587Z Compiling clap v4.6.1
4702026-08-20T02:56:56.112Z Compiling dof v0.3.0
4712026-08-20T02:56:56.112Z Compiling serde_tokenstream v0.2.3
4722026-08-20T02:56:56.130Z Compiling serde_spanned v0.6.9
4732026-08-20T02:56:56.145Z Compiling toml_datetime v0.6.11
4742026-08-20T02:56:56.145Z Compiling macaddr v1.0.1
4752026-08-20T02:56:56.195Z Compiling cargo_metadata v0.23.1
4762026-08-20T02:56:56.213Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-08-20T02:56:56.320Z Compiling toml_edit v0.22.27
4782026-08-20T02:56:56.824Z Compiling usdt-macro v0.5.0
4792026-08-20T02:56:56.851Z Compiling usdt-attr-macro v0.5.0
4802026-08-20T02:56:57.489Z Compiling usdt v0.5.0
4812026-08-20T02:56:57.659Z Compiling toml v0.8.23
4822026-08-20T02:56:57.989Z Compiling cargo_toml v0.21.0
4832026-08-20T02:56:59.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4842026-08-20T02:57:01.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.04s
4852026-08-20T02:57:01.532Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4862026-08-20T02:57:02.051Z Downloading crates ...
4872026-08-20T02:57:02.106Z Downloaded bitfield-macros v0.19.4
4882026-08-20T02:57:02.115Z Downloaded cmake v0.1.57
4892026-08-20T02:57:02.122Z Downloaded async-stream v0.3.6
4902026-08-20T02:57:02.125Z Downloaded async-stream-impl v0.3.6
4912026-08-20T02:57:02.129Z Downloaded async-recursion v1.1.1
4922026-08-20T02:57:02.132Z Downloaded base16ct v0.2.0
4932026-08-20T02:57:02.141Z Downloaded atomic-waker v1.1.2
4942026-08-20T02:57:02.142Z Downloaded blake3 v1.8.5
4952026-08-20T02:57:02.147Z Downloaded allocator-api2 v0.2.21
4962026-08-20T02:57:02.147Z Downloaded ascii-canvas v3.0.0
4972026-08-20T02:57:02.150Z Downloaded futures-task v0.3.32
4982026-08-20T02:57:02.154Z Downloaded backtrace v0.3.76
4992026-08-20T02:57:02.154Z Downloaded foreign-types-shared v0.3.1
5002026-08-20T02:57:02.154Z Downloaded endian-type v0.1.2
5012026-08-20T02:57:02.154Z Downloaded ghash v0.6.0
5022026-08-20T02:57:02.157Z Downloaded env_logger v0.11.11
5032026-08-20T02:57:02.157Z Downloaded erased-serde v0.3.31
5042026-08-20T02:57:02.160Z Downloaded fallible-iterator v0.2.0
5052026-08-20T02:57:02.160Z Downloaded ff v0.13.1
5062026-08-20T02:57:02.160Z Downloaded backon v1.6.0
5072026-08-20T02:57:02.160Z Downloaded atomicwrites v0.4.4
5082026-08-20T02:57:02.164Z Downloaded const-oid v0.10.2
5092026-08-20T02:57:02.167Z Downloaded flagset v0.4.7
5102026-08-20T02:57:02.167Z Downloaded enum-as-inner v0.6.1
5112026-08-20T02:57:02.167Z Downloaded foreign-types v0.5.0
5122026-08-20T02:57:02.167Z Downloaded arc-swap v1.8.2
5132026-08-20T02:57:02.171Z Downloaded glob v0.3.3
5142026-08-20T02:57:02.175Z Downloaded adler2 v2.0.1
5152026-08-20T02:57:02.175Z Downloaded atty v0.2.14
5162026-08-20T02:57:02.179Z Downloaded aead v0.5.2
5172026-08-20T02:57:02.179Z Downloaded compression-core v0.4.31
5182026-08-20T02:57:02.182Z Downloaded fs_extra v1.3.0
5192026-08-20T02:57:02.182Z Downloaded foldhash v0.1.5
5202026-08-20T02:57:02.183Z Downloaded foldhash v0.2.0
5212026-08-20T02:57:02.187Z Downloaded float-cmp v0.10.0
5222026-08-20T02:57:02.187Z Downloaded argon2 v0.5.3
5232026-08-20T02:57:02.187Z Downloaded backtrace-ext v0.2.1
5242026-08-20T02:57:02.191Z Downloaded block-padding v0.4.2
5252026-08-20T02:57:02.191Z Downloaded funty v2.0.0
5262026-08-20T02:57:02.194Z Downloaded embedded-io v0.6.1
5272026-08-20T02:57:02.194Z Downloaded expectorate v1.2.0
5282026-08-20T02:57:02.194Z Downloaded futures-executor v0.3.32
5292026-08-20T02:57:02.197Z Downloaded bitfield-struct v0.6.2
5302026-08-20T02:57:02.197Z Downloaded ciborium-ll v0.2.2
5312026-08-20T02:57:02.197Z Downloaded env_filter v2.0.0
5322026-08-20T02:57:02.197Z Downloaded embedded-io v0.4.0
5332026-08-20T02:57:02.200Z Downloaded aead v0.6.1
5342026-08-20T02:57:02.201Z Downloaded fs-err v2.11.0
5352026-08-20T02:57:02.204Z Downloaded anstream v0.6.21
5362026-08-20T02:57:02.204Z Downloaded futures-core v0.3.32
5372026-08-20T02:57:02.207Z Downloaded fixedbitset v0.4.2
5382026-08-20T02:57:02.210Z Downloaded foreign-types-shared v0.1.1
5392026-08-20T02:57:02.210Z Downloaded futures-sink v0.3.32
5402026-08-20T02:57:02.210Z Downloaded float-ord v0.3.2
5412026-08-20T02:57:02.210Z Downloaded fd-lock v4.0.4
5422026-08-20T02:57:02.213Z Downloaded form_urlencoded v1.2.2
5432026-08-20T02:57:02.213Z Downloaded block-buffer v0.12.1
5442026-08-20T02:57:02.217Z Downloaded fxhash v0.2.1
5452026-08-20T02:57:02.220Z Downloaded hex v0.4.3
5462026-08-20T02:57:02.223Z Downloaded enum_dispatch v0.3.13
5472026-08-20T02:57:02.226Z Downloaded futures-io v0.3.32
5482026-08-20T02:57:02.226Z Downloaded cfg_aliases v0.2.1
5492026-08-20T02:57:02.226Z Downloaded castaway v0.2.4
5502026-08-20T02:57:02.229Z Downloaded cfg_aliases v0.1.1
5512026-08-20T02:57:02.229Z Downloaded bb8 v0.8.6
5522026-08-20T02:57:02.234Z Downloaded futures-macro v0.3.32
5532026-08-20T02:57:02.237Z Downloaded http-body v1.0.1
5542026-08-20T02:57:02.285Z Downloaded hash32 v0.3.1
5552026-08-20T02:57:02.285Z Downloaded httpdate v1.0.3
5562026-08-20T02:57:02.285Z Downloaded hubpack_derive v0.1.1
5572026-08-20T02:57:02.285Z Downloaded gethostname v0.5.0
5582026-08-20T02:57:02.285Z Downloaded headers-core v0.3.0
5592026-08-20T02:57:02.285Z Downloaded array-init v0.0.4
5602026-08-20T02:57:02.285Z Downloaded bcrypt-pbkdf v0.11.0
5612026-08-20T02:57:02.285Z Downloaded hash32 v0.2.1
5622026-08-20T02:57:02.285Z Downloaded ciborium-io v0.2.2
5632026-08-20T02:57:02.285Z Downloaded arrayref v0.3.9
5642026-08-20T02:57:02.285Z Downloaded base16ct v1.0.0
5652026-08-20T02:57:02.285Z Downloaded globwalk v0.9.1
5662026-08-20T02:57:02.285Z Downloaded hex-literal v1.1.0
5672026-08-20T02:57:02.285Z Downloaded hostname v0.4.2
5682026-08-20T02:57:02.285Z Downloaded foreign-types-macros v0.2.3
5692026-08-20T02:57:02.285Z Downloaded assert_matches v1.5.0
5702026-08-20T02:57:02.285Z Downloaded newline-converter v0.3.0
5712026-08-20T02:57:02.286Z Downloaded hostname v0.3.1
5722026-08-20T02:57:02.286Z Downloaded git-stub v1.0.0
5732026-08-20T02:57:02.286Z Downloaded bit-set v0.5.3
5742026-08-20T02:57:02.286Z Downloaded nodrop v0.1.14
5752026-08-20T02:57:02.286Z Downloaded normalize-line-endings v0.3.0
5762026-08-20T02:57:02.292Z Downloaded cbc v0.2.1
5772026-08-20T02:57:02.292Z Downloaded async-trait v0.1.89
5782026-08-20T02:57:02.293Z Downloaded cexpr v0.6.0
5792026-08-20T02:57:02.293Z Downloaded backoff v0.4.0
5802026-08-20T02:57:02.293Z Downloaded blowfish v0.10.0
5812026-08-20T02:57:02.293Z Downloaded buf-list v1.1.2
5822026-08-20T02:57:02.293Z Downloaded cmov v0.5.4
5832026-08-20T02:57:02.293Z Downloaded filetime v0.2.27
5842026-08-20T02:57:02.293Z Downloaded addr2line v0.25.1
5852026-08-20T02:57:02.293Z Downloaded bzip2 v0.4.4
5862026-08-20T02:57:02.293Z Downloaded highway v1.3.0
5872026-08-20T02:57:02.297Z Downloaded foreign-types v0.3.2
5882026-08-20T02:57:02.297Z Downloaded http-range v0.1.5
5892026-08-20T02:57:02.297Z Downloaded openssl-macros v0.1.1
5902026-08-20T02:57:02.297Z Downloaded phf_shared v0.11.3
5912026-08-20T02:57:02.297Z Downloaded password-hash v0.6.1
5922026-08-20T02:57:02.297Z Downloaded proc-macro-error-attr2 v2.0.0
5932026-08-20T02:57:02.301Z Downloaded rand_pcg v0.10.2
5942026-08-20T02:57:02.305Z Downloaded home v0.5.12
5952026-08-20T02:57:02.305Z Downloaded serde_plain v1.0.2
5962026-08-20T02:57:02.309Z Downloaded bitfield v0.19.4
5972026-08-20T02:57:02.309Z Downloaded bs58 v0.5.1
5982026-08-20T02:57:02.309Z Downloaded bit-vec v0.8.0
5992026-08-20T02:57:02.312Z Downloaded bit-set v0.8.0
6002026-08-20T02:57:02.312Z Downloaded hubpack v0.1.2
6012026-08-20T02:57:02.312Z Downloaded bcs v0.1.6
6022026-08-20T02:57:02.315Z Downloaded ff v0.14.0
6032026-08-20T02:57:02.315Z Downloaded cobs v0.3.0
6042026-08-20T02:57:02.315Z Downloaded path-slash v0.1.5
6052026-08-20T02:57:02.318Z Downloaded arrayvec v0.7.6
6062026-08-20T02:57:02.321Z Downloaded recursive-proc-macro-impl v0.1.1
6072026-08-20T02:57:02.321Z Downloaded precomputed-hash v0.1.1
6082026-08-20T02:57:02.325Z Downloaded recursive v0.1.1
6092026-08-20T02:57:02.325Z Downloaded russh-cryptovec v0.62.0
6102026-08-20T02:57:02.325Z Downloaded base64ct v1.8.3
6112026-08-20T02:57:02.325Z Downloaded psl-types v2.0.11
6122026-08-20T02:57:02.328Z Downloaded nibble_vec v0.1.0
6132026-08-20T02:57:02.328Z Downloaded bit-vec v0.6.3
6142026-08-20T02:57:02.328Z Downloaded scheduled-thread-pool v0.2.7
6152026-08-20T02:57:02.331Z Downloaded sapling-renderdag v0.1.0
6162026-08-20T02:57:02.335Z Downloaded cassowary v0.3.0
6172026-08-20T02:57:02.335Z Downloaded chacha20 v0.9.1
6182026-08-20T02:57:02.335Z Downloaded num-integer v0.1.46
6192026-08-20T02:57:02.335Z Downloaded num_enum v0.5.11
6202026-08-20T02:57:02.338Z Downloaded http-body-util v0.1.3
6212026-08-20T02:57:02.341Z Downloaded git-stub-vcs v0.1.0
6222026-08-20T02:57:02.341Z Downloaded globset v0.4.18
6232026-08-20T02:57:02.341Z Downloaded compression-codecs v0.4.37
6242026-08-20T02:57:02.344Z Downloaded anstyle-parse v0.2.7
6252026-08-20T02:57:02.344Z Downloaded byte-wrapper v0.1.0
6262026-08-20T02:57:02.344Z Downloaded cipher v0.4.4
6272026-08-20T02:57:02.349Z Downloaded cipher v0.5.2
6282026-08-20T02:57:02.349Z Downloaded ena v0.14.4
6292026-08-20T02:57:02.349Z Downloaded bitflags v1.3.2
6302026-08-20T02:57:02.352Z Downloaded ciborium v0.2.2
6312026-08-20T02:57:02.352Z Downloaded sigpipe v0.1.3
6322026-08-20T02:57:02.352Z Downloaded signal-hook-tokio v0.3.1
6332026-08-20T02:57:02.355Z Downloaded hmac v0.12.1
6342026-08-20T02:57:02.355Z Downloaded strsim v0.10.0
6352026-08-20T02:57:02.356Z Downloaded strum v0.27.2
6362026-08-20T02:57:02.356Z Downloaded supports-hyperlinks v3.2.0
6372026-08-20T02:57:02.356Z Downloaded hmac v0.13.0
6382026-08-20T02:57:02.360Z Downloaded oxide-update-engine v0.1.2
6392026-08-20T02:57:02.360Z Downloaded semver v0.1.20
6402026-08-20T02:57:02.366Z Downloaded progenitor-client v0.13.0
6412026-08-20T02:57:02.366Z Downloaded rustc_version v0.4.1
6422026-08-20T02:57:02.366Z Downloaded rand_chacha v0.9.0
6432026-08-20T02:57:02.366Z Downloaded resolv-conf v0.7.6
6442026-08-20T02:57:02.369Z Downloaded scopeguard v1.2.0
6452026-08-20T02:57:02.369Z Downloaded tokio-macros v2.7.0
6462026-08-20T02:57:02.369Z Downloaded group v0.13.0
6472026-08-20T02:57:02.369Z Downloaded group v0.14.0
6482026-08-20T02:57:02.369Z Downloaded paste v1.0.15
6492026-08-20T02:57:02.373Z Downloaded try-lock v0.2.5
6502026-08-20T02:57:02.377Z Downloaded poly1305 v0.8.0
6512026-08-20T02:57:02.380Z Downloaded rustversion v1.0.22
6522026-08-20T02:57:02.380Z Downloaded console v0.15.11
6532026-08-20T02:57:02.384Z Downloaded ahash v0.8.12
6542026-08-20T02:57:02.388Z Downloaded cancel-safe-futures v0.1.5
6552026-08-20T02:57:02.388Z Downloaded sqlparser_derive v0.5.0
6562026-08-20T02:57:02.388Z Downloaded argon2 v0.6.0-rc.8
6572026-08-20T02:57:02.391Z Downloaded bzip2 v0.6.1
6582026-08-20T02:57:02.391Z Downloaded clang-sys v1.8.1
6592026-08-20T02:57:02.391Z Downloaded colored v2.2.0
6602026-08-20T02:57:02.395Z Downloaded console v0.16.2
6612026-08-20T02:57:02.395Z Downloaded colored v3.1.1
6622026-08-20T02:57:02.395Z Downloaded camino-tempfile-ext v0.3.3
6632026-08-20T02:57:02.398Z Downloaded chacha20 v0.10.0
6642026-08-20T02:57:02.398Z Downloaded async-bb8-diesel v0.2.1
6652026-08-20T02:57:02.398Z Downloaded fixedbitset v0.5.7
6662026-08-20T02:57:02.401Z Downloaded pin-project-internal v1.1.11
6672026-08-20T02:57:02.401Z Downloaded typify-macro v0.6.2
6682026-08-20T02:57:02.401Z Downloaded unarray v0.1.4
6692026-08-20T02:57:02.406Z Downloaded utf-8 v0.7.6
6702026-08-20T02:57:02.409Z Downloaded utf8_iter v1.0.4
6712026-08-20T02:57:02.414Z Downloaded yoke-derive v0.8.1
6722026-08-20T02:57:02.419Z Downloaded convert_case v0.4.0
6732026-08-20T02:57:02.422Z Downloaded futures v0.3.32
6742026-08-20T02:57:02.425Z Downloaded aes v0.9.1
6752026-08-20T02:57:02.428Z Downloaded postgres-types v0.2.12
6762026-08-20T02:57:02.428Z Downloaded find-msvc-tools v0.1.9
6772026-08-20T02:57:02.431Z Downloaded synstructure v0.13.2
6782026-08-20T02:57:02.431Z Downloaded rusty-fork v0.3.1
6792026-08-20T02:57:02.431Z Downloaded serdect v0.4.3
6802026-08-20T02:57:02.431Z Downloaded httparse v1.10.1
6812026-08-20T02:57:02.435Z Downloaded zone_cfg_derive v0.3.1
6822026-08-20T02:57:02.435Z Downloaded crunchy v0.2.4
6832026-08-20T02:57:02.439Z Downloaded pin-project-lite v0.2.17
6842026-08-20T02:57:02.442Z Downloaded dof v0.4.0
6852026-08-20T02:57:02.442Z Downloaded difflib v0.4.0
6862026-08-20T02:57:02.442Z Downloaded document-features v0.2.12
6872026-08-20T02:57:02.445Z Downloaded dirs-sys-next v0.1.2
6882026-08-20T02:57:02.445Z Downloaded tls_codec v0.4.2
6892026-08-20T02:57:02.449Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6902026-08-20T02:57:02.449Z Downloaded toml_writer v1.1.1+spec-1.1.0
6912026-08-20T02:57:02.449Z Downloaded wait-timeout v0.2.1
6922026-08-20T02:57:02.449Z Downloaded blake2 v0.11.0-rc.6
6932026-08-20T02:57:02.452Z Downloaded elliptic-curve v0.14.1
6942026-08-20T02:57:02.452Z Downloaded psm v0.1.30
6952026-08-20T02:57:02.456Z Downloaded xshell-macros v0.2.7
6962026-08-20T02:57:02.456Z Downloaded blake2 v0.10.6
6972026-08-20T02:57:02.456Z Downloaded const-oid v0.9.6
6982026-08-20T02:57:02.457Z Downloaded zeroize_derive v1.5.0
6992026-08-20T02:57:02.457Z Downloaded crc-catalog v2.4.0
7002026-08-20T02:57:02.460Z Downloaded curve25519-dalek-derive v0.1.1
7012026-08-20T02:57:02.460Z Downloaded defmt-parser v1.0.0
7022026-08-20T02:57:02.463Z Downloaded omicron-zone-package v0.12.3
7032026-08-20T02:57:02.466Z Downloaded num_enum v0.7.6
7042026-08-20T02:57:02.469Z Downloaded sec1 v0.8.1
7052026-08-20T02:57:02.469Z Downloaded parking_lot v0.12.5
7062026-08-20T02:57:02.469Z Downloaded unicase v2.9.0
7072026-08-20T02:57:02.472Z Downloaded wyz v0.5.1
7082026-08-20T02:57:02.472Z Downloaded whoami v2.1.0
7092026-08-20T02:57:02.477Z Downloaded kem v0.3.0
7102026-08-20T02:57:02.477Z Downloaded parse-display-derive v0.10.0
7112026-08-20T02:57:02.477Z Downloaded slog-stdlog v4.1.1
7122026-08-20T02:57:02.477Z Downloaded lru-slab v0.1.2
7132026-08-20T02:57:02.477Z Downloaded hyper-tls v0.6.0
7142026-08-20T02:57:02.480Z Downloaded slog-term v2.9.2
7152026-08-20T02:57:02.480Z Downloaded ssh-cipher v0.3.0
7162026-08-20T02:57:02.480Z Downloaded time-macros v0.2.27
7172026-08-20T02:57:02.480Z Downloaded strum_macros v0.27.2
7182026-08-20T02:57:02.484Z Downloaded termios v0.3.3
7192026-08-20T02:57:02.484Z Downloaded indoc v1.0.9
7202026-08-20T02:57:02.484Z Downloaded lzss v0.8.2
7212026-08-20T02:57:02.487Z Downloaded dtrace-parser v0.3.0
7222026-08-20T02:57:02.487Z Downloaded slog-dtrace v0.3.0
7232026-08-20T02:57:02.490Z Downloaded zerovec-derive v0.11.2
7242026-08-20T02:57:02.494Z Downloaded illumos-nvpair-sys v0.2.0
7252026-08-20T02:57:02.500Z Downloaded corncobs v0.1.4
7262026-08-20T02:57:02.504Z Downloaded tokio-tungstenite v0.23.1
7272026-08-20T02:57:02.504Z Downloaded ctr v0.10.1
7282026-08-20T02:57:02.504Z Downloaded deranged v0.5.8
7292026-08-20T02:57:02.504Z Downloaded futures-channel v0.3.32
7302026-08-20T02:57:02.508Z Downloaded num-iter v0.1.45
7312026-08-20T02:57:02.508Z Downloaded instability v0.3.11
7322026-08-20T02:57:02.511Z Downloaded tracing-attributes v0.1.31
7332026-08-20T02:57:02.515Z Downloaded compact_str v0.8.1
7342026-08-20T02:57:02.519Z Downloaded half v1.8.3
7352026-08-20T02:57:02.520Z Downloaded chumsky v0.9.3
7362026-08-20T02:57:02.523Z Downloaded quinn-udp v0.5.14
7372026-08-20T02:57:02.523Z Downloaded rustls-pemfile v2.2.0
7382026-08-20T02:57:02.523Z Downloaded bytes v1.11.1
7392026-08-20T02:57:02.527Z Downloaded libscf-sys v1.2.0
7402026-08-20T02:57:02.527Z Downloaded is_ci v1.2.0
7412026-08-20T02:57:02.530Z Downloaded olpc-cjson v0.1.4
7422026-08-20T02:57:02.535Z Downloaded getrandom v0.2.17
7432026-08-20T02:57:02.539Z Downloaded ar_archive_writer v0.5.1
7442026-08-20T02:57:02.539Z Downloaded potential_utf v0.1.4
7452026-08-20T02:57:02.542Z Downloaded predicates-core v1.0.10
7462026-08-20T02:57:02.542Z Downloaded fatfs v0.3.6
7472026-08-20T02:57:02.542Z Downloaded chacha20poly1305 v0.10.1
7482026-08-20T02:57:02.545Z Downloaded mime v0.3.17
7492026-08-20T02:57:02.549Z Downloaded num_enum_derive v0.7.6
7502026-08-20T02:57:02.553Z Downloaded new_debug_unreachable v1.0.6
7512026-08-20T02:57:02.556Z Downloaded secrecy v0.10.3
7522026-08-20T02:57:02.556Z Downloaded serde_cbor v0.11.2
7532026-08-20T02:57:02.562Z Downloaded oso v0.27.3
7542026-08-20T02:57:02.565Z Downloaded snafu-derive v0.8.9
7552026-08-20T02:57:02.565Z Downloaded thread_local v1.1.9
7562026-08-20T02:57:02.570Z Downloaded ipnet v2.12.0
7572026-08-20T02:57:02.570Z Downloaded libefi-sys v0.1.0
7582026-08-20T02:57:02.570Z Downloaded prefix-trie v0.7.0
7592026-08-20T02:57:02.573Z Downloaded darling v0.20.11
7602026-08-20T02:57:02.576Z Downloaded der_derive v0.7.3
7612026-08-20T02:57:02.576Z Downloaded diesel-dtrace v0.5.0
7622026-08-20T02:57:02.579Z Downloaded linear-map v1.2.0
7632026-08-20T02:57:02.579Z Downloaded rfc6979 v0.6.0
7642026-08-20T02:57:02.586Z Downloaded scroll_derive v0.13.1
7652026-08-20T02:57:02.586Z Downloaded slog-envlogger v2.2.0
7662026-08-20T02:57:02.589Z Downloaded secrecy v0.8.0
7672026-08-20T02:57:02.589Z Downloaded slog-bunyan v2.5.0
7682026-08-20T02:57:02.589Z Downloaded strum v0.26.3
7692026-08-20T02:57:02.590Z Downloaded tap v1.0.1
7702026-08-20T02:57:02.590Z Downloaded base64 v0.21.7
7712026-08-20T02:57:02.590Z Downloaded term v1.2.1
7722026-08-20T02:57:02.590Z Downloaded flume v0.11.1
7732026-08-20T02:57:02.597Z Downloaded generic-array v1.4.3
7742026-08-20T02:57:02.598Z Downloaded hybrid-array v0.4.13
7752026-08-20T02:57:02.598Z Downloaded oxnet v0.1.6
7762026-08-20T02:57:02.601Z Downloaded pem v3.0.6
7772026-08-20T02:57:02.608Z Downloaded base64 v0.22.1
7782026-08-20T02:57:02.608Z Downloaded progenitor-impl v0.14.0
7792026-08-20T02:57:02.612Z Downloaded headers v0.4.1
7802026-08-20T02:57:02.612Z Downloaded oxide-update-engine-display v0.1.2
7812026-08-20T02:57:02.612Z Downloaded tokio-test v0.4.5
7822026-08-20T02:57:02.612Z Downloaded unicode-bidi v0.3.18
7832026-08-20T02:57:02.620Z Downloaded oxide-tokio-rt v0.1.4
7842026-08-20T02:57:02.621Z Downloaded thread-id v5.1.0
7852026-08-20T02:57:02.621Z Downloaded usdt v0.6.0
7862026-08-20T02:57:02.621Z Downloaded flate2 v1.1.9
7872026-08-20T02:57:02.629Z Downloaded heapless v0.7.17
7882026-08-20T02:57:02.629Z Downloaded unit-prefix v0.5.2
7892026-08-20T02:57:02.629Z Downloaded iana-time-zone v0.1.65
7902026-08-20T02:57:02.629Z Downloaded primeorder v0.13.6
7912026-08-20T02:57:02.629Z Downloaded progenitor-extras v0.2.0
7922026-08-20T02:57:02.630Z Downloaded half v2.7.1
7932026-08-20T02:57:02.633Z Downloaded heapless v0.8.0
7942026-08-20T02:57:02.633Z Downloaded signature v2.2.0
7952026-08-20T02:57:02.633Z Downloaded radium v0.7.0
7962026-08-20T02:57:02.633Z Downloaded wnaf v0.14.0
7972026-08-20T02:57:02.633Z Downloaded tower-layer v0.3.3
7982026-08-20T02:57:02.633Z Downloaded vergen-lib v0.1.6
7992026-08-20T02:57:02.639Z Downloaded crc-any v2.5.0
8002026-08-20T02:57:02.642Z Downloaded serde_with_macros v1.5.2
8012026-08-20T02:57:02.642Z Downloaded rustc-demangle v0.1.27
8022026-08-20T02:57:02.645Z Downloaded sec1 v0.7.3
8032026-08-20T02:57:02.645Z Downloaded pretty_assertions v1.4.1
8042026-08-20T02:57:02.648Z Downloaded rand v0.8.6
8052026-08-20T02:57:02.648Z Downloaded cstr-argument v0.1.2
8062026-08-20T02:57:02.648Z Downloaded zopfli v0.8.3
8072026-08-20T02:57:02.653Z Downloaded darling v0.23.0
8082026-08-20T02:57:02.657Z Downloaded getrandom v0.4.3
8092026-08-20T02:57:02.660Z Downloaded p256 v0.14.0
8102026-08-20T02:57:02.660Z Downloaded owo-colors v4.3.0
8112026-08-20T02:57:02.665Z Downloaded crucible-workspace-hack v0.1.0
8122026-08-20T02:57:02.665Z Downloaded darling v0.21.3
8132026-08-20T02:57:02.668Z Downloaded socket2 v0.6.3
8142026-08-20T02:57:02.668Z Downloaded dunce v1.0.5
8152026-08-20T02:57:02.668Z Downloaded tinyvec_macros v0.1.1
8162026-08-20T02:57:02.669Z Downloaded ecdsa v0.17.0
8172026-08-20T02:57:02.669Z Downloaded bumpalo v3.20.2
8182026-08-20T02:57:02.673Z Downloaded cc v1.2.56
8192026-08-20T02:57:02.673Z Downloaded darling_macro v0.13.4
8202026-08-20T02:57:02.676Z Downloaded strip-ansi-escapes v0.2.1
8212026-08-20T02:57:02.676Z Downloaded async-compression v0.4.41
8222026-08-20T02:57:02.680Z Downloaded derive_builder_macro v0.20.2
8232026-08-20T02:57:02.680Z Downloaded instant v0.1.13
8242026-08-20T02:57:02.680Z Downloaded pkcs1 v0.7.5
8252026-08-20T02:57:02.680Z Downloaded sync-ptr v0.1.4
8262026-08-20T02:57:02.680Z Downloaded socket2 v0.5.10
8272026-08-20T02:57:02.683Z Downloaded tokio-stream v0.1.18
8282026-08-20T02:57:02.683Z Downloaded tinystr v0.8.2
8292026-08-20T02:57:02.686Z Downloaded vergen-git2 v9.1.0
8302026-08-20T02:57:02.686Z Downloaded rand_seeder v0.4.0
8312026-08-20T02:57:02.686Z Downloaded vsss-rs v3.3.4
8322026-08-20T02:57:02.689Z Downloaded inout v0.2.2
8332026-08-20T02:57:02.693Z Downloaded primeorder v0.14.0
8342026-08-20T02:57:02.696Z Downloaded const_format_proc_macros v0.2.34
8352026-08-20T02:57:02.696Z Downloaded crypto-common v0.2.2
8362026-08-20T02:57:02.699Z Downloaded jiff-static v0.2.34
8372026-08-20T02:57:02.699Z Downloaded zstd v0.13.3
8382026-08-20T02:57:02.699Z Downloaded spki v0.8.0
8392026-08-20T02:57:02.702Z Downloaded lru-cache v0.1.2
8402026-08-20T02:57:02.703Z Downloaded lru v0.12.5
8412026-08-20T02:57:02.706Z Downloaded openssl-probe v0.1.6
8422026-08-20T02:57:02.706Z Downloaded memoffset v0.9.1
8432026-08-20T02:57:02.706Z Downloaded packed_struct_codegen v0.10.1
8442026-08-20T02:57:02.709Z Downloaded indent_write v2.2.0
8452026-08-20T02:57:02.712Z Downloaded parse-display v0.10.0
8462026-08-20T02:57:02.718Z Downloaded ssh-encoding v0.3.0
8472026-08-20T02:57:02.722Z Downloaded support-bundle-viewer v0.1.2
8482026-08-20T02:57:02.725Z Downloaded tower-service v0.3.3
8492026-08-20T02:57:02.725Z Downloaded linked-hash-map v0.5.6
8502026-08-20T02:57:02.728Z Downloaded memmap2 v0.9.10
8512026-08-20T02:57:02.728Z Downloaded phf_shared v0.13.1
8522026-08-20T02:57:02.728Z Downloaded port-file v0.1.0
8532026-08-20T02:57:02.731Z Downloaded unsafe-libyaml v0.2.11
8542026-08-20T02:57:02.731Z Downloaded vte v0.14.1
8552026-08-20T02:57:02.735Z Downloaded pkcs1 v0.8.0-rc.4
8562026-08-20T02:57:02.735Z Downloaded defmt-macros v1.0.1
8572026-08-20T02:57:02.735Z Downloaded digest v0.11.3
8582026-08-20T02:57:02.738Z Downloaded ed25519 v3.0.0
8592026-08-20T02:57:02.738Z Downloaded lazy_static v1.5.0
8602026-08-20T02:57:02.741Z Downloaded num v0.4.3
8612026-08-20T02:57:02.741Z Downloaded num-conv v0.2.0
8622026-08-20T02:57:02.741Z Downloaded predicates-tree v1.0.13
8632026-08-20T02:57:02.744Z Downloaded progenitor-client v0.14.0
8642026-08-20T02:57:02.744Z Downloaded ml-kem v0.3.2
8652026-08-20T02:57:02.747Z Downloaded rand_chacha v0.3.1
8662026-08-20T02:57:02.747Z Downloaded serde-big-array v0.5.1
8672026-08-20T02:57:02.747Z Downloaded oxide-update-engine-types v0.1.2
8682026-08-20T02:57:02.753Z Downloaded darling_core v0.13.4
8692026-08-20T02:57:02.756Z Downloaded jobserver v0.1.34
8702026-08-20T02:57:02.761Z Downloaded yoke v0.8.1
8712026-08-20T02:57:02.761Z Downloaded sha1 v0.10.6
8722026-08-20T02:57:02.764Z Downloaded signal-hook-mio v0.2.5
8732026-08-20T02:57:02.764Z Downloaded whoami v1.6.1
8742026-08-20T02:57:02.764Z Downloaded data-encoding v2.10.0
8752026-08-20T02:57:02.768Z Downloaded crossbeam-deque v0.8.6
8762026-08-20T02:57:02.768Z Downloaded xshell v0.2.7
8772026-08-20T02:57:02.772Z Downloaded indicatif v0.18.4
8782026-08-20T02:57:02.775Z Downloaded zerocopy v0.6.6
8792026-08-20T02:57:02.775Z Downloaded libloading v0.8.9
8802026-08-20T02:57:02.775Z Downloaded crc32fast v1.5.0
8812026-08-20T02:57:02.775Z Downloaded miette-derive v7.6.0
8822026-08-20T02:57:02.778Z Downloaded supports-color v3.0.2
8832026-08-20T02:57:02.781Z Downloaded derive-ex v0.1.8
8842026-08-20T02:57:02.784Z Downloaded untrusted v0.9.0
8852026-08-20T02:57:02.784Z Downloaded hickory-server v0.25.2
8862026-08-20T02:57:02.787Z Downloaded http v1.4.2
8872026-08-20T02:57:02.792Z Downloaded cookie_store v0.22.1
8882026-08-20T02:57:02.798Z Downloaded humantime v2.3.0
8892026-08-20T02:57:02.802Z Downloaded hickory-resolver v0.24.4
8902026-08-20T02:57:02.807Z Downloaded hashbrown v0.13.2
8912026-08-20T02:57:02.812Z Downloaded hickory-resolver v0.25.2
8922026-08-20T02:57:02.812Z Downloaded pem-rfc7468 v1.0.0
8932026-08-20T02:57:02.815Z Downloaded postgres-protocol v0.6.10
8942026-08-20T02:57:02.815Z Downloaded cpubits v0.1.1
8952026-08-20T02:57:02.815Z Downloaded sponge-cursor v0.1.0
8962026-08-20T02:57:02.815Z Downloaded tagptr v0.2.0
8972026-08-20T02:57:02.815Z Downloaded take_mut v0.2.2
8982026-08-20T02:57:02.818Z Downloaded trait-variant v0.1.2
8992026-08-20T02:57:02.818Z Downloaded crossbeam-epoch v0.9.18
9002026-08-20T02:57:02.821Z Downloaded impl-trait-for-tuples v0.2.3
9012026-08-20T02:57:02.826Z Downloaded percent-encoding v2.3.2
9022026-08-20T02:57:02.827Z Downloaded rand_core v0.9.5
9032026-08-20T02:57:02.830Z Downloaded debug-ignore v1.0.5
9042026-08-20T02:57:02.830Z Downloaded dyn-clone v1.0.20
9052026-08-20T02:57:02.830Z Downloaded rand_core v0.6.4
9062026-08-20T02:57:02.835Z Downloaded typed-path v0.9.3
9072026-08-20T02:57:02.838Z Downloaded pbkdf2 v0.13.0
9082026-08-20T02:57:02.842Z Downloaded dirs-next v2.0.0
9092026-08-20T02:57:02.845Z Downloaded display-error-chain v0.2.2
9102026-08-20T02:57:02.845Z Downloaded is-terminal v0.4.17
9112026-08-20T02:57:02.848Z Downloaded managed v0.8.0
9122026-08-20T02:57:02.848Z Downloaded maplit v1.0.2
9132026-08-20T02:57:02.848Z Downloaded match_cfg v0.1.0
9142026-08-20T02:57:02.849Z Downloaded knus v3.4.0
9152026-08-20T02:57:02.852Z Downloaded serde_path_to_error v0.1.20
9162026-08-20T02:57:02.852Z Downloaded signal-hook-registry v1.4.8
9172026-08-20T02:57:02.852Z Downloaded strum_macros v0.24.3
9182026-08-20T02:57:02.852Z Downloaded icu_collections v2.1.1
9192026-08-20T02:57:02.856Z Downloaded same-file v1.0.6
9202026-08-20T02:57:02.860Z Downloaded scroll v0.13.0
9212026-08-20T02:57:02.860Z Downloaded mime_guess v2.0.5
9222026-08-20T02:57:02.860Z Downloaded smf v0.2.3
9232026-08-20T02:57:02.860Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9242026-08-20T02:57:02.860Z Downloaded unicode-truncate v1.1.0
9252026-08-20T02:57:02.864Z Downloaded uzers v0.12.2
9262026-08-20T02:57:02.869Z Downloaded slog-json v2.6.1
9272026-08-20T02:57:02.869Z Downloaded unicode-properties v0.1.4
9282026-08-20T02:57:02.869Z Downloaded num_enum_derive v0.5.11
9292026-08-20T02:57:02.870Z Downloaded zerocopy-derive v0.8.55
9302026-08-20T02:57:02.877Z Downloaded zeroize v1.9.0
9312026-08-20T02:57:02.882Z Downloaded serde_with_macros v3.21.0
9322026-08-20T02:57:02.885Z Downloaded keccak v0.1.6
9332026-08-20T02:57:02.885Z Downloaded newtype_derive v0.1.6
9342026-08-20T02:57:02.885Z Downloaded opaque-debug v0.3.1
9352026-08-20T02:57:02.888Z Downloaded oso-derive v0.27.3
9362026-08-20T02:57:02.891Z Downloaded phf_shared v0.12.1
9372026-08-20T02:57:02.891Z Downloaded hashbrown v0.12.3
9382026-08-20T02:57:02.896Z Downloaded displaydoc v0.2.5
9392026-08-20T02:57:02.896Z Downloaded proc-macro-crate v1.3.1
9402026-08-20T02:57:02.896Z Downloaded rtoolbox v0.0.3
9412026-08-20T02:57:02.901Z Downloaded num-bigint-dig v0.8.6
9422026-08-20T02:57:02.907Z Downloaded spki v0.7.3
9432026-08-20T02:57:02.907Z Downloaded tinyvec v1.10.0
9442026-08-20T02:57:02.910Z Downloaded num-complex v0.4.6
9452026-08-20T02:57:02.911Z Downloaded critical-section v1.2.0
9462026-08-20T02:57:02.911Z Downloaded vergen-lib v9.1.0
9472026-08-20T02:57:02.916Z Downloaded serde_repr v0.1.20
9482026-08-20T02:57:02.920Z Downloaded signature v3.0.0
9492026-08-20T02:57:02.920Z Downloaded seq-macro v0.3.6
9502026-08-20T02:57:02.920Z Downloaded progenitor-macro v0.14.0
9512026-08-20T02:57:02.923Z Downloaded tar v0.4.46
9522026-08-20T02:57:02.923Z Downloaded daft v0.1.7
9532026-08-20T02:57:02.926Z Downloaded uuid v1.23.4
9542026-08-20T02:57:02.928Z Downloaded toml_edit v0.23.10+spec-1.0.0
9552026-08-20T02:57:02.937Z Downloaded either v1.15.0
9562026-08-20T02:57:02.940Z Downloaded num-bigint v0.4.6
9572026-08-20T02:57:02.940Z Downloaded derive_more v2.1.1
9582026-08-20T02:57:02.945Z Downloaded termtree v0.5.1
9592026-08-20T02:57:02.948Z Downloaded twox-hash v2.1.2
9602026-08-20T02:57:02.951Z Downloaded structmeta v0.3.0
9612026-08-20T02:57:02.951Z Downloaded rsa v0.9.10
9622026-08-20T02:57:02.954Z Downloaded structmeta-derive v0.3.0
9632026-08-20T02:57:02.954Z Downloaded parking_lot_core v0.8.6
9642026-08-20T02:57:02.954Z Downloaded usdt-attr-macro v0.6.0
9652026-08-20T02:57:02.954Z Downloaded rustls-webpki v0.103.13
9662026-08-20T02:57:02.961Z Downloaded schemars v0.9.0
9672026-08-20T02:57:02.968Z Downloaded similar v2.7.0
9682026-08-20T02:57:02.971Z Downloaded hyper-staticfile v0.10.1
9692026-08-20T02:57:02.973Z Downloaded pin-project v1.1.11
9702026-08-20T02:57:02.978Z Downloaded hashbrown v0.15.5
9712026-08-20T02:57:02.981Z Downloaded p521 v0.14.0
9722026-08-20T02:57:02.984Z Downloaded primefield v0.14.0
9732026-08-20T02:57:02.984Z Downloaded darling_macro v0.23.0
9742026-08-20T02:57:02.987Z Downloaded defmt v0.3.100
9752026-08-20T02:57:02.987Z Downloaded darling_macro v0.21.3
9762026-08-20T02:57:02.987Z Downloaded ingot v0.2.1
9772026-08-20T02:57:02.987Z Downloaded pkg-config v0.3.32
9782026-08-20T02:57:02.988Z Downloaded keccak v0.2.0
9792026-08-20T02:57:02.991Z Downloaded native-tls v0.2.18
9802026-08-20T02:57:02.991Z Downloaded csv-core v0.1.13
9812026-08-20T02:57:02.994Z Downloaded dropshot-api-manager-types v0.8.0
9822026-08-20T02:57:02.997Z Downloaded maybe-uninit v2.0.0
9832026-08-20T02:57:02.997Z Downloaded nonempty v0.12.0
9842026-08-20T02:57:03.002Z Downloaded cpufeatures v0.3.0
9852026-08-20T02:57:03.005Z Downloaded rpassword v7.5.4
9862026-08-20T02:57:03.009Z Downloaded string_cache v0.8.9
9872026-08-20T02:57:03.015Z Downloaded icu_locale_core v2.1.1
9882026-08-20T02:57:03.018Z Downloaded r2d2 v0.8.10
9892026-08-20T02:57:03.018Z Downloaded rand_xorshift v0.4.0
9902026-08-20T02:57:03.022Z Downloaded derive_builder_core v0.20.2
9912026-08-20T02:57:03.022Z Downloaded illumos-nvpair v0.3.0
9922026-08-20T02:57:03.022Z Downloaded smallvec v0.6.14
9932026-08-20T02:57:03.025Z Downloaded hyper-util v0.1.20
9942026-08-20T02:57:03.027Z Downloaded toml v1.1.2+spec-1.1.0
9952026-08-20T02:57:03.031Z Downloaded rsa v0.10.0-rc.18
9962026-08-20T02:57:03.034Z Downloaded tls_codec_derive v0.4.2
9972026-08-20T02:57:03.034Z Downloaded ref-cast-impl v1.0.25
9982026-08-20T02:57:03.034Z Downloaded rfc6979 v0.4.0
9992026-08-20T02:57:03.034Z Downloaded subtle v2.6.1
10002026-08-20T02:57:03.037Z Downloaded zip v0.6.6
10012026-08-20T02:57:03.037Z Downloaded parking_lot v0.11.2
10022026-08-20T02:57:03.040Z Downloaded reqwest v0.13.2
10032026-08-20T02:57:03.044Z Downloaded tower-http v0.6.8
10042026-08-20T02:57:03.048Z Downloaded ed25519-dalek v3.0.0
10052026-08-20T02:57:03.051Z Downloaded prettyplease v0.2.37
10062026-08-20T02:57:03.051Z Downloaded parking_lot_core v0.9.12
10072026-08-20T02:57:03.055Z Downloaded stacker v0.1.23
10082026-08-20T02:57:03.055Z Downloaded tokio-tungstenite v0.21.0
10092026-08-20T02:57:03.060Z Downloaded aes-gcm v0.11.0
10102026-08-20T02:57:03.063Z Downloaded rustc_version v0.1.7
10112026-08-20T02:57:03.071Z Downloaded usdt-impl v0.6.0
10122026-08-20T02:57:03.075Z Downloaded usdt-macro v0.6.0
10132026-08-20T02:57:03.075Z Downloaded zerofrom v0.1.6
10142026-08-20T02:57:03.080Z Downloaded salsa20 v0.11.0
10152026-08-20T02:57:03.083Z Downloaded sha2 v0.11.0
10162026-08-20T02:57:03.089Z Downloaded siphasher v1.0.2
10172026-08-20T02:57:03.092Z Downloaded darling_macro v0.20.11
10182026-08-20T02:57:03.095Z Downloaded internet-checksum v0.2.1
10192026-08-20T02:57:03.095Z Downloaded time-core v0.1.8
10202026-08-20T02:57:03.096Z Downloaded inout v0.1.4
10212026-08-20T02:57:03.102Z Downloaded icu_normalizer v2.1.1
10222026-08-20T02:57:03.105Z Downloaded rand_core v0.10.0
10232026-08-20T02:57:03.105Z Downloaded term v0.7.0
10242026-08-20T02:57:03.143Z Downloaded walkdir v2.5.0
10252026-08-20T02:57:03.144Z Downloaded lalrpop-util v0.19.12
10262026-08-20T02:57:03.159Z Downloaded md5 v0.8.0
10272026-08-20T02:57:03.159Z Downloaded num_threads v0.1.7
10282026-08-20T02:57:03.159Z Downloaded universal-hash v0.5.1
10292026-08-20T02:57:03.159Z Downloaded peg-runtime v0.8.5
10302026-08-20T02:57:03.159Z Downloaded proc-macro-crate v3.4.0
10312026-08-20T02:57:03.159Z Downloaded zone v0.3.1
10322026-08-20T02:57:03.159Z Downloaded minimal-lexical v0.2.1
10332026-08-20T02:57:03.159Z Downloaded serde_derive_internals v0.29.1
10342026-08-20T02:57:03.159Z Downloaded sqlformat v0.3.5
10352026-08-20T02:57:03.159Z Downloaded ingot-types v0.2.0
10362026-08-20T02:57:03.159Z Downloaded module-lattice v0.2.3
10372026-08-20T02:57:03.159Z Downloaded crossbeam-utils v0.8.21
10382026-08-20T02:57:03.160Z Downloaded ctutils v0.4.2
10392026-08-20T02:57:03.160Z Downloaded serde_urlencoded v0.7.1
10402026-08-20T02:57:03.160Z Downloaded const_format v0.2.35
10412026-08-20T02:57:03.160Z Downloaded aho-corasick v1.1.4
10422026-08-20T02:57:03.164Z Downloaded polyval v0.7.1
10432026-08-20T02:57:03.165Z Downloaded serde_yaml v0.9.34+deprecated
10442026-08-20T02:57:03.165Z Downloaded testing_table v0.3.0
10452026-08-20T02:57:03.165Z Downloaded topological-sort v0.2.2
10462026-08-20T02:57:03.165Z Downloaded untrusted v0.7.1
10472026-08-20T02:57:03.165Z Downloaded void v1.0.2
10482026-08-20T02:57:03.165Z Downloaded peg v0.8.5
10492026-08-20T02:57:03.165Z Downloaded spin v0.9.8
10502026-08-20T02:57:03.165Z Downloaded darling v0.13.4
10512026-08-20T02:57:03.165Z Downloaded predicates v3.1.4
10522026-08-20T02:57:03.168Z Downloaded progenitor v0.14.0
10532026-08-20T02:57:03.168Z Downloaded ryu v1.0.23
10542026-08-20T02:57:03.168Z Downloaded progenitor-macro v0.13.0
10552026-08-20T02:57:03.168Z Downloaded stable_deref_trait v1.2.1
10562026-08-20T02:57:03.172Z Downloaded icu_provider v2.1.1
10572026-08-20T02:57:03.177Z Downloaded scrypt v0.12.0
10582026-08-20T02:57:03.180Z Downloaded hashbrown v0.14.5
10592026-08-20T02:57:03.183Z Downloaded peg-macros v0.8.5
10602026-08-20T02:57:03.183Z Downloaded diesel_table_macro_syntax v0.3.0
10612026-08-20T02:57:03.189Z Downloaded miette v7.6.0
10622026-08-20T02:57:03.197Z Downloaded slab v0.4.12
10632026-08-20T02:57:03.201Z Downloaded zerofrom-derive v0.1.6
10642026-08-20T02:57:03.204Z Downloaded mio v1.2.0
10652026-08-20T02:57:03.210Z Downloaded num-derive v0.4.2
10662026-08-20T02:57:03.214Z Downloaded writeable v0.6.2
10672026-08-20T02:57:03.214Z Downloaded diff v0.1.13
10682026-08-20T02:57:03.214Z Downloaded goblin v0.10.5
10692026-08-20T02:57:03.218Z Downloaded quick-error v1.2.3
10702026-08-20T02:57:03.221Z Downloaded tokio-rustls v0.26.4
10712026-08-20T02:57:03.221Z Downloaded simd-adler32 v0.3.8
10722026-08-20T02:57:03.221Z Downloaded slog-scope v4.4.1
10732026-08-20T02:57:03.221Z Downloaded signal-hook v0.3.18
10742026-08-20T02:57:03.224Z Downloaded dropshot_endpoint v0.17.1
10752026-08-20T02:57:03.227Z Downloaded libbz2-rs-sys v0.2.2
10762026-08-20T02:57:03.232Z Downloaded password-hash v0.5.0
10772026-08-20T02:57:03.232Z Downloaded cookie v0.18.1
10782026-08-20T02:57:03.232Z Downloaded tiny-keccak v2.0.2
10792026-08-20T02:57:03.235Z Downloaded xattr v1.6.1
10802026-08-20T02:57:03.238Z Downloaded tower v0.5.3
10812026-08-20T02:57:03.243Z Downloaded publicsuffix v2.3.0
10822026-08-20T02:57:03.247Z Downloaded nanorand v0.7.0
10832026-08-20T02:57:03.248Z Downloaded newtype-uuid v1.3.2
10842026-08-20T02:57:03.255Z Downloaded convert_case v0.10.0
10852026-08-20T02:57:03.258Z Downloaded toml v0.7.8
10862026-08-20T02:57:03.268Z Downloaded crc8 v0.1.1
10872026-08-20T02:57:03.271Z Downloaded downcast-rs v2.0.2
10882026-08-20T02:57:03.274Z Downloaded indoc v2.0.7
10892026-08-20T02:57:03.274Z Downloaded typify v0.6.2
10902026-08-20T02:57:03.278Z Downloaded itertools v0.14.0
10912026-08-20T02:57:03.280Z Downloaded itertools v0.15.0
10922026-08-20T02:57:03.284Z Downloaded futures-util v0.3.32
10932026-08-20T02:57:03.292Z Downloaded test-strategy v0.4.5
10942026-08-20T02:57:03.295Z Downloaded hashbrown v0.16.1
10952026-08-20T02:57:03.300Z Downloaded ref-cast v1.0.25
10962026-08-20T02:57:03.300Z Downloaded want v0.3.1
10972026-08-20T02:57:03.303Z Downloaded nu-ansi-term v0.50.3
10982026-08-20T02:57:03.303Z Downloaded phf v0.12.1
10992026-08-20T02:57:03.303Z Downloaded hkdf v0.13.0
11002026-08-20T02:57:03.303Z Downloaded h2 v0.4.15
11012026-08-20T02:57:03.306Z Downloaded icu_normalizer_data v2.1.1
11022026-08-20T02:57:03.311Z Downloaded russh-util v0.52.0
11032026-08-20T02:57:03.314Z Downloaded powerfmt v0.2.0
11042026-08-20T02:57:03.314Z Downloaded supports-unicode v3.0.0
11052026-08-20T02:57:03.320Z Downloaded tokio-postgres v0.7.16
11062026-08-20T02:57:03.326Z Downloaded progenitor v0.13.0
11072026-08-20T02:57:03.326Z Downloaded ecdsa v0.16.9
11082026-08-20T02:57:03.332Z Downloaded rustyline v14.0.0
11092026-08-20T02:57:03.332Z Downloaded der v0.7.10
11102026-08-20T02:57:03.337Z Downloaded rcgen v0.12.1
11112026-08-20T02:57:03.337Z Downloaded serde_with v1.14.0
11122026-08-20T02:57:03.341Z Downloaded des v0.9.0
11132026-08-20T02:57:03.341Z Downloaded drift v0.2.0
11142026-08-20T02:57:03.344Z Downloaded unicode-xid v0.2.6
11152026-08-20T02:57:03.347Z Downloaded ident_case v1.0.1
11162026-08-20T02:57:03.347Z Downloaded md-5 v0.10.6
11172026-08-20T02:57:03.350Z Downloaded rustc-hash v2.1.1
11182026-08-20T02:57:03.353Z Downloaded litemap v0.8.1
11192026-08-20T02:57:03.356Z Downloaded multer v3.1.0
11202026-08-20T02:57:03.356Z Downloaded pkcs5 v0.8.1
11212026-08-20T02:57:03.361Z Downloaded poly1305 v0.9.0
11222026-08-20T02:57:03.361Z Downloaded waitgroup v0.1.2
11232026-08-20T02:57:03.367Z Downloaded slog-async v2.8.0
11242026-08-20T02:57:03.371Z Downloaded unicode-segmentation v1.12.0
11252026-08-20T02:57:03.374Z Downloaded dsl_auto_type v0.2.0
11262026-08-20T02:57:03.374Z Downloaded multimap v0.10.1
11272026-08-20T02:57:03.374Z Downloaded lock_api v0.4.14
11282026-08-20T02:57:03.377Z Downloaded libsw-core v0.3.2
11292026-08-20T02:57:03.380Z Downloaded parse-size v1.1.0
11302026-08-20T02:57:03.380Z Downloaded rustls-pki-types v1.14.0
11312026-08-20T02:57:03.380Z Downloaded rustls-native-certs v0.8.3
11322026-08-20T02:57:03.384Z Downloaded thiserror-no-std v2.0.2
11332026-08-20T02:57:03.387Z Downloaded rawzip v0.4.4
11342026-08-20T02:57:03.391Z Downloaded reedline v0.40.0
11352026-08-20T02:57:03.394Z Downloaded hkdf v0.12.4
11362026-08-20T02:57:03.397Z Downloaded dropshot-api-manager v0.8.0
11372026-08-20T02:57:03.400Z Downloaded digest-io v0.1.0
11382026-08-20T02:57:03.403Z Downloaded universal-hash v0.6.1
11392026-08-20T02:57:03.406Z Downloaded daft-derive v0.1.7
11402026-08-20T02:57:03.406Z Downloaded toml_parser v1.1.2+spec-1.1.0
11412026-08-20T02:57:03.409Z Downloaded vergen v9.1.0
11422026-08-20T02:57:03.412Z Downloaded diesel_derives v2.3.7
11432026-08-20T02:57:03.415Z Downloaded ignore v0.4.25
11442026-08-20T02:57:03.420Z Downloaded itertools v0.12.1
11452026-08-20T02:57:03.425Z Downloaded pem-rfc7468 v0.7.0
11462026-08-20T02:57:03.425Z Downloaded knus-derive v3.4.0
11472026-08-20T02:57:03.425Z Downloaded phf v0.13.1
11482026-08-20T02:57:03.425Z Downloaded tabwriter v1.4.1
11492026-08-20T02:57:03.425Z Downloaded idna_adapter v1.2.1
11502026-08-20T02:57:03.428Z Downloaded stringprep v0.1.5
11512026-08-20T02:57:03.428Z Downloaded derive_builder v0.20.2
11522026-08-20T02:57:03.431Z Downloaded p384 v0.14.0
11532026-08-20T02:57:03.434Z Downloaded constant_time_eq v0.4.2
11542026-08-20T02:57:03.434Z Downloaded derive-where v1.6.0
11552026-08-20T02:57:03.437Z Downloaded indexmap v1.9.3
11562026-08-20T02:57:03.437Z Downloaded openssl-sys v0.9.117
11572026-08-20T02:57:03.441Z Downloaded static_assertions v1.1.0
11582026-08-20T02:57:03.441Z Downloaded rayon v1.11.0
11592026-08-20T02:57:03.445Z Downloaded tokio-dtrace v0.1.1
11602026-08-20T02:57:03.448Z Downloaded thiserror-impl-no-std v2.0.2
11612026-08-20T02:57:03.448Z Downloaded tui-tree-widget v0.23.1
11622026-08-20T02:57:03.448Z Downloaded delegate v0.13.5
11632026-08-20T02:57:03.451Z Downloaded litrs v1.0.0
11642026-08-20T02:57:03.451Z Downloaded serde_bytes v0.11.19
11652026-08-20T02:57:03.455Z Downloaded serde_spanned v1.1.1
11662026-08-20T02:57:03.458Z Downloaded bindgen v0.71.1
11672026-08-20T02:57:03.461Z Downloaded bitvec v1.0.1
11682026-08-20T02:57:03.469Z Downloaded progenitor-impl v0.13.0
11692026-08-20T02:57:03.471Z Downloaded rustls-platform-verifier v0.6.2
11702026-08-20T02:57:03.474Z Downloaded subprocess v0.2.15
11712026-08-20T02:57:03.474Z Downloaded tracing-core v0.1.36
11722026-08-20T02:57:03.478Z Downloaded aws-lc-rs v1.16.3
11732026-08-20T02:57:03.481Z Downloaded schemars_derive v0.8.22
11742026-08-20T02:57:03.484Z Downloaded ed25519 v2.2.3
11752026-08-20T02:57:03.484Z Downloaded shlex v1.3.0
11762026-08-20T02:57:03.484Z Downloaded unicode_categories v0.1.1
11772026-08-20T02:57:03.488Z Downloaded nom v8.0.0
11782026-08-20T02:57:03.488Z Downloaded tungstenite v0.23.0
11792026-08-20T02:57:03.491Z Downloaded shell-words v1.1.1
11802026-08-20T02:57:03.491Z Downloaded sha1 v0.11.0
11812026-08-20T02:57:03.494Z Downloaded num-rational v0.4.2
11822026-08-20T02:57:03.494Z Downloaded pkcs8 v0.10.2
11832026-08-20T02:57:03.497Z Downloaded ppv-lite86 v0.2.21
11842026-08-20T02:57:03.502Z Downloaded ssh-key v0.7.0-rc.11
11852026-08-20T02:57:03.507Z Downloaded libsw v3.5.0
11862026-08-20T02:57:03.510Z Downloaded ingot-macros v0.2.0
11872026-08-20T02:57:03.510Z Downloaded hyper-rustls v0.27.7
11882026-08-20T02:57:03.510Z Downloaded phc v0.6.1
11892026-08-20T02:57:03.513Z Downloaded crc v3.4.0
11902026-08-20T02:57:03.513Z Downloaded sync_wrapper v1.0.2
11912026-08-20T02:57:03.513Z Downloaded openssl-probe v0.2.1
11922026-08-20T02:57:03.518Z Downloaded num-traits v0.2.19
11932026-08-20T02:57:03.521Z Downloaded elliptic-curve v0.13.8
11942026-08-20T02:57:03.529Z Downloaded zstd-safe v7.2.4
11952026-08-20T02:57:03.533Z Downloaded icu_properties v2.1.2
11962026-08-20T02:57:03.533Z Downloaded schemars v0.8.22
11972026-08-20T02:57:03.536Z Downloaded kstat-rs v0.2.5
11982026-08-20T02:57:03.536Z Downloaded newtype-uuid-macros v0.1.0
11992026-08-20T02:57:03.541Z Downloaded postcard v1.1.3
12002026-08-20T02:57:03.541Z Downloaded tokio-native-tls v0.3.1
12012026-08-20T02:57:03.541Z Downloaded unicode-normalization v0.1.25
12022026-08-20T02:57:03.544Z Downloaded crossterm v0.29.0
12032026-08-20T02:57:03.547Z Downloaded itertools v0.10.5
12042026-08-20T02:57:03.550Z Downloaded nom v7.1.3
12052026-08-20T02:57:03.553Z Downloaded crypto-bigint v0.5.5
12062026-08-20T02:57:03.556Z Downloaded ipnetwork v0.21.1
12072026-08-20T02:57:03.556Z Downloaded yasna v0.5.2
12082026-08-20T02:57:03.560Z Downloaded defmt v1.0.1
12092026-08-20T02:57:03.560Z Downloaded proc-macro-error2 v2.0.1
12102026-08-20T02:57:03.563Z Downloaded petname v2.0.2
12112026-08-20T02:57:03.566Z Downloaded salty v0.3.0
12122026-08-20T02:57:03.569Z Downloaded tabled v0.21.0
12132026-08-20T02:57:03.581Z Downloaded chrono v0.4.45
12142026-08-20T02:57:03.584Z Downloaded regex v1.12.3
12152026-08-20T02:57:03.587Z Downloaded steno v0.4.1
12162026-08-20T02:57:03.590Z Downloaded serde-hex v0.1.0
12172026-08-20T02:57:03.590Z Downloaded pkcs8 v0.11.0
12182026-08-20T02:57:03.594Z Downloaded idna v1.1.0
12192026-08-20T02:57:03.597Z Downloaded smallvec v1.15.1
12202026-08-20T02:57:03.600Z Downloaded crypto-primes v0.7.2
12212026-08-20T02:57:03.604Z Downloaded strum_macros v0.26.4
12222026-08-20T02:57:03.607Z Downloaded ron v0.8.1
12232026-08-20T02:57:03.610Z Downloaded packed_struct v0.10.1
12242026-08-20T02:57:03.610Z Downloaded crossbeam-channel v0.5.15
12252026-08-20T02:57:03.613Z Downloaded p384 v0.13.1
12262026-08-20T02:57:03.616Z Downloaded darling_core v0.23.0
12272026-08-20T02:57:03.619Z Downloaded qorb v0.4.1
12282026-08-20T02:57:03.622Z Downloaded schemars v1.2.1
12292026-08-20T02:57:03.630Z Downloaded scuffle v0.1.0
12302026-08-20T02:57:03.633Z Downloaded samael v0.0.19
12312026-08-20T02:57:03.636Z Downloaded zerotrie v0.2.3
12322026-08-20T02:57:03.642Z Downloaded iri-string v0.7.10
12332026-08-20T02:57:03.647Z Downloaded internal-russh-num-bigint v0.5.0
12342026-08-20T02:57:03.647Z Downloaded libxml v0.3.3
12352026-08-20T02:57:03.654Z Downloaded quinn v0.11.11
12362026-08-20T02:57:03.654Z Downloaded x509-cert v0.2.5
12372026-08-20T02:57:03.660Z Downloaded vergen-gitcl v1.0.8
12382026-08-20T02:57:03.660Z Downloaded proptest v1.11.0
12392026-08-20T02:57:03.663Z Downloaded zerovec v0.11.5
12402026-08-20T02:57:03.663Z Downloaded ed25519-dalek v2.2.0
12412026-08-20T02:57:03.666Z Downloaded rand v0.10.1
12422026-08-20T02:57:03.669Z Downloaded papergrid v0.18.0
12432026-08-20T02:57:03.672Z Downloaded tough v0.22.0
12442026-08-20T02:57:03.675Z Downloaded tungstenite v0.21.0
12452026-08-20T02:57:03.678Z Downloaded serde_with v3.21.0
12462026-08-20T02:57:03.684Z Downloaded rayon-core v1.13.0
12472026-08-20T02:57:03.686Z Downloaded miniz_oxide v0.8.9
12482026-08-20T02:57:03.689Z Downloaded url v2.5.8
12492026-08-20T02:57:03.692Z Downloaded jiff-core v0.1.0
12502026-08-20T02:57:03.695Z Downloaded darling_core v0.21.3
12512026-08-20T02:57:03.698Z Downloaded portable-atomic v1.13.1
12522026-08-20T02:57:03.710Z Downloaded winnow v0.5.40
12532026-08-20T02:57:03.716Z Downloaded darling_core v0.20.11
12542026-08-20T02:57:03.722Z Downloaded quick-xml v0.37.5
12552026-08-20T02:57:03.726Z Downloaded snafu v0.8.9
12562026-08-20T02:57:03.732Z Downloaded radix_trie v0.2.1
12572026-08-20T02:57:03.735Z Downloaded slog v2.8.2
12582026-08-20T02:57:03.739Z Downloaded git2 v0.20.4
12592026-08-20T02:57:03.751Z Downloaded der v0.8.0
12602026-08-20T02:57:03.754Z Downloaded derive_more v0.99.20
12612026-08-20T02:57:03.757Z Downloaded rand v0.9.2
12622026-08-20T02:57:03.760Z Downloaded yansi v1.0.1
12632026-08-20T02:57:03.765Z Downloaded winnow v0.6.26
12642026-08-20T02:57:03.768Z Downloaded nix v0.27.1
12652026-08-20T02:57:03.771Z Downloaded time v0.3.47
12662026-08-20T02:57:03.795Z Downloaded quinn-proto v0.11.16
12672026-08-20T02:57:03.800Z Downloaded toml_edit v0.19.15
12682026-08-20T02:57:03.813Z Downloaded polar-core v0.27.3
12692026-08-20T02:57:03.818Z Downloaded tokio-util v0.7.18
12702026-08-20T02:57:03.822Z Downloaded zip v4.6.1
12712026-08-20T02:57:03.825Z Downloaded derive_more-impl v2.1.1
12722026-08-20T02:57:03.829Z Downloaded crossterm v0.28.1
12732026-08-20T02:57:03.837Z Downloaded bstr v1.12.1
12742026-08-20T02:57:03.848Z Downloaded iddqd v0.4.2
12752026-08-20T02:57:03.864Z Downloaded reqwest v0.12.28
12762026-08-20T02:57:03.868Z Downloaded hickory-proto v0.24.4
12772026-08-20T02:57:03.877Z Downloaded russh v0.62.4
12782026-08-20T02:57:03.890Z Downloaded vcpkg v0.2.15
12792026-08-20T02:57:03.912Z Downloaded gimli v0.32.3
12802026-08-20T02:57:03.917Z Downloaded zlib-rs v0.6.2
12812026-08-20T02:57:03.921Z Downloaded itertools v0.13.0
12822026-08-20T02:57:03.924Z Downloaded sha3 v0.12.0
12832026-08-20T02:57:03.927Z Downloaded zerocopy v0.8.55
12842026-08-20T02:57:03.936Z Downloaded libm v0.2.16
12852026-08-20T02:57:03.942Z Downloaded winnow v1.0.3
12862026-08-20T02:57:03.947Z Downloaded hyper v1.10.1
12872026-08-20T02:57:03.951Z Downloaded icu_properties_data v2.1.2
12882026-08-20T02:57:03.957Z Downloaded moka v0.12.13
12892026-08-20T02:57:03.962Z Downloaded lalrpop v0.19.12
12902026-08-20T02:57:03.968Z Downloaded openssl v0.10.80
12912026-08-20T02:57:03.975Z Downloaded smoltcp v0.11.0
12922026-08-20T02:57:03.994Z Downloaded curve25519-dalek v4.1.3
12932026-08-20T02:57:04.006Z Downloaded curve25519-dalek v5.0.0
12942026-08-20T02:57:04.025Z Downloaded object v0.30.4
12952026-08-20T02:57:04.031Z Downloaded nix v0.28.0
12962026-08-20T02:57:04.056Z Downloaded hickory-proto v0.25.2
12972026-08-20T02:57:04.067Z Downloaded regress v0.10.5
12982026-08-20T02:57:04.070Z Downloaded rustls v0.23.41
12992026-08-20T02:57:04.077Z Downloaded smoltcp v0.9.1
13002026-08-20T02:57:04.082Z Downloaded rustix v0.38.44
13012026-08-20T02:57:04.095Z Downloaded object v0.37.3
13022026-08-20T02:57:04.102Z Downloaded regress v0.11.1
13032026-08-20T02:57:04.106Z Downloaded sled v0.34.7
13042026-08-20T02:57:04.112Z Downloaded crypto-bigint v0.7.5
13052026-08-20T02:57:04.120Z Downloaded regex-syntax v0.6.29
13062026-08-20T02:57:04.123Z Downloaded diesel v2.3.7
13072026-08-20T02:57:04.135Z Downloaded dropshot v0.17.1
13082026-08-20T02:57:04.148Z Downloaded nix v0.31.2
13092026-08-20T02:57:04.153Z Downloaded sha3 v0.11.0
13102026-08-20T02:57:04.167Z Downloaded regex-syntax v0.8.10
13112026-08-20T02:57:04.173Z Downloaded openapiv3 v2.2.0
13122026-08-20T02:57:04.180Z Downloaded sqlparser v0.61.0
13132026-08-20T02:57:04.186Z Downloaded tracing v0.1.44
13142026-08-20T02:57:04.206Z Downloaded zerocopy-derive v0.6.6
13152026-08-20T02:57:04.214Z Downloaded typify-impl v0.6.2
13162026-08-20T02:57:04.217Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-20T02:57:04.225Z Downloaded regex-automata v0.4.14
13182026-08-20T02:57:04.233Z Downloaded ratatui v0.29.0
13192026-08-20T02:57:04.251Z Downloaded petgraph v0.6.5
13202026-08-20T02:57:04.287Z Downloaded chrono-tz v0.10.4
13212026-08-20T02:57:04.302Z Downloaded sha3 v0.10.8
13222026-08-20T02:57:04.309Z Downloaded jiff v0.2.34
13232026-08-20T02:57:04.318Z Downloaded petgraph v0.8.3
13242026-08-20T02:57:04.330Z Downloaded libz-sys v1.1.24
13252026-08-20T02:57:04.342Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-08-20T02:57:04.352Z Downloaded tokio v1.52.1
13272026-08-20T02:57:04.405Z Downloaded csv v1.4.0
13282026-08-20T02:57:04.414Z Downloaded encoding_rs v0.8.35
13292026-08-20T02:57:04.426Z Downloaded ring v0.17.14
13302026-08-20T02:57:04.476Z Downloaded libgit2-sys v0.18.3+1.9.2
13312026-08-20T02:57:04.991Z Downloaded aws-lc-sys v0.40.0
13322026-08-20T02:57:05.243Z Compiling serde_core v1.0.228
13332026-08-20T02:57:05.243Z Compiling libc v0.2.185
13342026-08-20T02:57:05.243Z Compiling serde v1.0.228
13352026-08-20T02:57:05.246Z Compiling log v0.4.33
13362026-08-20T02:57:05.246Z Compiling smallvec v1.15.1
13372026-08-20T02:57:05.401Z Compiling shlex v1.3.0
13382026-08-20T02:57:05.404Z Compiling find-msvc-tools v0.1.9
13392026-08-20T02:57:05.406Z Compiling syn v2.0.117
13402026-08-20T02:57:05.598Z Compiling subtle v2.6.1
13412026-08-20T02:57:05.620Z Compiling scopeguard v1.2.0
13422026-08-20T02:57:05.636Z Compiling stable_deref_trait v1.2.1
13432026-08-20T02:57:05.687Z Compiling typenum v1.20.1
13442026-08-20T02:57:05.719Z Compiling lock_api v0.4.14
13452026-08-20T02:57:05.722Z Compiling zerocopy v0.8.55
13462026-08-20T02:57:05.722Z Compiling portable-atomic v1.13.1
13472026-08-20T02:57:05.772Z Compiling serde_json v1.0.151
13482026-08-20T02:57:05.968Z Compiling critical-section v1.2.0
13492026-08-20T02:57:06.002Z Compiling libm v0.2.16
13502026-08-20T02:57:06.075Z Compiling num-traits v0.2.19
13512026-08-20T02:57:06.173Z Compiling pkg-config v0.3.32
13522026-08-20T02:57:06.255Z Compiling errno v0.3.14
13532026-08-20T02:57:06.274Z Compiling jobserver v0.1.34
13542026-08-20T02:57:06.311Z Compiling getrandom v0.2.17
13552026-08-20T02:57:06.519Z Compiling cc v1.2.56
13562026-08-20T02:57:06.550Z Compiling rand_core v0.6.4
13572026-08-20T02:57:06.727Z Compiling generic-array v0.14.7
13582026-08-20T02:57:06.967Z Compiling once_cell v1.21.3
13592026-08-20T02:57:07.117Z Compiling pin-project-lite v0.2.17
13602026-08-20T02:57:07.117Z Compiling parking_lot_core v0.9.12
13612026-08-20T02:57:07.118Z Compiling const-oid v0.9.6
13622026-08-20T02:57:07.160Z Compiling getrandom v0.3.4
13632026-08-20T02:57:07.160Z Compiling signal-hook-registry v1.4.8
13642026-08-20T02:57:07.404Z Compiling writeable v0.6.2
13652026-08-20T02:57:07.536Z Compiling bitflags v2.11.0
13662026-08-20T02:57:07.607Z Compiling percent-encoding v2.3.2
13672026-08-20T02:57:07.625Z Compiling litemap v0.8.1
13682026-08-20T02:57:07.641Z Compiling futures-core v0.3.32
13692026-08-20T02:57:07.790Z Compiling semver v1.0.28
13702026-08-20T02:57:07.805Z Compiling parking_lot v0.12.5
13712026-08-20T02:57:07.818Z Compiling mio v1.2.0
13722026-08-20T02:57:07.900Z Compiling icu_normalizer_data v2.1.1
13732026-08-20T02:57:07.975Z Compiling icu_properties_data v2.1.2
13742026-08-20T02:57:08.078Z Compiling socket2 v0.6.3
13752026-08-20T02:57:08.105Z Compiling rustix v1.1.4
13762026-08-20T02:57:08.174Z Compiling getrandom v0.4.3
13772026-08-20T02:57:08.202Z Compiling rand_core v0.10.0
13782026-08-20T02:57:08.269Z Compiling synstructure v0.13.2
13792026-08-20T02:57:08.323Z Compiling futures-sink v0.3.32
13802026-08-20T02:57:08.384Z Compiling indexmap v2.14.0
13812026-08-20T02:57:08.428Z Compiling futures-channel v0.3.32
13822026-08-20T02:57:08.467Z Compiling utf8_iter v1.0.4
13832026-08-20T02:57:08.610Z Compiling slab v0.4.12
13842026-08-20T02:57:08.660Z Compiling futures-task v0.3.32
13852026-08-20T02:57:08.671Z Compiling futures-io v0.3.32
13862026-08-20T02:57:08.748Z Compiling form_urlencoded v1.2.2
13872026-08-20T02:57:08.783Z Compiling rustversion v1.0.22
13882026-08-20T02:57:08.813Z Compiling iana-time-zone v0.1.65
13892026-08-20T02:57:08.817Z Compiling base64ct v1.8.3
13902026-08-20T02:57:08.853Z Compiling cmake v0.1.57
13912026-08-20T02:57:08.918Z Compiling regex-syntax v0.8.10
13922026-08-20T02:57:09.006Z Compiling flagset v0.4.7
13932026-08-20T02:57:09.006Z Compiling fs_extra v1.3.0
13942026-08-20T02:57:09.200Z Compiling pem-rfc7468 v0.7.0
13952026-08-20T02:57:09.203Z Compiling dunce v1.0.5
13962026-08-20T02:57:09.312Z Compiling ident_case v1.0.1
13972026-08-20T02:57:09.312Z Compiling uuid v1.23.4
13982026-08-20T02:57:09.340Z Compiling aws-lc-sys v0.40.0
13992026-08-20T02:57:09.439Z Compiling rand_core v0.9.5
14002026-08-20T02:57:09.511Z Compiling base64 v0.22.1
14012026-08-20T02:57:09.730Z Compiling syn v1.0.109
14022026-08-20T02:57:09.831Z Compiling vcpkg v0.2.15
14032026-08-20T02:57:09.848Z Compiling serde_derive_internals v0.29.1
14042026-08-20T02:57:09.902Z Compiling rustc_version v0.4.1
14052026-08-20T02:57:09.964Z Compiling serde_derive v1.0.228
14062026-08-20T02:57:10.022Z Compiling zeroize_derive v1.5.0
14072026-08-20T02:57:10.043Z Compiling zerofrom-derive v0.1.6
14082026-08-20T02:57:10.218Z Compiling zerocopy-derive v0.8.55
14092026-08-20T02:57:10.559Z Compiling yoke-derive v0.8.1
14102026-08-20T02:57:10.675Z Compiling zerovec-derive v0.11.2
14112026-08-20T02:57:10.758Z Compiling displaydoc v0.2.5
14122026-08-20T02:57:11.298Z Compiling tokio-macros v2.7.0
14132026-08-20T02:57:11.461Z Compiling zerofrom v0.1.6
14142026-08-20T02:57:11.525Z Compiling futures-macro v0.3.32
14152026-08-20T02:57:11.590Z Compiling der_derive v0.7.3
14162026-08-20T02:57:11.739Z Compiling yoke v0.8.1
14172026-08-20T02:57:11.820Z Compiling thiserror-impl v2.0.18
14182026-08-20T02:57:11.925Z Compiling zerovec v0.11.5
14192026-08-20T02:57:12.033Z Compiling zerotrie v0.2.3
14202026-08-20T02:57:12.331Z Compiling openssl-sys v0.9.117
14212026-08-20T02:57:12.335Z Compiling futures-util v0.3.32
14222026-08-20T02:57:12.433Z Compiling tinystr v0.8.2
14232026-08-20T02:57:12.554Z Compiling potential_utf v0.1.4
14242026-08-20T02:57:12.635Z Compiling icu_locale_core v2.1.1
14252026-08-20T02:57:12.726Z Compiling icu_collections v2.1.1
14262026-08-20T02:57:12.909Z Compiling tracing-attributes v0.1.31
14272026-08-20T02:57:13.160Z Compiling thiserror v2.0.18
14282026-08-20T02:57:13.204Z Compiling tracing-core v0.1.36
14292026-08-20T02:57:13.267Z Compiling icu_provider v2.1.1
14302026-08-20T02:57:13.490Z Compiling zeroize v1.9.0
14312026-08-20T02:57:13.506Z Compiling bytes v1.11.1
14322026-08-20T02:57:13.566Z Compiling icu_normalizer v2.1.1
14332026-08-20T02:57:13.746Z Compiling icu_properties v2.1.2
14342026-08-20T02:57:14.133Z Compiling tokio v1.52.1
14352026-08-20T02:57:14.158Z Compiling chrono v0.4.45
14362026-08-20T02:57:14.246Z Compiling der v0.7.10
14372026-08-20T02:57:14.348Z Compiling block-buffer v0.10.4
14382026-08-20T02:57:14.526Z Compiling crypto-common v0.1.7
14392026-08-20T02:57:14.668Z Compiling idna_adapter v1.2.1
14402026-08-20T02:57:14.683Z Compiling ppv-lite86 v0.2.21
14412026-08-20T02:57:14.813Z Compiling digest v0.10.7
14422026-08-20T02:57:14.829Z Compiling idna v1.1.0
14432026-08-20T02:57:14.909Z Compiling http v1.4.2
14442026-08-20T02:57:15.011Z Compiling rand_chacha v0.9.0
14452026-08-20T02:57:15.069Z Compiling dyn-clone v1.0.20
14462026-08-20T02:57:15.160Z Compiling url v2.5.8
14472026-08-20T02:57:15.460Z Compiling spki v0.7.3
14482026-08-20T02:57:15.479Z Compiling schemars v0.8.22
14492026-08-20T02:57:15.581Z Compiling simd-adler32 v0.3.8
14502026-08-20T02:57:15.665Z Compiling aws-lc-rs v1.16.3
14512026-08-20T02:57:15.681Z Compiling cpufeatures v0.2.17
14522026-08-20T02:57:15.741Z Compiling pkcs8 v0.10.2
14532026-08-20T02:57:15.755Z Compiling http-body v1.0.1
14542026-08-20T02:57:15.824Z Compiling rand v0.9.2
14552026-08-20T02:57:15.840Z Compiling tracing v0.1.44
14562026-08-20T02:57:15.900Z Compiling rustls-pki-types v1.14.0
14572026-08-20T02:57:15.995Z Compiling schemars_derive v0.8.22
14582026-08-20T02:57:16.076Z Compiling spin v0.9.8
14592026-08-20T02:57:16.092Z Compiling crc32fast v1.5.0
14602026-08-20T02:57:16.222Z Compiling adler2 v2.0.1
14612026-08-20T02:57:16.331Z Compiling cmov v0.5.4
14622026-08-20T02:57:16.347Z Compiling openssl-probe v0.2.1
14632026-08-20T02:57:16.361Z Compiling tinyvec_macros v0.1.1
14642026-08-20T02:57:16.428Z Compiling httparse v1.10.1
14652026-08-20T02:57:16.516Z Compiling ctutils v0.4.2
14662026-08-20T02:57:16.534Z Compiling tinyvec v1.10.0
14672026-08-20T02:57:16.594Z Compiling miniz_oxide v0.8.9
14682026-08-20T02:57:16.747Z Compiling tempfile v3.27.0
14692026-08-20T02:57:16.808Z Compiling pest_generator v2.8.6
14702026-08-20T02:57:16.869Z Compiling sha2 v0.10.9
14712026-08-20T02:57:17.108Z Compiling terminal_size v0.4.3
14722026-08-20T02:57:17.174Z Compiling aho-corasick v1.1.4
14732026-08-20T02:57:17.242Z Compiling tower-service v0.3.3
14742026-08-20T02:57:17.338Z Compiling untrusted v0.7.1
14752026-08-20T02:57:17.464Z Compiling radium v0.7.0
14762026-08-20T02:57:17.479Z Compiling try-lock v0.2.5
14772026-08-20T02:57:17.586Z Compiling atomic-waker v1.1.2
14782026-08-20T02:57:17.703Z Compiling tower-layer v0.3.3
14792026-08-20T02:57:17.738Z Compiling want v0.3.1
14802026-08-20T02:57:17.863Z Compiling pest_derive v2.8.6
14812026-08-20T02:57:17.899Z Compiling tokio-util v0.7.18
14822026-08-20T02:57:18.162Z Compiling regex-automata v0.4.14
14832026-08-20T02:57:18.464Z Compiling hybrid-array v0.4.13
14842026-08-20T02:57:18.597Z Compiling h2 v0.4.15
14852026-08-20T02:57:18.914Z Compiling ipnet v2.12.0
14862026-08-20T02:57:18.980Z Compiling scroll_derive v0.13.1
14872026-08-20T02:57:19.268Z Compiling darling_core v0.20.11
14882026-08-20T02:57:19.449Z Compiling rustls v0.23.41
14892026-08-20T02:57:19.620Z Compiling openssl v0.10.80
14902026-08-20T02:57:19.746Z Compiling tap v1.0.1
14912026-08-20T02:57:19.772Z Compiling foreign-types-shared v0.1.1
14922026-08-20T02:57:19.826Z Compiling httpdate v1.0.3
14932026-08-20T02:57:19.842Z Compiling untrusted v0.9.0
14942026-08-20T02:57:19.855Z Compiling maybe-uninit v2.0.0
14952026-08-20T02:57:19.889Z Compiling foreign-types v0.3.2
14962026-08-20T02:57:19.956Z Compiling wyz v0.5.1
14972026-08-20T02:57:19.970Z Compiling scroll v0.13.0
14982026-08-20T02:57:20.146Z Compiling unicode-normalization v0.1.25
14992026-08-20T02:57:20.233Z Compiling signature v2.2.0
15002026-08-20T02:57:20.250Z Compiling rand_chacha v0.3.1
15012026-08-20T02:57:20.414Z Compiling hex v0.4.3
15022026-08-20T02:57:20.561Z Compiling openssl-macros v0.1.1
15032026-08-20T02:57:20.600Z Compiling thiserror-impl v1.0.69
15042026-08-20T02:57:20.688Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-08-20T02:57:20.952Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15062026-08-20T02:57:20.966Z Compiling num-integer v0.1.46
15072026-08-20T02:57:21.016Z Compiling wait-timeout v0.2.1
15082026-08-20T02:57:21.277Z Compiling ahash v0.8.12
15092026-08-20T02:57:21.277Z Compiling num-conv v0.2.0
15102026-08-20T02:57:21.327Z Compiling packed_struct v0.10.1
15112026-08-20T02:57:21.456Z Compiling powerfmt v0.2.0
15122026-08-20T02:57:21.477Z Compiling time-core v0.1.8
15132026-08-20T02:57:21.511Z Compiling darling_macro v0.20.11
15142026-08-20T02:57:21.567Z Compiling quick-error v1.2.3
15152026-08-20T02:57:21.617Z Compiling bit-vec v0.8.0
15162026-08-20T02:57:21.620Z Compiling funty v2.0.0
15172026-08-20T02:57:21.670Z Compiling native-tls v0.2.18
15182026-08-20T02:57:21.823Z Compiling hyper v1.10.1
15192026-08-20T02:57:21.861Z Compiling num-bigint-dig v0.8.6
15202026-08-20T02:57:21.899Z Compiling thiserror v1.0.69
15212026-08-20T02:57:21.990Z Compiling darling v0.20.11
15222026-08-20T02:57:22.006Z Compiling bitvec v1.0.1
15232026-08-20T02:57:22.061Z Compiling bit-set v0.8.0
15242026-08-20T02:57:22.076Z Compiling rusty-fork v0.3.1
15252026-08-20T02:57:22.184Z Compiling time-macros v0.2.27
15262026-08-20T02:57:22.243Z Compiling deranged v0.5.8
15272026-08-20T02:57:22.258Z Compiling clap_builder v4.6.0
15282026-08-20T02:57:22.711Z Compiling num-iter v0.1.45
15292026-08-20T02:57:23.201Z Compiling hyper-util v0.1.20
15302026-08-20T02:57:23.386Z Compiling rand v0.8.6
15312026-08-20T02:57:23.411Z Compiling goblin v0.10.5
15322026-08-20T02:57:23.668Z Compiling packed_struct_codegen v0.10.1
15332026-08-20T02:57:24.300Z Compiling lazy_static v1.5.0
15342026-08-20T02:57:24.383Z Compiling hmac v0.12.1
15352026-08-20T02:57:24.530Z Compiling toml_datetime v0.6.11
15362026-08-20T02:57:24.790Z Compiling serde_spanned v0.6.9
15372026-08-20T02:57:24.812Z Compiling bitfield-macros v0.19.4
15382026-08-20T02:57:24.929Z Compiling zerocopy-derive v0.6.6
15392026-08-20T02:57:25.408Z Compiling clap_derive v4.6.1
15402026-08-20T02:57:25.513Z Compiling rand_xorshift v0.4.0
15412026-08-20T02:57:25.513Z Compiling sync_wrapper v1.0.2
15422026-08-20T02:57:25.595Z Compiling indexmap v1.9.3
15432026-08-20T02:57:25.595Z Compiling paste v1.0.15
15442026-08-20T02:57:25.765Z Compiling object v0.37.3
15452026-08-20T02:57:25.796Z Compiling unarray v0.1.4
15462026-08-20T02:57:25.837Z Compiling usdt-impl v0.6.0
15472026-08-20T02:57:25.881Z Compiling crossbeam-utils v0.8.21
15482026-08-20T02:57:25.965Z Compiling num_threads v0.1.7
15492026-08-20T02:57:26.020Z Compiling zlib-rs v0.6.2
15502026-08-20T02:57:26.059Z Compiling siphasher v1.0.2
15512026-08-20T02:57:26.215Z Compiling crc-catalog v2.4.0
15522026-08-20T02:57:26.328Z Compiling nodrop v0.1.14
15532026-08-20T02:57:26.328Z Compiling crc v3.4.0
15542026-08-20T02:57:26.372Z Compiling array-init v0.0.4
15552026-08-20T02:57:26.372Z Compiling dof v0.4.0
15562026-08-20T02:57:26.465Z Compiling time v0.3.47
15572026-08-20T02:57:26.674Z Compiling proptest v1.11.0
15582026-08-20T02:57:26.713Z Compiling clap v4.6.1
15592026-08-20T02:57:26.845Z Compiling zerocopy v0.6.6
15602026-08-20T02:57:27.177Z Compiling tower v0.5.3
15612026-08-20T02:57:27.435Z Compiling bitfield v0.19.4
15622026-08-20T02:57:27.939Z Compiling smallvec v0.6.14
15632026-08-20T02:57:28.127Z Compiling derive_builder_core v0.20.2
15642026-08-20T02:57:28.268Z Compiling dtrace-parser v0.3.0
15652026-08-20T02:57:28.975Z Compiling flate2 v1.1.9
15662026-08-20T02:57:28.975Z Compiling ipnetwork v0.21.1
15672026-08-20T02:57:29.018Z Compiling pkcs1 v0.7.5
15682026-08-20T02:57:29.018Z Compiling http-body-util v0.1.3
15692026-08-20T02:57:29.271Z Compiling heapless v0.7.17
15702026-08-20T02:57:29.347Z Compiling structmeta-derive v0.3.0
15712026-08-20T02:57:29.360Z Compiling scroll_derive v0.12.1
15722026-08-20T02:57:29.394Z Compiling slog v2.8.2
15732026-08-20T02:57:29.405Z Compiling darling_core v0.23.0
15742026-08-20T02:57:29.509Z Compiling thread-id v5.1.0
15752026-08-20T02:57:29.575Z Compiling cookie v0.18.1
15762026-08-20T02:57:29.596Z Compiling env_filter v2.0.0
15772026-08-20T02:57:29.758Z Compiling ryu v1.0.23
15782026-08-20T02:57:29.896Z Compiling hashbrown v0.12.3
15792026-08-20T02:57:29.946Z Compiling anyhow v1.0.104
15802026-08-20T02:57:30.023Z Compiling base64 v0.21.7
15812026-08-20T02:57:30.258Z Compiling signal-hook v0.3.18
15822026-08-20T02:57:30.342Z Compiling winnow v0.5.40
15832026-08-20T02:57:30.376Z Compiling iri-string v0.7.10
15842026-08-20T02:57:30.423Z Compiling gimli v0.32.3
15852026-08-20T02:57:30.437Z Compiling allocator-api2 v0.2.21
15862026-08-20T02:57:30.767Z Compiling unicode-properties v0.1.4
15872026-08-20T02:57:30.982Z Compiling unicode-bidi v0.3.18
15882026-08-20T02:57:31.507Z Compiling zstd-safe v7.2.4
15892026-08-20T02:57:31.725Z Compiling toml_edit v0.19.15
15902026-08-20T02:57:31.743Z Compiling tower-http v0.6.8
15912026-08-20T02:57:31.883Z Compiling stringprep v0.1.5
15922026-08-20T02:57:31.921Z Compiling darling_macro v0.23.0
15932026-08-20T02:57:32.143Z Compiling addr2line v0.25.1
15942026-08-20T02:57:32.343Z Compiling structmeta v0.3.0
15952026-08-20T02:57:32.491Z Compiling ron v0.8.1
15962026-08-20T02:57:32.552Z Compiling scroll v0.12.0
15972026-08-20T02:57:32.616Z Compiling serde_urlencoded v0.7.1
15982026-08-20T02:57:32.776Z Compiling env_logger v0.11.11
15992026-08-20T02:57:32.929Z Compiling rsa v0.9.10
16002026-08-20T02:57:33.112Z Compiling oxnet v0.1.6
16012026-08-20T02:57:33.127Z Compiling newtype-uuid v1.3.2
16022026-08-20T02:57:33.404Z Compiling derive_builder_macro v0.20.2
16032026-08-20T02:57:33.454Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16042026-08-20T02:57:33.535Z Compiling hashbrown v0.13.2
16052026-08-20T02:57:33.550Z Compiling serde-hex v0.1.0
16062026-08-20T02:57:33.857Z Compiling bzip2 v0.4.4
16072026-08-20T02:57:34.027Z Compiling tokio-native-tls v0.3.1
16082026-08-20T02:57:34.111Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16092026-08-20T02:57:34.745Z Compiling camino v1.2.5
16102026-08-20T02:57:34.888Z Compiling bstr v1.12.1
16112026-08-20T02:57:35.144Z Compiling crypto-common v0.2.2
16122026-08-20T02:57:35.315Z Compiling block-buffer v0.12.1
16132026-08-20T02:57:35.522Z Compiling block-padding v0.4.2
16142026-08-20T02:57:35.536Z Compiling rustls-native-certs v0.8.3
16152026-08-20T02:57:35.692Z Compiling x509-cert v0.2.5
16162026-08-20T02:57:35.826Z Compiling md-5 v0.10.6
16172026-08-20T02:57:36.002Z Compiling serde_tokenstream v0.2.3
16182026-08-20T02:57:36.018Z Compiling erased-serde v0.3.31
16192026-08-20T02:57:36.327Z Compiling curve25519-dalek v4.1.3
16202026-08-20T02:57:36.505Z Compiling zerocopy-derive v0.7.35
16212026-08-20T02:57:36.668Z Compiling daft-derive v0.1.7
16222026-08-20T02:57:36.855Z Compiling async-trait v0.1.89
16232026-08-20T02:57:37.195Z Compiling pin-project-internal v1.1.11
16242026-08-20T02:57:37.306Z Compiling vergen-lib v9.1.0
16252026-08-20T02:57:37.379Z Compiling hash32 v0.2.1
16262026-08-20T02:57:37.394Z Compiling memoffset v0.9.1
16272026-08-20T02:57:37.479Z Compiling encoding_rs v0.8.35
16282026-08-20T02:57:37.560Z Compiling fallible-iterator v0.2.0
16292026-08-20T02:57:37.592Z Compiling smoltcp v0.9.1
16302026-08-20T02:57:37.599Z Compiling rustc-demangle v0.1.27
16312026-08-20T02:57:37.865Z Compiling rustix v0.38.44
16322026-08-20T02:57:37.898Z Compiling owo-colors v4.3.0
16332026-08-20T02:57:37.906Z Compiling crc-any v2.5.0
16342026-08-20T02:57:37.976Z Compiling psl-types v2.0.11
16352026-08-20T02:57:38.100Z Compiling cfg_aliases v0.2.1
16362026-08-20T02:57:38.124Z Compiling mime v0.3.17
16372026-08-20T02:57:38.136Z Compiling ref-cast v1.0.25
16382026-08-20T02:57:38.193Z Compiling litrs v1.0.0
16392026-08-20T02:57:38.240Z Compiling nix v0.31.2
16402026-08-20T02:57:38.254Z Compiling pin-project v1.1.11
16412026-08-20T02:57:38.287Z Compiling publicsuffix v2.3.0
16422026-08-20T02:57:38.344Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-20T02:57:38.405Z Compiling postgres-protocol v0.6.10
16442026-08-20T02:57:38.731Z Compiling backtrace v0.3.76
16452026-08-20T02:57:38.744Z Compiling daft v0.1.7
16462026-08-20T02:57:38.744Z Compiling document-features v0.2.12
16472026-08-20T02:57:38.877Z Compiling zerocopy v0.7.35
16482026-08-20T02:57:39.000Z Compiling inout v0.2.2
16492026-08-20T02:57:39.043Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16502026-08-20T02:57:39.187Z Compiling hyper-tls v0.6.0
16512026-08-20T02:57:39.263Z Compiling zip v0.6.6
16522026-08-20T02:57:39.324Z Compiling object v0.30.4
16532026-08-20T02:57:39.378Z Compiling derive_builder v0.20.2
16542026-08-20T02:57:39.465Z Compiling toml v0.7.8
16552026-08-20T02:57:39.676Z Compiling goblin v0.8.2
16562026-08-20T02:57:39.848Z Compiling derive-ex v0.1.8
16572026-08-20T02:57:40.005Z Compiling darling v0.23.0
16582026-08-20T02:57:40.056Z Compiling phf_shared v0.13.1
16592026-08-20T02:57:40.077Z Compiling regex v1.12.3
16602026-08-20T02:57:40.297Z Compiling hubpack_derive v0.1.1
16612026-08-20T02:57:40.339Z Compiling futures-executor v0.3.32
16622026-08-20T02:57:40.495Z Compiling curve25519-dalek-derive v0.1.1
16632026-08-20T02:57:40.603Z Compiling ref-cast-impl v1.0.25
16642026-08-20T02:57:40.733Z Compiling strum_macros v0.27.2
16652026-08-20T02:57:41.116Z Compiling snafu-derive v0.8.9
16662026-08-20T02:57:41.130Z Compiling vergen v9.1.0
16672026-08-20T02:57:41.338Z Compiling cargo-platform v0.3.2
16682026-08-20T02:57:41.500Z Compiling ff v0.13.1
16692026-08-20T02:57:41.641Z Compiling fs-err v3.3.0
16702026-08-20T02:57:41.671Z Compiling jiff-core v0.1.0
16712026-08-20T02:57:41.780Z Compiling either v1.15.0
16722026-08-20T02:57:42.012Z Compiling base16ct v0.2.0
16732026-08-20T02:57:42.157Z Compiling managed v0.8.0
16742026-08-20T02:57:42.169Z Compiling foldhash v0.2.0
16752026-08-20T02:57:42.378Z Compiling bitflags v1.3.2
16762026-08-20T02:57:42.414Z Compiling foldhash v0.1.5
16772026-08-20T02:57:42.450Z Compiling path-slash v0.1.5
16782026-08-20T02:57:42.576Z Compiling unicode-segmentation v1.12.0
16792026-08-20T02:57:42.591Z Compiling bumpalo v3.20.2
16802026-08-20T02:57:42.672Z Compiling libbz2-rs-sys v0.2.2
16812026-08-20T02:57:42.729Z Compiling is_ci v1.2.0
16822026-08-20T02:57:42.834Z Compiling same-file v1.0.6
16832026-08-20T02:57:42.866Z Compiling supports-color v3.0.2
16842026-08-20T02:57:42.948Z Compiling walkdir v2.5.0
16852026-08-20T02:57:43.016Z Compiling zopfli v0.8.3
16862026-08-20T02:57:43.028Z Compiling strum v0.27.2
16872026-08-20T02:57:43.028Z Compiling snafu v0.8.9
16882026-08-20T02:57:43.057Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16892026-08-20T02:57:43.153Z Compiling bzip2 v0.6.1
16902026-08-20T02:57:43.258Z Compiling hashbrown v0.15.5
16912026-08-20T02:57:43.352Z Compiling textwrap v0.16.2
16922026-08-20T02:57:43.393Z Compiling jiff v0.2.34
16932026-08-20T02:57:43.668Z Compiling hashbrown v0.16.1
16942026-08-20T02:57:43.817Z Compiling sec1 v0.7.3
16952026-08-20T02:57:43.829Z Compiling dof v0.3.0
16962026-08-20T02:57:44.201Z Compiling group v0.13.0
16972026-08-20T02:57:44.224Z Compiling test-strategy v0.4.5
16982026-08-20T02:57:44.302Z Compiling cargo_metadata v0.23.1
16992026-08-20T02:57:44.501Z Compiling hubpack v0.1.2
17002026-08-20T02:57:44.589Z Compiling futures v0.3.32
17012026-08-20T02:57:44.674Z Compiling phf v0.13.1
17022026-08-20T02:57:44.719Z Compiling signal-hook-mio v0.2.5
17032026-08-20T02:57:44.840Z Compiling serde_with_macros v3.21.0
17042026-08-20T02:57:45.220Z Compiling cookie_store v0.22.1
17052026-08-20T02:57:45.680Z Compiling zstd v0.13.3
17062026-08-20T02:57:45.708Z Compiling reqwest v0.12.28
17072026-08-20T02:57:45.874Z Compiling cipher v0.5.2
17082026-08-20T02:57:45.941Z Compiling backtrace-ext v0.2.1
17092026-08-20T02:57:45.960Z Compiling postgres-types v0.2.12
17102026-08-20T02:57:46.513Z Compiling usdt-macro v0.6.0
17112026-08-20T02:57:46.941Z Compiling usdt-attr-macro v0.6.0
17122026-08-20T02:57:46.977Z Compiling globset v0.4.18
17132026-08-20T02:57:47.264Z Compiling phf_shared v0.11.3
17142026-08-20T02:57:47.300Z Compiling hkdf v0.12.4
17152026-08-20T02:57:47.430Z Compiling dtrace-parser v0.2.0
17162026-08-20T02:57:47.456Z Compiling byte-wrapper v0.1.0
17172026-08-20T02:57:47.478Z Compiling olpc-cjson v0.1.4
17182026-08-20T02:57:47.531Z Compiling ed25519 v2.2.3
17192026-08-20T02:57:47.639Z Compiling crypto-bigint v0.5.5
17202026-08-20T02:57:47.660Z Compiling serde-big-array v0.5.1
17212026-08-20T02:57:47.747Z Compiling serde_plain v1.0.2
17222026-08-20T02:57:47.785Z Compiling enum-as-inner v0.6.1
17232026-08-20T02:57:47.804Z Compiling miette-derive v7.6.0
17242026-08-20T02:57:47.940Z Compiling async-recursion v1.1.1
17252026-08-20T02:57:48.169Z Compiling serde_repr v0.1.20
17262026-08-20T02:57:48.298Z Compiling strum_macros v0.26.4
17272026-08-20T02:57:48.431Z Compiling pem v3.0.6
17282026-08-20T02:57:48.593Z Compiling float-cmp v0.10.0
17292026-08-20T02:57:48.703Z Compiling thread-id v4.2.2
17302026-08-20T02:57:48.742Z Compiling memmap2 v0.9.10
17312026-08-20T02:57:48.760Z Compiling normalize-line-endings v0.3.0
17322026-08-20T02:57:48.789Z Compiling data-encoding v2.10.0
17332026-08-20T02:57:48.858Z Compiling precomputed-hash v0.1.1
17342026-08-20T02:57:48.950Z Compiling new_debug_unreachable v1.0.6
17352026-08-20T02:57:48.967Z Compiling keccak v0.1.6
17362026-08-20T02:57:48.967Z Compiling fixedbitset v0.4.2
17372026-08-20T02:57:49.026Z Compiling difflib v0.4.0
17382026-08-20T02:57:49.212Z Compiling const-oid v0.10.2
17392026-08-20T02:57:49.433Z Compiling typed-path v0.9.3
17402026-08-20T02:57:49.560Z Compiling supports-hyperlinks v3.2.0
17412026-08-20T02:57:49.585Z Compiling cpufeatures v0.3.0
17422026-08-20T02:57:49.613Z Compiling winnow v1.0.3
17432026-08-20T02:57:49.628Z Compiling supports-unicode v3.0.0
17442026-08-20T02:57:49.648Z Compiling fixedbitset v0.5.7
17452026-08-20T02:57:49.776Z Compiling predicates-core v1.0.10
17462026-08-20T02:57:49.792Z Compiling whoami v2.1.0
17472026-08-20T02:57:49.847Z Compiling static_assertions v1.1.0
17482026-08-20T02:57:49.880Z Compiling predicates v3.1.4
17492026-08-20T02:57:49.950Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-08-20T02:57:49.956Z Compiling petgraph v0.8.3
17512026-08-20T02:57:50.119Z Compiling strum v0.26.3
17522026-08-20T02:57:50.167Z Compiling tokio-postgres v0.7.16
17532026-08-20T02:57:50.250Z Compiling miette v7.6.0
17542026-08-20T02:57:50.518Z Compiling chacha20 v0.10.0
17552026-08-20T02:57:50.653Z Compiling toml_parser v1.1.2+spec-1.1.0
17562026-08-20T02:57:50.692Z Compiling digest v0.11.3
17572026-08-20T02:57:50.900Z Compiling sha3 v0.10.8
17582026-08-20T02:57:50.923Z Compiling petgraph v0.6.5
17592026-08-20T02:57:51.267Z Compiling hickory-proto v0.25.2
17602026-08-20T02:57:51.353Z Compiling toml_edit v0.22.27
17612026-08-20T02:57:51.407Z Compiling string_cache v0.8.9
17622026-08-20T02:57:51.629Z Compiling usdt v0.6.0
17632026-08-20T02:57:51.890Z Compiling usdt-impl v0.5.0
17642026-08-20T02:57:51.918Z Compiling elliptic-curve v0.13.8
17652026-08-20T02:57:52.314Z Compiling ed25519-dalek v2.2.0
17662026-08-20T02:57:52.378Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17672026-08-20T02:57:52.410Z Compiling crossterm v0.28.1
17682026-08-20T02:57:52.746Z Compiling serde_with v3.21.0
17692026-08-20T02:57:52.834Z Compiling zip v4.6.1
17702026-08-20T02:57:53.870Z Compiling iddqd v0.4.2
17712026-08-20T02:57:54.090Z Compiling heck v0.4.1
17722026-08-20T02:57:54.132Z Compiling similar v2.7.0
17732026-08-20T02:57:54.268Z Compiling itertools v0.15.0
17742026-08-20T02:57:54.358Z Compiling itertools v0.13.0
17752026-08-20T02:57:54.518Z Compiling crossbeam-epoch v0.9.18
17762026-08-20T02:57:54.591Z Compiling tokio-stream v0.1.18
17772026-08-20T02:57:54.690Z Compiling buf-list v1.1.2
17782026-08-20T02:57:55.005Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17792026-08-20T02:57:55.078Z Compiling openapiv3 v2.2.0
17802026-08-20T02:57:55.078Z Compiling lalrpop-util v0.19.12
17812026-08-20T02:57:55.255Z Compiling peg-runtime v0.8.5
17822026-08-20T02:57:55.289Z Compiling thread_local v1.1.9
17832026-08-20T02:57:55.289Z Compiling slog-async v2.8.0
17842026-08-20T02:57:55.381Z Compiling crossbeam-channel v0.5.15
17852026-08-20T02:57:55.491Z Compiling filetime v0.2.27
17862026-08-20T02:57:55.534Z Compiling is-terminal v0.4.17
17872026-08-20T02:57:55.694Z Compiling term v1.2.1
17882026-08-20T02:57:55.694Z Compiling xattr v1.6.1
17892026-08-20T02:57:55.839Z Compiling take_mut v0.2.2
17902026-08-20T02:57:55.839Z Compiling camino-tempfile v1.4.1
17912026-08-20T02:57:55.840Z Compiling tar v0.4.46
17922026-08-20T02:57:55.968Z Compiling slog-term v2.9.2
17932026-08-20T02:58:02.128Z Compiling rustls-webpki v0.103.13
17942026-08-20T02:58:04.835Z Compiling tokio-rustls v0.26.4
17952026-08-20T02:58:04.835Z Compiling rustls-platform-verifier v0.6.2
17962026-08-20T02:58:04.840Z Compiling tough v0.22.0
17972026-08-20T02:58:05.079Z Compiling hyper-rustls v0.27.7
17982026-08-20T02:58:05.278Z Compiling reqwest v0.13.2
17992026-08-20T02:58:07.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18002026-08-20T02:58:07.682Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18012026-08-20T02:58:10.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18022026-08-20T02:58:10.757Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18032026-08-20T02:58:10.815ZAug 20 02:58:09.823 INFO Starting download, target: Console
18042026-08-20T02:58:10.815ZAug 20 02:58:09.824 INFO Starting download, target: Cockroach
18052026-08-20T02:58:10.815ZAug 20 02:58:09.824 INFO Starting download, target: Clickhouse
18062026-08-20T02:58:10.815ZAug 20 02:58:09.824 INFO Starting download, target: DendriteStub
18072026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Starting download, target: MaghemiteMgd
18082026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Starting download, target: MaghemiteDdmd
18092026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Starting download, target: TransceiverControl
18102026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18112026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18122026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18132026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18142026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18152026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18162026-08-20T02:58:10.821ZAug 20 02:58:09.824 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18172026-08-20T02:58:11.455ZAug 20 02:58:10.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18182026-08-20T02:58:11.748ZAug 20 02:58:10.725 INFO Download complete, target: TransceiverControl
18192026-08-20T02:58:12.514ZAug 20 02:58:11.513 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18202026-08-20T02:58:12.764ZAug 20 02:58:11.759 INFO Download complete, target: Console
18212026-08-20T02:58:12.860ZAug 20 02:58:11.866 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18222026-08-20T02:58:13.588ZAug 20 02:58:12.567 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18232026-08-20T02:58:13.979ZAug 20 02:58:12.977 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18242026-08-20T02:58:14.022ZAug 20 02:58:13.014 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18252026-08-20T02:58:14.531ZAug 20 02:58:13.477 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18262026-08-20T02:58:14.531ZAug 20 02:58:13.477 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18272026-08-20T02:58:15.579ZAug 20 02:58:14.590 INFO Download complete, target: MaghemiteDdmd
18282026-08-20T02:58:16.542ZAug 20 02:58:15.553 INFO Download complete, target: DendriteStub
18292026-08-20T02:58:16.588ZAug 20 02:58:15.598 INFO Download complete, target: MaghemiteMgd
18302026-08-20T02:58:19.230ZAug 20 02:58:18.215 INFO Checking that binary works, target: Cockroach
18312026-08-20T02:58:19.322ZAug 20 02:58:18.330 INFO Download complete, target: Cockroach
18322026-08-20T02:58:19.714ZAug 20 02:58:18.718 INFO Checking that binary works, target: Clickhouse
18332026-08-20T02:58:19.848ZAug 20 02:58:18.851 INFO Download complete, target: Clickhouse
18342026-08-20T02:58:19.857ZAll builder prerequisites installed successfully, and PATH looks valid
18352026-08-20T02:58:19.863Z
18362026-08-20T02:58:19.864Zreal 2:09.528944602
18372026-08-20T02:58:19.864Zuser 7:19.684826613
18382026-08-20T02:58:19.864Zsys 1:27.598551270
18392026-08-20T02:58:19.864Ztrap 0.245429525
18402026-08-20T02:58:19.864Ztflt 0.566615793
18412026-08-20T02:58:19.864Zdflt 0.946868654
18422026-08-20T02:58:19.864Zkflt 0.029397398
18432026-08-20T02:58:19.864Zlock 27:17.365347279
18442026-08-20T02:58:19.864Zslp 22:00.939734941
18452026-08-20T02:58:19.864Zlat 49.512745986
18462026-08-20T02:58:19.864Zstop 2:44.009941278
18472026-08-20T02:58:19.864Z+ banner clippy
18482026-08-20T02:58:19.864Z
18492026-08-20T02:58:19.864Z #### # # ##### ##### # #
18502026-08-20T02:58:19.864Z # # # # # # # # # #
18512026-08-20T02:58:19.864Z # # # # # # # #
18522026-08-20T02:58:19.865Z # # # ##### ##### #
18532026-08-20T02:58:19.865Z # # # # # # #
18542026-08-20T02:58:19.865Z #### ###### # # # #
18552026-08-20T02:58:19.865Z
18562026-08-20T02:58:19.865Z+ export CARGO_INCREMENTAL=0
18572026-08-20T02:58:19.865Z+ CARGO_INCREMENTAL=0
18582026-08-20T02:58:19.865Z+ ptime -m cargo xtask clippy
18592026-08-20T02:58:20.326Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18602026-08-20T02:58:20.611Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18612026-08-20T02:58:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18622026-08-20T02:58:22.511Z Running `target/debug/xtask clippy`
18632026-08-20T02:58:22.536Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18642026-08-20T02:58:23.156Z Downloading crates ...
18652026-08-20T02:58:23.286Z Downloaded anes v0.1.6
18662026-08-20T02:58:23.294Z Downloaded blake2b_simd v1.0.4
18672026-08-20T02:58:23.294Z Downloaded approx v0.5.1
18682026-08-20T02:58:23.294Z Downloaded constant_time_eq v0.3.1
18692026-08-20T02:58:23.294Z Downloaded async-object-pool v0.2.0
18702026-08-20T02:58:23.294Z Downloaded assert-json-diff v2.0.2
18712026-08-20T02:58:23.294Z Downloaded cast v0.3.0
18722026-08-20T02:58:23.294Z Downloaded concurrent-queue v2.5.0
18732026-08-20T02:58:23.294Z Downloaded assert_cmd v2.1.2
18742026-08-20T02:58:23.309Z Downloaded async-lock v3.4.2
18752026-08-20T02:58:23.309Z Downloaded criterion-plot v0.6.0
18762026-08-20T02:58:23.309Z Downloaded cfg-expr v0.20.6
18772026-08-20T02:58:23.309Z Downloaded datatest-stable v0.3.3
18782026-08-20T02:58:23.309Z Downloaded criterion v0.7.0
18792026-08-20T02:58:23.313Z Downloaded event-listener-strategy v0.5.4
18802026-08-20T02:58:23.313Z Downloaded escape8259 v0.5.3
18812026-08-20T02:58:23.313Z Downloaded event-listener v5.4.1
18822026-08-20T02:58:23.314Z Downloaded fancy-regex v0.14.0
18832026-08-20T02:58:23.314Z Downloaded futures-timer v3.0.3
18842026-08-20T02:58:23.314Z Downloaded guppy-workspace-hack v0.1.0
18852026-08-20T02:58:23.314Z Downloaded hex-literal v0.4.1
18862026-08-20T02:58:23.314Z Downloaded guppy v0.17.25
18872026-08-20T02:58:23.314Z Downloaded hickory-client v0.25.2
18882026-08-20T02:58:23.314Z Downloaded httptest v0.16.4
18892026-08-20T02:58:23.314Z Downloaded linkme-impl v0.3.35
18902026-08-20T02:58:23.314Z Downloaded knuffel-derive v3.2.0
18912026-08-20T02:58:23.314Z Downloaded miette-derive v5.10.0
18922026-08-20T02:58:23.325Z Downloaded libtest-mimic v0.8.1
18932026-08-20T02:58:23.325Z Downloaded linkme v0.3.35
18942026-08-20T02:58:23.326Z Downloaded nested v0.1.1
18952026-08-20T02:58:23.326Z Downloaded knuffel v3.2.0
18962026-08-20T02:58:23.326Z Downloaded plotters-backend v0.3.7
18972026-08-20T02:58:23.326Z Downloaded plotters-svg v0.3.7
18982026-08-20T02:58:23.326Z Downloaded oorandom v11.1.5
18992026-08-20T02:58:23.326Z Downloaded owo-colors v3.5.0
19002026-08-20T02:58:23.340Z Downloaded parking v2.2.1
19012026-08-20T02:58:23.340Z Downloaded pathdiff v0.2.3
19022026-08-20T02:58:23.340Z Downloaded miette v5.10.0
19032026-08-20T02:58:23.341Z Downloaded path-tree v0.8.3
19042026-08-20T02:58:23.342Z Downloaded partial-io v0.5.4
19052026-08-20T02:58:23.342Z Downloaded relative-path v1.9.3
19062026-08-20T02:58:23.342Z Downloaded plotters v0.3.7
19072026-08-20T02:58:23.342Z Downloaded serde_regex v1.1.0
19082026-08-20T02:58:23.351Z Downloaded similar-asserts v1.7.0
19092026-08-20T02:58:23.351Z Downloaded rand_distr v0.5.1
19102026-08-20T02:58:23.351Z Downloaded rust-argon2 v2.1.0
19112026-08-20T02:58:23.351Z Downloaded rstest v0.25.0
19122026-08-20T02:58:23.351Z Downloaded rstest_macros v0.25.0
19132026-08-20T02:58:23.351Z Downloaded terminal_size v0.1.17
19142026-08-20T02:58:23.351Z Downloaded target-triple v1.0.0
19152026-08-20T02:58:23.351Z Downloaded supports-hyperlinks v2.1.0
19162026-08-20T02:58:23.351Z Downloaded supports-unicode v2.1.0
19172026-08-20T02:58:23.351Z Downloaded supports-color v2.1.0
19182026-08-20T02:58:23.351Z Downloaded target-lexicon v0.13.3
19192026-08-20T02:58:23.351Z Downloaded target-spec v3.5.7
19202026-08-20T02:58:23.351Z Downloaded termcolor v1.4.1
19212026-08-20T02:58:23.352Z Downloaded stringmetrics v2.2.2
19222026-08-20T02:58:23.352Z Downloaded tinytemplate v1.2.1
19232026-08-20T02:58:23.362Z Downloaded textwrap v0.15.2
19242026-08-20T02:58:23.362Z Downloaded trybuild v1.0.116
19252026-08-20T02:58:23.384Z Downloaded httpmock v0.8.3
19262026-08-20T02:58:25.210Z Checking cfg-if v1.0.4
19272026-08-20T02:58:25.592Z Checking serde_core v1.0.228
19282026-08-20T02:58:25.592Z Checking libc v0.2.185
19292026-08-20T02:58:25.672Z Checking memchr v2.8.0
19302026-08-20T02:58:25.719Z Checking smallvec v1.15.1
19312026-08-20T02:58:25.762Z Checking itoa v1.0.17
19322026-08-20T02:58:25.804Z Checking subtle v2.6.1
19332026-08-20T02:58:25.839Z Checking rand_core v0.10.0
19342026-08-20T02:58:25.883Z Checking log v0.4.33
19352026-08-20T02:58:25.992Z Checking libm v0.2.16
19362026-08-20T02:58:26.015Z Checking typenum v1.20.1
19372026-08-20T02:58:26.036Z Checking scopeguard v1.2.0
19382026-08-20T02:58:26.105Z Checking errno v0.3.14
19392026-08-20T02:58:26.105Z Checking getrandom v0.4.3
19402026-08-20T02:58:26.179Z Checking lock_api v0.4.14
19412026-08-20T02:58:26.223Z Checking zmij v1.0.21
19422026-08-20T02:58:26.223Z Checking stable_deref_trait v1.2.1
19432026-08-20T02:58:26.297Z Checking zerofrom v0.1.6
19442026-08-20T02:58:26.340Z Checking percent-encoding v2.3.2
19452026-08-20T02:58:26.383Z Checking litemap v0.8.1
19462026-08-20T02:58:26.424Z Checking writeable v0.6.2
19472026-08-20T02:58:26.461Z Checking yoke v0.8.1
19482026-08-20T02:58:26.514Z Checking icu_properties_data v2.1.2
19492026-08-20T02:58:26.549Z Checking icu_normalizer_data v2.1.1
19502026-08-20T02:58:26.591Z Checking form_urlencoded v1.2.2
19512026-08-20T02:58:26.633Z Checking utf8_iter v1.0.4
19522026-08-20T02:58:26.672Z Checking zerovec v0.11.5
19532026-08-20T02:58:26.677Z Checking num-traits v0.2.19
19542026-08-20T02:58:26.711Z Checking zerotrie v0.2.3
19552026-08-20T02:58:26.711Z Checking pin-project-lite v0.2.17
19562026-08-20T02:58:26.825Z Checking zerocopy v0.8.55
19572026-08-20T02:58:26.870Z Checking parking_lot_core v0.9.12
19582026-08-20T02:58:26.873Z Checking portable-atomic v1.13.1
19592026-08-20T02:58:26.951Z Checking critical-section v1.2.0
19602026-08-20T02:58:27.064Z Checking signal-hook-registry v1.4.8
19612026-08-20T02:58:27.105Z Checking parking_lot v0.12.5
19622026-08-20T02:58:27.147Z Checking serde v1.0.228
19632026-08-20T02:58:27.148Z Checking bitflags v2.11.0
19642026-08-20T02:58:27.148Z Checking serde_json v1.0.151
19652026-08-20T02:58:27.259Z Checking tinystr v0.8.2
19662026-08-20T02:58:27.298Z Checking potential_utf v0.1.4
19672026-08-20T02:58:27.378Z Checking once_cell v1.21.3
19682026-08-20T02:58:27.390Z Checking mio v1.2.0
19692026-08-20T02:58:27.440Z Checking socket2 v0.6.3
19702026-08-20T02:58:27.494Z Checking icu_locale_core v2.1.1
19712026-08-20T02:58:27.494Z Checking icu_collections v2.1.1
19722026-08-20T02:58:27.567Z Checking iana-time-zone v0.1.65
19732026-08-20T02:58:27.612Z Checking zeroize v1.9.0
19742026-08-20T02:58:27.690Z Checking bytes v1.11.1
19752026-08-20T02:58:27.733Z Checking chrono v0.4.45
19762026-08-20T02:58:27.805Z Checking uuid v1.23.4
19772026-08-20T02:58:27.844Z Checking semver v1.0.28
19782026-08-20T02:58:27.908Z Checking thiserror v2.0.18
19792026-08-20T02:58:27.991Z Checking dyn-clone v1.0.20
19802026-08-20T02:58:28.063Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19812026-08-20T02:58:28.092Z Checking futures-core v0.3.32
19822026-08-20T02:58:28.102Z Checking getrandom v0.3.4
19832026-08-20T02:58:28.181Z Checking icu_provider v2.1.1
19842026-08-20T02:58:28.213Z Checking tokio v1.52.1
19852026-08-20T02:58:28.240Z Checking rustix v1.1.4
19862026-08-20T02:58:28.289Z Checking equivalent v1.0.2
19872026-08-20T02:58:28.351Z Checking getrandom v0.2.17
19882026-08-20T02:58:28.425Z Checking cmov v0.5.4
19892026-08-20T02:58:28.485Z Checking icu_normalizer v2.1.1
19902026-08-20T02:58:28.549Z Checking icu_properties v2.1.2
19912026-08-20T02:58:28.583Z Checking rand_core v0.6.4
19922026-08-20T02:58:28.631Z Checking byteorder v1.5.0
19932026-08-20T02:58:28.659Z Checking ctutils v0.4.2
19942026-08-20T02:58:28.768Z Checking futures-sink v0.3.32
19952026-08-20T02:58:28.820Z Checking slab v0.4.12
19962026-08-20T02:58:28.883Z Checking futures-task v0.3.32
19972026-08-20T02:58:28.906Z Checking futures-channel v0.3.32
19982026-08-20T02:58:28.937Z Checking hybrid-array v0.4.13
19992026-08-20T02:58:28.993Z Checking futures-io v0.3.32
20002026-08-20T02:58:29.032Z Checking hashbrown v0.17.0
20012026-08-20T02:58:29.094Z Checking generic-array v0.14.7
20022026-08-20T02:58:29.131Z Checking thiserror v1.0.69
20032026-08-20T02:58:29.141Z Checking futures-util v0.3.32
20042026-08-20T02:58:29.264Z Checking regex-syntax v0.8.10
20052026-08-20T02:58:29.346Z Checking idna_adapter v1.2.1
20062026-08-20T02:58:29.604Z Checking idna v1.1.0
20072026-08-20T02:58:29.699Z Checking indexmap v2.14.0
20082026-08-20T02:58:29.699Z Checking fnv v1.0.7
20092026-08-20T02:58:29.699Z Checking ppv-lite86 v0.2.21
20102026-08-20T02:58:29.708Z Checking base64ct v1.8.3
20112026-08-20T02:58:29.708Z Checking crypto-common v0.2.2
20122026-08-20T02:58:29.780Z Checking url v2.5.8
20132026-08-20T02:58:29.930Z Checking const-oid v0.9.6
20142026-08-20T02:58:29.990Z Checking crypto-common v0.1.7
20152026-08-20T02:58:30.118Z Checking block-buffer v0.12.1
20162026-08-20T02:58:30.162Z Checking base64 v0.22.1
20172026-08-20T02:58:30.237Z Checking schemars v0.8.22
20182026-08-20T02:58:30.303Z Checking block-buffer v0.10.4
20192026-08-20T02:58:30.356Z Checking utf8parse v0.2.2
20202026-08-20T02:58:30.412Z Checking anstyle v1.0.14
20212026-08-20T02:58:30.482Z Checking http v1.4.2
20222026-08-20T02:58:30.528Z Checking tracing-core v0.1.36
20232026-08-20T02:58:30.567Z Checking rand_core v0.9.5
20242026-08-20T02:58:30.624Z Checking colorchoice v1.0.4
20252026-08-20T02:58:30.665Z Checking digest v0.10.7
20262026-08-20T02:58:30.756Z Checking anstyle-query v1.1.5
20272026-08-20T02:58:30.799Z Checking is_terminal_polyfill v1.70.2
20282026-08-20T02:58:30.863Z Checking tracing v0.1.44
20292026-08-20T02:58:30.906Z Checking terminal_size v0.4.3
20302026-08-20T02:58:30.911Z Checking const-oid v0.10.2
20312026-08-20T02:58:30.991Z Checking anstyle-parse v1.0.0
20322026-08-20T02:58:30.999Z Checking erased-serde v0.3.31
20332026-08-20T02:58:31.081Z Checking rand_chacha v0.9.0
20342026-08-20T02:58:31.220Z Checking ipnet v2.12.0
20352026-08-20T02:58:31.249Z Checking aho-corasick v1.1.4
20362026-08-20T02:58:31.249Z Checking crossbeam-utils v0.8.21
20372026-08-20T02:58:31.263Z Checking unicode-ident v1.0.24
20382026-08-20T02:58:31.263Z Checking anstream v1.0.0
20392026-08-20T02:58:31.310Z Checking rand v0.9.2
20402026-08-20T02:58:31.384Z Checking strsim v0.11.1
20412026-08-20T02:58:31.427Z Checking clap_lex v1.0.0
20422026-08-20T02:58:31.483Z Checking slog v2.8.2
20432026-08-20T02:58:31.488Z Checking tokio-util v0.7.18
20442026-08-20T02:58:31.626Z Checking proc-macro2 v1.0.106
20452026-08-20T02:58:31.659Z Checking allocator-api2 v0.2.21
20462026-08-20T02:58:31.659Z Checking powerfmt v0.2.0
20472026-08-20T02:58:31.674Z Checking clap_builder v4.6.0
20482026-08-20T02:58:31.775Z Checking digest v0.11.3
20492026-08-20T02:58:31.814Z Checking deranged v0.5.8
20502026-08-20T02:58:31.826Z Checking time-core v0.1.8
20512026-08-20T02:58:31.892Z Checking quote v1.0.45
20522026-08-20T02:58:31.897Z Checking regex-automata v0.4.14
20532026-08-20T02:58:32.376Z Checking fastrand v2.3.0
20542026-08-20T02:58:32.386Z Checking num-conv v0.2.0
20552026-08-20T02:58:32.386Z Checking num_threads v0.1.7
20562026-08-20T02:58:32.386Z Checking cpufeatures v0.3.0
20572026-08-20T02:58:32.386Z Checking syn v2.0.117
20582026-08-20T02:58:32.386Z Checking httparse v1.10.1
20592026-08-20T02:58:32.386Z Checking anyhow v1.0.104
20602026-08-20T02:58:32.386Z Checking cpufeatures v0.2.17
20612026-08-20T02:58:32.387Z Checking tempfile v3.27.0
20622026-08-20T02:58:32.387Z Checking ipnetwork v0.21.1
20632026-08-20T02:58:32.429Z Checking rustls-pki-types v1.14.0
20642026-08-20T02:58:32.455Z Checking aws-lc-sys v0.40.0
20652026-08-20T02:58:32.513Z Checking untrusted v0.7.1
20662026-08-20T02:58:32.612Z Checking http-body v1.0.1
20672026-08-20T02:58:32.727Z Checking atomic-waker v1.1.2
20682026-08-20T02:58:32.759Z Checking try-lock v0.2.5
20692026-08-20T02:58:32.779Z Checking httpdate v1.0.3
20702026-08-20T02:58:32.821Z Checking time v0.3.47
20712026-08-20T02:58:32.825Z Checking h2 v0.4.15
20722026-08-20T02:58:32.896Z Checking want v0.3.1
20732026-08-20T02:58:32.938Z Checking clap v4.6.1
20742026-08-20T02:58:32.977Z Checking hex v0.4.3
20752026-08-20T02:58:32.981Z Checking aws-lc-rs v1.16.3
20762026-08-20T02:58:33.053Z Checking tower-service v0.3.3
20772026-08-20T02:58:33.056Z Checking tower-layer v0.3.3
20782026-08-20T02:58:33.178Z Checking simd-adler32 v0.3.8
20792026-08-20T02:58:33.233Z Checking untrusted v0.9.0
20802026-08-20T02:58:33.274Z Checking ryu v1.0.23
20812026-08-20T02:58:33.371Z Checking spin v0.9.8
20822026-08-20T02:58:33.413Z Checking unicode-width v0.2.0
20832026-08-20T02:58:33.452Z Checking adler2 v2.0.1
20842026-08-20T02:58:33.585Z Checking pem-rfc7468 v0.7.0
20852026-08-20T02:58:33.645Z Checking miniz_oxide v0.8.9
20862026-08-20T02:58:33.727Z Checking flagset v0.4.7
20872026-08-20T02:58:33.777Z Checking mime v0.3.17
20882026-08-20T02:58:33.781Z Checking block-padding v0.4.2
20892026-08-20T02:58:33.871Z Checking rustls-webpki v0.103.13
20902026-08-20T02:58:33.912Z Checking der v0.7.10
20912026-08-20T02:58:33.978Z Checking pretty-hex v0.4.1
20922026-08-20T02:58:33.983Z Checking inout v0.2.2
20932026-08-20T02:58:33.983Z Checking http-body-util v0.1.3
20942026-08-20T02:58:34.091Z Checking oxnet v0.1.6
20952026-08-20T02:58:34.131Z Checking camino v1.2.5
20962026-08-20T02:58:34.264Z Checking plain v0.2.3
20972026-08-20T02:58:34.278Z Checking openssl-probe v0.2.1
20982026-08-20T02:58:34.324Z Checking rustls v0.23.41
20992026-08-20T02:58:34.457Z Checking ucd-trie v0.1.7
21002026-08-20T02:58:34.474Z Checking cipher v0.5.2
21012026-08-20T02:58:34.474Z Checking regex v1.12.3
21022026-08-20T02:58:34.493Z Checking serde_urlencoded v0.7.1
21032026-08-20T02:58:34.493Z Checking rand_chacha v0.3.1
21042026-08-20T02:58:34.583Z Checking pest v2.8.6
21052026-08-20T02:58:34.659Z Checking encoding_rs v0.8.35
21062026-08-20T02:58:34.701Z Checking spki v0.7.3
21072026-08-20T02:58:34.747Z Checking rand v0.8.6
21082026-08-20T02:58:34.778Z Checking futures-executor v0.3.32
21092026-08-20T02:58:34.783Z Checking crc32fast v1.5.0
21102026-08-20T02:58:34.897Z Checking either v1.15.0
21112026-08-20T02:58:34.963Z Checking futures v0.3.32
21122026-08-20T02:58:35.001Z Checking sync_wrapper v1.0.2
21132026-08-20T02:58:35.072Z Checking pkcs8 v0.10.2
21142026-08-20T02:58:35.120Z Checking iri-string v0.7.10
21152026-08-20T02:58:35.161Z Checking tower v0.5.3
21162026-08-20T02:58:35.273Z Checking foldhash v0.2.0
21172026-08-20T02:58:35.314Z Checking openapiv3 v2.2.0
21182026-08-20T02:58:35.467Z Checking hashbrown v0.16.1
21192026-08-20T02:58:35.584Z Checking bit-vec v0.8.0
21202026-08-20T02:58:35.642Z Checking zlib-rs v0.6.2
21212026-08-20T02:58:35.729Z Checking static_assertions v1.1.0
21222026-08-20T02:58:35.744Z Checking hyper v1.10.1
21232026-08-20T02:58:35.772Z Checking sha2 v0.10.9
21242026-08-20T02:58:35.813Z Checking bit-set v0.8.0
21252026-08-20T02:58:35.989Z Checking wait-timeout v0.2.1
21262026-08-20T02:58:36.031Z Checking rustls-native-certs v0.8.3
21272026-08-20T02:58:36.081Z Checking lazy_static v1.5.0
21282026-08-20T02:58:36.158Z Checking hubpack v0.1.2
21292026-08-20T02:58:36.202Z Checking tower-http v0.6.8
21302026-08-20T02:58:36.245Z Checking psl-types v2.0.11
21312026-08-20T02:58:36.251Z Checking tinyvec_macros v0.1.1
21322026-08-20T02:58:36.364Z Checking quick-error v1.2.3
21332026-08-20T02:58:36.402Z Checking publicsuffix v2.3.0
21342026-08-20T02:58:36.406Z Checking tinyvec v1.10.0
21352026-08-20T02:58:36.499Z Checking rusty-fork v0.3.1
21362026-08-20T02:58:36.540Z Checking cookie v0.18.1
21372026-08-20T02:58:36.579Z Checking flate2 v1.1.9
21382026-08-20T02:58:36.619Z Checking rand_xorshift v0.4.0
21392026-08-20T02:58:36.624Z Checking tokio-rustls v0.26.4
21402026-08-20T02:58:36.695Z Checking unarray v0.1.4
21412026-08-20T02:58:36.735Z Checking hyper-util v0.1.20
21422026-08-20T02:58:36.738Z Checking rustls-platform-verifier v0.6.2
21432026-08-20T02:58:36.808Z Checking signature v2.2.0
21442026-08-20T02:58:36.811Z Checking cookie_store v0.22.1
21452026-08-20T02:58:36.811Z Checking num-integer v0.1.46
21462026-08-20T02:58:36.921Z Checking proptest v1.11.0
21472026-08-20T02:58:36.926Z Checking strum v0.26.3
21482026-08-20T02:58:36.926Z Checking scroll v0.13.0
21492026-08-20T02:58:36.926Z Checking ahash v0.8.12
21502026-08-20T02:58:37.036Z Checking memmap2 v0.9.10
21512026-08-20T02:58:37.129Z Checking unicode-width v0.1.14
21522026-08-20T02:58:37.175Z Checking dtrace-parser v0.3.0
21532026-08-20T02:58:37.218Z Checking serde_spanned v0.6.9
21542026-08-20T02:58:37.222Z Checking goblin v0.10.5
21552026-08-20T02:58:37.303Z Checking toml_datetime v0.6.11
21562026-08-20T02:58:37.307Z Checking thread-id v5.1.0
21572026-08-20T02:58:37.406Z Checking data-encoding v2.10.0
21582026-08-20T02:58:37.447Z Checking bstr v1.12.1
21592026-08-20T02:58:37.450Z Checking hmac v0.12.1
21602026-08-20T02:58:37.450Z Checking base64 v0.21.7
21612026-08-20T02:58:37.563Z Checking x509-cert v0.2.5
21622026-08-20T02:58:37.657Z Checking crossbeam-epoch v0.9.18
21632026-08-20T02:58:37.713Z Checking memoffset v0.9.1
21642026-08-20T02:58:37.788Z Checking num-iter v0.1.45
21652026-08-20T02:58:37.832Z Checking scroll v0.12.0
21662026-08-20T02:58:37.875Z Checking zerocopy v0.7.35
21672026-08-20T02:58:37.913Z Checking rustix v0.38.44
21682026-08-20T02:58:37.957Z Checking env_filter v2.0.0
21692026-08-20T02:58:38.023Z Checking hyper-rustls v0.27.7
21702026-08-20T02:58:38.091Z Checking goblin v0.8.2
21712026-08-20T02:58:38.132Z Checking unicode-segmentation v1.12.0
21722026-08-20T02:58:38.249Z Checking tap v1.0.1
21732026-08-20T02:58:38.292Z Checking reqwest v0.13.2
21742026-08-20T02:58:38.389Z Checking unicode-linebreak v0.1.5
21752026-08-20T02:58:38.392Z Checking smawk v0.3.2
21762026-08-20T02:58:38.472Z Checking wyz v0.5.1
21772026-08-20T02:58:38.591Z Checking env_logger v0.11.11
21782026-08-20T02:58:38.637Z Checking num-bigint-dig v0.8.6
21792026-08-20T02:58:38.685Z Checking nix v0.31.2
21802026-08-20T02:58:38.729Z Checking newtype-uuid v1.3.2
21812026-08-20T02:58:38.802Z Checking dtrace-parser v0.2.0
21822026-08-20T02:58:38.814Z Checking pkcs1 v0.7.5
21832026-08-20T02:58:38.969Z Checking daft v0.1.7
21842026-08-20T02:58:39.035Z Checking ff v0.13.1
21852026-08-20T02:58:39.078Z Checking radium v0.7.0
21862026-08-20T02:58:39.165Z Checking thread-id v4.2.2
21872026-08-20T02:58:39.206Z Checking same-file v1.0.6
21882026-08-20T02:58:39.248Z Checking crc-catalog v2.4.0
21892026-08-20T02:58:39.294Z Checking base16ct v0.2.0
21902026-08-20T02:58:39.302Z Checking winnow v1.0.3
21912026-08-20T02:58:39.365Z Checking funty v2.0.0
21922026-08-20T02:58:39.410Z Checking crc v3.4.0
21932026-08-20T02:58:39.448Z Checking sec1 v0.7.3
21942026-08-20T02:58:39.489Z Checking rsa v0.9.10
21952026-08-20T02:58:39.585Z Checking dof v0.4.0
21962026-08-20T02:58:39.627Z Checking walkdir v2.5.0
21972026-08-20T02:58:39.689Z Checking group v0.13.0
21982026-08-20T02:58:39.730Z Checking bitvec v1.0.1
21992026-08-20T02:58:39.819Z Checking hkdf v0.12.4
22002026-08-20T02:58:39.878Z Checking unicode-normalization v0.1.25
22012026-08-20T02:58:39.914Z Checking crypto-bigint v0.5.5
22022026-08-20T02:58:39.990Z Checking zerocopy v0.6.6
22032026-08-20T02:58:40.030Z Checking dof v0.3.0
22042026-08-20T02:58:40.033Z Checking maybe-uninit v2.0.0
22052026-08-20T02:58:40.169Z Checking foldhash v0.1.5
22062026-08-20T02:58:40.217Z Checking winnow v0.5.40
22072026-08-20T02:58:40.257Z Checking usdt-impl v0.6.0
22082026-08-20T02:58:40.314Z Checking is_ci v1.2.0
22092026-08-20T02:58:40.404Z Checking nodrop v0.1.14
22102026-08-20T02:58:40.420Z Checking usdt-impl v0.5.0
22112026-08-20T02:58:40.420Z Checking foreign-types-shared v0.1.1
22122026-08-20T02:58:40.470Z Checking gimli v0.32.3
22132026-08-20T02:58:40.510Z Checking array-init v0.0.4
22142026-08-20T02:58:40.559Z Checking foreign-types v0.3.2
22152026-08-20T02:58:40.600Z Checking usdt v0.6.0
22162026-08-20T02:58:40.663Z Checking hashbrown v0.15.5
22172026-08-20T02:58:40.703Z Checking smallvec v0.6.14
22182026-08-20T02:58:40.801Z Checking serde_with v3.21.0
22192026-08-20T02:58:40.848Z Checking bitfield v0.19.4
22202026-08-20T02:58:40.851Z Checking elliptic-curve v0.13.8
22212026-08-20T02:58:40.922Z Checking bzip2-sys v0.1.13+1.0.8
22222026-08-20T02:58:41.041Z Checking openssl-sys v0.9.117
22232026-08-20T02:58:41.084Z Checking packed_struct v0.10.1
22242026-08-20T02:58:41.159Z Checking object v0.37.3
22252026-08-20T02:58:41.163Z Checking siphasher v1.0.2
22262026-08-20T02:58:41.237Z Checking hashbrown v0.12.3
22272026-08-20T02:58:41.394Z Checking bitflags v1.3.2
22282026-08-20T02:58:41.434Z Checking toml_edit v0.19.15
22292026-08-20T02:58:41.473Z Checking keccak v0.1.6
22302026-08-20T02:58:41.516Z Checking rustc-demangle v0.1.27
22312026-08-20T02:58:41.676Z Checking sha3 v0.10.8
22322026-08-20T02:58:41.718Z Checking indexmap v1.9.3
22332026-08-20T02:58:41.772Z Checking openssl v0.10.80
22342026-08-20T02:58:41.920Z Checking bzip2 v0.4.4
22352026-08-20T02:58:42.065Z Checking serde-hex v0.1.0
22362026-08-20T02:58:42.069Z Checking addr2line v0.25.1
22372026-08-20T02:58:42.152Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22382026-08-20T02:58:42.295Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22392026-08-20T02:58:42.344Z Checking toml_parser v1.1.2+spec-1.1.0
22402026-08-20T02:58:42.377Z Checking ron v0.8.1
22412026-08-20T02:58:42.417Z Checking hashbrown v0.13.2
22422026-08-20T02:58:42.500Z Checking toml v0.7.8
22432026-08-20T02:58:42.692Z Checking itertools v0.15.0
22442026-08-20T02:58:42.841Z Checking itertools v0.13.0
22452026-08-20T02:58:42.891Z Checking signal-hook v0.3.18
22462026-08-20T02:58:42.924Z Checking crc-any v2.5.0
22472026-08-20T02:58:43.108Z Checking managed v0.8.0
22482026-08-20T02:58:43.150Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22492026-08-20T02:58:43.330Z Checking object v0.30.4
22502026-08-20T02:58:43.386Z Checking zip v0.6.6
22512026-08-20T02:58:43.519Z Checking backtrace v0.3.76
22522026-08-20T02:58:43.645Z Checking globset v0.4.18
22532026-08-20T02:58:43.750Z Checking chacha20 v0.10.0
22542026-08-20T02:58:43.850Z Checking curve25519-dalek v4.1.3
22552026-08-20T02:58:43.856Z Checking winnow v0.7.14
22562026-08-20T02:58:43.856Z Checking backtrace-ext v0.2.1
22572026-08-20T02:58:43.930Z Checking toml_write v0.1.2
22582026-08-20T02:58:43.935Z Checking path-slash v0.1.5
22592026-08-20T02:58:44.032Z Checking native-tls v0.2.18
22602026-08-20T02:58:44.039Z Checking signal-hook-mio v0.2.5
22612026-08-20T02:58:44.165Z Checking textwrap v0.16.2
22622026-08-20T02:58:44.177Z Checking ed25519 v2.2.3
22632026-08-20T02:58:44.202Z Checking ref-cast v1.0.25
22642026-08-20T02:58:44.244Z Checking pin-project v1.1.11
22652026-08-20T02:58:44.337Z Checking jiff-core v0.1.0
22662026-08-20T02:58:44.384Z Checking tokio-native-tls v0.3.1
22672026-08-20T02:58:44.420Z Checking pem v3.0.6
22682026-08-20T02:58:44.420Z Checking zstd-sys v2.0.16+zstd.1.5.7
22692026-08-20T02:58:44.588Z Checking owo-colors v4.3.0
22702026-08-20T02:58:44.624Z Checking fixedbitset v0.5.7
22712026-08-20T02:58:44.632Z Checking ed25519-dalek v2.2.0
22722026-08-20T02:58:44.632Z Checking zstd-safe v7.2.4
22732026-08-20T02:58:44.862Z Checking petgraph v0.8.3
22742026-08-20T02:58:44.891Z Checking hyper-tls v0.6.0
22752026-08-20T02:58:44.965Z Checking snafu v0.8.9
22762026-08-20T02:58:45.059Z Checking jiff v0.2.34
22772026-08-20T02:58:45.092Z Checking toml_edit v0.22.27
22782026-08-20T02:58:45.137Z Checking crossterm v0.28.1
22792026-08-20T02:58:45.186Z Checking supports-color v3.0.2
22802026-08-20T02:58:45.225Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22812026-08-20T02:58:45.269Z Checking similar v2.7.0
22822026-08-20T02:58:45.363Z Checking fs-err v3.3.0
22832026-08-20T02:58:45.449Z Checking hash32 v0.2.1
22842026-08-20T02:58:45.699Z Checking serde-big-array v0.5.1
22852026-08-20T02:58:45.775Z Checking serde_plain v1.0.2
22862026-08-20T02:58:45.775Z Checking libbz2-rs-sys v0.2.2
22872026-08-20T02:58:46.084Z Checking predicates-core v1.0.10
22882026-08-20T02:58:46.117Z Checking unicode-bidi v0.3.18
22892026-08-20T02:58:46.117Z Checking unicode-properties v0.1.4
22902026-08-20T02:58:46.117Z Checking bumpalo v3.20.2
22912026-08-20T02:58:46.148Z Checking typed-path v0.9.3
22922026-08-20T02:58:46.162Z Checking bzip2 v0.6.1
22932026-08-20T02:58:46.232Z Checking zopfli v0.8.3
22942026-08-20T02:58:46.246Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22952026-08-20T02:58:46.301Z Checking stringprep v0.1.5
22962026-08-20T02:58:46.317Z Checking heapless v0.7.17
22972026-08-20T02:58:46.385Z Checking reqwest v0.12.28
22982026-08-20T02:58:46.464Z Checking zstd v0.13.3
22992026-08-20T02:58:46.553Z Checking hickory-proto v0.25.2
23002026-08-20T02:58:46.593Z Checking byte-wrapper v0.1.0
23012026-08-20T02:58:46.635Z Checking md-5 v0.10.6
23022026-08-20T02:58:46.692Z Checking float-cmp v0.10.0
23032026-08-20T02:58:46.794Z Checking normalize-line-endings v0.3.0
23042026-08-20T02:58:46.836Z Checking fallible-iterator v0.2.0
23052026-08-20T02:58:46.843Z Checking difflib v0.4.0
23062026-08-20T02:58:46.910Z Checking supports-hyperlinks v3.2.0
23072026-08-20T02:58:46.949Z Checking supports-unicode v3.0.0
23082026-08-20T02:58:46.988Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23092026-08-20T02:58:46.993Z Checking zip v4.6.1
23102026-08-20T02:58:47.071Z Checking smoltcp v0.9.1
23112026-08-20T02:58:47.109Z Checking miette v7.6.0
23122026-08-20T02:58:47.114Z Checking predicates v3.1.4
23132026-08-20T02:58:47.185Z Checking postgres-protocol v0.6.10
23142026-08-20T02:58:47.190Z Checking iddqd v0.4.2
23152026-08-20T02:58:47.535Z Checking phf_shared v0.11.3
23162026-08-20T02:58:47.564Z Checking phf_shared v0.13.1
23172026-08-20T02:58:47.613Z Checking olpc-cjson v0.1.4
23182026-08-20T02:58:47.647Z Checking tokio-stream v0.1.18
23192026-08-20T02:58:47.653Z Checking strum v0.27.2
23202026-08-20T02:58:47.723Z Checking new_debug_unreachable v1.0.6
23212026-08-20T02:58:47.728Z Checking fixedbitset v0.4.2
23222026-08-20T02:58:47.803Z Checking lalrpop-util v0.19.12
23232026-08-20T02:58:47.806Z Checking precomputed-hash v0.1.1
23242026-08-20T02:58:47.882Z Checking tough v0.22.0
23252026-08-20T02:58:47.893Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23262026-08-20T02:58:47.965Z Checking petgraph v0.6.5
23272026-08-20T02:58:47.973Z Checking string_cache v0.8.9
23282026-08-20T02:58:48.034Z Checking phf v0.13.1
23292026-08-20T02:58:48.072Z Checking postgres-types v0.2.12
23302026-08-20T02:58:48.163Z Checking buf-list v1.1.2
23312026-08-20T02:58:48.209Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-20T02:58:48.242Z Checking whoami v2.1.0
23332026-08-20T02:58:48.384Z Checking peg-runtime v0.8.5
23342026-08-20T02:58:48.466Z Checking tokio-postgres v0.7.16
23352026-08-20T02:58:48.523Z Checking is-terminal v0.4.17
23362026-08-20T02:58:48.562Z Checking crossbeam-channel v0.5.15
23372026-08-20T02:58:48.601Z Checking thread_local v1.1.9
23382026-08-20T02:58:48.637Z Checking term v1.2.1
23392026-08-20T02:58:48.827Z Checking take_mut v0.2.2
23402026-08-20T02:58:48.890Z Checking slog-term v2.9.2
23412026-08-20T02:58:48.926Z Compiling newtype-uuid-macros v0.1.0
23422026-08-20T02:58:48.933Z Checking slog-async v2.8.0
23432026-08-20T02:58:49.174Z Checking match_cfg v0.1.0
23442026-08-20T02:58:49.219Z Checking slog-json v2.6.1
23452026-08-20T02:58:49.253Z Compiling multer v3.1.0
23462026-08-20T02:58:49.310Z Checking hostname v0.3.1
23472026-08-20T02:58:49.339Z Compiling async-stream-impl v0.3.6
23482026-08-20T02:58:49.411Z Compiling dropshot v0.17.1
23492026-08-20T02:58:49.448Z Checking slog-bunyan v2.5.0
23502026-08-20T02:58:49.597Z Checking debug-ignore v1.0.5
23512026-08-20T02:58:49.622Z Compiling dropshot_endpoint v0.17.1
23522026-08-20T02:58:49.698Z Checking serde_path_to_error v0.1.20
23532026-08-20T02:58:49.738Z Checking progenitor-client v0.14.0
23542026-08-20T02:58:49.778Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23552026-08-20T02:58:49.813Z Checking sha1 v0.11.0
23562026-08-20T02:58:49.922Z Checking serde_spanned v1.1.1
23572026-08-20T02:58:49.971Z Checking toml_datetime v1.1.1+spec-1.1.0
23582026-08-20T02:58:50.009Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23592026-08-20T02:58:50.014Z Checking compression-core v0.4.31
23602026-08-20T02:58:50.079Z Checking toml_writer v1.1.1+spec-1.1.0
23612026-08-20T02:58:50.137Z Checking async-stream v0.3.6
23622026-08-20T02:58:50.163Z Checking compression-codecs v0.4.37
23632026-08-20T02:58:50.243Z Checking waitgroup v0.1.2
23642026-08-20T02:58:50.318Z Checking toml v1.1.2+spec-1.1.0
23652026-08-20T02:58:50.324Z Checking rustls-pemfile v2.2.0
23662026-08-20T02:58:50.398Z Checking async-compression v0.4.41
23672026-08-20T02:58:50.448Z Checking hostname v0.4.2
23682026-08-20T02:58:50.513Z Checking atomicwrites v0.4.4
23692026-08-20T02:58:50.608Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702026-08-20T02:58:50.622Z Compiling parse-display-derive v0.10.0
23712026-08-20T02:58:50.622Z Checking macaddr v1.0.1
23722026-08-20T02:58:50.622Z Checking regress v0.10.5
23732026-08-20T02:58:50.683Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742026-08-20T02:58:50.701Z Checking instant v0.1.13
23752026-08-20T02:58:50.732Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-08-20T02:58:50.805Z Checking itertools v0.14.0
23772026-08-20T02:58:50.853Z Checking backoff v0.4.0
23782026-08-20T02:58:50.912Z Checking backon v1.6.0
23792026-08-20T02:58:51.019Z Checking humantime v2.3.0
23802026-08-20T02:58:51.065Z Compiling convert_case v0.4.0
23812026-08-20T02:58:51.131Z Checking progenitor-extras v0.2.0
23822026-08-20T02:58:51.175Z Checking half v2.7.1
23832026-08-20T02:58:51.260Z Checking ciborium-io v0.2.2
23842026-08-20T02:58:51.423Z Checking heck v0.5.0
23852026-08-20T02:58:51.428Z Checking secrecy v0.10.3
23862026-08-20T02:58:51.510Z Compiling derive_more v0.99.20
23872026-08-20T02:58:51.515Z Checking ciborium-ll v0.2.2
23882026-08-20T02:58:51.582Z Checking indent_write v2.2.0
23892026-08-20T02:58:51.622Z Checking camino-tempfile v1.4.1
23902026-08-20T02:58:51.749Z Compiling crucible-workspace-hack v0.1.0
23912026-08-20T02:58:51.763Z Checking ciborium v0.2.2
23922026-08-20T02:58:51.834Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-08-20T02:58:51.914Z Compiling regress v0.11.1
23942026-08-20T02:58:52.109Z Checking inout v0.1.4
23952026-08-20T02:58:52.215Z Checking universal-hash v0.5.1
23962026-08-20T02:58:52.235Z Compiling thiserror-impl-no-std v2.0.2
23972026-08-20T02:58:52.276Z Checking opaque-debug v0.3.1
23982026-08-20T02:58:52.303Z Checking cipher v0.4.4
23992026-08-20T02:58:52.332Z Checking parse-display v0.10.0
24002026-08-20T02:58:52.363Z Checking blake2 v0.10.6
24012026-08-20T02:58:52.439Z Checking poly1305 v0.8.0
24022026-08-20T02:58:52.509Z Checking aead v0.5.2
24032026-08-20T02:58:52.545Z Checking chacha20 v0.9.1
24042026-08-20T02:58:52.634Z Checking password-hash v0.5.0
24052026-08-20T02:58:52.686Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24062026-08-20T02:58:52.736Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24072026-08-20T02:58:52.779Z Checking chacha20poly1305 v0.10.1
24082026-08-20T02:58:52.893Z Checking argon2 v0.5.3
24092026-08-20T02:58:52.951Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24102026-08-20T02:58:53.138Z Compiling unsafe-libyaml v0.2.11
24112026-08-20T02:58:53.213Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-20T02:58:53.269Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24132026-08-20T02:58:53.372Z Checking thiserror-no-std v2.0.2
24142026-08-20T02:58:53.417Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152026-08-20T02:58:53.502Z Compiling typify-impl v0.6.2
24162026-08-20T02:58:53.542Z Checking vsss-rs v3.3.4
24172026-08-20T02:58:53.903Z Compiling serde_yaml v0.9.34+deprecated
24182026-08-20T02:58:54.140Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24192026-08-20T02:58:54.672Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24202026-08-20T02:58:54.890Z Checking swrite v0.1.0
24212026-08-20T02:58:54.930Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-20T02:58:55.018Z Checking crossbeam-deque v0.8.6
24232026-08-20T02:58:55.065Z Compiling rayon-core v1.13.0
24242026-08-20T02:58:55.126Z Compiling num-derive v0.4.2
24252026-08-20T02:58:55.247Z Compiling toml_datetime v0.7.5+spec-1.1.0
24262026-08-20T02:58:55.367Z Compiling proc-macro-error v1.0.4
24272026-08-20T02:58:55.513Z Compiling toml_edit v0.23.10+spec-1.0.0
24282026-08-20T02:58:55.691Z Checking rayon v1.11.0
24292026-08-20T02:58:55.732Z Checking tabwriter v1.4.1
24302026-08-20T02:58:55.773Z Checking glob v0.3.3
24312026-08-20T02:58:55.875Z Compiling heapless v0.8.0
24322026-08-20T02:58:55.915Z Checking hash32 v0.3.1
24332026-08-20T02:58:55.978Z Compiling ingot-macros v0.2.0
24342026-08-20T02:58:56.076Z Compiling proc-macro-crate v3.4.0
24352026-08-20T02:58:56.077Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24362026-08-20T02:58:56.418Z Compiling smoltcp v0.11.0
24372026-08-20T02:58:56.439Z Checking colored v3.1.1
24382026-08-20T02:58:56.715Z Compiling num_enum_derive v0.7.6
24392026-08-20T02:58:56.795Z Checking toml v0.8.23
24402026-08-20T02:58:56.837Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24412026-08-20T02:58:56.877Z Checking cobs v0.3.0
24422026-08-20T02:58:57.049Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24432026-08-20T02:58:57.095Z Checking postcard v1.1.3
24442026-08-20T02:58:57.209Z Checking rand v0.10.1
24452026-08-20T02:58:57.313Z Compiling proc-macro-crate v1.3.1
24462026-08-20T02:58:57.417Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-20T02:58:57.671Z Checking sigpipe v0.1.3
24482026-08-20T02:58:57.737Z Compiling foreign-types-macros v0.2.3
24492026-08-20T02:58:57.788Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24502026-08-20T02:58:57.832Z Checking foreign-types-shared v0.3.1
24512026-08-20T02:58:57.841Z Checking num_enum v0.7.6
24522026-08-20T02:58:57.949Z Compiling num_enum_derive v0.5.11
24532026-08-20T02:58:58.072Z Compiling typify-macro v0.6.2
24542026-08-20T02:58:58.169Z Compiling usdt-attr-macro v0.5.0
24552026-08-20T02:58:58.247Z Compiling usdt-macro v0.5.0
24562026-08-20T02:58:58.354Z Checking foreign-types v0.5.0
24572026-08-20T02:58:58.394Z Checking cstr-argument v0.1.2
24582026-08-20T02:58:58.468Z Checking memmap v0.7.0
24592026-08-20T02:58:58.548Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-20T02:58:58.762Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24612026-08-20T02:58:58.880Z Checking ingot-types v0.2.0
24622026-08-20T02:58:59.005Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-20T02:58:59.046Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24642026-08-20T02:58:59.051Z Checking num_enum v0.5.11
24652026-08-20T02:58:59.051Z Checking usdt v0.5.0
24662026-08-20T02:58:59.175Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24672026-08-20T02:58:59.189Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24682026-08-20T02:58:59.264Z Checking ingot v0.2.1
24692026-08-20T02:58:59.272Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24702026-08-20T02:58:59.356Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24712026-08-20T02:58:59.367Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24722026-08-20T02:58:59.388Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24732026-08-20T02:58:59.492Z Compiling zone_cfg_derive v0.3.1
24742026-08-20T02:58:59.535Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24752026-08-20T02:58:59.620Z Checking itertools v0.12.1
24762026-08-20T02:58:59.737Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24772026-08-20T02:58:59.834Z Compiling typify v0.6.2
24782026-08-20T02:58:59.954Z Compiling progenitor-impl v0.14.0
24792026-08-20T02:59:00.081Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24802026-08-20T02:59:00.171Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24812026-08-20T02:59:00.269Z Checking smf v0.2.3
24822026-08-20T02:59:00.311Z Checking whoami v1.6.1
24832026-08-20T02:59:00.424Z Compiling derive-where v1.6.0
24842026-08-20T02:59:00.521Z Checking tokio-dtrace v0.1.1
24852026-08-20T02:59:00.559Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24862026-08-20T02:59:00.652Z Checking zone v0.3.1
24872026-08-20T02:59:00.756Z Checking oxide-tokio-rt v0.1.4
24882026-08-20T02:59:00.909Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24892026-08-20T02:59:00.954Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24902026-08-20T02:59:01.038Z Checking console v0.15.11
24912026-08-20T02:59:01.047Z Checking newline-converter v0.3.0
24922026-08-20T02:59:01.184Z Checking bytecount v0.6.9
24932026-08-20T02:59:01.293Z Checking num-rational v0.4.2
24942026-08-20T02:59:01.328Z Checking num-complex v0.4.6
24952026-08-20T02:59:01.399Z Checking expectorate v1.2.0
24962026-08-20T02:59:01.573Z Compiling cancel-safe-futures v0.1.5
24972026-08-20T02:59:01.607Z Checking float-ord v0.3.2
24982026-08-20T02:59:01.693Z Checking num v0.4.3
24992026-08-20T02:59:01.746Z Checking linear-map v1.2.0
25002026-08-20T02:59:01.837Z Checking gethostname v0.5.0
25012026-08-20T02:59:01.841Z Checking oxide-update-engine-types v0.1.2
25022026-08-20T02:59:01.950Z Compiling prettyplease v0.2.37
25032026-08-20T02:59:01.987Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-08-20T02:59:02.156Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25052026-08-20T02:59:02.248Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25062026-08-20T02:59:02.420Z Checking resolv-conf v0.7.6
25072026-08-20T02:59:02.487Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-08-20T02:59:02.529Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25092026-08-20T02:59:02.635Z Checking papergrid v0.11.0
25102026-08-20T02:59:02.717Z Compiling progenitor-macro v0.14.0
25112026-08-20T02:59:02.759Z Compiling tabled_derive v0.7.0
25122026-08-20T02:59:02.856Z Checking oxide-update-engine v0.1.2
25132026-08-20T02:59:03.241Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25142026-08-20T02:59:03.301Z Compiling convert_case v0.10.0
25152026-08-20T02:59:03.327Z Compiling slog-dtrace v0.3.0
25162026-08-20T02:59:03.623Z Compiling derive_more-impl v2.1.1
25172026-08-20T02:59:03.663Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25182026-08-20T02:59:03.760Z Checking tabled v0.15.0
25192026-08-20T02:59:04.110Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25202026-08-20T02:59:04.390Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25212026-08-20T02:59:04.487Z Checking derive_more v2.1.1
25222026-08-20T02:59:04.603Z Checking crossterm v0.29.0
25232026-08-20T02:59:04.803Z Checking linked-hash-map v0.5.6
25242026-08-20T02:59:05.023Z Checking lru-cache v0.1.2
25252026-08-20T02:59:05.266Z Checking hickory-proto v0.24.4
25262026-08-20T02:59:05.297Z Checking fd-lock v4.0.4
25272026-08-20T02:59:06.141Z Checking vte v0.14.1
25282026-08-20T02:59:06.261Z Checking strip-ansi-escapes v0.2.1
25292026-08-20T02:59:06.846Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-08-20T02:59:07.145Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25312026-08-20T02:59:07.629Z Checking termtree v0.5.1
25322026-08-20T02:59:07.737Z Checking progenitor v0.14.0
25332026-08-20T02:59:07.797Z Checking nu-ansi-term v0.50.3
25342026-08-20T02:59:07.914Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-08-20T02:59:07.950Z Checking hickory-resolver v0.24.4
25362026-08-20T02:59:07.987Z Compiling minimal-lexical v0.2.1
25372026-08-20T02:59:08.043Z Checking reedline v0.40.0
25382026-08-20T02:59:08.434Z Compiling nom v7.1.3
25392026-08-20T02:59:08.729Z Checking qorb v0.4.1
25402026-08-20T02:59:09.797Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25412026-08-20T02:59:09.846Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25422026-08-20T02:59:09.885Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25432026-08-20T02:59:09.936Z Compiling unicode-xid v0.2.6
25442026-08-20T02:59:10.004Z Checking display-error-chain v0.2.2
25452026-08-20T02:59:10.066Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-08-20T02:59:10.230Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25472026-08-20T02:59:10.307Z Compiling ar_archive_writer v0.5.1
25482026-08-20T02:59:10.349Z Checking csv-core v0.1.13
25492026-08-20T02:59:10.442Z Compiling stacker v0.1.23
25502026-08-20T02:59:10.562Z Checking csv v1.4.0
25512026-08-20T02:59:10.736Z Compiling semver v0.1.20
25522026-08-20T02:59:10.778Z Checking highway v1.3.0
25532026-08-20T02:59:10.817Z Compiling cfg_aliases v0.1.1
25542026-08-20T02:59:10.930Z Compiling nix v0.28.0
25552026-08-20T02:59:10.972Z Compiling rustc_version v0.1.7
25562026-08-20T02:59:11.118Z Checking nibble_vec v0.1.0
25572026-08-20T02:59:11.121Z Checking endian-type v0.1.2
25582026-08-20T02:59:11.197Z Compiling psm v0.1.30
25592026-08-20T02:59:11.279Z Compiling newtype_derive v0.1.6
25602026-08-20T02:59:11.319Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25612026-08-20T02:59:11.323Z Checking radix_trie v0.2.1
25622026-08-20T02:59:11.439Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25632026-08-20T02:59:11.501Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25642026-08-20T02:59:11.641Z Checking phf_shared v0.12.1
25652026-08-20T02:59:11.851Z Compiling recursive-proc-macro-impl v0.1.1
25662026-08-20T02:59:11.887Z Compiling chrono-tz v0.10.4
25672026-08-20T02:59:11.891Z Checking phf v0.12.1
25682026-08-20T02:59:12.089Z Compiling const_format_proc_macros v0.2.34
25692026-08-20T02:59:12.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25702026-08-20T02:59:12.130Z Compiling peg-macros v0.8.5
25712026-08-20T02:59:12.245Z Checking winnow v0.6.26
25722026-08-20T02:59:12.276Z Compiling sqlparser_derive v0.5.0
25732026-08-20T02:59:12.314Z Checking recursive v0.1.1
25742026-08-20T02:59:12.443Z Checking home v0.5.12
25752026-08-20T02:59:12.588Z Checking unicode_categories v0.1.1
25762026-08-20T02:59:13.003Z Checking rustyline v14.0.0
25772026-08-20T02:59:13.065Z Checking sqlparser v0.61.0
25782026-08-20T02:59:13.401Z Checking sqlformat v0.3.5
25792026-08-20T02:59:13.568Z Checking peg v0.8.5
25802026-08-20T02:59:13.676Z Checking const_format v0.2.35
25812026-08-20T02:59:13.838Z Checking bcs v0.1.6
25822026-08-20T02:59:13.875Z Checking nom v8.0.0
25832026-08-20T02:59:13.945Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25842026-08-20T02:59:14.000Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25852026-08-20T02:59:14.113Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25862026-08-20T02:59:14.230Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25872026-08-20T02:59:14.335Z Checking steno v0.4.1
25882026-08-20T02:59:14.414Z Checking sha1 v0.10.6
25892026-08-20T02:59:14.590Z Checking filetime v0.2.27
25902026-08-20T02:59:14.693Z Checking xattr v1.6.1
25912026-08-20T02:59:14.765Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922026-08-20T02:59:14.840Z Checking tar v0.4.46
25932026-08-20T02:59:14.932Z Checking subprocess v0.2.15
25942026-08-20T02:59:15.042Z Checking headers-core v0.3.0
25952026-08-20T02:59:15.213Z Checking headers v0.4.1
25962026-08-20T02:59:15.267Z Checking yasna v0.5.2
25972026-08-20T02:59:15.394Z Checking port-file v0.1.0
25982026-08-20T02:59:15.755Z Checking dropshot-api-manager-types v0.8.0
25992026-08-20T02:59:15.770Z Checking rcgen v0.12.1
26002026-08-20T02:59:15.770Z Checking tagptr v0.2.0
26012026-08-20T02:59:15.830Z Checking utf-8 v0.7.6
26022026-08-20T02:59:15.860Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26032026-08-20T02:59:15.905Z Checking moka v0.12.13
26042026-08-20T02:59:16.022Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26052026-08-20T02:59:16.050Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26062026-08-20T02:59:16.098Z Compiling libefi-sys v0.1.0
26072026-08-20T02:59:16.186Z Compiling bitfield-struct v0.6.2
26082026-08-20T02:59:16.552Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26092026-08-20T02:59:16.606Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26102026-08-20T02:59:16.633Z Checking hickory-resolver v0.25.2
26112026-08-20T02:59:16.662Z Checking tungstenite v0.21.0
26122026-08-20T02:59:16.780Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26132026-08-20T02:59:16.849Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26142026-08-20T02:59:17.048Z Compiling xshell-macros v0.2.7
26152026-08-20T02:59:17.113Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26162026-08-20T02:59:17.145Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26172026-08-20T02:59:17.153Z Checking tokio-tungstenite v0.21.0
26182026-08-20T02:59:17.265Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26192026-08-20T02:59:17.374Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26202026-08-20T02:59:17.428Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26212026-08-20T02:59:17.449Z Checking xshell v0.2.7
26222026-08-20T02:59:17.509Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26232026-08-20T02:59:17.682Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26242026-08-20T02:59:17.916Z Checking half v1.8.3
26252026-08-20T02:59:18.044Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26262026-08-20T02:59:18.142Z Checking serde_cbor v0.11.2
26272026-08-20T02:59:18.360Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26282026-08-20T02:59:18.451Z Checking libscf-sys v1.2.0
26292026-08-20T02:59:18.492Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26302026-08-20T02:59:18.553Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26312026-08-20T02:59:18.590Z Checking papergrid v0.18.0
26322026-08-20T02:59:18.635Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-08-20T02:59:18.877Z Checking maplit v1.0.2
26342026-08-20T02:59:18.992Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26352026-08-20T02:59:19.107Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26362026-08-20T02:59:19.205Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26372026-08-20T02:59:19.290Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26382026-08-20T02:59:19.479Z Checking tabled v0.21.0
26392026-08-20T02:59:19.736Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26402026-08-20T02:59:19.801Z Checking crc8 v0.1.1
26412026-08-20T02:59:19.920Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26422026-08-20T02:59:19.954Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-20T02:59:20.062Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26442026-08-20T02:59:20.098Z Checking unicase v2.9.0
26452026-08-20T02:59:20.144Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26462026-08-20T02:59:20.285Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26472026-08-20T02:59:20.340Z Checking fxhash v0.2.1
26482026-08-20T02:59:20.499Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26492026-08-20T02:59:20.631Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26502026-08-20T02:59:20.778Z Checking sha2 v0.11.0
26512026-08-20T02:59:20.792Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26522026-08-20T02:59:20.936Z Compiling darling_core v0.21.3
26532026-08-20T02:59:21.427Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26542026-08-20T02:59:21.504Z Compiling vergen-lib v0.1.6
26552026-08-20T02:59:21.653Z Compiling diesel_derives v2.3.7
26562026-08-20T02:59:21.776Z Checking scheduled-thread-pool v0.2.7
26572026-08-20T02:59:21.865Z Compiling vergen-gitcl v1.0.8
26582026-08-20T02:59:21.913Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26592026-08-20T02:59:21.961Z Compiling diesel_table_macro_syntax v0.3.0
26602026-08-20T02:59:22.138Z Checking r2d2 v0.8.10
26612026-08-20T02:59:22.276Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26622026-08-20T02:59:22.354Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26632026-08-20T02:59:22.619Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26642026-08-20T02:59:22.757Z Checking downcast-rs v2.0.2
26652026-08-20T02:59:22.937Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-08-20T02:59:23.251Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-08-20T02:59:23.291Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26682026-08-20T02:59:23.446Z Checking kstat-rs v0.2.5
26692026-08-20T02:59:23.493Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26702026-08-20T02:59:23.531Z Compiling darling_macro v0.21.3
26712026-08-20T02:59:23.568Z Compiling proc-macro-error-attr2 v2.0.0
26722026-08-20T02:59:23.669Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-08-20T02:59:23.951Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26742026-08-20T02:59:24.009Z Compiling proc-macro-error2 v2.0.1
26752026-08-20T02:59:24.108Z Compiling darling v0.21.3
26762026-08-20T02:59:24.224Z Compiling dsl_auto_type v0.2.0
26772026-08-20T02:59:24.358Z Compiling knus-derive v3.4.0
26782026-08-20T02:59:24.394Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-08-20T02:59:25.263Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-08-20T02:59:25.610Z Compiling dirs-sys-next v0.1.2
26812026-08-20T02:59:25.779Z Compiling salty v0.3.0
26822026-08-20T02:59:25.821Z Compiling crunchy v0.2.4
26832026-08-20T02:59:25.869Z Compiling parking_lot_core v0.8.6
26842026-08-20T02:59:25.919Z Compiling dirs-next v2.0.0
26852026-08-20T02:59:26.087Z Compiling clang-sys v1.8.1
26862026-08-20T02:59:26.171Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-20T02:59:26.354Z Compiling git-stub v1.0.0
26882026-08-20T02:59:26.380Z Compiling tiny-keccak v2.0.2
26892026-08-20T02:59:26.593Z Compiling git-stub-vcs v0.1.0
26902026-08-20T02:59:26.608Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-20T02:59:26.874Z Compiling term v0.7.0
26922026-08-20T02:59:26.906Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26932026-08-20T02:59:26.960Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-08-20T02:59:27.003Z Compiling bit-vec v0.6.3
26952026-08-20T02:59:27.120Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26962026-08-20T02:59:27.240Z Compiling ascii-canvas v3.0.0
26972026-08-20T02:59:27.274Z Compiling bit-set v0.5.3
26982026-08-20T02:59:27.461Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26992026-08-20T02:59:27.497Z Checking parking_lot v0.11.2
27002026-08-20T02:59:27.630Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27012026-08-20T02:59:27.675Z Checking rfc6979 v0.4.0
27022026-08-20T02:59:27.779Z Checking prefix-trie v0.7.0
27032026-08-20T02:59:27.812Z Compiling hashbrown v0.14.5
27042026-08-20T02:59:28.100Z Compiling itertools v0.10.5
27052026-08-20T02:59:28.225Z Compiling ena v0.14.4
27062026-08-20T02:59:28.247Z Compiling libloading v0.8.9
27072026-08-20T02:59:28.376Z Compiling bindgen v0.71.1
27082026-08-20T02:59:28.408Z Compiling diff v0.1.13
27092026-08-20T02:59:28.411Z Compiling regex-syntax v0.6.29
27102026-08-20T02:59:28.709Z Compiling chumsky v0.9.3
27112026-08-20T02:59:28.831Z Checking hickory-server v0.25.2
27122026-08-20T02:59:29.174Z Compiling ecdsa v0.16.9
27132026-08-20T02:59:29.958Z Compiling lalrpop v0.19.12
27142026-08-20T02:59:30.005Z Checking sled v0.34.7
27152026-08-20T02:59:30.137Z Compiling cexpr v0.6.0
27162026-08-20T02:59:30.182Z Checking primeorder v0.13.6
27172026-08-20T02:59:30.221Z Checking diesel v2.3.7
27182026-08-20T02:59:30.466Z Checking nanorand v0.7.0
27192026-08-20T02:59:30.707Z Compiling rustc-hash v2.1.1
27202026-08-20T02:59:30.817Z Compiling p384 v0.13.1
27212026-08-20T02:59:30.854Z Checking flume v0.11.1
27222026-08-20T02:59:31.274Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27232026-08-20T02:59:31.426Z Compiling knus v3.4.0
27242026-08-20T02:59:31.675Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27252026-08-20T02:59:31.906Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27262026-08-20T02:59:32.122Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27272026-08-20T02:59:32.335Z Compiling libxml v0.3.3
27282026-08-20T02:59:32.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-08-20T02:59:32.425Z Checking assert_matches v1.5.0
27302026-08-20T02:59:32.455Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27312026-08-20T02:59:32.759Z Compiling strum_macros v0.24.3
27322026-08-20T02:59:32.780Z Compiling indoc v1.0.9
27332026-08-20T02:59:33.558Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27342026-08-20T02:59:33.776Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-08-20T02:59:33.820Z Checking quick-xml v0.37.5
27362026-08-20T02:59:34.025Z Checking derive_builder v0.20.2
27372026-08-20T02:59:34.153Z Compiling oso-derive v0.27.3
27382026-08-20T02:59:34.255Z Compiling impl-trait-for-tuples v0.2.3
27392026-08-20T02:59:34.737Z Compiling trait-variant v0.1.2
27402026-08-20T02:59:34.790Z Checking openssl-probe v0.1.6
27412026-08-20T02:59:34.948Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27422026-08-20T02:59:35.276Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-20T02:59:35.573Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-08-20T02:59:35.741Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27452026-08-20T02:59:35.779Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
27462026-08-20T02:59:35.979Z Checking corncobs v0.1.4
27472026-08-20T02:59:36.110Z Checking predicates-tree v1.0.13
27482026-08-20T02:59:36.148Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27492026-08-20T02:59:36.191Z Compiling progenitor-impl v0.13.0
27502026-08-20T02:59:36.260Z Checking secrecy v0.8.0
27512026-08-20T02:59:36.432Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27522026-08-20T02:59:37.003Z Checking progenitor-client v0.13.0
27532026-08-20T02:59:37.213Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
27542026-08-20T02:59:37.288Z Checking anstyle-parse v0.2.7
27552026-08-20T02:59:37.425Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27562026-08-20T02:59:37.481Z Checking anstream v0.6.21
27572026-08-20T02:59:37.719Z Checking bb8 v0.8.6
27582026-08-20T02:59:37.968Z Compiling mime_guess v2.0.5
27592026-08-20T02:59:38.066Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27602026-08-20T02:59:38.285Z Checking ignore v0.4.25
27612026-08-20T02:59:38.556Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27622026-08-20T02:59:38.734Z Checking http-range v0.1.5
27632026-08-20T02:59:38.775Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27642026-08-20T02:59:38.886Z Compiling progenitor-macro v0.13.0
27652026-08-20T02:59:38.925Z Checking globwalk v0.9.1
27662026-08-20T02:59:39.247Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27672026-08-20T02:59:39.469Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27682026-08-20T02:59:39.632Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27692026-08-20T02:59:40.322Z Checking digest-io v0.1.0
27702026-08-20T02:59:40.504Z Checking nonempty v0.12.0
27712026-08-20T02:59:40.706Z Checking rawzip v0.4.4
27722026-08-20T02:59:40.816Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
27732026-08-20T02:59:41.197Z Checking camino-tempfile-ext v0.3.3
27742026-08-20T02:59:41.241Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27752026-08-20T02:59:41.421Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27762026-08-20T02:59:41.641Z Checking hyper-staticfile v0.10.1
27772026-08-20T02:59:41.977Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27782026-08-20T02:59:42.282Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27792026-08-20T02:59:42.554Z Checking signal-hook-tokio v0.3.1
27802026-08-20T02:59:42.731Z Compiling illumos-nvpair-sys v0.2.0
27812026-08-20T02:59:42.774Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-08-20T02:59:42.896Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27832026-08-20T02:59:43.174Z Checking scuffle v0.1.0
27842026-08-20T02:59:43.231Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27852026-08-20T02:59:43.314Z Checking illumos-nvpair v0.3.0
27862026-08-20T02:59:43.602Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27872026-08-20T02:59:43.631Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27882026-08-20T02:59:43.887Z Checking progenitor v0.13.0
27892026-08-20T02:59:43.903Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27902026-08-20T02:59:43.972Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27912026-08-20T02:59:43.982Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-08-20T02:59:44.087Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27932026-08-20T02:59:44.256Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27942026-08-20T02:59:44.454Z Checking async-bb8-diesel v0.2.1
27952026-08-20T02:59:44.849Z Checking diesel-dtrace v0.5.0
27962026-08-20T02:59:44.939Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27972026-08-20T02:59:45.131Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27982026-08-20T02:59:45.212Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27992026-08-20T02:59:45.337Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28002026-08-20T02:59:45.688Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28012026-08-20T02:59:45.790Z Checking tungstenite v0.23.0
28022026-08-20T02:59:45.878Z Checking rand_seeder v0.4.0
28032026-08-20T02:59:46.058Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28042026-08-20T02:59:46.109Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28052026-08-20T02:59:46.250Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28062026-08-20T02:59:46.473Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28072026-08-20T02:59:47.869Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28082026-08-20T02:59:48.115Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28092026-08-20T02:59:48.167Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28102026-08-20T02:59:48.539Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28112026-08-20T02:59:48.934Z Checking tokio-tungstenite v0.23.1
28122026-08-20T02:59:49.247Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-08-20T02:59:49.313Z Checking void v1.0.2
28142026-08-20T02:59:49.471Z Checking lzss v0.8.2
28152026-08-20T02:59:49.552Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28162026-08-20T02:59:49.619Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-08-20T02:59:49.704Z Checking nix v0.27.1
28182026-08-20T02:59:49.771Z Checking serde_bytes v0.11.19
28192026-08-20T02:59:49.813Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28202026-08-20T02:59:50.225Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28212026-08-20T02:59:50.579Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28222026-08-20T02:59:50.936Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28232026-08-20T02:59:51.406Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242026-08-20T02:59:51.667Z Checking cpubits v0.1.1
28252026-08-20T02:59:51.703Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28262026-08-20T02:59:51.736Z Checking yansi v1.0.1
28272026-08-20T02:59:51.778Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28282026-08-20T02:59:52.049Z Checking pretty_assertions v1.4.1
28292026-08-20T02:59:52.099Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28302026-08-20T02:59:52.223Z Checking pem-rfc7468 v1.0.0
28312026-08-20T02:59:52.511Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28322026-08-20T02:59:52.713Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28332026-08-20T02:59:52.886Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28342026-08-20T02:59:52.946Z Checking hmac v0.13.0
28352026-08-20T02:59:53.153Z Checking universal-hash v0.6.1
28362026-08-20T02:59:53.330Z Compiling libz-sys v1.1.24
28372026-08-20T02:59:53.701Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-20T02:59:53.751Z Compiling instability v0.3.11
28392026-08-20T02:59:53.933Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-20T02:59:54.048Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28412026-08-20T02:59:54.123Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28422026-08-20T02:59:54.178Z Checking castaway v0.2.4
28432026-08-20T02:59:54.329Z Compiling indoc v2.0.7
28442026-08-20T02:59:54.423Z Checking compact_str v0.8.1
28452026-08-20T02:59:54.861Z Checking polyval v0.7.1
28462026-08-20T02:59:54.934Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-08-20T02:59:55.106Z Checking der v0.8.0
28482026-08-20T02:59:55.528Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28492026-08-20T02:59:55.599Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28502026-08-20T02:59:55.697Z Checking unicode-truncate v1.1.0
28512026-08-20T02:59:55.757Z Checking lru v0.12.5
28522026-08-20T02:59:55.828Z Compiling libgit2-sys v0.18.3+1.9.2
28532026-08-20T02:59:55.879Z Checking arc-swap v1.8.2
28542026-08-20T02:59:55.945Z Checking cassowary v0.3.0
28552026-08-20T02:59:56.120Z Checking ghash v0.6.0
28562026-08-20T02:59:56.157Z Checking slog-scope v4.4.1
28572026-08-20T02:59:56.228Z Checking ratatui v0.29.0
28582026-08-20T02:59:56.349Z Checking pbkdf2 v0.13.0
28592026-08-20T02:59:56.458Z Checking crypto-bigint v0.7.5
28602026-08-20T02:59:56.539Z Checking aes v0.9.1
28612026-08-20T02:59:56.986Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28622026-08-20T02:59:57.598Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28632026-08-20T02:59:57.847Z Checking ctr v0.10.1
28642026-08-20T02:59:58.052Z Checking aead v0.6.1
28652026-08-20T02:59:58.242Z Checking cargo-platform v0.3.2
28662026-08-20T02:59:58.276Z Checking aes-gcm v0.11.0
28672026-08-20T02:59:58.459Z Checking cargo_metadata v0.23.1
28682026-08-20T02:59:58.504Z Checking slog-stdlog v4.1.1
28692026-08-20T02:59:58.667Z Checking spki v0.8.0
28702026-08-20T02:59:58.724Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-08-20T02:59:58.876Z Checking colored v2.2.0
28722026-08-20T02:59:59.108Z Checking salsa20 v0.11.0
28732026-08-20T02:59:59.258Z Checking console v0.16.2
28742026-08-20T02:59:59.301Z Compiling vergen-git2 v9.1.0
28752026-08-20T02:59:59.516Z Checking plotters-backend v0.3.7
28762026-08-20T02:59:59.589Z Checking unit-prefix v0.5.2
28772026-08-20T02:59:59.754Z Checking indicatif v0.18.4
28782026-08-20T02:59:59.758Z Checking plotters-svg v0.3.7
28792026-08-20T02:59:59.984Z Checking scrypt v0.12.0
28802026-08-20T03:00:00.136Z Checking slog-envlogger v2.2.0
28812026-08-20T03:00:00.195Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-08-20T03:00:00.229Z Checking cbc v0.2.1
28832026-08-20T03:00:00.323Z Checking libsw-core v0.3.2
28842026-08-20T03:00:00.412Z Checking cast v0.3.0
28852026-08-20T03:00:00.496Z Checking pkcs5 v0.8.1
28862026-08-20T03:00:00.548Z Checking libsw v3.5.0
28872026-08-20T03:00:01.009Z Checking criterion-plot v0.6.0
28882026-08-20T03:00:01.015Z Checking plotters v0.3.7
28892026-08-20T03:00:01.015Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28902026-08-20T03:00:01.015Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28912026-08-20T03:00:01.114Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28922026-08-20T03:00:01.367Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28932026-08-20T03:00:01.521Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28942026-08-20T03:00:01.583Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-20T03:00:01.750Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28962026-08-20T03:00:01.812Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28972026-08-20T03:00:01.894Z Checking tinytemplate v1.2.1
28982026-08-20T03:00:01.980Z Checking shell-words v1.1.1
28992026-08-20T03:00:02.141Z Checking anes v0.1.6
29002026-08-20T03:00:02.173Z Checking oorandom v11.1.5
29012026-08-20T03:00:02.361Z Checking criterion v0.7.0
29022026-08-20T03:00:02.403Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-20T03:00:02.751Z Checking pkcs8 v0.11.0
29042026-08-20T03:00:02.986Z Checking oxide-update-engine-display v0.1.2
29052026-08-20T03:00:03.326Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29062026-08-20T03:00:03.593Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29072026-08-20T03:00:03.898Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29082026-08-20T03:00:04.732Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29092026-08-20T03:00:05.562Z Checking tokio-test v0.4.5
29102026-08-20T03:00:05.806Z Checking ff v0.14.0
29112026-08-20T03:00:05.982Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29122026-08-20T03:00:06.234Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29132026-08-20T03:00:06.654Z Checking twox-hash v2.1.2
29142026-08-20T03:00:06.991Z Compiling petname v2.0.2
29152026-08-20T03:00:07.273Z Checking atty v0.2.14
29162026-08-20T03:00:07.408Z Checking arrayref v0.3.9
29172026-08-20T03:00:07.507Z Checking constant_time_eq v0.4.2
29182026-08-20T03:00:07.544Z Checking arrayvec v0.7.6
29192026-08-20T03:00:07.824Z Checking group v0.14.0
29202026-08-20T03:00:07.864Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29212026-08-20T03:00:08.023Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29222026-08-20T03:00:08.071Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-20T03:00:08.795Z Checking fatfs v0.3.6
29242026-08-20T03:00:08.921Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-20T03:00:09.083Z Checking signature v3.0.0
29262026-08-20T03:00:09.121Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-20T03:00:09.275Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29282026-08-20T03:00:09.282Z Compiling seq-macro v0.3.6
29292026-08-20T03:00:09.847Z Checking base16ct v1.0.0
29302026-08-20T03:00:10.014Z Checking sec1 v0.8.1
29312026-08-20T03:00:10.259Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29322026-08-20T03:00:10.471Z Checking hkdf v0.13.0
29332026-08-20T03:00:10.511Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29342026-08-20T03:00:10.612Z Checking concurrent-queue v2.5.0
29352026-08-20T03:00:10.650Z Checking sapling-renderdag v0.1.0
29362026-08-20T03:00:10.707Z Checking sync-ptr v0.1.4
29372026-08-20T03:00:10.831Z Checking parking v2.2.1
29382026-08-20T03:00:10.870Z Checking elliptic-curve v0.14.1
29392026-08-20T03:00:10.922Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29402026-08-20T03:00:10.988Z Checking event-listener v5.4.1
29412026-08-20T03:00:11.254Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29422026-08-20T03:00:11.305Z Checking rtoolbox v0.0.3
29432026-08-20T03:00:11.344Z Compiling samael v0.0.19
29442026-08-20T03:00:11.475Z Checking rpassword v7.5.4
29452026-08-20T03:00:11.564Z Checking event-listener-strategy v0.5.4
29462026-08-20T03:00:11.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29472026-08-20T03:00:11.733Z Checking wnaf v0.14.0
29482026-08-20T03:00:11.934Z Checking primefield v0.14.0
29492026-08-20T03:00:12.180Z Checking rfc6979 v0.6.0
29502026-08-20T03:00:12.359Z Checking tui-tree-widget v0.23.1
29512026-08-20T03:00:12.587Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29522026-08-20T03:00:12.659Z Compiling blake3 v1.8.5
29532026-08-20T03:00:13.053Z Checking futures-timer v3.0.3
29542026-08-20T03:00:13.592Z Checking ecdsa v0.17.0
29552026-08-20T03:00:13.781Z Checking primeorder v0.14.0
29562026-08-20T03:00:14.032Z Checking async-lock v3.4.2
29572026-08-20T03:00:14.183Z Compiling curve25519-dalek v5.0.0
29582026-08-20T03:00:14.234Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29592026-08-20T03:00:14.452Z Checking async-object-pool v0.2.0
29602026-08-20T03:00:14.924Z Checking ssh-encoding v0.3.0
29612026-08-20T03:00:15.186Z Checking serde_regex v1.1.0
29622026-08-20T03:00:15.382Z Checking assert-json-diff v2.0.2
29632026-08-20T03:00:15.594Z Checking path-tree v0.8.3
29642026-08-20T03:00:15.819Z Checking keccak v0.2.0
29652026-08-20T03:00:16.017Z Checking stringmetrics v2.2.2
29662026-08-20T03:00:16.228Z Compiling strsim v0.10.0
29672026-08-20T03:00:16.592Z Checking topological-sort v0.2.2
29682026-08-20T03:00:16.633Z Compiling darling_core v0.13.4
29692026-08-20T03:00:16.706Z Checking httpmock v0.8.3
29702026-08-20T03:00:16.771Z Checking omicron-zone-package v0.12.3
29712026-08-20T03:00:17.674Z Checking ed25519 v3.0.0
29722026-08-20T03:00:17.858Z Checking pkcs1 v0.8.0-rc.4
29732026-08-20T03:00:17.912Z Checking crypto-primes v0.7.2
29742026-08-20T03:00:18.108Z Checking poly1305 v0.9.0
29752026-08-20T03:00:18.429Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29762026-08-20T03:00:18.522Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29772026-08-20T03:00:18.871Z Checking blowfish v0.10.0
29782026-08-20T03:00:18.910Z Checking blake2 v0.11.0-rc.6
29792026-08-20T03:00:18.948Z Compiling target-lexicon v0.13.3
29802026-08-20T03:00:19.060Z Checking bcrypt-pbkdf v0.11.0
29812026-08-20T03:00:19.195Z Checking rsa v0.10.0-rc.18
29822026-08-20T03:00:19.232Z Checking argon2 v0.6.0-rc.8
29832026-08-20T03:00:19.271Z Compiling darling_macro v0.13.4
29842026-08-20T03:00:19.521Z Checking ssh-cipher v0.3.0
29852026-08-20T03:00:19.581Z Checking ed25519-dalek v3.0.0
29862026-08-20T03:00:19.813Z Checking sha3 v0.11.0
29872026-08-20T03:00:19.819Z Checking p256 v0.14.0
29882026-08-20T03:00:19.819Z Checking p521 v0.14.0
29892026-08-20T03:00:19.846Z Checking p384 v0.14.0
29902026-08-20T03:00:20.104Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29912026-08-20T03:00:20.373Z Checking kem v0.3.0
29922026-08-20T03:00:20.531Z Checking module-lattice v0.2.3
29932026-08-20T03:00:20.569Z Checking socket2 v0.5.10
29942026-08-20T03:00:20.792Z Checking sponge-cursor v0.1.0
29952026-08-20T03:00:20.850Z Checking hex-literal v0.4.1
29962026-08-20T03:00:20.958Z Compiling guppy-workspace-hack v0.1.0
29972026-08-20T03:00:20.996Z Checking sha3 v0.12.0
29982026-08-20T03:00:21.247Z Checking ml-kem v0.3.2
29992026-08-20T03:00:21.287Z Compiling darling v0.13.4
30002026-08-20T03:00:21.676Z Checking russh-cryptovec v0.62.0
30012026-08-20T03:00:21.851Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30022026-08-20T03:00:21.890Z Checking internal-russh-num-bigint v0.5.0
30032026-08-20T03:00:22.100Z Checking num-bigint v0.4.6
30042026-08-20T03:00:22.564Z Checking russh-util v0.52.0
30052026-08-20T03:00:22.729Z Checking generic-array v1.4.3
30062026-08-20T03:00:22.841Z Checking ssh-key v0.7.0-rc.11
30072026-08-20T03:00:22.929Z Compiling enum_dispatch v0.3.13
30082026-08-20T03:00:23.045Z Compiling delegate v0.13.5
30092026-08-20T03:00:23.161Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30102026-08-20T03:00:23.609Z Checking hex-literal v1.1.0
30112026-08-20T03:00:23.741Z Compiling target-spec v3.5.7
30122026-08-20T03:00:23.780Z Checking md5 v0.8.0
30132026-08-20T03:00:23.907Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30142026-08-20T03:00:24.021Z Checking russh v0.62.4
30152026-08-20T03:00:24.108Z Compiling git2 v0.20.4
30162026-08-20T03:00:24.234Z Checking cfg-expr v0.20.6
30172026-08-20T03:00:24.592Z Compiling serde_with_macros v1.5.2
30182026-08-20T03:00:24.768Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30192026-08-20T03:00:25.234Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30202026-08-20T03:00:25.455Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30212026-08-20T03:00:25.492Z Checking internet-checksum v0.2.1
30222026-08-20T03:00:25.652Z Compiling serde_with v1.14.0
30232026-08-20T03:00:26.240Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-08-20T03:00:27.264Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30252026-08-20T03:00:27.334Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30262026-08-20T03:00:27.440Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30272026-08-20T03:00:27.478Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30282026-08-20T03:00:27.516Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30292026-08-20T03:00:27.693Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30302026-08-20T03:00:27.765Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30312026-08-20T03:00:27.853Z Checking httptest v0.16.4
30322026-08-20T03:00:27.916Z Compiling polar-core v0.27.3
30332026-08-20T03:00:28.087Z Checking pathdiff v0.2.3
30342026-08-20T03:00:28.114Z Checking nested v0.1.1
30352026-08-20T03:00:28.133Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30362026-08-20T03:00:28.202Z Checking guppy v0.17.25
30372026-08-20T03:00:28.259Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30382026-08-20T03:00:28.536Z Checking similar-asserts v1.7.0
30392026-08-20T03:00:28.615Z Compiling target-triple v1.0.0
30402026-08-20T03:00:28.718Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30412026-08-20T03:00:28.975Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30422026-08-20T03:00:29.174Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30432026-08-20T03:00:29.408Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30442026-08-20T03:00:29.560Z Checking hickory-client v0.25.2
30452026-08-20T03:00:29.903Z Checking supports-color v2.1.0
30462026-08-20T03:00:30.029Z Checking supports-hyperlinks v2.1.0
30472026-08-20T03:00:30.074Z Checking supports-unicode v2.1.0
30482026-08-20T03:00:30.182Z Checking textwrap v0.15.2
30492026-08-20T03:00:30.232Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-08-20T03:00:30.416Z Checking terminal_size v0.1.17
30512026-08-20T03:00:30.451Z Compiling miette-derive v5.10.0
30522026-08-20T03:00:30.491Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30532026-08-20T03:00:30.558Z Compiling fs-err v2.11.0
30542026-08-20T03:00:30.801Z Compiling assert_cmd v2.1.2
30552026-08-20T03:00:30.934Z Checking escape8259 v0.5.3
30562026-08-20T03:00:31.085Z Checking owo-colors v3.5.0
30572026-08-20T03:00:31.156Z Checking libtest-mimic v0.8.1
30582026-08-20T03:00:31.484Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
30592026-08-20T03:00:31.641Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30602026-08-20T03:00:31.679Z Checking miette v5.10.0
30612026-08-20T03:00:32.231Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30622026-08-20T03:00:32.375Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30632026-08-20T03:00:32.907Z Checking blake2b_simd v1.0.4
30642026-08-20T03:00:32.952Z Checking oso v0.27.3
30652026-08-20T03:00:33.089Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30662026-08-20T03:00:33.335Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30672026-08-20T03:00:33.550Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30682026-08-20T03:00:33.591Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30692026-08-20T03:00:33.781Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30702026-08-20T03:00:33.823Z Compiling knuffel-derive v3.2.0
30712026-08-20T03:00:34.003Z Checking fancy-regex v0.14.0
30722026-08-20T03:00:34.059Z Checking serde_tokenstream v0.2.3
30732026-08-20T03:00:34.402Z Checking approx v0.5.1
30742026-08-20T03:00:34.512Z Compiling rstest_macros v0.25.0
30752026-08-20T03:00:34.577Z Checking uzers v0.12.2
30762026-08-20T03:00:34.824Z Checking termcolor v1.4.1
30772026-08-20T03:00:34.832Z Compiling linkme-impl v0.3.35
30782026-08-20T03:00:34.982Z Checking constant_time_eq v0.3.1
30792026-08-20T03:00:35.111Z Checking trybuild v1.0.116
30802026-08-20T03:00:35.151Z Checking rust-argon2 v2.1.0
30812026-08-20T03:00:35.317Z Checking knuffel v3.2.0
30822026-08-20T03:00:35.393Z Checking datatest-stable v0.3.3
30832026-08-20T03:00:35.638Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
30842026-08-20T03:00:35.666Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30852026-08-20T03:00:35.910Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30862026-08-20T03:00:35.951Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30872026-08-20T03:00:35.991Z Checking support-bundle-viewer v0.1.2
30882026-08-20T03:00:36.030Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30892026-08-20T03:00:36.034Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30902026-08-20T03:00:36.281Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30912026-08-20T03:00:36.321Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30922026-08-20T03:00:36.324Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30932026-08-20T03:00:36.511Z Checking drift v0.2.0
30942026-08-20T03:00:36.601Z Checking rand_distr v0.5.1
30952026-08-20T03:00:36.702Z Checking multimap v0.10.1
30962026-08-20T03:00:36.817Z Compiling linkme v0.3.35
30972026-08-20T03:00:36.909Z Checking parse-size v1.1.0
30982026-08-20T03:00:36.948Z Compiling relative-path v1.9.3
30992026-08-20T03:00:37.043Z Checking dropshot-api-manager v0.8.0
31002026-08-20T03:00:37.083Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31012026-08-20T03:00:37.415Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
31022026-08-20T03:00:38.217Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31032026-08-20T03:00:38.650Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
31042026-08-20T03:00:39.023Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-08-20T03:00:39.149Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31062026-08-20T03:00:39.249Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31072026-08-20T03:00:39.252Z Checking cargo_toml v0.21.0
31082026-08-20T03:00:39.733Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
31092026-08-20T03:00:39.926Z Checking partial-io v0.5.4
31102026-08-20T03:00:39.968Z Checking termios v0.3.3
31112026-08-20T03:00:40.134Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31122026-08-20T03:00:40.665Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31132026-08-20T03:00:40.866Z Checking rstest v0.25.0
31142026-08-20T03:00:43.796Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31152026-08-20T03:00:45.236Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31162026-08-20T03:00:46.068Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31172026-08-20T03:00:47.733Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31182026-08-20T03:00:51.835Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31192026-08-20T03:00:53.773Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31202026-08-20T03:00:55.598Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31212026-08-20T03:01:00.616Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31222026-08-20T03:01:03.848Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31232026-08-20T03:01:05.579Z Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
31242026-08-20T03:01:08.753Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31252026-08-20T03:01:12.242Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31262026-08-20T03:01:13.485Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31272026-08-20T03:01:14.361Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31282026-08-20T03:01:17.138Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31292026-08-20T03:01:22.391Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31302026-08-20T03:01:45.023Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31312026-08-20T03:02:36.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 14s
31322026-08-20T03:02:36.938Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31332026-08-20T03:02:36.938Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31342026-08-20T03:02:37.623Z
31352026-08-20T03:02:37.623Zreal 4:17.759272591
31362026-08-20T03:02:37.623Zuser 22:07.477782444
31372026-08-20T03:02:37.623Zsys 5:20.593980981
31382026-08-20T03:02:37.623Ztrap 0.536787137
31392026-08-20T03:02:37.623Ztflt 0.514074655
31402026-08-20T03:02:37.623Zdflt 0.613711424
31412026-08-20T03:02:37.623Zkflt 0.006684303
31422026-08-20T03:02:37.623Zlock 1:06:44.833747494
31432026-08-20T03:02:37.623Zslp 59:55.640965371
31442026-08-20T03:02:37.626Zlat 1:46.405357226
31452026-08-20T03:02:37.627Zstop 14:59.618017414
31462026-08-20T03:02:37.627Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31472026-08-20T03:02:37.627Z+ ptime -m cargo doc --workspace --no-deps
31482026-08-20T03:02:38.481Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31492026-08-20T03:02:38.481Z |
31502026-08-20T03:02:38.481Z = 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)`
31512026-08-20T03:02:38.481Z = 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>
31522026-08-20T03:02:39.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31532026-08-20T03:02:39.819Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31542026-08-20T03:02:39.865Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-08-20T03:02:39.930Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31562026-08-20T03:02:39.992Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31572026-08-20T03:02:40.098Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31582026-08-20T03:02:40.126Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31592026-08-20T03:02:40.151Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31602026-08-20T03:02:40.208Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-20T03:02:40.268Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-08-20T03:02:40.406Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-08-20T03:02:40.433Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31642026-08-20T03:02:40.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31652026-08-20T03:02:40.483Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31662026-08-20T03:02:40.517Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31672026-08-20T03:02:40.553Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31682026-08-20T03:02:40.572Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-08-20T03:02:40.612Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31702026-08-20T03:02:40.646Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31712026-08-20T03:02:40.686Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-08-20T03:02:40.925Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31732026-08-20T03:02:41.075Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31742026-08-20T03:02:41.101Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31752026-08-20T03:02:41.174Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31762026-08-20T03:02:41.241Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-08-20T03:02:41.397Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31782026-08-20T03:02:41.423Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31792026-08-20T03:02:41.565Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31802026-08-20T03:02:41.673Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31812026-08-20T03:02:41.699Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31822026-08-20T03:02:41.789Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31832026-08-20T03:02:41.860Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31842026-08-20T03:02:42.084Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31852026-08-20T03:02:42.113Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31862026-08-20T03:02:42.160Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31872026-08-20T03:02:42.250Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31882026-08-20T03:02:42.301Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31892026-08-20T03:02:42.358Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31902026-08-20T03:02:42.483Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31912026-08-20T03:02:42.587Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31922026-08-20T03:02:42.821Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31932026-08-20T03:02:42.848Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31942026-08-20T03:02:42.892Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31952026-08-20T03:02:42.994Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31962026-08-20T03:02:43.090Z Checking scuffle v0.1.0
31972026-08-20T03:02:43.138Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982026-08-20T03:02:43.170Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31992026-08-20T03:02:43.320Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32002026-08-20T03:02:43.320Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32012026-08-20T03:02:43.370Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32022026-08-20T03:02:43.373Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32032026-08-20T03:02:43.695Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32042026-08-20T03:02:44.071Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32052026-08-20T03:02:44.516Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32062026-08-20T03:02:44.554Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32072026-08-20T03:02:44.837Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32082026-08-20T03:02:45.026Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32092026-08-20T03:02:45.052Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32102026-08-20T03:02:45.056Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32112026-08-20T03:02:45.178Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32122026-08-20T03:02:45.325Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32132026-08-20T03:02:45.329Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32142026-08-20T03:02:45.376Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32152026-08-20T03:02:45.401Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32162026-08-20T03:02:45.498Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32172026-08-20T03:02:46.261Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32182026-08-20T03:02:46.555Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32192026-08-20T03:02:46.585Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32202026-08-20T03:02:46.610Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32212026-08-20T03:02:46.877Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32222026-08-20T03:02:46.930Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32232026-08-20T03:02:46.958Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32242026-08-20T03:02:46.984Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32252026-08-20T03:02:47.009Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32262026-08-20T03:02:47.112Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32272026-08-20T03:02:47.170Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32282026-08-20T03:02:47.229Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32292026-08-20T03:02:47.252Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32302026-08-20T03:02:47.275Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32312026-08-20T03:02:47.410Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32322026-08-20T03:02:47.435Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32332026-08-20T03:02:47.460Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32342026-08-20T03:02:47.484Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32352026-08-20T03:02:47.637Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32362026-08-20T03:02:47.799Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32372026-08-20T03:02:47.802Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-08-20T03:02:47.849Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32392026-08-20T03:02:47.849Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32402026-08-20T03:02:48.855Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32412026-08-20T03:02:48.859Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32422026-08-20T03:02:48.859Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32432026-08-20T03:02:48.859Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32442026-08-20T03:02:48.859Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32452026-08-20T03:02:48.859Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32462026-08-20T03:02:48.859Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32472026-08-20T03:02:48.859Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32482026-08-20T03:02:48.859Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32492026-08-20T03:02:48.859Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32502026-08-20T03:02:48.859Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32512026-08-20T03:02:48.859Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32522026-08-20T03:02:48.859Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32532026-08-20T03:02:48.859Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32542026-08-20T03:02:48.859Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32552026-08-20T03:02:48.859Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32562026-08-20T03:02:49.101Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32572026-08-20T03:02:49.147Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32582026-08-20T03:02:49.171Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32592026-08-20T03:02:49.651Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32602026-08-20T03:02:49.833Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32612026-08-20T03:02:49.859Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32622026-08-20T03:02:50.143Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32632026-08-20T03:02:50.916Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32642026-08-20T03:02:51.123Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32652026-08-20T03:02:51.512Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32662026-08-20T03:02:51.995Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32672026-08-20T03:02:52.673Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-08-20T03:02:52.951Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32692026-08-20T03:02:53.523Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32702026-08-20T03:02:53.638Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-08-20T03:02:54.094Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32722026-08-20T03:02:54.295Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32732026-08-20T03:02:54.323Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32742026-08-20T03:02:54.573Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32752026-08-20T03:02:54.601Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32762026-08-20T03:02:54.828Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32772026-08-20T03:02:55.316Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32782026-08-20T03:02:55.343Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32792026-08-20T03:02:55.966Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32802026-08-20T03:02:56.085Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32812026-08-20T03:02:56.139Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32822026-08-20T03:02:56.560Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32832026-08-20T03:02:56.587Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32842026-08-20T03:02:56.616Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32852026-08-20T03:02:56.903Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32862026-08-20T03:02:57.394Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32872026-08-20T03:02:57.663Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32882026-08-20T03:02:57.989Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32892026-08-20T03:02:58.277Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32902026-08-20T03:02:58.667Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32912026-08-20T03:02:59.156Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32922026-08-20T03:02:59.283Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32932026-08-20T03:02:59.693Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32942026-08-20T03:02:59.862Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32952026-08-20T03:03:00.400Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32962026-08-20T03:03:00.537Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32972026-08-20T03:03:00.661Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32982026-08-20T03:03:01.156Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32992026-08-20T03:03:01.274Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33002026-08-20T03:03:01.703Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33012026-08-20T03:03:01.875Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33022026-08-20T03:03:02.789Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33032026-08-20T03:03:02.969Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33042026-08-20T03:03:03.108Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33052026-08-20T03:03:03.517Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
33062026-08-20T03:03:04.242Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33072026-08-20T03:03:04.723Z Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
33082026-08-20T03:03:07.791Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33092026-08-20T03:03:08.392Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33102026-08-20T03:03:08.456Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33112026-08-20T03:03:10.101Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33122026-08-20T03:03:10.385Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33132026-08-20T03:03:11.229Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33142026-08-20T03:03:11.646Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33152026-08-20T03:03:11.926Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33162026-08-20T03:03:12.011Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33172026-08-20T03:03:13.066Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33182026-08-20T03:03:13.807Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33192026-08-20T03:03:14.978Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33202026-08-20T03:03:15.003Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-08-20T03:03:15.148Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33222026-08-20T03:03:15.396Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33232026-08-20T03:03:15.633Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33242026-08-20T03:03:15.986Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33252026-08-20T03:03:16.097Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-08-20T03:03:16.418Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33272026-08-20T03:03:16.485Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33282026-08-20T03:03:16.624Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33292026-08-20T03:03:16.651Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33302026-08-20T03:03:16.966Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33312026-08-20T03:03:17.209Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33322026-08-20T03:03:17.382Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33332026-08-20T03:03:17.743Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33342026-08-20T03:03:18.076Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33352026-08-20T03:03:18.228Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33362026-08-20T03:03:18.302Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33372026-08-20T03:03:18.502Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33382026-08-20T03:03:18.970Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33392026-08-20T03:03:20.510Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33402026-08-20T03:03:20.904Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33412026-08-20T03:03:21.263Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33422026-08-20T03:03:23.235Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33432026-08-20T03:03:24.669Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33442026-08-20T03:03:25.387Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33452026-08-20T03:03:26.141Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33462026-08-20T03:03:28.042Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33472026-08-20T03:03:28.989Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33482026-08-20T03:03:30.203Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33492026-08-20T03:03:30.664Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33502026-08-20T03:03:32.008Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33512026-08-20T03:03:33.793Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33522026-08-20T03:03:34.382Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33532026-08-20T03:03:35.799Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33542026-08-20T03:03:35.842Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33552026-08-20T03:03:36.641Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33562026-08-20T03:03:39.124Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33572026-08-20T03:03:39.866Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33582026-08-20T03:03:40.912Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33592026-08-20T03:03:43.870Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33602026-08-20T03:03:44.800Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33612026-08-20T03:03:45.518Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33622026-08-20T03:03:46.421Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33632026-08-20T03:03:47.249Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33642026-08-20T03:03:48.039Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33652026-08-20T03:03:49.772Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33662026-08-20T03:03:50.513Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33672026-08-20T03:03:50.915Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33682026-08-20T03:03:51.436Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33692026-08-20T03:03:52.092Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33702026-08-20T03:03:52.944Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33712026-08-20T03:03:55.827Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33722026-08-20T03:03:58.498Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33732026-08-20T03:03:59.688Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33742026-08-20T03:04:00.294Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33752026-08-20T03:04:01.179Z Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
33762026-08-20T03:04:02.276Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33772026-08-20T03:04:04.949Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33782026-08-20T03:04:06.040Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33792026-08-20T03:04:07.005Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33802026-08-20T03:04:07.975Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33812026-08-20T03:04:09.057Z Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
33822026-08-20T03:04:11.392Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33832026-08-20T03:04:13.839Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33842026-08-20T03:04:14.175Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33852026-08-20T03:04:15.426Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33862026-08-20T03:04:16.963Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33872026-08-20T03:04:18.497Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33882026-08-20T03:04:20.334Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33892026-08-20T03:04:21.908Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-08-20T03:04:23.433Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33912026-08-20T03:04:25.280Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-08-20T03:04:30.021Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33932026-08-20T03:04:30.222Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33942026-08-20T03:04:31.742Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33952026-08-20T03:04:32.032Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33962026-08-20T03:04:33.724Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33972026-08-20T03:04:35.634Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33982026-08-20T03:04:37.396Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33992026-08-20T03:04:39.445Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34002026-08-20T03:04:41.461Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34012026-08-20T03:04:43.024Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34022026-08-20T03:04:44.882Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34032026-08-20T03:04:46.569Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34042026-08-20T03:04:48.388Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
34052026-08-20T03:04:50.136Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34062026-08-20T03:04:51.905Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
34072026-08-20T03:04:53.670Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34082026-08-20T03:04:55.456Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34092026-08-20T03:04:56.963Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-08-20T03:04:59.015Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34112026-08-20T03:05:00.719Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
34122026-08-20T03:05:04.391Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-08-20T03:05:06.238Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34142026-08-20T03:05:08.224Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34152026-08-20T03:05:10.010Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
34162026-08-20T03:05:11.709Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34172026-08-20T03:05:15.558Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34182026-08-20T03:05:17.955Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34192026-08-20T03:05:21.026Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34202026-08-20T03:05:21.930Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34212026-08-20T03:05:22.377Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34222026-08-20T03:05:26.319Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34232026-08-20T03:05:28.450Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34242026-08-20T03:05:30.963Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34252026-08-20T03:05:33.122Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34262026-08-20T03:05:35.504Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34272026-08-20T03:05:38.531Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34282026-08-20T03:05:40.441Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34292026-08-20T03:05:42.589Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34302026-08-20T03:05:45.650Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34312026-08-20T03:05:47.944Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34322026-08-20T03:05:50.116Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34332026-08-20T03:05:52.376Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34342026-08-20T03:05:54.884Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34352026-08-20T03:05:57.495Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34362026-08-20T03:05:59.920Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34372026-08-20T03:06:02.739Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34382026-08-20T03:06:05.219Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34392026-08-20T03:06:07.472Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34402026-08-20T03:06:10.242Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34412026-08-20T03:06:12.740Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34422026-08-20T03:06:15.329Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34432026-08-20T03:06:17.843Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34442026-08-20T03:06:20.295Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34452026-08-20T03:06:22.766Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34462026-08-20T03:06:25.492Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34472026-08-20T03:06:28.103Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-08-20T03:06:30.686Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-08-20T03:06:33.244Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34502026-08-20T03:06:35.824Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34512026-08-20T03:06:38.534Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34522026-08-20T03:06:41.065Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34532026-08-20T03:06:43.656Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34542026-08-20T03:06:46.301Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34552026-08-20T03:06:48.822Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34562026-08-20T03:06:51.429Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34572026-08-20T03:06:54.094Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34582026-08-20T03:06:56.648Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34592026-08-20T03:06:59.388Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34602026-08-20T03:07:02.005Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34612026-08-20T03:07:04.613Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34622026-08-20T03:07:07.220Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34632026-08-20T03:07:09.863Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34642026-08-20T03:07:12.510Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34652026-08-20T03:07:14.958Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34662026-08-20T03:07:17.721Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34672026-08-20T03:07:20.198Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34682026-08-20T03:07:22.930Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34692026-08-20T03:07:25.611Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34702026-08-20T03:07:28.186Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34712026-08-20T03:07:30.686Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34722026-08-20T03:07:33.340Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34732026-08-20T03:07:36.846Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34742026-08-20T03:07:38.884Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34752026-08-20T03:07:42.014Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34762026-08-20T03:07:44.819Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34772026-08-20T03:07:47.454Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34782026-08-20T03:07:50.093Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34792026-08-20T03:07:52.867Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34802026-08-20T03:07:55.668Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34812026-08-20T03:07:58.497Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34822026-08-20T03:08:01.777Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34832026-08-20T03:08:04.396Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34842026-08-20T03:08:12.470Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34852026-08-20T03:08:12.656Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34862026-08-20T03:08:16.253Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34872026-08-20T03:08:20.108Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34882026-08-20T03:08:23.427Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34892026-08-20T03:08:27.052Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34902026-08-20T03:08:30.613Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34912026-08-20T03:08:35.646Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34922026-08-20T03:08:38.591Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34932026-08-20T03:08:42.443Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34942026-08-20T03:08:46.473Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34952026-08-20T03:08:50.354Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34962026-08-20T03:08:54.278Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34972026-08-20T03:08:58.207Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34982026-08-20T03:09:02.135Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34992026-08-20T03:09:06.037Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
35002026-08-20T03:09:09.950Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
35012026-08-20T03:09:13.836Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35022026-08-20T03:09:17.771Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35032026-08-20T03:09:21.660Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
35042026-08-20T03:09:25.811Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
35052026-08-20T03:09:29.493Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
35062026-08-20T03:09:33.380Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
35072026-08-20T03:09:37.248Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
35082026-08-20T03:10:08.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 30s
35092026-08-20T03:10:08.414Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35102026-08-20T03:10:08.414Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35112026-08-20T03:10:08.611Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files
35122026-08-20T03:10:08.770Z
35132026-08-20T03:10:08.818Zreal 7:30.980733846
35142026-08-20T03:10:08.818Zuser 20:25.122019837
35152026-08-20T03:10:08.818Zsys 4:24.903855542
35162026-08-20T03:10:08.818Ztrap 0.294902642
35172026-08-20T03:10:08.818Ztflt 0.042702028
35182026-08-20T03:10:08.818Zdflt 0.048011915
35192026-08-20T03:10:08.818Zkflt 0.000023770
35202026-08-20T03:10:08.818Zlock 7:10:08.036704608
35212026-08-20T03:10:08.818Zslp 2:31:24.677165013
35222026-08-20T03:10:08.818Zlat 34.592641172
35232026-08-20T03:10:08.818Zstop 2:08.752938219
35242026-08-20T03:10:08.818Zprocess exited: duration 838417 ms, exit code 0
 
35252026-08-20T03:10:08.946Zfound 0 output files