01KNWNVY8N5PM1XDF56T6SDQ8K: clippy (helios)

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

Buildomat Job: 01KNWNW8D6BXP6BP7S1E0P77ZA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T21:49:20.811Zjob assigned to worker 01KNWNWBVTNQT415WEFERPF103 [factory aws, i-0c51c79f2ba37b30a] (queued for 55 s)
 
22026-04-10T21:49:27.296Zstarting task 0: "setup"
32026-04-10T21:49:27.303Z++ uname -s
42026-04-10T21:49:27.306Z+ kern=SunOS
52026-04-10T21:49:27.306Z+ build_user=build
62026-04-10T21:49:27.306Z+ build_uid=12345
72026-04-10T21:49:27.306Z+ work_dir=/work
82026-04-10T21:49:27.306Z+ input_dir=/input
92026-04-10T21:49:27.306Z+ [[ 0 == 12345 ]]
102026-04-10T21:49:27.306Z+ case "$kern" in
112026-04-10T21:49:27.306Z+ groupadd -g 12345 build
122026-04-10T21:49:27.309Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T21:49:29.313Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T21:49:29.439Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T21:49:29.442Z+ home_fs=zfs
162026-04-10T21:49:29.442Z+ [[ zfs == autofs ]]
172026-04-10T21:49:29.442Z+ mkdir -p /home/build
182026-04-10T21:49:29.442Z+ chown build:build /home/build /work
192026-04-10T21:49:31.444Z+ chmod 0700 /home/build /work
202026-04-10T21:49:31.447Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-10T21:49:31.453Zstarting task 1: "rust-toolchain"
222026-04-10T21:49:31.457Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T21:49:31.457Z * rust toolchain channel = "1.94.0"
242026-04-10T21:49:31.457Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-10T21:49:31.457Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T21:49:31.457Z * rust toolchain profile = "default"
272026-04-10T21:49:31.458Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T21:49:31.460Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T21:49:31.460Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T21:49:31.579Zinfo: downloading installer
312026-04-10T21:49:33.024Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T21:49:33.024Zwarn: /opt/ooce/bin
332026-04-10T21:49:33.024Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T21:49:33.024Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T21:49:33.024Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T21:49:33.025Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T21:49:33.025Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T21:49:33.025Zerror: cannot install while Rust is installed
392026-04-10T21:49:33.025Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T21:49:33.025Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T21:49:33.025Zwarn: /home/build/.rustup/settings.toml
422026-04-10T21:49:33.025Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T21:49:33.025Zwarn: instead of the one inferred from the default host triple.
442026-04-10T21:49:33.059Zinfo: profile set to default
452026-04-10T21:49:33.059Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T21:49:33.062Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T21:49:33.196Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T21:49:33.199Zinfo: downloading 6 components
492026-04-10T21:49:47.449Z
502026-04-10T21:49:47.449Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-10T21:49:47.479Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T21:49:47.479Z
532026-04-10T21:49:47.480Z
542026-04-10T21:49:47.480ZRust is installed now. Great!
552026-04-10T21:49:47.480Z
562026-04-10T21:49:47.480ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T21:49:47.480Zenvironment variable. This has not been done automatically.
582026-04-10T21:49:47.480Z
592026-04-10T21:49:47.480ZTo configure your current shell, you need to source
602026-04-10T21:49:47.480Zthe corresponding env file under $HOME/.cargo.
612026-04-10T21:49:47.480Z
622026-04-10T21:49:47.480ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T21:49:47.480Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T21:49:47.480Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T21:49:47.480Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T21:49:47.480Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T21:49:47.480Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T21:49:47.480Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T21:49:47.483Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T21:49:47.483Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T21:49:47.581Z+ rustup --version
722026-04-10T21:49:47.589Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T21:49:47.592Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T21:49:47.612Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T21:49:47.615Z+ cargo --version
762026-04-10T21:49:47.628Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T21:49:47.632Z+ rustc --version
782026-04-10T21:49:47.651Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T21:49:47.654Zprocess exited: duration 16199 ms, exit code 0
 
802026-04-10T21:49:47.660Zstarting task 2: "authentication"
812026-04-10T21:49:47.676Zprocess exited: duration 15 ms, exit code 0
 
822026-04-10T21:49:47.682Zstarting task 3: "clone repository"
832026-04-10T21:49:47.685Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T21:49:47.688Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T21:49:47.739ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T21:49:58.160Z+ cd /work/oxidecomputer/omicron
872026-04-10T21:49:58.160Z+ git fetch origin 3eae79ad83440e125067846bddab555930f94048
882026-04-10T21:49:58.450ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T21:49:58.450Z * branch 3eae79ad83440e125067846bddab555930f94048 -> FETCH_HEAD
902026-04-10T21:49:58.459Z+ [[ -n bump-console-1cc2ce61 ]]
912026-04-10T21:49:58.462Z++ git branch --show-current
922026-04-10T21:49:58.462Z+ current=main
932026-04-10T21:49:58.462Z+ [[ main != bump-console-1cc2ce61 ]]
942026-04-10T21:49:58.462Z+ git branch -f bump-console-1cc2ce61 3eae79ad83440e125067846bddab555930f94048
952026-04-10T21:49:58.465Z+ git checkout -f bump-console-1cc2ce61
962026-04-10T21:49:58.691ZSwitched to branch 'bump-console-1cc2ce61'
972026-04-10T21:49:58.694Z+ git reset --hard 3eae79ad83440e125067846bddab555930f94048
982026-04-10T21:49:58.924ZHEAD is now at 3eae79ad8 Bump web console (fix dark flash in light mode)
992026-04-10T21:49:58.927Zprocess exited: duration 11243 ms, exit code 0
 
