01KPC09NM3E7X45VY7HZN1AYPK: clippy (helios)

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

Buildomat Job: 01KPC0A046SQGD6CWKJJVSGEAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T20:40:11.971Zjob assigned to worker 01KPC0A2R4G1FF1HHARSD2T963 [factory aws, i-0e8428651a118ac82] (queued for 54 s)
 
22026-04-16T20:40:18.527Zstarting task 0: "setup"
32026-04-16T20:40:18.531Z++ uname -s
42026-04-16T20:40:18.534Z+ kern=SunOS
52026-04-16T20:40:18.534Z+ build_user=build
62026-04-16T20:40:18.534Z+ build_uid=12345
72026-04-16T20:40:18.534Z+ work_dir=/work
82026-04-16T20:40:18.534Z+ input_dir=/input
92026-04-16T20:40:18.534Z+ [[ 0 == 12345 ]]
102026-04-16T20:40:18.534Z+ case "$kern" in
112026-04-16T20:40:18.534Z+ groupadd -g 12345 build
122026-04-16T20:40:18.537Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T20:40:20.542Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T20:40:20.661Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T20:40:20.664Z+ home_fs=zfs
162026-04-16T20:40:20.664Z+ [[ zfs == autofs ]]
172026-04-16T20:40:20.664Z+ mkdir -p /home/build
182026-04-16T20:40:20.664Z+ chown build:build /home/build /work
192026-04-16T20:40:22.666Z+ chmod 0700 /home/build /work
202026-04-16T20:40:22.670Zprocess exited: duration 4142 ms, exit code 0
 
212026-04-16T20:40:22.681Zstarting task 1: "rust-toolchain"
222026-04-16T20:40:22.691Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-16T20:40:22.691Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-16T20:40:22.691Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-16T20:40:22.691Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-16T20:40:22.691Z * rust toolchain channel = "1.94.0"
272026-04-16T20:40:22.691Z * rust toolchain profile = "default"
282026-04-16T20:40:22.692Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T20:40:22.692Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-16T20:40:22.807Zinfo: downloading installer
312026-04-16T20:40:24.103Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T20:40:24.104Zwarn: /opt/ooce/bin
332026-04-16T20:40:24.104Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T20:40:24.104Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T20:40:24.104Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T20:40:24.104Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T20:40:24.104Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T20:40:24.104Zerror: cannot install while Rust is installed
392026-04-16T20:40:24.104Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T20:40:24.104Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T20:40:24.104Zwarn: /home/build/.rustup/settings.toml
422026-04-16T20:40:24.104Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T20:40:24.104Zwarn: instead of the one inferred from the default host triple.
442026-04-16T20:40:24.116Zinfo: profile set to default
452026-04-16T20:40:24.116Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T20:40:24.121Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-16T20:40:24.243Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-16T20:40:24.245Zinfo: downloading 6 components
492026-04-16T20:40:38.340Z
502026-04-16T20:40:38.340Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-16T20:40:38.371Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-16T20:40:38.371Z
532026-04-16T20:40:38.371Z
542026-04-16T20:40:38.371ZRust is installed now. Great!
552026-04-16T20:40:38.371Z
562026-04-16T20:40:38.371ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T20:40:38.371Zenvironment variable. This has not been done automatically.
582026-04-16T20:40:38.371Z
592026-04-16T20:40:38.371ZTo configure your current shell, you need to source
602026-04-16T20:40:38.371Zthe corresponding env file under $HOME/.cargo.
612026-04-16T20:40:38.371Z
622026-04-16T20:40:38.371ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T20:40:38.371Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T20:40:38.371Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T20:40:38.372Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T20:40:38.372Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T20:40:38.372Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T20:40:38.372Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T20:40:38.375Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T20:40:38.375Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T20:40:38.470Z+ rustup --version
722026-04-16T20:40:38.479Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T20:40:38.482Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T20:40:38.501Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-16T20:40:38.504Z+ cargo --version
762026-04-16T20:40:38.516Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-16T20:40:38.519Z+ rustc --version
782026-04-16T20:40:38.539Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-16T20:40:38.542Zprocess exited: duration 15862 ms, exit code 0
 
802026-04-16T20:40:38.547Zstarting task 2: "authentication"
812026-04-16T20:40:38.563Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T20:40:38.570Zstarting task 3: "clone repository"
832026-04-16T20:40:38.574Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-16T20:40:38.579Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-16T20:40:38.607ZCloning into '/work/oxidecomputer/omicron'...
862026-04-16T20:40:49.120Z+ cd /work/oxidecomputer/omicron
872026-04-16T20:40:49.120Z+ git fetch origin 440b37b2ff92511137e8632699ce2e5edbca5696
882026-04-16T20:40:49.724ZFrom https://github.com/oxidecomputer/omicron
892026-04-16T20:40:49.724Z * branch 440b37b2ff92511137e8632699ce2e5edbca5696 -> FETCH_HEAD
902026-04-16T20:40:49.733Z+ [[ -n ben/drop-opte-lock-before-returning ]]
912026-04-16T20:40:49.736Z++ git branch --show-current
922026-04-16T20:40:49.736Z+ current=main
932026-04-16T20:40:49.736Z+ [[ main != ben/drop-opte-lock-before-returning ]]
942026-04-16T20:40:49.736Z+ git branch -f ben/drop-opte-lock-before-returning 440b37b2ff92511137e8632699ce2e5edbca5696
952026-04-16T20:40:49.739Z+ git checkout -f ben/drop-opte-lock-before-returning
962026-04-16T20:40:49.969ZSwitched to branch 'ben/drop-opte-lock-before-returning'
972026-04-16T20:40:49.971Z+ git reset --hard 440b37b2ff92511137e8632699ce2e5edbca5696
982026-04-16T20:40:49.986ZHEAD is now at 440b37b2f even smallerer lock scope
992026-04-16T20:40:49.988Zprocess exited: duration 11415 ms, exit code 0
 
