01KKZ8C3H66VS8211KQMH8TKWB: clippy (helios)

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

Buildomat Job: 01KKZ8CFKHW7SHJQFRBHSNY3JY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T01:20:17.414Zjob assigned to worker 01KKZ8CQ0YPZSE4FRK4V3BZQTX [factory aws, i-031f092e6d9c01a1a] (queued for 1 m 20 s)
 
22026-03-18T01:20:24.661Zstarting task 0: "setup"
32026-03-18T01:20:24.668Z++ uname -s
42026-03-18T01:20:24.671Z+ kern=SunOS
52026-03-18T01:20:24.671Z+ build_user=build
62026-03-18T01:20:24.671Z+ build_uid=12345
72026-03-18T01:20:24.671Z+ work_dir=/work
82026-03-18T01:20:24.671Z+ input_dir=/input
92026-03-18T01:20:24.671Z+ [[ 0 == 12345 ]]
102026-03-18T01:20:24.671Z+ case "$kern" in
112026-03-18T01:20:24.671Z+ groupadd -g 12345 build
122026-03-18T01:20:24.673Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T01:20:26.678Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T01:20:26.796Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T01:20:26.799Z+ home_fs=zfs
162026-03-18T01:20:26.799Z+ [[ zfs == autofs ]]
172026-03-18T01:20:26.799Z+ mkdir -p /home/build
182026-03-18T01:20:26.799Z+ chown build:build /home/build /work
192026-03-18T01:20:28.802Z+ chmod 0700 /home/build /work
202026-03-18T01:20:28.807Zprocess exited: duration 4142 ms, exit code 0
 
212026-03-18T01:20:28.814Zstarting task 1: "rust-toolchain"
222026-03-18T01:20:28.818Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-18T01:20:28.819Z * rust toolchain channel = "1.94.0"
242026-03-18T01:20:28.819Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T01:20:28.819Z * rust toolchain profile = "default"
262026-03-18T01:20:28.819Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T01:20:28.819Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T01:20:28.823Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T01:20:28.823Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-18T01:20:28.952Zinfo: downloading installer
312026-03-18T01:20:30.371Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T01:20:30.371Zwarn: /opt/ooce/bin
332026-03-18T01:20:30.371Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T01:20:30.371Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T01:20:30.372Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T01:20:30.372Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T01:20:30.372Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T01:20:30.372Zerror: cannot install while Rust is installed
392026-03-18T01:20:30.372Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T01:20:30.372Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T01:20:30.372Zwarn: /home/build/.rustup/settings.toml
422026-03-18T01:20:30.372Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T01:20:30.376Zwarn: instead of the one inferred from the default host triple.
442026-03-18T01:20:30.387Zinfo: profile set to default
452026-03-18T01:20:30.387Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T01:20:30.390Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-18T01:20:30.550Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T01:20:30.553Zinfo: downloading 6 components
492026-03-18T01:20:45.995Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-18T01:20:45.995Z
512026-03-18T01:20:46.032Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T01:20:46.032Z
532026-03-18T01:20:46.035Z
542026-03-18T01:20:46.035ZRust is installed now. Great!
552026-03-18T01:20:46.036Z
562026-03-18T01:20:46.036ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T01:20:46.036Zenvironment variable. This has not been done automatically.
582026-03-18T01:20:46.036Z
592026-03-18T01:20:46.036ZTo configure your current shell, you need to source
602026-03-18T01:20:46.036Zthe corresponding env file under $HOME/.cargo.
612026-03-18T01:20:46.036Z
622026-03-18T01:20:46.036ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T01:20:46.036Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T01:20:46.036Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T01:20:46.036Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T01:20:46.036Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T01:20:46.036Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T01:20:46.036Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T01:20:46.036Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T01:20:46.036Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T01:20:46.142Z+ rustup --version
722026-03-18T01:20:46.152Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T01:20:46.155Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T01:20:46.181Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T01:20:46.184Z+ cargo --version
762026-03-18T01:20:46.201Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T01:20:46.204Z+ rustc --version
782026-03-18T01:20:46.229Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T01:20:46.233Zprocess exited: duration 17417 ms, exit code 0
 
802026-03-18T01:20:46.239Zstarting task 2: "authentication"
812026-03-18T01:20:46.258Zprocess exited: duration 18 ms, exit code 0
 
822026-03-18T01:20:46.264Zstarting task 3: "clone repository"
832026-03-18T01:20:46.268Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-18T01:20:46.270Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-18T01:20:46.303ZCloning into '/work/oxidecomputer/omicron'...
862026-03-18T01:20:56.369Z+ cd /work/oxidecomputer/omicron
872026-03-18T01:20:56.369Z+ git fetch origin b65d715f16c3585a4d1901693255c32293dc246a
882026-03-18T01:20:56.656ZFrom https://github.com/oxidecomputer/omicron
892026-03-18T01:20:56.656Z * branch b65d715f16c3585a4d1901693255c32293dc246a -> FETCH_HEAD
902026-03-18T01:20:56.666Z+ [[ -n mergeconflict/fm-comments ]]
912026-03-18T01:20:56.669Z++ git branch --show-current
922026-03-18T01:20:56.671Z+ current=main
932026-03-18T01:20:56.671Z+ [[ main != mergeconflict/fm-comments ]]
942026-03-18T01:20:56.671Z+ git branch -f mergeconflict/fm-comments b65d715f16c3585a4d1901693255c32293dc246a
952026-03-18T01:20:56.674Z+ git checkout -f mergeconflict/fm-comments
962026-03-18T01:20:56.993ZSwitched to branch 'mergeconflict/fm-comments'
972026-03-18T01:20:56.996Z+ git reset --hard b65d715f16c3585a4d1901693255c32293dc246a
982026-03-18T01:20:57.020ZHEAD is now at b65d715f1 Move doc comments to crate/module level per review feedback
992026-03-18T01:20:57.023Zprocess exited: duration 10754 ms, exit code 0
 
