01KPQVD4SVG6D64VZY6KJW9NRQ: clippy (helios)

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

Buildomat Job: 01KPQVDF2PFEG1QYKM3F99BNFR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-21T11:05:46.037Zjob assigned to worker 01KPQVDN8RJXSZCEYZ0HYJA7YC [factory aws, i-01bcf32d96e5d8e5e] (queued for 1 m 4 s)
 
22026-04-21T11:05:53.215Zstarting task 0: "setup"
32026-04-21T11:05:53.219Z++ uname -s
42026-04-21T11:05:53.223Z+ kern=SunOS
52026-04-21T11:05:53.223Z+ build_user=build
62026-04-21T11:05:53.223Z+ build_uid=12345
72026-04-21T11:05:53.223Z+ work_dir=/work
82026-04-21T11:05:53.223Z+ input_dir=/input
92026-04-21T11:05:53.223Z+ [[ 0 == 12345 ]]
102026-04-21T11:05:53.223Z+ case "$kern" in
112026-04-21T11:05:53.223Z+ groupadd -g 12345 build
122026-04-21T11:05:53.226Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-21T11:05:55.229Z+ zfs create -o mountpoint=/work rpool/work
142026-04-21T11:05:55.382Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-21T11:05:55.385Z+ home_fs=zfs
162026-04-21T11:05:55.385Z+ [[ zfs == autofs ]]
172026-04-21T11:05:55.385Z+ mkdir -p /home/build
182026-04-21T11:05:55.385Z+ chown build:build /home/build /work
192026-04-21T11:05:57.386Z+ chmod 0700 /home/build /work
202026-04-21T11:05:57.390Zprocess exited: duration 4175 ms, exit code 0
 
212026-04-21T11:05:57.397Zstarting task 1: "rust-toolchain"
222026-04-21T11:05:57.401Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-21T11:05:57.401Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-21T11:05:57.401Z * rust toolchain channel = "1.94.0"
252026-04-21T11:05:57.401Z * rust toolchain profile = "default"
262026-04-21T11:05:57.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-21T11:05:57.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-21T11:05:57.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-21T11:05:57.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-21T11:05:57.524Zinfo: downloading installer
312026-04-21T11:05:59.564Zwarn: It looks like you have an existing installation of Rust at:
322026-04-21T11:05:59.564Zwarn: /opt/ooce/bin
332026-04-21T11:05:59.564Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-21T11:05:59.564Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-21T11:05:59.564Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-21T11:05:59.564Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-21T11:05:59.564Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-21T11:05:59.564Zerror: cannot install while Rust is installed
392026-04-21T11:05:59.564Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-21T11:05:59.564Zwarn: It looks like you have an existing rustup settings file at:
412026-04-21T11:05:59.564Zwarn: /home/build/.rustup/settings.toml
422026-04-21T11:05:59.564Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-21T11:05:59.564Zwarn: instead of the one inferred from the default host triple.
442026-04-21T11:05:59.577Zinfo: profile set to default
452026-04-21T11:05:59.577Zinfo: default host triple is x86_64-unknown-illumos
462026-04-21T11:05:59.581Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-21T11:05:59.756Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-21T11:05:59.760Zinfo: downloading 6 components
492026-04-21T11:06:18.376Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-21T11:06:18.376Z
512026-04-21T11:06:18.410Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-21T11:06:18.410Z
532026-04-21T11:06:18.410Z
542026-04-21T11:06:18.411ZRust is installed now. Great!
552026-04-21T11:06:18.411Z
562026-04-21T11:06:18.411ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-21T11:06:18.411Zenvironment variable. This has not been done automatically.
582026-04-21T11:06:18.411Z
592026-04-21T11:06:18.411ZTo configure your current shell, you need to source
602026-04-21T11:06:18.411Zthe corresponding env file under $HOME/.cargo.
612026-04-21T11:06:18.411Z
622026-04-21T11:06:18.411ZThis is usually done by running one of the following (note the leading DOT):
632026-04-21T11:06:18.411Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-21T11:06:18.411Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-21T11:06:18.411Zsource "~/.cargo/env.nu" # For nushell
662026-04-21T11:06:18.411Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-21T11:06:18.411Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-21T11:06:18.411Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-21T11:06:18.414Zwarn: no default linker (`cc`) was found in your PATH
702026-04-21T11:06:18.414Zwarn: many Rust crates require a system C toolchain to build
712026-04-21T11:06:18.503Z+ rustup --version
722026-04-21T11:06:18.512Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-21T11:06:18.515Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-21T11:06:18.533Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-21T11:06:18.537Z+ cargo --version
762026-04-21T11:06:18.549Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-21T11:06:18.552Z+ rustc --version
782026-04-21T11:06:18.569Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-21T11:06:18.573Zprocess exited: duration 21172 ms, exit code 0
 
802026-04-21T11:06:18.579Zstarting task 2: "authentication"
812026-04-21T11:06:18.596Zprocess exited: duration 15 ms, exit code 0
 
822026-04-21T11:06:18.603Zstarting task 3: "clone repository"
832026-04-21T11:06:18.606Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-21T11:06:18.609Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-21T11:06:18.637ZCloning into '/work/oxidecomputer/omicron'...
862026-04-21T11:06:29.258Z+ cd /work/oxidecomputer/omicron
872026-04-21T11:06:29.258Z+ git fetch origin 7093b7e707a0707af33bfebbffc1e4567692ce85
882026-04-21T11:06:29.572ZFrom https://github.com/oxidecomputer/omicron
892026-04-21T11:06:29.573Z * branch 7093b7e707a0707af33bfebbffc1e4567692ce85 -> FETCH_HEAD
902026-04-21T11:06:29.581Z+ [[ -n felixmcfelix/bump-opte ]]
912026-04-21T11:06:29.585Z++ git branch --show-current
922026-04-21T11:06:29.585Z+ current=main
932026-04-21T11:06:29.585Z+ [[ main != felixmcfelix/bump-opte ]]
942026-04-21T11:06:29.585Z+ git branch -f felixmcfelix/bump-opte 7093b7e707a0707af33bfebbffc1e4567692ce85
952026-04-21T11:06:29.588Z+ git checkout -f felixmcfelix/bump-opte
962026-04-21T11:06:29.814ZSwitched to branch 'felixmcfelix/bump-opte'
972026-04-21T11:06:29.817Z+ git reset --hard 7093b7e707a0707af33bfebbffc1e4567692ce85
982026-04-21T11:06:29.832ZHEAD is now at 7093b7e70 These seem to be the right fixups
992026-04-21T11:06:29.835Zprocess exited: duration 11228 ms, exit code 0
 
