01KMGCGBANTCYAMQD42TN4XMD4: clippy (helios)

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

Buildomat Job: 01KMGCJ29A11T7EZT7D6F7R5J0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T17:00:32.163Zjob assigned to worker 01KMGCJDHNZ9QP5705QBHM5ARW [factory aws, i-017b17a78615c8ea4] (queued for 1 m 32 s)
 
22026-03-24T17:00:39.399Zstarting task 0: "setup"
32026-03-24T17:00:39.403Z++ uname -s
42026-03-24T17:00:39.406Z+ kern=SunOS
52026-03-24T17:00:39.406Z+ build_user=build
62026-03-24T17:00:39.406Z+ build_uid=12345
72026-03-24T17:00:39.406Z+ work_dir=/work
82026-03-24T17:00:39.406Z+ input_dir=/input
92026-03-24T17:00:39.406Z+ [[ 0 == 12345 ]]
102026-03-24T17:00:39.406Z+ case "$kern" in
112026-03-24T17:00:39.406Z+ groupadd -g 12345 build
122026-03-24T17:00:39.411Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T17:00:41.419Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T17:00:41.489Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T17:00:41.492Z+ home_fs=zfs
162026-03-24T17:00:41.492Z+ [[ zfs == autofs ]]
172026-03-24T17:00:41.492Z+ mkdir -p /home/build
182026-03-24T17:00:41.492Z+ chown build:build /home/build /work
192026-03-24T17:00:43.503Z+ chmod 0700 /home/build /work
202026-03-24T17:00:43.517Zprocess exited: duration 4099 ms, exit code 0
 
212026-03-24T17:00:43.555Zstarting task 1: "rust-toolchain"
222026-03-24T17:00:43.560Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T17:00:43.560Z * rust toolchain channel = "1.94.0"
242026-03-24T17:00:43.561Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T17:00:43.561Z * rust toolchain profile = "default"
262026-03-24T17:00:43.561Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T17:00:43.561Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T17:00:43.561Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T17:00:43.561Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T17:00:43.692Zinfo: downloading installer
312026-03-24T17:00:45.432Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T17:00:45.432Zwarn: /opt/ooce/bin
332026-03-24T17:00:45.432Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T17:00:45.432Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T17:00:45.433Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T17:00:45.433Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T17:00:45.433Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T17:00:45.433Zerror: cannot install while Rust is installed
392026-03-24T17:00:45.433Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T17:00:45.433Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T17:00:45.433Zwarn: /home/build/.rustup/settings.toml
422026-03-24T17:00:45.433Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T17:00:45.433Zwarn: instead of the one inferred from the default host triple.
442026-03-24T17:00:45.478Zinfo: profile set to default
452026-03-24T17:00:45.478Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T17:00:45.481Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T17:00:45.634Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T17:00:45.639Zinfo: downloading 6 components
492026-03-24T17:01:00.916Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T17:01:00.916Z
512026-03-24T17:01:00.953Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T17:01:00.953Z
532026-03-24T17:01:00.958Z
542026-03-24T17:01:00.958ZRust is installed now. Great!
552026-03-24T17:01:00.959Z
562026-03-24T17:01:00.959ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T17:01:00.959Zenvironment variable. This has not been done automatically.
582026-03-24T17:01:00.959Z
592026-03-24T17:01:00.959ZTo configure your current shell, you need to source
602026-03-24T17:01:00.959Zthe corresponding env file under $HOME/.cargo.
612026-03-24T17:01:00.959Z
622026-03-24T17:01:00.959ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T17:01:00.959Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T17:01:00.959Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T17:01:00.959Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T17:01:00.959Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T17:01:00.959Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T17:01:00.959Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T17:01:00.959Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T17:01:00.959Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T17:01:01.065Z+ rustup --version
722026-03-24T17:01:01.078Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T17:01:01.114Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T17:01:01.114Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T17:01:01.114Z+ cargo --version
762026-03-24T17:01:01.123Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T17:01:01.129Z+ rustc --version
782026-03-24T17:01:01.154Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T17:01:01.158Zprocess exited: duration 17601 ms, exit code 0
 
802026-03-24T17:01:01.164Zstarting task 2: "authentication"
812026-03-24T17:01:01.187Zprocess exited: duration 22 ms, exit code 0
 
822026-03-24T17:01:01.195Zstarting task 3: "clone repository"
832026-03-24T17:01:01.199Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T17:01:01.206Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T17:01:01.231ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T17:01:12.928Z+ cd /work/oxidecomputer/omicron
872026-03-24T17:01:12.929Z+ git fetch origin c7b1ad95429789b480f9e55349bd2e4fb7f30379
882026-03-24T17:01:13.276ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T17:01:13.276Z * branch c7b1ad95429789b480f9e55349bd2e4fb7f30379 -> FETCH_HEAD
902026-03-24T17:01:13.288Z+ [[ -n dap/type-safety-review ]]
912026-03-24T17:01:13.291Z++ git branch --show-current
922026-03-24T17:01:13.291Z+ current=main
932026-03-24T17:01:13.291Z+ [[ main != dap/type-safety-review ]]
942026-03-24T17:01:13.291Z+ git branch -f dap/type-safety-review c7b1ad95429789b480f9e55349bd2e4fb7f30379
952026-03-24T17:01:13.294Z+ git checkout -f dap/type-safety-review
962026-03-24T17:01:13.510ZSwitched to branch 'dap/type-safety-review'
972026-03-24T17:01:13.514Z+ git reset --hard c7b1ad95429789b480f9e55349bd2e4fb7f30379
982026-03-24T17:01:13.740ZHEAD is now at c7b1ad954 update Set skill
992026-03-24T17:01:13.743Zprocess exited: duration 12545 ms, exit code 0
 
