01KW11N9K9Z7HY2WGJNQ8YM57N: clippy (helios)

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

Buildomat Job: 01KW11NSFBEBMRM76PZN8TRQWS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:06:34.944Zjob assigned to worker 01KW11P1H9HJJFKPMMA2AYHYA0 [factory aws, i-005082bca1dff7333] (queued for 49 s)
 
22026-06-26T04:06:41.369Zstarting task 0: "setup"
32026-06-26T04:06:41.375Z++ uname -s
42026-06-26T04:06:41.378Z+ kern=SunOS
52026-06-26T04:06:41.378Z+ build_user=build
62026-06-26T04:06:41.378Z+ build_uid=12345
72026-06-26T04:06:41.378Z+ work_dir=/work
82026-06-26T04:06:41.378Z+ input_dir=/input
92026-06-26T04:06:41.378Z+ [[ 0 == 12345 ]]
102026-06-26T04:06:41.378Z+ case "$kern" in
112026-06-26T04:06:41.378Z+ groupadd -g 12345 build
122026-06-26T04:06:41.378Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:06:43.384Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:06:43.446Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:06:43.449Z+ home_fs=zfs
162026-06-26T04:06:43.449Z+ [[ zfs == autofs ]]
172026-06-26T04:06:43.449Z+ mkdir -p /home/build
182026-06-26T04:06:43.449Z+ chown build:build /home/build /work
192026-06-26T04:06:45.450Z+ chmod 0700 /home/build /work
202026-06-26T04:06:45.453Zprocess exited: duration 4081 ms, exit code 0
 
212026-06-26T04:06:45.459Zstarting task 1: "rust-toolchain"
222026-06-26T04:06:45.462Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:06:45.462Z * rust toolchain channel = "1.96.0"
242026-06-26T04:06:45.462Z * rust toolchain profile = "default"
252026-06-26T04:06:45.462Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:06:45.462Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:06:45.462Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:06:45.465Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:06:45.465Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:06:45.567Zinfo: downloading installer
312026-06-26T04:06:47.380Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:06:47.380Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:06:47.380Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:06:47.380Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:06:47.392Zinfo: profile set to default
362026-06-26T04:06:47.392Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:06:47.394Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:06:47.545Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:06:47.548Zinfo: downloading 6 components
402026-06-26T04:07:03.095Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:03.095Z
422026-06-26T04:07:03.122Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:03.122Z
442026-06-26T04:07:03.122Z
452026-06-26T04:07:03.122ZRust is installed now. Great!
462026-06-26T04:07:03.122Z
472026-06-26T04:07:03.122ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:03.122Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:03.122Z
502026-06-26T04:07:03.122ZTo configure your current shell, you need to source
512026-06-26T04:07:03.122Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:03.126Z
532026-06-26T04:07:03.126ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:03.126Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:03.126Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:03.126Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:03.126Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:03.126Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:03.126Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:03.126Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:03.126Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:03.208Z+ rustup --version
632026-06-26T04:07:03.217Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:03.220Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:03.238Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:03.241Z+ cargo --version
672026-06-26T04:07:03.255Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:03.257Z+ rustc --version
692026-06-26T04:07:03.276Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:03.279Zprocess exited: duration 17819 ms, exit code 0
 
712026-06-26T04:07:03.285Zstarting task 2: "authentication"
722026-06-26T04:07:03.302Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:07:03.309Zstarting task 3: "clone repository"
742026-06-26T04:07:03.312Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:03.315Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:03.345ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:13.359Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:13.359Z+ git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
792026-06-26T04:07:13.650ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:13.650Z * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD
812026-06-26T04:07:13.660Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-06-26T04:07:13.663Z++ git branch --show-current
832026-06-26T04:07:13.663Z+ current=main
842026-06-26T04:07:13.663Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-06-26T04:07:13.663Z+ git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
862026-06-26T04:07:13.667Z+ git checkout -f renovate/crucible-agent-client-digest
872026-06-26T04:07:13.731ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-06-26T04:07:13.734Z+ git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
892026-06-26T04:07:13.800ZHEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090
902026-06-26T04:07:13.803Zprocess exited: duration 10493 ms, exit code 0
 
