01KNMJ3WTK5FV2YA64VAVSAXRC: clippy (helios)

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

Buildomat Job: 01KNMJ4BB7PM77YCGCP6DX938A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T18:10:14.280Zjob assigned to worker 01KNMJ4RDGXRG5C4459N5SNJKG [factory aws, i-06de742ab08716c8b] (queued for 1 m 13 s)
 
22026-04-07T18:10:20.796Zstarting task 0: "setup"
32026-04-07T18:10:20.814Z++ uname -s
42026-04-07T18:10:20.820Z+ kern=SunOS
52026-04-07T18:10:20.820Z+ build_user=build
62026-04-07T18:10:20.820Z+ build_uid=12345
72026-04-07T18:10:20.820Z+ work_dir=/work
82026-04-07T18:10:20.820Z+ input_dir=/input
92026-04-07T18:10:20.820Z+ [[ 0 == 12345 ]]
102026-04-07T18:10:20.820Z+ case "$kern" in
112026-04-07T18:10:20.820Z+ groupadd -g 12345 build
122026-04-07T18:10:20.820Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T18:10:22.817Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T18:10:22.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T18:10:22.927Z+ home_fs=zfs
162026-04-07T18:10:22.927Z+ [[ zfs == autofs ]]
172026-04-07T18:10:22.927Z+ mkdir -p /home/build
182026-04-07T18:10:22.927Z+ chown build:build /home/build /work
192026-04-07T18:10:24.924Z+ chmod 0700 /home/build /work
202026-04-07T18:10:24.928Zprocess exited: duration 4130 ms, exit code 0
 
212026-04-07T18:10:24.940Zstarting task 1: "rust-toolchain"
222026-04-07T18:10:24.948Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-07T18:10:24.948Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-07T18:10:24.948Z * rust toolchain channel = "1.94.0"
252026-04-07T18:10:24.948Z * rust toolchain profile = "default"
262026-04-07T18:10:24.949Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T18:10:24.949Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T18:10:24.949Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T18:10:24.949Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T18:10:25.066Zinfo: downloading installer
312026-04-07T18:10:26.771Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T18:10:26.771Zwarn: /opt/ooce/bin
332026-04-07T18:10:26.771Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T18:10:26.771Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T18:10:26.771Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T18:10:26.771Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T18:10:26.771Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T18:10:26.771Zerror: cannot install while Rust is installed
392026-04-07T18:10:26.771Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T18:10:26.771Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T18:10:26.771Zwarn: /home/build/.rustup/settings.toml
422026-04-07T18:10:26.771Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T18:10:26.771Zwarn: instead of the one inferred from the default host triple.
442026-04-07T18:10:26.804Zinfo: profile set to default
452026-04-07T18:10:26.804Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T18:10:26.832Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T18:10:26.957Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T18:10:26.977Zinfo: downloading 6 components
492026-04-07T18:10:43.101Z
502026-04-07T18:10:43.101Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
512026-04-07T18:10:43.127Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T18:10:43.127Z
532026-04-07T18:10:43.127Z
542026-04-07T18:10:43.127ZRust is installed now. Great!
552026-04-07T18:10:43.127Z
562026-04-07T18:10:43.127ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T18:10:43.127Zenvironment variable. This has not been done automatically.
582026-04-07T18:10:43.127Z
592026-04-07T18:10:43.127ZTo configure your current shell, you need to source
602026-04-07T18:10:43.127Zthe corresponding env file under $HOME/.cargo.
612026-04-07T18:10:43.127Z
622026-04-07T18:10:43.127ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T18:10:43.127Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T18:10:43.127Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T18:10:43.127Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T18:10:43.127Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T18:10:43.127Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T18:10:43.127Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T18:10:43.131Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T18:10:43.131Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T18:10:43.223Z+ rustup --version
722026-04-07T18:10:43.231Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T18:10:43.235Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T18:10:43.252Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T18:10:43.256Z+ cargo --version
762026-04-07T18:10:43.268Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T18:10:43.272Z+ rustc --version
782026-04-07T18:10:43.290Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T18:10:43.370Zprocess exited: duration 18353 ms, exit code 0
 
802026-04-07T18:10:43.379Zstarting task 2: "authentication"
812026-04-07T18:10:43.397Zprocess exited: duration 17 ms, exit code 0
 
822026-04-07T18:10:43.404Zstarting task 3: "clone repository"
832026-04-07T18:10:43.408Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T18:10:43.412Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T18:10:43.557ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T18:10:54.455Z+ cd /work/oxidecomputer/omicron
872026-04-07T18:10:54.455Z+ git fetch origin c45696127cf130180ff8a8715a7e087e632f4206
882026-04-07T18:10:54.756ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T18:10:54.756Z * branch c45696127cf130180ff8a8715a7e087e632f4206 -> FETCH_HEAD
902026-04-07T18:10:54.767Z+ [[ -n ixi/api-manifest-notes ]]
912026-04-07T18:10:54.770Z++ git branch --show-current
922026-04-07T18:10:54.771Z+ current=main
932026-04-07T18:10:54.771Z+ [[ main != ixi/api-manifest-notes ]]
942026-04-07T18:10:54.771Z+ git branch -f ixi/api-manifest-notes c45696127cf130180ff8a8715a7e087e632f4206
952026-04-07T18:10:54.774Z+ git checkout -f ixi/api-manifest-notes
962026-04-07T18:10:55.008ZSwitched to branch 'ixi/api-manifest-notes'
972026-04-07T18:10:55.012Z+ git reset --hard c45696127cf130180ff8a8715a7e087e632f4206
982026-04-07T18:10:55.022ZHEAD is now at c45696127 filter rules should note newer relevant Omicron issues
992026-04-07T18:10:55.026Zprocess exited: duration 11616 ms, exit code 0
 
