01KNWAM8GT8NX344K95Q8VMAJ1: clippy (helios)

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

Buildomat Job: 01KNWAMNTH9VFQHASYD5M9NKKK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T18:32:56.276Zjob assigned to worker 01KNWAMRNNKAK17R40GXD62ZFW [factory aws, i-0ee84bf044f1a7bd4] (queued for 53 s)
 
22026-04-10T18:33:03.521Zstarting task 0: "setup"
32026-04-10T18:33:03.524Z++ uname -s
42026-04-10T18:33:03.528Z+ kern=SunOS
52026-04-10T18:33:03.528Z+ build_user=build
62026-04-10T18:33:03.528Z+ build_uid=12345
72026-04-10T18:33:03.528Z+ work_dir=/work
82026-04-10T18:33:03.528Z+ input_dir=/input
92026-04-10T18:33:03.529Z+ [[ 0 == 12345 ]]
102026-04-10T18:33:03.529Z+ case "$kern" in
112026-04-10T18:33:03.529Z+ groupadd -g 12345 build
122026-04-10T18:33:03.529Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T18:33:05.535Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T18:33:05.596Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T18:33:05.600Z+ home_fs=zfs
162026-04-10T18:33:05.600Z+ [[ zfs == autofs ]]
172026-04-10T18:33:05.600Z+ mkdir -p /home/build
182026-04-10T18:33:05.600Z+ chown build:build /home/build /work
192026-04-10T18:33:06.906Z+ chmod 0700 /home/build /work
202026-04-10T18:33:06.916Zprocess exited: duration 3086 ms, exit code 0
 
212026-04-10T18:33:06.923Zstarting task 1: "rust-toolchain"
222026-04-10T18:33:06.928Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T18:33:06.928Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T18:33:06.928Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-10T18:33:06.928Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T18:33:06.928Z * rust toolchain channel = "1.94.0"
272026-04-10T18:33:06.928Z * rust toolchain profile = "default"
282026-04-10T18:33:06.931Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T18:33:06.931Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T18:33:07.028Zinfo: downloading installer
312026-04-10T18:33:08.363Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T18:33:08.363Zwarn: /opt/ooce/bin
332026-04-10T18:33:08.363Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T18:33:08.363Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T18:33:08.363Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T18:33:08.363Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T18:33:08.363Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T18:33:08.363Zerror: cannot install while Rust is installed
392026-04-10T18:33:08.363Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T18:33:08.363Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T18:33:08.363Zwarn: /home/build/.rustup/settings.toml
422026-04-10T18:33:08.363Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T18:33:08.363Zwarn: instead of the one inferred from the default host triple.
442026-04-10T18:33:08.376Zinfo: profile set to default
452026-04-10T18:33:08.376Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T18:33:08.379Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T18:33:08.508Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T18:33:08.512Zinfo: downloading 6 components
492026-04-10T18:33:22.541Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-10T18:33:22.542Z
512026-04-10T18:33:22.577Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T18:33:22.577Z
532026-04-10T18:33:22.577Z
542026-04-10T18:33:22.577ZRust is installed now. Great!
552026-04-10T18:33:22.577Z
562026-04-10T18:33:22.577ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T18:33:22.577Zenvironment variable. This has not been done automatically.
582026-04-10T18:33:22.577Z
592026-04-10T18:33:22.577ZTo configure your current shell, you need to source
602026-04-10T18:33:22.577Zthe corresponding env file under $HOME/.cargo.
612026-04-10T18:33:22.577Z
622026-04-10T18:33:22.578ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T18:33:22.578Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T18:33:22.578Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T18:33:22.578Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T18:33:22.578Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T18:33:22.578Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T18:33:22.578Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T18:33:22.581Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T18:33:22.581Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T18:33:22.671Z+ rustup --version
722026-04-10T18:33:22.679Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T18:33:22.682Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T18:33:22.702Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T18:33:22.705Z+ cargo --version
762026-04-10T18:33:22.717Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T18:33:22.720Z+ rustc --version
782026-04-10T18:33:22.740Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T18:33:22.743Zprocess exited: duration 15818 ms, exit code 0
 
802026-04-10T18:33:22.750Zstarting task 2: "authentication"
812026-04-10T18:33:22.765Zprocess exited: duration 16 ms, exit code 0
 
822026-04-10T18:33:22.771Zstarting task 3: "clone repository"
832026-04-10T18:33:22.774Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T18:33:22.777Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T18:33:22.906ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T18:33:33.412Z+ cd /work/oxidecomputer/omicron
872026-04-10T18:33:33.412Z+ git fetch origin 4c161765f410ff3d69e3bcd1fc84d725c7082caf
882026-04-10T18:33:33.708ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T18:33:33.708Z * branch 4c161765f410ff3d69e3bcd1fc84d725c7082caf -> FETCH_HEAD
902026-04-10T18:33:33.719Z+ [[ -n eliza/analysis-report ]]
912026-04-10T18:33:33.722Z++ git branch --show-current
922026-04-10T18:33:33.722Z+ current=main
932026-04-10T18:33:33.722Z+ [[ main != eliza/analysis-report ]]
942026-04-10T18:33:33.722Z+ git branch -f eliza/analysis-report 4c161765f410ff3d69e3bcd1fc84d725c7082caf
952026-04-10T18:33:33.725Z+ git checkout -f eliza/analysis-report
962026-04-10T18:33:33.954ZSwitched to branch 'eliza/analysis-report'
972026-04-10T18:33:33.958Z+ git reset --hard 4c161765f410ff3d69e3bcd1fc84d725c7082caf
982026-04-10T18:33:34.002ZHEAD is now at 4c161765f one last thing from @mergeconflict
992026-04-10T18:33:34.005Zprocess exited: duration 11230 ms, exit code 0
 
