01KMNDWPWVWBGCPNYDVQW8YTD6: clippy (helios)

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

Buildomat Job: 01KMNDX50CX0D1JJF4784FXBS1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-26T15:59:41.265Zjob assigned to worker 01KMNDXAN7RT8HEDH4NW0YPBCC [factory aws, i-0d828e68cb24e2eeb] (queued for 58 s)
 
22026-03-26T15:59:47.820Zstarting task 0: "setup"
32026-03-26T15:59:47.827Z++ uname -s
42026-03-26T15:59:47.830Z+ kern=SunOS
52026-03-26T15:59:47.830Z+ build_user=build
62026-03-26T15:59:47.830Z+ build_uid=12345
72026-03-26T15:59:47.830Z+ work_dir=/work
82026-03-26T15:59:47.830Z+ input_dir=/input
92026-03-26T15:59:47.830Z+ [[ 0 == 12345 ]]
102026-03-26T15:59:47.830Z+ case "$kern" in
112026-03-26T15:59:47.830Z+ groupadd -g 12345 build
122026-03-26T15:59:47.832Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-26T15:59:49.837Z+ zfs create -o mountpoint=/work rpool/work
142026-03-26T15:59:49.948Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-26T15:59:49.951Z+ home_fs=zfs
162026-03-26T15:59:49.951Z+ [[ zfs == autofs ]]
172026-03-26T15:59:49.951Z+ mkdir -p /home/build
182026-03-26T15:59:49.951Z+ chown build:build /home/build /work
192026-03-26T15:59:51.953Z+ chmod 0700 /home/build /work
202026-03-26T15:59:51.956Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-26T15:59:51.962Zstarting task 1: "rust-toolchain"
222026-03-26T15:59:51.966Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-26T15:59:51.966Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-26T15:59:51.966Z * rust toolchain channel = "1.94.0"
252026-03-26T15:59:51.966Z * rust toolchain profile = "default"
262026-03-26T15:59:51.966Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-26T15:59:51.966Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-26T15:59:51.969Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-26T15:59:51.969Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-26T15:59:52.044Zinfo: downloading installer
312026-03-26T15:59:53.728Zwarn: It looks like you have an existing installation of Rust at:
322026-03-26T15:59:53.728Zwarn: /opt/ooce/bin
332026-03-26T15:59:53.728Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-26T15:59:53.728Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-26T15:59:53.728Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-26T15:59:53.728Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-26T15:59:53.728Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-26T15:59:53.728Zerror: cannot install while Rust is installed
392026-03-26T15:59:53.729Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-26T15:59:53.729Zwarn: It looks like you have an existing rustup settings file at:
412026-03-26T15:59:53.729Zwarn: /home/build/.rustup/settings.toml
422026-03-26T15:59:53.729Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-26T15:59:53.729Zwarn: instead of the one inferred from the default host triple.
442026-03-26T15:59:53.741Zinfo: profile set to default
452026-03-26T15:59:53.741Zinfo: default host triple is x86_64-unknown-illumos
462026-03-26T15:59:53.743Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-26T15:59:53.876Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-26T15:59:53.878Zinfo: downloading 6 components
492026-03-26T16:00:08.649Z
502026-03-26T16:00:08.650Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-03-26T16:00:08.683Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-26T16:00:08.683Z
532026-03-26T16:00:08.683Z
542026-03-26T16:00:08.683ZRust is installed now. Great!
552026-03-26T16:00:08.683Z
562026-03-26T16:00:08.683ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-26T16:00:08.684Zenvironment variable. This has not been done automatically.
582026-03-26T16:00:08.684Z
592026-03-26T16:00:08.684ZTo configure your current shell, you need to source
602026-03-26T16:00:08.684Zthe corresponding env file under $HOME/.cargo.
612026-03-26T16:00:08.684Z
622026-03-26T16:00:08.687ZThis is usually done by running one of the following (note the leading DOT):
632026-03-26T16:00:08.687Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-26T16:00:08.687Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-26T16:00:08.687Zsource "~/.cargo/env.nu" # For nushell
662026-03-26T16:00:08.687Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-26T16:00:08.687Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-26T16:00:08.687Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-26T16:00:08.687Zwarn: no default linker (`cc`) was found in your PATH
702026-03-26T16:00:08.687Zwarn: many Rust crates require a system C toolchain to build
712026-03-26T16:00:08.781Z+ rustup --version
722026-03-26T16:00:08.788Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-26T16:00:08.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-26T16:00:08.809Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-26T16:00:08.812Z+ cargo --version
762026-03-26T16:00:08.824Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-26T16:00:08.827Z+ rustc --version
782026-03-26T16:00:08.853Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-26T16:00:08.853Zprocess exited: duration 16885 ms, exit code 0
 
802026-03-26T16:00:08.860Zstarting task 2: "authentication"
812026-03-26T16:00:08.877Zprocess exited: duration 16 ms, exit code 0
 
822026-03-26T16:00:08.882Zstarting task 3: "clone repository"
832026-03-26T16:00:08.886Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-26T16:00:08.888Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-26T16:00:09.084ZCloning into '/work/oxidecomputer/omicron'...
862026-03-26T16:00:19.241Z+ cd /work/oxidecomputer/omicron
872026-03-26T16:00:19.241Z+ git fetch origin 4733eb82f5ac1b32637bbb910b880b4e578e8f05
882026-03-26T16:00:19.575ZFrom https://github.com/oxidecomputer/omicron
892026-03-26T16:00:19.575Z * branch 4733eb82f5ac1b32637bbb910b880b4e578e8f05 -> FETCH_HEAD
902026-03-26T16:00:19.586Z+ [[ -n ben/simplify-external-ip-config ]]
912026-03-26T16:00:19.588Z++ git branch --show-current
922026-03-26T16:00:19.588Z+ current=main
932026-03-26T16:00:19.588Z+ [[ main != ben/simplify-external-ip-config ]]
942026-03-26T16:00:19.588Z+ git branch -f ben/simplify-external-ip-config 4733eb82f5ac1b32637bbb910b880b4e578e8f05
952026-03-26T16:00:19.591Z+ git checkout -f ben/simplify-external-ip-config
962026-03-26T16:00:19.829ZSwitched to branch 'ben/simplify-external-ip-config'
972026-03-26T16:00:19.832Z+ git reset --hard 4733eb82f5ac1b32637bbb910b880b4e578e8f05
982026-03-26T16:00:20.068ZHEAD is now at 4733eb82f fixup
992026-03-26T16:00:20.071Zprocess exited: duration 11185 ms, exit code 0
 
