01KZPJMGXEP7R87CRVGGMF4MEJ: clippy (helios)

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

Buildomat Job: 01KZPJMXGPNAFK0C34BJXZJPD8

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-10T19:34:20.491Zjob assigned to worker 01KZPJN3YTZK5X79KM2GAZ5XEP [factory aws, i-0c07e540065dd9161] (queued for 49 s)
 
22026-08-10T19:34:26.983Zstarting task 0: "setup"
32026-08-10T19:34:26.987Z++ uname -s
42026-08-10T19:34:26.989Z+ kern=SunOS
52026-08-10T19:34:26.989Z+ build_user=build
62026-08-10T19:34:26.990Z+ build_uid=12345
72026-08-10T19:34:26.990Z+ work_dir=/work
82026-08-10T19:34:26.990Z+ input_dir=/input
92026-08-10T19:34:26.990Z+ [[ 0 == 12345 ]]
102026-08-10T19:34:26.990Z+ case "$kern" in
112026-08-10T19:34:26.990Z+ groupadd -g 12345 build
122026-08-10T19:34:26.990Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-10T19:34:28.994Z+ zfs create -o mountpoint=/work rpool/work
142026-08-10T19:34:29.093Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-10T19:34:29.095Z+ home_fs=zfs
162026-08-10T19:34:29.095Z+ [[ zfs == autofs ]]
172026-08-10T19:34:29.096Z+ mkdir -p /home/build
182026-08-10T19:34:29.096Z+ chown build:build /home/build /work
192026-08-10T19:34:31.096Z+ chmod 0700 /home/build /work
202026-08-10T19:34:31.099Zprocess exited: duration 4116 ms, exit code 0
 
212026-08-10T19:34:31.104Zstarting task 1: "rust-toolchain"
222026-08-10T19:34:31.108Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-10T19:34:31.108Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-10T19:34:31.108Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-10T19:34:31.108Z * rust toolchain channel = "1.97.1"
262026-08-10T19:34:31.108Z * rust toolchain profile = "default"
272026-08-10T19:34:31.108Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-10T19:34:31.111Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-10T19:34:31.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-10T19:34:31.191Zinfo: downloading installer
312026-08-10T19:34:32.689Zwarn: It looks like you have an existing rustup settings file at:
322026-08-10T19:34:32.690Zwarn: /home/build/.rustup/settings.toml
332026-08-10T19:34:32.690Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-10T19:34:32.690Zwarn: instead of the one inferred from the default host triple.
352026-08-10T19:34:32.702Zinfo: profile set to default
362026-08-10T19:34:32.702Zinfo: default host triple is x86_64-unknown-illumos
372026-08-10T19:34:32.707Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-10T19:34:32.851Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-10T19:34:32.854Zinfo: downloading 6 components
402026-08-10T19:34:48.959Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-10T19:34:48.959Z
422026-08-10T19:34:48.986Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-10T19:34:48.986Z
442026-08-10T19:34:48.986Z
452026-08-10T19:34:48.986ZRust is installed now. Great!
462026-08-10T19:34:48.986Z
472026-08-10T19:34:48.989ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-10T19:34:48.989Zenvironment variable. This has not been done automatically.
492026-08-10T19:34:48.989Z
502026-08-10T19:34:48.989ZTo configure your current shell, you need to source
512026-08-10T19:34:48.989Zthe corresponding env file under $HOME/.cargo.
522026-08-10T19:34:48.989Z
532026-08-10T19:34:48.989ZThis is usually done by running one of the following (note the leading DOT):
542026-08-10T19:34:48.989Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-10T19:34:48.989Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-10T19:34:48.989Zsource "~/.cargo/env.nu" # For nushell
572026-08-10T19:34:48.989Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-10T19:34:48.989Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-10T19:34:48.989Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-10T19:34:48.989Zwarn: no default linker (`cc`) was found in your PATH
612026-08-10T19:34:48.989Zwarn: many Rust crates require a system C toolchain to build
622026-08-10T19:34:49.082Z+ rustup --version
632026-08-10T19:34:49.089Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-10T19:34:49.092Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-10T19:34:49.110Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-10T19:34:49.113Z+ cargo --version
672026-08-10T19:34:49.127Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-10T19:34:49.130Z+ rustc --version
692026-08-10T19:34:49.148Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-10T19:34:49.151Zprocess exited: duration 18045 ms, exit code 0
 
712026-08-10T19:34:49.156Zstarting task 2: "authentication"
722026-08-10T19:34:49.172Zprocess exited: duration 16 ms, exit code 0
 
732026-08-10T19:34:49.178Zstarting task 3: "clone repository"
742026-08-10T19:34:49.181Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-10T19:34:49.184Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-10T19:34:49.215ZCloning into '/work/oxidecomputer/omicron'...
772026-08-10T19:35:07.040Z+ cd /work/oxidecomputer/omicron
782026-08-10T19:35:07.043Z+ git fetch origin bda5b05fe1863738fd56e458f678030c14e48c4c
792026-08-10T19:35:07.375ZFrom https://github.com/oxidecomputer/omicron
802026-08-10T19:35:07.375Z * branch bda5b05fe1863738fd56e458f678030c14e48c4c -> FETCH_HEAD
812026-08-10T19:35:07.385Z+ [[ -n bump-console-abbe25e8 ]]
822026-08-10T19:35:07.388Z++ git branch --show-current
832026-08-10T19:35:07.388Z+ current=main
842026-08-10T19:35:07.388Z+ [[ main != bump-console-abbe25e8 ]]
852026-08-10T19:35:07.389Z+ git branch -f bump-console-abbe25e8 bda5b05fe1863738fd56e458f678030c14e48c4c
862026-08-10T19:35:07.392Z+ git checkout -f bump-console-abbe25e8
872026-08-10T19:35:07.640ZSwitched to branch 'bump-console-abbe25e8'
882026-08-10T19:35:07.643Z+ git reset --hard bda5b05fe1863738fd56e458f678030c14e48c4c
892026-08-10T19:35:07.656ZHEAD is now at bda5b05fe Bump web console
902026-08-10T19:35:07.659Zprocess exited: duration 18478 ms, exit code 0
 