912026-06-26T04:07:13.809Zstarting task 4: "build"
922026-06-26T04:07:13.813Z+ source ./env.sh
932026-06-26T04:07:13.816Z++ OLD_SHELL_OPTS=ehxB
942026-06-26T04:07:13.816Z++ set -o xtrace
952026-06-26T04:07:13.816Z++++ dirname ./env.sh
962026-06-26T04:07:13.819Z+++ readlink -f .
972026-06-26T04:07:13.819Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ 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-06-26T04:07:13.819Z++ case $OLD_SHELL_OPTS in
1092026-06-26T04:07:13.820Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-26T04:07:13.820Z+ source .github/buildomat/ci-env.sh
1112026-06-26T04:07:13.820Z++ export CARGO_TERM_COLOR=always
1122026-06-26T04:07:13.820Z++ CARGO_TERM_COLOR=always
1132026-06-26T04:07:13.820Z+ cargo --version
1142026-06-26T04:07:13.828Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-26T04:07:13.831Z+ rustc --version
1162026-06-26T04:07:13.851Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-26T04:07:13.854Z+ banner prerequisites
1182026-06-26T04:07:13.857Z
1192026-06-26T04:07:13.857Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-26T04:07:13.857Z # # # # # # # # # # # # # # #
1212026-06-26T04:07:13.857Z # # # # ##### # # ##### # # # # # #### #
1222026-06-26T04:07:13.857Z ##### ##### # ##### # # # # # # # # #
1232026-06-26T04:07:13.857Z # # # # # # # # # # # # # # #
1242026-06-26T04:07:13.857Z # # # ###### # # ###### ### # #### # #### #
1252026-06-26T04:07:13.857Z
1262026-06-26T04:07:13.857Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-26T04:07:15.362Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-26T04:07:15.471Z Startup: Caching catalogs ... Done
1292026-06-26T04:07:15.976ZPlanning: Solver setup ... Done (0.459s)
1302026-06-26T04:07:16.003ZPlanning: Running solver ... Done (0.025s)
1312026-06-26T04:07:16.012ZPlanning: Finding local manifests ... Done (0.002s)
1322026-06-26T04:07:16.024ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-26T04:07:16.041ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-26T04:07:16.054ZPlanning: Package planning ... Done (0.014s)
1352026-06-26T04:07:16.058ZPlanning: Merging actions ... Done (0.002s)
1362026-06-26T04:07:16.222ZPlanning: Checking for conflicting actions ... Done (0.165s)
1372026-06-26T04:07:16.225ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-26T04:07:16.990ZPlanning: Evaluating mediators ... Done (0.767s)
1392026-06-26T04:07:16.994ZPlanning: Planning completed in 1.50 seconds
1402026-06-26T04:07:16.999Z Packages to install: 2
1412026-06-26T04:07:17.003Z Estimated space available: 156.06 GB
1422026-06-26T04:07:17.004ZEstimated space to be consumed: 30.96 MB
1432026-06-26T04:07:17.004Z Create boot environment: No
1442026-06-26T04:07:17.004ZCreate backup boot environment: No
1452026-06-26T04:07:17.004Z Rebuild boot archive: No
1462026-06-26T04:07:17.004Z
1472026-06-26T04:07:17.004ZChanged packages:
1482026-06-26T04:07:17.004Zhelios
1492026-06-26T04:07:17.004Z developer/build-essential
1502026-06-26T04:07:17.004Z None -> 11-3.0
1512026-06-26T04:07:17.004Z library/libxmlsec1
1522026-06-26T04:07:17.004Z None -> 1.2.35-3.0
1532026-06-26T04:07:17.024Z
1542026-06-26T04:07:17.024ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-26T04:07:17.613ZDownload: Completed 1.28 MB in 0.59 seconds (2.2M/s)
1562026-06-26T04:07:17.681Z Actions: 1/268 actions (Installing new actions)
1572026-06-26T04:07:17.719Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-26T04:07:17.729ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-26T04:07:17.729ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-26T04:07:17.759ZFinalize: Updating image state ... Done (0.029s)
1612026-06-26T04:07:20.192ZFinalize: Creating fast lookup database ... Done (2.407s)
1622026-06-26T04:07:20.263ZFinalize: Reading search index ... Done (0.012s)
1632026-06-26T04:07:20.266ZFinalize: Updating search index ... Done (0.000s)
1642026-06-26T04:07:20.367ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-26T04:07:20.691ZPlanning: Evaluating mediator changes ... Done
1662026-06-26T04:07:20.796ZPlanning: Checking for conflicting actions ... Done
1672026-06-26T04:07:20.799ZPlanning: Consolidating action changes ... Done
1682026-06-26T04:07:20.955ZPlanning: Evaluating mediators ... Done
1692026-06-26T04:07:20.958ZPlanning: Planning completed in 0.26 seconds
1702026-06-26T04:07:20.978Z Mediators to change: 2
1712026-06-26T04:07:20.978Z Create boot environment: No
1722026-06-26T04:07:20.978ZCreate backup boot environment: No
1732026-06-26T04:07:21.025ZFinalize: Updating package state database ... Done
1742026-06-26T04:07:21.025ZFinalize: Updating package cache ... Done
1752026-06-26T04:07:21.040ZFinalize: Updating image state ... Done
1762026-06-26T04:07:23.002ZFinalize: Creating fast lookup database ... Done
1772026-06-26T04:07:23.070ZFinalize: Reading search index ... Done
1782026-06-26T04:07:23.073ZFinalize: Updating search index ... Done
1792026-06-26T04:07:23.153ZFinalize: Updating package cache ... Done
1802026-06-26T04:07:23.445ZPlanning: Evaluating mediator changes ... Done
1812026-06-26T04:07:23.553ZPlanning: Checking for conflicting actions ... Done
1822026-06-26T04:07:23.556ZPlanning: Consolidating action changes ... Done
1832026-06-26T04:07:23.711ZPlanning: Evaluating mediators ... Done
1842026-06-26T04:07:23.714ZPlanning: Planning completed in 0.27 seconds
1852026-06-26T04:07:23.734Z Mediators to change: 1
1862026-06-26T04:07:23.734Z Create boot environment: No
1872026-06-26T04:07:23.734ZCreate backup boot environment: No
1882026-06-26T04:07:23.772ZFinalize: Updating package state database ... Done
1892026-06-26T04:07:23.772ZFinalize: Updating package cache ... Done
1902026-06-26T04:07:23.788ZFinalize: Updating image state ... Done
1912026-06-26T04:07:25.737ZFinalize: Creating fast lookup database ... Done
1922026-06-26T04:07:25.823ZFinalize: Reading search index ... Done
1932026-06-26T04:07:25.826ZFinalize: Updating search index ... Done
1942026-06-26T04:07:25.863ZFinalize: Updating package cache ... Done
1952026-06-26T04:07:26.176ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-26T04:07:26.176Zapache system 2.4 system
1972026-06-26T04:07:26.176Zclang system 15 system
1982026-06-26T04:07:26.176Zcsh system system illumos
1992026-06-26T04:07:26.176Zctags system system illumos
2002026-06-26T04:07:26.176Zfile vendor vendor darwinsys
2012026-06-26T04:07:26.176Zfile system system illumos
2022026-06-26T04:07:26.176Zgcc vendor 14 vendor
2032026-06-26T04:07:26.176Zgcc system 13 system
2042026-06-26T04:07:26.176Zgcc system 10 system
2052026-06-26T04:07:26.176Zgo system 1.25 system
2062026-06-26T04:07:26.176Zllvm system 15 system
2072026-06-26T04:07:26.176Zmariadb system 11.4 system
2082026-06-26T04:07:26.176Zmta vendor vendor dma
2092026-06-26T04:07:26.176Zopenjdk system 17 system
2102026-06-26T04:07:26.176Zopenjdk system 11 system
2112026-06-26T04:07:26.176Zopenssl vendor 3 vendor
2122026-06-26T04:07:26.176Zperl system 5.40 system
2132026-06-26T04:07:26.176Zpostgresql system 18 system
2142026-06-26T04:07:26.176Zpostgresql system 17 system
2152026-06-26T04:07:26.176Zpython vendor 3 vendor
2162026-06-26T04:07:26.176Zpython system 2 system
2172026-06-26T04:07:26.176Zpython3 vendor 3.13 vendor
2182026-06-26T04:07:26.176Zruby system 3.4 system
2192026-06-26T04:07:26.176Zruby system 3.0 system
2202026-06-26T04:07:26.176Zwords vendor vendor american-english
2212026-06-26T04:07:26.177Zwords system system australian-english
2222026-06-26T04:07:26.177Zwords system system british-english
2232026-06-26T04:07:26.177Zwords system system canadian-english
2242026-06-26T04:07:26.177Zwords system system french
2252026-06-26T04:07:26.177Zwords system system italian
2262026-06-26T04:07:26.177Zwords system system ngerman
2272026-06-26T04:07:26.177Zwords system system ogerman
2282026-06-26T04:07:26.177Zwords system system spanish
2292026-06-26T04:07:26.435ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-26T04:07:26.435Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-26T04:07:26.748ZFMRI IFO
2322026-06-26T04:07:26.748Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-26T04:07:26.748Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-26T04:07:26.749Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-26T04:07:26.749Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-26T04:07:26.749Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-26T04:07:26.749Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-26T04:07:26.749Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-26T04:07:26.749Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-26T04:07:26.749Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-26T04:07:27.005Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-26T04:07:27.309Z Updating crates.io index
2432026-06-26T04:07:27.314Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-26T04:07:27.539Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-26T04:07:27.858Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-26T04:07:28.141Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-26T04:07:29.044Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-26T04:07:29.540Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-26T04:07:31.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-26T04:07:31.927Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-26T04:07:32.180Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-26T04:07:33.407Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-26T04:07:33.646Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-26T04:07:33.927Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-26T04:07:34.166Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-26T04:07:34.606Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-26T04:07:35.123Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-26T04:07:35.348Z Updating git repository `https://github.com/oxidecomputer/crucible`
2592026-06-26T04:07:35.801Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2602026-06-26T04:07:36.042Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2612026-06-26T04:07:36.352Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2622026-06-26T04:07:36.637Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2632026-06-26T04:07:36.869Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2642026-06-26T04:07:37.117Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2652026-06-26T04:07:37.372Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2662026-06-26T04:07:37.768Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-06-26T04:07:38.135Z Updating git repository `https://github.com/oxidecomputer/erebor`
2682026-06-26T04:07:38.369Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-26T04:07:38.770Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-26T04:07:39.160Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-26T04:07:39.453Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-26T04:07:39.699Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-26T04:07:39.970Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-26T04:07:40.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-26T04:07:40.646Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-26T04:07:40.924Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-26T04:07:41.213Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-26T04:07:41.436Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-26T04:07:41.750Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-26T04:07:42.048Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-06-26T04:07:42.316Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-06-26T04:07:42.628Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-06-26T04:07:42.899Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-06-26T04:07:45.783Z Downloading crates ...
2852026-06-26T04:07:45.862Z Downloaded anyhow v1.0.102
2862026-06-26T04:07:45.865Z Downloaded tabled_derive v0.7.0
2872026-06-26T04:07:45.868Z Downloaded fs-err v3.3.0
2882026-06-26T04:07:45.868Z Downloaded byteorder v1.5.0
2892026-06-26T04:07:45.874Z Downloaded toml v0.8.23
2902026-06-26T04:07:45.879Z Downloaded erased-serde v0.4.9
2912026-06-26T04:07:45.882Z Downloaded usdt v0.5.0
2922026-06-26T04:07:45.882Z Downloaded textwrap v0.16.2
2932026-06-26T04:07:45.886Z Downloaded writeable v0.6.2
2942026-06-26T04:07:45.891Z Downloaded unicode-ident v1.0.24
2952026-06-26T04:07:45.891Z Downloaded fnv v1.0.7
2962026-06-26T04:07:45.896Z Downloaded anstyle v1.0.14
2972026-06-26T04:07:45.897Z Downloaded zerofrom-derive v0.1.6
2982026-06-26T04:07:45.900Z Downloaded zerocopy-derive v0.7.35
2992026-06-26T04:07:45.900Z Downloaded zmij v1.0.21
3002026-06-26T04:07:45.900Z Downloaded errno v0.3.14
3012026-06-26T04:07:45.900Z Downloaded icu_normalizer v2.1.1
3022026-06-26T04:07:45.904Z Downloaded yoke-derive v0.8.1
3032026-06-26T04:07:45.904Z Downloaded cargo_metadata v0.21.0
3042026-06-26T04:07:45.904Z Downloaded icu_properties v2.1.2
3052026-06-26T04:07:45.909Z Downloaded cpufeatures v0.2.17
3062026-06-26T04:07:45.909Z Downloaded zerovec v0.11.5
3072026-06-26T04:07:45.923Z Downloaded serde v1.0.228
3082026-06-26T04:07:45.927Z Downloaded yoke v0.8.1
3092026-06-26T04:07:45.927Z Downloaded zerotrie v0.2.3
3102026-06-26T04:07:45.927Z Downloaded icu_provider v2.1.1
3112026-06-26T04:07:45.927Z Downloaded camino-tempfile v1.4.1
3122026-06-26T04:07:45.927Z Downloaded typenum v1.19.0
3132026-06-26T04:07:45.927Z Downloaded icu_normalizer_data v2.1.1
3142026-06-26T04:07:45.927Z Downloaded block-buffer v0.10.4
3152026-06-26T04:07:45.927Z Downloaded thiserror-impl v1.0.69
3162026-06-26T04:07:45.927Z Downloaded anstyle-parse v1.0.0
3172026-06-26T04:07:45.927Z Downloaded thiserror v1.0.69
3182026-06-26T04:07:45.934Z Downloaded zerofrom v0.1.6
3192026-06-26T04:07:45.934Z Downloaded scroll_derive v0.12.1
3202026-06-26T04:07:45.934Z Downloaded percent-encoding v2.3.2
3212026-06-26T04:07:45.934Z Downloaded utf8parse v0.2.2
3222026-06-26T04:07:45.937Z Downloaded utf8_iter v1.0.4
3232026-06-26T04:07:45.938Z Downloaded idna_adapter v1.2.1
3242026-06-26T04:07:45.938Z Downloaded equivalent v1.0.2
3252026-06-26T04:07:45.938Z Downloaded crypto-common v0.1.7
3262026-06-26T04:07:45.938Z Downloaded pest_derive v2.8.6
3272026-06-26T04:07:45.938Z Downloaded terminal_size v0.4.3
3282026-06-26T04:07:45.938Z Downloaded form_urlencoded v1.2.2
3292026-06-26T04:07:45.942Z Downloaded toml_write v0.1.2
3302026-06-26T04:07:45.942Z Downloaded typeid v1.0.3
3312026-06-26T04:07:45.942Z Downloaded ordered-float v2.10.1
3322026-06-26T04:07:45.945Z Downloaded thiserror v2.0.18
3332026-06-26T04:07:45.949Z Downloaded icu_collections v2.1.1
3342026-06-26T04:07:45.952Z Downloaded anstream v1.0.0
3352026-06-26T04:07:45.952Z Downloaded version_check v0.9.5
3362026-06-26T04:07:45.952Z Downloaded unicode-xid v0.2.6
3372026-06-26T04:07:45.952Z Downloaded thread-id v4.2.2
3382026-06-26T04:07:45.956Z Downloaded usdt-attr-macro v0.5.0
3392026-06-26T04:07:45.956Z Downloaded stable_deref_trait v1.2.1
3402026-06-26T04:07:45.956Z Downloaded usdt-impl v0.5.0
3412026-06-26T04:07:45.956Z Downloaded serde-value v0.7.0
3422026-06-26T04:07:45.956Z Downloaded dtrace-parser v0.2.0
3432026-06-26T04:07:45.956Z Downloaded getrandom v0.4.1
3442026-06-26T04:07:45.960Z Downloaded usdt-macro v0.5.0
3452026-06-26T04:07:45.964Z Downloaded fastrand v2.3.0
3462026-06-26T04:07:45.969Z Downloaded toml_datetime v0.6.11
3472026-06-26T04:07:45.969Z Downloaded heck v0.5.0
3482026-06-26T04:07:45.972Z Downloaded zerovec-derive v0.11.2
3492026-06-26T04:07:45.972Z Downloaded unicode-linebreak v0.1.5
3502026-06-26T04:07:45.972Z Downloaded semver v1.0.28
3512026-06-26T04:07:45.972Z Downloaded ucd-trie v0.1.7
3522026-06-26T04:07:45.972Z Downloaded tinystr v0.8.2
3532026-06-26T04:07:45.976Z Downloaded serde_tokenstream v0.2.3
3542026-06-26T04:07:45.976Z Downloaded thiserror-impl v2.0.18
3552026-06-26T04:07:45.981Z Downloaded strsim v0.11.1
3562026-06-26T04:07:45.984Z Downloaded url v2.5.8
3572026-06-26T04:07:45.984Z Downloaded serde_spanned v0.6.9
3582026-06-26T04:07:45.988Z Downloaded colorchoice v1.0.4
3592026-06-26T04:07:45.992Z Downloaded dof v0.3.0
3602026-06-26T04:07:45.995Z Downloaded toml_edit v0.22.27
3612026-06-26T04:07:45.999Z Downloaded potential_utf v0.1.4
3622026-06-26T04:07:46.000Z Downloaded itoa v1.0.17
3632026-06-26T04:07:46.000Z Downloaded generic-array v0.14.7
3642026-06-26T04:07:46.000Z Downloaded digest v0.10.7
3652026-06-26T04:07:46.006Z Downloaded unicode-width v0.1.14
3662026-06-26T04:07:46.006Z Downloaded camino v1.2.2
3672026-06-26T04:07:46.010Z Downloaded cargo-platform v0.2.0
3682026-06-26T04:07:46.010Z Downloaded memmap v0.7.0
3692026-06-26T04:07:46.010Z Downloaded heck v0.4.1
3702026-06-26T04:07:46.010Z Downloaded zerocopy v0.7.35
3712026-06-26T04:07:46.015Z Downloaded macaddr v1.0.1
3722026-06-26T04:07:46.019Z Downloaded winnow v0.7.14
3732026-06-26T04:07:46.025Z Downloaded swrite v0.1.0
3742026-06-26T04:07:46.025Z Downloaded autocfg v1.5.0
3752026-06-26T04:07:46.028Z Downloaded unicode-width v0.2.0
3762026-06-26T04:07:46.028Z Downloaded synstructure v0.13.2
3772026-06-26T04:07:46.031Z Downloaded plain v0.2.3
3782026-06-26T04:07:46.035Z Downloaded cfg-if v1.0.4
3792026-06-26T04:07:46.038Z Downloaded proc-macro-error-attr v1.0.4
3802026-06-26T04:07:46.038Z Downloaded is_terminal_polyfill v1.70.2
3812026-06-26T04:07:46.038Z Downloaded clap_lex v1.0.0
3822026-06-26T04:07:46.042Z Downloaded anstyle-query v1.1.5
3832026-06-26T04:07:46.048Z Downloaded smawk v0.3.2
3842026-06-26T04:07:46.063Z Downloaded serde-untagged v0.1.9
3852026-06-26T04:07:46.066Z Downloaded cargo-util-schemas v0.8.2
3862026-06-26T04:07:46.070Z Downloaded scroll v0.12.0
3872026-06-26T04:07:46.079Z Downloaded cargo_toml v0.21.0
3882026-06-26T04:07:46.086Z Downloaded pretty-hex v0.4.1
3892026-06-26T04:07:46.090Z Downloaded displaydoc v0.2.5
3902026-06-26T04:07:46.090Z Downloaded log v0.4.29
3912026-06-26T04:07:46.093Z Downloaded bitflags v2.11.0
3922026-06-26T04:07:46.093Z Downloaded sha2 v0.10.9
3932026-06-26T04:07:46.093Z Downloaded bytecount v0.6.9
3942026-06-26T04:07:46.097Z Downloaded proc-macro-error v1.0.4
3952026-06-26T04:07:46.097Z Downloaded clap_derive v4.6.1
3962026-06-26T04:07:46.097Z Downloaded clap v4.6.1
3972026-06-26T04:07:46.101Z Downloaded once_cell v1.21.3
3982026-06-26T04:07:46.104Z Downloaded quote v1.0.45
3992026-06-26T04:07:46.104Z Downloaded smallvec v1.15.1
4002026-06-26T04:07:46.111Z Downloaded serde_derive v1.0.228
4012026-06-26T04:07:46.121Z Downloaded pest_generator v2.8.6
4022026-06-26T04:07:46.125Z Downloaded litemap v0.8.1
4032026-06-26T04:07:46.125Z Downloaded tempfile v3.25.0
4042026-06-26T04:07:46.133Z Downloaded papergrid v0.11.0
4052026-06-26T04:07:46.136Z Downloaded num-traits v0.2.19
4062026-06-26T04:07:46.144Z Downloaded proc-macro2 v1.0.106
4072026-06-26T04:07:46.148Z Downloaded serde_core v1.0.228
4082026-06-26T04:07:46.169Z Downloaded pest_meta v2.8.6
4092026-06-26T04:07:46.173Z Downloaded icu_locale_core v2.1.1
4102026-06-26T04:07:46.196Z Downloaded indexmap v2.14.0
4112026-06-26T04:07:46.199Z Downloaded memchr v2.8.0
4122026-06-26T04:07:46.208Z Downloaded clap_builder v4.6.0
4132026-06-26T04:07:46.215Z Downloaded goblin v0.8.2
4142026-06-26T04:07:46.220Z Downloaded idna v1.1.0
4152026-06-26T04:07:46.223Z Downloaded pest v2.8.6
4162026-06-26T04:07:46.229Z Downloaded hashbrown v0.17.0
4172026-06-26T04:07:46.238Z Downloaded serde_json v1.0.149
4182026-06-26T04:07:46.241Z Downloaded icu_properties_data v2.1.2
4192026-06-26T04:07:46.249Z Downloaded tabled v0.15.0
4202026-06-26T04:07:46.271Z Downloaded syn v1.0.109
4212026-06-26T04:07:46.279Z Downloaded syn v2.0.117
4222026-06-26T04:07:46.304Z Downloaded rustix v1.1.3
4232026-06-26T04:07:46.336Z Downloaded libc v0.2.185
4242026-06-26T04:07:46.404Z Compiling proc-macro2 v1.0.106
4252026-06-26T04:07:46.405Z Compiling quote v1.0.45
4262026-06-26T04:07:46.405Z Compiling unicode-ident v1.0.24
4272026-06-26T04:07:46.409Z Compiling serde_core v1.0.228
4282026-06-26T04:07:46.410Z Compiling libc v0.2.185
4292026-06-26T04:07:46.410Z Compiling version_check v0.9.5
4302026-06-26T04:07:46.410Z Compiling serde v1.0.228
4312026-06-26T04:07:46.410Z Compiling stable_deref_trait v1.2.1
4322026-06-26T04:07:46.669Z Compiling memchr v2.8.0
4332026-06-26T04:07:46.709Z Compiling zmij v1.0.21
4342026-06-26T04:07:46.953Z Compiling autocfg v1.5.0
4352026-06-26T04:07:46.984Z Compiling itoa v1.0.17
4362026-06-26T04:07:47.029Z Compiling thiserror v1.0.69
4372026-06-26T04:07:47.178Z Compiling ucd-trie v0.1.7
4382026-06-26T04:07:47.329Z Compiling pest v2.8.6
4392026-06-26T04:07:47.368Z Compiling writeable v0.6.2
4402026-06-26T04:07:47.440Z Compiling litemap v0.8.1
4412026-06-26T04:07:47.456Z Compiling rustix v1.1.3
4422026-06-26T04:07:47.564Z Compiling byteorder v1.5.0
4432026-06-26T04:07:47.787Z Compiling icu_properties_data v2.1.2
4442026-06-26T04:07:47.801Z Compiling syn v2.0.117
4452026-06-26T04:07:47.815Z Compiling icu_normalizer_data v2.1.1
4462026-06-26T04:07:47.988Z Compiling errno v0.3.14
4472026-06-26T04:07:48.016Z Compiling serde_json v1.0.149
4482026-06-26T04:07:48.034Z Compiling bitflags v2.11.0
4492026-06-26T04:07:48.225Z Compiling num-traits v0.2.19
4502026-06-26T04:07:48.272Z Compiling equivalent v1.0.2
4512026-06-26T04:07:48.364Z Compiling pest_meta v2.8.6
4522026-06-26T04:07:48.423Z Compiling smallvec v1.15.1
4532026-06-26T04:07:48.451Z Compiling typeid v1.0.3
4542026-06-26T04:07:48.563Z Compiling hashbrown v0.17.0
4552026-06-26T04:07:48.763Z Compiling thread-id v4.2.2
4562026-06-26T04:07:48.833Z Compiling usdt-impl v0.5.0
4572026-06-26T04:07:48.849Z Compiling proc-macro-error-attr v1.0.4
4582026-06-26T04:07:48.865Z Compiling toml_write v0.1.2
4592026-06-26T04:07:49.036Z Compiling indexmap v2.14.0
4602026-06-26T04:07:49.039Z Compiling winnow v0.7.14
4612026-06-26T04:07:49.068Z Compiling syn v1.0.109
4622026-06-26T04:07:49.105Z Compiling erased-serde v0.4.9
4632026-06-26T04:07:49.586Z Compiling proc-macro-error v1.0.4
4642026-06-26T04:07:49.663Z Compiling percent-encoding v2.3.2
4652026-06-26T04:07:49.775Z Compiling utf8_iter v1.0.4
4662026-06-26T04:07:49.865Z Compiling log v0.4.29
4672026-06-26T04:07:49.941Z Compiling plain v0.2.3
4682026-06-26T04:07:49.967Z Compiling camino v1.2.2
4692026-06-26T04:07:50.049Z Compiling getrandom v0.4.1
4702026-06-26T04:07:50.067Z Compiling thiserror v2.0.18
4712026-06-26T04:07:50.069Z Compiling utf8parse v0.2.2
4722026-06-26T04:07:50.201Z Compiling anstyle-parse v1.0.0
4732026-06-26T04:07:50.333Z Compiling ordered-float v2.10.1
4742026-06-26T04:07:50.360Z Compiling synstructure v0.13.2
4752026-06-26T04:07:50.391Z Compiling pest_generator v2.8.6
4762026-06-26T04:07:50.445Z Compiling form_urlencoded v1.2.2
4772026-06-26T04:07:50.624Z Compiling terminal_size v0.4.3
4782026-06-26T04:07:50.766Z Compiling colorchoice v1.0.4
4792026-06-26T04:07:50.915Z Compiling pretty-hex v0.4.1
4802026-06-26T04:07:50.932Z Compiling anstyle v1.0.14
4812026-06-26T04:07:51.021Z Compiling is_terminal_polyfill v1.70.2
4822026-06-26T04:07:51.063Z Compiling anstyle-query v1.1.5
4832026-06-26T04:07:51.080Z Compiling cfg-if v1.0.4
4842026-06-26T04:07:51.080Z Compiling serde-untagged v0.1.9
4852026-06-26T04:07:51.168Z Compiling anstream v1.0.0
4862026-06-26T04:07:51.201Z Compiling semver v1.0.28
4872026-06-26T04:07:51.336Z Compiling fs-err v3.3.0
4882026-06-26T04:07:51.354Z Compiling clap_lex v1.0.0
4892026-06-26T04:07:51.505Z Compiling fastrand v2.3.0
4902026-06-26T04:07:51.528Z Compiling fnv v1.0.7
4912026-06-26T04:07:51.547Z Compiling heck v0.4.1
4922026-06-26T04:07:51.585Z Compiling once_cell v1.21.3
4932026-06-26T04:07:51.601Z Compiling unicode-width v0.1.14
4942026-06-26T04:07:51.631Z Compiling unicode-xid v0.2.6
4952026-06-26T04:07:51.777Z Compiling anyhow v1.0.102
4962026-06-26T04:07:51.780Z Compiling heck v0.5.0
4972026-06-26T04:07:51.808Z Compiling strsim v0.11.1
4982026-06-26T04:07:51.877Z Compiling bytecount v0.6.9
4992026-06-26T04:07:52.020Z Compiling clap_builder v4.6.0
5002026-06-26T04:07:52.037Z Compiling papergrid v0.11.0
5012026-06-26T04:07:52.065Z Compiling tempfile v3.25.0
5022026-06-26T04:07:52.107Z Compiling serde_derive v1.0.228
5032026-06-26T04:07:52.171Z Compiling zerofrom-derive v0.1.6
5042026-06-26T04:07:52.301Z Compiling yoke-derive v0.8.1
5052026-06-26T04:07:52.445Z Compiling zerovec-derive v0.11.2
5062026-06-26T04:07:52.659Z Compiling displaydoc v0.2.5
5072026-06-26T04:07:53.401Z Compiling thiserror-impl v1.0.69
5082026-06-26T04:07:53.444Z Compiling zerocopy-derive v0.7.35
5092026-06-26T04:07:53.462Z Compiling pest_derive v2.8.6
5102026-06-26T04:07:53.527Z Compiling zerofrom v0.1.6
5112026-06-26T04:07:53.543Z Compiling scroll_derive v0.12.1
5122026-06-26T04:07:53.659Z Compiling yoke v0.8.1
5132026-06-26T04:07:53.860Z Compiling zerovec v0.11.5
5142026-06-26T04:07:53.893Z Compiling zerotrie v0.2.3
5152026-06-26T04:07:54.198Z Compiling thiserror-impl v2.0.18
5162026-06-26T04:07:54.202Z Compiling scroll v0.12.0
5172026-06-26T04:07:54.317Z Compiling tinystr v0.8.2
5182026-06-26T04:07:54.374Z Compiling potential_utf v0.1.4
5192026-06-26T04:07:54.495Z Compiling icu_locale_core v2.1.1
5202026-06-26T04:07:54.527Z Compiling icu_collections v2.1.1
5212026-06-26T04:07:54.547Z Compiling zerocopy v0.7.35
5222026-06-26T04:07:54.756Z Compiling dtrace-parser v0.2.0
5232026-06-26T04:07:55.035Z Compiling goblin v0.8.2
5242026-06-26T04:07:55.096Z Compiling icu_provider v2.1.1
5252026-06-26T04:07:55.113Z Compiling tabled_derive v0.7.0
5262026-06-26T04:07:55.362Z Compiling icu_properties v2.1.2
5272026-06-26T04:07:55.394Z Compiling icu_normalizer v2.1.1
5282026-06-26T04:07:55.500Z Compiling serde_spanned v0.6.9
5292026-06-26T04:07:55.516Z Compiling toml_datetime v0.6.11
5302026-06-26T04:07:55.539Z Compiling dof v0.3.0
5312026-06-26T04:07:55.556Z Compiling serde_tokenstream v0.2.3
5322026-06-26T04:07:55.771Z Compiling toml_edit v0.22.27
5332026-06-26T04:07:55.787Z Compiling serde-value v0.7.0
5342026-06-26T04:07:55.968Z Compiling cargo-platform v0.2.0
5352026-06-26T04:07:55.988Z Compiling clap_derive v4.6.1
5362026-06-26T04:07:56.199Z Compiling memmap v0.7.0
5372026-06-26T04:07:56.217Z Compiling unicode-width v0.2.0
5382026-06-26T04:07:56.247Z Compiling unicode-linebreak v0.1.5
5392026-06-26T04:07:56.390Z Compiling idna_adapter v1.2.1
5402026-06-26T04:07:56.510Z Compiling smawk v0.3.2
5412026-06-26T04:07:56.532Z Compiling idna v1.1.0
5422026-06-26T04:07:56.559Z Compiling tabled v0.15.0
5432026-06-26T04:07:56.566Z Compiling usdt-macro v0.5.0
5442026-06-26T04:07:56.638Z Compiling usdt-attr-macro v0.5.0
5452026-06-26T04:07:56.797Z Compiling textwrap v0.16.2
5462026-06-26T04:07:57.197Z Compiling url v2.5.8
5472026-06-26T04:07:57.209Z Compiling macaddr v1.0.1
5482026-06-26T04:07:57.295Z Compiling toml v0.8.23
5492026-06-26T04:07:57.692Z Compiling cargo-util-schemas v0.8.2
5502026-06-26T04:07:57.782Z Compiling clap v4.6.1
5512026-06-26T04:07:57.942Z Compiling cargo_toml v0.21.0
5522026-06-26T04:07:57.969Z Compiling camino-tempfile v1.4.1
5532026-06-26T04:07:58.142Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-26T04:07:58.165Z Compiling usdt v0.5.0
5552026-06-26T04:07:58.401Z Compiling swrite v0.1.0
5562026-06-26T04:07:58.638Z Compiling cargo_metadata v0.21.0
5572026-06-26T04:07:59.570Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-26T04:08:01.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.82s
5592026-06-26T04:08:01.879Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5602026-06-26T04:08:02.394Z Downloading crates ...
5612026-06-26T04:08:02.502Z Downloaded ascii-canvas v3.0.0
5622026-06-26T04:08:02.511Z Downloaded bit-set v0.8.0
5632026-06-26T04:08:02.514Z Downloaded ahash v0.8.12
5642026-06-26T04:08:02.514Z Downloaded cfg_aliases v0.1.1
5652026-06-26T04:08:02.518Z Downloaded bitfield v0.19.4
5662026-06-26T04:08:02.521Z Downloaded async-stream v0.3.6
5672026-06-26T04:08:02.530Z Downloaded anstream v0.6.21
5682026-06-26T04:08:02.533Z Downloaded cbc v0.1.2
5692026-06-26T04:08:02.535Z Downloaded async-bb8-diesel v0.2.1
5702026-06-26T04:08:02.543Z Downloaded crc8 v0.1.1
5712026-06-26T04:08:02.546Z Downloaded bytes v1.11.1
5722026-06-26T04:08:02.546Z Downloaded base64 v0.22.1
5732026-06-26T04:08:02.549Z Downloaded async-compression v0.4.41
5742026-06-26T04:08:02.555Z Downloaded darling_macro v0.20.11
5752026-06-26T04:08:02.559Z Downloaded foldhash v0.2.0
5762026-06-26T04:08:02.559Z Downloaded blowfish v0.9.1
5772026-06-26T04:08:02.559Z Downloaded atomicwrites v0.4.4
5782026-06-26T04:08:02.559Z Downloaded dirs-next v2.0.0
5792026-06-26T04:08:02.562Z Downloaded arrayvec v0.7.6
5802026-06-26T04:08:02.562Z Downloaded async-recursion v1.1.1
5812026-06-26T04:08:02.562Z Downloaded bcs v0.1.6
5822026-06-26T04:08:02.566Z Downloaded curve25519-dalek-derive v0.1.1
5832026-06-26T04:08:02.566Z Downloaded cstr-argument v0.1.2
5842026-06-26T04:08:02.566Z Downloaded crossbeam-deque v0.8.6
5852026-06-26T04:08:02.570Z Downloaded block-padding v0.3.3
5862026-06-26T04:08:02.570Z Downloaded aws-lc-rs v1.16.3
5872026-06-26T04:08:02.574Z Downloaded embedded-io v0.4.0
5882026-06-26T04:08:02.577Z Downloaded assert_matches v1.5.0
5892026-06-26T04:08:02.577Z Downloaded dropshot-api-manager-types v0.7.2
5902026-06-26T04:08:02.577Z Downloaded bb8 v0.8.6
5912026-06-26T04:08:02.580Z Downloaded darling v0.20.11
5922026-06-26T04:08:02.583Z Downloaded foreign-types-shared v0.1.1
5932026-06-26T04:08:02.583Z Downloaded bitfield-macros v0.19.4
5942026-06-26T04:08:02.583Z Downloaded argon2 v0.5.3
5952026-06-26T04:08:02.586Z Downloaded base64 v0.21.7
5962026-06-26T04:08:02.588Z Downloaded document-features v0.2.12
5972026-06-26T04:08:02.588Z Downloaded dtrace-parser v0.3.0
5982026-06-26T04:08:02.591Z Downloaded atomic-waker v1.1.2
5992026-06-26T04:08:02.592Z Downloaded derive-ex v0.1.8
6002026-06-26T04:08:02.592Z Downloaded darling_macro v0.23.0
6012026-06-26T04:08:02.592Z Downloaded ctr v0.9.2
6022026-06-26T04:08:02.594Z Downloaded backon v1.6.0
6032026-06-26T04:08:02.597Z Downloaded crucible-workspace-hack v0.1.0
6042026-06-26T04:08:02.597Z Downloaded cfg_aliases v0.2.1
6052026-06-26T04:08:02.597Z Downloaded debug-ignore v1.0.5
6062026-06-26T04:08:02.600Z Downloaded adler2 v2.0.1
6072026-06-26T04:08:02.600Z Downloaded arrayref v0.3.9
6082026-06-26T04:08:02.603Z Downloaded defmt v1.0.1
6092026-06-26T04:08:02.603Z Downloaded data-encoding v2.10.0
6102026-06-26T04:08:02.606Z Downloaded compression-core v0.4.31
6112026-06-26T04:08:02.607Z Downloaded filetime v0.2.27
6122026-06-26T04:08:02.607Z Downloaded csv-core v0.1.13
6132026-06-26T04:08:02.610Z Downloaded cargo-platform v0.3.2
6142026-06-26T04:08:02.610Z Downloaded ciborium-io v0.2.2
6152026-06-26T04:08:02.610Z Downloaded atty v0.2.14
6162026-06-26T04:08:02.615Z Downloaded array-init v0.0.4
6172026-06-26T04:08:02.615Z Downloaded ecdsa v0.16.9
6182026-06-26T04:08:02.615Z Downloaded daft v0.1.7
6192026-06-26T04:08:02.618Z Downloaded async-stream-impl v0.3.6
6202026-06-26T04:08:02.618Z Downloaded aead v0.5.2
6212026-06-26T04:08:02.618Z Downloaded derive_builder_macro v0.20.2
6222026-06-26T04:08:02.618Z Downloaded derive_builder v0.20.2
6232026-06-26T04:08:02.621Z Downloaded darling_macro v0.21.3
6242026-06-26T04:08:02.624Z Downloaded anstyle-parse v0.2.7
6252026-06-26T04:08:02.626Z Downloaded base16ct v0.2.0
6262026-06-26T04:08:02.627Z Downloaded bit-vec v0.8.0
6272026-06-26T04:08:02.627Z Downloaded defmt-parser v1.0.0
6282026-06-26T04:08:02.630Z Downloaded fixedbitset v0.5.7
6292026-06-26T04:08:02.634Z Downloaded enum-as-inner v0.6.1
6302026-06-26T04:08:02.637Z Downloaded float-cmp v0.10.0
6312026-06-26T04:08:02.637Z Downloaded dsl_auto_type v0.2.0
6322026-06-26T04:08:02.640Z Downloaded crc-catalog v2.4.0
6332026-06-26T04:08:02.640Z Downloaded bit-set v0.5.3
6342026-06-26T04:08:02.640Z Downloaded cpufeatures v0.3.0
6352026-06-26T04:08:02.643Z Downloaded backoff v0.4.0
6362026-06-26T04:08:02.646Z Downloaded darling v0.23.0
6372026-06-26T04:08:02.649Z Downloaded der_derive v0.7.3
6382026-06-26T04:08:02.652Z Downloaded defmt-macros v1.0.1
6392026-06-26T04:08:02.652Z Downloaded critical-section v1.2.0
6402026-06-26T04:08:02.654Z Downloaded chacha20 v0.9.1
6412026-06-26T04:08:02.654Z Downloaded cargo_metadata v0.23.1
6422026-06-26T04:08:02.657Z Downloaded blake2 v0.10.6
6432026-06-26T04:08:02.657Z Downloaded bitflags v1.3.2
6442026-06-26T04:08:02.660Z Downloaded dunce v1.0.5
6452026-06-26T04:08:02.660Z Downloaded convert_case v0.4.0
6462026-06-26T04:08:02.660Z Downloaded bit-vec v0.6.3
6472026-06-26T04:08:02.663Z Downloaded flagset v0.4.7
6482026-06-26T04:08:02.663Z Downloaded downcast-rs v2.0.2
6492026-06-26T04:08:02.663Z Downloaded foreign-types v0.5.0
6502026-06-26T04:08:02.666Z Downloaded float-ord v0.3.2
6512026-06-26T04:08:02.666Z Downloaded bcrypt-pbkdf v0.10.0
6522026-06-26T04:08:02.666Z Downloaded darling_macro v0.13.4
6532026-06-26T04:08:02.667Z Downloaded embedded-io v0.6.1
6542026-06-26T04:08:02.670Z Downloaded funty v2.0.0
6552026-06-26T04:08:02.670Z Downloaded dirs-sys-next v0.1.2
6562026-06-26T04:08:02.670Z Downloaded foreign-types-macros v0.2.3
6572026-06-26T04:08:02.670Z Downloaded endian-type v0.1.2
6582026-06-26T04:08:02.670Z Downloaded diesel_table_macro_syntax v0.3.0
6592026-06-26T04:08:02.673Z Downloaded const_format_proc_macros v0.2.34
6602026-06-26T04:08:02.673Z Downloaded crunchy v0.2.4
6612026-06-26T04:08:02.676Z Downloaded cobs v0.3.0
6622026-06-26T04:08:02.676Z Downloaded ciborium-ll v0.2.2
6632026-06-26T04:08:02.679Z Downloaded defmt v0.3.100
6642026-06-26T04:08:02.681Z Downloaded difflib v0.4.0
6652026-06-26T04:08:02.681Z Downloaded foreign-types v0.3.2
6662026-06-26T04:08:02.681Z Downloaded display-error-chain v0.2.2
6672026-06-26T04:08:02.684Z Downloaded castaway v0.2.4
6682026-06-26T04:08:02.684Z Downloaded crc v3.4.0
6692026-06-26T04:08:02.688Z Downloaded env_filter v1.0.0
6702026-06-26T04:08:02.691Z Downloaded hash32 v0.2.1
6712026-06-26T04:08:02.691Z Downloaded futures-io v0.3.32
6722026-06-26T04:08:02.694Z Downloaded colored v3.1.1
6732026-06-26T04:08:02.694Z Downloaded des v0.8.1
6742026-06-26T04:08:02.698Z Downloaded cmake v0.1.57
6752026-06-26T04:08:02.698Z Downloaded cipher v0.4.4
6762026-06-26T04:08:02.701Z Downloaded ed25519 v2.2.3
6772026-06-26T04:08:02.701Z Downloaded darling v0.13.4
6782026-06-26T04:08:02.704Z Downloaded env_logger v0.11.9
6792026-06-26T04:08:02.704Z Downloaded crc-any v2.5.0
6802026-06-26T04:08:02.707Z Downloaded drift v0.2.0
6812026-06-26T04:08:02.710Z Downloaded git-stub v1.0.0
6822026-06-26T04:08:02.713Z Downloaded gethostname v0.5.0
6832026-06-26T04:08:02.713Z Downloaded globwalk v0.9.1
6842026-06-26T04:08:02.716Z Downloaded dyn-clone v1.0.20
6852026-06-26T04:08:02.716Z Downloaded ghash v0.5.1
6862026-06-26T04:08:02.716Z Downloaded fxhash v0.2.1
6872026-06-26T04:08:02.716Z Downloaded futures-sink v0.3.32
6882026-06-26T04:08:02.719Z Downloaded futures-macro v0.3.32
6892026-06-26T04:08:02.719Z Downloaded futures-core v0.3.32
6902026-06-26T04:08:02.719Z Downloaded fixedbitset v0.4.2
6912026-06-26T04:08:02.722Z Downloaded der v0.7.10
6922026-06-26T04:08:02.725Z Downloaded hex v0.4.3
6932026-06-26T04:08:02.725Z Downloaded darling_core v0.21.3
6942026-06-26T04:08:02.729Z Downloaded hostname v0.3.1
6952026-06-26T04:08:02.729Z Downloaded convert_case v0.10.0
6962026-06-26T04:08:02.732Z Downloaded buf-list v1.1.2
6972026-06-26T04:08:02.732Z Downloaded hex-literal v0.4.1
6982026-06-26T04:08:02.732Z Downloaded headers-core v0.3.0
6992026-06-26T04:08:02.735Z Downloaded dof v0.4.0
7002026-06-26T04:08:02.735Z Downloaded constant_time_eq v0.4.2
7012026-06-26T04:08:02.735Z Downloaded http-body v1.0.1
7022026-06-26T04:08:02.735Z Downloaded foreign-types-shared v0.3.1
7032026-06-26T04:08:02.738Z Downloaded cexpr v0.6.0
7042026-06-26T04:08:02.738Z Downloaded bitfield-struct v0.6.2
7052026-06-26T04:08:02.738Z Downloaded daft-derive v0.1.7
7062026-06-26T04:08:02.741Z Downloaded foldhash v0.1.5
7072026-06-26T04:08:02.745Z Downloaded async-trait v0.1.89
7082026-06-26T04:08:02.745Z Downloaded find-msvc-tools v0.1.9
7092026-06-26T04:08:02.748Z Downloaded ff v0.13.1
7102026-06-26T04:08:02.748Z Downloaded camino-tempfile-ext v0.3.3
7112026-06-26T04:08:02.748Z Downloaded futures-task v0.3.32
7122026-06-26T04:08:02.751Z Downloaded either v1.15.0
7132026-06-26T04:08:02.751Z Downloaded compression-codecs v0.4.37
7142026-06-26T04:08:02.754Z Downloaded erased-serde v0.3.31
7152026-06-26T04:08:02.754Z Downloaded hostname v0.4.2
7162026-06-26T04:08:02.754Z Downloaded hubpack v0.1.2
7172026-06-26T04:08:02.757Z Downloaded deranged v0.5.8
7182026-06-26T04:08:02.757Z Downloaded cassowary v0.3.0
7192026-06-26T04:08:02.760Z Downloaded derive_more v0.99.20
7202026-06-26T04:08:02.762Z Downloaded cancel-safe-futures v0.1.5
7212026-06-26T04:08:02.762Z Downloaded fallible-iterator v0.2.0
7222026-06-26T04:08:02.765Z Downloaded diesel-dtrace v0.5.0
7232026-06-26T04:08:02.765Z Downloaded group v0.13.0
7242026-06-26T04:08:02.768Z Downloaded git-stub-vcs v0.1.0
7252026-06-26T04:08:02.768Z Downloaded hyper-tls v0.6.0
7262026-06-26T04:08:02.768Z Downloaded ciborium v0.2.2
7272026-06-26T04:08:02.772Z Downloaded console v0.15.11
7282026-06-26T04:08:02.772Z Downloaded hubpack_derive v0.1.1
7292026-06-26T04:08:02.772Z Downloaded http-range v0.1.5
7302026-06-26T04:08:02.775Z Downloaded fd-lock v4.0.4
7312026-06-26T04:08:02.775Z Downloaded hash32 v0.3.1
7322026-06-26T04:08:02.775Z Downloaded fs_extra v1.3.0
7332026-06-26T04:08:02.778Z Downloaded globset v0.4.18
7342026-06-26T04:08:02.778Z Downloaded ena v0.14.4
7352026-06-26T04:08:02.781Z Downloaded bzip2 v0.6.1
7362026-06-26T04:08:02.781Z Downloaded chacha20 v0.10.0
7372026-06-26T04:08:02.784Z Downloaded bzip2 v0.4.4
7382026-06-26T04:08:02.784Z Downloaded crossbeam-utils v0.8.21
7392026-06-26T04:08:02.804Z Downloaded byte-wrapper v0.1.0
7402026-06-26T04:08:02.805Z Downloaded const-oid v0.9.6
7412026-06-26T04:08:02.805Z Downloaded crypto-bigint v0.5.5
7422026-06-26T04:08:02.805Z Downloaded keccak v0.1.6
7432026-06-26T04:08:02.805Z Downloaded indent_write v2.2.0
7442026-06-26T04:08:02.805Z Downloaded is-terminal v0.4.17
7452026-06-26T04:08:02.805Z Downloaded illumos-nvpair-sys v0.2.0
7462026-06-26T04:08:02.805Z Downloaded illumos-nvpair v0.3.0
7472026-06-26T04:08:02.805Z Downloaded indoc v1.0.9
7482026-06-26T04:08:02.805Z Downloaded is_ci v1.2.0
7492026-06-26T04:08:02.805Z Downloaded instability v0.3.11
7502026-06-26T04:08:02.805Z Downloaded httpdate v1.0.3
7512026-06-26T04:08:02.805Z Downloaded futures-channel v0.3.32
7522026-06-26T04:08:02.805Z Downloaded instant v0.1.13
7532026-06-26T04:08:02.809Z Downloaded ident_case v1.0.1
7542026-06-26T04:08:02.809Z Downloaded corncobs v0.1.4
7552026-06-26T04:08:02.809Z Downloaded cookie_store v0.22.1
7562026-06-26T04:08:02.809Z Downloaded futures-executor v0.3.32
7572026-06-26T04:08:02.809Z Downloaded fs-err v2.11.0
7582026-06-26T04:08:02.809Z Downloaded lalrpop-util v0.19.12
7592026-06-26T04:08:02.812Z Downloaded getrandom v0.2.17
7602026-06-26T04:08:02.812Z Downloaded darling v0.21.3
7612026-06-26T04:08:02.815Z Downloaded libscf-sys v1.1.0
7622026-06-26T04:08:02.815Z Downloaded compact_str v0.8.1
7632026-06-26T04:08:02.818Z Downloaded colored v2.2.0
7642026-06-26T04:08:02.818Z Downloaded kstat-rs v0.2.4
7652026-06-26T04:08:02.822Z Downloaded darling_core v0.20.11
7662026-06-26T04:08:02.825Z Downloaded lru v0.12.5
7672026-06-26T04:08:02.825Z Downloaded clang-sys v1.8.1
7682026-06-26T04:08:02.825Z Downloaded lru-slab v0.1.2
7692026-06-26T04:08:02.828Z Downloaded humantime v2.3.0
7702026-06-26T04:08:02.828Z Downloaded http-body-util v0.1.3
7712026-06-26T04:08:02.828Z Downloaded glob v0.3.3
7722026-06-26T04:08:02.831Z Downloaded cookie v0.18.1
7732026-06-26T04:08:02.831Z Downloaded home v0.5.12
7742026-06-26T04:08:02.834Z Downloaded ar_archive_writer v0.5.1
7752026-06-26T04:08:02.834Z Downloaded derive-where v1.6.0
7762026-06-26T04:08:02.837Z Downloaded lru-cache v0.1.2
7772026-06-26T04:08:02.837Z Downloaded internet-checksum v0.2.1
7782026-06-26T04:08:02.840Z Downloaded lazy_static v1.5.0
7792026-06-26T04:08:02.840Z Downloaded new_debug_unreachable v1.0.6
7802026-06-26T04:08:02.840Z Downloaded crc32fast v1.5.0
7812026-06-26T04:08:02.843Z Downloaded console v0.16.2
7822026-06-26T04:08:02.843Z Downloaded allocator-api2 v0.2.21
7832026-06-26T04:08:02.846Z Downloaded maplit v1.0.2
7842026-06-26T04:08:02.846Z Downloaded diff v0.1.13
7852026-06-26T04:08:02.849Z Downloaded crossbeam-epoch v0.9.18
7862026-06-26T04:08:02.849Z Downloaded ipnet v2.11.0
7872026-06-26T04:08:02.849Z Downloaded derive_builder_core v0.20.2
7882026-06-26T04:08:02.852Z Downloaded base64ct v1.8.3
7892026-06-26T04:08:02.855Z Downloaded multimap v0.10.1
7902026-06-26T04:08:02.855Z Downloaded inout v0.1.4
7912026-06-26T04:08:02.855Z Downloaded hyper-staticfile v0.10.1
7922026-06-26T04:08:02.858Z Downloaded normalize-line-endings v0.3.0
7932026-06-26T04:08:02.858Z Downloaded newline-converter v0.3.0
7942026-06-26T04:08:02.858Z Downloaded ingot v0.1.1
7952026-06-26T04:08:02.861Z Downloaded highway v1.3.0
7962026-06-26T04:08:02.861Z Downloaded libloading v0.8.9
7972026-06-26T04:08:02.864Z Downloaded md5 v0.7.0
7982026-06-26T04:08:02.864Z Downloaded linked-hash-map v0.5.6
7992026-06-26T04:08:02.864Z Downloaded lzss v0.8.2
8002026-06-26T04:08:02.868Z Downloaded impl-trait-for-tuples v0.2.3
8012026-06-26T04:08:02.868Z Downloaded futures v0.3.32
8022026-06-26T04:08:02.872Z Downloaded ipnetwork v0.21.1
8032026-06-26T04:08:02.876Z Downloaded indoc v2.0.7
8042026-06-26T04:08:02.876Z Downloaded getrandom v0.3.4
8052026-06-26T04:08:02.879Z Downloaded arc-swap v1.8.2
8062026-06-26T04:08:02.882Z Downloaded num v0.4.3
8072026-06-26T04:08:02.882Z Downloaded md-5 v0.10.6
8082026-06-26T04:08:02.886Z Downloaded nibble_vec v0.1.0
8092026-06-26T04:08:02.886Z Downloaded num-derive v0.4.2
8102026-06-26T04:08:02.886Z Downloaded newtype-uuid-macros v0.1.0
8112026-06-26T04:08:02.890Z Downloaded mime v0.3.17
8122026-06-26T04:08:02.890Z Downloaded num-derive v0.3.3
8132026-06-26T04:08:02.890Z Downloaded darling_core v0.13.4
8142026-06-26T04:08:02.893Z Downloaded lock_api v0.4.14
8152026-06-26T04:08:02.893Z Downloaded match_cfg v0.1.0
8162026-06-26T04:08:02.896Z Downloaded half v2.7.1
8172026-06-26T04:08:02.899Z Downloaded opaque-debug v0.3.1
8182026-06-26T04:08:02.899Z Downloaded openssl-macros v0.1.1
8192026-06-26T04:08:02.899Z Downloaded libsw v3.5.0
8202026-06-26T04:08:02.899Z Downloaded chacha20poly1305 v0.10.1
8212026-06-26T04:08:02.902Z Downloaded newtype_derive v0.1.6
8222026-06-26T04:08:02.902Z Downloaded maybe-uninit v2.0.0
8232026-06-26T04:08:02.902Z Downloaded half v1.8.3
8242026-06-26T04:08:02.905Z Downloaded num-conv v0.2.0
8252026-06-26T04:08:02.905Z Downloaded nodrop v0.1.14
8262026-06-26T04:08:02.905Z Downloaded multer v3.1.0
8272026-06-26T04:08:02.908Z Downloaded iana-time-zone v0.1.65
8282026-06-26T04:08:02.913Z Downloaded num_enum_derive v0.5.11
8292026-06-26T04:08:02.916Z Downloaded ingot-types v0.1.2
8302026-06-26T04:08:02.916Z Downloaded hmac v0.12.1
8312026-06-26T04:08:02.919Z Downloaded derive_more v2.1.1
8322026-06-26T04:08:02.923Z Downloaded mime_guess v2.0.5
8332026-06-26T04:08:02.926Z Downloaded packed_struct_codegen v0.10.1
8342026-06-26T04:08:02.926Z Downloaded openssl-probe v0.2.1
8352026-06-26T04:08:02.929Z Downloaded libefi-sys v0.1.0
8362026-06-26T04:08:02.929Z Downloaded httparse v1.10.1
8372026-06-26T04:08:02.929Z Downloaded oso-derive v0.27.3
8382026-06-26T04:08:02.932Z Downloaded olpc-cjson v0.1.4
8392026-06-26T04:08:02.932Z Downloaded num_threads v0.1.7
8402026-06-26T04:08:02.932Z Downloaded flume v0.11.1
8412026-06-26T04:08:02.935Z Downloaded elliptic-curve v0.13.8
8422026-06-26T04:08:02.938Z Downloaded openssl-probe v0.1.6
8432026-06-26T04:08:02.938Z Downloaded pbkdf2 v0.11.0
8442026-06-26T04:08:02.938Z Downloaded darling_core v0.23.0
8452026-06-26T04:08:02.941Z Downloaded parse-display v0.10.0
8462026-06-26T04:08:02.954Z Downloaded peg-runtime v0.8.5
8472026-06-26T04:08:02.957Z Downloaded parse-size v1.1.0
8482026-06-26T04:08:02.957Z Downloaded num_enum v0.7.6
8492026-06-26T04:08:02.960Z Downloaded bumpalo v3.20.2
8502026-06-26T04:08:02.963Z Downloaded num-integer v0.1.46
8512026-06-26T04:08:02.963Z Downloaded path-slash v0.1.5
8522026-06-26T04:08:02.963Z Downloaded native-tls v0.2.18
8532026-06-26T04:08:02.966Z Downloaded managed v0.8.0
8542026-06-26T04:08:02.966Z Downloaded indexmap v1.9.3
8552026-06-26T04:08:02.969Z Downloaded pbkdf2 v0.12.2
8562026-06-26T04:08:02.969Z Downloaded hyper-rustls v0.27.7
8572026-06-26T04:08:02.972Z Downloaded phf_shared v0.12.1
8582026-06-26T04:08:02.972Z Downloaded memoffset v0.9.1
8592026-06-26T04:08:02.972Z Downloaded linear-map v1.2.0
8602026-06-26T04:08:02.975Z Downloaded jobserver v0.1.34
8612026-06-26T04:08:02.975Z Downloaded dropshot_endpoint v0.17.0
8622026-06-26T04:08:02.978Z Downloaded phf_shared v0.13.1
8632026-06-26T04:08:02.978Z Downloaded newtype-uuid v1.3.2
8642026-06-26T04:08:02.978Z Downloaded headers v0.4.1
8652026-06-26T04:08:02.981Z Downloaded cc v1.2.56
8662026-06-26T04:08:02.984Z Downloaded const_format v0.2.35
8672026-06-26T04:08:02.987Z Downloaded precomputed-hash v0.1.1
8682026-06-26T04:08:02.987Z Downloaded pin-utils v0.1.0
8692026-06-26T04:08:02.987Z Downloaded nonempty v0.12.0
8702026-06-26T04:08:02.990Z Downloaded nanorand v0.7.0
8712026-06-26T04:08:02.990Z Downloaded num-iter v0.1.45
8722026-06-26T04:08:02.990Z Downloaded predicates-tree v1.0.13
8732026-06-26T04:08:02.994Z Downloaded phf_shared v0.11.3
8742026-06-26T04:08:02.997Z Downloaded nu-ansi-term v0.50.3
8752026-06-26T04:08:02.997Z Downloaded oxide-tokio-rt v0.1.4
8762026-06-26T04:08:03.000Z Downloaded owo-colors v4.3.0
8772026-06-26T04:08:03.003Z Downloaded peg-macros v0.8.5
8782026-06-26T04:08:03.005Z Downloaded num_enum_derive v0.7.6
8792026-06-26T04:08:03.008Z Downloaded packed_struct v0.10.1
8802026-06-26T04:08:03.008Z Downloaded parse-display-derive v0.10.0
8812026-06-26T04:08:03.008Z Downloaded num-complex v0.4.6
8822026-06-26T04:08:03.011Z Downloaded ingot-macros v0.1.1
8832026-06-26T04:08:03.014Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-06-26T04:08:03.014Z Downloaded proc-macro-crate v3.4.0
8852026-06-26T04:08:03.014Z Downloaded libbz2-rs-sys v0.2.2
8862026-06-26T04:08:03.017Z Downloaded predicates-core v1.0.10
8872026-06-26T04:08:03.018Z Downloaded powerfmt v0.2.0
8882026-06-26T04:08:03.018Z Downloaded proc-macro-crate v1.3.1
8892026-06-26T04:08:03.021Z Downloaded progenitor-client v0.14.0
8902026-06-26T04:08:03.023Z Downloaded oxnet v0.1.6
8912026-06-26T04:08:03.026Z Downloaded progenitor-macro v0.14.0
8922026-06-26T04:08:03.030Z Downloaded num_enum v0.5.11
8932026-06-26T04:08:03.033Z Downloaded psl-types v2.0.11
8942026-06-26T04:08:03.033Z Downloaded heapless v0.8.0
8952026-06-26T04:08:03.036Z Downloaded pin-project-internal v1.1.11
8962026-06-26T04:08:03.039Z Downloaded paste v1.0.15
8972026-06-26T04:08:03.042Z Downloaded password-hash v0.5.0
8982026-06-26T04:08:03.042Z Downloaded quick-error v1.2.3
8992026-06-26T04:08:03.045Z Downloaded progenitor-macro v0.13.0
9002026-06-26T04:08:03.045Z Downloaded litrs v1.0.0
9012026-06-26T04:08:03.048Z Downloaded phf v0.13.1
9022026-06-26T04:08:03.048Z Downloaded heapless v0.7.17
9032026-06-26T04:08:03.051Z Downloaded peg v0.8.5
9042026-06-26T04:08:03.054Z Downloaded polyval v0.6.2
9052026-06-26T04:08:03.054Z Downloaded memmap2 v0.9.10
9062026-06-26T04:08:03.054Z Downloaded ignore v0.4.25
9072026-06-26T04:08:03.057Z Downloaded poly1305 v0.8.0
9082026-06-26T04:08:03.060Z Downloaded radium v0.7.0
9092026-06-26T04:08:03.063Z Downloaded pem v3.0.6
9102026-06-26T04:08:03.065Z Downloaded rand_xorshift v0.4.0
9112026-06-26T04:08:03.068Z Downloaded crossbeam-channel v0.5.15
9122026-06-26T04:08:03.071Z Downloaded parking_lot_core v0.9.12
9132026-06-26T04:08:03.074Z Downloaded password-hash v0.4.2
9142026-06-26T04:08:03.078Z Downloaded rand_chacha v0.3.1
9152026-06-26T04:08:03.078Z Downloaded num-rational v0.4.2
9162026-06-26T04:08:03.081Z Downloaded parking_lot_core v0.8.6
9172026-06-26T04:08:03.081Z Downloaded proc-macro-error2 v2.0.1
9182026-06-26T04:08:03.084Z Downloaded hickory-resolver v0.25.2
9192026-06-26T04:08:03.087Z Downloaded pkg-config v0.3.32
9202026-06-26T04:08:03.087Z Downloaded pin-project-lite v0.2.17
9212026-06-26T04:08:03.090Z Downloaded ref-cast v1.0.25
9222026-06-26T04:08:03.093Z Downloaded omicron-zone-package v0.12.2
9232026-06-26T04:08:03.096Z Downloaded progenitor-client v0.13.0
9242026-06-26T04:08:03.096Z Downloaded ppv-lite86 v0.2.21
9252026-06-26T04:08:03.099Z Downloaded ed25519-dalek v2.2.0
9262026-06-26T04:08:03.099Z Downloaded progenitor v0.13.0
9272026-06-26T04:08:03.102Z Downloaded phf v0.12.1
9282026-06-26T04:08:03.105Z Downloaded recursive-proc-macro-impl v0.1.1
9292026-06-26T04:08:03.105Z Downloaded recursive v0.1.1
9302026-06-26T04:08:03.105Z Downloaded primeorder v0.13.6
9312026-06-26T04:08:03.105Z Downloaded progenitor-extras v0.2.0
9322026-06-26T04:08:03.108Z Downloaded predicates v3.1.4
9332026-06-26T04:08:03.111Z Downloaded ref-cast-impl v1.0.25
9342026-06-26T04:08:03.111Z Downloaded pkcs1 v0.7.5
9352026-06-26T04:08:03.111Z Downloaded fatfs v0.3.6
9362026-06-26T04:08:03.114Z Downloaded libsw-core v0.3.2
9372026-06-26T04:08:03.114Z Downloaded pkcs5 v0.7.1
9382026-06-26T04:08:03.117Z Downloaded pkcs8 v0.10.2
9392026-06-26T04:08:03.120Z Downloaded expectorate v1.2.0
9402026-06-26T04:08:03.123Z Downloaded parking_lot v0.12.5
9412026-06-26T04:08:03.126Z Downloaded parking_lot v0.11.2
9422026-06-26T04:08:03.129Z Downloaded rustc-hash v2.1.1
9432026-06-26T04:08:03.129Z Downloaded pem-rfc7468 v0.7.0
9442026-06-26T04:08:03.135Z Downloaded rand_core v0.6.4
9452026-06-26T04:08:03.138Z Downloaded rustc_version v0.4.1
9462026-06-26T04:08:03.138Z Downloaded miniz_oxide v0.8.9
9472026-06-26T04:08:03.141Z Downloaded rustc_version v0.1.7
9482026-06-26T04:08:03.141Z Downloaded russh-cryptovec v0.7.3
9492026-06-26T04:08:03.144Z Downloaded http v1.4.0
9502026-06-26T04:08:03.144Z Downloaded postcard v1.1.3
9512026-06-26T04:08:03.147Z Downloaded rand_chacha v0.9.0
9522026-06-26T04:08:03.147Z Downloaded rand_core v0.10.0
9532026-06-26T04:08:03.152Z Downloaded rtoolbox v0.0.3
9542026-06-26T04:08:03.152Z Downloaded indicatif v0.18.4
9552026-06-26T04:08:03.156Z Downloaded derive_more-impl v2.1.1
9562026-06-26T04:08:03.159Z Downloaded sapling-renderdag v0.1.0
9572026-06-26T04:08:03.159Z Downloaded aes v0.8.4
9582026-06-26T04:08:03.161Z Downloaded rfc6979 v0.4.0
9592026-06-26T04:08:03.161Z Downloaded r2d2 v0.8.10
9602026-06-26T04:08:03.161Z Downloaded progenitor v0.14.0
9612026-06-26T04:08:03.164Z Downloaded salsa20 v0.10.2
9622026-06-26T04:08:03.168Z Downloaded scheduled-thread-pool v0.2.7
9632026-06-26T04:08:03.173Z Downloaded aes-gcm v0.10.3
9642026-06-26T04:08:03.178Z Downloaded postgres-types v0.2.12
9652026-06-26T04:08:03.181Z Downloaded psm v0.1.30
9662026-06-26T04:08:03.181Z Downloaded rand_core v0.9.5
9672026-06-26T04:08:03.183Z Downloaded postgres-protocol v0.6.10
9682026-06-26T04:08:03.186Z Downloaded secrecy v0.8.0
9692026-06-26T04:08:03.191Z Downloaded secrecy v0.10.3
9702026-06-26T04:08:03.194Z Downloaded scrypt v0.11.0
9712026-06-26T04:08:03.194Z Downloaded scroll_derive v0.13.1
9722026-06-26T04:08:03.197Z Downloaded semver v0.1.20
9732026-06-26T04:08:03.197Z Downloaded scopeguard v1.2.0
9742026-06-26T04:08:03.200Z Downloaded rand_seeder v0.4.0
9752026-06-26T04:08:03.202Z Downloaded prefix-trie v0.7.0
9762026-06-26T04:08:03.205Z Downloaded rustls-native-certs v0.8.3
9772026-06-26T04:08:03.208Z Downloaded resolv-conf v0.7.6
9782026-06-26T04:08:03.209Z Downloaded hashbrown v0.13.2
9792026-06-26T04:08:03.212Z Downloaded serde-big-array v0.5.1
9802026-06-26T04:08:03.220Z Downloaded p256 v0.13.2
9812026-06-26T04:08:03.228Z Downloaded serde_spanned v1.0.4
9822026-06-26T04:08:03.231Z Downloaded rustls-pemfile v2.2.0
9832026-06-26T04:08:03.231Z Downloaded serde_urlencoded v0.7.1
9842026-06-26T04:08:03.234Z Downloaded sha1 v0.10.6
9852026-06-26T04:08:03.234Z Downloaded seq-macro v0.3.6
9862026-06-26T04:08:03.238Z Downloaded rustls-pemfile v1.0.4
9872026-06-26T04:08:03.238Z Downloaded hickory-server v0.25.2
9882026-06-26T04:08:03.241Z Downloaded sigpipe v0.1.3
9892026-06-26T04:08:03.241Z Downloaded signature v2.2.0
9902026-06-26T04:08:03.244Z Downloaded signal-hook-mio v0.2.5
9912026-06-26T04:08:03.244Z Downloaded serde_bytes v0.11.19
9922026-06-26T04:08:03.247Z Downloaded shell-words v1.1.1
9932026-06-26T04:08:03.247Z Downloaded serde_repr v0.1.20
9942026-06-26T04:08:03.249Z Downloaded serde_plain v1.0.2
9952026-06-26T04:08:03.249Z Downloaded progenitor-impl v0.13.0
9962026-06-26T04:08:03.252Z Downloaded jiff-static v0.2.21
9972026-06-26T04:08:03.255Z Downloaded hickory-resolver v0.24.4
9982026-06-26T04:08:03.258Z Downloaded scroll v0.13.0
9992026-06-26T04:08:03.258Z Downloaded diesel_derives v2.3.7
10002026-06-26T04:08:03.262Z Downloaded quinn-udp v0.5.14
10012026-06-26T04:08:03.264Z Downloaded same-file v1.0.6
10022026-06-26T04:08:03.267Z Downloaded progenitor-impl v0.14.0
10032026-06-26T04:08:03.267Z Downloaded signal-hook-tokio v0.3.1
10042026-06-26T04:08:03.270Z Downloaded flate2 v1.1.9
10052026-06-26T04:08:03.273Z Downloaded siphasher v1.0.2
10062026-06-26T04:08:03.276Z Downloaded mio v1.2.0
10072026-06-26T04:08:03.279Z Downloaded minimal-lexical v0.2.1
10082026-06-26T04:08:03.282Z Downloaded serde-hex v0.1.0
10092026-06-26T04:08:03.288Z Downloaded slog-envlogger v2.2.0
10102026-06-26T04:08:03.293Z Downloaded oso v0.27.3
10112026-06-26T04:08:03.298Z Downloaded serde_path_to_error v0.1.20
10122026-06-26T04:08:03.301Z Downloaded openssl-sys v0.9.115
10132026-06-26T04:08:03.310Z Downloaded papergrid v0.17.0
10142026-06-26T04:08:03.314Z Downloaded serde_with_macros v1.5.2
10152026-06-26T04:08:03.316Z Downloaded num-bigint v0.4.6
10162026-06-26T04:08:03.319Z Downloaded hashbrown v0.12.3
10172026-06-26T04:08:03.322Z Downloaded strum v0.27.2
10182026-06-26T04:08:03.322Z Downloaded strum v0.26.3
10192026-06-26T04:08:03.326Z Downloaded ssh-cipher v0.2.0
10202026-06-26T04:08:03.326Z Downloaded serde_derive_internals v0.29.1
10212026-06-26T04:08:03.329Z Downloaded signal-hook-registry v1.4.8
10222026-06-26T04:08:03.329Z Downloaded hyper-util v0.1.20
10232026-06-26T04:08:03.331Z Downloaded ssh-encoding v0.2.0
10242026-06-26T04:08:03.332Z Downloaded sqlparser_derive v0.5.0
10252026-06-26T04:08:03.338Z Downloaded structmeta v0.3.0
10262026-06-26T04:08:03.341Z Downloaded subtle v2.6.1
10272026-06-26T04:08:03.343Z Downloaded sec1 v0.7.3
10282026-06-26T04:08:03.344Z Downloaded sct v0.7.1
10292026-06-26T04:08:03.347Z Downloaded rcgen v0.12.1
10302026-06-26T04:08:03.352Z Downloaded rusty-fork v0.3.1
10312026-06-26T04:08:03.354Z Downloaded rustls-pki-types v1.14.0
10322026-06-26T04:08:03.357Z Downloaded slab v0.4.12
10332026-06-26T04:08:03.357Z Downloaded slog-async v2.8.0
10342026-06-26T04:08:03.361Z Downloaded pretty_assertions v1.4.1
10352026-06-26T04:08:03.361Z Downloaded simd-adler32 v0.3.8
10362026-06-26T04:08:03.364Z Downloaded shlex v1.3.0
10372026-06-26T04:08:03.364Z Downloaded rayon-core v1.13.0
10382026-06-26T04:08:03.367Z Downloaded strsim v0.10.0
10392026-06-26T04:08:03.367Z Downloaded strip-ansi-escapes v0.2.1
10402026-06-26T04:08:03.370Z Downloaded sqlformat v0.3.5
10412026-06-26T04:08:03.370Z Downloaded slog-term v2.9.2
10422026-06-26T04:08:03.373Z Downloaded slog-json v2.6.1
10432026-06-26T04:08:03.373Z Downloaded serde_cbor v0.11.2
10442026-06-26T04:08:03.376Z Downloaded tabwriter v1.4.1
10452026-06-26T04:08:03.376Z Downloaded schemars_derive v0.8.22
10462026-06-26T04:08:03.379Z Downloaded tabled_derive v0.11.0
10472026-06-26T04:08:03.379Z Downloaded supports-color v3.0.2
10482026-06-26T04:08:03.379Z Downloaded sync_wrapper v1.0.2
10492026-06-26T04:08:03.382Z Downloaded sync-ptr v0.1.4
10502026-06-26T04:08:03.382Z Downloaded ron v0.8.1
10512026-06-26T04:08:03.384Z Downloaded string_cache v0.8.9
10522026-06-26T04:08:03.387Z Downloaded snafu-derive v0.8.9
10532026-06-26T04:08:03.387Z Downloaded smf v0.2.3
10542026-06-26T04:08:03.387Z Downloaded smallvec v0.6.14
10552026-06-26T04:08:03.390Z Downloaded rustversion v1.0.22
10562026-06-26T04:08:03.390Z Downloaded prettyplease v0.2.37
10572026-06-26T04:08:03.393Z Downloaded testing_table v0.3.0
10582026-06-26T04:08:03.393Z Downloaded spki v0.7.3
10592026-06-26T04:08:03.396Z Downloaded tap v1.0.1
10602026-06-26T04:08:03.396Z Downloaded itertools v0.10.5
10612026-06-26T04:08:03.399Z Downloaded take_mut v0.2.2
10622026-06-26T04:08:03.403Z Downloaded tagptr v0.2.0
10632026-06-26T04:08:03.403Z Downloaded slog-dtrace v0.3.0
10642026-06-26T04:08:03.403Z Downloaded aho-corasick v1.1.4
10652026-06-26T04:08:03.406Z Downloaded quinn v0.11.9
10662026-06-26T04:08:03.410Z Downloaded crossterm v0.29.0
10672026-06-26T04:08:03.412Z Downloaded stacker v0.1.23
10682026-06-26T04:08:03.415Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-26T04:08:03.415Z Downloaded termtree v0.5.1
10702026-06-26T04:08:03.418Z Downloaded time-core v0.1.8
10712026-06-26T04:08:03.418Z Downloaded thread-id v5.1.0
10722026-06-26T04:08:03.422Z Downloaded static_assertions v1.1.0
10732026-06-26T04:08:03.425Z Downloaded rustls-platform-verifier v0.6.2
10742026-06-26T04:08:03.425Z Downloaded dropshot-api-manager v0.7.2
10752026-06-26T04:08:03.428Z Downloaded ryu v1.0.23
10762026-06-26T04:08:03.431Z Downloaded tinyvec_macros v0.1.1
10772026-06-26T04:08:03.433Z Downloaded support-bundle-viewer v0.1.2
10782026-06-26T04:08:03.436Z Downloaded slog-stdlog v4.1.1
10792026-06-26T04:08:03.439Z Downloaded strum_macros v0.26.4
10802026-06-26T04:08:03.442Z Downloaded futures-util v0.3.32
10812026-06-26T04:08:03.447Z Downloaded stringprep v0.1.5
10822026-06-26T04:08:03.451Z Downloaded strum_macros v0.24.3
10832026-06-26T04:08:03.451Z Downloaded structmeta-derive v0.3.0
10842026-06-26T04:08:03.454Z Downloaded tokio-test v0.4.5
10852026-06-26T04:08:03.458Z Downloaded tokio-macros v2.7.0
10862026-06-26T04:08:03.458Z Downloaded slog-scope v4.4.1
10872026-06-26T04:08:03.458Z Downloaded schemars v0.8.22
10882026-06-26T04:08:03.463Z Downloaded termios v0.3.3
10892026-06-26T04:08:03.465Z Downloaded serde_with_macros v3.17.0
10902026-06-26T04:08:03.471Z Downloaded spin v0.9.8
10912026-06-26T04:08:03.474Z Downloaded thiserror-no-std v2.0.2
10922026-06-26T04:08:03.484Z Downloaded schemars v0.9.0
10932026-06-26T04:08:03.491Z Downloaded time-macros v0.2.27
10942026-06-26T04:08:03.494Z Downloaded try-lock v0.2.5
10952026-06-26T04:08:03.494Z Downloaded tower-service v0.3.3
10962026-06-26T04:08:03.494Z Downloaded tower-layer v0.3.3
10972026-06-26T04:08:03.498Z Downloaded trait-variant v0.1.2
10982026-06-26T04:08:03.498Z Downloaded thread_local v1.1.9
10992026-06-26T04:08:03.498Z Downloaded russh-keys v0.45.0
11002026-06-26T04:08:03.500Z Downloaded qorb v0.4.1
11012026-06-26T04:08:03.504Z Downloaded rsa v0.9.10
11022026-06-26T04:08:03.507Z Downloaded similar v2.7.0
11032026-06-26T04:08:03.510Z Downloaded topological-sort v0.2.2
11042026-06-26T04:08:03.510Z Downloaded publicsuffix v2.3.0
11052026-06-26T04:08:03.513Z Downloaded nom v7.1.3
11062026-06-26T04:08:03.516Z Downloaded tiny-keccak v2.0.2
11072026-06-26T04:08:03.516Z Downloaded itertools v0.13.0
11082026-06-26T04:08:03.519Z Downloaded unarray v0.1.4
11092026-06-26T04:08:03.522Z Downloaded strum_macros v0.27.2
11102026-06-26T04:08:03.522Z Downloaded unit-prefix v0.5.2
11112026-06-26T04:08:03.525Z Downloaded term v0.7.0
11122026-06-26T04:08:03.525Z Downloaded tls_codec v0.4.2
11132026-06-26T04:08:03.527Z Downloaded slog v2.8.2
11142026-06-26T04:08:03.530Z Downloaded typify-macro v0.6.2
11152026-06-26T04:08:03.530Z Downloaded tls_codec_derive v0.4.2
11162026-06-26T04:08:03.530Z Downloaded socket2 v0.5.10
11172026-06-26T04:08:03.533Z Downloaded itertools v0.14.0
11182026-06-26T04:08:03.536Z Downloaded tokio-dtrace v0.1.1
11192026-06-26T04:08:03.536Z Downloaded rand v0.8.6
11202026-06-26T04:08:03.539Z Downloaded untrusted v0.9.0
11212026-06-26T04:08:03.543Z Downloaded untrusted v0.7.1
11222026-06-26T04:08:03.543Z Downloaded universal-hash v0.5.1
11232026-06-26T04:08:03.543Z Downloaded unicode-truncate v1.1.0
11242026-06-26T04:08:03.543Z Downloaded nom v8.0.0
11252026-06-26T04:08:03.546Z Downloaded tokio-tungstenite v0.23.1
11262026-06-26T04:08:03.546Z Downloaded term v1.2.1
11272026-06-26T04:08:03.549Z Downloaded usdt-attr-macro v0.6.0
11282026-06-26T04:08:03.549Z Downloaded usdt v0.6.0
11292026-06-26T04:08:03.549Z Downloaded signal-hook v0.3.18
11302026-06-26T04:08:03.552Z Downloaded samael v0.0.19
11312026-06-26T04:08:03.555Z Downloaded socket2 v0.6.3
11322026-06-26T04:08:03.559Z Downloaded pin-project v1.1.11
11332026-06-26T04:08:03.563Z Downloaded utf-8 v0.7.6
11342026-06-26T04:08:03.565Z Downloaded usdt-macro v0.6.0
11352026-06-26T04:08:03.565Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11362026-06-26T04:08:03.565Z Downloaded hashbrown v0.16.1
11372026-06-26T04:08:03.568Z Downloaded tui-tree-widget v0.23.1
11382026-06-26T04:08:03.571Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11392026-06-26T04:08:03.571Z Downloaded void v1.0.2
11402026-06-26T04:08:03.571Z Downloaded wait-timeout v0.2.1
11412026-06-26T04:08:03.574Z Downloaded tokio-native-tls v0.3.1
11422026-06-26T04:08:03.574Z Downloaded hashbrown v0.15.5
11432026-06-26T04:08:03.579Z Downloaded tokio-tungstenite v0.21.0
11442026-06-26T04:08:03.583Z Downloaded subprocess v0.2.15
11452026-06-26T04:08:03.583Z Downloaded blake3 v1.8.5
11462026-06-26T04:08:03.589Z Downloaded serde_yaml v0.9.34+deprecated
11472026-06-26T04:08:03.596Z Downloaded unicase v2.9.0
11482026-06-26T04:08:03.596Z Downloaded toml_writer v1.0.6+spec-1.1.0
11492026-06-26T04:08:03.605Z Downloaded waitgroup v0.1.2
11502026-06-26T04:08:03.605Z Downloaded bitvec v1.0.1
11512026-06-26T04:08:03.610Z Downloaded xattr v1.6.1
11522026-06-26T04:08:03.610Z Downloaded tokio-rustls v0.24.1
11532026-06-26T04:08:03.610Z Downloaded want v0.3.1
11542026-06-26T04:08:03.619Z Downloaded crossterm v0.28.1
11552026-06-26T04:08:03.619Z Downloaded num-bigint-dig v0.8.6
11562026-06-26T04:08:03.629Z Downloaded zeroize_derive v1.4.3
11572026-06-26T04:08:03.629Z Downloaded xshell-macros v0.2.7
11582026-06-26T04:08:03.629Z Downloaded schemars v1.2.1
11592026-06-26T04:08:03.634Z Downloaded rustls-webpki v0.103.9
11602026-06-26T04:08:03.634Z Downloaded tokio-rustls v0.26.4
11612026-06-26T04:08:03.634Z Downloaded test-strategy v0.4.5
11622026-06-26T04:08:03.634Z Downloaded rand v0.9.2
11632026-06-26T04:08:03.634Z Downloaded itertools v0.12.1
11642026-06-26T04:08:03.641Z Downloaded walkdir v2.5.0
11652026-06-26T04:08:03.641Z Downloaded vergen-lib v9.1.0
11662026-06-26T04:08:03.671Z Downloaded libxml v0.3.3
11672026-06-26T04:08:03.672Z Downloaded snafu v0.8.9
11682026-06-26T04:08:03.684Z Downloaded uzers v0.12.2
11692026-06-26T04:08:03.684Z Downloaded usdt-impl v0.6.0
11702026-06-26T04:08:03.684Z Downloaded iddqd v0.4.2
11712026-06-26T04:08:03.684Z Downloaded vergen-git2 v9.1.0
11722026-06-26T04:08:03.685Z Downloaded zone v0.3.1
11732026-06-26T04:08:03.685Z Downloaded vergen-gitcl v1.0.8
11742026-06-26T04:08:03.685Z Downloaded twox-hash v2.1.2
11752026-06-26T04:08:03.685Z Downloaded tar v0.4.45
11762026-06-26T04:08:03.685Z Downloaded p521 v0.13.3
11772026-06-26T04:08:03.685Z Downloaded vergen-lib v0.1.6
11782026-06-26T04:08:03.685Z Downloaded tokio-stream v0.1.18
11792026-06-26T04:08:03.685Z Downloaded wyz v0.5.1
11802026-06-26T04:08:03.685Z Downloaded zeroize v1.8.2
11812026-06-26T04:08:03.690Z Downloaded tracing-attributes v0.1.31
11822026-06-26T04:08:03.690Z Downloaded chrono v0.4.44
11832026-06-26T04:08:03.690Z Downloaded toml_parser v1.0.9+spec-1.1.0
11842026-06-26T04:08:03.690Z Downloaded steno v0.4.1
11852026-06-26T04:08:03.690Z Downloaded tinyvec v1.10.0
11862026-06-26T04:08:03.694Z Downloaded whoami v1.6.1
11872026-06-26T04:08:03.694Z Downloaded rustyline v14.0.0
11882026-06-26T04:08:03.698Z Downloaded tungstenite v0.21.0
11892026-06-26T04:08:03.700Z Downloaded vsss-rs v3.3.4
11902026-06-26T04:08:03.700Z Downloaded whoami v2.1.0
11912026-06-26T04:08:03.704Z Downloaded iri-string v0.7.10
11922026-06-26T04:08:03.707Z Downloaded unicode-bidi v0.3.18
11932026-06-26T04:08:03.716Z Downloaded zstd-safe v7.2.4
11942026-06-26T04:08:03.719Z Downloaded unicode-properties v0.1.4
11952026-06-26T04:08:03.726Z Downloaded rpassword v7.4.0
11962026-06-26T04:08:03.730Z Downloaded tokio-rustls v0.25.0
11972026-06-26T04:08:03.733Z Downloaded h2 v0.4.13
11982026-06-26T04:08:03.736Z Downloaded vergen v9.1.0
11992026-06-26T04:08:03.741Z Downloaded zone_cfg_derive v0.3.1
12002026-06-26T04:08:03.741Z Downloaded toml v0.7.8
12012026-06-26T04:08:03.741Z Downloaded zstd v0.13.3
12022026-06-26T04:08:03.745Z Downloaded toml v1.0.6+spec-1.1.0
12032026-06-26T04:08:03.745Z Downloaded xshell v0.2.7
12042026-06-26T04:08:03.748Z Downloaded slog-bunyan v2.5.0
12052026-06-26T04:08:03.753Z Downloaded tracing-core v0.1.36
12062026-06-26T04:08:03.756Z Downloaded tungstenite v0.23.0
12072026-06-26T04:08:03.759Z Downloaded russh v0.45.0
12082026-06-26T04:08:03.762Z Downloaded rand v0.10.0
12092026-06-26T04:08:03.771Z Downloaded git2 v0.20.4
12102026-06-26T04:08:03.776Z Downloaded hkdf v0.12.4
12112026-06-26T04:08:03.780Z Downloaded unsafe-libyaml v0.2.11
12122026-06-26T04:08:03.783Z Downloaded typify v0.6.2
12132026-06-26T04:08:03.787Z Downloaded zerocopy v0.6.6
12142026-06-26T04:08:03.787Z Downloaded libm v0.2.16
12152026-06-26T04:08:03.791Z Downloaded yasna v0.5.2
12162026-06-26T04:08:03.794Z Downloaded ssh-key v0.6.7
12172026-06-26T04:08:03.799Z Downloaded reqwest v0.12.28
12182026-06-26T04:08:03.804Z Downloaded hyper v1.8.1
12192026-06-26T04:08:03.807Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-06-26T04:08:03.810Z Downloaded regex v1.12.3
12212026-06-26T04:08:03.815Z Downloaded vte v0.14.1
12222026-06-26T04:08:03.818Z Downloaded unicode_categories v0.1.1
12232026-06-26T04:08:03.822Z Downloaded p384 v0.13.1
12242026-06-26T04:08:03.827Z Downloaded reedline v0.40.0
12252026-06-26T04:08:03.831Z Downloaded tokio-postgres v0.7.16
12262026-06-26T04:08:03.834Z Downloaded zip v0.6.6
12272026-06-26T04:08:03.837Z Downloaded bindgen v0.71.1
12282026-06-26T04:08:03.840Z Downloaded uuid v1.23.0
12292026-06-26T04:08:03.843Z Downloaded zopfli v0.8.3
12302026-06-26T04:08:03.846Z Downloaded toml_edit v0.19.15
12312026-06-26T04:08:03.853Z Downloaded quick-xml v0.37.5
12322026-06-26T04:08:03.856Z Downloaded serde_with v1.14.0
12332026-06-26T04:08:03.860Z Downloaded portable-atomic v1.13.1
12342026-06-26T04:08:03.863Z Downloaded lalrpop v0.19.12
12352026-06-26T04:08:03.874Z Downloaded yansi v1.0.1
12362026-06-26T04:08:03.895Z Downloaded salty v0.3.0
12372026-06-26T04:08:03.927Z Downloaded zerocopy-derive v0.8.40
12382026-06-26T04:08:03.931Z Downloaded reqwest v0.13.2
12392026-06-26T04:08:03.934Z Downloaded curve25519-dalek v4.1.3
12402026-06-26T04:08:03.939Z Downloaded unicode-normalization v0.1.25
12412026-06-26T04:08:03.942Z Downloaded rayon v1.11.0
12422026-06-26T04:08:03.946Z Downloaded rustls-webpki v0.101.7
12432026-06-26T04:08:03.954Z Downloaded x509-cert v0.2.5
12442026-06-26T04:08:03.958Z Downloaded tower-http v0.6.8
12452026-06-26T04:08:03.962Z Downloaded typed-path v0.9.3
12462026-06-26T04:08:03.966Z Downloaded zip v4.6.1
12472026-06-26T04:08:03.968Z Downloaded tower v0.5.3
12482026-06-26T04:08:03.973Z Downloaded nix v0.27.1
12492026-06-26T04:08:03.979Z Downloaded moka v0.12.13
12502026-06-26T04:08:03.983Z Downloaded goblin v0.10.5
12512026-06-26T04:08:03.988Z Downloaded unicode-segmentation v1.12.0
12522026-06-26T04:08:03.996Z Downloaded serde_with v3.17.0
12532026-06-26T04:08:04.003Z Downloaded tokio-util v0.7.18
12542026-06-26T04:08:04.007Z Downloaded proptest v1.10.0
12552026-06-26T04:08:04.012Z Downloaded petname v2.0.2
12562026-06-26T04:08:04.015Z Downloaded radix_trie v0.2.1
12572026-06-26T04:08:04.037Z Downloaded winnow v0.6.26
12582026-06-26T04:08:04.042Z Downloaded polar-core v0.27.3
12592026-06-26T04:08:04.049Z Downloaded rustls-webpki v0.102.8
12602026-06-26T04:08:04.059Z Downloaded bstr v1.12.1
12612026-06-26T04:08:04.064Z Downloaded quinn-proto v0.11.13
12622026-06-26T04:08:04.068Z Downloaded object v0.30.4
12632026-06-26T04:08:04.073Z Downloaded nix v0.28.0
12642026-06-26T04:08:04.096Z Downloaded tough v0.22.0
12652026-06-26T04:08:04.111Z Downloaded winnow v0.5.40
12662026-06-26T04:08:04.118Z Downloaded rustls v0.21.12
12672026-06-26T04:08:04.124Z Downloaded time v0.3.47
12682026-06-26T04:08:04.131Z Downloaded tabled v0.20.0
12692026-06-26T04:08:04.141Z Downloaded nix v0.31.2
12702026-06-26T04:08:04.150Z Downloaded zlib-rs v0.6.2
12712026-06-26T04:08:04.153Z Downloaded openssl v0.10.79
12722026-06-26T04:08:04.159Z Downloaded regex-syntax v0.6.29
12732026-06-26T04:08:04.163Z Downloaded openapiv3 v2.2.0
12742026-06-26T04:08:04.169Z Downloaded vcpkg v0.2.15
12752026-06-26T04:08:04.192Z Downloaded smoltcp v0.9.1
12762026-06-26T04:08:04.198Z Downloaded hickory-proto v0.24.4
12772026-06-26T04:08:04.206Z Downloaded object v0.37.3
12782026-06-26T04:08:04.213Z Downloaded zerocopy v0.8.40
12792026-06-26T04:08:04.218Z Downloaded smoltcp v0.11.0
12802026-06-26T04:08:04.225Z Downloaded rustls v0.23.37
12812026-06-26T04:08:04.232Z Downloaded webpki-roots v1.0.6
12822026-06-26T04:08:04.235Z Downloaded regress v0.11.1
12832026-06-26T04:08:04.241Z Downloaded regress v0.10.5
12842026-06-26T04:08:04.246Z Downloaded regex-syntax v0.8.10
12852026-06-26T04:08:04.249Z Downloaded diesel v2.3.7
12862026-06-26T04:08:04.261Z Downloaded hickory-proto v0.25.2
12872026-06-26T04:08:04.270Z Downloaded rustls v0.22.4
12882026-06-26T04:08:04.277Z Downloaded dropshot v0.17.0
12892026-06-26T04:08:04.289Z Downloaded rustix v0.38.44
12902026-06-26T04:08:04.302Z Downloaded typify-impl v0.6.2
12912026-06-26T04:08:04.341Z Downloaded petgraph v0.8.3
12922026-06-26T04:08:04.350Z Downloaded csv v1.4.0
12932026-06-26T04:08:04.366Z Downloaded sqlparser v0.61.0
12942026-06-26T04:08:04.390Z Downloaded encoding_rs v0.8.35
12952026-06-26T04:08:04.407Z Downloaded ratatui v0.29.0
12962026-06-26T04:08:04.418Z Downloaded tracing v0.1.44
12972026-06-26T04:08:04.431Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-26T04:08:04.438Z Downloaded sled v0.34.7
12992026-06-26T04:08:04.463Z Downloaded regex-automata v0.4.14
13002026-06-26T04:08:04.472Z Downloaded zerocopy-derive v0.6.6
13012026-06-26T04:08:04.506Z Downloaded petgraph v0.6.5
13022026-06-26T04:08:04.528Z Downloaded jiff v0.2.21
13032026-06-26T04:08:04.542Z Downloaded chrono-tz v0.10.4
13042026-06-26T04:08:04.590Z Downloaded libz-sys v1.1.24
13052026-06-26T04:08:04.610Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13062026-06-26T04:08:04.621Z Downloaded sha3 v0.10.8
13072026-06-26T04:08:04.631Z Downloaded tokio v1.52.1
13082026-06-26T04:08:04.742Z Downloaded ring v0.17.14
13092026-06-26T04:08:04.782Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-26T04:08:05.267Z Downloaded aws-lc-sys v0.40.0
13112026-06-26T04:08:05.519Z Compiling libc v0.2.185
13122026-06-26T04:08:05.519Z Compiling serde v1.0.228
13132026-06-26T04:08:05.522Z Compiling log v0.4.29
13142026-06-26T04:08:05.522Z Compiling find-msvc-tools v0.1.9
13152026-06-26T04:08:05.670Z Compiling shlex v1.3.0
13162026-06-26T04:08:05.670Z Compiling smallvec v1.15.1
13172026-06-26T04:08:05.678Z Compiling syn v2.0.117
13182026-06-26T04:08:05.699Z Compiling typenum v1.19.0
13192026-06-26T04:08:05.923Z Compiling generic-array v0.14.7
13202026-06-26T04:08:05.971Z Compiling subtle v2.6.1
13212026-06-26T04:08:05.987Z Compiling scopeguard v1.2.0
13222026-06-26T04:08:05.999Z Compiling const-oid v0.9.6
13232026-06-26T04:08:06.074Z Compiling lock_api v0.4.14
13242026-06-26T04:08:06.090Z Compiling serde_json v1.0.149
13252026-06-26T04:08:06.144Z Compiling zerocopy v0.8.40
13262026-06-26T04:08:06.199Z Compiling pin-project-lite v0.2.17
13272026-06-26T04:08:06.303Z Compiling portable-atomic v1.13.1
13282026-06-26T04:08:06.318Z Compiling parking_lot_core v0.9.12
13292026-06-26T04:08:06.593Z Compiling getrandom v0.2.17
13302026-06-26T04:08:06.625Z Compiling jobserver v0.1.34
13312026-06-26T04:08:06.666Z Compiling errno v0.3.14
13322026-06-26T04:08:06.754Z Compiling rand_core v0.6.4
13332026-06-26T04:08:06.767Z Compiling pkg-config v0.3.32
13342026-06-26T04:08:06.818Z Compiling signal-hook-registry v1.4.8
13352026-06-26T04:08:06.845Z Compiling cc v1.2.56
13362026-06-26T04:08:07.034Z Compiling bitflags v2.11.0
13372026-06-26T04:08:07.102Z Compiling critical-section v1.2.0
13382026-06-26T04:08:07.213Z Compiling futures-core v0.3.32
13392026-06-26T04:08:07.271Z Compiling libm v0.2.16
13402026-06-26T04:08:07.318Z Compiling once_cell v1.21.3
13412026-06-26T04:08:07.331Z Compiling parking_lot v0.12.5
13422026-06-26T04:08:07.364Z Compiling mio v1.2.0
13432026-06-26T04:08:07.377Z Compiling num-traits v0.2.19
13442026-06-26T04:08:07.472Z Compiling percent-encoding v2.3.2
13452026-06-26T04:08:07.536Z Compiling socket2 v0.6.3
13462026-06-26T04:08:07.668Z Compiling futures-sink v0.3.32
13472026-06-26T04:08:07.715Z Compiling getrandom v0.4.1
13482026-06-26T04:08:07.732Z Compiling futures-task v0.3.32
13492026-06-26T04:08:07.776Z Compiling futures-channel v0.3.32
13502026-06-26T04:08:07.840Z Compiling slab v0.4.12
13512026-06-26T04:08:07.910Z Compiling cpufeatures v0.2.17
13522026-06-26T04:08:07.956Z Compiling futures-io v0.3.32
13532026-06-26T04:08:07.987Z Compiling rand_core v0.10.0
13542026-06-26T04:08:08.010Z Compiling indexmap v2.14.0
13552026-06-26T04:08:08.023Z Compiling getrandom v0.3.4
13562026-06-26T04:08:08.092Z Compiling rustversion v1.0.22
13572026-06-26T04:08:08.119Z Compiling form_urlencoded v1.2.2
13582026-06-26T04:08:08.299Z Compiling cmake v0.1.57
13592026-06-26T04:08:08.483Z Compiling fs_extra v1.3.0
13602026-06-26T04:08:08.496Z Compiling dunce v1.0.5
13612026-06-26T04:08:08.688Z Compiling synstructure v0.13.2
13622026-06-26T04:08:08.722Z Compiling base64ct v1.8.3
13632026-06-26T04:08:08.751Z Compiling ident_case v1.0.1
13642026-06-26T04:08:08.762Z Compiling aws-lc-sys v0.40.0
13652026-06-26T04:08:08.872Z Compiling iana-time-zone v0.1.65
13662026-06-26T04:08:08.958Z Compiling pem-rfc7468 v0.7.0
13672026-06-26T04:08:09.017Z Compiling flagset v0.4.7
13682026-06-26T04:08:09.030Z Compiling regex-syntax v0.8.10
13692026-06-26T04:08:09.076Z Compiling rustix v1.1.3
13702026-06-26T04:08:09.149Z Compiling rand_core v0.9.5
13712026-06-26T04:08:09.192Z Compiling ring v0.17.14
13722026-06-26T04:08:09.261Z Compiling aws-lc-rs v1.16.3
13732026-06-26T04:08:09.283Z Compiling vcpkg v0.2.15
13742026-06-26T04:08:09.433Z Compiling uuid v1.23.0
13752026-06-26T04:08:09.572Z Compiling rustc_version v0.4.1
13762026-06-26T04:08:09.937Z Compiling tracing-core v0.1.36
13772026-06-26T04:08:10.082Z Compiling openssl-sys v0.9.115
13782026-06-26T04:08:10.175Z Compiling base64 v0.22.1
13792026-06-26T04:08:10.464Z Compiling serde_derive v1.0.228
13802026-06-26T04:08:10.488Z Compiling zeroize_derive v1.4.3
13812026-06-26T04:08:10.501Z Compiling zerofrom-derive v0.1.6
13822026-06-26T04:08:10.599Z Compiling yoke-derive v0.8.1
13832026-06-26T04:08:10.805Z Compiling zerovec-derive v0.11.2
13842026-06-26T04:08:11.165Z Compiling zeroize v1.8.2
13852026-06-26T04:08:11.434Z Compiling zerocopy-derive v0.8.40
13862026-06-26T04:08:11.780Z Compiling displaydoc v0.2.5
13872026-06-26T04:08:11.917Z Compiling crypto-common v0.1.7
13882026-06-26T04:08:11.932Z Compiling zerofrom v0.1.6
13892026-06-26T04:08:11.946Z Compiling block-buffer v0.10.4
13902026-06-26T04:08:12.053Z Compiling yoke v0.8.1
13912026-06-26T04:08:12.066Z Compiling tokio-macros v2.7.0
13922026-06-26T04:08:12.114Z Compiling digest v0.10.7
13932026-06-26T04:08:12.236Z Compiling zerovec v0.11.5
13942026-06-26T04:08:12.358Z Compiling futures-macro v0.3.32
13952026-06-26T04:08:12.516Z Compiling zerotrie v0.2.3
13962026-06-26T04:08:12.737Z Compiling tinystr v0.8.2
13972026-06-26T04:08:12.771Z Compiling potential_utf v0.1.4
13982026-06-26T04:08:12.809Z Compiling hmac v0.12.1
13992026-06-26T04:08:12.927Z Compiling icu_locale_core v2.1.1
14002026-06-26T04:08:12.930Z Compiling icu_collections v2.1.1
14012026-06-26T04:08:12.961Z Compiling block-padding v0.3.3
14022026-06-26T04:08:13.120Z Compiling inout v0.1.4
14032026-06-26T04:08:13.141Z Compiling futures-util v0.3.32
14042026-06-26T04:08:13.282Z Compiling cipher v0.4.4
14052026-06-26T04:08:13.404Z Compiling sha2 v0.10.9
14062026-06-26T04:08:13.550Z Compiling icu_provider v2.1.1
14072026-06-26T04:08:13.789Z Compiling icu_normalizer v2.1.1
14082026-06-26T04:08:13.838Z Compiling icu_properties v2.1.2
14092026-06-26T04:08:13.960Z Compiling bytes v1.11.1
14102026-06-26T04:08:13.981Z Compiling der_derive v0.7.3
14112026-06-26T04:08:14.319Z Compiling chrono v0.4.44
14122026-06-26T04:08:14.572Z Compiling tokio v1.52.1
14132026-06-26T04:08:14.795Z Compiling idna_adapter v1.2.1
14142026-06-26T04:08:14.924Z Compiling idna v1.1.0
14152026-06-26T04:08:14.937Z Compiling http v1.4.0
14162026-06-26T04:08:14.937Z Compiling der v0.7.10
14172026-06-26T04:08:15.439Z Compiling url v2.5.8
14182026-06-26T04:08:15.557Z Compiling salsa20 v0.10.2
14192026-06-26T04:08:15.691Z Compiling ppv-lite86 v0.2.21
14202026-06-26T04:08:15.704Z Compiling pbkdf2 v0.12.2
14212026-06-26T04:08:15.834Z Compiling spki v0.7.3
14222026-06-26T04:08:15.857Z Compiling rustls-pki-types v1.14.0
14232026-06-26T04:08:15.890Z Compiling tracing-attributes v0.1.31
14242026-06-26T04:08:16.040Z Compiling thiserror-impl v2.0.18
14252026-06-26T04:08:16.068Z Compiling rand_chacha v0.9.0
14262026-06-26T04:08:16.187Z Compiling scrypt v0.11.0
14272026-06-26T04:08:16.276Z Compiling http-body v1.0.1
14282026-06-26T04:08:16.322Z Compiling cbc v0.1.2
14292026-06-26T04:08:16.428Z Compiling aes v0.8.4
14302026-06-26T04:08:16.473Z Compiling untrusted v0.9.0
14312026-06-26T04:08:16.503Z Compiling httparse v1.10.1
14322026-06-26T04:08:16.592Z Compiling untrusted v0.7.1
14332026-06-26T04:08:16.716Z Compiling tinyvec_macros v0.1.1
14342026-06-26T04:08:16.757Z Compiling openssl-probe v0.2.1
14352026-06-26T04:08:16.788Z Compiling tinyvec v1.10.0
14362026-06-26T04:08:16.877Z Compiling pkcs5 v0.7.1
14372026-06-26T04:08:17.134Z Compiling pest_generator v2.8.6
14382026-06-26T04:08:17.205Z Compiling tracing v0.1.44
14392026-06-26T04:08:17.357Z Compiling rand v0.9.2
14402026-06-26T04:08:17.381Z Compiling thiserror v2.0.18
14412026-06-26T04:08:17.473Z Compiling serde_derive_internals v0.29.1
14422026-06-26T04:08:17.501Z Compiling aho-corasick v1.1.4
14432026-06-26T04:08:17.501Z Compiling tower-layer v0.3.3
14442026-06-26T04:08:17.644Z Compiling rustls v0.23.37
14452026-06-26T04:08:17.815Z Compiling atomic-waker v1.1.2
14462026-06-26T04:08:17.832Z Compiling dyn-clone v1.0.20
14472026-06-26T04:08:17.941Z Compiling schemars v0.8.22
14482026-06-26T04:08:17.963Z Compiling tower-service v0.3.3
14492026-06-26T04:08:18.059Z Compiling try-lock v0.2.5
14502026-06-26T04:08:18.153Z Compiling want v0.3.1
14512026-06-26T04:08:18.164Z Compiling pest_derive v2.8.6
14522026-06-26T04:08:18.181Z Compiling pkcs8 v0.10.2
14532026-06-26T04:08:18.314Z Compiling regex-automata v0.4.14
14542026-06-26T04:08:18.342Z Compiling schemars_derive v0.8.22
14552026-06-26T04:08:18.475Z Compiling tokio-util v0.7.18
14562026-06-26T04:08:18.697Z Compiling ipnet v2.11.0
14572026-06-26T04:08:18.889Z Compiling scroll_derive v0.13.1
14582026-06-26T04:08:19.141Z Compiling h2 v0.4.13
14592026-06-26T04:08:19.186Z Compiling darling_core v0.20.11
14602026-06-26T04:08:19.487Z Compiling httpdate v1.0.3
14612026-06-26T04:08:19.561Z Compiling foreign-types-shared v0.1.1
14622026-06-26T04:08:19.650Z Compiling pin-utils v0.1.0
14632026-06-26T04:08:19.683Z Compiling openssl v0.10.79
14642026-06-26T04:08:19.719Z Compiling scroll v0.13.0
14652026-06-26T04:08:19.722Z Compiling tempfile v3.25.0
14662026-06-26T04:08:19.926Z Compiling foreign-types v0.3.2
14672026-06-26T04:08:19.999Z Compiling unicode-normalization v0.1.25
14682026-06-26T04:08:20.266Z Compiling openssl-macros v0.1.1
14692026-06-26T04:08:20.455Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-26T04:08:20.504Z Compiling socket2 v0.5.10
14712026-06-26T04:08:20.663Z Compiling spin v0.9.8
14722026-06-26T04:08:20.838Z Compiling time-core v0.1.8
14732026-06-26T04:08:20.916Z Compiling native-tls v0.2.18
14742026-06-26T04:08:20.942Z Compiling powerfmt v0.2.0
14752026-06-26T04:08:21.027Z Compiling num-conv v0.2.0
14762026-06-26T04:08:21.124Z Compiling crc32fast v1.5.0
14772026-06-26T04:08:21.161Z Compiling time-macros v0.2.27
14782026-06-26T04:08:21.176Z Compiling deranged v0.5.8
14792026-06-26T04:08:21.494Z Compiling darling_macro v0.20.11
14802026-06-26T04:08:21.965Z Compiling darling v0.20.11
14812026-06-26T04:08:22.048Z Compiling goblin v0.10.5
14822026-06-26T04:08:22.160Z Compiling hyper v1.8.1
14832026-06-26T04:08:22.232Z Compiling rustls-native-certs v0.8.3
14842026-06-26T04:08:22.462Z Compiling sync_wrapper v1.0.2
14852026-06-26T04:08:22.522Z Compiling wait-timeout v0.2.1
14862026-06-26T04:08:22.569Z Compiling simd-adler32 v0.3.8
14872026-06-26T04:08:22.783Z Compiling siphasher v1.0.2
14882026-06-26T04:08:22.813Z Compiling usdt-impl v0.6.0
14892026-06-26T04:08:22.968Z Compiling crossbeam-utils v0.8.21
14902026-06-26T04:08:23.014Z Compiling syn v1.0.109
14912026-06-26T04:08:23.110Z Compiling num_threads v0.1.7
14922026-06-26T04:08:23.208Z Compiling unicode-segmentation v1.12.0
14932026-06-26T04:08:23.245Z Compiling hyper-util v0.1.20
14942026-06-26T04:08:23.310Z Compiling quick-error v1.2.3
14952026-06-26T04:08:23.420Z Compiling bit-vec v0.8.0
14962026-06-26T04:08:23.585Z Compiling rusty-fork v0.3.1
14972026-06-26T04:08:23.722Z Compiling bit-set v0.8.0
14982026-06-26T04:08:23.916Z Compiling time v0.3.47
14992026-06-26T04:08:23.948Z Compiling tower v0.5.3
15002026-06-26T04:08:23.963Z Compiling derive_builder_core v0.20.2
15012026-06-26T04:08:24.421Z Compiling dtrace-parser v0.3.0
15022026-06-26T04:08:24.575Z Compiling http-body-util v0.1.3
15032026-06-26T04:08:24.820Z Compiling dof v0.4.0
15042026-06-26T04:08:24.823Z Compiling webpki-roots v1.0.6
15052026-06-26T04:08:24.950Z Compiling signature v2.2.0
15062026-06-26T04:08:24.973Z Compiling thiserror-impl v1.0.69
15072026-06-26T04:08:25.130Z Compiling scroll_derive v0.12.1
15082026-06-26T04:08:25.152Z Compiling heapless v0.7.17
15092026-06-26T04:08:25.398Z Compiling rand_xorshift v0.4.0
15102026-06-26T04:08:25.485Z Compiling slog v2.8.2
15112026-06-26T04:08:25.560Z Compiling darling_core v0.21.3
15122026-06-26T04:08:25.669Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-26T04:08:25.791Z Compiling thread-id v5.1.0
15142026-06-26T04:08:25.896Z Compiling cookie v0.18.1
15152026-06-26T04:08:25.976Z Compiling paste v1.0.15
15162026-06-26T04:08:25.976Z Compiling anyhow v1.0.102
15172026-06-26T04:08:26.076Z Compiling unicode-bidi v0.3.18
15182026-06-26T04:08:26.237Z Compiling unarray v0.1.4
15192026-06-26T04:08:26.252Z Compiling adler2 v2.0.1
15202026-06-26T04:08:26.271Z Compiling signal-hook v0.3.18
15212026-06-26T04:08:26.285Z Compiling ryu v1.0.23
15222026-06-26T04:08:26.345Z Compiling zstd-safe v7.2.4
15232026-06-26T04:08:26.383Z Compiling iri-string v0.7.10
15242026-06-26T04:08:26.439Z Compiling unicode-properties v0.1.4
15252026-06-26T04:08:26.458Z Compiling allocator-api2 v0.2.21
15262026-06-26T04:08:26.552Z Compiling serde_urlencoded v0.7.1
15272026-06-26T04:08:26.614Z Compiling stringprep v0.1.5
15282026-06-26T04:08:26.645Z Compiling miniz_oxide v0.8.9
15292026-06-26T04:08:26.783Z Compiling proptest v1.10.0
15302026-06-26T04:08:27.008Z Compiling thiserror v1.0.69
15312026-06-26T04:08:27.251Z Compiling scroll v0.12.0
15322026-06-26T04:08:27.508Z Compiling tower-http v0.6.8
15332026-06-26T04:08:27.772Z Compiling derive_builder_macro v0.20.2
15342026-06-26T04:08:27.904Z Compiling tokio-native-tls v0.3.1
15352026-06-26T04:08:28.089Z Compiling heck v0.4.1
15362026-06-26T04:08:28.105Z Compiling ipnetwork v0.21.1
15372026-06-26T04:08:28.118Z Compiling darling_macro v0.21.3
15382026-06-26T04:08:28.227Z Compiling bstr v1.12.1
15392026-06-26T04:08:28.307Z Compiling rand_chacha v0.3.1
15402026-06-26T04:08:28.377Z Compiling toml_datetime v0.6.11
15412026-06-26T04:08:28.489Z Compiling serde_tokenstream v0.2.3
15422026-06-26T04:08:28.606Z Compiling erased-serde v0.3.31
15432026-06-26T04:08:28.640Z Compiling serde_spanned v0.6.9
15442026-06-26T04:08:28.787Z Compiling md-5 v0.10.6
15452026-06-26T04:08:28.804Z Compiling pin-project-internal v1.1.11
15462026-06-26T04:08:28.873Z Compiling zerocopy-derive v0.7.35
15472026-06-26T04:08:28.949Z Compiling async-trait v0.1.89
15482026-06-26T04:08:29.081Z Compiling curve25519-dalek v4.1.3
15492026-06-26T04:08:29.100Z Compiling vergen-lib v9.1.0
15502026-06-26T04:08:29.280Z Compiling num-integer v0.1.46
15512026-06-26T04:08:29.411Z Compiling hash32 v0.2.1
15522026-06-26T04:08:29.603Z Compiling ff v0.13.1
15532026-06-26T04:08:29.606Z Compiling memoffset v0.9.1
15542026-06-26T04:08:29.733Z Compiling encoding_rs v0.8.35
15552026-06-26T04:08:29.748Z Compiling fallible-iterator v0.2.0
15562026-06-26T04:08:29.809Z Compiling mime v0.3.17
15572026-06-26T04:08:29.904Z Compiling cfg_aliases v0.2.1
15582026-06-26T04:08:29.969Z Compiling psl-types v2.0.11
15592026-06-26T04:08:29.983Z Compiling rustix v0.38.44
15602026-06-26T04:08:30.061Z Compiling smoltcp v0.9.1
15612026-06-26T04:08:30.074Z Compiling ref-cast v1.0.25
15622026-06-26T04:08:30.092Z Compiling num-bigint-dig v0.8.6
15632026-06-26T04:08:30.283Z Compiling zlib-rs v0.6.2
15642026-06-26T04:08:30.323Z Compiling base16ct v0.2.0
15652026-06-26T04:08:30.371Z Compiling litrs v1.0.0
15662026-06-26T04:08:30.458Z Compiling sec1 v0.7.3
15672026-06-26T04:08:30.607Z Compiling publicsuffix v2.3.0
15682026-06-26T04:08:30.731Z Compiling postgres-protocol v0.6.10
15692026-06-26T04:08:30.775Z Compiling nix v0.31.2
15702026-06-26T04:08:30.938Z Compiling document-features v0.2.12
15712026-06-26T04:08:31.186Z Compiling pin-project v1.1.11
15722026-06-26T04:08:31.288Z Compiling zerocopy v0.7.35
15732026-06-26T04:08:31.326Z Compiling group v0.13.0
15742026-06-26T04:08:31.509Z Compiling num-iter v0.1.45
15752026-06-26T04:08:31.629Z Compiling newtype-uuid v1.3.2
15762026-06-26T04:08:31.703Z Compiling hubpack_derive v0.1.1
15772026-06-26T04:08:31.822Z Compiling darling v0.21.3
15782026-06-26T04:08:31.834Z Compiling rand v0.8.6
15792026-06-26T04:08:31.903Z Compiling oxnet v0.1.6
15802026-06-26T04:08:31.955Z Compiling snafu-derive v0.8.9
15812026-06-26T04:08:32.023Z Compiling derive_builder v0.20.2
15822026-06-26T04:08:32.159Z Compiling hyper-tls v0.6.0
15832026-06-26T04:08:32.360Z Compiling goblin v0.8.2
15842026-06-26T04:08:32.945Z Compiling phf_shared v0.13.1
15852026-06-26T04:08:33.017Z Compiling lazy_static v1.5.0
15862026-06-26T04:08:33.113Z Compiling regex v1.12.3
15872026-06-26T04:08:33.182Z Compiling anstyle-parse v0.2.7
15882026-06-26T04:08:33.218Z Compiling strum_macros v0.27.2
15892026-06-26T04:08:33.366Z Compiling flate2 v1.1.9
15902026-06-26T04:08:33.542Z Compiling futures-executor v0.3.32
15912026-06-26T04:08:33.605Z Compiling hex v0.4.3
15922026-06-26T04:08:33.771Z Compiling hkdf v0.12.4
15932026-06-26T04:08:33.801Z Compiling crypto-bigint v0.5.5
15942026-06-26T04:08:33.814Z Compiling terminal_size v0.4.3
15952026-06-26T04:08:33.872Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-26T04:08:33.932Z Compiling ref-cast-impl v1.0.25
15972026-06-26T04:08:33.952Z Compiling daft-derive v0.1.7
15982026-06-26T04:08:34.493Z Compiling vergen v9.1.0
15992026-06-26T04:08:34.526Z Compiling fs-err v3.3.0
16002026-06-26T04:08:34.673Z Compiling cargo-platform v0.3.2
16012026-06-26T04:08:34.687Z Compiling ahash v0.8.12
16022026-06-26T04:08:34.716Z Compiling object v0.37.3
16032026-06-26T04:08:34.889Z Compiling bumpalo v3.20.2
16042026-06-26T04:08:34.939Z Compiling libbz2-rs-sys v0.2.2
16052026-06-26T04:08:34.980Z Compiling same-file v1.0.6
16062026-06-26T04:08:35.143Z Compiling bitflags v1.3.2
16072026-06-26T04:08:35.157Z Compiling winnow v0.5.40
16082026-06-26T04:08:35.171Z Compiling managed v0.8.0
16092026-06-26T04:08:35.221Z Compiling foldhash v0.2.0
16102026-06-26T04:08:35.386Z Compiling foldhash v0.1.5
16112026-06-26T04:08:35.444Z Compiling clap_builder v4.6.0
16122026-06-26T04:08:35.556Z Compiling hashbrown v0.15.5
16132026-06-26T04:08:35.627Z Compiling hashbrown v0.16.1
16142026-06-26T04:08:35.861Z Compiling bzip2 v0.6.1
16152026-06-26T04:08:36.088Z Compiling strum v0.27.2
16162026-06-26T04:08:36.158Z Compiling walkdir v2.5.0
16172026-06-26T04:08:36.217Z Compiling zopfli v0.8.3
16182026-06-26T04:08:36.338Z Compiling cargo_metadata v0.23.1
16192026-06-26T04:08:36.471Z Compiling elliptic-curve v0.13.8
16202026-06-26T04:08:36.638Z Compiling toml_edit v0.19.15
16212026-06-26T04:08:36.881Z Compiling daft v0.1.7
16222026-06-26T04:08:36.908Z Compiling dof v0.3.0
16232026-06-26T04:08:37.282Z Compiling snafu v0.8.9
16242026-06-26T04:08:37.613Z Compiling futures v0.3.32
16252026-06-26T04:08:37.633Z Compiling anstream v0.6.21
16262026-06-26T04:08:37.692Z Compiling phf v0.13.1
16272026-06-26T04:08:37.706Z Compiling signal-hook-mio v0.2.5
16282026-06-26T04:08:37.853Z Compiling cookie_store v0.22.1
16292026-06-26T04:08:37.929Z Compiling bzip2 v0.4.4
16302026-06-26T04:08:38.137Z Compiling zstd v0.13.3
16312026-06-26T04:08:38.190Z Compiling hubpack v0.1.2
16322026-06-26T04:08:38.406Z Compiling serde_with_macros v3.17.0
16332026-06-26T04:08:38.466Z Compiling postgres-types v0.2.12
16342026-06-26T04:08:38.511Z Compiling usdt-macro v0.6.0
16352026-06-26T04:08:39.002Z Compiling usdt-attr-macro v0.6.0
16362026-06-26T04:08:39.244Z Compiling globset v0.4.18
16372026-06-26T04:08:39.289Z Compiling dtrace-parser v0.2.0
16382026-06-26T04:08:39.522Z Compiling ed25519 v2.2.3
16392026-06-26T04:08:39.597Z Compiling phf_shared v0.11.3
16402026-06-26T04:08:39.782Z Compiling olpc-cjson v0.1.4
16412026-06-26T04:08:39.798Z Compiling pkcs1 v0.7.5
16422026-06-26T04:08:39.907Z Compiling clap_derive v4.6.1
16432026-06-26T04:08:39.923Z Compiling strum_macros v0.26.4
16442026-06-26T04:08:39.942Z Compiling enum-as-inner v0.6.1
16452026-06-26T04:08:40.031Z Compiling serde-big-array v0.5.1
16462026-06-26T04:08:40.173Z Compiling serde_plain v1.0.2
16472026-06-26T04:08:40.196Z Compiling rfc6979 v0.4.0
16482026-06-26T04:08:40.317Z Compiling async-recursion v1.1.1
16492026-06-26T04:08:40.366Z Compiling serde_repr v0.1.20
16502026-06-26T04:08:40.437Z Compiling pem v3.0.6
16512026-06-26T04:08:40.458Z Compiling float-cmp v0.10.0
16522026-06-26T04:08:40.597Z Compiling memmap2 v0.9.10
16532026-06-26T04:08:40.760Z Compiling thread-id v4.2.2
16542026-06-26T04:08:40.815Z Compiling env_filter v1.0.0
16552026-06-26T04:08:40.888Z Compiling difflib v0.4.0
16562026-06-26T04:08:40.933Z Compiling static_assertions v1.1.0
16572026-06-26T04:08:41.008Z Compiling precomputed-hash v0.1.1
16582026-06-26T04:08:41.011Z Compiling predicates-core v1.0.10
16592026-06-26T04:08:41.099Z Compiling either v1.15.0
16602026-06-26T04:08:41.119Z Compiling new_debug_unreachable v1.0.6
16612026-06-26T04:08:41.184Z Compiling typed-path v0.9.3
16622026-06-26T04:08:41.197Z Compiling fixedbitset v0.5.7
16632026-06-26T04:08:41.314Z Compiling whoami v2.1.0
16642026-06-26T04:08:41.444Z Compiling fixedbitset v0.4.2
16652026-06-26T04:08:41.506Z Compiling jiff v0.2.21
16662026-06-26T04:08:41.672Z Compiling normalize-line-endings v0.3.0
16672026-06-26T04:08:41.687Z Compiling keccak v0.1.6
16682026-06-26T04:08:41.708Z Compiling data-encoding v2.10.0
16692026-06-26T04:08:41.720Z Compiling strum v0.26.3
16702026-06-26T04:08:41.755Z Compiling predicates v3.1.4
16712026-06-26T04:08:41.849Z Compiling sha3 v0.10.8
16722026-06-26T04:08:42.289Z Compiling hickory-proto v0.25.2
16732026-06-26T04:08:42.400Z Compiling clap v4.6.1
16742026-06-26T04:08:42.405Z Compiling petgraph v0.6.5
16752026-06-26T04:08:42.425Z Compiling tokio-postgres v0.7.16
16762026-06-26T04:08:42.425Z Compiling petgraph v0.8.3
16772026-06-26T04:08:42.482Z Compiling itertools v0.13.0
16782026-06-26T04:08:43.513Z Compiling toml_edit v0.22.27
16792026-06-26T04:08:43.713Z Compiling string_cache v0.8.9
16802026-06-26T04:08:43.878Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-26T04:08:43.939Z Compiling env_logger v0.11.9
16822026-06-26T04:08:44.286Z Compiling zip v4.6.1
16832026-06-26T04:08:44.374Z Compiling usdt-impl v0.5.0
16842026-06-26T04:08:44.621Z Compiling usdt v0.6.0
16852026-06-26T04:08:44.887Z Compiling ecdsa v0.16.9
16862026-06-26T04:08:44.962Z Compiling rsa v0.9.10
16872026-06-26T04:08:45.247Z Compiling ed25519-dalek v2.2.0
16882026-06-26T04:08:45.279Z Compiling serde_with v3.17.0
16892026-06-26T04:08:45.668Z Compiling crossterm v0.28.1
16902026-06-26T04:08:46.245Z Compiling zip v0.6.6
16912026-06-26T04:08:46.867Z Compiling toml v0.7.8
16922026-06-26T04:08:47.017Z Compiling iddqd v0.4.2
16932026-06-26T04:08:47.321Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-26T04:08:47.575Z Compiling similar v2.7.0
16952026-06-26T04:08:47.643Z Compiling crossbeam-epoch v0.9.18
16962026-06-26T04:08:47.643Z Compiling tokio-stream v0.1.18
16972026-06-26T04:08:47.832Z Compiling buf-list v1.1.2
16982026-06-26T04:08:47.986Z Compiling x509-cert v0.2.5
16992026-06-26T04:08:48.074Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-26T04:08:48.097Z Compiling openapiv3 v2.2.0
17012026-06-26T04:08:48.253Z Compiling sha1 v0.10.6
17022026-06-26T04:08:48.294Z Compiling peg-runtime v0.8.5
17032026-06-26T04:08:48.329Z Compiling lalrpop-util v0.19.12
17042026-06-26T04:08:48.393Z Compiling thread_local v1.1.9
17052026-06-26T04:08:48.535Z Compiling slog-async v2.8.0
17062026-06-26T04:08:48.647Z Compiling crossbeam-channel v0.5.15
17072026-06-26T04:08:48.647Z Compiling is-terminal v0.4.17
17082026-06-26T04:08:48.719Z Compiling filetime v0.2.27
17092026-06-26T04:08:48.719Z Compiling xattr v1.6.1
17102026-06-26T04:08:48.783Z Compiling take_mut v0.2.2
17112026-06-26T04:08:48.852Z Compiling term v1.2.1
17122026-06-26T04:08:48.912Z Compiling tar v0.4.45
17132026-06-26T04:08:49.328Z Compiling slog-term v2.9.2
17142026-06-26T04:08:58.969Z Compiling rustls-webpki v0.103.9
17152026-06-26T04:09:01.815Z Compiling tokio-rustls v0.26.4
17162026-06-26T04:09:01.815Z Compiling rustls-platform-verifier v0.6.2
17172026-06-26T04:09:02.013Z Compiling hyper-rustls v0.27.7
17182026-06-26T04:09:02.215Z Compiling reqwest v0.12.28
17192026-06-26T04:09:02.218Z Compiling reqwest v0.13.2
17202026-06-26T04:09:03.506Z Compiling tough v0.22.0
17212026-06-26T04:09:06.068Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-26T04:09:06.267Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-26T04:09:09.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17242026-06-26T04:09:09.313Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-26T04:09:09.415ZJun 26 04:09:08.082 INFO Starting download, target: Clickhouse
17262026-06-26T04:09:09.415ZJun 26 04:09:08.083 INFO Starting download, target: Cockroach
17272026-06-26T04:09:09.415ZJun 26 04:09:08.083 INFO Starting download, target: Console
17282026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Starting download, target: DendriteStub
17292026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Starting download, target: MaghemiteMgd
17302026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Starting download, target: MaghemiteDdmd
17312026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Starting download, target: TransceiverControl
17322026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-06-26T04:09:09.596ZJun 26 04:09:08.083 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-26T04:09:11.225ZJun 26 04:09:09.862 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-26T04:09:11.301ZJun 26 04:09:09.882 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-06-26T04:09:11.301ZJun 26 04:09:09.957 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-26T04:09:11.427ZJun 26 04:09:10.108 INFO Download complete, target: Console
17432026-06-26T04:09:11.482ZJun 26 04:09:10.180 INFO Download complete, target: TransceiverControl
17442026-06-26T04:09:14.514ZJun 26 04:09:13.218 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17452026-06-26T04:09:15.515ZJun 26 04:09:14.239 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-06-26T04:09:15.619ZJun 26 04:09:14.335 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-06-26T04:09:16.061ZJun 26 04:09:14.784 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-26T04:09:16.061ZJun 26 04:09:14.784 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-26T04:09:16.343ZJun 26 04:09:15.060 INFO Download complete, target: MaghemiteDdmd
17502026-06-26T04:09:18.007ZJun 26 04:09:16.731 INFO Download complete, target: MaghemiteMgd
17512026-06-26T04:09:18.122ZJun 26 04:09:16.848 INFO Checking that binary works, target: Clickhouse
17522026-06-26T04:09:18.136ZJun 26 04:09:16.862 INFO Download complete, target: DendriteStub
17532026-06-26T04:09:18.260ZJun 26 04:09:16.986 INFO Download complete, target: Clickhouse
17542026-06-26T04:09:20.694ZJun 26 04:09:19.420 INFO Checking that binary works, target: Cockroach
17552026-06-26T04:09:20.817ZJun 26 04:09:19.539 INFO Download complete, target: Cockroach
17562026-06-26T04:09:20.834ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-26T04:09:20.837Z
17582026-06-26T04:09:20.837Zreal 2:06.974617989
17592026-06-26T04:09:20.837Zuser 6:53.609513112
17602026-06-26T04:09:20.837Zsys 1:24.417926977
17612026-06-26T04:09:20.837Ztrap 0.226136371
17622026-06-26T04:09:20.837Ztflt 0.598616113
17632026-06-26T04:09:20.837Zdflt 0.688699160
17642026-06-26T04:09:20.837Zkflt 0.023402014
17652026-06-26T04:09:20.837Zlock 24:16.853499607
17662026-06-26T04:09:20.837Zslp 21:19.606094494
17672026-06-26T04:09:20.837Zlat 43.277373584
17682026-06-26T04:09:20.837Zstop 1:58.707497307
17692026-06-26T04:09:20.837Z+ banner clippy
17702026-06-26T04:09:20.837Z
17712026-06-26T04:09:20.837Z #### # # ##### ##### # #
17722026-06-26T04:09:20.837Z # # # # # # # # # #
17732026-06-26T04:09:20.837Z # # # # # # # #
17742026-06-26T04:09:20.837Z # # # ##### ##### #
17752026-06-26T04:09:20.837Z # # # # # # #
17762026-06-26T04:09:20.837Z #### ###### # # # #
17772026-06-26T04:09:20.837Z
17782026-06-26T04:09:20.837Z+ export CARGO_INCREMENTAL=0
17792026-06-26T04:09:20.837Z+ CARGO_INCREMENTAL=0
17802026-06-26T04:09:20.837Z+ ptime -m cargo xtask clippy
17812026-06-26T04:09:21.320Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-26T04:09:21.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-26T04:09:23.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
17842026-06-26T04:09:23.470Z Running `target/debug/xtask clippy`
17852026-06-26T04:09:23.497Zrunning: /home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17862026-06-26T04:09:24.059Z Downloading crates ...
17872026-06-26T04:09:24.271Z Downloaded event-listener v5.4.1
17882026-06-26T04:09:24.276Z Downloaded parking v2.2.1
17892026-06-26T04:09:24.276Z Downloaded httptest v0.16.4
17902026-06-26T04:09:24.276Z Downloaded plotters-svg v0.3.7
17912026-06-26T04:09:24.280Z Downloaded supports-color v2.1.0
17922026-06-26T04:09:24.280Z Downloaded addr2line v0.25.1
17932026-06-26T04:09:24.280Z Downloaded event-listener-strategy v0.5.4
17942026-06-26T04:09:24.288Z Downloaded supports-unicode v2.1.0
17952026-06-26T04:09:24.291Z Downloaded escape8259 v0.5.3
17962026-06-26T04:09:24.291Z Downloaded constant_time_eq v0.3.1
17972026-06-26T04:09:24.295Z Downloaded assert-json-diff v2.0.2
17982026-06-26T04:09:24.311Z Downloaded miette-derive v5.10.0
17992026-06-26T04:09:24.316Z Downloaded target-triple v1.0.0
18002026-06-26T04:09:24.316Z Downloaded backtrace-ext v0.2.1
18012026-06-26T04:09:24.316Z Downloaded approx v0.5.1
18022026-06-26T04:09:24.323Z Downloaded plotters-backend v0.3.7
18032026-06-26T04:09:24.337Z Downloaded supports-hyperlinks v2.1.0
18042026-06-26T04:09:24.337Z Downloaded guppy-workspace-hack v0.1.0
18052026-06-26T04:09:24.337Z Downloaded linkme-impl v0.3.35
18062026-06-26T04:09:24.337Z Downloaded cast v0.3.0
18072026-06-26T04:09:24.337Z Downloaded nested v0.1.1
18082026-06-26T04:09:24.343Z Downloaded pathdiff v0.2.3
18092026-06-26T04:09:24.344Z Downloaded similar-asserts v1.7.0
18102026-06-26T04:09:24.351Z Downloaded oorandom v11.1.5
18112026-06-26T04:09:24.351Z Downloaded owo-colors v3.5.0
18122026-06-26T04:09:24.360Z Downloaded termcolor v1.4.1
18132026-06-26T04:09:24.360Z Downloaded libtest-mimic v0.8.1
18142026-06-26T04:09:24.360Z Downloaded async-object-pool v0.2.0
18152026-06-26T04:09:24.360Z Downloaded path-tree v0.8.3
18162026-06-26T04:09:24.360Z Downloaded futures-timer v3.0.3
18172026-06-26T04:09:24.360Z Downloaded knuffel-derive v3.2.0
18182026-06-26T04:09:24.360Z Downloaded stringmetrics v2.2.2
18192026-06-26T04:09:24.363Z Downloaded partial-io v0.5.4
18202026-06-26T04:09:24.366Z Downloaded rustc-demangle v0.1.27
18212026-06-26T04:09:24.367Z Downloaded miette v5.10.0
18222026-06-26T04:09:24.371Z Downloaded tinytemplate v1.2.1
18232026-06-26T04:09:24.371Z Downloaded terminal_size v0.1.17
18242026-06-26T04:09:24.371Z Downloaded serde_regex v1.1.0
18252026-06-26T04:09:24.371Z Downloaded target-lexicon v0.13.3
18262026-06-26T04:09:24.374Z Downloaded rust-argon2 v2.1.0
18272026-06-26T04:09:24.374Z Downloaded linkme v0.3.35
18282026-06-26T04:09:24.374Z Downloaded backtrace v0.3.76
18292026-06-26T04:09:24.377Z Downloaded relative-path v1.9.3
18302026-06-26T04:09:24.380Z Downloaded trybuild v1.0.116
18312026-06-26T04:09:24.391Z Downloaded datatest-stable v0.3.3
18322026-06-26T04:09:24.394Z Downloaded cfg-expr v0.20.6
18332026-06-26T04:09:24.399Z Downloaded hickory-client v0.25.2
18342026-06-26T04:09:24.399Z Downloaded async-lock v3.4.2
18352026-06-26T04:09:24.399Z Downloaded blake2b_simd v1.0.4
18362026-06-26T04:09:24.405Z Downloaded textwrap v0.15.2
18372026-06-26T04:09:24.408Z Downloaded target-spec v3.5.7
18382026-06-26T04:09:24.408Z Downloaded rstest_macros v0.25.0
18392026-06-26T04:09:24.411Z Downloaded rstest v0.25.0
18402026-06-26T04:09:24.420Z Downloaded knuffel v3.2.0
18412026-06-26T04:09:24.420Z Downloaded criterion-plot v0.6.0
18422026-06-26T04:09:24.420Z Downloaded rand_distr v0.5.1
18432026-06-26T04:09:24.430Z Downloaded concurrent-queue v2.5.0
18442026-06-26T04:09:24.430Z Downloaded chumsky v0.9.3
18452026-06-26T04:09:24.442Z Downloaded plotters v0.3.7
18462026-06-26T04:09:24.457Z Downloaded hashbrown v0.14.5
18472026-06-26T04:09:24.457Z Downloaded criterion v0.7.0
18482026-06-26T04:09:24.464Z Downloaded gimli v0.32.3
18492026-06-26T04:09:24.531Z Downloaded guppy v0.17.25
18502026-06-26T04:09:24.553Z Downloaded fancy-regex v0.14.0
18512026-06-26T04:09:24.595Z Downloaded assert_cmd v2.1.2
18522026-06-26T04:09:24.605Z Downloaded httpmock v0.8.3
18532026-06-26T04:09:24.617Z Downloaded anes v0.1.6
18542026-06-26T04:09:26.284Z Checking cfg-if v1.0.4
18552026-06-26T04:09:26.637Z Checking libc v0.2.185
18562026-06-26T04:09:26.642Z Checking serde_core v1.0.228
18572026-06-26T04:09:26.710Z Checking memchr v2.8.0
18582026-06-26T04:09:26.750Z Checking smallvec v1.15.1
18592026-06-26T04:09:26.794Z Checking itoa v1.0.17
18602026-06-26T04:09:26.826Z Checking log v0.4.29
18612026-06-26T04:09:26.873Z Checking libm v0.2.16
18622026-06-26T04:09:26.873Z Checking zeroize v1.8.2
18632026-06-26T04:09:26.959Z Checking scopeguard v1.2.0
18642026-06-26T04:09:26.995Z Checking stable_deref_trait v1.2.1
18652026-06-26T04:09:27.043Z Checking zmij v1.0.21
18662026-06-26T04:09:27.073Z Checking errno v0.3.14
18672026-06-26T04:09:27.113Z Checking getrandom v0.2.17
18682026-06-26T04:09:27.116Z Checking lock_api v0.4.14
18692026-06-26T04:09:27.201Z Checking zerofrom v0.1.6
18702026-06-26T04:09:27.216Z Checking percent-encoding v2.3.2
18712026-06-26T04:09:27.252Z Checking writeable v0.6.2
18722026-06-26T04:09:27.288Z Checking litemap v0.8.1
18732026-06-26T04:09:27.329Z Checking yoke v0.8.1
18742026-06-26T04:09:27.365Z Checking icu_normalizer_data v2.1.1
18752026-06-26T04:09:27.369Z Checking icu_properties_data v2.1.2
18762026-06-26T04:09:27.430Z Checking subtle v2.6.1
18772026-06-26T04:09:27.467Z Checking form_urlencoded v1.2.2
18782026-06-26T04:09:27.505Z Checking utf8_iter v1.0.4
18792026-06-26T04:09:27.538Z Checking zerovec v0.11.5
18802026-06-26T04:09:27.538Z Checking zerotrie v0.2.3
18812026-06-26T04:09:27.603Z Checking num-traits v0.2.19
18822026-06-26T04:09:27.606Z Checking rand_core v0.6.4
18832026-06-26T04:09:27.673Z Checking pin-project-lite v0.2.17
18842026-06-26T04:09:27.707Z Checking zerocopy v0.8.40
18852026-06-26T04:09:27.742Z Checking rand_core v0.10.0
18862026-06-26T04:09:27.797Z Checking parking_lot_core v0.9.12
18872026-06-26T04:09:27.846Z Checking portable-atomic v1.13.1
18882026-06-26T04:09:27.885Z Checking signal-hook-registry v1.4.8
18892026-06-26T04:09:27.920Z Checking getrandom v0.4.1
18902026-06-26T04:09:27.992Z Checking tinystr v0.8.2
18912026-06-26T04:09:28.027Z Checking potential_utf v0.1.4
18922026-06-26T04:09:28.075Z Checking parking_lot v0.12.5
18932026-06-26T04:09:28.112Z Checking critical-section v1.2.0
18942026-06-26T04:09:28.153Z Checking mio v1.2.0
18952026-06-26T04:09:28.185Z Checking icu_collections v2.1.1
18962026-06-26T04:09:28.219Z Checking serde v1.0.228
18972026-06-26T04:09:28.222Z Checking serde_json v1.0.149
18982026-06-26T04:09:28.290Z Checking bitflags v2.11.0
18992026-06-26T04:09:28.295Z Checking icu_locale_core v2.1.1
19002026-06-26T04:09:28.295Z Checking once_cell v1.21.3
19012026-06-26T04:09:28.465Z Checking typenum v1.19.0
19022026-06-26T04:09:28.511Z Checking socket2 v0.6.3
19032026-06-26T04:09:28.558Z Checking iana-time-zone v0.1.65
19042026-06-26T04:09:28.604Z Checking uuid v1.23.0
19052026-06-26T04:09:28.654Z Checking bytes v1.11.1
19062026-06-26T04:09:28.706Z Checking chrono v0.4.44
19072026-06-26T04:09:28.802Z Checking thiserror v2.0.18
19082026-06-26T04:09:28.940Z Checking icu_provider v2.1.1
19092026-06-26T04:09:29.016Z Checking semver v1.0.28
19102026-06-26T04:09:29.035Z Checking futures-core v0.3.32
19112026-06-26T04:09:29.038Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19122026-06-26T04:09:29.104Z Checking generic-array v0.14.7
19132026-06-26T04:09:29.167Z Checking tokio v1.52.1
19142026-06-26T04:09:29.205Z Checking dyn-clone v1.0.20
19152026-06-26T04:09:29.238Z Checking const-oid v0.9.6
19162026-06-26T04:09:29.241Z Checking icu_normalizer v2.1.1
19172026-06-26T04:09:29.309Z Checking icu_properties v2.1.2
19182026-06-26T04:09:29.393Z Checking equivalent v1.0.2
19192026-06-26T04:09:29.505Z Checking rustix v1.1.3
19202026-06-26T04:09:29.592Z Checking crypto-common v0.1.7
19212026-06-26T04:09:29.622Z Checking block-buffer v0.10.4
19222026-06-26T04:09:29.632Z Checking futures-sink v0.3.32
19232026-06-26T04:09:29.738Z Checking byteorder v1.5.0
19242026-06-26T04:09:29.780Z Checking futures-channel v0.3.32
19252026-06-26T04:09:29.817Z Checking futures-io v0.3.32
19262026-06-26T04:09:29.937Z Checking digest v0.10.7
19272026-06-26T04:09:29.974Z Checking slab v0.4.12
19282026-06-26T04:09:29.977Z Checking futures-task v0.3.32
19292026-06-26T04:09:30.039Z Checking cpufeatures v0.2.17
19302026-06-26T04:09:30.282Z Checking thiserror v1.0.69
19312026-06-26T04:09:30.304Z Checking hashbrown v0.17.0
19322026-06-26T04:09:30.304Z Checking futures-util v0.3.32
19332026-06-26T04:09:30.304Z Checking idna_adapter v1.2.1
19342026-06-26T04:09:30.304Z Checking getrandom v0.3.4
19352026-06-26T04:09:30.338Z Checking fnv v1.0.7
19362026-06-26T04:09:30.360Z Checking regex-syntax v0.8.10
19372026-06-26T04:09:30.405Z Checking idna v1.1.0
19382026-06-26T04:09:30.454Z Checking http v1.4.0
19392026-06-26T04:09:30.464Z Checking tracing-core v0.1.36
19402026-06-26T04:09:30.548Z Checking ppv-lite86 v0.2.21
19412026-06-26T04:09:30.637Z Checking indexmap v2.14.0
19422026-06-26T04:09:30.675Z Checking url v2.5.8
19432026-06-26T04:09:30.800Z Checking utf8parse v0.2.2
19442026-06-26T04:09:30.871Z Checking base64 v0.22.1
19452026-06-26T04:09:30.935Z Checking tracing v0.1.44
19462026-06-26T04:09:31.025Z Checking anstyle v1.0.14
19472026-06-26T04:09:31.134Z Checking schemars v0.8.22
19482026-06-26T04:09:31.137Z Checking colorchoice v1.0.4
19492026-06-26T04:09:31.204Z Checking anstyle-query v1.1.5
19502026-06-26T04:09:31.239Z Checking base64ct v1.8.3
19512026-06-26T04:09:31.243Z Checking is_terminal_polyfill v1.70.2
19522026-06-26T04:09:31.311Z Checking block-padding v0.3.3
19532026-06-26T04:09:31.346Z Checking ipnet v2.11.0
19542026-06-26T04:09:31.390Z Checking untrusted v0.9.0
19552026-06-26T04:09:31.476Z Checking inout v0.1.4
19562026-06-26T04:09:31.512Z Checking anstyle-parse v1.0.0
19572026-06-26T04:09:31.545Z Checking ring v0.17.14
19582026-06-26T04:09:31.628Z Checking terminal_size v0.4.3
19592026-06-26T04:09:31.664Z Checking cipher v0.4.4
19602026-06-26T04:09:31.696Z Checking aho-corasick v1.1.4
19612026-06-26T04:09:31.760Z Checking crossbeam-utils v0.8.21
19622026-06-26T04:09:31.769Z Checking unicode-ident v1.0.24
19632026-06-26T04:09:31.834Z Checking anstream v1.0.0
19642026-06-26T04:09:31.901Z Checking strsim v0.11.1
19652026-06-26T04:09:31.937Z Checking proc-macro2 v1.0.106
19662026-06-26T04:09:32.067Z Checking clap_lex v1.0.0
19672026-06-26T04:09:32.102Z Checking pem-rfc7468 v0.7.0
19682026-06-26T04:09:32.105Z Checking sha2 v0.10.9
19692026-06-26T04:09:32.171Z Checking rustls-pki-types v1.14.0
19702026-06-26T04:09:32.246Z Checking clap_builder v4.6.0
19712026-06-26T04:09:32.282Z Checking quote v1.0.45
19722026-06-26T04:09:32.317Z Checking httparse v1.10.1
19732026-06-26T04:09:32.395Z Checking regex-automata v0.4.14
19742026-06-26T04:09:32.433Z Checking tokio-util v0.7.18
19752026-06-26T04:09:32.469Z Checking powerfmt v0.2.0
19762026-06-26T04:09:32.504Z Checking syn v2.0.117
19772026-06-26T04:09:32.508Z Checking rand_core v0.9.5
19782026-06-26T04:09:32.570Z Checking hmac v0.12.1
19792026-06-26T04:09:32.574Z Checking num-conv v0.2.0
19802026-06-26T04:09:32.641Z Checking deranged v0.5.8
19812026-06-26T04:09:32.735Z Checking time-core v0.1.8
19822026-06-26T04:09:32.768Z Checking num_threads v0.1.7
19832026-06-26T04:09:32.772Z Checking erased-serde v0.3.31
19842026-06-26T04:09:32.890Z Checking flagset v0.4.7
19852026-06-26T04:09:32.925Z Checking http-body v1.0.1
19862026-06-26T04:09:33.037Z Checking der v0.7.10
19872026-06-26T04:09:33.074Z Checking atomic-waker v1.1.2
19882026-06-26T04:09:33.107Z Checking allocator-api2 v0.2.21
19892026-06-26T04:09:33.204Z Checking rand_chacha v0.9.0
19902026-06-26T04:09:33.234Z Checking slog v2.8.2
19912026-06-26T04:09:33.413Z Checking anyhow v1.0.102
19922026-06-26T04:09:33.451Z Checking try-lock v0.2.5
19932026-06-26T04:09:33.487Z Checking clap v4.6.1
19942026-06-26T04:09:33.527Z Checking httpdate v1.0.3
19952026-06-26T04:09:33.579Z Checking want v0.3.1
19962026-06-26T04:09:33.613Z Checking time v0.3.47
19972026-06-26T04:09:33.617Z Checking rand v0.9.2
19982026-06-26T04:09:33.685Z Checking h2 v0.4.13
19992026-06-26T04:09:33.727Z Checking spin v0.9.8
20002026-06-26T04:09:33.761Z Checking tower-service v0.3.3
20012026-06-26T04:09:33.801Z Checking pin-utils v0.1.0
20022026-06-26T04:09:33.880Z Checking ryu v1.0.23
20032026-06-26T04:09:33.916Z Checking tower-layer v0.3.3
20042026-06-26T04:09:33.950Z Checking ipnetwork v0.21.1
20052026-06-26T04:09:34.044Z Checking socket2 v0.5.10
20062026-06-26T04:09:34.100Z Checking fastrand v2.3.0
20072026-06-26T04:09:34.145Z Checking mime v0.3.17
20082026-06-26T04:09:34.203Z Checking spki v0.7.3
20092026-06-26T04:09:34.276Z Checking pbkdf2 v0.12.2
20102026-06-26T04:09:34.316Z Checking aes v0.8.4
20112026-06-26T04:09:34.350Z Checking http-body-util v0.1.3
20122026-06-26T04:09:34.361Z Checking salsa20 v0.10.2
20132026-06-26T04:09:34.426Z Checking cbc v0.1.2
20142026-06-26T04:09:34.433Z Checking rand_chacha v0.3.1
20152026-06-26T04:09:34.544Z Checking hex v0.4.3
20162026-06-26T04:09:34.634Z Checking aws-lc-sys v0.40.0
20172026-06-26T04:09:34.646Z Checking untrusted v0.7.1
20182026-06-26T04:09:34.692Z Checking pretty-hex v0.4.1
20192026-06-26T04:09:34.730Z Checking simd-adler32 v0.3.8
20202026-06-26T04:09:34.773Z Checking rand v0.8.6
20212026-06-26T04:09:34.803Z Checking scrypt v0.11.0
20222026-06-26T04:09:34.806Z Checking tempfile v3.25.0
20232026-06-26T04:09:34.832Z Checking plain v0.2.3
20242026-06-26T04:09:34.836Z Checking openssl-probe v0.2.1
20252026-06-26T04:09:34.993Z Checking adler2 v2.0.1
20262026-06-26T04:09:35.035Z Checking regex v1.12.3
20272026-06-26T04:09:35.039Z Checking pkcs5 v0.7.1
20282026-06-26T04:09:35.106Z Checking serde_urlencoded v0.7.1
20292026-06-26T04:09:35.144Z Checking miniz_oxide v0.8.9
20302026-06-26T04:09:35.186Z Checking aws-lc-rs v1.16.3
20312026-06-26T04:09:35.186Z Checking encoding_rs v0.8.35
20322026-06-26T04:09:35.294Z Checking ucd-trie v0.1.7
20332026-06-26T04:09:35.340Z Checking camino v1.2.2
20342026-06-26T04:09:35.373Z Checking pkcs8 v0.10.2
20352026-06-26T04:09:35.376Z Checking rustls-native-certs v0.8.3
20362026-06-26T04:09:35.454Z Checking pest v2.8.6
20372026-06-26T04:09:35.531Z Checking oxnet v0.1.6
20382026-06-26T04:09:35.567Z Checking futures-executor v0.3.32
20392026-06-26T04:09:35.604Z Checking sync_wrapper v1.0.2
20402026-06-26T04:09:35.639Z Checking either v1.15.0
20412026-06-26T04:09:35.737Z Checking tower v0.5.3
20422026-06-26T04:09:35.774Z Checking futures v0.3.32
20432026-06-26T04:09:35.818Z Checking webpki-roots v1.0.6
20442026-06-26T04:09:35.859Z Checking crc32fast v1.5.0
20452026-06-26T04:09:35.933Z Checking iri-string v0.7.10
20462026-06-26T04:09:35.963Z Checking static_assertions v1.1.0
20472026-06-26T04:09:36.033Z Checking foldhash v0.2.0
20482026-06-26T04:09:36.067Z Checking lazy_static v1.5.0
20492026-06-26T04:09:36.071Z Checking rustls-webpki v0.103.9
20502026-06-26T04:09:36.149Z Checking openapiv3 v2.2.0
20512026-06-26T04:09:36.195Z Checking signature v2.2.0
20522026-06-26T04:09:36.231Z Checking winnow v0.7.14
20532026-06-26T04:09:36.234Z Checking hashbrown v0.16.1
20542026-06-26T04:09:36.352Z Checking hubpack v0.1.2
20552026-06-26T04:09:36.440Z Checking hyper v1.8.1
20562026-06-26T04:09:36.517Z Checking rustls v0.23.37
20572026-06-26T04:09:36.551Z Checking zlib-rs v0.6.2
20582026-06-26T04:09:36.554Z Checking strum v0.26.3
20592026-06-26T04:09:36.720Z Checking psl-types v2.0.11
20602026-06-26T04:09:36.789Z Checking tinyvec_macros v0.1.1
20612026-06-26T04:09:36.873Z Checking publicsuffix v2.3.0
20622026-06-26T04:09:36.908Z Checking tinyvec v1.10.0
20632026-06-26T04:09:36.952Z Checking tower-http v0.6.8
20642026-06-26T04:09:37.058Z Checking cookie v0.18.1
20652026-06-26T04:09:37.238Z Checking sha1 v0.10.6
20662026-06-26T04:09:37.275Z Checking num-integer v0.1.46
20672026-06-26T04:09:37.323Z Checking scroll v0.13.0
20682026-06-26T04:09:37.374Z Checking hyper-util v0.1.20
20692026-06-26T04:09:37.431Z Checking data-encoding v2.10.0
20702026-06-26T04:09:37.470Z Checking flate2 v1.1.9
20712026-06-26T04:09:37.472Z Checking cookie_store v0.22.1
20722026-06-26T04:09:37.472Z Checking serde_spanned v0.6.9
20732026-06-26T04:09:37.567Z Checking toml_datetime v0.6.11
20742026-06-26T04:09:37.607Z Checking goblin v0.10.5
20752026-06-26T04:09:37.661Z Checking memmap2 v0.9.10
20762026-06-26T04:09:37.765Z Checking base16ct v0.2.0
20772026-06-26T04:09:37.777Z Checking bit-vec v0.8.0
20782026-06-26T04:09:37.811Z Checking dtrace-parser v0.3.0
20792026-06-26T04:09:37.844Z Checking ff v0.13.1
20802026-06-26T04:09:37.881Z Checking sec1 v0.7.3
20812026-06-26T04:09:37.914Z Checking thread-id v5.1.0
20822026-06-26T04:09:37.994Z Checking bit-set v0.8.0
20832026-06-26T04:09:37.997Z Checking wait-timeout v0.2.1
20842026-06-26T04:09:38.063Z Checking group v0.13.0
20852026-06-26T04:09:38.099Z Checking num-iter v0.1.45
20862026-06-26T04:09:38.132Z Checking bstr v1.12.1
20872026-06-26T04:09:38.173Z Checking hkdf v0.12.4
20882026-06-26T04:09:38.206Z Checking crossbeam-epoch v0.9.18
20892026-06-26T04:09:38.243Z Checking anstyle-parse v0.2.7
20902026-06-26T04:09:38.247Z Checking ahash v0.8.12
20912026-06-26T04:09:38.332Z Checking crypto-bigint v0.5.5
20922026-06-26T04:09:38.451Z Checking quick-error v1.2.3
20932026-06-26T04:09:38.491Z Checking anstream v0.6.21
20942026-06-26T04:09:38.501Z Checking rand_xorshift v0.4.0
20952026-06-26T04:09:38.566Z Checking scroll v0.12.0
20962026-06-26T04:09:38.603Z Checking rusty-fork v0.3.1
20972026-06-26T04:09:38.658Z Checking unarray v0.1.4
20982026-06-26T04:09:38.695Z Checking num-bigint-dig v0.8.6
20992026-06-26T04:09:38.734Z Checking pkcs1 v0.7.5
21002026-06-26T04:09:38.795Z Checking x509-cert v0.2.5
21012026-06-26T04:09:38.830Z Checking goblin v0.8.2
21022026-06-26T04:09:38.833Z Checking proptest v1.10.0
21032026-06-26T04:09:38.909Z Checking tokio-rustls v0.26.4
21042026-06-26T04:09:38.968Z Checking rustls-platform-verifier v0.6.2
21052026-06-26T04:09:39.178Z Checking zerocopy v0.7.35
21062026-06-26T04:09:39.183Z Checking hyper-rustls v0.27.7
21072026-06-26T04:09:39.280Z Checking elliptic-curve v0.13.8
21082026-06-26T04:09:39.413Z Checking reqwest v0.13.2
21092026-06-26T04:09:39.475Z Checking foreign-types-shared v0.1.1
21102026-06-26T04:09:39.533Z Checking unicode-segmentation v1.12.0
21112026-06-26T04:09:39.588Z Checking foreign-types v0.3.2
21122026-06-26T04:09:39.627Z Checking rsa v0.9.10
21132026-06-26T04:09:39.661Z Checking dtrace-parser v0.2.0
21142026-06-26T04:09:39.698Z Checking rfc6979 v0.4.0
21152026-06-26T04:09:39.841Z Checking memoffset v0.9.1
21162026-06-26T04:09:39.877Z Checking openssl-sys v0.9.115
21172026-06-26T04:09:39.922Z Checking thread-id v4.2.2
21182026-06-26T04:09:39.966Z Checking ecdsa v0.16.9
21192026-06-26T04:09:39.992Z Checking dof v0.4.0
21202026-06-26T04:09:40.031Z Checking curve25519-dalek v4.1.3
21212026-06-26T04:09:40.126Z Checking rustix v0.38.44
21222026-06-26T04:09:40.277Z Checking openssl v0.10.79
21232026-06-26T04:09:40.320Z Checking env_filter v1.0.0
21242026-06-26T04:09:40.357Z Checking keccak v0.1.6
21252026-06-26T04:09:40.499Z Checking same-file v1.0.6
21262026-06-26T04:09:40.554Z Checking toml_write v0.1.2
21272026-06-26T04:09:40.646Z Checking walkdir v2.5.0
21282026-06-26T04:09:40.651Z Checking usdt-impl v0.6.0
21292026-06-26T04:09:40.714Z Checking newtype-uuid v1.3.2
21302026-06-26T04:09:40.753Z Checking toml_edit v0.22.27
21312026-06-26T04:09:40.760Z Checking dof v0.3.0
21322026-06-26T04:09:40.824Z Checking sha3 v0.10.8
21332026-06-26T04:09:40.859Z Checking env_logger v0.11.9
21342026-06-26T04:09:40.944Z Checking daft v0.1.7
21352026-06-26T04:09:40.977Z Checking ed25519 v2.2.3
21362026-06-26T04:09:41.016Z Checking usdt v0.6.0
21372026-06-26T04:09:41.053Z Checking itertools v0.13.0
21382026-06-26T04:09:41.091Z Checking serde_with v3.17.0
21392026-06-26T04:09:41.122Z Checking usdt-impl v0.5.0
21402026-06-26T04:09:41.183Z Checking siphasher v1.0.2
21412026-06-26T04:09:41.220Z Checking bitflags v1.3.2
21422026-06-26T04:09:41.224Z Checking ed25519-dalek v2.2.0
21432026-06-26T04:09:41.320Z Checking nix v0.31.2
21442026-06-26T04:09:41.370Z Checking toml_parser v1.0.9+spec-1.1.0
21452026-06-26T04:09:41.436Z Checking unicode-normalization v0.1.25
21462026-06-26T04:09:41.509Z Checking signal-hook v0.3.18
21472026-06-26T04:09:41.720Z Checking winnow v0.5.40
21482026-06-26T04:09:41.757Z Checking managed v0.8.0
21492026-06-26T04:09:41.878Z Checking bzip2-sys v0.1.13+1.0.8
21502026-06-26T04:09:41.909Z Checking object v0.37.3
21512026-06-26T04:09:41.991Z Checking foldhash v0.1.5
21522026-06-26T04:09:42.023Z Checking bzip2 v0.4.4
21532026-06-26T04:09:42.118Z Checking signal-hook-mio v0.2.5
21542026-06-26T04:09:42.143Z Checking hashbrown v0.15.5
21552026-06-26T04:09:42.206Z Checking globset v0.4.18
21562026-06-26T04:09:42.237Z Checking ref-cast v1.0.25
21572026-06-26T04:09:42.342Z Checking native-tls v0.2.18
21582026-06-26T04:09:42.363Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-06-26T04:09:42.419Z Checking zip v0.6.6
21602026-06-26T04:09:42.544Z Checking pin-project v1.1.11
21612026-06-26T04:09:42.611Z Checking zstd-safe v7.2.4
21622026-06-26T04:09:42.611Z Checking tokio-native-tls v0.3.1
21632026-06-26T04:09:42.718Z Checking bumpalo v3.20.2
21642026-06-26T04:09:42.733Z Checking libbz2-rs-sys v0.2.2
21652026-06-26T04:09:42.733Z Checking crossterm v0.28.1
21662026-06-26T04:09:42.734Z Checking zstd v0.13.3
21672026-06-26T04:09:42.752Z Checking hyper-tls v0.6.0
21682026-06-26T04:09:42.792Z Checking similar v2.7.0
21692026-06-26T04:09:42.824Z Checking zopfli v0.8.3
21702026-06-26T04:09:42.929Z Checking toml_edit v0.19.15
21712026-06-26T04:09:42.946Z Checking tokio-stream v0.1.18
21722026-06-26T04:09:42.995Z Checking reqwest v0.12.28
21732026-06-26T04:09:43.045Z Checking bzip2 v0.6.1
21742026-06-26T04:09:43.185Z Checking fs-err v3.3.0
21752026-06-26T04:09:43.218Z Checking pem v3.0.6
21762026-06-26T04:09:43.265Z Checking hash32 v0.2.1
21772026-06-26T04:09:43.369Z Checking serde-big-array v0.5.1
21782026-06-26T04:09:43.408Z Checking unicode-properties v0.1.4
21792026-06-26T04:09:43.417Z Checking unicode-bidi v0.3.18
21802026-06-26T04:09:43.473Z Checking jiff v0.2.21
21812026-06-26T04:09:43.515Z Checking predicates-core v1.0.10
21822026-06-26T04:09:43.547Z Checking heapless v0.7.17
21832026-06-26T04:09:43.627Z Checking snafu v0.8.9
21842026-06-26T04:09:43.676Z Checking olpc-cjson v0.1.4
21852026-06-26T04:09:43.782Z Checking stringprep v0.1.5
21862026-06-26T04:09:43.838Z Checking hickory-proto v0.25.2
21872026-06-26T04:09:43.880Z Checking md-5 v0.10.6
21882026-06-26T04:09:43.917Z Checking serde_plain v1.0.2
21892026-06-26T04:09:43.956Z Checking float-cmp v0.10.0
21902026-06-26T04:09:44.011Z Checking toml v0.7.8
21912026-06-26T04:09:44.014Z Checking difflib v0.4.0
21922026-06-26T04:09:44.080Z Checking fallible-iterator v0.2.0
21932026-06-26T04:09:44.113Z Checking typed-path v0.9.3
21942026-06-26T04:09:44.117Z Checking normalize-line-endings v0.3.0
21952026-06-26T04:09:44.255Z Checking smoltcp v0.9.1
21962026-06-26T04:09:44.289Z Checking predicates v3.1.4
21972026-06-26T04:09:44.296Z Checking iddqd v0.4.2
21982026-06-26T04:09:44.358Z Checking phf_shared v0.11.3
21992026-06-26T04:09:44.415Z Checking postgres-protocol v0.6.10
22002026-06-26T04:09:44.538Z Checking phf_shared v0.13.1
22012026-06-26T04:09:44.613Z Checking buf-list v1.1.2
22022026-06-26T04:09:44.735Z Checking strum v0.27.2
22032026-06-26T04:09:44.775Z Checking lalrpop-util v0.19.12
22042026-06-26T04:09:44.826Z Checking fixedbitset v0.5.7
22052026-06-26T04:09:44.877Z Checking fixedbitset v0.4.2
22062026-06-26T04:09:44.880Z Checking precomputed-hash v0.1.1
22072026-06-26T04:09:44.946Z Checking tough v0.22.0
22082026-06-26T04:09:44.980Z Checking new_debug_unreachable v1.0.6
22092026-06-26T04:09:45.025Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-06-26T04:09:45.061Z Checking petgraph v0.6.5
22112026-06-26T04:09:45.066Z Checking petgraph v0.8.3
22122026-06-26T04:09:45.126Z Checking string_cache v0.8.9
22132026-06-26T04:09:45.245Z Checking phf v0.13.1
22142026-06-26T04:09:45.325Z Checking postgres-types v0.2.12
22152026-06-26T04:09:45.423Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-06-26T04:09:45.677Z Checking peg-runtime v0.8.5
22172026-06-26T04:09:45.719Z Checking whoami v2.1.0
22182026-06-26T04:09:45.771Z Checking zip v4.6.1
22192026-06-26T04:09:45.944Z Checking tokio-postgres v0.7.16
22202026-06-26T04:09:45.981Z Checking is-terminal v0.4.17
22212026-06-26T04:09:46.105Z Checking crossbeam-channel v0.5.15
22222026-06-26T04:09:46.352Z Checking thread_local v1.1.9
22232026-06-26T04:09:46.428Z Compiling structmeta-derive v0.3.0
22242026-06-26T04:09:46.474Z Checking take_mut v0.2.2
22252026-06-26T04:09:46.548Z Checking term v1.2.1
22262026-06-26T04:09:46.609Z Checking slog-async v2.8.0
22272026-06-26T04:09:46.698Z Compiling newtype-uuid-macros v0.1.0
22282026-06-26T04:09:46.735Z Compiling rustls v0.22.4
22292026-06-26T04:09:46.804Z Checking slog-term v2.9.2
22302026-06-26T04:09:46.839Z Compiling multer v3.1.0
22312026-06-26T04:09:46.984Z Compiling async-stream-impl v0.3.6
22322026-06-26T04:09:47.022Z Checking match_cfg v0.1.0
22332026-06-26T04:09:47.099Z Checking slog-json v2.6.1
22342026-06-26T04:09:47.132Z Checking hostname v0.3.1
22352026-06-26T04:09:47.163Z Compiling dropshot v0.17.0
22362026-06-26T04:09:47.241Z Compiling dropshot_endpoint v0.17.0
22372026-06-26T04:09:47.275Z Checking debug-ignore v1.0.5
22382026-06-26T04:09:47.309Z Checking slog-bunyan v2.5.0
22392026-06-26T04:09:47.414Z Checking progenitor-client v0.14.0
22402026-06-26T04:09:47.450Z Checking rustls-webpki v0.102.8
22412026-06-26T04:09:47.487Z Checking serde_path_to_error v0.1.20
22422026-06-26T04:09:47.523Z Compiling structmeta v0.3.0
22432026-06-26T04:09:47.527Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-06-26T04:09:47.557Z Checking serde_spanned v1.0.4
22452026-06-26T04:09:47.628Z Checking toml_datetime v1.0.0+spec-1.1.0
22462026-06-26T04:09:47.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22472026-06-26T04:09:47.748Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-06-26T04:09:47.782Z Compiling derive-ex v0.1.8
22492026-06-26T04:09:47.817Z Checking compression-core v0.4.31
22502026-06-26T04:09:47.854Z Checking async-stream v0.3.6
22512026-06-26T04:09:47.953Z Checking toml v1.0.6+spec-1.1.0
22522026-06-26T04:09:47.986Z Checking compression-codecs v0.4.37
22532026-06-26T04:09:48.044Z Checking waitgroup v0.1.2
22542026-06-26T04:09:48.090Z Checking rustls-pemfile v2.2.0
22552026-06-26T04:09:48.179Z Checking async-compression v0.4.41
22562026-06-26T04:09:48.216Z Checking hostname v0.4.2
22572026-06-26T04:09:48.261Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-06-26T04:09:48.296Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-06-26T04:09:48.343Z Checking atomicwrites v0.4.4
22602026-06-26T04:09:48.397Z Compiling parse-display-derive v0.10.0
22612026-06-26T04:09:48.456Z Checking itertools v0.14.0
22622026-06-26T04:09:48.492Z Checking macaddr v1.0.1
22632026-06-26T04:09:48.525Z Checking regress v0.10.5
22642026-06-26T04:09:48.559Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-06-26T04:09:48.717Z Checking instant v0.1.13
22662026-06-26T04:09:48.835Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22672026-06-26T04:09:49.033Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
22682026-06-26T04:09:49.070Z Checking backoff v0.4.0
22692026-06-26T04:09:49.107Z Checking backon v1.6.0
22702026-06-26T04:09:49.277Z Checking humantime v2.3.0
22712026-06-26T04:09:49.313Z Checking progenitor-extras v0.2.0
22722026-06-26T04:09:49.398Z Checking tokio-rustls v0.25.0
22732026-06-26T04:09:49.494Z Checking unicode-width v0.2.0
22742026-06-26T04:09:49.532Z Compiling test-strategy v0.4.5
22752026-06-26T04:09:49.566Z Compiling convert_case v0.4.0
22762026-06-26T04:09:49.602Z Checking heck v0.5.0
22772026-06-26T04:09:49.605Z Checking half v2.7.1
22782026-06-26T04:09:49.755Z Checking ciborium-io v0.2.2
22792026-06-26T04:09:49.787Z Checking secrecy v0.10.3
22802026-06-26T04:09:49.871Z Compiling regress v0.11.1
22812026-06-26T04:09:49.918Z Checking ciborium-ll v0.2.2
22822026-06-26T04:09:49.953Z Checking indent_write v2.2.0
22832026-06-26T04:09:49.987Z Compiling derive_more v0.99.20
22842026-06-26T04:09:50.030Z Checking universal-hash v0.5.1
22852026-06-26T04:09:50.109Z Checking opaque-debug v0.3.1
22862026-06-26T04:09:50.145Z Checking ciborium v0.2.2
22872026-06-26T04:09:50.177Z Checking parse-display v0.10.0
22882026-06-26T04:09:50.229Z Checking camino-tempfile v1.4.1
22892026-06-26T04:09:50.354Z Compiling crucible-workspace-hack v0.1.0
22902026-06-26T04:09:50.428Z Checking aead v0.5.2
22912026-06-26T04:09:50.598Z Compiling unsafe-libyaml v0.2.11
22922026-06-26T04:09:50.603Z Checking poly1305 v0.8.0
22932026-06-26T04:09:50.759Z Checking chacha20 v0.9.1
22942026-06-26T04:09:50.921Z Compiling thiserror-impl-no-std v2.0.2
22952026-06-26T04:09:50.983Z Checking swrite v0.1.0
22962026-06-26T04:09:51.035Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-06-26T04:09:51.101Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-06-26T04:09:51.377Z Compiling serde_yaml v0.9.34+deprecated
22992026-06-26T04:09:51.446Z Checking password-hash v0.5.0
23002026-06-26T04:09:51.485Z Compiling typify-impl v0.6.2
23012026-06-26T04:09:51.635Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-06-26T04:09:51.705Z Checking blake2 v0.10.6
23032026-06-26T04:09:51.969Z Checking argon2 v0.5.3
23042026-06-26T04:09:52.143Z Checking thiserror-no-std v2.0.2
23052026-06-26T04:09:52.265Z Checking vsss-rs v3.3.4
23062026-06-26T04:09:52.343Z Checking chacha20poly1305 v0.10.1
23072026-06-26T04:09:52.523Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23082026-06-26T04:09:52.589Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-06-26T04:09:52.855Z Checking byte-wrapper v0.1.0
23102026-06-26T04:09:52.912Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23112026-06-26T04:09:52.947Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-06-26T04:09:52.951Z Checking crossbeam-deque v0.8.6
23132026-06-26T04:09:53.093Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-06-26T04:09:53.145Z Compiling rayon-core v1.13.0
23152026-06-26T04:09:53.179Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23162026-06-26T04:09:53.213Z Compiling toml_datetime v0.7.5+spec-1.1.0
23172026-06-26T04:09:53.430Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23182026-06-26T04:09:53.492Z Compiling toml_edit v0.23.10+spec-1.0.0
23192026-06-26T04:09:53.805Z Compiling proc-macro-error v1.0.4
23202026-06-26T04:09:53.863Z Checking rayon v1.11.0
23212026-06-26T04:09:54.152Z Compiling proc-macro-crate v3.4.0
23222026-06-26T04:09:54.619Z Checking toml v0.8.23
23232026-06-26T04:09:54.658Z Checking tabwriter v1.4.1
23242026-06-26T04:09:54.789Z Checking cpufeatures v0.3.0
23252026-06-26T04:09:54.806Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-26T04:09:54.806Z Compiling num_enum_derive v0.7.6
23272026-06-26T04:09:54.806Z Checking glob v0.3.3
23282026-06-26T04:09:54.855Z Compiling heapless v0.8.0
23292026-06-26T04:09:54.873Z Checking colored v3.1.1
23302026-06-26T04:09:54.951Z Compiling ingot-macros v0.1.1
23312026-06-26T04:09:54.991Z Checking hash32 v0.3.1
23322026-06-26T04:09:55.135Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-06-26T04:09:55.164Z Compiling smoltcp v0.11.0
23342026-06-26T04:09:55.310Z Checking unicode-width v0.1.14
23352026-06-26T04:09:55.423Z Checking cobs v0.3.0
23362026-06-26T04:09:55.562Z Compiling usdt-macro v0.5.0
23372026-06-26T04:09:55.603Z Compiling usdt-attr-macro v0.5.0
23382026-06-26T04:09:55.631Z Checking memmap v0.7.0
23392026-06-26T04:09:55.675Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23402026-06-26T04:09:55.760Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-06-26T04:09:55.827Z Checking num_enum v0.7.6
23422026-06-26T04:09:55.965Z Checking postcard v1.1.3
23432026-06-26T04:09:56.045Z Compiling proc-macro-crate v1.3.1
23442026-06-26T04:09:56.084Z Compiling typify-macro v0.6.2
23452026-06-26T04:09:56.324Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-26T04:09:56.328Z Checking sigpipe v0.1.3
23472026-06-26T04:09:56.401Z Checking usdt v0.5.0
23482026-06-26T04:09:56.469Z Compiling foreign-types-macros v0.2.3
23492026-06-26T04:09:56.507Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-26T04:09:56.560Z Checking foreign-types-shared v0.3.1
23512026-06-26T04:09:56.599Z Compiling num_enum_derive v0.5.11
23522026-06-26T04:09:56.835Z Checking chacha20 v0.10.0
23532026-06-26T04:09:56.940Z Checking cstr-argument v0.1.2
23542026-06-26T04:09:57.014Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-06-26T04:09:57.079Z Checking foreign-types v0.5.0
23562026-06-26T04:09:57.082Z Compiling num-derive v0.4.2
23572026-06-26T04:09:57.143Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-26T04:09:57.184Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-06-26T04:09:57.438Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-06-26T04:09:57.473Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-06-26T04:09:57.613Z Checking rand v0.10.0
23622026-06-26T04:09:57.647Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-06-26T04:09:57.650Z Checking num_enum v0.5.11
23642026-06-26T04:09:57.650Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23652026-06-26T04:09:57.787Z Checking ingot-types v0.1.2
23662026-06-26T04:09:57.822Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23672026-06-26T04:09:57.854Z Compiling typify v0.6.2
23682026-06-26T04:09:57.923Z Checking itertools v0.12.1
23692026-06-26T04:09:57.967Z Compiling progenitor-impl v0.14.0
23702026-06-26T04:09:58.003Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23712026-06-26T04:09:58.077Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-06-26T04:09:58.170Z Checking ingot v0.1.1
23732026-06-26T04:09:58.301Z Compiling zone_cfg_derive v0.3.1
23742026-06-26T04:09:58.364Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23752026-06-26T04:09:58.565Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-06-26T04:09:58.926Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23772026-06-26T04:09:58.997Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23782026-06-26T04:09:59.042Z Checking smf v0.2.3
23792026-06-26T04:09:59.129Z Checking zone v0.3.1
23802026-06-26T04:09:59.167Z Checking whoami v1.6.1
23812026-06-26T04:09:59.168Z Checking tokio-dtrace v0.1.1
23822026-06-26T04:09:59.266Z Compiling derive-where v1.6.0
23832026-06-26T04:09:59.298Z Checking console v0.15.11
23842026-06-26T04:09:59.338Z Checking newline-converter v0.3.0
23852026-06-26T04:09:59.411Z Checking oxide-tokio-rt v0.1.4
23862026-06-26T04:09:59.474Z Checking bytecount v0.6.9
23872026-06-26T04:09:59.509Z Compiling owo-colors v4.3.0
23882026-06-26T04:09:59.574Z Compiling cancel-safe-futures v0.1.5
23892026-06-26T04:09:59.610Z Checking libsw-core v0.3.2
23902026-06-26T04:09:59.637Z Checking expectorate v1.2.0
23912026-06-26T04:09:59.785Z Checking libsw v3.5.0
23922026-06-26T04:09:59.814Z Checking num-rational v0.4.2
23932026-06-26T04:09:59.912Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23942026-06-26T04:10:00.151Z Checking num-complex v0.4.6
23952026-06-26T04:10:00.194Z Checking linear-map v1.2.0
23962026-06-26T04:10:00.216Z Checking float-ord v0.3.2
23972026-06-26T04:10:00.354Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-06-26T04:10:00.386Z Checking gethostname v0.5.0
23992026-06-26T04:10:00.505Z Compiling prettyplease v0.2.37
24002026-06-26T04:10:00.545Z Checking num v0.4.3
24012026-06-26T04:10:00.595Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24022026-06-26T04:10:00.629Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-06-26T04:10:00.661Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-06-26T04:10:00.700Z Compiling progenitor-macro v0.14.0
24052026-06-26T04:10:00.819Z Checking resolv-conf v0.7.6
24062026-06-26T04:10:00.999Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24072026-06-26T04:10:01.034Z Checking unicode-linebreak v0.1.5
24082026-06-26T04:10:01.114Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24092026-06-26T04:10:01.276Z Checking smawk v0.3.2
24102026-06-26T04:10:01.450Z Checking papergrid v0.11.0
24112026-06-26T04:10:02.098Z Compiling tabled_derive v0.7.0
24122026-06-26T04:10:02.133Z Compiling convert_case v0.10.0
24132026-06-26T04:10:02.169Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
24142026-06-26T04:10:02.174Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-06-26T04:10:02.409Z Compiling slog-dtrace v0.3.0
24162026-06-26T04:10:02.485Z Compiling derive_more-impl v2.1.1
24172026-06-26T04:10:02.489Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-06-26T04:10:02.710Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-06-26T04:10:02.794Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-06-26T04:10:03.124Z Checking tabled v0.15.0
24212026-06-26T04:10:03.323Z Checking derive_more v2.1.1
24222026-06-26T04:10:03.429Z Checking crossterm v0.29.0
24232026-06-26T04:10:03.884Z Checking linked-hash-map v0.5.6
24242026-06-26T04:10:04.029Z Checking lru-cache v0.1.2
24252026-06-26T04:10:04.430Z Checking hickory-proto v0.24.4
24262026-06-26T04:10:04.524Z Checking fd-lock v4.0.4
24272026-06-26T04:10:04.560Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-06-26T04:10:05.275Z Checking vte v0.14.1
24292026-06-26T04:10:05.448Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24302026-06-26T04:10:05.678Z Checking progenitor v0.14.0
24312026-06-26T04:10:05.709Z Checking display-error-chain v0.2.2
24322026-06-26T04:10:05.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24332026-06-26T04:10:05.904Z Checking strip-ansi-escapes v0.2.1
24342026-06-26T04:10:06.236Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-06-26T04:10:07.122Z Checking nu-ansi-term v0.50.3
24362026-06-26T04:10:07.369Z Checking termtree v0.5.1
24372026-06-26T04:10:07.372Z Checking reedline v0.40.0
24382026-06-26T04:10:07.551Z Checking hickory-resolver v0.24.4
24392026-06-26T04:10:07.616Z Checking textwrap v0.16.2
24402026-06-26T04:10:07.650Z Compiling minimal-lexical v0.2.1
24412026-06-26T04:10:07.831Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24422026-06-26T04:10:07.868Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-06-26T04:10:07.940Z Compiling nom v7.1.3
24442026-06-26T04:10:08.249Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-06-26T04:10:08.319Z Checking qorb v0.4.1
24462026-06-26T04:10:08.435Z Compiling ar_archive_writer v0.5.1
24472026-06-26T04:10:08.589Z Checking csv-core v0.1.13
24482026-06-26T04:10:08.868Z Checking csv v1.4.0
24492026-06-26T04:10:09.024Z Compiling stacker v0.1.23
24502026-06-26T04:10:09.291Z Compiling semver v0.1.20
24512026-06-26T04:10:09.344Z Checking highway v1.3.0
24522026-06-26T04:10:09.366Z Compiling cfg_aliases v0.1.1
24532026-06-26T04:10:09.412Z Compiling psm v0.1.30
24542026-06-26T04:10:09.489Z Compiling nix v0.28.0
24552026-06-26T04:10:09.591Z Compiling rustc_version v0.1.7
24562026-06-26T04:10:09.637Z Checking nibble_vec v0.1.0
24572026-06-26T04:10:09.699Z Checking endian-type v0.1.2
24582026-06-26T04:10:09.819Z Checking home v0.5.12
24592026-06-26T04:10:09.855Z Compiling newtype_derive v0.1.6
24602026-06-26T04:10:09.868Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-06-26T04:10:09.949Z Checking radix_trie v0.2.1
24622026-06-26T04:10:09.964Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24632026-06-26T04:10:10.039Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24642026-06-26T04:10:10.073Z Checking phf_shared v0.12.1
24652026-06-26T04:10:10.176Z Compiling recursive-proc-macro-impl v0.1.1
24662026-06-26T04:10:10.282Z Compiling chrono-tz v0.10.4
24672026-06-26T04:10:10.389Z Checking phf v0.12.1
24682026-06-26T04:10:10.609Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692026-06-26T04:10:10.622Z Compiling const_format_proc_macros v0.2.34
24702026-06-26T04:10:10.622Z Compiling peg-macros v0.8.5
24712026-06-26T04:10:10.703Z Checking recursive v0.1.1
24722026-06-26T04:10:10.787Z Checking nom v8.0.0
24732026-06-26T04:10:10.819Z Checking winnow v0.6.26
24742026-06-26T04:10:11.129Z Compiling sqlparser_derive v0.5.0
24752026-06-26T04:10:11.337Z Checking unicode_categories v0.1.1
24762026-06-26T04:10:11.517Z Checking rustyline v14.0.0
24772026-06-26T04:10:11.582Z Checking const_format v0.2.35
24782026-06-26T04:10:11.923Z Checking sqlparser v0.61.0
24792026-06-26T04:10:11.978Z Checking sqlformat v0.3.5
24802026-06-26T04:10:12.030Z Checking peg v0.8.5
24812026-06-26T04:10:12.234Z Checking bcs v0.1.6
24822026-06-26T04:10:12.273Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24832026-06-26T04:10:12.369Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24842026-06-26T04:10:12.449Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24852026-06-26T04:10:12.493Z Checking steno v0.4.1
24862026-06-26T04:10:12.585Z Checking filetime v0.2.27
24872026-06-26T04:10:12.748Z Checking xattr v1.6.1
24882026-06-26T04:10:12.783Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-06-26T04:10:12.859Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-06-26T04:10:12.907Z Checking tar v0.4.45
24912026-06-26T04:10:13.061Z Checking subprocess v0.2.15
24922026-06-26T04:10:13.383Z Checking base64 v0.21.7
24932026-06-26T04:10:13.431Z Checking headers-core v0.3.0
24942026-06-26T04:10:13.523Z Checking yasna v0.5.2
24952026-06-26T04:10:13.568Z Checking headers v0.4.1
24962026-06-26T04:10:13.658Z Checking dropshot-api-manager-types v0.7.2
24972026-06-26T04:10:13.882Z Checking tagptr v0.2.0
24982026-06-26T04:10:13.976Z Checking rcgen v0.12.1
24992026-06-26T04:10:14.054Z Checking moka v0.12.13
25002026-06-26T04:10:14.131Z Checking utf-8 v0.7.6
25012026-06-26T04:10:14.300Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25022026-06-26T04:10:14.335Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25032026-06-26T04:10:14.486Z Compiling libefi-sys v0.1.0
25042026-06-26T04:10:14.743Z Checking hickory-resolver v0.25.2
25052026-06-26T04:10:14.807Z Checking tungstenite v0.21.0
25062026-06-26T04:10:14.840Z Compiling bitfield-struct v0.6.2
25072026-06-26T04:10:15.116Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25082026-06-26T04:10:15.223Z Compiling radium v0.7.0
25092026-06-26T04:10:15.257Z Checking tokio-tungstenite v0.21.0
25102026-06-26T04:10:15.530Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25112026-06-26T04:10:15.533Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25122026-06-26T04:10:15.650Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-06-26T04:10:15.861Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-06-26T04:10:15.865Z Checking tap v1.0.1
25152026-06-26T04:10:16.017Z Compiling maybe-uninit v2.0.0
25162026-06-26T04:10:16.054Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25172026-06-26T04:10:16.133Z Checking wyz v0.5.1
25182026-06-26T04:10:16.375Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25192026-06-26T04:10:16.375Z Compiling zerocopy-derive v0.6.6
25202026-06-26T04:10:16.445Z Checking funty v2.0.0
25212026-06-26T04:10:16.480Z Checking crc-catalog v2.4.0
25222026-06-26T04:10:16.512Z Compiling packed_struct v0.10.1
25232026-06-26T04:10:16.601Z Checking crc v3.4.0
25242026-06-26T04:10:16.786Z Checking bitvec v1.0.1
25252026-06-26T04:10:16.887Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25262026-06-26T04:10:16.921Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25272026-06-26T04:10:16.957Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25282026-06-26T04:10:17.084Z Compiling packed_struct_codegen v0.10.1
25292026-06-26T04:10:17.271Z Checking zerocopy v0.6.6
25302026-06-26T04:10:17.380Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25312026-06-26T04:10:17.594Z Compiling bitfield-macros v0.19.4
25322026-06-26T04:10:17.903Z Compiling indexmap v1.9.3
25332026-06-26T04:10:18.128Z Checking nodrop v0.1.14
25342026-06-26T04:10:18.131Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-06-26T04:10:18.259Z Checking array-init v0.0.4
25362026-06-26T04:10:18.290Z Checking smallvec v0.6.14
25372026-06-26T04:10:18.330Z Checking bitfield v0.19.4
25382026-06-26T04:10:18.509Z Checking hashbrown v0.12.3
25392026-06-26T04:10:18.575Z Checking serde-hex v0.1.0
25402026-06-26T04:10:18.629Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-06-26T04:10:18.857Z Checking ron v0.8.1
25422026-06-26T04:10:19.340Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25432026-06-26T04:10:19.365Z Checking hashbrown v0.13.2
25442026-06-26T04:10:19.424Z Checking crc-any v2.5.0
25452026-06-26T04:10:19.639Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-06-26T04:10:19.829Z Checking path-slash v0.1.5
25472026-06-26T04:10:19.832Z Checking object v0.30.4
25482026-06-26T04:10:19.971Z Compiling xshell-macros v0.2.7
25492026-06-26T04:10:20.124Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25502026-06-26T04:10:20.223Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25512026-06-26T04:10:20.340Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-06-26T04:10:20.381Z Checking xshell v0.2.7
25532026-06-26T04:10:20.609Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25542026-06-26T04:10:20.797Z Checking half v1.8.3
25552026-06-26T04:10:20.998Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25562026-06-26T04:10:21.036Z Checking serde_cbor v0.11.2
25572026-06-26T04:10:21.066Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-06-26T04:10:21.248Z Compiling proc-macro-error-attr2 v2.0.0
25592026-06-26T04:10:21.444Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25602026-06-26T04:10:21.667Z Compiling num-derive v0.3.3
25612026-06-26T04:10:21.699Z Compiling proc-macro-error2 v2.0.1
25622026-06-26T04:10:21.866Z Checking papergrid v0.17.0
25632026-06-26T04:10:22.003Z Checking testing_table v0.3.0
25642026-06-26T04:10:22.043Z Compiling tabled_derive v0.11.0
25652026-06-26T04:10:22.125Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25662026-06-26T04:10:22.460Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25672026-06-26T04:10:22.598Z Checking libscf-sys v1.1.0
25682026-06-26T04:10:22.657Z Compiling progenitor-impl v0.13.0
25692026-06-26T04:10:22.695Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25702026-06-26T04:10:22.759Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25712026-06-26T04:10:22.991Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25722026-06-26T04:10:23.219Z Checking maplit v1.0.2
25732026-06-26T04:10:23.252Z Checking tabled v0.20.0
25742026-06-26T04:10:23.477Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25752026-06-26T04:10:23.511Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-06-26T04:10:23.882Z Checking progenitor-client v0.13.0
25772026-06-26T04:10:24.164Z Compiling git-stub v1.0.0
25782026-06-26T04:10:24.367Z Compiling git-stub-vcs v0.1.0
25792026-06-26T04:10:24.425Z Checking crc8 v0.1.1
25802026-06-26T04:10:24.461Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25812026-06-26T04:10:24.558Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25822026-06-26T04:10:24.750Z Checking fxhash v0.2.1
25832026-06-26T04:10:24.906Z Checking unicase v2.9.0
25842026-06-26T04:10:24.989Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25852026-06-26T04:10:25.103Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25862026-06-26T04:10:25.134Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-06-26T04:10:25.356Z Compiling vergen-lib v0.1.6
25882026-06-26T04:10:25.389Z Compiling progenitor-macro v0.13.0
25892026-06-26T04:10:25.451Z Compiling diesel_derives v2.3.7
25902026-06-26T04:10:25.546Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25912026-06-26T04:10:25.580Z Checking scheduled-thread-pool v0.2.7
25922026-06-26T04:10:25.708Z Compiling dsl_auto_type v0.2.0
25932026-06-26T04:10:25.735Z Compiling vergen-gitcl v1.0.8
25942026-06-26T04:10:25.767Z Compiling diesel_table_macro_syntax v0.3.0
25952026-06-26T04:10:25.800Z Checking r2d2 v0.8.10
25962026-06-26T04:10:26.013Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25972026-06-26T04:10:26.013Z Checking downcast-rs v2.0.2
25982026-06-26T04:10:26.078Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25992026-06-26T04:10:26.108Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-06-26T04:10:26.167Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26012026-06-26T04:10:26.376Z Checking kstat-rs v0.2.4
26022026-06-26T04:10:26.410Z Checking arc-swap v1.8.2
26032026-06-26T04:10:26.674Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-06-26T04:10:26.706Z Checking slog-scope v4.4.1
26052026-06-26T04:10:26.869Z Compiling parking_lot_core v0.8.6
26062026-06-26T04:10:26.903Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26072026-06-26T04:10:26.906Z Checking slog-stdlog v4.1.1
26082026-06-26T04:10:26.966Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26092026-06-26T04:10:27.000Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26102026-06-26T04:10:27.086Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26112026-06-26T04:10:27.351Z Checking slog-envlogger v2.2.0
26122026-06-26T04:10:27.418Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26132026-06-26T04:10:27.535Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26142026-06-26T04:10:27.791Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26152026-06-26T04:10:27.856Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26162026-06-26T04:10:27.904Z Compiling dirs-sys-next v0.1.2
26172026-06-26T04:10:28.027Z Compiling crunchy v0.2.4
26182026-06-26T04:10:28.091Z Compiling dirs-next v2.0.0
26192026-06-26T04:10:28.218Z Checking parking_lot v0.11.2
26202026-06-26T04:10:28.249Z Compiling clang-sys v1.8.1
26212026-06-26T04:10:28.283Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26222026-06-26T04:10:28.359Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26232026-06-26T04:10:28.447Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26242026-06-26T04:10:28.607Z Checking prefix-trie v0.7.0
26252026-06-26T04:10:28.638Z Compiling tiny-keccak v2.0.2
26262026-06-26T04:10:28.965Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26272026-06-26T04:10:28.998Z Checking sled v0.34.7
26282026-06-26T04:10:29.062Z Checking hickory-server v0.25.2
26292026-06-26T04:10:29.129Z Compiling term v0.7.0
26302026-06-26T04:10:29.233Z Checking nanorand v0.7.0
26312026-06-26T04:10:29.441Z Compiling salty v0.3.0
26322026-06-26T04:10:29.592Z Compiling bit-vec v0.6.3
26332026-06-26T04:10:29.740Z Checking flume v0.11.1
26342026-06-26T04:10:29.783Z Compiling bit-set v0.5.3
26352026-06-26T04:10:29.841Z Compiling ascii-canvas v3.0.0
26362026-06-26T04:10:30.015Z Checking primeorder v0.13.6
26372026-06-26T04:10:30.116Z Compiling itertools v0.10.5
26382026-06-26T04:10:30.297Z Compiling ena v0.14.4
26392026-06-26T04:10:30.330Z Compiling libloading v0.8.9
26402026-06-26T04:10:30.363Z Checking progenitor v0.13.0
26412026-06-26T04:10:30.367Z Compiling regex-syntax v0.6.29
26422026-06-26T04:10:30.430Z Compiling diff v0.1.13
26432026-06-26T04:10:30.532Z Compiling bindgen v0.71.1
26442026-06-26T04:10:30.595Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26452026-06-26T04:10:31.205Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26462026-06-26T04:10:31.507Z Compiling cexpr v0.6.0
26472026-06-26T04:10:31.636Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26482026-06-26T04:10:31.673Z Checking diesel v2.3.7
26492026-06-26T04:10:31.730Z Compiling lalrpop v0.19.12
26502026-06-26T04:10:31.984Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26512026-06-26T04:10:32.223Z Compiling fs-err v2.11.0
26522026-06-26T04:10:32.315Z Compiling rustc-hash v2.1.1
26532026-06-26T04:10:32.477Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-06-26T04:10:32.574Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26552026-06-26T04:10:32.723Z Compiling libxml v0.3.3
26562026-06-26T04:10:33.055Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26572026-06-26T04:10:33.230Z Checking p384 v0.13.1
26582026-06-26T04:10:33.741Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26592026-06-26T04:10:34.129Z Compiling strum_macros v0.24.3
26602026-06-26T04:10:34.245Z Compiling indoc v1.0.9
26612026-06-26T04:10:34.723Z Checking assert_matches v1.5.0
26622026-06-26T04:10:34.832Z Checking parse-size v1.1.0
26632026-06-26T04:10:34.993Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26642026-06-26T04:10:35.622Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26652026-06-26T04:10:35.844Z Checking quick-xml v0.37.5
26662026-06-26T04:10:35.875Z Checking derive_builder v0.20.2
26672026-06-26T04:10:36.026Z Compiling oso-derive v0.27.3
26682026-06-26T04:10:36.109Z Compiling trait-variant v0.1.2
26692026-06-26T04:10:36.539Z Compiling impl-trait-for-tuples v0.2.3
26702026-06-26T04:10:36.687Z Checking openssl-probe v0.1.6
26712026-06-26T04:10:36.747Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26722026-06-26T04:10:36.874Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26732026-06-26T04:10:37.136Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-06-26T04:10:37.498Z Checking predicates-tree v1.0.13
26752026-06-26T04:10:37.571Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26762026-06-26T04:10:37.843Z Checking http-range v0.1.5
26772026-06-26T04:10:37.890Z Compiling mime_guess v2.0.5
26782026-06-26T04:10:38.006Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26792026-06-26T04:10:38.107Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26802026-06-26T04:10:38.143Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-06-26T04:10:38.371Z Checking bb8 v0.8.6
26822026-06-26T04:10:38.430Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26832026-06-26T04:10:38.464Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
26842026-06-26T04:10:38.544Z Checking atty v0.2.14
26852026-06-26T04:10:38.657Z Checking corncobs v0.1.4
26862026-06-26T04:10:38.743Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-06-26T04:10:38.855Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26882026-06-26T04:10:38.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-06-26T04:10:39.079Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26902026-06-26T04:10:39.122Z Checking ignore v0.4.25
26912026-06-26T04:10:39.155Z Checking secrecy v0.8.0
26922026-06-26T04:10:39.232Z Checking hyper-staticfile v0.10.1
26932026-06-26T04:10:39.567Z Checking globwalk v0.9.1
26942026-06-26T04:10:39.571Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
26952026-06-26T04:10:39.712Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
26962026-06-26T04:10:39.789Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
26972026-06-26T04:10:39.936Z Checking nonempty v0.12.0
26982026-06-26T04:10:39.970Z Compiling illumos-nvpair-sys v0.2.0
26992026-06-26T04:10:40.136Z Checking camino-tempfile-ext v0.3.3
27002026-06-26T04:10:40.241Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27012026-06-26T04:10:40.245Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27022026-06-26T04:10:40.363Z Checking signal-hook-tokio v0.3.1
27032026-06-26T04:10:40.396Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27042026-06-26T04:10:40.668Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27052026-06-26T04:10:40.702Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27062026-06-26T04:10:41.090Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27072026-06-26T04:10:41.117Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27082026-06-26T04:10:41.431Z Checking illumos-nvpair v0.3.0
27092026-06-26T04:10:41.514Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27102026-06-26T04:10:41.589Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-06-26T04:10:41.628Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27122026-06-26T04:10:41.659Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-06-26T04:10:41.907Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27142026-06-26T04:10:41.941Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27152026-06-26T04:10:42.375Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27162026-06-26T04:10:42.650Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27172026-06-26T04:10:43.039Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27182026-06-26T04:10:43.249Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
27192026-06-26T04:10:43.470Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27202026-06-26T04:10:43.588Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27212026-06-26T04:10:43.710Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-06-26T04:10:44.210Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27232026-06-26T04:10:44.461Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27242026-06-26T04:10:44.659Z Checking tungstenite v0.23.0
27252026-06-26T04:10:44.748Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27262026-06-26T04:10:44.885Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-06-26T04:10:45.121Z Checking tokio-tungstenite v0.23.1
27282026-06-26T04:10:45.303Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27292026-06-26T04:10:45.339Z Checking rand_seeder v0.4.0
27302026-06-26T04:10:45.428Z Checking void v1.0.2
27312026-06-26T04:10:45.520Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27322026-06-26T04:10:45.575Z Checking lzss v0.8.2
27332026-06-26T04:10:45.683Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27342026-06-26T04:10:45.718Z Checking nix v0.27.1
27352026-06-26T04:10:45.801Z Checking serde_bytes v0.11.19
27362026-06-26T04:10:45.959Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27372026-06-26T04:10:45.994Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27382026-06-26T04:10:46.060Z Checking diesel-dtrace v0.5.0
27392026-06-26T04:10:46.162Z Checking async-bb8-diesel v0.2.1
27402026-06-26T04:10:46.252Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27412026-06-26T04:10:46.547Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27422026-06-26T04:10:46.708Z Checking is_ci v1.2.0
27432026-06-26T04:10:46.844Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27442026-06-26T04:10:47.152Z Checking yansi v1.0.1
27452026-06-26T04:10:47.255Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27462026-06-26T04:10:47.459Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27472026-06-26T04:10:47.519Z Checking pretty_assertions v1.4.1
27482026-06-26T04:10:47.663Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27492026-06-26T04:10:47.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27502026-06-26T04:10:47.771Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27512026-06-26T04:10:48.034Z Compiling darling_core v0.23.0
27522026-06-26T04:10:48.864Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27532026-06-26T04:10:49.286Z Compiling indoc v2.0.7
27542026-06-26T04:10:49.322Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27552026-06-26T04:10:49.560Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-26T04:10:49.787Z Compiling libz-sys v1.1.24
27572026-06-26T04:10:49.983Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27582026-06-26T04:10:50.197Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-26T04:10:50.370Z Compiling instability v0.3.11
27602026-06-26T04:10:50.497Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-26T04:10:50.614Z Compiling darling_macro v0.23.0
27622026-06-26T04:10:50.734Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-06-26T04:10:50.767Z Checking castaway v0.2.4
27642026-06-26T04:10:50.909Z Checking compact_str v0.8.1
27652026-06-26T04:10:51.160Z Compiling darling v0.23.0
27662026-06-26T04:10:51.319Z Checking supports-color v3.0.2
27672026-06-26T04:10:51.484Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27682026-06-26T04:10:51.707Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27692026-06-26T04:10:51.757Z Checking unicode-truncate v1.1.0
27702026-06-26T04:10:51.936Z Checking console v0.16.2
27712026-06-26T04:10:51.971Z Checking lru v0.12.5
27722026-06-26T04:10:52.029Z Compiling libgit2-sys v0.18.3+1.9.2
27732026-06-26T04:10:52.160Z Checking cassowary v0.3.0
27742026-06-26T04:10:52.270Z Checking unit-prefix v0.5.2
27752026-06-26T04:10:52.429Z Checking ratatui v0.29.0
27762026-06-26T04:10:52.462Z Checking indicatif v0.18.4
27772026-06-26T04:10:52.541Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27782026-06-26T04:10:52.877Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-06-26T04:10:53.126Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27802026-06-26T04:10:53.825Z Compiling vergen-git2 v9.1.0
27812026-06-26T04:10:53.860Z Checking plotters-backend v0.3.7
27822026-06-26T04:10:54.099Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27832026-06-26T04:10:54.144Z Checking plotters-svg v0.3.7
27842026-06-26T04:10:54.315Z Checking cast v0.3.0
27852026-06-26T04:10:54.350Z Compiling rustls v0.21.12
27862026-06-26T04:10:54.504Z Checking criterion-plot v0.6.0
27872026-06-26T04:10:54.659Z Checking plotters v0.3.7
27882026-06-26T04:10:54.784Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-06-26T04:10:54.876Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27902026-06-26T04:10:55.102Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27912026-06-26T04:10:55.340Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27922026-06-26T04:10:55.431Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27932026-06-26T04:10:55.562Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27942026-06-26T04:10:55.654Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
27952026-06-26T04:10:55.802Z Checking colored v2.2.0
27962026-06-26T04:10:55.805Z Checking sct v0.7.1
27972026-06-26T04:10:56.006Z Checking rustls-webpki v0.101.7
27982026-06-26T04:10:56.040Z Checking tinytemplate v1.2.1
27992026-06-26T04:10:56.295Z Checking anes v0.1.6
28002026-06-26T04:10:56.338Z Checking shell-words v1.1.1
28012026-06-26T04:10:56.390Z Checking oorandom v11.1.5
28022026-06-26T04:10:56.563Z Checking criterion v0.7.0
28032026-06-26T04:10:56.607Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-06-26T04:10:57.945Z Checking typeid v1.0.3
28052026-06-26T04:10:57.978Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28062026-06-26T04:10:58.080Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28072026-06-26T04:10:58.737Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28082026-06-26T04:10:59.578Z Checking tokio-test v0.4.5
28092026-06-26T04:10:59.818Z Checking hex-literal v0.4.1
28102026-06-26T04:10:59.952Z Checking erased-serde v0.4.9
28112026-06-26T04:11:00.350Z Checking tokio-rustls v0.24.1
28122026-06-26T04:11:00.588Z Checking rustls-pemfile v1.0.4
28132026-06-26T04:11:00.776Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28142026-06-26T04:11:00.991Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28152026-06-26T04:11:01.399Z Checking twox-hash v2.1.2
28162026-06-26T04:11:01.442Z Checking ordered-float v2.10.1
28172026-06-26T04:11:01.710Z Checking serde-value v0.7.0
28182026-06-26T04:11:01.787Z Checking serde-untagged v0.1.9
28192026-06-26T04:11:01.959Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28202026-06-26T04:11:02.015Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-26T04:11:02.167Z Checking fatfs v0.3.6
28222026-06-26T04:11:02.653Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28232026-06-26T04:11:03.026Z Compiling seq-macro v0.3.6
28242026-06-26T04:11:03.125Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-26T04:11:03.309Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-06-26T04:11:03.559Z Checking unicode-xid v0.2.6
28272026-06-26T04:11:03.711Z Checking cargo-util-schemas v0.8.2
28282026-06-26T04:11:04.032Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28292026-06-26T04:11:04.626Z Checking cargo-platform v0.2.0
28302026-06-26T04:11:04.668Z Compiling petname v2.0.2
28312026-06-26T04:11:04.844Z Checking cargo_metadata v0.21.0
28322026-06-26T04:11:05.049Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28332026-06-26T04:11:05.345Z Checking concurrent-queue v2.5.0
28342026-06-26T04:11:05.565Z Checking rtoolbox v0.0.3
28352026-06-26T04:11:05.639Z Checking parking v2.2.1
28362026-06-26T04:11:05.728Z Checking rpassword v7.4.0
28372026-06-26T04:11:05.790Z Checking event-listener v5.4.1
28382026-06-26T04:11:06.042Z Checking tui-tree-widget v0.23.1
28392026-06-26T04:11:06.266Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28402026-06-26T04:11:06.300Z Checking polyval v0.6.2
28412026-06-26T04:11:06.461Z Checking sapling-renderdag v0.1.0
28422026-06-26T04:11:06.496Z Checking sync-ptr v0.1.4
28432026-06-26T04:11:06.642Z Checking ghash v0.5.1
28442026-06-26T04:11:06.735Z Checking event-listener-strategy v0.5.4
28452026-06-26T04:11:06.794Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28462026-06-26T04:11:06.903Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28472026-06-26T04:11:07.131Z Checking ctr v0.9.2
28482026-06-26T04:11:07.338Z Checking arrayref v0.3.9
28492026-06-26T04:11:07.444Z Checking futures-timer v3.0.3
28502026-06-26T04:11:07.482Z Checking constant_time_eq v0.4.2
28512026-06-26T04:11:07.655Z Checking arrayvec v0.7.6
28522026-06-26T04:11:07.659Z Checking aes-gcm v0.10.3
28532026-06-26T04:11:07.871Z Checking async-lock v3.4.2
28542026-06-26T04:11:07.947Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28552026-06-26T04:11:08.320Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-06-26T04:11:08.586Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28572026-06-26T04:11:08.955Z Checking ssh-encoding v0.2.0
28582026-06-26T04:11:09.187Z Checking blowfish v0.9.1
28592026-06-26T04:11:09.372Z Compiling strsim v0.10.0
28602026-06-26T04:11:09.605Z Compiling darling_core v0.13.4
28612026-06-26T04:11:09.729Z Checking bcrypt-pbkdf v0.10.0
28622026-06-26T04:11:09.923Z Checking ssh-cipher v0.2.0
28632026-06-26T04:11:10.135Z Checking async-object-pool v0.2.0
28642026-06-26T04:11:10.276Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-06-26T04:11:10.688Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28662026-06-26T04:11:11.359Z Checking serde_regex v1.1.0
28672026-06-26T04:11:11.442Z Checking password-hash v0.4.2
28682026-06-26T04:11:11.499Z Checking assert-json-diff v2.0.2
28692026-06-26T04:11:11.547Z Checking path-tree v0.8.3
28702026-06-26T04:11:11.691Z Compiling target-lexicon v0.13.3
28712026-06-26T04:11:11.721Z Checking gimli v0.32.3
28722026-06-26T04:11:11.760Z Checking stringmetrics v2.2.2
28732026-06-26T04:11:11.940Z Checking httpmock v0.8.3
28742026-06-26T04:11:12.262Z Checking pbkdf2 v0.11.0
28752026-06-26T04:11:12.467Z Compiling darling_macro v0.13.4
28762026-06-26T04:11:12.977Z Checking ssh-key v0.6.7
28772026-06-26T04:11:13.300Z Checking addr2line v0.25.1
28782026-06-26T04:11:13.393Z Compiling samael v0.0.19
28792026-06-26T04:11:13.708Z Checking p256 v0.13.2
28802026-06-26T04:11:13.992Z Checking p521 v0.13.3
28812026-06-26T04:11:14.229Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28822026-06-26T04:11:14.497Z Checking russh-cryptovec v0.7.3
28832026-06-26T04:11:14.642Z Checking md5 v0.7.0
28842026-06-26T04:11:14.677Z Checking rustc-demangle v0.1.27
28852026-06-26T04:11:14.849Z Compiling guppy-workspace-hack v0.1.0
28862026-06-26T04:11:14.932Z Checking backtrace v0.3.76
28872026-06-26T04:11:15.109Z Checking russh-keys v0.45.0
28882026-06-26T04:11:15.270Z Compiling darling v0.13.4
28892026-06-26T04:11:15.511Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
28902026-06-26T04:11:15.648Z Checking num-bigint v0.4.6
28912026-06-26T04:11:15.737Z Checking des v0.8.1
28922026-06-26T04:11:15.918Z Compiling blake3 v1.8.5
28932026-06-26T04:11:15.950Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28942026-06-26T04:11:16.312Z Compiling target-spec v3.5.7
28952026-06-26T04:11:16.390Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
28962026-06-26T04:11:16.653Z Checking russh v0.45.0
28972026-06-26T04:11:17.207Z Checking cfg-expr v0.20.6
28982026-06-26T04:11:17.252Z Compiling serde_with_macros v1.5.2
28992026-06-26T04:11:17.620Z Checking backtrace-ext v0.2.1
29002026-06-26T04:11:17.869Z Checking supports-color v2.1.0
29012026-06-26T04:11:18.037Z Checking textwrap v0.15.2
29022026-06-26T04:11:18.115Z Checking supports-unicode v2.1.0
29032026-06-26T04:11:18.261Z Checking supports-hyperlinks v2.1.0
29042026-06-26T04:11:18.294Z Checking hashbrown v0.14.5
29052026-06-26T04:11:18.408Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29062026-06-26T04:11:18.478Z Checking cargo-platform v0.3.2
29072026-06-26T04:11:18.620Z Checking terminal_size v0.1.17
29082026-06-26T04:11:18.653Z Compiling miette-derive v5.10.0
29092026-06-26T04:11:18.762Z Checking internet-checksum v0.2.1
29102026-06-26T04:11:18.831Z Checking owo-colors v3.5.0
29112026-06-26T04:11:18.911Z Checking chumsky v0.9.3
29122026-06-26T04:11:19.401Z Checking cargo_metadata v0.23.1
29132026-06-26T04:11:19.680Z Compiling git2 v0.20.4
29142026-06-26T04:11:19.838Z Checking miette v5.10.0
29152026-06-26T04:11:20.013Z Compiling serde_with v1.14.0
29162026-06-26T04:11:20.347Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29172026-06-26T04:11:20.526Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29182026-06-26T04:11:20.576Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29192026-06-26T04:11:20.918Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29202026-06-26T04:11:21.136Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29212026-06-26T04:11:21.179Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29222026-06-26T04:11:21.345Z Compiling knuffel-derive v3.2.0
29232026-06-26T04:11:21.381Z Checking httptest v0.16.4
29242026-06-26T04:11:21.412Z Checking pathdiff v0.2.3
29252026-06-26T04:11:21.552Z Checking topological-sort v0.2.2
29262026-06-26T04:11:21.719Z Checking nested v0.1.1
29272026-06-26T04:11:21.782Z Checking omicron-zone-package v0.12.2
29282026-06-26T04:11:22.067Z Checking guppy v0.17.25
29292026-06-26T04:11:22.512Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29302026-06-26T04:11:22.727Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29312026-06-26T04:11:22.884Z Checking knuffel v3.2.0
29322026-06-26T04:11:22.999Z Checking similar-asserts v1.7.0
29332026-06-26T04:11:23.051Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29342026-06-26T04:11:23.083Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29352026-06-26T04:11:23.182Z Compiling target-triple v1.0.0
29362026-06-26T04:11:23.247Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29372026-06-26T04:11:23.542Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29382026-06-26T04:11:23.574Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29392026-06-26T04:11:24.155Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29402026-06-26T04:11:24.216Z Checking hickory-client v0.25.2
29412026-06-26T04:11:24.383Z Compiling assert_cmd v2.1.2
29422026-06-26T04:11:24.535Z Checking escape8259 v0.5.3
29432026-06-26T04:11:24.708Z Checking libtest-mimic v0.8.1
29442026-06-26T04:11:25.101Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29452026-06-26T04:11:25.172Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29462026-06-26T04:11:25.240Z Checking blake2b_simd v1.0.4
29472026-06-26T04:11:25.695Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29482026-06-26T04:11:25.893Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29492026-06-26T04:11:26.115Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29502026-06-26T04:11:26.317Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29512026-06-26T04:11:26.354Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29522026-06-26T04:11:26.559Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29532026-06-26T04:11:26.766Z Checking fancy-regex v0.14.0
29542026-06-26T04:11:26.998Z Checking serde_tokenstream v0.2.3
29552026-06-26T04:11:27.178Z Checking approx v0.5.1
29562026-06-26T04:11:27.264Z Checking uzers v0.12.2
29572026-06-26T04:11:27.344Z Compiling rstest_macros v0.25.0
29582026-06-26T04:11:27.509Z Compiling linkme-impl v0.3.35
29592026-06-26T04:11:27.663Z Checking termcolor v1.4.1
29602026-06-26T04:11:27.829Z Checking constant_time_eq v0.3.1
29612026-06-26T04:11:27.927Z Checking trybuild v1.0.116
29622026-06-26T04:11:27.966Z Checking rust-argon2 v2.1.0
29632026-06-26T04:11:28.426Z Checking datatest-stable v0.3.3
29642026-06-26T04:11:28.871Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29652026-06-26T04:11:29.166Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29662026-06-26T04:11:29.232Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29672026-06-26T04:11:29.991Z Compiling polar-core v0.27.3
29682026-06-26T04:11:30.029Z Checking support-bundle-viewer v0.1.2
29692026-06-26T04:11:30.117Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29702026-06-26T04:11:30.299Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29712026-06-26T04:11:30.344Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29722026-06-26T04:11:30.413Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29732026-06-26T04:11:30.535Z Checking drift v0.2.0
29742026-06-26T04:11:30.574Z Checking rand_distr v0.5.1
29752026-06-26T04:11:30.648Z Checking multimap v0.10.1
29762026-06-26T04:11:30.851Z Compiling relative-path v1.9.3
29772026-06-26T04:11:30.928Z Compiling linkme v0.3.35
29782026-06-26T04:11:31.012Z Checking dropshot-api-manager v0.7.2
29792026-06-26T04:11:32.196Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-06-26T04:11:32.634Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29812026-06-26T04:11:32.938Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29822026-06-26T04:11:33.091Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29832026-06-26T04:11:33.331Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29842026-06-26T04:11:33.396Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29852026-06-26T04:11:33.548Z Checking cargo_toml v0.21.0
29862026-06-26T04:11:33.889Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29872026-06-26T04:11:34.120Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29882026-06-26T04:11:34.417Z Checking partial-io v0.5.4
29892026-06-26T04:11:34.573Z Checking termios v0.3.3
29902026-06-26T04:11:34.606Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
29912026-06-26T04:11:34.689Z Checking rstest v0.25.0
29922026-06-26T04:11:34.728Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
29932026-06-26T04:11:34.966Z Checking oso v0.27.3
29942026-06-26T04:11:36.654Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
29952026-06-26T04:11:36.885Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29962026-06-26T04:11:39.957Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
29972026-06-26T04:11:45.114Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29982026-06-26T04:11:47.861Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
29992026-06-26T04:11:47.945Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30002026-06-26T04:11:49.263Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30012026-06-26T04:11:54.640Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30022026-06-26T04:12:00.072Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30032026-06-26T04:12:02.850Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-06-26T04:12:03.837Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30052026-06-26T04:12:04.840Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30062026-06-26T04:12:10.193Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30072026-06-26T04:12:14.891Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30082026-06-26T04:13:32.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s
30092026-06-26T04:13:32.972Z
30102026-06-26T04:13:32.975Zreal 4:12.133496012
30112026-06-26T04:13:32.975Zuser 21:19.090027661
30122026-06-26T04:13:32.975Zsys 4:55.142885799
30132026-06-26T04:13:32.975Ztrap 0.525013568
30142026-06-26T04:13:32.975Ztflt 0.500696604
30152026-06-26T04:13:32.975Zdflt 0.508017484
30162026-06-26T04:13:32.975Zkflt 0.004887892
30172026-06-26T04:13:32.975Zlock 58:45.964429656
30182026-06-26T04:13:32.975Zslp 58:28.749450519
30192026-06-26T04:13:32.975Zlat 1:49.146314105
30202026-06-26T04:13:32.975Zstop 10:48.057544697
30212026-06-26T04:13:32.976Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30222026-06-26T04:13:32.976Z+ ptime -m cargo doc --workspace --no-deps
30232026-06-26T04:13:33.781Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30242026-06-26T04:13:33.781Z |
30252026-06-26T04:13:33.781Z = 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)`
30262026-06-26T04:13:33.781Z = 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>
30272026-06-26T04:13:34.791Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-26T04:13:35.020Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-06-26T04:13:35.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30302026-06-26T04:13:35.127Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-06-26T04:13:35.186Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30322026-06-26T04:13:35.276Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30332026-06-26T04:13:35.300Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30342026-06-26T04:13:35.328Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30352026-06-26T04:13:35.357Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-06-26T04:13:35.389Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-06-26T04:13:35.472Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30382026-06-26T04:13:35.581Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30392026-06-26T04:13:35.605Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30402026-06-26T04:13:35.669Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30412026-06-26T04:13:35.695Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30422026-06-26T04:13:35.715Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30432026-06-26T04:13:35.736Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30442026-06-26T04:13:35.757Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30452026-06-26T04:13:35.779Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-06-26T04:13:35.782Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-06-26T04:13:35.859Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-06-26T04:13:36.134Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30492026-06-26T04:13:36.455Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30502026-06-26T04:13:36.479Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30512026-06-26T04:13:36.595Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30522026-06-26T04:13:36.618Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30532026-06-26T04:13:36.642Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30542026-06-26T04:13:36.865Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30552026-06-26T04:13:36.894Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30562026-06-26T04:13:37.047Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30572026-06-26T04:13:37.085Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30582026-06-26T04:13:37.137Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30592026-06-26T04:13:37.224Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30602026-06-26T04:13:37.276Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30612026-06-26T04:13:37.305Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30622026-06-26T04:13:37.361Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30632026-06-26T04:13:37.500Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30642026-06-26T04:13:37.523Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30652026-06-26T04:13:37.751Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30662026-06-26T04:13:37.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30672026-06-26T04:13:38.104Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30682026-06-26T04:13:38.129Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30692026-06-26T04:13:38.333Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30702026-06-26T04:13:38.399Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30712026-06-26T04:13:38.430Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30722026-06-26T04:13:38.502Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30732026-06-26T04:13:38.606Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30742026-06-26T04:13:38.661Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30752026-06-26T04:13:38.686Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30762026-06-26T04:13:38.779Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30772026-06-26T04:13:38.836Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30782026-06-26T04:13:38.907Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30792026-06-26T04:13:38.931Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
30802026-06-26T04:13:39.009Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
30812026-06-26T04:13:39.065Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30822026-06-26T04:13:39.126Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30832026-06-26T04:13:39.149Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30842026-06-26T04:13:39.175Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30852026-06-26T04:13:39.202Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30862026-06-26T04:13:39.258Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30872026-06-26T04:13:39.321Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30882026-06-26T04:13:39.346Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30892026-06-26T04:13:39.621Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30902026-06-26T04:13:39.718Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30912026-06-26T04:13:39.889Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30922026-06-26T04:13:39.999Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30932026-06-26T04:13:40.322Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30942026-06-26T04:13:40.480Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30952026-06-26T04:13:40.742Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30962026-06-26T04:13:40.786Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
30972026-06-26T04:13:40.809Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30982026-06-26T04:13:40.809Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30992026-06-26T04:13:41.021Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31002026-06-26T04:13:41.048Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31012026-06-26T04:13:41.110Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31022026-06-26T04:13:41.194Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31032026-06-26T04:13:41.629Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31042026-06-26T04:13:42.257Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31052026-06-26T04:13:42.281Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31062026-06-26T04:13:42.302Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31072026-06-26T04:13:42.352Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31082026-06-26T04:13:42.600Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31092026-06-26T04:13:42.623Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31102026-06-26T04:13:42.654Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31112026-06-26T04:13:42.856Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31122026-06-26T04:13:42.878Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31132026-06-26T04:13:43.029Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31142026-06-26T04:13:43.075Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31152026-06-26T04:13:43.104Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31162026-06-26T04:13:43.208Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31172026-06-26T04:13:43.251Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31182026-06-26T04:13:43.298Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31192026-06-26T04:13:43.340Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31202026-06-26T04:13:43.368Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31212026-06-26T04:13:43.412Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31222026-06-26T04:13:43.531Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31232026-06-26T04:13:43.576Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31242026-06-26T04:13:43.617Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252026-06-26T04:13:43.620Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31262026-06-26T04:13:43.659Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31272026-06-26T04:13:43.678Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31282026-06-26T04:13:43.764Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31292026-06-26T04:13:43.852Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31302026-06-26T04:13:43.874Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31312026-06-26T04:13:43.937Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31322026-06-26T04:13:44.046Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31332026-06-26T04:13:44.177Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31342026-06-26T04:13:44.217Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31352026-06-26T04:13:44.240Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31362026-06-26T04:13:44.698Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31372026-06-26T04:13:44.810Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31382026-06-26T04:13:44.950Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31392026-06-26T04:13:45.627Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31402026-06-26T04:13:45.737Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31412026-06-26T04:13:45.833Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31422026-06-26T04:13:46.499Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31432026-06-26T04:13:46.525Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31442026-06-26T04:13:47.135Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31452026-06-26T04:13:47.957Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31462026-06-26T04:13:48.563Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-06-26T04:13:48.587Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31482026-06-26T04:13:48.943Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31492026-06-26T04:13:49.232Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-06-26T04:13:49.255Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-06-26T04:13:49.415Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-06-26T04:13:49.953Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31532026-06-26T04:13:50.028Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31542026-06-26T04:13:50.168Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31552026-06-26T04:13:50.343Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31562026-06-26T04:13:50.423Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31572026-06-26T04:13:50.896Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-06-26T04:13:50.987Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-06-26T04:13:51.237Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31602026-06-26T04:13:51.401Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-06-26T04:13:51.424Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31622026-06-26T04:13:51.904Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-06-26T04:13:52.148Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-06-26T04:13:52.353Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31652026-06-26T04:13:52.356Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31662026-06-26T04:13:52.938Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-06-26T04:13:53.114Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-06-26T04:13:53.526Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31692026-06-26T04:13:54.137Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-06-26T04:13:54.482Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-06-26T04:13:55.148Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31722026-06-26T04:13:55.737Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31732026-06-26T04:13:55.818Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31742026-06-26T04:13:56.224Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31752026-06-26T04:13:56.718Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31762026-06-26T04:13:57.163Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-06-26T04:13:57.415Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-06-26T04:13:58.253Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-06-26T04:13:59.344Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-06-26T04:14:00.014Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31812026-06-26T04:14:00.064Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31822026-06-26T04:14:00.673Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31832026-06-26T04:14:02.788Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31842026-06-26T04:14:03.652Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31852026-06-26T04:14:03.929Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-06-26T04:14:04.019Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31872026-06-26T04:14:04.465Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-06-26T04:14:04.697Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892026-06-26T04:14:06.100Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31902026-06-26T04:14:06.278Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31912026-06-26T04:14:06.500Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31922026-06-26T04:14:07.183Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31932026-06-26T04:14:07.714Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31942026-06-26T04:14:07.913Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31952026-06-26T04:14:07.917Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31962026-06-26T04:14:08.238Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31972026-06-26T04:14:08.361Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31982026-06-26T04:14:08.502Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31992026-06-26T04:14:08.612Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-06-26T04:14:09.106Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32012026-06-26T04:14:09.522Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-06-26T04:14:09.707Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32032026-06-26T04:14:09.815Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32042026-06-26T04:14:10.219Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32052026-06-26T04:14:10.275Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32062026-06-26T04:14:10.505Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32072026-06-26T04:14:10.694Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32082026-06-26T04:14:11.412Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32092026-06-26T04:14:11.442Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32102026-06-26T04:14:12.721Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32112026-06-26T04:14:13.104Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32122026-06-26T04:14:14.772Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32132026-06-26T04:14:16.195Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32142026-06-26T04:14:16.821Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32152026-06-26T04:14:17.777Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32162026-06-26T04:14:19.166Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-06-26T04:14:19.842Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32182026-06-26T04:14:21.112Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32192026-06-26T04:14:21.655Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32202026-06-26T04:14:23.728Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32212026-06-26T04:14:24.403Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32222026-06-26T04:14:24.889Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32232026-06-26T04:14:27.288Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-06-26T04:14:28.037Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32252026-06-26T04:14:28.183Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32262026-06-26T04:14:28.425Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32272026-06-26T04:14:29.020Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32282026-06-26T04:14:29.624Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32292026-06-26T04:14:32.762Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32302026-06-26T04:14:35.685Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32312026-06-26T04:14:36.415Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32322026-06-26T04:14:37.662Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-06-26T04:14:38.449Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32342026-06-26T04:14:39.242Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-06-26T04:14:40.016Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32362026-06-26T04:14:42.307Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32372026-06-26T04:14:42.768Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32382026-06-26T04:14:43.176Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32392026-06-26T04:14:43.547Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32402026-06-26T04:14:44.333Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32412026-06-26T04:14:45.213Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-06-26T04:14:46.136Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32432026-06-26T04:14:49.836Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32442026-06-26T04:14:51.050Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32452026-06-26T04:14:51.749Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32462026-06-26T04:14:52.634Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32472026-06-26T04:14:53.741Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32482026-06-26T04:14:54.606Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32492026-06-26T04:14:57.315Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32502026-06-26T04:14:57.734Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32512026-06-26T04:14:58.623Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32522026-06-26T04:14:59.951Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32532026-06-26T04:15:01.143Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32542026-06-26T04:15:02.669Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32552026-06-26T04:15:03.806Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32562026-06-26T04:15:05.117Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32572026-06-26T04:15:07.699Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32582026-06-26T04:15:08.249Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32592026-06-26T04:15:09.993Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32602026-06-26T04:15:11.434Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612026-06-26T04:15:13.238Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32622026-06-26T04:15:14.820Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32632026-06-26T04:15:16.377Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-06-26T04:15:20.659Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32652026-06-26T04:15:21.214Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32662026-06-26T04:15:22.490Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32672026-06-26T04:15:22.819Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32682026-06-26T04:15:24.639Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32692026-06-26T04:15:26.470Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32702026-06-26T04:15:28.296Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32712026-06-26T04:15:30.195Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32722026-06-26T04:15:31.933Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32732026-06-26T04:15:33.613Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32742026-06-26T04:15:35.674Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-06-26T04:15:37.171Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32762026-06-26T04:15:38.892Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32772026-06-26T04:15:40.665Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32782026-06-26T04:15:42.413Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
32792026-06-26T04:15:45.998Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32802026-06-26T04:15:47.439Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32812026-06-26T04:15:49.594Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32822026-06-26T04:15:50.931Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32832026-06-26T04:15:53.241Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
32842026-06-26T04:15:56.983Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32852026-06-26T04:15:58.938Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32862026-06-26T04:16:00.751Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32872026-06-26T04:16:03.437Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32882026-06-26T04:16:04.867Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32892026-06-26T04:16:07.000Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-06-26T04:16:09.056Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32912026-06-26T04:16:11.671Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32922026-06-26T04:16:13.574Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32932026-06-26T04:16:16.153Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32942026-06-26T04:16:18.310Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32952026-06-26T04:16:20.584Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32962026-06-26T04:16:22.765Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-06-26T04:16:25.079Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-06-26T04:16:27.216Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32992026-06-26T04:16:29.512Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33002026-06-26T04:16:32.037Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33012026-06-26T04:16:34.369Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-06-26T04:16:36.123Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-06-26T04:16:38.345Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33042026-06-26T04:16:40.579Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-06-26T04:16:42.876Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-06-26T04:16:45.130Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-06-26T04:16:47.442Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-06-26T04:16:49.853Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33092026-06-26T04:16:52.154Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33102026-06-26T04:16:54.472Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33112026-06-26T04:16:56.809Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33122026-06-26T04:16:59.173Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33132026-06-26T04:17:01.508Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33142026-06-26T04:17:03.880Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-06-26T04:17:06.184Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33162026-06-26T04:17:08.969Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33172026-06-26T04:17:11.012Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-06-26T04:17:13.308Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33192026-06-26T04:17:15.706Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-06-26T04:17:18.104Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33212026-06-26T04:17:20.475Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-06-26T04:17:22.686Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-06-26T04:17:25.268Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-06-26T04:17:28.055Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33252026-06-26T04:17:30.277Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33262026-06-26T04:17:32.558Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33272026-06-26T04:17:35.106Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33282026-06-26T04:17:37.501Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33292026-06-26T04:17:39.925Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-06-26T04:17:42.506Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-06-26T04:17:44.950Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33322026-06-26T04:17:47.347Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33332026-06-26T04:17:49.850Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-06-26T04:17:52.450Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-06-26T04:17:54.940Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-06-26T04:17:57.530Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-06-26T04:18:00.191Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-06-26T04:18:02.754Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-06-26T04:18:05.281Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33402026-06-26T04:18:07.784Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33412026-06-26T04:18:10.364Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33422026-06-26T04:18:12.966Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33432026-06-26T04:18:15.626Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-06-26T04:18:18.561Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33452026-06-26T04:18:21.020Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462026-06-26T04:18:23.591Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-06-26T04:18:31.643Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33482026-06-26T04:18:31.663Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33492026-06-26T04:18:34.954Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33502026-06-26T04:18:38.250Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33512026-06-26T04:18:42.920Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-06-26T04:18:45.887Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33532026-06-26T04:18:49.435Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33542026-06-26T04:18:53.235Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33552026-06-26T04:18:56.852Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33562026-06-26T04:19:00.549Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33572026-06-26T04:19:04.327Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33582026-06-26T04:19:07.923Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-06-26T04:19:11.693Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33602026-06-26T04:19:15.331Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33612026-06-26T04:19:19.057Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33622026-06-26T04:19:22.951Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33632026-06-26T04:19:26.440Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-06-26T04:19:30.189Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33652026-06-26T04:19:33.940Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-06-26T04:19:37.622Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33672026-06-26T04:19:41.401Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33682026-06-26T04:19:45.094Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33692026-06-26T04:19:48.944Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33702026-06-26T04:19:52.575Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33712026-06-26T04:20:22.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 49s
33722026-06-26T04:20:22.303Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files
33732026-06-26T04:20:22.408Z
33742026-06-26T04:20:22.408Zreal 6:49.350582176
33752026-06-26T04:20:22.408Zuser 18:15.872774991
33762026-06-26T04:20:22.408Zsys 3:54.673864011
33772026-06-26T04:20:22.408Ztrap 0.269376419
33782026-06-26T04:20:22.408Ztflt 0.027028145
33792026-06-26T04:20:22.408Zdflt 0.064248224
33802026-06-26T04:20:22.408Zkflt 0.000055050
33812026-06-26T04:20:22.408Zlock 6:18:33.760589654
33822026-06-26T04:20:22.411Zslp 2:17:34.710024042
33832026-06-26T04:20:22.411Zlat 33.847531087
33842026-06-26T04:20:22.411Zstop 1:36.134815651
33852026-06-26T04:20:22.411Zprocess exited: duration 788596 ms, exit code 0
 
33862026-06-26T04:20:22.418Zfound 0 output files