1002026-04-07T18:10:55.032Zstarting task 4: "build"
1012026-04-07T18:10:55.036Z+ source ./env.sh
1022026-04-07T18:10:55.036Z++ OLD_SHELL_OPTS=ehxB
1032026-04-07T18:10:55.036Z++ set -o xtrace
1042026-04-07T18:10:55.040Z++++ dirname ./env.sh
1052026-04-07T18:10:55.040Z+++ readlink -f .
1062026-04-07T18:10:55.043Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-07T18:10:55.043Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-07T18:10:55.043Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-07T18:10:55.043Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-07T18:10:55.043Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-07T18:10:55.043Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-07T18:10:55.043Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-07T18:10:55.043Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-07T18:10:55.043Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-07T18:10:55.043Z++ case $OLD_SHELL_OPTS in
1162026-04-07T18:10:55.043Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-07T18:10:55.043Z+ source .github/buildomat/ci-env.sh
1182026-04-07T18:10:55.043Z++ export CARGO_TERM_COLOR=always
1192026-04-07T18:10:55.043Z++ CARGO_TERM_COLOR=always
1202026-04-07T18:10:55.043Z+ cargo --version
1212026-04-07T18:10:55.050Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-07T18:10:55.053Z+ rustc --version
1232026-04-07T18:10:55.072Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-07T18:10:55.076Z+ banner prerequisites
1252026-04-07T18:10:55.079Z
1262026-04-07T18:10:55.079Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-07T18:10:55.079Z # # # # # # # # # # # # # # #
1282026-04-07T18:10:55.079Z # # # # ##### # # ##### # # # # # #### #
1292026-04-07T18:10:55.079Z ##### ##### # ##### # # # # # # # # #
1302026-04-07T18:10:55.079Z # # # # # # # # # # # # # # #
1312026-04-07T18:10:55.079Z # # # ###### # # ###### ### # #### # #### #
1322026-04-07T18:10:55.079Z
1332026-04-07T18:10:55.079Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-07T18:11:05.452Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-07T18:11:12.297Z Startup: Caching catalogs ... Done
1362026-04-07T18:11:17.049ZPlanning: Solver setup ... Done (3.225s)
1372026-04-07T18:11:17.070ZPlanning: Running solver ... Done (0.021s)
1382026-04-07T18:11:17.189ZPlanning: Finding local manifests ... Done (0.002s)
1392026-04-07T18:11:17.206ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-07T18:11:17.307ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-07T18:11:17.337ZPlanning: Package planning ... Done (0.031s)
1422026-04-07T18:11:17.366ZPlanning: Merging actions ... Done (0.028s)
1432026-04-07T18:11:17.598ZPlanning: Checking for conflicting actions ... Done (0.232s)
1442026-04-07T18:11:17.605ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-07T18:11:19.753ZPlanning: Evaluating mediators ... Done (2.147s)
1462026-04-07T18:11:19.758ZPlanning: Planning completed in 7.30 seconds
1472026-04-07T18:11:19.952Z Packages to install: 4
1482026-04-07T18:11:19.952Z Mediators to change: 2
1492026-04-07T18:11:19.952Z Services to change: 1
1502026-04-07T18:11:19.955Z Estimated space available: 155.35 GB
1512026-04-07T18:11:19.955ZEstimated space to be consumed: 1.84 GB
1522026-04-07T18:11:19.955Z Create boot environment: No
1532026-04-07T18:11:19.955ZCreate backup boot environment: No
1542026-04-07T18:11:19.955Z Rebuild boot archive: No
1552026-04-07T18:11:19.956Z
1562026-04-07T18:11:19.956ZChanged mediators:
1572026-04-07T18:11:19.956Z mediator clang:
1582026-04-07T18:11:19.956Z version: None -> 15 (system default)
1592026-04-07T18:11:19.956Z
1602026-04-07T18:11:19.956Z mediator llvm:
1612026-04-07T18:11:19.956Z version: 14 (system default) -> 15 (system default)
1622026-04-07T18:11:19.956Z
1632026-04-07T18:11:19.956ZChanged packages:
1642026-04-07T18:11:19.956Zhelios-dev
1652026-04-07T18:11:19.956Z developer/build-essential
1662026-04-07T18:11:19.956Z None -> 11-2.0
1672026-04-07T18:11:19.956Z library/libxmlsec1
1682026-04-07T18:11:19.956Z None -> 1.2.35-2.0
1692026-04-07T18:11:19.956Z ooce/developer/clang-15
1702026-04-07T18:11:19.956Z None -> 15.0.7-2.0
1712026-04-07T18:11:19.956Z ooce/developer/llvm-15
1722026-04-07T18:11:19.956Z None -> 15.0.7-2.0
1732026-04-07T18:11:19.956Z
1742026-04-07T18:11:19.956ZServices:
1752026-04-07T18:11:19.956Z restart_fmri:
1762026-04-07T18:11:19.956Z svc:/system/update-man-index:default
1772026-04-07T18:11:20.022Z
1782026-04-07T18:11:20.022ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-07T18:11:25.024ZDownload: 610/3290 items 17.3/212.6MB 8% complete (3.5M/s)
1802026-04-07T18:11:31.612ZDownload: 1196/3290 items 83.4/212.6MB 39% complete (10.5M/s)
1812026-04-07T18:11:36.613ZDownload: 3199/3290 items 167.3/212.6MB 78% complete (14.7M/s)
1822026-04-07T18:11:40.124ZDownload: Completed 212.60 MB in 20.10 seconds (10.6M/s)
1832026-04-07T18:11:41.035Z Actions: 1/3689 actions (Installing new actions)
1842026-04-07T18:11:44.324Z Actions: Completed 3689 actions in 3.29 seconds.
1852026-04-07T18:11:44.613Z Done (0.285s)
1862026-04-07T18:11:44.613Z Done (0.000s)
1872026-04-07T18:11:45.324Z Done (0.711s)
1882026-04-07T18:11:48.788Z Done (3.124s)
1892026-04-07T18:11:48.863Z Done (0.012s)
1902026-04-07T18:11:48.867Z Done (0.000s)
1912026-04-07T18:11:49.126Z Done (0.000s)
1922026-04-07T18:11:49.973ZPlanning: Evaluating mediator changes ... Done
1932026-04-07T18:11:50.078ZPlanning: Checking for conflicting actions ... Done
1942026-04-07T18:11:50.082ZPlanning: Consolidating action changes ... Done
1952026-04-07T18:11:50.238ZPlanning: Evaluating mediators ... Done
1962026-04-07T18:11:50.243ZPlanning: Planning completed in 0.26 seconds
1972026-04-07T18:11:50.266Z Mediators to change: 2
1982026-04-07T18:11:50.266Z Create boot environment: No
1992026-04-07T18:11:50.266ZCreate backup boot environment: No
2002026-04-07T18:11:50.325Z Done
2012026-04-07T18:11:50.325Z Done
2022026-04-07T18:11:50.910Z Done
2032026-04-07T18:11:53.431Z Done
2042026-04-07T18:11:53.502Z Done
2052026-04-07T18:11:53.505Z Done
2062026-04-07T18:11:53.627Z Done
2072026-04-07T18:11:54.023ZPlanning: Evaluating mediator changes ... Done
2082026-04-07T18:11:54.027ZPlanning: Merging actions ... Done
2092026-04-07T18:11:54.166ZPlanning: Checking for conflicting actions ... Done
2102026-04-07T18:11:54.172ZPlanning: Consolidating action changes ... Done
2112026-04-07T18:11:54.305ZPlanning: Evaluating mediators ... Done
2122026-04-07T18:11:54.360ZPlanning: Planning completed in 0.45 seconds
2132026-04-07T18:11:54.365Z Packages to change: 1
2142026-04-07T18:11:54.365Z Mediators to change: 1
2152026-04-07T18:11:54.365Z Services to change: 1
2162026-04-07T18:11:54.365Z Create boot environment: No
2172026-04-07T18:11:54.365ZCreate backup boot environment: Yes
2182026-04-07T18:11:56.649Z Actions: 1/6 actions (Updating modified actions)
2192026-04-07T18:11:56.653Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-07T18:11:56.653Z Done
2212026-04-07T18:11:56.653Z Done
2222026-04-07T18:11:56.793Z Done
2232026-04-07T18:11:59.245Z Done
2242026-04-07T18:11:59.319Z Done
2252026-04-07T18:11:59.322Z Done
2262026-04-07T18:11:59.505Z Done
2272026-04-07T18:11:59.800ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-07T18:11:59.800Zclang system 15 system
2292026-04-07T18:11:59.800Zcsh system system illumos
2302026-04-07T18:11:59.800Zctags system system illumos
2312026-04-07T18:11:59.800Zfile system system illumos
2322026-04-07T18:11:59.800Zgcc vendor 12 vendor
2332026-04-07T18:11:59.800Zgcc system 14 system
2342026-04-07T18:11:59.800Zgcc system 10 system
2352026-04-07T18:11:59.800Zgo system 1.20 system
2362026-04-07T18:11:59.800Zgo system 1.19 system
2372026-04-07T18:11:59.800Zllvm system 15 system
2382026-04-07T18:11:59.800Zllvm system 14 system
2392026-04-07T18:11:59.800Zmariadb system 10.6 system
2402026-04-07T18:11:59.800Zmta vendor vendor dma
2412026-04-07T18:11:59.800Zopenjdk system 17 system
2422026-04-07T18:11:59.800Zopenjdk system 11 system
2432026-04-07T18:11:59.800Zopenjdk system 1.8 system
2442026-04-07T18:11:59.800Zopenssl vendor 3 vendor
2452026-04-07T18:11:59.800Zperl system 5.36 system
2462026-04-07T18:11:59.801Zpostgresql system 15 system
2472026-04-07T18:11:59.801Zpostgresql system 13 system
2482026-04-07T18:11:59.801Zpython vendor 3 vendor
2492026-04-07T18:11:59.801Zpython system 2 system
2502026-04-07T18:11:59.801Zpython3 system 3.11 system
2512026-04-07T18:11:59.801Zruby system 3.0 system
2522026-04-07T18:11:59.801Zwords vendor vendor american-english
2532026-04-07T18:11:59.801Zwords system system australian-english
2542026-04-07T18:11:59.801Zwords system system british-english
2552026-04-07T18:11:59.801Zwords system system canadian-english
2562026-04-07T18:11:59.801Zwords system system french
2572026-04-07T18:11:59.801Zwords system system italian
2582026-04-07T18:11:59.801Zwords system system ngerman
2592026-04-07T18:11:59.801Zwords system system ogerman
2602026-04-07T18:11:59.801Zwords system system spanish
2612026-04-07T18:12:00.014ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-07T18:12:00.014Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-07T18:12:04.358ZFMRI IFO
2642026-04-07T18:12:04.358Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-07T18:12:04.358Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-07T18:12:04.358Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-07T18:12:04.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-07T18:12:04.358Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-07T18:12:04.358Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-07T18:12:04.358Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-07T18:12:04.358Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-07T18:12:04.358Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-07T18:12:04.358Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-07T18:12:04.358Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-07T18:12:04.358Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-07T18:12:04.358Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-07T18:12:04.358Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-07T18:12:04.358Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-07T18:12:04.359Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-07T18:12:05.432Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-07T18:12:05.786Z Updating crates.io index
2822026-04-07T18:12:05.791Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-07T18:12:06.118Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-07T18:12:07.230Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-07T18:12:07.578Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-07T18:12:08.496Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-07T18:12:10.029Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-07T18:12:11.541Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-07T18:12:12.229Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-07T18:12:12.652Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-07T18:12:13.356Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-07T18:12:14.339Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-07T18:12:14.351Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-07T18:12:14.626Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-07T18:12:17.139Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-07T18:12:17.678Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-07T18:12:18.114Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-07T18:12:18.724Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-07T18:12:19.339Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-07T18:12:19.888Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-07T18:12:20.107Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-07T18:12:20.609Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-07T18:12:21.007Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-07T18:12:21.397Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-07T18:12:22.051Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-07T18:12:22.587Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-07T18:12:22.978Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-07T18:12:23.293Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-07T18:12:24.618Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-07T18:12:25.459Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-07T18:12:26.171Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-07T18:12:26.618Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-07T18:12:26.972Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-07T18:12:27.377Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-07T18:12:27.847Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-07T18:12:28.472Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-07T18:12:28.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-07T18:12:29.071Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-07T18:12:29.477Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-07T18:12:42.045Z Downloading crates ...
3212026-04-07T18:12:42.102Z Downloaded anstream v0.6.21
3222026-04-07T18:12:42.118Z Downloaded icu_properties v2.1.2
3232026-04-07T18:12:42.121Z Downloaded fastrand v2.3.0
3242026-04-07T18:12:42.121Z Downloaded textwrap v0.16.2
3252026-04-07T18:12:42.124Z Downloaded clap_lex v1.0.0
3262026-04-07T18:12:42.124Z Downloaded ordered-float v2.10.1
3272026-04-07T18:12:42.124Z Downloaded zerocopy-derive v0.7.35
3282026-04-07T18:12:42.128Z Downloaded thiserror-impl v2.0.18
3292026-04-07T18:12:42.131Z Downloaded thiserror v2.0.18
3302026-04-07T18:12:42.135Z Downloaded cargo_toml v0.21.0
3312026-04-07T18:12:42.135Z Downloaded cargo-platform v0.2.0
3322026-04-07T18:12:42.139Z Downloaded unicode-xid v0.2.6
3332026-04-07T18:12:42.139Z Downloaded equivalent v1.0.2
3342026-04-07T18:12:42.139Z Downloaded thiserror-impl v1.0.69
3352026-04-07T18:12:42.143Z Downloaded thiserror v1.0.69
3362026-04-07T18:12:42.143Z Downloaded writeable v0.6.2
3372026-04-07T18:12:42.143Z Downloaded version_check v0.9.5
3382026-04-07T18:12:42.146Z Downloaded zmij v1.0.21
3392026-04-07T18:12:42.146Z Downloaded fnv v1.0.7
3402026-04-07T18:12:42.146Z Downloaded zerofrom v0.1.6
3412026-04-07T18:12:42.146Z Downloaded digest v0.10.7
3422026-04-07T18:12:42.149Z Downloaded serde_core v1.0.228
3432026-04-07T18:12:42.149Z Downloaded once_cell v1.21.3
3442026-04-07T18:12:42.152Z Downloaded errno v0.3.14
3452026-04-07T18:12:42.153Z Downloaded itoa v1.0.17
3462026-04-07T18:12:42.153Z Downloaded thread-id v4.2.2
3472026-04-07T18:12:42.156Z Downloaded zerofrom-derive v0.1.6
3482026-04-07T18:12:42.156Z Downloaded typeid v1.0.3
3492026-04-07T18:12:42.159Z Downloaded usdt v0.5.0
3502026-04-07T18:12:42.160Z Downloaded icu_normalizer v2.1.1
3512026-04-07T18:12:42.160Z Downloaded getrandom v0.3.4
3522026-04-07T18:12:42.163Z Downloaded colorchoice v1.0.4
3532026-04-07T18:12:42.163Z Downloaded cpufeatures v0.2.17
3542026-04-07T18:12:42.166Z Downloaded yoke-derive v0.8.1
3552026-04-07T18:12:42.166Z Downloaded utf8_iter v1.0.4
3562026-04-07T18:12:42.166Z Downloaded unicode-linebreak v0.1.5
3572026-04-07T18:12:42.166Z Downloaded terminal_size v0.4.3
3582026-04-07T18:12:42.166Z Downloaded memmap v0.7.0
3592026-04-07T18:12:42.169Z Downloaded heck v0.4.1
3602026-04-07T18:12:42.169Z Downloaded toml_datetime v0.6.11
3612026-04-07T18:12:42.172Z Downloaded toml_write v0.1.2
3622026-04-07T18:12:42.172Z Downloaded potential_utf v0.1.4
3632026-04-07T18:12:42.176Z Downloaded utf8parse v0.2.2
3642026-04-07T18:12:42.176Z Downloaded usdt-macro v0.5.0
3652026-04-07T18:12:42.176Z Downloaded usdt-attr-macro v0.5.0
3662026-04-07T18:12:42.180Z Downloaded zerovec-derive v0.11.2
3672026-04-07T18:12:42.183Z Downloaded cargo_metadata v0.21.0
3682026-04-07T18:12:42.184Z Downloaded usdt-impl v0.5.0
3692026-04-07T18:12:42.188Z Downloaded tinystr v0.8.2
3702026-04-07T18:12:42.188Z Downloaded anstyle v1.0.13
3712026-04-07T18:12:42.188Z Downloaded yoke v0.8.1
3722026-04-07T18:12:42.188Z Downloaded heck v0.5.0
3732026-04-07T18:12:42.191Z Downloaded ucd-trie v0.1.7
3742026-04-07T18:12:42.195Z Downloaded form_urlencoded v1.2.2
3752026-04-07T18:12:42.199Z Downloaded toml v0.8.23
3762026-04-07T18:12:42.199Z Downloaded is_terminal_polyfill v1.70.2
3772026-04-07T18:12:42.203Z Downloaded idna_adapter v1.2.1
3782026-04-07T18:12:42.204Z Downloaded unicode-ident v1.0.24
3792026-04-07T18:12:42.204Z Downloaded zerotrie v0.2.3
3802026-04-07T18:12:42.207Z Downloaded block-buffer v0.10.4
3812026-04-07T18:12:42.207Z Downloaded serde-value v0.7.0
3822026-04-07T18:12:42.211Z Downloaded url v2.5.8
3832026-04-07T18:12:42.214Z Downloaded toml_edit v0.22.27
3842026-04-07T18:12:42.217Z Downloaded macaddr v1.0.1
3852026-04-07T18:12:42.217Z Downloaded stable_deref_trait v1.2.1
3862026-04-07T18:12:42.220Z Downloaded pretty-hex v0.4.1
3872026-04-07T18:12:42.220Z Downloaded quote v1.0.44
3882026-04-07T18:12:42.224Z Downloaded zerocopy v0.7.35
3892026-04-07T18:12:42.232Z Downloaded cargo-util-schemas v0.8.2
3902026-04-07T18:12:42.235Z Downloaded typenum v1.19.0
3912026-04-07T18:12:42.238Z Downloaded zerovec v0.11.5
3922026-04-07T18:12:42.239Z Downloaded tabled_derive v0.7.0
3932026-04-07T18:12:42.242Z Downloaded scroll_derive v0.12.1
3942026-04-07T18:12:42.242Z Downloaded proc-macro-error-attr v1.0.4
3952026-04-07T18:12:42.246Z Downloaded winnow v0.7.14
3962026-04-07T18:12:42.251Z Downloaded cfg-if v1.0.4
3972026-04-07T18:12:42.254Z Downloaded anstyle-query v1.1.5
3982026-04-07T18:12:42.254Z Downloaded generic-array v0.14.7
3992026-04-07T18:12:42.254Z Downloaded dtrace-parser v0.2.0
4002026-04-07T18:12:42.254Z Downloaded strsim v0.11.1
4012026-04-07T18:12:42.257Z Downloaded plain v0.2.3
4022026-04-07T18:12:42.260Z Downloaded sha2 v0.10.9
4032026-04-07T18:12:42.260Z Downloaded unicode-width v0.2.0
4042026-04-07T18:12:42.265Z Downloaded smawk v0.3.2
4052026-04-07T18:12:42.265Z Downloaded unicode-width v0.1.14
4062026-04-07T18:12:42.268Z Downloaded serde-untagged v0.1.9
4072026-04-07T18:12:42.268Z Downloaded camino-tempfile v1.4.1
4082026-04-07T18:12:42.271Z Downloaded fs-err v3.3.0
4092026-04-07T18:12:42.271Z Downloaded displaydoc v0.2.5
4102026-04-07T18:12:42.274Z Downloaded bytecount v0.6.9
4112026-04-07T18:12:42.277Z Downloaded dof v0.3.0
4122026-04-07T18:12:42.277Z Downloaded percent-encoding v2.3.2
4132026-04-07T18:12:42.277Z Downloaded serde_spanned v0.6.9
4142026-04-07T18:12:42.280Z Downloaded scroll v0.12.0
4152026-04-07T18:12:42.284Z Downloaded crypto-common v0.1.7
4162026-04-07T18:12:42.287Z Downloaded smallvec v1.15.1
4172026-04-07T18:12:42.287Z Downloaded bitflags v2.11.0
4182026-04-07T18:12:42.290Z Downloaded pest_generator v2.8.6
4192026-04-07T18:12:42.300Z Downloaded swrite v0.1.0
4202026-04-07T18:12:42.305Z Downloaded serde_tokenstream v0.2.3
4212026-04-07T18:12:42.305Z Downloaded proc-macro-error v1.0.4
4222026-04-07T18:12:42.305Z Downloaded anstyle-parse v0.2.7
4232026-04-07T18:12:42.312Z Downloaded semver v1.0.27
4242026-04-07T18:12:42.320Z Downloaded synstructure v0.13.2
4252026-04-07T18:12:42.320Z Downloaded camino v1.2.2
4262026-04-07T18:12:42.324Z Downloaded erased-serde v0.4.9
4272026-04-07T18:12:42.324Z Downloaded autocfg v1.5.0
4282026-04-07T18:12:42.328Z Downloaded pest_derive v2.8.6
4292026-04-07T18:12:42.331Z Downloaded anyhow v1.0.102
4302026-04-07T18:12:42.342Z Downloaded byteorder v1.5.0
4312026-04-07T18:12:42.345Z Downloaded tempfile v3.25.0
4322026-04-07T18:12:42.352Z Downloaded icu_provider v2.1.1
4332026-04-07T18:12:42.355Z Downloaded clap v4.5.60
4342026-04-07T18:12:42.360Z Downloaded serde_derive v1.0.228
4352026-04-07T18:12:42.363Z Downloaded num-traits v0.2.19
4362026-04-07T18:12:42.363Z Downloaded litemap v0.8.1
4372026-04-07T18:12:42.363Z Downloaded proc-macro2 v1.0.106
4382026-04-07T18:12:42.366Z Downloaded icu_normalizer_data v2.1.1
4392026-04-07T18:12:42.366Z Downloaded icu_locale_core v2.1.1
4402026-04-07T18:12:42.370Z Downloaded log v0.4.29
4412026-04-07T18:12:42.375Z Downloaded clap_derive v4.5.55
4422026-04-07T18:12:42.378Z Downloaded pest_meta v2.8.6
4432026-04-07T18:12:42.382Z Downloaded clap_builder v4.5.60
4442026-04-07T18:12:42.388Z Downloaded papergrid v0.11.0
4452026-04-07T18:12:42.408Z Downloaded serde v1.0.228
4462026-04-07T18:12:42.411Z Downloaded icu_collections v2.1.1
4472026-04-07T18:12:42.414Z Downloaded memchr v2.8.0
4482026-04-07T18:12:42.417Z Downloaded indexmap v2.13.0
4492026-04-07T18:12:42.421Z Downloaded idna v1.1.0
4502026-04-07T18:12:42.425Z Downloaded icu_properties_data v2.1.2
4512026-04-07T18:12:42.429Z Downloaded goblin v0.8.2
4522026-04-07T18:12:42.440Z Downloaded hashbrown v0.16.1
4532026-04-07T18:12:42.447Z Downloaded pest v2.8.6
4542026-04-07T18:12:42.451Z Downloaded serde_json v1.0.149
4552026-04-07T18:12:42.464Z Downloaded tabled v0.15.0
4562026-04-07T18:12:42.473Z Downloaded syn v1.0.109
4572026-04-07T18:12:42.480Z Downloaded syn v2.0.117
4582026-04-07T18:12:42.501Z Downloaded rustix v1.1.3
4592026-04-07T18:12:42.532Z Downloaded libc v0.2.180
4602026-04-07T18:12:42.598Z Compiling proc-macro2 v1.0.106
4612026-04-07T18:12:42.598Z Compiling unicode-ident v1.0.24
4622026-04-07T18:12:42.599Z Compiling quote v1.0.44
4632026-04-07T18:12:42.599Z Compiling serde_core v1.0.228
4642026-04-07T18:12:42.599Z Compiling libc v0.2.180
4652026-04-07T18:12:42.599Z Compiling version_check v0.9.5
4662026-04-07T18:12:42.602Z Compiling stable_deref_trait v1.2.1
4672026-04-07T18:12:42.602Z Compiling serde v1.0.228
4682026-04-07T18:12:42.912Z Compiling memchr v2.8.0
4692026-04-07T18:12:42.931Z Compiling zmij v1.0.21
4702026-04-07T18:12:43.163Z Compiling thiserror v1.0.69
4712026-04-07T18:12:43.504Z Compiling autocfg v1.5.0
4722026-04-07T18:12:43.508Z Compiling ucd-trie v0.1.7
4732026-04-07T18:12:43.518Z Compiling itoa v1.0.17
4742026-04-07T18:12:43.724Z Compiling pest v2.8.6
4752026-04-07T18:12:43.857Z Compiling litemap v0.8.1
4762026-04-07T18:12:43.874Z Compiling writeable v0.6.2
4772026-04-07T18:12:43.965Z Compiling icu_properties_data v2.1.2
4782026-04-07T18:12:44.044Z Compiling icu_normalizer_data v2.1.1
4792026-04-07T18:12:44.065Z Compiling byteorder v1.5.0
4802026-04-07T18:12:44.220Z Compiling rustix v1.1.3
4812026-04-07T18:12:44.331Z Compiling syn v2.0.117
4822026-04-07T18:12:44.432Z Compiling errno v0.3.14
4832026-04-07T18:12:44.450Z Compiling serde_json v1.0.149
4842026-04-07T18:12:44.468Z Compiling bitflags v2.11.0
4852026-04-07T18:12:44.690Z Compiling num-traits v0.2.19
4862026-04-07T18:12:44.720Z Compiling smallvec v1.15.1
4872026-04-07T18:12:44.738Z Compiling typeid v1.0.3
4882026-04-07T18:12:44.817Z Compiling pest_meta v2.8.6
4892026-04-07T18:12:44.992Z Compiling hashbrown v0.16.1
4902026-04-07T18:12:45.012Z Compiling equivalent v1.0.2
4912026-04-07T18:12:45.165Z Compiling thread-id v4.2.2
4922026-04-07T18:12:45.246Z Compiling usdt-impl v0.5.0
4932026-04-07T18:12:45.312Z Compiling proc-macro-error-attr v1.0.4
4942026-04-07T18:12:45.439Z Compiling toml_write v0.1.2
4952026-04-07T18:12:45.457Z Compiling winnow v0.7.14
4962026-04-07T18:12:45.505Z Compiling indexmap v2.13.0
4972026-04-07T18:12:45.543Z Compiling erased-serde v0.4.9
4982026-04-07T18:12:45.650Z Compiling syn v1.0.109
4992026-04-07T18:12:46.134Z Compiling proc-macro-error v1.0.4
5002026-04-07T18:12:46.158Z Compiling log v0.4.29
5012026-04-07T18:12:46.318Z Compiling camino v1.2.2
5022026-04-07T18:12:46.337Z Compiling utf8parse v0.2.2
5032026-04-07T18:12:46.449Z Compiling plain v0.2.3
5042026-04-07T18:12:46.479Z Compiling utf8_iter v1.0.4
5052026-04-07T18:12:46.560Z Compiling getrandom v0.3.4
5062026-04-07T18:12:46.620Z Compiling percent-encoding v2.3.2
5072026-04-07T18:12:46.638Z Compiling thiserror v2.0.18
5082026-04-07T18:12:46.708Z Compiling ordered-float v2.10.1
5092026-04-07T18:12:46.811Z Compiling form_urlencoded v1.2.2
5102026-04-07T18:12:46.850Z Compiling anstyle-parse v0.2.7
5112026-04-07T18:12:46.981Z Compiling synstructure v0.13.2
5122026-04-07T18:12:46.985Z Compiling pest_generator v2.8.6
5132026-04-07T18:12:47.214Z Compiling terminal_size v0.4.3
5142026-04-07T18:12:47.348Z Compiling pretty-hex v0.4.1
5152026-04-07T18:12:47.439Z Compiling anstyle-query v1.1.5
5162026-04-07T18:12:47.478Z Compiling anstyle v1.0.13
5172026-04-07T18:12:47.497Z Compiling is_terminal_polyfill v1.70.2
5182026-04-07T18:12:47.515Z Compiling colorchoice v1.0.4
5192026-04-07T18:12:47.548Z Compiling cfg-if v1.0.4
5202026-04-07T18:12:47.588Z Compiling serde-untagged v0.1.9
5212026-04-07T18:12:47.668Z Compiling anstream v0.6.21
5222026-04-07T18:12:47.685Z Compiling semver v1.0.27
5232026-04-07T18:12:47.784Z Compiling fs-err v3.3.0
5242026-04-07T18:12:47.826Z Compiling strsim v0.11.1
5252026-04-07T18:12:47.967Z Compiling unicode-width v0.1.14
5262026-04-07T18:12:47.967Z Compiling heck v0.5.0
5272026-04-07T18:12:48.002Z Compiling heck v0.4.1
5282026-04-07T18:12:48.019Z Compiling anyhow v1.0.102
5292026-04-07T18:12:48.217Z Compiling unicode-xid v0.2.6
5302026-04-07T18:12:48.223Z Compiling fnv v1.0.7
5312026-04-07T18:12:48.250Z Compiling once_cell v1.21.3
5322026-04-07T18:12:48.313Z Compiling bytecount v0.6.9
5332026-04-07T18:12:48.332Z Compiling fastrand v2.3.0
5342026-04-07T18:12:48.347Z Compiling clap_lex v1.0.0
5352026-04-07T18:12:48.445Z Compiling papergrid v0.11.0
5362026-04-07T18:12:48.570Z Compiling tempfile v3.25.0
5372026-04-07T18:12:48.591Z Compiling clap_builder v4.5.60
5382026-04-07T18:12:48.612Z Compiling memmap v0.7.0
5392026-04-07T18:12:48.640Z Compiling serde_derive v1.0.228
5402026-04-07T18:12:48.675Z Compiling zerofrom-derive v0.1.6
5412026-04-07T18:12:48.782Z Compiling yoke-derive v0.8.1
5422026-04-07T18:12:48.928Z Compiling zerovec-derive v0.11.2
5432026-04-07T18:12:49.054Z Compiling displaydoc v0.2.5
5442026-04-07T18:12:49.830Z Compiling thiserror-impl v1.0.69
5452026-04-07T18:12:49.879Z Compiling zerocopy-derive v0.7.35
5462026-04-07T18:12:49.938Z Compiling pest_derive v2.8.6
5472026-04-07T18:12:50.078Z Compiling scroll_derive v0.12.1
5482026-04-07T18:12:50.097Z Compiling zerofrom v0.1.6
5492026-04-07T18:12:50.224Z Compiling yoke v0.8.1
5502026-04-07T18:12:50.364Z Compiling thiserror-impl v2.0.18
5512026-04-07T18:12:50.417Z Compiling zerovec v0.11.5
5522026-04-07T18:12:50.738Z Compiling zerotrie v0.2.3
5532026-04-07T18:12:50.757Z Compiling zerocopy v0.7.35
5542026-04-07T18:12:50.932Z Compiling tinystr v0.8.2
5552026-04-07T18:12:51.039Z Compiling potential_utf v0.1.4
5562026-04-07T18:12:51.139Z Compiling icu_locale_core v2.1.1
5572026-04-07T18:12:51.204Z Compiling icu_collections v2.1.1
5582026-04-07T18:12:51.204Z Compiling dtrace-parser v0.2.0
5592026-04-07T18:12:51.306Z Compiling scroll v0.12.0
5602026-04-07T18:12:51.616Z Compiling goblin v0.8.2
5612026-04-07T18:12:51.635Z Compiling tabled_derive v0.7.0
5622026-04-07T18:12:51.686Z Compiling clap_derive v4.5.55
5632026-04-07T18:12:51.815Z Compiling icu_provider v2.1.1
5642026-04-07T18:12:51.963Z Compiling unicode-width v0.2.0
5652026-04-07T18:12:52.013Z Compiling toml_datetime v0.6.11
5662026-04-07T18:12:52.048Z Compiling icu_properties v2.1.2
5672026-04-07T18:12:52.068Z Compiling icu_normalizer v2.1.1
5682026-04-07T18:12:52.116Z Compiling serde_spanned v0.6.9
5692026-04-07T18:12:52.230Z Compiling dof v0.3.0
5702026-04-07T18:12:52.263Z Compiling toml_edit v0.22.27
5712026-04-07T18:12:52.283Z Compiling serde_tokenstream v0.2.3
5722026-04-07T18:12:52.590Z Compiling serde-value v0.7.0
5732026-04-07T18:12:52.609Z Compiling cargo-platform v0.2.0
5742026-04-07T18:12:52.626Z Compiling smawk v0.3.2
5752026-04-07T18:12:52.763Z Compiling unicode-linebreak v0.1.5
5762026-04-07T18:12:52.890Z Compiling idna_adapter v1.2.1
5772026-04-07T18:12:52.952Z Compiling tabled v0.15.0
5782026-04-07T18:12:53.026Z Compiling idna v1.1.0
5792026-04-07T18:12:53.126Z Compiling textwrap v0.16.2
5802026-04-07T18:12:53.133Z Compiling macaddr v1.0.1
5812026-04-07T18:12:53.158Z Compiling usdt-macro v0.5.0
5822026-04-07T18:12:53.352Z Compiling url v2.5.8
5832026-04-07T18:12:53.438Z Compiling usdt-attr-macro v0.5.0
5842026-04-07T18:12:53.499Z Compiling clap v4.5.60
5852026-04-07T18:12:53.585Z Compiling camino-tempfile v1.4.1
5862026-04-07T18:12:53.664Z Compiling toml v0.8.23
5872026-04-07T18:12:54.094Z Compiling cargo-util-schemas v0.8.2
5882026-04-07T18:12:54.114Z Compiling cargo_toml v0.21.0
5892026-04-07T18:12:54.479Z Compiling swrite v0.1.0
5902026-04-07T18:12:54.548Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-04-07T18:12:54.807Z Compiling usdt v0.5.0
5922026-04-07T18:12:55.088Z Compiling cargo_metadata v0.21.0
5932026-04-07T18:12:56.096Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-07T18:12:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.81s
5952026-04-07T18:12:58.318Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-07T18:12:58.874Z Downloading crates ...
5972026-04-07T18:12:58.968Z Downloaded adler2 v2.0.1
5982026-04-07T18:12:58.974Z Downloaded aead v0.5.2
5992026-04-07T18:12:58.984Z Downloaded assert_matches v1.5.0
6002026-04-07T18:12:58.989Z Downloaded arc-swap v1.8.2
6012026-04-07T18:12:58.996Z Downloaded atomicwrites v0.4.4
6022026-04-07T18:12:58.999Z Downloaded compression-core v0.4.31
6032026-04-07T18:12:58.999Z Downloaded cexpr v0.6.0
6042026-04-07T18:12:58.999Z Downloaded bitfield v0.19.4
6052026-04-07T18:12:59.000Z Downloaded cmake v0.1.57
6062026-04-07T18:12:59.003Z Downloaded bcs v0.1.6
6072026-04-07T18:12:59.007Z Downloaded bb8 v0.8.6
6082026-04-07T18:12:59.007Z Downloaded async-recursion v1.1.1
6092026-04-07T18:12:59.013Z Downloaded cargo-platform v0.1.9
6102026-04-07T18:12:59.013Z Downloaded ascii-canvas v3.0.0
6112026-04-07T18:12:59.014Z Downloaded arrayref v0.3.9
6122026-04-07T18:12:59.018Z Downloaded derive-ex v0.1.8
6132026-04-07T18:12:59.018Z Downloaded dtrace-parser v0.3.0
6142026-04-07T18:12:59.018Z Downloaded atomic-waker v1.1.2
6152026-04-07T18:12:59.022Z Downloaded fd-lock v4.0.4
6162026-04-07T18:12:59.022Z Downloaded crc v3.4.0
6172026-04-07T18:12:59.023Z Downloaded base16ct v0.2.0
6182026-04-07T18:12:59.023Z Downloaded diesel_table_macro_syntax v0.3.0
6192026-04-07T18:12:59.026Z Downloaded block-padding v0.3.3
6202026-04-07T18:12:59.026Z Downloaded crc8 v0.1.1
6212026-04-07T18:12:59.031Z Downloaded daft v0.1.5
6222026-04-07T18:12:59.031Z Downloaded atty v0.2.14
6232026-04-07T18:12:59.035Z Downloaded colored v3.1.1
6242026-04-07T18:12:59.035Z Downloaded derive_builder_core v0.20.2
6252026-04-07T18:12:59.035Z Downloaded defmt v1.0.1
6262026-04-07T18:12:59.038Z Downloaded ecdsa v0.16.9
6272026-04-07T18:12:59.038Z Downloaded cookie_store v0.22.1
6282026-04-07T18:12:59.462Z Downloaded bitflags v1.3.2
6292026-04-07T18:12:59.462Z Downloaded array-init v0.0.4
6302026-04-07T18:12:59.462Z Downloaded bit-set v0.8.0
6312026-04-07T18:12:59.462Z Downloaded cfg_aliases v0.2.1
6322026-04-07T18:12:59.462Z Downloaded bitfield-struct v0.6.2
6332026-04-07T18:12:59.462Z Downloaded ahash v0.8.12
6342026-04-07T18:12:59.462Z Downloaded env_filter v1.0.0
6352026-04-07T18:12:59.462Z Downloaded fixedbitset v0.5.7
6362026-04-07T18:12:59.462Z Downloaded dropshot-api-manager-types v0.6.0
6372026-04-07T18:12:59.462Z Downloaded crossbeam-epoch v0.9.18
6382026-04-07T18:12:59.462Z Downloaded document-features v0.2.12
6392026-04-07T18:12:59.463Z Downloaded cfg_aliases v0.1.1
6402026-04-07T18:12:59.463Z Downloaded ciborium-ll v0.2.2
6412026-04-07T18:12:59.463Z Downloaded ciborium-io v0.2.2
6422026-04-07T18:12:59.463Z Downloaded dyn-clone v1.0.20
6432026-04-07T18:12:59.463Z Downloaded embedded-io v0.6.1
6442026-04-07T18:12:59.463Z Downloaded darling_macro v0.20.11
6452026-04-07T18:12:59.463Z Downloaded darling v0.21.3
6462026-04-07T18:12:59.463Z Downloaded cassowary v0.3.0
6472026-04-07T18:12:59.463Z Downloaded enum-as-inner v0.6.1
6482026-04-07T18:12:59.463Z Downloaded convert_case v0.4.0
6492026-04-07T18:12:59.463Z Downloaded castaway v0.2.4
6502026-04-07T18:12:59.463Z Downloaded foreign-types v0.5.0
6512026-04-07T18:12:59.463Z Downloaded bitfield-macros v0.19.4
6522026-04-07T18:12:59.463Z Downloaded critical-section v1.2.0
6532026-04-07T18:12:59.463Z Downloaded env_logger v0.11.9
6542026-04-07T18:12:59.463Z Downloaded cargo_metadata v0.19.2
6552026-04-07T18:12:59.463Z Downloaded allocator-api2 v0.2.21
6562026-04-07T18:12:59.463Z Downloaded async-stream-impl v0.3.6
6572026-04-07T18:12:59.463Z Downloaded endian-type v0.1.2
6582026-04-07T18:12:59.463Z Downloaded crc32fast v1.5.0
6592026-04-07T18:12:59.463Z Downloaded bcrypt-pbkdf v0.10.0
6602026-04-07T18:12:59.463Z Downloaded crc-catalog v2.4.0
6612026-04-07T18:12:59.463Z Downloaded cstr-argument v0.1.2
6622026-04-07T18:12:59.463Z Downloaded curve25519-dalek-derive v0.1.1
6632026-04-07T18:12:59.463Z Downloaded async-stream v0.3.6
6642026-04-07T18:12:59.463Z Downloaded crunchy v0.2.4
6652026-04-07T18:12:59.463Z Downloaded bit-set v0.5.3
6662026-04-07T18:12:59.463Z Downloaded foreign-types v0.3.2
6672026-04-07T18:12:59.463Z Downloaded cobs v0.3.0
6682026-04-07T18:12:59.463Z Downloaded embedded-io v0.4.0
6692026-04-07T18:12:59.463Z Downloaded darling_core v0.23.0
6702026-04-07T18:12:59.463Z Downloaded flume v0.11.1
6712026-04-07T18:12:59.464Z Downloaded cpufeatures v0.3.0
6722026-04-07T18:12:59.464Z Downloaded derive_more v2.1.1
6732026-04-07T18:12:59.464Z Downloaded foreign-types-shared v0.1.1
6742026-04-07T18:12:59.464Z Downloaded foreign-types-macros v0.2.3
6752026-04-07T18:12:59.464Z Downloaded chacha20 v0.9.1
6762026-04-07T18:12:59.464Z Downloaded foreign-types-shared v0.3.1
6772026-04-07T18:12:59.464Z Downloaded cipher v0.4.4
6782026-04-07T18:12:59.464Z Downloaded arrayvec v0.7.6
6792026-04-07T18:12:59.464Z Downloaded debug-ignore v1.0.5
6802026-04-07T18:12:59.464Z Downloaded crucible-workspace-hack v0.1.0
6812026-04-07T18:12:59.464Z Downloaded difflib v0.4.0
6822026-04-07T18:12:59.464Z Downloaded funty v2.0.0
6832026-04-07T18:12:59.464Z Downloaded darling_macro v0.23.0
6842026-04-07T18:12:59.464Z Downloaded futures-io v0.3.32
6852026-04-07T18:12:59.464Z Downloaded dof v0.4.0
6862026-04-07T18:12:59.464Z Downloaded display-error-chain v0.2.2
6872026-04-07T18:12:59.464Z Downloaded dirs-next v2.0.0
6882026-04-07T18:12:59.464Z Downloaded defmt-parser v1.0.0
6892026-04-07T18:12:59.464Z Downloaded base64ct v1.8.3
6902026-04-07T18:12:59.464Z Downloaded derive_builder_macro v0.20.2
6912026-04-07T18:12:59.464Z Downloaded darling_macro v0.21.3
6922026-04-07T18:12:59.464Z Downloaded backoff v0.4.0
6932026-04-07T18:12:59.464Z Downloaded futures-sink v0.3.32
6942026-04-07T18:12:59.464Z Downloaded fxhash v0.2.1
6952026-04-07T18:12:59.464Z Downloaded defmt v0.3.100
6962026-04-07T18:12:59.464Z Downloaded convert_case v0.10.0
6972026-04-07T18:12:59.464Z Downloaded constant_time_eq v0.4.2
6982026-04-07T18:12:59.464Z Downloaded fixedbitset v0.4.2
6992026-04-07T18:12:59.464Z Downloaded futures-macro v0.3.32
7002026-04-07T18:12:59.464Z Downloaded float-cmp v0.10.0
7012026-04-07T18:12:59.464Z Downloaded dsl_auto_type v0.2.0
7022026-04-07T18:12:59.464Z Downloaded bzip2 v0.6.1
7032026-04-07T18:12:59.464Z Downloaded git-stub v1.0.0
7042026-04-07T18:12:59.464Z Downloaded ghash v0.5.1
7052026-04-07T18:12:59.464Z Downloaded float-ord v0.3.2
7062026-04-07T18:12:59.464Z Downloaded flagset v0.4.7
7072026-04-07T18:12:59.464Z Downloaded globwalk v0.9.1
7082026-04-07T18:12:59.465Z Downloaded futures-task v0.3.32
7092026-04-07T18:12:59.465Z Downloaded dunce v1.0.5
7102026-04-07T18:12:59.465Z Downloaded downcast-rs v2.0.2
7112026-04-07T18:12:59.465Z Downloaded csv-core v0.1.13
7122026-04-07T18:12:59.465Z Downloaded buf-list v1.1.2
7132026-04-07T18:12:59.465Z Downloaded fallible-iterator v0.2.0
7142026-04-07T18:12:59.465Z Downloaded ff v0.13.1
7152026-04-07T18:12:59.465Z Downloaded ctr v0.9.2
7162026-04-07T18:12:59.465Z Downloaded const_format_proc_macros v0.2.34
7172026-04-07T18:12:59.465Z Downloaded bit-vec v0.6.3
7182026-04-07T18:12:59.465Z Downloaded cbc v0.1.2
7192026-04-07T18:12:59.465Z Downloaded daft-derive v0.1.5
7202026-04-07T18:12:59.465Z Downloaded corncobs v0.1.4
7212026-04-07T18:12:59.465Z Downloaded blowfish v0.9.1
7222026-04-07T18:12:59.465Z Downloaded hex-literal v0.4.1
7232026-04-07T18:12:59.465Z Downloaded hash32 v0.2.1
7242026-04-07T18:12:59.465Z Downloaded expectorate v1.2.0
7252026-04-07T18:12:59.465Z Downloaded hostname v0.4.2
7262026-04-07T18:12:59.465Z Downloaded hostname v0.3.1
7272026-04-07T18:12:59.465Z Downloaded dirs-sys-next v0.1.2
7282026-04-07T18:12:59.471Z Downloaded elliptic-curve v0.13.8
7292026-04-07T18:12:59.471Z Downloaded http-range v0.1.5
7302026-04-07T18:12:59.471Z Downloaded hash32 v0.3.1
7312026-04-07T18:12:59.471Z Downloaded chacha20 v0.10.0
7322026-04-07T18:12:59.471Z Downloaded home v0.5.12
7332026-04-07T18:12:59.471Z Downloaded http-body v1.0.1
7342026-04-07T18:12:59.471Z Downloaded headers-core v0.3.0
7352026-04-07T18:12:59.471Z Downloaded camino-tempfile-ext v0.3.3
7362026-04-07T18:12:59.471Z Downloaded hubpack v0.1.2
7372026-04-07T18:12:59.471Z Downloaded bzip2 v0.4.4
7382026-04-07T18:12:59.471Z Downloaded argon2 v0.5.3
7392026-04-07T18:12:59.472Z Downloaded blake2 v0.10.6
7402026-04-07T18:12:59.472Z Downloaded erased-serde v0.3.31
7412026-04-07T18:12:59.472Z Downloaded httpdate v1.0.3
7422026-04-07T18:12:59.472Z Downloaded data-encoding v2.10.0
7432026-04-07T18:12:59.472Z Downloaded crossbeam-deque v0.8.6
7442026-04-07T18:12:59.472Z Downloaded hex v0.4.3
7452026-04-07T18:12:59.472Z Downloaded hubpack_derive v0.1.1
7462026-04-07T18:12:59.472Z Downloaded fs-err v2.11.0
7472026-04-07T18:12:59.472Z Downloaded find-msvc-tools v0.1.9
7482026-04-07T18:12:59.472Z Downloaded async-trait v0.1.89
7492026-04-07T18:12:59.472Z Downloaded ena v0.14.4
7502026-04-07T18:12:59.472Z Downloaded async-bb8-diesel v0.2.1
7512026-04-07T18:12:59.472Z Downloaded filetime v0.2.27
7522026-04-07T18:12:59.472Z Downloaded diesel-dtrace v0.5.0
7532026-04-07T18:12:59.472Z Downloaded either v1.15.0
7542026-04-07T18:12:59.472Z Downloaded git-stub-vcs v0.1.0
7552026-04-07T18:12:59.472Z Downloaded gethostname v0.5.0
7562026-04-07T18:12:59.472Z Downloaded foldhash v0.2.0
7572026-04-07T18:12:59.472Z Downloaded foldhash v0.1.5
7582026-04-07T18:12:59.472Z Downloaded deranged v0.5.8
7592026-04-07T18:12:59.472Z Downloaded der_derive v0.7.3
7602026-04-07T18:12:59.472Z Downloaded byte-wrapper v0.1.0
7612026-04-07T18:12:59.472Z Downloaded futures-executor v0.3.32
7622026-04-07T18:12:59.472Z Downloaded hyper-tls v0.6.0
7632026-04-07T18:12:59.472Z Downloaded ident_case v1.0.1
7642026-04-07T18:12:59.472Z Downloaded futures-core v0.3.32
7652026-04-07T18:12:59.472Z Downloaded group v0.13.0
7662026-04-07T18:12:59.472Z Downloaded glob v0.3.3
7672026-04-07T18:12:59.472Z Downloaded crossbeam-utils v0.8.21
7682026-04-07T18:12:59.472Z Downloaded indent_write v2.2.0
7692026-04-07T18:12:59.472Z Downloaded indoc v1.0.9
7702026-04-07T18:12:59.472Z Downloaded inout v0.1.4
7712026-04-07T18:12:59.472Z Downloaded is_ci v1.2.0
7722026-04-07T18:12:59.472Z Downloaded instant v0.1.13
7732026-04-07T18:12:59.472Z Downloaded globset v0.4.18
7742026-04-07T18:12:59.473Z Downloaded darling v0.23.0
7752026-04-07T18:12:59.473Z Downloaded diff v0.1.13
7762026-04-07T18:12:59.473Z Downloaded compression-codecs v0.4.37
7772026-04-07T18:12:59.473Z Downloaded ciborium v0.2.2
7782026-04-07T18:12:59.473Z Downloaded keccak v0.1.6
7792026-04-07T18:12:59.473Z Downloaded internet-checksum v0.2.1
7802026-04-07T18:12:59.473Z Downloaded is-terminal v0.4.17
7812026-04-07T18:12:59.473Z Downloaded colored v2.2.0
7822026-04-07T18:12:59.473Z Downloaded clang-sys v1.8.1
7832026-04-07T18:12:59.473Z Downloaded bit-vec v0.8.0
7842026-04-07T18:12:59.473Z Downloaded console v0.16.2
7852026-04-07T18:12:59.473Z Downloaded lazy_static v1.5.0
7862026-04-07T18:12:59.473Z Downloaded highway v1.3.0
7872026-04-07T18:12:59.473Z Downloaded kstat-rs v0.2.4
7882026-04-07T18:12:59.473Z Downloaded console v0.15.11
7892026-04-07T18:12:59.473Z Downloaded libscf-sys v1.1.0
7902026-04-07T18:12:59.473Z Downloaded backon v1.6.0
7912026-04-07T18:12:59.473Z Downloaded lalrpop-util v0.19.12
7922026-04-07T18:12:59.473Z Downloaded lru-cache v0.1.2
7932026-04-07T18:12:59.473Z Downloaded linked-hash-map v0.5.6
7942026-04-07T18:12:59.473Z Downloaded ed25519 v2.2.3
7952026-04-07T18:12:59.473Z Downloaded defmt-macros v1.0.1
7962026-04-07T18:12:59.473Z Downloaded derive_builder v0.20.2
7972026-04-07T18:12:59.473Z Downloaded humantime v2.3.0
7982026-04-07T18:12:59.473Z Downloaded fs_extra v1.3.0
7992026-04-07T18:12:59.473Z Downloaded darling v0.20.11
8002026-04-07T18:12:59.473Z Downloaded des v0.8.1
8012026-04-07T18:12:59.473Z Downloaded impl-trait-for-tuples v0.2.3
8022026-04-07T18:12:59.473Z Downloaded managed v0.8.0
8032026-04-07T18:12:59.473Z Downloaded match_cfg v0.1.0
8042026-04-07T18:12:59.473Z Downloaded md5 v0.7.0
8052026-04-07T18:12:59.473Z Downloaded bumpalo v3.20.2
8062026-04-07T18:12:59.473Z Downloaded mime v0.3.17
8072026-04-07T18:12:59.473Z Downloaded maplit v1.0.2
8082026-04-07T18:12:59.473Z Downloaded lru-slab v0.1.2
8092026-04-07T18:12:59.473Z Downloaded dropshot_endpoint v0.16.7
8102026-04-07T18:12:59.473Z Downloaded crc-any v2.5.0
8112026-04-07T18:12:59.474Z Downloaded hyper-staticfile v0.10.1
8122026-04-07T18:12:59.474Z Downloaded getrandom v0.2.17
8132026-04-07T18:12:59.474Z Downloaded indoc v2.0.7
8142026-04-07T18:12:59.474Z Downloaded derive_more v0.99.20
8152026-04-07T18:12:59.474Z Downloaded memoffset v0.9.1
8162026-04-07T18:12:59.474Z Downloaded ipnetwork v0.21.1
8172026-04-07T18:12:59.474Z Downloaded ipnet v2.11.0
8182026-04-07T18:12:59.474Z Downloaded new_debug_unreachable v1.0.6
8192026-04-07T18:12:59.474Z Downloaded instability v0.3.11
8202026-04-07T18:12:59.474Z Downloaded ingot-types v0.1.2
8212026-04-07T18:12:59.474Z Downloaded fatfs v0.3.6
8222026-04-07T18:12:59.474Z Downloaded nibble_vec v0.1.0
8232026-04-07T18:12:59.474Z Downloaded newline-converter v0.3.0
8242026-04-07T18:12:59.474Z Downloaded multimap v0.10.1
8252026-04-07T18:12:59.474Z Downloaded newtype_derive v0.1.6
8262026-04-07T18:12:59.474Z Downloaded newtype-uuid-macros v0.1.0
8272026-04-07T18:12:59.474Z Downloaded derive-where v1.6.0
8282026-04-07T18:12:59.479Z Downloaded num v0.4.3
8292026-04-07T18:12:59.479Z Downloaded normalize-line-endings v0.3.0
8302026-04-07T18:12:59.479Z Downloaded half v1.8.3
8312026-04-07T18:12:59.479Z Downloaded md-5 v0.10.6
8322026-04-07T18:12:59.479Z Downloaded cookie v0.18.1
8332026-04-07T18:12:59.479Z Downloaded maybe-uninit v2.0.0
8342026-04-07T18:12:59.479Z Downloaded lzss v0.8.2
8352026-04-07T18:12:59.479Z Downloaded lru v0.12.5
8362026-04-07T18:12:59.479Z Downloaded jobserver v0.1.34
8372026-04-07T18:12:59.479Z Downloaded num-iter v0.1.45
8382026-04-07T18:12:59.479Z Downloaded num-derive v0.3.3
8392026-04-07T18:12:59.479Z Downloaded nonempty v0.12.0
8402026-04-07T18:12:59.479Z Downloaded libsw v3.5.0
8412026-04-07T18:12:59.479Z Downloaded num_threads v0.1.7
8422026-04-07T18:12:59.479Z Downloaded httparse v1.10.1
8432026-04-07T18:12:59.480Z Downloaded num-derive v0.4.2
8442026-04-07T18:12:59.480Z Downloaded olpc-cjson v0.1.4
8452026-04-07T18:12:59.480Z Downloaded linear-map v1.2.0
8462026-04-07T18:12:59.480Z Downloaded dropshot_endpoint v0.17.0
8472026-04-07T18:12:59.480Z Downloaded libsw-core v0.3.2
8482026-04-07T18:12:59.480Z Downloaded futures-channel v0.3.32
8492026-04-07T18:12:59.480Z Downloaded base64 v0.22.1
8502026-04-07T18:12:59.480Z Downloaded getrandom v0.4.1
8512026-04-07T18:12:59.480Z Downloaded libloading v0.8.9
8522026-04-07T18:12:59.480Z Downloaded openssl-probe v0.2.1
8532026-04-07T18:12:59.480Z Downloaded oso-derive v0.27.3
8542026-04-07T18:12:59.480Z Downloaded openssl-macros v0.1.1
8552026-04-07T18:12:59.480Z Downloaded opaque-debug v0.3.1
8562026-04-07T18:12:59.480Z Downloaded num_enum_derive v0.5.11
8572026-04-07T18:12:59.480Z Downloaded hyper-rustls v0.27.7
8582026-04-07T18:12:59.480Z Downloaded num-conv v0.2.0
8592026-04-07T18:12:59.480Z Downloaded cancel-safe-futures v0.1.5
8602026-04-07T18:12:59.480Z Downloaded libefi-sys v0.1.0
8612026-04-07T18:12:59.480Z Downloaded const_format v0.2.35
8622026-04-07T18:12:59.480Z Downloaded http-body-util v0.1.3
8632026-04-07T18:12:59.480Z Downloaded const-oid v0.9.6
8642026-04-07T18:12:59.480Z Downloaded bytes v1.11.1
8652026-04-07T18:12:59.480Z Downloaded darling_core v0.20.11
8662026-04-07T18:12:59.480Z Downloaded openssl-probe v0.1.6
8672026-04-07T18:12:59.480Z Downloaded ingot-macros v0.1.1
8682026-04-07T18:12:59.480Z Downloaded newtype-uuid v1.3.2
8692026-04-07T18:12:59.480Z Downloaded mime_guess v2.0.5
8702026-04-07T18:12:59.480Z Downloaded multer v3.1.0
8712026-04-07T18:12:59.480Z Downloaded parse-display v0.10.0
8722026-04-07T18:12:59.480Z Downloaded peg-runtime v0.8.5
8732026-04-07T18:12:59.480Z Downloaded pbkdf2 v0.11.0
8742026-04-07T18:12:59.480Z Downloaded parse-size v1.1.0
8752026-04-07T18:12:59.480Z Downloaded path-slash v0.1.5
8762026-04-07T18:12:59.480Z Downloaded pbkdf2 v0.12.2
8772026-04-07T18:12:59.480Z Downloaded chacha20poly1305 v0.10.1
8782026-04-07T18:12:59.480Z Downloaded hmac v0.12.1
8792026-04-07T18:12:59.491Z Downloaded nu-ansi-term v0.50.3
8802026-04-07T18:12:59.496Z Downloaded nodrop v0.1.14
8812026-04-07T18:12:59.496Z Downloaded num_enum v0.5.11
8822026-04-07T18:12:59.499Z Downloaded num-complex v0.4.6
8832026-04-07T18:12:59.500Z Downloaded phf_shared v0.11.3
8842026-04-07T18:12:59.503Z Downloaded pin-utils v0.1.0
8852026-04-07T18:12:59.503Z Downloaded drift v0.1.3
8862026-04-07T18:12:59.506Z Downloaded num_enum_derive v0.7.5
8872026-04-07T18:12:59.509Z Downloaded num-rational v0.4.2
8882026-04-07T18:12:59.509Z Downloaded num-integer v0.1.46
8892026-04-07T18:12:59.509Z Downloaded phf_shared v0.13.1
8902026-04-07T18:12:59.513Z Downloaded futures v0.3.32
8912026-04-07T18:12:59.516Z Downloaded lock_api v0.4.14
8922026-04-07T18:12:59.524Z Downloaded predicates-tree v1.0.13
8932026-04-07T18:12:59.530Z Downloaded precomputed-hash v0.1.1
8942026-04-07T18:12:59.530Z Downloaded ed25519-dalek v2.2.0
8952026-04-07T18:12:59.533Z Downloaded predicates-core v1.0.10
8962026-04-07T18:12:59.533Z Downloaded crypto-bigint v0.5.5
8972026-04-07T18:12:59.533Z Downloaded memmap2 v0.9.10
8982026-04-07T18:12:59.538Z Downloaded powerfmt v0.2.0
8992026-04-07T18:12:59.538Z Downloaded darling_core v0.21.3
9002026-04-07T18:12:59.542Z Downloaded oxide-tokio-rt v0.1.3
9012026-04-07T18:12:59.542Z Downloaded owo-colors v4.3.0
9022026-04-07T18:12:59.545Z Downloaded iana-time-zone v0.1.65
9032026-04-07T18:12:59.545Z Downloaded half v2.7.1
9042026-04-07T18:12:59.553Z Downloaded ingot v0.1.1
9052026-04-07T18:12:59.553Z Downloaded proc-macro-error-attr2 v2.0.0
9062026-04-07T18:12:59.556Z Downloaded proc-macro-crate v3.4.0
9072026-04-07T18:12:59.556Z Downloaded packed_struct_codegen v0.10.1
9082026-04-07T18:12:59.556Z Downloaded nanorand v0.7.0
9092026-04-07T18:12:59.556Z Downloaded native-tls v0.2.18
9102026-04-07T18:12:59.559Z Downloaded packed_struct v0.10.1
9112026-04-07T18:12:59.562Z Downloaded progenitor-client v0.10.0
9122026-04-07T18:12:59.562Z Downloaded proc-macro-crate v1.3.1
9132026-04-07T18:12:59.566Z Downloaded heapless v0.8.0
9142026-04-07T18:12:59.570Z Downloaded progenitor-macro v0.11.2
9152026-04-07T18:12:59.570Z Downloaded progenitor-macro v0.10.0
9162026-04-07T18:12:59.570Z Downloaded paste v1.0.15
9172026-04-07T18:12:59.570Z Downloaded progenitor-macro v0.13.0
9182026-04-07T18:12:59.574Z Downloaded progenitor-client v0.11.2
9192026-04-07T18:12:59.574Z Downloaded parse-display-derive v0.10.0
9202026-04-07T18:12:59.574Z Downloaded parking_lot_core v0.8.6
9212026-04-07T18:12:59.574Z Downloaded phf v0.12.1
9222026-04-07T18:12:59.577Z Downloaded pem v3.0.6
9232026-04-07T18:12:59.577Z Downloaded cc v1.2.56
9242026-04-07T18:12:59.581Z Downloaded quick-error v1.2.3
9252026-04-07T18:12:59.581Z Downloaded base64 v0.21.7
9262026-04-07T18:12:59.581Z Downloaded compact_str v0.8.1
9272026-04-07T18:12:59.584Z Downloaded headers v0.4.1
9282026-04-07T18:12:59.587Z Downloaded oxnet v0.1.4
9292026-04-07T18:12:59.590Z Downloaded heapless v0.7.17
9302026-04-07T18:12:59.590Z Downloaded ar_archive_writer v0.5.1
9312026-04-07T18:12:59.594Z Downloaded indexmap v1.9.3
9322026-04-07T18:12:59.597Z Downloaded psl-types v2.0.11
9332026-04-07T18:12:59.601Z Downloaded radium v0.7.0
9342026-04-07T18:12:59.601Z Downloaded phf_shared v0.12.1
9352026-04-07T18:12:59.601Z Downloaded peg v0.8.5
9362026-04-07T18:12:59.606Z Downloaded pem-rfc7468 v0.7.0
9372026-04-07T18:12:59.609Z Downloaded der v0.7.10
9382026-04-07T18:12:59.609Z Downloaded phf v0.13.1
9392026-04-07T18:12:59.612Z Downloaded peg-macros v0.8.5
9402026-04-07T18:12:59.612Z Downloaded flate2 v1.1.9
9412026-04-07T18:12:59.615Z Downloaded polyval v0.6.2
9422026-04-07T18:12:59.619Z Downloaded poly1305 v0.8.0
9432026-04-07T18:12:59.619Z Downloaded libbz2-rs-sys v0.2.2
9442026-04-07T18:12:59.622Z Downloaded pkg-config v0.3.32
9452026-04-07T18:12:59.622Z Downloaded num_enum v0.7.5
9462026-04-07T18:12:59.626Z Downloaded ignore v0.4.25
9472026-04-07T18:12:59.628Z Downloaded omicron-zone-package v0.12.2
9482026-04-07T18:12:59.632Z Downloaded postgres-protocol v0.6.10
9492026-04-07T18:12:59.632Z Downloaded predicates v3.1.4
9502026-04-07T18:12:59.632Z Downloaded pin-project-lite v0.2.17
9512026-04-07T18:12:59.635Z Downloaded rand_chacha v0.3.1
9522026-04-07T18:12:59.644Z Downloaded ref-cast-impl v1.0.25
9532026-04-07T18:12:59.647Z Downloaded ref-cast v1.0.25
9542026-04-07T18:12:59.650Z Downloaded indicatif v0.18.4
9552026-04-07T18:12:59.653Z Downloaded recursive v0.1.1
9562026-04-07T18:12:59.653Z Downloaded crossbeam-channel v0.5.15
9572026-04-07T18:12:59.658Z Downloaded progenitor v0.10.0
9582026-04-07T18:12:59.658Z Downloaded proc-macro-error2 v2.0.1
9592026-04-07T18:12:59.662Z Downloaded parking_lot v0.12.5
9602026-04-07T18:12:59.662Z Downloaded parking_lot v0.11.2
9612026-04-07T18:12:59.665Z Downloaded progenitor v0.11.2
9622026-04-07T18:12:59.665Z Downloaded password-hash v0.5.0
9632026-04-07T18:12:59.665Z Downloaded recursive-proc-macro-impl v0.1.1
9642026-04-07T18:12:59.669Z Downloaded password-hash v0.4.2
9652026-04-07T18:12:59.669Z Downloaded rfc6979 v0.4.0
9662026-04-07T18:12:59.669Z Downloaded progenitor-extras v0.1.1
9672026-04-07T18:12:59.672Z Downloaded psm v0.1.30
9682026-04-07T18:12:59.673Z Downloaded progenitor v0.13.0
9692026-04-07T18:12:59.673Z Downloaded parking_lot_core v0.9.12
9702026-04-07T18:12:59.676Z Downloaded aes-gcm v0.10.3
9712026-04-07T18:12:59.687Z Downloaded r2d2 v0.8.10
9722026-04-07T18:12:59.690Z Downloaded hickory-resolver v0.25.2
9732026-04-07T18:12:59.698Z Downloaded pin-project-internal v1.1.11
9742026-04-07T18:12:59.702Z Downloaded rtoolbox v0.0.3
9752026-04-07T18:12:59.702Z Downloaded rustc_version v0.4.1
9762026-04-07T18:12:59.702Z Downloaded rustc_version v0.1.7
9772026-04-07T18:12:59.705Z Downloaded russh-cryptovec v0.7.3
9782026-04-07T18:12:59.708Z Downloaded pkcs1 v0.7.5
9792026-04-07T18:12:59.771Z Downloaded rand_core v0.6.4
9802026-04-07T18:12:59.771Z Downloaded pkcs5 v0.7.1
9812026-04-07T18:12:59.771Z Downloaded diesel_derives v2.3.7
9822026-04-07T18:12:59.771Z Downloaded pkcs8 v0.10.2
9832026-04-07T18:12:59.771Z Downloaded oso v0.27.3
9842026-04-07T18:12:59.771Z Downloaded rand_xorshift v0.4.0
9852026-04-07T18:12:59.771Z Downloaded rand_core v0.10.0
9862026-04-07T18:12:59.771Z Downloaded salsa20 v0.10.2
9872026-04-07T18:12:59.771Z Downloaded rand_core v0.9.5
9882026-04-07T18:12:59.771Z Downloaded scheduled-thread-pool v0.2.7
9892026-04-07T18:12:59.771Z Downloaded postcard v1.1.3
9902026-04-07T18:12:59.771Z Downloaded dropshot-api-manager v0.6.0
9912026-04-07T18:12:59.771Z Downloaded rand_seeder v0.4.0
9922026-04-07T18:12:59.771Z Downloaded jiff-static v0.2.21
9932026-04-07T18:12:59.771Z Downloaded miniz_oxide v0.8.9
9942026-04-07T18:12:59.771Z Downloaded sapling-renderdag v0.1.0
9952026-04-07T18:12:59.771Z Downloaded papergrid v0.17.0
9962026-04-07T18:12:59.771Z Downloaded scopeguard v1.2.0
9972026-04-07T18:12:59.771Z Downloaded secrecy v0.10.3
9982026-04-07T18:12:59.771Z Downloaded semver v0.1.20
9992026-04-07T18:12:59.771Z Downloaded scroll_derive v0.13.1
10002026-04-07T18:12:59.771Z Downloaded primeorder v0.13.6
10012026-04-07T18:12:59.772Z Downloaded scrypt v0.11.0
10022026-04-07T18:12:59.772Z Downloaded serde-big-array v0.5.1
10032026-04-07T18:12:59.772Z Downloaded hashbrown v0.12.3
10042026-04-07T18:12:59.772Z Downloaded seq-macro v0.3.6
10052026-04-07T18:12:59.772Z Downloaded resolv-conf v0.7.6
10062026-04-07T18:12:59.772Z Downloaded rand_chacha v0.9.0
10072026-04-07T18:12:59.772Z Downloaded async-compression v0.4.41
10082026-04-07T18:12:59.775Z Downloaded progenitor-client v0.13.0
10092026-04-07T18:12:59.779Z Downloaded secrecy v0.8.0
10102026-04-07T18:12:59.782Z Downloaded serde_bytes v0.11.19
10112026-04-07T18:12:59.782Z Downloaded serde_repr v0.1.20
10122026-04-07T18:12:59.785Z Downloaded serde_plain v1.0.2
10132026-04-07T18:12:59.785Z Downloaded pin-project v1.1.11
10142026-04-07T18:12:59.790Z Downloaded quinn-udp v0.5.14
10152026-04-07T18:12:59.793Z Downloaded hickory-resolver v0.24.4
10162026-04-07T18:12:59.797Z Downloaded rustls-native-certs v0.8.3
10172026-04-07T18:12:59.797Z Downloaded rustc-hash v2.1.1
10182026-04-07T18:12:59.800Z Downloaded shell-words v1.1.1
10192026-04-07T18:12:59.804Z Downloaded serde_urlencoded v0.7.1
10202026-04-07T18:12:59.804Z Downloaded signature v2.2.0
10212026-04-07T18:12:59.807Z Downloaded litrs v1.0.0
10222026-04-07T18:12:59.810Z Downloaded derive_more-impl v2.1.1
10232026-04-07T18:12:59.814Z Downloaded rustls-pemfile v1.0.4
10242026-04-07T18:12:59.817Z Downloaded prefix-trie v0.7.0
10252026-04-07T18:12:59.817Z Downloaded rusty-fork v0.3.1
10262026-04-07T18:12:59.820Z Downloaded rustversion v1.0.22
10272026-04-07T18:12:59.820Z Downloaded rustls-pemfile v2.2.0
10282026-04-07T18:12:59.824Z Downloaded siphasher v1.0.2
10292026-04-07T18:12:59.827Z Downloaded ppv-lite86 v0.2.21
10302026-04-07T18:12:59.827Z Downloaded postgres-types v0.2.12
10312026-04-07T18:12:59.830Z Downloaded signal-hook-mio v0.2.5
10322026-04-07T18:12:59.834Z Downloaded sigpipe v0.1.3
10332026-04-07T18:12:59.835Z Downloaded schemars_derive v0.8.22
10342026-04-07T18:12:59.835Z Downloaded sha1 v0.10.6
10352026-04-07T18:12:59.838Z Downloaded hashbrown v0.13.2
10362026-04-07T18:12:59.843Z Downloaded progenitor-impl v0.10.0
10372026-04-07T18:12:59.847Z Downloaded same-file v1.0.6
10382026-04-07T18:12:59.851Z Downloaded slog-bunyan v2.5.0
10392026-04-07T18:12:59.852Z Downloaded crossterm v0.28.1
10402026-04-07T18:12:59.857Z Downloaded slog-envlogger v2.2.0
10412026-04-07T18:12:59.860Z Downloaded serde-hex v0.1.0
10422026-04-07T18:12:59.860Z Downloaded scroll v0.13.0
10432026-04-07T18:12:59.866Z Downloaded sct v0.7.1
10442026-04-07T18:12:59.866Z Downloaded http v1.4.0
10452026-04-07T18:12:59.870Z Downloaded p256 v0.13.2
10462026-04-07T18:12:59.874Z Downloaded progenitor-impl v0.11.2
10472026-04-07T18:12:59.879Z Downloaded progenitor-impl v0.13.0
10482026-04-07T18:12:59.883Z Downloaded russh-keys v0.45.0
10492026-04-07T18:12:59.883Z Downloaded serde_path_to_error v0.1.20
10502026-04-07T18:12:59.887Z Downloaded aes v0.8.4
10512026-04-07T18:12:59.892Z Downloaded signal-hook-tokio v0.3.1
10522026-04-07T18:12:59.897Z Downloaded shlex v1.3.0
10532026-04-07T18:12:59.897Z Downloaded structmeta-derive v0.3.0
10542026-04-07T18:12:59.905Z Downloaded serde_derive_internals v0.29.1
10552026-04-07T18:12:59.905Z Downloaded hickory-server v0.25.2
10562026-04-07T18:12:59.914Z Downloaded slab v0.4.12
10572026-04-07T18:12:59.914Z Downloaded hyper-util v0.1.20
10582026-04-07T18:12:59.914Z Downloaded rustls-pki-types v1.14.0
10592026-04-07T18:12:59.914Z Downloaded ssh-cipher v0.2.0
10602026-04-07T18:12:59.915Z Downloaded sqlparser_derive v0.5.0
10612026-04-07T18:12:59.915Z Downloaded serde_spanned v1.0.4
10622026-04-07T18:12:59.921Z Downloaded structmeta v0.3.0
10632026-04-07T18:12:59.922Z Downloaded strum v0.27.2
10642026-04-07T18:12:59.922Z Downloaded strum v0.26.3
10652026-04-07T18:12:59.922Z Downloaded ssh-encoding v0.2.0
10662026-04-07T18:12:59.922Z Downloaded strip-ansi-escapes v0.2.1
10672026-04-07T18:12:59.922Z Downloaded signal-hook-registry v1.4.8
10682026-04-07T18:12:59.922Z Downloaded subtle v2.6.1
10692026-04-07T18:12:59.926Z Downloaded minimal-lexical v0.2.1
10702026-04-07T18:12:59.932Z Downloaded prettyplease v0.2.37
10712026-04-07T18:12:59.938Z Downloaded simd-adler32 v0.3.8
10722026-04-07T18:12:59.938Z Downloaded slog-dtrace v0.3.0
10732026-04-07T18:12:59.943Z Downloaded slog-async v2.8.0
10742026-04-07T18:12:59.943Z Downloaded take_mut v0.2.2
10752026-04-07T18:12:59.943Z Downloaded tap v1.0.1
10762026-04-07T18:12:59.943Z Downloaded smf v0.2.3
10772026-04-07T18:12:59.943Z Downloaded sync-ptr v0.1.4
10782026-04-07T18:12:59.948Z Downloaded supports-color v3.0.2
10792026-04-07T18:12:59.948Z Downloaded slog-term v2.9.2
10802026-04-07T18:12:59.948Z Downloaded sec1 v0.7.3
10812026-04-07T18:12:59.955Z Downloaded pretty_assertions v1.4.1
10822026-04-07T18:12:59.958Z Downloaded serde_cbor v0.11.2
10832026-04-07T18:12:59.965Z Downloaded tabwriter v1.4.1
10842026-04-07T18:12:59.965Z Downloaded slog-json v2.6.1
10852026-04-07T18:12:59.970Z Downloaded termtree v0.5.1
10862026-04-07T18:12:59.970Z Downloaded tabled_derive v0.11.0
10872026-04-07T18:12:59.970Z Downloaded sync_wrapper v1.0.2
10882026-04-07T18:12:59.976Z Downloaded tagptr v0.2.0
10892026-04-07T18:12:59.980Z Downloaded thread-id v5.1.0
10902026-04-07T18:12:59.980Z Downloaded smallvec v0.6.14
10912026-04-07T18:12:59.984Z Downloaded sqlformat v0.3.5
10922026-04-07T18:12:59.992Z Downloaded time-core v0.1.8
10932026-04-07T18:12:59.996Z Downloaded tinyvec_macros v0.1.1
10942026-04-07T18:12:59.996Z Downloaded spki v0.7.3
10952026-04-07T18:12:59.996Z Downloaded stringprep v0.1.5
10962026-04-07T18:13:00.003Z Downloaded snafu-derive v0.8.9
10972026-04-07T18:13:00.003Z Downloaded ryu v1.0.23
10982026-04-07T18:13:00.008Z Downloaded testing_table v0.3.0
10992026-04-07T18:13:00.008Z Downloaded strum_macros v0.24.3
11002026-04-07T18:13:00.008Z Downloaded string_cache v0.8.9
11012026-04-07T18:13:00.020Z Downloaded mio v1.1.1
11022026-04-07T18:13:00.026Z Downloaded support-bundle-viewer v0.1.2
11032026-04-07T18:13:00.031Z Downloaded rayon-core v1.13.0
11042026-04-07T18:13:00.031Z Downloaded slog-stdlog v4.1.1
11052026-04-07T18:13:00.042Z Downloaded serde_with_macros v3.17.0
11062026-04-07T18:13:00.049Z Downloaded nom v7.1.3
11072026-04-07T18:13:00.056Z Downloaded strum_macros v0.26.4
11082026-04-07T18:13:00.056Z Downloaded strum_macros v0.27.2
11092026-04-07T18:13:00.056Z Downloaded quinn v0.11.9
11102026-04-07T18:13:00.064Z Downloaded openssl-sys v0.9.111
11112026-04-07T18:13:00.064Z Downloaded static_assertions v1.1.0
11122026-04-07T18:13:00.064Z Downloaded termios v0.3.3
11132026-04-07T18:13:00.064Z Downloaded tower-layer v0.3.3
11142026-04-07T18:13:00.068Z Downloaded rcgen v0.12.1
11152026-04-07T18:13:00.072Z Downloaded schemars v0.8.22
11162026-04-07T18:13:00.078Z Downloaded thiserror-no-std v2.0.2
11172026-04-07T18:13:00.084Z Downloaded slog-scope v4.4.1
11182026-04-07T18:13:00.084Z Downloaded rand v0.8.5
11192026-04-07T18:13:00.091Z Downloaded tower-service v0.3.3
11202026-04-07T18:13:00.091Z Downloaded thiserror-impl-no-std v2.0.2
11212026-04-07T18:13:00.091Z Downloaded try-lock v0.2.5
11222026-04-07T18:13:00.091Z Downloaded stacker v0.1.23
11232026-04-07T18:13:00.091Z Downloaded itertools v0.10.5
11242026-04-07T18:13:00.099Z Downloaded tiny-keccak v2.0.2
11252026-04-07T18:13:00.099Z Downloaded time-macros v0.2.27
11262026-04-07T18:13:00.103Z Downloaded ron v0.8.1
11272026-04-07T18:13:00.108Z Downloaded trait-variant v0.1.2
11282026-04-07T18:13:00.108Z Downloaded typify-macro v0.4.3
11292026-04-07T18:13:00.114Z Downloaded thread_local v1.1.9
11302026-04-07T18:13:00.114Z Downloaded typify-macro v0.6.1
11312026-04-07T18:13:00.121Z Downloaded itertools v0.12.1
11322026-04-07T18:13:00.129Z Downloaded libxml v0.3.3
11332026-04-07T18:13:00.129Z Downloaded tokio-macros v2.6.0
11342026-04-07T18:13:00.129Z Downloaded tls_codec_derive v0.4.2
11352026-04-07T18:13:00.129Z Downloaded num-bigint v0.4.6
11362026-04-07T18:13:00.134Z Downloaded unarray v0.1.4
11372026-04-07T18:13:00.134Z Downloaded iddqd v0.3.17
11382026-04-07T18:13:00.139Z Downloaded tokio-tungstenite v0.21.0
11392026-04-07T18:13:00.139Z Downloaded tokio-native-tls v0.3.1
11402026-04-07T18:13:00.139Z Downloaded tokio-dtrace v0.1.1
11412026-04-07T18:13:00.145Z Downloaded universal-hash v0.5.1
11422026-04-07T18:13:00.145Z Downloaded unit-prefix v0.5.2
11432026-04-07T18:13:00.145Z Downloaded tls_codec v0.4.2
11442026-04-07T18:13:00.145Z Downloaded untrusted v0.9.0
11452026-04-07T18:13:00.145Z Downloaded serde_yaml v0.9.34+deprecated
11462026-04-07T18:13:00.151Z Downloaded rustls-platform-verifier v0.6.2
11472026-04-07T18:13:00.151Z Downloaded aho-corasick v1.1.4
11482026-04-07T18:13:00.164Z Downloaded qorb v0.4.1
11492026-04-07T18:13:00.164Z Downloaded signal-hook v0.3.18
11502026-04-07T18:13:00.164Z Downloaded untrusted v0.7.1
11512026-04-07T18:13:00.164Z Downloaded unicode-truncate v1.1.0
11522026-04-07T18:13:00.164Z Downloaded slog v2.8.2
11532026-04-07T18:13:00.164Z Downloaded socket2 v0.6.2
11542026-04-07T18:13:00.164Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11552026-04-07T18:13:00.169Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-04-07T18:13:00.169Z Downloaded publicsuffix v2.3.0
11572026-04-07T18:13:00.169Z Downloaded topological-sort v0.2.2
11582026-04-07T18:13:00.169Z Downloaded hashbrown v0.15.5
11592026-04-07T18:13:00.170Z Downloaded usdt-macro v0.6.0
11602026-04-07T18:13:00.170Z Downloaded usdt-attr-macro v0.6.0
11612026-04-07T18:13:00.170Z Downloaded schemars v0.9.0
11622026-04-07T18:13:00.175Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-04-07T18:13:00.181Z Downloaded void v1.0.2
11642026-04-07T18:13:00.181Z Downloaded term v1.2.1
11652026-04-07T18:13:00.181Z Downloaded rsa v0.9.10
11662026-04-07T18:13:00.190Z Downloaded term v0.7.0
11672026-04-07T18:13:00.190Z Downloaded iri-string v0.7.10
11682026-04-07T18:13:00.194Z Downloaded rand v0.9.2
11692026-04-07T18:13:00.195Z Downloaded samael v0.0.19
11702026-04-07T18:13:00.200Z Downloaded spin v0.9.8
11712026-04-07T18:13:00.204Z Downloaded tui-tree-widget v0.23.1
11722026-04-07T18:13:00.209Z Downloaded wait-timeout v0.2.1
11732026-04-07T18:13:00.219Z Downloaded waitgroup v0.1.2
11742026-04-07T18:13:00.219Z Downloaded similar v2.7.0
11752026-04-07T18:13:00.219Z Downloaded schemars v1.2.1
11762026-04-07T18:13:00.223Z Downloaded unicase v2.9.0
11772026-04-07T18:13:00.223Z Downloaded itertools v0.13.0
11782026-04-07T18:13:00.227Z Downloaded want v0.3.1
11792026-04-07T18:13:00.232Z Downloaded tokio-stream v0.1.18
11802026-04-07T18:13:00.232Z Downloaded tokio-rustls v0.26.4
11812026-04-07T18:13:00.237Z Downloaded futures-util v0.3.32
11822026-04-07T18:13:00.246Z Downloaded tokio-rustls v0.24.1
11832026-04-07T18:13:00.252Z Downloaded socket2 v0.5.10
11842026-04-07T18:13:00.252Z Downloaded tokio-rustls v0.25.0
11852026-04-07T18:13:00.252Z Downloaded subprocess v0.2.15
11862026-04-07T18:13:00.256Z Downloaded rustls-webpki v0.103.9
11872026-04-07T18:13:00.256Z Downloaded xshell-macros v0.2.7
11882026-04-07T18:13:00.263Z Downloaded tracing-attributes v0.1.31
11892026-04-07T18:13:00.269Z Downloaded test-strategy v0.4.5
11902026-04-07T18:13:00.280Z Downloaded toml_parser v1.0.9+spec-1.1.0
11912026-04-07T18:13:00.281Z Downloaded uzers v0.12.2
11922026-04-07T18:13:00.281Z Downloaded zone v0.3.1
11932026-04-07T18:13:00.284Z Downloaded zone_cfg_derive v0.3.1
11942026-04-07T18:13:00.284Z Downloaded zeroize_derive v1.4.3
11952026-04-07T18:13:00.284Z Downloaded libm v0.2.16
11962026-04-07T18:13:00.284Z Downloaded vergen-lib v0.1.6
11972026-04-07T18:13:00.289Z Downloaded twox-hash v2.1.2
11982026-04-07T18:13:00.295Z Downloaded snafu v0.8.9
11992026-04-07T18:13:00.301Z Downloaded h2 v0.4.13
12002026-04-07T18:13:00.305Z Downloaded toml v0.7.8
12012026-04-07T18:13:00.305Z Downloaded usdt v0.6.0
12022026-04-07T18:13:00.306Z Downloaded hkdf v0.12.4
12032026-04-07T18:13:00.313Z Downloaded vergen-gitcl v1.0.8
12042026-04-07T18:13:00.313Z Downloaded tokio-tungstenite v0.23.1
12052026-04-07T18:13:00.313Z Downloaded whoami v1.6.1
12062026-04-07T18:13:00.313Z Downloaded num-bigint-dig v0.8.6
12072026-04-07T18:13:00.317Z Downloaded xshell v0.2.7
12082026-04-07T18:13:00.323Z Downloaded tinyvec v1.10.0
12092026-04-07T18:13:00.330Z Downloaded walkdir v2.5.0
12102026-04-07T18:13:00.330Z Downloaded xattr v1.6.1
12112026-04-07T18:13:00.330Z Downloaded usdt-impl v0.6.0
12122026-04-07T18:13:00.337Z Downloaded wyz v0.5.1
12132026-04-07T18:13:00.337Z Downloaded whoami v2.1.0
12142026-04-07T18:13:00.337Z Downloaded russh v0.45.0
12152026-04-07T18:13:00.343Z Downloaded crossterm v0.29.0
12162026-04-07T18:13:00.343Z Downloaded rand v0.10.0
12172026-04-07T18:13:00.343Z Downloaded hyper v1.8.1
12182026-04-07T18:13:00.352Z Downloaded vergen-git2 v1.0.7
12192026-04-07T18:13:00.358Z Downloaded blake3 v1.8.3
12202026-04-07T18:13:00.380Z Downloaded typify v0.4.3
12212026-04-07T18:13:00.380Z Downloaded tungstenite v0.23.0
12222026-04-07T18:13:00.384Z Downloaded vsss-rs v3.3.4
12232026-04-07T18:13:00.384Z Downloaded tungstenite v0.21.0
12242026-04-07T18:13:00.384Z Downloaded zeroize v1.8.2
12252026-04-07T18:13:00.385Z Downloaded p521 v0.13.3
12262026-04-07T18:13:00.385Z Downloaded tracing-core v0.1.36
12272026-04-07T18:13:00.385Z Downloaded toml v1.0.6+spec-1.1.0
12282026-04-07T18:13:00.385Z Downloaded toml v0.9.12+spec-1.1.0
12292026-04-07T18:13:00.385Z Downloaded tar v0.4.45
12302026-04-07T18:13:00.385Z Downloaded steno v0.4.1
12312026-04-07T18:13:00.385Z Downloaded utf-8 v0.7.6
12322026-04-07T18:13:00.389Z Downloaded vergen v9.0.6
12332026-04-07T18:13:00.389Z Downloaded zstd v0.13.3
12342026-04-07T18:13:00.396Z Downloaded zerocopy v0.6.6
12352026-04-07T18:13:00.410Z Downloaded itertools v0.14.0
12362026-04-07T18:13:00.410Z Downloaded unicode-bidi v0.3.18
12372026-04-07T18:13:00.416Z Downloaded unicode-properties v0.1.4
12382026-04-07T18:13:00.416Z Downloaded rustyline v14.0.0
12392026-04-07T18:13:00.422Z Downloaded yasna v0.5.2
12402026-04-07T18:13:00.426Z Downloaded unsafe-libyaml v0.2.11
12412026-04-07T18:13:00.426Z Downloaded tokio-postgres v0.7.16
12422026-04-07T18:13:00.433Z Downloaded toml_edit v0.23.10+spec-1.0.0
12432026-04-07T18:13:00.450Z Downloaded typify v0.6.1
12442026-04-07T18:13:00.456Z Downloaded aws-lc-rs v1.16.0
12452026-04-07T18:13:00.456Z Downloaded zstd-safe v7.2.4
12462026-04-07T18:13:00.456Z Downloaded chrono v0.4.44
12472026-04-07T18:13:00.468Z Downloaded vte v0.14.1
12482026-04-07T18:13:00.468Z Downloaded rpassword v7.4.0
12492026-04-07T18:13:00.480Z Downloaded bindgen v0.71.1
12502026-04-07T18:13:00.485Z Downloaded unicode_categories v0.1.1
12512026-04-07T18:13:00.491Z Downloaded bitvec v1.0.1
12522026-04-07T18:13:00.505Z Downloaded zopfli v0.8.3
12532026-04-07T18:13:00.510Z Downloaded uuid v1.23.0
12542026-04-07T18:13:00.516Z Downloaded reedline v0.40.0
12552026-04-07T18:13:00.520Z Downloaded toml_edit v0.19.15
12562026-04-07T18:13:00.551Z Downloaded tower v0.5.3
12572026-04-07T18:13:00.555Z Downloaded yansi v1.0.1
12582026-04-07T18:13:00.562Z Downloaded p384 v0.13.1
12592026-04-07T18:13:00.567Z Downloaded zip v0.6.6
12602026-04-07T18:13:00.576Z Downloaded git2 v0.20.4
12612026-04-07T18:13:00.576Z Downloaded salty v0.3.0
12622026-04-07T18:13:00.581Z Downloaded x509-cert v0.2.5
12632026-04-07T18:13:00.584Z Downloaded reqwest v0.13.2
12642026-04-07T18:13:00.584Z Downloaded regex v1.12.3
12652026-04-07T18:13:00.601Z Downloaded rayon v1.11.0
12662026-04-07T18:13:00.604Z Downloaded zerocopy-derive v0.8.40
12672026-04-07T18:13:00.609Z Downloaded lalrpop v0.19.12
12682026-04-07T18:13:00.615Z Downloaded typed-path v0.9.3
12692026-04-07T18:13:00.626Z Downloaded tokio-util v0.7.18
12702026-04-07T18:13:00.632Z Downloaded moka v0.12.13
12712026-04-07T18:13:00.632Z Downloaded quick-xml v0.37.5
12722026-04-07T18:13:00.632Z Downloaded tough v0.20.0
12732026-04-07T18:13:00.635Z Downloaded reqwest v0.12.28
12742026-04-07T18:13:00.640Z Downloaded ssh-key v0.6.7
12752026-04-07T18:13:00.659Z Downloaded unicode-segmentation v1.12.0
12762026-04-07T18:13:00.666Z Downloaded rustls-webpki v0.101.7
12772026-04-07T18:13:00.666Z Downloaded petname v2.0.2
12782026-04-07T18:13:00.671Z Downloaded tower-http v0.6.8
12792026-04-07T18:13:00.677Z Downloaded goblin v0.10.5
12802026-04-07T18:13:00.686Z Downloaded portable-atomic v1.13.1
12812026-04-07T18:13:00.694Z Downloaded quinn-proto v0.11.13
12822026-04-07T18:13:00.708Z Downloaded serde_with v3.17.0
12832026-04-07T18:13:00.718Z Downloaded object v0.30.4
12842026-04-07T18:13:00.729Z Downloaded zip v4.6.1
12852026-04-07T18:13:00.733Z Downloaded proptest v1.10.0
12862026-04-07T18:13:00.762Z Downloaded unicode-normalization v0.1.25
12872026-04-07T18:13:00.762Z Downloaded bstr v1.12.1
12882026-04-07T18:13:00.776Z Downloaded winnow v0.5.40
12892026-04-07T18:13:00.776Z Downloaded rustls-webpki v0.102.8
12902026-04-07T18:13:00.798Z Downloaded tabled v0.20.0
12912026-04-07T18:13:00.808Z Downloaded curve25519-dalek v4.1.3
12922026-04-07T18:13:00.837Z Downloaded hickory-proto v0.24.4
12932026-04-07T18:13:00.894Z Downloaded regex-syntax v0.6.29
12942026-04-07T18:13:00.900Z Downloaded nix v0.31.1
12952026-04-07T18:13:00.900Z Downloaded vcpkg v0.2.15
12962026-04-07T18:13:00.900Z Downloaded webpki-roots v1.0.6
12972026-04-07T18:13:00.900Z Downloaded smoltcp v0.9.1
12982026-04-07T18:13:00.900Z Downloaded radix_trie v0.2.1
12992026-04-07T18:13:00.901Z Downloaded nix v0.27.1
13002026-04-07T18:13:00.901Z Downloaded winnow v0.6.26
13012026-04-07T18:13:00.901Z Downloaded openssl v0.10.75
13022026-04-07T18:13:00.901Z Downloaded dropshot v0.16.7
13032026-04-07T18:13:00.910Z Downloaded rustls v0.23.37
13042026-04-07T18:13:00.924Z Downloaded polar-core v0.27.3
13052026-04-07T18:13:00.933Z Downloaded rustix v0.38.44
13062026-04-07T18:13:00.942Z Downloaded nix v0.28.0
13072026-04-07T18:13:00.948Z Downloaded time v0.3.47
13082026-04-07T18:13:00.960Z Downloaded nix v0.29.0
13092026-04-07T18:13:00.966Z Downloaded dropshot v0.17.0
13102026-04-07T18:13:00.973Z Downloaded rustls v0.21.12
13112026-04-07T18:13:00.984Z Downloaded sqlparser v0.61.0
13122026-04-07T18:13:00.988Z Downloaded zlib-rs v0.6.2
13132026-04-07T18:13:00.996Z Downloaded object v0.37.3
13142026-04-07T18:13:01.020Z Downloaded diesel v2.3.7
13152026-04-07T18:13:01.036Z Downloaded tracing v0.1.44
13162026-04-07T18:13:01.043Z Downloaded ratatui v0.29.0
13172026-04-07T18:13:01.054Z Downloaded smoltcp v0.11.0
13182026-04-07T18:13:01.061Z Downloaded rustls v0.22.4
13192026-04-07T18:13:01.068Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-04-07T18:13:01.078Z Downloaded regress v0.10.5
13212026-04-07T18:13:01.083Z Downloaded zerocopy v0.8.40
13222026-04-07T18:13:01.089Z Downloaded hickory-proto v0.25.2
13232026-04-07T18:13:01.096Z Downloaded regex-syntax v0.8.10
13242026-04-07T18:13:01.105Z Downloaded zerocopy-derive v0.6.6
13252026-04-07T18:13:01.109Z Downloaded openapiv3 v2.2.0
13262026-04-07T18:13:01.114Z Downloaded petgraph v0.6.5
13272026-04-07T18:13:01.125Z Downloaded chrono-tz v0.10.4
13282026-04-07T18:13:01.138Z Downloaded petgraph v0.8.3
13292026-04-07T18:13:01.169Z Downloaded tokio v1.50.0
13302026-04-07T18:13:01.230Z Downloaded sled v0.34.7
13312026-04-07T18:13:01.245Z Downloaded typify-impl v0.6.1
13322026-04-07T18:13:01.270Z Downloaded typify-impl v0.4.3
13332026-04-07T18:13:01.355Z Downloaded regex-automata v0.4.14
13342026-04-07T18:13:01.387Z Downloaded jiff v0.2.21
13352026-04-07T18:13:01.451Z Downloaded csv v1.4.0
13362026-04-07T18:13:01.463Z Downloaded libz-sys v1.1.24
13372026-04-07T18:13:01.474Z Downloaded sha3 v0.10.8
13382026-04-07T18:13:01.477Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-04-07T18:13:01.565Z Downloaded encoding_rs v0.8.35
13402026-04-07T18:13:01.620Z Downloaded ring v0.17.14
13412026-04-07T18:13:01.654Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-04-07T18:13:01.905Z Downloaded aws-lc-sys v0.37.1
13432026-04-07T18:13:02.154Z Compiling libc v0.2.180
13442026-04-07T18:13:02.154Z Compiling serde v1.0.228
13452026-04-07T18:13:02.159Z Compiling find-msvc-tools v0.1.9
13462026-04-07T18:13:02.159Z Compiling log v0.4.29
13472026-04-07T18:13:02.159Z Compiling shlex v1.3.0
13482026-04-07T18:13:02.159Z Compiling smallvec v1.15.1
13492026-04-07T18:13:02.292Z Compiling syn v2.0.117
13502026-04-07T18:13:02.304Z Compiling typenum v1.19.0
13512026-04-07T18:13:02.479Z Compiling generic-array v0.14.7
13522026-04-07T18:13:02.492Z Compiling subtle v2.6.1
13532026-04-07T18:13:02.515Z Compiling scopeguard v1.2.0
13542026-04-07T18:13:02.753Z Compiling const-oid v0.9.6
13552026-04-07T18:13:02.775Z Compiling lock_api v0.4.14
13562026-04-07T18:13:02.775Z Compiling portable-atomic v1.13.1
13572026-04-07T18:13:02.775Z Compiling zerocopy v0.8.40
13582026-04-07T18:13:02.775Z Compiling critical-section v1.2.0
13592026-04-07T18:13:02.842Z Compiling serde_json v1.0.149
13602026-04-07T18:13:02.848Z Compiling pin-project-lite v0.2.17
13612026-04-07T18:13:02.948Z Compiling parking_lot_core v0.9.12
13622026-04-07T18:13:03.099Z Compiling pkg-config v0.3.32
13632026-04-07T18:13:03.119Z Compiling getrandom v0.2.17
13642026-04-07T18:13:03.171Z Compiling jobserver v0.1.34
13652026-04-07T18:13:03.191Z Compiling errno v0.3.14
13662026-04-07T18:13:03.251Z Compiling rand_core v0.6.4
13672026-04-07T18:13:03.350Z Compiling signal-hook-registry v1.4.8
13682026-04-07T18:13:03.369Z Compiling cc v1.2.56
13692026-04-07T18:13:03.546Z Compiling bitflags v2.11.0
13702026-04-07T18:13:03.644Z Compiling libm v0.2.16
13712026-04-07T18:13:03.660Z Compiling mio v1.1.1
13722026-04-07T18:13:03.782Z Compiling once_cell v1.21.3
13732026-04-07T18:13:03.815Z Compiling parking_lot v0.12.5
13742026-04-07T18:13:03.827Z Compiling num-traits v0.2.19
13752026-04-07T18:13:03.962Z Compiling futures-core v0.3.32
13762026-04-07T18:13:04.108Z Compiling percent-encoding v2.3.2
13772026-04-07T18:13:04.123Z Compiling socket2 v0.6.2
13782026-04-07T18:13:04.168Z Compiling allocator-api2 v0.2.21
13792026-04-07T18:13:04.185Z Compiling foldhash v0.2.0
13802026-04-07T18:13:04.195Z Compiling getrandom v0.3.4
13812026-04-07T18:13:04.301Z Compiling futures-sink v0.3.32
13822026-04-07T18:13:04.519Z Compiling cpufeatures v0.2.17
13832026-04-07T18:13:04.529Z Compiling futures-channel v0.3.32
13842026-04-07T18:13:04.544Z Compiling hashbrown v0.16.1
13852026-04-07T18:13:04.614Z Compiling futures-io v0.3.32
13862026-04-07T18:13:04.633Z Compiling slab v0.4.12
13872026-04-07T18:13:04.752Z Compiling futures-task v0.3.32
13882026-04-07T18:13:04.768Z Compiling rustversion v1.0.22
13892026-04-07T18:13:04.816Z Compiling form_urlencoded v1.2.2
13902026-04-07T18:13:04.997Z Compiling cmake v0.1.57
13912026-04-07T18:13:05.016Z Compiling dunce v1.0.5
13922026-04-07T18:13:05.104Z Compiling indexmap v2.13.0
13932026-04-07T18:13:05.139Z Compiling getrandom v0.4.1
13942026-04-07T18:13:05.203Z Compiling synstructure v0.13.2
13952026-04-07T18:13:05.217Z Compiling ident_case v1.0.1
13962026-04-07T18:13:05.350Z Compiling base64ct v1.8.3
13972026-04-07T18:13:05.414Z Compiling fs_extra v1.3.0
13982026-04-07T18:13:05.505Z Compiling rand_core v0.10.0
13992026-04-07T18:13:05.570Z Compiling flagset v0.4.7
14002026-04-07T18:13:05.658Z Compiling pem-rfc7468 v0.7.0
14012026-04-07T18:13:05.702Z Compiling aws-lc-sys v0.37.1
14022026-04-07T18:13:05.715Z Compiling rand_core v0.9.5
14032026-04-07T18:13:05.755Z Compiling rustix v1.1.3
14042026-04-07T18:13:05.777Z Compiling iana-time-zone v0.1.65
14052026-04-07T18:13:05.826Z Compiling uuid v1.23.0
14062026-04-07T18:13:05.894Z Compiling ring v0.17.14
14072026-04-07T18:13:05.977Z Compiling rustc_version v0.4.1
14082026-04-07T18:13:05.977Z Compiling regex-syntax v0.8.10
14092026-04-07T18:13:06.001Z Compiling aws-lc-rs v1.16.0
14102026-04-07T18:13:06.294Z Compiling vcpkg v0.2.15
14112026-04-07T18:13:06.318Z Compiling tracing-core v0.1.36
14122026-04-07T18:13:06.583Z Compiling pest_generator v2.8.6
14132026-04-07T18:13:06.870Z Compiling serde_derive_internals v0.29.1
14142026-04-07T18:13:06.988Z Compiling serde_derive v1.0.228
14152026-04-07T18:13:07.034Z Compiling zeroize_derive v1.4.3
14162026-04-07T18:13:07.269Z Compiling zerofrom-derive v0.1.6
14172026-04-07T18:13:07.506Z Compiling yoke-derive v0.8.1
14182026-04-07T18:13:07.681Z Compiling zeroize v1.8.2
14192026-04-07T18:13:07.777Z Compiling zerocopy-derive v0.8.40
14202026-04-07T18:13:08.350Z Compiling zerovec-derive v0.11.2
14212026-04-07T18:13:08.500Z Compiling crypto-common v0.1.7
14222026-04-07T18:13:08.613Z Compiling block-buffer v0.10.4
14232026-04-07T18:13:08.663Z Compiling zerofrom v0.1.6
14242026-04-07T18:13:08.681Z Compiling displaydoc v0.2.5
14252026-04-07T18:13:08.770Z Compiling yoke v0.8.1
14262026-04-07T18:13:08.799Z Compiling digest v0.10.7
14272026-04-07T18:13:08.960Z Compiling tokio-macros v2.6.0
14282026-04-07T18:13:09.028Z Compiling hmac v0.12.1
14292026-04-07T18:13:09.199Z Compiling futures-macro v0.3.32
14302026-04-07T18:13:09.419Z Compiling zerotrie v0.2.3
14312026-04-07T18:13:09.480Z Compiling zerovec v0.11.5
14322026-04-07T18:13:09.714Z Compiling block-padding v0.3.3
14332026-04-07T18:13:09.722Z Compiling sha2 v0.10.9
14342026-04-07T18:13:09.878Z Compiling inout v0.1.4
14352026-04-07T18:13:09.994Z Compiling tinystr v0.8.2
14362026-04-07T18:13:10.022Z Compiling potential_utf v0.1.4
14372026-04-07T18:13:10.045Z Compiling futures-util v0.3.32
14382026-04-07T18:13:10.181Z Compiling icu_locale_core v2.1.1
14392026-04-07T18:13:10.192Z Compiling icu_collections v2.1.1
14402026-04-07T18:13:10.457Z Compiling bytes v1.11.1
14412026-04-07T18:13:10.676Z Compiling cipher v0.4.4
14422026-04-07T18:13:10.927Z Compiling tokio v1.50.0
14432026-04-07T18:13:11.005Z Compiling icu_provider v2.1.1
14442026-04-07T18:13:11.057Z Compiling der_derive v0.7.3
14452026-04-07T18:13:11.103Z Compiling http v1.4.0
14462026-04-07T18:13:11.277Z Compiling icu_normalizer v2.1.1
14472026-04-07T18:13:11.294Z Compiling icu_properties v2.1.2
14482026-04-07T18:13:11.804Z Compiling salsa20 v0.10.2
14492026-04-07T18:13:11.947Z Compiling chrono v0.4.44
14502026-04-07T18:13:11.975Z Compiling ppv-lite86 v0.2.21
14512026-04-07T18:13:11.994Z Compiling der v0.7.10
14522026-04-07T18:13:12.148Z Compiling idna_adapter v1.2.1
14532026-04-07T18:13:12.264Z Compiling idna v1.1.0
14542026-04-07T18:13:12.282Z Compiling pbkdf2 v0.12.2
14552026-04-07T18:13:12.297Z Compiling thiserror-impl v2.0.18
14562026-04-07T18:13:12.364Z Compiling rand_chacha v0.9.0
14572026-04-07T18:13:12.394Z Compiling scrypt v0.11.0
14582026-04-07T18:13:12.642Z Compiling url v2.5.8
14592026-04-07T18:13:12.915Z Compiling spki v0.7.3
14602026-04-07T18:13:13.050Z Compiling cbc v0.1.2
14612026-04-07T18:13:13.101Z Compiling aes v0.8.4
14622026-04-07T18:13:13.165Z Compiling rustls-pki-types v1.14.0
14632026-04-07T18:13:13.200Z Compiling openssl-sys v0.9.111
14642026-04-07T18:13:13.297Z Compiling tracing-attributes v0.1.31
14652026-04-07T18:13:13.430Z Compiling rand v0.9.2
14662026-04-07T18:13:13.582Z Compiling thiserror v2.0.18
14672026-04-07T18:13:13.603Z Compiling pkcs5 v0.7.1
14682026-04-07T18:13:13.694Z Compiling http-body v1.0.1
14692026-04-07T18:13:13.832Z Compiling httparse v1.10.1
14702026-04-07T18:13:13.860Z Compiling untrusted v0.7.1
14712026-04-07T18:13:13.967Z Compiling schemars v0.8.22
14722026-04-07T18:13:14.086Z Compiling base64 v0.22.1
14732026-04-07T18:13:14.125Z Compiling openssl-probe v0.2.1
14742026-04-07T18:13:14.145Z Compiling untrusted v0.9.0
14752026-04-07T18:13:14.209Z Compiling pkcs8 v0.10.2
14762026-04-07T18:13:14.266Z Compiling schemars_derive v0.8.22
14772026-04-07T18:13:14.295Z Compiling pest_derive v2.8.6
14782026-04-07T18:13:14.399Z Compiling scroll_derive v0.13.1
14792026-04-07T18:13:14.581Z Compiling darling_core v0.20.11
14802026-04-07T18:13:14.647Z Compiling tokio-util v0.7.18
14812026-04-07T18:13:14.729Z Compiling tracing v0.1.44
14822026-04-07T18:13:14.997Z Compiling dyn-clone v1.0.20
14832026-04-07T18:13:15.135Z Compiling tower-service v0.3.3
14842026-04-07T18:13:15.224Z Compiling rustls v0.23.37
14852026-04-07T18:13:15.236Z Compiling try-lock v0.2.5
14862026-04-07T18:13:15.361Z Compiling atomic-waker v1.1.2
14872026-04-07T18:13:15.387Z Compiling tinyvec_macros v0.1.1
14882026-04-07T18:13:15.453Z Compiling tower-layer v0.3.3
14892026-04-07T18:13:15.480Z Compiling tinyvec v1.10.0
14902026-04-07T18:13:15.635Z Compiling h2 v0.4.13
14912026-04-07T18:13:15.665Z Compiling want v0.3.1
14922026-04-07T18:13:15.812Z Compiling scroll v0.13.0
14932026-04-07T18:13:16.111Z Compiling ipnet v2.11.0
14942026-04-07T18:13:16.125Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-04-07T18:13:16.125Z Compiling spin v0.9.8
14962026-04-07T18:13:16.306Z Compiling aho-corasick v1.1.4
14972026-04-07T18:13:16.446Z Compiling num-conv v0.2.0
14982026-04-07T18:13:16.503Z Compiling crc32fast v1.5.0
14992026-04-07T18:13:16.520Z Compiling foreign-types-shared v0.1.1
15002026-04-07T18:13:16.575Z Compiling pin-utils v0.1.0
15012026-04-07T18:13:16.605Z Compiling httpdate v1.0.3
15022026-04-07T18:13:16.651Z Compiling openssl v0.10.75
15032026-04-07T18:13:16.772Z Compiling powerfmt v0.2.0
15042026-04-07T18:13:16.786Z Compiling darling_macro v0.20.11
15052026-04-07T18:13:16.810Z Compiling time-core v0.1.8
15062026-04-07T18:13:16.873Z Compiling tempfile v3.25.0
15072026-04-07T18:13:16.901Z Compiling foreign-types v0.3.2
15082026-04-07T18:13:16.952Z Compiling time-macros v0.2.27
15092026-04-07T18:13:16.969Z Compiling deranged v0.5.8
15102026-04-07T18:13:17.225Z Compiling regex-automata v0.4.14
15112026-04-07T18:13:17.242Z Compiling darling v0.20.11
15122026-04-07T18:13:17.321Z Compiling goblin v0.10.5
15132026-04-07T18:13:17.964Z Compiling openssl-macros v0.1.1
15142026-04-07T18:13:18.001Z Compiling wait-timeout v0.2.1
15152026-04-07T18:13:18.266Z Compiling socket2 v0.5.10
15162026-04-07T18:13:18.342Z Compiling num_threads v0.1.7
15172026-04-07T18:13:18.406Z Compiling siphasher v1.0.2
15182026-04-07T18:13:18.438Z Compiling crossbeam-utils v0.8.21
15192026-04-07T18:13:18.597Z Compiling hyper v1.8.1
15202026-04-07T18:13:18.660Z Compiling native-tls v0.2.18
15212026-04-07T18:13:18.723Z Compiling simd-adler32 v0.3.8
15222026-04-07T18:13:18.854Z Compiling usdt-impl v0.6.0
15232026-04-07T18:13:18.958Z Compiling syn v1.0.109
15242026-04-07T18:13:19.056Z Compiling bit-vec v0.8.0
15252026-04-07T18:13:19.257Z Compiling quick-error v1.2.3
15262026-04-07T18:13:19.361Z Compiling bit-set v0.8.0
15272026-04-07T18:13:19.374Z Compiling rusty-fork v0.3.1
15282026-04-07T18:13:19.537Z Compiling time v0.3.47
15292026-04-07T18:13:19.705Z Compiling hyper-util v0.1.20
15302026-04-07T18:13:20.212Z Compiling dof v0.4.0
15312026-04-07T18:13:21.130Z Compiling derive_builder_core v0.20.2
15322026-04-07T18:13:21.429Z Compiling unicode-normalization v0.1.25
15332026-04-07T18:13:21.437Z Compiling dtrace-parser v0.3.0
15342026-04-07T18:13:21.504Z Compiling rustls-native-certs v0.8.3
15352026-04-07T18:13:21.547Z Compiling signature v2.2.0
15362026-04-07T18:13:21.759Z Compiling scroll_derive v0.12.1
15372026-04-07T18:13:21.787Z Compiling thiserror-impl v1.0.69
15382026-04-07T18:13:21.811Z Compiling heapless v0.7.17
15392026-04-07T18:13:21.977Z Compiling rand_xorshift v0.4.0
15402026-04-07T18:13:22.046Z Compiling slog v2.8.2
15412026-04-07T18:13:22.136Z Compiling darling_core v0.21.3
15422026-04-07T18:13:22.155Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-04-07T18:13:22.226Z Compiling sync_wrapper v1.0.2
15442026-04-07T18:13:22.338Z Compiling thread-id v5.1.0
15452026-04-07T18:13:22.437Z Compiling cookie v0.18.1
15462026-04-07T18:13:22.442Z Compiling zstd-safe v7.2.4
15472026-04-07T18:13:22.442Z Compiling unicode-bidi v0.3.18
15482026-04-07T18:13:22.442Z Compiling unarray v0.1.4
15492026-04-07T18:13:22.540Z Compiling anyhow v1.0.102
15502026-04-07T18:13:22.651Z Compiling adler2 v2.0.1
15512026-04-07T18:13:23.064Z Compiling signal-hook v0.3.18
15522026-04-07T18:13:23.064Z Compiling unicode-properties v0.1.4
15532026-04-07T18:13:23.074Z Compiling paste v1.0.15
15542026-04-07T18:13:23.074Z Compiling stringprep v0.1.5
15552026-04-07T18:13:23.074Z Compiling miniz_oxide v0.8.9
15562026-04-07T18:13:23.074Z Compiling thiserror v1.0.69
15572026-04-07T18:13:23.074Z Compiling proptest v1.10.0
15582026-04-07T18:13:23.321Z Compiling scroll v0.12.0
15592026-04-07T18:13:23.379Z Compiling tower v0.5.3
15602026-04-07T18:13:23.587Z Compiling derive_builder_macro v0.20.2
15612026-04-07T18:13:23.854Z Compiling ipnetwork v0.21.1
15622026-04-07T18:13:23.941Z Compiling http-body-util v0.1.3
15632026-04-07T18:13:24.032Z Compiling webpki-roots v1.0.6
15642026-04-07T18:13:24.186Z Compiling rand_chacha v0.3.1
15652026-04-07T18:13:24.208Z Compiling erased-serde v0.3.31
15662026-04-07T18:13:24.208Z Compiling serde_spanned v0.6.9
15672026-04-07T18:13:24.239Z Compiling serde_tokenstream v0.2.3
15682026-04-07T18:13:24.324Z Compiling toml_datetime v0.6.11
15692026-04-07T18:13:24.611Z Compiling md-5 v0.10.6
15702026-04-07T18:13:24.627Z Compiling zerocopy-derive v0.7.35
15712026-04-07T18:13:24.636Z Compiling darling_macro v0.21.3
15722026-04-07T18:13:24.692Z Compiling curve25519-dalek v4.1.3
15732026-04-07T18:13:24.784Z Compiling vergen-lib v0.1.6
15742026-04-07T18:13:24.965Z Compiling num-integer v0.1.46
15752026-04-07T18:13:25.028Z Compiling hash32 v0.2.1
15762026-04-07T18:13:25.040Z Compiling ff v0.13.1
15772026-04-07T18:13:25.099Z Compiling memoffset v0.9.1
15782026-04-07T18:13:25.176Z Compiling litrs v1.0.0
15792026-04-07T18:13:25.215Z Compiling base16ct v0.2.0
15802026-04-07T18:13:25.302Z Compiling smoltcp v0.9.1
15812026-04-07T18:13:25.316Z Compiling ref-cast v1.0.25
15822026-04-07T18:13:25.392Z Compiling num-bigint-dig v0.8.6
15832026-04-07T18:13:25.479Z Compiling rustix v0.38.44
15842026-04-07T18:13:25.579Z Compiling zlib-rs v0.6.2
15852026-04-07T18:13:25.607Z Compiling cfg_aliases v0.2.1
15862026-04-07T18:13:25.621Z Compiling psl-types v2.0.11
15872026-04-07T18:13:25.677Z Compiling iri-string v0.7.10
15882026-04-07T18:13:25.691Z Compiling fallible-iterator v0.2.0
15892026-04-07T18:13:25.744Z Compiling ryu v1.0.23
15902026-04-07T18:13:25.918Z Compiling serde_urlencoded v0.7.1
15912026-04-07T18:13:25.939Z Compiling publicsuffix v2.3.0
15922026-04-07T18:13:25.993Z Compiling postgres-protocol v0.6.10
15932026-04-07T18:13:26.106Z Compiling document-features v0.2.12
15942026-04-07T18:13:26.154Z Compiling nix v0.31.1
15952026-04-07T18:13:26.569Z Compiling zerocopy v0.7.35
15962026-04-07T18:13:26.585Z Compiling newtype-uuid v1.3.2
15972026-04-07T18:13:26.668Z Compiling sec1 v0.7.3
15982026-04-07T18:13:26.914Z Compiling tower-http v0.6.8
15992026-04-07T18:13:27.037Z Compiling num-iter v0.1.45
16002026-04-07T18:13:27.145Z Compiling group v0.13.0
16012026-04-07T18:13:27.160Z Compiling darling v0.21.3
16022026-04-07T18:13:27.323Z Compiling rand v0.8.5
16032026-04-07T18:13:27.350Z Compiling oxnet v0.1.4
16042026-04-07T18:13:27.545Z Compiling derive_builder v0.20.2
16052026-04-07T18:13:27.690Z Compiling hubpack_derive v0.1.1
16062026-04-07T18:13:27.705Z Compiling tokio-native-tls v0.3.1
16072026-04-07T18:13:27.728Z Compiling goblin v0.8.2
16082026-04-07T18:13:28.401Z Compiling flate2 v1.1.9
16092026-04-07T18:13:28.456Z Compiling regex v1.12.3
16102026-04-07T18:13:28.478Z Compiling phf_shared v0.13.1
16112026-04-07T18:13:28.488Z Compiling lazy_static v1.5.0
16122026-04-07T18:13:28.579Z Compiling cargo-platform v0.1.9
16132026-04-07T18:13:28.709Z Compiling hkdf v0.12.4
16142026-04-07T18:13:28.748Z Compiling crypto-bigint v0.5.5
16152026-04-07T18:13:28.804Z Compiling terminal_size v0.4.3
16162026-04-07T18:13:28.858Z Compiling async-trait v0.1.89
16172026-04-07T18:13:28.876Z Compiling daft-derive v0.1.5
16182026-04-07T18:13:28.890Z Compiling strum_macros v0.27.2
16192026-04-07T18:13:28.935Z Compiling ref-cast-impl v1.0.25
16202026-04-07T18:13:29.511Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-07T18:13:29.602Z Compiling vergen v9.0.6
16222026-04-07T18:13:29.795Z Compiling fs-err v3.3.0
16232026-04-07T18:13:29.918Z Compiling ahash v0.8.12
16242026-04-07T18:13:32.959Z Compiling libbz2-rs-sys v0.2.2
16252026-04-07T18:13:32.959Z Compiling winnow v0.5.40
16262026-04-07T18:13:32.959Z Compiling bitflags v1.3.2
16272026-04-07T18:13:32.959Z Compiling object v0.37.3
16282026-04-07T18:13:32.959Z Compiling managed v0.8.0
16292026-04-07T18:13:32.959Z Compiling unicode-segmentation v1.12.0
16302026-04-07T18:13:32.959Z Compiling bumpalo v3.20.2
16312026-04-07T18:13:32.967Z Compiling foldhash v0.1.5
16322026-04-07T18:13:32.967Z Compiling strum v0.27.2
16332026-04-07T18:13:32.967Z Compiling zopfli v0.8.3
16342026-04-07T18:13:32.967Z Compiling hashbrown v0.15.5
16352026-04-07T18:13:32.968Z Compiling clap_builder v4.5.60
16362026-04-07T18:13:32.968Z Compiling bzip2 v0.6.1
16372026-04-07T18:13:32.968Z Compiling toml_edit v0.19.15
16382026-04-07T18:13:32.968Z Compiling dof v0.3.0
16392026-04-07T18:13:32.968Z Compiling elliptic-curve v0.13.8
16402026-04-07T18:13:32.968Z Compiling daft v0.1.5
16412026-04-07T18:13:32.969Z Compiling cargo_metadata v0.19.2
16422026-04-07T18:13:32.969Z Compiling phf v0.13.1
16432026-04-07T18:13:32.969Z Compiling signal-hook-mio v0.2.5
16442026-04-07T18:13:32.969Z Compiling cookie_store v0.22.1
16452026-04-07T18:13:33.498Z Compiling hubpack v0.1.2
16462026-04-07T18:13:33.529Z Compiling zstd v0.13.3
16472026-04-07T18:13:33.685Z Compiling hyper-tls v0.6.0
16482026-04-07T18:13:33.791Z Compiling bzip2 v0.4.4
16492026-04-07T18:13:33.914Z Compiling serde_with_macros v3.17.0
16502026-04-07T18:13:34.009Z Compiling postgres-types v0.2.12
16512026-04-07T18:13:34.045Z Compiling usdt-macro v0.6.0
16522026-04-07T18:13:34.061Z Compiling usdt-attr-macro v0.6.0
16532026-04-07T18:13:34.486Z Compiling dtrace-parser v0.2.0
16542026-04-07T18:13:34.587Z Compiling ed25519 v2.2.3
16552026-04-07T18:13:34.777Z Compiling bstr v1.12.1
16562026-04-07T18:13:34.880Z Compiling phf_shared v0.11.3
16572026-04-07T18:13:35.065Z Compiling pkcs1 v0.7.5
16582026-04-07T18:13:35.079Z Compiling serde-big-array v0.5.1
16592026-04-07T18:13:35.183Z Compiling hex v0.4.3
16602026-04-07T18:13:35.231Z Compiling rfc6979 v0.4.0
16612026-04-07T18:13:35.254Z Compiling strum_macros v0.26.4
16622026-04-07T18:13:35.354Z Compiling serde_repr v0.1.20
16632026-04-07T18:13:35.445Z Compiling clap_derive v4.5.55
16642026-04-07T18:13:35.460Z Compiling enum-as-inner v0.6.1
16652026-04-07T18:13:35.476Z Compiling float-cmp v0.10.0
16662026-04-07T18:13:35.510Z Compiling memmap2 v0.9.10
16672026-04-07T18:13:35.616Z Compiling thread-id v4.2.2
16682026-04-07T18:13:35.705Z Compiling env_filter v1.0.0
16692026-04-07T18:13:35.721Z Compiling encoding_rs v0.8.35
16702026-04-07T18:13:35.873Z Compiling fixedbitset v0.5.7
16712026-04-07T18:13:35.945Z Compiling new_debug_unreachable v1.0.6
16722026-04-07T18:13:36.003Z Compiling difflib v0.4.0
16732026-04-07T18:13:36.021Z Compiling precomputed-hash v0.1.1
16742026-04-07T18:13:36.111Z Compiling whoami v2.1.0
16752026-04-07T18:13:36.180Z Compiling predicates-core v1.0.10
16762026-04-07T18:13:36.356Z Compiling static_assertions v1.1.0
16772026-04-07T18:13:36.437Z Compiling mime v0.3.17
16782026-04-07T18:13:36.482Z Compiling fixedbitset v0.4.2
16792026-04-07T18:13:36.561Z Compiling jiff v0.2.21
16802026-04-07T18:13:36.693Z Compiling rustc-hash v2.1.1
16812026-04-07T18:13:36.693Z Compiling normalize-line-endings v0.3.0
16822026-04-07T18:13:36.806Z Compiling either v1.15.0
16832026-04-07T18:13:36.821Z Compiling data-encoding v2.10.0
16842026-04-07T18:13:36.981Z Compiling keccak v0.1.6
16852026-04-07T18:13:37.025Z Compiling itertools v0.13.0
16862026-04-07T18:13:37.220Z Compiling clap v4.5.60
16872026-04-07T18:13:37.238Z Compiling sha3 v0.10.8
16882026-04-07T18:13:37.299Z Compiling hickory-proto v0.25.2
16892026-04-07T18:13:37.510Z Compiling strum v0.26.3
16902026-04-07T18:13:37.646Z Compiling toml_edit v0.22.27
16912026-04-07T18:13:37.681Z Compiling iddqd v0.3.17
16922026-04-07T18:13:37.796Z Compiling predicates v3.1.4
16932026-04-07T18:13:37.905Z Compiling petgraph v0.6.5
16942026-04-07T18:13:38.235Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16952026-04-07T18:13:38.435Z Compiling tokio-postgres v0.7.16
16962026-04-07T18:13:38.786Z Compiling string_cache v0.8.9
16972026-04-07T18:13:39.015Z Compiling petgraph v0.8.3
16982026-04-07T18:13:39.358Z Compiling zip v4.6.1
16992026-04-07T18:13:40.369Z Compiling env_logger v0.11.9
17002026-04-07T18:13:40.384Z Compiling usdt-impl v0.5.0
17012026-04-07T18:13:40.644Z Compiling usdt v0.6.0
17022026-04-07T18:13:40.727Z Compiling serde_with v3.17.0
17032026-04-07T18:13:40.756Z Compiling ecdsa v0.16.9
17042026-04-07T18:13:40.899Z Compiling rsa v0.9.10
17052026-04-07T18:13:40.946Z Compiling similar v2.7.0
17062026-04-07T18:13:40.967Z Compiling crossterm v0.28.1
17072026-04-07T18:13:40.997Z Compiling ed25519-dalek v2.2.0
17082026-04-07T18:13:41.645Z Compiling zip v0.6.6
17092026-04-07T18:13:41.973Z Compiling toml v0.7.8
17102026-04-07T18:13:42.423Z Compiling heck v0.4.1
17112026-04-07T18:13:42.438Z Compiling toml_parser v1.0.9+spec-1.1.0
17122026-04-07T18:13:42.544Z Compiling crossbeam-epoch v0.9.18
17132026-04-07T18:13:42.576Z Compiling tokio-stream v0.1.18
17142026-04-07T18:13:42.607Z Compiling buf-list v1.1.2
17152026-04-07T18:13:42.650Z Compiling x509-cert v0.2.5
17162026-04-07T18:13:42.867Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17172026-04-07T18:13:42.882Z Compiling openapiv3 v2.2.0
17182026-04-07T18:13:43.036Z Compiling sha1 v0.10.6
17192026-04-07T18:13:43.068Z Compiling toml_datetime v0.7.5+spec-1.1.0
17202026-04-07T18:13:43.167Z Compiling lalrpop-util v0.19.12
17212026-04-07T18:13:43.258Z Compiling peg-runtime v0.8.5
17222026-04-07T18:13:43.359Z Compiling thread_local v1.1.9
17232026-04-07T18:13:43.359Z Compiling slog-async v2.8.0
17242026-04-07T18:13:43.539Z Compiling crossbeam-channel v0.5.15
17252026-04-07T18:13:43.612Z Compiling futures-executor v0.3.32
17262026-04-07T18:13:43.687Z Compiling is-terminal v0.4.17
17272026-04-07T18:13:43.790Z Compiling filetime v0.2.27
17282026-04-07T18:13:43.872Z Compiling take_mut v0.2.2
17292026-04-07T18:13:43.972Z Compiling term v1.2.1
17302026-04-07T18:13:43.984Z Compiling xattr v1.6.1
17312026-04-07T18:13:44.155Z Compiling tar v0.4.45
17322026-04-07T18:13:44.196Z Compiling futures v0.3.32
17332026-04-07T18:13:44.273Z Compiling slog-term v2.9.2
17342026-04-07T18:13:51.430Z Compiling rustls-webpki v0.103.9
17352026-04-07T18:13:54.227Z Compiling tokio-rustls v0.26.4
17362026-04-07T18:13:54.227Z Compiling rustls-platform-verifier v0.6.2
17372026-04-07T18:13:54.440Z Compiling hyper-rustls v0.27.7
17382026-04-07T18:13:54.646Z Compiling reqwest v0.13.2
17392026-04-07T18:13:54.646Z Compiling reqwest v0.12.28
17402026-04-07T18:13:56.710Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-04-07T18:13:56.924Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-04-07T18:13:59.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17432026-04-07T18:13:59.868Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17442026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: Console
17452026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: Cockroach
17462026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: Clickhouse
17472026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: DendriteStub
17482026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: MaghemiteMgd
17492026-04-07T18:13:59.924ZApr 07 18:13:58.361 INFO Starting download, target: TransceiverControl
17502026-04-07T18:13:59.928ZApr 07 18:13:58.361 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-04-07T18:13:59.928ZApr 07 18:13:58.361 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-04-07T18:13:59.928ZApr 07 18:13:58.361 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-04-07T18:13:59.928ZApr 07 18:13:58.361 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17542026-04-07T18:13:59.928ZApr 07 18:13:58.362 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17552026-04-07T18:13:59.928ZApr 07 18:13:58.362 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-04-07T18:14:00.536ZApr 07 18:13:58.972 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-04-07T18:14:00.748ZApr 07 18:13:59.183 INFO Download complete, target: TransceiverControl
17582026-04-07T18:14:00.888ZApr 07 18:13:59.321 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17592026-04-07T18:14:01.124ZApr 07 18:13:59.560 INFO Download complete, target: Console
17602026-04-07T18:14:02.027ZApr 07 18:14:00.462 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-04-07T18:14:02.034ZApr 07 18:14:00.464 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-04-07T18:14:02.743ZApr 07 18:14:01.179 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17632026-04-07T18:14:03.198ZApr 07 18:14:01.633 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17642026-04-07T18:14:03.198ZApr 07 18:14:01.634 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17652026-04-07T18:14:04.371ZApr 07 18:14:02.807 INFO Download complete, target: MaghemiteMgd
17662026-04-07T18:14:04.386ZApr 07 18:14:02.823 INFO Download complete, target: DendriteStub
17672026-04-07T18:14:07.879ZApr 07 18:14:06.315 INFO Checking that binary works, target: Cockroach
17682026-04-07T18:14:07.976ZApr 07 18:14:06.411 INFO Download complete, target: Cockroach
17692026-04-07T18:14:09.719ZApr 07 18:14:08.154 INFO Checking that binary works, target: Clickhouse
17702026-04-07T18:14:09.836ZApr 07 18:14:08.272 INFO Download complete, target: Clickhouse
17712026-04-07T18:14:09.883ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-04-07T18:14:09.887Z
17732026-04-07T18:14:09.887Zreal 3:14.764719697
17742026-04-07T18:14:09.887Zuser 7:11.813483779
17752026-04-07T18:14:09.887Zsys 1:23.210421765
17762026-04-07T18:14:09.887Ztrap 0.215712296
17772026-04-07T18:14:09.887Ztflt 0.921560473
17782026-04-07T18:14:09.887Zdflt 1.016872050
17792026-04-07T18:14:09.887Zkflt 0.046878386
17802026-04-07T18:14:09.887Zlock 21:24.781260264
17812026-04-07T18:14:09.887Zslp 22:15.889573048
17822026-04-07T18:14:09.887Zlat 42.184404696
17832026-04-07T18:14:09.887Zstop 1:59.688064305
17842026-04-07T18:14:09.887Z+ banner clippy
17852026-04-07T18:14:09.887Z
17862026-04-07T18:14:09.887Z #### # # ##### ##### # #
17872026-04-07T18:14:09.887Z # # # # # # # # # #
17882026-04-07T18:14:09.887Z # # # # # # # #
17892026-04-07T18:14:09.887Z # # # ##### ##### #
17902026-04-07T18:14:09.887Z # # # # # # #
17912026-04-07T18:14:09.887Z #### ###### # # # #
17922026-04-07T18:14:09.887Z
17932026-04-07T18:14:09.887Z+ export CARGO_INCREMENTAL=0
17942026-04-07T18:14:09.887Z+ CARGO_INCREMENTAL=0
17952026-04-07T18:14:09.887Z+ ptime -m cargo xtask clippy
17962026-04-07T18:14:10.408Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-04-07T18:14:10.623Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-04-07T18:14:12.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17992026-04-07T18:14:12.559Z Running `target/debug/xtask clippy`
18002026-04-07T18:14:12.592Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18012026-04-07T18:14:13.186Z Downloading crates ...
18022026-04-07T18:14:13.389Z Downloaded anes v0.1.6
18032026-04-07T18:14:13.414Z Downloaded approx v0.5.1
18042026-04-07T18:14:13.419Z Downloaded target-triple v1.0.0
18052026-04-07T18:14:13.428Z Downloaded plotters-svg v0.3.7
18062026-04-07T18:14:13.428Z Downloaded nested v0.1.1
18072026-04-07T18:14:13.435Z Downloaded escape8259 v0.5.3
18082026-04-07T18:14:13.435Z Downloaded supports-unicode v2.1.0
18092026-04-07T18:14:13.435Z Downloaded tokio-test v0.4.5
18102026-04-07T18:14:13.435Z Downloaded supports-color v2.1.0
18112026-04-07T18:14:13.444Z Downloaded assert-json-diff v2.0.2
18122026-04-07T18:14:13.453Z Downloaded terminal_size v0.1.17
18132026-04-07T18:14:13.453Z Downloaded constant_time_eq v0.3.1
18142026-04-07T18:14:13.454Z Downloaded event-listener-strategy v0.5.4
18152026-04-07T18:14:13.454Z Downloaded pathdiff v0.2.3
18162026-04-07T18:14:13.459Z Downloaded target-spec v3.5.7
18172026-04-07T18:14:13.459Z Downloaded futures-timer v3.0.3
18182026-04-07T18:14:13.459Z Downloaded path-tree v0.8.3
18192026-04-07T18:14:13.472Z Downloaded knuffel-derive v3.2.0
18202026-04-07T18:14:13.483Z Downloaded linkme v0.3.35
18212026-04-07T18:14:13.492Z Downloaded linkme-impl v0.3.35
18222026-04-07T18:14:13.492Z Downloaded similar-asserts v1.7.0
18232026-04-07T18:14:13.492Z Downloaded guppy-workspace-hack v0.1.0
18242026-04-07T18:14:13.492Z Downloaded miette-derive v5.10.0
18252026-04-07T18:14:13.496Z Downloaded event-listener v5.4.1
18262026-04-07T18:14:13.496Z Downloaded rustc-demangle v0.1.27
18272026-04-07T18:14:13.496Z Downloaded partial-io v0.5.4
18282026-04-07T18:14:13.496Z Downloaded target-lexicon v0.13.3
18292026-04-07T18:14:13.505Z Downloaded httptest v0.16.4
18302026-04-07T18:14:13.510Z Downloaded serde_regex v1.1.0
18312026-04-07T18:14:13.510Z Downloaded addr2line v0.25.1
18322026-04-07T18:14:13.510Z Downloaded relative-path v1.9.3
18332026-04-07T18:14:13.510Z Downloaded tinytemplate v1.2.1
18342026-04-07T18:14:13.510Z Downloaded plotters-backend v0.3.7
18352026-04-07T18:14:13.517Z Downloaded cargo-platform v0.3.2
18362026-04-07T18:14:13.524Z Downloaded parking v2.2.1
18372026-04-07T18:14:13.524Z Downloaded libtest-mimic v0.8.1
18382026-04-07T18:14:13.528Z Downloaded criterion-plot v0.6.0
18392026-04-07T18:14:13.528Z Downloaded async-object-pool v0.2.0
18402026-04-07T18:14:13.532Z Downloaded cast v0.3.0
18412026-04-07T18:14:13.541Z Downloaded supports-hyperlinks v2.1.0
18422026-04-07T18:14:13.545Z Downloaded hickory-client v0.25.2
18432026-04-07T18:14:13.545Z Downloaded datatest-stable v0.3.3
18442026-04-07T18:14:13.545Z Downloaded cargo_metadata v0.23.1
18452026-04-07T18:14:13.553Z Downloaded rstest v0.25.0
18462026-04-07T18:14:13.560Z Downloaded concurrent-queue v2.5.0
18472026-04-07T18:14:13.564Z Downloaded owo-colors v3.5.0
18482026-04-07T18:14:13.565Z Downloaded oorandom v11.1.5
18492026-04-07T18:14:13.565Z Downloaded backtrace-ext v0.2.1
18502026-04-07T18:14:13.569Z Downloaded termcolor v1.4.1
18512026-04-07T18:14:13.569Z Downloaded assert_cmd v2.1.2
18522026-04-07T18:14:13.569Z Downloaded textwrap v0.15.2
18532026-04-07T18:14:13.569Z Downloaded stringmetrics v2.2.2
18542026-04-07T18:14:13.576Z Downloaded rust-argon2 v2.1.0
18552026-04-07T18:14:13.582Z Downloaded cfg-expr v0.20.6
18562026-04-07T18:14:13.582Z Downloaded blake2b_simd v1.0.4
18572026-04-07T18:14:13.589Z Downloaded chumsky v0.9.3
18582026-04-07T18:14:13.594Z Downloaded async-lock v3.4.2
18592026-04-07T18:14:13.604Z Downloaded backtrace v0.3.76
18602026-04-07T18:14:13.609Z Downloaded rstest_macros v0.25.0
18612026-04-07T18:14:13.609Z Downloaded trybuild v1.0.116
18622026-04-07T18:14:13.617Z Downloaded guppy v0.17.25
18632026-04-07T18:14:13.621Z Downloaded knuffel v3.2.0
18642026-04-07T18:14:13.621Z Downloaded rand_distr v0.5.1
18652026-04-07T18:14:13.629Z Downloaded fancy-regex v0.14.0
18662026-04-07T18:14:13.650Z Downloaded miette v5.10.0
18672026-04-07T18:14:13.656Z Downloaded plotters v0.3.7
18682026-04-07T18:14:13.663Z Downloaded hashbrown v0.14.5
18692026-04-07T18:14:13.663Z Downloaded criterion v0.7.0
18702026-04-07T18:14:13.671Z Downloaded gimli v0.32.3
18712026-04-07T18:14:13.787Z Downloaded httpmock v0.8.3
18722026-04-07T18:14:15.320Z Checking cfg-if v1.0.4
18732026-04-07T18:14:15.687Z Checking libc v0.2.180
18742026-04-07T18:14:15.691Z Checking serde_core v1.0.228
18752026-04-07T18:14:15.759Z Checking memchr v2.8.0
18762026-04-07T18:14:15.801Z Checking smallvec v1.15.1
18772026-04-07T18:14:15.839Z Checking log v0.4.29
18782026-04-07T18:14:15.840Z Checking itoa v1.0.17
18792026-04-07T18:14:15.915Z Checking zeroize v1.8.2
18802026-04-07T18:14:15.955Z Checking libm v0.2.16
18812026-04-07T18:14:15.997Z Checking scopeguard v1.2.0
18822026-04-07T18:14:16.037Z Checking stable_deref_trait v1.2.1
18832026-04-07T18:14:16.078Z Checking zmij v1.0.21
18842026-04-07T18:14:16.118Z Checking errno v0.3.14
18852026-04-07T18:14:16.118Z Checking getrandom v0.2.17
18862026-04-07T18:14:16.122Z Checking lock_api v0.4.14
18872026-04-07T18:14:16.219Z Checking zerofrom v0.1.6
18882026-04-07T18:14:16.260Z Checking percent-encoding v2.3.2
18892026-04-07T18:14:16.264Z Checking litemap v0.8.1
18902026-04-07T18:14:16.330Z Checking writeable v0.6.2
18912026-04-07T18:14:16.365Z Checking yoke v0.8.1
18922026-04-07T18:14:16.366Z Checking icu_properties_data v2.1.2
18932026-04-07T18:14:16.434Z Checking icu_normalizer_data v2.1.1
18942026-04-07T18:14:16.438Z Checking subtle v2.6.1
18952026-04-07T18:14:16.505Z Checking form_urlencoded v1.2.2
18962026-04-07T18:14:16.509Z Checking pin-project-lite v0.2.17
18972026-04-07T18:14:16.572Z Checking zerovec v0.11.5
18982026-04-07T18:14:16.575Z Checking zerotrie v0.2.3
18992026-04-07T18:14:16.576Z Checking utf8_iter v1.0.4
19002026-04-07T18:14:16.670Z Checking num-traits v0.2.19
19012026-04-07T18:14:16.708Z Checking rand_core v0.6.4
19022026-04-07T18:14:16.747Z Checking parking_lot_core v0.9.12
19032026-04-07T18:14:16.747Z Checking portable-atomic v1.13.1
19042026-04-07T18:14:16.817Z Checking zerocopy v0.8.40
19052026-04-07T18:14:16.891Z Checking critical-section v1.2.0
19062026-04-07T18:14:16.930Z Checking signal-hook-registry v1.4.8
19072026-04-07T18:14:16.987Z Checking parking_lot v0.12.5
19082026-04-07T18:14:17.025Z Checking tinystr v0.8.2
19092026-04-07T18:14:17.025Z Checking potential_utf v0.1.4
19102026-04-07T18:14:17.112Z Checking mio v1.1.1
19112026-04-07T18:14:17.177Z Checking once_cell v1.21.3
19122026-04-07T18:14:17.213Z Checking icu_collections v2.1.1
19132026-04-07T18:14:17.248Z Checking serde v1.0.228
19142026-04-07T18:14:17.252Z Checking bitflags v2.11.0
19152026-04-07T18:14:17.252Z Checking serde_json v1.0.149
19162026-04-07T18:14:17.252Z Checking icu_locale_core v2.1.1
19172026-04-07T18:14:17.385Z Checking socket2 v0.6.2
19182026-04-07T18:14:17.470Z Checking typenum v1.19.0
19192026-04-07T18:14:17.475Z Checking rand_core v0.10.0
19202026-04-07T18:14:17.562Z Checking iana-time-zone v0.1.65
19212026-04-07T18:14:17.643Z Checking getrandom v0.4.1
19222026-04-07T18:14:17.679Z Checking thiserror v2.0.18
19232026-04-07T18:14:17.718Z Checking semver v1.0.27
19242026-04-07T18:14:17.757Z Checking bytes v1.11.1
19252026-04-07T18:14:17.802Z Checking chrono v0.4.44
19262026-04-07T18:14:17.840Z Checking uuid v1.23.0
19272026-04-07T18:14:17.905Z Checking icu_provider v2.1.1
19282026-04-07T18:14:17.953Z Checking allocator-api2 v0.2.21
19292026-04-07T18:14:17.992Z Checking generic-array v0.14.7
19302026-04-07T18:14:18.028Z Checking futures-core v0.3.32
19312026-04-07T18:14:18.157Z Checking icu_normalizer v2.1.1
19322026-04-07T18:14:18.161Z Checking icu_properties v2.1.2
19332026-04-07T18:14:18.228Z Checking tokio v1.50.0
19342026-04-07T18:14:18.279Z Checking equivalent v1.0.2
19352026-04-07T18:14:18.330Z Checking dyn-clone v1.0.20
19362026-04-07T18:14:18.390Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372026-04-07T18:14:18.453Z Checking crypto-common v0.1.7
19382026-04-07T18:14:18.490Z Checking const-oid v0.9.6
19392026-04-07T18:14:18.494Z Checking foldhash v0.2.0
19402026-04-07T18:14:18.606Z Checking getrandom v0.3.4
19412026-04-07T18:14:18.647Z Checking block-buffer v0.10.4
19422026-04-07T18:14:18.716Z Checking hashbrown v0.16.1
19432026-04-07T18:14:18.750Z Checking futures-sink v0.3.32
19442026-04-07T18:14:18.787Z Checking futures-io v0.3.32
19452026-04-07T18:14:18.842Z Checking futures-task v0.3.32
19462026-04-07T18:14:18.885Z Checking futures-channel v0.3.32
19472026-04-07T18:14:18.926Z Checking slab v0.4.12
19482026-04-07T18:14:19.002Z Checking rustix v1.1.3
19492026-04-07T18:14:19.038Z Checking idna_adapter v1.2.1
19502026-04-07T18:14:19.090Z Checking byteorder v1.5.0
19512026-04-07T18:14:19.125Z Checking futures-util v0.3.32
19522026-04-07T18:14:19.180Z Checking idna v1.1.0
19532026-04-07T18:14:19.220Z Checking digest v0.10.7
19542026-04-07T18:14:19.223Z Checking cpufeatures v0.2.17
19552026-04-07T18:14:19.313Z Checking indexmap v2.13.0
19562026-04-07T18:14:19.356Z Checking thiserror v1.0.69
19572026-04-07T18:14:19.444Z Checking url v2.5.8
19582026-04-07T18:14:19.481Z Checking fnv v1.0.7
19592026-04-07T18:14:19.485Z Checking regex-syntax v0.8.10
19602026-04-07T18:14:19.549Z Checking ppv-lite86 v0.2.21
19612026-04-07T18:14:19.602Z Checking http v1.4.0
19622026-04-07T18:14:19.839Z Checking tracing-core v0.1.36
19632026-04-07T18:14:19.884Z Checking base64 v0.22.1
19642026-04-07T18:14:19.888Z Checking ipnet v2.11.0
19652026-04-07T18:14:19.952Z Checking schemars v0.8.22
19662026-04-07T18:14:20.153Z Checking untrusted v0.9.0
19672026-04-07T18:14:20.192Z Checking tracing v0.1.44
19682026-04-07T18:14:20.231Z Checking anstyle v1.0.13
19692026-04-07T18:14:20.235Z Checking unicode-ident v1.0.24
19702026-04-07T18:14:20.302Z Checking utf8parse v0.2.2
19712026-04-07T18:14:20.401Z Checking proc-macro2 v1.0.106
19722026-04-07T18:14:20.442Z Checking ring v0.17.14
19732026-04-07T18:14:20.447Z Checking base64ct v1.8.3
19742026-04-07T18:14:20.447Z Checking anstyle-parse v0.2.7
19752026-04-07T18:14:20.625Z Checking block-padding v0.3.3
19762026-04-07T18:14:20.660Z Checking aho-corasick v1.1.4
19772026-04-07T18:14:20.730Z Checking quote v1.0.44
19782026-04-07T18:14:20.768Z Checking anstyle-query v1.1.5
19792026-04-07T18:14:20.805Z Checking colorchoice v1.0.4
19802026-04-07T18:14:20.850Z Checking is_terminal_polyfill v1.70.2
19812026-04-07T18:14:20.888Z Checking inout v0.1.4
19822026-04-07T18:14:20.924Z Checking syn v2.0.117
19832026-04-07T18:14:20.960Z Checking rustls-pki-types v1.14.0
19842026-04-07T18:14:20.994Z Checking anstream v0.6.21
19852026-04-07T18:14:21.045Z Checking crossbeam-utils v0.8.21
19862026-04-07T18:14:21.070Z Checking httparse v1.10.1
19872026-04-07T18:14:21.212Z Checking cipher v0.4.4
19882026-04-07T18:14:21.267Z Checking terminal_size v0.4.3
19892026-04-07T18:14:21.303Z Checking clap_lex v1.0.0
19902026-04-07T18:14:21.339Z Checking regex-automata v0.4.14
19912026-04-07T18:14:21.384Z Checking strsim v0.11.1
19922026-04-07T18:14:21.421Z Checking pem-rfc7468 v0.7.0
19932026-04-07T18:14:21.425Z Checking tokio-util v0.7.18
19942026-04-07T18:14:21.491Z Checking http-body v1.0.1
19952026-04-07T18:14:21.494Z Checking sha2 v0.10.9
19962026-04-07T18:14:21.494Z Checking atomic-waker v1.1.2
19972026-04-07T18:14:21.589Z Checking clap_builder v4.5.60
19982026-04-07T18:14:21.626Z Checking hmac v0.12.1
19992026-04-07T18:14:21.662Z Checking rand_core v0.9.5
20002026-04-07T18:14:21.698Z Checking httpdate v1.0.3
20012026-04-07T18:14:21.781Z Checking try-lock v0.2.5
20022026-04-07T18:14:21.819Z Checking pin-utils v0.1.0
20032026-04-07T18:14:21.860Z Checking flagset v0.4.7
20042026-04-07T18:14:21.864Z Checking tower-layer v0.3.3
20052026-04-07T18:14:21.930Z Checking want v0.3.1
20062026-04-07T18:14:21.934Z Checking tower-service v0.3.3
20072026-04-07T18:14:22.008Z Checking ryu v1.0.23
20082026-04-07T18:14:22.065Z Checking der v0.7.10
20092026-04-07T18:14:22.102Z Checking erased-serde v0.3.31
20102026-04-07T18:14:22.106Z Checking h2 v0.4.13
20112026-04-07T18:14:22.106Z Checking powerfmt v0.2.0
20122026-04-07T18:14:22.200Z Checking rand_chacha v0.9.0
20132026-04-07T18:14:22.308Z Checking deranged v0.5.8
20142026-04-07T18:14:22.430Z Checking spin v0.9.8
20152026-04-07T18:14:22.495Z Checking slog v2.8.2
20162026-04-07T18:14:22.624Z Checking socket2 v0.5.10
20172026-04-07T18:14:22.780Z Checking num_threads v0.1.7
20182026-04-07T18:14:22.819Z Checking clap v4.5.60
20192026-04-07T18:14:22.824Z Checking num-conv v0.2.0
20202026-04-07T18:14:22.890Z Checking time-core v0.1.8
20212026-04-07T18:14:22.894Z Checking rand v0.9.2
20222026-04-07T18:14:22.958Z Checking anyhow v1.0.102
20232026-04-07T18:14:22.996Z Checking http-body-util v0.1.3
20242026-04-07T18:14:23.057Z Checking aws-lc-sys v0.37.1
20252026-04-07T18:14:23.111Z Checking fastrand v2.3.0
20262026-04-07T18:14:23.153Z Checking untrusted v0.7.1
20272026-04-07T18:14:23.193Z Checking spki v0.7.3
20282026-04-07T18:14:23.245Z Checking serde_urlencoded v0.7.1
20292026-04-07T18:14:23.269Z Checking time v0.3.47
20302026-04-07T18:14:23.305Z Checking pbkdf2 v0.12.2
20312026-04-07T18:14:23.340Z Checking aes v0.8.4
20322026-04-07T18:14:23.380Z Checking openssl-probe v0.2.1
20332026-04-07T18:14:23.416Z Checking regex v1.12.3
20342026-04-07T18:14:23.452Z Checking salsa20 v0.10.2
20352026-04-07T18:14:23.490Z Checking cbc v0.1.2
20362026-04-07T18:14:23.525Z Checking rand_chacha v0.3.1
20372026-04-07T18:14:23.572Z Checking aws-lc-rs v1.16.0
20382026-04-07T18:14:23.610Z Checking hex v0.4.3
20392026-04-07T18:14:23.647Z Checking pretty-hex v0.4.1
20402026-04-07T18:14:23.710Z Checking scrypt v0.11.0
20412026-04-07T18:14:23.750Z Checking rand v0.8.5
20422026-04-07T18:14:23.751Z Checking tempfile v3.25.0
20432026-04-07T18:14:23.820Z Checking ipnetwork v0.21.1
20442026-04-07T18:14:23.856Z Checking plain v0.2.3
20452026-04-07T18:14:23.891Z Checking pkcs5 v0.7.1
20462026-04-07T18:14:23.970Z Checking camino v1.2.2
20472026-04-07T18:14:24.007Z Checking ucd-trie v0.1.7
20482026-04-07T18:14:24.056Z Checking rustls-native-certs v0.8.3
20492026-04-07T18:14:24.166Z Checking pest v2.8.6
20502026-04-07T18:14:24.171Z Checking pkcs8 v0.10.2
20512026-04-07T18:14:24.239Z Checking sync_wrapper v1.0.2
20522026-04-07T18:14:24.279Z Checking webpki-roots v1.0.6
20532026-04-07T18:14:24.306Z Checking simd-adler32 v0.3.8
20542026-04-07T18:14:24.407Z Checking tower v0.5.3
20552026-04-07T18:14:24.411Z Checking rustls-webpki v0.103.9
20562026-04-07T18:14:24.411Z Checking iri-string v0.7.10
20572026-04-07T18:14:24.411Z Checking openapiv3 v2.2.0
20582026-04-07T18:14:24.509Z Checking adler2 v2.0.1
20592026-04-07T18:14:24.573Z Checking mime v0.3.17
20602026-04-07T18:14:24.672Z Checking either v1.15.0
20612026-04-07T18:14:24.779Z Checking miniz_oxide v0.8.9
20622026-04-07T18:14:24.816Z Checking winnow v0.7.14
20632026-04-07T18:14:24.854Z Checking hyper v1.8.1
20642026-04-07T18:14:24.894Z Checking static_assertions v1.1.0
20652026-04-07T18:14:24.900Z Checking rustls v0.23.37
20662026-04-07T18:14:24.996Z Checking oxnet v0.1.4
20672026-04-07T18:14:25.170Z Checking lazy_static v1.5.0
20682026-04-07T18:14:25.262Z Checking signature v2.2.0
20692026-04-07T18:14:25.300Z Checking hubpack v0.1.2
20702026-04-07T18:14:25.305Z Checking encoding_rs v0.8.35
20712026-04-07T18:14:25.421Z Checking strum v0.26.3
20722026-04-07T18:14:25.492Z Checking crc32fast v1.5.0
20732026-04-07T18:14:25.542Z Checking tower-http v0.6.8
20742026-04-07T18:14:25.580Z Checking foreign-types-shared v0.1.1
20752026-04-07T18:14:25.656Z Checking sha1 v0.10.6
20762026-04-07T18:14:25.693Z Checking foreign-types v0.3.2
20772026-04-07T18:14:25.773Z Checking hyper-util v0.1.20
20782026-04-07T18:14:25.854Z Checking openssl-sys v0.9.111
20792026-04-07T18:14:25.857Z Checking tinyvec_macros v0.1.1
20802026-04-07T18:14:25.879Z Checking serde_spanned v0.6.9
20812026-04-07T18:14:25.883Z Checking toml_datetime v0.6.11
20822026-04-07T18:14:25.948Z Checking tinyvec v1.10.0
20832026-04-07T18:14:26.015Z Checking num-integer v0.1.46
20842026-04-07T18:14:26.063Z Checking data-encoding v2.10.0
20852026-04-07T18:14:26.100Z Checking scroll v0.13.0
20862026-04-07T18:14:26.262Z Checking base16ct v0.2.0
20872026-04-07T18:14:26.298Z Checking zlib-rs v0.6.2
20882026-04-07T18:14:26.302Z Checking bit-vec v0.8.0
20892026-04-07T18:14:26.369Z Checking ff v0.13.1
20902026-04-07T18:14:26.373Z Checking openssl v0.10.75
20912026-04-07T18:14:26.373Z Checking goblin v0.10.5
20922026-04-07T18:14:26.469Z Checking sec1 v0.7.3
20932026-04-07T18:14:26.509Z Checking bit-set v0.8.0
20942026-04-07T18:14:26.545Z Checking wait-timeout v0.2.1
20952026-04-07T18:14:26.679Z Checking memmap2 v0.9.10
20962026-04-07T18:14:26.718Z Checking group v0.13.0
20972026-04-07T18:14:26.721Z Checking num-iter v0.1.45
20982026-04-07T18:14:26.856Z Checking dtrace-parser v0.3.0
20992026-04-07T18:14:26.892Z Checking bstr v1.12.1
21002026-04-07T18:14:26.927Z Checking hkdf v0.12.4
21012026-04-07T18:14:27.017Z Checking crossbeam-epoch v0.9.18
21022026-04-07T18:14:27.086Z Checking ahash v0.8.12
21032026-04-07T18:14:27.123Z Checking crypto-bigint v0.5.5
21042026-04-07T18:14:27.218Z Checking flate2 v1.1.9
21052026-04-07T18:14:27.266Z Checking thread-id v5.1.0
21062026-04-07T18:14:27.303Z Checking tokio-rustls v0.26.4
21072026-04-07T18:14:27.308Z Checking psl-types v2.0.11
21082026-04-07T18:14:27.336Z Checking quick-error v1.2.3
21092026-04-07T18:14:27.403Z Checking cookie v0.18.1
21102026-04-07T18:14:27.476Z Checking publicsuffix v2.3.0
21112026-04-07T18:14:27.512Z Checking rusty-fork v0.3.1
21122026-04-07T18:14:27.548Z Checking rand_xorshift v0.4.0
21132026-04-07T18:14:27.551Z Checking hyper-rustls v0.27.7
21142026-04-07T18:14:27.649Z Checking scroll v0.12.0
21152026-04-07T18:14:27.685Z Checking unarray v0.1.4
21162026-04-07T18:14:27.720Z Checking cookie_store v0.22.1
21172026-04-07T18:14:27.724Z Checking rustls-platform-verifier v0.6.2
21182026-04-07T18:14:27.804Z Checking num-bigint-dig v0.8.6
21192026-04-07T18:14:27.840Z Checking proptest v1.10.0
21202026-04-07T18:14:27.895Z Checking goblin v0.8.2
21212026-04-07T18:14:27.932Z Checking pkcs1 v0.7.5
21222026-04-07T18:14:28.020Z Checking elliptic-curve v0.13.8
21232026-04-07T18:14:28.067Z Checking x509-cert v0.2.5
21242026-04-07T18:14:28.159Z Checking zerocopy v0.7.35
21252026-04-07T18:14:28.335Z Checking native-tls v0.2.18
21262026-04-07T18:14:28.371Z Checking unicode-segmentation v1.12.0
21272026-04-07T18:14:28.538Z Checking tokio-native-tls v0.3.1
21282026-04-07T18:14:28.627Z Checking rsa v0.9.10
21292026-04-07T18:14:28.665Z Checking reqwest v0.13.2
21302026-04-07T18:14:28.706Z Checking dtrace-parser v0.2.0
21312026-04-07T18:14:28.744Z Checking dof v0.4.0
21322026-04-07T18:14:28.748Z Checking hyper-tls v0.6.0
21332026-04-07T18:14:28.748Z Checking rfc6979 v0.4.0
21342026-04-07T18:14:28.951Z Checking thread-id v4.2.2
21352026-04-07T18:14:28.989Z Checking toml_write v0.1.2
21362026-04-07T18:14:28.993Z Checking reqwest v0.12.28
21372026-04-07T18:14:29.062Z Checking ecdsa v0.16.9
21382026-04-07T18:14:29.118Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-04-07T18:14:29.182Z Checking toml_edit v0.22.27
21402026-04-07T18:14:29.383Z Checking usdt-impl v0.6.0
21412026-04-07T18:14:29.422Z Checking curve25519-dalek v4.1.3
21422026-04-07T18:14:29.470Z Checking memoffset v0.9.1
21432026-04-07T18:14:29.513Z Checking rustix v0.38.44
21442026-04-07T18:14:29.578Z Checking env_filter v1.0.0
21452026-04-07T18:14:29.615Z Checking newtype-uuid v1.3.2
21462026-04-07T18:14:29.686Z Checking usdt v0.6.0
21472026-04-07T18:14:29.752Z Checking keccak v0.1.6
21482026-04-07T18:14:29.789Z Checking dof v0.3.0
21492026-04-07T18:14:29.845Z Checking daft v0.1.5
21502026-04-07T18:14:29.895Z Checking env_logger v0.11.9
21512026-04-07T18:14:29.929Z Checking ed25519 v2.2.3
21522026-04-07T18:14:29.967Z Checking sha3 v0.10.8
21532026-04-07T18:14:30.099Z Checking usdt-impl v0.5.0
21542026-04-07T18:14:30.136Z Checking itertools v0.13.0
21552026-04-07T18:14:30.141Z Checking serde_with v3.17.0
21562026-04-07T18:14:30.207Z Checking siphasher v1.0.2
21572026-04-07T18:14:30.215Z Checking bitflags v1.3.2
21582026-04-07T18:14:30.275Z Checking ed25519-dalek v2.2.0
21592026-04-07T18:14:30.312Z Checking unicode-normalization v0.1.25
21602026-04-07T18:14:30.350Z Checking signal-hook v0.3.18
21612026-04-07T18:14:30.355Z Checking winnow v0.5.40
21622026-04-07T18:14:30.419Z Checking managed v0.8.0
21632026-04-07T18:14:30.423Z Checking nix v0.31.1
21642026-04-07T18:14:30.525Z Checking bzip2-sys v0.1.13+1.0.8
21652026-04-07T18:14:30.563Z Checking object v0.37.3
21662026-04-07T18:14:30.630Z Checking foldhash v0.1.5
21672026-04-07T18:14:30.667Z Checking bzip2 v0.4.4
21682026-04-07T18:14:30.724Z Checking signal-hook-mio v0.2.5
21692026-04-07T18:14:30.787Z Checking hashbrown v0.15.5
21702026-04-07T18:14:30.852Z Checking ref-cast v1.0.25
21712026-04-07T18:14:30.856Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-04-07T18:14:30.978Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-04-07T18:14:31.026Z Checking zstd-safe v7.2.4
21742026-04-07T18:14:31.158Z Checking zip v0.6.6
21752026-04-07T18:14:31.200Z Checking libbz2-rs-sys v0.2.2
21762026-04-07T18:14:31.239Z Checking bumpalo v3.20.2
21772026-04-07T18:14:31.275Z Checking zstd v0.13.3
21782026-04-07T18:14:31.451Z Checking crossterm v0.28.1
21792026-04-07T18:14:31.489Z Checking zopfli v0.8.3
21802026-04-07T18:14:31.493Z Checking similar v2.7.0
21812026-04-07T18:14:31.556Z Checking toml_edit v0.19.15
21822026-04-07T18:14:31.561Z Checking tokio-stream v0.1.18
21832026-04-07T18:14:31.626Z Checking bzip2 v0.6.1
21842026-04-07T18:14:31.635Z Checking fs-err v3.3.0
21852026-04-07T18:14:31.813Z Checking hash32 v0.2.1
21862026-04-07T18:14:31.851Z Checking serde-big-array v0.5.1
21872026-04-07T18:14:31.913Z Checking jiff v0.2.21
21882026-04-07T18:14:31.974Z Checking unicode-bidi v0.3.18
21892026-04-07T18:14:32.028Z Checking predicates-core v1.0.10
21902026-04-07T18:14:32.037Z Checking unicode-properties v0.1.4
21912026-04-07T18:14:32.043Z Checking heapless v0.7.17
21922026-04-07T18:14:32.158Z Checking hickory-proto v0.25.2
21932026-04-07T18:14:32.162Z Checking md-5 v0.10.6
21942026-04-07T18:14:32.258Z Checking float-cmp v0.10.0
21952026-04-07T18:14:32.295Z Checking stringprep v0.1.5
21962026-04-07T18:14:32.359Z Checking fallible-iterator v0.2.0
21972026-04-07T18:14:32.411Z Checking normalize-line-endings v0.3.0
21982026-04-07T18:14:32.468Z Checking rustc-hash v2.1.1
21992026-04-07T18:14:32.506Z Checking difflib v0.4.0
22002026-04-07T18:14:32.543Z Checking smoltcp v0.9.1
22012026-04-07T18:14:32.582Z Checking toml v0.7.8
22022026-04-07T18:14:32.619Z Checking iddqd v0.3.17
22032026-04-07T18:14:32.655Z Checking postgres-protocol v0.6.10
22042026-04-07T18:14:32.711Z Checking predicates v3.1.4
22052026-04-07T18:14:32.840Z Checking phf_shared v0.13.1
22062026-04-07T18:14:32.915Z Checking phf_shared v0.11.3
22072026-04-07T18:14:32.984Z Checking buf-list v1.1.2
22082026-04-07T18:14:33.030Z Checking strum v0.27.2
22092026-04-07T18:14:33.065Z Checking fixedbitset v0.5.7
22102026-04-07T18:14:33.102Z Checking new_debug_unreachable v1.0.6
22112026-04-07T18:14:33.153Z Checking precomputed-hash v0.1.1
22122026-04-07T18:14:33.191Z Checking lalrpop-util v0.19.12
22132026-04-07T18:14:33.195Z Checking fixedbitset v0.4.2
22142026-04-07T18:14:33.258Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22152026-04-07T18:14:33.295Z Checking string_cache v0.8.9
22162026-04-07T18:14:33.300Z Checking petgraph v0.8.3
22172026-04-07T18:14:33.373Z Checking phf v0.13.1
22182026-04-07T18:14:33.408Z Checking petgraph v0.6.5
22192026-04-07T18:14:33.467Z Checking postgres-types v0.2.12
22202026-04-07T18:14:33.503Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-04-07T18:14:33.544Z Checking whoami v2.1.0
22222026-04-07T18:14:33.764Z Checking peg-runtime v0.8.5
22232026-04-07T18:14:33.802Z Checking tokio-postgres v0.7.16
22242026-04-07T18:14:33.937Z Checking futures-executor v0.3.32
22252026-04-07T18:14:33.972Z Checking is-terminal v0.4.17
22262026-04-07T18:14:34.092Z Checking crossbeam-channel v0.5.15
22272026-04-07T18:14:34.129Z Checking futures v0.3.32
22282026-04-07T18:14:34.133Z Checking zip v4.6.1
22292026-04-07T18:14:34.236Z Compiling structmeta-derive v0.3.0
22302026-04-07T18:14:34.448Z Checking thread_local v1.1.9
22312026-04-07T18:14:34.644Z Checking term v1.2.1
22322026-04-07T18:14:34.683Z Checking take_mut v0.2.2
22332026-04-07T18:14:34.743Z Compiling newtype-uuid-macros v0.1.0
22342026-04-07T18:14:34.815Z Checking slog-async v2.8.0
22352026-04-07T18:14:34.892Z Compiling rustls v0.22.4
22362026-04-07T18:14:34.933Z Checking slog-term v2.9.2
22372026-04-07T18:14:34.940Z Compiling multer v3.1.0
22382026-04-07T18:14:35.030Z Checking regress v0.10.5
22392026-04-07T18:14:35.066Z Compiling async-stream-impl v0.3.6
22402026-04-07T18:14:35.147Z Compiling dropshot v0.16.7
22412026-04-07T18:14:35.221Z Compiling dropshot_endpoint v0.16.7
22422026-04-07T18:14:35.266Z Checking match_cfg v0.1.0
22432026-04-07T18:14:35.326Z Compiling structmeta v0.3.0
22442026-04-07T18:14:35.363Z Checking hostname v0.3.1
22452026-04-07T18:14:35.472Z Checking slog-json v2.6.1
22462026-04-07T18:14:35.507Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22472026-04-07T18:14:35.541Z Checking debug-ignore v1.0.5
22482026-04-07T18:14:35.609Z Compiling derive-ex v0.1.8
22492026-04-07T18:14:35.648Z Checking slog-bunyan v2.5.0
22502026-04-07T18:14:35.685Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-04-07T18:14:35.689Z Checking serde_spanned v1.0.4
22522026-04-07T18:14:35.758Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-04-07T18:14:35.794Z Checking progenitor-client v0.13.0
22542026-04-07T18:14:35.874Z Checking rustls-webpki v0.102.8
22552026-04-07T18:14:35.912Z Checking serde_path_to_error v0.1.20
22562026-04-07T18:14:35.963Z Checking async-stream v0.3.6
22572026-04-07T18:14:36.107Z Checking waitgroup v0.1.2
22582026-04-07T18:14:36.143Z Checking rustls-pemfile v2.2.0
22592026-04-07T18:14:36.199Z Checking hostname v0.4.2
22602026-04-07T18:14:36.237Z Checking toml v0.9.12+spec-1.1.0
22612026-04-07T18:14:36.308Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-04-07T18:14:36.312Z Compiling parse-display-derive v0.10.0
22632026-04-07T18:14:36.375Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-04-07T18:14:36.439Z Checking itertools v0.14.0
22652026-04-07T18:14:36.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662026-04-07T18:14:36.537Z Checking macaddr v1.0.1
22672026-04-07T18:14:36.745Z Checking instant v0.1.13
22682026-04-07T18:14:36.831Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-04-07T18:14:36.867Z Checking progenitor-client v0.10.0
22702026-04-07T18:14:36.900Z Checking backoff v0.4.0
22712026-04-07T18:14:36.954Z Checking backon v1.6.0
22722026-04-07T18:14:37.086Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22732026-04-07T18:14:37.123Z Checking unicode-width v0.2.0
22742026-04-07T18:14:37.194Z Checking progenitor-extras v0.1.1
22752026-04-07T18:14:37.280Z Compiling test-strategy v0.4.5
22762026-04-07T18:14:37.430Z Checking heck v0.5.0
22772026-04-07T18:14:37.467Z Checking toml v0.8.23
22782026-04-07T18:14:37.510Z Compiling convert_case v0.4.0
22792026-04-07T18:14:37.576Z Checking half v2.7.1
22802026-04-07T18:14:37.581Z Checking ciborium-io v0.2.2
22812026-04-07T18:14:37.709Z Checking tokio-rustls v0.25.0
22822026-04-07T18:14:37.746Z Checking secrecy v0.10.3
22832026-04-07T18:14:37.810Z Compiling unsafe-libyaml v0.2.11
22842026-04-07T18:14:37.858Z Checking ciborium-ll v0.2.2
22852026-04-07T18:14:37.894Z Checking indent_write v2.2.0
22862026-04-07T18:14:37.926Z Compiling derive_more v0.99.20
22872026-04-07T18:14:37.999Z Checking parse-display v0.10.0
22882026-04-07T18:14:38.048Z Checking camino-tempfile v1.4.1
22892026-04-07T18:14:38.083Z Checking ciborium v0.2.2
22902026-04-07T18:14:38.171Z Checking universal-hash v0.5.1
22912026-04-07T18:14:38.231Z Checking opaque-debug v0.3.1
22922026-04-07T18:14:38.322Z Compiling crucible-workspace-hack v0.1.0
22932026-04-07T18:14:38.362Z Compiling serde_yaml v0.9.34+deprecated
22942026-04-07T18:14:38.522Z Checking aead v0.5.2
22952026-04-07T18:14:38.589Z Checking poly1305 v0.8.0
22962026-04-07T18:14:38.633Z Compiling typify-impl v0.6.1
22972026-04-07T18:14:38.818Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22982026-04-07T18:14:38.868Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992026-04-07T18:14:39.201Z Checking chacha20 v0.9.1
23002026-04-07T18:14:39.240Z Compiling thiserror-impl-no-std v2.0.2
23012026-04-07T18:14:39.426Z Checking swrite v0.1.0
23022026-04-07T18:14:39.553Z Checking password-hash v0.5.0
23032026-04-07T18:14:39.809Z Checking blake2 v0.10.6
23042026-04-07T18:14:39.849Z Checking chacha20poly1305 v0.10.1
23052026-04-07T18:14:39.883Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062026-04-07T18:14:40.532Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-04-07T18:14:40.552Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-04-07T18:14:40.552Z Checking argon2 v0.5.3
23092026-04-07T18:14:40.552Z Checking byte-wrapper v0.1.0
23102026-04-07T18:14:40.553Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23112026-04-07T18:14:40.553Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-04-07T18:14:40.553Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-04-07T18:14:40.553Z Checking crossbeam-deque v0.8.6
23142026-04-07T18:14:40.592Z Checking thiserror-no-std v2.0.2
23152026-04-07T18:14:40.622Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23162026-04-07T18:14:40.699Z Checking vsss-rs v3.3.4
23172026-04-07T18:14:40.738Z Compiling rayon-core v1.13.0
23182026-04-07T18:14:40.773Z Compiling proc-macro-error v1.0.4
23192026-04-07T18:14:41.109Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-04-07T18:14:41.295Z Checking unicode-width v0.1.14
23212026-04-07T18:14:41.344Z Checking rayon v1.11.0
23222026-04-07T18:14:41.571Z Checking glob v0.3.3
23232026-04-07T18:14:41.628Z Checking tabwriter v1.4.1
23242026-04-07T18:14:41.778Z Compiling proc-macro-crate v3.4.0
23252026-04-07T18:14:41.813Z Compiling heapless v0.8.0
23262026-04-07T18:14:41.848Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23272026-04-07T18:14:42.069Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23282026-04-07T18:14:42.183Z Compiling ingot-macros v0.1.1
23292026-04-07T18:14:42.218Z Checking hash32 v0.3.1
23302026-04-07T18:14:42.318Z Compiling smoltcp v0.11.0
23312026-04-07T18:14:42.355Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-07T18:14:42.634Z Checking cobs v0.3.0
23332026-04-07T18:14:42.730Z Compiling usdt-attr-macro v0.5.0
23342026-04-07T18:14:42.788Z Compiling usdt-macro v0.5.0
23352026-04-07T18:14:42.823Z Checking memmap v0.7.0
23362026-04-07T18:14:42.827Z Checking colored v3.1.1
23372026-04-07T18:14:42.985Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-04-07T18:14:43.021Z Checking postcard v1.1.3
23392026-04-07T18:14:43.112Z Compiling typify-macro v0.6.1
23402026-04-07T18:14:43.239Z Compiling num_enum_derive v0.7.5
23412026-04-07T18:14:43.335Z Compiling proc-macro-crate v1.3.1
23422026-04-07T18:14:43.524Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-07T18:14:43.561Z Checking usdt v0.5.0
23442026-04-07T18:14:43.830Z Checking sigpipe v0.1.3
23452026-04-07T18:14:43.837Z Compiling foreign-types-macros v0.2.3
23462026-04-07T18:14:43.837Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-07T18:14:43.868Z Checking cpufeatures v0.3.0
23482026-04-07T18:14:43.972Z Checking foreign-types-shared v0.3.1
23492026-04-07T18:14:44.089Z Checking chacha20 v0.10.0
23502026-04-07T18:14:44.125Z Compiling num_enum_derive v0.5.11
23512026-04-07T18:14:44.299Z Checking num_enum v0.7.5
23522026-04-07T18:14:44.392Z Checking cstr-argument v0.1.2
23532026-04-07T18:14:44.396Z Checking foreign-types v0.5.0
23542026-04-07T18:14:44.459Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-04-07T18:14:44.491Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-07T18:14:44.529Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-04-07T18:14:44.565Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-04-07T18:14:44.780Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23592026-04-07T18:14:44.823Z Checking rand v0.10.0
23602026-04-07T18:14:44.859Z Compiling typify v0.6.1
23612026-04-07T18:14:44.903Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23622026-04-07T18:14:45.034Z Compiling progenitor-impl v0.13.0
23632026-04-07T18:14:45.037Z Checking ingot-types v0.1.2
23642026-04-07T18:14:45.064Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23652026-04-07T18:14:45.068Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23662026-04-07T18:14:45.219Z Checking num_enum v0.5.11
23672026-04-07T18:14:45.254Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23682026-04-07T18:14:45.320Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23692026-04-07T18:14:45.358Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23702026-04-07T18:14:45.429Z Compiling zone_cfg_derive v0.3.1
23712026-04-07T18:14:45.464Z Checking ingot v0.1.1
23722026-04-07T18:14:45.557Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23732026-04-07T18:14:45.682Z Checking itertools v0.12.1
23742026-04-07T18:14:45.760Z Compiling num-derive v0.4.2
23752026-04-07T18:14:46.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-04-07T18:14:46.115Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23772026-04-07T18:14:46.296Z Checking smf v0.2.3
23782026-04-07T18:14:46.376Z Checking whoami v1.6.1
23792026-04-07T18:14:46.430Z Checking tokio-dtrace v0.1.1
23802026-04-07T18:14:46.555Z Compiling derive-where v1.6.0
23812026-04-07T18:14:46.589Z Checking console v0.15.11
23822026-04-07T18:14:46.645Z Checking oxide-tokio-rt v0.1.3
23832026-04-07T18:14:46.707Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23842026-04-07T18:14:46.742Z Checking zone v0.3.1
23852026-04-07T18:14:46.836Z Checking atomicwrites v0.4.4
23862026-04-07T18:14:46.891Z Checking newline-converter v0.3.0
23872026-04-07T18:14:46.952Z Checking bytecount v0.6.9
23882026-04-07T18:14:46.994Z Compiling owo-colors v4.3.0
23892026-04-07T18:14:47.030Z Checking expectorate v1.2.0
23902026-04-07T18:14:47.082Z Compiling cancel-safe-futures v0.1.5
23912026-04-07T18:14:47.116Z Checking libsw-core v0.3.2
23922026-04-07T18:14:47.149Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23932026-04-07T18:14:47.182Z Compiling prettyplease v0.2.37
23942026-04-07T18:14:47.282Z Checking libsw v3.5.0
23952026-04-07T18:14:47.497Z Checking linear-map v1.2.0
23962026-04-07T18:14:47.540Z Checking same-file v1.0.6
23972026-04-07T18:14:47.654Z Checking num-rational v0.4.2
23982026-04-07T18:14:47.689Z Checking walkdir v2.5.0
23992026-04-07T18:14:47.693Z Compiling progenitor-macro v0.13.0
24002026-04-07T18:14:47.693Z Checking num-complex v0.4.6
24012026-04-07T18:14:47.875Z Checking float-ord v0.3.2
24022026-04-07T18:14:47.879Z Checking gethostname v0.5.0
24032026-04-07T18:14:47.975Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-04-07T18:14:48.010Z Compiling async-recursion v1.1.1
24052026-04-07T18:14:48.014Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-04-07T18:14:48.078Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-04-07T18:14:48.082Z Checking num v0.4.3
24082026-04-07T18:14:48.271Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-07T18:14:48.801Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-07T18:14:49.274Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-07T18:14:49.739Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122026-04-07T18:14:51.442Z Checking smawk v0.3.2
24132026-04-07T18:14:51.504Z Checking unicode-linebreak v0.1.5
24142026-04-07T18:14:51.603Z Checking resolv-conf v0.7.6
24152026-04-07T18:14:51.741Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-07T18:14:51.814Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24172026-04-07T18:14:52.043Z Checking globset v0.4.18
24182026-04-07T18:14:52.349Z Compiling convert_case v0.10.0
24192026-04-07T18:14:52.503Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24202026-04-07T18:14:52.620Z Checking progenitor v0.13.0
24212026-04-07T18:14:52.682Z Compiling slog-dtrace v0.3.0
24222026-04-07T18:14:52.717Z Compiling derive_more-impl v2.1.1
24232026-04-07T18:14:52.781Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24242026-04-07T18:14:53.091Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-04-07T18:14:53.268Z Compiling pin-project-internal v1.1.11
24262026-04-07T18:14:53.353Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-04-07T18:14:53.592Z Checking derive_more v2.1.1
24282026-04-07T18:14:53.698Z Checking crossterm v0.29.0
24292026-04-07T18:14:53.733Z Checking pem v3.0.6
24302026-04-07T18:14:53.767Z Checking fd-lock v4.0.4
24312026-04-07T18:14:53.915Z Checking vte v0.14.1
24322026-04-07T18:14:53.919Z Checking display-error-chain v0.2.2
24332026-04-07T18:14:54.066Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24342026-04-07T18:14:54.132Z Checking strip-ansi-escapes v0.2.1
24352026-04-07T18:14:54.230Z Compiling snafu-derive v0.8.9
24362026-04-07T18:14:54.266Z Checking nu-ansi-term v0.50.3
24372026-04-07T18:14:54.299Z Checking termtree v0.5.1
24382026-04-07T18:14:54.411Z Checking pin-project v1.1.11
24392026-04-07T18:14:54.465Z Checking linked-hash-map v0.5.6
24402026-04-07T18:14:54.500Z Checking reedline v0.40.0
24412026-04-07T18:14:54.539Z Checking textwrap v0.16.2
24422026-04-07T18:14:54.662Z Checking lru-cache v0.1.2
24432026-04-07T18:14:54.781Z Checking olpc-cjson v0.1.4
24442026-04-07T18:14:54.817Z Checking hickory-proto v0.24.4
24452026-04-07T18:14:54.980Z Checking serde_plain v1.0.2
24462026-04-07T18:14:55.159Z Checking typed-path v0.9.3
24472026-04-07T18:14:55.472Z Compiling minimal-lexical v0.2.1
24482026-04-07T18:14:55.581Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-04-07T18:14:55.700Z Compiling nom v7.1.3
24502026-04-07T18:14:55.759Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-04-07T18:14:55.967Z Compiling ar_archive_writer v0.5.1
24522026-04-07T18:14:56.079Z Checking humantime v2.3.0
24532026-04-07T18:14:56.150Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24542026-04-07T18:14:56.202Z Checking snafu v0.8.9
24552026-04-07T18:14:56.286Z Checking csv-core v0.1.13
24562026-04-07T18:14:56.366Z Compiling stacker v0.1.23
24572026-04-07T18:14:56.468Z Checking tough v0.20.0
24582026-04-07T18:14:56.506Z Checking csv v1.4.0
24592026-04-07T18:14:56.623Z Checking highway v1.3.0
24602026-04-07T18:14:56.660Z Compiling cfg_aliases v0.1.1
24612026-04-07T18:14:56.707Z Checking hickory-resolver v0.24.4
24622026-04-07T18:14:56.763Z Compiling nix v0.28.0
24632026-04-07T18:14:56.842Z Compiling psm v0.1.30
24642026-04-07T18:14:56.909Z Checking papergrid v0.11.0
24652026-04-07T18:14:56.950Z Compiling tabled_derive v0.7.0
24662026-04-07T18:14:57.034Z Checking nibble_vec v0.1.0
24672026-04-07T18:14:57.132Z Checking endian-type v0.1.2
24682026-04-07T18:14:57.190Z Checking home v0.5.12
24692026-04-07T18:14:57.286Z Checking radix_trie v0.2.1
24702026-04-07T18:14:57.402Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24712026-04-07T18:14:57.470Z Checking qorb v0.4.1
24722026-04-07T18:14:57.518Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-04-07T18:14:57.555Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24742026-04-07T18:14:57.739Z Checking phf_shared v0.12.1
24752026-04-07T18:14:57.896Z Compiling recursive-proc-macro-impl v0.1.1
24762026-04-07T18:14:57.990Z Compiling chrono-tz v0.10.4
24772026-04-07T18:14:57.995Z Checking tabled v0.15.0
24782026-04-07T18:14:58.068Z Compiling semver v0.1.20
24792026-04-07T18:14:58.184Z Checking phf v0.12.1
24802026-04-07T18:14:58.331Z Checking recursive v0.1.1
24812026-04-07T18:14:58.366Z Compiling rustc_version v0.1.7
24822026-04-07T18:14:58.403Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-04-07T18:14:58.471Z Compiling const_format_proc_macros v0.2.34
24842026-04-07T18:14:58.475Z Compiling peg-macros v0.8.5
24852026-04-07T18:14:58.611Z Checking winnow v0.6.26
24862026-04-07T18:14:58.662Z Compiling sqlparser_derive v0.5.0
24872026-04-07T18:14:58.945Z Checking unicode_categories v0.1.1
24882026-04-07T18:14:59.298Z Checking const_format v0.2.35
24892026-04-07T18:14:59.353Z Checking rustyline v14.0.0
24902026-04-07T18:14:59.440Z Checking sqlparser v0.61.0
24912026-04-07T18:14:59.728Z Compiling newtype_derive v0.1.6
24922026-04-07T18:14:59.762Z Checking sqlformat v0.3.5
24932026-04-07T18:14:59.883Z Checking peg v0.8.5
24942026-04-07T18:15:00.022Z Checking bcs v0.1.6
24952026-04-07T18:15:00.256Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24962026-04-07T18:15:00.292Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24972026-04-07T18:15:00.296Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24982026-04-07T18:15:00.472Z Checking steno v0.4.1
24992026-04-07T18:15:00.506Z Checking filetime v0.2.27
25002026-04-07T18:15:00.573Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25012026-04-07T18:15:00.674Z Checking xattr v1.6.1
25022026-04-07T18:15:00.841Z Checking tar v0.4.45
25032026-04-07T18:15:01.255Z Checking subprocess v0.2.15
25042026-04-07T18:15:01.324Z Checking base64 v0.21.7
25052026-04-07T18:15:01.386Z Checking headers-core v0.3.0
25062026-04-07T18:15:01.559Z Checking headers v0.4.1
25072026-04-07T18:15:01.592Z Checking yasna v0.5.2
25082026-04-07T18:15:01.596Z Checking dropshot-api-manager-types v0.6.0
25092026-04-07T18:15:01.812Z Checking tagptr v0.2.0
25102026-04-07T18:15:01.978Z Checking moka v0.12.13
25112026-04-07T18:15:02.014Z Checking rcgen v0.12.1
25122026-04-07T18:15:02.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-04-07T18:15:02.246Z Checking utf-8 v0.7.6
25142026-04-07T18:15:02.354Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25152026-04-07T18:15:02.408Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25162026-04-07T18:15:02.495Z Compiling radium v0.7.0
25172026-04-07T18:15:02.531Z Compiling libefi-sys v0.1.0
25182026-04-07T18:15:02.641Z Checking hickory-resolver v0.25.2
25192026-04-07T18:15:02.843Z Compiling bitfield-struct v0.6.2
25202026-04-07T18:15:02.877Z Compiling maybe-uninit v2.0.0
25212026-04-07T18:15:02.929Z Checking tap v1.0.1
25222026-04-07T18:15:03.062Z Checking wyz v0.5.1
25232026-04-07T18:15:03.100Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-04-07T18:15:03.351Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25252026-04-07T18:15:03.442Z Compiling zerocopy-derive v0.6.6
25262026-04-07T18:15:03.484Z Compiling packed_struct v0.10.1
25272026-04-07T18:15:03.517Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-04-07T18:15:03.759Z Checking crc-catalog v2.4.0
25292026-04-07T18:15:03.793Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25302026-04-07T18:15:03.829Z Checking funty v2.0.0
25312026-04-07T18:15:03.880Z Checking crc v3.4.0
25322026-04-07T18:15:03.916Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-07T18:15:04.131Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25342026-04-07T18:15:04.169Z Checking bitvec v1.0.1
25352026-04-07T18:15:04.239Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25362026-04-07T18:15:04.293Z Checking zerocopy v0.6.6
25372026-04-07T18:15:04.327Z Checking tungstenite v0.21.0
25382026-04-07T18:15:04.330Z Compiling packed_struct_codegen v0.10.1
25392026-04-07T18:15:04.361Z Compiling bitfield-macros v0.19.4
25402026-04-07T18:15:04.605Z Compiling indexmap v1.9.3
25412026-04-07T18:15:04.762Z Checking nodrop v0.1.14
25422026-04-07T18:15:04.887Z Checking tokio-tungstenite v0.21.0
25432026-04-07T18:15:04.920Z Checking array-init v0.0.4
25442026-04-07T18:15:05.133Z Checking bitfield v0.19.4
25452026-04-07T18:15:05.200Z Checking smallvec v0.6.14
25462026-04-07T18:15:05.261Z Checking hashbrown v0.12.3
25472026-04-07T18:15:05.431Z Checking serde-hex v0.1.0
25482026-04-07T18:15:05.465Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-04-07T18:15:05.498Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25502026-04-07T18:15:05.651Z Checking ron v0.8.1
25512026-04-07T18:15:06.050Z Checking hashbrown v0.13.2
25522026-04-07T18:15:06.118Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-04-07T18:15:06.187Z Checking crc-any v2.5.0
25542026-04-07T18:15:06.389Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-04-07T18:15:06.424Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25562026-04-07T18:15:06.460Z Checking path-slash v0.1.5
25572026-04-07T18:15:06.494Z Checking object v0.30.4
25582026-04-07T18:15:06.578Z Compiling xshell-macros v0.2.7
25592026-04-07T18:15:06.613Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25602026-04-07T18:15:06.616Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25612026-04-07T18:15:06.924Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25622026-04-07T18:15:06.975Z Checking xshell v0.2.7
25632026-04-07T18:15:07.036Z Checking half v1.8.3
25642026-04-07T18:15:07.186Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25652026-04-07T18:15:07.253Z Checking serde_cbor v0.11.2
25662026-04-07T18:15:07.582Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25672026-04-07T18:15:07.815Z Compiling num-derive v0.3.3
25682026-04-07T18:15:07.849Z Compiling proc-macro-error-attr2 v2.0.0
25692026-04-07T18:15:07.948Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25702026-04-07T18:15:07.995Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25712026-04-07T18:15:08.162Z Checking papergrid v0.17.0
25722026-04-07T18:15:08.262Z Compiling proc-macro-error2 v2.0.1
25732026-04-07T18:15:08.590Z Checking testing_table v0.3.0
25742026-04-07T18:15:08.625Z Compiling tabled_derive v0.11.0
25752026-04-07T18:15:08.707Z Checking libscf-sys v1.1.0
25762026-04-07T18:15:08.742Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25772026-04-07T18:15:08.867Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25782026-04-07T18:15:08.957Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25792026-04-07T18:15:09.101Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25802026-04-07T18:15:09.250Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25812026-04-07T18:15:09.346Z Checking maplit v1.0.2
25822026-04-07T18:15:09.458Z Checking fxhash v0.2.1
25832026-04-07T18:15:09.565Z Checking crc8 v0.1.1
25842026-04-07T18:15:09.608Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25852026-04-07T18:15:09.641Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-04-07T18:15:09.688Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25872026-04-07T18:15:09.800Z Checking tabled v0.20.0
25882026-04-07T18:15:09.885Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25892026-04-07T18:15:10.251Z Checking unicase v2.9.0
25902026-04-07T18:15:10.439Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25912026-04-07T18:15:10.511Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-04-07T18:15:10.694Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25932026-04-07T18:15:10.806Z Checking kstat-rs v0.2.4
25942026-04-07T18:15:10.899Z Compiling diesel_derives v2.3.7
25952026-04-07T18:15:11.057Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-04-07T18:15:11.090Z Compiling typify-impl v0.4.3
25972026-04-07T18:15:11.195Z Checking scheduled-thread-pool v0.2.7
25982026-04-07T18:15:11.371Z Compiling dsl_auto_type v0.2.0
25992026-04-07T18:15:11.434Z Checking arc-swap v1.8.2
26002026-04-07T18:15:11.692Z Compiling vergen-gitcl v1.0.8
26012026-04-07T18:15:11.855Z Compiling diesel_table_macro_syntax v0.3.0
26022026-04-07T18:15:11.911Z Compiling parking_lot_core v0.8.6
26032026-04-07T18:15:12.006Z Checking slog-scope v4.4.1
26042026-04-07T18:15:12.039Z Checking r2d2 v0.8.10
26052026-04-07T18:15:12.171Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26062026-04-07T18:15:12.243Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26072026-04-07T18:15:12.508Z Compiling git-stub v1.0.0
26082026-04-07T18:15:12.590Z Checking downcast-rs v2.0.2
26092026-04-07T18:15:12.718Z Compiling git-stub-vcs v0.1.0
26102026-04-07T18:15:12.966Z Checking slog-stdlog v4.1.1
26112026-04-07T18:15:13.089Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26122026-04-07T18:15:13.093Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-04-07T18:15:13.158Z Checking slog-envlogger v2.2.0
26142026-04-07T18:15:13.335Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26152026-04-07T18:15:13.436Z Checking parking_lot v0.11.2
26162026-04-07T18:15:13.592Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26172026-04-07T18:15:13.656Z Checking prefix-trie v0.7.0
26182026-04-07T18:15:13.867Z Checking sled v0.34.7
26192026-04-07T18:15:13.899Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26202026-04-07T18:15:13.933Z Checking nanorand v0.7.0
26212026-04-07T18:15:14.012Z Checking hickory-server v0.25.2
26222026-04-07T18:15:14.090Z Compiling dirs-sys-next v0.1.2
26232026-04-07T18:15:14.158Z Compiling crunchy v0.2.4
26242026-04-07T18:15:14.403Z Compiling dirs-next v2.0.0
26252026-04-07T18:15:14.492Z Checking flume v0.11.1
26262026-04-07T18:15:14.527Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26272026-04-07T18:15:14.560Z Compiling clang-sys v1.8.1
26282026-04-07T18:15:14.596Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26292026-04-07T18:15:14.754Z Compiling tiny-keccak v2.0.2
26302026-04-07T18:15:15.030Z Compiling term v0.7.0
26312026-04-07T18:15:15.139Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26322026-04-07T18:15:15.178Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26332026-04-07T18:15:15.477Z Compiling salty v0.3.0
26342026-04-07T18:15:15.533Z Compiling typify-macro v0.4.3
26352026-04-07T18:15:15.628Z Compiling bit-vec v0.6.3
26362026-04-07T18:15:15.789Z Compiling ascii-canvas v3.0.0
26372026-04-07T18:15:15.871Z Compiling bit-set v0.5.3
26382026-04-07T18:15:16.085Z Checking primeorder v0.13.6
26392026-04-07T18:15:16.117Z Compiling itertools v0.10.5
26402026-04-07T18:15:16.350Z Compiling ena v0.14.4
26412026-04-07T18:15:16.403Z Compiling libloading v0.8.9
26422026-04-07T18:15:16.481Z Compiling fs-err v2.11.0
26432026-04-07T18:15:16.538Z Compiling diff v0.1.13
26442026-04-07T18:15:16.587Z Compiling regex-syntax v0.6.29
26452026-04-07T18:15:16.635Z Compiling bindgen v0.71.1
26462026-04-07T18:15:17.124Z Compiling cexpr v0.6.0
26472026-04-07T18:15:17.157Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26482026-04-07T18:15:17.190Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26492026-04-07T18:15:17.242Z Compiling typify v0.4.3
26502026-04-07T18:15:17.368Z Checking diesel v2.3.7
26512026-04-07T18:15:17.503Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26522026-04-07T18:15:17.737Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26532026-04-07T18:15:17.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-04-07T18:15:17.842Z Compiling libxml v0.3.3
26552026-04-07T18:15:18.025Z Compiling lalrpop v0.19.12
26562026-04-07T18:15:18.085Z Checking parse-size v1.1.0
26572026-04-07T18:15:18.190Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26582026-04-07T18:15:18.223Z Checking p384 v0.13.1
26592026-04-07T18:15:18.255Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26602026-04-07T18:15:18.668Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26612026-04-07T18:15:18.700Z Compiling strum_macros v0.24.3
26622026-04-07T18:15:19.115Z Checking assert_matches v1.5.0
26632026-04-07T18:15:19.219Z Compiling indoc v1.0.9
26642026-04-07T18:15:20.082Z Compiling progenitor-impl v0.10.0
26652026-04-07T18:15:20.273Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26662026-04-07T18:15:20.527Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-04-07T18:15:20.743Z Checking predicates-tree v1.0.13
26682026-04-07T18:15:20.887Z Checking quick-xml v0.37.5
26692026-04-07T18:15:21.140Z Checking derive_builder v0.20.2
26702026-04-07T18:15:21.287Z Compiling oso-derive v0.27.3
26712026-04-07T18:15:21.322Z Compiling trait-variant v0.1.2
26722026-04-07T18:15:21.774Z Compiling impl-trait-for-tuples v0.2.3
26732026-04-07T18:15:21.810Z Checking openssl-probe v0.1.6
26742026-04-07T18:15:21.872Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26752026-04-07T18:15:21.944Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26762026-04-07T18:15:22.653Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-04-07T18:15:22.689Z Compiling progenitor-macro v0.10.0
26782026-04-07T18:15:23.340Z Compiling progenitor-impl v0.11.2
26792026-04-07T18:15:23.377Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26802026-04-07T18:15:24.214Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26812026-04-07T18:15:25.327Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26822026-04-07T18:15:26.026Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26832026-04-07T18:15:26.073Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-04-07T18:15:26.571Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-04-07T18:15:26.854Z Checking toml v1.0.6+spec-1.1.0
26862026-04-07T18:15:27.049Z Compiling mime_guess v2.0.5
26872026-04-07T18:15:27.470Z Compiling progenitor-macro v0.11.2
26882026-04-07T18:15:27.578Z Checking progenitor v0.10.0
26892026-04-07T18:15:27.754Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26902026-04-07T18:15:27.985Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26912026-04-07T18:15:28.079Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26922026-04-07T18:15:28.373Z Checking progenitor-client v0.11.2
26932026-04-07T18:15:28.540Z Checking http-range v0.1.5
26942026-04-07T18:15:28.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26952026-04-07T18:15:28.693Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-04-07T18:15:28.763Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26972026-04-07T18:15:28.770Z Checking ignore v0.4.25
26982026-04-07T18:15:29.243Z Checking atty v0.2.14
26992026-04-07T18:15:29.371Z Checking globwalk v0.9.1
27002026-04-07T18:15:29.611Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27012026-04-07T18:15:29.970Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-04-07T18:15:30.205Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27032026-04-07T18:15:30.427Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-04-07T18:15:30.441Z Checking bb8 v0.8.6
27052026-04-07T18:15:30.760Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-04-07T18:15:30.809Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27072026-04-07T18:15:30.981Z Checking compression-core v0.4.31
27082026-04-07T18:15:31.048Z Checking corncobs v0.1.4
27092026-04-07T18:15:31.139Z Checking compression-codecs v0.4.37
27102026-04-07T18:15:31.200Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-04-07T18:15:31.321Z Checking diesel-dtrace v0.5.0
27122026-04-07T18:15:31.359Z Checking async-bb8-diesel v0.2.1
27132026-04-07T18:15:31.638Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-04-07T18:15:31.741Z Checking hyper-staticfile v0.10.1
27152026-04-07T18:15:31.856Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-04-07T18:15:32.000Z Checking camino-tempfile-ext v0.3.3
27172026-04-07T18:15:32.051Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-04-07T18:15:32.086Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27192026-04-07T18:15:32.224Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-04-07T18:15:32.356Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-04-07T18:15:32.413Z Checking progenitor v0.11.2
27222026-04-07T18:15:32.451Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-04-07T18:15:32.581Z Checking signal-hook-tokio v0.3.1
27242026-04-07T18:15:32.736Z Checking secrecy v0.8.0
27252026-04-07T18:15:32.898Z Compiling dropshot v0.17.0
27262026-04-07T18:15:33.005Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-04-07T18:15:33.358Z Checking async-compression v0.4.41
27282026-04-07T18:15:33.413Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-04-07T18:15:33.643Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27302026-04-07T18:15:33.813Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27312026-04-07T18:15:33.949Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322026-04-07T18:15:34.211Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27332026-04-07T18:15:34.378Z Compiling dropshot_endpoint v0.17.0
27342026-04-07T18:15:34.429Z Checking nonempty v0.12.0
27352026-04-07T18:15:34.620Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27362026-04-07T18:15:34.680Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-04-07T18:15:34.842Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-04-07T18:15:35.112Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27392026-04-07T18:15:35.147Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27402026-04-07T18:15:35.185Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-04-07T18:15:35.555Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-04-07T18:15:35.999Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27432026-04-07T18:15:36.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-04-07T18:15:36.294Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27452026-04-07T18:15:36.352Z Checking tungstenite v0.23.0
27462026-04-07T18:15:36.810Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-04-07T18:15:36.983Z Checking tokio-tungstenite v0.23.1
27482026-04-07T18:15:37.284Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27492026-04-07T18:15:37.660Z Checking rand_seeder v0.4.0
27502026-04-07T18:15:37.840Z Checking void v1.0.2
27512026-04-07T18:15:37.979Z Checking lzss v0.8.2
27522026-04-07T18:15:38.017Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27532026-04-07T18:15:38.135Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
27542026-04-07T18:15:38.201Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-04-07T18:15:38.392Z Checking nix v0.27.1
27562026-04-07T18:15:38.425Z Checking serde_bytes v0.11.19
27572026-04-07T18:15:38.635Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-04-07T18:15:38.842Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27592026-04-07T18:15:38.925Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27602026-04-07T18:15:39.029Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27612026-04-07T18:15:39.744Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27622026-04-07T18:15:39.797Z Checking is_ci v1.2.0
27632026-04-07T18:15:39.942Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27642026-04-07T18:15:40.072Z Checking yansi v1.0.1
27652026-04-07T18:15:40.287Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27662026-04-07T18:15:40.333Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27672026-04-07T18:15:40.410Z Checking pretty_assertions v1.4.1
27682026-04-07T18:15:40.555Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-04-07T18:15:40.588Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27702026-04-07T18:15:40.850Z Compiling darling_core v0.23.0
27712026-04-07T18:15:41.643Z Compiling indoc v2.0.7
27722026-04-07T18:15:41.979Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27732026-04-07T18:15:42.035Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742026-04-07T18:15:42.121Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-07T18:15:42.254Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-04-07T18:15:42.479Z Compiling instability v0.3.11
27772026-04-07T18:15:42.540Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27782026-04-07T18:15:42.860Z Compiling libz-sys v1.1.24
27792026-04-07T18:15:42.915Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-07T18:15:43.253Z Checking castaway v0.2.4
27812026-04-07T18:15:43.392Z Compiling darling_macro v0.23.0
27822026-04-07T18:15:43.396Z Checking compact_str v0.8.1
27832026-04-07T18:15:43.845Z Checking supports-color v3.0.2
27842026-04-07T18:15:43.918Z Compiling darling v0.23.0
27852026-04-07T18:15:44.008Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-04-07T18:15:44.194Z Checking unicode-truncate v1.1.0
27872026-04-07T18:15:44.230Z Checking console v0.16.2
27882026-04-07T18:15:44.372Z Checking lru v0.12.5
27892026-04-07T18:15:44.558Z Checking unit-prefix v0.5.2
27902026-04-07T18:15:44.590Z Checking cassowary v0.3.0
27912026-04-07T18:15:44.675Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27922026-04-07T18:15:44.722Z Checking indicatif v0.18.4
27932026-04-07T18:15:44.774Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-04-07T18:15:44.830Z Checking ratatui v0.29.0
27952026-04-07T18:15:44.923Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-04-07T18:15:45.295Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-04-07T18:15:46.430Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-04-07T18:15:46.430Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-04-07T18:15:47.312Z Compiling vergen-git2 v1.0.7
28002026-04-07T18:15:47.334Z Checking plotters-backend v0.3.7
28012026-04-07T18:15:47.334Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28022026-04-07T18:15:47.334Z Checking plotters-svg v0.3.7
28032026-04-07T18:15:47.334Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-04-07T18:15:47.334Z Checking colored v2.2.0
28052026-04-07T18:15:47.334Z Checking shell-words v1.1.1
28062026-04-07T18:15:47.334Z Checking cast v0.3.0
28072026-04-07T18:15:47.334Z Compiling rustls v0.21.12
28082026-04-07T18:15:47.334Z Checking plotters v0.3.7
28092026-04-07T18:15:47.334Z Checking criterion-plot v0.6.0
28102026-04-07T18:15:47.398Z Checking typeid v1.0.3
28112026-04-07T18:15:48.495Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-07T18:15:48.513Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-04-07T18:15:48.513Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-04-07T18:15:48.513Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-04-07T18:15:48.513Z Checking sct v0.7.1
28162026-04-07T18:15:48.514Z Checking rustls-webpki v0.101.7
28172026-04-07T18:15:48.514Z Checking tinytemplate v1.2.1
28182026-04-07T18:15:48.514Z Compiling nix v0.29.0
28192026-04-07T18:15:48.519Z Checking hex-literal v0.4.1
28202026-04-07T18:15:49.417Z Checking anes v0.1.6
28212026-04-07T18:15:49.434Z Checking oorandom v11.1.5
28222026-04-07T18:15:49.434Z Checking criterion v0.7.0
28232026-04-07T18:15:49.434Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-07T18:15:50.439Z Checking erased-serde v0.4.9
28252026-04-07T18:15:50.447Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28262026-04-07T18:15:50.578Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28272026-04-07T18:15:51.128Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-04-07T18:15:51.333Z Checking ordered-float v2.10.1
28292026-04-07T18:15:51.621Z Checking serde-value v0.7.0
28302026-04-07T18:15:52.069Z Checking serde-untagged v0.1.9
28312026-04-07T18:15:52.097Z Checking tokio-rustls v0.24.1
28322026-04-07T18:15:52.546Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-04-07T18:15:53.486Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-04-07T18:15:53.963Z Checking rustls-pemfile v1.0.4
28352026-04-07T18:15:53.986Z Checking twox-hash v2.1.2
28362026-04-07T18:15:53.986Z Checking unicode-xid v0.2.6
28372026-04-07T18:15:54.073Z Checking cargo-util-schemas v0.8.2
28382026-04-07T18:15:54.464Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-04-07T18:15:54.982Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-04-07T18:15:55.182Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-04-07T18:15:55.469Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-04-07T18:15:55.687Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-04-07T18:15:55.917Z Checking fatfs v0.3.6
28442026-04-07T18:15:56.540Z Checking cargo-platform v0.2.0
28452026-04-07T18:15:56.564Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-04-07T18:15:56.757Z Compiling petname v2.0.2
28472026-04-07T18:15:56.934Z Compiling seq-macro v0.3.6
28482026-04-07T18:15:57.965Z Checking cargo_metadata v0.21.0
28492026-04-07T18:15:57.970Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28502026-04-07T18:15:57.970Z Checking concurrent-queue v2.5.0
28512026-04-07T18:15:58.158Z Checking rtoolbox v0.0.3
28522026-04-07T18:15:58.161Z Checking futures-timer v3.0.3
28532026-04-07T18:15:58.242Z Checking parking v2.2.1
28542026-04-07T18:16:00.001Z Checking rpassword v7.4.0
28552026-04-07T18:16:00.025Z Checking event-listener v5.4.1
28562026-04-07T18:16:00.025Z Checking tui-tree-widget v0.23.1
28572026-04-07T18:16:00.025Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28582026-04-07T18:16:00.025Z Checking polyval v0.6.2
28592026-04-07T18:16:00.025Z Checking sapling-renderdag v0.1.0
28602026-04-07T18:16:00.025Z Checking sync-ptr v0.1.4
28612026-04-07T18:16:00.026Z Checking ghash v0.5.1
28622026-04-07T18:16:00.026Z Checking event-listener-strategy v0.5.4
28632026-04-07T18:16:00.026Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-04-07T18:16:00.026Z Checking ctr v0.9.2
28652026-04-07T18:16:00.026Z Checking constant_time_eq v0.4.2
28662026-04-07T18:16:00.026Z Checking arrayvec v0.7.6
28672026-04-07T18:16:00.026Z Checking arrayref v0.3.9
28682026-04-07T18:16:00.027Z Checking aes-gcm v0.10.3
28692026-04-07T18:16:00.027Z Checking async-lock v3.4.2
28702026-04-07T18:16:00.027Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28712026-04-07T18:16:00.027Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28722026-04-07T18:16:00.027Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28732026-04-07T18:16:00.027Z Compiling samael v0.0.19
28742026-04-07T18:16:01.560Z Checking ssh-encoding v0.2.0
28752026-04-07T18:16:01.576Z Checking blowfish v0.9.1
28762026-04-07T18:16:01.576Z Checking ssh-cipher v0.2.0
28772026-04-07T18:16:01.576Z Checking bcrypt-pbkdf v0.10.0
28782026-04-07T18:16:01.577Z Checking async-object-pool v0.2.0
28792026-04-07T18:16:01.577Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-04-07T18:16:01.595Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-04-07T18:16:01.595Z Checking serde_regex v1.1.0
28822026-04-07T18:16:01.595Z Checking password-hash v0.4.2
28832026-04-07T18:16:01.620Z Checking assert-json-diff v2.0.2
28842026-04-07T18:16:01.625Z Checking path-tree v0.8.3
28852026-04-07T18:16:02.036Z Checking stringmetrics v2.2.2
28862026-04-07T18:16:02.044Z Checking gimli v0.32.3
28872026-04-07T18:16:02.044Z Compiling target-lexicon v0.13.3
28882026-04-07T18:16:02.133Z Checking httpmock v0.8.3
28892026-04-07T18:16:03.140Z Checking pbkdf2 v0.11.0
28902026-04-07T18:16:03.153Z Checking ssh-key v0.6.7
28912026-04-07T18:16:03.411Z Checking addr2line v0.25.1
28922026-04-07T18:16:03.703Z Checking p256 v0.13.2
28932026-04-07T18:16:03.980Z Checking p521 v0.13.3
28942026-04-07T18:16:04.300Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-04-07T18:16:04.344Z Checking russh-cryptovec v0.7.3
28962026-04-07T18:16:04.509Z Checking rustc-demangle v0.1.27
28972026-04-07T18:16:04.543Z Checking md5 v0.7.0
28982026-04-07T18:16:04.600Z Compiling guppy-workspace-hack v0.1.0
28992026-04-07T18:16:04.743Z Checking russh-keys v0.45.0
29002026-04-07T18:16:04.777Z Checking backtrace v0.3.76
29012026-04-07T18:16:05.129Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-04-07T18:16:05.132Z Checking num-bigint v0.4.6
29032026-04-07T18:16:05.375Z Checking des v0.8.1
29042026-04-07T18:16:05.563Z Compiling blake3 v1.8.3
29052026-04-07T18:16:05.597Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-04-07T18:16:05.954Z Compiling target-spec v3.5.7
29072026-04-07T18:16:06.029Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-04-07T18:16:06.140Z Checking russh v0.45.0
29092026-04-07T18:16:06.461Z Checking backtrace-ext v0.2.1
29102026-04-07T18:16:06.604Z Checking cfg-expr v0.20.6
29112026-04-07T18:16:06.773Z Checking supports-color v2.1.0
29122026-04-07T18:16:06.807Z Checking textwrap v0.15.2
29132026-04-07T18:16:06.939Z Checking supports-unicode v2.1.0
29142026-04-07T18:16:07.007Z Checking supports-hyperlinks v2.1.0
29152026-04-07T18:16:07.045Z Checking hashbrown v0.14.5
29162026-04-07T18:16:07.081Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29172026-04-07T18:16:07.150Z Checking cargo-platform v0.3.2
29182026-04-07T18:16:07.302Z Checking terminal_size v0.1.17
29192026-04-07T18:16:07.356Z Compiling miette-derive v5.10.0
29202026-04-07T18:16:07.438Z Checking owo-colors v3.5.0
29212026-04-07T18:16:07.545Z Checking internet-checksum v0.2.1
29222026-04-07T18:16:07.696Z Checking chumsky v0.9.3
29232026-04-07T18:16:07.990Z Checking cargo_metadata v0.23.1
29242026-04-07T18:16:08.504Z Checking miette v5.10.0
29252026-04-07T18:16:08.736Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-04-07T18:16:08.770Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-04-07T18:16:08.849Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-04-07T18:16:08.998Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-04-07T18:16:09.177Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-04-07T18:16:09.266Z Compiling knuffel-derive v3.2.0
29312026-04-07T18:16:09.510Z Checking httptest v0.16.4
29322026-04-07T18:16:09.646Z Checking pathdiff v0.2.3
29332026-04-07T18:16:09.785Z Checking topological-sort v0.2.2
29342026-04-07T18:16:09.899Z Checking nested v0.1.1
29352026-04-07T18:16:09.958Z Checking omicron-zone-package v0.12.2
29362026-04-07T18:16:10.032Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29372026-04-07T18:16:10.088Z Checking guppy v0.17.25
29382026-04-07T18:16:10.273Z Checking similar-asserts v1.7.0
29392026-04-07T18:16:10.456Z Compiling rstest_macros v0.25.0
29402026-04-07T18:16:10.765Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29412026-04-07T18:16:10.799Z Checking knuffel v3.2.0
29422026-04-07T18:16:10.865Z Compiling target-triple v1.0.0
29432026-04-07T18:16:11.033Z Compiling git2 v0.20.4
29442026-04-07T18:16:11.067Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-04-07T18:16:11.072Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-04-07T18:16:11.217Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-04-07T18:16:11.444Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-04-07T18:16:11.477Z Checking hickory-client v0.25.2
29492026-04-07T18:16:11.783Z Checking tokio-test v0.4.5
29502026-04-07T18:16:12.013Z Compiling assert_cmd v2.1.2
29512026-04-07T18:16:12.066Z Compiling relative-path v1.9.3
29522026-04-07T18:16:12.288Z Checking escape8259 v0.5.3
29532026-04-07T18:16:12.448Z Checking libtest-mimic v0.8.1
29542026-04-07T18:16:12.842Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-04-07T18:16:12.921Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-04-07T18:16:12.976Z Checking blake2b_simd v1.0.4
29572026-04-07T18:16:13.600Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-04-07T18:16:14.014Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-04-07T18:16:14.051Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-04-07T18:16:14.407Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29612026-04-07T18:16:14.429Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29622026-04-07T18:16:14.595Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-04-07T18:16:14.656Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29642026-04-07T18:16:14.886Z Checking fancy-regex v0.14.0
29652026-04-07T18:16:15.063Z Compiling polar-core v0.27.3
29662026-04-07T18:16:15.216Z Checking serde_tokenstream v0.2.3
29672026-04-07T18:16:15.317Z Checking uzers v0.12.2
29682026-04-07T18:16:15.464Z Checking constant_time_eq v0.3.1
29692026-04-07T18:16:15.563Z Compiling linkme-impl v0.3.35
29702026-04-07T18:16:15.621Z Checking termcolor v1.4.1
29712026-04-07T18:16:15.874Z Checking trybuild v1.0.116
29722026-04-07T18:16:15.979Z Checking rust-argon2 v2.1.0
29732026-04-07T18:16:16.011Z Checking rstest v0.25.0
29742026-04-07T18:16:16.185Z Checking datatest-stable v0.3.3
29752026-04-07T18:16:16.534Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-04-07T18:16:16.598Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-04-07T18:16:16.819Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-04-07T18:16:16.877Z Checking support-bundle-viewer v0.1.2
29792026-04-07T18:16:17.151Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29802026-04-07T18:16:17.374Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-04-07T18:16:17.506Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29822026-04-07T18:16:17.611Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29832026-04-07T18:16:17.738Z Checking drift v0.1.3
29842026-04-07T18:16:17.845Z Checking rand_distr v0.5.1
29852026-04-07T18:16:18.062Z Checking multimap v0.10.1
29862026-04-07T18:16:18.275Z Checking approx v0.5.1
29872026-04-07T18:16:18.309Z Compiling linkme v0.3.35
29882026-04-07T18:16:18.443Z Checking dropshot-api-manager v0.6.0
29892026-04-07T18:16:19.571Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-04-07T18:16:19.793Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-04-07T18:16:19.961Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-04-07T18:16:19.995Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29932026-04-07T18:16:20.001Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29942026-04-07T18:16:20.065Z Checking oso v0.27.3
29952026-04-07T18:16:20.098Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-04-07T18:16:20.262Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-04-07T18:16:20.560Z Checking partial-io v0.5.4
29982026-04-07T18:16:20.605Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29992026-04-07T18:16:20.637Z Checking cargo_toml v0.21.0
30002026-04-07T18:16:20.809Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-04-07T18:16:20.849Z Checking termios v0.3.3
30022026-04-07T18:16:20.940Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-04-07T18:16:21.045Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-04-07T18:16:21.297Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-04-07T18:16:21.516Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-04-07T18:16:24.903Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-04-07T18:16:29.345Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-04-07T18:16:30.109Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-04-07T18:16:33.501Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-04-07T18:16:36.269Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-04-07T18:16:42.142Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-04-07T18:16:44.590Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-04-07T18:16:47.056Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30142026-04-07T18:16:47.582Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-04-07T18:16:48.834Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-04-07T18:16:55.909Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-04-07T18:18:10.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 57s
30182026-04-07T18:18:10.701Z
30192026-04-07T18:18:10.701Zreal 4:00.764420103
30202026-04-07T18:18:10.701Zuser 20:24.306473443
30212026-04-07T18:18:10.701Zsys 4:41.160190228
30222026-04-07T18:18:10.701Ztrap 0.486215392
30232026-04-07T18:18:10.701Ztflt 0.073934589
30242026-04-07T18:18:10.701Zdflt 0.092512316
30252026-04-07T18:18:10.701Zkflt 0.000748323
30262026-04-07T18:18:10.701Zlock 56:01.942520339
30272026-04-07T18:18:10.701Zslp 55:40.534831260
30282026-04-07T18:18:10.701Zlat 1:46.877412655
30292026-04-07T18:18:10.702Zstop 10:48.928823230
30302026-04-07T18:18:10.706Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-04-07T18:18:10.706Z+ ptime -m cargo doc --workspace --no-deps
30322026-04-07T18:18:11.554Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-04-07T18:18:11.554Z |
30342026-04-07T18:18:11.554Z = 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)`
30352026-04-07T18:18:11.554Z = 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>
30362026-04-07T18:18:12.469Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-04-07T18:18:12.694Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-04-07T18:18:12.738Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-04-07T18:18:12.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-04-07T18:18:12.895Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-04-07T18:18:12.969Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-04-07T18:18:12.994Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30432026-04-07T18:18:13.023Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-04-07T18:18:13.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-04-07T18:18:13.174Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-04-07T18:18:13.247Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-04-07T18:18:13.278Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-04-07T18:18:13.301Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-04-07T18:18:13.354Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30502026-04-07T18:18:13.377Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30512026-04-07T18:18:13.381Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30522026-04-07T18:18:13.420Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30532026-04-07T18:18:13.442Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-04-07T18:18:13.468Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30552026-04-07T18:18:13.512Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30562026-04-07T18:18:13.763Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-04-07T18:18:14.059Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30582026-04-07T18:18:14.134Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30592026-04-07T18:18:14.190Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-04-07T18:18:14.214Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-04-07T18:18:14.278Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-04-07T18:18:14.376Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-04-07T18:18:14.450Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-04-07T18:18:14.541Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30652026-04-07T18:18:14.620Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30662026-04-07T18:18:14.807Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-04-07T18:18:14.811Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30682026-04-07T18:18:14.869Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-04-07T18:18:15.033Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30702026-04-07T18:18:15.059Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-04-07T18:18:15.152Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-04-07T18:18:15.265Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-04-07T18:18:15.379Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-04-07T18:18:15.408Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-04-07T18:18:15.635Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-04-07T18:18:15.696Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30772026-04-07T18:18:15.816Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-04-07T18:18:15.865Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30792026-04-07T18:18:15.960Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-04-07T18:18:16.005Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-04-07T18:18:16.130Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-04-07T18:18:16.241Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-04-07T18:18:16.264Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-04-07T18:18:16.357Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30852026-04-07T18:18:16.386Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30862026-04-07T18:18:16.463Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30872026-04-07T18:18:16.490Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30882026-04-07T18:18:16.556Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-04-07T18:18:16.652Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902026-04-07T18:18:16.723Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-04-07T18:18:16.745Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-04-07T18:18:16.797Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-04-07T18:18:16.883Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30942026-04-07T18:18:16.955Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30952026-04-07T18:18:16.977Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-04-07T18:18:17.114Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-04-07T18:18:17.138Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30982026-04-07T18:18:17.191Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
30992026-04-07T18:18:17.226Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31002026-04-07T18:18:17.335Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31012026-04-07T18:18:17.364Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31022026-04-07T18:18:17.386Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-04-07T18:18:17.529Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31042026-04-07T18:18:17.557Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31052026-04-07T18:18:17.557Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31062026-04-07T18:18:17.561Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31072026-04-07T18:18:17.625Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31082026-04-07T18:18:17.656Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092026-04-07T18:18:18.074Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31102026-04-07T18:18:18.098Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31112026-04-07T18:18:18.272Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31122026-04-07T18:18:18.708Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31132026-04-07T18:18:18.737Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-04-07T18:18:19.004Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31152026-04-07T18:18:19.162Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31162026-04-07T18:18:19.290Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31172026-04-07T18:18:19.528Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31182026-04-07T18:18:19.659Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-04-07T18:18:20.059Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31202026-04-07T18:18:20.238Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31212026-04-07T18:18:20.431Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31222026-04-07T18:18:20.632Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31232026-04-07T18:18:21.561Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31242026-04-07T18:18:21.962Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31252026-04-07T18:18:22.146Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31262026-04-07T18:18:22.256Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-04-07T18:18:22.440Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31282026-04-07T18:18:22.805Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31292026-04-07T18:18:22.809Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31302026-04-07T18:18:23.180Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31312026-04-07T18:18:23.220Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31322026-04-07T18:18:23.435Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31332026-04-07T18:18:23.499Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31342026-04-07T18:18:23.523Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31352026-04-07T18:18:23.705Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-04-07T18:18:23.731Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31372026-04-07T18:18:23.815Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31382026-04-07T18:18:23.839Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31392026-04-07T18:18:23.873Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31402026-04-07T18:18:24.117Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31412026-04-07T18:18:24.378Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31422026-04-07T18:18:24.723Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31432026-04-07T18:18:24.988Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31442026-04-07T18:18:25.555Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31452026-04-07T18:18:26.104Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31462026-04-07T18:18:26.295Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31472026-04-07T18:18:26.566Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31482026-04-07T18:18:26.663Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31492026-04-07T18:18:27.133Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31502026-04-07T18:18:27.370Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31512026-04-07T18:18:27.407Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31522026-04-07T18:18:27.454Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31532026-04-07T18:18:27.770Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31542026-04-07T18:18:28.259Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31552026-04-07T18:18:28.390Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31562026-04-07T18:18:28.417Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31572026-04-07T18:18:28.442Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-04-07T18:18:28.711Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31592026-04-07T18:18:28.750Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31602026-04-07T18:18:29.458Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31612026-04-07T18:18:29.490Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31622026-04-07T18:18:29.979Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31632026-04-07T18:18:30.221Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31642026-04-07T18:18:30.483Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31652026-04-07T18:18:30.886Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31662026-04-07T18:18:31.747Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-04-07T18:18:31.953Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31682026-04-07T18:18:32.346Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31692026-04-07T18:18:32.457Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-04-07T18:18:32.662Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31712026-04-07T18:18:32.899Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31722026-04-07T18:18:33.265Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31732026-04-07T18:18:33.395Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31742026-04-07T18:18:33.565Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31752026-04-07T18:18:34.141Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31762026-04-07T18:18:34.189Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31772026-04-07T18:18:34.211Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31782026-04-07T18:18:34.548Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31792026-04-07T18:18:34.763Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31802026-04-07T18:18:34.796Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31812026-04-07T18:18:35.853Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31822026-04-07T18:18:36.707Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832026-04-07T18:18:37.332Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31842026-04-07T18:18:37.354Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31852026-04-07T18:18:38.137Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31862026-04-07T18:18:38.483Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31872026-04-07T18:18:38.579Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31882026-04-07T18:18:40.153Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31892026-04-07T18:18:40.291Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31902026-04-07T18:18:40.391Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31912026-04-07T18:18:41.653Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31922026-04-07T18:18:41.679Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31932026-04-07T18:18:42.241Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31942026-04-07T18:18:43.227Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31952026-04-07T18:18:43.336Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31962026-04-07T18:18:43.639Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31972026-04-07T18:18:43.839Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31982026-04-07T18:18:43.867Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31992026-04-07T18:18:44.469Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32002026-04-07T18:18:44.494Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32012026-04-07T18:18:44.602Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32022026-04-07T18:18:44.693Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-04-07T18:18:44.947Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32042026-04-07T18:18:45.300Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32052026-04-07T18:18:45.591Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32062026-04-07T18:18:45.745Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32072026-04-07T18:18:46.325Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32082026-04-07T18:18:46.404Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-04-07T18:18:46.744Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102026-04-07T18:18:46.778Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32112026-04-07T18:18:46.861Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32122026-04-07T18:18:47.194Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-04-07T18:18:47.451Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32142026-04-07T18:18:47.812Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32152026-04-07T18:18:48.576Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32162026-04-07T18:18:48.857Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32172026-04-07T18:18:49.614Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182026-04-07T18:18:51.168Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32192026-04-07T18:18:52.604Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32202026-04-07T18:18:53.209Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32212026-04-07T18:18:53.617Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32222026-04-07T18:18:55.132Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-04-07T18:18:55.937Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32242026-04-07T18:18:57.341Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32252026-04-07T18:18:57.902Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-04-07T18:18:58.855Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32272026-04-07T18:19:00.298Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-04-07T18:19:00.982Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32292026-04-07T18:19:01.581Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-04-07T18:19:02.683Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-04-07T18:19:02.890Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-04-07T18:19:03.546Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32332026-04-07T18:19:03.728Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32342026-04-07T18:19:04.817Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32352026-04-07T18:19:05.248Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32362026-04-07T18:19:06.646Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-04-07T18:19:10.435Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32382026-04-07T18:19:11.170Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32392026-04-07T18:19:12.069Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32402026-04-07T18:19:12.720Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-04-07T18:19:13.456Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32422026-04-07T18:19:14.313Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-04-07T18:19:15.044Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32442026-04-07T18:19:15.816Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32452026-04-07T18:19:16.558Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32462026-04-07T18:19:17.331Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32472026-04-07T18:19:18.102Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-04-07T18:19:18.568Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32492026-04-07T18:19:19.348Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-04-07T18:19:20.492Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32512026-04-07T18:19:21.962Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32522026-04-07T18:19:23.551Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32532026-04-07T18:19:24.743Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32542026-04-07T18:19:25.370Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32552026-04-07T18:19:26.312Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32562026-04-07T18:19:27.309Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32572026-04-07T18:19:28.035Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32582026-04-07T18:19:30.599Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32592026-04-07T18:19:30.946Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32602026-04-07T18:19:31.935Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32612026-04-07T18:19:33.042Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32622026-04-07T18:19:34.309Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32632026-04-07T18:19:35.753Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32642026-04-07T18:19:37.991Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32652026-04-07T18:19:41.628Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32662026-04-07T18:19:43.173Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32672026-04-07T18:19:44.568Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-04-07T18:19:46.271Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32692026-04-07T18:19:47.803Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32702026-04-07T18:19:49.278Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32712026-04-07T18:19:52.916Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32722026-04-07T18:19:53.997Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32732026-04-07T18:19:54.558Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742026-04-07T18:19:55.831Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-04-07T18:19:57.400Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32762026-04-07T18:19:59.018Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32772026-04-07T18:20:00.865Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-04-07T18:20:02.795Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792026-04-07T18:20:04.427Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32802026-04-07T18:20:06.061Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32812026-04-07T18:20:08.075Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32822026-04-07T18:20:09.464Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32832026-04-07T18:20:11.164Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32842026-04-07T18:20:12.837Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32852026-04-07T18:20:14.511Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32862026-04-07T18:20:16.113Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32872026-04-07T18:20:18.004Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32882026-04-07T18:20:19.513Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32892026-04-07T18:20:21.570Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32902026-04-07T18:20:23.393Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32912026-04-07T18:20:25.093Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32922026-04-07T18:20:27.558Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-04-07T18:20:29.044Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32942026-04-07T18:20:31.272Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-04-07T18:20:33.193Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-04-07T18:20:35.123Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32972026-04-07T18:20:37.118Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32982026-04-07T18:20:39.078Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32992026-04-07T18:20:41.122Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33002026-04-07T18:20:44.089Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33012026-04-07T18:20:45.436Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-04-07T18:20:47.585Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33032026-04-07T18:20:49.759Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-04-07T18:20:51.802Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33052026-04-07T18:20:54.053Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33062026-04-07T18:20:56.175Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-04-07T18:20:58.266Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33082026-04-07T18:21:00.414Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33092026-04-07T18:21:02.792Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33102026-04-07T18:21:04.993Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33112026-04-07T18:21:06.686Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-04-07T18:21:08.855Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33132026-04-07T18:21:10.983Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-04-07T18:21:13.135Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33152026-04-07T18:21:15.262Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-04-07T18:21:17.542Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33172026-04-07T18:21:19.651Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33182026-04-07T18:21:21.814Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33192026-04-07T18:21:23.943Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-04-07T18:21:26.152Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33212026-04-07T18:21:28.370Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33222026-04-07T18:21:30.440Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33232026-04-07T18:21:32.703Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-04-07T18:21:35.407Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33252026-04-07T18:21:37.605Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33262026-04-07T18:21:39.729Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33272026-04-07T18:21:42.116Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33282026-04-07T18:21:44.391Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33292026-04-07T18:21:46.666Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33302026-04-07T18:21:49.013Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-04-07T18:21:51.434Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33322026-04-07T18:21:53.784Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33332026-04-07T18:21:56.016Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33342026-04-07T18:21:58.336Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33352026-04-07T18:22:00.764Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33362026-04-07T18:22:03.159Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33372026-04-07T18:22:05.573Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33382026-04-07T18:22:08.167Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33392026-04-07T18:22:10.570Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33402026-04-07T18:22:12.933Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33412026-04-07T18:22:15.305Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33422026-04-07T18:22:17.794Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33432026-04-07T18:22:20.246Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33442026-04-07T18:22:23.053Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33452026-04-07T18:22:25.295Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33462026-04-07T18:22:32.355Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33472026-04-07T18:22:32.528Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33482026-04-07T18:22:35.830Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33492026-04-07T18:22:38.962Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33502026-04-07T18:22:43.464Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33512026-04-07T18:22:46.144Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33522026-04-07T18:22:49.746Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33532026-04-07T18:22:53.148Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33542026-04-07T18:22:56.653Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33552026-04-07T18:23:00.264Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33562026-04-07T18:23:03.695Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33572026-04-07T18:23:07.285Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33582026-04-07T18:23:10.795Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33592026-04-07T18:23:14.257Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33602026-04-07T18:23:17.798Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-04-07T18:23:21.284Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33622026-04-07T18:23:24.815Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33632026-04-07T18:23:28.393Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33642026-04-07T18:23:31.908Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33652026-04-07T18:23:35.432Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33662026-04-07T18:23:38.962Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33672026-04-07T18:23:42.465Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33682026-04-07T18:23:46.014Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33692026-04-07T18:23:49.650Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-04-07T18:23:53.129Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-04-07T18:23:56.837Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-04-07T18:24:24.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s
33732026-04-07T18:24:25.029Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-04-07T18:24:25.131Z
33752026-04-07T18:24:25.131Zreal 6:14.270781980
33762026-04-07T18:24:25.131Zuser 17:07.479451893
33772026-04-07T18:24:25.131Zsys 3:35.307787388
33782026-04-07T18:24:25.131Ztrap 0.255689518
33792026-04-07T18:24:25.135Ztflt 0.060837325
33802026-04-07T18:24:25.135Zdflt 0.048758252
33812026-04-07T18:24:25.135Zkflt 0.000050424
33822026-04-07T18:24:25.135Zlock 5:41:28.548005110
33832026-04-07T18:24:25.135Zslp 2:05:08.740005093
33842026-04-07T18:24:25.135Zlat 34.207869134
33852026-04-07T18:24:25.135Zstop 1:34.654350680
33862026-04-07T18:24:25.135Zprocess exited: duration 809934 ms, exit code 0
 
33872026-04-07T18:24:25.143Zfound 0 output files