01KXH7YSZY89K0JWX1B888TMW4: clippy (helios)

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

Buildomat Job: 01KXH7Z88RJVE5QHSH1XH94MQR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T21:20:18.639Zjob assigned to worker 01KXH7ZEPXXGPNCE3XQKYW9JGJ [factory aws, i-0327c7b7b86cec051] (queued for 59 s)
 
22026-07-14T21:20:25.105Zstarting task 0: "setup"
32026-07-14T21:20:25.111Z++ uname -s
42026-07-14T21:20:25.114Z+ kern=SunOS
52026-07-14T21:20:25.114Z+ build_user=build
62026-07-14T21:20:25.114Z+ build_uid=12345
72026-07-14T21:20:25.114Z+ work_dir=/work
82026-07-14T21:20:25.114Z+ input_dir=/input
92026-07-14T21:20:25.114Z+ [[ 0 == 12345 ]]
102026-07-14T21:20:25.114Z+ case "$kern" in
112026-07-14T21:20:25.114Z+ groupadd -g 12345 build
122026-07-14T21:20:25.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T21:20:27.133Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T21:20:27.230Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T21:20:27.234Z+ home_fs=zfs
162026-07-14T21:20:27.234Z+ [[ zfs == autofs ]]
172026-07-14T21:20:27.234Z+ mkdir -p /home/build
182026-07-14T21:20:27.234Z+ chown build:build /home/build /work
192026-07-14T21:20:29.235Z+ chmod 0700 /home/build /work
202026-07-14T21:20:29.238Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-14T21:20:29.244Zstarting task 1: "rust-toolchain"
222026-07-14T21:20:29.249Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T21:20:29.249Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T21:20:29.249Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T21:20:29.249Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-14T21:20:29.252Z * rust toolchain channel = "1.96.1"
272026-07-14T21:20:29.252Z * rust toolchain profile = "default"
282026-07-14T21:20:29.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T21:20:29.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T21:20:29.337Zinfo: downloading installer
312026-07-14T21:20:30.659Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T21:20:30.659Zwarn: /home/build/.rustup/settings.toml
332026-07-14T21:20:30.659Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T21:20:30.660Zwarn: instead of the one inferred from the default host triple.
352026-07-14T21:20:30.672Zinfo: profile set to default
362026-07-14T21:20:30.672Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T21:20:30.675Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T21:20:30.833Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T21:20:30.833Zinfo: downloading 6 components
402026-07-14T21:20:46.713Z
412026-07-14T21:20:46.713Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-14T21:20:46.745Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T21:20:46.745Z
442026-07-14T21:20:46.745Z
452026-07-14T21:20:46.745ZRust is installed now. Great!
462026-07-14T21:20:46.745Z
472026-07-14T21:20:46.753ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T21:20:46.754Zenvironment variable. This has not been done automatically.
492026-07-14T21:20:46.754Z
502026-07-14T21:20:46.754ZTo configure your current shell, you need to source
512026-07-14T21:20:46.754Zthe corresponding env file under $HOME/.cargo.
522026-07-14T21:20:46.754Z
532026-07-14T21:20:46.754ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T21:20:46.754Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T21:20:46.754Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T21:20:46.754Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T21:20:46.754Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T21:20:46.754Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T21:20:46.754Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T21:20:46.755Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T21:20:46.755Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T21:20:46.848Z+ rustup --version
632026-07-14T21:20:46.860Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T21:20:46.866Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T21:20:46.876Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T21:20:46.882Z+ cargo --version
672026-07-14T21:20:46.892Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T21:20:46.896Z+ rustc --version
692026-07-14T21:20:46.918Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T21:20:46.927Zprocess exited: duration 17671 ms, exit code 0
 
712026-07-14T21:20:46.936Zstarting task 2: "authentication"
722026-07-14T21:20:46.973Zprocess exited: duration 23 ms, exit code 0
 
732026-07-14T21:20:46.993Zstarting task 3: "clone repository"
742026-07-14T21:20:47.009Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T21:20:47.043Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T21:20:47.046ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T21:20:58.259Z+ cd /work/oxidecomputer/omicron
782026-07-14T21:20:58.260Z+ git fetch origin 344c5b62ee1f8b5ad72483065baa57325c83c21d
792026-07-14T21:20:58.545ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T21:20:58.545Z * branch 344c5b62ee1f8b5ad72483065baa57325c83c21d -> FETCH_HEAD
812026-07-14T21:20:58.554Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-14T21:20:58.557Z++ git branch --show-current
832026-07-14T21:20:58.557Z+ current=main
842026-07-14T21:20:58.557Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-14T21:20:58.557Z+ git branch -f iliana/tufaceous-v2/10.releng 344c5b62ee1f8b5ad72483065baa57325c83c21d
862026-07-14T21:20:58.561Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-14T21:20:58.814ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-14T21:20:58.819Z+ git reset --hard 344c5b62ee1f8b5ad72483065baa57325c83c21d
892026-07-14T21:20:58.830ZHEAD is now at 344c5b62e Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/10.releng
902026-07-14T21:20:58.833Zprocess exited: duration 11837 ms, exit code 0
 