1002026-04-16T20:40:49.994Zstarting task 4: "build"
1012026-04-16T20:40:49.998Z+ source ./env.sh
1022026-04-16T20:40:49.998Z++ OLD_SHELL_OPTS=ehxB
1032026-04-16T20:40:49.998Z++ set -o xtrace
1042026-04-16T20:40:50.002Z++++ dirname ./env.sh
1052026-04-16T20:40:50.004Z+++ readlink -f .
1062026-04-16T20:40:50.007Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ 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-16T20:40:50.007Z++ case $OLD_SHELL_OPTS in
1162026-04-16T20:40:50.007Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-16T20:40:50.007Z+ source .github/buildomat/ci-env.sh
1182026-04-16T20:40:50.008Z++ export CARGO_TERM_COLOR=always
1192026-04-16T20:40:50.008Z++ CARGO_TERM_COLOR=always
1202026-04-16T20:40:50.008Z+ cargo --version
1212026-04-16T20:40:50.014Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-16T20:40:50.017Z+ rustc --version
1232026-04-16T20:40:50.037Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-16T20:40:50.040Z+ banner prerequisites
1252026-04-16T20:40:50.043Z
1262026-04-16T20:40:50.043Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-16T20:40:50.043Z # # # # # # # # # # # # # # #
1282026-04-16T20:40:50.043Z # # # # ##### # # ##### # # # # # #### #
1292026-04-16T20:40:50.043Z ##### ##### # ##### # # # # # # # # #
1302026-04-16T20:40:50.043Z # # # # # # # # # # # # # # #
1312026-04-16T20:40:50.043Z # # # ###### # # ###### ### # #### # #### #
1322026-04-16T20:40:50.043Z
1332026-04-16T20:40:50.043Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-16T20:40:59.645Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-16T20:41:07.020Z Startup: Caching catalogs ... Done
1362026-04-16T20:41:12.758ZPlanning: Solver setup ... Done (4.470s)
1372026-04-16T20:41:12.791ZPlanning: Running solver ... Done (0.032s)
1382026-04-16T20:41:12.910ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-16T20:41:12.922ZPlanning: Fetching manifests: 0/5 0% complete
1402026-04-16T20:41:13.034ZPlanning: Fetching manifests: 5/5 100% complete
1412026-04-16T20:41:13.072ZPlanning: Package planning ... Done (0.037s)
1422026-04-16T20:41:13.108ZPlanning: Merging actions ... Done (0.036s)
1432026-04-16T20:41:13.285ZPlanning: Checking for conflicting actions ... Done (0.177s)
1442026-04-16T20:41:13.294ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-04-16T20:41:14.071ZPlanning: Evaluating mediators ... Done (0.776s)
1462026-04-16T20:41:14.079ZPlanning: Planning completed in 6.90 seconds
1472026-04-16T20:41:14.089Z Packages to install: 5
1482026-04-16T20:41:14.093Z Mediators to change: 3
1492026-04-16T20:41:14.093Z Services to change: 1
1502026-04-16T20:41:14.093Z Estimated space available: 155.35 GB
1512026-04-16T20:41:14.093ZEstimated space to be consumed: 1.89 GB
1522026-04-16T20:41:14.093Z Create boot environment: No
1532026-04-16T20:41:14.093ZCreate backup boot environment: No
1542026-04-16T20:41:14.093Z Rebuild boot archive: No
1552026-04-16T20:41:14.093Z
1562026-04-16T20:41:14.093ZChanged mediators:
1572026-04-16T20:41:14.093Z mediator clang:
1582026-04-16T20:41:14.093Z version: None -> 15 (system default)
1592026-04-16T20:41:14.093Z
1602026-04-16T20:41:14.093Z mediator llvm:
1612026-04-16T20:41:14.093Z version: 14 (system default) -> 15 (system default)
1622026-04-16T20:41:14.093Z
1632026-04-16T20:41:14.093Z mediator postgresql:
1642026-04-16T20:41:14.093Z version: 15 (system default) -> 18 (system default)
1652026-04-16T20:41:14.093Z
1662026-04-16T20:41:14.093ZChanged packages:
1672026-04-16T20:41:14.093Zhelios-dev
1682026-04-16T20:41:14.093Z developer/build-essential
1692026-04-16T20:41:14.093Z None -> 11-2.0
1702026-04-16T20:41:14.093Z library/libxmlsec1
1712026-04-16T20:41:14.094Z None -> 1.2.35-2.0
1722026-04-16T20:41:14.094Z ooce/developer/clang-15
1732026-04-16T20:41:14.094Z None -> 15.0.7-2.0
1742026-04-16T20:41:14.094Z ooce/developer/llvm-15
1752026-04-16T20:41:14.094Z None -> 15.0.7-2.0
1762026-04-16T20:41:14.094Z ooce/library/postgresql-18
1772026-04-16T20:41:14.094Z None -> 18.1-2.0
1782026-04-16T20:41:14.094Z
1792026-04-16T20:41:14.094ZServices:
1802026-04-16T20:41:14.094Z restart_fmri:
1812026-04-16T20:41:14.094Z svc:/system/update-man-index:default
1822026-04-16T20:41:14.132Z
1832026-04-16T20:41:14.132ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-04-16T20:41:20.259ZDownload: 1194/4272 items 83.3/219.0MB 38% complete (17.4M/s)
1852026-04-16T20:41:25.669ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (12.0M/s)
1862026-04-16T20:41:32.752ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (14.3M/s)
1872026-04-16T20:41:32.794ZDownload: Completed 218.99 MB in 18.66 seconds (11.7M/s)
1882026-04-16T20:41:33.183Z Actions: 1/4789 actions (Installing new actions)
1892026-04-16T20:41:36.510Z Actions: Completed 4789 actions in 3.33 seconds.
1902026-04-16T20:41:37.178Z Done (0.663s)
1912026-04-16T20:41:37.178Z Done (0.000s)
1922026-04-16T20:41:37.910Z Done (0.732s)
1932026-04-16T20:41:41.054Z Done (2.797s)
1942026-04-16T20:41:41.126Z Done (0.013s)
1952026-04-16T20:41:41.129Z Done (0.000s)
1962026-04-16T20:41:41.438Z Done (0.000s)
1972026-04-16T20:41:42.288ZPlanning: Evaluating mediator changes ... Done
1982026-04-16T20:41:42.396ZPlanning: Checking for conflicting actions ... Done
1992026-04-16T20:41:42.399ZPlanning: Consolidating action changes ... Done
2002026-04-16T20:41:42.558ZPlanning: Evaluating mediators ... Done
2012026-04-16T20:41:42.561ZPlanning: Planning completed in 0.27 seconds
2022026-04-16T20:41:42.579Z Mediators to change: 2
2032026-04-16T20:41:42.579Z Create boot environment: No
2042026-04-16T20:41:42.579ZCreate backup boot environment: No
2052026-04-16T20:41:42.652Z Done
2062026-04-16T20:41:42.652Z Done
2072026-04-16T20:41:43.249Z Done
2082026-04-16T20:41:45.760Z Done
2092026-04-16T20:41:45.832Z Done
2102026-04-16T20:41:45.835Z Done
2112026-04-16T20:41:45.990Z Done
2122026-04-16T20:41:46.249ZPlanning: Evaluating mediator changes ... Done
2132026-04-16T20:41:46.357ZPlanning: Checking for conflicting actions ... Done
2142026-04-16T20:41:46.360ZPlanning: Consolidating action changes ... Done
2152026-04-16T20:41:46.518ZPlanning: Evaluating mediators ... Done
2162026-04-16T20:41:46.521ZPlanning: Planning completed in 0.27 seconds
2172026-04-16T20:41:46.539Z Mediators to change: 1
2182026-04-16T20:41:46.539Z Create boot environment: No
2192026-04-16T20:41:46.539ZCreate backup boot environment: No
2202026-04-16T20:41:46.593Z Done
2212026-04-16T20:41:46.593Z Done
2222026-04-16T20:41:47.190Z Done
2232026-04-16T20:41:49.672Z Done
2242026-04-16T20:41:49.745Z Done
2252026-04-16T20:41:49.748Z Done
2262026-04-16T20:41:49.878Z Done
2272026-04-16T20:41:50.167ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-16T20:41:50.167Zclang system 15 system
2292026-04-16T20:41:50.167Zcsh system system illumos
2302026-04-16T20:41:50.167Zctags system system illumos
2312026-04-16T20:41:50.167Zfile system system illumos
2322026-04-16T20:41:50.167Zgcc vendor 12 vendor
2332026-04-16T20:41:50.167Zgcc system 14 system
2342026-04-16T20:41:50.167Zgcc system 10 system
2352026-04-16T20:41:50.167Zgo system 1.20 system
2362026-04-16T20:41:50.167Zgo system 1.19 system
2372026-04-16T20:41:50.167Zllvm system 15 system
2382026-04-16T20:41:50.167Zllvm system 14 system
2392026-04-16T20:41:50.167Zmariadb system 10.6 system
2402026-04-16T20:41:50.167Zmta vendor vendor dma
2412026-04-16T20:41:50.167Zopenjdk system 17 system
2422026-04-16T20:41:50.167Zopenjdk system 11 system
2432026-04-16T20:41:50.167Zopenjdk system 1.8 system
2442026-04-16T20:41:50.167Zopenssl vendor 3 vendor
2452026-04-16T20:41:50.167Zperl system 5.36 system
2462026-04-16T20:41:50.167Zpostgresql system 18 system
2472026-04-16T20:41:50.167Zpostgresql system 15 system
2482026-04-16T20:41:50.167Zpostgresql system 13 system
2492026-04-16T20:41:50.167Zpython vendor 3 vendor
2502026-04-16T20:41:50.167Zpython system 2 system
2512026-04-16T20:41:50.167Zpython3 system 3.11 system
2522026-04-16T20:41:50.167Zruby system 3.0 system
2532026-04-16T20:41:50.167Zwords vendor vendor american-english
2542026-04-16T20:41:50.167Zwords system system australian-english
2552026-04-16T20:41:50.167Zwords system system british-english
2562026-04-16T20:41:50.167Zwords system system canadian-english
2572026-04-16T20:41:50.168Zwords system system french
2582026-04-16T20:41:50.168Zwords system system italian
2592026-04-16T20:41:50.168Zwords system system ngerman
2602026-04-16T20:41:50.168Zwords system system ogerman
2612026-04-16T20:41:50.168Zwords system system spanish
2622026-04-16T20:41:50.395ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-16T20:41:50.395Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-16T20:41:54.888ZFMRI IFO
2652026-04-16T20:41:54.888Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-16T20:41:54.888Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-16T20:41:54.888Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-16T20:41:54.888Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-16T20:41:54.888Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-16T20:41:54.888Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-16T20:41:54.888Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-04-16T20:41:54.888Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-04-16T20:41:54.888Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-04-16T20:41:54.888Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-04-16T20:41:54.888Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-04-16T20:41:54.888Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-04-16T20:41:54.888Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-04-16T20:41:54.888Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-04-16T20:41:54.888Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-04-16T20:41:54.888Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-04-16T20:41:54.888Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-04-16T20:41:56.008Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-04-16T20:41:56.281Z Updating crates.io index
2842026-04-16T20:41:56.285Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-04-16T20:41:56.516Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-04-16T20:41:57.318Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-04-16T20:41:58.052Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-04-16T20:41:59.456Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-16T20:41:59.907Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-04-16T20:42:01.222Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-04-16T20:42:01.875Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-04-16T20:42:02.194Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-04-16T20:42:02.831Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-04-16T20:42:03.213Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-04-16T20:42:03.769Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-04-16T20:42:04.112Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-04-16T20:42:04.980Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-04-16T20:42:05.423Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-04-16T20:42:05.786Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-04-16T20:42:06.545Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-04-16T20:42:07.020Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-04-16T20:42:07.388Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-04-16T20:42:07.633Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-04-16T20:42:07.970Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-04-16T20:42:08.361Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-04-16T20:42:08.739Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-04-16T20:42:09.464Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-04-16T20:42:09.716Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-04-16T20:42:10.001Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-04-16T20:42:10.301Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-04-16T20:42:11.715Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-04-16T20:42:12.249Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-16T20:42:12.667Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-04-16T20:42:12.899Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-04-16T20:42:13.270Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-04-16T20:42:13.549Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-04-16T20:42:14.074Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-04-16T20:42:14.337Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-04-16T20:42:14.584Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-04-16T20:42:14.866Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-04-16T20:42:15.269Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-04-16T20:42:26.953Z Downloading crates ...
3232026-04-16T20:42:27.005Z Downloaded anstream v0.6.21
3242026-04-16T20:42:27.008Z Downloaded equivalent v1.0.2
3252026-04-16T20:42:27.008Z Downloaded autocfg v1.5.0
3262026-04-16T20:42:27.010Z Downloaded anstyle-parse v0.2.7
3272026-04-16T20:42:27.010Z Downloaded macaddr v1.0.1
3282026-04-16T20:42:27.013Z Downloaded ordered-float v2.10.1
3292026-04-16T20:42:27.017Z Downloaded clap v4.5.60
3302026-04-16T20:42:27.022Z Downloaded usdt-attr-macro v0.5.0
3312026-04-16T20:42:27.024Z Downloaded unicode-xid v0.2.6
3322026-04-16T20:42:27.024Z Downloaded bytecount v0.6.9
3332026-04-16T20:42:27.027Z Downloaded semver v1.0.27
3342026-04-16T20:42:27.030Z Downloaded zerofrom v0.1.6
3352026-04-16T20:42:27.033Z Downloaded serde-untagged v0.1.9
3362026-04-16T20:42:27.035Z Downloaded zmij v1.0.21
3372026-04-16T20:42:27.035Z Downloaded icu_provider v2.1.1
3382026-04-16T20:42:27.038Z Downloaded toml v0.8.23
3392026-04-16T20:42:27.038Z Downloaded crypto-common v0.1.7
3402026-04-16T20:42:27.041Z Downloaded tempfile v3.25.0
3412026-04-16T20:42:27.044Z Downloaded zerofrom-derive v0.1.6
3422026-04-16T20:42:27.044Z Downloaded version_check v0.9.5
3432026-04-16T20:42:27.044Z Downloaded typeid v1.0.3
3442026-04-16T20:42:27.044Z Downloaded cargo-platform v0.2.0
3452026-04-16T20:42:27.045Z Downloaded utf8_iter v1.0.4
3462026-04-16T20:42:27.048Z Downloaded serde_derive v1.0.228
3472026-04-16T20:42:27.048Z Downloaded num-traits v0.2.19
3482026-04-16T20:42:27.051Z Downloaded usdt-macro v0.5.0
3492026-04-16T20:42:27.051Z Downloaded plain v0.2.3
3502026-04-16T20:42:27.051Z Downloaded icu_locale_core v2.1.1
3512026-04-16T20:42:27.054Z Downloaded utf8parse v0.2.2
3522026-04-16T20:42:27.054Z Downloaded thread-id v4.2.2
3532026-04-16T20:42:27.054Z Downloaded fs-err v3.3.0
3542026-04-16T20:42:27.056Z Downloaded cpufeatures v0.2.17
3552026-04-16T20:42:27.056Z Downloaded dof v0.3.0
3562026-04-16T20:42:27.056Z Downloaded fastrand v2.3.0
3572026-04-16T20:42:27.056Z Downloaded toml_datetime v0.6.11
3582026-04-16T20:42:27.059Z Downloaded usdt v0.5.0
3592026-04-16T20:42:27.059Z Downloaded tinystr v0.8.2
3602026-04-16T20:42:27.059Z Downloaded clap_lex v1.0.0
3612026-04-16T20:42:27.059Z Downloaded percent-encoding v2.3.2
3622026-04-16T20:42:27.063Z Downloaded yoke-derive v0.8.1
3632026-04-16T20:42:27.065Z Downloaded zerovec-derive v0.11.2
3642026-04-16T20:42:27.066Z Downloaded yoke v0.8.1
3652026-04-16T20:42:27.066Z Downloaded toml_write v0.1.2
3662026-04-16T20:42:27.068Z Downloaded usdt-impl v0.5.0
3672026-04-16T20:42:27.068Z Downloaded unicode-linebreak v0.1.5
3682026-04-16T20:42:27.071Z Downloaded potential_utf v0.1.4
3692026-04-16T20:42:27.071Z Downloaded writeable v0.6.2
3702026-04-16T20:42:27.071Z Downloaded thiserror v2.0.18
3712026-04-16T20:42:27.074Z Downloaded zerocopy-derive v0.7.35
3722026-04-16T20:42:27.077Z Downloaded thiserror-impl v2.0.18
3732026-04-16T20:42:27.077Z Downloaded errno v0.3.14
3742026-04-16T20:42:27.080Z Downloaded idna_adapter v1.2.1
3752026-04-16T20:42:27.080Z Downloaded heck v0.4.1
3762026-04-16T20:42:27.080Z Downloaded fnv v1.0.7
3772026-04-16T20:42:27.080Z Downloaded dtrace-parser v0.2.0
3782026-04-16T20:42:27.080Z Downloaded colorchoice v1.0.4
3792026-04-16T20:42:27.080Z Downloaded stable_deref_trait v1.2.1
3802026-04-16T20:42:27.084Z Downloaded heck v0.5.0
3812026-04-16T20:42:27.084Z Downloaded generic-array v0.14.7
3822026-04-16T20:42:27.084Z Downloaded thiserror-impl v1.0.69
3832026-04-16T20:42:27.084Z Downloaded thiserror v1.0.69
3842026-04-16T20:42:27.087Z Downloaded cfg-if v1.0.4
3852026-04-16T20:42:27.089Z Downloaded block-buffer v0.10.4
3862026-04-16T20:42:27.089Z Downloaded byteorder v1.5.0
3872026-04-16T20:42:27.092Z Downloaded unicode-ident v1.0.24
3882026-04-16T20:42:27.092Z Downloaded textwrap v0.16.2
3892026-04-16T20:42:27.095Z Downloaded ucd-trie v0.1.7
3902026-04-16T20:42:27.099Z Downloaded pretty-hex v0.4.1
3912026-04-16T20:42:27.101Z Downloaded typenum v1.19.0
3922026-04-16T20:42:27.104Z Downloaded strsim v0.11.1
3932026-04-16T20:42:27.104Z Downloaded zerotrie v0.2.3
3942026-04-16T20:42:27.107Z Downloaded terminal_size v0.4.3
3952026-04-16T20:42:27.107Z Downloaded proc-macro-error-attr v1.0.4
3962026-04-16T20:42:27.110Z Downloaded url v2.5.8
3972026-04-16T20:42:27.110Z Downloaded toml_edit v0.22.27
3982026-04-16T20:42:27.113Z Downloaded zerovec v0.11.5
3992026-04-16T20:42:27.116Z Downloaded smawk v0.3.2
4002026-04-16T20:42:27.116Z Downloaded serde_spanned v0.6.9
4012026-04-16T20:42:27.116Z Downloaded is_terminal_polyfill v1.70.2
4022026-04-16T20:42:27.119Z Downloaded digest v0.10.7
4032026-04-16T20:42:27.119Z Downloaded cargo-util-schemas v0.8.2
4042026-04-16T20:42:27.119Z Downloaded serde-value v0.7.0
4052026-04-16T20:42:27.119Z Downloaded form_urlencoded v1.2.2
4062026-04-16T20:42:27.121Z Downloaded tabled_derive v0.7.0
4072026-04-16T20:42:27.121Z Downloaded anstyle-query v1.1.5
4082026-04-16T20:42:27.121Z Downloaded displaydoc v0.2.5
4092026-04-16T20:42:27.124Z Downloaded cargo_metadata v0.21.0
4102026-04-16T20:42:27.124Z Downloaded camino-tempfile v1.4.1
4112026-04-16T20:42:27.124Z Downloaded zerocopy v0.7.35
4122026-04-16T20:42:27.132Z Downloaded swrite v0.1.0
4132026-04-16T20:42:27.134Z Downloaded winnow v0.7.14
4142026-04-16T20:42:27.137Z Downloaded unicode-width v0.1.14
4152026-04-16T20:42:27.140Z Downloaded quote v1.0.44
4162026-04-16T20:42:27.143Z Downloaded memmap v0.7.0
4172026-04-16T20:42:27.143Z Downloaded scroll v0.12.0
4182026-04-16T20:42:27.146Z Downloaded unicode-width v0.2.0
4192026-04-16T20:42:27.146Z Downloaded camino v1.2.2
4202026-04-16T20:42:27.150Z Downloaded once_cell v1.21.3
4212026-04-16T20:42:27.150Z Downloaded log v0.4.29
4222026-04-16T20:42:27.150Z Downloaded itoa v1.0.17
4232026-04-16T20:42:27.153Z Downloaded synstructure v0.13.2
4242026-04-16T20:42:27.156Z Downloaded scroll_derive v0.12.1
4252026-04-16T20:42:27.156Z Downloaded erased-serde v0.4.9
4262026-04-16T20:42:27.159Z Downloaded anstyle v1.0.13
4272026-04-16T20:42:27.162Z Downloaded serde_tokenstream v0.2.3
4282026-04-16T20:42:27.170Z Downloaded clap_derive v4.5.55
4292026-04-16T20:42:27.173Z Downloaded smallvec v1.15.1
4302026-04-16T20:42:27.175Z Downloaded proc-macro-error v1.0.4
4312026-04-16T20:42:27.178Z Downloaded anyhow v1.0.102
4322026-04-16T20:42:27.185Z Downloaded cargo_toml v0.21.0
4332026-04-16T20:42:27.187Z Downloaded bitflags v2.11.0
4342026-04-16T20:42:27.190Z Downloaded sha2 v0.10.9
4352026-04-16T20:42:27.193Z Downloaded pest_generator v2.8.6
4362026-04-16T20:42:27.193Z Downloaded icu_normalizer v2.1.1
4372026-04-16T20:42:27.201Z Downloaded papergrid v0.11.0
4382026-04-16T20:42:27.204Z Downloaded litemap v0.8.1
4392026-04-16T20:42:27.207Z Downloaded icu_properties v2.1.2
4402026-04-16T20:42:27.209Z Downloaded proc-macro2 v1.0.106
4412026-04-16T20:42:27.209Z Downloaded pest_derive v2.8.6
4422026-04-16T20:42:27.213Z Downloaded pest_meta v2.8.6
4432026-04-16T20:42:27.215Z Downloaded icu_normalizer_data v2.1.1
4442026-04-16T20:42:27.218Z Downloaded serde_core v1.0.228
4452026-04-16T20:42:27.221Z Downloaded getrandom v0.4.1
4462026-04-16T20:42:27.231Z Downloaded indexmap v2.13.0
4472026-04-16T20:42:27.235Z Downloaded icu_collections v2.1.1
4482026-04-16T20:42:27.243Z Downloaded serde v1.0.228
4492026-04-16T20:42:27.248Z Downloaded memchr v2.8.0
4502026-04-16T20:42:27.261Z Downloaded idna v1.1.0
4512026-04-16T20:42:27.269Z Downloaded goblin v0.8.2
4522026-04-16T20:42:27.276Z Downloaded pest v2.8.6
4532026-04-16T20:42:27.279Z Downloaded hashbrown v0.16.1
4542026-04-16T20:42:27.287Z Downloaded icu_properties_data v2.1.2
4552026-04-16T20:42:27.292Z Downloaded serde_json v1.0.149
4562026-04-16T20:42:27.296Z Downloaded clap_builder v4.5.60
4572026-04-16T20:42:27.311Z Downloaded tabled v0.15.0
4582026-04-16T20:42:27.319Z Downloaded syn v1.0.109
4592026-04-16T20:42:27.329Z Downloaded syn v2.0.117
4602026-04-16T20:42:27.344Z Downloaded rustix v1.1.3
4612026-04-16T20:42:27.371Z Downloaded libc v0.2.185
4622026-04-16T20:42:27.438Z Compiling proc-macro2 v1.0.106
4632026-04-16T20:42:27.438Z Compiling unicode-ident v1.0.24
4642026-04-16T20:42:27.441Z Compiling quote v1.0.44
4652026-04-16T20:42:27.441Z Compiling serde_core v1.0.228
4662026-04-16T20:42:27.441Z Compiling libc v0.2.185
4672026-04-16T20:42:27.441Z Compiling version_check v0.9.5
4682026-04-16T20:42:27.441Z Compiling serde v1.0.228
4692026-04-16T20:42:27.442Z Compiling memchr v2.8.0
4702026-04-16T20:42:27.775Z Compiling stable_deref_trait v1.2.1
4712026-04-16T20:42:27.856Z Compiling zmij v1.0.21
4722026-04-16T20:42:27.980Z Compiling itoa v1.0.17
4732026-04-16T20:42:28.097Z Compiling autocfg v1.5.0
4742026-04-16T20:42:28.115Z Compiling thiserror v1.0.69
4752026-04-16T20:42:28.164Z Compiling ucd-trie v0.1.7
4762026-04-16T20:42:28.441Z Compiling pest v2.8.6
4772026-04-16T20:42:28.458Z Compiling writeable v0.6.2
4782026-04-16T20:42:28.476Z Compiling litemap v0.8.1
4792026-04-16T20:42:28.525Z Compiling icu_normalizer_data v2.1.1
4802026-04-16T20:42:28.625Z Compiling rustix v1.1.3
4812026-04-16T20:42:28.655Z Compiling byteorder v1.5.0
4822026-04-16T20:42:28.886Z Compiling syn v2.0.117
4832026-04-16T20:42:28.971Z Compiling icu_properties_data v2.1.2
4842026-04-16T20:42:29.039Z Compiling errno v0.3.14
4852026-04-16T20:42:29.056Z Compiling bitflags v2.11.0
4862026-04-16T20:42:29.193Z Compiling serde_json v1.0.149
4872026-04-16T20:42:29.347Z Compiling num-traits v0.2.19
4882026-04-16T20:42:29.404Z Compiling equivalent v1.0.2
4892026-04-16T20:42:29.425Z Compiling typeid v1.0.3
4902026-04-16T20:42:29.498Z Compiling pest_meta v2.8.6
4912026-04-16T20:42:29.659Z Compiling hashbrown v0.16.1
4922026-04-16T20:42:29.687Z Compiling smallvec v1.15.1
4932026-04-16T20:42:29.930Z Compiling thread-id v4.2.2
4942026-04-16T20:42:29.948Z Compiling usdt-impl v0.5.0
4952026-04-16T20:42:30.007Z Compiling proc-macro-error-attr v1.0.4
4962026-04-16T20:42:30.024Z Compiling winnow v0.7.14
4972026-04-16T20:42:30.159Z Compiling erased-serde v0.4.9
4982026-04-16T20:42:30.196Z Compiling toml_write v0.1.2
4992026-04-16T20:42:30.284Z Compiling indexmap v2.13.0
5002026-04-16T20:42:30.432Z Compiling syn v1.0.109
5012026-04-16T20:42:30.798Z Compiling proc-macro-error v1.0.4
5022026-04-16T20:42:30.918Z Compiling getrandom v0.4.1
5032026-04-16T20:42:30.994Z Compiling thiserror v2.0.18
5042026-04-16T20:42:31.183Z Compiling log v0.4.29
5052026-04-16T20:42:31.205Z Compiling camino v1.2.2
5062026-04-16T20:42:31.281Z Compiling utf8_iter v1.0.4
5072026-04-16T20:42:31.351Z Compiling percent-encoding v2.3.2
5082026-04-16T20:42:31.380Z Compiling utf8parse v0.2.2
5092026-04-16T20:42:31.442Z Compiling plain v0.2.3
5102026-04-16T20:42:31.474Z Compiling anstyle-parse v0.2.7
5112026-04-16T20:42:31.505Z Compiling form_urlencoded v1.2.2
5122026-04-16T20:42:31.551Z Compiling synstructure v0.13.2
5132026-04-16T20:42:31.570Z Compiling pest_generator v2.8.6
5142026-04-16T20:42:31.630Z Compiling ordered-float v2.10.1
5152026-04-16T20:42:31.862Z Compiling terminal_size v0.4.3
5162026-04-16T20:42:32.010Z Compiling colorchoice v1.0.4
5172026-04-16T20:42:32.114Z Compiling cfg-if v1.0.4
5182026-04-16T20:42:32.135Z Compiling anstyle-query v1.1.5
5192026-04-16T20:42:32.159Z Compiling is_terminal_polyfill v1.70.2
5202026-04-16T20:42:32.204Z Compiling pretty-hex v0.4.1
5212026-04-16T20:42:32.222Z Compiling anstyle v1.0.13
5222026-04-16T20:42:32.278Z Compiling serde-untagged v0.1.9
5232026-04-16T20:42:32.340Z Compiling semver v1.0.27
5242026-04-16T20:42:32.401Z Compiling anstream v0.6.21
5252026-04-16T20:42:32.454Z Compiling fs-err v3.3.0
5262026-04-16T20:42:32.527Z Compiling fastrand v2.3.0
5272026-04-16T20:42:32.643Z Compiling clap_lex v1.0.0
5282026-04-16T20:42:32.665Z Compiling heck v0.5.0
5292026-04-16T20:42:32.695Z Compiling anyhow v1.0.102
5302026-04-16T20:42:32.715Z Compiling fnv v1.0.7
5312026-04-16T20:42:32.826Z Compiling once_cell v1.21.3
5322026-04-16T20:42:32.876Z Compiling bytecount v0.6.9
5332026-04-16T20:42:32.904Z Compiling heck v0.4.1
5342026-04-16T20:42:33.003Z Compiling unicode-xid v0.2.6
5352026-04-16T20:42:33.021Z Compiling unicode-width v0.1.14
5362026-04-16T20:42:33.040Z Compiling strsim v0.11.1
5372026-04-16T20:42:33.130Z Compiling tempfile v3.25.0
5382026-04-16T20:42:33.251Z Compiling papergrid v0.11.0
5392026-04-16T20:42:33.271Z Compiling serde_derive v1.0.228
5402026-04-16T20:42:33.295Z Compiling zerofrom-derive v0.1.6
5412026-04-16T20:42:33.319Z Compiling yoke-derive v0.8.1
5422026-04-16T20:42:33.386Z Compiling zerovec-derive v0.11.2
5432026-04-16T20:42:33.500Z Compiling displaydoc v0.2.5
5442026-04-16T20:42:33.720Z Compiling thiserror-impl v1.0.69
5452026-04-16T20:42:34.231Z Compiling zerocopy-derive v0.7.35
5462026-04-16T20:42:34.449Z Compiling pest_derive v2.8.6
5472026-04-16T20:42:34.484Z Compiling scroll_derive v0.12.1
5482026-04-16T20:42:34.651Z Compiling thiserror-impl v2.0.18
5492026-04-16T20:42:34.670Z Compiling zerofrom v0.1.6
5502026-04-16T20:42:34.831Z Compiling yoke v0.8.1
5512026-04-16T20:42:34.886Z Compiling tabled_derive v0.7.0
5522026-04-16T20:42:35.027Z Compiling zerovec v0.11.5
5532026-04-16T20:42:35.118Z Compiling zerotrie v0.2.3
5542026-04-16T20:42:35.159Z Compiling zerocopy v0.7.35
5552026-04-16T20:42:35.193Z Compiling dtrace-parser v0.2.0
5562026-04-16T20:42:35.447Z Compiling scroll v0.12.0
5572026-04-16T20:42:35.567Z Compiling tinystr v0.8.2
5582026-04-16T20:42:35.726Z Compiling potential_utf v0.1.4
5592026-04-16T20:42:35.751Z Compiling icu_locale_core v2.1.1
5602026-04-16T20:42:35.781Z Compiling goblin v0.8.2
5612026-04-16T20:42:35.822Z Compiling clap_derive v4.5.55
5622026-04-16T20:42:35.898Z Compiling icu_collections v2.1.1
5632026-04-16T20:42:35.986Z Compiling clap_builder v4.5.60
5642026-04-16T20:42:36.161Z Compiling memmap v0.7.0
5652026-04-16T20:42:36.394Z Compiling icu_provider v2.1.1
5662026-04-16T20:42:36.413Z Compiling unicode-width v0.2.0
5672026-04-16T20:42:36.654Z Compiling icu_normalizer v2.1.1
5682026-04-16T20:42:36.687Z Compiling toml_datetime v0.6.11
5692026-04-16T20:42:36.706Z Compiling serde_spanned v0.6.9
5702026-04-16T20:42:36.750Z Compiling icu_properties v2.1.2
5712026-04-16T20:42:36.859Z Compiling toml_edit v0.22.27
5722026-04-16T20:42:36.878Z Compiling dof v0.3.0
5732026-04-16T20:42:36.951Z Compiling serde_tokenstream v0.2.3
5742026-04-16T20:42:37.267Z Compiling serde-value v0.7.0
5752026-04-16T20:42:37.286Z Compiling cargo-platform v0.2.0
5762026-04-16T20:42:37.563Z Compiling unicode-linebreak v0.1.5
5772026-04-16T20:42:37.582Z Compiling idna_adapter v1.2.1
5782026-04-16T20:42:37.631Z Compiling smawk v0.3.2
5792026-04-16T20:42:37.729Z Compiling idna v1.1.0
5802026-04-16T20:42:37.774Z Compiling textwrap v0.16.2
5812026-04-16T20:42:37.809Z Compiling clap v4.5.60
5822026-04-16T20:42:37.812Z Compiling usdt-attr-macro v0.5.0
5832026-04-16T20:42:37.846Z Compiling usdt-macro v0.5.0
5842026-04-16T20:42:37.901Z Compiling macaddr v1.0.1
5852026-04-16T20:42:38.134Z Compiling url v2.5.8
5862026-04-16T20:42:38.227Z Compiling toml v0.8.23
5872026-04-16T20:42:38.464Z Compiling tabled v0.15.0
5882026-04-16T20:42:38.491Z Compiling camino-tempfile v1.4.1
5892026-04-16T20:42:38.728Z Compiling cargo-util-schemas v0.8.2
5902026-04-16T20:42:38.891Z Compiling cargo_toml v0.21.0
5912026-04-16T20:42:39.195Z Compiling usdt v0.5.0
5922026-04-16T20:42:39.330Z Compiling swrite v0.1.0
5932026-04-16T20:42:39.381Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-04-16T20:42:39.648Z Compiling cargo_metadata v0.21.0
5952026-04-16T20:42:40.667Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-04-16T20:42:42.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.90s
5972026-04-16T20:42:42.976Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-04-16T20:42:43.534Z Downloading crates ...
5992026-04-16T20:42:43.624Z Downloaded arrayref v0.3.9
6002026-04-16T20:42:43.628Z Downloaded async-recursion v1.1.1
6012026-04-16T20:42:43.631Z Downloaded crc-catalog v2.4.0
6022026-04-16T20:42:43.631Z Downloaded convert_case v0.4.0
6032026-04-16T20:42:43.639Z Downloaded crc8 v0.1.1
6042026-04-16T20:42:43.651Z Downloaded darling v0.23.0
6052026-04-16T20:42:43.657Z Downloaded darling_core v0.20.11
6062026-04-16T20:42:43.661Z Downloaded bcs v0.1.6
6072026-04-16T20:42:43.665Z Downloaded bit-set v0.5.3
6082026-04-16T20:42:43.665Z Downloaded darling v0.21.3
6092026-04-16T20:42:43.668Z Downloaded env_filter v1.0.0
6102026-04-16T20:42:43.668Z Downloaded base64ct v1.8.3
6112026-04-16T20:42:43.671Z Downloaded embedded-io v0.6.1
6122026-04-16T20:42:43.671Z Downloaded crc32fast v1.5.0
6132026-04-16T20:42:43.674Z Downloaded corncobs v0.1.4
6142026-04-16T20:42:43.676Z Downloaded async-stream-impl v0.3.6
6152026-04-16T20:42:43.679Z Downloaded drift v0.1.3
6162026-04-16T20:42:43.682Z Downloaded fd-lock v4.0.4
6172026-04-16T20:42:43.685Z Downloaded bitfield-macros v0.19.4
6182026-04-16T20:42:43.685Z Downloaded base16ct v0.2.0
6192026-04-16T20:42:43.688Z Downloaded either v1.15.0
6202026-04-16T20:42:43.688Z Downloaded crossterm v0.29.0
6212026-04-16T20:42:43.690Z Downloaded elliptic-curve v0.13.8
6222026-04-16T20:42:43.693Z Downloaded backoff v0.4.0
6232026-04-16T20:42:43.696Z Downloaded crossbeam-deque v0.8.6
6242026-04-16T20:42:43.696Z Downloaded bb8 v0.8.6
6252026-04-16T20:42:43.698Z Downloaded foreign-types v0.3.2
6262026-04-16T20:42:43.698Z Downloaded array-init v0.0.4
6272026-04-16T20:42:43.698Z Downloaded block-padding v0.3.3
6282026-04-16T20:42:43.702Z Downloaded ed25519 v2.2.3
6292026-04-16T20:42:43.702Z Downloaded downcast-rs v2.0.2
6302026-04-16T20:42:43.702Z Downloaded bit-vec v0.8.0
6312026-04-16T20:42:43.704Z Downloaded ciborium-io v0.2.2
6322026-04-16T20:42:43.704Z Downloaded bitfield-struct v0.6.2
6332026-04-16T20:42:43.704Z Downloaded cfg_aliases v0.1.1
6342026-04-16T20:42:43.704Z Downloaded atty v0.2.14
6352026-04-16T20:42:43.707Z Downloaded embedded-io v0.4.0
6362026-04-16T20:42:43.707Z Downloaded endian-type v0.1.2
6372026-04-16T20:42:43.707Z Downloaded dof v0.4.0
6382026-04-16T20:42:43.710Z Downloaded ascii-canvas v3.0.0
6392026-04-16T20:42:43.710Z Downloaded dirs-next v2.0.0
6402026-04-16T20:42:43.713Z Downloaded constant_time_eq v0.4.2
6412026-04-16T20:42:43.713Z Downloaded cbc v0.1.2
6422026-04-16T20:42:43.716Z Downloaded buf-list v1.1.2
6432026-04-16T20:42:43.718Z Downloaded float-cmp v0.10.0
6442026-04-16T20:42:43.718Z Downloaded defmt v0.3.100
6452026-04-16T20:42:43.721Z Downloaded erased-serde v0.3.31
6462026-04-16T20:42:43.721Z Downloaded dyn-clone v1.0.20
6472026-04-16T20:42:43.724Z Downloaded ciborium-ll v0.2.2
6482026-04-16T20:42:43.724Z Downloaded assert_matches v1.5.0
6492026-04-16T20:42:43.724Z Downloaded aead v0.5.2
6502026-04-16T20:42:43.726Z Downloaded foreign-types v0.5.0
6512026-04-16T20:42:43.726Z Downloaded dtrace-parser v0.3.0
6522026-04-16T20:42:43.729Z Downloaded dropshot-api-manager-types v0.6.0
6532026-04-16T20:42:43.729Z Downloaded cexpr v0.6.0
6542026-04-16T20:42:43.732Z Downloaded enum-as-inner v0.6.1
6552026-04-16T20:42:43.736Z Downloaded darling_macro v0.21.3
6562026-04-16T20:42:43.736Z Downloaded dunce v1.0.5
6572026-04-16T20:42:43.736Z Downloaded compression-core v0.4.31
6582026-04-16T20:42:43.736Z Downloaded chacha20 v0.10.0
6592026-04-16T20:42:43.739Z Downloaded float-ord v0.3.2
6602026-04-16T20:42:43.739Z Downloaded fixedbitset v0.4.2
6612026-04-16T20:42:43.739Z Downloaded curve25519-dalek-derive v0.1.1
6622026-04-16T20:42:43.742Z Downloaded darling_macro v0.20.11
6632026-04-16T20:42:43.742Z Downloaded cstr-argument v0.1.2
6642026-04-16T20:42:43.742Z Downloaded crunchy v0.2.4
6652026-04-16T20:42:43.744Z Downloaded dsl_auto_type v0.2.0
6662026-04-16T20:42:43.744Z Downloaded diesel_table_macro_syntax v0.3.0
6672026-04-16T20:42:43.744Z Downloaded crc v3.4.0
6682026-04-16T20:42:43.747Z Downloaded cpufeatures v0.3.0
6692026-04-16T20:42:43.749Z Downloaded cargo-platform v0.1.9
6702026-04-16T20:42:43.749Z Downloaded foreign-types-shared v0.3.1
6712026-04-16T20:42:43.752Z Downloaded derive_builder_macro v0.20.2
6722026-04-16T20:42:43.752Z Downloaded crucible-workspace-hack v0.1.0
6732026-04-16T20:42:43.752Z Downloaded atomic-waker v1.1.2
6742026-04-16T20:42:43.752Z Downloaded difflib v0.4.0
6752026-04-16T20:42:43.756Z Downloaded funty v2.0.0
6762026-04-16T20:42:43.758Z Downloaded cassowary v0.3.0
6772026-04-16T20:42:43.761Z Downloaded display-error-chain v0.2.2
6782026-04-16T20:42:43.761Z Downloaded async-stream v0.3.6
6792026-04-16T20:42:43.763Z Downloaded darling_macro v0.23.0
6802026-04-16T20:42:43.763Z Downloaded cipher v0.4.4
6812026-04-16T20:42:43.763Z Downloaded byte-wrapper v0.1.0
6822026-04-16T20:42:43.766Z Downloaded dirs-sys-next v0.1.2
6832026-04-16T20:42:43.769Z Downloaded debug-ignore v1.0.5
6842026-04-16T20:42:43.769Z Downloaded futures-sink v0.3.32
6852026-04-16T20:42:43.773Z Downloaded futures-macro v0.3.32
6862026-04-16T20:42:43.773Z Downloaded futures-task v0.3.32
6872026-04-16T20:42:43.773Z Downloaded adler2 v2.0.1
6882026-04-16T20:42:43.776Z Downloaded csv-core v0.1.13
6892026-04-16T20:42:43.776Z Downloaded ghash v0.5.1
6902026-04-16T20:42:43.776Z Downloaded daft v0.1.5
6912026-04-16T20:42:43.778Z Downloaded bit-set v0.8.0
6922026-04-16T20:42:43.778Z Downloaded ecdsa v0.16.9
6932026-04-16T20:42:43.781Z Downloaded env_logger v0.11.9
6942026-04-16T20:42:43.781Z Downloaded castaway v0.2.4
6952026-04-16T20:42:43.784Z Downloaded cmake v0.1.57
6962026-04-16T20:42:43.784Z Downloaded argon2 v0.5.3
6972026-04-16T20:42:43.787Z Downloaded fallible-iterator v0.2.0
6982026-04-16T20:42:43.787Z Downloaded chacha20 v0.9.1
6992026-04-16T20:42:43.787Z Downloaded der_derive v0.7.3
7002026-04-16T20:42:43.791Z Downloaded ena v0.14.4
7012026-04-16T20:42:43.791Z Downloaded bitfield v0.19.4
7022026-04-16T20:42:43.791Z Downloaded darling v0.20.11
7032026-04-16T20:42:43.793Z Downloaded crossbeam-channel v0.5.15
7042026-04-16T20:42:43.796Z Downloaded futures-io v0.3.32
7052026-04-16T20:42:43.796Z Downloaded fxhash v0.2.1
7062026-04-16T20:42:43.796Z Downloaded futures-core v0.3.32
7072026-04-16T20:42:43.799Z Downloaded globwalk v0.9.1
7082026-04-16T20:42:43.801Z Downloaded hash32 v0.3.1
7092026-04-16T20:42:43.804Z Downloaded gethostname v0.5.0
7102026-04-16T20:42:43.804Z Downloaded document-features v0.2.12
7112026-04-16T20:42:43.804Z Downloaded data-encoding v2.10.0
7122026-04-16T20:42:43.808Z Downloaded daft-derive v0.1.5
7132026-04-16T20:42:43.808Z Downloaded bzip2 v0.4.4
7142026-04-16T20:42:43.811Z Downloaded deranged v0.5.8
7152026-04-16T20:42:43.811Z Downloaded critical-section v1.2.0
7162026-04-16T20:42:43.811Z Downloaded const_format_proc_macros v0.2.34
7172026-04-16T20:42:43.814Z Downloaded defmt v1.0.1
7182026-04-16T20:42:43.816Z Downloaded flagset v0.4.7
7192026-04-16T20:42:43.816Z Downloaded foldhash v0.1.5
7202026-04-16T20:42:43.819Z Downloaded fs-err v2.11.0
7212026-04-16T20:42:43.819Z Downloaded headers-core v0.3.0
7222026-04-16T20:42:43.819Z Downloaded hash32 v0.2.1
7232026-04-16T20:42:43.822Z Downloaded crc-any v2.5.0
7242026-04-16T20:42:43.822Z Downloaded allocator-api2 v0.2.21
7252026-04-16T20:42:43.824Z Downloaded find-msvc-tools v0.1.9
7262026-04-16T20:42:43.824Z Downloaded home v0.5.12
7272026-04-16T20:42:43.824Z Downloaded ctr v0.9.2
7282026-04-16T20:42:43.827Z Downloaded foreign-types-macros v0.2.3
7292026-04-16T20:42:43.827Z Downloaded bcrypt-pbkdf v0.10.0
7302026-04-16T20:42:43.831Z Downloaded cobs v0.3.0
7312026-04-16T20:42:43.831Z Downloaded cfg_aliases v0.2.1
7322026-04-16T20:42:43.831Z Downloaded filetime v0.2.27
7332026-04-16T20:42:43.831Z Downloaded crossbeam-utils v0.8.21
7342026-04-16T20:42:43.833Z Downloaded hex-literal v0.4.1
7352026-04-16T20:42:43.833Z Downloaded ff v0.13.1
7362026-04-16T20:42:43.833Z Downloaded git-stub v1.0.0
7372026-04-16T20:42:43.836Z Downloaded foreign-types-shared v0.1.1
7382026-04-16T20:42:43.836Z Downloaded http-range v0.1.5
7392026-04-16T20:42:43.836Z Downloaded diesel-dtrace v0.5.0
7402026-04-16T20:42:43.839Z Downloaded derive-ex v0.1.8
7412026-04-16T20:42:43.839Z Downloaded defmt-parser v1.0.0
7422026-04-16T20:42:43.842Z Downloaded git-stub-vcs v0.1.0
7432026-04-16T20:42:43.842Z Downloaded http-body v1.0.1
7442026-04-16T20:42:43.842Z Downloaded hostname v0.3.1
7452026-04-16T20:42:43.845Z Downloaded httpdate v1.0.3
7462026-04-16T20:42:43.845Z Downloaded hex v0.4.3
7472026-04-16T20:42:43.849Z Downloaded hyper-tls v0.6.0
7482026-04-16T20:42:43.851Z Downloaded hubpack_derive v0.1.1
7492026-04-16T20:42:43.851Z Downloaded defmt-macros v1.0.1
7502026-04-16T20:42:43.854Z Downloaded hubpack v0.1.2
7512026-04-16T20:42:43.854Z Downloaded ciborium v0.2.2
7522026-04-16T20:42:43.857Z Downloaded glob v0.3.3
7532026-04-16T20:42:43.857Z Downloaded futures-executor v0.3.32
7542026-04-16T20:42:43.859Z Downloaded cookie v0.18.1
7552026-04-16T20:42:43.863Z Downloaded instant v0.1.13
7562026-04-16T20:42:43.863Z Downloaded is-terminal v0.4.17
7572026-04-16T20:42:43.866Z Downloaded camino-tempfile-ext v0.3.3
7582026-04-16T20:42:43.866Z Downloaded blowfish v0.9.1
7592026-04-16T20:42:43.866Z Downloaded bitflags v1.3.2
7602026-04-16T20:42:43.868Z Downloaded indent_write v2.2.0
7612026-04-16T20:42:43.868Z Downloaded foldhash v0.2.0
7622026-04-16T20:42:43.868Z Downloaded diff v0.1.13
7632026-04-16T20:42:43.871Z Downloaded indoc v1.0.9
7642026-04-16T20:42:43.874Z Downloaded inout v0.1.4
7652026-04-16T20:42:43.874Z Downloaded backon v1.6.0
7662026-04-16T20:42:43.876Z Downloaded crossbeam-epoch v0.9.18
7672026-04-16T20:42:43.877Z Downloaded derive_builder_core v0.20.2
7682026-04-16T20:42:43.879Z Downloaded ahash v0.8.12
7692026-04-16T20:42:43.879Z Downloaded derive_builder v0.20.2
7702026-04-16T20:42:43.882Z Downloaded internet-checksum v0.2.1
7712026-04-16T20:42:43.882Z Downloaded is_ci v1.2.0
7722026-04-16T20:42:43.885Z Downloaded ident_case v1.0.1
7732026-04-16T20:42:43.885Z Downloaded instability v0.3.11
7742026-04-16T20:42:43.885Z Downloaded clang-sys v1.8.1
7752026-04-16T20:42:43.887Z Downloaded lazy_static v1.5.0
7762026-04-16T20:42:43.887Z Downloaded kstat-rs v0.2.4
7772026-04-16T20:42:43.890Z Downloaded const_format v0.2.35
7782026-04-16T20:42:43.893Z Downloaded arrayvec v0.7.6
7792026-04-16T20:42:43.893Z Downloaded colored v3.1.1
7802026-04-16T20:42:43.896Z Downloaded dropshot_endpoint v0.17.0
7812026-04-16T20:42:43.896Z Downloaded highway v1.3.0
7822026-04-16T20:42:43.898Z Downloaded dropshot_endpoint v0.16.7
7832026-04-16T20:42:43.901Z Downloaded fs_extra v1.3.0
7842026-04-16T20:42:43.901Z Downloaded convert_case v0.10.0
7852026-04-16T20:42:43.904Z Downloaded keccak v0.1.6
7862026-04-16T20:42:43.904Z Downloaded lalrpop-util v0.19.12
7872026-04-16T20:42:43.904Z Downloaded arc-swap v1.8.2
7882026-04-16T20:42:43.906Z Downloaded hyper-staticfile v0.10.1
7892026-04-16T20:42:43.909Z Downloaded humantime v2.3.0
7902026-04-16T20:42:43.909Z Downloaded http-body-util v0.1.3
7912026-04-16T20:42:43.912Z Downloaded hostname v0.4.2
7922026-04-16T20:42:43.912Z Downloaded globset v0.4.18
7932026-04-16T20:42:43.912Z Downloaded derive-where v1.6.0
7942026-04-16T20:42:43.914Z Downloaded libscf-sys v1.1.0
7952026-04-16T20:42:43.914Z Downloaded derive_more v0.99.20
7962026-04-16T20:42:43.917Z Downloaded lru-slab v0.1.2
7972026-04-16T20:42:43.920Z Downloaded lru v0.12.5
7982026-04-16T20:42:43.920Z Downloaded mime v0.3.17
7992026-04-16T20:42:43.920Z Downloaded memoffset v0.9.1
8002026-04-16T20:42:43.922Z Downloaded match_cfg v0.1.0
8012026-04-16T20:42:43.922Z Downloaded ingot v0.1.1
8022026-04-16T20:42:43.922Z Downloaded indoc v2.0.7
8032026-04-16T20:42:43.925Z Downloaded md5 v0.7.0
8042026-04-16T20:42:43.925Z Downloaded impl-trait-for-tuples v0.2.3
8052026-04-16T20:42:43.928Z Downloaded maplit v1.0.2
8062026-04-16T20:42:43.928Z Downloaded md-5 v0.10.6
8072026-04-16T20:42:43.931Z Downloaded maybe-uninit v2.0.0
8082026-04-16T20:42:43.931Z Downloaded const-oid v0.9.6
8092026-04-16T20:42:43.931Z Downloaded lzss v0.8.2
8102026-04-16T20:42:43.933Z Downloaded group v0.13.0
8112026-04-16T20:42:43.933Z Downloaded futures-channel v0.3.32
8122026-04-16T20:42:43.936Z Downloaded half v1.8.3
8132026-04-16T20:42:43.936Z Downloaded getrandom v0.2.17
8142026-04-16T20:42:43.939Z Downloaded multimap v0.10.1
8152026-04-16T20:42:43.939Z Downloaded des v0.8.1
8162026-04-16T20:42:43.939Z Downloaded linked-hash-map v0.5.6
8172026-04-16T20:42:43.942Z Downloaded newline-converter v0.3.0
8182026-04-16T20:42:43.942Z Downloaded new_debug_unreachable v1.0.6
8192026-04-16T20:42:43.942Z Downloaded fixedbitset v0.5.7
8202026-04-16T20:42:43.945Z Downloaded compression-codecs v0.4.37
8212026-04-16T20:42:43.945Z Downloaded atomicwrites v0.4.4
8222026-04-16T20:42:43.948Z Downloaded async-trait v0.1.89
8232026-04-16T20:42:43.948Z Downloaded cargo_metadata v0.19.2
8242026-04-16T20:42:43.951Z Downloaded libefi-sys v0.1.0
8252026-04-16T20:42:43.951Z Downloaded newtype_derive v0.1.6
8262026-04-16T20:42:43.951Z Downloaded newtype-uuid-macros v0.1.0
8272026-04-16T20:42:43.951Z Downloaded nonempty v0.12.0
8282026-04-16T20:42:43.954Z Downloaded console v0.16.2
8292026-04-16T20:42:43.954Z Downloaded nodrop v0.1.14
8302026-04-16T20:42:43.954Z Downloaded ipnetwork v0.21.1
8312026-04-16T20:42:43.957Z Downloaded ingot-types v0.1.2
8322026-04-16T20:42:43.957Z Downloaded cookie_store v0.22.1
8332026-04-16T20:42:43.960Z Downloaded console v0.15.11
8342026-04-16T20:42:43.960Z Downloaded linear-map v1.2.0
8352026-04-16T20:42:43.963Z Downloaded libsw v3.5.0
8362026-04-16T20:42:43.963Z Downloaded fatfs v0.3.6
8372026-04-16T20:42:43.966Z Downloaded colored v2.2.0
8382026-04-16T20:42:43.966Z Downloaded jobserver v0.1.34
8392026-04-16T20:42:43.969Z Downloaded num-derive v0.3.3
8402026-04-16T20:42:43.969Z Downloaded num v0.4.3
8412026-04-16T20:42:43.972Z Downloaded num-iter v0.1.45
8422026-04-16T20:42:43.972Z Downloaded num_enum_derive v0.5.11
8432026-04-16T20:42:43.972Z Downloaded num-conv v0.2.0
8442026-04-16T20:42:43.972Z Downloaded normalize-line-endings v0.3.0
8452026-04-16T20:42:43.974Z Downloaded libsw-core v0.3.2
8462026-04-16T20:42:43.974Z Downloaded iana-time-zone v0.1.65
8472026-04-16T20:42:43.977Z Downloaded num-derive v0.4.2
8482026-04-16T20:42:43.980Z Downloaded hmac v0.12.1
8492026-04-16T20:42:43.980Z Downloaded lru-cache v0.1.2
8502026-04-16T20:42:43.980Z Downloaded getrandom v0.3.4
8512026-04-16T20:42:43.982Z Downloaded oso-derive v0.27.3
8522026-04-16T20:42:43.985Z Downloaded openssl-probe v0.1.6
8532026-04-16T20:42:43.985Z Downloaded opaque-debug v0.3.1
8542026-04-16T20:42:43.985Z Downloaded olpc-cjson v0.1.4
8552026-04-16T20:42:43.988Z Downloaded openssl-probe v0.2.1
8562026-04-16T20:42:43.988Z Downloaded compact_str v0.8.1
8572026-04-16T20:42:43.992Z Downloaded managed v0.8.0
8582026-04-16T20:42:43.992Z Downloaded chacha20poly1305 v0.10.1
8592026-04-16T20:42:43.992Z Downloaded openssl-macros v0.1.1
8602026-04-16T20:42:43.995Z Downloaded blake2 v0.10.6
8612026-04-16T20:42:43.995Z Downloaded parse-size v1.1.0
8622026-04-16T20:42:43.995Z Downloaded packed_struct_codegen v0.10.1
8632026-04-16T20:42:43.997Z Downloaded darling_core v0.21.3
8642026-04-16T20:42:44.001Z Downloaded nanorand v0.7.0
8652026-04-16T20:42:44.004Z Downloaded native-tls v0.2.18
8662026-04-16T20:42:44.004Z Downloaded flume v0.11.1
8672026-04-16T20:42:44.006Z Downloaded cancel-safe-futures v0.1.5
8682026-04-16T20:42:44.006Z Downloaded async-bb8-diesel v0.2.1
8692026-04-16T20:42:44.009Z Downloaded darling_core v0.23.0
8702026-04-16T20:42:44.012Z Downloaded multer v3.1.0
8712026-04-16T20:42:44.014Z Downloaded nibble_vec v0.1.0
8722026-04-16T20:42:44.014Z Downloaded libloading v0.8.9
8732026-04-16T20:42:44.017Z Downloaded pbkdf2 v0.11.0
8742026-04-16T20:42:44.020Z Downloaded newtype-uuid v1.3.2
8752026-04-16T20:42:44.020Z Downloaded ipnet v2.11.0
8762026-04-16T20:42:44.023Z Downloaded ar_archive_writer v0.5.1
8772026-04-16T20:42:44.023Z Downloaded pbkdf2 v0.12.2
8782026-04-16T20:42:44.026Z Downloaded path-slash v0.1.5
8792026-04-16T20:42:44.026Z Downloaded bzip2 v0.6.1
8802026-04-16T20:42:44.028Z Downloaded parse-display v0.10.0
8812026-04-16T20:42:44.028Z Downloaded ingot-macros v0.1.1
8822026-04-16T20:42:44.028Z Downloaded num_threads v0.1.7
8832026-04-16T20:42:44.031Z Downloaded num-integer v0.1.46
8842026-04-16T20:42:44.031Z Downloaded httparse v1.10.1
8852026-04-16T20:42:44.034Z Downloaded hyper-rustls v0.27.7
8862026-04-16T20:42:44.034Z Downloaded bytes v1.11.1
8872026-04-16T20:42:44.037Z Downloaded peg-runtime v0.8.5
8882026-04-16T20:42:44.039Z Downloaded bit-vec v0.6.3
8892026-04-16T20:42:44.039Z Downloaded phf_shared v0.12.1
8902026-04-16T20:42:44.043Z Downloaded phf_shared v0.13.1
8912026-04-16T20:42:44.043Z Downloaded num_enum_derive v0.7.5
8922026-04-16T20:42:44.058Z Downloaded predicates-tree v1.0.13
8932026-04-16T20:42:44.060Z Downloaded owo-colors v4.3.0
8942026-04-16T20:42:44.060Z Downloaded litrs v1.0.0
8952026-04-16T20:42:44.064Z Downloaded predicates-core v1.0.10
8962026-04-16T20:42:44.064Z Downloaded precomputed-hash v0.1.1
8972026-04-16T20:42:44.064Z Downloaded pin-utils v0.1.0
8982026-04-16T20:42:44.067Z Downloaded num_enum v0.7.5
8992026-04-16T20:42:44.070Z Downloaded mime_guess v2.0.5
9002026-04-16T20:42:44.070Z Downloaded memmap2 v0.9.10
9012026-04-16T20:42:44.070Z Downloaded indexmap v1.9.3
9022026-04-16T20:42:44.073Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-04-16T20:42:44.075Z Downloaded crypto-bigint v0.5.5
9042026-04-16T20:42:44.078Z Downloaded proc-macro-crate v1.3.1
9052026-04-16T20:42:44.078Z Downloaded headers v0.4.1
9062026-04-16T20:42:44.081Z Downloaded base64 v0.22.1
9072026-04-16T20:42:44.084Z Downloaded packed_struct v0.10.1
9082026-04-16T20:42:44.087Z Downloaded proc-macro-crate v3.4.0
9092026-04-16T20:42:44.087Z Downloaded progenitor-client v0.10.0
9102026-04-16T20:42:44.089Z Downloaded peg-macros v0.8.5
9112026-04-16T20:42:44.089Z Downloaded password-hash v0.4.2
9122026-04-16T20:42:44.092Z Downloaded libbz2-rs-sys v0.2.2
9132026-04-16T20:42:44.092Z Downloaded progenitor-client v0.11.2
9142026-04-16T20:42:44.095Z Downloaded psl-types v2.0.11
9152026-04-16T20:42:44.095Z Downloaded phf v0.12.1
9162026-04-16T20:42:44.095Z Downloaded pem-rfc7468 v0.7.0
9172026-04-16T20:42:44.098Z Downloaded peg v0.8.5
9182026-04-16T20:42:44.100Z Downloaded phf v0.13.1
9192026-04-16T20:42:44.100Z Downloaded pin-project-lite v0.2.17
9202026-04-16T20:42:44.103Z Downloaded derive_more v2.1.1
9212026-04-16T20:42:44.110Z Downloaded quick-error v1.2.3
9222026-04-16T20:42:44.113Z Downloaded progenitor-macro v0.13.0
9232026-04-16T20:42:44.113Z Downloaded rand_chacha v0.3.1
9242026-04-16T20:42:44.116Z Downloaded pkg-config v0.3.32
9252026-04-16T20:42:44.116Z Downloaded flate2 v1.1.9
9262026-04-16T20:42:44.119Z Downloaded progenitor-macro v0.11.2
9272026-04-16T20:42:44.119Z Downloaded powerfmt v0.2.0
9282026-04-16T20:42:44.121Z Downloaded pin-project-internal v1.1.11
9292026-04-16T20:42:44.122Z Downloaded phf_shared v0.11.3
9302026-04-16T20:42:44.124Z Downloaded pkcs8 v0.10.2
9312026-04-16T20:42:44.124Z Downloaded postgres-protocol v0.6.10
9322026-04-16T20:42:44.127Z Downloaded omicron-zone-package v0.12.2
9332026-04-16T20:42:44.127Z Downloaded radium v0.7.0
9342026-04-16T20:42:44.130Z Downloaded nu-ansi-term v0.50.3
9352026-04-16T20:42:44.130Z Downloaded recursive v0.1.1
9362026-04-16T20:42:44.132Z Downloaded rand_xorshift v0.4.0
9372026-04-16T20:42:44.132Z Downloaded der v0.7.10
9382026-04-16T20:42:44.135Z Downloaded polyval v0.6.2
9392026-04-16T20:42:44.138Z Downloaded ed25519-dalek v2.2.0
9402026-04-16T20:42:44.138Z Downloaded heapless v0.8.0
9412026-04-16T20:42:44.140Z Downloaded pem v3.0.6
9422026-04-16T20:42:44.143Z Downloaded paste v1.0.15
9432026-04-16T20:42:44.146Z Downloaded ref-cast-impl v1.0.25
9442026-04-16T20:42:44.146Z Downloaded oxnet v0.1.4
9452026-04-16T20:42:44.146Z Downloaded oxide-tokio-rt v0.1.4
9462026-04-16T20:42:44.150Z Downloaded parking_lot_core v0.8.6
9472026-04-16T20:42:44.150Z Downloaded heapless v0.7.17
9482026-04-16T20:42:44.153Z Downloaded expectorate v1.2.0
9492026-04-16T20:42:44.153Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-04-16T20:42:44.153Z Downloaded async-compression v0.4.41
9512026-04-16T20:42:44.157Z Downloaded parking_lot v0.12.5
9522026-04-16T20:42:44.160Z Downloaded progenitor v0.11.2
9532026-04-16T20:42:44.163Z Downloaded ref-cast v1.0.25
9542026-04-16T20:42:44.163Z Downloaded dropshot-api-manager v0.6.0
9552026-04-16T20:42:44.165Z Downloaded rfc6979 v0.4.0
9562026-04-16T20:42:44.168Z Downloaded proc-macro-error2 v2.0.1
9572026-04-16T20:42:44.171Z Downloaded r2d2 v0.8.10
9582026-04-16T20:42:44.171Z Downloaded diesel_derives v2.3.7
9592026-04-16T20:42:44.173Z Downloaded bumpalo v3.20.2
9602026-04-16T20:42:44.176Z Downloaded progenitor-extras v0.1.1
9612026-04-16T20:42:44.179Z Downloaded progenitor-client v0.13.0
9622026-04-16T20:42:44.179Z Downloaded pkcs1 v0.7.5
9632026-04-16T20:42:44.182Z Downloaded password-hash v0.5.0
9642026-04-16T20:42:44.182Z Downloaded rtoolbox v0.0.3
9652026-04-16T20:42:44.185Z Downloaded rand_core v0.10.0
9662026-04-16T20:42:44.185Z Downloaded russh-cryptovec v0.7.3
9672026-04-16T20:42:44.185Z Downloaded psm v0.1.30
9682026-04-16T20:42:44.187Z Downloaded oso v0.27.3
9692026-04-16T20:42:44.190Z Downloaded postgres-types v0.2.12
9702026-04-16T20:42:44.190Z Downloaded hickory-resolver v0.25.2
9712026-04-16T20:42:44.193Z Downloaded rand_seeder v0.4.0
9722026-04-16T20:42:44.196Z Downloaded rustc_version v0.4.1
9732026-04-16T20:42:44.196Z Downloaded rustc_version v0.1.7
9742026-04-16T20:42:44.196Z Downloaded rustc-hash v2.1.1
9752026-04-16T20:42:44.198Z Downloaded rand_core v0.6.4
9762026-04-16T20:42:44.198Z Downloaded ppv-lite86 v0.2.21
9772026-04-16T20:42:44.201Z Downloaded miniz_oxide v0.8.9
9782026-04-16T20:42:44.201Z Downloaded poly1305 v0.8.0
9792026-04-16T20:42:44.204Z Downloaded pkcs5 v0.7.1
9802026-04-16T20:42:44.207Z Downloaded rand_chacha v0.9.0
9812026-04-16T20:42:44.207Z Downloaded bstr v1.12.1
9822026-04-16T20:42:44.212Z Downloaded papergrid v0.17.0
9832026-04-16T20:42:44.215Z Downloaded indicatif v0.18.4
9842026-04-16T20:42:44.218Z Downloaded predicates v3.1.4
9852026-04-16T20:42:44.221Z Downloaded p256 v0.13.2
9862026-04-16T20:42:44.224Z Downloaded hickory-server v0.25.2
9872026-04-16T20:42:44.227Z Downloaded hashbrown v0.12.3
9882026-04-16T20:42:44.229Z Downloaded rand_core v0.9.5
9892026-04-16T20:42:44.229Z Downloaded progenitor-macro v0.10.0
9902026-04-16T20:42:44.232Z Downloaded parking_lot_core v0.9.12
9912026-04-16T20:42:44.233Z Downloaded progenitor v0.10.0
9922026-04-16T20:42:44.236Z Downloaded serde_bytes v0.11.19
9932026-04-16T20:42:44.236Z Downloaded quinn-udp v0.5.14
9942026-04-16T20:42:44.238Z Downloaded pin-project v1.1.11
9952026-04-16T20:42:44.242Z Downloaded scheduled-thread-pool v0.2.7
9962026-04-16T20:42:44.245Z Downloaded same-file v1.0.6
9972026-04-16T20:42:44.245Z Downloaded jiff-static v0.2.21
9982026-04-16T20:42:44.248Z Downloaded resolv-conf v0.7.6
9992026-04-16T20:42:44.248Z Downloaded hickory-resolver v0.24.4
10002026-04-16T20:42:44.251Z Downloaded secrecy v0.10.3
10012026-04-16T20:42:44.254Z Downloaded scroll_derive v0.13.1
10022026-04-16T20:42:44.254Z Downloaded hashbrown v0.13.2
10032026-04-16T20:42:44.257Z Downloaded semver v0.1.20
10042026-04-16T20:42:44.257Z Downloaded sapling-renderdag v0.1.0
10052026-04-16T20:42:44.260Z Downloaded secrecy v0.8.0
10062026-04-16T20:42:44.260Z Downloaded scrypt v0.11.0
10072026-04-16T20:42:44.260Z Downloaded scopeguard v1.2.0
10082026-04-16T20:42:44.263Z Downloaded serde_repr v0.1.20
10092026-04-16T20:42:44.263Z Downloaded sha1 v0.10.6
10102026-04-16T20:42:44.263Z Downloaded rusty-fork v0.3.1
10112026-04-16T20:42:44.265Z Downloaded rustls-pemfile v2.2.0
10122026-04-16T20:42:44.265Z Downloaded prefix-trie v0.7.0
10132026-04-16T20:42:44.268Z Downloaded siphasher v1.0.2
10142026-04-16T20:42:44.271Z Downloaded sigpipe v0.1.3
10152026-04-16T20:42:44.271Z Downloaded progenitor-impl v0.11.2
10162026-04-16T20:42:44.271Z Downloaded slog-bunyan v2.5.0
10172026-04-16T20:42:44.274Z Downloaded primeorder v0.13.6
10182026-04-16T20:42:44.274Z Downloaded parse-display-derive v0.10.0
10192026-04-16T20:42:44.276Z Downloaded serde_spanned v1.0.4
10202026-04-16T20:42:44.277Z Downloaded signature v2.2.0
10212026-04-16T20:42:44.277Z Downloaded signal-hook-mio v0.2.5
10222026-04-16T20:42:44.279Z Downloaded shell-words v1.1.1
10232026-04-16T20:42:44.279Z Downloaded serde_plain v1.0.2
10242026-04-16T20:42:44.279Z Downloaded salsa20 v0.10.2
10252026-04-16T20:42:44.282Z Downloaded openssl-sys v0.9.111
10262026-04-16T20:42:44.285Z Downloaded serde_urlencoded v0.7.1
10272026-04-16T20:42:44.288Z Downloaded rustls-pemfile v1.0.4
10282026-04-16T20:42:44.288Z Downloaded progenitor v0.13.0
10292026-04-16T20:42:44.290Z Downloaded http v1.4.0
10302026-04-16T20:42:44.290Z Downloaded serde-big-array v0.5.1
10312026-04-16T20:42:44.293Z Downloaded rustversion v1.0.22
10322026-04-16T20:42:44.293Z Downloaded postcard v1.1.3
10332026-04-16T20:42:44.296Z Downloaded sqlparser_derive v0.5.0
10342026-04-16T20:42:44.296Z Downloaded slog-envlogger v2.2.0
10352026-04-16T20:42:44.299Z Downloaded schemars_derive v0.8.22
10362026-04-16T20:42:44.299Z Downloaded serde-hex v0.1.0
10372026-04-16T20:42:44.302Z Downloaded scroll v0.13.0
10382026-04-16T20:42:44.302Z Downloaded cc v1.2.56
10392026-04-16T20:42:44.304Z Downloaded parking_lot v0.11.2
10402026-04-16T20:42:44.304Z Downloaded base64 v0.21.7
10412026-04-16T20:42:44.307Z Downloaded derive_more-impl v2.1.1
10422026-04-16T20:42:44.310Z Downloaded ssh-cipher v0.2.0
10432026-04-16T20:42:44.313Z Downloaded serde_path_to_error v0.1.20
10442026-04-16T20:42:44.313Z Downloaded seq-macro v0.3.6
10452026-04-16T20:42:44.316Z Downloaded ssh-encoding v0.2.0
10462026-04-16T20:42:44.316Z Downloaded progenitor-impl v0.13.0
10472026-04-16T20:42:44.319Z Downloaded progenitor-impl v0.10.0
10482026-04-16T20:42:44.319Z Downloaded ignore v0.4.25
10492026-04-16T20:42:44.322Z Downloaded num_enum v0.5.11
10502026-04-16T20:42:44.325Z Downloaded prettyplease v0.2.37
10512026-04-16T20:42:44.328Z Downloaded num-rational v0.4.2
10522026-04-16T20:42:44.328Z Downloaded lock_api v0.4.14
10532026-04-16T20:42:44.328Z Downloaded slab v0.4.12
10542026-04-16T20:42:44.331Z Downloaded simd-adler32 v0.3.8
10552026-04-16T20:42:44.331Z Downloaded signal-hook-tokio v0.3.1
10562026-04-16T20:42:44.331Z Downloaded shlex v1.3.0
10572026-04-16T20:42:44.334Z Downloaded half v2.7.1
10582026-04-16T20:42:44.336Z Downloaded slog-async v2.8.0
10592026-04-16T20:42:44.336Z Downloaded rustls-pki-types v1.14.0
10602026-04-16T20:42:44.339Z Downloaded num-complex v0.4.6
10612026-04-16T20:42:44.339Z Downloaded futures v0.3.32
10622026-04-16T20:42:44.342Z Downloaded strum v0.27.2
10632026-04-16T20:42:44.345Z Downloaded subtle v2.6.1
10642026-04-16T20:42:44.345Z Downloaded sct v0.7.1
10652026-04-16T20:42:44.348Z Downloaded strip-ansi-escapes v0.2.1
10662026-04-16T20:42:44.348Z Downloaded structmeta v0.3.0
10672026-04-16T20:42:44.350Z Downloaded slog-json v2.6.1
10682026-04-16T20:42:44.350Z Downloaded hyper-util v0.1.20
10692026-04-16T20:42:44.353Z Downloaded signal-hook-registry v1.4.8
10702026-04-16T20:42:44.356Z Downloaded smallvec v0.6.14
10712026-04-16T20:42:44.356Z Downloaded tagptr v0.2.0
10722026-04-16T20:42:44.359Z Downloaded tabwriter v1.4.1
10732026-04-16T20:42:44.359Z Downloaded tabled_derive v0.11.0
10742026-04-16T20:42:44.361Z Downloaded sync-ptr v0.1.4
10752026-04-16T20:42:44.361Z Downloaded sync_wrapper v1.0.2
10762026-04-16T20:42:44.361Z Downloaded supports-color v3.0.2
10772026-04-16T20:42:44.365Z Downloaded serde_cbor v0.11.2
10782026-04-16T20:42:44.365Z Downloaded tap v1.0.1
10792026-04-16T20:42:44.368Z Downloaded smf v0.2.3
10802026-04-16T20:42:44.368Z Downloaded slog-stdlog v4.1.1
10812026-04-16T20:42:44.368Z Downloaded slog-dtrace v0.3.0
10822026-04-16T20:42:44.368Z Downloaded slog-term v2.9.2
10832026-04-16T20:42:44.371Z Downloaded stacker v0.1.23
10842026-04-16T20:42:44.371Z Downloaded sqlformat v0.3.5
10852026-04-16T20:42:44.374Z Downloaded spki v0.7.3
10862026-04-16T20:42:44.374Z Downloaded termtree v0.5.1
10872026-04-16T20:42:44.376Z Downloaded testing_table v0.3.0
10882026-04-16T20:42:44.376Z Downloaded string_cache v0.8.9
10892026-04-16T20:42:44.379Z Downloaded snafu-derive v0.8.9
10902026-04-16T20:42:44.379Z Downloaded take_mut v0.2.2
10912026-04-16T20:42:44.379Z Downloaded rustls-native-certs v0.8.3
10922026-04-16T20:42:44.382Z Downloaded sec1 v0.7.3
10932026-04-16T20:42:44.384Z Downloaded slog-scope v4.4.1
10942026-04-16T20:42:44.385Z Downloaded time-core v0.1.8
10952026-04-16T20:42:44.385Z Downloaded thread-id v5.1.0
10962026-04-16T20:42:44.387Z Downloaded rcgen v0.12.1
10972026-04-16T20:42:44.387Z Downloaded serde_with_macros v3.17.0
10982026-04-16T20:42:44.390Z Downloaded ron v0.8.1
10992026-04-16T20:42:44.393Z Downloaded strum v0.26.3
11002026-04-16T20:42:44.393Z Downloaded itertools v0.10.5
11012026-04-16T20:42:44.397Z Downloaded thiserror-impl-no-std v2.0.2
11022026-04-16T20:42:44.399Z Downloaded stringprep v0.1.5
11032026-04-16T20:42:44.399Z Downloaded minimal-lexical v0.2.1
11042026-04-16T20:42:44.402Z Downloaded tokio-macros v2.7.0
11052026-04-16T20:42:44.405Z Downloaded tinyvec_macros v0.1.1
11062026-04-16T20:42:44.405Z Downloaded static_assertions v1.1.0
11072026-04-16T20:42:44.408Z Downloaded schemars v0.8.22
11082026-04-16T20:42:44.412Z Downloaded strum_macros v0.27.2
11092026-04-16T20:42:44.415Z Downloaded strum_macros v0.26.4
11102026-04-16T20:42:44.417Z Downloaded support-bundle-viewer v0.1.2
11112026-04-16T20:42:44.417Z Downloaded aes-gcm v0.10.3
11122026-04-16T20:42:44.420Z Downloaded structmeta-derive v0.3.0
11132026-04-16T20:42:44.420Z Downloaded crossterm v0.28.1
11142026-04-16T20:42:44.424Z Downloaded strum_macros v0.24.3
11152026-04-16T20:42:44.427Z Downloaded serde_derive_internals v0.29.1
11162026-04-16T20:42:44.427Z Downloaded russh-keys v0.45.0
11172026-04-16T20:42:44.430Z Downloaded num-bigint v0.4.6
11182026-04-16T20:42:44.433Z Downloaded bindgen v0.71.1
11192026-04-16T20:42:44.436Z Downloaded mio v1.2.0
11202026-04-16T20:42:44.439Z Downloaded ryu v1.0.23
11212026-04-16T20:42:44.442Z Downloaded aes v0.8.4
11222026-04-16T20:42:44.445Z Downloaded libxml v0.3.3
11232026-04-16T20:42:44.447Z Downloaded tiny-keccak v2.0.2
11242026-04-16T20:42:44.450Z Downloaded rand v0.8.5
11252026-04-16T20:42:44.453Z Downloaded qorb v0.4.1
11262026-04-16T20:42:44.455Z Downloaded publicsuffix v2.3.0
11272026-04-16T20:42:44.455Z Downloaded tower-service v0.3.3
11282026-04-16T20:42:44.458Z Downloaded topological-sort v0.2.2
11292026-04-16T20:42:44.458Z Downloaded tokio-dtrace v0.1.1
11302026-04-16T20:42:44.458Z Downloaded similar v2.7.0
11312026-04-16T20:42:44.461Z Downloaded try-lock v0.2.5
11322026-04-16T20:42:44.464Z Downloaded pretty_assertions v1.4.1
11332026-04-16T20:42:44.464Z Downloaded time-macros v0.2.27
11342026-04-16T20:42:44.466Z Downloaded tower-layer v0.3.3
11352026-04-16T20:42:44.466Z Downloaded thread_local v1.1.9
11362026-04-16T20:42:44.466Z Downloaded trait-variant v0.1.2
11372026-04-16T20:42:44.469Z Downloaded serde_yaml v0.9.34+deprecated
11382026-04-16T20:42:44.469Z Downloaded tokio-native-tls v0.3.1
11392026-04-16T20:42:44.472Z Downloaded rayon-core v1.13.0
11402026-04-16T20:42:44.474Z Downloaded typify-macro v0.6.1
11412026-04-16T20:42:44.474Z Downloaded hashbrown v0.15.5
11422026-04-16T20:42:44.477Z Downloaded tls_codec_derive v0.4.2
11432026-04-16T20:42:44.480Z Downloaded tls_codec v0.4.2
11442026-04-16T20:42:44.480Z Downloaded unarray v0.1.4
11452026-04-16T20:42:44.483Z Downloaded typify-macro v0.4.3
11462026-04-16T20:42:44.483Z Downloaded thiserror-no-std v2.0.2
11472026-04-16T20:42:44.486Z Downloaded untrusted v0.9.0
11482026-04-16T20:42:44.489Z Downloaded aho-corasick v1.1.4
11492026-04-16T20:42:44.491Z Downloaded untrusted v0.7.1
11502026-04-16T20:42:44.492Z Downloaded unit-prefix v0.5.2
11512026-04-16T20:42:44.494Z Downloaded unicode-truncate v1.1.0
11522026-04-16T20:42:44.494Z Downloaded tokio-tungstenite v0.23.1
11532026-04-16T20:42:44.497Z Downloaded nom v7.1.3
11542026-04-16T20:42:44.500Z Downloaded hyper v1.8.1
11552026-04-16T20:42:44.502Z Downloaded tokio-rustls v0.25.0
11562026-04-16T20:42:44.506Z Downloaded term v0.7.0
11572026-04-16T20:42:44.532Z Downloaded universal-hash v0.5.1
11582026-04-16T20:42:44.532Z Downloaded toml_writer v1.0.6+spec-1.1.0
11592026-04-16T20:42:44.532Z Downloaded usdt-macro v0.6.0
11602026-04-16T20:42:44.532Z Downloaded utf-8 v0.7.6
11612026-04-16T20:42:44.533Z Downloaded termios v0.3.3
11622026-04-16T20:42:44.533Z Downloaded void v1.0.2
11632026-04-16T20:42:44.533Z Downloaded spin v0.9.8
11642026-04-16T20:42:44.533Z Downloaded waitgroup v0.1.2
11652026-04-16T20:42:44.533Z Downloaded term v1.2.1
11662026-04-16T20:42:44.533Z Downloaded quinn v0.11.9
11672026-04-16T20:42:44.533Z Downloaded iddqd v0.3.17
11682026-04-16T20:42:44.533Z Downloaded num-bigint-dig v0.8.6
11692026-04-16T20:42:44.533Z Downloaded slog v2.8.2
11702026-04-16T20:42:44.533Z Downloaded signal-hook v0.3.18
11712026-04-16T20:42:44.533Z Downloaded futures-util v0.3.32
11722026-04-16T20:42:44.536Z Downloaded want v0.3.1
11732026-04-16T20:42:44.539Z Downloaded wait-timeout v0.2.1
11742026-04-16T20:42:44.539Z Downloaded tui-tree-widget v0.23.1
11752026-04-16T20:42:44.539Z Downloaded tokio-rustls v0.24.1
11762026-04-16T20:42:44.541Z Downloaded rand v0.9.2
11772026-04-16T20:42:44.541Z Downloaded usdt v0.6.0
11782026-04-16T20:42:44.544Z Downloaded usdt-attr-macro v0.6.0
11792026-04-16T20:42:44.544Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11802026-04-16T20:42:44.547Z Downloaded iri-string v0.7.10
11812026-04-16T20:42:44.551Z Downloaded unicase v2.9.0
11822026-04-16T20:42:44.553Z Downloaded subprocess v0.2.15
11832026-04-16T20:42:44.556Z Downloaded rsa v0.9.10
11842026-04-16T20:42:44.560Z Downloaded xattr v1.6.1
11852026-04-16T20:42:44.560Z Downloaded xshell-macros v0.2.7
11862026-04-16T20:42:44.560Z Downloaded itertools v0.14.0
11872026-04-16T20:42:44.563Z Downloaded itertools v0.13.0
11882026-04-16T20:42:44.566Z Downloaded tokio-tungstenite v0.21.0
11892026-04-16T20:42:44.569Z Downloaded usdt-impl v0.6.0
11902026-04-16T20:42:44.569Z Downloaded socket2 v0.5.10
11912026-04-16T20:42:44.571Z Downloaded itertools v0.12.1
11922026-04-16T20:42:44.574Z Downloaded zeroize_derive v1.4.3
11932026-04-16T20:42:44.574Z Downloaded tokio-stream v0.1.18
11942026-04-16T20:42:44.577Z Downloaded toml_parser v1.0.9+spec-1.1.0
11952026-04-16T20:42:44.580Z Downloaded rustls-webpki v0.103.9
11962026-04-16T20:42:44.583Z Downloaded schemars v0.9.0
11972026-04-16T20:42:44.587Z Downloaded zone v0.3.1
11982026-04-16T20:42:44.590Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11992026-04-16T20:42:44.590Z Downloaded zone_cfg_derive v0.3.1
12002026-04-16T20:42:44.590Z Downloaded rand v0.10.0
12012026-04-16T20:42:44.592Z Downloaded libm v0.2.16
12022026-04-16T20:42:44.597Z Downloaded vergen-gitcl v1.0.8
12032026-04-16T20:42:44.600Z Downloaded vergen-git2 v1.0.7
12042026-04-16T20:42:44.600Z Downloaded socket2 v0.6.3
12052026-04-16T20:42:44.603Z Downloaded vsss-rs v3.3.4
12062026-04-16T20:42:44.603Z Downloaded h2 v0.4.13
12072026-04-16T20:42:44.606Z Downloaded tracing-attributes v0.1.31
12082026-04-16T20:42:44.608Z Downloaded test-strategy v0.4.5
12092026-04-16T20:42:44.611Z Downloaded twox-hash v2.1.2
12102026-04-16T20:42:44.611Z Downloaded rustls-platform-verifier v0.6.2
12112026-04-16T20:42:44.614Z Downloaded whoami v2.1.0
12122026-04-16T20:42:44.617Z Downloaded whoami v1.6.1
12132026-04-16T20:42:44.617Z Downloaded tar v0.4.45
12142026-04-16T20:42:44.620Z Downloaded russh v0.45.0
12152026-04-16T20:42:44.623Z Downloaded wyz v0.5.1
12162026-04-16T20:42:44.623Z Downloaded p521 v0.13.3
12172026-04-16T20:42:44.626Z Downloaded tinyvec v1.10.0
12182026-04-16T20:42:44.626Z Downloaded xshell v0.2.7
12192026-04-16T20:42:44.628Z Downloaded tokio-rustls v0.26.4
12202026-04-16T20:42:44.628Z Downloaded unicode-properties v0.1.4
12212026-04-16T20:42:44.631Z Downloaded snafu v0.8.9
12222026-04-16T20:42:44.635Z Downloaded toml v1.0.6+spec-1.1.0
12232026-04-16T20:42:44.638Z Downloaded toml v0.9.12+spec-1.1.0
12242026-04-16T20:42:44.641Z Downloaded vergen-lib v0.1.6
12252026-04-16T20:42:44.641Z Downloaded uzers v0.12.2
12262026-04-16T20:42:44.645Z Downloaded toml v0.7.8
12272026-04-16T20:42:44.653Z Downloaded steno v0.4.1
12282026-04-16T20:42:44.655Z Downloaded samael v0.0.19
12292026-04-16T20:42:44.658Z Downloaded zstd-safe v7.2.4
12302026-04-16T20:42:44.661Z Downloaded zstd v0.13.3
12312026-04-16T20:42:44.661Z Downloaded walkdir v2.5.0
12322026-04-16T20:42:44.663Z Downloaded blake3 v1.8.3
12332026-04-16T20:42:44.668Z Downloaded tungstenite v0.21.0
12342026-04-16T20:42:44.670Z Downloaded typify v0.6.1
12352026-04-16T20:42:44.673Z Downloaded unicode-bidi v0.3.18
12362026-04-16T20:42:44.673Z Downloaded tracing-core v0.1.36
12372026-04-16T20:42:44.676Z Downloaded typify v0.4.3
12382026-04-16T20:42:44.676Z Downloaded vergen v9.0.6
12392026-04-16T20:42:44.682Z Downloaded unsafe-libyaml v0.2.11
12402026-04-16T20:42:44.685Z Downloaded hkdf v0.12.4
12412026-04-16T20:42:44.688Z Downloaded yasna v0.5.2
12422026-04-16T20:42:44.690Z Downloaded toml_edit v0.23.10+spec-1.0.0
12432026-04-16T20:42:44.694Z Downloaded zeroize v1.8.2
12442026-04-16T20:42:44.694Z Downloaded zerocopy v0.6.6
12452026-04-16T20:42:44.703Z Downloaded schemars v1.2.1
12462026-04-16T20:42:44.711Z Downloaded uuid v1.23.0
12472026-04-16T20:42:44.713Z Downloaded tokio-postgres v0.7.16
12482026-04-16T20:42:44.716Z Downloaded reedline v0.40.0
12492026-04-16T20:42:44.720Z Downloaded tungstenite v0.23.0
12502026-04-16T20:42:44.722Z Downloaded rpassword v7.4.0
12512026-04-16T20:42:44.738Z Downloaded toml_edit v0.19.15
12522026-04-16T20:42:44.746Z Downloaded zopfli v0.8.3
12532026-04-16T20:42:44.749Z Downloaded vte v0.14.1
12542026-04-16T20:42:44.751Z Downloaded ssh-key v0.6.7
12552026-04-16T20:42:44.754Z Downloaded rustyline v14.0.0
12562026-04-16T20:42:44.758Z Downloaded git2 v0.20.4
12572026-04-16T20:42:44.773Z Downloaded unicode_categories v0.1.1
12582026-04-16T20:42:44.788Z Downloaded zip v0.6.6
12592026-04-16T20:42:44.795Z Downloaded reqwest v0.12.28
12602026-04-16T20:42:44.798Z Downloaded portable-atomic v1.13.1
12612026-04-16T20:42:44.803Z Downloaded yansi v1.0.1
12622026-04-16T20:42:44.806Z Downloaded lalrpop v0.19.12
12632026-04-16T20:42:44.812Z Downloaded zerocopy-derive v0.8.40
12642026-04-16T20:42:44.817Z Downloaded rustls-webpki v0.101.7
12652026-04-16T20:42:44.825Z Downloaded regex v1.12.3
12662026-04-16T20:42:44.828Z Downloaded typed-path v0.9.3
12672026-04-16T20:42:44.832Z Downloaded x509-cert v0.2.5
12682026-04-16T20:42:44.835Z Downloaded bitvec v1.0.1
12692026-04-16T20:42:44.843Z Downloaded unicode-segmentation v1.12.0
12702026-04-16T20:42:44.846Z Downloaded dropshot v0.16.7
12712026-04-16T20:42:44.857Z Downloaded unicode-normalization v0.1.25
12722026-04-16T20:42:44.860Z Downloaded tower v0.5.3
12732026-04-16T20:42:44.865Z Downloaded chrono v0.4.44
12742026-04-16T20:42:44.869Z Downloaded tokio-util v0.7.18
12752026-04-16T20:42:44.873Z Downloaded reqwest v0.13.2
12762026-04-16T20:42:44.877Z Downloaded goblin v0.10.5
12772026-04-16T20:42:44.882Z Downloaded zip v4.6.1
12782026-04-16T20:42:44.885Z Downloaded moka v0.12.13
12792026-04-16T20:42:44.889Z Downloaded petname v2.0.2
12802026-04-16T20:42:44.892Z Downloaded rayon v1.11.0
12812026-04-16T20:42:44.897Z Downloaded tower-http v0.6.8
12822026-04-16T20:42:44.902Z Downloaded serde_with v3.17.0
12832026-04-16T20:42:44.908Z Downloaded proptest v1.10.0
12842026-04-16T20:42:44.914Z Downloaded aws-lc-rs v1.16.0
12852026-04-16T20:42:44.919Z Downloaded tough v0.20.0
12862026-04-16T20:42:44.923Z Downloaded winnow v0.5.40
12872026-04-16T20:42:44.928Z Downloaded quinn-proto v0.11.13
12882026-04-16T20:42:44.932Z Downloaded salty v0.3.0
12892026-04-16T20:42:44.936Z Downloaded radix_trie v0.2.1
12902026-04-16T20:42:44.939Z Downloaded curve25519-dalek v4.1.3
12912026-04-16T20:42:44.943Z Downloaded polar-core v0.27.3
12922026-04-16T20:42:44.950Z Downloaded openssl v0.10.75
12932026-04-16T20:42:44.953Z Downloaded nix v0.27.1
12942026-04-16T20:42:44.957Z Downloaded dropshot v0.17.0
12952026-04-16T20:42:44.969Z Downloaded winnow v0.6.26
12962026-04-16T20:42:44.974Z Downloaded nix v0.29.0
12972026-04-16T20:42:44.980Z Downloaded rustls-webpki v0.102.8
12982026-04-16T20:42:44.998Z Downloaded regex-syntax v0.6.29
12992026-04-16T20:42:45.003Z Downloaded object v0.30.4
13002026-04-16T20:42:45.003Z Downloaded rustls v0.21.12
13012026-04-16T20:42:45.006Z Downloaded tabled v0.20.0
13022026-04-16T20:42:45.016Z Downloaded nix v0.28.0
13032026-04-16T20:42:45.022Z Downloaded nix v0.31.2
13042026-04-16T20:42:45.028Z Downloaded time v0.3.47
13052026-04-16T20:42:45.034Z Downloaded vcpkg v0.2.15
13062026-04-16T20:42:45.055Z Downloaded zlib-rs v0.6.2
13072026-04-16T20:42:45.058Z Downloaded smoltcp v0.9.1
13082026-04-16T20:42:45.063Z Downloaded object v0.37.3
13092026-04-16T20:42:45.069Z Downloaded zerocopy v0.8.40
13102026-04-16T20:42:45.074Z Downloaded regex-syntax v0.8.10
13112026-04-16T20:42:45.078Z Downloaded webpki-roots v1.0.6
13122026-04-16T20:42:45.081Z Downloaded rustls v0.22.4
13132026-04-16T20:42:45.087Z Downloaded regress v0.10.5
13142026-04-16T20:42:45.092Z Downloaded smoltcp v0.11.0
13152026-04-16T20:42:45.098Z Downloaded openapiv3 v2.2.0
13162026-04-16T20:42:45.104Z Downloaded rustls v0.23.37
13172026-04-16T20:42:45.111Z Downloaded rustix v0.38.44
13182026-04-16T20:42:45.123Z Downloaded diesel v2.3.7
13192026-04-16T20:42:45.134Z Downloaded hickory-proto v0.25.2
13202026-04-16T20:42:45.143Z Downloaded hickory-proto v0.24.4
13212026-04-16T20:42:45.153Z Downloaded quick-xml v0.37.5
13222026-04-16T20:42:45.158Z Downloaded p384 v0.13.1
13232026-04-16T20:42:45.162Z Downloaded typify-impl v0.6.1
13242026-04-16T20:42:45.170Z Downloaded sqlparser v0.61.0
13252026-04-16T20:42:45.176Z Downloaded tracing v0.1.44
13262026-04-16T20:42:45.187Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-04-16T20:42:45.196Z Downloaded zerocopy-derive v0.6.6
13282026-04-16T20:42:45.201Z Downloaded sled v0.34.7
13292026-04-16T20:42:45.207Z Downloaded regex-automata v0.4.14
13302026-04-16T20:42:45.215Z Downloaded typify-impl v0.4.3
13312026-04-16T20:42:45.224Z Downloaded ratatui v0.29.0
13322026-04-16T20:42:45.237Z Downloaded jiff v0.2.21
13332026-04-16T20:42:45.247Z Downloaded chrono-tz v0.10.4
13342026-04-16T20:42:45.270Z Downloaded sha3 v0.10.8
13352026-04-16T20:42:45.274Z Downloaded tokio v1.52.0
13362026-04-16T20:42:45.296Z Downloaded petgraph v0.6.5
13372026-04-16T20:42:45.330Z Downloaded petgraph v0.8.3
13382026-04-16T20:42:45.344Z Downloaded libz-sys v1.1.24
13392026-04-16T20:42:45.355Z Downloaded csv v1.4.0
13402026-04-16T20:42:45.373Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13412026-04-16T20:42:45.440Z Downloaded encoding_rs v0.8.35
13422026-04-16T20:42:45.461Z Downloaded ring v0.17.14
13432026-04-16T20:42:45.493Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-16T20:42:45.886Z Downloaded aws-lc-sys v0.37.1
13452026-04-16T20:42:46.143Z Compiling libc v0.2.185
13462026-04-16T20:42:46.143Z Compiling serde v1.0.228
13472026-04-16T20:42:46.145Z Compiling log v0.4.29
13482026-04-16T20:42:46.146Z Compiling find-msvc-tools v0.1.9
13492026-04-16T20:42:46.292Z Compiling shlex v1.3.0
13502026-04-16T20:42:46.295Z Compiling smallvec v1.15.1
13512026-04-16T20:42:46.301Z Compiling syn v2.0.117
13522026-04-16T20:42:46.311Z Compiling typenum v1.19.0
13532026-04-16T20:42:46.484Z Compiling generic-array v0.14.7
13542026-04-16T20:42:46.484Z Compiling subtle v2.6.1
13552026-04-16T20:42:46.548Z Compiling scopeguard v1.2.0
13562026-04-16T20:42:46.583Z Compiling const-oid v0.9.6
13572026-04-16T20:42:46.617Z Compiling portable-atomic v1.13.1
13582026-04-16T20:42:46.657Z Compiling lock_api v0.4.14
13592026-04-16T20:42:46.687Z Compiling zerocopy v0.8.40
13602026-04-16T20:42:46.750Z Compiling serde_json v1.0.149
13612026-04-16T20:42:46.895Z Compiling critical-section v1.2.0
13622026-04-16T20:42:46.963Z Compiling parking_lot_core v0.9.12
13632026-04-16T20:42:47.002Z Compiling pin-project-lite v0.2.17
13642026-04-16T20:42:47.133Z Compiling getrandom v0.2.17
13652026-04-16T20:42:47.148Z Compiling jobserver v0.1.34
13662026-04-16T20:42:47.196Z Compiling errno v0.3.14
13672026-04-16T20:42:47.305Z Compiling rand_core v0.6.4
13682026-04-16T20:42:47.340Z Compiling pkg-config v0.3.32
13692026-04-16T20:42:47.354Z Compiling cc v1.2.56
13702026-04-16T20:42:47.511Z Compiling signal-hook-registry v1.4.8
13712026-04-16T20:42:47.575Z Compiling bitflags v2.11.0
13722026-04-16T20:42:47.649Z Compiling once_cell v1.21.3
13732026-04-16T20:42:47.696Z Compiling libm v0.2.16
13742026-04-16T20:42:47.780Z Compiling parking_lot v0.12.5
13752026-04-16T20:42:47.805Z Compiling mio v1.2.0
13762026-04-16T20:42:47.855Z Compiling num-traits v0.2.19
13772026-04-16T20:42:47.877Z Compiling futures-core v0.3.32
13782026-04-16T20:42:48.032Z Compiling percent-encoding v2.3.2
13792026-04-16T20:42:48.150Z Compiling socket2 v0.6.3
13802026-04-16T20:42:48.212Z Compiling allocator-api2 v0.2.21
13812026-04-16T20:42:48.227Z Compiling futures-sink v0.3.32
13822026-04-16T20:42:48.227Z Compiling foldhash v0.2.0
13832026-04-16T20:42:48.255Z Compiling cpufeatures v0.2.17
13842026-04-16T20:42:48.329Z Compiling futures-channel v0.3.32
13852026-04-16T20:42:48.344Z Compiling futures-io v0.3.32
13862026-04-16T20:42:48.443Z Compiling getrandom v0.4.1
13872026-04-16T20:42:48.498Z Compiling hashbrown v0.16.1
13882026-04-16T20:42:48.529Z Compiling futures-task v0.3.32
13892026-04-16T20:42:48.546Z Compiling slab v0.4.12
13902026-04-16T20:42:48.561Z Compiling rustversion v1.0.22
13912026-04-16T20:42:48.699Z Compiling rand_core v0.10.0
13922026-04-16T20:42:48.721Z Compiling getrandom v0.3.4
13932026-04-16T20:42:48.894Z Compiling form_urlencoded v1.2.2
13942026-04-16T20:42:49.082Z Compiling synstructure v0.13.2
13952026-04-16T20:42:49.097Z Compiling indexmap v2.13.0
13962026-04-16T20:42:49.111Z Compiling cmake v0.1.57
13972026-04-16T20:42:49.137Z Compiling dunce v1.0.5
13982026-04-16T20:42:49.237Z Compiling fs_extra v1.3.0
13992026-04-16T20:42:49.400Z Compiling ident_case v1.0.1
14002026-04-16T20:42:49.499Z Compiling base64ct v1.8.3
14012026-04-16T20:42:49.499Z Compiling aws-lc-sys v0.37.1
14022026-04-16T20:42:49.528Z Compiling flagset v0.4.7
14032026-04-16T20:42:49.531Z Compiling rustix v1.1.3
14042026-04-16T20:42:49.659Z Compiling rand_core v0.9.5
14052026-04-16T20:42:49.674Z Compiling iana-time-zone v0.1.65
14062026-04-16T20:42:49.688Z Compiling uuid v1.23.0
14072026-04-16T20:42:49.726Z Compiling ring v0.17.14
14082026-04-16T20:42:49.886Z Compiling pem-rfc7468 v0.7.0
14092026-04-16T20:42:49.928Z Compiling rustc_version v0.4.1
14102026-04-16T20:42:49.982Z Compiling regex-syntax v0.8.10
14112026-04-16T20:42:50.193Z Compiling vcpkg v0.2.15
14122026-04-16T20:42:50.226Z Compiling aws-lc-rs v1.16.0
14132026-04-16T20:42:50.489Z Compiling tracing-core v0.1.36
14142026-04-16T20:42:50.521Z Compiling pest_generator v2.8.6
14152026-04-16T20:42:50.851Z Compiling serde_derive v1.0.228
14162026-04-16T20:42:50.950Z Compiling zeroize_derive v1.4.3
14172026-04-16T20:42:51.042Z Compiling zerofrom-derive v0.1.6
14182026-04-16T20:42:51.237Z Compiling yoke-derive v0.8.1
14192026-04-16T20:42:51.437Z Compiling zerocopy-derive v0.8.40
14202026-04-16T20:42:51.599Z Compiling zeroize v1.8.2
14212026-04-16T20:42:52.377Z Compiling crypto-common v0.1.7
14222026-04-16T20:42:52.377Z Compiling block-buffer v0.10.4
14232026-04-16T20:42:52.414Z Compiling zerovec-derive v0.11.2
14242026-04-16T20:42:52.456Z Compiling zerofrom v0.1.6
14252026-04-16T20:42:52.529Z Compiling digest v0.10.7
14262026-04-16T20:42:52.562Z Compiling yoke v0.8.1
14272026-04-16T20:42:52.585Z Compiling displaydoc v0.2.5
14282026-04-16T20:42:52.753Z Compiling tokio-macros v2.7.0
14292026-04-16T20:42:52.783Z Compiling hmac v0.12.1
14302026-04-16T20:42:52.945Z Compiling futures-macro v0.3.32
14312026-04-16T20:42:53.322Z Compiling zerotrie v0.2.3
14322026-04-16T20:42:53.459Z Compiling block-padding v0.3.3
14332026-04-16T20:42:53.521Z Compiling zerovec v0.11.5
14342026-04-16T20:42:53.615Z Compiling inout v0.1.4
14352026-04-16T20:42:53.630Z Compiling sha2 v0.10.9
14362026-04-16T20:42:53.737Z Compiling futures-util v0.3.32
14372026-04-16T20:42:53.785Z Compiling cipher v0.4.4
14382026-04-16T20:42:54.026Z Compiling tinystr v0.8.2
14392026-04-16T20:42:54.042Z Compiling potential_utf v0.1.4
14402026-04-16T20:42:54.199Z Compiling icu_locale_core v2.1.1
14412026-04-16T20:42:54.226Z Compiling icu_collections v2.1.1
14422026-04-16T20:42:54.324Z Compiling bytes v1.11.1
14432026-04-16T20:42:54.439Z Compiling der_derive v0.7.3
14442026-04-16T20:42:54.695Z Compiling chrono v0.4.44
14452026-04-16T20:42:54.796Z Compiling tokio v1.52.0
14462026-04-16T20:42:54.954Z Compiling icu_provider v2.1.1
14472026-04-16T20:42:55.122Z Compiling http v1.4.0
14482026-04-16T20:42:55.251Z Compiling icu_properties v2.1.2
14492026-04-16T20:42:55.440Z Compiling icu_normalizer v2.1.1
14502026-04-16T20:42:55.891Z Compiling ppv-lite86 v0.2.21
14512026-04-16T20:42:55.980Z Compiling der v0.7.10
14522026-04-16T20:42:56.031Z Compiling salsa20 v0.10.2
14532026-04-16T20:42:56.047Z Compiling pbkdf2 v0.12.2
14542026-04-16T20:42:56.110Z Compiling idna_adapter v1.2.1
14552026-04-16T20:42:56.158Z Compiling thiserror-impl v2.0.18
14562026-04-16T20:42:56.173Z Compiling rand_chacha v0.9.0
14572026-04-16T20:42:56.211Z Compiling idna v1.1.0
14582026-04-16T20:42:56.244Z Compiling scrypt v0.11.0
14592026-04-16T20:42:56.344Z Compiling cbc v0.1.2
14602026-04-16T20:42:56.490Z Compiling url v2.5.8
14612026-04-16T20:42:56.490Z Compiling aes v0.8.4
14622026-04-16T20:42:56.845Z Compiling spki v0.7.3
14632026-04-16T20:42:56.860Z Compiling rustls-pki-types v1.14.0
14642026-04-16T20:42:57.060Z Compiling openssl-sys v0.9.111
14652026-04-16T20:42:57.138Z Compiling tracing-attributes v0.1.31
14662026-04-16T20:42:57.265Z Compiling pkcs5 v0.7.1
14672026-04-16T20:42:57.296Z Compiling rand v0.9.2
14682026-04-16T20:42:57.448Z Compiling thiserror v2.0.18
14692026-04-16T20:42:57.554Z Compiling http-body v1.0.1
14702026-04-16T20:42:57.557Z Compiling serde_derive_internals v0.29.1
14712026-04-16T20:42:57.646Z Compiling schemars v0.8.22
14722026-04-16T20:42:57.706Z Compiling untrusted v0.9.0
14732026-04-16T20:42:57.737Z Compiling openssl-probe v0.2.1
14742026-04-16T20:42:57.829Z Compiling base64 v0.22.1
14752026-04-16T20:42:57.844Z Compiling untrusted v0.7.1
14762026-04-16T20:42:57.911Z Compiling httparse v1.10.1
14772026-04-16T20:42:58.076Z Compiling pkcs8 v0.10.2
14782026-04-16T20:42:58.145Z Compiling pest_derive v2.8.6
14792026-04-16T20:42:58.290Z Compiling scroll_derive v0.13.1
14802026-04-16T20:42:58.376Z Compiling darling_core v0.20.11
14812026-04-16T20:42:58.411Z Compiling tracing v0.1.44
14822026-04-16T20:42:58.445Z Compiling schemars_derive v0.8.22
14832026-04-16T20:42:58.559Z Compiling tokio-util v0.7.18
14842026-04-16T20:42:58.677Z Compiling try-lock v0.2.5
14852026-04-16T20:42:58.788Z Compiling tinyvec_macros v0.1.1
14862026-04-16T20:42:58.863Z Compiling dyn-clone v1.0.20
14872026-04-16T20:42:59.002Z Compiling tower-service v0.3.3
14882026-04-16T20:42:59.073Z Compiling rustls v0.23.37
14892026-04-16T20:42:59.101Z Compiling tower-layer v0.3.3
14902026-04-16T20:42:59.242Z Compiling atomic-waker v1.1.2
14912026-04-16T20:42:59.263Z Compiling scroll v0.13.0
14922026-04-16T20:42:59.368Z Compiling h2 v0.4.13
14932026-04-16T20:42:59.524Z Compiling tinyvec v1.10.0
14942026-04-16T20:42:59.563Z Compiling want v0.3.1
14952026-04-16T20:42:59.742Z Compiling ipnet v2.11.0
14962026-04-16T20:42:59.891Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-04-16T20:43:00.070Z Compiling spin v0.9.8
14982026-04-16T20:43:00.278Z Compiling aho-corasick v1.1.4
14992026-04-16T20:43:00.282Z Compiling foreign-types-shared v0.1.1
15002026-04-16T20:43:00.309Z Compiling httpdate v1.0.3
15012026-04-16T20:43:00.371Z Compiling time-core v0.1.8
15022026-04-16T20:43:00.505Z Compiling powerfmt v0.2.0
15032026-04-16T20:43:00.523Z Compiling openssl v0.10.75
15042026-04-16T20:43:00.537Z Compiling num-conv v0.2.0
15052026-04-16T20:43:00.668Z Compiling crc32fast v1.5.0
15062026-04-16T20:43:00.691Z Compiling darling_macro v0.20.11
15072026-04-16T20:43:00.709Z Compiling pin-utils v0.1.0
15082026-04-16T20:43:00.768Z Compiling time-macros v0.2.27
15092026-04-16T20:43:00.784Z Compiling deranged v0.5.8
15102026-04-16T20:43:00.981Z Compiling tempfile v3.25.0
15112026-04-16T20:43:00.997Z Compiling foreign-types v0.3.2
15122026-04-16T20:43:01.153Z Compiling darling v0.20.11
15132026-04-16T20:43:01.239Z Compiling regex-automata v0.4.14
15142026-04-16T20:43:01.356Z Compiling goblin v0.10.5
15152026-04-16T20:43:01.809Z Compiling openssl-macros v0.1.1
15162026-04-16T20:43:01.974Z Compiling wait-timeout v0.2.1
15172026-04-16T20:43:02.192Z Compiling socket2 v0.5.10
15182026-04-16T20:43:02.240Z Compiling quick-error v1.2.3
15192026-04-16T20:43:02.256Z Compiling native-tls v0.2.18
15202026-04-16T20:43:02.347Z Compiling hyper v1.8.1
15212026-04-16T20:43:02.455Z Compiling usdt-impl v0.6.0
15222026-04-16T20:43:02.591Z Compiling simd-adler32 v0.3.8
15232026-04-16T20:43:02.661Z Compiling siphasher v1.0.2
15242026-04-16T20:43:02.837Z Compiling crossbeam-utils v0.8.21
15252026-04-16T20:43:02.852Z Compiling syn v1.0.109
15262026-04-16T20:43:03.118Z Compiling bit-vec v0.8.0
15272026-04-16T20:43:03.145Z Compiling num_threads v0.1.7
15282026-04-16T20:43:03.243Z Compiling time v0.3.47
15292026-04-16T20:43:03.336Z Compiling bit-set v0.8.0
15302026-04-16T20:43:03.372Z Compiling hyper-util v0.1.20
15312026-04-16T20:43:03.540Z Compiling rusty-fork v0.3.1
15322026-04-16T20:43:03.891Z Compiling derive_builder_core v0.20.2
15332026-04-16T20:43:04.751Z Compiling dof v0.4.0
15342026-04-16T20:43:05.003Z Compiling unicode-normalization v0.1.25
15352026-04-16T20:43:05.125Z Compiling dtrace-parser v0.3.0
15362026-04-16T20:43:05.312Z Compiling rustls-native-certs v0.8.3
15372026-04-16T20:43:05.452Z Compiling signature v2.2.0
15382026-04-16T20:43:05.603Z Compiling scroll_derive v0.12.1
15392026-04-16T20:43:05.619Z Compiling thiserror-impl v1.0.69
15402026-04-16T20:43:05.633Z Compiling heapless v0.7.17
15412026-04-16T20:43:05.871Z Compiling rand_xorshift v0.4.0
15422026-04-16T20:43:05.876Z Compiling slog v2.8.2
15432026-04-16T20:43:05.980Z Compiling darling_core v0.21.3
15442026-04-16T20:43:06.035Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-04-16T20:43:06.070Z Compiling sync_wrapper v1.0.2
15462026-04-16T20:43:06.179Z Compiling thread-id v5.1.0
15472026-04-16T20:43:06.262Z Compiling cookie v0.18.1
15482026-04-16T20:43:06.277Z Compiling unarray v0.1.4
15492026-04-16T20:43:06.304Z Compiling paste v1.0.15
15502026-04-16T20:43:06.383Z Compiling unicode-properties v0.1.4
15512026-04-16T20:43:06.438Z Compiling zstd-safe v7.2.4
15522026-04-16T20:43:06.569Z Compiling adler2 v2.0.1
15532026-04-16T20:43:06.589Z Compiling anyhow v1.0.102
15542026-04-16T20:43:06.629Z Compiling signal-hook v0.3.18
15552026-04-16T20:43:06.699Z Compiling unicode-bidi v0.3.18
15562026-04-16T20:43:06.796Z Compiling miniz_oxide v0.8.9
15572026-04-16T20:43:06.859Z Compiling thiserror v1.0.69
15582026-04-16T20:43:06.925Z Compiling proptest v1.10.0
15592026-04-16T20:43:07.097Z Compiling stringprep v0.1.5
15602026-04-16T20:43:07.219Z Compiling scroll v0.12.0
15612026-04-16T20:43:07.476Z Compiling tower v0.5.3
15622026-04-16T20:43:07.723Z Compiling derive_builder_macro v0.20.2
15632026-04-16T20:43:07.940Z Compiling ipnetwork v0.21.1
15642026-04-16T20:43:07.960Z Compiling http-body-util v0.1.3
15652026-04-16T20:43:08.172Z Compiling webpki-roots v1.0.6
15662026-04-16T20:43:08.198Z Compiling rand_chacha v0.3.1
15672026-04-16T20:43:08.236Z Compiling serde_tokenstream v0.2.3
15682026-04-16T20:43:08.291Z Compiling erased-serde v0.3.31
15692026-04-16T20:43:08.330Z Compiling toml_datetime v0.6.11
15702026-04-16T20:43:08.448Z Compiling darling_macro v0.21.3
15712026-04-16T20:43:08.536Z Compiling serde_spanned v0.6.9
15722026-04-16T20:43:08.589Z Compiling md-5 v0.10.6
15732026-04-16T20:43:08.682Z Compiling zerocopy-derive v0.7.35
15742026-04-16T20:43:08.753Z Compiling curve25519-dalek v4.1.3
15752026-04-16T20:43:08.769Z Compiling vergen-lib v0.1.6
15762026-04-16T20:43:08.920Z Compiling num-integer v0.1.46
15772026-04-16T20:43:08.952Z Compiling hash32 v0.2.1
15782026-04-16T20:43:08.996Z Compiling ff v0.13.1
15792026-04-16T20:43:09.089Z Compiling memoffset v0.9.1
15802026-04-16T20:43:09.136Z Compiling iri-string v0.7.10
15812026-04-16T20:43:09.149Z Compiling ryu v1.0.23
15822026-04-16T20:43:09.241Z Compiling zlib-rs v0.6.2
15832026-04-16T20:43:09.277Z Compiling ref-cast v1.0.25
15842026-04-16T20:43:09.327Z Compiling psl-types v2.0.11
15852026-04-16T20:43:09.456Z Compiling rustix v0.38.44
15862026-04-16T20:43:09.544Z Compiling smoltcp v0.9.1
15872026-04-16T20:43:09.575Z Compiling num-bigint-dig v0.8.6
15882026-04-16T20:43:09.767Z Compiling cfg_aliases v0.2.1
15892026-04-16T20:43:09.853Z Compiling base16ct v0.2.0
15902026-04-16T20:43:09.876Z Compiling fallible-iterator v0.2.0
15912026-04-16T20:43:09.911Z Compiling litrs v1.0.0
15922026-04-16T20:43:10.038Z Compiling sec1 v0.7.3
15932026-04-16T20:43:10.191Z Compiling postgres-protocol v0.6.10
15942026-04-16T20:43:10.315Z Compiling tower-http v0.6.8
15952026-04-16T20:43:10.411Z Compiling document-features v0.2.12
15962026-04-16T20:43:10.716Z Compiling nix v0.31.2
15972026-04-16T20:43:10.776Z Compiling zerocopy v0.7.35
15982026-04-16T20:43:10.806Z Compiling publicsuffix v2.3.0
15992026-04-16T20:43:10.996Z Compiling serde_urlencoded v0.7.1
16002026-04-16T20:43:11.078Z Compiling newtype-uuid v1.3.2
16012026-04-16T20:43:11.093Z Compiling num-iter v0.1.45
16022026-04-16T20:43:11.215Z Compiling group v0.13.0
16032026-04-16T20:43:11.408Z Compiling darling v0.21.3
16042026-04-16T20:43:11.436Z Compiling rand v0.8.5
16052026-04-16T20:43:11.493Z Compiling derive_builder v0.20.2
16062026-04-16T20:43:11.625Z Compiling oxnet v0.1.4
16072026-04-16T20:43:11.699Z Compiling tokio-native-tls v0.3.1
16082026-04-16T20:43:11.720Z Compiling hubpack_derive v0.1.1
16092026-04-16T20:43:11.965Z Compiling goblin v0.8.2
16102026-04-16T20:43:12.147Z Compiling flate2 v1.1.9
16112026-04-16T20:43:12.479Z Compiling regex v1.12.3
16122026-04-16T20:43:12.541Z Compiling phf_shared v0.13.1
16132026-04-16T20:43:12.556Z Compiling lazy_static v1.5.0
16142026-04-16T20:43:12.652Z Compiling cargo-platform v0.1.9
16152026-04-16T20:43:12.666Z Compiling hkdf v0.12.4
16162026-04-16T20:43:12.755Z Compiling crypto-bigint v0.5.5
16172026-04-16T20:43:12.779Z Compiling terminal_size v0.4.3
16182026-04-16T20:43:12.825Z Compiling strum_macros v0.27.2
16192026-04-16T20:43:12.903Z Compiling async-trait v0.1.89
16202026-04-16T20:43:12.919Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-16T20:43:12.922Z Compiling ref-cast-impl v1.0.25
16222026-04-16T20:43:13.460Z Compiling daft-derive v0.1.5
16232026-04-16T20:43:13.549Z Compiling vergen v9.0.6
16242026-04-16T20:43:13.730Z Compiling fs-err v3.3.0
16252026-04-16T20:43:13.910Z Compiling ahash v0.8.12
16262026-04-16T20:43:13.925Z Compiling winnow v0.5.40
16272026-04-16T20:43:14.113Z Compiling object v0.37.3
16282026-04-16T20:43:14.170Z Compiling foldhash v0.1.5
16292026-04-16T20:43:14.341Z Compiling libbz2-rs-sys v0.2.2
16302026-04-16T20:43:14.383Z Compiling managed v0.8.0
16312026-04-16T20:43:14.598Z Compiling unicode-segmentation v1.12.0
16322026-04-16T20:43:14.769Z Compiling bitflags v1.3.2
16332026-04-16T20:43:14.852Z Compiling bumpalo v3.20.2
16342026-04-16T20:43:15.037Z Compiling strum v0.27.2
16352026-04-16T20:43:15.072Z Compiling zopfli v0.8.3
16362026-04-16T20:43:15.110Z Compiling bzip2 v0.6.1
16372026-04-16T20:43:15.168Z Compiling clap_builder v4.5.60
16382026-04-16T20:43:15.316Z Compiling toml_edit v0.19.15
16392026-04-16T20:43:15.412Z Compiling hashbrown v0.15.5
16402026-04-16T20:43:15.461Z Compiling daft v0.1.5
16412026-04-16T20:43:15.714Z Compiling dof v0.3.0
16422026-04-16T20:43:15.818Z Compiling elliptic-curve v0.13.8
16432026-04-16T20:43:16.080Z Compiling cargo_metadata v0.19.2
16442026-04-16T20:43:16.212Z Compiling phf v0.13.1
16452026-04-16T20:43:16.423Z Compiling signal-hook-mio v0.2.5
16462026-04-16T20:43:16.542Z Compiling cookie_store v0.22.1
16472026-04-16T20:43:17.414Z Compiling hubpack v0.1.2
16482026-04-16T20:43:17.558Z Compiling zstd v0.13.3
16492026-04-16T20:43:17.621Z Compiling bzip2 v0.4.4
16502026-04-16T20:43:17.815Z Compiling hyper-tls v0.6.0
16512026-04-16T20:43:17.836Z Compiling serde_with_macros v3.17.0
16522026-04-16T20:43:18.027Z Compiling postgres-types v0.2.12
16532026-04-16T20:43:18.042Z Compiling usdt-macro v0.6.0
16542026-04-16T20:43:18.155Z Compiling usdt-attr-macro v0.6.0
16552026-04-16T20:43:18.571Z Compiling dtrace-parser v0.2.0
16562026-04-16T20:43:18.768Z Compiling ed25519 v2.2.3
16572026-04-16T20:43:18.830Z Compiling bstr v1.12.1
16582026-04-16T20:43:18.931Z Compiling phf_shared v0.11.3
16592026-04-16T20:43:18.935Z Compiling pkcs1 v0.7.5
16602026-04-16T20:43:19.057Z Compiling hex v0.4.3
16612026-04-16T20:43:19.118Z Compiling serde-big-array v0.5.1
16622026-04-16T20:43:19.265Z Compiling rfc6979 v0.4.0
16632026-04-16T20:43:19.318Z Compiling clap_derive v4.5.55
16642026-04-16T20:43:19.334Z Compiling enum-as-inner v0.6.1
16652026-04-16T20:43:19.348Z Compiling serde_repr v0.1.20
16662026-04-16T20:43:19.389Z Compiling strum_macros v0.26.4
16672026-04-16T20:43:19.469Z Compiling float-cmp v0.10.0
16682026-04-16T20:43:19.618Z Compiling thread-id v4.2.2
16692026-04-16T20:43:19.673Z Compiling memmap2 v0.9.10
16702026-04-16T20:43:19.704Z Compiling env_filter v1.0.0
16712026-04-16T20:43:19.867Z Compiling encoding_rs v0.8.35
16722026-04-16T20:43:19.895Z Compiling data-encoding v2.10.0
16732026-04-16T20:43:19.929Z Compiling precomputed-hash v0.1.1
16742026-04-16T20:43:20.021Z Compiling difflib v0.4.0
16752026-04-16T20:43:20.038Z Compiling new_debug_unreachable v1.0.6
16762026-04-16T20:43:20.115Z Compiling fixedbitset v0.4.2
16772026-04-16T20:43:20.340Z Compiling rustc-hash v2.1.1
16782026-04-16T20:43:20.473Z Compiling mime v0.3.17
16792026-04-16T20:43:20.587Z Compiling normalize-line-endings v0.3.0
16802026-04-16T20:43:20.602Z Compiling fixedbitset v0.5.7
16812026-04-16T20:43:20.687Z Compiling keccak v0.1.6
16822026-04-16T20:43:20.738Z Compiling predicates-core v1.0.10
16832026-04-16T20:43:20.912Z Compiling jiff v0.2.21
16842026-04-16T20:43:20.932Z Compiling either v1.15.0
16852026-04-16T20:43:21.127Z Compiling static_assertions v1.1.0
16862026-04-16T20:43:21.149Z Compiling whoami v2.1.0
16872026-04-16T20:43:21.182Z Compiling strum v0.26.3
16882026-04-16T20:43:21.203Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16892026-04-16T20:43:21.313Z Compiling toml_edit v0.22.27
16902026-04-16T20:43:21.415Z Compiling tokio-postgres v0.7.16
16912026-04-16T20:43:21.498Z Compiling clap v4.5.60
16922026-04-16T20:43:21.523Z Compiling itertools v0.13.0
16932026-04-16T20:43:21.583Z Compiling predicates v3.1.4
16942026-04-16T20:43:21.960Z Compiling sha3 v0.10.8
16952026-04-16T20:43:22.229Z Compiling petgraph v0.8.3
16962026-04-16T20:43:22.411Z Compiling iddqd v0.3.17
16972026-04-16T20:43:22.727Z Compiling petgraph v0.6.5
16982026-04-16T20:43:23.541Z Compiling zip v4.6.1
16992026-04-16T20:43:23.571Z Compiling hickory-proto v0.25.2
17002026-04-16T20:43:23.920Z Compiling string_cache v0.8.9
17012026-04-16T20:43:24.003Z Compiling env_logger v0.11.9
17022026-04-16T20:43:24.141Z Compiling usdt v0.6.0
17032026-04-16T20:43:24.162Z Compiling usdt-impl v0.5.0
17042026-04-16T20:43:24.187Z Compiling ecdsa v0.16.9
17052026-04-16T20:43:24.352Z Compiling serde_with v3.17.0
17062026-04-16T20:43:24.398Z Compiling similar v2.7.0
17072026-04-16T20:43:24.511Z Compiling rsa v0.9.10
17082026-04-16T20:43:24.578Z Compiling ed25519-dalek v2.2.0
17092026-04-16T20:43:24.730Z Compiling crossterm v0.28.1
17102026-04-16T20:43:25.274Z Compiling zip v0.6.6
17112026-04-16T20:43:25.717Z Compiling toml v0.7.8
17122026-04-16T20:43:26.278Z Compiling heck v0.4.1
17132026-04-16T20:43:26.304Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-04-16T20:43:26.335Z Compiling crossbeam-epoch v0.9.18
17152026-04-16T20:43:26.473Z Compiling tokio-stream v0.1.18
17162026-04-16T20:43:26.510Z Compiling buf-list v1.1.2
17172026-04-16T20:43:26.666Z Compiling x509-cert v0.2.5
17182026-04-16T20:43:26.785Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-04-16T20:43:26.934Z Compiling openapiv3 v2.2.0
17202026-04-16T20:43:26.951Z Compiling sha1 v0.10.6
17212026-04-16T20:43:27.089Z Compiling toml_datetime v0.7.5+spec-1.1.0
17222026-04-16T20:43:27.173Z Compiling lalrpop-util v0.19.12
17232026-04-16T20:43:27.393Z Compiling peg-runtime v0.8.5
17242026-04-16T20:43:27.399Z Compiling thread_local v1.1.9
17252026-04-16T20:43:27.638Z Compiling slog-async v2.8.0
17262026-04-16T20:43:27.658Z Compiling crossbeam-channel v0.5.15
17272026-04-16T20:43:27.882Z Compiling futures-executor v0.3.32
17282026-04-16T20:43:27.958Z Compiling is-terminal v0.4.17
17292026-04-16T20:43:28.059Z Compiling filetime v0.2.27
17302026-04-16T20:43:28.120Z Compiling term v1.2.1
17312026-04-16T20:43:28.145Z Compiling xattr v1.6.1
17322026-04-16T20:43:28.235Z Compiling take_mut v0.2.2
17332026-04-16T20:43:28.281Z Compiling tar v0.4.45
17342026-04-16T20:43:28.298Z Compiling futures v0.3.32
17352026-04-16T20:43:28.380Z Compiling slog-term v2.9.2
17362026-04-16T20:43:35.506Z Compiling rustls-webpki v0.103.9
17372026-04-16T20:43:38.270Z Compiling tokio-rustls v0.26.4
17382026-04-16T20:43:38.270Z Compiling rustls-platform-verifier v0.6.2
17392026-04-16T20:43:38.473Z Compiling hyper-rustls v0.27.7
17402026-04-16T20:43:38.677Z Compiling reqwest v0.12.28
17412026-04-16T20:43:38.677Z Compiling reqwest v0.13.2
17422026-04-16T20:43:40.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17432026-04-16T20:43:40.970Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17442026-04-16T20:43:43.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17452026-04-16T20:43:43.931Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17462026-04-16T20:43:43.985ZApr 16 20:43:42.465 INFO Starting download, target: Console
17472026-04-16T20:43:43.985ZApr 16 20:43:42.465 INFO Starting download, target: Cockroach
17482026-04-16T20:43:43.985ZApr 16 20:43:42.465 INFO Starting download, target: Clickhouse
17492026-04-16T20:43:43.985ZApr 16 20:43:42.465 INFO Starting download, target: DendriteStub
17502026-04-16T20:43:43.985ZApr 16 20:43:42.465 INFO Starting download, target: MaghemiteMgd
17512026-04-16T20:43:43.986ZApr 16 20:43:42.465 INFO Starting download, target: TransceiverControl
17522026-04-16T20:43:43.986ZApr 16 20:43:42.465 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17532026-04-16T20:43:43.989ZApr 16 20:43:42.465 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-16T20:43:43.989ZApr 16 20:43:42.465 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17552026-04-16T20:43:43.989ZApr 16 20:43:42.465 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17562026-04-16T20:43:43.989ZApr 16 20:43:42.465 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-04-16T20:43:43.989ZApr 16 20:43:42.465 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-04-16T20:43:44.507ZApr 16 20:43:42.971 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17592026-04-16T20:43:44.710ZApr 16 20:43:43.179 INFO Download complete, target: TransceiverControl
17602026-04-16T20:43:45.031ZApr 16 20:43:43.505 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17612026-04-16T20:43:45.299ZApr 16 20:43:43.767 INFO Download complete, target: Console
17622026-04-16T20:43:45.549ZApr 16 20:43:44.023 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-04-16T20:43:45.588ZApr 16 20:43:44.067 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-04-16T20:43:45.991ZApr 16 20:43:44.471 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-04-16T20:43:45.991ZApr 16 20:43:44.471 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-04-16T20:43:46.321ZApr 16 20:43:44.800 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17672026-04-16T20:43:47.929ZApr 16 20:43:46.409 INFO Download complete, target: MaghemiteMgd
17682026-04-16T20:43:47.929ZApr 16 20:43:46.409 INFO Download complete, target: DendriteStub
17692026-04-16T20:43:50.639ZApr 16 20:43:49.116 INFO Checking that binary works, target: Cockroach
17702026-04-16T20:43:50.733ZApr 16 20:43:49.212 INFO Download complete, target: Cockroach
17712026-04-16T20:43:53.103ZApr 16 20:43:51.581 INFO Checking that binary works, target: Clickhouse
17722026-04-16T20:43:53.194ZApr 16 20:43:51.672 INFO Download complete, target: Clickhouse
17732026-04-16T20:43:53.206ZAll builder prerequisites installed successfully, and PATH looks valid
17742026-04-16T20:43:53.210Z
17752026-04-16T20:43:53.210Zreal 3:03.135693823
17762026-04-16T20:43:53.210Zuser 7:14.691620927
17772026-04-16T20:43:53.210Zsys 1:24.784458114
17782026-04-16T20:43:53.210Ztrap 0.212877686
17792026-04-16T20:43:53.210Ztflt 0.560562284
17802026-04-16T20:43:53.210Zdflt 0.543780647
17812026-04-16T20:43:53.210Zkflt 0.024627162
17822026-04-16T20:43:53.210Zlock 20:46.379001370
17832026-04-16T20:43:53.210Zslp 21:33.197107352
17842026-04-16T20:43:53.210Zlat 42.564081380
17852026-04-16T20:43:53.210Zstop 2:04.166398550
17862026-04-16T20:43:53.210Z+ banner clippy
17872026-04-16T20:43:53.210Z
17882026-04-16T20:43:53.210Z #### # # ##### ##### # #
17892026-04-16T20:43:53.210Z # # # # # # # # # #
17902026-04-16T20:43:53.210Z # # # # # # # #
17912026-04-16T20:43:53.210Z # # # ##### ##### #
17922026-04-16T20:43:53.210Z # # # # # # #
17932026-04-16T20:43:53.210Z #### ###### # # # #
17942026-04-16T20:43:53.210Z
17952026-04-16T20:43:53.210Z+ export CARGO_INCREMENTAL=0
17962026-04-16T20:43:53.210Z+ CARGO_INCREMENTAL=0
17972026-04-16T20:43:53.210Z+ ptime -m cargo xtask clippy
17982026-04-16T20:43:53.733Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17992026-04-16T20:43:53.956Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18002026-04-16T20:43:55.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18012026-04-16T20:43:55.915Z Running `target/debug/xtask clippy`
18022026-04-16T20:43:55.930Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18032026-04-16T20:43:56.545Z Downloading crates ...
18042026-04-16T20:43:56.735Z Downloaded addr2line v0.25.1
18052026-04-16T20:43:56.741Z Downloaded oorandom v11.1.5
18062026-04-16T20:43:56.744Z Downloaded nested v0.1.1
18072026-04-16T20:43:56.744Z Downloaded linkme-impl v0.3.35
18082026-04-16T20:43:56.749Z Downloaded path-tree v0.8.3
18092026-04-16T20:43:56.749Z Downloaded plotters-backend v0.3.7
18102026-04-16T20:43:56.752Z Downloaded event-listener-strategy v0.5.4
18112026-04-16T20:43:56.756Z Downloaded miette-derive v5.10.0
18122026-04-16T20:43:56.761Z Downloaded plotters-svg v0.3.7
18132026-04-16T20:43:56.764Z Downloaded parking v2.2.1
18142026-04-16T20:43:56.764Z Downloaded approx v0.5.1
18152026-04-16T20:43:56.769Z Downloaded tinytemplate v1.2.1
18162026-04-16T20:43:56.773Z Downloaded partial-io v0.5.4
18172026-04-16T20:43:56.773Z Downloaded criterion-plot v0.6.0
18182026-04-16T20:43:56.777Z Downloaded constant_time_eq v0.3.1
18192026-04-16T20:43:56.783Z Downloaded cargo-platform v0.3.2
18202026-04-16T20:43:56.787Z Downloaded supports-hyperlinks v2.1.0
18212026-04-16T20:43:56.790Z Downloaded cast v0.3.0
18222026-04-16T20:43:56.790Z Downloaded tokio-test v0.4.5
18232026-04-16T20:43:56.793Z Downloaded terminal_size v0.1.17
18242026-04-16T20:43:56.793Z Downloaded similar-asserts v1.7.0
18252026-04-16T20:43:56.793Z Downloaded pathdiff v0.2.3
18262026-04-16T20:43:56.793Z Downloaded guppy-workspace-hack v0.1.0
18272026-04-16T20:43:56.793Z Downloaded escape8259 v0.5.3
18282026-04-16T20:43:56.797Z Downloaded backtrace-ext v0.2.1
18292026-04-16T20:43:56.797Z Downloaded async-object-pool v0.2.0
18302026-04-16T20:43:56.797Z Downloaded serde_regex v1.1.0
18312026-04-16T20:43:56.797Z Downloaded assert-json-diff v2.0.2
18322026-04-16T20:43:56.797Z Downloaded anes v0.1.6
18332026-04-16T20:43:56.804Z Downloaded target-triple v1.0.0
18342026-04-16T20:43:56.807Z Downloaded supports-unicode v2.1.0
18352026-04-16T20:43:56.811Z Downloaded futures-timer v3.0.3
18362026-04-16T20:43:56.815Z Downloaded supports-color v2.1.0
18372026-04-16T20:43:56.818Z Downloaded libtest-mimic v0.8.1
18382026-04-16T20:43:56.818Z Downloaded concurrent-queue v2.5.0
18392026-04-16T20:43:56.822Z Downloaded cargo_metadata v0.23.1
18402026-04-16T20:43:56.825Z Downloaded target-lexicon v0.13.3
18412026-04-16T20:43:56.825Z Downloaded linkme v0.3.35
18422026-04-16T20:43:56.828Z Downloaded target-spec v3.5.7
18432026-04-16T20:43:56.828Z Downloaded stringmetrics v2.2.2
18442026-04-16T20:43:56.831Z Downloaded owo-colors v3.5.0
18452026-04-16T20:43:56.831Z Downloaded rust-argon2 v2.1.0
18462026-04-16T20:43:56.835Z Downloaded knuffel-derive v3.2.0
18472026-04-16T20:43:56.835Z Downloaded termcolor v1.4.1
18482026-04-16T20:43:56.838Z Downloaded relative-path v1.9.3
18492026-04-16T20:43:56.838Z Downloaded rstest v0.25.0
18502026-04-16T20:43:56.843Z Downloaded assert_cmd v2.1.2
18512026-04-16T20:43:56.847Z Downloaded rustc-demangle v0.1.27
18522026-04-16T20:43:56.850Z Downloaded textwrap v0.15.2
18532026-04-16T20:43:56.850Z Downloaded httptest v0.16.4
18542026-04-16T20:43:56.853Z Downloaded event-listener v5.4.1
18552026-04-16T20:43:56.853Z Downloaded datatest-stable v0.3.3
18562026-04-16T20:43:56.856Z Downloaded cfg-expr v0.20.6
18572026-04-16T20:43:56.860Z Downloaded trybuild v1.0.116
18582026-04-16T20:43:56.860Z Downloaded hickory-client v0.25.2
18592026-04-16T20:43:56.863Z Downloaded rstest_macros v0.25.0
18602026-04-16T20:43:56.863Z Downloaded async-lock v3.4.2
18612026-04-16T20:43:56.866Z Downloaded criterion v0.7.0
18622026-04-16T20:43:56.869Z Downloaded blake2b_simd v1.0.4
18632026-04-16T20:43:56.873Z Downloaded backtrace v0.3.76
18642026-04-16T20:43:56.876Z Downloaded miette v5.10.0
18652026-04-16T20:43:56.879Z Downloaded chumsky v0.9.3
18662026-04-16T20:43:56.882Z Downloaded knuffel v3.2.0
18672026-04-16T20:43:56.885Z Downloaded rand_distr v0.5.1
18682026-04-16T20:43:56.885Z Downloaded fancy-regex v0.14.0
18692026-04-16T20:43:56.892Z Downloaded hashbrown v0.14.5
18702026-04-16T20:43:56.898Z Downloaded plotters v0.3.7
18712026-04-16T20:43:56.903Z Downloaded guppy v0.17.25
18722026-04-16T20:43:56.916Z Downloaded gimli v0.32.3
18732026-04-16T20:43:57.003Z Downloaded httpmock v0.8.3
18742026-04-16T20:43:58.563Z Checking cfg-if v1.0.4
18752026-04-16T20:43:58.904Z Checking libc v0.2.185
18762026-04-16T20:43:58.907Z Checking serde_core v1.0.228
18772026-04-16T20:43:58.979Z Checking memchr v2.8.0
18782026-04-16T20:43:59.020Z Checking smallvec v1.15.1
18792026-04-16T20:43:59.058Z Checking log v0.4.29
18802026-04-16T20:43:59.092Z Checking itoa v1.0.17
18812026-04-16T20:43:59.137Z Checking zeroize v1.8.2
18822026-04-16T20:43:59.178Z Checking libm v0.2.16
18832026-04-16T20:43:59.228Z Checking scopeguard v1.2.0
18842026-04-16T20:43:59.269Z Checking stable_deref_trait v1.2.1
18852026-04-16T20:43:59.310Z Checking zmij v1.0.21
18862026-04-16T20:43:59.350Z Checking zerofrom v0.1.6
18872026-04-16T20:43:59.389Z Checking errno v0.3.14
18882026-04-16T20:43:59.389Z Checking getrandom v0.2.17
18892026-04-16T20:43:59.389Z Checking lock_api v0.4.14
18902026-04-16T20:43:59.493Z Checking yoke v0.8.1
18912026-04-16T20:43:59.533Z Checking percent-encoding v2.3.2
18922026-04-16T20:43:59.572Z Checking writeable v0.6.2
18932026-04-16T20:43:59.572Z Checking litemap v0.8.1
18942026-04-16T20:43:59.642Z Checking icu_properties_data v2.1.2
18952026-04-16T20:43:59.645Z Checking icu_normalizer_data v2.1.1
18962026-04-16T20:43:59.712Z Checking subtle v2.6.1
18972026-04-16T20:43:59.716Z Checking zerovec v0.11.5
18982026-04-16T20:43:59.779Z Checking zerotrie v0.2.3
18992026-04-16T20:43:59.816Z Checking form_urlencoded v1.2.2
19002026-04-16T20:43:59.849Z Checking utf8_iter v1.0.4
19012026-04-16T20:43:59.853Z Checking pin-project-lite v0.2.17
19022026-04-16T20:43:59.921Z Checking num-traits v0.2.19
19032026-04-16T20:43:59.958Z Checking rand_core v0.6.4
19042026-04-16T20:43:59.996Z Checking parking_lot_core v0.9.12
19052026-04-16T20:43:59.996Z Checking portable-atomic v1.13.1
19062026-04-16T20:44:00.068Z Checking zerocopy v0.8.40
19072026-04-16T20:44:00.102Z Checking critical-section v1.2.0
19082026-04-16T20:44:00.159Z Checking rand_core v0.10.0
19092026-04-16T20:44:00.195Z Checking tinystr v0.8.2
19102026-04-16T20:44:00.231Z Checking potential_utf v0.1.4
19112026-04-16T20:44:00.267Z Checking parking_lot v0.12.5
19122026-04-16T20:44:00.325Z Checking getrandom v0.4.1
19132026-04-16T20:44:00.389Z Checking icu_collections v2.1.1
19142026-04-16T20:44:00.426Z Checking icu_locale_core v2.1.1
19152026-04-16T20:44:00.459Z Checking serde v1.0.228
19162026-04-16T20:44:00.462Z Checking bitflags v2.11.0
19172026-04-16T20:44:00.493Z Checking serde_json v1.0.149
19182026-04-16T20:44:00.560Z Checking once_cell v1.21.3
19192026-04-16T20:44:00.598Z Checking signal-hook-registry v1.4.8
19202026-04-16T20:44:00.655Z Checking mio v1.2.0
19212026-04-16T20:44:00.721Z Checking socket2 v0.6.3
19222026-04-16T20:44:00.764Z Checking typenum v1.19.0
19232026-04-16T20:44:00.810Z Checking iana-time-zone v0.1.65
19242026-04-16T20:44:00.918Z Checking bytes v1.11.1
19252026-04-16T20:44:00.957Z Checking chrono v0.4.44
19262026-04-16T20:44:00.995Z Checking icu_provider v2.1.1
19272026-04-16T20:44:01.035Z Checking thiserror v2.0.18
19282026-04-16T20:44:01.076Z Checking uuid v1.23.0
19292026-04-16T20:44:01.164Z Checking semver v1.0.27
19302026-04-16T20:44:01.221Z Checking futures-core v0.3.32
19312026-04-16T20:44:01.260Z Checking icu_normalizer v2.1.1
19322026-04-16T20:44:01.304Z Checking icu_properties v2.1.2
19332026-04-16T20:44:01.371Z Checking generic-array v0.14.7
19342026-04-16T20:44:01.375Z Checking tokio v1.52.0
19352026-04-16T20:44:01.441Z Checking allocator-api2 v0.2.21
19362026-04-16T20:44:01.492Z Checking equivalent v1.0.2
19372026-04-16T20:44:01.601Z Checking dyn-clone v1.0.20
19382026-04-16T20:44:01.640Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19392026-04-16T20:44:01.745Z Checking const-oid v0.9.6
19402026-04-16T20:44:01.789Z Checking foldhash v0.2.0
19412026-04-16T20:44:01.844Z Checking futures-sink v0.3.32
19422026-04-16T20:44:01.882Z Checking crypto-common v0.1.7
19432026-04-16T20:44:01.958Z Checking hashbrown v0.16.1
19442026-04-16T20:44:01.994Z Checking block-buffer v0.10.4
19452026-04-16T20:44:02.030Z Checking futures-channel v0.3.32
19462026-04-16T20:44:02.034Z Checking futures-io v0.3.32
19472026-04-16T20:44:02.141Z Checking idna_adapter v1.2.1
19482026-04-16T20:44:02.177Z Checking futures-task v0.3.32
19492026-04-16T20:44:02.213Z Checking slab v0.4.12
19502026-04-16T20:44:02.248Z Checking rustix v1.1.3
19512026-04-16T20:44:02.289Z Checking idna v1.1.0
19522026-04-16T20:44:02.340Z Checking byteorder v1.5.0
19532026-04-16T20:44:02.395Z Checking futures-util v0.3.32
19542026-04-16T20:44:02.432Z Checking digest v0.10.7
19552026-04-16T20:44:02.470Z Checking cpufeatures v0.2.17
19562026-04-16T20:44:02.557Z Checking url v2.5.8
19572026-04-16T20:44:02.595Z Checking indexmap v2.13.0
19582026-04-16T20:44:02.598Z Checking thiserror v1.0.69
19592026-04-16T20:44:02.664Z Checking getrandom v0.3.4
19602026-04-16T20:44:02.754Z Checking fnv v1.0.7
19612026-04-16T20:44:02.791Z Checking ppv-lite86 v0.2.21
19622026-04-16T20:44:02.839Z Checking regex-syntax v0.8.10
19632026-04-16T20:44:02.875Z Checking http v1.4.0
19642026-04-16T20:44:03.023Z Checking schemars v0.8.22
19652026-04-16T20:44:03.106Z Checking tracing-core v0.1.36
19662026-04-16T20:44:03.109Z Checking base64 v0.22.1
19672026-04-16T20:44:03.178Z Checking ipnet v2.11.0
19682026-04-16T20:44:03.407Z Checking utf8parse v0.2.2
19692026-04-16T20:44:03.442Z Checking tracing v0.1.44
19702026-04-16T20:44:03.478Z Checking anstyle v1.0.13
19712026-04-16T20:44:03.483Z Checking untrusted v0.9.0
19722026-04-16T20:44:03.546Z Checking unicode-ident v1.0.24
19732026-04-16T20:44:03.647Z Checking ring v0.17.14
19742026-04-16T20:44:03.698Z Checking base64ct v1.8.3
19752026-04-16T20:44:03.701Z Checking proc-macro2 v1.0.106
19762026-04-16T20:44:03.732Z Checking anstyle-parse v0.2.7
19772026-04-16T20:44:03.735Z Checking block-padding v0.3.3
19782026-04-16T20:44:03.896Z Checking aho-corasick v1.1.4
19792026-04-16T20:44:03.947Z Checking is_terminal_polyfill v1.70.2
19802026-04-16T20:44:03.984Z Checking colorchoice v1.0.4
19812026-04-16T20:44:04.069Z Checking anstyle-query v1.1.5
19822026-04-16T20:44:04.117Z Checking inout v0.1.4
19832026-04-16T20:44:04.154Z Checking quote v1.0.44
19842026-04-16T20:44:04.190Z Checking rustls-pki-types v1.14.0
19852026-04-16T20:44:04.193Z Checking anstream v0.6.21
19862026-04-16T20:44:04.286Z Checking crossbeam-utils v0.8.21
19872026-04-16T20:44:04.323Z Checking httparse v1.10.1
19882026-04-16T20:44:04.360Z Checking syn v2.0.117
19892026-04-16T20:44:04.448Z Checking cipher v0.4.4
19902026-04-16T20:44:04.502Z Checking terminal_size v0.4.3
19912026-04-16T20:44:04.556Z Checking clap_lex v1.0.0
19922026-04-16T20:44:04.594Z Checking regex-automata v0.4.14
19932026-04-16T20:44:04.631Z Checking tokio-util v0.7.18
19942026-04-16T20:44:04.669Z Checking strsim v0.11.1
19952026-04-16T20:44:04.672Z Checking pem-rfc7468 v0.7.0
19962026-04-16T20:44:04.701Z Checking http-body v1.0.1
19972026-04-16T20:44:04.770Z Checking sha2 v0.10.9
19982026-04-16T20:44:04.774Z Checking atomic-waker v1.1.2
19992026-04-16T20:44:04.855Z Checking clap_builder v4.5.60
20002026-04-16T20:44:04.891Z Checking rand_core v0.9.5
20012026-04-16T20:44:04.894Z Checking hmac v0.12.1
20022026-04-16T20:44:04.960Z Checking try-lock v0.2.5
20032026-04-16T20:44:05.072Z Checking httpdate v1.0.3
20042026-04-16T20:44:05.110Z Checking want v0.3.1
20052026-04-16T20:44:05.113Z Checking pin-utils v0.1.0
20062026-04-16T20:44:05.142Z Checking tower-layer v0.3.3
20072026-04-16T20:44:05.246Z Checking ryu v1.0.23
20082026-04-16T20:44:05.249Z Checking h2 v0.4.13
20092026-04-16T20:44:05.285Z Checking tower-service v0.3.3
20102026-04-16T20:44:05.318Z Checking flagset v0.4.7
20112026-04-16T20:44:05.354Z Checking erased-serde v0.3.31
20122026-04-16T20:44:05.421Z Checking powerfmt v0.2.0
20132026-04-16T20:44:05.456Z Checking rand_chacha v0.9.0
20142026-04-16T20:44:05.503Z Checking der v0.7.10
20152026-04-16T20:44:05.598Z Checking deranged v0.5.8
20162026-04-16T20:44:05.681Z Checking spin v0.9.8
20172026-04-16T20:44:05.780Z Checking slog v2.8.2
20182026-04-16T20:44:05.890Z Checking socket2 v0.5.10
20192026-04-16T20:44:06.068Z Checking num-conv v0.2.0
20202026-04-16T20:44:06.106Z Checking clap v4.5.60
20212026-04-16T20:44:06.161Z Checking num_threads v0.1.7
20222026-04-16T20:44:06.213Z Checking time-core v0.1.8
20232026-04-16T20:44:06.216Z Checking rand v0.9.2
20242026-04-16T20:44:06.284Z Checking anyhow v1.0.102
20252026-04-16T20:44:06.287Z Checking http-body-util v0.1.3
20262026-04-16T20:44:06.385Z Checking aws-lc-sys v0.37.1
20272026-04-16T20:44:06.388Z Checking fastrand v2.3.0
20282026-04-16T20:44:06.507Z Checking untrusted v0.7.1
20292026-04-16T20:44:06.544Z Checking time v0.3.47
20302026-04-16T20:44:06.580Z Checking spki v0.7.3
20312026-04-16T20:44:06.617Z Checking serde_urlencoded v0.7.1
20322026-04-16T20:44:06.654Z Checking pbkdf2 v0.12.2
20332026-04-16T20:44:06.657Z Checking aes v0.8.4
20342026-04-16T20:44:06.728Z Checking openssl-probe v0.2.1
20352026-04-16T20:44:06.772Z Checking regex v1.12.3
20362026-04-16T20:44:06.808Z Checking salsa20 v0.10.2
20372026-04-16T20:44:06.847Z Checking cbc v0.1.2
20382026-04-16T20:44:06.883Z Checking rand_chacha v0.3.1
20392026-04-16T20:44:06.917Z Checking aws-lc-rs v1.16.0
20402026-04-16T20:44:06.966Z Checking hex v0.4.3
20412026-04-16T20:44:07.003Z Checking pretty-hex v0.4.1
20422026-04-16T20:44:07.070Z Checking scrypt v0.11.0
20432026-04-16T20:44:07.106Z Checking tempfile v3.25.0
20442026-04-16T20:44:07.146Z Checking rand v0.8.5
20452026-04-16T20:44:07.150Z Checking ipnetwork v0.21.1
20462026-04-16T20:44:07.271Z Checking plain v0.2.3
20472026-04-16T20:44:07.274Z Checking pkcs5 v0.7.1
20482026-04-16T20:44:07.347Z Checking camino v1.2.2
20492026-04-16T20:44:07.404Z Checking ucd-trie v0.1.7
20502026-04-16T20:44:07.473Z Checking rustls-native-certs v0.8.3
20512026-04-16T20:44:07.567Z Checking pest v2.8.6
20522026-04-16T20:44:07.604Z Checking pkcs8 v0.10.2
20532026-04-16T20:44:07.640Z Checking sync_wrapper v1.0.2
20542026-04-16T20:44:07.643Z Checking webpki-roots v1.0.6
20552026-04-16T20:44:07.710Z Checking iri-string v0.7.10
20562026-04-16T20:44:07.746Z Checking simd-adler32 v0.3.8
20572026-04-16T20:44:07.784Z Checking tower v0.5.3
20582026-04-16T20:44:07.787Z Checking rustls-webpki v0.103.9
20592026-04-16T20:44:07.854Z Checking openapiv3 v2.2.0
20602026-04-16T20:44:07.857Z Checking mime v0.3.17
20612026-04-16T20:44:07.941Z Checking either v1.15.0
20622026-04-16T20:44:07.978Z Checking hyper v1.8.1
20632026-04-16T20:44:08.083Z Checking adler2 v2.0.1
20642026-04-16T20:44:08.153Z Checking winnow v0.7.14
20652026-04-16T20:44:08.191Z Checking static_assertions v1.1.0
20662026-04-16T20:44:08.227Z Checking miniz_oxide v0.8.9
20672026-04-16T20:44:08.262Z Checking rustls v0.23.37
20682026-04-16T20:44:08.298Z Checking oxnet v0.1.4
20692026-04-16T20:44:08.559Z Checking lazy_static v1.5.0
20702026-04-16T20:44:08.603Z Checking signature v2.2.0
20712026-04-16T20:44:08.640Z Checking hubpack v0.1.2
20722026-04-16T20:44:08.692Z Checking encoding_rs v0.8.35
20732026-04-16T20:44:08.764Z Checking strum v0.26.3
20742026-04-16T20:44:08.767Z Checking tower-http v0.6.8
20752026-04-16T20:44:08.844Z Checking crc32fast v1.5.0
20762026-04-16T20:44:08.907Z Checking foreign-types-shared v0.1.1
20772026-04-16T20:44:08.911Z Checking hyper-util v0.1.20
20782026-04-16T20:44:09.011Z Checking sha1 v0.10.6
20792026-04-16T20:44:09.048Z Checking foreign-types v0.3.2
20802026-04-16T20:44:09.101Z Checking openssl-sys v0.9.111
20812026-04-16T20:44:09.147Z Checking tinyvec_macros v0.1.1
20822026-04-16T20:44:09.191Z Checking toml_datetime v0.6.11
20832026-04-16T20:44:09.228Z Checking serde_spanned v0.6.9
20842026-04-16T20:44:09.263Z Checking tinyvec v1.10.0
20852026-04-16T20:44:09.384Z Checking num-integer v0.1.46
20862026-04-16T20:44:09.387Z Checking data-encoding v2.10.0
20872026-04-16T20:44:09.486Z Checking scroll v0.13.0
20882026-04-16T20:44:09.599Z Checking bit-vec v0.8.0
20892026-04-16T20:44:09.637Z Checking zlib-rs v0.6.2
20902026-04-16T20:44:09.640Z Checking openssl v0.10.75
20912026-04-16T20:44:09.706Z Checking base16ct v0.2.0
20922026-04-16T20:44:09.742Z Checking goblin v0.10.5
20932026-04-16T20:44:09.745Z Checking ff v0.13.1
20942026-04-16T20:44:09.822Z Checking bit-set v0.8.0
20952026-04-16T20:44:09.860Z Checking sec1 v0.7.3
20962026-04-16T20:44:09.931Z Checking memmap2 v0.9.10
20972026-04-16T20:44:09.996Z Checking wait-timeout v0.2.1
20982026-04-16T20:44:10.091Z Checking group v0.13.0
20992026-04-16T20:44:10.128Z Checking num-iter v0.1.45
21002026-04-16T20:44:10.162Z Checking dtrace-parser v0.3.0
21012026-04-16T20:44:10.198Z Checking bstr v1.12.1
21022026-04-16T20:44:10.264Z Checking hkdf v0.12.4
21032026-04-16T20:44:10.267Z Checking crossbeam-epoch v0.9.18
21042026-04-16T20:44:10.423Z Checking ahash v0.8.12
21052026-04-16T20:44:10.460Z Checking crypto-bigint v0.5.5
21062026-04-16T20:44:10.535Z Checking flate2 v1.1.9
21072026-04-16T20:44:10.572Z Checking thread-id v5.1.0
21082026-04-16T20:44:10.612Z Checking psl-types v2.0.11
21092026-04-16T20:44:10.648Z Checking quick-error v1.2.3
21102026-04-16T20:44:10.687Z Checking tokio-rustls v0.26.4
21112026-04-16T20:44:10.687Z Checking cookie v0.18.1
21122026-04-16T20:44:10.757Z Checking publicsuffix v2.3.0
21132026-04-16T20:44:10.792Z Checking rusty-fork v0.3.1
21142026-04-16T20:44:10.854Z Checking rand_xorshift v0.4.0
21152026-04-16T20:44:10.942Z Checking scroll v0.12.0
21162026-04-16T20:44:10.946Z Checking unarray v0.1.4
21172026-04-16T20:44:11.015Z Checking cookie_store v0.22.1
21182026-04-16T20:44:11.018Z Checking hyper-rustls v0.27.7
21192026-04-16T20:44:11.018Z Checking rustls-platform-verifier v0.6.2
21202026-04-16T20:44:11.116Z Checking proptest v1.10.0
21212026-04-16T20:44:11.229Z Checking goblin v0.8.2
21222026-04-16T20:44:11.266Z Checking num-bigint-dig v0.8.6
21232026-04-16T20:44:11.302Z Checking pkcs1 v0.7.5
21242026-04-16T20:44:11.363Z Checking elliptic-curve v0.13.8
21252026-04-16T20:44:11.401Z Checking x509-cert v0.2.5
21262026-04-16T20:44:11.539Z Checking zerocopy v0.7.35
21272026-04-16T20:44:11.621Z Checking native-tls v0.2.18
21282026-04-16T20:44:11.705Z Checking unicode-segmentation v1.12.0
21292026-04-16T20:44:11.830Z Checking tokio-native-tls v0.3.1
21302026-04-16T20:44:12.019Z Checking hyper-tls v0.6.0
21312026-04-16T20:44:12.057Z Checking reqwest v0.13.2
21322026-04-16T20:44:12.060Z Checking dof v0.4.0
21332026-04-16T20:44:12.060Z Checking dtrace-parser v0.2.0
21342026-04-16T20:44:12.160Z Checking rsa v0.9.10
21352026-04-16T20:44:12.163Z Checking rfc6979 v0.4.0
21362026-04-16T20:44:12.229Z Checking reqwest v0.12.28
21372026-04-16T20:44:12.337Z Checking thread-id v4.2.2
21382026-04-16T20:44:12.379Z Checking toml_write v0.1.2
21392026-04-16T20:44:12.446Z Checking ecdsa v0.16.9
21402026-04-16T20:44:12.578Z Checking toml_edit v0.22.27
21412026-04-16T20:44:12.647Z Checking toml_parser v1.0.9+spec-1.1.0
21422026-04-16T20:44:12.744Z Checking usdt-impl v0.6.0
21432026-04-16T20:44:12.808Z Checking curve25519-dalek v4.1.3
21442026-04-16T20:44:12.899Z Checking newtype-uuid v1.3.2
21452026-04-16T20:44:12.938Z Checking memoffset v0.9.1
21462026-04-16T20:44:12.996Z Checking rustix v0.38.44
21472026-04-16T20:44:13.048Z Checking env_filter v1.0.0
21482026-04-16T20:44:13.084Z Checking usdt v0.6.0
21492026-04-16T20:44:13.120Z Checking dof v0.3.0
21502026-04-16T20:44:13.123Z Checking keccak v0.1.6
21512026-04-16T20:44:13.190Z Checking daft v0.1.5
21522026-04-16T20:44:13.226Z Checking env_logger v0.11.9
21532026-04-16T20:44:13.271Z Checking ed25519 v2.2.3
21542026-04-16T20:44:13.346Z Checking sha3 v0.10.8
21552026-04-16T20:44:13.427Z Checking usdt-impl v0.5.0
21562026-04-16T20:44:13.464Z Checking itertools v0.13.0
21572026-04-16T20:44:13.468Z Checking serde_with v3.17.0
21582026-04-16T20:44:13.533Z Checking bitflags v1.3.2
21592026-04-16T20:44:13.577Z Checking siphasher v1.0.2
21602026-04-16T20:44:13.614Z Checking ed25519-dalek v2.2.0
21612026-04-16T20:44:13.650Z Checking unicode-normalization v0.1.25
21622026-04-16T20:44:13.685Z Checking signal-hook v0.3.18
21632026-04-16T20:44:13.742Z Checking managed v0.8.0
21642026-04-16T20:44:13.780Z Checking winnow v0.5.40
21652026-04-16T20:44:13.822Z Checking nix v0.31.2
21662026-04-16T20:44:13.875Z Checking bzip2-sys v0.1.13+1.0.8
21672026-04-16T20:44:13.917Z Checking object v0.37.3
21682026-04-16T20:44:13.958Z Checking foldhash v0.1.5
21692026-04-16T20:44:13.996Z Checking bzip2 v0.4.4
21702026-04-16T20:44:14.094Z Checking signal-hook-mio v0.2.5
21712026-04-16T20:44:14.131Z Checking hashbrown v0.15.5
21722026-04-16T20:44:14.188Z Checking ref-cast v1.0.25
21732026-04-16T20:44:14.229Z Checking zstd-sys v2.0.16+zstd.1.5.7
21742026-04-16T20:44:14.318Z Checking toml_datetime v0.7.5+spec-1.1.0
21752026-04-16T20:44:14.370Z Checking zstd-safe v7.2.4
21762026-04-16T20:44:14.535Z Checking zip v0.6.6
21772026-04-16T20:44:14.572Z Checking libbz2-rs-sys v0.2.2
21782026-04-16T20:44:14.576Z Checking bumpalo v3.20.2
21792026-04-16T20:44:14.640Z Checking zstd v0.13.3
21802026-04-16T20:44:14.832Z Checking zopfli v0.8.3
21812026-04-16T20:44:14.869Z Checking crossterm v0.28.1
21822026-04-16T20:44:14.872Z Checking similar v2.7.0
21832026-04-16T20:44:14.939Z Checking tokio-stream v0.1.18
21842026-04-16T20:44:14.944Z Checking fs-err v3.3.0
21852026-04-16T20:44:15.007Z Checking toml_edit v0.19.15
21862026-04-16T20:44:15.012Z Checking bzip2 v0.6.1
21872026-04-16T20:44:15.174Z Checking hash32 v0.2.1
21882026-04-16T20:44:15.230Z Checking serde-big-array v0.5.1
21892026-04-16T20:44:15.295Z Checking jiff v0.2.21
21902026-04-16T20:44:15.332Z Checking predicates-core v1.0.10
21912026-04-16T20:44:15.369Z Checking unicode-properties v0.1.4
21922026-04-16T20:44:15.372Z Checking unicode-bidi v0.3.18
21932026-04-16T20:44:15.438Z Checking heapless v0.7.17
21942026-04-16T20:44:15.482Z Checking hickory-proto v0.25.2
21952026-04-16T20:44:15.587Z Checking md-5 v0.10.6
21962026-04-16T20:44:15.624Z Checking float-cmp v0.10.0
21972026-04-16T20:44:15.727Z Checking stringprep v0.1.5
21982026-04-16T20:44:15.766Z Checking fallible-iterator v0.2.0
21992026-04-16T20:44:15.803Z Checking rustc-hash v2.1.1
22002026-04-16T20:44:15.878Z Checking difflib v0.4.0
22012026-04-16T20:44:15.915Z Checking normalize-line-endings v0.3.0
22022026-04-16T20:44:15.949Z Checking iddqd v0.3.17
22032026-04-16T20:44:16.034Z Checking smoltcp v0.9.1
22042026-04-16T20:44:16.037Z Checking toml v0.7.8
22052026-04-16T20:44:16.104Z Checking postgres-protocol v0.6.10
22062026-04-16T20:44:16.107Z Checking predicates v3.1.4
22072026-04-16T20:44:16.210Z Checking phf_shared v0.13.1
22082026-04-16T20:44:16.369Z Checking phf_shared v0.11.3
22092026-04-16T20:44:16.436Z Checking buf-list v1.1.2
22102026-04-16T20:44:16.439Z Checking strum v0.27.2
22112026-04-16T20:44:16.507Z Checking precomputed-hash v0.1.1
22122026-04-16T20:44:16.548Z Checking fixedbitset v0.5.7
22132026-04-16T20:44:16.585Z Checking lalrpop-util v0.19.12
22142026-04-16T20:44:16.621Z Checking new_debug_unreachable v1.0.6
22152026-04-16T20:44:16.677Z Checking fixedbitset v0.4.2
22162026-04-16T20:44:16.680Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-04-16T20:44:16.747Z Checking string_cache v0.8.9
22182026-04-16T20:44:16.783Z Checking petgraph v0.8.3
22192026-04-16T20:44:16.787Z Checking postgres-types v0.2.12
22202026-04-16T20:44:16.854Z Checking phf v0.13.1
22212026-04-16T20:44:16.857Z Checking petgraph v0.6.5
22222026-04-16T20:44:16.938Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22232026-04-16T20:44:17.031Z Checking peg-runtime v0.8.5
22242026-04-16T20:44:17.151Z Checking whoami v2.1.0
22252026-04-16T20:44:17.243Z Checking futures-executor v0.3.32
22262026-04-16T20:44:17.320Z Checking is-terminal v0.4.17
22272026-04-16T20:44:17.375Z Checking tokio-postgres v0.7.16
22282026-04-16T20:44:17.419Z Checking futures v0.3.32
22292026-04-16T20:44:17.456Z Checking crossbeam-channel v0.5.15
22302026-04-16T20:44:17.519Z Checking zip v4.6.1
22312026-04-16T20:44:17.557Z Compiling structmeta-derive v0.3.0
22322026-04-16T20:44:17.811Z Checking thread_local v1.1.9
22332026-04-16T20:44:18.013Z Checking take_mut v0.2.2
22342026-04-16T20:44:18.119Z Checking term v1.2.1
22352026-04-16T20:44:18.156Z Checking slog-async v2.8.0
22362026-04-16T20:44:18.160Z Compiling newtype-uuid-macros v0.1.0
22372026-04-16T20:44:18.285Z Compiling rustls v0.22.4
22382026-04-16T20:44:18.359Z Compiling multer v3.1.0
22392026-04-16T20:44:18.398Z Checking slog-term v2.9.2
22402026-04-16T20:44:18.401Z Checking regress v0.10.5
22412026-04-16T20:44:18.534Z Compiling async-stream-impl v0.3.6
22422026-04-16T20:44:18.654Z Compiling dropshot v0.16.7
22432026-04-16T20:44:18.657Z Compiling structmeta v0.3.0
22442026-04-16T20:44:18.703Z Compiling dropshot_endpoint v0.16.7
22452026-04-16T20:44:18.771Z Checking match_cfg v0.1.0
22462026-04-16T20:44:18.872Z Checking hostname v0.3.1
22472026-04-16T20:44:18.981Z Checking slog-json v2.6.1
22482026-04-16T20:44:18.984Z Compiling derive-ex v0.1.8
22492026-04-16T20:44:19.049Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22502026-04-16T20:44:19.053Z Checking debug-ignore v1.0.5
22512026-04-16T20:44:19.123Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22522026-04-16T20:44:19.166Z Checking serde_spanned v1.0.4
22532026-04-16T20:44:19.169Z Checking slog-bunyan v2.5.0
22542026-04-16T20:44:19.235Z Checking toml_writer v1.0.6+spec-1.1.0
22552026-04-16T20:44:19.329Z Checking progenitor-client v0.13.0
22562026-04-16T20:44:19.365Z Checking rustls-webpki v0.102.8
22572026-04-16T20:44:19.447Z Checking serde_path_to_error v0.1.20
22582026-04-16T20:44:19.483Z Checking async-stream v0.3.6
22592026-04-16T20:44:19.595Z Checking waitgroup v0.1.2
22602026-04-16T20:44:19.638Z Checking rustls-pemfile v2.2.0
22612026-04-16T20:44:19.724Z Checking hostname v0.4.2
22622026-04-16T20:44:19.761Z Checking toml v0.9.12+spec-1.1.0
22632026-04-16T20:44:19.830Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-04-16T20:44:19.833Z Compiling parse-display-derive v0.10.0
22652026-04-16T20:44:19.898Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22662026-04-16T20:44:19.902Z Checking itertools v0.14.0
22672026-04-16T20:44:19.968Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22682026-04-16T20:44:20.102Z Checking macaddr v1.0.1
22692026-04-16T20:44:20.310Z Checking instant v0.1.13
22702026-04-16T20:44:20.355Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22712026-04-16T20:44:20.395Z Checking progenitor-client v0.10.0
22722026-04-16T20:44:20.432Z Checking backoff v0.4.0
22732026-04-16T20:44:20.497Z Checking backon v1.6.0
22742026-04-16T20:44:20.614Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22752026-04-16T20:44:20.688Z Checking unicode-width v0.2.0
22762026-04-16T20:44:20.692Z Checking progenitor-extras v0.1.1
22772026-04-16T20:44:20.757Z Compiling test-strategy v0.4.5
22782026-04-16T20:44:20.965Z Checking heck v0.5.0
22792026-04-16T20:44:20.968Z Compiling convert_case v0.4.0
22802026-04-16T20:44:21.036Z Checking half v2.7.1
22812026-04-16T20:44:21.118Z Checking ciborium-io v0.2.2
22822026-04-16T20:44:21.121Z Checking secrecy v0.10.3
22832026-04-16T20:44:21.240Z Checking indent_write v2.2.0
22842026-04-16T20:44:21.277Z Checking tokio-rustls v0.25.0
22852026-04-16T20:44:21.312Z Checking universal-hash v0.5.1
22862026-04-16T20:44:21.346Z Checking ciborium-ll v0.2.2
22872026-04-16T20:44:21.400Z Compiling unsafe-libyaml v0.2.11
22882026-04-16T20:44:21.436Z Compiling derive_more v0.99.20
22892026-04-16T20:44:21.472Z Checking opaque-debug v0.3.1
22902026-04-16T20:44:21.545Z Checking ciborium v0.2.2
22912026-04-16T20:44:21.582Z Checking parse-display v0.10.0
22922026-04-16T20:44:21.586Z Checking camino-tempfile v1.4.1
22932026-04-16T20:44:21.760Z Compiling crucible-workspace-hack v0.1.0
22942026-04-16T20:44:21.801Z Checking aead v0.5.2
22952026-04-16T20:44:21.964Z Compiling serde_yaml v0.9.34+deprecated
22962026-04-16T20:44:22.001Z Checking poly1305 v0.8.0
22972026-04-16T20:44:22.172Z Compiling typify-impl v0.6.1
22982026-04-16T20:44:22.207Z Checking chacha20 v0.9.1
22992026-04-16T20:44:22.254Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23002026-04-16T20:44:22.317Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23012026-04-16T20:44:22.665Z Compiling thiserror-impl-no-std v2.0.2
23022026-04-16T20:44:22.668Z Checking swrite v0.1.0
23032026-04-16T20:44:22.822Z Checking password-hash v0.5.0
23042026-04-16T20:44:23.079Z Checking blake2 v0.10.6
23052026-04-16T20:44:23.345Z Checking argon2 v0.5.3
23062026-04-16T20:44:23.397Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23072026-04-16T20:44:23.435Z Checking chacha20poly1305 v0.10.1
23082026-04-16T20:44:23.590Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23092026-04-16T20:44:23.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23102026-04-16T20:44:23.741Z Checking byte-wrapper v0.1.0
23112026-04-16T20:44:23.778Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-04-16T20:44:23.918Z Checking thiserror-no-std v2.0.2
23132026-04-16T20:44:23.957Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-04-16T20:44:23.995Z Checking crossbeam-deque v0.8.6
23152026-04-16T20:44:24.062Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-04-16T20:44:24.065Z Checking vsss-rs v3.3.4
23172026-04-16T20:44:24.093Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23182026-04-16T20:44:24.199Z Compiling rayon-core v1.13.0
23192026-04-16T20:44:24.237Z Checking toml v0.8.23
23202026-04-16T20:44:24.593Z Compiling proc-macro-error v1.0.4
23212026-04-16T20:44:24.819Z Checking rayon v1.11.0
23222026-04-16T20:44:24.867Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-04-16T20:44:24.938Z Checking unicode-width v0.1.14
23242026-04-16T20:44:25.221Z Checking glob v0.3.3
23252026-04-16T20:44:25.257Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23262026-04-16T20:44:25.291Z Checking tabwriter v1.4.1
23272026-04-16T20:44:25.432Z Compiling proc-macro-crate v3.4.0
23282026-04-16T20:44:25.468Z Compiling heapless v0.8.0
23292026-04-16T20:44:25.523Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-04-16T20:44:25.654Z Compiling ingot-macros v0.1.1
23312026-04-16T20:44:25.970Z Checking hash32 v0.3.1
23322026-04-16T20:44:26.007Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-04-16T20:44:26.010Z Compiling smoltcp v0.11.0
23342026-04-16T20:44:26.281Z Checking cobs v0.3.0
23352026-04-16T20:44:26.328Z Compiling usdt-macro v0.5.0
23362026-04-16T20:44:26.442Z Compiling usdt-attr-macro v0.5.0
23372026-04-16T20:44:26.479Z Checking memmap v0.7.0
23382026-04-16T20:44:26.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-04-16T20:44:26.546Z Checking colored v3.1.1
23402026-04-16T20:44:26.680Z Compiling typify-macro v0.6.1
23412026-04-16T20:44:26.765Z Checking postcard v1.1.3
23422026-04-16T20:44:26.801Z Compiling num_enum_derive v0.7.5
23432026-04-16T20:44:27.082Z Compiling proc-macro-crate v1.3.1
23442026-04-16T20:44:27.119Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23452026-04-16T20:44:27.245Z Checking usdt v0.5.0
23462026-04-16T20:44:27.357Z Checking sigpipe v0.1.3
23472026-04-16T20:44:27.443Z Compiling foreign-types-macros v0.2.3
23482026-04-16T20:44:27.484Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23492026-04-16T20:44:27.518Z Checking cpufeatures v0.3.0
23502026-04-16T20:44:27.621Z Checking foreign-types-shared v0.3.1
23512026-04-16T20:44:27.745Z Checking chacha20 v0.10.0
23522026-04-16T20:44:27.794Z Compiling num_enum_derive v0.5.11
23532026-04-16T20:44:27.880Z Checking num_enum v0.7.5
23542026-04-16T20:44:27.980Z Checking cstr-argument v0.1.2
23552026-04-16T20:44:28.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-04-16T20:44:28.082Z Checking foreign-types v0.5.0
23572026-04-16T20:44:28.120Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23582026-04-16T20:44:28.165Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23592026-04-16T20:44:28.208Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-04-16T20:44:28.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23612026-04-16T20:44:28.454Z Compiling typify v0.6.1
23622026-04-16T20:44:28.489Z Checking ingot-types v0.1.2
23632026-04-16T20:44:28.558Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23642026-04-16T20:44:28.558Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-16T20:44:28.628Z Compiling progenitor-impl v0.13.0
23662026-04-16T20:44:28.631Z Checking rand v0.10.0
23672026-04-16T20:44:28.631Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23682026-04-16T20:44:28.697Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23692026-04-16T20:44:28.882Z Checking num_enum v0.5.11
23702026-04-16T20:44:28.919Z Checking ingot v0.1.1
23712026-04-16T20:44:28.952Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23722026-04-16T20:44:28.986Z Compiling zone_cfg_derive v0.3.1
23732026-04-16T20:44:29.023Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23742026-04-16T20:44:29.257Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23752026-04-16T20:44:29.334Z Checking itertools v0.12.1
23762026-04-16T20:44:29.462Z Compiling num-derive v0.4.2
23772026-04-16T20:44:29.654Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23782026-04-16T20:44:29.690Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23792026-04-16T20:44:29.956Z Checking smf v0.2.3
23802026-04-16T20:44:30.061Z Checking whoami v1.6.1
23812026-04-16T20:44:30.138Z Checking tokio-dtrace v0.1.1
23822026-04-16T20:44:30.221Z Compiling derive-where v1.6.0
23832026-04-16T20:44:30.263Z Checking console v0.15.11
23842026-04-16T20:44:30.355Z Checking oxide-tokio-rt v0.1.4
23852026-04-16T20:44:30.392Z Checking zone v0.3.1
23862026-04-16T20:44:30.426Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23872026-04-16T20:44:30.556Z Checking atomicwrites v0.4.4
23882026-04-16T20:44:30.592Z Checking newline-converter v0.3.0
23892026-04-16T20:44:30.596Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23902026-04-16T20:44:30.699Z Checking bytecount v0.6.9
23912026-04-16T20:44:30.714Z Compiling owo-colors v4.3.0
23922026-04-16T20:44:30.749Z Checking expectorate v1.2.0
23932026-04-16T20:44:30.782Z Compiling cancel-safe-futures v0.1.5
23942026-04-16T20:44:30.815Z Checking libsw-core v0.3.2
23952026-04-16T20:44:30.905Z Compiling prettyplease v0.2.37
23962026-04-16T20:44:30.987Z Checking libsw v3.5.0
23972026-04-16T20:44:31.211Z Checking num-rational v0.4.2
23982026-04-16T20:44:31.245Z Checking num-complex v0.4.6
23992026-04-16T20:44:31.336Z Compiling progenitor-macro v0.13.0
24002026-04-16T20:44:31.371Z Checking linear-map v1.2.0
24012026-04-16T20:44:31.511Z Checking same-file v1.0.6
24022026-04-16T20:44:31.562Z Checking float-ord v0.3.2
24032026-04-16T20:44:31.597Z Checking gethostname v0.5.0
24042026-04-16T20:44:31.600Z Checking num v0.4.3
24052026-04-16T20:44:31.665Z Checking walkdir v2.5.0
24062026-04-16T20:44:31.698Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-04-16T20:44:31.734Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24082026-04-16T20:44:31.738Z Compiling async-recursion v1.1.1
24092026-04-16T20:44:31.802Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-04-16T20:44:31.806Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-16T20:44:31.869Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24122026-04-16T20:44:32.810Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-04-16T20:44:33.432Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24142026-04-16T20:44:34.337Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24152026-04-16T20:44:35.320Z Checking unicode-linebreak v0.1.5
24162026-04-16T20:44:35.562Z Checking resolv-conf v0.7.6
24172026-04-16T20:44:35.771Z Checking smawk v0.3.2
24182026-04-16T20:44:35.806Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24192026-04-16T20:44:35.932Z Checking papergrid v0.11.0
24202026-04-16T20:44:35.969Z Compiling tabled_derive v0.7.0
24212026-04-16T20:44:36.066Z Checking globset v0.4.18
24222026-04-16T20:44:36.200Z Checking progenitor v0.13.0
24232026-04-16T20:44:36.245Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24242026-04-16T20:44:36.347Z Compiling convert_case v0.10.0
24252026-04-16T20:44:36.382Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24262026-04-16T20:44:36.691Z Compiling slog-dtrace v0.3.0
24272026-04-16T20:44:36.908Z Compiling derive_more-impl v2.1.1
24282026-04-16T20:44:36.978Z Checking tabled v0.15.0
24292026-04-16T20:44:37.153Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24302026-04-16T20:44:37.193Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24312026-04-16T20:44:37.826Z Checking derive_more v2.1.1
24322026-04-16T20:44:37.861Z Compiling pin-project-internal v1.1.11
24332026-04-16T20:44:37.939Z Checking crossterm v0.29.0
24342026-04-16T20:44:38.027Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24352026-04-16T20:44:38.139Z Checking pem v3.0.6
24362026-04-16T20:44:38.275Z Checking fd-lock v4.0.4
24372026-04-16T20:44:38.330Z Checking vte v0.14.1
24382026-04-16T20:44:38.434Z Checking display-error-chain v0.2.2
24392026-04-16T20:44:38.517Z Checking strip-ansi-escapes v0.2.1
24402026-04-16T20:44:38.521Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-04-16T20:44:38.588Z Compiling snafu-derive v0.8.9
24422026-04-16T20:44:38.659Z Checking linked-hash-map v0.5.6
24432026-04-16T20:44:38.758Z Checking nu-ansi-term v0.50.3
24442026-04-16T20:44:38.884Z Checking termtree v0.5.1
24452026-04-16T20:44:38.928Z Checking lru-cache v0.1.2
24462026-04-16T20:44:39.002Z Checking reedline v0.40.0
24472026-04-16T20:44:39.053Z Checking pin-project v1.1.11
24482026-04-16T20:44:39.088Z Checking textwrap v0.16.2
24492026-04-16T20:44:39.091Z Checking olpc-cjson v0.1.4
24502026-04-16T20:44:39.182Z Checking hickory-proto v0.24.4
24512026-04-16T20:44:39.253Z Checking serde_plain v1.0.2
24522026-04-16T20:44:39.291Z Compiling minimal-lexical v0.2.1
24532026-04-16T20:44:39.339Z Checking typed-path v0.9.3
24542026-04-16T20:44:39.434Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24552026-04-16T20:44:39.583Z Compiling nom v7.1.3
24562026-04-16T20:44:40.015Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572026-04-16T20:44:40.142Z Compiling ar_archive_writer v0.5.1
24582026-04-16T20:44:40.178Z Checking humantime v2.3.0
24592026-04-16T20:44:40.213Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24602026-04-16T20:44:40.388Z Checking csv-core v0.1.13
24612026-04-16T20:44:40.581Z Checking snafu v0.8.9
24622026-04-16T20:44:40.617Z Checking csv v1.4.0
24632026-04-16T20:44:40.649Z Compiling stacker v0.1.23
24642026-04-16T20:44:40.691Z Compiling cfg_aliases v0.1.1
24652026-04-16T20:44:40.801Z Checking highway v1.3.0
24662026-04-16T20:44:40.852Z Checking tough v0.20.0
24672026-04-16T20:44:40.935Z Compiling nix v0.28.0
24682026-04-16T20:44:41.004Z Checking hickory-resolver v0.24.4
24692026-04-16T20:44:41.038Z Checking nibble_vec v0.1.0
24702026-04-16T20:44:41.041Z Compiling psm v0.1.30
24712026-04-16T20:44:41.041Z Checking home v0.5.12
24722026-04-16T20:44:41.139Z Checking endian-type v0.1.2
24732026-04-16T20:44:41.197Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24742026-04-16T20:44:41.233Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-04-16T20:44:41.292Z Checking radix_trie v0.2.1
24762026-04-16T20:44:41.383Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24772026-04-16T20:44:41.529Z Checking phf_shared v0.12.1
24782026-04-16T20:44:41.702Z Compiling recursive-proc-macro-impl v0.1.1
24792026-04-16T20:44:41.738Z Compiling semver v0.1.20
24802026-04-16T20:44:41.808Z Checking qorb v0.4.1
24812026-04-16T20:44:41.907Z Compiling chrono-tz v0.10.4
24822026-04-16T20:44:42.028Z Compiling rustc_version v0.1.7
24832026-04-16T20:44:42.067Z Checking phf v0.12.1
24842026-04-16T20:44:42.138Z Checking recursive v0.1.1
24852026-04-16T20:44:42.216Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24862026-04-16T20:44:42.251Z Compiling const_format_proc_macros v0.2.34
24872026-04-16T20:44:42.286Z Compiling peg-macros v0.8.5
24882026-04-16T20:44:42.289Z Checking winnow v0.6.26
24892026-04-16T20:44:42.734Z Compiling sqlparser_derive v0.5.0
24902026-04-16T20:44:42.833Z Checking unicode_categories v0.1.1
24912026-04-16T20:44:43.072Z Checking rustyline v14.0.0
24922026-04-16T20:44:43.107Z Checking const_format v0.2.35
24932026-04-16T20:44:43.141Z Compiling newtype_derive v0.1.6
24942026-04-16T20:44:43.469Z Checking sqlformat v0.3.5
24952026-04-16T20:44:43.535Z Checking sqlparser v0.61.0
24962026-04-16T20:44:43.651Z Checking peg v0.8.5
24972026-04-16T20:44:43.781Z Checking bcs v0.1.6
24982026-04-16T20:44:44.019Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24992026-04-16T20:44:44.055Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25002026-04-16T20:44:44.090Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25012026-04-16T20:44:44.243Z Checking steno v0.4.1
25022026-04-16T20:44:44.378Z Checking filetime v0.2.27
25032026-04-16T20:44:44.415Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-04-16T20:44:44.549Z Checking xattr v1.6.1
25052026-04-16T20:44:44.716Z Checking tar v0.4.45
25062026-04-16T20:44:45.060Z Checking subprocess v0.2.15
25072026-04-16T20:44:45.138Z Checking base64 v0.21.7
25082026-04-16T20:44:45.291Z Checking headers-core v0.3.0
25092026-04-16T20:44:45.375Z Checking yasna v0.5.2
25102026-04-16T20:44:45.411Z Checking dropshot-api-manager-types v0.6.0
25112026-04-16T20:44:45.444Z Checking headers v0.4.1
25122026-04-16T20:44:45.523Z Checking tagptr v0.2.0
25132026-04-16T20:44:45.603Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25142026-04-16T20:44:45.696Z Checking moka v0.12.13
25152026-04-16T20:44:45.820Z Checking rcgen v0.12.1
25162026-04-16T20:44:45.923Z Checking utf-8 v0.7.6
25172026-04-16T20:44:46.091Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25182026-04-16T20:44:46.157Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25192026-04-16T20:44:46.270Z Compiling radium v0.7.0
25202026-04-16T20:44:46.361Z Checking hickory-resolver v0.25.2
25212026-04-16T20:44:46.562Z Compiling libefi-sys v0.1.0
25222026-04-16T20:44:46.706Z Compiling bitfield-struct v0.6.2
25232026-04-16T20:44:46.754Z Compiling maybe-uninit v2.0.0
25242026-04-16T20:44:46.834Z Checking tap v1.0.1
25252026-04-16T20:44:46.975Z Checking wyz v0.5.1
25262026-04-16T20:44:47.097Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-04-16T20:44:47.350Z Compiling zerocopy-derive v0.6.6
25282026-04-16T20:44:47.385Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-04-16T20:44:47.419Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-04-16T20:44:47.422Z Checking funty v2.0.0
25312026-04-16T20:44:47.580Z Compiling packed_struct v0.10.1
25322026-04-16T20:44:47.687Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-16T20:44:47.792Z Checking crc-catalog v2.4.0
25342026-04-16T20:44:47.827Z Checking bitvec v1.0.1
25352026-04-16T20:44:47.858Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25362026-04-16T20:44:47.926Z Checking crc v3.4.0
25372026-04-16T20:44:47.969Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25382026-04-16T20:44:48.077Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25392026-04-16T20:44:48.152Z Checking tungstenite v0.21.0
25402026-04-16T20:44:48.183Z Compiling packed_struct_codegen v0.10.1
25412026-04-16T20:44:48.218Z Compiling bitfield-macros v0.19.4
25422026-04-16T20:44:48.251Z Checking zerocopy v0.6.6
25432026-04-16T20:44:48.578Z Compiling indexmap v1.9.3
25442026-04-16T20:44:48.607Z Checking nodrop v0.1.14
25452026-04-16T20:44:48.732Z Checking array-init v0.0.4
25462026-04-16T20:44:48.871Z Checking tokio-tungstenite v0.21.0
25472026-04-16T20:44:48.977Z Checking bitfield v0.19.4
25482026-04-16T20:44:49.069Z Checking smallvec v0.6.14
25492026-04-16T20:44:49.163Z Checking hashbrown v0.12.3
25502026-04-16T20:44:49.199Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-04-16T20:44:49.281Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25522026-04-16T20:44:49.316Z Checking serde-hex v0.1.0
25532026-04-16T20:44:49.388Z Checking ron v0.8.1
25542026-04-16T20:44:49.958Z Checking hashbrown v0.13.2
25552026-04-16T20:44:49.992Z Checking crc-any v2.5.0
25562026-04-16T20:44:50.198Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-04-16T20:44:50.271Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25582026-04-16T20:44:50.388Z Checking path-slash v0.1.5
25592026-04-16T20:44:50.392Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25602026-04-16T20:44:50.454Z Checking object v0.30.4
25612026-04-16T20:44:50.490Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-04-16T20:44:50.522Z Compiling xshell-macros v0.2.7
25632026-04-16T20:44:50.764Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25642026-04-16T20:44:50.853Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25652026-04-16T20:44:50.919Z Checking xshell v0.2.7
25662026-04-16T20:44:51.140Z Checking half v1.8.3
25672026-04-16T20:44:51.187Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25682026-04-16T20:44:51.361Z Checking serde_cbor v0.11.2
25692026-04-16T20:44:51.515Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25702026-04-16T20:44:51.797Z Compiling num-derive v0.3.3
25712026-04-16T20:44:51.853Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25722026-04-16T20:44:51.931Z Compiling proc-macro-error-attr2 v2.0.0
25732026-04-16T20:44:51.966Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25742026-04-16T20:44:52.184Z Checking papergrid v0.17.0
25752026-04-16T20:44:52.350Z Compiling proc-macro-error2 v2.0.1
25762026-04-16T20:44:52.533Z Checking testing_table v0.3.0
25772026-04-16T20:44:52.660Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25782026-04-16T20:44:52.694Z Checking libscf-sys v1.1.0
25792026-04-16T20:44:52.697Z Compiling tabled_derive v0.11.0
25802026-04-16T20:44:52.889Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25812026-04-16T20:44:53.001Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25822026-04-16T20:44:53.127Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25832026-04-16T20:44:53.184Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25842026-04-16T20:44:53.391Z Checking maplit v1.0.2
25852026-04-16T20:44:53.468Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-04-16T20:44:53.503Z Checking fxhash v0.2.1
25872026-04-16T20:44:53.506Z Checking crc8 v0.1.1
25882026-04-16T20:44:53.655Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25892026-04-16T20:44:53.700Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25902026-04-16T20:44:53.937Z Checking tabled v0.20.0
25912026-04-16T20:44:53.971Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25922026-04-16T20:44:54.302Z Checking unicase v2.9.0
25932026-04-16T20:44:54.488Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25942026-04-16T20:44:54.491Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25952026-04-16T20:44:54.491Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25962026-04-16T20:44:54.869Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25972026-04-16T20:44:54.872Z Checking kstat-rs v0.2.4
25982026-04-16T20:44:54.993Z Compiling diesel_derives v2.3.7
25992026-04-16T20:44:55.126Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26002026-04-16T20:44:55.161Z Compiling typify-impl v0.4.3
26012026-04-16T20:44:55.276Z Checking scheduled-thread-pool v0.2.7
26022026-04-16T20:44:55.452Z Compiling dsl_auto_type v0.2.0
26032026-04-16T20:44:55.485Z Compiling vergen-gitcl v1.0.8
26042026-04-16T20:44:55.703Z Checking arc-swap v1.8.2
26052026-04-16T20:44:55.928Z Compiling diesel_table_macro_syntax v0.3.0
26062026-04-16T20:44:55.965Z Compiling parking_lot_core v0.8.6
26072026-04-16T20:44:56.007Z Checking slog-scope v4.4.1
26082026-04-16T20:44:56.152Z Checking r2d2 v0.8.10
26092026-04-16T20:44:56.187Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26102026-04-16T20:44:56.301Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26112026-04-16T20:44:56.588Z Compiling git-stub v1.0.0
26122026-04-16T20:44:56.648Z Checking downcast-rs v2.0.2
26132026-04-16T20:44:56.778Z Compiling git-stub-vcs v0.1.0
26142026-04-16T20:44:57.107Z Checking slog-stdlog v4.1.1
26152026-04-16T20:44:57.179Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26162026-04-16T20:44:57.182Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26172026-04-16T20:44:57.265Z Checking slog-envlogger v2.2.0
26182026-04-16T20:44:57.447Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26192026-04-16T20:44:57.530Z Checking parking_lot v0.11.2
26202026-04-16T20:44:57.734Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26212026-04-16T20:44:57.768Z Checking prefix-trie v0.7.0
26222026-04-16T20:44:57.993Z Checking sled v0.34.7
26232026-04-16T20:44:58.029Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26242026-04-16T20:44:58.062Z Checking nanorand v0.7.0
26252026-04-16T20:44:58.125Z Checking hickory-server v0.25.2
26262026-04-16T20:44:58.224Z Compiling dirs-sys-next v0.1.2
26272026-04-16T20:44:58.291Z Compiling crunchy v0.2.4
26282026-04-16T20:44:58.380Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-04-16T20:44:58.465Z Compiling dirs-next v2.0.0
26302026-04-16T20:44:58.533Z Checking flume v0.11.1
26312026-04-16T20:44:58.616Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26322026-04-16T20:44:58.659Z Compiling clang-sys v1.8.1
26332026-04-16T20:44:58.826Z Compiling tiny-keccak v2.0.2
26342026-04-16T20:44:59.166Z Compiling term v0.7.0
26352026-04-16T20:44:59.244Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26362026-04-16T20:44:59.283Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26372026-04-16T20:44:59.588Z Compiling bit-vec v0.6.3
26382026-04-16T20:44:59.623Z Compiling typify-macro v0.4.3
26392026-04-16T20:44:59.760Z Compiling salty v0.3.0
26402026-04-16T20:44:59.837Z Compiling bit-set v0.5.3
26412026-04-16T20:45:00.027Z Compiling ascii-canvas v3.0.0
26422026-04-16T20:45:00.177Z Checking primeorder v0.13.6
26432026-04-16T20:45:00.306Z Compiling itertools v0.10.5
26442026-04-16T20:45:00.450Z Compiling ena v0.14.4
26452026-04-16T20:45:00.483Z Compiling libloading v0.8.9
26462026-04-16T20:45:00.548Z Compiling fs-err v2.11.0
26472026-04-16T20:45:00.644Z Compiling regex-syntax v0.6.29
26482026-04-16T20:45:00.690Z Compiling bindgen v0.71.1
26492026-04-16T20:45:00.723Z Compiling diff v0.1.13
26502026-04-16T20:45:01.182Z Compiling cexpr v0.6.0
26512026-04-16T20:45:01.307Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26522026-04-16T20:45:01.362Z Compiling typify v0.4.3
26532026-04-16T20:45:01.505Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26542026-04-16T20:45:01.541Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26552026-04-16T20:45:01.544Z Checking diesel v2.3.7
26562026-04-16T20:45:01.872Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26572026-04-16T20:45:01.906Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26582026-04-16T20:45:02.128Z Compiling lalrpop v0.19.12
26592026-04-16T20:45:02.162Z Compiling libxml v0.3.3
26602026-04-16T20:45:02.194Z Checking parse-size v1.1.0
26612026-04-16T20:45:02.239Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26622026-04-16T20:45:02.350Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26632026-04-16T20:45:02.672Z Checking p384 v0.13.1
26642026-04-16T20:45:02.746Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26652026-04-16T20:45:03.128Z Compiling strum_macros v0.24.3
26662026-04-16T20:45:03.200Z Compiling indoc v1.0.9
26672026-04-16T20:45:03.667Z Checking assert_matches v1.5.0
26682026-04-16T20:45:04.423Z Compiling progenitor-impl v0.10.0
26692026-04-16T20:45:04.557Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26702026-04-16T20:45:04.615Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-04-16T20:45:04.838Z Checking predicates-tree v1.0.13
26722026-04-16T20:45:04.989Z Checking derive_builder v0.20.2
26732026-04-16T20:45:05.139Z Checking quick-xml v0.37.5
26742026-04-16T20:45:05.271Z Compiling oso-derive v0.27.3
26752026-04-16T20:45:05.560Z Compiling trait-variant v0.1.2
26762026-04-16T20:45:05.788Z Compiling impl-trait-for-tuples v0.2.3
26772026-04-16T20:45:06.032Z Checking openssl-probe v0.1.6
26782026-04-16T20:45:06.126Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26792026-04-16T20:45:06.176Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26802026-04-16T20:45:06.906Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26812026-04-16T20:45:07.010Z Compiling progenitor-macro v0.10.0
26822026-04-16T20:45:07.426Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26832026-04-16T20:45:07.496Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26842026-04-16T20:45:08.297Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-04-16T20:45:09.350Z Compiling progenitor-impl v0.11.2
26862026-04-16T20:45:09.385Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26872026-04-16T20:45:10.298Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26882026-04-16T20:45:10.623Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-04-16T20:45:11.005Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-04-16T20:45:11.403Z Checking toml v1.0.6+spec-1.1.0
26912026-04-16T20:45:11.481Z Compiling mime_guess v2.0.5
26922026-04-16T20:45:11.923Z Checking progenitor v0.10.0
26932026-04-16T20:45:12.004Z Compiling progenitor-macro v0.11.2
26942026-04-16T20:45:12.073Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26952026-04-16T20:45:12.105Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-04-16T20:45:12.397Z Checking progenitor-client v0.11.2
26972026-04-16T20:45:12.648Z Checking http-range v0.1.5
26982026-04-16T20:45:12.682Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26992026-04-16T20:45:12.682Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-04-16T20:45:12.859Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27012026-04-16T20:45:12.963Z Checking ignore v0.4.25
27022026-04-16T20:45:13.402Z Checking atty v0.2.14
27032026-04-16T20:45:13.481Z Checking globwalk v0.9.1
27042026-04-16T20:45:13.752Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27052026-04-16T20:45:14.094Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-04-16T20:45:14.333Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-04-16T20:45:14.522Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27082026-04-16T20:45:14.750Z Checking bb8 v0.8.6
27092026-04-16T20:45:14.887Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27102026-04-16T20:45:15.065Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27112026-04-16T20:45:15.120Z Checking corncobs v0.1.4
27122026-04-16T20:45:15.284Z Checking compression-core v0.4.31
27132026-04-16T20:45:15.352Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-04-16T20:45:15.449Z Checking compression-codecs v0.4.37
27152026-04-16T20:45:15.638Z Checking diesel-dtrace v0.5.0
27162026-04-16T20:45:15.672Z Checking async-bb8-diesel v0.2.1
27172026-04-16T20:45:15.801Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-04-16T20:45:15.945Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-04-16T20:45:15.987Z Checking hyper-staticfile v0.10.1
27202026-04-16T20:45:16.052Z Checking camino-tempfile-ext v0.3.3
27212026-04-16T20:45:16.276Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27222026-04-16T20:45:16.310Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27232026-04-16T20:45:16.314Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27242026-04-16T20:45:16.569Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27252026-04-16T20:45:16.603Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-04-16T20:45:16.938Z Checking progenitor v0.11.2
27272026-04-16T20:45:17.125Z Checking signal-hook-tokio v0.3.1
27282026-04-16T20:45:17.194Z Checking secrecy v0.8.0
27292026-04-16T20:45:17.324Z Compiling dropshot v0.17.0
27302026-04-16T20:45:17.357Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-04-16T20:45:17.706Z Checking async-compression v0.4.41
27322026-04-16T20:45:17.749Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-04-16T20:45:17.997Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27342026-04-16T20:45:18.276Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27352026-04-16T20:45:18.311Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27362026-04-16T20:45:18.654Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27372026-04-16T20:45:18.689Z Compiling dropshot_endpoint v0.17.0
27382026-04-16T20:45:18.853Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-04-16T20:45:18.856Z Checking nonempty v0.12.0
27402026-04-16T20:45:19.084Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27412026-04-16T20:45:19.133Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27422026-04-16T20:45:19.196Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27432026-04-16T20:45:19.527Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27442026-04-16T20:45:19.628Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27452026-04-16T20:45:20.010Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-04-16T20:45:20.083Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27472026-04-16T20:45:20.447Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-04-16T20:45:20.738Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27492026-04-16T20:45:20.772Z Checking tungstenite v0.23.0
27502026-04-16T20:45:21.223Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27512026-04-16T20:45:21.431Z Checking tokio-tungstenite v0.23.1
27522026-04-16T20:45:21.734Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27532026-04-16T20:45:22.113Z Checking rand_seeder v0.4.0
27542026-04-16T20:45:22.301Z Checking void v1.0.2
27552026-04-16T20:45:22.428Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27562026-04-16T20:45:22.463Z Checking lzss v0.8.2
27572026-04-16T20:45:22.499Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27582026-04-16T20:45:22.688Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27592026-04-16T20:45:22.840Z Checking nix v0.27.1
27602026-04-16T20:45:22.889Z Checking serde_bytes v0.11.19
27612026-04-16T20:45:23.103Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27622026-04-16T20:45:23.306Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27632026-04-16T20:45:23.366Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-04-16T20:45:23.402Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27652026-04-16T20:45:24.168Z Checking is_ci v1.2.0
27662026-04-16T20:45:24.204Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27672026-04-16T20:45:24.328Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-04-16T20:45:24.539Z Checking yansi v1.0.1
27692026-04-16T20:45:24.630Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27702026-04-16T20:45:24.803Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27712026-04-16T20:45:24.837Z Checking pretty_assertions v1.4.1
27722026-04-16T20:45:24.917Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27732026-04-16T20:45:25.004Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27742026-04-16T20:45:25.266Z Compiling darling_core v0.23.0
27752026-04-16T20:45:26.024Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27762026-04-16T20:45:26.176Z Compiling indoc v2.0.7
27772026-04-16T20:45:26.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-04-16T20:45:26.643Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-04-16T20:45:26.678Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-16T20:45:26.910Z Compiling instability v0.3.11
27812026-04-16T20:45:27.000Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27822026-04-16T20:45:27.307Z Compiling libz-sys v1.1.24
27832026-04-16T20:45:27.452Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27842026-04-16T20:45:27.720Z Checking castaway v0.2.4
27852026-04-16T20:45:27.842Z Compiling darling_macro v0.23.0
27862026-04-16T20:45:27.876Z Checking compact_str v0.8.1
27872026-04-16T20:45:28.284Z Checking supports-color v3.0.2
27882026-04-16T20:45:28.391Z Compiling darling v0.23.0
27892026-04-16T20:45:28.447Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-04-16T20:45:28.647Z Checking unicode-truncate v1.1.0
27912026-04-16T20:45:28.681Z Checking console v0.16.2
27922026-04-16T20:45:28.852Z Checking lru v0.12.5
27932026-04-16T20:45:29.039Z Checking unit-prefix v0.5.2
27942026-04-16T20:45:29.073Z Checking cassowary v0.3.0
27952026-04-16T20:45:29.211Z Checking indicatif v0.18.4
27962026-04-16T20:45:29.278Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27972026-04-16T20:45:29.323Z Checking ratatui v0.29.0
27982026-04-16T20:45:29.357Z Compiling libgit2-sys v0.18.3+1.9.2
27992026-04-16T20:45:29.528Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-04-16T20:45:29.773Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28012026-04-16T20:45:30.684Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-04-16T20:45:30.915Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-04-16T20:45:31.032Z Compiling vergen-git2 v1.0.7
28042026-04-16T20:45:31.126Z Checking plotters-backend v0.3.7
28052026-04-16T20:45:31.205Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-04-16T20:45:31.301Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-04-16T20:45:31.360Z Checking plotters-svg v0.3.7
28082026-04-16T20:45:31.431Z Checking colored v2.2.0
28092026-04-16T20:45:31.526Z Checking cast v0.3.0
28102026-04-16T20:45:31.561Z Compiling rustls v0.21.12
28112026-04-16T20:45:31.664Z Checking shell-words v1.1.1
28122026-04-16T20:45:31.716Z Checking criterion-plot v0.6.0
28132026-04-16T20:45:31.818Z Checking plotters v0.3.7
28142026-04-16T20:45:31.945Z Checking typeid v1.0.3
28152026-04-16T20:45:31.993Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-04-16T20:45:32.079Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-04-16T20:45:32.308Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-04-16T20:45:32.534Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28192026-04-16T20:45:32.591Z Checking sct v0.7.1
28202026-04-16T20:45:32.762Z Checking rustls-webpki v0.101.7
28212026-04-16T20:45:32.947Z Checking tinytemplate v1.2.1
28222026-04-16T20:45:32.999Z Compiling nix v0.29.0
28232026-04-16T20:45:33.125Z Checking anes v0.1.6
28242026-04-16T20:45:33.195Z Checking hex-literal v0.4.1
28252026-04-16T20:45:33.335Z Checking oorandom v11.1.5
28262026-04-16T20:45:33.461Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-04-16T20:45:33.494Z Checking criterion v0.7.0
28282026-04-16T20:45:34.813Z Checking erased-serde v0.4.9
28292026-04-16T20:45:34.847Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28302026-04-16T20:45:35.202Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-04-16T20:45:35.634Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28322026-04-16T20:45:36.407Z Checking ordered-float v2.10.1
28332026-04-16T20:45:36.700Z Checking serde-value v0.7.0
28342026-04-16T20:45:36.949Z Checking serde-untagged v0.1.9
28352026-04-16T20:45:37.179Z Checking tokio-rustls v0.24.1
28362026-04-16T20:45:37.675Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28372026-04-16T20:45:38.176Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-04-16T20:45:38.404Z Checking rustls-pemfile v1.0.4
28392026-04-16T20:45:38.494Z Checking twox-hash v2.1.2
28402026-04-16T20:45:38.578Z Checking unicode-xid v0.2.6
28412026-04-16T20:45:38.727Z Checking cargo-util-schemas v0.8.2
28422026-04-16T20:45:38.879Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-04-16T20:45:39.657Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28442026-04-16T20:45:39.743Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-04-16T20:45:39.924Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-16T20:45:40.334Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28472026-04-16T20:45:40.529Z Checking fatfs v0.3.6
28482026-04-16T20:45:41.015Z Checking cargo-platform v0.2.0
28492026-04-16T20:45:41.135Z Compiling petname v2.0.2
28502026-04-16T20:45:41.224Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28512026-04-16T20:45:41.228Z Compiling seq-macro v0.3.6
28522026-04-16T20:45:41.799Z Checking cargo_metadata v0.21.0
28532026-04-16T20:45:41.825Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28542026-04-16T20:45:42.540Z Checking concurrent-queue v2.5.0
28552026-04-16T20:45:42.574Z Checking rtoolbox v0.0.3
28562026-04-16T20:45:42.740Z Checking parking v2.2.1
28572026-04-16T20:45:42.774Z Checking futures-timer v3.0.3
28582026-04-16T20:45:42.896Z Checking event-listener v5.4.1
28592026-04-16T20:45:42.980Z Checking rpassword v7.4.0
28602026-04-16T20:45:43.120Z Checking tui-tree-widget v0.23.1
28612026-04-16T20:45:43.154Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28622026-04-16T20:45:43.338Z Checking polyval v0.6.2
28632026-04-16T20:45:43.374Z Checking sapling-renderdag v0.1.0
28642026-04-16T20:45:43.417Z Checking sync-ptr v0.1.4
28652026-04-16T20:45:43.534Z Checking ghash v0.5.1
28662026-04-16T20:45:43.568Z Checking event-listener-strategy v0.5.4
28672026-04-16T20:45:43.641Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28682026-04-16T20:45:43.685Z Checking ctr v0.9.2
28692026-04-16T20:45:43.734Z Checking constant_time_eq v0.4.2
28702026-04-16T20:45:43.878Z Checking arrayvec v0.7.6
28712026-04-16T20:45:43.913Z Checking arrayref v0.3.9
28722026-04-16T20:45:43.916Z Checking aes-gcm v0.10.3
28732026-04-16T20:45:43.981Z Compiling samael v0.0.19
28742026-04-16T20:45:44.071Z Checking async-lock v3.4.2
28752026-04-16T20:45:44.105Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28762026-04-16T20:45:44.138Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28772026-04-16T20:45:44.497Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28782026-04-16T20:45:45.067Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-04-16T20:45:45.174Z Checking ssh-encoding v0.2.0
28802026-04-16T20:45:45.394Z Checking blowfish v0.9.1
28812026-04-16T20:45:45.582Z Checking bcrypt-pbkdf v0.10.0
28822026-04-16T20:45:45.779Z Checking ssh-cipher v0.2.0
28832026-04-16T20:45:45.986Z Checking async-object-pool v0.2.0
28842026-04-16T20:45:46.133Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28852026-04-16T20:45:46.277Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28862026-04-16T20:45:46.467Z Checking serde_regex v1.1.0
28872026-04-16T20:45:46.658Z Checking password-hash v0.4.2
28882026-04-16T20:45:46.814Z Checking assert-json-diff v2.0.2
28892026-04-16T20:45:46.906Z Checking path-tree v0.8.3
28902026-04-16T20:45:46.940Z Checking stringmetrics v2.2.2
28912026-04-16T20:45:47.010Z Checking gimli v0.32.3
28922026-04-16T20:45:47.118Z Compiling target-lexicon v0.13.3
28932026-04-16T20:45:47.121Z Checking httpmock v0.8.3
28942026-04-16T20:45:47.701Z Checking pbkdf2 v0.11.0
28952026-04-16T20:45:47.906Z Checking ssh-key v0.6.7
28962026-04-16T20:45:48.566Z Checking addr2line v0.25.1
28972026-04-16T20:45:48.636Z Checking p521 v0.13.3
28982026-04-16T20:45:48.904Z Checking p256 v0.13.2
28992026-04-16T20:45:49.196Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29002026-04-16T20:45:49.298Z Checking russh-cryptovec v0.7.3
29012026-04-16T20:45:49.390Z Checking md5 v0.7.0
29022026-04-16T20:45:49.428Z Compiling guppy-workspace-hack v0.1.0
29032026-04-16T20:45:49.469Z Checking rustc-demangle v0.1.27
29042026-04-16T20:45:49.599Z Checking russh-keys v0.45.0
29052026-04-16T20:45:49.727Z Checking backtrace v0.3.76
29062026-04-16T20:45:49.950Z Checking num-bigint v0.4.6
29072026-04-16T20:45:50.063Z Checking des v0.8.1
29082026-04-16T20:45:50.288Z Compiling blake3 v1.8.3
29092026-04-16T20:45:50.372Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-04-16T20:45:50.411Z Compiling target-spec v3.5.7
29112026-04-16T20:45:50.804Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29122026-04-16T20:45:50.889Z Checking backtrace-ext v0.2.1
29132026-04-16T20:45:50.930Z Checking russh v0.45.0
29142026-04-16T20:45:51.032Z Checking cfg-expr v0.20.6
29152026-04-16T20:45:51.263Z Checking supports-color v2.1.0
29162026-04-16T20:45:51.433Z Checking textwrap v0.15.2
29172026-04-16T20:45:51.467Z Checking supports-unicode v2.1.0
29182026-04-16T20:45:51.470Z Checking supports-hyperlinks v2.1.0
29192026-04-16T20:45:51.617Z Checking hashbrown v0.14.5
29202026-04-16T20:45:51.650Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29212026-04-16T20:45:51.683Z Checking cargo-platform v0.3.2
29222026-04-16T20:45:51.880Z Checking terminal_size v0.1.17
29232026-04-16T20:45:51.915Z Compiling miette-derive v5.10.0
29242026-04-16T20:45:52.022Z Checking owo-colors v3.5.0
29252026-04-16T20:45:52.127Z Checking internet-checksum v0.2.1
29262026-04-16T20:45:52.281Z Checking chumsky v0.9.3
29272026-04-16T20:45:52.582Z Checking cargo_metadata v0.23.1
29282026-04-16T20:45:53.064Z Checking miette v5.10.0
29292026-04-16T20:45:53.367Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-04-16T20:45:53.414Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29312026-04-16T20:45:53.574Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29322026-04-16T20:45:53.607Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29332026-04-16T20:45:53.896Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29342026-04-16T20:45:53.931Z Compiling knuffel-derive v3.2.0
29352026-04-16T20:45:54.223Z Checking httptest v0.16.4
29362026-04-16T20:45:54.284Z Checking pathdiff v0.2.3
29372026-04-16T20:45:54.447Z Checking topological-sort v0.2.2
29382026-04-16T20:45:54.599Z Checking nested v0.1.1
29392026-04-16T20:45:54.634Z Checking omicron-zone-package v0.12.2
29402026-04-16T20:45:54.767Z Checking guppy v0.17.25
29412026-04-16T20:45:54.803Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29422026-04-16T20:45:55.047Z Checking similar-asserts v1.7.0
29432026-04-16T20:45:55.234Z Compiling rstest_macros v0.25.0
29442026-04-16T20:45:55.421Z Compiling git2 v0.20.4
29452026-04-16T20:45:55.454Z Checking knuffel v3.2.0
29462026-04-16T20:45:55.544Z Compiling target-triple v1.0.0
29472026-04-16T20:45:55.578Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29482026-04-16T20:45:55.779Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29492026-04-16T20:45:55.854Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29502026-04-16T20:45:55.934Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29512026-04-16T20:45:56.107Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29522026-04-16T20:45:56.162Z Checking hickory-client v0.25.2
29532026-04-16T20:45:56.475Z Checking tokio-test v0.4.5
29542026-04-16T20:45:56.713Z Compiling assert_cmd v2.1.2
29552026-04-16T20:45:56.748Z Checking escape8259 v0.5.3
29562026-04-16T20:45:56.915Z Compiling relative-path v1.9.3
29572026-04-16T20:45:57.043Z Checking libtest-mimic v0.8.1
29582026-04-16T20:45:57.483Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29592026-04-16T20:45:57.630Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29602026-04-16T20:45:58.213Z Checking blake2b_simd v1.0.4
29612026-04-16T20:45:58.323Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29622026-04-16T20:45:58.641Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29632026-04-16T20:45:58.740Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29642026-04-16T20:45:58.789Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29652026-04-16T20:45:59.082Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-04-16T20:45:59.313Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29672026-04-16T20:45:59.348Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29682026-04-16T20:45:59.478Z Compiling polar-core v0.27.3
29692026-04-16T20:45:59.582Z Checking fancy-regex v0.14.0
29702026-04-16T20:45:59.913Z Checking serde_tokenstream v0.2.3
29712026-04-16T20:45:59.975Z Checking uzers v0.12.2
29722026-04-16T20:46:00.173Z Checking constant_time_eq v0.3.1
29732026-04-16T20:46:00.241Z Compiling linkme-impl v0.3.35
29742026-04-16T20:46:00.307Z Checking termcolor v1.4.1
29752026-04-16T20:46:00.551Z Checking trybuild v1.0.116
29762026-04-16T20:46:00.665Z Checking rust-argon2 v2.1.0
29772026-04-16T20:46:00.875Z Checking rstest v0.25.0
29782026-04-16T20:46:00.931Z Checking datatest-stable v0.3.3
29792026-04-16T20:46:01.304Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29802026-04-16T20:46:01.375Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-04-16T20:46:01.607Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29822026-04-16T20:46:01.661Z Checking support-bundle-viewer v0.1.2
29832026-04-16T20:46:01.938Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29842026-04-16T20:46:02.175Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29852026-04-16T20:46:02.281Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29862026-04-16T20:46:02.423Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29872026-04-16T20:46:02.524Z Checking drift v0.1.3
29882026-04-16T20:46:02.652Z Checking rand_distr v0.5.1
29892026-04-16T20:46:02.866Z Checking multimap v0.10.1
29902026-04-16T20:46:03.208Z Checking approx v0.5.1
29912026-04-16T20:46:03.243Z Compiling linkme v0.3.35
29922026-04-16T20:46:03.381Z Checking dropshot-api-manager v0.6.0
29932026-04-16T20:46:04.462Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29942026-04-16T20:46:04.614Z Checking oso v0.27.3
29952026-04-16T20:46:04.679Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29962026-04-16T20:46:04.732Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-04-16T20:46:04.853Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29982026-04-16T20:46:04.890Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29992026-04-16T20:46:05.009Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-04-16T20:46:05.133Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30012026-04-16T20:46:05.472Z Checking partial-io v0.5.4
30022026-04-16T20:46:05.507Z Checking cargo_toml v0.21.0
30032026-04-16T20:46:05.571Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30042026-04-16T20:46:05.606Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30052026-04-16T20:46:05.644Z Checking termios v0.3.3
30062026-04-16T20:46:05.722Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30072026-04-16T20:46:06.091Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30082026-04-16T20:46:06.308Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30092026-04-16T20:46:06.539Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-04-16T20:46:09.989Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30112026-04-16T20:46:14.473Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-04-16T20:46:14.691Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30132026-04-16T20:46:17.928Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30142026-04-16T20:46:21.182Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30152026-04-16T20:46:26.961Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30162026-04-16T20:46:29.757Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30172026-04-16T20:46:30.828Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30182026-04-16T20:46:31.259Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30192026-04-16T20:46:31.951Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30202026-04-16T20:46:40.765Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30212026-04-16T20:47:56.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30222026-04-16T20:47:57.091Z
30232026-04-16T20:47:57.091Zreal 4:03.842984838
30242026-04-16T20:47:57.091Zuser 20:32.821329879
30252026-04-16T20:47:57.091Zsys 4:46.901967693
30262026-04-16T20:47:57.091Ztrap 0.487506134
30272026-04-16T20:47:57.091Ztflt 0.108082850
30282026-04-16T20:47:57.095Zdflt 0.148415625
30292026-04-16T20:47:57.095Zkflt 0.020372575
30302026-04-16T20:47:57.095Zlock 56:33.075808600
30312026-04-16T20:47:57.095Zslp 56:14.711438777
30322026-04-16T20:47:57.095Zlat 1:47.921868507
30332026-04-16T20:47:57.095Zstop 10:50.723162788
30342026-04-16T20:47:57.095Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30352026-04-16T20:47:57.095Z+ ptime -m cargo doc --workspace --no-deps
30362026-04-16T20:47:57.973Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30372026-04-16T20:47:57.973Z |
30382026-04-16T20:47:57.973Z = 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)`
30392026-04-16T20:47:57.973Z = 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>
30402026-04-16T20:47:58.915Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-04-16T20:47:59.143Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30422026-04-16T20:47:59.188Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30432026-04-16T20:47:59.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30442026-04-16T20:47:59.371Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30452026-04-16T20:47:59.415Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-04-16T20:47:59.444Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-04-16T20:47:59.447Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30482026-04-16T20:47:59.494Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-04-16T20:47:59.679Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-04-16T20:47:59.720Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-04-16T20:47:59.745Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30522026-04-16T20:47:59.794Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30532026-04-16T20:47:59.817Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30542026-04-16T20:47:59.821Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30552026-04-16T20:47:59.861Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-04-16T20:47:59.929Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30572026-04-16T20:47:59.978Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-04-16T20:48:00.003Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30592026-04-16T20:48:00.006Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30602026-04-16T20:48:00.392Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-04-16T20:48:00.457Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30622026-04-16T20:48:00.569Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30632026-04-16T20:48:00.599Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30642026-04-16T20:48:00.648Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652026-04-16T20:48:00.717Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30662026-04-16T20:48:00.744Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30672026-04-16T20:48:00.898Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30682026-04-16T20:48:00.922Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692026-04-16T20:48:01.096Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30702026-04-16T20:48:01.230Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30712026-04-16T20:48:01.285Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30722026-04-16T20:48:01.397Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30732026-04-16T20:48:01.524Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-04-16T20:48:01.591Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30752026-04-16T20:48:01.665Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30762026-04-16T20:48:01.764Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30772026-04-16T20:48:01.827Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30782026-04-16T20:48:01.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30792026-04-16T20:48:02.064Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30802026-04-16T20:48:02.178Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30812026-04-16T20:48:02.294Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30822026-04-16T20:48:02.353Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30832026-04-16T20:48:02.408Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30842026-04-16T20:48:02.527Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30852026-04-16T20:48:02.567Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30862026-04-16T20:48:02.699Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30872026-04-16T20:48:02.763Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30882026-04-16T20:48:02.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-04-16T20:48:02.887Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30902026-04-16T20:48:02.943Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-04-16T20:48:02.967Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30922026-04-16T20:48:03.018Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-04-16T20:48:03.192Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942026-04-16T20:48:03.215Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30952026-04-16T20:48:03.238Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30962026-04-16T20:48:03.293Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30972026-04-16T20:48:03.450Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30982026-04-16T20:48:03.474Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30992026-04-16T20:48:03.477Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31002026-04-16T20:48:03.654Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31012026-04-16T20:48:03.725Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31022026-04-16T20:48:03.753Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31032026-04-16T20:48:03.794Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-04-16T20:48:03.863Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31052026-04-16T20:48:03.922Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31062026-04-16T20:48:03.953Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-04-16T20:48:04.061Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31082026-04-16T20:48:04.088Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31092026-04-16T20:48:04.119Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31102026-04-16T20:48:04.142Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31112026-04-16T20:48:04.166Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-04-16T20:48:04.195Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31132026-04-16T20:48:04.534Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31142026-04-16T20:48:04.563Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31152026-04-16T20:48:04.724Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31162026-04-16T20:48:05.164Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31172026-04-16T20:48:05.272Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31182026-04-16T20:48:05.505Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31192026-04-16T20:48:05.618Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31202026-04-16T20:48:05.791Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31212026-04-16T20:48:05.957Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31222026-04-16T20:48:06.093Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31232026-04-16T20:48:06.548Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31242026-04-16T20:48:06.807Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-04-16T20:48:06.831Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262026-04-16T20:48:06.914Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31272026-04-16T20:48:07.380Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31282026-04-16T20:48:08.103Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31292026-04-16T20:48:08.580Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31302026-04-16T20:48:08.646Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31312026-04-16T20:48:08.773Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-04-16T20:48:08.801Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31332026-04-16T20:48:09.158Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31342026-04-16T20:48:09.299Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31352026-04-16T20:48:09.644Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31362026-04-16T20:48:09.856Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31372026-04-16T20:48:09.898Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31382026-04-16T20:48:09.953Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31392026-04-16T20:48:10.139Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31402026-04-16T20:48:10.191Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31412026-04-16T20:48:10.313Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31422026-04-16T20:48:10.385Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-04-16T20:48:10.410Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31442026-04-16T20:48:10.477Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31452026-04-16T20:48:10.625Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-04-16T20:48:10.877Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31472026-04-16T20:48:11.189Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31482026-04-16T20:48:11.642Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31492026-04-16T20:48:11.835Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31502026-04-16T20:48:12.649Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31512026-04-16T20:48:12.705Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31522026-04-16T20:48:12.956Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31532026-04-16T20:48:13.121Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31542026-04-16T20:48:13.580Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31552026-04-16T20:48:13.793Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-04-16T20:48:14.002Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31572026-04-16T20:48:14.069Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-04-16T20:48:14.283Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31592026-04-16T20:48:14.595Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602026-04-16T20:48:14.718Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31612026-04-16T20:48:14.970Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31622026-04-16T20:48:15.108Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31632026-04-16T20:48:15.151Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-04-16T20:48:15.202Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31652026-04-16T20:48:15.359Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31662026-04-16T20:48:15.942Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31672026-04-16T20:48:16.088Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31682026-04-16T20:48:16.733Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31692026-04-16T20:48:16.758Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-04-16T20:48:17.161Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31712026-04-16T20:48:17.227Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31722026-04-16T20:48:18.096Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31732026-04-16T20:48:18.547Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31742026-04-16T20:48:18.905Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-04-16T20:48:19.269Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31762026-04-16T20:48:19.306Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31772026-04-16T20:48:19.464Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31782026-04-16T20:48:19.931Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31792026-04-16T20:48:19.957Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-04-16T20:48:20.791Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31812026-04-16T20:48:20.854Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31822026-04-16T20:48:20.943Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31832026-04-16T20:48:21.142Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31842026-04-16T20:48:21.204Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31852026-04-16T20:48:21.359Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31862026-04-16T20:48:21.539Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31872026-04-16T20:48:23.183Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-04-16T20:48:23.321Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-04-16T20:48:23.814Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31902026-04-16T20:48:24.120Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31912026-04-16T20:48:24.912Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31922026-04-16T20:48:25.055Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31932026-04-16T20:48:25.371Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31942026-04-16T20:48:26.777Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31952026-04-16T20:48:26.815Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31962026-04-16T20:48:26.852Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31972026-04-16T20:48:28.791Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31982026-04-16T20:48:28.876Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31992026-04-16T20:48:29.352Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32002026-04-16T20:48:29.723Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32012026-04-16T20:48:30.027Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32022026-04-16T20:48:30.448Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32032026-04-16T20:48:30.567Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32042026-04-16T20:48:30.603Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32052026-04-16T20:48:30.650Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32062026-04-16T20:48:30.674Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32072026-04-16T20:48:30.984Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082026-04-16T20:48:31.270Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32092026-04-16T20:48:31.612Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32102026-04-16T20:48:31.775Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32112026-04-16T20:48:32.127Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-04-16T20:48:32.341Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32132026-04-16T20:48:32.725Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-04-16T20:48:32.850Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-04-16T20:48:32.903Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32162026-04-16T20:48:33.387Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-04-16T20:48:33.591Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32182026-04-16T20:48:33.713Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32192026-04-16T20:48:34.075Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32202026-04-16T20:48:34.507Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32212026-04-16T20:48:35.171Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-04-16T20:48:36.557Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32232026-04-16T20:48:37.612Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-04-16T20:48:39.059Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32252026-04-16T20:48:39.589Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32262026-04-16T20:48:39.924Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32272026-04-16T20:48:41.082Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32282026-04-16T20:48:42.993Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32292026-04-16T20:48:44.121Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32302026-04-16T20:48:44.576Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-04-16T20:48:45.122Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32322026-04-16T20:48:45.423Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32332026-04-16T20:48:46.891Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32342026-04-16T20:48:48.666Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32352026-04-16T20:48:49.042Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32362026-04-16T20:48:49.494Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372026-04-16T20:48:49.867Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32382026-04-16T20:48:49.929Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-04-16T20:48:50.756Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32402026-04-16T20:48:53.397Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32412026-04-16T20:48:54.439Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-04-16T20:48:56.669Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32432026-04-16T20:48:57.848Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-04-16T20:48:59.204Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32452026-04-16T20:48:59.825Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-16T20:49:00.520Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32472026-04-16T20:49:01.219Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32482026-04-16T20:49:02.072Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32492026-04-16T20:49:02.627Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32502026-04-16T20:49:03.842Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32512026-04-16T20:49:04.555Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-04-16T20:49:05.072Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-04-16T20:49:05.341Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32542026-04-16T20:49:06.084Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32552026-04-16T20:49:06.940Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32562026-04-16T20:49:08.827Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32572026-04-16T20:49:10.757Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-04-16T20:49:11.890Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32592026-04-16T20:49:12.370Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32602026-04-16T20:49:13.365Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32612026-04-16T20:49:15.817Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32622026-04-16T20:49:16.053Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32632026-04-16T20:49:17.131Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32642026-04-16T20:49:18.019Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32652026-04-16T20:49:19.273Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32662026-04-16T20:49:20.668Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32672026-04-16T20:49:21.760Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32682026-04-16T20:49:23.244Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692026-04-16T20:49:24.395Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32702026-04-16T20:49:26.826Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32712026-04-16T20:49:29.036Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32722026-04-16T20:49:32.096Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-04-16T20:49:33.503Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-04-16T20:49:35.210Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32752026-04-16T20:49:36.536Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32762026-04-16T20:49:40.524Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32772026-04-16T20:49:41.399Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32782026-04-16T20:49:42.243Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32792026-04-16T20:49:43.326Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32802026-04-16T20:49:44.877Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-04-16T20:49:46.534Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32822026-04-16T20:49:48.374Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-04-16T20:49:50.333Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32842026-04-16T20:49:51.956Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32852026-04-16T20:49:54.006Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32862026-04-16T20:49:55.376Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32872026-04-16T20:49:57.041Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32882026-04-16T20:49:58.722Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32892026-04-16T20:50:00.387Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-04-16T20:50:02.079Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32912026-04-16T20:50:03.542Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32922026-04-16T20:50:05.498Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32932026-04-16T20:50:07.041Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32942026-04-16T20:50:08.669Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32952026-04-16T20:50:10.462Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32962026-04-16T20:50:12.477Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32972026-04-16T20:50:14.370Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32982026-04-16T20:50:16.042Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32992026-04-16T20:50:18.186Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-04-16T20:50:20.070Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33012026-04-16T20:50:22.562Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33022026-04-16T20:50:24.218Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33032026-04-16T20:50:26.146Z Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33042026-04-16T20:50:28.210Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33052026-04-16T20:50:31.661Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33062026-04-16T20:50:31.936Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33072026-04-16T20:50:34.782Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33082026-04-16T20:50:36.958Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33092026-04-16T20:50:39.163Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33102026-04-16T20:50:41.242Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33112026-04-16T20:50:43.421Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33122026-04-16T20:50:45.501Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-04-16T20:50:47.804Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33142026-04-16T20:50:50.198Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33152026-04-16T20:50:52.451Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33162026-04-16T20:50:54.180Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-04-16T20:50:56.274Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33182026-04-16T20:50:58.492Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33192026-04-16T20:51:00.561Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33202026-04-16T20:51:02.756Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33212026-04-16T20:51:04.932Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33222026-04-16T20:51:07.118Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33232026-04-16T20:51:09.268Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33242026-04-16T20:51:11.548Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252026-04-16T20:51:13.717Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33262026-04-16T20:51:15.775Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33272026-04-16T20:51:18.002Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33282026-04-16T20:51:20.341Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33292026-04-16T20:51:22.556Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33302026-04-16T20:51:24.745Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33312026-04-16T20:51:27.534Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33322026-04-16T20:51:29.750Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33332026-04-16T20:51:31.957Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33342026-04-16T20:51:34.278Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33352026-04-16T20:51:36.713Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33362026-04-16T20:51:38.978Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33372026-04-16T20:51:41.423Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33382026-04-16T20:51:43.760Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-04-16T20:51:46.126Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33402026-04-16T20:51:48.578Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33412026-04-16T20:51:50.957Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33422026-04-16T20:51:53.393Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33432026-04-16T20:51:55.721Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33442026-04-16T20:51:58.077Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33452026-04-16T20:52:00.499Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33462026-04-16T20:52:03.174Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33472026-04-16T20:52:05.593Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33482026-04-16T20:52:08.041Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33492026-04-16T20:52:10.422Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33502026-04-16T20:52:12.928Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33512026-04-16T20:52:15.448Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-04-16T20:52:18.335Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33532026-04-16T20:52:20.586Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-04-16T20:52:23.035Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33552026-04-16T20:52:30.392Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33562026-04-16T20:52:30.696Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33572026-04-16T20:52:33.885Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33582026-04-16T20:52:37.110Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33592026-04-16T20:52:41.706Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33602026-04-16T20:52:44.566Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33612026-04-16T20:52:48.023Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33622026-04-16T20:52:51.605Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-04-16T20:52:55.150Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33642026-04-16T20:52:58.728Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33652026-04-16T20:53:02.285Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33662026-04-16T20:53:05.972Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33672026-04-16T20:53:09.563Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33682026-04-16T20:53:13.076Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33692026-04-16T20:53:16.596Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33702026-04-16T20:53:20.187Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33712026-04-16T20:53:23.770Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-04-16T20:53:27.430Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33732026-04-16T20:53:30.955Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33742026-04-16T20:53:34.723Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33752026-04-16T20:53:38.218Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33762026-04-16T20:53:42.004Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33772026-04-16T20:53:45.508Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33782026-04-16T20:53:49.124Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33792026-04-16T20:53:52.795Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33802026-04-16T20:54:21.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 24s
33812026-04-16T20:54:21.564Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files
33822026-04-16T20:54:21.668Z
33832026-04-16T20:54:21.671Zreal 6:24.434099143
33842026-04-16T20:54:21.671Zuser 17:22.421537990
33852026-04-16T20:54:21.671Zsys 3:41.738725977
33862026-04-16T20:54:21.671Ztrap 0.258548029
33872026-04-16T20:54:21.671Ztflt 0.049072178
33882026-04-16T20:54:21.671Zdflt 0.021441277
33892026-04-16T20:54:21.671Zkflt 0.000028263
33902026-04-16T20:54:21.671Zlock 5:52:19.464042265
33912026-04-16T20:54:21.671Zslp 2:08:39.907472089
33922026-04-16T20:54:21.671Zlat 34.277362158
33932026-04-16T20:54:21.671Zstop 1:39.858032444
33942026-04-16T20:54:21.671Zprocess exited: duration 811552 ms, exit code 0
 
33952026-04-16T20:54:21.720Zfound 0 output files