1002026-03-26T16:00:20.078Zstarting task 4: "build"
1012026-03-26T16:00:20.082Z+ source ./env.sh
1022026-03-26T16:00:20.085Z++ OLD_SHELL_OPTS=ehxB
1032026-03-26T16:00:20.085Z++ set -o xtrace
1042026-03-26T16:00:20.085Z++++ dirname ./env.sh
1052026-03-26T16:00:20.088Z+++ readlink -f .
1062026-03-26T16:00:20.088Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ 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-03-26T16:00:20.091Z++ case $OLD_SHELL_OPTS in
1162026-03-26T16:00:20.091Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-26T16:00:20.092Z+ source .github/buildomat/ci-env.sh
1182026-03-26T16:00:20.092Z++ export CARGO_TERM_COLOR=always
1192026-03-26T16:00:20.092Z++ CARGO_TERM_COLOR=always
1202026-03-26T16:00:20.092Z+ cargo --version
1212026-03-26T16:00:20.098Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-26T16:00:20.101Z+ rustc --version
1232026-03-26T16:00:20.120Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-26T16:00:20.123Z+ banner prerequisites
1252026-03-26T16:00:20.127Z
1262026-03-26T16:00:20.127Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-26T16:00:20.127Z # # # # # # # # # # # # # # #
1282026-03-26T16:00:20.127Z # # # # ##### # # ##### # # # # # #### #
1292026-03-26T16:00:20.127Z ##### ##### # ##### # # # # # # # # #
1302026-03-26T16:00:20.127Z # # # # # # # # # # # # # # #
1312026-03-26T16:00:20.127Z # # # ###### # # ###### ### # #### # #### #
1322026-03-26T16:00:20.127Z
1332026-03-26T16:00:20.127Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-26T16:00:30.480Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-26T16:00:37.368Z Startup: Caching catalogs ... Done
1362026-03-26T16:00:41.257ZPlanning: Solver setup ... Done (2.503s)
1372026-03-26T16:00:41.272ZPlanning: Running solver ... Done (0.016s)
1382026-03-26T16:00:41.392ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-26T16:00:41.405ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-26T16:00:41.505ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-26T16:00:41.536ZPlanning: Package planning ... Done (0.032s)
1422026-03-26T16:00:41.564ZPlanning: Merging actions ... Done (0.028s)
1432026-03-26T16:00:41.904ZPlanning: Checking for conflicting actions ... Done (0.339s)
1442026-03-26T16:00:41.911ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-03-26T16:00:45.540ZPlanning: Evaluating mediators ... Done (3.628s)
1462026-03-26T16:00:45.546ZPlanning: Planning completed in 8.02 seconds
1472026-03-26T16:00:45.557Z Packages to install: 4
1482026-03-26T16:00:45.558Z Mediators to change: 2
1492026-03-26T16:00:45.558Z Services to change: 1
1502026-03-26T16:00:45.597Z Estimated space available: 155.35 GB
1512026-03-26T16:00:45.597ZEstimated space to be consumed: 1.83 GB
1522026-03-26T16:00:45.597Z Create boot environment: No
1532026-03-26T16:00:45.597ZCreate backup boot environment: No
1542026-03-26T16:00:45.597Z Rebuild boot archive: No
1552026-03-26T16:00:45.597Z
1562026-03-26T16:00:45.597ZChanged mediators:
1572026-03-26T16:00:45.597Z mediator clang:
1582026-03-26T16:00:45.597Z version: None -> 15 (system default)
1592026-03-26T16:00:45.597Z
1602026-03-26T16:00:45.597Z mediator llvm:
1612026-03-26T16:00:45.598Z version: 14 (system default) -> 15 (system default)
1622026-03-26T16:00:45.598Z
1632026-03-26T16:00:45.598ZChanged packages:
1642026-03-26T16:00:45.598Zhelios-dev
1652026-03-26T16:00:45.598Z developer/build-essential
1662026-03-26T16:00:45.598Z None -> 11-2.0
1672026-03-26T16:00:45.598Z library/libxmlsec1
1682026-03-26T16:00:45.598Z None -> 1.2.35-2.0
1692026-03-26T16:00:45.598Z ooce/developer/clang-15
1702026-03-26T16:00:45.598Z None -> 15.0.7-2.0
1712026-03-26T16:00:45.598Z ooce/developer/llvm-15
1722026-03-26T16:00:45.598Z None -> 15.0.7-2.0
1732026-03-26T16:00:45.598Z
1742026-03-26T16:00:45.598ZServices:
1752026-03-26T16:00:45.598Z restart_fmri:
1762026-03-26T16:00:45.598Z svc:/system/update-man-index:default
1772026-03-26T16:00:45.655Z
1782026-03-26T16:00:45.655ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-26T16:00:50.770ZDownload: 1195/3290 items 83.5/212.6MB 39% complete (18.3M/s)
1802026-03-26T16:00:55.772ZDownload: 2216/3290 items 119.2/212.6MB 56% complete (12.3M/s)
1812026-03-26T16:01:00.773ZDownload: 2318/3290 items 119.7/212.6MB 56% complete (3.6M/s)
1822026-03-26T16:01:06.171ZDownload: Completed 212.60 MB in 18.41 seconds (11.6M/s)
1832026-03-26T16:01:06.208Z Actions: 1/3689 actions (Installing new actions)
1842026-03-26T16:01:07.875Z Actions: Completed 3689 actions in 3.52 seconds.
1852026-03-26T16:01:08.529Z Done (0.647s)
1862026-03-26T16:01:08.529Z Done (0.000s)
1872026-03-26T16:01:09.221Z Done (0.695s)
1882026-03-26T16:01:12.958Z Done (3.395s)
1892026-03-26T16:01:13.063Z Done (0.043s)
1902026-03-26T16:01:13.066Z Done (0.000s)
1912026-03-26T16:01:13.197Z Done (0.000s)
1922026-03-26T16:01:14.027ZPlanning: Evaluating mediator changes ... Done
1932026-03-26T16:01:14.133ZPlanning: Checking for conflicting actions ... Done
1942026-03-26T16:01:14.136ZPlanning: Consolidating action changes ... Done
1952026-03-26T16:01:14.295ZPlanning: Evaluating mediators ... Done
1962026-03-26T16:01:14.299ZPlanning: Planning completed in 0.27 seconds
1972026-03-26T16:01:14.315Z Mediators to change: 2
1982026-03-26T16:01:14.316Z Create boot environment: No
1992026-03-26T16:01:14.316ZCreate backup boot environment: No
2002026-03-26T16:01:14.385Z Done
2012026-03-26T16:01:14.385Z Done
2022026-03-26T16:01:14.971Z Done
2032026-03-26T16:01:17.505Z Done
2042026-03-26T16:01:17.581Z Done
2052026-03-26T16:01:17.581Z Done
2062026-03-26T16:01:17.743Z Done
2072026-03-26T16:01:18.144ZPlanning: Evaluating mediator changes ... Done
2082026-03-26T16:01:18.147ZPlanning: Merging actions ... Done
2092026-03-26T16:01:18.286ZPlanning: Checking for conflicting actions ... Done
2102026-03-26T16:01:18.290ZPlanning: Consolidating action changes ... Done
2112026-03-26T16:01:18.424ZPlanning: Evaluating mediators ... Done
2122026-03-26T16:01:18.453ZPlanning: Planning completed in 0.45 seconds
2132026-03-26T16:01:18.480Z Packages to change: 1
2142026-03-26T16:01:18.480Z Mediators to change: 1
2152026-03-26T16:01:18.481Z Services to change: 1
2162026-03-26T16:01:18.481Z Create boot environment: No
2172026-03-26T16:01:18.481ZCreate backup boot environment: Yes
2182026-03-26T16:01:19.831Z Actions: 1/6 actions (Updating modified actions)
2192026-03-26T16:01:19.834Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-26T16:01:19.834Z Done
2212026-03-26T16:01:19.835Z Done
2222026-03-26T16:01:19.971Z Done
2232026-03-26T16:01:22.450Z Done
2242026-03-26T16:01:22.528Z Done
2252026-03-26T16:01:22.534Z Done
2262026-03-26T16:01:22.682Z Done
2272026-03-26T16:01:22.972ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-26T16:01:22.972Zclang system 15 system
2292026-03-26T16:01:22.972Zcsh system system illumos
2302026-03-26T16:01:22.973Zctags system system illumos
2312026-03-26T16:01:22.973Zfile system system illumos
2322026-03-26T16:01:22.973Zgcc vendor 12 vendor
2332026-03-26T16:01:22.973Zgcc system 14 system
2342026-03-26T16:01:22.973Zgcc system 10 system
2352026-03-26T16:01:22.973Zgo system 1.20 system
2362026-03-26T16:01:22.973Zgo system 1.19 system
2372026-03-26T16:01:22.973Zllvm system 15 system
2382026-03-26T16:01:22.973Zllvm system 14 system
2392026-03-26T16:01:22.973Zmariadb system 10.6 system
2402026-03-26T16:01:22.973Zmta vendor vendor dma
2412026-03-26T16:01:22.973Zopenjdk system 17 system
2422026-03-26T16:01:22.973Zopenjdk system 11 system
2432026-03-26T16:01:22.973Zopenjdk system 1.8 system
2442026-03-26T16:01:22.973Zopenssl vendor 3 vendor
2452026-03-26T16:01:22.974Zperl system 5.36 system
2462026-03-26T16:01:22.974Zpostgresql system 15 system
2472026-03-26T16:01:22.974Zpostgresql system 13 system
2482026-03-26T16:01:22.974Zpython vendor 3 vendor
2492026-03-26T16:01:22.974Zpython system 2 system
2502026-03-26T16:01:22.974Zpython3 system 3.11 system
2512026-03-26T16:01:22.974Zruby system 3.0 system
2522026-03-26T16:01:22.974Zwords vendor vendor american-english
2532026-03-26T16:01:22.974Zwords system system australian-english
2542026-03-26T16:01:22.974Zwords system system british-english
2552026-03-26T16:01:22.974Zwords system system canadian-english
2562026-03-26T16:01:22.974Zwords system system french
2572026-03-26T16:01:22.974Zwords system system italian
2582026-03-26T16:01:22.974Zwords system system ngerman
2592026-03-26T16:01:22.974Zwords system system ogerman
2602026-03-26T16:01:22.975Zwords system system spanish
2612026-03-26T16:01:23.198ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-26T16:01:23.198Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-26T16:01:27.522ZFMRI IFO
2642026-03-26T16:01:27.522Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-26T16:01:27.522Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-26T16:01:27.522Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-26T16:01:27.522Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-26T16:01:27.522Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-26T16:01:27.522Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-26T16:01:27.522Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-26T16:01:27.522Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-26T16:01:27.522Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-26T16:01:27.522Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-26T16:01:27.522Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-26T16:01:27.523Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-26T16:01:27.523Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-26T16:01:27.523Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-26T16:01:27.523Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-26T16:01:27.523Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-26T16:01:28.602Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-26T16:01:28.884Z Updating crates.io index
2822026-03-26T16:01:28.916Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-26T16:01:29.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-26T16:01:29.853Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-26T16:01:30.231Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-26T16:01:31.396Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-26T16:01:32.008Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-26T16:01:33.340Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-26T16:01:34.835Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-26T16:01:35.541Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-26T16:01:36.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-26T16:01:36.718Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-26T16:01:37.354Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-26T16:01:37.713Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-26T16:01:38.182Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-26T16:01:39.189Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-26T16:01:39.888Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-26T16:01:41.175Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-26T16:01:41.466Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-26T16:01:41.895Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-26T16:01:42.317Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-26T16:01:42.576Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-26T16:01:42.858Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-26T16:01:43.313Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-26T16:01:43.711Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-26T16:01:44.281Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-26T16:01:44.625Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-26T16:01:44.960Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-26T16:01:45.298Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-26T16:01:46.134Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-26T16:01:46.803Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-26T16:01:47.395Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-26T16:01:47.710Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-26T16:01:48.032Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-26T16:01:48.361Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-26T16:01:48.668Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-26T16:01:49.157Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-26T16:01:49.438Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-26T16:01:49.778Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-26T16:01:50.070Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-26T16:02:01.604Z Downloading crates ...
3222026-03-26T16:02:01.658Z Downloaded cfg-if v1.0.4
3232026-03-26T16:02:01.662Z Downloaded anstyle v1.0.13
3242026-03-26T16:02:01.662Z Downloaded anyhow v1.0.102
3252026-03-26T16:02:01.666Z Downloaded form_urlencoded v1.2.2
3262026-03-26T16:02:01.669Z Downloaded camino-tempfile v1.4.1
3272026-03-26T16:02:01.672Z Downloaded utf8parse v0.2.2
3282026-03-26T16:02:01.673Z Downloaded zerofrom v0.1.6
3292026-03-26T16:02:01.675Z Downloaded colorchoice v1.0.4
3302026-03-26T16:02:01.675Z Downloaded itoa v1.0.17
3312026-03-26T16:02:01.678Z Downloaded bytecount v0.6.9
3322026-03-26T16:02:01.678Z Downloaded anstream v0.6.21
3332026-03-26T16:02:01.681Z Downloaded displaydoc v0.2.5
3342026-03-26T16:02:01.686Z Downloaded version_check v0.9.5
3352026-03-26T16:02:01.690Z Downloaded unicode-xid v0.2.6
3362026-03-26T16:02:01.693Z Downloaded yoke-derive v0.8.1
3372026-03-26T16:02:01.693Z Downloaded usdt-impl v0.5.0
3382026-03-26T16:02:01.693Z Downloaded typenum v1.19.0
3392026-03-26T16:02:01.696Z Downloaded toml_datetime v0.6.11
3402026-03-26T16:02:01.696Z Downloaded unicode-linebreak v0.1.5
3412026-03-26T16:02:01.700Z Downloaded usdt-attr-macro v0.5.0
3422026-03-26T16:02:01.700Z Downloaded typeid v1.0.3
3432026-03-26T16:02:01.703Z Downloaded zerofrom-derive v0.1.6
3442026-03-26T16:02:01.703Z Downloaded usdt-macro v0.5.0
3452026-03-26T16:02:01.703Z Downloaded toml_write v0.1.2
3462026-03-26T16:02:01.703Z Downloaded papergrid v0.11.0
3472026-03-26T16:02:01.706Z Downloaded pest_meta v2.8.6
3482026-03-26T16:02:01.706Z Downloaded icu_provider v2.1.1
3492026-03-26T16:02:01.709Z Downloaded utf8_iter v1.0.4
3502026-03-26T16:02:01.709Z Downloaded clap_lex v1.0.0
3512026-03-26T16:02:01.710Z Downloaded thread-id v4.2.2
3522026-03-26T16:02:01.716Z Downloaded writeable v0.6.2
3532026-03-26T16:02:01.716Z Downloaded memchr v2.8.0
3542026-03-26T16:02:01.716Z Downloaded zmij v1.0.21
3552026-03-26T16:02:01.719Z Downloaded zerovec-derive v0.11.2
3562026-03-26T16:02:01.719Z Downloaded smawk v0.3.2
3572026-03-26T16:02:01.719Z Downloaded usdt v0.5.0
3582026-03-26T16:02:01.719Z Downloaded equivalent v1.0.2
3592026-03-26T16:02:01.723Z Downloaded fastrand v2.3.0
3602026-03-26T16:02:01.723Z Downloaded yoke v0.8.1
3612026-03-26T16:02:01.723Z Downloaded thiserror-impl v1.0.69
3622026-03-26T16:02:01.728Z Downloaded dtrace-parser v0.2.0
3632026-03-26T16:02:01.728Z Downloaded thiserror-impl v2.0.18
3642026-03-26T16:02:01.732Z Downloaded tinystr v0.8.2
3652026-03-26T16:02:01.732Z Downloaded thiserror v2.0.18
3662026-03-26T16:02:01.736Z Downloaded thiserror v1.0.69
3672026-03-26T16:02:01.736Z Downloaded zerocopy-derive v0.7.35
3682026-03-26T16:02:01.739Z Downloaded heck v0.5.0
3692026-03-26T16:02:01.744Z Downloaded cargo-platform v0.2.0
3702026-03-26T16:02:01.744Z Downloaded toml v0.8.23
3712026-03-26T16:02:01.748Z Downloaded unicode-ident v1.0.24
3722026-03-26T16:02:01.749Z Downloaded textwrap v0.16.2
3732026-03-26T16:02:01.749Z Downloaded zerotrie v0.2.3
3742026-03-26T16:02:01.753Z Downloaded proc-macro-error-attr v1.0.4
3752026-03-26T16:02:01.753Z Downloaded ucd-trie v0.1.7
3762026-03-26T16:02:01.753Z Downloaded dof v0.3.0
3772026-03-26T16:02:01.753Z Downloaded potential_utf v0.1.4
3782026-03-26T16:02:01.753Z Downloaded stable_deref_trait v1.2.1
3792026-03-26T16:02:01.753Z Downloaded heck v0.4.1
3802026-03-26T16:02:01.758Z Downloaded block-buffer v0.10.4
3812026-03-26T16:02:01.758Z Downloaded toml_edit v0.22.27
3822026-03-26T16:02:01.758Z Downloaded serde-value v0.7.0
3832026-03-26T16:02:01.761Z Downloaded digest v0.10.7
3842026-03-26T16:02:01.761Z Downloaded anstyle-parse v0.2.7
3852026-03-26T16:02:01.761Z Downloaded url v2.5.8
3862026-03-26T16:02:01.764Z Downloaded crypto-common v0.1.7
3872026-03-26T16:02:01.767Z Downloaded cpufeatures v0.2.17
3882026-03-26T16:02:01.770Z Downloaded is_terminal_polyfill v1.70.2
3892026-03-26T16:02:01.774Z Downloaded generic-array v0.14.7
3902026-03-26T16:02:01.774Z Downloaded plain v0.2.3
3912026-03-26T16:02:01.778Z Downloaded errno v0.3.14
3922026-03-26T16:02:01.778Z Downloaded zerovec v0.11.5
3932026-03-26T16:02:01.784Z Downloaded zerocopy v0.7.35
3942026-03-26T16:02:01.790Z Downloaded tabled_derive v0.7.0
3952026-03-26T16:02:01.793Z Downloaded winnow v0.7.14
3962026-03-26T16:02:01.796Z Downloaded serde_spanned v0.6.9
3972026-03-26T16:02:01.800Z Downloaded swrite v0.1.0
3982026-03-26T16:02:01.800Z Downloaded semver v1.0.27
3992026-03-26T16:02:01.800Z Downloaded unicode-width v0.2.0
4002026-03-26T16:02:01.805Z Downloaded unicode-width v0.1.14
4012026-03-26T16:02:01.809Z Downloaded sha2 v0.10.9
4022026-03-26T16:02:01.809Z Downloaded anstyle-query v1.1.5
4032026-03-26T16:02:01.809Z Downloaded autocfg v1.5.0
4042026-03-26T16:02:01.809Z Downloaded serde-untagged v0.1.9
4052026-03-26T16:02:01.812Z Downloaded quote v1.0.44
4062026-03-26T16:02:01.812Z Downloaded ordered-float v2.10.1
4072026-03-26T16:02:01.812Z Downloaded terminal_size v0.4.3
4082026-03-26T16:02:01.812Z Downloaded idna_adapter v1.2.1
4092026-03-26T16:02:01.813Z Downloaded scroll_derive v0.12.1
4102026-03-26T16:02:01.816Z Downloaded pretty-hex v0.4.1
4112026-03-26T16:02:01.816Z Downloaded macaddr v1.0.1
4122026-03-26T16:02:01.816Z Downloaded fnv v1.0.7
4132026-03-26T16:02:01.816Z Downloaded hashbrown v0.16.1
4142026-03-26T16:02:01.820Z Downloaded cargo_metadata v0.21.0
4152026-03-26T16:02:01.825Z Downloaded strsim v0.11.1
4162026-03-26T16:02:01.825Z Downloaded fs-err v3.3.0
4172026-03-26T16:02:01.829Z Downloaded cargo_toml v0.21.0
4182026-03-26T16:02:01.829Z Downloaded proc-macro-error v1.0.4
4192026-03-26T16:02:01.829Z Downloaded percent-encoding v2.3.2
4202026-03-26T16:02:01.834Z Downloaded scroll v0.12.0
4212026-03-26T16:02:01.837Z Downloaded memmap v0.7.0
4222026-03-26T16:02:01.841Z Downloaded smallvec v1.15.1
4232026-03-26T16:02:01.846Z Downloaded erased-serde v0.4.9
4242026-03-26T16:02:01.850Z Downloaded camino v1.2.2
4252026-03-26T16:02:01.850Z Downloaded litemap v0.8.1
4262026-03-26T16:02:01.853Z Downloaded bitflags v2.11.0
4272026-03-26T16:02:01.858Z Downloaded serde_json v1.0.149
4282026-03-26T16:02:01.861Z Downloaded once_cell v1.21.3
4292026-03-26T16:02:01.861Z Downloaded synstructure v0.13.2
4302026-03-26T16:02:01.861Z Downloaded pest_derive v2.8.6
4312026-03-26T16:02:01.865Z Downloaded clap_derive v4.5.55
4322026-03-26T16:02:01.865Z Downloaded byteorder v1.5.0
4332026-03-26T16:02:01.865Z Downloaded pest_generator v2.8.6
4342026-03-26T16:02:01.868Z Downloaded serde_tokenstream v0.2.3
4352026-03-26T16:02:01.870Z Downloaded tempfile v3.25.0
4362026-03-26T16:02:01.876Z Downloaded getrandom v0.4.1
4372026-03-26T16:02:01.883Z Downloaded serde_derive v1.0.228
4382026-03-26T16:02:01.887Z Downloaded log v0.4.29
4392026-03-26T16:02:01.892Z Downloaded icu_properties v2.1.2
4402026-03-26T16:02:01.892Z Downloaded num-traits v0.2.19
4412026-03-26T16:02:01.896Z Downloaded serde v1.0.228
4422026-03-26T16:02:01.896Z Downloaded icu_normalizer_data v2.1.1
4432026-03-26T16:02:01.896Z Downloaded clap v4.5.60
4442026-03-26T16:02:01.900Z Downloaded icu_normalizer v2.1.1
4452026-03-26T16:02:01.904Z Downloaded proc-macro2 v1.0.106
4462026-03-26T16:02:01.904Z Downloaded icu_locale_core v2.1.1
4472026-03-26T16:02:01.909Z Downloaded serde_core v1.0.228
4482026-03-26T16:02:01.912Z Downloaded cargo-util-schemas v0.8.2
4492026-03-26T16:02:01.919Z Downloaded icu_collections v2.1.1
4502026-03-26T16:02:01.926Z Downloaded indexmap v2.13.0
4512026-03-26T16:02:01.950Z Downloaded pest v2.8.6
4522026-03-26T16:02:01.953Z Downloaded idna v1.1.0
4532026-03-26T16:02:01.960Z Downloaded icu_properties_data v2.1.2
4542026-03-26T16:02:01.964Z Downloaded tabled v0.15.0
4552026-03-26T16:02:01.972Z Downloaded clap_builder v4.5.60
4562026-03-26T16:02:01.975Z Downloaded goblin v0.8.2
4572026-03-26T16:02:01.981Z Downloaded syn v1.0.109
4582026-03-26T16:02:01.996Z Downloaded syn v2.0.117
4592026-03-26T16:02:02.002Z Downloaded rustix v1.1.3
4602026-03-26T16:02:02.032Z Downloaded libc v0.2.180
4612026-03-26T16:02:02.098Z Compiling proc-macro2 v1.0.106
4622026-03-26T16:02:02.098Z Compiling unicode-ident v1.0.24
4632026-03-26T16:02:02.103Z Compiling quote v1.0.44
4642026-03-26T16:02:02.103Z Compiling serde_core v1.0.228
4652026-03-26T16:02:02.103Z Compiling libc v0.2.180
4662026-03-26T16:02:02.103Z Compiling version_check v0.9.5
4672026-03-26T16:02:02.103Z Compiling stable_deref_trait v1.2.1
4682026-03-26T16:02:02.103Z Compiling serde v1.0.228
4692026-03-26T16:02:02.435Z Compiling memchr v2.8.0
4702026-03-26T16:02:02.455Z Compiling zmij v1.0.21
4712026-03-26T16:02:03.038Z Compiling itoa v1.0.17
4722026-03-26T16:02:03.106Z Compiling ucd-trie v0.1.7
4732026-03-26T16:02:03.123Z Compiling autocfg v1.5.0
4742026-03-26T16:02:03.200Z Compiling thiserror v1.0.69
4752026-03-26T16:02:03.282Z Compiling pest v2.8.6
4762026-03-26T16:02:03.401Z Compiling writeable v0.6.2
4772026-03-26T16:02:03.438Z Compiling litemap v0.8.1
4782026-03-26T16:02:03.600Z Compiling byteorder v1.5.0
4792026-03-26T16:02:03.645Z Compiling icu_normalizer_data v2.1.1
4802026-03-26T16:02:03.702Z Compiling rustix v1.1.3
4812026-03-26T16:02:03.875Z Compiling icu_properties_data v2.1.2
4822026-03-26T16:02:04.014Z Compiling errno v0.3.14
4832026-03-26T16:02:04.048Z Compiling syn v2.0.117
4842026-03-26T16:02:04.102Z Compiling serde_json v1.0.149
4852026-03-26T16:02:04.124Z Compiling bitflags v2.11.0
4862026-03-26T16:02:04.322Z Compiling pest_meta v2.8.6
4872026-03-26T16:02:04.357Z Compiling num-traits v0.2.19
4882026-03-26T16:02:04.419Z Compiling smallvec v1.15.1
4892026-03-26T16:02:04.536Z Compiling typeid v1.0.3
4902026-03-26T16:02:04.554Z Compiling hashbrown v0.16.1
4912026-03-26T16:02:04.795Z Compiling equivalent v1.0.2
4922026-03-26T16:02:04.903Z Compiling thread-id v4.2.2
4932026-03-26T16:02:04.985Z Compiling usdt-impl v0.5.0
4942026-03-26T16:02:05.026Z Compiling indexmap v2.13.0
4952026-03-26T16:02:05.053Z Compiling proc-macro-error-attr v1.0.4
4962026-03-26T16:02:05.075Z Compiling syn v1.0.109
4972026-03-26T16:02:05.186Z Compiling toml_write v0.1.2
4982026-03-26T16:02:05.374Z Compiling erased-serde v0.4.9
4992026-03-26T16:02:05.378Z Compiling winnow v0.7.14
5002026-03-26T16:02:05.679Z Compiling proc-macro-error v1.0.4
5012026-03-26T16:02:05.696Z Compiling plain v0.2.3
5022026-03-26T16:02:05.805Z Compiling log v0.4.29
5032026-03-26T16:02:05.860Z Compiling thiserror v2.0.18
5042026-03-26T16:02:05.938Z Compiling utf8parse v0.2.2
5052026-03-26T16:02:05.985Z Compiling percent-encoding v2.3.2
5062026-03-26T16:02:06.051Z Compiling camino v1.2.2
5072026-03-26T16:02:06.084Z Compiling utf8_iter v1.0.4
5082026-03-26T16:02:06.173Z Compiling getrandom v0.4.1
5092026-03-26T16:02:06.229Z Compiling form_urlencoded v1.2.2
5102026-03-26T16:02:06.233Z Compiling anstyle-parse v0.2.7
5112026-03-26T16:02:06.388Z Compiling ordered-float v2.10.1
5122026-03-26T16:02:06.548Z Compiling terminal_size v0.4.3
5132026-03-26T16:02:06.643Z Compiling synstructure v0.13.2
5142026-03-26T16:02:06.646Z Compiling pest_generator v2.8.6
5152026-03-26T16:02:06.838Z Compiling is_terminal_polyfill v1.70.2
5162026-03-26T16:02:06.891Z Compiling anstyle v1.0.13
5172026-03-26T16:02:06.909Z Compiling cfg-if v1.0.4
5182026-03-26T16:02:06.912Z Compiling pretty-hex v0.4.1
5192026-03-26T16:02:06.947Z Compiling colorchoice v1.0.4
5202026-03-26T16:02:06.984Z Compiling anstyle-query v1.1.5
5212026-03-26T16:02:07.095Z Compiling anstream v0.6.21
5222026-03-26T16:02:07.111Z Compiling serde-untagged v0.1.9
5232026-03-26T16:02:07.245Z Compiling semver v1.0.27
5242026-03-26T16:02:07.347Z Compiling fs-err v3.3.0
5252026-03-26T16:02:07.368Z Compiling fastrand v2.3.0
5262026-03-26T16:02:07.390Z Compiling clap_lex v1.0.0
5272026-03-26T16:02:07.531Z Compiling strsim v0.11.1
5282026-03-26T16:02:07.551Z Compiling unicode-xid v0.2.6
5292026-03-26T16:02:07.567Z Compiling bytecount v0.6.9
5302026-03-26T16:02:07.684Z Compiling fnv v1.0.7
5312026-03-26T16:02:07.720Z Compiling anyhow v1.0.102
5322026-03-26T16:02:07.753Z Compiling once_cell v1.21.3
5332026-03-26T16:02:07.781Z Compiling heck v0.5.0
5342026-03-26T16:02:07.911Z Compiling unicode-width v0.1.14
5352026-03-26T16:02:07.966Z Compiling heck v0.4.1
5362026-03-26T16:02:07.970Z Compiling tempfile v3.25.0
5372026-03-26T16:02:08.020Z Compiling clap_builder v4.5.60
5382026-03-26T16:02:08.190Z Compiling papergrid v0.11.0
5392026-03-26T16:02:08.254Z Compiling memmap v0.7.0
5402026-03-26T16:02:08.289Z Compiling serde_derive v1.0.228
5412026-03-26T16:02:08.307Z Compiling zerofrom-derive v0.1.6
5422026-03-26T16:02:08.360Z Compiling yoke-derive v0.8.1
5432026-03-26T16:02:08.433Z Compiling zerovec-derive v0.11.2
5442026-03-26T16:02:08.583Z Compiling displaydoc v0.2.5
5452026-03-26T16:02:09.319Z Compiling thiserror-impl v1.0.69
5462026-03-26T16:02:09.509Z Compiling zerocopy-derive v0.7.35
5472026-03-26T16:02:09.536Z Compiling pest_derive v2.8.6
5482026-03-26T16:02:09.619Z Compiling scroll_derive v0.12.1
5492026-03-26T16:02:09.678Z Compiling zerofrom v0.1.6
5502026-03-26T16:02:09.817Z Compiling yoke v0.8.1
5512026-03-26T16:02:09.962Z Compiling thiserror-impl v2.0.18
5522026-03-26T16:02:10.012Z Compiling zerovec v0.11.5
5532026-03-26T16:02:10.300Z Compiling zerotrie v0.2.3
5542026-03-26T16:02:10.361Z Compiling zerocopy v0.7.35
5552026-03-26T16:02:10.522Z Compiling tinystr v0.8.2
5562026-03-26T16:02:10.599Z Compiling potential_utf v0.1.4
5572026-03-26T16:02:10.678Z Compiling icu_locale_core v2.1.1
5582026-03-26T16:02:10.724Z Compiling icu_collections v2.1.1
5592026-03-26T16:02:10.761Z Compiling dtrace-parser v0.2.0
5602026-03-26T16:02:10.906Z Compiling scroll v0.12.0
5612026-03-26T16:02:11.050Z Compiling tabled_derive v0.7.0
5622026-03-26T16:02:11.175Z Compiling goblin v0.8.2
5632026-03-26T16:02:11.199Z Compiling clap_derive v4.5.55
5642026-03-26T16:02:11.217Z Compiling smawk v0.3.2
5652026-03-26T16:02:11.294Z Compiling icu_provider v2.1.1
5662026-03-26T16:02:11.562Z Compiling icu_properties v2.1.2
5672026-03-26T16:02:11.586Z Compiling icu_normalizer v2.1.1
5682026-03-26T16:02:11.616Z Compiling unicode-linebreak v0.1.5
5692026-03-26T16:02:11.764Z Compiling serde_spanned v0.6.9
5702026-03-26T16:02:11.855Z Compiling toml_datetime v0.6.11
5712026-03-26T16:02:11.876Z Compiling dof v0.3.0
5722026-03-26T16:02:11.908Z Compiling serde_tokenstream v0.2.3
5732026-03-26T16:02:11.953Z Compiling serde-value v0.7.0
5742026-03-26T16:02:12.110Z Compiling toml_edit v0.22.27
5752026-03-26T16:02:12.215Z Compiling cargo-platform v0.2.0
5762026-03-26T16:02:12.258Z Compiling unicode-width v0.2.0
5772026-03-26T16:02:12.306Z Compiling tabled v0.15.0
5782026-03-26T16:02:12.486Z Compiling idna_adapter v1.2.1
5792026-03-26T16:02:12.528Z Compiling textwrap v0.16.2
5802026-03-26T16:02:12.643Z Compiling idna v1.1.0
5812026-03-26T16:02:12.667Z Compiling macaddr v1.0.1
5822026-03-26T16:02:12.828Z Compiling usdt-attr-macro v0.5.0
5832026-03-26T16:02:12.909Z Compiling usdt-macro v0.5.0
5842026-03-26T16:02:13.001Z Compiling url v2.5.8
5852026-03-26T16:02:13.040Z Compiling clap v4.5.60
5862026-03-26T16:02:13.415Z Compiling camino-tempfile v1.4.1
5872026-03-26T16:02:13.533Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-26T16:02:13.649Z Compiling toml v0.8.23
5892026-03-26T16:02:13.676Z Compiling swrite v0.1.0
5902026-03-26T16:02:14.141Z Compiling cargo-util-schemas v0.8.2
5912026-03-26T16:02:14.222Z Compiling cargo_toml v0.21.0
5922026-03-26T16:02:14.295Z Compiling usdt v0.5.0
5932026-03-26T16:02:14.983Z Compiling cargo_metadata v0.21.0
5942026-03-26T16:02:15.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-26T16:02:17.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.56s
5962026-03-26T16:02:18.246Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-26T16:02:18.823Z Downloading crates ...
5982026-03-26T16:02:18.921Z Downloaded arrayvec v0.7.6
5992026-03-26T16:02:18.927Z Downloaded base16ct v0.2.0
6002026-03-26T16:02:18.930Z Downloaded bitfield-macros v0.19.4
6012026-03-26T16:02:18.930Z Downloaded atty v0.2.14
6022026-03-26T16:02:18.930Z Downloaded bit-set v0.5.3
6032026-03-26T16:02:18.930Z Downloaded async-stream v0.3.6
6042026-03-26T16:02:18.934Z Downloaded aead v0.5.2
6052026-03-26T16:02:18.937Z Downloaded adler2 v2.0.1
6062026-03-26T16:02:18.940Z Downloaded crucible-workspace-hack v0.1.0
6072026-03-26T16:02:18.940Z Downloaded chacha20 v0.9.1
6082026-03-26T16:02:18.943Z Downloaded cmake v0.1.57
6092026-03-26T16:02:18.945Z Downloaded cbc v0.1.2
6102026-03-26T16:02:18.948Z Downloaded cstr-argument v0.1.2
6112026-03-26T16:02:18.951Z Downloaded cargo_metadata v0.19.2
6122026-03-26T16:02:18.954Z Downloaded curve25519-dalek-derive v0.1.1
6132026-03-26T16:02:18.957Z Downloaded crunchy v0.2.4
6142026-03-26T16:02:18.957Z Downloaded crc32fast v1.5.0
6152026-03-26T16:02:18.960Z Downloaded ascii-canvas v3.0.0
6162026-03-26T16:02:18.960Z Downloaded arrayref v0.3.9
6172026-03-26T16:02:18.962Z Downloaded array-init v0.0.4
6182026-03-26T16:02:18.963Z Downloaded ciborium v0.2.2
6192026-03-26T16:02:18.966Z Downloaded daft-derive v0.1.5
6202026-03-26T16:02:18.966Z Downloaded crc8 v0.1.1
6212026-03-26T16:02:18.969Z Downloaded enum-as-inner v0.6.1
6222026-03-26T16:02:18.969Z Downloaded corncobs v0.1.4
6232026-03-26T16:02:18.969Z Downloaded colored v3.1.1
6242026-03-26T16:02:18.971Z Downloaded csv-core v0.1.13
6252026-03-26T16:02:18.972Z Downloaded fixedbitset v0.4.2
6262026-03-26T16:02:18.974Z Downloaded foreign-types-shared v0.1.1
6272026-03-26T16:02:18.974Z Downloaded ciborium-ll v0.2.2
6282026-03-26T16:02:18.974Z Downloaded float-ord v0.3.2
6292026-03-26T16:02:18.977Z Downloaded const_format v0.2.35
6302026-03-26T16:02:18.980Z Downloaded foreign-types v0.5.0
6312026-03-26T16:02:18.980Z Downloaded bzip2 v0.6.1
6322026-03-26T16:02:18.983Z Downloaded dof v0.4.0
6332026-03-26T16:02:18.983Z Downloaded diesel_table_macro_syntax v0.3.0
6342026-03-26T16:02:18.983Z Downloaded bcrypt-pbkdf v0.10.0
6352026-03-26T16:02:18.983Z Downloaded ar_archive_writer v0.5.1
6362026-03-26T16:02:18.986Z Downloaded cfg_aliases v0.1.1
6372026-03-26T16:02:18.986Z Downloaded crossbeam-deque v0.8.6
6382026-03-26T16:02:18.989Z Downloaded castaway v0.2.4
6392026-03-26T16:02:18.989Z Downloaded embedded-io v0.4.0
6402026-03-26T16:02:18.992Z Downloaded darling v0.21.3
6412026-03-26T16:02:18.994Z Downloaded dirs-next v2.0.0
6422026-03-26T16:02:18.995Z Downloaded defmt-parser v1.0.0
6432026-03-26T16:02:18.997Z Downloaded darling_macro v0.23.0
6442026-03-26T16:02:18.997Z Downloaded darling_macro v0.21.3
6452026-03-26T16:02:18.997Z Downloaded env_filter v1.0.0
6462026-03-26T16:02:19.000Z Downloaded bit-vec v0.8.0
6472026-03-26T16:02:19.001Z Downloaded dyn-clone v1.0.20
6482026-03-26T16:02:19.003Z Downloaded dsl_auto_type v0.2.0
6492026-03-26T16:02:19.003Z Downloaded difflib v0.4.0
6502026-03-26T16:02:19.003Z Downloaded debug-ignore v1.0.5
6512026-03-26T16:02:19.006Z Downloaded arc-swap v1.8.2
6522026-03-26T16:02:19.009Z Downloaded document-features v0.2.12
6532026-03-26T16:02:19.009Z Downloaded find-msvc-tools v0.1.9
6542026-03-26T16:02:19.012Z Downloaded fallible-iterator v0.2.0
6552026-03-26T16:02:19.012Z Downloaded derive-ex v0.1.8
6562026-03-26T16:02:19.012Z Downloaded daft v0.1.5
6572026-03-26T16:02:19.015Z Downloaded convert_case v0.4.0
6582026-03-26T16:02:19.015Z Downloaded fs-err v2.11.0
6592026-03-26T16:02:19.018Z Downloaded async-stream-impl v0.3.6
6602026-03-26T16:02:19.019Z Downloaded dunce v1.0.5
6612026-03-26T16:02:19.019Z Downloaded cfg_aliases v0.2.1
6622026-03-26T16:02:19.019Z Downloaded ctr v0.9.2
6632026-03-26T16:02:19.022Z Downloaded aes v0.8.4
6642026-03-26T16:02:19.022Z Downloaded futures-sink v0.3.32
6652026-03-26T16:02:19.024Z Downloaded assert_matches v1.5.0
6662026-03-26T16:02:19.024Z Downloaded funty v2.0.0
6672026-03-26T16:02:19.024Z Downloaded endian-type v0.1.2
6682026-03-26T16:02:19.027Z Downloaded diff v0.1.13
6692026-03-26T16:02:19.027Z Downloaded downcast-rs v2.0.2
6702026-03-26T16:02:19.030Z Downloaded critical-section v1.2.0
6712026-03-26T16:02:19.030Z Downloaded ciborium-io v0.2.2
6722026-03-26T16:02:19.032Z Downloaded bit-set v0.8.0
6732026-03-26T16:02:19.032Z Downloaded defmt-macros v1.0.1
6742026-03-26T16:02:19.035Z Downloaded data-encoding v2.10.0
6752026-03-26T16:02:19.035Z Downloaded bitfield-struct v0.6.2
6762026-03-26T16:02:19.035Z Downloaded crc v3.4.0
6772026-03-26T16:02:19.040Z Downloaded async-recursion v1.1.1
6782026-03-26T16:02:19.043Z Downloaded dtrace-parser v0.3.0
6792026-03-26T16:02:19.043Z Downloaded defmt v0.3.100
6802026-03-26T16:02:19.043Z Downloaded atomicwrites v0.4.4
6812026-03-26T16:02:19.045Z Downloaded display-error-chain v0.2.2
6822026-03-26T16:02:19.045Z Downloaded cpufeatures v0.3.0
6832026-03-26T16:02:19.045Z Downloaded block-padding v0.3.3
6842026-03-26T16:02:19.048Z Downloaded bitfield v0.19.4
6852026-03-26T16:02:19.048Z Downloaded diesel-dtrace v0.5.0
6862026-03-26T16:02:19.048Z Downloaded deranged v0.5.8
6872026-03-26T16:02:19.051Z Downloaded futures-macro v0.3.32
6882026-03-26T16:02:19.051Z Downloaded base16ct v1.0.0
6892026-03-26T16:02:19.054Z Downloaded futures-io v0.3.32
6902026-03-26T16:02:19.054Z Downloaded futures-core v0.3.32
6912026-03-26T16:02:19.054Z Downloaded flagset v0.4.7
6922026-03-26T16:02:19.057Z Downloaded foreign-types-shared v0.3.1
6932026-03-26T16:02:19.060Z Downloaded darling_macro v0.20.11
6942026-03-26T16:02:19.060Z Downloaded atomic-waker v1.1.2
6952026-03-26T16:02:19.061Z Downloaded fd-lock v4.0.4
6962026-03-26T16:02:19.064Z Downloaded embedded-io v0.6.1
6972026-03-26T16:02:19.064Z Downloaded cargo-platform v0.1.9
6982026-03-26T16:02:19.067Z Downloaded cobs v0.3.0
6992026-03-26T16:02:19.067Z Downloaded cexpr v0.6.0
7002026-03-26T16:02:19.070Z Downloaded foreign-types v0.3.2
7012026-03-26T16:02:19.071Z Downloaded float-cmp v0.10.0
7022026-03-26T16:02:19.071Z Downloaded async-trait v0.1.89
7032026-03-26T16:02:19.074Z Downloaded globwalk v0.9.1
7042026-03-26T16:02:19.074Z Downloaded git-stub v1.0.0
7052026-03-26T16:02:19.076Z Downloaded ghash v0.5.1
7062026-03-26T16:02:19.076Z Downloaded gethostname v0.5.0
7072026-03-26T16:02:19.076Z Downloaded futures-task v0.3.32
7082026-03-26T16:02:19.079Z Downloaded fxhash v0.2.1
7092026-03-26T16:02:19.079Z Downloaded ff v0.13.1
7102026-03-26T16:02:19.082Z Downloaded bcs v0.1.6
7112026-03-26T16:02:19.082Z Downloaded cargo_toml v0.22.3
7122026-03-26T16:02:19.087Z Downloaded derive_builder_core v0.20.2
7132026-03-26T16:02:19.087Z Downloaded convert_case v0.10.0
7142026-03-26T16:02:19.091Z Downloaded ecdsa v0.16.9
7152026-03-26T16:02:19.091Z Downloaded derive_builder_macro v0.20.2
7162026-03-26T16:02:19.091Z Downloaded blowfish v0.9.1
7172026-03-26T16:02:19.094Z Downloaded ed25519 v2.2.3
7182026-03-26T16:02:19.094Z Downloaded camino-tempfile-ext v0.3.3
7192026-03-26T16:02:19.094Z Downloaded bit-vec v0.6.3
7202026-03-26T16:02:19.097Z Downloaded argon2 v0.5.3
7212026-03-26T16:02:19.097Z Downloaded hash32 v0.3.1
7222026-03-26T16:02:19.099Z Downloaded darling v0.20.11
7232026-03-26T16:02:19.102Z Downloaded byte-wrapper v0.1.0
7242026-03-26T16:02:19.105Z Downloaded headers-core v0.3.0
7252026-03-26T16:02:19.106Z Downloaded bumpalo v3.20.2
7262026-03-26T16:02:19.109Z Downloaded buf-list v1.1.2
7272026-03-26T16:02:19.109Z Downloaded hash32 v0.2.1
7282026-03-26T16:02:19.112Z Downloaded hostname v0.4.2
7292026-03-26T16:02:19.115Z Downloaded hubpack_derive v0.1.1
7302026-03-26T16:02:19.115Z Downloaded bb8 v0.8.6
7312026-03-26T16:02:19.115Z Downloaded hex-literal v0.4.1
7322026-03-26T16:02:19.117Z Downloaded crc-catalog v2.4.0
7332026-03-26T16:02:19.117Z Downloaded fs_extra v1.3.0
7342026-03-26T16:02:19.120Z Downloaded fixedbitset v0.5.7
7352026-03-26T16:02:19.120Z Downloaded either v1.15.0
7362026-03-26T16:02:19.120Z Downloaded ident_case v1.0.1
7372026-03-26T16:02:19.123Z Downloaded hyper-tls v0.6.0
7382026-03-26T16:02:19.123Z Downloaded indent_write v2.2.0
7392026-03-26T16:02:19.123Z Downloaded filetime v0.2.27
7402026-03-26T16:02:19.126Z Downloaded dropshot-api-manager-types v0.6.0
7412026-03-26T16:02:19.126Z Downloaded hostname v0.3.1
7422026-03-26T16:02:19.128Z Downloaded home v0.5.12
7432026-03-26T16:02:19.129Z Downloaded futures-channel v0.3.32
7442026-03-26T16:02:19.131Z Downloaded http-range v0.1.5
7452026-03-26T16:02:19.131Z Downloaded http-body v1.0.1
7462026-03-26T16:02:19.131Z Downloaded constant_time_eq v0.4.2
7472026-03-26T16:02:19.134Z Downloaded console v0.16.2
7482026-03-26T16:02:19.134Z Downloaded hubpack v0.1.2
7492026-03-26T16:02:19.134Z Downloaded inout v0.1.4
7502026-03-26T16:02:19.138Z Downloaded indoc v1.0.9
7512026-03-26T16:02:19.138Z Downloaded httpdate v1.0.3
7522026-03-26T16:02:19.138Z Downloaded git-stub-vcs v0.1.0
7532026-03-26T16:02:19.141Z Downloaded backoff v0.4.0
7542026-03-26T16:02:19.141Z Downloaded des v0.8.1
7552026-03-26T16:02:19.143Z Downloaded ahash v0.8.12
7562026-03-26T16:02:19.143Z Downloaded cookie v0.18.1
7572026-03-26T16:02:19.146Z Downloaded drift v0.1.3
7582026-03-26T16:02:19.149Z Downloaded globset v0.4.18
7592026-03-26T16:02:19.152Z Downloaded foldhash v0.2.0
7602026-03-26T16:02:19.152Z Downloaded defmt v1.0.1
7612026-03-26T16:02:19.155Z Downloaded foldhash v0.1.5
7622026-03-26T16:02:19.155Z Downloaded der_derive v0.7.3
7632026-03-26T16:02:19.157Z Downloaded instant v0.1.13
7642026-03-26T16:02:19.159Z Downloaded internet-checksum v0.2.1
7652026-03-26T16:02:19.160Z Downloaded glob v0.3.3
7662026-03-26T16:02:19.162Z Downloaded colored v2.2.0
7672026-03-26T16:02:19.162Z Downloaded futures-executor v0.3.32
7682026-03-26T16:02:19.164Z Downloaded console v0.15.11
7692026-03-26T16:02:19.164Z Downloaded clang-sys v1.8.1
7702026-03-26T16:02:19.167Z Downloaded allocator-api2 v0.2.21
7712026-03-26T16:02:19.170Z Downloaded cancel-safe-futures v0.1.5
7722026-03-26T16:02:19.172Z Downloaded bitflags v1.3.2
7732026-03-26T16:02:19.173Z Downloaded backon v1.6.0
7742026-03-26T16:02:19.175Z Downloaded keccak v0.1.6
7752026-03-26T16:02:19.175Z Downloaded is_ci v1.2.0
7762026-03-26T16:02:19.179Z Downloaded darling_core v0.20.11
7772026-03-26T16:02:19.179Z Downloaded env_logger v0.11.9
7782026-03-26T16:02:19.181Z Downloaded darling v0.23.0
7792026-03-26T16:02:19.184Z Downloaded group v0.13.0
7802026-03-26T16:02:19.187Z Downloaded crossbeam-epoch v0.9.18
7812026-03-26T16:02:19.187Z Downloaded const-oid v0.9.6
7822026-03-26T16:02:19.190Z Downloaded libscf-sys v1.1.0
7832026-03-26T16:02:19.190Z Downloaded foreign-types-macros v0.2.3
7842026-03-26T16:02:19.190Z Downloaded is-terminal v0.4.17
7852026-03-26T16:02:19.192Z Downloaded erased-serde v0.3.31
7862026-03-26T16:02:19.193Z Downloaded lalrpop-util v0.19.12
7872026-03-26T16:02:19.195Z Downloaded kstat-rs v0.2.4
7882026-03-26T16:02:19.195Z Downloaded cookie_store v0.22.1
7892026-03-26T16:02:19.197Z Downloaded linked-hash-map v0.5.6
7902026-03-26T16:02:19.197Z Downloaded indoc v2.0.7
7912026-03-26T16:02:19.199Z Downloaded lru-cache v0.1.2
7922026-03-26T16:02:19.199Z Downloaded lazy_static v1.5.0
7932026-03-26T16:02:19.202Z Downloaded match_cfg v0.1.0
7942026-03-26T16:02:19.202Z Downloaded memoffset v0.9.1
7952026-03-26T16:02:19.204Z Downloaded md5 v0.7.0
7962026-03-26T16:02:19.204Z Downloaded maybe-uninit v2.0.0
7972026-03-26T16:02:19.204Z Downloaded lru v0.12.5
7982026-03-26T16:02:19.207Z Downloaded managed v0.8.0
7992026-03-26T16:02:19.207Z Downloaded crossbeam-utils v0.8.21
8002026-03-26T16:02:19.211Z Downloaded ipnetwork v0.21.1
8012026-03-26T16:02:19.211Z Downloaded chacha20 v0.10.0
8022026-03-26T16:02:19.214Z Downloaded hyper-staticfile v0.10.1
8032026-03-26T16:02:19.214Z Downloaded humantime v2.3.0
8042026-03-26T16:02:19.243Z Downloaded http-body-util v0.1.3
8052026-03-26T16:02:19.243Z Downloaded ipnet v2.11.0
8062026-03-26T16:02:19.243Z Downloaded ingot-types v0.1.2
8072026-03-26T16:02:19.243Z Downloaded bzip2 v0.4.4
8082026-03-26T16:02:19.243Z Downloaded crc-any v2.5.0
8092026-03-26T16:02:19.243Z Downloaded lru-slab v0.1.2
8102026-03-26T16:02:19.243Z Downloaded async-bb8-diesel v0.2.1
8112026-03-26T16:02:19.243Z Downloaded md-5 v0.10.6
8122026-03-26T16:02:19.243Z Downloaded lzss v0.8.2
8132026-03-26T16:02:19.243Z Downloaded dirs-sys-next v0.1.2
8142026-03-26T16:02:19.243Z Downloaded const_format_proc_macros v0.2.34
8152026-03-26T16:02:19.243Z Downloaded base64ct v1.8.3
8162026-03-26T16:02:19.243Z Downloaded num-conv v0.2.0
8172026-03-26T16:02:19.244Z Downloaded ena v0.14.4
8182026-03-26T16:02:19.244Z Downloaded cipher v0.4.4
8192026-03-26T16:02:19.244Z Downloaded jobserver v0.1.34
8202026-03-26T16:02:19.244Z Downloaded cassowary v0.3.0
8212026-03-26T16:02:19.244Z Downloaded darling_core v0.21.3
8222026-03-26T16:02:19.244Z Downloaded newtype_derive v0.1.6
8232026-03-26T16:02:19.244Z Downloaded newtype-uuid-macros v0.1.0
8242026-03-26T16:02:19.245Z Downloaded newline-converter v0.3.0
8252026-03-26T16:02:19.249Z Downloaded libefi-sys v0.1.0
8262026-03-26T16:02:19.249Z Downloaded multimap v0.10.1
8272026-03-26T16:02:19.249Z Downloaded highway v1.3.0
8282026-03-26T16:02:19.249Z Downloaded impl-trait-for-tuples v0.2.3
8292026-03-26T16:02:19.252Z Downloaded normalize-line-endings v0.3.0
8302026-03-26T16:02:19.252Z Downloaded nibble_vec v0.1.0
8312026-03-26T16:02:19.252Z Downloaded num v0.4.3
8322026-03-26T16:02:19.254Z Downloaded opaque-debug v0.3.1
8332026-03-26T16:02:19.255Z Downloaded num_threads v0.1.7
8342026-03-26T16:02:19.255Z Downloaded nodrop v0.1.14
8352026-03-26T16:02:19.258Z Downloaded linear-map v1.2.0
8362026-03-26T16:02:19.258Z Downloaded instability v0.3.11
8372026-03-26T16:02:19.258Z Downloaded ingot v0.1.1
8382026-03-26T16:02:19.262Z Downloaded maplit v1.0.2
8392026-03-26T16:02:19.262Z Downloaded oso-derive v0.27.3
8402026-03-26T16:02:19.262Z Downloaded num-derive v0.4.2
8412026-03-26T16:02:19.264Z Downloaded nonempty v0.12.0
8422026-03-26T16:02:19.264Z Downloaded half v1.8.3
8432026-03-26T16:02:19.264Z Downloaded libsw v3.5.0
8442026-03-26T16:02:19.267Z Downloaded crossbeam-channel v0.5.15
8452026-03-26T16:02:19.270Z Downloaded hex v0.4.3
8462026-03-26T16:02:19.270Z Downloaded base64 v0.22.1
8472026-03-26T16:02:19.273Z Downloaded getrandom v0.2.17
8482026-03-26T16:02:19.275Z Downloaded num-iter v0.1.45
8492026-03-26T16:02:19.275Z Downloaded num-derive v0.3.3
8502026-03-26T16:02:19.278Z Downloaded compact_str v0.8.1
8512026-03-26T16:02:19.278Z Downloaded openssl-probe v0.1.6
8522026-03-26T16:02:19.281Z Downloaded openssl-macros v0.1.1
8532026-03-26T16:02:19.281Z Downloaded num_enum_derive v0.5.11
8542026-03-26T16:02:19.281Z Downloaded blake2 v0.10.6
8552026-03-26T16:02:19.284Z Downloaded openssl-probe v0.2.1
8562026-03-26T16:02:19.284Z Downloaded new_debug_unreachable v1.0.6
8572026-03-26T16:02:19.287Z Downloaded elliptic-curve v0.13.8
8582026-03-26T16:02:19.293Z Downloaded mime_guess v2.0.5
8592026-03-26T16:02:19.293Z Downloaded nanorand v0.7.0
8602026-03-26T16:02:19.296Z Downloaded multer v3.1.0
8612026-03-26T16:02:19.296Z Downloaded hmac v0.12.1
8622026-03-26T16:02:19.299Z Downloaded path-slash v0.1.5
8632026-03-26T16:02:19.299Z Downloaded native-tls v0.2.18
8642026-03-26T16:02:19.299Z Downloaded libsw-core v0.3.2
8652026-03-26T16:02:19.304Z Downloaded lock_api v0.4.14
8662026-03-26T16:02:19.304Z Downloaded hyper-rustls v0.27.7
8672026-03-26T16:02:19.304Z Downloaded futures v0.3.32
8682026-03-26T16:02:19.307Z Downloaded httparse v1.10.1
8692026-03-26T16:02:19.311Z Downloaded packed_struct_codegen v0.10.1
8702026-03-26T16:02:19.311Z Downloaded parse-display v0.10.0
8712026-03-26T16:02:19.311Z Downloaded hickory-client v0.25.2
8722026-03-26T16:02:19.315Z Downloaded dropshot_endpoint v0.16.7
8732026-03-26T16:02:19.317Z Downloaded num_enum v0.5.11
8742026-03-26T16:02:19.333Z Downloaded peg-runtime v0.8.5
8752026-03-26T16:02:19.335Z Downloaded crypto-bigint v0.5.5
8762026-03-26T16:02:19.338Z Downloaded pbkdf2 v0.11.0
8772026-03-26T16:02:19.341Z Downloaded parse-size v1.1.0
8782026-03-26T16:02:19.341Z Downloaded num_enum_derive v0.7.5
8792026-03-26T16:02:19.341Z Downloaded chacha20poly1305 v0.10.1
8802026-03-26T16:02:19.346Z Downloaded ingot-macros v0.1.1
8812026-03-26T16:02:19.346Z Downloaded bytes v1.11.1
8822026-03-26T16:02:19.349Z Downloaded base64 v0.21.7
8832026-03-26T16:02:19.349Z Downloaded memmap2 v0.9.10
8842026-03-26T16:02:19.351Z Downloaded phf_shared v0.13.1
8852026-03-26T16:02:19.351Z Downloaded phf_shared v0.12.1
8862026-03-26T16:02:19.351Z Downloaded phf_shared v0.11.3
8872026-03-26T16:02:19.354Z Downloaded num-integer v0.1.46
8882026-03-26T16:02:19.354Z Downloaded mime v0.3.17
8892026-03-26T16:02:19.357Z Downloaded litrs v1.0.0
8902026-03-26T16:02:19.357Z Downloaded ignore v0.4.25
8912026-03-26T16:02:19.360Z Downloaded half v2.7.1
8922026-03-26T16:02:19.363Z Downloaded num-complex v0.4.6
8932026-03-26T16:02:19.363Z Downloaded packed_struct v0.10.1
8942026-03-26T16:02:19.363Z Downloaded libbz2-rs-sys v0.2.2
8952026-03-26T16:02:19.367Z Downloaded iana-time-zone v0.1.65
8962026-03-26T16:02:19.367Z Downloaded olpc-cjson v0.1.4
8972026-03-26T16:02:19.367Z Downloaded pin-utils v0.1.0
8982026-03-26T16:02:19.370Z Downloaded num_enum v0.7.5
8992026-03-26T16:02:19.374Z Downloaded proc-macro-error-attr2 v2.0.0
9002026-03-26T16:02:19.374Z Downloaded predicates-tree v1.0.13
9012026-03-26T16:02:19.374Z Downloaded predicates-core v1.0.10
9022026-03-26T16:02:19.377Z Downloaded powerfmt v0.2.0
9032026-03-26T16:02:19.377Z Downloaded num-rational v0.4.2
9042026-03-26T16:02:19.377Z Downloaded proc-macro-crate v3.4.0
9052026-03-26T16:02:19.380Z Downloaded proc-macro-crate v1.3.1
9062026-03-26T16:02:19.380Z Downloaded headers v0.4.1
9072026-03-26T16:02:19.383Z Downloaded cc v1.2.56
9082026-03-26T16:02:19.386Z Downloaded oxnet v0.1.4
9092026-03-26T16:02:19.386Z Downloaded oxide-tokio-rt v0.1.3
9102026-03-26T16:02:19.390Z Downloaded libloading v0.8.9
9112026-03-26T16:02:19.390Z Downloaded getrandom v0.3.4
9122026-03-26T16:02:19.395Z Downloaded ed25519-dalek v2.2.0
9132026-03-26T16:02:19.398Z Downloaded progenitor-client v0.11.2
9142026-03-26T16:02:19.398Z Downloaded progenitor-client v0.10.0
9152026-03-26T16:02:19.398Z Downloaded pem-rfc7468 v0.7.0
9162026-03-26T16:02:19.398Z Downloaded pem v3.0.6
9172026-03-26T16:02:19.399Z Downloaded peg v0.8.5
9182026-03-26T16:02:19.402Z Downloaded phf v0.13.1
9192026-03-26T16:02:19.403Z Downloaded phf v0.12.1
9202026-03-26T16:02:19.403Z Downloaded parse-display-derive v0.10.0
9212026-03-26T16:02:19.405Z Downloaded parking_lot_core v0.8.6
9222026-03-26T16:02:19.405Z Downloaded flume v0.11.1
9232026-03-26T16:02:19.410Z Downloaded pin-project-internal v1.1.11
9242026-03-26T16:02:19.410Z Downloaded owo-colors v4.3.0
9252026-03-26T16:02:19.412Z Downloaded pbkdf2 v0.12.2
9262026-03-26T16:02:19.413Z Downloaded quick-error v1.2.3
9272026-03-26T16:02:19.413Z Downloaded psl-types v2.0.11
9282026-03-26T16:02:19.413Z Downloaded progenitor-macro v0.13.0
9292026-03-26T16:02:19.415Z Downloaded progenitor-macro v0.11.2
9302026-03-26T16:02:19.415Z Downloaded pkg-config v0.3.32
9312026-03-26T16:02:19.415Z Downloaded progenitor-macro v0.10.0
9322026-03-26T16:02:19.418Z Downloaded password-hash v0.5.0
9332026-03-26T16:02:19.418Z Downloaded derive_more v2.1.1
9342026-03-26T16:02:19.425Z Downloaded radium v0.7.0
9352026-03-26T16:02:19.427Z Downloaded postgres-protocol v0.6.10
9362026-03-26T16:02:19.428Z Downloaded rand_chacha v0.3.1
9372026-03-26T16:02:19.430Z Downloaded newtype-uuid v1.3.2
9382026-03-26T16:02:19.430Z Downloaded der v0.7.10
9392026-03-26T16:02:19.434Z Downloaded nu-ansi-term v0.50.3
9402026-03-26T16:02:19.434Z Downloaded fatfs v0.3.6
9412026-03-26T16:02:19.437Z Downloaded rand_xorshift v0.4.0
9422026-03-26T16:02:19.437Z Downloaded predicates v3.1.4
9432026-03-26T16:02:19.440Z Downloaded proc-macro-error2 v2.0.1
9442026-03-26T16:02:19.443Z Downloaded ref-cast v1.0.25
9452026-03-26T16:02:19.445Z Downloaded heapless v0.8.0
9462026-03-26T16:02:19.448Z Downloaded recursive-proc-macro-impl v0.1.1
9472026-03-26T16:02:19.448Z Downloaded recursive v0.1.1
9482026-03-26T16:02:19.448Z Downloaded primeorder v0.13.6
9492026-03-26T16:02:19.452Z Downloaded precomputed-hash v0.1.1
9502026-03-26T16:02:19.452Z Downloaded ppv-lite86 v0.2.21
9512026-03-26T16:02:19.452Z Downloaded derive_more v0.99.20
9522026-03-26T16:02:19.454Z Downloaded rfc6979 v0.4.0
9532026-03-26T16:02:19.456Z Downloaded ref-cast-impl v1.0.25
9542026-03-26T16:02:19.456Z Downloaded pkcs8 v0.10.2
9552026-03-26T16:02:19.460Z Downloaded heapless v0.7.17
9562026-03-26T16:02:19.462Z Downloaded polyval v0.6.2
9572026-03-26T16:02:19.462Z Downloaded progenitor v0.13.0
9582026-03-26T16:02:19.465Z Downloaded progenitor v0.11.2
9592026-03-26T16:02:19.465Z Downloaded progenitor v0.10.0
9602026-03-26T16:02:19.465Z Downloaded poly1305 v0.8.0
9612026-03-26T16:02:19.467Z Downloaded peg-macros v0.8.5
9622026-03-26T16:02:19.469Z Downloaded pin-project-lite v0.2.17
9632026-03-26T16:02:19.472Z Downloaded psm v0.1.30
9642026-03-26T16:02:19.475Z Downloaded progenitor-client v0.13.0
9652026-03-26T16:02:19.475Z Downloaded rtoolbox v0.0.3
9662026-03-26T16:02:19.477Z Downloaded omicron-zone-package v0.12.2
9672026-03-26T16:02:19.477Z Downloaded derive_builder v0.20.2
9682026-03-26T16:02:19.480Z Downloaded derive-where v1.6.0
9692026-03-26T16:02:19.483Z Downloaded parking_lot_core v0.9.12
9702026-03-26T16:02:19.485Z Downloaded indexmap v1.9.3
9712026-03-26T16:02:19.488Z Downloaded rand_core v0.6.4
9722026-03-26T16:02:19.490Z Downloaded pkcs5 v0.7.1
9732026-03-26T16:02:19.494Z Downloaded paste v1.0.15
9742026-03-26T16:02:19.494Z Downloaded password-hash v0.4.2
9752026-03-26T16:02:19.496Z Downloaded rustc_version v0.4.1
9762026-03-26T16:02:19.496Z Downloaded parking_lot v0.12.5
9772026-03-26T16:02:19.496Z Downloaded p256 v0.13.2
9782026-03-26T16:02:19.499Z Downloaded flate2 v1.1.9
9792026-03-26T16:02:19.502Z Downloaded rand_seeder v0.4.0
9802026-03-26T16:02:19.505Z Downloaded rand_core v0.10.0
9812026-03-26T16:02:19.505Z Downloaded oso v0.27.3
9822026-03-26T16:02:19.507Z Downloaded indicatif v0.18.4
9832026-03-26T16:02:19.510Z Downloaded postcard v1.1.3
9842026-03-26T16:02:19.513Z Downloaded derive_more-impl v2.1.1
9852026-03-26T16:02:19.516Z Downloaded rand_chacha v0.9.0
9862026-03-26T16:02:19.516Z Downloaded progenitor-extras v0.1.1
9872026-03-26T16:02:19.519Z Downloaded rustc-hash v2.1.1
9882026-03-26T16:02:19.519Z Downloaded russh-cryptovec v0.7.3
9892026-03-26T16:02:19.519Z Downloaded rustc_version v0.1.7
9902026-03-26T16:02:19.521Z Downloaded jiff-static v0.2.21
9912026-03-26T16:02:19.529Z Downloaded pin-project v1.1.11
9922026-03-26T16:02:19.536Z Downloaded scrypt v0.11.0
9932026-03-26T16:02:19.539Z Downloaded r2d2 v0.8.10
9942026-03-26T16:02:19.539Z Downloaded rand_core v0.9.5
9952026-03-26T16:02:19.542Z Downloaded same-file v1.0.6
9962026-03-26T16:02:19.542Z Downloaded postgres-types v0.2.12
9972026-03-26T16:02:19.545Z Downloaded quinn-udp v0.5.14
9982026-03-26T16:02:19.545Z Downloaded rustls-pemfile v1.0.4
9992026-03-26T16:02:19.548Z Downloaded openssl-sys v0.9.111
10002026-03-26T16:02:19.550Z Downloaded darling_core v0.23.0
10012026-03-26T16:02:19.552Z Downloaded serde_repr v0.1.20
10022026-03-26T16:02:19.555Z Downloaded serde_plain v1.0.2
10032026-03-26T16:02:19.556Z Downloaded serde-big-array v0.5.1
10042026-03-26T16:02:19.559Z Downloaded seq-macro v0.3.6
10052026-03-26T16:02:19.559Z Downloaded hickory-resolver v0.25.2
10062026-03-26T16:02:19.561Z Downloaded scroll_derive v0.13.1
10072026-03-26T16:02:19.561Z Downloaded aes-gcm v0.10.3
10082026-03-26T16:02:19.564Z Downloaded scopeguard v1.2.0
10092026-03-26T16:02:19.564Z Downloaded scheduled-thread-pool v0.2.7
10102026-03-26T16:02:19.564Z Downloaded sapling-renderdag v0.1.0
10112026-03-26T16:02:19.568Z Downloaded prefix-trie v0.7.0
10122026-03-26T16:02:19.568Z Downloaded parking_lot v0.11.2
10132026-03-26T16:02:19.571Z Downloaded dropshot-api-manager v0.6.0
10142026-03-26T16:02:19.571Z Downloaded diesel_derives v2.3.7
10152026-03-26T16:02:19.574Z Downloaded salsa20 v0.10.2
10162026-03-26T16:02:19.577Z Downloaded rusty-fork v0.3.1
10172026-03-26T16:02:19.577Z Downloaded resolv-conf v0.7.6
10182026-03-26T16:02:19.580Z Downloaded serde_urlencoded v0.7.1
10192026-03-26T16:02:19.580Z Downloaded semver v0.1.20
10202026-03-26T16:02:19.580Z Downloaded secrecy v0.10.3
10212026-03-26T16:02:19.582Z Downloaded secrecy v0.8.0
10222026-03-26T16:02:19.583Z Downloaded hashbrown v0.13.2
10232026-03-26T16:02:19.586Z Downloaded hashbrown v0.12.3
10242026-03-26T16:02:19.588Z Downloaded hyper-util v0.1.20
10252026-03-26T16:02:19.591Z Downloaded hickory-server v0.25.2
10262026-03-26T16:02:19.594Z Downloaded blake3 v1.8.3
10272026-03-26T16:02:19.597Z Downloaded signature v2.2.0
10282026-03-26T16:02:19.600Z Downloaded serde_bytes v0.11.19
10292026-03-26T16:02:19.600Z Downloaded signal-hook-tokio v0.3.1
10302026-03-26T16:02:19.603Z Downloaded signal-hook-mio v0.2.5
10312026-03-26T16:02:19.603Z Downloaded rustls-native-certs v0.8.3
10322026-03-26T16:02:19.606Z Downloaded sec1 v0.7.3
10332026-03-26T16:02:19.610Z Downloaded rustls-pemfile v2.2.0
10342026-03-26T16:02:19.613Z Downloaded pkcs1 v0.7.5
10352026-03-26T16:02:19.616Z Downloaded serde-hex v0.1.0
10362026-03-26T16:02:19.616Z Downloaded sct v0.7.1
10372026-03-26T16:02:19.619Z Downloaded shell-words v1.1.1
10382026-03-26T16:02:19.619Z Downloaded sha1 v0.10.6
10392026-03-26T16:02:19.621Z Downloaded hickory-resolver v0.24.4
10402026-03-26T16:02:19.624Z Downloaded serde_path_to_error v0.1.20
10412026-03-26T16:02:19.624Z Downloaded rustversion v1.0.22
10422026-03-26T16:02:19.627Z Downloaded itertools v0.10.5
10432026-03-26T16:02:19.630Z Downloaded rcgen v0.12.1
10442026-03-26T16:02:19.633Z Downloaded sigpipe v0.1.3
10452026-03-26T16:02:19.633Z Downloaded papergrid v0.17.0
10462026-03-26T16:02:19.636Z Downloaded slog-envlogger v2.2.0
10472026-03-26T16:02:19.638Z Downloaded serde_derive_internals v0.29.1
10482026-03-26T16:02:19.639Z Downloaded slog-bunyan v2.5.0
10492026-03-26T16:02:19.639Z Downloaded prettyplease v0.2.37
10502026-03-26T16:02:19.641Z Downloaded siphasher v1.0.2
10512026-03-26T16:02:19.641Z Downloaded scroll v0.13.0
10522026-03-26T16:02:19.644Z Downloaded schemars_derive v0.8.22
10532026-03-26T16:02:19.644Z Downloaded shlex v1.3.0
10542026-03-26T16:02:19.647Z Downloaded progenitor-impl v0.13.0
10552026-03-26T16:02:19.647Z Downloaded progenitor-impl v0.11.2
10562026-03-26T16:02:19.650Z Downloaded progenitor-impl v0.10.0
10572026-03-26T16:02:19.650Z Downloaded expectorate v1.2.0
10582026-03-26T16:02:19.652Z Downloaded pretty_assertions v1.4.1
10592026-03-26T16:02:19.660Z Downloaded miniz_oxide v0.8.9
10602026-03-26T16:02:19.662Z Downloaded minimal-lexical v0.2.1
10612026-03-26T16:02:19.665Z Downloaded structmeta v0.3.0
10622026-03-26T16:02:19.665Z Downloaded structmeta-derive v0.3.0
10632026-03-26T16:02:19.665Z Downloaded sqlparser_derive v0.5.0
10642026-03-26T16:02:19.668Z Downloaded strum v0.27.2
10652026-03-26T16:02:19.668Z Downloaded strum v0.26.3
10662026-03-26T16:02:19.671Z Downloaded simd-adler32 v0.3.8
10672026-03-26T16:02:19.674Z Downloaded signal-hook-registry v1.4.8
10682026-03-26T16:02:19.682Z Downloaded russh-keys v0.45.0
10692026-03-26T16:02:19.684Z Downloaded serde_spanned v1.0.4
10702026-03-26T16:02:19.684Z Downloaded ssh-encoding v0.2.0
10712026-03-26T16:02:19.688Z Downloaded ssh-cipher v0.2.0
10722026-03-26T16:02:19.692Z Downloaded slog-async v2.8.0
10732026-03-26T16:02:19.695Z Downloaded tagptr v0.2.0
10742026-03-26T16:02:19.695Z Downloaded sync_wrapper v1.0.2
10752026-03-26T16:02:19.697Z Downloaded sync-ptr v0.1.4
10762026-03-26T16:02:19.697Z Downloaded strip-ansi-escapes v0.2.1
10772026-03-26T16:02:19.697Z Downloaded slog-stdlog v4.1.1
10782026-03-26T16:02:19.698Z Downloaded slog-scope v4.4.1
10792026-03-26T16:02:19.702Z Downloaded slog-json v2.6.1
10802026-03-26T16:02:19.705Z Downloaded rayon-core v1.13.0
10812026-03-26T16:02:19.708Z Downloaded rustls-pki-types v1.14.0
10822026-03-26T16:02:19.717Z Downloaded serde_with_macros v3.17.0
10832026-03-26T16:02:19.722Z Downloaded tabwriter v1.4.1
10842026-03-26T16:02:19.722Z Downloaded supports-color v3.0.2
10852026-03-26T16:02:19.723Z Downloaded subtle v2.6.1
10862026-03-26T16:02:19.723Z Downloaded num-bigint v0.4.6
10872026-03-26T16:02:19.725Z Downloaded tabled_derive v0.11.0
10882026-03-26T16:02:19.728Z Downloaded slog-dtrace v0.3.0
10892026-03-26T16:02:19.728Z Downloaded slab v0.4.12
10902026-03-26T16:02:19.730Z Downloaded hashbrown v0.15.5
10912026-03-26T16:02:19.733Z Downloaded thiserror-impl-no-std v2.0.2
10922026-03-26T16:02:19.733Z Downloaded testing_table v0.3.0
10932026-03-26T16:02:19.733Z Downloaded termtree v0.5.1
10942026-03-26T16:02:19.735Z Downloaded schemars v0.8.22
10952026-03-26T16:02:19.740Z Downloaded time-core v0.1.8
10962026-03-26T16:02:19.743Z Downloaded tap v1.0.1
10972026-03-26T16:02:19.743Z Downloaded take_mut v0.2.2
10982026-03-26T16:02:19.743Z Downloaded static_assertions v1.1.0
10992026-03-26T16:02:19.745Z Downloaded crossterm v0.29.0
11002026-03-26T16:02:19.748Z Downloaded stacker v0.1.23
11012026-03-26T16:02:19.750Z Downloaded sqlformat v0.3.5
11022026-03-26T16:02:19.750Z Downloaded stringprep v0.1.5
11032026-03-26T16:02:19.756Z Downloaded spki v0.7.3
11042026-03-26T16:02:19.756Z Downloaded smf v0.2.3
11052026-03-26T16:02:19.756Z Downloaded smallvec v0.6.14
11062026-03-26T16:02:19.758Z Downloaded itertools v0.13.0
11072026-03-26T16:02:19.765Z Downloaded slog-term v2.9.2
11082026-03-26T16:02:19.767Z Downloaded thread-id v5.1.0
11092026-03-26T16:02:19.771Z Downloaded tinyvec_macros v0.1.1
11102026-03-26T16:02:19.773Z Downloaded futures-util v0.3.32
11112026-03-26T16:02:19.781Z Downloaded serde_cbor v0.11.2
11122026-03-26T16:02:19.785Z Downloaded serde_yaml v0.9.34+deprecated
11132026-03-26T16:02:19.791Z Downloaded termios v0.3.3
11142026-03-26T16:02:19.793Z Downloaded rustls-platform-verifier v0.6.2
11152026-03-26T16:02:19.796Z Downloaded ryu v1.0.23
11162026-03-26T16:02:19.798Z Downloaded string_cache v0.8.9
11172026-03-26T16:02:19.798Z Downloaded nom v7.1.3
11182026-03-26T16:02:19.801Z Downloaded support-bundle-viewer v0.1.2
11192026-03-26T16:02:19.804Z Downloaded tower-layer v0.3.3
11202026-03-26T16:02:19.804Z Downloaded schemars v0.9.0
11212026-03-26T16:02:19.809Z Downloaded topological-sort v0.2.2
11222026-03-26T16:02:19.812Z Downloaded time-macros v0.2.27
11232026-03-26T16:02:19.812Z Downloaded tower-service v0.3.3
11242026-03-26T16:02:19.815Z Downloaded ron v0.8.1
11252026-03-26T16:02:19.817Z Downloaded tokio-native-tls v0.3.1
11262026-03-26T16:02:19.817Z Downloaded crossterm v0.28.1
11272026-03-26T16:02:19.820Z Downloaded tokio-macros v2.6.0
11282026-03-26T16:02:19.823Z Downloaded tls_codec_derive v0.4.2
11292026-03-26T16:02:19.823Z Downloaded aho-corasick v1.1.4
11302026-03-26T16:02:19.826Z Downloaded rand v0.8.5
11312026-03-26T16:02:19.828Z Downloaded try-lock v0.2.5
11322026-03-26T16:02:19.831Z Downloaded trait-variant v0.1.2
11332026-03-26T16:02:19.831Z Downloaded slog v2.8.2
11342026-03-26T16:02:19.834Z Downloaded itertools v0.14.0
11352026-03-26T16:02:19.837Z Downloaded tokio-dtrace v0.1.1
11362026-03-26T16:02:19.837Z Downloaded publicsuffix v2.3.0
11372026-03-26T16:02:19.839Z Downloaded itertools v0.12.1
11382026-03-26T16:02:19.842Z Downloaded quinn v0.11.9
11392026-03-26T16:02:19.845Z Downloaded qorb v0.4.1
11402026-03-26T16:02:19.847Z Downloaded hkdf v0.12.4
11412026-03-26T16:02:19.850Z Downloaded term v1.2.1
11422026-03-26T16:02:19.850Z Downloaded typify-macro v0.6.1
11432026-03-26T16:02:19.853Z Downloaded thread_local v1.1.9
11442026-03-26T16:02:19.853Z Downloaded thiserror-no-std v2.0.2
11452026-03-26T16:02:19.856Z Downloaded signal-hook v0.3.18
11462026-03-26T16:02:19.856Z Downloaded snafu-derive v0.8.9
11472026-03-26T16:02:19.859Z Downloaded tiny-keccak v2.0.2
11482026-03-26T16:02:19.859Z Downloaded strum_macros v0.24.3
11492026-03-26T16:02:19.863Z Downloaded similar v2.7.0
11502026-03-26T16:02:19.865Z Downloaded spin v0.9.8
11512026-03-26T16:02:19.866Z Downloaded samael v0.0.19
11522026-03-26T16:02:19.869Z Downloaded untrusted v0.7.1
11532026-03-26T16:02:19.869Z Downloaded unit-prefix v0.5.2
11542026-03-26T16:02:19.869Z Downloaded iddqd v0.3.17
11552026-03-26T16:02:19.872Z Downloaded typify-macro v0.4.3
11562026-03-26T16:02:19.875Z Downloaded unarray v0.1.4
11572026-03-26T16:02:19.875Z Downloaded tls_codec v0.4.2
11582026-03-26T16:02:19.877Z Downloaded universal-hash v0.5.1
11592026-03-26T16:02:19.878Z Downloaded strum_macros v0.27.2
11602026-03-26T16:02:19.878Z Downloaded usdt-attr-macro v0.6.0
11612026-03-26T16:02:19.880Z Downloaded usdt v0.6.0
11622026-03-26T16:02:19.880Z Downloaded strum_macros v0.26.4
11632026-03-26T16:02:19.880Z Downloaded usdt-macro v0.6.0
11642026-03-26T16:02:19.880Z Downloaded tokio-rustls v0.25.0
11652026-03-26T16:02:19.883Z Downloaded libxml v0.3.3
11662026-03-26T16:02:19.886Z Downloaded http v1.4.0
11672026-03-26T16:02:19.891Z Downloaded tokio-tungstenite v0.23.1
11682026-03-26T16:02:19.895Z Downloaded utf-8 v0.7.6
11692026-03-26T16:02:19.898Z Downloaded tui-tree-widget v0.23.1
11702026-03-26T16:02:19.898Z Downloaded unicode-truncate v1.1.0
11712026-03-26T16:02:19.903Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11722026-03-26T16:02:19.906Z Downloaded waitgroup v0.1.2
11732026-03-26T16:02:19.906Z Downloaded wait-timeout v0.2.1
11742026-03-26T16:02:19.909Z Downloaded tokio-stream v0.1.18
11752026-03-26T16:02:19.911Z Downloaded socket2 v0.6.2
11762026-03-26T16:02:19.911Z Downloaded rustls-webpki v0.103.9
11772026-03-26T16:02:19.914Z Downloaded tokio-tungstenite v0.21.0
11782026-03-26T16:02:19.915Z Downloaded p521 v0.13.3
11792026-03-26T16:02:19.918Z Downloaded void v1.0.2
11802026-03-26T16:02:19.922Z Downloaded term v0.7.0
11812026-03-26T16:02:19.925Z Downloaded snafu v0.8.9
11822026-03-26T16:02:19.931Z Downloaded rsa v0.9.10
11832026-03-26T16:02:19.934Z Downloaded socket2 v0.5.10
11842026-03-26T16:02:19.938Z Downloaded xshell-macros v0.2.7
11852026-03-26T16:02:19.938Z Downloaded xattr v1.6.1
11862026-03-26T16:02:19.938Z Downloaded rand v0.9.2
11872026-03-26T16:02:19.942Z Downloaded num-bigint-dig v0.8.6
11882026-03-26T16:02:19.948Z Downloaded untrusted v0.9.0
11892026-03-26T16:02:19.952Z Downloaded zeroize_derive v1.4.3
11902026-03-26T16:02:19.952Z Downloaded vergen-git2 v1.0.7
11912026-03-26T16:02:19.952Z Downloaded usdt-impl v0.6.0
11922026-03-26T16:02:19.955Z Downloaded zone v0.3.1
11932026-03-26T16:02:19.958Z Downloaded zone_cfg_derive v0.3.1
11942026-03-26T16:02:19.958Z Downloaded want v0.3.1
11952026-03-26T16:02:19.966Z Downloaded bitvec v1.0.1
11962026-03-26T16:02:19.974Z Downloaded vergen-lib v0.1.6
11972026-03-26T16:02:19.977Z Downloaded rustyline v14.0.0
11982026-03-26T16:02:19.981Z Downloaded vergen-gitcl v1.0.8
11992026-03-26T16:02:19.981Z Downloaded tokio-rustls v0.24.1
12002026-03-26T16:02:19.981Z Downloaded hyper v1.8.1
12012026-03-26T16:02:19.985Z Downloaded unicase v2.9.0
12022026-03-26T16:02:19.987Z Downloaded twox-hash v2.1.2
12032026-03-26T16:02:19.987Z Downloaded toml v0.7.8
12042026-03-26T16:02:19.990Z Downloaded unicode-properties v0.1.4
12052026-03-26T16:02:19.993Z Downloaded uzers v0.12.2
12062026-03-26T16:02:19.997Z Downloaded walkdir v2.5.0
12072026-03-26T16:02:20.000Z Downloaded xshell v0.2.7
12082026-03-26T16:02:20.000Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-03-26T16:02:20.003Z Downloaded toml_writer v1.0.6+spec-1.1.0
12102026-03-26T16:02:20.005Z Downloaded libm v0.2.16
12112026-03-26T16:02:20.010Z Downloaded xz2 v0.1.7
12122026-03-26T16:02:20.012Z Downloaded tracing-attributes v0.1.31
12132026-03-26T16:02:20.012Z Downloaded rand v0.10.0
12142026-03-26T16:02:20.015Z Downloaded zeroize v1.8.2
12152026-03-26T16:02:20.015Z Downloaded test-strategy v0.4.5
12162026-03-26T16:02:20.018Z Downloaded tar v0.4.44
12172026-03-26T16:02:20.018Z Downloaded zstd-safe v7.2.4
12182026-03-26T16:02:20.021Z Downloaded vsss-rs v3.3.4
12192026-03-26T16:02:20.021Z Downloaded russh v0.45.0
12202026-03-26T16:02:20.024Z Downloaded mio v1.1.1
12212026-03-26T16:02:20.026Z Downloaded typify v0.6.1
12222026-03-26T16:02:20.029Z Downloaded tungstenite v0.23.0
12232026-03-26T16:02:20.034Z Downloaded tinyvec v1.10.0
12242026-03-26T16:02:20.034Z Downloaded zstd v0.13.3
12252026-03-26T16:02:20.037Z Downloaded whoami v1.6.1
12262026-03-26T16:02:20.037Z Downloaded whoami v2.1.0
12272026-03-26T16:02:20.037Z Downloaded reedline v0.40.0
12282026-03-26T16:02:20.040Z Downloaded wyz v0.5.1
12292026-03-26T16:02:20.043Z Downloaded aws-lc-rs v1.16.0
12302026-03-26T16:02:20.046Z Downloaded subprocess v0.2.15
12312026-03-26T16:02:20.049Z Downloaded tokio-rustls v0.26.4
12322026-03-26T16:02:20.052Z Downloaded tungstenite v0.21.0
12332026-03-26T16:02:20.052Z Downloaded steno v0.4.1
12342026-03-26T16:02:20.055Z Downloaded zerocopy v0.6.6
12352026-03-26T16:02:20.059Z Downloaded unsafe-libyaml v0.2.11
12362026-03-26T16:02:20.062Z Downloaded schemars v1.2.1
12372026-03-26T16:02:20.069Z Downloaded vergen v9.0.6
12382026-03-26T16:02:20.072Z Downloaded bindgen v0.71.1
12392026-03-26T16:02:20.077Z Downloaded vte v0.14.1
12402026-03-26T16:02:20.080Z Downloaded typify v0.4.3
12412026-03-26T16:02:20.083Z Downloaded tracing-core v0.1.36
12422026-03-26T16:02:20.083Z Downloaded p384 v0.13.1
12432026-03-26T16:02:20.091Z Downloaded h2 v0.4.13
12442026-03-26T16:02:20.095Z Downloaded reqwest v0.12.28
12452026-03-26T16:02:20.098Z Downloaded reqwest v0.13.2
12462026-03-26T16:02:20.107Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-03-26T16:02:20.114Z Downloaded unicode-bidi v0.3.18
12482026-03-26T16:02:20.120Z Downloaded zopfli v0.8.3
12492026-03-26T16:02:20.127Z Downloaded toml v0.9.12+spec-1.1.0
12502026-03-26T16:02:20.141Z Downloaded iri-string v0.7.10
12512026-03-26T16:02:20.145Z Downloaded yasna v0.5.2
12522026-03-26T16:02:20.147Z Downloaded yansi v1.0.1
12532026-03-26T16:02:20.147Z Downloaded zip v0.6.6
12542026-03-26T16:02:20.150Z Downloaded rpassword v7.4.0
12552026-03-26T16:02:20.153Z Downloaded tokio-postgres v0.7.16
12562026-03-26T16:02:20.159Z Downloaded portable-atomic v1.13.1
12572026-03-26T16:02:20.165Z Downloaded rustls-webpki v0.101.7
12582026-03-26T16:02:20.173Z Downloaded chrono v0.4.44
12592026-03-26T16:02:20.177Z Downloaded uuid v1.21.0
12602026-03-26T16:02:20.180Z Downloaded salty v0.3.0
12612026-03-26T16:02:20.183Z Downloaded zerocopy-derive v0.8.40
12622026-03-26T16:02:20.200Z Downloaded ssh-key v0.6.7
12632026-03-26T16:02:20.207Z Downloaded unicode_categories v0.1.1
12642026-03-26T16:02:20.210Z Downloaded moka v0.12.13
12652026-03-26T16:02:20.213Z Downloaded petname v2.0.2
12662026-03-26T16:02:20.222Z Downloaded rayon v1.11.0
12672026-03-26T16:02:20.227Z Downloaded typed-path v0.9.3
12682026-03-26T16:02:20.231Z Downloaded ron v0.12.0
12692026-03-26T16:02:20.236Z Downloaded unicode-normalization v0.1.25
12702026-03-26T16:02:20.238Z Downloaded zip v4.6.1
12712026-03-26T16:02:20.241Z Downloaded tower v0.5.3
12722026-03-26T16:02:20.245Z Downloaded tough v0.20.0
12732026-03-26T16:02:20.250Z Downloaded object v0.30.4
12742026-03-26T16:02:20.255Z Downloaded toml_edit v0.19.15
12752026-03-26T16:02:20.264Z Downloaded tower-http v0.6.8
12762026-03-26T16:02:20.268Z Downloaded regex v1.12.3
12772026-03-26T16:02:20.272Z Downloaded radix_trie v0.2.1
12782026-03-26T16:02:20.275Z Downloaded serde_with v3.17.0
12792026-03-26T16:02:20.282Z Downloaded nix v0.27.1
12802026-03-26T16:02:20.288Z Downloaded git2 v0.20.4
12812026-03-26T16:02:20.292Z Downloaded rustls-webpki v0.102.8
12822026-03-26T16:02:20.302Z Downloaded x509-cert v0.2.5
12832026-03-26T16:02:20.306Z Downloaded unicode-segmentation v1.12.0
12842026-03-26T16:02:20.308Z Downloaded lalrpop v0.19.12
12852026-03-26T16:02:20.315Z Downloaded nix v0.28.0
12862026-03-26T16:02:20.321Z Downloaded quick-xml v0.37.5
12872026-03-26T16:02:20.324Z Downloaded goblin v0.10.5
12882026-03-26T16:02:20.332Z Downloaded winnow v0.5.40
12892026-03-26T16:02:20.337Z Downloaded bstr v1.12.1
12902026-03-26T16:02:20.348Z Downloaded tokio-util v0.7.18
12912026-03-26T16:02:20.371Z Downloaded smoltcp v0.9.1
12922026-03-26T16:02:20.371Z Downloaded proptest v1.10.0
12932026-03-26T16:02:20.371Z Downloaded rustls v0.21.12
12942026-03-26T16:02:20.371Z Downloaded hickory-proto v0.24.4
12952026-03-26T16:02:20.389Z Downloaded rustls v0.22.4
12962026-03-26T16:02:20.396Z Downloaded regress v0.10.5
12972026-03-26T16:02:20.401Z Downloaded curve25519-dalek v4.1.3
12982026-03-26T16:02:20.416Z Downloaded hickory-proto v0.25.2
12992026-03-26T16:02:20.426Z Downloaded openapiv3 v2.2.0
13002026-03-26T16:02:20.433Z Downloaded quinn-proto v0.11.13
13012026-03-26T16:02:20.441Z Downloaded rustix v0.38.44
13022026-03-26T16:02:20.455Z Downloaded winnow v0.6.26
13032026-03-26T16:02:20.489Z Downloaded dropshot v0.16.7
13042026-03-26T16:02:20.501Z Downloaded polar-core v0.27.3
13052026-03-26T16:02:20.525Z Downloaded tabled v0.20.0
13062026-03-26T16:02:20.535Z Downloaded openssl v0.10.75
13072026-03-26T16:02:20.540Z Downloaded typify-impl v0.6.1
13082026-03-26T16:02:20.548Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-03-26T16:02:20.555Z Downloaded typify-impl v0.4.3
13102026-03-26T16:02:20.564Z Downloaded tracing v0.1.44
13112026-03-26T16:02:20.577Z Downloaded zlib-rs v0.6.2
13122026-03-26T16:02:20.580Z Downloaded zerocopy-derive v0.6.6
13132026-03-26T16:02:20.586Z Downloaded vcpkg v0.2.15
13142026-03-26T16:02:20.608Z Downloaded regex-syntax v0.6.29
13152026-03-26T16:02:20.611Z Downloaded time v0.3.47
13162026-03-26T16:02:20.619Z Downloaded webpki-roots v1.0.6
13172026-03-26T16:02:20.622Z Downloaded object v0.37.3
13182026-03-26T16:02:20.627Z Downloaded nix v0.31.1
13192026-03-26T16:02:20.633Z Downloaded chrono-tz v0.10.4
13202026-03-26T16:02:20.644Z Downloaded zerocopy v0.8.40
13212026-03-26T16:02:20.649Z Downloaded smoltcp v0.11.0
13222026-03-26T16:02:20.656Z Downloaded petgraph v0.8.3
13232026-03-26T16:02:20.669Z Downloaded ratatui v0.29.0
13242026-03-26T16:02:20.680Z Downloaded diesel v2.3.7
13252026-03-26T16:02:20.693Z Downloaded rustls v0.23.37
13262026-03-26T16:02:20.698Z Downloaded nix v0.29.0
13272026-03-26T16:02:20.725Z Downloaded tokio v1.49.0
13282026-03-26T16:02:20.772Z Downloaded regex-syntax v0.8.10
13292026-03-26T16:02:20.817Z Downloaded sqlparser v0.61.0
13302026-03-26T16:02:20.829Z Downloaded sled v0.34.7
13312026-03-26T16:02:20.891Z Downloaded regex-automata v0.4.14
13322026-03-26T16:02:20.945Z Downloaded petgraph v0.6.5
13332026-03-26T16:02:20.967Z Downloaded jiff v0.2.21
13342026-03-26T16:02:20.982Z Downloaded lzma-sys v0.1.20
13352026-03-26T16:02:21.034Z Downloaded csv v1.4.0
13362026-03-26T16:02:21.046Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13372026-03-26T16:02:21.056Z Downloaded libz-sys v1.1.24
13382026-03-26T16:02:21.068Z Downloaded sha3 v0.10.8
13392026-03-26T16:02:21.157Z Downloaded encoding_rs v0.8.35
13402026-03-26T16:02:21.174Z Downloaded ring v0.17.14
13412026-03-26T16:02:21.208Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-26T16:02:21.332Z Downloaded aws-lc-sys v0.37.1
13432026-03-26T16:02:21.584Z Compiling libc v0.2.180
13442026-03-26T16:02:21.584Z Compiling serde v1.0.228
13452026-03-26T16:02:21.587Z Compiling log v0.4.29
13462026-03-26T16:02:21.587Z Compiling find-msvc-tools v0.1.9
13472026-03-26T16:02:21.742Z Compiling shlex v1.3.0
13482026-03-26T16:02:21.745Z Compiling smallvec v1.15.1
13492026-03-26T16:02:21.764Z Compiling syn v2.0.117
13502026-03-26T16:02:21.767Z Compiling typenum v1.19.0
13512026-03-26T16:02:21.906Z Compiling generic-array v0.14.7
13522026-03-26T16:02:21.924Z Compiling subtle v2.6.1
13532026-03-26T16:02:21.956Z Compiling scopeguard v1.2.0
13542026-03-26T16:02:21.984Z Compiling portable-atomic v1.13.1
13552026-03-26T16:02:22.042Z Compiling lock_api v0.4.14
13562026-03-26T16:02:22.055Z Compiling const-oid v0.9.6
13572026-03-26T16:02:22.088Z Compiling critical-section v1.2.0
13582026-03-26T16:02:22.158Z Compiling zerocopy v0.8.40
13592026-03-26T16:02:22.210Z Compiling serde_json v1.0.149
13602026-03-26T16:02:22.264Z Compiling parking_lot_core v0.9.12
13612026-03-26T16:02:22.394Z Compiling pin-project-lite v0.2.17
13622026-03-26T16:02:22.622Z Compiling getrandom v0.2.17
13632026-03-26T16:02:22.671Z Compiling jobserver v0.1.34
13642026-03-26T16:02:22.675Z Compiling errno v0.3.14
13652026-03-26T16:02:22.839Z Compiling rand_core v0.6.4
13662026-03-26T16:02:22.852Z Compiling signal-hook-registry v1.4.8
13672026-03-26T16:02:22.890Z Compiling cc v1.2.56
13682026-03-26T16:02:23.047Z Compiling once_cell v1.21.3
13692026-03-26T16:02:23.064Z Compiling pkg-config v0.3.32
13702026-03-26T16:02:23.091Z Compiling parking_lot v0.12.5
13712026-03-26T16:02:23.116Z Compiling mio v1.1.1
13722026-03-26T16:02:23.135Z Compiling bitflags v2.11.0
13732026-03-26T16:02:23.261Z Compiling libm v0.2.16
13742026-03-26T16:02:23.390Z Compiling num-traits v0.2.19
13752026-03-26T16:02:23.481Z Compiling futures-core v0.3.32
13762026-03-26T16:02:23.629Z Compiling socket2 v0.6.2
13772026-03-26T16:02:23.644Z Compiling percent-encoding v2.3.2
13782026-03-26T16:02:23.644Z Compiling allocator-api2 v0.2.21
13792026-03-26T16:02:23.741Z Compiling futures-sink v0.3.32
13802026-03-26T16:02:23.838Z Compiling foldhash v0.2.0
13812026-03-26T16:02:23.854Z Compiling cpufeatures v0.2.17
13822026-03-26T16:02:23.915Z Compiling futures-channel v0.3.32
13832026-03-26T16:02:23.932Z Compiling getrandom v0.4.1
13842026-03-26T16:02:23.995Z Compiling hashbrown v0.16.1
13852026-03-26T16:02:24.030Z Compiling futures-task v0.3.32
13862026-03-26T16:02:24.071Z Compiling futures-io v0.3.32
13872026-03-26T16:02:24.152Z Compiling slab v0.4.12
13882026-03-26T16:02:24.207Z Compiling getrandom v0.3.4
13892026-03-26T16:02:24.232Z Compiling rand_core v0.10.0
13902026-03-26T16:02:24.290Z Compiling rustversion v1.0.22
13912026-03-26T16:02:24.334Z Compiling form_urlencoded v1.2.2
13922026-03-26T16:02:24.518Z Compiling cmake v0.1.57
13932026-03-26T16:02:24.602Z Compiling indexmap v2.13.0
13942026-03-26T16:02:24.743Z Compiling synstructure v0.13.2
13952026-03-26T16:02:24.761Z Compiling base64ct v1.8.3
13962026-03-26T16:02:24.936Z Compiling dunce v1.0.5
13972026-03-26T16:02:25.035Z Compiling ident_case v1.0.1
13982026-03-26T16:02:25.050Z Compiling fs_extra v1.3.0
13992026-03-26T16:02:25.063Z Compiling pem-rfc7468 v0.7.0
14002026-03-26T16:02:25.161Z Compiling flagset v0.4.7
14012026-03-26T16:02:25.192Z Compiling rand_core v0.9.5
14022026-03-26T16:02:25.268Z Compiling rustix v1.1.3
14032026-03-26T16:02:25.283Z Compiling iana-time-zone v0.1.65
14042026-03-26T16:02:25.297Z Compiling uuid v1.21.0
14052026-03-26T16:02:25.318Z Compiling aws-lc-sys v0.37.1
14062026-03-26T16:02:25.365Z Compiling ring v0.17.14
14072026-03-26T16:02:25.379Z Compiling rustc_version v0.4.1
14082026-03-26T16:02:25.474Z Compiling aws-lc-rs v1.16.0
14092026-03-26T16:02:25.488Z Compiling vcpkg v0.2.15
14102026-03-26T16:02:25.705Z Compiling regex-syntax v0.8.10
14112026-03-26T16:02:25.761Z Compiling tracing-core v0.1.36
14122026-03-26T16:02:26.004Z Compiling crossbeam-utils v0.8.21
14132026-03-26T16:02:26.222Z Compiling openssl-sys v0.9.111
14142026-03-26T16:02:26.311Z Compiling pest_generator v2.8.6
14152026-03-26T16:02:26.326Z Compiling serde_derive_internals v0.29.1
14162026-03-26T16:02:26.485Z Compiling serde_derive v1.0.228
14172026-03-26T16:02:26.746Z Compiling zeroize_derive v1.4.3
14182026-03-26T16:02:26.998Z Compiling zerofrom-derive v0.1.6
14192026-03-26T16:02:27.016Z Compiling yoke-derive v0.8.1
14202026-03-26T16:02:27.225Z Compiling zerocopy-derive v0.8.40
14212026-03-26T16:02:27.388Z Compiling zeroize v1.8.2
14222026-03-26T16:02:28.072Z Compiling zerovec-derive v0.11.2
14232026-03-26T16:02:28.179Z Compiling crypto-common v0.1.7
14242026-03-26T16:02:28.194Z Compiling block-buffer v0.10.4
14252026-03-26T16:02:28.332Z Compiling digest v0.10.7
14262026-03-26T16:02:28.364Z Compiling displaydoc v0.2.5
14272026-03-26T16:02:28.424Z Compiling zerofrom v0.1.6
14282026-03-26T16:02:28.552Z Compiling yoke v0.8.1
14292026-03-26T16:02:28.580Z Compiling tokio-macros v2.6.0
14302026-03-26T16:02:28.746Z Compiling hmac v0.12.1
14312026-03-26T16:02:28.901Z Compiling futures-macro v0.3.32
14322026-03-26T16:02:29.100Z Compiling zerotrie v0.2.3
14332026-03-26T16:02:29.179Z Compiling zerovec v0.11.5
14342026-03-26T16:02:29.289Z Compiling block-padding v0.3.3
14352026-03-26T16:02:29.400Z Compiling sha2 v0.10.9
14362026-03-26T16:02:29.448Z Compiling inout v0.1.4
14372026-03-26T16:02:29.612Z Compiling cipher v0.4.4
14382026-03-26T16:02:29.672Z Compiling tinystr v0.8.2
14392026-03-26T16:02:29.688Z Compiling potential_utf v0.1.4
14402026-03-26T16:02:29.851Z Compiling icu_locale_core v2.1.1
14412026-03-26T16:02:29.865Z Compiling bytes v1.11.1
14422026-03-26T16:02:29.868Z Compiling icu_collections v2.1.1
14432026-03-26T16:02:29.929Z Compiling futures-util v0.3.32
14442026-03-26T16:02:30.339Z Compiling tokio v1.49.0
14452026-03-26T16:02:30.455Z Compiling icu_provider v2.1.1
14462026-03-26T16:02:30.514Z Compiling der_derive v0.7.3
14472026-03-26T16:02:30.699Z Compiling icu_normalizer v2.1.1
14482026-03-26T16:02:30.715Z Compiling icu_properties v2.1.2
14492026-03-26T16:02:30.755Z Compiling http v1.4.0
14502026-03-26T16:02:31.231Z Compiling chrono v0.4.44
14512026-03-26T16:02:31.446Z Compiling ppv-lite86 v0.2.21
14522026-03-26T16:02:31.615Z Compiling idna_adapter v1.2.1
14532026-03-26T16:02:31.648Z Compiling der v0.7.10
14542026-03-26T16:02:31.750Z Compiling idna v1.1.0
14552026-03-26T16:02:31.765Z Compiling salsa20 v0.10.2
14562026-03-26T16:02:31.828Z Compiling pbkdf2 v0.12.2
14572026-03-26T16:02:31.895Z Compiling thiserror-impl v2.0.18
14582026-03-26T16:02:31.895Z Compiling scrypt v0.11.0
14592026-03-26T16:02:32.150Z Compiling url v2.5.8
14602026-03-26T16:02:32.165Z Compiling rand_chacha v0.9.0
14612026-03-26T16:02:32.378Z Compiling cbc v0.1.2
14622026-03-26T16:02:32.547Z Compiling spki v0.7.3
14632026-03-26T16:02:32.608Z Compiling aes v0.8.4
14642026-03-26T16:02:32.789Z Compiling rustls-pki-types v1.14.0
14652026-03-26T16:02:32.870Z Compiling tracing-attributes v0.1.31
14662026-03-26T16:02:32.887Z Compiling rand v0.9.2
14672026-03-26T16:02:32.972Z Compiling http-body v1.0.1
14682026-03-26T16:02:33.122Z Compiling pkcs5 v0.7.1
14692026-03-26T16:02:33.255Z Compiling thiserror v2.0.18
14702026-03-26T16:02:33.362Z Compiling untrusted v0.9.0
14712026-03-26T16:02:33.376Z Compiling syn v1.0.109
14722026-03-26T16:02:33.486Z Compiling base64 v0.22.1
14732026-03-26T16:02:33.593Z Compiling schemars v0.8.22
14742026-03-26T16:02:33.666Z Compiling openssl-probe v0.2.1
14752026-03-26T16:02:33.681Z Compiling untrusted v0.7.1
14762026-03-26T16:02:33.684Z Compiling httparse v1.10.1
14772026-03-26T16:02:33.833Z Compiling pkcs8 v0.10.2
14782026-03-26T16:02:33.847Z Compiling schemars_derive v0.8.22
14792026-03-26T16:02:33.862Z Compiling pest_derive v2.8.6
14802026-03-26T16:02:34.025Z Compiling tokio-util v0.7.18
14812026-03-26T16:02:34.170Z Compiling tracing v0.1.44
14822026-03-26T16:02:34.184Z Compiling scroll_derive v0.13.1
14832026-03-26T16:02:34.431Z Compiling darling_core v0.20.11
14842026-03-26T16:02:34.754Z Compiling rustls v0.23.37
14852026-03-26T16:02:34.927Z Compiling try-lock v0.2.5
14862026-03-26T16:02:34.957Z Compiling dyn-clone v1.0.20
14872026-03-26T16:02:35.037Z Compiling tower-service v0.3.3
14882026-03-26T16:02:35.052Z Compiling tower-layer v0.3.3
14892026-03-26T16:02:35.066Z Compiling atomic-waker v1.1.2
14902026-03-26T16:02:35.092Z Compiling tinyvec_macros v0.1.1
14912026-03-26T16:02:35.192Z Compiling tinyvec v1.10.0
14922026-03-26T16:02:35.195Z Compiling h2 v0.4.13
14932026-03-26T16:02:35.205Z Compiling want v0.3.1
14942026-03-26T16:02:35.366Z Compiling scroll v0.13.0
14952026-03-26T16:02:35.628Z Compiling ipnet v2.11.0
14962026-03-26T16:02:35.796Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-26T16:02:35.895Z Compiling spin v0.9.8
14982026-03-26T16:02:36.100Z Compiling aho-corasick v1.1.4
14992026-03-26T16:02:36.115Z Compiling foreign-types-shared v0.1.1
15002026-03-26T16:02:36.173Z Compiling httpdate v1.0.3
15012026-03-26T16:02:36.202Z Compiling num-conv v0.2.0
15022026-03-26T16:02:36.333Z Compiling pin-utils v0.1.0
15032026-03-26T16:02:36.393Z Compiling time-core v0.1.8
15042026-03-26T16:02:36.408Z Compiling crc32fast v1.5.0
15052026-03-26T16:02:36.411Z Compiling powerfmt v0.2.0
15062026-03-26T16:02:36.538Z Compiling openssl v0.10.75
15072026-03-26T16:02:36.621Z Compiling deranged v0.5.8
15082026-03-26T16:02:36.662Z Compiling darling_macro v0.20.11
15092026-03-26T16:02:36.723Z Compiling time-macros v0.2.27
15102026-03-26T16:02:36.781Z Compiling tempfile v3.25.0
15112026-03-26T16:02:37.130Z Compiling darling v0.20.11
15122026-03-26T16:02:37.146Z Compiling regex-automata v0.4.14
15132026-03-26T16:02:37.214Z Compiling foreign-types v0.3.2
15142026-03-26T16:02:37.597Z Compiling goblin v0.10.5
15152026-03-26T16:02:37.840Z Compiling thiserror-impl v1.0.69
15162026-03-26T16:02:38.346Z Compiling hyper v1.8.1
15172026-03-26T16:02:39.106Z Compiling openssl-macros v0.1.1
15182026-03-26T16:02:39.138Z Compiling wait-timeout v0.2.1
15192026-03-26T16:02:39.375Z Compiling num_threads v0.1.7
15202026-03-26T16:02:39.399Z Compiling bit-vec v0.8.0
15212026-03-26T16:02:39.472Z Compiling native-tls v0.2.18
15222026-03-26T16:02:39.487Z Compiling usdt-impl v0.6.0
15232026-03-26T16:02:39.626Z Compiling siphasher v1.0.2
15242026-03-26T16:02:39.671Z Compiling quick-error v1.2.3
15252026-03-26T16:02:39.685Z Compiling simd-adler32 v0.3.8
15262026-03-26T16:02:39.775Z Compiling either v1.15.0
15272026-03-26T16:02:39.812Z Compiling rusty-fork v0.3.1
15282026-03-26T16:02:39.941Z Compiling bit-set v0.8.0
15292026-03-26T16:02:39.978Z Compiling time v0.3.47
15302026-03-26T16:02:40.101Z Compiling hyper-util v0.1.20
15312026-03-26T16:02:40.121Z Compiling thiserror v1.0.69
15322026-03-26T16:02:40.225Z Compiling derive_builder_core v0.20.2
15332026-03-26T16:02:41.100Z Compiling dof v0.4.0
15342026-03-26T16:02:41.482Z Compiling unicode-normalization v0.1.25
15352026-03-26T16:02:41.556Z Compiling crossbeam-epoch v0.9.18
15362026-03-26T16:02:41.788Z Compiling dtrace-parser v0.3.0
15372026-03-26T16:02:41.808Z Compiling rustls-native-certs v0.8.3
15382026-03-26T16:02:41.872Z Compiling signature v2.2.0
15392026-03-26T16:02:41.918Z Compiling scroll_derive v0.12.1
15402026-03-26T16:02:42.045Z Compiling heapless v0.7.17
15412026-03-26T16:02:42.096Z Compiling rand_xorshift v0.4.0
15422026-03-26T16:02:42.241Z Compiling slog v2.8.2
15432026-03-26T16:02:42.256Z Compiling darling_core v0.21.3
15442026-03-26T16:02:42.277Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-26T16:02:42.421Z Compiling sync_wrapper v1.0.2
15462026-03-26T16:02:42.526Z Compiling thread-id v5.1.0
15472026-03-26T16:02:42.579Z Compiling cookie v0.18.1
15482026-03-26T16:02:42.594Z Compiling rayon-core v1.13.0
15492026-03-26T16:02:42.601Z Compiling unarray v0.1.4
15502026-03-26T16:02:42.621Z Compiling zstd-safe v7.2.4
15512026-03-26T16:02:42.714Z Compiling unicode-segmentation v1.12.0
15522026-03-26T16:02:42.756Z Compiling unicode-bidi v0.3.18
15532026-03-26T16:02:42.771Z Compiling anyhow v1.0.102
15542026-03-26T16:02:42.811Z Compiling unicode-properties v0.1.4
15552026-03-26T16:02:42.838Z Compiling adler2 v2.0.1
15562026-03-26T16:02:42.972Z Compiling signal-hook v0.3.18
15572026-03-26T16:02:43.017Z Compiling paste v1.0.15
15582026-03-26T16:02:43.094Z Compiling stringprep v0.1.5
15592026-03-26T16:02:43.158Z Compiling miniz_oxide v0.8.9
15602026-03-26T16:02:43.318Z Compiling proptest v1.10.0
15612026-03-26T16:02:43.353Z Compiling scroll v0.12.0
15622026-03-26T16:02:43.615Z Compiling tower v0.5.3
15632026-03-26T16:02:43.917Z Compiling crossbeam-deque v0.8.6
15642026-03-26T16:02:44.071Z Compiling derive_builder_macro v0.20.2
15652026-03-26T16:02:44.087Z Compiling ipnetwork v0.21.1
15662026-03-26T16:02:44.101Z Compiling webpki-roots v1.0.6
15672026-03-26T16:02:44.104Z Compiling http-body-util v0.1.3
15682026-03-26T16:02:44.158Z Compiling rand_chacha v0.3.1
15692026-03-26T16:02:44.217Z Compiling toml_datetime v0.6.11
15702026-03-26T16:02:44.349Z Compiling erased-serde v0.3.31
15712026-03-26T16:02:44.469Z Compiling serde_spanned v0.6.9
15722026-03-26T16:02:44.472Z Compiling serde_tokenstream v0.2.3
15732026-03-26T16:02:44.514Z Compiling md-5 v0.10.6
15742026-03-26T16:02:44.613Z Compiling zerocopy-derive v0.7.35
15752026-03-26T16:02:44.683Z Compiling curve25519-dalek v4.1.3
15762026-03-26T16:02:44.781Z Compiling darling_macro v0.21.3
15772026-03-26T16:02:44.796Z Compiling vergen-lib v0.1.6
15782026-03-26T16:02:44.828Z Compiling num-integer v0.1.46
15792026-03-26T16:02:44.964Z Compiling hash32 v0.2.1
15802026-03-26T16:02:44.976Z Compiling ff v0.13.1
15812026-03-26T16:02:45.013Z Compiling memoffset v0.9.1
15822026-03-26T16:02:45.110Z Compiling litrs v1.0.0
15832026-03-26T16:02:45.148Z Compiling iri-string v0.7.10
15842026-03-26T16:02:45.148Z Compiling fallible-iterator v0.2.0
15852026-03-26T16:02:45.203Z Compiling base16ct v0.2.0
15862026-03-26T16:02:45.246Z Compiling ryu v1.0.23
15872026-03-26T16:02:45.384Z Compiling ref-cast v1.0.25
15882026-03-26T16:02:45.424Z Compiling num-bigint-dig v0.8.6
15892026-03-26T16:02:45.464Z Compiling psl-types v2.0.11
15902026-03-26T16:02:45.479Z Compiling rustix v0.38.44
15912026-03-26T16:02:45.587Z Compiling smoltcp v0.9.1
15922026-03-26T16:02:45.608Z Compiling zlib-rs v0.6.2
15932026-03-26T16:02:45.622Z Compiling cfg_aliases v0.2.1
15942026-03-26T16:02:45.695Z Compiling nix v0.31.1
15952026-03-26T16:02:45.720Z Compiling document-features v0.2.12
15962026-03-26T16:02:45.945Z Compiling newtype-uuid v1.3.2
15972026-03-26T16:02:45.959Z Compiling publicsuffix v2.3.0
15982026-03-26T16:02:46.057Z Compiling zerocopy v0.7.35
15992026-03-26T16:02:46.126Z Compiling postgres-protocol v0.6.10
16002026-03-26T16:02:46.270Z Compiling tower-http v0.6.8
16012026-03-26T16:02:46.296Z Compiling serde_urlencoded v0.7.1
16022026-03-26T16:02:46.540Z Compiling sec1 v0.7.3
16032026-03-26T16:02:46.592Z Compiling darling v0.21.3
16042026-03-26T16:02:46.667Z Compiling group v0.13.0
16052026-03-26T16:02:46.696Z Compiling num-iter v0.1.45
16062026-03-26T16:02:46.808Z Compiling derive_builder v0.20.2
16072026-03-26T16:02:46.849Z Compiling rand v0.8.5
16082026-03-26T16:02:46.849Z Compiling oxnet v0.1.4
16092026-03-26T16:02:46.956Z Compiling proc-macro-error v1.0.4
16102026-03-26T16:02:47.228Z Compiling tokio-native-tls v0.3.1
16112026-03-26T16:02:47.256Z Compiling goblin v0.8.2
16122026-03-26T16:02:47.959Z Compiling heck v0.4.1
16132026-03-26T16:02:47.987Z Compiling phf_shared v0.13.1
16142026-03-26T16:02:48.078Z Compiling regex v1.12.3
16152026-03-26T16:02:48.182Z Compiling hubpack_derive v0.1.1
16162026-03-26T16:02:48.185Z Compiling lazy_static v1.5.0
16172026-03-26T16:02:48.226Z Compiling cargo-platform v0.1.9
16182026-03-26T16:02:48.277Z Compiling hkdf v0.12.4
16192026-03-26T16:02:48.445Z Compiling crypto-bigint v0.5.5
16202026-03-26T16:02:48.480Z Compiling flate2 v1.1.9
16212026-03-26T16:02:48.513Z Compiling terminal_size v0.4.3
16222026-03-26T16:02:48.630Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-26T16:02:48.652Z Compiling strum_macros v0.27.2
16242026-03-26T16:02:48.853Z Compiling async-trait v0.1.89
16252026-03-26T16:02:48.890Z Compiling ref-cast-impl v1.0.25
16262026-03-26T16:02:49.274Z Compiling daft-derive v0.1.5
16272026-03-26T16:02:49.424Z Compiling vergen v9.0.6
16282026-03-26T16:02:49.607Z Compiling fs-err v3.3.0
16292026-03-26T16:02:49.802Z Compiling ahash v0.8.12
16302026-03-26T16:02:49.871Z Compiling libbz2-rs-sys v0.2.2
16312026-03-26T16:02:49.974Z Compiling winnow v0.5.40
16322026-03-26T16:02:50.000Z Compiling bitflags v1.3.2
16332026-03-26T16:02:50.104Z Compiling foldhash v0.1.5
16342026-03-26T16:02:50.270Z Compiling object v0.37.3
16352026-03-26T16:02:50.535Z Compiling managed v0.8.0
16362026-03-26T16:02:50.549Z Compiling bumpalo v3.20.2
16372026-03-26T16:02:50.562Z Compiling console v0.16.2
16382026-03-26T16:02:50.610Z Compiling strum v0.27.2
16392026-03-26T16:02:50.757Z Compiling zopfli v0.8.3
16402026-03-26T16:02:50.787Z Compiling bzip2 v0.6.1
16412026-03-26T16:02:50.808Z Compiling hashbrown v0.15.5
16422026-03-26T16:02:51.046Z Compiling clap_builder v4.5.60
16432026-03-26T16:02:51.110Z Compiling daft v0.1.5
16442026-03-26T16:02:51.344Z Compiling toml_edit v0.19.15
16452026-03-26T16:02:51.404Z Compiling dof v0.3.0
16462026-03-26T16:02:51.467Z Compiling elliptic-curve v0.13.8
16472026-03-26T16:02:51.517Z Compiling hubpack v0.1.2
16482026-03-26T16:02:51.745Z Compiling cargo_metadata v0.19.2
16492026-03-26T16:02:52.104Z Compiling zone_cfg_derive v0.3.1
16502026-03-26T16:02:52.755Z Compiling phf v0.13.1
16512026-03-26T16:02:52.925Z Compiling signal-hook-mio v0.2.5
16522026-03-26T16:02:53.111Z Compiling cookie_store v0.22.1
16532026-03-26T16:02:53.420Z Compiling rayon v1.11.0
16542026-03-26T16:02:53.777Z Compiling zstd v0.13.3
16552026-03-26T16:02:53.990Z Compiling hyper-tls v0.6.0
16562026-03-26T16:02:54.038Z Compiling bzip2 v0.4.4
16572026-03-26T16:02:54.138Z Compiling serde_with_macros v3.17.0
16582026-03-26T16:02:54.211Z Compiling postgres-types v0.2.12
16592026-03-26T16:02:54.281Z Compiling usdt-attr-macro v0.6.0
16602026-03-26T16:02:54.539Z Compiling usdt-macro v0.6.0
16612026-03-26T16:02:54.775Z Compiling ed25519 v2.2.3
16622026-03-26T16:02:55.059Z Compiling dtrace-parser v0.2.0
16632026-03-26T16:02:55.148Z Compiling itertools v0.12.1
16642026-03-26T16:02:55.242Z Compiling phf_shared v0.11.3
16652026-03-26T16:02:55.265Z Compiling bstr v1.12.1
16662026-03-26T16:02:55.343Z Compiling pkcs1 v0.7.5
16672026-03-26T16:02:55.426Z Compiling hex v0.4.3
16682026-03-26T16:02:55.693Z Compiling serde-big-array v0.5.1
16692026-03-26T16:02:55.697Z Compiling rfc6979 v0.4.0
16702026-03-26T16:02:55.739Z Compiling strum_macros v0.26.4
16712026-03-26T16:02:55.810Z Compiling clap_derive v4.5.55
16722026-03-26T16:02:55.830Z Compiling serde_repr v0.1.20
16732026-03-26T16:02:55.846Z Compiling enum-as-inner v0.6.1
16742026-03-26T16:02:55.906Z Compiling float-cmp v0.10.0
16752026-03-26T16:02:56.055Z Compiling thread-id v4.2.2
16762026-03-26T16:02:56.141Z Compiling memmap2 v0.9.10
16772026-03-26T16:02:56.335Z Compiling env_filter v1.0.0
16782026-03-26T16:02:56.350Z Compiling encoding_rs v0.8.35
16792026-03-26T16:02:56.364Z Compiling mime v0.3.17
16802026-03-26T16:02:56.368Z Compiling jiff v0.2.21
16812026-03-26T16:02:56.615Z Compiling unit-prefix v0.5.2
16822026-03-26T16:02:56.639Z Compiling whoami v2.1.0
16832026-03-26T16:02:56.766Z Compiling new_debug_unreachable v1.0.6
16842026-03-26T16:02:56.843Z Compiling normalize-line-endings v0.3.0
16852026-03-26T16:02:56.948Z Compiling precomputed-hash v0.1.1
16862026-03-26T16:02:57.009Z Compiling fixedbitset v0.5.7
16872026-03-26T16:02:57.037Z Compiling keccak v0.1.6
16882026-03-26T16:02:57.311Z Compiling data-encoding v2.10.0
16892026-03-26T16:02:57.470Z Compiling difflib v0.4.0
16902026-03-26T16:02:57.498Z Compiling fixedbitset v0.4.2
16912026-03-26T16:02:57.578Z Compiling predicates-core v1.0.10
16922026-03-26T16:02:57.756Z Compiling static_assertions v1.1.0
16932026-03-26T16:02:57.777Z Compiling rustc-hash v2.1.1
16942026-03-26T16:02:57.833Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-03-26T16:02:57.902Z Compiling iddqd v0.3.17
16962026-03-26T16:02:57.905Z Compiling predicates v3.1.4
16972026-03-26T16:02:57.930Z Compiling petgraph v0.6.5
16982026-03-26T16:02:58.059Z Compiling hickory-proto v0.25.2
16992026-03-26T16:02:58.077Z Compiling clap v4.5.60
17002026-03-26T16:02:58.146Z Compiling strum v0.26.3
17012026-03-26T16:02:58.278Z Compiling petgraph v0.8.3
17022026-03-26T16:02:58.583Z Compiling sha3 v0.10.8
17032026-03-26T16:02:59.043Z Compiling zip v4.6.1
17042026-03-26T16:02:59.054Z Compiling string_cache v0.8.9
17052026-03-26T16:02:59.288Z Compiling tokio-postgres v0.7.16
17062026-03-26T16:02:59.422Z Compiling indicatif v0.18.4
17072026-03-26T16:02:59.992Z Compiling env_logger v0.11.9
17082026-03-26T16:03:00.233Z Compiling toml_edit v0.22.27
17092026-03-26T16:03:00.273Z Compiling usdt v0.6.0
17102026-03-26T16:03:00.344Z Compiling zone v0.3.1
17112026-03-26T16:03:00.532Z Compiling usdt-impl v0.5.0
17122026-03-26T16:03:00.565Z Compiling ecdsa v0.16.9
17132026-03-26T16:03:00.639Z Compiling similar v2.7.0
17142026-03-26T16:03:00.953Z Compiling serde_with v3.17.0
17152026-03-26T16:03:01.013Z Compiling rsa v0.9.10
17162026-03-26T16:03:01.105Z Compiling crossterm v0.28.1
17172026-03-26T16:03:01.468Z Compiling ed25519-dalek v2.2.0
17182026-03-26T16:03:02.128Z Compiling zip v0.6.6
17192026-03-26T16:03:02.670Z Compiling toml v0.7.8
17202026-03-26T16:03:02.947Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-26T16:03:02.966Z Compiling itertools v0.13.0
17222026-03-26T16:03:03.005Z Compiling tokio-stream v0.1.18
17232026-03-26T16:03:03.107Z Compiling buf-list v1.1.2
17242026-03-26T16:03:03.297Z Compiling x509-cert v0.2.5
17252026-03-26T16:03:03.386Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-26T16:03:03.471Z Compiling openapiv3 v2.2.0
17272026-03-26T16:03:03.581Z Compiling sha1 v0.10.6
17282026-03-26T16:03:03.684Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-26T16:03:03.804Z Compiling peg-runtime v0.8.5
17302026-03-26T16:03:03.973Z Compiling lalrpop-util v0.19.12
17312026-03-26T16:03:04.090Z Compiling thread_local v1.1.9
17322026-03-26T16:03:04.168Z Compiling slog-async v2.8.0
17332026-03-26T16:03:04.202Z Compiling crossbeam-channel v0.5.15
17342026-03-26T16:03:04.330Z Compiling futures-executor v0.3.32
17352026-03-26T16:03:04.346Z Compiling filetime v0.2.27
17362026-03-26T16:03:04.481Z Compiling is-terminal v0.4.17
17372026-03-26T16:03:04.518Z Compiling term v1.2.1
17382026-03-26T16:03:04.579Z Compiling take_mut v0.2.2
17392026-03-26T16:03:04.595Z Compiling xattr v1.6.1
17402026-03-26T16:03:04.648Z Compiling futures v0.3.32
17412026-03-26T16:03:04.731Z Compiling tar v0.4.44
17422026-03-26T16:03:04.908Z Compiling slog-term v2.9.2
17432026-03-26T16:03:11.575Z Compiling rustls-webpki v0.103.9
17442026-03-26T16:03:14.376Z Compiling tokio-rustls v0.26.4
17452026-03-26T16:03:14.376Z Compiling rustls-platform-verifier v0.6.2
17462026-03-26T16:03:14.579Z Compiling hyper-rustls v0.27.7
17472026-03-26T16:03:14.781Z Compiling reqwest v0.12.28
17482026-03-26T16:03:14.781Z Compiling reqwest v0.13.2
17492026-03-26T16:03:16.877Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-26T16:03:17.094Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-26T16:03:19.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-03-26T16:03:20.061Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-26T16:03:20.115ZMar 26 16:03:19.125 INFO Starting download, target: Cockroach
17542026-03-26T16:03:20.115ZMar 26 16:03:19.125 INFO Starting download, target: Clickhouse
17552026-03-26T16:03:20.115ZMar 26 16:03:19.125 INFO Starting download, target: DendriteStub
17562026-03-26T16:03:20.115ZMar 26 16:03:19.125 INFO Starting download, target: Console
17572026-03-26T16:03:20.115ZMar 26 16:03:19.125 INFO Starting download, target: MaghemiteMgd
17582026-03-26T16:03:20.119ZMar 26 16:03:19.125 INFO Starting download, target: TransceiverControl
17592026-03-26T16:03:20.119ZMar 26 16:03:19.125 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-26T16:03:20.119ZMar 26 16:03:19.126 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-26T16:03:20.119ZMar 26 16:03:19.126 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-26T16:03:20.119ZMar 26 16:03:19.126 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-26T16:03:20.119ZMar 26 16:03:19.126 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-26T16:03:20.119ZMar 26 16:03:19.126 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-26T16:03:20.692ZMar 26 16:03:19.690 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-26T16:03:20.893ZMar 26 16:03:19.902 INFO Download complete, target: TransceiverControl
17672026-03-26T16:03:21.694ZMar 26 16:03:20.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-26T16:03:21.812ZMar 26 16:03:20.821 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-26T16:03:22.411ZMar 26 16:03:21.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17702026-03-26T16:03:22.421ZMar 26 16:03:21.431 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-26T16:03:22.729ZMar 26 16:03:21.737 INFO Download complete, target: Console
17722026-03-26T16:03:22.852ZMar 26 16:03:21.862 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-26T16:03:22.852ZMar 26 16:03:21.863 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-26T16:03:24.012ZMar 26 16:03:23.022 INFO Download complete, target: DendriteStub
17752026-03-26T16:03:24.177ZMar 26 16:03:23.186 INFO Download complete, target: MaghemiteMgd
17762026-03-26T16:03:27.538ZMar 26 16:03:26.547 INFO Checking that binary works, target: Cockroach
17772026-03-26T16:03:27.663ZMar 26 16:03:26.672 INFO Download complete, target: Cockroach
17782026-03-26T16:03:29.318ZMar 26 16:03:28.327 INFO Checking that binary works, target: Clickhouse
17792026-03-26T16:03:29.450ZMar 26 16:03:28.459 INFO Download complete, target: Clickhouse
17802026-03-26T16:03:29.548ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-26T16:03:29.552Z
17822026-03-26T16:03:29.552Zreal 3:09.403131173
17832026-03-26T16:03:29.552Zuser 7:16.082054344
17842026-03-26T16:03:29.552Zsys 1:24.936254464
17852026-03-26T16:03:29.552Ztrap 0.224535928
17862026-03-26T16:03:29.552Ztflt 1.088173192
17872026-03-26T16:03:29.552Zdflt 1.622080369
17882026-03-26T16:03:29.552Zkflt 0.099863681
17892026-03-26T16:03:29.552Zlock 21:21.363683295
17902026-03-26T16:03:29.552Zslp 22:18.889645020
17912026-03-26T16:03:29.553Zlat 43.293956557
17922026-03-26T16:03:29.553Zstop 2:04.410738452
17932026-03-26T16:03:29.553Z+ banner clippy
17942026-03-26T16:03:29.553Z
17952026-03-26T16:03:29.553Z #### # # ##### ##### # #
17962026-03-26T16:03:29.553Z # # # # # # # # # #
17972026-03-26T16:03:29.553Z # # # # # # # #
17982026-03-26T16:03:29.553Z # # # ##### ##### #
17992026-03-26T16:03:29.553Z # # # # # # #
18002026-03-26T16:03:29.553Z #### ###### # # # #
18012026-03-26T16:03:29.553Z
18022026-03-26T16:03:29.553Z+ export CARGO_INCREMENTAL=0
18032026-03-26T16:03:29.553Z+ CARGO_INCREMENTAL=0
18042026-03-26T16:03:29.554Z+ ptime -m cargo xtask clippy
18052026-03-26T16:03:30.087Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-26T16:03:30.309Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-26T16:03:32.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
18082026-03-26T16:03:32.254Z Running `target/debug/xtask clippy`
18092026-03-26T16:03:32.282Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-26T16:03:32.893Z Downloading crates ...
18112026-03-26T16:03:33.093Z Downloaded blake2b_simd v1.0.4
18122026-03-26T16:03:33.103Z Downloaded fancy-regex v0.14.0
18132026-03-26T16:03:33.112Z Downloaded futures-timer v3.0.3
18142026-03-26T16:03:33.116Z Downloaded partial-io v0.5.4
18152026-03-26T16:03:33.116Z Downloaded event-listener-strategy v0.5.4
18162026-03-26T16:03:33.116Z Downloaded async-object-pool v0.2.0
18172026-03-26T16:03:33.120Z Downloaded supports-unicode v2.1.0
18182026-03-26T16:03:33.121Z Downloaded relative-path v1.9.3
18192026-03-26T16:03:33.126Z Downloaded tinytemplate v1.2.1
18202026-03-26T16:03:33.129Z Downloaded path-tree v0.8.3
18212026-03-26T16:03:33.130Z Downloaded knuffel-derive v3.2.0
18222026-03-26T16:03:33.130Z Downloaded cargo_metadata v0.23.1
18232026-03-26T16:03:33.133Z Downloaded serde_regex v1.1.0
18242026-03-26T16:03:33.136Z Downloaded cargo-platform v0.3.2
18252026-03-26T16:03:33.149Z Downloaded supports-hyperlinks v2.1.0
18262026-03-26T16:03:33.151Z Downloaded miette-derive v5.10.0
18272026-03-26T16:03:33.151Z Downloaded target-spec v3.5.7
18282026-03-26T16:03:33.155Z Downloaded rustc-demangle v0.1.27
18292026-03-26T16:03:33.155Z Downloaded libtest-mimic v0.8.1
18302026-03-26T16:03:33.158Z Downloaded anes v0.1.6
18312026-03-26T16:03:33.161Z Downloaded pathdiff v0.2.3
18322026-03-26T16:03:33.164Z Downloaded target-triple v1.0.0
18332026-03-26T16:03:33.164Z Downloaded backtrace-ext v0.2.1
18342026-03-26T16:03:33.167Z Downloaded linkme-impl v0.3.35
18352026-03-26T16:03:33.167Z Downloaded assert-json-diff v2.0.2
18362026-03-26T16:03:33.170Z Downloaded approx v0.5.1
18372026-03-26T16:03:33.177Z Downloaded similar-asserts v1.7.0
18382026-03-26T16:03:33.180Z Downloaded supports-color v2.1.0
18392026-03-26T16:03:33.180Z Downloaded plotters-svg v0.3.7
18402026-03-26T16:03:33.185Z Downloaded plotters-backend v0.3.7
18412026-03-26T16:03:33.188Z Downloaded terminal_size v0.1.17
18422026-03-26T16:03:33.188Z Downloaded guppy-workspace-hack v0.1.0
18432026-03-26T16:03:33.199Z Downloaded escape8259 v0.5.3
18442026-03-26T16:03:33.202Z Downloaded rust-argon2 v2.1.0
18452026-03-26T16:03:33.205Z Downloaded nested v0.1.1
18462026-03-26T16:03:33.205Z Downloaded parking v2.2.1
18472026-03-26T16:03:33.205Z Downloaded miette v5.10.0
18482026-03-26T16:03:33.208Z Downloaded cast v0.3.0
18492026-03-26T16:03:33.211Z Downloaded trybuild v1.0.116
18502026-03-26T16:03:33.213Z Downloaded toml v1.0.3+spec-1.1.0
18512026-03-26T16:03:33.213Z Downloaded async-lock v3.4.2
18522026-03-26T16:03:33.216Z Downloaded stringmetrics v2.2.2
18532026-03-26T16:03:33.216Z Downloaded rand_distr v0.5.1
18542026-03-26T16:03:33.219Z Downloaded termcolor v1.4.1
18552026-03-26T16:03:33.219Z Downloaded oorandom v11.1.5
18562026-03-26T16:03:33.219Z Downloaded linkme v0.3.35
18572026-03-26T16:03:33.222Z Downloaded assert_cmd v2.1.2
18582026-03-26T16:03:33.222Z Downloaded concurrent-queue v2.5.0
18592026-03-26T16:03:33.225Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18602026-03-26T16:03:33.225Z Downloaded target-lexicon v0.13.3
18612026-03-26T16:03:33.225Z Downloaded owo-colors v3.5.0
18622026-03-26T16:03:33.228Z Downloaded httptest v0.16.4
18632026-03-26T16:03:33.228Z Downloaded criterion-plot v0.6.0
18642026-03-26T16:03:33.228Z Downloaded constant_time_eq v0.3.1
18652026-03-26T16:03:33.238Z Downloaded cfg-expr v0.20.6
18662026-03-26T16:03:33.240Z Downloaded datatest-stable v0.3.3
18672026-03-26T16:03:33.246Z Downloaded knuffel v3.2.0
18682026-03-26T16:03:33.249Z Downloaded rstest v0.25.0
18692026-03-26T16:03:33.252Z Downloaded addr2line v0.25.1
18702026-03-26T16:03:33.258Z Downloaded event-listener v5.4.1
18712026-03-26T16:03:33.262Z Downloaded textwrap v0.15.2
18722026-03-26T16:03:33.265Z Downloaded chumsky v0.9.3
18732026-03-26T16:03:33.278Z Downloaded rstest_macros v0.25.0
18742026-03-26T16:03:33.284Z Downloaded backtrace v0.3.76
18752026-03-26T16:03:33.292Z Downloaded guppy v0.17.25
18762026-03-26T16:03:33.298Z Downloaded hashbrown v0.14.5
18772026-03-26T16:03:33.301Z Downloaded criterion v0.7.0
18782026-03-26T16:03:33.306Z Downloaded plotters v0.3.7
18792026-03-26T16:03:33.312Z Downloaded gimli v0.32.3
18802026-03-26T16:03:33.420Z Downloaded httpmock v0.8.3
18812026-03-26T16:03:34.999Z Checking cfg-if v1.0.4
18822026-03-26T16:03:35.344Z Checking libc v0.2.180
18832026-03-26T16:03:35.347Z Checking serde_core v1.0.228
18842026-03-26T16:03:35.413Z Checking memchr v2.8.0
18852026-03-26T16:03:35.450Z Checking smallvec v1.15.1
18862026-03-26T16:03:35.487Z Checking itoa v1.0.17
18872026-03-26T16:03:35.524Z Checking log v0.4.29
18882026-03-26T16:03:35.568Z Checking zeroize v1.8.2
18892026-03-26T16:03:35.568Z Checking libm v0.2.16
18902026-03-26T16:03:35.661Z Checking stable_deref_trait v1.2.1
18912026-03-26T16:03:35.664Z Checking scopeguard v1.2.0
18922026-03-26T16:03:35.735Z Checking zmij v1.0.21
18932026-03-26T16:03:35.770Z Checking errno v0.3.14
18942026-03-26T16:03:35.770Z Checking getrandom v0.2.17
18952026-03-26T16:03:35.841Z Checking zerofrom v0.1.6
18962026-03-26T16:03:35.873Z Checking lock_api v0.4.14
18972026-03-26T16:03:35.912Z Checking percent-encoding v2.3.2
18982026-03-26T16:03:35.950Z Checking writeable v0.6.2
18992026-03-26T16:03:35.984Z Checking litemap v0.8.1
19002026-03-26T16:03:35.987Z Checking yoke v0.8.1
19012026-03-26T16:03:36.051Z Checking icu_properties_data v2.1.2
19022026-03-26T16:03:36.086Z Checking icu_normalizer_data v2.1.1
19032026-03-26T16:03:36.121Z Checking form_urlencoded v1.2.2
19042026-03-26T16:03:36.156Z Checking utf8_iter v1.0.4
19052026-03-26T16:03:36.194Z Checking subtle v2.6.1
19062026-03-26T16:03:36.232Z Checking zerovec v0.11.5
19072026-03-26T16:03:36.232Z Checking zerotrie v0.2.3
19082026-03-26T16:03:36.300Z Checking rand_core v0.10.0
19092026-03-26T16:03:36.303Z Checking num-traits v0.2.19
19102026-03-26T16:03:36.332Z Checking rand_core v0.6.4
19112026-03-26T16:03:36.335Z Checking portable-atomic v1.13.1
19122026-03-26T16:03:36.369Z Checking pin-project-lite v0.2.17
19132026-03-26T16:03:36.465Z Checking getrandom v0.4.1
19142026-03-26T16:03:36.500Z Checking zerocopy v0.8.40
19152026-03-26T16:03:36.551Z Checking critical-section v1.2.0
19162026-03-26T16:03:36.588Z Checking parking_lot_core v0.9.12
19172026-03-26T16:03:36.641Z Checking signal-hook-registry v1.4.8
19182026-03-26T16:03:36.681Z Checking mio v1.1.1
19192026-03-26T16:03:36.722Z Checking tinystr v0.8.2
19202026-03-26T16:03:36.798Z Checking potential_utf v0.1.4
19212026-03-26T16:03:36.835Z Checking parking_lot v0.12.5
19222026-03-26T16:03:36.840Z Checking once_cell v1.21.3
19232026-03-26T16:03:36.902Z Checking serde v1.0.228
19242026-03-26T16:03:36.905Z Checking serde_json v1.0.149
19252026-03-26T16:03:36.938Z Checking bitflags v2.11.0
19262026-03-26T16:03:37.003Z Checking icu_locale_core v2.1.1
19272026-03-26T16:03:37.006Z Checking icu_collections v2.1.1
19282026-03-26T16:03:37.075Z Checking typenum v1.19.0
19292026-03-26T16:03:37.114Z Checking iana-time-zone v0.1.65
19302026-03-26T16:03:37.157Z Checking socket2 v0.6.2
19312026-03-26T16:03:37.257Z Checking uuid v1.21.0
19322026-03-26T16:03:37.331Z Checking bytes v1.11.1
19332026-03-26T16:03:37.369Z Checking chrono v0.4.44
19342026-03-26T16:03:37.423Z Checking semver v1.0.27
19352026-03-26T16:03:37.565Z Checking icu_provider v2.1.1
19362026-03-26T16:03:37.605Z Checking thiserror v2.0.18
19372026-03-26T16:03:37.643Z Checking generic-array v0.14.7
19382026-03-26T16:03:37.689Z Checking allocator-api2 v0.2.21
19392026-03-26T16:03:37.729Z Checking futures-core v0.3.32
19402026-03-26T16:03:37.771Z Checking dyn-clone v1.0.20
19412026-03-26T16:03:37.809Z Checking tokio v1.49.0
19422026-03-26T16:03:37.854Z Checking icu_properties v2.1.2
19432026-03-26T16:03:37.882Z Checking icu_normalizer v2.1.1
19442026-03-26T16:03:37.921Z Checking equivalent v1.0.2
19452026-03-26T16:03:38.013Z Checking const-oid v0.9.6
19462026-03-26T16:03:38.061Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19472026-03-26T16:03:38.113Z Checking crypto-common v0.1.7
19482026-03-26T16:03:38.211Z Checking foldhash v0.2.0
19492026-03-26T16:03:38.251Z Checking block-buffer v0.10.4
19502026-03-26T16:03:38.290Z Checking futures-sink v0.3.32
19512026-03-26T16:03:38.377Z Checking byteorder v1.5.0
19522026-03-26T16:03:38.413Z Checking hashbrown v0.16.1
19532026-03-26T16:03:38.448Z Checking rustix v1.1.3
19542026-03-26T16:03:38.451Z Checking futures-channel v0.3.32
19552026-03-26T16:03:38.604Z Checking futures-io v0.3.32
19562026-03-26T16:03:38.671Z Checking slab v0.4.12
19572026-03-26T16:03:38.707Z Checking idna_adapter v1.2.1
19582026-03-26T16:03:38.709Z Checking digest v0.10.7
19592026-03-26T16:03:38.774Z Checking futures-task v0.3.32
19602026-03-26T16:03:38.853Z Checking cpufeatures v0.2.17
19612026-03-26T16:03:38.856Z Checking idna v1.1.0
19622026-03-26T16:03:38.926Z Checking indexmap v2.13.0
19632026-03-26T16:03:38.962Z Checking futures-util v0.3.32
19642026-03-26T16:03:38.966Z Checking thiserror v1.0.69
19652026-03-26T16:03:38.995Z Checking getrandom v0.3.4
19662026-03-26T16:03:39.152Z Checking fnv v1.0.7
19672026-03-26T16:03:39.190Z Checking url v2.5.8
19682026-03-26T16:03:39.193Z Checking regex-syntax v0.8.10
19692026-03-26T16:03:39.257Z Checking ppv-lite86 v0.2.21
19702026-03-26T16:03:39.293Z Checking base64 v0.22.1
19712026-03-26T16:03:39.327Z Checking http v1.4.0
19722026-03-26T16:03:39.530Z Checking tracing-core v0.1.36
19732026-03-26T16:03:39.573Z Checking unicode-ident v1.0.24
19742026-03-26T16:03:39.610Z Checking ipnet v2.11.0
19752026-03-26T16:03:39.664Z Checking schemars v0.8.22
19762026-03-26T16:03:39.713Z Checking proc-macro2 v1.0.106
19772026-03-26T16:03:39.876Z Checking tracing v0.1.44
19782026-03-26T16:03:39.913Z Checking utf8parse v0.2.2
19792026-03-26T16:03:39.948Z Checking anstyle v1.0.13
19802026-03-26T16:03:40.042Z Checking untrusted v0.9.0
19812026-03-26T16:03:40.078Z Checking quote v1.0.44
19822026-03-26T16:03:40.112Z Checking aho-corasick v1.1.4
19832026-03-26T16:03:40.158Z Checking anstyle-parse v0.2.7
19842026-03-26T16:03:40.202Z Checking ring v0.17.14
19852026-03-26T16:03:40.271Z Checking syn v2.0.117
19862026-03-26T16:03:40.336Z Checking is_terminal_polyfill v1.70.2
19872026-03-26T16:03:40.372Z Checking base64ct v1.8.3
19882026-03-26T16:03:40.454Z Checking anstyle-query v1.1.5
19892026-03-26T16:03:40.558Z Checking colorchoice v1.0.4
19902026-03-26T16:03:40.594Z Checking block-padding v0.3.3
19912026-03-26T16:03:40.634Z Checking rustls-pki-types v1.14.0
19922026-03-26T16:03:40.688Z Checking anstream v0.6.21
19932026-03-26T16:03:40.756Z Checking httparse v1.10.1
19942026-03-26T16:03:40.799Z Checking regex-automata v0.4.14
19952026-03-26T16:03:40.887Z Checking inout v0.1.4
19962026-03-26T16:03:40.923Z Checking terminal_size v0.4.3
19972026-03-26T16:03:40.957Z Checking crossbeam-utils v0.8.21
19982026-03-26T16:03:40.995Z Checking strsim v0.11.1
19992026-03-26T16:03:41.032Z Checking tokio-util v0.7.18
20002026-03-26T16:03:41.070Z Checking clap_lex v1.0.0
20012026-03-26T16:03:41.073Z Checking cipher v0.4.4
20022026-03-26T16:03:41.179Z Checking http-body v1.0.1
20032026-03-26T16:03:41.216Z Checking rand_core v0.9.5
20042026-03-26T16:03:41.277Z Checking clap_builder v4.5.60
20052026-03-26T16:03:41.312Z Checking sha2 v0.10.9
20062026-03-26T16:03:41.348Z Checking atomic-waker v1.1.2
20072026-03-26T16:03:41.351Z Checking pem-rfc7468 v0.7.0
20082026-03-26T16:03:41.416Z Checking try-lock v0.2.5
20092026-03-26T16:03:41.476Z Checking httpdate v1.0.3
20102026-03-26T16:03:41.546Z Checking want v0.3.1
20112026-03-26T16:03:41.582Z Checking hmac v0.12.1
20122026-03-26T16:03:41.616Z Checking tower-service v0.3.3
20132026-03-26T16:03:41.654Z Checking tower-layer v0.3.3
20142026-03-26T16:03:41.658Z Checking h2 v0.4.13
20152026-03-26T16:03:41.720Z Checking pin-utils v0.1.0
20162026-03-26T16:03:41.779Z Checking ryu v1.0.23
20172026-03-26T16:03:41.783Z Checking rand_chacha v0.9.0
20182026-03-26T16:03:41.822Z Checking erased-serde v0.3.31
20192026-03-26T16:03:41.856Z Checking flagset v0.4.7
20202026-03-26T16:03:41.949Z Checking powerfmt v0.2.0
20212026-03-26T16:03:41.985Z Checking rand v0.9.2
20222026-03-26T16:03:42.019Z Checking der v0.7.10
20232026-03-26T16:03:42.127Z Checking deranged v0.5.8
20242026-03-26T16:03:42.227Z Checking slog v2.8.2
20252026-03-26T16:03:42.474Z Checking spin v0.9.8
20262026-03-26T16:03:42.512Z Checking clap v4.5.60
20272026-03-26T16:03:42.515Z Checking anyhow v1.0.102
20282026-03-26T16:03:42.583Z Checking num_threads v0.1.7
20292026-03-26T16:03:42.621Z Checking num-conv v0.2.0
20302026-03-26T16:03:42.657Z Checking time-core v0.1.8
20312026-03-26T16:03:42.694Z Checking http-body-util v0.1.3
20322026-03-26T16:03:42.697Z Checking aws-lc-sys v0.37.1
20332026-03-26T16:03:42.765Z Checking untrusted v0.7.1
20342026-03-26T16:03:42.802Z Checking openssl-probe v0.2.1
20352026-03-26T16:03:42.805Z Checking regex v1.12.3
20362026-03-26T16:03:42.869Z Checking serde_urlencoded v0.7.1
20372026-03-26T16:03:42.908Z Checking rand_chacha v0.3.1
20382026-03-26T16:03:42.941Z Checking fastrand v2.3.0
20392026-03-26T16:03:42.945Z Checking spki v0.7.3
20402026-03-26T16:03:43.077Z Checking time v0.3.47
20412026-03-26T16:03:43.109Z Checking pbkdf2 v0.12.2
20422026-03-26T16:03:43.144Z Checking rand v0.8.5
20432026-03-26T16:03:43.147Z Checking aes v0.8.4
20442026-03-26T16:03:43.148Z Checking unicode-width v0.2.0
20452026-03-26T16:03:43.243Z Checking pretty-hex v0.4.1
20462026-03-26T16:03:43.246Z Checking cbc v0.1.2
20472026-03-26T16:03:43.310Z Checking aws-lc-rs v1.16.0
20482026-03-26T16:03:43.397Z Checking salsa20 v0.10.2
20492026-03-26T16:03:43.432Z Checking ipnetwork v0.21.1
20502026-03-26T16:03:43.467Z Checking hex v0.4.3
20512026-03-26T16:03:43.560Z Checking scrypt v0.11.0
20522026-03-26T16:03:43.615Z Checking tempfile v3.25.0
20532026-03-26T16:03:43.677Z Checking rustls-native-certs v0.8.3
20542026-03-26T16:03:43.680Z Checking sync_wrapper v1.0.2
20552026-03-26T16:03:43.805Z Checking plain v0.2.3
20562026-03-26T16:03:43.808Z Checking pkcs5 v0.7.1
20572026-03-26T16:03:43.879Z Checking webpki-roots v1.0.6
20582026-03-26T16:03:43.919Z Checking tower v0.5.3
20592026-03-26T16:03:43.922Z Checking camino v1.2.2
20602026-03-26T16:03:43.956Z Checking ucd-trie v0.1.7
20612026-03-26T16:03:44.030Z Checking iri-string v0.7.10
20622026-03-26T16:03:44.115Z Checking pkcs8 v0.10.2
20632026-03-26T16:03:44.157Z Checking pest v2.8.6
20642026-03-26T16:03:44.160Z Checking rustls-webpki v0.103.9
20652026-03-26T16:03:44.226Z Checking openapiv3 v2.2.0
20662026-03-26T16:03:44.230Z Checking mime v0.3.17
20672026-03-26T16:03:44.319Z Checking either v1.15.0
20682026-03-26T16:03:44.362Z Checking hyper v1.8.1
20692026-03-26T16:03:44.365Z Checking winnow v0.7.14
20702026-03-26T16:03:44.460Z Checking oxnet v0.1.4
20712026-03-26T16:03:44.537Z Checking lazy_static v1.5.0
20722026-03-26T16:03:44.656Z Checking static_assertions v1.1.0
20732026-03-26T16:03:44.660Z Checking rustls v0.23.37
20742026-03-26T16:03:44.728Z Checking signature v2.2.0
20752026-03-26T16:03:44.764Z Checking encoding_rs v0.8.35
20762026-03-26T16:03:44.887Z Checking foreign-types-shared v0.1.1
20772026-03-26T16:03:45.001Z Checking simd-adler32 v0.3.8
20782026-03-26T16:03:45.083Z Checking tower-http v0.6.8
20792026-03-26T16:03:45.203Z Checking foreign-types v0.3.2
20802026-03-26T16:03:45.256Z Checking hubpack v0.1.2
20812026-03-26T16:03:45.296Z Checking hyper-util v0.1.20
20822026-03-26T16:03:45.333Z Checking openssl-sys v0.9.111
20832026-03-26T16:03:45.383Z Checking adler2 v2.0.1
20842026-03-26T16:03:45.450Z Checking sha1 v0.10.6
20852026-03-26T16:03:45.522Z Checking miniz_oxide v0.8.9
20862026-03-26T16:03:45.561Z Checking strum v0.26.3
20872026-03-26T16:03:45.598Z Checking data-encoding v2.10.0
20882026-03-26T16:03:45.641Z Checking tinyvec_macros v0.1.1
20892026-03-26T16:03:45.702Z Checking serde_spanned v0.6.9
20902026-03-26T16:03:45.739Z Checking toml_datetime v0.6.11
20912026-03-26T16:03:45.742Z Checking tinyvec v1.10.0
20922026-03-26T16:03:45.845Z Checking openssl v0.10.75
20932026-03-26T16:03:45.883Z Checking num-integer v0.1.46
20942026-03-26T16:03:45.921Z Checking scroll v0.13.0
20952026-03-26T16:03:45.924Z Checking memmap2 v0.9.10
20962026-03-26T16:03:45.984Z Checking base16ct v0.2.0
20972026-03-26T16:03:46.103Z Checking bit-vec v0.8.0
20982026-03-26T16:03:46.107Z Checking dtrace-parser v0.3.0
20992026-03-26T16:03:46.173Z Checking sec1 v0.7.3
21002026-03-26T16:03:46.177Z Checking crossbeam-epoch v0.9.18
21012026-03-26T16:03:46.239Z Checking goblin v0.10.5
21022026-03-26T16:03:46.322Z Checking bit-set v0.8.0
21032026-03-26T16:03:46.392Z Checking crc32fast v1.5.0
21042026-03-26T16:03:46.430Z Checking ff v0.13.1
21052026-03-26T16:03:46.479Z Checking thread-id v5.1.0
21062026-03-26T16:03:46.499Z Checking wait-timeout v0.2.1
21072026-03-26T16:03:46.560Z Checking num-iter v0.1.45
21082026-03-26T16:03:46.563Z Checking bstr v1.12.1
21092026-03-26T16:03:46.628Z Checking group v0.13.0
21102026-03-26T16:03:46.631Z Checking hkdf v0.12.4
21112026-03-26T16:03:46.696Z Checking ahash v0.8.12
21122026-03-26T16:03:46.732Z Checking crypto-bigint v0.5.5
21132026-03-26T16:03:46.789Z Checking psl-types v2.0.11
21142026-03-26T16:03:46.835Z Checking quick-error v1.2.3
21152026-03-26T16:03:46.918Z Checking cookie v0.18.1
21162026-03-26T16:03:46.955Z Checking publicsuffix v2.3.0
21172026-03-26T16:03:46.990Z Checking rusty-fork v0.3.1
21182026-03-26T16:03:46.993Z Checking rand_xorshift v0.4.0
21192026-03-26T16:03:47.057Z Checking tokio-rustls v0.26.4
21202026-03-26T16:03:47.137Z Checking scroll v0.12.0
21212026-03-26T16:03:47.173Z Checking unarray v0.1.4
21222026-03-26T16:03:47.176Z Checking cookie_store v0.22.1
21232026-03-26T16:03:47.243Z Checking rustls-platform-verifier v0.6.2
21242026-03-26T16:03:47.305Z Checking proptest v1.10.0
21252026-03-26T16:03:47.308Z Checking hyper-rustls v0.27.7
21262026-03-26T16:03:47.386Z Checking goblin v0.8.2
21272026-03-26T16:03:47.422Z Checking num-bigint-dig v0.8.6
21282026-03-26T16:03:47.556Z Checking pkcs1 v0.7.5
21292026-03-26T16:03:47.592Z Checking x509-cert v0.2.5
21302026-03-26T16:03:47.647Z Checking elliptic-curve v0.13.8
21312026-03-26T16:03:47.798Z Checking zerocopy v0.7.35
21322026-03-26T16:03:47.835Z Checking native-tls v0.2.18
21332026-03-26T16:03:47.981Z Checking zlib-rs v0.6.2
21342026-03-26T16:03:48.043Z Checking tokio-native-tls v0.3.1
21352026-03-26T16:03:48.232Z Checking hyper-tls v0.6.0
21362026-03-26T16:03:48.272Z Checking unicode-segmentation v1.12.0
21372026-03-26T16:03:48.276Z Checking rsa v0.9.10
21382026-03-26T16:03:48.340Z Checking reqwest v0.13.2
21392026-03-26T16:03:48.433Z Checking reqwest v0.12.28
21402026-03-26T16:03:48.589Z Checking dof v0.4.0
21412026-03-26T16:03:48.626Z Checking crossbeam-deque v0.8.6
21422026-03-26T16:03:48.795Z Checking dtrace-parser v0.2.0
21432026-03-26T16:03:48.835Z Checking rfc6979 v0.4.0
21442026-03-26T16:03:48.883Z Checking flate2 v1.1.9
21452026-03-26T16:03:48.981Z Checking thread-id v4.2.2
21462026-03-26T16:03:49.058Z Checking toml_write v0.1.2
21472026-03-26T16:03:49.094Z Checking ecdsa v0.16.9
21482026-03-26T16:03:49.129Z Checking newtype-uuid v1.3.2
21492026-03-26T16:03:49.206Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-26T16:03:49.241Z Checking curve25519-dalek v4.1.3
21512026-03-26T16:03:49.277Z Checking usdt-impl v0.6.0
21522026-03-26T16:03:49.280Z Checking dof v0.3.0
21532026-03-26T16:03:49.280Z Checking toml_edit v0.22.27
21542026-03-26T16:03:49.377Z Checking memoffset v0.9.1
21552026-03-26T16:03:49.381Z Checking rustix v0.38.44
21562026-03-26T16:03:49.451Z Checking env_filter v1.0.0
21572026-03-26T16:03:49.491Z Checking keccak v0.1.6
21582026-03-26T16:03:49.561Z Checking daft v0.1.5
21592026-03-26T16:03:49.607Z Checking usdt v0.6.0
21602026-03-26T16:03:49.645Z Checking usdt-impl v0.5.0
21612026-03-26T16:03:49.648Z Checking env_logger v0.11.9
21622026-03-26T16:03:49.712Z Checking sha3 v0.10.8
21632026-03-26T16:03:49.804Z Checking ed25519 v2.2.3
21642026-03-26T16:03:49.839Z Checking itertools v0.13.0
21652026-03-26T16:03:49.920Z Checking serde_with v3.17.0
21662026-03-26T16:03:49.943Z Checking siphasher v1.0.2
21672026-03-26T16:03:49.980Z Checking bitflags v1.3.2
21682026-03-26T16:03:50.018Z Checking unicode-normalization v0.1.25
21692026-03-26T16:03:50.054Z Checking ed25519-dalek v2.2.0
21702026-03-26T16:03:50.090Z Checking signal-hook v0.3.18
21712026-03-26T16:03:50.129Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-26T16:03:50.223Z Checking managed v0.8.0
21732026-03-26T16:03:50.304Z Checking winnow v0.5.40
21742026-03-26T16:03:50.340Z Checking nix v0.31.1
21752026-03-26T16:03:50.375Z Checking rayon-core v1.13.0
21762026-03-26T16:03:50.434Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-26T16:03:50.470Z Checking object v0.37.3
21782026-03-26T16:03:50.473Z Checking foldhash v0.1.5
21792026-03-26T16:03:50.548Z Checking bzip2 v0.4.4
21802026-03-26T16:03:50.666Z Checking hashbrown v0.15.5
21812026-03-26T16:03:50.717Z Checking signal-hook-mio v0.2.5
21822026-03-26T16:03:50.754Z Checking ref-cast v1.0.25
21832026-03-26T16:03:50.848Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-26T16:03:50.884Z Checking zip v0.6.6
21852026-03-26T16:03:50.887Z Checking libbz2-rs-sys v0.2.2
21862026-03-26T16:03:50.991Z Checking zstd-safe v7.2.4
21872026-03-26T16:03:51.149Z Checking bumpalo v3.20.2
21882026-03-26T16:03:51.186Z Checking zstd v0.13.3
21892026-03-26T16:03:51.237Z Checking crossterm v0.28.1
21902026-03-26T16:03:51.331Z Checking bzip2 v0.6.1
21912026-03-26T16:03:51.369Z Checking rayon v1.11.0
21922026-03-26T16:03:51.372Z Checking similar v2.7.0
21932026-03-26T16:03:51.437Z Checking zopfli v0.8.3
21942026-03-26T16:03:51.440Z Checking fs-err v3.3.0
21952026-03-26T16:03:51.503Z Checking toml_edit v0.19.15
21962026-03-26T16:03:51.540Z Checking hash32 v0.2.1
21972026-03-26T16:03:51.723Z Checking serde-big-array v0.5.1
21982026-03-26T16:03:51.782Z Checking jiff v0.2.21
21992026-03-26T16:03:51.785Z Checking unicode-bidi v0.3.18
22002026-03-26T16:03:51.853Z Checking unicode-properties v0.1.4
22012026-03-26T16:03:51.889Z Checking predicates-core v1.0.10
22022026-03-26T16:03:51.965Z Checking heapless v0.7.17
22032026-03-26T16:03:52.038Z Checking hickory-proto v0.25.2
22042026-03-26T16:03:52.073Z Checking tokio-stream v0.1.18
22052026-03-26T16:03:52.137Z Checking stringprep v0.1.5
22062026-03-26T16:03:52.316Z Checking md-5 v0.10.6
22072026-03-26T16:03:52.401Z Checking float-cmp v0.10.0
22082026-03-26T16:03:52.477Z Checking fallible-iterator v0.2.0
22092026-03-26T16:03:52.514Z Checking difflib v0.4.0
22102026-03-26T16:03:52.550Z Checking toml v0.7.8
22112026-03-26T16:03:52.585Z Checking rustc-hash v2.1.1
22122026-03-26T16:03:52.723Z Checking normalize-line-endings v0.3.0
22132026-03-26T16:03:52.758Z Checking iddqd v0.3.17
22142026-03-26T16:03:52.795Z Checking postgres-protocol v0.6.10
22152026-03-26T16:03:52.798Z Checking smoltcp v0.9.1
22162026-03-26T16:03:52.862Z Checking predicates v3.1.4
22172026-03-26T16:03:52.865Z Checking phf_shared v0.13.1
22182026-03-26T16:03:52.929Z Checking phf_shared v0.11.3
22192026-03-26T16:03:53.088Z Checking itertools v0.12.1
22202026-03-26T16:03:53.121Z Checking console v0.16.2
22212026-03-26T16:03:53.156Z Checking buf-list v1.1.2
22222026-03-26T16:03:53.216Z Checking strum v0.27.2
22232026-03-26T16:03:53.358Z Checking new_debug_unreachable v1.0.6
22242026-03-26T16:03:53.395Z Checking precomputed-hash v0.1.1
22252026-03-26T16:03:53.431Z Checking fixedbitset v0.4.2
22262026-03-26T16:03:53.470Z Checking fixedbitset v0.5.7
22272026-03-26T16:03:53.473Z Checking lalrpop-util v0.19.12
22282026-03-26T16:03:53.536Z Checking unit-prefix v0.5.2
22292026-03-26T16:03:53.611Z Checking petgraph v0.6.5
22302026-03-26T16:03:53.614Z Checking string_cache v0.8.9
22312026-03-26T16:03:53.685Z Checking indicatif v0.18.4
22322026-03-26T16:03:53.688Z Checking petgraph v0.8.3
22332026-03-26T16:03:53.688Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-26T16:03:53.842Z Checking postgres-types v0.2.12
22352026-03-26T16:03:54.024Z Checking zip v4.6.1
22362026-03-26T16:03:54.083Z Checking phf v0.13.1
22372026-03-26T16:03:54.117Z Checking zone v0.3.1
22382026-03-26T16:03:54.186Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22392026-03-26T16:03:54.258Z Checking whoami v2.1.0
22402026-03-26T16:03:54.488Z Checking peg-runtime v0.8.5
22412026-03-26T16:03:54.523Z Checking tokio-postgres v0.7.16
22422026-03-26T16:03:54.642Z Checking futures-executor v0.3.32
22432026-03-26T16:03:54.680Z Checking is-terminal v0.4.17
22442026-03-26T16:03:54.716Z Checking crossbeam-channel v0.5.15
22452026-03-26T16:03:54.802Z Compiling structmeta-derive v0.3.0
22462026-03-26T16:03:54.839Z Checking futures v0.3.32
22472026-03-26T16:03:54.842Z Checking thread_local v1.1.9
22482026-03-26T16:03:54.906Z Checking take_mut v0.2.2
22492026-03-26T16:03:54.948Z Checking term v1.2.1
22502026-03-26T16:03:55.037Z Compiling newtype-uuid-macros v0.1.0
22512026-03-26T16:03:55.074Z Checking regress v0.10.5
22522026-03-26T16:03:55.077Z Checking slog-async v2.8.0
22532026-03-26T16:03:55.194Z Checking slog-term v2.9.2
22542026-03-26T16:03:55.311Z Compiling rustls v0.22.4
22552026-03-26T16:03:55.349Z Compiling multer v3.1.0
22562026-03-26T16:03:55.483Z Compiling async-stream-impl v0.3.6
22572026-03-26T16:03:55.599Z Compiling dropshot v0.16.7
22582026-03-26T16:03:55.645Z Compiling dropshot_endpoint v0.16.7
22592026-03-26T16:03:55.794Z Checking match_cfg v0.1.0
22602026-03-26T16:03:55.831Z Checking slog-json v2.6.1
22612026-03-26T16:03:55.900Z Checking hostname v0.3.1
22622026-03-26T16:03:55.903Z Compiling structmeta v0.3.0
22632026-03-26T16:03:55.966Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-26T16:03:56.020Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-26T16:03:56.056Z Checking slog-bunyan v2.5.0
22662026-03-26T16:03:56.125Z Checking debug-ignore v1.0.5
22672026-03-26T16:03:56.175Z Compiling derive-ex v0.1.8
22682026-03-26T16:03:56.214Z Checking serde_spanned v1.0.4
22692026-03-26T16:03:56.254Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-26T16:03:56.294Z Checking progenitor-client v0.13.0
22712026-03-26T16:03:56.375Z Checking rustls-webpki v0.102.8
22722026-03-26T16:03:56.378Z Checking serde_path_to_error v0.1.20
22732026-03-26T16:03:56.445Z Checking async-stream v0.3.6
22742026-03-26T16:03:56.481Z Checking toml v0.9.12+spec-1.1.0
22752026-03-26T16:03:56.552Z Checking waitgroup v0.1.2
22762026-03-26T16:03:56.605Z Checking rustls-pemfile v2.2.0
22772026-03-26T16:03:56.681Z Checking hostname v0.4.2
22782026-03-26T16:03:56.718Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-26T16:03:56.763Z Compiling parse-display-derive v0.10.0
22802026-03-26T16:03:56.832Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-26T16:03:56.835Z Checking itertools v0.14.0
22822026-03-26T16:03:56.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-26T16:03:57.037Z Checking macaddr v1.0.1
22842026-03-26T16:03:57.083Z Checking progenitor-client v0.10.0
22852026-03-26T16:03:57.247Z Checking instant v0.1.13
22862026-03-26T16:03:57.329Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-26T16:03:57.367Z Checking backoff v0.4.0
22882026-03-26T16:03:57.370Z Checking backon v1.6.0
22892026-03-26T16:03:57.434Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-26T16:03:57.562Z Checking progenitor-extras v0.1.1
22912026-03-26T16:03:57.633Z Checking heck v0.5.0
22922026-03-26T16:03:57.786Z Checking camino-tempfile v1.4.1
22932026-03-26T16:03:57.822Z Checking toml v0.8.23
22942026-03-26T16:03:57.864Z Compiling test-strategy v0.4.5
22952026-03-26T16:03:57.938Z Compiling convert_case v0.4.0
22962026-03-26T16:03:57.974Z Compiling unsafe-libyaml v0.2.11
22972026-03-26T16:03:58.174Z Checking secrecy v0.10.3
22982026-03-26T16:03:58.232Z Checking tokio-rustls v0.25.0
22992026-03-26T16:03:58.322Z Compiling crucible-workspace-hack v0.1.0
23002026-03-26T16:03:58.357Z Compiling derive_more v0.99.20
23012026-03-26T16:03:58.502Z Checking parse-display v0.10.0
23022026-03-26T16:03:58.538Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-26T16:03:58.770Z Compiling toml_edit v0.23.10+spec-1.0.0
23042026-03-26T16:03:58.832Z Checking typify-impl v0.6.1
23052026-03-26T16:03:59.373Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-26T16:03:59.810Z Compiling proc-macro-crate v3.4.0
23072026-03-26T16:03:59.927Z Checking half v2.7.1
23082026-03-26T16:04:00.046Z Checking glob v0.3.3
23092026-03-26T16:04:00.092Z Checking ciborium-io v0.2.2
23102026-03-26T16:04:00.220Z Compiling heapless v0.8.0
23112026-03-26T16:04:00.257Z Checking ciborium-ll v0.2.2
23122026-03-26T16:04:00.289Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23132026-03-26T16:04:00.407Z Compiling ingot-macros v0.1.1
23142026-03-26T16:04:00.443Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-03-26T16:04:00.479Z Checking ciborium v0.2.2
23162026-03-26T16:04:00.603Z Checking tabwriter v1.4.1
23172026-03-26T16:04:00.757Z Checking hash32 v0.3.1
23182026-03-26T16:04:00.762Z Compiling smoltcp v0.11.0
23192026-03-26T16:04:00.824Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-03-26T16:04:00.952Z Compiling num_enum_derive v0.7.5
23212026-03-26T16:04:01.006Z Checking cobs v0.3.0
23222026-03-26T16:04:01.086Z Compiling foreign-types-macros v0.2.3
23232026-03-26T16:04:01.189Z Checking cpufeatures v0.3.0
23242026-03-26T16:04:01.233Z Checking foreign-types-shared v0.3.1
23252026-03-26T16:04:01.292Z Checking chacha20 v0.10.0
23262026-03-26T16:04:01.366Z Checking postcard v1.1.3
23272026-03-26T16:04:01.710Z Checking foreign-types v0.5.0
23282026-03-26T16:04:01.713Z Compiling proc-macro-crate v1.3.1
23292026-03-26T16:04:01.813Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-26T16:04:01.851Z Checking cstr-argument v0.1.2
23312026-03-26T16:04:02.008Z Checking sigpipe v0.1.3
23322026-03-26T16:04:02.046Z Checking num_enum v0.7.5
23332026-03-26T16:04:02.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-26T16:04:02.122Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-26T16:04:02.158Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-26T16:04:02.192Z Checking colored v3.1.1
23372026-03-26T16:04:02.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-03-26T16:04:02.422Z Compiling num_enum_derive v0.5.11
23392026-03-26T16:04:02.487Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-26T16:04:02.521Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-26T16:04:02.554Z Checking rand v0.10.0
23422026-03-26T16:04:02.614Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-03-26T16:04:02.656Z Checking indent_write v2.2.0
23442026-03-26T16:04:02.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-03-26T16:04:02.816Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-03-26T16:04:02.905Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-03-26T16:04:02.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23482026-03-26T16:04:03.102Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23492026-03-26T16:04:03.246Z Checking ingot-types v0.1.2
23502026-03-26T16:04:03.281Z Checking smf v0.2.3
23512026-03-26T16:04:03.315Z Compiling num-derive v0.4.2
23522026-03-26T16:04:03.348Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-26T16:04:03.508Z Checking num_enum v0.5.11
23542026-03-26T16:04:03.543Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23552026-03-26T16:04:03.623Z Checking whoami v1.6.1
23562026-03-26T16:04:03.660Z Checking ingot v0.1.1
23572026-03-26T16:04:03.664Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23582026-03-26T16:04:03.726Z Checking universal-hash v0.5.1
23592026-03-26T16:04:03.760Z Compiling typify-macro v0.6.1
23602026-03-26T16:04:03.827Z Checking opaque-debug v0.3.1
23612026-03-26T16:04:03.897Z Checking aead v0.5.2
23622026-03-26T16:04:03.932Z Checking swrite v0.1.0
23632026-03-26T16:04:03.935Z Checking poly1305 v0.8.0
23642026-03-26T16:04:04.041Z Checking chacha20 v0.9.1
23652026-03-26T16:04:04.079Z Checking unicode-width v0.1.14
23662026-03-26T16:04:04.084Z Compiling thiserror-impl-no-std v2.0.2
23672026-03-26T16:04:04.249Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23682026-03-26T16:04:04.253Z Checking password-hash v0.5.0
23692026-03-26T16:04:04.318Z Checking blake2 v0.10.6
23702026-03-26T16:04:04.353Z Checking chacha20poly1305 v0.10.1
23712026-03-26T16:04:04.532Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23722026-03-26T16:04:04.568Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-26T16:04:04.602Z Checking byte-wrapper v0.1.0
23742026-03-26T16:04:04.636Z Checking argon2 v0.5.3
23752026-03-26T16:04:04.838Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23762026-03-26T16:04:04.873Z Compiling usdt-macro v0.5.0
23772026-03-26T16:04:04.908Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-26T16:04:05.002Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-26T16:04:05.108Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23802026-03-26T16:04:05.254Z Compiling usdt-attr-macro v0.5.0
23812026-03-26T16:04:05.383Z Checking thiserror-no-std v2.0.2
23822026-03-26T16:04:05.420Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-26T16:04:05.504Z Checking vsss-rs v3.3.4
23842026-03-26T16:04:05.542Z Checking memmap v0.7.0
23852026-03-26T16:04:05.579Z Compiling typify v0.6.1
23862026-03-26T16:04:05.676Z Compiling derive-where v1.6.0
23872026-03-26T16:04:05.712Z Compiling progenitor-impl v0.13.0
23882026-03-26T16:04:05.745Z Checking atomicwrites v0.4.4
23892026-03-26T16:04:05.899Z Checking console v0.15.11
23902026-03-26T16:04:06.056Z Checking usdt v0.5.0
23912026-03-26T16:04:06.205Z Checking newline-converter v0.3.0
23922026-03-26T16:04:06.275Z Checking tokio-dtrace v0.1.1
23932026-03-26T16:04:06.347Z Checking expectorate v1.2.0
23942026-03-26T16:04:06.489Z Checking oxide-tokio-rt v0.1.3
23952026-03-26T16:04:06.577Z Checking bytecount v0.6.9
23962026-03-26T16:04:06.581Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23972026-03-26T16:04:06.617Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-26T16:04:06.622Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-26T16:04:06.685Z Compiling prettyplease v0.2.37
24002026-03-26T16:04:06.688Z Compiling owo-colors v4.3.0
24012026-03-26T16:04:06.716Z Compiling cancel-safe-futures v0.1.5
24022026-03-26T16:04:06.788Z Checking libsw-core v0.3.2
24032026-03-26T16:04:06.963Z Checking linear-map v1.2.0
24042026-03-26T16:04:06.966Z Checking libsw v3.5.0
24052026-03-26T16:04:07.030Z Checking same-file v1.0.6
24062026-03-26T16:04:07.161Z Checking num-rational v0.4.2
24072026-03-26T16:04:07.195Z Checking num-complex v0.4.6
24082026-03-26T16:04:07.260Z Checking walkdir v2.5.0
24092026-03-26T16:04:07.386Z Checking float-ord v0.3.2
24102026-03-26T16:04:07.454Z Checking gethostname v0.5.0
24112026-03-26T16:04:07.557Z Checking num v0.4.3
24122026-03-26T16:04:07.593Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24132026-03-26T16:04:07.599Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24142026-03-26T16:04:07.658Z Compiling async-recursion v1.1.1
24152026-03-26T16:04:07.692Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-26T16:04:07.842Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24172026-03-26T16:04:08.317Z Compiling progenitor-macro v0.13.0
24182026-03-26T16:04:08.592Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24192026-03-26T16:04:09.411Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-03-26T16:04:10.017Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-03-26T16:04:10.902Z Checking smawk v0.3.2
24222026-03-26T16:04:10.997Z Checking unicode-linebreak v0.1.5
24232026-03-26T16:04:11.031Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-03-26T16:04:11.066Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-03-26T16:04:11.241Z Checking globset v0.4.18
24262026-03-26T16:04:11.569Z Compiling convert_case v0.10.0
24272026-03-26T16:04:11.910Z Compiling slog-dtrace v0.3.0
24282026-03-26T16:04:12.136Z Checking resolv-conf v0.7.6
24292026-03-26T16:04:12.249Z Compiling derive_more-impl v2.1.1
24302026-03-26T16:04:12.458Z Compiling pin-project-internal v1.1.11
24312026-03-26T16:04:12.603Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-26T16:04:12.642Z Checking pem v3.0.6
24332026-03-26T16:04:12.834Z Checking fd-lock v4.0.4
24342026-03-26T16:04:12.873Z Checking vte v0.14.1
24352026-03-26T16:04:12.993Z Checking display-error-chain v0.2.2
24362026-03-26T16:04:13.033Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24372026-03-26T16:04:13.066Z Checking strip-ansi-escapes v0.2.1
24382026-03-26T16:04:13.100Z Checking derive_more v2.1.1
24392026-03-26T16:04:13.145Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24402026-03-26T16:04:13.196Z Compiling snafu-derive v0.8.9
24412026-03-26T16:04:13.234Z Checking crossterm v0.29.0
24422026-03-26T16:04:13.314Z Checking progenitor v0.13.0
24432026-03-26T16:04:13.477Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24442026-03-26T16:04:13.602Z Checking pin-project v1.1.11
24452026-03-26T16:04:13.732Z Checking nu-ansi-term v0.50.3
24462026-03-26T16:04:13.776Z Checking termtree v0.5.1
24472026-03-26T16:04:13.812Z Checking linked-hash-map v0.5.6
24482026-03-26T16:04:13.948Z Checking textwrap v0.16.2
24492026-03-26T16:04:13.983Z Checking reedline v0.40.0
24502026-03-26T16:04:14.027Z Checking lru-cache v0.1.2
24512026-03-26T16:04:14.181Z Checking olpc-cjson v0.1.4
24522026-03-26T16:04:14.217Z Checking hickory-proto v0.24.4
24532026-03-26T16:04:14.380Z Checking serde_plain v1.0.2
24542026-03-26T16:04:14.584Z Compiling minimal-lexical v0.2.1
24552026-03-26T16:04:14.883Z Checking typed-path v0.9.3
24562026-03-26T16:04:15.164Z Checking snafu v0.8.9
24572026-03-26T16:04:15.222Z Compiling nom v7.1.3
24582026-03-26T16:04:15.442Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24592026-03-26T16:04:15.681Z Checking tough v0.20.0
24602026-03-26T16:04:15.863Z Checking nibble_vec v0.1.0
24612026-03-26T16:04:16.008Z Checking endian-type v0.1.2
24622026-03-26T16:04:16.043Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24632026-03-26T16:04:16.076Z Checking hickory-resolver v0.24.4
24642026-03-26T16:04:16.169Z Checking radix_trie v0.2.1
24652026-03-26T16:04:16.173Z Compiling ar_archive_writer v0.5.1
24662026-03-26T16:04:16.410Z Checking base64 v0.21.7
24672026-03-26T16:04:16.558Z Checking humantime v2.3.0
24682026-03-26T16:04:16.648Z Checking csv-core v0.1.13
24692026-03-26T16:04:16.684Z Compiling stacker v0.1.23
24702026-03-26T16:04:16.772Z Compiling cfg_aliases v0.1.1
24712026-03-26T16:04:16.822Z Checking qorb v0.4.1
24722026-03-26T16:04:16.859Z Checking csv v1.4.0
24732026-03-26T16:04:16.891Z Checking highway v1.3.0
24742026-03-26T16:04:17.015Z Compiling nix v0.28.0
24752026-03-26T16:04:17.074Z Compiling psm v0.1.30
24762026-03-26T16:04:17.148Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24772026-03-26T16:04:17.250Z Checking papergrid v0.11.0
24782026-03-26T16:04:17.394Z Compiling tabled_derive v0.7.0
24792026-03-26T16:04:17.545Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24802026-03-26T16:04:17.635Z Checking home v0.5.12
24812026-03-26T16:04:17.746Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-26T16:04:17.781Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-03-26T16:04:17.891Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-03-26T16:04:17.993Z Checking phf_shared v0.12.1
24852026-03-26T16:04:18.029Z Compiling recursive-proc-macro-impl v0.1.1
24862026-03-26T16:04:18.167Z Compiling semver v0.1.20
24872026-03-26T16:04:18.246Z Compiling chrono-tz v0.10.4
24882026-03-26T16:04:18.377Z Checking tabled v0.15.0
24892026-03-26T16:04:18.411Z Compiling rustc_version v0.1.7
24902026-03-26T16:04:18.492Z Checking phf v0.12.1
24912026-03-26T16:04:18.495Z Checking recursive v0.1.1
24922026-03-26T16:04:18.590Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-03-26T16:04:18.633Z Compiling const_format_proc_macros v0.2.34
24942026-03-26T16:04:18.670Z Compiling peg-macros v0.8.5
24952026-03-26T16:04:18.674Z Checking winnow v0.6.26
24962026-03-26T16:04:18.674Z Compiling sqlparser_derive v0.5.0
24972026-03-26T16:04:19.504Z Checking unicode_categories v0.1.1
24982026-03-26T16:04:19.539Z Checking sqlparser v0.61.0
24992026-03-26T16:04:19.606Z Checking rustyline v14.0.0
25002026-03-26T16:04:19.759Z Checking const_format v0.2.35
25012026-03-26T16:04:19.950Z Checking sqlformat v0.3.5
25022026-03-26T16:04:20.115Z Checking peg v0.8.5
25032026-03-26T16:04:20.220Z Compiling newtype_derive v0.1.6
25042026-03-26T16:04:20.341Z Checking bcs v0.1.6
25052026-03-26T16:04:20.422Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-03-26T16:04:20.607Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-03-26T16:04:20.643Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-26T16:04:20.646Z Checking steno v0.4.1
25092026-03-26T16:04:20.897Z Checking utf-8 v0.7.6
25102026-03-26T16:04:20.933Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25112026-03-26T16:04:20.997Z Checking filetime v0.2.27
25122026-03-26T16:04:21.063Z Checking arc-swap v1.8.2
25132026-03-26T16:04:21.161Z Checking xattr v1.6.1
25142026-03-26T16:04:21.315Z Checking tar v0.4.44
25152026-03-26T16:04:21.318Z Checking slog-scope v4.4.1
25162026-03-26T16:04:21.584Z Checking slog-stdlog v4.1.1
25172026-03-26T16:04:21.695Z Checking tungstenite v0.21.0
25182026-03-26T16:04:21.732Z Compiling typify-impl v0.4.3
25192026-03-26T16:04:21.763Z Checking slog-envlogger v2.2.0
25202026-03-26T16:04:21.941Z Checking typeid v1.0.3
25212026-03-26T16:04:22.149Z Checking tokio-tungstenite v0.21.0
25222026-03-26T16:04:22.458Z Checking subprocess v0.2.15
25232026-03-26T16:04:22.557Z Checking headers-core v0.3.0
25242026-03-26T16:04:22.699Z Checking headers v0.4.1
25252026-03-26T16:04:22.775Z Compiling lzma-sys v0.1.20
25262026-03-26T16:04:23.114Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25272026-03-26T16:04:23.188Z Compiling cargo_toml v0.22.3
25282026-03-26T16:04:23.255Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25292026-03-26T16:04:23.289Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-26T16:04:23.586Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-26T16:04:23.689Z Checking yasna v0.5.2
25322026-03-26T16:04:24.111Z Checking rcgen v0.12.1
25332026-03-26T16:04:24.434Z Checking xz2 v0.1.7
25342026-03-26T16:04:24.480Z Checking ron v0.12.0
25352026-03-26T16:04:24.531Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25362026-03-26T16:04:24.636Z Checking base16ct v1.0.0
25372026-03-26T16:04:24.800Z Checking dropshot-api-manager-types v0.6.0
25382026-03-26T16:04:24.889Z Checking tagptr v0.2.0
25392026-03-26T16:04:25.003Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-26T16:04:25.064Z Checking moka v0.12.13
25412026-03-26T16:04:25.210Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-26T16:04:25.248Z Compiling libefi-sys v0.1.0
25432026-03-26T16:04:25.389Z Compiling radium v0.7.0
25442026-03-26T16:04:25.513Z Compiling bitfield-struct v0.6.2
25452026-03-26T16:04:25.734Z Compiling maybe-uninit v2.0.0
25462026-03-26T16:04:25.771Z Checking hickory-resolver v0.25.2
25472026-03-26T16:04:26.041Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-03-26T16:04:26.076Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-26T16:04:26.178Z Checking tap v1.0.1
25502026-03-26T16:04:26.234Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-03-26T16:04:26.289Z Compiling typify-macro v0.4.3
25522026-03-26T16:04:26.324Z Checking wyz v0.5.1
25532026-03-26T16:04:26.510Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-03-26T16:04:26.576Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25552026-03-26T16:04:26.777Z Compiling zerocopy-derive v0.6.6
25562026-03-26T16:04:26.814Z Compiling packed_struct v0.10.1
25572026-03-26T16:04:26.848Z Checking crc-catalog v2.4.0
25582026-03-26T16:04:26.972Z Checking funty v2.0.0
25592026-03-26T16:04:27.052Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-26T16:04:27.087Z Checking crc v3.4.0
25612026-03-26T16:04:27.160Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-26T16:04:27.203Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-03-26T16:04:27.324Z Checking bitvec v1.0.1
25642026-03-26T16:04:27.387Z Compiling packed_struct_codegen v0.10.1
25652026-03-26T16:04:27.419Z Compiling bitfield-macros v0.19.4
25662026-03-26T16:04:27.453Z Compiling indexmap v1.9.3
25672026-03-26T16:04:27.648Z Checking zerocopy v0.6.6
25682026-03-26T16:04:27.683Z Checking nodrop v0.1.14
25692026-03-26T16:04:27.804Z Checking array-init v0.0.4
25702026-03-26T16:04:28.853Z Compiling typify v0.4.3
25712026-03-26T16:04:28.853Z Checking smallvec v0.6.14
25722026-03-26T16:04:28.853Z Compiling progenitor-impl v0.10.0
25732026-03-26T16:04:28.853Z Checking bitfield v0.19.4
25742026-03-26T16:04:28.854Z Checking hashbrown v0.12.3
25752026-03-26T16:04:28.854Z Checking serde-hex v0.1.0
25762026-03-26T16:04:28.854Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-26T16:04:28.854Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-26T16:04:29.152Z Checking ron v0.8.1
25792026-03-26T16:04:29.160Z Checking hashbrown v0.13.2
25802026-03-26T16:04:29.637Z Checking crc-any v2.5.0
25812026-03-26T16:04:29.696Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-03-26T16:04:29.745Z Checking object v0.30.4
25832026-03-26T16:04:29.813Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25842026-03-26T16:04:29.846Z Checking path-slash v0.1.5
25852026-03-26T16:04:29.890Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25862026-03-26T16:04:29.984Z Compiling xshell-macros v0.2.7
25872026-03-26T16:04:30.063Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25882026-03-26T16:04:30.402Z Checking xshell v0.2.7
25892026-03-26T16:04:30.479Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-26T16:04:30.626Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-26T16:04:30.854Z Compiling progenitor-macro v0.10.0
25922026-03-26T16:04:31.171Z Checking half v1.8.3
25932026-03-26T16:04:31.394Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25942026-03-26T16:04:31.429Z Checking serde_cbor v0.11.2
25952026-03-26T16:04:31.494Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-03-26T16:04:31.645Z Compiling num-derive v0.3.3
25972026-03-26T16:04:31.845Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-26T16:04:31.895Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25992026-03-26T16:04:32.272Z Compiling proc-macro-error2 v2.0.1
26002026-03-26T16:04:32.305Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26012026-03-26T16:04:32.562Z Checking libscf-sys v1.1.0
26022026-03-26T16:04:32.625Z Compiling tabled_derive v0.11.0
26032026-03-26T16:04:32.728Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-03-26T16:04:32.842Z Checking papergrid v0.17.0
26052026-03-26T16:04:32.906Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-03-26T16:04:32.963Z Checking testing_table v0.3.0
26072026-03-26T16:04:33.087Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-26T16:04:33.128Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-26T16:04:33.483Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-26T16:04:33.629Z Checking maplit v1.0.2
26112026-03-26T16:04:33.744Z Checking crc8 v0.1.1
26122026-03-26T16:04:33.786Z Checking fxhash v0.2.1
26132026-03-26T16:04:33.820Z Checking tabled v0.20.0
26142026-03-26T16:04:33.871Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152026-03-26T16:04:33.905Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26162026-03-26T16:04:33.938Z Checking unicase v2.9.0
26172026-03-26T16:04:33.941Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26182026-03-26T16:04:34.127Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26192026-03-26T16:04:34.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-03-26T16:04:34.619Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-03-26T16:04:34.713Z Checking kstat-rs v0.2.4
26222026-03-26T16:04:34.863Z Compiling parking_lot_core v0.8.6
26232026-03-26T16:04:34.939Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-03-26T16:04:34.996Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26252026-03-26T16:04:35.147Z Compiling diesel_derives v2.3.7
26262026-03-26T16:04:35.150Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26272026-03-26T16:04:35.401Z Compiling git-stub v1.0.0
26282026-03-26T16:04:35.482Z Checking scheduled-thread-pool v0.2.7
26292026-03-26T16:04:35.662Z Compiling dsl_auto_type v0.2.0
26302026-03-26T16:04:35.694Z Compiling vergen-gitcl v1.0.8
26312026-03-26T16:04:35.780Z Checking progenitor v0.10.0
26322026-03-26T16:04:35.857Z Compiling diesel_table_macro_syntax v0.3.0
26332026-03-26T16:04:35.945Z Checking r2d2 v0.8.10
26342026-03-26T16:04:35.950Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-03-26T16:04:36.012Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26362026-03-26T16:04:36.015Z Compiling git-stub-vcs v0.1.0
26372026-03-26T16:04:36.156Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26382026-03-26T16:04:36.344Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26392026-03-26T16:04:36.423Z Checking downcast-rs v2.0.2
26402026-03-26T16:04:36.483Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-03-26T16:04:36.548Z Checking parking_lot v0.11.2
26422026-03-26T16:04:36.766Z Checking prefix-trie v0.7.0
26432026-03-26T16:04:36.800Z Checking nanorand v0.7.0
26442026-03-26T16:04:36.936Z Compiling dirs-sys-next v0.1.2
26452026-03-26T16:04:37.029Z Compiling crunchy v0.2.4
26462026-03-26T16:04:37.132Z Checking hickory-server v0.25.2
26472026-03-26T16:04:37.254Z Compiling dirs-next v2.0.0
26482026-03-26T16:04:37.288Z Checking flume v0.11.1
26492026-03-26T16:04:37.406Z Checking sled v0.34.7
26502026-03-26T16:04:37.450Z Compiling clang-sys v1.8.1
26512026-03-26T16:04:37.552Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-03-26T16:04:37.781Z Checking hickory-client v0.25.2
26532026-03-26T16:04:37.821Z Compiling tiny-keccak v2.0.2
26542026-03-26T16:04:38.200Z Compiling term v0.7.0
26552026-03-26T16:04:38.243Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-03-26T16:04:38.278Z Compiling bit-vec v0.6.3
26572026-03-26T16:04:38.373Z Compiling salty v0.3.0
26582026-03-26T16:04:38.526Z Compiling ascii-canvas v3.0.0
26592026-03-26T16:04:38.715Z Compiling bit-set v0.5.3
26602026-03-26T16:04:38.791Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-03-26T16:04:38.824Z Checking primeorder v0.13.6
26622026-03-26T16:04:38.858Z Compiling itertools v0.10.5
26632026-03-26T16:04:38.891Z Compiling ena v0.14.4
26642026-03-26T16:04:38.924Z Compiling libloading v0.8.9
26652026-03-26T16:04:39.094Z Compiling fs-err v2.11.0
26662026-03-26T16:04:39.137Z Compiling diff v0.1.13
26672026-03-26T16:04:39.171Z Compiling bindgen v0.71.1
26682026-03-26T16:04:39.324Z Compiling regex-syntax v0.6.29
26692026-03-26T16:04:39.632Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-03-26T16:04:39.712Z Compiling cexpr v0.6.0
26712026-03-26T16:04:39.864Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-03-26T16:04:39.987Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26732026-03-26T16:04:40.244Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-03-26T16:04:40.419Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-26T16:04:40.663Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-26T16:04:40.768Z Compiling lalrpop v0.19.12
26772026-03-26T16:04:41.074Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26782026-03-26T16:04:41.108Z Compiling libxml v0.3.3
26792026-03-26T16:04:41.299Z Checking parse-size v1.1.0
26802026-03-26T16:04:41.456Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-26T16:04:41.489Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-03-26T16:04:41.493Z Checking p384 v0.13.1
26832026-03-26T16:04:41.622Z Checking diesel v2.3.7
26842026-03-26T16:04:41.820Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26852026-03-26T16:04:41.959Z Compiling strum_macros v0.24.3
26862026-03-26T16:04:42.315Z Checking assert_matches v1.5.0
26872026-03-26T16:04:42.420Z Compiling indoc v1.0.9
26882026-03-26T16:04:43.258Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26892026-03-26T16:04:43.310Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26902026-03-26T16:04:43.505Z Checking predicates-tree v1.0.13
26912026-03-26T16:04:43.539Z Checking derive_builder v0.20.2
26922026-03-26T16:04:43.601Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26932026-03-26T16:04:43.648Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26942026-03-26T16:04:43.684Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26952026-03-26T16:04:44.233Z Checking quick-xml v0.37.5
26962026-03-26T16:04:44.273Z Compiling oso-derive v0.27.3
26972026-03-26T16:04:44.826Z Compiling impl-trait-for-tuples v0.2.3
26982026-03-26T16:04:45.169Z Compiling trait-variant v0.1.2
26992026-03-26T16:04:45.469Z Checking openssl-probe v0.1.6
27002026-03-26T16:04:45.582Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27012026-03-26T16:04:45.617Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27022026-03-26T16:04:45.689Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27032026-03-26T16:04:45.738Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27042026-03-26T16:04:46.244Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27052026-03-26T16:04:46.459Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27062026-03-26T16:04:46.496Z Compiling progenitor-impl v0.11.2
27072026-03-26T16:04:46.771Z Compiling mime_guess v2.0.5
27082026-03-26T16:04:47.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-03-26T16:04:47.346Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-26T16:04:47.573Z Checking progenitor-client v0.11.2
27112026-03-26T16:04:47.757Z Checking http-range v0.1.5
27122026-03-26T16:04:47.853Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27132026-03-26T16:04:47.920Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-03-26T16:04:48.005Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-03-26T16:04:48.122Z Checking ignore v0.4.25
27162026-03-26T16:04:48.634Z Checking atty v0.2.14
27172026-03-26T16:04:48.765Z Checking globwalk v0.9.1
27182026-03-26T16:04:49.191Z Compiling progenitor-macro v0.11.2
27192026-03-26T16:04:49.606Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-26T16:04:50.456Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-26T16:04:50.563Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-03-26T16:04:50.876Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-03-26T16:04:51.027Z Checking bb8 v0.8.6
27242026-03-26T16:04:51.098Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-26T16:04:51.132Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-03-26T16:04:51.325Z Checking corncobs v0.1.4
27272026-03-26T16:04:51.438Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-26T16:04:51.472Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-26T16:04:51.505Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-26T16:04:51.842Z Checking hyper-staticfile v0.10.1
27312026-03-26T16:04:52.170Z Checking camino-tempfile-ext v0.3.3
27322026-03-26T16:04:52.363Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-03-26T16:04:52.405Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-03-26T16:04:52.687Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-03-26T16:04:52.737Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-26T16:04:52.915Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-26T16:04:53.483Z Checking signal-hook-tokio v0.3.1
27382026-03-26T16:04:53.648Z Checking secrecy v0.8.0
27392026-03-26T16:04:53.810Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-03-26T16:04:54.141Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-03-26T16:04:54.176Z Checking progenitor v0.11.2
27422026-03-26T16:04:54.346Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-26T16:04:54.498Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-03-26T16:04:54.532Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27452026-03-26T16:04:54.734Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27462026-03-26T16:04:54.777Z Checking nonempty v0.12.0
27472026-03-26T16:04:54.981Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-26T16:04:55.079Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-26T16:04:55.186Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-26T16:04:55.228Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-03-26T16:04:55.564Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27522026-03-26T16:04:55.617Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27532026-03-26T16:04:55.918Z Checking diesel-dtrace v0.5.0
27542026-03-26T16:04:56.000Z Checking async-bb8-diesel v0.2.1
27552026-03-26T16:04:56.210Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27562026-03-26T16:04:56.387Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27572026-03-26T16:04:56.480Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27582026-03-26T16:04:56.766Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27592026-03-26T16:04:56.819Z Checking tungstenite v0.23.0
27602026-03-26T16:04:57.296Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-26T16:04:57.467Z Checking tokio-tungstenite v0.23.1
27622026-03-26T16:04:57.512Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-03-26T16:04:57.768Z Checking rand_seeder v0.4.0
27642026-03-26T16:04:57.877Z Checking void v1.0.2
27652026-03-26T16:04:57.953Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-26T16:04:58.020Z Checking lzss v0.8.2
27672026-03-26T16:04:58.252Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-03-26T16:04:58.370Z Checking nix v0.27.1
27692026-03-26T16:04:58.453Z Checking serde_bytes v0.11.19
27702026-03-26T16:04:58.487Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-03-26T16:04:58.666Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-26T16:04:58.704Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-03-26T16:04:58.916Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-26T16:04:59.440Z Checking is_ci v1.2.0
27752026-03-26T16:04:59.477Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-03-26T16:04:59.619Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-03-26T16:04:59.754Z Checking yansi v1.0.1
27782026-03-26T16:04:59.790Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-26T16:05:00.039Z Checking pretty_assertions v1.4.1
27802026-03-26T16:05:00.042Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-03-26T16:05:00.209Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-26T16:05:00.333Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-03-26T16:05:00.375Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-03-26T16:05:00.645Z Compiling darling_core v0.23.0
27852026-03-26T16:05:01.558Z Compiling indoc v2.0.7
27862026-03-26T16:05:01.734Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-03-26T16:05:01.965Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-26T16:05:02.073Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-26T16:05:02.180Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27902026-03-26T16:05:02.273Z Compiling instability v0.3.11
27912026-03-26T16:05:02.577Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-03-26T16:05:02.667Z Compiling libz-sys v1.1.24
27932026-03-26T16:05:02.792Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-26T16:05:03.088Z Checking castaway v0.2.4
27952026-03-26T16:05:03.234Z Checking compact_str v0.8.1
27962026-03-26T16:05:03.268Z Compiling darling_macro v0.23.0
27972026-03-26T16:05:03.650Z Checking supports-color v3.0.2
27982026-03-26T16:05:03.794Z Compiling darling v0.23.0
27992026-03-26T16:05:03.828Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
28002026-03-26T16:05:04.057Z Checking unicode-truncate v1.1.0
28012026-03-26T16:05:04.106Z Checking lru v0.12.5
28022026-03-26T16:05:04.240Z Checking cassowary v0.3.0
28032026-03-26T16:05:04.344Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-03-26T16:05:04.586Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-26T16:05:04.653Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-03-26T16:05:04.686Z Checking ratatui v0.29.0
28072026-03-26T16:05:05.882Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-03-26T16:05:06.037Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-03-26T16:05:06.150Z Compiling vergen-git2 v1.0.7
28102026-03-26T16:05:06.194Z Checking plotters-backend v0.3.7
28112026-03-26T16:05:06.324Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-03-26T16:05:06.421Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-03-26T16:05:06.454Z Checking plotters-svg v0.3.7
28142026-03-26T16:05:06.551Z Checking colored v2.2.0
28152026-03-26T16:05:06.629Z Checking cast v0.3.0
28162026-03-26T16:05:06.662Z Checking shell-words v1.1.1
28172026-03-26T16:05:06.786Z Compiling rustls v0.21.12
28182026-03-26T16:05:06.821Z Checking criterion-plot v0.6.0
28192026-03-26T16:05:06.898Z Checking plotters v0.3.7
28202026-03-26T16:05:07.095Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28212026-03-26T16:05:07.134Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-03-26T16:05:07.361Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-03-26T16:05:07.590Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-03-26T16:05:07.679Z Checking sct v0.7.1
28252026-03-26T16:05:07.856Z Checking rustls-webpki v0.101.7
28262026-03-26T16:05:08.049Z Checking tinytemplate v1.2.1
28272026-03-26T16:05:08.084Z Compiling nix v0.29.0
28282026-03-26T16:05:08.221Z Checking hex-literal v0.4.1
28292026-03-26T16:05:08.300Z Checking anes v0.1.6
28302026-03-26T16:05:08.353Z Checking oorandom v11.1.5
28312026-03-26T16:05:08.531Z Checking criterion v0.7.0
28322026-03-26T16:05:08.598Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28332026-03-26T16:05:09.893Z Checking erased-serde v0.4.9
28342026-03-26T16:05:09.927Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28352026-03-26T16:05:10.285Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28362026-03-26T16:05:11.052Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-03-26T16:05:11.864Z Checking ordered-float v2.10.1
28382026-03-26T16:05:12.153Z Checking serde-value v0.7.0
28392026-03-26T16:05:12.403Z Checking serde-untagged v0.1.9
28402026-03-26T16:05:12.635Z Checking tokio-rustls v0.24.1
28412026-03-26T16:05:12.902Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-26T16:05:13.124Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-03-26T16:05:13.349Z Checking rustls-pemfile v1.0.4
28442026-03-26T16:05:13.523Z Checking twox-hash v2.1.2
28452026-03-26T16:05:13.714Z Checking unicode-xid v0.2.6
28462026-03-26T16:05:13.858Z Checking cargo-util-schemas v0.8.2
28472026-03-26T16:05:13.938Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-26T16:05:14.780Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28492026-03-26T16:05:14.839Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-26T16:05:14.975Z Checking fatfs v0.3.6
28512026-03-26T16:05:15.017Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28522026-03-26T16:05:15.469Z Checking cargo-platform v0.2.0
28532026-03-26T16:05:15.695Z Compiling petname v2.0.2
28542026-03-26T16:05:16.217Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-03-26T16:05:16.347Z Compiling seq-macro v0.3.6
28562026-03-26T16:05:16.774Z Checking cargo_metadata v0.21.0
28572026-03-26T16:05:16.882Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-03-26T16:05:17.564Z Checking concurrent-queue v2.5.0
28592026-03-26T16:05:17.568Z Checking rtoolbox v0.0.3
28602026-03-26T16:05:17.767Z Checking parking v2.2.1
28612026-03-26T16:05:17.800Z Checking futures-timer v3.0.3
28622026-03-26T16:05:17.926Z Checking event-listener v5.4.1
28632026-03-26T16:05:18.017Z Checking rpassword v7.4.0
28642026-03-26T16:05:18.192Z Checking tui-tree-widget v0.23.1
28652026-03-26T16:05:18.195Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-03-26T16:05:18.408Z Checking polyval v0.6.2
28672026-03-26T16:05:18.441Z Checking sapling-renderdag v0.1.0
28682026-03-26T16:05:18.569Z Checking sync-ptr v0.1.4
28692026-03-26T16:05:18.605Z Checking ghash v0.5.1
28702026-03-26T16:05:18.710Z Checking event-listener-strategy v0.5.4
28712026-03-26T16:05:18.743Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-03-26T16:05:18.776Z Checking ctr v0.9.2
28732026-03-26T16:05:18.874Z Checking arrayvec v0.7.6
28742026-03-26T16:05:18.965Z Checking constant_time_eq v0.4.2
28752026-03-26T16:05:18.999Z Checking arrayref v0.3.9
28762026-03-26T16:05:19.099Z Checking aes-gcm v0.10.3
28772026-03-26T16:05:19.164Z Checking async-lock v3.4.2
28782026-03-26T16:05:19.208Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-03-26T16:05:19.280Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-03-26T16:05:19.606Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28812026-03-26T16:05:20.210Z Checking ssh-encoding v0.2.0
28822026-03-26T16:05:20.304Z Checking blowfish v0.9.1
28832026-03-26T16:05:20.435Z Checking ssh-cipher v0.2.0
28842026-03-26T16:05:20.490Z Checking bcrypt-pbkdf v0.10.0
28852026-03-26T16:05:20.646Z Checking async-object-pool v0.2.0
28862026-03-26T16:05:20.684Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-03-26T16:05:20.790Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-03-26T16:05:21.010Z Checking serde_regex v1.1.0
28892026-03-26T16:05:21.204Z Checking password-hash v0.4.2
28902026-03-26T16:05:21.444Z Checking assert-json-diff v2.0.2
28912026-03-26T16:05:21.476Z Checking path-tree v0.8.3
28922026-03-26T16:05:21.647Z Checking stringmetrics v2.2.2
28932026-03-26T16:05:21.697Z Compiling target-lexicon v0.13.3
28942026-03-26T16:05:21.838Z Checking gimli v0.32.3
28952026-03-26T16:05:21.948Z Checking httpmock v0.8.3
28962026-03-26T16:05:22.270Z Checking pbkdf2 v0.11.0
28972026-03-26T16:05:22.472Z Checking ssh-key v0.6.7
28982026-03-26T16:05:22.530Z Compiling samael v0.0.19
28992026-03-26T16:05:23.396Z Checking addr2line v0.25.1
29002026-03-26T16:05:23.694Z Checking p521 v0.13.3
29012026-03-26T16:05:24.154Z Checking p256 v0.13.2
29022026-03-26T16:05:24.321Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-03-26T16:05:24.454Z Checking russh-cryptovec v0.7.3
29042026-03-26T16:05:24.571Z Checking rustc-demangle v0.1.27
29052026-03-26T16:05:24.652Z Compiling guppy-workspace-hack v0.1.0
29062026-03-26T16:05:24.834Z Checking md5 v0.7.0
29072026-03-26T16:05:24.915Z Checking backtrace v0.3.76
29082026-03-26T16:05:25.042Z Checking russh-keys v0.45.0
29092026-03-26T16:05:25.261Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-03-26T16:05:25.366Z Checking num-bigint v0.4.6
29112026-03-26T16:05:25.718Z Checking des v0.8.1
29122026-03-26T16:05:26.072Z Compiling blake3 v1.8.3
29132026-03-26T16:05:26.357Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-26T16:05:26.451Z Compiling target-spec v3.5.7
29152026-03-26T16:05:26.792Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-03-26T16:05:26.834Z Checking russh v0.45.0
29172026-03-26T16:05:27.107Z Checking cfg-expr v0.20.6
29182026-03-26T16:05:27.253Z Checking backtrace-ext v0.2.1
29192026-03-26T16:05:27.443Z Checking supports-color v2.1.0
29202026-03-26T16:05:27.506Z Checking textwrap v0.15.2
29212026-03-26T16:05:27.537Z Checking supports-unicode v2.1.0
29222026-03-26T16:05:27.602Z Checking supports-hyperlinks v2.1.0
29232026-03-26T16:05:27.681Z Checking hashbrown v0.14.5
29242026-03-26T16:05:27.736Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-03-26T16:05:27.769Z Checking cargo-platform v0.3.2
29262026-03-26T16:05:27.965Z Checking socket2 v0.5.10
29272026-03-26T16:05:27.998Z Checking terminal_size v0.1.17
29282026-03-26T16:05:28.137Z Compiling miette-derive v5.10.0
29292026-03-26T16:05:28.177Z Checking owo-colors v3.5.0
29302026-03-26T16:05:28.242Z Checking internet-checksum v0.2.1
29312026-03-26T16:05:28.393Z Checking chumsky v0.9.3
29322026-03-26T16:05:28.724Z Checking cargo_metadata v0.23.1
29332026-03-26T16:05:29.286Z Checking miette v5.10.0
29342026-03-26T16:05:29.464Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-26T16:05:29.506Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-26T16:05:29.591Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-26T16:05:29.818Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-26T16:05:29.931Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-26T16:05:30.094Z Checking httptest v0.16.4
29402026-03-26T16:05:30.294Z Checking pathdiff v0.2.3
29412026-03-26T16:05:30.368Z Compiling knuffel-derive v3.2.0
29422026-03-26T16:05:30.434Z Checking topological-sort v0.2.2
29432026-03-26T16:05:30.492Z Checking nested v0.1.1
29442026-03-26T16:05:30.607Z Compiling git2 v0.20.4
29452026-03-26T16:05:30.640Z Checking omicron-zone-package v0.12.2
29462026-03-26T16:05:30.673Z Checking guppy v0.17.25
29472026-03-26T16:05:30.788Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-03-26T16:05:31.037Z Checking similar-asserts v1.7.0
29492026-03-26T16:05:31.223Z Compiling rstest_macros v0.25.0
29502026-03-26T16:05:31.532Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29512026-03-26T16:05:31.566Z Compiling target-triple v1.0.0
29522026-03-26T16:05:31.698Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-26T16:05:31.750Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-03-26T16:05:31.920Z Checking knuffel v3.2.0
29552026-03-26T16:05:31.964Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29562026-03-26T16:05:32.400Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-03-26T16:05:32.525Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-03-26T16:05:32.628Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-03-26T16:05:33.168Z Checking escape8259 v0.5.3
29602026-03-26T16:05:33.339Z Compiling relative-path v1.9.3
29612026-03-26T16:05:33.444Z Compiling assert_cmd v2.1.2
29622026-03-26T16:05:33.489Z Checking libtest-mimic v0.8.1
29632026-03-26T16:05:33.795Z Checking toml v1.0.3+spec-1.1.0
29642026-03-26T16:05:33.970Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29652026-03-26T16:05:34.005Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29662026-03-26T16:05:34.112Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-03-26T16:05:34.378Z Checking blake2b_simd v1.0.4
29682026-03-26T16:05:34.817Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-03-26T16:05:34.886Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-26T16:05:35.237Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-03-26T16:05:35.310Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-03-26T16:05:35.541Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29732026-03-26T16:05:35.771Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29742026-03-26T16:05:35.974Z Checking fancy-regex v0.14.0
29752026-03-26T16:05:36.202Z Checking serde_tokenstream v0.2.3
29762026-03-26T16:05:36.375Z Checking uzers v0.12.2
29772026-03-26T16:05:36.458Z Checking constant_time_eq v0.3.1
29782026-03-26T16:05:36.593Z Checking termcolor v1.4.1
29792026-03-26T16:05:36.637Z Compiling linkme-impl v0.3.35
29802026-03-26T16:05:36.843Z Checking trybuild v1.0.116
29812026-03-26T16:05:37.040Z Checking rust-argon2 v2.1.0
29822026-03-26T16:05:37.289Z Checking rstest v0.25.0
29832026-03-26T16:05:37.325Z Checking datatest-stable v0.3.3
29842026-03-26T16:05:37.659Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29852026-03-26T16:05:37.728Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29862026-03-26T16:05:38.002Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29872026-03-26T16:05:38.036Z Checking support-bundle-viewer v0.1.2
29882026-03-26T16:05:38.241Z Compiling polar-core v0.27.3
29892026-03-26T16:05:38.308Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29902026-03-26T16:05:38.646Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29912026-03-26T16:05:38.778Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29922026-03-26T16:05:38.892Z Checking drift v0.1.3
29932026-03-26T16:05:39.012Z Checking rand_distr v0.5.1
29942026-03-26T16:05:39.248Z Checking multimap v0.10.1
29952026-03-26T16:05:39.463Z Checking approx v0.5.1
29962026-03-26T16:05:39.496Z Compiling linkme v0.3.35
29972026-03-26T16:05:39.637Z Checking dropshot-api-manager v0.6.0
29982026-03-26T16:05:39.882Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29992026-03-26T16:05:40.697Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-03-26T16:05:40.763Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-26T16:05:40.876Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-26T16:05:41.104Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-03-26T16:05:41.188Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-03-26T16:05:41.280Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-03-26T16:05:41.340Z Checking partial-io v0.5.4
30062026-03-26T16:05:41.480Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-03-26T16:05:41.528Z Checking cargo_toml v0.21.0
30082026-03-26T16:05:41.579Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30092026-03-26T16:05:41.721Z Checking termios v0.3.3
30102026-03-26T16:05:41.885Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30112026-03-26T16:05:42.253Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30122026-03-26T16:05:42.512Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30132026-03-26T16:05:43.418Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30142026-03-26T16:05:43.557Z Checking oso v0.27.3
30152026-03-26T16:05:46.269Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-26T16:05:50.252Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-26T16:05:53.355Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30182026-03-26T16:05:53.543Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30192026-03-26T16:05:56.803Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30202026-03-26T16:06:00.998Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-26T16:06:06.135Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-26T16:06:08.001Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-26T16:06:09.436Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30242026-03-26T16:06:16.547Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-26T16:07:33.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
30262026-03-26T16:07:33.960Z
30272026-03-26T16:07:33.960Zreal 4:04.383033334
30282026-03-26T16:07:33.960Zuser 20:27.433405081
30292026-03-26T16:07:33.960Zsys 4:45.441915763
30302026-03-26T16:07:33.960Ztrap 0.492664776
30312026-03-26T16:07:33.960Ztflt 0.107242836
30322026-03-26T16:07:33.960Zdflt 0.173451005
30332026-03-26T16:07:33.960Zkflt 0.000938438
30342026-03-26T16:07:33.960Zlock 56:35.079303819
30352026-03-26T16:07:33.960Zslp 56:06.347915322
30362026-03-26T16:07:33.960Zlat 1:49.608066146
30372026-03-26T16:07:33.960Zstop 10:43.613624601
30382026-03-26T16:07:33.964Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-26T16:07:33.964Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-26T16:07:34.840Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-26T16:07:34.840Z |
30422026-03-26T16:07:34.841Z = 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)`
30432026-03-26T16:07:34.841Z = 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>
30442026-03-26T16:07:35.815Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-26T16:07:36.044Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-26T16:07:36.083Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-26T16:07:36.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-26T16:07:36.220Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30492026-03-26T16:07:36.321Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30502026-03-26T16:07:36.347Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-03-26T16:07:36.374Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-26T16:07:36.402Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30532026-03-26T16:07:36.450Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30542026-03-26T16:07:36.573Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30552026-03-26T16:07:36.605Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-03-26T16:07:36.627Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30572026-03-26T16:07:36.654Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30582026-03-26T16:07:36.678Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30592026-03-26T16:07:36.678Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30602026-03-26T16:07:36.747Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30612026-03-26T16:07:36.772Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-03-26T16:07:36.885Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-03-26T16:07:36.914Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-26T16:07:36.937Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-03-26T16:07:37.151Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30662026-03-26T16:07:37.329Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30672026-03-26T16:07:37.396Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-03-26T16:07:37.482Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30692026-03-26T16:07:37.561Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30702026-03-26T16:07:37.587Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30712026-03-26T16:07:37.708Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30722026-03-26T16:07:37.819Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30732026-03-26T16:07:37.875Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30742026-03-26T16:07:38.010Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30752026-03-26T16:07:38.065Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30762026-03-26T16:07:38.088Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30772026-03-26T16:07:38.217Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30782026-03-26T16:07:38.404Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30792026-03-26T16:07:38.428Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30802026-03-26T16:07:38.451Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30812026-03-26T16:07:38.628Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30822026-03-26T16:07:38.672Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30832026-03-26T16:07:38.700Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30842026-03-26T16:07:38.924Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30852026-03-26T16:07:38.990Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-03-26T16:07:39.243Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30872026-03-26T16:07:39.266Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30882026-03-26T16:07:39.289Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30892026-03-26T16:07:39.360Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30902026-03-26T16:07:39.408Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30912026-03-26T16:07:39.581Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30922026-03-26T16:07:39.628Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30932026-03-26T16:07:39.655Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-03-26T16:07:39.806Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30952026-03-26T16:07:39.828Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30962026-03-26T16:07:39.849Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30972026-03-26T16:07:39.871Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30982026-03-26T16:07:40.092Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30992026-03-26T16:07:40.137Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31002026-03-26T16:07:40.140Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-26T16:07:40.179Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31022026-03-26T16:07:40.321Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31032026-03-26T16:07:40.364Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31042026-03-26T16:07:40.392Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31052026-03-26T16:07:40.551Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31062026-03-26T16:07:40.596Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31072026-03-26T16:07:40.624Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31082026-03-26T16:07:40.666Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31092026-03-26T16:07:40.754Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31102026-03-26T16:07:40.797Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31112026-03-26T16:07:40.978Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31122026-03-26T16:07:40.999Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31132026-03-26T16:07:41.023Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31142026-03-26T16:07:41.098Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31152026-03-26T16:07:41.194Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31162026-03-26T16:07:41.522Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-26T16:07:41.557Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31182026-03-26T16:07:42.356Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31192026-03-26T16:07:42.399Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31202026-03-26T16:07:42.592Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31212026-03-26T16:07:42.850Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31222026-03-26T16:07:42.974Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-03-26T16:07:42.998Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31242026-03-26T16:07:43.045Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31252026-03-26T16:07:43.327Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31262026-03-26T16:07:43.535Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31272026-03-26T16:07:43.775Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31282026-03-26T16:07:43.872Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31292026-03-26T16:07:43.929Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31302026-03-26T16:07:44.063Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31312026-03-26T16:07:44.194Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31322026-03-26T16:07:44.507Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31332026-03-26T16:07:44.880Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31342026-03-26T16:07:44.996Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-26T16:07:45.075Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31362026-03-26T16:07:45.345Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31372026-03-26T16:07:45.390Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31382026-03-26T16:07:45.860Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31392026-03-26T16:07:46.041Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31402026-03-26T16:07:46.729Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-03-26T16:07:46.831Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31422026-03-26T16:07:47.152Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31432026-03-26T16:07:47.593Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31442026-03-26T16:07:47.849Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31452026-03-26T16:07:47.872Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31462026-03-26T16:07:48.057Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31472026-03-26T16:07:48.155Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31482026-03-26T16:07:48.185Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-26T16:07:48.209Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502026-03-26T16:07:48.469Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31512026-03-26T16:07:48.510Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31522026-03-26T16:07:48.689Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31532026-03-26T16:07:48.950Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31542026-03-26T16:07:49.026Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31552026-03-26T16:07:49.344Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-03-26T16:07:49.435Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31572026-03-26T16:07:50.195Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31582026-03-26T16:07:50.272Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31592026-03-26T16:07:50.813Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31602026-03-26T16:07:51.045Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31612026-03-26T16:07:51.187Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31622026-03-26T16:07:51.218Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31632026-03-26T16:07:51.463Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31642026-03-26T16:07:51.646Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31652026-03-26T16:07:51.782Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31662026-03-26T16:07:51.976Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31672026-03-26T16:07:52.399Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31682026-03-26T16:07:52.423Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31692026-03-26T16:07:52.511Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-26T16:07:52.905Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31712026-03-26T16:07:52.970Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31722026-03-26T16:07:54.018Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31732026-03-26T16:07:54.087Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31742026-03-26T16:07:54.238Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-03-26T16:07:54.572Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31762026-03-26T16:07:55.064Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31772026-03-26T16:07:55.747Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31782026-03-26T16:07:56.223Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31792026-03-26T16:07:56.611Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31802026-03-26T16:07:56.747Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-03-26T16:07:56.998Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31822026-03-26T16:07:57.215Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31832026-03-26T16:07:57.264Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31842026-03-26T16:07:57.918Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-26T16:07:57.985Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31862026-03-26T16:07:58.223Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31872026-03-26T16:07:58.973Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31882026-03-26T16:07:59.365Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-03-26T16:08:00.231Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31902026-03-26T16:08:00.278Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-03-26T16:08:01.538Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31922026-03-26T16:08:02.235Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31932026-03-26T16:08:03.286Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-03-26T16:08:03.356Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31952026-03-26T16:08:04.274Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31962026-03-26T16:08:05.046Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31972026-03-26T16:08:05.504Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31982026-03-26T16:08:06.193Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31992026-03-26T16:08:06.220Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-03-26T16:08:07.374Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32012026-03-26T16:08:07.784Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32022026-03-26T16:08:07.885Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32032026-03-26T16:08:07.925Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-03-26T16:08:08.525Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32052026-03-26T16:08:08.702Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32062026-03-26T16:08:09.071Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32072026-03-26T16:08:09.143Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-03-26T16:08:09.306Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32092026-03-26T16:08:09.382Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32102026-03-26T16:08:09.537Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32112026-03-26T16:08:09.927Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-03-26T16:08:10.101Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32132026-03-26T16:08:10.193Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32142026-03-26T16:08:10.400Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-03-26T16:08:10.726Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32162026-03-26T16:08:10.789Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32172026-03-26T16:08:11.201Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32182026-03-26T16:08:11.485Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32192026-03-26T16:08:11.968Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32202026-03-26T16:08:12.712Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-26T16:08:12.895Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-03-26T16:08:13.638Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32232026-03-26T16:08:14.516Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-26T16:08:15.026Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-26T16:08:18.124Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-03-26T16:08:19.182Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-26T16:08:19.968Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-26T16:08:20.253Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-03-26T16:08:21.079Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-03-26T16:08:23.006Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32312026-03-26T16:08:24.539Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32322026-03-26T16:08:25.000Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32332026-03-26T16:08:25.611Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-03-26T16:08:26.004Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32352026-03-26T16:08:27.489Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-26T16:08:28.322Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32372026-03-26T16:08:28.753Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32382026-03-26T16:08:31.033Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32392026-03-26T16:08:31.455Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32402026-03-26T16:08:32.270Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-03-26T16:08:32.940Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32422026-03-26T16:08:35.947Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32432026-03-26T16:08:36.680Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32442026-03-26T16:08:37.611Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32452026-03-26T16:08:38.375Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32462026-03-26T16:08:39.141Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32472026-03-26T16:08:39.912Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32482026-03-26T16:08:40.639Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32492026-03-26T16:08:41.413Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32502026-03-26T16:08:42.262Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-26T16:08:42.519Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32522026-03-26T16:08:43.481Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32532026-03-26T16:08:44.162Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32542026-03-26T16:08:45.978Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32552026-03-26T16:08:48.261Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32562026-03-26T16:08:49.063Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32572026-03-26T16:08:49.881Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32582026-03-26T16:08:51.855Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32592026-03-26T16:08:54.675Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-03-26T16:08:55.828Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32612026-03-26T16:08:56.615Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32622026-03-26T16:08:57.584Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32632026-03-26T16:09:00.455Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32642026-03-26T16:09:00.851Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-03-26T16:09:01.734Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32662026-03-26T16:09:04.117Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32672026-03-26T16:09:04.734Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32682026-03-26T16:09:06.163Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32692026-03-26T16:09:07.987Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32702026-03-26T16:09:09.298Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32712026-03-26T16:09:11.158Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32722026-03-26T16:09:12.676Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32732026-03-26T16:09:14.288Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32742026-03-26T16:09:17.851Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32752026-03-26T16:09:19.395Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32762026-03-26T16:09:19.456Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32772026-03-26T16:09:21.644Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32782026-03-26T16:09:23.042Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792026-03-26T16:09:25.221Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32802026-03-26T16:09:27.075Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32812026-03-26T16:09:29.237Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32822026-03-26T16:09:31.440Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32832026-03-26T16:09:33.088Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-26T16:09:35.015Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32852026-03-26T16:09:36.914Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32862026-03-26T16:09:38.905Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32872026-03-26T16:09:40.786Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32882026-03-26T16:09:42.674Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-03-26T16:09:44.491Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32902026-03-26T16:09:46.587Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32912026-03-26T16:09:48.440Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-26T16:09:50.325Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32932026-03-26T16:09:52.283Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32942026-03-26T16:09:54.268Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32952026-03-26T16:09:56.265Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32962026-03-26T16:09:58.184Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-26T16:10:00.210Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-03-26T16:10:02.190Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-03-26T16:10:04.248Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33002026-03-26T16:10:07.611Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-03-26T16:10:08.567Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-03-26T16:10:11.134Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-26T16:10:13.058Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33042026-03-26T16:10:17.540Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33052026-03-26T16:10:19.776Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-26T16:10:21.971Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-03-26T16:10:24.123Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33082026-03-26T16:10:26.285Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33092026-03-26T16:10:28.830Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33102026-03-26T16:10:30.670Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33112026-03-26T16:10:33.440Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33122026-03-26T16:10:35.164Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33132026-03-26T16:10:37.396Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33142026-03-26T16:10:39.596Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33152026-03-26T16:10:41.813Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33162026-03-26T16:10:44.016Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33172026-03-26T16:10:46.318Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33182026-03-26T16:10:48.475Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33192026-03-26T16:10:50.757Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-03-26T16:10:52.950Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33212026-03-26T16:10:55.146Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33222026-03-26T16:10:57.430Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-03-26T16:10:59.741Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-03-26T16:11:01.957Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33252026-03-26T16:11:04.271Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33262026-03-26T16:11:06.795Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33272026-03-26T16:11:09.045Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-03-26T16:11:11.384Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33292026-03-26T16:11:13.634Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33302026-03-26T16:11:16.016Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-03-26T16:11:18.430Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33322026-03-26T16:11:20.988Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33332026-03-26T16:11:23.229Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-03-26T16:11:25.596Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33352026-03-26T16:11:27.959Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33362026-03-26T16:11:30.396Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-03-26T16:11:32.811Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33382026-03-26T16:11:35.431Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33392026-03-26T16:11:37.865Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33402026-03-26T16:11:40.307Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33412026-03-26T16:11:42.671Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33422026-03-26T16:11:45.129Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33432026-03-26T16:11:47.599Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33442026-03-26T16:11:50.069Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-03-26T16:11:52.927Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33462026-03-26T16:11:55.122Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33472026-03-26T16:12:02.264Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33482026-03-26T16:12:02.491Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33492026-03-26T16:12:05.700Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33502026-03-26T16:12:08.891Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33512026-03-26T16:12:12.167Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33522026-03-26T16:12:15.434Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33532026-03-26T16:12:18.625Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33542026-03-26T16:12:22.106Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33552026-03-26T16:12:25.220Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33562026-03-26T16:12:28.474Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-03-26T16:12:31.852Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33582026-03-26T16:12:35.019Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33592026-03-26T16:12:38.398Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33602026-03-26T16:12:41.573Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33612026-03-26T16:12:44.927Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33622026-03-26T16:12:49.535Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33632026-03-26T16:12:52.495Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33642026-03-26T16:12:55.894Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33652026-03-26T16:12:59.533Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33662026-03-26T16:13:03.144Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33672026-03-26T16:13:06.664Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33682026-03-26T16:13:10.154Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33692026-03-26T16:13:13.762Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33702026-03-26T16:13:17.387Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33712026-03-26T16:13:20.891Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-03-26T16:13:24.451Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-03-26T16:13:28.122Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-03-26T16:13:56.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 22s
33752026-03-26T16:13:56.680Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-03-26T16:13:56.780Z
33772026-03-26T16:13:56.784Zreal 6:22.702354330
33782026-03-26T16:13:56.784Zuser 17:14.245214351
33792026-03-26T16:13:56.784Zsys 3:37.849339759
33802026-03-26T16:13:56.784Ztrap 0.252341371
33812026-03-26T16:13:56.784Ztflt 0.009011803
33822026-03-26T16:13:56.784Zdflt 0.098047558
33832026-03-26T16:13:56.785Zkflt 0.000034761
33842026-03-26T16:13:56.785Zlock 5:52:12.953817551
33852026-03-26T16:13:56.785Zslp 2:08:20.142494572
33862026-03-26T16:13:56.785Zlat 31.387403535
33872026-03-26T16:13:56.785Zstop 1:33.660467356
33882026-03-26T16:13:56.785Zprocess exited: duration 816626 ms, exit code 0
 
33892026-03-26T16:13:56.795Zfound 0 output files