01KWHXP4CMQXDTDAGJDVMNEZJS: clippy (helios)

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

Buildomat Job: 01KWHXQ2GR0WHWSXFMC0QA0CWX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T17:24:38.390Zjob assigned to worker 01KWHXQASDAA1BQW8EGH9SZJ40 [factory aws, i-04e2dfc3da51b4a11] (queued for 1 m 0 s)
 
22026-07-02T17:24:44.856Zstarting task 0: "setup"
32026-07-02T17:24:44.863Z++ uname -s
42026-07-02T17:24:44.863Z+ kern=SunOS
52026-07-02T17:24:44.863Z+ build_user=build
62026-07-02T17:24:44.863Z+ build_uid=12345
72026-07-02T17:24:44.864Z+ work_dir=/work
82026-07-02T17:24:44.864Z+ input_dir=/input
92026-07-02T17:24:44.864Z+ [[ 0 == 12345 ]]
102026-07-02T17:24:44.864Z+ case "$kern" in
112026-07-02T17:24:44.864Z+ groupadd -g 12345 build
122026-07-02T17:24:44.864Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T17:24:46.881Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T17:24:46.947Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T17:24:46.976Z+ home_fs=zfs
162026-07-02T17:24:46.976Z+ [[ zfs == autofs ]]
172026-07-02T17:24:46.976Z+ mkdir -p /home/build
182026-07-02T17:24:46.976Z+ chown build:build /home/build /work
192026-07-02T17:24:48.949Z+ chmod 0700 /home/build /work
202026-07-02T17:24:48.959Zprocess exited: duration 4114 ms, exit code 0
 
212026-07-02T17:24:48.975Zstarting task 1: "rust-toolchain"
222026-07-02T17:24:48.981Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T17:24:48.981Z * rust toolchain channel = "1.96.1"
242026-07-02T17:24:48.981Z * rust toolchain profile = "default"
252026-07-02T17:24:48.981Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T17:24:48.981Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T17:24:48.981Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T17:24:48.981Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T17:24:48.984Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T17:24:49.087Zinfo: downloading installer
312026-07-02T17:24:50.472Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T17:24:50.472Zwarn: /home/build/.rustup/settings.toml
332026-07-02T17:24:50.472Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T17:24:50.472Zwarn: instead of the one inferred from the default host triple.
352026-07-02T17:24:50.486Zinfo: profile set to default
362026-07-02T17:24:50.487Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T17:24:50.487Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T17:24:50.610Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T17:24:50.615Zinfo: downloading 6 components
402026-07-02T17:25:05.534Z
412026-07-02T17:25:05.534Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-02T17:25:05.571Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T17:25:05.571Z
442026-07-02T17:25:05.571Z
452026-07-02T17:25:05.571ZRust is installed now. Great!
462026-07-02T17:25:05.571Z
472026-07-02T17:25:05.571ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T17:25:05.571Zenvironment variable. This has not been done automatically.
492026-07-02T17:25:05.571Z
502026-07-02T17:25:05.571ZTo configure your current shell, you need to source
512026-07-02T17:25:05.571Zthe corresponding env file under $HOME/.cargo.
522026-07-02T17:25:05.571Z
532026-07-02T17:25:05.571ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T17:25:05.577Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T17:25:05.577Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T17:25:05.577Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T17:25:05.577Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T17:25:05.577Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T17:25:05.577Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T17:25:05.577Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T17:25:05.577Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T17:25:05.679Z+ rustup --version
632026-07-02T17:25:05.688Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T17:25:05.691Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T17:25:05.712Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T17:25:05.716Z+ cargo --version
672026-07-02T17:25:05.730Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T17:25:05.733Z+ rustc --version
692026-07-02T17:25:05.754Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T17:25:05.757Zprocess exited: duration 16783 ms, exit code 0
 
712026-07-02T17:25:05.794Zstarting task 2: "authentication"
722026-07-02T17:25:05.800Zprocess exited: duration 25 ms, exit code 0
 
732026-07-02T17:25:05.808Zstarting task 3: "clone repository"
742026-07-02T17:25:05.812Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T17:25:05.815Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T17:25:05.842ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T17:25:16.450Z+ cd /work/oxidecomputer/omicron
782026-07-02T17:25:16.450Z+ git fetch origin 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
792026-07-02T17:25:16.729ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T17:25:16.729Z * branch 5e058e9f4606e5d83434e2f9bcfdb6a01b091235 -> FETCH_HEAD
812026-07-02T17:25:16.738Z+ [[ -n eliza/multiline-comments ]]
822026-07-02T17:25:16.741Z++ git branch --show-current
832026-07-02T17:25:16.742Z+ current=main
842026-07-02T17:25:16.742Z+ [[ main != eliza/multiline-comments ]]
852026-07-02T17:25:16.742Z+ git branch -f eliza/multiline-comments 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
862026-07-02T17:25:16.745Z+ git checkout -f eliza/multiline-comments
872026-07-02T17:25:16.995ZSwitched to branch 'eliza/multiline-comments'
882026-07-02T17:25:16.998Z+ git reset --hard 5e058e9f4606e5d83434e2f9bcfdb6a01b091235
892026-07-02T17:25:17.004ZHEAD is now at 5e058e9f4 Merge branch 'main' into eliza/multiline-comments
902026-07-02T17:25:17.007Zprocess exited: duration 11197 ms, exit code 0
 