912026-07-14T21:20:58.839Zstarting task 4: "build"
922026-07-14T21:20:58.843Z+ source ./env.sh
932026-07-14T21:20:58.846Z++ OLD_SHELL_OPTS=ehxB
942026-07-14T21:20:58.846Z++ set -o xtrace
952026-07-14T21:20:58.846Z++++ dirname ./env.sh
962026-07-14T21:20:58.876Z+++ readlink -f .
972026-07-14T21:20:58.880Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-14T21:20:58.884Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-14T21:20:58.884Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-14T21:20:58.884Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-14T21:20:58.884Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-14T21:20:58.884Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-14T21:20:58.884Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-14T21:20:58.884Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-14T21:20:58.884Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-14T21:20:58.884Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-14T21:20:58.884Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-14T21:20:58.884Z++ case $OLD_SHELL_OPTS in
1092026-07-14T21:20:58.884Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-14T21:20:58.884Z+ source .github/buildomat/ci-env.sh
1112026-07-14T21:20:58.884Z++ export CARGO_TERM_COLOR=always
1122026-07-14T21:20:58.884Z++ CARGO_TERM_COLOR=always
1132026-07-14T21:20:58.884Z+++ uname -s
1142026-07-14T21:20:58.884Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-07-14T21:20:58.884Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-07-14T21:20:58.885Z+ cargo --version
1172026-07-14T21:20:58.893Zcargo 1.96.1 (356927216 2026-06-26)
1182026-07-14T21:20:58.897Z+ rustc --version
1192026-07-14T21:20:58.915Zrustc 1.96.1 (31fca3adb 2026-06-26)
1202026-07-14T21:20:58.919Z+ banner prerequisites
1212026-07-14T21:20:58.923Z
1222026-07-14T21:20:58.923Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-07-14T21:20:58.923Z # # # # # # # # # # # # # # #
1242026-07-14T21:20:58.923Z # # # # ##### # # ##### # # # # # #### #
1252026-07-14T21:20:58.923Z ##### ##### # ##### # # # # # # # # #
1262026-07-14T21:20:58.923Z # # # # # # # # # # # # # # #
1272026-07-14T21:20:58.923Z # # # ###### # # ###### ### # #### # #### #
1282026-07-14T21:20:58.923Z
1292026-07-14T21:20:58.923Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-07-14T21:21:00.976Z Startup: Refreshing catalog 'helios' ... Done
1312026-07-14T21:21:01.091Z Startup: Caching catalogs ... Done
1322026-07-14T21:21:01.621ZPlanning: Solver setup ... Done (0.482s)
1332026-07-14T21:21:01.649ZPlanning: Running solver ... Done (0.028s)
1342026-07-14T21:21:01.661ZPlanning: Finding local manifests ... Done (0.003s)
1352026-07-14T21:21:01.676ZPlanning: Fetching manifests: 0/2 0% complete
1362026-07-14T21:21:01.694ZPlanning: Fetching manifests: 2/2 100% complete
1372026-07-14T21:21:01.711ZPlanning: Package planning ... Done (0.014s)
1382026-07-14T21:21:01.714ZPlanning: Merging actions ... Done (0.002s)
1392026-07-14T21:21:01.874ZPlanning: Checking for conflicting actions ... Done (0.164s)
1402026-07-14T21:21:01.877ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-07-14T21:21:02.618ZPlanning: Evaluating mediators ... Done (0.740s)
1422026-07-14T21:21:02.622ZPlanning: Planning completed in 1.50 seconds
1432026-07-14T21:21:02.626Z Packages to install: 2
1442026-07-14T21:21:02.626Z Estimated space available: 156.06 GB
1452026-07-14T21:21:02.626ZEstimated space to be consumed: 32.66 MB
1462026-07-14T21:21:02.626Z Create boot environment: No
1472026-07-14T21:21:02.626ZCreate backup boot environment: No
1482026-07-14T21:21:02.626Z Rebuild boot archive: No
1492026-07-14T21:21:02.626Z
1502026-07-14T21:21:02.626ZChanged packages:
1512026-07-14T21:21:02.626Zhelios
1522026-07-14T21:21:02.626Z developer/build-essential
1532026-07-14T21:21:02.626Z None -> 11-3.0
1542026-07-14T21:21:02.626Z library/libxmlsec1
1552026-07-14T21:21:02.626Z None -> 1.2.35-3.0
1562026-07-14T21:21:02.651Z
1572026-07-14T21:21:02.651ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-07-14T21:21:03.129ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1592026-07-14T21:21:03.201Z Actions: 1/268 actions (Installing new actions)
1602026-07-14T21:21:03.239Z Actions: Completed 268 actions in 0.04 seconds.
1612026-07-14T21:21:03.250ZFinalize: Updating package state database ... Done (0.012s)
1622026-07-14T21:21:03.250ZFinalize: Updating package cache ... Done (0.000s)
1632026-07-14T21:21:03.281ZFinalize: Updating image state ... Done (0.030s)
1642026-07-14T21:21:05.742ZFinalize: Creating fast lookup database ... Done (2.434s)
1652026-07-14T21:21:05.816ZFinalize: Reading search index ... Done (0.013s)
1662026-07-14T21:21:05.819ZFinalize: Updating search index ... Done (0.000s)
1672026-07-14T21:21:05.919ZFinalize: Updating package cache ... Done (0.000s)
1682026-07-14T21:21:06.240ZPlanning: Evaluating mediator changes ... Done
1692026-07-14T21:21:06.344ZPlanning: Checking for conflicting actions ... Done
1702026-07-14T21:21:06.348ZPlanning: Consolidating action changes ... Done
1712026-07-14T21:21:06.502ZPlanning: Evaluating mediators ... Done
1722026-07-14T21:21:06.505ZPlanning: Planning completed in 0.26 seconds
1732026-07-14T21:21:06.525Z Mediators to change: 2
1742026-07-14T21:21:06.525Z Create boot environment: No
1752026-07-14T21:21:06.525ZCreate backup boot environment: No
1762026-07-14T21:21:06.576ZFinalize: Updating package state database ... Done
1772026-07-14T21:21:06.576ZFinalize: Updating package cache ... Done
1782026-07-14T21:21:06.592ZFinalize: Updating image state ... Done
1792026-07-14T21:21:08.533ZFinalize: Creating fast lookup database ... Done
1802026-07-14T21:21:08.591ZFinalize: Reading search index ... Done
1812026-07-14T21:21:08.596ZFinalize: Updating search index ... Done
1822026-07-14T21:21:08.661ZFinalize: Updating package cache ... Done
1832026-07-14T21:21:08.951ZPlanning: Evaluating mediator changes ... Done
1842026-07-14T21:21:09.054ZPlanning: Checking for conflicting actions ... Done
1852026-07-14T21:21:09.059ZPlanning: Consolidating action changes ... Done
1862026-07-14T21:21:09.212ZPlanning: Evaluating mediators ... Done
1872026-07-14T21:21:09.215ZPlanning: Planning completed in 0.26 seconds
1882026-07-14T21:21:09.237Z Mediators to change: 1
1892026-07-14T21:21:09.237Z Create boot environment: No
1902026-07-14T21:21:09.237ZCreate backup boot environment: No
1912026-07-14T21:21:09.283ZFinalize: Updating package state database ... Done
1922026-07-14T21:21:09.283ZFinalize: Updating package cache ... Done
1932026-07-14T21:21:09.299ZFinalize: Updating image state ... Done
1942026-07-14T21:21:11.255ZFinalize: Creating fast lookup database ... Done
1952026-07-14T21:21:11.318ZFinalize: Reading search index ... Done
1962026-07-14T21:21:11.322ZFinalize: Updating search index ... Done
1972026-07-14T21:21:11.372ZFinalize: Updating package cache ... Done
1982026-07-14T21:21:11.686ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-07-14T21:21:11.686Zapache system 2.4 system
2002026-07-14T21:21:11.687Zclang system 15 system
2012026-07-14T21:21:11.687Zcsh system system illumos
2022026-07-14T21:21:11.687Zctags system system illumos
2032026-07-14T21:21:11.687Zfile vendor vendor darwinsys
2042026-07-14T21:21:11.687Zfile system system illumos
2052026-07-14T21:21:11.687Zgcc vendor 14 vendor
2062026-07-14T21:21:11.687Zgcc system 13 system
2072026-07-14T21:21:11.687Zgcc system 10 system
2082026-07-14T21:21:11.687Zgo system 1.25 system
2092026-07-14T21:21:11.687Zllvm system 15 system
2102026-07-14T21:21:11.687Zmariadb system 11.4 system
2112026-07-14T21:21:11.687Zmta vendor vendor dma
2122026-07-14T21:21:11.687Zopenjdk system 17 system
2132026-07-14T21:21:11.687Zopenjdk system 11 system
2142026-07-14T21:21:11.687Zopenssl vendor 3 vendor
2152026-07-14T21:21:11.687Zperl system 5.40 system
2162026-07-14T21:21:11.687Zpostgresql system 18 system
2172026-07-14T21:21:11.687Zpostgresql system 17 system
2182026-07-14T21:21:11.687Zpython vendor 3 vendor
2192026-07-14T21:21:11.687Zpython system 2 system
2202026-07-14T21:21:11.687Zpython3 vendor 3.13 vendor
2212026-07-14T21:21:11.687Zruby system 3.4 system
2222026-07-14T21:21:11.687Zruby system 3.0 system
2232026-07-14T21:21:11.687Zwords vendor vendor american-english
2242026-07-14T21:21:11.687Zwords system system australian-english
2252026-07-14T21:21:11.687Zwords system system british-english
2262026-07-14T21:21:11.688Zwords system system canadian-english
2272026-07-14T21:21:11.688Zwords system system french
2282026-07-14T21:21:11.688Zwords system system italian
2292026-07-14T21:21:11.688Zwords system system ngerman
2302026-07-14T21:21:11.688Zwords system system ogerman
2312026-07-14T21:21:11.688Zwords system system spanish
2322026-07-14T21:21:11.943ZPUBLISHER TYPE STATUS P LOCATION
2332026-07-14T21:21:11.944Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-07-14T21:21:12.256ZFMRI IFO
2352026-07-14T21:21:12.256Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-07-14T21:21:12.256Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-07-14T21:21:12.256Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-07-14T21:21:12.256Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-07-14T21:21:12.256Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-07-14T21:21:12.256Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-07-14T21:21:12.256Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-07-14T21:21:12.257Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-07-14T21:21:12.257Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-07-14T21:21:12.515Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-07-14T21:21:12.799Z Updating crates.io index
2462026-07-14T21:21:12.802Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-07-14T21:21:13.075Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-07-14T21:21:13.376Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-07-14T21:21:14.311Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-07-14T21:21:14.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-07-14T21:21:16.360Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-07-14T21:21:17.208Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-07-14T21:21:17.469Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-07-14T21:21:17.763Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-07-14T21:21:19.054Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-07-14T21:21:19.297Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-07-14T21:21:19.617Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-07-14T21:21:19.919Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-07-14T21:21:20.342Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-07-14T21:21:20.945Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-07-14T21:21:21.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-07-14T21:21:21.405Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-07-14T21:21:21.722Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-07-14T21:21:22.016Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-07-14T21:21:22.298Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-07-14T21:21:22.566Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-07-14T21:21:22.827Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-07-14T21:21:23.200Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-07-14T21:21:23.562Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-07-14T21:21:24.008Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-07-14T21:21:24.471Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-07-14T21:21:24.660Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2732026-07-14T21:21:25.045Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2742026-07-14T21:21:25.594Z Updating git repository `https://github.com/oxidecomputer/ispf`
2752026-07-14T21:21:25.876Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2762026-07-14T21:21:26.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2772026-07-14T21:21:26.505Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2782026-07-14T21:21:26.909Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2792026-07-14T21:21:27.148Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2802026-07-14T21:21:27.422Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-07-14T21:21:27.672Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-07-14T21:21:27.960Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2832026-07-14T21:21:28.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-07-14T21:21:28.556Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-07-14T21:21:28.906Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-07-14T21:21:29.215Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-07-14T21:21:31.783Z Downloading crates ...
2882026-07-14T21:21:31.847Z Downloaded block-buffer v0.10.4
2892026-07-14T21:21:31.850Z Downloaded anstyle-query v1.1.5
2902026-07-14T21:21:31.853Z Downloaded bitflags v2.11.0
2912026-07-14T21:21:31.856Z Downloaded anstyle-parse v1.0.0
2922026-07-14T21:21:31.856Z Downloaded bytecount v0.6.9
2932026-07-14T21:21:31.859Z Downloaded anstream v1.0.0
2942026-07-14T21:21:31.859Z Downloaded unicode-ident v1.0.24
2952026-07-14T21:21:31.863Z Downloaded zerocopy v0.7.35
2962026-07-14T21:21:31.872Z Downloaded equivalent v1.0.2
2972026-07-14T21:21:31.875Z Downloaded zmij v1.0.21
2982026-07-14T21:21:31.875Z Downloaded zerocopy-derive v0.7.35
2992026-07-14T21:21:31.878Z Downloaded toml_datetime v0.6.11
3002026-07-14T21:21:31.878Z Downloaded crypto-common v0.1.7
3012026-07-14T21:21:31.878Z Downloaded cfg-if v1.0.4
3022026-07-14T21:21:31.878Z Downloaded autocfg v1.5.0
3032026-07-14T21:21:31.881Z Downloaded anstyle v1.0.14
3042026-07-14T21:21:31.881Z Downloaded smawk v0.3.2
3052026-07-14T21:21:31.881Z Downloaded clap_lex v1.0.0
3062026-07-14T21:21:31.881Z Downloaded colorchoice v1.0.4
3072026-07-14T21:21:31.883Z Downloaded plain v0.2.3
3082026-07-14T21:21:31.883Z Downloaded heck v0.4.1
3092026-07-14T21:21:31.884Z Downloaded cargo-platform v0.3.2
3102026-07-14T21:21:31.886Z Downloaded anyhow v1.0.102
3112026-07-14T21:21:31.889Z Downloaded cargo_toml v0.21.0
3122026-07-14T21:21:31.889Z Downloaded cargo_metadata v0.23.1
3132026-07-14T21:21:31.892Z Downloaded is_terminal_polyfill v1.70.2
3142026-07-14T21:21:31.892Z Downloaded macaddr v1.0.1
3152026-07-14T21:21:31.895Z Downloaded dof v0.3.0
3162026-07-14T21:21:31.895Z Downloaded thread-id v4.2.2
3172026-07-14T21:21:31.898Z Downloaded usdt v0.5.0
3182026-07-14T21:21:31.901Z Downloaded serde_spanned v0.6.9
3192026-07-14T21:21:31.904Z Downloaded itoa v1.0.17
3202026-07-14T21:21:31.906Z Downloaded utf8parse v0.2.2
3212026-07-14T21:21:31.909Z Downloaded fastrand v2.3.0
3222026-07-14T21:21:31.913Z Downloaded digest v0.10.7
3232026-07-14T21:21:31.916Z Downloaded unicode-linebreak v0.1.5
3242026-07-14T21:21:31.919Z Downloaded strsim v0.11.1
3252026-07-14T21:21:31.923Z Downloaded usdt-macro v0.5.0
3262026-07-14T21:21:31.923Z Downloaded cpufeatures v0.2.17
3272026-07-14T21:21:31.923Z Downloaded pretty-hex v0.4.1
3282026-07-14T21:21:31.926Z Downloaded heck v0.5.0
3292026-07-14T21:21:31.926Z Downloaded terminal_size v0.4.3
3302026-07-14T21:21:31.926Z Downloaded scroll_derive v0.12.1
3312026-07-14T21:21:31.932Z Downloaded clap_derive v4.6.1
3322026-07-14T21:21:31.935Z Downloaded camino v1.2.2
3332026-07-14T21:21:31.935Z Downloaded proc-macro-error-attr v1.0.4
3342026-07-14T21:21:31.935Z Downloaded camino-tempfile v1.4.1
3352026-07-14T21:21:31.938Z Downloaded tabled_derive v0.7.0
3362026-07-14T21:21:31.943Z Downloaded toml_write v0.1.2
3372026-07-14T21:21:31.943Z Downloaded version_check v0.9.5
3382026-07-14T21:21:31.946Z Downloaded fnv v1.0.7
3392026-07-14T21:21:31.947Z Downloaded errno v0.3.14
3402026-07-14T21:21:31.950Z Downloaded swrite v0.1.0
3412026-07-14T21:21:31.950Z Downloaded usdt-attr-macro v0.5.0
3422026-07-14T21:21:31.950Z Downloaded thiserror-impl v1.0.69
3432026-07-14T21:21:31.953Z Downloaded fs-err v3.3.0
3442026-07-14T21:21:31.958Z Downloaded dtrace-parser v0.2.0
3452026-07-14T21:21:31.961Z Downloaded byteorder v1.5.0
3462026-07-14T21:21:31.961Z Downloaded thiserror v2.0.18
3472026-07-14T21:21:31.966Z Downloaded generic-array v0.14.7
3482026-07-14T21:21:31.969Z Downloaded pest_derive v2.8.6
3492026-07-14T21:21:31.972Z Downloaded usdt-impl v0.5.0
3502026-07-14T21:21:31.974Z Downloaded sha2 v0.10.9
3512026-07-14T21:21:31.977Z Downloaded quote v1.0.45
3522026-07-14T21:21:31.980Z Downloaded thiserror-impl v2.0.18
3532026-07-14T21:21:31.983Z Downloaded memmap v0.7.0
3542026-07-14T21:21:31.986Z Downloaded serde_tokenstream v0.2.3
3552026-07-14T21:21:31.989Z Downloaded proc-macro-error v1.0.4
3562026-07-14T21:21:31.992Z Downloaded thiserror v1.0.69
3572026-07-14T21:21:31.995Z Downloaded scroll v0.12.0
3582026-07-14T21:21:31.998Z Downloaded once_cell v1.21.3
3592026-07-14T21:21:32.006Z Downloaded pest_generator v2.8.6
3602026-07-14T21:21:32.009Z Downloaded ucd-trie v0.1.7
3612026-07-14T21:21:32.009Z Downloaded clap v4.6.1
3622026-07-14T21:21:32.013Z Downloaded toml v0.8.23
3632026-07-14T21:21:32.022Z Downloaded textwrap v0.16.2
3642026-07-14T21:21:32.026Z Downloaded papergrid v0.11.0
3652026-07-14T21:21:32.029Z Downloaded serde_core v1.0.228
3662026-07-14T21:21:32.033Z Downloaded getrandom v0.4.1
3672026-07-14T21:21:32.037Z Downloaded serde_derive v1.0.228
3682026-07-14T21:21:32.040Z Downloaded log v0.4.29
3692026-07-14T21:21:32.043Z Downloaded semver v1.0.28
3702026-07-14T21:21:32.046Z Downloaded pest_meta v2.8.6
3712026-07-14T21:21:32.048Z Downloaded proc-macro2 v1.0.106
3722026-07-14T21:21:32.052Z Downloaded toml_edit v0.22.27
3732026-07-14T21:21:32.055Z Downloaded tempfile v3.25.0
3742026-07-14T21:21:32.064Z Downloaded serde v1.0.228
3752026-07-14T21:21:32.082Z Downloaded memchr v2.8.0
3762026-07-14T21:21:32.098Z Downloaded indexmap v2.14.0
3772026-07-14T21:21:32.105Z Downloaded typenum v1.20.1
3782026-07-14T21:21:32.129Z Downloaded pest v2.8.6
3792026-07-14T21:21:32.182Z Downloaded serde_json v1.0.150
3802026-07-14T21:21:32.188Z Downloaded clap_builder v4.6.0
3812026-07-14T21:21:32.188Z Downloaded hashbrown v0.17.0
3822026-07-14T21:21:32.188Z Downloaded winnow v0.7.14
3832026-07-14T21:21:32.188Z Downloaded goblin v0.8.2
3842026-07-14T21:21:32.188Z Downloaded tabled v0.15.0
3852026-07-14T21:21:32.188Z Downloaded syn v1.0.109
3862026-07-14T21:21:32.195Z Downloaded unicode-width v0.1.14
3872026-07-14T21:21:32.195Z Downloaded unicode-width v0.2.0
3882026-07-14T21:21:32.195Z Downloaded syn v2.0.117
3892026-07-14T21:21:32.201Z Downloaded rustix v1.1.3
3902026-07-14T21:21:32.227Z Downloaded libc v0.2.185
3912026-07-14T21:21:32.288Z Compiling proc-macro2 v1.0.106
3922026-07-14T21:21:32.288Z Compiling unicode-ident v1.0.24
3932026-07-14T21:21:32.288Z Compiling quote v1.0.45
3942026-07-14T21:21:32.291Z Compiling serde_core v1.0.228
3952026-07-14T21:21:32.291Z Compiling libc v0.2.185
3962026-07-14T21:21:32.291Z Compiling version_check v0.9.5
3972026-07-14T21:21:32.291Z Compiling memchr v2.8.0
3982026-07-14T21:21:32.291Z Compiling serde v1.0.228
3992026-07-14T21:21:32.602Z Compiling zmij v1.0.21
4002026-07-14T21:21:33.102Z Compiling itoa v1.0.17
4012026-07-14T21:21:33.160Z Compiling ucd-trie v0.1.7
4022026-07-14T21:21:33.201Z Compiling thiserror v1.0.69
4032026-07-14T21:21:33.456Z Compiling pest v2.8.6
4042026-07-14T21:21:33.494Z Compiling rustix v1.1.3
4052026-07-14T21:21:33.603Z Compiling byteorder v1.5.0
4062026-07-14T21:21:33.669Z Compiling errno v0.3.14
4072026-07-14T21:21:33.702Z Compiling serde_json v1.0.150
4082026-07-14T21:21:33.851Z Compiling bitflags v2.11.0
4092026-07-14T21:21:34.053Z Compiling syn v2.0.117
4102026-07-14T21:21:34.086Z Compiling thread-id v4.2.2
4112026-07-14T21:21:34.101Z Compiling usdt-impl v0.5.0
4122026-07-14T21:21:34.143Z Compiling proc-macro-error-attr v1.0.4
4132026-07-14T21:21:34.163Z Compiling camino v1.2.2
4142026-07-14T21:21:34.317Z Compiling syn v1.0.109
4152026-07-14T21:21:34.488Z Compiling pest_meta v2.8.6
4162026-07-14T21:21:34.555Z Compiling proc-macro-error v1.0.4
4172026-07-14T21:21:34.675Z Compiling equivalent v1.0.2
4182026-07-14T21:21:34.692Z Compiling getrandom v0.4.1
4192026-07-14T21:21:34.750Z Compiling utf8parse v0.2.2
4202026-07-14T21:21:34.767Z Compiling plain v0.2.3
4212026-07-14T21:21:34.859Z Compiling log v0.4.29
4222026-07-14T21:21:34.877Z Compiling hashbrown v0.17.0
4232026-07-14T21:21:35.132Z Compiling terminal_size v0.4.3
4242026-07-14T21:21:35.159Z Compiling anstyle-parse v1.0.0
4252026-07-14T21:21:35.370Z Compiling indexmap v2.14.0
4262026-07-14T21:21:35.698Z Compiling is_terminal_polyfill v1.70.2
4272026-07-14T21:21:35.791Z Compiling autocfg v1.5.0
4282026-07-14T21:21:35.873Z Compiling toml_write v0.1.2
4292026-07-14T21:21:35.974Z Compiling thiserror v2.0.18
4302026-07-14T21:21:36.037Z Compiling anstyle-query v1.1.5
4312026-07-14T21:21:36.066Z Compiling pretty-hex v0.4.1
4322026-07-14T21:21:36.084Z Compiling anstyle v1.0.14
4332026-07-14T21:21:36.088Z Compiling winnow v0.7.14
4342026-07-14T21:21:36.143Z Compiling cfg-if v1.0.4
4352026-07-14T21:21:36.198Z Compiling colorchoice v1.0.4
4362026-07-14T21:21:36.216Z Compiling fs-err v3.3.0
4372026-07-14T21:21:36.296Z Compiling pest_generator v2.8.6
4382026-07-14T21:21:36.315Z Compiling anstream v1.0.0
4392026-07-14T21:21:36.553Z Compiling fnv v1.0.7
4402026-07-14T21:21:36.569Z Compiling heck v0.5.0
4412026-07-14T21:21:36.623Z Compiling fastrand v2.3.0
4422026-07-14T21:21:36.656Z Compiling once_cell v1.21.3
4432026-07-14T21:21:36.793Z Compiling anyhow v1.0.102
4442026-07-14T21:21:36.812Z Compiling unicode-width v0.1.14
4452026-07-14T21:21:36.888Z Compiling bytecount v0.6.9
4462026-07-14T21:21:36.905Z Compiling clap_lex v1.0.0
4472026-07-14T21:21:37.027Z Compiling heck v0.4.1
4482026-07-14T21:21:37.076Z Compiling strsim v0.11.1
4492026-07-14T21:21:37.101Z Compiling papergrid v0.11.0
4502026-07-14T21:21:37.145Z Compiling tempfile v3.25.0
4512026-07-14T21:21:37.336Z Compiling clap_builder v4.6.0
4522026-07-14T21:21:37.355Z Compiling cargo-platform v0.3.2
4532026-07-14T21:21:37.408Z Compiling tabled_derive v0.7.0
4542026-07-14T21:21:37.428Z Compiling semver v1.0.28
4552026-07-14T21:21:37.522Z Compiling memmap v0.7.0
4562026-07-14T21:21:37.631Z Compiling smawk v0.3.2
4572026-07-14T21:21:37.648Z Compiling unicode-linebreak v0.1.5
4582026-07-14T21:21:37.705Z Compiling unicode-width v0.2.0
4592026-07-14T21:21:37.757Z Compiling camino-tempfile v1.4.1
4602026-07-14T21:21:37.969Z Compiling serde_derive v1.0.228
4612026-07-14T21:21:37.988Z Compiling thiserror-impl v1.0.69
4622026-07-14T21:21:38.006Z Compiling zerocopy-derive v0.7.35
4632026-07-14T21:21:38.055Z Compiling pest_derive v2.8.6
4642026-07-14T21:21:38.236Z Compiling scroll_derive v0.12.1
4652026-07-14T21:21:38.347Z Compiling thiserror-impl v2.0.18
4662026-07-14T21:21:38.508Z Compiling clap_derive v4.6.1
4672026-07-14T21:21:38.534Z Compiling tabled v0.15.0
4682026-07-14T21:21:38.889Z Compiling zerocopy v0.7.35
4692026-07-14T21:21:38.919Z Compiling scroll v0.12.0
4702026-07-14T21:21:39.190Z Compiling goblin v0.8.2
4712026-07-14T21:21:39.365Z Compiling dtrace-parser v0.2.0
4722026-07-14T21:21:39.427Z Compiling textwrap v0.16.2
4732026-07-14T21:21:39.809Z Compiling swrite v0.1.0
4742026-07-14T21:21:40.265Z Compiling clap v4.6.1
4752026-07-14T21:21:40.930Z Compiling serde_spanned v0.6.9
4762026-07-14T21:21:40.930Z Compiling toml_datetime v0.6.11
4772026-07-14T21:21:40.933Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-07-14T21:21:40.933Z Compiling macaddr v1.0.1
4792026-07-14T21:21:40.933Z Compiling cargo_metadata v0.23.1
4802026-07-14T21:21:41.014Z Compiling dof v0.3.0
4812026-07-14T21:21:41.019Z Compiling serde_tokenstream v0.2.3
4822026-07-14T21:21:41.116Z Compiling toml_edit v0.22.27
4832026-07-14T21:21:41.819Z Compiling usdt-attr-macro v0.5.0
4842026-07-14T21:21:41.822Z Compiling usdt-macro v0.5.0
4852026-07-14T21:21:42.413Z Compiling usdt v0.5.0
4862026-07-14T21:21:42.500Z Compiling toml v0.8.23
4872026-07-14T21:21:42.827Z Compiling cargo_toml v0.21.0
4882026-07-14T21:21:44.072Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4892026-07-14T21:21:46.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.68s
4902026-07-14T21:21:46.239Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4912026-07-14T21:21:46.745Z Downloading crates ...
4922026-07-14T21:21:46.848Z Downloaded adler2 v2.0.1
4932026-07-14T21:21:46.851Z Downloaded bit-set v0.8.0
4942026-07-14T21:21:46.854Z Downloaded atomicwrites v0.4.4
4952026-07-14T21:21:46.857Z Downloaded array-init v0.0.4
4962026-07-14T21:21:46.863Z Downloaded cobs v0.3.0
4972026-07-14T21:21:46.869Z Downloaded bb8 v0.8.6
4982026-07-14T21:21:46.873Z Downloaded base16ct v0.2.0
4992026-07-14T21:21:46.877Z Downloaded crc-any v2.5.0
5002026-07-14T21:21:46.877Z Downloaded arrayref v0.3.9
5012026-07-14T21:21:46.877Z Downloaded bitfield-macros v0.19.4
5022026-07-14T21:21:46.880Z Downloaded convert_case v0.10.0
5032026-07-14T21:21:46.880Z Downloaded atty v0.2.14
5042026-07-14T21:21:46.884Z Downloaded async-stream v0.3.6
5052026-07-14T21:21:46.888Z Downloaded async-recursion v1.1.1
5062026-07-14T21:21:46.888Z Downloaded crossbeam-channel v0.5.15
5072026-07-14T21:21:46.892Z Downloaded ctutils v0.4.2
5082026-07-14T21:21:46.892Z Downloaded bitfield-struct v0.6.2
5092026-07-14T21:21:46.896Z Downloaded crc32fast v1.5.0
5102026-07-14T21:21:46.896Z Downloaded crc v3.4.0
5112026-07-14T21:21:46.896Z Downloaded aead v0.5.2
5122026-07-14T21:21:46.896Z Downloaded crc-catalog v2.4.0
5132026-07-14T21:21:46.900Z Downloaded darling_macro v0.20.11
5142026-07-14T21:21:46.901Z Downloaded bcrypt-pbkdf v0.11.0
5152026-07-14T21:21:46.901Z Downloaded async-stream-impl v0.3.6
5162026-07-14T21:21:46.901Z Downloaded assert_matches v1.5.0
5172026-07-14T21:21:46.904Z Downloaded camino-tempfile-ext v0.3.3
5182026-07-14T21:21:46.904Z Downloaded cpufeatures v0.3.0
5192026-07-14T21:21:46.904Z Downloaded base16ct v1.0.0
5202026-07-14T21:21:46.904Z Downloaded ascii-canvas v3.0.0
5212026-07-14T21:21:46.904Z Downloaded bitflags v1.3.2
5222026-07-14T21:21:46.907Z Downloaded der v0.7.10
5232026-07-14T21:21:46.910Z Downloaded darling v0.13.4
5242026-07-14T21:21:46.914Z Downloaded embedded-io v0.6.1
5252026-07-14T21:21:46.914Z Downloaded atomic-waker v1.1.2
5262026-07-14T21:21:46.914Z Downloaded cstr-argument v0.1.2
5272026-07-14T21:21:46.914Z Downloaded bit-set v0.5.3
5282026-07-14T21:21:46.917Z Downloaded debug-ignore v1.0.5
5292026-07-14T21:21:46.917Z Downloaded corncobs v0.1.4
5302026-07-14T21:21:46.920Z Downloaded argon2 v0.5.3
5312026-07-14T21:21:46.920Z Downloaded csv-core v0.1.13
5322026-07-14T21:21:46.920Z Downloaded bitfield v0.19.4
5332026-07-14T21:21:46.923Z Downloaded base64ct v1.8.3
5342026-07-14T21:21:46.923Z Downloaded dirs-next v2.0.0
5352026-07-14T21:21:46.923Z Downloaded cfg_aliases v0.1.1
5362026-07-14T21:21:46.927Z Downloaded backoff v0.4.0
5372026-07-14T21:21:46.927Z Downloaded crypto-common v0.2.2
5382026-07-14T21:21:46.927Z Downloaded darling_macro v0.21.3
5392026-07-14T21:21:46.931Z Downloaded document-features v0.2.12
5402026-07-14T21:21:46.931Z Downloaded async-trait v0.1.89
5412026-07-14T21:21:46.934Z Downloaded crucible-workspace-hack v0.1.0
5422026-07-14T21:21:46.934Z Downloaded anstyle-parse v0.2.7
5432026-07-14T21:21:46.934Z Downloaded curve25519-dalek-derive v0.1.1
5442026-07-14T21:21:46.937Z Downloaded derive_builder v0.20.2
5452026-07-14T21:21:46.940Z Downloaded dyn-clone v1.0.20
5462026-07-14T21:21:46.940Z Downloaded defmt v0.3.100
5472026-07-14T21:21:46.940Z Downloaded compression-core v0.4.31
5482026-07-14T21:21:46.943Z Downloaded deranged v0.5.8
5492026-07-14T21:21:46.943Z Downloaded critical-section v1.2.0
5502026-07-14T21:21:46.947Z Downloaded console v0.15.11
5512026-07-14T21:21:46.947Z Downloaded anstream v0.6.21
5522026-07-14T21:21:46.950Z Downloaded arrayvec v0.7.6
5532026-07-14T21:21:46.950Z Downloaded argon2 v0.6.0-rc.8
5542026-07-14T21:21:46.950Z Downloaded digest-io v0.1.0
5552026-07-14T21:21:46.953Z Downloaded crossbeam-utils v0.8.21
5562026-07-14T21:21:46.953Z Downloaded darling_core v0.21.3
5572026-07-14T21:21:46.956Z Downloaded defmt-parser v1.0.0
5582026-07-14T21:21:46.959Z Downloaded dsl_auto_type v0.2.0
5592026-07-14T21:21:46.959Z Downloaded cpubits v0.1.1
5602026-07-14T21:21:46.962Z Downloaded dropshot-api-manager-types v0.7.2
5612026-07-14T21:21:46.962Z Downloaded darling_macro v0.13.4
5622026-07-14T21:21:46.962Z Downloaded crc8 v0.1.1
5632026-07-14T21:21:46.962Z Downloaded block-padding v0.4.2
5642026-07-14T21:21:46.967Z Downloaded crossbeam-deque v0.8.6
5652026-07-14T21:21:46.970Z Downloaded bit-vec v0.6.3
5662026-07-14T21:21:46.974Z Downloaded ciborium-io v0.2.2
5672026-07-14T21:21:46.974Z Downloaded castaway v0.2.4
5682026-07-14T21:21:46.979Z Downloaded ciborium-ll v0.2.2
5692026-07-14T21:21:46.981Z Downloaded convert_case v0.4.0
5702026-07-14T21:21:46.981Z Downloaded downcast-rs v2.0.2
5712026-07-14T21:21:46.982Z Downloaded bit-vec v0.8.0
5722026-07-14T21:21:46.987Z Downloaded digest v0.11.3
5732026-07-14T21:21:46.987Z Downloaded enum-as-inner v0.6.1
5742026-07-14T21:21:46.996Z Downloaded fd-lock v4.0.4
5752026-07-14T21:21:46.996Z Downloaded ed25519 v3.0.0
5762026-07-14T21:21:46.996Z Downloaded ed25519 v2.2.3
5772026-07-14T21:21:46.996Z Downloaded dtrace-parser v0.3.0
5782026-07-14T21:21:46.996Z Downloaded diesel-dtrace v0.5.0
5792026-07-14T21:21:47.000Z Downloaded async-bb8-diesel v0.2.1
5802026-07-14T21:21:47.000Z Downloaded dof v0.4.0
5812026-07-14T21:21:47.000Z Downloaded aead v0.6.1
5822026-07-14T21:21:47.001Z Downloaded diesel_table_macro_syntax v0.3.0
5832026-07-14T21:21:47.001Z Downloaded constant_time_eq v0.4.2
5842026-07-14T21:21:47.001Z Downloaded defmt v1.0.1
5852026-07-14T21:21:47.005Z Downloaded cipher v0.5.2
5862026-07-14T21:21:47.005Z Downloaded cookie_store v0.22.1
5872026-07-14T21:21:47.005Z Downloaded darling v0.21.3
5882026-07-14T21:21:47.009Z Downloaded funty v2.0.0
5892026-07-14T21:21:47.009Z Downloaded foreign-types v0.5.0
5902026-07-14T21:21:47.009Z Downloaded foreign-types v0.3.2
5912026-07-14T21:21:47.009Z Downloaded flagset v0.4.7
5922026-07-14T21:21:47.014Z Downloaded dunce v1.0.5
5932026-07-14T21:21:47.014Z Downloaded dirs-sys-next v0.1.2
5942026-07-14T21:21:47.014Z Downloaded crunchy v0.2.4
5952026-07-14T21:21:47.014Z Downloaded darling_macro v0.23.0
5962026-07-14T21:21:47.014Z Downloaded const_format_proc_macros v0.2.34
5972026-07-14T21:21:47.020Z Downloaded difflib v0.4.0
5982026-07-14T21:21:47.020Z Downloaded cookie v0.18.1
5992026-07-14T21:21:47.020Z Downloaded backon v1.6.0
6002026-07-14T21:21:47.023Z Downloaded display-error-chain v0.2.2
6012026-07-14T21:21:47.023Z Downloaded cmov v0.5.4
6022026-07-14T21:21:47.023Z Downloaded embedded-io v0.4.0
6032026-07-14T21:21:47.023Z Downloaded cbc v0.2.1
6042026-07-14T21:21:47.023Z Downloaded cipher v0.4.4
6052026-07-14T21:21:47.027Z Downloaded ena v0.14.4
6062026-07-14T21:21:47.027Z Downloaded futures-task v0.3.32
6072026-07-14T21:21:47.027Z Downloaded futures-io v0.3.32
6082026-07-14T21:21:47.032Z Downloaded futures-core v0.3.32
6092026-07-14T21:21:47.032Z Downloaded cexpr v0.6.0
6102026-07-14T21:21:47.032Z Downloaded derive_builder_macro v0.20.2
6112026-07-14T21:21:47.032Z Downloaded defmt-macros v1.0.1
6122026-07-14T21:21:47.035Z Downloaded cfg_aliases v0.2.1
6132026-07-14T21:21:47.035Z Downloaded derive-ex v0.1.8
6142026-07-14T21:21:47.035Z Downloaded daft-derive v0.1.7
6152026-07-14T21:21:47.038Z Downloaded data-encoding v2.10.0
6162026-07-14T21:21:47.038Z Downloaded git-stub v1.0.0
6172026-07-14T21:21:47.041Z Downloaded ghash v0.6.0
6182026-07-14T21:21:47.041Z Downloaded either v1.15.0
6192026-07-14T21:21:47.041Z Downloaded crossbeam-epoch v0.9.18
6202026-07-14T21:21:47.044Z Downloaded cmake v0.1.57
6212026-07-14T21:21:47.044Z Downloaded bcs v0.1.6
6222026-07-14T21:21:47.050Z Downloaded ecdsa v0.17.0-rc.18
6232026-07-14T21:21:47.050Z Downloaded env_filter v1.0.0
6242026-07-14T21:21:47.050Z Downloaded daft v0.1.7
6252026-07-14T21:21:47.053Z Downloaded fxhash v0.2.1
6262026-07-14T21:21:47.053Z Downloaded compression-codecs v0.4.37
6272026-07-14T21:21:47.053Z Downloaded hash32 v0.2.1
6282026-07-14T21:21:47.053Z Downloaded allocator-api2 v0.2.21
6292026-07-14T21:21:47.058Z Downloaded der_derive v0.7.3
6302026-07-14T21:21:47.058Z Downloaded byte-wrapper v0.1.0
6312026-07-14T21:21:47.062Z Downloaded ff v0.14.0
6322026-07-14T21:21:47.062Z Downloaded clang-sys v1.8.1
6332026-07-14T21:21:47.062Z Downloaded futures-sink v0.3.32
6342026-07-14T21:21:47.062Z Downloaded foreign-types-macros v0.2.3
6352026-07-14T21:21:47.066Z Downloaded gethostname v0.5.0
6362026-07-14T21:21:47.066Z Downloaded globwalk v0.9.1
6372026-07-14T21:21:47.066Z Downloaded foldhash v0.1.5
6382026-07-14T21:21:47.066Z Downloaded hex-literal v1.1.0
6392026-07-14T21:21:47.071Z Downloaded float-ord v0.3.2
6402026-07-14T21:21:47.071Z Downloaded chacha20poly1305 v0.10.1
6412026-07-14T21:21:47.071Z Downloaded ciborium v0.2.2
6422026-07-14T21:21:47.071Z Downloaded fixedbitset v0.4.2
6432026-07-14T21:21:47.077Z Downloaded delegate v0.13.5
6442026-07-14T21:21:47.078Z Downloaded fs_extra v1.3.0
6452026-07-14T21:21:47.078Z Downloaded displaydoc v0.2.5
6462026-07-14T21:21:47.078Z Downloaded const-oid v0.10.2
6472026-07-14T21:21:47.080Z Downloaded console v0.16.2
6482026-07-14T21:21:47.080Z Downloaded chacha20 v0.9.1
6492026-07-14T21:21:47.080Z Downloaded cancel-safe-futures v0.1.5
6502026-07-14T21:21:47.083Z Downloaded form_urlencoded v1.2.2
6512026-07-14T21:21:47.083Z Downloaded bzip2 v0.6.1
6522026-07-14T21:21:47.083Z Downloaded buf-list v1.1.2
6532026-07-14T21:21:47.087Z Downloaded foreign-types-shared v0.1.1
6542026-07-14T21:21:47.087Z Downloaded ff v0.13.1
6552026-07-14T21:21:47.087Z Downloaded fallible-iterator v0.2.0
6562026-07-14T21:21:47.089Z Downloaded compact_str v0.8.1
6572026-07-14T21:21:47.093Z Downloaded headers-core v0.3.0
6582026-07-14T21:21:47.093Z Downloaded fs-err v2.11.0
6592026-07-14T21:21:47.093Z Downloaded erased-serde v0.3.31
6602026-07-14T21:21:47.096Z Downloaded derive_builder_core v0.20.2
6612026-07-14T21:21:47.096Z Downloaded http-range v0.1.5
6622026-07-14T21:21:47.096Z Downloaded http-body v1.0.1
6632026-07-14T21:21:47.099Z Downloaded colored v3.1.1
6642026-07-14T21:21:47.099Z Downloaded git-stub-vcs v0.1.0
6652026-07-14T21:21:47.099Z Downloaded bzip2 v0.4.4
6662026-07-14T21:21:47.104Z Downloaded globset v0.4.18
6672026-07-14T21:21:47.104Z Downloaded futures-executor v0.3.32
6682026-07-14T21:21:47.108Z Downloaded futures-macro v0.3.32
6692026-07-14T21:21:47.108Z Downloaded const-oid v0.9.6
6702026-07-14T21:21:47.108Z Downloaded blake2 v0.10.6
6712026-07-14T21:21:47.108Z Downloaded foreign-types-shared v0.3.1
6722026-07-14T21:21:47.108Z Downloaded float-cmp v0.10.0
6732026-07-14T21:21:47.114Z Downloaded enum_dispatch v0.3.13
6742026-07-14T21:21:47.114Z Downloaded ctr v0.10.1
6752026-07-14T21:21:47.114Z Downloaded cassowary v0.3.0
6762026-07-14T21:21:47.117Z Downloaded blowfish v0.10.0
6772026-07-14T21:21:47.117Z Downloaded ahash v0.8.12
6782026-07-14T21:21:47.117Z Downloaded fixedbitset v0.5.7
6792026-07-14T21:21:47.117Z Downloaded endian-type v0.1.2
6802026-07-14T21:21:47.117Z Downloaded hex v0.4.3
6812026-07-14T21:21:47.121Z Downloaded env_logger v0.11.9
6822026-07-14T21:21:47.121Z Downloaded darling v0.23.0
6832026-07-14T21:21:47.124Z Downloaded indent_write v2.2.0
6842026-07-14T21:21:47.124Z Downloaded illumos-nvpair v0.3.0
6852026-07-14T21:21:47.124Z Downloaded block-buffer v0.12.1
6862026-07-14T21:21:47.127Z Downloaded indoc v1.0.9
6872026-07-14T21:21:47.127Z Downloaded hostname v0.4.2
6882026-07-14T21:21:47.130Z Downloaded instability v0.3.11
6892026-07-14T21:21:47.130Z Downloaded httpdate v1.0.3
6902026-07-14T21:21:47.130Z Downloaded home v0.5.12
6912026-07-14T21:21:47.133Z Downloaded base64 v0.21.7
6922026-07-14T21:21:47.133Z Downloaded hubpack v0.1.2
6932026-07-14T21:21:47.137Z Downloaded blake2 v0.11.0-rc.6
6942026-07-14T21:21:47.137Z Downloaded hubpack_derive v0.1.1
6952026-07-14T21:21:47.141Z Downloaded ecdsa v0.16.9
6962026-07-14T21:21:47.141Z Downloaded chacha20 v0.10.0
6972026-07-14T21:21:47.141Z Downloaded foldhash v0.2.0
6982026-07-14T21:21:47.144Z Downloaded inout v0.2.2
6992026-07-14T21:21:47.144Z Downloaded bumpalo v3.20.2
7002026-07-14T21:21:47.144Z Downloaded hostname v0.3.1
7012026-07-14T21:21:47.148Z Downloaded internet-checksum v0.2.1
7022026-07-14T21:21:47.148Z Downloaded diff v0.1.13
7032026-07-14T21:21:47.148Z Downloaded async-compression v0.4.41
7042026-07-14T21:21:47.151Z Downloaded des v0.9.0
7052026-07-14T21:21:47.154Z Downloaded hash32 v0.3.1
7062026-07-14T21:21:47.154Z Downloaded group v0.14.0
7072026-07-14T21:21:47.154Z Downloaded getrandom v0.2.17
7082026-07-14T21:21:47.157Z Downloaded hyper-tls v0.6.0
7092026-07-14T21:21:47.157Z Downloaded group v0.13.0
7102026-07-14T21:21:47.160Z Downloaded illumos-nvpair-sys v0.2.0
7112026-07-14T21:21:47.160Z Downloaded idna_adapter v1.2.1
7122026-07-14T21:21:47.160Z Downloaded ident_case v1.0.1
7132026-07-14T21:21:47.160Z Downloaded inout v0.1.4
7142026-07-14T21:21:47.163Z Downloaded glob v0.3.3
7152026-07-14T21:21:47.163Z Downloaded lazy_static v1.5.0
7162026-07-14T21:21:47.163Z Downloaded keccak v0.1.6
7172026-07-14T21:21:47.166Z Downloaded lalrpop-util v0.19.12
7182026-07-14T21:21:47.166Z Downloaded kstat-rs v0.2.4
7192026-07-14T21:21:47.166Z Downloaded filetime v0.2.27
7202026-07-14T21:21:47.171Z Downloaded linked-hash-map v0.5.6
7212026-07-14T21:21:47.171Z Downloaded darling v0.20.11
7222026-07-14T21:21:47.174Z Downloaded derive-where v1.6.0
7232026-07-14T21:21:47.177Z Downloaded humantime v2.3.0
7242026-07-14T21:21:47.184Z Downloaded instant v0.1.13
7252026-07-14T21:21:47.187Z Downloaded futures-channel v0.3.32
7262026-07-14T21:21:47.190Z Downloaded darling_core v0.13.4
7272026-07-14T21:21:47.194Z Downloaded is_ci v1.2.0
7282026-07-14T21:21:47.194Z Downloaded is-terminal v0.4.17
7292026-07-14T21:21:47.198Z Downloaded kem v0.3.0
7302026-07-14T21:21:47.234Z Downloaded libscf-sys v1.1.0
7312026-07-14T21:21:47.234Z Downloaded darling_core v0.20.11
7322026-07-14T21:21:47.234Z Downloaded managed v0.8.0
7332026-07-14T21:21:47.241Z Downloaded lru-slab v0.1.2
7342026-07-14T21:21:47.241Z Downloaded lru v0.12.5
7352026-07-14T21:21:47.241Z Downloaded impl-trait-for-tuples v0.2.3
7362026-07-14T21:21:47.241Z Downloaded maybe-uninit v2.0.0
7372026-07-14T21:21:47.241Z Downloaded lzss v0.8.2
7382026-07-14T21:21:47.241Z Downloaded highway v1.3.0
7392026-07-14T21:21:47.241Z Downloaded ar_archive_writer v0.5.1
7402026-07-14T21:21:47.241Z Downloaded lru-cache v0.1.2
7412026-07-14T21:21:47.241Z Downloaded half v1.8.3
7422026-07-14T21:21:47.241Z Downloaded elliptic-curve v0.13.8
7432026-07-14T21:21:47.241Z Downloaded derive_more v0.99.20
7442026-07-14T21:21:47.241Z Downloaded new_debug_unreachable v1.0.6
7452026-07-14T21:21:47.241Z Downloaded md-5 v0.10.6
7462026-07-14T21:21:47.241Z Downloaded ipnetwork v0.21.1
7472026-07-14T21:21:47.241Z Downloaded http-body-util v0.1.3
7482026-07-14T21:21:47.241Z Downloaded arc-swap v1.8.2
7492026-07-14T21:21:47.241Z Downloaded ipnet v2.11.0
7502026-07-14T21:21:47.241Z Downloaded generic-array v1.4.3
7512026-07-14T21:21:47.241Z Downloaded match_cfg v0.1.0
7522026-07-14T21:21:47.246Z Downloaded maplit v1.0.2
7532026-07-14T21:21:47.246Z Downloaded mime v0.3.17
7542026-07-14T21:21:47.246Z Downloaded keccak v0.2.0
7552026-07-14T21:21:47.246Z Downloaded newline-converter v0.3.0
7562026-07-14T21:21:47.246Z Downloaded memoffset v0.9.1
7572026-07-14T21:21:47.246Z Downloaded jobserver v0.1.34
7582026-07-14T21:21:47.246Z Downloaded nodrop v0.1.14
7592026-07-14T21:21:47.249Z Downloaded ingot-types v0.1.2
7602026-07-14T21:21:47.249Z Downloaded nonempty v0.12.0
7612026-07-14T21:21:47.249Z Downloaded newtype-uuid-macros v0.1.0
7622026-07-14T21:21:47.249Z Downloaded md5 v0.8.0
7632026-07-14T21:21:47.249Z Downloaded futures v0.3.32
7642026-07-14T21:21:47.254Z Downloaded linear-map v1.2.0
7652026-07-14T21:21:47.257Z Downloaded hmac v0.12.1
7662026-07-14T21:21:47.258Z Downloaded drift v0.2.0
7672026-07-14T21:21:47.260Z Downloaded iana-time-zone v0.1.65
7682026-07-14T21:21:47.263Z Downloaded ingot v0.1.1
7692026-07-14T21:21:47.263Z Downloaded crypto-bigint v0.5.5
7702026-07-14T21:21:47.266Z Downloaded indoc v2.0.7
7712026-07-14T21:21:47.270Z Downloaded hyper-rustls v0.27.7
7722026-07-14T21:21:47.270Z Downloaded cc v1.2.56
7732026-07-14T21:21:47.274Z Downloaded normalize-line-endings v0.3.0
7742026-07-14T21:21:47.274Z Downloaded flume v0.11.1
7752026-07-14T21:21:47.278Z Downloaded colored v2.2.0
7762026-07-14T21:21:47.278Z Downloaded nibble_vec v0.1.0
7772026-07-14T21:21:47.282Z Downloaded ingot-macros v0.1.1
7782026-07-14T21:21:47.283Z Downloaded find-msvc-tools v0.1.9
7792026-07-14T21:21:47.283Z Downloaded openssl-probe v0.2.1
7802026-07-14T21:21:47.283Z Downloaded openssl-macros v0.1.1
7812026-07-14T21:21:47.283Z Downloaded opaque-debug v0.3.1
7822026-07-14T21:21:47.285Z Downloaded num_enum_derive v0.5.11
7832026-07-14T21:21:47.286Z Downloaded newtype_derive v0.1.6
7842026-07-14T21:21:47.286Z Downloaded dropshot_endpoint v0.17.1
7852026-07-14T21:21:47.290Z Downloaded libsw-core v0.3.2
7862026-07-14T21:21:47.290Z Downloaded libsw v3.5.0
7872026-07-14T21:21:47.290Z Downloaded num v0.4.3
7882026-07-14T21:21:47.294Z Downloaded hyper-staticfile v0.10.1
7892026-07-14T21:21:47.295Z Downloaded hybrid-array v0.4.13
7902026-07-14T21:21:47.295Z Downloaded httparse v1.10.1
7912026-07-14T21:21:47.295Z Downloaded libloading v0.8.9
7922026-07-14T21:21:47.297Z Downloaded num_threads v0.1.7
7932026-07-14T21:21:47.299Z Downloaded module-lattice v0.2.3
7942026-07-14T21:21:47.302Z Downloaded getrandom v0.3.4
7952026-07-14T21:21:47.317Z Downloaded packed_struct_codegen v0.10.1
7962026-07-14T21:21:47.320Z Downloaded aes v0.9.1
7972026-07-14T21:21:47.320Z Downloaded openssl-probe v0.1.6
7982026-07-14T21:21:47.323Z Downloaded olpc-cjson v0.1.4
7992026-07-14T21:21:47.323Z Downloaded num-conv v0.2.0
8002026-07-14T21:21:47.323Z Downloaded multimap v0.10.1
8012026-07-14T21:21:47.326Z Downloaded nu-ansi-term v0.50.3
8022026-07-14T21:21:47.326Z Downloaded elliptic-curve v0.14.0-rc.33
8032026-07-14T21:21:47.329Z Downloaded derive_more v2.1.1
8042026-07-14T21:21:47.336Z Downloaded num-complex v0.4.6
8052026-07-14T21:21:47.340Z Downloaded num-integer v0.1.46
8062026-07-14T21:21:47.343Z Downloaded heapless v0.7.17
8072026-07-14T21:21:47.343Z Downloaded oso-derive v0.27.3
8082026-07-14T21:21:47.343Z Downloaded native-tls v0.2.18
8092026-07-14T21:21:47.346Z Downloaded path-slash v0.1.5
8102026-07-14T21:21:47.346Z Downloaded password-hash v0.6.1
8112026-07-14T21:21:47.350Z Downloaded peg-runtime v0.8.5
8122026-07-14T21:21:47.350Z Downloaded indexmap v1.9.3
8132026-07-14T21:21:47.350Z Downloaded heapless v0.8.0
8142026-07-14T21:21:47.353Z Downloaded phf_shared v0.13.1
8152026-07-14T21:21:47.353Z Downloaded phf_shared v0.11.3
8162026-07-14T21:21:47.356Z Downloaded nanorand v0.7.0
8172026-07-14T21:21:47.356Z Downloaded newtype-uuid v1.3.2
8182026-07-14T21:21:47.356Z Downloaded multer v3.1.0
8192026-07-14T21:21:47.359Z Downloaded ed25519-dalek v2.2.0
8202026-07-14T21:21:47.362Z Downloaded litrs v1.0.0
8212026-07-14T21:21:47.365Z Downloaded litemap v0.8.1
8222026-07-14T21:21:47.365Z Downloaded const_format v0.2.35
8232026-07-14T21:21:47.368Z Downloaded percent-encoding v2.3.2
8242026-07-14T21:21:47.371Z Downloaded ml-kem v0.3.2
8252026-07-14T21:21:47.371Z Downloaded parse-size v1.1.0
8262026-07-14T21:21:47.374Z Downloaded parse-display v0.10.0
8272026-07-14T21:21:47.374Z Downloaded num_enum v0.7.6
8282026-07-14T21:21:47.378Z Downloaded num_enum v0.5.11
8292026-07-14T21:21:47.382Z Downloaded num-rational v0.4.2
8302026-07-14T21:21:47.382Z Downloaded num_enum_derive v0.7.6
8312026-07-14T21:21:47.382Z Downloaded num-derive v0.3.3
8322026-07-14T21:21:47.385Z Downloaded icu_provider v2.1.1
8332026-07-14T21:21:47.385Z Downloaded phf_shared v0.12.1
8342026-07-14T21:21:47.388Z Downloaded libbz2-rs-sys v0.2.2
8352026-07-14T21:21:47.388Z Downloaded potential_utf v0.1.4
8362026-07-14T21:21:47.388Z Downloaded hmac v0.13.0
8372026-07-14T21:21:47.390Z Downloaded half v2.7.1
8382026-07-14T21:21:47.394Z Downloaded predicates-core v1.0.10
8392026-07-14T21:21:47.395Z Downloaded precomputed-hash v0.1.1
8402026-07-14T21:21:47.399Z Downloaded packed_struct v0.10.1
8412026-07-14T21:21:47.399Z Downloaded memmap2 v0.9.10
8422026-07-14T21:21:47.399Z Downloaded darling_core v0.23.0
8432026-07-14T21:21:47.402Z Downloaded icu_normalizer v2.1.1
8442026-07-14T21:21:47.405Z Downloaded icu_locale_core v2.1.1
8452026-07-14T21:21:47.408Z Downloaded parking_lot_core v0.8.6
8462026-07-14T21:21:47.408Z Downloaded password-hash v0.5.0
8472026-07-14T21:21:47.412Z Downloaded expectorate v1.2.0
8482026-07-14T21:21:47.412Z Downloaded pbkdf2 v0.13.0
8492026-07-14T21:21:47.414Z Downloaded oxide-tokio-rt v0.1.4
8502026-07-14T21:21:47.415Z Downloaded owo-colors v4.3.0
8512026-07-14T21:21:47.418Z Downloaded predicates-tree v1.0.13
8522026-07-14T21:21:47.418Z Downloaded peg v0.8.5
8532026-07-14T21:21:47.421Z Downloaded progenitor-client v0.14.0
8542026-07-14T21:21:47.421Z Downloaded powerfmt v0.2.0
8552026-07-14T21:21:47.423Z Downloaded pem v3.0.6
8562026-07-14T21:21:47.423Z Downloaded peg-macros v0.8.5
8572026-07-14T21:21:47.427Z Downloaded phc v0.6.1
8582026-07-14T21:21:47.427Z Downloaded indicatif v0.18.4
8592026-07-14T21:21:47.430Z Downloaded pin-project-internal v1.1.11
8602026-07-14T21:21:47.430Z Downloaded ignore v0.4.25
8612026-07-14T21:21:47.433Z Downloaded headers v0.4.1
8622026-07-14T21:21:47.436Z Downloaded fatfs v0.3.6
8632026-07-14T21:21:47.436Z Downloaded hickory-resolver v0.25.2
8642026-07-14T21:21:47.439Z Downloaded hickory-resolver v0.24.4
8652026-07-14T21:21:47.442Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-07-14T21:21:47.446Z Downloaded proc-macro-crate v3.4.0
8672026-07-14T21:21:47.446Z Downloaded proc-macro-crate v1.3.1
8682026-07-14T21:21:47.446Z Downloaded phf v0.13.1
8692026-07-14T21:21:47.448Z Downloaded num-iter v0.1.45
8702026-07-14T21:21:47.448Z Downloaded radium v0.7.0
8712026-07-14T21:21:47.448Z Downloaded psl-types v2.0.11
8722026-07-14T21:21:47.451Z Downloaded progenitor-macro v0.13.0
8732026-07-14T21:21:47.451Z Downloaded pkcs8 v0.10.2
8742026-07-14T21:21:47.455Z Downloaded num-derive v0.4.2
8752026-07-14T21:21:47.455Z Downloaded flate2 v1.1.9
8762026-07-14T21:21:47.458Z Downloaded polyval v0.7.1
8772026-07-14T21:21:47.461Z Downloaded postgres-protocol v0.6.10
8782026-07-14T21:21:47.461Z Downloaded rand_chacha v0.3.1
8792026-07-14T21:21:47.464Z Downloaded pem-rfc7468 v1.0.0
8802026-07-14T21:21:47.464Z Downloaded parse-display-derive v0.10.0
8812026-07-14T21:21:47.464Z Downloaded phf v0.12.1
8822026-07-14T21:21:47.467Z Downloaded parking_lot v0.11.2
8832026-07-14T21:21:47.467Z Downloaded derive_more-impl v2.1.1
8842026-07-14T21:21:47.473Z Downloaded icu_collections v2.1.1
8852026-07-14T21:21:47.477Z Downloaded icu_properties v2.1.2
8862026-07-14T21:21:47.477Z Downloaded icu_normalizer_data v2.1.1
8872026-07-14T21:21:47.480Z Downloaded predicates v3.1.4
8882026-07-14T21:21:47.480Z Downloaded ppv-lite86 v0.2.21
8892026-07-14T21:21:47.483Z Downloaded ed25519-dalek v3.0.0-rc.0
8902026-07-14T21:21:47.486Z Downloaded proc-macro-error2 v2.0.1
8912026-07-14T21:21:47.486Z Downloaded primeorder v0.14.0-rc.10
8922026-07-14T21:21:47.486Z Downloaded poly1305 v0.8.0
8932026-07-14T21:21:47.491Z Downloaded paste v1.0.15
8942026-07-14T21:21:47.494Z Downloaded recursive v0.1.1
8952026-07-14T21:21:47.494Z Downloaded psm v0.1.30
8962026-07-14T21:21:47.494Z Downloaded port-file v0.1.0
8972026-07-14T21:21:47.497Z Downloaded progenitor-extras v0.2.0
8982026-07-14T21:21:47.497Z Downloaded miniz_oxide v0.8.9
8992026-07-14T21:21:47.500Z Downloaded pkcs1 v0.7.5
9002026-07-14T21:21:47.502Z Downloaded omicron-zone-package v0.12.3
9012026-07-14T21:21:47.502Z Downloaded rand_xorshift v0.4.0
9022026-07-14T21:21:47.505Z Downloaded lock_api v0.4.14
9032026-07-14T21:21:47.505Z Downloaded mime_guess v2.0.5
9042026-07-14T21:21:47.508Z Downloaded libefi-sys v0.1.0
9052026-07-14T21:21:47.508Z Downloaded base64 v0.22.1
9062026-07-14T21:21:47.511Z Downloaded rtoolbox v0.0.3
9072026-07-14T21:21:47.511Z Downloaded rfc6979 v0.4.0
9082026-07-14T21:21:47.511Z Downloaded ref-cast-impl v1.0.25
9092026-07-14T21:21:47.514Z Downloaded oxnet v0.1.6
9102026-07-14T21:21:47.514Z Downloaded bytes v1.11.1
9112026-07-14T21:21:47.517Z Downloaded r2d2 v0.8.10
9122026-07-14T21:21:47.520Z Downloaded postgres-types v0.2.12
9132026-07-14T21:21:47.520Z Downloaded pkcs8 v0.11.0
9142026-07-14T21:21:47.523Z Downloaded parking_lot_core v0.9.12
9152026-07-14T21:21:47.523Z Downloaded rustc-hash v2.1.1
9162026-07-14T21:21:47.526Z Downloaded russh-util v0.52.0
9172026-07-14T21:21:47.526Z Downloaded russh-cryptovec v0.61.0
9182026-07-14T21:21:47.526Z Downloaded parking_lot v0.12.5
9192026-07-14T21:21:47.529Z Downloaded papergrid v0.17.0
9202026-07-14T21:21:47.532Z Downloaded progenitor-macro v0.14.0
9212026-07-14T21:21:47.535Z Downloaded primefield v0.14.0
9222026-07-14T21:21:47.535Z Downloaded progenitor v0.14.0
9232026-07-14T21:21:47.535Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-07-14T21:21:47.539Z Downloaded progenitor v0.13.0
9252026-07-14T21:21:47.539Z Downloaded jiff-static v0.2.21
9262026-07-14T21:21:47.542Z Downloaded rand_core v0.9.5
9272026-07-14T21:21:47.542Z Downloaded rand_core v0.10.0
9282026-07-14T21:21:47.545Z Downloaded aes-gcm v0.11.0
9292026-07-14T21:21:47.548Z Downloaded rand_core v0.6.4
9302026-07-14T21:21:47.548Z Downloaded diesel_derives v2.3.7
9312026-07-14T21:21:47.552Z Downloaded quick-error v1.2.3
9322026-07-14T21:21:47.555Z Downloaded progenitor-client v0.13.0
9332026-07-14T21:21:47.555Z Downloaded pin-project-lite v0.2.17
9342026-07-14T21:21:47.559Z Downloaded pem-rfc7468 v0.7.0
9352026-07-14T21:21:47.562Z Downloaded der v0.8.0
9362026-07-14T21:21:47.565Z Downloaded minimal-lexical v0.2.1
9372026-07-14T21:21:47.568Z Downloaded rustc_version v0.4.1
9382026-07-14T21:21:47.568Z Downloaded rfc6979 v0.5.0
9392026-07-14T21:21:47.568Z Downloaded scheduled-thread-pool v0.2.7
9402026-07-14T21:21:47.572Z Downloaded serde-big-array v0.5.1
9412026-07-14T21:21:47.572Z Downloaded semver v0.1.20
9422026-07-14T21:21:47.575Z Downloaded oso v0.27.3
9432026-07-14T21:21:47.575Z Downloaded pkg-config v0.3.32
9442026-07-14T21:21:47.578Z Downloaded resolv-conf v0.7.6
9452026-07-14T21:21:47.578Z Downloaded quinn-udp v0.5.14
9462026-07-14T21:21:47.578Z Downloaded pkcs1 v0.8.0-rc.4
9472026-07-14T21:21:47.581Z Downloaded pin-project v1.1.11
9482026-07-14T21:21:47.586Z Downloaded seq-macro v0.3.6
9492026-07-14T21:21:47.589Z Downloaded serde_plain v1.0.2
9502026-07-14T21:21:47.592Z Downloaded rustls-pemfile v2.2.0
9512026-07-14T21:21:47.592Z Downloaded p384 v0.14.0-rc.10
9522026-07-14T21:21:47.596Z Downloaded postcard v1.1.3
9532026-07-14T21:21:47.596Z Downloaded ref-cast v1.0.25
9542026-07-14T21:21:47.599Z Downloaded rand_seeder v0.4.0
9552026-07-14T21:21:47.599Z Downloaded dropshot-api-manager v0.7.2
9562026-07-14T21:21:47.602Z Downloaded serde_spanned v1.1.1
9572026-07-14T21:21:47.606Z Downloaded secrecy v0.10.3
9582026-07-14T21:21:47.606Z Downloaded secrecy v0.8.0
9592026-07-14T21:21:47.606Z Downloaded rustc_version v0.1.7
9602026-07-14T21:21:47.606Z Downloaded aho-corasick v1.1.4
9612026-07-14T21:21:47.609Z Downloaded serde_urlencoded v0.7.1
9622026-07-14T21:21:47.612Z Downloaded rand_chacha v0.9.0
9632026-07-14T21:21:47.615Z Downloaded sha1 v0.10.6
9642026-07-14T21:21:47.615Z Downloaded sapling-renderdag v0.1.0
9652026-07-14T21:21:47.618Z Downloaded signal-hook-mio v0.2.5
9662026-07-14T21:21:47.618Z Downloaded same-file v1.0.6
9672026-07-14T21:21:47.618Z Downloaded scroll_derive v0.13.1
9682026-07-14T21:21:47.633Z Downloaded scopeguard v1.2.0
9692026-07-14T21:21:47.636Z Downloaded serde_bytes v0.11.19
9702026-07-14T21:21:47.637Z Downloaded scroll v0.13.0
9712026-07-14T21:21:47.641Z Downloaded itertools v0.10.5
9722026-07-14T21:21:47.646Z Downloaded serde-hex v0.1.0
9732026-07-14T21:21:47.648Z Downloaded pkcs5 v0.8.1
9742026-07-14T21:21:47.648Z Downloaded rustls-native-certs v0.8.3
9752026-07-14T21:21:47.651Z Downloaded serde_repr v0.1.20
9762026-07-14T21:21:47.651Z Downloaded siphasher v1.0.2
9772026-07-14T21:21:47.654Z Downloaded internal-russh-num-bigint v0.5.0
9782026-07-14T21:21:47.657Z Downloaded slog-bunyan v2.5.0
9792026-07-14T21:21:47.657Z Downloaded poly1305 v0.9.0
9802026-07-14T21:21:47.661Z Downloaded openssl-sys v0.9.115
9812026-07-14T21:21:47.664Z Downloaded crossterm v0.28.1
9822026-07-14T21:21:47.667Z Downloaded serde_path_to_error v0.1.20
9832026-07-14T21:21:47.667Z Downloaded rusty-fork v0.3.1
9842026-07-14T21:21:47.667Z Downloaded signal-hook-tokio v0.3.1
9852026-07-14T21:21:47.670Z Downloaded shell-words v1.1.1
9862026-07-14T21:21:47.670Z Downloaded rustversion v1.0.22
9872026-07-14T21:21:47.670Z Downloaded serde_derive_internals v0.29.1
9882026-07-14T21:21:47.673Z Downloaded rustls-pki-types v1.14.0
9892026-07-14T21:21:47.673Z Downloaded p256 v0.14.0-rc.10
9902026-07-14T21:21:47.677Z Downloaded hashbrown v0.12.3
9912026-07-14T21:21:47.680Z Downloaded sha1 v0.11.0
9922026-07-14T21:21:47.680Z Downloaded serdect v0.4.3
9932026-07-14T21:21:47.683Z Downloaded serde_with_macros v1.5.2
9942026-07-14T21:21:47.686Z Downloaded primeorder v0.13.6
9952026-07-14T21:21:47.686Z Downloaded hickory-server v0.25.2
9962026-07-14T21:21:47.689Z Downloaded http v1.4.2
9972026-07-14T21:21:47.692Z Downloaded sqlparser_derive v0.5.0
9982026-07-14T21:21:47.695Z Downloaded signature v3.0.0
9992026-07-14T21:21:47.695Z Downloaded signature v2.2.0
10002026-07-14T21:21:47.698Z Downloaded shlex v1.3.0
10012026-07-14T21:21:47.698Z Downloaded schemars_derive v0.8.22
10022026-07-14T21:21:47.702Z Downloaded num-traits v0.2.19
10032026-07-14T21:21:47.702Z Downloaded progenitor-impl v0.13.0
10042026-07-14T21:21:47.706Z Downloaded mio v1.2.0
10052026-07-14T21:21:47.710Z Downloaded stable_deref_trait v1.2.1
10062026-07-14T21:21:47.714Z Downloaded sec1 v0.8.1
10072026-07-14T21:21:47.714Z Downloaded scrypt v0.12.0
10082026-07-14T21:21:47.717Z Downloaded slog-envlogger v2.2.0
10092026-07-14T21:21:47.717Z Downloaded sec1 v0.7.3
10102026-07-14T21:21:47.720Z Downloaded slab v0.4.12
10112026-07-14T21:21:47.720Z Downloaded simd-adler32 v0.3.8
10122026-07-14T21:21:47.723Z Downloaded ron v0.8.1
10132026-07-14T21:21:47.727Z Downloaded hashbrown v0.13.2
10142026-07-14T21:21:47.730Z Downloaded structmeta v0.3.0
10152026-07-14T21:21:47.740Z Downloaded slog-scope v4.4.1
10162026-07-14T21:21:47.744Z Downloaded serde_cbor v0.11.2
10172026-07-14T21:21:47.744Z Downloaded strum v0.27.2
10182026-07-14T21:21:47.748Z Downloaded rcgen v0.12.1
10192026-07-14T21:21:47.751Z Downloaded rustls-platform-verifier v0.6.2
10202026-07-14T21:21:47.751Z Downloaded ryu v1.0.23
10212026-07-14T21:21:47.753Z Downloaded sha2 v0.11.0
10222026-07-14T21:21:47.756Z Downloaded strip-ansi-escapes v0.2.1
10232026-07-14T21:21:47.756Z Downloaded sync_wrapper v1.0.2
10242026-07-14T21:21:47.760Z Downloaded supports-color v3.0.2
10252026-07-14T21:21:47.760Z Downloaded sqlformat v0.3.5
10262026-07-14T21:21:47.761Z Downloaded spki v0.8.0
10272026-07-14T21:21:47.764Z Downloaded snafu-derive v0.8.9
10282026-07-14T21:21:47.764Z Downloaded stacker v0.1.23
10292026-07-14T21:21:47.768Z Downloaded qorb v0.4.1
10302026-07-14T21:21:47.771Z Downloaded prettyplease v0.2.37
10312026-07-14T21:21:47.771Z Downloaded idna v1.1.0
10322026-07-14T21:21:47.774Z Downloaded strum v0.26.3
10332026-07-14T21:21:47.774Z Downloaded strsim v0.10.0
10342026-07-14T21:21:47.774Z Downloaded sigpipe v0.1.3
10352026-07-14T21:21:47.777Z Downloaded signal-hook-registry v1.4.8
10362026-07-14T21:21:47.777Z Downloaded quinn v0.11.9
10372026-07-14T21:21:47.780Z Downloaded salsa20 v0.11.0
10382026-07-14T21:21:47.780Z Downloaded pretty_assertions v1.4.1
10392026-07-14T21:21:47.782Z Downloaded tagptr v0.2.0
10402026-07-14T21:21:47.783Z Downloaded hyper-util v0.1.20
10412026-07-14T21:21:47.785Z Downloaded take_mut v0.2.2
10422026-07-14T21:21:47.786Z Downloaded progenitor-impl v0.14.0
10432026-07-14T21:21:47.791Z Downloaded stringprep v0.1.5
10442026-07-14T21:21:47.791Z Downloaded string_cache v0.8.9
10452026-07-14T21:21:47.791Z Downloaded slog-json v2.6.1
10462026-07-14T21:21:47.791Z Downloaded slog-dtrace v0.3.0
10472026-07-14T21:21:47.796Z Downloaded sync-ptr v0.1.4
10482026-07-14T21:21:47.800Z Downloaded testing_table v0.3.0
10492026-07-14T21:21:47.800Z Downloaded smf v0.2.3
10502026-07-14T21:21:47.800Z Downloaded slog-async v2.8.0
10512026-07-14T21:21:47.803Z Downloaded smallvec v0.6.14
10522026-07-14T21:21:47.803Z Downloaded slog-term v2.9.2
10532026-07-14T21:21:47.810Z Downloaded tabwriter v1.4.1
10542026-07-14T21:21:47.812Z Downloaded smallvec v1.15.1
10552026-07-14T21:21:47.813Z Downloaded tap v1.0.1
10562026-07-14T21:21:47.817Z Downloaded hashbrown v0.15.5
10572026-07-14T21:21:47.820Z Downloaded ssh-encoding v0.3.0-rc.9
10582026-07-14T21:21:47.820Z Downloaded tabled_derive v0.11.0
10592026-07-14T21:21:47.820Z Downloaded strum_macros v0.26.4
10602026-07-14T21:21:47.823Z Downloaded slog-stdlog v4.1.1
10612026-07-14T21:21:47.826Z Downloaded spki v0.7.3
10622026-07-14T21:21:47.831Z Downloaded spin v0.9.8
10632026-07-14T21:21:47.835Z Downloaded synstructure v0.13.2
10642026-07-14T21:21:47.835Z Downloaded strum_macros v0.27.2
10652026-07-14T21:21:47.839Z Downloaded publicsuffix v2.3.0
10662026-07-14T21:21:47.839Z Downloaded static_assertions v1.1.0
10672026-07-14T21:21:47.839Z Downloaded bitvec v1.0.1
10682026-07-14T21:21:47.845Z Downloaded time-core v0.1.8
10692026-07-14T21:21:47.849Z Downloaded thread-id v5.1.0
10702026-07-14T21:21:47.849Z Downloaded signal-hook v0.3.18
10712026-07-14T21:21:47.852Z Downloaded thiserror-impl-no-std v2.0.2
10722026-07-14T21:21:47.852Z Downloaded termios v0.3.3
10732026-07-14T21:21:47.852Z Downloaded termtree v0.5.1
10742026-07-14T21:21:47.852Z Downloaded prefix-trie v0.7.0
10752026-07-14T21:21:47.855Z Downloaded libxml v0.3.3
10762026-07-14T21:21:47.859Z Downloaded structmeta-derive v0.3.0
10772026-07-14T21:21:47.862Z Downloaded num-bigint v0.4.6
10782026-07-14T21:21:47.862Z Downloaded rand v0.9.2
10792026-07-14T21:21:47.865Z Downloaded itertools v0.12.1
10802026-07-14T21:21:47.869Z Downloaded tokio-macros v2.7.0
10812026-07-14T21:21:47.872Z Downloaded slog v2.8.2
10822026-07-14T21:21:47.872Z Downloaded tower-layer v0.3.3
10832026-07-14T21:21:47.872Z Downloaded similar v2.7.0
10842026-07-14T21:21:47.876Z Downloaded nom v7.1.3
10852026-07-14T21:21:47.878Z Downloaded subtle v2.6.1
10862026-07-14T21:21:47.881Z Downloaded libm v0.2.16
10872026-07-14T21:21:47.884Z Downloaded tls_codec v0.4.2
10882026-07-14T21:21:47.887Z Downloaded strum_macros v0.24.3
10892026-07-14T21:21:47.887Z Downloaded crossterm v0.29.0
10902026-07-14T21:21:47.891Z Downloaded tokio-dtrace v0.1.1
10912026-07-14T21:21:47.895Z Downloaded support-bundle-viewer v0.1.2
10922026-07-14T21:21:47.895Z Downloaded rustls-webpki v0.103.13
10932026-07-14T21:21:47.898Z Downloaded topological-sort v0.2.2
10942026-07-14T21:21:47.898Z Downloaded tokio-test v0.4.5
10952026-07-14T21:21:47.898Z Downloaded samael v0.0.19
10962026-07-14T21:21:47.902Z Downloaded p521 v0.14.0-rc.10
10972026-07-14T21:21:47.905Z Downloaded unarray v0.1.4
10982026-07-14T21:21:47.905Z Downloaded universal-hash v0.6.1
10992026-07-14T21:21:47.905Z Downloaded aws-lc-rs v1.16.3
11002026-07-14T21:21:47.910Z Downloaded serde_with_macros v3.17.0
11012026-07-14T21:21:47.913Z Downloaded rayon-core v1.13.0
11022026-07-14T21:21:47.916Z Downloaded serde_yaml v0.9.34+deprecated
11032026-07-14T21:21:47.920Z Downloaded bindgen v0.71.1
11042026-07-14T21:21:47.923Z Downloaded tokio-tungstenite v0.23.1
11052026-07-14T21:21:47.923Z Downloaded try-lock v0.2.5
11062026-07-14T21:21:47.926Z Downloaded usdt v0.6.0
11072026-07-14T21:21:47.926Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11082026-07-14T21:21:47.926Z Downloaded tinyvec_macros v0.1.1
11092026-07-14T21:21:47.926Z Downloaded thread_local v1.1.9
11102026-07-14T21:21:47.929Z Downloaded thiserror-no-std v2.0.2
11112026-07-14T21:21:47.929Z Downloaded rsa v0.10.0-rc.18
11122026-07-14T21:21:47.932Z Downloaded schemars v1.2.1
11132026-07-14T21:21:47.940Z Downloaded utf8_iter v1.0.4
11142026-07-14T21:21:47.943Z Downloaded futures-util v0.3.32
11152026-07-14T21:21:47.947Z Downloaded h2 v0.4.15
11162026-07-14T21:21:47.951Z Downloaded void v1.0.2
11172026-07-14T21:21:47.954Z Downloaded tokio-native-tls v0.3.1
11182026-07-14T21:21:47.954Z Downloaded tls_codec_derive v0.4.2
11192026-07-14T21:21:47.954Z Downloaded schemars v0.9.0
11202026-07-14T21:21:47.960Z Downloaded untrusted v0.9.0
11212026-07-14T21:21:47.963Z Downloaded subprocess v0.2.15
11222026-07-14T21:21:48.004Z Downloaded typify-macro v0.6.2
11232026-07-14T21:21:48.004Z Downloaded untrusted v0.7.1
11242026-07-14T21:21:48.004Z Downloaded rsa v0.9.10
11252026-07-14T21:21:48.004Z Downloaded unit-prefix v0.5.2
11262026-07-14T21:21:48.004Z Downloaded xattr v1.6.1
11272026-07-14T21:21:48.004Z Downloaded universal-hash v0.5.1
11282026-07-14T21:21:48.005Z Downloaded tokio-stream v0.1.18
11292026-07-14T21:21:48.005Z Downloaded socket2 v0.5.10
11302026-07-14T21:21:48.005Z Downloaded hkdf v0.12.4
11312026-07-14T21:21:48.005Z Downloaded unicode-xid v0.2.6
11322026-07-14T21:21:48.005Z Downloaded toml_parser v1.1.2+spec-1.1.0
11332026-07-14T21:21:48.005Z Downloaded rand v0.8.6
11342026-07-14T21:21:48.005Z Downloaded yoke-derive v0.8.1
11352026-07-14T21:21:48.005Z Downloaded toml_writer v1.1.1+spec-1.1.0
11362026-07-14T21:21:48.005Z Downloaded test-strategy v0.4.5
11372026-07-14T21:21:48.005Z Downloaded xshell-macros v0.2.7
11382026-07-14T21:21:48.005Z Downloaded socket2 v0.6.3
11392026-07-14T21:21:48.005Z Downloaded term v1.2.1
11402026-07-14T21:21:48.005Z Downloaded wait-timeout v0.2.1
11412026-07-14T21:21:48.005Z Downloaded rand v0.10.1
11422026-07-14T21:21:48.005Z Downloaded term v0.7.0
11432026-07-14T21:21:48.005Z Downloaded want v0.3.1
11442026-07-14T21:21:48.005Z Downloaded usdt-impl v0.6.0
11452026-07-14T21:21:48.011Z Downloaded curve25519-dalek v5.0.0-rc.0
11462026-07-14T21:21:48.011Z Downloaded zerofrom-derive v0.1.6
11472026-07-14T21:21:48.011Z Downloaded crypto-primes v0.7.2
11482026-07-14T21:21:48.011Z Downloaded tui-tree-widget v0.23.1
11492026-07-14T21:21:48.011Z Downloaded waitgroup v0.1.2
11502026-07-14T21:21:48.011Z Downloaded vsss-rs v3.3.4
11512026-07-14T21:21:48.011Z Downloaded nom v8.0.0
11522026-07-14T21:21:48.014Z Downloaded vergen-lib v9.1.0
11532026-07-14T21:21:48.014Z Downloaded snafu v0.8.9
11542026-07-14T21:21:48.016Z Downloaded whoami v2.1.0
11552026-07-14T21:21:48.017Z Downloaded whoami v1.6.1
11562026-07-14T21:21:48.020Z Downloaded icu_properties_data v2.1.2
11572026-07-14T21:21:48.023Z Downloaded zone_cfg_derive v0.3.1
11582026-07-14T21:21:48.026Z Downloaded zone v0.3.1
11592026-07-14T21:21:48.026Z Downloaded writeable v0.6.2
11602026-07-14T21:21:48.026Z Downloaded twox-hash v2.1.2
11612026-07-14T21:21:48.029Z Downloaded unicase v2.9.0
11622026-07-14T21:21:48.029Z Downloaded itertools v0.13.0
11632026-07-14T21:21:48.032Z Downloaded toml v0.7.8
11642026-07-14T21:21:48.034Z Downloaded unicode-truncate v1.1.0
11652026-07-14T21:21:48.034Z Downloaded tokio-rustls v0.26.4
11662026-07-14T21:21:48.037Z Downloaded yoke v0.8.1
11672026-07-14T21:21:48.037Z Downloaded zerofrom v0.1.6
11682026-07-14T21:21:48.037Z Downloaded hashbrown v0.16.1
11692026-07-14T21:21:48.040Z Downloaded xshell v0.2.7
11702026-07-14T21:21:48.043Z Downloaded chrono v0.4.45
11712026-07-14T21:21:48.046Z Downloaded zeroize_derive v1.4.3
11722026-07-14T21:21:48.049Z Downloaded uzers v0.12.2
11732026-07-14T21:21:48.049Z Downloaded steno v0.4.1
11742026-07-14T21:21:48.052Z Downloaded iddqd v0.4.2
11752026-07-14T21:21:48.055Z Downloaded vergen-gitcl v1.0.8
11762026-07-14T21:21:48.058Z Downloaded hkdf v0.13.0
11772026-07-14T21:21:48.058Z Downloaded utf-8 v0.7.6
11782026-07-14T21:21:48.061Z Downloaded usdt-macro v0.6.0
11792026-07-14T21:21:48.061Z Downloaded usdt-attr-macro v0.6.0
11802026-07-14T21:21:48.061Z Downloaded vergen v9.1.0
11812026-07-14T21:21:48.064Z Downloaded walkdir v2.5.0
11822026-07-14T21:21:48.064Z Downloaded zeroize v1.8.2
11832026-07-14T21:21:48.064Z Downloaded vergen-lib v0.1.6
11842026-07-14T21:21:48.064Z Downloaded zerovec-derive v0.11.2
11852026-07-14T21:21:48.067Z Downloaded tungstenite v0.23.0
11862026-07-14T21:21:48.067Z Downloaded trait-variant v0.1.2
11872026-07-14T21:21:48.070Z Downloaded tower-service v0.3.3
11882026-07-14T21:21:48.070Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11892026-07-14T21:21:48.070Z Downloaded tracing-attributes v0.1.31
11902026-07-14T21:21:48.073Z Downloaded unicode-properties v0.1.4
11912026-07-14T21:21:48.073Z Downloaded tinyvec v1.10.0
11922026-07-14T21:21:48.076Z Downloaded itertools v0.14.0
11932026-07-14T21:21:48.081Z Downloaded wyz v0.5.1
11942026-07-14T21:21:48.081Z Downloaded tinystr v0.8.2
11952026-07-14T21:21:48.084Z Downloaded tiny-keccak v2.0.2
11962026-07-14T21:21:48.084Z Downloaded time-macros v0.2.27
11972026-07-14T21:21:48.084Z Downloaded num-bigint-dig v0.8.6
11982026-07-14T21:21:48.084Z Downloaded tokio-tungstenite v0.21.0
11992026-07-14T21:21:48.087Z Downloaded iri-string v0.7.10
12002026-07-14T21:21:48.090Z Downloaded zerocopy v0.6.6
12012026-07-14T21:21:48.093Z Downloaded hyper v1.10.1
12022026-07-14T21:21:48.096Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-07-14T21:21:48.099Z Downloaded schemars v0.8.22
12042026-07-14T21:21:48.103Z Downloaded blake3 v1.8.5
12052026-07-14T21:21:48.108Z Downloaded ssh-cipher v0.3.0-rc.9
12062026-07-14T21:21:48.111Z Downloaded tar v0.4.46
12072026-07-14T21:21:48.116Z Downloaded zstd-safe v7.2.4
12082026-07-14T21:21:48.120Z Downloaded zstd v0.13.3
12092026-07-14T21:21:48.122Z Downloaded vergen-git2 v9.1.0
12102026-07-14T21:21:48.127Z Downloaded tracing-core v0.1.36
12112026-07-14T21:21:48.130Z Downloaded reqwest v0.12.28
12122026-07-14T21:21:48.133Z Downloaded rustyline v14.0.0
12132026-07-14T21:21:48.137Z Downloaded typify v0.6.2
12142026-07-14T21:21:48.140Z Downloaded lalrpop v0.19.12
12152026-07-14T21:21:48.147Z Downloaded yasna v0.5.2
12162026-07-14T21:21:48.155Z Downloaded rpassword v7.4.0
12172026-07-14T21:21:48.158Z Downloaded tokio-postgres v0.7.16
12182026-07-14T21:21:48.161Z Downloaded unicode_categories v0.1.1
12192026-07-14T21:21:48.164Z Downloaded toml v1.1.2+spec-1.1.0
12202026-07-14T21:21:48.164Z Downloaded serde_with v1.14.0
12212026-07-14T21:21:48.167Z Downloaded zopfli v0.8.3
12222026-07-14T21:21:48.171Z Downloaded vte v0.14.1
12232026-07-14T21:21:48.175Z Downloaded url v2.5.8
12242026-07-14T21:21:48.179Z Downloaded uuid v1.23.4
12252026-07-14T21:21:48.179Z Downloaded toml_edit v0.19.15
12262026-07-14T21:21:48.186Z Downloaded zerotrie v0.2.3
12272026-07-14T21:21:48.189Z Downloaded tungstenite v0.21.0
12282026-07-14T21:21:48.201Z Downloaded moka v0.12.13
12292026-07-14T21:21:48.205Z Downloaded unsafe-libyaml v0.2.11
12302026-07-14T21:21:48.208Z Downloaded ssh-key v0.7.0-rc.10
12312026-07-14T21:21:48.228Z Downloaded reedline v0.40.0
12322026-07-14T21:21:48.232Z Downloaded unicode-bidi v0.3.18
12332026-07-14T21:21:48.236Z Downloaded regex v1.12.3
12342026-07-14T21:21:48.240Z Downloaded tower v0.5.3
12352026-07-14T21:21:48.245Z Downloaded petname v2.0.2
12362026-07-14T21:21:48.248Z Downloaded yansi v1.0.1
12372026-07-14T21:21:48.251Z Downloaded reqwest v0.13.2
12382026-07-14T21:21:48.254Z Downloaded git2 v0.20.4
12392026-07-14T21:21:48.260Z Downloaded zip v0.6.6
12402026-07-14T21:21:48.263Z Downloaded rayon v1.11.0
12412026-07-14T21:21:48.268Z Downloaded rawzip v0.4.4
12422026-07-14T21:21:48.271Z Downloaded portable-atomic v1.13.1
12432026-07-14T21:21:48.274Z Downloaded tower-http v0.6.8
12442026-07-14T21:21:48.279Z Downloaded goblin v0.10.5
12452026-07-14T21:21:48.284Z Downloaded tough v0.22.0
12462026-07-14T21:21:48.288Z Downloaded tokio-util v0.7.18
12472026-07-14T21:21:48.292Z Downloaded zerocopy-derive v0.8.40
12482026-07-14T21:21:48.297Z Downloaded nix v0.27.1
12492026-07-14T21:21:48.309Z Downloaded x509-cert v0.2.5
12502026-07-14T21:21:48.313Z Downloaded typed-path v0.9.3
12512026-07-14T21:21:48.316Z Downloaded quick-xml v0.37.5
12522026-07-14T21:21:48.319Z Downloaded zerovec v0.11.5
12532026-07-14T21:21:48.322Z Downloaded crypto-bigint v0.7.5
12542026-07-14T21:21:48.330Z Downloaded unicode-segmentation v1.12.0
12552026-07-14T21:21:48.334Z Downloaded serde_with v3.17.0
12562026-07-14T21:21:48.339Z Downloaded salty v0.3.0
12572026-07-14T21:21:48.344Z Downloaded proptest v1.10.0
12582026-07-14T21:21:48.348Z Downloaded zip v4.6.1
12592026-07-14T21:21:48.351Z Downloaded unicode-normalization v0.1.25
12602026-07-14T21:21:48.354Z Downloaded openssl v0.10.79
12612026-07-14T21:21:48.358Z Downloaded winnow v0.5.40
12622026-07-14T21:21:48.363Z Downloaded curve25519-dalek v4.1.3
12632026-07-14T21:21:48.368Z Downloaded russh v0.61.2
12642026-07-14T21:21:48.372Z Downloaded p384 v0.13.1
12652026-07-14T21:21:48.375Z Downloaded object v0.30.4
12662026-07-14T21:21:48.380Z Downloaded bstr v1.12.1
12672026-07-14T21:21:48.387Z Downloaded winnow v0.6.26
12682026-07-14T21:21:48.405Z Downloaded quinn-proto v0.11.13
12692026-07-14T21:21:48.412Z Downloaded nix v0.28.0
12702026-07-14T21:21:48.418Z Downloaded hickory-proto v0.24.4
12712026-07-14T21:21:48.427Z Downloaded radix_trie v0.2.1
12722026-07-14T21:21:48.430Z Downloaded time v0.3.47
12732026-07-14T21:21:48.437Z Downloaded polar-core v0.27.3
12742026-07-14T21:21:48.441Z Downloaded dropshot v0.17.1
12752026-07-14T21:21:48.454Z Downloaded smoltcp v0.9.1
12762026-07-14T21:21:48.459Z Downloaded winnow v1.0.3
12772026-07-14T21:21:48.465Z Downloaded hickory-proto v0.25.2
12782026-07-14T21:21:48.473Z Downloaded object v0.37.3
12792026-07-14T21:21:48.479Z Downloaded tabled v0.20.0
12802026-07-14T21:21:48.490Z Downloaded zlib-rs v0.6.2
12812026-07-14T21:21:48.493Z Downloaded vcpkg v0.2.15
12822026-07-14T21:21:48.516Z Downloaded zerocopy v0.8.40
12832026-07-14T21:21:48.520Z Downloaded diesel v2.3.7
12842026-07-14T21:21:48.533Z Downloaded smoltcp v0.11.0
12852026-07-14T21:21:48.541Z Downloaded regress v0.10.5
12862026-07-14T21:21:48.546Z Downloaded regress v0.11.1
12872026-07-14T21:21:48.554Z Downloaded regex-syntax v0.8.10
12882026-07-14T21:21:48.557Z Downloaded rustix v0.38.44
12892026-07-14T21:21:48.571Z Downloaded openapiv3 v2.2.0
12902026-07-14T21:21:48.578Z Downloaded regex-syntax v0.6.29
12912026-07-14T21:21:48.582Z Downloaded nix v0.31.2
12922026-07-14T21:21:48.588Z Downloaded rustls v0.23.41
12932026-07-14T21:21:48.602Z Downloaded sqlparser v0.61.0
12942026-07-14T21:21:48.619Z Downloaded sled v0.34.7
12952026-07-14T21:21:48.643Z Downloaded ratatui v0.29.0
12962026-07-14T21:21:48.656Z Downloaded tracing v0.1.44
12972026-07-14T21:21:48.670Z Downloaded sha3 v0.11.0
12982026-07-14T21:21:48.677Z Downloaded fiat-crypto v0.3.0
12992026-07-14T21:21:48.686Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-07-14T21:21:48.694Z Downloaded typify-impl v0.6.2
13012026-07-14T21:21:48.703Z Downloaded petgraph v0.6.5
13022026-07-14T21:21:48.715Z Downloaded jiff v0.2.21
13032026-07-14T21:21:48.727Z Downloaded csv v1.4.0
13042026-07-14T21:21:48.740Z Downloaded regex-automata v0.4.14
13052026-07-14T21:21:48.749Z Downloaded zerocopy-derive v0.6.6
13062026-07-14T21:21:48.755Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-07-14T21:21:48.766Z Downloaded chrono-tz v0.10.4
13082026-07-14T21:21:48.814Z Downloaded petgraph v0.8.3
13092026-07-14T21:21:48.834Z Downloaded libz-sys v1.1.24
13102026-07-14T21:21:48.866Z Downloaded sha3 v0.10.8
13112026-07-14T21:21:48.880Z Downloaded tokio v1.52.1
13122026-07-14T21:21:48.962Z Downloaded encoding_rs v0.8.35
13132026-07-14T21:21:49.004Z Downloaded ring v0.17.14
13142026-07-14T21:21:49.053Z Downloaded libgit2-sys v0.18.3+1.9.2
13152026-07-14T21:21:49.525Z Downloaded aws-lc-sys v0.40.0
13162026-07-14T21:21:49.779Z Compiling libc v0.2.185
13172026-07-14T21:21:49.779Z Compiling serde_core v1.0.228
13182026-07-14T21:21:49.779Z Compiling serde v1.0.228
13192026-07-14T21:21:49.782Z Compiling log v0.4.29
13202026-07-14T21:21:49.782Z Compiling smallvec v1.15.1
13212026-07-14T21:21:49.932Z Compiling find-msvc-tools v0.1.9
13222026-07-14T21:21:49.935Z Compiling shlex v1.3.0
13232026-07-14T21:21:49.940Z Compiling syn v2.0.117
13242026-07-14T21:21:50.113Z Compiling subtle v2.6.1
13252026-07-14T21:21:50.125Z Compiling scopeguard v1.2.0
13262026-07-14T21:21:50.157Z Compiling stable_deref_trait v1.2.1
13272026-07-14T21:21:50.199Z Compiling lock_api v0.4.14
13282026-07-14T21:21:50.229Z Compiling typenum v1.20.1
13292026-07-14T21:21:50.232Z Compiling serde_json v1.0.150
13302026-07-14T21:21:50.278Z Compiling portable-atomic v1.13.1
13312026-07-14T21:21:50.281Z Compiling zerocopy v0.8.40
13322026-07-14T21:21:50.455Z Compiling parking_lot_core v0.9.12
13332026-07-14T21:21:50.484Z Compiling pin-project-lite v0.2.17
13342026-07-14T21:21:50.584Z Compiling critical-section v1.2.0
13352026-07-14T21:21:50.687Z Compiling libm v0.2.16
13362026-07-14T21:21:50.728Z Compiling getrandom v0.4.1
13372026-07-14T21:21:50.757Z Compiling pkg-config v0.3.32
13382026-07-14T21:21:50.772Z Compiling jobserver v0.1.34
13392026-07-14T21:21:50.844Z Compiling errno v0.3.14
13402026-07-14T21:21:50.985Z Compiling cc v1.2.56
13412026-07-14T21:21:51.063Z Compiling getrandom v0.2.17
13422026-07-14T21:21:51.113Z Compiling signal-hook-registry v1.4.8
13432026-07-14T21:21:51.283Z Compiling rand_core v0.6.4
13442026-07-14T21:21:51.298Z Compiling num-traits v0.2.19
13452026-07-14T21:21:51.480Z Compiling rand_core v0.10.0
13462026-07-14T21:21:51.530Z Compiling futures-core v0.3.32
13472026-07-14T21:21:51.638Z Compiling once_cell v1.21.3
13482026-07-14T21:21:51.665Z Compiling parking_lot v0.12.5
13492026-07-14T21:21:51.702Z Compiling mio v1.2.0
13502026-07-14T21:21:51.852Z Compiling generic-array v0.14.7
13512026-07-14T21:21:51.867Z Compiling litemap v0.8.1
13522026-07-14T21:21:52.042Z Compiling writeable v0.6.2
13532026-07-14T21:21:52.076Z Compiling percent-encoding v2.3.2
13542026-07-14T21:21:52.092Z Compiling const-oid v0.9.6
13552026-07-14T21:21:52.237Z Compiling bitflags v2.11.0
13562026-07-14T21:21:52.254Z Compiling semver v1.0.28
13572026-07-14T21:21:52.321Z Compiling icu_properties_data v2.1.2
13582026-07-14T21:21:52.519Z Compiling icu_normalizer_data v2.1.1
13592026-07-14T21:21:52.599Z Compiling socket2 v0.6.3
13602026-07-14T21:21:52.827Z Compiling synstructure v0.13.2
13612026-07-14T21:21:52.839Z Compiling futures-sink v0.3.32
13622026-07-14T21:21:52.853Z Compiling slab v0.4.12
13632026-07-14T21:21:52.867Z Compiling futures-task v0.3.32
13642026-07-14T21:21:52.942Z Compiling futures-channel v0.3.32
13652026-07-14T21:21:53.013Z Compiling futures-io v0.3.32
13662026-07-14T21:21:53.028Z Compiling utf8_iter v1.0.4
13672026-07-14T21:21:53.042Z Compiling indexmap v2.14.0
13682026-07-14T21:21:53.100Z Compiling form_urlencoded v1.2.2
13692026-07-14T21:21:53.163Z Compiling rustversion v1.0.22
13702026-07-14T21:21:53.177Z Compiling getrandom v0.3.4
13712026-07-14T21:21:53.190Z Compiling cmake v0.1.57
13722026-07-14T21:21:53.271Z Compiling fs_extra v1.3.0
13732026-07-14T21:21:53.351Z Compiling ident_case v1.0.1
13742026-07-14T21:21:53.450Z Compiling iana-time-zone v0.1.65
13752026-07-14T21:21:53.473Z Compiling rustix v1.1.3
13762026-07-14T21:21:53.548Z Compiling dunce v1.0.5
13772026-07-14T21:21:53.604Z Compiling regex-syntax v0.8.10
13782026-07-14T21:21:53.641Z Compiling aws-lc-sys v0.40.0
13792026-07-14T21:21:53.656Z Compiling uuid v1.23.4
13802026-07-14T21:21:53.718Z Compiling base64ct v1.8.3
13812026-07-14T21:21:54.018Z Compiling base64 v0.22.1
13822026-07-14T21:21:54.122Z Compiling rand_core v0.9.5
13832026-07-14T21:21:54.200Z Compiling vcpkg v0.2.15
13842026-07-14T21:21:54.361Z Compiling pem-rfc7468 v0.7.0
13852026-07-14T21:21:54.406Z Compiling rustc_version v0.4.1
13862026-07-14T21:21:54.420Z Compiling tracing-core v0.1.36
13872026-07-14T21:21:54.588Z Compiling serde_derive v1.0.228
13882026-07-14T21:21:54.673Z Compiling zeroize_derive v1.4.3
13892026-07-14T21:21:54.729Z Compiling zerofrom-derive v0.1.6
13902026-07-14T21:21:54.962Z Compiling yoke-derive v0.8.1
13912026-07-14T21:21:54.993Z Compiling zerovec-derive v0.11.2
13922026-07-14T21:21:55.224Z Compiling zerocopy-derive v0.8.40
13932026-07-14T21:21:55.350Z Compiling zeroize v1.8.2
13942026-07-14T21:21:55.558Z Compiling displaydoc v0.2.5
13952026-07-14T21:21:56.128Z Compiling tokio-macros v2.7.0
13962026-07-14T21:21:56.147Z Compiling futures-macro v0.3.32
13972026-07-14T21:21:56.185Z Compiling zerofrom v0.1.6
13982026-07-14T21:21:56.306Z Compiling yoke v0.8.1
13992026-07-14T21:21:56.358Z Compiling openssl-sys v0.9.115
14002026-07-14T21:21:56.517Z Compiling zerovec v0.11.5
14012026-07-14T21:21:56.606Z Compiling zerotrie v0.2.3
14022026-07-14T21:21:56.903Z Compiling crypto-common v0.1.7
14032026-07-14T21:21:56.917Z Compiling block-buffer v0.10.4
14042026-07-14T21:21:56.930Z Compiling der_derive v0.7.3
14052026-07-14T21:21:57.006Z Compiling tinystr v0.8.2
14062026-07-14T21:21:57.028Z Compiling potential_utf v0.1.4
14072026-07-14T21:21:57.049Z Compiling futures-util v0.3.32
14082026-07-14T21:21:57.082Z Compiling digest v0.10.7
14092026-07-14T21:21:57.189Z Compiling icu_locale_core v2.1.1
14102026-07-14T21:21:57.206Z Compiling icu_collections v2.1.1
14112026-07-14T21:21:57.334Z Compiling thiserror-impl v2.0.18
14122026-07-14T21:21:57.689Z Compiling tracing-attributes v0.1.31
14132026-07-14T21:21:57.917Z Compiling icu_provider v2.1.1
14142026-07-14T21:21:58.084Z Compiling aws-lc-rs v1.16.3
14152026-07-14T21:21:58.178Z Compiling bytes v1.11.1
14162026-07-14T21:21:58.211Z Compiling icu_properties v2.1.2
14172026-07-14T21:21:58.386Z Compiling icu_normalizer v2.1.1
14182026-07-14T21:21:58.673Z Compiling tokio v1.52.1
14192026-07-14T21:21:58.790Z Compiling chrono v0.4.45
14202026-07-14T21:21:58.920Z Compiling http v1.4.2
14212026-07-14T21:21:59.002Z Compiling flagset v0.4.7
14222026-07-14T21:21:59.132Z Compiling idna_adapter v1.2.1
14232026-07-14T21:21:59.273Z Compiling idna v1.1.0
14242026-07-14T21:21:59.301Z Compiling der v0.7.10
14252026-07-14T21:21:59.344Z Compiling tracing v0.1.44
14262026-07-14T21:21:59.605Z Compiling ppv-lite86 v0.2.21
14272026-07-14T21:21:59.619Z Compiling url v2.5.8
14282026-07-14T21:21:59.810Z Compiling http-body v1.0.1
14292026-07-14T21:21:59.912Z Compiling rand_chacha v0.9.0
14302026-07-14T21:21:59.927Z Compiling thiserror v2.0.18
14312026-07-14T21:22:00.029Z Compiling rustls-pki-types v1.14.0
14322026-07-14T21:22:00.165Z Compiling serde_derive_internals v0.29.1
14332026-07-14T21:22:00.394Z Compiling httparse v1.10.1
14342026-07-14T21:22:00.461Z Compiling schemars v0.8.22
14352026-07-14T21:22:00.484Z Compiling openssl-probe v0.2.1
14362026-07-14T21:22:00.573Z Compiling dyn-clone v1.0.20
14372026-07-14T21:22:00.642Z Compiling tinyvec_macros v0.1.1
14382026-07-14T21:22:00.667Z Compiling cmov v0.5.4
14392026-07-14T21:22:00.701Z Compiling tinyvec v1.10.0
14402026-07-14T21:22:00.744Z Compiling pest_generator v2.8.6
14412026-07-14T21:22:00.772Z Compiling rand v0.9.2
14422026-07-14T21:22:00.786Z Compiling spki v0.7.3
14432026-07-14T21:22:00.868Z Compiling ctutils v0.4.2
14442026-07-14T21:22:00.983Z Compiling aho-corasick v1.1.4
14452026-07-14T21:22:01.021Z Compiling schemars_derive v0.8.22
14462026-07-14T21:22:01.036Z Compiling atomic-waker v1.1.2
14472026-07-14T21:22:01.094Z Compiling tower-layer v0.3.3
14482026-07-14T21:22:01.152Z Compiling tower-service v0.3.3
14492026-07-14T21:22:01.245Z Compiling untrusted v0.7.1
14502026-07-14T21:22:01.245Z Compiling try-lock v0.2.5
14512026-07-14T21:22:01.420Z Compiling want v0.3.1
14522026-07-14T21:22:01.420Z Compiling hybrid-array v0.4.13
14532026-07-14T21:22:01.464Z Compiling pest_derive v2.8.6
14542026-07-14T21:22:01.566Z Compiling tempfile v3.25.0
14552026-07-14T21:22:01.877Z Compiling regex-automata v0.4.14
14562026-07-14T21:22:01.900Z Compiling ipnet v2.11.0
14572026-07-14T21:22:01.931Z Compiling scroll_derive v0.13.1
14582026-07-14T21:22:02.211Z Compiling darling_core v0.20.11
14592026-07-14T21:22:02.390Z Compiling untrusted v0.9.0
14602026-07-14T21:22:02.510Z Compiling tokio-util v0.7.18
14612026-07-14T21:22:02.664Z Compiling httpdate v1.0.3
14622026-07-14T21:22:02.741Z Compiling openssl v0.10.79
14632026-07-14T21:22:02.889Z Compiling foreign-types-shared v0.1.1
14642026-07-14T21:22:02.975Z Compiling rustls v0.23.41
14652026-07-14T21:22:02.989Z Compiling cpufeatures v0.2.17
14662026-07-14T21:22:03.080Z Compiling foreign-types v0.3.2
14672026-07-14T21:22:03.151Z Compiling scroll v0.13.0
14682026-07-14T21:22:03.166Z Compiling h2 v0.4.15
14692026-07-14T21:22:03.413Z Compiling unicode-normalization v0.1.25
14702026-07-14T21:22:03.513Z Compiling pkcs8 v0.10.2
14712026-07-14T21:22:03.772Z Compiling openssl-macros v0.1.1
14722026-07-14T21:22:03.863Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-07-14T21:22:03.945Z Compiling spin v0.9.8
14742026-07-14T21:22:04.150Z Compiling num-conv v0.2.0
14752026-07-14T21:22:04.163Z Compiling native-tls v0.2.18
14762026-07-14T21:22:04.251Z Compiling time-core v0.1.8
14772026-07-14T21:22:04.274Z Compiling crc32fast v1.5.0
14782026-07-14T21:22:04.330Z Compiling powerfmt v0.2.0
14792026-07-14T21:22:04.403Z Compiling time-macros v0.2.27
14802026-07-14T21:22:04.423Z Compiling darling_macro v0.20.11
14812026-07-14T21:22:04.528Z Compiling deranged v0.5.8
14822026-07-14T21:22:04.897Z Compiling darling v0.20.11
14832026-07-14T21:22:04.979Z Compiling goblin v0.10.5
14842026-07-14T21:22:05.462Z Compiling sha2 v0.10.9
14852026-07-14T21:22:05.480Z Compiling hmac v0.12.1
14862026-07-14T21:22:05.631Z Compiling sync_wrapper v1.0.2
14872026-07-14T21:22:05.740Z Compiling wait-timeout v0.2.1
14882026-07-14T21:22:05.907Z Compiling num_threads v0.1.7
14892026-07-14T21:22:05.997Z Compiling quick-error v1.2.3
14902026-07-14T21:22:06.011Z Compiling syn v1.0.109
14912026-07-14T21:22:06.103Z Compiling simd-adler32 v0.3.8
14922026-07-14T21:22:06.324Z Compiling hyper v1.10.1
14932026-07-14T21:22:06.360Z Compiling siphasher v1.0.2
14942026-07-14T21:22:06.572Z Compiling bit-vec v0.8.0
14952026-07-14T21:22:06.806Z Compiling crossbeam-utils v0.8.21
14962026-07-14T21:22:06.839Z Compiling usdt-impl v0.6.0
14972026-07-14T21:22:07.121Z Compiling bit-set v0.8.0
14982026-07-14T21:22:07.253Z Compiling rusty-fork v0.3.1
14992026-07-14T21:22:07.283Z Compiling time v0.3.47
15002026-07-14T21:22:07.380Z Compiling tower v0.5.3
15012026-07-14T21:22:07.566Z Compiling hyper-util v0.1.20
15022026-07-14T21:22:07.591Z Compiling derive_builder_core v0.20.2
15032026-07-14T21:22:07.864Z Compiling dof v0.4.0
15042026-07-14T21:22:08.140Z Compiling dtrace-parser v0.3.0
15052026-07-14T21:22:08.453Z Compiling http-body-util v0.1.3
15062026-07-14T21:22:08.693Z Compiling heapless v0.7.17
15072026-07-14T21:22:08.839Z Compiling scroll_derive v0.12.1
15082026-07-14T21:22:08.867Z Compiling thiserror-impl v1.0.69
15092026-07-14T21:22:08.941Z Compiling rand_xorshift v0.4.0
15102026-07-14T21:22:08.983Z Compiling slog v2.8.2
15112026-07-14T21:22:09.101Z Compiling darling_core v0.21.3
15122026-07-14T21:22:09.179Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-07-14T21:22:09.195Z Compiling thread-id v5.1.0
15142026-07-14T21:22:09.274Z Compiling cookie v0.18.1
15152026-07-14T21:22:09.288Z Compiling zstd-safe v7.2.4
15162026-07-14T21:22:09.466Z Compiling unicode-bidi v0.3.18
15172026-07-14T21:22:09.470Z Compiling ryu v1.0.23
15182026-07-14T21:22:09.496Z Compiling adler2 v2.0.1
15192026-07-14T21:22:09.499Z Compiling unicode-properties v0.1.4
15202026-07-14T21:22:09.632Z Compiling signal-hook v0.3.18
15212026-07-14T21:22:09.652Z Compiling anyhow v1.0.102
15222026-07-14T21:22:09.698Z Compiling unarray v0.1.4
15232026-07-14T21:22:09.806Z Compiling iri-string v0.7.10
15242026-07-14T21:22:09.820Z Compiling paste v1.0.15
15252026-07-14T21:22:09.967Z Compiling allocator-api2 v0.2.21
15262026-07-14T21:22:10.123Z Compiling thiserror v1.0.69
15272026-07-14T21:22:10.161Z Compiling proptest v1.10.0
15282026-07-14T21:22:10.196Z Compiling stringprep v0.1.5
15292026-07-14T21:22:10.221Z Compiling serde_urlencoded v0.7.1
15302026-07-14T21:22:10.286Z Compiling miniz_oxide v0.8.9
15312026-07-14T21:22:10.462Z Compiling scroll v0.12.0
15322026-07-14T21:22:10.940Z Compiling tower-http v0.6.8
15332026-07-14T21:22:11.214Z Compiling derive_builder_macro v0.20.2
15342026-07-14T21:22:11.282Z Compiling tokio-native-tls v0.3.1
15352026-07-14T21:22:11.326Z Compiling camino v1.2.2
15362026-07-14T21:22:11.488Z Compiling bstr v1.12.1
15372026-07-14T21:22:11.595Z Compiling darling_macro v0.21.3
15382026-07-14T21:22:11.717Z Compiling ipnetwork v0.21.1
15392026-07-14T21:22:11.732Z Compiling block-buffer v0.12.1
15402026-07-14T21:22:11.917Z Compiling block-padding v0.4.2
15412026-07-14T21:22:11.931Z Compiling crypto-common v0.2.2
15422026-07-14T21:22:12.082Z Compiling rustls-native-certs v0.8.3
15432026-07-14T21:22:12.097Z Compiling rand_chacha v0.3.1
15442026-07-14T21:22:12.111Z Compiling toml_datetime v0.6.11
15452026-07-14T21:22:12.130Z Compiling erased-serde v0.3.31
15462026-07-14T21:22:12.363Z Compiling hex v0.4.3
15472026-07-14T21:22:12.363Z Compiling serde_spanned v0.6.9
15482026-07-14T21:22:12.518Z Compiling serde_tokenstream v0.2.3
15492026-07-14T21:22:12.617Z Compiling signature v2.2.0
15502026-07-14T21:22:12.631Z Compiling md-5 v0.10.6
15512026-07-14T21:22:12.794Z Compiling curve25519-dalek v4.1.3
15522026-07-14T21:22:12.801Z Compiling pin-project-internal v1.1.11
15532026-07-14T21:22:12.833Z Compiling async-trait v0.1.89
15542026-07-14T21:22:12.881Z Compiling zerocopy-derive v0.7.35
15552026-07-14T21:22:13.133Z Compiling vergen-lib v9.1.0
15562026-07-14T21:22:13.327Z Compiling hash32 v0.2.1
15572026-07-14T21:22:13.516Z Compiling num-integer v0.1.46
15582026-07-14T21:22:13.643Z Compiling memoffset v0.9.1
15592026-07-14T21:22:13.742Z Compiling encoding_rs v0.8.35
15602026-07-14T21:22:13.839Z Compiling cfg_aliases v0.2.1
15612026-07-14T21:22:13.854Z Compiling mime v0.3.17
15622026-07-14T21:22:13.866Z Compiling rustix v0.38.44
15632026-07-14T21:22:13.894Z Compiling psl-types v2.0.11
15642026-07-14T21:22:13.908Z Compiling ref-cast v1.0.25
15652026-07-14T21:22:14.016Z Compiling fallible-iterator v0.2.0
15662026-07-14T21:22:14.101Z Compiling num-bigint-dig v0.8.6
15672026-07-14T21:22:14.216Z Compiling zlib-rs v0.6.2
15682026-07-14T21:22:14.219Z Compiling smoltcp v0.9.1
15692026-07-14T21:22:14.303Z Compiling litrs v1.0.0
15702026-07-14T21:22:14.339Z Compiling postgres-protocol v0.6.10
15712026-07-14T21:22:14.723Z Compiling publicsuffix v2.3.0
15722026-07-14T21:22:14.800Z Compiling document-features v0.2.12
15732026-07-14T21:22:14.871Z Compiling nix v0.31.2
15742026-07-14T21:22:14.891Z Compiling pin-project v1.1.11
15752026-07-14T21:22:15.092Z Compiling zerocopy v0.7.35
15762026-07-14T21:22:15.144Z Compiling hubpack_derive v0.1.1
15772026-07-14T21:22:15.217Z Compiling num-iter v0.1.45
15782026-07-14T21:22:15.395Z Compiling newtype-uuid v1.3.2
15792026-07-14T21:22:15.600Z Compiling rand v0.8.6
15802026-07-14T21:22:15.626Z Compiling darling v0.21.3
15812026-07-14T21:22:15.705Z Compiling inout v0.2.2
15822026-07-14T21:22:15.721Z Compiling oxnet v0.1.6
15832026-07-14T21:22:15.733Z Compiling derive_builder v0.20.2
15842026-07-14T21:22:15.807Z Compiling hyper-tls v0.6.0
15852026-07-14T21:22:16.028Z Compiling goblin v0.8.2
15862026-07-14T21:22:16.481Z Compiling phf_shared v0.13.1
15872026-07-14T21:22:16.486Z Compiling lazy_static v1.5.0
15882026-07-14T21:22:16.528Z Compiling regex v1.12.3
15892026-07-14T21:22:16.585Z Compiling anstyle-parse v0.2.7
15902026-07-14T21:22:16.718Z Compiling futures-executor v0.3.32
15912026-07-14T21:22:16.768Z Compiling terminal_size v0.4.3
15922026-07-14T21:22:16.909Z Compiling daft-derive v0.1.7
15932026-07-14T21:22:16.954Z Compiling strum_macros v0.27.2
15942026-07-14T21:22:16.975Z Compiling snafu-derive v0.8.9
15952026-07-14T21:22:16.993Z Compiling ref-cast-impl v1.0.25
15962026-07-14T21:22:17.540Z Compiling flate2 v1.1.9
15972026-07-14T21:22:17.574Z Compiling curve25519-dalek-derive v0.1.1
15982026-07-14T21:22:17.638Z Compiling vergen v9.1.0
15992026-07-14T21:22:17.832Z Compiling cargo-platform v0.3.2
16002026-07-14T21:22:17.941Z Compiling ff v0.13.1
16012026-07-14T21:22:18.082Z Compiling fs-err v3.3.0
16022026-07-14T21:22:18.101Z Compiling ahash v0.8.12
16032026-07-14T21:22:18.219Z Compiling foldhash v0.2.0
16042026-07-14T21:22:18.283Z Compiling unicode-segmentation v1.12.0
16052026-07-14T21:22:18.324Z Compiling managed v0.8.0
16062026-07-14T21:22:18.443Z Compiling libbz2-rs-sys v0.2.2
16072026-07-14T21:22:18.537Z Compiling bitflags v1.3.2
16082026-07-14T21:22:18.612Z Compiling foldhash v0.1.5
16092026-07-14T21:22:18.661Z Compiling base16ct v0.2.0
16102026-07-14T21:22:18.789Z Compiling same-file v1.0.6
16112026-07-14T21:22:18.852Z Compiling bumpalo v3.20.2
16122026-07-14T21:22:18.897Z Compiling winnow v0.5.40
16132026-07-14T21:22:18.912Z Compiling object v0.37.3
16142026-07-14T21:22:18.978Z Compiling strum v0.27.2
16152026-07-14T21:22:19.076Z Compiling zopfli v0.8.3
16162026-07-14T21:22:19.096Z Compiling snafu v0.8.9
16172026-07-14T21:22:19.126Z Compiling walkdir v2.5.0
16182026-07-14T21:22:19.240Z Compiling bzip2 v0.6.1
16192026-07-14T21:22:19.433Z Compiling sec1 v0.7.3
16202026-07-14T21:22:19.444Z Compiling hashbrown v0.15.5
16212026-07-14T21:22:19.547Z Compiling clap_builder v4.6.0
16222026-07-14T21:22:19.701Z Compiling hashbrown v0.16.1
16232026-07-14T21:22:19.769Z Compiling dof v0.3.0
16242026-07-14T21:22:20.235Z Compiling toml_edit v0.19.15
16252026-07-14T21:22:20.278Z Compiling group v0.13.0
16262026-07-14T21:22:20.301Z Compiling cargo_metadata v0.23.1
16272026-07-14T21:22:20.463Z Compiling daft v0.1.7
16282026-07-14T21:22:20.585Z Compiling futures v0.3.32
16292026-07-14T21:22:20.665Z Compiling anstream v0.6.21
16302026-07-14T21:22:20.732Z Compiling phf v0.13.1
16312026-07-14T21:22:20.964Z Compiling signal-hook-mio v0.2.5
16322026-07-14T21:22:21.098Z Compiling cookie_store v0.22.1
16332026-07-14T21:22:21.479Z Compiling zstd v0.13.3
16342026-07-14T21:22:21.676Z Compiling reqwest v0.12.28
16352026-07-14T21:22:21.741Z Compiling bzip2 v0.4.4
16362026-07-14T21:22:21.780Z Compiling cipher v0.5.2
16372026-07-14T21:22:21.949Z Compiling serde_with_macros v3.17.0
16382026-07-14T21:22:22.092Z Compiling hubpack v0.1.2
16392026-07-14T21:22:22.583Z Compiling postgres-types v0.2.12
16402026-07-14T21:22:22.876Z Compiling usdt-attr-macro v0.6.0
16412026-07-14T21:22:23.092Z Compiling usdt-macro v0.6.0
16422026-07-14T21:22:23.114Z Compiling ed25519 v2.2.3
16432026-07-14T21:22:23.204Z Compiling globset v0.4.18
16442026-07-14T21:22:23.498Z Compiling dtrace-parser v0.2.0
16452026-07-14T21:22:23.675Z Compiling phf_shared v0.11.3
16462026-07-14T21:22:23.802Z Compiling hkdf v0.12.4
16472026-07-14T21:22:23.838Z Compiling olpc-cjson v0.1.4
16482026-07-14T21:22:23.857Z Compiling pkcs1 v0.7.5
16492026-07-14T21:22:23.968Z Compiling serde_plain v1.0.2
16502026-07-14T21:22:23.992Z Compiling serde-big-array v0.5.1
16512026-07-14T21:22:24.007Z Compiling crypto-bigint v0.5.5
16522026-07-14T21:22:24.134Z Compiling clap_derive v4.6.1
16532026-07-14T21:22:24.160Z Compiling serde_repr v0.1.20
16542026-07-14T21:22:24.245Z Compiling async-recursion v1.1.1
16552026-07-14T21:22:24.252Z Compiling enum-as-inner v0.6.1
16562026-07-14T21:22:24.693Z Compiling strum_macros v0.26.4
16572026-07-14T21:22:24.769Z Compiling pem v3.0.6
16582026-07-14T21:22:24.898Z Compiling float-cmp v0.10.0
16592026-07-14T21:22:25.046Z Compiling memmap2 v0.9.10
16602026-07-14T21:22:25.098Z Compiling thread-id v4.2.2
16612026-07-14T21:22:25.186Z Compiling env_filter v1.0.0
16622026-07-14T21:22:25.261Z Compiling normalize-line-endings v0.3.0
16632026-07-14T21:22:25.358Z Compiling either v1.15.0
16642026-07-14T21:22:25.374Z Compiling precomputed-hash v0.1.1
16652026-07-14T21:22:25.464Z Compiling static_assertions v1.1.0
16662026-07-14T21:22:25.485Z Compiling fixedbitset v0.5.7
16672026-07-14T21:22:25.539Z Compiling jiff v0.2.21
16682026-07-14T21:22:25.564Z Compiling winnow v1.0.3
16692026-07-14T21:22:25.786Z Compiling keccak v0.1.6
16702026-07-14T21:22:25.908Z Compiling data-encoding v2.10.0
16712026-07-14T21:22:25.920Z Compiling predicates-core v1.0.10
16722026-07-14T21:22:26.088Z Compiling const-oid v0.10.2
16732026-07-14T21:22:26.093Z Compiling new_debug_unreachable v1.0.6
16742026-07-14T21:22:26.174Z Compiling difflib v0.4.0
16752026-07-14T21:22:26.293Z Compiling typed-path v0.9.3
16762026-07-14T21:22:26.463Z Compiling fixedbitset v0.4.2
16772026-07-14T21:22:26.556Z Compiling whoami v2.1.0
16782026-07-14T21:22:26.556Z Compiling cpufeatures v0.3.0
16792026-07-14T21:22:26.764Z Compiling chacha20 v0.10.0
16802026-07-14T21:22:26.775Z Compiling petgraph v0.6.5
16812026-07-14T21:22:26.775Z Compiling strum v0.26.3
16822026-07-14T21:22:26.775Z Compiling predicates v3.1.4
16832026-07-14T21:22:26.822Z Compiling tokio-postgres v0.7.16
16842026-07-14T21:22:26.944Z Compiling digest v0.11.3
16852026-07-14T21:22:27.007Z Compiling hickory-proto v0.25.2
16862026-07-14T21:22:27.163Z Compiling string_cache v0.8.9
16872026-07-14T21:22:27.402Z Compiling sha3 v0.10.8
16882026-07-14T21:22:27.416Z Compiling clap v4.6.1
16892026-07-14T21:22:27.506Z Compiling toml_parser v1.1.2+spec-1.1.0
16902026-07-14T21:22:27.532Z Compiling petgraph v0.8.3
16912026-07-14T21:22:27.852Z Compiling toml_edit v0.22.27
16922026-07-14T21:22:28.127Z Compiling itertools v0.13.0
16932026-07-14T21:22:28.137Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-07-14T21:22:29.031Z Compiling zip v4.6.1
16952026-07-14T21:22:29.345Z Compiling env_logger v0.11.9
16962026-07-14T21:22:29.459Z Compiling usdt v0.6.0
16972026-07-14T21:22:29.693Z Compiling usdt-impl v0.5.0
16982026-07-14T21:22:29.721Z Compiling elliptic-curve v0.13.8
16992026-07-14T21:22:29.740Z Compiling rsa v0.9.10
17002026-07-14T21:22:29.984Z Compiling ed25519-dalek v2.2.0
17012026-07-14T21:22:30.125Z Compiling crossterm v0.28.1
17022026-07-14T21:22:30.262Z Compiling serde_with v3.17.0
17032026-07-14T21:22:30.626Z Compiling zip v0.6.6
17042026-07-14T21:22:30.943Z Compiling toml v0.7.8
17052026-07-14T21:22:31.459Z Compiling iddqd v0.4.2
17062026-07-14T21:22:31.875Z Compiling heck v0.4.1
17072026-07-14T21:22:32.008Z Compiling similar v2.7.0
17082026-07-14T21:22:32.031Z Compiling byte-wrapper v0.1.0
17092026-07-14T21:22:32.110Z Compiling crossbeam-epoch v0.9.18
17102026-07-14T21:22:32.273Z Compiling tokio-stream v0.1.18
17112026-07-14T21:22:32.355Z Compiling buf-list v1.1.2
17122026-07-14T21:22:32.429Z Compiling x509-cert v0.2.5
17132026-07-14T21:22:32.632Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-07-14T21:22:32.733Z Compiling openapiv3 v2.2.0
17152026-07-14T21:22:32.747Z Compiling lalrpop-util v0.19.12
17162026-07-14T21:22:32.870Z Compiling peg-runtime v0.8.5
17172026-07-14T21:22:32.926Z Compiling thread_local v1.1.9
17182026-07-14T21:22:32.940Z Compiling slog-async v2.8.0
17192026-07-14T21:22:33.063Z Compiling crossbeam-channel v0.5.15
17202026-07-14T21:22:33.150Z Compiling filetime v0.2.27
17212026-07-14T21:22:33.181Z Compiling is-terminal v0.4.17
17222026-07-14T21:22:33.262Z Compiling xattr v1.6.1
17232026-07-14T21:22:33.277Z Compiling term v1.2.1
17242026-07-14T21:22:33.339Z Compiling take_mut v0.2.2
17252026-07-14T21:22:33.486Z Compiling tar v0.4.46
17262026-07-14T21:22:33.513Z Compiling camino-tempfile v1.4.1
17272026-07-14T21:22:33.785Z Compiling slog-term v2.9.2
17282026-07-14T21:22:44.695Z Compiling rustls-webpki v0.103.13
17292026-07-14T21:22:47.406Z Compiling tokio-rustls v0.26.4
17302026-07-14T21:22:47.406Z Compiling rustls-platform-verifier v0.6.2
17312026-07-14T21:22:47.409Z Compiling tough v0.22.0
17322026-07-14T21:22:47.605Z Compiling hyper-rustls v0.27.7
17332026-07-14T21:22:47.805Z Compiling reqwest v0.13.2
17342026-07-14T21:22:50.048Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-07-14T21:22:50.268Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-07-14T21:22:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17372026-07-14T21:22:53.365Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-07-14T21:22:53.418ZJul 14 21:22:51.723 INFO Starting download, target: Cockroach
17392026-07-14T21:22:53.418ZJul 14 21:22:51.723 INFO Starting download, target: Console
17402026-07-14T21:22:53.418ZJul 14 21:22:51.723 INFO Starting download, target: Clickhouse
17412026-07-14T21:22:53.418ZJul 14 21:22:51.723 INFO Starting download, target: DendriteStub
17422026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Starting download, target: MaghemiteMgd
17432026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Starting download, target: MaghemiteDdmd
17442026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Starting download, target: TransceiverControl
17452026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17462026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17472026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17492026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17502026-07-14T21:22:53.421ZJul 14 21:22:51.723 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-07-14T21:22:53.421ZJul 14 21:22:51.724 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-07-14T21:22:53.930ZJul 14 21:22:52.236 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-07-14T21:22:54.148ZJul 14 21:22:52.446 INFO Download complete, target: TransceiverControl
17542026-07-14T21:22:55.182ZJul 14 21:22:53.487 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-07-14T21:22:55.361ZJul 14 21:22:53.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17562026-07-14T21:22:55.366ZJul 14 21:22:53.673 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17572026-07-14T21:22:55.438ZJul 14 21:22:53.745 INFO Download complete, target: Console
17582026-07-14T21:22:55.622ZJul 14 21:22:53.929 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-07-14T21:22:55.643ZJul 14 21:22:53.942 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17602026-07-14T21:22:56.210ZJul 14 21:22:54.517 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17612026-07-14T21:22:56.210ZJul 14 21:22:54.517 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17622026-07-14T21:22:57.473ZJul 14 21:22:55.779 INFO Download complete, target: MaghemiteDdmd
17632026-07-14T21:22:57.863ZJul 14 21:22:56.170 INFO Download complete, target: DendriteStub
17642026-07-14T21:22:58.246ZJul 14 21:22:56.553 INFO Download complete, target: MaghemiteMgd
17652026-07-14T21:23:00.835ZJul 14 21:22:59.142 INFO Checking that binary works, target: Cockroach
17662026-07-14T21:23:01.126ZJul 14 21:22:59.433 INFO Download complete, target: Cockroach
17672026-07-14T21:23:02.356ZJul 14 21:23:00.663 INFO Checking that binary works, target: Clickhouse
17682026-07-14T21:23:02.537ZJul 14 21:23:00.844 INFO Download complete, target: Clickhouse
17692026-07-14T21:23:02.553ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-07-14T21:23:02.557Z
17712026-07-14T21:23:02.557Zreal 2:03.601324398
17722026-07-14T21:23:02.557Zuser 6:36.746991824
17732026-07-14T21:23:02.557Zsys 1:20.973844413
17742026-07-14T21:23:02.557Ztrap 0.236990409
17752026-07-14T21:23:02.557Ztflt 2.024092440
17762026-07-14T21:23:02.557Zdflt 2.016692637
17772026-07-14T21:23:02.557Zkflt 0.061492925
17782026-07-14T21:23:02.557Zlock 22:14.378004947
17792026-07-14T21:23:02.557Zslp 20:25.807549667
17802026-07-14T21:23:02.557Zlat 41.004524756
17812026-07-14T21:23:02.557Zstop 1:55.557528774
17822026-07-14T21:23:02.557Z+ banner clippy
17832026-07-14T21:23:02.557Z
17842026-07-14T21:23:02.557Z #### # # ##### ##### # #
17852026-07-14T21:23:02.557Z # # # # # # # # # #
17862026-07-14T21:23:02.557Z # # # # # # # #
17872026-07-14T21:23:02.557Z # # # ##### ##### #
17882026-07-14T21:23:02.558Z # # # # # # #
17892026-07-14T21:23:02.558Z #### ###### # # # #
17902026-07-14T21:23:02.558Z
17912026-07-14T21:23:02.558Z+ export CARGO_INCREMENTAL=0
17922026-07-14T21:23:02.558Z+ CARGO_INCREMENTAL=0
17932026-07-14T21:23:02.558Z+ ptime -m cargo xtask clippy
17942026-07-14T21:23:03.015Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17952026-07-14T21:23:03.290Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17962026-07-14T21:23:05.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17972026-07-14T21:23:05.116Z Running `target/debug/xtask clippy`
17982026-07-14T21:23:05.141Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17992026-07-14T21:23:05.699Z Downloading crates ...
18002026-07-14T21:23:05.908Z Downloaded addr2line v0.25.1
18012026-07-14T21:23:05.911Z Downloaded oorandom v11.1.5
18022026-07-14T21:23:05.917Z Downloaded pathdiff v0.2.3
18032026-07-14T21:23:05.920Z Downloaded httptest v0.16.4
18042026-07-14T21:23:05.920Z Downloaded miette v5.10.0
18052026-07-14T21:23:05.920Z Downloaded similar-asserts v1.7.0
18062026-07-14T21:23:05.923Z Downloaded nested v0.1.1
18072026-07-14T21:23:05.923Z Downloaded plotters-svg v0.3.7
18082026-07-14T21:23:05.923Z Downloaded assert_cmd v2.1.2
18092026-07-14T21:23:05.925Z Downloaded partial-io v0.5.4
18102026-07-14T21:23:05.925Z Downloaded target-triple v1.0.0
18112026-07-14T21:23:05.926Z Downloaded cfg-expr v0.20.6
18122026-07-14T21:23:05.929Z Downloaded async-object-pool v0.2.0
18132026-07-14T21:23:05.929Z Downloaded hex-literal v0.4.1
18142026-07-14T21:23:05.932Z Downloaded constant_time_eq v0.3.1
18152026-07-14T21:23:05.932Z Downloaded target-spec v3.5.7
18162026-07-14T21:23:05.932Z Downloaded cast v0.3.0
18172026-07-14T21:23:05.939Z Downloaded guppy-workspace-hack v0.1.0
18182026-07-14T21:23:05.939Z Downloaded event-listener-strategy v0.5.4
18192026-07-14T21:23:05.939Z Downloaded rust-argon2 v2.1.0
18202026-07-14T21:23:05.939Z Downloaded supports-hyperlinks v2.1.0
18212026-07-14T21:23:05.943Z Downloaded serde_regex v1.1.0
18222026-07-14T21:23:05.943Z Downloaded datatest-stable v0.3.3
18232026-07-14T21:23:05.949Z Downloaded approx v0.5.1
18242026-07-14T21:23:05.956Z Downloaded parking v2.2.1
18252026-07-14T21:23:05.959Z Downloaded linkme-impl v0.3.35
18262026-07-14T21:23:05.959Z Downloaded supports-unicode v2.1.0
18272026-07-14T21:23:05.962Z Downloaded assert-json-diff v2.0.2
18282026-07-14T21:23:05.962Z Downloaded linkme v0.3.35
18292026-07-14T21:23:05.965Z Downloaded libtest-mimic v0.8.1
18302026-07-14T21:23:05.965Z Downloaded futures-timer v3.0.3
18312026-07-14T21:23:05.970Z Downloaded miette-derive v5.10.0
18322026-07-14T21:23:05.973Z Downloaded path-tree v0.8.3
18332026-07-14T21:23:05.976Z Downloaded hickory-client v0.25.2
18342026-07-14T21:23:05.976Z Downloaded blake2b_simd v1.0.4
18352026-07-14T21:23:05.976Z Downloaded textwrap v0.15.2
18362026-07-14T21:23:05.979Z Downloaded escape8259 v0.5.3
18372026-07-14T21:23:05.983Z Downloaded terminal_size v0.1.17
18382026-07-14T21:23:05.986Z Downloaded plotters-backend v0.3.7
18392026-07-14T21:23:05.989Z Downloaded backtrace-ext v0.2.1
18402026-07-14T21:23:05.996Z Downloaded supports-color v2.1.0
18412026-07-14T21:23:05.999Z Downloaded event-listener v5.4.1
18422026-07-14T21:23:06.004Z Downloaded knuffel-derive v3.2.0
18432026-07-14T21:23:06.007Z Downloaded chumsky v0.9.3
18442026-07-14T21:23:06.007Z Downloaded criterion-plot v0.6.0
18452026-07-14T21:23:06.009Z Downloaded relative-path v1.9.3
18462026-07-14T21:23:06.009Z Downloaded target-lexicon v0.13.3
18472026-07-14T21:23:06.012Z Downloaded owo-colors v3.5.0
18482026-07-14T21:23:06.012Z Downloaded anes v0.1.6
18492026-07-14T21:23:06.017Z Downloaded tinytemplate v1.2.1
18502026-07-14T21:23:06.020Z Downloaded termcolor v1.4.1
18512026-07-14T21:23:06.020Z Downloaded rustc-demangle v0.1.27
18522026-07-14T21:23:06.024Z Downloaded concurrent-queue v2.5.0
18532026-07-14T21:23:06.027Z Downloaded async-lock v3.4.2
18542026-07-14T21:23:06.031Z Downloaded stringmetrics v2.2.2
18552026-07-14T21:23:06.035Z Downloaded rstest v0.25.0
18562026-07-14T21:23:06.038Z Downloaded trybuild v1.0.116
18572026-07-14T21:23:06.048Z Downloaded knuffel v3.2.0
18582026-07-14T21:23:06.051Z Downloaded rstest_macros v0.25.0
18592026-07-14T21:23:06.054Z Downloaded plotters v0.3.7
18602026-07-14T21:23:06.057Z Downloaded rand_distr v0.5.1
18612026-07-14T21:23:06.060Z Downloaded backtrace v0.3.76
18622026-07-14T21:23:06.063Z Downloaded hashbrown v0.14.5
18632026-07-14T21:23:06.066Z Downloaded guppy v0.17.25
18642026-07-14T21:23:06.069Z Downloaded criterion v0.7.0
18652026-07-14T21:23:06.072Z Downloaded fancy-regex v0.14.0
18662026-07-14T21:23:06.086Z Downloaded gimli v0.32.3
18672026-07-14T21:23:06.174Z Downloaded httpmock v0.8.3
18682026-07-14T21:23:07.869Z Checking cfg-if v1.0.4
18692026-07-14T21:23:08.234Z Checking libc v0.2.185
18702026-07-14T21:23:08.237Z Checking serde_core v1.0.228
18712026-07-14T21:23:08.310Z Checking memchr v2.8.0
18722026-07-14T21:23:08.353Z Checking zeroize v1.8.2
18732026-07-14T21:23:08.390Z Checking smallvec v1.15.1
18742026-07-14T21:23:08.428Z Checking rand_core v0.10.0
18752026-07-14T21:23:08.466Z Checking subtle v2.6.1
18762026-07-14T21:23:08.466Z Checking itoa v1.0.17
18772026-07-14T21:23:08.538Z Checking log v0.4.29
18782026-07-14T21:23:08.593Z Checking libm v0.2.16
18792026-07-14T21:23:08.636Z Checking getrandom v0.4.1
18802026-07-14T21:23:08.636Z Checking errno v0.3.14
18812026-07-14T21:23:08.712Z Checking typenum v1.20.1
18822026-07-14T21:23:08.754Z Checking scopeguard v1.2.0
18832026-07-14T21:23:08.796Z Checking stable_deref_trait v1.2.1
18842026-07-14T21:23:08.834Z Checking zmij v1.0.21
18852026-07-14T21:23:08.873Z Checking zerofrom v0.1.6
18862026-07-14T21:23:08.910Z Checking lock_api v0.4.14
18872026-07-14T21:23:08.950Z Checking percent-encoding v2.3.2
18882026-07-14T21:23:08.990Z Checking writeable v0.6.2
18892026-07-14T21:23:09.025Z Checking yoke v0.8.1
18902026-07-14T21:23:09.065Z Checking litemap v0.8.1
18912026-07-14T21:23:09.119Z Checking icu_normalizer_data v2.1.1
18922026-07-14T21:23:09.158Z Checking icu_properties_data v2.1.2
18932026-07-14T21:23:09.197Z Checking form_urlencoded v1.2.2
18942026-07-14T21:23:09.235Z Checking zerovec v0.11.5
18952026-07-14T21:23:09.235Z Checking zerotrie v0.2.3
18962026-07-14T21:23:09.306Z Checking num-traits v0.2.19
18972026-07-14T21:23:09.309Z Checking utf8_iter v1.0.4
18982026-07-14T21:23:09.376Z Checking pin-project-lite v0.2.17
18992026-07-14T21:23:09.416Z Checking zerocopy v0.8.40
19002026-07-14T21:23:09.479Z Checking parking_lot_core v0.9.12
19012026-07-14T21:23:09.522Z Checking portable-atomic v1.13.1
19022026-07-14T21:23:09.571Z Checking critical-section v1.2.0
19032026-07-14T21:23:09.611Z Checking signal-hook-registry v1.4.8
19042026-07-14T21:23:09.684Z Checking tinystr v0.8.2
19052026-07-14T21:23:09.721Z Checking potential_utf v0.1.4
19062026-07-14T21:23:09.724Z Checking parking_lot v0.12.5
19072026-07-14T21:23:09.790Z Checking serde v1.0.228
19082026-07-14T21:23:09.826Z Checking bitflags v2.11.0
19092026-07-14T21:23:09.861Z Checking serde_json v1.0.150
19102026-07-14T21:23:09.898Z Checking icu_locale_core v2.1.1
19112026-07-14T21:23:09.902Z Checking icu_collections v2.1.1
19122026-07-14T21:23:09.968Z Checking once_cell v1.21.3
19132026-07-14T21:23:10.011Z Checking mio v1.2.0
19142026-07-14T21:23:10.064Z Checking iana-time-zone v0.1.65
19152026-07-14T21:23:10.188Z Checking socket2 v0.6.3
19162026-07-14T21:23:10.218Z Checking bytes v1.11.1
19172026-07-14T21:23:10.218Z Checking chrono v0.4.45
19182026-07-14T21:23:10.293Z Checking uuid v1.23.4
19192026-07-14T21:23:10.337Z Checking thiserror v2.0.18
19202026-07-14T21:23:10.454Z Checking icu_provider v2.1.1
19212026-07-14T21:23:10.499Z Checking semver v1.0.28
19222026-07-14T21:23:10.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19232026-07-14T21:23:10.577Z Checking futures-core v0.3.32
19242026-07-14T21:23:10.626Z Checking dyn-clone v1.0.20
19252026-07-14T21:23:10.677Z Checking tokio v1.52.1
19262026-07-14T21:23:10.714Z Checking icu_normalizer v2.1.1
19272026-07-14T21:23:10.751Z Checking icu_properties v2.1.2
19282026-07-14T21:23:10.757Z Checking getrandom v0.2.17
19292026-07-14T21:23:10.824Z Checking equivalent v1.0.2
19302026-07-14T21:23:10.911Z Checking rustix v1.1.3
19312026-07-14T21:23:10.948Z Checking cmov v0.5.4
19322026-07-14T21:23:10.986Z Checking rand_core v0.6.4
19332026-07-14T21:23:11.033Z Checking byteorder v1.5.0
19342026-07-14T21:23:11.102Z Checking futures-sink v0.3.32
19352026-07-14T21:23:11.159Z Checking ctutils v0.4.2
19362026-07-14T21:23:11.196Z Checking generic-array v0.14.7
19372026-07-14T21:23:11.232Z Checking futures-channel v0.3.32
19382026-07-14T21:23:11.268Z Checking slab v0.4.12
19392026-07-14T21:23:11.397Z Checking hybrid-array v0.4.13
19402026-07-14T21:23:11.448Z Checking futures-task v0.3.32
19412026-07-14T21:23:11.451Z Checking futures-io v0.3.32
19422026-07-14T21:23:11.588Z Checking idna_adapter v1.2.1
19432026-07-14T21:23:11.624Z Checking thiserror v1.0.69
19442026-07-14T21:23:11.629Z Checking futures-util v0.3.32
19452026-07-14T21:23:11.693Z Checking getrandom v0.3.4
19462026-07-14T21:23:11.735Z Checking idna v1.1.0
19472026-07-14T21:23:11.773Z Checking hashbrown v0.17.0
19482026-07-14T21:23:11.776Z Checking const-oid v0.9.6
19492026-07-14T21:23:11.866Z Checking base64ct v1.8.3
19502026-07-14T21:23:12.003Z Checking url v2.5.8
19512026-07-14T21:23:12.131Z Checking crypto-common v0.1.7
19522026-07-14T21:23:12.172Z Checking crypto-common v0.2.2
19532026-07-14T21:23:12.174Z Checking ppv-lite86 v0.2.21
19542026-07-14T21:23:12.275Z Checking indexmap v2.14.0
19552026-07-14T21:23:12.313Z Checking fnv v1.0.7
19562026-07-14T21:23:12.439Z Checking regex-syntax v0.8.10
19572026-07-14T21:23:12.490Z Checking schemars v0.8.22
19582026-07-14T21:23:12.528Z Checking block-buffer v0.12.1
19592026-07-14T21:23:12.531Z Checking block-buffer v0.10.4
19602026-07-14T21:23:12.731Z Checking base64 v0.22.1
19612026-07-14T21:23:12.739Z Checking digest v0.10.7
19622026-07-14T21:23:12.807Z Checking utf8parse v0.2.2
19632026-07-14T21:23:12.872Z Checking anstyle v1.0.14
19642026-07-14T21:23:12.935Z Checking http v1.4.2
19652026-07-14T21:23:12.983Z Checking tracing-core v0.1.36
19662026-07-14T21:23:13.022Z Checking anstyle-query v1.1.5
19672026-07-14T21:23:13.080Z Checking is_terminal_polyfill v1.70.2
19682026-07-14T21:23:13.145Z Checking colorchoice v1.0.4
19692026-07-14T21:23:13.183Z Checking anstyle-parse v1.0.0
19702026-07-14T21:23:13.220Z Checking terminal_size v0.4.3
19712026-07-14T21:23:13.273Z Checking ipnet v2.11.0
19722026-07-14T21:23:13.319Z Checking tracing v0.1.44
19732026-07-14T21:23:13.359Z Checking const-oid v0.10.2
19742026-07-14T21:23:13.362Z Checking anstream v1.0.0
19752026-07-14T21:23:13.569Z Checking strsim v0.11.1
19762026-07-14T21:23:13.581Z Checking clap_lex v1.0.0
19772026-07-14T21:23:13.581Z Checking aho-corasick v1.1.4
19782026-07-14T21:23:13.581Z Checking rand_core v0.9.5
19792026-07-14T21:23:13.673Z Checking crossbeam-utils v0.8.21
19802026-07-14T21:23:13.677Z Checking unicode-ident v1.0.24
19812026-07-14T21:23:13.743Z Checking httparse v1.10.1
19822026-07-14T21:23:13.782Z Checking clap_builder v4.6.0
19832026-07-14T21:23:13.785Z Checking cpufeatures v0.3.0
19842026-07-14T21:23:13.852Z Checking powerfmt v0.2.0
19852026-07-14T21:23:13.855Z Checking proc-macro2 v1.0.106
19862026-07-14T21:23:13.923Z Checking digest v0.11.3
19872026-07-14T21:23:13.926Z Checking tokio-util v0.7.18
19882026-07-14T21:23:13.995Z Checking num_threads v0.1.7
19892026-07-14T21:23:14.031Z Checking deranged v0.5.8
19902026-07-14T21:23:14.067Z Checking num-conv v0.2.0
19912026-07-14T21:23:14.108Z Checking time-core v0.1.8
19922026-07-14T21:23:14.145Z Checking cpufeatures v0.2.17
19932026-07-14T21:23:14.211Z Checking rand_chacha v0.9.0
19942026-07-14T21:23:14.249Z Checking erased-serde v0.3.31
19952026-07-14T21:23:14.252Z Checking quote v1.0.45
19962026-07-14T21:23:14.319Z Checking http-body v1.0.1
19972026-07-14T21:23:14.323Z Checking regex-automata v0.4.14
19982026-07-14T21:23:14.436Z Checking rand v0.9.2
19992026-07-14T21:23:14.479Z Checking atomic-waker v1.1.2
20002026-07-14T21:23:14.486Z Checking syn v2.0.117
20012026-07-14T21:23:14.584Z Checking aws-lc-sys v0.40.0
20022026-07-14T21:23:14.621Z Checking rustls-pki-types v1.14.0
20032026-07-14T21:23:14.658Z Checking slog v2.8.2
20042026-07-14T21:23:14.932Z Checking try-lock v0.2.5
20052026-07-14T21:23:14.971Z Checking allocator-api2 v0.2.21
20062026-07-14T21:23:14.975Z Checking fastrand v2.3.0
20072026-07-14T21:23:15.042Z Checking time v0.3.47
20082026-07-14T21:23:15.049Z Checking clap v4.6.1
20092026-07-14T21:23:15.113Z Checking untrusted v0.7.1
20102026-07-14T21:23:15.116Z Checking httpdate v1.0.3
20112026-07-14T21:23:15.182Z Checking want v0.3.1
20122026-07-14T21:23:15.218Z Checking h2 v0.4.15
20132026-07-14T21:23:15.256Z Checking aws-lc-rs v1.16.3
20142026-07-14T21:23:15.293Z Checking ipnetwork v0.21.1
20152026-07-14T21:23:15.329Z Checking hex v0.4.3
20162026-07-14T21:23:15.332Z Checking anyhow v1.0.102
20172026-07-14T21:23:15.534Z Checking ryu v1.0.23
20182026-07-14T21:23:15.573Z Checking tower-layer v0.3.3
20192026-07-14T21:23:15.613Z Checking tower-service v0.3.3
20202026-07-14T21:23:15.699Z Checking pem-rfc7468 v0.7.0
20212026-07-14T21:23:15.737Z Checking spin v0.9.8
20222026-07-14T21:23:15.770Z Checking flagset v0.4.7
20232026-07-14T21:23:15.888Z Checking tempfile v3.25.0
20242026-07-14T21:23:15.925Z Checking der v0.7.10
20252026-07-14T21:23:15.960Z Checking untrusted v0.9.0
20262026-07-14T21:23:16.095Z Checking mime v0.3.17
20272026-07-14T21:23:16.098Z Checking simd-adler32 v0.3.8
20282026-07-14T21:23:16.164Z Checking rustls-webpki v0.103.13
20292026-07-14T21:23:16.201Z Checking adler2 v2.0.1
20302026-07-14T21:23:16.204Z Checking http-body-util v0.1.3
20312026-07-14T21:23:16.311Z Checking block-padding v0.4.2
20322026-07-14T21:23:16.362Z Checking camino v1.2.2
20332026-07-14T21:23:16.376Z Checking miniz_oxide v0.8.9
20342026-07-14T21:23:16.454Z Checking inout v0.2.2
20352026-07-14T21:23:16.493Z Checking openssl-probe v0.2.1
20362026-07-14T21:23:16.592Z Checking rustls v0.23.41
20372026-07-14T21:23:16.629Z Checking pretty-hex v0.4.1
20382026-07-14T21:23:16.662Z Checking serde_urlencoded v0.7.1
20392026-07-14T21:23:16.665Z Checking rand_chacha v0.3.1
20402026-07-14T21:23:16.732Z Checking encoding_rs v0.8.35
20412026-07-14T21:23:16.767Z Checking plain v0.2.3
20422026-07-14T21:23:16.802Z Checking spki v0.7.3
20432026-07-14T21:23:16.840Z Checking cipher v0.5.2
20442026-07-14T21:23:16.888Z Checking regex v1.12.3
20452026-07-14T21:23:16.926Z Checking oxnet v0.1.6
20462026-07-14T21:23:16.929Z Checking rand v0.8.6
20472026-07-14T21:23:16.996Z Checking ucd-trie v0.1.7
20482026-07-14T21:23:17.095Z Checking crc32fast v1.5.0
20492026-07-14T21:23:17.202Z Checking pest v2.8.6
20502026-07-14T21:23:17.202Z Checking sync_wrapper v1.0.2
20512026-07-14T21:23:17.282Z Checking pkcs8 v0.10.2
20522026-07-14T21:23:17.324Z Checking futures-executor v0.3.32
20532026-07-14T21:23:17.372Z Checking tower v0.5.3
20542026-07-14T21:23:17.474Z Checking either v1.15.0
20552026-07-14T21:23:17.513Z Checking iri-string v0.7.10
20562026-07-14T21:23:17.513Z Checking futures v0.3.32
20572026-07-14T21:23:17.655Z Checking zlib-rs v0.6.2
20582026-07-14T21:23:17.694Z Checking sha2 v0.10.9
20592026-07-14T21:23:17.733Z Checking static_assertions v1.1.0
20602026-07-14T21:23:17.793Z Checking foldhash v0.2.0
20612026-07-14T21:23:17.833Z Checking lazy_static v1.5.0
20622026-07-14T21:23:17.951Z Checking openapiv3 v2.2.0
20632026-07-14T21:23:17.988Z Checking hashbrown v0.16.1
20642026-07-14T21:23:18.024Z Checking hubpack v0.1.2
20652026-07-14T21:23:18.068Z Checking hyper v1.10.1
20662026-07-14T21:23:18.218Z Checking strum v0.26.3
20672026-07-14T21:23:18.310Z Checking rustls-native-certs v0.8.3
20682026-07-14T21:23:18.356Z Checking signature v2.2.0
20692026-07-14T21:23:18.449Z Checking num-integer v0.1.46
20702026-07-14T21:23:18.510Z Checking psl-types v2.0.11
20712026-07-14T21:23:18.549Z Checking bit-vec v0.8.0
20722026-07-14T21:23:18.552Z Checking tower-http v0.6.8
20732026-07-14T21:23:18.617Z Checking flate2 v1.1.9
20742026-07-14T21:23:18.655Z Checking tinyvec_macros v0.1.1
20752026-07-14T21:23:18.700Z Checking publicsuffix v2.3.0
20762026-07-14T21:23:18.751Z Checking tinyvec v1.10.0
20772026-07-14T21:23:18.788Z Checking bit-set v0.8.0
20782026-07-14T21:23:18.885Z Checking cookie v0.18.1
20792026-07-14T21:23:18.888Z Checking wait-timeout v0.2.1
20802026-07-14T21:23:18.960Z Checking tokio-rustls v0.26.4
20812026-07-14T21:23:18.966Z Checking rustls-platform-verifier v0.6.2
20822026-07-14T21:23:18.995Z Checking anstyle-parse v0.2.7
20832026-07-14T21:23:19.065Z Checking hyper-util v0.1.20
20842026-07-14T21:23:19.101Z Checking ahash v0.8.12
20852026-07-14T21:23:19.104Z Checking toml_datetime v0.6.11
20862026-07-14T21:23:19.171Z Checking cookie_store v0.22.1
20872026-07-14T21:23:19.174Z Checking serde_spanned v0.6.9
20882026-07-14T21:23:19.239Z Checking scroll v0.13.0
20892026-07-14T21:23:19.242Z Checking quick-error v1.2.3
20902026-07-14T21:23:19.274Z Checking anstream v0.6.21
20912026-07-14T21:23:19.344Z Checking rand_xorshift v0.4.0
20922026-07-14T21:23:19.348Z Checking memmap2 v0.9.10
20932026-07-14T21:23:19.415Z Checking rusty-fork v0.3.1
20942026-07-14T21:23:19.418Z Checking unarray v0.1.4
20952026-07-14T21:23:19.490Z Checking data-encoding v2.10.0
20962026-07-14T21:23:19.494Z Checking goblin v0.10.5
20972026-07-14T21:23:19.561Z Checking dtrace-parser v0.3.0
20982026-07-14T21:23:19.564Z Checking x509-cert v0.2.5
20992026-07-14T21:23:19.565Z Checking bstr v1.12.1
21002026-07-14T21:23:19.635Z Checking hmac v0.12.1
21012026-07-14T21:23:19.702Z Checking proptest v1.10.0
21022026-07-14T21:23:19.777Z Checking thread-id v5.1.0
21032026-07-14T21:23:19.822Z Checking num-iter v0.1.45
21042026-07-14T21:23:19.859Z Checking crossbeam-epoch v0.9.18
21052026-07-14T21:23:19.894Z Checking memoffset v0.9.1
21062026-07-14T21:23:19.961Z Checking scroll v0.12.0
21072026-07-14T21:23:20.004Z Checking env_filter v1.0.0
21082026-07-14T21:23:20.052Z Checking num-bigint-dig v0.8.6
21092026-07-14T21:23:20.111Z Checking pkcs1 v0.7.5
21102026-07-14T21:23:20.173Z Checking env_logger v0.11.9
21112026-07-14T21:23:20.217Z Checking goblin v0.8.2
21122026-07-14T21:23:20.269Z Checking zerocopy v0.7.35
21132026-07-14T21:23:20.323Z Checking hyper-rustls v0.27.7
21142026-07-14T21:23:20.360Z Checking rustix v0.38.44
21152026-07-14T21:23:20.397Z Checking foreign-types-shared v0.1.1
21162026-07-14T21:23:20.508Z Checking unicode-segmentation v1.12.0
21172026-07-14T21:23:20.554Z Checking reqwest v0.13.2
21182026-07-14T21:23:20.775Z Checking foreign-types v0.3.2
21192026-07-14T21:23:20.844Z Checking dtrace-parser v0.2.0
21202026-07-14T21:23:20.882Z Checking ff v0.13.1
21212026-07-14T21:23:20.921Z Checking rsa v0.9.10
21222026-07-14T21:23:21.045Z Checking openssl-sys v0.9.115
21232026-07-14T21:23:21.106Z Checking thread-id v4.2.2
21242026-07-14T21:23:21.170Z Checking base16ct v0.2.0
21252026-07-14T21:23:21.216Z Checking same-file v1.0.6
21262026-07-14T21:23:21.328Z Checking winnow v0.5.40
21272026-07-14T21:23:21.365Z Checking walkdir v2.5.0
21282026-07-14T21:23:21.416Z Checking sec1 v0.7.3
21292026-07-14T21:23:21.455Z Checking openssl v0.10.79
21302026-07-14T21:23:21.458Z Checking group v0.13.0
21312026-07-14T21:23:21.525Z Checking newtype-uuid v1.3.2
21322026-07-14T21:23:21.563Z Checking nix v0.31.2
21332026-07-14T21:23:21.646Z Checking hkdf v0.12.4
21342026-07-14T21:23:21.682Z Checking serde_with v3.17.0
21352026-07-14T21:23:21.752Z Checking daft v0.1.7
21362026-07-14T21:23:21.807Z Checking crypto-bigint v0.5.5
21372026-07-14T21:23:21.850Z Checking dof v0.4.0
21382026-07-14T21:23:22.015Z Checking bzip2-sys v0.1.13+1.0.8
21392026-07-14T21:23:22.132Z Checking winnow v0.7.14
21402026-07-14T21:23:22.172Z Checking dof v0.3.0
21412026-07-14T21:23:22.490Z Checking usdt-impl v0.5.0
21422026-07-14T21:23:22.529Z Checking toml_edit v0.19.15
21432026-07-14T21:23:22.533Z Checking usdt-impl v0.6.0
21442026-07-14T21:23:22.747Z Checking keccak v0.1.6
21452026-07-14T21:23:22.800Z Checking elliptic-curve v0.13.8
21462026-07-14T21:23:22.837Z Checking bzip2 v0.4.4
21472026-07-14T21:23:22.873Z Checking usdt v0.6.0
21482026-07-14T21:23:22.944Z Checking sha3 v0.10.8
21492026-07-14T21:23:23.026Z Checking unicode-normalization v0.1.25
21502026-07-14T21:23:23.064Z Checking itertools v0.13.0
21512026-07-14T21:23:23.134Z Checking winnow v1.0.3
21522026-07-14T21:23:23.137Z Checking siphasher v1.0.2
21532026-07-14T21:23:23.205Z Checking bitflags v1.3.2
21542026-07-14T21:23:23.306Z Checking zip v0.6.6
21552026-07-14T21:23:23.355Z Checking signal-hook v0.3.18
21562026-07-14T21:23:23.359Z Checking toml_write v0.1.2
21572026-07-14T21:23:23.450Z Checking managed v0.8.0
21582026-07-14T21:23:23.502Z Checking toml_parser v1.1.2+spec-1.1.0
21592026-07-14T21:23:23.522Z Checking native-tls v0.2.18
21602026-07-14T21:23:23.569Z Checking globset v0.4.18
21612026-07-14T21:23:23.607Z Checking toml_edit v0.22.27
21622026-07-14T21:23:23.611Z Checking toml v0.7.8
21632026-07-14T21:23:23.677Z Checking chacha20 v0.10.0
21642026-07-14T21:23:23.680Z Checking curve25519-dalek v4.1.3
21652026-07-14T21:23:23.746Z Checking tokio-native-tls v0.3.1
21662026-07-14T21:23:23.834Z Checking object v0.37.3
21672026-07-14T21:23:23.873Z Checking foldhash v0.1.5
21682026-07-14T21:23:23.928Z Checking hyper-tls v0.6.0
21692026-07-14T21:23:23.967Z Checking signal-hook-mio v0.2.5
21702026-07-14T21:23:23.970Z Checking ed25519 v2.2.3
21712026-07-14T21:23:24.037Z Checking hashbrown v0.15.5
21722026-07-14T21:23:24.126Z Checking ref-cast v1.0.25
21732026-07-14T21:23:24.130Z Checking pin-project v1.1.11
21742026-07-14T21:23:24.166Z Checking zstd-sys v2.0.16+zstd.1.5.7
21752026-07-14T21:23:24.231Z Checking reqwest v0.12.28
21762026-07-14T21:23:24.268Z Checking pem v3.0.6
21772026-07-14T21:23:24.305Z Checking bumpalo v3.20.2
21782026-07-14T21:23:24.341Z Checking zstd-safe v7.2.4
21792026-07-14T21:23:24.452Z Checking libbz2-rs-sys v0.2.2
21802026-07-14T21:23:24.493Z Checking ed25519-dalek v2.2.0
21812026-07-14T21:23:24.530Z Checking zstd v0.13.3
21822026-07-14T21:23:24.533Z Checking zopfli v0.8.3
21832026-07-14T21:23:24.533Z Checking snafu v0.8.9
21842026-07-14T21:23:24.747Z Checking crossterm v0.28.1
21852026-07-14T21:23:24.750Z Checking olpc-cjson v0.1.4
21862026-07-14T21:23:24.750Z Checking similar v2.7.0
21872026-07-14T21:23:24.852Z Checking fs-err v3.3.0
21882026-07-14T21:23:24.890Z Checking bzip2 v0.6.1
21892026-07-14T21:23:24.950Z Checking hash32 v0.2.1
21902026-07-14T21:23:24.990Z Checking serde_plain v1.0.2
21912026-07-14T21:23:24.993Z Checking serde-big-array v0.5.1
21922026-07-14T21:23:25.073Z Checking jiff v0.2.21
21932026-07-14T21:23:25.135Z Checking typed-path v0.9.3
21942026-07-14T21:23:25.173Z Checking unicode-bidi v0.3.18
21952026-07-14T21:23:25.176Z Checking unicode-properties v0.1.4
21962026-07-14T21:23:25.243Z Checking predicates-core v1.0.10
21972026-07-14T21:23:25.246Z Checking heapless v0.7.17
21982026-07-14T21:23:25.394Z Checking hickory-proto v0.25.2
21992026-07-14T21:23:25.434Z Checking byte-wrapper v0.1.0
22002026-07-14T21:23:25.470Z Checking md-5 v0.10.6
22012026-07-14T21:23:25.508Z Checking stringprep v0.1.5
22022026-07-14T21:23:25.634Z Checking float-cmp v0.10.0
22032026-07-14T21:23:25.671Z Checking normalize-line-endings v0.3.0
22042026-07-14T21:23:25.711Z Checking difflib v0.4.0
22052026-07-14T21:23:25.714Z Checking fallible-iterator v0.2.0
22062026-07-14T21:23:25.791Z Checking smoltcp v0.9.1
22072026-07-14T21:23:25.795Z Checking iddqd v0.4.2
22082026-07-14T21:23:25.916Z Checking predicates v3.1.4
22092026-07-14T21:23:25.954Z Checking tough v0.22.0
22102026-07-14T21:23:26.050Z Checking postgres-protocol v0.6.10
22112026-07-14T21:23:26.148Z Checking phf_shared v0.13.1
22122026-07-14T21:23:26.243Z Checking phf_shared v0.11.3
22132026-07-14T21:23:26.372Z Checking tokio-stream v0.1.18
22142026-07-14T21:23:26.412Z Checking buf-list v1.1.2
22152026-07-14T21:23:26.415Z Checking strum v0.27.2
22162026-07-14T21:23:26.481Z Checking new_debug_unreachable v1.0.6
22172026-07-14T21:23:26.577Z Checking fixedbitset v0.4.2
22182026-07-14T21:23:26.580Z Checking precomputed-hash v0.1.1
22192026-07-14T21:23:26.649Z Checking fixedbitset v0.5.7
22202026-07-14T21:23:26.726Z Checking lalrpop-util v0.19.12
22212026-07-14T21:23:26.763Z Checking petgraph v0.6.5
22222026-07-14T21:23:26.766Z Checking string_cache v0.8.9
22232026-07-14T21:23:26.834Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22242026-07-14T21:23:26.871Z Checking petgraph v0.8.3
22252026-07-14T21:23:26.915Z Checking postgres-types v0.2.12
22262026-07-14T21:23:26.994Z Checking phf v0.13.1
22272026-07-14T21:23:27.185Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22282026-07-14T21:23:27.258Z Checking whoami v2.1.0
22292026-07-14T21:23:27.330Z Checking zip v4.6.1
22302026-07-14T21:23:27.491Z Checking peg-runtime v0.8.5
22312026-07-14T21:23:27.494Z Checking tokio-postgres v0.7.16
22322026-07-14T21:23:27.780Z Checking is-terminal v0.4.17
22332026-07-14T21:23:27.902Z Checking crossbeam-channel v0.5.15
22342026-07-14T21:23:27.939Z Checking thread_local v1.1.9
22352026-07-14T21:23:28.002Z Compiling structmeta-derive v0.3.0
22362026-07-14T21:23:28.051Z Checking take_mut v0.2.2
22372026-07-14T21:23:28.132Z Checking term v1.2.1
22382026-07-14T21:23:28.185Z Compiling newtype-uuid-macros v0.1.0
22392026-07-14T21:23:28.223Z Compiling multer v3.1.0
22402026-07-14T21:23:28.260Z Checking slog-async v2.8.0
22412026-07-14T21:23:28.378Z Checking slog-term v2.9.2
22422026-07-14T21:23:28.532Z Compiling async-stream-impl v0.3.6
22432026-07-14T21:23:28.536Z Checking match_cfg v0.1.0
22442026-07-14T21:23:28.570Z Checking slog-json v2.6.1
22452026-07-14T21:23:28.622Z Checking hostname v0.3.1
22462026-07-14T21:23:28.659Z Compiling dropshot v0.17.1
22472026-07-14T21:23:28.748Z Compiling dropshot_endpoint v0.17.1
22482026-07-14T21:23:28.784Z Checking slog-bunyan v2.5.0
22492026-07-14T21:23:28.831Z Checking debug-ignore v1.0.5
22502026-07-14T21:23:28.930Z Checking sha1 v0.11.0
22512026-07-14T21:23:28.967Z Checking serde_spanned v1.1.1
22522026-07-14T21:23:29.001Z Checking toml_datetime v1.1.1+spec-1.1.0
22532026-07-14T21:23:29.005Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-07-14T21:23:29.106Z Compiling structmeta v0.3.0
22552026-07-14T21:23:29.144Z Checking serde_path_to_error v0.1.20
22562026-07-14T21:23:29.176Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22572026-07-14T21:23:29.177Z Checking compression-core v0.4.31
22582026-07-14T21:23:29.276Z Checking toml_writer v1.1.1+spec-1.1.0
22592026-07-14T21:23:29.319Z Checking progenitor-client v0.14.0
22602026-07-14T21:23:29.360Z Compiling derive-ex v0.1.8
22612026-07-14T21:23:29.363Z Checking compression-codecs v0.4.37
22622026-07-14T21:23:29.433Z Checking async-stream v0.3.6
22632026-07-14T21:23:29.478Z Checking toml v1.1.2+spec-1.1.0
22642026-07-14T21:23:29.580Z Checking rustls-pemfile v2.2.0
22652026-07-14T21:23:29.618Z Checking waitgroup v0.1.2
22662026-07-14T21:23:29.621Z Checking async-compression v0.4.41
22672026-07-14T21:23:29.689Z Checking hostname v0.4.2
22682026-07-14T21:23:29.745Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22692026-07-14T21:23:29.748Z Checking atomicwrites v0.4.4
22702026-07-14T21:23:29.817Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-07-14T21:23:29.820Z Checking itertools v0.14.0
22722026-07-14T21:23:29.897Z Compiling parse-display-derive v0.10.0
22732026-07-14T21:23:29.935Z Checking macaddr v1.0.1
22742026-07-14T21:23:29.939Z Checking regress v0.10.5
22752026-07-14T21:23:30.004Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22762026-07-14T21:23:30.083Z Checking instant v0.1.13
22772026-07-14T21:23:30.145Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22782026-07-14T21:23:30.197Z Checking backoff v0.4.0
22792026-07-14T21:23:30.407Z Checking backon v1.6.0
22802026-07-14T21:23:30.410Z Checking humantime v2.3.0
22812026-07-14T21:23:30.480Z Checking unicode-width v0.2.0
22822026-07-14T21:23:30.605Z Checking progenitor-extras v0.2.0
22832026-07-14T21:23:30.655Z Compiling convert_case v0.4.0
22842026-07-14T21:23:30.759Z Checking half v2.7.1
22852026-07-14T21:23:30.857Z Checking heck v0.5.0
22862026-07-14T21:23:30.925Z Checking ciborium-io v0.2.2
22872026-07-14T21:23:31.014Z Checking secrecy v0.10.3
22882026-07-14T21:23:31.048Z Compiling derive_more v0.99.20
22892026-07-14T21:23:31.052Z Checking ciborium-ll v0.2.2
22902026-07-14T21:23:31.052Z Checking indent_write v2.2.0
22912026-07-14T21:23:31.117Z Compiling test-strategy v0.4.5
22922026-07-14T21:23:31.186Z Checking camino-tempfile v1.4.1
22932026-07-14T21:23:31.222Z Compiling regress v0.11.1
22942026-07-14T21:23:31.318Z Checking ciborium v0.2.2
22952026-07-14T21:23:31.375Z Compiling crucible-workspace-hack v0.1.0
22962026-07-14T21:23:31.413Z Checking inout v0.1.4
22972026-07-14T21:23:31.578Z Checking cipher v0.4.4
22982026-07-14T21:23:31.647Z Checking parse-display v0.10.0
22992026-07-14T21:23:31.759Z Checking universal-hash v0.5.1
23002026-07-14T21:23:31.795Z Compiling thiserror-impl-no-std v2.0.2
23012026-07-14T21:23:31.830Z Checking opaque-debug v0.3.1
23022026-07-14T21:23:31.832Z Checking chacha20 v0.9.1
23032026-07-14T21:23:31.944Z Checking poly1305 v0.8.0
23042026-07-14T21:23:32.083Z Checking blake2 v0.10.6
23052026-07-14T21:23:32.249Z Checking aead v0.5.2
23062026-07-14T21:23:32.397Z Checking password-hash v0.5.0
23072026-07-14T21:23:32.433Z Checking chacha20poly1305 v0.10.1
23082026-07-14T21:23:32.517Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23092026-07-14T21:23:32.588Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23102026-07-14T21:23:32.655Z Checking argon2 v0.5.3
23112026-07-14T21:23:32.706Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23122026-07-14T21:23:32.915Z Compiling typify-impl v0.6.2
23132026-07-14T21:23:32.964Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23142026-07-14T21:23:33.031Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23152026-07-14T21:23:33.068Z Checking thiserror-no-std v2.0.2
23162026-07-14T21:23:33.122Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23172026-07-14T21:23:33.181Z Checking vsss-rs v3.3.4
23182026-07-14T21:23:33.296Z Compiling unsafe-libyaml v0.2.11
23192026-07-14T21:23:33.333Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23202026-07-14T21:23:33.706Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23212026-07-14T21:23:34.077Z Compiling serde_yaml v0.9.34+deprecated
23222026-07-14T21:23:34.326Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23232026-07-14T21:23:34.462Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23242026-07-14T21:23:34.492Z Checking swrite v0.1.0
23252026-07-14T21:23:34.607Z Checking crossbeam-deque v0.8.6
23262026-07-14T21:23:34.659Z Compiling rayon-core v1.13.0
23272026-07-14T21:23:34.702Z Compiling toml_datetime v0.7.5+spec-1.1.0
23282026-07-14T21:23:34.810Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23292026-07-14T21:23:34.933Z Compiling toml_edit v0.23.10+spec-1.0.0
23302026-07-14T21:23:35.003Z Compiling proc-macro-error v1.0.4
23312026-07-14T21:23:35.301Z Checking rayon v1.11.0
23322026-07-14T21:23:35.337Z Checking toml v0.8.23
23332026-07-14T21:23:35.511Z Checking tabwriter v1.4.1
23342026-07-14T21:23:35.547Z Checking glob v0.3.3
23352026-07-14T21:23:36.219Z Compiling proc-macro-crate v3.4.0
23362026-07-14T21:23:36.239Z Compiling heapless v0.8.0
23372026-07-14T21:23:36.239Z Checking colored v3.1.1
23382026-07-14T21:23:36.239Z Checking hash32 v0.3.1
23392026-07-14T21:23:36.239Z Checking unicode-width v0.1.14
23402026-07-14T21:23:36.239Z Compiling ingot-macros v0.1.1
23412026-07-14T21:23:36.239Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23422026-07-14T21:23:36.261Z Compiling num_enum_derive v0.7.6
23432026-07-14T21:23:36.297Z Compiling smoltcp v0.11.0
23442026-07-14T21:23:36.436Z Checking cobs v0.3.0
23452026-07-14T21:23:36.611Z Compiling usdt-attr-macro v0.5.0
23462026-07-14T21:23:36.725Z Compiling usdt-macro v0.5.0
23472026-07-14T21:23:36.760Z Checking memmap v0.7.0
23482026-07-14T21:23:36.797Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23492026-07-14T21:23:36.853Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23502026-07-14T21:23:37.068Z Checking postcard v1.1.3
23512026-07-14T21:23:37.365Z Checking num_enum v0.7.6
23522026-07-14T21:23:37.431Z Checking rand v0.10.1
23532026-07-14T21:23:37.468Z Compiling proc-macro-crate v1.3.1
23542026-07-14T21:23:37.500Z Compiling typify-macro v0.6.2
23552026-07-14T21:23:37.535Z Checking usdt v0.5.0
23562026-07-14T21:23:37.538Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23572026-07-14T21:23:37.735Z Checking sigpipe v0.1.3
23582026-07-14T21:23:37.809Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-14T21:23:37.847Z Compiling foreign-types-macros v0.2.3
23602026-07-14T21:23:37.916Z Checking foreign-types-shared v0.3.1
23612026-07-14T21:23:37.951Z Compiling num_enum_derive v0.5.11
23622026-07-14T21:23:38.183Z Checking cstr-argument v0.1.2
23632026-07-14T21:23:38.188Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-07-14T21:23:38.283Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23652026-07-14T21:23:38.335Z Compiling num-derive v0.4.2
23662026-07-14T21:23:38.476Z Checking foreign-types v0.5.0
23672026-07-14T21:23:38.582Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23682026-07-14T21:23:38.679Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23692026-07-14T21:23:38.768Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-07-14T21:23:38.844Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23712026-07-14T21:23:38.888Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23722026-07-14T21:23:38.968Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-07-14T21:23:39.006Z Checking ingot-types v0.1.2
23742026-07-14T21:23:39.042Z Checking num_enum v0.5.11
23752026-07-14T21:23:39.045Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23762026-07-14T21:23:39.148Z Compiling zone_cfg_derive v0.3.1
23772026-07-14T21:23:39.183Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23782026-07-14T21:23:39.265Z Compiling typify v0.6.2
23792026-07-14T21:23:39.395Z Compiling progenitor-impl v0.14.0
23802026-07-14T21:23:39.399Z Checking ingot v0.1.1
23812026-07-14T21:23:39.399Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23822026-07-14T21:23:39.498Z Checking itertools v0.12.1
23832026-07-14T21:23:39.659Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23842026-07-14T21:23:39.820Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23852026-07-14T21:23:39.973Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23862026-07-14T21:23:40.008Z Checking smf v0.2.3
23872026-07-14T21:23:40.152Z Checking whoami v1.6.1
23882026-07-14T21:23:40.231Z Checking tokio-dtrace v0.1.1
23892026-07-14T21:23:40.266Z Compiling derive-where v1.6.0
23902026-07-14T21:23:40.316Z Checking console v0.15.11
23912026-07-14T21:23:40.406Z Checking newline-converter v0.3.0
23922026-07-14T21:23:40.442Z Checking oxide-tokio-rt v0.1.4
23932026-07-14T21:23:40.555Z Checking bytecount v0.6.9
23942026-07-14T21:23:40.586Z Checking zone v0.3.1
23952026-07-14T21:23:40.615Z Checking expectorate v1.2.0
23962026-07-14T21:23:40.651Z Compiling owo-colors v4.3.0
23972026-07-14T21:23:40.684Z Compiling cancel-safe-futures v0.1.5
23982026-07-14T21:23:40.771Z Checking libsw-core v0.3.2
23992026-07-14T21:23:40.988Z Checking num-rational v0.4.2
24002026-07-14T21:23:40.998Z Checking libsw v3.5.0
24012026-07-14T21:23:41.042Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24022026-07-14T21:23:41.179Z Checking num-complex v0.4.6
24032026-07-14T21:23:41.297Z Checking linear-map v1.2.0
24042026-07-14T21:23:41.376Z Checking float-ord v0.3.2
24052026-07-14T21:23:41.470Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24062026-07-14T21:23:41.512Z Checking gethostname v0.5.0
24072026-07-14T21:23:41.549Z Checking num v0.4.3
24082026-07-14T21:23:41.588Z Compiling prettyplease v0.2.37
24092026-07-14T21:23:41.629Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-07-14T21:23:41.664Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24112026-07-14T21:23:41.718Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-07-14T21:23:41.994Z Compiling progenitor-macro v0.14.0
24132026-07-14T21:23:42.033Z Checking resolv-conf v0.7.6
24142026-07-14T21:23:42.130Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24152026-07-14T21:23:42.297Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24162026-07-14T21:23:42.334Z Checking unicode-linebreak v0.1.5
24172026-07-14T21:23:42.610Z Checking smawk v0.3.2
24182026-07-14T21:23:42.777Z Checking papergrid v0.11.0
24192026-07-14T21:23:43.294Z Compiling tabled_derive v0.7.0
24202026-07-14T21:23:43.354Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24212026-07-14T21:23:43.391Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24222026-07-14T21:23:43.394Z Compiling convert_case v0.10.0
24232026-07-14T21:23:43.523Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-07-14T21:23:43.559Z Compiling slog-dtrace v0.3.0
24252026-07-14T21:23:43.725Z Compiling derive_more-impl v2.1.1
24262026-07-14T21:23:43.832Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24272026-07-14T21:23:44.005Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24282026-07-14T21:23:44.318Z Checking tabled v0.15.0
24292026-07-14T21:23:44.516Z Checking linked-hash-map v0.5.6
24302026-07-14T21:23:44.576Z Checking derive_more v2.1.1
24312026-07-14T21:23:44.682Z Checking crossterm v0.29.0
24322026-07-14T21:23:44.716Z Checking lru-cache v0.1.2
24332026-07-14T21:23:45.216Z Checking hickory-proto v0.24.4
24342026-07-14T21:23:45.285Z Checking fd-lock v4.0.4
24352026-07-14T21:23:45.873Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24362026-07-14T21:23:45.940Z Checking vte v0.14.1
24372026-07-14T21:23:46.135Z Checking display-error-chain v0.2.2
24382026-07-14T21:23:46.264Z Checking strip-ansi-escapes v0.2.1
24392026-07-14T21:23:46.434Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-07-14T21:23:46.734Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24412026-07-14T21:23:46.919Z Checking progenitor v0.14.0
24422026-07-14T21:23:47.083Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24432026-07-14T21:23:47.494Z Checking termtree v0.5.1
24442026-07-14T21:23:47.530Z Checking nu-ansi-term v0.50.3
24452026-07-14T21:23:47.689Z Checking hickory-resolver v0.24.4
24462026-07-14T21:23:47.731Z Checking textwrap v0.16.2
24472026-07-14T21:23:47.766Z Compiling minimal-lexical v0.2.1
24482026-07-14T21:23:47.801Z Checking reedline v0.40.0
24492026-07-14T21:23:48.050Z Compiling nom v7.1.3
24502026-07-14T21:23:48.128Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24512026-07-14T21:23:48.458Z Checking qorb v0.4.1
24522026-07-14T21:23:48.599Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24532026-07-14T21:23:48.908Z Compiling unicode-xid v0.2.6
24542026-07-14T21:23:48.984Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552026-07-14T21:23:49.180Z Compiling ar_archive_writer v0.5.1
24562026-07-14T21:23:49.473Z Checking csv-core v0.1.13
24572026-07-14T21:23:49.586Z Compiling stacker v0.1.23
24582026-07-14T21:23:49.682Z Checking csv v1.4.0
24592026-07-14T21:23:49.685Z Compiling semver v0.1.20
24602026-07-14T21:23:49.750Z Compiling cfg_aliases v0.1.1
24612026-07-14T21:23:49.858Z Checking highway v1.3.0
24622026-07-14T21:23:49.940Z Compiling rustc_version v0.1.7
24632026-07-14T21:23:50.035Z Compiling nix v0.28.0
24642026-07-14T21:23:50.071Z Compiling psm v0.1.30
24652026-07-14T21:23:50.107Z Checking nibble_vec v0.1.0
24662026-07-14T21:23:50.121Z Checking endian-type v0.1.2
24672026-07-14T21:23:50.173Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24682026-07-14T21:23:50.215Z Compiling newtype_derive v0.1.6
24692026-07-14T21:23:50.261Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24702026-07-14T21:23:50.298Z Checking radix_trie v0.2.1
24712026-07-14T21:23:50.464Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24722026-07-14T21:23:50.504Z Checking phf_shared v0.12.1
24732026-07-14T21:23:50.541Z Compiling recursive-proc-macro-impl v0.1.1
24742026-07-14T21:23:50.674Z Compiling chrono-tz v0.10.4
24752026-07-14T21:23:50.773Z Checking phf v0.12.1
24762026-07-14T21:23:51.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772026-07-14T21:23:51.078Z Compiling const_format_proc_macros v0.2.34
24782026-07-14T21:23:51.078Z Checking recursive v0.1.1
24792026-07-14T21:23:51.078Z Compiling peg-macros v0.8.5
24802026-07-14T21:23:51.155Z Checking nom v8.0.0
24812026-07-14T21:23:51.246Z Checking winnow v0.6.26
24822026-07-14T21:23:51.563Z Compiling sqlparser_derive v0.5.0
24832026-07-14T21:23:51.891Z Checking unicode_categories v0.1.1
24842026-07-14T21:23:51.926Z Checking home v0.5.12
24852026-07-14T21:23:52.061Z Checking rustyline v14.0.0
24862026-07-14T21:23:52.096Z Checking const_format v0.2.35
24872026-07-14T21:23:52.407Z Checking sqlparser v0.61.0
24882026-07-14T21:23:52.486Z Checking sqlformat v0.3.5
24892026-07-14T21:23:52.533Z Checking peg v0.8.5
24902026-07-14T21:23:52.635Z Checking bcs v0.1.6
24912026-07-14T21:23:52.804Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24922026-07-14T21:23:52.898Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24932026-07-14T21:23:52.934Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24942026-07-14T21:23:52.966Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24952026-07-14T21:23:53.115Z Checking steno v0.4.1
24962026-07-14T21:23:53.155Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
24972026-07-14T21:23:53.312Z Checking sha1 v0.10.6
24982026-07-14T21:23:53.440Z Checking filetime v0.2.27
24992026-07-14T21:23:53.605Z Checking xattr v1.6.1
25002026-07-14T21:23:53.767Z Checking tar v0.4.46
25012026-07-14T21:23:53.970Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-07-14T21:23:54.164Z Checking subprocess v0.2.15
25032026-07-14T21:23:54.201Z Checking base64 v0.21.7
25042026-07-14T21:23:54.235Z Checking headers-core v0.3.0
25052026-07-14T21:23:54.374Z Checking headers v0.4.1
25062026-07-14T21:23:54.470Z Checking yasna v0.5.2
25072026-07-14T21:23:54.507Z Checking port-file v0.1.0
25082026-07-14T21:23:54.715Z Checking dropshot-api-manager-types v0.7.2
25092026-07-14T21:23:54.852Z Checking tagptr v0.2.0
25102026-07-14T21:23:54.887Z Checking rcgen v0.12.1
25112026-07-14T21:23:54.922Z Checking utf-8 v0.7.6
25122026-07-14T21:23:55.020Z Checking moka v0.12.13
25132026-07-14T21:23:55.081Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25142026-07-14T21:23:55.117Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25152026-07-14T21:23:55.224Z Checking tungstenite v0.21.0
25162026-07-14T21:23:55.260Z Compiling radium v0.7.0
25172026-07-14T21:23:55.706Z Checking hickory-resolver v0.25.2
25182026-07-14T21:23:55.709Z Checking tokio-tungstenite v0.21.0
25192026-07-14T21:23:55.774Z Checking tap v1.0.1
25202026-07-14T21:23:55.907Z Compiling maybe-uninit v2.0.0
25212026-07-14T21:23:56.041Z Compiling libefi-sys v0.1.0
25222026-07-14T21:23:56.305Z Checking wyz v0.5.1
25232026-07-14T21:23:56.427Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25242026-07-14T21:23:56.512Z Compiling bitfield-struct v0.6.2
25252026-07-14T21:23:56.551Z Compiling zerocopy-derive v0.6.6
25262026-07-14T21:23:56.586Z Checking funty v2.0.0
25272026-07-14T21:23:56.908Z Checking crc-catalog v2.4.0
25282026-07-14T21:23:56.943Z Compiling packed_struct v0.10.1
25292026-07-14T21:23:56.978Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25302026-07-14T21:23:57.031Z Checking crc v3.4.0
25312026-07-14T21:23:57.146Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25322026-07-14T21:23:57.183Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25332026-07-14T21:23:57.270Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25342026-07-14T21:23:57.337Z Checking bitvec v1.0.1
25352026-07-14T21:23:57.411Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25362026-07-14T21:23:57.450Z Checking zerocopy v0.6.6
25372026-07-14T21:23:57.564Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25382026-07-14T21:23:57.601Z Compiling packed_struct_codegen v0.10.1
25392026-07-14T21:23:57.604Z Compiling bitfield-macros v0.19.4
25402026-07-14T21:23:57.769Z Compiling indexmap v1.9.3
25412026-07-14T21:23:58.013Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25422026-07-14T21:23:58.120Z Checking nodrop v0.1.14
25432026-07-14T21:23:58.244Z Checking array-init v0.0.4
25442026-07-14T21:23:58.383Z Checking bitfield v0.19.4
25452026-07-14T21:23:58.567Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25462026-07-14T21:23:58.714Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25472026-07-14T21:23:58.780Z Checking smallvec v0.6.14
25482026-07-14T21:23:58.826Z Checking hashbrown v0.12.3
25492026-07-14T21:23:58.891Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-07-14T21:23:58.997Z Checking serde-hex v0.1.0
25512026-07-14T21:23:59.077Z Checking ron v0.8.1
25522026-07-14T21:23:59.326Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25532026-07-14T21:23:59.624Z Checking hashbrown v0.13.2
25542026-07-14T21:23:59.627Z Checking crc-any v2.5.0
25552026-07-14T21:23:59.837Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25562026-07-14T21:23:59.873Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-07-14T21:24:00.066Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25582026-07-14T21:24:00.099Z Checking object v0.30.4
25592026-07-14T21:24:00.157Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-07-14T21:24:00.399Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25612026-07-14T21:24:00.436Z Checking path-slash v0.1.5
25622026-07-14T21:24:00.519Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25632026-07-14T21:24:00.570Z Compiling xshell-macros v0.2.7
25642026-07-14T21:24:01.002Z Checking xshell v0.2.7
25652026-07-14T21:24:01.098Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25662026-07-14T21:24:01.341Z Checking half v1.8.3
25672026-07-14T21:24:01.388Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
25682026-07-14T21:24:01.485Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25692026-07-14T21:24:01.565Z Checking serde_cbor v0.11.2
25702026-07-14T21:24:01.633Z Compiling proc-macro-error-attr2 v2.0.0
25712026-07-14T21:24:01.975Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25722026-07-14T21:24:02.075Z Compiling proc-macro-error2 v2.0.1
25732026-07-14T21:24:02.334Z Compiling num-derive v0.3.3
25742026-07-14T21:24:02.337Z Checking maplit v1.0.2
25752026-07-14T21:24:02.358Z Checking papergrid v0.17.0
25762026-07-14T21:24:02.416Z Compiling tabled_derive v0.11.0
25772026-07-14T21:24:02.451Z Checking testing_table v0.3.0
25782026-07-14T21:24:02.576Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25792026-07-14T21:24:02.937Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25802026-07-14T21:24:03.096Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-07-14T21:24:03.200Z Compiling progenitor-impl v0.13.0
25822026-07-14T21:24:03.245Z Checking libscf-sys v1.1.0
25832026-07-14T21:24:03.406Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25842026-07-14T21:24:03.505Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25852026-07-14T21:24:03.633Z Checking tabled v0.20.0
25862026-07-14T21:24:03.667Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25872026-07-14T21:24:03.955Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25882026-07-14T21:24:03.991Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25892026-07-14T21:24:04.296Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25902026-07-14T21:24:04.606Z Checking progenitor-client v0.13.0
25912026-07-14T21:24:04.875Z Checking crc8 v0.1.1
25922026-07-14T21:24:04.910Z Checking unicase v2.9.0
25932026-07-14T21:24:05.003Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25942026-07-14T21:24:05.099Z Checking fxhash v0.2.1
25952026-07-14T21:24:05.235Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25962026-07-14T21:24:05.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25972026-07-14T21:24:05.726Z Compiling vergen-lib v0.1.6
25982026-07-14T21:24:05.762Z Compiling diesel_derives v2.3.7
25992026-07-14T21:24:05.794Z Compiling progenitor-macro v0.13.0
26002026-07-14T21:24:05.990Z Checking scheduled-thread-pool v0.2.7
26012026-07-14T21:24:06.022Z Compiling dsl_auto_type v0.2.0
26022026-07-14T21:24:06.055Z Compiling vergen-gitcl v1.0.8
26032026-07-14T21:24:06.122Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-14T21:24:06.193Z Checking r2d2 v0.8.10
26052026-07-14T21:24:06.229Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26062026-07-14T21:24:06.351Z Checking downcast-rs v2.0.2
26072026-07-14T21:24:06.429Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26082026-07-14T21:24:06.474Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26092026-07-14T21:24:06.579Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26102026-07-14T21:24:06.780Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26112026-07-14T21:24:06.853Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26122026-07-14T21:24:06.941Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26132026-07-14T21:24:06.978Z Checking kstat-rs v0.2.4
26142026-07-14T21:24:06.981Z Checking arc-swap v1.8.2
26152026-07-14T21:24:07.045Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26162026-07-14T21:24:07.130Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26172026-07-14T21:24:07.213Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26182026-07-14T21:24:07.283Z Checking slog-scope v4.4.1
26192026-07-14T21:24:07.454Z Compiling dirs-sys-next v0.1.2
26202026-07-14T21:24:07.518Z Compiling crunchy v0.2.4
26212026-07-14T21:24:07.834Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26222026-07-14T21:24:07.839Z Compiling parking_lot_core v0.8.6
26232026-07-14T21:24:07.889Z Compiling dirs-next v2.0.0
26242026-07-14T21:24:07.935Z Checking slog-stdlog v4.1.1
26252026-07-14T21:24:08.039Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26262026-07-14T21:24:08.086Z Compiling clang-sys v1.8.1
26272026-07-14T21:24:08.166Z Compiling git-stub v1.0.0
26282026-07-14T21:24:08.452Z Compiling tiny-keccak v2.0.2
26292026-07-14T21:24:08.533Z Compiling git-stub-vcs v0.1.0
26302026-07-14T21:24:08.633Z Checking slog-envlogger v2.2.0
26312026-07-14T21:24:08.730Z Compiling term v0.7.0
26322026-07-14T21:24:08.839Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-07-14T21:24:08.912Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26342026-07-14T21:24:08.915Z Compiling bit-vec v0.6.3
26352026-07-14T21:24:09.149Z Compiling bit-set v0.5.3
26362026-07-14T21:24:09.152Z Compiling ascii-canvas v3.0.0
26372026-07-14T21:24:09.219Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26382026-07-14T21:24:09.338Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26392026-07-14T21:24:09.372Z Checking parking_lot v0.11.2
26402026-07-14T21:24:09.418Z Checking prefix-trie v0.7.0
26412026-07-14T21:24:09.595Z Compiling itertools v0.10.5
26422026-07-14T21:24:09.653Z Compiling ena v0.14.4
26432026-07-14T21:24:09.699Z Compiling libloading v0.8.9
26442026-07-14T21:24:09.746Z Compiling diff v0.1.13
26452026-07-14T21:24:09.781Z Compiling regex-syntax v0.6.29
26462026-07-14T21:24:09.895Z Compiling bindgen v0.71.1
26472026-07-14T21:24:10.037Z Checking hickory-server v0.25.2
26482026-07-14T21:24:10.472Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26492026-07-14T21:24:10.664Z Checking progenitor v0.13.0
26502026-07-14T21:24:10.699Z Checking sled v0.34.7
26512026-07-14T21:24:10.834Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26522026-07-14T21:24:11.067Z Compiling cexpr v0.6.0
26532026-07-14T21:24:11.306Z Compiling lalrpop v0.19.12
26542026-07-14T21:24:11.765Z Checking nanorand v0.7.0
26552026-07-14T21:24:11.856Z Compiling salty v0.3.0
26562026-07-14T21:24:11.948Z Compiling rustc-hash v2.1.1
26572026-07-14T21:24:11.982Z Checking diesel v2.3.7
26582026-07-14T21:24:12.019Z Checking flume v0.11.1
26592026-07-14T21:24:12.249Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26602026-07-14T21:24:12.286Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26612026-07-14T21:24:12.339Z Compiling libxml v0.3.3
26622026-07-14T21:24:12.828Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26632026-07-14T21:24:13.255Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26642026-07-14T21:24:13.429Z Compiling strum_macros v0.24.3
26652026-07-14T21:24:13.671Z Compiling fs-err v2.11.0
26662026-07-14T21:24:13.914Z Compiling indoc v1.0.9
26672026-07-14T21:24:14.395Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26682026-07-14T21:24:14.636Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-07-14T21:24:14.671Z Checking quick-xml v0.37.5
26702026-07-14T21:24:14.831Z Checking derive_builder v0.20.2
26712026-07-14T21:24:14.974Z Compiling oso-derive v0.27.3
26722026-07-14T21:24:15.009Z Compiling trait-variant v0.1.2
26732026-07-14T21:24:15.496Z Compiling impl-trait-for-tuples v0.2.3
26742026-07-14T21:24:15.573Z Checking openssl-probe v0.1.6
26752026-07-14T21:24:15.608Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26762026-07-14T21:24:15.968Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26772026-07-14T21:24:16.404Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-07-14T21:24:17.038Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26792026-07-14T21:24:17.206Z Checking rfc6979 v0.4.0
26802026-07-14T21:24:17.348Z Checking assert_matches v1.5.0
26812026-07-14T21:24:17.382Z Checking parse-size v1.1.0
26822026-07-14T21:24:17.418Z Checking ecdsa v0.16.9
26832026-07-14T21:24:17.452Z Checking primeorder v0.13.6
26842026-07-14T21:24:17.532Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26852026-07-14T21:24:17.727Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-14T21:24:17.800Z Checking p384 v0.13.1
26872026-07-14T21:24:17.976Z Checking predicates-tree v1.0.13
26882026-07-14T21:24:18.125Z Checking bb8 v0.8.6
26892026-07-14T21:24:18.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26902026-07-14T21:24:18.489Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26912026-07-14T21:24:18.555Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26922026-07-14T21:24:18.599Z Checking http-range v0.1.5
26932026-07-14T21:24:18.652Z Compiling mime_guess v2.0.5
26942026-07-14T21:24:18.841Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-14T21:24:18.926Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26962026-07-14T21:24:19.094Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26972026-07-14T21:24:19.271Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26982026-07-14T21:24:19.274Z Checking atty v0.2.14
26992026-07-14T21:24:19.340Z Checking corncobs v0.1.4
27002026-07-14T21:24:19.343Z Checking nonempty v0.12.0
27012026-07-14T21:24:19.558Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-07-14T21:24:19.561Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27032026-07-14T21:24:19.625Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27042026-07-14T21:24:19.792Z Checking ignore v0.4.25
27052026-07-14T21:24:19.878Z Checking secrecy v0.8.0
27062026-07-14T21:24:19.922Z Checking hyper-staticfile v0.10.1
27072026-07-14T21:24:20.225Z Checking globwalk v0.9.1
27082026-07-14T21:24:20.261Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27092026-07-14T21:24:20.294Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27102026-07-14T21:24:20.436Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27112026-07-14T21:24:20.614Z Compiling illumos-nvpair-sys v0.2.0
27122026-07-14T21:24:20.650Z Checking camino-tempfile-ext v0.3.3
27132026-07-14T21:24:20.774Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27142026-07-14T21:24:20.882Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27152026-07-14T21:24:20.926Z Checking signal-hook-tokio v0.3.1
27162026-07-14T21:24:21.012Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27172026-07-14T21:24:21.238Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27182026-07-14T21:24:21.319Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27192026-07-14T21:24:21.567Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27202026-07-14T21:24:21.701Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27212026-07-14T21:24:21.766Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-07-14T21:24:21.913Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27232026-07-14T21:24:22.011Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-07-14T21:24:22.128Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-07-14T21:24:22.648Z Checking illumos-nvpair v0.3.0
27262026-07-14T21:24:22.844Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27272026-07-14T21:24:23.278Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27282026-07-14T21:24:23.705Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27292026-07-14T21:24:23.760Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27302026-07-14T21:24:23.765Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27312026-07-14T21:24:23.989Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27322026-07-14T21:24:24.024Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-07-14T21:24:24.128Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27342026-07-14T21:24:24.187Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27352026-07-14T21:24:24.726Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27362026-07-14T21:24:24.884Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27372026-07-14T21:24:25.162Z Checking tungstenite v0.23.0
27382026-07-14T21:24:25.204Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27392026-07-14T21:24:25.214Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27402026-07-14T21:24:25.631Z Checking tokio-tungstenite v0.23.1
27412026-07-14T21:24:25.664Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27422026-07-14T21:24:25.930Z Checking rand_seeder v0.4.0
27432026-07-14T21:24:26.035Z Checking void v1.0.2
27442026-07-14T21:24:26.110Z Checking diesel-dtrace v0.5.0
27452026-07-14T21:24:26.173Z Checking async-bb8-diesel v0.2.1
27462026-07-14T21:24:26.212Z Checking lzss v0.8.2
27472026-07-14T21:24:26.375Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27482026-07-14T21:24:26.409Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27492026-07-14T21:24:26.446Z Checking nix v0.27.1
27502026-07-14T21:24:26.557Z Checking serde_bytes v0.11.19
27512026-07-14T21:24:26.585Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27522026-07-14T21:24:26.697Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27532026-07-14T21:24:26.763Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27542026-07-14T21:24:26.977Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27552026-07-14T21:24:27.417Z Checking is_ci v1.2.0
27562026-07-14T21:24:27.522Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27572026-07-14T21:24:27.557Z Checking yansi v1.0.1
27582026-07-14T21:24:27.755Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27592026-07-14T21:24:27.849Z Checking cpubits v0.1.1
27602026-07-14T21:24:27.955Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27612026-07-14T21:24:27.988Z Checking pretty_assertions v1.4.1
27622026-07-14T21:24:28.155Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27632026-07-14T21:24:28.238Z Checking pem-rfc7468 v1.0.0
27642026-07-14T21:24:28.459Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652026-07-14T21:24:28.467Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27662026-07-14T21:24:28.736Z Compiling darling_core v0.23.0
27672026-07-14T21:24:28.982Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27682026-07-14T21:24:29.721Z Compiling indoc v2.0.7
27692026-07-14T21:24:29.774Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27702026-07-14T21:24:30.019Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27712026-07-14T21:24:30.233Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-07-14T21:24:30.720Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27732026-07-14T21:24:30.757Z Checking sha2 v0.11.0
27742026-07-14T21:24:31.044Z Checking hmac v0.13.0
27752026-07-14T21:24:31.242Z Checking universal-hash v0.6.1
27762026-07-14T21:24:31.280Z Compiling darling_macro v0.23.0
27772026-07-14T21:24:31.401Z Compiling libz-sys v1.1.24
27782026-07-14T21:24:31.458Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-07-14T21:24:31.499Z Compiling instability v0.3.11
27802026-07-14T21:24:31.775Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-07-14T21:24:31.847Z Compiling darling v0.23.0
27822026-07-14T21:24:31.924Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27832026-07-14T21:24:31.968Z Checking castaway v0.2.4
27842026-07-14T21:24:32.109Z Checking compact_str v0.8.1
27852026-07-14T21:24:32.526Z Checking polyval v0.7.1
27862026-07-14T21:24:32.743Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27872026-07-14T21:24:32.794Z Checking der v0.8.0
27882026-07-14T21:24:32.987Z Checking supports-color v3.0.2
27892026-07-14T21:24:33.022Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-07-14T21:24:33.151Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-07-14T21:24:33.265Z Checking unicode-truncate v1.1.0
27922026-07-14T21:24:33.396Z Checking console v0.16.2
27932026-07-14T21:24:33.446Z Checking lru v0.12.5
27942026-07-14T21:24:33.526Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-07-14T21:24:33.616Z Checking unit-prefix v0.5.2
27962026-07-14T21:24:33.652Z Checking cassowary v0.3.0
27972026-07-14T21:24:33.812Z Checking indicatif v0.18.4
27982026-07-14T21:24:33.855Z Checking ghash v0.6.0
27992026-07-14T21:24:33.893Z Checking ratatui v0.29.0
28002026-07-14T21:24:34.162Z Checking pbkdf2 v0.13.0
28012026-07-14T21:24:34.228Z Checking aes v0.9.1
28022026-07-14T21:24:34.310Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28032026-07-14T21:24:34.659Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
28042026-07-14T21:24:34.910Z Checking ctr v0.10.1
28052026-07-14T21:24:35.121Z Checking aead v0.6.1
28062026-07-14T21:24:35.235Z Checking cargo-platform v0.3.2
28072026-07-14T21:24:35.293Z Checking aes-gcm v0.11.0
28082026-07-14T21:24:35.448Z Checking cargo_metadata v0.23.1
28092026-07-14T21:24:35.489Z Checking spki v0.8.0
28102026-07-14T21:24:35.526Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-07-14T21:24:35.694Z Checking crypto-bigint v0.7.5
28122026-07-14T21:24:36.232Z Checking cbc v0.2.1
28132026-07-14T21:24:36.405Z Checking salsa20 v0.11.0
28142026-07-14T21:24:36.597Z Compiling vergen-git2 v9.1.0
28152026-07-14T21:24:36.821Z Checking plotters-backend v0.3.7
28162026-07-14T21:24:36.983Z Checking scrypt v0.12.0
28172026-07-14T21:24:37.048Z Checking plotters-svg v0.3.7
28182026-07-14T21:24:37.179Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-14T21:24:37.229Z Checking cast v0.3.0
28202026-07-14T21:24:37.415Z Checking criterion-plot v0.6.0
28212026-07-14T21:24:37.495Z Checking plotters v0.3.7
28222026-07-14T21:24:37.700Z Checking pkcs5 v0.8.1
28232026-07-14T21:24:37.964Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-07-14T21:24:38.023Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28252026-07-14T21:24:38.264Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-07-14T21:24:38.306Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28272026-07-14T21:24:38.506Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28282026-07-14T21:24:38.541Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-07-14T21:24:38.747Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28302026-07-14T21:24:38.783Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-07-14T21:24:38.961Z Checking colored v2.2.0
28322026-07-14T21:24:38.996Z Checking tinytemplate v1.2.1
28332026-07-14T21:24:39.194Z Checking anes v0.1.6
28342026-07-14T21:24:39.244Z Checking oorandom v11.1.5
28352026-07-14T21:24:39.387Z Checking shell-words v1.1.1
28362026-07-14T21:24:39.421Z Checking criterion v0.7.0
28372026-07-14T21:24:39.501Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28382026-07-14T21:24:39.775Z Checking pkcs8 v0.11.0
28392026-07-14T21:24:40.006Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28402026-07-14T21:24:40.654Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28412026-07-14T21:24:41.483Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28422026-07-14T21:24:42.375Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28432026-07-14T21:24:42.854Z Checking tokio-test v0.4.5
28442026-07-14T21:24:43.062Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-07-14T21:24:43.302Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28462026-07-14T21:24:43.415Z Checking twox-hash v2.1.2
28472026-07-14T21:24:43.699Z Checking ff v0.14.0
28482026-07-14T21:24:43.781Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-07-14T21:24:43.867Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28502026-07-14T21:24:43.981Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28512026-07-14T21:24:44.423Z Checking fatfs v0.3.6
28522026-07-14T21:24:44.528Z Checking signature v3.0.0
28532026-07-14T21:24:44.708Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28542026-07-14T21:24:44.909Z Checking base16ct v1.0.0
28552026-07-14T21:24:44.977Z Compiling seq-macro v0.3.6
28562026-07-14T21:24:45.070Z Checking sec1 v0.8.1
28572026-07-14T21:24:45.312Z Checking group v0.14.0
28582026-07-14T21:24:45.494Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-07-14T21:24:45.536Z Checking hkdf v0.13.0
28602026-07-14T21:24:45.700Z Compiling petname v2.0.2
28612026-07-14T21:24:45.962Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28622026-07-14T21:24:46.047Z Checking elliptic-curve v0.14.0-rc.33
28632026-07-14T21:24:46.158Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28642026-07-14T21:24:46.387Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28652026-07-14T21:24:49.226Z Checking concurrent-queue v2.5.0
28662026-07-14T21:24:49.346Z Checking rtoolbox v0.0.3
28672026-07-14T21:24:49.346Z Checking parking v2.2.1
28682026-07-14T21:24:49.346Z Checking event-listener v5.4.1
28692026-07-14T21:24:49.347Z Checking rpassword v7.4.0
28702026-07-14T21:24:49.347Z Checking tui-tree-widget v0.23.1
28712026-07-14T21:24:49.347Z Checking rfc6979 v0.5.0
28722026-07-14T21:24:49.347Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28732026-07-14T21:24:49.347Z Checking sapling-renderdag v0.1.0
28742026-07-14T21:24:49.347Z Checking sync-ptr v0.1.4
28752026-07-14T21:24:49.347Z Checking ecdsa v0.17.0-rc.18
28762026-07-14T21:24:49.347Z Checking event-listener-strategy v0.5.4
28772026-07-14T21:24:49.347Z Checking primeorder v0.14.0-rc.10
28782026-07-14T21:24:49.347Z Checking primefield v0.14.0
28792026-07-14T21:24:49.347Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28802026-07-14T21:24:49.347Z Compiling curve25519-dalek v5.0.0-rc.0
28812026-07-14T21:24:49.347Z Checking futures-timer v3.0.3
28822026-07-14T21:24:49.347Z Checking arrayvec v0.7.6
28832026-07-14T21:24:49.347Z Checking arrayref v0.3.9
28842026-07-14T21:24:49.447Z Checking constant_time_eq v0.4.2
28852026-07-14T21:24:49.534Z Checking async-lock v3.4.2
28862026-07-14T21:24:49.647Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28872026-07-14T21:24:49.908Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-14T21:24:49.946Z Checking ssh-encoding v0.3.0-rc.9
28892026-07-14T21:24:50.205Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-07-14T21:24:50.592Z Compiling strsim v0.10.0
28912026-07-14T21:24:51.439Z Compiling darling_core v0.13.4
28922026-07-14T21:24:51.617Z Checking async-object-pool v0.2.0
28932026-07-14T21:24:52.314Z Checking ed25519 v3.0.0
28942026-07-14T21:24:52.521Z Checking crypto-primes v0.7.2
28952026-07-14T21:24:52.713Z Checking pkcs1 v0.8.0-rc.4
28962026-07-14T21:24:56.784Z Compiling samael v0.0.19
28972026-07-14T21:24:56.801Z Checking poly1305 v0.9.0
28982026-07-14T21:24:56.801Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28992026-07-14T21:24:56.801Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
29002026-07-14T21:24:56.801Z Checking serde_regex v1.1.0
29012026-07-14T21:24:56.801Z Checking blowfish v0.10.0
29022026-07-14T21:24:56.801Z Checking blake2 v0.11.0-rc.6
29032026-07-14T21:24:56.801Z Checking assert-json-diff v2.0.2
29042026-07-14T21:24:56.801Z Checking path-tree v0.8.3
29052026-07-14T21:24:56.801Z Checking keccak v0.2.0
29062026-07-14T21:24:56.801Z Compiling target-lexicon v0.13.3
29072026-07-14T21:24:56.801Z Checking stringmetrics v2.2.2
29082026-07-14T21:24:56.801Z Checking gimli v0.32.3
29092026-07-14T21:24:56.801Z Checking fiat-crypto v0.3.0
29102026-07-14T21:24:56.801Z Checking httpmock v0.8.3
29112026-07-14T21:24:56.849Z Checking addr2line v0.25.1
29122026-07-14T21:24:56.849Z Checking sha3 v0.11.0
29132026-07-14T21:24:56.849Z Checking argon2 v0.6.0-rc.8
29142026-07-14T21:24:56.850Z Checking bcrypt-pbkdf v0.11.0
29152026-07-14T21:24:56.850Z Checking rsa v0.10.0-rc.18
29162026-07-14T21:24:56.850Z Checking ssh-cipher v0.3.0-rc.9
29172026-07-14T21:24:57.020Z Compiling darling_macro v0.13.4
29182026-07-14T21:24:57.190Z Checking ed25519-dalek v3.0.0-rc.0
29192026-07-14T21:24:57.562Z Checking p256 v0.14.0-rc.10
29202026-07-14T21:24:58.350Z Checking p521 v0.14.0-rc.10
29212026-07-14T21:24:59.355Z Checking p384 v0.14.0-rc.10
29222026-07-14T21:24:59.391Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29232026-07-14T21:24:59.715Z Checking kem v0.3.0
29242026-07-14T21:24:59.806Z Checking module-lattice v0.2.3
29252026-07-14T21:25:00.055Z Compiling guppy-workspace-hack v0.1.0
29262026-07-14T21:25:00.270Z Checking hex-literal v0.4.1
29272026-07-14T21:25:00.307Z Checking rustc-demangle v0.1.27
29282026-07-14T21:25:00.449Z Checking ml-kem v0.3.2
29292026-07-14T21:25:00.561Z Checking backtrace v0.3.76
29302026-07-14T21:25:00.881Z Compiling darling v0.13.4
29312026-07-14T21:25:01.240Z Checking russh-cryptovec v0.61.0
29322026-07-14T21:25:01.273Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29332026-07-14T21:25:01.374Z Checking internal-russh-num-bigint v0.5.0
29342026-07-14T21:25:01.408Z Checking ssh-key v0.7.0-rc.10
29352026-07-14T21:25:01.441Z Compiling git2 v0.20.4
29362026-07-14T21:25:01.506Z Checking num-bigint v0.4.6
29372026-07-14T21:25:01.540Z Checking russh-util v0.52.0
29382026-07-14T21:25:01.697Z Checking generic-array v1.4.3
29392026-07-14T21:25:02.127Z Compiling enum_dispatch v0.3.13
29402026-07-14T21:25:02.339Z Compiling blake3 v1.8.5
29412026-07-14T21:25:02.412Z Compiling delegate v0.13.5
29422026-07-14T21:25:02.461Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29432026-07-14T21:25:02.765Z Checking md5 v0.8.0
29442026-07-14T21:25:02.932Z Checking hex-literal v1.1.0
29452026-07-14T21:25:02.971Z Compiling target-spec v3.5.7
29462026-07-14T21:25:03.063Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29472026-07-14T21:25:03.420Z Checking russh v0.61.2
29482026-07-14T21:25:03.518Z Checking cfg-expr v0.20.6
29492026-07-14T21:25:03.713Z Compiling serde_with_macros v1.5.2
29502026-07-14T21:25:03.940Z Checking backtrace-ext v0.2.1
29512026-07-14T21:25:04.196Z Checking supports-color v2.1.0
29522026-07-14T21:25:04.295Z Checking textwrap v0.15.2
29532026-07-14T21:25:04.363Z Checking supports-hyperlinks v2.1.0
29542026-07-14T21:25:04.515Z Checking supports-unicode v2.1.0
29552026-07-14T21:25:04.549Z Checking hashbrown v0.14.5
29562026-07-14T21:25:04.604Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29572026-07-14T21:25:04.661Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29582026-07-14T21:25:04.821Z Checking socket2 v0.5.10
29592026-07-14T21:25:04.856Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29602026-07-14T21:25:04.891Z Checking terminal_size v0.1.17
29612026-07-14T21:25:05.029Z Compiling miette-derive v5.10.0
29622026-07-14T21:25:05.103Z Checking internet-checksum v0.2.1
29632026-07-14T21:25:05.254Z Checking owo-colors v3.5.0
29642026-07-14T21:25:05.813Z Checking chumsky v0.9.3
29652026-07-14T21:25:06.208Z Checking miette v5.10.0
29662026-07-14T21:25:06.399Z Compiling serde_with v1.14.0
29672026-07-14T21:25:06.967Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29682026-07-14T21:25:07.100Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29692026-07-14T21:25:07.154Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29702026-07-14T21:25:07.521Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29712026-07-14T21:25:07.638Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29722026-07-14T21:25:07.739Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29732026-07-14T21:25:07.914Z Compiling knuffel-derive v3.2.0
29742026-07-14T21:25:07.917Z Checking httptest v0.16.4
29752026-07-14T21:25:08.027Z Checking pathdiff v0.2.3
29762026-07-14T21:25:08.173Z Checking nested v0.1.1
29772026-07-14T21:25:08.349Z Checking topological-sort v0.2.2
29782026-07-14T21:25:08.385Z Checking guppy v0.17.25
29792026-07-14T21:25:08.522Z Checking omicron-zone-package v0.12.3
29802026-07-14T21:25:08.628Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29812026-07-14T21:25:08.942Z Compiling polar-core v0.27.3
29822026-07-14T21:25:09.343Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29832026-07-14T21:25:09.434Z Checking knuffel v3.2.0
29842026-07-14T21:25:09.468Z Checking similar-asserts v1.7.0
29852026-07-14T21:25:09.601Z Compiling target-triple v1.0.0
29862026-07-14T21:25:09.652Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29872026-07-14T21:25:09.973Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29882026-07-14T21:25:10.083Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29892026-07-14T21:25:10.326Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29902026-07-14T21:25:10.361Z Checking hickory-client v0.25.2
29912026-07-14T21:25:10.585Z Checking escape8259 v0.5.3
29922026-07-14T21:25:10.654Z Compiling assert_cmd v2.1.2
29932026-07-14T21:25:10.741Z Checking libtest-mimic v0.8.1
29942026-07-14T21:25:11.087Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29952026-07-14T21:25:11.153Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29962026-07-14T21:25:11.219Z Checking blake2b_simd v1.0.4
29972026-07-14T21:25:11.386Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29982026-07-14T21:25:11.641Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29992026-07-14T21:25:11.787Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30002026-07-14T21:25:11.846Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30012026-07-14T21:25:12.046Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30022026-07-14T21:25:12.088Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30032026-07-14T21:25:12.309Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30042026-07-14T21:25:12.345Z Checking fancy-regex v0.14.0
30052026-07-14T21:25:12.515Z Checking serde_tokenstream v0.2.3
30062026-07-14T21:25:12.744Z Checking approx v0.5.1
30072026-07-14T21:25:12.778Z Compiling rstest_macros v0.25.0
30082026-07-14T21:25:12.782Z Checking uzers v0.12.2
30092026-07-14T21:25:12.907Z Checking termcolor v1.4.1
30102026-07-14T21:25:13.057Z Checking constant_time_eq v0.3.1
30112026-07-14T21:25:13.098Z Compiling linkme-impl v0.3.35
30122026-07-14T21:25:13.150Z Checking trybuild v1.0.116
30132026-07-14T21:25:13.188Z Checking rust-argon2 v2.1.0
30142026-07-14T21:25:13.502Z Checking datatest-stable v0.3.3
30152026-07-14T21:25:13.800Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30162026-07-14T21:25:13.913Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30172026-07-14T21:25:13.982Z Checking oso v0.27.3
30182026-07-14T21:25:14.080Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30192026-07-14T21:25:14.208Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30202026-07-14T21:25:14.281Z Checking support-bundle-viewer v0.1.2
30212026-07-14T21:25:14.556Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30222026-07-14T21:25:14.801Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30232026-07-14T21:25:14.919Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30242026-07-14T21:25:14.956Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30252026-07-14T21:25:15.038Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30262026-07-14T21:25:15.161Z Checking drift v0.2.0
30272026-07-14T21:25:15.199Z Checking rand_distr v0.5.1
30282026-07-14T21:25:15.550Z Checking digest-io v0.1.0
30292026-07-14T21:25:15.634Z Checking multimap v0.10.1
30302026-07-14T21:25:15.699Z Checking rawzip v0.4.4
30312026-07-14T21:25:15.734Z Compiling relative-path v1.9.3
30322026-07-14T21:25:15.833Z Compiling linkme v0.3.35
30332026-07-14T21:25:16.167Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
30342026-07-14T21:25:16.215Z Checking dropshot-api-manager v0.7.2
30352026-07-14T21:25:17.415Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30362026-07-14T21:25:17.505Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30372026-07-14T21:25:17.798Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30382026-07-14T21:25:17.941Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30392026-07-14T21:25:18.118Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30402026-07-14T21:25:18.161Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30412026-07-14T21:25:18.268Z Checking cargo_toml v0.21.0
30422026-07-14T21:25:18.390Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30432026-07-14T21:25:18.618Z Checking partial-io v0.5.4
30442026-07-14T21:25:18.839Z Checking termios v0.3.3
30452026-07-14T21:25:18.874Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30462026-07-14T21:25:18.996Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30472026-07-14T21:25:19.119Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30482026-07-14T21:25:19.628Z Checking rstest v0.25.0
30492026-07-14T21:25:21.955Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30502026-07-14T21:25:24.889Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30512026-07-14T21:25:27.132Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30522026-07-14T21:25:30.372Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30532026-07-14T21:25:31.184Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30542026-07-14T21:25:34.228Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30552026-07-14T21:25:37.413Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30562026-07-14T21:25:43.391Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30572026-07-14T21:25:46.184Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30582026-07-14T21:25:46.651Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30592026-07-14T21:25:48.242Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30602026-07-14T21:25:53.558Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30612026-07-14T21:25:58.406Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30622026-07-14T21:26:16.434Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
30632026-07-14T21:27:11.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s
30642026-07-14T21:27:12.371Z
30652026-07-14T21:27:12.371Zreal 4:09.810655622
30662026-07-14T21:27:12.371Zuser 21:25.099413336
30672026-07-14T21:27:12.371Zsys 4:59.035467954
30682026-07-14T21:27:12.371Ztrap 0.533690659
30692026-07-14T21:27:12.371Ztflt 2.000655662
30702026-07-14T21:27:12.371Zdflt 1.148939826
30712026-07-14T21:27:12.371Zkflt 0.064266512
30722026-07-14T21:27:12.371Zlock 58:34.278702395
30732026-07-14T21:27:12.371Zslp 58:23.857678028
30742026-07-14T21:27:12.371Zlat 1:50.520424288
30752026-07-14T21:27:12.371Zstop 11:21.073228494
30762026-07-14T21:27:12.374Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30772026-07-14T21:27:12.374Z+ ptime -m cargo doc --workspace --no-deps
30782026-07-14T21:27:13.189Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30792026-07-14T21:27:13.189Z |
30802026-07-14T21:27:13.189Z = 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)`
30812026-07-14T21:27:13.189Z = 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>
30822026-07-14T21:27:14.220Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30832026-07-14T21:27:14.456Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30842026-07-14T21:27:14.501Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30852026-07-14T21:27:14.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30862026-07-14T21:27:14.595Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30872026-07-14T21:27:14.661Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30882026-07-14T21:27:14.782Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30892026-07-14T21:27:14.783Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-07-14T21:27:14.835Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-07-14T21:27:14.861Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30922026-07-14T21:27:15.005Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30932026-07-14T21:27:15.059Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30942026-07-14T21:27:15.087Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30952026-07-14T21:27:15.109Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30962026-07-14T21:27:15.204Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30972026-07-14T21:27:15.204Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30982026-07-14T21:27:15.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30992026-07-14T21:27:15.204Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31002026-07-14T21:27:15.221Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31012026-07-14T21:27:15.298Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31022026-07-14T21:27:15.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31032026-07-14T21:27:15.566Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31042026-07-14T21:27:15.766Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31052026-07-14T21:27:15.916Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31062026-07-14T21:27:15.944Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31072026-07-14T21:27:15.996Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31082026-07-14T21:27:16.060Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
31092026-07-14T21:27:16.210Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31102026-07-14T21:27:16.265Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31112026-07-14T21:27:16.369Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31122026-07-14T21:27:16.512Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31132026-07-14T21:27:16.536Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31142026-07-14T21:27:16.567Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31152026-07-14T21:27:16.703Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31162026-07-14T21:27:16.750Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31172026-07-14T21:27:16.779Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31182026-07-14T21:27:16.920Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31192026-07-14T21:27:17.070Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31202026-07-14T21:27:17.094Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31212026-07-14T21:27:17.140Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31222026-07-14T21:27:17.340Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31232026-07-14T21:27:17.433Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31242026-07-14T21:27:17.604Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31252026-07-14T21:27:17.663Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31262026-07-14T21:27:17.696Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31272026-07-14T21:27:17.843Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31282026-07-14T21:27:17.872Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31292026-07-14T21:27:17.927Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31302026-07-14T21:27:17.979Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31312026-07-14T21:27:18.085Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31322026-07-14T21:27:18.139Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31332026-07-14T21:27:18.193Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31342026-07-14T21:27:18.247Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31352026-07-14T21:27:18.332Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31362026-07-14T21:27:18.360Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31372026-07-14T21:27:18.406Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31382026-07-14T21:27:18.432Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31392026-07-14T21:27:18.458Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31402026-07-14T21:27:18.542Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31412026-07-14T21:27:18.572Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31422026-07-14T21:27:18.617Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31432026-07-14T21:27:18.979Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31442026-07-14T21:27:19.031Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31452026-07-14T21:27:19.292Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31462026-07-14T21:27:19.317Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31472026-07-14T21:27:19.719Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31482026-07-14T21:27:19.773Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31492026-07-14T21:27:19.998Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31502026-07-14T21:27:20.064Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31512026-07-14T21:27:20.088Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31522026-07-14T21:27:20.169Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31532026-07-14T21:27:20.268Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31542026-07-14T21:27:20.301Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31552026-07-14T21:27:20.325Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31562026-07-14T21:27:20.539Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31572026-07-14T21:27:20.783Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31582026-07-14T21:27:21.387Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31592026-07-14T21:27:21.411Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31602026-07-14T21:27:21.476Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31612026-07-14T21:27:21.540Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31622026-07-14T21:27:21.723Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31632026-07-14T21:27:21.784Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31642026-07-14T21:27:21.807Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31652026-07-14T21:27:21.989Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31662026-07-14T21:27:22.013Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31672026-07-14T21:27:22.040Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31682026-07-14T21:27:22.326Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31692026-07-14T21:27:22.348Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31702026-07-14T21:27:22.370Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31712026-07-14T21:27:22.423Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31722026-07-14T21:27:22.447Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31732026-07-14T21:27:22.611Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31742026-07-14T21:27:22.634Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31752026-07-14T21:27:22.637Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31762026-07-14T21:27:22.677Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31772026-07-14T21:27:22.825Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31782026-07-14T21:27:22.852Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31792026-07-14T21:27:22.873Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31802026-07-14T21:27:22.936Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31812026-07-14T21:27:22.965Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31822026-07-14T21:27:22.988Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31832026-07-14T21:27:23.061Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31842026-07-14T21:27:23.108Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31852026-07-14T21:27:23.199Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31862026-07-14T21:27:23.258Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31872026-07-14T21:27:23.282Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31882026-07-14T21:27:23.561Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31892026-07-14T21:27:23.564Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31902026-07-14T21:27:23.605Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31912026-07-14T21:27:24.024Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31922026-07-14T21:27:24.201Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31932026-07-14T21:27:24.269Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31942026-07-14T21:27:24.943Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31952026-07-14T21:27:25.027Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31962026-07-14T21:27:25.130Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31972026-07-14T21:27:25.592Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31982026-07-14T21:27:25.802Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31992026-07-14T21:27:25.825Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32002026-07-14T21:27:26.429Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32012026-07-14T21:27:27.090Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32022026-07-14T21:27:27.234Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32032026-07-14T21:27:27.714Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32042026-07-14T21:27:28.094Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32052026-07-14T21:27:28.275Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32062026-07-14T21:27:28.394Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32072026-07-14T21:27:28.488Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32082026-07-14T21:27:28.512Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32092026-07-14T21:27:28.699Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32102026-07-14T21:27:29.115Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32112026-07-14T21:27:29.199Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32122026-07-14T21:27:29.419Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32132026-07-14T21:27:29.661Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32142026-07-14T21:27:29.824Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32152026-07-14T21:27:30.131Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32162026-07-14T21:27:30.362Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32172026-07-14T21:27:30.617Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32182026-07-14T21:27:30.754Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32192026-07-14T21:27:30.778Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32202026-07-14T21:27:30.853Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32212026-07-14T21:27:31.350Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32222026-07-14T21:27:31.715Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32232026-07-14T21:27:32.173Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32242026-07-14T21:27:32.440Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32252026-07-14T21:27:32.842Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32262026-07-14T21:27:33.423Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32272026-07-14T21:27:34.027Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32282026-07-14T21:27:34.345Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32292026-07-14T21:27:34.738Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32302026-07-14T21:27:34.905Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32312026-07-14T21:27:35.319Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32322026-07-14T21:27:35.401Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32332026-07-14T21:27:35.698Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32342026-07-14T21:27:36.583Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-07-14T21:27:37.145Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32362026-07-14T21:27:37.861Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32372026-07-14T21:27:37.892Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32382026-07-14T21:27:38.280Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32392026-07-14T21:27:38.507Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32402026-07-14T21:27:42.360Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32412026-07-14T21:27:42.633Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32422026-07-14T21:27:43.079Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32432026-07-14T21:27:43.484Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32442026-07-14T21:27:43.733Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32452026-07-14T21:27:43.917Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32462026-07-14T21:27:45.425Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32472026-07-14T21:27:45.555Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32482026-07-14T21:27:45.932Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32492026-07-14T21:27:46.176Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32502026-07-14T21:27:46.686Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32512026-07-14T21:27:46.793Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32522026-07-14T21:27:46.820Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32532026-07-14T21:27:47.226Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32542026-07-14T21:27:47.314Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32552026-07-14T21:27:47.337Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32562026-07-14T21:27:47.367Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32572026-07-14T21:27:47.931Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32582026-07-14T21:27:48.081Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32592026-07-14T21:27:48.084Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32602026-07-14T21:27:48.133Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32612026-07-14T21:27:48.803Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32622026-07-14T21:27:49.042Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32632026-07-14T21:27:49.378Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32642026-07-14T21:27:49.952Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32652026-07-14T21:27:50.167Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32662026-07-14T21:27:50.866Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32672026-07-14T21:27:51.471Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32682026-07-14T21:27:51.794Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32692026-07-14T21:27:53.159Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32702026-07-14T21:27:54.912Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32712026-07-14T21:27:55.950Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32722026-07-14T21:27:56.411Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32732026-07-14T21:27:57.458Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32742026-07-14T21:27:58.209Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32752026-07-14T21:27:59.824Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32762026-07-14T21:28:01.185Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32772026-07-14T21:28:01.689Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32782026-07-14T21:28:03.156Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32792026-07-14T21:28:04.291Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32802026-07-14T21:28:04.659Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32812026-07-14T21:28:05.731Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32822026-07-14T21:28:06.471Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32832026-07-14T21:28:08.723Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32842026-07-14T21:28:09.392Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32852026-07-14T21:28:10.133Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32862026-07-14T21:28:12.797Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32872026-07-14T21:28:13.610Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32882026-07-14T21:28:14.989Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32892026-07-14T21:28:15.691Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32902026-07-14T21:28:16.415Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32912026-07-14T21:28:17.153Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32922026-07-14T21:28:18.117Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32932026-07-14T21:28:19.043Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32942026-07-14T21:28:20.837Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32952026-07-14T21:28:20.878Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32962026-07-14T21:28:21.617Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32972026-07-14T21:28:21.966Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32982026-07-14T21:28:22.615Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32992026-07-14T21:28:23.760Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33002026-07-14T21:28:24.408Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33012026-07-14T21:28:27.922Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33022026-07-14T21:28:28.712Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-07-14T21:28:29.999Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33042026-07-14T21:28:30.749Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33052026-07-14T21:28:31.638Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33062026-07-14T21:28:32.556Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33072026-07-14T21:28:33.951Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33082026-07-14T21:28:36.668Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33092026-07-14T21:28:37.052Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33102026-07-14T21:28:37.908Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33112026-07-14T21:28:39.111Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33122026-07-14T21:28:40.603Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33132026-07-14T21:28:41.954Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33142026-07-14T21:28:44.321Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33152026-07-14T21:28:44.935Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33162026-07-14T21:28:46.417Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33172026-07-14T21:28:48.127Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33182026-07-14T21:28:49.704Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33192026-07-14T21:28:51.363Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33202026-07-14T21:28:52.974Z Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33212026-07-14T21:28:54.524Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33222026-07-14T21:28:56.190Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33232026-07-14T21:29:00.478Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33242026-07-14T21:29:01.039Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33252026-07-14T21:29:02.194Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33262026-07-14T21:29:02.787Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33272026-07-14T21:29:04.472Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33282026-07-14T21:29:06.131Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33292026-07-14T21:29:07.962Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33302026-07-14T21:29:09.983Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33312026-07-14T21:29:11.726Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33322026-07-14T21:29:13.399Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33332026-07-14T21:29:15.413Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33342026-07-14T21:29:16.867Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33352026-07-14T21:29:18.568Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33362026-07-14T21:29:20.341Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33372026-07-14T21:29:22.023Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33382026-07-14T21:29:23.729Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33392026-07-14T21:29:25.150Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33402026-07-14T21:29:28.913Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33412026-07-14T21:29:32.196Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33422026-07-14T21:29:34.106Z Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33432026-07-14T21:29:35.688Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33442026-07-14T21:29:38.018Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33452026-07-14T21:29:39.941Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33462026-07-14T21:29:49.011Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33472026-07-14T21:29:49.016Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33482026-07-14T21:29:49.016Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33492026-07-14T21:29:50.114Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33502026-07-14T21:29:52.294Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33512026-07-14T21:29:54.428Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33522026-07-14T21:29:56.739Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33532026-07-14T21:29:58.930Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33542026-07-14T21:30:01.197Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33552026-07-14T21:30:03.754Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33562026-07-14T21:30:05.896Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33572026-07-14T21:30:08.374Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33582026-07-14T21:30:10.299Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33592026-07-14T21:30:12.936Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33602026-07-14T21:30:14.648Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33612026-07-14T21:30:16.842Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33622026-07-14T21:30:19.278Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33632026-07-14T21:30:21.617Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33642026-07-14T21:30:23.867Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33652026-07-14T21:30:26.212Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33662026-07-14T21:30:28.557Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33672026-07-14T21:30:30.907Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-07-14T21:30:33.177Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33692026-07-14T21:30:35.550Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33702026-07-14T21:30:37.859Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33712026-07-14T21:30:40.290Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33722026-07-14T21:30:42.593Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33732026-07-14T21:30:44.993Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33742026-07-14T21:30:47.365Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33752026-07-14T21:30:49.707Z Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
33762026-07-14T21:30:52.117Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33772026-07-14T21:30:54.519Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33782026-07-14T21:30:56.896Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33792026-07-14T21:30:59.305Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33802026-07-14T21:31:01.651Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33812026-07-14T21:31:04.110Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33822026-07-14T21:31:06.946Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33832026-07-14T21:31:08.862Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33842026-07-14T21:31:11.237Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33852026-07-14T21:31:13.668Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33862026-07-14T21:31:16.521Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33872026-07-14T21:31:18.610Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33882026-07-14T21:31:21.020Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33892026-07-14T21:31:23.624Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33902026-07-14T21:31:26.138Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33912026-07-14T21:31:28.787Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33922026-07-14T21:31:31.089Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33932026-07-14T21:31:33.893Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33942026-07-14T21:31:36.392Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-07-14T21:31:38.778Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33962026-07-14T21:31:41.594Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33972026-07-14T21:31:44.134Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33982026-07-14T21:31:46.670Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33992026-07-14T21:31:49.175Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34002026-07-14T21:31:51.814Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34012026-07-14T21:31:54.410Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-07-14T21:31:57.354Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
34032026-07-14T21:31:59.759Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34042026-07-14T21:32:02.489Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34052026-07-14T21:32:10.465Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34062026-07-14T21:32:10.500Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
34072026-07-14T21:32:13.802Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34082026-07-14T21:32:18.511Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-07-14T21:32:21.438Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
34102026-07-14T21:32:25.266Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
34112026-07-14T21:32:28.921Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34122026-07-14T21:32:32.493Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34132026-07-14T21:32:36.160Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34142026-07-14T21:32:39.873Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34152026-07-14T21:32:43.602Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
34162026-07-14T21:32:47.343Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34172026-07-14T21:32:50.988Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34182026-07-14T21:32:54.681Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34192026-07-14T21:32:58.377Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34202026-07-14T21:33:02.132Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34212026-07-14T21:33:05.798Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34222026-07-14T21:33:09.501Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34232026-07-14T21:33:13.176Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
34242026-07-14T21:33:16.914Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34252026-07-14T21:33:20.663Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34262026-07-14T21:33:28.304Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-07-14T21:33:31.621Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34282026-07-14T21:33:32.418Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-07-14T21:33:35.463Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34302026-07-14T21:33:39.167Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34312026-07-14T21:33:42.876Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34322026-07-14T21:33:46.653Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34332026-07-14T21:34:16.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 04s
34342026-07-14T21:34:16.844Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files
34352026-07-14T21:34:16.948Z
34362026-07-14T21:34:16.951Zreal 7:04.492691114
34372026-07-14T21:34:16.951Zuser 18:41.749992592
34382026-07-14T21:34:16.951Zsys 3:58.349793296
34392026-07-14T21:34:16.951Ztrap 0.262012174
34402026-07-14T21:34:16.951Ztflt 0.024526497
34412026-07-14T21:34:16.951Zdflt 0.064582512
34422026-07-14T21:34:16.951Zkflt 0.000017490
34432026-07-14T21:34:16.951Zlock 6:36:31.611297855
34442026-07-14T21:34:16.951Zslp 2:23:11.218885772
34452026-07-14T21:34:16.951Zlat 32.846820688
34462026-07-14T21:34:16.951Zstop 1:41.724367662
34472026-07-14T21:34:16.951Zprocess exited: duration 798106 ms, exit code 0
 
34482026-07-14T21:34:16.958Zfound 0 output files