1002026-04-10T21:49:58.933Zstarting task 4: "build"
1012026-04-10T21:49:58.938Z+ source ./env.sh
1022026-04-10T21:49:58.938Z++ OLD_SHELL_OPTS=ehxB
1032026-04-10T21:49:58.938Z++ set -o xtrace
1042026-04-10T21:49:58.941Z++++ dirname ./env.sh
1052026-04-10T21:49:58.944Z+++ readlink -f .
1062026-04-10T21:49:58.956Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-10T21:49:58.959Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ 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-10T21:49:58.960Z++ case $OLD_SHELL_OPTS in
1162026-04-10T21:49:58.960Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-10T21:49:58.960Z+ source .github/buildomat/ci-env.sh
1182026-04-10T21:49:58.960Z++ export CARGO_TERM_COLOR=always
1192026-04-10T21:49:58.960Z++ CARGO_TERM_COLOR=always
1202026-04-10T21:49:58.960Z+ cargo --version
1212026-04-10T21:49:58.966Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-10T21:49:58.969Z+ rustc --version
1232026-04-10T21:49:58.990Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-10T21:49:58.993Z+ banner prerequisites
1252026-04-10T21:49:58.996Z
1262026-04-10T21:49:58.996Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-10T21:49:58.996Z # # # # # # # # # # # # # # #
1282026-04-10T21:49:58.996Z # # # # ##### # # ##### # # # # # #### #
1292026-04-10T21:49:58.996Z ##### ##### # ##### # # # # # # # # #
1302026-04-10T21:49:58.996Z # # # # # # # # # # # # # # #
1312026-04-10T21:49:58.996Z # # # ###### # # ###### ### # #### # #### #
1322026-04-10T21:49:58.996Z
1332026-04-10T21:49:58.996Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-10T21:50:07.477Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-10T21:50:14.542Z Startup: Caching catalogs ... Done
1362026-04-10T21:50:19.582ZPlanning: Solver setup ... Done (3.545s)
1372026-04-10T21:50:19.606ZPlanning: Running solver ... Done (0.024s)
1382026-04-10T21:50:19.728ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-10T21:50:19.748ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-10T21:50:20.437ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-10T21:50:20.468ZPlanning: Package planning ... Done (0.031s)
1422026-04-10T21:50:20.496ZPlanning: Merging actions ... Done (0.028s)
1432026-04-10T21:50:20.668ZPlanning: Checking for conflicting actions ... Done (0.172s)
1442026-04-10T21:50:20.675ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-10T21:50:21.375ZPlanning: Evaluating mediators ... Done (0.699s)
1462026-04-10T21:50:21.381ZPlanning: Planning completed in 6.68 seconds
1472026-04-10T21:50:21.391Z Packages to install: 4
1482026-04-10T21:50:21.391Z Mediators to change: 2
1492026-04-10T21:50:21.395Z Services to change: 1
1502026-04-10T21:50:21.395Z Estimated space available: 155.35 GB
1512026-04-10T21:50:21.395ZEstimated space to be consumed: 1.84 GB
1522026-04-10T21:50:21.395Z Create boot environment: No
1532026-04-10T21:50:21.395ZCreate backup boot environment: No
1542026-04-10T21:50:21.395Z Rebuild boot archive: No
1552026-04-10T21:50:21.395Z
1562026-04-10T21:50:21.395ZChanged mediators:
1572026-04-10T21:50:21.395Z mediator clang:
1582026-04-10T21:50:21.395Z version: None -> 15 (system default)
1592026-04-10T21:50:21.395Z
1602026-04-10T21:50:21.395Z mediator llvm:
1612026-04-10T21:50:21.395Z version: 14 (system default) -> 15 (system default)
1622026-04-10T21:50:21.395Z
1632026-04-10T21:50:21.395ZChanged packages:
1642026-04-10T21:50:21.395Zhelios-dev
1652026-04-10T21:50:21.395Z developer/build-essential
1662026-04-10T21:50:21.395Z None -> 11-2.0
1672026-04-10T21:50:21.395Z library/libxmlsec1
1682026-04-10T21:50:21.395Z None -> 1.2.35-2.0
1692026-04-10T21:50:21.395Z ooce/developer/clang-15
1702026-04-10T21:50:21.395Z None -> 15.0.7-2.0
1712026-04-10T21:50:21.395Z ooce/developer/llvm-15
1722026-04-10T21:50:21.395Z None -> 15.0.7-2.0
1732026-04-10T21:50:21.395Z
1742026-04-10T21:50:21.395ZServices:
1752026-04-10T21:50:21.395Z restart_fmri:
1762026-04-10T21:50:21.395Z svc:/system/update-man-index:default
1772026-04-10T21:50:21.432Z
1782026-04-10T21:50:21.432ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-10T21:50:26.434ZDownload: 442/3290 items 17.0/212.6MB 8% complete (3.4M/s)
1802026-04-10T21:50:32.010ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (9.6M/s)
1812026-04-10T21:50:37.011ZDownload: 1986/3290 items 118.7/212.6MB 55% complete (10.1M/s)
1822026-04-10T21:50:42.011ZDownload: 3259/3290 items 206.4/212.6MB 97% complete (12.2M/s)
1832026-04-10T21:50:42.625ZDownload: Completed 212.60 MB in 21.19 seconds (10.0M/s)
1842026-04-10T21:50:42.853Z Actions: 1/3689 actions (Installing new actions)
1852026-04-10T21:50:46.072Z Actions: Completed 3689 actions in 3.22 seconds.
1862026-04-10T21:50:46.374Z Done (0.299s)
1872026-04-10T21:50:46.374Z Done (0.000s)
1882026-04-10T21:50:47.082Z Done (0.707s)
1892026-04-10T21:50:50.083Z Done (2.662s)
1902026-04-10T21:50:50.167Z Done (0.013s)
1912026-04-10T21:50:50.170Z Done (0.000s)
1922026-04-10T21:50:50.447Z Done (0.000s)
1932026-04-10T21:50:51.308ZPlanning: Evaluating mediator changes ... Done
1942026-04-10T21:50:51.414ZPlanning: Checking for conflicting actions ... Done
1952026-04-10T21:50:51.418ZPlanning: Consolidating action changes ... Done
1962026-04-10T21:50:51.575ZPlanning: Evaluating mediators ... Done
1972026-04-10T21:50:51.578ZPlanning: Planning completed in 0.27 seconds
1982026-04-10T21:50:51.596Z Mediators to change: 2
1992026-04-10T21:50:51.596Z Create boot environment: No
2002026-04-10T21:50:51.596ZCreate backup boot environment: No
2012026-04-10T21:50:51.675Z Done
2022026-04-10T21:50:51.675Z Done
2032026-04-10T21:50:52.277Z Done
2042026-04-10T21:50:54.794Z Done
2052026-04-10T21:50:54.864Z Done
2062026-04-10T21:50:54.868Z Done
2072026-04-10T21:50:55.010Z Done
2082026-04-10T21:50:55.413ZPlanning: Evaluating mediator changes ... Done
2092026-04-10T21:50:55.417ZPlanning: Merging actions ... Done
2102026-04-10T21:50:55.555ZPlanning: Checking for conflicting actions ... Done
2112026-04-10T21:50:55.558ZPlanning: Consolidating action changes ... Done
2122026-04-10T21:50:55.692ZPlanning: Evaluating mediators ... Done
2132026-04-10T21:50:55.720ZPlanning: Planning completed in 0.45 seconds
2142026-04-10T21:50:55.741Z Packages to change: 1
2152026-04-10T21:50:55.741Z Mediators to change: 1
2162026-04-10T21:50:55.741Z Services to change: 1
2172026-04-10T21:50:55.741Z Create boot environment: No
2182026-04-10T21:50:55.741ZCreate backup boot environment: Yes
2192026-04-10T21:50:58.207Z Actions: 1/6 actions (Updating modified actions)
2202026-04-10T21:50:58.219Z Actions: Completed 6 actions in 0.01 seconds.
2212026-04-10T21:50:58.222Z Done
2222026-04-10T21:50:58.222Z Done
2232026-04-10T21:50:58.357Z Done
2242026-04-10T21:51:00.803Z Done
2252026-04-10T21:51:00.873Z Done
2262026-04-10T21:51:00.876Z Done
2272026-04-10T21:51:01.042Z Done
2282026-04-10T21:51:01.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-10T21:51:01.333Zclang system 15 system
2302026-04-10T21:51:01.334Zcsh system system illumos
2312026-04-10T21:51:01.334Zctags system system illumos
2322026-04-10T21:51:01.334Zfile system system illumos
2332026-04-10T21:51:01.334Zgcc vendor 12 vendor
2342026-04-10T21:51:01.334Zgcc system 14 system
2352026-04-10T21:51:01.334Zgcc system 10 system
2362026-04-10T21:51:01.334Zgo system 1.20 system
2372026-04-10T21:51:01.334Zgo system 1.19 system
2382026-04-10T21:51:01.334Zllvm system 15 system
2392026-04-10T21:51:01.334Zllvm system 14 system
2402026-04-10T21:51:01.334Zmariadb system 10.6 system
2412026-04-10T21:51:01.334Zmta vendor vendor dma
2422026-04-10T21:51:01.334Zopenjdk system 17 system
2432026-04-10T21:51:01.334Zopenjdk system 11 system
2442026-04-10T21:51:01.334Zopenjdk system 1.8 system
2452026-04-10T21:51:01.334Zopenssl vendor 3 vendor
2462026-04-10T21:51:01.334Zperl system 5.36 system
2472026-04-10T21:51:01.334Zpostgresql system 15 system
2482026-04-10T21:51:01.334Zpostgresql system 13 system
2492026-04-10T21:51:01.334Zpython vendor 3 vendor
2502026-04-10T21:51:01.334Zpython system 2 system
2512026-04-10T21:51:01.334Zpython3 system 3.11 system
2522026-04-10T21:51:01.334Zruby system 3.0 system
2532026-04-10T21:51:01.334Zwords vendor vendor american-english
2542026-04-10T21:51:01.334Zwords system system australian-english
2552026-04-10T21:51:01.334Zwords system system british-english
2562026-04-10T21:51:01.334Zwords system system canadian-english
2572026-04-10T21:51:01.334Zwords system system french
2582026-04-10T21:51:01.334Zwords system system italian
2592026-04-10T21:51:01.334Zwords system system ngerman
2602026-04-10T21:51:01.334Zwords system system ogerman
2612026-04-10T21:51:01.334Zwords system system spanish
2622026-04-10T21:51:01.561ZPUBLISHER TYPE STATUS P LOCATION
2632026-04-10T21:51:01.561Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-04-10T21:51:05.929ZFMRI IFO
2652026-04-10T21:51:05.929Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-04-10T21:51:05.929Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-04-10T21:51:05.929Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-04-10T21:51:05.929Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-04-10T21:51:05.929Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-04-10T21:51:05.929Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-04-10T21:51:05.929Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-04-10T21:51:05.929Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-04-10T21:51:05.929Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-04-10T21:51:05.929Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-04-10T21:51:05.929Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-04-10T21:51:05.929Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-04-10T21:51:05.929Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-04-10T21:51:05.929Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-04-10T21:51:05.929Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-04-10T21:51:05.929Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-04-10T21:51:07.029Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-04-10T21:51:07.278Z Updating crates.io index
2832026-04-10T21:51:07.282Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-04-10T21:51:07.797Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-04-10T21:51:08.157Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-04-10T21:51:08.641Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-10T21:51:10.030Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-04-10T21:51:10.520Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-10T21:51:11.828Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-04-10T21:51:12.589Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-04-10T21:51:12.846Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-04-10T21:51:13.541Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-04-10T21:51:13.765Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-04-10T21:51:14.195Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-04-10T21:51:14.477Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-04-10T21:51:15.383Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-04-10T21:51:15.926Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-04-10T21:51:16.175Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-04-10T21:51:16.581Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-04-10T21:51:16.884Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-04-10T21:51:17.226Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-04-10T21:51:17.422Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-04-10T21:51:17.658Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-04-10T21:51:18.058Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-04-10T21:51:18.548Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-04-10T21:51:19.025Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-04-10T21:51:19.284Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-04-10T21:51:19.798Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-04-10T21:51:20.932Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-04-10T21:51:21.591Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-10T21:51:22.041Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-04-10T21:51:22.476Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-04-10T21:51:22.806Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-04-10T21:51:23.129Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-04-10T21:51:23.364Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-04-10T21:51:24.018Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-04-10T21:51:24.241Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-04-10T21:51:24.463Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-04-10T21:51:24.737Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-04-10T21:51:25.157Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-04-10T21:51:36.655Z Downloading crates ...
3222026-04-10T21:51:36.707Z Downloaded anstyle-parse v0.2.7
3232026-04-10T21:51:36.710Z Downloaded form_urlencoded v1.2.2
3242026-04-10T21:51:36.713Z Downloaded errno v0.3.14
3252026-04-10T21:51:36.713Z Downloaded is_terminal_polyfill v1.70.2
3262026-04-10T21:51:36.713Z Downloaded colorchoice v1.0.4
3272026-04-10T21:51:36.722Z Downloaded anyhow v1.0.102
3282026-04-10T21:51:36.726Z Downloaded thiserror v1.0.69
3292026-04-10T21:51:36.726Z Downloaded zerofrom-derive v0.1.6
3302026-04-10T21:51:36.729Z Downloaded autocfg v1.5.0
3312026-04-10T21:51:36.729Z Downloaded anstyle v1.0.13
3322026-04-10T21:51:36.729Z Downloaded zmij v1.0.21
3332026-04-10T21:51:36.732Z Downloaded anstream v0.6.21
3342026-04-10T21:51:36.732Z Downloaded thiserror v2.0.18
3352026-04-10T21:51:36.735Z Downloaded toml_datetime v0.6.11
3362026-04-10T21:51:36.735Z Downloaded version_check v0.9.5
3372026-04-10T21:51:36.738Z Downloaded thread-id v4.2.2
3382026-04-10T21:51:36.738Z Downloaded usdt-macro v0.5.0
3392026-04-10T21:51:36.738Z Downloaded fnv v1.0.7
3402026-04-10T21:51:36.738Z Downloaded yoke-derive v0.8.1
3412026-04-10T21:51:36.741Z Downloaded typeid v1.0.3
3422026-04-10T21:51:36.741Z Downloaded thiserror-impl v2.0.18
3432026-04-10T21:51:36.741Z Downloaded bytecount v0.6.9
3442026-04-10T21:51:36.744Z Downloaded toml_write v0.1.2
3452026-04-10T21:51:37.751Z Downloaded usdt-attr-macro v0.5.0
3462026-04-10T21:51:37.755Z Downloaded unicode-linebreak v0.1.5
3472026-04-10T21:51:37.755Z Downloaded log v0.4.29
3482026-04-10T21:51:37.755Z Downloaded zerofrom v0.1.6
3492026-04-10T21:51:37.755Z Downloaded icu_properties_data v2.1.2
3502026-04-10T21:51:37.755Z Downloaded serde_tokenstream v0.2.3
3512026-04-10T21:51:37.755Z Downloaded unicode-xid v0.2.6
3522026-04-10T21:51:37.755Z Downloaded anstyle-query v1.1.5
3532026-04-10T21:51:37.755Z Downloaded utf8parse v0.2.2
3542026-04-10T21:51:37.755Z Downloaded zerovec-derive v0.11.2
3552026-04-10T21:51:37.755Z Downloaded macaddr v1.0.1
3562026-04-10T21:51:37.755Z Downloaded thiserror-impl v1.0.69
3572026-04-10T21:51:37.756Z Downloaded usdt v0.5.0
3582026-04-10T21:51:37.756Z Downloaded serde-value v0.7.0
3592026-04-10T21:51:37.756Z Downloaded cfg-if v1.0.4
3602026-04-10T21:51:37.756Z Downloaded plain v0.2.3
3612026-04-10T21:51:37.756Z Downloaded utf8_iter v1.0.4
3622026-04-10T21:51:37.756Z Downloaded tinystr v0.8.2
3632026-04-10T21:51:37.756Z Downloaded dtrace-parser v0.2.0
3642026-04-10T21:51:37.756Z Downloaded icu_normalizer v2.1.1
3652026-04-10T21:51:37.756Z Downloaded percent-encoding v2.3.2
3662026-04-10T21:51:37.756Z Downloaded pretty-hex v0.4.1
3672026-04-10T21:51:37.756Z Downloaded terminal_size v0.4.3
3682026-04-10T21:51:37.756Z Downloaded proc-macro-error-attr v1.0.4
3692026-04-10T21:51:37.756Z Downloaded usdt-impl v0.5.0
3702026-04-10T21:51:37.756Z Downloaded typenum v1.19.0
3712026-04-10T21:51:37.756Z Downloaded itoa v1.0.17
3722026-04-10T21:51:37.756Z Downloaded serde_spanned v0.6.9
3732026-04-10T21:51:37.756Z Downloaded cpufeatures v0.2.17
3742026-04-10T21:51:37.756Z Downloaded equivalent v1.0.2
3752026-04-10T21:51:37.756Z Downloaded swrite v0.1.0
3762026-04-10T21:51:37.756Z Downloaded ucd-trie v0.1.7
3772026-04-10T21:51:37.756Z Downloaded writeable v0.6.2
3782026-04-10T21:51:37.756Z Downloaded smawk v0.3.2
3792026-04-10T21:51:37.756Z Downloaded scroll_derive v0.12.1
3802026-04-10T21:51:37.756Z Downloaded unicode-ident v1.0.24
3812026-04-10T21:51:37.756Z Downloaded memmap v0.7.0
3822026-04-10T21:51:37.756Z Downloaded zerocopy-derive v0.7.35
3832026-04-10T21:51:37.756Z Downloaded yoke v0.8.1
3842026-04-10T21:51:37.756Z Downloaded toml v0.8.23
3852026-04-10T21:51:37.756Z Downloaded zerotrie v0.2.3
3862026-04-10T21:51:37.756Z Downloaded camino-tempfile v1.4.1
3872026-04-10T21:51:37.756Z Downloaded toml_edit v0.22.27
3882026-04-10T21:51:37.756Z Downloaded textwrap v0.16.2
3892026-04-10T21:51:37.756Z Downloaded potential_utf v0.1.4
3902026-04-10T21:51:37.756Z Downloaded crypto-common v0.1.7
3912026-04-10T21:51:37.756Z Downloaded url v2.5.8
3922026-04-10T21:51:37.756Z Downloaded tabled_derive v0.7.0
3932026-04-10T21:51:37.756Z Downloaded stable_deref_trait v1.2.1
3942026-04-10T21:51:37.757Z Downloaded heck v0.5.0
3952026-04-10T21:51:37.757Z Downloaded heck v0.4.1
3962026-04-10T21:51:37.757Z Downloaded generic-array v0.14.7
3972026-04-10T21:51:37.757Z Downloaded clap_lex v1.0.0
3982026-04-10T21:51:37.757Z Downloaded ordered-float v2.10.1
3992026-04-10T21:51:37.757Z Downloaded cargo-platform v0.2.0
4002026-04-10T21:51:37.757Z Downloaded zerovec v0.11.5
4012026-04-10T21:51:37.757Z Downloaded idna_adapter v1.2.1
4022026-04-10T21:51:37.757Z Downloaded strsim v0.11.1
4032026-04-10T21:51:37.757Z Downloaded block-buffer v0.10.4
4042026-04-10T21:51:37.757Z Downloaded zerocopy v0.7.35
4052026-04-10T21:51:37.757Z Downloaded semver v1.0.27
4062026-04-10T21:51:37.757Z Downloaded winnow v0.7.14
4072026-04-10T21:51:37.757Z Downloaded synstructure v0.13.2
4082026-04-10T21:51:37.757Z Downloaded litemap v0.8.1
4092026-04-10T21:51:37.757Z Downloaded unicode-width v0.2.0
4102026-04-10T21:51:37.757Z Downloaded unicode-width v0.1.14
4112026-04-10T21:51:37.757Z Downloaded sha2 v0.10.9
4122026-04-10T21:51:37.757Z Downloaded proc-macro-error v1.0.4
4132026-04-10T21:51:37.757Z Downloaded fastrand v2.3.0
4142026-04-10T21:51:37.757Z Downloaded pest_meta v2.8.6
4152026-04-10T21:51:37.757Z Downloaded icu_locale_core v2.1.1
4162026-04-10T21:51:37.757Z Downloaded scroll v0.12.0
4172026-04-10T21:51:37.757Z Downloaded fs-err v3.3.0
4182026-04-10T21:51:37.757Z Downloaded dof v0.3.0
4192026-04-10T21:51:37.757Z Downloaded digest v0.10.7
4202026-04-10T21:51:37.757Z Downloaded cargo_metadata v0.21.0
4212026-04-10T21:51:37.757Z Downloaded quote v1.0.44
4222026-04-10T21:51:37.757Z Downloaded serde-untagged v0.1.9
4232026-04-10T21:51:37.757Z Downloaded displaydoc v0.2.5
4242026-04-10T21:51:37.757Z Downloaded erased-serde v0.4.9
4252026-04-10T21:51:37.757Z Downloaded bitflags v2.11.0
4262026-04-10T21:51:37.757Z Downloaded once_cell v1.21.3
4272026-04-10T21:51:37.757Z Downloaded byteorder v1.5.0
4282026-04-10T21:51:37.757Z Downloaded num-traits v0.2.19
4292026-04-10T21:51:37.757Z Downloaded clap_derive v4.5.55
4302026-04-10T21:51:37.757Z Downloaded papergrid v0.11.0
4312026-04-10T21:51:37.757Z Downloaded indexmap v2.13.0
4322026-04-10T21:51:37.758Z Downloaded smallvec v1.15.1
4332026-04-10T21:51:37.758Z Downloaded pest_derive v2.8.6
4342026-04-10T21:51:37.758Z Downloaded cargo-util-schemas v0.8.2
4352026-04-10T21:51:37.758Z Downloaded cargo_toml v0.21.0
4362026-04-10T21:51:37.758Z Downloaded pest_generator v2.8.6
4372026-04-10T21:51:37.758Z Downloaded camino v1.2.2
4382026-04-10T21:51:37.758Z Downloaded getrandom v0.3.4
4392026-04-10T21:51:37.758Z Downloaded proc-macro2 v1.0.106
4402026-04-10T21:51:37.758Z Downloaded icu_provider v2.1.1
4412026-04-10T21:51:37.758Z Downloaded serde_core v1.0.228
4422026-04-10T21:51:37.758Z Downloaded serde_derive v1.0.228
4432026-04-10T21:51:37.758Z Downloaded clap v4.5.60
4442026-04-10T21:51:37.758Z Downloaded icu_properties v2.1.2
4452026-04-10T21:51:37.758Z Downloaded tempfile v3.25.0
4462026-04-10T21:51:37.761Z Downloaded serde v1.0.228
4472026-04-10T21:51:37.762Z Downloaded icu_collections v2.1.1
4482026-04-10T21:51:37.762Z Downloaded icu_normalizer_data v2.1.1
4492026-04-10T21:51:37.762Z Downloaded memchr v2.8.0
4502026-04-10T21:51:37.762Z Downloaded tabled v0.15.0
4512026-04-10T21:51:37.762Z Downloaded pest v2.8.6
4522026-04-10T21:51:37.762Z Downloaded idna v1.1.0
4532026-04-10T21:51:37.762Z Downloaded serde_json v1.0.149
4542026-04-10T21:51:37.762Z Downloaded hashbrown v0.16.1
4552026-04-10T21:51:37.762Z Downloaded goblin v0.8.2
4562026-04-10T21:51:37.762Z Downloaded clap_builder v4.5.60
4572026-04-10T21:51:37.762Z Downloaded syn v1.0.109
4582026-04-10T21:51:37.762Z Downloaded syn v2.0.117
4592026-04-10T21:51:37.762Z Downloaded rustix v1.1.3
4602026-04-10T21:51:37.762Z Downloaded libc v0.2.180
4612026-04-10T21:51:37.762Z Compiling proc-macro2 v1.0.106
4622026-04-10T21:51:37.762Z Compiling quote v1.0.44
4632026-04-10T21:51:37.762Z Compiling unicode-ident v1.0.24
4642026-04-10T21:51:37.762Z Compiling serde_core v1.0.228
4652026-04-10T21:51:37.762Z Compiling libc v0.2.180
4662026-04-10T21:51:37.762Z Compiling version_check v0.9.5
4672026-04-10T21:51:37.762Z Compiling stable_deref_trait v1.2.1
4682026-04-10T21:51:37.762Z Compiling memchr v2.8.0
4692026-04-10T21:51:37.762Z Compiling serde v1.0.228
4702026-04-10T21:51:37.762Z Compiling zmij v1.0.21
4712026-04-10T21:51:37.762Z Compiling ucd-trie v0.1.7
4722026-04-10T21:51:37.869Z Compiling thiserror v1.0.69
4732026-04-10T21:51:37.873Z Compiling itoa v1.0.17
4742026-04-10T21:51:37.996Z Compiling autocfg v1.5.0
4752026-04-10T21:51:38.064Z Compiling pest v2.8.6
4762026-04-10T21:51:38.140Z Compiling litemap v0.8.1
4772026-04-10T21:51:38.249Z Compiling writeable v0.6.2
4782026-04-10T21:51:38.338Z Compiling icu_properties_data v2.1.2
4792026-04-10T21:51:38.368Z Compiling rustix v1.1.3
4802026-04-10T21:51:38.419Z Compiling icu_normalizer_data v2.1.1
4812026-04-10T21:51:38.607Z Compiling byteorder v1.5.0
4822026-04-10T21:51:38.707Z Compiling syn v2.0.117
4832026-04-10T21:51:38.842Z Compiling errno v0.3.14
4842026-04-10T21:51:38.859Z Compiling serde_json v1.0.149
4852026-04-10T21:51:38.873Z Compiling bitflags v2.11.0
4862026-04-10T21:51:39.077Z Compiling pest_meta v2.8.6
4872026-04-10T21:51:39.119Z Compiling num-traits v0.2.19
4882026-04-10T21:51:39.137Z Compiling equivalent v1.0.2
4892026-04-10T21:51:39.228Z Compiling smallvec v1.15.1
4902026-04-10T21:51:39.306Z Compiling typeid v1.0.3
4912026-04-10T21:51:39.456Z Compiling hashbrown v0.16.1
4922026-04-10T21:51:39.623Z Compiling thread-id v4.2.2
4932026-04-10T21:51:39.663Z Compiling proc-macro-error-attr v1.0.4
4942026-04-10T21:51:39.711Z Compiling usdt-impl v0.5.0
4952026-04-10T21:51:39.755Z Compiling toml_write v0.1.2
4962026-04-10T21:51:39.848Z Compiling erased-serde v0.4.9
4972026-04-10T21:51:39.924Z Compiling indexmap v2.13.0
4982026-04-10T21:51:39.984Z Compiling syn v1.0.109
4992026-04-10T21:51:40.107Z Compiling winnow v0.7.14
5002026-04-10T21:51:40.400Z Compiling proc-macro-error v1.0.4
5012026-04-10T21:51:40.536Z Compiling plain v0.2.3
5022026-04-10T21:51:40.592Z Compiling camino v1.2.2
5032026-04-10T21:51:40.663Z Compiling getrandom v0.3.4
5042026-04-10T21:51:40.702Z Compiling percent-encoding v2.3.2
5052026-04-10T21:51:40.867Z Compiling thiserror v2.0.18
5062026-04-10T21:51:40.901Z Compiling log v0.4.29
5072026-04-10T21:51:40.979Z Compiling utf8parse v0.2.2
5082026-04-10T21:51:40.996Z Compiling utf8_iter v1.0.4
5092026-04-10T21:51:41.101Z Compiling anstyle-parse v0.2.7
5102026-04-10T21:51:41.149Z Compiling form_urlencoded v1.2.2
5112026-04-10T21:51:41.205Z Compiling ordered-float v2.10.1
5122026-04-10T21:51:41.360Z Compiling synstructure v0.13.2
5132026-04-10T21:51:41.410Z Compiling pest_generator v2.8.6
5142026-04-10T21:51:41.527Z Compiling terminal_size v0.4.3
5152026-04-10T21:51:41.681Z Compiling anstyle v1.0.13
5162026-04-10T21:51:41.883Z Compiling colorchoice v1.0.4
5172026-04-10T21:51:41.902Z Compiling anstyle-query v1.1.5
5182026-04-10T21:51:41.920Z Compiling is_terminal_polyfill v1.70.2
5192026-04-10T21:51:41.937Z Compiling cfg-if v1.0.4
5202026-04-10T21:51:41.974Z Compiling pretty-hex v0.4.1
5212026-04-10T21:51:42.023Z Compiling anstream v0.6.21
5222026-04-10T21:51:42.023Z Compiling serde-untagged v0.1.9
5232026-04-10T21:51:42.126Z Compiling semver v1.0.27
5242026-04-10T21:51:42.218Z Compiling fs-err v3.3.0
5252026-04-10T21:51:42.275Z Compiling fnv v1.0.7
5262026-04-10T21:51:42.368Z Compiling clap_lex v1.0.0
5272026-04-10T21:51:42.387Z Compiling bytecount v0.6.9
5282026-04-10T21:51:42.411Z Compiling heck v0.5.0
5292026-04-10T21:51:42.459Z Compiling unicode-xid v0.2.6
5302026-04-10T21:51:42.488Z Compiling anyhow v1.0.102
5312026-04-10T21:51:42.527Z Compiling fastrand v2.3.0
5322026-04-10T21:51:42.588Z Compiling strsim v0.11.1
5332026-04-10T21:51:42.659Z Compiling unicode-width v0.1.14
5342026-04-10T21:51:42.800Z Compiling heck v0.4.1
5352026-04-10T21:51:42.810Z Compiling once_cell v1.21.3
5362026-04-10T21:51:42.917Z Compiling papergrid v0.11.0
5372026-04-10T21:51:42.939Z Compiling clap_builder v4.5.60
5382026-04-10T21:51:43.018Z Compiling tempfile v3.25.0
5392026-04-10T21:51:43.060Z Compiling serde_derive v1.0.228
5402026-04-10T21:51:43.141Z Compiling zerofrom-derive v0.1.6
5412026-04-10T21:51:43.160Z Compiling yoke-derive v0.8.1
5422026-04-10T21:51:43.396Z Compiling zerovec-derive v0.11.2
5432026-04-10T21:51:43.533Z Compiling displaydoc v0.2.5
5442026-04-10T21:51:44.267Z Compiling thiserror-impl v1.0.69
5452026-04-10T21:51:44.308Z Compiling zerocopy-derive v0.7.35
5462026-04-10T21:51:44.324Z Compiling pest_derive v2.8.6
5472026-04-10T21:51:44.501Z Compiling zerofrom v0.1.6
5482026-04-10T21:51:44.502Z Compiling scroll_derive v0.12.1
5492026-04-10T21:51:44.641Z Compiling yoke v0.8.1
5502026-04-10T21:51:44.750Z Compiling thiserror-impl v2.0.18
5512026-04-10T21:51:44.838Z Compiling zerovec v0.11.5
5522026-04-10T21:51:45.156Z Compiling zerotrie v0.2.3
5532026-04-10T21:51:45.188Z Compiling zerocopy v0.7.35
5542026-04-10T21:51:45.359Z Compiling tinystr v0.8.2
5552026-04-10T21:51:45.467Z Compiling potential_utf v0.1.4
5562026-04-10T21:51:45.573Z Compiling icu_locale_core v2.1.1
5572026-04-10T21:51:45.619Z Compiling icu_collections v2.1.1
5582026-04-10T21:51:45.637Z Compiling dtrace-parser v0.2.0
5592026-04-10T21:51:45.731Z Compiling scroll v0.12.0
5602026-04-10T21:51:46.032Z Compiling goblin v0.8.2
5612026-04-10T21:51:46.050Z Compiling tabled_derive v0.7.0
5622026-04-10T21:51:46.164Z Compiling clap_derive v4.5.55
5632026-04-10T21:51:46.256Z Compiling icu_provider v2.1.1
5642026-04-10T21:51:46.446Z Compiling serde_spanned v0.6.9
5652026-04-10T21:51:46.480Z Compiling toml_datetime v0.6.11
5662026-04-10T21:51:46.499Z Compiling dof v0.3.0
5672026-04-10T21:51:46.519Z Compiling icu_normalizer v2.1.1
5682026-04-10T21:51:46.570Z Compiling icu_properties v2.1.2
5692026-04-10T21:51:46.599Z Compiling serde_tokenstream v0.2.3
5702026-04-10T21:51:46.769Z Compiling toml_edit v0.22.27
5712026-04-10T21:51:46.952Z Compiling serde-value v0.7.0
5722026-04-10T21:51:46.983Z Compiling cargo-platform v0.2.0
5732026-04-10T21:51:47.086Z Compiling memmap v0.7.0
5742026-04-10T21:51:47.260Z Compiling smawk v0.3.2
5752026-04-10T21:51:47.281Z Compiling unicode-linebreak v0.1.5
5762026-04-10T21:51:47.315Z Compiling unicode-width v0.2.0
5772026-04-10T21:51:47.405Z Compiling tabled v0.15.0
5782026-04-10T21:51:47.536Z Compiling idna_adapter v1.2.1
5792026-04-10T21:51:47.555Z Compiling usdt-macro v0.5.0
5802026-04-10T21:51:47.595Z Compiling usdt-attr-macro v0.5.0
5812026-04-10T21:51:47.686Z Compiling idna v1.1.0
5822026-04-10T21:51:47.722Z Compiling textwrap v0.16.2
5832026-04-10T21:51:47.944Z Compiling clap v4.5.60
5842026-04-10T21:51:48.034Z Compiling url v2.5.8
5852026-04-10T21:51:48.174Z Compiling toml v0.8.23
5862026-04-10T21:51:48.192Z Compiling macaddr v1.0.1
5872026-04-10T21:51:48.266Z Compiling camino-tempfile v1.4.1
5882026-04-10T21:51:48.776Z Compiling cargo-util-schemas v0.8.2
5892026-04-10T21:51:48.796Z Compiling cargo_toml v0.21.0
5902026-04-10T21:51:48.800Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-10T21:51:49.036Z Compiling swrite v0.1.0
5922026-04-10T21:51:49.140Z Compiling usdt v0.5.0
5932026-04-10T21:51:49.724Z Compiling cargo_metadata v0.21.0
5942026-04-10T21:51:50.648Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-04-10T21:51:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.90s
5962026-04-10T21:51:52.989Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-04-10T21:51:53.553Z Downloading crates ...
5982026-04-10T21:51:53.655Z Downloaded arrayref v0.3.9
5992026-04-10T21:51:53.659Z Downloaded atty v0.2.14
6002026-04-10T21:51:53.659Z Downloaded adler2 v2.0.1
6012026-04-10T21:51:53.659Z Downloaded assert_matches v1.5.0
6022026-04-10T21:51:53.671Z Downloaded castaway v0.2.4
6032026-04-10T21:51:53.676Z Downloaded bitfield-struct v0.6.2
6042026-04-10T21:51:53.676Z Downloaded corncobs v0.1.4
6052026-04-10T21:51:53.676Z Downloaded arc-swap v1.8.2
6062026-04-10T21:51:53.676Z Downloaded ciborium v0.2.2
6072026-04-10T21:51:53.683Z Downloaded aes-gcm v0.10.3
6082026-04-10T21:51:53.687Z Downloaded float-ord v0.3.2
6092026-04-10T21:51:53.687Z Downloaded darling v0.23.0
6102026-04-10T21:51:53.693Z Downloaded darling v0.21.3
6112026-04-10T21:51:53.693Z Downloaded debug-ignore v1.0.5
6122026-04-10T21:51:53.697Z Downloaded darling_macro v0.21.3
6132026-04-10T21:51:53.698Z Downloaded curve25519-dalek-derive v0.1.1
6142026-04-10T21:51:53.698Z Downloaded darling_core v0.20.11
6152026-04-10T21:51:53.698Z Downloaded enum-as-inner v0.6.1
6162026-04-10T21:51:53.701Z Downloaded cpufeatures v0.3.0
6172026-04-10T21:51:53.701Z Downloaded cfg_aliases v0.2.1
6182026-04-10T21:51:53.701Z Downloaded block-padding v0.3.3
6192026-04-10T21:51:53.701Z Downloaded bcrypt-pbkdf v0.10.0
6202026-04-10T21:51:53.705Z Downloaded embedded-io v0.6.1
6212026-04-10T21:51:53.705Z Downloaded bit-set v0.5.3
6222026-04-10T21:51:53.705Z Downloaded bitfield-macros v0.19.4
6232026-04-10T21:51:53.705Z Downloaded darling_macro v0.20.11
6242026-04-10T21:51:53.708Z Downloaded crucible-workspace-hack v0.1.0
6252026-04-10T21:51:53.708Z Downloaded atomic-waker v1.1.2
6262026-04-10T21:51:53.708Z Downloaded darling v0.20.11
6272026-04-10T21:51:53.713Z Downloaded dtrace-parser v0.3.0
6282026-04-10T21:51:53.713Z Downloaded crc32fast v1.5.0
6292026-04-10T21:51:53.713Z Downloaded bit-vec v0.6.3
6302026-04-10T21:51:53.717Z Downloaded foldhash v0.2.0
6312026-04-10T21:51:53.717Z Downloaded env_logger v0.11.9
6322026-04-10T21:51:53.720Z Downloaded crossbeam-deque v0.8.6
6332026-04-10T21:51:53.720Z Downloaded dof v0.4.0
6342026-04-10T21:51:53.723Z Downloaded dunce v1.0.5
6352026-04-10T21:51:53.723Z Downloaded difflib v0.4.0
6362026-04-10T21:51:53.723Z Downloaded atomicwrites v0.4.4
6372026-04-10T21:51:53.723Z Downloaded env_filter v1.0.0
6382026-04-10T21:51:53.726Z Downloaded diesel_table_macro_syntax v0.3.0
6392026-04-10T21:51:53.726Z Downloaded console v0.15.11
6402026-04-10T21:51:53.729Z Downloaded ena v0.14.4
6412026-04-10T21:51:53.729Z Downloaded dirs-sys-next v0.1.2
6422026-04-10T21:51:53.734Z Downloaded ff v0.13.1
6432026-04-10T21:51:53.734Z Downloaded embedded-io v0.4.0
6442026-04-10T21:51:53.734Z Downloaded bzip2 v0.4.4
6452026-04-10T21:51:53.740Z Downloaded flagset v0.4.7
6462026-04-10T21:51:53.740Z Downloaded dropshot-api-manager-types v0.6.0
6472026-04-10T21:51:53.740Z Downloaded crunchy v0.2.4
6482026-04-10T21:51:53.740Z Downloaded dyn-clone v1.0.20
6492026-04-10T21:51:53.740Z Downloaded defmt v0.3.100
6502026-04-10T21:51:53.743Z Downloaded derive_builder_macro v0.20.2
6512026-04-10T21:51:53.743Z Downloaded cfg_aliases v0.1.1
6522026-04-10T21:51:53.743Z Downloaded async-recursion v1.1.1
6532026-04-10T21:51:53.743Z Downloaded cstr-argument v0.1.2
6542026-04-10T21:51:53.744Z Downloaded foldhash v0.1.5
6552026-04-10T21:51:53.746Z Downloaded either v1.15.0
6562026-04-10T21:51:53.747Z Downloaded foreign-types v0.5.0
6572026-04-10T21:51:53.747Z Downloaded async-stream-impl v0.3.6
6582026-04-10T21:51:53.750Z Downloaded aead v0.5.2
6592026-04-10T21:51:53.750Z Downloaded crc-catalog v2.4.0
6602026-04-10T21:51:53.750Z Downloaded deranged v0.5.8
6612026-04-10T21:51:53.753Z Downloaded arrayvec v0.7.6
6622026-04-10T21:51:53.753Z Downloaded endian-type v0.1.2
6632026-04-10T21:51:53.753Z Downloaded fd-lock v4.0.4
6642026-04-10T21:51:53.756Z Downloaded document-features v0.2.12
6652026-04-10T21:51:53.756Z Downloaded compression-core v0.4.31
6662026-04-10T21:51:53.760Z Downloaded base16ct v0.2.0
6672026-04-10T21:51:53.760Z Downloaded downcast-rs v2.0.2
6682026-04-10T21:51:53.760Z Downloaded ciborium-ll v0.2.2
6692026-04-10T21:51:53.763Z Downloaded dsl_auto_type v0.2.0
6702026-04-10T21:51:53.764Z Downloaded defmt-parser v1.0.0
6712026-04-10T21:51:53.764Z Downloaded dirs-next v2.0.0
6722026-04-10T21:51:53.764Z Downloaded cmake v0.1.57
6732026-04-10T21:51:53.764Z Downloaded cexpr v0.6.0
6742026-04-10T21:51:53.774Z Downloaded cassowary v0.3.0
6752026-04-10T21:51:53.774Z Downloaded byte-wrapper v0.1.0
6762026-04-10T21:51:53.774Z Downloaded foreign-types-shared v0.3.1
6772026-04-10T21:51:53.778Z Downloaded crc8 v0.1.1
6782026-04-10T21:51:53.778Z Downloaded cookie v0.18.1
6792026-04-10T21:51:53.778Z Downloaded foreign-types-macros v0.2.3
6802026-04-10T21:51:53.778Z Downloaded futures-macro v0.3.32
6812026-04-10T21:51:53.778Z Downloaded futures-sink v0.3.32
6822026-04-10T21:51:53.778Z Downloaded foreign-types v0.3.2
6832026-04-10T21:51:53.778Z Downloaded futures-core v0.3.32
6842026-04-10T21:51:53.778Z Downloaded convert_case v0.4.0
6852026-04-10T21:51:53.778Z Downloaded fixedbitset v0.4.2
6862026-04-10T21:51:53.781Z Downloaded funty v2.0.0
6872026-04-10T21:51:53.781Z Downloaded filetime v0.2.27
6882026-04-10T21:51:53.781Z Downloaded data-encoding v2.10.0
6892026-04-10T21:51:53.781Z Downloaded darling_macro v0.23.0
6902026-04-10T21:51:53.781Z Downloaded csv-core v0.1.13
6912026-04-10T21:51:53.785Z Downloaded cargo-platform v0.1.9
6922026-04-10T21:51:53.785Z Downloaded chacha20 v0.10.0
6932026-04-10T21:51:53.789Z Downloaded git-stub v1.0.0
6942026-04-10T21:51:53.789Z Downloaded float-cmp v0.10.0
6952026-04-10T21:51:53.789Z Downloaded array-init v0.0.4
6962026-04-10T21:51:53.789Z Downloaded futures-task v0.3.32
6972026-04-10T21:51:53.792Z Downloaded ciborium-io v0.2.2
6982026-04-10T21:51:53.792Z Downloaded futures-io v0.3.32
6992026-04-10T21:51:53.792Z Downloaded bb8 v0.8.6
7002026-04-10T21:51:53.792Z Downloaded fxhash v0.2.1
7012026-04-10T21:51:53.795Z Downloaded erased-serde v0.3.31
7022026-04-10T21:51:53.795Z Downloaded crc v3.4.0
7032026-04-10T21:51:53.795Z Downloaded async-stream v0.3.6
7042026-04-10T21:51:53.798Z Downloaded der_derive v0.7.3
7052026-04-10T21:51:53.798Z Downloaded ghash v0.5.1
7062026-04-10T21:51:53.802Z Downloaded derive_builder v0.20.2
7072026-04-10T21:51:53.802Z Downloaded globwalk v0.9.1
7082026-04-10T21:51:53.805Z Downloaded ascii-canvas v3.0.0
7092026-04-10T21:51:53.805Z Downloaded defmt v1.0.1
7102026-04-10T21:51:53.808Z Downloaded hash32 v0.3.1
7112026-04-10T21:51:53.808Z Downloaded critical-section v1.2.0
7122026-04-10T21:51:53.811Z Downloaded hash32 v0.2.1
7132026-04-10T21:51:53.811Z Downloaded convert_case v0.10.0
7142026-04-10T21:51:53.811Z Downloaded bitflags v1.3.2
7152026-04-10T21:51:53.815Z Downloaded find-msvc-tools v0.1.9
7162026-04-10T21:51:53.819Z Downloaded display-error-chain v0.2.2
7172026-04-10T21:51:53.819Z Downloaded derive-ex v0.1.8
7182026-04-10T21:51:53.819Z Downloaded cbc v0.1.2
7192026-04-10T21:51:53.819Z Downloaded daft v0.1.5
7202026-04-10T21:51:53.819Z Downloaded buf-list v1.1.2
7212026-04-10T21:51:53.823Z Downloaded gethostname v0.5.0
7222026-04-10T21:51:53.823Z Downloaded foreign-types-shared v0.1.1
7232026-04-10T21:51:53.823Z Downloaded bit-vec v0.8.0
7242026-04-10T21:51:53.825Z Downloaded dropshot-api-manager v0.6.0
7252026-04-10T21:51:53.825Z Downloaded hex-literal v0.4.1
7262026-04-10T21:51:53.828Z Downloaded ctr v0.9.2
7272026-04-10T21:51:53.829Z Downloaded camino-tempfile-ext v0.3.3
7282026-04-10T21:51:53.831Z Downloaded cobs v0.3.0
7292026-04-10T21:51:53.831Z Downloaded cipher v0.4.4
7302026-04-10T21:51:53.831Z Downloaded http-body v1.0.1
7312026-04-10T21:51:53.838Z Downloaded diesel-dtrace v0.5.0
7322026-04-10T21:51:53.838Z Downloaded defmt-macros v1.0.1
7332026-04-10T21:51:53.842Z Downloaded drift v0.1.3
7342026-04-10T21:51:53.843Z Downloaded hex v0.4.3
7352026-04-10T21:51:53.843Z Downloaded hostname v0.4.2
7362026-04-10T21:51:53.849Z Downloaded hubpack v0.1.2
7372026-04-10T21:51:53.849Z Downloaded headers-core v0.3.0
7382026-04-10T21:51:53.849Z Downloaded fixedbitset v0.5.7
7392026-04-10T21:51:53.849Z Downloaded hubpack_derive v0.1.1
7402026-04-10T21:51:53.849Z Downloaded fallible-iterator v0.2.0
7412026-04-10T21:51:53.849Z Downloaded colored v2.2.0
7422026-04-10T21:51:53.852Z Downloaded daft-derive v0.1.5
7432026-04-10T21:51:53.852Z Downloaded bit-set v0.8.0
7442026-04-10T21:51:53.856Z Downloaded fs_extra v1.3.0
7452026-04-10T21:51:53.857Z Downloaded fs-err v2.11.0
7462026-04-10T21:51:53.857Z Downloaded http-range v0.1.5
7472026-04-10T21:51:53.864Z Downloaded derive_builder_core v0.20.2
7482026-04-10T21:51:53.865Z Downloaded chacha20 v0.9.1
7492026-04-10T21:51:53.865Z Downloaded compression-codecs v0.4.37
7502026-04-10T21:51:53.869Z Downloaded argon2 v0.5.3
7512026-04-10T21:51:53.869Z Downloaded globset v0.4.18
7522026-04-10T21:51:53.869Z Downloaded git-stub-vcs v0.1.0
7532026-04-10T21:51:53.869Z Downloaded base64ct v1.8.3
7542026-04-10T21:51:53.869Z Downloaded indent_write v2.2.0
7552026-04-10T21:51:53.872Z Downloaded is_ci v1.2.0
7562026-04-10T21:51:53.872Z Downloaded ident_case v1.0.1
7572026-04-10T21:51:53.872Z Downloaded inout v0.1.4
7582026-04-10T21:51:53.872Z Downloaded indoc v1.0.9
7592026-04-10T21:51:53.878Z Downloaded is-terminal v0.4.17
7602026-04-10T21:51:53.878Z Downloaded instant v0.1.13
7612026-04-10T21:51:53.878Z Downloaded ed25519 v2.2.3
7622026-04-10T21:51:53.883Z Downloaded crossbeam-epoch v0.9.18
7632026-04-10T21:51:53.883Z Downloaded clang-sys v1.8.1
7642026-04-10T21:51:53.883Z Downloaded backoff v0.4.0
7652026-04-10T21:51:53.883Z Downloaded diff v0.1.13
7662026-04-10T21:51:53.889Z Downloaded hyper-tls v0.6.0
7672026-04-10T21:51:53.889Z Downloaded colored v3.1.1
7682026-04-10T21:51:53.889Z Downloaded highway v1.3.0
7692026-04-10T21:51:53.893Z Downloaded cargo_metadata v0.19.2
7702026-04-10T21:51:53.893Z Downloaded async-bb8-diesel v0.2.1
7712026-04-10T21:51:53.893Z Downloaded const-oid v0.9.6
7722026-04-10T21:51:53.893Z Downloaded instability v0.3.11
7732026-04-10T21:51:53.896Z Downloaded lazy_static v1.5.0
7742026-04-10T21:51:53.896Z Downloaded blowfish v0.9.1
7752026-04-10T21:51:53.899Z Downloaded group v0.13.0
7762026-04-10T21:51:53.899Z Downloaded kstat-rs v0.2.4
7772026-04-10T21:51:53.899Z Downloaded keccak v0.1.6
7782026-04-10T21:51:53.903Z Downloaded lalrpop-util v0.19.12
7792026-04-10T21:51:53.903Z Downloaded internet-checksum v0.2.1
7802026-04-10T21:51:53.903Z Downloaded des v0.8.1
7812026-04-10T21:51:53.906Z Downloaded crc-any v2.5.0
7822026-04-10T21:51:53.906Z Downloaded const_format_proc_macros v0.2.34
7832026-04-10T21:51:53.906Z Downloaded console v0.16.2
7842026-04-10T21:51:53.910Z Downloaded libscf-sys v1.1.0
7852026-04-10T21:51:53.910Z Downloaded ecdsa v0.16.9
7862026-04-10T21:51:53.913Z Downloaded constant_time_eq v0.4.2
7872026-04-10T21:51:53.913Z Downloaded crossbeam-utils v0.8.21
7882026-04-10T21:51:53.913Z Downloaded hostname v0.3.1
7892026-04-10T21:51:53.917Z Downloaded httpdate v1.0.3
7902026-04-10T21:51:53.917Z Downloaded md5 v0.7.0
7912026-04-10T21:51:53.917Z Downloaded lru-cache v0.1.2
7922026-04-10T21:51:53.920Z Downloaded managed v0.8.0
7932026-04-10T21:51:53.920Z Downloaded lzss v0.8.2
7942026-04-10T21:51:53.920Z Downloaded lru-slab v0.1.2
7952026-04-10T21:51:53.920Z Downloaded http-body-util v0.1.3
7962026-04-10T21:51:53.926Z Downloaded memoffset v0.9.1
7972026-04-10T21:51:53.926Z Downloaded getrandom v0.2.17
7982026-04-10T21:51:53.929Z Downloaded futures-channel v0.3.32
7992026-04-10T21:51:53.929Z Downloaded maplit v1.0.2
8002026-04-10T21:51:53.929Z Downloaded md-5 v0.10.6
8012026-04-10T21:51:53.929Z Downloaded match_cfg v0.1.0
8022026-04-10T21:51:53.930Z Downloaded cookie_store v0.22.1
8032026-04-10T21:51:53.933Z Downloaded impl-trait-for-tuples v0.2.3
8042026-04-10T21:51:53.933Z Downloaded cancel-safe-futures v0.1.5
8052026-04-10T21:51:53.937Z Downloaded der v0.7.10
8062026-04-10T21:51:53.941Z Downloaded nibble_vec v0.1.0
8072026-04-10T21:51:53.941Z Downloaded newtype_derive v0.1.6
8082026-04-10T21:51:53.941Z Downloaded multimap v0.10.1
8092026-04-10T21:51:53.945Z Downloaded mime v0.3.17
8102026-04-10T21:51:53.945Z Downloaded maybe-uninit v2.0.0
8112026-04-10T21:51:53.945Z Downloaded ingot v0.1.1
8122026-04-10T21:51:53.945Z Downloaded ipnet v2.11.0
8132026-04-10T21:51:53.948Z Downloaded newtype-uuid-macros v0.1.0
8142026-04-10T21:51:53.948Z Downloaded allocator-api2 v0.2.21
8152026-04-10T21:51:53.951Z Downloaded indoc v2.0.7
8162026-04-10T21:51:53.951Z Downloaded bcs v0.1.6
8172026-04-10T21:51:53.954Z Downloaded newline-converter v0.3.0
8182026-04-10T21:51:53.954Z Downloaded ingot-types v0.1.2
8192026-04-10T21:51:53.954Z Downloaded normalize-line-endings v0.3.0
8202026-04-10T21:51:53.957Z Downloaded nodrop v0.1.14
8212026-04-10T21:51:53.957Z Downloaded ipnetwork v0.21.1
8222026-04-10T21:51:53.957Z Downloaded elliptic-curve v0.13.8
8232026-04-10T21:51:53.960Z Downloaded half v1.8.3
8242026-04-10T21:51:53.963Z Downloaded backon v1.6.0
8252026-04-10T21:51:53.963Z Downloaded hyper-staticfile v0.10.1
8262026-04-10T21:51:53.966Z Downloaded glob v0.3.3
8272026-04-10T21:51:53.966Z Downloaded bitfield v0.19.4
8282026-04-10T21:51:53.966Z Downloaded async-trait v0.1.89
8292026-04-10T21:51:53.969Z Downloaded num_enum_derive v0.5.11
8302026-04-10T21:51:53.969Z Downloaded num-conv v0.2.0
8312026-04-10T21:51:53.972Z Downloaded lru v0.12.5
8322026-04-10T21:51:53.972Z Downloaded bzip2 v0.6.1
8332026-04-10T21:51:53.975Z Downloaded num v0.4.3
8342026-04-10T21:51:53.975Z Downloaded hmac v0.12.1
8352026-04-10T21:51:53.975Z Downloaded dropshot_endpoint v0.16.7
8362026-04-10T21:51:53.979Z Downloaded libsw v3.5.0
8372026-04-10T21:51:53.979Z Downloaded num_threads v0.1.7
8382026-04-10T21:51:53.983Z Downloaded dropshot_endpoint v0.17.0
8392026-04-10T21:51:53.983Z Downloaded derive-where v1.6.0
8402026-04-10T21:51:53.987Z Downloaded openssl-probe v0.1.6
8412026-04-10T21:51:53.988Z Downloaded openssl-probe v0.2.1
8422026-04-10T21:51:53.988Z Downloaded async-compression v0.4.41
8432026-04-10T21:51:53.995Z Downloaded num-iter v0.1.45
8442026-04-10T21:51:53.995Z Downloaded num-derive v0.4.2
8452026-04-10T21:51:53.995Z Downloaded num-derive v0.3.3
8462026-04-10T21:51:53.995Z Downloaded lock_api v0.4.14
8472026-04-10T21:51:54.004Z Downloaded olpc-cjson v0.1.4
8482026-04-10T21:51:54.004Z Downloaded linked-hash-map v0.5.6
8492026-04-10T21:51:54.004Z Downloaded linear-map v1.2.0
8502026-04-10T21:51:54.004Z Downloaded libsw-core v0.3.2
8512026-04-10T21:51:54.004Z Downloaded httparse v1.10.1
8522026-04-10T21:51:54.004Z Downloaded nanorand v0.7.0
8532026-04-10T21:51:54.008Z Downloaded iana-time-zone v0.1.65
8542026-04-10T21:51:54.008Z Downloaded native-tls v0.2.18
8552026-04-10T21:51:54.008Z Downloaded oso-derive v0.27.3
8562026-04-10T21:51:54.008Z Downloaded new_debug_unreachable v1.0.6
8572026-04-10T21:51:54.008Z Downloaded hyper-rustls v0.27.7
8582026-04-10T21:51:54.008Z Downloaded packed_struct_codegen v0.10.1
8592026-04-10T21:51:54.008Z Downloaded openssl-macros v0.1.1
8602026-04-10T21:51:54.011Z Downloaded base64 v0.22.1
8612026-04-10T21:51:54.011Z Downloaded derive_more-impl v2.1.1
8622026-04-10T21:51:54.015Z Downloaded crossbeam-channel v0.5.15
8632026-04-10T21:51:54.018Z Downloaded newtype-uuid v1.3.2
8642026-04-10T21:51:54.018Z Downloaded half v2.7.1
8652026-04-10T21:51:54.021Z Downloaded flume v0.11.1
8662026-04-10T21:51:54.024Z Downloaded parse-size v1.1.0
8672026-04-10T21:51:54.024Z Downloaded parse-display v0.10.0
8682026-04-10T21:51:54.024Z Downloaded jobserver v0.1.34
8692026-04-10T21:51:54.028Z Downloaded getrandom v0.4.1
8702026-04-10T21:51:54.028Z Downloaded darling_core v0.21.3
8712026-04-10T21:51:54.031Z Downloaded mime_guess v2.0.5
8722026-04-10T21:51:54.031Z Downloaded futures v0.3.32
8732026-04-10T21:51:54.034Z Downloaded crypto-bigint v0.5.5
8742026-04-10T21:51:54.037Z Downloaded peg-runtime v0.8.5
8752026-04-10T21:51:54.040Z Downloaded pbkdf2 v0.12.2
8762026-04-10T21:51:54.040Z Downloaded pbkdf2 v0.11.0
8772026-04-10T21:51:54.043Z Downloaded libefi-sys v0.1.0
8782026-04-10T21:51:54.043Z Downloaded bytes v1.11.1
8792026-04-10T21:51:54.049Z Downloaded phf_shared v0.13.1
8802026-04-10T21:51:54.049Z Downloaded phf_shared v0.12.1
8812026-04-10T21:51:54.049Z Downloaded path-slash v0.1.5
8822026-04-10T21:51:54.049Z Downloaded phf_shared v0.11.3
8832026-04-10T21:51:54.053Z Downloaded nonempty v0.12.0
8842026-04-10T21:51:54.053Z Downloaded libloading v0.8.9
8852026-04-10T21:51:54.053Z Downloaded base64 v0.21.7
8862026-04-10T21:51:54.053Z Downloaded blake2 v0.10.6
8872026-04-10T21:51:54.057Z Downloaded num-complex v0.4.6
8882026-04-10T21:51:54.057Z Downloaded ahash v0.8.12
8892026-04-10T21:51:54.073Z Downloaded powerfmt v0.2.0
8902026-04-10T21:51:54.079Z Downloaded opaque-debug v0.3.1
8912026-04-10T21:51:54.080Z Downloaded multer v3.1.0
8922026-04-10T21:51:54.080Z Downloaded num_enum_derive v0.7.5
8932026-04-10T21:51:54.080Z Downloaded num_enum v0.7.5
8942026-04-10T21:51:54.083Z Downloaded proc-macro-crate v3.4.0
8952026-04-10T21:51:54.084Z Downloaded predicates-tree v1.0.13
8962026-04-10T21:51:54.084Z Downloaded packed_struct v0.10.1
8972026-04-10T21:51:54.084Z Downloaded predicates-core v1.0.10
8982026-04-10T21:51:54.084Z Downloaded ed25519-dalek v2.2.0
8992026-04-10T21:51:54.088Z Downloaded darling_core v0.23.0
9002026-04-10T21:51:54.088Z Downloaded oxide-tokio-rt v0.1.3
9012026-04-10T21:51:54.089Z Downloaded headers v0.4.1
9022026-04-10T21:51:54.095Z Downloaded heapless v0.7.17
9032026-04-10T21:51:54.099Z Downloaded oxnet v0.1.4
9042026-04-10T21:51:54.099Z Downloaded progenitor-client v0.10.0
9052026-04-10T21:51:54.099Z Downloaded owo-colors v4.3.0
9062026-04-10T21:51:54.099Z Downloaded const_format v0.2.35
9072026-04-10T21:51:54.102Z Downloaded proc-macro-crate v1.3.1
9082026-04-10T21:51:54.102Z Downloaded progenitor-macro v0.10.0
9092026-04-10T21:51:54.102Z Downloaded psl-types v2.0.11
9102026-04-10T21:51:54.105Z Downloaded progenitor-client v0.11.2
9112026-04-10T21:51:54.105Z Downloaded proc-macro-error-attr2 v2.0.0
9122026-04-10T21:51:54.105Z Downloaded precomputed-hash v0.1.1
9132026-04-10T21:51:54.105Z Downloaded num_enum v0.5.11
9142026-04-10T21:51:54.108Z Downloaded parking_lot_core v0.8.6
9152026-04-10T21:51:54.111Z Downloaded progenitor-macro v0.13.0
9162026-04-10T21:51:54.111Z Downloaded nu-ansi-term v0.50.3
9172026-04-10T21:51:54.111Z Downloaded progenitor-macro v0.11.2
9182026-04-10T21:51:54.119Z Downloaded paste v1.0.15
9192026-04-10T21:51:54.120Z Downloaded libbz2-rs-sys v0.2.2
9202026-04-10T21:51:54.120Z Downloaded password-hash v0.4.2
9212026-04-10T21:51:54.120Z Downloaded rand_chacha v0.3.1
9222026-04-10T21:51:54.120Z Downloaded pem-rfc7468 v0.7.0
9232026-04-10T21:51:54.120Z Downloaded pem v3.0.6
9242026-04-10T21:51:54.127Z Downloaded peg-macros v0.8.5
9252026-04-10T21:51:54.127Z Downloaded peg v0.8.5
9262026-04-10T21:51:54.127Z Downloaded quick-error v1.2.3
9272026-04-10T21:51:54.131Z Downloaded pkcs8 v0.10.2
9282026-04-10T21:51:54.131Z Downloaded pin-project-internal v1.1.11
9292026-04-10T21:51:54.131Z Downloaded phf v0.13.1
9302026-04-10T21:51:54.131Z Downloaded omicron-zone-package v0.12.2
9312026-04-10T21:51:54.131Z Downloaded radium v0.7.0
9322026-04-10T21:51:54.131Z Downloaded pin-utils v0.1.0
9332026-04-10T21:51:54.137Z Downloaded recursive v0.1.1
9342026-04-10T21:51:54.137Z Downloaded pin-project-lite v0.2.17
9352026-04-10T21:51:54.140Z Downloaded litrs v1.0.0
9362026-04-10T21:51:54.140Z Downloaded ar_archive_writer v0.5.1
9372026-04-10T21:51:54.140Z Downloaded postgres-protocol v0.6.10
9382026-04-10T21:51:54.140Z Downloaded polyval v0.6.2
9392026-04-10T21:51:54.143Z Downloaded ignore v0.4.25
9402026-04-10T21:51:54.143Z Downloaded phf v0.12.1
9412026-04-10T21:51:54.146Z Downloaded password-hash v0.5.0
9422026-04-10T21:51:54.146Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-04-10T21:51:54.147Z Downloaded predicates v3.1.4
9442026-04-10T21:51:54.149Z Downloaded pkg-config v0.3.32
9452026-04-10T21:51:54.150Z Downloaded parse-display-derive v0.10.0
9462026-04-10T21:51:54.150Z Downloaded primeorder v0.13.6
9472026-04-10T21:51:54.152Z Downloaded ppv-lite86 v0.2.21
9482026-04-10T21:51:54.152Z Downloaded derive_more v2.1.1
9492026-04-10T21:51:54.157Z Downloaded rand_xorshift v0.4.0
9502026-04-10T21:51:54.160Z Downloaded progenitor v0.13.0
9512026-04-10T21:51:54.160Z Downloaded ref-cast-impl v1.0.25
9522026-04-10T21:51:54.160Z Downloaded flate2 v1.1.9
9532026-04-10T21:51:54.164Z Downloaded indicatif v0.18.4
9542026-04-10T21:51:54.167Z Downloaded hickory-resolver v0.24.4
9552026-04-10T21:51:54.172Z Downloaded rfc6979 v0.4.0
9562026-04-10T21:51:54.173Z Downloaded progenitor-extras v0.1.1
9572026-04-10T21:51:54.173Z Downloaded progenitor v0.11.2
9582026-04-10T21:51:54.173Z Downloaded parking_lot_core v0.9.12
9592026-04-10T21:51:54.178Z Downloaded num-rational v0.4.2
9602026-04-10T21:51:54.178Z Downloaded num-integer v0.1.46
9612026-04-10T21:51:54.178Z Downloaded memmap2 v0.9.10
9622026-04-10T21:51:54.178Z Downloaded progenitor v0.10.0
9632026-04-10T21:51:54.183Z Downloaded proc-macro-error2 v2.0.1
9642026-04-10T21:51:54.183Z Downloaded ref-cast v1.0.25
9652026-04-10T21:51:54.183Z Downloaded parking_lot v0.12.5
9662026-04-10T21:51:54.183Z Downloaded parking_lot v0.11.2
9672026-04-10T21:51:54.188Z Downloaded ingot-macros v0.1.1
9682026-04-10T21:51:54.188Z Downloaded hickory-resolver v0.25.2
9692026-04-10T21:51:54.192Z Downloaded heapless v0.8.0
9702026-04-10T21:51:54.192Z Downloaded rand_core v0.6.4
9712026-04-10T21:51:54.192Z Downloaded rand_chacha v0.9.0
9722026-04-10T21:51:54.195Z Downloaded psm v0.1.30
9732026-04-10T21:51:54.195Z Downloaded rustc-hash v2.1.1
9742026-04-10T21:51:54.195Z Downloaded rtoolbox v0.0.3
9752026-04-10T21:51:54.198Z Downloaded rustc_version v0.1.7
9762026-04-10T21:51:54.198Z Downloaded indexmap v1.9.3
9772026-04-10T21:51:54.198Z Downloaded compact_str v0.8.1
9782026-04-10T21:51:54.202Z Downloaded r2d2 v0.8.10
9792026-04-10T21:51:54.203Z Downloaded poly1305 v0.8.0
9802026-04-10T21:51:54.207Z Downloaded pkcs5 v0.7.1
9812026-04-10T21:51:54.207Z Downloaded rustc_version v0.4.1
9822026-04-10T21:51:54.210Z Downloaded russh-cryptovec v0.7.3
9832026-04-10T21:51:54.210Z Downloaded chacha20poly1305 v0.10.1
9842026-04-10T21:51:54.210Z Downloaded futures-executor v0.3.32
9852026-04-10T21:51:54.210Z Downloaded rand_core v0.9.5
9862026-04-10T21:51:54.213Z Downloaded fatfs v0.3.6
9872026-04-10T21:51:54.213Z Downloaded derive_more v0.99.20
9882026-04-10T21:51:54.217Z Downloaded postgres-types v0.2.12
9892026-04-10T21:51:54.217Z Downloaded rand_seeder v0.4.0
9902026-04-10T21:51:54.219Z Downloaded oso v0.27.3
9912026-04-10T21:51:54.226Z Downloaded miniz_oxide v0.8.9
9922026-04-10T21:51:54.226Z Downloaded salsa20 v0.10.2
9932026-04-10T21:51:54.231Z Downloaded scheduled-thread-pool v0.2.7
9942026-04-10T21:51:54.231Z Downloaded humantime v2.3.0
9952026-04-10T21:51:54.231Z Downloaded home v0.5.12
9962026-04-10T21:51:54.240Z Downloaded scroll_derive v0.13.1
9972026-04-10T21:51:54.262Z Downloaded scrypt v0.11.0
9982026-04-10T21:51:54.262Z Downloaded scopeguard v1.2.0
9992026-04-10T21:51:54.262Z Downloaded sapling-renderdag v0.1.0
10002026-04-10T21:51:54.262Z Downloaded secrecy v0.8.0
10012026-04-10T21:51:54.263Z Downloaded serde-big-array v0.5.1
10022026-04-10T21:51:54.263Z Downloaded semver v0.1.20
10032026-04-10T21:51:54.263Z Downloaded seq-macro v0.3.6
10042026-04-10T21:51:54.263Z Downloaded resolv-conf v0.7.6
10052026-04-10T21:51:54.263Z Downloaded secrecy v0.10.3
10062026-04-10T21:51:54.271Z Downloaded progenitor-client v0.13.0
10072026-04-10T21:51:54.271Z Downloaded jiff-static v0.2.21
10082026-04-10T21:51:54.271Z Downloaded papergrid v0.17.0
10092026-04-10T21:51:54.271Z Downloaded quinn-udp v0.5.14
10102026-04-10T21:51:54.271Z Downloaded expectorate v1.2.0
10112026-04-10T21:51:54.271Z Downloaded pkcs1 v0.7.5
10122026-04-10T21:51:54.271Z Downloaded serde_plain v1.0.2
10132026-04-10T21:51:54.271Z Downloaded serde_bytes v0.11.19
10142026-04-10T21:51:54.271Z Downloaded diesel_derives v2.3.7
10152026-04-10T21:51:54.271Z Downloaded serde_urlencoded v0.7.1
10162026-04-10T21:51:54.275Z Downloaded serde_spanned v1.0.4
10172026-04-10T21:51:54.275Z Downloaded serde_repr v0.1.20
10182026-04-10T21:51:54.275Z Downloaded pin-project v1.1.11
10192026-04-10T21:51:54.279Z Downloaded signal-hook-tokio v0.3.1
10202026-04-10T21:51:54.279Z Downloaded signature v2.2.0
10212026-04-10T21:51:54.279Z Downloaded aes v0.8.4
10222026-04-10T21:51:54.282Z Downloaded shell-words v1.1.1
10232026-04-10T21:51:54.282Z Downloaded rustls-pemfile v2.2.0
10242026-04-10T21:51:54.285Z Downloaded signal-hook-mio v0.2.5
10252026-04-10T21:51:54.285Z Downloaded sha1 v0.10.6
10262026-04-10T21:51:54.285Z Downloaded siphasher v1.0.2
10272026-04-10T21:51:54.288Z Downloaded rustls-pemfile v1.0.4
10282026-04-10T21:51:54.292Z Downloaded sigpipe v0.1.3
10292026-04-10T21:51:54.292Z Downloaded cc v1.2.56
10302026-04-10T21:51:54.292Z Downloaded slog-bunyan v2.5.0
10312026-04-10T21:51:54.296Z Downloaded bumpalo v3.20.2
10322026-04-10T21:51:54.296Z Downloaded p256 v0.13.2
10332026-04-10T21:51:54.296Z Downloaded openssl-sys v0.9.111
10342026-04-10T21:51:54.299Z Downloaded postcard v1.1.3
10352026-04-10T21:51:54.302Z Downloaded hashbrown v0.12.3
10362026-04-10T21:51:54.305Z Downloaded rusty-fork v0.3.1
10372026-04-10T21:51:54.305Z Downloaded minimal-lexical v0.2.1
10382026-04-10T21:51:54.308Z Downloaded progenitor-impl v0.10.0
10392026-04-10T21:51:54.310Z Downloaded hickory-server v0.25.2
10402026-04-10T21:51:54.313Z Downloaded hyper-util v0.1.20
10412026-04-10T21:51:54.316Z Downloaded sec1 v0.7.3
10422026-04-10T21:51:54.316Z Downloaded same-file v1.0.6
10432026-04-10T21:51:54.319Z Downloaded rustversion v1.0.22
10442026-04-10T21:51:54.325Z Downloaded sct v0.7.1
10452026-04-10T21:51:54.328Z Downloaded serde_derive_internals v0.29.1
10462026-04-10T21:51:54.328Z Downloaded serde-hex v0.1.0
10472026-04-10T21:51:54.331Z Downloaded scroll v0.13.0
10482026-04-10T21:51:54.337Z Downloaded serde_path_to_error v0.1.20
10492026-04-10T21:51:54.337Z Downloaded schemars_derive v0.8.22
10502026-04-10T21:51:54.341Z Downloaded rustls-native-certs v0.8.3
10512026-04-10T21:51:54.347Z Downloaded hashbrown v0.13.2
10522026-04-10T21:51:54.353Z Downloaded ssh-cipher v0.2.0
10532026-04-10T21:51:54.356Z Downloaded prefix-trie v0.7.0
10542026-04-10T21:51:54.356Z Downloaded rustls-pki-types v1.14.0
10552026-04-10T21:51:54.359Z Downloaded sqlparser_derive v0.5.0
10562026-04-10T21:51:54.359Z Downloaded strum v0.26.3
10572026-04-10T21:51:54.362Z Downloaded ssh-encoding v0.2.0
10582026-04-10T21:51:54.362Z Downloaded pretty_assertions v1.4.1
10592026-04-10T21:51:54.362Z Downloaded structmeta-derive v0.3.0
10602026-04-10T21:51:54.365Z Downloaded rand_core v0.10.0
10612026-04-10T21:51:54.365Z Downloaded strum v0.27.2
10622026-04-10T21:51:54.365Z Downloaded mio v1.1.1
10632026-04-10T21:51:54.368Z Downloaded signal-hook-registry v1.4.8
10642026-04-10T21:51:54.373Z Downloaded shlex v1.3.0
10652026-04-10T21:51:54.373Z Downloaded crossterm v0.29.0
10662026-04-10T21:51:54.376Z Downloaded itertools v0.10.5
10672026-04-10T21:51:54.379Z Downloaded structmeta v0.3.0
10682026-04-10T21:51:54.379Z Downloaded slog-dtrace v0.3.0
10692026-04-10T21:51:54.379Z Downloaded crossterm v0.28.1
10702026-04-10T21:51:54.382Z Downloaded sync_wrapper v1.0.2
10712026-04-10T21:51:54.385Z Downloaded sync-ptr v0.1.4
10722026-04-10T21:51:54.385Z Downloaded supports-color v3.0.2
10732026-04-10T21:51:54.385Z Downloaded slog-stdlog v4.1.1
10742026-04-10T21:51:54.388Z Downloaded tabled_derive v0.11.0
10752026-04-10T21:51:54.388Z Downloaded strip-ansi-escapes v0.2.1
10762026-04-10T21:51:54.388Z Downloaded simd-adler32 v0.3.8
10772026-04-10T21:51:54.391Z Downloaded slog-scope v4.4.1
10782026-04-10T21:51:54.391Z Downloaded slab v0.4.12
10792026-04-10T21:51:54.395Z Downloaded progenitor-impl v0.13.0
10802026-04-10T21:51:54.399Z Downloaded slog-term v2.9.2
10812026-04-10T21:51:54.399Z Downloaded smallvec v0.6.14
10822026-04-10T21:51:54.402Z Downloaded progenitor-impl v0.11.2
10832026-04-10T21:51:54.402Z Downloaded prettyplease v0.2.37
10842026-04-10T21:51:54.405Z Downloaded take_mut v0.2.2
10852026-04-10T21:51:54.405Z Downloaded tabwriter v1.4.1
10862026-04-10T21:51:54.405Z Downloaded slog-json v2.6.1
10872026-04-10T21:51:54.408Z Downloaded slog-envlogger v2.2.0
10882026-04-10T21:51:54.408Z Downloaded smf v0.2.3
10892026-04-10T21:51:54.408Z Downloaded termtree v0.5.1
10902026-04-10T21:51:54.416Z Downloaded russh-keys v0.45.0
10912026-04-10T21:51:54.424Z Downloaded time-core v0.1.8
10922026-04-10T21:51:54.424Z Downloaded tagptr v0.2.0
10932026-04-10T21:51:54.425Z Downloaded tap v1.0.1
10942026-04-10T21:51:54.425Z Downloaded spki v0.7.3
10952026-04-10T21:51:54.425Z Downloaded thread-id v5.1.0
10962026-04-10T21:51:54.425Z Downloaded sqlformat v0.3.5
10972026-04-10T21:51:54.430Z Downloaded thiserror-impl-no-std v2.0.2
10982026-04-10T21:51:54.431Z Downloaded testing_table v0.3.0
10992026-04-10T21:51:54.431Z Downloaded rustls-platform-verifier v0.6.2
11002026-04-10T21:51:54.431Z Downloaded ryu v1.0.23
11012026-04-10T21:51:54.436Z Downloaded tinyvec_macros v0.1.1
11022026-04-10T21:51:54.436Z Downloaded hashbrown v0.15.5
11032026-04-10T21:51:54.441Z Downloaded stringprep v0.1.5
11042026-04-10T21:51:54.441Z Downloaded slog-async v2.8.0
11052026-04-10T21:51:54.446Z Downloaded ron v0.8.1
11062026-04-10T21:51:54.446Z Downloaded num-bigint v0.4.6
11072026-04-10T21:51:54.449Z Downloaded string_cache v0.8.9
11082026-04-10T21:51:54.449Z Downloaded static_assertions v1.1.0
11092026-04-10T21:51:54.449Z Downloaded stacker v0.1.23
11102026-04-10T21:51:54.452Z Downloaded support-bundle-viewer v0.1.2
11112026-04-10T21:51:54.452Z Downloaded subtle v2.6.1
11122026-04-10T21:51:54.452Z Downloaded strum_macros v0.27.2
11132026-04-10T21:51:54.455Z Downloaded qorb v0.4.1
11142026-04-10T21:51:54.455Z Downloaded rcgen v0.12.1
11152026-04-10T21:51:54.458Z Downloaded schemars v0.8.22
11162026-04-10T21:51:54.464Z Downloaded rayon-core v1.13.0
11172026-04-10T21:51:54.467Z Downloaded quinn v0.11.9
11182026-04-10T21:51:54.469Z Downloaded publicsuffix v2.3.0
11192026-04-10T21:51:54.469Z Downloaded snafu-derive v0.8.9
11202026-04-10T21:51:54.482Z Downloaded strum_macros v0.26.4
11212026-04-10T21:51:54.482Z Downloaded serde_with_macros v3.17.0
11222026-04-10T21:51:54.482Z Downloaded http v1.4.0
11232026-04-10T21:51:54.482Z Downloaded spin v0.9.8
11242026-04-10T21:51:54.490Z Downloaded libxml v0.3.3
11252026-04-10T21:51:54.490Z Downloaded termios v0.3.3
11262026-04-10T21:51:54.490Z Downloaded serde_cbor v0.11.2
11272026-04-10T21:51:54.490Z Downloaded thiserror-no-std v2.0.2
11282026-04-10T21:51:54.490Z Downloaded thread_local v1.1.9
11292026-04-10T21:51:54.493Z Downloaded iddqd v0.3.17
11302026-04-10T21:51:54.494Z Downloaded topological-sort v0.2.2
11312026-04-10T21:51:54.497Z Downloaded tiny-keccak v2.0.2
11322026-04-10T21:51:54.497Z Downloaded tls_codec_derive v0.4.2
11332026-04-10T21:51:54.497Z Downloaded tower-layer v0.3.3
11342026-04-10T21:51:54.500Z Downloaded try-lock v0.2.5
11352026-04-10T21:51:54.500Z Downloaded tower-service v0.3.3
11362026-04-10T21:51:54.503Z Downloaded iri-string v0.7.10
11372026-04-10T21:51:54.507Z Downloaded time-macros v0.2.27
11382026-04-10T21:51:54.512Z Downloaded itertools v0.12.1
11392026-04-10T21:51:54.515Z Downloaded tokio-macros v2.6.0
11402026-04-10T21:51:54.515Z Downloaded tokio-dtrace v0.1.1
11412026-04-10T21:51:54.515Z Downloaded slog v2.8.2
11422026-04-10T21:51:54.518Z Downloaded typify-macro v0.4.3
11432026-04-10T21:51:54.518Z Downloaded trait-variant v0.1.2
11442026-04-10T21:51:54.521Z Downloaded nom v7.1.3
11452026-04-10T21:51:54.532Z Downloaded unicode-truncate v1.1.0
11462026-04-10T21:51:54.535Z Downloaded unarray v0.1.4
11472026-04-10T21:51:54.535Z Downloaded universal-hash v0.5.1
11482026-04-10T21:51:54.535Z Downloaded unit-prefix v0.5.2
11492026-04-10T21:51:54.535Z Downloaded similar v2.7.0
11502026-04-10T21:51:54.545Z Downloaded term v0.7.0
11512026-04-10T21:51:54.550Z Downloaded rand v0.9.2
11522026-04-10T21:51:54.550Z Downloaded socket2 v0.6.2
11532026-04-10T21:51:54.550Z Downloaded rand v0.8.5
11542026-04-10T21:51:54.550Z Downloaded tokio-tungstenite v0.23.1
11552026-04-10T21:51:54.550Z Downloaded tokio-rustls v0.25.0
11562026-04-10T21:51:54.550Z Downloaded tokio-native-tls v0.3.1
11572026-04-10T21:51:54.553Z Downloaded tokio-tungstenite v0.21.0
11582026-04-10T21:51:54.553Z Downloaded untrusted v0.9.0
11592026-04-10T21:51:54.553Z Downloaded untrusted v0.7.1
11602026-04-10T21:51:54.553Z Downloaded strum_macros v0.24.3
11612026-04-10T21:51:54.556Z Downloaded signal-hook v0.3.18
11622026-04-10T21:51:54.556Z Downloaded usdt-macro v0.6.0
11632026-04-10T21:51:54.556Z Downloaded h2 v0.4.13
11642026-04-10T21:51:54.559Z Downloaded typify-macro v0.6.1
11652026-04-10T21:51:54.562Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-04-10T21:51:54.565Z Downloaded toml_writer v1.0.6+spec-1.1.0
11672026-04-10T21:51:54.568Z Downloaded term v1.2.1
11682026-04-10T21:51:54.571Z Downloaded usdt-attr-macro v0.6.0
11692026-04-10T21:51:54.571Z Downloaded itertools v0.13.0
11702026-04-10T21:51:54.574Z Downloaded itertools v0.14.0
11712026-04-10T21:51:54.578Z Downloaded void v1.0.2
11722026-04-10T21:51:54.582Z Downloaded want v0.3.1
11732026-04-10T21:51:54.585Z Downloaded waitgroup v0.1.2
11742026-04-10T21:51:54.585Z Downloaded wait-timeout v0.2.1
11752026-04-10T21:51:54.598Z Downloaded tls_codec v0.4.2
11762026-04-10T21:51:54.607Z Downloaded tokio-stream v0.1.18
11772026-04-10T21:51:54.607Z Downloaded libm v0.2.16
11782026-04-10T21:51:54.607Z Downloaded serde_yaml v0.9.34+deprecated
11792026-04-10T21:51:54.610Z Downloaded xattr v1.6.1
11802026-04-10T21:51:54.610Z Downloaded socket2 v0.5.10
11812026-04-10T21:51:54.610Z Downloaded russh v0.45.0
11822026-04-10T21:51:54.614Z Downloaded unicase v2.9.0
11832026-04-10T21:51:54.614Z Downloaded xshell-macros v0.2.7
11842026-04-10T21:51:54.617Z Downloaded rustls-webpki v0.103.9
11852026-04-10T21:51:54.617Z Downloaded usdt v0.6.0
11862026-04-10T21:51:54.620Z Downloaded num-bigint-dig v0.8.6
11872026-04-10T21:51:54.625Z Downloaded subprocess v0.2.15
11882026-04-10T21:51:54.628Z Downloaded usdt-impl v0.6.0
11892026-04-10T21:51:54.631Z Downloaded tokio-rustls v0.24.1
11902026-04-10T21:51:54.634Z Downloaded zone v0.3.1
11912026-04-10T21:51:54.634Z Downloaded zeroize_derive v1.4.3
11922026-04-10T21:51:54.638Z Downloaded blake3 v1.8.3
11932026-04-10T21:51:54.644Z Downloaded zone_cfg_derive v0.3.1
11942026-04-10T21:51:54.647Z Downloaded tui-tree-widget v0.23.1
11952026-04-10T21:51:54.647Z Downloaded p521 v0.13.3
11962026-04-10T21:51:54.651Z Downloaded futures-util v0.3.32
11972026-04-10T21:51:54.655Z Downloaded vsss-rs v3.3.4
11982026-04-10T21:51:54.658Z Downloaded whoami v2.1.0
11992026-04-10T21:51:54.658Z Downloaded vergen-lib v0.1.6
12002026-04-10T21:51:54.660Z Downloaded hkdf v0.12.4
12012026-04-10T21:51:54.660Z Downloaded wyz v0.5.1
12022026-04-10T21:51:54.663Z Downloaded whoami v1.6.1
12032026-04-10T21:51:54.663Z Downloaded uzers v0.12.2
12042026-04-10T21:51:54.667Z Downloaded snafu v0.8.9
12052026-04-10T21:51:54.669Z Downloaded rsa v0.9.10
12062026-04-10T21:51:54.669Z Downloaded tinyvec v1.10.0
12072026-04-10T21:51:54.672Z Downloaded schemars v0.9.0
12082026-04-10T21:51:54.678Z Downloaded toml v0.9.12+spec-1.1.0
12092026-04-10T21:51:54.681Z Downloaded toml_datetime v1.0.0+spec-1.1.0
12102026-04-10T21:51:54.683Z Downloaded toml v0.7.8
12112026-04-10T21:51:54.683Z Downloaded twox-hash v2.1.2
12122026-04-10T21:51:54.686Z Downloaded zeroize v1.8.2
12132026-04-10T21:51:54.686Z Downloaded rustyline v14.0.0
12142026-04-10T21:51:54.696Z Downloaded toml v1.0.6+spec-1.1.0
12152026-04-10T21:51:54.696Z Downloaded xshell v0.2.7
12162026-04-10T21:51:54.696Z Downloaded unicode-properties v0.1.4
12172026-04-10T21:51:54.696Z Downloaded rand v0.10.0
12182026-04-10T21:51:54.696Z Downloaded hyper v1.8.1
12192026-04-10T21:51:54.702Z Downloaded zstd-safe v7.2.4
12202026-04-10T21:51:54.702Z Downloaded vergen-gitcl v1.0.8
12212026-04-10T21:51:54.705Z Downloaded zstd v0.13.3
12222026-04-10T21:51:54.705Z Downloaded steno v0.4.1
12232026-04-10T21:51:54.705Z Downloaded tokio-rustls v0.26.4
12242026-04-10T21:51:54.708Z Downloaded tar v0.4.45
12252026-04-10T21:51:54.708Z Downloaded walkdir v2.5.0
12262026-04-10T21:51:54.708Z Downloaded vergen v9.0.6
12272026-04-10T21:51:54.715Z Downloaded samael v0.0.19
12282026-04-10T21:51:54.719Z Downloaded schemars v1.2.1
12292026-04-10T21:51:54.726Z Downloaded bindgen v0.71.1
12302026-04-10T21:51:54.729Z Downloaded vergen-git2 v1.0.7
12312026-04-10T21:51:54.729Z Downloaded utf-8 v0.7.6
12322026-04-10T21:51:54.729Z Downloaded toml_parser v1.0.9+spec-1.1.0
12332026-04-10T21:51:54.729Z Downloaded unsafe-libyaml v0.2.11
12342026-04-10T21:51:54.729Z Downloaded test-strategy v0.4.5
12352026-04-10T21:51:54.732Z Downloaded zerocopy v0.6.6
12362026-04-10T21:51:54.736Z Downloaded tracing-attributes v0.1.31
12372026-04-10T21:51:54.736Z Downloaded bitvec v1.0.1
12382026-04-10T21:51:54.744Z Downloaded typify v0.6.1
12392026-04-10T21:51:54.747Z Downloaded tracing-core v0.1.36
12402026-04-10T21:51:54.747Z Downloaded yasna v0.5.2
12412026-04-10T21:51:54.750Z Downloaded unicode-bidi v0.3.18
12422026-04-10T21:51:54.750Z Downloaded tungstenite v0.21.0
12432026-04-10T21:51:54.753Z Downloaded vte v0.14.1
12442026-04-10T21:51:54.767Z Downloaded aho-corasick v1.1.4
12452026-04-10T21:51:54.775Z Downloaded uuid v1.23.0
12462026-04-10T21:51:54.780Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-04-10T21:51:54.787Z Downloaded rpassword v7.4.0
12482026-04-10T21:51:54.791Z Downloaded zopfli v0.8.3
12492026-04-10T21:51:54.795Z Downloaded ssh-key v0.6.7
12502026-04-10T21:51:54.799Z Downloaded typify v0.4.3
12512026-04-10T21:51:54.810Z Downloaded tokio-postgres v0.7.16
12522026-04-10T21:51:54.813Z Downloaded unicode_categories v0.1.1
12532026-04-10T21:51:54.816Z Downloaded git2 v0.20.4
12542026-04-10T21:51:54.822Z Downloaded tower v0.5.3
12552026-04-10T21:51:54.828Z Downloaded zip v0.6.6
12562026-04-10T21:51:54.835Z Downloaded p384 v0.13.1
12572026-04-10T21:51:54.835Z Downloaded toml_edit v0.19.15
12582026-04-10T21:51:54.852Z Downloaded quick-xml v0.37.5
12592026-04-10T21:51:54.857Z Downloaded tungstenite v0.23.0
12602026-04-10T21:51:54.857Z Downloaded moka v0.12.13
12612026-04-10T21:51:54.868Z Downloaded reedline v0.40.0
12622026-04-10T21:51:54.872Z Downloaded regex v1.12.3
12632026-04-10T21:51:54.882Z Downloaded reqwest v0.13.2
12642026-04-10T21:51:54.887Z Downloaded typed-path v0.9.3
12652026-04-10T21:51:54.891Z Downloaded yansi v1.0.1
12662026-04-10T21:51:54.894Z Downloaded x509-cert v0.2.5
12672026-04-10T21:51:54.900Z Downloaded zerocopy-derive v0.8.40
12682026-04-10T21:51:54.904Z Downloaded unicode-segmentation v1.12.0
12692026-04-10T21:51:54.904Z Downloaded aws-lc-rs v1.16.0
12702026-04-10T21:51:54.910Z Downloaded chrono v0.4.44
12712026-04-10T21:51:54.914Z Downloaded reqwest v0.12.28
12722026-04-10T21:51:54.917Z Downloaded petname v2.0.2
12732026-04-10T21:51:54.921Z Downloaded rustls-webpki v0.101.7
12742026-04-10T21:51:54.928Z Downloaded zip v4.6.1
12752026-04-10T21:51:54.933Z Downloaded tokio-util v0.7.18
12762026-04-10T21:51:54.936Z Downloaded salty v0.3.0
12772026-04-10T21:51:54.939Z Downloaded portable-atomic v1.13.1
12782026-04-10T21:51:54.943Z Downloaded goblin v0.10.5
12792026-04-10T21:51:54.949Z Downloaded object v0.30.4
12802026-04-10T21:51:54.955Z Downloaded curve25519-dalek v4.1.3
12812026-04-10T21:51:54.958Z Downloaded tough v0.20.0
12822026-04-10T21:51:54.961Z Downloaded rayon v1.11.0
12832026-04-10T21:51:54.966Z Downloaded proptest v1.10.0
12842026-04-10T21:51:54.972Z Downloaded unicode-normalization v0.1.25
12852026-04-10T21:51:54.974Z Downloaded radix_trie v0.2.1
12862026-04-10T21:51:54.977Z Downloaded lalrpop v0.19.12
12872026-04-10T21:51:54.982Z Downloaded winnow v0.5.40
12882026-04-10T21:51:54.987Z Downloaded serde_with v3.17.0
12892026-04-10T21:51:55.000Z Downloaded tower-http v0.6.8
12902026-04-10T21:51:55.017Z Downloaded rustls-webpki v0.102.8
12912026-04-10T21:51:55.023Z Downloaded polar-core v0.27.3
12922026-04-10T21:51:55.034Z Downloaded winnow v0.6.26
12932026-04-10T21:51:55.039Z Downloaded nix v0.29.0
12942026-04-10T21:51:55.046Z Downloaded nix v0.27.1
12952026-04-10T21:51:55.054Z Downloaded dropshot v0.16.7
12962026-04-10T21:51:55.068Z Downloaded time v0.3.47
12972026-04-10T21:51:55.073Z Downloaded smoltcp v0.9.1
12982026-04-10T21:51:55.078Z Downloaded regex-syntax v0.6.29
12992026-04-10T21:51:55.084Z Downloaded quinn-proto v0.11.13
13002026-04-10T21:51:55.086Z Downloaded object v0.37.3
13012026-04-10T21:51:55.093Z Downloaded vcpkg v0.2.15
13022026-04-10T21:51:55.115Z Downloaded tabled v0.20.0
13032026-04-10T21:51:55.126Z Downloaded hickory-proto v0.24.4
13042026-04-10T21:51:55.133Z Downloaded dropshot v0.17.0
13052026-04-10T21:51:55.146Z Downloaded zlib-rs v0.6.2
13062026-04-10T21:51:55.149Z Downloaded smoltcp v0.11.0
13072026-04-10T21:51:55.157Z Downloaded hickory-proto v0.25.2
13082026-04-10T21:51:55.164Z Downloaded diesel v2.3.7
13092026-04-10T21:51:55.176Z Downloaded webpki-roots v1.0.6
13102026-04-10T21:51:55.179Z Downloaded rustls v0.23.37
13112026-04-10T21:51:55.191Z Downloaded nix v0.31.1
13122026-04-10T21:51:55.196Z Downloaded rustls v0.22.4
13132026-04-10T21:51:55.210Z Downloaded zerocopy v0.8.40
13142026-04-10T21:51:55.218Z Downloaded regress v0.10.5
13152026-04-10T21:51:55.218Z Downloaded openapiv3 v2.2.0
13162026-04-10T21:51:55.222Z Downloaded bstr v1.12.1
13172026-04-10T21:51:55.225Z Downloaded rustls v0.21.12
13182026-04-10T21:51:55.228Z Downloaded rustix v0.38.44
13192026-04-10T21:51:55.241Z Downloaded regex-syntax v0.8.10
13202026-04-10T21:51:55.247Z Downloaded sqlparser v0.61.0
13212026-04-10T21:51:55.251Z Downloaded nix v0.28.0
13222026-04-10T21:51:55.261Z Downloaded openssl v0.10.75
13232026-04-10T21:51:55.265Z Downloaded sled v0.34.7
13242026-04-10T21:51:55.278Z Downloaded tracing v0.1.44
13252026-04-10T21:51:55.290Z Downloaded typify-impl v0.6.1
13262026-04-10T21:51:55.304Z Downloaded ratatui v0.29.0
13272026-04-10T21:51:55.330Z Downloaded typify-impl v0.4.3
13282026-04-10T21:51:55.342Z Downloaded petgraph v0.6.5
13292026-04-10T21:51:55.351Z Downloaded bzip2-sys v0.1.13+1.0.8
13302026-04-10T21:51:55.376Z Downloaded regex-automata v0.4.14
13312026-04-10T21:51:55.386Z Downloaded zerocopy-derive v0.6.6
13322026-04-10T21:51:55.392Z Downloaded petgraph v0.8.3
13332026-04-10T21:51:55.406Z Downloaded csv v1.4.0
13342026-04-10T21:51:55.416Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-10T21:51:55.426Z Downloaded tokio v1.50.0
13362026-04-10T21:51:55.449Z Downloaded jiff v0.2.21
13372026-04-10T21:51:55.459Z Downloaded chrono-tz v0.10.4
13382026-04-10T21:51:55.482Z Downloaded libz-sys v1.1.24
13392026-04-10T21:51:55.493Z Downloaded sha3 v0.10.8
13402026-04-10T21:51:55.520Z Downloaded encoding_rs v0.8.35
13412026-04-10T21:51:55.549Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-10T21:51:55.581Z Downloaded ring v0.17.14
13432026-04-10T21:51:56.153Z Downloaded aws-lc-sys v0.37.1
13442026-04-10T21:51:56.383Z Compiling libc v0.2.180
13452026-04-10T21:51:56.383Z Compiling serde v1.0.228
13462026-04-10T21:51:56.387Z Compiling find-msvc-tools v0.1.9
13472026-04-10T21:51:56.387Z Compiling shlex v1.3.0
13482026-04-10T21:51:56.525Z Compiling log v0.4.29
13492026-04-10T21:51:56.534Z Compiling smallvec v1.15.1
13502026-04-10T21:51:56.549Z Compiling syn v2.0.117
13512026-04-10T21:51:56.561Z Compiling typenum v1.19.0
13522026-04-10T21:51:56.724Z Compiling generic-array v0.14.7
13532026-04-10T21:51:56.738Z Compiling subtle v2.6.1
13542026-04-10T21:51:56.762Z Compiling scopeguard v1.2.0
13552026-04-10T21:51:56.785Z Compiling const-oid v0.9.6
13562026-04-10T21:51:56.868Z Compiling lock_api v0.4.14
13572026-04-10T21:51:56.873Z Compiling portable-atomic v1.13.1
13582026-04-10T21:51:56.909Z Compiling zerocopy v0.8.40
13592026-04-10T21:51:56.980Z Compiling serde_json v1.0.149
13602026-04-10T21:51:57.094Z Compiling critical-section v1.2.0
13612026-04-10T21:51:57.190Z Compiling parking_lot_core v0.9.12
13622026-04-10T21:51:57.207Z Compiling pin-project-lite v0.2.17
13632026-04-10T21:51:57.373Z Compiling pkg-config v0.3.32
13642026-04-10T21:51:57.386Z Compiling getrandom v0.2.17
13652026-04-10T21:51:57.439Z Compiling jobserver v0.1.34
13662026-04-10T21:51:57.459Z Compiling errno v0.3.14
13672026-04-10T21:51:57.530Z Compiling rand_core v0.6.4
13682026-04-10T21:51:57.627Z Compiling signal-hook-registry v1.4.8
13692026-04-10T21:51:57.644Z Compiling cc v1.2.56
13702026-04-10T21:51:57.826Z Compiling bitflags v2.11.0
13712026-04-10T21:51:57.908Z Compiling libm v0.2.16
13722026-04-10T21:51:57.940Z Compiling mio v1.1.1
13732026-04-10T21:51:58.050Z Compiling once_cell v1.21.3
13742026-04-10T21:51:58.065Z Compiling parking_lot v0.12.5
13752026-04-10T21:51:58.102Z Compiling num-traits v0.2.19
13762026-04-10T21:51:58.235Z Compiling futures-core v0.3.32
13772026-04-10T21:51:58.396Z Compiling percent-encoding v2.3.2
13782026-04-10T21:51:58.409Z Compiling socket2 v0.6.2
13792026-04-10T21:51:58.439Z Compiling allocator-api2 v0.2.21
13802026-04-10T21:51:58.463Z Compiling cpufeatures v0.2.17
13812026-04-10T21:51:58.477Z Compiling getrandom v0.3.4
13822026-04-10T21:51:58.544Z Compiling foldhash v0.2.0
13832026-04-10T21:51:58.595Z Compiling futures-sink v0.3.32
13842026-04-10T21:51:58.711Z Compiling futures-channel v0.3.32
13852026-04-10T21:51:58.773Z Compiling hashbrown v0.16.1
13862026-04-10T21:51:58.777Z Compiling futures-io v0.3.32
13872026-04-10T21:51:58.824Z Compiling futures-task v0.3.32
13882026-04-10T21:51:58.945Z Compiling slab v0.4.12
13892026-04-10T21:51:58.949Z Compiling rustversion v1.0.22
13902026-04-10T21:51:58.999Z Compiling form_urlencoded v1.2.2
13912026-04-10T21:51:59.184Z Compiling cmake v0.1.57
13922026-04-10T21:51:59.247Z Compiling dunce v1.0.5
13932026-04-10T21:51:59.348Z Compiling indexmap v2.13.0
13942026-04-10T21:51:59.362Z Compiling synstructure v0.13.2
13952026-04-10T21:51:59.415Z Compiling fs_extra v1.3.0
13962026-04-10T21:51:59.456Z Compiling base64ct v1.8.3
13972026-04-10T21:51:59.597Z Compiling getrandom v0.4.1
13982026-04-10T21:51:59.685Z Compiling ident_case v1.0.1
13992026-04-10T21:51:59.761Z Compiling pem-rfc7468 v0.7.0
14002026-04-10T21:51:59.761Z Compiling aws-lc-sys v0.37.1
14012026-04-10T21:51:59.813Z Compiling rand_core v0.10.0
14022026-04-10T21:51:59.954Z Compiling flagset v0.4.7
14032026-04-10T21:51:59.978Z Compiling rand_core v0.9.5
14042026-04-10T21:52:00.001Z Compiling rustix v1.1.3
14052026-04-10T21:52:00.001Z Compiling iana-time-zone v0.1.65
14062026-04-10T21:52:00.073Z Compiling ring v0.17.14
14072026-04-10T21:52:00.087Z Compiling rustc_version v0.4.1
14082026-04-10T21:52:00.187Z Compiling uuid v1.23.0
14092026-04-10T21:52:00.215Z Compiling vcpkg v0.2.15
14102026-04-10T21:52:00.256Z Compiling regex-syntax v0.8.10
14112026-04-10T21:52:00.409Z Compiling aws-lc-rs v1.16.0
14122026-04-10T21:52:00.696Z Compiling tracing-core v0.1.36
14132026-04-10T21:52:00.879Z Compiling pest_generator v2.8.6
14142026-04-10T21:52:00.936Z Compiling openssl-sys v0.9.111
14152026-04-10T21:52:01.143Z Compiling serde_derive v1.0.228
14162026-04-10T21:52:01.288Z Compiling zeroize_derive v1.4.3
14172026-04-10T21:52:01.475Z Compiling zerofrom-derive v0.1.6
14182026-04-10T21:52:01.653Z Compiling yoke-derive v0.8.1
14192026-04-10T21:52:01.742Z Compiling zerocopy-derive v0.8.40
14202026-04-10T21:52:01.939Z Compiling zeroize v1.8.2
14212026-04-10T21:52:02.633Z Compiling zerovec-derive v0.11.2
14222026-04-10T21:52:02.709Z Compiling crypto-common v0.1.7
14232026-04-10T21:52:02.815Z Compiling block-buffer v0.10.4
14242026-04-10T21:52:02.859Z Compiling displaydoc v0.2.5
14252026-04-10T21:52:02.873Z Compiling zerofrom v0.1.6
14262026-04-10T21:52:02.990Z Compiling yoke v0.8.1
14272026-04-10T21:52:03.006Z Compiling digest v0.10.7
14282026-04-10T21:52:03.184Z Compiling tokio-macros v2.6.0
14292026-04-10T21:52:03.254Z Compiling hmac v0.12.1
14302026-04-10T21:52:03.414Z Compiling futures-macro v0.3.32
14312026-04-10T21:52:03.586Z Compiling zerotrie v0.2.3
14322026-04-10T21:52:03.732Z Compiling zerovec v0.11.5
14332026-04-10T21:52:03.892Z Compiling block-padding v0.3.3
14342026-04-10T21:52:03.907Z Compiling sha2 v0.10.9
14352026-04-10T21:52:04.057Z Compiling inout v0.1.4
14362026-04-10T21:52:04.217Z Compiling tinystr v0.8.2
14372026-04-10T21:52:04.232Z Compiling potential_utf v0.1.4
14382026-04-10T21:52:04.236Z Compiling futures-util v0.3.32
14392026-04-10T21:52:04.406Z Compiling icu_locale_core v2.1.1
14402026-04-10T21:52:04.420Z Compiling icu_collections v2.1.1
14412026-04-10T21:52:04.591Z Compiling bytes v1.11.1
14422026-04-10T21:52:04.888Z Compiling cipher v0.4.4
14432026-04-10T21:52:05.056Z Compiling tokio v1.50.0
14442026-04-10T21:52:05.154Z Compiling icu_provider v2.1.1
14452026-04-10T21:52:05.192Z Compiling der_derive v0.7.3
14462026-04-10T21:52:05.271Z Compiling salsa20 v0.10.2
14472026-04-10T21:52:05.284Z Compiling http v1.4.0
14482026-04-10T21:52:05.414Z Compiling icu_properties v2.1.2
14492026-04-10T21:52:05.444Z Compiling icu_normalizer v2.1.1
14502026-04-10T21:52:06.004Z Compiling ppv-lite86 v0.2.21
14512026-04-10T21:52:06.154Z Compiling der v0.7.10
14522026-04-10T21:52:06.169Z Compiling chrono v0.4.44
14532026-04-10T21:52:06.219Z Compiling pbkdf2 v0.12.2
14542026-04-10T21:52:06.325Z Compiling idna_adapter v1.2.1
14552026-04-10T21:52:06.343Z Compiling thiserror-impl v2.0.18
14562026-04-10T21:52:06.468Z Compiling idna v1.1.0
14572026-04-10T21:52:06.510Z Compiling scrypt v0.11.0
14582026-04-10T21:52:06.532Z Compiling rand_chacha v0.9.0
14592026-04-10T21:52:06.764Z Compiling url v2.5.8
14602026-04-10T21:52:07.112Z Compiling spki v0.7.3
14612026-04-10T21:52:07.222Z Compiling aes v0.8.4
14622026-04-10T21:52:07.323Z Compiling cbc v0.1.2
14632026-04-10T21:52:07.352Z Compiling rustls-pki-types v1.14.0
14642026-04-10T21:52:07.474Z Compiling tracing-attributes v0.1.31
14652026-04-10T21:52:07.530Z Compiling rand v0.9.2
14662026-04-10T21:52:07.562Z Compiling http-body v1.0.1
14672026-04-10T21:52:07.650Z Compiling thiserror v2.0.18
14682026-04-10T21:52:07.712Z Compiling pkcs5 v0.7.1
14692026-04-10T21:52:07.798Z Compiling serde_derive_internals v0.29.1
14702026-04-10T21:52:07.817Z Compiling openssl-probe v0.2.1
14712026-04-10T21:52:07.994Z Compiling base64 v0.22.1
14722026-04-10T21:52:08.183Z Compiling untrusted v0.7.1
14732026-04-10T21:52:08.259Z Compiling untrusted v0.9.0
14742026-04-10T21:52:08.307Z Compiling httparse v1.10.1
14752026-04-10T21:52:08.322Z Compiling schemars v0.8.22
14762026-04-10T21:52:08.325Z Compiling pkcs8 v0.10.2
14772026-04-10T21:52:08.550Z Compiling pest_derive v2.8.6
14782026-04-10T21:52:08.625Z Compiling scroll_derive v0.13.1
14792026-04-10T21:52:08.684Z Compiling schemars_derive v0.8.22
14802026-04-10T21:52:08.698Z Compiling darling_core v0.20.11
14812026-04-10T21:52:08.763Z Compiling tokio-util v0.7.18
14822026-04-10T21:52:08.974Z Compiling tracing v0.1.44
14832026-04-10T21:52:09.243Z Compiling dyn-clone v1.0.20
14842026-04-10T21:52:09.388Z Compiling tinyvec_macros v0.1.1
14852026-04-10T21:52:09.414Z Compiling rustls v0.23.37
14862026-04-10T21:52:09.462Z Compiling tower-layer v0.3.3
14872026-04-10T21:52:09.589Z Compiling try-lock v0.2.5
14882026-04-10T21:52:09.625Z Compiling atomic-waker v1.1.2
14892026-04-10T21:52:09.700Z Compiling tower-service v0.3.3
14902026-04-10T21:52:09.755Z Compiling h2 v0.4.13
14912026-04-10T21:52:09.780Z Compiling want v0.3.1
14922026-04-10T21:52:09.800Z Compiling tinyvec v1.10.0
14932026-04-10T21:52:09.947Z Compiling scroll v0.13.0
14942026-04-10T21:52:10.138Z Compiling ipnet v2.11.0
14952026-04-10T21:52:10.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-04-10T21:52:10.407Z Compiling spin v0.9.8
14972026-04-10T21:52:10.601Z Compiling aho-corasick v1.1.4
14982026-04-10T21:52:10.616Z Compiling time-core v0.1.8
14992026-04-10T21:52:10.635Z Compiling httpdate v1.0.3
15002026-04-10T21:52:10.665Z Compiling num-conv v0.2.0
15012026-04-10T21:52:10.760Z Compiling openssl v0.10.75
15022026-04-10T21:52:10.798Z Compiling foreign-types-shared v0.1.1
15032026-04-10T21:52:10.857Z Compiling pin-utils v0.1.0
15042026-04-10T21:52:10.891Z Compiling crc32fast v1.5.0
15052026-04-10T21:52:10.920Z Compiling darling_macro v0.20.11
15062026-04-10T21:52:10.968Z Compiling powerfmt v0.2.0
15072026-04-10T21:52:11.080Z Compiling tempfile v3.25.0
15082026-04-10T21:52:11.175Z Compiling deranged v0.5.8
15092026-04-10T21:52:11.237Z Compiling foreign-types v0.3.2
15102026-04-10T21:52:11.255Z Compiling time-macros v0.2.27
15112026-04-10T21:52:11.412Z Compiling darling v0.20.11
15122026-04-10T21:52:11.450Z Compiling regex-automata v0.4.14
15132026-04-10T21:52:11.496Z Compiling goblin v0.10.5
15142026-04-10T21:52:12.324Z Compiling openssl-macros v0.1.1
15152026-04-10T21:52:12.332Z Compiling wait-timeout v0.2.1
15162026-04-10T21:52:12.610Z Compiling socket2 v0.5.10
15172026-04-10T21:52:12.670Z Compiling native-tls v0.2.18
15182026-04-10T21:52:12.705Z Compiling num_threads v0.1.7
15192026-04-10T21:52:12.806Z Compiling hyper v1.8.1
15202026-04-10T21:52:12.882Z Compiling usdt-impl v0.6.0
15212026-04-10T21:52:13.012Z Compiling siphasher v1.0.2
15222026-04-10T21:52:13.084Z Compiling syn v1.0.109
15232026-04-10T21:52:13.198Z Compiling crossbeam-utils v0.8.21
15242026-04-10T21:52:13.380Z Compiling simd-adler32 v0.3.8
15252026-04-10T21:52:13.483Z Compiling quick-error v1.2.3
15262026-04-10T21:52:13.597Z Compiling bit-vec v0.8.0
15272026-04-10T21:52:13.628Z Compiling rusty-fork v0.3.1
15282026-04-10T21:52:13.818Z Compiling bit-set v0.8.0
15292026-04-10T21:52:13.833Z Compiling hyper-util v0.1.20
15302026-04-10T21:52:13.976Z Compiling time v0.3.47
15312026-04-10T21:52:14.340Z Compiling dof v0.4.0
15322026-04-10T21:52:15.492Z Compiling derive_builder_core v0.20.2
15332026-04-10T21:52:15.522Z Compiling unicode-normalization v0.1.25
15342026-04-10T21:52:15.526Z Compiling dtrace-parser v0.3.0
15352026-04-10T21:52:15.671Z Compiling rustls-native-certs v0.8.3
15362026-04-10T21:52:15.689Z Compiling signature v2.2.0
15372026-04-10T21:52:15.872Z Compiling thiserror-impl v1.0.69
15382026-04-10T21:52:16.008Z Compiling scroll_derive v0.12.1
15392026-04-10T21:52:16.012Z Compiling heapless v0.7.17
15402026-04-10T21:52:16.257Z Compiling rand_xorshift v0.4.0
15412026-04-10T21:52:16.301Z Compiling slog v2.8.2
15422026-04-10T21:52:16.394Z Compiling darling_core v0.21.3
15432026-04-10T21:52:16.420Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-04-10T21:52:16.484Z Compiling sync_wrapper v1.0.2
15452026-04-10T21:52:16.598Z Compiling thread-id v5.1.0
15462026-04-10T21:52:16.681Z Compiling cookie v0.18.1
15472026-04-10T21:52:16.695Z Compiling signal-hook v0.3.18
15482026-04-10T21:52:16.709Z Compiling paste v1.0.15
15492026-04-10T21:52:16.865Z Compiling anyhow v1.0.102
15502026-04-10T21:52:16.882Z Compiling unicode-bidi v0.3.18
15512026-04-10T21:52:16.896Z Compiling adler2 v2.0.1
15522026-04-10T21:52:16.982Z Compiling unarray v0.1.4
15532026-04-10T21:52:17.032Z Compiling zstd-safe v7.2.4
15542026-04-10T21:52:17.097Z Compiling unicode-properties v0.1.4
15552026-04-10T21:52:17.186Z Compiling thiserror v1.0.69
15562026-04-10T21:52:17.225Z Compiling proptest v1.10.0
15572026-04-10T21:52:17.289Z Compiling stringprep v0.1.5
15582026-04-10T21:52:17.304Z Compiling miniz_oxide v0.8.9
15592026-04-10T21:52:17.477Z Compiling scroll v0.12.0
15602026-04-10T21:52:17.742Z Compiling tower v0.5.3
15612026-04-10T21:52:17.776Z Compiling derive_builder_macro v0.20.2
15622026-04-10T21:52:18.226Z Compiling ipnetwork v0.21.1
15632026-04-10T21:52:18.259Z Compiling http-body-util v0.1.3
15642026-04-10T21:52:18.299Z Compiling webpki-roots v1.0.6
15652026-04-10T21:52:18.420Z Compiling rand_chacha v0.3.1
15662026-04-10T21:52:18.497Z Compiling toml_datetime v0.6.11
15672026-04-10T21:52:18.613Z Compiling serde_tokenstream v0.2.3
15682026-04-10T21:52:18.682Z Compiling erased-serde v0.3.31
15692026-04-10T21:52:18.757Z Compiling serde_spanned v0.6.9
15702026-04-10T21:52:18.891Z Compiling darling_macro v0.21.3
15712026-04-10T21:52:18.907Z Compiling md-5 v0.10.6
15722026-04-10T21:52:18.933Z Compiling zerocopy-derive v0.7.35
15732026-04-10T21:52:19.079Z Compiling curve25519-dalek v4.1.3
15742026-04-10T21:52:19.164Z Compiling vergen-lib v0.1.6
15752026-04-10T21:52:19.239Z Compiling num-integer v0.1.46
15762026-04-10T21:52:19.355Z Compiling hash32 v0.2.1
15772026-04-10T21:52:19.372Z Compiling ff v0.13.1
15782026-04-10T21:52:19.419Z Compiling memoffset v0.9.1
15792026-04-10T21:52:19.513Z Compiling psl-types v2.0.11
15802026-04-10T21:52:19.542Z Compiling fallible-iterator v0.2.0
15812026-04-10T21:52:19.565Z Compiling smoltcp v0.9.1
15822026-04-10T21:52:19.613Z Compiling zlib-rs v0.6.2
15832026-04-10T21:52:19.641Z Compiling ryu v1.0.23
15842026-04-10T21:52:19.795Z Compiling cfg_aliases v0.2.1
15852026-04-10T21:52:19.825Z Compiling base16ct v0.2.0
15862026-04-10T21:52:19.854Z Compiling iri-string v0.7.10
15872026-04-10T21:52:19.871Z Compiling rustix v0.38.44
15882026-04-10T21:52:19.890Z Compiling num-bigint-dig v0.8.6
15892026-04-10T21:52:20.007Z Compiling litrs v1.0.0
15902026-04-10T21:52:20.081Z Compiling ref-cast v1.0.25
15912026-04-10T21:52:20.329Z Compiling sec1 v0.7.3
15922026-04-10T21:52:20.459Z Compiling nix v0.31.1
15932026-04-10T21:52:20.506Z Compiling document-features v0.2.12
15942026-04-10T21:52:20.605Z Compiling postgres-protocol v0.6.10
15952026-04-10T21:52:20.826Z Compiling zerocopy v0.7.35
15962026-04-10T21:52:21.107Z Compiling tower-http v0.6.8
15972026-04-10T21:52:21.202Z Compiling serde_urlencoded v0.7.1
15982026-04-10T21:52:21.431Z Compiling publicsuffix v2.3.0
15992026-04-10T21:52:21.505Z Compiling group v0.13.0
16002026-04-10T21:52:21.554Z Compiling newtype-uuid v1.3.2
16012026-04-10T21:52:21.603Z Compiling num-iter v0.1.45
16022026-04-10T21:52:21.727Z Compiling darling v0.21.3
16032026-04-10T21:52:21.812Z Compiling rand v0.8.5
16042026-04-10T21:52:21.878Z Compiling oxnet v0.1.4
16052026-04-10T21:52:21.934Z Compiling derive_builder v0.20.2
16062026-04-10T21:52:22.010Z Compiling hubpack_derive v0.1.1
16072026-04-10T21:52:22.168Z Compiling tokio-native-tls v0.3.1
16082026-04-10T21:52:22.269Z Compiling goblin v0.8.2
16092026-04-10T21:52:22.666Z Compiling flate2 v1.1.9
16102026-04-10T21:52:22.847Z Compiling regex v1.12.3
16112026-04-10T21:52:22.871Z Compiling phf_shared v0.13.1
16122026-04-10T21:52:22.912Z Compiling lazy_static v1.5.0
16132026-04-10T21:52:23.005Z Compiling cargo-platform v0.1.9
16142026-04-10T21:52:23.067Z Compiling hkdf v0.12.4
16152026-04-10T21:52:23.103Z Compiling crypto-bigint v0.5.5
16162026-04-10T21:52:23.121Z Compiling terminal_size v0.4.3
16172026-04-10T21:52:23.237Z Compiling strum_macros v0.27.2
16182026-04-10T21:52:23.260Z Compiling ref-cast-impl v1.0.25
16192026-04-10T21:52:23.263Z Compiling curve25519-dalek-derive v0.1.1
16202026-04-10T21:52:23.294Z Compiling daft-derive v0.1.5
16212026-04-10T21:52:23.792Z Compiling async-trait v0.1.89
16222026-04-10T21:52:23.910Z Compiling vergen v9.0.6
16232026-04-10T21:52:24.001Z Compiling fs-err v3.3.0
16242026-04-10T21:52:24.094Z Compiling ahash v0.8.12
16252026-04-10T21:52:24.193Z Compiling winnow v0.5.40
16262026-04-10T21:52:24.300Z Compiling unicode-segmentation v1.12.0
16272026-04-10T21:52:24.701Z Compiling bumpalo v3.20.2
16282026-04-10T21:52:24.813Z Compiling libbz2-rs-sys v0.2.2
16292026-04-10T21:52:24.958Z Compiling foldhash v0.1.5
16302026-04-10T21:52:25.133Z Compiling bitflags v1.3.2
16312026-04-10T21:52:25.180Z Compiling object v0.37.3
16322026-04-10T21:52:25.198Z Compiling managed v0.8.0
16332026-04-10T21:52:25.214Z Compiling bzip2 v0.6.1
16342026-04-10T21:52:25.430Z Compiling strum v0.27.2
16352026-04-10T21:52:25.488Z Compiling toml_edit v0.19.15
16362026-04-10T21:52:25.505Z Compiling hashbrown v0.15.5
16372026-04-10T21:52:25.564Z Compiling zopfli v0.8.3
16382026-04-10T21:52:25.616Z Compiling dof v0.3.0
16392026-04-10T21:52:25.793Z Compiling clap_builder v4.5.60
16402026-04-10T21:52:26.211Z Compiling elliptic-curve v0.13.8
16412026-04-10T21:52:26.234Z Compiling daft v0.1.5
16422026-04-10T21:52:26.477Z Compiling cargo_metadata v0.19.2
16432026-04-10T21:52:26.511Z Compiling phf v0.13.1
16442026-04-10T21:52:27.067Z Compiling signal-hook-mio v0.2.5
16452026-04-10T21:52:27.171Z Compiling cookie_store v0.22.1
16462026-04-10T21:52:27.814Z Compiling hubpack v0.1.2
16472026-04-10T21:52:27.855Z Compiling zstd v0.13.3
16482026-04-10T21:52:28.043Z Compiling hyper-tls v0.6.0
16492026-04-10T21:52:28.103Z Compiling bzip2 v0.4.4
16502026-04-10T21:52:28.161Z Compiling serde_with_macros v3.17.0
16512026-04-10T21:52:28.261Z Compiling postgres-types v0.2.12
16522026-04-10T21:52:28.327Z Compiling usdt-macro v0.6.0
16532026-04-10T21:52:28.779Z Compiling usdt-attr-macro v0.6.0
16542026-04-10T21:52:28.817Z Compiling dtrace-parser v0.2.0
16552026-04-10T21:52:29.056Z Compiling ed25519 v2.2.3
16562026-04-10T21:52:29.253Z Compiling bstr v1.12.1
16572026-04-10T21:52:29.268Z Compiling phf_shared v0.11.3
16582026-04-10T21:52:29.403Z Compiling pkcs1 v0.7.5
16592026-04-10T21:52:29.462Z Compiling serde-big-array v0.5.1
16602026-04-10T21:52:29.565Z Compiling hex v0.4.3
16612026-04-10T21:52:29.585Z Compiling rfc6979 v0.4.0
16622026-04-10T21:52:29.607Z Compiling serde_repr v0.1.20
16632026-04-10T21:52:29.711Z Compiling enum-as-inner v0.6.1
16642026-04-10T21:52:29.799Z Compiling clap_derive v4.5.55
16652026-04-10T21:52:29.830Z Compiling strum_macros v0.26.4
16662026-04-10T21:52:29.909Z Compiling float-cmp v0.10.0
16672026-04-10T21:52:29.962Z Compiling thread-id v4.2.2
16682026-04-10T21:52:30.052Z Compiling memmap2 v0.9.10
16692026-04-10T21:52:30.052Z Compiling env_filter v1.0.0
16702026-04-10T21:52:30.125Z Compiling encoding_rs v0.8.35
16712026-04-10T21:52:30.213Z Compiling new_debug_unreachable v1.0.6
16722026-04-10T21:52:30.268Z Compiling rustc-hash v2.1.1
16732026-04-10T21:52:30.290Z Compiling data-encoding v2.10.0
16742026-04-10T21:52:30.367Z Compiling fixedbitset v0.5.7
16752026-04-10T21:52:30.398Z Compiling mime v0.3.17
16762026-04-10T21:52:30.656Z Compiling either v1.15.0
16772026-04-10T21:52:30.678Z Compiling static_assertions v1.1.0
16782026-04-10T21:52:30.756Z Compiling jiff v0.2.21
16792026-04-10T21:52:30.872Z Compiling predicates-core v1.0.10
16802026-04-10T21:52:31.010Z Compiling keccak v0.1.6
16812026-04-10T21:52:31.093Z Compiling normalize-line-endings v0.3.0
16822026-04-10T21:52:31.199Z Compiling whoami v2.1.0
16832026-04-10T21:52:31.584Z Compiling fixedbitset v0.4.2
16842026-04-10T21:52:31.600Z Compiling precomputed-hash v0.1.1
16852026-04-10T21:52:31.621Z Compiling difflib v0.4.0
16862026-04-10T21:52:31.666Z Compiling strum v0.26.3
16872026-04-10T21:52:31.689Z Compiling string_cache v0.8.9
16882026-04-10T21:52:31.798Z Compiling petgraph v0.6.5
16892026-04-10T21:52:31.813Z Compiling clap v4.5.60
16902026-04-10T21:52:31.841Z Compiling predicates v3.1.4
16912026-04-10T21:52:31.898Z Compiling tokio-postgres v0.7.16
16922026-04-10T21:52:31.922Z Compiling sha3 v0.10.8
16932026-04-10T21:52:32.189Z Compiling itertools v0.13.0
16942026-04-10T21:52:32.279Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-10T21:52:32.390Z Compiling hickory-proto v0.25.2
16962026-04-10T21:52:32.510Z Compiling petgraph v0.8.3
16972026-04-10T21:52:33.270Z Compiling toml_edit v0.22.27
16982026-04-10T21:52:33.403Z Compiling zip v4.6.1
16992026-04-10T21:52:34.083Z Compiling iddqd v0.3.17
17002026-04-10T21:52:34.350Z Compiling usdt v0.6.0
17012026-04-10T21:52:34.410Z Compiling env_logger v0.11.9
17022026-04-10T21:52:34.614Z Compiling usdt-impl v0.5.0
17032026-04-10T21:52:34.767Z Compiling serde_with v3.17.0
17042026-04-10T21:52:34.991Z Compiling ecdsa v0.16.9
17052026-04-10T21:52:35.010Z Compiling similar v2.7.0
17062026-04-10T21:52:35.200Z Compiling rsa v0.9.10
17072026-04-10T21:52:35.222Z Compiling ed25519-dalek v2.2.0
17082026-04-10T21:52:35.380Z Compiling crossterm v0.28.1
17092026-04-10T21:52:35.880Z Compiling zip v0.6.6
17102026-04-10T21:52:36.439Z Compiling toml v0.7.8
17112026-04-10T21:52:36.757Z Compiling toml_parser v1.0.9+spec-1.1.0
17122026-04-10T21:52:36.903Z Compiling heck v0.4.1
17132026-04-10T21:52:37.059Z Compiling crossbeam-epoch v0.9.18
17142026-04-10T21:52:37.116Z Compiling tokio-stream v0.1.18
17152026-04-10T21:52:37.136Z Compiling buf-list v1.1.2
17162026-04-10T21:52:37.345Z Compiling x509-cert v0.2.5
17172026-04-10T21:52:37.395Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17182026-04-10T21:52:37.407Z Compiling openapiv3 v2.2.0
17192026-04-10T21:52:37.420Z Compiling sha1 v0.10.6
17202026-04-10T21:52:37.584Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-04-10T21:52:37.640Z Compiling lalrpop-util v0.19.12
17222026-04-10T21:52:37.689Z Compiling peg-runtime v0.8.5
17232026-04-10T21:52:37.836Z Compiling thread_local v1.1.9
17242026-04-10T21:52:37.873Z Compiling slog-async v2.8.0
17252026-04-10T21:52:37.978Z Compiling crossbeam-channel v0.5.15
17262026-04-10T21:52:38.089Z Compiling futures-executor v0.3.32
17272026-04-10T21:52:38.197Z Compiling filetime v0.2.27
17282026-04-10T21:52:38.366Z Compiling is-terminal v0.4.17
17292026-04-10T21:52:38.383Z Compiling term v1.2.1
17302026-04-10T21:52:38.444Z Compiling xattr v1.6.1
17312026-04-10T21:52:38.459Z Compiling take_mut v0.2.2
17322026-04-10T21:52:38.611Z Compiling tar v0.4.45
17332026-04-10T21:52:38.623Z Compiling futures v0.3.32
17342026-04-10T21:52:38.713Z Compiling slog-term v2.9.2
17352026-04-10T21:52:45.290Z Compiling rustls-webpki v0.103.9
17362026-04-10T21:52:48.114Z Compiling tokio-rustls v0.26.4
17372026-04-10T21:52:48.114Z Compiling rustls-platform-verifier v0.6.2
17382026-04-10T21:52:48.312Z Compiling hyper-rustls v0.27.7
17392026-04-10T21:52:48.517Z Compiling reqwest v0.13.2
17402026-04-10T21:52:48.517Z Compiling reqwest v0.12.28
17412026-04-10T21:52:50.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-04-10T21:52:50.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-04-10T21:52:53.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17442026-04-10T21:52:53.760Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-04-10T21:52:53.813ZApr 10 21:52:52.912 INFO Starting download, target: Console
17462026-04-10T21:52:53.813ZApr 10 21:52:52.913 INFO Starting download, target: Cockroach
17472026-04-10T21:52:53.813ZApr 10 21:52:52.913 INFO Starting download, target: Clickhouse
17482026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Starting download, target: DendriteStub
17492026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Starting download, target: MaghemiteMgd
17502026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Starting download, target: TransceiverControl
17512026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17542026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-04-10T21:52:53.816ZApr 10 21:52:52.913 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-04-10T21:52:54.080ZApr 10 21:52:53.179 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-04-10T21:52:54.287ZApr 10 21:52:53.387 INFO Download complete, target: TransceiverControl
17592026-04-10T21:52:54.857ZApr 10 21:52:53.955 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-04-10T21:52:55.098ZApr 10 21:52:54.190 INFO Download complete, target: Console
17612026-04-10T21:52:55.243ZApr 10 21:52:54.339 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17622026-04-10T21:52:55.420ZApr 10 21:52:54.519 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17632026-04-10T21:52:55.825ZApr 10 21:52:54.924 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-04-10T21:52:55.825ZApr 10 21:52:54.924 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-04-10T21:52:56.000ZApr 10 21:52:55.100 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-04-10T21:52:57.580ZApr 10 21:52:56.680 INFO Download complete, target: DendriteStub
17672026-04-10T21:52:57.692ZApr 10 21:52:56.791 INFO Download complete, target: MaghemiteMgd
17682026-04-10T21:53:00.386ZApr 10 21:52:59.485 INFO Checking that binary works, target: Cockroach
17692026-04-10T21:53:00.480ZApr 10 21:52:59.580 INFO Download complete, target: Cockroach
17702026-04-10T21:53:02.655ZApr 10 21:53:01.754 INFO Checking that binary works, target: Clickhouse
17712026-04-10T21:53:02.752ZApr 10 21:53:01.851 INFO Download complete, target: Clickhouse
17722026-04-10T21:53:02.765ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-04-10T21:53:02.768Z
17742026-04-10T21:53:02.768Zreal 3:03.755400651
17752026-04-10T21:53:02.768Zuser 7:13.118154277
17762026-04-10T21:53:02.768Zsys 1:25.208712064
17772026-04-10T21:53:02.768Ztrap 0.213450430
17782026-04-10T21:53:02.768Ztflt 0.728106889
17792026-04-10T21:53:02.768Zdflt 0.649907373
17802026-04-10T21:53:02.768Zkflt 0.034977675
17812026-04-10T21:53:02.768Zlock 21:25.006232556
17822026-04-10T21:53:02.768Zslp 21:43.829669917
17832026-04-10T21:53:02.768Zlat 42.500769967
17842026-04-10T21:53:02.769Zstop 2:03.131565243
17852026-04-10T21:53:02.769Z+ banner clippy
17862026-04-10T21:53:02.769Z
17872026-04-10T21:53:02.769Z #### # # ##### ##### # #
17882026-04-10T21:53:02.769Z # # # # # # # # # #
17892026-04-10T21:53:02.769Z # # # # # # # #
17902026-04-10T21:53:02.769Z # # # ##### ##### #
17912026-04-10T21:53:02.769Z # # # # # # #
17922026-04-10T21:53:02.769Z #### ###### # # # #
17932026-04-10T21:53:02.769Z
17942026-04-10T21:53:02.769Z+ export CARGO_INCREMENTAL=0
17952026-04-10T21:53:02.769Z+ CARGO_INCREMENTAL=0
17962026-04-10T21:53:02.769Z+ ptime -m cargo xtask clippy
17972026-04-10T21:53:03.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-04-10T21:53:03.516Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-04-10T21:53:05.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18002026-04-10T21:53:05.466Z Running `target/debug/xtask clippy`
18012026-04-10T21:53:05.494Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18022026-04-10T21:53:06.098Z Downloading crates ...
18032026-04-10T21:53:06.295Z Downloaded anes v0.1.6
18042026-04-10T21:53:06.298Z Downloaded async-object-pool v0.2.0
18052026-04-10T21:53:06.301Z Downloaded blake2b_simd v1.0.4
18062026-04-10T21:53:06.308Z Downloaded backtrace-ext v0.2.1
18072026-04-10T21:53:06.311Z Downloaded approx v0.5.1
18082026-04-10T21:53:06.313Z Downloaded cargo-platform v0.3.2
18092026-04-10T21:53:06.316Z Downloaded criterion-plot v0.6.0
18102026-04-10T21:53:06.316Z Downloaded addr2line v0.25.1
18112026-04-10T21:53:06.319Z Downloaded constant_time_eq v0.3.1
18122026-04-10T21:53:06.321Z Downloaded assert-json-diff v2.0.2
18132026-04-10T21:53:06.321Z Downloaded supports-hyperlinks v2.1.0
18142026-04-10T21:53:06.328Z Downloaded target-triple v1.0.0
18152026-04-10T21:53:06.331Z Downloaded terminal_size v0.1.17
18162026-04-10T21:53:06.331Z Downloaded serde_regex v1.1.0
18172026-04-10T21:53:06.334Z Downloaded escape8259 v0.5.3
18182026-04-10T21:53:06.337Z Downloaded concurrent-queue v2.5.0
18192026-04-10T21:53:06.337Z Downloaded path-tree v0.8.3
18202026-04-10T21:53:06.337Z Downloaded cfg-expr v0.20.6
18212026-04-10T21:53:06.342Z Downloaded parking v2.2.1
18222026-04-10T21:53:06.345Z Downloaded termcolor v1.4.1
18232026-04-10T21:53:06.345Z Downloaded assert_cmd v2.1.2
18242026-04-10T21:53:06.345Z Downloaded async-lock v3.4.2
18252026-04-10T21:53:06.347Z Downloaded guppy-workspace-hack v0.1.0
18262026-04-10T21:53:06.347Z Downloaded cargo_metadata v0.23.1
18272026-04-10T21:53:06.351Z Downloaded plotters-backend v0.3.7
18282026-04-10T21:53:06.351Z Downloaded miette-derive v5.10.0
18292026-04-10T21:53:06.356Z Downloaded nested v0.1.1
18302026-04-10T21:53:06.358Z Downloaded cast v0.3.0
18312026-04-10T21:53:06.359Z Downloaded target-lexicon v0.13.3
18322026-04-10T21:53:06.368Z Downloaded oorandom v11.1.5
18332026-04-10T21:53:06.371Z Downloaded similar-asserts v1.7.0
18342026-04-10T21:53:06.373Z Downloaded event-listener-strategy v0.5.4
18352026-04-10T21:53:06.377Z Downloaded supports-color v2.1.0
18362026-04-10T21:53:06.377Z Downloaded partial-io v0.5.4
18372026-04-10T21:53:06.379Z Downloaded criterion v0.7.0
18382026-04-10T21:53:06.382Z Downloaded libtest-mimic v0.8.1
18392026-04-10T21:53:06.382Z Downloaded datatest-stable v0.3.3
18402026-04-10T21:53:06.386Z Downloaded tokio-test v0.4.5
18412026-04-10T21:53:06.386Z Downloaded plotters-svg v0.3.7
18422026-04-10T21:53:06.386Z Downloaded supports-unicode v2.1.0
18432026-04-10T21:53:06.389Z Downloaded linkme-impl v0.3.35
18442026-04-10T21:53:06.389Z Downloaded tinytemplate v1.2.1
18452026-04-10T21:53:06.391Z Downloaded relative-path v1.9.3
18462026-04-10T21:53:06.394Z Downloaded httptest v0.16.4
18472026-04-10T21:53:06.397Z Downloaded trybuild v1.0.116
18482026-04-10T21:53:06.399Z Downloaded pathdiff v0.2.3
18492026-04-10T21:53:06.402Z Downloaded rust-argon2 v2.1.0
18502026-04-10T21:53:06.402Z Downloaded futures-timer v3.0.3
18512026-04-10T21:53:06.402Z Downloaded linkme v0.3.35
18522026-04-10T21:53:06.405Z Downloaded knuffel-derive v3.2.0
18532026-04-10T21:53:06.405Z Downloaded event-listener v5.4.1
18542026-04-10T21:53:06.407Z Downloaded owo-colors v3.5.0
18552026-04-10T21:53:06.410Z Downloaded rustc-demangle v0.1.27
18562026-04-10T21:53:06.410Z Downloaded stringmetrics v2.2.2
18572026-04-10T21:53:06.410Z Downloaded chumsky v0.9.3
18582026-04-10T21:53:06.417Z Downloaded hickory-client v0.25.2
18592026-04-10T21:53:06.424Z Downloaded target-spec v3.5.7
18602026-04-10T21:53:06.427Z Downloaded rstest_macros v0.25.0
18612026-04-10T21:53:06.429Z Downloaded backtrace v0.3.76
18622026-04-10T21:53:06.432Z Downloaded rstest v0.25.0
18632026-04-10T21:53:06.435Z Downloaded textwrap v0.15.2
18642026-04-10T21:53:06.438Z Downloaded rand_distr v0.5.1
18652026-04-10T21:53:06.440Z Downloaded miette v5.10.0
18662026-04-10T21:53:06.440Z Downloaded knuffel v3.2.0
18672026-04-10T21:53:06.448Z Downloaded fancy-regex v0.14.0
18682026-04-10T21:53:06.451Z Downloaded hashbrown v0.14.5
18692026-04-10T21:53:06.456Z Downloaded guppy v0.17.25
18702026-04-10T21:53:06.465Z Downloaded plotters v0.3.7
18712026-04-10T21:53:06.481Z Downloaded gimli v0.32.3
18722026-04-10T21:53:06.569Z Downloaded httpmock v0.8.3
18732026-04-10T21:53:08.117Z Checking cfg-if v1.0.4
18742026-04-10T21:53:08.462Z Checking libc v0.2.180
18752026-04-10T21:53:08.465Z Checking serde_core v1.0.228
18762026-04-10T21:53:08.532Z Checking memchr v2.8.0
18772026-04-10T21:53:08.571Z Checking smallvec v1.15.1
18782026-04-10T21:53:08.611Z Checking log v0.4.29
18792026-04-10T21:53:08.611Z Checking itoa v1.0.17
18802026-04-10T21:53:08.687Z Checking zeroize v1.8.2
18812026-04-10T21:53:08.727Z Checking libm v0.2.16
18822026-04-10T21:53:08.781Z Checking scopeguard v1.2.0
18832026-04-10T21:53:08.824Z Checking stable_deref_trait v1.2.1
18842026-04-10T21:53:08.864Z Checking zmij v1.0.21
18852026-04-10T21:53:08.902Z Checking errno v0.3.14
18862026-04-10T21:53:08.902Z Checking getrandom v0.2.17
18872026-04-10T21:53:08.971Z Checking lock_api v0.4.14
18882026-04-10T21:53:09.006Z Checking zerofrom v0.1.6
18892026-04-10T21:53:09.045Z Checking percent-encoding v2.3.2
18902026-04-10T21:53:09.083Z Checking litemap v0.8.1
18912026-04-10T21:53:09.083Z Checking writeable v0.6.2
18922026-04-10T21:53:09.149Z Checking yoke v0.8.1
18932026-04-10T21:53:09.184Z Checking icu_normalizer_data v2.1.1
18942026-04-10T21:53:09.218Z Checking icu_properties_data v2.1.2
18952026-04-10T21:53:09.223Z Checking subtle v2.6.1
18962026-04-10T21:53:09.285Z Checking form_urlencoded v1.2.2
18972026-04-10T21:53:09.323Z Checking utf8_iter v1.0.4
18982026-04-10T21:53:09.359Z Checking pin-project-lite v0.2.17
18992026-04-10T21:53:09.361Z Checking zerovec v0.11.5
19002026-04-10T21:53:09.425Z Checking zerotrie v0.2.3
19012026-04-10T21:53:09.428Z Checking num-traits v0.2.19
19022026-04-10T21:53:09.494Z Checking rand_core v0.6.4
19032026-04-10T21:53:09.531Z Checking parking_lot_core v0.9.12
19042026-04-10T21:53:09.531Z Checking portable-atomic v1.13.1
19052026-04-10T21:53:09.599Z Checking zerocopy v0.8.40
19062026-04-10T21:53:09.691Z Checking critical-section v1.2.0
19072026-04-10T21:53:09.730Z Checking signal-hook-registry v1.4.8
19082026-04-10T21:53:09.784Z Checking parking_lot v0.12.5
19092026-04-10T21:53:09.820Z Checking tinystr v0.8.2
19102026-04-10T21:53:09.820Z Checking potential_utf v0.1.4
19112026-04-10T21:53:09.921Z Checking mio v1.1.1
19122026-04-10T21:53:09.966Z Checking once_cell v1.21.3
19132026-04-10T21:53:10.002Z Checking icu_collections v2.1.1
19142026-04-10T21:53:10.035Z Checking serde v1.0.228
19152026-04-10T21:53:10.038Z Checking bitflags v2.11.0
19162026-04-10T21:53:10.038Z Checking serde_json v1.0.149
19172026-04-10T21:53:10.131Z Checking icu_locale_core v2.1.1
19182026-04-10T21:53:10.174Z Checking socket2 v0.6.2
19192026-04-10T21:53:10.218Z Checking typenum v1.19.0
19202026-04-10T21:53:10.265Z Checking iana-time-zone v0.1.65
19212026-04-10T21:53:10.332Z Checking rand_core v0.10.0
19222026-04-10T21:53:10.407Z Checking thiserror v2.0.18
19232026-04-10T21:53:10.449Z Checking semver v1.0.27
19242026-04-10T21:53:10.500Z Checking getrandom v0.4.1
19252026-04-10T21:53:10.538Z Checking bytes v1.11.1
19262026-04-10T21:53:10.538Z Checking chrono v0.4.44
19272026-04-10T21:53:10.672Z Checking uuid v1.23.0
19282026-04-10T21:53:10.710Z Checking icu_provider v2.1.1
19292026-04-10T21:53:10.751Z Checking allocator-api2 v0.2.21
19302026-04-10T21:53:10.754Z Checking futures-core v0.3.32
19312026-04-10T21:53:10.820Z Checking generic-array v0.14.7
19322026-04-10T21:53:10.948Z Checking equivalent v1.0.2
19332026-04-10T21:53:10.987Z Checking icu_properties v2.1.2
19342026-04-10T21:53:11.024Z Checking icu_normalizer v2.1.1
19352026-04-10T21:53:11.027Z Checking tokio v1.50.0
19362026-04-10T21:53:11.101Z Checking dyn-clone v1.0.20
19372026-04-10T21:53:11.104Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19382026-04-10T21:53:11.236Z Checking const-oid v0.9.6
19392026-04-10T21:53:11.281Z Checking crypto-common v0.1.7
19402026-04-10T21:53:11.345Z Checking foldhash v0.2.0
19412026-04-10T21:53:11.422Z Checking getrandom v0.3.4
19422026-04-10T21:53:11.459Z Checking block-buffer v0.10.4
19432026-04-10T21:53:11.493Z Checking futures-sink v0.3.32
19442026-04-10T21:53:11.526Z Checking hashbrown v0.16.1
19452026-04-10T21:53:11.593Z Checking futures-io v0.3.32
19462026-04-10T21:53:11.630Z Checking futures-channel v0.3.32
19472026-04-10T21:53:11.630Z Checking slab v0.4.12
19482026-04-10T21:53:11.735Z Checking futures-task v0.3.32
19492026-04-10T21:53:11.812Z Checking idna_adapter v1.2.1
19502026-04-10T21:53:11.848Z Checking rustix v1.1.3
19512026-04-10T21:53:11.851Z Checking byteorder v1.5.0
19522026-04-10T21:53:11.913Z Checking futures-util v0.3.32
19532026-04-10T21:53:11.949Z Checking digest v0.10.7
19542026-04-10T21:53:11.983Z Checking idna v1.1.0
19552026-04-10T21:53:12.038Z Checking cpufeatures v0.2.17
19562026-04-10T21:53:12.105Z Checking indexmap v2.13.0
19572026-04-10T21:53:12.141Z Checking thiserror v1.0.69
19582026-04-10T21:53:12.177Z Checking fnv v1.0.7
19592026-04-10T21:53:12.250Z Checking url v2.5.8
19602026-04-10T21:53:12.286Z Checking regex-syntax v0.8.10
19612026-04-10T21:53:12.319Z Checking http v1.4.0
19622026-04-10T21:53:12.356Z Checking ppv-lite86 v0.2.21
19632026-04-10T21:53:12.693Z Checking tracing-core v0.1.36
19642026-04-10T21:53:12.730Z Checking base64 v0.22.1
19652026-04-10T21:53:12.733Z Checking schemars v0.8.22
19662026-04-10T21:53:12.733Z Checking ipnet v2.11.0
19672026-04-10T21:53:12.926Z Checking anstyle v1.0.13
19682026-04-10T21:53:12.998Z Checking unicode-ident v1.0.24
19692026-04-10T21:53:13.034Z Checking tracing v0.1.44
19702026-04-10T21:53:13.068Z Checking untrusted v0.9.0
19712026-04-10T21:53:13.134Z Checking utf8parse v0.2.2
19722026-04-10T21:53:13.137Z Checking proc-macro2 v1.0.106
19732026-04-10T21:53:13.205Z Checking ring v0.17.14
19742026-04-10T21:53:13.263Z Checking base64ct v1.8.3
19752026-04-10T21:53:13.266Z Checking anstyle-parse v0.2.7
19762026-04-10T21:53:13.451Z Checking block-padding v0.3.3
19772026-04-10T21:53:13.488Z Checking aho-corasick v1.1.4
19782026-04-10T21:53:13.522Z Checking quote v1.0.44
19792026-04-10T21:53:13.556Z Checking colorchoice v1.0.4
19802026-04-10T21:53:13.611Z Checking anstyle-query v1.1.5
19812026-04-10T21:53:13.614Z Checking is_terminal_polyfill v1.70.2
19822026-04-10T21:53:13.683Z Checking inout v0.1.4
19832026-04-10T21:53:13.719Z Checking syn v2.0.117
19842026-04-10T21:53:13.753Z Checking rustls-pki-types v1.14.0
19852026-04-10T21:53:13.788Z Checking anstream v0.6.21
19862026-04-10T21:53:13.842Z Checking crossbeam-utils v0.8.21
19872026-04-10T21:53:13.878Z Checking httparse v1.10.1
19882026-04-10T21:53:14.010Z Checking cipher v0.4.4
19892026-04-10T21:53:14.067Z Checking terminal_size v0.4.3
19902026-04-10T21:53:14.117Z Checking strsim v0.11.1
19912026-04-10T21:53:14.168Z Checking regex-automata v0.4.14
19922026-04-10T21:53:14.204Z Checking clap_lex v1.0.0
19932026-04-10T21:53:14.207Z Checking pem-rfc7468 v0.7.0
19942026-04-10T21:53:14.207Z Checking http-body v1.0.1
19952026-04-10T21:53:14.304Z Checking sha2 v0.10.9
19962026-04-10T21:53:14.307Z Checking tokio-util v0.7.18
19972026-04-10T21:53:14.339Z Checking atomic-waker v1.1.2
19982026-04-10T21:53:14.405Z Checking clap_builder v4.5.60
19992026-04-10T21:53:14.407Z Checking hmac v0.12.1
20002026-04-10T21:53:14.471Z Checking rand_core v0.9.5
20012026-04-10T21:53:14.508Z Checking try-lock v0.2.5
20022026-04-10T21:53:14.563Z Checking httpdate v1.0.3
20032026-04-10T21:53:14.605Z Checking ryu v1.0.23
20042026-04-10T21:53:14.642Z Checking want v0.3.1
20052026-04-10T21:53:14.676Z Checking pin-utils v0.1.0
20062026-04-10T21:53:14.736Z Checking flagset v0.4.7
20072026-04-10T21:53:14.772Z Checking tower-layer v0.3.3
20082026-04-10T21:53:14.775Z Checking tower-service v0.3.3
20092026-04-10T21:53:14.835Z Checking erased-serde v0.3.31
20102026-04-10T21:53:14.884Z Checking der v0.7.10
20112026-04-10T21:53:14.920Z Checking powerfmt v0.2.0
20122026-04-10T21:53:14.955Z Checking rand_chacha v0.9.0
20132026-04-10T21:53:14.958Z Checking h2 v0.4.13
20142026-04-10T21:53:15.099Z Checking deranged v0.5.8
20152026-04-10T21:53:15.185Z Checking spin v0.9.8
20162026-04-10T21:53:15.239Z Checking slog v2.8.2
20172026-04-10T21:53:15.396Z Checking socket2 v0.5.10
20182026-04-10T21:53:15.529Z Checking time-core v0.1.8
20192026-04-10T21:53:15.647Z Checking num_threads v0.1.7
20202026-04-10T21:53:15.683Z Checking num-conv v0.2.0
20212026-04-10T21:53:15.686Z Checking clap v4.5.60
20222026-04-10T21:53:15.750Z Checking rand v0.9.2
20232026-04-10T21:53:15.786Z Checking anyhow v1.0.102
20242026-04-10T21:53:15.822Z Checking http-body-util v0.1.3
20252026-04-10T21:53:15.857Z Checking aws-lc-sys v0.37.1
20262026-04-10T21:53:15.973Z Checking fastrand v2.3.0
20272026-04-10T21:53:15.975Z Checking untrusted v0.7.1
20282026-04-10T21:53:16.046Z Checking spki v0.7.3
20292026-04-10T21:53:16.049Z Checking time v0.3.47
20302026-04-10T21:53:16.116Z Checking serde_urlencoded v0.7.1
20312026-04-10T21:53:16.150Z Checking pbkdf2 v0.12.2
20322026-04-10T21:53:16.186Z Checking aes v0.8.4
20332026-04-10T21:53:16.240Z Checking openssl-probe v0.2.1
20342026-04-10T21:53:16.277Z Checking regex v1.12.3
20352026-04-10T21:53:16.312Z Checking salsa20 v0.10.2
20362026-04-10T21:53:16.346Z Checking cbc v0.1.2
20372026-04-10T21:53:16.381Z Checking rand_chacha v0.3.1
20382026-04-10T21:53:16.416Z Checking aws-lc-rs v1.16.0
20392026-04-10T21:53:16.470Z Checking hex v0.4.3
20402026-04-10T21:53:16.507Z Checking pretty-hex v0.4.1
20412026-04-10T21:53:16.575Z Checking scrypt v0.11.0
20422026-04-10T21:53:16.612Z Checking tempfile v3.25.0
20432026-04-10T21:53:16.648Z Checking rand v0.8.5
20442026-04-10T21:53:16.663Z Checking ipnetwork v0.21.1
20452026-04-10T21:53:16.721Z Checking plain v0.2.3
20462026-04-10T21:53:16.756Z Checking pkcs5 v0.7.1
20472026-04-10T21:53:16.831Z Checking camino v1.2.2
20482026-04-10T21:53:16.851Z Checking ucd-trie v0.1.7
20492026-04-10T21:53:16.926Z Checking rustls-native-certs v0.8.3
20502026-04-10T21:53:17.039Z Checking pkcs8 v0.10.2
20512026-04-10T21:53:17.090Z Checking pest v2.8.6
20522026-04-10T21:53:17.126Z Checking sync_wrapper v1.0.2
20532026-04-10T21:53:17.177Z Checking webpki-roots v1.0.6
20542026-04-10T21:53:17.214Z Checking simd-adler32 v0.3.8
20552026-04-10T21:53:17.216Z Checking iri-string v0.7.10
20562026-04-10T21:53:17.282Z Checking openapiv3 v2.2.0
20572026-04-10T21:53:17.285Z Checking rustls-webpki v0.103.9
20582026-04-10T21:53:17.285Z Checking tower v0.5.3
20592026-04-10T21:53:17.319Z Checking mime v0.3.17
20602026-04-10T21:53:17.431Z Checking either v1.15.0
20612026-04-10T21:53:17.569Z Checking adler2 v2.0.1
20622026-04-10T21:53:17.647Z Checking winnow v0.7.14
20632026-04-10T21:53:17.697Z Checking hyper v1.8.1
20642026-04-10T21:53:17.732Z Checking miniz_oxide v0.8.9
20652026-04-10T21:53:17.781Z Checking rustls v0.23.37
20662026-04-10T21:53:17.817Z Checking static_assertions v1.1.0
20672026-04-10T21:53:17.918Z Checking oxnet v0.1.4
20682026-04-10T21:53:18.107Z Checking lazy_static v1.5.0
20692026-04-10T21:53:18.182Z Checking signature v2.2.0
20702026-04-10T21:53:18.217Z Checking hubpack v0.1.2
20712026-04-10T21:53:18.252Z Checking encoding_rs v0.8.35
20722026-04-10T21:53:18.308Z Checking tower-http v0.6.8
20732026-04-10T21:53:18.344Z Checking strum v0.26.3
20742026-04-10T21:53:18.407Z Checking crc32fast v1.5.0
20752026-04-10T21:53:18.480Z Checking foreign-types-shared v0.1.1
20762026-04-10T21:53:18.578Z Checking sha1 v0.10.6
20772026-04-10T21:53:18.614Z Checking foreign-types v0.3.2
20782026-04-10T21:53:18.647Z Checking hyper-util v0.1.20
20792026-04-10T21:53:18.650Z Checking openssl-sys v0.9.111
20802026-04-10T21:53:18.650Z Checking tinyvec_macros v0.1.1
20812026-04-10T21:53:18.746Z Checking serde_spanned v0.6.9
20822026-04-10T21:53:18.782Z Checking tinyvec v1.10.0
20832026-04-10T21:53:18.785Z Checking toml_datetime v0.6.11
20842026-04-10T21:53:18.848Z Checking num-integer v0.1.46
20852026-04-10T21:53:18.901Z Checking data-encoding v2.10.0
20862026-04-10T21:53:19.022Z Checking scroll v0.13.0
20872026-04-10T21:53:19.102Z Checking zlib-rs v0.6.2
20882026-04-10T21:53:19.138Z Checking bit-vec v0.8.0
20892026-04-10T21:53:19.203Z Checking base16ct v0.2.0
20902026-04-10T21:53:19.208Z Checking ff v0.13.1
20912026-04-10T21:53:19.272Z Checking openssl v0.10.75
20922026-04-10T21:53:19.307Z Checking goblin v0.10.5
20932026-04-10T21:53:19.356Z Checking bit-set v0.8.0
20942026-04-10T21:53:19.358Z Checking sec1 v0.7.3
20952026-04-10T21:53:19.423Z Checking wait-timeout v0.2.1
20962026-04-10T21:53:19.534Z Checking memmap2 v0.9.10
20972026-04-10T21:53:19.575Z Checking group v0.13.0
20982026-04-10T21:53:19.622Z Checking num-iter v0.1.45
20992026-04-10T21:53:19.727Z Checking dtrace-parser v0.3.0
21002026-04-10T21:53:19.761Z Checking bstr v1.12.1
21012026-04-10T21:53:19.797Z Checking hkdf v0.12.4
21022026-04-10T21:53:19.912Z Checking crossbeam-epoch v0.9.18
21032026-04-10T21:53:19.961Z Checking ahash v0.8.12
21042026-04-10T21:53:19.997Z Checking crypto-bigint v0.5.5
21052026-04-10T21:53:20.000Z Checking flate2 v1.1.9
21062026-04-10T21:53:20.153Z Checking tokio-rustls v0.26.4
21072026-04-10T21:53:20.194Z Checking thread-id v5.1.0
21082026-04-10T21:53:20.198Z Checking quick-error v1.2.3
21092026-04-10T21:53:20.221Z Checking psl-types v2.0.11
21102026-04-10T21:53:20.298Z Checking cookie v0.18.1
21112026-04-10T21:53:20.334Z Checking rand_xorshift v0.4.0
21122026-04-10T21:53:20.368Z Checking rusty-fork v0.3.1
21132026-04-10T21:53:20.402Z Checking publicsuffix v2.3.0
21142026-04-10T21:53:20.435Z Checking hyper-rustls v0.27.7
21152026-04-10T21:53:20.477Z Checking scroll v0.12.0
21162026-04-10T21:53:20.552Z Checking unarray v0.1.4
21172026-04-10T21:53:20.588Z Checking rustls-platform-verifier v0.6.2
21182026-04-10T21:53:20.591Z Checking cookie_store v0.22.1
21192026-04-10T21:53:20.669Z Checking num-bigint-dig v0.8.6
21202026-04-10T21:53:20.703Z Checking proptest v1.10.0
21212026-04-10T21:53:20.737Z Checking goblin v0.8.2
21222026-04-10T21:53:20.773Z Checking pkcs1 v0.7.5
21232026-04-10T21:53:20.945Z Checking elliptic-curve v0.13.8
21242026-04-10T21:53:20.982Z Checking x509-cert v0.2.5
21252026-04-10T21:53:21.017Z Checking zerocopy v0.7.35
21262026-04-10T21:53:21.215Z Checking native-tls v0.2.18
21272026-04-10T21:53:21.284Z Checking unicode-segmentation v1.12.0
21282026-04-10T21:53:21.423Z Checking tokio-native-tls v0.3.1
21292026-04-10T21:53:21.483Z Checking rsa v0.9.10
21302026-04-10T21:53:21.524Z Checking reqwest v0.13.2
21312026-04-10T21:53:21.607Z Checking hyper-tls v0.6.0
21322026-04-10T21:53:21.610Z Checking dof v0.4.0
21332026-04-10T21:53:21.676Z Checking dtrace-parser v0.2.0
21342026-04-10T21:53:21.678Z Checking rfc6979 v0.4.0
21352026-04-10T21:53:21.811Z Checking reqwest v0.12.28
21362026-04-10T21:53:21.851Z Checking thread-id v4.2.2
21372026-04-10T21:53:21.933Z Checking toml_write v0.1.2
21382026-04-10T21:53:21.968Z Checking ecdsa v0.16.9
21392026-04-10T21:53:22.006Z Checking toml_parser v1.0.9+spec-1.1.0
21402026-04-10T21:53:22.130Z Checking toml_edit v0.22.27
21412026-04-10T21:53:22.306Z Checking usdt-impl v0.6.0
21422026-04-10T21:53:22.339Z Checking curve25519-dalek v4.1.3
21432026-04-10T21:53:22.377Z Checking memoffset v0.9.1
21442026-04-10T21:53:22.379Z Checking rustix v0.38.44
21452026-04-10T21:53:22.490Z Checking env_filter v1.0.0
21462026-04-10T21:53:22.526Z Checking newtype-uuid v1.3.2
21472026-04-10T21:53:22.624Z Checking usdt v0.6.0
21482026-04-10T21:53:22.662Z Checking dof v0.3.0
21492026-04-10T21:53:22.694Z Checking keccak v0.1.6
21502026-04-10T21:53:22.731Z Checking env_logger v0.11.9
21512026-04-10T21:53:22.767Z Checking daft v0.1.5
21522026-04-10T21:53:22.819Z Checking ed25519 v2.2.3
21532026-04-10T21:53:22.885Z Checking sha3 v0.10.8
21542026-04-10T21:53:22.948Z Checking itertools v0.13.0
21552026-04-10T21:53:22.984Z Checking usdt-impl v0.5.0
21562026-04-10T21:53:23.034Z Checking serde_with v3.17.0
21572026-04-10T21:53:23.037Z Checking siphasher v1.0.2
21582026-04-10T21:53:23.116Z Checking bitflags v1.3.2
21592026-04-10T21:53:23.153Z Checking ed25519-dalek v2.2.0
21602026-04-10T21:53:23.218Z Checking unicode-normalization v0.1.25
21612026-04-10T21:53:23.254Z Checking signal-hook v0.3.18
21622026-04-10T21:53:23.257Z Checking winnow v0.5.40
21632026-04-10T21:53:23.321Z Checking managed v0.8.0
21642026-04-10T21:53:23.324Z Checking nix v0.31.1
21652026-04-10T21:53:23.405Z Checking bzip2-sys v0.1.13+1.0.8
21662026-04-10T21:53:23.469Z Checking object v0.37.3
21672026-04-10T21:53:23.521Z Checking foldhash v0.1.5
21682026-04-10T21:53:23.557Z Checking bzip2 v0.4.4
21692026-04-10T21:53:23.640Z Checking signal-hook-mio v0.2.5
21702026-04-10T21:53:23.684Z Checking hashbrown v0.15.5
21712026-04-10T21:53:23.744Z Checking ref-cast v1.0.25
21722026-04-10T21:53:23.780Z Checking zstd-sys v2.0.16+zstd.1.5.7
21732026-04-10T21:53:23.873Z Checking toml_datetime v0.7.5+spec-1.1.0
21742026-04-10T21:53:23.923Z Checking zstd-safe v7.2.4
21752026-04-10T21:53:23.988Z Checking zip v0.6.6
21762026-04-10T21:53:24.099Z Checking libbz2-rs-sys v0.2.2
21772026-04-10T21:53:24.134Z Checking bumpalo v3.20.2
21782026-04-10T21:53:24.176Z Checking zstd v0.13.3
21792026-04-10T21:53:24.335Z Checking crossterm v0.28.1
21802026-04-10T21:53:24.372Z Checking zopfli v0.8.3
21812026-04-10T21:53:24.375Z Checking similar v2.7.0
21822026-04-10T21:53:24.441Z Checking tokio-stream v0.1.18
21832026-04-10T21:53:24.444Z Checking fs-err v3.3.0
21842026-04-10T21:53:24.444Z Checking toml_edit v0.19.15
21852026-04-10T21:53:24.537Z Checking bzip2 v0.6.1
21862026-04-10T21:53:24.720Z Checking hash32 v0.2.1
21872026-04-10T21:53:24.757Z Checking serde-big-array v0.5.1
21882026-04-10T21:53:24.808Z Checking unicode-bidi v0.3.18
21892026-04-10T21:53:24.844Z Checking predicates-core v1.0.10
21902026-04-10T21:53:24.847Z Checking jiff v0.2.21
21912026-04-10T21:53:24.910Z Checking unicode-properties v0.1.4
21922026-04-10T21:53:24.945Z Checking heapless v0.7.17
21932026-04-10T21:53:24.994Z Checking hickory-proto v0.25.2
21942026-04-10T21:53:25.058Z Checking md-5 v0.10.6
21952026-04-10T21:53:25.124Z Checking float-cmp v0.10.0
21962026-04-10T21:53:25.127Z Checking stringprep v0.1.5
21972026-04-10T21:53:25.222Z Checking fallible-iterator v0.2.0
21982026-04-10T21:53:25.284Z Checking rustc-hash v2.1.1
21992026-04-10T21:53:25.336Z Checking normalize-line-endings v0.3.0
22002026-04-10T21:53:25.382Z Checking difflib v0.4.0
22012026-04-10T21:53:25.425Z Checking iddqd v0.3.17
22022026-04-10T21:53:25.460Z Checking smoltcp v0.9.1
22032026-04-10T21:53:25.513Z Checking toml v0.7.8
22042026-04-10T21:53:25.549Z Checking postgres-protocol v0.6.10
22052026-04-10T21:53:25.584Z Checking predicates v3.1.4
22062026-04-10T21:53:25.761Z Checking phf_shared v0.13.1
22072026-04-10T21:53:25.847Z Checking phf_shared v0.11.3
22082026-04-10T21:53:25.893Z Checking buf-list v1.1.2
22092026-04-10T21:53:25.929Z Checking strum v0.27.2
22102026-04-10T21:53:25.985Z Checking new_debug_unreachable v1.0.6
22112026-04-10T21:53:26.023Z Checking precomputed-hash v0.1.1
22122026-04-10T21:53:26.066Z Checking fixedbitset v0.5.7
22132026-04-10T21:53:26.068Z Checking fixedbitset v0.4.2
22142026-04-10T21:53:26.134Z Checking lalrpop-util v0.19.12
22152026-04-10T21:53:26.137Z Checking string_cache v0.8.9
22162026-04-10T21:53:26.137Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22172026-04-10T21:53:26.245Z Checking petgraph v0.6.5
22182026-04-10T21:53:26.285Z Checking phf v0.13.1
22192026-04-10T21:53:26.321Z Checking petgraph v0.8.3
22202026-04-10T21:53:26.324Z Checking postgres-types v0.2.12
22212026-04-10T21:53:26.387Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22222026-04-10T21:53:26.460Z Checking peg-runtime v0.8.5
22232026-04-10T21:53:26.632Z Checking whoami v2.1.0
22242026-04-10T21:53:26.704Z Checking futures-executor v0.3.32
22252026-04-10T21:53:26.783Z Checking is-terminal v0.4.17
22262026-04-10T21:53:26.854Z Checking tokio-postgres v0.7.16
22272026-04-10T21:53:26.889Z Checking futures v0.3.32
22282026-04-10T21:53:26.922Z Checking crossbeam-channel v0.5.15
22292026-04-10T21:53:26.996Z Compiling structmeta-derive v0.3.0
22302026-04-10T21:53:27.120Z Checking zip v4.6.1
22312026-04-10T21:53:27.282Z Checking thread_local v1.1.9
22322026-04-10T21:53:27.486Z Checking term v1.2.1
22332026-04-10T21:53:27.531Z Checking take_mut v0.2.2
22342026-04-10T21:53:27.672Z Checking slog-async v2.8.0
22352026-04-10T21:53:27.745Z Checking slog-term v2.9.2
22362026-04-10T21:53:27.782Z Compiling newtype-uuid-macros v0.1.0
22372026-04-10T21:53:27.816Z Compiling rustls v0.22.4
22382026-04-10T21:53:27.872Z Compiling multer v3.1.0
22392026-04-10T21:53:27.963Z Checking regress v0.10.5
22402026-04-10T21:53:28.057Z Compiling async-stream-impl v0.3.6
22412026-04-10T21:53:28.125Z Compiling structmeta v0.3.0
22422026-04-10T21:53:28.128Z Compiling dropshot v0.16.7
22432026-04-10T21:53:28.192Z Compiling dropshot_endpoint v0.16.7
22442026-04-10T21:53:28.194Z Checking match_cfg v0.1.0
22452026-04-10T21:53:28.321Z Checking hostname v0.3.1
22462026-04-10T21:53:28.365Z Compiling derive-ex v0.1.8
22472026-04-10T21:53:28.448Z Checking slog-json v2.6.1
22482026-04-10T21:53:28.484Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22492026-04-10T21:53:28.556Z Checking debug-ignore v1.0.5
22502026-04-10T21:53:28.624Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-04-10T21:53:28.663Z Checking slog-bunyan v2.5.0
22522026-04-10T21:53:28.666Z Checking serde_spanned v1.0.4
22532026-04-10T21:53:28.727Z Checking toml_writer v1.0.6+spec-1.1.0
22542026-04-10T21:53:28.803Z Checking progenitor-client v0.13.0
22552026-04-10T21:53:28.856Z Checking rustls-webpki v0.102.8
22562026-04-10T21:53:28.898Z Checking serde_path_to_error v0.1.20
22572026-04-10T21:53:28.933Z Checking async-stream v0.3.6
22582026-04-10T21:53:29.079Z Checking waitgroup v0.1.2
22592026-04-10T21:53:29.112Z Checking rustls-pemfile v2.2.0
22602026-04-10T21:53:29.192Z Checking hostname v0.4.2
22612026-04-10T21:53:29.227Z Checking toml v0.9.12+spec-1.1.0
22622026-04-10T21:53:29.296Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-04-10T21:53:29.299Z Compiling parse-display-derive v0.10.0
22642026-04-10T21:53:29.362Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-04-10T21:53:29.394Z Checking itertools v0.14.0
22662026-04-10T21:53:29.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-04-10T21:53:29.530Z Checking macaddr v1.0.1
22682026-04-10T21:53:29.739Z Checking instant v0.1.13
22692026-04-10T21:53:29.825Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22702026-04-10T21:53:29.861Z Checking progenitor-client v0.10.0
22712026-04-10T21:53:29.864Z Checking backoff v0.4.0
22722026-04-10T21:53:29.942Z Checking backon v1.6.0
22732026-04-10T21:53:30.058Z Compiling test-strategy v0.4.5
22742026-04-10T21:53:30.095Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22752026-04-10T21:53:30.164Z Checking progenitor-extras v0.1.1
22762026-04-10T21:53:30.167Z Checking unicode-width v0.2.0
22772026-04-10T21:53:30.441Z Checking heck v0.5.0
22782026-04-10T21:53:30.445Z Compiling convert_case v0.4.0
22792026-04-10T21:53:30.510Z Checking half v2.7.1
22802026-04-10T21:53:30.585Z Checking ciborium-io v0.2.2
22812026-04-10T21:53:30.620Z Checking secrecy v0.10.3
22822026-04-10T21:53:30.705Z Checking indent_write v2.2.0
22832026-04-10T21:53:30.708Z Checking tokio-rustls v0.25.0
22842026-04-10T21:53:30.773Z Checking universal-hash v0.5.1
22852026-04-10T21:53:30.808Z Checking ciborium-ll v0.2.2
22862026-04-10T21:53:30.866Z Compiling unsafe-libyaml v0.2.11
22872026-04-10T21:53:30.902Z Compiling derive_more v0.99.20
22882026-04-10T21:53:30.935Z Checking opaque-debug v0.3.1
22892026-04-10T21:53:31.013Z Checking ciborium v0.2.2
22902026-04-10T21:53:31.016Z Checking parse-display v0.10.0
22912026-04-10T21:53:31.049Z Checking camino-tempfile v1.4.1
22922026-04-10T21:53:31.224Z Compiling crucible-workspace-hack v0.1.0
22932026-04-10T21:53:31.265Z Checking aead v0.5.2
22942026-04-10T21:53:31.428Z Compiling serde_yaml v0.9.34+deprecated
22952026-04-10T21:53:31.496Z Checking poly1305 v0.8.0
22962026-04-10T21:53:31.574Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22972026-04-10T21:53:31.631Z Compiling typify-impl v0.6.1
22982026-04-10T21:53:31.666Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992026-04-10T21:53:31.780Z Checking chacha20 v0.9.1
23002026-04-10T21:53:32.015Z Compiling thiserror-impl-no-std v2.0.2
23012026-04-10T21:53:32.019Z Checking swrite v0.1.0
23022026-04-10T21:53:32.167Z Checking password-hash v0.5.0
23032026-04-10T21:53:32.487Z Checking blake2 v0.10.6
23042026-04-10T21:53:32.772Z Checking argon2 v0.5.3
23052026-04-10T21:53:32.891Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062026-04-10T21:53:32.937Z Checking chacha20poly1305 v0.10.1
23072026-04-10T21:53:33.097Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23082026-04-10T21:53:33.147Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-04-10T21:53:33.238Z Checking byte-wrapper v0.1.0
23102026-04-10T21:53:33.273Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23112026-04-10T21:53:33.306Z Checking thiserror-no-std v2.0.2
23122026-04-10T21:53:33.407Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23132026-04-10T21:53:33.442Z Checking vsss-rs v3.3.4
23142026-04-10T21:53:33.477Z Checking crossbeam-deque v0.8.6
23152026-04-10T21:53:33.545Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23162026-04-10T21:53:33.548Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23172026-04-10T21:53:33.649Z Compiling rayon-core v1.13.0
23182026-04-10T21:53:33.717Z Checking toml v0.8.23
23192026-04-10T21:53:34.062Z Compiling proc-macro-error v1.0.4
23202026-04-10T21:53:34.252Z Checking rayon v1.11.0
23212026-04-10T21:53:34.295Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-04-10T21:53:34.397Z Checking unicode-width v0.1.14
23232026-04-10T21:53:34.559Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-04-10T21:53:34.680Z Checking glob v0.3.3
23252026-04-10T21:53:34.738Z Checking tabwriter v1.4.1
23262026-04-10T21:53:34.889Z Compiling proc-macro-crate v3.4.0
23272026-04-10T21:53:34.925Z Compiling heapless v0.8.0
23282026-04-10T21:53:35.028Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23292026-04-10T21:53:35.158Z Compiling ingot-macros v0.1.1
23302026-04-10T21:53:35.384Z Checking hash32 v0.3.1
23312026-04-10T21:53:35.436Z Compiling smoltcp v0.11.0
23322026-04-10T21:53:35.471Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-04-10T21:53:35.742Z Checking cobs v0.3.0
23342026-04-10T21:53:35.745Z Compiling usdt-attr-macro v0.5.0
23352026-04-10T21:53:35.811Z Compiling usdt-macro v0.5.0
23362026-04-10T21:53:35.885Z Checking memmap v0.7.0
23372026-04-10T21:53:35.922Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-04-10T21:53:35.955Z Checking colored v3.1.1
23392026-04-10T21:53:36.164Z Compiling typify-macro v0.6.1
23402026-04-10T21:53:36.196Z Checking postcard v1.1.3
23412026-04-10T21:53:36.228Z Compiling num_enum_derive v0.7.5
23422026-04-10T21:53:36.514Z Compiling proc-macro-crate v1.3.1
23432026-04-10T21:53:36.574Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-04-10T21:53:36.609Z Checking usdt v0.5.0
23452026-04-10T21:53:36.809Z Checking sigpipe v0.1.3
23462026-04-10T21:53:36.843Z Compiling foreign-types-macros v0.2.3
23472026-04-10T21:53:36.921Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23482026-04-10T21:53:36.957Z Checking cpufeatures v0.3.0
23492026-04-10T21:53:37.060Z Checking foreign-types-shared v0.3.1
23502026-04-10T21:53:37.187Z Checking chacha20 v0.10.0
23512026-04-10T21:53:37.232Z Compiling num_enum_derive v0.5.11
23522026-04-10T21:53:37.299Z Checking num_enum v0.7.5
23532026-04-10T21:53:37.470Z Checking cstr-argument v0.1.2
23542026-04-10T21:53:37.504Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-04-10T21:53:37.537Z Checking foreign-types v0.5.0
23562026-04-10T21:53:37.571Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23572026-04-10T21:53:37.622Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-04-10T21:53:37.657Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-04-10T21:53:37.874Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23602026-04-10T21:53:37.919Z Checking rand v0.10.0
23612026-04-10T21:53:37.952Z Checking ingot-types v0.1.2
23622026-04-10T21:53:37.956Z Compiling typify v0.6.1
23632026-04-10T21:53:38.052Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23642026-04-10T21:53:38.085Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23652026-04-10T21:53:38.119Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-04-10T21:53:38.152Z Compiling progenitor-impl v0.13.0
23672026-04-10T21:53:38.219Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-04-10T21:53:38.300Z Checking num_enum v0.5.11
23692026-04-10T21:53:38.335Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23702026-04-10T21:53:38.370Z Checking ingot v0.1.1
23712026-04-10T21:53:38.373Z Compiling zone_cfg_derive v0.3.1
23722026-04-10T21:53:38.468Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23732026-04-10T21:53:38.667Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23742026-04-10T21:53:38.702Z Checking itertools v0.12.1
23752026-04-10T21:53:38.873Z Compiling num-derive v0.4.2
23762026-04-10T21:53:39.066Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23772026-04-10T21:53:39.069Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23782026-04-10T21:53:39.275Z Checking smf v0.2.3
23792026-04-10T21:53:39.384Z Checking whoami v1.6.1
23802026-04-10T21:53:39.454Z Checking tokio-dtrace v0.1.1
23812026-04-10T21:53:39.567Z Compiling derive-where v1.6.0
23822026-04-10T21:53:39.602Z Checking console v0.15.11
23832026-04-10T21:53:39.663Z Checking oxide-tokio-rt v0.1.3
23842026-04-10T21:53:39.722Z Checking zone v0.3.1
23852026-04-10T21:53:39.804Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23862026-04-10T21:53:39.858Z Checking atomicwrites v0.4.4
23872026-04-10T21:53:39.899Z Checking newline-converter v0.3.0
23882026-04-10T21:53:40.008Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23892026-04-10T21:53:40.043Z Checking bytecount v0.6.9
23902026-04-10T21:53:40.046Z Checking expectorate v1.2.0
23912026-04-10T21:53:40.108Z Compiling owo-colors v4.3.0
23922026-04-10T21:53:40.113Z Compiling cancel-safe-futures v0.1.5
23932026-04-10T21:53:40.195Z Checking libsw-core v0.3.2
23942026-04-10T21:53:40.231Z Compiling prettyplease v0.2.37
23952026-04-10T21:53:40.366Z Checking libsw v3.5.0
23962026-04-10T21:53:40.553Z Checking linear-map v1.2.0
23972026-04-10T21:53:40.620Z Checking same-file v1.0.6
23982026-04-10T21:53:40.700Z Checking num-rational v0.4.2
23992026-04-10T21:53:40.753Z Checking num-complex v0.4.6
24002026-04-10T21:53:40.787Z Checking walkdir v2.5.0
24012026-04-10T21:53:40.820Z Compiling progenitor-macro v0.13.0
24022026-04-10T21:53:40.884Z Checking float-ord v0.3.2
24032026-04-10T21:53:40.974Z Checking gethostname v0.5.0
24042026-04-10T21:53:41.006Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24052026-04-10T21:53:41.039Z Compiling async-recursion v1.1.1
24062026-04-10T21:53:41.088Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-04-10T21:53:41.122Z Checking num v0.4.3
24082026-04-10T21:53:41.158Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-10T21:53:41.191Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-04-10T21:53:41.764Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24112026-04-10T21:53:42.139Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-04-10T21:53:42.780Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24132026-04-10T21:53:44.521Z Checking smawk v0.3.2
24142026-04-10T21:53:44.586Z Checking resolv-conf v0.7.6
24152026-04-10T21:53:44.683Z Checking unicode-linebreak v0.1.5
24162026-04-10T21:53:44.792Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-04-10T21:53:44.922Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24182026-04-10T21:53:45.096Z Checking globset v0.4.18
24192026-04-10T21:53:45.388Z Compiling convert_case v0.10.0
24202026-04-10T21:53:45.514Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24212026-04-10T21:53:45.728Z Compiling slog-dtrace v0.3.0
24222026-04-10T21:53:45.763Z Compiling derive_more-impl v2.1.1
24232026-04-10T21:53:45.814Z Checking progenitor v0.13.0
24242026-04-10T21:53:46.025Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24252026-04-10T21:53:46.211Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24262026-04-10T21:53:46.348Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24272026-04-10T21:53:46.383Z Compiling pin-project-internal v1.1.11
24282026-04-10T21:53:46.825Z Checking derive_more v2.1.1
24292026-04-10T21:53:46.886Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24302026-04-10T21:53:46.936Z Checking crossterm v0.29.0
24312026-04-10T21:53:47.014Z Checking pem v3.0.6
24322026-04-10T21:53:47.130Z Checking fd-lock v4.0.4
24332026-04-10T21:53:47.211Z Checking vte v0.14.1
24342026-04-10T21:53:47.284Z Checking display-error-chain v0.2.2
24352026-04-10T21:53:47.414Z Checking strip-ansi-escapes v0.2.1
24362026-04-10T21:53:47.466Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-04-10T21:53:47.530Z Compiling snafu-derive v0.8.9
24382026-04-10T21:53:47.564Z Checking linked-hash-map v0.5.6
24392026-04-10T21:53:47.568Z Checking pin-project v1.1.11
24402026-04-10T21:53:47.630Z Checking termtree v0.5.1
24412026-04-10T21:53:47.723Z Checking nu-ansi-term v0.50.3
24422026-04-10T21:53:47.765Z Checking lru-cache v0.1.2
24432026-04-10T21:53:47.800Z Checking textwrap v0.16.2
24442026-04-10T21:53:47.917Z Checking olpc-cjson v0.1.4
24452026-04-10T21:53:47.963Z Checking reedline v0.40.0
24462026-04-10T21:53:48.047Z Checking hickory-proto v0.24.4
24472026-04-10T21:53:48.091Z Checking serde_plain v1.0.2
24482026-04-10T21:53:48.275Z Compiling minimal-lexical v0.2.1
24492026-04-10T21:53:48.457Z Checking typed-path v0.9.3
24502026-04-10T21:53:48.558Z Compiling nom v7.1.3
24512026-04-10T21:53:48.593Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24522026-04-10T21:53:49.145Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24532026-04-10T21:53:49.183Z Compiling ar_archive_writer v0.5.1
24542026-04-10T21:53:49.186Z Checking humantime v2.3.0
24552026-04-10T21:53:49.258Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24562026-04-10T21:53:49.429Z Checking csv-core v0.1.13
24572026-04-10T21:53:49.469Z Checking snafu v0.8.9
24582026-04-10T21:53:49.634Z Checking csv v1.4.0
24592026-04-10T21:53:49.735Z Checking tough v0.20.0
24602026-04-10T21:53:49.738Z Compiling stacker v0.1.23
24612026-04-10T21:53:49.803Z Checking highway v1.3.0
24622026-04-10T21:53:49.862Z Checking hickory-resolver v0.24.4
24632026-04-10T21:53:49.897Z Compiling cfg_aliases v0.1.1
24642026-04-10T21:53:50.004Z Compiling nix v0.28.0
24652026-04-10T21:53:50.038Z Checking papergrid v0.11.0
24662026-04-10T21:53:50.071Z Compiling psm v0.1.30
24672026-04-10T21:53:50.074Z Compiling tabled_derive v0.7.0
24682026-04-10T21:53:50.175Z Checking nibble_vec v0.1.0
24692026-04-10T21:53:50.330Z Checking endian-type v0.1.2
24702026-04-10T21:53:50.374Z Checking home v0.5.12
24712026-04-10T21:53:50.490Z Checking radix_trie v0.2.1
24722026-04-10T21:53:50.569Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-04-10T21:53:50.635Z Checking qorb v0.4.1
24742026-04-10T21:53:50.668Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24752026-04-10T21:53:50.734Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24762026-04-10T21:53:50.989Z Checking phf_shared v0.12.1
24772026-04-10T21:53:52.113Z Checking tabled v0.15.0
24782026-04-10T21:53:52.117Z Compiling recursive-proc-macro-impl v0.1.1
24792026-04-10T21:53:52.117Z Compiling chrono-tz v0.10.4
24802026-04-10T21:53:52.117Z Compiling semver v0.1.20
24812026-04-10T21:53:52.117Z Checking phf v0.12.1
24822026-04-10T21:53:52.117Z Compiling rustc_version v0.1.7
24832026-04-10T21:53:52.117Z Checking recursive v0.1.1
24842026-04-10T21:53:52.117Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24852026-04-10T21:53:52.117Z Compiling const_format_proc_macros v0.2.34
24862026-04-10T21:53:52.117Z Compiling peg-macros v0.8.5
24872026-04-10T21:53:52.117Z Checking winnow v0.6.26
24882026-04-10T21:53:52.117Z Compiling sqlparser_derive v0.5.0
24892026-04-10T21:53:52.539Z Checking unicode_categories v0.1.1
24902026-04-10T21:53:52.607Z Checking const_format v0.2.35
24912026-04-10T21:53:52.639Z Checking sqlparser v0.61.0
24922026-04-10T21:53:52.770Z Checking rustyline v14.0.0
24932026-04-10T21:53:52.918Z Compiling newtype_derive v0.1.6
24942026-04-10T21:53:53.005Z Checking sqlformat v0.3.5
24952026-04-10T21:53:53.185Z Checking peg v0.8.5
24962026-04-10T21:53:53.289Z Checking bcs v0.1.6
24972026-04-10T21:53:53.509Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24982026-04-10T21:53:53.587Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24992026-04-10T21:53:53.656Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25002026-04-10T21:53:53.692Z Checking steno v0.4.1
25012026-04-10T21:53:53.727Z Checking filetime v0.2.27
25022026-04-10T21:53:53.896Z Checking xattr v1.6.1
25032026-04-10T21:53:53.942Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25042026-04-10T21:53:54.058Z Checking tar v0.4.45
25052026-04-10T21:53:54.367Z Checking subprocess v0.2.15
25062026-04-10T21:53:54.471Z Checking base64 v0.21.7
25072026-04-10T21:53:54.678Z Checking headers-core v0.3.0
25082026-04-10T21:53:54.722Z Checking yasna v0.5.2
25092026-04-10T21:53:54.757Z Checking dropshot-api-manager-types v0.6.0
25102026-04-10T21:53:54.814Z Checking headers v0.4.1
25112026-04-10T21:53:54.952Z Checking tagptr v0.2.0
25122026-04-10T21:53:55.124Z Checking moka v0.12.13
25132026-04-10T21:53:55.158Z Checking rcgen v0.12.1
25142026-04-10T21:53:55.303Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25152026-04-10T21:53:55.499Z Checking utf-8 v0.7.6
25162026-04-10T21:53:55.535Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25172026-04-10T21:53:55.591Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25182026-04-10T21:53:55.665Z Compiling libefi-sys v0.1.0
25192026-04-10T21:53:55.709Z Compiling radium v0.7.0
25202026-04-10T21:53:55.789Z Checking hickory-resolver v0.25.2
25212026-04-10T21:53:55.923Z Compiling bitfield-struct v0.6.2
25222026-04-10T21:53:56.063Z Compiling maybe-uninit v2.0.0
25232026-04-10T21:53:56.097Z Checking tap v1.0.1
25242026-04-10T21:53:56.132Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25252026-04-10T21:53:56.231Z Checking wyz v0.5.1
25262026-04-10T21:53:56.518Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25272026-04-10T21:53:56.578Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-04-10T21:53:56.642Z Compiling zerocopy-derive v0.6.6
25292026-04-10T21:53:56.675Z Compiling packed_struct v0.10.1
25302026-04-10T21:53:56.843Z Checking crc-catalog v2.4.0
25312026-04-10T21:53:56.948Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25322026-04-10T21:53:56.981Z Checking funty v2.0.0
25332026-04-10T21:53:57.014Z Checking crc v3.4.0
25342026-04-10T21:53:57.053Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25352026-04-10T21:53:57.270Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25362026-04-10T21:53:57.349Z Checking bitvec v1.0.1
25372026-04-10T21:53:57.415Z Checking tungstenite v0.21.0
25382026-04-10T21:53:57.492Z Compiling packed_struct_codegen v0.10.1
25392026-04-10T21:53:57.545Z Checking zerocopy v0.6.6
25402026-04-10T21:53:57.579Z Compiling bitfield-macros v0.19.4
25412026-04-10T21:53:57.582Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25422026-04-10T21:53:57.865Z Compiling indexmap v1.9.3
25432026-04-10T21:53:57.868Z Checking nodrop v0.1.14
25442026-04-10T21:53:58.022Z Checking array-init v0.0.4
25452026-04-10T21:53:58.140Z Checking tokio-tungstenite v0.21.0
25462026-04-10T21:53:58.326Z Checking bitfield v0.19.4
25472026-04-10T21:53:58.361Z Checking smallvec v0.6.14
25482026-04-10T21:53:58.453Z Checking hashbrown v0.12.3
25492026-04-10T21:53:58.580Z Checking serde-hex v0.1.0
25502026-04-10T21:53:58.618Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-04-10T21:53:58.651Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25522026-04-10T21:53:58.805Z Checking ron v0.8.1
25532026-04-10T21:53:59.201Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-04-10T21:53:59.247Z Checking hashbrown v0.13.2
25552026-04-10T21:53:59.349Z Checking crc-any v2.5.0
25562026-04-10T21:53:59.476Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25572026-04-10T21:53:59.569Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25582026-04-10T21:53:59.653Z Checking path-slash v0.1.5
25592026-04-10T21:53:59.686Z Compiling xshell-macros v0.2.7
25602026-04-10T21:53:59.719Z Checking object v0.30.4
25612026-04-10T21:53:59.757Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25622026-04-10T21:53:59.791Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25632026-04-10T21:54:00.079Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25642026-04-10T21:54:00.110Z Checking xshell v0.2.7
25652026-04-10T21:54:00.191Z Checking half v1.8.3
25662026-04-10T21:54:00.327Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25672026-04-10T21:54:00.413Z Checking serde_cbor v0.11.2
25682026-04-10T21:54:00.748Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25692026-04-10T21:54:00.984Z Compiling num-derive v0.3.3
25702026-04-10T21:54:01.017Z Compiling proc-macro-error-attr2 v2.0.0
25712026-04-10T21:54:01.097Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25722026-04-10T21:54:01.132Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25732026-04-10T21:54:01.312Z Checking papergrid v0.17.0
25742026-04-10T21:54:01.429Z Compiling proc-macro-error2 v2.0.1
25752026-04-10T21:54:01.769Z Compiling tabled_derive v0.11.0
25762026-04-10T21:54:01.812Z Checking testing_table v0.3.0
25772026-04-10T21:54:01.888Z Checking libscf-sys v1.1.0
25782026-04-10T21:54:01.938Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25792026-04-10T21:54:02.049Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25802026-04-10T21:54:02.127Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25812026-04-10T21:54:02.280Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25822026-04-10T21:54:02.502Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25832026-04-10T21:54:02.591Z Checking maplit v1.0.2
25842026-04-10T21:54:02.706Z Checking fxhash v0.2.1
25852026-04-10T21:54:02.818Z Checking crc8 v0.1.1
25862026-04-10T21:54:02.857Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25872026-04-10T21:54:02.889Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-04-10T21:54:02.944Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25892026-04-10T21:54:02.988Z Checking tabled v0.20.0
25902026-04-10T21:54:03.110Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25912026-04-10T21:54:03.470Z Checking unicase v2.9.0
25922026-04-10T21:54:03.663Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25932026-04-10T21:54:03.726Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25942026-04-10T21:54:03.918Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25952026-04-10T21:54:04.003Z Checking kstat-rs v0.2.4
25962026-04-10T21:54:04.224Z Compiling diesel_derives v2.3.7
25972026-04-10T21:54:04.261Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25982026-04-10T21:54:04.295Z Compiling typify-impl v0.4.3
25992026-04-10T21:54:04.475Z Checking scheduled-thread-pool v0.2.7
26002026-04-10T21:54:04.542Z Compiling dsl_auto_type v0.2.0
26012026-04-10T21:54:04.652Z Checking arc-swap v1.8.2
26022026-04-10T21:54:04.906Z Compiling vergen-gitcl v1.0.8
26032026-04-10T21:54:05.049Z Compiling diesel_table_macro_syntax v0.3.0
26042026-04-10T21:54:05.120Z Compiling parking_lot_core v0.8.6
26052026-04-10T21:54:05.198Z Checking slog-scope v4.4.1
26062026-04-10T21:54:05.201Z Checking r2d2 v0.8.10
26072026-04-10T21:54:05.395Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26082026-04-10T21:54:05.461Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26092026-04-10T21:54:05.712Z Compiling git-stub v1.0.0
26102026-04-10T21:54:05.809Z Checking downcast-rs v2.0.2
26112026-04-10T21:54:05.942Z Compiling git-stub-vcs v0.1.0
26122026-04-10T21:54:06.158Z Checking slog-stdlog v4.1.1
26132026-04-10T21:54:06.311Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26142026-04-10T21:54:06.345Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26152026-04-10T21:54:06.378Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-04-10T21:54:06.659Z Checking slog-envlogger v2.2.0
26172026-04-10T21:54:06.826Z Checking parking_lot v0.11.2
26182026-04-10T21:54:06.858Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26192026-04-10T21:54:06.890Z Checking prefix-trie v0.7.0
26202026-04-10T21:54:07.049Z Checking sled v0.34.7
26212026-04-10T21:54:07.158Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26222026-04-10T21:54:07.190Z Checking nanorand v0.7.0
26232026-04-10T21:54:07.260Z Checking hickory-server v0.25.2
26242026-04-10T21:54:07.354Z Compiling dirs-sys-next v0.1.2
26252026-04-10T21:54:07.442Z Compiling crunchy v0.2.4
26262026-04-10T21:54:07.674Z Compiling dirs-next v2.0.0
26272026-04-10T21:54:07.781Z Checking flume v0.11.1
26282026-04-10T21:54:07.823Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26292026-04-10T21:54:07.827Z Compiling clang-sys v1.8.1
26302026-04-10T21:54:07.906Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26312026-04-10T21:54:08.051Z Compiling tiny-keccak v2.0.2
26322026-04-10T21:54:08.350Z Compiling term v0.7.0
26332026-04-10T21:54:08.352Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26342026-04-10T21:54:08.445Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26352026-04-10T21:54:08.738Z Compiling typify-macro v0.4.3
26362026-04-10T21:54:08.775Z Compiling bit-vec v0.6.3
26372026-04-10T21:54:08.934Z Compiling salty v0.3.0
26382026-04-10T21:54:09.019Z Compiling bit-set v0.5.3
26392026-04-10T21:54:09.231Z Compiling ascii-canvas v3.0.0
26402026-04-10T21:54:09.322Z Checking primeorder v0.13.6
26412026-04-10T21:54:09.503Z Compiling itertools v0.10.5
26422026-04-10T21:54:09.590Z Compiling ena v0.14.4
26432026-04-10T21:54:09.678Z Compiling libloading v0.8.9
26442026-04-10T21:54:09.711Z Compiling fs-err v2.11.0
26452026-04-10T21:54:09.769Z Compiling regex-syntax v0.6.29
26462026-04-10T21:54:09.830Z Compiling diff v0.1.13
26472026-04-10T21:54:09.912Z Compiling bindgen v0.71.1
26482026-04-10T21:54:10.413Z Compiling cexpr v0.6.0
26492026-04-10T21:54:10.446Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26502026-04-10T21:54:10.448Z Compiling typify v0.4.3
26512026-04-10T21:54:10.535Z Checking diesel v2.3.7
26522026-04-10T21:54:10.613Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26532026-04-10T21:54:10.697Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26542026-04-10T21:54:11.091Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26552026-04-10T21:54:11.123Z Compiling lalrpop v0.19.12
26562026-04-10T21:54:11.167Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26572026-04-10T21:54:11.351Z Compiling libxml v0.3.3
26582026-04-10T21:54:11.389Z Checking parse-size v1.1.0
26592026-04-10T21:54:11.497Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26602026-04-10T21:54:11.646Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26612026-04-10T21:54:11.822Z Checking p384 v0.13.1
26622026-04-10T21:54:11.909Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26632026-04-10T21:54:12.274Z Compiling strum_macros v0.24.3
26642026-04-10T21:54:12.517Z Compiling indoc v1.0.9
26652026-04-10T21:54:12.983Z Checking assert_matches v1.5.0
26662026-04-10T21:54:13.699Z Compiling progenitor-impl v0.10.0
26672026-04-10T21:54:13.730Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26682026-04-10T21:54:13.817Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-04-10T21:54:14.039Z Checking predicates-tree v1.0.13
26702026-04-10T21:54:14.185Z Checking quick-xml v0.37.5
26712026-04-10T21:54:14.422Z Checking derive_builder v0.20.2
26722026-04-10T21:54:14.570Z Compiling oso-derive v0.27.3
26732026-04-10T21:54:14.698Z Compiling trait-variant v0.1.2
26742026-04-10T21:54:15.075Z Compiling impl-trait-for-tuples v0.2.3
26752026-04-10T21:54:15.106Z Checking openssl-probe v0.1.6
26762026-04-10T21:54:15.246Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26772026-04-10T21:54:15.278Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26782026-04-10T21:54:16.056Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26792026-04-10T21:54:16.285Z Compiling progenitor-macro v0.10.0
26802026-04-10T21:54:16.667Z Compiling progenitor-impl v0.11.2
26812026-04-10T21:54:16.736Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-04-10T21:54:17.582Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-04-10T21:54:18.691Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26842026-04-10T21:54:19.380Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26852026-04-10T21:54:19.414Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-04-10T21:54:19.944Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-04-10T21:54:20.219Z Checking toml v1.0.6+spec-1.1.0
26882026-04-10T21:54:20.427Z Compiling mime_guess v2.0.5
26892026-04-10T21:54:20.835Z Compiling progenitor-macro v0.11.2
26902026-04-10T21:54:21.214Z Checking progenitor v0.10.0
26912026-04-10T21:54:21.352Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922026-04-10T21:54:21.388Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26932026-04-10T21:54:21.721Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26942026-04-10T21:54:21.794Z Checking progenitor-client v0.11.2
26952026-04-10T21:54:21.952Z Checking http-range v0.1.5
26962026-04-10T21:54:22.066Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26972026-04-10T21:54:22.147Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26982026-04-10T21:54:22.192Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-04-10T21:54:22.324Z Checking ignore v0.4.25
27002026-04-10T21:54:22.793Z Checking atty v0.2.14
27012026-04-10T21:54:22.829Z Checking globwalk v0.9.1
27022026-04-10T21:54:23.092Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27032026-04-10T21:54:23.412Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27042026-04-10T21:54:23.653Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27052026-04-10T21:54:23.837Z Checking bb8 v0.8.6
27062026-04-10T21:54:23.880Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-04-10T21:54:24.140Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-04-10T21:54:24.305Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27092026-04-10T21:54:24.367Z Checking corncobs v0.1.4
27102026-04-10T21:54:24.527Z Checking compression-core v0.4.31
27112026-04-10T21:54:24.634Z Checking async-bb8-diesel v0.2.1
27122026-04-10T21:54:24.692Z Checking compression-codecs v0.4.37
27132026-04-10T21:54:24.895Z Checking diesel-dtrace v0.5.0
27142026-04-10T21:54:24.898Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-10T21:54:25.215Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27162026-04-10T21:54:25.258Z Checking hyper-staticfile v0.10.1
27172026-04-10T21:54:25.342Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-04-10T21:54:25.553Z Checking camino-tempfile-ext v0.3.3
27192026-04-10T21:54:25.586Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27202026-04-10T21:54:25.589Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27212026-04-10T21:54:25.751Z Checking progenitor v0.11.2
27222026-04-10T21:54:25.784Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-04-10T21:54:25.889Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27242026-04-10T21:54:25.921Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-04-10T21:54:25.997Z Checking signal-hook-tokio v0.3.1
27262026-04-10T21:54:26.154Z Checking secrecy v0.8.0
27272026-04-10T21:54:26.331Z Compiling dropshot v0.17.0
27282026-04-10T21:54:26.473Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27292026-04-10T21:54:26.794Z Checking async-compression v0.4.41
27302026-04-10T21:54:26.945Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27312026-04-10T21:54:27.082Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27322026-04-10T21:54:27.258Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27332026-04-10T21:54:27.479Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-04-10T21:54:27.692Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-04-10T21:54:27.858Z Compiling dropshot_endpoint v0.17.0
27362026-04-10T21:54:27.916Z Checking nonempty v0.12.0
27372026-04-10T21:54:28.111Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27382026-04-10T21:54:28.180Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27392026-04-10T21:54:28.355Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-04-10T21:54:28.552Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27412026-04-10T21:54:28.598Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27422026-04-10T21:54:28.632Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-04-10T21:54:28.970Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27442026-04-10T21:54:29.415Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452026-04-10T21:54:29.560Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27462026-04-10T21:54:29.707Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27472026-04-10T21:54:29.764Z Checking tungstenite v0.23.0
27482026-04-10T21:54:30.218Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27492026-04-10T21:54:30.406Z Checking tokio-tungstenite v0.23.1
27502026-04-10T21:54:30.707Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-04-10T21:54:31.090Z Checking rand_seeder v0.4.0
27522026-04-10T21:54:31.274Z Checking void v1.0.2
27532026-04-10T21:54:31.398Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27542026-04-10T21:54:31.431Z Checking lzss v0.8.2
27552026-04-10T21:54:31.531Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
27562026-04-10T21:54:31.648Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-04-10T21:54:31.813Z Checking nix v0.27.1
27582026-04-10T21:54:31.844Z Checking serde_bytes v0.11.19
27592026-04-10T21:54:32.061Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27602026-04-10T21:54:32.267Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27612026-04-10T21:54:32.341Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-04-10T21:54:32.640Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-04-10T21:54:33.221Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27642026-04-10T21:54:33.434Z Checking is_ci v1.2.0
27652026-04-10T21:54:33.469Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27662026-04-10T21:54:33.741Z Checking yansi v1.0.1
27672026-04-10T21:54:33.774Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-04-10T21:54:33.805Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27692026-04-10T21:54:34.046Z Checking pretty_assertions v1.4.1
27702026-04-10T21:54:34.104Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27712026-04-10T21:54:34.228Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722026-04-10T21:54:34.489Z Compiling darling_core v0.23.0
27732026-04-10T21:54:35.145Z Compiling indoc v2.0.7
27742026-04-10T21:54:35.439Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27752026-04-10T21:54:35.607Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27762026-04-10T21:54:35.640Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27772026-04-10T21:54:35.827Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-04-10T21:54:35.975Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-04-10T21:54:36.051Z Compiling instability v0.3.11
27802026-04-10T21:54:36.440Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-04-10T21:54:36.473Z Compiling libz-sys v1.1.24
27822026-04-10T21:54:36.665Z Checking castaway v0.2.4
27832026-04-10T21:54:36.820Z Checking compact_str v0.8.1
27842026-04-10T21:54:37.040Z Compiling darling_macro v0.23.0
27852026-04-10T21:54:37.222Z Checking supports-color v3.0.2
27862026-04-10T21:54:37.392Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27872026-04-10T21:54:37.578Z Compiling darling v0.23.0
27882026-04-10T21:54:37.619Z Checking unicode-truncate v1.1.0
27892026-04-10T21:54:37.734Z Checking console v0.16.2
27902026-04-10T21:54:37.804Z Checking lru v0.12.5
27912026-04-10T21:54:37.993Z Checking cassowary v0.3.0
27922026-04-10T21:54:38.074Z Checking unit-prefix v0.5.2
27932026-04-10T21:54:38.233Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-04-10T21:54:38.265Z Checking indicatif v0.18.4
27952026-04-10T21:54:38.296Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-04-10T21:54:38.435Z Checking ratatui v0.29.0
27972026-04-10T21:54:38.479Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-04-10T21:54:38.818Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27992026-04-10T21:54:39.757Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-04-10T21:54:39.961Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-04-10T21:54:40.030Z Compiling vergen-git2 v1.0.7
28022026-04-10T21:54:40.070Z Checking plotters-backend v0.3.7
28032026-04-10T21:54:40.230Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-04-10T21:54:40.299Z Checking plotters-svg v0.3.7
28052026-04-10T21:54:40.341Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-04-10T21:54:40.456Z Checking colored v2.2.0
28072026-04-10T21:54:40.490Z Checking shell-words v1.1.1
28082026-04-10T21:54:40.567Z Checking cast v0.3.0
28092026-04-10T21:54:40.644Z Compiling rustls v0.21.12
28102026-04-10T21:54:40.733Z Checking plotters v0.3.7
28112026-04-10T21:54:40.770Z Checking criterion-plot v0.6.0
28122026-04-10T21:54:40.948Z Checking typeid v1.0.3
28132026-04-10T21:54:41.046Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-10T21:54:41.083Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-04-10T21:54:41.314Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-04-10T21:54:41.499Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28172026-04-10T21:54:41.537Z Checking sct v0.7.1
28182026-04-10T21:54:41.702Z Checking rustls-webpki v0.101.7
28192026-04-10T21:54:41.961Z Checking tinytemplate v1.2.1
28202026-04-10T21:54:41.994Z Compiling nix v0.29.0
28212026-04-10T21:54:42.073Z Checking anes v0.1.6
28222026-04-10T21:54:42.208Z Checking hex-literal v0.4.1
28232026-04-10T21:54:42.302Z Checking oorandom v11.1.5
28242026-04-10T21:54:42.475Z Checking criterion v0.7.0
28252026-04-10T21:54:42.518Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-04-10T21:54:43.782Z Checking erased-serde v0.4.9
28272026-04-10T21:54:43.815Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28282026-04-10T21:54:44.163Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28292026-04-10T21:54:44.573Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28302026-04-10T21:54:44.951Z Checking ordered-float v2.10.1
28312026-04-10T21:54:45.218Z Checking serde-value v0.7.0
28322026-04-10T21:54:45.459Z Checking serde-untagged v0.1.9
28332026-04-10T21:54:45.685Z Checking tokio-rustls v0.24.1
28342026-04-10T21:54:46.190Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-04-10T21:54:47.009Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-04-10T21:54:47.240Z Checking rustls-pemfile v1.0.4
28372026-04-10T21:54:47.419Z Checking twox-hash v2.1.2
28382026-04-10T21:54:47.555Z Checking unicode-xid v0.2.6
28392026-04-10T21:54:47.703Z Checking cargo-util-schemas v0.8.2
28402026-04-10T21:54:47.790Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28412026-04-10T21:54:48.618Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28422026-04-10T21:54:48.798Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-04-10T21:54:48.984Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28442026-04-10T21:54:49.310Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28452026-04-10T21:54:49.504Z Checking fatfs v0.3.6
28462026-04-10T21:54:49.979Z Checking cargo-platform v0.2.0
28472026-04-10T21:54:50.202Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28482026-04-10T21:54:50.276Z Compiling petname v2.0.2
28492026-04-10T21:54:50.570Z Compiling seq-macro v0.3.6
28502026-04-10T21:54:50.949Z Checking cargo_metadata v0.21.0
28512026-04-10T21:54:51.100Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28522026-04-10T21:54:51.536Z Checking concurrent-queue v2.5.0
28532026-04-10T21:54:51.735Z Checking rtoolbox v0.0.3
28542026-04-10T21:54:51.753Z Checking futures-timer v3.0.3
28552026-04-10T21:54:51.872Z Checking parking v2.2.1
28562026-04-10T21:54:51.905Z Checking rpassword v7.4.0
28572026-04-10T21:54:52.021Z Checking event-listener v5.4.1
28582026-04-10T21:54:52.055Z Checking tui-tree-widget v0.23.1
28592026-04-10T21:54:52.267Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28602026-04-10T21:54:52.272Z Checking polyval v0.6.2
28612026-04-10T21:54:52.355Z Checking sapling-renderdag v0.1.0
28622026-04-10T21:54:52.469Z Checking sync-ptr v0.1.4
28632026-04-10T21:54:52.509Z Checking ghash v0.5.1
28642026-04-10T21:54:52.617Z Checking event-listener-strategy v0.5.4
28652026-04-10T21:54:52.657Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28662026-04-10T21:54:52.687Z Checking ctr v0.9.2
28672026-04-10T21:54:52.784Z Checking constant_time_eq v0.4.2
28682026-04-10T21:54:52.874Z Checking arrayref v0.3.9
28692026-04-10T21:54:52.907Z Checking arrayvec v0.7.6
28702026-04-10T21:54:52.953Z Checking aes-gcm v0.10.3
28712026-04-10T21:54:53.031Z Checking async-lock v3.4.2
28722026-04-10T21:54:53.123Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28732026-04-10T21:54:53.159Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28742026-04-10T21:54:53.257Z Compiling samael v0.0.19
28752026-04-10T21:54:53.444Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28762026-04-10T21:54:54.087Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28772026-04-10T21:54:54.128Z Checking ssh-encoding v0.2.0
28782026-04-10T21:54:54.342Z Checking blowfish v0.9.1
28792026-04-10T21:54:54.524Z Checking bcrypt-pbkdf v0.10.0
28802026-04-10T21:54:54.723Z Checking ssh-cipher v0.2.0
28812026-04-10T21:54:54.929Z Checking async-object-pool v0.2.0
28822026-04-10T21:54:55.070Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28832026-04-10T21:54:55.296Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28842026-04-10T21:54:55.389Z Checking serde_regex v1.1.0
28852026-04-10T21:54:55.579Z Checking password-hash v0.4.2
28862026-04-10T21:54:55.742Z Checking assert-json-diff v2.0.2
28872026-04-10T21:54:55.829Z Checking path-tree v0.8.3
28882026-04-10T21:54:55.942Z Compiling target-lexicon v0.13.3
28892026-04-10T21:54:55.976Z Checking stringmetrics v2.2.2
28902026-04-10T21:54:56.047Z Checking gimli v0.32.3
28912026-04-10T21:54:56.154Z Checking httpmock v0.8.3
28922026-04-10T21:54:56.524Z Checking pbkdf2 v0.11.0
28932026-04-10T21:54:56.718Z Checking ssh-key v0.6.7
28942026-04-10T21:54:57.589Z Checking addr2line v0.25.1
28952026-04-10T21:54:57.834Z Checking p256 v0.13.2
28962026-04-10T21:54:57.893Z Checking p521 v0.13.3
28972026-04-10T21:54:58.122Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28982026-04-10T21:54:58.351Z Checking russh-cryptovec v0.7.3
28992026-04-10T21:54:58.386Z Compiling guppy-workspace-hack v0.1.0
29002026-04-10T21:54:58.521Z Checking md5 v0.7.0
29012026-04-10T21:54:58.554Z Checking rustc-demangle v0.1.27
29022026-04-10T21:54:58.732Z Checking russh-keys v0.45.0
29032026-04-10T21:54:58.816Z Checking backtrace v0.3.76
29042026-04-10T21:54:58.907Z Checking num-bigint v0.4.6
29052026-04-10T21:54:59.151Z Checking des v0.8.1
29062026-04-10T21:54:59.361Z Compiling blake3 v1.8.3
29072026-04-10T21:54:59.395Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-04-10T21:54:59.483Z Compiling target-spec v3.5.7
29092026-04-10T21:54:59.828Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-04-10T21:54:59.903Z Checking russh v0.45.0
29112026-04-10T21:54:59.997Z Checking backtrace-ext v0.2.1
29122026-04-10T21:55:00.134Z Checking cfg-expr v0.20.6
29132026-04-10T21:55:00.328Z Checking supports-color v2.1.0
29142026-04-10T21:55:00.469Z Checking textwrap v0.15.2
29152026-04-10T21:55:00.501Z Checking supports-hyperlinks v2.1.0
29162026-04-10T21:55:00.541Z Checking supports-unicode v2.1.0
29172026-04-10T21:55:00.652Z Checking hashbrown v0.14.5
29182026-04-10T21:55:00.684Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29192026-04-10T21:55:00.715Z Checking cargo-platform v0.3.2
29202026-04-10T21:55:00.918Z Checking terminal_size v0.1.17
29212026-04-10T21:55:00.946Z Compiling miette-derive v5.10.0
29222026-04-10T21:55:01.053Z Checking internet-checksum v0.2.1
29232026-04-10T21:55:01.165Z Checking owo-colors v3.5.0
29242026-04-10T21:55:01.206Z Checking chumsky v0.9.3
29252026-04-10T21:55:01.731Z Checking cargo_metadata v0.23.1
29262026-04-10T21:55:02.098Z Checking miette v5.10.0
29272026-04-10T21:55:02.379Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29282026-04-10T21:55:02.507Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29292026-04-10T21:55:02.545Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29302026-04-10T21:55:02.621Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29312026-04-10T21:55:02.871Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29322026-04-10T21:55:02.905Z Compiling knuffel-derive v3.2.0
29332026-04-10T21:55:03.295Z Checking httptest v0.16.4
29342026-04-10T21:55:03.330Z Checking pathdiff v0.2.3
29352026-04-10T21:55:03.467Z Checking nested v0.1.1
29362026-04-10T21:55:03.636Z Checking topological-sort v0.2.2
29372026-04-10T21:55:03.690Z Checking guppy v0.17.25
29382026-04-10T21:55:03.724Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-04-10T21:55:03.807Z Checking omicron-zone-package v0.12.2
29402026-04-10T21:55:03.963Z Checking similar-asserts v1.7.0
29412026-04-10T21:55:04.143Z Compiling rstest_macros v0.25.0
29422026-04-10T21:55:04.391Z Checking knuffel v3.2.0
29432026-04-10T21:55:04.456Z Compiling target-triple v1.0.0
29442026-04-10T21:55:04.649Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-04-10T21:55:04.717Z Compiling git2 v0.20.4
29462026-04-10T21:55:04.815Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29472026-04-10T21:55:04.857Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29482026-04-10T21:55:04.888Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-04-10T21:55:05.047Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-04-10T21:55:05.112Z Checking hickory-client v0.25.2
29512026-04-10T21:55:05.418Z Checking tokio-test v0.4.5
29522026-04-10T21:55:05.660Z Compiling assert_cmd v2.1.2
29532026-04-10T21:55:05.710Z Compiling relative-path v1.9.3
29542026-04-10T21:55:05.942Z Checking escape8259 v0.5.3
29552026-04-10T21:55:06.112Z Checking libtest-mimic v0.8.1
29562026-04-10T21:55:06.578Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29572026-04-10T21:55:06.612Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29582026-04-10T21:55:06.714Z Checking blake2b_simd v1.0.4
29592026-04-10T21:55:07.287Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29602026-04-10T21:55:07.725Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29612026-04-10T21:55:07.786Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29622026-04-10T21:55:08.098Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29632026-04-10T21:55:08.190Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-04-10T21:55:08.325Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29652026-04-10T21:55:08.417Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29662026-04-10T21:55:08.650Z Checking fancy-regex v0.14.0
29672026-04-10T21:55:08.877Z Compiling polar-core v0.27.3
29682026-04-10T21:55:08.941Z Checking serde_tokenstream v0.2.3
29692026-04-10T21:55:09.045Z Checking uzers v0.12.2
29702026-04-10T21:55:09.186Z Compiling linkme-impl v0.3.35
29712026-04-10T21:55:09.294Z Checking termcolor v1.4.1
29722026-04-10T21:55:09.506Z Checking constant_time_eq v0.3.1
29732026-04-10T21:55:09.543Z Checking trybuild v1.0.116
29742026-04-10T21:55:09.611Z Checking rstest v0.25.0
29752026-04-10T21:55:09.641Z Checking rust-argon2 v2.1.0
29762026-04-10T21:55:09.867Z Checking datatest-stable v0.3.3
29772026-04-10T21:55:10.229Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29782026-04-10T21:55:10.293Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-04-10T21:55:10.524Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29802026-04-10T21:55:10.575Z Checking support-bundle-viewer v0.1.2
29812026-04-10T21:55:10.865Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-04-10T21:55:11.089Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-04-10T21:55:11.236Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29842026-04-10T21:55:11.317Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29852026-04-10T21:55:11.467Z Checking drift v0.1.3
29862026-04-10T21:55:11.562Z Checking rand_distr v0.5.1
29872026-04-10T21:55:11.799Z Checking multimap v0.10.1
29882026-04-10T21:55:12.018Z Checking approx v0.5.1
29892026-04-10T21:55:12.022Z Compiling linkme v0.3.35
29902026-04-10T21:55:12.195Z Checking dropshot-api-manager v0.6.0
29912026-04-10T21:55:13.354Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29922026-04-10T21:55:13.605Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29932026-04-10T21:55:13.692Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29942026-04-10T21:55:13.751Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-04-10T21:55:13.891Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-04-10T21:55:13.924Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-04-10T21:55:13.983Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29982026-04-10T21:55:14.116Z Checking oso v0.27.3
29992026-04-10T21:55:14.296Z Checking partial-io v0.5.4
30002026-04-10T21:55:14.395Z Checking cargo_toml v0.21.0
30012026-04-10T21:55:14.427Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30022026-04-10T21:55:14.540Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30032026-04-10T21:55:14.656Z Checking termios v0.3.3
30042026-04-10T21:55:14.795Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30052026-04-10T21:55:15.010Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30062026-04-10T21:55:15.107Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30072026-04-10T21:55:15.242Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-04-10T21:55:19.898Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30092026-04-10T21:55:23.009Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-04-10T21:55:23.953Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30112026-04-10T21:55:26.747Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30122026-04-10T21:55:30.016Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30132026-04-10T21:55:35.838Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30142026-04-10T21:55:38.520Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30152026-04-10T21:55:39.835Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30162026-04-10T21:55:39.948Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30172026-04-10T21:55:40.131Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30182026-04-10T21:55:49.473Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30192026-04-10T21:57:03.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30202026-04-10T21:57:04.080Z
30212026-04-10T21:57:04.080Zreal 4:01.291073055
30222026-04-10T21:57:04.080Zuser 20:31.690555744
30232026-04-10T21:57:04.080Zsys 4:42.846254642
30242026-04-10T21:57:04.084Ztrap 0.493495140
30252026-04-10T21:57:04.084Ztflt 0.048856092
30262026-04-10T21:57:04.084Zdflt 0.128419345
30272026-04-10T21:57:04.084Zkflt 0.000932995
30282026-04-10T21:57:04.084Zlock 56:27.578185577
30292026-04-10T21:57:04.084Zslp 56:18.431487997
30302026-04-10T21:57:04.084Zlat 1:50.140388592
30312026-04-10T21:57:04.084Zstop 10:31.500030080
30322026-04-10T21:57:04.084Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30332026-04-10T21:57:04.084Z+ ptime -m cargo doc --workspace --no-deps
30342026-04-10T21:57:04.944Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-04-10T21:57:04.944Z |
30362026-04-10T21:57:04.944Z = 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)`
30372026-04-10T21:57:04.944Z = 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>
30382026-04-10T21:57:05.868Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-04-10T21:57:06.094Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-04-10T21:57:06.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-04-10T21:57:06.197Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-04-10T21:57:06.265Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432026-04-10T21:57:06.365Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30442026-04-10T21:57:06.390Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-04-10T21:57:06.417Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-04-10T21:57:06.469Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-04-10T21:57:06.497Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30482026-04-10T21:57:06.666Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30492026-04-10T21:57:06.688Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30502026-04-10T21:57:06.709Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30512026-04-10T21:57:06.729Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30522026-04-10T21:57:06.749Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-04-10T21:57:06.771Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30542026-04-10T21:57:06.798Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-04-10T21:57:06.822Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-04-10T21:57:06.870Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30572026-04-10T21:57:06.873Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30582026-04-10T21:57:07.244Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30592026-04-10T21:57:07.422Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-04-10T21:57:07.451Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612026-04-10T21:57:07.567Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30622026-04-10T21:57:07.628Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30632026-04-10T21:57:07.676Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30642026-04-10T21:57:07.714Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30652026-04-10T21:57:07.865Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30662026-04-10T21:57:07.868Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30672026-04-10T21:57:07.974Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30682026-04-10T21:57:08.027Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30692026-04-10T21:57:08.161Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30702026-04-10T21:57:08.220Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30712026-04-10T21:57:08.244Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30722026-04-10T21:57:08.430Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30732026-04-10T21:57:08.478Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30742026-04-10T21:57:08.503Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30752026-04-10T21:57:08.726Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30762026-04-10T21:57:08.753Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30772026-04-10T21:57:08.777Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30782026-04-10T21:57:09.007Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30792026-04-10T21:57:09.068Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30802026-04-10T21:57:09.234Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30812026-04-10T21:57:09.311Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-04-10T21:57:09.335Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30832026-04-10T21:57:09.461Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30842026-04-10T21:57:09.499Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30852026-04-10T21:57:09.621Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30862026-04-10T21:57:09.690Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30872026-04-10T21:57:09.742Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-04-10T21:57:09.846Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30892026-04-10T21:57:09.872Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-04-10T21:57:09.895Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30912026-04-10T21:57:09.940Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-04-10T21:57:10.134Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30932026-04-10T21:57:10.155Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30942026-04-10T21:57:10.176Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30952026-04-10T21:57:10.224Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30962026-04-10T21:57:10.385Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30972026-04-10T21:57:10.408Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30982026-04-10T21:57:10.411Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30992026-04-10T21:57:10.584Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31002026-04-10T21:57:10.648Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31012026-04-10T21:57:10.671Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31022026-04-10T21:57:10.691Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31032026-04-10T21:57:10.713Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31042026-04-10T21:57:10.843Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31052026-04-10T21:57:10.869Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-04-10T21:57:11.022Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31072026-04-10T21:57:11.049Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-04-10T21:57:11.068Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-04-10T21:57:11.092Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-04-10T21:57:11.092Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31112026-04-10T21:57:11.536Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-04-10T21:57:12.301Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31132026-04-10T21:57:12.437Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31142026-04-10T21:57:12.531Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-04-10T21:57:12.880Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-04-10T21:57:12.913Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-10T21:57:12.988Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31182026-04-10T21:57:13.241Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-04-10T21:57:13.324Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-04-10T21:57:13.530Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-04-10T21:57:13.611Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-04-10T21:57:14.019Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232026-04-10T21:57:14.022Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-04-10T21:57:14.324Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-04-10T21:57:14.546Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-04-10T21:57:15.342Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31272026-04-10T21:57:15.371Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31282026-04-10T21:57:15.628Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31292026-04-10T21:57:15.933Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31302026-04-10T21:57:16.071Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31312026-04-10T21:57:16.298Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31322026-04-10T21:57:16.968Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31332026-04-10T21:57:17.009Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31342026-04-10T21:57:17.130Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31352026-04-10T21:57:17.219Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31362026-04-10T21:57:17.278Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31372026-04-10T21:57:17.344Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31382026-04-10T21:57:17.406Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31392026-04-10T21:57:17.546Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31402026-04-10T21:57:17.578Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31412026-04-10T21:57:17.627Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31422026-04-10T21:57:17.704Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31432026-04-10T21:57:17.931Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31442026-04-10T21:57:18.223Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
31452026-04-10T21:57:18.389Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-04-10T21:57:18.836Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31472026-04-10T21:57:19.685Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-04-10T21:57:19.835Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31492026-04-10T21:57:19.956Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-04-10T21:57:20.110Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-04-10T21:57:20.469Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-04-10T21:57:20.801Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-04-10T21:57:20.842Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31542026-04-10T21:57:21.076Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-04-10T21:57:21.411Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-04-10T21:57:21.618Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31572026-04-10T21:57:21.723Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31582026-04-10T21:57:21.861Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31592026-04-10T21:57:22.062Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602026-04-10T21:57:22.104Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-04-10T21:57:22.107Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-10T21:57:22.371Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-04-10T21:57:22.870Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-04-10T21:57:23.115Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-04-10T21:57:23.610Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-04-10T21:57:23.647Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31672026-04-10T21:57:24.043Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31682026-04-10T21:57:24.210Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-04-10T21:57:25.074Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-04-10T21:57:25.757Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31712026-04-10T21:57:25.800Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-04-10T21:57:26.118Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-04-10T21:57:26.317Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31742026-04-10T21:57:26.527Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31752026-04-10T21:57:26.807Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-04-10T21:57:27.121Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31772026-04-10T21:57:27.458Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31782026-04-10T21:57:27.637Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31792026-04-10T21:57:27.909Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31802026-04-10T21:57:27.970Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31812026-04-10T21:57:28.122Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31822026-04-10T21:57:28.240Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31832026-04-10T21:57:28.266Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-04-10T21:57:29.930Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-04-10T21:57:30.210Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-04-10T21:57:30.571Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-04-10T21:57:31.884Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31882026-04-10T21:57:31.936Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31892026-04-10T21:57:32.049Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-04-10T21:57:33.057Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31912026-04-10T21:57:33.523Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31922026-04-10T21:57:34.804Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31932026-04-10T21:57:35.790Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31942026-04-10T21:57:35.823Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31952026-04-10T21:57:36.064Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31962026-04-10T21:57:36.260Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31972026-04-10T21:57:36.413Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-04-10T21:57:37.057Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31992026-04-10T21:57:37.099Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32002026-04-10T21:57:37.510Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32012026-04-10T21:57:37.850Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32022026-04-10T21:57:37.903Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32032026-04-10T21:57:37.927Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32042026-04-10T21:57:38.668Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32052026-04-10T21:57:38.694Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-04-10T21:57:39.053Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32072026-04-10T21:57:39.097Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32082026-04-10T21:57:39.289Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32092026-04-10T21:57:39.633Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32102026-04-10T21:57:39.798Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32112026-04-10T21:57:39.984Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32122026-04-10T21:57:40.101Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32132026-04-10T21:57:40.341Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32142026-04-10T21:57:40.691Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-04-10T21:57:40.784Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32162026-04-10T21:57:41.426Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32172026-04-10T21:57:41.793Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32182026-04-10T21:57:42.116Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32192026-04-10T21:57:43.080Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-04-10T21:57:44.710Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-04-10T21:57:45.854Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-04-10T21:57:46.391Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32232026-04-10T21:57:46.852Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-04-10T21:57:48.152Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32252026-04-10T21:57:49.975Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32262026-04-10T21:57:50.444Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32272026-04-10T21:57:51.113Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32282026-04-10T21:57:52.121Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32292026-04-10T21:57:52.431Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32302026-04-10T21:57:54.037Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32312026-04-10T21:57:54.474Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-04-10T21:57:55.152Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-04-10T21:57:56.270Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32342026-04-10T21:57:56.313Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-04-10T21:57:56.814Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-04-10T21:57:57.660Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32372026-04-10T21:58:00.243Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-04-10T21:58:01.009Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-04-10T21:58:03.396Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-04-10T21:58:04.823Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32412026-04-10T21:58:05.930Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-04-10T21:58:06.607Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32432026-04-10T21:58:07.290Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-04-10T21:58:08.306Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32452026-04-10T21:58:08.852Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-04-10T21:58:10.065Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32472026-04-10T21:58:10.839Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-04-10T21:58:11.639Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-04-10T21:58:12.464Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32502026-04-10T21:58:12.488Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-04-10T21:58:13.296Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-04-10T21:58:14.163Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32532026-04-10T21:58:16.275Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32542026-04-10T21:58:17.072Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32552026-04-10T21:58:18.017Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32562026-04-10T21:58:19.260Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32572026-04-10T21:58:21.596Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32582026-04-10T21:58:21.731Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32592026-04-10T21:58:22.720Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32602026-04-10T21:58:23.834Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32612026-04-10T21:58:25.137Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32622026-04-10T21:58:26.433Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32632026-04-10T21:58:27.565Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32642026-04-10T21:58:31.396Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32652026-04-10T21:58:33.798Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32662026-04-10T21:58:34.461Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672026-04-10T21:58:35.908Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32682026-04-10T21:58:37.567Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32692026-04-10T21:58:39.016Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-04-10T21:58:40.409Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-04-10T21:58:42.222Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32722026-04-10T21:58:43.765Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32732026-04-10T21:58:47.392Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32742026-04-10T21:58:48.323Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32752026-04-10T21:58:49.115Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32762026-04-10T21:58:49.951Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32772026-04-10T21:58:51.880Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32782026-04-10T21:58:53.442Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792026-04-10T21:58:55.133Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802026-04-10T21:58:57.099Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-04-10T21:58:58.714Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-04-10T21:59:00.679Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-04-10T21:59:02.086Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32842026-04-10T21:59:03.751Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32852026-04-10T21:59:05.440Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32862026-04-10T21:59:07.150Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32872026-04-10T21:59:08.772Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32882026-04-10T21:59:10.199Z Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32892026-04-10T21:59:12.302Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32902026-04-10T21:59:14.017Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32912026-04-10T21:59:15.620Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32922026-04-10T21:59:17.366Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32932026-04-10T21:59:19.394Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32942026-04-10T21:59:21.107Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32952026-04-10T21:59:23.131Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32962026-04-10T21:59:25.060Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32972026-04-10T21:59:27.506Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32982026-04-10T21:59:29.168Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992026-04-10T21:59:31.090Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33002026-04-10T21:59:33.138Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33012026-04-10T21:59:35.167Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33022026-04-10T21:59:38.627Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33032026-04-10T21:59:39.956Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33042026-04-10T21:59:42.115Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33052026-04-10T21:59:43.813Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33062026-04-10T21:59:45.986Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33072026-04-10T21:59:48.174Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33082026-04-10T21:59:50.237Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33092026-04-10T21:59:52.510Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33102026-04-10T21:59:54.660Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-04-10T21:59:57.020Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-04-10T21:59:58.834Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33132026-04-10T22:00:01.008Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-04-10T22:00:03.571Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33152026-04-10T22:00:05.244Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33162026-04-10T22:00:07.389Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33172026-04-10T22:00:09.583Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33182026-04-10T22:00:11.759Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-04-10T22:00:13.917Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33202026-04-10T22:00:16.180Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33212026-04-10T22:00:18.310Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-04-10T22:00:20.400Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33232026-04-10T22:00:22.730Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33242026-04-10T22:00:25.076Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33252026-04-10T22:00:27.152Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33262026-04-10T22:00:29.418Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33272026-04-10T22:00:31.619Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33282026-04-10T22:00:33.750Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33292026-04-10T22:00:35.987Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33302026-04-10T22:00:38.286Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33312026-04-10T22:00:40.434Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33322026-04-10T22:00:42.620Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-04-10T22:00:44.804Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33342026-04-10T22:00:47.604Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33352026-04-10T22:00:49.651Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33362026-04-10T22:00:52.036Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-04-10T22:00:54.377Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33382026-04-10T22:00:56.787Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33392026-04-10T22:00:59.254Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33402026-04-10T22:01:01.872Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33412026-04-10T22:01:04.288Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33422026-04-10T22:01:06.697Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33432026-04-10T22:01:09.048Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33442026-04-10T22:01:11.534Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-04-10T22:01:14.377Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33462026-04-10T22:01:16.602Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33472026-04-10T22:01:19.168Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33482026-04-10T22:01:21.697Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33492026-04-10T22:01:28.995Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33502026-04-10T22:01:29.190Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33512026-04-10T22:01:32.557Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33522026-04-10T22:01:35.605Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33532026-04-10T22:01:38.907Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33542026-04-10T22:01:42.107Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33552026-04-10T22:01:45.314Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33562026-04-10T22:01:49.919Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33572026-04-10T22:01:52.585Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33582026-04-10T22:01:56.143Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-04-10T22:01:59.697Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33602026-04-10T22:02:03.188Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33612026-04-10T22:02:06.734Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33622026-04-10T22:02:10.307Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33632026-04-10T22:02:13.776Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33642026-04-10T22:02:17.358Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33652026-04-10T22:02:20.854Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33662026-04-10T22:02:24.501Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33672026-04-10T22:02:28.011Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33682026-04-10T22:02:31.547Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33692026-04-10T22:02:35.185Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33702026-04-10T22:02:38.641Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33712026-04-10T22:02:42.394Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33722026-04-10T22:02:45.818Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33732026-04-10T22:02:49.426Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33742026-04-10T22:02:53.086Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33752026-04-10T22:02:56.584Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33762026-04-10T22:03:25.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 20s
33772026-04-10T22:03:25.252Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 191 other files
33782026-04-10T22:03:25.351Z
33792026-04-10T22:03:25.352Zreal 6:21.161927827
33802026-04-10T22:03:25.352Zuser 17:18.368601529
33812026-04-10T22:03:25.352Zsys 3:37.183864450
33822026-04-10T22:03:25.352Ztrap 0.259105621
33832026-04-10T22:03:25.352Ztflt 0.038998679
33842026-04-10T22:03:25.352Zdflt 0.055509735
33852026-04-10T22:03:25.352Zkflt 0.000065500
33862026-04-10T22:03:25.355Zlock 5:49:29.654399319
33872026-04-10T22:03:25.355Zslp 2:07:39.425112615
33882026-04-10T22:03:25.355Zlat 35.155155087
33892026-04-10T22:03:25.355Zstop 1:34.783016686
33902026-04-10T22:03:25.355Zprocess exited: duration 806359 ms, exit code 0
 
33912026-04-10T22:03:25.362Zfound 0 output files