912026-07-02T17:25:17.015Zstarting task 4: "build"
922026-07-02T17:25:17.018Z+ source ./env.sh
932026-07-02T17:25:17.018Z++ OLD_SHELL_OPTS=ehxB
942026-07-02T17:25:17.018Z++ set -o xtrace
952026-07-02T17:25:17.022Z++++ dirname ./env.sh
962026-07-02T17:25:17.022Z+++ readlink -f .
972026-07-02T17:25:17.025Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-07-02T17:25:17.025Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-07-02T17:25:17.025Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-07-02T17:25:17.025Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-07-02T17:25:17.025Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1022026-07-02T17:25:17.025Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-07-02T17:25:17.025Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-02T17:25:17.025Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-02T17:25:17.025Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-07-02T17:25:17.025Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-07-02T17:25:17.025Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-07-02T17:25:17.025Z++ case $OLD_SHELL_OPTS in
1092026-07-02T17:25:17.025Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-07-02T17:25:17.025Z+ source .github/buildomat/ci-env.sh
1112026-07-02T17:25:17.025Z++ export CARGO_TERM_COLOR=always
1122026-07-02T17:25:17.025Z++ CARGO_TERM_COLOR=always
1132026-07-02T17:25:17.025Z+ cargo --version
1142026-07-02T17:25:17.033Zcargo 1.96.1 (356927216 2026-06-26)
1152026-07-02T17:25:17.038Z+ rustc --version
1162026-07-02T17:25:17.057Zrustc 1.96.1 (31fca3adb 2026-06-26)
1172026-07-02T17:25:17.062Z+ banner prerequisites
1182026-07-02T17:25:17.070Z
1192026-07-02T17:25:17.070Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-02T17:25:17.070Z # # # # # # # # # # # # # # #
1212026-07-02T17:25:17.070Z # # # # ##### # # ##### # # # # # #### #
1222026-07-02T17:25:17.070Z ##### ##### # ##### # # # # # # # # #
1232026-07-02T17:25:17.070Z # # # # # # # # # # # # # # #
1242026-07-02T17:25:17.070Z # # # ###### # # ###### ### # #### # #### #
1252026-07-02T17:25:17.070Z
1262026-07-02T17:25:17.070Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-02T17:25:18.554Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-02T17:25:18.755Z Startup: Caching catalogs ... Done
1292026-07-02T17:25:19.256ZPlanning: Solver setup ... Done (0.447s)
1302026-07-02T17:25:19.293ZPlanning: Running solver ... Done (0.027s)
1312026-07-02T17:25:19.304ZPlanning: Finding local manifests ... Done (0.003s)
1322026-07-02T17:25:19.311ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-02T17:25:19.326ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-02T17:25:19.333ZPlanning: Package planning ... Done (0.014s)
1352026-07-02T17:25:19.338ZPlanning: Merging actions ... Done (0.002s)
1362026-07-02T17:25:19.521ZPlanning: Checking for conflicting actions ... Done (0.168s)
1372026-07-02T17:25:19.528ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-02T17:25:20.297ZPlanning: Evaluating mediators ... Done (0.785s)
1392026-07-02T17:25:20.312ZPlanning: Planning completed in 1.52 seconds
1402026-07-02T17:25:20.316Z Packages to install: 2
1412026-07-02T17:25:20.316Z Estimated space available: 156.06 GB
1422026-07-02T17:25:20.316ZEstimated space to be consumed: 30.98 MB
1432026-07-02T17:25:20.316Z Create boot environment: No
1442026-07-02T17:25:20.317ZCreate backup boot environment: No
1452026-07-02T17:25:20.317Z Rebuild boot archive: No
1462026-07-02T17:25:20.317Z
1472026-07-02T17:25:20.317ZChanged packages:
1482026-07-02T17:25:20.317Zhelios
1492026-07-02T17:25:20.317Z developer/build-essential
1502026-07-02T17:25:20.317Z None -> 11-3.0
1512026-07-02T17:25:20.317Z library/libxmlsec1
1522026-07-02T17:25:20.317Z None -> 1.2.35-3.0
1532026-07-02T17:25:20.330Z
1542026-07-02T17:25:20.330ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-02T17:25:20.824ZDownload: Completed 1.28 MB in 0.48 seconds (2.6M/s)
1562026-07-02T17:25:20.882Z Actions: 1/268 actions (Installing new actions)
1572026-07-02T17:25:20.922Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-02T17:25:20.946ZFinalize: Updating package state database ... Done (0.011s)
1592026-07-02T17:25:20.947ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-02T17:25:20.976ZFinalize: Updating image state ... Done (0.029s)
1612026-07-02T17:25:23.399ZFinalize: Creating fast lookup database ... Done (2.408s)
1622026-07-02T17:25:23.468ZFinalize: Reading search index ... Done (0.012s)
1632026-07-02T17:25:23.493ZFinalize: Updating search index ... Done (0.000s)
1642026-07-02T17:25:23.554ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-02T17:25:23.872ZPlanning: Evaluating mediator changes ... Done
1662026-07-02T17:25:23.977ZPlanning: Checking for conflicting actions ... Done
1672026-07-02T17:25:23.980ZPlanning: Consolidating action changes ... Done
1682026-07-02T17:25:24.139ZPlanning: Evaluating mediators ... Done
1692026-07-02T17:25:24.142ZPlanning: Planning completed in 0.27 seconds
1702026-07-02T17:25:24.161Z Mediators to change: 2
1712026-07-02T17:25:24.161Z Create boot environment: No
1722026-07-02T17:25:24.161ZCreate backup boot environment: No
1732026-07-02T17:25:24.207ZFinalize: Updating package state database ... Done
1742026-07-02T17:25:24.207ZFinalize: Updating package cache ... Done
1752026-07-02T17:25:24.221ZFinalize: Updating image state ... Done
1762026-07-02T17:25:26.210ZFinalize: Creating fast lookup database ... Done
1772026-07-02T17:25:26.277ZFinalize: Reading search index ... Done
1782026-07-02T17:25:26.280ZFinalize: Updating search index ... Done
1792026-07-02T17:25:26.339ZFinalize: Updating package cache ... Done
1802026-07-02T17:25:26.630ZPlanning: Evaluating mediator changes ... Done
1812026-07-02T17:25:26.739ZPlanning: Checking for conflicting actions ... Done
1822026-07-02T17:25:26.744ZPlanning: Consolidating action changes ... Done
1832026-07-02T17:25:26.908ZPlanning: Evaluating mediators ... Done
1842026-07-02T17:25:26.915ZPlanning: Planning completed in 0.27 seconds
1852026-07-02T17:25:26.921Z Mediators to change: 1
1862026-07-02T17:25:26.921Z Create boot environment: No
1872026-07-02T17:25:26.921ZCreate backup boot environment: No
1882026-07-02T17:25:26.968ZFinalize: Updating package state database ... Done
1892026-07-02T17:25:26.968ZFinalize: Updating package cache ... Done
1902026-07-02T17:25:26.982ZFinalize: Updating image state ... Done
1912026-07-02T17:25:28.996ZFinalize: Creating fast lookup database ... Done
1922026-07-02T17:25:29.067ZFinalize: Reading search index ... Done
1932026-07-02T17:25:29.073ZFinalize: Updating search index ... Done
1942026-07-02T17:25:29.137ZFinalize: Updating package cache ... Done
1952026-07-02T17:25:29.451ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-02T17:25:29.451Zapache system 2.4 system
1972026-07-02T17:25:29.451Zclang system 15 system
1982026-07-02T17:25:29.451Zcsh system system illumos
1992026-07-02T17:25:29.451Zctags system system illumos
2002026-07-02T17:25:29.451Zfile vendor vendor darwinsys
2012026-07-02T17:25:29.451Zfile system system illumos
2022026-07-02T17:25:29.451Zgcc vendor 14 vendor
2032026-07-02T17:25:29.451Zgcc system 13 system
2042026-07-02T17:25:29.451Zgcc system 10 system
2052026-07-02T17:25:29.451Zgo system 1.25 system
2062026-07-02T17:25:29.451Zllvm system 15 system
2072026-07-02T17:25:29.452Zmariadb system 11.4 system
2082026-07-02T17:25:29.452Zmta vendor vendor dma
2092026-07-02T17:25:29.452Zopenjdk system 17 system
2102026-07-02T17:25:29.452Zopenjdk system 11 system
2112026-07-02T17:25:29.452Zopenssl vendor 3 vendor
2122026-07-02T17:25:29.452Zperl system 5.40 system
2132026-07-02T17:25:29.452Zpostgresql system 18 system
2142026-07-02T17:25:29.452Zpostgresql system 17 system
2152026-07-02T17:25:29.452Zpython vendor 3 vendor
2162026-07-02T17:25:29.452Zpython system 2 system
2172026-07-02T17:25:29.452Zpython3 vendor 3.13 vendor
2182026-07-02T17:25:29.452Zruby system 3.4 system
2192026-07-02T17:25:29.452Zruby system 3.0 system
2202026-07-02T17:25:29.452Zwords vendor vendor american-english
2212026-07-02T17:25:29.452Zwords system system australian-english
2222026-07-02T17:25:29.452Zwords system system british-english
2232026-07-02T17:25:29.452Zwords system system canadian-english
2242026-07-02T17:25:29.452Zwords system system french
2252026-07-02T17:25:29.452Zwords system system italian
2262026-07-02T17:25:29.452Zwords system system ngerman
2272026-07-02T17:25:29.452Zwords system system ogerman
2282026-07-02T17:25:29.452Zwords system system spanish
2292026-07-02T17:25:29.711ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-02T17:25:29.711Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-02T17:25:30.024ZFMRI IFO
2322026-07-02T17:25:30.024Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-02T17:25:30.024Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-02T17:25:30.024Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-02T17:25:30.024Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-02T17:25:30.024Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-02T17:25:30.024Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-02T17:25:30.024Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-02T17:25:30.024Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-02T17:25:30.024Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-02T17:25:30.301Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-02T17:25:30.539Z Updating crates.io index
2432026-07-02T17:25:30.542Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-02T17:25:30.766Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-02T17:25:31.057Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-02T17:25:32.131Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-02T17:25:32.643Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-02T17:25:34.255Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-02T17:25:35.008Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-02T17:25:35.331Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-02T17:25:35.615Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-02T17:25:36.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-02T17:25:37.242Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-02T17:25:37.668Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-02T17:25:37.912Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-02T17:25:38.346Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-02T17:25:38.811Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-02T17:25:39.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-02T17:25:39.420Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-02T17:25:39.728Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-02T17:25:40.012Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-02T17:25:40.437Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-02T17:25:40.658Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-02T17:25:40.968Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-02T17:25:41.455Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-02T17:25:41.864Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-02T17:25:42.562Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-02T17:25:42.961Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-02T17:25:43.271Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-07-02T17:25:43.567Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-07-02T17:25:43.853Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-07-02T17:25:44.082Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-07-02T17:25:44.440Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-07-02T17:25:45.324Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-07-02T17:25:45.588Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-07-02T17:25:45.927Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-07-02T17:25:46.149Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-07-02T17:25:46.827Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-07-02T17:25:47.051Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-07-02T17:25:47.284Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-07-02T17:25:47.594Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-07-02T17:25:48.307Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-07-02T17:25:51.181Z Downloading crates ...
2842026-07-02T17:25:51.197Z Downloaded papergrid v0.11.0
2852026-07-02T17:25:51.200Z Downloaded bitflags v2.11.0
2862026-07-02T17:25:51.206Z Downloaded block-buffer v0.10.4
2872026-07-02T17:25:51.211Z Downloaded fnv v1.0.7
2882026-07-02T17:25:51.212Z Downloaded crypto-common v0.1.7
2892026-07-02T17:25:51.212Z Downloaded anstyle-query v1.1.5
2902026-07-02T17:25:51.218Z Downloaded zmij v1.0.21
2912026-07-02T17:25:51.218Z Downloaded zerocopy-derive v0.7.35
2922026-07-02T17:25:51.224Z Downloaded fastrand v2.3.0
2932026-07-02T17:25:51.224Z Downloaded dtrace-parser v0.2.0
2942026-07-02T17:25:51.224Z Downloaded heck v0.5.0
2952026-07-02T17:25:51.224Z Downloaded dof v0.3.0
2962026-07-02T17:25:51.224Z Downloaded clap_lex v1.0.0
2972026-07-02T17:25:51.224Z Downloaded cfg-if v1.0.4
2982026-07-02T17:25:51.235Z Downloaded zerocopy v0.7.35
2992026-07-02T17:25:51.238Z Downloaded itoa v1.0.17
3002026-07-02T17:25:51.238Z Downloaded is_terminal_polyfill v1.70.2
3012026-07-02T17:25:51.238Z Downloaded heck v0.4.1
3022026-07-02T17:25:51.238Z Downloaded unicode-linebreak v0.1.5
3032026-07-02T17:25:51.238Z Downloaded equivalent v1.0.2
3042026-07-02T17:25:51.238Z Downloaded errno v0.3.14
3052026-07-02T17:25:51.241Z Downloaded cpufeatures v0.2.17
3062026-07-02T17:25:51.241Z Downloaded colorchoice v1.0.4
3072026-07-02T17:25:51.250Z Downloaded generic-array v0.14.7
3082026-07-02T17:25:51.253Z Downloaded bytecount v0.6.9
3092026-07-02T17:25:51.257Z Downloaded anstyle-parse v1.0.0
3102026-07-02T17:25:51.257Z Downloaded autocfg v1.5.0
3112026-07-02T17:25:51.257Z Downloaded anstyle v1.0.14
3122026-07-02T17:25:51.261Z Downloaded anstream v1.0.0
3132026-07-02T17:25:51.261Z Downloaded utf8parse v0.2.2
3142026-07-02T17:25:51.274Z Downloaded usdt-attr-macro v0.5.0
3152026-07-02T17:25:51.280Z Downloaded thread-id v4.2.2
3162026-07-02T17:25:51.280Z Downloaded usdt v0.5.0
3172026-07-02T17:25:51.294Z Downloaded toml_write v0.1.2
3182026-07-02T17:25:51.297Z Downloaded terminal_size v0.4.3
3192026-07-02T17:25:51.297Z Downloaded tabled_derive v0.7.0
3202026-07-02T17:25:51.300Z Downloaded smawk v0.3.2
3212026-07-02T17:25:51.300Z Downloaded memmap v0.7.0
3222026-07-02T17:25:51.307Z Downloaded serde_spanned v0.6.9
3232026-07-02T17:25:51.310Z Downloaded scroll_derive v0.12.1
3242026-07-02T17:25:51.310Z Downloaded swrite v0.1.0
3252026-07-02T17:25:51.325Z Downloaded proc-macro-error-attr v1.0.4
3262026-07-02T17:25:51.330Z Downloaded strsim v0.11.1
3272026-07-02T17:25:51.330Z Downloaded toml_datetime v0.6.11
3282026-07-02T17:25:51.330Z Downloaded version_check v0.9.5
3292026-07-02T17:25:51.330Z Downloaded usdt-macro v0.5.0
3302026-07-02T17:25:51.330Z Downloaded macaddr v1.0.1
3312026-07-02T17:25:51.330Z Downloaded byteorder v1.5.0
3322026-07-02T17:25:51.334Z Downloaded digest v0.10.7
3332026-07-02T17:25:51.341Z Downloaded fs-err v3.3.0
3342026-07-02T17:25:51.344Z Downloaded clap_derive v4.6.1
3352026-07-02T17:25:51.344Z Downloaded cargo-platform v0.3.2
3362026-07-02T17:25:51.351Z Downloaded plain v0.2.3
3372026-07-02T17:25:51.357Z Downloaded sha2 v0.10.9
3382026-07-02T17:25:51.357Z Downloaded camino-tempfile v1.4.1
3392026-07-02T17:25:51.360Z Downloaded thiserror-impl v1.0.69
3402026-07-02T17:25:51.361Z Downloaded serde_tokenstream v0.2.3
3412026-07-02T17:25:51.368Z Downloaded cargo_metadata v0.23.1
3422026-07-02T17:25:51.373Z Downloaded thiserror-impl v2.0.18
3432026-07-02T17:25:51.373Z Downloaded proc-macro-error v1.0.4
3442026-07-02T17:25:51.381Z Downloaded pretty-hex v0.4.1
3452026-07-02T17:25:51.384Z Downloaded scroll v0.12.0
3462026-07-02T17:25:51.384Z Downloaded quote v1.0.45
3472026-07-02T17:25:51.392Z Downloaded anyhow v1.0.102
3482026-07-02T17:25:51.399Z Downloaded camino v1.2.2
3492026-07-02T17:25:51.402Z Downloaded once_cell v1.21.3
3502026-07-02T17:25:51.412Z Downloaded pest_derive v2.8.6
3512026-07-02T17:25:51.418Z Downloaded toml v0.8.23
3522026-07-02T17:25:51.426Z Downloaded tempfile v3.25.0
3532026-07-02T17:25:51.428Z Downloaded usdt-impl v0.5.0
3542026-07-02T17:25:51.428Z Downloaded thiserror v2.0.18
3552026-07-02T17:25:51.436Z Downloaded ucd-trie v0.1.7
3562026-07-02T17:25:51.441Z Downloaded semver v1.0.28
3572026-07-02T17:25:51.450Z Downloaded log v0.4.29
3582026-07-02T17:25:51.450Z Downloaded cargo_toml v0.21.0
3592026-07-02T17:25:51.454Z Downloaded getrandom v0.4.1
3602026-07-02T17:25:51.462Z Downloaded thiserror v1.0.69
3612026-07-02T17:25:51.467Z Downloaded pest_generator v2.8.6
3622026-07-02T17:25:51.471Z Downloaded serde_derive v1.0.228
3632026-07-02T17:25:51.473Z Downloaded unicode-ident v1.0.24
3642026-07-02T17:25:51.475Z Downloaded clap v4.6.1
3652026-07-02T17:25:51.481Z Downloaded textwrap v0.16.2
3662026-07-02T17:25:51.485Z Downloaded serde_core v1.0.228
3672026-07-02T17:25:51.485Z Downloaded proc-macro2 v1.0.106
3682026-07-02T17:25:51.578Z Downloaded pest_meta v2.8.6
3692026-07-02T17:25:51.579Z Downloaded toml_edit v0.22.27
3702026-07-02T17:25:51.586Z Downloaded memchr v2.8.0
3712026-07-02T17:25:51.586Z Downloaded serde v1.0.228
3722026-07-02T17:25:51.586Z Downloaded indexmap v2.14.0
3732026-07-02T17:25:51.586Z Downloaded typenum v1.20.1
3742026-07-02T17:25:51.586Z Downloaded pest v2.8.6
3752026-07-02T17:25:51.594Z Downloaded clap_builder v4.6.0
3762026-07-02T17:25:51.598Z Downloaded serde_json v1.0.150
3772026-07-02T17:25:51.603Z Downloaded hashbrown v0.17.0
3782026-07-02T17:25:51.649Z Downloaded winnow v0.7.14
3792026-07-02T17:25:51.671Z Downloaded tabled v0.15.0
3802026-07-02T17:25:51.671Z Downloaded goblin v0.8.2
3812026-07-02T17:25:51.672Z Downloaded syn v1.0.109
3822026-07-02T17:25:51.692Z Downloaded unicode-width v0.2.0
3832026-07-02T17:25:51.692Z Downloaded unicode-width v0.1.14
3842026-07-02T17:25:51.692Z Downloaded syn v2.0.117
3852026-07-02T17:25:51.716Z Downloaded rustix v1.1.3
3862026-07-02T17:25:51.738Z Downloaded libc v0.2.185
3872026-07-02T17:25:51.801Z Compiling proc-macro2 v1.0.106
3882026-07-02T17:25:51.801Z Compiling quote v1.0.45
3892026-07-02T17:25:51.801Z Compiling unicode-ident v1.0.24
3902026-07-02T17:25:51.804Z Compiling serde_core v1.0.228
3912026-07-02T17:25:51.822Z Compiling libc v0.2.185
3922026-07-02T17:25:51.822Z Compiling version_check v0.9.5
3932026-07-02T17:25:51.822Z Compiling memchr v2.8.0
3942026-07-02T17:25:51.824Z Compiling serde v1.0.228
3952026-07-02T17:25:52.135Z Compiling zmij v1.0.21
3962026-07-02T17:25:52.469Z Compiling ucd-trie v0.1.7
3972026-07-02T17:25:52.513Z Compiling thiserror v1.0.69
3982026-07-02T17:25:52.633Z Compiling itoa v1.0.17
3992026-07-02T17:25:52.721Z Compiling pest v2.8.6
4002026-07-02T17:25:52.806Z Compiling rustix v1.1.3
4012026-07-02T17:25:52.895Z Compiling byteorder v1.5.0
4022026-07-02T17:25:53.021Z Compiling errno v0.3.14
4032026-07-02T17:25:53.191Z Compiling serde_json v1.0.150
4042026-07-02T17:25:53.206Z Compiling bitflags v2.11.0
4052026-07-02T17:25:53.356Z Compiling syn v2.0.117
4062026-07-02T17:25:53.437Z Compiling thread-id v4.2.2
4072026-07-02T17:25:53.463Z Compiling usdt-impl v0.5.0
4082026-07-02T17:25:53.520Z Compiling proc-macro-error-attr v1.0.4
4092026-07-02T17:25:53.648Z Compiling camino v1.2.2
4102026-07-02T17:25:53.685Z Compiling syn v1.0.109
4112026-07-02T17:25:53.789Z Compiling pest_meta v2.8.6
4122026-07-02T17:25:54.044Z Compiling proc-macro-error v1.0.4
4132026-07-02T17:25:54.078Z Compiling log v0.4.29
4142026-07-02T17:25:54.128Z Compiling equivalent v1.0.2
4152026-07-02T17:25:54.252Z Compiling hashbrown v0.17.0
4162026-07-02T17:25:54.350Z Compiling getrandom v0.4.1
4172026-07-02T17:25:54.422Z Compiling utf8parse v0.2.2
4182026-07-02T17:25:54.570Z Compiling plain v0.2.3
4192026-07-02T17:25:54.620Z Compiling anstyle-parse v1.0.0
4202026-07-02T17:25:54.775Z Compiling terminal_size v0.4.3
4212026-07-02T17:25:54.801Z Compiling indexmap v2.14.0
4222026-07-02T17:25:55.427Z Compiling pretty-hex v0.4.1
4232026-07-02T17:25:55.469Z Compiling thiserror v2.0.18
4242026-07-02T17:25:55.490Z Compiling is_terminal_polyfill v1.70.2
4252026-07-02T17:25:55.519Z Compiling anstyle v1.0.14
4262026-07-02T17:25:55.555Z Compiling toml_write v0.1.2
4272026-07-02T17:25:55.555Z Compiling anstyle-query v1.1.5
4282026-07-02T17:25:55.572Z Compiling cfg-if v1.0.4
4292026-07-02T17:25:55.683Z Compiling colorchoice v1.0.4
4302026-07-02T17:25:55.705Z Compiling winnow v0.7.14
4312026-07-02T17:25:55.725Z Compiling autocfg v1.5.0
4322026-07-02T17:25:55.763Z Compiling pest_generator v2.8.6
4332026-07-02T17:25:55.786Z Compiling anstream v1.0.0
4342026-07-02T17:25:55.991Z Compiling anyhow v1.0.102
4352026-07-02T17:25:56.130Z Compiling fastrand v2.3.0
4362026-07-02T17:25:56.159Z Compiling fs-err v3.3.0
4372026-07-02T17:25:56.328Z Compiling unicode-width v0.1.14
4382026-07-02T17:25:56.378Z Compiling once_cell v1.21.3
4392026-07-02T17:25:56.426Z Compiling heck v0.5.0
4402026-07-02T17:25:56.426Z Compiling strsim v0.11.1
4412026-07-02T17:25:56.483Z Compiling heck v0.4.1
4422026-07-02T17:25:56.618Z Compiling fnv v1.0.7
4432026-07-02T17:25:56.656Z Compiling clap_lex v1.0.0
4442026-07-02T17:25:56.656Z Compiling bytecount v0.6.9
4452026-07-02T17:25:56.688Z Compiling tempfile v3.25.0
4462026-07-02T17:25:56.781Z Compiling clap_builder v4.6.0
4472026-07-02T17:25:56.815Z Compiling papergrid v0.11.0
4482026-07-02T17:25:56.850Z Compiling cargo-platform v0.3.2
4492026-07-02T17:25:56.954Z Compiling tabled_derive v0.7.0
4502026-07-02T17:25:56.973Z Compiling semver v1.0.28
4512026-07-02T17:25:57.072Z Compiling memmap v0.7.0
4522026-07-02T17:25:57.131Z Compiling smawk v0.3.2
4532026-07-02T17:25:57.204Z Compiling unicode-linebreak v0.1.5
4542026-07-02T17:25:57.282Z Compiling unicode-width v0.2.0
4552026-07-02T17:25:57.315Z Compiling camino-tempfile v1.4.1
4562026-07-02T17:25:57.488Z Compiling serde_derive v1.0.228
4572026-07-02T17:25:57.579Z Compiling thiserror-impl v1.0.69
4582026-07-02T17:25:57.599Z Compiling zerocopy-derive v0.7.35
4592026-07-02T17:25:57.641Z Compiling pest_derive v2.8.6
4602026-07-02T17:25:57.758Z Compiling scroll_derive v0.12.1
4612026-07-02T17:25:57.892Z Compiling thiserror-impl v2.0.18
4622026-07-02T17:25:58.123Z Compiling clap_derive v4.6.1
4632026-07-02T17:25:58.278Z Compiling tabled v0.15.0
4642026-07-02T17:25:58.474Z Compiling zerocopy v0.7.35
4652026-07-02T17:25:58.499Z Compiling scroll v0.12.0
4662026-07-02T17:25:58.772Z Compiling goblin v0.8.2
4672026-07-02T17:25:58.988Z Compiling dtrace-parser v0.2.0
4682026-07-02T17:25:59.056Z Compiling textwrap v0.16.2
4692026-07-02T17:25:59.493Z Compiling swrite v0.1.0
4702026-07-02T17:26:00.012Z Compiling clap v4.6.1
4712026-07-02T17:26:00.659Z Compiling dof v0.3.0
4722026-07-02T17:26:00.659Z Compiling serde_tokenstream v0.2.3
4732026-07-02T17:26:00.743Z Compiling toml_datetime v0.6.11
4742026-07-02T17:26:00.743Z Compiling serde_spanned v0.6.9
4752026-07-02T17:26:00.743Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-07-02T17:26:00.784Z Compiling cargo_metadata v0.23.1
4772026-07-02T17:26:00.784Z Compiling macaddr v1.0.1
4782026-07-02T17:26:00.859Z Compiling toml_edit v0.22.27
4792026-07-02T17:26:01.480Z Compiling usdt-macro v0.5.0
4802026-07-02T17:26:01.504Z Compiling usdt-attr-macro v0.5.0
4812026-07-02T17:26:02.130Z Compiling usdt v0.5.0
4822026-07-02T17:26:02.220Z Compiling toml v0.8.23
4832026-07-02T17:26:02.559Z Compiling cargo_toml v0.21.0
4842026-07-02T17:26:03.838Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4852026-07-02T17:26:05.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.73s
4862026-07-02T17:26:06.071Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4872026-07-02T17:26:06.592Z Downloading crates ...
4882026-07-02T17:26:06.674Z Downloaded adler2 v2.0.1
4892026-07-02T17:26:06.685Z Downloaded arc-swap v1.8.2
4902026-07-02T17:26:06.689Z Downloaded base16ct v1.0.0
4912026-07-02T17:26:06.692Z Downloaded array-init v0.0.4
4922026-07-02T17:26:06.692Z Downloaded base16ct v0.2.0
4932026-07-02T17:26:06.692Z Downloaded aead v0.6.1
4942026-07-02T17:26:06.696Z Downloaded bb8 v0.8.6
4952026-07-02T17:26:06.699Z Downloaded atomic-waker v1.1.2
4962026-07-02T17:26:06.699Z Downloaded crossbeam-deque v0.8.6
4972026-07-02T17:26:06.699Z Downloaded atomicwrites v0.4.4
4982026-07-02T17:26:06.701Z Downloaded assert_matches v1.5.0
4992026-07-02T17:26:06.701Z Downloaded allocator-api2 v0.2.21
5002026-07-02T17:26:06.705Z Downloaded async-stream v0.3.6
5012026-07-02T17:26:06.705Z Downloaded delegate v0.13.5
5022026-07-02T17:26:06.710Z Downloaded arrayref v0.3.9
5032026-07-02T17:26:06.710Z Downloaded bitfield v0.19.4
5042026-07-02T17:26:06.725Z Downloaded async-stream-impl v0.3.6
5052026-07-02T17:26:06.725Z Downloaded aead v0.5.2
5062026-07-02T17:26:06.725Z Downloaded crc-catalog v2.4.0
5072026-07-02T17:26:06.725Z Downloaded crucible-workspace-hack v0.1.0
5082026-07-02T17:26:06.725Z Downloaded crc8 v0.1.1
5092026-07-02T17:26:06.725Z Downloaded critical-section v1.2.0
5102026-07-02T17:26:06.725Z Downloaded cfg_aliases v0.2.1
5112026-07-02T17:26:06.725Z Downloaded bit-set v0.5.3
5122026-07-02T17:26:06.732Z Downloaded bitfield-macros v0.19.4
5132026-07-02T17:26:06.732Z Downloaded crypto-common v0.2.2
5142026-07-02T17:26:06.732Z Downloaded base64ct v1.8.3
5152026-07-02T17:26:06.732Z Downloaded crc v3.4.0
5162026-07-02T17:26:06.732Z Downloaded block-padding v0.4.2
5172026-07-02T17:26:06.732Z Downloaded async-recursion v1.1.1
5182026-07-02T17:26:06.738Z Downloaded crossbeam-channel v0.5.15
5192026-07-02T17:26:06.738Z Downloaded darling_macro v0.20.11
5202026-07-02T17:26:06.738Z Downloaded cpufeatures v0.3.0
5212026-07-02T17:26:06.741Z Downloaded bit-vec v0.6.3
5222026-07-02T17:26:06.741Z Downloaded bcs v0.1.6
5232026-07-02T17:26:06.741Z Downloaded darling_macro v0.23.0
5242026-07-02T17:26:06.741Z Downloaded data-encoding v2.10.0
5252026-07-02T17:26:06.744Z Downloaded crossbeam-epoch v0.9.18
5262026-07-02T17:26:06.744Z Downloaded ctutils v0.4.2
5272026-07-02T17:26:06.748Z Downloaded cipher v0.5.2
5282026-07-02T17:26:06.748Z Downloaded ascii-canvas v3.0.0
5292026-07-02T17:26:06.748Z Downloaded cookie_store v0.22.1
5302026-07-02T17:26:06.752Z Downloaded bcrypt-pbkdf v0.11.0
5312026-07-02T17:26:06.752Z Downloaded atty v0.2.14
5322026-07-02T17:26:06.757Z Downloaded corncobs v0.1.4
5332026-07-02T17:26:06.757Z Downloaded curve25519-dalek-derive v0.1.1
5342026-07-02T17:26:06.757Z Downloaded display-error-chain v0.2.2
5352026-07-02T17:26:06.760Z Downloaded darling_macro v0.13.4
5362026-07-02T17:26:06.760Z Downloaded async-bb8-diesel v0.2.1
5372026-07-02T17:26:06.760Z Downloaded backon v1.6.0
5382026-07-02T17:26:06.763Z Downloaded cpubits v0.1.1
5392026-07-02T17:26:06.763Z Downloaded argon2 v0.5.3
5402026-07-02T17:26:06.767Z Downloaded cstr-argument v0.1.2
5412026-07-02T17:26:06.770Z Downloaded bit-set v0.8.0
5422026-07-02T17:26:06.770Z Downloaded document-features v0.2.12
5432026-07-02T17:26:06.773Z Downloaded cobs v0.3.0
5442026-07-02T17:26:06.773Z Downloaded derive_builder_macro v0.20.2
5452026-07-02T17:26:06.775Z Downloaded ciborium-io v0.2.2
5462026-07-02T17:26:06.775Z Downloaded crossbeam-utils v0.8.21
5472026-07-02T17:26:06.778Z Downloaded daft v0.1.7
5482026-07-02T17:26:06.778Z Downloaded csv-core v0.1.13
5492026-07-02T17:26:06.781Z Downloaded ciborium-ll v0.2.2
5502026-07-02T17:26:06.781Z Downloaded chacha20 v0.9.1
5512026-07-02T17:26:06.781Z Downloaded bitflags v1.3.2
5522026-07-02T17:26:06.783Z Downloaded convert_case v0.4.0
5532026-07-02T17:26:06.790Z Downloaded debug-ignore v1.0.5
5542026-07-02T17:26:06.790Z Downloaded darling_macro v0.21.3
5552026-07-02T17:26:06.790Z Downloaded dunce v1.0.5
5562026-07-02T17:26:06.790Z Downloaded cfg_aliases v0.1.1
5572026-07-02T17:26:06.801Z Downloaded dof v0.4.0
5582026-07-02T17:26:06.801Z Downloaded crunchy v0.2.4
5592026-07-02T17:26:06.804Z Downloaded downcast-rs v2.0.2
5602026-07-02T17:26:06.804Z Downloaded compression-core v0.4.31
5612026-07-02T17:26:06.804Z Downloaded difflib v0.4.0
5622026-07-02T17:26:06.804Z Downloaded diesel_table_macro_syntax v0.3.0
5632026-07-02T17:26:06.804Z Downloaded block-buffer v0.12.1
5642026-07-02T17:26:06.804Z Downloaded bitfield-struct v0.6.2
5652026-07-02T17:26:06.804Z Downloaded defmt-parser v1.0.0
5662026-07-02T17:26:06.804Z Downloaded dtrace-parser v0.3.0
5672026-07-02T17:26:06.810Z Downloaded endian-type v0.1.2
5682026-07-02T17:26:06.810Z Downloaded env_filter v1.0.0
5692026-07-02T17:26:06.813Z Downloaded cexpr v0.6.0
5702026-07-02T17:26:06.813Z Downloaded dyn-clone v1.0.20
5712026-07-02T17:26:06.813Z Downloaded embedded-io v0.6.1
5722026-07-02T17:26:06.816Z Downloaded embedded-io v0.4.0
5732026-07-02T17:26:06.816Z Downloaded bit-vec v0.8.0
5742026-07-02T17:26:06.819Z Downloaded cbc v0.2.1
5752026-07-02T17:26:06.819Z Downloaded backoff v0.4.0
5762026-07-02T17:26:06.824Z Downloaded cipher v0.4.4
5772026-07-02T17:26:06.824Z Downloaded enum-as-inner v0.6.1
5782026-07-02T17:26:06.827Z Downloaded dirs-next v2.0.0
5792026-07-02T17:26:06.827Z Downloaded castaway v0.2.4
5802026-07-02T17:26:06.830Z Downloaded constant_time_eq v0.4.2
5812026-07-02T17:26:06.830Z Downloaded dirs-sys-next v0.1.2
5822026-07-02T17:26:06.830Z Downloaded byte-wrapper v0.1.0
5832026-07-02T17:26:06.833Z Downloaded dropshot-api-manager-types v0.7.2
5842026-07-02T17:26:06.836Z Downloaded defmt v0.3.100
5852026-07-02T17:26:06.839Z Downloaded dsl_auto_type v0.2.0
5862026-07-02T17:26:06.842Z Downloaded flagset v0.4.7
5872026-07-02T17:26:06.842Z Downloaded fixedbitset v0.4.2
5882026-07-02T17:26:06.847Z Downloaded convert_case v0.10.0
5892026-07-02T17:26:06.851Z Downloaded anstream v0.6.21
5902026-07-02T17:26:06.854Z Downloaded foreign-types-shared v0.1.1
5912026-07-02T17:26:06.854Z Downloaded diesel-dtrace v0.5.0
5922026-07-02T17:26:06.854Z Downloaded ctr v0.10.1
5932026-07-02T17:26:06.858Z Downloaded daft-derive v0.1.7
5942026-07-02T17:26:06.860Z Downloaded fxhash v0.2.1
5952026-07-02T17:26:06.860Z Downloaded futures-macro v0.3.32
5962026-07-02T17:26:06.860Z Downloaded futures-task v0.3.32
5972026-07-02T17:26:06.863Z Downloaded float-ord v0.3.2
5982026-07-02T17:26:06.863Z Downloaded foreign-types v0.3.2
5992026-07-02T17:26:06.863Z Downloaded float-cmp v0.10.0
6002026-07-02T17:26:06.869Z Downloaded funty v2.0.0
6012026-07-02T17:26:06.869Z Downloaded form_urlencoded v1.2.2
6022026-07-02T17:26:06.869Z Downloaded camino-tempfile-ext v0.3.3
6032026-07-02T17:26:06.880Z Downloaded futures-io v0.3.32
6042026-07-02T17:26:06.880Z Downloaded const_format_proc_macros v0.2.34
6052026-07-02T17:26:06.880Z Downloaded futures-core v0.3.32
6062026-07-02T17:26:06.880Z Downloaded gethostname v0.5.0
6072026-07-02T17:26:06.880Z Downloaded futures-sink v0.3.32
6082026-07-02T17:26:06.880Z Downloaded cmov v0.5.4
6092026-07-02T17:26:06.889Z Downloaded buf-list v1.1.2
6102026-07-02T17:26:06.889Z Downloaded cassowary v0.3.0
6112026-07-02T17:26:06.889Z Downloaded anstyle-parse v0.2.7
6122026-07-02T17:26:06.889Z Downloaded fd-lock v4.0.4
6132026-07-02T17:26:06.889Z Downloaded fallible-iterator v0.2.0
6142026-07-02T17:26:06.889Z Downloaded ghash v0.6.0
6152026-07-02T17:26:06.889Z Downloaded enum_dispatch v0.3.13
6162026-07-02T17:26:06.889Z Downloaded git-stub v1.0.0
6172026-07-02T17:26:06.889Z Downloaded darling v0.13.4
6182026-07-02T17:26:06.895Z Downloaded derive_builder_core v0.20.2
6192026-07-02T17:26:06.895Z Downloaded const-oid v0.9.6
6202026-07-02T17:26:06.895Z Downloaded derive-ex v0.1.8
6212026-07-02T17:26:06.895Z Downloaded console v0.15.11
6222026-07-02T17:26:06.898Z Downloaded ciborium v0.2.2
6232026-07-02T17:26:06.898Z Downloaded ff v0.13.1
6242026-07-02T17:26:06.898Z Downloaded erased-serde v0.3.31
6252026-07-02T17:26:06.901Z Downloaded defmt v1.0.1
6262026-07-02T17:26:06.904Z Downloaded hash32 v0.3.1
6272026-07-02T17:26:06.904Z Downloaded ed25519 v2.2.3
6282026-07-02T17:26:06.906Z Downloaded compact_str v0.8.1
6292026-07-02T17:26:06.909Z Downloaded clang-sys v1.8.1
6302026-07-02T17:26:06.911Z Downloaded ff v0.14.0
6312026-07-02T17:26:06.911Z Downloaded globwalk v0.9.1
6322026-07-02T17:26:06.914Z Downloaded hash32 v0.2.1
6332026-07-02T17:26:06.914Z Downloaded foreign-types-macros v0.2.3
6342026-07-02T17:26:06.914Z Downloaded darling v0.21.3
6352026-07-02T17:26:06.918Z Downloaded async-trait v0.1.89
6362026-07-02T17:26:06.920Z Downloaded fs_extra v1.3.0
6372026-07-02T17:26:06.923Z Downloaded hex-literal v1.1.0
6382026-07-02T17:26:06.923Z Downloaded darling v0.20.11
6392026-07-02T17:26:06.926Z Downloaded crc32fast v1.5.0
6402026-07-02T17:26:06.929Z Downloaded http-range v0.1.5
6412026-07-02T17:26:06.929Z Downloaded httpdate v1.0.3
6422026-07-02T17:26:06.934Z Downloaded darling_core v0.13.4
6432026-07-02T17:26:06.940Z Downloaded arrayvec v0.7.6
6442026-07-02T17:26:06.940Z Downloaded hex v0.4.3
6452026-07-02T17:26:06.941Z Downloaded console v0.16.2
6462026-07-02T17:26:06.941Z Downloaded chacha20 v0.10.0
6472026-07-02T17:26:06.941Z Downloaded cancel-safe-futures v0.1.5
6482026-07-02T17:26:06.945Z Downloaded http-body v1.0.1
6492026-07-02T17:26:06.945Z Downloaded hostname v0.4.2
6502026-07-02T17:26:06.945Z Downloaded hostname v0.3.1
6512026-07-02T17:26:06.945Z Downloaded hubpack v0.1.2
6522026-07-02T17:26:06.949Z Downloaded foldhash v0.2.0
6532026-07-02T17:26:06.949Z Downloaded glob v0.3.3
6542026-07-02T17:26:06.952Z Downloaded headers-core v0.3.0
6552026-07-02T17:26:06.952Z Downloaded bzip2 v0.4.4
6562026-07-02T17:26:06.952Z Downloaded argon2 v0.6.0-rc.8
6572026-07-02T17:26:06.958Z Downloaded home v0.5.12
6582026-07-02T17:26:06.959Z Downloaded futures-executor v0.3.32
6592026-07-02T17:26:06.959Z Downloaded hyper-tls v0.6.0
6602026-07-02T17:26:06.968Z Downloaded hubpack_derive v0.1.1
6612026-07-02T17:26:06.968Z Downloaded foldhash v0.1.5
6622026-07-02T17:26:06.968Z Downloaded filetime v0.2.27
6632026-07-02T17:26:06.968Z Downloaded env_logger v0.11.9
6642026-07-02T17:26:06.968Z Downloaded darling v0.23.0
6652026-07-02T17:26:06.976Z Downloaded group v0.13.0
6662026-07-02T17:26:06.976Z Downloaded globset v0.4.18
6672026-07-02T17:26:06.976Z Downloaded find-msvc-tools v0.1.9
6682026-07-02T17:26:06.976Z Downloaded colored v3.1.1
6692026-07-02T17:26:06.976Z Downloaded cmake v0.1.57
6702026-07-02T17:26:06.976Z Downloaded indent_write v2.2.0
6712026-07-02T17:26:06.976Z Downloaded diff v0.1.13
6722026-07-02T17:26:06.982Z Downloaded derive_builder v0.20.2
6732026-07-02T17:26:06.983Z Downloaded ahash v0.8.12
6742026-07-02T17:26:06.983Z Downloaded ecdsa v0.17.0-rc.18
6752026-07-02T17:26:06.983Z Downloaded deranged v0.5.8
6762026-07-02T17:26:06.986Z Downloaded bzip2 v0.6.1
6772026-07-02T17:26:06.986Z Downloaded fixedbitset v0.5.7
6782026-07-02T17:26:06.986Z Downloaded highway v1.3.0
6792026-07-02T17:26:07.024Z Downloaded idna_adapter v1.2.1
6802026-07-02T17:26:07.024Z Downloaded ident_case v1.0.1
6812026-07-02T17:26:07.024Z Downloaded either v1.15.0
6822026-07-02T17:26:07.024Z Downloaded http-body-util v0.1.3
6832026-07-02T17:26:07.024Z Downloaded ed25519 v3.0.0
6842026-07-02T17:26:07.024Z Downloaded instability v0.3.11
6852026-07-02T17:26:07.024Z Downloaded instant v0.1.13
6862026-07-02T17:26:07.024Z Downloaded cookie v0.18.1
6872026-07-02T17:26:07.024Z Downloaded is-terminal v0.4.17
6882026-07-02T17:26:07.024Z Downloaded internet-checksum v0.2.1
6892026-07-02T17:26:07.025Z Downloaded digest v0.11.3
6902026-07-02T17:26:07.025Z Downloaded inout v0.1.4
6912026-07-02T17:26:07.025Z Downloaded blake2 v0.10.6
6922026-07-02T17:26:07.025Z Downloaded defmt-macros v1.0.1
6932026-07-02T17:26:07.025Z Downloaded inout v0.2.2
6942026-07-02T17:26:07.025Z Downloaded blake2 v0.11.0-rc.6
6952026-07-02T17:26:07.025Z Downloaded illumos-nvpair-sys v0.2.0
6962026-07-02T17:26:07.025Z Downloaded illumos-nvpair v0.3.0
6972026-07-02T17:26:07.025Z Downloaded colored v2.2.0
6982026-07-02T17:26:07.025Z Downloaded displaydoc v0.2.5
6992026-07-02T17:26:07.025Z Downloaded hyper-staticfile v0.10.1
7002026-07-02T17:26:07.025Z Downloaded der_derive v0.7.3
7012026-07-02T17:26:07.025Z Downloaded ena v0.14.4
7022026-07-02T17:26:07.033Z Downloaded lazy_static v1.5.0
7032026-07-02T17:26:07.033Z Downloaded lalrpop-util v0.19.12
7042026-07-02T17:26:07.033Z Downloaded kstat-rs v0.2.4
7052026-07-02T17:26:07.033Z Downloaded base64 v0.22.1
7062026-07-02T17:26:07.033Z Downloaded half v1.8.3
7072026-07-02T17:26:07.033Z Downloaded const_format v0.2.35
7082026-07-02T17:26:07.037Z Downloaded getrandom v0.2.17
7092026-07-02T17:26:07.037Z Downloaded git-stub-vcs v0.1.0
7102026-07-02T17:26:07.038Z Downloaded futures-channel v0.3.32
7112026-07-02T17:26:07.038Z Downloaded fs-err v2.11.0
7122026-07-02T17:26:07.038Z Downloaded keccak v0.1.6
7132026-07-02T17:26:07.038Z Downloaded is_ci v1.2.0
7142026-07-02T17:26:07.038Z Downloaded chacha20poly1305 v0.10.1
7152026-07-02T17:26:07.042Z Downloaded const-oid v0.10.2
7162026-07-02T17:26:07.042Z Downloaded kem v0.3.0
7172026-07-02T17:26:07.042Z Downloaded blowfish v0.10.0
7182026-07-02T17:26:07.042Z Downloaded lru-cache v0.1.2
7192026-07-02T17:26:07.045Z Downloaded foreign-types-shared v0.3.1
7202026-07-02T17:26:07.045Z Downloaded compression-codecs v0.4.37
7212026-07-02T17:26:07.045Z Downloaded linked-hash-map v0.5.6
7222026-07-02T17:26:07.048Z Downloaded libscf-sys v1.1.0
7232026-07-02T17:26:07.048Z Downloaded crc-any v2.5.0
7242026-07-02T17:26:07.048Z Downloaded foreign-types v0.5.0
7252026-07-02T17:26:07.056Z Downloaded lru-slab v0.1.2
7262026-07-02T17:26:07.059Z Downloaded humantime v2.3.0
7272026-07-02T17:26:07.059Z Downloaded match_cfg v0.1.0
7282026-07-02T17:26:07.059Z Downloaded dropshot_endpoint v0.17.1
7292026-07-02T17:26:07.059Z Downloaded elliptic-curve v0.13.8
7302026-07-02T17:26:07.059Z Downloaded mime v0.3.17
7312026-07-02T17:26:07.062Z Downloaded md-5 v0.10.6
7322026-07-02T17:26:07.062Z Downloaded maybe-uninit v2.0.0
7332026-07-02T17:26:07.062Z Downloaded ecdsa v0.16.9
7342026-07-02T17:26:07.064Z Downloaded drift v0.2.0
7352026-07-02T17:26:07.068Z Downloaded ingot-types v0.1.2
7362026-07-02T17:26:07.071Z Downloaded hmac v0.12.1
7372026-07-02T17:26:07.071Z Downloaded group v0.14.0
7382026-07-02T17:26:07.074Z Downloaded impl-trait-for-tuples v0.2.3
7392026-07-02T17:26:07.074Z Downloaded ipnet v2.11.0
7402026-07-02T17:26:07.078Z Downloaded memoffset v0.9.1
7412026-07-02T17:26:07.078Z Downloaded bytes v1.11.1
7422026-07-02T17:26:07.080Z Downloaded newline-converter v0.3.0
7432026-07-02T17:26:07.080Z Downloaded ingot v0.1.1
7442026-07-02T17:26:07.080Z Downloaded darling_core v0.23.0
7452026-07-02T17:26:07.083Z Downloaded des v0.9.0
7462026-07-02T17:26:07.087Z Downloaded md5 v0.8.0
7472026-07-02T17:26:07.087Z Downloaded maplit v1.0.2
7482026-07-02T17:26:07.087Z Downloaded lzss v0.8.2
7492026-07-02T17:26:07.089Z Downloaded hyper-rustls v0.27.7
7502026-07-02T17:26:07.090Z Downloaded getrandom v0.3.4
7512026-07-02T17:26:07.092Z Downloaded derive_more v0.99.20
7522026-07-02T17:26:07.095Z Downloaded nodrop v0.1.14
7532026-07-02T17:26:07.095Z Downloaded nibble_vec v0.1.0
7542026-07-02T17:26:07.099Z Downloaded darling_core v0.21.3
7552026-07-02T17:26:07.102Z Downloaded ipnetwork v0.21.1
7562026-07-02T17:26:07.102Z Downloaded iana-time-zone v0.1.65
7572026-07-02T17:26:07.105Z Downloaded hmac v0.13.0
7582026-07-02T17:26:07.105Z Downloaded newtype-uuid-macros v0.1.0
7592026-07-02T17:26:07.105Z Downloaded new_debug_unreachable v1.0.6
7602026-07-02T17:26:07.108Z Downloaded num v0.4.3
7612026-07-02T17:26:07.108Z Downloaded nonempty v0.12.0
7622026-07-02T17:26:07.108Z Downloaded lock_api v0.4.14
7632026-07-02T17:26:07.109Z Downloaded generic-array v1.4.3
7642026-07-02T17:26:07.113Z Downloaded num-iter v0.1.45
7652026-07-02T17:26:07.114Z Downloaded num-derive v0.4.2
7662026-07-02T17:26:07.119Z Downloaded hybrid-array v0.4.13
7672026-07-02T17:26:07.119Z Downloaded lru v0.12.5
7682026-07-02T17:26:07.119Z Downloaded libsw v3.5.0
7692026-07-02T17:26:07.119Z Downloaded libefi-sys v0.1.0
7702026-07-02T17:26:07.119Z Downloaded keccak v0.2.0
7712026-07-02T17:26:07.122Z Downloaded num-derive v0.3.3
7722026-07-02T17:26:07.122Z Downloaded newtype_derive v0.1.6
7732026-07-02T17:26:07.122Z Downloaded linear-map v1.2.0
7742026-07-02T17:26:07.122Z Downloaded libsw-core v0.3.2
7752026-07-02T17:26:07.125Z Downloaded multimap v0.10.1
7762026-07-02T17:26:07.125Z Downloaded fatfs v0.3.6
7772026-07-02T17:26:07.128Z Downloaded darling_core v0.20.11
7782026-07-02T17:26:07.132Z Downloaded async-compression v0.4.41
7792026-07-02T17:26:07.137Z Downloaded ar_archive_writer v0.5.1
7802026-07-02T17:26:07.137Z Downloaded num_threads v0.1.7
7812026-07-02T17:26:07.148Z Downloaded olpc-cjson v0.1.4
7822026-07-02T17:26:07.150Z Downloaded opaque-debug v0.3.1
7832026-07-02T17:26:07.150Z Downloaded num-conv v0.2.0
7842026-07-02T17:26:07.150Z Downloaded libloading v0.8.9
7852026-07-02T17:26:07.154Z Downloaded crypto-bigint v0.5.5
7862026-07-02T17:26:07.156Z Downloaded ingot-macros v0.1.1
7872026-07-02T17:26:07.160Z Downloaded cc v1.2.56
7882026-07-02T17:26:07.160Z Downloaded mime_guess v2.0.5
7892026-07-02T17:26:07.163Z Downloaded half v2.7.1
7902026-07-02T17:26:07.163Z Downloaded futures v0.3.32
7912026-07-02T17:26:07.165Z Downloaded packed_struct_codegen v0.10.1
7922026-07-02T17:26:07.169Z Downloaded multer v3.1.0
7932026-07-02T17:26:07.169Z Downloaded module-lattice v0.2.3
7942026-07-02T17:26:07.172Z Downloaded jobserver v0.1.34
7952026-07-02T17:26:07.173Z Downloaded derive-where v1.6.0
7962026-07-02T17:26:07.173Z Downloaded native-tls v0.2.18
7972026-07-02T17:26:07.175Z Downloaded managed v0.8.0
7982026-07-02T17:26:07.176Z Downloaded indoc v2.0.7
7992026-07-02T17:26:07.179Z Downloaded oso-derive v0.27.3
8002026-07-02T17:26:07.179Z Downloaded openssl-probe v0.2.1
8012026-07-02T17:26:07.179Z Downloaded openssl-probe v0.1.6
8022026-07-02T17:26:07.180Z Downloaded openssl-macros v0.1.1
8032026-07-02T17:26:07.184Z Downloaded httparse v1.10.1
8042026-07-02T17:26:07.184Z Downloaded num-complex v0.4.6
8052026-07-02T17:26:07.189Z Downloaded flume v0.11.1
8062026-07-02T17:26:07.189Z Downloaded num_enum_derive v0.5.11
8072026-07-02T17:26:07.189Z Downloaded newtype-uuid v1.3.2
8082026-07-02T17:26:07.189Z Downloaded password-hash v0.6.1
8092026-07-02T17:26:07.192Z Downloaded peg-runtime v0.8.5
8102026-07-02T17:26:07.192Z Downloaded normalize-line-endings v0.3.0
8112026-07-02T17:26:07.192Z Downloaded nu-ansi-term v0.50.3
8122026-07-02T17:26:07.192Z Downloaded path-slash v0.1.5
8132026-07-02T17:26:07.192Z Downloaded litrs v1.0.0
8142026-07-02T17:26:07.197Z Downloaded headers v0.4.1
8152026-07-02T17:26:07.197Z Downloaded icu_properties v2.1.2
8162026-07-02T17:26:07.199Z Downloaded ignore v0.4.25
8172026-07-02T17:26:07.203Z Downloaded litemap v0.8.1
8182026-07-02T17:26:07.203Z Downloaded parse-display v0.10.0
8192026-07-02T17:26:07.203Z Downloaded num_enum v0.7.6
8202026-07-02T17:26:07.205Z Downloaded memmap2 v0.9.10
8212026-07-02T17:26:07.209Z Downloaded elliptic-curve v0.14.0-rc.33
8222026-07-02T17:26:07.211Z Downloaded phf_shared v0.13.1
8232026-07-02T17:26:07.211Z Downloaded phf_shared v0.12.1
8242026-07-02T17:26:07.211Z Downloaded der v0.7.10
8252026-07-02T17:26:07.214Z Downloaded num_enum_derive v0.7.6
8262026-07-02T17:26:07.217Z Downloaded derive_more v2.1.1
8272026-07-02T17:26:07.221Z Downloaded icu_provider v2.1.1
8282026-07-02T17:26:07.224Z Downloaded ed25519-dalek v2.2.0
8292026-07-02T17:26:07.227Z Downloaded phf_shared v0.11.3
8302026-07-02T17:26:07.227Z Downloaded num_enum v0.5.11
8312026-07-02T17:26:07.230Z Downloaded aes v0.9.1
8322026-07-02T17:26:07.233Z Downloaded num-integer v0.1.46
8332026-07-02T17:26:07.235Z Downloaded num-rational v0.4.2
8342026-07-02T17:26:07.235Z Downloaded indoc v1.0.9
8352026-07-02T17:26:07.239Z Downloaded percent-encoding v2.3.2
8362026-07-02T17:26:07.239Z Downloaded owo-colors v4.3.0
8372026-07-02T17:26:07.243Z Downloaded bumpalo v3.20.2
8382026-07-02T17:26:07.246Z Downloaded base64 v0.21.7
8392026-07-02T17:26:07.252Z Downloaded packed_struct v0.10.1
8402026-07-02T17:26:07.254Z Downloaded heapless v0.8.0
8412026-07-02T17:26:07.257Z Downloaded expectorate v1.2.0
8422026-07-02T17:26:07.263Z Downloaded potential_utf v0.1.4
8432026-07-02T17:26:07.266Z Downloaded password-hash v0.5.0
8442026-07-02T17:26:07.266Z Downloaded parse-size v1.1.0
8452026-07-02T17:26:07.268Z Downloaded predicates-core v1.0.10
8462026-07-02T17:26:07.268Z Downloaded precomputed-hash v0.1.1
8472026-07-02T17:26:07.268Z Downloaded powerfmt v0.2.0
8482026-07-02T17:26:07.275Z Downloaded peg v0.8.5
8492026-07-02T17:26:07.278Z Downloaded flate2 v1.1.9
8502026-07-02T17:26:07.281Z Downloaded paste v1.0.15
8512026-07-02T17:26:07.281Z Downloaded indicatif v0.18.4
8522026-07-02T17:26:07.284Z Downloaded oxide-tokio-rt v0.1.4
8532026-07-02T17:26:07.287Z Downloaded parse-display-derive v0.10.0
8542026-07-02T17:26:07.290Z Downloaded phf v0.12.1
8552026-07-02T17:26:07.293Z Downloaded parking_lot_core v0.8.6
8562026-07-02T17:26:07.293Z Downloaded proc-macro-error-attr2 v2.0.0
8572026-07-02T17:26:07.295Z Downloaded proc-macro-crate v1.3.1
8582026-07-02T17:26:07.295Z Downloaded predicates-tree v1.0.13
8592026-07-02T17:26:07.296Z Downloaded derive_more-impl v2.1.1
8602026-07-02T17:26:07.299Z Downloaded ml-kem v0.3.2
8612026-07-02T17:26:07.302Z Downloaded phf v0.13.1
8622026-07-02T17:26:07.302Z Downloaded phc v0.6.1
8632026-07-02T17:26:07.302Z Downloaded icu_normalizer_data v2.1.1
8642026-07-02T17:26:07.305Z Downloaded poly1305 v0.8.0
8652026-07-02T17:26:07.308Z Downloaded pkg-config v0.3.32
8662026-07-02T17:26:07.308Z Downloaded libbz2-rs-sys v0.2.2
8672026-07-02T17:26:07.308Z Downloaded proc-macro-crate v3.4.0
8682026-07-02T17:26:07.312Z Downloaded predicates v3.1.4
8692026-07-02T17:26:07.312Z Downloaded indexmap v1.9.3
8702026-07-02T17:26:07.317Z Downloaded ed25519-dalek v3.0.0-rc.0
8712026-07-02T17:26:07.324Z Downloaded icu_normalizer v2.1.1
8722026-07-02T17:26:07.324Z Downloaded pem-rfc7468 v1.0.0
8732026-07-02T17:26:07.324Z Downloaded pem v3.0.6
8742026-07-02T17:26:07.327Z Downloaded peg-macros v0.8.5
8752026-07-02T17:26:07.327Z Downloaded pbkdf2 v0.13.0
8762026-07-02T17:26:07.327Z Downloaded icu_locale_core v2.1.1
8772026-07-02T17:26:07.335Z Downloaded progenitor-macro v0.14.0
8782026-07-02T17:26:07.337Z Downloaded progenitor-macro v0.13.0
8792026-07-02T17:26:07.337Z Downloaded heapless v0.7.17
8802026-07-02T17:26:07.337Z Downloaded rand_chacha v0.3.1
8812026-07-02T17:26:07.340Z Downloaded hickory-resolver v0.25.2
8822026-07-02T17:26:07.343Z Downloaded rand_xorshift v0.4.0
8832026-07-02T17:26:07.343Z Downloaded pin-project-lite v0.2.17
8842026-07-02T17:26:07.346Z Downloaded primefield v0.14.0
8852026-07-02T17:26:07.350Z Downloaded quick-error v1.2.3
8862026-07-02T17:26:07.351Z Downloaded polyval v0.7.1
8872026-07-02T17:26:07.351Z Downloaded nanorand v0.7.0
8882026-07-02T17:26:07.357Z Downloaded radium v0.7.0
8892026-07-02T17:26:07.357Z Downloaded icu_collections v2.1.1
8902026-07-02T17:26:07.363Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-07-02T17:26:07.363Z Downloaded ppv-lite86 v0.2.21
8922026-07-02T17:26:07.363Z Downloaded miniz_oxide v0.8.9
8932026-07-02T17:26:07.363Z Downloaded primeorder v0.14.0-rc.10
8942026-07-02T17:26:07.369Z Downloaded pem-rfc7468 v0.7.0
8952026-07-02T17:26:07.369Z Downloaded progenitor-client v0.13.0
8962026-07-02T17:26:07.369Z Downloaded progenitor v0.14.0
8972026-07-02T17:26:07.369Z Downloaded parking_lot_core v0.9.12
8982026-07-02T17:26:07.369Z Downloaded parking_lot v0.12.5
8992026-07-02T17:26:07.372Z Downloaded parking_lot v0.11.2
9002026-07-02T17:26:07.372Z Downloaded recursive v0.1.1
9012026-07-02T17:26:07.372Z Downloaded proc-macro-error2 v2.0.1
9022026-07-02T17:26:07.375Z Downloaded oxnet v0.1.6
9032026-07-02T17:26:07.375Z Downloaded ref-cast-impl v1.0.25
9042026-07-02T17:26:07.378Z Downloaded omicron-zone-package v0.12.3
9052026-07-02T17:26:07.378Z Downloaded ref-cast v1.0.25
9062026-07-02T17:26:07.381Z Downloaded progenitor-client v0.14.0
9072026-07-02T17:26:07.381Z Downloaded postgres-protocol v0.6.10
9082026-07-02T17:26:07.384Z Downloaded postgres-types v0.2.12
9092026-07-02T17:26:07.384Z Downloaded postcard v1.1.3
9102026-07-02T17:26:07.388Z Downloaded primeorder v0.13.6
9112026-07-02T17:26:07.388Z Downloaded diesel_derives v2.3.7
9122026-07-02T17:26:07.391Z Downloaded r2d2 v0.8.10
9132026-07-02T17:26:07.394Z Downloaded rfc6979 v0.4.0
9142026-07-02T17:26:07.394Z Downloaded poly1305 v0.9.0
9152026-07-02T17:26:07.397Z Downloaded jiff-static v0.2.21
9162026-07-02T17:26:07.397Z Downloaded progenitor-extras v0.2.0
9172026-07-02T17:26:07.400Z Downloaded progenitor v0.13.0
9182026-07-02T17:26:07.400Z Downloaded psm v0.1.30
9192026-07-02T17:26:07.403Z Downloaded psl-types v2.0.11
9202026-07-02T17:26:07.403Z Downloaded pin-project-internal v1.1.11
9212026-07-02T17:26:07.404Z Downloaded crossterm v0.28.1
9222026-07-02T17:26:07.407Z Downloaded der v0.8.0
9232026-07-02T17:26:07.410Z Downloaded rfc6979 v0.5.0
9242026-07-02T17:26:07.413Z Downloaded rand_core v0.9.5
9252026-07-02T17:26:07.413Z Downloaded russh-util v0.52.0
9262026-07-02T17:26:07.413Z Downloaded hickory-resolver v0.24.4
9272026-07-02T17:26:07.421Z Downloaded oso v0.27.3
9282026-07-02T17:26:07.421Z Downloaded hashbrown v0.13.2
9292026-07-02T17:26:07.426Z Downloaded rustc_version v0.1.7
9302026-07-02T17:26:07.426Z Downloaded rustc-hash v2.1.1
9312026-07-02T17:26:07.426Z Downloaded russh-cryptovec v0.61.0
9322026-07-02T17:26:07.426Z Downloaded rand_core v0.6.4
9332026-07-02T17:26:07.426Z Downloaded rtoolbox v0.0.3
9342026-07-02T17:26:07.429Z Downloaded pkcs8 v0.11.0
9352026-07-02T17:26:07.429Z Downloaded same-file v1.0.6
9362026-07-02T17:26:07.429Z Downloaded rand_chacha v0.9.0
9372026-07-02T17:26:07.432Z Downloaded pkcs8 v0.10.2
9382026-07-02T17:26:07.432Z Downloaded pkcs1 v0.8.0-rc.4
9392026-07-02T17:26:07.436Z Downloaded hashbrown v0.12.3
9402026-07-02T17:26:07.436Z Downloaded aes-gcm v0.11.0
9412026-07-02T17:26:07.439Z Downloaded rand_seeder v0.4.0
9422026-07-02T17:26:07.439Z Downloaded rand_core v0.10.0
9432026-07-02T17:26:07.443Z Downloaded rustc_version v0.4.1
9442026-07-02T17:26:07.446Z Downloaded resolv-conf v0.7.6
9452026-07-02T17:26:07.450Z Downloaded http v1.4.2
9462026-07-02T17:26:07.453Z Downloaded pkcs1 v0.7.5
9472026-07-02T17:26:07.456Z Downloaded scheduled-thread-pool v0.2.7
9482026-07-02T17:26:07.460Z Downloaded quinn-udp v0.5.14
9492026-07-02T17:26:07.462Z Downloaded secrecy v0.8.0
9502026-07-02T17:26:07.462Z Downloaded num-traits v0.2.19
9512026-07-02T17:26:07.465Z Downloaded crossterm v0.29.0
9522026-07-02T17:26:07.469Z Downloaded serde_urlencoded v0.7.1
9532026-07-02T17:26:07.472Z Downloaded serde_spanned v1.1.1
9542026-07-02T17:26:07.472Z Downloaded serde_repr v0.1.20
9552026-07-02T17:26:07.476Z Downloaded scroll_derive v0.13.1
9562026-07-02T17:26:07.481Z Downloaded sapling-renderdag v0.1.0
9572026-07-02T17:26:07.481Z Downloaded scopeguard v1.2.0
9582026-07-02T17:26:07.485Z Downloaded p384 v0.14.0-rc.10
9592026-07-02T17:26:07.488Z Downloaded pkcs5 v0.8.1
9602026-07-02T17:26:07.488Z Downloaded prefix-trie v0.7.0
9612026-07-02T17:26:07.490Z Downloaded openssl-sys v0.9.115
9622026-07-02T17:26:07.494Z Downloaded secrecy v0.10.3
9632026-07-02T17:26:07.498Z Downloaded serde_bytes v0.11.19
9642026-07-02T17:26:07.498Z Downloaded rustls-native-certs v0.8.3
9652026-07-02T17:26:07.498Z Downloaded serde-big-array v0.5.1
9662026-07-02T17:26:07.907Z Downloaded seq-macro v0.3.6
9672026-07-02T17:26:07.907Z Downloaded semver v0.1.20
9682026-07-02T17:26:07.911Z Downloaded shell-words v1.1.1
9692026-07-02T17:26:07.911Z Downloaded rusty-fork v0.3.1
9702026-07-02T17:26:07.911Z Downloaded rustls-pemfile v2.2.0
9712026-07-02T17:26:07.911Z Downloaded papergrid v0.17.0
9722026-07-02T17:26:07.911Z Downloaded minimal-lexical v0.2.1
9732026-07-02T17:26:07.911Z Downloaded serde_plain v1.0.2
9742026-07-02T17:26:07.911Z Downloaded sha1 v0.11.0
9752026-07-02T17:26:07.911Z Downloaded sha1 v0.10.6
9762026-07-02T17:26:07.911Z Downloaded signature v3.0.0
9772026-07-02T17:26:07.911Z Downloaded signature v2.2.0
9782026-07-02T17:26:07.911Z Downloaded signal-hook-mio v0.2.5
9792026-07-02T17:26:07.911Z Downloaded rustversion v1.0.22
9802026-07-02T17:26:07.911Z Downloaded internal-russh-num-bigint v0.5.0
9812026-07-02T17:26:07.911Z Downloaded siphasher v1.0.2
9822026-07-02T17:26:07.911Z Downloaded scroll v0.13.0
9832026-07-02T17:26:07.912Z Downloaded slog-envlogger v2.2.0
9842026-07-02T17:26:07.912Z Downloaded serde-hex v0.1.0
9852026-07-02T17:26:07.912Z Downloaded pin-project v1.1.11
9862026-07-02T17:26:07.912Z Downloaded schemars_derive v0.8.22
9872026-07-02T17:26:07.912Z Downloaded sigpipe v0.1.3
9882026-07-02T17:26:07.912Z Downloaded serde_path_to_error v0.1.20
9892026-07-02T17:26:07.912Z Downloaded p256 v0.14.0-rc.10
9902026-07-02T17:26:07.912Z Downloaded progenitor-impl v0.14.0
9912026-07-02T17:26:07.912Z Downloaded sec1 v0.8.1
9922026-07-02T17:26:07.912Z Downloaded scrypt v0.12.0
9932026-07-02T17:26:07.912Z Downloaded sec1 v0.7.3
9942026-07-02T17:26:07.912Z Downloaded hickory-server v0.25.2
9952026-07-02T17:26:07.912Z Downloaded slog-bunyan v2.5.0
9962026-07-02T17:26:07.912Z Downloaded rustls-pki-types v1.14.0
9972026-07-02T17:26:07.912Z Downloaded hyper-util v0.1.20
9982026-07-02T17:26:07.912Z Downloaded pretty_assertions v1.4.1
9992026-07-02T17:26:07.912Z Downloaded shlex v1.3.0
10002026-07-02T17:26:07.912Z Downloaded serde_with_macros v1.5.2
10012026-07-02T17:26:07.912Z Downloaded serdect v0.4.3
10022026-07-02T17:26:07.912Z Downloaded sqlparser_derive v0.5.0
10032026-07-02T17:26:07.912Z Downloaded mio v1.2.0
10042026-07-02T17:26:07.912Z Downloaded strsim v0.10.0
10052026-07-02T17:26:07.913Z Downloaded supports-color v3.0.2
10062026-07-02T17:26:07.913Z Downloaded strum v0.26.3
10072026-07-02T17:26:07.913Z Downloaded slog-async v2.8.0
10082026-07-02T17:26:07.913Z Downloaded dropshot-api-manager v0.7.2
10092026-07-02T17:26:07.913Z Downloaded signal-hook-tokio v0.3.1
10102026-07-02T17:26:07.913Z Downloaded slog-json v2.6.1
10112026-07-02T17:26:07.913Z Downloaded salsa20 v0.11.0
10122026-07-02T17:26:07.913Z Downloaded signal-hook-registry v1.4.8
10132026-07-02T17:26:07.913Z Downloaded stable_deref_trait v1.2.1
10142026-07-02T17:26:07.913Z Downloaded strip-ansi-escapes v0.2.1
10152026-07-02T17:26:07.913Z Downloaded hashbrown v0.15.5
10162026-07-02T17:26:07.914Z Downloaded sync-ptr v0.1.4
10172026-07-02T17:26:07.914Z Downloaded subtle v2.6.1
10182026-07-02T17:26:07.914Z Downloaded simd-adler32 v0.3.8
10192026-07-02T17:26:07.914Z Downloaded structmeta-derive v0.3.0
10202026-07-02T17:26:07.914Z Downloaded structmeta v0.3.0
10212026-07-02T17:26:07.914Z Downloaded slab v0.4.12
10222026-07-02T17:26:07.914Z Downloaded strum v0.27.2
10232026-07-02T17:26:07.914Z Downloaded tabwriter v1.4.1
10242026-07-02T17:26:07.914Z Downloaded tabled_derive v0.11.0
10252026-07-02T17:26:07.914Z Downloaded sync_wrapper v1.0.2
10262026-07-02T17:26:07.914Z Downloaded tagptr v0.2.0
10272026-07-02T17:26:07.914Z Downloaded tap v1.0.1
10282026-07-02T17:26:07.914Z Downloaded spki v0.8.0
10292026-07-02T17:26:07.914Z Downloaded hashbrown v0.16.1
10302026-07-02T17:26:07.914Z Downloaded sqlformat v0.3.5
10312026-07-02T17:26:07.914Z Downloaded testing_table v0.3.0
10322026-07-02T17:26:07.915Z Downloaded thiserror-impl-no-std v2.0.2
10332026-07-02T17:26:07.915Z Downloaded termtree v0.5.1
10342026-07-02T17:26:07.915Z Downloaded snafu-derive v0.8.9
10352026-07-02T17:26:07.915Z Downloaded smf v0.2.3
10362026-07-02T17:26:07.915Z Downloaded stacker v0.1.23
10372026-07-02T17:26:07.915Z Downloaded static_assertions v1.1.0
10382026-07-02T17:26:07.915Z Downloaded slog-stdlog v4.1.1
10392026-07-02T17:26:07.915Z Downloaded slog-scope v4.4.1
10402026-07-02T17:26:07.915Z Downloaded ssh-cipher v0.3.0-rc.9
10412026-07-02T17:26:07.915Z Downloaded spki v0.7.3
10422026-07-02T17:26:07.915Z Downloaded itertools v0.10.5
10432026-07-02T17:26:07.915Z Downloaded nom v7.1.3
10442026-07-02T17:26:07.915Z Downloaded tinyvec_macros v0.1.1
10452026-07-02T17:26:07.915Z Downloaded time-core v0.1.8
10462026-07-02T17:26:07.915Z Downloaded prettyplease v0.2.37
10472026-07-02T17:26:07.915Z Downloaded serde_with_macros v3.17.0
10482026-07-02T17:26:07.915Z Downloaded iri-string v0.7.10
10492026-07-02T17:26:07.915Z Downloaded sha2 v0.11.0
10502026-07-02T17:26:07.915Z Downloaded synstructure v0.13.2
10512026-07-02T17:26:07.915Z Downloaded schemars v0.8.22
10522026-07-02T17:26:07.915Z Downloaded thread-id v5.1.0
10532026-07-02T17:26:07.915Z Downloaded stringprep v0.1.5
10542026-07-02T17:26:07.915Z Downloaded string_cache v0.8.9
10552026-07-02T17:26:07.916Z Downloaded ryu v1.0.23
10562026-07-02T17:26:07.916Z Downloaded itertools v0.13.0
10572026-07-02T17:26:07.916Z Downloaded progenitor-impl v0.13.0
10582026-07-02T17:26:07.916Z Downloaded itertools v0.12.1
10592026-07-02T17:26:07.916Z Downloaded take_mut v0.2.2
10602026-07-02T17:26:07.916Z Downloaded strum_macros v0.27.2
10612026-07-02T17:26:07.916Z Downloaded strum_macros v0.24.3
10622026-07-02T17:26:07.916Z Downloaded support-bundle-viewer v0.1.2
10632026-07-02T17:26:07.916Z Downloaded serde_derive_internals v0.29.1
10642026-07-02T17:26:07.916Z Downloaded h2 v0.4.15
10652026-07-02T17:26:07.916Z Downloaded libxml v0.3.3
10662026-07-02T17:26:07.916Z Downloaded topological-sort v0.2.2
10672026-07-02T17:26:07.916Z Downloaded termios v0.3.3
10682026-07-02T17:26:07.921Z Downloaded spin v0.9.8
10692026-07-02T17:26:07.921Z Downloaded smallvec v1.15.1
10702026-07-02T17:26:07.921Z Downloaded tokio-macros v2.7.0
10712026-07-02T17:26:07.921Z Downloaded smallvec v0.6.14
10722026-07-02T17:26:07.921Z Downloaded serde_cbor v0.11.2
10732026-07-02T17:26:07.921Z Downloaded rand v0.8.6
10742026-07-02T17:26:07.921Z Downloaded quinn v0.11.9
10752026-07-02T17:26:07.921Z Downloaded rayon-core v1.13.0
10762026-07-02T17:26:07.921Z Downloaded signal-hook v0.3.18
10772026-07-02T17:26:07.921Z Downloaded trait-variant v0.1.2
10782026-07-02T17:26:07.921Z Downloaded hkdf v0.13.0
10792026-07-02T17:26:07.921Z Downloaded hkdf v0.12.4
10802026-07-02T17:26:07.921Z Downloaded aho-corasick v1.1.4
10812026-07-02T17:26:07.921Z Downloaded p521 v0.14.0-rc.10
10822026-07-02T17:26:07.921Z Downloaded tls_codec v0.4.2
10832026-07-02T17:26:07.921Z Downloaded rustls-platform-verifier v0.6.2
10842026-07-02T17:26:07.921Z Downloaded try-lock v0.2.5
10852026-07-02T17:26:07.921Z Downloaded tls_codec_derive v0.4.2
10862026-07-02T17:26:07.921Z Downloaded qorb v0.4.1
10872026-07-02T17:26:07.922Z Downloaded publicsuffix v2.3.0
10882026-07-02T17:26:07.922Z Downloaded futures-util v0.3.32
10892026-07-02T17:26:07.922Z Downloaded time-macros v0.2.27
10902026-07-02T17:26:07.922Z Downloaded thread_local v1.1.9
10912026-07-02T17:26:07.922Z Downloaded rsa v0.9.10
10922026-07-02T17:26:07.922Z Downloaded tower-layer v0.3.3
10932026-07-02T17:26:07.922Z Downloaded tokio-tungstenite v0.23.1
10942026-07-02T17:26:07.922Z Downloaded tokio-tungstenite v0.21.0
10952026-07-02T17:26:07.922Z Downloaded tinystr v0.8.2
10962026-07-02T17:26:07.923Z Downloaded tiny-keccak v2.0.2
10972026-07-02T17:26:07.923Z Downloaded untrusted v0.7.1
10982026-07-02T17:26:07.923Z Downloaded unit-prefix v0.5.2
10992026-07-02T17:26:07.923Z Downloaded similar v2.7.0
11002026-07-02T17:26:07.923Z Downloaded term v0.7.0
11012026-07-02T17:26:07.923Z Downloaded tokio-test v0.4.5
11022026-07-02T17:26:07.923Z Downloaded untrusted v0.9.0
11032026-07-02T17:26:07.923Z Downloaded usdt-attr-macro v0.6.0
11042026-07-02T17:26:07.923Z Downloaded typify-macro v0.6.2
11052026-07-02T17:26:07.923Z Downloaded bindgen v0.71.1
11062026-07-02T17:26:07.923Z Downloaded unicode-truncate v1.1.0
11072026-07-02T17:26:07.923Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-07-02T17:26:07.923Z Downloaded idna v1.1.0
11092026-07-02T17:26:07.923Z Downloaded crypto-primes v0.7.2
11102026-07-02T17:26:07.923Z Downloaded slog v2.8.2
11112026-07-02T17:26:07.923Z Downloaded utf8_iter v1.0.4
11122026-07-02T17:26:07.923Z Downloaded socket2 v0.6.3
11132026-07-02T17:26:07.923Z Downloaded ron v0.8.1
11142026-07-02T17:26:07.923Z Downloaded universal-hash v0.6.1
11152026-07-02T17:26:07.923Z Downloaded universal-hash v0.5.1
11162026-07-02T17:26:07.923Z Downloaded unicode-xid v0.2.6
11172026-07-02T17:26:07.923Z Downloaded hyper v1.10.1
11182026-07-02T17:26:07.923Z Downloaded tokio-native-tls v0.3.1
11192026-07-02T17:26:07.923Z Downloaded tokio-dtrace v0.1.1
11202026-07-02T17:26:07.923Z Downloaded nom v8.0.0
11212026-07-02T17:26:07.923Z Downloaded icu_properties_data v2.1.2
11222026-07-02T17:26:07.923Z Downloaded unicase v2.9.0
11232026-07-02T17:26:07.924Z Downloaded blake3 v1.8.5
11242026-07-02T17:26:07.924Z Downloaded waitgroup v0.1.2
11252026-07-02T17:26:07.924Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11262026-07-02T17:26:07.924Z Downloaded serde_yaml v0.9.34+deprecated
11272026-07-02T17:26:07.924Z Downloaded tokio-stream v0.1.18
11282026-07-02T17:26:07.924Z Downloaded rustls-webpki v0.103.13
11292026-07-02T17:26:07.924Z Downloaded unarray v0.1.4
11302026-07-02T17:26:07.924Z Downloaded samael v0.0.19
11312026-07-02T17:26:07.924Z Downloaded xshell-macros v0.2.7
11322026-07-02T17:26:07.924Z Downloaded rand v0.10.1
11332026-07-02T17:26:07.924Z Downloaded num-bigint-dig v0.8.6
11342026-07-02T17:26:07.924Z Downloaded want v0.3.1
11352026-07-02T17:26:07.924Z Downloaded usdt-impl v0.6.0
11362026-07-02T17:26:07.924Z Downloaded strum_macros v0.26.4
11372026-07-02T17:26:07.924Z Downloaded yoke-derive v0.8.1
11382026-07-02T17:26:07.924Z Downloaded utf-8 v0.7.6
11392026-07-02T17:26:07.924Z Downloaded schemars v0.9.0
11402026-07-02T17:26:07.924Z Downloaded zerofrom v0.1.6
11412026-07-02T17:26:07.924Z Downloaded uzers v0.12.2
11422026-07-02T17:26:07.924Z Downloaded tui-tree-widget v0.23.1
11432026-07-02T17:26:07.924Z Downloaded subprocess v0.2.15
11442026-07-02T17:26:07.924Z Downloaded aws-lc-rs v1.16.3
11452026-07-02T17:26:07.928Z Downloaded vergen-git2 v9.1.0
11462026-07-02T17:26:07.928Z Downloaded test-strategy v0.4.5
11472026-07-02T17:26:07.928Z Downloaded zone_cfg_derive v0.3.1
11482026-07-02T17:26:07.928Z Downloaded wait-timeout v0.2.1
11492026-07-02T17:26:07.928Z Downloaded void v1.0.2
11502026-07-02T17:26:07.928Z Downloaded usdt-macro v0.6.0
11512026-07-02T17:26:07.928Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-07-02T17:26:07.931Z Downloaded zone v0.3.1
11532026-07-02T17:26:07.931Z Downloaded zerofrom-derive v0.1.6
11542026-07-02T17:26:07.931Z Downloaded usdt v0.6.0
11552026-07-02T17:26:07.931Z Downloaded term v1.2.1
11562026-07-02T17:26:07.934Z Downloaded socket2 v0.5.10
11572026-07-02T17:26:07.935Z Downloaded snafu v0.8.9
11582026-07-02T17:26:07.939Z Downloaded walkdir v2.5.0
11592026-07-02T17:26:07.942Z Downloaded tower-service v0.3.3
11602026-07-02T17:26:07.942Z Downloaded thiserror-no-std v2.0.2
11612026-07-02T17:26:07.942Z Downloaded rand v0.9.2
11622026-07-02T17:26:07.945Z Downloaded whoami v2.1.0
11632026-07-02T17:26:07.948Z Downloaded itertools v0.14.0
11642026-07-02T17:26:07.953Z Downloaded vergen-lib v9.1.0
11652026-07-02T17:26:07.956Z Downloaded vergen-lib v0.1.6
11662026-07-02T17:26:07.956Z Downloaded zeroize_derive v1.4.3
11672026-07-02T17:26:07.956Z Downloaded bitvec v1.0.1
11682026-07-02T17:26:07.964Z Downloaded vergen-gitcl v1.0.8
11692026-07-02T17:26:07.968Z Downloaded tokio-rustls v0.26.4
11702026-07-02T17:26:07.968Z Downloaded ssh-encoding v0.3.0-rc.9
11712026-07-02T17:26:07.968Z Downloaded slog-term v2.9.2
11722026-07-02T17:26:07.972Z Downloaded num-bigint v0.4.6
11732026-07-02T17:26:07.976Z Downloaded toml_parser v1.1.2+spec-1.1.0
11742026-07-02T17:26:07.976Z Downloaded toml v0.7.8
11752026-07-02T17:26:07.976Z Downloaded whoami v1.6.1
11762026-07-02T17:26:07.979Z Downloaded slog-dtrace v0.3.0
11772026-07-02T17:26:07.979Z Downloaded rcgen v0.12.1
11782026-07-02T17:26:07.983Z Downloaded schemars v1.2.1
11792026-07-02T17:26:07.989Z Downloaded wyz v0.5.1
11802026-07-02T17:26:07.994Z Downloaded tracing-attributes v0.1.31
11812026-07-02T17:26:07.994Z Downloaded xattr v1.6.1
11822026-07-02T17:26:07.997Z Downloaded tinyvec v1.10.0
11832026-07-02T17:26:07.997Z Downloaded vergen v9.1.0
11842026-07-02T17:26:07.997Z Downloaded zerovec-derive v0.11.2
11852026-07-02T17:26:07.997Z Downloaded zeroize v1.8.2
11862026-07-02T17:26:08.000Z Downloaded unicode-properties v0.1.4
11872026-07-02T17:26:08.000Z Downloaded steno v0.4.1
11882026-07-02T17:26:08.004Z Downloaded xshell v0.2.7
11892026-07-02T17:26:08.007Z Downloaded tungstenite v0.21.0
11902026-07-02T17:26:08.011Z Downloaded tracing-core v0.1.36
11912026-07-02T17:26:08.014Z Downloaded tar v0.4.45
11922026-07-02T17:26:08.017Z Downloaded toml v1.1.2+spec-1.1.0
11932026-07-02T17:26:08.017Z Downloaded chrono v0.4.44
11942026-07-02T17:26:08.022Z Downloaded vsss-rs v3.3.4
11952026-07-02T17:26:08.026Z Downloaded typify v0.6.2
11962026-07-02T17:26:08.030Z Downloaded rpassword v7.4.0
11972026-07-02T17:26:08.030Z Downloaded unicode-bidi v0.3.18
11982026-07-02T17:26:08.030Z Downloaded rsa v0.10.0-rc.18
11992026-07-02T17:26:08.035Z Downloaded tungstenite v0.23.0
12002026-07-02T17:26:08.041Z Downloaded libm v0.2.16
12012026-07-02T17:26:08.044Z Downloaded zstd-safe v7.2.4
12022026-07-02T17:26:08.044Z Downloaded zerocopy v0.6.6
12032026-07-02T17:26:08.044Z Downloaded uuid v1.23.4
12042026-07-02T17:26:08.047Z Downloaded rustyline v14.0.0
12052026-07-02T17:26:08.050Z Downloaded iddqd v0.4.2
12062026-07-02T17:26:08.054Z Downloaded yasna v0.5.2
12072026-07-02T17:26:08.058Z Downloaded twox-hash v2.1.2
12082026-07-02T17:26:08.061Z Downloaded vte v0.14.1
12092026-07-02T17:26:08.064Z Downloaded git2 v0.20.4
12102026-07-02T17:26:08.068Z Downloaded zstd v0.13.3
12112026-07-02T17:26:08.074Z Downloaded serde_with v1.14.0
12122026-07-02T17:26:08.077Z Downloaded reedline v0.40.0
12132026-07-02T17:26:08.081Z Downloaded toml_edit v0.23.10+spec-1.0.0
12142026-07-02T17:26:08.086Z Downloaded tokio-postgres v0.7.16
12152026-07-02T17:26:08.093Z Downloaded yoke v0.8.1
12162026-07-02T17:26:08.145Z Downloaded writeable v0.6.2
12172026-07-02T17:26:08.160Z Downloaded regex v1.12.3
12182026-07-02T17:26:08.160Z Downloaded unsafe-libyaml v0.2.11
12192026-07-02T17:26:08.160Z Downloaded portable-atomic v1.13.1
12202026-07-02T17:26:08.160Z Downloaded zopfli v0.8.3
12212026-07-02T17:26:08.160Z Downloaded p384 v0.13.1
12222026-07-02T17:26:08.160Z Downloaded unicode_categories v0.1.1
12232026-07-02T17:26:08.160Z Downloaded url v2.5.8
12242026-07-02T17:26:08.160Z Downloaded yansi v1.0.1
12252026-07-02T17:26:08.163Z Downloaded reqwest v0.12.28
12262026-07-02T17:26:08.164Z Downloaded reqwest v0.13.2
12272026-07-02T17:26:08.169Z Downloaded moka v0.12.13
12282026-07-02T17:26:08.173Z Downloaded quick-xml v0.37.5
12292026-07-02T17:26:08.180Z Downloaded goblin v0.10.5
12302026-07-02T17:26:08.184Z Downloaded zerotrie v0.2.3
12312026-07-02T17:26:08.187Z Downloaded rayon v1.11.0
12322026-07-02T17:26:08.193Z Downloaded zip v0.6.6
12332026-07-02T17:26:08.203Z Downloaded unicode-segmentation v1.12.0
12342026-07-02T17:26:08.218Z Downloaded lalrpop v0.19.12
12352026-07-02T17:26:08.230Z Downloaded toml_edit v0.19.15
12362026-07-02T17:26:08.240Z Downloaded tower v0.5.3
12372026-07-02T17:26:08.245Z Downloaded ssh-key v0.7.0-rc.10
12382026-07-02T17:26:08.254Z Downloaded zerocopy-derive v0.8.40
12392026-07-02T17:26:08.260Z Downloaded typed-path v0.9.3
12402026-07-02T17:26:08.273Z Downloaded salty v0.3.0
12412026-07-02T17:26:08.280Z Downloaded x509-cert v0.2.5
12422026-07-02T17:26:08.284Z Downloaded proptest v1.10.0
12432026-07-02T17:26:08.290Z Downloaded unicode-normalization v0.1.25
12442026-07-02T17:26:08.295Z Downloaded curve25519-dalek v4.1.3
12452026-07-02T17:26:08.306Z Downloaded quinn-proto v0.11.13
12462026-07-02T17:26:08.313Z Downloaded tower-http v0.6.8
12472026-07-02T17:26:08.318Z Downloaded zip v4.6.1
12482026-07-02T17:26:08.321Z Downloaded nix v0.27.1
12492026-07-02T17:26:08.327Z Downloaded object v0.30.4
12502026-07-02T17:26:08.334Z Downloaded crypto-bigint v0.7.5
12512026-07-02T17:26:08.342Z Downloaded zerovec v0.11.5
12522026-07-02T17:26:08.346Z Downloaded winnow v0.6.26
12532026-07-02T17:26:08.351Z Downloaded tough v0.22.0
12542026-07-02T17:26:08.356Z Downloaded tokio-util v0.7.18
12552026-07-02T17:26:08.363Z Downloaded serde_with v3.17.0
12562026-07-02T17:26:08.369Z Downloaded winnow v0.5.40
12572026-07-02T17:26:08.374Z Downloaded openssl v0.10.79
12582026-07-02T17:26:08.380Z Downloaded radix_trie v0.2.1
12592026-07-02T17:26:08.383Z Downloaded bstr v1.12.1
12602026-07-02T17:26:08.391Z Downloaded polar-core v0.27.3
12612026-07-02T17:26:08.394Z Downloaded russh v0.61.2
12622026-07-02T17:26:08.399Z Downloaded petname v2.0.2
12632026-07-02T17:26:08.414Z Downloaded time v0.3.47
12642026-07-02T17:26:08.420Z Downloaded winnow v1.0.3
12652026-07-02T17:26:08.426Z Downloaded curve25519-dalek v5.0.0-rc.0
12662026-07-02T17:26:08.440Z Downloaded hickory-proto v0.24.4
12672026-07-02T17:26:08.445Z Downloaded tabled v0.20.0
12682026-07-02T17:26:08.456Z Downloaded hickory-proto v0.25.2
12692026-07-02T17:26:08.466Z Downloaded vcpkg v0.2.15
12702026-07-02T17:26:08.490Z Downloaded openapiv3 v2.2.0
12712026-07-02T17:26:08.497Z Downloaded regex-syntax v0.6.29
12722026-07-02T17:26:08.503Z Downloaded smoltcp v0.9.1
12732026-07-02T17:26:08.508Z Downloaded zlib-rs v0.6.2
12742026-07-02T17:26:08.512Z Downloaded zerocopy v0.8.40
12752026-07-02T17:26:08.518Z Downloaded regress v0.10.5
12762026-07-02T17:26:08.523Z Downloaded smoltcp v0.11.0
12772026-07-02T17:26:08.531Z Downloaded regex-syntax v0.8.10
12782026-07-02T17:26:08.537Z Downloaded nix v0.31.2
12792026-07-02T17:26:08.545Z Downloaded nix v0.28.0
12802026-07-02T17:26:08.555Z Downloaded regress v0.11.1
12812026-07-02T17:26:08.559Z Downloaded diesel v2.3.7
12822026-07-02T17:26:08.569Z Downloaded object v0.37.3
12832026-07-02T17:26:08.580Z Downloaded dropshot v0.17.1
12842026-07-02T17:26:08.591Z Downloaded rustix v0.38.44
12852026-07-02T17:26:08.629Z Downloaded rustls v0.23.41
12862026-07-02T17:26:08.648Z Downloaded sqlparser v0.61.0
12872026-07-02T17:26:08.655Z Downloaded fiat-crypto v0.3.0
12882026-07-02T17:26:08.664Z Downloaded sled v0.34.7
12892026-07-02T17:26:08.679Z Downloaded typify-impl v0.6.2
12902026-07-02T17:26:08.687Z Downloaded ratatui v0.29.0
12912026-07-02T17:26:08.701Z Downloaded tracing v0.1.44
12922026-07-02T17:26:08.714Z Downloaded bzip2-sys v0.1.13+1.0.8
12932026-07-02T17:26:08.721Z Downloaded sha3 v0.11.0
12942026-07-02T17:26:08.727Z Downloaded regex-automata v0.4.14
12952026-07-02T17:26:08.740Z Downloaded zerocopy-derive v0.6.6
12962026-07-02T17:26:08.748Z Downloaded petgraph v0.6.5
12972026-07-02T17:26:08.759Z Downloaded jiff v0.2.21
12982026-07-02T17:26:08.771Z Downloaded petgraph v0.8.3
12992026-07-02T17:26:08.786Z Downloaded chrono-tz v0.10.4
13002026-07-02T17:26:08.796Z Downloaded csv v1.4.0
13012026-07-02T17:26:08.838Z Downloaded libz-sys v1.1.24
13022026-07-02T17:26:08.855Z Downloaded ring v0.17.14
13032026-07-02T17:26:08.879Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-07-02T17:26:08.897Z Downloaded sha3 v0.10.8
13052026-07-02T17:26:08.914Z Downloaded tokio v1.52.1
13062026-07-02T17:26:08.993Z Downloaded encoding_rs v0.8.35
13072026-07-02T17:26:09.057Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-07-02T17:26:09.671Z Downloaded aws-lc-sys v0.40.0
13092026-07-02T17:26:09.893Z Compiling libc v0.2.185
13102026-07-02T17:26:09.893Z Compiling serde_core v1.0.228
13112026-07-02T17:26:09.896Z Compiling serde v1.0.228
13122026-07-02T17:26:09.896Z Compiling log v0.4.29
13132026-07-02T17:26:09.897Z Compiling smallvec v1.15.1
13142026-07-02T17:26:09.897Z Compiling shlex v1.3.0
13152026-07-02T17:26:09.897Z Compiling find-msvc-tools v0.1.9
13162026-07-02T17:26:10.034Z Compiling syn v2.0.117
13172026-07-02T17:26:10.257Z Compiling subtle v2.6.1
13182026-07-02T17:26:10.272Z Compiling scopeguard v1.2.0
13192026-07-02T17:26:10.272Z Compiling stable_deref_trait v1.2.1
13202026-07-02T17:26:10.361Z Compiling lock_api v0.4.14
13212026-07-02T17:26:10.375Z Compiling typenum v1.20.1
13222026-07-02T17:26:10.402Z Compiling serde_json v1.0.150
13232026-07-02T17:26:10.405Z Compiling zerocopy v0.8.40
13242026-07-02T17:26:10.456Z Compiling portable-atomic v1.13.1
13252026-07-02T17:26:10.634Z Compiling pin-project-lite v0.2.17
13262026-07-02T17:26:10.663Z Compiling parking_lot_core v0.9.12
13272026-07-02T17:26:10.738Z Compiling critical-section v1.2.0
13282026-07-02T17:26:10.850Z Compiling pkg-config v0.3.32
13292026-07-02T17:26:10.914Z Compiling futures-core v0.3.32
13302026-07-02T17:26:10.954Z Compiling libm v0.2.16
13312026-07-02T17:26:11.035Z Compiling jobserver v0.1.34
13322026-07-02T17:26:11.077Z Compiling errno v0.3.14
13332026-07-02T17:26:11.230Z Compiling getrandom v0.2.17
13342026-07-02T17:26:11.271Z Compiling cc v1.2.56
13352026-07-02T17:26:11.281Z Compiling signal-hook-registry v1.4.8
13362026-07-02T17:26:11.426Z Compiling rand_core v0.6.4
13372026-07-02T17:26:11.468Z Compiling getrandom v0.4.1
13382026-07-02T17:26:11.568Z Compiling once_cell v1.21.3
13392026-07-02T17:26:11.645Z Compiling parking_lot v0.12.5
13402026-07-02T17:26:11.714Z Compiling mio v1.2.0
13412026-07-02T17:26:11.741Z Compiling num-traits v0.2.19
13422026-07-02T17:26:11.805Z Compiling generic-array v0.14.7
13432026-07-02T17:26:11.863Z Compiling const-oid v0.9.6
13442026-07-02T17:26:11.954Z Compiling rand_core v0.10.0
13452026-07-02T17:26:12.223Z Compiling writeable v0.6.2
13462026-07-02T17:26:12.227Z Compiling litemap v0.8.1
13472026-07-02T17:26:12.434Z Compiling bitflags v2.11.0
13482026-07-02T17:26:12.450Z Compiling percent-encoding v2.3.2
13492026-07-02T17:26:12.466Z Compiling semver v1.0.28
13502026-07-02T17:26:12.655Z Compiling socket2 v0.6.3
13512026-07-02T17:26:12.660Z Compiling icu_normalizer_data v2.1.1
13522026-07-02T17:26:12.683Z Compiling icu_properties_data v2.1.2
13532026-07-02T17:26:12.810Z Compiling futures-sink v0.3.32
13542026-07-02T17:26:12.957Z Compiling futures-channel v0.3.32
13552026-07-02T17:26:12.993Z Compiling futures-task v0.3.32
13562026-07-02T17:26:13.083Z Compiling synstructure v0.13.2
13572026-07-02T17:26:13.099Z Compiling futures-io v0.3.32
13582026-07-02T17:26:13.173Z Compiling slab v0.4.12
13592026-07-02T17:26:13.199Z Compiling indexmap v2.14.0
13602026-07-02T17:26:13.257Z Compiling rustversion v1.0.22
13612026-07-02T17:26:13.305Z Compiling utf8_iter v1.0.4
13622026-07-02T17:26:13.358Z Compiling getrandom v0.3.4
13632026-07-02T17:26:13.466Z Compiling form_urlencoded v1.2.2
13642026-07-02T17:26:13.581Z Compiling cmake v0.1.57
13652026-07-02T17:26:13.597Z Compiling rustix v1.1.3
13662026-07-02T17:26:13.705Z Compiling dunce v1.0.5
13672026-07-02T17:26:13.714Z Compiling ident_case v1.0.1
13682026-07-02T17:26:13.753Z Compiling fs_extra v1.3.0
13692026-07-02T17:26:13.842Z Compiling iana-time-zone v0.1.65
13702026-07-02T17:26:13.896Z Compiling regex-syntax v0.8.10
13712026-07-02T17:26:14.002Z Compiling base64ct v1.8.3
13722026-07-02T17:26:14.034Z Compiling aws-lc-sys v0.40.0
13732026-07-02T17:26:14.054Z Compiling vcpkg v0.2.15
13742026-07-02T17:26:14.337Z Compiling rand_core v0.9.5
13752026-07-02T17:26:14.354Z Compiling pem-rfc7468 v0.7.0
13762026-07-02T17:26:14.370Z Compiling rustc_version v0.4.1
13772026-07-02T17:26:14.629Z Compiling uuid v1.23.4
13782026-07-02T17:26:14.667Z Compiling tracing-core v0.1.36
13792026-07-02T17:26:14.719Z Compiling aws-lc-rs v1.16.3
13802026-07-02T17:26:14.871Z Compiling openssl-sys v0.9.115
13812026-07-02T17:26:14.890Z Compiling serde_derive v1.0.228
13822026-07-02T17:26:15.021Z Compiling zeroize_derive v1.4.3
13832026-07-02T17:26:15.247Z Compiling zerofrom-derive v0.1.6
13842026-07-02T17:26:15.401Z Compiling yoke-derive v0.8.1
13852026-07-02T17:26:15.454Z Compiling zerovec-derive v0.11.2
13862026-07-02T17:26:15.470Z Compiling zerocopy-derive v0.8.40
13872026-07-02T17:26:15.726Z Compiling zeroize v1.8.2
13882026-07-02T17:26:15.935Z Compiling displaydoc v0.2.5
13892026-07-02T17:26:16.617Z Compiling tokio-macros v2.7.0
13902026-07-02T17:26:16.642Z Compiling futures-macro v0.3.32
13912026-07-02T17:26:16.692Z Compiling zerofrom v0.1.6
13922026-07-02T17:26:16.714Z Compiling der_derive v0.7.3
13932026-07-02T17:26:16.822Z Compiling yoke v0.8.1
13942026-07-02T17:26:16.976Z Compiling crypto-common v0.1.7
13952026-07-02T17:26:17.026Z Compiling zerovec v0.11.5
13962026-07-02T17:26:17.131Z Compiling zerotrie v0.2.3
13972026-07-02T17:26:17.382Z Compiling block-buffer v0.10.4
13982026-07-02T17:26:17.441Z Compiling thiserror-impl v2.0.18
13992026-07-02T17:26:17.489Z Compiling tinystr v0.8.2
14002026-07-02T17:26:17.545Z Compiling potential_utf v0.1.4
14012026-07-02T17:26:17.559Z Compiling futures-util v0.3.32
14022026-07-02T17:26:17.697Z Compiling icu_locale_core v2.1.1
14032026-07-02T17:26:17.712Z Compiling icu_collections v2.1.1
14042026-07-02T17:26:17.715Z Compiling digest v0.10.7
14052026-07-02T17:26:17.983Z Compiling tracing-attributes v0.1.31
14062026-07-02T17:26:18.212Z Compiling base64 v0.22.1
14072026-07-02T17:26:18.523Z Compiling bytes v1.11.1
14082026-07-02T17:26:18.545Z Compiling icu_provider v2.1.1
14092026-07-02T17:26:18.588Z Compiling chrono v0.4.44
14102026-07-02T17:26:18.830Z Compiling icu_normalizer v2.1.1
14112026-07-02T17:26:18.852Z Compiling icu_properties v2.1.2
14122026-07-02T17:26:19.192Z Compiling tokio v1.52.1
14132026-07-02T17:26:19.432Z Compiling http v1.4.2
14142026-07-02T17:26:19.453Z Compiling flagset v0.4.7
14152026-07-02T17:26:19.584Z Compiling der v0.7.10
14162026-07-02T17:26:20.047Z Compiling idna_adapter v1.2.1
14172026-07-02T17:26:20.067Z Compiling ppv-lite86 v0.2.21
14182026-07-02T17:26:20.126Z Compiling http-body v1.0.1
14192026-07-02T17:26:20.145Z Compiling tracing v0.1.44
14202026-07-02T17:26:20.185Z Compiling idna v1.1.0
14212026-07-02T17:26:20.288Z Compiling thiserror v2.0.18
14222026-07-02T17:26:20.395Z Compiling rand_chacha v0.9.0
14232026-07-02T17:26:20.412Z Compiling rustls-pki-types v1.14.0
14242026-07-02T17:26:20.440Z Compiling httparse v1.10.1
14252026-07-02T17:26:20.478Z Compiling cmov v0.5.4
14262026-07-02T17:26:20.703Z Compiling url v2.5.8
14272026-07-02T17:26:20.795Z Compiling openssl-probe v0.2.1
14282026-07-02T17:26:20.848Z Compiling tinyvec_macros v0.1.1
14292026-07-02T17:26:20.890Z Compiling ctutils v0.4.2
14302026-07-02T17:26:20.909Z Compiling tinyvec v1.10.0
14312026-07-02T17:26:20.923Z Compiling rand v0.9.2
14322026-07-02T17:26:20.972Z Compiling spki v0.7.3
14332026-07-02T17:26:21.104Z Compiling pest_generator v2.8.6
14342026-07-02T17:26:21.130Z Compiling serde_derive_internals v0.29.1
14352026-07-02T17:26:21.177Z Compiling aho-corasick v1.1.4
14362026-07-02T17:26:21.260Z Compiling schemars v0.8.22
14372026-07-02T17:26:21.478Z Compiling tower-service v0.3.3
14382026-07-02T17:26:21.509Z Compiling try-lock v0.2.5
14392026-07-02T17:26:21.577Z Compiling dyn-clone v1.0.20
14402026-07-02T17:26:21.630Z Compiling atomic-waker v1.1.2
14412026-07-02T17:26:21.719Z Compiling tower-layer v0.3.3
14422026-07-02T17:26:21.735Z Compiling untrusted v0.7.1
14432026-07-02T17:26:21.759Z Compiling want v0.3.1
14442026-07-02T17:26:21.808Z Compiling pest_derive v2.8.6
14452026-07-02T17:26:21.876Z Compiling tempfile v3.25.0
14462026-07-02T17:26:21.888Z Compiling hybrid-array v0.4.13
14472026-07-02T17:26:22.023Z Compiling schemars_derive v0.8.22
14482026-07-02T17:26:22.232Z Compiling regex-automata v0.4.14
14492026-07-02T17:26:22.252Z Compiling ipnet v2.11.0
14502026-07-02T17:26:22.265Z Compiling scroll_derive v0.13.1
14512026-07-02T17:26:22.705Z Compiling darling_core v0.20.11
14522026-07-02T17:26:22.745Z Compiling cpufeatures v0.2.17
14532026-07-02T17:26:22.827Z Compiling untrusted v0.9.0
14542026-07-02T17:26:22.896Z Compiling httpdate v1.0.3
14552026-07-02T17:26:22.948Z Compiling openssl v0.10.79
14562026-07-02T17:26:23.080Z Compiling tokio-util v0.7.18
14572026-07-02T17:26:23.128Z Compiling foreign-types-shared v0.1.1
14582026-07-02T17:26:23.201Z Compiling rustls v0.23.41
14592026-07-02T17:26:23.238Z Compiling foreign-types v0.3.2
14602026-07-02T17:26:23.319Z Compiling scroll v0.13.0
14612026-07-02T17:26:23.402Z Compiling unicode-normalization v0.1.25
14622026-07-02T17:26:23.602Z Compiling pkcs8 v0.10.2
14632026-07-02T17:26:23.852Z Compiling h2 v0.4.15
14642026-07-02T17:26:24.153Z Compiling openssl-macros v0.1.1
14652026-07-02T17:26:24.339Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14662026-07-02T17:26:24.577Z Compiling spin v0.9.8
14672026-07-02T17:26:24.640Z Compiling native-tls v0.2.18
14682026-07-02T17:26:24.760Z Compiling powerfmt v0.2.0
14692026-07-02T17:26:24.790Z Compiling time-core v0.1.8
14702026-07-02T17:26:24.870Z Compiling crc32fast v1.5.0
14712026-07-02T17:26:24.946Z Compiling num-conv v0.2.0
14722026-07-02T17:26:24.973Z Compiling deranged v0.5.8
14732026-07-02T17:26:25.015Z Compiling darling_macro v0.20.11
14742026-07-02T17:26:25.082Z Compiling time-macros v0.2.27
14752026-07-02T17:26:25.523Z Compiling darling v0.20.11
14762026-07-02T17:26:25.611Z Compiling goblin v0.10.5
14772026-07-02T17:26:25.995Z Compiling sha2 v0.10.9
14782026-07-02T17:26:26.194Z Compiling hmac v0.12.1
14792026-07-02T17:26:26.365Z Compiling sync_wrapper v1.0.2
14802026-07-02T17:26:26.466Z Compiling wait-timeout v0.2.1
14812026-07-02T17:26:26.479Z Compiling crossbeam-utils v0.8.21
14822026-07-02T17:26:26.739Z Compiling usdt-impl v0.6.0
14832026-07-02T17:26:26.839Z Compiling simd-adler32 v0.3.8
14842026-07-02T17:26:26.961Z Compiling siphasher v1.0.2
14852026-07-02T17:26:27.040Z Compiling num_threads v0.1.7
14862026-07-02T17:26:27.142Z Compiling hyper v1.10.1
14872026-07-02T17:26:27.157Z Compiling syn v1.0.109
14882026-07-02T17:26:27.400Z Compiling bit-vec v0.8.0
14892026-07-02T17:26:27.487Z Compiling quick-error v1.2.3
14902026-07-02T17:26:27.600Z Compiling bit-set v0.8.0
14912026-07-02T17:26:27.644Z Compiling rusty-fork v0.3.1
14922026-07-02T17:26:28.025Z Compiling time v0.3.47
14932026-07-02T17:26:28.138Z Compiling tower v0.5.3
14942026-07-02T17:26:28.156Z Compiling derive_builder_core v0.20.2
14952026-07-02T17:26:28.291Z Compiling hyper-util v0.1.20
14962026-07-02T17:26:28.633Z Compiling dof v0.4.0
14972026-07-02T17:26:28.974Z Compiling dtrace-parser v0.3.0
14982026-07-02T17:26:29.045Z Compiling http-body-util v0.1.3
14992026-07-02T17:26:29.350Z Compiling scroll_derive v0.12.1
15002026-07-02T17:26:29.692Z Compiling thiserror-impl v1.0.69
15012026-07-02T17:26:29.780Z Compiling heapless v0.7.17
15022026-07-02T17:26:29.846Z Compiling rand_xorshift v0.4.0
15032026-07-02T17:26:29.934Z Compiling slog v2.8.2
15042026-07-02T17:26:30.019Z Compiling darling_core v0.21.3
15052026-07-02T17:26:30.044Z Compiling bzip2-sys v0.1.13+1.0.8
15062026-07-02T17:26:30.060Z Compiling thread-id v5.1.0
15072026-07-02T17:26:30.142Z Compiling cookie v0.18.1
15082026-07-02T17:26:30.145Z Compiling anyhow v1.0.102
15092026-07-02T17:26:30.172Z Compiling allocator-api2 v0.2.21
15102026-07-02T17:26:30.349Z Compiling unicode-properties v0.1.4
15112026-07-02T17:26:30.349Z Compiling unicode-bidi v0.3.18
15122026-07-02T17:26:30.484Z Compiling unarray v0.1.4
15132026-07-02T17:26:30.503Z Compiling adler2 v2.0.1
15142026-07-02T17:26:30.565Z Compiling ryu v1.0.23
15152026-07-02T17:26:30.599Z Compiling paste v1.0.15
15162026-07-02T17:26:30.638Z Compiling iri-string v0.7.10
15172026-07-02T17:26:30.749Z Compiling signal-hook v0.3.18
15182026-07-02T17:26:30.887Z Compiling zstd-safe v7.2.4
15192026-07-02T17:26:30.959Z Compiling serde_urlencoded v0.7.1
15202026-07-02T17:26:30.962Z Compiling stringprep v0.1.5
15212026-07-02T17:26:31.040Z Compiling thiserror v1.0.69
15222026-07-02T17:26:31.104Z Compiling miniz_oxide v0.8.9
15232026-07-02T17:26:31.132Z Compiling proptest v1.10.0
15242026-07-02T17:26:31.720Z Compiling scroll v0.12.0
15252026-07-02T17:26:32.013Z Compiling tower-http v0.6.8
15262026-07-02T17:26:32.069Z Compiling derive_builder_macro v0.20.2
15272026-07-02T17:26:32.181Z Compiling camino v1.2.2
15282026-07-02T17:26:32.417Z Compiling tokio-native-tls v0.3.1
15292026-07-02T17:26:32.544Z Compiling bstr v1.12.1
15302026-07-02T17:26:32.562Z Compiling ipnetwork v0.21.1
15312026-07-02T17:26:32.582Z Compiling darling_macro v0.21.3
15322026-07-02T17:26:32.587Z Compiling crypto-common v0.2.2
15332026-07-02T17:26:32.607Z Compiling block-buffer v0.12.1
15342026-07-02T17:26:32.800Z Compiling block-padding v0.4.2
15352026-07-02T17:26:32.961Z Compiling rustls-native-certs v0.8.3
15362026-07-02T17:26:32.975Z Compiling rand_chacha v0.3.1
15372026-07-02T17:26:33.087Z Compiling erased-serde v0.3.31
15382026-07-02T17:26:33.210Z Compiling serde_spanned v0.6.9
15392026-07-02T17:26:33.253Z Compiling serde_tokenstream v0.2.3
15402026-07-02T17:26:33.360Z Compiling toml_datetime v0.6.11
15412026-07-02T17:26:33.578Z Compiling signature v2.2.0
15422026-07-02T17:26:33.578Z Compiling md-5 v0.10.6
15432026-07-02T17:26:33.676Z Compiling pin-project-internal v1.1.11
15442026-07-02T17:26:33.752Z Compiling zerocopy-derive v0.7.35
15452026-07-02T17:26:33.765Z Compiling async-trait v0.1.89
15462026-07-02T17:26:33.781Z Compiling curve25519-dalek v4.1.3
15472026-07-02T17:26:34.167Z Compiling vergen-lib v9.1.0
15482026-07-02T17:26:34.366Z Compiling num-integer v0.1.46
15492026-07-02T17:26:34.379Z Compiling hash32 v0.2.1
15502026-07-02T17:26:34.573Z Compiling memoffset v0.9.1
15512026-07-02T17:26:34.688Z Compiling encoding_rs v0.8.35
15522026-07-02T17:26:34.721Z Compiling psl-types v2.0.11
15532026-07-02T17:26:34.797Z Compiling num-bigint-dig v0.8.6
15542026-07-02T17:26:34.829Z Compiling litrs v1.0.0
15552026-07-02T17:26:34.864Z Compiling cfg_aliases v0.2.1
15562026-07-02T17:26:34.868Z Compiling mime v0.3.17
15572026-07-02T17:26:34.919Z Compiling smoltcp v0.9.1
15582026-07-02T17:26:35.069Z Compiling rustix v0.38.44
15592026-07-02T17:26:35.140Z Compiling zlib-rs v0.6.2
15602026-07-02T17:26:35.303Z Compiling ref-cast v1.0.25
15612026-07-02T17:26:35.367Z Compiling fallible-iterator v0.2.0
15622026-07-02T17:26:35.479Z Compiling document-features v0.2.12
15632026-07-02T17:26:35.668Z Compiling postgres-protocol v0.6.10
15642026-07-02T17:26:35.728Z Compiling nix v0.31.2
15652026-07-02T17:26:36.104Z Compiling pin-project v1.1.11
15662026-07-02T17:26:36.119Z Compiling publicsuffix v2.3.0
15672026-07-02T17:26:36.169Z Compiling hubpack_derive v0.1.1
15682026-07-02T17:26:36.241Z Compiling zerocopy v0.7.35
15692026-07-02T17:26:36.260Z Compiling num-iter v0.1.45
15702026-07-02T17:26:36.382Z Compiling newtype-uuid v1.3.2
15712026-07-02T17:26:36.640Z Compiling rand v0.8.6
15722026-07-02T17:26:36.720Z Compiling darling v0.21.3
15732026-07-02T17:26:36.766Z Compiling inout v0.2.2
15742026-07-02T17:26:36.793Z Compiling oxnet v0.1.6
15752026-07-02T17:26:36.808Z Compiling hyper-tls v0.6.0
15762026-07-02T17:26:36.808Z Compiling derive_builder v0.20.2
15772026-07-02T17:26:37.028Z Compiling goblin v0.8.2
15782026-07-02T17:26:37.533Z Compiling phf_shared v0.13.1
15792026-07-02T17:26:37.602Z Compiling lazy_static v1.5.0
15802026-07-02T17:26:37.703Z Compiling regex v1.12.3
15812026-07-02T17:26:37.758Z Compiling anstyle-parse v0.2.7
15822026-07-02T17:26:37.778Z Compiling futures-executor v0.3.32
15832026-07-02T17:26:37.804Z Compiling hex v0.4.3
15842026-07-02T17:26:37.947Z Compiling terminal_size v0.4.3
15852026-07-02T17:26:38.042Z Compiling daft-derive v0.1.7
15862026-07-02T17:26:38.078Z Compiling strum_macros v0.27.2
15872026-07-02T17:26:38.094Z Compiling snafu-derive v0.8.9
15882026-07-02T17:26:38.129Z Compiling flate2 v1.1.9
15892026-07-02T17:26:38.564Z Compiling curve25519-dalek-derive v0.1.1
15902026-07-02T17:26:38.569Z Compiling ref-cast-impl v1.0.25
15912026-07-02T17:26:38.805Z Compiling vergen v9.1.0
15922026-07-02T17:26:39.011Z Compiling cargo-platform v0.3.2
15932026-07-02T17:26:39.195Z Compiling ff v0.13.1
15942026-07-02T17:26:39.234Z Compiling fs-err v3.3.0
15952026-07-02T17:26:39.312Z Compiling ahash v0.8.12
15962026-07-02T17:26:39.343Z Compiling object v0.37.3
15972026-07-02T17:26:39.449Z Compiling foldhash v0.1.5
15982026-07-02T17:26:39.554Z Compiling unicode-segmentation v1.12.0
15992026-07-02T17:26:39.632Z Compiling bitflags v1.3.2
16002026-07-02T17:26:39.649Z Compiling foldhash v0.2.0
16012026-07-02T17:26:39.721Z Compiling same-file v1.0.6
16022026-07-02T17:26:39.884Z Compiling base16ct v0.2.0
16032026-07-02T17:26:39.898Z Compiling bumpalo v3.20.2
16042026-07-02T17:26:39.973Z Compiling winnow v0.5.40
16052026-07-02T17:26:40.072Z Compiling managed v0.8.0
16062026-07-02T17:26:40.088Z Compiling libbz2-rs-sys v0.2.2
16072026-07-02T17:26:40.224Z Compiling zopfli v0.8.3
16082026-07-02T17:26:40.230Z Compiling strum v0.27.2
16092026-07-02T17:26:40.329Z Compiling snafu v0.8.9
16102026-07-02T17:26:40.676Z Compiling bzip2 v0.6.1
16112026-07-02T17:26:40.707Z Compiling sec1 v0.7.3
16122026-07-02T17:26:40.802Z Compiling clap_builder v4.6.0
16132026-07-02T17:26:40.856Z Compiling walkdir v2.5.0
16142026-07-02T17:26:40.894Z Compiling hashbrown v0.16.1
16152026-07-02T17:26:41.047Z Compiling hashbrown v0.15.5
16162026-07-02T17:26:41.201Z Compiling dof v0.3.0
16172026-07-02T17:26:41.292Z Compiling group v0.13.0
16182026-07-02T17:26:41.479Z Compiling toml_edit v0.19.15
16192026-07-02T17:26:41.518Z Compiling cargo_metadata v0.23.1
16202026-07-02T17:26:41.743Z Compiling daft v0.1.7
16212026-07-02T17:26:41.938Z Compiling futures v0.3.32
16222026-07-02T17:26:42.011Z Compiling anstream v0.6.21
16232026-07-02T17:26:42.028Z Compiling phf v0.13.1
16242026-07-02T17:26:42.194Z Compiling signal-hook-mio v0.2.5
16252026-07-02T17:26:42.331Z Compiling cookie_store v0.22.1
16262026-07-02T17:26:42.683Z Compiling zstd v0.13.3
16272026-07-02T17:26:42.902Z Compiling bzip2 v0.4.4
16282026-07-02T17:26:42.956Z Compiling reqwest v0.12.28
16292026-07-02T17:26:42.992Z Compiling cipher v0.5.2
16302026-07-02T17:26:43.116Z Compiling serde_with_macros v3.17.0
16312026-07-02T17:26:43.311Z Compiling hubpack v0.1.2
16322026-07-02T17:26:43.654Z Compiling postgres-types v0.2.12
16332026-07-02T17:26:44.249Z Compiling ed25519 v2.2.3
16342026-07-02T17:26:44.284Z Compiling usdt-attr-macro v0.6.0
16352026-07-02T17:26:44.321Z Compiling usdt-macro v0.6.0
16362026-07-02T17:26:44.556Z Compiling globset v0.4.18
16372026-07-02T17:26:45.068Z Compiling dtrace-parser v0.2.0
16382026-07-02T17:26:45.118Z Compiling phf_shared v0.11.3
16392026-07-02T17:26:45.136Z Compiling hkdf v0.12.4
16402026-07-02T17:26:45.158Z Compiling olpc-cjson v0.1.4
16412026-07-02T17:26:45.285Z Compiling pkcs1 v0.7.5
16422026-07-02T17:26:45.298Z Compiling pem v3.0.6
16432026-07-02T17:26:45.302Z Compiling serde_plain v1.0.2
16442026-07-02T17:26:45.338Z Compiling serde-big-array v0.5.1
16452026-07-02T17:26:45.474Z Compiling crypto-bigint v0.5.5
16462026-07-02T17:26:45.503Z Compiling strum_macros v0.26.4
16472026-07-02T17:26:45.641Z Compiling enum-as-inner v0.6.1
16482026-07-02T17:26:45.683Z Compiling async-recursion v1.1.1
16492026-07-02T17:26:45.818Z Compiling clap_derive v4.6.1
16502026-07-02T17:26:46.162Z Compiling serde_repr v0.1.20
16512026-07-02T17:26:46.356Z Compiling float-cmp v0.10.0
16522026-07-02T17:26:46.514Z Compiling memmap2 v0.9.10
16532026-07-02T17:26:46.737Z Compiling thread-id v4.2.2
16542026-07-02T17:26:46.752Z Compiling env_filter v1.0.0
16552026-07-02T17:26:46.825Z Compiling data-encoding v2.10.0
16562026-07-02T17:26:46.839Z Compiling winnow v1.0.3
16572026-07-02T17:26:47.066Z Compiling cpufeatures v0.3.0
16582026-07-02T17:26:47.150Z Compiling keccak v0.1.6
16592026-07-02T17:26:47.252Z Compiling either v1.15.0
16602026-07-02T17:26:47.291Z Compiling predicates-core v1.0.10
16612026-07-02T17:26:47.429Z Compiling fixedbitset v0.4.2
16622026-07-02T17:26:47.462Z Compiling new_debug_unreachable v1.0.6
16632026-07-02T17:26:47.534Z Compiling static_assertions v1.1.0
16642026-07-02T17:26:47.550Z Compiling typed-path v0.9.3
16652026-07-02T17:26:47.613Z Compiling const-oid v0.10.2
16662026-07-02T17:26:47.629Z Compiling jiff v0.2.21
16672026-07-02T17:26:47.642Z Compiling difflib v0.4.0
16682026-07-02T17:26:47.656Z Compiling precomputed-hash v0.1.1
16692026-07-02T17:26:47.744Z Compiling whoami v2.1.0
16702026-07-02T17:26:47.817Z Compiling normalize-line-endings v0.3.0
16712026-07-02T17:26:47.896Z Compiling fixedbitset v0.5.7
16722026-07-02T17:26:47.918Z Compiling toml_edit v0.22.27
16732026-07-02T17:26:48.004Z Compiling tokio-postgres v0.7.16
16742026-07-02T17:26:48.131Z Compiling petgraph v0.8.3
16752026-07-02T17:26:48.210Z Compiling predicates v3.1.4
16762026-07-02T17:26:48.213Z Compiling digest v0.11.3
16772026-07-02T17:26:48.439Z Compiling string_cache v0.8.9
16782026-07-02T17:26:48.672Z Compiling clap v4.6.1
16792026-07-02T17:26:48.764Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-02T17:26:48.818Z Compiling petgraph v0.6.5
16812026-07-02T17:26:48.891Z Compiling itertools v0.13.0
16822026-07-02T17:26:50.203Z Compiling sha3 v0.10.8
16832026-07-02T17:26:50.230Z Compiling strum v0.26.3
16842026-07-02T17:26:50.304Z Compiling toml_parser v1.1.2+spec-1.1.0
16852026-07-02T17:26:50.368Z Compiling chacha20 v0.10.0
16862026-07-02T17:26:50.408Z Compiling zip v4.6.1
16872026-07-02T17:26:50.674Z Compiling hickory-proto v0.25.2
16882026-07-02T17:26:50.763Z Compiling env_logger v0.11.9
16892026-07-02T17:26:50.805Z Compiling usdt-impl v0.5.0
16902026-07-02T17:26:50.966Z Compiling usdt v0.6.0
16912026-07-02T17:26:51.137Z Compiling elliptic-curve v0.13.8
16922026-07-02T17:26:51.240Z Compiling rsa v0.9.10
16932026-07-02T17:26:51.411Z Compiling crossterm v0.28.1
16942026-07-02T17:26:51.425Z Compiling ed25519-dalek v2.2.0
16952026-07-02T17:26:51.564Z Compiling serde_with v3.17.0
16962026-07-02T17:26:52.044Z Compiling zip v0.6.6
16972026-07-02T17:26:52.099Z Compiling toml v0.7.8
16982026-07-02T17:26:52.724Z Compiling iddqd v0.4.2
16992026-07-02T17:26:53.302Z Compiling heck v0.4.1
17002026-07-02T17:26:53.364Z Compiling similar v2.7.0
17012026-07-02T17:26:53.476Z Compiling crossbeam-epoch v0.9.18
17022026-07-02T17:26:53.541Z Compiling tokio-stream v0.1.18
17032026-07-02T17:26:53.816Z Compiling buf-list v1.1.2
17042026-07-02T17:26:54.050Z Compiling x509-cert v0.2.5
17052026-07-02T17:26:54.063Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-07-02T17:26:54.132Z Compiling openapiv3 v2.2.0
17072026-07-02T17:26:54.294Z Compiling lalrpop-util v0.19.12
17082026-07-02T17:26:54.411Z Compiling peg-runtime v0.8.5
17092026-07-02T17:26:54.489Z Compiling thread_local v1.1.9
17102026-07-02T17:26:54.713Z Compiling slog-async v2.8.0
17112026-07-02T17:26:54.721Z Compiling crossbeam-channel v0.5.15
17122026-07-02T17:26:54.763Z Compiling filetime v0.2.27
17132026-07-02T17:26:54.967Z Compiling is-terminal v0.4.17
17142026-07-02T17:26:55.075Z Compiling take_mut v0.2.2
17152026-07-02T17:26:55.112Z Compiling xattr v1.6.1
17162026-07-02T17:26:55.202Z Compiling term v1.2.1
17172026-07-02T17:26:55.210Z Compiling tar v0.4.45
17182026-07-02T17:26:55.603Z Compiling slog-term v2.9.2
17192026-07-02T17:26:55.715Z Compiling camino-tempfile v1.4.1
17202026-07-02T17:27:05.461Z Compiling rustls-webpki v0.103.13
17212026-07-02T17:27:08.179Z Compiling tokio-rustls v0.26.4
17222026-07-02T17:27:08.179Z Compiling rustls-platform-verifier v0.6.2
17232026-07-02T17:27:08.182Z Compiling tough v0.22.0
17242026-07-02T17:27:08.395Z Compiling hyper-rustls v0.27.7
17252026-07-02T17:27:08.602Z Compiling reqwest v0.13.2
17262026-07-02T17:27:10.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17272026-07-02T17:27:11.108Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17282026-07-02T17:27:14.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17292026-07-02T17:27:14.172Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17302026-07-02T17:27:14.243ZJul 02 17:27:12.523 INFO Starting download, target: Cockroach
17312026-07-02T17:27:14.243ZJul 02 17:27:12.524 INFO Starting download, target: MaghemiteMgd
17322026-07-02T17:27:14.243ZJul 02 17:27:12.524 INFO Starting download, target: DendriteStub
17332026-07-02T17:27:14.244ZJul 02 17:27:12.524 INFO Starting download, target: Clickhouse
17342026-07-02T17:27:14.244ZJul 02 17:27:12.524 INFO Starting download, target: Console
17352026-07-02T17:27:14.275ZJul 02 17:27:12.524 INFO Starting download, target: MaghemiteDdmd
17362026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Starting download, target: TransceiverControl
17372026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17402026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17422026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-07-02T17:27:14.276ZJul 02 17:27:12.524 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-07-02T17:27:16.432ZJul 02 17:27:14.716 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-07-02T17:27:16.658ZJul 02 17:27:14.882 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-07-02T17:27:16.682ZJul 02 17:27:14.959 INFO Download complete, target: Console
17472026-07-02T17:27:16.943ZJul 02 17:27:15.206 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-07-02T17:27:17.146ZJul 02 17:27:15.428 INFO Download complete, target: TransceiverControl
17492026-07-02T17:27:18.717ZJul 02 17:27:17.013 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17502026-07-02T17:27:18.820ZJul 02 17:27:17.085 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17512026-07-02T17:27:18.979ZJul 02 17:27:17.260 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17522026-07-02T17:27:19.356ZJul 02 17:27:17.654 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-07-02T17:27:19.356ZJul 02 17:27:17.654 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-07-02T17:27:20.618ZJul 02 17:27:18.916 INFO Download complete, target: MaghemiteDdmd
17552026-07-02T17:27:21.241ZJul 02 17:27:19.537 INFO Download complete, target: DendriteStub
17562026-07-02T17:27:21.445ZJul 02 17:27:19.737 INFO Download complete, target: MaghemiteMgd
17572026-07-02T17:27:23.517ZJul 02 17:27:21.813 INFO Checking that binary works, target: Clickhouse
17582026-07-02T17:27:23.658ZJul 02 17:27:21.954 INFO Download complete, target: Clickhouse
17592026-07-02T17:27:24.114ZJul 02 17:27:22.411 INFO Checking that binary works, target: Cockroach
17602026-07-02T17:27:24.231ZJul 02 17:27:22.527 INFO Download complete, target: Cockroach
17612026-07-02T17:27:24.245ZAll builder prerequisites installed successfully, and PATH looks valid
17622026-07-02T17:27:24.249Z
17632026-07-02T17:27:24.249Zreal 2:07.180526553
17642026-07-02T17:27:24.249Zuser 6:50.333177396
17652026-07-02T17:27:24.249Zsys 1:24.582685580
17662026-07-02T17:27:24.249Ztrap 0.231448868
17672026-07-02T17:27:24.250Ztflt 0.504295480
17682026-07-02T17:27:24.250Zdflt 0.822822617
17692026-07-02T17:27:24.250Zkflt 0.021070441
17702026-07-02T17:27:24.250Zlock 22:38.076320288
17712026-07-02T17:27:24.250Zslp 20:52.733164268
17722026-07-02T17:27:24.250Zlat 44.402408416
17732026-07-02T17:27:24.250Zstop 2:03.526719807
17742026-07-02T17:27:24.250Z+ banner clippy
17752026-07-02T17:27:24.250Z
17762026-07-02T17:27:24.250Z #### # # ##### ##### # #
17772026-07-02T17:27:24.250Z # # # # # # # # # #
17782026-07-02T17:27:24.250Z # # # # # # # #
17792026-07-02T17:27:24.250Z # # # ##### ##### #
17802026-07-02T17:27:24.250Z # # # # # # #
17812026-07-02T17:27:24.250Z #### ###### # # # #
17822026-07-02T17:27:24.250Z
17832026-07-02T17:27:24.250Z+ export CARGO_INCREMENTAL=0
17842026-07-02T17:27:24.250Z+ CARGO_INCREMENTAL=0
17852026-07-02T17:27:24.250Z+ ptime -m cargo xtask clippy
17862026-07-02T17:27:24.711Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17872026-07-02T17:27:25.049Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17882026-07-02T17:27:26.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17892026-07-02T17:27:26.883Z Running `target/debug/xtask clippy`
17902026-07-02T17:27:26.909Zrunning: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17912026-07-02T17:27:27.496Z Downloading crates ...
17922026-07-02T17:27:27.734Z Downloaded cast v0.3.0
17932026-07-02T17:27:27.744Z Downloaded assert_cmd v2.1.2
17942026-07-02T17:27:27.744Z Downloaded fancy-regex v0.14.0
17952026-07-02T17:27:27.744Z Downloaded knuffel-derive v3.2.0
17962026-07-02T17:27:27.744Z Downloaded similar-asserts v1.7.0
17972026-07-02T17:27:27.744Z Downloaded relative-path v1.9.3
17982026-07-02T17:27:27.744Z Downloaded plotters-svg v0.3.7
17992026-07-02T17:27:27.744Z Downloaded pathdiff v0.2.3
18002026-07-02T17:27:27.744Z Downloaded approx v0.5.1
18012026-07-02T17:27:27.744Z Downloaded constant_time_eq v0.3.1
18022026-07-02T17:27:27.744Z Downloaded guppy-workspace-hack v0.1.0
18032026-07-02T17:27:27.744Z Downloaded owo-colors v3.5.0
18042026-07-02T17:27:27.744Z Downloaded anes v0.1.6
18052026-07-02T17:27:27.744Z Downloaded async-object-pool v0.2.0
18062026-07-02T17:27:27.744Z Downloaded assert-json-diff v2.0.2
18072026-07-02T17:27:27.745Z Downloaded plotters-backend v0.3.7
18082026-07-02T17:27:27.745Z Downloaded nested v0.1.1
18092026-07-02T17:27:27.745Z Downloaded supports-color v2.1.0
18102026-07-02T17:27:27.763Z Downloaded stringmetrics v2.2.2
18112026-07-02T17:27:27.763Z Downloaded path-tree v0.8.3
18122026-07-02T17:27:27.793Z Downloaded parking v2.2.1
18132026-07-02T17:27:27.793Z Downloaded linkme-impl v0.3.35
18142026-07-02T17:27:27.793Z Downloaded backtrace-ext v0.2.1
18152026-07-02T17:27:27.802Z Downloaded serde_regex v1.1.0
18162026-07-02T17:27:27.802Z Downloaded event-listener-strategy v0.5.4
18172026-07-02T17:27:27.802Z Downloaded supports-unicode v2.1.0
18182026-07-02T17:27:27.802Z Downloaded target-triple v1.0.0
18192026-07-02T17:27:27.802Z Downloaded escape8259 v0.5.3
18202026-07-02T17:27:27.802Z Downloaded miette-derive v5.10.0
18212026-07-02T17:27:27.802Z Downloaded hex-literal v0.4.1
18222026-07-02T17:27:27.822Z Downloaded concurrent-queue v2.5.0
18232026-07-02T17:27:27.822Z Downloaded rustc-demangle v0.1.27
18242026-07-02T17:27:27.822Z Downloaded cfg-expr v0.20.6
18252026-07-02T17:27:27.822Z Downloaded blake2b_simd v1.0.4
18262026-07-02T17:27:27.823Z Downloaded terminal_size v0.1.17
18272026-07-02T17:27:27.823Z Downloaded partial-io v0.5.4
18282026-07-02T17:27:27.823Z Downloaded supports-hyperlinks v2.1.0
18292026-07-02T17:27:27.823Z Downloaded termcolor v1.4.1
18302026-07-02T17:27:27.823Z Downloaded linkme v0.3.35
18312026-07-02T17:27:27.823Z Downloaded futures-timer v3.0.3
18322026-07-02T17:27:27.823Z Downloaded event-listener v5.4.1
18332026-07-02T17:27:27.823Z Downloaded oorandom v11.1.5
18342026-07-02T17:27:27.823Z Downloaded tinytemplate v1.2.1
18352026-07-02T17:27:27.823Z Downloaded rust-argon2 v2.1.0
18362026-07-02T17:27:27.823Z Downloaded criterion-plot v0.6.0
18372026-07-02T17:27:27.824Z Downloaded async-lock v3.4.2
18382026-07-02T17:27:27.824Z Downloaded addr2line v0.25.1
18392026-07-02T17:27:27.824Z Downloaded target-lexicon v0.13.3
18402026-07-02T17:27:27.824Z Downloaded httptest v0.16.4
18412026-07-02T17:27:27.864Z Downloaded hickory-client v0.25.2
18422026-07-02T17:27:27.864Z Downloaded trybuild v1.0.116
18432026-07-02T17:27:27.864Z Downloaded libtest-mimic v0.8.1
18442026-07-02T17:27:27.864Z Downloaded datatest-stable v0.3.3
18452026-07-02T17:27:27.865Z Downloaded chumsky v0.9.3
18462026-07-02T17:27:27.865Z Downloaded target-spec v3.5.7
18472026-07-02T17:27:27.884Z Downloaded rstest_macros v0.25.0
18482026-07-02T17:27:27.884Z Downloaded rstest v0.25.0
18492026-07-02T17:27:27.884Z Downloaded knuffel v3.2.0
18502026-07-02T17:27:27.884Z Downloaded textwrap v0.15.2
18512026-07-02T17:27:27.884Z Downloaded rand_distr v0.5.1
18522026-07-02T17:27:27.884Z Downloaded backtrace v0.3.76
18532026-07-02T17:27:27.884Z Downloaded miette v5.10.0
18542026-07-02T17:27:27.884Z Downloaded criterion v0.7.0
18552026-07-02T17:27:27.891Z Downloaded hashbrown v0.14.5
18562026-07-02T17:27:27.891Z Downloaded guppy v0.17.25
18572026-07-02T17:27:27.891Z Downloaded plotters v0.3.7
18582026-07-02T17:27:27.904Z Downloaded gimli v0.32.3
18592026-07-02T17:27:27.993Z Downloaded httpmock v0.8.3
18602026-07-02T17:27:29.702Z Checking cfg-if v1.0.4
18612026-07-02T17:27:30.067Z Checking libc v0.2.185
18622026-07-02T17:27:30.084Z Checking serde_core v1.0.228
18632026-07-02T17:27:30.132Z Checking memchr v2.8.0
18642026-07-02T17:27:30.192Z Checking zeroize v1.8.2
18652026-07-02T17:27:30.192Z Checking smallvec v1.15.1
18662026-07-02T17:27:30.280Z Checking rand_core v0.10.0
18672026-07-02T17:27:30.292Z Checking itoa v1.0.17
18682026-07-02T17:27:30.332Z Checking subtle v2.6.1
18692026-07-02T17:27:30.377Z Checking log v0.4.29
18702026-07-02T17:27:30.471Z Checking libm v0.2.16
18712026-07-02T17:27:30.517Z Checking typenum v1.20.1
18722026-07-02T17:27:30.549Z Checking getrandom v0.4.1
18732026-07-02T17:27:30.549Z Checking errno v0.3.14
18742026-07-02T17:27:30.596Z Checking scopeguard v1.2.0
18752026-07-02T17:27:30.644Z Checking stable_deref_trait v1.2.1
18762026-07-02T17:27:30.689Z Checking zmij v1.0.21
18772026-07-02T17:27:30.712Z Checking zerofrom v0.1.6
18782026-07-02T17:27:30.748Z Checking lock_api v0.4.14
18792026-07-02T17:27:30.800Z Checking percent-encoding v2.3.2
18802026-07-02T17:27:30.910Z Checking litemap v0.8.1
18812026-07-02T17:27:30.923Z Checking yoke v0.8.1
18822026-07-02T17:27:30.923Z Checking writeable v0.6.2
18832026-07-02T17:27:30.989Z Checking icu_properties_data v2.1.2
18842026-07-02T17:27:31.013Z Checking icu_normalizer_data v2.1.1
18852026-07-02T17:27:31.052Z Checking pin-project-lite v0.2.17
18862026-07-02T17:27:31.131Z Checking zerovec v0.11.5
18872026-07-02T17:27:31.175Z Checking zerotrie v0.2.3
18882026-07-02T17:27:31.216Z Checking num-traits v0.2.19
18892026-07-02T17:27:31.242Z Checking form_urlencoded v1.2.2
18902026-07-02T17:27:31.248Z Checking utf8_iter v1.0.4
18912026-07-02T17:27:31.296Z Checking parking_lot_core v0.9.12
18922026-07-02T17:27:31.348Z Checking zerocopy v0.8.40
18932026-07-02T17:27:31.390Z Checking portable-atomic v1.13.1
18942026-07-02T17:27:31.433Z Checking critical-section v1.2.0
18952026-07-02T17:27:31.479Z Checking signal-hook-registry v1.4.8
18962026-07-02T17:27:31.516Z Checking parking_lot v0.12.5
18972026-07-02T17:27:31.565Z Checking mio v1.2.0
18982026-07-02T17:27:31.611Z Checking tinystr v0.8.2
18992026-07-02T17:27:31.676Z Checking potential_utf v0.1.4
19002026-07-02T17:27:31.708Z Checking serde v1.0.228
19012026-07-02T17:27:31.753Z Checking serde_json v1.0.150
19022026-07-02T17:27:31.777Z Checking bitflags v2.11.0
19032026-07-02T17:27:31.817Z Checking icu_locale_core v2.1.1
19042026-07-02T17:27:31.860Z Checking icu_collections v2.1.1
19052026-07-02T17:27:31.867Z Checking once_cell v1.21.3
19062026-07-02T17:27:31.971Z Checking socket2 v0.6.3
19072026-07-02T17:27:32.056Z Checking iana-time-zone v0.1.65
19082026-07-02T17:27:32.129Z Checking uuid v1.23.4
19092026-07-02T17:27:32.178Z Checking bytes v1.11.1
19102026-07-02T17:27:32.178Z Checking chrono v0.4.44
19112026-07-02T17:27:32.255Z Checking thiserror v2.0.18
19122026-07-02T17:27:32.267Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19132026-07-02T17:27:32.379Z Checking semver v1.0.28
19142026-07-02T17:27:32.434Z Checking icu_provider v2.1.1
19152026-07-02T17:27:32.466Z Checking futures-core v0.3.32
19162026-07-02T17:27:32.507Z Checking dyn-clone v1.0.20
19172026-07-02T17:27:32.598Z Checking getrandom v0.2.17
19182026-07-02T17:27:32.648Z Checking equivalent v1.0.2
19192026-07-02T17:27:32.698Z Checking cmov v0.5.4
19202026-07-02T17:27:32.698Z Checking rustix v1.1.3
19212026-07-02T17:27:32.760Z Checking tokio v1.52.1
19222026-07-02T17:27:32.775Z Checking icu_properties v2.1.2
19232026-07-02T17:27:32.878Z Checking icu_normalizer v2.1.1
19242026-07-02T17:27:32.900Z Checking rand_core v0.6.4
19252026-07-02T17:27:32.916Z Checking ctutils v0.4.2
19262026-07-02T17:27:33.074Z Checking byteorder v1.5.0
19272026-07-02T17:27:33.109Z Checking futures-sink v0.3.32
19282026-07-02T17:27:33.153Z Checking hybrid-array v0.4.13
19292026-07-02T17:27:33.198Z Checking slab v0.4.12
19302026-07-02T17:27:33.265Z Checking futures-channel v0.3.32
19312026-07-02T17:27:33.308Z Checking futures-io v0.3.32
19322026-07-02T17:27:33.451Z Checking futures-task v0.3.32
19332026-07-02T17:27:33.478Z Checking generic-array v0.14.7
19342026-07-02T17:27:33.538Z Checking thiserror v1.0.69
19352026-07-02T17:27:33.566Z Checking futures-util v0.3.32
19362026-07-02T17:27:33.596Z Checking getrandom v0.3.4
19372026-07-02T17:27:33.644Z Checking hashbrown v0.17.0
19382026-07-02T17:27:33.670Z Checking idna_adapter v1.2.1
19392026-07-02T17:27:33.777Z Checking const-oid v0.9.6
19402026-07-02T17:27:33.840Z Checking idna v1.1.0
19412026-07-02T17:27:33.961Z Checking base64ct v1.8.3
19422026-07-02T17:27:33.998Z Checking crypto-common v0.2.2
19432026-07-02T17:27:34.144Z Checking url v2.5.8
19442026-07-02T17:27:34.206Z Checking indexmap v2.14.0
19452026-07-02T17:27:34.270Z Checking crypto-common v0.1.7
19462026-07-02T17:27:34.339Z Checking ppv-lite86 v0.2.21
19472026-07-02T17:27:34.424Z Checking fnv v1.0.7
19482026-07-02T17:27:34.502Z Checking regex-syntax v0.8.10
19492026-07-02T17:27:34.545Z Checking block-buffer v0.12.1
19502026-07-02T17:27:34.619Z Checking schemars v0.8.22
19512026-07-02T17:27:34.677Z Checking block-buffer v0.10.4
19522026-07-02T17:27:34.759Z Checking http v1.4.2
19532026-07-02T17:27:34.921Z Checking tracing-core v0.1.36
19542026-07-02T17:27:34.921Z Checking utf8parse v0.2.2
19552026-07-02T17:27:34.924Z Checking digest v0.10.7
19562026-07-02T17:27:34.924Z Checking base64 v0.22.1
19572026-07-02T17:27:35.052Z Checking anstyle v1.0.14
19582026-07-02T17:27:35.118Z Checking tracing v0.1.44
19592026-07-02T17:27:35.194Z Checking anstyle-query v1.1.5
19602026-07-02T17:27:35.491Z Checking is_terminal_polyfill v1.70.2
19612026-07-02T17:27:35.545Z Checking colorchoice v1.0.4
19622026-07-02T17:27:35.545Z Checking ipnet v2.11.0
19632026-07-02T17:27:35.546Z Checking const-oid v0.10.2
19642026-07-02T17:27:35.546Z Checking anstyle-parse v1.0.0
19652026-07-02T17:27:35.546Z Checking terminal_size v0.4.3
19662026-07-02T17:27:35.546Z Checking aho-corasick v1.1.4
19672026-07-02T17:27:35.554Z Checking crossbeam-utils v0.8.21
19682026-07-02T17:27:35.593Z Checking unicode-ident v1.0.24
19692026-07-02T17:27:35.622Z Checking clap_lex v1.0.0
19702026-07-02T17:27:35.627Z Checking anstream v1.0.0
19712026-07-02T17:27:35.627Z Checking strsim v0.11.1
19722026-07-02T17:27:35.839Z Checking proc-macro2 v1.0.106
19732026-07-02T17:27:35.909Z Checking powerfmt v0.2.0
19742026-07-02T17:27:35.909Z Checking httparse v1.10.1
19752026-07-02T17:27:35.946Z Checking time-core v0.1.8
19762026-07-02T17:27:35.974Z Checking num-conv v0.2.0
19772026-07-02T17:27:35.974Z Checking clap_builder v4.6.0
19782026-07-02T17:27:36.011Z Checking deranged v0.5.8
19792026-07-02T17:27:36.075Z Checking quote v1.0.45
19802026-07-02T17:27:36.130Z Checking num_threads v0.1.7
19812026-07-02T17:27:36.136Z Checking tokio-util v0.7.18
19822026-07-02T17:27:36.181Z Checking cpufeatures v0.3.0
19832026-07-02T17:27:36.181Z Checking rand_core v0.9.5
19842026-07-02T17:27:36.283Z Checking regex-automata v0.4.14
19852026-07-02T17:27:36.304Z Checking digest v0.11.3
19862026-07-02T17:27:36.304Z Checking erased-serde v0.3.31
19872026-07-02T17:27:36.411Z Checking syn v2.0.117
19882026-07-02T17:27:36.442Z Checking http-body v1.0.1
19892026-07-02T17:27:36.576Z Checking atomic-waker v1.1.2
19902026-07-02T17:27:36.655Z Checking cpufeatures v0.2.17
19912026-07-02T17:27:36.748Z Checking allocator-api2 v0.2.21
19922026-07-02T17:27:36.780Z Checking rand_chacha v0.9.0
19932026-07-02T17:27:36.813Z Checking slog v2.8.2
19942026-07-02T17:27:36.868Z Checking aws-lc-sys v0.40.0
19952026-07-02T17:27:37.016Z Checking anyhow v1.0.102
19962026-07-02T17:27:37.130Z Checking rustls-pki-types v1.14.0
19972026-07-02T17:27:37.130Z Checking time v0.3.47
19982026-07-02T17:27:37.206Z Checking untrusted v0.7.1
19992026-07-02T17:27:37.257Z Checking httpdate v1.0.3
20002026-07-02T17:27:37.296Z Checking try-lock v0.2.5
20012026-07-02T17:27:37.328Z Checking clap v4.6.1
20022026-07-02T17:27:37.364Z Checking rand v0.9.2
20032026-07-02T17:27:37.412Z Checking want v0.3.1
20042026-07-02T17:27:37.458Z Checking h2 v0.4.15
20052026-07-02T17:27:37.506Z Checking aws-lc-rs v1.16.3
20062026-07-02T17:27:37.552Z Checking tower-layer v0.3.3
20072026-07-02T17:27:38.038Z Checking tower-service v0.3.3
20082026-07-02T17:27:38.138Z Checking ryu v1.0.23
20092026-07-02T17:27:38.138Z Checking ipnetwork v0.21.1
20102026-07-02T17:27:38.138Z Checking hex v0.4.3
20112026-07-02T17:27:38.138Z Checking untrusted v0.9.0
20122026-07-02T17:27:38.138Z Checking fastrand v2.3.0
20132026-07-02T17:27:38.138Z Checking mime v0.3.17
20142026-07-02T17:27:38.199Z Checking pem-rfc7468 v0.7.0
20152026-07-02T17:27:38.301Z Checking block-padding v0.4.2
20162026-07-02T17:27:38.370Z Checking spin v0.9.8
20172026-07-02T17:27:38.370Z Checking flagset v0.4.7
20182026-07-02T17:27:38.370Z Checking http-body-util v0.1.3
20192026-07-02T17:27:38.414Z Checking simd-adler32 v0.3.8
20202026-07-02T17:27:38.414Z Checking inout v0.2.2
20212026-07-02T17:27:38.415Z Checking rustls-webpki v0.103.13
20222026-07-02T17:27:38.460Z Checking pretty-hex v0.4.1
20232026-07-02T17:27:38.460Z Checking der v0.7.10
20242026-07-02T17:27:38.613Z Checking tempfile v3.25.0
20252026-07-02T17:27:38.690Z Checking plain v0.2.3
20262026-07-02T17:27:38.690Z Checking openssl-probe v0.2.1
20272026-07-02T17:27:38.771Z Checking adler2 v2.0.1
20282026-07-02T17:27:39.108Z Checking cipher v0.5.2
20292026-07-02T17:27:39.108Z Checking regex v1.12.3
20302026-07-02T17:27:39.108Z Checking serde_urlencoded v0.7.1
20312026-07-02T17:27:39.181Z Checking camino v1.2.2
20322026-07-02T17:27:39.181Z Checking miniz_oxide v0.8.9
20332026-07-02T17:27:39.181Z Checking rustls v0.23.41
20342026-07-02T17:27:39.182Z Checking encoding_rs v0.8.35
20352026-07-02T17:27:39.182Z Checking ucd-trie v0.1.7
20362026-07-02T17:27:39.182Z Checking rand_chacha v0.3.1
20372026-07-02T17:27:39.204Z Checking oxnet v0.1.6
20382026-07-02T17:27:39.351Z Checking pest v2.8.6
20392026-07-02T17:27:39.442Z Checking sync_wrapper v1.0.2
20402026-07-02T17:27:39.442Z Checking spki v0.7.3
20412026-07-02T17:27:39.442Z Checking rand v0.8.6
20422026-07-02T17:27:39.540Z Checking either v1.15.0
20432026-07-02T17:27:39.540Z Checking tower v0.5.3
20442026-07-02T17:27:39.654Z Checking futures-executor v0.3.32
20452026-07-02T17:27:39.704Z Checking crc32fast v1.5.0
20462026-07-02T17:27:39.759Z Checking iri-string v0.7.10
20472026-07-02T17:27:39.818Z Checking futures v0.3.32
20482026-07-02T17:27:39.911Z Checking static_assertions v1.1.0
20492026-07-02T17:27:39.957Z Checking foldhash v0.2.0
20502026-07-02T17:27:40.015Z Checking pkcs8 v0.10.2
20512026-07-02T17:27:40.061Z Checking openapiv3 v2.2.0
20522026-07-02T17:27:40.134Z Checking hubpack v0.1.2
20532026-07-02T17:27:40.152Z Checking hashbrown v0.16.1
20542026-07-02T17:27:40.184Z Checking zlib-rs v0.6.2
20552026-07-02T17:27:40.286Z Checking rustls-native-certs v0.8.3
20562026-07-02T17:27:40.345Z Checking sha2 v0.10.9
20572026-07-02T17:27:40.403Z Checking hyper v1.10.1
20582026-07-02T17:27:40.528Z Checking strum v0.26.3
20592026-07-02T17:27:40.629Z Checking psl-types v2.0.11
20602026-07-02T17:27:40.692Z Checking lazy_static v1.5.0
20612026-07-02T17:27:40.787Z Checking cookie v0.18.1
20622026-07-02T17:27:41.437Z Checking publicsuffix v2.3.0
20632026-07-02T17:27:41.437Z Checking tinyvec_macros v0.1.1
20642026-07-02T17:27:41.600Z Checking tower-http v0.6.8
20652026-07-02T17:27:41.600Z Checking tinyvec v1.10.0
20662026-07-02T17:27:41.600Z Checking scroll v0.13.0
20672026-07-02T17:27:41.600Z Checking cookie_store v0.22.1
20682026-07-02T17:27:41.600Z Checking flate2 v1.1.9
20692026-07-02T17:27:41.600Z Checking signature v2.2.0
20702026-07-02T17:27:41.600Z Checking goblin v0.10.5
20712026-07-02T17:27:41.600Z Checking num-integer v0.1.46
20722026-07-02T17:27:41.600Z Checking tokio-rustls v0.26.4
20732026-07-02T17:27:41.601Z Checking rustls-platform-verifier v0.6.2
20742026-07-02T17:27:41.601Z Checking memmap2 v0.9.10
20752026-07-02T17:27:41.601Z Checking data-encoding v2.10.0
20762026-07-02T17:27:41.601Z Checking hyper-util v0.1.20
20772026-07-02T17:27:41.619Z Checking bit-vec v0.8.0
20782026-07-02T17:27:41.619Z Checking dtrace-parser v0.3.0
20792026-07-02T17:27:41.619Z Checking hmac v0.12.1
20802026-07-02T17:27:41.619Z Checking wait-timeout v0.2.1
20812026-07-02T17:27:41.619Z Checking thread-id v5.1.0
20822026-07-02T17:27:41.751Z Checking bstr v1.12.1
20832026-07-02T17:27:41.802Z Checking bit-set v0.8.0
20842026-07-02T17:27:41.802Z Checking crossbeam-epoch v0.9.18
20852026-07-02T17:27:41.802Z Checking anstyle-parse v0.2.7
20862026-07-02T17:27:41.855Z Checking ahash v0.8.12
20872026-07-02T17:27:41.886Z Checking toml_datetime v0.6.11
20882026-07-02T17:27:41.926Z Checking serde_spanned v0.6.9
20892026-07-02T17:27:41.963Z Checking quick-error v1.2.3
20902026-07-02T17:27:42.082Z Checking anstream v0.6.21
20912026-07-02T17:27:42.098Z Checking rand_xorshift v0.4.0
20922026-07-02T17:27:42.152Z Checking rusty-fork v0.3.1
20932026-07-02T17:27:42.171Z Checking memoffset v0.9.1
20942026-07-02T17:27:42.205Z Checking scroll v0.12.0
20952026-07-02T17:27:42.235Z Checking unarray v0.1.4
20962026-07-02T17:27:42.295Z Checking x509-cert v0.2.5
20972026-07-02T17:27:42.376Z Checking zerocopy v0.7.35
20982026-07-02T17:27:42.435Z Checking unicode-segmentation v1.12.0
20992026-07-02T17:27:42.457Z Checking num-iter v0.1.45
21002026-07-02T17:27:42.457Z Checking proptest v1.10.0
21012026-07-02T17:27:42.479Z Checking goblin v0.8.2
21022026-07-02T17:27:42.558Z Checking dtrace-parser v0.2.0
21032026-07-02T17:27:42.741Z Checking ff v0.13.1
21042026-07-02T17:27:42.843Z Checking hyper-rustls v0.27.7
21052026-07-02T17:27:42.907Z Checking thread-id v4.2.2
21062026-07-02T17:27:42.960Z Checking foreign-types-shared v0.1.1
21072026-07-02T17:27:42.960Z Checking base16ct v0.2.0
21082026-07-02T17:27:42.991Z Checking group v0.13.0
21092026-07-02T17:27:43.081Z Checking nix v0.31.2
21102026-07-02T17:27:43.081Z Checking foreign-types v0.3.2
21112026-07-02T17:27:43.155Z Checking reqwest v0.13.2
21122026-07-02T17:27:43.155Z Checking sec1 v0.7.3
21132026-07-02T17:27:43.219Z Checking hkdf v0.12.4
21142026-07-02T17:27:43.219Z Checking crypto-bigint v0.5.5
21152026-07-02T17:27:43.310Z Checking rustix v0.38.44
21162026-07-02T17:27:43.399Z Checking openssl-sys v0.9.115
21172026-07-02T17:27:43.669Z Checking dof v0.4.0
21182026-07-02T17:27:43.789Z Checking env_filter v1.0.0
21192026-07-02T17:27:43.982Z Checking winnow v0.7.14
21202026-07-02T17:27:44.040Z Checking keccak v0.1.6
21212026-07-02T17:27:44.180Z Checking same-file v1.0.6
21222026-07-02T17:27:44.200Z Checking elliptic-curve v0.13.8
21232026-07-02T17:27:44.238Z Checking sha3 v0.10.8
21242026-07-02T17:27:44.311Z Checking env_logger v0.11.9
21252026-07-02T17:27:48.187Z Checking walkdir v2.5.0
21262026-07-02T17:27:48.372Z Checking usdt-impl v0.6.0
21272026-07-02T17:27:48.372Z Checking newtype-uuid v1.3.2
21282026-07-02T17:27:48.372Z Checking openssl v0.10.79
21292026-07-02T17:27:48.372Z Checking dof v0.3.0
21302026-07-02T17:27:48.373Z Checking num-bigint-dig v0.8.6
21312026-07-02T17:27:48.373Z Checking pkcs1 v0.7.5
21322026-07-02T17:27:48.373Z Checking itertools v0.13.0
21332026-07-02T17:27:48.373Z Checking daft v0.1.7
21342026-07-02T17:27:48.373Z Checking usdt v0.6.0
21352026-07-02T17:27:48.373Z Checking usdt-impl v0.5.0
21362026-07-02T17:27:48.385Z Checking serde_with v3.17.0
21372026-07-02T17:27:48.385Z Checking bitflags v1.3.2
21382026-07-02T17:27:48.385Z Checking siphasher v1.0.2
21392026-07-02T17:27:48.385Z Checking winnow v1.0.3
21402026-07-02T17:27:48.385Z Checking unicode-normalization v0.1.25
21412026-07-02T17:27:48.385Z Checking signal-hook v0.3.18
21422026-07-02T17:27:48.385Z Checking toml_write v0.1.2
21432026-07-02T17:27:48.385Z Checking toml_parser v1.1.2+spec-1.1.0
21442026-07-02T17:27:48.385Z Checking managed v0.8.0
21452026-07-02T17:27:48.385Z Checking rsa v0.9.10
21462026-07-02T17:27:48.385Z Checking winnow v0.5.40
21472026-07-02T17:27:48.385Z Checking toml_edit v0.22.27
21482026-07-02T17:27:48.385Z Checking chacha20 v0.10.0
21492026-07-02T17:27:48.385Z Checking curve25519-dalek v4.1.3
21502026-07-02T17:27:48.385Z Checking bzip2-sys v0.1.13+1.0.8
21512026-07-02T17:27:48.385Z Checking object v0.37.3
21522026-07-02T17:27:48.385Z Checking foldhash v0.1.5
21532026-07-02T17:27:48.385Z Checking bzip2 v0.4.4
21542026-07-02T17:27:48.386Z Checking hashbrown v0.15.5
21552026-07-02T17:27:48.386Z Checking signal-hook-mio v0.2.5
21562026-07-02T17:27:48.386Z Checking globset v0.4.18
21572026-07-02T17:27:48.386Z Checking ed25519 v2.2.3
21582026-07-02T17:27:48.386Z Checking ref-cast v1.0.25
21592026-07-02T17:27:48.386Z Checking native-tls v0.2.18
21602026-07-02T17:27:48.386Z Checking zstd-sys v2.0.16+zstd.1.5.7
21612026-07-02T17:27:48.386Z Checking ed25519-dalek v2.2.0
21622026-07-02T17:27:48.386Z Checking zip v0.6.6
21632026-07-02T17:27:48.386Z Checking pin-project v1.1.11
21642026-07-02T17:27:48.386Z Checking toml_edit v0.19.15
21652026-07-02T17:27:48.386Z Checking libbz2-rs-sys v0.2.2
21662026-07-02T17:27:48.386Z Checking tokio-native-tls v0.3.1
21672026-07-02T17:27:48.387Z Checking zstd-safe v7.2.4
21682026-07-02T17:27:48.387Z Checking bumpalo v3.20.2
21692026-07-02T17:27:48.387Z Checking crossterm v0.28.1
21702026-07-02T17:27:48.387Z Checking similar v2.7.0
21712026-07-02T17:27:48.387Z Checking zstd v0.13.3
21722026-07-02T17:27:48.387Z Checking hyper-tls v0.6.0
21732026-07-02T17:27:48.387Z Checking zopfli v0.8.3
21742026-07-02T17:27:48.387Z Checking bzip2 v0.6.1
21752026-07-02T17:27:48.387Z Checking fs-err v3.3.0
21762026-07-02T17:27:48.387Z Checking reqwest v0.12.28
21772026-07-02T17:27:48.387Z Checking pem v3.0.6
21782026-07-02T17:27:48.387Z Checking hash32 v0.2.1
21792026-07-02T17:27:48.387Z Checking serde-big-array v0.5.1
21802026-07-02T17:27:48.387Z Checking predicates-core v1.0.10
21812026-07-02T17:27:48.387Z Checking unicode-properties v0.1.4
21822026-07-02T17:27:48.387Z Checking unicode-bidi v0.3.18
21832026-07-02T17:27:48.387Z Checking jiff v0.2.21
21842026-07-02T17:27:48.387Z Checking heapless v0.7.17
21852026-07-02T17:27:48.387Z Checking snafu v0.8.9
21862026-07-02T17:27:48.387Z Checking toml v0.7.8
21872026-07-02T17:27:48.387Z Checking olpc-cjson v0.1.4
21882026-07-02T17:27:48.387Z Checking hickory-proto v0.25.2
21892026-07-02T17:27:48.388Z Checking stringprep v0.1.5
21902026-07-02T17:27:48.388Z Checking md-5 v0.10.6
21912026-07-02T17:27:48.388Z Checking serde_plain v1.0.2
21922026-07-02T17:27:48.388Z Checking float-cmp v0.10.0
21932026-07-02T17:27:48.388Z Checking difflib v0.4.0
21942026-07-02T17:27:48.388Z Checking typed-path v0.9.3
21952026-07-02T17:27:48.388Z Checking fallible-iterator v0.2.0
21962026-07-02T17:27:48.389Z Checking normalize-line-endings v0.3.0
21972026-07-02T17:27:48.482Z Checking smoltcp v0.9.1
21982026-07-02T17:27:48.498Z Checking iddqd v0.4.2
21992026-07-02T17:27:48.512Z Checking phf_shared v0.11.3
22002026-07-02T17:27:48.555Z Checking predicates v3.1.4
22012026-07-02T17:27:48.684Z Checking postgres-protocol v0.6.10
22022026-07-02T17:27:48.733Z Checking phf_shared v0.13.1
22032026-07-02T17:27:49.068Z Checking tokio-stream v0.1.18
22042026-07-02T17:27:49.133Z Checking buf-list v1.1.2
22052026-07-02T17:27:49.133Z Checking strum v0.27.2
22062026-07-02T17:27:49.201Z Checking new_debug_unreachable v1.0.6
22072026-07-02T17:27:49.475Z Checking tough v0.22.0
22082026-07-02T17:27:49.475Z Checking fixedbitset v0.5.7
22092026-07-02T17:27:49.475Z Checking lalrpop-util v0.19.12
22102026-07-02T17:27:49.475Z Checking fixedbitset v0.4.2
22112026-07-02T17:27:49.495Z Checking precomputed-hash v0.1.1
22122026-07-02T17:27:49.495Z Checking petgraph v0.6.5
22132026-07-02T17:27:49.495Z Checking string_cache v0.8.9
22142026-07-02T17:27:49.495Z Checking petgraph v0.8.3
22152026-07-02T17:27:49.515Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-02T17:27:49.529Z Checking postgres-types v0.2.12
22172026-07-02T17:27:49.680Z Checking phf v0.13.1
22182026-07-02T17:27:49.868Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22192026-07-02T17:27:49.920Z Checking whoami v2.1.0
22202026-07-02T17:27:50.099Z Checking zip v4.6.1
22212026-07-02T17:27:50.155Z Checking peg-runtime v0.8.5
22222026-07-02T17:27:50.194Z Checking tokio-postgres v0.7.16
22232026-07-02T17:27:50.465Z Checking is-terminal v0.4.17
22242026-07-02T17:27:50.699Z Checking crossbeam-channel v0.5.15
22252026-07-02T17:27:50.736Z Checking thread_local v1.1.9
22262026-07-02T17:27:50.777Z Compiling structmeta-derive v0.3.0
22272026-07-02T17:27:50.947Z Checking term v1.2.1
22282026-07-02T17:27:50.986Z Checking take_mut v0.2.2
22292026-07-02T17:27:51.028Z Compiling newtype-uuid-macros v0.1.0
22302026-07-02T17:27:51.165Z Checking slog-async v2.8.0
22312026-07-02T17:27:51.212Z Compiling multer v3.1.0
22322026-07-02T17:27:51.236Z Checking slog-term v2.9.2
22332026-07-02T17:27:51.349Z Compiling async-stream-impl v0.3.6
22342026-07-02T17:27:51.390Z Checking match_cfg v0.1.0
22352026-07-02T17:27:51.492Z Checking hostname v0.3.1
22362026-07-02T17:27:51.532Z Checking slog-json v2.6.1
22372026-07-02T17:27:51.536Z Compiling dropshot v0.17.1
22382026-07-02T17:27:51.604Z Compiling dropshot_endpoint v0.17.1
22392026-07-02T17:27:51.643Z Checking debug-ignore v1.0.5
22402026-07-02T17:27:51.727Z Checking slog-bunyan v2.5.0
22412026-07-02T17:27:51.778Z Checking progenitor-client v0.14.0
22422026-07-02T17:27:51.876Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-07-02T17:27:51.917Z Checking sha1 v0.11.0
22442026-07-02T17:27:51.920Z Checking toml_datetime v1.1.1+spec-1.1.0
22452026-07-02T17:27:51.985Z Compiling structmeta v0.3.0
22462026-07-02T17:27:52.027Z Checking serde_path_to_error v0.1.20
22472026-07-02T17:27:52.100Z Checking serde_spanned v1.1.1
22482026-07-02T17:27:52.140Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-07-02T17:27:52.181Z Checking toml_writer v1.1.1+spec-1.1.0
22502026-07-02T17:27:52.224Z Checking compression-core v0.4.31
22512026-07-02T17:27:52.267Z Compiling derive-ex v0.1.8
22522026-07-02T17:27:52.271Z Checking async-stream v0.3.6
22532026-07-02T17:27:52.379Z Checking rustls-pemfile v2.2.0
22542026-07-02T17:27:52.419Z Checking toml v1.1.2+spec-1.1.0
22552026-07-02T17:27:52.423Z Checking compression-codecs v0.4.37
22562026-07-02T17:27:52.490Z Checking waitgroup v0.1.2
22572026-07-02T17:27:52.560Z Checking hostname v0.4.2
22582026-07-02T17:27:52.602Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22592026-07-02T17:27:52.620Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22602026-07-02T17:27:52.673Z Checking atomicwrites v0.4.4
22612026-07-02T17:27:52.676Z Checking async-compression v0.4.41
22622026-07-02T17:27:52.747Z Checking itertools v0.14.0
22632026-07-02T17:27:52.767Z Compiling parse-display-derive v0.10.0
22642026-07-02T17:27:52.834Z Checking macaddr v1.0.1
22652026-07-02T17:27:52.892Z Checking regress v0.10.5
22662026-07-02T17:27:53.010Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-07-02T17:27:53.208Z Checking instant v0.1.13
22682026-07-02T17:27:53.208Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-07-02T17:27:53.231Z Checking backoff v0.4.0
22702026-07-02T17:27:53.359Z Checking backon v1.6.0
22712026-07-02T17:27:53.410Z Checking humantime v2.3.0
22722026-07-02T17:27:53.495Z Checking unicode-width v0.2.0
22732026-07-02T17:27:53.575Z Checking progenitor-extras v0.2.0
22742026-07-02T17:27:53.620Z Compiling convert_case v0.4.0
22752026-07-02T17:27:53.779Z Checking heck v0.5.0
22762026-07-02T17:27:53.831Z Checking half v2.7.1
22772026-07-02T17:27:53.885Z Checking ciborium-io v0.2.2
22782026-07-02T17:27:53.935Z Checking secrecy v0.10.3
22792026-07-02T17:27:54.016Z Checking camino-tempfile v1.4.1
22802026-07-02T17:27:54.059Z Compiling derive_more v0.99.20
22812026-07-02T17:27:54.091Z Compiling test-strategy v0.4.5
22822026-07-02T17:27:54.098Z Compiling regress v0.11.1
22832026-07-02T17:27:54.257Z Checking ciborium-ll v0.2.2
22842026-07-02T17:27:54.295Z Checking indent_write v2.2.0
22852026-07-02T17:27:54.388Z Checking ciborium v0.2.2
22862026-07-02T17:27:54.415Z Compiling crucible-workspace-hack v0.1.0
22872026-07-02T17:27:54.567Z Checking parse-display v0.10.0
22882026-07-02T17:27:54.726Z Compiling unsafe-libyaml v0.2.11
22892026-07-02T17:27:54.836Z Checking inout v0.1.4
22902026-07-02T17:27:54.872Z Checking universal-hash v0.5.1
22912026-07-02T17:27:55.009Z Checking cipher v0.4.4
22922026-07-02T17:27:55.047Z Compiling thiserror-impl-no-std v2.0.2
22932026-07-02T17:27:55.254Z Checking opaque-debug v0.3.1
22942026-07-02T17:27:55.367Z Compiling serde_yaml v0.9.34+deprecated
22952026-07-02T17:27:55.516Z Checking swrite v0.1.0
22962026-07-02T17:27:55.558Z Checking poly1305 v0.8.0
22972026-07-02T17:27:55.643Z Checking chacha20 v0.9.1
22982026-07-02T17:27:55.684Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-07-02T17:27:55.867Z Compiling typify-impl v0.6.2
23002026-07-02T17:27:55.907Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-07-02T17:27:56.133Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23022026-07-02T17:27:56.291Z Checking blake2 v0.10.6
23032026-07-02T17:27:56.349Z Checking thiserror-no-std v2.0.2
23042026-07-02T17:27:56.472Z Checking aead v0.5.2
23052026-07-02T17:27:56.580Z Checking password-hash v0.5.0
23062026-07-02T17:27:56.659Z Checking chacha20poly1305 v0.10.1
23072026-07-02T17:27:56.758Z Checking vsss-rs v3.3.4
23082026-07-02T17:27:56.828Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23092026-07-02T17:27:56.868Z Checking argon2 v0.5.3
23102026-07-02T17:27:56.945Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23112026-07-02T17:27:57.252Z Checking byte-wrapper v0.1.0
23122026-07-02T17:27:57.296Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23132026-07-02T17:27:57.302Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-07-02T17:27:57.372Z Checking crossbeam-deque v0.8.6
23152026-07-02T17:27:57.510Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23162026-07-02T17:27:57.570Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-07-02T17:27:57.607Z Compiling rayon-core v1.13.0
23182026-07-02T17:27:57.614Z Compiling toml_datetime v0.7.5+spec-1.1.0
23192026-07-02T17:27:57.934Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-07-02T17:27:57.970Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23212026-07-02T17:27:58.264Z Compiling proc-macro-error v1.0.4
23222026-07-02T17:27:58.264Z Checking rayon v1.11.0
23232026-07-02T17:27:58.642Z Compiling proc-macro-crate v3.4.0
23242026-07-02T17:27:59.009Z Checking tabwriter v1.4.1
23252026-07-02T17:27:59.054Z Checking toml v0.8.23
23262026-07-02T17:27:59.122Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23272026-07-02T17:27:59.184Z Checking glob v0.3.3
23282026-07-02T17:27:59.224Z Compiling num_enum_derive v0.7.6
23292026-07-02T17:27:59.227Z Compiling heapless v0.8.0
23302026-07-02T17:27:59.295Z Checking colored v3.1.1
23312026-07-02T17:27:59.402Z Compiling ingot-macros v0.1.1
23322026-07-02T17:27:59.444Z Checking hash32 v0.3.1
23332026-07-02T17:27:59.531Z Compiling smoltcp v0.11.0
23342026-07-02T17:27:59.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-07-02T17:27:59.834Z Checking unicode-width v0.1.14
23362026-07-02T17:27:59.989Z Checking cobs v0.3.0
23372026-07-02T17:28:00.025Z Compiling usdt-macro v0.5.0
23382026-07-02T17:28:00.065Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23392026-07-02T17:28:00.125Z Compiling usdt-attr-macro v0.5.0
23402026-07-02T17:28:00.169Z Checking memmap v0.7.0
23412026-07-02T17:28:00.308Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23422026-07-02T17:28:00.381Z Checking num_enum v0.7.6
23432026-07-02T17:28:00.498Z Checking postcard v1.1.3
23442026-07-02T17:28:00.586Z Compiling typify-macro v0.6.2
23452026-07-02T17:28:00.633Z Checking rand v0.10.1
23462026-07-02T17:28:00.817Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23472026-07-02T17:28:00.857Z Compiling proc-macro-crate v1.3.1
23482026-07-02T17:28:00.973Z Checking usdt v0.5.0
23492026-07-02T17:28:01.064Z Checking sigpipe v0.1.3
23502026-07-02T17:28:01.196Z Compiling foreign-types-macros v0.2.3
23512026-07-02T17:28:01.237Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23522026-07-02T17:28:01.254Z Checking foreign-types-shared v0.3.1
23532026-07-02T17:28:01.354Z Compiling num_enum_derive v0.5.11
23542026-07-02T17:28:01.576Z Checking cstr-argument v0.1.2
23552026-07-02T17:28:01.680Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-07-02T17:28:01.719Z Compiling num-derive v0.4.2
23572026-07-02T17:28:01.758Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-02T17:28:01.863Z Checking foreign-types v0.5.0
23592026-07-02T17:28:01.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23602026-07-02T17:28:02.173Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-07-02T17:28:02.279Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23622026-07-02T17:28:02.287Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23632026-07-02T17:28:02.356Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-07-02T17:28:02.428Z Checking ingot-types v0.1.2
23652026-07-02T17:28:02.489Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-07-02T17:28:02.495Z Compiling typify v0.6.2
23672026-07-02T17:28:02.595Z Checking num_enum v0.5.11
23682026-07-02T17:28:02.806Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-07-02T17:28:02.827Z Compiling progenitor-impl v0.14.0
23702026-07-02T17:28:02.828Z Compiling zone_cfg_derive v0.3.1
23712026-07-02T17:28:02.828Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-07-02T17:28:02.845Z Checking ingot v0.1.1
23732026-07-02T17:28:02.982Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23742026-07-02T17:28:03.023Z Checking itertools v0.12.1
23752026-07-02T17:28:03.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-07-02T17:28:03.482Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23772026-07-02T17:28:03.582Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23782026-07-02T17:28:03.675Z Checking smf v0.2.3
23792026-07-02T17:28:03.721Z Checking whoami v1.6.1
23802026-07-02T17:28:03.779Z Checking tokio-dtrace v0.1.1
23812026-07-02T17:28:03.851Z Compiling derive-where v1.6.0
23822026-07-02T17:28:03.933Z Checking console v0.15.11
23832026-07-02T17:28:03.976Z Checking newline-converter v0.3.0
23842026-07-02T17:28:04.009Z Checking oxide-tokio-rt v0.1.4
23852026-07-02T17:28:04.101Z Checking zone v0.3.1
23862026-07-02T17:28:04.136Z Checking bytecount v0.6.9
23872026-07-02T17:28:04.216Z Compiling owo-colors v4.3.0
23882026-07-02T17:28:04.253Z Checking expectorate v1.2.0
23892026-07-02T17:28:04.291Z Compiling cancel-safe-futures v0.1.5
23902026-07-02T17:28:04.426Z Checking libsw-core v0.3.2
23912026-07-02T17:28:04.499Z Checking num-rational v0.4.2
23922026-07-02T17:28:04.555Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23932026-07-02T17:28:04.629Z Checking libsw v3.5.0
23942026-07-02T17:28:04.938Z Checking num-complex v0.4.6
23952026-07-02T17:28:04.996Z Checking linear-map v1.2.0
23962026-07-02T17:28:05.087Z Checking float-ord v0.3.2
23972026-07-02T17:28:05.190Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
23982026-07-02T17:28:05.232Z Checking num v0.4.3
23992026-07-02T17:28:05.244Z Checking gethostname v0.5.0
24002026-07-02T17:28:05.306Z Compiling prettyplease v0.2.37
24012026-07-02T17:28:05.346Z Compiling progenitor-macro v0.14.0
24022026-07-02T17:28:05.384Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24032026-07-02T17:28:05.388Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24042026-07-02T17:28:05.388Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24052026-07-02T17:28:05.602Z Checking resolv-conf v0.7.6
24062026-07-02T17:28:05.828Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24072026-07-02T17:28:05.867Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24082026-07-02T17:28:05.905Z Checking unicode-linebreak v0.1.5
24092026-07-02T17:28:06.183Z Checking smawk v0.3.2
24102026-07-02T17:28:06.360Z Checking papergrid v0.11.0
24112026-07-02T17:28:07.268Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24122026-07-02T17:28:07.334Z Compiling tabled_derive v0.7.0
24132026-07-02T17:28:07.335Z Compiling convert_case v0.10.0
24142026-07-02T17:28:07.335Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-07-02T17:28:07.388Z Compiling slog-dtrace v0.3.0
24162026-07-02T17:28:07.388Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-07-02T17:28:07.525Z Compiling derive_more-impl v2.1.1
24182026-07-02T17:28:07.612Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24192026-07-02T17:28:07.759Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24202026-07-02T17:28:08.155Z Checking tabled v0.15.0
24212026-07-02T17:28:08.401Z Checking derive_more v2.1.1
24222026-07-02T17:28:08.482Z Checking linked-hash-map v0.5.6
24232026-07-02T17:28:08.526Z Checking crossterm v0.29.0
24242026-07-02T17:28:08.657Z Checking lru-cache v0.1.2
24252026-07-02T17:28:09.079Z Checking hickory-proto v0.24.4
24262026-07-02T17:28:09.142Z Checking fd-lock v4.0.4
24272026-07-02T17:28:09.373Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24282026-07-02T17:28:10.124Z Checking vte v0.14.1
24292026-07-02T17:28:10.149Z Checking display-error-chain v0.2.2
24302026-07-02T17:28:10.203Z Checking strip-ansi-escapes v0.2.1
24312026-07-02T17:28:10.289Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24322026-07-02T17:28:10.515Z Checking progenitor v0.14.0
24332026-07-02T17:28:10.537Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-07-02T17:28:10.665Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24352026-07-02T17:28:11.364Z Checking termtree v0.5.1
24362026-07-02T17:28:11.532Z Checking nu-ansi-term v0.50.3
24372026-07-02T17:28:11.609Z Checking hickory-resolver v0.24.4
24382026-07-02T17:28:11.685Z Checking textwrap v0.16.2
24392026-07-02T17:28:11.785Z Checking reedline v0.40.0
24402026-07-02T17:28:11.823Z Compiling minimal-lexical v0.2.1
24412026-07-02T17:28:12.115Z Compiling nom v7.1.3
24422026-07-02T17:28:12.167Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-07-02T17:28:12.955Z Checking qorb v0.4.1
24442026-07-02T17:28:13.041Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452026-07-02T17:28:13.041Z Compiling unicode-xid v0.2.6
24462026-07-02T17:28:13.042Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24472026-07-02T17:28:13.142Z Compiling ar_archive_writer v0.5.1
24482026-07-02T17:28:13.183Z Checking csv-core v0.1.13
24492026-07-02T17:28:13.465Z Checking csv v1.4.0
24502026-07-02T17:28:17.172Z Compiling stacker v0.1.23
24512026-07-02T17:28:17.354Z Checking highway v1.3.0
24522026-07-02T17:28:17.354Z Compiling cfg_aliases v0.1.1
24532026-07-02T17:28:17.354Z Compiling semver v0.1.20
24542026-07-02T17:28:17.354Z Compiling nix v0.28.0
24552026-07-02T17:28:17.354Z Checking nibble_vec v0.1.0
24562026-07-02T17:28:17.354Z Checking endian-type v0.1.2
24572026-07-02T17:28:17.354Z Compiling psm v0.1.30
24582026-07-02T17:28:17.354Z Compiling rustc_version v0.1.7
24592026-07-02T17:28:17.355Z Checking radix_trie v0.2.1
24602026-07-02T17:28:17.355Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24612026-07-02T17:28:17.355Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24622026-07-02T17:28:17.355Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24632026-07-02T17:28:17.355Z Compiling newtype_derive v0.1.6
24642026-07-02T17:28:17.355Z Checking phf_shared v0.12.1
24652026-07-02T17:28:17.355Z Compiling recursive-proc-macro-impl v0.1.1
24662026-07-02T17:28:17.355Z Compiling chrono-tz v0.10.4
24672026-07-02T17:28:17.403Z Checking phf v0.12.1
24682026-07-02T17:28:17.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24692026-07-02T17:28:17.403Z Compiling const_format_proc_macros v0.2.34
24702026-07-02T17:28:17.403Z Checking recursive v0.1.1
24712026-07-02T17:28:17.403Z Compiling peg-macros v0.8.5
24722026-07-02T17:28:17.403Z Checking nom v8.0.0
24732026-07-02T17:28:17.403Z Checking winnow v0.6.26
24742026-07-02T17:28:17.403Z Compiling sqlparser_derive v0.5.0
24752026-07-02T17:28:17.403Z Checking home v0.5.12
24762026-07-02T17:28:17.403Z Checking unicode_categories v0.1.1
24772026-07-02T17:28:17.403Z Checking rustyline v14.0.0
24782026-07-02T17:28:17.403Z Checking const_format v0.2.35
24792026-07-02T17:28:17.403Z Checking sqlparser v0.61.0
24802026-07-02T17:28:17.403Z Checking sqlformat v0.3.5
24812026-07-02T17:28:17.404Z Checking peg v0.8.5
24822026-07-02T17:28:17.404Z Checking bcs v0.1.6
24832026-07-02T17:28:17.404Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24842026-07-02T17:28:17.404Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-07-02T17:28:17.404Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24862026-07-02T17:28:17.404Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-07-02T17:28:17.404Z Checking steno v0.4.1
24882026-07-02T17:28:17.404Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
24892026-07-02T17:28:17.446Z Checking sha1 v0.10.6
24902026-07-02T17:28:17.568Z Checking filetime v0.2.27
24912026-07-02T17:28:17.648Z Checking xattr v1.6.1
24922026-07-02T17:28:17.979Z Checking tar v0.4.45
24932026-07-02T17:28:18.206Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-07-02T17:28:18.254Z Checking subprocess v0.2.15
24952026-07-02T17:28:18.317Z Checking headers-core v0.3.0
24962026-07-02T17:28:18.422Z Checking base64 v0.21.7
24972026-07-02T17:28:18.467Z Checking headers v0.4.1
24982026-07-02T17:28:18.590Z Checking yasna v0.5.2
24992026-07-02T17:28:18.709Z Checking dropshot-api-manager-types v0.7.2
25002026-07-02T17:28:18.921Z Checking tagptr v0.2.0
25012026-07-02T17:28:18.976Z Checking utf-8 v0.7.6
25022026-07-02T17:28:19.023Z Checking rcgen v0.12.1
25032026-07-02T17:28:19.102Z Checking moka v0.12.13
25042026-07-02T17:28:19.153Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-07-02T17:28:19.338Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25062026-07-02T17:28:19.388Z Checking tungstenite v0.21.0
25072026-07-02T17:28:19.428Z Compiling libefi-sys v0.1.0
25082026-07-02T17:28:19.721Z Compiling bitfield-struct v0.6.2
25092026-07-02T17:28:19.811Z Checking hickory-resolver v0.25.2
25102026-07-02T17:28:19.897Z Checking tokio-tungstenite v0.21.0
25112026-07-02T17:28:20.247Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25122026-07-02T17:28:20.428Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25132026-07-02T17:28:20.532Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25142026-07-02T17:28:20.575Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-07-02T17:28:20.938Z Compiling radium v0.7.0
25162026-07-02T17:28:20.998Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-07-02T17:28:21.094Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25182026-07-02T17:28:21.150Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-07-02T17:28:21.317Z Checking tap v1.0.1
25202026-07-02T17:28:21.353Z Compiling maybe-uninit v2.0.0
25212026-07-02T17:28:21.428Z Compiling zerocopy-derive v0.6.6
25222026-07-02T17:28:21.462Z Checking wyz v0.5.1
25232026-07-02T17:28:21.515Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25242026-07-02T17:28:21.607Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25252026-07-02T17:28:21.657Z Checking funty v2.0.0
25262026-07-02T17:28:21.693Z Checking crc-catalog v2.4.0
25272026-07-02T17:28:21.776Z Compiling packed_struct v0.10.1
25282026-07-02T17:28:21.854Z Checking crc v3.4.0
25292026-07-02T17:28:21.892Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-07-02T17:28:22.022Z Checking bitvec v1.0.1
25312026-07-02T17:28:22.156Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25322026-07-02T17:28:22.208Z Compiling packed_struct_codegen v0.10.1
25332026-07-02T17:28:22.353Z Checking zerocopy v0.6.6
25342026-07-02T17:28:22.393Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25352026-07-02T17:28:22.745Z Compiling bitfield-macros v0.19.4
25362026-07-02T17:28:23.204Z Compiling indexmap v1.9.3
25372026-07-02T17:28:23.359Z Checking nodrop v0.1.14
25382026-07-02T17:28:23.500Z Checking array-init v0.0.4
25392026-07-02T17:28:23.504Z Checking bitfield v0.19.4
25402026-07-02T17:28:23.573Z Checking smallvec v0.6.14
25412026-07-02T17:28:23.815Z Checking hashbrown v0.12.3
25422026-07-02T17:28:23.851Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25432026-07-02T17:28:23.890Z Checking serde-hex v0.1.0
25442026-07-02T17:28:24.056Z Checking ron v0.8.1
25452026-07-02T17:28:24.572Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25462026-07-02T17:28:24.632Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25472026-07-02T17:28:24.669Z Checking hashbrown v0.13.2
25482026-07-02T17:28:24.798Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-02T17:28:24.970Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25502026-07-02T17:28:25.077Z Checking crc-any v2.5.0
25512026-07-02T17:28:25.155Z Checking object v0.30.4
25522026-07-02T17:28:25.297Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25532026-07-02T17:28:25.360Z Compiling xshell-macros v0.2.7
25542026-07-02T17:28:25.494Z Checking path-slash v0.1.5
25552026-07-02T17:28:25.528Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25562026-07-02T17:28:25.838Z Checking xshell v0.2.7
25572026-07-02T17:28:25.942Z Checking half v1.8.3
25582026-07-02T17:28:25.984Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25592026-07-02T17:28:26.071Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25602026-07-02T17:28:26.249Z Checking serde_cbor v0.11.2
25612026-07-02T17:28:26.299Z Compiling proc-macro-error-attr2 v2.0.0
25622026-07-02T17:28:26.681Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25632026-07-02T17:28:26.768Z Compiling proc-macro-error2 v2.0.1
25642026-07-02T17:28:26.917Z Compiling num-derive v0.3.3
25652026-07-02T17:28:26.957Z Checking maplit v1.0.2
25662026-07-02T17:28:27.079Z Checking papergrid v0.17.0
25672026-07-02T17:28:27.129Z Compiling tabled_derive v0.11.0
25682026-07-02T17:28:27.435Z Checking testing_table v0.3.0
25692026-07-02T17:28:27.572Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25702026-07-02T17:28:27.922Z Checking libscf-sys v1.1.0
25712026-07-02T17:28:27.978Z Compiling progenitor-impl v0.13.0
25722026-07-02T17:28:28.015Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-07-02T17:28:28.090Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25742026-07-02T17:28:28.127Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25752026-07-02T17:28:28.342Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25762026-07-02T17:28:28.398Z Checking tabled v0.20.0
25772026-07-02T17:28:28.677Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-07-02T17:28:28.966Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
25792026-07-02T17:28:29.051Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25802026-07-02T17:28:29.350Z Checking progenitor-client v0.13.0
25812026-07-02T17:28:29.444Z Compiling git-stub v1.0.0
25822026-07-02T17:28:29.632Z Checking unicase v2.9.0
25832026-07-02T17:28:29.717Z Compiling git-stub-vcs v0.1.0
25842026-07-02T17:28:29.755Z Checking crc8 v0.1.1
25852026-07-02T17:28:29.834Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25862026-07-02T17:28:29.891Z Checking fxhash v0.2.1
25872026-07-02T17:28:30.055Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
25882026-07-02T17:28:30.121Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25892026-07-02T17:28:30.323Z Compiling vergen-lib v0.1.6
25902026-07-02T17:28:30.573Z Compiling diesel_derives v2.3.7
25912026-07-02T17:28:30.644Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25922026-07-02T17:28:30.681Z Compiling progenitor-macro v0.13.0
25932026-07-02T17:28:30.715Z Checking scheduled-thread-pool v0.2.7
25942026-07-02T17:28:30.780Z Compiling dsl_auto_type v0.2.0
25952026-07-02T17:28:30.862Z Compiling vergen-gitcl v1.0.8
25962026-07-02T17:28:30.896Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-02T17:28:30.944Z Checking r2d2 v0.8.10
25982026-07-02T17:28:31.087Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992026-07-02T17:28:31.164Z Checking downcast-rs v2.0.2
26002026-07-02T17:28:31.168Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26012026-07-02T17:28:31.231Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26022026-07-02T17:28:31.479Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26032026-07-02T17:28:31.638Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26042026-07-02T17:28:31.717Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26052026-07-02T17:28:31.754Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26062026-07-02T17:28:31.792Z Checking kstat-rs v0.2.4
26072026-07-02T17:28:31.835Z Checking arc-swap v1.8.2
26082026-07-02T17:28:32.011Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26092026-07-02T17:28:32.046Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26102026-07-02T17:28:32.081Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26112026-07-02T17:28:32.117Z Checking slog-scope v4.4.1
26122026-07-02T17:28:32.296Z Compiling dirs-sys-next v0.1.2
26132026-07-02T17:28:32.353Z Compiling parking_lot_core v0.8.6
26142026-07-02T17:28:32.599Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-07-02T17:28:32.636Z Compiling crunchy v0.2.4
26162026-07-02T17:28:32.748Z Compiling dirs-next v2.0.0
26172026-07-02T17:28:32.905Z Checking slog-stdlog v4.1.1
26182026-07-02T17:28:32.996Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26192026-07-02T17:28:33.033Z Compiling clang-sys v1.8.1
26202026-07-02T17:28:33.067Z Compiling tiny-keccak v2.0.2
26212026-07-02T17:28:33.364Z Checking slog-envlogger v2.2.0
26222026-07-02T17:28:33.516Z Compiling term v0.7.0
26232026-07-02T17:28:33.585Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-07-02T17:28:33.622Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26252026-07-02T17:28:33.789Z Compiling bit-vec v0.6.3
26262026-07-02T17:28:33.916Z Compiling ascii-canvas v3.0.0
26272026-07-02T17:28:34.042Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26282026-07-02T17:28:34.078Z Compiling bit-set v0.5.3
26292026-07-02T17:28:34.123Z Checking parking_lot v0.11.2
26302026-07-02T17:28:34.204Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26312026-07-02T17:28:34.268Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26322026-07-02T17:28:34.357Z Checking prefix-trie v0.7.0
26332026-07-02T17:28:34.396Z Compiling itertools v0.10.5
26342026-07-02T17:28:34.622Z Compiling ena v0.14.4
26352026-07-02T17:28:34.730Z Compiling libloading v0.8.9
26362026-07-02T17:28:34.744Z Compiling bindgen v0.71.1
26372026-07-02T17:28:34.779Z Compiling regex-syntax v0.6.29
26382026-07-02T17:28:34.876Z Compiling diff v0.1.13
26392026-07-02T17:28:35.264Z Checking hickory-server v0.25.2
26402026-07-02T17:28:35.369Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26412026-07-02T17:28:35.641Z Checking sled v0.34.7
26422026-07-02T17:28:35.770Z Checking progenitor v0.13.0
26432026-07-02T17:28:35.976Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26442026-07-02T17:28:36.016Z Compiling cexpr v0.6.0
26452026-07-02T17:28:36.627Z Compiling lalrpop v0.19.12
26462026-07-02T17:28:36.752Z Checking nanorand v0.7.0
26472026-07-02T17:28:36.892Z Compiling salty v0.3.0
26482026-07-02T17:28:37.000Z Compiling rustc-hash v2.1.1
26492026-07-02T17:28:37.043Z Checking flume v0.11.1
26502026-07-02T17:28:37.052Z Checking diesel v2.3.7
26512026-07-02T17:28:37.250Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26522026-07-02T17:28:37.325Z Compiling libxml v0.3.3
26532026-07-02T17:28:37.530Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26542026-07-02T17:28:37.964Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26552026-07-02T17:28:38.459Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26562026-07-02T17:28:38.730Z Compiling strum_macros v0.24.3
26572026-07-02T17:28:38.767Z Compiling fs-err v2.11.0
26582026-07-02T17:28:39.019Z Compiling indoc v1.0.9
26592026-07-02T17:28:39.522Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26602026-07-02T17:28:39.775Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26612026-07-02T17:28:39.938Z Checking quick-xml v0.37.5
26622026-07-02T17:28:40.167Z Checking derive_builder v0.20.2
26632026-07-02T17:28:40.204Z Compiling oso-derive v0.27.3
26642026-07-02T17:28:40.323Z Compiling trait-variant v0.1.2
26652026-07-02T17:28:40.752Z Compiling impl-trait-for-tuples v0.2.3
26662026-07-02T17:28:40.940Z Checking openssl-probe v0.1.6
26672026-07-02T17:28:40.944Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26682026-07-02T17:28:41.296Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26692026-07-02T17:28:41.798Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26702026-07-02T17:28:42.407Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26712026-07-02T17:28:42.633Z Checking rfc6979 v0.4.0
26722026-07-02T17:28:42.772Z Checking parse-size v1.1.0
26732026-07-02T17:28:42.810Z Checking assert_matches v1.5.0
26742026-07-02T17:28:42.813Z Checking ecdsa v0.16.9
26752026-07-02T17:28:42.921Z Checking primeorder v0.13.6
26762026-07-02T17:28:42.958Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26772026-07-02T17:28:43.225Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26782026-07-02T17:28:43.243Z Checking p384 v0.13.1
26792026-07-02T17:28:43.455Z Checking predicates-tree v1.0.13
26802026-07-02T17:28:43.609Z Checking bb8 v0.8.6
26812026-07-02T17:28:43.720Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26822026-07-02T17:28:43.902Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26832026-07-02T17:28:44.012Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26842026-07-02T17:28:44.047Z Checking http-range v0.1.5
26852026-07-02T17:28:44.100Z Compiling mime_guess v2.0.5
26862026-07-02T17:28:44.305Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26872026-07-02T17:28:44.382Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26882026-07-02T17:28:44.531Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26892026-07-02T17:28:44.743Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
26902026-07-02T17:28:44.747Z Checking atty v0.2.14
26912026-07-02T17:28:44.810Z Checking corncobs v0.1.4
26922026-07-02T17:28:44.815Z Checking nonempty v0.12.0
26932026-07-02T17:28:44.972Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26942026-07-02T17:28:45.042Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
26952026-07-02T17:28:45.086Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26962026-07-02T17:28:45.275Z Checking ignore v0.4.25
26972026-07-02T17:28:45.278Z Checking secrecy v0.8.0
26982026-07-02T17:28:45.418Z Checking hyper-staticfile v0.10.1
26992026-07-02T17:28:45.709Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27002026-07-02T17:28:45.747Z Checking globwalk v0.9.1
27012026-07-02T17:28:45.779Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27022026-07-02T17:28:45.965Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27032026-07-02T17:28:46.104Z Compiling illumos-nvpair-sys v0.2.0
27042026-07-02T17:28:46.153Z Checking camino-tempfile-ext v0.3.3
27052026-07-02T17:28:46.253Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27062026-07-02T17:28:46.395Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27072026-07-02T17:28:46.440Z Checking signal-hook-tokio v0.3.1
27082026-07-02T17:28:46.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27092026-07-02T17:28:46.812Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27102026-07-02T17:28:46.898Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27112026-07-02T17:28:47.230Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27122026-07-02T17:28:47.307Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27132026-07-02T17:28:47.463Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27142026-07-02T17:28:47.611Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27152026-07-02T17:28:47.642Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27162026-07-02T17:28:47.673Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27172026-07-02T17:28:48.039Z Checking illumos-nvpair v0.3.0
27182026-07-02T17:28:48.238Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27192026-07-02T17:28:48.671Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27202026-07-02T17:28:49.108Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27212026-07-02T17:28:49.397Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27222026-07-02T17:28:49.462Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27232026-07-02T17:28:49.498Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27242026-07-02T17:28:49.628Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27252026-07-02T17:28:49.665Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
27262026-07-02T17:28:49.765Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
27272026-07-02T17:28:50.352Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27282026-07-02T17:28:50.472Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27292026-07-02T17:28:50.812Z Checking tungstenite v0.23.0
27302026-07-02T17:28:50.892Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27312026-07-02T17:28:50.934Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-07-02T17:28:51.279Z Checking tokio-tungstenite v0.23.1
27332026-07-02T17:28:51.386Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27342026-07-02T17:28:51.587Z Checking rand_seeder v0.4.0
27352026-07-02T17:28:51.776Z Checking diesel-dtrace v0.5.0
27362026-07-02T17:28:51.837Z Checking async-bb8-diesel v0.2.1
27372026-07-02T17:28:51.883Z Checking void v1.0.2
27382026-07-02T17:28:52.008Z Checking lzss v0.8.2
27392026-07-02T17:28:52.076Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27402026-07-02T17:28:52.088Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27412026-07-02T17:28:52.210Z Checking nix v0.27.1
27422026-07-02T17:28:52.249Z Checking serde_bytes v0.11.19
27432026-07-02T17:28:52.259Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27442026-07-02T17:28:52.385Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27452026-07-02T17:28:52.496Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27462026-07-02T17:28:52.766Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27472026-07-02T17:28:53.113Z Checking is_ci v1.2.0
27482026-07-02T17:28:53.251Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27492026-07-02T17:28:53.384Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27502026-07-02T17:28:53.456Z Checking yansi v1.0.1
27512026-07-02T17:28:53.542Z Checking cpubits v0.1.1
27522026-07-02T17:28:53.654Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27532026-07-02T17:28:53.751Z Checking pretty_assertions v1.4.1
27542026-07-02T17:28:53.936Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27552026-07-02T17:28:53.981Z Checking pem-rfc7468 v1.0.0
27562026-07-02T17:28:54.190Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27572026-07-02T17:28:54.234Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27582026-07-02T17:28:54.515Z Compiling darling_core v0.23.0
27592026-07-02T17:28:54.580Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
27602026-07-02T17:28:55.463Z Compiling indoc v2.0.7
27612026-07-02T17:28:55.574Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27622026-07-02T17:28:55.834Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-07-02T17:28:56.002Z Checking hmac v0.13.0
27642026-07-02T17:28:56.208Z Checking universal-hash v0.6.1
27652026-07-02T17:28:56.377Z Compiling libz-sys v1.1.24
27662026-07-02T17:28:56.625Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27672026-07-02T17:28:56.686Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-07-02T17:28:56.827Z Compiling instability v0.3.11
27692026-07-02T17:28:57.146Z Compiling darling_macro v0.23.0
27702026-07-02T17:28:57.162Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-07-02T17:28:57.218Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-02T17:28:57.335Z Checking castaway v0.2.4
27732026-07-02T17:28:57.510Z Checking compact_str v0.8.1
27742026-07-02T17:28:57.681Z Compiling darling v0.23.0
27752026-07-02T17:28:57.928Z Checking polyval v0.7.1
27762026-07-02T17:28:58.135Z Checking der v0.8.0
27772026-07-02T17:28:58.322Z Checking supports-color v3.0.2
27782026-07-02T17:28:58.494Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27792026-07-02T17:28:58.563Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27802026-07-02T17:28:58.766Z Checking unicode-truncate v1.1.0
27812026-07-02T17:28:58.822Z Checking console v0.16.2
27822026-07-02T17:28:58.945Z Checking lru v0.12.5
27832026-07-02T17:28:58.983Z Compiling libgit2-sys v0.18.3+1.9.2
27842026-07-02T17:28:59.028Z Checking unit-prefix v0.5.2
27852026-07-02T17:28:59.142Z Checking cassowary v0.3.0
27862026-07-02T17:28:59.219Z Checking indicatif v0.18.4
27872026-07-02T17:28:59.308Z Checking ghash v0.6.0
27882026-07-02T17:28:59.400Z Checking ratatui v0.29.0
27892026-07-02T17:28:59.632Z Checking pbkdf2 v0.13.0
27902026-07-02T17:28:59.668Z Checking aes v0.9.1
27912026-07-02T17:28:59.784Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27922026-07-02T17:29:00.114Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27932026-07-02T17:29:00.371Z Checking ctr v0.10.1
27942026-07-02T17:29:00.588Z Checking aead v0.6.1
27952026-07-02T17:29:00.767Z Checking sha2 v0.11.0
27962026-07-02T17:29:00.803Z Checking cargo-platform v0.3.2
27972026-07-02T17:29:01.023Z Checking cargo_metadata v0.23.1
27982026-07-02T17:29:01.059Z Checking aes-gcm v0.11.0
27992026-07-02T17:29:01.328Z Checking spki v0.8.0
28002026-07-02T17:29:01.515Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-02T17:29:01.577Z Checking crypto-bigint v0.7.5
28022026-07-02T17:29:01.886Z Checking cbc v0.2.1
28032026-07-02T17:29:02.066Z Checking salsa20 v0.11.0
28042026-07-02T17:29:02.249Z Compiling vergen-git2 v9.1.0
28052026-07-02T17:29:02.494Z Checking plotters-backend v0.3.7
28062026-07-02T17:29:02.742Z Checking plotters-svg v0.3.7
28072026-07-02T17:29:02.969Z Checking scrypt v0.12.0
28082026-07-02T17:29:03.170Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-02T17:29:03.247Z Checking cast v0.3.0
28102026-07-02T17:29:03.457Z Checking criterion-plot v0.6.0
28112026-07-02T17:29:03.501Z Checking pkcs5 v0.8.1
28122026-07-02T17:29:03.739Z Checking plotters v0.3.7
28132026-07-02T17:29:03.838Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-07-02T17:29:03.889Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28152026-07-02T17:29:04.137Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-07-02T17:29:04.385Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-02T17:29:04.526Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-02T17:29:04.633Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28192026-07-02T17:29:04.778Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28202026-07-02T17:29:04.860Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-07-02T17:29:04.895Z Checking colored v2.2.0
28222026-07-02T17:29:05.039Z Checking tinytemplate v1.2.1
28232026-07-02T17:29:05.132Z Checking oorandom v11.1.5
28242026-07-02T17:29:05.281Z Checking anes v0.1.6
28252026-07-02T17:29:05.282Z Checking shell-words v1.1.1
28262026-07-02T17:29:05.517Z Checking criterion v0.7.0
28272026-07-02T17:29:05.590Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28282026-07-02T17:29:05.830Z Checking pkcs8 v0.11.0
28292026-07-02T17:29:06.139Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-07-02T17:29:06.850Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28312026-07-02T17:29:06.911Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-07-02T17:29:07.439Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28332026-07-02T17:29:07.640Z Checking tokio-test v0.4.5
28342026-07-02T17:29:07.900Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-07-02T17:29:08.155Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-02T17:29:08.584Z Checking twox-hash v2.1.2
28372026-07-02T17:29:08.934Z Checking ff v0.14.0
28382026-07-02T17:29:09.165Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28392026-07-02T17:29:09.382Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28402026-07-02T17:29:10.529Z Checking fatfs v0.3.6
28412026-07-02T17:29:10.648Z Checking signature v3.0.0
28422026-07-02T17:29:10.843Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28432026-07-02T17:29:10.918Z Checking base16ct v1.0.0
28442026-07-02T17:29:11.093Z Compiling seq-macro v0.3.6
28452026-07-02T17:29:11.098Z Checking sec1 v0.8.1
28462026-07-02T17:29:11.339Z Checking group v0.14.0
28472026-07-02T17:29:11.535Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-07-02T17:29:11.587Z Checking hkdf v0.13.0
28492026-07-02T17:29:11.741Z Compiling petname v2.0.2
28502026-07-02T17:29:12.252Z Checking elliptic-curve v0.14.0-rc.33
28512026-07-02T17:29:12.348Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28522026-07-02T17:29:12.462Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-07-02T17:29:12.534Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28542026-07-02T17:29:12.771Z Checking concurrent-queue v2.5.0
28552026-07-02T17:29:13.001Z Checking rtoolbox v0.0.3
28562026-07-02T17:29:13.177Z Checking parking v2.2.1
28572026-07-02T17:29:13.336Z Checking event-listener v5.4.1
28582026-07-02T17:29:13.602Z Checking rpassword v7.4.0
28592026-07-02T17:29:13.913Z Checking tui-tree-widget v0.23.1
28602026-07-02T17:29:14.140Z Checking rfc6979 v0.5.0
28612026-07-02T17:29:14.192Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-07-02T17:29:14.314Z Checking sapling-renderdag v0.1.0
28632026-07-02T17:29:14.401Z Checking sync-ptr v0.1.4
28642026-07-02T17:29:14.552Z Checking ecdsa v0.17.0-rc.18
28652026-07-02T17:29:14.592Z Checking event-listener-strategy v0.5.4
28662026-07-02T17:29:14.767Z Checking primeorder v0.14.0-rc.10
28672026-07-02T17:29:14.971Z Checking primefield v0.14.0
28682026-07-02T17:29:15.104Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28692026-07-02T17:29:15.217Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28702026-07-02T17:29:15.469Z Compiling curve25519-dalek v5.0.0-rc.0
28712026-07-02T17:29:15.806Z Checking constant_time_eq v0.4.2
28722026-07-02T17:29:15.879Z Checking arrayvec v0.7.6
28732026-07-02T17:29:15.981Z Checking futures-timer v3.0.3
28742026-07-02T17:29:16.098Z Checking arrayref v0.3.9
28752026-07-02T17:29:16.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28762026-07-02T17:29:16.295Z Checking async-lock v3.4.2
28772026-07-02T17:29:16.330Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28782026-07-02T17:29:16.735Z Checking ssh-encoding v0.3.0-rc.9
28792026-07-02T17:29:17.009Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-07-02T17:29:17.373Z Compiling strsim v0.10.0
28812026-07-02T17:29:17.757Z Compiling darling_core v0.13.4
28822026-07-02T17:29:18.296Z Checking async-object-pool v0.2.0
28832026-07-02T17:29:18.553Z Compiling samael v0.0.19
28842026-07-02T17:29:19.039Z Checking ed25519 v3.0.0
28852026-07-02T17:29:19.278Z Checking crypto-primes v0.7.2
28862026-07-02T17:29:19.346Z Checking pkcs1 v0.8.0-rc.4
28872026-07-02T17:29:19.595Z Checking poly1305 v0.9.0
28882026-07-02T17:29:19.706Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28892026-07-02T17:29:19.916Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28902026-07-02T17:29:20.120Z Checking serde_regex v1.1.0
28912026-07-02T17:29:20.292Z Checking blowfish v0.10.0
28922026-07-02T17:29:20.328Z Checking blake2 v0.11.0-rc.6
28932026-07-02T17:29:20.483Z Checking assert-json-diff v2.0.2
28942026-07-02T17:29:20.619Z Checking path-tree v0.8.3
28952026-07-02T17:29:20.656Z Checking keccak v0.2.0
28962026-07-02T17:29:20.693Z Checking stringmetrics v2.2.2
28972026-07-02T17:29:20.849Z Compiling target-lexicon v0.13.3
28982026-07-02T17:29:20.886Z Checking gimli v0.32.3
28992026-07-02T17:29:20.889Z Checking fiat-crypto v0.3.0
29002026-07-02T17:29:21.476Z Checking sha3 v0.11.0
29012026-07-02T17:29:21.882Z Checking httpmock v0.8.3
29022026-07-02T17:29:22.636Z Checking addr2line v0.25.1
29032026-07-02T17:29:22.953Z Checking argon2 v0.6.0-rc.8
29042026-07-02T17:29:23.317Z Checking bcrypt-pbkdf v0.11.0
29052026-07-02T17:29:23.518Z Checking rsa v0.10.0-rc.18
29062026-07-02T17:29:23.971Z Checking ssh-cipher v0.3.0-rc.9
29072026-07-02T17:29:24.075Z Compiling darling_macro v0.13.4
29082026-07-02T17:29:24.233Z Checking ed25519-dalek v3.0.0-rc.0
29092026-07-02T17:29:24.499Z Checking p256 v0.14.0-rc.10
29102026-07-02T17:29:24.634Z Checking p521 v0.14.0-rc.10
29112026-07-02T17:29:25.306Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29122026-07-02T17:29:25.596Z Checking kem v0.3.0
29132026-07-02T17:29:25.757Z Checking module-lattice v0.2.3
29142026-07-02T17:29:26.021Z Compiling guppy-workspace-hack v0.1.0
29152026-07-02T17:29:26.250Z Checking hex-literal v0.4.1
29162026-07-02T17:29:26.285Z Checking rustc-demangle v0.1.27
29172026-07-02T17:29:26.436Z Checking ml-kem v0.3.2
29182026-07-02T17:29:26.473Z Checking p384 v0.14.0-rc.10
29192026-07-02T17:29:26.554Z Checking backtrace v0.3.76
29202026-07-02T17:29:26.897Z Compiling darling v0.13.4
29212026-07-02T17:29:27.257Z Checking russh-cryptovec v0.61.0
29222026-07-02T17:29:27.296Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29232026-07-02T17:29:27.456Z Checking internal-russh-num-bigint v0.5.0
29242026-07-02T17:29:27.557Z Checking num-bigint v0.4.6
29252026-07-02T17:29:27.753Z Checking russh-util v0.52.0
29262026-07-02T17:29:27.841Z Compiling git2 v0.20.4
29272026-07-02T17:29:27.899Z Checking generic-array v1.4.3
29282026-07-02T17:29:28.343Z Compiling enum_dispatch v0.3.13
29292026-07-02T17:29:28.547Z Compiling blake3 v1.8.5
29302026-07-02T17:29:28.550Z Checking ssh-key v0.7.0-rc.10
29312026-07-02T17:29:28.621Z Compiling delegate v0.13.5
29322026-07-02T17:29:29.020Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29332026-07-02T17:29:29.386Z Compiling target-spec v3.5.7
29342026-07-02T17:29:29.502Z Checking md5 v0.8.0
29352026-07-02T17:29:29.505Z Checking hex-literal v1.1.0
29362026-07-02T17:29:29.655Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29372026-07-02T17:29:29.725Z Checking russh v0.61.2
29382026-07-02T17:29:29.998Z Checking cfg-expr v0.20.6
29392026-07-02T17:29:30.365Z Compiling serde_with_macros v1.5.2
29402026-07-02T17:29:30.442Z Checking backtrace-ext v0.2.1
29412026-07-02T17:29:30.713Z Checking supports-color v2.1.0
29422026-07-02T17:29:30.863Z Checking textwrap v0.15.2
29432026-07-02T17:29:30.900Z Checking supports-hyperlinks v2.1.0
29442026-07-02T17:29:31.058Z Checking supports-unicode v2.1.0
29452026-07-02T17:29:31.147Z Checking hashbrown v0.14.5
29462026-07-02T17:29:31.247Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29472026-07-02T17:29:31.304Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29482026-07-02T17:29:31.361Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29492026-07-02T17:29:31.481Z Checking socket2 v0.5.10
29502026-07-02T17:29:31.551Z Checking terminal_size v0.1.17
29512026-07-02T17:29:31.700Z Compiling miette-derive v5.10.0
29522026-07-02T17:29:31.795Z Checking owo-colors v3.5.0
29532026-07-02T17:29:32.153Z Checking internet-checksum v0.2.1
29542026-07-02T17:29:32.380Z Checking chumsky v0.9.3
29552026-07-02T17:29:32.937Z Checking miette v5.10.0
29562026-07-02T17:29:33.316Z Compiling serde_with v1.14.0
29572026-07-02T17:29:33.594Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29582026-07-02T17:29:33.778Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29592026-07-02T17:29:33.814Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29602026-07-02T17:29:34.185Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
29612026-07-02T17:29:34.430Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29622026-07-02T17:29:34.531Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29632026-07-02T17:29:34.610Z Compiling knuffel-derive v3.2.0
29642026-07-02T17:29:34.706Z Checking httptest v0.16.4
29652026-07-02T17:29:34.709Z Checking pathdiff v0.2.3
29662026-07-02T17:29:34.854Z Checking topological-sort v0.2.2
29672026-07-02T17:29:35.045Z Checking nested v0.1.1
29682026-07-02T17:29:35.157Z Checking omicron-zone-package v0.12.3
29692026-07-02T17:29:35.284Z Checking guppy v0.17.25
29702026-07-02T17:29:35.429Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29712026-07-02T17:29:35.698Z Compiling polar-core v0.27.3
29722026-07-02T17:29:36.139Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29732026-07-02T17:29:36.221Z Checking knuffel v3.2.0
29742026-07-02T17:29:36.278Z Checking similar-asserts v1.7.0
29752026-07-02T17:29:36.443Z Compiling target-triple v1.0.0
29762026-07-02T17:29:36.481Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29772026-07-02T17:29:36.837Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
29782026-07-02T17:29:36.921Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-07-02T17:29:37.203Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29802026-07-02T17:29:37.239Z Checking hickory-client v0.25.2
29812026-07-02T17:29:37.558Z Compiling assert_cmd v2.1.2
29822026-07-02T17:29:37.789Z Checking escape8259 v0.5.3
29832026-07-02T17:29:37.959Z Checking libtest-mimic v0.8.1
29842026-07-02T17:29:38.111Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29852026-07-02T17:29:38.239Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29862026-07-02T17:29:38.277Z Checking blake2b_simd v1.0.4
29872026-07-02T17:29:38.370Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29882026-07-02T17:29:38.720Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29892026-07-02T17:29:38.797Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29902026-07-02T17:29:38.954Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29912026-07-02T17:29:39.045Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29922026-07-02T17:29:39.147Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29932026-07-02T17:29:39.297Z Checking fancy-regex v0.14.0
29942026-07-02T17:29:39.416Z Checking serde_tokenstream v0.2.3
29952026-07-02T17:29:39.585Z Checking approx v0.5.1
29962026-07-02T17:29:39.671Z Compiling rstest_macros v0.25.0
29972026-07-02T17:29:39.707Z Checking uzers v0.12.2
29982026-07-02T17:29:39.753Z Checking termcolor v1.4.1
29992026-07-02T17:29:39.959Z Checking constant_time_eq v0.3.1
30002026-07-02T17:29:40.016Z Compiling linkme-impl v0.3.35
30012026-07-02T17:29:40.144Z Checking rust-argon2 v2.1.0
30022026-07-02T17:29:40.173Z Checking trybuild v1.0.116
30032026-07-02T17:29:40.405Z Checking datatest-stable v0.3.3
30042026-07-02T17:29:40.761Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
30052026-07-02T17:29:40.892Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-07-02T17:29:40.964Z Checking oso v0.27.3
30072026-07-02T17:29:41.115Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30082026-07-02T17:29:41.155Z Checking support-bundle-viewer v0.1.2
30092026-07-02T17:29:41.448Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30102026-07-02T17:29:41.707Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
30112026-07-02T17:29:41.928Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
30122026-07-02T17:29:41.966Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
30132026-07-02T17:29:42.004Z Checking drift v0.2.0
30142026-07-02T17:29:42.184Z Checking rand_distr v0.5.1
30152026-07-02T17:29:42.227Z Checking multimap v0.10.1
30162026-07-02T17:29:42.419Z Compiling linkme v0.3.35
30172026-07-02T17:29:42.456Z Compiling relative-path v1.9.3
30182026-07-02T17:29:42.657Z Checking dropshot-api-manager v0.7.2
30192026-07-02T17:29:43.866Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30202026-07-02T17:29:44.222Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30212026-07-02T17:29:44.271Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30222026-07-02T17:29:44.427Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30232026-07-02T17:29:44.497Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30242026-07-02T17:29:44.650Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30252026-07-02T17:29:44.882Z Checking cargo_toml v0.21.0
30262026-07-02T17:29:45.024Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30272026-07-02T17:29:45.059Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30282026-07-02T17:29:45.385Z Checking partial-io v0.5.4
30292026-07-02T17:29:45.550Z Checking termios v0.3.3
30302026-07-02T17:29:45.632Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
30312026-07-02T17:29:45.734Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30322026-07-02T17:29:45.737Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-07-02T17:29:46.524Z Checking rstest v0.25.0
30342026-07-02T17:29:47.195Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30352026-07-02T17:29:51.353Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30362026-07-02T17:29:55.315Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30372026-07-02T17:29:57.728Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30382026-07-02T17:29:59.227Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30392026-07-02T17:30:01.919Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30402026-07-02T17:30:05.732Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30412026-07-02T17:30:11.851Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30422026-07-02T17:30:14.350Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30432026-07-02T17:30:14.953Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30442026-07-02T17:30:15.902Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30452026-07-02T17:30:22.071Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30462026-07-02T17:30:27.255Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30472026-07-02T17:31:43.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 16s
30482026-07-02T17:31:43.948Z
30492026-07-02T17:31:43.948Zreal 4:19.695106312
30502026-07-02T17:31:43.948Zuser 22:19.292129466
30512026-07-02T17:31:43.948Zsys 5:12.018315276
30522026-07-02T17:31:43.949Ztrap 0.534751182
30532026-07-02T17:31:43.949Ztflt 0.468083232
30542026-07-02T17:31:43.949Zdflt 0.536612971
30552026-07-02T17:31:43.949Zkflt 0.004580972
30562026-07-02T17:31:43.949Zlock 1:01:05.787554485
30572026-07-02T17:31:43.949Zslp 1:00:38.817841366
30582026-07-02T17:31:43.949Zlat 1:52.921053462
30592026-07-02T17:31:43.949Zstop 11:56.490540995
30602026-07-02T17:31:43.953Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30612026-07-02T17:31:43.953Z+ ptime -m cargo doc --workspace --no-deps
30622026-07-02T17:31:44.790Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30632026-07-02T17:31:44.790Z |
30642026-07-02T17:31:44.790Z = 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)`
30652026-07-02T17:31:44.790Z = 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>
30662026-07-02T17:31:45.821Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-07-02T17:31:46.060Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-07-02T17:31:46.108Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30692026-07-02T17:31:46.175Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30702026-07-02T17:31:46.210Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30712026-07-02T17:31:46.275Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
30722026-07-02T17:31:46.307Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30732026-07-02T17:31:46.451Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-07-02T17:31:46.451Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30752026-07-02T17:31:46.508Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-07-02T17:31:46.693Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30772026-07-02T17:31:46.717Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-02T17:31:46.757Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30792026-07-02T17:31:46.782Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30802026-07-02T17:31:46.785Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30812026-07-02T17:31:46.805Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30822026-07-02T17:31:46.851Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30832026-07-02T17:31:46.880Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30842026-07-02T17:31:46.933Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30852026-07-02T17:31:46.963Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30862026-07-02T17:31:47.011Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30872026-07-02T17:31:47.036Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30882026-07-02T17:31:47.308Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30892026-07-02T17:31:47.661Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30902026-07-02T17:31:47.686Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30912026-07-02T17:31:47.766Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30922026-07-02T17:31:47.818Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30932026-07-02T17:31:47.845Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30942026-07-02T17:31:47.997Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30952026-07-02T17:31:48.054Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30962026-07-02T17:31:48.162Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30972026-07-02T17:31:48.313Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30982026-07-02T17:31:48.385Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30992026-07-02T17:31:48.443Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
31002026-07-02T17:31:48.468Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31012026-07-02T17:31:48.565Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31022026-07-02T17:31:48.596Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31032026-07-02T17:31:48.666Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31042026-07-02T17:31:48.827Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31052026-07-02T17:31:49.021Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31062026-07-02T17:31:49.091Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31072026-07-02T17:31:49.379Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31082026-07-02T17:31:49.561Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31092026-07-02T17:31:49.593Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31102026-07-02T17:31:49.728Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31112026-07-02T17:31:49.768Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31122026-07-02T17:31:49.782Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31132026-07-02T17:31:49.879Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31142026-07-02T17:31:49.993Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31152026-07-02T17:31:50.052Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31162026-07-02T17:31:50.081Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31172026-07-02T17:31:50.141Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
31182026-07-02T17:31:50.260Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31192026-07-02T17:31:50.340Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31202026-07-02T17:31:50.365Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31212026-07-02T17:31:50.388Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31222026-07-02T17:31:50.413Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31232026-07-02T17:31:50.485Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31242026-07-02T17:31:50.875Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31252026-07-02T17:31:50.969Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31262026-07-02T17:31:51.007Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31272026-07-02T17:31:51.255Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31282026-07-02T17:31:51.452Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31292026-07-02T17:31:51.746Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-07-02T17:31:51.936Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-07-02T17:31:51.975Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31322026-07-02T17:31:52.002Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31332026-07-02T17:31:52.058Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31342026-07-02T17:31:52.203Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31352026-07-02T17:31:52.287Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31362026-07-02T17:31:52.323Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31372026-07-02T17:31:52.327Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31382026-07-02T17:31:52.843Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-07-02T17:31:53.357Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31402026-07-02T17:31:53.449Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31412026-07-02T17:31:53.473Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31422026-07-02T17:31:53.583Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31432026-07-02T17:31:53.797Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31442026-07-02T17:31:53.834Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31452026-07-02T17:31:53.860Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31462026-07-02T17:31:54.054Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31472026-07-02T17:31:54.079Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
31482026-07-02T17:31:54.105Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
31492026-07-02T17:31:54.164Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
31502026-07-02T17:31:54.280Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
31512026-07-02T17:31:54.304Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
31522026-07-02T17:31:54.445Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31532026-07-02T17:31:54.503Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
31542026-07-02T17:31:54.579Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
31552026-07-02T17:31:54.603Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31562026-07-02T17:31:54.627Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31572026-07-02T17:31:54.764Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31582026-07-02T17:31:54.803Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31592026-07-02T17:31:54.854Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31602026-07-02T17:31:54.896Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31612026-07-02T17:31:54.921Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31622026-07-02T17:31:54.944Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31632026-07-02T17:31:55.043Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31642026-07-02T17:31:55.081Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
31652026-07-02T17:31:55.159Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31662026-07-02T17:31:55.185Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31672026-07-02T17:31:55.185Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31682026-07-02T17:31:55.261Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31692026-07-02T17:31:55.342Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31702026-07-02T17:31:55.409Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31712026-07-02T17:31:55.482Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31722026-07-02T17:31:55.535Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31732026-07-02T17:31:55.773Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31742026-07-02T17:31:55.798Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31752026-07-02T17:31:55.868Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31762026-07-02T17:31:56.303Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31772026-07-02T17:31:56.470Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31782026-07-02T17:31:56.564Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-07-02T17:31:57.255Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-07-02T17:31:57.379Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31812026-07-02T17:31:57.456Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31822026-07-02T17:31:57.761Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31832026-07-02T17:31:58.103Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31842026-07-02T17:31:58.211Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31852026-07-02T17:31:58.866Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31862026-07-02T17:31:59.573Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31872026-07-02T17:31:59.785Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31882026-07-02T17:32:00.483Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31892026-07-02T17:32:00.772Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31902026-07-02T17:32:00.810Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31912026-07-02T17:32:00.951Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31922026-07-02T17:32:01.139Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31932026-07-02T17:32:01.360Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31942026-07-02T17:32:01.465Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
31952026-07-02T17:32:01.865Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31962026-07-02T17:32:01.906Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31972026-07-02T17:32:02.381Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31982026-07-02T17:32:02.661Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31992026-07-02T17:32:02.863Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32002026-07-02T17:32:03.180Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32012026-07-02T17:32:03.281Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32022026-07-02T17:32:03.375Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32032026-07-02T17:32:03.497Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32042026-07-02T17:32:03.943Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32052026-07-02T17:32:04.253Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32062026-07-02T17:32:04.790Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32072026-07-02T17:32:05.043Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32082026-07-02T17:32:05.698Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32092026-07-02T17:32:05.714Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32102026-07-02T17:32:06.443Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32112026-07-02T17:32:07.177Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32122026-07-02T17:32:07.353Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32132026-07-02T17:32:07.671Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32142026-07-02T17:32:08.112Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
32152026-07-02T17:32:08.186Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32162026-07-02T17:32:08.428Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32172026-07-02T17:32:09.212Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32182026-07-02T17:32:09.407Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
32192026-07-02T17:32:09.916Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32202026-07-02T17:32:10.592Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
32212026-07-02T17:32:11.878Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32222026-07-02T17:32:12.945Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32232026-07-02T17:32:14.595Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32242026-07-02T17:32:14.873Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32252026-07-02T17:32:15.860Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32262026-07-02T17:32:16.839Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32272026-07-02T17:32:17.169Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32282026-07-02T17:32:17.218Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32292026-07-02T17:32:17.689Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32302026-07-02T17:32:18.571Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32312026-07-02T17:32:18.623Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-07-02T17:32:19.044Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-07-02T17:32:19.300Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32342026-07-02T17:32:19.403Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32352026-07-02T17:32:19.759Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32362026-07-02T17:32:19.798Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32372026-07-02T17:32:19.965Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32382026-07-02T17:32:20.035Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32392026-07-02T17:32:20.167Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32402026-07-02T17:32:20.564Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-07-02T17:32:20.707Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422026-07-02T17:32:21.268Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32432026-07-02T17:32:21.333Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32442026-07-02T17:32:21.954Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32452026-07-02T17:32:21.981Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32462026-07-02T17:32:22.009Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32472026-07-02T17:32:22.702Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32482026-07-02T17:32:23.259Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32492026-07-02T17:32:23.864Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32502026-07-02T17:32:24.568Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32512026-07-02T17:32:26.076Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32522026-07-02T17:32:27.877Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32532026-07-02T17:32:28.477Z Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32542026-07-02T17:32:29.552Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32552026-07-02T17:32:29.890Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32562026-07-02T17:32:31.925Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32572026-07-02T17:32:33.375Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32582026-07-02T17:32:33.846Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32592026-07-02T17:32:35.527Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32602026-07-02T17:32:35.998Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32612026-07-02T17:32:37.842Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32622026-07-02T17:32:38.272Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32632026-07-02T17:32:39.410Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32642026-07-02T17:32:39.830Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32652026-07-02T17:32:40.251Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32662026-07-02T17:32:40.824Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32672026-07-02T17:32:45.918Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32682026-07-02T17:32:46.448Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32692026-07-02T17:32:47.619Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32702026-07-02T17:32:48.055Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32712026-07-02T17:32:48.940Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32722026-07-02T17:32:49.713Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32732026-07-02T17:32:50.499Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32742026-07-02T17:32:51.727Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32752026-07-02T17:32:52.784Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32762026-07-02T17:32:53.785Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32772026-07-02T17:32:55.197Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32782026-07-02T17:32:55.396Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32792026-07-02T17:32:56.614Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32802026-07-02T17:32:56.643Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32812026-07-02T17:32:57.839Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32822026-07-02T17:32:58.520Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32832026-07-02T17:32:59.465Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32842026-07-02T17:33:02.509Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32852026-07-02T17:33:03.972Z Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32862026-07-02T17:33:05.551Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32872026-07-02T17:33:06.009Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32882026-07-02T17:33:07.073Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32892026-07-02T17:33:08.916Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32902026-07-02T17:33:09.000Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32912026-07-02T17:33:10.288Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
32922026-07-02T17:33:11.603Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32932026-07-02T17:33:14.917Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32942026-07-02T17:33:15.069Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32952026-07-02T17:33:15.733Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-07-02T17:33:16.942Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32972026-07-02T17:33:19.569Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32982026-07-02T17:33:21.122Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32992026-07-02T17:33:22.117Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
33002026-07-02T17:33:23.493Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33012026-07-02T17:33:26.896Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33022026-07-02T17:33:28.546Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33032026-07-02T17:33:30.159Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33042026-07-02T17:33:31.885Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33052026-07-02T17:33:36.273Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
33062026-07-02T17:33:36.627Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33072026-07-02T17:33:37.829Z Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33082026-07-02T17:33:38.769Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33092026-07-02T17:33:40.324Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33102026-07-02T17:33:42.175Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33112026-07-02T17:33:44.129Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33122026-07-02T17:33:46.098Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33132026-07-02T17:33:49.055Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33142026-07-02T17:33:49.631Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33152026-07-02T17:33:51.734Z Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33162026-07-02T17:33:53.189Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33172026-07-02T17:33:55.016Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33182026-07-02T17:33:56.727Z Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33192026-07-02T17:33:59.008Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33202026-07-02T17:34:00.278Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33212026-07-02T17:34:01.709Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33222026-07-02T17:34:07.336Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33232026-07-02T17:34:07.450Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33242026-07-02T17:34:08.937Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33252026-07-02T17:34:10.799Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-07-02T17:34:12.574Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33272026-07-02T17:34:16.620Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33282026-07-02T17:34:18.645Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33292026-07-02T17:34:20.478Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
33302026-07-02T17:34:22.256Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33312026-07-02T17:34:25.097Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33322026-07-02T17:34:26.630Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33332026-07-02T17:34:28.951Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33342026-07-02T17:34:31.224Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33352026-07-02T17:34:33.519Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33362026-07-02T17:34:36.070Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33372026-07-02T17:34:38.154Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33382026-07-02T17:34:40.425Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33392026-07-02T17:34:42.677Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33402026-07-02T17:34:44.898Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33412026-07-02T17:34:47.583Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33422026-07-02T17:34:49.618Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33432026-07-02T17:34:51.519Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33442026-07-02T17:34:53.811Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33452026-07-02T17:34:55.982Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33462026-07-02T17:34:58.313Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33472026-07-02T17:35:00.531Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-07-02T17:35:02.857Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33492026-07-02T17:35:05.124Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33502026-07-02T17:35:07.575Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33512026-07-02T17:35:09.906Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33522026-07-02T17:35:12.297Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33532026-07-02T17:35:14.657Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33542026-07-02T17:35:17.027Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33552026-07-02T17:35:19.468Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33562026-07-02T17:35:21.874Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33572026-07-02T17:35:24.309Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33582026-07-02T17:35:26.648Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33592026-07-02T17:35:29.017Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33602026-07-02T17:35:31.402Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33612026-07-02T17:35:33.919Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33622026-07-02T17:35:36.429Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33632026-07-02T17:35:38.985Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33642026-07-02T17:35:41.412Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33652026-07-02T17:35:43.710Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33662026-07-02T17:35:46.181Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33672026-07-02T17:35:48.644Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33682026-07-02T17:35:51.096Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33692026-07-02T17:35:53.609Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33702026-07-02T17:35:56.045Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33712026-07-02T17:35:58.546Z Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33722026-07-02T17:36:00.887Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-07-02T17:36:03.491Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33742026-07-02T17:36:05.986Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33752026-07-02T17:36:08.328Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33762026-07-02T17:36:11.485Z Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
33772026-07-02T17:36:13.642Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33782026-07-02T17:36:16.147Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33792026-07-02T17:36:19.818Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33802026-07-02T17:36:21.534Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33812026-07-02T17:36:24.151Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33822026-07-02T17:36:26.765Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33832026-07-02T17:36:29.290Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33842026-07-02T17:36:31.895Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33852026-07-02T17:36:34.499Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-07-02T17:36:37.158Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33872026-07-02T17:36:40.108Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33882026-07-02T17:36:42.570Z Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
33892026-07-02T17:36:50.721Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33902026-07-02T17:36:50.731Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33912026-07-02T17:36:56.742Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33922026-07-02T17:36:57.567Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33932026-07-02T17:37:01.097Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33942026-07-02T17:37:04.473Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33952026-07-02T17:37:07.951Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33962026-07-02T17:37:11.289Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33972026-07-02T17:37:14.684Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33982026-07-02T17:37:18.330Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33992026-07-02T17:37:21.620Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34002026-07-02T17:37:25.075Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
34012026-07-02T17:37:28.770Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34022026-07-02T17:37:32.056Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34032026-07-02T17:37:35.603Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34042026-07-02T17:37:39.059Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34052026-07-02T17:37:42.562Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34062026-07-02T17:37:46.089Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34072026-07-02T17:37:49.633Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34082026-07-02T17:37:53.031Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
34092026-07-02T17:37:56.692Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34102026-07-02T17:38:00.123Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34112026-07-02T17:38:03.580Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34122026-07-02T17:38:07.074Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34132026-07-02T17:38:10.674Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
34142026-07-02T17:38:41.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s
34152026-07-02T17:38:41.243Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 200 other files
34162026-07-02T17:38:41.386Z
34172026-07-02T17:38:41.455Zreal 6:57.300296080
34182026-07-02T17:38:41.455Zuser 19:05.154093832
34192026-07-02T17:38:41.455Zsys 3:59.953388303
34202026-07-02T17:38:41.455Ztrap 0.281887386
34212026-07-02T17:38:41.455Ztflt 0.088067911
34222026-07-02T17:38:41.455Zdflt 0.105546239
34232026-07-02T17:38:41.455Zkflt 0.000023220
34242026-07-02T17:38:41.455Zlock 6:22:51.312421371
34252026-07-02T17:38:41.455Zslp 2:19:35.733886487
34262026-07-02T17:38:41.455Zlat 33.981699202
34272026-07-02T17:38:41.456Zstop 1:49.979700371
34282026-07-02T17:38:41.456Zprocess exited: duration 804321 ms, exit code 0
 
34292026-07-02T17:38:41.531Zfound 0 output files