1002026-03-24T17:01:13.752Zstarting task 4: "build"
1012026-03-24T17:01:13.756Z+ source ./env.sh
1022026-03-24T17:01:13.757Z++ OLD_SHELL_OPTS=ehxB
1032026-03-24T17:01:13.757Z++ set -o xtrace
1042026-03-24T17:01:13.760Z++++ dirname ./env.sh
1052026-03-24T17:01:13.760Z+++ readlink -f .
1062026-03-24T17:01:13.763Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-24T17:01:13.763Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-24T17:01:13.764Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-24T17:01:13.764Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-24T17:01:13.764Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-24T17:01:13.764Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-24T17:01:13.764Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-24T17:01:13.764Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-24T17:01:13.764Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-24T17:01:13.764Z++ case $OLD_SHELL_OPTS in
1162026-03-24T17:01:13.764Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-24T17:01:13.764Z+ source .github/buildomat/ci-env.sh
1182026-03-24T17:01:13.764Z++ export CARGO_TERM_COLOR=always
1192026-03-24T17:01:13.764Z++ CARGO_TERM_COLOR=always
1202026-03-24T17:01:13.764Z+ cargo --version
1212026-03-24T17:01:13.774Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-24T17:01:13.778Z+ rustc --version
1232026-03-24T17:01:13.804Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-24T17:01:13.809Z+ banner prerequisites
1252026-03-24T17:01:13.813Z
1262026-03-24T17:01:13.813Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-24T17:01:13.813Z # # # # # # # # # # # # # # #
1282026-03-24T17:01:13.813Z # # # # ##### # # ##### # # # # # #### #
1292026-03-24T17:01:13.813Z ##### ##### # ##### # # # # # # # # #
1302026-03-24T17:01:13.813Z # # # # # # # # # # # # # # #
1312026-03-24T17:01:13.813Z # # # ###### # # ###### ### # #### # #### #
1322026-03-24T17:01:13.813Z
1332026-03-24T17:01:13.813Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-24T17:01:24.078Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-24T17:01:34.131Z Startup: Caching catalogs ... Done
1362026-03-24T17:01:56.690ZPlanning: Solver setup ... Done (21.124s)
1372026-03-24T17:01:56.852ZPlanning: Running solver ... Done (0.161s)
1382026-03-24T17:01:57.037ZPlanning: Finding local manifests ... Done (0.002s)
1392026-03-24T17:01:57.053ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-24T17:01:57.172ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-24T17:01:57.216ZPlanning: Package planning ... Done (0.043s)
1422026-03-24T17:01:57.259ZPlanning: Merging actions ... Done (0.043s)
1432026-03-24T17:01:57.496ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-24T17:01:57.507ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-24T17:01:58.226ZPlanning: Evaluating mediators ... Done (0.719s)
1462026-03-24T17:01:58.234ZPlanning: Planning completed in 23.97 seconds
1472026-03-24T17:01:58.248Z Packages to install: 4
1482026-03-24T17:01:58.254Z Mediators to change: 2
1492026-03-24T17:01:58.254Z Services to change: 1
1502026-03-24T17:01:58.254Z Estimated space available: 155.42 GB
1512026-03-24T17:01:58.254ZEstimated space to be consumed: 1.83 GB
1522026-03-24T17:01:58.254Z Create boot environment: No
1532026-03-24T17:01:58.254ZCreate backup boot environment: No
1542026-03-24T17:01:58.254Z Rebuild boot archive: No
1552026-03-24T17:01:58.254Z
1562026-03-24T17:01:58.254ZChanged mediators:
1572026-03-24T17:01:58.254Z mediator clang:
1582026-03-24T17:01:58.254Z version: None -> 15 (system default)
1592026-03-24T17:01:58.254Z
1602026-03-24T17:01:58.254Z mediator llvm:
1612026-03-24T17:01:58.254Z version: 14 (system default) -> 15 (system default)
1622026-03-24T17:01:58.254Z
1632026-03-24T17:01:58.254ZChanged packages:
1642026-03-24T17:01:58.254Zhelios-dev
1652026-03-24T17:01:58.254Z developer/build-essential
1662026-03-24T17:01:58.254Z None -> 11-2.0
1672026-03-24T17:01:58.254Z library/libxmlsec1
1682026-03-24T17:01:58.254Z None -> 1.2.35-2.0
1692026-03-24T17:01:58.254Z ooce/developer/clang-15
1702026-03-24T17:01:58.254Z None -> 15.0.7-2.0
1712026-03-24T17:01:58.254Z ooce/developer/llvm-15
1722026-03-24T17:01:58.254Z None -> 15.0.7-2.0
1732026-03-24T17:01:58.254Z
1742026-03-24T17:01:58.254ZServices:
1752026-03-24T17:01:58.254Z restart_fmri:
1762026-03-24T17:01:58.254Z svc:/system/update-man-index:default
1772026-03-24T17:01:58.297Z
1782026-03-24T17:01:58.297ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-24T17:02:03.300ZDownload: 1435/3290 items 116.4/212.6MB 54% complete (23.6M/s)
1802026-03-24T17:02:08.405ZDownload: 2463/3290 items 119.9/212.6MB 56% complete (12.2M/s)
1812026-03-24T17:02:13.519ZDownload: 3281/3290 items 209.2/212.6MB 98% complete (9.2M/s)
1822026-03-24T17:02:16.032ZDownload: Completed 212.60 MB in 17.70 seconds (12.0M/s)
1832026-03-24T17:02:16.211Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T17:02:20.342Z Actions: Completed 3689 actions in 4.14 seconds.
1852026-03-24T17:02:21.107Z Done (0.759s)
1862026-03-24T17:02:21.107Z Done (0.000s)
1872026-03-24T17:02:22.096Z Done (0.989s)
1882026-03-24T17:02:25.812Z Done (3.356s)
1892026-03-24T17:02:25.896Z Done (0.017s)
1902026-03-24T17:02:25.900Z Done (0.000s)
1912026-03-24T17:02:26.049Z Done (0.000s)
1922026-03-24T17:02:27.044ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T17:02:27.185ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T17:02:27.188ZPlanning: Consolidating action changes ... Done
1952026-03-24T17:02:27.412ZPlanning: Evaluating mediators ... Done
1962026-03-24T17:02:27.414ZPlanning: Planning completed in 0.37 seconds
1972026-03-24T17:02:27.442Z Mediators to change: 2
1982026-03-24T17:02:27.442Z Create boot environment: No
1992026-03-24T17:02:27.445ZCreate backup boot environment: No
2002026-03-24T17:02:27.508Z Done
2012026-03-24T17:02:27.508Z Done
2022026-03-24T17:02:28.249Z Done
2032026-03-24T17:02:31.644Z Done
2042026-03-24T17:02:31.702Z Done
2052026-03-24T17:02:31.705Z Done
2062026-03-24T17:02:31.870Z Done
2072026-03-24T17:02:32.414ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T17:02:32.417ZPlanning: Merging actions ... Done
2092026-03-24T17:02:32.582ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T17:02:32.585ZPlanning: Consolidating action changes ... Done
2112026-03-24T17:02:32.806ZPlanning: Evaluating mediators ... Done
2122026-03-24T17:02:32.849ZPlanning: Planning completed in 0.64 seconds
2132026-03-24T17:02:32.879Z Packages to change: 1
2142026-03-24T17:02:32.879Z Mediators to change: 1
2152026-03-24T17:02:32.882Z Services to change: 1
2162026-03-24T17:02:32.882Z Create boot environment: No
2172026-03-24T17:02:32.883ZCreate backup boot environment: Yes
2182026-03-24T17:02:35.437Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T17:02:35.442Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T17:02:35.442Z Done
2212026-03-24T17:02:35.442Z Done
2222026-03-24T17:02:35.622Z Done
2232026-03-24T17:02:38.939Z Done
2242026-03-24T17:02:39.023Z Done
2252026-03-24T17:02:39.026Z Done
2262026-03-24T17:02:39.179Z Done
2272026-03-24T17:02:39.560ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T17:02:39.560Zclang system 15 system
2292026-03-24T17:02:39.560Zcsh system system illumos
2302026-03-24T17:02:39.560Zctags system system illumos
2312026-03-24T17:02:39.560Zfile system system illumos
2322026-03-24T17:02:39.560Zgcc vendor 12 vendor
2332026-03-24T17:02:39.561Zgcc system 10 system
2342026-03-24T17:02:39.561Zgcc system 7 system
2352026-03-24T17:02:39.561Zgo system 1.20 system
2362026-03-24T17:02:39.561Zgo system 1.19 system
2372026-03-24T17:02:39.561Zllvm system 15 system
2382026-03-24T17:02:39.561Zllvm system 14 system
2392026-03-24T17:02:39.561Zmariadb system 10.6 system
2402026-03-24T17:02:39.561Zmta vendor vendor dma
2412026-03-24T17:02:39.561Zopenjdk system 17 system
2422026-03-24T17:02:39.561Zopenjdk system 11 system
2432026-03-24T17:02:39.561Zopenjdk system 1.8 system
2442026-03-24T17:02:39.561Zopenssl vendor 3 vendor
2452026-03-24T17:02:39.561Zperl system 5.36 system
2462026-03-24T17:02:39.561Zpostgresql system 15 system
2472026-03-24T17:02:39.561Zpostgresql system 13 system
2482026-03-24T17:02:39.561Zpython vendor 3 vendor
2492026-03-24T17:02:39.561Zpython system 2 system
2502026-03-24T17:02:39.562Zpython3 system 3.11 system
2512026-03-24T17:02:39.562Zruby system 3.0 system
2522026-03-24T17:02:39.562Zwords vendor vendor american-english
2532026-03-24T17:02:39.562Zwords system system australian-english
2542026-03-24T17:02:39.562Zwords system system british-english
2552026-03-24T17:02:39.562Zwords system system canadian-english
2562026-03-24T17:02:39.562Zwords system system french
2572026-03-24T17:02:39.562Zwords system system italian
2582026-03-24T17:02:39.562Zwords system system ngerman
2592026-03-24T17:02:39.562Zwords system system ogerman
2602026-03-24T17:02:39.562Zwords system system spanish
2612026-03-24T17:02:39.865ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T17:02:39.865Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T17:02:46.062ZFMRI IFO
2642026-03-24T17:02:46.062Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T17:02:46.062Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T17:02:46.062Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T17:02:46.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T17:02:46.062Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T17:02:46.062Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T17:02:46.062Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T17:02:46.062Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T17:02:46.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T17:02:46.062Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T17:02:46.062Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T17:02:46.062Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T17:02:46.062Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T17:02:46.062Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T17:02:46.062Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T17:02:46.062Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T17:02:47.336Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T17:02:47.637Z Updating crates.io index
2822026-03-24T17:02:47.680Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T17:02:47.931Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T17:02:49.089Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T17:02:49.423Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T17:02:50.581Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T17:02:51.074Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T17:02:52.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T17:02:54.046Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T17:02:54.760Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T17:02:55.128Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T17:02:55.967Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T17:02:56.218Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T17:02:56.841Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T17:02:57.193Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T17:02:58.077Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T17:02:58.579Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T17:02:58.943Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T17:02:59.200Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T17:02:59.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T17:02:59.928Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T17:03:00.162Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T17:03:00.407Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T17:03:00.822Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T17:03:01.502Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T17:03:01.931Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T17:03:02.260Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T17:03:02.564Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T17:03:03.725Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T17:03:04.328Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T17:03:04.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T17:03:05.372Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T17:03:05.663Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T17:03:06.029Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T17:03:06.387Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T17:03:07.067Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T17:03:07.310Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T17:03:07.604Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T17:03:07.929Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T17:03:08.443Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T17:03:22.580Z Downloading crates ...
3222026-03-24T17:03:22.639Z Downloaded block-buffer v0.10.4
3232026-03-24T17:03:22.642Z Downloaded memmap v0.7.0
3242026-03-24T17:03:22.672Z Downloaded percent-encoding v2.3.2
3252026-03-24T17:03:22.681Z Downloaded errno v0.3.14
3262026-03-24T17:03:22.681Z Downloaded cargo-util-schemas v0.8.2
3272026-03-24T17:03:22.681Z Downloaded generic-array v0.14.7
3282026-03-24T17:03:22.681Z Downloaded thiserror-impl v1.0.69
3292026-03-24T17:03:22.681Z Downloaded zerofrom v0.1.6
3302026-03-24T17:03:22.681Z Downloaded clap_lex v1.0.0
3312026-03-24T17:03:22.681Z Downloaded tinystr v0.8.2
3322026-03-24T17:03:22.681Z Downloaded writeable v0.6.2
3332026-03-24T17:03:22.681Z Downloaded toml_datetime v0.6.11
3342026-03-24T17:03:22.681Z Downloaded usdt-macro v0.5.0
3352026-03-24T17:03:22.681Z Downloaded ucd-trie v0.1.7
3362026-03-24T17:03:22.681Z Downloaded heck v0.4.1
3372026-03-24T17:03:22.681Z Downloaded stable_deref_trait v1.2.1
3382026-03-24T17:03:22.682Z Downloaded zerofrom-derive v0.1.6
3392026-03-24T17:03:22.682Z Downloaded textwrap v0.16.2
3402026-03-24T17:03:22.682Z Downloaded sha2 v0.10.9
3412026-03-24T17:03:22.690Z Downloaded anstyle-parse v0.2.7
3422026-03-24T17:03:22.690Z Downloaded unicode-xid v0.2.6
3432026-03-24T17:03:22.690Z Downloaded synstructure v0.13.2
3442026-03-24T17:03:22.690Z Downloaded scroll_derive v0.12.1
3452026-03-24T17:03:22.690Z Downloaded yoke-derive v0.8.1
3462026-03-24T17:03:22.690Z Downloaded version_check v0.9.5
3472026-03-24T17:03:22.690Z Downloaded usdt-attr-macro v0.5.0
3482026-03-24T17:03:22.693Z Downloaded quote v1.0.44
3492026-03-24T17:03:22.693Z Downloaded usdt v0.5.0
3502026-03-24T17:03:22.693Z Downloaded unicode-linebreak v0.1.5
3512026-03-24T17:03:22.694Z Downloaded thread-id v4.2.2
3522026-03-24T17:03:22.694Z Downloaded cargo_metadata v0.21.0
3532026-03-24T17:03:22.694Z Downloaded pretty-hex v0.4.1
3542026-03-24T17:03:22.694Z Downloaded typeid v1.0.3
3552026-03-24T17:03:22.694Z Downloaded thiserror-impl v2.0.18
3562026-03-24T17:03:22.698Z Downloaded fastrand v2.3.0
3572026-03-24T17:03:22.698Z Downloaded colorchoice v1.0.4
3582026-03-24T17:03:22.698Z Downloaded cargo_toml v0.21.0
3592026-03-24T17:03:22.701Z Downloaded icu_normalizer v2.1.1
3602026-03-24T17:03:22.701Z Downloaded toml_write v0.1.2
3612026-03-24T17:03:22.701Z Downloaded utf8parse v0.2.2
3622026-03-24T17:03:22.702Z Downloaded serde_spanned v0.6.9
3632026-03-24T17:03:22.706Z Downloaded utf8_iter v1.0.4
3642026-03-24T17:03:22.706Z Downloaded camino v1.2.2
3652026-03-24T17:03:22.706Z Downloaded bitflags v2.11.0
3662026-03-24T17:03:22.709Z Downloaded crypto-common v0.1.7
3672026-03-24T17:03:22.709Z Downloaded cargo-platform v0.2.0
3682026-03-24T17:03:22.712Z Downloaded tabled_derive v0.7.0
3692026-03-24T17:03:22.712Z Downloaded is_terminal_polyfill v1.70.2
3702026-03-24T17:03:22.715Z Downloaded proc-macro2 v1.0.106
3712026-03-24T17:03:22.715Z Downloaded serde_derive v1.0.228
3722026-03-24T17:03:22.719Z Downloaded thiserror v2.0.18
3732026-03-24T17:03:22.722Z Downloaded zerovec-derive v0.11.2
3742026-03-24T17:03:22.725Z Downloaded terminal_size v0.4.3
3752026-03-24T17:03:22.725Z Downloaded pest_generator v2.8.6
3762026-03-24T17:03:22.725Z Downloaded zerocopy-derive v0.7.35
3772026-03-24T17:03:22.729Z Downloaded fnv v1.0.7
3782026-03-24T17:03:22.732Z Downloaded idna_adapter v1.2.1
3792026-03-24T17:03:22.735Z Downloaded strsim v0.11.1
3802026-03-24T17:03:22.735Z Downloaded zmij v1.0.21
3812026-03-24T17:03:22.739Z Downloaded cpufeatures v0.2.17
3822026-03-24T17:03:22.739Z Downloaded heck v0.5.0
3832026-03-24T17:03:22.742Z Downloaded potential_utf v0.1.4
3842026-03-24T17:03:22.742Z Downloaded form_urlencoded v1.2.2
3852026-03-24T17:03:22.742Z Downloaded dtrace-parser v0.2.0
3862026-03-24T17:03:22.742Z Downloaded usdt-impl v0.5.0
3872026-03-24T17:03:22.758Z Downloaded yoke v0.8.1
3882026-03-24T17:03:22.763Z Downloaded toml v0.8.23
3892026-03-24T17:03:22.763Z Downloaded ordered-float v2.10.1
3902026-03-24T17:03:22.763Z Downloaded unicode-ident v1.0.24
3912026-03-24T17:03:22.763Z Downloaded macaddr v1.0.1
3922026-03-24T17:03:22.764Z Downloaded toml_edit v0.22.27
3932026-03-24T17:03:22.768Z Downloaded zerotrie v0.2.3
3942026-03-24T17:03:22.768Z Downloaded smawk v0.3.2
3952026-03-24T17:03:22.768Z Downloaded serde-value v0.7.0
3962026-03-24T17:03:22.785Z Downloaded url v2.5.8
3972026-03-24T17:03:22.785Z Downloaded proc-macro-error-attr v1.0.4
3982026-03-24T17:03:22.789Z Downloaded typenum v1.19.0
3992026-03-24T17:03:22.789Z Downloaded plain v0.2.3
4002026-03-24T17:03:22.789Z Downloaded cfg-if v1.0.4
4012026-03-24T17:03:22.789Z Downloaded swrite v0.1.0
4022026-03-24T17:03:22.789Z Downloaded dof v0.3.0
4032026-03-24T17:03:22.818Z Downloaded equivalent v1.0.2
4042026-03-24T17:03:22.822Z Downloaded itoa v1.0.17
4052026-03-24T17:03:22.822Z Downloaded zerovec v0.11.5
4062026-03-24T17:03:22.822Z Downloaded serde-untagged v0.1.9
4072026-03-24T17:03:22.822Z Downloaded proc-macro-error v1.0.4
4082026-03-24T17:03:22.822Z Downloaded winnow v0.7.14
4092026-03-24T17:03:22.822Z Downloaded scroll v0.12.0
4102026-03-24T17:03:22.822Z Downloaded zerocopy v0.7.35
4112026-03-24T17:03:22.825Z Downloaded semver v1.0.27
4122026-03-24T17:03:22.825Z Downloaded clap_derive v4.5.55
4132026-03-24T17:03:22.829Z Downloaded byteorder v1.5.0
4142026-03-24T17:03:22.829Z Downloaded unicode-width v0.1.14
4152026-03-24T17:03:22.832Z Downloaded unicode-width v0.2.0
4162026-03-24T17:03:22.836Z Downloaded serde_tokenstream v0.2.3
4172026-03-24T17:03:22.836Z Downloaded fs-err v3.3.0
4182026-03-24T17:03:22.839Z Downloaded bytecount v0.6.9
4192026-03-24T17:03:22.839Z Downloaded anstyle-query v1.1.5
4202026-03-24T17:03:22.839Z Downloaded thiserror v1.0.69
4212026-03-24T17:03:22.845Z Downloaded digest v0.10.7
4222026-03-24T17:03:22.848Z Downloaded displaydoc v0.2.5
4232026-03-24T17:03:22.848Z Downloaded camino-tempfile v1.4.1
4242026-03-24T17:03:22.848Z Downloaded anstream v0.6.21
4252026-03-24T17:03:22.853Z Downloaded anstyle v1.0.13
4262026-03-24T17:03:22.853Z Downloaded smallvec v1.15.1
4272026-03-24T17:03:22.853Z Downloaded serde_core v1.0.228
4282026-03-24T17:03:22.856Z Downloaded anyhow v1.0.102
4292026-03-24T17:03:22.856Z Downloaded erased-serde v0.4.9
4302026-03-24T17:03:22.859Z Downloaded autocfg v1.5.0
4312026-03-24T17:03:22.859Z Downloaded log v0.4.29
4322026-03-24T17:03:22.869Z Downloaded pest_derive v2.8.6
4332026-03-24T17:03:22.872Z Downloaded litemap v0.8.1
4342026-03-24T17:03:22.875Z Downloaded once_cell v1.21.3
4352026-03-24T17:03:22.883Z Downloaded papergrid v0.11.0
4362026-03-24T17:03:22.887Z Downloaded icu_properties v2.1.2
4372026-03-24T17:03:22.897Z Downloaded icu_provider v2.1.1
4382026-03-24T17:03:22.905Z Downloaded tempfile v3.25.0
4392026-03-24T17:03:22.908Z Downloaded num-traits v0.2.19
4402026-03-24T17:03:22.911Z Downloaded clap v4.5.60
4412026-03-24T17:03:22.925Z Downloaded icu_locale_core v2.1.1
4422026-03-24T17:03:22.929Z Downloaded icu_normalizer_data v2.1.1
4432026-03-24T17:03:22.932Z Downloaded getrandom v0.4.1
4442026-03-24T17:03:22.935Z Downloaded pest_meta v2.8.6
4452026-03-24T17:03:22.935Z Downloaded indexmap v2.13.0
4462026-03-24T17:03:22.941Z Downloaded serde v1.0.228
4472026-03-24T17:03:22.944Z Downloaded idna v1.1.0
4482026-03-24T17:03:22.948Z Downloaded icu_collections v2.1.1
4492026-03-24T17:03:22.952Z Downloaded memchr v2.8.0
4502026-03-24T17:03:22.960Z Downloaded serde_json v1.0.149
4512026-03-24T17:03:22.980Z Downloaded pest v2.8.6
4522026-03-24T17:03:22.986Z Downloaded icu_properties_data v2.1.2
4532026-03-24T17:03:22.993Z Downloaded hashbrown v0.16.1
4542026-03-24T17:03:22.996Z Downloaded clap_builder v4.5.60
4552026-03-24T17:03:23.012Z Downloaded goblin v0.8.2
4562026-03-24T17:03:23.026Z Downloaded tabled v0.15.0
4572026-03-24T17:03:23.036Z Downloaded syn v1.0.109
4582026-03-24T17:03:23.045Z Downloaded syn v2.0.117
4592026-03-24T17:03:23.070Z Downloaded rustix v1.1.3
4602026-03-24T17:03:23.099Z Downloaded libc v0.2.180
4612026-03-24T17:03:23.189Z Compiling proc-macro2 v1.0.106
4622026-03-24T17:03:23.194Z Compiling quote v1.0.44
4632026-03-24T17:03:23.194Z Compiling unicode-ident v1.0.24
4642026-03-24T17:03:23.194Z Compiling serde_core v1.0.228
4652026-03-24T17:03:23.194Z Compiling libc v0.2.180
4662026-03-24T17:03:23.195Z Compiling version_check v0.9.5
4672026-03-24T17:03:23.195Z Compiling serde v1.0.228
4682026-03-24T17:03:23.195Z Compiling memchr v2.8.0
4692026-03-24T17:03:23.612Z Compiling stable_deref_trait v1.2.1
4702026-03-24T17:03:23.713Z Compiling zmij v1.0.21
4712026-03-24T17:03:23.967Z Compiling autocfg v1.5.0
4722026-03-24T17:03:24.078Z Compiling itoa v1.0.17
4732026-03-24T17:03:24.362Z Compiling ucd-trie v0.1.7
4742026-03-24T17:03:24.405Z Compiling thiserror v1.0.69
4752026-03-24T17:03:24.494Z Compiling litemap v0.8.1
4762026-03-24T17:03:24.587Z Compiling pest v2.8.6
4772026-03-24T17:03:24.614Z Compiling writeable v0.6.2
4782026-03-24T17:03:24.756Z Compiling icu_properties_data v2.1.2
4792026-03-24T17:03:24.987Z Compiling icu_normalizer_data v2.1.1
4802026-03-24T17:03:25.041Z Compiling rustix v1.1.3
4812026-03-24T17:03:25.123Z Compiling byteorder v1.5.0
4822026-03-24T17:03:25.241Z Compiling syn v2.0.117
4832026-03-24T17:03:25.350Z Compiling errno v0.3.14
4842026-03-24T17:03:25.372Z Compiling bitflags v2.11.0
4852026-03-24T17:03:25.448Z Compiling serde_json v1.0.149
4862026-03-24T17:03:25.725Z Compiling num-traits v0.2.19
4872026-03-24T17:03:25.749Z Compiling smallvec v1.15.1
4882026-03-24T17:03:25.773Z Compiling hashbrown v0.16.1
4892026-03-24T17:03:25.953Z Compiling equivalent v1.0.2
4902026-03-24T17:03:26.070Z Compiling typeid v1.0.3
4912026-03-24T17:03:26.270Z Compiling pest_meta v2.8.6
4922026-03-24T17:03:26.478Z Compiling indexmap v2.13.0
4932026-03-24T17:03:26.503Z Compiling thread-id v4.2.2
4942026-03-24T17:03:26.591Z Compiling usdt-impl v0.5.0
4952026-03-24T17:03:26.614Z Compiling proc-macro-error-attr v1.0.4
4962026-03-24T17:03:26.776Z Compiling syn v1.0.109
4972026-03-24T17:03:26.844Z Compiling winnow v0.7.14
4982026-03-24T17:03:26.868Z Compiling erased-serde v0.4.9
4992026-03-24T17:03:27.220Z Compiling toml_write v0.1.2
5002026-03-24T17:03:27.513Z Compiling proc-macro-error v1.0.4
5012026-03-24T17:03:27.630Z Compiling utf8_iter v1.0.4
5022026-03-24T17:03:27.747Z Compiling log v0.4.29
5032026-03-24T17:03:27.823Z Compiling getrandom v0.4.1
5042026-03-24T17:03:27.989Z Compiling plain v0.2.3
5052026-03-24T17:03:28.135Z Compiling camino v1.2.2
5062026-03-24T17:03:28.251Z Compiling thiserror v2.0.18
5072026-03-24T17:03:28.381Z Compiling utf8parse v0.2.2
5082026-03-24T17:03:28.527Z Compiling percent-encoding v2.3.2
5092026-03-24T17:03:28.592Z Compiling anstyle-parse v0.2.7
5102026-03-24T17:03:28.595Z Compiling ordered-float v2.10.1
5112026-03-24T17:03:28.781Z Compiling form_urlencoded v1.2.2
5122026-03-24T17:03:28.931Z Compiling terminal_size v0.4.3
5132026-03-24T17:03:28.960Z Compiling synstructure v0.13.2
5142026-03-24T17:03:28.963Z Compiling pest_generator v2.8.6
5152026-03-24T17:03:29.152Z Compiling cfg-if v1.0.4
5162026-03-24T17:03:29.250Z Compiling anstyle-query v1.1.5
5172026-03-24T17:03:29.310Z Compiling colorchoice v1.0.4
5182026-03-24T17:03:29.366Z Compiling is_terminal_polyfill v1.70.2
5192026-03-24T17:03:29.393Z Compiling pretty-hex v0.4.1
5202026-03-24T17:03:29.461Z Compiling anstyle v1.0.13
5212026-03-24T17:03:29.491Z Compiling serde-untagged v0.1.9
5222026-03-24T17:03:29.768Z Compiling anstream v0.6.21
5232026-03-24T17:03:29.795Z Compiling semver v1.0.27
5242026-03-24T17:03:29.864Z Compiling fs-err v3.3.0
5252026-03-24T17:03:30.012Z Compiling fastrand v2.3.0
5262026-03-24T17:03:30.142Z Compiling strsim v0.11.1
5272026-03-24T17:03:30.268Z Compiling unicode-xid v0.2.6
5282026-03-24T17:03:30.278Z Compiling clap_lex v1.0.0
5292026-03-24T17:03:30.278Z Compiling heck v0.5.0
5302026-03-24T17:03:30.361Z Compiling heck v0.4.1
5312026-03-24T17:03:30.365Z Compiling anyhow v1.0.102
5322026-03-24T17:03:30.583Z Compiling bytecount v0.6.9
5332026-03-24T17:03:30.607Z Compiling unicode-width v0.1.14
5342026-03-24T17:03:30.658Z Compiling fnv v1.0.7
5352026-03-24T17:03:30.760Z Compiling once_cell v1.21.3
5362026-03-24T17:03:30.792Z Compiling clap_builder v4.5.60
5372026-03-24T17:03:30.941Z Compiling papergrid v0.11.0
5382026-03-24T17:03:31.036Z Compiling tempfile v3.25.0
5392026-03-24T17:03:31.095Z Compiling memmap v0.7.0
5402026-03-24T17:03:31.118Z Compiling smawk v0.3.2
5412026-03-24T17:03:31.294Z Compiling unicode-linebreak v0.1.5
5422026-03-24T17:03:31.329Z Compiling unicode-width v0.2.0
5432026-03-24T17:03:31.534Z Compiling camino-tempfile v1.4.1
5442026-03-24T17:03:31.583Z Compiling serde_derive v1.0.228
5452026-03-24T17:03:31.608Z Compiling zerofrom-derive v0.1.6
5462026-03-24T17:03:31.686Z Compiling yoke-derive v0.8.1
5472026-03-24T17:03:31.836Z Compiling zerovec-derive v0.11.2
5482026-03-24T17:03:31.917Z Compiling displaydoc v0.2.5
5492026-03-24T17:03:32.904Z Compiling thiserror-impl v1.0.69
5502026-03-24T17:03:32.924Z Compiling zerocopy-derive v0.7.35
5512026-03-24T17:03:33.244Z Compiling pest_derive v2.8.6
5522026-03-24T17:03:33.291Z Compiling scroll_derive v0.12.1
5532026-03-24T17:03:33.497Z Compiling zerofrom v0.1.6
5542026-03-24T17:03:33.669Z Compiling yoke v0.8.1
5552026-03-24T17:03:33.776Z Compiling thiserror-impl v2.0.18
5562026-03-24T17:03:33.923Z Compiling zerovec v0.11.5
5572026-03-24T17:03:34.069Z Compiling zerotrie v0.2.3
5582026-03-24T17:03:34.186Z Compiling zerocopy v0.7.35
5592026-03-24T17:03:34.529Z Compiling scroll v0.12.0
5602026-03-24T17:03:34.619Z Compiling tinystr v0.8.2
5612026-03-24T17:03:34.809Z Compiling potential_utf v0.1.4
5622026-03-24T17:03:34.895Z Compiling icu_locale_core v2.1.1
5632026-03-24T17:03:34.919Z Compiling dtrace-parser v0.2.0
5642026-03-24T17:03:34.994Z Compiling icu_collections v2.1.1
5652026-03-24T17:03:35.028Z Compiling goblin v0.8.2
5662026-03-24T17:03:35.082Z Compiling tabled_derive v0.7.0
5672026-03-24T17:03:35.571Z Compiling clap_derive v4.5.55
5682026-03-24T17:03:35.817Z Compiling icu_provider v2.1.1
5692026-03-24T17:03:35.960Z Compiling textwrap v0.16.2
5702026-03-24T17:03:36.155Z Compiling icu_normalizer v2.1.1
5712026-03-24T17:03:36.212Z Compiling icu_properties v2.1.2
5722026-03-24T17:03:36.309Z Compiling serde_spanned v0.6.9
5732026-03-24T17:03:36.365Z Compiling toml_datetime v0.6.11
5742026-03-24T17:03:36.445Z Compiling dof v0.3.0
5752026-03-24T17:03:36.500Z Compiling serde_tokenstream v0.2.3
5762026-03-24T17:03:36.580Z Compiling serde-value v0.7.0
5772026-03-24T17:03:36.721Z Compiling toml_edit v0.22.27
5782026-03-24T17:03:36.915Z Compiling cargo-platform v0.2.0
5792026-03-24T17:03:36.974Z Compiling tabled v0.15.0
5802026-03-24T17:03:37.072Z Compiling macaddr v1.0.1
5812026-03-24T17:03:37.656Z Compiling idna_adapter v1.2.1
5822026-03-24T17:03:37.693Z Compiling usdt-macro v0.5.0
5832026-03-24T17:03:37.751Z Compiling usdt-attr-macro v0.5.0
5842026-03-24T17:03:37.840Z Compiling idna v1.1.0
5852026-03-24T17:03:37.865Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-24T17:03:37.938Z Compiling clap v4.5.60
5872026-03-24T17:03:38.048Z Compiling swrite v0.1.0
5882026-03-24T17:03:38.506Z Compiling url v2.5.8
5892026-03-24T17:03:38.679Z Compiling toml v0.8.23
5902026-03-24T17:03:39.123Z Compiling usdt v0.5.0
5912026-03-24T17:03:39.264Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T17:03:39.399Z Compiling cargo_toml v0.21.0
5932026-03-24T17:03:40.489Z Compiling cargo_metadata v0.21.0
5942026-03-24T17:03:41.777Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T17:03:44.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.49s
5962026-03-24T17:03:44.888Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T17:03:45.651Z Downloading crates ...
5982026-03-24T17:03:45.765Z Downloaded adler2 v2.0.1
5992026-03-24T17:03:45.774Z Downloaded ahash v0.8.12
6002026-03-24T17:03:45.778Z Downloaded cargo-platform v0.1.9
6012026-03-24T17:03:45.781Z Downloaded atomicwrites v0.4.4
6022026-03-24T17:03:45.790Z Downloaded arrayvec v0.7.6
6032026-03-24T17:03:45.798Z Downloaded cbc v0.1.2
6042026-03-24T17:03:45.801Z Downloaded defmt v0.3.100
6052026-03-24T17:03:45.802Z Downloaded bit-vec v0.8.0
6062026-03-24T17:03:45.804Z Downloaded crossbeam-channel v0.5.15
6072026-03-24T17:03:45.807Z Downloaded darling_macro v0.21.3
6082026-03-24T17:03:45.810Z Downloaded des v0.8.1
6092026-03-24T17:03:45.810Z Downloaded async-stream-impl v0.3.6
6102026-03-24T17:03:45.810Z Downloaded critical-section v1.2.0
6112026-03-24T17:03:45.813Z Downloaded darling_macro v0.20.11
6122026-03-24T17:03:45.813Z Downloaded async-stream v0.3.6
6132026-03-24T17:03:45.816Z Downloaded chacha20 v0.9.1
6142026-03-24T17:03:45.819Z Downloaded cstr-argument v0.1.2
6152026-03-24T17:03:45.819Z Downloaded colored v3.1.1
6162026-03-24T17:03:45.823Z Downloaded bzip2 v0.4.4
6172026-03-24T17:03:45.823Z Downloaded bitfield-struct v0.6.2
6182026-03-24T17:03:45.827Z Downloaded crunchy v0.2.4
6192026-03-24T17:03:45.827Z Downloaded crucible-workspace-hack v0.1.0
6202026-03-24T17:03:45.827Z Downloaded crc8 v0.1.1
6212026-03-24T17:03:45.827Z Downloaded ciborium-io v0.2.2
6222026-03-24T17:03:45.830Z Downloaded base16ct v1.0.0
6232026-03-24T17:03:45.830Z Downloaded embedded-io v0.4.0
6242026-03-24T17:03:45.831Z Downloaded async-recursion v1.1.1
6252026-03-24T17:03:45.834Z Downloaded block-padding v0.3.3
6262026-03-24T17:03:45.837Z Downloaded bcs v0.1.6
6272026-03-24T17:03:45.837Z Downloaded daft v0.1.5
6282026-03-24T17:03:45.840Z Downloaded defmt v1.0.1
6292026-03-24T17:03:45.843Z Downloaded cookie v0.18.1
6302026-03-24T17:03:45.846Z Downloaded cfg_aliases v0.2.1
6312026-03-24T17:03:45.846Z Downloaded backoff v0.4.0
6322026-03-24T17:03:45.849Z Downloaded debug-ignore v1.0.5
6332026-03-24T17:03:45.849Z Downloaded bit-set v0.5.3
6342026-03-24T17:03:45.852Z Downloaded data-encoding v2.10.0
6352026-03-24T17:03:45.852Z Downloaded bcrypt-pbkdf v0.10.0
6362026-03-24T17:03:45.855Z Downloaded dirs-next v2.0.0
6372026-03-24T17:03:45.855Z Downloaded dunce v1.0.5
6382026-03-24T17:03:45.859Z Downloaded filetime v0.2.27
6392026-03-24T17:03:45.862Z Downloaded bitfield v0.19.4
6402026-03-24T17:03:45.862Z Downloaded dropshot-api-manager-types v0.6.0
6412026-03-24T17:03:45.865Z Downloaded async-trait v0.1.89
6422026-03-24T17:03:45.868Z Downloaded env_logger v0.11.9
6432026-03-24T17:03:45.871Z Downloaded bit-set v0.8.0
6442026-03-24T17:03:45.871Z Downloaded atomic-waker v1.1.2
6452026-03-24T17:03:45.874Z Downloaded float-ord v0.3.2
6462026-03-24T17:03:45.874Z Downloaded darling_macro v0.23.0
6472026-03-24T17:03:45.874Z Downloaded assert_matches v1.5.0
6482026-03-24T17:03:45.878Z Downloaded darling v0.20.11
6492026-03-24T17:03:45.881Z Downloaded foreign-types v0.3.2
6502026-03-24T17:03:45.881Z Downloaded display-error-chain v0.2.2
6512026-03-24T17:03:45.881Z Downloaded castaway v0.2.4
6522026-03-24T17:03:45.884Z Downloaded csv-core v0.1.13
6532026-03-24T17:03:45.884Z Downloaded daft-derive v0.1.5
6542026-03-24T17:03:45.887Z Downloaded fallible-iterator v0.2.0
6552026-03-24T17:03:45.926Z Downloaded aead v0.5.2
6562026-03-24T17:03:45.926Z Downloaded cobs v0.3.0
6572026-03-24T17:03:45.926Z Downloaded dtrace-parser v0.3.0
6582026-03-24T17:03:45.926Z Downloaded curve25519-dalek-derive v0.1.1
6592026-03-24T17:03:45.926Z Downloaded defmt-parser v1.0.0
6602026-03-24T17:03:45.926Z Downloaded flagset v0.4.7
6612026-03-24T17:03:45.927Z Downloaded dof v0.4.0
6622026-03-24T17:03:45.927Z Downloaded ascii-canvas v3.0.0
6632026-03-24T17:03:45.927Z Downloaded crc v3.4.0
6642026-03-24T17:03:45.927Z Downloaded env_filter v1.0.0
6652026-03-24T17:03:45.927Z Downloaded ciborium-ll v0.2.2
6662026-03-24T17:03:45.927Z Downloaded atty v0.2.14
6672026-03-24T17:03:45.927Z Downloaded fd-lock v4.0.4
6682026-03-24T17:03:45.927Z Downloaded crc-catalog v2.4.0
6692026-03-24T17:03:45.927Z Downloaded bitfield-macros v0.19.4
6702026-03-24T17:03:45.927Z Downloaded enum-as-inner v0.6.1
6712026-03-24T17:03:45.927Z Downloaded fixedbitset v0.4.2
6722026-03-24T17:03:45.927Z Downloaded dirs-sys-next v0.1.2
6732026-03-24T17:03:45.927Z Downloaded deranged v0.5.8
6742026-03-24T17:03:45.927Z Downloaded endian-type v0.1.2
6752026-03-24T17:03:45.927Z Downloaded foreign-types v0.5.0
6762026-03-24T17:03:45.927Z Downloaded darling_core v0.20.11
6772026-03-24T17:03:45.931Z Downloaded dsl_auto_type v0.2.0
6782026-03-24T17:03:45.931Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-03-24T17:03:45.931Z Downloaded funty v2.0.0
6802026-03-24T17:03:45.931Z Downloaded document-features v0.2.12
6812026-03-24T17:03:45.931Z Downloaded foreign-types-shared v0.1.1
6822026-03-24T17:03:45.931Z Downloaded derive_builder_macro v0.20.2
6832026-03-24T17:03:45.931Z Downloaded futures-core v0.3.32
6842026-03-24T17:03:45.931Z Downloaded foreign-types-macros v0.2.3
6852026-03-24T17:03:45.931Z Downloaded dyn-clone v1.0.20
6862026-03-24T17:03:45.934Z Downloaded float-cmp v0.10.0
6872026-03-24T17:03:45.934Z Downloaded array-init v0.0.4
6882026-03-24T17:03:45.934Z Downloaded embedded-io v0.6.1
6892026-03-24T17:03:45.939Z Downloaded cancel-safe-futures v0.1.5
6902026-03-24T17:03:45.942Z Downloaded foreign-types-shared v0.3.1
6912026-03-24T17:03:45.942Z Downloaded cargo_metadata v0.19.2
6922026-03-24T17:03:45.942Z Downloaded bit-vec v0.6.3
6932026-03-24T17:03:45.942Z Downloaded camino-tempfile-ext v0.3.3
6942026-03-24T17:03:45.945Z Downloaded darling v0.21.3
6952026-03-24T17:03:45.948Z Downloaded git-stub v1.0.0
6962026-03-24T17:03:45.951Z Downloaded ghash v0.5.1
6972026-03-24T17:03:45.951Z Downloaded futures-macro v0.3.32
6982026-03-24T17:03:45.954Z Downloaded ff v0.13.1
6992026-03-24T17:03:45.954Z Downloaded fxhash v0.2.1
7002026-03-24T17:03:45.954Z Downloaded futures-sink v0.3.32
7012026-03-24T17:03:45.957Z Downloaded globwalk v0.9.1
7022026-03-24T17:03:45.957Z Downloaded futures-io v0.3.32
7032026-03-24T17:03:45.960Z Downloaded byte-wrapper v0.1.0
7042026-03-24T17:03:45.960Z Downloaded arrayref v0.3.9
7052026-03-24T17:03:45.963Z Downloaded crossbeam-deque v0.8.6
7062026-03-24T17:03:45.979Z Downloaded hostname v0.4.2
7072026-03-24T17:03:45.982Z Downloaded headers-core v0.3.0
7082026-03-24T17:03:45.982Z Downloaded ed25519 v2.2.3
7092026-03-24T17:03:45.985Z Downloaded derive-ex v0.1.8
7102026-03-24T17:03:45.985Z Downloaded fatfs v0.3.6
7112026-03-24T17:03:45.987Z Downloaded home v0.5.12
7122026-03-24T17:03:45.990Z Downloaded either v1.15.0
7132026-03-24T17:03:45.990Z Downloaded argon2 v0.5.3
7142026-03-24T17:03:45.994Z Downloaded derive_builder_core v0.20.2
7152026-03-24T17:03:45.994Z Downloaded foldhash v0.1.5
7162026-03-24T17:03:45.998Z Downloaded ecdsa v0.16.9
7172026-03-24T17:03:45.998Z Downloaded http-body v1.0.1
7182026-03-24T17:03:46.001Z Downloaded foldhash v0.2.0
7192026-03-24T17:03:46.001Z Downloaded hostname v0.3.1
7202026-03-24T17:03:46.001Z Downloaded find-msvc-tools v0.1.9
7212026-03-24T17:03:46.004Z Downloaded diesel-dtrace v0.5.0
7222026-03-24T17:03:46.004Z Downloaded drift v0.1.3
7232026-03-24T17:03:46.009Z Downloaded hubpack_derive v0.1.1
7242026-03-24T17:03:46.012Z Downloaded fs-err v2.11.0
7252026-03-24T17:03:46.012Z Downloaded futures-executor v0.3.32
7262026-03-24T17:03:46.015Z Downloaded httpdate v1.0.3
7272026-03-24T17:03:46.018Z Downloaded hubpack v0.1.2
7282026-03-24T17:03:46.018Z Downloaded crc32fast v1.5.0
7292026-03-24T17:03:46.018Z Downloaded colored v2.2.0
7302026-03-24T17:03:46.021Z Downloaded hyper-tls v0.6.0
7312026-03-24T17:03:46.024Z Downloaded ident_case v1.0.1
7322026-03-24T17:03:46.024Z Downloaded gethostname v0.5.0
7332026-03-24T17:03:46.024Z Downloaded indoc v1.0.9
7342026-03-24T17:03:46.028Z Downloaded instability v0.3.11
7352026-03-24T17:03:46.031Z Downloaded indent_write v2.2.0
7362026-03-24T17:03:46.031Z Downloaded internet-checksum v0.2.1
7372026-03-24T17:03:46.031Z Downloaded chacha20 v0.10.0
7382026-03-24T17:03:46.035Z Downloaded is_ci v1.2.0
7392026-03-24T17:03:46.035Z Downloaded is-terminal v0.4.17
7402026-03-24T17:03:46.038Z Downloaded defmt-macros v1.0.1
7412026-03-24T17:03:46.038Z Downloaded git-stub-vcs v0.1.0
7422026-03-24T17:03:46.041Z Downloaded globset v0.4.18
7432026-03-24T17:03:46.044Z Downloaded const-oid v0.9.6
7442026-03-24T17:03:46.044Z Downloaded glob v0.3.3
7452026-03-24T17:03:46.044Z Downloaded console v0.16.2
7462026-03-24T17:03:46.048Z Downloaded console v0.15.11
7472026-03-24T17:03:46.050Z Downloaded inout v0.1.4
7482026-03-24T17:03:46.050Z Downloaded clang-sys v1.8.1
7492026-03-24T17:03:46.053Z Downloaded backon v1.6.0
7502026-03-24T17:03:46.056Z Downloaded kstat-rs v0.2.4
7512026-03-24T17:03:46.056Z Downloaded ciborium v0.2.2
7522026-03-24T17:03:46.059Z Downloaded lazy_static v1.5.0
7532026-03-24T17:03:46.062Z Downloaded fixedbitset v0.5.7
7542026-03-24T17:03:46.062Z Downloaded lalrpop-util v0.19.12
7552026-03-24T17:03:46.065Z Downloaded keccak v0.1.6
7562026-03-24T17:03:46.065Z Downloaded ar_archive_writer v0.5.1
7572026-03-24T17:03:46.068Z Downloaded libscf-sys v1.1.0
7582026-03-24T17:03:46.071Z Downloaded async-bb8-diesel v0.2.1
7592026-03-24T17:03:46.071Z Downloaded highway v1.3.0
7602026-03-24T17:03:46.074Z Downloaded instant v0.1.13
7612026-03-24T17:03:46.074Z Downloaded crossbeam-utils v0.8.21
7622026-03-24T17:03:46.077Z Downloaded constant_time_eq v0.4.2
7632026-03-24T17:03:46.082Z Downloaded linked-hash-map v0.5.6
7642026-03-24T17:03:46.082Z Downloaded lru v0.12.5
7652026-03-24T17:03:46.084Z Downloaded fs_extra v1.3.0
7662026-03-24T17:03:46.085Z Downloaded cargo_toml v0.22.3
7672026-03-24T17:03:46.085Z Downloaded dropshot_endpoint v0.16.7
7682026-03-24T17:03:46.087Z Downloaded lzss v0.8.2
7692026-03-24T17:03:46.090Z Downloaded lru-slab v0.1.2
7702026-03-24T17:03:46.090Z Downloaded crypto-bigint v0.5.5
7712026-03-24T17:03:46.095Z Downloaded memoffset v0.9.1
7722026-03-24T17:03:46.098Z Downloaded match_cfg v0.1.0
7732026-03-24T17:03:46.098Z Downloaded ingot v0.1.1
7742026-03-24T17:03:46.101Z Downloaded newline-converter v0.3.0
7752026-03-24T17:03:46.101Z Downloaded indoc v2.0.7
7762026-03-24T17:03:46.104Z Downloaded multimap v0.10.1
7772026-03-24T17:03:46.104Z Downloaded newtype-uuid-macros v0.1.0
7782026-03-24T17:03:46.109Z Downloaded new_debug_unreachable v1.0.6
7792026-03-24T17:03:46.109Z Downloaded mime v0.3.17
7802026-03-24T17:03:46.111Z Downloaded newtype_derive v0.1.6
7812026-03-24T17:03:46.111Z Downloaded nibble_vec v0.1.0
7822026-03-24T17:03:46.112Z Downloaded md5 v0.7.0
7832026-03-24T17:03:46.112Z Downloaded maplit v1.0.2
7842026-03-24T17:03:46.114Z Downloaded maybe-uninit v2.0.0
7852026-03-24T17:03:46.114Z Downloaded md-5 v0.10.6
7862026-03-24T17:03:46.117Z Downloaded impl-trait-for-tuples v0.2.3
7872026-03-24T17:03:46.123Z Downloaded ipnetwork v0.21.1
7882026-03-24T17:03:46.123Z Downloaded ingot-types v0.1.2
7892026-03-24T17:03:46.123Z Downloaded getrandom v0.2.17
7902026-03-24T17:03:46.128Z Downloaded darling_core v0.23.0
7912026-03-24T17:03:46.131Z Downloaded ipnet v2.11.0
7922026-03-24T17:03:46.131Z Downloaded half v1.8.3
7932026-03-24T17:03:46.133Z Downloaded hickory-client v0.25.2
7942026-03-24T17:03:46.136Z Downloaded nodrop v0.1.14
7952026-03-24T17:03:46.136Z Downloaded libloading v0.8.9
7962026-03-24T17:03:46.139Z Downloaded nonempty v0.12.0
7972026-03-24T17:03:46.139Z Downloaded num v0.4.3
7982026-03-24T17:03:46.141Z Downloaded num-iter v0.1.45
7992026-03-24T17:03:46.141Z Downloaded num-derive v0.3.3
8002026-03-24T17:03:46.144Z Downloaded olpc-cjson v0.1.4
8012026-03-24T17:03:46.144Z Downloaded num_threads v0.1.7
8022026-03-24T17:03:46.147Z Downloaded bzip2 v0.6.1
8032026-03-24T17:03:46.147Z Downloaded num-conv v0.2.0
8042026-03-24T17:03:46.150Z Downloaded normalize-line-endings v0.3.0
8052026-03-24T17:03:46.150Z Downloaded libsw-core v0.3.2
8062026-03-24T17:03:46.153Z Downloaded derive_builder v0.20.2
8072026-03-24T17:03:46.156Z Downloaded libefi-sys v0.1.0
8082026-03-24T17:03:46.156Z Downloaded http-body-util v0.1.3
8092026-03-24T17:03:46.159Z Downloaded num_enum_derive v0.5.11
8102026-03-24T17:03:46.159Z Downloaded openssl-probe v0.1.6
8112026-03-24T17:03:46.162Z Downloaded allocator-api2 v0.2.21
8122026-03-24T17:03:46.165Z Downloaded hmac v0.12.1
8132026-03-24T17:03:46.165Z Downloaded cookie_store v0.22.1
8142026-03-24T17:03:46.169Z Downloaded lock_api v0.4.14
8152026-03-24T17:03:46.169Z Downloaded opaque-debug v0.3.1
8162026-03-24T17:03:46.171Z Downloaded derive_more v0.99.20
8172026-03-24T17:03:46.174Z Downloaded openssl-macros v0.1.1
8182026-03-24T17:03:46.174Z Downloaded derive-where v1.6.0
8192026-03-24T17:03:46.177Z Downloaded packed_struct_codegen v0.10.1
8202026-03-24T17:03:46.180Z Downloaded oso-derive v0.27.3
8212026-03-24T17:03:46.180Z Downloaded iana-time-zone v0.1.65
8222026-03-24T17:03:46.182Z Downloaded httparse v1.10.1
8232026-03-24T17:03:46.185Z Downloaded openssl-probe v0.2.1
8242026-03-24T17:03:46.188Z Downloaded multer v3.1.0
8252026-03-24T17:03:46.189Z Downloaded newtype-uuid v1.3.2
8262026-03-24T17:03:46.192Z Downloaded hyper-rustls v0.27.7
8272026-03-24T17:03:46.192Z Downloaded mime_guess v2.0.5
8282026-03-24T17:03:46.195Z Downloaded native-tls v0.2.18
8292026-03-24T17:03:46.195Z Downloaded getrandom v0.3.4
8302026-03-24T17:03:46.199Z Downloaded path-slash v0.1.5
8312026-03-24T17:03:46.202Z Downloaded peg-runtime v0.8.5
8322026-03-24T17:03:46.202Z Downloaded parse-size v1.1.0
8332026-03-24T17:03:46.202Z Downloaded ed25519-dalek v2.2.0
8342026-03-24T17:03:46.205Z Downloaded darling_core v0.21.3
8352026-03-24T17:03:46.208Z Downloaded ingot-macros v0.1.1
8362026-03-24T17:03:46.213Z Downloaded half v2.7.1
8372026-03-24T17:03:46.216Z Downloaded jobserver v0.1.34
8382026-03-24T17:03:46.216Z Downloaded nu-ansi-term v0.50.3
8392026-03-24T17:03:46.219Z Downloaded aes v0.8.4
8402026-03-24T17:03:46.222Z Downloaded pbkdf2 v0.11.0
8412026-03-24T17:03:46.222Z Downloaded compact_str v0.8.1
8422026-03-24T17:03:46.225Z Downloaded num-derive v0.4.2
8432026-03-24T17:03:46.228Z Downloaded phf_shared v0.13.1
8442026-03-24T17:03:46.228Z Downloaded pbkdf2 v0.12.2
8452026-03-24T17:03:46.231Z Downloaded phf_shared v0.11.3
8462026-03-24T17:03:46.232Z Downloaded num_enum v0.7.5
8472026-03-24T17:03:46.241Z Downloaded parse-display v0.10.0
8482026-03-24T17:03:46.244Z Downloaded futures v0.3.32
8492026-03-24T17:03:46.244Z Downloaded cc v1.2.56
8502026-03-24T17:03:46.244Z Downloaded num_enum v0.5.11
8512026-03-24T17:03:46.247Z Downloaded pin-utils v0.1.0
8522026-03-24T17:03:46.250Z Downloaded powerfmt v0.2.0
8532026-03-24T17:03:46.250Z Downloaded num_enum_derive v0.7.5
8542026-03-24T17:03:46.253Z Downloaded num-integer v0.1.46
8552026-03-24T17:03:46.253Z Downloaded linear-map v1.2.0
8562026-03-24T17:03:46.256Z Downloaded phf_shared v0.12.1
8572026-03-24T17:03:46.256Z Downloaded chacha20poly1305 v0.10.1
8582026-03-24T17:03:46.258Z Downloaded litrs v1.0.0
8592026-03-24T17:03:46.262Z Downloaded oxide-tokio-rt v0.1.3
8602026-03-24T17:03:46.262Z Downloaded oxnet v0.1.4
8612026-03-24T17:03:46.264Z Downloaded precomputed-hash v0.1.1
8622026-03-24T17:03:46.264Z Downloaded arc-swap v1.8.2
8632026-03-24T17:03:46.267Z Downloaded predicates-tree v1.0.13
8642026-03-24T17:03:46.270Z Downloaded predicates-core v1.0.10
8652026-03-24T17:03:46.270Z Downloaded base64 v0.22.1
8662026-03-24T17:03:46.273Z Downloaded owo-colors v4.3.0
8672026-03-24T17:03:46.275Z Downloaded memmap2 v0.9.10
8682026-03-24T17:03:46.276Z Downloaded ignore v0.4.25
8692026-03-24T17:03:46.279Z Downloaded libsw v3.5.0
8702026-03-24T17:03:46.281Z Downloaded hash32 v0.2.1
8712026-03-24T17:03:46.281Z Downloaded nanorand v0.7.0
8722026-03-24T17:03:46.284Z Downloaded progenitor-client v0.10.0
8732026-03-24T17:03:46.284Z Downloaded parking_lot_core v0.8.6
8742026-03-24T17:03:46.287Z Downloaded progenitor-client v0.11.2
8752026-03-24T17:03:46.287Z Downloaded proc-macro-crate v3.4.0
8762026-03-24T17:03:46.290Z Downloaded progenitor-macro v0.13.0
8772026-03-24T17:03:46.290Z Downloaded psl-types v2.0.11
8782026-03-24T17:03:46.293Z Downloaded quick-error v1.2.3
8792026-03-24T17:03:46.293Z Downloaded progenitor-macro v0.11.2
8802026-03-24T17:03:46.296Z Downloaded proc-macro-crate v1.3.1
8812026-03-24T17:03:46.296Z Downloaded password-hash v0.4.2
8822026-03-24T17:03:46.296Z Downloaded progenitor-macro v0.10.0
8832026-03-24T17:03:46.299Z Downloaded group v0.13.0
8842026-03-24T17:03:46.299Z Downloaded hyper-staticfile v0.10.1
8852026-03-24T17:03:46.305Z Downloaded headers v0.4.1
8862026-03-24T17:03:46.308Z Downloaded base64 v0.21.7
8872026-03-24T17:03:46.312Z Downloaded humantime v2.3.0
8882026-03-24T17:03:46.312Z Downloaded num-rational v0.4.2
8892026-03-24T17:03:46.315Z Downloaded futures-channel v0.3.32
8902026-03-24T17:03:46.315Z Downloaded managed v0.8.0
8912026-03-24T17:03:46.318Z Downloaded elliptic-curve v0.13.8
8922026-03-24T17:03:46.321Z Downloaded poly1305 v0.8.0
8932026-03-24T17:03:46.321Z Downloaded radium v0.7.0
8942026-03-24T17:03:46.325Z Downloaded pin-project-internal v1.1.11
8952026-03-24T17:03:46.325Z Downloaded peg v0.8.5
8962026-03-24T17:03:46.328Z Downloaded pkg-config v0.3.32
8972026-03-24T17:03:46.330Z Downloaded bumpalo v3.20.2
8982026-03-24T17:03:46.331Z Downloaded rand_chacha v0.3.1
8992026-03-24T17:03:46.334Z Downloaded pkcs8 v0.10.2
9002026-03-24T17:03:46.338Z Downloaded flume v0.11.1
9012026-03-24T17:03:46.340Z Downloaded rand_xorshift v0.4.0
9022026-03-24T17:03:46.340Z Downloaded polyval v0.6.2
9032026-03-24T17:03:46.341Z Downloaded phf v0.12.1
9042026-03-24T17:03:46.344Z Downloaded libbz2-rs-sys v0.2.2
9052026-03-24T17:03:46.344Z Downloaded phf v0.13.1
9062026-03-24T17:03:46.346Z Downloaded pem-rfc7468 v0.7.0
9072026-03-24T17:03:46.349Z Downloaded pem v3.0.6
9082026-03-24T17:03:46.349Z Downloaded ref-cast v1.0.25
9092026-03-24T17:03:46.352Z Downloaded proc-macro-error-attr2 v2.0.0
9102026-03-24T17:03:46.352Z Downloaded der v0.7.10
9112026-03-24T17:03:46.357Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-03-24T17:03:46.361Z Downloaded crossterm v0.28.1
9132026-03-24T17:03:46.364Z Downloaded proc-macro-error2 v2.0.1
9142026-03-24T17:03:46.367Z Downloaded parking_lot v0.12.5
9152026-03-24T17:03:46.370Z Downloaded progenitor-extras v0.1.1
9162026-03-24T17:03:46.374Z Downloaded progenitor-client v0.13.0
9172026-03-24T17:03:46.374Z Downloaded indexmap v1.9.3
9182026-03-24T17:03:46.377Z Downloaded rfc6979 v0.4.0
9192026-03-24T17:03:46.377Z Downloaded indicatif v0.18.4
9202026-03-24T17:03:46.379Z Downloaded recursive v0.1.1
9212026-03-24T17:03:46.382Z Downloaded primeorder v0.13.6
9222026-03-24T17:03:46.382Z Downloaded rustc-hash v2.1.1
9232026-03-24T17:03:46.385Z Downloaded parking_lot_core v0.9.12
9242026-03-24T17:03:46.385Z Downloaded progenitor v0.11.2
9252026-03-24T17:03:46.388Z Downloaded progenitor v0.10.0
9262026-03-24T17:03:46.388Z Downloaded parse-display-derive v0.10.0
9272026-03-24T17:03:46.391Z Downloaded psm v0.1.30
9282026-03-24T17:03:46.394Z Downloaded rtoolbox v0.0.3
9292026-03-24T17:03:46.394Z Downloaded heapless v0.8.0
9302026-03-24T17:03:46.396Z Downloaded rustc_version v0.4.1
9312026-03-24T17:03:46.399Z Downloaded russh-cryptovec v0.7.3
9322026-03-24T17:03:46.399Z Downloaded hickory-resolver v0.24.4
9332026-03-24T17:03:46.403Z Downloaded heapless v0.7.17
9342026-03-24T17:03:46.406Z Downloaded dropshot-api-manager v0.6.0
9352026-03-24T17:03:46.409Z Downloaded r2d2 v0.8.10
9362026-03-24T17:03:46.412Z Downloaded rustc_version v0.1.7
9372026-03-24T17:03:46.412Z Downloaded flate2 v1.1.9
9382026-03-24T17:03:46.416Z Downloaded rand_core v0.6.4
9392026-03-24T17:03:46.419Z Downloaded pkcs1 v0.7.5
9402026-03-24T17:03:46.422Z Downloaded expectorate v1.2.0
9412026-03-24T17:03:46.425Z Downloaded derive_more v2.1.1
9422026-03-24T17:03:46.431Z Downloaded rand_chacha v0.9.0
9432026-03-24T17:03:46.435Z Downloaded salsa20 v0.10.2
9442026-03-24T17:03:46.435Z Downloaded rand_core v0.10.0
9452026-03-24T17:03:46.437Z Downloaded diesel_derives v2.3.7
9462026-03-24T17:03:46.441Z Downloaded scopeguard v1.2.0
9472026-03-24T17:03:46.444Z Downloaded ref-cast-impl v1.0.25
9482026-03-24T17:03:46.444Z Downloaded rand_seeder v0.4.0
9492026-03-24T17:03:46.447Z Downloaded rand_core v0.9.5
9502026-03-24T17:03:46.447Z Downloaded progenitor v0.13.0
9512026-03-24T17:03:46.451Z Downloaded scrypt v0.11.0
9522026-03-24T17:03:46.452Z Downloaded scroll_derive v0.13.1
9532026-03-24T17:03:46.454Z Downloaded scheduled-thread-pool v0.2.7
9542026-03-24T17:03:46.454Z Downloaded secrecy v0.8.0
9552026-03-24T17:03:46.454Z Downloaded same-file v1.0.6
9562026-03-24T17:03:46.457Z Downloaded postgres-types v0.2.12
9572026-03-24T17:03:46.457Z Downloaded resolv-conf v0.7.6
9582026-03-24T17:03:46.460Z Downloaded parking_lot v0.11.2
9592026-03-24T17:03:46.463Z Downloaded miniz_oxide v0.8.9
9602026-03-24T17:03:46.463Z Downloaded p256 v0.13.2
9612026-03-24T17:03:46.466Z Downloaded predicates v3.1.4
9622026-03-24T17:03:46.469Z Downloaded ppv-lite86 v0.2.21
9632026-03-24T17:03:46.472Z Downloaded postgres-protocol v0.6.10
9642026-03-24T17:03:46.472Z Downloaded packed_struct v0.10.1
9652026-03-24T17:03:46.475Z Downloaded secrecy v0.10.3
9662026-03-24T17:03:46.475Z Downloaded sapling-renderdag v0.1.0
9672026-03-24T17:03:46.478Z Downloaded serde-big-array v0.5.1
9682026-03-24T17:03:46.478Z Downloaded semver v0.1.20
9692026-03-24T17:03:46.480Z Downloaded omicron-zone-package v0.12.2
9702026-03-24T17:03:46.483Z Downloaded serde_repr v0.1.20
9712026-03-24T17:03:46.483Z Downloaded serde_bytes v0.11.19
9722026-03-24T17:03:46.486Z Downloaded peg-macros v0.8.5
9732026-03-24T17:03:46.489Z Downloaded paste v1.0.15
9742026-03-24T17:03:46.492Z Downloaded jiff-static v0.2.21
9752026-03-24T17:03:46.492Z Downloaded password-hash v0.5.0
9762026-03-24T17:03:46.495Z Downloaded num-complex v0.4.6
9772026-03-24T17:03:46.497Z Downloaded crossbeam-epoch v0.9.18
9782026-03-24T17:03:46.497Z Downloaded serde_spanned v1.0.4
9792026-03-24T17:03:46.500Z Downloaded sha1 v0.10.6
9802026-03-24T17:03:46.500Z Downloaded pin-project-lite v0.2.17
9812026-03-24T17:03:46.504Z Downloaded serde_urlencoded v0.7.1
9822026-03-24T17:03:46.507Z Downloaded quinn-udp v0.5.14
9832026-03-24T17:03:46.510Z Downloaded pin-project v1.1.11
9842026-03-24T17:03:46.517Z Downloaded sigpipe v0.1.3
9852026-03-24T17:03:46.521Z Downloaded pkcs5 v0.7.1
9862026-03-24T17:03:46.524Z Downloaded rustversion v1.0.22
9872026-03-24T17:03:46.527Z Downloaded signal-hook-tokio v0.3.1
9882026-03-24T17:03:46.527Z Downloaded shell-words v1.1.1
9892026-03-24T17:03:46.527Z Downloaded signature v2.2.0
9902026-03-24T17:03:46.530Z Downloaded siphasher v1.0.2
9912026-03-24T17:03:46.530Z Downloaded rusty-fork v0.3.1
9922026-03-24T17:03:46.533Z Downloaded rustls-pemfile v2.2.0
9932026-03-24T17:03:46.533Z Downloaded rustls-pemfile v1.0.4
9942026-03-24T17:03:46.537Z Downloaded slog-envlogger v2.2.0
9952026-03-24T17:03:46.540Z Downloaded slog-bunyan v2.5.0
9962026-03-24T17:03:46.540Z Downloaded prefix-trie v0.7.0
9972026-03-24T17:03:46.543Z Downloaded rustls-native-certs v0.8.3
9982026-03-24T17:03:46.543Z Downloaded schemars_derive v0.8.22
9992026-03-24T17:03:46.546Z Downloaded derive_more-impl v2.1.1
10002026-03-24T17:03:46.549Z Downloaded serde_plain v1.0.2
10012026-03-24T17:03:46.552Z Downloaded lru-cache v0.1.2
10022026-03-24T17:03:46.552Z Downloaded http-range v0.1.5
10032026-03-24T17:03:46.555Z Downloaded diff v0.1.13
10042026-03-24T17:03:46.558Z Downloaded blake2 v0.10.6
10052026-03-24T17:03:46.558Z Downloaded ena v0.14.4
10062026-03-24T17:03:46.561Z Downloaded progenitor-impl v0.11.2
10072026-03-24T17:03:46.563Z Downloaded progenitor-impl v0.10.0
10082026-03-24T17:03:46.564Z Downloaded sec1 v0.7.3
10092026-03-24T17:03:46.566Z Downloaded scroll v0.13.0
10102026-03-24T17:03:46.566Z Downloaded serde-hex v0.1.0
10112026-03-24T17:03:46.570Z Downloaded seq-macro v0.3.6
10122026-03-24T17:03:46.572Z Downloaded bytes v1.11.1
10132026-03-24T17:03:46.575Z Downloaded buf-list v1.1.2
10142026-03-24T17:03:46.578Z Downloaded hashbrown v0.13.2
10152026-03-24T17:03:46.581Z Downloaded papergrid v0.17.0
10162026-03-24T17:03:46.585Z Downloaded hickory-resolver v0.25.2
10172026-03-24T17:03:46.588Z Downloaded ssh-encoding v0.2.0
10182026-03-24T17:03:46.591Z Downloaded ssh-cipher v0.2.0
10192026-03-24T17:03:46.591Z Downloaded sqlparser_derive v0.5.0
10202026-03-24T17:03:46.594Z Downloaded signal-hook-registry v1.4.8
10212026-03-24T17:03:46.594Z Downloaded hashbrown v0.12.3
10222026-03-24T17:03:46.598Z Downloaded postcard v1.1.3
10232026-03-24T17:03:46.601Z Downloaded hex-literal v0.4.1
10242026-03-24T17:03:46.601Z Downloaded hex v0.4.3
10252026-03-24T17:03:46.601Z Downloaded signal-hook-mio v0.2.5
10262026-03-24T17:03:46.604Z Downloaded structmeta v0.3.0
10272026-03-24T17:03:46.604Z Downloaded strip-ansi-escapes v0.2.1
10282026-03-24T17:03:46.607Z Downloaded hickory-server v0.25.2
10292026-03-24T17:03:46.610Z Downloaded strum v0.26.3
10302026-03-24T17:03:46.610Z Downloaded simd-adler32 v0.3.8
10312026-03-24T17:03:46.613Z Downloaded serde_path_to_error v0.1.20
10322026-03-24T17:03:46.613Z Downloaded serde_derive_internals v0.29.1
10332026-03-24T17:03:46.616Z Downloaded hash32 v0.3.1
10342026-03-24T17:03:46.616Z Downloaded futures-task v0.3.32
10352026-03-24T17:03:46.619Z Downloaded corncobs v0.1.4
10362026-03-24T17:03:46.619Z Downloaded convert_case v0.10.0
10372026-03-24T17:03:46.622Z Downloaded slab v0.4.12
10382026-03-24T17:03:46.622Z Downloaded strum v0.27.2
10392026-03-24T17:03:46.625Z Downloaded slog-json v2.6.1
10402026-03-24T17:03:46.625Z Downloaded supports-color v3.0.2
10412026-03-24T17:03:46.628Z Downloaded structmeta-derive v0.3.0
10422026-03-24T17:03:46.628Z Downloaded slog-dtrace v0.3.0
10432026-03-24T17:03:46.628Z Downloaded sync_wrapper v1.0.2
10442026-03-24T17:03:46.632Z Downloaded slog-async v2.8.0
10452026-03-24T17:03:46.632Z Downloaded shlex v1.3.0
10462026-03-24T17:03:46.636Z Downloaded slog-stdlog v4.1.1
10472026-03-24T17:03:46.636Z Downloaded oso v0.27.3
10482026-03-24T17:03:46.640Z Downloaded openssl-sys v0.9.111
10492026-03-24T17:03:46.643Z Downloaded prettyplease v0.2.37
10502026-03-24T17:03:46.645Z Downloaded tap v1.0.1
10512026-03-24T17:03:46.645Z Downloaded sync-ptr v0.1.4
10522026-03-24T17:03:46.645Z Downloaded slog-term v2.9.2
10532026-03-24T17:03:46.648Z Downloaded subtle v2.6.1
10542026-03-24T17:03:46.653Z Downloaded minimal-lexical v0.2.1
10552026-03-24T17:03:46.657Z Downloaded take_mut v0.2.2
10562026-03-24T17:03:46.657Z Downloaded tagptr v0.2.0
10572026-03-24T17:03:46.657Z Downloaded tabwriter v1.4.1
10582026-03-24T17:03:46.657Z Downloaded http v1.4.0
10592026-03-24T17:03:46.660Z Downloaded serde_cbor v0.11.2
10602026-03-24T17:03:46.663Z Downloaded slog-scope v4.4.1
10612026-03-24T17:03:46.663Z Downloaded cmake v0.1.57
10622026-03-24T17:03:46.666Z Downloaded cipher v0.4.4
10632026-03-24T17:03:46.666Z Downloaded smf v0.2.3
10642026-03-24T17:03:46.666Z Downloaded smallvec v0.6.14
10652026-03-24T17:03:46.669Z Downloaded snafu-derive v0.8.9
10662026-03-24T17:03:46.670Z Downloaded spki v0.7.3
10672026-03-24T17:03:46.672Z Downloaded serde_with_macros v3.17.0
10682026-03-24T17:03:46.672Z Downloaded russh-keys v0.45.0
10692026-03-24T17:03:46.676Z Downloaded thiserror-impl-no-std v2.0.2
10702026-03-24T17:03:46.679Z Downloaded testing_table v0.3.0
10712026-03-24T17:03:46.679Z Downloaded termtree v0.5.1
10722026-03-24T17:03:46.679Z Downloaded thread-id v5.1.0
10732026-03-24T17:03:46.682Z Downloaded aes-gcm v0.10.3
10742026-03-24T17:03:46.682Z Downloaded num-bigint v0.4.6
10752026-03-24T17:03:46.687Z Downloaded rustls-platform-verifier v0.6.2
10762026-03-24T17:03:46.690Z Downloaded stringprep v0.1.5
10772026-03-24T17:03:46.693Z Downloaded string_cache v0.8.9
10782026-03-24T17:03:46.693Z Downloaded stacker v0.1.23
10792026-03-24T17:03:46.696Z Downloaded sct v0.7.1
10802026-03-24T17:03:46.699Z Downloaded strum_macros v0.27.2
10812026-03-24T17:03:46.699Z Downloaded cfg_aliases v0.1.1
10822026-03-24T17:03:46.702Z Downloaded cexpr v0.6.0
10832026-03-24T17:03:46.702Z Downloaded cassowary v0.3.0
10842026-03-24T17:03:46.705Z Downloaded blowfish v0.9.1
10852026-03-24T17:03:46.705Z Downloaded bitflags v1.3.2
10862026-03-24T17:03:46.708Z Downloaded strum_macros v0.26.4
10872026-03-24T17:03:46.710Z Downloaded tinyvec_macros v0.1.1
10882026-03-24T17:03:46.710Z Downloaded schemars v0.8.22
10892026-03-24T17:03:46.718Z Downloaded rustls-pki-types v1.14.0
10902026-03-24T17:03:46.721Z Downloaded hyper-util v0.1.20
10912026-03-24T17:03:46.726Z Downloaded nom v7.1.3
10922026-03-24T17:03:46.729Z Downloaded ryu v1.0.23
10932026-03-24T17:03:46.732Z Downloaded strum_macros v0.24.3
10942026-03-24T17:03:46.735Z Downloaded tabled_derive v0.11.0
10952026-03-24T17:03:46.738Z Downloaded support-bundle-viewer v0.1.2
10962026-03-24T17:03:46.738Z Downloaded ron v0.8.1
10972026-03-24T17:03:46.741Z Downloaded rcgen v0.12.1
10982026-03-24T17:03:46.744Z Downloaded rayon-core v1.13.0
10992026-03-24T17:03:46.747Z Downloaded progenitor-impl v0.13.0
11002026-03-24T17:03:46.750Z Downloaded publicsuffix v2.3.0
11012026-03-24T17:03:46.750Z Downloaded qorb v0.4.1
11022026-03-24T17:03:46.754Z Downloaded itertools v0.10.5
11032026-03-24T17:03:46.759Z Downloaded sqlformat v0.3.5
11042026-03-24T17:03:46.762Z Downloaded try-lock v0.2.5
11052026-03-24T17:03:46.762Z Downloaded trait-variant v0.1.2
11062026-03-24T17:03:46.765Z Downloaded spin v0.9.8
11072026-03-24T17:03:46.765Z Downloaded thiserror-no-std v2.0.2
11082026-03-24T17:03:46.768Z Downloaded tower-service v0.3.3
11092026-03-24T17:03:46.771Z Downloaded tower-layer v0.3.3
11102026-03-24T17:03:46.771Z Downloaded topological-sort v0.2.2
11112026-03-24T17:03:46.774Z Downloaded thread_local v1.1.9
11122026-03-24T17:03:46.774Z Downloaded termios v0.3.3
11132026-03-24T17:03:46.774Z Downloaded static_assertions v1.1.0
11142026-03-24T17:03:46.777Z Downloaded hashbrown v0.15.5
11152026-03-24T17:03:46.780Z Downloaded time-core v0.1.8
11162026-03-24T17:03:46.782Z Downloaded pretty_assertions v1.4.1
11172026-03-24T17:03:46.782Z Downloaded crossterm v0.29.0
11182026-03-24T17:03:46.787Z Downloaded typify-macro v0.4.3
11192026-03-24T17:03:46.790Z Downloaded base64ct v1.8.3
11202026-03-24T17:03:46.793Z Downloaded base16ct v0.2.0
11212026-03-24T17:03:46.793Z Downloaded cpufeatures v0.3.0
11222026-03-24T17:03:46.798Z Downloaded erased-serde v0.3.31
11232026-03-24T17:03:46.798Z Downloaded const_format v0.2.35
11242026-03-24T17:03:46.801Z Downloaded tls_codec_derive v0.4.2
11252026-03-24T17:03:46.801Z Downloaded tokio-macros v2.6.0
11262026-03-24T17:03:46.804Z Downloaded time-macros v0.2.27
11272026-03-24T17:03:46.804Z Downloaded tokio-rustls v0.25.0
11282026-03-24T17:03:46.807Z Downloaded tokio-native-tls v0.3.1
11292026-03-24T17:03:46.807Z Downloaded signal-hook v0.3.18
11302026-03-24T17:03:46.810Z Downloaded universal-hash v0.5.1
11312026-03-24T17:03:46.814Z Downloaded unarray v0.1.4
11322026-03-24T17:03:46.814Z Downloaded typify-macro v0.6.1
11332026-03-24T17:03:46.814Z Downloaded tls_codec v0.4.2
11342026-03-24T17:03:46.846Z Downloaded mio v1.1.1
11352026-03-24T17:03:46.846Z Downloaded untrusted v0.7.1
11362026-03-24T17:03:46.846Z Downloaded unit-prefix v0.5.2
11372026-03-24T17:03:46.846Z Downloaded unicode-truncate v1.1.0
11382026-03-24T17:03:46.846Z Downloaded tokio-dtrace v0.1.1
11392026-03-24T17:03:46.846Z Downloaded tiny-keccak v2.0.2
11402026-03-24T17:03:46.846Z Downloaded usdt v0.6.0
11412026-03-24T17:03:46.846Z Downloaded untrusted v0.9.0
11422026-03-24T17:03:46.846Z Downloaded tokio-tungstenite v0.21.0
11432026-03-24T17:03:46.846Z Downloaded usdt-attr-macro v0.6.0
11442026-03-24T17:03:46.846Z Downloaded tokio-tungstenite v0.23.1
11452026-03-24T17:03:46.846Z Downloaded utf-8 v0.7.6
11462026-03-24T17:03:46.846Z Downloaded usdt-macro v0.6.0
11472026-03-24T17:03:46.846Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11482026-03-24T17:03:46.846Z Downloaded similar v2.7.0
11492026-03-24T17:03:46.846Z Downloaded term v1.2.1
11502026-03-24T17:03:46.849Z Downloaded socket2 v0.6.2
11512026-03-24T17:03:46.849Z Downloaded socket2 v0.5.10
11522026-03-24T17:03:46.849Z Downloaded serde_yaml v0.9.34+deprecated
11532026-03-24T17:03:46.849Z Downloaded itertools v0.12.1
11542026-03-24T17:03:46.854Z Downloaded wait-timeout v0.2.1
11552026-03-24T17:03:46.857Z Downloaded term v0.7.0
11562026-03-24T17:03:46.860Z Downloaded rand v0.9.2
11572026-03-24T17:03:46.863Z Downloaded rsa v0.9.10
11582026-03-24T17:03:46.866Z Downloaded void v1.0.2
11592026-03-24T17:03:46.866Z Downloaded tui-tree-widget v0.23.1
11602026-03-24T17:03:46.869Z Downloaded iddqd v0.3.17
11612026-03-24T17:03:46.872Z Downloaded want v0.3.1
11622026-03-24T17:03:46.877Z Downloaded num-bigint-dig v0.8.6
11632026-03-24T17:03:46.881Z Downloaded itertools v0.13.0
11642026-03-24T17:03:46.887Z Downloaded tokio-rustls v0.24.1
11652026-03-24T17:03:46.887Z Downloaded subprocess v0.2.15
11662026-03-24T17:03:46.890Z Downloaded rand v0.8.5
11672026-03-24T17:03:46.890Z Downloaded slog v2.8.2
11682026-03-24T17:03:46.893Z Downloaded waitgroup v0.1.2
11692026-03-24T17:03:46.893Z Downloaded hyper v1.8.1
11702026-03-24T17:03:46.899Z Downloaded schemars v1.2.1
11712026-03-24T17:03:46.909Z Downloaded usdt-impl v0.6.0
11722026-03-24T17:03:46.914Z Downloaded schemars v0.9.0
11732026-03-24T17:03:46.919Z Downloaded xattr v1.6.1
11742026-03-24T17:03:46.922Z Downloaded iri-string v0.7.10
11752026-03-24T17:03:46.926Z Downloaded xshell-macros v0.2.7
11762026-03-24T17:03:46.929Z Downloaded ctr v0.9.2
11772026-03-24T17:03:46.929Z Downloaded crc-any v2.5.0
11782026-03-24T17:03:46.933Z Downloaded uzers v0.12.2
11792026-03-24T17:03:46.933Z Downloaded tokio-stream v0.1.18
11802026-03-24T17:03:46.938Z Downloaded zone v0.3.1
11812026-03-24T17:03:46.941Z Downloaded tokio-rustls v0.26.4
11822026-03-24T17:03:46.941Z Downloaded test-strategy v0.4.5
11832026-03-24T17:03:46.944Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-03-24T17:03:46.944Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-03-24T17:03:46.947Z Downloaded rand v0.10.0
11862026-03-24T17:03:46.949Z Downloaded tracing-attributes v0.1.31
11872026-03-24T17:03:46.952Z Downloaded twox-hash v2.1.2
11882026-03-24T17:03:46.952Z Downloaded zone_cfg_derive v0.3.1
11892026-03-24T17:03:46.952Z Downloaded tar v0.4.44
11902026-03-24T17:03:46.955Z Downloaded snafu v0.8.9
11912026-03-24T17:03:46.959Z Downloaded vergen-lib v0.1.6
11922026-03-24T17:03:46.962Z Downloaded vergen-git2 v1.0.7
11932026-03-24T17:03:46.962Z Downloaded samael v0.0.19
11942026-03-24T17:03:46.966Z Downloaded libxml v0.3.3
11952026-03-24T17:03:46.971Z Downloaded quinn v0.11.9
11962026-03-24T17:03:46.976Z Downloaded libm v0.2.16
11972026-03-24T17:03:46.980Z Downloaded whoami v2.1.0
11982026-03-24T17:03:46.983Z Downloaded vsss-rs v3.3.4
11992026-03-24T17:03:46.986Z Downloaded vergen-gitcl v1.0.8
12002026-03-24T17:03:46.986Z Downloaded rustls-webpki v0.103.9
12012026-03-24T17:03:46.989Z Downloaded futures-util v0.3.32
12022026-03-24T17:03:46.997Z Downloaded wyz v0.5.1
12032026-03-24T17:03:46.999Z Downloaded unicase v2.9.0
12042026-03-24T17:03:46.999Z Downloaded tinyvec v1.10.0
12052026-03-24T17:03:47.002Z Downloaded aho-corasick v1.1.4
12062026-03-24T17:03:47.005Z Downloaded xshell v0.2.7
12072026-03-24T17:03:47.012Z Downloaded xz2 v0.1.7
12082026-03-24T17:03:47.016Z Downloaded zeroize v1.8.2
12092026-03-24T17:03:47.016Z Downloaded bitvec v1.0.1
12102026-03-24T17:03:47.020Z Downloaded zeroize_derive v1.4.3
12112026-03-24T17:03:47.023Z Downloaded vergen v9.0.6
12122026-03-24T17:03:47.023Z Downloaded p521 v0.13.3
12132026-03-24T17:03:47.028Z Downloaded unicode-properties v0.1.4
12142026-03-24T17:03:47.031Z Downloaded toml v0.7.8
12152026-03-24T17:03:47.031Z Downloaded walkdir v2.5.0
12162026-03-24T17:03:47.035Z Downloaded typify v0.4.3
12172026-03-24T17:03:47.038Z Downloaded zstd-safe v7.2.4
12182026-03-24T17:03:47.038Z Downloaded zstd v0.13.3
12192026-03-24T17:03:47.038Z Downloaded toml v0.9.12+spec-1.1.0
12202026-03-24T17:03:47.041Z Downloaded h2 v0.4.13
12212026-03-24T17:03:47.046Z Downloaded hkdf v0.12.4
12222026-03-24T17:03:47.049Z Downloaded typify v0.6.1
12232026-03-24T17:03:47.051Z Downloaded itertools v0.14.0
12242026-03-24T17:03:47.056Z Downloaded yasna v0.5.2
12252026-03-24T17:03:47.059Z Downloaded blake3 v1.8.3
12262026-03-24T17:03:47.064Z Downloaded whoami v1.6.1
12272026-03-24T17:03:47.067Z Downloaded zerocopy v0.6.6
12282026-03-24T17:03:47.070Z Downloaded tungstenite v0.23.0
12292026-03-24T17:03:47.072Z Downloaded unicode-bidi v0.3.18
12302026-03-24T17:03:47.072Z Downloaded tungstenite v0.21.0
12312026-03-24T17:03:47.075Z Downloaded steno v0.4.1
12322026-03-24T17:03:47.078Z Downloaded const_format_proc_macros v0.2.34
12332026-03-24T17:03:47.081Z Downloaded downcast-rs v2.0.2
12342026-03-24T17:03:47.081Z Downloaded difflib v0.4.0
12352026-03-24T17:03:47.081Z Downloaded convert_case v0.4.0
12362026-03-24T17:03:47.084Z Downloaded darling v0.23.0
12372026-03-24T17:03:47.087Z Downloaded uuid v1.21.0
12382026-03-24T17:03:47.091Z Downloaded russh v0.45.0
12392026-03-24T17:03:47.094Z Downloaded toml_edit v0.23.10+spec-1.0.0
12402026-03-24T17:03:47.097Z Downloaded tracing-core v0.1.36
12412026-03-24T17:03:47.101Z Downloaded rpassword v7.4.0
12422026-03-24T17:03:47.101Z Downloaded vte v0.14.1
12432026-03-24T17:03:47.104Z Downloaded ron v0.12.0
12442026-03-24T17:03:47.107Z Downloaded tokio-postgres v0.7.16
12452026-03-24T17:03:47.111Z Downloaded rustyline v14.0.0
12462026-03-24T17:03:47.115Z Downloaded reedline v0.40.0
12472026-03-24T17:03:47.121Z Downloaded toml_edit v0.19.15
12482026-03-24T17:03:47.133Z Downloaded unsafe-libyaml v0.2.11
12492026-03-24T17:03:47.137Z Downloaded bb8 v0.8.6
12502026-03-24T17:03:47.140Z Downloaded der_derive v0.7.3
12512026-03-24T17:03:47.145Z Downloaded zopfli v0.8.3
12522026-03-24T17:03:47.178Z Downloaded yansi v1.0.1
12532026-03-24T17:03:47.190Z Downloaded zip v0.6.6
12542026-03-24T17:03:47.193Z Downloaded ssh-key v0.6.7
12552026-03-24T17:03:47.200Z Downloaded regex v1.12.3
12562026-03-24T17:03:47.206Z Downloaded reqwest v0.13.2
12572026-03-24T17:03:47.209Z Downloaded git2 v0.20.4
12582026-03-24T17:03:47.215Z Downloaded p384 v0.13.1
12592026-03-24T17:03:47.218Z Downloaded aws-lc-rs v1.16.0
12602026-03-24T17:03:47.236Z Downloaded tower v0.5.3
12612026-03-24T17:03:47.249Z Downloaded unicode_categories v0.1.1
12622026-03-24T17:03:47.252Z Downloaded rayon v1.11.0
12632026-03-24T17:03:47.260Z Downloaded bindgen v0.71.1
12642026-03-24T17:03:47.265Z Downloaded typed-path v0.9.3
12652026-03-24T17:03:47.270Z Downloaded x509-cert v0.2.5
12662026-03-24T17:03:47.274Z Downloaded rustls-webpki v0.101.7
12672026-03-24T17:03:47.285Z Downloaded unicode-segmentation v1.12.0
12682026-03-24T17:03:47.288Z Downloaded salty v0.3.0
12692026-03-24T17:03:47.292Z Downloaded portable-atomic v1.13.1
12702026-03-24T17:03:47.298Z Downloaded chrono v0.4.44
12712026-03-24T17:03:47.304Z Downloaded goblin v0.10.5
12722026-03-24T17:03:47.310Z Downloaded tokio-util v0.7.18
12732026-03-24T17:03:47.315Z Downloaded zerocopy-derive v0.8.40
12742026-03-24T17:03:47.322Z Downloaded tough v0.20.0
12752026-03-24T17:03:47.330Z Downloaded serde_with v3.17.0
12762026-03-24T17:03:47.337Z Downloaded unicode-normalization v0.1.25
12772026-03-24T17:03:47.340Z Downloaded reqwest v0.12.28
12782026-03-24T17:03:47.345Z Downloaded rustls-webpki v0.102.8
12792026-03-24T17:03:47.359Z Downloaded tower-http v0.6.8
12802026-03-24T17:03:47.365Z Downloaded zip v4.6.1
12812026-03-24T17:03:47.368Z Downloaded petname v2.0.2
12822026-03-24T17:03:47.372Z Downloaded curve25519-dalek v4.1.3
12832026-03-24T17:03:47.379Z Downloaded quick-xml v0.37.5
12842026-03-24T17:03:47.384Z Downloaded nix v0.27.1
12852026-03-24T17:03:47.392Z Downloaded quinn-proto v0.11.13
12862026-03-24T17:03:47.397Z Downloaded object v0.30.4
12872026-03-24T17:03:47.404Z Downloaded bstr v1.12.1
12882026-03-24T17:03:47.412Z Downloaded winnow v0.5.40
12892026-03-24T17:03:47.418Z Downloaded proptest v1.10.0
12902026-03-24T17:03:47.425Z Downloaded polar-core v0.27.3
12912026-03-24T17:03:47.431Z Downloaded openssl v0.10.75
12922026-03-24T17:03:47.438Z Downloaded winnow v0.6.26
12932026-03-24T17:03:47.445Z Downloaded moka v0.12.13
12942026-03-24T17:03:47.451Z Downloaded lalrpop v0.19.12
12952026-03-24T17:03:47.460Z Downloaded radix_trie v0.2.1
12962026-03-24T17:03:47.469Z Downloaded nix v0.28.0
12972026-03-24T17:03:47.477Z Downloaded regex-syntax v0.6.29
12982026-03-24T17:03:47.482Z Downloaded rustls v0.21.12
12992026-03-24T17:03:47.491Z Downloaded time v0.3.47
13002026-03-24T17:03:47.500Z Downloaded tabled v0.20.0
13012026-03-24T17:03:47.513Z Downloaded smoltcp v0.9.1
13022026-03-24T17:03:47.520Z Downloaded zlib-rs v0.6.2
13032026-03-24T17:03:47.526Z Downloaded dropshot v0.16.7
13042026-03-24T17:03:47.541Z Downloaded nix v0.29.0
13052026-03-24T17:03:47.549Z Downloaded smoltcp v0.11.0
13062026-03-24T17:03:47.559Z Downloaded webpki-roots v1.0.6
13072026-03-24T17:03:47.562Z Downloaded vcpkg v0.2.15
13082026-03-24T17:03:47.591Z Downloaded zerocopy v0.8.40
13092026-03-24T17:03:47.598Z Downloaded regress v0.10.5
13102026-03-24T17:03:47.605Z Downloaded rustls v0.22.4
13112026-03-24T17:03:47.615Z Downloaded openapiv3 v2.2.0
13122026-03-24T17:03:47.623Z Downloaded diesel v2.3.7
13132026-03-24T17:03:47.640Z Downloaded regex-syntax v0.8.10
13142026-03-24T17:03:47.646Z Downloaded hickory-proto v0.24.4
13152026-03-24T17:03:47.656Z Downloaded rustls v0.23.37
13162026-03-24T17:03:47.666Z Downloaded hickory-proto v0.25.2
13172026-03-24T17:03:47.677Z Downloaded rustix v0.38.44
13182026-03-24T17:03:47.695Z Downloaded object v0.37.3
13192026-03-24T17:03:47.704Z Downloaded nix v0.31.1
13202026-03-24T17:03:47.723Z Downloaded sqlparser v0.61.0
13212026-03-24T17:03:47.739Z Downloaded tracing v0.1.44
13222026-03-24T17:03:47.758Z Downloaded typify-impl v0.6.1
13232026-03-24T17:03:47.768Z Downloaded typify-impl v0.4.3
13242026-03-24T17:03:47.780Z Downloaded ratatui v0.29.0
13252026-03-24T17:03:47.794Z Downloaded sled v0.34.7
13262026-03-24T17:03:47.802Z Downloaded zerocopy-derive v0.6.6
13272026-03-24T17:03:47.815Z Downloaded bzip2-sys v0.1.13+1.0.8
13282026-03-24T17:03:47.852Z Downloaded regex-automata v0.4.14
13292026-03-24T17:03:47.862Z Downloaded jiff v0.2.21
13302026-03-24T17:03:47.885Z Downloaded chrono-tz v0.10.4
13312026-03-24T17:03:47.899Z Downloaded libz-sys v1.1.24
13322026-03-24T17:03:47.915Z Downloaded petgraph v0.6.5
13332026-03-24T17:03:47.929Z Downloaded csv v1.4.0
13342026-03-24T17:03:47.953Z Downloaded petgraph v0.8.3
13352026-03-24T17:03:47.970Z Downloaded lzma-sys v0.1.20
13362026-03-24T17:03:47.991Z Downloaded tokio v1.49.0
13372026-03-24T17:03:48.030Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13382026-03-24T17:03:48.044Z Downloaded sha3 v0.10.8
13392026-03-24T17:03:48.064Z Downloaded encoding_rs v0.8.35
13402026-03-24T17:03:48.083Z Downloaded ring v0.17.14
13412026-03-24T17:03:48.183Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-24T17:03:48.816Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T17:03:49.173Z Compiling libc v0.2.180
13442026-03-24T17:03:49.173Z Compiling serde v1.0.228
13452026-03-24T17:03:49.173Z Compiling log v0.4.29
13462026-03-24T17:03:49.173Z Compiling find-msvc-tools v0.1.9
13472026-03-24T17:03:49.173Z Compiling shlex v1.3.0
13482026-03-24T17:03:49.173Z Compiling smallvec v1.15.1
13492026-03-24T17:03:49.173Z Compiling syn v2.0.117
13502026-03-24T17:03:49.173Z Compiling typenum v1.19.0
13512026-03-24T17:03:49.653Z Compiling generic-array v0.14.7
13522026-03-24T17:03:49.707Z Compiling subtle v2.6.1
13532026-03-24T17:03:49.707Z Compiling scopeguard v1.2.0
13542026-03-24T17:03:49.747Z Compiling portable-atomic v1.13.1
13552026-03-24T17:03:49.844Z Compiling lock_api v0.4.14
13562026-03-24T17:03:49.880Z Compiling const-oid v0.9.6
13572026-03-24T17:03:49.947Z Compiling critical-section v1.2.0
13582026-03-24T17:03:49.967Z Compiling zerocopy v0.8.40
13592026-03-24T17:03:50.085Z Compiling parking_lot_core v0.9.12
13602026-03-24T17:03:50.153Z Compiling serde_json v1.0.149
13612026-03-24T17:03:50.387Z Compiling pin-project-lite v0.2.17
13622026-03-24T17:03:50.514Z Compiling pkg-config v0.3.32
13632026-03-24T17:03:50.555Z Compiling getrandom v0.2.17
13642026-03-24T17:03:50.642Z Compiling jobserver v0.1.34
13652026-03-24T17:03:50.667Z Compiling errno v0.3.14
13662026-03-24T17:03:50.840Z Compiling rand_core v0.6.4
13672026-03-24T17:03:50.860Z Compiling signal-hook-registry v1.4.8
13682026-03-24T17:03:51.011Z Compiling cc v1.2.56
13692026-03-24T17:03:51.198Z Compiling once_cell v1.21.3
13702026-03-24T17:03:51.209Z Compiling mio v1.1.1
13712026-03-24T17:03:51.281Z Compiling bitflags v2.11.0
13722026-03-24T17:03:51.293Z Compiling libm v0.2.16
13732026-03-24T17:03:51.430Z Compiling parking_lot v0.12.5
13742026-03-24T17:03:51.560Z Compiling num-traits v0.2.19
13752026-03-24T17:03:51.581Z Compiling futures-core v0.3.32
13762026-03-24T17:03:51.774Z Compiling socket2 v0.6.2
13772026-03-24T17:03:51.864Z Compiling percent-encoding v2.3.2
13782026-03-24T17:03:51.950Z Compiling allocator-api2 v0.2.21
13792026-03-24T17:03:52.001Z Compiling cpufeatures v0.2.17
13802026-03-24T17:03:52.097Z Compiling foldhash v0.2.0
13812026-03-24T17:03:52.119Z Compiling futures-sink v0.3.32
13822026-03-24T17:03:52.136Z Compiling futures-io v0.3.32
13832026-03-24T17:03:52.250Z Compiling futures-channel v0.3.32
13842026-03-24T17:03:52.337Z Compiling futures-task v0.3.32
13852026-03-24T17:03:52.357Z Compiling hashbrown v0.16.1
13862026-03-24T17:03:52.380Z Compiling slab v0.4.12
13872026-03-24T17:03:52.406Z Compiling getrandom v0.4.1
13882026-03-24T17:03:52.552Z Compiling rand_core v0.10.0
13892026-03-24T17:03:52.572Z Compiling rustversion v1.0.22
13902026-03-24T17:03:52.610Z Compiling getrandom v0.3.4
13912026-03-24T17:03:52.772Z Compiling form_urlencoded v1.2.2
13922026-03-24T17:03:53.185Z Compiling indexmap v2.13.0
13932026-03-24T17:03:53.257Z Compiling cmake v0.1.57
13942026-03-24T17:03:53.332Z Compiling fs_extra v1.3.0
13952026-03-24T17:03:53.363Z Compiling ident_case v1.0.1
13962026-03-24T17:03:53.514Z Compiling base64ct v1.8.3
13972026-03-24T17:03:53.557Z Compiling synstructure v0.13.2
13982026-03-24T17:03:53.987Z Compiling dunce v1.0.5
13992026-03-24T17:03:54.006Z Compiling flagset v0.4.7
14002026-03-24T17:03:54.006Z Compiling pem-rfc7468 v0.7.0
14012026-03-24T17:03:54.006Z Compiling rand_core v0.9.5
14022026-03-24T17:03:54.007Z Compiling aws-lc-sys v0.37.1
14032026-03-24T17:03:54.007Z Compiling rustix v1.1.3
14042026-03-24T17:03:54.007Z Compiling iana-time-zone v0.1.65
14052026-03-24T17:03:54.089Z Compiling ring v0.17.14
14062026-03-24T17:03:54.253Z Compiling uuid v1.21.0
14072026-03-24T17:03:54.260Z Compiling rustc_version v0.4.1
14082026-03-24T17:03:54.274Z Compiling vcpkg v0.2.15
14092026-03-24T17:03:54.454Z Compiling aws-lc-rs v1.16.0
14102026-03-24T17:03:54.686Z Compiling regex-syntax v0.8.10
14112026-03-24T17:03:54.823Z Compiling tracing-core v0.1.36
14122026-03-24T17:03:55.153Z Compiling crossbeam-utils v0.8.21
14132026-03-24T17:03:55.277Z Compiling openssl-sys v0.9.111
14142026-03-24T17:03:55.541Z Compiling pest_generator v2.8.6
14152026-03-24T17:03:55.575Z Compiling serde_derive_internals v0.29.1
14162026-03-24T17:03:56.028Z Compiling base64 v0.22.1
14172026-03-24T17:03:56.124Z Compiling serde_derive v1.0.228
14182026-03-24T17:03:56.357Z Compiling zeroize_derive v1.4.3
14192026-03-24T17:03:56.432Z Compiling zerofrom-derive v0.1.6
14202026-03-24T17:03:56.481Z Compiling yoke-derive v0.8.1
14212026-03-24T17:03:56.827Z Compiling zerocopy-derive v0.8.40
14222026-03-24T17:03:57.206Z Compiling zeroize v1.8.2
14232026-03-24T17:03:57.946Z Compiling zerovec-derive v0.11.2
14242026-03-24T17:03:58.050Z Compiling displaydoc v0.2.5
14252026-03-24T17:03:58.259Z Compiling crypto-common v0.1.7
14262026-03-24T17:03:58.348Z Compiling zerofrom v0.1.6
14272026-03-24T17:03:58.433Z Compiling block-buffer v0.10.4
14282026-03-24T17:03:58.505Z Compiling yoke v0.8.1
14292026-03-24T17:03:58.643Z Compiling digest v0.10.7
14302026-03-24T17:03:58.750Z Compiling tokio-macros v2.6.0
14312026-03-24T17:03:58.975Z Compiling hmac v0.12.1
14322026-03-24T17:03:58.998Z Compiling futures-macro v0.3.32
14332026-03-24T17:03:59.014Z Compiling zerotrie v0.2.3
14342026-03-24T17:03:59.206Z Compiling block-padding v0.3.3
14352026-03-24T17:03:59.420Z Compiling inout v0.1.4
14362026-03-24T17:03:59.469Z Compiling sha2 v0.10.9
14372026-03-24T17:03:59.488Z Compiling zerovec v0.11.5
14382026-03-24T17:03:59.648Z Compiling cipher v0.4.4
14392026-03-24T17:03:59.774Z Compiling der_derive v0.7.3
14402026-03-24T17:03:59.995Z Compiling salsa20 v0.10.2
14412026-03-24T17:04:00.139Z Compiling tinystr v0.8.2
14422026-03-24T17:04:00.177Z Compiling potential_utf v0.1.4
14432026-03-24T17:04:00.207Z Compiling futures-util v0.3.32
14442026-03-24T17:04:00.386Z Compiling icu_locale_core v2.1.1
14452026-03-24T17:04:00.405Z Compiling icu_collections v2.1.1
14462026-03-24T17:04:00.943Z Compiling bytes v1.11.1
14472026-03-24T17:04:01.031Z Compiling chrono v0.4.44
14482026-03-24T17:04:01.068Z Compiling der v0.7.10
14492026-03-24T17:04:01.352Z Compiling icu_provider v2.1.1
14502026-03-24T17:04:01.626Z Compiling tokio v1.49.0
14512026-03-24T17:04:01.722Z Compiling icu_normalizer v2.1.1
14522026-03-24T17:04:01.776Z Compiling icu_properties v2.1.2
14532026-03-24T17:04:02.449Z Compiling spki v0.7.3
14542026-03-24T17:04:02.696Z Compiling http v1.4.0
14552026-03-24T17:04:02.730Z Compiling pbkdf2 v0.12.2
14562026-03-24T17:04:02.873Z Compiling thiserror-impl v2.0.18
14572026-03-24T17:04:02.902Z Compiling scrypt v0.11.0
14582026-03-24T17:04:03.147Z Compiling idna_adapter v1.2.1
14592026-03-24T17:04:03.224Z Compiling ppv-lite86 v0.2.21
14602026-03-24T17:04:03.316Z Compiling idna v1.1.0
14612026-03-24T17:04:03.317Z Compiling cbc v0.1.2
14622026-03-24T17:04:03.371Z Compiling aes v0.8.4
14632026-03-24T17:04:03.516Z Compiling rustls-pki-types v1.14.0
14642026-03-24T17:04:03.683Z Compiling rand_chacha v0.9.0
14652026-03-24T17:04:03.923Z Compiling url v2.5.8
14662026-03-24T17:04:04.160Z Compiling tracing-attributes v0.1.31
14672026-03-24T17:04:04.250Z Compiling rand v0.9.2
14682026-03-24T17:04:04.568Z Compiling pkcs5 v0.7.1
14692026-03-24T17:04:04.675Z Compiling thiserror v2.0.18
14702026-03-24T17:04:04.794Z Compiling http-body v1.0.1
14712026-03-24T17:04:04.810Z Compiling syn v1.0.109
14722026-03-24T17:04:04.997Z Compiling untrusted v0.7.1
14732026-03-24T17:04:05.019Z Compiling untrusted v0.9.0
14742026-03-24T17:04:05.143Z Compiling openssl-probe v0.2.1
14752026-03-24T17:04:05.161Z Compiling httparse v1.10.1
14762026-03-24T17:04:05.195Z Compiling schemars v0.8.22
14772026-03-24T17:04:05.306Z Compiling pkcs8 v0.10.2
14782026-03-24T17:04:05.361Z Compiling schemars_derive v0.8.22
14792026-03-24T17:04:05.492Z Compiling pest_derive v2.8.6
14802026-03-24T17:04:05.662Z Compiling scroll_derive v0.13.1
14812026-03-24T17:04:05.981Z Compiling tracing v0.1.44
14822026-03-24T17:04:06.009Z Compiling darling_core v0.20.11
14832026-03-24T17:04:06.350Z Compiling dyn-clone v1.0.20
14842026-03-24T17:04:06.360Z Compiling tinyvec_macros v0.1.1
14852026-03-24T17:04:06.450Z Compiling tower-layer v0.3.3
14862026-03-24T17:04:06.513Z Compiling atomic-waker v1.1.2
14872026-03-24T17:04:06.684Z Compiling try-lock v0.2.5
14882026-03-24T17:04:06.735Z Compiling rustls v0.23.37
14892026-03-24T17:04:06.735Z Compiling tokio-util v0.7.18
14902026-03-24T17:04:06.783Z Compiling tower-service v0.3.3
14912026-03-24T17:04:06.870Z Compiling want v0.3.1
14922026-03-24T17:04:06.892Z Compiling scroll v0.13.0
14932026-03-24T17:04:07.095Z Compiling tinyvec v1.10.0
14942026-03-24T17:04:07.632Z Compiling h2 v0.4.13
14952026-03-24T17:04:07.708Z Compiling ipnet v2.11.0
14962026-03-24T17:04:08.104Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T17:04:08.397Z Compiling spin v0.9.8
14982026-03-24T17:04:08.665Z Compiling aho-corasick v1.1.4
14992026-03-24T17:04:08.709Z Compiling pin-utils v0.1.0
15002026-03-24T17:04:08.760Z Compiling powerfmt v0.2.0
15012026-03-24T17:04:08.910Z Compiling num-conv v0.2.0
15022026-03-24T17:04:09.010Z Compiling crc32fast v1.5.0
15032026-03-24T17:04:09.027Z Compiling foreign-types-shared v0.1.1
15042026-03-24T17:04:09.210Z Compiling openssl v0.10.75
15052026-03-24T17:04:09.294Z Compiling darling_macro v0.20.11
15062026-03-24T17:04:09.361Z Compiling httpdate v1.0.3
15072026-03-24T17:04:09.471Z Compiling time-core v0.1.8
15082026-03-24T17:04:09.681Z Compiling time-macros v0.2.27
15092026-03-24T17:04:09.693Z Compiling foreign-types v0.3.2
15102026-03-24T17:04:09.714Z Compiling tempfile v3.25.0
15112026-03-24T17:04:09.781Z Compiling regex-automata v0.4.14
15122026-03-24T17:04:09.887Z Compiling darling v0.20.11
15132026-03-24T17:04:09.979Z Compiling deranged v0.5.8
15142026-03-24T17:04:11.018Z Compiling goblin v0.10.5
15152026-03-24T17:04:11.124Z Compiling thiserror-impl v1.0.69
15162026-03-24T17:04:11.355Z Compiling openssl-macros v0.1.1
15172026-03-24T17:04:11.835Z Compiling hyper v1.8.1
15182026-03-24T17:04:13.031Z Compiling wait-timeout v0.2.1
15192026-03-24T17:04:13.217Z Compiling usdt-impl v0.6.0
15202026-03-24T17:04:13.384Z Compiling native-tls v0.2.18
15212026-03-24T17:04:13.465Z Compiling either v1.15.0
15222026-03-24T17:04:13.501Z Compiling num_threads v0.1.7
15232026-03-24T17:04:13.606Z Compiling quick-error v1.2.3
15242026-03-24T17:04:13.643Z Compiling siphasher v1.0.2
15252026-03-24T17:04:13.754Z Compiling bit-vec v0.8.0
15262026-03-24T17:04:13.789Z Compiling simd-adler32 v0.3.8
15272026-03-24T17:04:13.880Z Compiling rusty-fork v0.3.1
15282026-03-24T17:04:14.011Z Compiling time v0.3.47
15292026-03-24T17:04:14.058Z Compiling bit-set v0.8.0
15302026-03-24T17:04:14.307Z Compiling hyper-util v0.1.20
15312026-03-24T17:04:14.325Z Compiling thiserror v1.0.69
15322026-03-24T17:04:14.482Z Compiling derive_builder_core v0.20.2
15332026-03-24T17:04:15.562Z Compiling dof v0.4.0
15342026-03-24T17:04:15.876Z Compiling unicode-normalization v0.1.25
15352026-03-24T17:04:16.221Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T17:04:16.480Z Compiling dtrace-parser v0.3.0
15372026-03-24T17:04:16.635Z Compiling rustls-native-certs v0.8.3
15382026-03-24T17:04:16.650Z Compiling signature v2.2.0
15392026-03-24T17:04:16.870Z Compiling scroll_derive v0.12.1
15402026-03-24T17:04:17.043Z Compiling heapless v0.7.17
15412026-03-24T17:04:17.110Z Compiling rand_xorshift v0.4.0
15422026-03-24T17:04:17.215Z Compiling slog v2.8.2
15432026-03-24T17:04:17.296Z Compiling darling_core v0.21.3
15442026-03-24T17:04:17.336Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T17:04:17.427Z Compiling sync_wrapper v1.0.2
15462026-03-24T17:04:17.519Z Compiling thread-id v5.1.0
15472026-03-24T17:04:17.564Z Compiling cookie v0.18.1
15482026-03-24T17:04:17.650Z Compiling signal-hook v0.3.18
15492026-03-24T17:04:17.669Z Compiling zstd-safe v7.2.4
15502026-03-24T17:04:17.731Z Compiling paste v1.0.15
15512026-03-24T17:04:17.782Z Compiling anyhow v1.0.102
15522026-03-24T17:04:17.882Z Compiling unicode-properties v0.1.4
15532026-03-24T17:04:17.906Z Compiling adler2 v2.0.1
15542026-03-24T17:04:18.048Z Compiling unarray v0.1.4
15552026-03-24T17:04:18.097Z Compiling rayon-core v1.13.0
15562026-03-24T17:04:18.126Z Compiling unicode-segmentation v1.12.0
15572026-03-24T17:04:18.172Z Compiling unicode-bidi v0.3.18
15582026-03-24T17:04:18.181Z Compiling proptest v1.10.0
15592026-03-24T17:04:18.518Z Compiling miniz_oxide v0.8.9
15602026-03-24T17:04:18.637Z Compiling stringprep v0.1.5
15612026-03-24T17:04:18.755Z Compiling scroll v0.12.0
15622026-03-24T17:04:18.958Z Compiling tower v0.5.3
15632026-03-24T17:04:19.331Z Compiling crossbeam-deque v0.8.6
15642026-03-24T17:04:19.506Z Compiling derive_builder_macro v0.20.2
15652026-03-24T17:04:19.554Z Compiling ipnetwork v0.21.1
15662026-03-24T17:04:19.603Z Compiling http-body-util v0.1.3
15672026-03-24T17:04:19.669Z Compiling webpki-roots v1.0.6
15682026-03-24T17:04:19.708Z Compiling rand_chacha v0.3.1
15692026-03-24T17:04:19.863Z Compiling toml_datetime v0.6.11
15702026-03-24T17:04:19.925Z Compiling serde_tokenstream v0.2.3
15712026-03-24T17:04:20.081Z Compiling serde_spanned v0.6.9
15722026-03-24T17:04:20.100Z Compiling erased-serde v0.3.31
15732026-03-24T17:04:20.280Z Compiling md-5 v0.10.6
15742026-03-24T17:04:20.334Z Compiling zerocopy-derive v0.7.35
15752026-03-24T17:04:20.569Z Compiling curve25519-dalek v4.1.3
15762026-03-24T17:04:20.569Z Compiling vergen-lib v0.1.6
15772026-03-24T17:04:20.858Z Compiling num-integer v0.1.46
15782026-03-24T17:04:21.002Z Compiling hash32 v0.2.1
15792026-03-24T17:04:21.002Z Compiling ff v0.13.1
15802026-03-24T17:04:21.002Z Compiling memoffset v0.9.1
15812026-03-24T17:04:21.097Z Compiling darling_macro v0.21.3
15822026-03-24T17:04:21.097Z Compiling rustix v0.38.44
15832026-03-24T17:04:21.097Z Compiling iri-string v0.7.10
15842026-03-24T17:04:21.134Z Compiling base16ct v0.2.0
15852026-03-24T17:04:21.134Z Compiling litrs v1.0.0
15862026-03-24T17:04:21.275Z Compiling ref-cast v1.0.25
15872026-03-24T17:04:21.380Z Compiling ryu v1.0.23
15882026-03-24T17:04:21.404Z Compiling fallible-iterator v0.2.0
15892026-03-24T17:04:21.526Z Compiling num-bigint-dig v0.8.6
15902026-03-24T17:04:21.622Z Compiling cfg_aliases v0.2.1
15912026-03-24T17:04:21.654Z Compiling psl-types v2.0.11
15922026-03-24T17:04:21.714Z Compiling zlib-rs v0.6.2
15932026-03-24T17:04:21.749Z Compiling smoltcp v0.9.1
15942026-03-24T17:04:21.786Z Compiling document-features v0.2.12
15952026-03-24T17:04:21.817Z Compiling publicsuffix v2.3.0
15962026-03-24T17:04:21.846Z Compiling postgres-protocol v0.6.10
15972026-03-24T17:04:22.055Z Compiling nix v0.31.1
15982026-03-24T17:04:22.397Z Compiling serde_urlencoded v0.7.1
15992026-03-24T17:04:22.547Z Compiling darling v0.21.3
16002026-03-24T17:04:22.635Z Compiling newtype-uuid v1.3.2
16012026-03-24T17:04:22.695Z Compiling zerocopy v0.7.35
16022026-03-24T17:04:22.695Z Compiling tower-http v0.6.8
16032026-03-24T17:04:22.776Z Compiling sec1 v0.7.3
16042026-03-24T17:04:23.106Z Compiling num-iter v0.1.45
16052026-03-24T17:04:23.162Z Compiling group v0.13.0
16062026-03-24T17:04:23.293Z Compiling derive_builder v0.20.2
16072026-03-24T17:04:23.364Z Compiling rand v0.8.5
16082026-03-24T17:04:23.438Z Compiling oxnet v0.1.4
16092026-03-24T17:04:23.459Z Compiling proc-macro-error v1.0.4
16102026-03-24T17:04:23.670Z Compiling tokio-native-tls v0.3.1
16112026-03-24T17:04:24.141Z Compiling goblin v0.8.2
16122026-03-24T17:04:24.637Z Compiling heck v0.4.1
16132026-03-24T17:04:24.766Z Compiling phf_shared v0.13.1
16142026-03-24T17:04:24.851Z Compiling hubpack_derive v0.1.1
16152026-03-24T17:04:24.918Z Compiling regex v1.12.3
16162026-03-24T17:04:25.102Z Compiling lazy_static v1.5.0
16172026-03-24T17:04:25.211Z Compiling cargo-platform v0.1.9
16182026-03-24T17:04:25.336Z Compiling hkdf v0.12.4
16192026-03-24T17:04:25.413Z Compiling crypto-bigint v0.5.5
16202026-03-24T17:04:25.540Z Compiling daft-derive v0.1.5
16212026-03-24T17:04:28.566Z Compiling strum_macros v0.27.2
16222026-03-24T17:04:28.566Z Compiling async-trait v0.1.89
16232026-03-24T17:04:28.566Z Compiling flate2 v1.1.9
16242026-03-24T17:04:28.566Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-24T17:04:28.566Z Compiling ref-cast-impl v1.0.25
16262026-03-24T17:04:28.566Z Compiling terminal_size v0.4.3
16272026-03-24T17:04:28.566Z Compiling vergen v9.0.6
16282026-03-24T17:04:28.566Z Compiling fs-err v3.3.0
16292026-03-24T17:04:28.566Z Compiling ahash v0.8.12
16302026-03-24T17:04:28.566Z Compiling libbz2-rs-sys v0.2.2
16312026-03-24T17:04:28.566Z Compiling bitflags v1.3.2
16322026-03-24T17:04:28.566Z Compiling object v0.37.3
16332026-03-24T17:04:28.566Z Compiling bumpalo v3.20.2
16342026-03-24T17:04:28.566Z Compiling managed v0.8.0
16352026-03-24T17:04:28.567Z Compiling foldhash v0.1.5
16362026-03-24T17:04:28.567Z Compiling winnow v0.5.40
16372026-03-24T17:04:28.567Z Compiling strum v0.27.2
16382026-03-24T17:04:28.567Z Compiling hashbrown v0.15.5
16392026-03-24T17:04:28.668Z Compiling bzip2 v0.6.1
16402026-03-24T17:04:28.668Z Compiling clap_builder v4.5.60
16412026-03-24T17:04:28.716Z Compiling console v0.16.2
16422026-03-24T17:04:28.933Z Compiling zopfli v0.8.3
16432026-03-24T17:04:29.436Z Compiling dof v0.3.0
16442026-03-24T17:04:29.480Z Compiling elliptic-curve v0.13.8
16452026-03-24T17:04:29.941Z Compiling daft v0.1.5
16462026-03-24T17:04:29.994Z Compiling cargo_metadata v0.19.2
16472026-03-24T17:04:30.241Z Compiling toml_edit v0.19.15
16482026-03-24T17:04:30.249Z Compiling hubpack v0.1.2
16492026-03-24T17:04:30.561Z Compiling phf v0.13.1
16502026-03-24T17:04:30.747Z Compiling zone_cfg_derive v0.3.1
16512026-03-24T17:04:31.576Z Compiling signal-hook-mio v0.2.5
16522026-03-24T17:04:31.722Z Compiling zstd v0.13.3
16532026-03-24T17:04:31.912Z Compiling rayon v1.11.0
16542026-03-24T17:04:32.146Z Compiling cookie_store v0.22.1
16552026-03-24T17:04:32.847Z Compiling bzip2 v0.4.4
16562026-03-24T17:04:32.858Z Compiling hyper-tls v0.6.0
16572026-03-24T17:04:33.090Z Compiling serde_with_macros v3.17.0
16582026-03-24T17:04:33.150Z Compiling postgres-types v0.2.12
16592026-03-24T17:04:34.723Z Compiling usdt-macro v0.6.0
16602026-03-24T17:04:34.793Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T17:04:34.793Z Compiling ed25519 v2.2.3
16622026-03-24T17:04:34.793Z Compiling dtrace-parser v0.2.0
16632026-03-24T17:04:34.793Z Compiling phf_shared v0.11.3
16642026-03-24T17:04:34.821Z Compiling itertools v0.12.1
16652026-03-24T17:04:34.821Z Compiling bstr v1.12.1
16662026-03-24T17:04:34.822Z Compiling pkcs1 v0.7.5
16672026-03-24T17:04:34.996Z Compiling serde-big-array v0.5.1
16682026-03-24T17:04:35.169Z Compiling hex v0.4.3
16692026-03-24T17:04:35.188Z Compiling rfc6979 v0.4.0
16702026-03-24T17:04:35.276Z Compiling strum_macros v0.26.4
16712026-03-24T17:04:35.359Z Compiling enum-as-inner v0.6.1
16722026-03-24T17:04:35.387Z Compiling serde_repr v0.1.20
16732026-03-24T17:04:35.532Z Compiling clap_derive v4.5.55
16742026-03-24T17:04:35.562Z Compiling float-cmp v0.10.0
16752026-03-24T17:04:35.746Z Compiling thread-id v4.2.2
16762026-03-24T17:04:35.863Z Compiling memmap2 v0.9.10
16772026-03-24T17:04:36.018Z Compiling env_filter v1.0.0
16782026-03-24T17:04:36.114Z Compiling encoding_rs v0.8.35
16792026-03-24T17:04:36.145Z Compiling precomputed-hash v0.1.1
16802026-03-24T17:04:36.261Z Compiling mime v0.3.17
16812026-03-24T17:04:36.304Z Compiling rustc-hash v2.1.1
16822026-03-24T17:04:36.433Z Compiling fixedbitset v0.4.2
16832026-03-24T17:04:36.461Z Compiling jiff v0.2.21
16842026-03-24T17:04:36.610Z Compiling difflib v0.4.0
16852026-03-24T17:04:36.677Z Compiling data-encoding v2.10.0
16862026-03-24T17:04:37.371Z Compiling predicates-core v1.0.10
16872026-03-24T17:04:37.644Z Compiling new_debug_unreachable v1.0.6
16882026-03-24T17:04:37.684Z Compiling whoami v2.1.0
16892026-03-24T17:04:37.723Z Compiling static_assertions v1.1.0
16902026-03-24T17:04:37.723Z Compiling keccak v0.1.6
16912026-03-24T17:04:37.799Z Compiling unit-prefix v0.5.2
16922026-03-24T17:04:37.854Z Compiling normalize-line-endings v0.3.0
16932026-03-24T17:04:37.953Z Compiling fixedbitset v0.5.7
16942026-03-24T17:04:38.050Z Compiling predicates v3.1.4
16952026-03-24T17:04:38.082Z Compiling clap v4.5.60
16962026-03-24T17:04:38.101Z Compiling tokio-postgres v0.7.16
16972026-03-24T17:04:38.219Z Compiling sha3 v0.10.8
16982026-03-24T17:04:38.256Z Compiling indicatif v0.18.4
16992026-03-24T17:04:38.355Z Compiling petgraph v0.8.3
17002026-03-24T17:04:38.768Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17012026-03-24T17:04:38.813Z Compiling strum v0.26.3
17022026-03-24T17:04:38.845Z Compiling string_cache v0.8.9
17032026-03-24T17:04:38.984Z Compiling hickory-proto v0.25.2
17042026-03-24T17:04:39.188Z Compiling toml_edit v0.22.27
17052026-03-24T17:04:39.415Z Compiling petgraph v0.6.5
17062026-03-24T17:04:41.069Z Compiling zip v4.6.1
17072026-03-24T17:04:41.172Z Compiling iddqd v0.3.17
17082026-03-24T17:04:41.456Z Compiling env_logger v0.11.9
17092026-03-24T17:04:41.937Z Compiling zone v0.3.1
17102026-03-24T17:04:42.400Z Compiling usdt v0.6.0
17112026-03-24T17:04:42.521Z Compiling usdt-impl v0.5.0
17122026-03-24T17:04:42.650Z Compiling serde_with v3.17.0
17132026-03-24T17:04:42.681Z Compiling ecdsa v0.16.9
17142026-03-24T17:04:42.743Z Compiling similar v2.7.0
17152026-03-24T17:04:42.837Z Compiling rsa v0.9.10
17162026-03-24T17:04:43.039Z Compiling crossterm v0.28.1
17172026-03-24T17:04:43.150Z Compiling ed25519-dalek v2.2.0
17182026-03-24T17:04:44.069Z Compiling zip v0.6.6
17192026-03-24T17:04:45.253Z Compiling toml v0.7.8
17202026-03-24T17:04:45.308Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T17:04:45.308Z Compiling itertools v0.13.0
17222026-03-24T17:04:45.309Z Compiling tokio-stream v0.1.18
17232026-03-24T17:04:45.415Z Compiling buf-list v1.1.2
17242026-03-24T17:04:45.502Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-24T17:04:45.769Z Compiling x509-cert v0.2.5
17262026-03-24T17:04:45.899Z Compiling openapiv3 v2.2.0
17272026-03-24T17:04:45.933Z Compiling sha1 v0.10.6
17282026-03-24T17:04:46.112Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T17:04:46.200Z Compiling lalrpop-util v0.19.12
17302026-03-24T17:04:46.446Z Compiling peg-runtime v0.8.5
17312026-03-24T17:04:46.493Z Compiling thread_local v1.1.9
17322026-03-24T17:04:46.839Z Compiling slog-async v2.8.0
17332026-03-24T17:04:46.872Z Compiling crossbeam-channel v0.5.15
17342026-03-24T17:04:47.166Z Compiling futures-executor v0.3.32
17352026-03-24T17:04:47.246Z Compiling filetime v0.2.27
17362026-03-24T17:04:47.354Z Compiling is-terminal v0.4.17
17372026-03-24T17:04:47.431Z Compiling take_mut v0.2.2
17382026-03-24T17:04:47.431Z Compiling term v1.2.1
17392026-03-24T17:04:47.431Z Compiling xattr v1.6.1
17402026-03-24T17:04:47.592Z Compiling futures v0.3.32
17412026-03-24T17:04:47.719Z Compiling tar v0.4.44
17422026-03-24T17:04:48.065Z Compiling slog-term v2.9.2
17432026-03-24T17:04:54.606Z Compiling rustls-webpki v0.103.9
17442026-03-24T17:04:58.729Z Compiling tokio-rustls v0.26.4
17452026-03-24T17:04:58.729Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T17:04:58.996Z Compiling hyper-rustls v0.27.7
17472026-03-24T17:04:59.261Z Compiling reqwest v0.12.28
17482026-03-24T17:04:59.261Z Compiling reqwest v0.13.2
17492026-03-24T17:05:02.844Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T17:05:02.859Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T17:05:06.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17522026-03-24T17:05:06.530Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T17:05:06.594ZMar 24 17:05:04.849 INFO Starting download, target: Clickhouse
17542026-03-24T17:05:06.594ZMar 24 17:05:04.849 INFO Starting download, target: DendriteStub
17552026-03-24T17:05:06.594ZMar 24 17:05:04.849 INFO Starting download, target: Console
17562026-03-24T17:05:06.595ZMar 24 17:05:04.849 INFO Starting download, target: TransceiverControl
17572026-03-24T17:05:06.595ZMar 24 17:05:04.849 INFO Starting download, target: Cockroach
17582026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Starting download, target: MaghemiteMgd
17592026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17612026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-24T17:05:06.630ZMar 24 17:05:04.849 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-24T17:05:07.701ZMar 24 17:05:05.930 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-24T17:05:08.293ZMar 24 17:05:06.305 INFO Download complete, target: Console
17672026-03-24T17:05:08.698ZMar 24 17:05:06.389 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-03-24T17:05:08.756ZMar 24 17:05:06.732 INFO Download complete, target: TransceiverControl
17692026-03-24T17:05:08.970ZMar 24 17:05:07.215 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-24T17:05:20.220ZMar 24 17:05:18.453 INFO Checking that binary works, target: Clickhouse
17712026-03-24T17:05:20.385ZMar 24 17:05:18.560 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-24T17:05:20.484ZMar 24 17:05:18.623 INFO Download complete, target: Clickhouse
17732026-03-24T17:05:20.931ZMar 24 17:05:19.144 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-03-24T17:05:25.774ZMar 24 17:05:22.086 INFO Download complete, target: MaghemiteMgd
17752026-03-24T17:05:26.075ZMar 24 17:05:22.694 INFO Download complete, target: DendriteStub
17762026-03-24T17:05:35.628ZMar 24 17:05:33.843 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17772026-03-24T17:05:35.628ZMar 24 17:05:33.843 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17782026-03-24T17:05:43.233ZMar 24 17:05:41.446 INFO Checking that binary works, target: Cockroach
17792026-03-24T17:05:43.317ZMar 24 17:05:41.564 INFO Download complete, target: Cockroach
17802026-03-24T17:05:43.331ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T17:05:43.331Z
17822026-03-24T17:05:43.331Zreal 4:29.474077690
17832026-03-24T17:05:43.331Zuser 10:26.652036948
17842026-03-24T17:05:43.332Zsys 1:48.601220244
17852026-03-24T17:05:43.332Ztrap 0.308702344
17862026-03-24T17:05:43.332Ztflt 0.596861145
17872026-03-24T17:05:43.332Zdflt 0.730570194
17882026-03-24T17:05:43.332Zkflt 0.073789795
17892026-03-24T17:05:43.332Zlock 36:59.756382264
17902026-03-24T17:05:43.332Zslp 30:10.613513514
17912026-03-24T17:05:43.332Zlat 55.163607161
17922026-03-24T17:05:43.332Zstop 2:44.517759552
17932026-03-24T17:05:43.332Z+ banner clippy
17942026-03-24T17:05:43.332Z
17952026-03-24T17:05:43.332Z #### # # ##### ##### # #
17962026-03-24T17:05:43.332Z # # # # # # # # # #
17972026-03-24T17:05:43.332Z # # # # # # # #
17982026-03-24T17:05:43.332Z # # # ##### ##### #
17992026-03-24T17:05:43.332Z # # # # # # #
18002026-03-24T17:05:43.333Z #### ###### # # # #
18012026-03-24T17:05:43.333Z
18022026-03-24T17:05:43.333Z+ export CARGO_INCREMENTAL=0
18032026-03-24T17:05:43.333Z+ CARGO_INCREMENTAL=0
18042026-03-24T17:05:43.333Z+ ptime -m cargo xtask clippy
18052026-03-24T17:05:44.181Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T17:05:44.309Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T17:05:46.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18082026-03-24T17:05:46.981Z Running `target/debug/xtask clippy`
18092026-03-24T17:05:47.004Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18102026-03-24T17:05:47.820Z Downloading crates ...
18112026-03-24T17:05:48.081Z Downloaded addr2line v0.25.1
18122026-03-24T17:05:48.091Z Downloaded anes v0.1.6
18132026-03-24T17:05:48.098Z Downloaded approx v0.5.1
18142026-03-24T17:05:48.103Z Downloaded constant_time_eq v0.3.1
18152026-03-24T17:05:48.103Z Downloaded async-object-pool v0.2.0
18162026-03-24T17:05:48.103Z Downloaded async-lock v3.4.2
18172026-03-24T17:05:48.109Z Downloaded textwrap v0.15.2
18182026-03-24T17:05:48.114Z Downloaded linkme v0.3.35
18192026-03-24T17:05:48.114Z Downloaded backtrace-ext v0.2.1
18202026-03-24T17:05:48.114Z Downloaded linkme-impl v0.3.35
18212026-03-24T17:05:48.123Z Downloaded blake2b_simd v1.0.4
18222026-03-24T17:05:48.123Z Downloaded parking v2.2.1
18232026-03-24T17:05:48.123Z Downloaded backtrace v0.3.76
18242026-03-24T17:05:48.123Z Downloaded supports-unicode v2.1.0
18252026-03-24T17:05:48.128Z Downloaded guppy-workspace-hack v0.1.0
18262026-03-24T17:05:48.128Z Downloaded assert-json-diff v2.0.2
18272026-03-24T17:05:48.128Z Downloaded cargo-platform v0.3.2
18282026-03-24T17:05:48.134Z Downloaded miette-derive v5.10.0
18292026-03-24T17:05:48.134Z Downloaded libtest-mimic v0.8.1
18302026-03-24T17:05:48.137Z Downloaded event-listener v5.4.1
18312026-03-24T17:05:48.142Z Downloaded rust-argon2 v2.1.0
18322026-03-24T17:05:48.151Z Downloaded knuffel-derive v3.2.0
18332026-03-24T17:05:48.155Z Downloaded pathdiff v0.2.3
18342026-03-24T17:05:48.156Z Downloaded target-triple v1.0.0
18352026-03-24T17:05:48.160Z Downloaded owo-colors v3.5.0
18362026-03-24T17:05:48.168Z Downloaded supports-hyperlinks v2.1.0
18372026-03-24T17:05:48.175Z Downloaded plotters-backend v0.3.7
18382026-03-24T17:05:48.175Z Downloaded serde_regex v1.1.0
18392026-03-24T17:05:48.180Z Downloaded escape8259 v0.5.3
18402026-03-24T17:05:48.180Z Downloaded similar-asserts v1.7.0
18412026-03-24T17:05:48.184Z Downloaded supports-color v2.1.0
18422026-03-24T17:05:48.189Z Downloaded terminal_size v0.1.17
18432026-03-24T17:05:48.189Z Downloaded rustc-demangle v0.1.27
18442026-03-24T17:05:48.193Z Downloaded tinytemplate v1.2.1
18452026-03-24T17:05:48.198Z Downloaded cargo_metadata v0.23.1
18462026-03-24T17:05:48.202Z Downloaded event-listener-strategy v0.5.4
18472026-03-24T17:05:48.202Z Downloaded partial-io v0.5.4
18482026-03-24T17:05:48.207Z Downloaded criterion-plot v0.6.0
18492026-03-24T17:05:48.207Z Downloaded nested v0.1.1
18502026-03-24T17:05:48.219Z Downloaded target-spec v3.5.7
18512026-03-24T17:05:48.219Z Downloaded knuffel v3.2.0
18522026-03-24T17:05:48.219Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18532026-03-24T17:05:48.225Z Downloaded cast v0.3.0
18542026-03-24T17:05:48.225Z Downloaded target-lexicon v0.13.3
18552026-03-24T17:05:48.225Z Downloaded stringmetrics v2.2.2
18562026-03-24T17:05:48.225Z Downloaded rand_distr v0.5.1
18572026-03-24T17:05:48.225Z Downloaded termcolor v1.4.1
18582026-03-24T17:05:48.225Z Downloaded path-tree v0.8.3
18592026-03-24T17:05:48.225Z Downloaded relative-path v1.9.3
18602026-03-24T17:05:48.225Z Downloaded httptest v0.16.4
18612026-03-24T17:05:48.225Z Downloaded plotters-svg v0.3.7
18622026-03-24T17:05:48.225Z Downloaded futures-timer v3.0.3
18632026-03-24T17:05:48.225Z Downloaded assert_cmd v2.1.2
18642026-03-24T17:05:48.230Z Downloaded trybuild v1.0.116
18652026-03-24T17:05:48.230Z Downloaded concurrent-queue v2.5.0
18662026-03-24T17:05:48.234Z Downloaded oorandom v11.1.5
18672026-03-24T17:05:48.234Z Downloaded datatest-stable v0.3.3
18682026-03-24T17:05:48.247Z Downloaded toml v1.0.3+spec-1.1.0
18692026-03-24T17:05:48.255Z Downloaded rstest v0.25.0
18702026-03-24T17:05:48.263Z Downloaded cfg-expr v0.20.6
18712026-03-24T17:05:48.264Z Downloaded rstest_macros v0.25.0
18722026-03-24T17:05:48.269Z Downloaded chumsky v0.9.3
18732026-03-24T17:05:48.269Z Downloaded miette v5.10.0
18742026-03-24T17:05:48.283Z Downloaded hashbrown v0.14.5
18752026-03-24T17:05:48.283Z Downloaded fancy-regex v0.14.0
18762026-03-24T17:05:48.300Z Downloaded criterion v0.7.0
18772026-03-24T17:05:48.300Z Downloaded guppy v0.17.25
18782026-03-24T17:05:48.326Z Downloaded plotters v0.3.7
18792026-03-24T17:05:48.332Z Downloaded gimli v0.32.3
18802026-03-24T17:05:48.475Z Downloaded httpmock v0.8.3
18812026-03-24T17:05:50.799Z Checking cfg-if v1.0.4
18822026-03-24T17:05:51.064Z Checking libc v0.2.180
18832026-03-24T17:05:51.070Z Checking serde_core v1.0.228
18842026-03-24T17:05:51.153Z Checking memchr v2.8.0
18852026-03-24T17:05:51.203Z Checking smallvec v1.15.1
18862026-03-24T17:05:51.250Z Checking itoa v1.0.17
18872026-03-24T17:05:51.299Z Checking log v0.4.29
18882026-03-24T17:05:51.356Z Checking zeroize v1.8.2
18892026-03-24T17:05:51.360Z Checking libm v0.2.16
18902026-03-24T17:05:51.478Z Checking stable_deref_trait v1.2.1
18912026-03-24T17:05:51.482Z Checking scopeguard v1.2.0
18922026-03-24T17:05:51.580Z Checking zmij v1.0.21
18932026-03-24T17:05:51.633Z Checking zerofrom v0.1.6
18942026-03-24T17:05:51.708Z Checking errno v0.3.14
18952026-03-24T17:05:51.708Z Checking getrandom v0.2.17
18962026-03-24T17:05:51.782Z Checking lock_api v0.4.14
18972026-03-24T17:05:51.831Z Checking yoke v0.8.1
18982026-03-24T17:05:51.890Z Checking percent-encoding v2.3.2
18992026-03-24T17:05:51.928Z Checking litemap v0.8.1
19002026-03-24T17:05:51.974Z Checking writeable v0.6.2
19012026-03-24T17:05:52.031Z Checking icu_normalizer_data v2.1.1
19022026-03-24T17:05:52.080Z Checking zerovec v0.11.5
19032026-03-24T17:05:52.086Z Checking zerotrie v0.2.3
19042026-03-24T17:05:52.120Z Checking icu_properties_data v2.1.2
19052026-03-24T17:05:52.226Z Checking form_urlencoded v1.2.2
19062026-03-24T17:05:52.360Z Checking utf8_iter v1.0.4
19072026-03-24T17:05:52.502Z Checking subtle v2.6.1
19082026-03-24T17:05:52.502Z Checking rand_core v0.10.0
19092026-03-24T17:05:52.503Z Checking num-traits v0.2.19
19102026-03-24T17:05:52.503Z Checking rand_core v0.6.4
19112026-03-24T17:05:52.507Z Checking portable-atomic v1.13.1
19122026-03-24T17:05:52.577Z Checking pin-project-lite v0.2.17
19132026-03-24T17:05:52.587Z Checking zerocopy v0.8.40
19142026-03-24T17:05:52.671Z Checking getrandom v0.4.1
19152026-03-24T17:05:52.712Z Checking tinystr v0.8.2
19162026-03-24T17:05:52.806Z Checking potential_utf v0.1.4
19172026-03-24T17:05:52.828Z Checking critical-section v1.2.0
19182026-03-24T17:05:52.871Z Checking parking_lot_core v0.9.12
19192026-03-24T17:05:53.136Z Checking icu_collections v2.1.1
19202026-03-24T17:05:53.237Z Checking icu_locale_core v2.1.1
19212026-03-24T17:05:53.237Z Checking signal-hook-registry v1.4.8
19222026-03-24T17:05:53.237Z Checking once_cell v1.21.3
19232026-03-24T17:05:53.252Z Checking parking_lot v0.12.5
19242026-03-24T17:05:53.252Z Checking mio v1.1.1
19252026-03-24T17:05:53.318Z Checking serde v1.0.228
19262026-03-24T17:05:53.500Z Checking serde_json v1.0.149
19272026-03-24T17:05:53.541Z Checking bitflags v2.11.0
19282026-03-24T17:05:53.541Z Checking typenum v1.19.0
19292026-03-24T17:05:53.541Z Checking iana-time-zone v0.1.65
19302026-03-24T17:05:53.753Z Checking socket2 v0.6.2
19312026-03-24T17:05:54.021Z Checking semver v1.0.27
19322026-03-24T17:05:54.021Z Checking uuid v1.21.0
19332026-03-24T17:05:54.139Z Checking icu_provider v2.1.1
19342026-03-24T17:05:54.139Z Checking bytes v1.11.1
19352026-03-24T17:05:54.139Z Checking chrono v0.4.44
19362026-03-24T17:05:54.187Z Checking thiserror v2.0.18
19372026-03-24T17:05:54.202Z Checking icu_properties v2.1.2
19382026-03-24T17:05:54.239Z Checking icu_normalizer v2.1.1
19392026-03-24T17:05:54.285Z Checking generic-array v0.14.7
19402026-03-24T17:05:54.331Z Checking allocator-api2 v0.2.21
19412026-03-24T17:05:54.559Z Checking futures-core v0.3.32
19422026-03-24T17:05:54.570Z Checking tokio v1.49.0
19432026-03-24T17:05:54.629Z Checking dyn-clone v1.0.20
19442026-03-24T17:05:54.672Z Checking equivalent v1.0.2
19452026-03-24T17:05:54.791Z Checking const-oid v0.9.6
19462026-03-24T17:05:55.327Z Checking foldhash v0.2.0
19472026-03-24T17:05:55.397Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19482026-03-24T17:05:55.397Z Checking crypto-common v0.1.7
19492026-03-24T17:05:55.397Z Checking hashbrown v0.16.1
19502026-03-24T17:05:55.397Z Checking block-buffer v0.10.4
19512026-03-24T17:05:55.397Z Checking futures-sink v0.3.32
19522026-03-24T17:05:55.397Z Checking byteorder v1.5.0
19532026-03-24T17:05:55.432Z Checking rustix v1.1.3
19542026-03-24T17:05:55.432Z Checking idna_adapter v1.2.1
19552026-03-24T17:05:55.463Z Checking futures-channel v0.3.32
19562026-03-24T17:05:55.567Z Checking idna v1.1.0
19572026-03-24T17:05:55.618Z Checking futures-task v0.3.32
19582026-03-24T17:05:57.048Z Checking slab v0.4.12
19592026-03-24T17:05:57.048Z Checking futures-io v0.3.32
19602026-03-24T17:05:57.048Z Checking digest v0.10.7
19612026-03-24T17:05:57.049Z Checking cpufeatures v0.2.17
19622026-03-24T17:05:57.049Z Checking url v2.5.8
19632026-03-24T17:05:57.049Z Checking indexmap v2.13.0
19642026-03-24T17:05:57.049Z Checking futures-util v0.3.32
19652026-03-24T17:05:57.049Z Checking thiserror v1.0.69
19662026-03-24T17:05:57.049Z Checking getrandom v0.3.4
19672026-03-24T17:05:57.049Z Checking fnv v1.0.7
19682026-03-24T17:05:57.049Z Checking regex-syntax v0.8.10
19692026-03-24T17:05:57.049Z Checking base64 v0.22.1
19702026-03-24T17:05:57.049Z Checking schemars v0.8.22
19712026-03-24T17:05:57.049Z Checking ppv-lite86 v0.2.21
19722026-03-24T17:05:57.049Z Checking http v1.4.0
19732026-03-24T17:05:57.049Z Checking tracing-core v0.1.36
19742026-03-24T17:05:57.049Z Checking unicode-ident v1.0.24
19752026-03-24T17:05:57.205Z Checking ipnet v2.11.0
19762026-03-24T17:05:57.238Z Checking proc-macro2 v1.0.106
19772026-03-24T17:05:57.269Z Checking tracing v0.1.44
19782026-03-24T17:05:57.399Z Checking anstyle v1.0.13
19792026-03-24T17:05:57.484Z Checking untrusted v0.9.0
19802026-03-24T17:05:57.536Z Checking utf8parse v0.2.2
19812026-03-24T17:05:57.539Z Checking quote v1.0.44
19822026-03-24T17:05:57.579Z Checking aho-corasick v1.1.4
19832026-03-24T17:05:57.678Z Checking anstyle-query v1.1.5
19842026-03-24T17:05:57.681Z Checking ring v0.17.14
19852026-03-24T17:05:57.770Z Checking anstyle-parse v0.2.7
19862026-03-24T17:05:57.874Z Checking colorchoice v1.0.4
19872026-03-24T17:05:57.923Z Checking syn v2.0.117
19882026-03-24T17:05:58.002Z Checking base64ct v1.8.3
19892026-03-24T17:05:58.050Z Checking is_terminal_polyfill v1.70.2
19902026-03-24T17:05:58.200Z Checking anstream v0.6.21
19912026-03-24T17:05:58.269Z Checking block-padding v0.3.3
19922026-03-24T17:05:58.362Z Checking rustls-pki-types v1.14.0
19932026-03-24T17:05:58.465Z Checking httparse v1.10.1
19942026-03-24T17:05:58.515Z Checking inout v0.1.4
19952026-03-24T17:05:58.563Z Checking regex-automata v0.4.14
19962026-03-24T17:05:58.733Z Checking terminal_size v0.4.3
19972026-03-24T17:05:58.784Z Checking crossbeam-utils v0.8.21
19982026-03-24T17:05:58.828Z Checking cipher v0.4.4
19992026-03-24T17:05:58.831Z Checking clap_lex v1.0.0
20002026-03-24T17:05:58.926Z Checking strsim v0.11.1
20012026-03-24T17:05:58.992Z Checking tokio-util v0.7.18
20022026-03-24T17:05:59.101Z Checking http-body v1.0.1
20032026-03-24T17:05:59.155Z Checking rand_core v0.9.5
20042026-03-24T17:05:59.158Z Checking sha2 v0.10.9
20052026-03-24T17:05:59.249Z Checking clap_builder v4.5.60
20062026-03-24T17:05:59.299Z Checking atomic-waker v1.1.2
20072026-03-24T17:05:59.346Z Checking pem-rfc7468 v0.7.0
20082026-03-24T17:05:59.421Z Checking try-lock v0.2.5
20092026-03-24T17:05:59.470Z Checking httpdate v1.0.3
20102026-03-24T17:05:59.588Z Checking want v0.3.1
20112026-03-24T17:05:59.592Z Checking hmac v0.12.1
20122026-03-24T17:05:59.795Z Checking tower-layer v0.3.3
20132026-03-24T17:05:59.801Z Checking ryu v1.0.23
20142026-03-24T17:05:59.802Z Checking pin-utils v0.1.0
20152026-03-24T17:05:59.854Z Checking tower-service v0.3.3
20162026-03-24T17:05:59.908Z Checking rand_chacha v0.9.0
20172026-03-24T17:06:00.040Z Checking erased-serde v0.3.31
20182026-03-24T17:06:00.065Z Checking h2 v0.4.13
20192026-03-24T17:06:00.065Z Checking flagset v0.4.7
20202026-03-24T17:06:00.092Z Checking powerfmt v0.2.0
20212026-03-24T17:06:00.194Z Checking der v0.7.10
20222026-03-24T17:06:00.244Z Checking rand v0.9.2
20232026-03-24T17:06:00.324Z Checking deranged v0.5.8
20242026-03-24T17:06:00.561Z Checking slog v2.8.2
20252026-03-24T17:06:00.919Z Checking spin v0.9.8
20262026-03-24T17:06:01.146Z Checking anyhow v1.0.102
20272026-03-24T17:06:01.169Z Checking clap v4.5.60
20282026-03-24T17:06:01.181Z Checking num-conv v0.2.0
20292026-03-24T17:06:01.207Z Checking time-core v0.1.8
20302026-03-24T17:06:01.213Z Checking num_threads v0.1.7
20312026-03-24T17:06:01.301Z Checking http-body-util v0.1.3
20322026-03-24T17:06:01.310Z Checking aws-lc-sys v0.37.1
20332026-03-24T17:06:01.370Z Checking untrusted v0.7.1
20342026-03-24T17:06:01.402Z Checking openssl-probe v0.2.1
20352026-03-24T17:06:01.487Z Checking regex v1.12.3
20362026-03-24T17:06:01.493Z Checking serde_urlencoded v0.7.1
20372026-03-24T17:06:01.667Z Checking rand_chacha v0.3.1
20382026-03-24T17:06:01.675Z Checking fastrand v2.3.0
20392026-03-24T17:06:01.675Z Checking spki v0.7.3
20402026-03-24T17:06:01.723Z Checking time v0.3.47
20412026-03-24T17:06:01.797Z Checking pbkdf2 v0.12.2
20422026-03-24T17:06:01.886Z Checking rand v0.8.5
20432026-03-24T17:06:01.936Z Checking aes v0.8.4
20442026-03-24T17:06:01.940Z Checking unicode-width v0.2.0
20452026-03-24T17:06:02.035Z Checking pretty-hex v0.4.1
20462026-03-24T17:06:02.035Z Checking salsa20 v0.10.2
20472026-03-24T17:06:02.133Z Checking aws-lc-rs v1.16.0
20482026-03-24T17:06:02.238Z Checking cbc v0.1.2
20492026-03-24T17:06:02.287Z Checking ipnetwork v0.21.1
20502026-03-24T17:06:02.342Z Checking hex v0.4.3
20512026-03-24T17:06:02.440Z Checking scrypt v0.11.0
20522026-03-24T17:06:02.501Z Checking tempfile v3.25.0
20532026-03-24T17:06:02.609Z Checking rustls-native-certs v0.8.3
20542026-03-24T17:06:02.665Z Checking sync_wrapper v1.0.2
20552026-03-24T17:06:02.666Z Checking plain v0.2.3
20562026-03-24T17:06:02.797Z Checking pkcs5 v0.7.1
20572026-03-24T17:06:02.819Z Checking webpki-roots v1.0.6
20582026-03-24T17:06:02.865Z Checking camino v1.2.2
20592026-03-24T17:06:02.900Z Checking tower v0.5.3
20602026-03-24T17:06:02.951Z Checking iri-string v0.7.10
20612026-03-24T17:06:02.990Z Checking ucd-trie v0.1.7
20622026-03-24T17:06:03.126Z Checking pkcs8 v0.10.2
20632026-03-24T17:06:03.205Z Checking pest v2.8.6
20642026-03-24T17:06:03.248Z Checking openapiv3 v2.2.0
20652026-03-24T17:06:03.331Z Checking rustls-webpki v0.103.9
20662026-03-24T17:06:03.449Z Checking mime v0.3.17
20672026-03-24T17:06:03.467Z Checking either v1.15.0
20682026-03-24T17:06:03.491Z Checking winnow v0.7.14
20692026-03-24T17:06:03.641Z Checking oxnet v0.1.4
20702026-03-24T17:06:03.693Z Checking hyper v1.8.1
20712026-03-24T17:06:03.742Z Checking lazy_static v1.5.0
20722026-03-24T17:06:03.893Z Checking static_assertions v1.1.0
20732026-03-24T17:06:03.942Z Checking rustls v0.23.37
20742026-03-24T17:06:03.991Z Checking signature v2.2.0
20752026-03-24T17:06:04.053Z Checking encoding_rs v0.8.35
20762026-03-24T17:06:04.202Z Checking simd-adler32 v0.3.8
20772026-03-24T17:06:04.465Z Checking tower-http v0.6.8
20782026-03-24T17:06:04.513Z Checking foreign-types-shared v0.1.1
20792026-03-24T17:06:04.782Z Checking foreign-types v0.3.2
20802026-03-24T17:06:04.807Z Checking hubpack v0.1.2
20812026-03-24T17:06:04.807Z Checking openssl-sys v0.9.111
20822026-03-24T17:06:04.884Z Checking adler2 v2.0.1
20832026-03-24T17:06:04.991Z Checking hyper-util v0.1.20
20842026-03-24T17:06:05.041Z Checking sha1 v0.10.6
20852026-03-24T17:06:05.129Z Checking miniz_oxide v0.8.9
20862026-03-24T17:06:05.140Z Checking strum v0.26.3
20872026-03-24T17:06:05.314Z Checking data-encoding v2.10.0
20882026-03-24T17:06:05.321Z Checking tinyvec_macros v0.1.1
20892026-03-24T17:06:05.332Z Checking toml_datetime v0.6.11
20902026-03-24T17:06:05.401Z Checking tinyvec v1.10.0
20912026-03-24T17:06:05.452Z Checking serde_spanned v0.6.9
20922026-03-24T17:06:05.500Z Checking openssl v0.10.75
20932026-03-24T17:06:05.589Z Checking num-integer v0.1.46
20942026-03-24T17:06:05.638Z Checking scroll v0.13.0
20952026-03-24T17:06:05.641Z Checking memmap2 v0.9.10
20962026-03-24T17:06:05.729Z Checking bit-vec v0.8.0
20972026-03-24T17:06:05.860Z Checking base16ct v0.2.0
20982026-03-24T17:06:05.907Z Checking dtrace-parser v0.3.0
20992026-03-24T17:06:05.954Z Checking crossbeam-epoch v0.9.18
21002026-03-24T17:06:06.016Z Checking bit-set v0.8.0
21012026-03-24T17:06:06.066Z Checking goblin v0.10.5
21022026-03-24T17:06:06.067Z Checking sec1 v0.7.3
21032026-03-24T17:06:06.247Z Checking crc32fast v1.5.0
21042026-03-24T17:06:06.299Z Checking ff v0.13.1
21052026-03-24T17:06:06.304Z Checking wait-timeout v0.2.1
21062026-03-24T17:06:06.430Z Checking thread-id v5.1.0
21072026-03-24T17:06:06.473Z Checking num-iter v0.1.45
21082026-03-24T17:06:06.520Z Checking bstr v1.12.1
21092026-03-24T17:06:06.569Z Checking hkdf v0.12.4
21102026-03-24T17:06:06.574Z Checking group v0.13.0
21112026-03-24T17:06:06.666Z Checking ahash v0.8.12
21122026-03-24T17:06:06.715Z Checking crypto-bigint v0.5.5
21132026-03-24T17:06:06.837Z Checking psl-types v2.0.11
21142026-03-24T17:06:06.843Z Checking quick-error v1.2.3
21152026-03-24T17:06:06.966Z Checking cookie v0.18.1
21162026-03-24T17:06:07.015Z Checking rusty-fork v0.3.1
21172026-03-24T17:06:07.020Z Checking publicsuffix v2.3.0
21182026-03-24T17:06:07.111Z Checking rand_xorshift v0.4.0
21192026-03-24T17:06:07.252Z Checking tokio-rustls v0.26.4
21202026-03-24T17:06:07.307Z Checking scroll v0.12.0
21212026-03-24T17:06:07.312Z Checking unarray v0.1.4
21222026-03-24T17:06:07.312Z Checking cookie_store v0.22.1
21232026-03-24T17:06:07.312Z Checking rustls-platform-verifier v0.6.2
21242026-03-24T17:06:07.515Z Checking proptest v1.10.0
21252026-03-24T17:06:07.591Z Checking hyper-rustls v0.27.7
21262026-03-24T17:06:07.642Z Checking goblin v0.8.2
21272026-03-24T17:06:07.689Z Checking num-bigint-dig v0.8.6
21282026-03-24T17:06:07.860Z Checking pkcs1 v0.7.5
21292026-03-24T17:06:07.910Z Checking x509-cert v0.2.5
21302026-03-24T17:06:08.078Z Checking elliptic-curve v0.13.8
21312026-03-24T17:06:08.177Z Checking zerocopy v0.7.35
21322026-03-24T17:06:08.336Z Checking native-tls v0.2.18
21332026-03-24T17:06:08.522Z Checking zlib-rs v0.6.2
21342026-03-24T17:06:08.601Z Checking tokio-native-tls v0.3.1
21352026-03-24T17:06:08.840Z Checking hyper-tls v0.6.0
21362026-03-24T17:06:08.891Z Checking unicode-segmentation v1.12.0
21372026-03-24T17:06:08.895Z Checking rsa v0.9.10
21382026-03-24T17:06:08.984Z Checking reqwest v0.13.2
21392026-03-24T17:06:09.090Z Checking reqwest v0.12.28
21402026-03-24T17:06:09.408Z Checking crossbeam-deque v0.8.6
21412026-03-24T17:06:09.465Z Checking dof v0.4.0
21422026-03-24T17:06:09.581Z Checking dtrace-parser v0.2.0
21432026-03-24T17:06:09.718Z Checking rfc6979 v0.4.0
21442026-03-24T17:06:09.807Z Checking flate2 v1.1.9
21452026-03-24T17:06:09.874Z Checking thread-id v4.2.2
21462026-03-24T17:06:09.937Z Checking toml_write v0.1.2
21472026-03-24T17:06:10.014Z Checking ecdsa v0.16.9
21482026-03-24T17:06:10.066Z Checking newtype-uuid v1.3.2
21492026-03-24T17:06:10.183Z Checking toml_parser v1.0.9+spec-1.1.0
21502026-03-24T17:06:10.228Z Checking toml_edit v0.22.27
21512026-03-24T17:06:10.270Z Checking curve25519-dalek v4.1.3
21522026-03-24T17:06:10.326Z Checking memoffset v0.9.1
21532026-03-24T17:06:10.372Z Checking usdt-impl v0.6.0
21542026-03-24T17:06:10.375Z Checking dof v0.3.0
21552026-03-24T17:06:10.376Z Checking rustix v0.38.44
21562026-03-24T17:06:10.513Z Checking env_filter v1.0.0
21572026-03-24T17:06:10.516Z Checking keccak v0.1.6
21582026-03-24T17:06:10.651Z Checking daft v0.1.5
21592026-03-24T17:06:10.734Z Checking env_logger v0.11.9
21602026-03-24T17:06:10.787Z Checking usdt v0.6.0
21612026-03-24T17:06:10.836Z Checking usdt-impl v0.5.0
21622026-03-24T17:06:10.840Z Checking sha3 v0.10.8
21632026-03-24T17:06:11.000Z Checking ed25519 v2.2.3
21642026-03-24T17:06:11.048Z Checking itertools v0.13.0
21652026-03-24T17:06:11.052Z Checking serde_with v3.17.0
21662026-03-24T17:06:11.187Z Checking bitflags v1.3.2
21672026-03-24T17:06:11.236Z Checking siphasher v1.0.2
21682026-03-24T17:06:11.285Z Checking unicode-normalization v0.1.25
21692026-03-24T17:06:11.337Z Checking signal-hook v0.3.18
21702026-03-24T17:06:11.392Z Checking ed25519-dalek v2.2.0
21712026-03-24T17:06:11.485Z Checking toml_datetime v0.7.5+spec-1.1.0
21722026-03-24T17:06:11.619Z Checking winnow v0.5.40
21732026-03-24T17:06:11.671Z Checking managed v0.8.0
21742026-03-24T17:06:11.724Z Checking nix v0.31.1
21752026-03-24T17:06:11.787Z Checking rayon-core v1.13.0
21762026-03-24T17:06:11.791Z Checking bzip2-sys v0.1.13+1.0.8
21772026-03-24T17:06:11.882Z Checking object v0.37.3
21782026-03-24T17:06:11.953Z Checking foldhash v0.1.5
21792026-03-24T17:06:12.005Z Checking bzip2 v0.4.4
21802026-03-24T17:06:12.170Z Checking hashbrown v0.15.5
21812026-03-24T17:06:12.246Z Checking signal-hook-mio v0.2.5
21822026-03-24T17:06:12.296Z Checking ref-cast v1.0.25
21832026-03-24T17:06:12.414Z Checking zstd-sys v2.0.16+zstd.1.5.7
21842026-03-24T17:06:12.465Z Checking zip v0.6.6
21852026-03-24T17:06:12.539Z Checking libbz2-rs-sys v0.2.2
21862026-03-24T17:06:12.596Z Checking zstd-safe v7.2.4
21872026-03-24T17:06:12.845Z Checking bumpalo v3.20.2
21882026-03-24T17:06:12.850Z Checking zstd v0.13.3
21892026-03-24T17:06:12.938Z Checking crossterm v0.28.1
21902026-03-24T17:06:13.078Z Checking bzip2 v0.6.1
21912026-03-24T17:06:13.146Z Checking zopfli v0.8.3
21922026-03-24T17:06:13.195Z Checking rayon v1.11.0
21932026-03-24T17:06:13.203Z Checking similar v2.7.0
21942026-03-24T17:06:13.203Z Checking fs-err v3.3.0
21952026-03-24T17:06:13.335Z Checking toml_edit v0.19.15
21962026-03-24T17:06:13.338Z Checking hash32 v0.2.1
21972026-03-24T17:06:13.610Z Checking serde-big-array v0.5.1
21982026-03-24T17:06:13.659Z Checking predicates-core v1.0.10
21992026-03-24T17:06:13.713Z Checking unicode-properties v0.1.4
22002026-03-24T17:06:13.795Z Checking unicode-bidi v0.3.18
22012026-03-24T17:06:13.844Z Checking jiff v0.2.21
22022026-03-24T17:06:13.890Z Checking heapless v0.7.17
22032026-03-24T17:06:13.951Z Checking hickory-proto v0.25.2
22042026-03-24T17:06:14.004Z Checking tokio-stream v0.1.18
22052026-03-24T17:06:14.241Z Checking stringprep v0.1.5
22062026-03-24T17:06:14.483Z Checking md-5 v0.10.6
22072026-03-24T17:06:14.531Z Checking float-cmp v0.10.0
22082026-03-24T17:06:14.581Z Checking rustc-hash v2.1.1
22092026-03-24T17:06:14.697Z Checking normalize-line-endings v0.3.0
22102026-03-24T17:06:14.747Z Checking difflib v0.4.0
22112026-03-24T17:06:14.794Z Checking fallible-iterator v0.2.0
22122026-03-24T17:06:14.848Z Checking toml v0.7.8
22132026-03-24T17:06:14.892Z Checking iddqd v0.3.17
22142026-03-24T17:06:15.014Z Checking predicates v3.1.4
22152026-03-24T17:06:15.171Z Checking smoltcp v0.9.1
22162026-03-24T17:06:15.221Z Checking postgres-protocol v0.6.10
22172026-03-24T17:06:15.323Z Checking phf_shared v0.11.3
22182026-03-24T17:06:15.369Z Checking phf_shared v0.13.1
22192026-03-24T17:06:15.457Z Checking itertools v0.12.1
22202026-03-24T17:06:15.544Z Checking console v0.16.2
22212026-03-24T17:06:15.673Z Checking buf-list v1.1.2
22222026-03-24T17:06:15.678Z Checking strum v0.27.2
22232026-03-24T17:06:15.899Z Checking fixedbitset v0.5.7
22242026-03-24T17:06:15.955Z Checking lalrpop-util v0.19.12
22252026-03-24T17:06:16.000Z Checking new_debug_unreachable v1.0.6
22262026-03-24T17:06:16.049Z Checking precomputed-hash v0.1.1
22272026-03-24T17:06:16.104Z Checking unit-prefix v0.5.2
22282026-03-24T17:06:16.155Z Checking fixedbitset v0.4.2
22292026-03-24T17:06:16.237Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-03-24T17:06:16.237Z Checking petgraph v0.8.3
22312026-03-24T17:06:16.237Z Checking string_cache v0.8.9
22322026-03-24T17:06:16.342Z Checking indicatif v0.18.4
22332026-03-24T17:06:16.383Z Checking petgraph v0.6.5
22342026-03-24T17:06:16.495Z Checking postgres-types v0.2.12
22352026-03-24T17:06:16.883Z Checking phf v0.13.1
22362026-03-24T17:06:16.927Z Checking zone v0.3.1
22372026-03-24T17:06:16.983Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22382026-03-24T17:06:17.045Z Checking zip v4.6.1
22392026-03-24T17:06:17.114Z Checking whoami v2.1.0
22402026-03-24T17:06:17.379Z Checking peg-runtime v0.8.5
22412026-03-24T17:06:17.418Z Checking tokio-postgres v0.7.16
22422026-03-24T17:06:17.594Z Checking futures-executor v0.3.32
22432026-03-24T17:06:17.648Z Checking is-terminal v0.4.17
22442026-03-24T17:06:17.802Z Checking crossbeam-channel v0.5.15
22452026-03-24T17:06:17.808Z Compiling structmeta-derive v0.3.0
22462026-03-24T17:06:17.896Z Checking futures v0.3.32
22472026-03-24T17:06:17.904Z Checking thread_local v1.1.9
22482026-03-24T17:06:18.033Z Checking term v1.2.1
22492026-03-24T17:06:18.184Z Checking take_mut v0.2.2
22502026-03-24T17:06:18.221Z Compiling newtype-uuid-macros v0.1.0
22512026-03-24T17:06:18.292Z Checking regress v0.10.5
22522026-03-24T17:06:18.347Z Checking slog-async v2.8.0
22532026-03-24T17:06:18.395Z Checking slog-term v2.9.2
22542026-03-24T17:06:18.552Z Compiling rustls v0.22.4
22552026-03-24T17:06:18.615Z Compiling multer v3.1.0
22562026-03-24T17:06:18.785Z Compiling async-stream-impl v0.3.6
22572026-03-24T17:06:18.956Z Compiling dropshot v0.16.7
22582026-03-24T17:06:19.007Z Compiling dropshot_endpoint v0.16.7
22592026-03-24T17:06:19.128Z Checking match_cfg v0.1.0
22602026-03-24T17:06:19.298Z Checking slog-json v2.6.1
22612026-03-24T17:06:19.306Z Checking hostname v0.3.1
22622026-03-24T17:06:19.395Z Compiling structmeta v0.3.0
22632026-03-24T17:06:19.430Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22642026-03-24T17:06:19.523Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-03-24T17:06:19.573Z Checking slog-bunyan v2.5.0
22662026-03-24T17:06:19.625Z Checking debug-ignore v1.0.5
22672026-03-24T17:06:19.677Z Checking serde_spanned v1.0.4
22682026-03-24T17:06:19.727Z Compiling derive-ex v0.1.8
22692026-03-24T17:06:19.833Z Checking toml_writer v1.0.6+spec-1.1.0
22702026-03-24T17:06:19.840Z Checking progenitor-client v0.13.0
22712026-03-24T17:06:19.886Z Checking rustls-webpki v0.102.8
22722026-03-24T17:06:19.971Z Checking serde_path_to_error v0.1.20
22732026-03-24T17:06:20.053Z Checking toml v0.9.12+spec-1.1.0
22742026-03-24T17:06:20.102Z Checking async-stream v0.3.6
22752026-03-24T17:06:20.309Z Checking waitgroup v0.1.2
22762026-03-24T17:06:20.372Z Checking rustls-pemfile v2.2.0
22772026-03-24T17:06:20.405Z Checking hostname v0.4.2
22782026-03-24T17:06:20.511Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22792026-03-24T17:06:20.516Z Compiling parse-display-derive v0.10.0
22802026-03-24T17:06:20.599Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-03-24T17:06:20.602Z Checking itertools v0.14.0
22822026-03-24T17:06:20.688Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22832026-03-24T17:06:20.814Z Checking macaddr v1.0.1
22842026-03-24T17:06:20.922Z Checking progenitor-client v0.10.0
22852026-03-24T17:06:21.089Z Checking instant v0.1.13
22862026-03-24T17:06:21.239Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22872026-03-24T17:06:21.251Z Checking backoff v0.4.0
22882026-03-24T17:06:21.332Z Checking backon v1.6.0
22892026-03-24T17:06:21.482Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22902026-03-24T17:06:21.591Z Checking progenitor-extras v0.1.1
22912026-03-24T17:06:21.643Z Checking heck v0.5.0
22922026-03-24T17:06:21.841Z Checking camino-tempfile v1.4.1
22932026-03-24T17:06:21.918Z Checking toml v0.8.23
22942026-03-24T17:06:22.079Z Compiling test-strategy v0.4.5
22952026-03-24T17:06:22.176Z Compiling unsafe-libyaml v0.2.11
22962026-03-24T17:06:22.181Z Compiling convert_case v0.4.0
22972026-03-24T17:06:22.407Z Checking secrecy v0.10.3
22982026-03-24T17:06:22.504Z Checking tokio-rustls v0.25.0
22992026-03-24T17:06:22.604Z Compiling crucible-workspace-hack v0.1.0
23002026-03-24T17:06:22.793Z Compiling derive_more v0.99.20
23012026-03-24T17:06:22.918Z Checking parse-display v0.10.0
23022026-03-24T17:06:22.977Z Compiling serde_yaml v0.9.34+deprecated
23032026-03-24T17:06:23.209Z Checking typify-impl v0.6.1
23042026-03-24T17:06:23.268Z Compiling toml_edit v0.23.10+spec-1.0.0
23052026-03-24T17:06:24.146Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23062026-03-24T17:06:24.689Z Compiling proc-macro-crate v3.4.0
23072026-03-24T17:06:24.836Z Checking half v2.7.1
23082026-03-24T17:06:24.884Z Checking ciborium-io v0.2.2
23092026-03-24T17:06:25.042Z Checking glob v0.3.3
23102026-03-24T17:06:25.150Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-03-24T17:06:25.243Z Checking ciborium-ll v0.2.2
23122026-03-24T17:06:25.333Z Compiling heapless v0.8.0
23132026-03-24T17:06:25.568Z Compiling ingot-macros v0.1.1
23142026-03-24T17:06:25.587Z Checking ciborium v0.2.2
23152026-03-24T17:06:25.609Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23162026-03-24T17:06:25.654Z Checking tabwriter v1.4.1
23172026-03-24T17:06:25.869Z Checking hash32 v0.3.1
23182026-03-24T17:06:25.973Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-24T17:06:26.032Z Compiling smoltcp v0.11.0
23202026-03-24T17:06:26.167Z Compiling num_enum_derive v0.7.5
23212026-03-24T17:06:26.317Z Checking cobs v0.3.0
23222026-03-24T17:06:26.452Z Compiling foreign-types-macros v0.2.3
23232026-03-24T17:06:26.549Z Checking cpufeatures v0.3.0
23242026-03-24T17:06:26.616Z Checking foreign-types-shared v0.3.1
23252026-03-24T17:06:26.718Z Checking chacha20 v0.10.0
23262026-03-24T17:06:26.772Z Checking postcard v1.1.3
23272026-03-24T17:06:27.220Z Compiling proc-macro-crate v1.3.1
23282026-03-24T17:06:27.309Z Checking foreign-types v0.5.0
23292026-03-24T17:06:27.392Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23302026-03-24T17:06:27.457Z Checking cstr-argument v0.1.2
23312026-03-24T17:06:27.615Z Checking num_enum v0.7.5
23322026-03-24T17:06:27.796Z Checking sigpipe v0.1.3
23332026-03-24T17:06:27.796Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-24T17:06:27.834Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-24T17:06:27.834Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-24T17:06:27.898Z Checking colored v3.1.1
23372026-03-24T17:06:28.206Z Compiling num_enum_derive v0.5.11
23382026-03-24T17:06:28.265Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-03-24T17:06:28.271Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23402026-03-24T17:06:28.330Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-03-24T17:06:28.383Z Checking rand v0.10.0
23422026-03-24T17:06:28.484Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23432026-03-24T17:06:28.544Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-24T17:06:28.586Z Checking indent_write v2.2.0
23452026-03-24T17:06:28.794Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23462026-03-24T17:06:28.932Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23472026-03-24T17:06:29.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23482026-03-24T17:06:29.197Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23492026-03-24T17:06:29.208Z Checking smf v0.2.3
23502026-03-24T17:06:29.427Z Checking ingot-types v0.1.2
23512026-03-24T17:06:29.523Z Compiling num-derive v0.4.2
23522026-03-24T17:06:29.574Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-03-24T17:06:29.634Z Checking num_enum v0.5.11
23542026-03-24T17:06:29.640Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23552026-03-24T17:06:29.815Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-03-24T17:06:29.912Z Checking whoami v1.6.1
23572026-03-24T17:06:30.040Z Checking universal-hash v0.5.1
23582026-03-24T17:06:30.115Z Checking ingot v0.1.1
23592026-03-24T17:06:30.185Z Checking opaque-debug v0.3.1
23602026-03-24T17:06:30.201Z Checking aead v0.5.2
23612026-03-24T17:06:30.294Z Checking swrite v0.1.0
23622026-03-24T17:06:30.341Z Checking poly1305 v0.8.0
23632026-03-24T17:06:30.360Z Checking chacha20 v0.9.1
23642026-03-24T17:06:30.454Z Checking unicode-width v0.1.14
23652026-03-24T17:06:30.495Z Compiling thiserror-impl-no-std v2.0.2
23662026-03-24T17:06:30.503Z Compiling typify-macro v0.6.1
23672026-03-24T17:06:30.680Z Checking password-hash v0.5.0
23682026-03-24T17:06:30.730Z Checking blake2 v0.10.6
23692026-03-24T17:06:30.801Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23702026-03-24T17:06:30.843Z Checking chacha20poly1305 v0.10.1
23712026-03-24T17:06:31.019Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
23722026-03-24T17:06:31.067Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23732026-03-24T17:06:31.114Z Checking argon2 v0.5.3
23742026-03-24T17:06:31.162Z Checking byte-wrapper v0.1.0
23752026-03-24T17:06:31.433Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23762026-03-24T17:06:31.485Z Compiling usdt-attr-macro v0.5.0
23772026-03-24T17:06:31.502Z Compiling usdt-macro v0.5.0
23782026-03-24T17:06:31.596Z Checking memmap v0.7.0
23792026-03-24T17:06:31.784Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23802026-03-24T17:06:31.828Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-03-24T17:06:32.116Z Checking thiserror-no-std v2.0.2
23822026-03-24T17:06:32.216Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-03-24T17:06:32.265Z Checking vsss-rs v3.3.4
23842026-03-24T17:06:32.371Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23852026-03-24T17:06:32.516Z Compiling derive-where v1.6.0
23862026-03-24T17:06:32.576Z Checking usdt v0.5.0
23872026-03-24T17:06:32.620Z Checking atomicwrites v0.4.4
23882026-03-24T17:06:32.814Z Checking tokio-dtrace v0.1.1
23892026-03-24T17:06:32.821Z Checking console v0.15.11
23902026-03-24T17:06:32.922Z Compiling typify v0.6.1
23912026-03-24T17:06:33.078Z Compiling progenitor-impl v0.13.0
23922026-03-24T17:06:33.178Z Checking oxide-tokio-rt v0.1.3
23932026-03-24T17:06:33.277Z Checking newline-converter v0.3.0
23942026-03-24T17:06:33.425Z Checking bytecount v0.6.9
23952026-03-24T17:06:33.475Z Checking expectorate v1.2.0
23962026-03-24T17:06:33.595Z Compiling prettyplease v0.2.37
23972026-03-24T17:06:33.688Z Compiling owo-colors v4.3.0
23982026-03-24T17:06:33.865Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23992026-03-24T17:06:33.958Z Compiling cancel-safe-futures v0.1.5
24002026-03-24T17:06:34.010Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-24T17:06:34.028Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24022026-03-24T17:06:34.028Z Checking libsw-core v0.3.2
24032026-03-24T17:06:34.442Z Checking libsw v3.5.0
24042026-03-24T17:06:34.446Z Checking linear-map v1.2.0
24052026-03-24T17:06:34.564Z Checking same-file v1.0.6
24062026-03-24T17:06:34.611Z Checking num-rational v0.4.2
24072026-03-24T17:06:34.681Z Checking num-complex v0.4.6
24082026-03-24T17:06:34.753Z Checking walkdir v2.5.0
24092026-03-24T17:06:34.841Z Checking float-ord v0.3.2
24102026-03-24T17:06:35.012Z Checking gethostname v0.5.0
24112026-03-24T17:06:35.159Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24122026-03-24T17:06:35.203Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24132026-03-24T17:06:35.251Z Checking num v0.4.3
24142026-03-24T17:06:35.299Z Compiling async-recursion v1.1.1
24152026-03-24T17:06:35.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24162026-03-24T17:06:35.530Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24172026-03-24T17:06:36.823Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24182026-03-24T17:06:36.856Z Compiling progenitor-macro v0.13.0
24192026-03-24T17:06:37.732Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24202026-03-24T17:06:38.777Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24212026-03-24T17:06:39.469Z Checking unicode-linebreak v0.1.5
24222026-03-24T17:06:39.759Z Checking smawk v0.3.2
24232026-03-24T17:06:39.816Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24242026-03-24T17:06:39.857Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24252026-03-24T17:06:39.968Z Checking globset v0.4.18
24262026-03-24T17:06:40.557Z Compiling convert_case v0.10.0
24272026-03-24T17:06:41.038Z Compiling slog-dtrace v0.3.0
24282026-03-24T17:06:41.248Z Checking resolv-conf v0.7.6
24292026-03-24T17:06:41.479Z Compiling derive_more-impl v2.1.1
24302026-03-24T17:06:41.794Z Compiling pin-project-internal v1.1.11
24312026-03-24T17:06:41.976Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24322026-03-24T17:06:42.028Z Checking pem v3.0.6
24332026-03-24T17:06:42.342Z Checking fd-lock v4.0.4
24342026-03-24T17:06:42.421Z Checking vte v0.14.1
24352026-03-24T17:06:42.486Z Checking display-error-chain v0.2.2
24362026-03-24T17:06:42.582Z Checking derive_more v2.1.1
24372026-03-24T17:06:42.622Z Checking strip-ansi-escapes v0.2.1
24382026-03-24T17:06:42.868Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24392026-03-24T17:06:42.927Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24402026-03-24T17:06:42.927Z Checking crossterm v0.29.0
24412026-03-24T17:06:42.927Z Compiling snafu-derive v0.8.9
24422026-03-24T17:06:42.927Z Checking termtree v0.5.1
24432026-03-24T17:06:46.583Z Checking pin-project v1.1.11
24442026-03-24T17:06:46.655Z Checking nu-ansi-term v0.50.3
24452026-03-24T17:06:46.655Z Checking linked-hash-map v0.5.6
24462026-03-24T17:06:46.655Z Checking textwrap v0.16.2
24472026-03-24T17:06:46.655Z Checking lru-cache v0.1.2
24482026-03-24T17:06:46.655Z Checking reedline v0.40.0
24492026-03-24T17:06:46.655Z Checking olpc-cjson v0.1.4
24502026-03-24T17:06:46.656Z Checking progenitor v0.13.0
24512026-03-24T17:06:46.656Z Checking hickory-proto v0.24.4
24522026-03-24T17:06:46.656Z Checking serde_plain v1.0.2
24532026-03-24T17:06:46.656Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24542026-03-24T17:06:46.657Z Checking typed-path v0.9.3
24552026-03-24T17:06:46.657Z Compiling minimal-lexical v0.2.1
24562026-03-24T17:06:46.657Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24572026-03-24T17:06:46.657Z Checking snafu v0.8.9
24582026-03-24T17:06:46.657Z Compiling nom v7.1.3
24592026-03-24T17:06:46.657Z Checking tough v0.20.0
24602026-03-24T17:06:46.657Z Checking nibble_vec v0.1.0
24612026-03-24T17:06:46.657Z Checking endian-type v0.1.2
24622026-03-24T17:06:46.657Z Checking hickory-resolver v0.24.4
24632026-03-24T17:06:46.709Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24642026-03-24T17:06:46.745Z Checking radix_trie v0.2.1
24652026-03-24T17:06:47.031Z Compiling ar_archive_writer v0.5.1
24662026-03-24T17:06:47.436Z Checking humantime v2.3.0
24672026-03-24T17:06:47.551Z Checking base64 v0.21.7
24682026-03-24T17:06:47.723Z Checking qorb v0.4.1
24692026-03-24T17:06:47.781Z Checking csv-core v0.1.13
24702026-03-24T17:06:47.850Z Compiling stacker v0.1.23
24712026-03-24T17:06:47.893Z Checking highway v1.3.0
24722026-03-24T17:06:48.083Z Checking csv v1.4.0
24732026-03-24T17:06:48.245Z Compiling cfg_aliases v0.1.1
24742026-03-24T17:06:48.269Z Compiling psm v0.1.30
24752026-03-24T17:06:48.364Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-03-24T17:06:48.374Z Compiling nix v0.28.0
24772026-03-24T17:06:48.439Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24782026-03-24T17:06:49.007Z Checking papergrid v0.11.0
24792026-03-24T17:06:49.038Z Compiling tabled_derive v0.7.0
24802026-03-24T17:06:49.038Z Checking home v0.5.12
24812026-03-24T17:06:49.117Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24822026-03-24T17:06:49.218Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24832026-03-24T17:06:49.333Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24842026-03-24T17:06:49.493Z Checking phf_shared v0.12.1
24852026-03-24T17:06:49.522Z Compiling recursive-proc-macro-impl v0.1.1
24862026-03-24T17:06:49.711Z Compiling chrono-tz v0.10.4
24872026-03-24T17:06:49.821Z Compiling semver v0.1.20
24882026-03-24T17:06:49.897Z Checking phf v0.12.1
24892026-03-24T17:06:50.022Z Compiling rustc_version v0.1.7
24902026-03-24T17:06:51.416Z Checking tabled v0.15.0
24912026-03-24T17:06:51.416Z Checking recursive v0.1.1
24922026-03-24T17:06:51.416Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932026-03-24T17:06:51.416Z Compiling const_format_proc_macros v0.2.34
24942026-03-24T17:06:51.416Z Compiling peg-macros v0.8.5
24952026-03-24T17:06:51.417Z Checking winnow v0.6.26
24962026-03-24T17:06:51.417Z Compiling sqlparser_derive v0.5.0
24972026-03-24T17:06:51.536Z Checking unicode_categories v0.1.1
24982026-03-24T17:06:51.604Z Checking sqlparser v0.61.0
24992026-03-24T17:06:51.834Z Checking rustyline v14.0.0
25002026-03-24T17:06:51.880Z Checking const_format v0.2.35
25012026-03-24T17:06:52.000Z Checking sqlformat v0.3.5
25022026-03-24T17:06:52.244Z Checking peg v0.8.5
25032026-03-24T17:06:52.320Z Compiling newtype_derive v0.1.6
25042026-03-24T17:06:52.588Z Checking bcs v0.1.6
25052026-03-24T17:06:52.792Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25062026-03-24T17:06:52.879Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25072026-03-24T17:06:52.969Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25082026-03-24T17:06:53.078Z Checking steno v0.4.1
25092026-03-24T17:06:53.328Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25102026-03-24T17:06:53.372Z Checking utf-8 v0.7.6
25112026-03-24T17:06:53.533Z Checking filetime v0.2.27
25122026-03-24T17:06:53.654Z Checking arc-swap v1.8.2
25132026-03-24T17:06:53.767Z Checking xattr v1.6.1
25142026-03-24T17:06:53.966Z Checking slog-scope v4.4.1
25152026-03-24T17:06:54.081Z Checking tar v0.4.44
25162026-03-24T17:06:54.167Z Checking slog-stdlog v4.1.1
25172026-03-24T17:06:54.359Z Checking slog-envlogger v2.2.0
25182026-03-24T17:06:54.499Z Checking tungstenite v0.21.0
25192026-03-24T17:06:54.584Z Compiling typify-impl v0.4.3
25202026-03-24T17:06:54.631Z Checking typeid v1.0.3
25212026-03-24T17:06:55.134Z Checking tokio-tungstenite v0.21.0
25222026-03-24T17:06:55.536Z Checking subprocess v0.2.15
25232026-03-24T17:06:55.723Z Checking headers-core v0.3.0
25242026-03-24T17:06:55.902Z Checking headers v0.4.1
25252026-03-24T17:06:55.946Z Compiling lzma-sys v0.1.20
25262026-03-24T17:06:56.395Z Compiling cargo_toml v0.22.3
25272026-03-24T17:06:56.490Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-03-24T17:06:56.588Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25292026-03-24T17:06:56.639Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25302026-03-24T17:06:57.022Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25312026-03-24T17:06:57.151Z Checking yasna v0.5.2
25322026-03-24T17:06:57.718Z Checking rcgen v0.12.1
25332026-03-24T17:06:58.187Z Checking xz2 v0.1.7
25342026-03-24T17:06:58.374Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25352026-03-24T17:06:58.445Z Checking ron v0.12.0
25362026-03-24T17:06:58.507Z Checking base16ct v1.0.0
25372026-03-24T17:06:58.713Z Checking dropshot-api-manager-types v0.6.0
25382026-03-24T17:06:58.789Z Checking tagptr v0.2.0
25392026-03-24T17:06:58.981Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-24T17:06:59.028Z Checking moka v0.12.13
25412026-03-24T17:06:59.254Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-24T17:06:59.491Z Compiling libefi-sys v0.1.0
25432026-03-24T17:06:59.538Z Compiling radium v0.7.0
25442026-03-24T17:06:59.846Z Compiling bitfield-struct v0.6.2
25452026-03-24T17:07:00.018Z Checking hickory-resolver v0.25.2
25462026-03-24T17:07:00.098Z Checking tap v1.0.1
25472026-03-24T17:07:00.264Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25482026-03-24T17:07:00.405Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25492026-03-24T17:07:00.477Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-03-24T17:07:00.724Z Compiling maybe-uninit v2.0.0
25512026-03-24T17:07:00.848Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-03-24T17:07:00.912Z Checking wyz v0.5.1
25532026-03-24T17:07:01.010Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-03-24T17:07:01.059Z Compiling typify-macro v0.4.3
25552026-03-24T17:07:01.249Z Compiling zerocopy-derive v0.6.6
25562026-03-24T17:07:01.497Z Compiling packed_struct v0.10.1
25572026-03-24T17:07:01.552Z Checking crc-catalog v2.4.0
25582026-03-24T17:07:01.646Z Checking funty v2.0.0
25592026-03-24T17:07:01.715Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25602026-03-24T17:07:01.756Z Checking crc v3.4.0
25612026-03-24T17:07:01.844Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-03-24T17:07:01.959Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25632026-03-24T17:07:02.150Z Checking bitvec v1.0.1
25642026-03-24T17:07:02.200Z Compiling packed_struct_codegen v0.10.1
25652026-03-24T17:07:02.208Z Compiling bitfield-macros v0.19.4
25662026-03-24T17:07:02.208Z Compiling indexmap v1.9.3
25672026-03-24T17:07:02.464Z Checking zerocopy v0.6.6
25682026-03-24T17:07:02.577Z Checking nodrop v0.1.14
25692026-03-24T17:07:02.736Z Checking array-init v0.0.4
25702026-03-24T17:07:02.989Z Checking smallvec v0.6.14
25712026-03-24T17:07:03.235Z Checking bitfield v0.19.4
25722026-03-24T17:07:03.284Z Checking hashbrown v0.12.3
25732026-03-24T17:07:03.323Z Checking serde-hex v0.1.0
25742026-03-24T17:07:03.390Z Compiling typify v0.4.3
25752026-03-24T17:07:03.640Z Compiling progenitor-impl v0.10.0
25762026-03-24T17:07:03.685Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25772026-03-24T17:07:03.994Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25782026-03-24T17:07:04.478Z Checking ron v0.8.1
25792026-03-24T17:07:05.027Z Checking hashbrown v0.13.2
25802026-03-24T17:07:05.259Z Checking crc-any v2.5.0
25812026-03-24T17:07:05.316Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-03-24T17:07:05.498Z Checking path-slash v0.1.5
25832026-03-24T17:07:05.551Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25842026-03-24T17:07:05.604Z Compiling xshell-macros v0.2.7
25852026-03-24T17:07:05.661Z Checking object v0.30.4
25862026-03-24T17:07:05.708Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25872026-03-24T17:07:05.712Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-03-24T17:07:06.155Z Checking xshell v0.2.7
25892026-03-24T17:07:06.295Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-03-24T17:07:06.434Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25912026-03-24T17:07:07.209Z Checking half v1.8.3
25922026-03-24T17:07:07.502Z Compiling progenitor-macro v0.10.0
25932026-03-24T17:07:07.559Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25942026-03-24T17:07:07.559Z Checking serde_cbor v0.11.2
25952026-03-24T17:07:07.716Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-03-24T17:07:07.763Z Compiling num-derive v0.3.3
25972026-03-24T17:07:08.058Z Compiling proc-macro-error-attr2 v2.0.0
25982026-03-24T17:07:08.613Z Compiling proc-macro-error2 v2.0.1
25992026-03-24T17:07:08.676Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26002026-03-24T17:07:08.960Z Checking libscf-sys v1.1.0
26012026-03-24T17:07:09.079Z Compiling tabled_derive v0.11.0
26022026-03-24T17:07:09.180Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26032026-03-24T17:07:09.271Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26042026-03-24T17:07:09.509Z Checking papergrid v0.17.0
26052026-03-24T17:07:09.951Z Checking testing_table v0.3.0
26062026-03-24T17:07:10.039Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-03-24T17:07:10.109Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26082026-03-24T17:07:10.527Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-24T17:07:10.616Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26102026-03-24T17:07:10.664Z Checking maplit v1.0.2
26112026-03-24T17:07:10.716Z Checking tabled v0.20.0
26122026-03-24T17:07:10.811Z Checking crc8 v0.1.1
26132026-03-24T17:07:11.014Z Checking fxhash v0.2.1
26142026-03-24T17:07:11.021Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152026-03-24T17:07:11.171Z Checking unicase v2.9.0
26162026-03-24T17:07:11.394Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26172026-03-24T17:07:11.438Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26182026-03-24T17:07:11.596Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26192026-03-24T17:07:11.887Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26202026-03-24T17:07:11.977Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26212026-03-24T17:07:12.284Z Checking kstat-rs v0.2.4
26222026-03-24T17:07:12.588Z Compiling diesel_derives v2.3.7
26232026-03-24T17:07:12.616Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26242026-03-24T17:07:12.648Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-03-24T17:07:12.815Z Compiling parking_lot_core v0.8.6
26262026-03-24T17:07:12.911Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-24T17:07:13.225Z Compiling git-stub v1.0.0
26282026-03-24T17:07:13.378Z Checking scheduled-thread-pool v0.2.7
26292026-03-24T17:07:13.610Z Compiling dsl_auto_type v0.2.0
26302026-03-24T17:07:13.643Z Compiling vergen-gitcl v1.0.8
26312026-03-24T17:07:13.685Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26322026-03-24T17:07:13.823Z Compiling diesel_table_macro_syntax v0.3.0
26332026-03-24T17:07:13.982Z Checking r2d2 v0.8.10
26342026-03-24T17:07:14.071Z Compiling git-stub-vcs v0.1.0
26352026-03-24T17:07:14.288Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26362026-03-24T17:07:14.408Z Checking progenitor v0.10.0
26372026-03-24T17:07:14.486Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-03-24T17:07:14.603Z Checking downcast-rs v2.0.2
26392026-03-24T17:07:14.638Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26402026-03-24T17:07:14.698Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26412026-03-24T17:07:14.767Z Checking parking_lot v0.11.2
26422026-03-24T17:07:14.929Z Checking prefix-trie v0.7.0
26432026-03-24T17:07:15.035Z Checking nanorand v0.7.0
26442026-03-24T17:07:15.299Z Compiling dirs-sys-next v0.1.2
26452026-03-24T17:07:15.357Z Compiling crunchy v0.2.4
26462026-03-24T17:07:15.410Z Checking hickory-server v0.25.2
26472026-03-24T17:07:15.665Z Compiling dirs-next v2.0.0
26482026-03-24T17:07:15.728Z Checking flume v0.11.1
26492026-03-24T17:07:15.893Z Checking sled v0.34.7
26502026-03-24T17:07:15.912Z Compiling clang-sys v1.8.1
26512026-03-24T17:07:16.070Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26522026-03-24T17:07:16.355Z Checking hickory-client v0.25.2
26532026-03-24T17:07:16.403Z Compiling tiny-keccak v2.0.2
26542026-03-24T17:07:16.896Z Compiling term v0.7.0
26552026-03-24T17:07:17.006Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-03-24T17:07:17.062Z Compiling salty v0.3.0
26572026-03-24T17:07:17.089Z Compiling bit-vec v0.6.3
26582026-03-24T17:07:17.430Z Compiling bit-set v0.5.3
26592026-03-24T17:07:17.492Z Compiling ascii-canvas v3.0.0
26602026-03-24T17:07:17.686Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-03-24T17:07:17.875Z Checking primeorder v0.13.6
26622026-03-24T17:07:17.938Z Compiling itertools v0.10.5
26632026-03-24T17:07:17.938Z Compiling ena v0.14.4
26642026-03-24T17:07:18.113Z Compiling libloading v0.8.9
26652026-03-24T17:07:18.240Z Compiling fs-err v2.11.0
26662026-03-24T17:07:18.629Z Compiling bindgen v0.71.1
26672026-03-24T17:07:18.690Z Compiling diff v0.1.13
26682026-03-24T17:07:18.691Z Compiling regex-syntax v0.6.29
26692026-03-24T17:07:18.843Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-03-24T17:07:18.997Z Compiling cexpr v0.6.0
26712026-03-24T17:07:19.228Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26722026-03-24T17:07:19.359Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26732026-03-24T17:07:19.738Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-03-24T17:07:20.004Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26752026-03-24T17:07:20.255Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-24T17:07:20.389Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-03-24T17:07:20.671Z Compiling lalrpop v0.19.12
26782026-03-24T17:07:20.739Z Compiling libxml v0.3.3
26792026-03-24T17:07:20.784Z Checking parse-size v1.1.0
26802026-03-24T17:07:20.991Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26812026-03-24T17:07:21.198Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26822026-03-24T17:07:21.492Z Checking p384 v0.13.1
26832026-03-24T17:07:21.623Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26842026-03-24T17:07:21.966Z Checking diesel v2.3.7
26852026-03-24T17:07:22.099Z Compiling strum_macros v0.24.3
26862026-03-24T17:07:22.236Z Compiling indoc v1.0.9
26872026-03-24T17:07:26.016Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26882026-03-24T17:07:28.637Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-03-24T17:07:28.637Z Checking predicates-tree v1.0.13
26902026-03-24T17:07:28.637Z Checking derive_builder v0.20.2
26912026-03-24T17:07:28.637Z Checking quick-xml v0.37.5
26922026-03-24T17:07:28.637Z Compiling oso-derive v0.27.3
26932026-03-24T17:07:28.637Z Compiling trait-variant v0.1.2
26942026-03-24T17:07:28.637Z Compiling impl-trait-for-tuples v0.2.3
26952026-03-24T17:07:28.637Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26962026-03-24T17:07:28.637Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26972026-03-24T17:07:28.637Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26982026-03-24T17:07:28.637Z Checking openssl-probe v0.1.6
26992026-03-24T17:07:28.637Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27002026-03-24T17:07:28.798Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27012026-03-24T17:07:28.798Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27022026-03-24T17:07:28.798Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27032026-03-24T17:07:28.798Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27042026-03-24T17:07:28.798Z Compiling progenitor-impl v0.11.2
27052026-03-24T17:07:28.798Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27062026-03-24T17:07:29.149Z Checking assert_matches v1.5.0
27072026-03-24T17:07:29.288Z Compiling mime_guess v2.0.5
27082026-03-24T17:07:29.449Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
27092026-03-24T17:07:29.861Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-24T17:07:30.043Z Checking progenitor-client v0.11.2
27112026-03-24T17:07:30.410Z Checking http-range v0.1.5
27122026-03-24T17:07:30.634Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27132026-03-24T17:07:30.660Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-03-24T17:07:30.774Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27152026-03-24T17:07:31.009Z Checking ignore v0.4.25
27162026-03-24T17:07:31.558Z Compiling progenitor-macro v0.11.2
27172026-03-24T17:07:31.657Z Checking atty v0.2.14
27182026-03-24T17:07:31.837Z Checking globwalk v0.9.1
27192026-03-24T17:07:32.814Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-24T17:07:34.056Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-24T17:07:34.209Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27222026-03-24T17:07:34.613Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27232026-03-24T17:07:34.858Z Checking bb8 v0.8.6
27242026-03-24T17:07:34.902Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27252026-03-24T17:07:34.945Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27262026-03-24T17:07:35.197Z Checking corncobs v0.1.4
27272026-03-24T17:07:35.408Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-24T17:07:35.457Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27292026-03-24T17:07:35.472Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27302026-03-24T17:07:35.868Z Checking hyper-staticfile v0.10.1
27312026-03-24T17:07:35.914Z Checking camino-tempfile-ext v0.3.3
27322026-03-24T17:07:36.220Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27332026-03-24T17:07:36.317Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27342026-03-24T17:07:36.526Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-03-24T17:07:36.621Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27362026-03-24T17:07:36.840Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-03-24T17:07:37.666Z Checking signal-hook-tokio v0.3.1
27382026-03-24T17:07:37.851Z Checking secrecy v0.8.0
27392026-03-24T17:07:38.027Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27402026-03-24T17:07:38.420Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27412026-03-24T17:07:38.688Z Checking progenitor v0.11.2
27422026-03-24T17:07:38.901Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27432026-03-24T17:07:38.939Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27442026-03-24T17:07:39.157Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27452026-03-24T17:07:39.422Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-03-24T17:07:40.161Z Checking nonempty v0.12.0
27472026-03-24T17:07:40.161Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-24T17:07:40.161Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-24T17:07:40.161Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27502026-03-24T17:07:40.161Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27512026-03-24T17:07:40.442Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27522026-03-24T17:07:40.509Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
27532026-03-24T17:07:40.948Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27542026-03-24T17:07:40.997Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27552026-03-24T17:07:41.499Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27562026-03-24T17:07:41.608Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27572026-03-24T17:07:41.867Z Checking tungstenite v0.23.0
27582026-03-24T17:07:42.502Z Checking async-bb8-diesel v0.2.1
27592026-03-24T17:07:42.534Z Checking diesel-dtrace v0.5.0
27602026-03-24T17:07:42.881Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27612026-03-24T17:07:42.979Z Checking tokio-tungstenite v0.23.1
27622026-03-24T17:07:43.108Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27632026-03-24T17:07:43.359Z Checking rand_seeder v0.4.0
27642026-03-24T17:07:43.594Z Checking void v1.0.2
27652026-03-24T17:07:43.644Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27662026-03-24T17:07:43.774Z Checking lzss v0.8.2
27672026-03-24T17:07:44.083Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27682026-03-24T17:07:44.173Z Checking nix v0.27.1
27692026-03-24T17:07:44.329Z Checking serde_bytes v0.11.19
27702026-03-24T17:07:44.495Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27712026-03-24T17:07:44.648Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-03-24T17:07:44.752Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27732026-03-24T17:07:44.951Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27742026-03-24T17:07:45.658Z Checking is_ci v1.2.0
27752026-03-24T17:07:45.831Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27762026-03-24T17:07:45.918Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27772026-03-24T17:07:46.027Z Checking yansi v1.0.1
27782026-03-24T17:07:46.358Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27792026-03-24T17:07:46.463Z Checking pretty_assertions v1.4.1
27802026-03-24T17:07:46.649Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27812026-03-24T17:07:46.696Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27822026-03-24T17:07:46.820Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27832026-03-24T17:07:47.006Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27842026-03-24T17:07:47.344Z Compiling darling_core v0.23.0
27852026-03-24T17:07:48.597Z Compiling indoc v2.0.7
27862026-03-24T17:07:48.754Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27872026-03-24T17:07:49.006Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-24T17:07:49.130Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27892026-03-24T17:07:49.272Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27902026-03-24T17:07:49.568Z Compiling instability v0.3.11
27912026-03-24T17:07:51.072Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27922026-03-24T17:07:51.124Z Compiling libz-sys v1.1.24
27932026-03-24T17:07:51.124Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-03-24T17:07:51.124Z Checking castaway v0.2.4
27952026-03-24T17:07:51.124Z Checking compact_str v0.8.1
27962026-03-24T17:07:51.151Z Compiling darling_macro v0.23.0
27972026-03-24T17:07:51.408Z Checking supports-color v3.0.2
27982026-03-24T17:07:51.739Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27992026-03-24T17:07:51.787Z Compiling darling v0.23.0
28002026-03-24T17:07:51.856Z Checking unicode-truncate v1.1.0
28012026-03-24T17:07:51.907Z Checking lru v0.12.5
28022026-03-24T17:07:52.095Z Checking cassowary v0.3.0
28032026-03-24T17:07:52.218Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-03-24T17:07:52.652Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-03-24T17:07:52.674Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28062026-03-24T17:07:52.940Z Checking ratatui v0.29.0
28072026-03-24T17:07:54.234Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-03-24T17:07:54.552Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-03-24T17:07:54.681Z Compiling vergen-git2 v1.0.7
28102026-03-24T17:07:54.867Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-03-24T17:07:54.937Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-03-24T17:07:55.039Z Checking colored v2.2.0
28132026-03-24T17:07:55.159Z Compiling rustls v0.21.12
28142026-03-24T17:07:55.247Z Checking shell-words v1.1.1
28152026-03-24T17:07:55.348Z Checking plotters-backend v0.3.7
28162026-03-24T17:07:55.604Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-03-24T17:07:55.629Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-03-24T17:07:55.705Z Checking plotters-svg v0.3.7
28192026-03-24T17:07:55.925Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-03-24T17:07:55.962Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-03-24T17:07:56.201Z Checking sct v0.7.1
28222026-03-24T17:07:56.415Z Checking rustls-webpki v0.101.7
28232026-03-24T17:07:56.574Z Compiling nix v0.29.0
28242026-03-24T17:07:56.905Z Checking hex-literal v0.4.1
28252026-03-24T17:07:56.938Z Checking cast v0.3.0
28262026-03-24T17:07:57.208Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28272026-03-24T17:07:57.229Z Checking criterion-plot v0.6.0
28282026-03-24T17:07:57.740Z Checking plotters v0.3.7
28292026-03-24T17:07:59.593Z Checking erased-serde v0.4.9
28302026-03-24T17:07:59.977Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28312026-03-24T17:07:59.977Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28322026-03-24T17:08:02.317Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28332026-03-24T17:08:02.401Z Checking tinytemplate v1.2.1
28342026-03-24T17:08:02.401Z Checking ordered-float v2.10.1
28352026-03-24T17:08:02.401Z Checking oorandom v11.1.5
28362026-03-24T17:08:02.401Z Checking anes v0.1.6
28372026-03-24T17:08:02.575Z Checking criterion v0.7.0
28382026-03-24T17:08:02.650Z Checking serde-value v0.7.0
28392026-03-24T17:08:02.968Z Checking serde-untagged v0.1.9
28402026-03-24T17:08:03.282Z Checking tokio-rustls v0.24.1
28412026-03-24T17:08:03.921Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28422026-03-24T17:08:04.266Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-03-24T17:08:04.637Z Checking rustls-pemfile v1.0.4
28442026-03-24T17:08:04.800Z Checking twox-hash v2.1.2
28452026-03-24T17:08:04.998Z Checking unicode-xid v0.2.6
28462026-03-24T17:08:05.189Z Checking cargo-util-schemas v0.8.2
28472026-03-24T17:08:05.314Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-03-24T17:08:05.787Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-03-24T17:08:06.018Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28502026-03-24T17:08:06.450Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28512026-03-24T17:08:06.803Z Checking fatfs v0.3.6
28522026-03-24T17:08:07.359Z Checking cargo-platform v0.2.0
28532026-03-24T17:08:07.741Z Compiling petname v2.0.2
28542026-03-24T17:08:07.864Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-03-24T17:08:08.335Z Compiling seq-macro v0.3.6
28562026-03-24T17:08:10.880Z Checking cargo_metadata v0.21.0
28572026-03-24T17:08:10.927Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28582026-03-24T17:08:10.927Z Checking concurrent-queue v2.5.0
28592026-03-24T17:08:10.927Z Checking rtoolbox v0.0.3
28602026-03-24T17:08:10.927Z Checking futures-timer v3.0.3
28612026-03-24T17:08:10.927Z Checking parking v2.2.1
28622026-03-24T17:08:10.927Z Checking event-listener v5.4.1
28632026-03-24T17:08:10.927Z Checking rpassword v7.4.0
28642026-03-24T17:08:11.094Z Checking tui-tree-widget v0.23.1
28652026-03-24T17:08:11.145Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28662026-03-24T17:08:11.382Z Checking polyval v0.6.2
28672026-03-24T17:08:11.435Z Checking sapling-renderdag v0.1.0
28682026-03-24T17:08:11.553Z Checking sync-ptr v0.1.4
28692026-03-24T17:08:11.640Z Checking ghash v0.5.1
28702026-03-24T17:08:11.749Z Checking event-listener-strategy v0.5.4
28712026-03-24T17:08:11.797Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28722026-03-24T17:08:11.856Z Checking ctr v0.9.2
28732026-03-24T17:08:11.970Z Checking constant_time_eq v0.4.2
28742026-03-24T17:08:12.073Z Checking arrayref v0.3.9
28752026-03-24T17:08:12.119Z Checking arrayvec v0.7.6
28762026-03-24T17:08:12.216Z Checking aes-gcm v0.10.3
28772026-03-24T17:08:12.330Z Checking async-lock v3.4.2
28782026-03-24T17:08:12.410Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28792026-03-24T17:08:12.459Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-03-24T17:08:12.910Z Checking ssh-encoding v0.2.0
28812026-03-24T17:08:13.220Z Checking blowfish v0.9.1
28822026-03-24T17:08:13.442Z Checking bcrypt-pbkdf v0.10.0
28832026-03-24T17:08:13.739Z Checking ssh-cipher v0.2.0
28842026-03-24T17:08:13.746Z Checking async-object-pool v0.2.0
28852026-03-24T17:08:13.908Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28862026-03-24T17:08:13.955Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28872026-03-24T17:08:14.408Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28882026-03-24T17:08:14.688Z Compiling samael v0.0.19
28892026-03-24T17:08:14.844Z Checking serde_regex v1.1.0
28902026-03-24T17:08:15.091Z Checking password-hash v0.4.2
28912026-03-24T17:08:15.348Z Checking assert-json-diff v2.0.2
28922026-03-24T17:08:15.447Z Checking path-tree v0.8.3
28932026-03-24T17:08:15.902Z Checking gimli v0.32.3
28942026-03-24T17:08:15.924Z Compiling target-lexicon v0.13.3
28952026-03-24T17:08:16.287Z Checking stringmetrics v2.2.2
28962026-03-24T17:08:18.259Z Checking pbkdf2 v0.11.0
28972026-03-24T17:08:18.315Z Checking httpmock v0.8.3
28982026-03-24T17:08:18.315Z Checking ssh-key v0.6.7
28992026-03-24T17:08:18.315Z Checking addr2line v0.25.1
29002026-03-24T17:08:18.315Z Checking p521 v0.13.3
29012026-03-24T17:08:19.071Z Checking p256 v0.13.2
29022026-03-24T17:08:19.464Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29032026-03-24T17:08:19.543Z Checking russh-cryptovec v0.7.3
29042026-03-24T17:08:19.758Z Compiling guppy-workspace-hack v0.1.0
29052026-03-24T17:08:19.802Z Checking rustc-demangle v0.1.27
29062026-03-24T17:08:20.046Z Checking md5 v0.7.0
29072026-03-24T17:08:20.152Z Checking backtrace v0.3.76
29082026-03-24T17:08:20.288Z Checking russh-keys v0.45.0
29092026-03-24T17:08:20.598Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29102026-03-24T17:08:20.766Z Checking num-bigint v0.4.6
29112026-03-24T17:08:21.005Z Checking des v0.8.1
29122026-03-24T17:08:21.256Z Compiling blake3 v1.8.3
29132026-03-24T17:08:21.513Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29142026-03-24T17:08:21.774Z Compiling target-spec v3.5.7
29152026-03-24T17:08:22.129Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29162026-03-24T17:08:22.198Z Checking russh v0.45.0
29172026-03-24T17:08:22.736Z Checking cfg-expr v0.20.6
29182026-03-24T17:08:22.809Z Checking backtrace-ext v0.2.1
29192026-03-24T17:08:23.010Z Checking supports-color v2.1.0
29202026-03-24T17:08:23.089Z Checking textwrap v0.15.2
29212026-03-24T17:08:23.196Z Checking supports-unicode v2.1.0
29222026-03-24T17:08:23.286Z Checking supports-hyperlinks v2.1.0
29232026-03-24T17:08:23.342Z Checking hashbrown v0.14.5
29242026-03-24T17:08:23.388Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29252026-03-24T17:08:23.474Z Checking cargo-platform v0.3.2
29262026-03-24T17:08:23.695Z Checking terminal_size v0.1.17
29272026-03-24T17:08:23.742Z Checking socket2 v0.5.10
29282026-03-24T17:08:23.874Z Compiling miette-derive v5.10.0
29292026-03-24T17:08:24.028Z Checking owo-colors v3.5.0
29302026-03-24T17:08:24.124Z Checking internet-checksum v0.2.1
29312026-03-24T17:08:24.319Z Checking chumsky v0.9.3
29322026-03-24T17:08:24.871Z Checking cargo_metadata v0.23.1
29332026-03-24T17:08:25.434Z Checking miette v5.10.0
29342026-03-24T17:08:25.850Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29352026-03-24T17:08:25.932Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29362026-03-24T17:08:25.980Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29372026-03-24T17:08:26.125Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29382026-03-24T17:08:26.398Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29392026-03-24T17:08:26.587Z Checking httptest v0.16.4
29402026-03-24T17:08:26.737Z Compiling git2 v0.20.4
29412026-03-24T17:08:26.956Z Checking pathdiff v0.2.3
29422026-03-24T17:08:27.015Z Compiling knuffel-derive v3.2.0
29432026-03-24T17:08:27.114Z Checking nested v0.1.1
29442026-03-24T17:08:27.279Z Checking topological-sort v0.2.2
29452026-03-24T17:08:27.305Z Checking guppy v0.17.25
29462026-03-24T17:08:27.357Z Checking omicron-zone-package v0.12.2
29472026-03-24T17:08:27.571Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29482026-03-24T17:08:28.183Z Checking similar-asserts v1.7.0
29492026-03-24T17:08:28.293Z Compiling rstest_macros v0.25.0
29502026-03-24T17:08:29.982Z Compiling target-triple v1.0.0
29512026-03-24T17:08:30.040Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29522026-03-24T17:08:30.041Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29532026-03-24T17:08:30.041Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29542026-03-24T17:08:30.041Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29552026-03-24T17:08:30.041Z Checking knuffel v3.2.0
29562026-03-24T17:08:30.041Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29572026-03-24T17:08:30.041Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29582026-03-24T17:08:30.600Z Checking toml_datetime v1.0.0+spec-1.1.0
29592026-03-24T17:08:30.853Z Compiling relative-path v1.9.3
29602026-03-24T17:08:30.957Z Checking escape8259 v0.5.3
29612026-03-24T17:08:31.154Z Compiling assert_cmd v2.1.2
29622026-03-24T17:08:31.204Z Checking libtest-mimic v0.8.1
29632026-03-24T17:08:31.573Z Checking toml v1.0.3+spec-1.1.0
29642026-03-24T17:08:31.686Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29652026-03-24T17:08:31.923Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29662026-03-24T17:08:32.090Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29672026-03-24T17:08:32.456Z Checking blake2b_simd v1.0.4
29682026-03-24T17:08:33.005Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29692026-03-24T17:08:33.072Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29702026-03-24T17:08:33.526Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29712026-03-24T17:08:33.658Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29722026-03-24T17:08:33.959Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29732026-03-24T17:08:34.034Z Compiling polar-core v0.27.3
29742026-03-24T17:08:34.264Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29752026-03-24T17:08:34.559Z Checking fancy-regex v0.14.0
29762026-03-24T17:08:34.842Z Checking serde_tokenstream v0.2.3
29772026-03-24T17:08:35.111Z Checking uzers v0.12.2
29782026-03-24T17:08:35.179Z Checking constant_time_eq v0.3.1
29792026-03-24T17:08:35.391Z Compiling linkme-impl v0.3.35
29802026-03-24T17:08:35.480Z Checking termcolor v1.4.1
29812026-03-24T17:08:35.814Z Checking trybuild v1.0.116
29822026-03-24T17:08:35.932Z Checking rust-argon2 v2.1.0
29832026-03-24T17:08:36.311Z Checking datatest-stable v0.3.3
29842026-03-24T17:08:36.650Z Checking rstest v0.25.0
29852026-03-24T17:08:36.947Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29862026-03-24T17:08:37.031Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-03-24T17:08:37.343Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29882026-03-24T17:08:37.422Z Checking support-bundle-viewer v0.1.2
29892026-03-24T17:08:37.794Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29902026-03-24T17:08:38.245Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29912026-03-24T17:08:38.310Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29922026-03-24T17:08:38.540Z Checking drift v0.1.3
29932026-03-24T17:08:38.599Z Checking rand_distr v0.5.1
29942026-03-24T17:08:38.996Z Checking multimap v0.10.1
29952026-03-24T17:08:39.270Z Checking approx v0.5.1
29962026-03-24T17:08:39.322Z Compiling linkme v0.3.35
29972026-03-24T17:08:39.539Z Checking dropshot-api-manager v0.6.0
29982026-03-24T17:08:41.007Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29992026-03-24T17:08:41.150Z Checking oso v0.27.3
30002026-03-24T17:08:41.192Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
30012026-03-24T17:08:41.412Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
30022026-03-24T17:08:41.815Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
30032026-03-24T17:08:42.111Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-03-24T17:08:42.364Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30052026-03-24T17:08:43.919Z Checking partial-io v0.5.4
30062026-03-24T17:08:43.993Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
30072026-03-24T17:08:43.993Z Checking cargo_toml v0.21.0
30082026-03-24T17:08:43.993Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30092026-03-24T17:08:43.993Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30102026-03-24T17:08:43.993Z Checking termios v0.3.3
30112026-03-24T17:08:43.993Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30122026-03-24T17:08:43.993Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30132026-03-24T17:08:43.993Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30142026-03-24T17:08:43.993Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-03-24T17:08:48.119Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30162026-03-24T17:08:53.071Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30172026-03-24T17:08:55.845Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30182026-03-24T17:09:00.933Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30192026-03-24T17:09:04.136Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30202026-03-24T17:09:10.676Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30212026-03-24T17:09:15.475Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30222026-03-24T17:09:16.320Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30232026-03-24T17:09:17.470Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30242026-03-24T17:09:29.704Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30252026-03-24T17:11:28.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 41s
30262026-03-24T17:11:29.243Z
30272026-03-24T17:11:29.247Zreal 5:45.865766859
30282026-03-24T17:11:29.247Zuser 28:43.672661793
30292026-03-24T17:11:29.247Zsys 6:03.710198942
30302026-03-24T17:11:29.247Ztrap 0.718961233
30312026-03-24T17:11:29.247Ztflt 0.081457247
30322026-03-24T17:11:29.247Zdflt 0.161096042
30332026-03-24T17:11:29.247Zkflt 0.000858740
30342026-03-24T17:11:29.247Zlock 1:20:55.258895655
30352026-03-24T17:11:29.247Zslp 1:17:41.283410964
30362026-03-24T17:11:29.247Zlat 1:57.901999314
30372026-03-24T17:11:29.247Zstop 14:28.216300299
30382026-03-24T17:11:29.247Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30392026-03-24T17:11:29.247Z+ ptime -m cargo doc --workspace --no-deps
30402026-03-24T17:11:30.466Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30412026-03-24T17:11:30.467Z |
30422026-03-24T17:11:30.467Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30432026-03-24T17:11:30.467Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30442026-03-24T17:11:31.787Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30452026-03-24T17:11:32.058Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-03-24T17:11:32.108Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30472026-03-24T17:11:32.195Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30482026-03-24T17:11:32.371Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-03-24T17:11:32.371Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30502026-03-24T17:11:32.429Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30512026-03-24T17:11:32.466Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-24T17:11:32.541Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30532026-03-24T17:11:32.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30542026-03-24T17:11:32.630Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-03-24T17:11:32.689Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30562026-03-24T17:11:32.744Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30572026-03-24T17:11:32.798Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30582026-03-24T17:11:32.829Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30592026-03-24T17:11:32.859Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30602026-03-24T17:11:32.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-03-24T17:11:33.020Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30622026-03-24T17:11:33.069Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30632026-03-24T17:11:33.111Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30642026-03-24T17:11:33.326Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30652026-03-24T17:11:33.719Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30662026-03-24T17:11:33.906Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30672026-03-24T17:11:33.934Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30682026-03-24T17:11:34.008Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30692026-03-24T17:11:34.160Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30702026-03-24T17:11:34.167Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30712026-03-24T17:11:34.618Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-03-24T17:11:34.677Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30732026-03-24T17:11:34.684Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30742026-03-24T17:11:34.722Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-24T17:11:34.885Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30762026-03-24T17:11:34.950Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30772026-03-24T17:11:35.128Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30782026-03-24T17:11:35.164Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30792026-03-24T17:11:35.314Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-03-24T17:11:36.801Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30812026-03-24T17:11:36.916Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30822026-03-24T17:11:36.916Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30832026-03-24T17:11:36.916Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30842026-03-24T17:11:36.916Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-24T17:11:36.916Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30862026-03-24T17:11:36.916Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30872026-03-24T17:11:36.916Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30882026-03-24T17:11:36.916Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30892026-03-24T17:11:36.917Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30902026-03-24T17:11:36.917Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30912026-03-24T17:11:36.917Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30922026-03-24T17:11:37.022Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30932026-03-24T17:11:37.088Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30942026-03-24T17:11:37.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30952026-03-24T17:11:37.159Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30962026-03-24T17:11:37.165Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972026-03-24T17:11:37.457Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30982026-03-24T17:11:37.457Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30992026-03-24T17:11:37.514Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
31002026-03-24T17:11:37.518Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
31012026-03-24T17:11:37.788Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31022026-03-24T17:11:37.806Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
31032026-03-24T17:11:37.834Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31042026-03-24T17:11:38.033Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31052026-03-24T17:11:38.123Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31062026-03-24T17:11:38.162Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31072026-03-24T17:11:38.203Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31082026-03-24T17:11:38.375Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31092026-03-24T17:11:38.414Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31102026-03-24T17:11:38.472Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31112026-03-24T17:11:38.731Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31122026-03-24T17:11:38.759Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31132026-03-24T17:11:38.790Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31142026-03-24T17:11:38.855Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31152026-03-24T17:11:39.009Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31162026-03-24T17:11:39.569Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31172026-03-24T17:11:39.625Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31182026-03-24T17:11:40.578Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31192026-03-24T17:11:41.109Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31202026-03-24T17:11:41.341Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31212026-03-24T17:11:41.401Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31222026-03-24T17:11:41.516Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31232026-03-24T17:11:41.548Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31242026-03-24T17:11:41.910Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31252026-03-24T17:11:41.914Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31262026-03-24T17:11:42.264Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31272026-03-24T17:11:42.558Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31282026-03-24T17:11:42.879Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31292026-03-24T17:11:42.986Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31302026-03-24T17:11:43.018Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31312026-03-24T17:11:43.243Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31322026-03-24T17:11:43.439Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31332026-03-24T17:11:43.836Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-24T17:11:44.340Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31352026-03-24T17:11:44.486Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31362026-03-24T17:11:44.581Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31372026-03-24T17:11:44.940Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31382026-03-24T17:11:45.042Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31392026-03-24T17:11:45.656Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31402026-03-24T17:11:45.840Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31412026-03-24T17:11:46.793Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-03-24T17:11:47.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31432026-03-24T17:11:47.434Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31442026-03-24T17:11:48.644Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31452026-03-24T17:11:48.704Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31462026-03-24T17:11:48.705Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31472026-03-24T17:11:48.721Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31482026-03-24T17:11:48.858Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31492026-03-24T17:11:48.941Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31502026-03-24T17:11:49.007Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-03-24T17:11:49.064Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31522026-03-24T17:11:49.451Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31532026-03-24T17:11:49.484Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31542026-03-24T17:11:49.637Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31552026-03-24T17:11:49.672Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31562026-03-24T17:11:49.723Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31572026-03-24T17:11:50.172Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31582026-03-24T17:11:50.180Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31592026-03-24T17:11:50.837Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31602026-03-24T17:11:51.237Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31612026-03-24T17:11:52.092Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31622026-03-24T17:11:52.674Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31632026-03-24T17:11:52.860Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31642026-03-24T17:11:53.128Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31652026-03-24T17:11:53.212Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31662026-03-24T17:11:53.661Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-03-24T17:11:53.691Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31682026-03-24T17:11:54.250Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31692026-03-24T17:11:54.410Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31702026-03-24T17:11:54.489Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31712026-03-24T17:11:54.655Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-03-24T17:11:54.891Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-03-24T17:11:56.408Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31742026-03-24T17:11:56.560Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31752026-03-24T17:11:56.623Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-24T17:11:57.293Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31772026-03-24T17:11:57.924Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31782026-03-24T17:11:59.457Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-03-24T17:12:00.085Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31802026-03-24T17:12:00.582Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31812026-03-24T17:12:01.078Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31822026-03-24T17:12:01.389Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31832026-03-24T17:12:01.485Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31842026-03-24T17:12:01.517Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31852026-03-24T17:12:01.822Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-03-24T17:12:02.574Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31872026-03-24T17:12:02.779Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31882026-03-24T17:12:03.717Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31892026-03-24T17:12:04.657Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31902026-03-24T17:12:04.688Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31912026-03-24T17:12:05.524Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31922026-03-24T17:12:08.221Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31932026-03-24T17:12:08.912Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31942026-03-24T17:12:10.144Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31952026-03-24T17:12:11.525Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31962026-03-24T17:12:12.260Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31972026-03-24T17:12:12.627Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31982026-03-24T17:12:12.841Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31992026-03-24T17:12:14.155Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32002026-03-24T17:12:14.417Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32012026-03-24T17:12:14.531Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32022026-03-24T17:12:15.563Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32032026-03-24T17:12:16.479Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32042026-03-24T17:12:16.674Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32052026-03-24T17:12:16.950Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32062026-03-24T17:12:16.976Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32072026-03-24T17:12:17.562Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32082026-03-24T17:12:17.766Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32092026-03-24T17:12:17.977Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32102026-03-24T17:12:18.053Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-03-24T17:12:18.334Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32122026-03-24T17:12:19.089Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32132026-03-24T17:12:19.237Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32142026-03-24T17:12:19.270Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32152026-03-24T17:12:19.886Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32162026-03-24T17:12:19.936Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32172026-03-24T17:12:20.017Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32182026-03-24T17:12:20.717Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-24T17:12:20.879Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32202026-03-24T17:12:21.589Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32212026-03-24T17:12:22.662Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32222026-03-24T17:12:23.200Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32232026-03-24T17:12:25.413Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242026-03-24T17:12:25.667Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-03-24T17:12:29.642Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32262026-03-24T17:12:30.156Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32272026-03-24T17:12:31.854Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32282026-03-24T17:12:32.764Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32292026-03-24T17:12:33.843Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32302026-03-24T17:12:35.648Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32312026-03-24T17:12:37.465Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-24T17:12:38.338Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32332026-03-24T17:12:39.699Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32342026-03-24T17:12:40.185Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32352026-03-24T17:12:40.878Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32362026-03-24T17:12:42.679Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32372026-03-24T17:12:43.874Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32382026-03-24T17:12:45.108Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32392026-03-24T17:12:45.250Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32402026-03-24T17:12:46.188Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32412026-03-24T17:12:48.837Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32422026-03-24T17:12:49.865Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-03-24T17:12:51.205Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32442026-03-24T17:12:51.621Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32452026-03-24T17:12:56.762Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32462026-03-24T17:12:57.601Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32472026-03-24T17:12:58.670Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32482026-03-24T17:12:59.737Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32492026-03-24T17:13:00.800Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32502026-03-24T17:13:01.857Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32512026-03-24T17:13:02.883Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32522026-03-24T17:13:04.069Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32532026-03-24T17:13:05.148Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32542026-03-24T17:13:05.921Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32552026-03-24T17:13:06.381Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32562026-03-24T17:13:07.385Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32572026-03-24T17:13:11.919Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32582026-03-24T17:13:13.270Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32592026-03-24T17:13:14.956Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32602026-03-24T17:13:15.820Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32612026-03-24T17:13:16.735Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32622026-03-24T17:13:18.300Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32632026-03-24T17:13:19.834Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32642026-03-24T17:13:20.651Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32652026-03-24T17:13:24.341Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32662026-03-24T17:13:25.048Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32672026-03-24T17:13:26.019Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32682026-03-24T17:13:27.726Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32692026-03-24T17:13:30.927Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32702026-03-24T17:13:33.190Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32712026-03-24T17:13:34.543Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32722026-03-24T17:13:36.503Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32732026-03-24T17:13:38.865Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32742026-03-24T17:13:40.928Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32752026-03-24T17:13:43.242Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32762026-03-24T17:13:45.419Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32772026-03-24T17:13:48.013Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32782026-03-24T17:13:50.455Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32792026-03-24T17:13:55.174Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32802026-03-24T17:13:57.605Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32812026-03-24T17:13:57.686Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32822026-03-24T17:13:59.976Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32832026-03-24T17:14:02.461Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32842026-03-24T17:14:04.984Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32852026-03-24T17:14:07.558Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32862026-03-24T17:14:10.343Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32872026-03-24T17:14:12.767Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32882026-03-24T17:14:15.709Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32892026-03-24T17:14:17.755Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32902026-03-24T17:14:20.247Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32912026-03-24T17:14:22.692Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32922026-03-24T17:14:25.178Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-03-24T17:14:27.570Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32942026-03-24T17:14:29.654Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32952026-03-24T17:14:32.562Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32962026-03-24T17:14:34.806Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32972026-03-24T17:14:37.283Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32982026-03-24T17:14:39.871Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32992026-03-24T17:14:42.447Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33002026-03-24T17:14:45.043Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33012026-03-24T17:14:48.061Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-03-24T17:14:50.314Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-24T17:14:52.953Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33042026-03-24T17:14:55.633Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33052026-03-24T17:14:58.179Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-24T17:15:00.991Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-03-24T17:15:06.217Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33082026-03-24T17:15:10.749Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33092026-03-24T17:15:11.966Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33102026-03-24T17:15:14.835Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33112026-03-24T17:15:17.722Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33122026-03-24T17:15:20.567Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33132026-03-24T17:15:23.334Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33142026-03-24T17:15:26.290Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33152026-03-24T17:15:29.281Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33162026-03-24T17:15:32.047Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33172026-03-24T17:15:34.905Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33182026-03-24T17:15:38.079Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33192026-03-24T17:15:40.607Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33202026-03-24T17:15:44.036Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33212026-03-24T17:15:46.637Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-03-24T17:15:49.547Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33232026-03-24T17:15:52.556Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33242026-03-24T17:15:55.548Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33252026-03-24T17:15:58.566Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33262026-03-24T17:16:01.594Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33272026-03-24T17:16:04.727Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33282026-03-24T17:16:07.717Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33292026-03-24T17:16:10.703Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33302026-03-24T17:16:13.821Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33312026-03-24T17:16:16.784Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33322026-03-24T17:16:19.765Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33332026-03-24T17:16:23.033Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33342026-03-24T17:16:25.827Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-03-24T17:16:28.866Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33362026-03-24T17:16:31.887Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33372026-03-24T17:16:34.942Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33382026-03-24T17:16:38.076Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33392026-03-24T17:16:41.240Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-03-24T17:16:44.302Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33412026-03-24T17:16:47.457Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-03-24T17:16:50.735Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33432026-03-24T17:16:53.878Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33442026-03-24T17:16:57.032Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-03-24T17:17:00.183Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33462026-03-24T17:17:03.373Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33472026-03-24T17:17:06.640Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33482026-03-24T17:17:09.862Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33492026-03-24T17:17:13.574Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33502026-03-24T17:17:16.373Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33512026-03-24T17:17:25.759Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33522026-03-24T17:17:25.838Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33532026-03-24T17:17:31.653Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33542026-03-24T17:17:35.369Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33552026-03-24T17:17:39.866Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33562026-03-24T17:17:44.605Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33572026-03-24T17:17:49.263Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33582026-03-24T17:17:53.746Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33592026-03-24T17:17:58.336Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33602026-03-24T17:18:02.933Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-03-24T17:18:07.668Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33622026-03-24T17:18:12.177Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33632026-03-24T17:18:16.771Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33642026-03-24T17:18:21.519Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33652026-03-24T17:18:26.051Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33662026-03-24T17:18:30.706Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33672026-03-24T17:18:35.337Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33682026-03-24T17:18:39.974Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33692026-03-24T17:18:44.730Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33702026-03-24T17:18:49.251Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33712026-03-24T17:18:53.905Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33722026-03-24T17:18:58.483Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33732026-03-24T17:19:03.109Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33742026-03-24T17:19:40.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s
33752026-03-24T17:19:40.502Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33762026-03-24T17:19:40.618Z
33772026-03-24T17:19:40.621Zreal 8:11.222315589
33782026-03-24T17:19:40.621Zuser 23:54.924981943
33792026-03-24T17:19:40.621Zsys 4:30.657496753
33802026-03-24T17:19:40.621Ztrap 0.416523443
33812026-03-24T17:19:40.621Ztflt 0.038291767
33822026-03-24T17:19:40.621Zdflt 0.039136203
33832026-03-24T17:19:40.621Zkflt 0.000027184
33842026-03-24T17:19:40.621Zlock 7:23:38.136497720
33852026-03-24T17:19:40.621Zslp 2:43:07.165723948
33862026-03-24T17:19:40.621Zlat 37.855351320
33872026-03-24T17:19:40.621Zstop 1:58.339772598
33882026-03-24T17:19:40.622Zprocess exited: duration 1106720 ms, exit code 0
 
33892026-03-24T17:19:40.629Zfound 0 output files