912026-08-10T19:35:07.665Zstarting task 4: "build"
922026-08-10T19:35:07.668Z+ source ./env.sh
932026-08-10T19:35:07.668Z++ OLD_SHELL_OPTS=ehxB
942026-08-10T19:35:07.668Z++ set -o xtrace
952026-08-10T19:35:07.671Z++++ dirname ./env.sh
962026-08-10T19:35:07.675Z+++ readlink -f .
972026-08-10T19:35:07.678Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-10T19:35:07.678Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-08-10T19:35:07.678Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-10T19:35:07.678Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-08-10T19:35:07.678Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-08-10T19:35:07.678Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-10T19:35:07.678Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-10T19:35:07.678Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-08-10T19:35:07.678Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-10T19:35:07.678Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-08-10T19:35:07.678Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-10T19:35:07.678Z++ case $OLD_SHELL_OPTS in
1092026-08-10T19:35:07.678Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-10T19:35:07.678Z+ source .github/buildomat/ci-env.sh
1112026-08-10T19:35:07.678Z++ export CARGO_TERM_COLOR=always
1122026-08-10T19:35:07.678Z++ CARGO_TERM_COLOR=always
1132026-08-10T19:35:07.678Z+++ uname -s
1142026-08-10T19:35:07.678Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-10T19:35:07.678Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-10T19:35:07.678Z+ cargo --version
1172026-08-10T19:35:07.686Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-10T19:35:07.689Z+ rustc --version
1192026-08-10T19:35:07.709Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-10T19:35:07.712Z+ banner prerequisites
1212026-08-10T19:35:07.715Z
1222026-08-10T19:35:07.715Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-10T19:35:07.715Z # # # # # # # # # # # # # # #
1242026-08-10T19:35:07.715Z # # # # ##### # # ##### # # # # # #### #
1252026-08-10T19:35:07.715Z ##### ##### # ##### # # # # # # # # #
1262026-08-10T19:35:07.715Z # # # # # # # # # # # # # # #
1272026-08-10T19:35:07.715Z # # # ###### # # ###### ### # #### # #### #
1282026-08-10T19:35:07.715Z
1292026-08-10T19:35:07.715Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-10T19:35:09.433Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-10T19:35:09.701Z Startup: Caching catalogs ... Done
1322026-08-10T19:35:11.219ZPlanning: Solver setup ... Done (1.426s)
1332026-08-10T19:35:11.268ZPlanning: Running solver ... Done (0.049s)
1342026-08-10T19:35:11.303ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-10T19:35:11.315ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-10T19:35:11.334ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-10T19:35:11.348ZPlanning: Package planning ... Done (0.014s)
1382026-08-10T19:35:11.353ZPlanning: Merging actions ... Done (0.001s)
1392026-08-10T19:35:11.510ZPlanning: Checking for conflicting actions ... Done (0.160s)
1402026-08-10T19:35:11.513ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-10T19:35:12.310ZPlanning: Evaluating mediators ... Done (0.800s)
1422026-08-10T19:35:12.313ZPlanning: Planning completed in 2.58 seconds
1432026-08-10T19:35:12.319Z Packages to install: 2
1442026-08-10T19:35:12.319Z Estimated space available: 156.01 GB
1452026-08-10T19:35:12.322ZEstimated space to be consumed: 60.67 MB
1462026-08-10T19:35:12.322Z Create boot environment: No
1472026-08-10T19:35:12.322ZCreate backup boot environment: No
1482026-08-10T19:35:12.322Z Rebuild boot archive: No
1492026-08-10T19:35:12.322Z
1502026-08-10T19:35:12.322ZChanged packages:
1512026-08-10T19:35:12.322Zhelios
1522026-08-10T19:35:12.322Z developer/build-essential
1532026-08-10T19:35:12.322Z None -> 11-3.0
1542026-08-10T19:35:12.322Z library/libxmlsec1
1552026-08-10T19:35:12.322Z None -> 1.2.35-3.0
1562026-08-10T19:35:12.345Z
1572026-08-10T19:35:12.345ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-10T19:35:12.424ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
1592026-08-10T19:35:12.482Z Actions: 1/268 actions (Installing new actions)
1602026-08-10T19:35:12.519Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-10T19:35:12.545ZFinalize: Updating package state database ... Done (0.026s)
1622026-08-10T19:35:12.545ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-10T19:35:12.612ZFinalize: Updating image state ... Done (0.068s)
1642026-08-10T19:35:15.123ZFinalize: Creating fast lookup database ... Done (2.472s)
1652026-08-10T19:35:15.188ZFinalize: Reading search index ... Done (0.013s)
1662026-08-10T19:35:15.191ZFinalize: Updating search index ... Done (0.000s)
1672026-08-10T19:35:15.280ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-10T19:35:15.628ZPlanning: Evaluating mediator changes ... Done
1692026-08-10T19:35:15.731ZPlanning: Checking for conflicting actions ... Done
1702026-08-10T19:35:15.734ZPlanning: Consolidating action changes ... Done
1712026-08-10T19:35:15.888ZPlanning: Evaluating mediators ... Done
1722026-08-10T19:35:15.892ZPlanning: Planning completed in 0.26 seconds
1732026-08-10T19:35:15.911Z Mediators to change: 2
1742026-08-10T19:35:15.911Z Create boot environment: No
1752026-08-10T19:35:15.911ZCreate backup boot environment: No
1762026-08-10T19:35:15.978ZFinalize: Updating package state database ... Done
1772026-08-10T19:35:15.978ZFinalize: Updating package cache ... Done
1782026-08-10T19:35:16.016ZFinalize: Updating image state ... Done
1792026-08-10T19:35:18.037ZFinalize: Creating fast lookup database ... Done
1802026-08-10T19:35:18.096ZFinalize: Reading search index ... Done
1812026-08-10T19:35:18.098ZFinalize: Updating search index ... Done
1822026-08-10T19:35:18.180ZFinalize: Updating package cache ... Done
1832026-08-10T19:35:18.464ZPlanning: Evaluating mediator changes ... Done
1842026-08-10T19:35:18.569ZPlanning: Checking for conflicting actions ... Done
1852026-08-10T19:35:18.572ZPlanning: Consolidating action changes ... Done
1862026-08-10T19:35:18.725ZPlanning: Evaluating mediators ... Done
1872026-08-10T19:35:18.728ZPlanning: Planning completed in 0.26 seconds
1882026-08-10T19:35:18.748Z Mediators to change: 1
1892026-08-10T19:35:18.748Z Create boot environment: No
1902026-08-10T19:35:18.748ZCreate backup boot environment: No
1912026-08-10T19:35:18.799ZFinalize: Updating package state database ... Done
1922026-08-10T19:35:18.799ZFinalize: Updating package cache ... Done
1932026-08-10T19:35:18.838ZFinalize: Updating image state ... Done
1942026-08-10T19:35:20.863ZFinalize: Creating fast lookup database ... Done
1952026-08-10T19:35:20.925ZFinalize: Reading search index ... Done
1962026-08-10T19:35:20.928ZFinalize: Updating search index ... Done
1972026-08-10T19:35:21.010ZFinalize: Updating package cache ... Done
1982026-08-10T19:35:21.322ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-10T19:35:21.322Zapache system 2.4 system
2002026-08-10T19:35:21.322Zclang system 15 system
2012026-08-10T19:35:21.323Zcsh system system illumos
2022026-08-10T19:35:21.323Zctags system system illumos
2032026-08-10T19:35:21.323Zfile vendor vendor darwinsys
2042026-08-10T19:35:21.323Zfile system system illumos
2052026-08-10T19:35:21.323Zgcc vendor 14 vendor
2062026-08-10T19:35:21.323Zgcc system 13 system
2072026-08-10T19:35:21.323Zgcc system 10 system
2082026-08-10T19:35:21.323Zgo system 1.25 system
2092026-08-10T19:35:21.323Zllvm system 15 system
2102026-08-10T19:35:21.323Zmariadb system 11.4 system
2112026-08-10T19:35:21.323Zmta vendor vendor dma
2122026-08-10T19:35:21.323Zopenjdk system 17 system
2132026-08-10T19:35:21.323Zopenjdk system 11 system
2142026-08-10T19:35:21.323Zopenssl vendor 3 vendor
2152026-08-10T19:35:21.323Zperl system 5.40 system
2162026-08-10T19:35:21.323Zpostgresql system 18 system
2172026-08-10T19:35:21.323Zpostgresql system 17 system
2182026-08-10T19:35:21.323Zpython vendor 3 vendor
2192026-08-10T19:35:21.323Zpython system 2 system
2202026-08-10T19:35:21.323Zpython3 vendor 3.13 vendor
2212026-08-10T19:35:21.323Zruby system 3.4 system
2222026-08-10T19:35:21.323Zruby system 3.0 system
2232026-08-10T19:35:21.323Zwords vendor vendor american-english
2242026-08-10T19:35:21.323Zwords system system australian-english
2252026-08-10T19:35:21.323Zwords system system british-english
2262026-08-10T19:35:21.323Zwords system system canadian-english
2272026-08-10T19:35:21.323Zwords system system french
2282026-08-10T19:35:21.324Zwords system system italian
2292026-08-10T19:35:21.324Zwords system system ngerman
2302026-08-10T19:35:21.324Zwords system system ogerman
2312026-08-10T19:35:21.324Zwords system system spanish
2322026-08-10T19:35:21.573ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-10T19:35:21.573Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-10T19:35:21.986ZFMRI IFO
2352026-08-10T19:35:21.986Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-10T19:35:21.986Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-10T19:35:21.986Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-10T19:35:21.986Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-10T19:35:21.986Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-10T19:35:21.986Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-10T19:35:21.986Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-10T19:35:21.987Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-10T19:35:21.987Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-10T19:35:22.290Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-10T19:35:22.636Z Updating crates.io index
2462026-08-10T19:35:22.639Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-10T19:35:22.914Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-10T19:35:23.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-10T19:35:24.548Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-10T19:35:25.145Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-10T19:35:27.137Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-10T19:35:28.237Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-10T19:35:28.528Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-10T19:35:28.878Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-10T19:35:30.247Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-10T19:35:30.556Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-10T19:35:30.913Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-08-10T19:35:31.193Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2592026-08-10T19:35:31.443Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2602026-08-10T19:35:31.713Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2612026-08-10T19:35:31.995Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-10T19:35:32.252Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-10T19:35:32.521Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-08-10T19:35:32.850Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2652026-08-10T19:35:33.410Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-08-10T19:35:33.746Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2672026-08-10T19:35:34.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2682026-08-10T19:35:34.413Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2692026-08-10T19:35:34.940Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2702026-08-10T19:35:35.287Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-10T19:35:35.591Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-10T19:35:36.030Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-10T19:35:36.296Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-10T19:35:36.594Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-10T19:35:36.958Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-10T19:35:37.224Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-10T19:35:37.540Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-10T19:35:37.898Z Updating git repository `https://github.com/oxidecomputer/tough`
2792026-08-10T19:35:38.600Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-10T19:35:38.865Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-10T19:35:39.150Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2822026-08-10T19:35:39.492Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-10T19:35:39.799Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-10T19:35:40.108Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-10T19:35:40.354Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-10T19:35:40.615Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-10T19:35:40.907Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-10T19:35:41.157Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-10T19:35:43.700Z Downloading crates ...
2902026-08-10T19:35:43.747Z Downloaded cpufeatures v0.2.17
2912026-08-10T19:35:43.752Z Downloaded memmap v0.7.0
2922026-08-10T19:35:43.755Z Downloaded anstream v1.0.0
2932026-08-10T19:35:43.755Z Downloaded digest v0.10.7
2942026-08-10T19:35:43.762Z Downloaded usdt-macro v0.5.0
2952026-08-10T19:35:43.765Z Downloaded zmij v1.0.21
2962026-08-10T19:35:43.768Z Downloaded equivalent v1.0.2
2972026-08-10T19:35:43.770Z Downloaded bytecount v0.6.9
2982026-08-10T19:35:43.774Z Downloaded anstyle-parse v1.0.0
2992026-08-10T19:35:43.774Z Downloaded cargo-platform v0.3.2
3002026-08-10T19:35:43.774Z Downloaded clap_lex v1.0.0
3012026-08-10T19:35:43.774Z Downloaded block-buffer v0.10.4
3022026-08-10T19:35:43.777Z Downloaded dtrace-parser v0.2.0
3032026-08-10T19:35:43.777Z Downloaded errno v0.3.14
3042026-08-10T19:35:43.777Z Downloaded cfg-if v1.0.4
3052026-08-10T19:35:43.780Z Downloaded colorchoice v1.0.4
3062026-08-10T19:35:43.783Z Downloaded zerocopy v0.7.35
3072026-08-10T19:35:43.788Z Downloaded anstyle-query v1.1.5
3082026-08-10T19:35:43.791Z Downloaded dof v0.3.0
3092026-08-10T19:35:43.791Z Downloaded heck v0.5.0
3102026-08-10T19:35:43.791Z Downloaded macaddr v1.0.1
3112026-08-10T19:35:43.791Z Downloaded camino-tempfile v1.4.1
3122026-08-10T19:35:43.794Z Downloaded fastrand v2.3.0
3132026-08-10T19:35:43.794Z Downloaded proc-macro-error-attr v1.0.4
3142026-08-10T19:35:43.794Z Downloaded fnv v1.0.7
3152026-08-10T19:35:43.794Z Downloaded autocfg v1.5.0
3162026-08-10T19:35:43.794Z Downloaded byteorder v1.5.0
3172026-08-10T19:35:43.797Z Downloaded crypto-common v0.1.7
3182026-08-10T19:35:43.797Z Downloaded is_terminal_polyfill v1.70.2
3192026-08-10T19:35:43.800Z Downloaded heck v0.4.1
3202026-08-10T19:35:43.807Z Downloaded scroll_derive v0.12.1
3212026-08-10T19:35:43.809Z Downloaded serde_spanned v0.6.9
3222026-08-10T19:35:43.812Z Downloaded tabled_derive v0.7.0
3232026-08-10T19:35:43.812Z Downloaded version_check v0.9.5
3242026-08-10T19:35:43.815Z Downloaded anyhow v1.0.102
3252026-08-10T19:35:43.815Z Downloaded clap_derive v4.6.1
3262026-08-10T19:35:43.819Z Downloaded pretty-hex v0.4.1
3272026-08-10T19:35:43.824Z Downloaded generic-array v0.14.7
3282026-08-10T19:35:43.827Z Downloaded itoa v1.0.17
3292026-08-10T19:35:43.827Z Downloaded usdt-attr-macro v0.5.0
3302026-08-10T19:35:43.829Z Downloaded thread-id v4.2.2
3312026-08-10T19:35:43.832Z Downloaded unicode-linebreak v0.1.5
3322026-08-10T19:35:43.836Z Downloaded plain v0.2.3
3332026-08-10T19:35:43.838Z Downloaded smawk v0.3.2
3342026-08-10T19:35:43.841Z Downloaded toml_write v0.1.2
3352026-08-10T19:35:43.844Z Downloaded terminal_size v0.4.3
3362026-08-10T19:35:43.844Z Downloaded utf8parse v0.2.2
3372026-08-10T19:35:43.844Z Downloaded toml_datetime v0.6.11
3382026-08-10T19:35:43.847Z Downloaded swrite v0.1.0
3392026-08-10T19:35:43.850Z Downloaded usdt v0.5.0
3402026-08-10T19:35:43.858Z Downloaded fs-err v3.3.0
3412026-08-10T19:35:43.867Z Downloaded anstyle v1.0.14
3422026-08-10T19:35:43.870Z Downloaded cargo_toml v0.21.0
3432026-08-10T19:35:43.870Z Downloaded pest_derive v2.8.6
3442026-08-10T19:35:43.873Z Downloaded proc-macro-error v1.0.4
3452026-08-10T19:35:43.876Z Downloaded scroll v0.12.0
3462026-08-10T19:35:43.876Z Downloaded cargo_metadata v0.23.1
3472026-08-10T19:35:43.879Z Downloaded strsim v0.11.1
3482026-08-10T19:35:43.879Z Downloaded thiserror v1.0.69
3492026-08-10T19:35:43.882Z Downloaded quote v1.0.45
3502026-08-10T19:35:43.882Z Downloaded thiserror-impl v2.0.18
3512026-08-10T19:35:43.893Z Downloaded serde_tokenstream v0.2.3
3522026-08-10T19:35:43.895Z Downloaded sha2 v0.10.9
3532026-08-10T19:35:43.911Z Downloaded thiserror-impl v1.0.69
3542026-08-10T19:35:43.911Z Downloaded usdt-impl v0.5.0
3552026-08-10T19:35:43.911Z Downloaded bitflags v2.11.0
3562026-08-10T19:35:43.911Z Downloaded thiserror v2.0.18
3572026-08-10T19:35:43.914Z Downloaded once_cell v1.21.3
3582026-08-10T19:35:43.914Z Downloaded pest_generator v2.8.6
3592026-08-10T19:35:43.917Z Downloaded winnow v0.7.14
3602026-08-10T19:35:43.920Z Downloaded serde v1.0.228
3612026-08-10T19:35:43.922Z Downloaded toml v0.8.23
3622026-08-10T19:35:43.922Z Downloaded semver v1.0.28
3632026-08-10T19:35:43.926Z Downloaded ucd-trie v0.1.7
3642026-08-10T19:35:43.932Z Downloaded camino v1.2.2
3652026-08-10T19:35:43.935Z Downloaded zerocopy-derive v0.7.35
3662026-08-10T19:35:43.939Z Downloaded log v0.4.29
3672026-08-10T19:35:43.939Z Downloaded papergrid v0.11.0
3682026-08-10T19:35:43.941Z Downloaded clap v4.6.1
3692026-08-10T19:35:43.944Z Downloaded textwrap v0.16.2
3702026-08-10T19:35:43.947Z Downloaded proc-macro2 v1.0.106
3712026-08-10T19:35:43.947Z Downloaded unicode-ident v1.0.24
3722026-08-10T19:35:43.952Z Downloaded serde_derive v1.0.228
3732026-08-10T19:35:43.954Z Downloaded getrandom v0.4.1
3742026-08-10T19:35:43.963Z Downloaded pest_meta v2.8.6
3752026-08-10T19:35:43.967Z Downloaded toml_edit v0.22.27
3762026-08-10T19:35:43.970Z Downloaded serde_core v1.0.228
3772026-08-10T19:35:43.973Z Downloaded tempfile v3.25.0
3782026-08-10T19:35:43.990Z Downloaded indexmap v2.14.0
3792026-08-10T19:35:43.999Z Downloaded memchr v2.8.0
3802026-08-10T19:35:44.005Z Downloaded typenum v1.20.1
3812026-08-10T19:35:44.015Z Downloaded pest v2.8.6
3822026-08-10T19:35:44.034Z Downloaded goblin v0.8.2
3832026-08-10T19:35:44.042Z Downloaded clap_builder v4.6.0
3842026-08-10T19:35:44.047Z Downloaded serde_json v1.0.151
3852026-08-10T19:35:44.054Z Downloaded hashbrown v0.17.0
3862026-08-10T19:35:44.066Z Downloaded tabled v0.15.0
3872026-08-10T19:35:44.079Z Downloaded syn v1.0.109
3882026-08-10T19:35:44.089Z Downloaded unicode-width v0.1.14
3892026-08-10T19:35:44.092Z Downloaded unicode-width v0.2.0
3902026-08-10T19:35:44.095Z Downloaded syn v2.0.117
3912026-08-10T19:35:44.108Z Downloaded rustix v1.1.3
3922026-08-10T19:35:44.134Z Downloaded libc v0.2.185
3932026-08-10T19:35:44.196Z Compiling proc-macro2 v1.0.106
3942026-08-10T19:35:44.196Z Compiling unicode-ident v1.0.24
3952026-08-10T19:35:44.196Z Compiling quote v1.0.45
3962026-08-10T19:35:44.199Z Compiling serde_core v1.0.228
3972026-08-10T19:35:44.199Z Compiling libc v0.2.185
3982026-08-10T19:35:44.199Z Compiling version_check v0.9.5
3992026-08-10T19:35:44.200Z Compiling memchr v2.8.0
4002026-08-10T19:35:44.200Z Compiling serde v1.0.228
4012026-08-10T19:35:44.553Z Compiling zmij v1.0.21
4022026-08-10T19:35:44.703Z Compiling ucd-trie v0.1.7
4032026-08-10T19:35:44.847Z Compiling itoa v1.0.17
4042026-08-10T19:35:44.964Z Compiling thiserror v1.0.69
4052026-08-10T19:35:45.004Z Compiling pest v2.8.6
4062026-08-10T19:35:45.141Z Compiling byteorder v1.5.0
4072026-08-10T19:35:45.184Z Compiling rustix v1.1.3
4082026-08-10T19:35:45.367Z Compiling errno v0.3.14
4092026-08-10T19:35:45.384Z Compiling bitflags v2.11.0
4102026-08-10T19:35:45.550Z Compiling serde_json v1.0.151
4112026-08-10T19:35:45.617Z Compiling syn v2.0.117
4122026-08-10T19:35:45.701Z Compiling thread-id v4.2.2
4132026-08-10T19:35:45.766Z Compiling proc-macro-error-attr v1.0.4
4142026-08-10T19:35:45.785Z Compiling usdt-impl v0.5.0
4152026-08-10T19:35:45.871Z Compiling syn v1.0.109
4162026-08-10T19:35:45.945Z Compiling camino v1.2.2
4172026-08-10T19:35:46.118Z Compiling pest_meta v2.8.6
4182026-08-10T19:35:46.276Z Compiling proc-macro-error v1.0.4
4192026-08-10T19:35:46.309Z Compiling equivalent v1.0.2
4202026-08-10T19:35:46.342Z Compiling plain v0.2.3
4212026-08-10T19:35:46.403Z Compiling getrandom v0.4.1
4222026-08-10T19:35:46.457Z Compiling hashbrown v0.17.0
4232026-08-10T19:35:46.479Z Compiling utf8parse v0.2.2
4242026-08-10T19:35:46.719Z Compiling log v0.4.29
4252026-08-10T19:35:46.792Z Compiling terminal_size v0.4.3
4262026-08-10T19:35:46.920Z Compiling anstyle-parse v1.0.0
4272026-08-10T19:35:46.986Z Compiling indexmap v2.14.0
4282026-08-10T19:35:47.510Z Compiling winnow v0.7.14
4292026-08-10T19:35:47.536Z Compiling anstyle-query v1.1.5
4302026-08-10T19:35:47.610Z Compiling thiserror v2.0.18
4312026-08-10T19:35:47.633Z Compiling cfg-if v1.0.4
4322026-08-10T19:35:47.649Z Compiling pretty-hex v0.4.1
4332026-08-10T19:35:47.709Z Compiling is_terminal_polyfill v1.70.2
4342026-08-10T19:35:47.758Z Compiling toml_write v0.1.2
4352026-08-10T19:35:47.789Z Compiling anstyle v1.0.14
4362026-08-10T19:35:47.812Z Compiling colorchoice v1.0.4
4372026-08-10T19:35:47.927Z Compiling pest_generator v2.8.6
4382026-08-10T19:35:47.946Z Compiling autocfg v1.5.0
4392026-08-10T19:35:47.978Z Compiling anstream v1.0.0
4402026-08-10T19:35:48.191Z Compiling anyhow v1.0.102
4412026-08-10T19:35:48.292Z Compiling heck v0.5.0
4422026-08-10T19:35:48.364Z Compiling fs-err v3.3.0
4432026-08-10T19:35:48.494Z Compiling once_cell v1.21.3
4442026-08-10T19:35:48.528Z Compiling bytecount v0.6.9
4452026-08-10T19:35:48.566Z Compiling heck v0.4.1
4462026-08-10T19:35:48.584Z Compiling strsim v0.11.1
4472026-08-10T19:35:48.608Z Compiling unicode-width v0.1.14
4482026-08-10T19:35:48.662Z Compiling fastrand v2.3.0
4492026-08-10T19:35:48.713Z Compiling fnv v1.0.7
4502026-08-10T19:35:48.791Z Compiling clap_lex v1.0.0
4512026-08-10T19:35:48.823Z Compiling papergrid v0.11.0
4522026-08-10T19:35:48.879Z Compiling tempfile v3.25.0
4532026-08-10T19:35:48.977Z Compiling clap_builder v4.6.0
4542026-08-10T19:35:49.019Z Compiling semver v1.0.28
4552026-08-10T19:35:49.036Z Compiling cargo-platform v0.3.2
4562026-08-10T19:35:49.121Z Compiling tabled_derive v0.7.0
4572026-08-10T19:35:49.149Z Compiling memmap v0.7.0
4582026-08-10T19:35:49.245Z Compiling smawk v0.3.2
4592026-08-10T19:35:49.309Z Compiling unicode-width v0.2.0
4602026-08-10T19:35:49.331Z Compiling unicode-linebreak v0.1.5
4612026-08-10T19:35:49.385Z Compiling camino-tempfile v1.4.1
4622026-08-10T19:35:49.557Z Compiling serde_derive v1.0.228
4632026-08-10T19:35:49.575Z Compiling thiserror-impl v1.0.69
4642026-08-10T19:35:49.591Z Compiling zerocopy-derive v0.7.35
4652026-08-10T19:35:49.613Z Compiling pest_derive v2.8.6
4662026-08-10T19:35:49.686Z Compiling scroll_derive v0.12.1
4672026-08-10T19:35:50.016Z Compiling thiserror-impl v2.0.18
4682026-08-10T19:35:50.055Z Compiling clap_derive v4.6.1
4692026-08-10T19:35:50.217Z Compiling tabled v0.15.0
4702026-08-10T19:35:50.359Z Compiling scroll v0.12.0
4712026-08-10T19:35:50.462Z Compiling zerocopy v0.7.35
4722026-08-10T19:35:50.637Z Compiling goblin v0.8.2
4732026-08-10T19:35:50.914Z Compiling dtrace-parser v0.2.0
4742026-08-10T19:35:51.064Z Compiling textwrap v0.16.2
4752026-08-10T19:35:51.535Z Compiling swrite v0.1.0
4762026-08-10T19:35:51.847Z Compiling clap v4.6.1
4772026-08-10T19:35:52.680Z Compiling dof v0.3.0
4782026-08-10T19:35:52.680Z Compiling serde_tokenstream v0.2.3
4792026-08-10T19:35:52.683Z Compiling toml_datetime v0.6.11
4802026-08-10T19:35:52.683Z Compiling serde_spanned v0.6.9
4812026-08-10T19:35:52.683Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-08-10T19:35:52.761Z Compiling macaddr v1.0.1
4832026-08-10T19:35:52.777Z Compiling cargo_metadata v0.23.1
4842026-08-10T19:35:52.982Z Compiling toml_edit v0.22.27
4852026-08-10T19:35:53.490Z Compiling usdt-macro v0.5.0
4862026-08-10T19:35:53.490Z Compiling usdt-attr-macro v0.5.0
4872026-08-10T19:35:54.094Z Compiling usdt v0.5.0
4882026-08-10T19:35:54.304Z Compiling toml v0.8.23
4892026-08-10T19:35:54.626Z Compiling cargo_toml v0.21.0
4902026-08-10T19:35:55.869Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-08-10T19:35:57.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.82s
4922026-08-10T19:35:58.150Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-08-10T19:35:58.662Z Downloading crates ...
4942026-08-10T19:35:58.715Z Downloaded base64ct v1.8.3
4952026-08-10T19:35:58.719Z Downloaded cobs v0.3.0
4962026-08-10T19:35:58.723Z Downloaded adler2 v2.0.1
4972026-08-10T19:35:58.723Z Downloaded base16ct v1.0.0
4982026-08-10T19:35:58.726Z Downloaded arrayref v0.3.9
4992026-08-10T19:35:58.726Z Downloaded atty v0.2.14
5002026-08-10T19:35:58.726Z Downloaded atomic-waker v1.1.2
5012026-08-10T19:35:58.729Z Downloaded ascii-canvas v3.0.0
5022026-08-10T19:35:58.732Z Downloaded async-recursion v1.1.1
5032026-08-10T19:35:58.732Z Downloaded base64 v0.21.7
5042026-08-10T19:35:58.735Z Downloaded aead v0.5.2
5052026-08-10T19:35:58.735Z Downloaded bb8 v0.8.6
5062026-08-10T19:35:58.736Z Downloaded fixedbitset v0.4.2
5072026-08-10T19:35:58.736Z Downloaded bitfield-macros v0.19.4
5082026-08-10T19:35:58.736Z Downloaded async-stream-impl v0.3.6
5092026-08-10T19:35:58.739Z Downloaded ciborium-ll v0.2.2
5102026-08-10T19:35:58.742Z Downloaded futures-core v0.3.32
5112026-08-10T19:35:58.742Z Downloaded async-stream v0.3.6
5122026-08-10T19:35:58.742Z Downloaded convert_case v0.4.0
5132026-08-10T19:35:58.745Z Downloaded assert_matches v1.5.0
5142026-08-10T19:35:58.746Z Downloaded endian-type v0.1.2
5152026-08-10T19:35:58.750Z Downloaded enum-as-inner v0.6.1
5162026-08-10T19:35:58.750Z Downloaded foreign-types v0.5.0
5172026-08-10T19:35:58.750Z Downloaded env_filter v1.0.0
5182026-08-10T19:35:58.755Z Downloaded futures-task v0.3.32
5192026-08-10T19:35:58.755Z Downloaded bit-set v0.5.3
5202026-08-10T19:35:58.755Z Downloaded bit-set v0.8.0
5212026-08-10T19:35:58.755Z Downloaded foreign-types-macros v0.2.3
5222026-08-10T19:35:58.755Z Downloaded foreign-types-shared v0.3.1
5232026-08-10T19:35:58.758Z Downloaded anstyle-parse v0.2.7
5242026-08-10T19:35:58.758Z Downloaded backoff v0.4.0
5252026-08-10T19:35:58.758Z Downloaded bit-vec v0.8.0
5262026-08-10T19:35:58.758Z Downloaded bitfield-struct v0.6.2
5272026-08-10T19:35:58.763Z Downloaded env_logger v0.11.9
5282026-08-10T19:35:58.763Z Downloaded ghash v0.6.0
5292026-08-10T19:35:58.767Z Downloaded fxhash v0.2.1
5302026-08-10T19:35:58.767Z Downloaded array-init v0.0.4
5312026-08-10T19:35:58.767Z Downloaded bcrypt-pbkdf v0.11.0
5322026-08-10T19:35:58.770Z Downloaded argon2 v0.6.0-rc.8
5332026-08-10T19:35:58.770Z Downloaded bitfield v0.19.4
5342026-08-10T19:35:58.770Z Downloaded cbc v0.2.1
5352026-08-10T19:35:58.770Z Downloaded flagset v0.4.7
5362026-08-10T19:35:58.773Z Downloaded float-ord v0.3.2
5372026-08-10T19:35:58.773Z Downloaded block-padding v0.4.2
5382026-08-10T19:35:58.773Z Downloaded fd-lock v4.0.4
5392026-08-10T19:35:58.776Z Downloaded cfg_aliases v0.2.1
5402026-08-10T19:35:58.779Z Downloaded form_urlencoded v1.2.2
5412026-08-10T19:35:58.784Z Downloaded foreign-types v0.3.2
5422026-08-10T19:35:58.784Z Downloaded futures-macro v0.3.32
5432026-08-10T19:35:58.784Z Downloaded atomicwrites v0.4.4
5442026-08-10T19:35:58.784Z Downloaded erased-serde v0.3.31
5452026-08-10T19:35:58.787Z Downloaded fallible-iterator v0.2.0
5462026-08-10T19:35:58.787Z Downloaded ff v0.14.0
5472026-08-10T19:35:58.787Z Downloaded base16ct v0.2.0
5482026-08-10T19:35:58.787Z Downloaded ciborium-io v0.2.2
5492026-08-10T19:35:58.792Z Downloaded cfg_aliases v0.1.1
5502026-08-10T19:35:58.792Z Downloaded gethostname v0.5.0
5512026-08-10T19:35:58.793Z Downloaded float-cmp v0.10.0
5522026-08-10T19:35:58.795Z Downloaded futures-sink v0.3.32
5532026-08-10T19:35:58.795Z Downloaded futures-io v0.3.32
5542026-08-10T19:35:58.795Z Downloaded funty v2.0.0
5552026-08-10T19:35:58.799Z Downloaded argon2 v0.5.3
5562026-08-10T19:35:58.802Z Downloaded anstream v0.6.21
5572026-08-10T19:35:58.802Z Downloaded arrayvec v0.7.6
5582026-08-10T19:35:58.805Z Downloaded fixedbitset v0.5.7
5592026-08-10T19:35:58.805Z Downloaded fs-err v2.11.0
5602026-08-10T19:35:58.805Z Downloaded async-trait v0.1.89
5612026-08-10T19:35:58.808Z Downloaded aead v0.6.1
5622026-08-10T19:35:58.812Z Downloaded ahash v0.8.12
5632026-08-10T19:35:58.812Z Downloaded compression-codecs v0.4.37
5642026-08-10T19:35:58.815Z Downloaded futures-executor v0.3.32
5652026-08-10T19:35:58.815Z Downloaded generic-array v1.4.3
5662026-08-10T19:35:58.818Z Downloaded git-stub v1.0.0
5672026-08-10T19:35:58.818Z Downloaded compression-core v0.4.31
5682026-08-10T19:35:58.818Z Downloaded castaway v0.2.4
5692026-08-10T19:35:58.822Z Downloaded enum_dispatch v0.3.13
5702026-08-10T19:35:58.822Z Downloaded ff v0.13.1
5712026-08-10T19:35:58.825Z Downloaded foldhash v0.1.5
5722026-08-10T19:35:58.825Z Downloaded getrandom v0.3.4
5732026-08-10T19:35:58.825Z Downloaded num_enum_derive v0.5.11
5742026-08-10T19:35:58.825Z Downloaded hash32 v0.2.1
5752026-08-10T19:35:58.828Z Downloaded http-range v0.1.5
5762026-08-10T19:35:58.832Z Downloaded hostname v0.4.2
5772026-08-10T19:35:58.832Z Downloaded num v0.4.3
5782026-08-10T19:35:58.832Z Downloaded num-conv v0.2.0
5792026-08-10T19:35:58.835Z Downloaded num-derive v0.4.2
5802026-08-10T19:35:58.836Z Downloaded fs_extra v1.3.0
5812026-08-10T19:35:58.839Z Downloaded openssl-probe v0.2.1
5822026-08-10T19:35:58.839Z Downloaded path-slash v0.1.5
5832026-08-10T19:35:58.844Z Downloaded home v0.5.12
5842026-08-10T19:35:58.847Z Downloaded headers-core v0.3.0
5852026-08-10T19:35:58.847Z Downloaded bit-vec v0.6.3
5862026-08-10T19:35:58.850Z Downloaded globwalk v0.9.1
5872026-08-10T19:35:58.854Z Downloaded constant_time_eq v0.4.2
5882026-08-10T19:35:58.854Z Downloaded hyper-tls v0.6.0
5892026-08-10T19:35:58.857Z Downloaded cmov v0.5.4
5902026-08-10T19:35:58.857Z Downloaded camino-tempfile-ext v0.3.3
5912026-08-10T19:35:58.862Z Downloaded hubpack v0.1.2
5922026-08-10T19:35:58.862Z Downloaded hubpack_derive v0.1.1
5932026-08-10T19:35:58.862Z Downloaded bcs v0.1.6
5942026-08-10T19:35:58.862Z Downloaded buf-list v1.1.2
5952026-08-10T19:35:58.865Z Downloaded progenitor-macro v0.14.0
5962026-08-10T19:35:58.865Z Downloaded psl-types v2.0.11
5972026-08-10T19:35:58.865Z Downloaded hex v0.4.3
5982026-08-10T19:35:58.865Z Downloaded hostname v0.3.1
5992026-08-10T19:35:58.865Z Downloaded httpdate v1.0.3
6002026-08-10T19:35:58.865Z Downloaded cassowary v0.3.0
6012026-08-10T19:35:58.865Z Downloaded phf_shared v0.13.1
6022026-08-10T19:35:58.868Z Downloaded http-body v1.0.1
6032026-08-10T19:35:58.872Z Downloaded allocator-api2 v0.2.21
6042026-08-10T19:35:58.872Z Downloaded arc-swap v1.8.2
6052026-08-10T19:35:58.875Z Downloaded radium v0.7.0
6062026-08-10T19:35:58.875Z Downloaded hash32 v0.3.1
6072026-08-10T19:35:58.875Z Downloaded filetime v0.2.27
6082026-08-10T19:35:58.878Z Downloaded find-msvc-tools v0.1.9
6092026-08-10T19:35:58.878Z Downloaded russh-util v0.52.0
6102026-08-10T19:35:58.878Z Downloaded serde_plain v1.0.2
6112026-08-10T19:35:58.881Z Downloaded serde_repr v0.1.20
6122026-08-10T19:35:58.889Z Downloaded block-buffer v0.12.1
6132026-08-10T19:35:58.889Z Downloaded blowfish v0.10.0
6142026-08-10T19:35:58.894Z Downloaded futures-channel v0.3.32
6152026-08-10T19:35:58.894Z Downloaded bs58 v0.5.1
6162026-08-10T19:35:58.894Z Downloaded cexpr v0.6.0
6172026-08-10T19:35:58.894Z Downloaded cipher v0.4.4
6182026-08-10T19:35:58.894Z Downloaded cmake v0.1.57
6192026-08-10T19:35:58.894Z Downloaded const_format_proc_macros v0.2.34
6202026-08-10T19:35:58.894Z Downloaded cipher v0.5.2
6212026-08-10T19:35:58.894Z Downloaded potential_utf v0.1.4
6222026-08-10T19:35:58.894Z Downloaded predicates-core v1.0.10
6232026-08-10T19:35:58.894Z Downloaded chacha20 v0.9.1
6242026-08-10T19:35:58.897Z Downloaded rand_xorshift v0.4.0
6252026-08-10T19:35:58.897Z Downloaded num_enum_derive v0.7.6
6262026-08-10T19:35:58.897Z Downloaded foreign-types-shared v0.1.1
6272026-08-10T19:35:58.897Z Downloaded rand_chacha v0.3.1
6282026-08-10T19:35:58.897Z Downloaded byte-wrapper v0.1.0
6292026-08-10T19:35:58.897Z Downloaded password-hash v0.5.0
6302026-08-10T19:35:58.900Z Downloaded pem v3.0.6
6312026-08-10T19:35:58.903Z Downloaded slog-bunyan v2.5.0
6322026-08-10T19:35:58.907Z Downloaded stable_deref_trait v1.2.1
6332026-08-10T19:35:58.907Z Downloaded sync_wrapper v1.0.2
6342026-08-10T19:35:58.907Z Downloaded globset v0.4.18
6352026-08-10T19:35:58.910Z Downloaded http-body-util v0.1.3
6362026-08-10T19:35:58.910Z Downloaded colored v2.2.0
6372026-08-10T19:35:58.910Z Downloaded backon v1.6.0
6382026-08-10T19:35:58.914Z Downloaded console v0.16.2
6392026-08-10T19:35:58.914Z Downloaded bitflags v1.3.2
6402026-08-10T19:35:58.914Z Downloaded bzip2 v0.6.1
6412026-08-10T19:35:58.914Z Downloaded clang-sys v1.8.1
6422026-08-10T19:35:58.917Z Downloaded secrecy v0.8.0
6432026-08-10T19:35:58.917Z Downloaded bzip2 v0.4.4
6442026-08-10T19:35:58.917Z Downloaded cancel-safe-futures v0.1.5
6452026-08-10T19:35:58.921Z Downloaded sapling-renderdag v0.1.0
6462026-08-10T19:35:58.921Z Downloaded shell-words v1.1.1
6472026-08-10T19:35:58.921Z Downloaded sigpipe v0.1.3
6482026-08-10T19:35:58.924Z Downloaded hyper-rustls v0.27.7
6492026-08-10T19:35:58.927Z Downloaded take_mut v0.2.2
6502026-08-10T19:35:58.930Z Downloaded foldhash v0.2.0
6512026-08-10T19:35:58.935Z Downloaded group v0.13.0
6522026-08-10T19:35:58.941Z Downloaded schemars_derive v0.8.22
6532026-08-10T19:35:58.945Z Downloaded highway v1.3.0
6542026-08-10T19:35:58.948Z Downloaded usdt v0.6.0
6552026-08-10T19:35:58.951Z Downloaded hex-literal v1.1.0
6562026-08-10T19:35:58.951Z Downloaded pem-rfc7468 v0.7.0
6572026-08-10T19:35:58.955Z Downloaded slog-scope v4.4.1
6582026-08-10T19:35:58.955Z Downloaded strum v0.26.3
6592026-08-10T19:35:58.955Z Downloaded humantime v2.3.0
6602026-08-10T19:35:58.955Z Downloaded const-oid v0.9.6
6612026-08-10T19:35:58.955Z Downloaded blake2 v0.11.0-rc.6
6622026-08-10T19:35:58.958Z Downloaded chacha20 v0.10.0
6632026-08-10T19:35:58.958Z Downloaded console v0.15.11
6642026-08-10T19:35:58.962Z Downloaded termtree v0.5.1
6652026-08-10T19:35:58.962Z Downloaded tokio-macros v2.7.0
6662026-08-10T19:35:58.962Z Downloaded hmac v0.12.1
6672026-08-10T19:35:58.966Z Downloaded git-stub-vcs v0.1.0
6682026-08-10T19:35:58.966Z Downloaded glob v0.3.3
6692026-08-10T19:35:58.966Z Downloaded slog-json v2.6.1
6702026-08-10T19:35:58.969Z Downloaded fatfs v0.3.6
6712026-08-10T19:35:58.972Z Downloaded xshell-macros v0.2.7
6722026-08-10T19:35:58.972Z Downloaded zone_cfg_derive v0.3.1
6732026-08-10T19:35:58.977Z Downloaded pkcs1 v0.7.5
6742026-08-10T19:35:58.977Z Downloaded ssh-encoding v0.3.0
6752026-08-10T19:35:58.980Z Downloaded async-bb8-diesel v0.2.1
6762026-08-10T19:35:58.980Z Downloaded getrandom v0.2.17
6772026-08-10T19:35:58.983Z Downloaded hmac v0.13.0
6782026-08-10T19:35:58.983Z Downloaded crc-catalog v2.4.0
6792026-08-10T19:35:58.986Z Downloaded progenitor-extras v0.2.0
6802026-08-10T19:35:58.986Z Downloaded unarray v0.1.4
6812026-08-10T19:35:58.986Z Downloaded utf-8 v0.7.6
6822026-08-10T19:35:58.992Z Downloaded rpassword v7.5.4
6832026-08-10T19:35:58.995Z Downloaded same-file v1.0.6
6842026-08-10T19:35:58.995Z Downloaded tls_codec v0.4.2
6852026-08-10T19:35:58.998Z Downloaded hyper-staticfile v0.10.1
6862026-08-10T19:35:58.998Z Downloaded curve25519-dalek-derive v0.1.1
6872026-08-10T19:35:58.998Z Downloaded darling_macro v0.20.11
6882026-08-10T19:35:58.998Z Downloaded darling_macro v0.21.3
6892026-08-10T19:35:58.998Z Downloaded serdect v0.4.3
6902026-08-10T19:35:59.001Z Downloaded shlex v1.3.0
6912026-08-10T19:35:59.001Z Downloaded sec1 v0.7.3
6922026-08-10T19:35:59.001Z Downloaded sec1 v0.8.1
6932026-08-10T19:35:59.001Z Downloaded slab v0.4.12
6942026-08-10T19:35:59.005Z Downloaded dirs-sys-next v0.1.2
6952026-08-10T19:35:59.005Z Downloaded ident_case v1.0.1
6962026-08-10T19:35:59.005Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6972026-08-10T19:35:59.008Z Downloaded crunchy v0.2.4
6982026-08-10T19:35:59.012Z Downloaded cstr-argument v0.1.2
6992026-08-10T19:35:59.015Z Downloaded defmt-parser v1.0.0
7002026-08-10T19:35:59.015Z Downloaded downcast-rs v2.0.2
7012026-08-10T19:35:59.015Z Downloaded embedded-io v0.4.0
7022026-08-10T19:35:59.015Z Downloaded futures v0.3.32
7032026-08-10T19:35:59.020Z Downloaded tui-tree-widget v0.23.1
7042026-08-10T19:35:59.020Z Downloaded dof v0.4.0
7052026-08-10T19:35:59.022Z Downloaded indent_write v2.2.0
7062026-08-10T19:35:59.022Z Downloaded keccak v0.1.6
7072026-08-10T19:35:59.022Z Downloaded lalrpop-util v0.19.12
7082026-08-10T19:35:59.026Z Downloaded strum_macros v0.27.2
7092026-08-10T19:35:59.029Z Downloaded lazy_static v1.5.0
7102026-08-10T19:35:59.033Z Downloaded group v0.14.0
7112026-08-10T19:35:59.036Z Downloaded half v1.8.3
7122026-08-10T19:35:59.036Z Downloaded httparse v1.10.1
7132026-08-10T19:35:59.036Z Downloaded hybrid-array v0.4.13
7142026-08-10T19:35:59.039Z Downloaded parking_lot_core v0.9.12
7152026-08-10T19:35:59.039Z Downloaded ciborium v0.2.2
7162026-08-10T19:35:59.039Z Downloaded termios v0.3.3
7172026-08-10T19:35:59.042Z Downloaded const-oid v0.10.2
7182026-08-10T19:35:59.042Z Downloaded oso v0.27.3
7192026-08-10T19:35:59.045Z Downloaded embedded-io v0.6.1
7202026-08-10T19:35:59.045Z Downloaded sqlformat v0.3.5
7212026-08-10T19:35:59.045Z Downloaded whoami v1.6.1
7222026-08-10T19:35:59.050Z Downloaded internet-checksum v0.2.1
7232026-08-10T19:35:59.050Z Downloaded managed v0.8.0
7242026-08-10T19:35:59.050Z Downloaded vergen-gitcl v1.0.8
7252026-08-10T19:35:59.050Z Downloaded whoami v2.1.0
7262026-08-10T19:35:59.053Z Downloaded tokio-native-tls v0.3.1
7272026-08-10T19:35:59.053Z Downloaded half v2.7.1
7282026-08-10T19:35:59.054Z Downloaded pkcs8 v0.11.0
7292026-08-10T19:35:59.054Z Downloaded blake2 v0.10.6
7302026-08-10T19:35:59.056Z Downloaded crossbeam-deque v0.8.6
7312026-08-10T19:35:59.057Z Downloaded colored v3.1.1
7322026-08-10T19:35:59.060Z Downloaded const_format v0.2.35
7332026-08-10T19:35:59.060Z Downloaded compact_str v0.8.1
7342026-08-10T19:35:59.063Z Downloaded poly1305 v0.9.0
7352026-08-10T19:35:59.063Z Downloaded memoffset v0.9.1
7362026-08-10T19:35:59.066Z Downloaded num-iter v0.1.45
7372026-08-10T19:35:59.066Z Downloaded parse-display v0.10.0
7382026-08-10T19:35:59.066Z Downloaded async-compression v0.4.41
7392026-08-10T19:35:59.069Z Downloaded primefield v0.14.0
7402026-08-10T19:35:59.069Z Downloaded ar_archive_writer v0.5.1
7412026-08-10T19:35:59.072Z Downloaded deranged v0.5.8
7422026-08-10T19:35:59.072Z Downloaded der_derive v0.7.3
7432026-08-10T19:35:59.072Z Downloaded oso-derive v0.27.3
7442026-08-10T19:35:59.075Z Downloaded openssl-macros v0.1.1
7452026-08-10T19:35:59.075Z Downloaded packed_struct_codegen v0.10.1
7462026-08-10T19:35:59.076Z Downloaded rustls-native-certs v0.8.3
7472026-08-10T19:35:59.076Z Downloaded flume v0.11.1
7482026-08-10T19:35:59.080Z Downloaded proc-macro-crate v1.3.1
7492026-08-10T19:35:59.080Z Downloaded progenitor-client v0.14.0
7502026-08-10T19:35:59.080Z Downloaded vergen-lib v9.1.0
7512026-08-10T19:35:59.083Z Downloaded snafu-derive v0.8.9
7522026-08-10T19:35:59.083Z Downloaded vergen-lib v0.1.6
7532026-08-10T19:35:59.083Z Downloaded corncobs v0.1.4
7542026-08-10T19:35:59.094Z Downloaded indoc v2.0.7
7552026-08-10T19:35:59.097Z Downloaded ingot v0.2.1
7562026-08-10T19:35:59.099Z Downloaded rand_pcg v0.10.2
7572026-08-10T19:35:59.102Z Downloaded rfc6979 v0.4.0
7582026-08-10T19:35:59.102Z Downloaded chacha20poly1305 v0.10.1
7592026-08-10T19:35:59.106Z Downloaded bytes v1.11.1
7602026-08-10T19:35:59.109Z Downloaded openssl-sys v0.9.117
7612026-08-10T19:35:59.112Z Downloaded nanorand v0.7.0
7622026-08-10T19:35:59.116Z Downloaded signature v2.2.0
7632026-08-10T19:35:59.119Z Downloaded term v1.2.1
7642026-08-10T19:35:59.122Z Downloaded base64 v0.22.1
7652026-08-10T19:35:59.125Z Downloaded ref-cast v1.0.25
7662026-08-10T19:35:59.125Z Downloaded ref-cast-impl v1.0.25
7672026-08-10T19:35:59.129Z Downloaded scroll_derive v0.13.1
7682026-08-10T19:35:59.129Z Downloaded supports-color v3.0.2
7692026-08-10T19:35:59.132Z Downloaded darling v0.20.11
7702026-08-10T19:35:59.132Z Downloaded darling v0.21.3
7712026-08-10T19:35:59.136Z Downloaded derive_builder v0.20.2
7722026-08-10T19:35:59.139Z Downloaded parking_lot_core v0.8.6
7732026-08-10T19:35:59.139Z Downloaded derive-ex v0.1.8
7742026-08-10T19:35:59.143Z Downloaded hickory-resolver v0.25.2
7752026-08-10T19:35:59.143Z Downloaded topological-sort v0.2.2
7762026-08-10T19:35:59.143Z Downloaded trait-variant v0.1.2
7772026-08-10T19:35:59.147Z Downloaded try-lock v0.2.5
7782026-08-10T19:35:59.147Z Downloaded void v1.0.2
7792026-08-10T19:35:59.147Z Downloaded unicode-truncate v1.1.0
7802026-08-10T19:35:59.147Z Downloaded universal-hash v0.6.1
7812026-08-10T19:35:59.147Z Downloaded wait-timeout v0.2.1
7822026-08-10T19:35:59.147Z Downloaded rfc6979 v0.6.0
7832026-08-10T19:35:59.147Z Downloaded prettyplease v0.2.37
7842026-08-10T19:35:59.150Z Downloaded serde_bytes v0.11.19
7852026-08-10T19:35:59.154Z Downloaded rayon-core v1.13.0
7862026-08-10T19:35:59.158Z Downloaded serde_yaml v0.9.34+deprecated
7872026-08-10T19:35:59.161Z Downloaded unicode-properties v0.1.4
7882026-08-10T19:35:59.161Z Downloaded newtype-uuid v1.3.2
7892026-08-10T19:35:59.161Z Downloaded module-lattice v0.2.3
7902026-08-10T19:35:59.165Z Downloaded siphasher v1.0.2
7912026-08-10T19:35:59.165Z Downloaded time-core v0.1.8
7922026-08-10T19:35:59.165Z Downloaded flate2 v1.1.9
7932026-08-10T19:35:59.168Z Downloaded litrs v1.0.0
7942026-08-10T19:35:59.168Z Downloaded psm v0.1.30
7952026-08-10T19:35:59.171Z Downloaded ryu v1.0.23
7962026-08-10T19:35:59.171Z Downloaded lock_api v0.4.14
7972026-08-10T19:35:59.174Z Downloaded zerofrom v0.1.6
7982026-08-10T19:35:59.178Z Downloaded num_enum v0.7.6
7992026-08-10T19:35:59.181Z Downloaded openssl-probe v0.1.6
8002026-08-10T19:35:59.184Z Downloaded p384 v0.14.0
8012026-08-10T19:35:59.184Z Downloaded rustversion v1.0.22
8022026-08-10T19:35:59.184Z Downloaded pin-project-internal v1.1.11
8032026-08-10T19:35:59.188Z Downloaded pkcs8 v0.10.2
8042026-08-10T19:35:59.188Z Downloaded predicates v3.1.4
8052026-08-10T19:35:59.191Z Downloaded rusty-fork v0.3.1
8062026-08-10T19:35:59.191Z Downloaded crucible-workspace-hack v0.1.0
8072026-08-10T19:35:59.191Z Downloaded darling_macro v0.23.0
8082026-08-10T19:35:59.191Z Downloaded dunce v1.0.5
8092026-08-10T19:35:59.191Z Downloaded tower-layer v0.3.3
8102026-08-10T19:35:59.191Z Downloaded cc v1.2.56
8112026-08-10T19:35:59.194Z Downloaded usdt-attr-macro v0.6.0
8122026-08-10T19:35:59.194Z Downloaded waitgroup v0.1.2
8132026-08-10T19:35:59.194Z Downloaded crc-any v2.5.0
8142026-08-10T19:35:59.197Z Downloaded dropshot-api-manager-types v0.7.2
8152026-08-10T19:35:59.201Z Downloaded ecdsa v0.17.0
8162026-08-10T19:35:59.201Z Downloaded bumpalo v3.20.2
8172026-08-10T19:35:59.204Z Downloaded headers v0.4.1
8182026-08-10T19:35:59.207Z Downloaded strum_macros v0.24.3
8192026-08-10T19:35:59.207Z Downloaded derive-where v1.6.0
8202026-08-10T19:35:59.210Z Downloaded postgres-types v0.2.12
8212026-08-10T19:35:59.210Z Downloaded primeorder v0.14.0
8222026-08-10T19:35:59.210Z Downloaded string_cache v0.8.9
8232026-08-10T19:35:59.215Z Downloaded sync-ptr v0.1.4
8242026-08-10T19:35:59.215Z Downloaded thiserror-no-std v2.0.2
8252026-08-10T19:35:59.218Z Downloaded inout v0.1.4
8262026-08-10T19:35:59.218Z Downloaded is-terminal v0.4.17
8272026-08-10T19:35:59.218Z Downloaded heapless v0.8.0
8282026-08-10T19:35:59.218Z Downloaded pretty_assertions v1.4.1
8292026-08-10T19:35:59.221Z Downloaded rustls-webpki v0.103.13
8302026-08-10T19:35:59.228Z Downloaded toml_edit v0.23.10+spec-1.0.0
8312026-08-10T19:35:59.231Z Downloaded tungstenite v0.21.0
8322026-08-10T19:35:59.235Z Downloaded progenitor-macro v0.13.0
8332026-08-10T19:35:59.235Z Downloaded lru v0.12.5
8342026-08-10T19:35:59.235Z Downloaded newline-converter v0.3.0
8352026-08-10T19:35:59.239Z Downloaded r2d2 v0.8.10
8362026-08-10T19:35:59.239Z Downloaded rand_seeder v0.4.0
8372026-08-10T19:35:59.239Z Downloaded csv-core v0.1.13
8382026-08-10T19:35:59.239Z Downloaded expectorate v1.2.0
8392026-08-10T19:35:59.244Z Downloaded tracing-attributes v0.1.31
8402026-08-10T19:35:59.244Z Downloaded memmap2 v0.9.10
8412026-08-10T19:35:59.247Z Downloaded scrypt v0.12.0
8422026-08-10T19:35:59.247Z Downloaded normalize-line-endings v0.3.0
8432026-08-10T19:35:59.250Z Downloaded unsafe-libyaml v0.2.11
8442026-08-10T19:35:59.250Z Downloaded percent-encoding v2.3.2
8452026-08-10T19:35:59.254Z Downloaded peg-runtime v0.8.5
8462026-08-10T19:35:59.254Z Downloaded sqlparser_derive v0.5.0
8472026-08-10T19:35:59.256Z Downloaded md5 v0.8.0
8482026-08-10T19:35:59.259Z Downloaded opaque-debug v0.3.1
8492026-08-10T19:35:59.259Z Downloaded defmt-macros v1.0.1
8502026-08-10T19:35:59.261Z Downloaded snafu v0.8.9
8512026-08-10T19:35:59.264Z Downloaded parking_lot v0.12.5
8522026-08-10T19:35:59.267Z Downloaded proc-macro-crate v3.4.0
8532026-08-10T19:35:59.267Z Downloaded illumos-nvpair v0.3.0
8542026-08-10T19:35:59.267Z Downloaded time-macros v0.2.27
8552026-08-10T19:35:59.271Z Downloaded aes v0.9.1
8562026-08-10T19:35:59.274Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-08-10T19:35:59.277Z Downloaded synstructure v0.13.2
8582026-08-10T19:35:59.277Z Downloaded tiny-keccak v2.0.2
8592026-08-10T19:35:59.277Z Downloaded tinystr v0.8.2
8602026-08-10T19:35:59.280Z Downloaded wyz v0.5.1
8612026-08-10T19:35:59.280Z Downloaded russh-cryptovec v0.62.0
8622026-08-10T19:35:59.281Z Downloaded unicase v2.9.0
8632026-08-10T19:35:59.281Z Downloaded usdt-impl v0.6.0
8642026-08-10T19:35:59.281Z Downloaded cookie_store v0.22.1
8652026-08-10T19:35:59.285Z Downloaded ingot-types v0.2.0
8662026-08-10T19:35:59.285Z Downloaded precomputed-hash v0.1.1
8672026-08-10T19:35:59.285Z Downloaded icu_normalizer_data v2.1.1
8682026-08-10T19:35:59.285Z Downloaded toml_edit v0.19.15
8692026-08-10T19:35:59.292Z Downloaded unicode_categories v0.1.1
8702026-08-10T19:35:59.295Z Downloaded multer v3.1.0
8712026-08-10T19:35:59.295Z Downloaded testing_table v0.3.0
8722026-08-10T19:35:59.300Z Downloaded tokio-test v0.4.5
8732026-08-10T19:35:59.303Z Downloaded heapless v0.7.17
8742026-08-10T19:35:59.303Z Downloaded hickory-resolver v0.24.4
8752026-08-10T19:35:59.306Z Downloaded subprocess v0.2.15
8762026-08-10T19:35:59.306Z Downloaded test-strategy v0.4.5
8772026-08-10T19:35:59.309Z Downloaded num-rational v0.4.2
8782026-08-10T19:35:59.309Z Downloaded drift v0.2.0
8792026-08-10T19:35:59.313Z Downloaded darling v0.13.4
8802026-08-10T19:35:59.316Z Downloaded derive_builder_core v0.20.2
8812026-08-10T19:35:59.316Z Downloaded displaydoc v0.2.5
8822026-08-10T19:35:59.321Z Downloaded ed25519 v3.0.0
8832026-08-10T19:35:59.321Z Downloaded oxide-update-engine v0.1.2
8842026-08-10T19:35:59.321Z Downloaded p521 v0.14.0
8852026-08-10T19:35:59.324Z Downloaded oxnet v0.1.6
8862026-08-10T19:35:59.324Z Downloaded pem-rfc7468 v1.0.0
8872026-08-10T19:35:59.324Z Downloaded scopeguard v1.2.0
8882026-08-10T19:35:59.324Z Downloaded sha1 v0.11.0
8892026-08-10T19:35:59.327Z Downloaded strip-ansi-escapes v0.2.1
8902026-08-10T19:35:59.327Z Downloaded yoke-derive v0.8.1
8912026-08-10T19:35:59.327Z Downloaded zeroize_derive v1.5.0
8922026-08-10T19:35:59.327Z Downloaded serde_cbor v0.11.2
8932026-08-10T19:35:59.330Z Downloaded yansi v1.0.1
8942026-08-10T19:35:59.330Z Downloaded oxide-update-engine-display v0.1.2
8952026-08-10T19:35:59.330Z Downloaded sha2 v0.11.0
8962026-08-10T19:35:59.335Z Downloaded des v0.9.0
8972026-08-10T19:35:59.339Z Downloaded crc v3.4.0
8982026-08-10T19:35:59.339Z Downloaded smallvec v0.6.14
8992026-08-10T19:35:59.342Z Downloaded darling_macro v0.13.4
9002026-08-10T19:35:59.342Z Downloaded resolv-conf v0.7.6
9012026-08-10T19:35:59.346Z Downloaded jobserver v0.1.34
9022026-08-10T19:35:59.349Z Downloaded serde_derive_internals v0.29.1
9032026-08-10T19:35:59.349Z Downloaded serde_path_to_error v0.1.20
9042026-08-10T19:35:59.349Z Downloaded smallvec v1.15.1
9052026-08-10T19:35:59.352Z Downloaded document-features v0.2.12
9062026-08-10T19:35:59.352Z Downloaded maplit v1.0.2
9072026-08-10T19:35:59.355Z Downloaded xattr v1.6.1
9082026-08-10T19:35:59.360Z Downloaded slog-dtrace v0.3.0
9092026-08-10T19:35:59.363Z Downloaded smf v0.2.3
9102026-08-10T19:35:59.366Z Downloaded num-integer v0.1.46
9112026-08-10T19:35:59.366Z Downloaded instability v0.3.11
9122026-08-10T19:35:59.369Z Downloaded lru-slab v0.1.2
9132026-08-10T19:35:59.373Z Downloaded pkcs5 v0.8.1
9142026-08-10T19:35:59.373Z Downloaded writeable v0.6.2
9152026-08-10T19:35:59.376Z Downloaded crc32fast v1.5.0
9162026-08-10T19:35:59.376Z Downloaded md-5 v0.10.6
9172026-08-10T19:35:59.380Z Downloaded rand_core v0.10.0
9182026-08-10T19:35:59.384Z Downloaded derive_builder_macro v0.20.2
9192026-08-10T19:35:59.384Z Downloaded difflib v0.4.0
9202026-08-10T19:35:59.384Z Downloaded newtype-uuid-macros v0.1.0
9212026-08-10T19:35:59.384Z Downloaded idna_adapter v1.2.1
9222026-08-10T19:35:59.387Z Downloaded illumos-nvpair-sys v0.2.0
9232026-08-10T19:35:59.390Z Downloaded hashbrown v0.13.2
9242026-08-10T19:35:59.399Z Downloaded hashbrown v0.12.3
9252026-08-10T19:35:59.404Z Downloaded crossbeam-epoch v0.9.18
9262026-08-10T19:35:59.404Z Downloaded digest v0.11.3
9272026-08-10T19:35:59.407Z Downloaded phf_shared v0.12.1
9282026-08-10T19:35:59.407Z Downloaded zerovec-derive v0.11.2
9292026-08-10T19:35:59.407Z Downloaded scroll v0.13.0
9302026-08-10T19:35:59.407Z Downloaded simd-adler32 v0.3.8
9312026-08-10T19:35:59.410Z Downloaded multimap v0.10.1
9322026-08-10T19:35:59.415Z Downloaded ron v0.8.1
9332026-08-10T19:35:59.421Z Downloaded libbz2-rs-sys v0.2.2
9342026-08-10T19:35:59.424Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-08-10T19:35:59.428Z Downloaded sha1 v0.10.6
9362026-08-10T19:35:59.428Z Downloaded support-bundle-viewer v0.1.2
9372026-08-10T19:35:59.431Z Downloaded stringprep v0.1.5
9382026-08-10T19:35:59.434Z Downloaded zerotrie v0.2.3
9392026-08-10T19:35:59.438Z Downloaded ed25519 v2.2.3
9402026-08-10T19:35:59.442Z Downloaded ena v0.14.4
9412026-08-10T19:35:59.442Z Downloaded libloading v0.8.9
9422026-08-10T19:35:59.445Z Downloaded tabled_derive v0.11.0
9432026-08-10T19:35:59.445Z Downloaded tabwriter v1.4.1
9442026-08-10T19:35:59.445Z Downloaded secrecy v0.10.3
9452026-08-10T19:35:59.456Z Downloaded utf8_iter v1.0.4
9462026-08-10T19:35:59.456Z Downloaded want v0.3.1
9472026-08-10T19:35:59.460Z Downloaded tinyvec v1.10.0
9482026-08-10T19:35:59.464Z Downloaded oxide-update-engine-types v0.1.2
9492026-08-10T19:35:59.468Z Downloaded diesel-dtrace v0.5.0
9502026-08-10T19:35:59.471Z Downloaded defmt v1.0.1
9512026-08-10T19:35:59.471Z Downloaded dsl_auto_type v0.2.0
9522026-08-10T19:35:59.472Z Downloaded twox-hash v2.1.2
9532026-08-10T19:35:59.472Z Downloaded structmeta-derive v0.3.0
9542026-08-10T19:35:59.475Z Downloaded untrusted v0.7.1
9552026-08-10T19:35:59.475Z Downloaded num_enum v0.5.11
9562026-08-10T19:35:59.475Z Downloaded parse-display-derive v0.10.0
9572026-08-10T19:35:59.477Z Downloaded zerofrom-derive v0.1.6
9582026-08-10T19:35:59.477Z Downloaded defmt v0.3.100
9592026-08-10T19:35:59.477Z Downloaded diesel_table_macro_syntax v0.3.0
9602026-08-10T19:35:59.477Z Downloaded pkg-config v0.3.32
9612026-08-10T19:35:59.481Z Downloaded http v1.4.2
9622026-08-10T19:35:59.482Z Downloaded aes-gcm v0.11.0
9632026-08-10T19:35:59.485Z Downloaded hickory-server v0.25.2
9642026-08-10T19:35:59.485Z Downloaded elliptic-curve v0.14.1
9652026-08-10T19:35:59.488Z Downloaded postcard v1.1.3
9662026-08-10T19:35:59.488Z Downloaded ignore v0.4.25
9672026-08-10T19:35:59.491Z Downloaded linear-map v1.2.0
9682026-08-10T19:35:59.491Z Downloaded aho-corasick v1.1.4
9692026-08-10T19:35:59.496Z Downloaded steno v0.4.1
9702026-08-10T19:35:59.500Z Downloaded rustls-platform-verifier v0.6.2
9712026-08-10T19:35:59.500Z Downloaded progenitor v0.14.0
9722026-08-10T19:35:59.500Z Downloaded progenitor-client v0.13.0
9732026-08-10T19:35:59.503Z Downloaded crossbeam-utils v0.8.21
9742026-08-10T19:35:59.503Z Downloaded jiff-static v0.2.34
9752026-08-10T19:35:59.506Z Downloaded socket2 v0.6.3
9762026-08-10T19:35:59.509Z Downloaded ed25519-dalek v3.0.0
9772026-08-10T19:35:59.512Z Downloaded display-error-chain v0.2.2
9782026-08-10T19:35:59.513Z Downloaded phc v0.6.1
9792026-08-10T19:35:59.516Z Downloaded inout v0.2.2
9802026-08-10T19:35:59.518Z Downloaded toml_writer v1.1.1+spec-1.1.0
9812026-08-10T19:35:59.521Z Downloaded rand v0.10.1
9822026-08-10T19:35:59.526Z Downloaded predicates-tree v1.0.13
9832026-08-10T19:35:59.526Z Downloaded darling_core v0.21.3
9842026-08-10T19:35:59.529Z Downloaded vergen-git2 v9.1.0
9852026-08-10T19:35:59.529Z Downloaded zstd-safe v7.2.4
9862026-08-10T19:35:59.532Z Downloaded spki v0.8.0
9872026-08-10T19:35:59.532Z Downloaded nom v8.0.0
9882026-08-10T19:35:59.535Z Downloaded lzss v0.8.2
9892026-08-10T19:35:59.538Z Downloaded newtype_derive v0.1.6
9902026-08-10T19:35:59.538Z Downloaded tracing-core v0.1.36
9912026-08-10T19:35:59.538Z Downloaded new_debug_unreachable v1.0.6
9922026-08-10T19:35:59.541Z Downloaded phf_shared v0.11.3
9932026-08-10T19:35:59.541Z Downloaded rsa v0.9.10
9942026-08-10T19:35:59.544Z Downloaded tungstenite v0.23.0
9952026-08-10T19:35:59.544Z Downloaded typify v0.6.2
9962026-08-10T19:35:59.549Z Downloaded vte v0.14.1
9972026-08-10T19:35:59.549Z Downloaded stacker v0.1.23
9982026-08-10T19:35:59.549Z Downloaded xshell v0.2.7
9992026-08-10T19:35:59.553Z Downloaded zerocopy-derive v0.8.40
10002026-08-10T19:35:59.558Z Downloaded rtoolbox v0.0.3
10012026-08-10T19:35:59.558Z Downloaded seq-macro v0.3.6
10022026-08-10T19:35:59.558Z Downloaded parking_lot v0.11.2
10032026-08-10T19:35:59.558Z Downloaded pkcs1 v0.8.0-rc.4
10042026-08-10T19:35:59.563Z Downloaded nom v7.1.3
10052026-08-10T19:35:59.563Z Downloaded daft v0.1.7
10062026-08-10T19:35:59.563Z Downloaded thread_local v1.1.9
10072026-08-10T19:35:59.566Z Downloaded zeroize v1.9.0
10082026-08-10T19:35:59.566Z Downloaded scheduled-thread-pool v0.2.7
10092026-08-10T19:35:59.569Z Downloaded ctr v0.10.1
10102026-08-10T19:35:59.572Z Downloaded slog-async v2.8.0
10112026-08-10T19:35:59.572Z Downloaded strsim v0.10.0
10122026-08-10T19:35:59.575Z Downloaded reedline v0.40.0
10132026-08-10T19:35:59.579Z Downloaded ml-kem v0.3.2
10142026-08-10T19:35:59.586Z Downloaded sponge-cursor v0.1.0
10152026-08-10T19:35:59.592Z Downloaded universal-hash v0.5.1
10162026-08-10T19:35:59.597Z Downloaded untrusted v0.9.0
10172026-08-10T19:35:59.601Z Downloaded digest-io v0.1.0
10182026-08-10T19:35:59.601Z Downloaded either v1.15.0
10192026-08-10T19:35:59.601Z Downloaded impl-trait-for-tuples v0.2.3
10202026-08-10T19:35:59.605Z Downloaded thiserror-impl-no-std v2.0.2
10212026-08-10T19:35:59.605Z Downloaded typify-macro v0.6.2
10222026-08-10T19:35:59.608Z Downloaded debug-ignore v1.0.5
10232026-08-10T19:35:59.612Z Downloaded ssh-key v0.7.0-rc.11
10242026-08-10T19:35:59.615Z Downloaded miniz_oxide v0.8.9
10252026-08-10T19:35:59.617Z Downloaded rustyline v14.0.0
10262026-08-10T19:35:59.620Z Downloaded port-file v0.1.0
10272026-08-10T19:35:59.620Z Downloaded toml v1.1.2+spec-1.1.0
10282026-08-10T19:35:59.623Z Downloaded primeorder v0.13.6
10292026-08-10T19:35:59.623Z Downloaded indoc v1.0.9
10302026-08-10T19:35:59.625Z Downloaded quinn-udp v0.5.14
10312026-08-10T19:35:59.625Z Downloaded is_ci v1.2.0
10322026-08-10T19:35:59.626Z Downloaded match_cfg v0.1.0
10332026-08-10T19:35:59.626Z Downloaded dtrace-parser v0.3.0
10342026-08-10T19:35:59.628Z Downloaded packed_struct v0.10.1
10352026-08-10T19:35:59.628Z Downloaded nodrop v0.1.14
10362026-08-10T19:35:59.628Z Downloaded salsa20 v0.11.0
10372026-08-10T19:35:59.628Z Downloaded prefix-trie v0.7.0
10382026-08-10T19:35:59.631Z Downloaded daft-derive v0.1.7
10392026-08-10T19:35:59.634Z Downloaded derive_more-impl v2.1.1
10402026-08-10T19:35:59.637Z Downloaded recursive v0.1.1
10412026-08-10T19:35:59.637Z Downloaded semver v0.1.20
10422026-08-10T19:35:59.637Z Downloaded samael v0.0.19
10432026-08-10T19:35:59.640Z Downloaded signature v3.0.0
10442026-08-10T19:35:59.641Z Downloaded slog v2.8.2
10452026-08-10T19:35:59.643Z Downloaded signal-hook-mio v0.2.5
10462026-08-10T19:35:59.646Z Downloaded thread-id v5.1.0
10472026-08-10T19:35:59.646Z Downloaded mime_guess v2.0.5
10482026-08-10T19:35:59.649Z Downloaded num_threads v0.1.7
10492026-08-10T19:35:59.649Z Downloaded hashbrown v0.16.1
10502026-08-10T19:35:59.652Z Downloaded crc8 v0.1.1
10512026-08-10T19:35:59.654Z Downloaded tokio-tungstenite v0.23.1
10522026-08-10T19:35:59.654Z Downloaded walkdir v2.5.0
10532026-08-10T19:35:59.658Z Downloaded itertools v0.12.1
10542026-08-10T19:35:59.665Z Downloaded num-complex v0.4.6
10552026-08-10T19:35:59.668Z Downloaded tokio-rustls v0.26.4
10562026-08-10T19:35:59.668Z Downloaded convert_case v0.10.0
10572026-08-10T19:35:59.668Z Downloaded serde-big-array v0.5.1
10582026-08-10T19:35:59.671Z Downloaded rustc-hash v2.1.1
10592026-08-10T19:35:59.671Z Downloaded unit-prefix v0.5.2
10602026-08-10T19:35:59.674Z Downloaded cpufeatures v0.3.0
10612026-08-10T19:35:59.674Z Downloaded kem v0.3.0
10622026-08-10T19:35:59.677Z Downloaded internal-russh-num-bigint v0.5.0
10632026-08-10T19:35:59.682Z Downloaded zip v4.6.1
10642026-08-10T19:35:59.682Z Downloaded critical-section v1.2.0
10652026-08-10T19:35:59.685Z Downloaded icu_collections v2.1.1
10662026-08-10T19:35:59.685Z Downloaded hashbrown v0.15.5
10672026-08-10T19:35:59.688Z Downloaded omicron-zone-package v0.12.3
10682026-08-10T19:35:59.691Z Downloaded ingot-macros v0.2.0
10692026-08-10T19:35:59.691Z Downloaded libefi-sys v0.1.0
10702026-08-10T19:35:59.691Z Downloaded subtle v2.6.1
10712026-08-10T19:35:59.693Z Downloaded rand_core v0.9.5
10722026-08-10T19:35:59.696Z Downloaded dirs-next v2.0.0
10732026-08-10T19:35:59.702Z Downloaded phf v0.12.1
10742026-08-10T19:35:59.708Z Downloaded nibble_vec v0.1.0
10752026-08-10T19:35:59.711Z Downloaded aws-lc-rs v1.16.3
10762026-08-10T19:35:59.717Z Downloaded hyper v1.10.1
10772026-08-10T19:35:59.721Z Downloaded ppv-lite86 v0.2.21
10782026-08-10T19:35:59.721Z Downloaded proc-macro-error2 v2.0.1
10792026-08-10T19:35:59.724Z Downloaded rand_chacha v0.9.0
10802026-08-10T19:35:59.724Z Downloaded tinyvec_macros v0.1.1
10812026-08-10T19:35:59.724Z Downloaded native-tls v0.2.18
10822026-08-10T19:35:59.724Z Downloaded serde_spanned v1.1.1
10832026-08-10T19:35:59.724Z Downloaded structmeta v0.3.0
10842026-08-10T19:35:59.724Z Downloaded publicsuffix v2.3.0
10852026-08-10T19:35:59.728Z Downloaded qorb v0.4.1
10862026-08-10T19:35:59.728Z Downloaded wnaf v0.14.0
10872026-08-10T19:35:59.728Z Downloaded yoke v0.8.1
10882026-08-10T19:35:59.732Z Downloaded itertools v0.15.0
10892026-08-10T19:35:59.735Z Downloaded owo-colors v4.3.0
10902026-08-10T19:35:59.735Z Downloaded powerfmt v0.2.0
10912026-08-10T19:35:59.735Z Downloaded num-traits v0.2.19
10922026-08-10T19:35:59.739Z Downloaded tap v1.0.1
10932026-08-10T19:35:59.744Z Downloaded usdt-macro v0.6.0
10942026-08-10T19:35:59.744Z Downloaded cookie v0.18.1
10952026-08-10T19:35:59.744Z Downloaded futures-util v0.3.32
10962026-08-10T19:35:59.748Z Downloaded nonempty v0.12.0
10972026-08-10T19:35:59.751Z Downloaded parse-size v1.1.0
10982026-08-10T19:35:59.753Z Downloaded linked-hash-map v0.5.6
10992026-08-10T19:35:59.753Z Downloaded strum v0.27.2
11002026-08-10T19:35:59.753Z Downloaded keccak v0.2.0
11012026-08-10T19:35:59.757Z Downloaded password-hash v0.6.1
11022026-08-10T19:35:59.761Z Downloaded poly1305 v0.8.0
11032026-08-10T19:35:59.761Z Downloaded slog-term v2.9.2
11042026-08-10T19:35:59.767Z Downloaded cpubits v0.1.1
11052026-08-10T19:35:59.770Z Downloaded lru-cache v0.1.2
11062026-08-10T19:35:59.774Z Downloaded blake3 v1.8.5
11072026-08-10T19:35:59.777Z Downloaded signal-hook-tokio v0.3.1
11082026-08-10T19:35:59.777Z Downloaded derive_more v0.99.20
11092026-08-10T19:35:59.780Z Downloaded icu_locale_core v2.1.1
11102026-08-10T19:35:59.783Z Downloaded oxide-tokio-rt v0.1.4
11112026-08-10T19:35:59.783Z Downloaded serde_with v1.14.0
11122026-08-10T19:35:59.786Z Downloaded tokio-util v0.7.18
11132026-08-10T19:35:59.790Z Downloaded unicode-xid v0.2.6
11142026-08-10T19:35:59.793Z Downloaded term v0.7.0
11152026-08-10T19:35:59.793Z Downloaded kstat-rs v0.2.5
11162026-08-10T19:35:59.793Z Downloaded rustls-pki-types v1.14.0
11172026-08-10T19:35:59.793Z Downloaded serde_urlencoded v0.7.1
11182026-08-10T19:35:59.796Z Downloaded spki v0.7.3
11192026-08-10T19:35:59.796Z Downloaded tagptr v0.2.0
11202026-08-10T19:35:59.799Z Downloaded nu-ansi-term v0.50.3
11212026-08-10T19:35:59.802Z Downloaded yasna v0.5.2
11222026-08-10T19:35:59.802Z Downloaded crypto-bigint v0.5.5
11232026-08-10T19:35:59.804Z Downloaded num-bigint v0.4.6
11242026-08-10T19:35:59.809Z Downloaded peg-macros v0.8.5
11252026-08-10T19:35:59.812Z Downloaded scuffle v0.1.0
11262026-08-10T19:35:59.812Z Downloaded tokio-postgres v0.7.16
11272026-08-10T19:35:59.814Z Downloaded icu_properties v2.1.2
11282026-08-10T19:35:59.814Z Downloaded rand v0.9.2
11292026-08-10T19:35:59.817Z Downloaded elliptic-curve v0.13.8
11302026-08-10T19:35:59.822Z Downloaded iana-time-zone v0.1.65
11312026-08-10T19:35:59.822Z Downloaded vsss-rs v3.3.4
11322026-08-10T19:35:59.827Z Downloaded data-encoding v2.10.0
11332026-08-10T19:35:59.827Z Downloaded icu_normalizer v2.1.1
11342026-08-10T19:35:59.827Z Downloaded libsw-core v0.3.2
11352026-08-10T19:35:59.827Z Downloaded progenitor v0.13.0
11362026-08-10T19:35:59.827Z Downloaded ecdsa v0.16.9
11372026-08-10T19:35:59.827Z Downloaded rustc_version v0.1.7
11382026-08-10T19:35:59.830Z Downloaded rustc_version v0.4.1
11392026-08-10T19:35:59.830Z Downloaded libscf-sys v1.2.0
11402026-08-10T19:35:59.830Z Downloaded hkdf v0.12.4
11412026-08-10T19:35:59.830Z Downloaded signal-hook-registry v1.4.8
11422026-08-10T19:35:59.836Z Downloaded h2 v0.4.15
11432026-08-10T19:35:59.843Z Downloaded typed-path v0.9.3
11442026-08-10T19:35:59.846Z Downloaded bitvec v1.0.1
11452026-08-10T19:35:59.854Z Downloaded signal-hook v0.3.18
11462026-08-10T19:35:59.858Z Downloaded spin v0.9.8
11472026-08-10T19:35:59.858Z Downloaded dyn-clone v1.0.20
11482026-08-10T19:35:59.861Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-08-10T19:35:59.861Z Downloaded olpc-cjson v0.1.4
11502026-08-10T19:35:59.861Z Downloaded rustls-pemfile v2.2.0
11512026-08-10T19:35:59.861Z Downloaded similar v2.7.0
11522026-08-10T19:35:59.868Z Downloaded darling_core v0.13.4
11532026-08-10T19:35:59.870Z Downloaded instant v0.1.13
11542026-08-10T19:35:59.876Z Downloaded rand v0.8.6
11552026-08-10T19:35:59.879Z Downloaded proptest v1.11.0
11562026-08-10T19:35:59.884Z Downloaded schemars v1.2.1
11572026-08-10T19:35:59.891Z Downloaded quick-error v1.2.3
11582026-08-10T19:35:59.894Z Downloaded delegate v0.13.5
11592026-08-10T19:35:59.894Z Downloaded ipnet v2.11.0
11602026-08-10T19:35:59.894Z Downloaded slog-envlogger v2.2.0
11612026-08-10T19:35:59.897Z Downloaded peg v0.8.5
11622026-08-10T19:35:59.897Z Downloaded mime v0.3.17
11632026-08-10T19:35:59.902Z Downloaded unicode-segmentation v1.12.0
11642026-08-10T19:35:59.905Z Downloaded pin-project-lite v0.2.17
11652026-08-10T19:35:59.909Z Downloaded postgres-protocol v0.6.10
11662026-08-10T19:35:59.912Z Downloaded zone v0.3.1
11672026-08-10T19:35:59.916Z Downloaded serde-hex v0.1.0
11682026-08-10T19:35:59.919Z Downloaded zstd v0.13.3
11692026-08-10T19:35:59.919Z Downloaded bindgen v0.71.1
11702026-08-10T19:35:59.922Z Downloaded hkdf v0.13.0
11712026-08-10T19:35:59.925Z Downloaded static_assertions v1.1.0
11722026-08-10T19:35:59.928Z Downloaded unicode-bidi v0.3.18
11732026-08-10T19:35:59.928Z Downloaded uzers v0.12.2
11742026-08-10T19:35:59.931Z Downloaded itertools v0.14.0
11752026-08-10T19:35:59.934Z Downloaded ctutils v0.4.2
11762026-08-10T19:35:59.934Z Downloaded pin-project v1.1.11
11772026-08-10T19:35:59.940Z Downloaded paste v1.0.15
11782026-08-10T19:35:59.943Z Downloaded strum_macros v0.26.4
11792026-08-10T19:35:59.943Z Downloaded tls_codec_derive v0.4.2
11802026-08-10T19:35:59.943Z Downloaded tower-service v0.3.3
11812026-08-10T19:35:59.946Z Downloaded darling_core v0.20.11
11822026-08-10T19:35:59.946Z Downloaded portable-atomic v1.13.1
11832026-08-10T19:35:59.949Z Downloaded pbkdf2 v0.13.0
11842026-08-10T19:35:59.951Z Downloaded tokio-tungstenite v0.21.0
11852026-08-10T19:35:59.951Z Downloaded jiff-core v0.1.0
11862026-08-10T19:35:59.955Z Downloaded polyval v0.7.1
11872026-08-10T19:35:59.957Z Downloaded zerocopy v0.6.6
11882026-08-10T19:35:59.960Z Downloaded slog-stdlog v4.1.1
11892026-08-10T19:35:59.960Z Downloaded vergen v9.1.0
11902026-08-10T19:35:59.963Z Downloaded ipnetwork v0.21.1
11912026-08-10T19:35:59.963Z Downloaded phf v0.13.1
11922026-08-10T19:35:59.963Z Downloaded rand_core v0.6.4
11932026-08-10T19:35:59.963Z Downloaded ssh-cipher v0.3.0
11942026-08-10T19:35:59.968Z Downloaded diff v0.1.13
11952026-08-10T19:35:59.968Z Downloaded libxml v0.3.3
11962026-08-10T19:35:59.970Z Downloaded papergrid v0.17.0
11972026-08-10T19:35:59.980Z Downloaded quinn v0.11.11
11982026-08-10T19:35:59.985Z Downloaded p256 v0.14.0
11992026-08-10T19:35:59.987Z Downloaded uuid v1.23.4
12002026-08-10T19:35:59.987Z Downloaded zopfli v0.8.3
12012026-08-10T19:35:59.990Z Downloaded chrono v0.4.45
12022026-08-10T19:35:59.993Z Downloaded maybe-uninit v2.0.0
12032026-08-10T19:35:59.993Z Downloaded dropshot_endpoint v0.17.1
12042026-08-10T19:35:59.996Z Downloaded indexmap v1.9.3
12052026-08-10T19:35:59.998Z Downloaded tar v0.4.46
12062026-08-10T19:35:59.998Z Downloaded crossterm v0.28.1
12072026-08-10T19:36:00.001Z Downloaded zerovec v0.11.5
12082026-08-10T19:36:00.005Z Downloaded iddqd v0.4.2
12092026-08-10T19:36:00.008Z Downloaded toml_parser v1.1.2+spec-1.1.0
12102026-08-10T19:36:00.011Z Downloaded libm v0.2.16
12112026-08-10T19:36:00.016Z Downloaded socket2 v0.5.10
12122026-08-10T19:36:00.020Z Downloaded crypto-common v0.2.2
12132026-08-10T19:36:00.020Z Downloaded derive_more v2.1.1
12142026-08-10T19:36:00.024Z Downloaded tokio-dtrace v0.1.1
12152026-08-10T19:36:00.024Z Downloaded petname v2.0.2
12162026-08-10T19:36:00.026Z Downloaded vcpkg v0.2.15
12172026-08-10T19:36:00.048Z Downloaded libsw v3.5.0
12182026-08-10T19:36:00.051Z Downloaded tough v0.22.0
12192026-08-10T19:36:00.054Z Downloaded winnow v0.5.40
12202026-08-10T19:36:00.057Z Downloaded serde_with_macros v3.21.0
12212026-08-10T19:36:00.059Z Downloaded serde_with_macros v1.5.2
12222026-08-10T19:36:00.060Z Downloaded lalrpop v0.19.12
12232026-08-10T19:36:00.065Z Downloaded indicatif v0.18.4
12242026-08-10T19:36:00.068Z Downloaded der v0.7.10
12252026-08-10T19:36:00.072Z Downloaded crypto-primes v0.7.2
12262026-08-10T19:36:00.075Z Downloaded darling_core v0.23.0
12272026-08-10T19:36:00.075Z Downloaded rcgen v0.12.1
12282026-08-10T19:36:00.078Z Downloaded darling v0.23.0
12292026-08-10T19:36:00.081Z Downloaded icu_provider v2.1.1
12302026-08-10T19:36:00.081Z Downloaded icu_properties_data v2.1.2
12312026-08-10T19:36:00.084Z Downloaded litemap v0.8.1
12322026-08-10T19:36:00.088Z Downloaded ed25519-dalek v2.2.0
12332026-08-10T19:36:00.088Z Downloaded progenitor-impl v0.13.0
12342026-08-10T19:36:00.091Z Downloaded url v2.5.8
12352026-08-10T19:36:00.091Z Downloaded tokio-stream v0.1.18
12362026-08-10T19:36:00.095Z Downloaded mio v1.2.0
12372026-08-10T19:36:00.098Z Downloaded itertools v0.10.5
12382026-08-10T19:36:00.101Z Downloaded crossbeam-channel v0.5.15
12392026-08-10T19:36:00.101Z Downloaded zlib-rs v0.6.2
12402026-08-10T19:36:00.109Z Downloaded toml v0.7.8
12412026-08-10T19:36:00.112Z Downloaded hyper-util v0.1.20
12422026-08-10T19:36:00.117Z Downloaded itertools v0.13.0
12432026-08-10T19:36:00.122Z Downloaded minimal-lexical v0.2.1
12442026-08-10T19:36:00.125Z Downloaded regex-syntax v0.6.29
12452026-08-10T19:36:00.136Z Downloaded schemars v0.9.0
12462026-08-10T19:36:00.140Z Downloaded git2 v0.20.4
12472026-08-10T19:36:00.143Z Downloaded iri-string v0.7.10
12482026-08-10T19:36:00.148Z Downloaded sha3 v0.12.0
12492026-08-10T19:36:00.151Z Downloaded tower-http v0.6.8
12502026-08-10T19:36:00.151Z Downloaded progenitor-impl v0.14.0
12512026-08-10T19:36:00.154Z Downloaded winnow v0.6.26
12522026-08-10T19:36:00.159Z Downloaded schemars v0.8.22
12532026-08-10T19:36:00.163Z Downloaded tower v0.5.3
12542026-08-10T19:36:00.167Z Downloaded num-bigint-dig v0.8.6
12552026-08-10T19:36:00.174Z Downloaded time v0.3.47
12562026-08-10T19:36:00.180Z Downloaded crossterm v0.29.0
12572026-08-10T19:36:00.184Z Downloaded der v0.8.0
12582026-08-10T19:36:00.188Z Downloaded smoltcp v0.9.1
12592026-08-10T19:36:00.192Z Downloaded zip v0.6.6
12602026-08-10T19:36:00.196Z Downloaded winnow v1.0.3
12612026-08-10T19:36:00.200Z Downloaded bstr v1.12.1
12622026-08-10T19:36:00.208Z Downloaded regex-syntax v0.8.10
12632026-08-10T19:36:00.214Z Downloaded dropshot-api-manager v0.7.2
12642026-08-10T19:36:00.216Z Downloaded goblin v0.10.5
12652026-08-10T19:36:00.216Z Downloaded openapiv3 v2.2.0
12662026-08-10T19:36:00.223Z Downloaded regex v1.12.3
12672026-08-10T19:36:00.226Z Downloaded russh v0.62.4
12682026-08-10T19:36:00.232Z Downloaded rsa v0.10.0-rc.18
12692026-08-10T19:36:00.234Z Downloaded rawzip v0.4.4
12702026-08-10T19:36:00.240Z Downloaded quick-xml v0.37.5
12712026-08-10T19:36:00.246Z Downloaded diesel_derives v2.3.7
12722026-08-10T19:36:00.267Z Downloaded smoltcp v0.11.0
12732026-08-10T19:36:00.278Z Downloaded x509-cert v0.2.5
12742026-08-10T19:36:00.331Z Downloaded radix_trie v0.2.1
12752026-08-10T19:36:00.341Z Downloaded regress v0.11.1
12762026-08-10T19:36:00.351Z Downloaded nix v0.31.2
12772026-08-10T19:36:00.358Z Downloaded zerocopy v0.8.40
12782026-08-10T19:36:00.370Z Downloaded unicode-normalization v0.1.25
12792026-08-10T19:36:00.374Z Downloaded curve25519-dalek v5.0.0
12802026-08-10T19:36:00.379Z Downloaded tracing v0.1.44
12812026-08-10T19:36:00.392Z Downloaded typify-impl v0.6.2
12822026-08-10T19:36:00.401Z Downloaded idna v1.1.0
12832026-08-10T19:36:00.407Z Downloaded p384 v0.13.1
12842026-08-10T19:36:00.416Z Downloaded rayon v1.11.0
12852026-08-10T19:36:00.419Z Downloaded salty v0.3.0
12862026-08-10T19:36:00.423Z Downloaded regex-automata v0.4.14
12872026-08-10T19:36:00.432Z Downloaded diesel v2.3.7
12882026-08-10T19:36:00.443Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-08-10T19:36:00.450Z Downloaded moka v0.12.13
12902026-08-10T19:36:00.454Z Downloaded tabled v0.20.0
12912026-08-10T19:36:00.464Z Downloaded reqwest v0.12.28
12922026-08-10T19:36:00.467Z Downloaded nix v0.27.1
12932026-08-10T19:36:00.472Z Downloaded jiff v0.2.34
12942026-08-10T19:36:00.481Z Downloaded chrono-tz v0.10.4
12952026-08-10T19:36:00.491Z Downloaded reqwest v0.13.2
12962026-08-10T19:36:00.494Z Downloaded polar-core v0.27.3
12972026-08-10T19:36:00.499Z Downloaded csv v1.4.0
12982026-08-10T19:36:00.511Z Downloaded sha3 v0.10.8
12992026-08-10T19:36:00.514Z Downloaded serde_with v3.21.0
13002026-08-10T19:36:00.583Z Downloaded hickory-proto v0.24.4
13012026-08-10T19:36:00.591Z Downloaded object v0.37.3
13022026-08-10T19:36:00.599Z Downloaded hickory-proto v0.25.2
13032026-08-10T19:36:00.639Z Downloaded quinn-proto v0.11.16
13042026-08-10T19:36:00.655Z Downloaded object v0.30.4
13052026-08-10T19:36:00.668Z Downloaded regress v0.10.5
13062026-08-10T19:36:00.673Z Downloaded openssl v0.10.80
13072026-08-10T19:36:00.686Z Downloaded crypto-bigint v0.7.5
13082026-08-10T19:36:00.699Z Downloaded curve25519-dalek v4.1.3
13092026-08-10T19:36:00.705Z Downloaded dropshot v0.17.1
13102026-08-10T19:36:00.717Z Downloaded rustls v0.23.41
13112026-08-10T19:36:00.723Z Downloaded rustix v0.38.44
13122026-08-10T19:36:00.739Z Downloaded nix v0.28.0
13132026-08-10T19:36:00.778Z Downloaded sled v0.34.7
13142026-08-10T19:36:00.800Z Downloaded zerocopy-derive v0.6.6
13152026-08-10T19:36:00.831Z Downloaded sqlparser v0.61.0
13162026-08-10T19:36:00.841Z Downloaded sha3 v0.11.0
13172026-08-10T19:36:00.859Z Downloaded ratatui v0.29.0
13182026-08-10T19:36:00.937Z Downloaded petgraph v0.6.5
13192026-08-10T19:36:00.982Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-08-10T19:36:01.005Z Downloaded petgraph v0.8.3
13212026-08-10T19:36:01.030Z Downloaded libz-sys v1.1.24
13222026-08-10T19:36:01.043Z Downloaded tokio v1.52.1
13232026-08-10T19:36:01.066Z Downloaded aws-lc-sys v0.40.0
13242026-08-10T19:36:01.203Z Downloaded encoding_rs v0.8.35
13252026-08-10T19:36:01.214Z Downloaded ring v0.17.14
13262026-08-10T19:36:01.237Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-08-10T19:36:01.383Z Compiling libc v0.2.185
13282026-08-10T19:36:01.384Z Compiling serde_core v1.0.228
13292026-08-10T19:36:01.386Z Compiling serde v1.0.228
13302026-08-10T19:36:01.386Z Compiling log v0.4.29
13312026-08-10T19:36:01.386Z Compiling smallvec v1.15.1
13322026-08-10T19:36:01.558Z Compiling find-msvc-tools v0.1.9
13332026-08-10T19:36:01.558Z Compiling shlex v1.3.0
13342026-08-10T19:36:01.562Z Compiling syn v2.0.117
13352026-08-10T19:36:01.751Z Compiling subtle v2.6.1
13362026-08-10T19:36:01.764Z Compiling scopeguard v1.2.0
13372026-08-10T19:36:01.764Z Compiling typenum v1.20.1
13382026-08-10T19:36:01.843Z Compiling stable_deref_trait v1.2.1
13392026-08-10T19:36:01.857Z Compiling lock_api v0.4.14
13402026-08-10T19:36:01.870Z Compiling zerocopy v0.8.40
13412026-08-10T19:36:01.915Z Compiling portable-atomic v1.13.1
13422026-08-10T19:36:01.928Z Compiling serde_json v1.0.151
13432026-08-10T19:36:02.090Z Compiling critical-section v1.2.0
13442026-08-10T19:36:02.138Z Compiling libm v0.2.16
13452026-08-10T19:36:02.199Z Compiling num-traits v0.2.19
13462026-08-10T19:36:02.302Z Compiling pkg-config v0.3.32
13472026-08-10T19:36:02.372Z Compiling jobserver v0.1.34
13482026-08-10T19:36:02.386Z Compiling errno v0.3.14
13492026-08-10T19:36:02.445Z Compiling getrandom v0.2.17
13502026-08-10T19:36:02.581Z Compiling cc v1.2.56
13512026-08-10T19:36:02.677Z Compiling rand_core v0.6.4
13522026-08-10T19:36:02.853Z Compiling generic-array v0.14.7
13532026-08-10T19:36:02.918Z Compiling once_cell v1.21.3
13542026-08-10T19:36:02.957Z Compiling const-oid v0.9.6
13552026-08-10T19:36:02.991Z Compiling pin-project-lite v0.2.17
13562026-08-10T19:36:03.050Z Compiling getrandom v0.4.1
13572026-08-10T19:36:03.090Z Compiling parking_lot_core v0.9.12
13582026-08-10T19:36:03.181Z Compiling rand_core v0.10.0
13592026-08-10T19:36:03.638Z Compiling bitflags v2.11.0
13602026-08-10T19:36:03.665Z Compiling signal-hook-registry v1.4.8
13612026-08-10T19:36:03.701Z Compiling litemap v0.8.1
13622026-08-10T19:36:03.773Z Compiling percent-encoding v2.3.2
13632026-08-10T19:36:03.881Z Compiling futures-core v0.3.32
13642026-08-10T19:36:03.898Z Compiling writeable v0.6.2
13652026-08-10T19:36:03.942Z Compiling semver v1.0.28
13662026-08-10T19:36:03.974Z Compiling parking_lot v0.12.5
13672026-08-10T19:36:03.988Z Compiling mio v1.2.0
13682026-08-10T19:36:04.040Z Compiling icu_properties_data v2.1.2
13692026-08-10T19:36:04.095Z Compiling icu_normalizer_data v2.1.1
13702026-08-10T19:36:04.147Z Compiling socket2 v0.6.3
13712026-08-10T19:36:04.265Z Compiling getrandom v0.3.4
13722026-08-10T19:36:04.355Z Compiling futures-sink v0.3.32
13732026-08-10T19:36:04.377Z Compiling indexmap v2.14.0
13742026-08-10T19:36:04.394Z Compiling slab v0.4.12
13752026-08-10T19:36:04.461Z Compiling synstructure v0.13.2
13762026-08-10T19:36:04.464Z Compiling futures-channel v0.3.32
13772026-08-10T19:36:04.566Z Compiling futures-task v0.3.32
13782026-08-10T19:36:04.581Z Compiling rustix v1.1.3
13792026-08-10T19:36:04.702Z Compiling futures-io v0.3.32
13802026-08-10T19:36:04.749Z Compiling utf8_iter v1.0.4
13812026-08-10T19:36:04.799Z Compiling form_urlencoded v1.2.2
13822026-08-10T19:36:04.858Z Compiling rustversion v1.0.22
13832026-08-10T19:36:04.901Z Compiling iana-time-zone v0.1.65
13842026-08-10T19:36:04.972Z Compiling base64ct v1.8.3
13852026-08-10T19:36:05.026Z Compiling cmake v0.1.57
13862026-08-10T19:36:05.068Z Compiling ident_case v1.0.1
13872026-08-10T19:36:05.095Z Compiling fs_extra v1.3.0
13882026-08-10T19:36:05.159Z Compiling regex-syntax v0.8.10
13892026-08-10T19:36:05.188Z Compiling dunce v1.0.5
13902026-08-10T19:36:05.264Z Compiling pem-rfc7468 v0.7.0
13912026-08-10T19:36:05.285Z Compiling flagset v0.4.7
13922026-08-10T19:36:05.361Z Compiling rand_core v0.9.5
13932026-08-10T19:36:05.415Z Compiling uuid v1.23.4
13942026-08-10T19:36:05.429Z Compiling aws-lc-sys v0.40.0
13952026-08-10T19:36:05.552Z Compiling base64 v0.22.1
13962026-08-10T19:36:05.634Z Compiling syn v1.0.109
13972026-08-10T19:36:05.826Z Compiling vcpkg v0.2.15
13982026-08-10T19:36:05.870Z Compiling serde_derive_internals v0.29.1
13992026-08-10T19:36:06.056Z Compiling rustc_version v0.4.1
14002026-08-10T19:36:06.131Z Compiling tracing-core v0.1.36
14012026-08-10T19:36:06.179Z Compiling serde_derive v1.0.228
14022026-08-10T19:36:06.289Z Compiling zeroize_derive v1.5.0
14032026-08-10T19:36:06.388Z Compiling zerofrom-derive v0.1.6
14042026-08-10T19:36:06.598Z Compiling zerocopy-derive v0.8.40
14052026-08-10T19:36:06.689Z Compiling yoke-derive v0.8.1
14062026-08-10T19:36:06.842Z Compiling zerovec-derive v0.11.2
14072026-08-10T19:36:06.944Z Compiling zeroize v1.9.0
14082026-08-10T19:36:07.163Z Compiling displaydoc v0.2.5
14092026-08-10T19:36:07.805Z Compiling zerofrom v0.1.6
14102026-08-10T19:36:07.884Z Compiling tokio-macros v2.7.0
14112026-08-10T19:36:07.922Z Compiling yoke v0.8.1
14122026-08-10T19:36:07.940Z Compiling futures-macro v0.3.32
14132026-08-10T19:36:07.982Z Compiling der_derive v0.7.3
14142026-08-10T19:36:08.118Z Compiling zerovec v0.11.5
14152026-08-10T19:36:08.131Z Compiling zerotrie v0.2.3
14162026-08-10T19:36:08.429Z Compiling block-buffer v0.10.4
14172026-08-10T19:36:08.603Z Compiling tinystr v0.8.2
14182026-08-10T19:36:08.606Z Compiling potential_utf v0.1.4
14192026-08-10T19:36:08.633Z Compiling crypto-common v0.1.7
14202026-08-10T19:36:08.746Z Compiling icu_collections v2.1.1
14212026-08-10T19:36:08.778Z Compiling icu_locale_core v2.1.1
14222026-08-10T19:36:08.781Z Compiling digest v0.10.7
14232026-08-10T19:36:08.808Z Compiling futures-util v0.3.32
14242026-08-10T19:36:08.948Z Compiling thiserror-impl v2.0.18
14252026-08-10T19:36:09.038Z Compiling der v0.7.10
14262026-08-10T19:36:09.210Z Compiling openssl-sys v0.9.117
14272026-08-10T19:36:09.655Z Compiling bytes v1.11.1
14282026-08-10T19:36:09.697Z Compiling icu_provider v2.1.1
14292026-08-10T19:36:09.740Z Compiling chrono v0.4.45
14302026-08-10T19:36:09.996Z Compiling icu_normalizer v2.1.1
14312026-08-10T19:36:10.229Z Compiling tokio v1.52.1
14322026-08-10T19:36:10.260Z Compiling icu_properties v2.1.2
14332026-08-10T19:36:10.274Z Compiling thiserror v2.0.18
14342026-08-10T19:36:10.381Z Compiling http v1.4.2
14352026-08-10T19:36:10.522Z Compiling spki v0.7.3
14362026-08-10T19:36:10.730Z Compiling tracing-attributes v0.1.31
14372026-08-10T19:36:11.140Z Compiling idna_adapter v1.2.1
14382026-08-10T19:36:11.159Z Compiling ppv-lite86 v0.2.21
14392026-08-10T19:36:11.181Z Compiling aws-lc-rs v1.16.3
14402026-08-10T19:36:11.282Z Compiling idna v1.1.0
14412026-08-10T19:36:11.311Z Compiling cpufeatures v0.2.17
14422026-08-10T19:36:11.377Z Compiling dyn-clone v1.0.20
14432026-08-10T19:36:11.391Z Compiling schemars v0.8.22
14442026-08-10T19:36:11.465Z Compiling rand_chacha v0.9.0
14452026-08-10T19:36:11.486Z Compiling http-body v1.0.1
14462026-08-10T19:36:11.514Z Compiling pkcs8 v0.10.2
14472026-08-10T19:36:11.584Z Compiling url v2.5.8
14482026-08-10T19:36:11.659Z Compiling rand v0.9.2
14492026-08-10T19:36:11.842Z Compiling rustls-pki-types v1.14.0
14502026-08-10T19:36:11.937Z Compiling schemars_derive v0.8.22
14512026-08-10T19:36:12.095Z Compiling tracing v0.1.44
14522026-08-10T19:36:12.288Z Compiling spin v0.9.8
14532026-08-10T19:36:12.363Z Compiling tinyvec_macros v0.1.1
14542026-08-10T19:36:12.378Z Compiling crc32fast v1.5.0
14552026-08-10T19:36:12.405Z Compiling cmov v0.5.4
14562026-08-10T19:36:12.433Z Compiling httparse v1.10.1
14572026-08-10T19:36:12.497Z Compiling openssl-probe v0.2.1
14582026-08-10T19:36:12.610Z Compiling ctutils v0.4.2
14592026-08-10T19:36:12.666Z Compiling tinyvec v1.10.0
14602026-08-10T19:36:12.679Z Compiling tempfile v3.25.0
14612026-08-10T19:36:12.802Z Compiling pest_generator v2.8.6
14622026-08-10T19:36:12.838Z Compiling sha2 v0.10.9
14632026-08-10T19:36:13.004Z Compiling aho-corasick v1.1.4
14642026-08-10T19:36:13.030Z Compiling tower-layer v0.3.3
14652026-08-10T19:36:13.193Z Compiling atomic-waker v1.1.2
14662026-08-10T19:36:13.320Z Compiling radium v0.7.0
14672026-08-10T19:36:13.470Z Compiling tower-service v0.3.3
14682026-08-10T19:36:13.563Z Compiling try-lock v0.2.5
14692026-08-10T19:36:13.566Z Compiling untrusted v0.7.1
14702026-08-10T19:36:13.674Z Compiling want v0.3.1
14712026-08-10T19:36:13.716Z Compiling pest_derive v2.8.6
14722026-08-10T19:36:13.836Z Compiling regex-automata v0.4.14
14732026-08-10T19:36:14.117Z Compiling tokio-util v0.7.18
14742026-08-10T19:36:14.407Z Compiling hybrid-array v0.4.13
14752026-08-10T19:36:14.622Z Compiling ipnet v2.11.0
14762026-08-10T19:36:14.636Z Compiling scroll_derive v0.13.1
14772026-08-10T19:36:15.100Z Compiling h2 v0.4.15
14782026-08-10T19:36:15.119Z Compiling darling_core v0.20.11
14792026-08-10T19:36:15.161Z Compiling rustls v0.23.41
14802026-08-10T19:36:15.331Z Compiling foreign-types-shared v0.1.1
14812026-08-10T19:36:15.408Z Compiling simd-adler32 v0.3.8
14822026-08-10T19:36:15.422Z Compiling httpdate v1.0.3
14832026-08-10T19:36:15.647Z Compiling maybe-uninit v2.0.0
14842026-08-10T19:36:15.650Z Compiling tap v1.0.1
14852026-08-10T19:36:15.773Z Compiling untrusted v0.9.0
14862026-08-10T19:36:15.886Z Compiling openssl v0.10.80
14872026-08-10T19:36:15.900Z Compiling wyz v0.5.1
14882026-08-10T19:36:15.927Z Compiling scroll v0.13.0
14892026-08-10T19:36:15.971Z Compiling foreign-types v0.3.2
14902026-08-10T19:36:16.114Z Compiling unicode-normalization v0.1.25
14912026-08-10T19:36:16.206Z Compiling rand_chacha v0.3.1
14922026-08-10T19:36:16.278Z Compiling hex v0.4.3
14932026-08-10T19:36:16.552Z Compiling signature v2.2.0
14942026-08-10T19:36:16.570Z Compiling openssl-macros v0.1.1
14952026-08-10T19:36:16.573Z Compiling thiserror-impl v1.0.69
14962026-08-10T19:36:16.733Z Compiling terminal_size v0.4.3
14972026-08-10T19:36:16.877Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-08-10T19:36:16.966Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-08-10T19:36:16.979Z Compiling num-integer v0.1.46
15002026-08-10T19:36:17.245Z Compiling wait-timeout v0.2.1
15012026-08-10T19:36:17.279Z Compiling ahash v0.8.12
15022026-08-10T19:36:17.303Z Compiling funty v2.0.0
15032026-08-10T19:36:17.424Z Compiling darling_macro v0.20.11
15042026-08-10T19:36:17.482Z Compiling quick-error v1.2.3
15052026-08-10T19:36:17.508Z Compiling packed_struct v0.10.1
15062026-08-10T19:36:17.590Z Compiling native-tls v0.2.18
15072026-08-10T19:36:17.746Z Compiling num-bigint-dig v0.8.6
15082026-08-10T19:36:17.790Z Compiling adler2 v2.0.1
15092026-08-10T19:36:17.819Z Compiling num-conv v0.2.0
15102026-08-10T19:36:17.866Z Compiling bit-vec v0.8.0
15112026-08-10T19:36:17.898Z Compiling time-core v0.1.8
15122026-08-10T19:36:17.918Z Compiling powerfmt v0.2.0
15132026-08-10T19:36:17.933Z Compiling darling v0.20.11
15142026-08-10T19:36:17.959Z Compiling miniz_oxide v0.8.9
15152026-08-10T19:36:17.971Z Compiling thiserror v1.0.69
15162026-08-10T19:36:18.040Z Compiling time-macros v0.2.27
15172026-08-10T19:36:18.056Z Compiling deranged v0.5.8
15182026-08-10T19:36:18.070Z Compiling bit-set v0.8.0
15192026-08-10T19:36:18.109Z Compiling bitvec v1.0.1
15202026-08-10T19:36:18.123Z Compiling rusty-fork v0.3.1
15212026-08-10T19:36:18.226Z Compiling hyper v1.10.1
15222026-08-10T19:36:18.483Z Compiling clap_builder v4.6.0
15232026-08-10T19:36:19.085Z Compiling num-iter v0.1.45
15242026-08-10T19:36:19.202Z Compiling rand v0.8.6
15252026-08-10T19:36:19.510Z Compiling hyper-util v0.1.20
15262026-08-10T19:36:19.760Z Compiling goblin v0.10.5
15272026-08-10T19:36:19.844Z Compiling packed_struct_codegen v0.10.1
15282026-08-10T19:36:19.988Z Compiling lazy_static v1.5.0
15292026-08-10T19:36:20.086Z Compiling toml_datetime v0.6.11
15302026-08-10T19:36:20.343Z Compiling serde_spanned v0.6.9
15312026-08-10T19:36:20.488Z Compiling hmac v0.12.1
15322026-08-10T19:36:20.649Z Compiling zerocopy-derive v0.6.6
15332026-08-10T19:36:20.896Z Compiling bitfield-macros v0.19.4
15342026-08-10T19:36:21.242Z Compiling clap_derive v4.6.1
15352026-08-10T19:36:21.420Z Compiling anstyle-parse v0.2.7
15362026-08-10T19:36:21.538Z Compiling rand_xorshift v0.4.0
15372026-08-10T19:36:21.610Z Compiling sync_wrapper v1.0.2
15382026-08-10T19:36:21.636Z Compiling indexmap v1.9.3
15392026-08-10T19:36:21.707Z Compiling siphasher v1.0.2
15402026-08-10T19:36:21.722Z Compiling zlib-rs v0.6.2
15412026-08-10T19:36:21.826Z Compiling paste v1.0.15
15422026-08-10T19:36:21.897Z Compiling usdt-impl v0.6.0
15432026-08-10T19:36:22.092Z Compiling num_threads v0.1.7
15442026-08-10T19:36:22.106Z Compiling unarray v0.1.4
15452026-08-10T19:36:22.179Z Compiling crossbeam-utils v0.8.21
15462026-08-10T19:36:22.193Z Compiling crc-catalog v2.4.0
15472026-08-10T19:36:22.221Z Compiling nodrop v0.1.14
15482026-08-10T19:36:22.285Z Compiling crc v3.4.0
15492026-08-10T19:36:22.315Z Compiling array-init v0.0.4
15502026-08-10T19:36:22.475Z Compiling proptest v1.11.0
15512026-08-10T19:36:22.490Z Compiling dof v0.4.0
15522026-08-10T19:36:22.649Z Compiling time v0.3.47
15532026-08-10T19:36:22.990Z Compiling clap v4.6.1
15542026-08-10T19:36:23.157Z Compiling tower v0.5.3
15552026-08-10T19:36:23.601Z Compiling bitfield v0.19.4
15562026-08-10T19:36:23.616Z Compiling anstream v0.6.21
15572026-08-10T19:36:23.889Z Compiling zerocopy v0.6.6
15582026-08-10T19:36:24.200Z Compiling smallvec v0.6.14
15592026-08-10T19:36:24.400Z Compiling derive_builder_core v0.20.2
15602026-08-10T19:36:24.530Z Compiling flate2 v1.1.9
15612026-08-10T19:36:24.897Z Compiling dtrace-parser v0.3.0
15622026-08-10T19:36:24.930Z Compiling ipnetwork v0.21.1
15632026-08-10T19:36:25.043Z Compiling pkcs1 v0.7.5
15642026-08-10T19:36:25.215Z Compiling http-body-util v0.1.3
15652026-08-10T19:36:25.245Z Compiling heapless v0.7.17
15662026-08-10T19:36:25.315Z Compiling scroll_derive v0.12.1
15672026-08-10T19:36:25.432Z Compiling structmeta-derive v0.3.0
15682026-08-10T19:36:25.461Z Compiling slog v2.8.2
15692026-08-10T19:36:25.481Z Compiling darling_core v0.23.0
15702026-08-10T19:36:25.625Z Compiling thread-id v5.1.0
15712026-08-10T19:36:25.647Z Compiling cookie v0.18.1
15722026-08-10T19:36:25.709Z Compiling env_filter v1.0.0
15732026-08-10T19:36:25.832Z Compiling unicode-properties v0.1.4
15742026-08-10T19:36:26.027Z Compiling allocator-api2 v0.2.21
15752026-08-10T19:36:26.041Z Compiling hashbrown v0.12.3
15762026-08-10T19:36:26.087Z Compiling unicode-bidi v0.3.18
15772026-08-10T19:36:26.362Z Compiling iri-string v0.7.10
15782026-08-10T19:36:26.517Z Compiling base64 v0.21.7
15792026-08-10T19:36:26.541Z Compiling ryu v1.0.23
15802026-08-10T19:36:26.617Z Compiling signal-hook v0.3.18
15812026-08-10T19:36:26.726Z Compiling zstd-safe v7.2.4
15822026-08-10T19:36:26.796Z Compiling winnow v0.5.40
15832026-08-10T19:36:26.847Z Compiling anyhow v1.0.102
15842026-08-10T19:36:26.962Z Compiling ron v0.8.1
15852026-08-10T19:36:27.382Z Compiling serde_urlencoded v0.7.1
15862026-08-10T19:36:27.635Z Compiling tower-http v0.6.8
15872026-08-10T19:36:27.893Z Compiling structmeta v0.3.0
15882026-08-10T19:36:28.019Z Compiling darling_macro v0.23.0
15892026-08-10T19:36:28.042Z Compiling stringprep v0.1.5
15902026-08-10T19:36:28.105Z Compiling toml_edit v0.19.15
15912026-08-10T19:36:28.214Z Compiling scroll v0.12.0
15922026-08-10T19:36:28.277Z Compiling env_logger v0.11.9
15932026-08-10T19:36:28.534Z Compiling rsa v0.9.10
15942026-08-10T19:36:28.569Z Compiling derive_builder_macro v0.20.2
15952026-08-10T19:36:28.623Z Compiling oxnet v0.1.6
15962026-08-10T19:36:29.050Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-08-10T19:36:29.053Z Compiling newtype-uuid v1.3.2
15982026-08-10T19:36:29.162Z Compiling hashbrown v0.13.2
15992026-08-10T19:36:29.389Z Compiling serde-hex v0.1.0
16002026-08-10T19:36:29.635Z Compiling bzip2 v0.4.4
16012026-08-10T19:36:29.649Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-10T19:36:29.830Z Compiling tokio-native-tls v0.3.1
16032026-08-10T19:36:30.005Z Compiling camino v1.2.2
16042026-08-10T19:36:30.382Z Compiling bstr v1.12.1
16052026-08-10T19:36:30.710Z Compiling crypto-common v0.2.2
16062026-08-10T19:36:30.819Z Compiling block-buffer v0.12.1
16072026-08-10T19:36:31.042Z Compiling block-padding v0.4.2
16082026-08-10T19:36:31.058Z Compiling rustls-native-certs v0.8.3
16092026-08-10T19:36:31.139Z Compiling x509-cert v0.2.5
16102026-08-10T19:36:31.211Z Compiling serde_tokenstream v0.2.3
16112026-08-10T19:36:31.352Z Compiling erased-serde v0.3.31
16122026-08-10T19:36:31.536Z Compiling md-5 v0.10.6
16132026-08-10T19:36:31.589Z Compiling curve25519-dalek v4.1.3
16142026-08-10T19:36:31.707Z Compiling zerocopy-derive v0.7.35
16152026-08-10T19:36:31.850Z Compiling async-trait v0.1.89
16162026-08-10T19:36:31.928Z Compiling daft-derive v0.1.7
16172026-08-10T19:36:32.499Z Compiling pin-project-internal v1.1.11
16182026-08-10T19:36:32.582Z Compiling vergen-lib v9.1.0
16192026-08-10T19:36:32.649Z Compiling hash32 v0.2.1
16202026-08-10T19:36:32.752Z Compiling memoffset v0.9.1
16212026-08-10T19:36:32.770Z Compiling encoding_rs v0.8.35
16222026-08-10T19:36:32.841Z Compiling fallible-iterator v0.2.0
16232026-08-10T19:36:32.861Z Compiling rustix v0.38.44
16242026-08-10T19:36:32.938Z Compiling mime v0.3.17
16252026-08-10T19:36:33.151Z Compiling smoltcp v0.9.1
16262026-08-10T19:36:33.196Z Compiling cfg_aliases v0.2.1
16272026-08-10T19:36:33.200Z Compiling crc-any v2.5.0
16282026-08-10T19:36:33.275Z Compiling ref-cast v1.0.25
16292026-08-10T19:36:33.301Z Compiling litrs v1.0.0
16302026-08-10T19:36:33.436Z Compiling psl-types v2.0.11
16312026-08-10T19:36:33.505Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16322026-08-10T19:36:33.561Z Compiling publicsuffix v2.3.0
16332026-08-10T19:36:33.588Z Compiling pin-project v1.1.11
16342026-08-10T19:36:33.617Z Compiling nix v0.31.2
16352026-08-10T19:36:33.682Z Compiling postgres-protocol v0.6.10
16362026-08-10T19:36:33.800Z Compiling document-features v0.2.12
16372026-08-10T19:36:33.842Z Compiling daft v0.1.7
16382026-08-10T19:36:33.972Z Compiling zerocopy v0.7.35
16392026-08-10T19:36:34.213Z Compiling inout v0.2.2
16402026-08-10T19:36:34.213Z Compiling hyper-tls v0.6.0
16412026-08-10T19:36:34.238Z Compiling zip v0.6.6
16422026-08-10T19:36:34.368Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-10T19:36:34.396Z Compiling object v0.30.4
16442026-08-10T19:36:34.426Z Compiling toml v0.7.8
16452026-08-10T19:36:34.579Z Compiling derive_builder v0.20.2
16462026-08-10T19:36:34.705Z Compiling darling v0.23.0
16472026-08-10T19:36:34.720Z Compiling goblin v0.8.2
16482026-08-10T19:36:34.791Z Compiling derive-ex v0.1.8
16492026-08-10T19:36:35.148Z Compiling phf_shared v0.13.1
16502026-08-10T19:36:35.170Z Compiling regex v1.12.3
16512026-08-10T19:36:35.308Z Compiling hubpack_derive v0.1.1
16522026-08-10T19:36:35.388Z Compiling futures-executor v0.3.32
16532026-08-10T19:36:35.596Z Compiling snafu-derive v0.8.9
16542026-08-10T19:36:35.649Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-10T19:36:35.756Z Compiling strum_macros v0.27.2
16562026-08-10T19:36:36.325Z Compiling ref-cast-impl v1.0.25
16572026-08-10T19:36:36.465Z Compiling vergen v9.1.0
16582026-08-10T19:36:36.650Z Compiling cargo-platform v0.3.2
16592026-08-10T19:36:36.874Z Compiling ff v0.13.1
16602026-08-10T19:36:36.930Z Compiling fs-err v3.3.0
16612026-08-10T19:36:37.019Z Compiling managed v0.8.0
16622026-08-10T19:36:37.126Z Compiling foldhash v0.2.0
16632026-08-10T19:36:37.249Z Compiling either v1.15.0
16642026-08-10T19:36:37.313Z Compiling base16ct v0.2.0
16652026-08-10T19:36:37.351Z Compiling jiff-core v0.1.0
16662026-08-10T19:36:37.458Z Compiling libbz2-rs-sys v0.2.2
16672026-08-10T19:36:37.490Z Compiling path-slash v0.1.5
16682026-08-10T19:36:37.523Z Compiling bumpalo v3.20.2
16692026-08-10T19:36:37.622Z Compiling unicode-segmentation v1.12.0
16702026-08-10T19:36:37.724Z Compiling same-file v1.0.6
16712026-08-10T19:36:37.771Z Compiling object v0.37.3
16722026-08-10T19:36:37.891Z Compiling foldhash v0.1.5
16732026-08-10T19:36:38.015Z Compiling bitflags v1.3.2
16742026-08-10T19:36:38.086Z Compiling jiff v0.2.34
16752026-08-10T19:36:38.086Z Compiling hashbrown v0.15.5
16762026-08-10T19:36:38.135Z Compiling bzip2 v0.6.1
16772026-08-10T19:36:38.213Z Compiling walkdir v2.5.0
16782026-08-10T19:36:38.341Z Compiling strum v0.27.2
16792026-08-10T19:36:38.422Z Compiling zopfli v0.8.3
16802026-08-10T19:36:38.478Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-10T19:36:38.519Z Compiling snafu v0.8.9
16822026-08-10T19:36:38.637Z Compiling sec1 v0.7.3
16832026-08-10T19:36:38.853Z Compiling hashbrown v0.16.1
16842026-08-10T19:36:38.918Z Compiling group v0.13.0
16852026-08-10T19:36:38.974Z Compiling dof v0.3.0
16862026-08-10T19:36:39.100Z Compiling cargo_metadata v0.23.1
16872026-08-10T19:36:39.189Z Compiling test-strategy v0.4.5
16882026-08-10T19:36:39.689Z Compiling hubpack v0.1.2
16892026-08-10T19:36:39.864Z Compiling futures v0.3.32
16902026-08-10T19:36:39.914Z Compiling phf v0.13.1
16912026-08-10T19:36:39.949Z Compiling signal-hook-mio v0.2.5
16922026-08-10T19:36:40.073Z Compiling cookie_store v0.22.1
16932026-08-10T19:36:40.435Z Compiling serde_with_macros v3.21.0
16942026-08-10T19:36:40.449Z Compiling zstd v0.13.3
16952026-08-10T19:36:40.651Z Compiling reqwest v0.12.28
16962026-08-10T19:36:40.713Z Compiling cipher v0.5.2
16972026-08-10T19:36:40.737Z Compiling postgres-types v0.2.12
16982026-08-10T19:36:41.350Z Compiling usdt-attr-macro v0.6.0
16992026-08-10T19:36:41.576Z Compiling usdt-macro v0.6.0
17002026-08-10T19:36:41.649Z Compiling globset v0.4.18
17012026-08-10T19:36:42.187Z Compiling phf_shared v0.11.3
17022026-08-10T19:36:42.309Z Compiling hkdf v0.12.4
17032026-08-10T19:36:42.338Z Compiling dtrace-parser v0.2.0
17042026-08-10T19:36:42.355Z Compiling ed25519 v2.2.3
17052026-08-10T19:36:42.401Z Compiling byte-wrapper v0.1.0
17062026-08-10T19:36:42.459Z Compiling olpc-cjson v0.1.4
17072026-08-10T19:36:42.480Z Compiling serde_plain v1.0.2
17082026-08-10T19:36:42.553Z Compiling serde-big-array v0.5.1
17092026-08-10T19:36:42.626Z Compiling crypto-bigint v0.5.5
17102026-08-10T19:36:42.683Z Compiling strum_macros v0.26.4
17112026-08-10T19:36:42.688Z Compiling async-recursion v1.1.1
17122026-08-10T19:36:42.705Z Compiling enum-as-inner v0.6.1
17132026-08-10T19:36:43.084Z Compiling serde_repr v0.1.20
17142026-08-10T19:36:43.204Z Compiling pem v3.0.6
17152026-08-10T19:36:43.252Z Compiling float-cmp v0.10.0
17162026-08-10T19:36:43.339Z Compiling memmap2 v0.9.10
17172026-08-10T19:36:43.400Z Compiling thread-id v4.2.2
17182026-08-10T19:36:43.497Z Compiling cpufeatures v0.3.0
17192026-08-10T19:36:43.533Z Compiling typed-path v0.9.3
17202026-08-10T19:36:43.568Z Compiling const-oid v0.10.2
17212026-08-10T19:36:43.581Z Compiling difflib v0.4.0
17222026-08-10T19:36:43.627Z Compiling precomputed-hash v0.1.1
17232026-08-10T19:36:43.721Z Compiling data-encoding v2.10.0
17242026-08-10T19:36:43.776Z Compiling static_assertions v1.1.0
17252026-08-10T19:36:43.856Z Compiling whoami v2.1.0
17262026-08-10T19:36:44.134Z Compiling predicates-core v1.0.10
17272026-08-10T19:36:44.231Z Compiling fixedbitset v0.5.7
17282026-08-10T19:36:44.313Z Compiling new_debug_unreachable v1.0.6
17292026-08-10T19:36:44.385Z Compiling fixedbitset v0.4.2
17302026-08-10T19:36:44.404Z Compiling normalize-line-endings v0.3.0
17312026-08-10T19:36:44.425Z Compiling keccak v0.1.6
17322026-08-10T19:36:44.480Z Compiling winnow v1.0.3
17332026-08-10T19:36:44.506Z Compiling predicates v3.1.4
17342026-08-10T19:36:44.544Z Compiling petgraph v0.6.5
17352026-08-10T19:36:44.602Z Compiling sha3 v0.10.8
17362026-08-10T19:36:44.715Z Compiling petgraph v0.8.3
17372026-08-10T19:36:44.738Z Compiling strum v0.26.3
17382026-08-10T19:36:44.817Z Compiling toml_parser v1.1.2+spec-1.1.0
17392026-08-10T19:36:44.868Z Compiling toml_edit v0.22.27
17402026-08-10T19:36:45.050Z Compiling string_cache v0.8.9
17412026-08-10T19:36:45.129Z Compiling tokio-postgres v0.7.16
17422026-08-10T19:36:45.149Z Compiling hickory-proto v0.25.2
17432026-08-10T19:36:45.281Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-10T19:36:45.449Z Compiling digest v0.11.3
17452026-08-10T19:36:45.675Z Compiling elliptic-curve v0.13.8
17462026-08-10T19:36:46.056Z Compiling chacha20 v0.10.0
17472026-08-10T19:36:46.088Z Compiling usdt v0.6.0
17482026-08-10T19:36:46.377Z Compiling usdt-impl v0.5.0
17492026-08-10T19:36:46.455Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17502026-08-10T19:36:46.693Z Compiling ed25519-dalek v2.2.0
17512026-08-10T19:36:46.957Z Compiling crossterm v0.28.1
17522026-08-10T19:36:47.234Z Compiling serde_with v3.21.0
17532026-08-10T19:36:47.641Z Compiling zip v4.6.1
17542026-08-10T19:36:48.166Z Compiling iddqd v0.4.2
17552026-08-10T19:36:48.582Z Compiling heck v0.4.1
17562026-08-10T19:36:48.636Z Compiling similar v2.7.0
17572026-08-10T19:36:48.826Z Compiling itertools v0.15.0
17582026-08-10T19:36:49.025Z Compiling itertools v0.13.0
17592026-08-10T19:36:49.091Z Compiling crossbeam-epoch v0.9.18
17602026-08-10T19:36:49.434Z Compiling tokio-stream v0.1.18
17612026-08-10T19:36:49.468Z Compiling buf-list v1.1.2
17622026-08-10T19:36:49.484Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-10T19:36:49.723Z Compiling openapiv3 v2.2.0
17642026-08-10T19:36:49.792Z Compiling lalrpop-util v0.19.12
17652026-08-10T19:36:49.827Z Compiling peg-runtime v0.8.5
17662026-08-10T19:36:49.872Z Compiling thread_local v1.1.9
17672026-08-10T19:36:49.976Z Compiling slog-async v2.8.0
17682026-08-10T19:36:50.110Z Compiling crossbeam-channel v0.5.15
17692026-08-10T19:36:50.144Z Compiling filetime v0.2.27
17702026-08-10T19:36:50.172Z Compiling is-terminal v0.4.17
17712026-08-10T19:36:50.292Z Compiling xattr v1.6.1
17722026-08-10T19:36:50.366Z Compiling take_mut v0.2.2
17732026-08-10T19:36:50.366Z Compiling term v1.2.1
17742026-08-10T19:36:50.366Z Compiling camino-tempfile v1.4.1
17752026-08-10T19:36:50.792Z Compiling tar v0.4.46
17762026-08-10T19:36:50.807Z Compiling slog-term v2.9.2
17772026-08-10T19:36:56.726Z Compiling rustls-webpki v0.103.13
17782026-08-10T19:36:59.416Z Compiling tokio-rustls v0.26.4
17792026-08-10T19:36:59.416Z Compiling rustls-platform-verifier v0.6.2
17802026-08-10T19:36:59.416Z Compiling tough v0.22.0
17812026-08-10T19:36:59.625Z Compiling hyper-rustls v0.27.7
17822026-08-10T19:36:59.866Z Compiling reqwest v0.13.2
17832026-08-10T19:37:02.071Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-08-10T19:37:02.293Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-08-10T19:37:05.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-08-10T19:37:05.396Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-08-10T19:37:05.450ZAug 10 19:37:04.265 INFO Starting download, target: Clickhouse
17882026-08-10T19:37:05.450ZAug 10 19:37:04.265 INFO Starting download, target: Console
17892026-08-10T19:37:05.450ZAug 10 19:37:04.265 INFO Starting download, target: Cockroach
17902026-08-10T19:37:05.450ZAug 10 19:37:04.265 INFO Starting download, target: DendriteStub
17912026-08-10T19:37:05.450ZAug 10 19:37:04.265 INFO Starting download, target: MaghemiteMgd
17922026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Starting download, target: MaghemiteDdmd
17932026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Starting download, target: TransceiverControl
17942026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17972026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-10T19:37:05.454ZAug 10 19:37:04.265 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-10T19:37:05.809ZAug 10 19:37:04.611 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-08-10T19:37:06.051ZAug 10 19:37:04.863 INFO Download complete, target: TransceiverControl
18032026-08-10T19:37:07.241ZAug 10 19:37:06.042 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-08-10T19:37:07.246ZAug 10 19:37:06.048 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18052026-08-10T19:37:07.480ZAug 10 19:37:06.295 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-10T19:37:07.497ZAug 10 19:37:06.311 INFO Download complete, target: Console
18072026-08-10T19:37:07.563ZAug 10 19:37:06.378 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18082026-08-10T19:37:07.663ZAug 10 19:37:06.479 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-10T19:37:08.080ZAug 10 19:37:06.896 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-08-10T19:37:08.080ZAug 10 19:37:06.896 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-08-10T19:37:09.189ZAug 10 19:37:08.006 INFO Download complete, target: MaghemiteDdmd
18122026-08-10T19:37:09.998ZAug 10 19:37:08.814 INFO Download complete, target: DendriteStub
18132026-08-10T19:37:10.198ZAug 10 19:37:09.013 INFO Download complete, target: MaghemiteMgd
18142026-08-10T19:37:12.754ZAug 10 19:37:11.570 INFO Checking that binary works, target: Cockroach
18152026-08-10T19:37:12.868ZAug 10 19:37:11.684 INFO Download complete, target: Cockroach
18162026-08-10T19:37:14.406ZAug 10 19:37:13.221 INFO Checking that binary works, target: Clickhouse
18172026-08-10T19:37:14.539ZAug 10 19:37:13.355 INFO Download complete, target: Clickhouse
18182026-08-10T19:37:14.557ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-08-10T19:37:14.562Z
18202026-08-10T19:37:14.562Zreal 2:06.840255736
18212026-08-10T19:37:14.562Zuser 7:09.690986752
18222026-08-10T19:37:14.562Zsys 1:26.277486641
18232026-08-10T19:37:14.562Ztrap 0.255318082
18242026-08-10T19:37:14.562Ztflt 0.562491327
18252026-08-10T19:37:14.562Zdflt 0.788399429
18262026-08-10T19:37:14.562Zkflt 0.026914266
18272026-08-10T19:37:14.562Zlock 29:25.613929632
18282026-08-10T19:37:14.562Zslp 21:38.592649324
18292026-08-10T19:37:14.562Zlat 45.771889934
18302026-08-10T19:37:14.562Zstop 2:35.144313986
18312026-08-10T19:37:14.562Z+ banner clippy
18322026-08-10T19:37:14.562Z
18332026-08-10T19:37:14.562Z #### # # ##### ##### # #
18342026-08-10T19:37:14.562Z # # # # # # # # # #
18352026-08-10T19:37:14.562Z # # # # # # # #
18362026-08-10T19:37:14.562Z # # # ##### ##### #
18372026-08-10T19:37:14.563Z # # # # # # #
18382026-08-10T19:37:14.563Z #### ###### # # # #
18392026-08-10T19:37:14.563Z
18402026-08-10T19:37:14.563Z+ export CARGO_INCREMENTAL=0
18412026-08-10T19:37:14.563Z+ CARGO_INCREMENTAL=0
18422026-08-10T19:37:14.563Z+ ptime -m cargo xtask clippy
18432026-08-10T19:37:15.042Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-08-10T19:37:15.339Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-08-10T19:37:17.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18462026-08-10T19:37:17.234Z Running `target/debug/xtask clippy`
18472026-08-10T19:37:17.257Zrunning: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18482026-08-10T19:37:17.830Z Downloading crates ...
18492026-08-10T19:37:18.004Z Downloaded async-object-pool v0.2.0
18502026-08-10T19:37:18.007Z Downloaded backtrace v0.3.76
18512026-08-10T19:37:18.010Z Downloaded constant_time_eq v0.3.1
18522026-08-10T19:37:18.010Z Downloaded backtrace-ext v0.2.1
18532026-08-10T19:37:18.010Z Downloaded assert-json-diff v2.0.2
18542026-08-10T19:37:18.010Z Downloaded approx v0.5.1
18552026-08-10T19:37:18.014Z Downloaded cast v0.3.0
18562026-08-10T19:37:18.014Z Downloaded assert_cmd v2.1.2
18572026-08-10T19:37:18.014Z Downloaded escape8259 v0.5.3
18582026-08-10T19:37:18.014Z Downloaded anes v0.1.6
18592026-08-10T19:37:18.017Z Downloaded concurrent-queue v2.5.0
18602026-08-10T19:37:18.017Z Downloaded event-listener-strategy v0.5.4
18612026-08-10T19:37:18.017Z Downloaded criterion-plot v0.6.0
18622026-08-10T19:37:18.017Z Downloaded datatest-stable v0.3.3
18632026-08-10T19:37:18.022Z Downloaded addr2line v0.25.1
18642026-08-10T19:37:18.022Z Downloaded blake2b_simd v1.0.4
18652026-08-10T19:37:18.022Z Downloaded async-lock v3.4.2
18662026-08-10T19:37:18.025Z Downloaded cfg-expr v0.20.6
18672026-08-10T19:37:18.025Z Downloaded futures-timer v3.0.3
18682026-08-10T19:37:18.025Z Downloaded chumsky v0.9.3
18692026-08-10T19:37:18.028Z Downloaded event-listener v5.4.1
18702026-08-10T19:37:18.028Z Downloaded criterion v0.7.0
18712026-08-10T19:37:18.031Z Downloaded fancy-regex v0.14.0
18722026-08-10T19:37:18.033Z Downloaded guppy-workspace-hack v0.1.0
18732026-08-10T19:37:18.034Z Downloaded hex-literal v0.4.1
18742026-08-10T19:37:18.034Z Downloaded hickory-client v0.25.2
18752026-08-10T19:37:18.037Z Downloaded linkme-impl v0.3.35
18762026-08-10T19:37:18.037Z Downloaded nested v0.1.1
18772026-08-10T19:37:18.037Z Downloaded httptest v0.16.4
18782026-08-10T19:37:18.037Z Downloaded miette-derive v5.10.0
18792026-08-10T19:37:18.037Z Downloaded libtest-mimic v0.8.1
18802026-08-10T19:37:18.041Z Downloaded knuffel-derive v3.2.0
18812026-08-10T19:37:18.041Z Downloaded linkme v0.3.35
18822026-08-10T19:37:18.041Z Downloaded pathdiff v0.2.3
18832026-08-10T19:37:18.041Z Downloaded parking v2.2.1
18842026-08-10T19:37:18.041Z Downloaded plotters-backend v0.3.7
18852026-08-10T19:37:18.041Z Downloaded oorandom v11.1.5
18862026-08-10T19:37:18.044Z Downloaded owo-colors v3.5.0
18872026-08-10T19:37:18.044Z Downloaded hashbrown v0.14.5
18882026-08-10T19:37:18.047Z Downloaded partial-io v0.5.4
18892026-08-10T19:37:18.047Z Downloaded plotters-svg v0.3.7
18902026-08-10T19:37:18.050Z Downloaded knuffel v3.2.0
18912026-08-10T19:37:18.050Z Downloaded path-tree v0.8.3
18922026-08-10T19:37:18.050Z Downloaded gimli v0.32.3
18932026-08-10T19:37:18.053Z Downloaded rust-argon2 v2.1.0
18942026-08-10T19:37:18.056Z Downloaded relative-path v1.9.3
18952026-08-10T19:37:18.056Z Downloaded rustc-demangle v0.1.27
18962026-08-10T19:37:18.056Z Downloaded serde_regex v1.1.0
18972026-08-10T19:37:18.059Z Downloaded miette v5.10.0
18982026-08-10T19:37:18.059Z Downloaded similar-asserts v1.7.0
18992026-08-10T19:37:18.061Z Downloaded guppy v0.17.25
19002026-08-10T19:37:18.064Z Downloaded stringmetrics v2.2.2
19012026-08-10T19:37:18.064Z Downloaded supports-color v2.1.0
19022026-08-10T19:37:18.064Z Downloaded supports-unicode v2.1.0
19032026-08-10T19:37:18.067Z Downloaded target-triple v1.0.0
19042026-08-10T19:37:18.067Z Downloaded rstest v0.25.0
19052026-08-10T19:37:18.070Z Downloaded supports-hyperlinks v2.1.0
19062026-08-10T19:37:18.070Z Downloaded rstest_macros v0.25.0
19072026-08-10T19:37:18.073Z Downloaded terminal_size v0.1.17
19082026-08-10T19:37:18.073Z Downloaded rand_distr v0.5.1
19092026-08-10T19:37:18.073Z Downloaded tinytemplate v1.2.1
19102026-08-10T19:37:18.080Z Downloaded target-lexicon v0.13.3
19112026-08-10T19:37:18.080Z Downloaded target-spec v3.5.7
19122026-08-10T19:37:18.080Z Downloaded termcolor v1.4.1
19132026-08-10T19:37:18.080Z Downloaded textwrap v0.15.2
19142026-08-10T19:37:18.083Z Downloaded plotters v0.3.7
19152026-08-10T19:37:18.083Z Downloaded trybuild v1.0.116
19162026-08-10T19:37:18.136Z Downloaded httpmock v0.8.3
19172026-08-10T19:37:19.888Z Checking cfg-if v1.0.4
19182026-08-10T19:37:20.263Z Checking libc v0.2.185
19192026-08-10T19:37:20.266Z Checking serde_core v1.0.228
19202026-08-10T19:37:20.340Z Checking memchr v2.8.0
19212026-08-10T19:37:20.388Z Checking smallvec v1.15.1
19222026-08-10T19:37:20.418Z Checking zeroize v1.9.0
19232026-08-10T19:37:20.454Z Checking rand_core v0.10.0
19242026-08-10T19:37:20.493Z Checking itoa v1.0.17
19252026-08-10T19:37:20.538Z Checking subtle v2.6.1
19262026-08-10T19:37:20.591Z Checking log v0.4.29
19272026-08-10T19:37:20.631Z Checking libm v0.2.16
19282026-08-10T19:37:20.678Z Checking typenum v1.20.1
19292026-08-10T19:37:20.721Z Checking getrandom v0.4.1
19302026-08-10T19:37:20.721Z Checking errno v0.3.14
19312026-08-10T19:37:20.795Z Checking scopeguard v1.2.0
19322026-08-10T19:37:20.835Z Checking zmij v1.0.21
19332026-08-10T19:37:20.840Z Checking stable_deref_trait v1.2.1
19342026-08-10T19:37:20.909Z Checking zerofrom v0.1.6
19352026-08-10T19:37:20.949Z Checking lock_api v0.4.14
19362026-08-10T19:37:20.990Z Checking percent-encoding v2.3.2
19372026-08-10T19:37:20.993Z Checking litemap v0.8.1
19382026-08-10T19:37:21.060Z Checking yoke v0.8.1
19392026-08-10T19:37:21.096Z Checking writeable v0.6.2
19402026-08-10T19:37:21.180Z Checking icu_properties_data v2.1.2
19412026-08-10T19:37:21.220Z Checking icu_normalizer_data v2.1.1
19422026-08-10T19:37:21.258Z Checking zerovec v0.11.5
19432026-08-10T19:37:21.258Z Checking zerotrie v0.2.3
19442026-08-10T19:37:21.329Z Checking num-traits v0.2.19
19452026-08-10T19:37:21.370Z Checking form_urlencoded v1.2.2
19462026-08-10T19:37:21.409Z Checking utf8_iter v1.0.4
19472026-08-10T19:37:21.449Z Checking pin-project-lite v0.2.17
19482026-08-10T19:37:21.490Z Checking zerocopy v0.8.40
19492026-08-10T19:37:21.532Z Checking parking_lot_core v0.9.12
19502026-08-10T19:37:21.534Z Checking portable-atomic v1.13.1
19512026-08-10T19:37:21.613Z Checking critical-section v1.2.0
19522026-08-10T19:37:21.658Z Checking signal-hook-registry v1.4.8
19532026-08-10T19:37:21.745Z Checking tinystr v0.8.2
19542026-08-10T19:37:21.745Z Checking potential_utf v0.1.4
19552026-08-10T19:37:21.748Z Checking parking_lot v0.12.5
19562026-08-10T19:37:21.849Z Checking serde v1.0.228
19572026-08-10T19:37:21.853Z Checking serde_json v1.0.151
19582026-08-10T19:37:21.918Z Checking bitflags v2.11.0
19592026-08-10T19:37:21.954Z Checking icu_locale_core v2.1.1
19602026-08-10T19:37:21.992Z Checking icu_collections v2.1.1
19612026-08-10T19:37:22.031Z Checking once_cell v1.21.3
19622026-08-10T19:37:22.074Z Checking mio v1.2.0
19632026-08-10T19:37:22.118Z Checking iana-time-zone v0.1.65
19642026-08-10T19:37:22.241Z Checking socket2 v0.6.3
19652026-08-10T19:37:22.283Z Checking bytes v1.11.1
19662026-08-10T19:37:22.284Z Checking chrono v0.4.45
19672026-08-10T19:37:22.361Z Checking uuid v1.23.4
19682026-08-10T19:37:22.411Z Checking semver v1.0.28
19692026-08-10T19:37:22.519Z Checking icu_provider v2.1.1
19702026-08-10T19:37:22.563Z Checking thiserror v2.0.18
19712026-08-10T19:37:22.621Z Checking dyn-clone v1.0.20
19722026-08-10T19:37:22.675Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19732026-08-10T19:37:22.717Z Checking futures-core v0.3.32
19742026-08-10T19:37:22.722Z Checking equivalent v1.0.2
19752026-08-10T19:37:22.788Z Checking rustix v1.1.3
19762026-08-10T19:37:22.791Z Checking icu_properties v2.1.2
19772026-08-10T19:37:22.822Z Checking icu_normalizer v2.1.1
19782026-08-10T19:37:22.893Z Checking tokio v1.52.1
19792026-08-10T19:37:22.896Z Checking getrandom v0.2.17
19802026-08-10T19:37:23.019Z Checking cmov v0.5.4
19812026-08-10T19:37:23.109Z Checking rand_core v0.6.4
19822026-08-10T19:37:23.183Z Checking byteorder v1.5.0
19832026-08-10T19:37:23.223Z Checking futures-sink v0.3.32
19842026-08-10T19:37:23.260Z Checking ctutils v0.4.2
19852026-08-10T19:37:23.311Z Checking getrandom v0.3.4
19862026-08-10T19:37:23.353Z Checking futures-channel v0.3.32
19872026-08-10T19:37:23.416Z Checking futures-io v0.3.32
19882026-08-10T19:37:23.489Z Checking slab v0.4.12
19892026-08-10T19:37:23.528Z Checking hybrid-array v0.4.13
19902026-08-10T19:37:23.565Z Checking futures-task v0.3.32
19912026-08-10T19:37:23.601Z Checking generic-array v0.14.7
19922026-08-10T19:37:23.637Z Checking hashbrown v0.17.0
19932026-08-10T19:37:23.674Z Checking idna_adapter v1.2.1
19942026-08-10T19:37:23.710Z Checking thiserror v1.0.69
19952026-08-10T19:37:23.748Z Checking futures-util v0.3.32
19962026-08-10T19:37:23.819Z Checking idna v1.1.0
19972026-08-10T19:37:23.861Z Checking fnv v1.0.7
19982026-08-10T19:37:23.993Z Checking regex-syntax v0.8.10
19992026-08-10T19:37:24.079Z Checking const-oid v0.9.6
20002026-08-10T19:37:24.113Z Checking url v2.5.8
20012026-08-10T19:37:24.157Z Checking indexmap v2.14.0
20022026-08-10T19:37:24.261Z Checking ppv-lite86 v0.2.21
20032026-08-10T19:37:24.300Z Checking crypto-common v0.2.2
20042026-08-10T19:37:24.578Z Checking base64ct v1.8.3
20052026-08-10T19:37:24.581Z Checking schemars v0.8.22
20062026-08-10T19:37:24.731Z Checking crypto-common v0.1.7
20072026-08-10T19:37:24.776Z Checking block-buffer v0.12.1
20082026-08-10T19:37:24.847Z Checking block-buffer v0.10.4
20092026-08-10T19:37:24.888Z Checking base64 v0.22.1
20102026-08-10T19:37:24.927Z Checking utf8parse v0.2.2
20112026-08-10T19:37:24.978Z Checking anstyle v1.0.14
20122026-08-10T19:37:25.031Z Checking digest v0.10.7
20132026-08-10T19:37:25.071Z Checking http v1.4.2
20142026-08-10T19:37:25.169Z Checking tracing-core v0.1.36
20152026-08-10T19:37:25.209Z Checking colorchoice v1.0.4
20162026-08-10T19:37:25.259Z Checking anstyle-query v1.1.5
20172026-08-10T19:37:25.302Z Checking is_terminal_polyfill v1.70.2
20182026-08-10T19:37:25.341Z Checking rand_core v0.9.5
20192026-08-10T19:37:25.344Z Checking anstyle-parse v1.0.0
20202026-08-10T19:37:25.410Z Checking terminal_size v0.4.3
20212026-08-10T19:37:25.446Z Checking const-oid v0.10.2
20222026-08-10T19:37:25.509Z Checking tracing v0.1.44
20232026-08-10T19:37:25.547Z Checking rand_chacha v0.9.0
20242026-08-10T19:37:25.550Z Checking anstream v1.0.0
20252026-08-10T19:37:25.550Z Checking ipnet v2.11.0
20262026-08-10T19:37:25.651Z Checking aho-corasick v1.1.4
20272026-08-10T19:37:25.695Z Checking strsim v0.11.1
20282026-08-10T19:37:25.705Z Checking clap_lex v1.0.0
20292026-08-10T19:37:25.762Z Checking crossbeam-utils v0.8.21
20302026-08-10T19:37:25.798Z Checking rand v0.9.2
20312026-08-10T19:37:25.836Z Checking erased-serde v0.3.31
20322026-08-10T19:37:25.881Z Checking unicode-ident v1.0.24
20332026-08-10T19:37:25.922Z Checking powerfmt v0.2.0
20342026-08-10T19:37:25.926Z Checking clap_builder v4.6.0
20352026-08-10T19:37:26.022Z Checking proc-macro2 v1.0.106
20362026-08-10T19:37:26.100Z Checking deranged v0.5.8
20372026-08-10T19:37:26.138Z Checking num-conv v0.2.0
20382026-08-10T19:37:26.178Z Checking tokio-util v0.7.18
20392026-08-10T19:37:26.237Z Checking slog v2.8.2
20402026-08-10T19:37:26.285Z Checking fastrand v2.3.0
20412026-08-10T19:37:26.326Z Checking num_threads v0.1.7
20422026-08-10T19:37:26.363Z Checking regex-automata v0.4.14
20432026-08-10T19:37:26.366Z Checking time-core v0.1.8
20442026-08-10T19:37:26.448Z Checking quote v1.0.45
20452026-08-10T19:37:26.493Z Checking digest v0.11.3
20462026-08-10T19:37:26.533Z Checking httparse v1.10.1
20472026-08-10T19:37:26.570Z Checking anyhow v1.0.102
20482026-08-10T19:37:26.640Z Checking allocator-api2 v0.2.21
20492026-08-10T19:37:26.703Z Checking cpufeatures v0.3.0
20502026-08-10T19:37:26.767Z Checking syn v2.0.117
20512026-08-10T19:37:26.810Z Checking cpufeatures v0.2.17
20522026-08-10T19:37:26.818Z Checking tempfile v3.25.0
20532026-08-10T19:37:26.884Z Checking ipnetwork v0.21.1
20542026-08-10T19:37:26.919Z Checking aws-lc-sys v0.40.0
20552026-08-10T19:37:26.953Z Checking rustls-pki-types v1.14.0
20562026-08-10T19:37:27.048Z Checking time v0.3.47
20572026-08-10T19:37:27.087Z Checking untrusted v0.7.1
20582026-08-10T19:37:27.125Z Checking http-body v1.0.1
20592026-08-10T19:37:27.190Z Checking clap v4.6.1
20602026-08-10T19:37:27.235Z Checking atomic-waker v1.1.2
20612026-08-10T19:37:27.275Z Checking hex v0.4.3
20622026-08-10T19:37:27.310Z Checking httpdate v1.0.3
20632026-08-10T19:37:27.313Z Checking try-lock v0.2.5
20642026-08-10T19:37:27.383Z Checking h2 v0.4.15
20652026-08-10T19:37:27.450Z Checking aws-lc-rs v1.16.3
20662026-08-10T19:37:27.487Z Checking want v0.3.1
20672026-08-10T19:37:27.489Z Checking tower-service v0.3.3
20682026-08-10T19:37:27.556Z Checking untrusted v0.9.0
20692026-08-10T19:37:27.641Z Checking ryu v1.0.23
20702026-08-10T19:37:27.645Z Checking tower-layer v0.3.3
20712026-08-10T19:37:27.709Z Checking pem-rfc7468 v0.7.0
20722026-08-10T19:37:27.812Z Checking spin v0.9.8
20732026-08-10T19:37:27.854Z Checking flagset v0.4.7
20742026-08-10T19:37:27.906Z Checking simd-adler32 v0.3.8
20752026-08-10T19:37:28.007Z Checking der v0.7.10
20762026-08-10T19:37:28.044Z Checking mime v0.3.17
20772026-08-10T19:37:28.101Z Checking adler2 v2.0.1
20782026-08-10T19:37:28.189Z Checking http-body-util v0.1.3
20792026-08-10T19:37:28.231Z Checking oxnet v0.1.6
20802026-08-10T19:37:28.272Z Checking block-padding v0.4.2
20812026-08-10T19:37:28.280Z Checking miniz_oxide v0.8.9
20822026-08-10T19:37:28.343Z Checking rustls-webpki v0.103.13
20832026-08-10T19:37:28.443Z Checking camino v1.2.2
20842026-08-10T19:37:28.447Z Checking pretty-hex v0.4.1
20852026-08-10T19:37:28.519Z Checking inout v0.2.2
20862026-08-10T19:37:28.595Z Checking openssl-probe v0.2.1
20872026-08-10T19:37:28.678Z Checking plain v0.2.3
20882026-08-10T19:37:28.718Z Checking regex v1.12.3
20892026-08-10T19:37:28.754Z Checking serde_urlencoded v0.7.1
20902026-08-10T19:37:28.793Z Checking rand_chacha v0.3.1
20912026-08-10T19:37:28.825Z Checking encoding_rs v0.8.35
20922026-08-10T19:37:28.863Z Checking ucd-trie v0.1.7
20932026-08-10T19:37:28.872Z Checking rustls v0.23.41
20942026-08-10T19:37:28.980Z Checking spki v0.7.3
20952026-08-10T19:37:29.017Z Checking cipher v0.5.2
20962026-08-10T19:37:29.064Z Checking pest v2.8.6
20972026-08-10T19:37:29.069Z Checking rand v0.8.6
20982026-08-10T19:37:29.088Z Checking futures-executor v0.3.32
20992026-08-10T19:37:29.172Z Checking crc32fast v1.5.0
21002026-08-10T19:37:29.285Z Checking either v1.15.0
21012026-08-10T19:37:29.324Z Checking futures v0.3.32
21022026-08-10T19:37:29.369Z Checking sync_wrapper v1.0.2
21032026-08-10T19:37:29.433Z Checking pkcs8 v0.10.2
21042026-08-10T19:37:29.497Z Checking tower v0.5.3
21052026-08-10T19:37:29.500Z Checking iri-string v0.7.10
21062026-08-10T19:37:29.622Z Checking foldhash v0.2.0
21072026-08-10T19:37:29.662Z Checking static_assertions v1.1.0
21082026-08-10T19:37:29.761Z Checking bit-vec v0.8.0
21092026-08-10T19:37:29.799Z Checking zlib-rs v0.6.2
21102026-08-10T19:37:29.834Z Checking hashbrown v0.16.1
21112026-08-10T19:37:29.920Z Checking sha2 v0.10.9
21122026-08-10T19:37:29.987Z Checking bit-set v0.8.0
21132026-08-10T19:37:30.168Z Checking openapiv3 v2.2.0
21142026-08-10T19:37:30.172Z Checking wait-timeout v0.2.1
21152026-08-10T19:37:30.243Z Checking lazy_static v1.5.0
21162026-08-10T19:37:30.246Z Checking hyper v1.10.1
21172026-08-10T19:37:30.361Z Checking hubpack v0.1.2
21182026-08-10T19:37:30.402Z Checking tinyvec_macros v0.1.1
21192026-08-10T19:37:30.405Z Checking quick-error v1.2.3
21202026-08-10T19:37:30.500Z Checking tinyvec v1.10.0
21212026-08-10T19:37:30.562Z Checking rusty-fork v0.3.1
21222026-08-10T19:37:30.565Z Checking rustls-native-certs v0.8.3
21232026-08-10T19:37:30.633Z Checking tower-http v0.6.8
21242026-08-10T19:37:30.727Z Checking flate2 v1.1.9
21252026-08-10T19:37:30.766Z Checking rand_xorshift v0.4.0
21262026-08-10T19:37:30.771Z Checking strum v0.26.3
21272026-08-10T19:37:30.837Z Checking unarray v0.1.4
21282026-08-10T19:37:30.916Z Checking psl-types v2.0.11
21292026-08-10T19:37:30.954Z Checking cookie v0.18.1
21302026-08-10T19:37:30.960Z Checking signature v2.2.0
21312026-08-10T19:37:31.028Z Checking proptest v1.11.0
21322026-08-10T19:37:31.066Z Checking num-integer v0.1.46
21332026-08-10T19:37:31.070Z Checking publicsuffix v2.3.0
21342026-08-10T19:37:31.145Z Checking scroll v0.13.0
21352026-08-10T19:37:31.183Z Checking tokio-rustls v0.26.4
21362026-08-10T19:37:31.220Z Checking rustls-platform-verifier v0.6.2
21372026-08-10T19:37:31.259Z Checking hyper-util v0.1.20
21382026-08-10T19:37:31.296Z Checking cookie_store v0.22.1
21392026-08-10T19:37:31.333Z Checking anstyle-parse v0.2.7
21402026-08-10T19:37:31.388Z Checking ahash v0.8.12
21412026-08-10T19:37:31.426Z Checking goblin v0.10.5
21422026-08-10T19:37:31.462Z Checking toml_datetime v0.6.11
21432026-08-10T19:37:31.500Z Checking serde_spanned v0.6.9
21442026-08-10T19:37:31.539Z Checking memmap2 v0.9.10
21452026-08-10T19:37:31.613Z Checking base64 v0.21.7
21462026-08-10T19:37:31.655Z Checking anstream v0.6.21
21472026-08-10T19:37:31.659Z Checking dtrace-parser v0.3.0
21482026-08-10T19:37:31.727Z Checking bstr v1.12.1
21492026-08-10T19:37:31.765Z Checking thread-id v5.1.0
21502026-08-10T19:37:31.878Z Checking data-encoding v2.10.0
21512026-08-10T19:37:31.881Z Checking x509-cert v0.2.5
21522026-08-10T19:37:31.955Z Checking hmac v0.12.1
21532026-08-10T19:37:31.960Z Checking num-iter v0.1.45
21542026-08-10T19:37:32.119Z Checking crossbeam-epoch v0.9.18
21552026-08-10T19:37:32.158Z Checking memoffset v0.9.1
21562026-08-10T19:37:32.163Z Checking scroll v0.12.0
21572026-08-10T19:37:32.231Z Checking env_filter v1.0.0
21582026-08-10T19:37:32.273Z Checking tap v1.0.1
21592026-08-10T19:37:32.369Z Checking num-bigint-dig v0.8.6
21602026-08-10T19:37:32.407Z Checking env_logger v0.11.9
21612026-08-10T19:37:32.411Z Checking wyz v0.5.1
21622026-08-10T19:37:32.482Z Checking goblin v0.8.2
21632026-08-10T19:37:32.527Z Checking hyper-rustls v0.27.7
21642026-08-10T19:37:32.596Z Checking pkcs1 v0.7.5
21652026-08-10T19:37:32.634Z Checking zerocopy v0.7.35
21662026-08-10T19:37:32.670Z Checking rustix v0.38.44
21672026-08-10T19:37:32.767Z Checking reqwest v0.13.2
21682026-08-10T19:37:32.828Z Checking radium v0.7.0
21692026-08-10T19:37:32.868Z Checking newtype-uuid v1.3.2
21702026-08-10T19:37:33.035Z Checking same-file v1.0.6
21712026-08-10T19:37:33.102Z Checking daft v0.1.7
21722026-08-10T19:37:33.147Z Checking crc-catalog v2.4.0
21732026-08-10T19:37:33.190Z Checking funty v2.0.0
21742026-08-10T19:37:33.229Z Checking unicode-segmentation v1.12.0
21752026-08-10T19:37:33.268Z Checking crc v3.4.0
21762026-08-10T19:37:33.374Z Checking rsa v0.9.10
21772026-08-10T19:37:33.473Z Checking walkdir v2.5.0
21782026-08-10T19:37:33.512Z Checking nix v0.31.2
21792026-08-10T19:37:33.548Z Checking bitvec v1.0.1
21802026-08-10T19:37:33.585Z Checking unicode-normalization v0.1.25
21812026-08-10T19:37:33.639Z Checking dtrace-parser v0.2.0
21822026-08-10T19:37:33.667Z Checking zerocopy v0.6.6
21832026-08-10T19:37:33.746Z Checking dof v0.4.0
21842026-08-10T19:37:33.876Z Checking ff v0.13.1
21852026-08-10T19:37:33.915Z Checking maybe-uninit v2.0.0
21862026-08-10T19:37:33.986Z Checking thread-id v4.2.2
21872026-08-10T19:37:34.025Z Checking base16ct v0.2.0
21882026-08-10T19:37:34.028Z Checking nodrop v0.1.14
21892026-08-10T19:37:34.097Z Checking winnow v0.5.40
21902026-08-10T19:37:34.101Z Checking foreign-types-shared v0.1.1
21912026-08-10T19:37:34.179Z Checking array-init v0.0.4
21922026-08-10T19:37:34.182Z Checking sec1 v0.7.3
21932026-08-10T19:37:34.248Z Checking foreign-types v0.3.2
21942026-08-10T19:37:34.348Z Checking group v0.13.0
21952026-08-10T19:37:34.387Z Checking dof v0.3.0
21962026-08-10T19:37:34.422Z Checking usdt-impl v0.6.0
21972026-08-10T19:37:34.458Z Checking smallvec v0.6.14
21982026-08-10T19:37:34.504Z Checking hkdf v0.12.4
21992026-08-10T19:37:34.542Z Checking serde_with v3.21.0
22002026-08-10T19:37:34.670Z Checking crypto-bigint v0.5.5
22012026-08-10T19:37:34.673Z Checking bitfield v0.19.4
22022026-08-10T19:37:34.743Z Checking usdt-impl v0.5.0
22032026-08-10T19:37:34.746Z Checking usdt v0.6.0
22042026-08-10T19:37:34.746Z Checking bzip2-sys v0.1.13+1.0.8
22052026-08-10T19:37:34.862Z Checking packed_struct v0.10.1
22062026-08-10T19:37:34.924Z Checking openssl-sys v0.9.117
22072026-08-10T19:37:34.990Z Checking hashbrown v0.12.3
22082026-08-10T19:37:35.029Z Checking foldhash v0.1.5
22092026-08-10T19:37:35.070Z Checking winnow v0.7.14
22102026-08-10T19:37:35.208Z Checking keccak v0.1.6
22112026-08-10T19:37:35.315Z Checking toml_edit v0.19.15
22122026-08-10T19:37:35.354Z Checking openssl v0.10.80
22132026-08-10T19:37:35.409Z Checking sha3 v0.10.8
22142026-08-10T19:37:35.448Z Checking indexmap v1.9.3
22152026-08-10T19:37:35.605Z Checking elliptic-curve v0.13.8
22162026-08-10T19:37:35.646Z Checking hashbrown v0.15.5
22172026-08-10T19:37:35.790Z Checking bzip2 v0.4.4
22182026-08-10T19:37:35.946Z Checking serde-hex v0.1.0
22192026-08-10T19:37:35.988Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22202026-08-10T19:37:35.992Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-10T19:37:36.076Z Checking ron v0.8.1
22222026-08-10T19:37:36.149Z Checking hashbrown v0.13.2
22232026-08-10T19:37:36.182Z Checking itertools v0.13.0
22242026-08-10T19:37:36.279Z Checking crc-any v2.5.0
22252026-08-10T19:37:36.359Z Checking toml v0.7.8
22262026-08-10T19:37:36.488Z Checking winnow v1.0.3
22272026-08-10T19:37:36.584Z Checking bitflags v1.3.2
22282026-08-10T19:37:36.623Z Checking siphasher v1.0.2
22292026-08-10T19:37:36.687Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22302026-08-10T19:37:36.727Z Checking object v0.30.4
22312026-08-10T19:37:36.802Z Checking zip v0.6.6
22322026-08-10T19:37:36.807Z Checking toml_parser v1.1.2+spec-1.1.0
22332026-08-10T19:37:36.878Z Checking globset v0.4.18
22342026-08-10T19:37:37.165Z Checking signal-hook v0.3.18
22352026-08-10T19:37:37.170Z Checking path-slash v0.1.5
22362026-08-10T19:37:37.233Z Checking toml_write v0.1.2
22372026-08-10T19:37:37.237Z Checking managed v0.8.0
22382026-08-10T19:37:37.326Z Checking chacha20 v0.10.0
22392026-08-10T19:37:37.365Z Checking native-tls v0.2.18
22402026-08-10T19:37:37.402Z Checking curve25519-dalek v4.1.3
22412026-08-10T19:37:37.438Z Checking toml_edit v0.22.27
22422026-08-10T19:37:37.476Z Checking pin-project v1.1.11
22432026-08-10T19:37:37.481Z Checking object v0.37.3
22442026-08-10T19:37:37.567Z Checking jiff-core v0.1.0
22452026-08-10T19:37:37.606Z Checking tokio-native-tls v0.3.1
22462026-08-10T19:37:37.609Z Checking signal-hook-mio v0.2.5
22472026-08-10T19:37:37.742Z Checking ed25519 v2.2.3
22482026-08-10T19:37:37.829Z Checking pem v3.0.6
22492026-08-10T19:37:37.959Z Checking ref-cast v1.0.25
22502026-08-10T19:37:38.018Z Checking zstd-sys v2.0.16+zstd.1.5.7
22512026-08-10T19:37:38.092Z Checking hyper-tls v0.6.0
22522026-08-10T19:37:38.163Z Checking zstd-safe v7.2.4
22532026-08-10T19:37:38.203Z Checking ed25519-dalek v2.2.0
22542026-08-10T19:37:38.265Z Checking jiff v0.2.34
22552026-08-10T19:37:38.302Z Checking snafu v0.8.9
22562026-08-10T19:37:38.359Z Checking serde_plain v1.0.2
22572026-08-10T19:37:38.462Z Checking libbz2-rs-sys v0.2.2
22582026-08-10T19:37:38.538Z Checking fixedbitset v0.5.7
22592026-08-10T19:37:38.583Z Checking typed-path v0.9.3
22602026-08-10T19:37:38.587Z Checking bumpalo v3.20.2
22612026-08-10T19:37:38.769Z Checking petgraph v0.8.3
22622026-08-10T19:37:38.814Z Checking zstd v0.13.3
22632026-08-10T19:37:38.852Z Checking zopfli v0.8.3
22642026-08-10T19:37:38.892Z Checking bzip2 v0.6.1
22652026-08-10T19:37:39.034Z Checking reqwest v0.12.28
22662026-08-10T19:37:39.083Z Checking crossterm v0.28.1
22672026-08-10T19:37:39.086Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22682026-08-10T19:37:39.209Z Checking similar v2.7.0
22692026-08-10T19:37:39.386Z Checking fs-err v3.3.0
22702026-08-10T19:37:39.620Z Checking hash32 v0.2.1
22712026-08-10T19:37:39.728Z Checking serde-big-array v0.5.1
22722026-08-10T19:37:39.800Z Checking predicates-core v1.0.10
22732026-08-10T19:37:39.803Z Checking unicode-properties v0.1.4
22742026-08-10T19:37:39.873Z Checking unicode-bidi v0.3.18
22752026-08-10T19:37:39.877Z Checking heapless v0.7.17
22762026-08-10T19:37:39.944Z Checking olpc-cjson v0.1.4
22772026-08-10T19:37:39.999Z Checking hickory-proto v0.25.2
22782026-08-10T19:37:40.037Z Checking byte-wrapper v0.1.0
22792026-08-10T19:37:40.105Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22802026-08-10T19:37:40.110Z Checking md-5 v0.10.6
22812026-08-10T19:37:40.198Z Checking zip v4.6.1
22822026-08-10T19:37:40.237Z Checking stringprep v0.1.5
22832026-08-10T19:37:40.276Z Checking float-cmp v0.10.0
22842026-08-10T19:37:40.314Z Checking difflib v0.4.0
22852026-08-10T19:37:40.353Z Checking normalize-line-endings v0.3.0
22862026-08-10T19:37:40.392Z Checking fallible-iterator v0.2.0
22872026-08-10T19:37:40.427Z Checking smoltcp v0.9.1
22882026-08-10T19:37:40.464Z Checking tough v0.22.0
22892026-08-10T19:37:40.501Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22902026-08-10T19:37:40.506Z Checking iddqd v0.4.2
22912026-08-10T19:37:40.572Z Checking predicates v3.1.4
22922026-08-10T19:37:40.690Z Checking postgres-protocol v0.6.10
22932026-08-10T19:37:40.803Z Checking phf_shared v0.13.1
22942026-08-10T19:37:40.899Z Checking phf_shared v0.11.3
22952026-08-10T19:37:41.028Z Checking tokio-stream v0.1.18
22962026-08-10T19:37:41.068Z Checking buf-list v1.1.2
22972026-08-10T19:37:41.072Z Checking strum v0.27.2
22982026-08-10T19:37:41.140Z Checking fixedbitset v0.4.2
22992026-08-10T19:37:41.145Z Checking new_debug_unreachable v1.0.6
23002026-08-10T19:37:41.245Z Checking precomputed-hash v0.1.1
23012026-08-10T19:37:41.284Z Checking lalrpop-util v0.19.12
23022026-08-10T19:37:41.287Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23032026-08-10T19:37:41.354Z Checking petgraph v0.6.5
23042026-08-10T19:37:41.390Z Checking string_cache v0.8.9
23052026-08-10T19:37:41.431Z Checking postgres-types v0.2.12
23062026-08-10T19:37:41.470Z Checking phf v0.13.1
23072026-08-10T19:37:41.507Z Checking itertools v0.15.0
23082026-08-10T19:37:41.585Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23092026-08-10T19:37:41.649Z Checking peg-runtime v0.8.5
23102026-08-10T19:37:41.781Z Checking whoami v2.1.0
23112026-08-10T19:37:41.877Z Checking is-terminal v0.4.17
23122026-08-10T19:37:41.942Z Checking crossbeam-channel v0.5.15
23132026-08-10T19:37:41.998Z Checking thread_local v1.1.9
23142026-08-10T19:37:42.036Z Checking tokio-postgres v0.7.16
23152026-08-10T19:37:42.197Z Checking term v1.2.1
23162026-08-10T19:37:42.298Z Checking take_mut v0.2.2
23172026-08-10T19:37:42.436Z Checking slog-async v2.8.0
23182026-08-10T19:37:42.473Z Checking slog-term v2.9.2
23192026-08-10T19:37:42.511Z Compiling newtype-uuid-macros v0.1.0
23202026-08-10T19:37:42.620Z Checking match_cfg v0.1.0
23212026-08-10T19:37:42.624Z Checking slog-json v2.6.1
23222026-08-10T19:37:42.692Z Compiling multer v3.1.0
23232026-08-10T19:37:42.729Z Checking hostname v0.3.1
23242026-08-10T19:37:42.764Z Compiling async-stream-impl v0.3.6
23252026-08-10T19:37:42.817Z Compiling dropshot v0.17.1
23262026-08-10T19:37:42.856Z Compiling dropshot_endpoint v0.17.1
23272026-08-10T19:37:42.859Z Checking slog-bunyan v2.5.0
23282026-08-10T19:37:43.004Z Checking debug-ignore v1.0.5
23292026-08-10T19:37:43.043Z Checking progenitor-client v0.14.0
23302026-08-10T19:37:43.154Z Checking sha1 v0.11.0
23312026-08-10T19:37:43.174Z Checking serde_path_to_error v0.1.20
23322026-08-10T19:37:43.298Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23332026-08-10T19:37:43.337Z Checking serde_spanned v1.1.1
23342026-08-10T19:37:43.373Z Checking toml_datetime v1.1.1+spec-1.1.0
23352026-08-10T19:37:43.407Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23362026-08-10T19:37:43.410Z Checking toml_writer v1.1.1+spec-1.1.0
23372026-08-10T19:37:43.478Z Checking compression-core v0.4.31
23382026-08-10T19:37:43.514Z Checking async-stream v0.3.6
23392026-08-10T19:37:43.648Z Checking toml v1.1.2+spec-1.1.0
23402026-08-10T19:37:43.680Z Checking compression-codecs v0.4.37
23412026-08-10T19:37:43.683Z Checking waitgroup v0.1.2
23422026-08-10T19:37:43.785Z Checking rustls-pemfile v2.2.0
23432026-08-10T19:37:43.828Z Checking hostname v0.4.2
23442026-08-10T19:37:43.868Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23452026-08-10T19:37:43.904Z Checking async-compression v0.4.41
23462026-08-10T19:37:43.908Z Checking atomicwrites v0.4.4
23472026-08-10T19:37:43.908Z Checking itertools v0.14.0
23482026-08-10T19:37:44.009Z Compiling parse-display-derive v0.10.0
23492026-08-10T19:37:44.012Z Checking macaddr v1.0.1
23502026-08-10T19:37:44.043Z Checking regress v0.10.5
23512026-08-10T19:37:44.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23522026-08-10T19:37:44.173Z Checking instant v0.1.13
23532026-08-10T19:37:44.253Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23542026-08-10T19:37:44.291Z Checking backoff v0.4.0
23552026-08-10T19:37:44.294Z Checking backon v1.6.0
23562026-08-10T19:37:44.504Z Checking humantime v2.3.0
23572026-08-10T19:37:44.546Z Checking progenitor-extras v0.2.0
23582026-08-10T19:37:44.549Z Checking unicode-width v0.2.0
23592026-08-10T19:37:44.621Z Compiling convert_case v0.4.0
23602026-08-10T19:37:44.714Z Checking half v2.7.1
23612026-08-10T19:37:44.799Z Checking ciborium-io v0.2.2
23622026-08-10T19:37:44.858Z Checking heck v0.5.0
23632026-08-10T19:37:44.923Z Checking secrecy v0.10.3
23642026-08-10T19:37:45.018Z Checking camino-tempfile v1.4.1
23652026-08-10T19:37:45.049Z Checking indent_write v2.2.0
23662026-08-10T19:37:45.083Z Checking ciborium-ll v0.2.2
23672026-08-10T19:37:45.119Z Compiling derive_more v0.99.20
23682026-08-10T19:37:45.122Z Compiling regress v0.11.1
23692026-08-10T19:37:45.199Z Compiling crucible-workspace-hack v0.1.0
23702026-08-10T19:37:45.237Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23712026-08-10T19:37:45.289Z Checking ciborium v0.2.2
23722026-08-10T19:37:45.514Z Checking inout v0.1.4
23732026-08-10T19:37:45.599Z Checking universal-hash v0.5.1
23742026-08-10T19:37:45.681Z Checking cipher v0.4.4
23752026-08-10T19:37:45.719Z Checking parse-display v0.10.0
23762026-08-10T19:37:45.755Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-10T19:37:45.788Z Checking opaque-debug v0.3.1
23782026-08-10T19:37:45.887Z Checking poly1305 v0.8.0
23792026-08-10T19:37:45.925Z Checking blake2 v0.10.6
23802026-08-10T19:37:45.928Z Checking chacha20 v0.9.1
23812026-08-10T19:37:46.178Z Checking aead v0.5.2
23822026-08-10T19:37:46.216Z Checking password-hash v0.5.0
23832026-08-10T19:37:46.220Z Compiling unsafe-libyaml v0.2.11
23842026-08-10T19:37:46.350Z Checking chacha20poly1305 v0.10.1
23852026-08-10T19:37:46.475Z Checking argon2 v0.5.3
23862026-08-10T19:37:46.514Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23872026-08-10T19:37:46.684Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23882026-08-10T19:37:46.851Z Compiling typify-impl v0.6.2
23892026-08-10T19:37:46.938Z Checking thiserror-no-std v2.0.2
23902026-08-10T19:37:46.976Z Compiling serde_yaml v0.9.34+deprecated
23912026-08-10T19:37:47.024Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-08-10T19:37:47.062Z Checking vsss-rs v3.3.4
23932026-08-10T19:37:47.342Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-10T19:37:47.615Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23952026-08-10T19:37:47.700Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23962026-08-10T19:37:48.183Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23972026-08-10T19:37:48.271Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-08-10T19:37:48.370Z Checking swrite v0.1.0
23992026-08-10T19:37:48.422Z Checking crossbeam-deque v0.8.6
24002026-08-10T19:37:48.463Z Compiling rayon-core v1.13.0
24012026-08-10T19:37:48.497Z Compiling num-derive v0.4.2
24022026-08-10T19:37:48.534Z Compiling toml_datetime v0.7.5+spec-1.1.0
24032026-08-10T19:37:48.631Z Compiling proc-macro-error v1.0.4
24042026-08-10T19:37:48.814Z Compiling toml_edit v0.23.10+spec-1.0.0
24052026-08-10T19:37:48.976Z Checking tabwriter v1.4.1
24062026-08-10T19:37:49.100Z Checking rayon v1.11.0
24072026-08-10T19:37:49.157Z Checking glob v0.3.3
24082026-08-10T19:37:49.298Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24092026-08-10T19:37:49.369Z Compiling heapless v0.8.0
24102026-08-10T19:37:49.372Z Compiling proc-macro-crate v3.4.0
24112026-08-10T19:37:49.442Z Checking toml v0.8.23
24122026-08-10T19:37:49.445Z Checking hash32 v0.3.1
24132026-08-10T19:37:49.631Z Compiling ingot-macros v0.2.0
24142026-08-10T19:37:49.789Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24152026-08-10T19:37:49.873Z Compiling smoltcp v0.11.0
24162026-08-10T19:37:49.909Z Checking colored v3.1.1
24172026-08-10T19:37:49.989Z Compiling num_enum_derive v0.7.6
24182026-08-10T19:37:50.169Z Checking cobs v0.3.0
24192026-08-10T19:37:50.327Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24202026-08-10T19:37:50.365Z Compiling usdt-attr-macro v0.5.0
24212026-08-10T19:37:50.400Z Compiling usdt-macro v0.5.0
24222026-08-10T19:37:50.529Z Checking memmap v0.7.0
24232026-08-10T19:37:50.632Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24242026-08-10T19:37:50.897Z Checking postcard v1.1.3
24252026-08-10T19:37:51.071Z Checking num_enum v0.7.6
24262026-08-10T19:37:51.178Z Checking rand v0.10.1
24272026-08-10T19:37:51.215Z Checking usdt v0.5.0
24282026-08-10T19:37:51.251Z Compiling proc-macro-crate v1.3.1
24292026-08-10T19:37:51.254Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24302026-08-10T19:37:51.379Z Compiling typify-macro v0.6.2
24312026-08-10T19:37:51.416Z Checking sigpipe v0.1.3
24322026-08-10T19:37:51.521Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24332026-08-10T19:37:51.558Z Compiling foreign-types-macros v0.2.3
24342026-08-10T19:37:51.685Z Checking foreign-types-shared v0.3.1
24352026-08-10T19:37:51.688Z Compiling num_enum_derive v0.5.11
24362026-08-10T19:37:51.907Z Checking cstr-argument v0.1.2
24372026-08-10T19:37:51.944Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24382026-08-10T19:37:51.983Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24392026-08-10T19:37:52.059Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24402026-08-10T19:37:52.169Z Checking foreign-types v0.5.0
24412026-08-10T19:37:52.305Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24422026-08-10T19:37:52.353Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24432026-08-10T19:37:52.399Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24442026-08-10T19:37:52.458Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24452026-08-10T19:37:52.501Z Checking ingot-types v0.2.0
24462026-08-10T19:37:52.504Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24472026-08-10T19:37:52.570Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24482026-08-10T19:37:52.659Z Compiling zone_cfg_derive v0.3.1
24492026-08-10T19:37:52.698Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24502026-08-10T19:37:52.771Z Checking num_enum v0.5.11
24512026-08-10T19:37:52.895Z Checking ingot v0.2.1
24522026-08-10T19:37:52.932Z Checking itertools v0.12.1
24532026-08-10T19:37:52.936Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24542026-08-10T19:37:53.001Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24552026-08-10T19:37:53.128Z Compiling typify v0.6.2
24562026-08-10T19:37:53.266Z Compiling progenitor-impl v0.14.0
24572026-08-10T19:37:53.339Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-10T19:37:53.443Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24592026-08-10T19:37:53.482Z Checking smf v0.2.3
24602026-08-10T19:37:53.521Z Checking whoami v1.6.1
24612026-08-10T19:37:53.692Z Compiling derive-where v1.6.0
24622026-08-10T19:37:53.729Z Checking tokio-dtrace v0.1.1
24632026-08-10T19:37:53.764Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24642026-08-10T19:37:53.947Z Checking oxide-tokio-rt v0.1.4
24652026-08-10T19:37:53.983Z Checking zone v0.3.1
24662026-08-10T19:37:54.154Z Checking console v0.15.11
24672026-08-10T19:37:54.290Z Checking newline-converter v0.3.0
24682026-08-10T19:37:54.366Z Checking bytecount v0.6.9
24692026-08-10T19:37:54.433Z Checking unicode-width v0.1.14
24702026-08-10T19:37:54.469Z Checking expectorate v1.2.0
24712026-08-10T19:37:54.503Z Checking num-rational v0.4.2
24722026-08-10T19:37:54.544Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24732026-08-10T19:37:54.626Z Checking num-complex v0.4.6
24742026-08-10T19:37:54.713Z Checking float-ord v0.3.2
24752026-08-10T19:37:54.806Z Compiling cancel-safe-futures v0.1.5
24762026-08-10T19:37:54.852Z Checking linear-map v1.2.0
24772026-08-10T19:37:55.050Z Checking num v0.4.3
24782026-08-10T19:37:55.086Z Checking oxide-update-engine-types v0.1.2
24792026-08-10T19:37:55.155Z Checking gethostname v0.5.0
24802026-08-10T19:37:55.158Z Compiling prettyplease v0.2.37
24812026-08-10T19:37:55.276Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24822026-08-10T19:37:55.497Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24832026-08-10T19:37:55.656Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24842026-08-10T19:37:55.697Z Checking resolv-conf v0.7.6
24852026-08-10T19:37:55.751Z Compiling owo-colors v4.3.0
24862026-08-10T19:37:55.817Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24872026-08-10T19:37:55.897Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-08-10T19:37:55.935Z Compiling progenitor-macro v0.14.0
24892026-08-10T19:37:55.939Z Checking smawk v0.3.2
24902026-08-10T19:37:56.065Z Checking oxide-update-engine v0.1.2
24912026-08-10T19:37:56.138Z Checking unicode-linebreak v0.1.5
24922026-08-10T19:37:56.382Z Checking papergrid v0.11.0
24932026-08-10T19:37:56.521Z Compiling tabled_derive v0.7.0
24942026-08-10T19:37:56.781Z Compiling convert_case v0.10.0
24952026-08-10T19:37:56.869Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24962026-08-10T19:37:57.027Z Compiling slog-dtrace v0.3.0
24972026-08-10T19:37:57.118Z Compiling derive_more-impl v2.1.1
24982026-08-10T19:37:57.329Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-08-10T19:37:57.365Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25002026-08-10T19:37:57.508Z Checking tabled v0.15.0
25012026-08-10T19:37:57.730Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-08-10T19:37:57.982Z Checking derive_more v2.1.1
25032026-08-10T19:37:58.128Z Checking crossterm v0.29.0
25042026-08-10T19:37:58.237Z Checking linked-hash-map v0.5.6
25052026-08-10T19:37:58.437Z Checking lru-cache v0.1.2
25062026-08-10T19:37:58.755Z Checking hickory-proto v0.24.4
25072026-08-10T19:37:58.851Z Checking fd-lock v4.0.4
25082026-08-10T19:37:59.352Z Checking vte v0.14.1
25092026-08-10T19:37:59.608Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25102026-08-10T19:37:59.697Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
25112026-08-10T19:37:59.734Z Checking display-error-chain v0.2.2
25122026-08-10T19:37:59.838Z Checking strip-ansi-escapes v0.2.1
25132026-08-10T19:38:00.061Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-08-10T19:38:00.958Z Checking progenitor v0.14.0
25152026-08-10T19:38:01.130Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25162026-08-10T19:38:01.342Z Checking nu-ansi-term v0.50.3
25172026-08-10T19:38:01.542Z Checking termtree v0.5.1
25182026-08-10T19:38:01.583Z Checking reedline v0.40.0
25192026-08-10T19:38:01.809Z Checking hickory-resolver v0.24.4
25202026-08-10T19:38:01.845Z Checking textwrap v0.16.2
25212026-08-10T19:38:02.082Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
25222026-08-10T19:38:02.282Z Compiling minimal-lexical v0.2.1
25232026-08-10T19:38:02.369Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25242026-08-10T19:38:02.559Z Compiling nom v7.1.3
25252026-08-10T19:38:02.596Z Checking qorb v0.4.1
25262026-08-10T19:38:02.663Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25272026-08-10T19:38:02.760Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-08-10T19:38:03.186Z Compiling unicode-xid v0.2.6
25292026-08-10T19:38:03.338Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25302026-08-10T19:38:03.530Z Compiling ar_archive_writer v0.5.1
25312026-08-10T19:38:03.700Z Checking csv-core v0.1.13
25322026-08-10T19:38:03.824Z Compiling stacker v0.1.23
25332026-08-10T19:38:03.913Z Checking csv v1.4.0
25342026-08-10T19:38:03.950Z Compiling cfg_aliases v0.1.1
25352026-08-10T19:38:03.989Z Compiling semver v0.1.20
25362026-08-10T19:38:04.026Z Checking highway v1.3.0
25372026-08-10T19:38:04.060Z Compiling nix v0.28.0
25382026-08-10T19:38:04.161Z Checking nibble_vec v0.1.0
25392026-08-10T19:38:04.287Z Compiling rustc_version v0.1.7
25402026-08-10T19:38:04.324Z Checking endian-type v0.1.2
25412026-08-10T19:38:04.327Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-08-10T19:38:04.327Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-08-10T19:38:04.427Z Compiling psm v0.1.30
25442026-08-10T19:38:04.497Z Checking radix_trie v0.2.1
25452026-08-10T19:38:04.536Z Compiling newtype_derive v0.1.6
25462026-08-10T19:38:04.572Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-08-10T19:38:04.738Z Checking phf_shared v0.12.1
25482026-08-10T19:38:04.775Z Compiling recursive-proc-macro-impl v0.1.1
25492026-08-10T19:38:04.864Z Compiling chrono-tz v0.10.4
25502026-08-10T19:38:04.914Z Checking phf v0.12.1
25512026-08-10T19:38:05.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522026-08-10T19:38:05.284Z Compiling const_format_proc_macros v0.2.34
25532026-08-10T19:38:05.287Z Compiling peg-macros v0.8.5
25542026-08-10T19:38:05.354Z Checking winnow v0.6.26
25552026-08-10T19:38:05.403Z Checking recursive v0.1.1
25562026-08-10T19:38:05.471Z Compiling sqlparser_derive v0.5.0
25572026-08-10T19:38:05.536Z Checking home v0.5.12
25582026-08-10T19:38:05.674Z Checking unicode_categories v0.1.1
25592026-08-10T19:38:06.143Z Checking const_format v0.2.35
25602026-08-10T19:38:06.179Z Checking rustyline v14.0.0
25612026-08-10T19:38:06.264Z Checking sqlparser v0.61.0
25622026-08-10T19:38:06.401Z Checking bcs v0.1.6
25632026-08-10T19:38:06.536Z Checking sqlformat v0.3.5
25642026-08-10T19:38:06.661Z Checking nom v8.0.0
25652026-08-10T19:38:06.701Z Checking peg v0.8.5
25662026-08-10T19:38:06.805Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25672026-08-10T19:38:06.887Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25682026-08-10T19:38:07.000Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25692026-08-10T19:38:07.037Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-08-10T19:38:07.097Z Checking steno v0.4.1
25712026-08-10T19:38:07.399Z Checking sha1 v0.10.6
25722026-08-10T19:38:07.598Z Checking filetime v0.2.27
25732026-08-10T19:38:07.770Z Checking xattr v1.6.1
25742026-08-10T19:38:07.936Z Checking tar v0.4.46
25752026-08-10T19:38:08.032Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25762026-08-10T19:38:08.159Z Checking subprocess v0.2.15
25772026-08-10T19:38:08.240Z Checking headers-core v0.3.0
25782026-08-10T19:38:08.357Z Checking yasna v0.5.2
25792026-08-10T19:38:08.394Z Checking headers v0.4.1
25802026-08-10T19:38:08.476Z Checking port-file v0.1.0
25812026-08-10T19:38:08.646Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25822026-08-10T19:38:08.649Z Checking tagptr v0.2.0
25832026-08-10T19:38:08.720Z Checking dropshot-api-manager-types v0.7.2
25842026-08-10T19:38:08.768Z Checking rcgen v0.12.1
25852026-08-10T19:38:08.853Z Checking moka v0.12.13
25862026-08-10T19:38:08.891Z Checking utf-8 v0.7.6
25872026-08-10T19:38:08.926Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25882026-08-10T19:38:09.055Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25892026-08-10T19:38:09.138Z Checking tungstenite v0.21.0
25902026-08-10T19:38:09.536Z Checking hickory-resolver v0.25.2
25912026-08-10T19:38:09.570Z Compiling libefi-sys v0.1.0
25922026-08-10T19:38:09.605Z Checking tokio-tungstenite v0.21.0
25932026-08-10T19:38:09.834Z Compiling bitfield-struct v0.6.2
25942026-08-10T19:38:09.916Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25952026-08-10T19:38:10.199Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25962026-08-10T19:38:10.299Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-08-10T19:38:10.346Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25982026-08-10T19:38:10.453Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25992026-08-10T19:38:10.496Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26002026-08-10T19:38:10.533Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26012026-08-10T19:38:10.672Z Compiling xshell-macros v0.2.7
26022026-08-10T19:38:10.810Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26032026-08-10T19:38:10.848Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26042026-08-10T19:38:11.069Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26052026-08-10T19:38:11.104Z Checking xshell v0.2.7
26062026-08-10T19:38:11.108Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26072026-08-10T19:38:11.331Z Checking half v1.8.3
26082026-08-10T19:38:11.365Z Checking libscf-sys v1.2.0
26092026-08-10T19:38:11.441Z Compiling proc-macro-error-attr2 v2.0.0
26102026-08-10T19:38:11.527Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26112026-08-10T19:38:11.562Z Checking serde_cbor v0.11.2
26122026-08-10T19:38:11.759Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26132026-08-10T19:38:11.860Z Compiling proc-macro-error2 v2.0.1
26142026-08-10T19:38:11.945Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26152026-08-10T19:38:11.980Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26162026-08-10T19:38:12.130Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26172026-08-10T19:38:12.167Z Checking papergrid v0.17.0
26182026-08-10T19:38:12.198Z Compiling tabled_derive v0.11.0
26192026-08-10T19:38:12.529Z Checking testing_table v0.3.0
26202026-08-10T19:38:12.656Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26212026-08-10T19:38:12.708Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26222026-08-10T19:38:12.876Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-10T19:38:12.946Z Checking maplit v1.0.2
26242026-08-10T19:38:12.981Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26252026-08-10T19:38:13.016Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-08-10T19:38:13.060Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26272026-08-10T19:38:13.374Z Checking tabled v0.20.0
26282026-08-10T19:38:13.377Z Checking crc8 v0.1.1
26292026-08-10T19:38:13.538Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26302026-08-10T19:38:13.610Z Checking unicase v2.9.0
26312026-08-10T19:38:13.816Z Checking fxhash v0.2.1
26322026-08-10T19:38:13.850Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26332026-08-10T19:38:13.854Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-08-10T19:38:13.967Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26352026-08-10T19:38:14.624Z Checking sha2 v0.11.0
26362026-08-10T19:38:14.661Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-10T19:38:14.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26382026-08-10T19:38:15.045Z Compiling darling_core v0.21.3
26392026-08-10T19:38:15.083Z Compiling vergen-lib v0.1.6
26402026-08-10T19:38:15.254Z Compiling diesel_derives v2.3.7
26412026-08-10T19:38:15.327Z Checking scheduled-thread-pool v0.2.7
26422026-08-10T19:38:15.409Z Compiling vergen-gitcl v1.0.8
26432026-08-10T19:38:15.506Z Compiling diesel_table_macro_syntax v0.3.0
26442026-08-10T19:38:15.541Z Checking r2d2 v0.8.10
26452026-08-10T19:38:15.659Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
26462026-08-10T19:38:15.743Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26472026-08-10T19:38:15.777Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26482026-08-10T19:38:16.010Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26492026-08-10T19:38:16.085Z Checking downcast-rs v2.0.2
26502026-08-10T19:38:16.155Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26512026-08-10T19:38:16.223Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-08-10T19:38:16.716Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26532026-08-10T19:38:16.762Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26542026-08-10T19:38:16.908Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-08-10T19:38:17.102Z Checking kstat-rs v0.2.5
26562026-08-10T19:38:17.329Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-08-10T19:38:17.588Z Compiling darling_macro v0.21.3
26582026-08-10T19:38:17.592Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26592026-08-10T19:38:17.657Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-08-10T19:38:17.693Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26612026-08-10T19:38:18.127Z Compiling darling v0.21.3
26622026-08-10T19:38:18.248Z Compiling dsl_auto_type v0.2.0
26632026-08-10T19:38:18.471Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26642026-08-10T19:38:18.614Z Compiling dirs-sys-next v0.1.2
26652026-08-10T19:38:18.807Z Compiling crunchy v0.2.4
26662026-08-10T19:38:18.921Z Compiling parking_lot_core v0.8.6
26672026-08-10T19:38:18.955Z Compiling dirs-next v2.0.0
26682026-08-10T19:38:19.023Z Compiling clang-sys v1.8.1
26692026-08-10T19:38:19.132Z Compiling git-stub v1.0.0
26702026-08-10T19:38:19.177Z Compiling tiny-keccak v2.0.2
26712026-08-10T19:38:19.470Z Compiling git-stub-vcs v0.1.0
26722026-08-10T19:38:19.504Z Compiling term v0.7.0
26732026-08-10T19:38:19.570Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26742026-08-10T19:38:19.615Z Compiling bit-vec v0.6.3
26752026-08-10T19:38:19.842Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26762026-08-10T19:38:19.877Z Compiling ascii-canvas v3.0.0
26772026-08-10T19:38:19.916Z Compiling bit-set v0.5.3
26782026-08-10T19:38:20.148Z Checking parking_lot v0.11.2
26792026-08-10T19:38:20.183Z Checking prefix-trie v0.7.0
26802026-08-10T19:38:20.183Z Compiling itertools v0.10.5
26812026-08-10T19:38:20.352Z Compiling ena v0.14.4
26822026-08-10T19:38:20.387Z Compiling libloading v0.8.9
26832026-08-10T19:38:20.531Z Compiling regex-syntax v0.6.29
26842026-08-10T19:38:20.578Z Compiling diff v0.1.13
26852026-08-10T19:38:20.613Z Compiling bindgen v0.71.1
26862026-08-10T19:38:20.647Z Checking hickory-server v0.25.2
26872026-08-10T19:38:21.071Z Checking sled v0.34.7
26882026-08-10T19:38:21.359Z Compiling cexpr v0.6.0
26892026-08-10T19:38:21.943Z Compiling lalrpop v0.19.12
26902026-08-10T19:38:22.061Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-10T19:38:22.097Z Checking nanorand v0.7.0
26922026-08-10T19:38:22.327Z Compiling salty v0.3.0
26932026-08-10T19:38:22.363Z Compiling rustc-hash v2.1.1
26942026-08-10T19:38:22.474Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26952026-08-10T19:38:22.631Z Checking flume v0.11.1
26962026-08-10T19:38:22.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26972026-08-10T19:38:22.791Z Compiling libxml v0.3.3
26982026-08-10T19:38:22.895Z Checking assert_matches v1.5.0
26992026-08-10T19:38:22.978Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27002026-08-10T19:38:23.305Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27012026-08-10T19:38:23.594Z Compiling strum_macros v0.24.3
27022026-08-10T19:38:23.908Z Compiling indoc v1.0.9
27032026-08-10T19:38:24.141Z Checking diesel v2.3.7
27042026-08-10T19:38:24.379Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27052026-08-10T19:38:24.442Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27062026-08-10T19:38:24.564Z Checking quick-xml v0.37.5
27072026-08-10T19:38:24.602Z Checking derive_builder v0.20.2
27082026-08-10T19:38:24.748Z Compiling oso-derive v0.27.3
27092026-08-10T19:38:24.802Z Compiling impl-trait-for-tuples v0.2.3
27102026-08-10T19:38:24.939Z Compiling trait-variant v0.1.2
27112026-08-10T19:38:25.324Z Checking openssl-probe v0.1.6
27122026-08-10T19:38:25.512Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27132026-08-10T19:38:25.547Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27142026-08-10T19:38:25.581Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27152026-08-10T19:38:25.980Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27162026-08-10T19:38:26.374Z Checking rfc6979 v0.4.0
27172026-08-10T19:38:26.409Z Checking predicates-tree v1.0.13
27182026-08-10T19:38:26.531Z Checking ecdsa v0.16.9
27192026-08-10T19:38:26.566Z Compiling progenitor-impl v0.13.0
27202026-08-10T19:38:26.760Z Checking primeorder v0.13.6
27212026-08-10T19:38:27.040Z Checking p384 v0.13.1
27222026-08-10T19:38:27.495Z Checking progenitor-client v0.13.0
27232026-08-10T19:38:27.781Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27242026-08-10T19:38:27.843Z Checking bb8 v0.8.6
27252026-08-10T19:38:28.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27262026-08-10T19:38:28.119Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27272026-08-10T19:38:28.158Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27282026-08-10T19:38:28.319Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27292026-08-10T19:38:28.390Z Compiling mime_guess v2.0.5
27302026-08-10T19:38:28.539Z Checking ignore v0.4.25
27312026-08-10T19:38:28.846Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27322026-08-10T19:38:28.963Z Checking http-range v0.1.5
27332026-08-10T19:38:29.002Z Checking globwalk v0.9.1
27342026-08-10T19:38:29.035Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27352026-08-10T19:38:29.213Z Compiling progenitor-macro v0.13.0
27362026-08-10T19:38:29.281Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27372026-08-10T19:38:29.451Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27382026-08-10T19:38:29.705Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27392026-08-10T19:38:29.788Z Checking digest-io v0.1.0
27402026-08-10T19:38:29.953Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-08-10T19:38:30.196Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27422026-08-10T19:38:30.419Z Checking rawzip v0.4.4
27432026-08-10T19:38:30.455Z Checking corncobs v0.1.4
27442026-08-10T19:38:30.619Z Checking nonempty v0.12.0
27452026-08-10T19:38:30.818Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27462026-08-10T19:38:30.953Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27472026-08-10T19:38:31.075Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27482026-08-10T19:38:31.115Z Checking camino-tempfile-ext v0.3.3
27492026-08-10T19:38:31.364Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-08-10T19:38:31.694Z Checking secrecy v0.8.0
27512026-08-10T19:38:32.408Z Checking hyper-staticfile v0.10.1
27522026-08-10T19:38:32.477Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27532026-08-10T19:38:32.690Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27542026-08-10T19:38:32.735Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27552026-08-10T19:38:32.799Z Checking signal-hook-tokio v0.3.1
27562026-08-10T19:38:32.965Z Compiling illumos-nvpair-sys v0.2.0
27572026-08-10T19:38:33.233Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27582026-08-10T19:38:33.269Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27592026-08-10T19:38:33.326Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27602026-08-10T19:38:33.695Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27612026-08-10T19:38:33.729Z Checking scuffle v0.1.0
27622026-08-10T19:38:34.139Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27632026-08-10T19:38:34.271Z Checking progenitor v0.13.0
27642026-08-10T19:38:34.450Z Checking illumos-nvpair v0.3.0
27652026-08-10T19:38:34.521Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27662026-08-10T19:38:34.614Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27672026-08-10T19:38:34.655Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27682026-08-10T19:38:34.696Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27692026-08-10T19:38:34.941Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27702026-08-10T19:38:35.003Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27712026-08-10T19:38:35.090Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27722026-08-10T19:38:35.299Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
27732026-08-10T19:38:35.383Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27742026-08-10T19:38:35.709Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27752026-08-10T19:38:35.859Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27762026-08-10T19:38:36.213Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27772026-08-10T19:38:36.365Z Checking tungstenite v0.23.0
27782026-08-10T19:38:36.824Z Checking rand_seeder v0.4.0
27792026-08-10T19:38:36.969Z Checking tokio-tungstenite v0.23.1
27802026-08-10T19:38:37.006Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27812026-08-10T19:38:37.277Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27822026-08-10T19:38:37.416Z Checking void v1.0.2
27832026-08-10T19:38:37.554Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-08-10T19:38:37.588Z Checking lzss v0.8.2
27852026-08-10T19:38:37.769Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27862026-08-10T19:38:37.822Z Checking nix v0.27.1
27872026-08-10T19:38:37.964Z Checking serde_bytes v0.11.19
27882026-08-10T19:38:38.177Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27892026-08-10T19:38:38.263Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27902026-08-10T19:38:38.307Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27912026-08-10T19:38:38.357Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27922026-08-10T19:38:38.980Z Checking diesel-dtrace v0.5.0
27932026-08-10T19:38:39.273Z Checking async-bb8-diesel v0.2.1
27942026-08-10T19:38:39.674Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27952026-08-10T19:38:40.155Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27962026-08-10T19:38:40.266Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27972026-08-10T19:38:40.399Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27982026-08-10T19:38:41.189Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27992026-08-10T19:38:41.590Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28002026-08-10T19:38:41.948Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28012026-08-10T19:38:42.236Z Checking yansi v1.0.1
28022026-08-10T19:38:42.292Z Checking is_ci v1.2.0
28032026-08-10T19:38:42.434Z Checking cpubits v0.1.1
28042026-08-10T19:38:42.571Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28052026-08-10T19:38:42.668Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28062026-08-10T19:38:42.711Z Checking pretty_assertions v1.4.1
28072026-08-10T19:38:42.846Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28082026-08-10T19:38:42.881Z Checking pem-rfc7468 v1.0.0
28092026-08-10T19:38:43.087Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28102026-08-10T19:38:43.367Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28112026-08-10T19:38:43.598Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28122026-08-10T19:38:43.917Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28132026-08-10T19:38:44.417Z Checking hmac v0.13.0
28142026-08-10T19:38:44.591Z Checking universal-hash v0.6.1
28152026-08-10T19:38:44.626Z Compiling libz-sys v1.1.24
28162026-08-10T19:38:44.661Z Checking arc-swap v1.8.2
28172026-08-10T19:38:44.697Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28182026-08-10T19:38:44.755Z Compiling instability v0.3.11
28192026-08-10T19:38:44.925Z Checking slog-scope v4.4.1
28202026-08-10T19:38:45.075Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28212026-08-10T19:38:45.146Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28222026-08-10T19:38:45.182Z Checking castaway v0.2.4
28232026-08-10T19:38:45.216Z Compiling indoc v2.0.7
28242026-08-10T19:38:45.335Z Checking compact_str v0.8.1
28252026-08-10T19:38:45.747Z Checking slog-stdlog v4.1.1
28262026-08-10T19:38:45.911Z Checking polyval v0.7.1
28272026-08-10T19:38:46.121Z Checking der v0.8.0
28282026-08-10T19:38:46.200Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28292026-08-10T19:38:46.434Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28302026-08-10T19:38:46.469Z Checking unicode-truncate v1.1.0
28312026-08-10T19:38:46.650Z Checking lru v0.12.5
28322026-08-10T19:38:46.686Z Compiling libgit2-sys v0.18.3+1.9.2
28332026-08-10T19:38:46.721Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-08-10T19:38:46.838Z Checking cassowary v0.3.0
28352026-08-10T19:38:46.960Z Checking ghash v0.6.0
28362026-08-10T19:38:47.005Z Checking slog-envlogger v2.2.0
28372026-08-10T19:38:47.075Z Checking ratatui v0.29.0
28382026-08-10T19:38:47.212Z Checking pbkdf2 v0.13.0
28392026-08-10T19:38:47.269Z Checking aes v0.9.1
28402026-08-10T19:38:47.357Z Checking crypto-bigint v0.7.5
28412026-08-10T19:38:47.702Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-08-10T19:38:48.426Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28432026-08-10T19:38:48.674Z Checking ctr v0.10.1
28442026-08-10T19:38:48.885Z Checking aead v0.6.1
28452026-08-10T19:38:48.965Z Checking cargo-platform v0.3.2
28462026-08-10T19:38:49.059Z Checking aes-gcm v0.11.0
28472026-08-10T19:38:49.176Z Checking cargo_metadata v0.23.1
28482026-08-10T19:38:49.253Z Checking spki v0.8.0
28492026-08-10T19:38:49.467Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28502026-08-10T19:38:49.609Z Checking supports-color v3.0.2
28512026-08-10T19:38:49.775Z Checking console v0.16.2
28522026-08-10T19:38:49.965Z Checking colored v2.2.0
28532026-08-10T19:38:50.146Z Checking salsa20 v0.11.0
28542026-08-10T19:38:50.207Z Compiling vergen-git2 v9.1.0
28552026-08-10T19:38:50.326Z Checking plotters-backend v0.3.7
28562026-08-10T19:38:50.434Z Checking unit-prefix v0.5.2
28572026-08-10T19:38:50.566Z Checking plotters-svg v0.3.7
28582026-08-10T19:38:50.603Z Checking indicatif v0.18.4
28592026-08-10T19:38:50.790Z Checking scrypt v0.12.0
28602026-08-10T19:38:50.908Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28612026-08-10T19:38:50.984Z Checking cbc v0.2.1
28622026-08-10T19:38:51.019Z Checking libsw-core v0.3.2
28632026-08-10T19:38:51.129Z Checking cast v0.3.0
28642026-08-10T19:38:51.163Z Checking pkcs5 v0.8.1
28652026-08-10T19:38:51.202Z Checking libsw v3.5.0
28662026-08-10T19:38:51.315Z Checking criterion-plot v0.6.0
28672026-08-10T19:38:51.435Z Checking plotters v0.3.7
28682026-08-10T19:38:51.487Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28692026-08-10T19:38:51.591Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28702026-08-10T19:38:51.814Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28712026-08-10T19:38:52.041Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28722026-08-10T19:38:52.210Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28732026-08-10T19:38:52.265Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28742026-08-10T19:38:52.440Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28752026-08-10T19:38:52.476Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28762026-08-10T19:38:52.510Z Checking tinytemplate v1.2.1
28772026-08-10T19:38:52.663Z Checking anes v0.1.6
28782026-08-10T19:38:52.761Z Checking oorandom v11.1.5
28792026-08-10T19:38:52.876Z Checking shell-words v1.1.1
28802026-08-10T19:38:52.911Z Checking criterion v0.7.0
28812026-08-10T19:38:53.134Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28822026-08-10T19:38:53.360Z Checking pkcs8 v0.11.0
28832026-08-10T19:38:53.595Z Checking oxide-update-engine-display v0.1.2
28842026-08-10T19:38:53.945Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28852026-08-10T19:38:54.175Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28862026-08-10T19:38:55.014Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28872026-08-10T19:38:55.851Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28882026-08-10T19:38:56.441Z Checking tokio-test v0.4.5
28892026-08-10T19:38:56.684Z Checking ff v0.14.0
28902026-08-10T19:38:56.859Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28912026-08-10T19:38:57.086Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28922026-08-10T19:38:57.437Z Checking twox-hash v2.1.2
28932026-08-10T19:38:57.494Z Compiling petname v2.0.2
28942026-08-10T19:38:57.773Z Checking atty v0.2.14
28952026-08-10T19:38:57.905Z Checking arrayvec v0.7.6
28962026-08-10T19:38:58.005Z Checking arrayref v0.3.9
28972026-08-10T19:38:58.112Z Checking constant_time_eq v0.4.2
28982026-08-10T19:38:58.322Z Checking group v0.14.0
28992026-08-10T19:38:58.368Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-08-10T19:38:58.511Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
29012026-08-10T19:38:58.568Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29022026-08-10T19:38:59.271Z Checking fatfs v0.3.6
29032026-08-10T19:38:59.586Z Checking signature v3.0.0
29042026-08-10T19:38:59.622Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29052026-08-10T19:38:59.754Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29062026-08-10T19:38:59.789Z Compiling seq-macro v0.3.6
29072026-08-10T19:38:59.823Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-08-10T19:39:00.339Z Checking base16ct v1.0.0
29092026-08-10T19:39:00.526Z Checking sec1 v0.8.1
29102026-08-10T19:39:01.098Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29112026-08-10T19:39:01.178Z Checking hkdf v0.13.0
29122026-08-10T19:39:01.215Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
29132026-08-10T19:39:01.353Z Checking concurrent-queue v2.5.0
29142026-08-10T19:39:01.414Z Checking sapling-renderdag v0.1.0
29152026-08-10T19:39:01.579Z Checking parking v2.2.1
29162026-08-10T19:39:01.692Z Checking sync-ptr v0.1.4
29172026-08-10T19:39:01.735Z Checking event-listener v5.4.1
29182026-08-10T19:39:01.838Z Checking elliptic-curve v0.14.1
29192026-08-10T19:39:01.882Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
29202026-08-10T19:39:01.987Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
29212026-08-10T19:39:02.208Z Checking rtoolbox v0.0.3
29222026-08-10T19:39:02.320Z Checking event-listener-strategy v0.5.4
29232026-08-10T19:39:02.371Z Checking rpassword v7.5.4
29242026-08-10T19:39:02.485Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
29252026-08-10T19:39:02.565Z Checking wnaf v0.14.0
29262026-08-10T19:39:02.724Z Compiling samael v0.0.19
29272026-08-10T19:39:02.758Z Checking primefield v0.14.0
29282026-08-10T19:39:02.997Z Checking rfc6979 v0.6.0
29292026-08-10T19:39:03.173Z Checking tui-tree-widget v0.23.1
29302026-08-10T19:39:03.398Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29312026-08-10T19:39:03.469Z Compiling blake3 v1.8.5
29322026-08-10T19:39:03.858Z Checking futures-timer v3.0.3
29332026-08-10T19:39:04.478Z Checking ecdsa v0.17.0
29342026-08-10T19:39:04.579Z Checking primeorder v0.14.0
29352026-08-10T19:39:04.904Z Checking async-lock v3.4.2
29362026-08-10T19:39:04.979Z Compiling curve25519-dalek v5.0.0
29372026-08-10T19:39:05.279Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29382026-08-10T19:39:05.333Z Checking async-object-pool v0.2.0
29392026-08-10T19:39:05.799Z Checking ssh-encoding v0.3.0
29402026-08-10T19:39:06.061Z Checking serde_regex v1.1.0
29412026-08-10T19:39:06.252Z Checking assert-json-diff v2.0.2
29422026-08-10T19:39:06.458Z Checking path-tree v0.8.3
29432026-08-10T19:39:06.682Z Checking keccak v0.2.0
29442026-08-10T19:39:06.879Z Checking topological-sort v0.2.2
29452026-08-10T19:39:07.052Z Compiling strsim v0.10.0
29462026-08-10T19:39:07.410Z Checking stringmetrics v2.2.2
29472026-08-10T19:39:07.473Z Compiling darling_core v0.13.4
29482026-08-10T19:39:07.596Z Checking httpmock v0.8.3
29492026-08-10T19:39:07.824Z Checking omicron-zone-package v0.12.3
29502026-08-10T19:39:08.743Z Checking ed25519 v3.0.0
29512026-08-10T19:39:08.818Z Checking crypto-primes v0.7.2
29522026-08-10T19:39:08.953Z Checking pkcs1 v0.8.0-rc.4
29532026-08-10T19:39:09.195Z Checking poly1305 v0.9.0
29542026-08-10T19:39:09.332Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29552026-08-10T19:39:09.494Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29562026-08-10T19:39:09.771Z Checking blowfish v0.10.0
29572026-08-10T19:39:09.808Z Checking blake2 v0.11.0-rc.6
29582026-08-10T19:39:09.811Z Compiling target-lexicon v0.13.3
29592026-08-10T19:39:09.956Z Checking gimli v0.32.3
29602026-08-10T19:39:10.110Z Checking argon2 v0.6.0-rc.8
29612026-08-10T19:39:10.167Z Checking bcrypt-pbkdf v0.11.0
29622026-08-10T19:39:10.379Z Checking rsa v0.10.0-rc.18
29632026-08-10T19:39:10.426Z Checking ssh-cipher v0.3.0
29642026-08-10T19:39:10.460Z Compiling darling_macro v0.13.4
29652026-08-10T19:39:10.669Z Checking ed25519-dalek v3.0.0
29662026-08-10T19:39:10.890Z Checking sha3 v0.11.0
29672026-08-10T19:39:10.925Z Checking p384 v0.14.0
29682026-08-10T19:39:10.981Z Checking p521 v0.14.0
29692026-08-10T19:39:11.261Z Checking p256 v0.14.0
29702026-08-10T19:39:11.525Z Checking addr2line v0.25.1
29712026-08-10T19:39:11.819Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29722026-08-10T19:39:12.027Z Checking kem v0.3.0
29732026-08-10T19:39:12.083Z Checking module-lattice v0.2.3
29742026-08-10T19:39:12.174Z Checking sponge-cursor v0.1.0
29752026-08-10T19:39:12.332Z Checking hex-literal v0.4.1
29762026-08-10T19:39:12.335Z Checking rustc-demangle v0.1.27
29772026-08-10T19:39:12.465Z Compiling guppy-workspace-hack v0.1.0
29782026-08-10T19:39:12.619Z Checking backtrace v0.3.76
29792026-08-10T19:39:12.723Z Checking ml-kem v0.3.2
29802026-08-10T19:39:12.915Z Checking sha3 v0.12.0
29812026-08-10T19:39:12.950Z Compiling darling v0.13.4
29822026-08-10T19:39:13.150Z Checking russh-cryptovec v0.62.0
29832026-08-10T19:39:13.333Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29842026-08-10T19:39:13.369Z Checking internal-russh-num-bigint v0.5.0
29852026-08-10T19:39:13.509Z Checking num-bigint v0.4.6
29862026-08-10T19:39:13.556Z Checking russh-util v0.52.0
29872026-08-10T19:39:13.714Z Checking generic-array v1.4.3
29882026-08-10T19:39:13.995Z Checking ssh-key v0.7.0-rc.11
29892026-08-10T19:39:14.146Z Compiling enum_dispatch v0.3.13
29902026-08-10T19:39:14.404Z Compiling delegate v0.13.5
29912026-08-10T19:39:14.473Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29922026-08-10T19:39:14.600Z Compiling git2 v0.20.4
29932026-08-10T19:39:14.917Z Checking hex-literal v1.1.0
29942026-08-10T19:39:14.952Z Checking md5 v0.8.0
29952026-08-10T19:39:15.068Z Compiling target-spec v3.5.7
29962026-08-10T19:39:15.167Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29972026-08-10T19:39:15.413Z Checking russh v0.62.4
29982026-08-10T19:39:15.464Z Checking cfg-expr v0.20.6
29992026-08-10T19:39:15.482Z Compiling serde_with_macros v1.5.2
30002026-08-10T19:39:15.836Z Checking backtrace-ext v0.2.1
30012026-08-10T19:39:15.975Z Checking supports-color v2.1.0
30022026-08-10T19:39:16.011Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30032026-08-10T19:39:16.145Z Checking textwrap v0.15.2
30042026-08-10T19:39:16.365Z Checking supports-hyperlinks v2.1.0
30052026-08-10T19:39:16.399Z Checking supports-unicode v2.1.0
30062026-08-10T19:39:16.517Z Checking hashbrown v0.14.5
30072026-08-10T19:39:16.552Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30082026-08-10T19:39:16.771Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30092026-08-10T19:39:17.034Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30102026-08-10T19:39:17.155Z Checking socket2 v0.5.10
30112026-08-10T19:39:17.269Z Checking terminal_size v0.1.17
30122026-08-10T19:39:17.413Z Compiling miette-derive v5.10.0
30132026-08-10T19:39:17.448Z Compiling fs-err v2.11.0
30142026-08-10T19:39:17.574Z Checking owo-colors v3.5.0
30152026-08-10T19:39:17.681Z Checking internet-checksum v0.2.1
30162026-08-10T19:39:17.973Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30172026-08-10T19:39:18.007Z Checking chumsky v0.9.3
30182026-08-10T19:39:18.148Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30192026-08-10T19:39:18.562Z Compiling serde_with v1.14.0
30202026-08-10T19:39:18.596Z Checking miette v5.10.0
30212026-08-10T19:39:19.100Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-08-10T19:39:19.135Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30232026-08-10T19:39:19.324Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30242026-08-10T19:39:19.621Z Compiling polar-core v0.27.3
30252026-08-10T19:39:19.724Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30262026-08-10T19:39:19.759Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
30272026-08-10T19:39:19.923Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
30282026-08-10T19:39:19.970Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
30292026-08-10T19:39:20.156Z Compiling knuffel-derive v3.2.0
30302026-08-10T19:39:20.159Z Checking httptest v0.16.4
30312026-08-10T19:39:20.262Z Checking pathdiff v0.2.3
30322026-08-10T19:39:20.405Z Checking nested v0.1.1
30332026-08-10T19:39:20.583Z Checking guppy v0.17.25
30342026-08-10T19:39:20.621Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30352026-08-10T19:39:20.838Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30362026-08-10T19:39:21.327Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30372026-08-10T19:39:21.576Z Checking similar-asserts v1.7.0
30382026-08-10T19:39:21.646Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
30392026-08-10T19:39:21.683Z Checking knuffel v3.2.0
30402026-08-10T19:39:21.758Z Checking parse-size v1.1.0
30412026-08-10T19:39:21.919Z Compiling target-triple v1.0.0
30422026-08-10T19:39:22.015Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30432026-08-10T19:39:22.274Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
30442026-08-10T19:39:22.317Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30452026-08-10T19:39:22.350Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30462026-08-10T19:39:22.584Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
30472026-08-10T19:39:22.876Z Checking hickory-client v0.25.2
30482026-08-10T19:39:23.194Z Compiling assert_cmd v2.1.2
30492026-08-10T19:39:23.240Z Checking escape8259 v0.5.3
30502026-08-10T19:39:23.414Z Checking libtest-mimic v0.8.1
30512026-08-10T19:39:23.715Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30522026-08-10T19:39:23.854Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
30532026-08-10T19:39:24.017Z Checking blake2b_simd v1.0.4
30542026-08-10T19:39:24.448Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
30552026-08-10T19:39:24.582Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30562026-08-10T19:39:24.687Z Checking oso v0.27.3
30572026-08-10T19:39:24.897Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30582026-08-10T19:39:24.991Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30592026-08-10T19:39:25.162Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30602026-08-10T19:39:25.243Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30612026-08-10T19:39:25.472Z Checking fancy-regex v0.14.0
30622026-08-10T19:39:25.555Z Checking serde_tokenstream v0.2.3
30632026-08-10T19:39:25.811Z Checking approx v0.5.1
30642026-08-10T19:39:25.845Z Compiling rstest_macros v0.25.0
30652026-08-10T19:39:25.880Z Checking uzers v0.12.2
30662026-08-10T19:39:25.961Z Checking constant_time_eq v0.3.1
30672026-08-10T19:39:25.996Z Compiling linkme-impl v0.3.35
30682026-08-10T19:39:26.098Z Checking termcolor v1.4.1
30692026-08-10T19:39:26.133Z Checking rust-argon2 v2.1.0
30702026-08-10T19:39:26.281Z Checking datatest-stable v0.3.3
30712026-08-10T19:39:26.353Z Checking trybuild v1.0.116
30722026-08-10T19:39:26.623Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30732026-08-10T19:39:26.692Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30742026-08-10T19:39:26.923Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30752026-08-10T19:39:26.964Z Checking support-bundle-viewer v0.1.2
30762026-08-10T19:39:26.999Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30772026-08-10T19:39:27.225Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30782026-08-10T19:39:27.260Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30792026-08-10T19:39:27.453Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30802026-08-10T19:39:27.491Z Checking drift v0.2.0
30812026-08-10T19:39:27.681Z Checking rand_distr v0.5.1
30822026-08-10T19:39:27.770Z Checking multimap v0.10.1
30832026-08-10T19:39:27.894Z Compiling relative-path v1.9.3
30842026-08-10T19:39:27.980Z Compiling linkme v0.3.35
30852026-08-10T19:39:28.128Z Checking dropshot-api-manager v0.7.2
30862026-08-10T19:39:29.302Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30872026-08-10T19:39:29.445Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30882026-08-10T19:39:29.715Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30892026-08-10T19:39:29.910Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30902026-08-10T19:39:30.342Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30912026-08-10T19:39:30.481Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30922026-08-10T19:39:30.552Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30932026-08-10T19:39:30.588Z Checking cargo_toml v0.21.0
30942026-08-10T19:39:30.845Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30952026-08-10T19:39:31.046Z Checking partial-io v0.5.4
30962026-08-10T19:39:31.233Z Checking termios v0.3.3
30972026-08-10T19:39:31.290Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30982026-08-10T19:39:31.386Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
30992026-08-10T19:39:31.390Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31002026-08-10T19:39:31.792Z Checking rstest v0.25.0
31012026-08-10T19:39:32.722Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31022026-08-10T19:39:35.408Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31032026-08-10T19:39:38.655Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
31042026-08-10T19:39:39.397Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
31052026-08-10T19:39:43.730Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
31062026-08-10T19:39:44.475Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
31072026-08-10T19:39:46.290Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31082026-08-10T19:39:52.649Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
31092026-08-10T19:39:56.176Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
31102026-08-10T19:39:58.928Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31112026-08-10T19:40:02.576Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31122026-08-10T19:40:03.104Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31132026-08-10T19:40:04.529Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
31142026-08-10T19:40:07.779Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
31152026-08-10T19:40:12.793Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
31162026-08-10T19:40:32.874Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
31172026-08-10T19:41:26.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 09s
31182026-08-10T19:41:26.429Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31192026-08-10T19:41:26.429Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31202026-08-10T19:41:27.084Z
31212026-08-10T19:41:27.084Zreal 4:12.522748813
31222026-08-10T19:41:27.085Zuser 21:41.608577772
31232026-08-10T19:41:27.085Zsys 5:11.790559280
31242026-08-10T19:41:27.085Ztrap 0.530017187
31252026-08-10T19:41:27.085Ztflt 0.451737327
31262026-08-10T19:41:27.085Zdflt 0.580642091
31272026-08-10T19:41:27.085Zkflt 0.005203568
31282026-08-10T19:41:27.085Zlock 1:05:29.413862387
31292026-08-10T19:41:27.085Zslp 58:56.653894706
31302026-08-10T19:41:27.085Zlat 1:52.077999440
31312026-08-10T19:41:27.088Zstop 14:04.255279962
31322026-08-10T19:41:27.088Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
31332026-08-10T19:41:27.088Z+ ptime -m cargo doc --workspace --no-deps
31342026-08-10T19:41:27.945Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
31352026-08-10T19:41:27.945Z |
31362026-08-10T19:41:27.945Z = 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)`
31372026-08-10T19:41:27.945Z = 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>
31382026-08-10T19:41:29.017Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31392026-08-10T19:41:29.262Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31402026-08-10T19:41:29.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31412026-08-10T19:41:29.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31422026-08-10T19:41:29.432Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31432026-08-10T19:41:29.535Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-08-10T19:41:29.563Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-10T19:41:29.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31462026-08-10T19:41:29.614Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31472026-08-10T19:41:29.642Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31482026-08-10T19:41:29.752Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31492026-08-10T19:41:29.837Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31502026-08-10T19:41:29.861Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-08-10T19:41:29.914Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31522026-08-10T19:41:29.960Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31532026-08-10T19:41:29.983Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31542026-08-10T19:41:29.986Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31552026-08-10T19:41:30.028Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-08-10T19:41:30.075Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31572026-08-10T19:41:30.078Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31582026-08-10T19:41:30.129Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31592026-08-10T19:41:30.392Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31602026-08-10T19:41:30.541Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31612026-08-10T19:41:30.566Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31622026-08-10T19:41:30.635Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31632026-08-10T19:41:30.701Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31642026-08-10T19:41:30.856Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31652026-08-10T19:41:30.878Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31662026-08-10T19:41:31.024Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31672026-08-10T19:41:31.104Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31682026-08-10T19:41:31.144Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31692026-08-10T19:41:31.221Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31702026-08-10T19:41:31.331Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31712026-08-10T19:41:31.414Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31722026-08-10T19:41:31.527Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31732026-08-10T19:41:31.644Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31742026-08-10T19:41:31.697Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31752026-08-10T19:41:31.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31762026-08-10T19:41:31.748Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31772026-08-10T19:41:31.950Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31782026-08-10T19:41:32.011Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31792026-08-10T19:41:32.183Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31802026-08-10T19:41:32.284Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31812026-08-10T19:41:32.322Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31822026-08-10T19:41:32.382Z Checking scuffle v0.1.0
31832026-08-10T19:41:32.460Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31842026-08-10T19:41:32.516Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31852026-08-10T19:41:32.654Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31862026-08-10T19:41:32.710Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31872026-08-10T19:41:32.765Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31882026-08-10T19:41:32.886Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31892026-08-10T19:41:32.947Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-08-10T19:41:32.972Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31912026-08-10T19:41:33.021Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31922026-08-10T19:41:33.051Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31932026-08-10T19:41:33.103Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31942026-08-10T19:41:33.142Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31952026-08-10T19:41:33.169Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31962026-08-10T19:41:33.598Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31972026-08-10T19:41:33.923Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31982026-08-10T19:41:33.971Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31992026-08-10T19:41:34.292Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32002026-08-10T19:41:34.399Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32012026-08-10T19:41:34.739Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32022026-08-10T19:41:34.765Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32032026-08-10T19:41:34.838Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32042026-08-10T19:41:34.908Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32052026-08-10T19:41:35.018Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32062026-08-10T19:41:35.054Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32072026-08-10T19:41:35.128Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32082026-08-10T19:41:35.235Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32092026-08-10T19:41:35.293Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32102026-08-10T19:41:35.929Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32112026-08-10T19:41:36.162Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32122026-08-10T19:41:36.298Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32132026-08-10T19:41:36.347Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32142026-08-10T19:41:36.453Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32152026-08-10T19:41:36.660Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32162026-08-10T19:41:36.686Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32172026-08-10T19:41:36.714Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32182026-08-10T19:41:36.739Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32192026-08-10T19:41:36.761Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32202026-08-10T19:41:36.916Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32212026-08-10T19:41:36.938Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32222026-08-10T19:41:37.039Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32232026-08-10T19:41:37.169Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32242026-08-10T19:41:37.194Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32252026-08-10T19:41:37.217Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32262026-08-10T19:41:37.240Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
32272026-08-10T19:41:37.395Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32282026-08-10T19:41:37.463Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32292026-08-10T19:41:37.483Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32302026-08-10T19:41:37.505Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32312026-08-10T19:41:37.508Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32322026-08-10T19:41:37.554Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32332026-08-10T19:41:37.698Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32342026-08-10T19:41:37.722Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
32352026-08-10T19:41:37.767Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
32362026-08-10T19:41:37.788Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32372026-08-10T19:41:37.812Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32382026-08-10T19:41:37.920Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32392026-08-10T19:41:37.941Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32402026-08-10T19:41:38.006Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32412026-08-10T19:41:38.114Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32422026-08-10T19:41:38.143Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32432026-08-10T19:41:38.374Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32442026-08-10T19:41:38.421Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32452026-08-10T19:41:38.444Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32462026-08-10T19:41:38.989Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32472026-08-10T19:41:39.138Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32482026-08-10T19:41:39.775Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32492026-08-10T19:41:40.071Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
32502026-08-10T19:41:40.469Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
32512026-08-10T19:41:40.602Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32522026-08-10T19:41:40.657Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32532026-08-10T19:41:40.837Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32542026-08-10T19:41:40.960Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32552026-08-10T19:41:41.225Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
32562026-08-10T19:41:41.935Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-08-10T19:41:42.711Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32582026-08-10T19:41:42.784Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32592026-08-10T19:41:42.990Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32602026-08-10T19:41:43.327Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32612026-08-10T19:41:43.699Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-08-10T19:41:43.980Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32632026-08-10T19:41:44.376Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-08-10T19:41:44.444Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-08-10T19:41:44.572Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32662026-08-10T19:41:44.779Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32672026-08-10T19:41:45.044Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32682026-08-10T19:41:45.137Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32692026-08-10T19:41:45.162Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32702026-08-10T19:41:45.594Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32712026-08-10T19:41:45.675Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32722026-08-10T19:41:46.283Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32732026-08-10T19:41:46.461Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32742026-08-10T19:41:46.600Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32752026-08-10T19:41:46.969Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32762026-08-10T19:41:47.306Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32772026-08-10T19:41:47.989Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32782026-08-10T19:41:48.440Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32792026-08-10T19:41:48.536Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32802026-08-10T19:41:48.946Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32812026-08-10T19:41:49.188Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32822026-08-10T19:41:49.561Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32832026-08-10T19:41:49.966Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32842026-08-10T19:41:50.035Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32852026-08-10T19:41:50.168Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32862026-08-10T19:41:50.192Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32872026-08-10T19:41:50.641Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32882026-08-10T19:41:50.667Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32892026-08-10T19:41:50.692Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32902026-08-10T19:41:52.328Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32912026-08-10T19:41:52.825Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32922026-08-10T19:41:54.910Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32932026-08-10T19:41:55.912Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32942026-08-10T19:41:56.569Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32952026-08-10T19:41:56.944Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32962026-08-10T19:41:57.612Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32972026-08-10T19:41:57.641Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32982026-08-10T19:41:58.810Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32992026-08-10T19:41:59.138Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33002026-08-10T19:41:59.563Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33012026-08-10T19:42:00.506Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33022026-08-10T19:42:00.897Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33032026-08-10T19:42:01.081Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33042026-08-10T19:42:01.395Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-08-10T19:42:02.155Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33062026-08-10T19:42:02.178Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33072026-08-10T19:42:02.201Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33082026-08-10T19:42:02.225Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33092026-08-10T19:42:02.794Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33102026-08-10T19:42:02.843Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33112026-08-10T19:42:02.978Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33122026-08-10T19:42:03.353Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33132026-08-10T19:42:04.178Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33142026-08-10T19:42:04.457Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33152026-08-10T19:42:04.488Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33162026-08-10T19:42:04.697Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33172026-08-10T19:42:04.962Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33182026-08-10T19:42:05.231Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33192026-08-10T19:42:05.769Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33202026-08-10T19:42:06.059Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
33212026-08-10T19:42:06.891Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33222026-08-10T19:42:07.214Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33232026-08-10T19:42:07.279Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
33242026-08-10T19:42:10.250Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33252026-08-10T19:42:11.564Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
33262026-08-10T19:42:12.091Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33272026-08-10T19:42:12.724Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
33282026-08-10T19:42:14.941Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33292026-08-10T19:42:15.923Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
33302026-08-10T19:42:16.827Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33312026-08-10T19:42:17.569Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33322026-08-10T19:42:18.350Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33332026-08-10T19:42:20.264Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33342026-08-10T19:42:21.077Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33352026-08-10T19:42:21.713Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
33362026-08-10T19:42:22.988Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33372026-08-10T19:42:23.436Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-08-10T19:42:23.982Z Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
33392026-08-10T19:42:29.177Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-08-10T19:42:29.697Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33412026-08-10T19:42:30.728Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33422026-08-10T19:42:31.237Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33432026-08-10T19:42:32.083Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33442026-08-10T19:42:32.811Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33452026-08-10T19:42:33.578Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33462026-08-10T19:42:35.252Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33472026-08-10T19:42:35.398Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33482026-08-10T19:42:36.318Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
33492026-08-10T19:42:37.257Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33502026-08-10T19:42:37.733Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33512026-08-10T19:42:38.498Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33522026-08-10T19:42:39.243Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33532026-08-10T19:42:42.453Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33542026-08-10T19:42:43.446Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33552026-08-10T19:42:44.697Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33562026-08-10T19:42:45.197Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33572026-08-10T19:42:46.821Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33582026-08-10T19:42:47.763Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33592026-08-10T19:42:49.270Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33602026-08-10T19:42:50.137Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33612026-08-10T19:42:51.068Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33622026-08-10T19:42:52.809Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33632026-08-10T19:42:53.906Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33642026-08-10T19:42:54.843Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33652026-08-10T19:42:57.101Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33662026-08-10T19:42:59.478Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33672026-08-10T19:42:59.771Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33682026-08-10T19:43:00.850Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-08-10T19:43:02.871Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33702026-08-10T19:43:04.094Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33712026-08-10T19:43:05.675Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33722026-08-10T19:43:07.387Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33732026-08-10T19:43:08.745Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33742026-08-10T19:43:10.606Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-08-10T19:43:12.312Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33762026-08-10T19:43:16.856Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33772026-08-10T19:43:17.148Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33782026-08-10T19:43:18.812Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33792026-08-10T19:43:18.977Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33802026-08-10T19:43:20.637Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33812026-08-10T19:43:22.396Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33822026-08-10T19:43:24.263Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33832026-08-10T19:43:26.220Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33842026-08-10T19:43:27.993Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33852026-08-10T19:43:29.690Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33862026-08-10T19:43:31.715Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33872026-08-10T19:43:33.228Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33882026-08-10T19:43:35.000Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33892026-08-10T19:43:36.718Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33902026-08-10T19:43:38.473Z Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
33912026-08-10T19:43:40.164Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33922026-08-10T19:43:41.672Z Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
33932026-08-10T19:43:45.007Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33942026-08-10T19:43:47.210Z Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
33952026-08-10T19:43:48.703Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33962026-08-10T19:43:50.652Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33972026-08-10T19:43:52.098Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33982026-08-10T19:43:54.280Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33992026-08-10T19:43:56.093Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34002026-08-10T19:44:00.107Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34012026-08-10T19:44:01.581Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34022026-08-10T19:44:03.958Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34032026-08-10T19:44:07.090Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34042026-08-10T19:44:07.791Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34052026-08-10T19:44:07.926Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34062026-08-10T19:44:14.719Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34072026-08-10T19:44:16.808Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34082026-08-10T19:44:19.272Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34092026-08-10T19:44:22.233Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-08-10T19:44:24.215Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34112026-08-10T19:44:26.384Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34122026-08-10T19:44:29.350Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34132026-08-10T19:44:31.092Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34142026-08-10T19:44:34.071Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34152026-08-10T19:44:35.958Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34162026-08-10T19:44:38.667Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34172026-08-10T19:44:41.121Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34182026-08-10T19:44:43.630Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34192026-08-10T19:44:46.038Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
34202026-08-10T19:44:48.529Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34212026-08-10T19:44:51.025Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34222026-08-10T19:44:53.429Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34232026-08-10T19:44:55.789Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34242026-08-10T19:44:58.476Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34252026-08-10T19:45:01.001Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34262026-08-10T19:45:03.482Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34272026-08-10T19:45:05.999Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34282026-08-10T19:45:08.521Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34292026-08-10T19:45:11.008Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
34302026-08-10T19:45:13.630Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
34312026-08-10T19:45:16.010Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-08-10T19:45:18.506Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
34332026-08-10T19:45:21.086Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34342026-08-10T19:45:23.621Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34352026-08-10T19:45:26.117Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
34362026-08-10T19:45:28.683Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34372026-08-10T19:45:31.053Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34382026-08-10T19:45:33.512Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34392026-08-10T19:45:36.308Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
34402026-08-10T19:45:38.709Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
34412026-08-10T19:45:41.340Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34422026-08-10T19:45:44.090Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
34432026-08-10T19:45:46.637Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34442026-08-10T19:45:49.157Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
34452026-08-10T19:45:51.756Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34462026-08-10T19:45:54.360Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
34472026-08-10T19:45:56.730Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34482026-08-10T19:45:59.387Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34492026-08-10T19:46:02.550Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34502026-08-10T19:46:04.880Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34512026-08-10T19:46:07.478Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34522026-08-10T19:46:10.249Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34532026-08-10T19:46:12.810Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
34542026-08-10T19:46:15.566Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
34552026-08-10T19:46:18.022Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34562026-08-10T19:46:20.834Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34572026-08-10T19:46:23.441Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
34582026-08-10T19:46:26.506Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
34592026-08-10T19:46:29.222Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34602026-08-10T19:46:31.820Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34612026-08-10T19:46:34.452Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34622026-08-10T19:46:37.219Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632026-08-10T19:46:39.909Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-08-10T19:46:42.701Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34652026-08-10T19:46:45.966Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34662026-08-10T19:46:48.427Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34672026-08-10T19:46:56.363Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34682026-08-10T19:46:56.758Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34692026-08-10T19:47:00.016Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34702026-08-10T19:47:03.672Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34712026-08-10T19:47:07.145Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34722026-08-10T19:47:10.731Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34732026-08-10T19:47:15.545Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34742026-08-10T19:47:18.564Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34752026-08-10T19:47:22.471Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34762026-08-10T19:47:26.270Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34772026-08-10T19:47:31.049Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34782026-08-10T19:47:33.960Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34792026-08-10T19:47:37.832Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34802026-08-10T19:47:41.689Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34812026-08-10T19:47:45.549Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34822026-08-10T19:47:49.458Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34832026-08-10T19:47:53.376Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34842026-08-10T19:47:57.157Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34852026-08-10T19:48:01.029Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34862026-08-10T19:48:04.898Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34872026-08-10T19:48:08.857Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34882026-08-10T19:48:12.694Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34892026-08-10T19:48:16.509Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34902026-08-10T19:48:20.379Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34912026-08-10T19:48:51.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 24s
34922026-08-10T19:48:51.279Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34932026-08-10T19:48:51.279Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34942026-08-10T19:48:51.447Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files
34952026-08-10T19:48:51.555Z
34962026-08-10T19:48:51.555Zreal 7:24.381162725
34972026-08-10T19:48:51.555Zuser 20:01.825602766
34982026-08-10T19:48:51.555Zsys 4:20.861441058
34992026-08-10T19:48:51.555Ztrap 0.292485768
35002026-08-10T19:48:51.555Ztflt 0.046423290
35012026-08-10T19:48:51.555Zdflt 0.143456530
35022026-08-10T19:48:51.555Zkflt 0.000021570
35032026-08-10T19:48:51.558Zlock 7:04:21.617707578
35042026-08-10T19:48:51.558Zslp 2:29:14.768644440
35052026-08-10T19:48:51.558Zlat 36.933793731
35062026-08-10T19:48:51.558Zstop 2:08.034903580
35072026-08-10T19:48:51.558Zprocess exited: duration 823887 ms, exit code 0
 
35082026-08-10T19:48:51.565Zfound 0 output files