1002026-04-21T11:06:29.842Zstarting task 4: "build"
1012026-04-21T11:06:29.846Z+ source ./env.sh
1022026-04-21T11:06:29.846Z++ OLD_SHELL_OPTS=ehxB
1032026-04-21T11:06:29.846Z++ set -o xtrace
1042026-04-21T11:06:29.850Z++++ dirname ./env.sh
1052026-04-21T11:06:29.853Z+++ readlink -f .
1062026-04-21T11:06:29.857Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-21T11:06:29.857Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-21T11:06:29.857Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-21T11:06:29.857Z++ 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
1102026-04-21T11:06:29.857Z++ 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
1112026-04-21T11:06:29.857Z++ 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
1122026-04-21T11:06:29.857Z++ 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
1132026-04-21T11:06:29.857Z++ 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
1142026-04-21T11:06:29.857Z++ 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
1152026-04-21T11:06:29.857Z++ case $OLD_SHELL_OPTS in
1162026-04-21T11:06:29.857Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-21T11:06:29.857Z+ source .github/buildomat/ci-env.sh
1182026-04-21T11:06:29.857Z++ export CARGO_TERM_COLOR=always
1192026-04-21T11:06:29.857Z++ CARGO_TERM_COLOR=always
1202026-04-21T11:06:29.857Z+ cargo --version
1212026-04-21T11:06:29.863Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-21T11:06:29.866Z+ rustc --version
1232026-04-21T11:06:29.885Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-21T11:06:29.888Z+ banner prerequisites
1252026-04-21T11:06:29.892Z
1262026-04-21T11:06:29.892Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-21T11:06:29.892Z # # # # # # # # # # # # # # #
1282026-04-21T11:06:29.892Z # # # # ##### # # ##### # # # # # #### #
1292026-04-21T11:06:29.892Z ##### ##### # ##### # # # # # # # # #
1302026-04-21T11:06:29.892Z # # # # # # # # # # # # # # #
1312026-04-21T11:06:29.892Z # # # ###### # # ###### ### # #### # #### #
1322026-04-21T11:06:29.892Z
1332026-04-21T11:06:29.892Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-21T11:06:38.857Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-21T11:06:46.160Z Startup: Caching catalogs ... Done
1362026-04-21T11:06:51.917ZPlanning: Solver setup ... Done (4.510s)
1372026-04-21T11:06:51.948ZPlanning: Running solver ... Done (0.031s)
1382026-04-21T11:06:52.076ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-21T11:06:52.089ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-21T11:06:52.214ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-21T11:06:52.250ZPlanning: Package planning ... Done (0.037s)
1422026-04-21T11:06:52.287ZPlanning: Merging actions ... Done (0.036s)
1432026-04-21T11:06:52.465ZPlanning: Checking for conflicting actions ... Done (0.178s)
1442026-04-21T11:06:52.474ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-21T11:06:53.256ZPlanning: Evaluating mediators ... Done (0.782s)
1462026-04-21T11:06:53.263ZPlanning: Planning completed in 6.94 seconds
1472026-04-21T11:06:53.274Z Packages to install: 5
1482026-04-21T11:06:53.278Z Mediators to change: 3
1492026-04-21T11:06:53.278Z Services to change: 1
1502026-04-21T11:06:53.278Z Estimated space available: 155.35 GB
1512026-04-21T11:06:53.278ZEstimated space to be consumed: 1.89 GB
1522026-04-21T11:06:53.278Z Create boot environment: No
1532026-04-21T11:06:53.278ZCreate backup boot environment: No
1542026-04-21T11:06:53.278Z Rebuild boot archive: No
1552026-04-21T11:06:53.278Z
1562026-04-21T11:06:53.278ZChanged mediators:
1572026-04-21T11:06:53.278Z mediator clang:
1582026-04-21T11:06:53.278Z version: None -> 15 (system default)
1592026-04-21T11:06:53.278Z
1602026-04-21T11:06:53.278Z mediator llvm:
1612026-04-21T11:06:53.278Z version: 14 (system default) -> 15 (system default)
1622026-04-21T11:06:53.278Z
1632026-04-21T11:06:53.278Z mediator postgresql:
1642026-04-21T11:06:53.278Z version: 15 (system default) -> 18 (system default)
1652026-04-21T11:06:53.278Z
1662026-04-21T11:06:53.278ZChanged packages:
1672026-04-21T11:06:53.278Zhelios-dev
1682026-04-21T11:06:53.278Z developer/build-essential
1692026-04-21T11:06:53.278Z None -> 11-2.0
1702026-04-21T11:06:53.278Z library/libxmlsec1
1712026-04-21T11:06:53.278Z None -> 1.2.35-2.0
1722026-04-21T11:06:53.278Z ooce/developer/clang-15
1732026-04-21T11:06:53.278Z None -> 15.0.7-2.0
1742026-04-21T11:06:53.278Z ooce/developer/llvm-15
1752026-04-21T11:06:53.279Z None -> 15.0.7-2.0
1762026-04-21T11:06:53.279Z ooce/library/postgresql-18
1772026-04-21T11:06:53.279Z None -> 18.1-2.0
1782026-04-21T11:06:53.279Z
1792026-04-21T11:06:53.279ZServices:
1802026-04-21T11:06:53.279Z restart_fmri:
1812026-04-21T11:06:53.279Z svc:/system/update-man-index:default
1822026-04-21T11:06:53.318Z
1832026-04-21T11:06:53.318ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-21T11:06:58.961ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (32.7M/s)
1852026-04-21T11:07:03.962ZDownload: 2596/4272 items 120.5/219.0MB 55% complete (11.9M/s)
1862026-04-21T11:07:07.660ZDownload: Completed 218.99 MB in 14.34 seconds (15.3M/s)
1872026-04-21T11:07:07.928Z Actions: 1/4789 actions (Installing new actions)
1882026-04-21T11:07:11.232Z Actions: Completed 4789 actions in 3.30 seconds.
1892026-04-21T11:07:11.873Z Done (0.635s)
1902026-04-21T11:07:11.873Z Done (0.000s)
1912026-04-21T11:07:12.606Z Done (0.732s)
1922026-04-21T11:07:15.770Z Done (2.812s)
1932026-04-21T11:07:15.841Z Done (0.012s)
1942026-04-21T11:07:15.844Z Done (0.000s)
1952026-04-21T11:07:16.152Z Done (0.000s)
1962026-04-21T11:07:16.998ZPlanning: Evaluating mediator changes ... Done
1972026-04-21T11:07:17.105ZPlanning: Checking for conflicting actions ... Done
1982026-04-21T11:07:17.109ZPlanning: Consolidating action changes ... Done
1992026-04-21T11:07:17.264ZPlanning: Evaluating mediators ... Done
2002026-04-21T11:07:17.268ZPlanning: Planning completed in 0.27 seconds
2012026-04-21T11:07:17.285Z Mediators to change: 2
2022026-04-21T11:07:17.285Z Create boot environment: No
2032026-04-21T11:07:17.285ZCreate backup boot environment: No
2042026-04-21T11:07:17.348Z Done
2052026-04-21T11:07:17.348Z Done
2062026-04-21T11:07:17.968Z Done
2072026-04-21T11:07:20.437Z Done
2082026-04-21T11:07:20.508Z Done
2092026-04-21T11:07:20.512Z Done
2102026-04-21T11:07:20.674Z Done
2112026-04-21T11:07:20.933ZPlanning: Evaluating mediator changes ... Done
2122026-04-21T11:07:21.042ZPlanning: Checking for conflicting actions ... Done
2132026-04-21T11:07:21.045ZPlanning: Consolidating action changes ... Done
2142026-04-21T11:07:21.200ZPlanning: Evaluating mediators ... Done
2152026-04-21T11:07:21.203ZPlanning: Planning completed in 0.27 seconds
2162026-04-21T11:07:21.221Z Mediators to change: 1
2172026-04-21T11:07:21.221Z Create boot environment: No
2182026-04-21T11:07:21.221ZCreate backup boot environment: No
2192026-04-21T11:07:21.274Z Done
2202026-04-21T11:07:21.274Z Done
2212026-04-21T11:07:21.879Z Done
2222026-04-21T11:07:24.335Z Done
2232026-04-21T11:07:24.410Z Done
2242026-04-21T11:07:24.414Z Done
2252026-04-21T11:07:24.547Z Done
2262026-04-21T11:07:24.835ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-04-21T11:07:24.835Zclang system 15 system
2282026-04-21T11:07:24.835Zcsh system system illumos
2292026-04-21T11:07:24.835Zctags system system illumos
2302026-04-21T11:07:24.835Zfile system system illumos
2312026-04-21T11:07:24.835Zgcc vendor 12 vendor
2322026-04-21T11:07:24.835Zgcc system 14 system
2332026-04-21T11:07:24.835Zgcc system 10 system
2342026-04-21T11:07:24.835Zgo system 1.20 system
2352026-04-21T11:07:24.835Zgo system 1.19 system
2362026-04-21T11:07:24.835Zllvm system 15 system
2372026-04-21T11:07:24.835Zllvm system 14 system
2382026-04-21T11:07:24.835Zmariadb system 10.6 system
2392026-04-21T11:07:24.835Zmta vendor vendor dma
2402026-04-21T11:07:24.835Zopenjdk system 17 system
2412026-04-21T11:07:24.835Zopenjdk system 11 system
2422026-04-21T11:07:24.836Zopenjdk system 1.8 system
2432026-04-21T11:07:24.836Zopenssl vendor 3 vendor
2442026-04-21T11:07:24.836Zperl system 5.36 system
2452026-04-21T11:07:24.836Zpostgresql system 18 system
2462026-04-21T11:07:24.836Zpostgresql system 15 system
2472026-04-21T11:07:24.836Zpostgresql system 13 system
2482026-04-21T11:07:24.836Zpython vendor 3 vendor
2492026-04-21T11:07:24.836Zpython system 2 system
2502026-04-21T11:07:24.836Zpython3 system 3.11 system
2512026-04-21T11:07:24.836Zruby system 3.0 system
2522026-04-21T11:07:24.836Zwords vendor vendor american-english
2532026-04-21T11:07:24.836Zwords system system australian-english
2542026-04-21T11:07:24.836Zwords system system british-english
2552026-04-21T11:07:24.836Zwords system system canadian-english
2562026-04-21T11:07:24.836Zwords system system french
2572026-04-21T11:07:24.836Zwords system system italian
2582026-04-21T11:07:24.836Zwords system system ngerman
2592026-04-21T11:07:24.836Zwords system system ogerman
2602026-04-21T11:07:24.836Zwords system system spanish
2612026-04-21T11:07:25.062ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-21T11:07:25.062Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-21T11:07:29.529ZFMRI IFO
2642026-04-21T11:07:29.529Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-21T11:07:29.529Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-21T11:07:29.529Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-21T11:07:29.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-21T11:07:29.529Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-21T11:07:29.529Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-21T11:07:29.529Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2712026-04-21T11:07:29.529Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2722026-04-21T11:07:29.529Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-21T11:07:29.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-21T11:07:29.529Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-21T11:07:29.529Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-21T11:07:29.529Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-21T11:07:29.529Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-21T11:07:29.529Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-21T11:07:29.529Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-21T11:07:29.529Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-21T11:07:30.640Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-21T11:07:30.929Z Updating crates.io index
2832026-04-21T11:07:30.975Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-21T11:07:32.011Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-21T11:07:32.519Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-21T11:07:33.232Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-21T11:07:34.150Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-21T11:07:34.681Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-21T11:07:36.196Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-21T11:07:37.436Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-21T11:07:37.782Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-21T11:07:38.985Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-21T11:07:39.489Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-21T11:07:39.900Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-21T11:07:40.321Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-21T11:07:41.247Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-21T11:07:41.912Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-21T11:07:42.373Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-21T11:07:42.878Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-21T11:07:43.415Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-21T11:07:43.650Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-21T11:07:43.891Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-21T11:07:44.186Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-21T11:07:44.666Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-21T11:07:45.374Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-21T11:07:45.963Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-21T11:07:46.394Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-21T11:07:46.708Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-21T11:07:48.451Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-21T11:07:49.572Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-21T11:07:50.525Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-21T11:07:51.109Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-21T11:07:51.447Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-21T11:07:51.798Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-21T11:07:52.154Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-21T11:07:52.803Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-21T11:07:53.046Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-21T11:07:53.302Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-21T11:07:53.604Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-21T11:07:54.133Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-21T11:08:08.438Z Downloading crates ...
3222026-04-21T11:08:08.515Z Downloaded byteorder v1.5.0
3232026-04-21T11:08:08.519Z Downloaded anstream v0.6.21
3242026-04-21T11:08:08.519Z Downloaded bytecount v0.6.9
3252026-04-21T11:08:08.519Z Downloaded anstyle v1.0.13
3262026-04-21T11:08:08.523Z Downloaded camino v1.2.2
3272026-04-21T11:08:08.528Z Downloaded thiserror v1.0.69
3282026-04-21T11:08:08.528Z Downloaded heck v0.4.1
3292026-04-21T11:08:08.528Z Downloaded fastrand v2.3.0
3302026-04-21T11:08:08.531Z Downloaded block-buffer v0.10.4
3312026-04-21T11:08:08.531Z Downloaded anstyle-query v1.1.5
3322026-04-21T11:08:08.535Z Downloaded cpufeatures v0.2.17
3332026-04-21T11:08:08.535Z Downloaded camino-tempfile v1.4.1
3342026-04-21T11:08:08.535Z Downloaded cargo-util-schemas v0.8.2
3352026-04-21T11:08:08.538Z Downloaded cargo-platform v0.2.0
3362026-04-21T11:08:08.543Z Downloaded potential_utf v0.1.4
3372026-04-21T11:08:08.547Z Downloaded heck v0.5.0
3382026-04-21T11:08:08.550Z Downloaded zerofrom v0.1.6
3392026-04-21T11:08:08.550Z Downloaded idna_adapter v1.2.1
3402026-04-21T11:08:08.550Z Downloaded pretty-hex v0.4.1
3412026-04-21T11:08:08.550Z Downloaded version_check v0.9.5
3422026-04-21T11:08:08.561Z Downloaded unicode-xid v0.2.6
3432026-04-21T11:08:08.566Z Downloaded clap_lex v1.0.0
3442026-04-21T11:08:08.566Z Downloaded plain v0.2.3
3452026-04-21T11:08:08.566Z Downloaded errno v0.3.14
3462026-04-21T11:08:08.566Z Downloaded utf8parse v0.2.2
3472026-04-21T11:08:08.566Z Downloaded utf8_iter v1.0.4
3482026-04-21T11:08:08.573Z Downloaded usdt-macro v0.5.0
3492026-04-21T11:08:08.573Z Downloaded toml_write v0.1.2
3502026-04-21T11:08:08.573Z Downloaded toml_datetime v0.6.11
3512026-04-21T11:08:08.573Z Downloaded dtrace-parser v0.2.0
3522026-04-21T11:08:08.573Z Downloaded usdt v0.5.0
3532026-04-21T11:08:08.573Z Downloaded terminal_size v0.4.3
3542026-04-21T11:08:08.573Z Downloaded percent-encoding v2.3.2
3552026-04-21T11:08:08.574Z Downloaded fnv v1.0.7
3562026-04-21T11:08:08.574Z Downloaded typeid v1.0.3
3572026-04-21T11:08:08.581Z Downloaded thread-id v4.2.2
3582026-04-21T11:08:08.592Z Downloaded zerofrom-derive v0.1.6
3592026-04-21T11:08:08.593Z Downloaded usdt-attr-macro v0.5.0
3602026-04-21T11:08:08.593Z Downloaded memmap v0.7.0
3612026-04-21T11:08:08.600Z Downloaded unicode-linebreak v0.1.5
3622026-04-21T11:08:08.600Z Downloaded thiserror v2.0.18
3632026-04-21T11:08:08.601Z Downloaded itoa v1.0.17
3642026-04-21T11:08:08.601Z Downloaded colorchoice v1.0.4
3652026-04-21T11:08:08.613Z Downloaded writeable v0.6.2
3662026-04-21T11:08:08.613Z Downloaded is_terminal_polyfill v1.70.2
3672026-04-21T11:08:08.613Z Downloaded crypto-common v0.1.7
3682026-04-21T11:08:08.613Z Downloaded yoke-derive v0.8.1
3692026-04-21T11:08:08.613Z Downloaded tinystr v0.8.2
3702026-04-21T11:08:08.613Z Downloaded thiserror-impl v2.0.18
3712026-04-21T11:08:08.613Z Downloaded serde_spanned v0.6.9
3722026-04-21T11:08:08.613Z Downloaded scroll_derive v0.12.1
3732026-04-21T11:08:08.613Z Downloaded usdt-impl v0.5.0
3742026-04-21T11:08:08.613Z Downloaded macaddr v1.0.1
3752026-04-21T11:08:08.621Z Downloaded smawk v0.3.2
3762026-04-21T11:08:08.621Z Downloaded zmij v1.0.21
3772026-04-21T11:08:08.621Z Downloaded zerovec-derive v0.11.2
3782026-04-21T11:08:08.621Z Downloaded ordered-float v2.10.1
3792026-04-21T11:08:08.621Z Downloaded typenum v1.19.0
3802026-04-21T11:08:08.621Z Downloaded thiserror-impl v1.0.69
3812026-04-21T11:08:08.621Z Downloaded dof v0.3.0
3822026-04-21T11:08:08.632Z Downloaded toml v0.8.23
3832026-04-21T11:08:08.632Z Downloaded swrite v0.1.0
3842026-04-21T11:08:08.632Z Downloaded unicode-ident v1.0.24
3852026-04-21T11:08:08.632Z Downloaded equivalent v1.0.2
3862026-04-21T11:08:08.632Z Downloaded yoke v0.8.1
3872026-04-21T11:08:08.639Z Downloaded tabled_derive v0.7.0
3882026-04-21T11:08:08.639Z Downloaded zerocopy-derive v0.7.35
3892026-04-21T11:08:08.639Z Downloaded ucd-trie v0.1.7
3902026-04-21T11:08:08.639Z Downloaded generic-array v0.14.7
3912026-04-21T11:08:08.639Z Downloaded textwrap v0.16.2
3922026-04-21T11:08:08.644Z Downloaded stable_deref_trait v1.2.1
3932026-04-21T11:08:08.649Z Downloaded strsim v0.11.1
3942026-04-21T11:08:08.649Z Downloaded form_urlencoded v1.2.2
3952026-04-21T11:08:08.649Z Downloaded cfg-if v1.0.4
3962026-04-21T11:08:08.649Z Downloaded toml_edit v0.22.27
3972026-04-21T11:08:08.656Z Downloaded serde-value v0.7.0
3982026-04-21T11:08:08.660Z Downloaded zerotrie v0.2.3
3992026-04-21T11:08:08.663Z Downloaded serde-untagged v0.1.9
4002026-04-21T11:08:08.677Z Downloaded proc-macro-error v1.0.4
4012026-04-21T11:08:08.681Z Downloaded url v2.5.8
4022026-04-21T11:08:08.681Z Downloaded digest v0.10.7
4032026-04-21T11:08:08.681Z Downloaded autocfg v1.5.0
4042026-04-21T11:08:08.686Z Downloaded scroll v0.12.0
4052026-04-21T11:08:08.691Z Downloaded zerovec v0.11.5
4062026-04-21T11:08:08.696Z Downloaded fs-err v3.3.0
4072026-04-21T11:08:08.699Z Downloaded zerocopy v0.7.35
4082026-04-21T11:08:08.708Z Downloaded serde_tokenstream v0.2.3
4092026-04-21T11:08:08.712Z Downloaded winnow v0.7.14
4102026-04-21T11:08:08.717Z Downloaded erased-serde v0.4.9
4112026-04-21T11:08:08.720Z Downloaded cargo_toml v0.21.0
4122026-04-21T11:08:08.723Z Downloaded proc-macro-error-attr v1.0.4
4132026-04-21T11:08:08.727Z Downloaded unicode-width v0.2.0
4142026-04-21T11:08:08.732Z Downloaded synstructure v0.13.2
4152026-04-21T11:08:08.732Z Downloaded unicode-width v0.1.14
4162026-04-21T11:08:08.735Z Downloaded displaydoc v0.2.5
4172026-04-21T11:08:08.739Z Downloaded sha2 v0.10.9
4182026-04-21T11:08:08.748Z Downloaded litemap v0.8.1
4192026-04-21T11:08:08.752Z Downloaded quote v1.0.44
4202026-04-21T11:08:08.752Z Downloaded cargo_metadata v0.21.0
4212026-04-21T11:08:08.769Z Downloaded smallvec v1.15.1
4222026-04-21T11:08:08.775Z Downloaded anstyle-parse v0.2.7
4232026-04-21T11:08:08.782Z Downloaded clap_derive v4.5.55
4242026-04-21T11:08:08.788Z Downloaded anyhow v1.0.102
4252026-04-21T11:08:08.788Z Downloaded bitflags v2.11.0
4262026-04-21T11:08:08.793Z Downloaded semver v1.0.27
4272026-04-21T11:08:08.793Z Downloaded pest_generator v2.8.6
4282026-04-21T11:08:08.848Z Downloaded pest_derive v2.8.6
4292026-04-21T11:08:08.854Z Downloaded num-traits v0.2.19
4302026-04-21T11:08:08.854Z Downloaded tempfile v3.25.0
4312026-04-21T11:08:08.854Z Downloaded proc-macro2 v1.0.106
4322026-04-21T11:08:08.854Z Downloaded log v0.4.29
4332026-04-21T11:08:08.854Z Downloaded icu_properties v2.1.2
4342026-04-21T11:08:08.854Z Downloaded getrandom v0.4.1
4352026-04-21T11:08:08.855Z Downloaded serde_core v1.0.228
4362026-04-21T11:08:08.855Z Downloaded once_cell v1.21.3
4372026-04-21T11:08:08.855Z Downloaded clap v4.5.60
4382026-04-21T11:08:08.855Z Downloaded serde_derive v1.0.228
4392026-04-21T11:08:08.855Z Downloaded papergrid v0.11.0
4402026-04-21T11:08:08.855Z Downloaded icu_provider v2.1.1
4412026-04-21T11:08:08.855Z Downloaded icu_normalizer_data v2.1.1
4422026-04-21T11:08:08.868Z Downloaded icu_normalizer v2.1.1
4432026-04-21T11:08:08.872Z Downloaded icu_locale_core v2.1.1
4442026-04-21T11:08:08.881Z Downloaded pest_meta v2.8.6
4452026-04-21T11:08:08.885Z Downloaded serde v1.0.228
4462026-04-21T11:08:08.906Z Downloaded memchr v2.8.0
4472026-04-21T11:08:08.915Z Downloaded indexmap v2.13.0
4482026-04-21T11:08:08.922Z Downloaded icu_collections v2.1.1
4492026-04-21T11:08:08.952Z Downloaded pest v2.8.6
4502026-04-21T11:08:08.964Z Downloaded hashbrown v0.16.1
4512026-04-21T11:08:08.969Z Downloaded icu_properties_data v2.1.2
4522026-04-21T11:08:08.980Z Downloaded serde_json v1.0.149
4532026-04-21T11:08:08.985Z Downloaded clap_builder v4.5.60
4542026-04-21T11:08:08.997Z Downloaded idna v1.1.0
4552026-04-21T11:08:09.008Z Downloaded goblin v0.8.2
4562026-04-21T11:08:09.022Z Downloaded tabled v0.15.0
4572026-04-21T11:08:09.041Z Downloaded syn v1.0.109
4582026-04-21T11:08:09.056Z Downloaded syn v2.0.117
4592026-04-21T11:08:09.079Z Downloaded rustix v1.1.3
4602026-04-21T11:08:09.137Z Downloaded libc v0.2.185
4612026-04-21T11:08:09.190Z Compiling proc-macro2 v1.0.106
4622026-04-21T11:08:09.190Z Compiling unicode-ident v1.0.24
4632026-04-21T11:08:09.193Z Compiling quote v1.0.44
4642026-04-21T11:08:09.193Z Compiling serde_core v1.0.228
4652026-04-21T11:08:09.193Z Compiling libc v0.2.185
4662026-04-21T11:08:09.193Z Compiling version_check v0.9.5
4672026-04-21T11:08:09.193Z Compiling serde v1.0.228
4682026-04-21T11:08:09.193Z Compiling memchr v2.8.0
4692026-04-21T11:08:09.553Z Compiling stable_deref_trait v1.2.1
4702026-04-21T11:08:09.631Z Compiling zmij v1.0.21
4712026-04-21T11:08:09.886Z Compiling autocfg v1.5.0
4722026-04-21T11:08:09.889Z Compiling itoa v1.0.17
4732026-04-21T11:08:10.076Z Compiling thiserror v1.0.69
4742026-04-21T11:08:10.094Z Compiling ucd-trie v0.1.7
4752026-04-21T11:08:10.239Z Compiling litemap v0.8.1
4762026-04-21T11:08:10.274Z Compiling writeable v0.6.2
4772026-04-21T11:08:10.302Z Compiling pest v2.8.6
4782026-04-21T11:08:10.415Z Compiling rustix v1.1.3
4792026-04-21T11:08:10.438Z Compiling icu_normalizer_data v2.1.1
4802026-04-21T11:08:10.479Z Compiling byteorder v1.5.0
4812026-04-21T11:08:10.716Z Compiling icu_properties_data v2.1.2
4822026-04-21T11:08:10.783Z Compiling syn v2.0.117
4832026-04-21T11:08:10.880Z Compiling errno v0.3.14
4842026-04-21T11:08:10.923Z Compiling serde_json v1.0.149
4852026-04-21T11:08:10.978Z Compiling bitflags v2.11.0
4862026-04-21T11:08:11.112Z Compiling num-traits v0.2.19
4872026-04-21T11:08:11.173Z Compiling smallvec v1.15.1
4882026-04-21T11:08:11.199Z Compiling hashbrown v0.16.1
4892026-04-21T11:08:11.300Z Compiling equivalent v1.0.2
4902026-04-21T11:08:11.384Z Compiling pest_meta v2.8.6
4912026-04-21T11:08:11.535Z Compiling typeid v1.0.3
4922026-04-21T11:08:11.706Z Compiling indexmap v2.13.0
4932026-04-21T11:08:11.745Z Compiling thread-id v4.2.2
4942026-04-21T11:08:11.788Z Compiling proc-macro-error-attr v1.0.4
4952026-04-21T11:08:11.827Z Compiling usdt-impl v0.5.0
4962026-04-21T11:08:11.857Z Compiling toml_write v0.1.2
4972026-04-21T11:08:11.971Z Compiling winnow v0.7.14
4982026-04-21T11:08:12.056Z Compiling erased-serde v0.4.9
4992026-04-21T11:08:12.165Z Compiling syn v1.0.109
5002026-04-21T11:08:12.454Z Compiling proc-macro-error v1.0.4
5012026-04-21T11:08:12.525Z Compiling utf8_iter v1.0.4
5022026-04-21T11:08:12.642Z Compiling log v0.4.29
5032026-04-21T11:08:12.682Z Compiling thiserror v2.0.18
5042026-04-21T11:08:12.828Z Compiling percent-encoding v2.3.2
5052026-04-21T11:08:12.962Z Compiling getrandom v0.4.1
5062026-04-21T11:08:12.985Z Compiling camino v1.2.2
5072026-04-21T11:08:13.008Z Compiling utf8parse v0.2.2
5082026-04-21T11:08:13.026Z Compiling plain v0.2.3
5092026-04-21T11:08:13.124Z Compiling anstyle-parse v0.2.7
5102026-04-21T11:08:13.142Z Compiling form_urlencoded v1.2.2
5112026-04-21T11:08:13.275Z Compiling ordered-float v2.10.1
5122026-04-21T11:08:13.302Z Compiling synstructure v0.13.2
5132026-04-21T11:08:13.321Z Compiling pest_generator v2.8.6
5142026-04-21T11:08:13.477Z Compiling terminal_size v0.4.3
5152026-04-21T11:08:13.620Z Compiling cfg-if v1.0.4
5162026-04-21T11:08:13.704Z Compiling anstyle v1.0.13
5172026-04-21T11:08:13.747Z Compiling is_terminal_polyfill v1.70.2
5182026-04-21T11:08:13.808Z Compiling pretty-hex v0.4.1
5192026-04-21T11:08:13.850Z Compiling colorchoice v1.0.4
5202026-04-21T11:08:13.869Z Compiling anstyle-query v1.1.5
5212026-04-21T11:08:13.898Z Compiling serde-untagged v0.1.9
5222026-04-21T11:08:13.954Z Compiling anstream v0.6.21
5232026-04-21T11:08:14.012Z Compiling semver v1.0.27
5242026-04-21T11:08:14.139Z Compiling fs-err v3.3.0
5252026-04-21T11:08:14.157Z Compiling heck v0.4.1
5262026-04-21T11:08:14.258Z Compiling fastrand v2.3.0
5272026-04-21T11:08:14.333Z Compiling bytecount v0.6.9
5282026-04-21T11:08:14.350Z Compiling strsim v0.11.1
5292026-04-21T11:08:14.366Z Compiling heck v0.5.0
5302026-04-21T11:08:14.392Z Compiling unicode-xid v0.2.6
5312026-04-21T11:08:14.552Z Compiling unicode-width v0.1.14
5322026-04-21T11:08:14.596Z Compiling once_cell v1.21.3
5332026-04-21T11:08:14.669Z Compiling clap_lex v1.0.0
5342026-04-21T11:08:14.701Z Compiling fnv v1.0.7
5352026-04-21T11:08:14.814Z Compiling anyhow v1.0.102
5362026-04-21T11:08:14.830Z Compiling papergrid v0.11.0
5372026-04-21T11:08:14.848Z Compiling clap_builder v4.5.60
5382026-04-21T11:08:14.851Z Compiling tempfile v3.25.0
5392026-04-21T11:08:14.996Z Compiling serde_derive v1.0.228
5402026-04-21T11:08:15.016Z Compiling zerofrom-derive v0.1.6
5412026-04-21T11:08:15.120Z Compiling yoke-derive v0.8.1
5422026-04-21T11:08:15.242Z Compiling zerovec-derive v0.11.2
5432026-04-21T11:08:15.463Z Compiling displaydoc v0.2.5
5442026-04-21T11:08:16.193Z Compiling thiserror-impl v1.0.69
5452026-04-21T11:08:16.274Z Compiling zerocopy-derive v0.7.35
5462026-04-21T11:08:16.284Z Compiling pest_derive v2.8.6
5472026-04-21T11:08:16.360Z Compiling scroll_derive v0.12.1
5482026-04-21T11:08:16.399Z Compiling zerofrom v0.1.6
5492026-04-21T11:08:16.538Z Compiling yoke v0.8.1
5502026-04-21T11:08:16.713Z Compiling zerovec v0.11.5
5512026-04-21T11:08:16.732Z Compiling zerotrie v0.2.3
5522026-04-21T11:08:17.010Z Compiling scroll v0.12.0
5532026-04-21T11:08:17.031Z Compiling thiserror-impl v2.0.18
5542026-04-21T11:08:17.132Z Compiling zerocopy v0.7.35
5552026-04-21T11:08:17.217Z Compiling tinystr v0.8.2
5562026-04-21T11:08:17.279Z Compiling potential_utf v0.1.4
5572026-04-21T11:08:17.430Z Compiling icu_locale_core v2.1.1
5582026-04-21T11:08:17.467Z Compiling icu_collections v2.1.1
5592026-04-21T11:08:17.562Z Compiling dtrace-parser v0.2.0
5602026-04-21T11:08:17.678Z Compiling goblin v0.8.2
5612026-04-21T11:08:17.838Z Compiling tabled_derive v0.7.0
5622026-04-21T11:08:18.219Z Compiling icu_provider v2.1.1
5632026-04-21T11:08:18.302Z Compiling clap_derive v4.5.55
5642026-04-21T11:08:18.324Z Compiling memmap v0.7.0
5652026-04-21T11:08:18.352Z Compiling serde_spanned v0.6.9
5662026-04-21T11:08:18.423Z Compiling toml_datetime v0.6.11
5672026-04-21T11:08:18.444Z Compiling dof v0.3.0
5682026-04-21T11:08:18.503Z Compiling icu_normalizer v2.1.1
5692026-04-21T11:08:18.506Z Compiling icu_properties v2.1.2
5702026-04-21T11:08:18.541Z Compiling serde_tokenstream v0.2.3
5712026-04-21T11:08:18.689Z Compiling toml_edit v0.22.27
5722026-04-21T11:08:18.858Z Compiling serde-value v0.7.0
5732026-04-21T11:08:18.953Z Compiling cargo-platform v0.2.0
5742026-04-21T11:08:19.035Z Compiling unicode-width v0.2.0
5752026-04-21T11:08:19.226Z Compiling unicode-linebreak v0.1.5
5762026-04-21T11:08:19.246Z Compiling smawk v0.3.2
5772026-04-21T11:08:19.326Z Compiling tabled v0.15.0
5782026-04-21T11:08:19.364Z Compiling usdt-attr-macro v0.5.0
5792026-04-21T11:08:19.389Z Compiling idna_adapter v1.2.1
5802026-04-21T11:08:19.517Z Compiling usdt-macro v0.5.0
5812026-04-21T11:08:19.556Z Compiling idna v1.1.0
5822026-04-21T11:08:19.665Z Compiling textwrap v0.16.2
5832026-04-21T11:08:20.135Z Compiling toml v0.8.23
5842026-04-21T11:08:20.153Z Compiling url v2.5.8
5852026-04-21T11:08:20.153Z Compiling clap v4.5.60
5862026-04-21T11:08:20.228Z Compiling macaddr v1.0.1
5872026-04-21T11:08:20.620Z Compiling cargo-util-schemas v0.8.2
5882026-04-21T11:08:20.762Z Compiling cargo_toml v0.21.0
5892026-04-21T11:08:20.768Z Compiling camino-tempfile v1.4.1
5902026-04-21T11:08:20.914Z Compiling usdt v0.5.0
5912026-04-21T11:08:21.052Z Compiling swrite v0.1.0
5922026-04-21T11:08:21.160Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-21T11:08:21.550Z Compiling cargo_metadata v0.21.0
5942026-04-21T11:08:22.462Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-21T11:08:24.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.07s
5962026-04-21T11:08:24.783Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-21T11:08:25.352Z Downloading crates ...
5982026-04-21T11:08:25.459Z Downloaded ahash v0.8.12
5992026-04-21T11:08:25.462Z Downloaded adler2 v2.0.1
6002026-04-21T11:08:25.462Z Downloaded aead v0.5.2
6012026-04-21T11:08:25.466Z Downloaded arrayref v0.3.9
6022026-04-21T11:08:25.470Z Downloaded async-recursion v1.1.1
6032026-04-21T11:08:25.474Z Downloaded atty v0.2.14
6042026-04-21T11:08:25.477Z Downloaded atomicwrites v0.4.4
6052026-04-21T11:08:25.477Z Downloaded assert_matches v1.5.0
6062026-04-21T11:08:25.477Z Downloaded async-stream v0.3.6
6072026-04-21T11:08:25.477Z Downloaded ascii-canvas v3.0.0
6082026-04-21T11:08:25.485Z Downloaded crc32fast v1.5.0
6092026-04-21T11:08:25.495Z Downloaded atomic-waker v1.1.2
6102026-04-21T11:08:25.498Z Downloaded array-init v0.0.4
6112026-04-21T11:08:25.498Z Downloaded async-stream-impl v0.3.6
6122026-04-21T11:08:25.498Z Downloaded crossbeam-deque v0.8.6
6132026-04-21T11:08:25.501Z Downloaded crc8 v0.1.1
6142026-04-21T11:08:25.501Z Downloaded dyn-clone v1.0.20
6152026-04-21T11:08:25.505Z Downloaded block-padding v0.3.3
6162026-04-21T11:08:25.508Z Downloaded bcrypt-pbkdf v0.10.0
6172026-04-21T11:08:25.513Z Downloaded ena v0.14.4
6182026-04-21T11:08:25.513Z Downloaded critical-section v1.2.0
6192026-04-21T11:08:25.513Z Downloaded drift v0.1.3
6202026-04-21T11:08:25.518Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-04-21T11:08:25.518Z Downloaded darling_macro v0.20.11
6222026-04-21T11:08:25.518Z Downloaded ciborium-ll v0.2.2
6232026-04-21T11:08:25.527Z Downloaded cfg_aliases v0.1.1
6242026-04-21T11:08:25.527Z Downloaded bb8 v0.8.6
6252026-04-21T11:08:25.527Z Downloaded downcast-rs v2.0.2
6262026-04-21T11:08:25.530Z Downloaded dunce v1.0.5
6272026-04-21T11:08:25.530Z Downloaded difflib v0.4.0
6282026-04-21T11:08:25.530Z Downloaded dof v0.4.0
6292026-04-21T11:08:25.531Z Downloaded cobs v0.3.0
6302026-04-21T11:08:25.531Z Downloaded bitfield-macros v0.19.4
6312026-04-21T11:08:25.531Z Downloaded cstr-argument v0.1.2
6322026-04-21T11:08:25.535Z Downloaded enum-as-inner v0.6.1
6332026-04-21T11:08:25.539Z Downloaded embedded-io v0.6.1
6342026-04-21T11:08:25.539Z Downloaded display-error-chain v0.2.2
6352026-04-21T11:08:25.543Z Downloaded crc-catalog v2.4.0
6362026-04-21T11:08:25.543Z Downloaded castaway v0.2.4
6372026-04-21T11:08:25.547Z Downloaded cpufeatures v0.3.0
6382026-04-21T11:08:25.554Z Downloaded bitfield-struct v0.6.2
6392026-04-21T11:08:25.554Z Downloaded document-features v0.2.12
6402026-04-21T11:08:25.554Z Downloaded debug-ignore v1.0.5
6412026-04-21T11:08:25.559Z Downloaded dtrace-parser v0.3.0
6422026-04-21T11:08:25.559Z Downloaded defmt-parser v1.0.0
6432026-04-21T11:08:25.560Z Downloaded endian-type v0.1.2
6442026-04-21T11:08:25.560Z Downloaded defmt v0.3.100
6452026-04-21T11:08:25.560Z Downloaded cfg_aliases v0.2.1
6462026-04-21T11:08:25.563Z Downloaded dropshot-api-manager-types v0.6.0
6472026-04-21T11:08:25.568Z Downloaded bit-set v0.5.3
6482026-04-21T11:08:25.572Z Downloaded darling_macro v0.21.3
6492026-04-21T11:08:25.572Z Downloaded base16ct v0.2.0
6502026-04-21T11:08:25.577Z Downloaded derive_builder_macro v0.20.2
6512026-04-21T11:08:25.581Z Downloaded convert_case v0.4.0
6522026-04-21T11:08:25.581Z Downloaded compression-core v0.4.31
6532026-04-21T11:08:25.581Z Downloaded ciborium-io v0.2.2
6542026-04-21T11:08:25.584Z Downloaded bit-set v0.8.0
6552026-04-21T11:08:25.588Z Downloaded cargo-platform v0.1.9
6562026-04-21T11:08:25.592Z Downloaded float-cmp v0.10.0
6572026-04-21T11:08:25.592Z Downloaded either v1.15.0
6582026-04-21T11:08:25.596Z Downloaded foreign-types v0.3.2
6592026-04-21T11:08:25.599Z Downloaded foreign-types-macros v0.2.3
6602026-04-21T11:08:25.603Z Downloaded crunchy v0.2.4
6612026-04-21T11:08:25.606Z Downloaded cbc v0.1.2
6622026-04-21T11:08:25.611Z Downloaded embedded-io v0.4.0
6632026-04-21T11:08:25.614Z Downloaded dirs-sys-next v0.1.2
6642026-04-21T11:08:25.614Z Downloaded crucible-workspace-hack v0.1.0
6652026-04-21T11:08:25.617Z Downloaded arrayvec v0.7.6
6662026-04-21T11:08:25.621Z Downloaded fixedbitset v0.4.2
6672026-04-21T11:08:25.621Z Downloaded cmake v0.1.57
6682026-04-21T11:08:25.621Z Downloaded camino-tempfile-ext v0.3.3
6692026-04-21T11:08:25.624Z Downloaded base64ct v1.8.3
6702026-04-21T11:08:25.624Z Downloaded fd-lock v4.0.4
6712026-04-21T11:08:25.627Z Downloaded flagset v0.4.7
6722026-04-21T11:08:25.627Z Downloaded darling_macro v0.23.0
6732026-04-21T11:08:25.627Z Downloaded dirs-next v2.0.0
6742026-04-21T11:08:25.627Z Downloaded convert_case v0.10.0
6752026-04-21T11:08:25.631Z Downloaded foreign-types-shared v0.1.1
6762026-04-21T11:08:25.631Z Downloaded env_filter v1.0.0
6772026-04-21T11:08:25.634Z Downloaded funty v2.0.0
6782026-04-21T11:08:25.634Z Downloaded foreign-types v0.5.0
6792026-04-21T11:08:25.637Z Downloaded foreign-types-shared v0.3.1
6802026-04-21T11:08:25.641Z Downloaded futures-io v0.3.32
6812026-04-21T11:08:25.641Z Downloaded float-ord v0.3.2
6822026-04-21T11:08:25.644Z Downloaded gethostname v0.5.0
6832026-04-21T11:08:25.644Z Downloaded fxhash v0.2.1
6842026-04-21T11:08:25.644Z Downloaded futures-macro v0.3.32
6852026-04-21T11:08:25.648Z Downloaded buf-list v1.1.2
6862026-04-21T11:08:25.651Z Downloaded futures-sink v0.3.32
6872026-04-21T11:08:25.651Z Downloaded futures-core v0.3.32
6882026-04-21T11:08:25.651Z Downloaded bitfield v0.19.4
6892026-04-21T11:08:25.651Z Downloaded bit-vec v0.8.0
6902026-04-21T11:08:25.654Z Downloaded corncobs v0.1.4
6912026-04-21T11:08:25.657Z Downloaded curve25519-dalek-derive v0.1.1
6922026-04-21T11:08:25.657Z Downloaded ctr v0.9.2
6932026-04-21T11:08:25.660Z Downloaded der_derive v0.7.3
6942026-04-21T11:08:25.660Z Downloaded defmt-macros v1.0.1
6952026-04-21T11:08:25.664Z Downloaded cipher v0.4.4
6962026-04-21T11:08:25.664Z Downloaded dsl_auto_type v0.2.0
6972026-04-21T11:08:25.664Z Downloaded daft v0.1.5
6982026-04-21T11:08:25.669Z Downloaded deranged v0.5.8
6992026-04-21T11:08:25.673Z Downloaded bitflags v1.3.2
7002026-04-21T11:08:25.673Z Downloaded daft-derive v0.1.5
7012026-04-21T11:08:25.679Z Downloaded crc v3.4.0
7022026-04-21T11:08:25.679Z Downloaded backoff v0.4.0
7032026-04-21T11:08:25.679Z Downloaded data-encoding v2.10.0
7042026-04-21T11:08:25.683Z Downloaded chacha20 v0.9.1
7052026-04-21T11:08:25.683Z Downloaded ecdsa v0.16.9
7062026-04-21T11:08:25.683Z Downloaded csv-core v0.1.13
7072026-04-21T11:08:25.694Z Downloaded constant_time_eq v0.4.2
7082026-04-21T11:08:25.694Z Downloaded compression-codecs v0.4.37
7092026-04-21T11:08:25.694Z Downloaded cexpr v0.6.0
7102026-04-21T11:08:25.698Z Downloaded cargo_metadata v0.19.2
7112026-04-21T11:08:25.698Z Downloaded bit-vec v0.6.3
7122026-04-21T11:08:25.698Z Downloaded git-stub v1.0.0
7132026-04-21T11:08:25.698Z Downloaded hash32 v0.2.1
7142026-04-21T11:08:25.698Z Downloaded futures-task v0.3.32
7152026-04-21T11:08:25.698Z Downloaded ghash v0.5.1
7162026-04-21T11:08:25.702Z Downloaded async-trait v0.1.89
7172026-04-21T11:08:25.706Z Downloaded globwalk v0.9.1
7182026-04-21T11:08:25.706Z Downloaded colored v3.1.1
7192026-04-21T11:08:25.709Z Downloaded ciborium v0.2.2
7202026-04-21T11:08:25.709Z Downloaded bzip2 v0.4.4
7212026-04-21T11:08:25.709Z Downloaded async-bb8-diesel v0.2.1
7222026-04-21T11:08:25.719Z Downloaded argon2 v0.5.3
7232026-04-21T11:08:25.719Z Downloaded cookie v0.18.1
7242026-04-21T11:08:25.724Z Downloaded headers-core v0.3.0
7252026-04-21T11:08:25.724Z Downloaded cassowary v0.3.0
7262026-04-21T11:08:25.724Z Downloaded hex v0.4.3
7272026-04-21T11:08:25.724Z Downloaded byte-wrapper v0.1.0
7282026-04-21T11:08:25.724Z Downloaded hex-literal v0.4.1
7292026-04-21T11:08:25.728Z Downloaded fs_extra v1.3.0
7302026-04-21T11:08:25.728Z Downloaded futures-executor v0.3.32
7312026-04-21T11:08:25.728Z Downloaded fs-err v2.11.0
7322026-04-21T11:08:25.732Z Downloaded derive_builder_core v0.20.2
7332026-04-21T11:08:25.732Z Downloaded defmt v1.0.1
7342026-04-21T11:08:25.735Z Downloaded hostname v0.4.2
7352026-04-21T11:08:25.736Z Downloaded derive-ex v0.1.8
7362026-04-21T11:08:25.736Z Downloaded crossbeam-channel v0.5.15
7372026-04-21T11:08:25.739Z Downloaded hubpack v0.1.2
7382026-04-21T11:08:25.739Z Downloaded fallible-iterator v0.2.0
7392026-04-21T11:08:25.743Z Downloaded http-body v1.0.1
7402026-04-21T11:08:25.743Z Downloaded fixedbitset v0.5.7
7412026-04-21T11:08:25.743Z Downloaded ident_case v1.0.1
7422026-04-21T11:08:25.743Z Downloaded filetime v0.2.27
7432026-04-21T11:08:25.747Z Downloaded erased-serde v0.3.31
7442026-04-21T11:08:25.747Z Downloaded hostname v0.3.1
7452026-04-21T11:08:25.747Z Downloaded foldhash v0.2.0
7462026-04-21T11:08:25.750Z Downloaded foldhash v0.1.5
7472026-04-21T11:08:25.750Z Downloaded console v0.16.2
7482026-04-21T11:08:25.750Z Downloaded env_logger v0.11.9
7492026-04-21T11:08:25.754Z Downloaded colored v2.2.0
7502026-04-21T11:08:25.754Z Downloaded cancel-safe-futures v0.1.5
7512026-04-21T11:08:25.758Z Downloaded bcs v0.1.6
7522026-04-21T11:08:25.758Z Downloaded const-oid v0.9.6
7532026-04-21T11:08:25.761Z Downloaded clang-sys v1.8.1
7542026-04-21T11:08:25.761Z Downloaded blowfish v0.9.1
7552026-04-21T11:08:25.761Z Downloaded backon v1.6.0
7562026-04-21T11:08:25.765Z Downloaded http-range v0.1.5
7572026-04-21T11:08:25.765Z Downloaded home v0.5.12
7582026-04-21T11:08:25.765Z Downloaded diesel-dtrace v0.5.0
7592026-04-21T11:08:25.768Z Downloaded crossbeam-epoch v0.9.18
7602026-04-21T11:08:25.771Z Downloaded glob v0.3.3
7612026-04-21T11:08:25.771Z Downloaded ff v0.13.1
7622026-04-21T11:08:25.772Z Downloaded ed25519 v2.2.3
7632026-04-21T11:08:25.775Z Downloaded const_format_proc_macros v0.2.34
7642026-04-21T11:08:25.775Z Downloaded chacha20 v0.10.0
7652026-04-21T11:08:25.778Z Downloaded hyper-tls v0.6.0
7662026-04-21T11:08:25.778Z Downloaded globset v0.4.18
7672026-04-21T11:08:25.782Z Downloaded diff v0.1.13
7682026-04-21T11:08:25.785Z Downloaded des v0.8.1
7692026-04-21T11:08:25.789Z Downloaded instant v0.1.13
7702026-04-21T11:08:25.792Z Downloaded indoc v1.0.9
7712026-04-21T11:08:25.792Z Downloaded crossbeam-utils v0.8.21
7722026-04-21T11:08:25.796Z Downloaded internet-checksum v0.2.1
7732026-04-21T11:08:25.796Z Downloaded console v0.15.11
7742026-04-21T11:08:25.799Z Downloaded hubpack_derive v0.1.1
7752026-04-21T11:08:25.804Z Downloaded indent_write v2.2.0
7762026-04-21T11:08:25.811Z Downloaded allocator-api2 v0.2.21
7772026-04-21T11:08:25.814Z Downloaded is-terminal v0.4.17
7782026-04-21T11:08:25.814Z Downloaded git-stub-vcs v0.1.0
7792026-04-21T11:08:25.817Z Downloaded group v0.13.0
7802026-04-21T11:08:25.820Z Downloaded hash32 v0.3.1
7812026-04-21T11:08:25.824Z Downloaded lazy_static v1.5.0
7822026-04-21T11:08:25.824Z Downloaded highway v1.3.0
7832026-04-21T11:08:25.827Z Downloaded humantime v2.3.0
7842026-04-21T11:08:25.827Z Downloaded httpdate v1.0.3
7852026-04-21T11:08:25.827Z Downloaded http-body-util v0.1.3
7862026-04-21T11:08:25.827Z Downloaded instability v0.3.11
7872026-04-21T11:08:25.831Z Downloaded futures-channel v0.3.32
7882026-04-21T11:08:25.831Z Downloaded is_ci v1.2.0
7892026-04-21T11:08:25.831Z Downloaded cookie_store v0.22.1
7902026-04-21T11:08:25.834Z Downloaded lalrpop-util v0.19.12
7912026-04-21T11:08:25.837Z Downloaded linked-hash-map v0.5.6
7922026-04-21T11:08:25.838Z Downloaded kstat-rs v0.2.4
7932026-04-21T11:08:25.845Z Downloaded keccak v0.1.6
7942026-04-21T11:08:25.850Z Downloaded maplit v1.0.2
7952026-04-21T11:08:25.850Z Downloaded managed v0.8.0
7962026-04-21T11:08:25.850Z Downloaded lzss v0.8.2
7972026-04-21T11:08:25.850Z Downloaded md5 v0.7.0
7982026-04-21T11:08:25.851Z Downloaded maybe-uninit v2.0.0
7992026-04-21T11:08:25.851Z Downloaded match_cfg v0.1.0
8002026-04-21T11:08:25.851Z Downloaded lru-cache v0.1.2
8012026-04-21T11:08:25.865Z Downloaded find-msvc-tools v0.1.9
8022026-04-21T11:08:25.868Z Downloaded darling v0.20.11
8032026-04-21T11:08:25.871Z Downloaded crc-any v2.5.0
8042026-04-21T11:08:25.871Z Downloaded bzip2 v0.6.1
8052026-04-21T11:08:25.871Z Downloaded blake2 v0.10.6
8062026-04-21T11:08:25.879Z Downloaded lru v0.12.5
8072026-04-21T11:08:25.884Z Downloaded md-5 v0.10.6
8082026-04-21T11:08:25.884Z Downloaded inout v0.1.4
8092026-04-21T11:08:25.884Z Downloaded ingot-types v0.1.2
8102026-04-21T11:08:25.884Z Downloaded indoc v2.0.7
8112026-04-21T11:08:25.884Z Downloaded libscf-sys v1.1.0
8122026-04-21T11:08:25.884Z Downloaded lru-slab v0.1.2
8132026-04-21T11:08:25.889Z Downloaded mime v0.3.17
8142026-04-21T11:08:25.889Z Downloaded memoffset v0.9.1
8152026-04-21T11:08:25.889Z Downloaded darling v0.23.0
8162026-04-21T11:08:25.894Z Downloaded ipnetwork v0.21.1
8172026-04-21T11:08:25.894Z Downloaded ipnet v2.11.0
8182026-04-21T11:08:25.894Z Downloaded derive_builder v0.20.2
8192026-04-21T11:08:25.898Z Downloaded derive_more v0.99.20
8202026-04-21T11:08:25.904Z Downloaded dropshot_endpoint v0.17.0
8212026-04-21T11:08:25.907Z Downloaded impl-trait-for-tuples v0.2.3
8222026-04-21T11:08:25.907Z Downloaded hyper-staticfile v0.10.1
8232026-04-21T11:08:25.908Z Downloaded multimap v0.10.1
8242026-04-21T11:08:25.908Z Downloaded derive-where v1.6.0
8252026-04-21T11:08:25.912Z Downloaded newline-converter v0.3.0
8262026-04-21T11:08:25.912Z Downloaded new_debug_unreachable v1.0.6
8272026-04-21T11:08:25.915Z Downloaded darling v0.21.3
8282026-04-21T11:08:25.915Z Downloaded normalize-line-endings v0.3.0
8292026-04-21T11:08:25.918Z Downloaded nodrop v0.1.14
8302026-04-21T11:08:25.918Z Downloaded nibble_vec v0.1.0
8312026-04-21T11:08:25.918Z Downloaded newtype-uuid-macros v0.1.0
8322026-04-21T11:08:25.922Z Downloaded num-conv v0.2.0
8332026-04-21T11:08:25.922Z Downloaded nonempty v0.12.0
8342026-04-21T11:08:25.927Z Downloaded num-iter v0.1.45
8352026-04-21T11:08:25.927Z Downloaded num v0.4.3
8362026-04-21T11:08:25.927Z Downloaded num-derive v0.4.2
8372026-04-21T11:08:25.927Z Downloaded futures v0.3.32
8382026-04-21T11:08:25.930Z Downloaded libsw-core v0.3.2
8392026-04-21T11:08:25.933Z Downloaded libloading v0.8.9
8402026-04-21T11:08:25.933Z Downloaded libefi-sys v0.1.0
8412026-04-21T11:08:25.938Z Downloaded getrandom v0.2.17
8422026-04-21T11:08:25.938Z Downloaded half v1.8.3
8432026-04-21T11:08:25.943Z Downloaded olpc-cjson v0.1.4
8442026-04-21T11:08:25.943Z Downloaded num_threads v0.1.7
8452026-04-21T11:08:25.946Z Downloaded ingot v0.1.1
8462026-04-21T11:08:25.949Z Downloaded openssl-macros v0.1.1
8472026-04-21T11:08:25.954Z Downloaded bytes v1.11.1
8482026-04-21T11:08:25.957Z Downloaded num-derive v0.3.3
8492026-04-21T11:08:25.960Z Downloaded compact_str v0.8.1
8502026-04-21T11:08:25.964Z Downloaded const_format v0.2.35
8512026-04-21T11:08:25.967Z Downloaded num_enum_derive v0.5.11
8522026-04-21T11:08:25.970Z Downloaded opaque-debug v0.3.1
8532026-04-21T11:08:25.971Z Downloaded dropshot_endpoint v0.16.7
8542026-04-21T11:08:25.974Z Downloaded openssl-probe v0.2.1
8552026-04-21T11:08:25.974Z Downloaded packed_struct_codegen v0.10.1
8562026-04-21T11:08:25.977Z Downloaded ingot-macros v0.1.1
8572026-04-21T11:08:25.980Z Downloaded elliptic-curve v0.13.8
8582026-04-21T11:08:25.990Z Downloaded arc-swap v1.8.2
8592026-04-21T11:08:25.993Z Downloaded ar_archive_writer v0.5.1
8602026-04-21T11:08:25.997Z Downloaded fatfs v0.3.6
8612026-04-21T11:08:25.997Z Downloaded hmac v0.12.1
8622026-04-21T11:08:26.001Z Downloaded openssl-probe v0.1.6
8632026-04-21T11:08:26.001Z Downloaded lock_api v0.4.14
8642026-04-21T11:08:26.005Z Downloaded hyper-rustls v0.27.7
8652026-04-21T11:08:26.011Z Downloaded path-slash v0.1.5
8662026-04-21T11:08:26.016Z Downloaded pbkdf2 v0.11.0
8672026-04-21T11:08:26.016Z Downloaded darling_core v0.21.3
8682026-04-21T11:08:26.025Z Downloaded oso-derive v0.27.3
8692026-04-21T11:08:26.025Z Downloaded parse-size v1.1.0
8702026-04-21T11:08:26.025Z Downloaded darling_core v0.20.11
8712026-04-21T11:08:26.025Z Downloaded newtype-uuid v1.3.2
8722026-04-21T11:08:26.029Z Downloaded num-complex v0.4.6
8732026-04-21T11:08:26.029Z Downloaded mime_guess v2.0.5
8742026-04-21T11:08:26.033Z Downloaded peg-runtime v0.8.5
8752026-04-21T11:08:26.033Z Downloaded newtype_derive v0.1.6
8762026-04-21T11:08:26.037Z Downloaded nanorand v0.7.0
8772026-04-21T11:08:26.037Z Downloaded multer v3.1.0
8782026-04-21T11:08:26.040Z Downloaded native-tls v0.2.18
8792026-04-21T11:08:26.040Z Downloaded pbkdf2 v0.12.2
8802026-04-21T11:08:26.044Z Downloaded num_enum v0.5.11
8812026-04-21T11:08:26.047Z Downloaded num_enum_derive v0.7.5
8822026-04-21T11:08:26.047Z Downloaded num-rational v0.4.2
8832026-04-21T11:08:26.047Z Downloaded litrs v1.0.0
8842026-04-21T11:08:26.050Z Downloaded phf_shared v0.11.3
8852026-04-21T11:08:26.050Z Downloaded linear-map v1.2.0
8862026-04-21T11:08:26.050Z Downloaded parse-display v0.10.0
8872026-04-21T11:08:26.055Z Downloaded nu-ansi-term v0.50.3
8882026-04-21T11:08:26.055Z Downloaded getrandom v0.3.4
8892026-04-21T11:08:26.064Z Downloaded phf_shared v0.13.1
8902026-04-21T11:08:26.065Z Downloaded precomputed-hash v0.1.1
8912026-04-21T11:08:26.069Z Downloaded base64 v0.21.7
8922026-04-21T11:08:26.069Z Downloaded chacha20poly1305 v0.10.1
8932026-04-21T11:08:26.076Z Downloaded jobserver v0.1.34
8942026-04-21T11:08:26.080Z Downloaded half v2.7.1
8952026-04-21T11:08:26.080Z Downloaded iana-time-zone v0.1.65
8962026-04-21T11:08:26.080Z Downloaded oxnet v0.1.4
8972026-04-21T11:08:26.084Z Downloaded phf_shared v0.12.1
8982026-04-21T11:08:26.084Z Downloaded oxide-tokio-rt v0.1.4
8992026-04-21T11:08:26.084Z Downloaded num_enum v0.7.5
9002026-04-21T11:08:26.087Z Downloaded num-integer v0.1.46
9012026-04-21T11:08:26.087Z Downloaded pin-utils v0.1.0
9022026-04-21T11:08:26.094Z Downloaded predicates-core v1.0.10
9032026-04-21T11:08:26.094Z Downloaded packed_struct v0.10.1
9042026-04-21T11:08:26.094Z Downloaded memmap2 v0.9.10
9052026-04-21T11:08:26.094Z Downloaded powerfmt v0.2.0
9062026-04-21T11:08:26.098Z Downloaded async-compression v0.4.41
9072026-04-21T11:08:26.102Z Downloaded cc v1.2.56
9082026-04-21T11:08:26.106Z Downloaded heapless v0.7.17
9092026-04-21T11:08:26.110Z Downloaded parking_lot_core v0.8.6
9102026-04-21T11:08:26.113Z Downloaded paste v1.0.15
9112026-04-21T11:08:26.117Z Downloaded password-hash v0.4.2
9122026-04-21T11:08:26.117Z Downloaded parse-display-derive v0.10.0
9132026-04-21T11:08:26.117Z Downloaded flume v0.11.1
9142026-04-21T11:08:26.121Z Downloaded predicates-tree v1.0.13
9152026-04-21T11:08:26.121Z Downloaded libsw v3.5.0
9162026-04-21T11:08:26.125Z Downloaded httparse v1.10.1
9172026-04-21T11:08:26.128Z Downloaded proc-macro-error-attr2 v2.0.0
9182026-04-21T11:08:26.128Z Downloaded darling_core v0.23.0
9192026-04-21T11:08:26.133Z Downloaded progenitor-client v0.10.0
9202026-04-21T11:08:26.133Z Downloaded proc-macro-crate v3.4.0
9212026-04-21T11:08:26.133Z Downloaded flate2 v1.1.9
9222026-04-21T11:08:26.136Z Downloaded progenitor-macro v0.10.0
9232026-04-21T11:08:26.136Z Downloaded owo-colors v4.3.0
9242026-04-21T11:08:26.140Z Downloaded progenitor-macro v0.13.0
9252026-04-21T11:08:26.140Z Downloaded progenitor-macro v0.11.2
9262026-04-21T11:08:26.140Z Downloaded crypto-bigint v0.5.5
9272026-04-21T11:08:26.143Z Downloaded peg v0.8.5
9282026-04-21T11:08:26.146Z Downloaded progenitor-client v0.11.2
9292026-04-21T11:08:26.146Z Downloaded omicron-zone-package v0.12.2
9302026-04-21T11:08:26.150Z Downloaded phf v0.13.1
9312026-04-21T11:08:26.150Z Downloaded phf v0.12.1
9322026-04-21T11:08:26.150Z Downloaded libbz2-rs-sys v0.2.2
9332026-04-21T11:08:26.153Z Downloaded derive_more v2.1.1
9342026-04-21T11:08:26.158Z Downloaded psl-types v2.0.11
9352026-04-21T11:08:26.162Z Downloaded polyval v0.6.2
9362026-04-21T11:08:26.162Z Downloaded radium v0.7.0
9372026-04-21T11:08:26.162Z Downloaded pin-project-internal v1.1.11
9382026-04-21T11:08:26.162Z Downloaded pem v3.0.6
9392026-04-21T11:08:26.165Z Downloaded indexmap v1.9.3
9402026-04-21T11:08:26.165Z Downloaded aes-gcm v0.10.3
9412026-04-21T11:08:26.169Z Downloaded peg-macros v0.8.5
9422026-04-21T11:08:26.169Z Downloaded quick-error v1.2.3
9432026-04-21T11:08:26.175Z Downloaded indicatif v0.18.4
9442026-04-21T11:08:26.178Z Downloaded predicates v3.1.4
9452026-04-21T11:08:26.178Z Downloaded ignore v0.4.25
9462026-04-21T11:08:26.181Z Downloaded ppv-lite86 v0.2.21
9472026-04-21T11:08:26.181Z Downloaded proc-macro-crate v1.3.1
9482026-04-21T11:08:26.184Z Downloaded primeorder v0.13.6
9492026-04-21T11:08:26.188Z Downloaded heapless v0.8.0
9502026-04-21T11:08:26.191Z Downloaded recursive-proc-macro-impl v0.1.1
9512026-04-21T11:08:26.194Z Downloaded recursive v0.1.1
9522026-04-21T11:08:26.194Z Downloaded headers v0.4.1
9532026-04-21T11:08:26.202Z Downloaded progenitor v0.10.0
9542026-04-21T11:08:26.206Z Downloaded proc-macro-error2 v2.0.1
9552026-04-21T11:08:26.206Z Downloaded pkg-config v0.3.32
9562026-04-21T11:08:26.206Z Downloaded pkcs8 v0.10.2
9572026-04-21T11:08:26.209Z Downloaded pem-rfc7468 v0.7.0
9582026-04-21T11:08:26.209Z Downloaded password-hash v0.5.0
9592026-04-21T11:08:26.218Z Downloaded rand_chacha v0.3.1
9602026-04-21T11:08:26.222Z Downloaded progenitor-extras v0.1.1
9612026-04-21T11:08:26.225Z Downloaded rand_xorshift v0.4.0
9622026-04-21T11:08:26.225Z Downloaded ref-cast v1.0.25
9632026-04-21T11:08:26.230Z Downloaded progenitor-client v0.13.0
9642026-04-21T11:08:26.234Z Downloaded rfc6979 v0.4.0
9652026-04-21T11:08:26.242Z Downloaded der v0.7.10
9662026-04-21T11:08:26.246Z Downloaded pin-project-lite v0.2.17
9672026-04-21T11:08:26.250Z Downloaded rustc_version v0.1.7
9682026-04-21T11:08:26.250Z Downloaded rustc-hash v2.1.1
9692026-04-21T11:08:26.250Z Downloaded bumpalo v3.20.2
9702026-04-21T11:08:26.254Z Downloaded russh-cryptovec v0.7.3
9712026-04-21T11:08:26.254Z Downloaded r2d2 v0.8.10
9722026-04-21T11:08:26.254Z Downloaded psm v0.1.30
9732026-04-21T11:08:26.258Z Downloaded ref-cast-impl v1.0.25
9742026-04-21T11:08:26.258Z Downloaded dropshot-api-manager v0.6.0
9752026-04-21T11:08:26.258Z Downloaded base64 v0.22.1
9762026-04-21T11:08:26.262Z Downloaded diesel_derives v2.3.7
9772026-04-21T11:08:26.265Z Downloaded parking_lot v0.12.5
9782026-04-21T11:08:26.265Z Downloaded parking_lot v0.11.2
9792026-04-21T11:08:26.269Z Downloaded postgres-protocol v0.6.10
9802026-04-21T11:08:26.272Z Downloaded rtoolbox v0.0.3
9812026-04-21T11:08:26.275Z Downloaded rand_chacha v0.9.0
9822026-04-21T11:08:26.296Z Downloaded miniz_oxide v0.8.9
9832026-04-21T11:08:26.299Z Downloaded aes v0.8.4
9842026-04-21T11:08:26.305Z Downloaded same-file v1.0.6
9852026-04-21T11:08:26.308Z Downloaded scheduled-thread-pool v0.2.7
9862026-04-21T11:08:26.308Z Downloaded sapling-renderdag v0.1.0
9872026-04-21T11:08:26.312Z Downloaded scopeguard v1.2.0
9882026-04-21T11:08:26.312Z Downloaded hickory-resolver v0.25.2
9892026-04-21T11:08:26.326Z Downloaded progenitor v0.13.0
9902026-04-21T11:08:26.339Z Downloaded secrecy v0.8.0
9912026-04-21T11:08:26.342Z Downloaded scroll_derive v0.13.1
9922026-04-21T11:08:26.343Z Downloaded poly1305 v0.8.0
9932026-04-21T11:08:26.343Z Downloaded serde-big-array v0.5.1
9942026-04-21T11:08:26.343Z Downloaded seq-macro v0.3.6
9952026-04-21T11:08:26.343Z Downloaded postgres-types v0.2.12
9962026-04-21T11:08:26.347Z Downloaded pkcs5 v0.7.1
9972026-04-21T11:08:26.347Z Downloaded pkcs1 v0.7.5
9982026-04-21T11:08:26.357Z Downloaded rand_core v0.10.0
9992026-04-21T11:08:26.357Z Downloaded rand_core v0.6.4
10002026-04-21T11:08:26.357Z Downloaded rand_core v0.9.5
10012026-04-21T11:08:26.357Z Downloaded resolv-conf v0.7.6
10022026-04-21T11:08:26.362Z Downloaded salsa20 v0.10.2
10032026-04-21T11:08:26.362Z Downloaded secrecy v0.10.3
10042026-04-21T11:08:26.362Z Downloaded scrypt v0.11.0
10052026-04-21T11:08:26.362Z Downloaded rustc_version v0.4.1
10062026-04-21T11:08:26.365Z Downloaded serde_bytes v0.11.19
10072026-04-21T11:08:26.365Z Downloaded serde_spanned v1.0.4
10082026-04-21T11:08:26.369Z Downloaded serde_repr v0.1.20
10092026-04-21T11:08:26.369Z Downloaded serde_plain v1.0.2
10102026-04-21T11:08:26.369Z Downloaded postcard v1.1.3
10112026-04-21T11:08:26.373Z Downloaded derive_more-impl v2.1.1
10122026-04-21T11:08:26.376Z Downloaded hickory-resolver v0.24.4
10132026-04-21T11:08:26.380Z Downloaded rand_seeder v0.4.0
10142026-04-21T11:08:26.380Z Downloaded p256 v0.13.2
10152026-04-21T11:08:26.384Z Downloaded prefix-trie v0.7.0
10162026-04-21T11:08:26.388Z Downloaded oso v0.27.3
10172026-04-21T11:08:26.392Z Downloaded progenitor v0.11.2
10182026-04-21T11:08:26.392Z Downloaded parking_lot_core v0.9.12
10192026-04-21T11:08:26.393Z Downloaded papergrid v0.17.0
10202026-04-21T11:08:26.397Z Downloaded shell-words v1.1.1
10212026-04-21T11:08:26.403Z Downloaded sha1 v0.10.6
10222026-04-21T11:08:26.403Z Downloaded siphasher v1.0.2
10232026-04-21T11:08:26.406Z Downloaded rustversion v1.0.22
10242026-04-21T11:08:26.406Z Downloaded signal-hook-mio v0.2.5
10252026-04-21T11:08:26.411Z Downloaded minimal-lexical v0.2.1
10262026-04-21T11:08:26.422Z Downloaded schemars_derive v0.8.22
10272026-04-21T11:08:26.425Z Downloaded signature v2.2.0
10282026-04-21T11:08:26.428Z Downloaded rustls-native-certs v0.8.3
10292026-04-21T11:08:26.432Z Downloaded sigpipe v0.1.3
10302026-04-21T11:08:26.435Z Downloaded rustls-pemfile v2.2.0
10312026-04-21T11:08:26.435Z Downloaded rustls-pemfile v1.0.4
10322026-04-21T11:08:26.439Z Downloaded signal-hook-tokio v0.3.1
10332026-04-21T11:08:26.443Z Downloaded slog-bunyan v2.5.0
10342026-04-21T11:08:26.447Z Downloaded slog-envlogger v2.2.0
10352026-04-21T11:08:26.452Z Downloaded scroll v0.13.0
10362026-04-21T11:08:26.465Z Downloaded jiff-static v0.2.21
10372026-04-21T11:08:26.468Z Downloaded http v1.4.0
10382026-04-21T11:08:26.471Z Downloaded quinn-udp v0.5.14
10392026-04-21T11:08:26.475Z Downloaded serde_path_to_error v0.1.20
10402026-04-21T11:08:26.475Z Downloaded serde_urlencoded v0.7.1
10412026-04-21T11:08:26.482Z Downloaded sct v0.7.1
10422026-04-21T11:08:26.487Z Downloaded ed25519-dalek v2.2.0
10432026-04-21T11:08:26.491Z Downloaded openssl-sys v0.9.111
10442026-04-21T11:08:26.495Z Downloaded expectorate v1.2.0
10452026-04-21T11:08:26.499Z Downloaded prettyplease v0.2.37
10462026-04-21T11:08:26.504Z Downloaded serde-hex v0.1.0
10472026-04-21T11:08:26.504Z Downloaded serde_derive_internals v0.29.1
10482026-04-21T11:08:26.510Z Downloaded signal-hook-registry v1.4.8
10492026-04-21T11:08:26.513Z Downloaded ssh-cipher v0.2.0
10502026-04-21T11:08:26.513Z Downloaded shlex v1.3.0
10512026-04-21T11:08:26.517Z Downloaded ssh-encoding v0.2.0
10522026-04-21T11:08:26.521Z Downloaded sqlparser_derive v0.5.0
10532026-04-21T11:08:26.524Z Downloaded structmeta v0.3.0
10542026-04-21T11:08:26.532Z Downloaded strip-ansi-escapes v0.2.1
10552026-04-21T11:08:26.539Z Downloaded progenitor-impl v0.13.0
10562026-04-21T11:08:26.542Z Downloaded slab v0.4.12
10572026-04-21T11:08:26.545Z Downloaded simd-adler32 v0.3.8
10582026-04-21T11:08:26.546Z Downloaded progenitor-impl v0.11.2
10592026-04-21T11:08:26.546Z Downloaded strum v0.26.3
10602026-04-21T11:08:26.549Z Downloaded structmeta-derive v0.3.0
10612026-04-21T11:08:26.549Z Downloaded progenitor-impl v0.10.0
10622026-04-21T11:08:26.549Z Downloaded sec1 v0.7.3
10632026-04-21T11:08:26.552Z Downloaded strum v0.27.2
10642026-04-21T11:08:26.552Z Downloaded supports-color v3.0.2
10652026-04-21T11:08:26.557Z Downloaded slog-json v2.6.1
10662026-04-21T11:08:26.560Z Downloaded slog-dtrace v0.3.0
10672026-04-21T11:08:26.560Z Downloaded slog-async v2.8.0
10682026-04-21T11:08:26.560Z Downloaded rustls-pki-types v1.14.0
10692026-04-21T11:08:26.564Z Downloaded subtle v2.6.1
10702026-04-21T11:08:26.564Z Downloaded sync-ptr v0.1.4
10712026-04-21T11:08:26.564Z Downloaded slog-scope v4.4.1
10722026-04-21T11:08:26.570Z Downloaded semver v0.1.20
10732026-04-21T11:08:26.570Z Downloaded sync_wrapper v1.0.2
10742026-04-21T11:08:26.570Z Downloaded tabled_derive v0.11.0
10752026-04-21T11:08:26.575Z Downloaded tap v1.0.1
10762026-04-21T11:08:26.575Z Downloaded tagptr v0.2.0
10772026-04-21T11:08:26.575Z Downloaded take_mut v0.2.2
10782026-04-21T11:08:26.575Z Downloaded rusty-fork v0.3.1
10792026-04-21T11:08:26.586Z Downloaded slog-term v2.9.2
10802026-04-21T11:08:26.591Z Downloaded smf v0.2.3
10812026-04-21T11:08:26.591Z Downloaded pin-project v1.1.11
10822026-04-21T11:08:26.596Z Downloaded snafu-derive v0.8.9
10832026-04-21T11:08:26.596Z Downloaded hashbrown v0.13.2
10842026-04-21T11:08:26.600Z Downloaded testing_table v0.3.0
10852026-04-21T11:08:26.600Z Downloaded smallvec v0.6.14
10862026-04-21T11:08:26.603Z Downloaded slog-stdlog v4.1.1
10872026-04-21T11:08:26.617Z Downloaded pretty_assertions v1.4.1
10882026-04-21T11:08:26.621Z Downloaded rustls-platform-verifier v0.6.2
10892026-04-21T11:08:26.625Z Downloaded thiserror-impl-no-std v2.0.2
10902026-04-21T11:08:26.625Z Downloaded spki v0.7.3
10912026-04-21T11:08:26.625Z Downloaded time-core v0.1.8
10922026-04-21T11:08:26.628Z Downloaded thread-id v5.1.0
10932026-04-21T11:08:26.628Z Downloaded tinyvec_macros v0.1.1
10942026-04-21T11:08:26.632Z Downloaded ron v0.8.1
10952026-04-21T11:08:26.636Z Downloaded ryu v1.0.23
10962026-04-21T11:08:26.639Z Downloaded crossterm v0.28.1
10972026-04-21T11:08:26.642Z Downloaded rcgen v0.12.1
10982026-04-21T11:08:26.645Z Downloaded hashbrown v0.15.5
10992026-04-21T11:08:26.649Z Downloaded stacker v0.1.23
11002026-04-21T11:08:26.649Z Downloaded schemars v0.8.22
11012026-04-21T11:08:26.654Z Downloaded strum_macros v0.27.2
11022026-04-21T11:08:26.659Z Downloaded strum_macros v0.26.4
11032026-04-21T11:08:26.659Z Downloaded stringprep v0.1.5
11042026-04-21T11:08:26.663Z Downloaded static_assertions v1.1.0
11052026-04-21T11:08:26.663Z Downloaded mio v1.2.0
11062026-04-21T11:08:26.663Z Downloaded russh-keys v0.45.0
11072026-04-21T11:08:26.668Z Downloaded hyper-util v0.1.20
11082026-04-21T11:08:26.680Z Downloaded num-bigint v0.4.6
11092026-04-21T11:08:26.680Z Downloaded nom v7.1.3
11102026-04-21T11:08:26.680Z Downloaded aho-corasick v1.1.4
11112026-04-21T11:08:26.680Z Downloaded hickory-server v0.25.2
11122026-04-21T11:08:26.680Z Downloaded tabwriter v1.4.1
11132026-04-21T11:08:26.685Z Downloaded support-bundle-viewer v0.1.2
11142026-04-21T11:08:26.689Z Downloaded libxml v0.3.3
11152026-04-21T11:08:26.694Z Downloaded tokio-macros v2.7.0
11162026-04-21T11:08:26.697Z Downloaded serde_cbor v0.11.2
11172026-04-21T11:08:26.701Z Downloaded topological-sort v0.2.2
11182026-04-21T11:08:26.704Z Downloaded termtree v0.5.1
11192026-04-21T11:08:26.704Z Downloaded termios v0.3.3
11202026-04-21T11:08:26.713Z Downloaded itertools v0.10.5
11212026-04-21T11:08:26.718Z Downloaded iddqd v0.3.17
11222026-04-21T11:08:26.730Z Downloaded serde_yaml v0.9.34+deprecated
11232026-04-21T11:08:26.733Z Downloaded sqlformat v0.3.5
11242026-04-21T11:08:26.737Z Downloaded spin v0.9.8
11252026-04-21T11:08:26.737Z Downloaded tls_codec v0.4.2
11262026-04-21T11:08:26.737Z Downloaded trait-variant v0.1.2
11272026-04-21T11:08:26.746Z Downloaded thiserror-no-std v2.0.2
11282026-04-21T11:08:26.756Z Downloaded tower-layer v0.3.3
11292026-04-21T11:08:26.756Z Downloaded strum_macros v0.24.3
11302026-04-21T11:08:26.760Z Downloaded tower-service v0.3.3
11312026-04-21T11:08:26.760Z Downloaded rayon-core v1.13.0
11322026-04-21T11:08:26.760Z Downloaded try-lock v0.2.5
11332026-04-21T11:08:26.761Z Downloaded tokio-dtrace v0.1.1
11342026-04-21T11:08:26.765Z Downloaded slog v2.8.2
11352026-04-21T11:08:26.765Z Downloaded unarray v0.1.4
11362026-04-21T11:08:26.768Z Downloaded typify-macro v0.6.1
11372026-04-21T11:08:26.768Z Downloaded serde_with_macros v3.17.0
11382026-04-21T11:08:26.768Z Downloaded signal-hook v0.3.18
11392026-04-21T11:08:26.772Z Downloaded itertools v0.12.1
11402026-04-21T11:08:26.775Z Downloaded thread_local v1.1.9
11412026-04-21T11:08:26.778Z Downloaded string_cache v0.8.9
11422026-04-21T11:08:26.779Z Downloaded iri-string v0.7.10
11432026-04-21T11:08:26.782Z Downloaded tls_codec_derive v0.4.2
11442026-04-21T11:08:26.782Z Downloaded time-macros v0.2.27
11452026-04-21T11:08:26.785Z Downloaded tokio-native-tls v0.3.1
11462026-04-21T11:08:26.785Z Downloaded typify-macro v0.4.3
11472026-04-21T11:08:26.785Z Downloaded tokio-tungstenite v0.21.0
11482026-04-21T11:08:26.789Z Downloaded untrusted v0.7.1
11492026-04-21T11:08:26.792Z Downloaded unicode-truncate v1.1.0
11502026-04-21T11:08:26.792Z Downloaded unit-prefix v0.5.2
11512026-04-21T11:08:26.796Z Downloaded utf-8 v0.7.6
11522026-04-21T11:08:26.796Z Downloaded usdt-macro v0.6.0
11532026-04-21T11:08:26.796Z Downloaded publicsuffix v2.3.0
11542026-04-21T11:08:26.800Z Downloaded tokio-rustls v0.25.0
11552026-04-21T11:08:26.800Z Downloaded quinn v0.11.9
11562026-04-21T11:08:26.803Z Downloaded qorb v0.4.1
11572026-04-21T11:08:26.815Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-04-21T11:08:26.819Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-04-21T11:08:26.819Z Downloaded usdt v0.6.0
11602026-04-21T11:08:26.819Z Downloaded universal-hash v0.5.1
11612026-04-21T11:08:26.819Z Downloaded term v1.2.1
11622026-04-21T11:08:26.822Z Downloaded socket2 v0.5.10
11632026-04-21T11:08:26.822Z Downloaded usdt-attr-macro v0.6.0
11642026-04-21T11:08:26.826Z Downloaded untrusted v0.9.0
11652026-04-21T11:08:26.826Z Downloaded void v1.0.2
11662026-04-21T11:08:26.830Z Downloaded hashbrown v0.12.3
11672026-04-21T11:08:26.847Z Downloaded rand v0.9.2
11682026-04-21T11:08:26.852Z Downloaded schemars v0.9.0
11692026-04-21T11:08:26.852Z Downloaded tokio-tungstenite v0.23.1
11702026-04-21T11:08:26.852Z Downloaded tiny-keccak v2.0.2
11712026-04-21T11:08:26.857Z Downloaded crossterm v0.29.0
11722026-04-21T11:08:26.863Z Downloaded samael v0.0.19
11732026-04-21T11:08:26.867Z Downloaded similar v2.7.0
11742026-04-21T11:08:26.870Z Downloaded want v0.3.1
11752026-04-21T11:08:26.875Z Downloaded waitgroup v0.1.2
11762026-04-21T11:08:26.879Z Downloaded wait-timeout v0.2.1
11772026-04-21T11:08:26.888Z Downloaded num-bigint-dig v0.8.6
11782026-04-21T11:08:26.891Z Downloaded rsa v0.9.10
11792026-04-21T11:08:26.896Z Downloaded xattr v1.6.1
11802026-04-21T11:08:26.905Z Downloaded xshell-macros v0.2.7
11812026-04-21T11:08:26.911Z Downloaded tui-tree-widget v0.23.1
11822026-04-21T11:08:26.912Z Downloaded tokio-rustls v0.26.4
11832026-04-21T11:08:26.912Z Downloaded hkdf v0.12.4
11842026-04-21T11:08:26.918Z Downloaded snafu v0.8.9
11852026-04-21T11:08:26.922Z Downloaded uzers v0.12.2
11862026-04-21T11:08:26.926Z Downloaded rustls-webpki v0.103.9
11872026-04-21T11:08:26.926Z Downloaded usdt-impl v0.6.0
11882026-04-21T11:08:26.929Z Downloaded zeroize_derive v1.4.3
11892026-04-21T11:08:26.932Z Downloaded unicase v2.9.0
11902026-04-21T11:08:26.932Z Downloaded tokio-rustls v0.24.1
11912026-04-21T11:08:26.936Z Downloaded zone v0.3.1
11922026-04-21T11:08:26.940Z Downloaded vergen-git2 v1.0.7
11932026-04-21T11:08:26.955Z Downloaded p521 v0.13.3
11942026-04-21T11:08:26.964Z Downloaded zone_cfg_derive v0.3.1
11952026-04-21T11:08:26.964Z Downloaded tracing-attributes v0.1.31
11962026-04-21T11:08:26.964Z Downloaded socket2 v0.6.3
11972026-04-21T11:08:26.964Z Downloaded rand v0.10.0
11982026-04-21T11:08:26.964Z Downloaded vsss-rs v3.3.4
11992026-04-21T11:08:26.964Z Downloaded rand v0.8.5
12002026-04-21T11:08:26.969Z Downloaded itertools v0.13.0
12012026-04-21T11:08:26.969Z Downloaded schemars v1.2.1
12022026-04-21T11:08:26.976Z Downloaded whoami v2.1.0
12032026-04-21T11:08:26.980Z Downloaded vergen-lib v0.1.6
12042026-04-21T11:08:26.980Z Downloaded term v0.7.0
12052026-04-21T11:08:26.983Z Downloaded vergen-gitcl v1.0.8
12062026-04-21T11:08:26.984Z Downloaded tokio-stream v0.1.18
12072026-04-21T11:08:26.987Z Downloaded tar v0.4.45
12082026-04-21T11:08:26.991Z Downloaded xshell v0.2.7
12092026-04-21T11:08:26.995Z Downloaded wyz v0.5.1
12102026-04-21T11:08:27.000Z Downloaded test-strategy v0.4.5
12112026-04-21T11:08:27.005Z Downloaded toml_writer v1.0.6+spec-1.1.0
12122026-04-21T11:08:27.005Z Downloaded toml_parser v1.0.9+spec-1.1.0
12132026-04-21T11:08:27.005Z Downloaded toml v1.0.6+spec-1.1.0
12142026-04-21T11:08:27.009Z Downloaded walkdir v2.5.0
12152026-04-21T11:08:27.009Z Downloaded russh v0.45.0
12162026-04-21T11:08:27.012Z Downloaded zeroize v1.8.2
12172026-04-21T11:08:27.017Z Downloaded tracing-core v0.1.36
12182026-04-21T11:08:27.021Z Downloaded twox-hash v2.1.2
12192026-04-21T11:08:27.026Z Downloaded tungstenite v0.21.0
12202026-04-21T11:08:27.026Z Downloaded tinyvec v1.10.0
12212026-04-21T11:08:27.030Z Downloaded typify v0.4.3
12222026-04-21T11:08:27.030Z Downloaded tungstenite v0.23.0
12232026-04-21T11:08:27.033Z Downloaded whoami v1.6.1
12242026-04-21T11:08:27.037Z Downloaded subprocess v0.2.15
12252026-04-21T11:08:27.037Z Downloaded typify v0.6.1
12262026-04-21T11:08:27.042Z Downloaded unicode-properties v0.1.4
12272026-04-21T11:08:27.050Z Downloaded zstd-safe v7.2.4
12282026-04-21T11:08:27.053Z Downloaded zstd v0.13.3
12292026-04-21T11:08:27.056Z Downloaded unsafe-libyaml v0.2.11
12302026-04-21T11:08:27.060Z Downloaded futures-util v0.3.32
12312026-04-21T11:08:27.063Z Downloaded h2 v0.4.13
12322026-04-21T11:08:27.071Z Downloaded itertools v0.14.0
12332026-04-21T11:08:27.074Z Downloaded yasna v0.5.2
12342026-04-21T11:08:27.079Z Downloaded zerocopy v0.6.6
12352026-04-21T11:08:27.083Z Downloaded toml v0.7.8
12362026-04-21T11:08:27.083Z Downloaded vergen v9.0.6
12372026-04-21T11:08:27.083Z Downloaded aws-lc-rs v1.16.0
12382026-04-21T11:08:27.087Z Downloaded blake3 v1.8.3
12392026-04-21T11:08:27.097Z Downloaded reedline v0.40.0
12402026-04-21T11:08:27.102Z Downloaded toml v0.9.12+spec-1.1.0
12412026-04-21T11:08:27.123Z Downloaded libm v0.2.16
12422026-04-21T11:08:27.128Z Downloaded hyper v1.8.1
12432026-04-21T11:08:27.136Z Downloaded unicode-bidi v0.3.18
12442026-04-21T11:08:27.140Z Downloaded toml_edit v0.23.10+spec-1.0.0
12452026-04-21T11:08:27.143Z Downloaded bindgen v0.71.1
12462026-04-21T11:08:27.146Z Downloaded p384 v0.13.1
12472026-04-21T11:08:27.150Z Downloaded chrono v0.4.44
12482026-04-21T11:08:27.153Z Downloaded bitvec v1.0.1
12492026-04-21T11:08:27.159Z Downloaded regex v1.12.3
12502026-04-21T11:08:27.171Z Downloaded uuid v1.23.0
12512026-04-21T11:08:27.189Z Downloaded zip v0.6.6
12522026-04-21T11:08:27.194Z Downloaded zopfli v0.8.3
12532026-04-21T11:08:27.206Z Downloaded steno v0.4.1
12542026-04-21T11:08:27.209Z Downloaded rpassword v7.4.0
12552026-04-21T11:08:27.215Z Downloaded reqwest v0.13.2
12562026-04-21T11:08:27.218Z Downloaded reqwest v0.12.28
12572026-04-21T11:08:27.227Z Downloaded portable-atomic v1.13.1
12582026-04-21T11:08:27.231Z Downloaded tokio-postgres v0.7.16
12592026-04-21T11:08:27.260Z Downloaded x509-cert v0.2.5
12602026-04-21T11:08:27.265Z Downloaded rustyline v14.0.0
12612026-04-21T11:08:27.268Z Downloaded unicode-segmentation v1.12.0
12622026-04-21T11:08:27.278Z Downloaded toml_edit v0.19.15
12632026-04-21T11:08:27.290Z Downloaded vte v0.14.1
12642026-04-21T11:08:27.310Z Downloaded unicode_categories v0.1.1
12652026-04-21T11:08:27.320Z Downloaded zip v4.6.1
12662026-04-21T11:08:27.323Z Downloaded petname v2.0.2
12672026-04-21T11:08:27.326Z Downloaded tough v0.20.0
12682026-04-21T11:08:27.333Z Downloaded unicode-normalization v0.1.25
12692026-04-21T11:08:27.376Z Downloaded ssh-key v0.6.7
12702026-04-21T11:08:27.387Z Downloaded yansi v1.0.1
12712026-04-21T11:08:27.406Z Downloaded quinn-proto v0.11.13
12722026-04-21T11:08:27.437Z Downloaded winnow v0.6.26
12732026-04-21T11:08:27.442Z Downloaded tower v0.5.3
12742026-04-21T11:08:27.457Z Downloaded typed-path v0.9.3
12752026-04-21T11:08:27.461Z Downloaded rustls-webpki v0.101.7
12762026-04-21T11:08:27.468Z Downloaded zerocopy-derive v0.8.40
12772026-04-21T11:08:27.473Z Downloaded git2 v0.20.4
12782026-04-21T11:08:27.478Z Downloaded rustls v0.21.12
12792026-04-21T11:08:27.486Z Downloaded bstr v1.12.1
12802026-04-21T11:08:27.493Z Downloaded regex-syntax v0.6.29
12812026-04-21T11:08:27.497Z Downloaded lalrpop v0.19.12
12822026-04-21T11:08:27.515Z Downloaded quick-xml v0.37.5
12832026-04-21T11:08:27.519Z Downloaded nix v0.31.2
12842026-04-21T11:08:27.526Z Downloaded moka v0.12.13
12852026-04-21T11:08:27.531Z Downloaded goblin v0.10.5
12862026-04-21T11:08:27.538Z Downloaded smoltcp v0.9.1
12872026-04-21T11:08:27.550Z Downloaded salty v0.3.0
12882026-04-21T11:08:27.560Z Downloaded tokio-util v0.7.18
12892026-04-21T11:08:27.565Z Downloaded tower-http v0.6.8
12902026-04-21T11:08:27.569Z Downloaded rayon v1.11.0
12912026-04-21T11:08:27.577Z Downloaded serde_with v3.17.0
12922026-04-21T11:08:27.591Z Downloaded rustls-webpki v0.102.8
12932026-04-21T11:08:27.598Z Downloaded webpki-roots v1.0.6
12942026-04-21T11:08:27.608Z Downloaded smoltcp v0.11.0
12952026-04-21T11:08:27.615Z Downloaded regex-syntax v0.8.10
12962026-04-21T11:08:27.620Z Downloaded openapiv3 v2.2.0
12972026-04-21T11:08:27.627Z Downloaded rustls v0.22.4
12982026-04-21T11:08:27.641Z Downloaded proptest v1.10.0
12992026-04-21T11:08:27.646Z Downloaded object v0.30.4
13002026-04-21T11:08:27.651Z Downloaded rustls v0.23.37
13012026-04-21T11:08:27.660Z Downloaded rustix v0.38.44
13022026-04-21T11:08:27.690Z Downloaded winnow v0.5.40
13032026-04-21T11:08:27.695Z Downloaded radix_trie v0.2.1
13042026-04-21T11:08:27.700Z Downloaded curve25519-dalek v4.1.3
13052026-04-21T11:08:27.752Z Downloaded nix v0.27.1
13062026-04-21T11:08:27.758Z Downloaded polar-core v0.27.3
13072026-04-21T11:08:27.794Z Downloaded openssl v0.10.75
13082026-04-21T11:08:27.800Z Downloaded sled v0.34.7
13092026-04-21T11:08:27.806Z Downloaded typify-impl v0.4.3
13102026-04-21T11:08:27.829Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-04-21T11:08:27.846Z Downloaded time v0.3.47
13122026-04-21T11:08:27.854Z Downloaded regex-automata v0.4.14
13132026-04-21T11:08:27.862Z Downloaded zlib-rs v0.6.2
13142026-04-21T11:08:27.866Z Downloaded dropshot v0.16.7
13152026-04-21T11:08:27.878Z Downloaded vcpkg v0.2.15
13162026-04-21T11:08:27.901Z Downloaded hickory-proto v0.24.4
13172026-04-21T11:08:27.910Z Downloaded object v0.37.3
13182026-04-21T11:08:27.917Z Downloaded chrono-tz v0.10.4
13192026-04-21T11:08:27.928Z Downloaded nix v0.29.0
13202026-04-21T11:08:27.934Z Downloaded jiff v0.2.21
13212026-04-21T11:08:27.944Z Downloaded zerocopy v0.8.40
13222026-04-21T11:08:27.950Z Downloaded petgraph v0.8.3
13232026-04-21T11:08:27.962Z Downloaded dropshot v0.17.0
13242026-04-21T11:08:27.974Z Downloaded regress v0.10.5
13252026-04-21T11:08:27.979Z Downloaded diesel v2.3.7
13262026-04-21T11:08:27.991Z Downloaded libz-sys v1.1.24
13272026-04-21T11:08:28.007Z Downloaded hickory-proto v0.25.2
13282026-04-21T11:08:28.011Z Downloaded nix v0.28.0
13292026-04-21T11:08:28.017Z Downloaded tabled v0.20.0
13302026-04-21T11:08:28.119Z Downloaded sqlparser v0.61.0
13312026-04-21T11:08:28.142Z Downloaded ring v0.17.14
13322026-04-21T11:08:28.192Z Downloaded typify-impl v0.6.1
13332026-04-21T11:08:28.203Z Downloaded ratatui v0.29.0
13342026-04-21T11:08:28.215Z Downloaded tracing v0.1.44
13352026-04-21T11:08:28.240Z Downloaded zerocopy-derive v0.6.6
13362026-04-21T11:08:28.328Z Downloaded petgraph v0.6.5
13372026-04-21T11:08:28.386Z Downloaded csv v1.4.0
13382026-04-21T11:08:28.410Z Downloaded sha3 v0.10.8
13392026-04-21T11:08:28.423Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-21T11:08:28.438Z Downloaded tokio v1.52.1
13412026-04-21T11:08:28.518Z Downloaded encoding_rs v0.8.35
13422026-04-21T11:08:28.574Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-04-21T11:08:29.032Z Downloaded aws-lc-sys v0.37.1
13442026-04-21T11:08:29.282Z Compiling libc v0.2.185
13452026-04-21T11:08:29.282Z Compiling serde v1.0.228
13462026-04-21T11:08:29.286Z Compiling find-msvc-tools v0.1.9
13472026-04-21T11:08:29.286Z Compiling log v0.4.29
13482026-04-21T11:08:29.428Z Compiling shlex v1.3.0
13492026-04-21T11:08:29.432Z Compiling smallvec v1.15.1
13502026-04-21T11:08:29.559Z Compiling syn v2.0.117
13512026-04-21T11:08:29.564Z Compiling typenum v1.19.0
13522026-04-21T11:08:29.679Z Compiling generic-array v0.14.7
13532026-04-21T11:08:29.702Z Compiling subtle v2.6.1
13542026-04-21T11:08:29.734Z Compiling scopeguard v1.2.0
13552026-04-21T11:08:29.762Z Compiling const-oid v0.9.6
13562026-04-21T11:08:29.834Z Compiling lock_api v0.4.14
13572026-04-21T11:08:29.849Z Compiling portable-atomic v1.13.1
13582026-04-21T11:08:29.905Z Compiling zerocopy v0.8.40
13592026-04-21T11:08:29.933Z Compiling critical-section v1.2.0
13602026-04-21T11:08:30.055Z Compiling serde_json v1.0.149
13612026-04-21T11:08:30.069Z Compiling pin-project-lite v0.2.17
13622026-04-21T11:08:30.167Z Compiling parking_lot_core v0.9.12
13632026-04-21T11:08:30.343Z Compiling getrandom v0.2.17
13642026-04-21T11:08:30.358Z Compiling jobserver v0.1.34
13652026-04-21T11:08:30.406Z Compiling errno v0.3.14
13662026-04-21T11:08:30.512Z Compiling rand_core v0.6.4
13672026-04-21T11:08:30.547Z Compiling pkg-config v0.3.32
13682026-04-21T11:08:30.575Z Compiling cc v1.2.56
13692026-04-21T11:08:30.739Z Compiling signal-hook-registry v1.4.8
13702026-04-21T11:08:30.791Z Compiling bitflags v2.11.0
13712026-04-21T11:08:30.852Z Compiling once_cell v1.21.3
13722026-04-21T11:08:30.923Z Compiling libm v0.2.16
13732026-04-21T11:08:31.016Z Compiling parking_lot v0.12.5
13742026-04-21T11:08:31.031Z Compiling mio v1.2.0
13752026-04-21T11:08:31.066Z Compiling num-traits v0.2.19
13762026-04-21T11:08:31.116Z Compiling futures-core v0.3.32
13772026-04-21T11:08:31.282Z Compiling percent-encoding v2.3.2
13782026-04-21T11:08:31.397Z Compiling socket2 v0.6.3
13792026-04-21T11:08:31.421Z Compiling allocator-api2 v0.2.21
13802026-04-21T11:08:31.438Z Compiling cpufeatures v0.2.17
13812026-04-21T11:08:31.480Z Compiling futures-sink v0.3.32
13822026-04-21T11:08:31.501Z Compiling foldhash v0.2.0
13832026-04-21T11:08:31.516Z Compiling futures-task v0.3.32
13842026-04-21T11:08:31.588Z Compiling futures-channel v0.3.32
13852026-04-21T11:08:31.688Z Compiling futures-io v0.3.32
13862026-04-21T11:08:31.723Z Compiling hashbrown v0.16.1
13872026-04-21T11:08:31.755Z Compiling getrandom v0.4.1
13882026-04-21T11:08:31.810Z Compiling slab v0.4.12
13892026-04-21T11:08:31.825Z Compiling rustversion v1.0.22
13902026-04-21T11:08:31.839Z Compiling getrandom v0.3.4
13912026-04-21T11:08:31.993Z Compiling rand_core v0.10.0
13922026-04-21T11:08:32.179Z Compiling form_urlencoded v1.2.2
13932026-04-21T11:08:32.329Z Compiling indexmap v2.13.0
13942026-04-21T11:08:32.359Z Compiling cmake v0.1.57
13952026-04-21T11:08:32.389Z Compiling ident_case v1.0.1
13962026-04-21T11:08:32.434Z Compiling synstructure v0.13.2
13972026-04-21T11:08:32.517Z Compiling dunce v1.0.5
13982026-04-21T11:08:32.618Z Compiling fs_extra v1.3.0
13992026-04-21T11:08:32.727Z Compiling base64ct v1.8.3
14002026-04-21T11:08:32.794Z Compiling flagset v0.4.7
14012026-04-21T11:08:32.827Z Compiling rand_core v0.9.5
14022026-04-21T11:08:32.843Z Compiling iana-time-zone v0.1.65
14032026-04-21T11:08:32.897Z Compiling aws-lc-sys v0.37.1
14042026-04-21T11:08:32.928Z Compiling rustix v1.1.3
14052026-04-21T11:08:33.002Z Compiling pem-rfc7468 v0.7.0
14062026-04-21T11:08:33.034Z Compiling uuid v1.23.0
14072026-04-21T11:08:33.049Z Compiling ring v0.17.14
14082026-04-21T11:08:33.085Z Compiling rustc_version v0.4.1
14092026-04-21T11:08:33.108Z Compiling regex-syntax v0.8.10
14102026-04-21T11:08:33.315Z Compiling aws-lc-rs v1.16.0
14112026-04-21T11:08:33.412Z Compiling vcpkg v0.2.15
14122026-04-21T11:08:33.612Z Compiling tracing-core v0.1.36
14132026-04-21T11:08:33.749Z Compiling pest_generator v2.8.6
14142026-04-21T11:08:34.152Z Compiling openssl-sys v0.9.111
14152026-04-21T11:08:34.166Z Compiling serde_derive_internals v0.29.1
14162026-04-21T11:08:34.180Z Compiling serde_derive v1.0.228
14172026-04-21T11:08:34.437Z Compiling zeroize_derive v1.4.3
14182026-04-21T11:08:34.695Z Compiling zerofrom-derive v0.1.6
14192026-04-21T11:08:34.711Z Compiling yoke-derive v0.8.1
14202026-04-21T11:08:35.089Z Compiling zerocopy-derive v0.8.40
14212026-04-21T11:08:35.112Z Compiling zeroize v1.8.2
14222026-04-21T11:08:35.430Z Compiling zerovec-derive v0.11.2
14232026-04-21T11:08:35.869Z Compiling crypto-common v0.1.7
14242026-04-21T11:08:35.869Z Compiling block-buffer v0.10.4
14252026-04-21T11:08:36.018Z Compiling digest v0.10.7
14262026-04-21T11:08:36.051Z Compiling displaydoc v0.2.5
14272026-04-21T11:08:36.083Z Compiling zerofrom v0.1.6
14282026-04-21T11:08:36.209Z Compiling yoke v0.8.1
14292026-04-21T11:08:36.258Z Compiling tokio-macros v2.7.0
14302026-04-21T11:08:36.391Z Compiling hmac v0.12.1
14312026-04-21T11:08:36.520Z Compiling zerovec v0.11.5
14322026-04-21T11:08:36.548Z Compiling futures-macro v0.3.32
14332026-04-21T11:08:36.771Z Compiling zerotrie v0.2.3
14342026-04-21T11:08:36.959Z Compiling tinystr v0.8.2
14352026-04-21T11:08:37.018Z Compiling potential_utf v0.1.4
14362026-04-21T11:08:37.066Z Compiling block-padding v0.3.3
14372026-04-21T11:08:37.160Z Compiling icu_locale_core v2.1.1
14382026-04-21T11:08:37.178Z Compiling icu_collections v2.1.1
14392026-04-21T11:08:37.222Z Compiling inout v0.1.4
14402026-04-21T11:08:37.323Z Compiling futures-util v0.3.32
14412026-04-21T11:08:37.385Z Compiling cipher v0.4.4
14422026-04-21T11:08:37.605Z Compiling bytes v1.11.1
14432026-04-21T11:08:37.643Z Compiling sha2 v0.10.9
14442026-04-21T11:08:37.647Z Compiling der_derive v0.7.3
14452026-04-21T11:08:37.681Z Compiling salsa20 v0.10.2
14462026-04-21T11:08:37.824Z Compiling icu_provider v2.1.1
14472026-04-21T11:08:38.036Z Compiling chrono v0.4.44
14482026-04-21T11:08:38.118Z Compiling tokio v1.52.1
14492026-04-21T11:08:38.145Z Compiling icu_properties v2.1.2
14502026-04-21T11:08:38.209Z Compiling icu_normalizer v2.1.1
14512026-04-21T11:08:38.616Z Compiling der v0.7.10
14522026-04-21T11:08:39.014Z Compiling idna_adapter v1.2.1
14532026-04-21T11:08:39.153Z Compiling idna v1.1.0
14542026-04-21T11:08:39.223Z Compiling http v1.4.0
14552026-04-21T11:08:39.410Z Compiling ppv-lite86 v0.2.21
14562026-04-21T11:08:39.467Z Compiling url v2.5.8
14572026-04-21T11:08:39.613Z Compiling spki v0.7.3
14582026-04-21T11:08:39.748Z Compiling pbkdf2 v0.12.2
14592026-04-21T11:08:39.818Z Compiling thiserror-impl v2.0.18
14602026-04-21T11:08:39.842Z Compiling scrypt v0.11.0
14612026-04-21T11:08:39.858Z Compiling rand_chacha v0.9.0
14622026-04-21T11:08:39.872Z Compiling cbc v0.1.2
14632026-04-21T11:08:40.020Z Compiling aes v0.8.4
14642026-04-21T11:08:40.091Z Compiling rustls-pki-types v1.14.0
14652026-04-21T11:08:40.176Z Compiling tracing-attributes v0.1.31
14662026-04-21T11:08:40.286Z Compiling rand v0.9.2
14672026-04-21T11:08:40.545Z Compiling pkcs5 v0.7.1
14682026-04-21T11:08:40.560Z Compiling http-body v1.0.1
14692026-04-21T11:08:40.773Z Compiling untrusted v0.9.0
14702026-04-21T11:08:40.897Z Compiling schemars v0.8.22
14712026-04-21T11:08:41.023Z Compiling base64 v0.22.1
14722026-04-21T11:08:41.072Z Compiling httparse v1.10.1
14732026-04-21T11:08:41.087Z Compiling untrusted v0.7.1
14742026-04-21T11:08:41.100Z Compiling openssl-probe v0.2.1
14752026-04-21T11:08:41.137Z Compiling thiserror v2.0.18
14762026-04-21T11:08:41.243Z Compiling pkcs8 v0.10.2
14772026-04-21T11:08:41.266Z Compiling schemars_derive v0.8.22
14782026-04-21T11:08:41.332Z Compiling pest_derive v2.8.6
14792026-04-21T11:08:41.444Z Compiling scroll_derive v0.13.1
14802026-04-21T11:08:41.479Z Compiling tracing v0.1.44
14812026-04-21T11:08:42.541Z Compiling darling_core v0.20.11
14822026-04-21T11:08:42.545Z Compiling try-lock v0.2.5
14832026-04-21T11:08:42.545Z Compiling tower-layer v0.3.3
14842026-04-21T11:08:42.545Z Compiling tokio-util v0.7.18
14852026-04-21T11:08:42.545Z Compiling dyn-clone v1.0.20
14862026-04-21T11:08:42.545Z Compiling tower-service v0.3.3
14872026-04-21T11:08:42.545Z Compiling rustls v0.23.37
14882026-04-21T11:08:42.545Z Compiling tinyvec_macros v0.1.1
14892026-04-21T11:08:42.545Z Compiling atomic-waker v1.1.2
14902026-04-21T11:08:42.545Z Compiling tinyvec v1.10.0
14912026-04-21T11:08:42.545Z Compiling scroll v0.13.0
14922026-04-21T11:08:42.654Z Compiling h2 v0.4.13
14932026-04-21T11:08:42.686Z Compiling want v0.3.1
14942026-04-21T11:08:42.863Z Compiling ipnet v2.11.0
14952026-04-21T11:08:42.971Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-21T11:08:43.134Z Compiling spin v0.9.8
14972026-04-21T11:08:43.340Z Compiling aho-corasick v1.1.4
14982026-04-21T11:08:43.355Z Compiling pin-utils v0.1.0
14992026-04-21T11:08:43.358Z Compiling httpdate v1.0.3
15002026-04-21T11:08:43.428Z Compiling num-conv v0.2.0
15012026-04-21T11:08:43.589Z Compiling crc32fast v1.5.0
15022026-04-21T11:08:43.593Z Compiling openssl v0.10.75
15032026-04-21T11:08:43.739Z Compiling time-core v0.1.8
15042026-04-21T11:08:43.754Z Compiling darling_macro v0.20.11
15052026-04-21T11:08:43.792Z Compiling foreign-types-shared v0.1.1
15062026-04-21T11:08:43.808Z Compiling powerfmt v0.2.0
15072026-04-21T11:08:43.868Z Compiling foreign-types v0.3.2
15082026-04-21T11:08:43.883Z Compiling time-macros v0.2.27
15092026-04-21T11:08:43.915Z Compiling tempfile v3.25.0
15102026-04-21T11:08:43.939Z Compiling deranged v0.5.8
15112026-04-21T11:08:44.206Z Compiling darling v0.20.11
15122026-04-21T11:08:44.283Z Compiling regex-automata v0.4.14
15132026-04-21T11:08:44.295Z Compiling goblin v0.10.5
15142026-04-21T11:08:44.974Z Compiling openssl-macros v0.1.1
15152026-04-21T11:08:45.072Z Compiling wait-timeout v0.2.1
15162026-04-21T11:08:45.325Z Compiling socket2 v0.5.10
15172026-04-21T11:08:45.370Z Compiling bit-vec v0.8.0
15182026-04-21T11:08:45.443Z Compiling simd-adler32 v0.3.8
15192026-04-21T11:08:45.609Z Compiling hyper v1.8.1
15202026-04-21T11:08:45.690Z Compiling siphasher v1.0.2
15212026-04-21T11:08:45.734Z Compiling crossbeam-utils v0.8.21
15222026-04-21T11:08:45.879Z Compiling usdt-impl v0.6.0
15232026-04-21T11:08:46.012Z Compiling quick-error v1.2.3
15242026-04-21T11:08:46.083Z Compiling native-tls v0.2.18
15252026-04-21T11:08:46.121Z Compiling syn v1.0.109
15262026-04-21T11:08:46.286Z Compiling num_threads v0.1.7
15272026-04-21T11:08:46.388Z Compiling time v0.3.47
15282026-04-21T11:08:46.494Z Compiling rusty-fork v0.3.1
15292026-04-21T11:08:46.638Z Compiling bit-set v0.8.0
15302026-04-21T11:08:46.800Z Compiling hyper-util v0.1.20
15312026-04-21T11:08:47.174Z Compiling dof v0.4.0
15322026-04-21T11:08:47.944Z Compiling derive_builder_core v0.20.2
15332026-04-21T11:08:48.375Z Compiling unicode-normalization v0.1.25
15342026-04-21T11:08:48.510Z Compiling dtrace-parser v0.3.0
15352026-04-21T11:08:48.514Z Compiling rustls-native-certs v0.8.3
15362026-04-21T11:08:48.539Z Compiling signature v2.2.0
15372026-04-21T11:08:48.716Z Compiling scroll_derive v0.12.1
15382026-04-21T11:08:48.800Z Compiling thiserror-impl v1.0.69
15392026-04-21T11:08:48.814Z Compiling heapless v0.7.17
15402026-04-21T11:08:48.828Z Compiling rand_xorshift v0.4.0
15412026-04-21T11:08:48.987Z Compiling slog v2.8.2
15422026-04-21T11:08:49.046Z Compiling darling_core v0.21.3
15432026-04-21T11:08:49.169Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-21T11:08:49.240Z Compiling sync_wrapper v1.0.2
15452026-04-21T11:08:49.352Z Compiling thread-id v5.1.0
15462026-04-21T11:08:49.367Z Compiling cookie v0.18.1
15472026-04-21T11:08:49.436Z Compiling unarray v0.1.4
15482026-04-21T11:08:49.451Z Compiling unicode-bidi v0.3.18
15492026-04-21T11:08:49.594Z Compiling zstd-safe v7.2.4
15502026-04-21T11:08:49.610Z Compiling unicode-properties v0.1.4
15512026-04-21T11:08:49.666Z Compiling adler2 v2.0.1
15522026-04-21T11:08:49.787Z Compiling anyhow v1.0.102
15532026-04-21T11:08:49.802Z Compiling signal-hook v0.3.18
15542026-04-21T11:08:49.817Z Compiling paste v1.0.15
15552026-04-21T11:08:49.993Z Compiling stringprep v0.1.5
15562026-04-21T11:08:50.018Z Compiling miniz_oxide v0.8.9
15572026-04-21T11:08:50.072Z Compiling thiserror v1.0.69
15582026-04-21T11:08:50.172Z Compiling proptest v1.10.0
15592026-04-21T11:08:50.420Z Compiling scroll v0.12.0
15602026-04-21T11:08:50.435Z Compiling tower v0.5.3
15612026-04-21T11:08:50.700Z Compiling derive_builder_macro v0.20.2
15622026-04-21T11:08:50.930Z Compiling ipnetwork v0.21.1
15632026-04-21T11:08:50.993Z Compiling http-body-util v0.1.3
15642026-04-21T11:08:51.141Z Compiling webpki-roots v1.0.6
15652026-04-21T11:08:51.231Z Compiling rand_chacha v0.3.1
15662026-04-21T11:08:51.262Z Compiling toml_datetime v0.6.11
15672026-04-21T11:08:51.321Z Compiling serde_spanned v0.6.9
15682026-04-21T11:08:51.372Z Compiling serde_tokenstream v0.2.3
15692026-04-21T11:08:51.463Z Compiling erased-serde v0.3.31
15702026-04-21T11:08:51.515Z Compiling md-5 v0.10.6
15712026-04-21T11:08:51.587Z Compiling darling_macro v0.21.3
15722026-04-21T11:08:51.675Z Compiling zerocopy-derive v0.7.35
15732026-04-21T11:08:51.679Z Compiling curve25519-dalek v4.1.3
15742026-04-21T11:08:51.937Z Compiling vergen-lib v0.1.6
15752026-04-21T11:08:52.005Z Compiling num-integer v0.1.46
15762026-04-21T11:08:52.034Z Compiling hash32 v0.2.1
15772026-04-21T11:08:52.052Z Compiling ff v0.13.1
15782026-04-21T11:08:52.115Z Compiling memoffset v0.9.1
15792026-04-21T11:08:52.188Z Compiling litrs v1.0.0
15802026-04-21T11:08:52.221Z Compiling fallible-iterator v0.2.0
15812026-04-21T11:08:52.305Z Compiling smoltcp v0.9.1
15822026-04-21T11:08:52.319Z Compiling ryu v1.0.23
15832026-04-21T11:08:52.498Z Compiling iri-string v0.7.10
15842026-04-21T11:08:52.530Z Compiling num-bigint-dig v0.8.6
15852026-04-21T11:08:52.550Z Compiling ref-cast v1.0.25
15862026-04-21T11:08:52.632Z Compiling cfg_aliases v0.2.1
15872026-04-21T11:08:52.688Z Compiling rustix v0.38.44
15882026-04-21T11:08:52.710Z Compiling base16ct v0.2.0
15892026-04-21T11:08:52.722Z Compiling psl-types v2.0.11
15902026-04-21T11:08:52.848Z Compiling zlib-rs v0.6.2
15912026-04-21T11:08:52.882Z Compiling sec1 v0.7.3
15922026-04-21T11:08:52.922Z Compiling publicsuffix v2.3.0
15932026-04-21T11:08:53.084Z Compiling nix v0.31.2
15942026-04-21T11:08:53.117Z Compiling document-features v0.2.12
15952026-04-21T11:08:53.173Z Compiling zerocopy v0.7.35
15962026-04-21T11:08:53.447Z Compiling postgres-protocol v0.6.10
15972026-04-21T11:08:53.698Z Compiling tower-http v0.6.8
15982026-04-21T11:08:53.714Z Compiling serde_urlencoded v0.7.1
15992026-04-21T11:08:53.957Z Compiling newtype-uuid v1.3.2
16002026-04-21T11:08:53.983Z Compiling num-iter v0.1.45
16012026-04-21T11:08:54.098Z Compiling group v0.13.0
16022026-04-21T11:08:54.132Z Compiling darling v0.21.3
16032026-04-21T11:08:54.286Z Compiling rand v0.8.5
16042026-04-21T11:08:54.299Z Compiling oxnet v0.1.4
16052026-04-21T11:08:54.545Z Compiling derive_builder v0.20.2
16062026-04-21T11:08:54.696Z Compiling tokio-native-tls v0.3.1
16072026-04-21T11:08:54.711Z Compiling hubpack_derive v0.1.1
16082026-04-21T11:08:54.735Z Compiling goblin v0.8.2
16092026-04-21T11:08:55.216Z Compiling regex v1.12.3
16102026-04-21T11:08:55.481Z Compiling phf_shared v0.13.1
16112026-04-21T11:08:55.513Z Compiling lazy_static v1.5.0
16122026-04-21T11:08:55.612Z Compiling cargo-platform v0.1.9
16132026-04-21T11:08:55.649Z Compiling hkdf v0.12.4
16142026-04-21T11:08:55.664Z Compiling crypto-bigint v0.5.5
16152026-04-21T11:08:55.720Z Compiling flate2 v1.1.9
16162026-04-21T11:08:55.833Z Compiling terminal_size v0.4.3
16172026-04-21T11:08:55.869Z Compiling daft-derive v0.1.5
16182026-04-21T11:08:55.970Z Compiling strum_macros v0.27.2
16192026-04-21T11:08:56.109Z Compiling curve25519-dalek-derive v0.1.1
16202026-04-21T11:08:56.127Z Compiling ref-cast-impl v1.0.25
16212026-04-21T11:08:56.568Z Compiling async-trait v0.1.89
16222026-04-21T11:08:56.652Z Compiling vergen v9.0.6
16232026-04-21T11:08:56.741Z Compiling fs-err v3.3.0
16242026-04-21T11:08:56.833Z Compiling ahash v0.8.12
16252026-04-21T11:08:56.930Z Compiling libbz2-rs-sys v0.2.2
16262026-04-21T11:08:57.035Z Compiling bumpalo v3.20.2
16272026-04-21T11:08:57.287Z Compiling foldhash v0.1.5
16282026-04-21T11:08:57.469Z Compiling winnow v0.5.40
16292026-04-21T11:08:57.572Z Compiling unicode-segmentation v1.12.0
16302026-04-21T11:08:57.607Z Compiling object v0.37.3
16312026-04-21T11:08:57.774Z Compiling managed v0.8.0
16322026-04-21T11:08:57.875Z Compiling bitflags v1.3.2
16332026-04-21T11:08:57.901Z Compiling strum v0.27.2
16342026-04-21T11:08:57.985Z Compiling hashbrown v0.15.5
16352026-04-21T11:08:58.002Z Compiling bzip2 v0.6.1
16362026-04-21T11:08:58.031Z Compiling zopfli v0.8.3
16372026-04-21T11:08:58.178Z Compiling clap_builder v4.5.60
16382026-04-21T11:08:58.354Z Compiling dof v0.3.0
16392026-04-21T11:08:58.750Z Compiling toml_edit v0.19.15
16402026-04-21T11:08:58.791Z Compiling elliptic-curve v0.13.8
16412026-04-21T11:08:58.870Z Compiling daft v0.1.5
16422026-04-21T11:08:59.061Z Compiling cargo_metadata v0.19.2
16432026-04-21T11:08:59.141Z Compiling phf v0.13.1
16442026-04-21T11:08:59.305Z Compiling signal-hook-mio v0.2.5
16452026-04-21T11:08:59.428Z Compiling cookie_store v0.22.1
16462026-04-21T11:09:00.127Z Compiling hubpack v0.1.2
16472026-04-21T11:09:00.423Z Compiling zstd v0.13.3
16482026-04-21T11:09:00.700Z Compiling hyper-tls v0.6.0
16492026-04-21T11:09:00.724Z Compiling bzip2 v0.4.4
16502026-04-21T11:09:00.922Z Compiling serde_with_macros v3.17.0
16512026-04-21T11:09:01.026Z Compiling postgres-types v0.2.12
16522026-04-21T11:09:01.165Z Compiling usdt-macro v0.6.0
16532026-04-21T11:09:01.432Z Compiling usdt-attr-macro v0.6.0
16542026-04-21T11:09:01.579Z Compiling dtrace-parser v0.2.0
16552026-04-21T11:09:01.594Z Compiling ed25519 v2.2.3
16562026-04-21T11:09:01.882Z Compiling bstr v1.12.1
16572026-04-21T11:09:02.031Z Compiling phf_shared v0.11.3
16582026-04-21T11:09:02.149Z Compiling pkcs1 v0.7.5
16592026-04-21T11:09:02.206Z Compiling hex v0.4.3
16602026-04-21T11:09:02.218Z Compiling serde-big-array v0.5.1
16612026-04-21T11:09:02.325Z Compiling rfc6979 v0.4.0
16622026-04-21T11:09:02.359Z Compiling enum-as-inner v0.6.1
16632026-04-21T11:09:02.448Z Compiling strum_macros v0.26.4
16642026-04-21T11:09:02.476Z Compiling clap_derive v4.5.55
16652026-04-21T11:09:02.486Z Compiling serde_repr v0.1.20
16662026-04-21T11:09:02.532Z Compiling float-cmp v0.10.0
16672026-04-21T11:09:02.551Z Compiling thread-id v4.2.2
16682026-04-21T11:09:02.633Z Compiling memmap2 v0.9.10
16692026-04-21T11:09:02.678Z Compiling env_filter v1.0.0
16702026-04-21T11:09:02.845Z Compiling encoding_rs v0.8.35
16712026-04-21T11:09:02.859Z Compiling fixedbitset v0.4.2
16722026-04-21T11:09:02.975Z Compiling jiff v0.2.21
16732026-04-21T11:09:03.002Z Compiling predicates-core v1.0.10
16742026-04-21T11:09:03.076Z Compiling either v1.15.0
16752026-04-21T11:09:03.177Z Compiling fixedbitset v0.5.7
16762026-04-21T11:09:03.284Z Compiling static_assertions v1.1.0
16772026-04-21T11:09:03.363Z Compiling data-encoding v2.10.0
16782026-04-21T11:09:03.482Z Compiling rustc-hash v2.1.1
16792026-04-21T11:09:03.610Z Compiling normalize-line-endings v0.3.0
16802026-04-21T11:09:03.709Z Compiling mime v0.3.17
16812026-04-21T11:09:03.966Z Compiling new_debug_unreachable v1.0.6
16822026-04-21T11:09:04.042Z Compiling precomputed-hash v0.1.1
16832026-04-21T11:09:04.055Z Compiling whoami v2.1.0
16842026-04-21T11:09:04.148Z Compiling keccak v0.1.6
16852026-04-21T11:09:04.182Z Compiling difflib v0.4.0
16862026-04-21T11:09:04.219Z Compiling clap v4.5.60
16872026-04-21T11:09:04.298Z Compiling sha3 v0.10.8
16882026-04-21T11:09:04.353Z Compiling tokio-postgres v0.7.16
16892026-04-21T11:09:04.416Z Compiling predicates v3.1.4
16902026-04-21T11:09:04.743Z Compiling strum v0.26.3
16912026-04-21T11:09:04.779Z Compiling string_cache v0.8.9
16922026-04-21T11:09:04.804Z Compiling toml_edit v0.22.27
16932026-04-21T11:09:04.872Z Compiling hickory-proto v0.25.2
16942026-04-21T11:09:05.006Z Compiling iddqd v0.3.17
16952026-04-21T11:09:05.010Z Compiling petgraph v0.8.3
16962026-04-21T11:09:05.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16972026-04-21T11:09:06.167Z Compiling zip v4.6.1
16982026-04-21T11:09:06.550Z Compiling itertools v0.13.0
16992026-04-21T11:09:06.943Z Compiling petgraph v0.6.5
17002026-04-21T11:09:07.121Z Compiling env_logger v0.11.9
17012026-04-21T11:09:07.178Z Compiling usdt v0.6.0
17022026-04-21T11:09:07.435Z Compiling usdt-impl v0.5.0
17032026-04-21T11:09:07.480Z Compiling ecdsa v0.16.9
17042026-04-21T11:09:07.511Z Compiling serde_with v3.17.0
17052026-04-21T11:09:07.762Z Compiling rsa v0.9.10
17062026-04-21T11:09:07.851Z Compiling similar v2.7.0
17072026-04-21T11:09:07.865Z Compiling crossterm v0.28.1
17082026-04-21T11:09:08.012Z Compiling ed25519-dalek v2.2.0
17092026-04-21T11:09:08.663Z Compiling zip v0.6.6
17102026-04-21T11:09:09.098Z Compiling toml v0.7.8
17112026-04-21T11:09:09.447Z Compiling heck v0.4.1
17122026-04-21T11:09:09.496Z Compiling toml_parser v1.0.9+spec-1.1.0
17132026-04-21T11:09:09.649Z Compiling crossbeam-epoch v0.9.18
17142026-04-21T11:09:09.712Z Compiling tokio-stream v0.1.18
17152026-04-21T11:09:09.743Z Compiling buf-list v1.1.2
17162026-04-21T11:09:09.835Z Compiling x509-cert v0.2.5
17172026-04-21T11:09:09.939Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-04-21T11:09:10.018Z Compiling openapiv3 v2.2.0
17192026-04-21T11:09:10.169Z Compiling sha1 v0.10.6
17202026-04-21T11:09:10.189Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-04-21T11:09:10.245Z Compiling lalrpop-util v0.19.12
17222026-04-21T11:09:10.364Z Compiling peg-runtime v0.8.5
17232026-04-21T11:09:10.441Z Compiling thread_local v1.1.9
17242026-04-21T11:09:10.460Z Compiling slog-async v2.8.0
17252026-04-21T11:09:10.662Z Compiling crossbeam-channel v0.5.15
17262026-04-21T11:09:10.693Z Compiling futures-executor v0.3.32
17272026-04-21T11:09:10.769Z Compiling is-terminal v0.4.17
17282026-04-21T11:09:10.872Z Compiling filetime v0.2.27
17292026-04-21T11:09:10.971Z Compiling term v1.2.1
17302026-04-21T11:09:11.056Z Compiling xattr v1.6.1
17312026-04-21T11:09:11.101Z Compiling take_mut v0.2.2
17322026-04-21T11:09:11.120Z Compiling futures v0.3.32
17332026-04-21T11:09:11.215Z Compiling slog-term v2.9.2
17342026-04-21T11:09:11.230Z Compiling tar v0.4.45
17352026-04-21T11:09:18.942Z Compiling rustls-webpki v0.103.9
17362026-04-21T11:09:21.721Z Compiling tokio-rustls v0.26.4
17372026-04-21T11:09:21.721Z Compiling rustls-platform-verifier v0.6.2
17382026-04-21T11:09:21.926Z Compiling hyper-rustls v0.27.7
17392026-04-21T11:09:22.128Z Compiling reqwest v0.12.28
17402026-04-21T11:09:22.128Z Compiling reqwest v0.13.2
17412026-04-21T11:09:24.210Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-04-21T11:09:24.425Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-04-21T11:09:27.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17442026-04-21T11:09:27.382Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-04-21T11:09:27.439ZApr 21 11:09:26.021 INFO Starting download, target: Clickhouse
17462026-04-21T11:09:27.440ZApr 21 11:09:26.022 INFO Starting download, target: Cockroach
17472026-04-21T11:09:27.440ZApr 21 11:09:26.022 INFO Starting download, target: Console
17482026-04-21T11:09:27.440ZApr 21 11:09:26.022 INFO Starting download, target: DendriteStub
17492026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Starting download, target: MaghemiteMgd
17502026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Starting download, target: TransceiverControl
17512026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17522026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17532026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-21T11:09:27.443ZApr 21 11:09:26.022 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-04-21T11:09:27.840ZApr 21 11:09:26.420 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-04-21T11:09:28.041ZApr 21 11:09:26.621 INFO Download complete, target: TransceiverControl
17592026-04-21T11:09:28.599ZApr 21 11:09:27.178 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-04-21T11:09:28.821ZApr 21 11:09:27.402 INFO Download complete, target: Console
17612026-04-21T11:09:29.139ZApr 21 11:09:27.721 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-04-21T11:09:29.501ZApr 21 11:09:28.083 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-21T11:09:30.100ZApr 21 11:09:28.676 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-04-21T11:09:30.318ZApr 21 11:09:28.899 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-04-21T11:09:30.318ZApr 21 11:09:28.900 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-04-21T11:09:31.406ZApr 21 11:09:29.988 INFO Download complete, target: DendriteStub
17672026-04-21T11:09:31.849ZApr 21 11:09:30.431 INFO Download complete, target: MaghemiteMgd
17682026-04-21T11:09:34.753ZApr 21 11:09:33.335 INFO Checking that binary works, target: Cockroach
17692026-04-21T11:09:34.845ZApr 21 11:09:33.427 INFO Download complete, target: Cockroach
17702026-04-21T11:09:36.632ZApr 21 11:09:35.213 INFO Checking that binary works, target: Clickhouse
17712026-04-21T11:09:36.758ZApr 21 11:09:35.337 INFO Download complete, target: Clickhouse
17722026-04-21T11:09:36.769ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-04-21T11:09:36.774Z
17742026-04-21T11:09:36.774Zreal 3:06.855082001
17752026-04-21T11:09:36.774Zuser 7:13.580110652
17762026-04-21T11:09:36.774Zsys 1:24.597270409
17772026-04-21T11:09:36.774Ztrap 0.225262932
17782026-04-21T11:09:36.774Ztflt 0.651982894
17792026-04-21T11:09:36.774Zdflt 0.553109292
17802026-04-21T11:09:36.774Zkflt 0.025455382
17812026-04-21T11:09:36.774Zlock 21:09.423763593
17822026-04-21T11:09:36.774Zslp 21:35.249113131
17832026-04-21T11:09:36.774Zlat 43.819746588
17842026-04-21T11:09:36.774Zstop 2:04.582809989
17852026-04-21T11:09:36.775Z+ banner clippy
17862026-04-21T11:09:36.775Z
17872026-04-21T11:09:36.775Z #### # # ##### ##### # #
17882026-04-21T11:09:36.775Z # # # # # # # # # #
17892026-04-21T11:09:36.775Z # # # # # # # #
17902026-04-21T11:09:36.775Z # # # ##### ##### #
17912026-04-21T11:09:36.775Z # # # # # # #
17922026-04-21T11:09:36.775Z #### ###### # # # #
17932026-04-21T11:09:36.775Z
17942026-04-21T11:09:36.775Z+ export CARGO_INCREMENTAL=0
17952026-04-21T11:09:36.775Z+ CARGO_INCREMENTAL=0
17962026-04-21T11:09:36.775Z+ ptime -m cargo xtask clippy
17972026-04-21T11:09:37.291Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-04-21T11:09:37.515Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-04-21T11:09:39.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18002026-04-21T11:09:39.444Z Running `target/debug/xtask clippy`
18012026-04-21T11:09:39.474Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18022026-04-21T11:09:40.077Z Downloading crates ...
18032026-04-21T11:09:40.281Z Downloaded anes v0.1.6
18042026-04-21T11:09:40.292Z Downloaded cfg-expr v0.20.6
18052026-04-21T11:09:40.300Z Downloaded cargo-platform v0.3.2
18062026-04-21T11:09:40.303Z Downloaded supports-hyperlinks v2.1.0
18072026-04-21T11:09:40.303Z Downloaded guppy-workspace-hack v0.1.0
18082026-04-21T11:09:40.303Z Downloaded constant_time_eq v0.3.1
18092026-04-21T11:09:40.303Z Downloaded escape8259 v0.5.3
18102026-04-21T11:09:40.306Z Downloaded assert-json-diff v2.0.2
18112026-04-21T11:09:40.307Z Downloaded approx v0.5.1
18122026-04-21T11:09:40.307Z Downloaded parking v2.2.1
18132026-04-21T11:09:40.312Z Downloaded cast v0.3.0
18142026-04-21T11:09:40.315Z Downloaded miette-derive v5.10.0
18152026-04-21T11:09:40.315Z Downloaded concurrent-queue v2.5.0
18162026-04-21T11:09:40.318Z Downloaded plotters-backend v0.3.7
18172026-04-21T11:09:40.322Z Downloaded terminal_size v0.1.17
18182026-04-21T11:09:40.326Z Downloaded serde_regex v1.1.0
18192026-04-21T11:09:40.329Z Downloaded linkme-impl v0.3.35
18202026-04-21T11:09:40.337Z Downloaded backtrace-ext v0.2.1
18212026-04-21T11:09:40.341Z Downloaded tokio-test v0.4.5
18222026-04-21T11:09:40.345Z Downloaded async-object-pool v0.2.0
18232026-04-21T11:09:40.345Z Downloaded supports-unicode v2.1.0
18242026-04-21T11:09:40.348Z Downloaded similar-asserts v1.7.0
18252026-04-21T11:09:40.352Z Downloaded supports-color v2.1.0
18262026-04-21T11:09:40.355Z Downloaded event-listener-strategy v0.5.4
18272026-04-21T11:09:40.359Z Downloaded plotters-svg v0.3.7
18282026-04-21T11:09:40.364Z Downloaded nested v0.1.1
18292026-04-21T11:09:40.368Z Downloaded pathdiff v0.2.3
18302026-04-21T11:09:40.390Z Downloaded futures-timer v3.0.3
18312026-04-21T11:09:40.394Z Downloaded knuffel-derive v3.2.0
18322026-04-21T11:09:40.398Z Downloaded libtest-mimic v0.8.1
18332026-04-21T11:09:40.407Z Downloaded owo-colors v3.5.0
18342026-04-21T11:09:40.410Z Downloaded termcolor v1.4.1
18352026-04-21T11:09:40.410Z Downloaded target-triple v1.0.0
18362026-04-21T11:09:40.410Z Downloaded oorandom v11.1.5
18372026-04-21T11:09:40.413Z Downloaded linkme v0.3.35
18382026-04-21T11:09:40.413Z Downloaded tinytemplate v1.2.1
18392026-04-21T11:09:40.417Z Downloaded stringmetrics v2.2.2
18402026-04-21T11:09:40.420Z Downloaded criterion-plot v0.6.0
18412026-04-21T11:09:40.420Z Downloaded relative-path v1.9.3
18422026-04-21T11:09:40.426Z Downloaded rustc-demangle v0.1.27
18432026-04-21T11:09:40.430Z Downloaded target-spec v3.5.7
18442026-04-21T11:09:40.433Z Downloaded partial-io v0.5.4
18452026-04-21T11:09:40.433Z Downloaded rust-argon2 v2.1.0
18462026-04-21T11:09:40.433Z Downloaded assert_cmd v2.1.2
18472026-04-21T11:09:40.437Z Downloaded blake2b_simd v1.0.4
18482026-04-21T11:09:40.442Z Downloaded async-lock v3.4.2
18492026-04-21T11:09:40.446Z Downloaded addr2line v0.25.1
18502026-04-21T11:09:40.449Z Downloaded path-tree v0.8.3
18512026-04-21T11:09:40.459Z Downloaded target-lexicon v0.13.3
18522026-04-21T11:09:40.462Z Downloaded event-listener v5.4.1
18532026-04-21T11:09:40.462Z Downloaded hickory-client v0.25.2
18542026-04-21T11:09:40.462Z Downloaded cargo_metadata v0.23.1
18552026-04-21T11:09:40.468Z Downloaded trybuild v1.0.116
18562026-04-21T11:09:40.472Z Downloaded httptest v0.16.4
18572026-04-21T11:09:40.475Z Downloaded datatest-stable v0.3.3
18582026-04-21T11:09:40.481Z Downloaded textwrap v0.15.2
18592026-04-21T11:09:40.491Z Downloaded rstest v0.25.0
18602026-04-21T11:09:40.501Z Downloaded knuffel v3.2.0
18612026-04-21T11:09:40.506Z Downloaded rstest_macros v0.25.0
18622026-04-21T11:09:40.534Z Downloaded rand_distr v0.5.1
18632026-04-21T11:09:40.538Z Downloaded fancy-regex v0.14.0
18642026-04-21T11:09:40.542Z Downloaded chumsky v0.9.3
18652026-04-21T11:09:40.542Z Downloaded backtrace v0.3.76
18662026-04-21T11:09:40.546Z Downloaded miette v5.10.0
18672026-04-21T11:09:40.553Z Downloaded plotters v0.3.7
18682026-04-21T11:09:40.559Z Downloaded criterion v0.7.0
18692026-04-21T11:09:40.563Z Downloaded hashbrown v0.14.5
18702026-04-21T11:09:40.567Z Downloaded guppy v0.17.25
18712026-04-21T11:09:40.591Z Downloaded gimli v0.32.3
18722026-04-21T11:09:40.738Z Downloaded httpmock v0.8.3
18732026-04-21T11:09:42.293Z Checking cfg-if v1.0.4
18742026-04-21T11:09:42.635Z Checking libc v0.2.185
18752026-04-21T11:09:42.639Z Checking serde_core v1.0.228
18762026-04-21T11:09:42.706Z Checking memchr v2.8.0
18772026-04-21T11:09:42.744Z Checking smallvec v1.15.1
18782026-04-21T11:09:42.781Z Checking itoa v1.0.17
18792026-04-21T11:09:42.813Z Checking log v0.4.29
18802026-04-21T11:09:42.856Z Checking zeroize v1.8.2
18812026-04-21T11:09:42.895Z Checking libm v0.2.16
18822026-04-21T11:09:42.941Z Checking scopeguard v1.2.0
18832026-04-21T11:09:42.980Z Checking stable_deref_trait v1.2.1
18842026-04-21T11:09:43.019Z Checking zmij v1.0.21
18852026-04-21T11:09:43.056Z Checking errno v0.3.14
18862026-04-21T11:09:43.060Z Checking getrandom v0.2.17
18872026-04-21T11:09:43.124Z Checking lock_api v0.4.14
18882026-04-21T11:09:43.158Z Checking zerofrom v0.1.6
18892026-04-21T11:09:43.195Z Checking percent-encoding v2.3.2
18902026-04-21T11:09:43.231Z Checking litemap v0.8.1
18912026-04-21T11:09:43.231Z Checking writeable v0.6.2
18922026-04-21T11:09:43.295Z Checking yoke v0.8.1
18932026-04-21T11:09:43.330Z Checking icu_normalizer_data v2.1.1
18942026-04-21T11:09:43.366Z Checking icu_properties_data v2.1.2
18952026-04-21T11:09:43.370Z Checking subtle v2.6.1
18962026-04-21T11:09:43.430Z Checking form_urlencoded v1.2.2
18972026-04-21T11:09:43.430Z Checking utf8_iter v1.0.4
18982026-04-21T11:09:43.494Z Checking zerovec v0.11.5
18992026-04-21T11:09:43.498Z Checking zerotrie v0.2.3
19002026-04-21T11:09:43.561Z Checking pin-project-lite v0.2.17
19012026-04-21T11:09:43.597Z Checking num-traits v0.2.19
19022026-04-21T11:09:43.633Z Checking rand_core v0.6.4
19032026-04-21T11:09:43.667Z Checking parking_lot_core v0.9.12
19042026-04-21T11:09:43.667Z Checking portable-atomic v1.13.1
19052026-04-21T11:09:43.734Z Checking zerocopy v0.8.40
19062026-04-21T11:09:43.781Z Checking critical-section v1.2.0
19072026-04-21T11:09:43.833Z Checking rand_core v0.10.0
19082026-04-21T11:09:43.905Z Checking parking_lot v0.12.5
19092026-04-21T11:09:43.943Z Checking tinystr v0.8.2
19102026-04-21T11:09:43.943Z Checking potential_utf v0.1.4
19112026-04-21T11:09:44.007Z Checking getrandom v0.4.1
19122026-04-21T11:09:44.099Z Checking once_cell v1.21.3
19132026-04-21T11:09:44.135Z Checking icu_collections v2.1.1
19142026-04-21T11:09:44.172Z Checking serde v1.0.228
19152026-04-21T11:09:44.172Z Checking serde_json v1.0.149
19162026-04-21T11:09:44.175Z Checking bitflags v2.11.0
19172026-04-21T11:09:44.176Z Checking icu_locale_core v2.1.1
19182026-04-21T11:09:44.298Z Checking signal-hook-registry v1.4.8
19192026-04-21T11:09:44.334Z Checking mio v1.2.0
19202026-04-21T11:09:44.376Z Checking socket2 v0.6.3
19212026-04-21T11:09:44.452Z Checking typenum v1.19.0
19222026-04-21T11:09:44.499Z Checking iana-time-zone v0.1.65
19232026-04-21T11:09:44.635Z Checking thiserror v2.0.18
19242026-04-21T11:09:44.675Z Checking uuid v1.23.0
19252026-04-21T11:09:44.675Z Checking semver v1.0.27
19262026-04-21T11:09:44.742Z Checking bytes v1.11.1
19272026-04-21T11:09:44.778Z Checking chrono v0.4.44
19282026-04-21T11:09:44.813Z Checking icu_provider v2.1.1
19292026-04-21T11:09:44.873Z Checking allocator-api2 v0.2.21
19302026-04-21T11:09:44.929Z Checking futures-core v0.3.32
19312026-04-21T11:09:44.982Z Checking generic-array v0.14.7
19322026-04-21T11:09:45.031Z Checking equivalent v1.0.2
19332026-04-21T11:09:45.070Z Checking icu_properties v2.1.2
19342026-04-21T11:09:45.102Z Checking icu_normalizer v2.1.1
19352026-04-21T11:09:45.154Z Checking dyn-clone v1.0.20
19362026-04-21T11:09:45.192Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372026-04-21T11:09:45.225Z Checking tokio v1.52.1
19382026-04-21T11:09:45.283Z Checking const-oid v0.9.6
19392026-04-21T11:09:45.446Z Checking crypto-common v0.1.7
19402026-04-21T11:09:45.450Z Checking foldhash v0.2.0
19412026-04-21T11:09:45.510Z Checking block-buffer v0.10.4
19422026-04-21T11:09:45.594Z Checking futures-sink v0.3.32
19432026-04-21T11:09:45.632Z Checking slab v0.4.12
19442026-04-21T11:09:45.667Z Checking hashbrown v0.16.1
19452026-04-21T11:09:45.700Z Checking futures-task v0.3.32
19462026-04-21T11:09:45.734Z Checking futures-channel v0.3.32
19472026-04-21T11:09:45.812Z Checking futures-io v0.3.32
19482026-04-21T11:09:45.863Z Checking rustix v1.1.3
19492026-04-21T11:09:45.902Z Checking idna_adapter v1.2.1
19502026-04-21T11:09:45.946Z Checking byteorder v1.5.0
19512026-04-21T11:09:45.981Z Checking futures-util v0.3.32
19522026-04-21T11:09:45.985Z Checking digest v0.10.7
19532026-04-21T11:09:46.045Z Checking idna v1.1.0
19542026-04-21T11:09:46.174Z Checking cpufeatures v0.2.17
19552026-04-21T11:09:46.177Z Checking indexmap v2.13.0
19562026-04-21T11:09:46.239Z Checking thiserror v1.0.69
19572026-04-21T11:09:46.272Z Checking getrandom v0.3.4
19582026-04-21T11:09:46.306Z Checking url v2.5.8
19592026-04-21T11:09:46.359Z Checking fnv v1.0.7
19602026-04-21T11:09:46.452Z Checking regex-syntax v0.8.10
19612026-04-21T11:09:46.488Z Checking ppv-lite86 v0.2.21
19622026-04-21T11:09:46.491Z Checking http v1.4.0
19632026-04-21T11:09:46.726Z Checking tracing-core v0.1.36
19642026-04-21T11:09:46.769Z Checking schemars v0.8.22
19652026-04-21T11:09:46.810Z Checking base64 v0.22.1
19662026-04-21T11:09:46.844Z Checking ipnet v2.11.0
19672026-04-21T11:09:47.050Z Checking tracing v0.1.44
19682026-04-21T11:09:47.088Z Checking anstyle v1.0.13
19692026-04-21T11:09:47.124Z Checking utf8parse v0.2.2
19702026-04-21T11:09:47.127Z Checking unicode-ident v1.0.24
19712026-04-21T11:09:47.253Z Checking untrusted v0.9.0
19722026-04-21T11:09:47.288Z Checking base64ct v1.8.3
19732026-04-21T11:09:47.292Z Checking proc-macro2 v1.0.106
19742026-04-21T11:09:47.292Z Checking anstyle-parse v0.2.7
19752026-04-21T11:09:47.387Z Checking ring v0.17.14
19762026-04-21T11:09:47.422Z Checking block-padding v0.3.3
19772026-04-21T11:09:47.496Z Checking aho-corasick v1.1.4
19782026-04-21T11:09:47.545Z Checking is_terminal_polyfill v1.70.2
19792026-04-21T11:09:47.581Z Checking anstyle-query v1.1.5
19802026-04-21T11:09:47.659Z Checking colorchoice v1.0.4
19812026-04-21T11:09:47.694Z Checking quote v1.0.44
19822026-04-21T11:09:47.728Z Checking inout v0.1.4
19832026-04-21T11:09:47.774Z Checking rustls-pki-types v1.14.0
19842026-04-21T11:09:47.810Z Checking anstream v0.6.21
19852026-04-21T11:09:47.884Z Checking syn v2.0.117
19862026-04-21T11:09:47.920Z Checking crossbeam-utils v0.8.21
19872026-04-21T11:09:47.924Z Checking httparse v1.10.1
19882026-04-21T11:09:48.025Z Checking cipher v0.4.4
19892026-04-21T11:09:48.076Z Checking terminal_size v0.4.3
19902026-04-21T11:09:48.181Z Checking strsim v0.11.1
19912026-04-21T11:09:48.184Z Checking regex-automata v0.4.14
19922026-04-21T11:09:48.246Z Checking clap_lex v1.0.0
19932026-04-21T11:09:48.281Z Checking pem-rfc7468 v0.7.0
19942026-04-21T11:09:48.284Z Checking http-body v1.0.1
19952026-04-21T11:09:48.366Z Checking sha2 v0.10.9
19962026-04-21T11:09:48.402Z Checking atomic-waker v1.1.2
19972026-04-21T11:09:48.405Z Checking tokio-util v0.7.18
19982026-04-21T11:09:48.468Z Checking clap_builder v4.5.60
19992026-04-21T11:09:48.472Z Checking rand_core v0.9.5
20002026-04-21T11:09:48.500Z Checking hmac v0.12.1
20012026-04-21T11:09:48.565Z Checking try-lock v0.2.5
20022026-04-21T11:09:48.653Z Checking httpdate v1.0.3
20032026-04-21T11:09:48.657Z Checking tower-layer v0.3.3
20042026-04-21T11:09:48.719Z Checking want v0.3.1
20052026-04-21T11:09:48.752Z Checking pin-utils v0.1.0
20062026-04-21T11:09:48.824Z Checking flagset v0.4.7
20072026-04-21T11:09:48.859Z Checking tower-service v0.3.3
20082026-04-21T11:09:48.862Z Checking ryu v1.0.23
20092026-04-21T11:09:48.862Z Checking erased-serde v0.3.31
20102026-04-21T11:09:48.974Z Checking der v0.7.10
20112026-04-21T11:09:48.978Z Checking powerfmt v0.2.0
20122026-04-21T11:09:49.048Z Checking h2 v0.4.13
20132026-04-21T11:09:49.052Z Checking rand_chacha v0.9.0
20142026-04-21T11:09:49.180Z Checking deranged v0.5.8
20152026-04-21T11:09:49.272Z Checking spin v0.9.8
20162026-04-21T11:09:49.324Z Checking slog v2.8.2
20172026-04-21T11:09:49.483Z Checking socket2 v0.5.10
20182026-04-21T11:09:49.612Z Checking time-core v0.1.8
20192026-04-21T11:09:49.677Z Checking clap v4.5.60
20202026-04-21T11:09:49.718Z Checking num_threads v0.1.7
20212026-04-21T11:09:49.752Z Checking num-conv v0.2.0
20222026-04-21T11:09:49.789Z Checking rand v0.9.2
20232026-04-21T11:09:49.792Z Checking anyhow v1.0.102
20242026-04-21T11:09:49.855Z Checking http-body-util v0.1.3
20252026-04-21T11:09:49.893Z Checking aws-lc-sys v0.37.1
20262026-04-21T11:09:50.004Z Checking fastrand v2.3.0
20272026-04-21T11:09:50.041Z Checking untrusted v0.7.1
20282026-04-21T11:09:50.093Z Checking spki v0.7.3
20292026-04-21T11:09:50.127Z Checking time v0.3.47
20302026-04-21T11:09:50.162Z Checking serde_urlencoded v0.7.1
20312026-04-21T11:09:50.194Z Checking pbkdf2 v0.12.2
20322026-04-21T11:09:50.228Z Checking aes v0.8.4
20332026-04-21T11:09:50.281Z Checking openssl-probe v0.2.1
20342026-04-21T11:09:50.285Z Checking regex v1.12.3
20352026-04-21T11:09:50.348Z Checking cbc v0.1.2
20362026-04-21T11:09:50.386Z Checking salsa20 v0.10.2
20372026-04-21T11:09:50.421Z Checking rand_chacha v0.3.1
20382026-04-21T11:09:50.425Z Checking aws-lc-rs v1.16.0
20392026-04-21T11:09:50.497Z Checking hex v0.4.3
20402026-04-21T11:09:50.542Z Checking pretty-hex v0.4.1
20412026-04-21T11:09:50.611Z Checking scrypt v0.11.0
20422026-04-21T11:09:50.646Z Checking tempfile v3.25.0
20432026-04-21T11:09:50.650Z Checking rand v0.8.5
20442026-04-21T11:09:50.712Z Checking ipnetwork v0.21.1
20452026-04-21T11:09:50.747Z Checking plain v0.2.3
20462026-04-21T11:09:50.781Z Checking pkcs5 v0.7.1
20472026-04-21T11:09:50.860Z Checking camino v1.2.2
20482026-04-21T11:09:50.895Z Checking ucd-trie v0.1.7
20492026-04-21T11:09:50.948Z Checking rustls-native-certs v0.8.3
20502026-04-21T11:09:51.049Z Checking pest v2.8.6
20512026-04-21T11:09:51.084Z Checking pkcs8 v0.10.2
20522026-04-21T11:09:51.119Z Checking sync_wrapper v1.0.2
20532026-04-21T11:09:51.129Z Checking webpki-roots v1.0.6
20542026-04-21T11:09:51.245Z Checking iri-string v0.7.10
20552026-04-21T11:09:51.285Z Checking simd-adler32 v0.3.8
20562026-04-21T11:09:51.285Z Checking openapiv3 v2.2.0
20572026-04-21T11:09:51.323Z Checking tower v0.5.3
20582026-04-21T11:09:51.364Z Checking rustls-webpki v0.103.9
20592026-04-21T11:09:51.367Z Checking mime v0.3.17
20602026-04-21T11:09:51.522Z Checking adler2 v2.0.1
20612026-04-21T11:09:51.630Z Checking either v1.15.0
20622026-04-21T11:09:51.667Z Checking miniz_oxide v0.8.9
20632026-04-21T11:09:51.755Z Checking hyper v1.8.1
20642026-04-21T11:09:51.792Z Checking winnow v0.7.14
20652026-04-21T11:09:51.841Z Checking static_assertions v1.1.0
20662026-04-21T11:09:51.876Z Checking rustls v0.23.37
20672026-04-21T11:09:51.939Z Checking oxnet v0.1.4
20682026-04-21T11:09:52.039Z Checking lazy_static v1.5.0
20692026-04-21T11:09:52.134Z Checking signature v2.2.0
20702026-04-21T11:09:52.169Z Checking hubpack v0.1.2
20712026-04-21T11:09:52.203Z Checking encoding_rs v0.8.35
20722026-04-21T11:09:52.290Z Checking strum v0.26.3
20732026-04-21T11:09:52.326Z Checking tower-http v0.6.8
20742026-04-21T11:09:52.360Z Checking crc32fast v1.5.0
20752026-04-21T11:09:52.427Z Checking foreign-types-shared v0.1.1
20762026-04-21T11:09:52.524Z Checking sha1 v0.10.6
20772026-04-21T11:09:52.558Z Checking foreign-types v0.3.2
20782026-04-21T11:09:52.610Z Checking openssl-sys v0.9.111
20792026-04-21T11:09:52.646Z Checking tinyvec_macros v0.1.1
20802026-04-21T11:09:52.680Z Checking toml_datetime v0.6.11
20812026-04-21T11:09:52.683Z Checking hyper-util v0.1.20
20822026-04-21T11:09:52.747Z Checking tinyvec v1.10.0
20832026-04-21T11:09:52.751Z Checking serde_spanned v0.6.9
20842026-04-21T11:09:52.887Z Checking num-integer v0.1.46
20852026-04-21T11:09:52.931Z Checking data-encoding v2.10.0
20862026-04-21T11:09:52.989Z Checking scroll v0.13.0
20872026-04-21T11:09:53.091Z Checking bit-vec v0.8.0
20882026-04-21T11:09:53.126Z Checking openssl v0.10.75
20892026-04-21T11:09:53.160Z Checking zlib-rs v0.6.2
20902026-04-21T11:09:53.193Z Checking base16ct v0.2.0
20912026-04-21T11:09:53.228Z Checking ff v0.13.1
20922026-04-21T11:09:53.261Z Checking goblin v0.10.5
20932026-04-21T11:09:53.306Z Checking bit-set v0.8.0
20942026-04-21T11:09:53.346Z Checking sec1 v0.7.3
20952026-04-21T11:09:53.380Z Checking wait-timeout v0.2.1
20962026-04-21T11:09:53.477Z Checking memmap2 v0.9.10
20972026-04-21T11:09:53.528Z Checking group v0.13.0
20982026-04-21T11:09:53.575Z Checking num-iter v0.1.45
20992026-04-21T11:09:53.663Z Checking dtrace-parser v0.3.0
21002026-04-21T11:09:53.703Z Checking bstr v1.12.1
21012026-04-21T11:09:53.738Z Checking hkdf v0.12.4
21022026-04-21T11:09:53.900Z Checking crossbeam-epoch v0.9.18
21032026-04-21T11:09:53.941Z Checking ahash v0.8.12
21042026-04-21T11:09:53.989Z Checking crypto-bigint v0.5.5
21052026-04-21T11:09:54.065Z Checking flate2 v1.1.9
21062026-04-21T11:09:54.116Z Checking thread-id v5.1.0
21072026-04-21T11:09:54.152Z Checking psl-types v2.0.11
21082026-04-21T11:09:54.188Z Checking quick-error v1.2.3
21092026-04-21T11:09:54.225Z Checking cookie v0.18.1
21102026-04-21T11:09:54.262Z Checking tokio-rustls v0.26.4
21112026-04-21T11:09:54.298Z Checking publicsuffix v2.3.0
21122026-04-21T11:09:54.333Z Checking rusty-fork v0.3.1
21132026-04-21T11:09:54.379Z Checking rand_xorshift v0.4.0
21142026-04-21T11:09:54.479Z Checking scroll v0.12.0
21152026-04-21T11:09:54.516Z Checking unarray v0.1.4
21162026-04-21T11:09:54.551Z Checking cookie_store v0.22.1
21172026-04-21T11:09:54.554Z Checking hyper-rustls v0.27.7
21182026-04-21T11:09:54.554Z Checking rustls-platform-verifier v0.6.2
21192026-04-21T11:09:54.650Z Checking proptest v1.10.0
21202026-04-21T11:09:54.736Z Checking goblin v0.8.2
21212026-04-21T11:09:54.772Z Checking num-bigint-dig v0.8.6
21222026-04-21T11:09:54.854Z Checking pkcs1 v0.7.5
21232026-04-21T11:09:54.908Z Checking elliptic-curve v0.13.8
21242026-04-21T11:09:54.911Z Checking x509-cert v0.2.5
21252026-04-21T11:09:55.090Z Checking zerocopy v0.7.35
21262026-04-21T11:09:55.128Z Checking native-tls v0.2.18
21272026-04-21T11:09:55.280Z Checking unicode-segmentation v1.12.0
21282026-04-21T11:09:55.336Z Checking tokio-native-tls v0.3.1
21292026-04-21T11:09:55.525Z Checking hyper-tls v0.6.0
21302026-04-21T11:09:55.583Z Checking reqwest v0.13.2
21312026-04-21T11:09:55.619Z Checking dtrace-parser v0.2.0
21322026-04-21T11:09:55.623Z Checking dof v0.4.0
21332026-04-21T11:09:55.623Z Checking rsa v0.9.10
21342026-04-21T11:09:55.652Z Checking rfc6979 v0.4.0
21352026-04-21T11:09:55.753Z Checking reqwest v0.12.28
21362026-04-21T11:09:55.870Z Checking thread-id v4.2.2
21372026-04-21T11:09:55.898Z Checking toml_write v0.1.2
21382026-04-21T11:09:55.972Z Checking ecdsa v0.16.9
21392026-04-21T11:09:56.093Z Checking toml_edit v0.22.27
21402026-04-21T11:09:56.184Z Checking toml_parser v1.0.9+spec-1.1.0
21412026-04-21T11:09:56.308Z Checking usdt-impl v0.6.0
21422026-04-21T11:09:56.344Z Checking curve25519-dalek v4.1.3
21432026-04-21T11:09:56.471Z Checking memoffset v0.9.1
21442026-04-21T11:09:56.509Z Checking newtype-uuid v1.3.2
21452026-04-21T11:09:56.546Z Checking rustix v0.38.44
21462026-04-21T11:09:56.586Z Checking env_filter v1.0.0
21472026-04-21T11:09:56.632Z Checking usdt v0.6.0
21482026-04-21T11:09:56.669Z Checking keccak v0.1.6
21492026-04-21T11:09:56.704Z Checking dof v0.3.0
21502026-04-21T11:09:56.740Z Checking daft v0.1.5
21512026-04-21T11:09:56.775Z Checking env_logger v0.11.9
21522026-04-21T11:09:56.828Z Checking ed25519 v2.2.3
21532026-04-21T11:09:56.865Z Checking sha3 v0.10.8
21542026-04-21T11:09:56.991Z Checking itertools v0.13.0
21552026-04-21T11:09:57.029Z Checking usdt-impl v0.5.0
21562026-04-21T11:09:57.032Z Checking serde_with v3.17.0
21572026-04-21T11:09:57.096Z Checking bitflags v1.3.2
21582026-04-21T11:09:57.100Z Checking siphasher v1.0.2
21592026-04-21T11:09:57.167Z Checking ed25519-dalek v2.2.0
21602026-04-21T11:09:57.203Z Checking unicode-normalization v0.1.25
21612026-04-21T11:09:57.245Z Checking signal-hook v0.3.18
21622026-04-21T11:09:57.308Z Checking winnow v0.5.40
21632026-04-21T11:09:57.344Z Checking managed v0.8.0
21642026-04-21T11:09:57.386Z Checking nix v0.31.2
21652026-04-21T11:09:57.426Z Checking bzip2-sys v0.1.13+1.0.8
21662026-04-21T11:09:57.462Z Checking object v0.37.3
21672026-04-21T11:09:57.542Z Checking foldhash v0.1.5
21682026-04-21T11:09:57.580Z Checking bzip2 v0.4.4
21692026-04-21T11:09:57.634Z Checking signal-hook-mio v0.2.5
21702026-04-21T11:09:57.707Z Checking hashbrown v0.15.5
21712026-04-21T11:09:57.769Z Checking ref-cast v1.0.25
21722026-04-21T11:09:57.773Z Checking zstd-sys v2.0.16+zstd.1.5.7
21732026-04-21T11:09:57.897Z Checking toml_datetime v0.7.5+spec-1.1.0
21742026-04-21T11:09:57.939Z Checking zstd-safe v7.2.4
21752026-04-21T11:09:58.038Z Checking zip v0.6.6
21762026-04-21T11:09:58.120Z Checking bumpalo v3.20.2
21772026-04-21T11:09:58.156Z Checking libbz2-rs-sys v0.2.2
21782026-04-21T11:09:58.196Z Checking zstd v0.13.3
21792026-04-21T11:09:58.348Z Checking zopfli v0.8.3
21802026-04-21T11:09:58.388Z Checking crossterm v0.28.1
21812026-04-21T11:09:58.425Z Checking similar v2.7.0
21822026-04-21T11:09:58.429Z Checking tokio-stream v0.1.18
21832026-04-21T11:09:58.495Z Checking toml_edit v0.19.15
21842026-04-21T11:09:58.531Z Checking fs-err v3.3.0
21852026-04-21T11:09:58.572Z Checking bzip2 v0.6.1
21862026-04-21T11:09:58.701Z Checking hash32 v0.2.1
21872026-04-21T11:09:58.765Z Checking serde-big-array v0.5.1
21882026-04-21T11:09:58.838Z Checking jiff v0.2.21
21892026-04-21T11:09:58.876Z Checking unicode-bidi v0.3.18
21902026-04-21T11:09:58.879Z Checking predicates-core v1.0.10
21912026-04-21T11:09:58.944Z Checking unicode-properties v0.1.4
21922026-04-21T11:09:58.949Z Checking heapless v0.7.17
21932026-04-21T11:09:59.058Z Checking hickory-proto v0.25.2
21942026-04-21T11:09:59.121Z Checking md-5 v0.10.6
21952026-04-21T11:09:59.160Z Checking float-cmp v0.10.0
21962026-04-21T11:09:59.195Z Checking stringprep v0.1.5
21972026-04-21T11:09:59.285Z Checking difflib v0.4.0
21982026-04-21T11:09:59.321Z Checking rustc-hash v2.1.1
21992026-04-21T11:09:59.376Z Checking fallible-iterator v0.2.0
22002026-04-21T11:09:59.411Z Checking normalize-line-endings v0.3.0
22012026-04-21T11:09:59.462Z Checking iddqd v0.3.17
22022026-04-21T11:09:59.499Z Checking smoltcp v0.9.1
22032026-04-21T11:09:59.534Z Checking predicates v3.1.4
22042026-04-21T11:09:59.538Z Checking toml v0.7.8
22052026-04-21T11:09:59.675Z Checking postgres-protocol v0.6.10
22062026-04-21T11:09:59.799Z Checking phf_shared v0.11.3
22072026-04-21T11:09:59.871Z Checking phf_shared v0.13.1
22082026-04-21T11:09:59.907Z Checking buf-list v1.1.2
22092026-04-21T11:09:59.971Z Checking strum v0.27.2
22102026-04-21T11:10:00.011Z Checking fixedbitset v0.4.2
22112026-04-21T11:10:00.094Z Checking fixedbitset v0.5.7
22122026-04-21T11:10:00.132Z Checking lalrpop-util v0.19.12
22132026-04-21T11:10:00.136Z Checking new_debug_unreachable v1.0.6
22142026-04-21T11:10:00.136Z Checking precomputed-hash v0.1.1
22152026-04-21T11:10:00.235Z Checking petgraph v0.6.5
22162026-04-21T11:10:00.279Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-04-21T11:10:00.316Z Checking string_cache v0.8.9
22182026-04-21T11:10:00.319Z Checking petgraph v0.8.3
22192026-04-21T11:10:00.319Z Checking phf v0.13.1
22202026-04-21T11:10:00.384Z Checking postgres-types v0.2.12
22212026-04-21T11:10:00.514Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-04-21T11:10:00.550Z Checking whoami v2.1.0
22232026-04-21T11:10:00.749Z Checking peg-runtime v0.8.5
22242026-04-21T11:10:00.786Z Checking tokio-postgres v0.7.16
22252026-04-21T11:10:00.921Z Checking futures-executor v0.3.32
22262026-04-21T11:10:00.960Z Checking is-terminal v0.4.17
22272026-04-21T11:10:01.082Z Checking crossbeam-channel v0.5.15
22282026-04-21T11:10:01.119Z Checking futures v0.3.32
22292026-04-21T11:10:01.122Z Checking zip v4.6.1
22302026-04-21T11:10:01.229Z Compiling structmeta-derive v0.3.0
22312026-04-21T11:10:01.455Z Checking thread_local v1.1.9
22322026-04-21T11:10:01.515Z Checking term v1.2.1
22332026-04-21T11:10:01.669Z Checking take_mut v0.2.2
22342026-04-21T11:10:01.761Z Compiling newtype-uuid-macros v0.1.0
22352026-04-21T11:10:01.798Z Checking slog-term v2.9.2
22362026-04-21T11:10:01.831Z Checking slog-async v2.8.0
22372026-04-21T11:10:01.866Z Compiling rustls v0.22.4
22382026-04-21T11:10:02.009Z Compiling multer v3.1.0
22392026-04-21T11:10:02.045Z Checking regress v0.10.5
22402026-04-21T11:10:02.080Z Compiling async-stream-impl v0.3.6
22412026-04-21T11:10:02.112Z Compiling dropshot v0.16.7
22422026-04-21T11:10:02.179Z Compiling dropshot_endpoint v0.16.7
22432026-04-21T11:10:02.295Z Checking match_cfg v0.1.0
22442026-04-21T11:10:02.350Z Compiling structmeta v0.3.0
22452026-04-21T11:10:02.421Z Checking hostname v0.3.1
22462026-04-21T11:10:02.464Z Checking slog-json v2.6.1
22472026-04-21T11:10:02.545Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22482026-04-21T11:10:02.582Z Checking debug-ignore v1.0.5
22492026-04-21T11:10:02.649Z Compiling derive-ex v0.1.8
22502026-04-21T11:10:02.653Z Checking slog-bunyan v2.5.0
22512026-04-21T11:10:02.716Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522026-04-21T11:10:02.753Z Checking serde_spanned v1.0.4
22532026-04-21T11:10:02.792Z Checking toml_writer v1.0.6+spec-1.1.0
22542026-04-21T11:10:02.830Z Checking progenitor-client v0.13.0
22552026-04-21T11:10:02.915Z Checking rustls-webpki v0.102.8
22562026-04-21T11:10:02.957Z Checking serde_path_to_error v0.1.20
22572026-04-21T11:10:03.001Z Checking async-stream v0.3.6
22582026-04-21T11:10:03.138Z Checking waitgroup v0.1.2
22592026-04-21T11:10:03.175Z Checking rustls-pemfile v2.2.0
22602026-04-21T11:10:03.255Z Checking hostname v0.4.2
22612026-04-21T11:10:03.291Z Checking toml v0.9.12+spec-1.1.0
22622026-04-21T11:10:03.360Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-04-21T11:10:03.364Z Compiling parse-display-derive v0.10.0
22642026-04-21T11:10:03.426Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-04-21T11:10:03.488Z Checking itertools v0.14.0
22662026-04-21T11:10:03.530Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-04-21T11:10:03.597Z Checking macaddr v1.0.1
22682026-04-21T11:10:03.807Z Checking instant v0.1.13
22692026-04-21T11:10:03.891Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22702026-04-21T11:10:03.927Z Checking progenitor-client v0.10.0
22712026-04-21T11:10:03.961Z Checking backoff v0.4.0
22722026-04-21T11:10:03.996Z Checking backon v1.6.0
22732026-04-21T11:10:04.152Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22742026-04-21T11:10:04.189Z Checking progenitor-extras v0.1.1
22752026-04-21T11:10:04.189Z Checking unicode-width v0.2.0
22762026-04-21T11:10:04.355Z Compiling test-strategy v0.4.5
22772026-04-21T11:10:04.500Z Checking heck v0.5.0
22782026-04-21T11:10:04.535Z Compiling convert_case v0.4.0
22792026-04-21T11:10:04.570Z Checking half v2.7.1
22802026-04-21T11:10:04.651Z Checking ciborium-io v0.2.2
22812026-04-21T11:10:04.655Z Checking secrecy v0.10.3
22822026-04-21T11:10:04.776Z Checking indent_write v2.2.0
22832026-04-21T11:10:04.812Z Checking tokio-rustls v0.25.0
22842026-04-21T11:10:04.846Z Checking universal-hash v0.5.1
22852026-04-21T11:10:04.880Z Checking ciborium-ll v0.2.2
22862026-04-21T11:10:04.932Z Compiling derive_more v0.99.20
22872026-04-21T11:10:04.937Z Checking opaque-debug v0.3.1
22882026-04-21T11:10:04.999Z Compiling unsafe-libyaml v0.2.11
22892026-04-21T11:10:05.068Z Checking camino-tempfile v1.4.1
22902026-04-21T11:10:05.071Z Checking parse-display v0.10.0
22912026-04-21T11:10:05.133Z Checking ciborium v0.2.2
22922026-04-21T11:10:05.257Z Compiling crucible-workspace-hack v0.1.0
22932026-04-21T11:10:05.293Z Checking aead v0.5.2
22942026-04-21T11:10:05.462Z Checking poly1305 v0.8.0
22952026-04-21T11:10:05.580Z Compiling serde_yaml v0.9.34+deprecated
22962026-04-21T11:10:05.636Z Checking chacha20 v0.9.1
22972026-04-21T11:10:05.785Z Compiling typify-impl v0.6.1
22982026-04-21T11:10:05.860Z Compiling thiserror-impl-no-std v2.0.2
22992026-04-21T11:10:05.896Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-04-21T11:10:06.302Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-04-21T11:10:06.706Z Checking swrite v0.1.0
23022026-04-21T11:10:06.832Z Checking password-hash v0.5.0
23032026-04-21T11:10:06.925Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-04-21T11:10:07.028Z Checking blake2 v0.10.6
23052026-04-21T11:10:07.095Z Checking chacha20poly1305 v0.10.1
23062026-04-21T11:10:07.130Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-04-21T11:10:07.134Z Checking thiserror-no-std v2.0.2
23082026-04-21T11:10:07.251Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-04-21T11:10:07.286Z Checking vsss-rs v3.3.4
23102026-04-21T11:10:07.320Z Checking argon2 v0.5.3
23112026-04-21T11:10:07.411Z Checking byte-wrapper v0.1.0
23122026-04-21T11:10:07.447Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-04-21T11:10:07.643Z Checking crossbeam-deque v0.8.6
23142026-04-21T11:10:07.678Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-04-21T11:10:07.711Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23162026-04-21T11:10:07.746Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-04-21T11:10:07.852Z Compiling rayon-core v1.13.0
23182026-04-21T11:10:07.954Z Checking toml v0.8.23
23192026-04-21T11:10:08.305Z Compiling proc-macro-error v1.0.4
23202026-04-21T11:10:08.407Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-04-21T11:10:08.442Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23222026-04-21T11:10:08.475Z Checking rayon v1.11.0
23232026-04-21T11:10:08.645Z Checking glob v0.3.3
23242026-04-21T11:10:08.835Z Checking unicode-width v0.1.14
23252026-04-21T11:10:08.871Z Checking tabwriter v1.4.1
23262026-04-21T11:10:09.046Z Compiling proc-macro-crate v3.4.0
23272026-04-21T11:10:09.120Z Compiling heapless v0.8.0
23282026-04-21T11:10:09.290Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-04-21T11:10:09.421Z Compiling ingot-macros v0.1.1
23302026-04-21T11:10:09.497Z Checking hash32 v0.3.1
23312026-04-21T11:10:09.616Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-21T11:10:09.619Z Compiling smoltcp v0.11.0
23332026-04-21T11:10:09.683Z Checking cobs v0.3.0
23342026-04-21T11:10:09.862Z Compiling usdt-attr-macro v0.5.0
23352026-04-21T11:10:09.942Z Compiling usdt-macro v0.5.0
23362026-04-21T11:10:09.977Z Checking memmap v0.7.0
23372026-04-21T11:10:10.056Z Checking colored v3.1.1
23382026-04-21T11:10:10.121Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-21T11:10:10.285Z Checking postcard v1.1.3
23402026-04-21T11:10:10.381Z Compiling num_enum_derive v0.7.5
23412026-04-21T11:10:10.416Z Compiling typify-macro v0.6.1
23422026-04-21T11:10:10.613Z Compiling proc-macro-crate v1.3.1
23432026-04-21T11:10:10.674Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23442026-04-21T11:10:10.709Z Checking usdt v0.5.0
23452026-04-21T11:10:10.905Z Checking sigpipe v0.1.3
23462026-04-21T11:10:10.941Z Compiling foreign-types-macros v0.2.3
23472026-04-21T11:10:11.016Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23482026-04-21T11:10:11.055Z Checking foreign-types-shared v0.3.1
23492026-04-21T11:10:11.174Z Checking cpufeatures v0.3.0
23502026-04-21T11:10:11.279Z Checking chacha20 v0.10.0
23512026-04-21T11:10:11.331Z Compiling num_enum_derive v0.5.11
23522026-04-21T11:10:11.465Z Checking num_enum v0.7.5
23532026-04-21T11:10:11.584Z Checking cstr-argument v0.1.2
23542026-04-21T11:10:11.624Z Checking foreign-types v0.5.0
23552026-04-21T11:10:11.628Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-04-21T11:10:11.691Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23572026-04-21T11:10:11.731Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-04-21T11:10:11.765Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-04-21T11:10:11.982Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23602026-04-21T11:10:12.024Z Checking rand v0.10.0
23612026-04-21T11:10:12.064Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23622026-04-21T11:10:12.106Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23632026-04-21T11:10:12.166Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-04-21T11:10:12.201Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23652026-04-21T11:10:12.204Z Compiling typify v0.6.1
23662026-04-21T11:10:12.304Z Checking ingot-types v0.1.2
23672026-04-21T11:10:12.348Z Compiling progenitor-impl v0.13.0
23682026-04-21T11:10:12.382Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-04-21T11:10:12.385Z Compiling zone_cfg_derive v0.3.1
23702026-04-21T11:10:12.449Z Checking num_enum v0.5.11
23712026-04-21T11:10:12.587Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-04-21T11:10:12.688Z Checking ingot v0.1.1
23732026-04-21T11:10:12.741Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23742026-04-21T11:10:12.785Z Checking itertools v0.12.1
23752026-04-21T11:10:12.939Z Compiling num-derive v0.4.2
23762026-04-21T11:10:13.078Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23772026-04-21T11:10:13.343Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23782026-04-21T11:10:13.412Z Checking smf v0.2.3
23792026-04-21T11:10:13.523Z Checking whoami v1.6.1
23802026-04-21T11:10:13.559Z Checking tokio-dtrace v0.1.1
23812026-04-21T11:10:13.671Z Compiling derive-where v1.6.0
23822026-04-21T11:10:13.722Z Checking console v0.15.11
23832026-04-21T11:10:13.767Z Checking oxide-tokio-rt v0.1.4
23842026-04-21T11:10:13.823Z Checking zone v0.3.1
23852026-04-21T11:10:13.895Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23862026-04-21T11:10:13.964Z Checking atomicwrites v0.4.4
23872026-04-21T11:10:14.022Z Checking newline-converter v0.3.0
23882026-04-21T11:10:14.122Z Checking bytecount v0.6.9
23892026-04-21T11:10:14.158Z Compiling owo-colors v4.3.0
23902026-04-21T11:10:14.190Z Checking expectorate v1.2.0
23912026-04-21T11:10:14.224Z Compiling cancel-safe-futures v0.1.5
23922026-04-21T11:10:14.258Z Checking libsw-core v0.3.2
23932026-04-21T11:10:14.336Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23942026-04-21T11:10:14.371Z Compiling prettyplease v0.2.37
23952026-04-21T11:10:14.429Z Checking libsw v3.5.0
23962026-04-21T11:10:14.640Z Checking num-rational v0.4.2
23972026-04-21T11:10:14.684Z Checking num-complex v0.4.6
23982026-04-21T11:10:14.805Z Checking linear-map v1.2.0
23992026-04-21T11:10:14.943Z Checking same-file v1.0.6
24002026-04-21T11:10:14.996Z Checking float-ord v0.3.2
24012026-04-21T11:10:15.032Z Checking gethostname v0.5.0
24022026-04-21T11:10:15.062Z Compiling progenitor-macro v0.13.0
24032026-04-21T11:10:15.096Z Checking num v0.4.3
24042026-04-21T11:10:15.099Z Checking walkdir v2.5.0
24052026-04-21T11:10:15.163Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-04-21T11:10:15.194Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-04-21T11:10:15.227Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-04-21T11:10:15.260Z Compiling async-recursion v1.1.1
24092026-04-21T11:10:15.324Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24102026-04-21T11:10:15.536Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24112026-04-21T11:10:16.622Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
24122026-04-21T11:10:17.100Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-04-21T11:10:17.886Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24142026-04-21T11:10:18.904Z Checking unicode-linebreak v0.1.5
24152026-04-21T11:10:19.146Z Checking resolv-conf v0.7.6
24162026-04-21T11:10:19.328Z Checking smawk v0.3.2
24172026-04-21T11:10:19.363Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-04-21T11:10:19.488Z Checking papergrid v0.11.0
24192026-04-21T11:10:19.523Z Compiling tabled_derive v0.7.0
24202026-04-21T11:10:19.649Z Checking globset v0.4.18
24212026-04-21T11:10:19.725Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24222026-04-21T11:10:19.938Z Compiling convert_case v0.10.0
24232026-04-21T11:10:20.041Z Checking progenitor v0.13.0
24242026-04-21T11:10:20.206Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24252026-04-21T11:10:20.281Z Compiling slog-dtrace v0.3.0
24262026-04-21T11:10:20.544Z Checking tabled v0.15.0
24272026-04-21T11:10:20.547Z Compiling derive_more-impl v2.1.1
24282026-04-21T11:10:20.709Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-04-21T11:10:20.788Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24302026-04-21T11:10:21.458Z Compiling pin-project-internal v1.1.11
24312026-04-21T11:10:21.494Z Checking derive_more v2.1.1
24322026-04-21T11:10:21.602Z Checking crossterm v0.29.0
24332026-04-21T11:10:21.641Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24342026-04-21T11:10:21.743Z Checking pem v3.0.6
24352026-04-21T11:10:21.886Z Checking fd-lock v4.0.4
24362026-04-21T11:10:21.939Z Checking vte v0.14.1
24372026-04-21T11:10:22.047Z Checking display-error-chain v0.2.2
24382026-04-21T11:10:22.127Z Checking strip-ansi-escapes v0.2.1
24392026-04-21T11:10:22.197Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24402026-04-21T11:10:22.233Z Compiling snafu-derive v0.8.9
24412026-04-21T11:10:22.268Z Checking termtree v0.5.1
24422026-04-21T11:10:22.367Z Checking nu-ansi-term v0.50.3
24432026-04-21T11:10:22.438Z Checking linked-hash-map v0.5.6
24442026-04-21T11:10:22.612Z Checking reedline v0.40.0
24452026-04-21T11:10:22.647Z Checking lru-cache v0.1.2
24462026-04-21T11:10:22.650Z Checking pin-project v1.1.11
24472026-04-21T11:10:22.761Z Checking textwrap v0.16.2
24482026-04-21T11:10:22.798Z Checking olpc-cjson v0.1.4
24492026-04-21T11:10:22.802Z Checking hickory-proto v0.24.4
24502026-04-21T11:10:22.802Z Checking serde_plain v1.0.2
24512026-04-21T11:10:22.966Z Compiling minimal-lexical v0.2.1
24522026-04-21T11:10:23.006Z Checking typed-path v0.9.3
24532026-04-21T11:10:23.010Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-04-21T11:10:23.252Z Compiling nom v7.1.3
24552026-04-21T11:10:23.613Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24562026-04-21T11:10:23.732Z Compiling ar_archive_writer v0.5.1
24572026-04-21T11:10:23.793Z Checking humantime v2.3.0
24582026-04-21T11:10:23.828Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24592026-04-21T11:10:24.001Z Checking csv-core v0.1.13
24602026-04-21T11:10:24.193Z Checking snafu v0.8.9
24612026-04-21T11:10:24.229Z Checking csv v1.4.0
24622026-04-21T11:10:24.233Z Compiling stacker v0.1.23
24632026-04-21T11:10:24.311Z Compiling cfg_aliases v0.1.1
24642026-04-21T11:10:24.421Z Checking highway v1.3.0
24652026-04-21T11:10:24.464Z Checking tough v0.20.0
24662026-04-21T11:10:24.599Z Compiling nix v0.28.0
24672026-04-21T11:10:24.603Z Checking nibble_vec v0.1.0
24682026-04-21T11:10:24.666Z Compiling psm v0.1.30
24692026-04-21T11:10:24.669Z Checking endian-type v0.1.2
24702026-04-21T11:10:24.731Z Checking hickory-resolver v0.24.4
24712026-04-21T11:10:24.734Z Checking home v0.5.12
24722026-04-21T11:10:24.798Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-04-21T11:10:24.851Z Checking radix_trie v0.2.1
24742026-04-21T11:10:24.897Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-04-21T11:10:25.016Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24762026-04-21T11:10:25.088Z Checking phf_shared v0.12.1
24772026-04-21T11:10:25.260Z Compiling recursive-proc-macro-impl v0.1.1
24782026-04-21T11:10:25.403Z Compiling semver v0.1.20
24792026-04-21T11:10:25.477Z Checking qorb v0.4.1
24802026-04-21T11:10:25.535Z Compiling chrono-tz v0.10.4
24812026-04-21T11:10:25.592Z Checking phf v0.12.1
24822026-04-21T11:10:25.660Z Compiling rustc_version v0.1.7
24832026-04-21T11:10:25.695Z Checking recursive v0.1.1
24842026-04-21T11:10:25.760Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-04-21T11:10:25.824Z Compiling const_format_proc_macros v0.2.34
24862026-04-21T11:10:25.866Z Compiling peg-macros v0.8.5
24872026-04-21T11:10:25.911Z Checking winnow v0.6.26
24882026-04-21T11:10:26.274Z Compiling sqlparser_derive v0.5.0
24892026-04-21T11:10:26.531Z Checking unicode_categories v0.1.1
24902026-04-21T11:10:26.720Z Checking const_format v0.2.35
24912026-04-21T11:10:26.787Z Checking rustyline v14.0.0
24922026-04-21T11:10:26.830Z Compiling newtype_derive v0.1.6
24932026-04-21T11:10:27.085Z Checking sqlparser v0.61.0
24942026-04-21T11:10:27.119Z Checking sqlformat v0.3.5
24952026-04-21T11:10:27.294Z Checking peg v0.8.5
24962026-04-21T11:10:27.400Z Checking bcs v0.1.6
24972026-04-21T11:10:27.613Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24982026-04-21T11:10:27.692Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24992026-04-21T11:10:27.764Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25002026-04-21T11:10:27.828Z Checking steno v0.4.1
25012026-04-21T11:10:28.032Z Checking filetime v0.2.27
25022026-04-21T11:10:28.067Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25032026-04-21T11:10:28.200Z Checking xattr v1.6.1
25042026-04-21T11:10:28.365Z Checking tar v0.4.45
25052026-04-21T11:10:28.681Z Checking subprocess v0.2.15
25062026-04-21T11:10:28.786Z Checking base64 v0.21.7
25072026-04-21T11:10:28.868Z Checking headers-core v0.3.0
25082026-04-21T11:10:28.998Z Checking yasna v0.5.2
25092026-04-21T11:10:29.033Z Checking headers v0.4.1
25102026-04-21T11:10:29.065Z Checking dropshot-api-manager-types v0.6.0
25112026-04-21T11:10:29.206Z Checking tagptr v0.2.0
25122026-04-21T11:10:29.262Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-04-21T11:10:29.409Z Checking rcgen v0.12.1
25142026-04-21T11:10:29.462Z Checking moka v0.12.13
25152026-04-21T11:10:29.524Z Checking utf-8 v0.7.6
25162026-04-21T11:10:29.692Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25172026-04-21T11:10:29.748Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25182026-04-21T11:10:29.872Z Compiling libefi-sys v0.1.0
25192026-04-21T11:10:30.093Z Compiling radium v0.7.0
25202026-04-21T11:10:30.130Z Checking hickory-resolver v0.25.2
25212026-04-21T11:10:30.269Z Compiling bitfield-struct v0.6.2
25222026-04-21T11:10:30.421Z Compiling maybe-uninit v2.0.0
25232026-04-21T11:10:30.464Z Checking tap v1.0.1
25242026-04-21T11:10:30.605Z Checking wyz v0.5.1
25252026-04-21T11:10:30.876Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25262026-04-21T11:10:30.932Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-04-21T11:10:30.968Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-04-21T11:10:31.009Z Compiling zerocopy-derive v0.6.6
25292026-04-21T11:10:31.047Z Checking crc-catalog v2.4.0
25302026-04-21T11:10:31.169Z Compiling packed_struct v0.10.1
25312026-04-21T11:10:31.204Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-04-21T11:10:31.308Z Checking funty v2.0.0
25332026-04-21T11:10:31.398Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25342026-04-21T11:10:31.427Z Checking crc v3.4.0
25352026-04-21T11:10:31.512Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25362026-04-21T11:10:31.681Z Checking tungstenite v0.21.0
25372026-04-21T11:10:31.713Z Checking bitvec v1.0.1
25382026-04-21T11:10:31.717Z Compiling packed_struct_codegen v0.10.1
25392026-04-21T11:10:31.776Z Compiling bitfield-macros v0.19.4
25402026-04-21T11:10:31.811Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25412026-04-21T11:10:31.913Z Checking zerocopy v0.6.6
25422026-04-21T11:10:32.128Z Compiling indexmap v1.9.3
25432026-04-21T11:10:32.242Z Checking nodrop v0.1.14
25442026-04-21T11:10:32.388Z Checking array-init v0.0.4
25452026-04-21T11:10:32.432Z Checking tokio-tungstenite v0.21.0
25462026-04-21T11:10:32.535Z Checking bitfield v0.19.4
25472026-04-21T11:10:32.715Z Checking smallvec v0.6.14
25482026-04-21T11:10:32.766Z Checking hashbrown v0.12.3
25492026-04-21T11:10:32.832Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25502026-04-21T11:10:32.865Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25512026-04-21T11:10:32.939Z Checking serde-hex v0.1.0
25522026-04-21T11:10:33.030Z Checking ron v0.8.1
25532026-04-21T11:10:33.592Z Checking hashbrown v0.13.2
25542026-04-21T11:10:33.626Z Checking crc-any v2.5.0
25552026-04-21T11:10:33.832Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25562026-04-21T11:10:33.867Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25572026-04-21T11:10:33.906Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-04-21T11:10:34.019Z Checking path-slash v0.1.5
25592026-04-21T11:10:34.052Z Checking object v0.30.4
25602026-04-21T11:10:34.139Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25612026-04-21T11:10:34.172Z Compiling xshell-macros v0.2.7
25622026-04-21T11:10:34.203Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25632026-04-21T11:10:34.444Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25642026-04-21T11:10:34.574Z Checking xshell v0.2.7
25652026-04-21T11:10:34.608Z Checking half v1.8.3
25662026-04-21T11:10:34.790Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25672026-04-21T11:10:34.826Z Checking serde_cbor v0.11.2
25682026-04-21T11:10:35.108Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25692026-04-21T11:10:35.353Z Compiling num-derive v0.3.3
25702026-04-21T11:10:35.386Z Compiling proc-macro-error-attr2 v2.0.0
25712026-04-21T11:10:35.450Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-04-21T11:10:35.554Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25732026-04-21T11:10:35.765Z Checking papergrid v0.17.0
25742026-04-21T11:10:35.798Z Compiling proc-macro-error2 v2.0.1
25752026-04-21T11:10:36.133Z Compiling tabled_derive v0.11.0
25762026-04-21T11:10:36.165Z Checking testing_table v0.3.0
25772026-04-21T11:10:36.251Z Checking libscf-sys v1.1.0
25782026-04-21T11:10:36.284Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25792026-04-21T11:10:36.460Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25802026-04-21T11:10:36.606Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-04-21T11:10:36.695Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25822026-04-21T11:10:36.875Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25832026-04-21T11:10:36.999Z Checking maplit v1.0.2
25842026-04-21T11:10:37.126Z Checking fxhash v0.2.1
25852026-04-21T11:10:37.168Z Checking crc8 v0.1.1
25862026-04-21T11:10:37.200Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25872026-04-21T11:10:37.274Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25882026-04-21T11:10:37.306Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25892026-04-21T11:10:37.393Z Checking tabled v0.20.0
25902026-04-21T11:10:37.484Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25912026-04-21T11:10:37.888Z Checking unicase v2.9.0
25922026-04-21T11:10:38.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-04-21T11:10:38.095Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25942026-04-21T11:10:38.192Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-04-21T11:10:38.364Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25962026-04-21T11:10:38.486Z Checking kstat-rs v0.2.4
25972026-04-21T11:10:38.610Z Compiling diesel_derives v2.3.7
25982026-04-21T11:10:38.675Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25992026-04-21T11:10:38.707Z Compiling typify-impl v0.4.3
26002026-04-21T11:10:38.860Z Checking scheduled-thread-pool v0.2.7
26012026-04-21T11:10:38.961Z Compiling dsl_auto_type v0.2.0
26022026-04-21T11:10:39.033Z Compiling vergen-gitcl v1.0.8
26032026-04-21T11:10:39.247Z Checking arc-swap v1.8.2
26042026-04-21T11:10:39.457Z Compiling diesel_table_macro_syntax v0.3.0
26052026-04-21T11:10:39.461Z Compiling parking_lot_core v0.8.6
26062026-04-21T11:10:39.523Z Checking slog-scope v4.4.1
26072026-04-21T11:10:39.646Z Checking r2d2 v0.8.10
26082026-04-21T11:10:39.686Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26092026-04-21T11:10:39.803Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26102026-04-21T11:10:40.070Z Compiling git-stub v1.0.0
26112026-04-21T11:10:40.148Z Checking downcast-rs v2.0.2
26122026-04-21T11:10:40.273Z Compiling git-stub-vcs v0.1.0
26132026-04-21T11:10:40.575Z Checking slog-stdlog v4.1.1
26142026-04-21T11:10:40.649Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26152026-04-21T11:10:40.683Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26162026-04-21T11:10:40.724Z Checking slog-envlogger v2.2.0
26172026-04-21T11:10:40.899Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26182026-04-21T11:10:40.995Z Checking parking_lot v0.11.2
26192026-04-21T11:10:41.200Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26202026-04-21T11:10:41.233Z Checking prefix-trie v0.7.0
26212026-04-21T11:10:41.421Z Checking sled v0.34.7
26222026-04-21T11:10:41.456Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26232026-04-21T11:10:41.532Z Checking nanorand v0.7.0
26242026-04-21T11:10:41.618Z Checking hickory-server v0.25.2
26252026-04-21T11:10:41.658Z Compiling dirs-sys-next v0.1.2
26262026-04-21T11:10:41.763Z Compiling crunchy v0.2.4
26272026-04-21T11:10:41.973Z Compiling dirs-next v2.0.0
26282026-04-21T11:10:42.103Z Checking flume v0.11.1
26292026-04-21T11:10:42.137Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26302026-04-21T11:10:42.169Z Compiling clang-sys v1.8.1
26312026-04-21T11:10:42.356Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26322026-04-21T11:10:42.389Z Compiling tiny-keccak v2.0.2
26332026-04-21T11:10:42.589Z Compiling term v0.7.0
26342026-04-21T11:10:42.731Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26352026-04-21T11:10:42.780Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26362026-04-21T11:10:43.080Z Compiling salty v0.3.0
26372026-04-21T11:10:43.168Z Compiling bit-vec v0.6.3
26382026-04-21T11:10:43.200Z Compiling typify-macro v0.4.3
26392026-04-21T11:10:43.384Z Compiling bit-set v0.5.3
26402026-04-21T11:10:43.416Z Compiling ascii-canvas v3.0.0
26412026-04-21T11:10:43.682Z Checking primeorder v0.13.6
26422026-04-21T11:10:43.686Z Compiling itertools v0.10.5
26432026-04-21T11:10:43.955Z Compiling ena v0.14.4
26442026-04-21T11:10:43.995Z Compiling libloading v0.8.9
26452026-04-21T11:10:44.027Z Compiling fs-err v2.11.0
26462026-04-21T11:10:44.118Z Compiling bindgen v0.71.1
26472026-04-21T11:10:44.191Z Compiling regex-syntax v0.6.29
26482026-04-21T11:10:44.231Z Compiling diff v0.1.13
26492026-04-21T11:10:44.601Z Compiling cexpr v0.6.0
26502026-04-21T11:10:44.799Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26512026-04-21T11:10:44.831Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26522026-04-21T11:10:44.937Z Compiling typify v0.4.3
26532026-04-21T11:10:45.011Z Checking diesel v2.3.7
26542026-04-21T11:10:45.147Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26552026-04-21T11:10:45.297Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26562026-04-21T11:10:45.412Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-04-21T11:10:45.481Z Compiling libxml v0.3.3
26582026-04-21T11:10:45.627Z Compiling lalrpop v0.19.12
26592026-04-21T11:10:45.660Z Checking parse-size v1.1.0
26602026-04-21T11:10:45.804Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26612026-04-21T11:10:45.808Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26622026-04-21T11:10:46.126Z Checking p384 v0.13.1
26632026-04-21T11:10:46.279Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26642026-04-21T11:10:46.627Z Compiling strum_macros v0.24.3
26652026-04-21T11:10:46.763Z Compiling indoc v1.0.9
26662026-04-21T11:10:47.226Z Checking assert_matches v1.5.0
26672026-04-21T11:10:47.937Z Compiling progenitor-impl v0.10.0
26682026-04-21T11:10:48.002Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26692026-04-21T11:10:48.108Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-04-21T11:10:48.327Z Checking predicates-tree v1.0.13
26712026-04-21T11:10:48.471Z Checking quick-xml v0.37.5
26722026-04-21T11:10:48.765Z Checking derive_builder v0.20.2
26732026-04-21T11:10:48.908Z Compiling oso-derive v0.27.3
26742026-04-21T11:10:48.982Z Compiling impl-trait-for-tuples v0.2.3
26752026-04-21T11:10:49.379Z Compiling trait-variant v0.1.2
26762026-04-21T11:10:49.423Z Checking openssl-probe v0.1.6
26772026-04-21T11:10:49.560Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26782026-04-21T11:10:49.932Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26792026-04-21T11:10:50.515Z Compiling progenitor-macro v0.10.0
26802026-04-21T11:10:50.548Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26812026-04-21T11:10:51.155Z Compiling progenitor-impl v0.11.2
26822026-04-21T11:10:51.297Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-04-21T11:10:51.688Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-04-21T11:10:53.246Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26852026-04-21T11:10:53.516Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26862026-04-21T11:10:53.841Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-04-21T11:10:54.498Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-04-21T11:10:54.729Z Checking toml v1.0.6+spec-1.1.0
26892026-04-21T11:10:54.873Z Compiling mime_guess v2.0.5
26902026-04-21T11:10:55.360Z Compiling progenitor-macro v0.11.2
26912026-04-21T11:10:55.475Z Checking progenitor v0.10.0
26922026-04-21T11:10:55.507Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-04-21T11:10:55.645Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26942026-04-21T11:10:55.979Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-04-21T11:10:56.053Z Checking progenitor-client v0.11.2
26962026-04-21T11:10:56.187Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-04-21T11:10:56.320Z Checking http-range v0.1.5
26982026-04-21T11:10:56.471Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-04-21T11:10:56.504Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27002026-04-21T11:10:56.536Z Checking ignore v0.4.25
27012026-04-21T11:10:56.980Z Checking atty v0.2.14
27022026-04-21T11:10:57.108Z Checking globwalk v0.9.1
27032026-04-21T11:10:57.344Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27042026-04-21T11:10:57.676Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27052026-04-21T11:10:57.912Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27062026-04-21T11:10:58.097Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-04-21T11:10:58.138Z Checking bb8 v0.8.6
27082026-04-21T11:10:58.443Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27092026-04-21T11:10:58.476Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27102026-04-21T11:10:58.673Z Checking corncobs v0.1.4
27112026-04-21T11:10:58.723Z Checking compression-core v0.4.31
27122026-04-21T11:10:58.840Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-04-21T11:10:58.890Z Checking compression-codecs v0.4.37
27142026-04-21T11:10:59.116Z Checking async-bb8-diesel v0.2.1
27152026-04-21T11:10:59.116Z Checking diesel-dtrace v0.5.0
27162026-04-21T11:10:59.432Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-04-21T11:10:59.529Z Checking hyper-staticfile v0.10.1
27182026-04-21T11:10:59.566Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-04-21T11:10:59.763Z Checking camino-tempfile-ext v0.3.3
27202026-04-21T11:10:59.796Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-04-21T11:10:59.841Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-04-21T11:10:59.989Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-04-21T11:11:00.098Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27242026-04-21T11:11:00.207Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-04-21T11:11:00.318Z Checking progenitor v0.11.2
27262026-04-21T11:11:00.488Z Checking signal-hook-tokio v0.3.1
27272026-04-21T11:11:00.647Z Checking secrecy v0.8.0
27282026-04-21T11:11:00.769Z Compiling dropshot v0.17.0
27292026-04-21T11:11:00.811Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27302026-04-21T11:11:01.148Z Checking async-compression v0.4.41
27312026-04-21T11:11:01.190Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27322026-04-21T11:11:01.477Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27332026-04-21T11:11:01.711Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27342026-04-21T11:11:01.748Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27352026-04-21T11:11:02.101Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27362026-04-21T11:11:02.136Z Compiling dropshot_endpoint v0.17.0
27372026-04-21T11:11:02.295Z Checking nonempty v0.12.0
27382026-04-21T11:11:02.454Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-04-21T11:11:02.491Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27402026-04-21T11:11:02.576Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-04-21T11:11:02.727Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-04-21T11:11:02.918Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27432026-04-21T11:11:03.001Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27442026-04-21T11:11:03.374Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27452026-04-21T11:11:03.676Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-04-21T11:11:03.809Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-04-21T11:11:04.094Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27482026-04-21T11:11:04.133Z Checking tungstenite v0.23.0
27492026-04-21T11:11:04.580Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27502026-04-21T11:11:04.787Z Checking tokio-tungstenite v0.23.1
27512026-04-21T11:11:05.084Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27522026-04-21T11:11:05.458Z Checking rand_seeder v0.4.0
27532026-04-21T11:11:05.644Z Checking void v1.0.2
27542026-04-21T11:11:05.776Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27552026-04-21T11:11:05.810Z Checking lzss v0.8.2
27562026-04-21T11:11:05.813Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27572026-04-21T11:11:06.028Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27582026-04-21T11:11:06.181Z Checking nix v0.27.1
27592026-04-21T11:11:06.221Z Checking serde_bytes v0.11.19
27602026-04-21T11:11:06.488Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27612026-04-21T11:11:06.694Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27622026-04-21T11:11:06.774Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27632026-04-21T11:11:06.825Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-04-21T11:11:07.601Z Checking is_ci v1.2.0
27652026-04-21T11:11:07.634Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27662026-04-21T11:11:07.736Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-04-21T11:11:07.772Z Checking yansi v1.0.1
27682026-04-21T11:11:08.066Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-04-21T11:11:08.159Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27702026-04-21T11:11:08.200Z Checking pretty_assertions v1.4.1
27712026-04-21T11:11:08.330Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27722026-04-21T11:11:08.366Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27732026-04-21T11:11:08.621Z Compiling darling_core v0.23.0
27742026-04-21T11:11:09.565Z Compiling indoc v2.0.7
27752026-04-21T11:11:09.732Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-04-21T11:11:09.863Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27772026-04-21T11:11:10.043Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-21T11:11:10.086Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-21T11:11:10.312Z Compiling instability v0.3.11
27802026-04-21T11:11:10.348Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27812026-04-21T11:11:10.700Z Compiling libz-sys v1.1.24
27822026-04-21T11:11:10.849Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-04-21T11:11:11.053Z Checking castaway v0.2.4
27842026-04-21T11:11:11.186Z Compiling darling_macro v0.23.0
27852026-04-21T11:11:11.218Z Checking compact_str v0.8.1
27862026-04-21T11:11:11.651Z Checking supports-color v3.0.2
27872026-04-21T11:11:11.732Z Compiling darling v0.23.0
27882026-04-21T11:11:11.815Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27892026-04-21T11:11:11.999Z Checking unicode-truncate v1.1.0
27902026-04-21T11:11:12.035Z Checking console v0.16.2
27912026-04-21T11:11:12.176Z Checking lru v0.12.5
27922026-04-21T11:11:12.367Z Checking unit-prefix v0.5.2
27932026-04-21T11:11:12.370Z Checking cassowary v0.3.0
27942026-04-21T11:11:12.530Z Checking indicatif v0.18.4
27952026-04-21T11:11:12.610Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27962026-04-21T11:11:12.642Z Checking ratatui v0.29.0
27972026-04-21T11:11:12.674Z Compiling libgit2-sys v0.18.3+1.9.2
27982026-04-21T11:11:12.852Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-04-21T11:11:13.074Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28002026-04-21T11:11:13.990Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-04-21T11:11:14.217Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-04-21T11:11:14.314Z Compiling vergen-git2 v1.0.7
28032026-04-21T11:11:14.433Z Checking plotters-backend v0.3.7
28042026-04-21T11:11:14.509Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28052026-04-21T11:11:14.586Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28062026-04-21T11:11:14.659Z Checking plotters-svg v0.3.7
28072026-04-21T11:11:14.732Z Checking colored v2.2.0
28082026-04-21T11:11:14.808Z Checking shell-words v1.1.1
28092026-04-21T11:11:14.840Z Compiling rustls v0.21.12
28102026-04-21T11:11:14.958Z Checking cast v0.3.0
28112026-04-21T11:11:14.962Z Checking plotters v0.3.7
28122026-04-21T11:11:15.170Z Checking criterion-plot v0.6.0
28132026-04-21T11:11:15.213Z Checking typeid v1.0.3
28142026-04-21T11:11:15.348Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28152026-04-21T11:11:15.443Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28162026-04-21T11:11:15.666Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-04-21T11:11:15.748Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-04-21T11:11:15.888Z Checking rustls-webpki v0.101.7
28192026-04-21T11:11:16.211Z Checking sct v0.7.1
28202026-04-21T11:11:16.252Z Checking tinytemplate v1.2.1
28212026-04-21T11:11:16.291Z Compiling nix v0.29.0
28222026-04-21T11:11:16.373Z Checking oorandom v11.1.5
28232026-04-21T11:11:16.514Z Checking anes v0.1.6
28242026-04-21T11:11:16.546Z Checking hex-literal v0.4.1
28252026-04-21T11:11:16.751Z Checking criterion v0.7.0
28262026-04-21T11:11:16.809Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-04-21T11:11:18.060Z Checking erased-serde v0.4.9
28282026-04-21T11:11:18.092Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28292026-04-21T11:11:18.440Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28302026-04-21T11:11:19.198Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28312026-04-21T11:11:19.992Z Checking ordered-float v2.10.1
28322026-04-21T11:11:20.256Z Checking serde-value v0.7.0
28332026-04-21T11:11:20.496Z Checking serde-untagged v0.1.9
28342026-04-21T11:11:20.723Z Checking tokio-rustls v0.24.1
28352026-04-21T11:11:21.020Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28362026-04-21T11:11:21.209Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-04-21T11:11:21.444Z Checking rustls-pemfile v1.0.4
28382026-04-21T11:11:21.615Z Checking twox-hash v2.1.2
28392026-04-21T11:11:21.855Z Checking unicode-xid v0.2.6
28402026-04-21T11:11:21.995Z Checking cargo-util-schemas v0.8.2
28412026-04-21T11:11:22.037Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28422026-04-21T11:11:22.918Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28432026-04-21T11:11:23.076Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-04-21T11:11:23.258Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-04-21T11:11:23.639Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28462026-04-21T11:11:23.833Z Checking fatfs v0.3.6
28472026-04-21T11:11:24.309Z Checking cargo-platform v0.2.0
28482026-04-21T11:11:24.527Z Compiling petname v2.0.2
28492026-04-21T11:11:24.560Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28502026-04-21T11:11:24.824Z Compiling seq-macro v0.3.6
28512026-04-21T11:11:25.190Z Checking cargo_metadata v0.21.0
28522026-04-21T11:11:25.357Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28532026-04-21T11:11:25.899Z Checking concurrent-queue v2.5.0
28542026-04-21T11:11:25.970Z Checking rtoolbox v0.0.3
28552026-04-21T11:11:26.111Z Checking parking v2.2.1
28562026-04-21T11:11:26.142Z Checking futures-timer v3.0.3
28572026-04-21T11:11:26.174Z Checking rpassword v7.4.0
28582026-04-21T11:11:26.256Z Checking event-listener v5.4.1
28592026-04-21T11:11:26.342Z Checking tui-tree-widget v0.23.1
28602026-04-21T11:11:26.521Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28612026-04-21T11:11:26.571Z Checking polyval v0.6.2
28622026-04-21T11:11:26.709Z Checking sapling-renderdag v0.1.0
28632026-04-21T11:11:26.742Z Checking sync-ptr v0.1.4
28642026-04-21T11:11:26.774Z Checking ghash v0.5.1
28652026-04-21T11:11:26.888Z Checking event-listener-strategy v0.5.4
28662026-04-21T11:11:26.921Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28672026-04-21T11:11:26.978Z Checking ctr v0.9.2
28682026-04-21T11:11:27.051Z Checking constant_time_eq v0.4.2
28692026-04-21T11:11:28.143Z Checking arrayvec v0.7.6
28702026-04-21T11:11:28.146Z Checking arrayref v0.3.9
28712026-04-21T11:11:28.146Z Checking aes-gcm v0.10.3
28722026-04-21T11:11:28.147Z Checking async-lock v3.4.2
28732026-04-21T11:11:28.147Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28742026-04-21T11:11:28.147Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28752026-04-21T11:11:28.147Z Compiling samael v0.0.19
28762026-04-21T11:11:28.147Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-04-21T11:11:28.294Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-04-21T11:11:28.398Z Checking ssh-encoding v0.2.0
28792026-04-21T11:11:28.617Z Checking blowfish v0.9.1
28802026-04-21T11:11:28.797Z Checking bcrypt-pbkdf v0.10.0
28812026-04-21T11:11:28.990Z Checking ssh-cipher v0.2.0
28822026-04-21T11:11:29.190Z Checking async-object-pool v0.2.0
28832026-04-21T11:11:29.330Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28842026-04-21T11:11:29.467Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28852026-04-21T11:11:29.654Z Checking serde_regex v1.1.0
28862026-04-21T11:11:29.841Z Checking password-hash v0.4.2
28872026-04-21T11:11:30.041Z Checking assert-json-diff v2.0.2
28882026-04-21T11:11:30.080Z Checking path-tree v0.8.3
28892026-04-21T11:11:30.118Z Checking stringmetrics v2.2.2
28902026-04-21T11:11:30.233Z Checking gimli v0.32.3
28912026-04-21T11:11:30.288Z Compiling target-lexicon v0.13.3
28922026-04-21T11:11:30.291Z Checking httpmock v0.8.3
28932026-04-21T11:11:30.867Z Checking pbkdf2 v0.11.0
28942026-04-21T11:11:31.070Z Checking ssh-key v0.6.7
28952026-04-21T11:11:31.806Z Checking addr2line v0.25.1
28962026-04-21T11:11:32.009Z Checking p521 v0.13.3
28972026-04-21T11:11:32.107Z Checking p256 v0.13.2
28982026-04-21T11:11:32.384Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28992026-04-21T11:11:32.554Z Checking russh-cryptovec v0.7.3
29002026-04-21T11:11:32.608Z Checking rustc-demangle v0.1.27
29012026-04-21T11:11:32.641Z Checking md5 v0.7.0
29022026-04-21T11:11:32.715Z Compiling guppy-workspace-hack v0.1.0
29032026-04-21T11:11:32.842Z Checking russh-keys v0.45.0
29042026-04-21T11:11:32.874Z Checking backtrace v0.3.76
29052026-04-21T11:11:33.216Z Checking num-bigint v0.4.6
29062026-04-21T11:11:33.250Z Checking des v0.8.1
29072026-04-21T11:11:33.515Z Compiling blake3 v1.8.3
29082026-04-21T11:11:33.589Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29092026-04-21T11:11:33.704Z Compiling target-spec v3.5.7
29102026-04-21T11:11:34.037Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29112026-04-21T11:11:34.174Z Checking russh v0.45.0
29122026-04-21T11:11:34.206Z Checking cfg-expr v0.20.6
29132026-04-21T11:11:34.381Z Checking backtrace-ext v0.2.1
29142026-04-21T11:11:34.617Z Checking supports-color v2.1.0
29152026-04-21T11:11:34.654Z Checking textwrap v0.15.2
29162026-04-21T11:11:34.684Z Checking supports-unicode v2.1.0
29172026-04-21T11:11:34.779Z Checking supports-hyperlinks v2.1.0
29182026-04-21T11:11:34.826Z Checking hashbrown v0.14.5
29192026-04-21T11:11:34.884Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29202026-04-21T11:11:34.925Z Checking cargo-platform v0.3.2
29212026-04-21T11:11:35.107Z Checking terminal_size v0.1.17
29222026-04-21T11:11:35.138Z Compiling miette-derive v5.10.0
29232026-04-21T11:11:35.243Z Checking owo-colors v3.5.0
29242026-04-21T11:11:35.324Z Checking internet-checksum v0.2.1
29252026-04-21T11:11:35.472Z Checking chumsky v0.9.3
29262026-04-21T11:11:35.792Z Checking cargo_metadata v0.23.1
29272026-04-21T11:11:36.276Z Checking miette v5.10.0
29282026-04-21T11:11:36.597Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29292026-04-21T11:11:36.649Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29302026-04-21T11:11:36.771Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-04-21T11:11:36.804Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29322026-04-21T11:11:37.069Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-04-21T11:11:37.101Z Compiling knuffel-derive v3.2.0
29342026-04-21T11:11:37.417Z Checking httptest v0.16.4
29352026-04-21T11:11:37.488Z Checking pathdiff v0.2.3
29362026-04-21T11:11:37.627Z Checking nested v0.1.1
29372026-04-21T11:11:37.796Z Checking topological-sort v0.2.2
29382026-04-21T11:11:37.827Z Checking guppy v0.17.25
29392026-04-21T11:11:37.905Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-04-21T11:11:37.962Z Checking omicron-zone-package v0.12.2
29412026-04-21T11:11:38.144Z Checking similar-asserts v1.7.0
29422026-04-21T11:11:38.326Z Compiling rstest_macros v0.25.0
29432026-04-21T11:11:38.493Z Compiling git2 v0.20.4
29442026-04-21T11:11:38.592Z Checking knuffel v3.2.0
29452026-04-21T11:11:38.633Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29462026-04-21T11:11:38.795Z Compiling target-triple v1.0.0
29472026-04-21T11:11:38.866Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29482026-04-21T11:11:38.936Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29492026-04-21T11:11:39.151Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29502026-04-21T11:11:39.229Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29512026-04-21T11:11:39.378Z Checking hickory-client v0.25.2
29522026-04-21T11:11:39.690Z Checking tokio-test v0.4.5
29532026-04-21T11:11:39.854Z Compiling relative-path v1.9.3
29542026-04-21T11:11:39.923Z Compiling assert_cmd v2.1.2
29552026-04-21T11:11:40.193Z Checking escape8259 v0.5.3
29562026-04-21T11:11:40.361Z Checking libtest-mimic v0.8.1
29572026-04-21T11:11:40.772Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-04-21T11:11:40.910Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-04-21T11:11:41.313Z Checking blake2b_simd v1.0.4
29602026-04-21T11:11:41.623Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-04-21T11:11:41.761Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-04-21T11:11:41.879Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-04-21T11:11:42.036Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29642026-04-21T11:11:42.172Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29652026-04-21T11:11:42.397Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-04-21T11:11:42.581Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29672026-04-21T11:11:42.796Z Checking fancy-regex v0.14.0
29682026-04-21T11:11:42.857Z Compiling polar-core v0.27.3
29692026-04-21T11:11:43.015Z Checking serde_tokenstream v0.2.3
29702026-04-21T11:11:43.193Z Checking uzers v0.12.2
29712026-04-21T11:11:43.260Z Checking termcolor v1.4.1
29722026-04-21T11:11:43.438Z Checking constant_time_eq v0.3.1
29732026-04-21T11:11:43.503Z Compiling linkme-impl v0.3.35
29742026-04-21T11:11:43.578Z Checking rust-argon2 v2.1.0
29752026-04-21T11:11:43.846Z Checking trybuild v1.0.116
29762026-04-21T11:11:43.850Z Checking rstest v0.25.0
29772026-04-21T11:11:43.909Z Checking datatest-stable v0.3.3
29782026-04-21T11:11:44.289Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29792026-04-21T11:11:44.469Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29802026-04-21T11:11:44.584Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29812026-04-21T11:11:44.624Z Checking support-bundle-viewer v0.1.2
29822026-04-21T11:11:44.896Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-04-21T11:11:45.130Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29842026-04-21T11:11:45.230Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852026-04-21T11:11:45.358Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29862026-04-21T11:11:45.467Z Checking drift v0.1.3
29872026-04-21T11:11:45.592Z Checking rand_distr v0.5.1
29882026-04-21T11:11:45.796Z Checking multimap v0.10.1
29892026-04-21T11:11:46.001Z Checking approx v0.5.1
29902026-04-21T11:11:46.057Z Compiling linkme v0.3.35
29912026-04-21T11:11:46.170Z Checking dropshot-api-manager v0.6.0
29922026-04-21T11:11:47.282Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29932026-04-21T11:11:47.539Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29942026-04-21T11:11:47.707Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29952026-04-21T11:11:47.860Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29962026-04-21T11:11:47.894Z Checking oso v0.27.3
29972026-04-21T11:11:47.960Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29982026-04-21T11:11:48.061Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-04-21T11:11:48.094Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30002026-04-21T11:11:48.318Z Checking partial-io v0.5.4
30012026-04-21T11:11:48.351Z Checking cargo_toml v0.21.0
30022026-04-21T11:11:48.496Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30032026-04-21T11:11:48.563Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30042026-04-21T11:11:48.790Z Checking termios v0.3.3
30052026-04-21T11:11:48.844Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30062026-04-21T11:11:49.177Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30072026-04-21T11:11:49.221Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-04-21T11:11:50.936Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30092026-04-21T11:11:53.440Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30102026-04-21T11:11:57.796Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-04-21T11:11:58.095Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30122026-04-21T11:12:00.966Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30132026-04-21T11:12:04.354Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30142026-04-21T11:12:10.097Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30152026-04-21T11:12:12.765Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30162026-04-21T11:12:14.223Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30172026-04-21T11:12:14.913Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30182026-04-21T11:12:15.445Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30192026-04-21T11:12:23.809Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30202026-04-21T11:13:40.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30212026-04-21T11:13:40.642Z
30222026-04-21T11:13:40.642Zreal 4:03.839519744
30232026-04-21T11:13:40.643Zuser 20:36.264299421
30242026-04-21T11:13:40.643Zsys 4:42.078880182
30252026-04-21T11:13:40.643Ztrap 0.494705509
30262026-04-21T11:13:40.643Ztflt 0.111637379
30272026-04-21T11:13:40.643Zdflt 0.128749378
30282026-04-21T11:13:40.643Zkflt 0.001499034
30292026-04-21T11:13:40.643Zlock 56:44.169641422
30302026-04-21T11:13:40.643Zslp 56:33.466446288
30312026-04-21T11:13:40.643Zlat 1:49.645615959
30322026-04-21T11:13:40.643Zstop 10:29.960221156
30332026-04-21T11:13:40.647Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30342026-04-21T11:13:40.647Z+ ptime -m cargo doc --workspace --no-deps
30352026-04-21T11:13:41.531Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30362026-04-21T11:13:41.531Z |
30372026-04-21T11:13:41.531Z = 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)`
30382026-04-21T11:13:41.531Z = 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>
30392026-04-21T11:13:42.473Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30402026-04-21T11:13:42.701Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-04-21T11:13:42.746Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30422026-04-21T11:13:42.811Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30432026-04-21T11:13:42.929Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442026-04-21T11:13:42.976Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-04-21T11:13:43.004Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-04-21T11:13:43.008Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30472026-04-21T11:13:43.078Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30482026-04-21T11:13:43.238Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30492026-04-21T11:13:43.279Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30502026-04-21T11:13:43.303Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30512026-04-21T11:13:43.360Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-04-21T11:13:43.384Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30532026-04-21T11:13:43.388Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30542026-04-21T11:13:43.428Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-04-21T11:13:43.488Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-04-21T11:13:43.535Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30572026-04-21T11:13:43.559Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30582026-04-21T11:13:43.581Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30592026-04-21T11:13:43.946Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602026-04-21T11:13:44.011Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30612026-04-21T11:13:44.125Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30622026-04-21T11:13:44.153Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30632026-04-21T11:13:44.200Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30642026-04-21T11:13:44.272Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-04-21T11:13:44.299Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30662026-04-21T11:13:44.459Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30672026-04-21T11:13:44.484Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30682026-04-21T11:13:44.687Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30692026-04-21T11:13:44.799Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30702026-04-21T11:13:44.881Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30712026-04-21T11:13:44.979Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-04-21T11:13:45.088Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30732026-04-21T11:13:45.180Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-04-21T11:13:45.232Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-04-21T11:13:45.320Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-04-21T11:13:45.381Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-04-21T11:13:45.468Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-04-21T11:13:45.620Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792026-04-21T11:13:45.746Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802026-04-21T11:13:45.850Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30812026-04-21T11:13:45.923Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-04-21T11:13:45.960Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-04-21T11:13:46.088Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30842026-04-21T11:13:46.130Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30852026-04-21T11:13:46.248Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862026-04-21T11:13:46.326Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30872026-04-21T11:13:46.382Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-04-21T11:13:46.477Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30892026-04-21T11:13:46.505Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-04-21T11:13:46.529Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30912026-04-21T11:13:46.583Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30922026-04-21T11:13:46.780Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30932026-04-21T11:13:46.803Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942026-04-21T11:13:46.826Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30952026-04-21T11:13:46.876Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30962026-04-21T11:13:47.038Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30972026-04-21T11:13:47.062Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-04-21T11:13:47.082Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30992026-04-21T11:13:47.241Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31002026-04-21T11:13:47.311Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31012026-04-21T11:13:47.338Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-04-21T11:13:47.379Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31032026-04-21T11:13:47.446Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31042026-04-21T11:13:47.509Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31052026-04-21T11:13:47.538Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31062026-04-21T11:13:47.646Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31072026-04-21T11:13:47.735Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-04-21T11:13:47.735Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-04-21T11:13:47.738Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-04-21T11:13:47.802Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-04-21T11:13:47.806Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122026-04-21T11:13:48.177Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-04-21T11:13:48.202Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31142026-04-21T11:13:48.527Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-04-21T11:13:48.889Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31162026-04-21T11:13:48.979Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-04-21T11:13:49.117Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31182026-04-21T11:13:49.408Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31192026-04-21T11:13:49.433Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31202026-04-21T11:13:49.610Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31212026-04-21T11:13:49.897Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-04-21T11:13:50.202Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31232026-04-21T11:13:50.422Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31242026-04-21T11:13:50.478Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-04-21T11:13:50.708Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31262026-04-21T11:13:51.069Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-04-21T11:13:51.751Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31282026-04-21T11:13:52.062Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-04-21T11:13:52.335Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31302026-04-21T11:13:52.461Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31312026-04-21T11:13:52.533Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-04-21T11:13:52.816Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31332026-04-21T11:13:53.062Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31342026-04-21T11:13:53.411Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31352026-04-21T11:13:53.527Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31362026-04-21T11:13:53.660Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31372026-04-21T11:13:53.685Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31382026-04-21T11:13:53.809Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392026-04-21T11:13:53.921Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31402026-04-21T11:13:54.078Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31412026-04-21T11:13:54.102Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-04-21T11:13:54.123Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-04-21T11:13:54.145Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31442026-04-21T11:13:54.170Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-04-21T11:13:54.843Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31462026-04-21T11:13:54.929Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31472026-04-21T11:13:55.113Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-04-21T11:13:55.591Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31492026-04-21T11:13:56.421Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31502026-04-21T11:13:56.463Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31512026-04-21T11:13:56.495Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-04-21T11:13:56.827Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31532026-04-21T11:13:57.032Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31542026-04-21T11:13:57.337Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31552026-04-21T11:13:57.617Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31562026-04-21T11:13:57.712Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31572026-04-21T11:13:57.737Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31582026-04-21T11:13:58.035Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-04-21T11:13:58.355Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602026-04-21T11:13:58.442Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31612026-04-21T11:13:58.522Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-04-21T11:13:58.573Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-04-21T11:13:58.906Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31642026-04-21T11:13:58.909Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31652026-04-21T11:13:59.634Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31662026-04-21T11:13:59.638Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31672026-04-21T11:14:00.314Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-04-21T11:14:00.435Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31692026-04-21T11:14:00.757Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-04-21T11:14:01.165Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-04-21T11:14:02.021Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-04-21T11:14:02.276Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732026-04-21T11:14:02.638Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31742026-04-21T11:14:02.999Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-04-21T11:14:03.093Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31762026-04-21T11:14:03.201Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-04-21T11:14:03.690Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-04-21T11:14:03.746Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-04-21T11:14:03.928Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31802026-04-21T11:14:04.516Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-04-21T11:14:04.539Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31822026-04-21T11:14:04.752Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-04-21T11:14:04.877Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-04-21T11:14:05.212Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-04-21T11:14:05.331Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-04-21T11:14:06.372Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31872026-04-21T11:14:06.987Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-04-21T11:14:07.627Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31892026-04-21T11:14:08.795Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31902026-04-21T11:14:08.871Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31912026-04-21T11:14:10.194Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31922026-04-21T11:14:10.216Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932026-04-21T11:14:10.325Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-04-21T11:14:10.364Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-04-21T11:14:11.751Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31962026-04-21T11:14:12.306Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31972026-04-21T11:14:12.822Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31982026-04-21T11:14:13.893Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31992026-04-21T11:14:14.044Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32002026-04-21T11:14:14.395Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-04-21T11:14:14.525Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32022026-04-21T11:14:15.047Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32032026-04-21T11:14:15.247Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32042026-04-21T11:14:15.567Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32052026-04-21T11:14:15.735Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-04-21T11:14:15.848Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32072026-04-21T11:14:15.872Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-04-21T11:14:15.899Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32092026-04-21T11:14:16.043Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102026-04-21T11:14:16.546Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32112026-04-21T11:14:16.546Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-04-21T11:14:16.677Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32132026-04-21T11:14:17.254Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32142026-04-21T11:14:17.258Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32152026-04-21T11:14:17.469Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32162026-04-21T11:14:17.571Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32172026-04-21T11:14:17.955Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-04-21T11:14:18.454Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32192026-04-21T11:14:18.611Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-04-21T11:14:19.314Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-04-21T11:14:20.058Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32222026-04-21T11:14:20.997Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-04-21T11:14:21.627Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-21T11:14:22.868Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32252026-04-21T11:14:24.063Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-04-21T11:14:24.787Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-04-21T11:14:25.267Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32282026-04-21T11:14:26.876Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32292026-04-21T11:14:27.374Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32302026-04-21T11:14:29.043Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32312026-04-21T11:14:30.164Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32322026-04-21T11:14:30.596Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-04-21T11:14:32.555Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32342026-04-21T11:14:33.185Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-04-21T11:14:33.445Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32362026-04-21T11:14:34.071Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372026-04-21T11:14:34.213Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-21T11:14:35.084Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-21T11:14:35.935Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32402026-04-21T11:14:37.446Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32412026-04-21T11:14:38.093Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-04-21T11:14:41.368Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32432026-04-21T11:14:42.047Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32442026-04-21T11:14:43.256Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-04-21T11:14:44.626Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32462026-04-21T11:14:45.159Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32472026-04-21T11:14:45.927Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32482026-04-21T11:14:46.628Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32492026-04-21T11:14:47.403Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32502026-04-21T11:14:48.200Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-04-21T11:14:49.254Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32522026-04-21T11:14:49.647Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-04-21T11:14:50.067Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-21T11:14:51.016Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-04-21T11:14:51.792Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32562026-04-21T11:14:53.578Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32572026-04-21T11:14:55.464Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-04-21T11:14:56.640Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32592026-04-21T11:14:57.285Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32602026-04-21T11:14:58.214Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32612026-04-21T11:15:00.614Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32622026-04-21T11:15:01.002Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32632026-04-21T11:15:02.028Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32642026-04-21T11:15:03.004Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32652026-04-21T11:15:04.186Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-04-21T11:15:05.621Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32672026-04-21T11:15:06.729Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32682026-04-21T11:15:08.192Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32692026-04-21T11:15:09.343Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32702026-04-21T11:15:12.423Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32712026-04-21T11:15:15.474Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32722026-04-21T11:15:16.898Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-04-21T11:15:18.603Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-21T11:15:20.159Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32752026-04-21T11:15:21.476Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32762026-04-21T11:15:25.057Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32772026-04-21T11:15:26.304Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782026-04-21T11:15:26.693Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-04-21T11:15:28.194Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32802026-04-21T11:15:29.728Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32812026-04-21T11:15:31.478Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-04-21T11:15:33.450Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32832026-04-21T11:15:35.233Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-04-21T11:15:36.925Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32852026-04-21T11:15:38.980Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32862026-04-21T11:15:40.419Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32872026-04-21T11:15:42.130Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32882026-04-21T11:15:43.928Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-04-21T11:15:45.610Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32902026-04-21T11:15:47.315Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32912026-04-21T11:15:48.970Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32922026-04-21T11:15:50.585Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-04-21T11:15:52.707Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32942026-04-21T11:15:54.167Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32952026-04-21T11:15:56.340Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32962026-04-21T11:15:58.035Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32972026-04-21T11:15:59.947Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32982026-04-21T11:16:01.799Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-04-21T11:16:04.376Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33002026-04-21T11:16:06.124Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-04-21T11:16:08.149Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-04-21T11:16:10.057Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33032026-04-21T11:16:12.124Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33042026-04-21T11:16:14.114Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33052026-04-21T11:16:16.897Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33062026-04-21T11:16:18.535Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33072026-04-21T11:16:20.676Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33082026-04-21T11:16:22.866Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33092026-04-21T11:16:25.029Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33102026-04-21T11:16:27.190Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112026-04-21T11:16:29.355Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33122026-04-21T11:16:31.473Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-04-21T11:16:33.560Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33142026-04-21T11:16:36.055Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33152026-04-21T11:16:38.319Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33162026-04-21T11:16:40.030Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-04-21T11:16:42.238Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-04-21T11:16:44.415Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33192026-04-21T11:16:46.569Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33202026-04-21T11:16:48.785Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33212026-04-21T11:16:51.004Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33222026-04-21T11:16:53.177Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-04-21T11:16:55.373Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33242026-04-21T11:16:57.692Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-04-21T11:16:59.786Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33262026-04-21T11:17:02.037Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33272026-04-21T11:17:04.190Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33282026-04-21T11:17:06.476Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33292026-04-21T11:17:08.665Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33302026-04-21T11:17:10.952Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33312026-04-21T11:17:13.266Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33322026-04-21T11:17:15.396Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33332026-04-21T11:17:17.712Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33342026-04-21T11:17:20.021Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33352026-04-21T11:17:22.203Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33362026-04-21T11:17:24.406Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33372026-04-21T11:17:26.548Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-04-21T11:17:29.337Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33392026-04-21T11:17:31.462Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33402026-04-21T11:17:33.924Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33412026-04-21T11:17:36.075Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33422026-04-21T11:17:38.491Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33432026-04-21T11:17:40.903Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33442026-04-21T11:17:43.333Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33452026-04-21T11:17:45.968Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33462026-04-21T11:17:48.400Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33472026-04-21T11:17:50.857Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33482026-04-21T11:17:53.297Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33492026-04-21T11:17:55.770Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33502026-04-21T11:17:58.226Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33512026-04-21T11:18:01.084Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33522026-04-21T11:18:03.324Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33532026-04-21T11:18:10.547Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33542026-04-21T11:18:10.720Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-04-21T11:18:14.017Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33562026-04-21T11:18:17.124Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-04-21T11:18:21.705Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33582026-04-21T11:18:24.420Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-04-21T11:18:28.063Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33602026-04-21T11:18:31.585Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33612026-04-21T11:18:35.067Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-04-21T11:18:38.666Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33632026-04-21T11:18:42.237Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-04-21T11:18:45.672Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33652026-04-21T11:18:49.179Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33662026-04-21T11:18:52.720Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33672026-04-21T11:18:56.300Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33682026-04-21T11:18:59.838Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33692026-04-21T11:19:03.517Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33702026-04-21T11:19:07.000Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33712026-04-21T11:19:10.586Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33722026-04-21T11:19:14.129Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33732026-04-21T11:19:17.694Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33742026-04-21T11:19:21.319Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33752026-04-21T11:19:24.999Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33762026-04-21T11:19:28.466Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33772026-04-21T11:19:32.048Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33782026-04-21T11:19:35.644Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33792026-04-21T11:20:04.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 23s
33802026-04-21T11:20:04.443Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33812026-04-21T11:20:04.548Z
33822026-04-21T11:20:04.548Zreal 6:23.773578076
33832026-04-21T11:20:04.548Zuser 17:23.514728018
33842026-04-21T11:20:04.548Zsys 3:38.811470632
33852026-04-21T11:20:04.548Ztrap 0.256150999
33862026-04-21T11:20:04.548Ztflt 0.026518811
33872026-04-21T11:20:04.548Zdflt 0.056615264
33882026-04-21T11:20:04.548Zkflt 0.000113032
33892026-04-21T11:20:04.548Zlock 5:51:43.337949035
33902026-04-21T11:20:04.548Zslp 2:08:31.217404011
33912026-04-21T11:20:04.548Zlat 33.123053385
33922026-04-21T11:20:04.552Zstop 1:36.476971038
33932026-04-21T11:20:04.552Zprocess exited: duration 814610 ms, exit code 0
 
33942026-04-21T11:20:04.559Zfound 0 output files