1002026-04-10T18:33:34.011Zstarting task 4: "build"
1012026-04-10T18:33:34.016Z+ source ./env.sh
1022026-04-10T18:33:34.016Z++ OLD_SHELL_OPTS=ehxB
1032026-04-10T18:33:34.016Z++ set -o xtrace
1042026-04-10T18:33:34.019Z++++ dirname ./env.sh
1052026-04-10T18:33:34.023Z+++ readlink -f .
1062026-04-10T18:33:34.034Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-04-10T18:33:34.035Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-04-10T18:33:34.035Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-10T18:33:34.035Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-10T18:33:34.035Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-04-10T18:33:34.035Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-04-10T18:33:34.035Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-04-10T18:33:34.038Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-04-10T18:33:34.038Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-10T18:33:34.038Z++ case $OLD_SHELL_OPTS in
1162026-04-10T18:33:34.038Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-04-10T18:33:34.038Z+ source .github/buildomat/ci-env.sh
1182026-04-10T18:33:34.038Z++ export CARGO_TERM_COLOR=always
1192026-04-10T18:33:34.038Z++ CARGO_TERM_COLOR=always
1202026-04-10T18:33:34.038Z+ cargo --version
1212026-04-10T18:33:34.044Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-04-10T18:33:34.047Z+ rustc --version
1232026-04-10T18:33:34.067Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-04-10T18:33:34.070Z+ banner prerequisites
1252026-04-10T18:33:34.073Z
1262026-04-10T18:33:34.073Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-04-10T18:33:34.073Z # # # # # # # # # # # # # # #
1282026-04-10T18:33:34.073Z # # # # ##### # # ##### # # # # # #### #
1292026-04-10T18:33:34.073Z ##### ##### # ##### # # # # # # # # #
1302026-04-10T18:33:34.073Z # # # # # # # # # # # # # # #
1312026-04-10T18:33:34.073Z # # # ###### # # ###### ### # #### # #### #
1322026-04-10T18:33:34.073Z
1332026-04-10T18:33:34.073Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-04-10T18:33:43.260Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-04-10T18:33:50.465Z Startup: Caching catalogs ... Done
1362026-04-10T18:33:55.657ZPlanning: Solver setup ... Done (3.717s)
1372026-04-10T18:33:55.685ZPlanning: Running solver ... Done (0.029s)
1382026-04-10T18:33:55.804ZPlanning: Finding local manifests ... Done (0.003s)
1392026-04-10T18:33:55.815ZPlanning: Fetching manifests: 0/4 0% complete
1402026-04-10T18:33:55.909ZPlanning: Fetching manifests: 4/4 100% complete
1412026-04-10T18:33:55.942ZPlanning: Package planning ... Done (0.032s)
1422026-04-10T18:33:55.968ZPlanning: Merging actions ... Done (0.027s)
1432026-04-10T18:33:56.261ZPlanning: Checking for conflicting actions ... Done (0.293s)
1442026-04-10T18:33:56.268ZPlanning: Consolidating action changes ... Done (0.007s)
1452026-04-10T18:33:58.312ZPlanning: Evaluating mediators ... Done (2.044s)
1462026-04-10T18:33:58.318ZPlanning: Planning completed in 7.69 seconds
1472026-04-10T18:33:58.431Z Packages to install: 4
1482026-04-10T18:33:58.431Z Mediators to change: 2
1492026-04-10T18:33:58.431Z Services to change: 1
1502026-04-10T18:33:58.431Z Estimated space available: 155.35 GB
1512026-04-10T18:33:58.436ZEstimated space to be consumed: 1.84 GB
1522026-04-10T18:33:58.436Z Create boot environment: No
1532026-04-10T18:33:58.436ZCreate backup boot environment: No
1542026-04-10T18:33:58.436Z Rebuild boot archive: No
1552026-04-10T18:33:58.436Z
1562026-04-10T18:33:58.436ZChanged mediators:
1572026-04-10T18:33:58.436Z mediator clang:
1582026-04-10T18:33:58.436Z version: None -> 15 (system default)
1592026-04-10T18:33:58.436Z
1602026-04-10T18:33:58.436Z mediator llvm:
1612026-04-10T18:33:58.436Z version: 14 (system default) -> 15 (system default)
1622026-04-10T18:33:58.436Z
1632026-04-10T18:33:58.436ZChanged packages:
1642026-04-10T18:33:58.436Zhelios-dev
1652026-04-10T18:33:58.436Z developer/build-essential
1662026-04-10T18:33:58.436Z None -> 11-2.0
1672026-04-10T18:33:58.436Z library/libxmlsec1
1682026-04-10T18:33:58.436Z None -> 1.2.35-2.0
1692026-04-10T18:33:58.436Z ooce/developer/clang-15
1702026-04-10T18:33:58.436Z None -> 15.0.7-2.0
1712026-04-10T18:33:58.436Z ooce/developer/llvm-15
1722026-04-10T18:33:58.436Z None -> 15.0.7-2.0
1732026-04-10T18:33:58.436Z
1742026-04-10T18:33:58.436ZServices:
1752026-04-10T18:33:58.436Z restart_fmri:
1762026-04-10T18:33:58.436Z svc:/system/update-man-index:default
1772026-04-10T18:33:58.519Z
1782026-04-10T18:33:58.519ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-04-10T18:34:03.519ZDownload: 571/3290 items 3.5/212.6MB 1% complete (719k/s)
1802026-04-10T18:34:08.520ZDownload: 1680/3290 items 117.1/212.6MB 55% complete (11.8M/s)
1812026-04-10T18:34:13.616ZDownload: 3243/3290 items 203.0/212.6MB 95% complete (19.9M/s)
1822026-04-10T18:34:14.692ZDownload: Completed 212.60 MB in 16.17 seconds (13.2M/s)
1832026-04-10T18:34:14.953Z Actions: 1/3689 actions (Installing new actions)
1842026-04-10T18:34:18.419Z Actions: Completed 3689 actions in 3.44 seconds.
1852026-04-10T18:34:18.693Z Done (0.287s)
1862026-04-10T18:34:18.693Z Done (0.000s)
1872026-04-10T18:34:19.394Z Done (0.709s)
1882026-04-10T18:34:22.944Z Done (3.217s)
1892026-04-10T18:34:23.047Z Done (0.041s)
1902026-04-10T18:34:23.051Z Done (0.000s)
1912026-04-10T18:34:23.208Z Done (0.000s)
1922026-04-10T18:34:24.043ZPlanning: Evaluating mediator changes ... Done
1932026-04-10T18:34:24.150ZPlanning: Checking for conflicting actions ... Done
1942026-04-10T18:34:24.153ZPlanning: Consolidating action changes ... Done
1952026-04-10T18:34:24.311ZPlanning: Evaluating mediators ... Done
1962026-04-10T18:34:24.314ZPlanning: Planning completed in 0.27 seconds
1972026-04-10T18:34:24.332Z Mediators to change: 2
1982026-04-10T18:34:24.332Z Create boot environment: No
1992026-04-10T18:34:24.332ZCreate backup boot environment: No
2002026-04-10T18:34:24.401Z Done
2012026-04-10T18:34:24.401Z Done
2022026-04-10T18:34:25.011Z Done
2032026-04-10T18:34:27.514Z Done
2042026-04-10T18:34:27.584Z Done
2052026-04-10T18:34:27.588Z Done
2062026-04-10T18:34:27.730Z Done
2072026-04-10T18:34:28.130ZPlanning: Evaluating mediator changes ... Done
2082026-04-10T18:34:28.134ZPlanning: Merging actions ... Done
2092026-04-10T18:34:28.272ZPlanning: Checking for conflicting actions ... Done
2102026-04-10T18:34:28.275ZPlanning: Consolidating action changes ... Done
2112026-04-10T18:34:28.409ZPlanning: Evaluating mediators ... Done
2122026-04-10T18:34:28.437ZPlanning: Planning completed in 0.45 seconds
2132026-04-10T18:34:28.459Z Packages to change: 1
2142026-04-10T18:34:28.459Z Mediators to change: 1
2152026-04-10T18:34:28.459Z Services to change: 1
2162026-04-10T18:34:28.459Z Create boot environment: No
2172026-04-10T18:34:28.459ZCreate backup boot environment: Yes
2182026-04-10T18:34:30.588Z Actions: 1/6 actions (Updating modified actions)
2192026-04-10T18:34:30.591Z Actions: Completed 6 actions in 0.00 seconds.
2202026-04-10T18:34:30.591Z Done
2212026-04-10T18:34:30.591Z Done
2222026-04-10T18:34:30.728Z Done
2232026-04-10T18:34:33.186Z Done
2242026-04-10T18:34:33.261Z Done
2252026-04-10T18:34:33.264Z Done
2262026-04-10T18:34:33.573Z Done
2272026-04-10T18:34:33.861ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-04-10T18:34:33.861Zclang system 15 system
2292026-04-10T18:34:33.861Zcsh system system illumos
2302026-04-10T18:34:33.861Zctags system system illumos
2312026-04-10T18:34:33.861Zfile system system illumos
2322026-04-10T18:34:33.861Zgcc vendor 12 vendor
2332026-04-10T18:34:33.861Zgcc system 14 system
2342026-04-10T18:34:33.861Zgcc system 10 system
2352026-04-10T18:34:33.861Zgo system 1.20 system
2362026-04-10T18:34:33.861Zgo system 1.19 system
2372026-04-10T18:34:33.861Zllvm system 15 system
2382026-04-10T18:34:33.861Zllvm system 14 system
2392026-04-10T18:34:33.861Zmariadb system 10.6 system
2402026-04-10T18:34:33.861Zmta vendor vendor dma
2412026-04-10T18:34:33.861Zopenjdk system 17 system
2422026-04-10T18:34:33.861Zopenjdk system 11 system
2432026-04-10T18:34:33.861Zopenjdk system 1.8 system
2442026-04-10T18:34:33.861Zopenssl vendor 3 vendor
2452026-04-10T18:34:33.861Zperl system 5.36 system
2462026-04-10T18:34:33.861Zpostgresql system 15 system
2472026-04-10T18:34:33.861Zpostgresql system 13 system
2482026-04-10T18:34:33.861Zpython vendor 3 vendor
2492026-04-10T18:34:33.861Zpython system 2 system
2502026-04-10T18:34:33.861Zpython3 system 3.11 system
2512026-04-10T18:34:33.861Zruby system 3.0 system
2522026-04-10T18:34:33.861Zwords vendor vendor american-english
2532026-04-10T18:34:33.861Zwords system system australian-english
2542026-04-10T18:34:33.861Zwords system system british-english
2552026-04-10T18:34:33.861Zwords system system canadian-english
2562026-04-10T18:34:33.861Zwords system system french
2572026-04-10T18:34:33.861Zwords system system italian
2582026-04-10T18:34:33.861Zwords system system ngerman
2592026-04-10T18:34:33.861Zwords system system ogerman
2602026-04-10T18:34:33.861Zwords system system spanish
2612026-04-10T18:34:34.085ZPUBLISHER TYPE STATUS P LOCATION
2622026-04-10T18:34:34.085Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-04-10T18:34:38.496ZFMRI IFO
2642026-04-10T18:34:38.496Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-04-10T18:34:38.496Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-04-10T18:34:38.496Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-04-10T18:34:38.496Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-04-10T18:34:38.496Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-04-10T18:34:38.496Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-04-10T18:34:38.496Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-04-10T18:34:38.496Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-04-10T18:34:38.496Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-04-10T18:34:38.496Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-04-10T18:34:38.496Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-04-10T18:34:38.496Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-04-10T18:34:38.496Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-04-10T18:34:38.496Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-04-10T18:34:38.496Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-04-10T18:34:38.496Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-04-10T18:34:39.600Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-04-10T18:34:39.835Z Updating crates.io index
2822026-04-10T18:34:39.867Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-04-10T18:34:40.592Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-04-10T18:34:41.000Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-04-10T18:34:41.295Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-10T18:34:42.013Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872026-04-10T18:34:43.422Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-10T18:34:44.899Z Updating git repository `https://github.com/oxidecomputer/opte`
2892026-04-10T18:34:45.548Z Updating git repository `https://github.com/oxidecomputer/tofino`
2902026-04-10T18:34:45.958Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912026-04-10T18:34:46.842Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922026-04-10T18:34:47.188Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2932026-04-10T18:34:47.590Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942026-04-10T18:34:47.943Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2952026-04-10T18:34:48.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962026-04-10T18:34:49.428Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972026-04-10T18:34:49.725Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982026-04-10T18:34:50.079Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2992026-04-10T18:34:50.416Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002026-04-10T18:34:50.666Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012026-04-10T18:34:50.870Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022026-04-10T18:34:51.119Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3032026-04-10T18:34:51.505Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042026-04-10T18:34:51.988Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3052026-04-10T18:34:52.595Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3062026-04-10T18:34:52.843Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3072026-04-10T18:34:53.138Z Updating git repository `https://github.com/oxidecomputer/ispf`
3082026-04-10T18:34:54.076Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3092026-04-10T18:34:54.629Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-10T18:34:54.945Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-04-10T18:34:55.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-04-10T18:34:55.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-04-10T18:34:56.179Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-04-10T18:34:56.556Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-04-10T18:34:56.916Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-04-10T18:34:57.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-04-10T18:34:57.690Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-04-10T18:34:57.962Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-04-10T18:34:58.270Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-04-10T18:35:09.534Z Downloading crates ...
3212026-04-10T18:35:09.584Z Downloaded cfg-if v1.0.4
3222026-04-10T18:35:09.587Z Downloaded anstyle v1.0.13
3232026-04-10T18:35:09.594Z Downloaded toml_datetime v0.6.11
3242026-04-10T18:35:09.600Z Downloaded tinystr v0.8.2
3252026-04-10T18:35:09.603Z Downloaded textwrap v0.16.2
3262026-04-10T18:35:09.606Z Downloaded anstyle-query v1.1.5
3272026-04-10T18:35:09.610Z Downloaded block-buffer v0.10.4
3282026-04-10T18:35:09.610Z Downloaded toml_write v0.1.2
3292026-04-10T18:35:09.613Z Downloaded anstyle-parse v0.2.7
3302026-04-10T18:35:09.613Z Downloaded byteorder v1.5.0
3312026-04-10T18:35:09.616Z Downloaded typeid v1.0.3
3322026-04-10T18:35:09.616Z Downloaded bytecount v0.6.9
3332026-04-10T18:35:09.616Z Downloaded zerofrom-derive v0.1.6
3342026-04-10T18:35:09.617Z Downloaded utf8_iter v1.0.4
3352026-04-10T18:35:09.617Z Downloaded anstream v0.6.21
3362026-04-10T18:35:09.620Z Downloaded thread-id v4.2.2
3372026-04-10T18:35:09.620Z Downloaded camino-tempfile v1.4.1
3382026-04-10T18:35:09.620Z Downloaded cargo_toml v0.21.0
3392026-04-10T18:35:09.623Z Downloaded unicode-linebreak v0.1.5
3402026-04-10T18:35:09.623Z Downloaded usdt-macro v0.5.0
3412026-04-10T18:35:09.623Z Downloaded camino v1.2.2
3422026-04-10T18:35:09.623Z Downloaded cargo-platform v0.2.0
3432026-04-10T18:35:09.623Z Downloaded cargo-util-schemas v0.8.2
3442026-04-10T18:35:09.627Z Downloaded anyhow v1.0.102
3452026-04-10T18:35:09.627Z Downloaded dtrace-parser v0.2.0
3462026-04-10T18:35:09.630Z Downloaded bitflags v2.11.0
3472026-04-10T18:35:09.630Z Downloaded usdt v0.5.0
3482026-04-10T18:35:09.630Z Downloaded unicode-xid v0.2.6
3492026-04-10T18:35:09.631Z Downloaded yoke-derive v0.8.1
3502026-04-10T18:35:09.633Z Downloaded memmap v0.7.0
3512026-04-10T18:35:09.633Z Downloaded cpufeatures v0.2.17
3522026-04-10T18:35:09.634Z Downloaded dof v0.3.0
3532026-04-10T18:35:09.634Z Downloaded clap_builder v4.5.60
3542026-04-10T18:35:09.636Z Downloaded version_check v0.9.5
3552026-04-10T18:35:09.639Z Downloaded plain v0.2.3
3562026-04-10T18:35:09.639Z Downloaded yoke v0.8.1
3572026-04-10T18:35:09.639Z Downloaded ucd-trie v0.1.7
3582026-04-10T18:35:09.639Z Downloaded equivalent v1.0.2
3592026-04-10T18:35:09.642Z Downloaded thiserror v1.0.69
3602026-04-10T18:35:09.643Z Downloaded zerofrom v0.1.6
3612026-04-10T18:35:09.646Z Downloaded colorchoice v1.0.4
3622026-04-10T18:35:09.646Z Downloaded zmij v1.0.21
3632026-04-10T18:35:09.646Z Downloaded thiserror v2.0.18
3642026-04-10T18:35:09.649Z Downloaded utf8parse v0.2.2
3652026-04-10T18:35:09.649Z Downloaded clap_lex v1.0.0
3662026-04-10T18:35:09.649Z Downloaded macaddr v1.0.1
3672026-04-10T18:35:09.653Z Downloaded thiserror-impl v1.0.69
3682026-04-10T18:35:09.653Z Downloaded idna_adapter v1.2.1
3692026-04-10T18:35:09.653Z Downloaded zerovec-derive v0.11.2
3702026-04-10T18:35:09.653Z Downloaded heck v0.5.0
3712026-04-10T18:35:09.656Z Downloaded heck v0.4.1
3722026-04-10T18:35:09.656Z Downloaded percent-encoding v2.3.2
3732026-04-10T18:35:09.657Z Downloaded clap_derive v4.5.55
3742026-04-10T18:35:09.657Z Downloaded clap v4.5.60
3752026-04-10T18:35:09.661Z Downloaded writeable v0.6.2
3762026-04-10T18:35:09.664Z Downloaded usdt-impl v0.5.0
3772026-04-10T18:35:09.664Z Downloaded smawk v0.3.2
3782026-04-10T18:35:09.664Z Downloaded usdt-attr-macro v0.5.0
3792026-04-10T18:35:09.664Z Downloaded toml_edit v0.22.27
3802026-04-10T18:35:09.668Z Downloaded zerocopy-derive v0.7.35
3812026-04-10T18:35:09.668Z Downloaded toml v0.8.23
3822026-04-10T18:35:09.671Z Downloaded scroll_derive v0.12.1
3832026-04-10T18:35:09.671Z Downloaded ordered-float v2.10.1
3842026-04-10T18:35:09.671Z Downloaded form_urlencoded v1.2.2
3852026-04-10T18:35:09.671Z Downloaded thiserror-impl v2.0.18
3862026-04-10T18:35:09.674Z Downloaded is_terminal_polyfill v1.70.2
3872026-04-10T18:35:09.674Z Downloaded fnv v1.0.7
3882026-04-10T18:35:09.674Z Downloaded cargo_metadata v0.21.0
3892026-04-10T18:35:09.674Z Downloaded itoa v1.0.17
3902026-04-10T18:35:09.674Z Downloaded fastrand v2.3.0
3912026-04-10T18:35:09.677Z Downloaded crypto-common v0.1.7
3922026-04-10T18:35:09.677Z Downloaded zerotrie v0.2.3
3932026-04-10T18:35:09.677Z Downloaded unicode-ident v1.0.24
3942026-04-10T18:35:09.681Z Downloaded terminal_size v0.4.3
3952026-04-10T18:35:09.682Z Downloaded autocfg v1.5.0
3962026-04-10T18:35:09.682Z Downloaded stable_deref_trait v1.2.1
3972026-04-10T18:35:09.685Z Downloaded url v2.5.8
3982026-04-10T18:35:09.688Z Downloaded serde-value v0.7.0
3992026-04-10T18:35:09.692Z Downloaded strsim v0.11.1
4002026-04-10T18:35:09.695Z Downloaded generic-array v0.14.7
4012026-04-10T18:35:09.695Z Downloaded typenum v1.19.0
4022026-04-10T18:35:09.698Z Downloaded pretty-hex v0.4.1
4032026-04-10T18:35:09.698Z Downloaded proc-macro-error-attr v1.0.4
4042026-04-10T18:35:09.702Z Downloaded tabled_derive v0.7.0
4052026-04-10T18:35:09.702Z Downloaded potential_utf v0.1.4
4062026-04-10T18:35:09.707Z Downloaded serde_spanned v0.6.9
4072026-04-10T18:35:09.710Z Downloaded erased-serde v0.4.9
4082026-04-10T18:35:09.710Z Downloaded litemap v0.8.1
4092026-04-10T18:35:09.713Z Downloaded zerovec v0.11.5
4102026-04-10T18:35:09.717Z Downloaded winnow v0.7.14
4112026-04-10T18:35:09.720Z Downloaded errno v0.3.14
4122026-04-10T18:35:09.723Z Downloaded fs-err v3.3.0
4132026-04-10T18:35:09.723Z Downloaded swrite v0.1.0
4142026-04-10T18:35:09.723Z Downloaded zerocopy v0.7.35
4152026-04-10T18:35:09.731Z Downloaded unicode-width v0.2.0
4162026-04-10T18:35:09.734Z Downloaded scroll v0.12.0
4172026-04-10T18:35:09.737Z Downloaded digest v0.10.7
4182026-04-10T18:35:09.737Z Downloaded quote v1.0.44
4192026-04-10T18:35:09.737Z Downloaded displaydoc v0.2.5
4202026-04-10T18:35:09.740Z Downloaded proc-macro-error v1.0.4
4212026-04-10T18:35:09.741Z Downloaded smallvec v1.15.1
4222026-04-10T18:35:09.744Z Downloaded unicode-width v0.1.14
4232026-04-10T18:35:09.747Z Downloaded synstructure v0.13.2
4242026-04-10T18:35:09.747Z Downloaded papergrid v0.11.0
4252026-04-10T18:35:09.751Z Downloaded serde_tokenstream v0.2.3
4262026-04-10T18:35:09.751Z Downloaded icu_collections v2.1.1
4272026-04-10T18:35:09.754Z Downloaded serde-untagged v0.1.9
4282026-04-10T18:35:09.754Z Downloaded semver v1.0.27
4292026-04-10T18:35:09.757Z Downloaded tempfile v3.25.0
4302026-04-10T18:35:09.764Z Downloaded pest_derive v2.8.6
4312026-04-10T18:35:09.774Z Downloaded serde_derive v1.0.228
4322026-04-10T18:35:09.777Z Downloaded pest_generator v2.8.6
4332026-04-10T18:35:09.780Z Downloaded serde_core v1.0.228
4342026-04-10T18:35:09.785Z Downloaded once_cell v1.21.3
4352026-04-10T18:35:09.785Z Downloaded log v0.4.29
4362026-04-10T18:35:09.785Z Downloaded icu_properties v2.1.2
4372026-04-10T18:35:09.788Z Downloaded proc-macro2 v1.0.106
4382026-04-10T18:35:09.788Z Downloaded sha2 v0.10.9
4392026-04-10T18:35:09.791Z Downloaded num-traits v0.2.19
4402026-04-10T18:35:09.794Z Downloaded getrandom v0.3.4
4412026-04-10T18:35:09.798Z Downloaded icu_provider v2.1.1
4422026-04-10T18:35:09.806Z Downloaded icu_locale_core v2.1.1
4432026-04-10T18:35:09.809Z Downloaded pest_meta v2.8.6
4442026-04-10T18:35:09.812Z Downloaded icu_normalizer v2.1.1
4452026-04-10T18:35:09.820Z Downloaded icu_normalizer_data v2.1.1
4462026-04-10T18:35:09.825Z Downloaded memchr v2.8.0
4472026-04-10T18:35:09.836Z Downloaded serde v1.0.228
4482026-04-10T18:35:09.839Z Downloaded indexmap v2.13.0
4492026-04-10T18:35:09.845Z Downloaded pest v2.8.6
4502026-04-10T18:35:09.858Z Downloaded idna v1.1.0
4512026-04-10T18:35:09.867Z Downloaded serde_json v1.0.149
4522026-04-10T18:35:09.870Z Downloaded icu_properties_data v2.1.2
4532026-04-10T18:35:09.876Z Downloaded hashbrown v0.16.1
4542026-04-10T18:35:09.879Z Downloaded goblin v0.8.2
4552026-04-10T18:35:09.893Z Downloaded tabled v0.15.0
4562026-04-10T18:35:09.906Z Downloaded syn v1.0.109
4572026-04-10T18:35:09.913Z Downloaded syn v2.0.117
4582026-04-10T18:35:09.929Z Downloaded rustix v1.1.3
4592026-04-10T18:35:09.956Z Downloaded libc v0.2.180
4602026-04-10T18:35:10.023Z Compiling proc-macro2 v1.0.106
4612026-04-10T18:35:10.023Z Compiling quote v1.0.44
4622026-04-10T18:35:10.026Z Compiling unicode-ident v1.0.24
4632026-04-10T18:35:10.026Z Compiling serde_core v1.0.228
4642026-04-10T18:35:10.026Z Compiling libc v0.2.180
4652026-04-10T18:35:10.026Z Compiling version_check v0.9.5
4662026-04-10T18:35:10.026Z Compiling memchr v2.8.0
4672026-04-10T18:35:10.026Z Compiling stable_deref_trait v1.2.1
4682026-04-10T18:35:10.348Z Compiling serde v1.0.228
4692026-04-10T18:35:10.365Z Compiling zmij v1.0.21
4702026-04-10T18:35:10.595Z Compiling thiserror v1.0.69
4712026-04-10T18:35:10.857Z Compiling itoa v1.0.17
4722026-04-10T18:35:10.886Z Compiling ucd-trie v0.1.7
4732026-04-10T18:35:10.994Z Compiling autocfg v1.5.0
4742026-04-10T18:35:11.045Z Compiling pest v2.8.6
4752026-04-10T18:35:11.293Z Compiling litemap v0.8.1
4762026-04-10T18:35:11.358Z Compiling writeable v0.6.2
4772026-04-10T18:35:11.399Z Compiling icu_properties_data v2.1.2
4782026-04-10T18:35:11.496Z Compiling rustix v1.1.3
4792026-04-10T18:35:11.549Z Compiling icu_normalizer_data v2.1.1
4802026-04-10T18:35:11.575Z Compiling byteorder v1.5.0
4812026-04-10T18:35:11.828Z Compiling errno v0.3.14
4822026-04-10T18:35:11.846Z Compiling serde_json v1.0.149
4832026-04-10T18:35:11.936Z Compiling syn v2.0.117
4842026-04-10T18:35:11.971Z Compiling bitflags v2.11.0
4852026-04-10T18:35:12.071Z Compiling num-traits v0.2.19
4862026-04-10T18:35:12.128Z Compiling pest_meta v2.8.6
4872026-04-10T18:35:12.195Z Compiling equivalent v1.0.2
4882026-04-10T18:35:12.290Z Compiling smallvec v1.15.1
4892026-04-10T18:35:12.311Z Compiling hashbrown v0.16.1
4902026-04-10T18:35:12.435Z Compiling typeid v1.0.3
4912026-04-10T18:35:12.675Z Compiling thread-id v4.2.2
4922026-04-10T18:35:12.739Z Compiling usdt-impl v0.5.0
4932026-04-10T18:35:12.759Z Compiling proc-macro-error-attr v1.0.4
4942026-04-10T18:35:12.855Z Compiling indexmap v2.13.0
4952026-04-10T18:35:12.914Z Compiling winnow v0.7.14
4962026-04-10T18:35:12.934Z Compiling erased-serde v0.4.9
4972026-04-10T18:35:12.950Z Compiling toml_write v0.1.2
4982026-04-10T18:35:13.196Z Compiling syn v1.0.109
4992026-04-10T18:35:13.509Z Compiling proc-macro-error v1.0.4
5002026-04-10T18:35:13.619Z Compiling camino v1.2.2
5012026-04-10T18:35:13.694Z Compiling utf8_iter v1.0.4
5022026-04-10T18:35:13.783Z Compiling log v0.4.29
5032026-04-10T18:35:13.840Z Compiling thiserror v2.0.18
5042026-04-10T18:35:13.937Z Compiling utf8parse v0.2.2
5052026-04-10T18:35:13.967Z Compiling getrandom v0.3.4
5062026-04-10T18:35:14.053Z Compiling percent-encoding v2.3.2
5072026-04-10T18:35:14.100Z Compiling plain v0.2.3
5082026-04-10T18:35:14.215Z Compiling form_urlencoded v1.2.2
5092026-04-10T18:35:14.248Z Compiling anstyle-parse v0.2.7
5102026-04-10T18:35:14.266Z Compiling ordered-float v2.10.1
5112026-04-10T18:35:14.457Z Compiling terminal_size v0.4.3
5122026-04-10T18:35:14.539Z Compiling colorchoice v1.0.4
5132026-04-10T18:35:14.614Z Compiling synstructure v0.13.2
5142026-04-10T18:35:14.661Z Compiling pest_generator v2.8.6
5152026-04-10T18:35:14.736Z Compiling cfg-if v1.0.4
5162026-04-10T18:35:14.754Z Compiling pretty-hex v0.4.1
5172026-04-10T18:35:14.815Z Compiling anstyle-query v1.1.5
5182026-04-10T18:35:14.894Z Compiling anstyle v1.0.13
5192026-04-10T18:35:14.917Z Compiling is_terminal_polyfill v1.70.2
5202026-04-10T18:35:14.920Z Compiling serde-untagged v0.1.9
5212026-04-10T18:35:15.120Z Compiling anstream v0.6.21
5222026-04-10T18:35:15.154Z Compiling semver v1.0.27
5232026-04-10T18:35:15.225Z Compiling fs-err v3.3.0
5242026-04-10T18:35:15.376Z Compiling anyhow v1.0.102
5252026-04-10T18:35:15.411Z Compiling heck v0.4.1
5262026-04-10T18:35:15.429Z Compiling unicode-xid v0.2.6
5272026-04-10T18:35:15.469Z Compiling heck v0.5.0
5282026-04-10T18:35:15.507Z Compiling fnv v1.0.7
5292026-04-10T18:35:15.612Z Compiling once_cell v1.21.3
5302026-04-10T18:35:15.634Z Compiling clap_lex v1.0.0
5312026-04-10T18:35:15.675Z Compiling bytecount v0.6.9
5322026-04-10T18:35:15.706Z Compiling unicode-width v0.1.14
5332026-04-10T18:35:15.809Z Compiling strsim v0.11.1
5342026-04-10T18:35:15.828Z Compiling fastrand v2.3.0
5352026-04-10T18:35:15.978Z Compiling papergrid v0.11.0
5362026-04-10T18:35:15.995Z Compiling clap_builder v4.5.60
5372026-04-10T18:35:16.071Z Compiling tempfile v3.25.0
5382026-04-10T18:35:16.092Z Compiling memmap v0.7.0
5392026-04-10T18:35:16.151Z Compiling unicode-linebreak v0.1.5
5402026-04-10T18:35:16.270Z Compiling smawk v0.3.2
5412026-04-10T18:35:16.287Z Compiling serde_derive v1.0.228
5422026-04-10T18:35:16.391Z Compiling zerofrom-derive v0.1.6
5432026-04-10T18:35:16.408Z Compiling yoke-derive v0.8.1
5442026-04-10T18:35:16.448Z Compiling zerovec-derive v0.11.2
5452026-04-10T18:35:16.466Z Compiling displaydoc v0.2.5
5462026-04-10T18:35:17.199Z Compiling thiserror-impl v1.0.69
5472026-04-10T18:35:17.388Z Compiling zerocopy-derive v0.7.35
5482026-04-10T18:35:17.540Z Compiling pest_derive v2.8.6
5492026-04-10T18:35:17.540Z Compiling scroll_derive v0.12.1
5502026-04-10T18:35:17.756Z Compiling zerofrom v0.1.6
5512026-04-10T18:35:17.886Z Compiling yoke v0.8.1
5522026-04-10T18:35:17.974Z Compiling thiserror-impl v2.0.18
5532026-04-10T18:35:18.077Z Compiling zerovec v0.11.5
5542026-04-10T18:35:18.191Z Compiling zerotrie v0.2.3
5552026-04-10T18:35:18.238Z Compiling zerocopy v0.7.35
5562026-04-10T18:35:18.549Z Compiling scroll v0.12.0
5572026-04-10T18:35:18.597Z Compiling tinystr v0.8.2
5582026-04-10T18:35:18.638Z Compiling potential_utf v0.1.4
5592026-04-10T18:35:18.801Z Compiling icu_locale_core v2.1.1
5602026-04-10T18:35:18.819Z Compiling icu_collections v2.1.1
5612026-04-10T18:35:18.819Z Compiling dtrace-parser v0.2.0
5622026-04-10T18:35:18.853Z Compiling goblin v0.8.2
5632026-04-10T18:35:19.029Z Compiling tabled_derive v0.7.0
5642026-04-10T18:35:19.087Z Compiling clap_derive v4.5.55
5652026-04-10T18:35:19.435Z Compiling icu_provider v2.1.1
5662026-04-10T18:35:19.581Z Compiling unicode-width v0.2.0
5672026-04-10T18:35:19.690Z Compiling icu_normalizer v2.1.1
5682026-04-10T18:35:19.740Z Compiling icu_properties v2.1.2
5692026-04-10T18:35:19.758Z Compiling toml_datetime v0.6.11
5702026-04-10T18:35:19.821Z Compiling serde_spanned v0.6.9
5712026-04-10T18:35:19.858Z Compiling dof v0.3.0
5722026-04-10T18:35:19.946Z Compiling toml_edit v0.22.27
5732026-04-10T18:35:19.966Z Compiling serde_tokenstream v0.2.3
5742026-04-10T18:35:20.013Z Compiling serde-value v0.7.0
5752026-04-10T18:35:20.249Z Compiling cargo-platform v0.2.0
5762026-04-10T18:35:20.273Z Compiling tabled v0.15.0
5772026-04-10T18:35:20.377Z Compiling textwrap v0.16.2
5782026-04-10T18:35:20.551Z Compiling macaddr v1.0.1
5792026-04-10T18:35:20.777Z Compiling idna_adapter v1.2.1
5802026-04-10T18:35:20.836Z Compiling camino-tempfile v1.4.1
5812026-04-10T18:35:20.872Z Compiling clap v4.5.60
5822026-04-10T18:35:20.887Z Compiling idna v1.1.0
5832026-04-10T18:35:20.914Z Compiling usdt-attr-macro v0.5.0
5842026-04-10T18:35:20.953Z Compiling usdt-macro v0.5.0
5852026-04-10T18:35:21.205Z Compiling url v2.5.8
5862026-04-10T18:35:21.339Z Compiling toml v0.8.23
5872026-04-10T18:35:21.566Z Compiling swrite v0.1.0
5882026-04-10T18:35:21.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-04-10T18:35:21.701Z Compiling cargo-util-schemas v0.8.2
5902026-04-10T18:35:21.838Z Compiling cargo_toml v0.21.0
5912026-04-10T18:35:22.296Z Compiling usdt v0.5.0
5922026-04-10T18:35:22.611Z Compiling cargo_metadata v0.21.0
5932026-04-10T18:35:23.542Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-04-10T18:35:25.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.23s
5952026-04-10T18:35:25.887Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-04-10T18:35:26.446Z Downloading crates ...
5972026-04-10T18:35:26.536Z Downloaded adler2 v2.0.1
5982026-04-10T18:35:26.549Z Downloaded castaway v0.2.4
5992026-04-10T18:35:26.552Z Downloaded argon2 v0.5.3
6002026-04-10T18:35:26.556Z Downloaded cexpr v0.6.0
6012026-04-10T18:35:26.556Z Downloaded cassowary v0.3.0
6022026-04-10T18:35:26.559Z Downloaded crossbeam-epoch v0.9.18
6032026-04-10T18:35:26.559Z Downloaded ar_archive_writer v0.5.1
6042026-04-10T18:35:26.562Z Downloaded ahash v0.8.12
6052026-04-10T18:35:26.562Z Downloaded bit-vec v0.6.3
6062026-04-10T18:35:26.565Z Downloaded derive_builder_macro v0.20.2
6072026-04-10T18:35:26.565Z Downloaded backoff v0.4.0
6082026-04-10T18:35:26.565Z Downloaded flagset v0.4.7
6092026-04-10T18:35:26.569Z Downloaded ed25519 v2.2.3
6102026-04-10T18:35:26.569Z Downloaded bitflags v1.3.2
6112026-04-10T18:35:26.572Z Downloaded chacha20 v0.9.1
6122026-04-10T18:35:26.572Z Downloaded diff v0.1.13
6132026-04-10T18:35:26.572Z Downloaded csv-core v0.1.13
6142026-04-10T18:35:26.575Z Downloaded bcrypt-pbkdf v0.10.0
6152026-04-10T18:35:26.575Z Downloaded byte-wrapper v0.1.0
6162026-04-10T18:35:26.578Z Downloaded base64 v0.21.7
6172026-04-10T18:35:26.578Z Downloaded elliptic-curve v0.13.8
6182026-04-10T18:35:26.581Z Downloaded derive_builder v0.20.2
6192026-04-10T18:35:26.585Z Downloaded dtrace-parser v0.3.0
6202026-04-10T18:35:26.585Z Downloaded embedded-io v0.6.1
6212026-04-10T18:35:26.588Z Downloaded dyn-clone v1.0.20
6222026-04-10T18:35:26.588Z Downloaded array-init v0.0.4
6232026-04-10T18:35:26.588Z Downloaded ciborium v0.2.2
6242026-04-10T18:35:26.588Z Downloaded blowfish v0.9.1
6252026-04-10T18:35:26.591Z Downloaded dunce v1.0.5
6262026-04-10T18:35:26.591Z Downloaded chacha20 v0.10.0
6272026-04-10T18:35:26.595Z Downloaded find-msvc-tools v0.1.9
6282026-04-10T18:35:26.595Z Downloaded dof v0.4.0
6292026-04-10T18:35:26.595Z Downloaded const-oid v0.9.6
6302026-04-10T18:35:26.598Z Downloaded derive_more v0.99.20
6312026-04-10T18:35:26.598Z Downloaded crossbeam-deque v0.8.6
6322026-04-10T18:35:26.601Z Downloaded fixedbitset v0.5.7
6332026-04-10T18:35:26.601Z Downloaded block-padding v0.3.3
6342026-04-10T18:35:26.604Z Downloaded critical-section v1.2.0
6352026-04-10T18:35:26.604Z Downloaded document-features v0.2.12
6362026-04-10T18:35:26.604Z Downloaded bit-set v0.8.0
6372026-04-10T18:35:26.604Z Downloaded display-error-chain v0.2.2
6382026-04-10T18:35:26.608Z Downloaded dropshot_endpoint v0.16.7
6392026-04-10T18:35:26.611Z Downloaded derive_builder_core v0.20.2
6402026-04-10T18:35:26.611Z Downloaded bb8 v0.8.6
6412026-04-10T18:35:26.611Z Downloaded compression-core v0.4.31
6422026-04-10T18:35:26.611Z Downloaded defmt v0.3.100
6432026-04-10T18:35:26.616Z Downloaded console v0.16.2
6442026-04-10T18:35:26.616Z Downloaded futures-sink v0.3.32
6452026-04-10T18:35:26.616Z Downloaded embedded-io v0.4.0
6462026-04-10T18:35:26.619Z Downloaded float-cmp v0.10.0
6472026-04-10T18:35:26.619Z Downloaded either v1.15.0
6482026-04-10T18:35:26.619Z Downloaded dirs-next v2.0.0
6492026-04-10T18:35:26.619Z Downloaded bit-set v0.5.3
6502026-04-10T18:35:26.619Z Downloaded bitfield-macros v0.19.4
6512026-04-10T18:35:26.619Z Downloaded dsl_auto_type v0.2.0
6522026-04-10T18:35:26.623Z Downloaded darling_macro v0.21.3
6532026-04-10T18:35:26.623Z Downloaded atty v0.2.14
6542026-04-10T18:35:26.623Z Downloaded darling_macro v0.23.0
6552026-04-10T18:35:26.623Z Downloaded curve25519-dalek-derive v0.1.1
6562026-04-10T18:35:26.629Z Downloaded convert_case v0.4.0
6572026-04-10T18:35:26.629Z Downloaded crunchy v0.2.4
6582026-04-10T18:35:26.629Z Downloaded async-recursion v1.1.1
6592026-04-10T18:35:26.629Z Downloaded fixedbitset v0.4.2
6602026-04-10T18:35:26.629Z Downloaded cstr-argument v0.1.2
6612026-04-10T18:35:26.629Z Downloaded crucible-workspace-hack v0.1.0
6622026-04-10T18:35:26.629Z Downloaded camino-tempfile-ext v0.3.3
6632026-04-10T18:35:26.632Z Downloaded float-ord v0.3.2
6642026-04-10T18:35:26.632Z Downloaded cobs v0.3.0
6652026-04-10T18:35:26.632Z Downloaded dropshot-api-manager-types v0.6.0
6662026-04-10T18:35:26.635Z Downloaded downcast-rs v2.0.2
6672026-04-10T18:35:26.635Z Downloaded ciborium-io v0.2.2
6682026-04-10T18:35:26.635Z Downloaded async-stream v0.3.6
6692026-04-10T18:35:26.640Z Downloaded assert_matches v1.5.0
6702026-04-10T18:35:26.640Z Downloaded data-encoding v2.10.0
6712026-04-10T18:35:26.640Z Downloaded cfg_aliases v0.1.1
6722026-04-10T18:35:26.640Z Downloaded endian-type v0.1.2
6732026-04-10T18:35:26.640Z Downloaded cpufeatures v0.3.0
6742026-04-10T18:35:26.645Z Downloaded backon v1.6.0
6752026-04-10T18:35:26.645Z Downloaded env_filter v1.0.0
6762026-04-10T18:35:26.645Z Downloaded atomic-waker v1.1.2
6772026-04-10T18:35:26.645Z Downloaded crc-catalog v2.4.0
6782026-04-10T18:35:26.649Z Downloaded bitfield-struct v0.6.2
6792026-04-10T18:35:26.649Z Downloaded arrayref v0.3.9
6802026-04-10T18:35:26.649Z Downloaded dirs-sys-next v0.1.2
6812026-04-10T18:35:26.649Z Downloaded difflib v0.4.0
6822026-04-10T18:35:26.650Z Downloaded async-stream-impl v0.3.6
6832026-04-10T18:35:26.653Z Downloaded crossterm v0.29.0
6842026-04-10T18:35:26.653Z Downloaded cfg_aliases v0.2.1
6852026-04-10T18:35:26.653Z Downloaded foreign-types-macros v0.2.3
6862026-04-10T18:35:26.657Z Downloaded atomicwrites v0.4.4
6872026-04-10T18:35:26.657Z Downloaded ascii-canvas v3.0.0
6882026-04-10T18:35:26.657Z Downloaded diesel_table_macro_syntax v0.3.0
6892026-04-10T18:35:26.657Z Downloaded debug-ignore v1.0.5
6902026-04-10T18:35:26.662Z Downloaded crc v3.4.0
6912026-04-10T18:35:26.662Z Downloaded fd-lock v4.0.4
6922026-04-10T18:35:26.662Z Downloaded defmt-parser v1.0.0
6932026-04-10T18:35:26.662Z Downloaded crc8 v0.1.1
6942026-04-10T18:35:26.665Z Downloaded darling_macro v0.20.11
6952026-04-10T18:35:26.665Z Downloaded foreign-types v0.3.2
6962026-04-10T18:35:26.665Z Downloaded aead v0.5.2
6972026-04-10T18:35:26.666Z Downloaded foreign-types-shared v0.3.1
6982026-04-10T18:35:26.666Z Downloaded cargo-platform v0.1.9
6992026-04-10T18:35:26.666Z Downloaded gethostname v0.5.0
7002026-04-10T18:35:26.670Z Downloaded foreign-types-shared v0.1.1
7012026-04-10T18:35:26.670Z Downloaded foreign-types v0.5.0
7022026-04-10T18:35:26.670Z Downloaded ciborium-ll v0.2.2
7032026-04-10T18:35:26.670Z Downloaded fxhash v0.2.1
7042026-04-10T18:35:26.670Z Downloaded base16ct v0.2.0
7052026-04-10T18:35:26.677Z Downloaded const_format_proc_macros v0.2.34
7062026-04-10T18:35:26.677Z Downloaded buf-list v1.1.2
7072026-04-10T18:35:26.677Z Downloaded filetime v0.2.27
7082026-04-10T18:35:26.677Z Downloaded fallible-iterator v0.2.0
7092026-04-10T18:35:26.677Z Downloaded foldhash v0.2.0
7102026-04-10T18:35:26.677Z Downloaded cipher v0.4.4
7112026-04-10T18:35:26.687Z Downloaded base64ct v1.8.3
7122026-04-10T18:35:26.687Z Downloaded drift v0.1.3
7132026-04-10T18:35:26.696Z Downloaded funty v2.0.0
7142026-04-10T18:35:26.696Z Downloaded crossbeam-utils v0.8.21
7152026-04-10T18:35:26.696Z Downloaded futures-task v0.3.32
7162026-04-10T18:35:26.696Z Downloaded futures-core v0.3.32
7172026-04-10T18:35:26.696Z Downloaded blake3 v1.8.3
7182026-04-10T18:35:26.696Z Downloaded headers-core v0.3.0
7192026-04-10T18:35:26.696Z Downloaded futures-macro v0.3.32
7202026-04-10T18:35:26.697Z Downloaded globwalk v0.9.1
7212026-04-10T18:35:26.703Z Downloaded ghash v0.5.1
7222026-04-10T18:35:26.703Z Downloaded futures-io v0.3.32
7232026-04-10T18:35:26.703Z Downloaded hash32 v0.3.1
7242026-04-10T18:35:26.703Z Downloaded hash32 v0.2.1
7252026-04-10T18:35:26.703Z Downloaded crc32fast v1.5.0
7262026-04-10T18:35:26.703Z Downloaded git-stub v1.0.0
7272026-04-10T18:35:26.703Z Downloaded diesel-dtrace v0.5.0
7282026-04-10T18:35:26.703Z Downloaded arrayvec v0.7.6
7292026-04-10T18:35:26.703Z Downloaded enum-as-inner v0.6.1
7302026-04-10T18:35:26.706Z Downloaded bit-vec v0.8.0
7312026-04-10T18:35:26.706Z Downloaded bcs v0.1.6
7322026-04-10T18:35:26.706Z Downloaded hex v0.4.3
7332026-04-10T18:35:26.706Z Downloaded cargo_metadata v0.19.2
7342026-04-10T18:35:26.706Z Downloaded async-trait v0.1.89
7352026-04-10T18:35:26.709Z Downloaded http-range v0.1.5
7362026-04-10T18:35:26.709Z Downloaded http-body v1.0.1
7372026-04-10T18:35:26.714Z Downloaded constant_time_eq v0.4.2
7382026-04-10T18:35:26.714Z Downloaded bitfield v0.19.4
7392026-04-10T18:35:26.714Z Downloaded hostname v0.3.1
7402026-04-10T18:35:26.718Z Downloaded foldhash v0.1.5
7412026-04-10T18:35:26.718Z Downloaded ena v0.14.4
7422026-04-10T18:35:26.721Z Downloaded compression-codecs v0.4.37
7432026-04-10T18:35:26.724Z Downloaded env_logger v0.11.9
7442026-04-10T18:35:26.729Z Downloaded httpdate v1.0.3
7452026-04-10T18:35:26.729Z Downloaded corncobs v0.1.4
7462026-04-10T18:35:26.729Z Downloaded hubpack_derive v0.1.1
7472026-04-10T18:35:26.732Z Downloaded hyper-tls v0.6.0
7482026-04-10T18:35:26.732Z Downloaded console v0.15.11
7492026-04-10T18:35:26.732Z Downloaded colored v2.2.0
7502026-04-10T18:35:26.736Z Downloaded indoc v1.0.9
7512026-04-10T18:35:26.736Z Downloaded hostname v0.4.2
7522026-04-10T18:35:26.736Z Downloaded home v0.5.12
7532026-04-10T18:35:26.736Z Downloaded indent_write v2.2.0
7542026-04-10T18:35:26.740Z Downloaded daft v0.1.5
7552026-04-10T18:35:26.740Z Downloaded glob v0.3.3
7562026-04-10T18:35:26.740Z Downloaded futures-executor v0.3.32
7572026-04-10T18:35:26.742Z Downloaded fs-err v2.11.0
7582026-04-10T18:35:26.742Z Downloaded crossbeam-channel v0.5.15
7592026-04-10T18:35:26.748Z Downloaded ident_case v1.0.1
7602026-04-10T18:35:26.748Z Downloaded globset v0.4.18
7612026-04-10T18:35:26.748Z Downloaded ff v0.13.1
7622026-04-10T18:35:26.752Z Downloaded cookie_store v0.22.1
7632026-04-10T18:35:26.752Z Downloaded bzip2 v0.6.1
7642026-04-10T18:35:26.752Z Downloaded hubpack v0.1.2
7652026-04-10T18:35:26.752Z Downloaded defmt v1.0.1
7662026-04-10T18:35:26.755Z Downloaded instability v0.3.11
7672026-04-10T18:35:26.755Z Downloaded instant v0.1.13
7682026-04-10T18:35:26.755Z Downloaded inout v0.1.4
7692026-04-10T18:35:26.755Z Downloaded convert_case v0.10.0
7702026-04-10T18:35:26.758Z Downloaded cmake v0.1.57
7712026-04-10T18:35:26.758Z Downloaded is_ci v1.2.0
7722026-04-10T18:35:26.758Z Downloaded ecdsa v0.16.9
7732026-04-10T18:35:26.762Z Downloaded is-terminal v0.4.17
7742026-04-10T18:35:26.762Z Downloaded cbc v0.1.2
7752026-04-10T18:35:26.762Z Downloaded der_derive v0.7.3
7762026-04-10T18:35:26.765Z Downloaded defmt-macros v1.0.1
7772026-04-10T18:35:26.765Z Downloaded lazy_static v1.5.0
7782026-04-10T18:35:26.765Z Downloaded libscf-sys v1.1.0
7792026-04-10T18:35:26.768Z Downloaded lalrpop-util v0.19.12
7802026-04-10T18:35:26.768Z Downloaded hex-literal v0.4.1
7812026-04-10T18:35:26.768Z Downloaded git-stub-vcs v0.1.0
7822026-04-10T18:35:26.771Z Downloaded group v0.13.0
7832026-04-10T18:35:26.771Z Downloaded linked-hash-map v0.5.6
7842026-04-10T18:35:26.775Z Downloaded blake2 v0.10.6
7852026-04-10T18:35:26.775Z Downloaded keccak v0.1.6
7862026-04-10T18:35:26.775Z Downloaded kstat-rs v0.2.4
7872026-04-10T18:35:26.775Z Downloaded highway v1.3.0
7882026-04-10T18:35:26.779Z Downloaded managed v0.8.0
7892026-04-10T18:35:26.782Z Downloaded lru-cache v0.1.2
7902026-04-10T18:35:26.782Z Downloaded deranged v0.5.8
7912026-04-10T18:35:26.782Z Downloaded lru v0.12.5
7922026-04-10T18:35:26.785Z Downloaded colored v3.1.1
7932026-04-10T18:35:26.785Z Downloaded bzip2 v0.4.4
7942026-04-10T18:35:26.789Z Downloaded humantime v2.3.0
7952026-04-10T18:35:26.789Z Downloaded ctr v0.9.2
7962026-04-10T18:35:26.789Z Downloaded des v0.8.1
7972026-04-10T18:35:26.793Z Downloaded derive-ex v0.1.8
7982026-04-10T18:35:26.793Z Downloaded daft-derive v0.1.5
7992026-04-10T18:35:26.793Z Downloaded maplit v1.0.2
8002026-04-10T18:35:26.796Z Downloaded lru-slab v0.1.2
8012026-04-10T18:35:26.796Z Downloaded fs_extra v1.3.0
8022026-04-10T18:35:26.796Z Downloaded clang-sys v1.8.1
8032026-04-10T18:35:26.800Z Downloaded cancel-safe-futures v0.1.5
8042026-04-10T18:35:26.800Z Downloaded mime v0.3.17
8052026-04-10T18:35:26.804Z Downloaded newline-converter v0.3.0
8062026-04-10T18:35:26.804Z Downloaded multimap v0.10.1
8072026-04-10T18:35:26.804Z Downloaded memoffset v0.9.1
8082026-04-10T18:35:26.804Z Downloaded darling v0.20.11
8092026-04-10T18:35:26.807Z Downloaded md5 v0.7.0
8102026-04-10T18:35:26.807Z Downloaded md-5 v0.10.6
8112026-04-10T18:35:26.808Z Downloaded impl-trait-for-tuples v0.2.3
8122026-04-10T18:35:26.812Z Downloaded getrandom v0.2.17
8132026-04-10T18:35:26.812Z Downloaded maybe-uninit v2.0.0
8142026-04-10T18:35:26.812Z Downloaded match_cfg v0.1.0
8152026-04-10T18:35:26.815Z Downloaded hyper-staticfile v0.10.1
8162026-04-10T18:35:26.815Z Downloaded lzss v0.8.2
8172026-04-10T18:35:26.815Z Downloaded ipnetwork v0.21.1
8182026-04-10T18:35:26.815Z Downloaded internet-checksum v0.2.1
8192026-04-10T18:35:26.818Z Downloaded ingot-types v0.1.2
8202026-04-10T18:35:26.818Z Downloaded jobserver v0.1.34
8212026-04-10T18:35:26.818Z Downloaded new_debug_unreachable v1.0.6
8222026-04-10T18:35:26.821Z Downloaded hmac v0.12.1
8232026-04-10T18:35:26.821Z Downloaded nodrop v0.1.14
8242026-04-10T18:35:26.821Z Downloaded newtype_derive v0.1.6
8252026-04-10T18:35:26.825Z Downloaded ingot v0.1.1
8262026-04-10T18:35:26.825Z Downloaded indoc v2.0.7
8272026-04-10T18:35:26.825Z Downloaded libloading v0.8.9
8282026-04-10T18:35:26.828Z Downloaded num-derive v0.3.3
8292026-04-10T18:35:26.828Z Downloaded num-derive v0.4.2
8302026-04-10T18:35:26.831Z Downloaded nibble_vec v0.1.0
8312026-04-10T18:35:26.831Z Downloaded newtype-uuid-macros v0.1.0
8322026-04-10T18:35:26.831Z Downloaded num v0.4.3
8332026-04-10T18:35:26.831Z Downloaded normalize-line-endings v0.3.0
8342026-04-10T18:35:26.834Z Downloaded async-bb8-diesel v0.2.1
8352026-04-10T18:35:26.834Z Downloaded olpc-cjson v0.1.4
8362026-04-10T18:35:26.834Z Downloaded crc-any v2.5.0
8372026-04-10T18:35:26.837Z Downloaded num_threads v0.1.7
8382026-04-10T18:35:26.837Z Downloaded num-conv v0.2.0
8392026-04-10T18:35:26.841Z Downloaded erased-serde v0.3.31
8402026-04-10T18:35:26.841Z Downloaded cookie v0.18.1
8412026-04-10T18:35:26.847Z Downloaded http-body-util v0.1.3
8422026-04-10T18:35:26.850Z Downloaded libefi-sys v0.1.0
8432026-04-10T18:35:26.850Z Downloaded num-iter v0.1.45
8442026-04-10T18:35:26.855Z Downloaded libsw-core v0.3.2
8452026-04-10T18:35:26.858Z Downloaded lock_api v0.4.14
8462026-04-10T18:35:26.858Z Downloaded opaque-debug v0.3.1
8472026-04-10T18:35:26.862Z Downloaded linear-map v1.2.0
8482026-04-10T18:35:26.863Z Downloaded openssl-probe v0.2.1
8492026-04-10T18:35:26.863Z Downloaded httparse v1.10.1
8502026-04-10T18:35:26.866Z Downloaded multer v3.1.0
8512026-04-10T18:35:26.866Z Downloaded derive-where v1.6.0
8522026-04-10T18:35:26.866Z Downloaded openssl-macros v0.1.1
8532026-04-10T18:35:26.869Z Downloaded oso-derive v0.27.3
8542026-04-10T18:35:26.869Z Downloaded packed_struct_codegen v0.10.1
8552026-04-10T18:35:26.873Z Downloaded openssl-probe v0.1.6
8562026-04-10T18:35:26.873Z Downloaded parse-size v1.1.0
8572026-04-10T18:35:26.876Z Downloaded futures v0.3.32
8582026-04-10T18:35:26.879Z Downloaded getrandom v0.4.1
8592026-04-10T18:35:26.882Z Downloaded darling v0.21.3
8602026-04-10T18:35:26.885Z Downloaded iana-time-zone v0.1.65
8612026-04-10T18:35:26.888Z Downloaded native-tls v0.2.18
8622026-04-10T18:35:26.888Z Downloaded ipnet v2.11.0
8632026-04-10T18:35:26.891Z Downloaded hyper-rustls v0.27.7
8642026-04-10T18:35:26.891Z Downloaded nonempty v0.12.0
8652026-04-10T18:35:26.891Z Downloaded newtype-uuid v1.3.2
8662026-04-10T18:35:26.894Z Downloaded libsw v3.5.0
8672026-04-10T18:35:26.894Z Downloaded darling_core v0.21.3
8682026-04-10T18:35:26.896Z Downloaded peg-runtime v0.8.5
8692026-04-10T18:35:26.896Z Downloaded num_enum_derive v0.5.11
8702026-04-10T18:35:26.899Z Downloaded pbkdf2 v0.12.2
8712026-04-10T18:35:26.899Z Downloaded nanorand v0.7.0
8722026-04-10T18:35:26.903Z Downloaded num-integer v0.1.46
8732026-04-10T18:35:26.903Z Downloaded num-complex v0.4.6
8742026-04-10T18:35:26.903Z Downloaded ingot-macros v0.1.1
8752026-04-10T18:35:26.905Z Downloaded phf_shared v0.13.1
8762026-04-10T18:35:26.906Z Downloaded phf_shared v0.12.1
8772026-04-10T18:35:26.906Z Downloaded parse-display v0.10.0
8782026-04-10T18:35:26.906Z Downloaded phf_shared v0.11.3
8792026-04-10T18:35:26.909Z Downloaded darling_core v0.20.11
8802026-04-10T18:35:26.909Z Downloaded fatfs v0.3.6
8812026-04-10T18:35:26.912Z Downloaded path-slash v0.1.5
8822026-04-10T18:35:26.912Z Downloaded bytes v1.11.1
8832026-04-10T18:35:26.915Z Downloaded nu-ansi-term v0.50.3
8842026-04-10T18:35:26.918Z Downloaded half v1.8.3
8852026-04-10T18:35:26.918Z Downloaded compact_str v0.8.1
8862026-04-10T18:35:26.921Z Downloaded allocator-api2 v0.2.21
8872026-04-10T18:35:26.921Z Downloaded chacha20poly1305 v0.10.1
8882026-04-10T18:35:26.924Z Downloaded const_format v0.2.35
8892026-04-10T18:35:26.927Z Downloaded num-rational v0.4.2
8902026-04-10T18:35:26.931Z Downloaded num_enum_derive v0.7.5
8912026-04-10T18:35:26.934Z Downloaded memmap2 v0.9.10
8922026-04-10T18:35:26.934Z Downloaded indexmap v1.9.3
8932026-04-10T18:35:26.937Z Downloaded oxnet v0.1.4
8942026-04-10T18:35:26.937Z Downloaded num_enum v0.7.5
8952026-04-10T18:35:26.941Z Downloaded flume v0.11.1
8962026-04-10T18:35:26.944Z Downloaded darling_core v0.23.0
8972026-04-10T18:35:26.948Z Downloaded darling v0.23.0
8982026-04-10T18:35:26.948Z Downloaded predicates-tree v1.0.13
8992026-04-10T18:35:26.951Z Downloaded predicates-core v1.0.10
9002026-04-10T18:35:26.951Z Downloaded precomputed-hash v0.1.1
9012026-04-10T18:35:26.951Z Downloaded powerfmt v0.2.0
9022026-04-10T18:35:26.951Z Downloaded num_enum v0.5.11
9032026-04-10T18:35:26.967Z Downloaded proc-macro-error-attr2 v2.0.0
9042026-04-10T18:35:26.971Z Downloaded proc-macro-crate v3.4.0
9052026-04-10T18:35:26.971Z Downloaded proc-macro-crate v1.3.1
9062026-04-10T18:35:26.971Z Downloaded oxide-tokio-rt v0.1.3
9072026-04-10T18:35:26.971Z Downloaded owo-colors v4.3.0
9082026-04-10T18:35:26.974Z Downloaded mime_guess v2.0.5
9092026-04-10T18:35:26.974Z Downloaded ignore v0.4.25
9102026-04-10T18:35:26.977Z Downloaded progenitor-macro v0.11.2
9112026-04-10T18:35:26.977Z Downloaded progenitor-client v0.11.2
9122026-04-10T18:35:26.977Z Downloaded progenitor-client v0.10.0
9132026-04-10T18:35:26.977Z Downloaded peg-macros v0.8.5
9142026-04-10T18:35:26.980Z Downloaded peg v0.8.5
9152026-04-10T18:35:26.983Z Downloaded psl-types v2.0.11
9162026-04-10T18:35:26.983Z Downloaded phf v0.13.1
9172026-04-10T18:35:26.983Z Downloaded progenitor-macro v0.13.0
9182026-04-10T18:35:26.986Z Downloaded phf v0.12.1
9192026-04-10T18:35:26.986Z Downloaded pem-rfc7468 v0.7.0
9202026-04-10T18:35:26.986Z Downloaded pbkdf2 v0.11.0
9212026-04-10T18:35:26.989Z Downloaded paste v1.0.15
9222026-04-10T18:35:26.989Z Downloaded quick-error v1.2.3
9232026-04-10T18:35:26.992Z Downloaded litrs v1.0.0
9242026-04-10T18:35:26.992Z Downloaded half v2.7.1
9252026-04-10T18:35:26.995Z Downloaded base64 v0.22.1
9262026-04-10T18:35:26.998Z Downloaded pin-project-lite v0.2.17
9272026-04-10T18:35:26.998Z Downloaded pin-project-internal v1.1.11
9282026-04-10T18:35:27.004Z Downloaded libbz2-rs-sys v0.2.2
9292026-04-10T18:35:27.004Z Downloaded radium v0.7.0
9302026-04-10T18:35:27.004Z Downloaded rand_chacha v0.3.1
9312026-04-10T18:35:27.008Z Downloaded pin-utils v0.1.0
9322026-04-10T18:35:27.008Z Downloaded omicron-zone-package v0.12.2
9332026-04-10T18:35:27.008Z Downloaded heapless v0.7.17
9342026-04-10T18:35:27.008Z Downloaded arc-swap v1.8.2
9352026-04-10T18:35:27.015Z Downloaded postgres-protocol v0.6.10
9362026-04-10T18:35:27.016Z Downloaded crypto-bigint v0.5.5
9372026-04-10T18:35:27.021Z Downloaded poly1305 v0.8.0
9382026-04-10T18:35:27.021Z Downloaded primeorder v0.13.6
9392026-04-10T18:35:27.021Z Downloaded rand_xorshift v0.4.0
9402026-04-10T18:35:27.021Z Downloaded predicates v3.1.4
9412026-04-10T18:35:27.021Z Downloaded ppv-lite86 v0.2.21
9422026-04-10T18:35:27.030Z Downloaded pkg-config v0.3.32
9432026-04-10T18:35:27.030Z Downloaded parking_lot v0.12.5
9442026-04-10T18:35:27.030Z Downloaded ref-cast-impl v1.0.25
9452026-04-10T18:35:27.030Z Downloaded ref-cast v1.0.25
9462026-04-10T18:35:27.030Z Downloaded packed_struct v0.10.1
9472026-04-10T18:35:27.030Z Downloaded recursive v0.1.1
9482026-04-10T18:35:27.030Z Downloaded derive_more v2.1.1
9492026-04-10T18:35:27.034Z Downloaded recursive-proc-macro-impl v0.1.1
9502026-04-10T18:35:27.037Z Downloaded progenitor v0.11.2
9512026-04-10T18:35:27.037Z Downloaded progenitor v0.10.0
9522026-04-10T18:35:27.037Z Downloaded psm v0.1.30
9532026-04-10T18:35:27.040Z Downloaded parking_lot_core v0.9.12
9542026-04-10T18:35:27.040Z Downloaded indicatif v0.18.4
9552026-04-10T18:35:27.043Z Downloaded progenitor-extras v0.1.1
9562026-04-10T18:35:27.047Z Downloaded rfc6979 v0.4.0
9572026-04-10T18:35:27.047Z Downloaded russh-cryptovec v0.7.3
9582026-04-10T18:35:27.047Z Downloaded progenitor-client v0.13.0
9592026-04-10T18:35:27.047Z Downloaded pem v3.0.6
9602026-04-10T18:35:27.050Z Downloaded parking_lot v0.11.2
9612026-04-10T18:35:27.050Z Downloaded hickory-resolver v0.25.2
9622026-04-10T18:35:27.053Z Downloaded cc v1.2.56
9632026-04-10T18:35:27.053Z Downloaded rtoolbox v0.0.3
9642026-04-10T18:35:27.056Z Downloaded async-compression v0.4.41
9652026-04-10T18:35:27.059Z Downloaded heapless v0.8.0
9662026-04-10T18:35:27.059Z Downloaded flate2 v1.1.9
9672026-04-10T18:35:27.062Z Downloaded rustc_version v0.1.7
9682026-04-10T18:35:27.066Z Downloaded diesel_derives v2.3.7
9692026-04-10T18:35:27.069Z Downloaded rustc-hash v2.1.1
9702026-04-10T18:35:27.069Z Downloaded rand_core v0.6.4
9712026-04-10T18:35:27.069Z Downloaded rustc_version v0.4.1
9722026-04-10T18:35:27.072Z Downloaded pkcs5 v0.7.1
9732026-04-10T18:35:27.072Z Downloaded pkcs1 v0.7.5
9742026-04-10T18:35:27.075Z Downloaded rand_chacha v0.9.0
9752026-04-10T18:35:27.075Z Downloaded polyval v0.6.2
9762026-04-10T18:35:27.075Z Downloaded postcard v1.1.3
9772026-04-10T18:35:27.079Z Downloaded hickory-resolver v0.24.4
9782026-04-10T18:35:27.083Z Downloaded expectorate v1.2.0
9792026-04-10T18:35:27.083Z Downloaded rand_seeder v0.4.0
9802026-04-10T18:35:27.083Z Downloaded r2d2 v0.8.10
9812026-04-10T18:35:27.086Z Downloaded rand_core v0.10.0
9822026-04-10T18:35:27.086Z Downloaded p256 v0.13.2
9832026-04-10T18:35:27.086Z Downloaded rand_core v0.9.5
9842026-04-10T18:35:27.089Z Downloaded salsa20 v0.10.2
9852026-04-10T18:35:27.089Z Downloaded pkcs8 v0.10.2
9862026-04-10T18:35:27.093Z Downloaded papergrid v0.17.0
9872026-04-10T18:35:27.093Z Downloaded scroll_derive v0.13.1
9882026-04-10T18:35:27.096Z Downloaded same-file v1.0.6
9892026-04-10T18:35:27.096Z Downloaded miniz_oxide v0.8.9
9902026-04-10T18:35:27.096Z Downloaded dropshot-api-manager v0.6.0
9912026-04-10T18:35:27.099Z Downloaded proc-macro-error2 v2.0.1
9922026-04-10T18:35:27.102Z Downloaded progenitor v0.13.0
9932026-04-10T18:35:27.102Z Downloaded jiff-static v0.2.21
9942026-04-10T18:35:27.105Z Downloaded oso v0.27.3
9952026-04-10T18:35:27.105Z Downloaded password-hash v0.5.0
9962026-04-10T18:35:27.108Z Downloaded password-hash v0.4.2
9972026-04-10T18:35:27.108Z Downloaded scheduled-thread-pool v0.2.7
9982026-04-10T18:35:27.108Z Downloaded parking_lot_core v0.8.6
9992026-04-10T18:35:27.111Z Downloaded progenitor-macro v0.10.0
10002026-04-10T18:35:27.111Z Downloaded secrecy v0.10.3
10012026-04-10T18:35:27.111Z Downloaded secrecy v0.8.0
10022026-04-10T18:35:27.114Z Downloaded scopeguard v1.2.0
10032026-04-10T18:35:27.114Z Downloaded serde-big-array v0.5.1
10042026-04-10T18:35:27.114Z Downloaded resolv-conf v0.7.6
10052026-04-10T18:35:27.117Z Downloaded parse-display-derive v0.10.0
10062026-04-10T18:35:27.117Z Downloaded seq-macro v0.3.6
10072026-04-10T18:35:27.117Z Downloaded derive_more-impl v2.1.1
10082026-04-10T18:35:27.120Z Downloaded serde_bytes v0.11.19
10092026-04-10T18:35:27.123Z Downloaded semver v0.1.20
10102026-04-10T18:35:27.123Z Downloaded bumpalo v3.20.2
10112026-04-10T18:35:27.123Z Downloaded headers v0.4.1
10122026-04-10T18:35:27.127Z Downloaded quinn-udp v0.5.14
10132026-04-10T18:35:27.131Z Downloaded pin-project v1.1.11
10142026-04-10T18:35:27.135Z Downloaded serde_urlencoded v0.7.1
10152026-04-10T18:35:27.140Z Downloaded serde_spanned v1.0.4
10162026-04-10T18:35:27.140Z Downloaded serde_repr v0.1.20
10172026-04-10T18:35:27.140Z Downloaded sha1 v0.10.6
10182026-04-10T18:35:27.140Z Downloaded postgres-types v0.2.12
10192026-04-10T18:35:27.144Z Downloaded siphasher v1.0.2
10202026-04-10T18:35:27.144Z Downloaded shell-words v1.1.1
10212026-04-10T18:35:27.144Z Downloaded serde_plain v1.0.2
10222026-04-10T18:35:27.144Z Downloaded rustls-pemfile v2.2.0
10232026-04-10T18:35:27.144Z Downloaded signature v2.2.0
10242026-04-10T18:35:27.147Z Downloaded rustls-pemfile v1.0.4
10252026-04-10T18:35:27.147Z Downloaded futures-channel v0.3.32
10262026-04-10T18:35:27.147Z Downloaded ed25519-dalek v2.2.0
10272026-04-10T18:35:27.150Z Downloaded prefix-trie v0.7.0
10282026-04-10T18:35:27.154Z Downloaded der v0.7.10
10292026-04-10T18:35:27.154Z Downloaded signal-hook-tokio v0.3.1
10302026-04-10T18:35:27.159Z Downloaded signal-hook-mio v0.2.5
10312026-04-10T18:35:27.159Z Downloaded rustversion v1.0.22
10322026-04-10T18:35:27.160Z Downloaded scrypt v0.11.0
10332026-04-10T18:35:27.160Z Downloaded rusty-fork v0.3.1
10342026-04-10T18:35:27.166Z Downloaded crossterm v0.28.1
10352026-04-10T18:35:27.166Z Downloaded slog-bunyan v2.5.0
10362026-04-10T18:35:27.170Z Downloaded schemars_derive v0.8.22
10372026-04-10T18:35:27.170Z Downloaded dropshot_endpoint v0.17.0
10382026-04-10T18:35:27.170Z Downloaded sapling-renderdag v0.1.0
10392026-04-10T18:35:27.170Z Downloaded sigpipe v0.1.3
10402026-04-10T18:35:27.170Z Downloaded sct v0.7.1
10412026-04-10T18:35:27.173Z Downloaded hickory-server v0.25.2
10422026-04-10T18:35:27.176Z Downloaded slog-envlogger v2.2.0
10432026-04-10T18:35:27.176Z Downloaded serde_path_to_error v0.1.20
10442026-04-10T18:35:27.176Z Downloaded progenitor-impl v0.11.2
10452026-04-10T18:35:27.180Z Downloaded progenitor-impl v0.10.0
10462026-04-10T18:35:27.180Z Downloaded sec1 v0.7.3
10472026-04-10T18:35:27.183Z Downloaded scroll v0.13.0
10482026-04-10T18:35:27.187Z Downloaded aes v0.8.4
10492026-04-10T18:35:27.191Z Downloaded rustls-native-certs v0.8.3
10502026-04-10T18:35:27.194Z Downloaded serde_derive_internals v0.29.1
10512026-04-10T18:35:27.199Z Downloaded ssh-cipher v0.2.0
10522026-04-10T18:35:27.201Z Downloaded ssh-encoding v0.2.0
10532026-04-10T18:35:27.201Z Downloaded hyper-util v0.1.20
10542026-04-10T18:35:27.204Z Downloaded http v1.4.0
10552026-04-10T18:35:27.204Z Downloaded sqlparser_derive v0.5.0
10562026-04-10T18:35:27.208Z Downloaded serde-hex v0.1.0
10572026-04-10T18:35:27.208Z Downloaded russh-keys v0.45.0
10582026-04-10T18:35:27.212Z Downloaded slab v0.4.12
10592026-04-10T18:35:27.215Z Downloaded simd-adler32 v0.3.8
10602026-04-10T18:35:27.215Z Downloaded structmeta-derive v0.3.0
10612026-04-10T18:35:27.215Z Downloaded structmeta v0.3.0
10622026-04-10T18:35:27.218Z Downloaded minimal-lexical v0.2.1
10632026-04-10T18:35:27.218Z Downloaded prettyplease v0.2.37
10642026-04-10T18:35:27.222Z Downloaded strip-ansi-escapes v0.2.1
10652026-04-10T18:35:27.222Z Downloaded shlex v1.3.0
10662026-04-10T18:35:27.225Z Downloaded strum v0.26.3
10672026-04-10T18:35:27.225Z Downloaded rustls-pki-types v1.14.0
10682026-04-10T18:35:27.235Z Downloaded strum v0.27.2
10692026-04-10T18:35:27.238Z Downloaded slog-dtrace v0.3.0
10702026-04-10T18:35:27.238Z Downloaded ron v0.8.1
10712026-04-10T18:35:27.238Z Downloaded slog-async v2.8.0
10722026-04-10T18:35:27.238Z Downloaded sync_wrapper v1.0.2
10732026-04-10T18:35:27.241Z Downloaded tap v1.0.1
10742026-04-10T18:35:27.241Z Downloaded take_mut v0.2.2
10752026-04-10T18:35:27.241Z Downloaded tabwriter v1.4.1
10762026-04-10T18:35:27.245Z Downloaded rcgen v0.12.1
10772026-04-10T18:35:27.245Z Downloaded supports-color v3.0.2
10782026-04-10T18:35:27.245Z Downloaded tabled_derive v0.11.0
10792026-04-10T18:35:27.250Z Downloaded hashbrown v0.13.2
10802026-04-10T18:35:27.250Z Downloaded spki v0.7.3
10812026-04-10T18:35:27.254Z Downloaded slog-stdlog v4.1.1
10822026-04-10T18:35:27.254Z Downloaded slog-scope v4.4.1
10832026-04-10T18:35:27.254Z Downloaded sync-ptr v0.1.4
10842026-04-10T18:35:27.254Z Downloaded num-bigint v0.4.6
10852026-04-10T18:35:27.257Z Downloaded termtree v0.5.1
10862026-04-10T18:35:27.257Z Downloaded tagptr v0.2.0
10872026-04-10T18:35:27.257Z Downloaded slog-json v2.6.1
10882026-04-10T18:35:27.260Z Downloaded smf v0.2.3
10892026-04-10T18:35:27.260Z Downloaded itertools v0.10.5
10902026-04-10T18:35:27.264Z Downloaded hashbrown v0.12.3
10912026-04-10T18:35:27.267Z Downloaded snafu-derive v0.8.9
10922026-04-10T18:35:27.267Z Downloaded static_assertions v1.1.0
10932026-04-10T18:35:27.267Z Downloaded serde_cbor v0.11.2
10942026-04-10T18:35:27.270Z Downloaded thiserror-impl-no-std v2.0.2
10952026-04-10T18:35:27.270Z Downloaded testing_table v0.3.0
10962026-04-10T18:35:27.272Z Downloaded openssl-sys v0.9.111
10972026-04-10T18:35:27.277Z Downloaded serde_with_macros v3.17.0
10982026-04-10T18:35:27.280Z Downloaded stringprep v0.1.5
10992026-04-10T18:35:27.283Z Downloaded stacker v0.1.23
11002026-04-10T18:35:27.283Z Downloaded time-core v0.1.8
11012026-04-10T18:35:27.283Z Downloaded string_cache v0.8.9
11022026-04-10T18:35:27.288Z Downloaded thread-id v5.1.0
11032026-04-10T18:35:27.292Z Downloaded mio v1.1.1
11042026-04-10T18:35:27.295Z Downloaded rustls-platform-verifier v0.6.2
11052026-04-10T18:35:27.299Z Downloaded schemars v0.8.22
11062026-04-10T18:35:27.316Z Downloaded strum_macros v0.24.3
11072026-04-10T18:35:27.321Z Downloaded aes-gcm v0.10.3
11082026-04-10T18:35:27.321Z Downloaded strum_macros v0.27.2
11092026-04-10T18:35:27.321Z Downloaded ryu v1.0.23
11102026-04-10T18:35:27.321Z Downloaded support-bundle-viewer v0.1.2
11112026-04-10T18:35:27.321Z Downloaded subtle v2.6.1
11122026-04-10T18:35:27.321Z Downloaded strum_macros v0.26.4
11132026-04-10T18:35:27.321Z Downloaded nom v7.1.3
11142026-04-10T18:35:27.321Z Downloaded tinyvec_macros v0.1.1
11152026-04-10T18:35:27.324Z Downloaded termios v0.3.3
11162026-04-10T18:35:27.328Z Downloaded smallvec v0.6.14
11172026-04-10T18:35:27.328Z Downloaded quinn v0.11.9
11182026-04-10T18:35:27.334Z Downloaded hashbrown v0.15.5
11192026-04-10T18:35:27.338Z Downloaded spin v0.9.8
11202026-04-10T18:35:27.338Z Downloaded qorb v0.4.1
11212026-04-10T18:35:27.338Z Downloaded slog-term v2.9.2
11222026-04-10T18:35:27.341Z Downloaded sqlformat v0.3.5
11232026-04-10T18:35:27.341Z Downloaded rand v0.8.5
11242026-04-10T18:35:27.344Z Downloaded bitvec v1.0.1
11252026-04-10T18:35:27.351Z Downloaded tiny-keccak v2.0.2
11262026-04-10T18:35:27.354Z Downloaded time-macros v0.2.27
11272026-04-10T18:35:27.354Z Downloaded tower-service v0.3.3
11282026-04-10T18:35:27.354Z Downloaded tower-layer v0.3.3
11292026-04-10T18:35:27.358Z Downloaded topological-sort v0.2.2
11302026-04-10T18:35:27.358Z Downloaded typify-macro v0.6.1
11312026-04-10T18:35:27.358Z Downloaded thread_local v1.1.9
11322026-04-10T18:35:27.358Z Downloaded rayon-core v1.13.0
11332026-04-10T18:35:27.362Z Downloaded pretty_assertions v1.4.1
11342026-04-10T18:35:27.362Z Downloaded thiserror-no-std v2.0.2
11352026-04-10T18:35:27.365Z Downloaded trait-variant v0.1.2
11362026-04-10T18:35:27.365Z Downloaded tls_codec_derive v0.4.2
11372026-04-10T18:35:27.365Z Downloaded unarray v0.1.4
11382026-04-10T18:35:27.369Z Downloaded iri-string v0.7.10
11392026-04-10T18:35:27.372Z Downloaded signal-hook v0.3.18
11402026-04-10T18:35:27.372Z Downloaded progenitor-impl v0.13.0
11412026-04-10T18:35:27.375Z Downloaded similar v2.7.0
11422026-04-10T18:35:27.379Z Downloaded iddqd v0.3.17
11432026-04-10T18:35:27.384Z Downloaded unicode-truncate v1.1.0
11442026-04-10T18:35:27.384Z Downloaded tls_codec v0.4.2
11452026-04-10T18:35:27.388Z Downloaded tokio-rustls v0.25.0
11462026-04-10T18:35:27.388Z Downloaded term v0.7.0
11472026-04-10T18:35:27.388Z Downloaded slog v2.8.2
11482026-04-10T18:35:27.394Z Downloaded untrusted v0.9.0
11492026-04-10T18:35:27.394Z Downloaded universal-hash v0.5.1
11502026-04-10T18:35:27.394Z Downloaded num-bigint-dig v0.8.6
11512026-04-10T18:35:27.401Z Downloaded tokio-tungstenite v0.21.0
11522026-04-10T18:35:27.401Z Downloaded typify-macro v0.4.3
11532026-04-10T18:35:27.402Z Downloaded try-lock v0.2.5
11542026-04-10T18:35:27.402Z Downloaded signal-hook-registry v1.4.8
11552026-04-10T18:35:27.402Z Downloaded serde_yaml v0.9.34+deprecated
11562026-04-10T18:35:27.402Z Downloaded utf-8 v0.7.6
11572026-04-10T18:35:27.407Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-04-10T18:35:27.407Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-04-10T18:35:27.407Z Downloaded libxml v0.3.3
11602026-04-10T18:35:27.410Z Downloaded socket2 v0.6.2
11612026-04-10T18:35:27.411Z Downloaded term v1.2.1
11622026-04-10T18:35:27.411Z Downloaded toml_writer v1.0.6+spec-1.1.0
11632026-04-10T18:35:27.414Z Downloaded usdt v0.6.0
11642026-04-10T18:35:27.417Z Downloaded socket2 v0.5.10
11652026-04-10T18:35:27.420Z Downloaded aho-corasick v1.1.4
11662026-04-10T18:35:27.423Z Downloaded tokio-rustls v0.24.1
11672026-04-10T18:35:27.427Z Downloaded tokio-dtrace v0.1.1
11682026-04-10T18:35:27.427Z Downloaded rsa v0.9.10
11692026-04-10T18:35:27.430Z Downloaded unit-prefix v0.5.2
11702026-04-10T18:35:27.430Z Downloaded hyper v1.8.1
11712026-04-10T18:35:27.433Z Downloaded want v0.3.1
11722026-04-10T18:35:27.433Z Downloaded waitgroup v0.1.2
11732026-04-10T18:35:27.436Z Downloaded void v1.0.2
11742026-04-10T18:35:27.436Z Downloaded usdt-attr-macro v0.6.0
11752026-04-10T18:35:27.436Z Downloaded untrusted v0.7.1
11762026-04-10T18:35:27.436Z Downloaded tui-tree-widget v0.23.1
11772026-04-10T18:35:27.441Z Downloaded tokio-native-tls v0.3.1
11782026-04-10T18:35:27.441Z Downloaded itertools v0.14.0
11792026-04-10T18:35:27.444Z Downloaded rand v0.9.2
11802026-04-10T18:35:27.447Z Downloaded samael v0.0.19
11812026-04-10T18:35:27.451Z Downloaded unicase v2.9.0
11822026-04-10T18:35:27.451Z Downloaded tokio-macros v2.6.0
11832026-04-10T18:35:27.451Z Downloaded subprocess v0.2.15
11842026-04-10T18:35:27.454Z Downloaded snafu v0.8.9
11852026-04-10T18:35:27.457Z Downloaded schemars v1.2.1
11862026-04-10T18:35:27.464Z Downloaded xattr v1.6.1
11872026-04-10T18:35:27.469Z Downloaded itertools v0.12.1
11882026-04-10T18:35:27.475Z Downloaded usdt-macro v0.6.0
11892026-04-10T18:35:27.475Z Downloaded tokio-tungstenite v0.23.1
11902026-04-10T18:35:27.475Z Downloaded xshell-macros v0.2.7
11912026-04-10T18:35:27.475Z Downloaded zeroize_derive v1.4.3
11922026-04-10T18:35:27.475Z Downloaded tokio-stream v0.1.18
11932026-04-10T18:35:27.480Z Downloaded tokio-rustls v0.26.4
11942026-04-10T18:35:27.480Z Downloaded itertools v0.13.0
11952026-04-10T18:35:27.480Z Downloaded toml_parser v1.0.9+spec-1.1.0
11962026-04-10T18:35:27.484Z Downloaded usdt-impl v0.6.0
11972026-04-10T18:35:27.484Z Downloaded test-strategy v0.4.5
11982026-04-10T18:35:27.484Z Downloaded futures-util v0.3.32
11992026-04-10T18:35:27.489Z Downloaded zone_cfg_derive v0.3.1
12002026-04-10T18:35:27.493Z Downloaded vergen-git2 v1.0.7
12012026-04-10T18:35:27.493Z Downloaded tracing-attributes v0.1.31
12022026-04-10T18:35:27.493Z Downloaded publicsuffix v2.3.0
12032026-04-10T18:35:27.496Z Downloaded rustls-webpki v0.103.9
12042026-04-10T18:35:27.499Z Downloaded twox-hash v2.1.2
12052026-04-10T18:35:27.502Z Downloaded uzers v0.12.2
12062026-04-10T18:35:27.506Z Downloaded vsss-rs v3.3.4
12072026-04-10T18:35:27.506Z Downloaded wait-timeout v0.2.1
12082026-04-10T18:35:27.509Z Downloaded zone v0.3.1
12092026-04-10T18:35:27.509Z Downloaded whoami v1.6.1
12102026-04-10T18:35:27.509Z Downloaded tinyvec v1.10.0
12112026-04-10T18:35:27.512Z Downloaded schemars v0.9.0
12122026-04-10T18:35:27.516Z Downloaded tar v0.4.45
12132026-04-10T18:35:27.519Z Downloaded walkdir v2.5.0
12142026-04-10T18:35:27.519Z Downloaded rand v0.10.0
12152026-04-10T18:35:27.522Z Downloaded xshell v0.2.7
12162026-04-10T18:35:27.522Z Downloaded russh v0.45.0
12172026-04-10T18:35:27.526Z Downloaded toml v0.7.8
12182026-04-10T18:35:27.529Z Downloaded libm v0.2.16
12192026-04-10T18:35:27.532Z Downloaded wyz v0.5.1
12202026-04-10T18:35:27.537Z Downloaded h2 v0.4.13
12212026-04-10T18:35:27.545Z Downloaded vergen v9.0.6
12222026-04-10T18:35:27.548Z Downloaded hkdf v0.12.4
12232026-04-10T18:35:27.548Z Downloaded vergen-lib v0.1.6
12242026-04-10T18:35:27.552Z Downloaded steno v0.4.1
12252026-04-10T18:35:27.555Z Downloaded tungstenite v0.21.0
12262026-04-10T18:35:27.558Z Downloaded zeroize v1.8.2
12272026-04-10T18:35:27.558Z Downloaded tracing-core v0.1.36
12282026-04-10T18:35:27.562Z Downloaded typify v0.6.1
12292026-04-10T18:35:27.565Z Downloaded zstd-safe v7.2.4
12302026-04-10T18:35:27.565Z Downloaded rustyline v14.0.0
12312026-04-10T18:35:27.568Z Downloaded p521 v0.13.3
12322026-04-10T18:35:27.568Z Downloaded unicode-properties v0.1.4
12332026-04-10T18:35:27.571Z Downloaded typify v0.4.3
12342026-04-10T18:35:27.574Z Downloaded unicode-bidi v0.3.18
12352026-04-10T18:35:27.574Z Downloaded unsafe-libyaml v0.2.11
12362026-04-10T18:35:27.578Z Downloaded toml v0.9.12+spec-1.1.0
12372026-04-10T18:35:27.581Z Downloaded whoami v2.1.0
12382026-04-10T18:35:27.581Z Downloaded yasna v0.5.2
12392026-04-10T18:35:27.584Z Downloaded toml_edit v0.23.10+spec-1.0.0
12402026-04-10T18:35:27.589Z Downloaded tungstenite v0.23.0
12412026-04-10T18:35:27.594Z Downloaded vergen-gitcl v1.0.8
12422026-04-10T18:35:27.602Z Downloaded reedline v0.40.0
12432026-04-10T18:35:27.606Z Downloaded toml v1.0.6+spec-1.1.0
12442026-04-10T18:35:27.615Z Downloaded zstd v0.13.3
12452026-04-10T18:35:27.618Z Downloaded toml_edit v0.19.15
12462026-04-10T18:35:27.627Z Downloaded vte v0.14.1
12472026-04-10T18:35:27.630Z Downloaded uuid v1.23.0
12482026-04-10T18:35:27.633Z Downloaded tokio-postgres v0.7.16
12492026-04-10T18:35:27.639Z Downloaded ssh-key v0.6.7
12502026-04-10T18:35:27.652Z Downloaded yansi v1.0.1
12512026-04-10T18:35:27.655Z Downloaded unicode_categories v0.1.1
12522026-04-10T18:35:27.658Z Downloaded zerocopy v0.6.6
12532026-04-10T18:35:27.658Z Downloaded zip v0.6.6
12542026-04-10T18:35:27.662Z Downloaded aws-lc-rs v1.16.0
12552026-04-10T18:35:27.667Z Downloaded zopfli v0.8.3
12562026-04-10T18:35:27.672Z Downloaded p384 v0.13.1
12572026-04-10T18:35:27.676Z Downloaded reqwest v0.12.28
12582026-04-10T18:35:27.679Z Downloaded rpassword v7.4.0
12592026-04-10T18:35:27.682Z Downloaded git2 v0.20.4
12602026-04-10T18:35:27.690Z Downloaded unicode-segmentation v1.12.0
12612026-04-10T18:35:27.696Z Downloaded reqwest v0.13.2
12622026-04-10T18:35:27.696Z Downloaded bindgen v0.71.1
12632026-04-10T18:35:27.699Z Downloaded regex v1.12.3
12642026-04-10T18:35:27.702Z Downloaded rayon v1.11.0
12652026-04-10T18:35:27.707Z Downloaded rustls-webpki v0.101.7
12662026-04-10T18:35:27.715Z Downloaded typed-path v0.9.3
12672026-04-10T18:35:27.729Z Downloaded moka v0.12.13
12682026-04-10T18:35:27.733Z Downloaded portable-atomic v1.13.1
12692026-04-10T18:35:27.737Z Downloaded quick-xml v0.37.5
12702026-04-10T18:35:27.741Z Downloaded lalrpop v0.19.12
12712026-04-10T18:35:27.747Z Downloaded tower-http v0.6.8
12722026-04-10T18:35:27.751Z Downloaded zerocopy-derive v0.8.40
12732026-04-10T18:35:27.757Z Downloaded tower v0.5.3
12742026-04-10T18:35:27.761Z Downloaded rustls-webpki v0.102.8
12752026-04-10T18:35:27.780Z Downloaded zip v4.6.1
12762026-04-10T18:35:27.787Z Downloaded x509-cert v0.2.5
12772026-04-10T18:35:27.787Z Downloaded proptest v1.10.0
12782026-04-10T18:35:27.787Z Downloaded salty v0.3.0
12792026-04-10T18:35:27.790Z Downloaded object v0.30.4
12802026-04-10T18:35:27.793Z Downloaded chrono v0.4.44
12812026-04-10T18:35:27.797Z Downloaded radix_trie v0.2.1
12822026-04-10T18:35:27.804Z Downloaded goblin v0.10.5
12832026-04-10T18:35:27.815Z Downloaded serde_with v3.17.0
12842026-04-10T18:35:27.821Z Downloaded winnow v0.6.26
12852026-04-10T18:35:27.826Z Downloaded tough v0.20.0
12862026-04-10T18:35:27.831Z Downloaded polar-core v0.27.3
12872026-04-10T18:35:27.835Z Downloaded tabled v0.20.0
12882026-04-10T18:35:27.845Z Downloaded tokio-util v0.7.18
12892026-04-10T18:35:27.849Z Downloaded unicode-normalization v0.1.25
12902026-04-10T18:35:27.852Z Downloaded openssl v0.10.75
12912026-04-10T18:35:27.857Z Downloaded bstr v1.12.1
12922026-04-10T18:35:27.861Z Downloaded hickory-proto v0.24.4
12932026-04-10T18:35:27.870Z Downloaded nix v0.31.1
12942026-04-10T18:35:27.877Z Downloaded smoltcp v0.9.1
12952026-04-10T18:35:27.882Z Downloaded curve25519-dalek v4.1.3
12962026-04-10T18:35:27.887Z Downloaded nix v0.27.1
12972026-04-10T18:35:27.893Z Downloaded vcpkg v0.2.15
12982026-04-10T18:35:27.916Z Downloaded winnow v0.5.40
12992026-04-10T18:35:27.920Z Downloaded quinn-proto v0.11.13
13002026-04-10T18:35:27.923Z Downloaded petname v2.0.2
13012026-04-10T18:35:27.926Z Downloaded dropshot v0.16.7
13022026-04-10T18:35:27.961Z Downloaded nix v0.29.0
13032026-04-10T18:35:27.968Z Downloaded rustls v0.21.12
13042026-04-10T18:35:27.975Z Downloaded regex-syntax v0.6.29
13052026-04-10T18:35:27.988Z Downloaded sqlparser v0.61.0
13062026-04-10T18:35:27.995Z Downloaded dropshot v0.17.0
13072026-04-10T18:35:28.006Z Downloaded nix v0.28.0
13082026-04-10T18:35:28.015Z Downloaded sled v0.34.7
13092026-04-10T18:35:28.020Z Downloaded time v0.3.47
13102026-04-10T18:35:28.026Z Downloaded zlib-rs v0.6.2
13112026-04-10T18:35:28.030Z Downloaded typify-impl v0.6.1
13122026-04-10T18:35:28.039Z Downloaded webpki-roots v1.0.6
13132026-04-10T18:35:28.042Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-04-10T18:35:28.047Z Downloaded typify-impl v0.4.3
13152026-04-10T18:35:28.056Z Downloaded regress v0.10.5
13162026-04-10T18:35:28.061Z Downloaded zerocopy v0.8.40
13172026-04-10T18:35:28.066Z Downloaded hickory-proto v0.25.2
13182026-04-10T18:35:28.082Z Downloaded rustls v0.22.4
13192026-04-10T18:35:28.090Z Downloaded smoltcp v0.11.0
13202026-04-10T18:35:28.094Z Downloaded regex-syntax v0.8.10
13212026-04-10T18:35:28.094Z Downloaded chrono-tz v0.10.4
13222026-04-10T18:35:28.104Z Downloaded rustls v0.23.37
13232026-04-10T18:35:28.110Z Downloaded diesel v2.3.7
13242026-04-10T18:35:28.122Z Downloaded rustix v0.38.44
13252026-04-10T18:35:28.134Z Downloaded openapiv3 v2.2.0
13262026-04-10T18:35:28.140Z Downloaded ratatui v0.29.0
13272026-04-10T18:35:28.150Z Downloaded tracing v0.1.44
13282026-04-10T18:35:28.162Z Downloaded object v0.37.3
13292026-04-10T18:35:28.184Z Downloaded tokio v1.50.0
13302026-04-10T18:35:28.259Z Downloaded regex-automata v0.4.14
13312026-04-10T18:35:28.267Z Downloaded zerocopy-derive v0.6.6
13322026-04-10T18:35:28.320Z Downloaded jiff v0.2.21
13332026-04-10T18:35:28.327Z Downloaded petgraph v0.6.5
13342026-04-10T18:35:28.339Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-04-10T18:35:28.377Z Downloaded petgraph v0.8.3
13362026-04-10T18:35:28.390Z Downloaded csv v1.4.0
13372026-04-10T18:35:28.401Z Downloaded libz-sys v1.1.24
13382026-04-10T18:35:28.413Z Downloaded sha3 v0.10.8
13392026-04-10T18:35:28.416Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-10T18:35:28.463Z Downloaded encoding_rs v0.8.35
13412026-04-10T18:35:28.475Z Downloaded ring v0.17.14
13422026-04-10T18:35:28.878Z Downloaded aws-lc-sys v0.37.1
13432026-04-10T18:35:29.114Z Compiling libc v0.2.180
13442026-04-10T18:35:29.117Z Compiling serde v1.0.228
13452026-04-10T18:35:29.117Z Compiling log v0.4.29
13462026-04-10T18:35:29.117Z Compiling shlex v1.3.0
13472026-04-10T18:35:29.280Z Compiling find-msvc-tools v0.1.9
13482026-04-10T18:35:29.283Z Compiling smallvec v1.15.1
13492026-04-10T18:35:29.291Z Compiling syn v2.0.117
13502026-04-10T18:35:29.304Z Compiling typenum v1.19.0
13512026-04-10T18:35:29.462Z Compiling generic-array v0.14.7
13522026-04-10T18:35:29.476Z Compiling subtle v2.6.1
13532026-04-10T18:35:29.504Z Compiling scopeguard v1.2.0
13542026-04-10T18:35:29.557Z Compiling const-oid v0.9.6
13552026-04-10T18:35:29.615Z Compiling lock_api v0.4.14
13562026-04-10T18:35:29.630Z Compiling portable-atomic v1.13.1
13572026-04-10T18:35:29.659Z Compiling zerocopy v0.8.40
13582026-04-10T18:35:29.732Z Compiling critical-section v1.2.0
13592026-04-10T18:35:29.842Z Compiling serde_json v1.0.149
13602026-04-10T18:35:29.846Z Compiling parking_lot_core v0.9.12
13612026-04-10T18:35:30.072Z Compiling pin-project-lite v0.2.17
13622026-04-10T18:35:30.126Z Compiling pkg-config v0.3.32
13632026-04-10T18:35:30.155Z Compiling getrandom v0.2.17
13642026-04-10T18:35:30.169Z Compiling jobserver v0.1.34
13652026-04-10T18:35:30.220Z Compiling errno v0.3.14
13662026-04-10T18:35:30.301Z Compiling rand_core v0.6.4
13672026-04-10T18:35:30.373Z Compiling signal-hook-registry v1.4.8
13682026-04-10T18:35:30.389Z Compiling cc v1.2.56
13692026-04-10T18:35:30.585Z Compiling bitflags v2.11.0
13702026-04-10T18:35:30.660Z Compiling libm v0.2.16
13712026-04-10T18:35:30.708Z Compiling mio v1.1.1
13722026-04-10T18:35:30.818Z Compiling once_cell v1.21.3
13732026-04-10T18:35:30.837Z Compiling parking_lot v0.12.5
13742026-04-10T18:35:30.854Z Compiling num-traits v0.2.19
13752026-04-10T18:35:31.010Z Compiling futures-core v0.3.32
13762026-04-10T18:35:31.165Z Compiling percent-encoding v2.3.2
13772026-04-10T18:35:31.189Z Compiling socket2 v0.6.2
13782026-04-10T18:35:31.232Z Compiling allocator-api2 v0.2.21
13792026-04-10T18:35:31.235Z Compiling getrandom v0.3.4
13802026-04-10T18:35:31.323Z Compiling futures-sink v0.3.32
13812026-04-10T18:35:31.363Z Compiling cpufeatures v0.2.17
13822026-04-10T18:35:31.432Z Compiling foldhash v0.2.0
13832026-04-10T18:35:31.448Z Compiling futures-channel v0.3.32
13842026-04-10T18:35:31.568Z Compiling futures-io v0.3.32
13852026-04-10T18:35:31.600Z Compiling hashbrown v0.16.1
13862026-04-10T18:35:31.663Z Compiling futures-task v0.3.32
13872026-04-10T18:35:31.689Z Compiling slab v0.4.12
13882026-04-10T18:35:31.732Z Compiling rustversion v1.0.22
13892026-04-10T18:35:31.870Z Compiling form_urlencoded v1.2.2
13902026-04-10T18:35:32.001Z Compiling cmake v0.1.57
13912026-04-10T18:35:32.043Z Compiling fs_extra v1.3.0
13922026-04-10T18:35:32.188Z Compiling synstructure v0.13.2
13932026-04-10T18:35:32.192Z Compiling indexmap v2.13.0
13942026-04-10T18:35:32.217Z Compiling dunce v1.0.5
13952026-04-10T18:35:32.308Z Compiling base64ct v1.8.3
13962026-04-10T18:35:32.322Z Compiling ident_case v1.0.1
13972026-04-10T18:35:32.394Z Compiling getrandom v0.4.1
13982026-04-10T18:35:32.445Z Compiling aws-lc-sys v0.37.1
13992026-04-10T18:35:32.460Z Compiling flagset v0.4.7
14002026-04-10T18:35:32.592Z Compiling pem-rfc7468 v0.7.0
14012026-04-10T18:35:32.607Z Compiling rand_core v0.10.0
14022026-04-10T18:35:32.695Z Compiling rand_core v0.9.5
14032026-04-10T18:35:32.769Z Compiling iana-time-zone v0.1.65
14042026-04-10T18:35:32.784Z Compiling rustix v1.1.3
14052026-04-10T18:35:32.840Z Compiling ring v0.17.14
14062026-04-10T18:35:32.892Z Compiling uuid v1.23.0
14072026-04-10T18:35:32.959Z Compiling rustc_version v0.4.1
14082026-04-10T18:35:32.973Z Compiling aws-lc-rs v1.16.0
14092026-04-10T18:35:32.977Z Compiling vcpkg v0.2.15
14102026-04-10T18:35:33.270Z Compiling regex-syntax v0.8.10
14112026-04-10T18:35:33.285Z Compiling tracing-core v0.1.36
14122026-04-10T18:35:33.656Z Compiling pest_generator v2.8.6
14132026-04-10T18:35:33.730Z Compiling openssl-sys v0.9.111
14142026-04-10T18:35:33.839Z Compiling serde_derive_internals v0.29.1
14152026-04-10T18:35:33.955Z Compiling serde_derive v1.0.228
14162026-04-10T18:35:34.257Z Compiling zeroize_derive v1.4.3
14172026-04-10T18:35:34.365Z Compiling zerofrom-derive v0.1.6
14182026-04-10T18:35:34.576Z Compiling yoke-derive v0.8.1
14192026-04-10T18:35:34.744Z Compiling zerocopy-derive v0.8.40
14202026-04-10T18:35:34.905Z Compiling zeroize v1.8.2
14212026-04-10T18:35:35.675Z Compiling crypto-common v0.1.7
14222026-04-10T18:35:35.679Z Compiling block-buffer v0.10.4
14232026-04-10T18:35:35.743Z Compiling zerovec-derive v0.11.2
14242026-04-10T18:35:35.783Z Compiling zerofrom v0.1.6
14252026-04-10T18:35:35.820Z Compiling digest v0.10.7
14262026-04-10T18:35:35.853Z Compiling displaydoc v0.2.5
14272026-04-10T18:35:35.912Z Compiling yoke v0.8.1
14282026-04-10T18:35:36.065Z Compiling tokio-macros v2.6.0
14292026-04-10T18:35:36.093Z Compiling hmac v0.12.1
14302026-04-10T18:35:36.254Z Compiling futures-macro v0.3.32
14312026-04-10T18:35:36.585Z Compiling zerotrie v0.2.3
14322026-04-10T18:35:36.782Z Compiling block-padding v0.3.3
14332026-04-10T18:35:36.834Z Compiling zerovec v0.11.5
14342026-04-10T18:35:36.887Z Compiling sha2 v0.10.9
14352026-04-10T18:35:36.935Z Compiling inout v0.1.4
14362026-04-10T18:35:37.045Z Compiling futures-util v0.3.32
14372026-04-10T18:35:37.102Z Compiling cipher v0.4.4
14382026-04-10T18:35:37.323Z Compiling tinystr v0.8.2
14392026-04-10T18:35:37.361Z Compiling bytes v1.11.1
14402026-04-10T18:35:37.408Z Compiling potential_utf v0.1.4
14412026-04-10T18:35:37.522Z Compiling icu_locale_core v2.1.1
14422026-04-10T18:35:37.569Z Compiling icu_collections v2.1.1
14432026-04-10T18:35:37.734Z Compiling der_derive v0.7.3
14442026-04-10T18:35:37.947Z Compiling tokio v1.50.0
14452026-04-10T18:35:38.239Z Compiling icu_provider v2.1.1
14462026-04-10T18:35:38.386Z Compiling http v1.4.0
14472026-04-10T18:35:38.417Z Compiling chrono v0.4.44
14482026-04-10T18:35:38.582Z Compiling icu_normalizer v2.1.1
14492026-04-10T18:35:38.705Z Compiling icu_properties v2.1.2
14502026-04-10T18:35:39.134Z Compiling ppv-lite86 v0.2.21
14512026-04-10T18:35:39.175Z Compiling der v0.7.10
14522026-04-10T18:35:39.292Z Compiling salsa20 v0.10.2
14532026-04-10T18:35:39.307Z Compiling pbkdf2 v0.12.2
14542026-04-10T18:35:39.423Z Compiling thiserror-impl v2.0.18
14552026-04-10T18:35:39.438Z Compiling rand_chacha v0.9.0
14562026-04-10T18:35:39.453Z Compiling scrypt v0.11.0
14572026-04-10T18:35:39.704Z Compiling idna_adapter v1.2.1
14582026-04-10T18:35:39.797Z Compiling aes v0.8.4
14592026-04-10T18:35:39.800Z Compiling cbc v0.1.2
14602026-04-10T18:35:39.841Z Compiling idna v1.1.0
14612026-04-10T18:35:39.959Z Compiling rustls-pki-types v1.14.0
14622026-04-10T18:35:40.128Z Compiling url v2.5.8
14632026-04-10T18:35:40.355Z Compiling spki v0.7.3
14642026-04-10T18:35:40.398Z Compiling tracing-attributes v0.1.31
14652026-04-10T18:35:40.489Z Compiling rand v0.9.2
14662026-04-10T18:35:40.554Z Compiling pkcs5 v0.7.1
14672026-04-10T18:35:40.735Z Compiling thiserror v2.0.18
14682026-04-10T18:35:40.842Z Compiling http-body v1.0.1
14692026-04-10T18:35:40.911Z Compiling schemars v0.8.22
14702026-04-10T18:35:40.946Z Compiling httparse v1.10.1
14712026-04-10T18:35:40.992Z Compiling untrusted v0.9.0
14722026-04-10T18:35:41.022Z Compiling openssl-probe v0.2.1
14732026-04-10T18:35:41.105Z Compiling base64 v0.22.1
14742026-04-10T18:35:41.120Z Compiling untrusted v0.7.1
14752026-04-10T18:35:41.243Z Compiling pkcs8 v0.10.2
14762026-04-10T18:35:41.268Z Compiling schemars_derive v0.8.22
14772026-04-10T18:35:41.329Z Compiling pest_derive v2.8.6
14782026-04-10T18:35:41.415Z Compiling scroll_derive v0.13.1
14792026-04-10T18:35:41.544Z Compiling darling_core v0.20.11
14802026-04-10T18:35:41.683Z Compiling tokio-util v0.7.18
14812026-04-10T18:35:41.747Z Compiling tracing v0.1.44
14822026-04-10T18:35:42.011Z Compiling try-lock v0.2.5
14832026-04-10T18:35:42.124Z Compiling tinyvec_macros v0.1.1
14842026-04-10T18:35:42.197Z Compiling tower-service v0.3.3
14852026-04-10T18:35:42.212Z Compiling dyn-clone v1.0.20
14862026-04-10T18:35:42.293Z Compiling rustls v0.23.37
14872026-04-10T18:35:42.348Z Compiling atomic-waker v1.1.2
14882026-04-10T18:35:42.468Z Compiling tower-layer v0.3.3
14892026-04-10T18:35:42.483Z Compiling h2 v0.4.13
14902026-04-10T18:35:42.631Z Compiling scroll v0.13.0
14912026-04-10T18:35:42.703Z Compiling tinyvec v1.10.0
14922026-04-10T18:35:42.895Z Compiling want v0.3.1
14932026-04-10T18:35:43.050Z Compiling ipnet v2.11.0
14942026-04-10T18:35:43.064Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-04-10T18:35:43.265Z Compiling spin v0.9.8
14962026-04-10T18:35:43.458Z Compiling aho-corasick v1.1.4
14972026-04-10T18:35:43.517Z Compiling time-core v0.1.8
14982026-04-10T18:35:43.596Z Compiling pin-utils v0.1.0
14992026-04-10T18:35:43.612Z Compiling httpdate v1.0.3
15002026-04-10T18:35:43.667Z Compiling crc32fast v1.5.0
15012026-04-10T18:35:43.681Z Compiling foreign-types-shared v0.1.1
15022026-04-10T18:35:43.769Z Compiling num-conv v0.2.0
15032026-04-10T18:35:43.805Z Compiling darling_macro v0.20.11
15042026-04-10T18:35:43.823Z Compiling openssl v0.10.75
15052026-04-10T18:35:43.839Z Compiling powerfmt v0.2.0
15062026-04-10T18:35:43.897Z Compiling time-macros v0.2.27
15072026-04-10T18:35:43.979Z Compiling deranged v0.5.8
15082026-04-10T18:35:44.039Z Compiling tempfile v3.25.0
15092026-04-10T18:35:44.072Z Compiling foreign-types v0.3.2
15102026-04-10T18:35:44.269Z Compiling darling v0.20.11
15112026-04-10T18:35:44.354Z Compiling regex-automata v0.4.14
15122026-04-10T18:35:44.414Z Compiling goblin v0.10.5
15132026-04-10T18:35:44.965Z Compiling openssl-macros v0.1.1
15142026-04-10T18:35:45.173Z Compiling wait-timeout v0.2.1
15152026-04-10T18:35:45.353Z Compiling socket2 v0.5.10
15162026-04-10T18:35:45.443Z Compiling hyper v1.8.1
15172026-04-10T18:35:45.475Z Compiling simd-adler32 v0.3.8
15182026-04-10T18:35:45.719Z Compiling bit-vec v0.8.0
15192026-04-10T18:35:45.751Z Compiling native-tls v0.2.18
15202026-04-10T18:35:45.948Z Compiling crossbeam-utils v0.8.21
15212026-04-10T18:35:45.952Z Compiling usdt-impl v0.6.0
15222026-04-10T18:35:46.163Z Compiling num_threads v0.1.7
15232026-04-10T18:35:46.231Z Compiling quick-error v1.2.3
15242026-04-10T18:35:46.262Z Compiling syn v1.0.109
15252026-04-10T18:35:46.338Z Compiling siphasher v1.0.2
15262026-04-10T18:35:46.439Z Compiling rusty-fork v0.3.1
15272026-04-10T18:35:46.528Z Compiling hyper-util v0.1.20
15282026-04-10T18:35:46.614Z Compiling time v0.3.47
15292026-04-10T18:35:46.814Z Compiling bit-set v0.8.0
15302026-04-10T18:35:46.993Z Compiling derive_builder_core v0.20.2
15312026-04-10T18:35:47.864Z Compiling dof v0.4.0
15322026-04-10T18:35:48.253Z Compiling unicode-normalization v0.1.25
15332026-04-10T18:35:48.405Z Compiling dtrace-parser v0.3.0
15342026-04-10T18:35:48.447Z Compiling rustls-native-certs v0.8.3
15352026-04-10T18:35:48.630Z Compiling signature v2.2.0
15362026-04-10T18:35:48.721Z Compiling thiserror-impl v1.0.69
15372026-04-10T18:35:48.738Z Compiling scroll_derive v0.12.1
15382026-04-10T18:35:48.811Z Compiling heapless v0.7.17
15392026-04-10T18:35:49.052Z Compiling rand_xorshift v0.4.0
15402026-04-10T18:35:49.079Z Compiling slog v2.8.2
15412026-04-10T18:35:49.160Z Compiling darling_core v0.21.3
15422026-04-10T18:35:49.215Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-04-10T18:35:49.261Z Compiling sync_wrapper v1.0.2
15442026-04-10T18:35:49.373Z Compiling thread-id v5.1.0
15452026-04-10T18:35:49.394Z Compiling cookie v0.18.1
15462026-04-10T18:35:49.459Z Compiling unicode-properties v0.1.4
15472026-04-10T18:35:49.488Z Compiling zstd-safe v7.2.4
15482026-04-10T18:35:49.576Z Compiling anyhow v1.0.102
15492026-04-10T18:35:49.670Z Compiling adler2 v2.0.1
15502026-04-10T18:35:49.685Z Compiling unarray v0.1.4
15512026-04-10T18:35:49.794Z Compiling paste v1.0.15
15522026-04-10T18:35:49.810Z Compiling unicode-bidi v0.3.18
15532026-04-10T18:35:49.878Z Compiling signal-hook v0.3.18
15542026-04-10T18:35:49.973Z Compiling thiserror v1.0.69
15552026-04-10T18:35:50.077Z Compiling proptest v1.10.0
15562026-04-10T18:35:50.090Z Compiling miniz_oxide v0.8.9
15572026-04-10T18:35:50.151Z Compiling stringprep v0.1.5
15582026-04-10T18:35:50.559Z Compiling scroll v0.12.0
15592026-04-10T18:35:50.583Z Compiling tower v0.5.3
15602026-04-10T18:35:50.870Z Compiling derive_builder_macro v0.20.2
15612026-04-10T18:35:51.014Z Compiling ipnetwork v0.21.1
15622026-04-10T18:35:51.043Z Compiling http-body-util v0.1.3
15632026-04-10T18:35:51.288Z Compiling webpki-roots v1.0.6
15642026-04-10T18:35:51.325Z Compiling rand_chacha v0.3.1
15652026-04-10T18:35:51.359Z Compiling serde_tokenstream v0.2.3
15662026-04-10T18:35:51.398Z Compiling serde_spanned v0.6.9
15672026-04-10T18:35:51.413Z Compiling toml_datetime v0.6.11
15682026-04-10T18:35:51.544Z Compiling erased-serde v0.3.31
15692026-04-10T18:35:51.658Z Compiling darling_macro v0.21.3
15702026-04-10T18:35:51.672Z Compiling md-5 v0.10.6
15712026-04-10T18:35:51.676Z Compiling zerocopy-derive v0.7.35
15722026-04-10T18:35:51.851Z Compiling curve25519-dalek v4.1.3
15732026-04-10T18:35:52.021Z Compiling vergen-lib v0.1.6
15742026-04-10T18:35:52.127Z Compiling num-integer v0.1.46
15752026-04-10T18:35:52.143Z Compiling hash32 v0.2.1
15762026-04-10T18:35:52.182Z Compiling ff v0.13.1
15772026-04-10T18:35:52.204Z Compiling memoffset v0.9.1
15782026-04-10T18:35:52.316Z Compiling cfg_aliases v0.2.1
15792026-04-10T18:35:52.331Z Compiling iri-string v0.7.10
15802026-04-10T18:35:52.391Z Compiling psl-types v2.0.11
15812026-04-10T18:35:52.406Z Compiling fallible-iterator v0.2.0
15822026-04-10T18:35:52.443Z Compiling base16ct v0.2.0
15832026-04-10T18:35:52.517Z Compiling ryu v1.0.23
15842026-04-10T18:35:52.532Z Compiling num-bigint-dig v0.8.6
15852026-04-10T18:35:52.623Z Compiling litrs v1.0.0
15862026-04-10T18:35:52.700Z Compiling rustix v0.38.44
15872026-04-10T18:35:52.717Z Compiling ref-cast v1.0.25
15882026-04-10T18:35:52.729Z Compiling zlib-rs v0.6.2
15892026-04-10T18:35:53.011Z Compiling smoltcp v0.9.1
15902026-04-10T18:35:53.123Z Compiling document-features v0.2.12
15912026-04-10T18:35:53.208Z Compiling postgres-protocol v0.6.10
15922026-04-10T18:35:53.414Z Compiling serde_urlencoded v0.7.1
15932026-04-10T18:35:53.673Z Compiling tower-http v0.6.8
15942026-04-10T18:35:53.742Z Compiling sec1 v0.7.3
15952026-04-10T18:35:53.817Z Compiling zerocopy v0.7.35
15962026-04-10T18:35:53.835Z Compiling publicsuffix v2.3.0
15972026-04-10T18:35:54.025Z Compiling nix v0.31.1
15982026-04-10T18:35:54.079Z Compiling num-iter v0.1.45
15992026-04-10T18:35:54.109Z Compiling newtype-uuid v1.3.2
16002026-04-10T18:35:54.201Z Compiling group v0.13.0
16012026-04-10T18:35:54.416Z Compiling darling v0.21.3
16022026-04-10T18:35:54.471Z Compiling rand v0.8.5
16032026-04-10T18:35:54.500Z Compiling derive_builder v0.20.2
16042026-04-10T18:35:54.632Z Compiling oxnet v0.1.4
16052026-04-10T18:35:54.809Z Compiling hubpack_derive v0.1.1
16062026-04-10T18:35:54.828Z Compiling tokio-native-tls v0.3.1
16072026-04-10T18:35:54.942Z Compiling goblin v0.8.2
16082026-04-10T18:35:55.548Z Compiling regex v1.12.3
16092026-04-10T18:35:55.577Z Compiling phf_shared v0.13.1
16102026-04-10T18:35:55.606Z Compiling lazy_static v1.5.0
16112026-04-10T18:35:55.699Z Compiling cargo-platform v0.1.9
16122026-04-10T18:35:55.702Z Compiling hkdf v0.12.4
16132026-04-10T18:35:55.822Z Compiling flate2 v1.1.9
16142026-04-10T18:35:55.910Z Compiling crypto-bigint v0.5.5
16152026-04-10T18:35:55.959Z Compiling terminal_size v0.4.3
16162026-04-10T18:35:55.982Z Compiling curve25519-dalek-derive v0.1.1
16172026-04-10T18:35:56.097Z Compiling ref-cast-impl v1.0.25
16182026-04-10T18:35:56.141Z Compiling daft-derive v0.1.5
16192026-04-10T18:35:56.225Z Compiling strum_macros v0.27.2
16202026-04-10T18:35:56.620Z Compiling async-trait v0.1.89
16212026-04-10T18:35:56.635Z Compiling vergen v9.0.6
16222026-04-10T18:35:56.817Z Compiling fs-err v3.3.0
16232026-04-10T18:35:56.848Z Compiling ahash v0.8.12
16242026-04-10T18:35:57.005Z Compiling bumpalo v3.20.2
16252026-04-10T18:35:57.050Z Compiling libbz2-rs-sys v0.2.2
16262026-04-10T18:35:57.267Z Compiling unicode-segmentation v1.12.0
16272026-04-10T18:35:57.645Z Compiling winnow v0.5.40
16282026-04-10T18:35:57.659Z Compiling managed v0.8.0
16292026-04-10T18:35:57.729Z Compiling foldhash v0.1.5
16302026-04-10T18:35:57.876Z Compiling object v0.37.3
16312026-04-10T18:35:57.908Z Compiling bitflags v1.3.2
16322026-04-10T18:35:58.023Z Compiling hashbrown v0.15.5
16332026-04-10T18:35:58.172Z Compiling strum v0.27.2
16342026-04-10T18:35:58.193Z Compiling bzip2 v0.6.1
16352026-04-10T18:35:58.308Z Compiling zopfli v0.8.3
16362026-04-10T18:35:58.413Z Compiling dof v0.3.0
16372026-04-10T18:35:58.479Z Compiling clap_builder v4.5.60
16382026-04-10T18:35:58.719Z Compiling elliptic-curve v0.13.8
16392026-04-10T18:35:58.820Z Compiling daft v0.1.5
16402026-04-10T18:35:59.024Z Compiling toml_edit v0.19.15
16412026-04-10T18:35:59.151Z Compiling cargo_metadata v0.19.2
16422026-04-10T18:35:59.157Z Compiling phf v0.13.1
16432026-04-10T18:35:59.327Z Compiling signal-hook-mio v0.2.5
16442026-04-10T18:35:59.820Z Compiling cookie_store v0.22.1
16452026-04-10T18:36:00.452Z Compiling hubpack v0.1.2
16462026-04-10T18:36:00.474Z Compiling zstd v0.13.3
16472026-04-10T18:36:00.679Z Compiling hyper-tls v0.6.0
16482026-04-10T18:36:00.742Z Compiling bzip2 v0.4.4
16492026-04-10T18:36:00.905Z Compiling serde_with_macros v3.17.0
16502026-04-10T18:36:01.046Z Compiling postgres-types v0.2.12
16512026-04-10T18:36:01.472Z Compiling usdt-macro v0.6.0
16522026-04-10T18:36:01.621Z Compiling usdt-attr-macro v0.6.0
16532026-04-10T18:36:01.644Z Compiling dtrace-parser v0.2.0
16542026-04-10T18:36:02.016Z Compiling ed25519 v2.2.3
16552026-04-10T18:36:02.097Z Compiling bstr v1.12.1
16562026-04-10T18:36:02.162Z Compiling phf_shared v0.11.3
16572026-04-10T18:36:02.213Z Compiling pkcs1 v0.7.5
16582026-04-10T18:36:02.347Z Compiling serde-big-array v0.5.1
16592026-04-10T18:36:02.391Z Compiling hex v0.4.3
16602026-04-10T18:36:02.391Z Compiling rfc6979 v0.4.0
16612026-04-10T18:36:02.488Z Compiling clap_derive v4.5.55
16622026-04-10T18:36:02.531Z Compiling strum_macros v0.26.4
16632026-04-10T18:36:02.610Z Compiling serde_repr v0.1.20
16642026-04-10T18:36:02.662Z Compiling enum-as-inner v0.6.1
16652026-04-10T18:36:02.759Z Compiling float-cmp v0.10.0
16662026-04-10T18:36:02.912Z Compiling memmap2 v0.9.10
16672026-04-10T18:36:02.922Z Compiling thread-id v4.2.2
16682026-04-10T18:36:03.012Z Compiling env_filter v1.0.0
16692026-04-10T18:36:03.137Z Compiling encoding_rs v0.8.35
16702026-04-10T18:36:03.143Z Compiling predicates-core v1.0.10
16712026-04-10T18:36:03.165Z Compiling difflib v0.4.0
16722026-04-10T18:36:03.311Z Compiling either v1.15.0
16732026-04-10T18:36:03.359Z Compiling static_assertions v1.1.0
16742026-04-10T18:36:03.436Z Compiling mime v0.3.17
16752026-04-10T18:36:03.564Z Compiling keccak v0.1.6
16762026-04-10T18:36:03.707Z Compiling precomputed-hash v0.1.1
16772026-04-10T18:36:03.744Z Compiling normalize-line-endings v0.3.0
16782026-04-10T18:36:03.801Z Compiling new_debug_unreachable v1.0.6
16792026-04-10T18:36:03.838Z Compiling fixedbitset v0.5.7
16802026-04-10T18:36:03.876Z Compiling rustc-hash v2.1.1
16812026-04-10T18:36:04.016Z Compiling data-encoding v2.10.0
16822026-04-10T18:36:04.152Z Compiling fixedbitset v0.4.2
16832026-04-10T18:36:04.296Z Compiling whoami v2.1.0
16842026-04-10T18:36:04.326Z Compiling jiff v0.2.21
16852026-04-10T18:36:04.375Z Compiling strum v0.26.3
16862026-04-10T18:36:04.402Z Compiling hickory-proto v0.25.2
16872026-04-10T18:36:04.507Z Compiling tokio-postgres v0.7.16
16882026-04-10T18:36:04.685Z Compiling petgraph v0.6.5
16892026-04-10T18:36:04.708Z Compiling clap v4.5.60
16902026-04-10T18:36:04.721Z Compiling petgraph v0.8.3
16912026-04-10T18:36:04.787Z Compiling iddqd v0.3.17
16922026-04-10T18:36:04.880Z Compiling string_cache v0.8.9
16932026-04-10T18:36:05.110Z Compiling toml_edit v0.22.27
16942026-04-10T18:36:05.918Z Compiling predicates v3.1.4
16952026-04-10T18:36:06.126Z Compiling sha3 v0.10.8
16962026-04-10T18:36:06.557Z Compiling itertools v0.13.0
16972026-04-10T18:36:06.581Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-04-10T18:36:06.629Z Compiling env_logger v0.11.9
16992026-04-10T18:36:06.683Z Compiling usdt v0.6.0
17002026-04-10T18:36:06.945Z Compiling zip v4.6.1
17012026-04-10T18:36:06.980Z Compiling usdt-impl v0.5.0
17022026-04-10T18:36:07.563Z Compiling serde_with v3.17.0
17032026-04-10T18:36:07.794Z Compiling similar v2.7.0
17042026-04-10T18:36:07.808Z Compiling ecdsa v0.16.9
17052026-04-10T18:36:07.907Z Compiling rsa v0.9.10
17062026-04-10T18:36:08.197Z Compiling ed25519-dalek v2.2.0
17072026-04-10T18:36:08.474Z Compiling crossterm v0.28.1
17082026-04-10T18:36:08.873Z Compiling zip v0.6.6
17092026-04-10T18:36:09.046Z Compiling toml v0.7.8
17102026-04-10T18:36:09.695Z Compiling toml_parser v1.0.9+spec-1.1.0
17112026-04-10T18:36:09.722Z Compiling heck v0.4.1
17122026-04-10T18:36:09.791Z Compiling crossbeam-epoch v0.9.18
17132026-04-10T18:36:09.810Z Compiling tokio-stream v0.1.18
17142026-04-10T18:36:09.951Z Compiling buf-list v1.1.2
17152026-04-10T18:36:10.097Z Compiling x509-cert v0.2.5
17162026-04-10T18:36:10.117Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17172026-04-10T18:36:10.229Z Compiling openapiv3 v2.2.0
17182026-04-10T18:36:10.276Z Compiling sha1 v0.10.6
17192026-04-10T18:36:10.319Z Compiling toml_datetime v0.7.5+spec-1.1.0
17202026-04-10T18:36:10.416Z Compiling peg-runtime v0.8.5
17212026-04-10T18:36:10.497Z Compiling lalrpop-util v0.19.12
17222026-04-10T18:36:10.609Z Compiling thread_local v1.1.9
17232026-04-10T18:36:10.691Z Compiling slog-async v2.8.0
17242026-04-10T18:36:10.706Z Compiling crossbeam-channel v0.5.15
17252026-04-10T18:36:10.866Z Compiling futures-executor v0.3.32
17262026-04-10T18:36:11.009Z Compiling is-terminal v0.4.17
17272026-04-10T18:36:11.109Z Compiling filetime v0.2.27
17282026-04-10T18:36:11.162Z Compiling xattr v1.6.1
17292026-04-10T18:36:11.170Z Compiling take_mut v0.2.2
17302026-04-10T18:36:11.275Z Compiling term v1.2.1
17312026-04-10T18:36:11.291Z Compiling tar v0.4.45
17322026-04-10T18:36:11.319Z Compiling futures v0.3.32
17332026-04-10T18:36:11.712Z Compiling slog-term v2.9.2
17342026-04-10T18:36:18.130Z Compiling rustls-webpki v0.103.9
17352026-04-10T18:36:20.944Z Compiling tokio-rustls v0.26.4
17362026-04-10T18:36:20.944Z Compiling rustls-platform-verifier v0.6.2
17372026-04-10T18:36:21.144Z Compiling hyper-rustls v0.27.7
17382026-04-10T18:36:21.348Z Compiling reqwest v0.13.2
17392026-04-10T18:36:21.348Z Compiling reqwest v0.12.28
17402026-04-10T18:36:23.445Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17412026-04-10T18:36:23.654Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17422026-04-10T18:36:26.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17432026-04-10T18:36:26.603Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17442026-04-10T18:36:26.656ZApr 10 18:36:25.073 INFO Starting download, target: Cockroach
17452026-04-10T18:36:26.659ZApr 10 18:36:25.073 INFO Starting download, target: Clickhouse
17462026-04-10T18:36:26.659ZApr 10 18:36:25.073 INFO Starting download, target: Console
17472026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Starting download, target: DendriteStub
17482026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Starting download, target: MaghemiteMgd
17492026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Starting download, target: TransceiverControl
17502026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-04-10T18:36:26.660ZApr 10 18:36:25.073 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17532026-04-10T18:36:26.660ZApr 10 18:36:25.074 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-04-10T18:36:26.660ZApr 10 18:36:25.074 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-04-10T18:36:26.660ZApr 10 18:36:25.074 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17562026-04-10T18:36:26.960ZApr 10 18:36:25.376 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17572026-04-10T18:36:27.182ZApr 10 18:36:25.585 INFO Download complete, target: TransceiverControl
17582026-04-10T18:36:27.617ZApr 10 18:36:26.033 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17592026-04-10T18:36:27.888ZApr 10 18:36:26.304 INFO Download complete, target: Console
17602026-04-10T18:36:28.139ZApr 10 18:36:26.554 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17612026-04-10T18:36:28.243ZApr 10 18:36:26.659 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17622026-04-10T18:36:28.707ZApr 10 18:36:27.123 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-04-10T18:36:28.707ZApr 10 18:36:27.123 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-04-10T18:36:28.711ZApr 10 18:36:27.128 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17652026-04-10T18:36:30.496ZApr 10 18:36:28.912 INFO Download complete, target: DendriteStub
17662026-04-10T18:36:30.538ZApr 10 18:36:28.954 INFO Download complete, target: MaghemiteMgd
17672026-04-10T18:36:33.286ZApr 10 18:36:31.700 INFO Checking that binary works, target: Cockroach
17682026-04-10T18:36:33.431ZApr 10 18:36:31.847 INFO Download complete, target: Cockroach
17692026-04-10T18:36:35.426ZApr 10 18:36:33.842 INFO Checking that binary works, target: Clickhouse
17702026-04-10T18:36:35.578ZApr 10 18:36:33.993 INFO Download complete, target: Clickhouse
17712026-04-10T18:36:35.657ZAll builder prerequisites installed successfully, and PATH looks valid
17722026-04-10T18:36:35.660Z
17732026-04-10T18:36:35.660Zreal 3:01.565874810
17742026-04-10T18:36:35.660Zuser 7:14.483824480
17752026-04-10T18:36:35.660Zsys 1:24.275154202
17762026-04-10T18:36:35.660Ztrap 0.216935107
17772026-04-10T18:36:35.660Ztflt 1.253814236
17782026-04-10T18:36:35.660Zdflt 1.453921621
17792026-04-10T18:36:35.660Zkflt 0.047018474
17802026-04-10T18:36:35.660Zlock 21:50.022876061
17812026-04-10T18:36:35.660Zslp 21:48.048820016
17822026-04-10T18:36:35.660Zlat 42.094746316
17832026-04-10T18:36:35.660Zstop 2:01.385039474
17842026-04-10T18:36:35.660Z+ banner clippy
17852026-04-10T18:36:35.660Z
17862026-04-10T18:36:35.660Z #### # # ##### ##### # #
17872026-04-10T18:36:35.660Z # # # # # # # # # #
17882026-04-10T18:36:35.660Z # # # # # # # #
17892026-04-10T18:36:35.660Z # # # ##### ##### #
17902026-04-10T18:36:35.660Z # # # # # # #
17912026-04-10T18:36:35.660Z #### ###### # # # #
17922026-04-10T18:36:35.660Z
17932026-04-10T18:36:35.660Z+ export CARGO_INCREMENTAL=0
17942026-04-10T18:36:35.660Z+ CARGO_INCREMENTAL=0
17952026-04-10T18:36:35.660Z+ ptime -m cargo xtask clippy
17962026-04-10T18:36:36.185Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17972026-04-10T18:36:36.404Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17982026-04-10T18:36:38.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17992026-04-10T18:36:38.354Z Running `target/debug/xtask clippy`
18002026-04-10T18:36:38.378Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18012026-04-10T18:36:38.983Z Downloading crates ...
18022026-04-10T18:36:39.182Z Downloaded addr2line v0.25.1
18032026-04-10T18:36:39.185Z Downloaded datatest-stable v0.3.3
18042026-04-10T18:36:39.188Z Downloaded pathdiff v0.2.3
18052026-04-10T18:36:39.188Z Downloaded escape8259 v0.5.3
18062026-04-10T18:36:39.188Z Downloaded assert-json-diff v2.0.2
18072026-04-10T18:36:39.191Z Downloaded event-listener v5.4.1
18082026-04-10T18:36:39.194Z Downloaded criterion-plot v0.6.0
18092026-04-10T18:36:39.201Z Downloaded parking v2.2.1
18102026-04-10T18:36:39.208Z Downloaded trybuild v1.0.116
18112026-04-10T18:36:39.211Z Downloaded rstest v0.25.0
18122026-04-10T18:36:39.214Z Downloaded rand_distr v0.5.1
18132026-04-10T18:36:39.221Z Downloaded criterion v0.7.0
18142026-04-10T18:36:39.228Z Downloaded similar-asserts v1.7.0
18152026-04-10T18:36:39.231Z Downloaded futures-timer v3.0.3
18162026-04-10T18:36:39.238Z Downloaded nested v0.1.1
18172026-04-10T18:36:39.241Z Downloaded async-object-pool v0.2.0
18182026-04-10T18:36:39.241Z Downloaded backtrace-ext v0.2.1
18192026-04-10T18:36:39.245Z Downloaded terminal_size v0.1.17
18202026-04-10T18:36:39.248Z Downloaded supports-unicode v2.1.0
18212026-04-10T18:36:39.251Z Downloaded cast v0.3.0
18222026-04-10T18:36:39.254Z Downloaded serde_regex v1.1.0
18232026-04-10T18:36:39.256Z Downloaded guppy-workspace-hack v0.1.0
18242026-04-10T18:36:39.256Z Downloaded cargo-platform v0.3.2
18252026-04-10T18:36:39.263Z Downloaded tokio-test v0.4.5
18262026-04-10T18:36:39.266Z Downloaded supports-color v2.1.0
18272026-04-10T18:36:39.266Z Downloaded oorandom v11.1.5
18282026-04-10T18:36:39.266Z Downloaded termcolor v1.4.1
18292026-04-10T18:36:39.268Z Downloaded relative-path v1.9.3
18302026-04-10T18:36:39.269Z Downloaded knuffel-derive v3.2.0
18312026-04-10T18:36:39.273Z Downloaded approx v0.5.1
18322026-04-10T18:36:39.276Z Downloaded constant_time_eq v0.3.1
18332026-04-10T18:36:39.280Z Downloaded supports-hyperlinks v2.1.0
18342026-04-10T18:36:39.283Z Downloaded target-triple v1.0.0
18352026-04-10T18:36:39.285Z Downloaded plotters-backend v0.3.7
18362026-04-10T18:36:39.285Z Downloaded miette-derive v5.10.0
18372026-04-10T18:36:39.289Z Downloaded plotters-svg v0.3.7
18382026-04-10T18:36:39.292Z Downloaded linkme-impl v0.3.35
18392026-04-10T18:36:39.294Z Downloaded cargo_metadata v0.23.1
18402026-04-10T18:36:39.294Z Downloaded target-lexicon v0.13.3
18412026-04-10T18:36:39.297Z Downloaded stringmetrics v2.2.2
18422026-04-10T18:36:39.301Z Downloaded linkme v0.3.35
18432026-04-10T18:36:39.305Z Downloaded rustc-demangle v0.1.27
18442026-04-10T18:36:39.309Z Downloaded partial-io v0.5.4
18452026-04-10T18:36:39.309Z Downloaded anes v0.1.6
18462026-04-10T18:36:39.312Z Downloaded tinytemplate v1.2.1
18472026-04-10T18:36:39.312Z Downloaded rust-argon2 v2.1.0
18482026-04-10T18:36:39.312Z Downloaded event-listener-strategy v0.5.4
18492026-04-10T18:36:39.315Z Downloaded assert_cmd v2.1.2
18502026-04-10T18:36:39.315Z Downloaded target-spec v3.5.7
18512026-04-10T18:36:39.315Z Downloaded hickory-client v0.25.2
18522026-04-10T18:36:39.317Z Downloaded async-lock v3.4.2
18532026-04-10T18:36:39.317Z Downloaded concurrent-queue v2.5.0
18542026-04-10T18:36:39.320Z Downloaded owo-colors v3.5.0
18552026-04-10T18:36:39.325Z Downloaded libtest-mimic v0.8.1
18562026-04-10T18:36:39.328Z Downloaded blake2b_simd v1.0.4
18572026-04-10T18:36:39.328Z Downloaded cfg-expr v0.20.6
18582026-04-10T18:36:39.331Z Downloaded path-tree v0.8.3
18592026-04-10T18:36:39.331Z Downloaded httptest v0.16.4
18602026-04-10T18:36:39.333Z Downloaded textwrap v0.15.2
18612026-04-10T18:36:39.345Z Downloaded knuffel v3.2.0
18622026-04-10T18:36:39.348Z Downloaded chumsky v0.9.3
18632026-04-10T18:36:39.351Z Downloaded rstest_macros v0.25.0
18642026-04-10T18:36:39.353Z Downloaded miette v5.10.0
18652026-04-10T18:36:39.356Z Downloaded backtrace v0.3.76
18662026-04-10T18:36:39.359Z Downloaded fancy-regex v0.14.0
18672026-04-10T18:36:39.366Z Downloaded guppy v0.17.25
18682026-04-10T18:36:39.375Z Downloaded plotters v0.3.7
18692026-04-10T18:36:39.379Z Downloaded hashbrown v0.14.5
18702026-04-10T18:36:39.393Z Downloaded gimli v0.32.3
18712026-04-10T18:36:39.464Z Downloaded httpmock v0.8.3
18722026-04-10T18:36:41.030Z Checking cfg-if v1.0.4
18732026-04-10T18:36:41.371Z Checking libc v0.2.180
18742026-04-10T18:36:41.374Z Checking serde_core v1.0.228
18752026-04-10T18:36:41.439Z Checking memchr v2.8.0
18762026-04-10T18:36:41.479Z Checking smallvec v1.15.1
18772026-04-10T18:36:41.517Z Checking itoa v1.0.17
18782026-04-10T18:36:41.517Z Checking log v0.4.29
18792026-04-10T18:36:41.592Z Checking zeroize v1.8.2
18802026-04-10T18:36:41.631Z Checking libm v0.2.16
18812026-04-10T18:36:41.689Z Checking scopeguard v1.2.0
18822026-04-10T18:36:41.727Z Checking stable_deref_trait v1.2.1
18832026-04-10T18:36:41.774Z Checking zmij v1.0.21
18842026-04-10T18:36:41.805Z Checking errno v0.3.14
18852026-04-10T18:36:41.809Z Checking getrandom v0.2.17
18862026-04-10T18:36:41.874Z Checking lock_api v0.4.14
18872026-04-10T18:36:41.909Z Checking zerofrom v0.1.6
18882026-04-10T18:36:41.948Z Checking percent-encoding v2.3.2
18892026-04-10T18:36:41.952Z Checking litemap v0.8.1
18902026-04-10T18:36:42.016Z Checking writeable v0.6.2
18912026-04-10T18:36:42.052Z Checking yoke v0.8.1
18922026-04-10T18:36:42.052Z Checking icu_normalizer_data v2.1.1
18932026-04-10T18:36:42.119Z Checking icu_properties_data v2.1.2
18942026-04-10T18:36:42.154Z Checking subtle v2.6.1
18952026-04-10T18:36:42.191Z Checking form_urlencoded v1.2.2
18962026-04-10T18:36:42.194Z Checking pin-project-lite v0.2.17
18972026-04-10T18:36:42.257Z Checking zerovec v0.11.5
18982026-04-10T18:36:42.260Z Checking zerotrie v0.2.3
18992026-04-10T18:36:42.324Z Checking utf8_iter v1.0.4
19002026-04-10T18:36:42.360Z Checking num-traits v0.2.19
19012026-04-10T18:36:42.396Z Checking rand_core v0.6.4
19022026-04-10T18:36:42.433Z Checking parking_lot_core v0.9.12
19032026-04-10T18:36:42.436Z Checking portable-atomic v1.13.1
19042026-04-10T18:36:42.501Z Checking zerocopy v0.8.40
19052026-04-10T18:36:42.544Z Checking critical-section v1.2.0
19062026-04-10T18:36:42.611Z Checking signal-hook-registry v1.4.8
19072026-04-10T18:36:42.673Z Checking mio v1.1.1
19082026-04-10T18:36:42.709Z Checking parking_lot v0.12.5
19092026-04-10T18:36:42.756Z Checking tinystr v0.8.2
19102026-04-10T18:36:42.799Z Checking potential_utf v0.1.4
19112026-04-10T18:36:42.870Z Checking once_cell v1.21.3
19122026-04-10T18:36:42.906Z Checking serde v1.0.228
19132026-04-10T18:36:42.942Z Checking bitflags v2.11.0
19142026-04-10T18:36:42.946Z Checking serde_json v1.0.149
19152026-04-10T18:36:43.009Z Checking icu_collections v2.1.1
19162026-04-10T18:36:43.013Z Checking icu_locale_core v2.1.1
19172026-04-10T18:36:43.088Z Checking socket2 v0.6.2
19182026-04-10T18:36:43.092Z Checking typenum v1.19.0
19192026-04-10T18:36:43.166Z Checking iana-time-zone v0.1.65
19202026-04-10T18:36:43.304Z Checking rand_core v0.10.0
19212026-04-10T18:36:43.342Z Checking bytes v1.11.1
19222026-04-10T18:36:43.342Z Checking chrono v0.4.44
19232026-04-10T18:36:43.416Z Checking thiserror v2.0.18
19242026-04-10T18:36:43.470Z Checking getrandom v0.4.1
19252026-04-10T18:36:43.552Z Checking semver v1.0.27
19262026-04-10T18:36:43.610Z Checking icu_provider v2.1.1
19272026-04-10T18:36:43.647Z Checking uuid v1.23.0
19282026-04-10T18:36:43.683Z Checking generic-array v0.14.7
19292026-04-10T18:36:43.724Z Checking futures-core v0.3.32
19302026-04-10T18:36:43.789Z Checking allocator-api2 v0.2.21
19312026-04-10T18:36:43.841Z Checking tokio v1.50.0
19322026-04-10T18:36:43.879Z Checking icu_normalizer v2.1.1
19332026-04-10T18:36:43.879Z Checking icu_properties v2.1.2
19342026-04-10T18:36:43.996Z Checking equivalent v1.0.2
19352026-04-10T18:36:44.104Z Checking dyn-clone v1.0.20
19362026-04-10T18:36:44.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19372026-04-10T18:36:44.176Z Checking crypto-common v0.1.7
19382026-04-10T18:36:44.210Z Checking const-oid v0.9.6
19392026-04-10T18:36:44.213Z Checking foldhash v0.2.0
19402026-04-10T18:36:44.279Z Checking getrandom v0.3.4
19412026-04-10T18:36:44.324Z Checking block-buffer v0.10.4
19422026-04-10T18:36:44.410Z Checking futures-sink v0.3.32
19432026-04-10T18:36:44.448Z Checking hashbrown v0.16.1
19442026-04-10T18:36:44.451Z Checking futures-task v0.3.32
19452026-04-10T18:36:44.514Z Checking slab v0.4.12
19462026-04-10T18:36:44.548Z Checking futures-channel v0.3.32
19472026-04-10T18:36:44.645Z Checking futures-io v0.3.32
19482026-04-10T18:36:44.700Z Checking rustix v1.1.3
19492026-04-10T18:36:44.738Z Checking idna_adapter v1.2.1
19502026-04-10T18:36:44.773Z Checking byteorder v1.5.0
19512026-04-10T18:36:44.806Z Checking futures-util v0.3.32
19522026-04-10T18:36:44.885Z Checking idna v1.1.0
19532026-04-10T18:36:44.921Z Checking digest v0.10.7
19542026-04-10T18:36:44.963Z Checking cpufeatures v0.2.17
19552026-04-10T18:36:45.002Z Checking indexmap v2.13.0
19562026-04-10T18:36:45.062Z Checking thiserror v1.0.69
19572026-04-10T18:36:45.161Z Checking url v2.5.8
19582026-04-10T18:36:45.164Z Checking fnv v1.0.7
19592026-04-10T18:36:45.230Z Checking regex-syntax v0.8.10
19602026-04-10T18:36:45.265Z Checking ppv-lite86 v0.2.21
19612026-04-10T18:36:45.317Z Checking http v1.4.0
19622026-04-10T18:36:45.577Z Checking tracing-core v0.1.36
19632026-04-10T18:36:45.613Z Checking base64 v0.22.1
19642026-04-10T18:36:45.617Z Checking ipnet v2.11.0
19652026-04-10T18:36:45.680Z Checking schemars v0.8.22
19662026-04-10T18:36:45.881Z Checking unicode-ident v1.0.24
19672026-04-10T18:36:45.918Z Checking utf8parse v0.2.2
19682026-04-10T18:36:45.921Z Checking tracing v0.1.44
19692026-04-10T18:36:45.986Z Checking anstyle v1.0.13
19702026-04-10T18:36:46.021Z Checking untrusted v0.9.0
19712026-04-10T18:36:46.059Z Checking proc-macro2 v1.0.106
19722026-04-10T18:36:46.159Z Checking ring v0.17.14
19732026-04-10T18:36:46.196Z Checking base64ct v1.8.3
19742026-04-10T18:36:46.198Z Checking anstyle-parse v0.2.7
19752026-04-10T18:36:46.355Z Checking block-padding v0.3.3
19762026-04-10T18:36:46.392Z Checking quote v1.0.44
19772026-04-10T18:36:46.426Z Checking aho-corasick v1.1.4
19782026-04-10T18:36:46.461Z Checking anstyle-query v1.1.5
19792026-04-10T18:36:46.516Z Checking colorchoice v1.0.4
19802026-04-10T18:36:46.573Z Checking is_terminal_polyfill v1.70.2
19812026-04-10T18:36:46.632Z Checking syn v2.0.117
19822026-04-10T18:36:46.637Z Checking inout v0.1.4
19832026-04-10T18:36:46.675Z Checking rustls-pki-types v1.14.0
19842026-04-10T18:36:46.710Z Checking anstream v0.6.21
19852026-04-10T18:36:46.746Z Checking crossbeam-utils v0.8.21
19862026-04-10T18:36:46.806Z Checking httparse v1.10.1
19872026-04-10T18:36:46.936Z Checking cipher v0.4.4
19882026-04-10T18:36:46.985Z Checking terminal_size v0.4.3
19892026-04-10T18:36:47.047Z Checking clap_lex v1.0.0
19902026-04-10T18:36:47.050Z Checking tokio-util v0.7.18
19912026-04-10T18:36:47.116Z Checking strsim v0.11.1
19922026-04-10T18:36:47.151Z Checking pem-rfc7468 v0.7.0
19932026-04-10T18:36:47.154Z Checking regex-automata v0.4.14
19942026-04-10T18:36:47.219Z Checking http-body v1.0.1
19952026-04-10T18:36:47.222Z Checking sha2 v0.10.9
19962026-04-10T18:36:47.222Z Checking atomic-waker v1.1.2
19972026-04-10T18:36:47.318Z Checking clap_builder v4.5.60
19982026-04-10T18:36:47.351Z Checking hmac v0.12.1
19992026-04-10T18:36:47.387Z Checking rand_core v0.9.5
20002026-04-10T18:36:47.422Z Checking httpdate v1.0.3
20012026-04-10T18:36:47.511Z Checking try-lock v0.2.5
20022026-04-10T18:36:47.551Z Checking ryu v1.0.23
20032026-04-10T18:36:47.591Z Checking pin-utils v0.1.0
20042026-04-10T18:36:47.594Z Checking flagset v0.4.7
20052026-04-10T18:36:47.658Z Checking want v0.3.1
20062026-04-10T18:36:47.695Z Checking tower-service v0.3.3
20072026-04-10T18:36:47.733Z Checking tower-layer v0.3.3
20082026-04-10T18:36:47.736Z Checking h2 v0.4.13
20092026-04-10T18:36:47.802Z Checking der v0.7.10
20102026-04-10T18:36:47.805Z Checking erased-serde v0.3.31
20112026-04-10T18:36:47.867Z Checking powerfmt v0.2.0
20122026-04-10T18:36:47.907Z Checking rand_chacha v0.9.0
20132026-04-10T18:36:48.043Z Checking deranged v0.5.8
20142026-04-10T18:36:48.133Z Checking spin v0.9.8
20152026-04-10T18:36:48.232Z Checking slog v2.8.2
20162026-04-10T18:36:48.341Z Checking socket2 v0.5.10
20172026-04-10T18:36:48.520Z Checking time-core v0.1.8
20182026-04-10T18:36:48.564Z Checking num-conv v0.2.0
20192026-04-10T18:36:48.568Z Checking clap v4.5.60
20202026-04-10T18:36:48.631Z Checking num_threads v0.1.7
20212026-04-10T18:36:48.689Z Checking rand v0.9.2
20222026-04-10T18:36:48.726Z Checking anyhow v1.0.102
20232026-04-10T18:36:48.729Z Checking http-body-util v0.1.3
20242026-04-10T18:36:48.762Z Checking aws-lc-sys v0.37.1
20252026-04-10T18:36:48.866Z Checking untrusted v0.7.1
20262026-04-10T18:36:48.952Z Checking fastrand v2.3.0
20272026-04-10T18:36:48.991Z Checking time v0.3.47
20282026-04-10T18:36:48.994Z Checking spki v0.7.3
20292026-04-10T18:36:49.059Z Checking serde_urlencoded v0.7.1
20302026-04-10T18:36:49.062Z Checking pbkdf2 v0.12.2
20312026-04-10T18:36:49.156Z Checking aes v0.8.4
20322026-04-10T18:36:49.191Z Checking openssl-probe v0.2.1
20332026-04-10T18:36:49.194Z Checking regex v1.12.3
20342026-04-10T18:36:49.257Z Checking cbc v0.1.2
20352026-04-10T18:36:49.294Z Checking salsa20 v0.10.2
20362026-04-10T18:36:49.329Z Checking aws-lc-rs v1.16.0
20372026-04-10T18:36:49.332Z Checking rand_chacha v0.3.1
20382026-04-10T18:36:49.412Z Checking hex v0.4.3
20392026-04-10T18:36:49.453Z Checking pretty-hex v0.4.1
20402026-04-10T18:36:49.521Z Checking scrypt v0.11.0
20412026-04-10T18:36:49.568Z Checking rand v0.8.5
20422026-04-10T18:36:49.568Z Checking tempfile v3.25.0
20432026-04-10T18:36:49.595Z Checking ipnetwork v0.21.1
20442026-04-10T18:36:49.726Z Checking plain v0.2.3
20452026-04-10T18:36:49.775Z Checking pkcs5 v0.7.1
20462026-04-10T18:36:49.843Z Checking camino v1.2.2
20472026-04-10T18:36:49.880Z Checking ucd-trie v0.1.7
20482026-04-10T18:36:49.914Z Checking rustls-native-certs v0.8.3
20492026-04-10T18:36:50.038Z Checking pest v2.8.6
20502026-04-10T18:36:50.074Z Checking pkcs8 v0.10.2
20512026-04-10T18:36:50.077Z Checking sync_wrapper v1.0.2
20522026-04-10T18:36:50.141Z Checking webpki-roots v1.0.6
20532026-04-10T18:36:50.188Z Checking simd-adler32 v0.3.8
20542026-04-10T18:36:50.233Z Checking rustls-webpki v0.103.9
20552026-04-10T18:36:50.270Z Checking tower v0.5.3
20562026-04-10T18:36:50.273Z Checking iri-string v0.7.10
20572026-04-10T18:36:50.340Z Checking openapiv3 v2.2.0
20582026-04-10T18:36:50.343Z Checking either v1.15.0
20592026-04-10T18:36:50.404Z Checking adler2 v2.0.1
20602026-04-10T18:36:50.445Z Checking hyper v1.8.1
20612026-04-10T18:36:50.541Z Checking mime v0.3.17
20622026-04-10T18:36:50.583Z Checking miniz_oxide v0.8.9
20632026-04-10T18:36:50.686Z Checking rustls v0.23.37
20642026-04-10T18:36:50.689Z Checking winnow v0.7.14
20652026-04-10T18:36:50.753Z Checking static_assertions v1.1.0
20662026-04-10T18:36:50.850Z Checking oxnet v0.1.4
20672026-04-10T18:36:50.951Z Checking lazy_static v1.5.0
20682026-04-10T18:36:51.070Z Checking signature v2.2.0
20692026-04-10T18:36:51.113Z Checking hubpack v0.1.2
20702026-04-10T18:36:51.149Z Checking encoding_rs v0.8.35
20712026-04-10T18:36:51.226Z Checking strum v0.26.3
20722026-04-10T18:36:51.306Z Checking crc32fast v1.5.0
20732026-04-10T18:36:51.355Z Checking tower-http v0.6.8
20742026-04-10T18:36:51.377Z Checking foreign-types-shared v0.1.1
20752026-04-10T18:36:51.411Z Checking hyper-util v0.1.20
20762026-04-10T18:36:51.471Z Checking sha1 v0.10.6
20772026-04-10T18:36:51.507Z Checking foreign-types v0.3.2
20782026-04-10T18:36:51.605Z Checking openssl-sys v0.9.111
20792026-04-10T18:36:51.643Z Checking tinyvec_macros v0.1.1
20802026-04-10T18:36:51.680Z Checking serde_spanned v0.6.9
20812026-04-10T18:36:51.683Z Checking toml_datetime v0.6.11
20822026-04-10T18:36:51.748Z Checking tinyvec v1.10.0
20832026-04-10T18:36:51.834Z Checking num-integer v0.1.46
20842026-04-10T18:36:51.922Z Checking data-encoding v2.10.0
20852026-04-10T18:36:51.924Z Checking scroll v0.13.0
20862026-04-10T18:36:52.085Z Checking bit-vec v0.8.0
20872026-04-10T18:36:52.088Z Checking zlib-rs v0.6.2
20882026-04-10T18:36:52.154Z Checking base16ct v0.2.0
20892026-04-10T18:36:52.157Z Checking openssl v0.10.75
20902026-04-10T18:36:52.221Z Checking goblin v0.10.5
20912026-04-10T18:36:52.224Z Checking ff v0.13.1
20922026-04-10T18:36:52.306Z Checking sec1 v0.7.3
20932026-04-10T18:36:52.310Z Checking bit-set v0.8.0
20942026-04-10T18:36:52.378Z Checking memmap2 v0.9.10
20952026-04-10T18:36:52.484Z Checking wait-timeout v0.2.1
20962026-04-10T18:36:52.566Z Checking group v0.13.0
20972026-04-10T18:36:52.570Z Checking num-iter v0.1.45
20982026-04-10T18:36:52.640Z Checking dtrace-parser v0.3.0
20992026-04-10T18:36:52.683Z Checking bstr v1.12.1
21002026-04-10T18:36:52.737Z Checking hkdf v0.12.4
21012026-04-10T18:36:52.773Z Checking crossbeam-epoch v0.9.18
21022026-04-10T18:36:52.897Z Checking ahash v0.8.12
21032026-04-10T18:36:52.934Z Checking crypto-bigint v0.5.5
21042026-04-10T18:36:53.023Z Checking thread-id v5.1.0
21052026-04-10T18:36:53.058Z Checking flate2 v1.1.9
21062026-04-10T18:36:53.095Z Checking tokio-rustls v0.26.4
21072026-04-10T18:36:53.097Z Checking psl-types v2.0.11
21082026-04-10T18:36:53.165Z Checking quick-error v1.2.3
21092026-04-10T18:36:53.168Z Checking cookie v0.18.1
21102026-04-10T18:36:53.271Z Checking publicsuffix v2.3.0
21112026-04-10T18:36:53.308Z Checking rusty-fork v0.3.1
21122026-04-10T18:36:53.350Z Checking hyper-rustls v0.27.7
21132026-04-10T18:36:53.388Z Checking rand_xorshift v0.4.0
21142026-04-10T18:36:53.451Z Checking scroll v0.12.0
21152026-04-10T18:36:53.488Z Checking unarray v0.1.4
21162026-04-10T18:36:53.522Z Checking cookie_store v0.22.1
21172026-04-10T18:36:53.558Z Checking rustls-platform-verifier v0.6.2
21182026-04-10T18:36:53.592Z Checking num-bigint-dig v0.8.6
21192026-04-10T18:36:53.627Z Checking proptest v1.10.0
21202026-04-10T18:36:53.707Z Checking goblin v0.8.2
21212026-04-10T18:36:53.743Z Checking pkcs1 v0.7.5
21222026-04-10T18:36:53.840Z Checking elliptic-curve v0.13.8
21232026-04-10T18:36:53.876Z Checking x509-cert v0.2.5
21242026-04-10T18:36:53.983Z Checking zerocopy v0.7.35
21252026-04-10T18:36:54.139Z Checking native-tls v0.2.18
21262026-04-10T18:36:54.178Z Checking unicode-segmentation v1.12.0
21272026-04-10T18:36:54.347Z Checking tokio-native-tls v0.3.1
21282026-04-10T18:36:54.430Z Checking rsa v0.9.10
21292026-04-10T18:36:54.498Z Checking reqwest v0.13.2
21302026-04-10T18:36:54.534Z Checking dtrace-parser v0.2.0
21312026-04-10T18:36:54.537Z Checking hyper-tls v0.6.0
21322026-04-10T18:36:54.602Z Checking rfc6979 v0.4.0
21332026-04-10T18:36:54.605Z Checking dof v0.4.0
21342026-04-10T18:36:54.747Z Checking thread-id v4.2.2
21352026-04-10T18:36:54.783Z Checking reqwest v0.12.28
21362026-04-10T18:36:54.818Z Checking toml_write v0.1.2
21372026-04-10T18:36:54.858Z Checking ecdsa v0.16.9
21382026-04-10T18:36:54.930Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-04-10T18:36:55.010Z Checking toml_edit v0.22.27
21402026-04-10T18:36:55.240Z Checking curve25519-dalek v4.1.3
21412026-04-10T18:36:55.300Z Checking memoffset v0.9.1
21422026-04-10T18:36:55.337Z Checking usdt-impl v0.6.0
21432026-04-10T18:36:55.374Z Checking rustix v0.38.44
21442026-04-10T18:36:55.410Z Checking env_filter v1.0.0
21452026-04-10T18:36:55.450Z Checking newtype-uuid v1.3.2
21462026-04-10T18:36:55.591Z Checking keccak v0.1.6
21472026-04-10T18:36:55.628Z Checking dof v0.3.0
21482026-04-10T18:36:55.662Z Checking usdt v0.6.0
21492026-04-10T18:36:55.699Z Checking daft v0.1.5
21502026-04-10T18:36:55.702Z Checking env_logger v0.11.9
21512026-04-10T18:36:55.784Z Checking sha3 v0.10.8
21522026-04-10T18:36:55.854Z Checking ed25519 v2.2.3
21532026-04-10T18:36:55.935Z Checking usdt-impl v0.5.0
21542026-04-10T18:36:55.972Z Checking itertools v0.13.0
21552026-04-10T18:36:55.975Z Checking serde_with v3.17.0
21562026-04-10T18:36:56.045Z Checking siphasher v1.0.2
21572026-04-10T18:36:56.048Z Checking bitflags v1.3.2
21582026-04-10T18:36:56.113Z Checking ed25519-dalek v2.2.0
21592026-04-10T18:36:56.149Z Checking unicode-normalization v0.1.25
21602026-04-10T18:36:56.152Z Checking signal-hook v0.3.18
21612026-04-10T18:36:56.217Z Checking winnow v0.5.40
21622026-04-10T18:36:56.253Z Checking managed v0.8.0
21632026-04-10T18:36:56.289Z Checking nix v0.31.1
21642026-04-10T18:36:56.363Z Checking bzip2-sys v0.1.13+1.0.8
21652026-04-10T18:36:56.400Z Checking object v0.37.3
21662026-04-10T18:36:56.470Z Checking foldhash v0.1.5
21672026-04-10T18:36:56.505Z Checking bzip2 v0.4.4
21682026-04-10T18:36:56.582Z Checking signal-hook-mio v0.2.5
21692026-04-10T18:36:56.636Z Checking hashbrown v0.15.5
21702026-04-10T18:36:56.695Z Checking ref-cast v1.0.25
21712026-04-10T18:36:56.732Z Checking zstd-sys v2.0.16+zstd.1.5.7
21722026-04-10T18:36:56.824Z Checking toml_datetime v0.7.5+spec-1.1.0
21732026-04-10T18:36:56.871Z Checking zstd-safe v7.2.4
21742026-04-10T18:36:57.013Z Checking zip v0.6.6
21752026-04-10T18:36:57.049Z Checking bumpalo v3.20.2
21762026-04-10T18:36:57.083Z Checking libbz2-rs-sys v0.2.2
21772026-04-10T18:36:57.117Z Checking zstd v0.13.3
21782026-04-10T18:36:57.276Z Checking zopfli v0.8.3
21792026-04-10T18:36:57.313Z Checking crossterm v0.28.1
21802026-04-10T18:36:57.348Z Checking similar v2.7.0
21812026-04-10T18:36:57.385Z Checking toml_edit v0.19.15
21822026-04-10T18:36:57.388Z Checking tokio-stream v0.1.18
21832026-04-10T18:36:57.454Z Checking fs-err v3.3.0
21842026-04-10T18:36:57.496Z Checking bzip2 v0.6.1
21852026-04-10T18:36:57.626Z Checking hash32 v0.2.1
21862026-04-10T18:36:57.685Z Checking serde-big-array v0.5.1
21872026-04-10T18:36:57.759Z Checking unicode-properties v0.1.4
21882026-04-10T18:36:57.795Z Checking predicates-core v1.0.10
21892026-04-10T18:36:57.831Z Checking jiff v0.2.21
21902026-04-10T18:36:57.834Z Checking unicode-bidi v0.3.18
21912026-04-10T18:36:57.898Z Checking heapless v0.7.17
21922026-04-10T18:36:57.945Z Checking hickory-proto v0.25.2
21932026-04-10T18:36:57.981Z Checking md-5 v0.10.6
21942026-04-10T18:36:58.033Z Checking float-cmp v0.10.0
21952026-04-10T18:36:58.146Z Checking rustc-hash v2.1.1
21962026-04-10T18:36:58.186Z Checking stringprep v0.1.5
21972026-04-10T18:36:58.223Z Checking difflib v0.4.0
21982026-04-10T18:36:58.291Z Checking fallible-iterator v0.2.0
21992026-04-10T18:36:58.331Z Checking normalize-line-endings v0.3.0
22002026-04-10T18:36:58.369Z Checking smoltcp v0.9.1
22012026-04-10T18:36:58.429Z Checking iddqd v0.3.17
22022026-04-10T18:36:58.465Z Checking predicates v3.1.4
22032026-04-10T18:36:58.468Z Checking toml v0.7.8
22042026-04-10T18:36:58.594Z Checking postgres-protocol v0.6.10
22052026-04-10T18:36:58.707Z Checking phf_shared v0.13.1
22062026-04-10T18:36:58.803Z Checking phf_shared v0.11.3
22072026-04-10T18:36:58.839Z Checking buf-list v1.1.2
22082026-04-10T18:36:58.930Z Checking strum v0.27.2
22092026-04-10T18:36:58.933Z Checking precomputed-hash v0.1.1
22102026-04-10T18:36:59.000Z Checking new_debug_unreachable v1.0.6
22112026-04-10T18:36:59.004Z Checking lalrpop-util v0.19.12
22122026-04-10T18:36:59.067Z Checking fixedbitset v0.4.2
22132026-04-10T18:36:59.102Z Checking fixedbitset v0.5.7
22142026-04-10T18:36:59.105Z Checking string_cache v0.8.9
22152026-04-10T18:36:59.105Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-04-10T18:36:59.215Z Checking postgres-types v0.2.12
22172026-04-10T18:36:59.252Z Checking petgraph v0.6.5
22182026-04-10T18:36:59.301Z Checking phf v0.13.1
22192026-04-10T18:36:59.338Z Checking petgraph v0.8.3
22202026-04-10T18:36:59.341Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22212026-04-10T18:36:59.481Z Checking whoami v2.1.0
22222026-04-10T18:36:59.556Z Checking peg-runtime v0.8.5
22232026-04-10T18:36:59.706Z Checking tokio-postgres v0.7.16
22242026-04-10T18:36:59.744Z Checking futures-executor v0.3.32
22252026-04-10T18:36:59.792Z Checking is-terminal v0.4.17
22262026-04-10T18:36:59.920Z Checking crossbeam-channel v0.5.15
22272026-04-10T18:36:59.923Z Checking futures v0.3.32
22282026-04-10T18:37:00.059Z Compiling structmeta-derive v0.3.0
22292026-04-10T18:37:00.097Z Checking zip v4.6.1
22302026-04-10T18:37:00.295Z Checking thread_local v1.1.9
22312026-04-10T18:37:00.498Z Checking take_mut v0.2.2
22322026-04-10T18:37:00.535Z Checking term v1.2.1
22332026-04-10T18:37:00.634Z Checking slog-async v2.8.0
22342026-04-10T18:37:00.722Z Compiling newtype-uuid-macros v0.1.0
22352026-04-10T18:37:00.759Z Compiling rustls v0.22.4
22362026-04-10T18:37:00.795Z Checking slog-term v2.9.2
22372026-04-10T18:37:00.839Z Compiling multer v3.1.0
22382026-04-10T18:37:00.999Z Checking regress v0.10.5
22392026-04-10T18:37:01.035Z Compiling async-stream-impl v0.3.6
22402026-04-10T18:37:01.072Z Compiling dropshot v0.16.7
22412026-04-10T18:37:01.139Z Compiling dropshot_endpoint v0.16.7
22422026-04-10T18:37:01.184Z Checking match_cfg v0.1.0
22432026-04-10T18:37:01.220Z Compiling structmeta v0.3.0
22442026-04-10T18:37:01.282Z Checking hostname v0.3.1
22452026-04-10T18:37:01.395Z Checking slog-json v2.6.1
22462026-04-10T18:37:01.432Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22472026-04-10T18:37:01.510Z Compiling derive-ex v0.1.8
22482026-04-10T18:37:01.533Z Checking debug-ignore v1.0.5
22492026-04-10T18:37:01.579Z Checking slog-bunyan v2.5.0
22502026-04-10T18:37:01.620Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-04-10T18:37:01.661Z Checking serde_spanned v1.0.4
22522026-04-10T18:37:01.663Z Checking toml_writer v1.0.6+spec-1.1.0
22532026-04-10T18:37:01.726Z Checking progenitor-client v0.13.0
22542026-04-10T18:37:01.819Z Checking rustls-webpki v0.102.8
22552026-04-10T18:37:01.855Z Checking serde_path_to_error v0.1.20
22562026-04-10T18:37:01.898Z Checking async-stream v0.3.6
22572026-04-10T18:37:02.037Z Checking waitgroup v0.1.2
22582026-04-10T18:37:02.073Z Checking rustls-pemfile v2.2.0
22592026-04-10T18:37:02.150Z Checking hostname v0.4.2
22602026-04-10T18:37:02.186Z Checking toml v0.9.12+spec-1.1.0
22612026-04-10T18:37:02.257Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-04-10T18:37:02.260Z Compiling parse-display-derive v0.10.0
22632026-04-10T18:37:02.323Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22642026-04-10T18:37:02.397Z Checking itertools v0.14.0
22652026-04-10T18:37:02.432Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22662026-04-10T18:37:02.493Z Checking macaddr v1.0.1
22672026-04-10T18:37:02.704Z Checking instant v0.1.13
22682026-04-10T18:37:02.794Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22692026-04-10T18:37:02.831Z Checking progenitor-client v0.10.0
22702026-04-10T18:37:02.870Z Checking backoff v0.4.0
22712026-04-10T18:37:02.910Z Checking backon v1.6.0
22722026-04-10T18:37:03.054Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22732026-04-10T18:37:03.095Z Checking unicode-width v0.2.0
22742026-04-10T18:37:03.161Z Checking progenitor-extras v0.1.1
22752026-04-10T18:37:03.197Z Compiling test-strategy v0.4.5
22762026-04-10T18:37:03.404Z Checking heck v0.5.0
22772026-04-10T18:37:03.440Z Checking toml v0.8.23
22782026-04-10T18:37:03.479Z Compiling convert_case v0.4.0
22792026-04-10T18:37:03.555Z Checking half v2.7.1
22802026-04-10T18:37:03.558Z Checking ciborium-io v0.2.2
22812026-04-10T18:37:03.685Z Checking tokio-rustls v0.25.0
22822026-04-10T18:37:03.720Z Checking secrecy v0.10.3
22832026-04-10T18:37:03.788Z Compiling unsafe-libyaml v0.2.11
22842026-04-10T18:37:03.844Z Checking ciborium-ll v0.2.2
22852026-04-10T18:37:03.880Z Compiling derive_more v0.99.20
22862026-04-10T18:37:03.883Z Checking indent_write v2.2.0
22872026-04-10T18:37:04.000Z Checking parse-display v0.10.0
22882026-04-10T18:37:04.047Z Checking ciborium v0.2.2
22892026-04-10T18:37:04.081Z Checking camino-tempfile v1.4.1
22902026-04-10T18:37:04.256Z Checking universal-hash v0.5.1
22912026-04-10T18:37:04.268Z Checking opaque-debug v0.3.1
22922026-04-10T18:37:04.332Z Compiling serde_yaml v0.9.34+deprecated
22932026-04-10T18:37:04.368Z Compiling crucible-workspace-hack v0.1.0
22942026-04-10T18:37:04.494Z Checking aead v0.5.2
22952026-04-10T18:37:04.551Z Checking poly1305 v0.8.0
22962026-04-10T18:37:04.634Z Compiling typify-impl v0.6.1
22972026-04-10T18:37:04.714Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22982026-04-10T18:37:04.766Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22992026-04-10T18:37:05.110Z Checking chacha20 v0.9.1
23002026-04-10T18:37:05.151Z Compiling thiserror-impl-no-std v2.0.2
23012026-04-10T18:37:05.358Z Checking swrite v0.1.0
23022026-04-10T18:37:05.485Z Checking password-hash v0.5.0
23032026-04-10T18:37:05.762Z Checking blake2 v0.10.6
23042026-04-10T18:37:05.829Z Checking chacha20poly1305 v0.10.1
23052026-04-10T18:37:05.917Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23062026-04-10T18:37:05.987Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-04-10T18:37:06.028Z Checking argon2 v0.5.3
23082026-04-10T18:37:06.070Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-04-10T18:37:06.300Z Checking byte-wrapper v0.1.0
23102026-04-10T18:37:06.331Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23112026-04-10T18:37:06.431Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23122026-04-10T18:37:06.464Z Checking thiserror-no-std v2.0.2
23132026-04-10T18:37:06.497Z Checking crossbeam-deque v0.8.6
23142026-04-10T18:37:06.533Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-04-10T18:37:06.578Z Checking vsss-rs v3.3.4
23162026-04-10T18:37:06.613Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23172026-04-10T18:37:06.676Z Compiling rayon-core v1.13.0
23182026-04-10T18:37:06.710Z Compiling proc-macro-error v1.0.4
23192026-04-10T18:37:07.047Z Compiling toml_edit v0.23.10+spec-1.0.0
23202026-04-10T18:37:07.260Z Checking glob v0.3.3
23212026-04-10T18:37:07.296Z Checking rayon v1.11.0
23222026-04-10T18:37:07.470Z Checking unicode-width v0.1.14
23232026-04-10T18:37:07.664Z Compiling proc-macro-crate v3.4.0
23242026-04-10T18:37:07.700Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23252026-04-10T18:37:07.755Z Checking tabwriter v1.4.1
23262026-04-10T18:37:07.933Z Compiling heapless v0.8.0
23272026-04-10T18:37:08.095Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23282026-04-10T18:37:08.131Z Compiling ingot-macros v0.1.1
23292026-04-10T18:37:08.224Z Checking hash32 v0.3.1
23302026-04-10T18:37:08.261Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312026-04-10T18:37:08.382Z Compiling smoltcp v0.11.0
23322026-04-10T18:37:08.564Z Checking cobs v0.3.0
23332026-04-10T18:37:08.743Z Compiling usdt-attr-macro v0.5.0
23342026-04-10T18:37:08.779Z Compiling usdt-macro v0.5.0
23352026-04-10T18:37:08.853Z Checking memmap v0.7.0
23362026-04-10T18:37:08.891Z Checking colored v3.1.1
23372026-04-10T18:37:08.926Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-04-10T18:37:09.124Z Checking postcard v1.1.3
23392026-04-10T18:37:09.200Z Compiling num_enum_derive v0.7.5
23402026-04-10T18:37:09.237Z Compiling typify-macro v0.6.1
23412026-04-10T18:37:09.445Z Compiling proc-macro-crate v1.3.1
23422026-04-10T18:37:09.543Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-10T18:37:09.578Z Checking usdt v0.5.0
23442026-04-10T18:37:09.778Z Checking sigpipe v0.1.3
23452026-04-10T18:37:09.782Z Compiling foreign-types-macros v0.2.3
23462026-04-10T18:37:09.885Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23472026-04-10T18:37:09.924Z Checking cpufeatures v0.3.0
23482026-04-10T18:37:10.026Z Checking foreign-types-shared v0.3.1
23492026-04-10T18:37:10.198Z Checking chacha20 v0.10.0
23502026-04-10T18:37:10.202Z Compiling num_enum_derive v0.5.11
23512026-04-10T18:37:10.299Z Checking num_enum v0.7.5
23522026-04-10T18:37:10.442Z Checking cstr-argument v0.1.2
23532026-04-10T18:37:10.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-04-10T18:37:10.509Z Checking foreign-types v0.5.0
23552026-04-10T18:37:10.542Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23562026-04-10T18:37:10.598Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-04-10T18:37:10.633Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23582026-04-10T18:37:10.850Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23592026-04-10T18:37:10.898Z Checking rand v0.10.0
23602026-04-10T18:37:10.926Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-04-10T18:37:10.966Z Checking ingot-types v0.1.2
23622026-04-10T18:37:11.003Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23632026-04-10T18:37:11.040Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23642026-04-10T18:37:11.043Z Compiling typify v0.6.1
23652026-04-10T18:37:11.134Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23662026-04-10T18:37:11.209Z Compiling progenitor-impl v0.13.0
23672026-04-10T18:37:11.246Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23682026-04-10T18:37:11.314Z Checking num_enum v0.5.11
23692026-04-10T18:37:11.318Z Compiling zone_cfg_derive v0.3.1
23702026-04-10T18:37:11.380Z Checking ingot v0.1.1
23712026-04-10T18:37:11.482Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23722026-04-10T18:37:11.638Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23732026-04-10T18:37:11.680Z Checking itertools v0.12.1
23742026-04-10T18:37:11.838Z Compiling num-derive v0.4.2
23752026-04-10T18:37:11.973Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23762026-04-10T18:37:12.157Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23772026-04-10T18:37:12.278Z Checking smf v0.2.3
23782026-04-10T18:37:12.341Z Checking whoami v1.6.1
23792026-04-10T18:37:12.422Z Checking tokio-dtrace v0.1.1
23802026-04-10T18:37:12.532Z Compiling derive-where v1.6.0
23812026-04-10T18:37:12.567Z Checking console v0.15.11
23822026-04-10T18:37:12.635Z Checking oxide-tokio-rt v0.1.3
23832026-04-10T18:37:12.726Z Checking zone v0.3.1
23842026-04-10T18:37:12.776Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23852026-04-10T18:37:12.830Z Checking atomicwrites v0.4.4
23862026-04-10T18:37:12.870Z Checking newline-converter v0.3.0
23872026-04-10T18:37:12.988Z Checking bytecount v0.6.9
23882026-04-10T18:37:13.025Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23892026-04-10T18:37:13.028Z Checking expectorate v1.2.0
23902026-04-10T18:37:13.090Z Compiling owo-colors v4.3.0
23912026-04-10T18:37:13.123Z Compiling cancel-safe-futures v0.1.5
23922026-04-10T18:37:13.126Z Checking libsw-core v0.3.2
23932026-04-10T18:37:13.210Z Compiling prettyplease v0.2.37
23942026-04-10T18:37:13.327Z Checking libsw v3.5.0
23952026-04-10T18:37:13.508Z Checking same-file v1.0.6
23962026-04-10T18:37:13.574Z Checking linear-map v1.2.0
23972026-04-10T18:37:13.655Z Checking walkdir v2.5.0
23982026-04-10T18:37:13.689Z Checking num-rational v0.4.2
23992026-04-10T18:37:13.769Z Checking num-complex v0.4.6
24002026-04-10T18:37:13.850Z Checking float-ord v0.3.2
24012026-04-10T18:37:13.890Z Compiling progenitor-macro v0.13.0
24022026-04-10T18:37:13.895Z Checking gethostname v0.5.0
24032026-04-10T18:37:13.980Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24042026-04-10T18:37:13.984Z Compiling async-recursion v1.1.1
24052026-04-10T18:37:14.048Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24062026-04-10T18:37:14.122Z Checking num v0.4.3
24072026-04-10T18:37:14.158Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24082026-04-10T18:37:14.161Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24092026-04-10T18:37:14.727Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-04-10T18:37:15.205Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24112026-04-10T18:37:15.817Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24122026-04-10T18:37:17.525Z Checking smawk v0.3.2
24132026-04-10T18:37:17.590Z Checking resolv-conf v0.7.6
24142026-04-10T18:37:17.685Z Checking unicode-linebreak v0.1.5
24152026-04-10T18:37:17.802Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24162026-04-10T18:37:17.927Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24172026-04-10T18:37:18.134Z Checking globset v0.4.18
24182026-04-10T18:37:18.429Z Compiling convert_case v0.10.0
24192026-04-10T18:37:18.548Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24202026-04-10T18:37:18.772Z Compiling slog-dtrace v0.3.0
24212026-04-10T18:37:18.806Z Compiling derive_more-impl v2.1.1
24222026-04-10T18:37:18.840Z Checking progenitor v0.13.0
24232026-04-10T18:37:19.059Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24242026-04-10T18:37:19.234Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-04-10T18:37:19.392Z Compiling pin-project-internal v1.1.11
24262026-04-10T18:37:19.430Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-04-10T18:37:19.677Z Checking derive_more v2.1.1
24282026-04-10T18:37:19.784Z Checking crossterm v0.29.0
24292026-04-10T18:37:19.864Z Checking pem v3.0.6
24302026-04-10T18:37:19.929Z Checking fd-lock v4.0.4
24312026-04-10T18:37:20.059Z Checking vte v0.14.1
24322026-04-10T18:37:20.093Z Checking display-error-chain v0.2.2
24332026-04-10T18:37:20.248Z Checking strip-ansi-escapes v0.2.1
24342026-04-10T18:37:20.283Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24352026-04-10T18:37:20.389Z Compiling snafu-derive v0.8.9
24362026-04-10T18:37:20.426Z Checking linked-hash-map v0.5.6
24372026-04-10T18:37:20.459Z Checking nu-ansi-term v0.50.3
24382026-04-10T18:37:20.596Z Checking pin-project v1.1.11
24392026-04-10T18:37:20.630Z Checking termtree v0.5.1
24402026-04-10T18:37:20.706Z Checking reedline v0.40.0
24412026-04-10T18:37:20.739Z Checking lru-cache v0.1.2
24422026-04-10T18:37:20.797Z Checking textwrap v0.16.2
24432026-04-10T18:37:20.890Z Checking olpc-cjson v0.1.4
24442026-04-10T18:37:21.049Z Checking hickory-proto v0.24.4
24452026-04-10T18:37:21.084Z Checking serde_plain v1.0.2
24462026-04-10T18:37:21.266Z Checking typed-path v0.9.3
24472026-04-10T18:37:21.661Z Compiling minimal-lexical v0.2.1
24482026-04-10T18:37:21.711Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492026-04-10T18:37:21.892Z Compiling nom v7.1.3
24502026-04-10T18:37:21.947Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24512026-04-10T18:37:22.065Z Compiling ar_archive_writer v0.5.1
24522026-04-10T18:37:22.205Z Checking humantime v2.3.0
24532026-04-10T18:37:22.285Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24542026-04-10T18:37:22.331Z Checking snafu v0.8.9
24552026-04-10T18:37:22.417Z Checking csv-core v0.1.13
24562026-04-10T18:37:22.550Z Compiling stacker v0.1.23
24572026-04-10T18:37:22.597Z Checking tough v0.20.0
24582026-04-10T18:37:22.631Z Checking csv v1.4.0
24592026-04-10T18:37:22.761Z Checking highway v1.3.0
24602026-04-10T18:37:22.838Z Compiling cfg_aliases v0.1.1
24612026-04-10T18:37:22.873Z Checking hickory-resolver v0.24.4
24622026-04-10T18:37:22.946Z Compiling nix v0.28.0
24632026-04-10T18:37:22.982Z Compiling psm v0.1.30
24642026-04-10T18:37:23.047Z Checking papergrid v0.11.0
24652026-04-10T18:37:23.090Z Compiling tabled_derive v0.7.0
24662026-04-10T18:37:23.239Z Checking nibble_vec v0.1.0
24672026-04-10T18:37:23.323Z Checking home v0.5.12
24682026-04-10T18:37:23.395Z Checking endian-type v0.1.2
24692026-04-10T18:37:23.508Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24702026-04-10T18:37:23.576Z Checking radix_trie v0.2.1
24712026-04-10T18:37:23.654Z Checking qorb v0.4.1
24722026-04-10T18:37:23.687Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24732026-04-10T18:37:23.810Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24742026-04-10T18:37:23.906Z Checking phf_shared v0.12.1
24752026-04-10T18:37:24.009Z Compiling recursive-proc-macro-impl v0.1.1
24762026-04-10T18:37:24.072Z Checking tabled v0.15.0
24772026-04-10T18:37:24.106Z Compiling chrono-tz v0.10.4
24782026-04-10T18:37:24.363Z Compiling semver v0.1.20
24792026-04-10T18:37:24.395Z Checking phf v0.12.1
24802026-04-10T18:37:24.443Z Checking recursive v0.1.1
24812026-04-10T18:37:24.542Z Compiling rustc_version v0.1.7
24822026-04-10T18:37:24.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24832026-04-10T18:37:24.643Z Compiling const_format_proc_macros v0.2.34
24842026-04-10T18:37:24.646Z Compiling peg-macros v0.8.5
24852026-04-10T18:37:24.795Z Checking winnow v0.6.26
24862026-04-10T18:37:24.870Z Compiling sqlparser_derive v0.5.0
24872026-04-10T18:37:25.129Z Checking unicode_categories v0.1.1
24882026-04-10T18:37:25.568Z Checking const_format v0.2.35
24892026-04-10T18:37:25.635Z Checking rustyline v14.0.0
24902026-04-10T18:37:25.710Z Checking sqlparser v0.61.0
24912026-04-10T18:37:25.969Z Compiling newtype_derive v0.1.6
24922026-04-10T18:37:26.022Z Checking sqlformat v0.3.5
24932026-04-10T18:37:26.063Z Checking peg v0.8.5
24942026-04-10T18:37:26.204Z Checking bcs v0.1.6
24952026-04-10T18:37:26.487Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24962026-04-10T18:37:26.490Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24972026-04-10T18:37:26.559Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
24982026-04-10T18:37:26.704Z Checking steno v0.4.1
24992026-04-10T18:37:26.739Z Checking filetime v0.2.27
25002026-04-10T18:37:26.840Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25012026-04-10T18:37:26.903Z Checking xattr v1.6.1
25022026-04-10T18:37:27.067Z Checking tar v0.4.45
25032026-04-10T18:37:27.480Z Checking subprocess v0.2.15
25042026-04-10T18:37:27.517Z Checking base64 v0.21.7
25052026-04-10T18:37:27.551Z Checking headers-core v0.3.0
25062026-04-10T18:37:27.746Z Checking headers v0.4.1
25072026-04-10T18:37:27.787Z Checking yasna v0.5.2
25082026-04-10T18:37:27.822Z Checking dropshot-api-manager-types v0.6.0
25092026-04-10T18:37:28.022Z Checking tagptr v0.2.0
25102026-04-10T18:37:28.191Z Checking moka v0.12.13
25112026-04-10T18:37:28.225Z Checking rcgen v0.12.1
25122026-04-10T18:37:28.259Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-04-10T18:37:28.463Z Checking utf-8 v0.7.6
25142026-04-10T18:37:28.570Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25152026-04-10T18:37:28.633Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25162026-04-10T18:37:28.714Z Compiling radium v0.7.0
25172026-04-10T18:37:28.750Z Compiling libefi-sys v0.1.0
25182026-04-10T18:37:28.872Z Checking hickory-resolver v0.25.2
25192026-04-10T18:37:29.004Z Compiling bitfield-struct v0.6.2
25202026-04-10T18:37:29.102Z Checking tap v1.0.1
25212026-04-10T18:37:29.186Z Compiling maybe-uninit v2.0.0
25222026-04-10T18:37:29.237Z Checking wyz v0.5.1
25232026-04-10T18:37:29.271Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25242026-04-10T18:37:29.606Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25252026-04-10T18:37:29.651Z Compiling zerocopy-derive v0.6.6
25262026-04-10T18:37:29.723Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25272026-04-10T18:37:29.773Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25282026-04-10T18:37:29.878Z Checking crc-catalog v2.4.0
25292026-04-10T18:37:29.986Z Checking funty v2.0.0
25302026-04-10T18:37:30.024Z Compiling packed_struct v0.10.1
25312026-04-10T18:37:30.094Z Checking crc v3.4.0
25322026-04-10T18:37:30.313Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25332026-04-10T18:37:30.378Z Checking bitvec v1.0.1
25342026-04-10T18:37:30.422Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25352026-04-10T18:37:30.455Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25362026-04-10T18:37:30.541Z Checking zerocopy v0.6.6
25372026-04-10T18:37:30.577Z Checking tungstenite v0.21.0
25382026-04-10T18:37:30.641Z Compiling packed_struct_codegen v0.10.1
25392026-04-10T18:37:30.674Z Compiling bitfield-macros v0.19.4
25402026-04-10T18:37:30.862Z Compiling indexmap v1.9.3
25412026-04-10T18:37:31.065Z Checking nodrop v0.1.14
25422026-04-10T18:37:31.145Z Checking tokio-tungstenite v0.21.0
25432026-04-10T18:37:31.188Z Checking array-init v0.0.4
25442026-04-10T18:37:31.422Z Checking bitfield v0.19.4
25452026-04-10T18:37:31.455Z Checking smallvec v0.6.14
25462026-04-10T18:37:31.525Z Checking hashbrown v0.12.3
25472026-04-10T18:37:31.687Z Checking serde-hex v0.1.0
25482026-04-10T18:37:31.722Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-04-10T18:37:31.755Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25502026-04-10T18:37:31.912Z Checking ron v0.8.1
25512026-04-10T18:37:32.313Z Checking hashbrown v0.13.2
25522026-04-10T18:37:32.395Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-04-10T18:37:32.459Z Checking crc-any v2.5.0
25542026-04-10T18:37:32.664Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25552026-04-10T18:37:32.698Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25562026-04-10T18:37:32.755Z Checking object v0.30.4
25572026-04-10T18:37:32.758Z Checking path-slash v0.1.5
25582026-04-10T18:37:32.831Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25592026-04-10T18:37:32.867Z Compiling xshell-macros v0.2.7
25602026-04-10T18:37:32.917Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25612026-04-10T18:37:33.186Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25622026-04-10T18:37:33.270Z Checking xshell v0.2.7
25632026-04-10T18:37:33.318Z Checking half v1.8.3
25642026-04-10T18:37:33.482Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25652026-04-10T18:37:33.541Z Checking serde_cbor v0.11.2
25662026-04-10T18:37:33.852Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25672026-04-10T18:37:34.097Z Compiling num-derive v0.3.3
25682026-04-10T18:37:34.133Z Compiling proc-macro-error-attr2 v2.0.0
25692026-04-10T18:37:34.252Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25702026-04-10T18:37:34.287Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25712026-04-10T18:37:34.468Z Checking papergrid v0.17.0
25722026-04-10T18:37:34.548Z Compiling proc-macro-error2 v2.0.1
25732026-04-10T18:37:34.851Z Checking testing_table v0.3.0
25742026-04-10T18:37:34.886Z Compiling tabled_derive v0.11.0
25752026-04-10T18:37:34.976Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25762026-04-10T18:37:35.008Z Checking libscf-sys v1.1.0
25772026-04-10T18:37:35.230Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25782026-04-10T18:37:35.293Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25792026-04-10T18:37:35.473Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25802026-04-10T18:37:35.607Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25812026-04-10T18:37:35.692Z Checking maplit v1.0.2
25822026-04-10T18:37:35.805Z Checking fxhash v0.2.1
25832026-04-10T18:37:35.913Z Checking crc8 v0.1.1
25842026-04-10T18:37:35.955Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25852026-04-10T18:37:35.989Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-04-10T18:37:36.040Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25872026-04-10T18:37:36.084Z Checking tabled v0.20.0
25882026-04-10T18:37:36.286Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25892026-04-10T18:37:36.595Z Checking unicase v2.9.0
25902026-04-10T18:37:36.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25912026-04-10T18:37:36.852Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25922026-04-10T18:37:36.998Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25932026-04-10T18:37:37.184Z Checking kstat-rs v0.2.4
25942026-04-10T18:37:37.384Z Compiling diesel_derives v2.3.7
25952026-04-10T18:37:37.415Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25962026-04-10T18:37:37.447Z Compiling typify-impl v0.4.3
25972026-04-10T18:37:37.637Z Checking scheduled-thread-pool v0.2.7
25982026-04-10T18:37:37.670Z Compiling dsl_auto_type v0.2.0
25992026-04-10T18:37:37.817Z Compiling vergen-gitcl v1.0.8
26002026-04-10T18:37:38.038Z Checking arc-swap v1.8.2
26012026-04-10T18:37:38.151Z Compiling diesel_table_macro_syntax v0.3.0
26022026-04-10T18:37:38.214Z Compiling parking_lot_core v0.8.6
26032026-04-10T18:37:38.328Z Checking slog-scope v4.4.1
26042026-04-10T18:37:38.427Z Checking r2d2 v0.8.10
26052026-04-10T18:37:38.530Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26062026-04-10T18:37:38.572Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26072026-04-10T18:37:38.852Z Compiling git-stub v1.0.0
26082026-04-10T18:37:38.920Z Checking downcast-rs v2.0.2
26092026-04-10T18:37:39.051Z Compiling git-stub-vcs v0.1.0
26102026-04-10T18:37:39.323Z Checking slog-stdlog v4.1.1
26112026-04-10T18:37:39.431Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26122026-04-10T18:37:39.467Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26132026-04-10T18:37:39.498Z Checking slog-envlogger v2.2.0
26142026-04-10T18:37:39.678Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26152026-04-10T18:37:39.783Z Checking parking_lot v0.11.2
26162026-04-10T18:37:39.969Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26172026-04-10T18:37:40.019Z Checking prefix-trie v0.7.0
26182026-04-10T18:37:40.210Z Checking sled v0.34.7
26192026-04-10T18:37:40.275Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26202026-04-10T18:37:40.307Z Checking nanorand v0.7.0
26212026-04-10T18:37:40.389Z Checking hickory-server v0.25.2
26222026-04-10T18:37:40.472Z Compiling dirs-sys-next v0.1.2
26232026-04-10T18:37:40.539Z Compiling crunchy v0.2.4
26242026-04-10T18:37:40.792Z Compiling dirs-next v2.0.0
26252026-04-10T18:37:40.874Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26262026-04-10T18:37:40.919Z Checking flume v0.11.1
26272026-04-10T18:37:40.951Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26282026-04-10T18:37:40.984Z Compiling clang-sys v1.8.1
26292026-04-10T18:37:41.187Z Compiling tiny-keccak v2.0.2
26302026-04-10T18:37:41.483Z Compiling term v0.7.0
26312026-04-10T18:37:41.518Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26322026-04-10T18:37:41.632Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26332026-04-10T18:37:41.892Z Compiling bit-vec v0.6.3
26342026-04-10T18:37:41.956Z Compiling typify-macro v0.4.3
26352026-04-10T18:37:42.067Z Compiling salty v0.3.0
26362026-04-10T18:37:42.140Z Compiling bit-set v0.5.3
26372026-04-10T18:37:42.328Z Compiling ascii-canvas v3.0.0
26382026-04-10T18:37:42.440Z Checking primeorder v0.13.6
26392026-04-10T18:37:42.602Z Compiling itertools v0.10.5
26402026-04-10T18:37:42.716Z Compiling ena v0.14.4
26412026-04-10T18:37:42.847Z Compiling libloading v0.8.9
26422026-04-10T18:37:42.887Z Compiling fs-err v2.11.0
26432026-04-10T18:37:42.920Z Compiling bindgen v0.71.1
26442026-04-10T18:37:42.956Z Compiling regex-syntax v0.6.29
26452026-04-10T18:37:43.083Z Compiling diff v0.1.13
26462026-04-10T18:37:43.437Z Compiling cexpr v0.6.0
26472026-04-10T18:37:43.671Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26482026-04-10T18:37:43.705Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26492026-04-10T18:37:43.708Z Checking diesel v2.3.7
26502026-04-10T18:37:43.735Z Compiling typify v0.4.3
26512026-04-10T18:37:44.015Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26522026-04-10T18:37:44.128Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26532026-04-10T18:37:44.252Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26542026-04-10T18:37:44.350Z Compiling lalrpop v0.19.12
26552026-04-10T18:37:44.469Z Compiling libxml v0.3.3
26562026-04-10T18:37:44.503Z Checking parse-size v1.1.0
26572026-04-10T18:37:44.652Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26582026-04-10T18:37:44.791Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26592026-04-10T18:37:45.065Z Checking p384 v0.13.1
26602026-04-10T18:37:45.124Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26612026-04-10T18:37:45.556Z Compiling strum_macros v0.24.3
26622026-04-10T18:37:45.590Z Checking assert_matches v1.5.0
26632026-04-10T18:37:45.695Z Compiling indoc v1.0.9
26642026-04-10T18:37:46.788Z Compiling progenitor-impl v0.10.0
26652026-04-10T18:37:47.006Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26662026-04-10T18:37:47.013Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26672026-04-10T18:37:47.190Z Checking predicates-tree v1.0.13
26682026-04-10T18:37:47.341Z Checking derive_builder v0.20.2
26692026-04-10T18:37:47.488Z Checking quick-xml v0.37.5
26702026-04-10T18:37:47.640Z Compiling oso-derive v0.27.3
26712026-04-10T18:37:47.917Z Compiling trait-variant v0.1.2
26722026-04-10T18:37:48.147Z Compiling impl-trait-for-tuples v0.2.3
26732026-04-10T18:37:48.395Z Checking openssl-probe v0.1.6
26742026-04-10T18:37:48.474Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26752026-04-10T18:37:48.537Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26762026-04-10T18:37:49.261Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26772026-04-10T18:37:49.402Z Compiling progenitor-macro v0.10.0
26782026-04-10T18:37:49.789Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26792026-04-10T18:37:49.864Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26802026-04-10T18:37:50.678Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26812026-04-10T18:37:51.726Z Compiling progenitor-impl v0.11.2
26822026-04-10T18:37:51.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26832026-04-10T18:37:52.674Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26842026-04-10T18:37:53.019Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-04-10T18:37:53.496Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-04-10T18:37:53.806Z Checking toml v1.0.6+spec-1.1.0
26872026-04-10T18:37:53.975Z Compiling mime_guess v2.0.5
26882026-04-10T18:37:54.357Z Checking progenitor v0.10.0
26892026-04-10T18:37:54.391Z Compiling progenitor-macro v0.11.2
26902026-04-10T18:37:54.529Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26912026-04-10T18:37:54.562Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26922026-04-10T18:37:54.858Z Checking progenitor-client v0.11.2
26932026-04-10T18:37:55.022Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
26942026-04-10T18:37:55.132Z Checking http-range v0.1.5
26952026-04-10T18:37:55.162Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26962026-04-10T18:37:55.324Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26972026-04-10T18:37:55.366Z Checking ignore v0.4.25
26982026-04-10T18:37:55.826Z Checking atty v0.2.14
26992026-04-10T18:37:55.948Z Checking globwalk v0.9.1
27002026-04-10T18:37:56.369Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27012026-04-10T18:37:56.373Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27022026-04-10T18:37:56.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-04-10T18:37:56.889Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-04-10T18:37:57.112Z Checking bb8 v0.8.6
27052026-04-10T18:37:57.301Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27062026-04-10T18:37:57.433Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27072026-04-10T18:37:57.517Z Checking compression-core v0.4.31
27082026-04-10T18:37:57.675Z Checking corncobs v0.1.4
27092026-04-10T18:37:57.707Z Checking compression-codecs v0.4.37
27102026-04-10T18:37:57.838Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27112026-04-10T18:37:57.912Z Checking diesel-dtrace v0.5.0
27122026-04-10T18:37:57.915Z Checking async-bb8-diesel v0.2.1
27132026-04-10T18:37:58.247Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-04-10T18:37:58.289Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27152026-04-10T18:37:58.321Z Checking hyper-staticfile v0.10.1
27162026-04-10T18:37:58.633Z Checking camino-tempfile-ext v0.3.3
27172026-04-10T18:37:58.666Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27182026-04-10T18:37:58.666Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27192026-04-10T18:37:58.855Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27202026-04-10T18:37:58.978Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27212026-04-10T18:37:59.084Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-04-10T18:37:59.352Z Checking progenitor v0.11.2
27232026-04-10T18:37:59.526Z Checking signal-hook-tokio v0.3.1
27242026-04-10T18:37:59.665Z Checking secrecy v0.8.0
27252026-04-10T18:37:59.697Z Compiling dropshot v0.17.0
27262026-04-10T18:37:59.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27272026-04-10T18:38:00.132Z Checking async-compression v0.4.41
27282026-04-10T18:38:00.164Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27292026-04-10T18:38:00.445Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27302026-04-10T18:38:00.684Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
27312026-04-10T18:38:00.741Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27322026-04-10T18:38:01.087Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27332026-04-10T18:38:01.189Z Compiling dropshot_endpoint v0.17.0
27342026-04-10T18:38:01.271Z Checking nonempty v0.12.0
27352026-04-10T18:38:01.306Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27362026-04-10T18:38:01.469Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27372026-04-10T18:38:01.568Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-04-10T18:38:01.603Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27392026-04-10T18:38:01.905Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-04-10T18:38:01.996Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-04-10T18:38:02.368Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27422026-04-10T18:38:02.524Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27432026-04-10T18:38:02.812Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27442026-04-10T18:38:03.103Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27452026-04-10T18:38:03.154Z Checking tungstenite v0.23.0
27462026-04-10T18:38:03.608Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27472026-04-10T18:38:03.805Z Checking tokio-tungstenite v0.23.1
27482026-04-10T18:38:04.108Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27492026-04-10T18:38:04.494Z Checking rand_seeder v0.4.0
27502026-04-10T18:38:04.682Z Checking void v1.0.2
27512026-04-10T18:38:04.815Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27522026-04-10T18:38:04.849Z Checking lzss v0.8.2
27532026-04-10T18:38:04.886Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
27542026-04-10T18:38:05.072Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-04-10T18:38:05.273Z Checking nix v0.27.1
27562026-04-10T18:38:05.317Z Checking serde_bytes v0.11.19
27572026-04-10T18:38:05.536Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27582026-04-10T18:38:05.711Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-04-10T18:38:05.745Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27602026-04-10T18:38:05.826Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-04-10T18:38:06.491Z Checking is_ci v1.2.0
27622026-04-10T18:38:06.629Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27632026-04-10T18:38:06.663Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27642026-04-10T18:38:06.926Z Checking yansi v1.0.1
27652026-04-10T18:38:06.999Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27662026-04-10T18:38:07.213Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27672026-04-10T18:38:07.248Z Checking pretty_assertions v1.4.1
27682026-04-10T18:38:07.326Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27692026-04-10T18:38:07.414Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27702026-04-10T18:38:07.676Z Compiling darling_core v0.23.0
27712026-04-10T18:38:08.490Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27722026-04-10T18:38:08.612Z Compiling indoc v2.0.7
27732026-04-10T18:38:08.835Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27742026-04-10T18:38:09.068Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-04-10T18:38:09.101Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-04-10T18:38:09.333Z Compiling instability v0.3.11
27772026-04-10T18:38:09.442Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27782026-04-10T18:38:09.749Z Compiling libz-sys v1.1.24
27792026-04-10T18:38:09.897Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27802026-04-10T18:38:10.173Z Checking castaway v0.2.4
27812026-04-10T18:38:10.248Z Compiling darling_macro v0.23.0
27822026-04-10T18:38:10.343Z Checking compact_str v0.8.1
27832026-04-10T18:38:10.757Z Checking supports-color v3.0.2
27842026-04-10T18:38:10.788Z Compiling darling v0.23.0
27852026-04-10T18:38:10.942Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27862026-04-10T18:38:11.049Z Checking unicode-truncate v1.1.0
27872026-04-10T18:38:11.167Z Checking console v0.16.2
27882026-04-10T18:38:11.233Z Checking lru v0.12.5
27892026-04-10T18:38:11.426Z Checking cassowary v0.3.0
27902026-04-10T18:38:11.508Z Checking unit-prefix v0.5.2
27912026-04-10T18:38:11.676Z Checking ratatui v0.29.0
27922026-04-10T18:38:11.679Z Checking indicatif v0.18.4
27932026-04-10T18:38:11.679Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27942026-04-10T18:38:11.773Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-04-10T18:38:11.990Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-04-10T18:38:12.267Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27972026-04-10T18:38:13.033Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-04-10T18:38:13.271Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-04-10T18:38:13.561Z Compiling vergen-git2 v1.0.7
28002026-04-10T18:38:13.595Z Checking plotters-backend v0.3.7
28012026-04-10T18:38:13.628Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-04-10T18:38:13.828Z Checking plotters-svg v0.3.7
28032026-04-10T18:38:13.863Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-04-10T18:38:13.895Z Checking colored v2.2.0
28052026-04-10T18:38:14.003Z Checking shell-words v1.1.1
28062026-04-10T18:38:14.092Z Checking cast v0.3.0
28072026-04-10T18:38:14.130Z Compiling rustls v0.21.12
28082026-04-10T18:38:14.207Z Checking plotters v0.3.7
28092026-04-10T18:38:14.278Z Checking criterion-plot v0.6.0
28102026-04-10T18:38:14.435Z Checking typeid v1.0.3
28112026-04-10T18:38:14.555Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-10T18:38:14.588Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-04-10T18:38:14.817Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-04-10T18:38:14.984Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28152026-04-10T18:38:15.044Z Checking rustls-webpki v0.101.7
28162026-04-10T18:38:15.453Z Checking sct v0.7.1
28172026-04-10T18:38:15.499Z Checking tinytemplate v1.2.1
28182026-04-10T18:38:15.553Z Compiling nix v0.29.0
28192026-04-10T18:38:15.624Z Checking hex-literal v0.4.1
28202026-04-10T18:38:15.760Z Checking anes v0.1.6
28212026-04-10T18:38:15.763Z Checking oorandom v11.1.5
28222026-04-10T18:38:16.007Z Checking criterion v0.7.0
28232026-04-10T18:38:16.051Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-10T18:38:17.320Z Checking erased-serde v0.4.9
28252026-04-10T18:38:17.363Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262026-04-10T18:38:17.714Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28272026-04-10T18:38:18.152Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28282026-04-10T18:38:18.480Z Checking ordered-float v2.10.1
28292026-04-10T18:38:18.747Z Checking serde-value v0.7.0
28302026-04-10T18:38:18.994Z Checking serde-untagged v0.1.9
28312026-04-10T18:38:19.224Z Checking tokio-rustls v0.24.1
28322026-04-10T18:38:19.738Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-04-10T18:38:20.557Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-04-10T18:38:20.787Z Checking rustls-pemfile v1.0.4
28352026-04-10T18:38:20.964Z Checking twox-hash v2.1.2
28362026-04-10T18:38:21.171Z Checking unicode-xid v0.2.6
28372026-04-10T18:38:21.329Z Checking cargo-util-schemas v0.8.2
28382026-04-10T18:38:21.373Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-04-10T18:38:22.249Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28402026-04-10T18:38:22.358Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-04-10T18:38:22.541Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-04-10T18:38:22.928Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28432026-04-10T18:38:23.124Z Checking fatfs v0.3.6
28442026-04-10T18:38:23.564Z Checking cargo-platform v0.2.0
28452026-04-10T18:38:23.604Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-04-10T18:38:23.787Z Compiling petname v2.0.2
28472026-04-10T18:38:23.854Z Compiling seq-macro v0.3.6
28482026-04-10T18:38:24.387Z Checking cargo_metadata v0.21.0
28492026-04-10T18:38:24.463Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28502026-04-10T18:38:24.929Z Checking concurrent-queue v2.5.0
28512026-04-10T18:38:25.149Z Checking rtoolbox v0.0.3
28522026-04-10T18:38:25.182Z Checking parking v2.2.1
28532026-04-10T18:38:25.319Z Checking futures-timer v3.0.3
28542026-04-10T18:38:25.351Z Checking event-listener v5.4.1
28552026-04-10T18:38:25.531Z Checking rpassword v7.4.0
28562026-04-10T18:38:25.603Z Checking tui-tree-widget v0.23.1
28572026-04-10T18:38:25.669Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28582026-04-10T18:38:25.819Z Checking polyval v0.6.2
28592026-04-10T18:38:25.859Z Checking sapling-renderdag v0.1.0
28602026-04-10T18:38:25.970Z Checking sync-ptr v0.1.4
28612026-04-10T18:38:26.015Z Checking ghash v0.5.1
28622026-04-10T18:38:26.118Z Checking event-listener-strategy v0.5.4
28632026-04-10T18:38:26.152Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28642026-04-10T18:38:26.185Z Checking ctr v0.9.2
28652026-04-10T18:38:26.285Z Checking arrayvec v0.7.6
28662026-04-10T18:38:26.319Z Compiling samael v0.0.19
28672026-04-10T18:38:26.371Z Checking constant_time_eq v0.4.2
28682026-04-10T18:38:26.405Z Checking arrayref v0.3.9
28692026-04-10T18:38:26.501Z Checking aes-gcm v0.10.3
28702026-04-10T18:38:26.567Z Checking async-lock v3.4.2
28712026-04-10T18:38:26.609Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-04-10T18:38:26.684Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-04-10T18:38:26.982Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28742026-04-10T18:38:27.562Z Checking ssh-encoding v0.2.0
28752026-04-10T18:38:27.668Z Checking blowfish v0.9.1
28762026-04-10T18:38:27.779Z Checking ssh-cipher v0.2.0
28772026-04-10T18:38:27.850Z Checking bcrypt-pbkdf v0.10.0
28782026-04-10T18:38:27.983Z Checking async-object-pool v0.2.0
28792026-04-10T18:38:28.043Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-04-10T18:38:28.124Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-04-10T18:38:28.367Z Checking serde_regex v1.1.0
28822026-04-10T18:38:28.557Z Checking password-hash v0.4.2
28832026-04-10T18:38:28.784Z Checking assert-json-diff v2.0.2
28842026-04-10T18:38:28.817Z Checking path-tree v0.8.3
28852026-04-10T18:38:28.981Z Compiling target-lexicon v0.13.3
28862026-04-10T18:38:29.034Z Checking stringmetrics v2.2.2
28872026-04-10T18:38:29.221Z Checking gimli v0.32.3
28882026-04-10T18:38:29.295Z Checking httpmock v0.8.3
28892026-04-10T18:38:29.561Z Checking pbkdf2 v0.11.0
28902026-04-10T18:38:29.768Z Checking ssh-key v0.6.7
28912026-04-10T18:38:30.797Z Checking addr2line v0.25.1
28922026-04-10T18:38:30.965Z Checking p256 v0.13.2
28932026-04-10T18:38:31.092Z Checking p521 v0.13.3
28942026-04-10T18:38:31.252Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-04-10T18:38:31.484Z Checking russh-cryptovec v0.7.3
28962026-04-10T18:38:31.562Z Compiling guppy-workspace-hack v0.1.0
28972026-04-10T18:38:31.651Z Checking rustc-demangle v0.1.27
28982026-04-10T18:38:31.716Z Checking md5 v0.7.0
28992026-04-10T18:38:31.906Z Checking backtrace v0.3.76
29002026-04-10T18:38:31.939Z Checking russh-keys v0.45.0
29012026-04-10T18:38:32.082Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-04-10T18:38:32.242Z Checking num-bigint v0.4.6
29032026-04-10T18:38:32.432Z Checking des v0.8.1
29042026-04-10T18:38:32.654Z Compiling blake3 v1.8.3
29052026-04-10T18:38:32.779Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29062026-04-10T18:38:33.040Z Compiling target-spec v3.5.7
29072026-04-10T18:38:33.212Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29082026-04-10T18:38:33.245Z Checking russh v0.45.0
29092026-04-10T18:38:33.519Z Checking backtrace-ext v0.2.1
29102026-04-10T18:38:33.665Z Checking cfg-expr v0.20.6
29112026-04-10T18:38:33.868Z Checking supports-color v2.1.0
29122026-04-10T18:38:33.871Z Checking textwrap v0.15.2
29132026-04-10T18:38:34.036Z Checking supports-hyperlinks v2.1.0
29142026-04-10T18:38:34.088Z Checking supports-unicode v2.1.0
29152026-04-10T18:38:34.138Z Checking hashbrown v0.14.5
29162026-04-10T18:38:34.182Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29172026-04-10T18:38:34.233Z Checking cargo-platform v0.3.2
29182026-04-10T18:38:34.412Z Checking terminal_size v0.1.17
29192026-04-10T18:38:34.446Z Compiling miette-derive v5.10.0
29202026-04-10T18:38:34.555Z Checking internet-checksum v0.2.1
29212026-04-10T18:38:34.642Z Checking owo-colors v3.5.0
29222026-04-10T18:38:34.705Z Checking chumsky v0.9.3
29232026-04-10T18:38:35.172Z Checking cargo_metadata v0.23.1
29242026-04-10T18:38:35.604Z Checking miette v5.10.0
29252026-04-10T18:38:35.808Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-04-10T18:38:35.964Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-04-10T18:38:36.032Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-04-10T18:38:36.107Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-04-10T18:38:36.368Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-04-10T18:38:36.404Z Compiling knuffel-derive v3.2.0
29312026-04-10T18:38:36.587Z Checking httptest v0.16.4
29322026-04-10T18:38:36.874Z Checking pathdiff v0.2.3
29332026-04-10T18:38:36.983Z Checking nested v0.1.1
29342026-04-10T18:38:37.015Z Checking topological-sort v0.2.2
29352026-04-10T18:38:37.151Z Checking guppy v0.17.25
29362026-04-10T18:38:37.186Z Checking omicron-zone-package v0.12.2
29372026-04-10T18:38:37.236Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29382026-04-10T18:38:37.481Z Checking similar-asserts v1.7.0
29392026-04-10T18:38:37.666Z Compiling rstest_macros v0.25.0
29402026-04-10T18:38:37.901Z Checking knuffel v3.2.0
29412026-04-10T18:38:37.977Z Compiling git2 v0.20.4
29422026-04-10T18:38:38.017Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29432026-04-10T18:38:38.104Z Compiling target-triple v1.0.0
29442026-04-10T18:38:38.179Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29452026-04-10T18:38:38.214Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29462026-04-10T18:38:38.499Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29472026-04-10T18:38:38.553Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-04-10T18:38:38.729Z Checking hickory-client v0.25.2
29492026-04-10T18:38:39.042Z Checking tokio-test v0.4.5
29502026-04-10T18:38:39.188Z Compiling relative-path v1.9.3
29512026-04-10T18:38:39.280Z Checking escape8259 v0.5.3
29522026-04-10T18:38:39.450Z Compiling assert_cmd v2.1.2
29532026-04-10T18:38:39.779Z Checking libtest-mimic v0.8.1
29542026-04-10T18:38:40.056Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29552026-04-10T18:38:40.136Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29562026-04-10T18:38:40.845Z Checking blake2b_simd v1.0.4
29572026-04-10T18:38:40.879Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29582026-04-10T18:38:41.297Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29592026-04-10T18:38:41.330Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29602026-04-10T18:38:41.402Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29612026-04-10T18:38:41.709Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-04-10T18:38:41.875Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-04-10T18:38:41.938Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-04-10T18:38:41.972Z Compiling polar-core v0.27.3
29652026-04-10T18:38:42.169Z Checking fancy-regex v0.14.0
29662026-04-10T18:38:42.466Z Checking serde_tokenstream v0.2.3
29672026-04-10T18:38:42.562Z Checking uzers v0.12.2
29682026-04-10T18:38:42.712Z Checking termcolor v1.4.1
29692026-04-10T18:38:42.808Z Compiling linkme-impl v0.3.35
29702026-04-10T18:38:42.977Z Checking constant_time_eq v0.3.1
29712026-04-10T18:38:43.106Z Checking rust-argon2 v2.1.0
29722026-04-10T18:38:43.109Z Checking rstest v0.25.0
29732026-04-10T18:38:43.250Z Checking trybuild v1.0.116
29742026-04-10T18:38:43.317Z Checking datatest-stable v0.3.3
29752026-04-10T18:38:43.683Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-04-10T18:38:43.852Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-04-10T18:38:44.019Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-04-10T18:38:44.050Z Checking support-bundle-viewer v0.1.2
29792026-04-10T18:38:44.364Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-04-10T18:38:44.604Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-04-10T18:38:44.679Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
29822026-04-10T18:38:44.834Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-04-10T18:38:44.919Z Checking drift v0.1.3
29842026-04-10T18:38:45.070Z Checking rand_distr v0.5.1
29852026-04-10T18:38:45.320Z Checking multimap v0.10.1
29862026-04-10T18:38:45.547Z Checking approx v0.5.1
29872026-04-10T18:38:45.623Z Compiling linkme v0.3.35
29882026-04-10T18:38:45.726Z Checking dropshot-api-manager v0.6.0
29892026-04-10T18:38:46.786Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-04-10T18:38:47.097Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-04-10T18:38:47.131Z Checking oso v0.27.3
29922026-04-10T18:38:47.205Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29932026-04-10T18:38:47.242Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29942026-04-10T18:38:47.330Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-04-10T18:38:47.425Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-04-10T18:38:47.572Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-04-10T18:38:47.827Z Checking partial-io v0.5.4
29982026-04-10T18:38:47.909Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29992026-04-10T18:38:47.981Z Checking cargo_toml v0.21.0
30002026-04-10T18:38:48.075Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-04-10T18:38:48.108Z Checking termios v0.3.3
30022026-04-10T18:38:48.142Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-04-10T18:38:48.640Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-04-10T18:38:48.683Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-04-10T18:38:48.902Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-04-10T18:38:52.678Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-04-10T18:38:56.471Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30082026-04-10T18:38:57.284Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-04-10T18:39:00.419Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-04-10T18:39:03.755Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-04-10T18:39:09.206Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30122026-04-10T18:39:12.301Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30132026-04-10T18:39:13.350Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30142026-04-10T18:39:15.144Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-04-10T18:39:16.267Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30162026-04-10T18:39:23.696Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-04-10T18:40:38.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 00s
30182026-04-10T18:40:39.075Z
30192026-04-10T18:40:39.075Zreal 4:03.389569807
30202026-04-10T18:40:39.075Zuser 20:37.768073086
30212026-04-10T18:40:39.075Zsys 4:44.705322496
30222026-04-10T18:40:39.075Ztrap 0.499470031
30232026-04-10T18:40:39.075Ztflt 0.066166778
30242026-04-10T18:40:39.075Zdflt 0.152825161
30252026-04-10T18:40:39.075Zkflt 0.005914510
30262026-04-10T18:40:39.075Zlock 56:45.942455831
30272026-04-10T18:40:39.075Zslp 56:33.170933577
30282026-04-10T18:40:39.075Zlat 1:51.252895101
30292026-04-10T18:40:39.078Zstop 10:40.184506201
30302026-04-10T18:40:39.079Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-04-10T18:40:39.079Z+ ptime -m cargo doc --workspace --no-deps
30322026-04-10T18:40:39.958Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30332026-04-10T18:40:39.958Z |
30342026-04-10T18:40:39.958Z = note: the bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`
30352026-04-10T18:40:39.958Z = note: this is a known bug where multiple crates with the same name use the same path; see <https://github.com/rust-lang/cargo/issues/6313>
30362026-04-10T18:40:40.896Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-04-10T18:40:41.121Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30382026-04-10T18:40:41.164Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30392026-04-10T18:40:41.226Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-04-10T18:40:41.296Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30412026-04-10T18:40:41.396Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30422026-04-10T18:40:41.424Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-04-10T18:40:41.451Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-04-10T18:40:41.479Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-04-10T18:40:41.525Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30462026-04-10T18:40:41.689Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30472026-04-10T18:40:41.712Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30482026-04-10T18:40:41.732Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-04-10T18:40:41.752Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30502026-04-10T18:40:41.772Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30512026-04-10T18:40:41.797Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-04-10T18:40:41.826Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30532026-04-10T18:40:41.850Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-04-10T18:40:41.874Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-04-10T18:40:41.897Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30562026-04-10T18:40:42.203Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-04-10T18:40:42.444Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-04-10T18:40:42.499Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30592026-04-10T18:40:42.592Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30602026-04-10T18:40:42.642Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30612026-04-10T18:40:42.676Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30622026-04-10T18:40:42.740Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30632026-04-10T18:40:42.835Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30642026-04-10T18:40:42.892Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30652026-04-10T18:40:43.000Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-04-10T18:40:43.039Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30672026-04-10T18:40:43.228Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30682026-04-10T18:40:43.262Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30692026-04-10T18:40:43.285Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30702026-04-10T18:40:43.480Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712026-04-10T18:40:43.520Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30722026-04-10T18:40:43.593Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30732026-04-10T18:40:43.758Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30742026-04-10T18:40:43.830Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30752026-04-10T18:40:43.889Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30762026-04-10T18:40:44.068Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30772026-04-10T18:40:44.165Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782026-04-10T18:40:44.332Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30792026-04-10T18:40:44.355Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30802026-04-10T18:40:44.398Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30812026-04-10T18:40:44.522Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30822026-04-10T18:40:44.607Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30832026-04-10T18:40:44.687Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30842026-04-10T18:40:44.757Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30852026-04-10T18:40:44.842Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-04-10T18:40:44.894Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-04-10T18:40:44.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-04-10T18:40:44.969Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30892026-04-10T18:40:45.038Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30902026-04-10T18:40:45.193Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-04-10T18:40:45.214Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30922026-04-10T18:40:45.274Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30932026-04-10T18:40:45.288Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30942026-04-10T18:40:45.448Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30952026-04-10T18:40:45.472Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30962026-04-10T18:40:45.475Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30972026-04-10T18:40:45.649Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30982026-04-10T18:40:45.714Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30992026-04-10T18:40:45.743Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31002026-04-10T18:40:45.767Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
31012026-04-10T18:40:45.789Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31022026-04-10T18:40:45.914Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31032026-04-10T18:40:45.945Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31042026-04-10T18:40:46.103Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-04-10T18:40:46.146Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31062026-04-10T18:40:46.190Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31072026-04-10T18:40:46.214Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31082026-04-10T18:40:46.234Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31092026-04-10T18:40:46.340Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31102026-04-10T18:40:46.661Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31112026-04-10T18:40:46.794Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-04-10T18:40:47.455Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31132026-04-10T18:40:47.492Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-04-10T18:40:47.726Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31152026-04-10T18:40:47.954Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31162026-04-10T18:40:48.103Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31172026-04-10T18:40:48.106Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31182026-04-10T18:40:48.409Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31192026-04-10T18:40:48.442Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-04-10T18:40:48.722Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31212026-04-10T18:40:48.758Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31222026-04-10T18:40:48.959Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31232026-04-10T18:40:49.214Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31242026-04-10T18:40:49.217Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31252026-04-10T18:40:49.728Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-04-10T18:40:50.574Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31272026-04-10T18:40:51.019Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31282026-04-10T18:40:51.151Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31292026-04-10T18:40:51.174Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31302026-04-10T18:40:51.321Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
31312026-04-10T18:40:51.685Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31322026-04-10T18:40:51.708Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31332026-04-10T18:40:52.048Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31342026-04-10T18:40:52.302Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31352026-04-10T18:40:52.306Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31362026-04-10T18:40:52.385Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31372026-04-10T18:40:52.579Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31382026-04-10T18:40:52.607Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31392026-04-10T18:40:52.631Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31402026-04-10T18:40:52.723Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31412026-04-10T18:40:52.726Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31422026-04-10T18:40:52.841Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31432026-04-10T18:40:53.051Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31442026-04-10T18:40:53.319Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31452026-04-10T18:40:53.588Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31462026-04-10T18:40:54.075Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31472026-04-10T18:40:54.445Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31482026-04-10T18:40:55.040Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31492026-04-10T18:40:55.337Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31502026-04-10T18:40:55.367Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31512026-04-10T18:40:55.776Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31522026-04-10T18:40:56.059Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31532026-04-10T18:40:56.240Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31542026-04-10T18:40:56.341Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31552026-04-10T18:40:56.643Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31562026-04-10T18:40:56.946Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31572026-04-10T18:40:56.969Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31582026-04-10T18:40:57.231Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31592026-04-10T18:40:57.353Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31602026-04-10T18:40:57.456Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31612026-04-10T18:40:57.530Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-04-10T18:40:57.621Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31632026-04-10T18:40:58.182Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-04-10T18:40:58.687Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-04-10T18:40:58.941Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31662026-04-10T18:40:59.023Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-04-10T18:40:59.733Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31682026-04-10T18:41:00.162Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692026-04-10T18:41:00.814Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-04-10T18:41:01.040Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-04-10T18:41:01.212Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31722026-04-10T18:41:01.315Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-04-10T18:41:01.763Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31742026-04-10T18:41:01.786Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31752026-04-10T18:41:02.281Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31762026-04-10T18:41:02.363Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31772026-04-10T18:41:02.589Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782026-04-10T18:41:03.103Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31792026-04-10T18:41:03.142Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
31802026-04-10T18:41:03.440Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31812026-04-10T18:41:03.464Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31822026-04-10T18:41:04.963Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31832026-04-10T18:41:05.302Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31842026-04-10T18:41:07.168Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-04-10T18:41:07.275Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-04-10T18:41:07.652Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31872026-04-10T18:41:08.766Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31882026-04-10T18:41:09.278Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31892026-04-10T18:41:10.716Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31902026-04-10T18:41:10.946Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31912026-04-10T18:41:11.656Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31922026-04-10T18:41:12.069Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31932026-04-10T18:41:12.276Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31942026-04-10T18:41:12.391Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-04-10T18:41:12.716Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-04-10T18:41:12.904Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31972026-04-10T18:41:13.046Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31982026-04-10T18:41:13.236Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31992026-04-10T18:41:13.265Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32002026-04-10T18:41:13.478Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32012026-04-10T18:41:13.535Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32022026-04-10T18:41:13.560Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32032026-04-10T18:41:14.241Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32042026-04-10T18:41:14.293Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32052026-04-10T18:41:14.689Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-04-10T18:41:14.855Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32072026-04-10T18:41:14.983Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32082026-04-10T18:41:15.271Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-04-10T18:41:15.537Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32102026-04-10T18:41:15.565Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32112026-04-10T18:41:16.072Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32122026-04-10T18:41:16.258Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32132026-04-10T18:41:17.724Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32142026-04-10T18:41:18.251Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-04-10T18:41:19.147Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-04-10T18:41:20.374Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32172026-04-10T18:41:20.956Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-04-10T18:41:22.132Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-04-10T18:41:23.107Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-04-10T18:41:24.010Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32212026-04-10T18:41:25.206Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32222026-04-10T18:41:26.267Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32232026-04-10T18:41:26.980Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32242026-04-10T18:41:27.902Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32252026-04-10T18:41:28.570Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32262026-04-10T18:41:29.808Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32272026-04-10T18:41:30.354Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-04-10T18:41:30.844Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32292026-04-10T18:41:31.467Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32302026-04-10T18:41:31.964Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-04-10T18:41:32.813Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32322026-04-10T18:41:34.770Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32332026-04-10T18:41:35.651Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-04-10T18:41:38.422Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32352026-04-10T18:41:39.915Z Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32362026-04-10T18:41:40.715Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32372026-04-10T18:41:41.491Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32382026-04-10T18:41:42.507Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32392026-04-10T18:41:43.053Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32402026-04-10T18:41:43.838Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32412026-04-10T18:41:44.603Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32422026-04-10T18:41:45.379Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32432026-04-10T18:41:46.191Z Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
32442026-04-10T18:41:47.066Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32452026-04-10T18:41:47.201Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32462026-04-10T18:41:47.845Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32472026-04-10T18:41:48.811Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-04-10T18:41:50.755Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32492026-04-10T18:41:51.993Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32502026-04-10T18:41:52.909Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32512026-04-10T18:41:54.118Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32522026-04-10T18:41:56.505Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32532026-04-10T18:41:56.628Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32542026-04-10T18:41:57.557Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32552026-04-10T18:41:58.710Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32562026-04-10T18:41:59.905Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32572026-04-10T18:42:01.069Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32582026-04-10T18:42:02.512Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32592026-04-10T18:42:03.623Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32602026-04-10T18:42:06.275Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32612026-04-10T18:42:08.683Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32622026-04-10T18:42:09.346Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32632026-04-10T18:42:12.298Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32642026-04-10T18:42:13.770Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-04-10T18:42:15.573Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32662026-04-10T18:42:17.087Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32672026-04-10T18:42:18.694Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32682026-04-10T18:42:22.405Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32692026-04-10T18:42:23.211Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32702026-04-10T18:42:24.153Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32712026-04-10T18:42:25.233Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32722026-04-10T18:42:26.753Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32732026-04-10T18:42:28.508Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32742026-04-10T18:42:30.262Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32752026-04-10T18:42:32.198Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32762026-04-10T18:42:33.843Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772026-04-10T18:42:35.465Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32782026-04-10T18:42:37.530Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32792026-04-10T18:42:38.924Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32802026-04-10T18:42:40.660Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-04-10T18:42:42.308Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32822026-04-10T18:42:44.011Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32832026-04-10T18:42:45.680Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32842026-04-10T18:42:47.570Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32852026-04-10T18:42:49.066Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32862026-04-10T18:42:50.789Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32872026-04-10T18:42:52.808Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32882026-04-10T18:42:55.267Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32892026-04-10T18:42:56.620Z Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32902026-04-10T18:42:58.900Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32912026-04-10T18:43:00.673Z Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
32922026-04-10T18:43:02.947Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-04-10T18:43:04.994Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32942026-04-10T18:43:07.002Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32952026-04-10T18:43:08.919Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32962026-04-10T18:43:11.002Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-04-10T18:43:14.563Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32982026-04-10T18:43:15.318Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32992026-04-10T18:43:17.441Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33002026-04-10T18:43:19.638Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33012026-04-10T18:43:25.339Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33022026-04-10T18:43:25.458Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33032026-04-10T18:43:26.112Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33042026-04-10T18:43:30.247Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-04-10T18:43:32.669Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-04-10T18:43:34.558Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-04-10T18:43:37.085Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33082026-04-10T18:43:38.835Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33092026-04-10T18:43:40.949Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33102026-04-10T18:43:43.151Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33112026-04-10T18:43:45.224Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-04-10T18:43:47.535Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-04-10T18:43:49.688Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33142026-04-10T18:43:51.865Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33152026-04-10T18:43:54.101Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33162026-04-10T18:43:56.172Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33172026-04-10T18:43:58.342Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33182026-04-10T18:44:00.548Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-04-10T18:44:02.759Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33202026-04-10T18:44:04.922Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-04-10T18:44:07.179Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33222026-04-10T18:44:09.393Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33232026-04-10T18:44:11.612Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33242026-04-10T18:44:13.894Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33252026-04-10T18:44:16.122Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33262026-04-10T18:44:18.388Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33272026-04-10T18:44:20.520Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33282026-04-10T18:44:22.756Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33292026-04-10T18:44:24.984Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33302026-04-10T18:44:27.324Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33312026-04-10T18:44:29.409Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-04-10T18:44:31.562Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33332026-04-10T18:44:34.533Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33342026-04-10T18:44:36.527Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33352026-04-10T18:44:39.009Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-04-10T18:44:41.684Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33372026-04-10T18:44:44.083Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33382026-04-10T18:44:46.561Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-04-10T18:44:48.926Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33402026-04-10T18:44:51.498Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33412026-04-10T18:44:54.400Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33422026-04-10T18:44:56.638Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33432026-04-10T18:44:59.224Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33442026-04-10T18:45:01.716Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-04-10T18:45:09.039Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33462026-04-10T18:45:09.355Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33472026-04-10T18:45:12.536Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33482026-04-10T18:45:20.249Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33492026-04-10T18:45:20.391Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33502026-04-10T18:45:23.425Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-04-10T18:45:27.016Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33522026-04-10T18:45:30.601Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33532026-04-10T18:45:34.126Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33542026-04-10T18:45:37.683Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33552026-04-10T18:45:41.278Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-04-10T18:45:44.870Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33572026-04-10T18:45:48.407Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33582026-04-10T18:45:52.026Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33592026-04-10T18:45:55.604Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33602026-04-10T18:45:59.407Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33612026-04-10T18:46:02.836Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33622026-04-10T18:46:06.413Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33632026-04-10T18:46:10.120Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33642026-04-10T18:46:13.677Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33652026-04-10T18:46:17.386Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33662026-04-10T18:46:20.916Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33672026-04-10T18:46:24.482Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33682026-04-10T18:46:28.121Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33692026-04-10T18:46:31.765Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33702026-04-10T18:46:35.471Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33712026-04-10T18:46:38.983Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33722026-04-10T18:47:07.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s
33732026-04-10T18:47:07.961Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 190 other files
33742026-04-10T18:47:08.062Z
33752026-04-10T18:47:08.062Zreal 6:28.867390522
33762026-04-10T18:47:08.062Zuser 17:26.497970212
33772026-04-10T18:47:08.062Zsys 3:41.266381058
33782026-04-10T18:47:08.066Ztrap 0.262402401
33792026-04-10T18:47:08.066Ztflt 0.016723194
33802026-04-10T18:47:08.066Zdflt 0.015124467
33812026-04-10T18:47:08.066Zkflt 0.000046632
33822026-04-10T18:47:08.066Zlock 6:04:28.559896531
33832026-04-10T18:47:08.066Zslp 2:10:36.183064682
33842026-04-10T18:47:08.066Zlat 32.110162344
33852026-04-10T18:47:08.066Zstop 1:43.183012866
33862026-04-10T18:47:08.066Zprocess exited: duration 813974 ms, exit code 0
 
33872026-04-10T18:47:08.073Zfound 0 output files