1002026-03-18T01:20:57.029Zstarting task 4: "build"
1012026-03-18T01:20:57.033Z+ source ./env.sh
1022026-03-18T01:20:57.033Z++ OLD_SHELL_OPTS=ehxB
1032026-03-18T01:20:57.033Z++ set -o xtrace
1042026-03-18T01:20:57.036Z++++ dirname ./env.sh
1052026-03-18T01:20:57.039Z+++ readlink -f .
1062026-03-18T01:20:57.039Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-18T01:20:57.039Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-03-18T01:20:57.039Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-03-18T01:20:57.039Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-18T01:20:57.039Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-18T01:20:57.039Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-03-18T01:20:57.039Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-03-18T01:20:57.039Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-03-18T01:20:57.040Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-18T01:20:57.040Z++ case $OLD_SHELL_OPTS in
1162026-03-18T01:20:57.040Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-18T01:20:57.040Z+ source .github/buildomat/ci-env.sh
1182026-03-18T01:20:57.040Z++ export CARGO_TERM_COLOR=always
1192026-03-18T01:20:57.040Z++ CARGO_TERM_COLOR=always
1202026-03-18T01:20:57.040Z+ cargo --version
1212026-03-18T01:20:57.051Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-03-18T01:20:57.053Z+ rustc --version
1232026-03-18T01:20:57.079Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-03-18T01:20:57.081Z+ banner prerequisites
1252026-03-18T01:20:57.106Z
1262026-03-18T01:20:57.106Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-18T01:20:57.106Z # # # # # # # # # # # # # # #
1282026-03-18T01:20:57.106Z # # # # ##### # # ##### # # # # # #### #
1292026-03-18T01:20:57.106Z ##### ##### # ##### # # # # # # # # #
1302026-03-18T01:20:57.106Z # # # # # # # # # # # # # # #
1312026-03-18T01:20:57.106Z # # # ###### # # ###### ### # #### # #### #
1322026-03-18T01:20:57.106Z
1332026-03-18T01:20:57.106Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-18T01:21:06.767Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-18T01:21:16.373Z Startup: Caching catalogs ... Done
1362026-03-18T01:21:38.557ZPlanning: Solver setup ... Done (20.603s)
1372026-03-18T01:21:38.711ZPlanning: Running solver ... Done (0.153s)
1382026-03-18T01:21:38.892ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-18T01:21:38.904ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-18T01:21:39.029ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-18T01:21:39.071ZPlanning: Package planning ... Done (0.042s)
1422026-03-18T01:21:39.111ZPlanning: Merging actions ... Done (0.040s)
1432026-03-18T01:21:39.348ZPlanning: Checking for conflicting actions ... Done (0.237s)
1442026-03-18T01:21:39.358ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-18T01:21:40.211ZPlanning: Evaluating mediators ... Done (0.852s)
1462026-03-18T01:21:40.220ZPlanning: Planning completed in 23.70 seconds
1472026-03-18T01:21:40.233Z Packages to install: 4
1482026-03-18T01:21:40.236Z Mediators to change: 2
1492026-03-18T01:21:40.236Z Services to change: 1
1502026-03-18T01:21:40.236Z Estimated space available: 155.43 GB
1512026-03-18T01:21:40.236ZEstimated space to be consumed: 1.83 GB
1522026-03-18T01:21:40.236Z Create boot environment: No
1532026-03-18T01:21:40.236ZCreate backup boot environment: No
1542026-03-18T01:21:40.236Z Rebuild boot archive: No
1552026-03-18T01:21:40.236Z
1562026-03-18T01:21:40.236ZChanged mediators:
1572026-03-18T01:21:40.236Z mediator clang:
1582026-03-18T01:21:40.236Z version: None -> 15 (system default)
1592026-03-18T01:21:40.236Z
1602026-03-18T01:21:40.236Z mediator llvm:
1612026-03-18T01:21:40.236Z version: 14 (system default) -> 15 (system default)
1622026-03-18T01:21:40.236Z
1632026-03-18T01:21:40.236ZChanged packages:
1642026-03-18T01:21:40.236Zhelios-dev
1652026-03-18T01:21:40.236Z developer/build-essential
1662026-03-18T01:21:40.236Z None -> 11-2.0
1672026-03-18T01:21:40.236Z library/libxmlsec1
1682026-03-18T01:21:40.236Z None -> 1.2.35-2.0
1692026-03-18T01:21:40.236Z ooce/developer/clang-15
1702026-03-18T01:21:40.236Z None -> 15.0.7-2.0
1712026-03-18T01:21:40.236Z ooce/developer/llvm-15
1722026-03-18T01:21:40.236Z None -> 15.0.7-2.0
1732026-03-18T01:21:40.236Z
1742026-03-18T01:21:40.236ZServices:
1752026-03-18T01:21:40.236Z restart_fmri:
1762026-03-18T01:21:40.236Z svc:/system/update-man-index:default
1772026-03-18T01:21:40.281Z
1782026-03-18T01:21:40.281ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-18T01:21:45.986ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (27.2M/s)
1802026-03-18T01:21:51.198ZDownload: 3281/3290 items 210.2/212.6MB 98% complete (21.4M/s)
1812026-03-18T01:21:51.249ZDownload: Completed 212.60 MB in 10.97 seconds (19.4M/s)
1822026-03-18T01:21:51.529Z Actions: 1/3689 actions (Installing new actions)
1832026-03-18T01:21:55.638Z Actions: Completed 3689 actions in 4.11 seconds.
1842026-03-18T01:21:56.015Z Done (0.369s)
1852026-03-18T01:21:56.015Z Done (0.000s)
1862026-03-18T01:21:57.005Z Done (0.994s)
1872026-03-18T01:22:00.941Z Done (3.596s)
1882026-03-18T01:22:01.023Z Done (0.018s)
1892026-03-18T01:22:01.027Z Done (0.000s)
1902026-03-18T01:22:01.200Z Done (0.000s)
1912026-03-18T01:22:02.139ZPlanning: Evaluating mediator changes ... Done
1922026-03-18T01:22:02.281ZPlanning: Checking for conflicting actions ... Done
1932026-03-18T01:22:02.285ZPlanning: Consolidating action changes ... Done
1942026-03-18T01:22:02.504ZPlanning: Evaluating mediators ... Done
1952026-03-18T01:22:02.507ZPlanning: Planning completed in 0.37 seconds
1962026-03-18T01:22:02.534Z Mediators to change: 2
1972026-03-18T01:22:02.534Z Create boot environment: No
1982026-03-18T01:22:02.536ZCreate backup boot environment: No
1992026-03-18T01:22:02.594Z Done
2002026-03-18T01:22:02.594Z Done
2012026-03-18T01:22:03.340Z Done
2022026-03-18T01:22:06.623Z Done
2032026-03-18T01:22:06.706Z Done
2042026-03-18T01:22:06.711Z Done
2052026-03-18T01:22:06.867Z Done
2062026-03-18T01:22:07.398ZPlanning: Evaluating mediator changes ... Done
2072026-03-18T01:22:07.400ZPlanning: Merging actions ... Done
2082026-03-18T01:22:07.565ZPlanning: Checking for conflicting actions ... Done
2092026-03-18T01:22:07.568ZPlanning: Consolidating action changes ... Done
2102026-03-18T01:22:07.783ZPlanning: Evaluating mediators ... Done
2112026-03-18T01:22:07.825ZPlanning: Planning completed in 0.63 seconds
2122026-03-18T01:22:07.855Z Packages to change: 1
2132026-03-18T01:22:07.855Z Mediators to change: 1
2142026-03-18T01:22:07.858Z Services to change: 1
2152026-03-18T01:22:07.858Z Create boot environment: No
2162026-03-18T01:22:07.858ZCreate backup boot environment: Yes
2172026-03-18T01:22:10.575Z Actions: 1/6 actions (Updating modified actions)
2182026-03-18T01:22:10.578Z Actions: Completed 6 actions in 0.00 seconds.
2192026-03-18T01:22:10.578Z Done
2202026-03-18T01:22:10.579Z Done
2212026-03-18T01:22:10.768Z Done
2222026-03-18T01:22:14.046Z Done
2232026-03-18T01:22:14.132Z Done
2242026-03-18T01:22:14.135Z Done
2252026-03-18T01:22:14.288Z Done
2262026-03-18T01:22:14.660ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272026-03-18T01:22:14.660Zclang system 15 system
2282026-03-18T01:22:14.660Zcsh system system illumos
2292026-03-18T01:22:14.660Zctags system system illumos
2302026-03-18T01:22:14.660Zfile system system illumos
2312026-03-18T01:22:14.660Zgcc vendor 12 vendor
2322026-03-18T01:22:14.660Zgcc system 10 system
2332026-03-18T01:22:14.660Zgcc system 7 system
2342026-03-18T01:22:14.660Zgo system 1.20 system
2352026-03-18T01:22:14.660Zgo system 1.19 system
2362026-03-18T01:22:14.660Zllvm system 15 system
2372026-03-18T01:22:14.660Zllvm system 14 system
2382026-03-18T01:22:14.660Zmariadb system 10.6 system
2392026-03-18T01:22:14.660Zmta vendor vendor dma
2402026-03-18T01:22:14.660Zopenjdk system 17 system
2412026-03-18T01:22:14.661Zopenjdk system 11 system
2422026-03-18T01:22:14.661Zopenjdk system 1.8 system
2432026-03-18T01:22:14.661Zopenssl vendor 3 vendor
2442026-03-18T01:22:14.661Zperl system 5.36 system
2452026-03-18T01:22:14.661Zpostgresql system 15 system
2462026-03-18T01:22:14.661Zpostgresql system 13 system
2472026-03-18T01:22:14.661Zpython vendor 3 vendor
2482026-03-18T01:22:14.661Zpython system 2 system
2492026-03-18T01:22:14.661Zpython3 system 3.11 system
2502026-03-18T01:22:14.661Zruby system 3.0 system
2512026-03-18T01:22:14.661Zwords vendor vendor american-english
2522026-03-18T01:22:14.661Zwords system system australian-english
2532026-03-18T01:22:14.661Zwords system system british-english
2542026-03-18T01:22:14.662Zwords system system canadian-english
2552026-03-18T01:22:14.662Zwords system system french
2562026-03-18T01:22:14.662Zwords system system italian
2572026-03-18T01:22:14.662Zwords system system ngerman
2582026-03-18T01:22:14.662Zwords system system ogerman
2592026-03-18T01:22:14.662Zwords system system spanish
2602026-03-18T01:22:14.958ZPUBLISHER TYPE STATUS P LOCATION
2612026-03-18T01:22:14.958Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2622026-03-18T01:22:20.863ZFMRI IFO
2632026-03-18T01:22:20.863Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2642026-03-18T01:22:20.863Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2652026-03-18T01:22:20.863Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2662026-03-18T01:22:20.863Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2672026-03-18T01:22:20.863Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2682026-03-18T01:22:20.863Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2692026-03-18T01:22:20.863Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702026-03-18T01:22:20.863Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-03-18T01:22:20.863Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-03-18T01:22:20.863Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-03-18T01:22:20.863Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-03-18T01:22:20.863Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-03-18T01:22:20.865Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-03-18T01:22:20.865Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-03-18T01:22:20.866Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-03-18T01:22:20.866Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-03-18T01:22:22.086Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-03-18T01:22:22.362Z Updating crates.io index
2812026-03-18T01:22:22.366Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-03-18T01:22:22.665Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-03-18T01:22:23.495Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2842026-03-18T01:22:23.865Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-18T01:22:24.136Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-18T01:22:25.083Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-18T01:22:25.766Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-18T01:22:27.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-18T01:22:28.772Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-18T01:22:29.727Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-18T01:22:30.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-18T01:22:30.869Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-18T01:22:31.337Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-18T01:22:31.783Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-18T01:22:32.069Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-18T01:22:33.040Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-18T01:22:33.603Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-18T01:22:33.993Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-18T01:22:34.261Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-18T01:22:34.724Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-18T01:22:35.037Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-18T01:22:35.255Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-18T01:22:35.541Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-18T01:22:36.069Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-18T01:22:36.450Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-18T01:22:37.091Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-18T01:22:37.410Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-18T01:22:37.906Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-18T01:22:38.220Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-03-18T01:22:39.607Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-03-18T01:22:39.917Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-03-18T01:22:40.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-03-18T01:22:40.624Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-03-18T01:22:41.031Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-03-18T01:22:41.585Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-03-18T01:22:41.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-03-18T01:22:42.082Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-03-18T01:22:42.475Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-03-18T01:22:56.485Z Downloading crates ...
3202026-03-18T01:22:56.544Z Downloaded generic-array v0.14.7
3212026-03-18T01:22:56.549Z Downloaded anstream v0.6.21
3222026-03-18T01:22:56.553Z Downloaded anyhow v1.0.102
3232026-03-18T01:22:56.555Z Downloaded equivalent v1.0.2
3242026-03-18T01:22:56.555Z Downloaded anstyle v1.0.13
3252026-03-18T01:22:56.558Z Downloaded dof v0.3.0
3262026-03-18T01:22:56.558Z Downloaded digest v0.10.7
3272026-03-18T01:22:56.561Z Downloaded dtrace-parser v0.2.0
3282026-03-18T01:22:56.563Z Downloaded idna_adapter v1.2.1
3292026-03-18T01:22:56.563Z Downloaded cargo_metadata v0.21.0
3302026-03-18T01:22:56.566Z Downloaded anstyle-query v1.1.5
3312026-03-18T01:22:56.569Z Downloaded thiserror v2.0.18
3322026-03-18T01:22:56.573Z Downloaded cargo-util-schemas v0.8.2
3332026-03-18T01:22:56.576Z Downloaded bitflags v2.11.0
3342026-03-18T01:22:56.578Z Downloaded writeable v0.6.2
3352026-03-18T01:22:56.581Z Downloaded typeid v1.0.3
3362026-03-18T01:22:56.581Z Downloaded serde_derive v1.0.228
3372026-03-18T01:22:56.584Z Downloaded utf8_iter v1.0.4
3382026-03-18T01:22:56.584Z Downloaded potential_utf v0.1.4
3392026-03-18T01:22:56.586Z Downloaded unicode-xid v0.2.6
3402026-03-18T01:22:56.586Z Downloaded zerofrom-derive v0.1.6
3412026-03-18T01:22:56.586Z Downloaded quote v1.0.44
3422026-03-18T01:22:56.591Z Downloaded pretty-hex v0.4.1
3432026-03-18T01:22:56.591Z Downloaded thread-id v4.2.2
3442026-03-18T01:22:56.594Z Downloaded usdt-attr-macro v0.5.0
3452026-03-18T01:22:56.594Z Downloaded toml_datetime v0.6.11
3462026-03-18T01:22:56.595Z Downloaded pest_generator v2.8.6
3472026-03-18T01:22:56.595Z Downloaded camino v1.2.2
3482026-03-18T01:22:56.598Z Downloaded version_check v0.9.5
3492026-03-18T01:22:56.598Z Downloaded unicode-linebreak v0.1.5
3502026-03-18T01:22:56.598Z Downloaded plain v0.2.3
3512026-03-18T01:22:56.598Z Downloaded zerofrom v0.1.6
3522026-03-18T01:22:56.601Z Downloaded usdt-macro v0.5.0
3532026-03-18T01:22:56.601Z Downloaded serde-value v0.7.0
3542026-03-18T01:22:56.601Z Downloaded utf8parse v0.2.2
3552026-03-18T01:22:56.601Z Downloaded fs-err v3.3.0
3562026-03-18T01:22:56.603Z Downloaded yoke-derive v0.8.1
3572026-03-18T01:22:56.603Z Downloaded yoke v0.8.1
3582026-03-18T01:22:56.606Z Downloaded thiserror v1.0.69
3592026-03-18T01:22:56.609Z Downloaded terminal_size v0.4.3
3602026-03-18T01:22:56.609Z Downloaded usdt v0.5.0
3612026-03-18T01:22:56.611Z Downloaded stable_deref_trait v1.2.1
3622026-03-18T01:22:56.612Z Downloaded is_terminal_polyfill v1.70.2
3632026-03-18T01:22:56.612Z Downloaded cargo-platform v0.2.0
3642026-03-18T01:22:56.614Z Downloaded macaddr v1.0.1
3652026-03-18T01:22:56.614Z Downloaded toml_write v0.1.2
3662026-03-18T01:22:56.614Z Downloaded byteorder v1.5.0
3672026-03-18T01:22:56.617Z Downloaded smawk v0.3.2
3682026-03-18T01:22:56.617Z Downloaded toml v0.8.23
3692026-03-18T01:22:56.621Z Downloaded zmij v1.0.21
3702026-03-18T01:22:56.621Z Downloaded tinystr v0.8.2
3712026-03-18T01:22:56.624Z Downloaded zerovec-derive v0.11.2
3722026-03-18T01:22:56.624Z Downloaded heck v0.4.1
3732026-03-18T01:22:56.624Z Downloaded usdt-impl v0.5.0
3742026-03-18T01:22:56.625Z Downloaded thiserror-impl v2.0.18
3752026-03-18T01:22:56.628Z Downloaded percent-encoding v2.3.2
3762026-03-18T01:22:56.628Z Downloaded proc-macro-error-attr v1.0.4
3772026-03-18T01:22:56.628Z Downloaded indexmap v2.13.0
3782026-03-18T01:22:56.631Z Downloaded zerotrie v0.2.3
3792026-03-18T01:22:56.634Z Downloaded ucd-trie v0.1.7
3802026-03-18T01:22:56.634Z Downloaded block-buffer v0.10.4
3812026-03-18T01:22:56.634Z Downloaded proc-macro-error v1.0.4
3822026-03-18T01:22:56.637Z Downloaded thiserror-impl v1.0.69
3832026-03-18T01:22:56.639Z Downloaded itoa v1.0.17
3842026-03-18T01:22:56.639Z Downloaded swrite v0.1.0
3852026-03-18T01:22:56.639Z Downloaded scroll_derive v0.12.1
3862026-03-18T01:22:56.639Z Downloaded serde_spanned v0.6.9
3872026-03-18T01:22:56.642Z Downloaded textwrap v0.16.2
3882026-03-18T01:22:56.642Z Downloaded ordered-float v2.10.1
3892026-03-18T01:22:56.645Z Downloaded zerocopy-derive v0.7.35
3902026-03-18T01:22:56.647Z Downloaded unicode-ident v1.0.24
3912026-03-18T01:22:56.650Z Downloaded cfg-if v1.0.4
3922026-03-18T01:22:56.650Z Downloaded displaydoc v0.2.5
3932026-03-18T01:22:56.652Z Downloaded typenum v1.19.0
3942026-03-18T01:22:56.655Z Downloaded tabled_derive v0.7.0
3952026-03-18T01:22:56.655Z Downloaded heck v0.5.0
3962026-03-18T01:22:56.655Z Downloaded fastrand v2.3.0
3972026-03-18T01:22:56.658Z Downloaded toml_edit v0.22.27
3982026-03-18T01:22:56.660Z Downloaded errno v0.3.14
3992026-03-18T01:22:56.660Z Downloaded form_urlencoded v1.2.2
4002026-03-18T01:22:56.660Z Downloaded colorchoice v1.0.4
4012026-03-18T01:22:56.663Z Downloaded crypto-common v0.1.7
4022026-03-18T01:22:56.663Z Downloaded autocfg v1.5.0
4032026-03-18T01:22:56.663Z Downloaded strsim v0.11.1
4042026-03-18T01:22:56.666Z Downloaded memmap v0.7.0
4052026-03-18T01:22:56.666Z Downloaded cpufeatures v0.2.17
4062026-03-18T01:22:56.668Z Downloaded anstyle-parse v0.2.7
4072026-03-18T01:22:56.668Z Downloaded url v2.5.8
4082026-03-18T01:22:56.671Z Downloaded zerovec v0.11.5
4092026-03-18T01:22:56.674Z Downloaded serde-untagged v0.1.9
4102026-03-18T01:22:56.676Z Downloaded clap_lex v1.0.0
4112026-03-18T01:22:56.676Z Downloaded fnv v1.0.7
4122026-03-18T01:22:56.676Z Downloaded erased-serde v0.4.9
4132026-03-18T01:22:56.679Z Downloaded serde_tokenstream v0.2.3
4142026-03-18T01:22:56.679Z Downloaded getrandom v0.4.1
4152026-03-18T01:22:56.682Z Downloaded bytecount v0.6.9
4162026-03-18T01:22:56.684Z Downloaded zerocopy v0.7.35
4172026-03-18T01:22:56.724Z Downloaded sha2 v0.10.9
4182026-03-18T01:22:56.727Z Downloaded winnow v0.7.14
4192026-03-18T01:22:56.727Z Downloaded semver v1.0.27
4202026-03-18T01:22:56.727Z Downloaded synstructure v0.13.2
4212026-03-18T01:22:56.727Z Downloaded cargo_toml v0.21.0
4222026-03-18T01:22:56.727Z Downloaded unicode-width v0.2.0
4232026-03-18T01:22:56.727Z Downloaded unicode-width v0.1.14
4242026-03-18T01:22:56.727Z Downloaded smallvec v1.15.1
4252026-03-18T01:22:56.727Z Downloaded camino-tempfile v1.4.1
4262026-03-18T01:22:56.727Z Downloaded pest_derive v2.8.6
4272026-03-18T01:22:56.727Z Downloaded once_cell v1.21.3
4282026-03-18T01:22:56.727Z Downloaded clap_derive v4.5.55
4292026-03-18T01:22:56.727Z Downloaded litemap v0.8.1
4302026-03-18T01:22:56.727Z Downloaded scroll v0.12.0
4312026-03-18T01:22:56.728Z Downloaded tempfile v3.25.0
4322026-03-18T01:22:56.731Z Downloaded papergrid v0.11.0
4332026-03-18T01:22:56.734Z Downloaded proc-macro2 v1.0.106
4342026-03-18T01:22:56.737Z Downloaded icu_properties v2.1.2
4352026-03-18T01:22:56.739Z Downloaded serde_core v1.0.228
4362026-03-18T01:22:56.742Z Downloaded num-traits v0.2.19
4372026-03-18T01:22:56.745Z Downloaded icu_provider v2.1.1
4382026-03-18T01:22:56.747Z Downloaded log v0.4.29
4392026-03-18T01:22:56.751Z Downloaded pest_meta v2.8.6
4402026-03-18T01:22:56.753Z Downloaded icu_locale_core v2.1.1
4412026-03-18T01:22:56.758Z Downloaded icu_normalizer v2.1.1
4422026-03-18T01:22:56.763Z Downloaded clap v4.5.60
4432026-03-18T01:22:56.769Z Downloaded icu_normalizer_data v2.1.1
4442026-03-18T01:22:56.772Z Downloaded serde v1.0.228
4452026-03-18T01:22:56.780Z Downloaded hashbrown v0.16.1
4462026-03-18T01:22:56.784Z Downloaded memchr v2.8.0
4472026-03-18T01:22:56.787Z Downloaded icu_collections v2.1.1
4482026-03-18T01:22:56.804Z Downloaded idna v1.1.0
4492026-03-18T01:22:56.813Z Downloaded pest v2.8.6
4502026-03-18T01:22:56.829Z Downloaded serde_json v1.0.149
4512026-03-18T01:22:56.833Z Downloaded clap_builder v4.5.60
4522026-03-18T01:22:56.838Z Downloaded icu_properties_data v2.1.2
4532026-03-18T01:22:56.844Z Downloaded tabled v0.15.0
4542026-03-18T01:22:56.854Z Downloaded syn v1.0.109
4552026-03-18T01:22:56.861Z Downloaded goblin v0.8.2
4562026-03-18T01:22:56.871Z Downloaded syn v2.0.117
4572026-03-18T01:22:56.886Z Downloaded rustix v1.1.3
4582026-03-18T01:22:56.909Z Downloaded libc v0.2.180
4592026-03-18T01:22:56.996Z Compiling proc-macro2 v1.0.106
4602026-03-18T01:22:56.999Z Compiling quote v1.0.44
4612026-03-18T01:22:56.999Z Compiling unicode-ident v1.0.24
4622026-03-18T01:22:56.999Z Compiling serde_core v1.0.228
4632026-03-18T01:22:56.999Z Compiling libc v0.2.180
4642026-03-18T01:22:56.999Z Compiling version_check v0.9.5
4652026-03-18T01:22:56.999Z Compiling stable_deref_trait v1.2.1
4662026-03-18T01:22:56.999Z Compiling memchr v2.8.0
4672026-03-18T01:22:57.372Z Compiling serde v1.0.228
4682026-03-18T01:22:57.398Z Compiling zmij v1.0.21
4692026-03-18T01:22:57.792Z Compiling ucd-trie v0.1.7
4702026-03-18T01:22:57.883Z Compiling thiserror v1.0.69
4712026-03-18T01:22:58.090Z Compiling autocfg v1.5.0
4722026-03-18T01:22:58.117Z Compiling itoa v1.0.17
4732026-03-18T01:22:58.236Z Compiling pest v2.8.6
4742026-03-18T01:22:58.281Z Compiling litemap v0.8.1
4752026-03-18T01:22:58.345Z Compiling writeable v0.6.2
4762026-03-18T01:22:58.498Z Compiling byteorder v1.5.0
4772026-03-18T01:22:58.526Z Compiling icu_properties_data v2.1.2
4782026-03-18T01:22:58.596Z Compiling rustix v1.1.3
4792026-03-18T01:22:58.807Z Compiling icu_normalizer_data v2.1.1
4802026-03-18T01:22:59.017Z Compiling syn v2.0.117
4812026-03-18T01:22:59.107Z Compiling errno v0.3.14
4822026-03-18T01:22:59.129Z Compiling bitflags v2.11.0
4832026-03-18T01:22:59.215Z Compiling serde_json v1.0.149
4842026-03-18T01:22:59.502Z Compiling num-traits v0.2.19
4852026-03-18T01:22:59.527Z Compiling hashbrown v0.16.1
4862026-03-18T01:22:59.550Z Compiling typeid v1.0.3
4872026-03-18T01:22:59.735Z Compiling smallvec v1.15.1
4882026-03-18T01:22:59.895Z Compiling pest_meta v2.8.6
4892026-03-18T01:23:00.024Z Compiling equivalent v1.0.2
4902026-03-18T01:23:00.201Z Compiling indexmap v2.13.0
4912026-03-18T01:23:00.372Z Compiling thread-id v4.2.2
4922026-03-18T01:23:00.479Z Compiling usdt-impl v0.5.0
4932026-03-18T01:23:00.509Z Compiling proc-macro-error-attr v1.0.4
4942026-03-18T01:23:00.548Z Compiling syn v1.0.109
4952026-03-18T01:23:00.740Z Compiling erased-serde v0.4.9
4962026-03-18T01:23:00.743Z Compiling winnow v0.7.14
4972026-03-18T01:23:01.068Z Compiling toml_write v0.1.2
4982026-03-18T01:23:01.321Z Compiling proc-macro-error v1.0.4
4992026-03-18T01:23:01.396Z Compiling getrandom v0.4.1
5002026-03-18T01:23:01.552Z Compiling thiserror v2.0.18
5012026-03-18T01:23:01.825Z Compiling utf8_iter v1.0.4
5022026-03-18T01:23:01.978Z Compiling percent-encoding v2.3.2
5032026-03-18T01:23:02.012Z Compiling utf8parse v0.2.2
5042026-03-18T01:23:02.129Z Compiling log v0.4.29
5052026-03-18T01:23:02.156Z Compiling camino v1.2.2
5062026-03-18T01:23:02.227Z Compiling plain v0.2.3
5072026-03-18T01:23:02.251Z Compiling form_urlencoded v1.2.2
5082026-03-18T01:23:02.351Z Compiling anstyle-parse v0.2.7
5092026-03-18T01:23:02.373Z Compiling ordered-float v2.10.1
5102026-03-18T01:23:02.666Z Compiling terminal_size v0.4.3
5112026-03-18T01:23:02.734Z Compiling synstructure v0.13.2
5122026-03-18T01:23:02.797Z Compiling pest_generator v2.8.6
5132026-03-18T01:23:02.837Z Compiling cfg-if v1.0.4
5142026-03-18T01:23:02.932Z Compiling pretty-hex v0.4.1
5152026-03-18T01:23:02.955Z Compiling colorchoice v1.0.4
5162026-03-18T01:23:03.102Z Compiling anstyle v1.0.13
5172026-03-18T01:23:03.125Z Compiling anstyle-query v1.1.5
5182026-03-18T01:23:03.129Z Compiling is_terminal_polyfill v1.70.2
5192026-03-18T01:23:03.230Z Compiling serde-untagged v0.1.9
5202026-03-18T01:23:03.382Z Compiling anstream v0.6.21
5212026-03-18T01:23:03.494Z Compiling semver v1.0.27
5222026-03-18T01:23:03.565Z Compiling fs-err v3.3.0
5232026-03-18T01:23:03.735Z Compiling anyhow v1.0.102
5242026-03-18T01:23:03.789Z Compiling once_cell v1.21.3
5252026-03-18T01:23:03.812Z Compiling bytecount v0.6.9
5262026-03-18T01:23:03.919Z Compiling heck v0.5.0
5272026-03-18T01:23:03.943Z Compiling strsim v0.11.1
5282026-03-18T01:23:03.984Z Compiling clap_lex v1.0.0
5292026-03-18T01:23:04.060Z Compiling unicode-width v0.1.14
5302026-03-18T01:23:04.130Z Compiling unicode-xid v0.2.6
5312026-03-18T01:23:04.326Z Compiling fastrand v2.3.0
5322026-03-18T01:23:04.349Z Compiling fnv v1.0.7
5332026-03-18T01:23:04.450Z Compiling heck v0.4.1
5342026-03-18T01:23:04.450Z Compiling papergrid v0.11.0
5352026-03-18T01:23:04.497Z Compiling clap_builder v4.5.60
5362026-03-18T01:23:04.666Z Compiling tempfile v3.25.0
5372026-03-18T01:23:04.909Z Compiling memmap v0.7.0
5382026-03-18T01:23:04.970Z Compiling smawk v0.3.2
5392026-03-18T01:23:05.144Z Compiling unicode-linebreak v0.1.5
5402026-03-18T01:23:05.148Z Compiling unicode-width v0.2.0
5412026-03-18T01:23:05.284Z Compiling serde_derive v1.0.228
5422026-03-18T01:23:05.463Z Compiling zerofrom-derive v0.1.6
5432026-03-18T01:23:05.524Z Compiling yoke-derive v0.8.1
5442026-03-18T01:23:05.617Z Compiling zerovec-derive v0.11.2
5452026-03-18T01:23:05.664Z Compiling displaydoc v0.2.5
5462026-03-18T01:23:06.464Z Compiling thiserror-impl v1.0.69
5472026-03-18T01:23:06.619Z Compiling zerocopy-derive v0.7.35
5482026-03-18T01:23:07.076Z Compiling pest_derive v2.8.6
5492026-03-18T01:23:07.099Z Compiling scroll_derive v0.12.1
5502026-03-18T01:23:07.345Z Compiling zerofrom v0.1.6
5512026-03-18T01:23:07.515Z Compiling yoke v0.8.1
5522026-03-18T01:23:07.615Z Compiling thiserror-impl v2.0.18
5532026-03-18T01:23:07.756Z Compiling zerovec v0.11.5
5542026-03-18T01:23:07.779Z Compiling zerotrie v0.2.3
5552026-03-18T01:23:07.963Z Compiling zerocopy v0.7.35
5562026-03-18T01:23:08.178Z Compiling scroll v0.12.0
5572026-03-18T01:23:08.284Z Compiling dtrace-parser v0.2.0
5582026-03-18T01:23:08.450Z Compiling tinystr v0.8.2
5592026-03-18T01:23:08.531Z Compiling potential_utf v0.1.4
5602026-03-18T01:23:08.722Z Compiling icu_locale_core v2.1.1
5612026-03-18T01:23:08.725Z Compiling icu_collections v2.1.1
5622026-03-18T01:23:08.771Z Compiling goblin v0.8.2
5632026-03-18T01:23:08.792Z Compiling tabled_derive v0.7.0
5642026-03-18T01:23:09.197Z Compiling clap_derive v4.5.55
5652026-03-18T01:23:09.452Z Compiling textwrap v0.16.2
5662026-03-18T01:23:09.619Z Compiling icu_provider v2.1.1
5672026-03-18T01:23:09.981Z Compiling toml_datetime v0.6.11
5682026-03-18T01:23:10.015Z Compiling serde_spanned v0.6.9
5692026-03-18T01:23:10.049Z Compiling icu_properties v2.1.2
5702026-03-18T01:23:10.078Z Compiling icu_normalizer v2.1.1
5712026-03-18T01:23:10.102Z Compiling dof v0.3.0
5722026-03-18T01:23:10.161Z Compiling serde_tokenstream v0.2.3
5732026-03-18T01:23:10.194Z Compiling serde-value v0.7.0
5742026-03-18T01:23:10.330Z Compiling toml_edit v0.22.27
5752026-03-18T01:23:10.627Z Compiling cargo-platform v0.2.0
5762026-03-18T01:23:10.682Z Compiling tabled v0.15.0
5772026-03-18T01:23:10.808Z Compiling macaddr v1.0.1
5782026-03-18T01:23:10.981Z Compiling camino-tempfile v1.4.1
5792026-03-18T01:23:11.286Z Compiling idna_adapter v1.2.1
5802026-03-18T01:23:11.399Z Compiling usdt-macro v0.5.0
5812026-03-18T01:23:11.461Z Compiling idna v1.1.0
5822026-03-18T01:23:11.485Z Compiling usdt-attr-macro v0.5.0
5832026-03-18T01:23:11.605Z Compiling swrite v0.1.0
5842026-03-18T01:23:11.667Z Compiling clap v4.5.60
5852026-03-18T01:23:11.726Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5862026-03-18T01:23:12.037Z Compiling url v2.5.8
5872026-03-18T01:23:12.295Z Compiling toml v0.8.23
5882026-03-18T01:23:12.742Z Compiling usdt v0.5.0
5892026-03-18T01:23:12.884Z Compiling cargo-util-schemas v0.8.2
5902026-03-18T01:23:13.034Z Compiling cargo_toml v0.21.0
5912026-03-18T01:23:14.071Z Compiling cargo_metadata v0.21.0
5922026-03-18T01:23:15.409Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-03-18T01:23:18.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.33s
5942026-03-18T01:23:18.476Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-03-18T01:23:19.209Z Downloading crates ...
5962026-03-18T01:23:19.340Z Downloaded critical-section v1.2.0
5972026-03-18T01:23:19.347Z Downloaded bit-set v0.5.3
5982026-03-18T01:23:19.351Z Downloaded cargo_metadata v0.19.2
5992026-03-18T01:23:19.354Z Downloaded argon2 v0.5.3
6002026-03-18T01:23:19.358Z Downloaded cobs v0.3.0
6012026-03-18T01:23:19.364Z Downloaded colored v2.2.0
6022026-03-18T01:23:19.366Z Downloaded clang-sys v1.8.1
6032026-03-18T01:23:19.369Z Downloaded ciborium-io v0.2.2
6042026-03-18T01:23:19.369Z Downloaded buf-list v1.1.2
6052026-03-18T01:23:19.372Z Downloaded async-trait v0.1.89
6062026-03-18T01:23:19.375Z Downloaded const_format_proc_macros v0.2.34
6072026-03-18T01:23:19.377Z Downloaded cbc v0.1.2
6082026-03-18T01:23:19.380Z Downloaded aead v0.5.2
6092026-03-18T01:23:19.380Z Downloaded ahash v0.8.12
6102026-03-18T01:23:19.383Z Downloaded bzip2 v0.4.4
6112026-03-18T01:23:19.385Z Downloaded atomic-waker v1.1.2
6122026-03-18T01:23:19.385Z Downloaded ed25519 v2.2.3
6132026-03-18T01:23:19.389Z Downloaded embedded-io v0.4.0
6142026-03-18T01:23:19.389Z Downloaded curve25519-dalek-derive v0.1.1
6152026-03-18T01:23:19.394Z Downloaded derive_builder_core v0.20.2
6162026-03-18T01:23:19.394Z Downloaded console v0.15.11
6172026-03-18T01:23:19.396Z Downloaded darling_macro v0.20.11
6182026-03-18T01:23:19.396Z Downloaded diff v0.1.13
6192026-03-18T01:23:19.401Z Downloaded ascii-canvas v3.0.0
6202026-03-18T01:23:19.401Z Downloaded blake2 v0.10.6
6212026-03-18T01:23:19.404Z Downloaded crucible-workspace-hack v0.1.0
6222026-03-18T01:23:19.404Z Downloaded difflib v0.4.0
6232026-03-18T01:23:19.404Z Downloaded bit-vec v0.8.0
6242026-03-18T01:23:19.406Z Downloaded crc-catalog v2.4.0
6252026-03-18T01:23:19.407Z Downloaded block-padding v0.3.3
6262026-03-18T01:23:19.407Z Downloaded crc v3.4.0
6272026-03-18T01:23:19.410Z Downloaded dyn-clone v1.0.20
6282026-03-18T01:23:19.415Z Downloaded dirs-next v2.0.0
6292026-03-18T01:23:19.415Z Downloaded async-stream-impl v0.3.6
6302026-03-18T01:23:19.415Z Downloaded castaway v0.2.4
6312026-03-18T01:23:19.415Z Downloaded atty v0.2.14
6322026-03-18T01:23:19.415Z Downloaded dropshot-api-manager-types v0.6.0
6332026-03-18T01:23:19.418Z Downloaded deranged v0.5.8
6342026-03-18T01:23:19.418Z Downloaded daft-derive v0.1.5
6352026-03-18T01:23:19.421Z Downloaded crc8 v0.1.1
6362026-03-18T01:23:19.425Z Downloaded defmt-parser v1.0.0
6372026-03-18T01:23:19.425Z Downloaded enum-as-inner v0.6.1
6382026-03-18T01:23:19.428Z Downloaded darling_core v0.21.3
6392026-03-18T01:23:19.431Z Downloaded foreign-types-shared v0.1.1
6402026-03-18T01:23:19.431Z Downloaded derive-ex v0.1.8
6412026-03-18T01:23:19.431Z Downloaded defmt v1.0.1
6422026-03-18T01:23:19.434Z Downloaded ecdsa v0.16.9
6432026-03-18T01:23:19.437Z Downloaded downcast-rs v2.0.2
6442026-03-18T01:23:19.439Z Downloaded darling v0.23.0
6452026-03-18T01:23:19.442Z Downloaded darling v0.21.3
6462026-03-18T01:23:19.446Z Downloaded foreign-types-shared v0.3.1
6472026-03-18T01:23:19.449Z Downloaded foreign-types-macros v0.2.3
6482026-03-18T01:23:19.449Z Downloaded assert_matches v1.5.0
6492026-03-18T01:23:19.452Z Downloaded dsl_auto_type v0.2.0
6502026-03-18T01:23:19.452Z Downloaded foreign-types v0.3.2
6512026-03-18T01:23:19.452Z Downloaded fixedbitset v0.4.2
6522026-03-18T01:23:19.454Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-03-18T01:23:19.455Z Downloaded dtrace-parser v0.3.0
6542026-03-18T01:23:19.455Z Downloaded cfg_aliases v0.1.1
6552026-03-18T01:23:19.457Z Downloaded bit-set v0.8.0
6562026-03-18T01:23:19.457Z Downloaded env_filter v1.0.0
6572026-03-18T01:23:19.460Z Downloaded erased-serde v0.3.31
6582026-03-18T01:23:19.463Z Downloaded cfg_aliases v0.2.1
6592026-03-18T01:23:19.463Z Downloaded bitfield-macros v0.19.4
6602026-03-18T01:23:19.463Z Downloaded darling_core v0.20.11
6612026-03-18T01:23:19.466Z Downloaded flagset v0.4.7
6622026-03-18T01:23:19.468Z Downloaded debug-ignore v1.0.5
6632026-03-18T01:23:19.471Z Downloaded funty v2.0.0
6642026-03-18T01:23:19.471Z Downloaded foreign-types v0.5.0
6652026-03-18T01:23:19.474Z Downloaded display-error-chain v0.2.2
6662026-03-18T01:23:19.474Z Downloaded async-recursion v1.1.1
6672026-03-18T01:23:19.477Z Downloaded dof v0.4.0
6682026-03-18T01:23:19.480Z Downloaded float-cmp v0.10.0
6692026-03-18T01:23:19.480Z Downloaded endian-type v0.1.2
6702026-03-18T01:23:19.480Z Downloaded arrayvec v0.7.6
6712026-03-18T01:23:19.483Z Downloaded cmake v0.1.57
6722026-03-18T01:23:19.486Z Downloaded dropshot_endpoint v0.16.7
6732026-03-18T01:23:19.488Z Downloaded fd-lock v4.0.4
6742026-03-18T01:23:19.491Z Downloaded der_derive v0.7.3
6752026-03-18T01:23:19.492Z Downloaded git-stub v1.0.0
6762026-03-18T01:23:19.495Z Downloaded headers-core v0.3.0
6772026-03-18T01:23:19.495Z Downloaded hash32 v0.3.1
6782026-03-18T01:23:19.495Z Downloaded embedded-io v0.6.1
6792026-03-18T01:23:19.498Z Downloaded fxhash v0.2.1
6802026-03-18T01:23:19.498Z Downloaded futures-sink v0.3.32
6812026-03-18T01:23:19.498Z Downloaded ghash v0.5.1
6822026-03-18T01:23:19.503Z Downloaded fixedbitset v0.5.7
6832026-03-18T01:23:19.503Z Downloaded daft v0.1.5
6842026-03-18T01:23:19.505Z Downloaded find-msvc-tools v0.1.9
6852026-03-18T01:23:19.505Z Downloaded crossbeam-deque v0.8.6
6862026-03-18T01:23:19.505Z Downloaded gethostname v0.5.0
6872026-03-18T01:23:19.508Z Downloaded futures-task v0.3.32
6882026-03-18T01:23:19.508Z Downloaded futures-macro v0.3.32
6892026-03-18T01:23:19.511Z Downloaded document-features v0.2.12
6902026-03-18T01:23:19.511Z Downloaded ctr v0.9.2
6912026-03-18T01:23:19.514Z Downloaded defmt-macros v1.0.1
6922026-03-18T01:23:19.516Z Downloaded csv-core v0.1.13
6932026-03-18T01:23:19.519Z Downloaded ff v0.13.1
6942026-03-18T01:23:19.519Z Downloaded bcs v0.1.6
6952026-03-18T01:23:19.521Z Downloaded bb8 v0.8.6
6962026-03-18T01:23:19.521Z Downloaded float-ord v0.3.2
6972026-03-18T01:23:19.524Z Downloaded ena v0.14.4
6982026-03-18T01:23:19.524Z Downloaded futures-io v0.3.32
6992026-03-18T01:23:19.527Z Downloaded env_logger v0.11.9
7002026-03-18T01:23:19.527Z Downloaded bit-vec v0.6.3
7012026-03-18T01:23:19.530Z Downloaded backoff v0.4.0
7022026-03-18T01:23:19.530Z Downloaded diesel-dtrace v0.5.0
7032026-03-18T01:23:19.532Z Downloaded hostname v0.4.2
7042026-03-18T01:23:19.536Z Downloaded hash32 v0.2.1
7052026-03-18T01:23:19.536Z Downloaded chacha20 v0.9.1
7062026-03-18T01:23:19.538Z Downloaded camino-tempfile-ext v0.3.3
7072026-03-18T01:23:19.538Z Downloaded foldhash v0.2.0
7082026-03-18T01:23:19.541Z Downloaded http-body v1.0.1
7092026-03-18T01:23:19.541Z Downloaded hubpack v0.1.2
7102026-03-18T01:23:19.541Z Downloaded home v0.5.12
7112026-03-18T01:23:19.544Z Downloaded hex-literal v0.4.1
7122026-03-18T01:23:19.544Z Downloaded either v1.15.0
7132026-03-18T01:23:19.547Z Downloaded fs_extra v1.3.0
7142026-03-18T01:23:19.547Z Downloaded group v0.13.0
7152026-03-18T01:23:19.549Z Downloaded indoc v1.0.9
7162026-03-18T01:23:19.566Z Downloaded instant v0.1.13
7172026-03-18T01:23:19.569Z Downloaded inout v0.1.4
7182026-03-18T01:23:19.569Z Downloaded indent_write v2.2.0
7192026-03-18T01:23:19.571Z Downloaded ident_case v1.0.1
7202026-03-18T01:23:19.572Z Downloaded hyper-tls v0.6.0
7212026-03-18T01:23:19.574Z Downloaded hubpack_derive v0.1.1
7222026-03-18T01:23:19.574Z Downloaded is_ci v1.2.0
7232026-03-18T01:23:19.575Z Downloaded keccak v0.1.6
7242026-03-18T01:23:19.578Z Downloaded is-terminal v0.4.17
7252026-03-18T01:23:19.578Z Downloaded internet-checksum v0.2.1
7262026-03-18T01:23:19.578Z Downloaded instability v0.3.11
7272026-03-18T01:23:19.583Z Downloaded globwalk v0.9.1
7282026-03-18T01:23:19.583Z Downloaded lalrpop-util v0.19.12
7292026-03-18T01:23:19.583Z Downloaded lazy_static v1.5.0
7302026-03-18T01:23:19.586Z Downloaded colored v3.1.1
7312026-03-18T01:23:19.586Z Downloaded fatfs v0.3.6
7322026-03-18T01:23:19.589Z Downloaded globset v0.4.18
7332026-03-18T01:23:19.594Z Downloaded highway v1.3.0
7342026-03-18T01:23:19.595Z Downloaded derive_builder v0.20.2
7352026-03-18T01:23:19.652Z Downloaded lru v0.12.5
7362026-03-18T01:23:19.652Z Downloaded crc32fast v1.5.0
7372026-03-18T01:23:19.659Z Downloaded constant_time_eq v0.4.2
7382026-03-18T01:23:19.659Z Downloaded lru-cache v0.1.2
7392026-03-18T01:23:19.659Z Downloaded memoffset v0.9.1
7402026-03-18T01:23:19.659Z Downloaded crossbeam-epoch v0.9.18
7412026-03-18T01:23:19.659Z Downloaded hex v0.4.3
7422026-03-18T01:23:19.659Z Downloaded md5 v0.7.0
7432026-03-18T01:23:19.659Z Downloaded der v0.7.10
7442026-03-18T01:23:19.659Z Downloaded linked-hash-map v0.5.6
7452026-03-18T01:23:19.659Z Downloaded libscf-sys v1.1.0
7462026-03-18T01:23:19.659Z Downloaded ingot v0.1.1
7472026-03-18T01:23:19.659Z Downloaded hyper-staticfile v0.10.1
7482026-03-18T01:23:19.659Z Downloaded mime v0.3.17
7492026-03-18T01:23:19.659Z Downloaded match_cfg v0.1.0
7502026-03-18T01:23:19.659Z Downloaded maplit v1.0.2
7512026-03-18T01:23:19.659Z Downloaded bzip2 v0.6.1
7522026-03-18T01:23:19.659Z Downloaded async-bb8-diesel v0.2.1
7532026-03-18T01:23:19.659Z Downloaded arc-swap v1.8.2
7542026-03-18T01:23:19.660Z Downloaded managed v0.8.0
7552026-03-18T01:23:19.660Z Downloaded lzss v0.8.2
7562026-03-18T01:23:19.660Z Downloaded ipnetwork v0.21.1
7572026-03-18T01:23:19.660Z Downloaded indoc v2.0.7
7582026-03-18T01:23:19.660Z Downloaded getrandom v0.2.17
7592026-03-18T01:23:19.660Z Downloaded nodrop v0.1.14
7602026-03-18T01:23:19.660Z Downloaded new_debug_unreachable v1.0.6
7612026-03-18T01:23:19.660Z Downloaded libloading v0.8.9
7622026-03-18T01:23:19.660Z Downloaded ingot-types v0.1.2
7632026-03-18T01:23:19.660Z Downloaded nibble_vec v0.1.0
7642026-03-18T01:23:19.660Z Downloaded newtype-uuid-macros v0.1.0
7652026-03-18T01:23:19.660Z Downloaded newline-converter v0.3.0
7662026-03-18T01:23:19.660Z Downloaded normalize-line-endings v0.3.0
7672026-03-18T01:23:19.660Z Downloaded newtype_derive v0.1.6
7682026-03-18T01:23:19.660Z Downloaded num v0.4.3
7692026-03-18T01:23:19.660Z Downloaded nonempty v0.12.0
7702026-03-18T01:23:19.661Z Downloaded half v1.8.3
7712026-03-18T01:23:19.661Z Downloaded ipnet v2.11.0
7722026-03-18T01:23:19.661Z Downloaded impl-trait-for-tuples v0.2.3
7732026-03-18T01:23:19.664Z Downloaded md-5 v0.10.6
7742026-03-18T01:23:19.664Z Downloaded cookie v0.18.1
7752026-03-18T01:23:19.664Z Downloaded libsw-core v0.3.2
7762026-03-18T01:23:19.664Z Downloaded libsw v3.5.0
7772026-03-18T01:23:19.667Z Downloaded olpc-cjson v0.1.4
7782026-03-18T01:23:19.667Z Downloaded num_threads v0.1.7
7792026-03-18T01:23:19.667Z Downloaded httparse v1.10.1
7802026-03-18T01:23:19.672Z Downloaded openssl-probe v0.2.1
7812026-03-18T01:23:19.672Z Downloaded openssl-probe v0.1.6
7822026-03-18T01:23:19.676Z Downloaded num-derive v0.4.2
7832026-03-18T01:23:19.676Z Downloaded libefi-sys v0.1.0
7842026-03-18T01:23:19.676Z Downloaded lock_api v0.4.14
7852026-03-18T01:23:19.679Z Downloaded allocator-api2 v0.2.21
7862026-03-18T01:23:19.679Z Downloaded linear-map v1.2.0
7872026-03-18T01:23:19.686Z Downloaded jobserver v0.1.34
7882026-03-18T01:23:19.690Z Downloaded openssl-macros v0.1.1
7892026-03-18T01:23:19.690Z Downloaded oso-derive v0.27.3
7902026-03-18T01:23:19.690Z Downloaded iana-time-zone v0.1.65
7912026-03-18T01:23:19.690Z Downloaded hmac v0.12.1
7922026-03-18T01:23:19.690Z Downloaded native-tls v0.2.18
7932026-03-18T01:23:19.694Z Downloaded mime_guess v2.0.5
7942026-03-18T01:23:19.694Z Downloaded half v2.7.1
7952026-03-18T01:23:19.697Z Downloaded maybe-uninit v2.0.0
7962026-03-18T01:23:19.697Z Downloaded crc-any v2.5.0
7972026-03-18T01:23:19.697Z Downloaded bumpalo v3.20.2
7982026-03-18T01:23:19.700Z Downloaded packed_struct_codegen v0.10.1
7992026-03-18T01:23:19.703Z Downloaded nanorand v0.7.0
8002026-03-18T01:23:19.705Z Downloaded pbkdf2 v0.12.2
8012026-03-18T01:23:19.705Z Downloaded parse-size v1.1.0
8022026-03-18T01:23:19.708Z Downloaded parse-display v0.10.0
8032026-03-18T01:23:19.708Z Downloaded newtype-uuid v1.3.2
8042026-03-18T01:23:19.711Z Downloaded multimap v0.10.1
8052026-03-18T01:23:19.711Z Downloaded peg-runtime v0.8.5
8062026-03-18T01:23:19.716Z Downloaded phf_shared v0.12.1
8072026-03-18T01:23:19.716Z Downloaded elliptic-curve v0.13.8
8082026-03-18T01:23:19.716Z Downloaded ingot-macros v0.1.1
8092026-03-18T01:23:19.720Z Downloaded nu-ansi-term v0.50.3
8102026-03-18T01:23:19.723Z Downloaded num-complex v0.4.6
8112026-03-18T01:23:19.723Z Downloaded bytes v1.11.1
8122026-03-18T01:23:19.725Z Downloaded pbkdf2 v0.11.0
8132026-03-18T01:23:19.728Z Downloaded path-slash v0.1.5
8142026-03-18T01:23:19.731Z Downloaded hickory-client v0.25.2
8152026-03-18T01:23:19.733Z Downloaded num_enum_derive v0.5.11
8162026-03-18T01:23:19.734Z Downloaded memmap2 v0.9.10
8172026-03-18T01:23:19.736Z Downloaded darling_core v0.23.0
8182026-03-18T01:23:19.739Z Downloaded phf_shared v0.11.3
8192026-03-18T01:23:19.741Z Downloaded pin-utils v0.1.0
8202026-03-18T01:23:19.741Z Downloaded phf_shared v0.13.1
8212026-03-18T01:23:19.744Z Downloaded num-integer v0.1.46
8222026-03-18T01:23:19.744Z Downloaded num_enum_derive v0.7.5
8232026-03-18T01:23:19.749Z Downloaded oxnet v0.1.4
8242026-03-18T01:23:19.749Z Downloaded litrs v1.0.0
8252026-03-18T01:23:19.752Z Downloaded num_enum v0.7.5
8262026-03-18T01:23:19.754Z Downloaded num-derive v0.3.3
8272026-03-18T01:23:19.757Z Downloaded ignore v0.4.25
8282026-03-18T01:23:19.760Z Downloaded flate2 v1.1.9
8292026-03-18T01:23:19.763Z Downloaded packed_struct v0.10.1
8302026-03-18T01:23:19.765Z Downloaded predicates-tree v1.0.13
8312026-03-18T01:23:19.765Z Downloaded parking_lot_core v0.8.6
8322026-03-18T01:23:19.768Z Downloaded predicates-core v1.0.10
8332026-03-18T01:23:19.768Z Downloaded precomputed-hash v0.1.1
8342026-03-18T01:23:19.771Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-03-18T01:23:19.771Z Downloaded powerfmt v0.2.0
8362026-03-18T01:23:19.774Z Downloaded proc-macro-crate v3.4.0
8372026-03-18T01:23:19.774Z Downloaded proc-macro-crate v1.3.1
8382026-03-18T01:23:19.777Z Downloaded oxide-tokio-rt v0.1.3
8392026-03-18T01:23:19.777Z Downloaded progenitor-client v0.11.2
8402026-03-18T01:23:19.779Z Downloaded indexmap v1.9.3
8412026-03-18T01:23:19.785Z Downloaded progenitor-macro v0.13.0
8422026-03-18T01:23:19.785Z Downloaded progenitor-macro v0.11.2
8432026-03-18T01:23:19.785Z Downloaded progenitor-client v0.10.0
8442026-03-18T01:23:19.788Z Downloaded password-hash v0.5.0
8452026-03-18T01:23:19.788Z Downloaded pem v3.0.6
8462026-03-18T01:23:19.788Z Downloaded humantime v2.3.0
8472026-03-18T01:23:19.791Z Downloaded heapless v0.7.17
8482026-03-18T01:23:19.794Z Downloaded pem-rfc7468 v0.7.0
8492026-03-18T01:23:19.794Z Downloaded ar_archive_writer v0.5.1
8502026-03-18T01:23:19.798Z Downloaded peg-macros v0.8.5
8512026-03-18T01:23:19.801Z Downloaded quick-error v1.2.3
8522026-03-18T01:23:19.801Z Downloaded headers v0.4.1
8532026-03-18T01:23:19.804Z Downloaded derive_more-impl v2.1.1
8542026-03-18T01:23:19.826Z Downloaded phf v0.12.1
8552026-03-18T01:23:19.836Z Downloaded heapless v0.8.0
8562026-03-18T01:23:19.836Z Downloaded psl-types v2.0.11
8572026-03-18T01:23:19.836Z Downloaded radium v0.7.0
8582026-03-18T01:23:19.836Z Downloaded poly1305 v0.8.0
8592026-03-18T01:23:19.836Z Downloaded pkg-config v0.3.32
8602026-03-18T01:23:19.836Z Downloaded const_format v0.2.35
8612026-03-18T01:23:19.836Z Downloaded pin-project-internal v1.1.11
8622026-03-18T01:23:19.836Z Downloaded pkcs8 v0.10.2
8632026-03-18T01:23:19.837Z Downloaded rand_chacha v0.3.1
8642026-03-18T01:23:19.837Z Downloaded polyval v0.6.2
8652026-03-18T01:23:19.842Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-03-18T01:23:19.842Z Downloaded owo-colors v4.3.0
8672026-03-18T01:23:19.842Z Downloaded postgres-protocol v0.6.10
8682026-03-18T01:23:19.842Z Downloaded omicron-zone-package v0.12.2
8692026-03-18T01:23:19.843Z Downloaded flume v0.11.1
8702026-03-18T01:23:19.850Z Downloaded recursive v0.1.1
8712026-03-18T01:23:19.850Z Downloaded rand_xorshift v0.4.0
8722026-03-18T01:23:19.850Z Downloaded ppv-lite86 v0.2.21
8732026-03-18T01:23:19.850Z Downloaded ref-cast v1.0.25
8742026-03-18T01:23:19.850Z Downloaded pin-project-lite v0.2.17
8752026-03-18T01:23:19.855Z Downloaded ref-cast-impl v1.0.25
8762026-03-18T01:23:19.855Z Downloaded progenitor v0.10.0
8772026-03-18T01:23:19.855Z Downloaded proc-macro-error2 v2.0.1
8782026-03-18T01:23:19.859Z Downloaded progenitor-macro v0.10.0
8792026-03-18T01:23:19.859Z Downloaded expectorate v1.2.0
8802026-03-18T01:23:19.864Z Downloaded progenitor v0.11.2
8812026-03-18T01:23:19.864Z Downloaded crypto-bigint v0.5.5
8822026-03-18T01:23:19.868Z Downloaded rfc6979 v0.4.0
8832026-03-18T01:23:19.871Z Downloaded progenitor-client v0.13.0
8842026-03-18T01:23:19.872Z Downloaded progenitor v0.13.0
8852026-03-18T01:23:19.875Z Downloaded rustc_version v0.4.1
8862026-03-18T01:23:19.875Z Downloaded base64 v0.22.1
8872026-03-18T01:23:19.878Z Downloaded predicates v3.1.4
8882026-03-18T01:23:19.883Z Downloaded r2d2 v0.8.10
8892026-03-18T01:23:19.883Z Downloaded phf v0.13.1
8902026-03-18T01:23:19.886Z Downloaded parse-display-derive v0.10.0
8912026-03-18T01:23:19.886Z Downloaded progenitor-extras v0.1.1
8922026-03-18T01:23:19.886Z Downloaded parking_lot_core v0.9.12
8932026-03-18T01:23:19.886Z Downloaded rustc-hash v2.1.1
8942026-03-18T01:23:19.890Z Downloaded russh-cryptovec v0.7.3
8952026-03-18T01:23:19.890Z Downloaded psm v0.1.30
8962026-03-18T01:23:19.893Z Downloaded hickory-resolver v0.24.4
8972026-03-18T01:23:19.896Z Downloaded rustc_version v0.1.7
8982026-03-18T01:23:19.896Z Downloaded rand_seeder v0.4.0
8992026-03-18T01:23:19.899Z Downloaded rtoolbox v0.0.3
9002026-03-18T01:23:19.899Z Downloaded pkcs5 v0.7.1
9012026-03-18T01:23:19.902Z Downloaded rand_core v0.10.0
9022026-03-18T01:23:19.905Z Downloaded salsa20 v0.10.2
9032026-03-18T01:23:19.907Z Downloaded rand_chacha v0.9.0
9042026-03-18T01:23:19.907Z Downloaded postgres-types v0.2.12
9052026-03-18T01:23:19.911Z Downloaded rand_core v0.9.5
9062026-03-18T01:23:19.911Z Downloaded sapling-renderdag v0.1.0
9072026-03-18T01:23:19.913Z Downloaded derive_more v2.1.1
9082026-03-18T01:23:19.922Z Downloaded parking_lot v0.11.2
9092026-03-18T01:23:19.925Z Downloaded jiff-static v0.2.21
9102026-03-18T01:23:19.927Z Downloaded papergrid v0.17.0
9112026-03-18T01:23:19.930Z Downloaded same-file v1.0.6
9122026-03-18T01:23:19.933Z Downloaded scheduled-thread-pool v0.2.7
9132026-03-18T01:23:19.933Z Downloaded miniz_oxide v0.8.9
9142026-03-18T01:23:19.936Z Downloaded diesel_derives v2.3.7
9152026-03-18T01:23:19.942Z Downloaded serde_spanned v1.0.4
9162026-03-18T01:23:19.945Z Downloaded serde_bytes v0.11.19
9172026-03-18T01:23:19.945Z Downloaded resolv-conf v0.7.6
9182026-03-18T01:23:19.947Z Downloaded seq-macro v0.3.6
9192026-03-18T01:23:19.947Z Downloaded semver v0.1.20
9202026-03-18T01:23:19.949Z Downloaded secrecy v0.10.3
9212026-03-18T01:23:19.950Z Downloaded secrecy v0.8.0
9222026-03-18T01:23:19.953Z Downloaded serde_plain v1.0.2
9232026-03-18T01:23:19.953Z Downloaded scrypt v0.11.0
9242026-03-18T01:23:19.956Z Downloaded pin-project v1.1.11
9252026-03-18T01:23:19.963Z Downloaded sha1 v0.10.6
9262026-03-18T01:23:19.965Z Downloaded rustls-pemfile v1.0.4
9272026-03-18T01:23:19.968Z Downloaded minimal-lexical v0.2.1
9282026-03-18T01:23:19.970Z Downloaded serde-big-array v0.5.1
9292026-03-18T01:23:19.972Z Downloaded shell-words v1.1.1
9302026-03-18T01:23:19.975Z Downloaded rustversion v1.0.22
9312026-03-18T01:23:19.978Z Downloaded signal-hook-mio v0.2.5
9322026-03-18T01:23:19.978Z Downloaded signature v2.2.0
9332026-03-18T01:23:19.980Z Downloaded sigpipe v0.1.3
9342026-03-18T01:23:19.983Z Downloaded crossterm v0.28.1
9352026-03-18T01:23:19.986Z Downloaded signal-hook-tokio v0.3.1
9362026-03-18T01:23:19.988Z Downloaded prefix-trie v0.7.0
9372026-03-18T01:23:19.991Z Downloaded rusty-fork v0.3.1
9382026-03-18T01:23:19.992Z Downloaded rustls-pemfile v2.2.0
9392026-03-18T01:23:19.994Z Downloaded pkcs1 v0.7.5
9402026-03-18T01:23:19.997Z Downloaded dropshot-api-manager v0.6.0
9412026-03-18T01:23:19.999Z Downloaded rand_core v0.6.4
9422026-03-18T01:23:20.002Z Downloaded slog-envlogger v2.2.0
9432026-03-18T01:23:20.002Z Downloaded slog-bunyan v2.5.0
9442026-03-18T01:23:20.005Z Downloaded schemars_derive v0.8.22
9452026-03-18T01:23:20.006Z Downloaded serde_urlencoded v0.7.1
9462026-03-18T01:23:20.008Z Downloaded sec1 v0.7.3
9472026-03-18T01:23:20.011Z Downloaded hickory-resolver v0.25.2
9482026-03-18T01:23:20.013Z Downloaded hickory-server v0.25.2
9492026-03-18T01:23:20.015Z Downloaded serde-hex v0.1.0
9502026-03-18T01:23:20.018Z Downloaded scroll_derive v0.13.1
9512026-03-18T01:23:20.018Z Downloaded scroll v0.13.0
9522026-03-18T01:23:20.021Z Downloaded serde_repr v0.1.20
9532026-03-18T01:23:20.024Z Downloaded russh-keys v0.45.0
9542026-03-18T01:23:20.024Z Downloaded hashbrown v0.12.3
9552026-03-18T01:23:20.027Z Downloaded aes v0.8.4
9562026-03-18T01:23:20.030Z Downloaded sqlparser_derive v0.5.0
9572026-03-18T01:23:20.032Z Downloaded serde_path_to_error v0.1.20
9582026-03-18T01:23:20.034Z Downloaded sct v0.7.1
9592026-03-18T01:23:20.037Z Downloaded ssh-encoding v0.2.0
9602026-03-18T01:23:20.040Z Downloaded ssh-cipher v0.2.0
9612026-03-18T01:23:20.040Z Downloaded progenitor-impl v0.11.2
9622026-03-18T01:23:20.043Z Downloaded progenitor-impl v0.10.0
9632026-03-18T01:23:20.043Z Downloaded simd-adler32 v0.3.8
9642026-03-18T01:23:20.046Z Downloaded shlex v1.3.0
9652026-03-18T01:23:20.046Z Downloaded rustls-pki-types v1.14.0
9662026-03-18T01:23:20.049Z Downloaded strum v0.26.3
9672026-03-18T01:23:20.052Z Downloaded subtle v2.6.1
9682026-03-18T01:23:20.053Z Downloaded strip-ansi-escapes v0.2.1
9692026-03-18T01:23:20.053Z Downloaded strum v0.27.2
9702026-03-18T01:23:20.056Z Downloaded structmeta-derive v0.3.0
9712026-03-18T01:23:20.056Z Downloaded openssl-sys v0.9.111
9722026-03-18T01:23:20.059Z Downloaded siphasher v1.0.2
9732026-03-18T01:23:20.063Z Downloaded signal-hook-registry v1.4.8
9742026-03-18T01:23:20.063Z Downloaded prettyplease v0.2.37
9752026-03-18T01:23:20.066Z Downloaded tabled_derive v0.11.0
9762026-03-18T01:23:20.069Z Downloaded slog-scope v4.4.1
9772026-03-18T01:23:20.069Z Downloaded slog-dtrace v0.3.0
9782026-03-18T01:23:20.073Z Downloaded tap v1.0.1
9792026-03-18T01:23:20.073Z Downloaded tabwriter v1.4.1
9802026-03-18T01:23:20.074Z Downloaded itertools v0.10.5
9812026-03-18T01:23:20.079Z Downloaded serde_cbor v0.11.2
9822026-03-18T01:23:20.083Z Downloaded tagptr v0.2.0
9832026-03-18T01:23:20.083Z Downloaded slog-json v2.6.1
9842026-03-18T01:23:20.086Z Downloaded termtree v0.5.1
9852026-03-18T01:23:20.086Z Downloaded smf v0.2.3
9862026-03-18T01:23:20.086Z Downloaded slog-term v2.9.2
9872026-03-18T01:23:20.090Z Downloaded take_mut v0.2.2
9882026-03-18T01:23:20.093Z Downloaded http v1.4.0
9892026-03-18T01:23:20.093Z Downloaded stacker v0.1.23
9902026-03-18T01:23:20.096Z Downloaded hashbrown v0.13.2
9912026-03-18T01:23:20.098Z Downloaded stringprep v0.1.5
9922026-03-18T01:23:20.101Z Downloaded snafu-derive v0.8.9
9932026-03-18T01:23:20.103Z Downloaded aes-gcm v0.10.3
9942026-03-18T01:23:20.106Z Downloaded thiserror-impl-no-std v2.0.2
9952026-03-18T01:23:20.106Z Downloaded static_assertions v1.1.0
9962026-03-18T01:23:20.109Z Downloaded sqlformat v0.3.5
9972026-03-18T01:23:20.112Z Downloaded strum_macros v0.26.4
9982026-03-18T01:23:20.112Z Downloaded spki v0.7.3
9992026-03-18T01:23:20.117Z Downloaded time-core v0.1.8
10002026-03-18T01:23:20.117Z Downloaded testing_table v0.3.0
10012026-03-18T01:23:20.121Z Downloaded mio v1.1.1
10022026-03-18T01:23:20.124Z Downloaded tinyvec_macros v0.1.1
10032026-03-18T01:23:20.124Z Downloaded strum_macros v0.24.3
10042026-03-18T01:23:20.124Z Downloaded rustls-platform-verifier v0.6.2
10052026-03-18T01:23:20.127Z Downloaded rcgen v0.12.1
10062026-03-18T01:23:20.130Z Downloaded string_cache v0.8.9
10072026-03-18T01:23:20.133Z Downloaded serde_with_macros v3.17.0
10082026-03-18T01:23:20.136Z Downloaded schemars v0.8.22
10092026-03-18T01:23:20.145Z Downloaded serde_derive_internals v0.29.1
10102026-03-18T01:23:20.148Z Downloaded sync_wrapper v1.0.2
10112026-03-18T01:23:20.149Z Downloaded sync-ptr v0.1.4
10122026-03-18T01:23:20.149Z Downloaded ron v0.8.1
10132026-03-18T01:23:20.152Z Downloaded supports-color v3.0.2
10142026-03-18T01:23:20.155Z Downloaded support-bundle-viewer v0.1.2
10152026-03-18T01:23:20.155Z Downloaded nom v7.1.3
10162026-03-18T01:23:20.164Z Downloaded termios v0.3.3
10172026-03-18T01:23:20.168Z Downloaded spin v0.9.8
10182026-03-18T01:23:20.168Z Downloaded progenitor-impl v0.13.0
10192026-03-18T01:23:20.168Z Downloaded thread-id v5.1.0
10202026-03-18T01:23:20.180Z Downloaded topological-sort v0.2.2
10212026-03-18T01:23:20.180Z Downloaded thread_local v1.1.9
10222026-03-18T01:23:20.180Z Downloaded thiserror-no-std v2.0.2
10232026-03-18T01:23:20.183Z Downloaded try-lock v0.2.5
10242026-03-18T01:23:20.183Z Downloaded tower-layer v0.3.3
10252026-03-18T01:23:20.183Z Downloaded iddqd v0.3.17
10262026-03-18T01:23:20.183Z Downloaded similar v2.7.0
10272026-03-18T01:23:20.186Z Downloaded tls_codec v0.4.2
10282026-03-18T01:23:20.189Z Downloaded trait-variant v0.1.2
10292026-03-18T01:23:20.189Z Downloaded time-macros v0.2.27
10302026-03-18T01:23:20.192Z Downloaded unicode-truncate v1.1.0
10312026-03-18T01:23:20.192Z Downloaded unarray v0.1.4
10322026-03-18T01:23:20.195Z Downloaded typify-macro v0.4.3
10332026-03-18T01:23:20.195Z Downloaded rand v0.8.5
10342026-03-18T01:23:20.197Z Downloaded untrusted v0.7.1
10352026-03-18T01:23:20.200Z Downloaded tls_codec_derive v0.4.2
10362026-03-18T01:23:20.200Z Downloaded tiny-keccak v2.0.2
10372026-03-18T01:23:20.203Z Downloaded serde_yaml v0.9.34+deprecated
10382026-03-18T01:23:20.207Z Downloaded signal-hook v0.3.18
10392026-03-18T01:23:20.210Z Downloaded ryu v1.0.23
10402026-03-18T01:23:20.213Z Downloaded universal-hash v0.5.1
10412026-03-18T01:23:20.214Z Downloaded tokio-native-tls v0.3.1
10422026-03-18T01:23:20.216Z Downloaded untrusted v0.9.0
10432026-03-18T01:23:20.216Z Downloaded rayon-core v1.13.0
10442026-03-18T01:23:20.219Z Downloaded utf-8 v0.7.6
10452026-03-18T01:23:20.222Z Downloaded usdt v0.6.0
10462026-03-18T01:23:20.222Z Downloaded tokio-rustls v0.25.0
10472026-03-18T01:23:20.225Z Downloaded tokio-tungstenite v0.21.0
10482026-03-18T01:23:20.225Z Downloaded tokio-macros v2.6.0
10492026-03-18T01:23:20.227Z Downloaded unit-prefix v0.5.2
10502026-03-18T01:23:20.227Z Downloaded tokio-dtrace v0.1.1
10512026-03-18T01:23:20.230Z Downloaded pretty_assertions v1.4.1
10522026-03-18T01:23:20.233Z Downloaded toml_writer v1.0.6+spec-1.1.0
10532026-03-18T01:23:20.233Z Downloaded tokio-tungstenite v0.23.1
10542026-03-18T01:23:20.235Z Downloaded rsa v0.9.10
10552026-03-18T01:23:20.239Z Downloaded usdt-macro v0.6.0
10562026-03-18T01:23:20.242Z Downloaded usdt-attr-macro v0.6.0
10572026-03-18T01:23:20.242Z Downloaded publicsuffix v2.3.0
10582026-03-18T01:23:20.244Z Downloaded void v1.0.2
10592026-03-18T01:23:20.244Z Downloaded itertools v0.12.1
10602026-03-18T01:23:20.249Z Downloaded waitgroup v0.1.2
10612026-03-18T01:23:20.252Z Downloaded aho-corasick v1.1.4
10622026-03-18T01:23:20.256Z Downloaded socket2 v0.6.2
10632026-03-18T01:23:20.259Z Downloaded rustls-webpki v0.103.9
10642026-03-18T01:23:20.263Z Downloaded term v0.7.0
10652026-03-18T01:23:20.263Z Downloaded socket2 v0.5.10
10662026-03-18T01:23:20.266Z Downloaded typify-macro v0.6.1
10672026-03-18T01:23:20.267Z Downloaded hyper v1.8.1
10682026-03-18T01:23:20.270Z Downloaded xshell-macros v0.2.7
10692026-03-18T01:23:20.276Z Downloaded wait-timeout v0.2.1
10702026-03-18T01:23:20.276Z Downloaded want v0.3.1
10712026-03-18T01:23:20.279Z Downloaded tui-tree-widget v0.23.1
10722026-03-18T01:23:20.279Z Downloaded iri-string v0.7.10
10732026-03-18T01:23:20.282Z Downloaded unicase v2.9.0
10742026-03-18T01:23:20.282Z Downloaded rand v0.9.2
10752026-03-18T01:23:20.286Z Downloaded slog v2.8.2
10762026-03-18T01:23:20.289Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10772026-03-18T01:23:20.292Z Downloaded tokio-stream v0.1.18
10782026-03-18T01:23:20.295Z Downloaded xattr v1.6.1
10792026-03-18T01:23:20.295Z Downloaded tokio-rustls v0.24.1
10802026-03-18T01:23:20.298Z Downloaded libm v0.2.16
10812026-03-18T01:23:20.305Z Downloaded toml_parser v1.0.9+spec-1.1.0
10822026-03-18T01:23:20.308Z Downloaded usdt-impl v0.6.0
10832026-03-18T01:23:20.310Z Downloaded zeroize_derive v1.4.3
10842026-03-18T01:23:20.311Z Downloaded vergen-git2 v1.0.7
10852026-03-18T01:23:20.315Z Downloaded zone_cfg_derive v0.3.1
10862026-03-18T01:23:20.315Z Downloaded term v1.2.1
10872026-03-18T01:23:20.318Z Downloaded tokio-rustls v0.26.4
10882026-03-18T01:23:20.318Z Downloaded vsss-rs v3.3.4
10892026-03-18T01:23:20.320Z Downloaded zone v0.3.1
10902026-03-18T01:23:20.320Z Downloaded snafu v0.8.9
10912026-03-18T01:23:20.324Z Downloaded tar v0.4.44
10922026-03-18T01:23:20.327Z Downloaded tracing-attributes v0.1.31
10932026-03-18T01:23:20.330Z Downloaded subprocess v0.2.15
10942026-03-18T01:23:20.332Z Downloaded vergen-lib v0.1.6
10952026-03-18T01:23:20.335Z Downloaded vergen-gitcl v1.0.8
10962026-03-18T01:23:20.335Z Downloaded uzers v0.12.2
10972026-03-18T01:23:20.337Z Downloaded unicode-properties v0.1.4
10982026-03-18T01:23:20.340Z Downloaded whoami v2.1.0
10992026-03-18T01:23:20.342Z Downloaded whoami v1.6.1
11002026-03-18T01:23:20.343Z Downloaded tinyvec v1.10.0
11012026-03-18T01:23:20.346Z Downloaded hkdf v0.12.4
11022026-03-18T01:23:20.349Z Downloaded walkdir v2.5.0
11032026-03-18T01:23:20.349Z Downloaded itertools v0.14.0
11042026-03-18T01:23:20.354Z Downloaded xz2 v0.1.7
11052026-03-18T01:23:20.357Z Downloaded xshell v0.2.7
11062026-03-18T01:23:20.357Z Downloaded twox-hash v2.1.2
11072026-03-18T01:23:20.360Z Downloaded zeroize v1.8.2
11082026-03-18T01:23:20.362Z Downloaded schemars v1.2.1
11092026-03-18T01:23:20.371Z Downloaded wyz v0.5.1
11102026-03-18T01:23:20.373Z Downloaded vergen v9.0.6
11112026-03-18T01:23:20.376Z Downloaded toml v0.9.12+spec-1.1.0
11122026-03-18T01:23:20.378Z Downloaded toml v0.7.8
11132026-03-18T01:23:20.382Z Downloaded p521 v0.13.3
11142026-03-18T01:23:20.386Z Downloaded zstd-safe v7.2.4
11152026-03-18T01:23:20.386Z Downloaded zstd v0.13.3
11162026-03-18T01:23:20.388Z Downloaded test-strategy v0.4.5
11172026-03-18T01:23:20.392Z Downloaded h2 v0.4.13
11182026-03-18T01:23:20.395Z Downloaded steno v0.4.1
11192026-03-18T01:23:20.399Z Downloaded unsafe-libyaml v0.2.11
11202026-03-18T01:23:20.401Z Downloaded tungstenite v0.21.0
11212026-03-18T01:23:20.405Z Downloaded russh v0.45.0
11222026-03-18T01:23:20.409Z Downloaded itertools v0.13.0
11232026-03-18T01:23:20.415Z Downloaded yasna v0.5.2
11242026-03-18T01:23:20.418Z Downloaded bindgen v0.71.1
11252026-03-18T01:23:20.423Z Downloaded toml_edit v0.23.10+spec-1.0.0
11262026-03-18T01:23:20.426Z Downloaded rpassword v7.4.0
11272026-03-18T01:23:20.428Z Downloaded ron v0.12.0
11282026-03-18T01:23:20.434Z Downloaded vte v0.14.1
11292026-03-18T01:23:20.437Z Downloaded blake3 v1.8.3
11302026-03-18T01:23:20.444Z Downloaded typify v0.4.3
11312026-03-18T01:23:20.447Z Downloaded unicode-bidi v0.3.18
11322026-03-18T01:23:20.450Z Downloaded typify v0.6.1
11332026-03-18T01:23:20.489Z Downloaded tungstenite v0.23.0
11342026-03-18T01:23:20.490Z Downloaded tokio-postgres v0.7.16
11352026-03-18T01:23:20.490Z Downloaded zerocopy v0.6.6
11362026-03-18T01:23:20.490Z Downloaded rustyline v14.0.0
11372026-03-18T01:23:20.490Z Downloaded tracing-core v0.1.36
11382026-03-18T01:23:20.490Z Downloaded rand v0.10.0
11392026-03-18T01:23:20.490Z Downloaded num-bigint-dig v0.8.6
11402026-03-18T01:23:20.490Z Downloaded uuid v1.21.0
11412026-03-18T01:23:20.490Z Downloaded chrono v0.4.44
11422026-03-18T01:23:20.490Z Downloaded zopfli v0.8.3
11432026-03-18T01:23:20.490Z Downloaded ssh-key v0.6.7
11442026-03-18T01:23:20.494Z Downloaded bitvec v1.0.1
11452026-03-18T01:23:20.503Z Downloaded unicode_categories v0.1.1
11462026-03-18T01:23:20.505Z Downloaded reedline v0.40.0
11472026-03-18T01:23:20.511Z Downloaded yansi v1.0.1
11482026-03-18T01:23:20.515Z Downloaded reqwest v0.12.28
11492026-03-18T01:23:20.518Z Downloaded zip v0.6.6
11502026-03-18T01:23:20.521Z Downloaded toml_edit v0.19.15
11512026-03-18T01:23:20.535Z Downloaded rayon v1.11.0
11522026-03-18T01:23:20.541Z Downloaded reqwest v0.13.2
11532026-03-18T01:23:20.545Z Downloaded tower v0.5.3
11542026-03-18T01:23:20.552Z Downloaded lalrpop v0.19.12
11552026-03-18T01:23:20.563Z Downloaded portable-atomic v1.13.1
11562026-03-18T01:23:20.568Z Downloaded x509-cert v0.2.5
11572026-03-18T01:23:20.572Z Downloaded zerocopy-derive v0.8.40
11582026-03-18T01:23:20.579Z Downloaded unicode-segmentation v1.12.0
11592026-03-18T01:23:20.582Z Downloaded typed-path v0.9.3
11602026-03-18T01:23:20.586Z Downloaded proptest v1.10.0
11612026-03-18T01:23:20.594Z Downloaded unicode-normalization v0.1.25
11622026-03-18T01:23:20.597Z Downloaded quick-xml v0.37.5
11632026-03-18T01:23:20.601Z Downloaded tokio-util v0.7.18
11642026-03-18T01:23:20.608Z Downloaded goblin v0.10.5
11652026-03-18T01:23:20.614Z Downloaded tower-http v0.6.8
11662026-03-18T01:23:20.620Z Downloaded serde_with v3.17.0
11672026-03-18T01:23:20.630Z Downloaded moka v0.12.13
11682026-03-18T01:23:20.637Z Downloaded tough v0.20.0
11692026-03-18T01:23:20.645Z Downloaded petname v2.0.2
11702026-03-18T01:23:20.648Z Downloaded rustls-webpki v0.101.7
11712026-03-18T01:23:20.659Z Downloaded curve25519-dalek v4.1.3
11722026-03-18T01:23:20.666Z Downloaded salty v0.3.0
11732026-03-18T01:23:20.672Z Downloaded rustls-webpki v0.102.8
11742026-03-18T01:23:20.686Z Downloaded zip v4.6.1
11752026-03-18T01:23:20.691Z Downloaded bstr v1.12.1
11762026-03-18T01:23:20.698Z Downloaded quinn-proto v0.11.13
11772026-03-18T01:23:20.702Z Downloaded nix v0.27.1
11782026-03-18T01:23:20.711Z Downloaded winnow v0.5.40
11792026-03-18T01:23:20.718Z Downloaded polar-core v0.27.3
11802026-03-18T01:23:20.724Z Downloaded radix_trie v0.2.1
11812026-03-18T01:23:20.730Z Downloaded winnow v0.6.26
11822026-03-18T01:23:20.735Z Downloaded object v0.30.4
11832026-03-18T01:23:20.743Z Downloaded rustls v0.21.12
11842026-03-18T01:23:20.752Z Downloaded openssl v0.10.75
11852026-03-18T01:23:20.759Z Downloaded tabled v0.20.0
11862026-03-18T01:23:20.773Z Downloaded vcpkg v0.2.15
11872026-03-18T01:23:20.804Z Downloaded nix v0.28.0
11882026-03-18T01:23:20.813Z Downloaded zlib-rs v0.6.2
11892026-03-18T01:23:20.817Z Downloaded smoltcp v0.9.1
11902026-03-18T01:23:20.826Z Downloaded object v0.37.3
11912026-03-18T01:23:20.835Z Downloaded webpki-roots v1.0.6
11922026-03-18T01:23:20.837Z Downloaded regress v0.10.5
11932026-03-18T01:23:20.844Z Downloaded smoltcp v0.11.0
11942026-03-18T01:23:20.856Z Downloaded zerocopy v0.8.40
11952026-03-18T01:23:20.862Z Downloaded rustls v0.23.37
11962026-03-18T01:23:20.871Z Downloaded regex-syntax v0.8.10
11972026-03-18T01:23:20.877Z Downloaded rustls v0.22.4
11982026-03-18T01:23:20.887Z Downloaded openapiv3 v2.2.0
11992026-03-18T01:23:20.899Z Downloaded hickory-proto v0.25.2
12002026-03-18T01:23:20.909Z Downloaded rustix v0.38.44
12012026-03-18T01:23:20.926Z Downloaded hickory-proto v0.24.4
12022026-03-18T01:23:20.939Z Downloaded sqlparser v0.61.0
12032026-03-18T01:23:20.945Z Downloaded diesel v2.3.7
12042026-03-18T01:23:20.961Z Downloaded sled v0.34.7
12052026-03-18T01:23:20.969Z Downloaded nix v0.31.1
12062026-03-18T01:23:20.978Z Downloaded ratatui v0.29.0
12072026-03-18T01:23:20.994Z Downloaded dropshot v0.16.7
12082026-03-18T01:23:21.012Z Downloaded time v0.3.47
12092026-03-18T01:23:21.021Z Downloaded regex-automata v0.4.14
12102026-03-18T01:23:21.035Z Downloaded regex-syntax v0.6.29
12112026-03-18T01:23:21.038Z Downloaded nix v0.29.0
12122026-03-18T01:23:21.047Z Downloaded regex v1.12.3
12132026-03-18T01:23:21.053Z Downloaded typify-impl v0.6.1
12142026-03-18T01:23:21.064Z Downloaded typify-impl v0.4.3
12152026-03-18T01:23:21.074Z Downloaded tracing v0.1.44
12162026-03-18T01:23:21.091Z Downloaded p384 v0.13.1
12172026-03-18T01:23:21.095Z Downloaded git2 v0.20.4
12182026-03-18T01:23:21.101Z Downloaded futures-util v0.3.32
12192026-03-18T01:23:21.110Z Downloaded bzip2-sys v0.1.13+1.0.8
12202026-03-18T01:23:21.120Z Downloaded schemars v0.9.0
12212026-03-18T01:23:21.129Z Downloaded zerocopy-derive v0.6.6
12222026-03-18T01:23:21.137Z Downloaded samael v0.0.19
12232026-03-18T01:23:21.141Z Downloaded strum_macros v0.27.2
12242026-03-18T01:23:21.144Z Downloaded csv v1.4.0
12252026-03-18T01:23:21.159Z Downloaded libxml v0.3.3
12262026-03-18T01:23:21.165Z Downloaded tower-service v0.3.3
12272026-03-18T01:23:21.170Z Downloaded quinn v0.11.9
12282026-03-18T01:23:21.170Z Downloaded num-bigint v0.4.6
12292026-03-18T01:23:21.173Z Downloaded hashbrown v0.15.5
12302026-03-18T01:23:21.175Z Downloaded qorb v0.4.1
12312026-03-18T01:23:21.179Z Downloaded sha3 v0.10.8
12322026-03-18T01:23:21.183Z Downloaded chrono-tz v0.10.4
12332026-03-18T01:23:21.195Z Downloaded petgraph v0.6.5
12342026-03-18T01:23:21.209Z Downloaded jiff v0.2.21
12352026-03-18T01:23:21.224Z Downloaded lzma-sys v0.1.20
12362026-03-18T01:23:21.246Z Downloaded hyper-util v0.1.20
12372026-03-18T01:23:21.248Z Downloaded crossterm v0.29.0
12382026-03-18T01:23:21.253Z Downloaded slab v0.4.12
12392026-03-18T01:23:21.256Z Downloaded structmeta v0.3.0
12402026-03-18T01:23:21.257Z Downloaded smallvec v0.6.14
12412026-03-18T01:23:21.260Z Downloaded slog-stdlog v4.1.1
12422026-03-18T01:23:21.260Z Downloaded slog-async v2.8.0
12432026-03-18T01:23:21.260Z Downloaded rustls-native-certs v0.8.3
12442026-03-18T01:23:21.260Z Downloaded parking_lot v0.12.5
12452026-03-18T01:23:21.263Z Downloaded quinn-udp v0.5.14
12462026-03-18T01:23:21.263Z Downloaded scopeguard v1.2.0
12472026-03-18T01:23:21.266Z Downloaded petgraph v0.8.3
12482026-03-18T01:23:21.281Z Downloaded getrandom v0.3.4
12492026-03-18T01:23:21.283Z Downloaded postcard v1.1.3
12502026-03-18T01:23:21.286Z Downloaded oso v0.27.3
12512026-03-18T01:23:21.289Z Downloaded p256 v0.13.2
12522026-03-18T01:23:21.291Z Downloaded primeorder v0.13.6
12532026-03-18T01:23:21.291Z Downloaded peg v0.8.5
12542026-03-18T01:23:21.294Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12552026-03-18T01:23:21.307Z Downloaded libz-sys v1.1.24
12562026-03-18T01:23:21.323Z Downloaded encoding_rs v0.8.35
12572026-03-18T01:23:21.339Z Downloaded libbz2-rs-sys v0.2.2
12582026-03-18T01:23:21.343Z Downloaded tokio v1.49.0
12592026-03-18T01:23:21.369Z Downloaded indicatif v0.18.4
12602026-03-18T01:23:21.372Z Downloaded cc v1.2.56
12612026-03-18T01:23:21.375Z Downloaded compact_str v0.8.1
12622026-03-18T01:23:21.379Z Downloaded base64 v0.21.7
12632026-03-18T01:23:21.382Z Downloaded paste v1.0.15
12642026-03-18T01:23:21.385Z Downloaded password-hash v0.4.2
12652026-03-18T01:23:21.385Z Downloaded crossbeam-channel v0.5.15
12662026-03-18T01:23:21.388Z Downloaded aws-lc-rs v1.16.0
12672026-03-18T01:23:21.393Z Downloaded num_enum v0.5.11
12682026-03-18T01:23:21.397Z Downloaded num-rational v0.4.2
12692026-03-18T01:23:21.399Z Downloaded opaque-debug v0.3.1
12702026-03-18T01:23:21.399Z Downloaded multer v3.1.0
12712026-03-18T01:23:21.402Z Downloaded futures v0.3.32
12722026-03-18T01:23:21.404Z Downloaded num-conv v0.2.0
12732026-03-18T01:23:21.404Z Downloaded hyper-rustls v0.27.7
12742026-03-18T01:23:21.407Z Downloaded num-iter v0.1.45
12752026-03-18T01:23:21.407Z Downloaded crossbeam-utils v0.8.21
12762026-03-18T01:23:21.411Z Downloaded ed25519-dalek v2.2.0
12772026-03-18T01:23:21.415Z Downloaded fs-err v2.11.0
12782026-03-18T01:23:21.415Z Downloaded futures-channel v0.3.32
12792026-03-18T01:23:21.416Z Downloaded lru-slab v0.1.2
12802026-03-18T01:23:21.416Z Downloaded const-oid v0.9.6
12812026-03-18T01:23:21.419Z Downloaded ciborium v0.2.2
12822026-03-18T01:23:21.419Z Downloaded cassowary v0.3.0
12832026-03-18T01:23:21.419Z Downloaded backon v1.6.0
12842026-03-18T01:23:21.421Z Downloaded kstat-rs v0.2.4
12852026-03-18T01:23:21.421Z Downloaded http-range v0.1.5
12862026-03-18T01:23:21.421Z Downloaded http-body-util v0.1.3
12872026-03-18T01:23:21.424Z Downloaded cancel-safe-futures v0.1.5
12882026-03-18T01:23:21.427Z Downloaded drift v0.1.3
12892026-03-18T01:23:21.431Z Downloaded des v0.8.1
12902026-03-18T01:23:21.434Z Downloaded derive-where v1.6.0
12912026-03-18T01:23:21.434Z Downloaded data-encoding v2.10.0
12922026-03-18T01:23:21.434Z Downloaded futures-executor v0.3.32
12932026-03-18T01:23:21.437Z Downloaded httpdate v1.0.3
12942026-03-18T01:23:21.437Z Downloaded hostname v0.3.1
12952026-03-18T01:23:21.437Z Downloaded glob v0.3.3
12962026-03-18T01:23:21.440Z Downloaded git-stub-vcs v0.1.0
12972026-03-18T01:23:21.440Z Downloaded fallible-iterator v0.2.0
12982026-03-18T01:23:21.440Z Downloaded darling v0.20.11
12992026-03-18T01:23:21.443Z Downloaded cookie_store v0.22.1
13002026-03-18T01:23:21.445Z Downloaded cargo_toml v0.22.3
13012026-03-18T01:23:21.445Z Downloaded chacha20 v0.10.0
13022026-03-18T01:23:21.448Z Downloaded foldhash v0.1.5
13032026-03-18T01:23:21.448Z Downloaded filetime v0.2.27
13042026-03-18T01:23:21.450Z Downloaded convert_case v0.10.0
13052026-03-18T01:23:21.450Z Downloaded base64ct v1.8.3
13062026-03-18T01:23:21.453Z Downloaded futures-core v0.3.32
13072026-03-18T01:23:21.453Z Downloaded derive_builder_macro v0.20.2
13082026-03-18T01:23:21.453Z Downloaded bitflags v1.3.2
13092026-03-18T01:23:21.456Z Downloaded derive_more v0.99.20
13102026-03-18T01:23:21.460Z Downloaded corncobs v0.1.4
13112026-03-18T01:23:21.462Z Downloaded cexpr v0.6.0
13122026-03-18T01:23:21.462Z Downloaded dirs-sys-next v0.1.2
13132026-03-18T01:23:21.462Z Downloaded darling_macro v0.23.0
13142026-03-18T01:23:21.462Z Downloaded cipher v0.4.4
13152026-03-18T01:23:21.465Z Downloaded cargo-platform v0.1.9
13162026-03-18T01:23:21.465Z Downloaded darling_macro v0.21.3
13172026-03-18T01:23:21.465Z Downloaded cstr-argument v0.1.2
13182026-03-18T01:23:21.465Z Downloaded base16ct v1.0.0
13192026-03-18T01:23:21.468Z Downloaded bcrypt-pbkdf v0.10.0
13202026-03-18T01:23:21.468Z Downloaded atomicwrites v0.4.4
13212026-03-18T01:23:21.468Z Downloaded cpufeatures v0.3.0
13222026-03-18T01:23:21.471Z Downloaded base16ct v0.2.0
13232026-03-18T01:23:21.471Z Downloaded async-stream v0.3.6
13242026-03-18T01:23:21.471Z Downloaded arrayref v0.3.9
13252026-03-18T01:23:21.473Z Downloaded convert_case v0.4.0
13262026-03-18T01:23:21.473Z Downloaded defmt v0.3.100
13272026-03-18T01:23:21.473Z Downloaded crunchy v0.2.4
13282026-03-18T01:23:21.474Z Downloaded dunce v1.0.5
13292026-03-18T01:23:21.474Z Downloaded console v0.16.2
13302026-03-18T01:23:21.476Z Downloaded ciborium-ll v0.2.2
13312026-03-18T01:23:21.476Z Downloaded chacha20poly1305 v0.10.1
13322026-03-18T01:23:21.479Z Downloaded blowfish v0.9.1
13332026-03-18T01:23:21.479Z Downloaded bitfield-struct v0.6.2
13342026-03-18T01:23:21.479Z Downloaded array-init v0.0.4
13352026-03-18T01:23:21.482Z Downloaded adler2 v2.0.1
13362026-03-18T01:23:21.482Z Downloaded bitfield v0.19.4
13372026-03-18T01:23:21.491Z Downloaded ring v0.17.14
13382026-03-18T01:23:21.541Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-03-18T01:23:22.076Z Downloaded aws-lc-sys v0.37.1
13402026-03-18T01:23:22.403Z Compiling libc v0.2.180
13412026-03-18T01:23:22.403Z Compiling serde v1.0.228
13422026-03-18T01:23:22.406Z Compiling log v0.4.29
13432026-03-18T01:23:22.406Z Compiling shlex v1.3.0
13442026-03-18T01:23:22.603Z Compiling find-msvc-tools v0.1.9
13452026-03-18T01:23:22.603Z Compiling smallvec v1.15.1
13462026-03-18T01:23:22.619Z Compiling syn v2.0.117
13472026-03-18T01:23:22.637Z Compiling typenum v1.19.0
13482026-03-18T01:23:22.810Z Compiling generic-array v0.14.7
13492026-03-18T01:23:22.838Z Compiling subtle v2.6.1
13502026-03-18T01:23:22.878Z Compiling scopeguard v1.2.0
13512026-03-18T01:23:22.947Z Compiling portable-atomic v1.13.1
13522026-03-18T01:23:22.983Z Compiling lock_api v0.4.14
13532026-03-18T01:23:23.006Z Compiling const-oid v0.9.6
13542026-03-18T01:23:23.063Z Compiling critical-section v1.2.0
13552026-03-18T01:23:23.116Z Compiling zerocopy v0.8.40
13562026-03-18T01:23:23.189Z Compiling pin-project-lite v0.2.17
13572026-03-18T01:23:23.268Z Compiling parking_lot_core v0.9.12
13582026-03-18T01:23:23.304Z Compiling serde_json v1.0.149
13592026-03-18T01:23:23.605Z Compiling pkg-config v0.3.32
13602026-03-18T01:23:23.699Z Compiling getrandom v0.2.17
13612026-03-18T01:23:23.766Z Compiling jobserver v0.1.34
13622026-03-18T01:23:23.889Z Compiling rand_core v0.6.4
13632026-03-18T01:23:23.973Z Compiling errno v0.3.14
13642026-03-18T01:23:24.095Z Compiling cc v1.2.56
13652026-03-18T01:23:24.153Z Compiling once_cell v1.21.3
13662026-03-18T01:23:24.351Z Compiling signal-hook-registry v1.4.8
13672026-03-18T01:23:24.388Z Compiling mio v1.1.1
13682026-03-18T01:23:24.465Z Compiling bitflags v2.11.0
13692026-03-18T01:23:24.543Z Compiling libm v0.2.16
13702026-03-18T01:23:24.713Z Compiling parking_lot v0.12.5
13712026-03-18T01:23:24.766Z Compiling num-traits v0.2.19
13722026-03-18T01:23:24.785Z Compiling futures-core v0.3.32
13732026-03-18T01:23:24.985Z Compiling socket2 v0.6.2
13742026-03-18T01:23:25.049Z Compiling percent-encoding v2.3.2
13752026-03-18T01:23:25.203Z Compiling allocator-api2 v0.2.21
13762026-03-18T01:23:25.225Z Compiling cpufeatures v0.2.17
13772026-03-18T01:23:25.256Z Compiling foldhash v0.2.0
13782026-03-18T01:23:25.288Z Compiling futures-sink v0.3.32
13792026-03-18T01:23:25.321Z Compiling slab v0.4.12
13802026-03-18T01:23:25.421Z Compiling futures-channel v0.3.32
13812026-03-18T01:23:25.542Z Compiling futures-task v0.3.32
13822026-03-18T01:23:25.561Z Compiling getrandom v0.4.1
13832026-03-18T01:23:25.564Z Compiling futures-io v0.3.32
13842026-03-18T01:23:25.660Z Compiling hashbrown v0.16.1
13852026-03-18T01:23:25.733Z Compiling rand_core v0.10.0
13862026-03-18T01:23:25.756Z Compiling getrandom v0.3.4
13872026-03-18T01:23:25.773Z Compiling rustversion v1.0.22
13882026-03-18T01:23:25.968Z Compiling form_urlencoded v1.2.2
13892026-03-18T01:23:26.315Z Compiling cmake v0.1.57
13902026-03-18T01:23:26.480Z Compiling indexmap v2.13.0
13912026-03-18T01:23:26.498Z Compiling ident_case v1.0.1
13922026-03-18T01:23:26.632Z Compiling dunce v1.0.5
13932026-03-18T01:23:26.654Z Compiling base64ct v1.8.3
13942026-03-18T01:23:26.755Z Compiling synstructure v0.13.2
13952026-03-18T01:23:26.865Z Compiling fs_extra v1.3.0
13962026-03-18T01:23:26.998Z Compiling pem-rfc7468 v0.7.0
13972026-03-18T01:23:27.036Z Compiling flagset v0.4.7
13982026-03-18T01:23:27.072Z Compiling rand_core v0.9.5
13992026-03-18T01:23:27.180Z Compiling rustix v1.1.3
14002026-03-18T01:23:27.205Z Compiling iana-time-zone v0.1.65
14012026-03-18T01:23:27.226Z Compiling aws-lc-sys v0.37.1
14022026-03-18T01:23:27.381Z Compiling ring v0.17.14
14032026-03-18T01:23:27.405Z Compiling uuid v1.21.0
14042026-03-18T01:23:27.426Z Compiling rustc_version v0.4.1
14052026-03-18T01:23:27.467Z Compiling vcpkg v0.2.15
14062026-03-18T01:23:27.609Z Compiling aws-lc-rs v1.16.0
14072026-03-18T01:23:27.868Z Compiling regex-syntax v0.8.10
14082026-03-18T01:23:27.977Z Compiling tracing-core v0.1.36
14092026-03-18T01:23:28.363Z Compiling crossbeam-utils v0.8.21
14102026-03-18T01:23:28.474Z Compiling openssl-sys v0.9.111
14112026-03-18T01:23:28.727Z Compiling pest_generator v2.8.6
14122026-03-18T01:23:28.750Z Compiling serde_derive_internals v0.29.1
14132026-03-18T01:23:29.262Z Compiling untrusted v0.7.1
14142026-03-18T01:23:29.416Z Compiling schemars v0.8.22
14152026-03-18T01:23:29.444Z Compiling serde_derive v1.0.228
14162026-03-18T01:23:29.609Z Compiling zeroize_derive v1.4.3
14172026-03-18T01:23:29.664Z Compiling zerofrom-derive v0.1.6
14182026-03-18T01:23:29.715Z Compiling yoke-derive v0.8.1
14192026-03-18T01:23:30.038Z Compiling zerocopy-derive v0.8.40
14202026-03-18T01:23:30.469Z Compiling zeroize v1.8.2
14212026-03-18T01:23:31.152Z Compiling zerovec-derive v0.11.2
14222026-03-18T01:23:31.280Z Compiling displaydoc v0.2.5
14232026-03-18T01:23:31.497Z Compiling crypto-common v0.1.7
14242026-03-18T01:23:31.572Z Compiling zerofrom v0.1.6
14252026-03-18T01:23:31.675Z Compiling block-buffer v0.10.4
14262026-03-18T01:23:31.727Z Compiling yoke v0.8.1
14272026-03-18T01:23:31.882Z Compiling digest v0.10.7
14282026-03-18T01:23:31.966Z Compiling tokio-macros v2.6.0
14292026-03-18T01:23:32.201Z Compiling hmac v0.12.1
14302026-03-18T01:23:32.250Z Compiling futures-macro v0.3.32
14312026-03-18T01:23:32.268Z Compiling zerotrie v0.2.3
14322026-03-18T01:23:32.402Z Compiling block-padding v0.3.3
14332026-03-18T01:23:32.608Z Compiling inout v0.1.4
14342026-03-18T01:23:32.627Z Compiling zerovec v0.11.5
14352026-03-18T01:23:32.658Z Compiling sha2 v0.10.9
14362026-03-18T01:23:32.821Z Compiling cipher v0.4.4
14372026-03-18T01:23:32.929Z Compiling der_derive v0.7.3
14382026-03-18T01:23:33.161Z Compiling salsa20 v0.10.2
14392026-03-18T01:23:33.307Z Compiling tinystr v0.8.2
14402026-03-18T01:23:33.330Z Compiling potential_utf v0.1.4
14412026-03-18T01:23:33.350Z Compiling futures-util v0.3.32
14422026-03-18T01:23:33.534Z Compiling icu_locale_core v2.1.1
14432026-03-18T01:23:33.572Z Compiling icu_collections v2.1.1
14442026-03-18T01:23:34.168Z Compiling bytes v1.11.1
14452026-03-18T01:23:34.241Z Compiling chrono v0.4.44
14462026-03-18T01:23:34.245Z Compiling der v0.7.10
14472026-03-18T01:23:34.556Z Compiling icu_provider v2.1.1
14482026-03-18T01:23:34.807Z Compiling pbkdf2 v0.12.2
14492026-03-18T01:23:34.943Z Compiling tokio v1.49.0
14502026-03-18T01:23:34.961Z Compiling icu_properties v2.1.2
14512026-03-18T01:23:35.027Z Compiling icu_normalizer v2.1.1
14522026-03-18T01:23:35.746Z Compiling spki v0.7.3
14532026-03-18T01:23:35.925Z Compiling http v1.4.0
14542026-03-18T01:23:36.004Z Compiling thiserror-impl v2.0.18
14552026-03-18T01:23:36.154Z Compiling idna_adapter v1.2.1
14562026-03-18T01:23:37.321Z Compiling ppv-lite86 v0.2.21
14572026-03-18T01:23:37.325Z Compiling idna v1.1.0
14582026-03-18T01:23:37.325Z Compiling scrypt v0.11.0
14592026-03-18T01:23:37.325Z Compiling aes v0.8.4
14602026-03-18T01:23:37.325Z Compiling url v2.5.8
14612026-03-18T01:23:37.325Z Compiling rand_chacha v0.9.0
14622026-03-18T01:23:37.325Z Compiling cbc v0.1.2
14632026-03-18T01:23:37.326Z Compiling rustls-pki-types v1.14.0
14642026-03-18T01:23:37.326Z Compiling tracing-attributes v0.1.31
14652026-03-18T01:23:37.656Z Compiling pkcs5 v0.7.1
14662026-03-18T01:23:37.755Z Compiling thiserror v2.0.18
14672026-03-18T01:23:37.798Z Compiling rand v0.9.2
14682026-03-18T01:23:37.817Z Compiling http-body v1.0.1
14692026-03-18T01:23:37.874Z Compiling syn v1.0.109
14702026-03-18T01:23:37.892Z Compiling base64 v0.22.1
14712026-03-18T01:23:38.001Z Compiling openssl-probe v0.2.1
14722026-03-18T01:23:38.220Z Compiling httparse v1.10.1
14732026-03-18T01:23:38.250Z Compiling untrusted v0.9.0
14742026-03-18T01:23:38.301Z Compiling pkcs8 v0.10.2
14752026-03-18T01:23:38.338Z Compiling schemars_derive v0.8.22
14762026-03-18T01:23:38.702Z Compiling pest_derive v2.8.6
14772026-03-18T01:23:38.745Z Compiling scroll_derive v0.13.1
14782026-03-18T01:23:39.128Z Compiling tracing v0.1.44
14792026-03-18T01:23:39.255Z Compiling darling_core v0.20.11
14802026-03-18T01:23:39.478Z Compiling tower-layer v0.3.3
14812026-03-18T01:23:39.501Z Compiling try-lock v0.2.5
14822026-03-18T01:23:39.632Z Compiling tinyvec_macros v0.1.1
14832026-03-18T01:23:39.680Z Compiling dyn-clone v1.0.20
14842026-03-18T01:23:39.720Z Compiling tower-service v0.3.3
14852026-03-18T01:23:39.827Z Compiling atomic-waker v1.1.2
14862026-03-18T01:23:39.851Z Compiling rustls v0.23.37
14872026-03-18T01:23:39.864Z Compiling scroll v0.13.0
14882026-03-18T01:23:39.985Z Compiling tinyvec v1.10.0
14892026-03-18T01:23:40.059Z Compiling tokio-util v0.7.18
14902026-03-18T01:23:40.212Z Compiling want v0.3.1
14912026-03-18T01:23:40.788Z Compiling ipnet v2.11.0
14922026-03-18T01:23:40.888Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14932026-03-18T01:23:41.368Z Compiling h2 v0.4.13
14942026-03-18T01:23:41.435Z Compiling spin v0.9.8
14952026-03-18T01:23:41.455Z Compiling aho-corasick v1.1.4
14962026-03-18T01:23:41.698Z Compiling httpdate v1.0.3
14972026-03-18T01:23:41.796Z Compiling time-core v0.1.8
14982026-03-18T01:23:41.976Z Compiling crc32fast v1.5.0
14992026-03-18T01:23:41.995Z Compiling foreign-types-shared v0.1.1
15002026-03-18T01:23:42.099Z Compiling num-conv v0.2.0
15012026-03-18T01:23:42.269Z Compiling pin-utils v0.1.0
15022026-03-18T01:23:42.310Z Compiling powerfmt v0.2.0
15032026-03-18T01:23:42.358Z Compiling openssl v0.10.75
15042026-03-18T01:23:42.502Z Compiling darling_macro v0.20.11
15052026-03-18T01:23:42.568Z Compiling regex-automata v0.4.14
15062026-03-18T01:23:42.666Z Compiling deranged v0.5.8
15072026-03-18T01:23:42.923Z Compiling time-macros v0.2.27
15082026-03-18T01:23:43.090Z Compiling darling v0.20.11
15092026-03-18T01:23:43.188Z Compiling foreign-types v0.3.2
15102026-03-18T01:23:43.279Z Compiling tempfile v3.25.0
15112026-03-18T01:23:43.782Z Compiling goblin v0.10.5
15122026-03-18T01:23:43.997Z Compiling openssl-macros v0.1.1
15132026-03-18T01:23:44.351Z Compiling thiserror-impl v1.0.69
15142026-03-18T01:23:45.230Z Compiling wait-timeout v0.2.1
15152026-03-18T01:23:45.567Z Compiling hyper v1.8.1
15162026-03-18T01:23:46.020Z Compiling bit-vec v0.8.0
15172026-03-18T01:23:46.066Z Compiling simd-adler32 v0.3.8
15182026-03-18T01:23:46.308Z Compiling native-tls v0.2.18
15192026-03-18T01:23:46.386Z Compiling num_threads v0.1.7
15202026-03-18T01:23:46.501Z Compiling quick-error v1.2.3
15212026-03-18T01:23:46.548Z Compiling either v1.15.0
15222026-03-18T01:23:46.631Z Compiling siphasher v1.0.2
15232026-03-18T01:23:46.650Z Compiling usdt-impl v0.6.0
15242026-03-18T01:23:46.811Z Compiling rusty-fork v0.3.1
15252026-03-18T01:23:46.894Z Compiling time v0.3.47
15262026-03-18T01:23:46.936Z Compiling bit-set v0.8.0
15272026-03-18T01:23:47.138Z Compiling hyper-util v0.1.20
15282026-03-18T01:23:47.216Z Compiling thiserror v1.0.69
15292026-03-18T01:23:47.711Z Compiling dof v0.4.0
15302026-03-18T01:23:48.306Z Compiling derive_builder_core v0.20.2
15312026-03-18T01:23:49.299Z Compiling unicode-normalization v0.1.25
15322026-03-18T01:23:49.341Z Compiling crossbeam-epoch v0.9.18
15332026-03-18T01:23:49.492Z Compiling dtrace-parser v0.3.0
15342026-03-18T01:23:49.510Z Compiling rustls-native-certs v0.8.3
15352026-03-18T01:23:49.779Z Compiling signature v2.2.0
15362026-03-18T01:23:49.785Z Compiling scroll_derive v0.12.1
15372026-03-18T01:23:49.892Z Compiling heapless v0.7.17
15382026-03-18T01:23:49.912Z Compiling rand_xorshift v0.4.0
15392026-03-18T01:23:50.001Z Compiling slog v2.8.2
15402026-03-18T01:23:50.106Z Compiling darling_core v0.21.3
15412026-03-18T01:23:50.182Z Compiling bzip2-sys v0.1.13+1.0.8
15422026-03-18T01:23:50.223Z Compiling sync_wrapper v1.0.2
15432026-03-18T01:23:50.354Z Compiling thread-id v5.1.0
15442026-03-18T01:23:50.454Z Compiling cookie v0.18.1
15452026-03-18T01:23:50.522Z Compiling signal-hook v0.3.18
15462026-03-18T01:23:50.542Z Compiling unarray v0.1.4
15472026-03-18T01:23:50.649Z Compiling paste v1.0.15
15482026-03-18T01:23:50.672Z Compiling rayon-core v1.13.0
15492026-03-18T01:23:50.678Z Compiling unicode-segmentation v1.12.0
15502026-03-18T01:23:50.733Z Compiling unicode-bidi v0.3.18
15512026-03-18T01:23:50.909Z Compiling adler2 v2.0.1
15522026-03-18T01:23:50.987Z Compiling unicode-properties v0.1.4
15532026-03-18T01:23:51.079Z Compiling anyhow v1.0.102
15542026-03-18T01:23:51.196Z Compiling zstd-safe v7.2.4
15552026-03-18T01:23:51.320Z Compiling stringprep v0.1.5
15562026-03-18T01:23:51.475Z Compiling miniz_oxide v0.8.9
15572026-03-18T01:23:51.567Z Compiling proptest v1.10.0
15582026-03-18T01:23:51.602Z Compiling scroll v0.12.0
15592026-03-18T01:23:51.941Z Compiling tower v0.5.3
15602026-03-18T01:23:52.321Z Compiling crossbeam-deque v0.8.6
15612026-03-18T01:23:52.361Z Compiling derive_builder_macro v0.20.2
15622026-03-18T01:23:52.391Z Compiling ipnetwork v0.21.1
15632026-03-18T01:23:52.556Z Compiling http-body-util v0.1.3
15642026-03-18T01:23:52.559Z Compiling webpki-roots v1.0.6
15652026-03-18T01:23:52.559Z Compiling rand_chacha v0.3.1
15662026-03-18T01:23:52.741Z Compiling toml_datetime v0.6.11
15672026-03-18T01:23:52.868Z Compiling erased-serde v0.3.31
15682026-03-18T01:23:52.901Z Compiling serde_spanned v0.6.9
15692026-03-18T01:23:52.936Z Compiling serde_tokenstream v0.2.3
15702026-03-18T01:23:53.074Z Compiling md-5 v0.10.6
15712026-03-18T01:23:53.077Z Compiling zerocopy-derive v0.7.35
15722026-03-18T01:23:53.277Z Compiling curve25519-dalek v4.1.3
15732026-03-18T01:23:53.334Z Compiling vergen-lib v0.1.6
15742026-03-18T01:23:53.559Z Compiling num-integer v0.1.46
15752026-03-18T01:23:53.588Z Compiling hash32 v0.2.1
15762026-03-18T01:23:53.608Z Compiling ff v0.13.1
15772026-03-18T01:23:53.647Z Compiling darling_macro v0.21.3
15782026-03-18T01:23:53.682Z Compiling memoffset v0.9.1
15792026-03-18T01:23:53.771Z Compiling iri-string v0.7.10
15802026-03-18T01:23:53.831Z Compiling num-bigint-dig v0.8.6
15812026-03-18T01:23:53.913Z Compiling zlib-rs v0.6.2
15822026-03-18T01:23:53.987Z Compiling ryu v1.0.23
15832026-03-18T01:23:54.056Z Compiling psl-types v2.0.11
15842026-03-18T01:23:54.245Z Compiling litrs v1.0.0
15852026-03-18T01:23:54.275Z Compiling fallible-iterator v0.2.0
15862026-03-18T01:23:54.282Z Compiling ref-cast v1.0.25
15872026-03-18T01:23:54.285Z Compiling smoltcp v0.9.1
15882026-03-18T01:23:54.658Z Compiling cfg_aliases v0.2.1
15892026-03-18T01:23:54.676Z Compiling rustix v0.38.44
15902026-03-18T01:23:54.724Z Compiling base16ct v0.2.0
15912026-03-18T01:23:54.749Z Compiling nix v0.31.1
15922026-03-18T01:23:54.932Z Compiling document-features v0.2.12
15932026-03-18T01:23:54.952Z Compiling sec1 v0.7.3
15942026-03-18T01:23:55.227Z Compiling newtype-uuid v1.3.2
15952026-03-18T01:23:55.307Z Compiling postgres-protocol v0.6.10
15962026-03-18T01:23:55.327Z Compiling darling v0.21.3
15972026-03-18T01:23:55.429Z Compiling tower-http v0.6.8
15982026-03-18T01:23:55.659Z Compiling zerocopy v0.7.35
15992026-03-18T01:23:55.698Z Compiling publicsuffix v2.3.0
16002026-03-18T01:23:55.909Z Compiling serde_urlencoded v0.7.1
16012026-03-18T01:23:55.990Z Compiling num-iter v0.1.45
16022026-03-18T01:23:56.083Z Compiling group v0.13.0
16032026-03-18T01:23:56.264Z Compiling derive_builder v0.20.2
16042026-03-18T01:23:56.298Z Compiling rand v0.8.5
16052026-03-18T01:23:56.415Z Compiling oxnet v0.1.4
16062026-03-18T01:23:56.632Z Compiling proc-macro-error v1.0.4
16072026-03-18T01:23:56.867Z Compiling tokio-native-tls v0.3.1
16082026-03-18T01:23:56.918Z Compiling goblin v0.8.2
16092026-03-18T01:23:57.691Z Compiling heck v0.4.1
16102026-03-18T01:23:57.760Z Compiling phf_shared v0.13.1
16112026-03-18T01:23:57.782Z Compiling hubpack_derive v0.1.1
16122026-03-18T01:23:57.981Z Compiling regex v1.12.3
16132026-03-18T01:23:58.043Z Compiling lazy_static v1.5.0
16142026-03-18T01:23:58.078Z Compiling flate2 v1.1.9
16152026-03-18T01:23:58.159Z Compiling cargo-platform v0.1.9
16162026-03-18T01:23:58.333Z Compiling hkdf v0.12.4
16172026-03-18T01:23:58.494Z Compiling crypto-bigint v0.5.5
16182026-03-18T01:23:58.540Z Compiling strum_macros v0.27.2
16192026-03-18T01:23:58.559Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-18T01:23:58.578Z Compiling ref-cast-impl v1.0.25
16212026-03-18T01:23:58.623Z Compiling async-trait v0.1.89
16222026-03-18T01:23:59.306Z Compiling daft-derive v0.1.5
16232026-03-18T01:23:59.422Z Compiling terminal_size v0.4.3
16242026-03-18T01:23:59.597Z Compiling vergen v9.0.6
16252026-03-18T01:23:59.822Z Compiling fs-err v3.3.0
16262026-03-18T01:24:00.059Z Compiling ahash v0.8.12
16272026-03-18T01:24:00.084Z Compiling object v0.37.3
16282026-03-18T01:24:00.261Z Compiling foldhash v0.1.5
16292026-03-18T01:24:00.299Z Compiling winnow v0.5.40
16302026-03-18T01:24:00.417Z Compiling bumpalo v3.20.2
16312026-03-18T01:24:00.472Z Compiling managed v0.8.0
16322026-03-18T01:24:00.732Z Compiling bitflags v1.3.2
16332026-03-18T01:24:00.751Z Compiling libbz2-rs-sys v0.2.2
16342026-03-18T01:24:00.824Z Compiling console v0.16.2
16352026-03-18T01:24:01.283Z Compiling strum v0.27.2
16362026-03-18T01:24:01.413Z Compiling bzip2 v0.6.1
16372026-03-18T01:24:01.556Z Compiling zopfli v0.8.3
16382026-03-18T01:24:01.677Z Compiling hashbrown v0.15.5
16392026-03-18T01:24:01.711Z Compiling clap_builder v4.5.60
16402026-03-18T01:24:01.904Z Compiling daft v0.1.5
16412026-03-18T01:24:02.241Z Compiling toml_edit v0.19.15
16422026-03-18T01:24:02.382Z Compiling dof v0.3.0
16432026-03-18T01:24:02.404Z Compiling elliptic-curve v0.13.8
16442026-03-18T01:24:02.653Z Compiling cargo_metadata v0.19.2
16452026-03-18T01:24:02.920Z Compiling hubpack v0.1.2
16462026-03-18T01:24:03.349Z Compiling phf v0.13.1
16472026-03-18T01:24:03.555Z Compiling zone_cfg_derive v0.3.1
16482026-03-18T01:24:04.402Z Compiling zstd v0.13.3
16492026-03-18T01:24:04.554Z Compiling signal-hook-mio v0.2.5
16502026-03-18T01:24:04.700Z Compiling cookie_store v0.22.1
16512026-03-18T01:24:05.264Z Compiling hyper-tls v0.6.0
16522026-03-18T01:24:05.556Z Compiling rayon v1.11.0
16532026-03-18T01:24:05.594Z Compiling bzip2 v0.4.4
16542026-03-18T01:24:05.861Z Compiling postgres-types v0.2.12
16552026-03-18T01:24:05.926Z Compiling serde_with_macros v3.17.0
16562026-03-18T01:24:06.020Z Compiling usdt-macro v0.6.0
16572026-03-18T01:24:06.407Z Compiling usdt-attr-macro v0.6.0
16582026-03-18T01:24:06.614Z Compiling ed25519 v2.2.3
16592026-03-18T01:24:06.976Z Compiling dtrace-parser v0.2.0
16602026-03-18T01:24:07.418Z Compiling phf_shared v0.11.3
16612026-03-18T01:24:07.452Z Compiling itertools v0.12.1
16622026-03-18T01:24:07.558Z Compiling bstr v1.12.1
16632026-03-18T01:24:07.664Z Compiling pkcs1 v0.7.5
16642026-03-18T01:24:07.782Z Compiling hex v0.4.3
16652026-03-18T01:24:07.990Z Compiling serde-big-array v0.5.1
16662026-03-18T01:24:08.018Z Compiling rfc6979 v0.4.0
16672026-03-18T01:24:08.138Z Compiling serde_repr v0.1.20
16682026-03-18T01:24:08.168Z Compiling clap_derive v4.5.55
16692026-03-18T01:24:08.171Z Compiling enum-as-inner v0.6.1
16702026-03-18T01:24:08.207Z Compiling strum_macros v0.26.4
16712026-03-18T01:24:08.445Z Compiling float-cmp v0.10.0
16722026-03-18T01:24:08.628Z Compiling memmap2 v0.9.10
16732026-03-18T01:24:08.823Z Compiling thread-id v4.2.2
16742026-03-18T01:24:08.841Z Compiling env_filter v1.0.0
16752026-03-18T01:24:08.912Z Compiling encoding_rs v0.8.35
16762026-03-18T01:24:08.931Z Compiling new_debug_unreachable v1.0.6
16772026-03-18T01:24:09.021Z Compiling data-encoding v2.10.0
16782026-03-18T01:24:09.078Z Compiling precomputed-hash v0.1.1
16792026-03-18T01:24:09.247Z Compiling unit-prefix v0.5.2
16802026-03-18T01:24:09.290Z Compiling normalize-line-endings v0.3.0
16812026-03-18T01:24:09.412Z Compiling fixedbitset v0.5.7
16822026-03-18T01:24:09.432Z Compiling jiff v0.2.21
16832026-03-18T01:24:09.829Z Compiling difflib v0.4.0
16842026-03-18T01:24:10.037Z Compiling rustc-hash v2.1.1
16852026-03-18T01:24:10.196Z Compiling whoami v2.1.0
16862026-03-18T01:24:10.613Z Compiling mime v0.3.17
16872026-03-18T01:24:10.633Z Compiling predicates-core v1.0.10
16882026-03-18T01:24:10.652Z Compiling static_assertions v1.1.0
16892026-03-18T01:24:10.671Z Compiling fixedbitset v0.4.2
16902026-03-18T01:24:10.703Z Compiling keccak v0.1.6
16912026-03-18T01:24:10.744Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16922026-03-18T01:24:10.854Z Compiling petgraph v0.6.5
16932026-03-18T01:24:10.947Z Compiling sha3 v0.10.8
16942026-03-18T01:24:10.965Z Compiling predicates v3.1.4
16952026-03-18T01:24:10.984Z Compiling strum v0.26.3
16962026-03-18T01:24:11.142Z Compiling clap v4.5.60
16972026-03-18T01:24:11.243Z Compiling tokio-postgres v0.7.16
16982026-03-18T01:24:11.533Z Compiling toml_edit v0.22.27
16992026-03-18T01:24:11.820Z Compiling iddqd v0.3.17
17002026-03-18T01:24:11.838Z Compiling petgraph v0.8.3
17012026-03-18T01:24:12.841Z Compiling hickory-proto v0.25.2
17022026-03-18T01:24:13.309Z Compiling zip v4.6.1
17032026-03-18T01:24:14.168Z Compiling indicatif v0.18.4
17042026-03-18T01:24:14.500Z Compiling string_cache v0.8.9
17052026-03-18T01:24:14.513Z Compiling env_logger v0.11.9
17062026-03-18T01:24:14.622Z Compiling zone v0.3.1
17072026-03-18T01:24:14.793Z Compiling usdt-impl v0.5.0
17082026-03-18T01:24:14.989Z Compiling usdt v0.6.0
17092026-03-18T01:24:15.305Z Compiling ecdsa v0.16.9
17102026-03-18T01:24:15.331Z Compiling similar v2.7.0
17112026-03-18T01:24:15.332Z Compiling serde_with v3.17.0
17122026-03-18T01:24:15.372Z Compiling rsa v0.9.10
17132026-03-18T01:24:15.550Z Compiling crossterm v0.28.1
17142026-03-18T01:24:15.577Z Compiling ed25519-dalek v2.2.0
17152026-03-18T01:24:16.388Z Compiling zip v0.6.6
17162026-03-18T01:24:17.027Z Compiling toml v0.7.8
17172026-03-18T01:24:17.667Z Compiling toml_parser v1.0.9+spec-1.1.0
17182026-03-18T01:24:17.700Z Compiling itertools v0.13.0
17192026-03-18T01:24:17.805Z Compiling tokio-stream v0.1.18
17202026-03-18T01:24:17.866Z Compiling buf-list v1.1.2
17212026-03-18T01:24:18.222Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-18T01:24:18.413Z Compiling x509-cert v0.2.5
17232026-03-18T01:24:18.522Z Compiling openapiv3 v2.2.0
17242026-03-18T01:24:18.625Z Compiling sha1 v0.10.6
17252026-03-18T01:24:18.908Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-03-18T01:24:19.340Z Compiling lalrpop-util v0.19.12
17272026-03-18T01:24:19.404Z Compiling peg-runtime v0.8.5
17282026-03-18T01:24:19.423Z Compiling thread_local v1.1.9
17292026-03-18T01:24:19.552Z Compiling slog-async v2.8.0
17302026-03-18T01:24:19.586Z Compiling crossbeam-channel v0.5.15
17312026-03-18T01:24:19.744Z Compiling futures-executor v0.3.32
17322026-03-18T01:24:19.768Z Compiling filetime v0.2.27
17332026-03-18T01:24:19.957Z Compiling is-terminal v0.4.17
17342026-03-18T01:24:19.983Z Compiling term v1.2.1
17352026-03-18T01:24:20.074Z Compiling take_mut v0.2.2
17362026-03-18T01:24:20.093Z Compiling xattr v1.6.1
17372026-03-18T01:24:20.213Z Compiling futures v0.3.32
17382026-03-18T01:24:20.297Z Compiling tar v0.4.44
17392026-03-18T01:24:20.737Z Compiling slog-term v2.9.2
17402026-03-18T01:24:27.176Z Compiling rustls-webpki v0.103.9
17412026-03-18T01:24:31.188Z Compiling tokio-rustls v0.26.4
17422026-03-18T01:24:31.188Z Compiling rustls-platform-verifier v0.6.2
17432026-03-18T01:24:31.446Z Compiling hyper-rustls v0.27.7
17442026-03-18T01:24:31.700Z Compiling reqwest v0.12.28
17452026-03-18T01:24:31.715Z Compiling reqwest v0.13.2
17462026-03-18T01:24:34.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-03-18T01:24:34.978Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-03-18T01:24:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17492026-03-18T01:24:38.932Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-03-18T01:24:38.992ZMar 18 01:24:37.422 INFO Starting download, target: DendriteStub
17512026-03-18T01:24:38.993ZMar 18 01:24:37.422 INFO Starting download, target: Console
17522026-03-18T01:24:38.993ZMar 18 01:24:37.422 INFO Starting download, target: TransceiverControl
17532026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Starting download, target: MaghemiteMgd
17542026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Starting download, target: Cockroach
17552026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Starting download, target: Clickhouse
17562026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17572026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17592026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-03-18T01:24:38.996ZMar 18 01:24:37.422 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-18T01:24:39.401ZMar 18 01:24:37.824 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-03-18T01:24:39.743ZMar 18 01:24:38.164 INFO Download complete, target: TransceiverControl
17642026-03-18T01:24:40.104ZMar 18 01:24:38.532 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-03-18T01:24:40.508ZMar 18 01:24:38.930 INFO Download complete, target: Console
17662026-03-18T01:24:40.680ZMar 18 01:24:39.109 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-03-18T01:24:40.841ZMar 18 01:24:39.269 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-03-18T01:24:41.058ZMar 18 01:24:39.483 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-18T01:24:41.943ZMar 18 01:24:40.373 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-03-18T01:24:41.943ZMar 18 01:24:40.373 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-03-18T01:24:44.261ZMar 18 01:24:42.691 INFO Download complete, target: DendriteStub
17722026-03-18T01:24:44.441ZMar 18 01:24:42.871 INFO Download complete, target: MaghemiteMgd
17732026-03-18T01:24:49.708ZMar 18 01:24:48.137 INFO Checking that binary works, target: Cockroach
17742026-03-18T01:24:49.822ZMar 18 01:24:48.251 INFO Download complete, target: Cockroach
17752026-03-18T01:24:52.288ZMar 18 01:24:50.717 INFO Checking that binary works, target: Clickhouse
17762026-03-18T01:24:52.456ZMar 18 01:24:50.885 INFO Download complete, target: Clickhouse
17772026-03-18T01:24:52.473ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-03-18T01:24:52.476Z
17792026-03-18T01:24:52.476Zreal 3:55.362830275
17802026-03-18T01:24:52.476Zuser 10:19.866477918
17812026-03-18T01:24:52.476Zsys 1:47.075858030
17822026-03-18T01:24:52.476Ztrap 0.331677311
17832026-03-18T01:24:52.476Ztflt 0.640511239
17842026-03-18T01:24:52.476Zdflt 0.641307281
17852026-03-18T01:24:52.476Zkflt 0.033497733
17862026-03-18T01:24:52.477Zlock 30:26.163606143
17872026-03-18T01:24:52.477Zslp 28:59.602369173
17882026-03-18T01:24:52.477Zlat 57.467552681
17892026-03-18T01:24:52.477Zstop 2:35.889508035
17902026-03-18T01:24:52.477Z+ banner clippy
17912026-03-18T01:24:52.480Z
17922026-03-18T01:24:52.480Z #### # # ##### ##### # #
17932026-03-18T01:24:52.480Z # # # # # # # # # #
17942026-03-18T01:24:52.480Z # # # # # # # #
17952026-03-18T01:24:52.480Z # # # ##### ##### #
17962026-03-18T01:24:52.480Z # # # # # # #
17972026-03-18T01:24:52.480Z #### ###### # # # #
17982026-03-18T01:24:52.480Z
17992026-03-18T01:24:52.480Z+ export CARGO_INCREMENTAL=0
18002026-03-18T01:24:52.480Z+ CARGO_INCREMENTAL=0
18012026-03-18T01:24:52.480Z+ ptime -m cargo xtask clippy
18022026-03-18T01:24:53.182Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-03-18T01:24:53.449Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-03-18T01:24:55.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
18052026-03-18T01:24:56.035Z Running `target/debug/xtask clippy`
18062026-03-18T01:24:56.068Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18072026-03-18T01:24:56.850Z Downloading crates ...
18082026-03-18T01:24:57.111Z Downloaded assert-json-diff v2.0.2
18092026-03-18T01:24:57.115Z Downloaded path-tree v0.8.3
18102026-03-18T01:24:57.139Z Downloaded rustc-demangle v0.1.27
18112026-03-18T01:24:57.142Z Downloaded guppy-workspace-hack v0.1.0
18122026-03-18T01:24:57.142Z Downloaded escape8259 v0.5.3
18132026-03-18T01:24:57.142Z Downloaded datatest-stable v0.3.3
18142026-03-18T01:24:57.145Z Downloaded criterion-plot v0.6.0
18152026-03-18T01:24:57.147Z Downloaded async-lock v3.4.2
18162026-03-18T01:24:57.150Z Downloaded plotters-svg v0.3.7
18172026-03-18T01:24:57.150Z Downloaded relative-path v1.9.3
18182026-03-18T01:24:57.150Z Downloaded httptest v0.16.4
18192026-03-18T01:24:57.153Z Downloaded parking v2.2.1
18202026-03-18T01:24:57.153Z Downloaded futures-timer v3.0.3
18212026-03-18T01:24:57.153Z Downloaded nested v0.1.1
18222026-03-18T01:24:57.155Z Downloaded anes v0.1.6
18232026-03-18T01:24:57.155Z Downloaded addr2line v0.25.1
18242026-03-18T01:24:57.158Z Downloaded supports-unicode v2.1.0
18252026-03-18T01:24:57.158Z Downloaded textwrap v0.15.2
18262026-03-18T01:24:57.161Z Downloaded pathdiff v0.2.3
18272026-03-18T01:24:57.165Z Downloaded plotters-backend v0.3.7
18282026-03-18T01:24:57.168Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18292026-03-18T01:24:57.168Z Downloaded oorandom v11.1.5
18302026-03-18T01:24:57.173Z Downloaded target-triple v1.0.0
18312026-03-18T01:24:57.175Z Downloaded linkme-impl v0.3.35
18322026-03-18T01:24:57.182Z Downloaded serde_regex v1.1.0
18332026-03-18T01:24:57.185Z Downloaded supports-hyperlinks v2.1.0
18342026-03-18T01:24:57.185Z Downloaded event-listener-strategy v0.5.4
18352026-03-18T01:24:57.191Z Downloaded similar-asserts v1.7.0
18362026-03-18T01:24:57.195Z Downloaded cast v0.3.0
18372026-03-18T01:24:57.195Z Downloaded approx v0.5.1
18382026-03-18T01:24:57.200Z Downloaded termcolor v1.4.1
18392026-03-18T01:24:57.202Z Downloaded supports-color v2.1.0
18402026-03-18T01:24:57.202Z Downloaded miette-derive v5.10.0
18412026-03-18T01:24:57.205Z Downloaded cargo-platform v0.3.2
18422026-03-18T01:24:57.205Z Downloaded backtrace-ext v0.2.1
18432026-03-18T01:24:57.208Z Downloaded constant_time_eq v0.3.1
18442026-03-18T01:24:57.211Z Downloaded terminal_size v0.1.17
18452026-03-18T01:24:57.218Z Downloaded async-object-pool v0.2.0
18462026-03-18T01:24:57.223Z Downloaded concurrent-queue v2.5.0
18472026-03-18T01:24:57.226Z Downloaded stringmetrics v2.2.2
18482026-03-18T01:24:57.229Z Downloaded rust-argon2 v2.1.0
18492026-03-18T01:24:57.232Z Downloaded rstest_macros v0.25.0
18502026-03-18T01:24:57.235Z Downloaded libtest-mimic v0.8.1
18512026-03-18T01:24:57.235Z Downloaded rand_distr v0.5.1
18522026-03-18T01:24:57.238Z Downloaded knuffel-derive v3.2.0
18532026-03-18T01:24:57.240Z Downloaded cargo_metadata v0.23.1
18542026-03-18T01:24:57.240Z Downloaded partial-io v0.5.4
18552026-03-18T01:24:57.243Z Downloaded target-spec v3.5.7
18562026-03-18T01:24:57.246Z Downloaded linkme v0.3.35
18572026-03-18T01:24:57.246Z Downloaded assert_cmd v2.1.2
18582026-03-18T01:24:57.250Z Downloaded cfg-expr v0.20.6
18592026-03-18T01:24:57.254Z Downloaded event-listener v5.4.1
18602026-03-18T01:24:57.257Z Downloaded owo-colors v3.5.0
18612026-03-18T01:24:57.259Z Downloaded tinytemplate v1.2.1
18622026-03-18T01:24:57.263Z Downloaded blake2b_simd v1.0.4
18632026-03-18T01:24:57.263Z Downloaded trybuild v1.0.116
18642026-03-18T01:24:57.266Z Downloaded target-lexicon v0.13.3
18652026-03-18T01:24:57.283Z Downloaded rstest v0.25.0
18662026-03-18T01:24:57.287Z Downloaded knuffel v3.2.0
18672026-03-18T01:24:57.291Z Downloaded toml v1.0.3+spec-1.1.0
18682026-03-18T01:24:57.294Z Downloaded miette v5.10.0
18692026-03-18T01:24:57.296Z Downloaded criterion v0.7.0
18702026-03-18T01:24:57.301Z Downloaded fancy-regex v0.14.0
18712026-03-18T01:24:57.304Z Downloaded guppy v0.17.25
18722026-03-18T01:24:57.308Z Downloaded plotters v0.3.7
18732026-03-18T01:24:57.314Z Downloaded hashbrown v0.14.5
18742026-03-18T01:24:57.317Z Downloaded chumsky v0.9.3
18752026-03-18T01:24:57.320Z Downloaded backtrace v0.3.76
18762026-03-18T01:24:57.323Z Downloaded gimli v0.32.3
18772026-03-18T01:24:57.601Z Downloaded httpmock v0.8.3
18782026-03-18T01:24:59.775Z Checking cfg-if v1.0.4
18792026-03-18T01:25:00.181Z Checking libc v0.2.180
18802026-03-18T01:25:00.184Z Checking serde_core v1.0.228
18812026-03-18T01:25:00.274Z Checking memchr v2.8.0
18822026-03-18T01:25:00.321Z Checking smallvec v1.15.1
18832026-03-18T01:25:00.368Z Checking log v0.4.29
18842026-03-18T01:25:00.368Z Checking itoa v1.0.17
18852026-03-18T01:25:00.466Z Checking zeroize v1.8.2
18862026-03-18T01:25:00.519Z Checking libm v0.2.16
18872026-03-18T01:25:00.584Z Checking scopeguard v1.2.0
18882026-03-18T01:25:00.636Z Checking stable_deref_trait v1.2.1
18892026-03-18T01:25:00.687Z Checking zmij v1.0.21
18902026-03-18T01:25:00.736Z Checking zerofrom v0.1.6
18912026-03-18T01:25:00.783Z Checking lock_api v0.4.14
18922026-03-18T01:25:00.826Z Checking errno v0.3.14
18932026-03-18T01:25:00.829Z Checking getrandom v0.2.17
18942026-03-18T01:25:00.922Z Checking yoke v0.8.1
18952026-03-18T01:25:00.972Z Checking percent-encoding v2.3.2
18962026-03-18T01:25:01.019Z Checking writeable v0.6.2
18972026-03-18T01:25:01.019Z Checking litemap v0.8.1
18982026-03-18T01:25:01.115Z Checking subtle v2.6.1
18992026-03-18T01:25:01.156Z Checking icu_normalizer_data v2.1.1
19002026-03-18T01:25:01.201Z Checking icu_properties_data v2.1.2
19012026-03-18T01:25:01.204Z Checking zerovec v0.11.5
19022026-03-18T01:25:01.290Z Checking zerotrie v0.2.3
19032026-03-18T01:25:01.293Z Checking form_urlencoded v1.2.2
19042026-03-18T01:25:01.379Z Checking rand_core v0.6.4
19052026-03-18T01:25:01.382Z Checking portable-atomic v1.13.1
19062026-03-18T01:25:01.471Z Checking utf8_iter v1.0.4
19072026-03-18T01:25:01.529Z Checking pin-project-lite v0.2.17
19082026-03-18T01:25:01.575Z Checking num-traits v0.2.19
19092026-03-18T01:25:01.634Z Checking zerocopy v0.8.40
19102026-03-18T01:25:01.682Z Checking critical-section v1.2.0
19112026-03-18T01:25:01.728Z Checking parking_lot_core v0.9.12
19122026-03-18T01:25:01.775Z Checking rand_core v0.10.0
19132026-03-18T01:25:01.825Z Checking tinystr v0.8.2
19142026-03-18T01:25:01.871Z Checking potential_utf v0.1.4
19152026-03-18T01:25:01.996Z Checking getrandom v0.4.1
19162026-03-18T01:25:02.044Z Checking parking_lot v0.12.5
19172026-03-18T01:25:02.047Z Checking once_cell v1.21.3
19182026-03-18T01:25:02.134Z Checking icu_locale_core v2.1.1
19192026-03-18T01:25:02.137Z Checking icu_collections v2.1.1
19202026-03-18T01:25:02.227Z Checking signal-hook-registry v1.4.8
19212026-03-18T01:25:02.318Z Checking mio v1.1.1
19222026-03-18T01:25:02.370Z Checking typenum v1.19.0
19232026-03-18T01:25:02.420Z Checking serde v1.0.228
19242026-03-18T01:25:02.420Z Checking bitflags v2.11.0
19252026-03-18T01:25:02.509Z Checking serde_json v1.0.149
19262026-03-18T01:25:02.612Z Checking socket2 v0.6.2
19272026-03-18T01:25:02.726Z Checking thiserror v2.0.18
19282026-03-18T01:25:02.777Z Checking iana-time-zone v0.1.65
19292026-03-18T01:25:02.898Z Checking allocator-api2 v0.2.21
19302026-03-18T01:25:02.948Z Checking icu_provider v2.1.1
19312026-03-18T01:25:02.995Z Checking semver v1.0.27
19322026-03-18T01:25:02.998Z Checking uuid v1.21.0
19332026-03-18T01:25:03.085Z Checking bytes v1.11.1
19342026-03-18T01:25:03.131Z Checking generic-array v0.14.7
19352026-03-18T01:25:03.281Z Checking icu_properties v2.1.2
19362026-03-18T01:25:03.327Z Checking icu_normalizer v2.1.1
19372026-03-18T01:25:03.330Z Checking chrono v0.4.44
19382026-03-18T01:25:03.467Z Checking futures-core v0.3.32
19392026-03-18T01:25:03.530Z Checking equivalent v1.0.2
19402026-03-18T01:25:03.689Z Checking dyn-clone v1.0.20
19412026-03-18T01:25:03.689Z Checking const-oid v0.9.6
19422026-03-18T01:25:03.782Z Checking tokio v1.49.0
19432026-03-18T01:25:03.828Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19442026-03-18T01:25:03.830Z Checking crypto-common v0.1.7
19452026-03-18T01:25:03.915Z Checking foldhash v0.2.0
19462026-03-18T01:25:04.011Z Checking block-buffer v0.10.4
19472026-03-18T01:25:04.143Z Checking hashbrown v0.16.1
19482026-03-18T01:25:04.243Z Checking futures-sink v0.3.32
19492026-03-18T01:25:04.293Z Checking rustix v1.1.3
19502026-03-18T01:25:04.393Z Checking byteorder v1.5.0
19512026-03-18T01:25:04.440Z Checking idna_adapter v1.2.1
19522026-03-18T01:25:04.505Z Checking futures-channel v0.3.32
19532026-03-18T01:25:04.623Z Checking idna v1.1.0
19542026-03-18T01:25:04.695Z Checking slab v0.4.12
19552026-03-18T01:25:04.769Z Checking digest v0.10.7
19562026-03-18T01:25:04.816Z Checking futures-task v0.3.32
19572026-03-18T01:25:04.864Z Checking futures-io v0.3.32
19582026-03-18T01:25:04.929Z Checking cpufeatures v0.2.17
19592026-03-18T01:25:04.977Z Checking url v2.5.8
19602026-03-18T01:25:05.033Z Checking indexmap v2.13.0
19612026-03-18T01:25:05.080Z Checking thiserror v1.0.69
19622026-03-18T01:25:05.083Z Checking futures-util v0.3.32
19632026-03-18T01:25:05.083Z Checking getrandom v0.3.4
19642026-03-18T01:25:05.234Z Checking fnv v1.0.7
19652026-03-18T01:25:05.381Z Checking regex-syntax v0.8.10
19662026-03-18T01:25:05.427Z Checking http v1.4.0
19672026-03-18T01:25:05.496Z Checking tracing-core v0.1.36
19682026-03-18T01:25:05.587Z Checking schemars v0.8.22
19692026-03-18T01:25:05.634Z Checking ppv-lite86 v0.2.21
19702026-03-18T01:25:05.837Z Checking base64 v0.22.1
19712026-03-18T01:25:05.956Z Checking tracing v0.1.44
19722026-03-18T01:25:06.103Z Checking unicode-ident v1.0.24
19732026-03-18T01:25:06.181Z Checking ipnet v2.11.0
19742026-03-18T01:25:06.250Z Checking utf8parse v0.2.2
19752026-03-18T01:25:06.253Z Checking anstyle v1.0.13
19762026-03-18T01:25:06.340Z Checking proc-macro2 v1.0.106
19772026-03-18T01:25:06.411Z Checking untrusted v0.9.0
19782026-03-18T01:25:06.525Z Checking anstyle-parse v0.2.7
19792026-03-18T01:25:06.571Z Checking aho-corasick v1.1.4
19802026-03-18T01:25:06.574Z Checking is_terminal_polyfill v1.70.2
19812026-03-18T01:25:06.659Z Checking ring v0.17.14
19822026-03-18T01:25:06.749Z Checking anstyle-query v1.1.5
19832026-03-18T01:25:06.796Z Checking base64ct v1.8.3
19842026-03-18T01:25:06.799Z Checking quote v1.0.44
19852026-03-18T01:25:06.898Z Checking colorchoice v1.0.4
19862026-03-18T01:25:07.057Z Checking anstream v0.6.21
19872026-03-18T01:25:07.103Z Checking syn v2.0.117
19882026-03-18T01:25:07.149Z Checking block-padding v0.3.3
19892026-03-18T01:25:07.221Z Checking terminal_size v0.4.3
19902026-03-18T01:25:07.348Z Checking rustls-pki-types v1.14.0
19912026-03-18T01:25:07.351Z Checking inout v0.1.4
19922026-03-18T01:25:07.439Z Checking crossbeam-utils v0.8.21
19932026-03-18T01:25:07.516Z Checking regex-automata v0.4.14
19942026-03-18T01:25:07.605Z Checking httparse v1.10.1
19952026-03-18T01:25:07.766Z Checking cipher v0.4.4
19962026-03-18T01:25:07.813Z Checking strsim v0.11.1
19972026-03-18T01:25:07.904Z Checking clap_lex v1.0.0
19982026-03-18T01:25:07.950Z Checking sha2 v0.10.9
19992026-03-18T01:25:08.030Z Checking pem-rfc7468 v0.7.0
20002026-03-18T01:25:08.082Z Checking http-body v1.0.1
20012026-03-18T01:25:08.086Z Checking tokio-util v0.7.18
20022026-03-18T01:25:08.086Z Checking rand_core v0.9.5
20032026-03-18T01:25:08.122Z Checking clap_builder v4.5.60
20042026-03-18T01:25:08.330Z Checking atomic-waker v1.1.2
20052026-03-18T01:25:08.330Z Checking hmac v0.12.1
20062026-03-18T01:25:08.380Z Checking try-lock v0.2.5
20072026-03-18T01:25:08.488Z Checking httpdate v1.0.3
20082026-03-18T01:25:08.541Z Checking ryu v1.0.23
20092026-03-18T01:25:08.589Z Checking tower-service v0.3.3
20102026-03-18T01:25:08.592Z Checking want v0.3.1
20112026-03-18T01:25:08.707Z Checking tower-layer v0.3.3
20122026-03-18T01:25:08.756Z Checking pin-utils v0.1.0
20132026-03-18T01:25:08.759Z Checking flagset v0.4.7
20142026-03-18T01:25:08.844Z Checking rand_chacha v0.9.0
20152026-03-18T01:25:08.888Z Checking erased-serde v0.3.31
20162026-03-18T01:25:08.935Z Checking spin v0.9.8
20172026-03-18T01:25:08.988Z Checking der v0.7.10
20182026-03-18T01:25:09.080Z Checking h2 v0.4.13
20192026-03-18T01:25:09.141Z Checking rand v0.9.2
20202026-03-18T01:25:09.203Z Checking anyhow v1.0.102
20212026-03-18T01:25:09.489Z Checking slog v2.8.2
20222026-03-18T01:25:09.491Z Checking powerfmt v0.2.0
20232026-03-18T01:25:09.765Z Checking deranged v0.5.8
20242026-03-18T01:25:09.812Z Checking num_threads v0.1.7
20252026-03-18T01:25:09.880Z Checking time-core v0.1.8
20262026-03-18T01:25:09.929Z Checking clap v4.5.60
20272026-03-18T01:25:09.975Z Checking num-conv v0.2.0
20282026-03-18T01:25:10.024Z Checking http-body-util v0.1.3
20292026-03-18T01:25:10.072Z Checking aws-lc-sys v0.37.1
20302026-03-18T01:25:10.075Z Checking untrusted v0.7.1
20312026-03-18T01:25:10.162Z Checking fastrand v2.3.0
20322026-03-18T01:25:10.165Z Checking openssl-probe v0.2.1
20332026-03-18T01:25:10.293Z Checking regex v1.12.3
20342026-03-18T01:25:10.345Z Checking spki v0.7.3
20352026-03-18T01:25:10.348Z Checking serde_urlencoded v0.7.1
20362026-03-18T01:25:10.348Z Checking pbkdf2 v0.12.2
20372026-03-18T01:25:10.478Z Checking aes v0.8.4
20382026-03-18T01:25:10.558Z Checking rand_chacha v0.3.1
20392026-03-18T01:25:10.605Z Checking unicode-width v0.2.0
20402026-03-18T01:25:10.713Z Checking pretty-hex v0.4.1
20412026-03-18T01:25:10.759Z Checking salsa20 v0.10.2
20422026-03-18T01:25:10.812Z Checking aws-lc-rs v1.16.0
20432026-03-18T01:25:10.874Z Checking rand v0.8.5
20442026-03-18T01:25:10.919Z Checking cbc v0.1.2
20452026-03-18T01:25:10.968Z Checking ipnetwork v0.21.1
20462026-03-18T01:25:10.971Z Checking scrypt v0.11.0
20472026-03-18T01:25:11.061Z Checking tempfile v3.25.0
20482026-03-18T01:25:11.110Z Checking time v0.3.47
20492026-03-18T01:25:11.155Z Checking hex v0.4.3
20502026-03-18T01:25:11.225Z Checking plain v0.2.3
20512026-03-18T01:25:11.281Z Checking pkcs5 v0.7.1
20522026-03-18T01:25:11.353Z Checking rustls-native-certs v0.8.3
20532026-03-18T01:25:11.400Z Checking sync_wrapper v1.0.2
20542026-03-18T01:25:11.498Z Checking camino v1.2.2
20552026-03-18T01:25:11.552Z Checking ucd-trie v0.1.7
20562026-03-18T01:25:11.600Z Checking tower v0.5.3
20572026-03-18T01:25:11.647Z Checking webpki-roots v1.0.6
20582026-03-18T01:25:11.650Z Checking pkcs8 v0.10.2
20592026-03-18T01:25:11.752Z Checking pest v2.8.6
20602026-03-18T01:25:11.826Z Checking iri-string v0.7.10
20612026-03-18T01:25:11.876Z Checking either v1.15.0
20622026-03-18T01:25:11.954Z Checking mime v0.3.17
20632026-03-18T01:25:12.024Z Checking rustls-webpki v0.103.9
20642026-03-18T01:25:12.151Z Checking openapiv3 v2.2.0
20652026-03-18T01:25:12.198Z Checking winnow v0.7.14
20662026-03-18T01:25:12.245Z Checking oxnet v0.1.4
20672026-03-18T01:25:12.586Z Checking lazy_static v1.5.0
20682026-03-18T01:25:12.634Z Checking rustls v0.23.37
20692026-03-18T01:25:12.726Z Checking foreign-types-shared v0.1.1
20702026-03-18T01:25:12.774Z Checking static_assertions v1.1.0
20712026-03-18T01:25:12.776Z Checking hyper v1.8.1
20722026-03-18T01:25:12.869Z Checking foreign-types v0.3.2
20732026-03-18T01:25:12.916Z Checking signature v2.2.0
20742026-03-18T01:25:12.991Z Checking openssl-sys v0.9.111
20752026-03-18T01:25:13.119Z Checking encoding_rs v0.8.35
20762026-03-18T01:25:13.246Z Checking simd-adler32 v0.3.8
20772026-03-18T01:25:13.294Z Checking tower-http v0.6.8
20782026-03-18T01:25:13.512Z Checking hubpack v0.1.2
20792026-03-18T01:25:13.672Z Checking openssl v0.10.75
20802026-03-18T01:25:13.720Z Checking adler2 v2.0.1
20812026-03-18T01:25:13.768Z Checking strum v0.26.3
20822026-03-18T01:25:13.890Z Checking sha1 v0.10.6
20832026-03-18T01:25:13.893Z Checking miniz_oxide v0.8.9
20842026-03-18T01:25:13.983Z Checking data-encoding v2.10.0
20852026-03-18T01:25:13.986Z Checking tinyvec_macros v0.1.1
20862026-03-18T01:25:14.076Z Checking hyper-util v0.1.20
20872026-03-18T01:25:14.128Z Checking toml_datetime v0.6.11
20882026-03-18T01:25:14.175Z Checking tinyvec v1.10.0
20892026-03-18T01:25:14.376Z Checking serde_spanned v0.6.9
20902026-03-18T01:25:14.424Z Checking num-integer v0.1.46
20912026-03-18T01:25:14.470Z Checking scroll v0.13.0
20922026-03-18T01:25:14.490Z Checking memmap2 v0.9.10
20932026-03-18T01:25:14.569Z Checking base16ct v0.2.0
20942026-03-18T01:25:14.626Z Checking bit-vec v0.8.0
20952026-03-18T01:25:14.752Z Checking dtrace-parser v0.3.0
20962026-03-18T01:25:14.800Z Checking crossbeam-epoch v0.9.18
20972026-03-18T01:25:14.803Z Checking sec1 v0.7.3
20982026-03-18T01:25:14.887Z Checking goblin v0.10.5
20992026-03-18T01:25:14.934Z Checking bit-set v0.8.0
21002026-03-18T01:25:15.096Z Checking crc32fast v1.5.0
21012026-03-18T01:25:15.144Z Checking ff v0.13.1
21022026-03-18T01:25:15.148Z Checking thread-id v5.1.0
21032026-03-18T01:25:15.231Z Checking wait-timeout v0.2.1
21042026-03-18T01:25:15.311Z Checking num-iter v0.1.45
21052026-03-18T01:25:15.358Z Checking bstr v1.12.1
21062026-03-18T01:25:15.361Z Checking group v0.13.0
21072026-03-18T01:25:15.448Z Checking hkdf v0.12.4
21082026-03-18T01:25:15.496Z Checking ahash v0.8.12
21092026-03-18T01:25:15.622Z Checking crypto-bigint v0.5.5
21102026-03-18T01:25:15.669Z Checking quick-error v1.2.3
21112026-03-18T01:25:15.761Z Checking rand_xorshift v0.4.0
21122026-03-18T01:25:15.810Z Checking scroll v0.12.0
21132026-03-18T01:25:15.867Z Checking rusty-fork v0.3.1
21142026-03-18T01:25:15.870Z Checking tokio-rustls v0.26.4
21152026-03-18T01:25:15.962Z Checking unarray v0.1.4
21162026-03-18T01:25:15.965Z Checking num-bigint-dig v0.8.6
21172026-03-18T01:25:16.121Z Checking pkcs1 v0.7.5
21182026-03-18T01:25:16.169Z Checking proptest v1.10.0
21192026-03-18T01:25:16.171Z Checking goblin v0.8.2
21202026-03-18T01:25:16.261Z Checking hyper-rustls v0.27.7
21212026-03-18T01:25:16.435Z Checking x509-cert v0.2.5
21222026-03-18T01:25:16.543Z Checking native-tls v0.2.18
21232026-03-18T01:25:16.589Z Checking zerocopy v0.7.35
21242026-03-18T01:25:16.807Z Checking tokio-native-tls v0.3.1
21252026-03-18T01:25:16.989Z Checking elliptic-curve v0.13.8
21262026-03-18T01:25:17.037Z Checking hyper-tls v0.6.0
21272026-03-18T01:25:17.195Z Checking psl-types v2.0.11
21282026-03-18T01:25:17.277Z Checking reqwest v0.12.28
21292026-03-18T01:25:17.324Z Checking zlib-rs v0.6.2
21302026-03-18T01:25:17.371Z Checking unicode-segmentation v1.12.0
21312026-03-18T01:25:17.416Z Checking publicsuffix v2.3.0
21322026-03-18T01:25:17.463Z Checking rsa v0.9.10
21332026-03-18T01:25:17.656Z Checking crossbeam-deque v0.8.6
21342026-03-18T01:25:17.819Z Checking dtrace-parser v0.2.0
21352026-03-18T01:25:17.914Z Checking cookie v0.18.1
21362026-03-18T01:25:18.100Z Checking dof v0.4.0
21372026-03-18T01:25:18.147Z Checking rfc6979 v0.4.0
21382026-03-18T01:25:18.191Z Checking thread-id v4.2.2
21392026-03-18T01:25:18.253Z Checking toml_write v0.1.2
21402026-03-18T01:25:18.324Z Checking ecdsa v0.16.9
21412026-03-18T01:25:18.327Z Checking cookie_store v0.22.1
21422026-03-18T01:25:18.418Z Checking rustls-platform-verifier v0.6.2
21432026-03-18T01:25:18.508Z Checking toml_edit v0.22.27
21442026-03-18T01:25:18.558Z Checking flate2 v1.1.9
21452026-03-18T01:25:18.626Z Checking toml_parser v1.0.9+spec-1.1.0
21462026-03-18T01:25:18.686Z Checking newtype-uuid v1.3.2
21472026-03-18T01:25:18.812Z Checking curve25519-dalek v4.1.3
21482026-03-18T01:25:18.861Z Checking dof v0.3.0
21492026-03-18T01:25:18.864Z Checking memoffset v0.9.1
21502026-03-18T01:25:18.975Z Checking rustix v0.38.44
21512026-03-18T01:25:19.022Z Checking usdt-impl v0.6.0
21522026-03-18T01:25:19.025Z Checking env_filter v1.0.0
21532026-03-18T01:25:19.114Z Checking keccak v0.1.6
21542026-03-18T01:25:19.117Z Checking daft v0.1.5
21552026-03-18T01:25:19.254Z Checking usdt-impl v0.5.0
21562026-03-18T01:25:19.302Z Checking env_logger v0.11.9
21572026-03-18T01:25:19.357Z Checking sha3 v0.10.8
21582026-03-18T01:25:19.413Z Checking usdt v0.6.0
21592026-03-18T01:25:19.508Z Checking reqwest v0.13.2
21602026-03-18T01:25:19.579Z Checking ed25519 v2.2.3
21612026-03-18T01:25:19.639Z Checking itertools v0.13.0
21622026-03-18T01:25:19.687Z Checking serde_with v3.17.0
21632026-03-18T01:25:19.690Z Checking siphasher v1.0.2
21642026-03-18T01:25:19.846Z Checking bitflags v1.3.2
21652026-03-18T01:25:19.894Z Checking ed25519-dalek v2.2.0
21662026-03-18T01:25:19.942Z Checking unicode-normalization v0.1.25
21672026-03-18T01:25:19.989Z Checking signal-hook v0.3.18
21682026-03-18T01:25:20.073Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-18T01:25:20.138Z Checking managed v0.8.0
21702026-03-18T01:25:20.228Z Checking winnow v0.5.40
21712026-03-18T01:25:20.277Z Checking nix v0.31.1
21722026-03-18T01:25:20.365Z Checking rayon-core v1.13.0
21732026-03-18T01:25:20.427Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-18T01:25:20.497Z Checking object v0.37.3
21752026-03-18T01:25:20.573Z Checking foldhash v0.1.5
21762026-03-18T01:25:20.674Z Checking bzip2 v0.4.4
21772026-03-18T01:25:20.783Z Checking hashbrown v0.15.5
21782026-03-18T01:25:20.836Z Checking signal-hook-mio v0.2.5
21792026-03-18T01:25:20.927Z Checking ref-cast v1.0.25
21802026-03-18T01:25:21.000Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-18T01:25:21.090Z Checking zip v0.6.6
21822026-03-18T01:25:21.136Z Checking libbz2-rs-sys v0.2.2
21832026-03-18T01:25:21.183Z Checking zstd-safe v7.2.4
21842026-03-18T01:25:21.434Z Checking bumpalo v3.20.2
21852026-03-18T01:25:21.480Z Checking zstd v0.13.3
21862026-03-18T01:25:21.551Z Checking crossterm v0.28.1
21872026-03-18T01:25:21.678Z Checking bzip2 v0.6.1
21882026-03-18T01:25:21.726Z Checking rayon v1.11.0
21892026-03-18T01:25:21.729Z Checking zopfli v0.8.3
21902026-03-18T01:25:21.818Z Checking similar v2.7.0
21912026-03-18T01:25:21.821Z Checking fs-err v3.3.0
21922026-03-18T01:25:21.909Z Checking toml_edit v0.19.15
21932026-03-18T01:25:21.955Z Checking hash32 v0.2.1
21942026-03-18T01:25:22.195Z Checking serde-big-array v0.5.1
21952026-03-18T01:25:22.242Z Checking predicates-core v1.0.10
21962026-03-18T01:25:22.289Z Checking unicode-bidi v0.3.18
21972026-03-18T01:25:22.365Z Checking jiff v0.2.21
21982026-03-18T01:25:22.412Z Checking unicode-properties v0.1.4
21992026-03-18T01:25:22.459Z Checking heapless v0.7.17
22002026-03-18T01:25:22.566Z Checking hickory-proto v0.25.2
22012026-03-18T01:25:22.690Z Checking tokio-stream v0.1.18
22022026-03-18T01:25:22.736Z Checking stringprep v0.1.5
22032026-03-18T01:25:22.966Z Checking md-5 v0.10.6
22042026-03-18T01:25:23.058Z Checking float-cmp v0.10.0
22052026-03-18T01:25:23.178Z Checking rustc-hash v2.1.1
22062026-03-18T01:25:23.254Z Checking difflib v0.4.0
22072026-03-18T01:25:23.301Z Checking normalize-line-endings v0.3.0
22082026-03-18T01:25:23.356Z Checking fallible-iterator v0.2.0
22092026-03-18T01:25:23.403Z Checking toml v0.7.8
22102026-03-18T01:25:23.450Z Checking iddqd v0.3.17
22112026-03-18T01:25:23.514Z Checking predicates v3.1.4
22122026-03-18T01:25:23.762Z Checking postgres-protocol v0.6.10
22132026-03-18T01:25:23.764Z Checking smoltcp v0.9.1
22142026-03-18T01:25:23.855Z Checking phf_shared v0.11.3
22152026-03-18T01:25:23.901Z Checking phf_shared v0.13.1
22162026-03-18T01:25:23.947Z Checking itertools v0.12.1
22172026-03-18T01:25:24.081Z Checking console v0.16.2
22182026-03-18T01:25:24.208Z Checking buf-list v1.1.2
22192026-03-18T01:25:24.211Z Checking strum v0.27.2
22202026-03-18T01:25:24.426Z Checking new_debug_unreachable v1.0.6
22212026-03-18T01:25:24.478Z Checking fixedbitset v0.5.7
22222026-03-18T01:25:24.524Z Checking precomputed-hash v0.1.1
22232026-03-18T01:25:24.570Z Checking fixedbitset v0.4.2
22242026-03-18T01:25:24.622Z Checking lalrpop-util v0.19.12
22252026-03-18T01:25:24.671Z Checking unit-prefix v0.5.2
22262026-03-18T01:25:24.674Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-18T01:25:24.764Z Checking petgraph v0.8.3
22282026-03-18T01:25:24.812Z Checking petgraph v0.6.5
22292026-03-18T01:25:24.860Z Checking indicatif v0.18.4
22302026-03-18T01:25:24.863Z Checking string_cache v0.8.9
22312026-03-18T01:25:25.153Z Checking postgres-types v0.2.12
22322026-03-18T01:25:25.349Z Checking zone v0.3.1
22332026-03-18T01:25:25.398Z Checking phf v0.13.1
22342026-03-18T01:25:25.470Z Checking zip v4.6.1
22352026-03-18T01:25:25.611Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-18T01:25:25.657Z Checking peg-runtime v0.8.5
22372026-03-18T01:25:25.848Z Checking whoami v2.1.0
22382026-03-18T01:25:26.003Z Checking futures-executor v0.3.32
22392026-03-18T01:25:26.054Z Checking is-terminal v0.4.17
22402026-03-18T01:25:26.141Z Checking tokio-postgres v0.7.16
22412026-03-18T01:25:26.207Z Checking crossbeam-channel v0.5.15
22422026-03-18T01:25:26.253Z Checking futures v0.3.32
22432026-03-18T01:25:26.299Z Compiling structmeta-derive v0.3.0
22442026-03-18T01:25:26.347Z Checking thread_local v1.1.9
22452026-03-18T01:25:26.394Z Checking take_mut v0.2.2
22462026-03-18T01:25:26.561Z Checking term v1.2.1
22472026-03-18T01:25:26.609Z Compiling newtype-uuid-macros v0.1.0
22482026-03-18T01:25:26.611Z Compiling rustls v0.22.4
22492026-03-18T01:25:26.698Z Checking slog-async v2.8.0
22502026-03-18T01:25:26.882Z Checking slog-term v2.9.2
22512026-03-18T01:25:26.977Z Checking regress v0.10.5
22522026-03-18T01:25:27.023Z Compiling multer v3.1.0
22532026-03-18T01:25:27.068Z Compiling async-stream-impl v0.3.6
22542026-03-18T01:25:27.255Z Compiling dropshot v0.16.7
22552026-03-18T01:25:27.403Z Compiling dropshot_endpoint v0.16.7
22562026-03-18T01:25:27.627Z Checking match_cfg v0.1.0
22572026-03-18T01:25:27.674Z Checking slog-json v2.6.1
22582026-03-18T01:25:27.750Z Checking hostname v0.3.1
22592026-03-18T01:25:27.797Z Compiling structmeta v0.3.0
22602026-03-18T01:25:27.800Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-03-18T01:25:27.891Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22622026-03-18T01:25:27.938Z Checking debug-ignore v1.0.5
22632026-03-18T01:25:27.982Z Checking slog-bunyan v2.5.0
22642026-03-18T01:25:28.079Z Checking serde_spanned v1.0.4
22652026-03-18T01:25:28.127Z Compiling derive-ex v0.1.8
22662026-03-18T01:25:28.173Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-18T01:25:28.219Z Checking rustls-webpki v0.102.8
22682026-03-18T01:25:28.280Z Checking serde_path_to_error v0.1.20
22692026-03-18T01:25:28.402Z Checking progenitor-client v0.13.0
22702026-03-18T01:25:28.450Z Checking toml v0.9.12+spec-1.1.0
22712026-03-18T01:25:28.453Z Checking async-stream v0.3.6
22722026-03-18T01:25:28.732Z Checking waitgroup v0.1.2
22732026-03-18T01:25:28.735Z Checking rustls-pemfile v2.2.0
22742026-03-18T01:25:28.892Z Checking hostname v0.4.2
22752026-03-18T01:25:28.940Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-03-18T01:25:28.987Z Compiling parse-display-derive v0.10.0
22772026-03-18T01:25:29.033Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782026-03-18T01:25:29.077Z Checking itertools v0.14.0
22792026-03-18T01:25:29.156Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22802026-03-18T01:25:29.203Z Checking macaddr v1.0.1
22812026-03-18T01:25:29.297Z Checking progenitor-client v0.10.0
22822026-03-18T01:25:29.470Z Checking instant v0.1.13
22832026-03-18T01:25:29.632Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22842026-03-18T01:25:29.638Z Checking backoff v0.4.0
22852026-03-18T01:25:29.714Z Checking backon v1.6.0
22862026-03-18T01:25:29.827Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22872026-03-18T01:25:29.965Z Checking progenitor-extras v0.1.1
22882026-03-18T01:25:29.981Z Checking heck v0.5.0
22892026-03-18T01:25:30.207Z Checking camino-tempfile v1.4.1
22902026-03-18T01:25:30.285Z Checking toml v0.8.23
22912026-03-18T01:25:30.487Z Compiling test-strategy v0.4.5
22922026-03-18T01:25:30.492Z Compiling convert_case v0.4.0
22932026-03-18T01:25:30.577Z Compiling unsafe-libyaml v0.2.11
22942026-03-18T01:25:30.764Z Checking secrecy v0.10.3
22952026-03-18T01:25:30.810Z Checking tokio-rustls v0.25.0
22962026-03-18T01:25:30.962Z Compiling toml_edit v0.23.10+spec-1.0.0
22972026-03-18T01:25:31.072Z Compiling derive_more v0.99.20
22982026-03-18T01:25:31.324Z Checking parse-display v0.10.0
22992026-03-18T01:25:31.553Z Compiling serde_yaml v0.9.34+deprecated
23002026-03-18T01:25:31.640Z Compiling crucible-workspace-hack v0.1.0
23012026-03-18T01:25:31.907Z Compiling proc-macro-crate v3.4.0
23022026-03-18T01:25:32.237Z Compiling typify-impl v0.6.1
23032026-03-18T01:25:32.629Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23042026-03-18T01:25:32.798Z Checking half v2.7.1
23052026-03-18T01:25:33.148Z Checking ciborium-io v0.2.2
23062026-03-18T01:25:33.195Z Checking glob v0.3.3
23072026-03-18T01:25:33.302Z Checking ciborium-ll v0.2.2
23082026-03-18T01:25:33.478Z Compiling heapless v0.8.0
23092026-03-18T01:25:33.569Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-18T01:25:33.627Z Checking ciborium v0.2.2
23112026-03-18T01:25:33.691Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23122026-03-18T01:25:33.966Z Compiling ingot-macros v0.1.1
23132026-03-18T01:25:34.148Z Checking tabwriter v1.4.1
23142026-03-18T01:25:34.193Z Checking hash32 v0.3.1
23152026-03-18T01:25:34.248Z Compiling smoltcp v0.11.0
23162026-03-18T01:25:34.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-03-18T01:25:34.371Z Compiling num_enum_derive v0.7.5
23182026-03-18T01:25:34.621Z Checking cobs v0.3.0
23192026-03-18T01:25:34.690Z Compiling foreign-types-macros v0.2.3
23202026-03-18T01:25:34.799Z Checking cpufeatures v0.3.0
23212026-03-18T01:25:34.846Z Checking foreign-types-shared v0.3.1
23222026-03-18T01:25:34.929Z Checking chacha20 v0.10.0
23232026-03-18T01:25:35.022Z Checking postcard v1.1.3
23242026-03-18T01:25:35.467Z Compiling proc-macro-crate v1.3.1
23252026-03-18T01:25:35.514Z Checking foreign-types v0.5.0
23262026-03-18T01:25:35.595Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-18T01:25:35.649Z Checking cstr-argument v0.1.2
23282026-03-18T01:25:35.824Z Checking num_enum v0.7.5
23292026-03-18T01:25:35.877Z Checking sigpipe v0.1.3
23302026-03-18T01:25:35.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-18T01:25:36.037Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23322026-03-18T01:25:36.084Z Checking colored v3.1.1
23332026-03-18T01:25:36.129Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-03-18T01:25:36.389Z Compiling num_enum_derive v0.5.11
23352026-03-18T01:25:36.480Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-18T01:25:36.525Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-03-18T01:25:36.568Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-03-18T01:25:36.675Z Checking rand v0.10.0
23392026-03-18T01:25:36.718Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23402026-03-18T01:25:36.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23412026-03-18T01:25:36.828Z Checking indent_write v2.2.0
23422026-03-18T01:25:37.030Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23432026-03-18T01:25:37.212Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23442026-03-18T01:25:37.299Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23452026-03-18T01:25:37.348Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23462026-03-18T01:25:37.439Z Checking smf v0.2.3
23472026-03-18T01:25:37.613Z Compiling num-derive v0.4.2
23482026-03-18T01:25:37.777Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-03-18T01:25:37.825Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23502026-03-18T01:25:37.829Z Checking num_enum v0.5.11
23512026-03-18T01:25:37.912Z Checking ingot-types v0.1.2
23522026-03-18T01:25:38.039Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23532026-03-18T01:25:38.086Z Checking whoami v1.6.1
23542026-03-18T01:25:38.192Z Checking universal-hash v0.5.1
23552026-03-18T01:25:38.343Z Checking opaque-debug v0.3.1
23562026-03-18T01:25:38.390Z Checking aead v0.5.2
23572026-03-18T01:25:38.440Z Checking ingot v0.1.1
23582026-03-18T01:25:38.487Z Checking swrite v0.1.0
23592026-03-18T01:25:38.490Z Checking poly1305 v0.8.0
23602026-03-18T01:25:38.537Z Checking chacha20 v0.9.1
23612026-03-18T01:25:38.631Z Checking unicode-width v0.1.14
23622026-03-18T01:25:38.678Z Compiling typify-macro v0.6.1
23632026-03-18T01:25:38.679Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-18T01:25:38.857Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-03-18T01:25:38.903Z Checking password-hash v0.5.0
23662026-03-18T01:25:38.949Z Checking blake2 v0.10.6
23672026-03-18T01:25:38.995Z Checking chacha20poly1305 v0.10.1
23682026-03-18T01:25:39.178Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-18T01:25:39.224Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23702026-03-18T01:25:39.270Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23712026-03-18T01:25:39.315Z Checking argon2 v0.5.3
23722026-03-18T01:25:39.581Z Compiling usdt-attr-macro v0.5.0
23732026-03-18T01:25:39.627Z Compiling usdt-macro v0.5.0
23742026-03-18T01:25:39.674Z Checking memmap v0.7.0
23752026-03-18T01:25:39.799Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23762026-03-18T01:25:39.883Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23772026-03-18T01:25:40.203Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23782026-03-18T01:25:40.280Z Checking thiserror-no-std v2.0.2
23792026-03-18T01:25:40.430Z Checking vsss-rs v3.3.4
23802026-03-18T01:25:40.534Z Compiling derive-where v1.6.0
23812026-03-18T01:25:40.589Z Checking atomicwrites v0.4.4
23822026-03-18T01:25:40.636Z Checking usdt v0.5.0
23832026-03-18T01:25:40.748Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23842026-03-18T01:25:40.801Z Checking console v0.15.11
23852026-03-18T01:25:40.885Z Checking tokio-dtrace v0.1.1
23862026-03-18T01:25:41.080Z Compiling typify v0.6.1
23872026-03-18T01:25:41.251Z Compiling progenitor-impl v0.13.0
23882026-03-18T01:25:41.254Z Checking oxide-tokio-rt v0.1.3
23892026-03-18T01:25:41.293Z Checking newline-converter v0.3.0
23902026-03-18T01:25:41.467Z Checking expectorate v1.2.0
23912026-03-18T01:25:41.558Z Compiling prettyplease v0.2.37
23922026-03-18T01:25:41.603Z Checking bytecount v0.6.9
23932026-03-18T01:25:41.668Z Compiling owo-colors v4.3.0
23942026-03-18T01:25:41.771Z Compiling cancel-safe-futures v0.1.5
23952026-03-18T01:25:41.913Z Checking libsw-core v0.3.2
23962026-03-18T01:25:42.163Z Checking libsw v3.5.0
23972026-03-18T01:25:42.210Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-03-18T01:25:42.368Z Checking linear-map v1.2.0
23992026-03-18T01:25:42.415Z Checking same-file v1.0.6
24002026-03-18T01:25:42.418Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24012026-03-18T01:25:42.545Z Checking num-rational v0.4.2
24022026-03-18T01:25:42.595Z Checking num-complex v0.4.6
24032026-03-18T01:25:42.598Z Checking walkdir v2.5.0
24042026-03-18T01:25:42.684Z Checking float-ord v0.3.2
24052026-03-18T01:25:42.849Z Checking gethostname v0.5.0
24062026-03-18T01:25:43.008Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24072026-03-18T01:25:43.113Z Checking num v0.4.3
24082026-03-18T01:25:43.158Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24092026-03-18T01:25:43.161Z Compiling async-recursion v1.1.1
24102026-03-18T01:25:43.309Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24112026-03-18T01:25:43.810Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24122026-03-18T01:25:44.243Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24132026-03-18T01:25:44.907Z Compiling progenitor-macro v0.13.0
24142026-03-18T01:25:45.430Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24152026-03-18T01:25:47.053Z Checking smawk v0.3.2
24162026-03-18T01:25:47.103Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-03-18T01:25:47.106Z Checking unicode-linebreak v0.1.5
24182026-03-18T01:25:47.252Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-03-18T01:25:47.299Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24202026-03-18T01:25:47.504Z Checking globset v0.4.18
24212026-03-18T01:25:47.989Z Compiling convert_case v0.10.0
24222026-03-18T01:25:48.749Z Compiling slog-dtrace v0.3.0
24232026-03-18T01:25:49.023Z Checking resolv-conf v0.7.6
24242026-03-18T01:25:49.169Z Compiling derive_more-impl v2.1.1
24252026-03-18T01:25:49.479Z Compiling pin-project-internal v1.1.11
24262026-03-18T01:25:49.525Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-03-18T01:25:49.610Z Checking pem v3.0.6
24282026-03-18T01:25:49.816Z Checking fd-lock v4.0.4
24292026-03-18T01:25:49.862Z Checking vte v0.14.1
24302026-03-18T01:25:50.014Z Checking display-error-chain v0.2.2
24312026-03-18T01:25:50.094Z Checking strip-ansi-escapes v0.2.1
24322026-03-18T01:25:50.203Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24332026-03-18T01:25:50.261Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24342026-03-18T01:25:50.306Z Checking derive_more v2.1.1
24352026-03-18T01:25:50.352Z Compiling snafu-derive v0.8.9
24362026-03-18T01:25:50.405Z Checking termtree v0.5.1
24372026-03-18T01:25:50.453Z Checking crossterm v0.29.0
24382026-03-18T01:25:50.620Z Checking linked-hash-map v0.5.6
24392026-03-18T01:25:50.892Z Checking nu-ansi-term v0.50.3
24402026-03-18T01:25:51.037Z Checking pin-project v1.1.11
24412026-03-18T01:25:51.089Z Checking lru-cache v0.1.2
24422026-03-18T01:25:51.199Z Checking textwrap v0.16.2
24432026-03-18T01:25:51.245Z Checking reedline v0.40.0
24442026-03-18T01:25:51.291Z Checking olpc-cjson v0.1.4
24452026-03-18T01:25:51.295Z Checking hickory-proto v0.24.4
24462026-03-18T01:25:51.510Z Checking serde_plain v1.0.2
24472026-03-18T01:25:51.737Z Compiling minimal-lexical v0.2.1
24482026-03-18T01:25:52.026Z Checking progenitor v0.13.0
24492026-03-18T01:25:52.104Z Checking typed-path v0.9.3
24502026-03-18T01:25:52.234Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24512026-03-18T01:25:52.835Z Compiling nom v7.1.3
24522026-03-18T01:25:53.070Z Checking snafu v0.8.9
24532026-03-18T01:25:53.240Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24542026-03-18T01:25:53.420Z Checking tough v0.20.0
24552026-03-18T01:25:53.823Z Checking nibble_vec v0.1.0
24562026-03-18T01:25:53.980Z Checking endian-type v0.1.2
24572026-03-18T01:25:54.027Z Checking hickory-resolver v0.24.4
24582026-03-18T01:25:54.183Z Checking radix_trie v0.2.1
24592026-03-18T01:25:54.487Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24602026-03-18T01:25:54.722Z Compiling ar_archive_writer v0.5.1
24612026-03-18T01:25:55.011Z Checking humantime v2.3.0
24622026-03-18T01:25:55.269Z Checking qorb v0.4.1
24632026-03-18T01:25:55.315Z Checking csv-core v0.1.13
24642026-03-18T01:25:55.318Z Checking base64 v0.21.7
24652026-03-18T01:25:55.579Z Checking csv v1.4.0
24662026-03-18T01:25:55.701Z Compiling stacker v0.1.23
24672026-03-18T01:25:55.805Z Checking highway v1.3.0
24682026-03-18T01:25:55.975Z Compiling psm v0.1.30
24692026-03-18T01:25:56.108Z Compiling cfg_aliases v0.1.1
24702026-03-18T01:25:56.196Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24712026-03-18T01:25:56.203Z Checking papergrid v0.11.0
24722026-03-18T01:25:56.289Z Compiling nix v0.28.0
24732026-03-18T01:25:56.302Z Compiling tabled_derive v0.7.0
24742026-03-18T01:25:56.378Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-03-18T01:25:56.815Z Checking home v0.5.12
24762026-03-18T01:25:56.897Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24772026-03-18T01:25:56.986Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24782026-03-18T01:25:56.990Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24792026-03-18T01:25:57.115Z Checking phf_shared v0.12.1
24802026-03-18T01:25:57.162Z Compiling recursive-proc-macro-impl v0.1.1
24812026-03-18T01:25:57.336Z Compiling semver v0.1.20
24822026-03-18T01:25:57.566Z Compiling chrono-tz v0.10.4
24832026-03-18T01:25:57.633Z Checking tabled v0.15.0
24842026-03-18T01:25:57.684Z Compiling rustc_version v0.1.7
24852026-03-18T01:25:57.732Z Checking recursive v0.1.1
24862026-03-18T01:25:57.737Z Checking phf v0.12.1
24872026-03-18T01:25:57.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882026-03-18T01:25:57.966Z Compiling const_format_proc_macros v0.2.34
24892026-03-18T01:25:58.013Z Compiling peg-macros v0.8.5
24902026-03-18T01:25:58.018Z Checking winnow v0.6.26
24912026-03-18T01:25:58.112Z Compiling sqlparser_derive v0.5.0
24922026-03-18T01:25:59.101Z Checking unicode_categories v0.1.1
24932026-03-18T01:25:59.150Z Checking sqlparser v0.61.0
24942026-03-18T01:25:59.195Z Checking rustyline v14.0.0
24952026-03-18T01:25:59.241Z Checking const_format v0.2.35
24962026-03-18T01:25:59.735Z Checking sqlformat v0.3.5
24972026-03-18T01:25:59.799Z Compiling newtype_derive v0.1.6
24982026-03-18T01:25:59.894Z Checking peg v0.8.5
24992026-03-18T01:26:00.074Z Checking bcs v0.1.6
25002026-03-18T01:26:00.343Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25012026-03-18T01:26:00.409Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25022026-03-18T01:26:00.455Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25032026-03-18T01:26:00.615Z Checking steno v0.4.1
25042026-03-18T01:26:00.819Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25052026-03-18T01:26:00.879Z Compiling typify-impl v0.4.3
25062026-03-18T01:26:01.911Z Checking utf-8 v0.7.6
25072026-03-18T01:26:02.119Z Checking filetime v0.2.27
25082026-03-18T01:26:02.328Z Checking arc-swap v1.8.2
25092026-03-18T01:26:02.661Z Checking xattr v1.6.1
25102026-03-18T01:26:02.866Z Checking tar v0.4.44
25112026-03-18T01:26:03.391Z Checking slog-scope v4.4.1
25122026-03-18T01:26:03.436Z Checking tungstenite v0.21.0
25132026-03-18T01:26:03.545Z Checking typeid v1.0.3
25142026-03-18T01:26:03.600Z Checking slog-stdlog v4.1.1
25152026-03-18T01:26:03.711Z Checking subprocess v0.2.15
25162026-03-18T01:26:03.788Z Checking slog-envlogger v2.2.0
25172026-03-18T01:26:04.012Z Checking headers-core v0.3.0
25182026-03-18T01:26:04.058Z Checking tokio-tungstenite v0.21.0
25192026-03-18T01:26:04.121Z Compiling lzma-sys v0.1.20
25202026-03-18T01:26:04.182Z Checking headers v0.4.1
25212026-03-18T01:26:04.231Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-18T01:26:04.439Z Compiling cargo_toml v0.22.3
25232026-03-18T01:26:04.855Z Checking yasna v0.5.2
25242026-03-18T01:26:04.907Z Checking xz2 v0.1.7
25252026-03-18T01:26:05.162Z Checking ron v0.12.0
25262026-03-18T01:26:05.405Z Checking rcgen v0.12.1
25272026-03-18T01:26:05.717Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25282026-03-18T01:26:05.880Z Checking base16ct v1.0.0
25292026-03-18T01:26:06.035Z Checking dropshot-api-manager-types v0.6.0
25302026-03-18T01:26:06.087Z Checking tagptr v0.2.0
25312026-03-18T01:26:06.233Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-03-18T01:26:06.316Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25332026-03-18T01:26:06.342Z Checking moka v0.12.13
25342026-03-18T01:26:06.490Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25352026-03-18T01:26:06.537Z Compiling radium v0.7.0
25362026-03-18T01:26:06.907Z Compiling libefi-sys v0.1.0
25372026-03-18T01:26:07.163Z Compiling bitfield-struct v0.6.2
25382026-03-18T01:26:07.256Z Checking hickory-resolver v0.25.2
25392026-03-18T01:26:07.318Z Compiling maybe-uninit v2.0.0
25402026-03-18T01:26:07.367Z Compiling typify-macro v0.4.3
25412026-03-18T01:26:07.716Z Checking tap v1.0.1
25422026-03-18T01:26:07.895Z Checking wyz v0.5.1
25432026-03-18T01:26:08.054Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25442026-03-18T01:26:08.221Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-03-18T01:26:08.267Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25462026-03-18T01:26:08.458Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25472026-03-18T01:26:08.554Z Compiling zerocopy-derive v0.6.6
25482026-03-18T01:26:08.599Z Checking funty v2.0.0
25492026-03-18T01:26:08.699Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25502026-03-18T01:26:08.835Z Checking crc-catalog v2.4.0
25512026-03-18T01:26:08.882Z Compiling packed_struct v0.10.1
25522026-03-18T01:26:08.998Z Checking crc v3.4.0
25532026-03-18T01:26:09.091Z Checking bitvec v1.0.1
25542026-03-18T01:26:09.283Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-03-18T01:26:09.344Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25562026-03-18T01:26:09.638Z Compiling packed_struct_codegen v0.10.1
25572026-03-18T01:26:09.730Z Compiling typify v0.4.3
25582026-03-18T01:26:09.818Z Checking zerocopy v0.6.6
25592026-03-18T01:26:09.822Z Compiling bitfield-macros v0.19.4
25602026-03-18T01:26:09.908Z Compiling progenitor-impl v0.10.0
25612026-03-18T01:26:10.260Z Compiling indexmap v1.9.3
25622026-03-18T01:26:10.551Z Checking nodrop v0.1.14
25632026-03-18T01:26:10.704Z Checking array-init v0.0.4
25642026-03-18T01:26:10.839Z Checking bitfield v0.19.4
25652026-03-18T01:26:11.116Z Checking smallvec v0.6.14
25662026-03-18T01:26:11.179Z Checking hashbrown v0.12.3
25672026-03-18T01:26:11.270Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25682026-03-18T01:26:11.315Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25692026-03-18T01:26:11.407Z Checking serde-hex v0.1.0
25702026-03-18T01:26:11.513Z Checking ron v0.8.1
25712026-03-18T01:26:12.271Z Checking hashbrown v0.13.2
25722026-03-18T01:26:12.311Z Checking crc-any v2.5.0
25732026-03-18T01:26:12.554Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-18T01:26:12.599Z Checking path-slash v0.1.5
25752026-03-18T01:26:12.789Z Compiling xshell-macros v0.2.7
25762026-03-18T01:26:12.792Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-03-18T01:26:12.878Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25782026-03-18T01:26:12.923Z Checking object v0.30.4
25792026-03-18T01:26:13.361Z Checking xshell v0.2.7
25802026-03-18T01:26:13.407Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25812026-03-18T01:26:13.578Z Checking half v1.8.3
25822026-03-18T01:26:13.652Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25832026-03-18T01:26:13.698Z Compiling progenitor-macro v0.10.0
25842026-03-18T01:26:13.886Z Checking serde_cbor v0.11.2
25852026-03-18T01:26:14.281Z Compiling num-derive v0.3.3
25862026-03-18T01:26:14.453Z Compiling proc-macro-error-attr2 v2.0.0
25872026-03-18T01:26:14.623Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25882026-03-18T01:26:14.934Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25892026-03-18T01:26:14.994Z Compiling proc-macro-error2 v2.0.1
25902026-03-18T01:26:15.417Z Checking papergrid v0.17.0
25912026-03-18T01:26:15.462Z Compiling tabled_derive v0.11.0
25922026-03-18T01:26:15.466Z Checking libscf-sys v1.1.0
25932026-03-18T01:26:15.716Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25942026-03-18T01:26:15.875Z Checking testing_table v0.3.0
25952026-03-18T01:26:16.034Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25962026-03-18T01:26:16.078Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25972026-03-18T01:26:16.391Z Checking maplit v1.0.2
25982026-03-18T01:26:16.580Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25992026-03-18T01:26:16.640Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26002026-03-18T01:26:17.011Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26012026-03-18T01:26:17.120Z Checking tabled v0.20.0
26022026-03-18T01:26:17.165Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26032026-03-18T01:26:17.169Z Checking crc8 v0.1.1
26042026-03-18T01:26:17.259Z Checking fxhash v0.2.1
26052026-03-18T01:26:17.369Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26062026-03-18T01:26:17.452Z Checking unicase v2.9.0
26072026-03-18T01:26:17.700Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26082026-03-18T01:26:17.808Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26092026-03-18T01:26:18.308Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26102026-03-18T01:26:18.354Z Checking kstat-rs v0.2.4
26112026-03-18T01:26:18.440Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26122026-03-18T01:26:18.489Z Compiling parking_lot_core v0.8.6
26132026-03-18T01:26:18.631Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26142026-03-18T01:26:18.843Z Compiling diesel_derives v2.3.7
26152026-03-18T01:26:18.935Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26162026-03-18T01:26:19.066Z Compiling git-stub v1.0.0
26172026-03-18T01:26:19.175Z Checking scheduled-thread-pool v0.2.7
26182026-03-18T01:26:19.299Z Compiling dsl_auto_type v0.2.0
26192026-03-18T01:26:19.398Z Compiling vergen-gitcl v1.0.8
26202026-03-18T01:26:19.444Z Compiling diesel_table_macro_syntax v0.3.0
26212026-03-18T01:26:19.738Z Checking r2d2 v0.8.10
26222026-03-18T01:26:19.784Z Compiling git-stub-vcs v0.1.0
26232026-03-18T01:26:19.941Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26242026-03-18T01:26:19.988Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26252026-03-18T01:26:20.034Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-03-18T01:26:20.083Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26272026-03-18T01:26:20.131Z Checking downcast-rs v2.0.2
26282026-03-18T01:26:20.286Z Checking parking_lot v0.11.2
26292026-03-18T01:26:20.332Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26302026-03-18T01:26:20.460Z Checking prefix-trie v0.7.0
26312026-03-18T01:26:20.565Z Checking nanorand v0.7.0
26322026-03-18T01:26:20.634Z Checking progenitor v0.10.0
26332026-03-18T01:26:20.849Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26342026-03-18T01:26:20.894Z Compiling dirs-sys-next v0.1.2
26352026-03-18T01:26:20.948Z Compiling crunchy v0.2.4
26362026-03-18T01:26:20.998Z Checking hickory-server v0.25.2
26372026-03-18T01:26:21.116Z Checking flume v0.11.1
26382026-03-18T01:26:21.235Z Compiling dirs-next v2.0.0
26392026-03-18T01:26:21.307Z Checking sled v0.34.7
26402026-03-18T01:26:21.418Z Compiling clang-sys v1.8.1
26412026-03-18T01:26:21.463Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-03-18T01:26:21.508Z Checking hickory-client v0.25.2
26432026-03-18T01:26:21.738Z Compiling tiny-keccak v2.0.2
26442026-03-18T01:26:22.052Z Compiling term v0.7.0
26452026-03-18T01:26:22.139Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-03-18T01:26:22.202Z Compiling salty v0.3.0
26472026-03-18T01:26:22.381Z Compiling bit-vec v0.6.3
26482026-03-18T01:26:22.599Z Compiling ascii-canvas v3.0.0
26492026-03-18T01:26:22.696Z Compiling bit-set v0.5.3
26502026-03-18T01:26:22.874Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26512026-03-18T01:26:22.967Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26522026-03-18T01:26:22.970Z Checking primeorder v0.13.6
26532026-03-18T01:26:23.309Z Compiling itertools v0.10.5
26542026-03-18T01:26:23.353Z Compiling ena v0.14.4
26552026-03-18T01:26:23.545Z Compiling libloading v0.8.9
26562026-03-18T01:26:23.668Z Compiling diff v0.1.13
26572026-03-18T01:26:23.857Z Compiling regex-syntax v0.6.29
26582026-03-18T01:26:24.052Z Compiling bindgen v0.71.1
26592026-03-18T01:26:24.760Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26602026-03-18T01:26:24.806Z Compiling cexpr v0.6.0
26612026-03-18T01:26:25.094Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26622026-03-18T01:26:25.762Z Compiling lalrpop v0.19.12
26632026-03-18T01:26:25.965Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26642026-03-18T01:26:26.437Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-03-18T01:26:26.686Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26662026-03-18T01:26:26.864Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-03-18T01:26:27.139Z Compiling libxml v0.3.3
26682026-03-18T01:26:27.457Z Compiling fs-err v2.11.0
26692026-03-18T01:26:27.642Z Checking diesel v2.3.7
26702026-03-18T01:26:27.795Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26712026-03-18T01:26:27.900Z Checking p384 v0.13.1
26722026-03-18T01:26:28.208Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26732026-03-18T01:26:28.494Z Compiling strum_macros v0.24.3
26742026-03-18T01:26:29.596Z Compiling indoc v1.0.9
26752026-03-18T01:26:30.478Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26762026-03-18T01:26:30.987Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26772026-03-18T01:26:31.206Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-03-18T01:26:31.432Z Checking quick-xml v0.37.5
26792026-03-18T01:26:31.480Z Checking derive_builder v0.20.2
26802026-03-18T01:26:31.661Z Compiling oso-derive v0.27.3
26812026-03-18T01:26:31.718Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26822026-03-18T01:26:32.048Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26832026-03-18T01:26:32.265Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26842026-03-18T01:26:32.331Z Compiling impl-trait-for-tuples v0.2.3
26852026-03-18T01:26:32.701Z Compiling trait-variant v0.1.2
26862026-03-18T01:26:33.458Z Checking openssl-probe v0.1.6
26872026-03-18T01:26:33.642Z Checking parse-size v1.1.0
26882026-03-18T01:26:33.844Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26892026-03-18T01:26:34.173Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26902026-03-18T01:26:34.461Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26912026-03-18T01:26:34.547Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
26922026-03-18T01:26:34.895Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26932026-03-18T01:26:35.045Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-18T01:26:35.508Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-18T01:26:35.753Z Compiling progenitor-impl v0.11.2
26962026-03-18T01:26:35.912Z Checking assert_matches v1.5.0
26972026-03-18T01:26:36.148Z Compiling mime_guess v2.0.5
26982026-03-18T01:26:36.565Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-18T01:26:36.896Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27002026-03-18T01:26:36.969Z Checking predicates-tree v1.0.13
27012026-03-18T01:26:37.150Z Checking progenitor-client v0.11.2
27022026-03-18T01:26:37.304Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27032026-03-18T01:26:37.494Z Checking http-range v0.1.5
27042026-03-18T01:26:37.632Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27052026-03-18T01:26:37.737Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27062026-03-18T01:26:38.354Z Checking atty v0.2.14
27072026-03-18T01:26:39.257Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27082026-03-18T01:26:39.546Z Compiling progenitor-macro v0.11.2
27092026-03-18T01:26:39.787Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27102026-03-18T01:26:40.418Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-18T01:26:41.171Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27122026-03-18T01:26:41.236Z Checking bb8 v0.8.6
27132026-03-18T01:26:41.454Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27142026-03-18T01:26:41.635Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27152026-03-18T01:26:41.752Z Checking corncobs v0.1.4
27162026-03-18T01:26:41.839Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27172026-03-18T01:26:41.982Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27182026-03-18T01:26:42.355Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27192026-03-18T01:26:42.821Z Checking hyper-staticfile v0.10.1
27202026-03-18T01:26:42.865Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27212026-03-18T01:26:43.100Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27222026-03-18T01:26:43.229Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27232026-03-18T01:26:43.276Z Checking ignore v0.4.25
27242026-03-18T01:26:43.507Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27252026-03-18T01:26:43.872Z Checking signal-hook-tokio v0.3.1
27262026-03-18T01:26:44.072Z Checking secrecy v0.8.0
27272026-03-18T01:26:44.232Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27282026-03-18T01:26:44.578Z Checking globwalk v0.9.1
27292026-03-18T01:26:44.918Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27302026-03-18T01:26:45.071Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27312026-03-18T01:26:45.569Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27322026-03-18T01:26:45.664Z Checking nonempty v0.12.0
27332026-03-18T01:26:45.710Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-03-18T01:26:45.977Z Checking camino-tempfile-ext v0.3.3
27352026-03-18T01:26:46.159Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27362026-03-18T01:26:46.264Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27372026-03-18T01:26:46.310Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27382026-03-18T01:26:46.548Z Checking progenitor v0.11.2
27392026-03-18T01:26:46.767Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-18T01:26:46.822Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-18T01:26:47.305Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-18T01:26:47.429Z Checking async-bb8-diesel v0.2.1
27432026-03-18T01:26:47.765Z Checking diesel-dtrace v0.5.0
27442026-03-18T01:26:47.922Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27452026-03-18T01:26:48.112Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27462026-03-18T01:26:48.383Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27472026-03-18T01:26:48.920Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27482026-03-18T01:26:49.156Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-18T01:26:49.280Z Checking tungstenite v0.23.0
27502026-03-18T01:26:49.750Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-18T01:26:49.799Z Checking void v1.0.2
27522026-03-18T01:26:49.897Z Checking tokio-tungstenite v0.23.1
27532026-03-18T01:26:49.970Z Checking lzss v0.8.2
27542026-03-18T01:26:50.218Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27552026-03-18T01:26:50.262Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27562026-03-18T01:26:50.268Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-18T01:26:50.510Z Checking nix v0.27.1
27582026-03-18T01:26:51.141Z Checking serde_bytes v0.11.19
27592026-03-18T01:26:51.284Z Checking rand_seeder v0.4.0
27602026-03-18T01:26:51.414Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-18T01:26:51.513Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-18T01:26:51.904Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27632026-03-18T01:26:52.026Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-03-18T01:26:52.158Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27652026-03-18T01:26:52.760Z Checking is_ci v1.2.0
27662026-03-18T01:26:52.925Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27672026-03-18T01:26:53.217Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-18T01:26:53.274Z Checking yansi v1.0.1
27692026-03-18T01:26:53.307Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27702026-03-18T01:26:53.354Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-18T01:26:53.623Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27722026-03-18T01:26:53.668Z Checking pretty_assertions v1.4.1
27732026-03-18T01:26:53.880Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27742026-03-18T01:26:53.993Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27752026-03-18T01:26:54.319Z Compiling darling_core v0.23.0
27762026-03-18T01:26:55.823Z Compiling indoc v2.0.7
27772026-03-18T01:26:55.923Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782026-03-18T01:26:56.007Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27792026-03-18T01:26:56.162Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27802026-03-18T01:26:56.210Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-18T01:26:56.463Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-18T01:26:56.743Z Compiling instability v0.3.11
27832026-03-18T01:26:57.153Z Compiling libz-sys v1.1.24
27842026-03-18T01:26:57.215Z Checking castaway v0.2.4
27852026-03-18T01:26:57.295Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27862026-03-18T01:26:57.397Z Checking compact_str v0.8.1
27872026-03-18T01:26:57.944Z Checking supports-color v3.0.2
27882026-03-18T01:26:57.988Z Compiling darling_macro v0.23.0
27892026-03-18T01:26:58.147Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-18T01:26:58.425Z Checking unicode-truncate v1.1.0
27912026-03-18T01:26:58.652Z Compiling darling v0.23.0
27922026-03-18T01:26:58.695Z Checking lru v0.12.5
27932026-03-18T01:26:58.739Z Checking cassowary v0.3.0
27942026-03-18T01:26:59.000Z Compiling libgit2-sys v0.18.3+1.9.2
27952026-03-18T01:26:59.241Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27962026-03-18T01:26:59.613Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27972026-03-18T01:26:59.770Z Checking ratatui v0.29.0
27982026-03-18T01:27:00.864Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-18T01:27:01.154Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-03-18T01:27:01.566Z Compiling vergen-git2 v1.0.7
28012026-03-18T01:27:01.613Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-03-18T01:27:01.657Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-03-18T01:27:01.893Z Checking colored v2.2.0
28042026-03-18T01:27:01.938Z Compiling rustls v0.21.12
28052026-03-18T01:27:01.980Z Checking shell-words v1.1.1
28062026-03-18T01:27:02.174Z Checking plotters-backend v0.3.7
28072026-03-18T01:27:02.365Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-03-18T01:27:02.425Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-03-18T01:27:02.470Z Checking plotters-svg v0.3.7
28102026-03-18T01:27:02.692Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-18T01:27:02.735Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28122026-03-18T01:27:02.966Z Checking sct v0.7.1
28132026-03-18T01:27:03.179Z Checking rustls-webpki v0.101.7
28142026-03-18T01:27:03.318Z Compiling nix v0.29.0
28152026-03-18T01:27:03.627Z Checking hex-literal v0.4.1
28162026-03-18T01:27:03.670Z Checking cast v0.3.0
28172026-03-18T01:27:03.914Z Checking criterion-plot v0.6.0
28182026-03-18T01:27:03.972Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-18T01:27:04.394Z Checking plotters v0.3.7
28202026-03-18T01:27:05.445Z Checking erased-serde v0.4.9
28212026-03-18T01:27:05.577Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28222026-03-18T01:27:06.026Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28232026-03-18T01:27:07.054Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28242026-03-18T01:27:08.020Z Checking tinytemplate v1.2.1
28252026-03-18T01:27:08.337Z Checking ordered-float v2.10.1
28262026-03-18T01:27:08.729Z Checking oorandom v11.1.5
28272026-03-18T01:27:08.908Z Checking anes v0.1.6
28282026-03-18T01:27:09.181Z Checking criterion v0.7.0
28292026-03-18T01:27:09.282Z Checking serde-value v0.7.0
28302026-03-18T01:27:09.594Z Checking serde-untagged v0.1.9
28312026-03-18T01:27:09.890Z Checking tokio-rustls v0.24.1
28322026-03-18T01:27:10.524Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28332026-03-18T01:27:10.823Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28342026-03-18T01:27:11.105Z Checking rustls-pemfile v1.0.4
28352026-03-18T01:27:11.323Z Checking twox-hash v2.1.2
28362026-03-18T01:27:11.589Z Checking unicode-xid v0.2.6
28372026-03-18T01:27:11.765Z Checking cargo-util-schemas v0.8.2
28382026-03-18T01:27:11.873Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-03-18T01:27:12.532Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28402026-03-18T01:27:12.753Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-18T01:27:13.008Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28422026-03-18T01:27:13.241Z Checking fatfs v0.3.6
28432026-03-18T01:27:13.888Z Checking cargo-platform v0.2.0
28442026-03-18T01:27:14.164Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28452026-03-18T01:27:14.528Z Compiling petname v2.0.2
28462026-03-18T01:27:15.202Z Compiling seq-macro v0.3.6
28472026-03-18T01:27:16.118Z Checking cargo_metadata v0.21.0
28482026-03-18T01:27:16.159Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28492026-03-18T01:27:17.167Z Checking concurrent-queue v2.5.0
28502026-03-18T01:27:17.480Z Checking rtoolbox v0.0.3
28512026-03-18T01:27:17.665Z Checking parking v2.2.1
28522026-03-18T01:27:17.711Z Checking futures-timer v3.0.3
28532026-03-18T01:27:17.800Z Checking rpassword v7.4.0
28542026-03-18T01:27:17.851Z Checking event-listener v5.4.1
28552026-03-18T01:27:18.017Z Checking tui-tree-widget v0.23.1
28562026-03-18T01:27:18.176Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28572026-03-18T01:27:18.288Z Checking polyval v0.6.2
28582026-03-18T01:27:18.406Z Checking sapling-renderdag v0.1.0
28592026-03-18T01:27:18.517Z Checking sync-ptr v0.1.4
28602026-03-18T01:27:18.560Z Checking ghash v0.5.1
28612026-03-18T01:27:18.705Z Checking event-listener-strategy v0.5.4
28622026-03-18T01:27:18.750Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28632026-03-18T01:27:18.794Z Checking ctr v0.9.2
28642026-03-18T01:27:18.911Z Checking arrayvec v0.7.6
28652026-03-18T01:27:19.022Z Checking arrayref v0.3.9
28662026-03-18T01:27:19.067Z Checking constant_time_eq v0.4.2
28672026-03-18T01:27:19.154Z Checking aes-gcm v0.10.3
28682026-03-18T01:27:19.261Z Checking async-lock v3.4.2
28692026-03-18T01:27:19.304Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28702026-03-18T01:27:19.376Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-03-18T01:27:19.822Z Checking ssh-encoding v0.2.0
28722026-03-18T01:27:20.110Z Checking blowfish v0.9.1
28732026-03-18T01:27:20.340Z Checking bcrypt-pbkdf v0.10.0
28742026-03-18T01:27:20.576Z Checking ssh-cipher v0.2.0
28752026-03-18T01:27:20.620Z Checking async-object-pool v0.2.0
28762026-03-18T01:27:20.796Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28772026-03-18T01:27:20.840Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28782026-03-18T01:27:20.882Z Compiling samael v0.0.19
28792026-03-18T01:27:21.266Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28802026-03-18T01:27:21.634Z Checking serde_regex v1.1.0
28812026-03-18T01:27:21.873Z Checking password-hash v0.4.2
28822026-03-18T01:27:22.186Z Checking assert-json-diff v2.0.2
28832026-03-18T01:27:22.230Z Checking path-tree v0.8.3
28842026-03-18T01:27:22.436Z Checking gimli v0.32.3
28852026-03-18T01:27:22.513Z Compiling target-lexicon v0.13.3
28862026-03-18T01:27:23.081Z Checking stringmetrics v2.2.2
28872026-03-18T01:27:23.259Z Checking pbkdf2 v0.11.0
28882026-03-18T01:27:23.304Z Checking httpmock v0.8.3
28892026-03-18T01:27:23.509Z Checking ssh-key v0.6.7
28902026-03-18T01:27:24.639Z Checking addr2line v0.25.1
28912026-03-18T01:27:25.023Z Checking p521 v0.13.3
28922026-03-18T01:27:25.866Z Checking p256 v0.13.2
28932026-03-18T01:27:26.241Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28942026-03-18T01:27:26.286Z Checking russh-cryptovec v0.7.3
28952026-03-18T01:27:26.495Z Checking md5 v0.7.0
28962026-03-18T01:27:26.539Z Checking rustc-demangle v0.1.27
28972026-03-18T01:27:26.751Z Compiling guppy-workspace-hack v0.1.0
28982026-03-18T01:27:26.879Z Checking backtrace v0.3.76
28992026-03-18T01:27:27.007Z Checking russh-keys v0.45.0
29002026-03-18T01:27:27.139Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29012026-03-18T01:27:27.310Z Checking num-bigint v0.4.6
29022026-03-18T01:27:27.437Z Checking des v0.8.1
29032026-03-18T01:27:27.869Z Compiling blake3 v1.8.3
29042026-03-18T01:27:27.929Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29052026-03-18T01:27:28.368Z Compiling target-spec v3.5.7
29062026-03-18T01:27:28.501Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-18T01:27:28.734Z Checking russh v0.45.0
29082026-03-18T01:27:29.247Z Checking cfg-expr v0.20.6
29092026-03-18T01:27:29.370Z Checking backtrace-ext v0.2.1
29102026-03-18T01:27:29.540Z Checking supports-color v2.1.0
29112026-03-18T01:27:29.583Z Checking textwrap v0.15.2
29122026-03-18T01:27:29.742Z Checking supports-hyperlinks v2.1.0
29132026-03-18T01:27:29.798Z Checking supports-unicode v2.1.0
29142026-03-18T01:27:29.885Z Checking hashbrown v0.14.5
29152026-03-18T01:27:29.928Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29162026-03-18T01:27:29.976Z Checking cargo-platform v0.3.2
29172026-03-18T01:27:30.223Z Checking terminal_size v0.1.17
29182026-03-18T01:27:30.264Z Checking socket2 v0.5.10
29192026-03-18T01:27:30.388Z Compiling miette-derive v5.10.0
29202026-03-18T01:27:30.563Z Checking owo-colors v3.5.0
29212026-03-18T01:27:30.636Z Checking internet-checksum v0.2.1
29222026-03-18T01:27:30.829Z Checking chumsky v0.9.3
29232026-03-18T01:27:31.290Z Checking cargo_metadata v0.23.1
29242026-03-18T01:27:31.934Z Checking miette v5.10.0
29252026-03-18T01:27:32.340Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-03-18T01:27:32.343Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-03-18T01:27:32.429Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-03-18T01:27:32.635Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29292026-03-18T01:27:32.836Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29302026-03-18T01:27:32.969Z Compiling git2 v0.20.4
29312026-03-18T01:27:33.014Z Checking httptest v0.16.4
29322026-03-18T01:27:33.414Z Checking pathdiff v0.2.3
29332026-03-18T01:27:33.506Z Compiling knuffel-derive v3.2.0
29342026-03-18T01:27:33.531Z Checking nested v0.1.1
29352026-03-18T01:27:33.591Z Checking topological-sort v0.2.2
29362026-03-18T01:27:33.742Z Checking guppy v0.17.25
29372026-03-18T01:27:33.804Z Checking omicron-zone-package v0.12.2
29382026-03-18T01:27:33.961Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29392026-03-18T01:27:34.262Z Checking similar-asserts v1.7.0
29402026-03-18T01:27:34.492Z Compiling rstest_macros v0.25.0
29412026-03-18T01:27:34.883Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29422026-03-18T01:27:34.999Z Compiling target-triple v1.0.0
29432026-03-18T01:27:35.108Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29442026-03-18T01:27:35.200Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29452026-03-18T01:27:35.462Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29462026-03-18T01:27:35.548Z Checking knuffel v3.2.0
29472026-03-18T01:27:35.747Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29482026-03-18T01:27:36.631Z Checking toml_datetime v1.0.0+spec-1.1.0
29492026-03-18T01:27:36.950Z Checking escape8259 v0.5.3
29502026-03-18T01:27:37.157Z Compiling relative-path v1.9.3
29512026-03-18T01:27:37.300Z Compiling assert_cmd v2.1.2
29522026-03-18T01:27:37.521Z Checking libtest-mimic v0.8.1
29532026-03-18T01:27:37.744Z Checking toml v1.0.3+spec-1.1.0
29542026-03-18T01:27:37.858Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29552026-03-18T01:27:38.108Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29562026-03-18T01:27:38.277Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29572026-03-18T01:27:38.610Z Checking blake2b_simd v1.0.4
29582026-03-18T01:27:39.173Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29592026-03-18T01:27:39.218Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29602026-03-18T01:27:39.670Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29612026-03-18T01:27:39.757Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29622026-03-18T01:27:40.048Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29632026-03-18T01:27:40.338Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-18T01:27:40.591Z Checking fancy-regex v0.14.0
29652026-03-18T01:27:40.639Z Compiling polar-core v0.27.3
29662026-03-18T01:27:40.876Z Checking serde_tokenstream v0.2.3
29672026-03-18T01:27:41.171Z Checking uzers v0.12.2
29682026-03-18T01:27:41.249Z Checking termcolor v1.4.1
29692026-03-18T01:27:41.537Z Checking constant_time_eq v0.3.1
29702026-03-18T01:27:41.599Z Compiling linkme-impl v0.3.35
29712026-03-18T01:27:41.722Z Checking rust-argon2 v2.1.0
29722026-03-18T01:27:42.068Z Checking trybuild v1.0.116
29732026-03-18T01:27:42.129Z Checking datatest-stable v0.3.3
29742026-03-18T01:27:43.001Z Checking rstest v0.25.0
29752026-03-18T01:27:43.087Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-18T01:27:43.222Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29772026-03-18T01:27:43.424Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29782026-03-18T01:27:43.581Z Checking support-bundle-viewer v0.1.2
29792026-03-18T01:27:44.016Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29802026-03-18T01:27:44.329Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29812026-03-18T01:27:44.477Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29822026-03-18T01:27:44.605Z Checking drift v0.1.3
29832026-03-18T01:27:44.762Z Checking rand_distr v0.5.1
29842026-03-18T01:27:45.030Z Checking multimap v0.10.1
29852026-03-18T01:27:45.309Z Checking approx v0.5.1
29862026-03-18T01:27:45.399Z Compiling linkme v0.3.35
29872026-03-18T01:27:45.525Z Checking dropshot-api-manager v0.6.0
29882026-03-18T01:27:46.931Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29892026-03-18T01:27:47.167Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29902026-03-18T01:27:47.407Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29912026-03-18T01:27:47.624Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29922026-03-18T01:27:47.747Z Checking oso v0.27.3
29932026-03-18T01:27:47.960Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-18T01:27:48.006Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-18T01:27:48.054Z Checking partial-io v0.5.4
29962026-03-18T01:27:48.202Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29972026-03-18T01:27:48.316Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29982026-03-18T01:27:48.361Z Checking cargo_toml v0.21.0
29992026-03-18T01:27:48.364Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30002026-03-18T01:27:48.629Z Checking termios v0.3.3
30012026-03-18T01:27:48.833Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30022026-03-18T01:27:49.248Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30032026-03-18T01:27:49.296Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30042026-03-18T01:27:49.549Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30052026-03-18T01:27:53.835Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30062026-03-18T01:27:58.762Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30072026-03-18T01:28:01.487Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30082026-03-18T01:28:06.521Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30092026-03-18T01:28:09.012Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-03-18T01:28:14.211Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30112026-03-18T01:28:20.270Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30122026-03-18T01:28:23.421Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30132026-03-18T01:28:23.950Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30142026-03-18T01:28:34.546Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30152026-03-18T01:30:30.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 34s
30162026-03-18T01:30:31.403Z
30172026-03-18T01:30:31.406Zreal 5:38.888833965
30182026-03-18T01:30:31.406Zuser 28:20.181868604
30192026-03-18T01:30:31.406Zsys 5:53.344265675
30202026-03-18T01:30:31.406Ztrap 0.726584453
30212026-03-18T01:30:31.406Ztflt 0.072007361
30222026-03-18T01:30:31.406Zdflt 0.177877898
30232026-03-18T01:30:31.406Zkflt 0.000839605
30242026-03-18T01:30:31.406Zlock 1:19:50.804026986
30252026-03-18T01:30:31.406Zslp 1:16:54.114153663
30262026-03-18T01:30:31.406Zlat 1:57.751629467
30272026-03-18T01:30:31.406Zstop 13:41.915058561
30282026-03-18T01:30:31.407Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30292026-03-18T01:30:31.407Z+ ptime -m cargo doc --workspace --no-deps
30302026-03-18T01:30:32.588Zwarning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30312026-03-18T01:30:32.588Z |
30322026-03-18T01:30:32.588Z = 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)`
30332026-03-18T01:30:32.588Z = 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>
30342026-03-18T01:30:33.916Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30352026-03-18T01:30:34.187Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-03-18T01:30:34.237Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30372026-03-18T01:30:34.320Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-18T01:30:34.413Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30392026-03-18T01:30:34.546Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30402026-03-18T01:30:34.580Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-03-18T01:30:34.617Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-03-18T01:30:34.653Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-18T01:30:34.685Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30442026-03-18T01:30:34.712Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30452026-03-18T01:30:34.838Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30462026-03-18T01:30:34.938Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30472026-03-18T01:30:34.942Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30482026-03-18T01:30:34.996Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30492026-03-18T01:30:35.111Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30502026-03-18T01:30:35.143Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30512026-03-18T01:30:35.198Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30522026-03-18T01:30:35.230Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30532026-03-18T01:30:35.261Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30542026-03-18T01:30:35.325Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30552026-03-18T01:30:35.686Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30562026-03-18T01:30:36.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30572026-03-18T01:30:36.190Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30582026-03-18T01:30:36.228Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30592026-03-18T01:30:36.268Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30602026-03-18T01:30:36.371Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30612026-03-18T01:30:36.413Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30622026-03-18T01:30:36.505Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30632026-03-18T01:30:36.692Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-18T01:30:36.721Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-18T01:30:36.792Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-18T01:30:36.951Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-18T01:30:37.136Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30682026-03-18T01:30:37.167Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30692026-03-18T01:30:37.372Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30702026-03-18T01:30:37.402Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30712026-03-18T01:30:37.444Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30722026-03-18T01:30:37.710Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30732026-03-18T01:30:37.782Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-18T01:30:37.914Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-18T01:30:38.081Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-18T01:30:38.266Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30772026-03-18T01:30:38.504Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30782026-03-18T01:30:38.588Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-18T01:30:38.619Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-18T01:30:38.718Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-18T01:30:38.799Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-18T01:30:38.999Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-18T01:30:39.040Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-18T01:30:39.113Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30852026-03-18T01:30:39.207Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30862026-03-18T01:30:39.285Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30872026-03-18T01:30:39.321Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30882026-03-18T01:30:39.362Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30892026-03-18T01:30:39.597Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30902026-03-18T01:30:39.625Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30912026-03-18T01:30:39.655Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-18T01:30:39.721Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-18T01:30:39.915Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30942026-03-18T01:30:39.943Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30952026-03-18T01:30:39.970Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-18T01:30:40.162Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-18T01:30:40.257Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-18T01:30:40.285Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
30992026-03-18T01:30:40.314Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31002026-03-18T01:30:40.501Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31012026-03-18T01:30:40.532Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31022026-03-18T01:30:40.716Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-18T01:30:40.748Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31042026-03-18T01:30:40.834Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31052026-03-18T01:30:40.873Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31062026-03-18T01:30:41.075Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31072026-03-18T01:30:41.541Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31082026-03-18T01:30:41.613Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31092026-03-18T01:30:41.691Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-18T01:30:42.464Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31112026-03-18T01:30:43.057Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31122026-03-18T01:30:43.120Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31132026-03-18T01:30:43.407Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31142026-03-18T01:30:43.457Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31152026-03-18T01:30:43.542Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31162026-03-18T01:30:43.647Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31172026-03-18T01:30:43.885Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31182026-03-18T01:30:44.252Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31192026-03-18T01:30:44.656Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31202026-03-18T01:30:44.687Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31212026-03-18T01:30:44.977Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31222026-03-18T01:30:45.008Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31232026-03-18T01:30:45.038Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31242026-03-18T01:30:45.591Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-18T01:30:45.946Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31262026-03-18T01:30:46.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31272026-03-18T01:30:46.329Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-18T01:30:46.526Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31292026-03-18T01:30:46.970Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-18T01:30:47.410Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-18T01:30:47.512Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31322026-03-18T01:30:48.325Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31332026-03-18T01:30:48.653Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-18T01:30:48.706Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31352026-03-18T01:30:49.432Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31362026-03-18T01:30:49.851Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31372026-03-18T01:30:50.289Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31382026-03-18T01:30:50.354Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31392026-03-18T01:30:50.511Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31402026-03-18T01:30:50.608Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31412026-03-18T01:30:50.672Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31422026-03-18T01:30:50.766Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31432026-03-18T01:30:51.051Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31442026-03-18T01:30:51.142Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31452026-03-18T01:30:51.263Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31462026-03-18T01:30:51.314Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-18T01:30:51.480Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-18T01:30:51.701Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-18T01:30:52.250Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31502026-03-18T01:30:52.407Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31512026-03-18T01:30:53.335Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31522026-03-18T01:30:53.631Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31532026-03-18T01:30:54.265Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31542026-03-18T01:30:54.660Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31552026-03-18T01:30:54.741Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-18T01:30:55.087Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31572026-03-18T01:30:55.195Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31582026-03-18T01:30:55.198Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31592026-03-18T01:30:55.789Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31602026-03-18T01:30:56.194Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31612026-03-18T01:30:56.228Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31622026-03-18T01:30:56.319Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31632026-03-18T01:30:56.680Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31642026-03-18T01:30:58.016Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31652026-03-18T01:30:58.148Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-18T01:30:58.443Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31672026-03-18T01:30:58.867Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31682026-03-18T01:30:59.475Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31692026-03-18T01:30:59.517Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31702026-03-18T01:31:01.004Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31712026-03-18T01:31:01.444Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31722026-03-18T01:31:01.999Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31732026-03-18T01:31:02.241Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31742026-03-18T01:31:02.568Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31752026-03-18T01:31:02.943Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31762026-03-18T01:31:03.597Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31772026-03-18T01:31:05.487Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31782026-03-18T01:31:06.037Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31792026-03-18T01:31:07.734Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31802026-03-18T01:31:07.764Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31812026-03-18T01:31:07.812Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31822026-03-18T01:31:08.236Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-18T01:31:08.313Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31842026-03-18T01:31:08.594Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31852026-03-18T01:31:08.901Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31862026-03-18T01:31:12.383Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31872026-03-18T01:31:12.591Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31882026-03-18T01:31:13.104Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31892026-03-18T01:31:13.580Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31902026-03-18T01:31:15.161Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31912026-03-18T01:31:15.838Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31922026-03-18T01:31:16.306Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31932026-03-18T01:31:16.677Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
31942026-03-18T01:31:17.316Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31952026-03-18T01:31:18.273Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
31962026-03-18T01:31:18.436Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31972026-03-18T01:31:18.549Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
31982026-03-18T01:31:18.845Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
31992026-03-18T01:31:19.299Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32002026-03-18T01:31:19.431Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32012026-03-18T01:31:19.546Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32022026-03-18T01:31:19.576Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32032026-03-18T01:31:20.087Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32042026-03-18T01:31:20.377Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32052026-03-18T01:31:20.460Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32062026-03-18T01:31:21.324Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32072026-03-18T01:31:21.355Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32082026-03-18T01:31:21.857Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32092026-03-18T01:31:22.071Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32102026-03-18T01:31:22.198Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32112026-03-18T01:31:22.949Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32122026-03-18T01:31:23.595Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32132026-03-18T01:31:25.157Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32142026-03-18T01:31:26.791Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32152026-03-18T01:31:26.840Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162026-03-18T01:31:31.204Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32172026-03-18T01:31:32.189Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32182026-03-18T01:31:32.858Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32192026-03-18T01:31:33.963Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32202026-03-18T01:31:34.824Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32212026-03-18T01:31:37.148Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32222026-03-18T01:31:39.379Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32232026-03-18T01:31:39.916Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32242026-03-18T01:31:40.531Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32252026-03-18T01:31:41.447Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32262026-03-18T01:31:44.804Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32272026-03-18T01:31:45.144Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32282026-03-18T01:31:46.097Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32292026-03-18T01:31:46.816Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32302026-03-18T01:31:47.823Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32312026-03-18T01:31:47.938Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32322026-03-18T01:31:48.913Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32332026-03-18T01:31:51.549Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32342026-03-18T01:31:52.450Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32352026-03-18T01:31:56.908Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362026-03-18T01:31:57.904Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32372026-03-18T01:32:00.393Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32382026-03-18T01:32:01.121Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32392026-03-18T01:32:02.158Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32402026-03-18T01:32:03.202Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32412026-03-18T01:32:04.471Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32422026-03-18T01:32:05.465Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32432026-03-18T01:32:06.308Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32442026-03-18T01:32:06.564Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32452026-03-18T01:32:07.663Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32462026-03-18T01:32:08.863Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32472026-03-18T01:32:12.696Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482026-03-18T01:32:15.065Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32492026-03-18T01:32:15.757Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32502026-03-18T01:32:17.165Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32512026-03-18T01:32:18.063Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32522026-03-18T01:32:19.773Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32532026-03-18T01:32:20.543Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32542026-03-18T01:32:21.901Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32552026-03-18T01:32:25.466Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32562026-03-18T01:32:26.166Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32572026-03-18T01:32:27.153Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32582026-03-18T01:32:28.777Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32592026-03-18T01:32:30.536Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32602026-03-18T01:32:32.203Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32612026-03-18T01:32:35.354Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32622026-03-18T01:32:36.180Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32632026-03-18T01:32:38.538Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32642026-03-18T01:32:40.488Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32652026-03-18T01:32:42.414Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32662026-03-18T01:32:45.423Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32672026-03-18T01:32:47.266Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32682026-03-18T01:32:49.451Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32692026-03-18T01:32:52.021Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32702026-03-18T01:32:56.624Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32712026-03-18T01:32:58.828Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32722026-03-18T01:32:58.970Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32732026-03-18T01:33:01.409Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32742026-03-18T01:33:03.905Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32752026-03-18T01:33:06.277Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32762026-03-18T01:33:08.954Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772026-03-18T01:33:11.720Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32782026-03-18T01:33:14.173Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32792026-03-18T01:33:16.995Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32802026-03-18T01:33:19.087Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-03-18T01:33:21.546Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32822026-03-18T01:33:23.973Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-03-18T01:33:26.375Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-03-18T01:33:28.819Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32852026-03-18T01:33:30.887Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-18T01:33:33.768Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32872026-03-18T01:33:35.891Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32882026-03-18T01:33:38.415Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32892026-03-18T01:33:40.878Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32902026-03-18T01:33:43.452Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32912026-03-18T01:33:46.000Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32922026-03-18T01:33:48.939Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32932026-03-18T01:33:51.251Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-03-18T01:33:56.435Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32952026-03-18T01:33:58.996Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32962026-03-18T01:34:01.670Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32972026-03-18T01:34:04.346Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32982026-03-18T01:34:06.988Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32992026-03-18T01:34:09.518Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33002026-03-18T01:34:14.209Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33012026-03-18T01:34:15.498Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33022026-03-18T01:34:17.851Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33032026-03-18T01:34:21.123Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33042026-03-18T01:34:23.991Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33052026-03-18T01:34:26.986Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33062026-03-18T01:34:29.690Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33072026-03-18T01:34:32.559Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33082026-03-18T01:34:35.468Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33092026-03-18T01:34:38.364Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33102026-03-18T01:34:41.455Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33112026-03-18T01:34:44.495Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-03-18T01:34:46.949Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33132026-03-18T01:34:49.607Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33142026-03-18T01:34:52.546Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33152026-03-18T01:34:55.703Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-03-18T01:34:58.564Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33172026-03-18T01:35:01.453Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33182026-03-18T01:35:04.623Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33192026-03-18T01:35:07.606Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33202026-03-18T01:35:10.584Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-03-18T01:35:13.597Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33222026-03-18T01:35:16.614Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33232026-03-18T01:35:19.665Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33242026-03-18T01:35:22.717Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33252026-03-18T01:35:25.670Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33262026-03-18T01:35:28.669Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33272026-03-18T01:35:31.748Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33282026-03-18T01:35:35.029Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33292026-03-18T01:35:38.048Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33302026-03-18T01:35:41.178Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33312026-03-18T01:35:44.174Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33322026-03-18T01:35:47.335Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33332026-03-18T01:35:50.494Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33342026-03-18T01:35:53.727Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33352026-03-18T01:35:57.371Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33362026-03-18T01:36:00.189Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33372026-03-18T01:36:03.434Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33382026-03-18T01:36:06.525Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33392026-03-18T01:36:15.877Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33402026-03-18T01:36:15.929Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33412026-03-18T01:36:20.018Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33422026-03-18T01:36:24.117Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33432026-03-18T01:36:30.090Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33442026-03-18T01:36:33.489Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33452026-03-18T01:36:37.978Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33462026-03-18T01:36:42.631Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33472026-03-18T01:36:47.112Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33482026-03-18T01:36:51.800Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33492026-03-18T01:36:56.380Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33502026-03-18T01:37:00.842Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-18T01:37:05.428Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33522026-03-18T01:37:09.921Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33532026-03-18T01:37:14.544Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33542026-03-18T01:37:19.261Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33552026-03-18T01:37:23.740Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-18T01:37:28.360Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33572026-03-18T01:37:32.914Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33582026-03-18T01:37:37.720Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33592026-03-18T01:37:42.121Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33602026-03-18T01:37:46.676Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33612026-03-18T01:37:51.300Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
33622026-03-18T01:37:55.890Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33632026-03-18T01:38:32.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 01s
33642026-03-18T01:38:32.951Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33652026-03-18T01:38:33.072Z
33662026-03-18T01:38:33.072Zreal 8:01.521880219
33672026-03-18T01:38:33.079Zuser 23:34.567004040
33682026-03-18T01:38:33.079Zsys 4:26.792623080
33692026-03-18T01:38:33.079Ztrap 0.417517724
33702026-03-18T01:38:33.079Ztflt 0.055673647
33712026-03-18T01:38:33.079Zdflt 0.012832070
33722026-03-18T01:38:33.080Zkflt 0.000039264
33732026-03-18T01:38:33.080Zlock 7:13:56.826412947
33742026-03-18T01:38:33.080Zslp 2:39:45.243809753
33752026-03-18T01:38:33.080Zlat 36.750973710
33762026-03-18T01:38:33.080Zstop 1:57.032725653
33772026-03-18T01:38:33.080Zprocess exited: duration 1055933 ms, exit code 0
 
33782026-03-18T01:38:33.093Zfound 0 output files