01KKM1Z8W3192NJBFCVB9SFZD2: clippy (helios)

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

Buildomat Job: 01KKM2055V9MP86MZ7XFNRCCMK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T16:57:15.808Zjob assigned to worker 01KKM207C1QS6ZHD5BNQG0XMNB [factory aws, i-08ae67bfe189e94a5] (queued for 1 m 33 s)
 
22026-03-13T16:57:23.265Zstarting task 0: "setup"
32026-03-13T16:57:23.270Z++ uname -s
42026-03-13T16:57:23.273Z+ kern=SunOS
52026-03-13T16:57:23.273Z+ build_user=build
62026-03-13T16:57:23.273Z+ build_uid=12345
72026-03-13T16:57:23.273Z+ work_dir=/work
82026-03-13T16:57:23.273Z+ input_dir=/input
92026-03-13T16:57:23.273Z+ [[ 0 == 12345 ]]
102026-03-13T16:57:23.273Z+ case "$kern" in
112026-03-13T16:57:23.273Z+ groupadd -g 12345 build
122026-03-13T16:57:23.277Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T16:57:25.282Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T16:57:25.395Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T16:57:25.397Z+ home_fs=zfs
162026-03-13T16:57:25.397Z+ [[ zfs == autofs ]]
172026-03-13T16:57:25.397Z+ mkdir -p /home/build
182026-03-13T16:57:25.400Z+ chown build:build /home/build /work
192026-03-13T16:57:27.401Z+ chmod 0700 /home/build /work
202026-03-13T16:57:27.404Zprocess exited: duration 4138 ms, exit code 0
 
212026-03-13T16:57:27.410Zstarting task 1: "rust-toolchain"
222026-03-13T16:57:27.415Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-13T16:57:27.415Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-13T16:57:27.415Z * rust toolchain channel = "1.91.1"
252026-03-13T16:57:27.415Z * rust toolchain profile = "default"
262026-03-13T16:57:27.415Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T16:57:27.415Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T16:57:27.418Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T16:57:27.418Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-13T16:57:27.550Zinfo: downloading installer
312026-03-13T16:57:29.223Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T16:57:29.223Zwarn: /opt/ooce/bin
332026-03-13T16:57:29.223Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T16:57:29.223Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T16:57:29.223Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T16:57:29.223Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T16:57:29.223Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T16:57:29.223Zerror: cannot install while Rust is installed
392026-03-13T16:57:29.223Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T16:57:29.223Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T16:57:29.224Zwarn: /home/build/.rustup/settings.toml
422026-03-13T16:57:29.224Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T16:57:29.224Zwarn: instead of the one inferred from the default host triple.
442026-03-13T16:57:29.236Zinfo: profile set to default
452026-03-13T16:57:29.236Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T16:57:29.238Zinfo: syncing channel updates for 1.91.1-x86_64-unknown-illumos
472026-03-13T16:57:29.428Zinfo: latest update on 2025-11-10 for version 1.91.1 (ed61e7d7e 2025-11-07)
482026-03-13T16:57:29.432Zinfo: downloading 6 components
492026-03-13T16:57:44.709Zinfo: default toolchain set to 1.91.1-x86_64-unknown-illumos
502026-03-13T16:57:44.709Z
512026-03-13T16:57:44.743Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
522026-03-13T16:57:44.743Z
532026-03-13T16:57:44.747Z
542026-03-13T16:57:44.747ZRust is installed now. Great!
552026-03-13T16:57:44.747Z
562026-03-13T16:57:44.747ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T16:57:44.747Zenvironment variable. This has not been done automatically.
582026-03-13T16:57:44.747Z
592026-03-13T16:57:44.747ZTo configure your current shell, you need to source
602026-03-13T16:57:44.747Zthe corresponding env file under $HOME/.cargo.
612026-03-13T16:57:44.747Z
622026-03-13T16:57:44.747ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T16:57:44.747Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T16:57:44.747Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T16:57:44.747Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T16:57:44.747Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T16:57:44.747Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T16:57:44.747Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T16:57:44.747Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T16:57:44.747Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T16:57:44.848Z+ rustup --version
722026-03-13T16:57:44.858Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T16:57:44.861Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T16:57:44.887Zinfo: the currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
752026-03-13T16:57:44.890Z+ cargo --version
762026-03-13T16:57:44.908Zcargo 1.91.1 (ea2d97820 2025-10-10)
772026-03-13T16:57:44.911Z+ rustc --version
782026-03-13T16:57:44.936Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
792026-03-13T16:57:44.940Zprocess exited: duration 17525 ms, exit code 0
 
802026-03-13T16:57:44.945Zstarting task 2: "authentication"
812026-03-13T16:57:44.966Zprocess exited: duration 21 ms, exit code 0
 
822026-03-13T16:57:44.974Zstarting task 3: "clone repository"
832026-03-13T16:57:44.978Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-13T16:57:44.983Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-13T16:57:45.016ZCloning into '/work/oxidecomputer/omicron'...
862026-03-13T16:57:54.802Z+ cd /work/oxidecomputer/omicron
872026-03-13T16:57:54.804Z+ git fetch origin 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
882026-03-13T16:57:55.207ZFrom https://github.com/oxidecomputer/omicron
892026-03-13T16:57:55.207Z * branch 3b8774e0502c2e97c9ece1021cbddd9e13092e5f -> FETCH_HEAD
902026-03-13T16:57:55.218Z+ [[ -n mergeconflict/bump-diesel ]]
912026-03-13T16:57:55.220Z++ git branch --show-current
922026-03-13T16:57:55.223Z+ current=main
932026-03-13T16:57:55.223Z+ [[ main != mergeconflict/bump-diesel ]]
942026-03-13T16:57:55.223Z+ git branch -f mergeconflict/bump-diesel 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
952026-03-13T16:57:55.228Z+ git checkout -f mergeconflict/bump-diesel
962026-03-13T16:57:55.543ZSwitched to branch 'mergeconflict/bump-diesel'
972026-03-13T16:57:55.546Z+ git reset --hard 3b8774e0502c2e97c9ece1021cbddd9e13092e5f
982026-03-13T16:57:55.564ZHEAD is now at 3b8774e05 Bump diesel to 2.3.7 and diesel-dtrace to 0.5.0.
992026-03-13T16:57:55.568Zprocess exited: duration 10588 ms, exit code 0
 
1002026-03-13T16:57:55.573Zstarting task 4: "build"
1012026-03-13T16:57:55.577Z+ source ./env.sh
1022026-03-13T16:57:55.581Z++ OLD_SHELL_OPTS=ehxB
1032026-03-13T16:57:55.581Z++ set -o xtrace
1042026-03-13T16:57:55.581Z++++ dirname ./env.sh
1052026-03-13T16:57:55.585Z+++ readlink -f .
1062026-03-13T16:57:55.586Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-03-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ 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-13T16:57:55.586Z++ case $OLD_SHELL_OPTS in
1162026-03-13T16:57:55.586Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-03-13T16:57:55.586Z+ source .github/buildomat/ci-env.sh
1182026-03-13T16:57:55.586Z++ export CARGO_TERM_COLOR=always
1192026-03-13T16:57:55.586Z++ CARGO_TERM_COLOR=always
1202026-03-13T16:57:55.586Z+ cargo --version
1212026-03-13T16:57:55.596Zcargo 1.91.1 (ea2d97820 2025-10-10)
1222026-03-13T16:57:55.601Z+ rustc --version
1232026-03-13T16:57:55.626Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1242026-03-13T16:57:55.632Z+ banner prerequisites
1252026-03-13T16:57:55.632Z
1262026-03-13T16:57:55.632Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-03-13T16:57:55.633Z # # # # # # # # # # # # # # #
1282026-03-13T16:57:55.633Z # # # # ##### # # ##### # # # # # #### #
1292026-03-13T16:57:55.633Z ##### ##### # ##### # # # # # # # # #
1302026-03-13T16:57:55.633Z # # # # # # # # # # # # # # #
1312026-03-13T16:57:55.633Z # # # ###### # # ###### ### # #### # #### #
1322026-03-13T16:57:55.633Z
1332026-03-13T16:57:55.633Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-03-13T16:58:05.550Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-03-13T16:58:15.113Z Startup: Caching catalogs ... Done
1362026-03-13T16:58:37.576ZPlanning: Solver setup ... Done (20.852s)
1372026-03-13T16:58:37.724ZPlanning: Running solver ... Done (0.152s)
1382026-03-13T16:58:37.910ZPlanning: Finding local manifests ... Done (0.003s)
1392026-03-13T16:58:37.935ZPlanning: Fetching manifests: 0/4 0% complete
1402026-03-13T16:58:39.178ZPlanning: Fetching manifests: 4/4 100% complete
1412026-03-13T16:58:39.218ZPlanning: Package planning ... Done (0.043s)
1422026-03-13T16:58:39.256ZPlanning: Merging actions ... Done (0.039s)
1432026-03-13T16:58:39.496ZPlanning: Checking for conflicting actions ... Done (0.240s)
1442026-03-13T16:58:39.506ZPlanning: Consolidating action changes ... Done (0.010s)
1452026-03-13T16:58:40.388ZPlanning: Evaluating mediators ... Done (0.880s)
1462026-03-13T16:58:40.398ZPlanning: Planning completed in 25.15 seconds
1472026-03-13T16:58:40.409Z Packages to install: 4
1482026-03-13T16:58:40.415Z Mediators to change: 2
1492026-03-13T16:58:40.415Z Services to change: 1
1502026-03-13T16:58:40.415Z Estimated space available: 155.43 GB
1512026-03-13T16:58:40.415ZEstimated space to be consumed: 1.83 GB
1522026-03-13T16:58:40.415Z Create boot environment: No
1532026-03-13T16:58:40.415ZCreate backup boot environment: No
1542026-03-13T16:58:40.415Z Rebuild boot archive: No
1552026-03-13T16:58:40.416Z
1562026-03-13T16:58:40.416ZChanged mediators:
1572026-03-13T16:58:40.416Z mediator clang:
1582026-03-13T16:58:40.416Z version: None -> 15 (system default)
1592026-03-13T16:58:40.416Z
1602026-03-13T16:58:40.416Z mediator llvm:
1612026-03-13T16:58:40.416Z version: 14 (system default) -> 15 (system default)
1622026-03-13T16:58:40.416Z
1632026-03-13T16:58:40.416ZChanged packages:
1642026-03-13T16:58:40.416Zhelios-dev
1652026-03-13T16:58:40.416Z developer/build-essential
1662026-03-13T16:58:40.416Z None -> 11-2.0
1672026-03-13T16:58:40.416Z library/libxmlsec1
1682026-03-13T16:58:40.417Z None -> 1.2.35-2.0
1692026-03-13T16:58:40.417Z ooce/developer/clang-15
1702026-03-13T16:58:40.417Z None -> 15.0.7-2.0
1712026-03-13T16:58:40.417Z ooce/developer/llvm-15
1722026-03-13T16:58:40.417Z None -> 15.0.7-2.0
1732026-03-13T16:58:40.417Z
1742026-03-13T16:58:40.417ZServices:
1752026-03-13T16:58:40.417Z restart_fmri:
1762026-03-13T16:58:40.417Z svc:/system/update-man-index:default
1772026-03-13T16:58:40.459Z
1782026-03-13T16:58:40.459ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1792026-03-13T16:58:47.617ZDownload: 210/3290 items 1.3/212.6MB 0% complete (2.2M/s)
1802026-03-13T16:58:52.622ZDownload: 2044/3290 items 118.7/212.6MB 55% complete (14.0M/s)
1812026-03-13T16:58:57.621ZDownload: 3136/3290 items 157.3/212.6MB 73% complete (15.5M/s)
1822026-03-13T16:59:03.132ZDownload: 3283/3290 items 210.5/212.6MB 98% complete (10.5M/s)
1832026-03-13T16:59:03.173ZDownload: Completed 212.60 MB in 22.71 seconds (9.4M/s)
1842026-03-13T16:59:03.470Z Actions: 1/3689 actions (Installing new actions)
1852026-03-13T16:59:07.563Z Actions: Completed 3689 actions in 4.09 seconds.
1862026-03-13T16:59:07.933Z Done (0.365s)
1872026-03-13T16:59:07.933Z Done (0.000s)
1882026-03-13T16:59:08.928Z Done (0.995s)
1892026-03-13T16:59:12.976Z Done (3.693s)
1902026-03-13T16:59:13.047Z Done (0.017s)
1912026-03-13T16:59:13.052Z Done (0.000s)
1922026-03-13T16:59:13.187Z Done (0.000s)
1932026-03-13T16:59:14.146ZPlanning: Evaluating mediator changes ... Done
1942026-03-13T16:59:14.287ZPlanning: Checking for conflicting actions ... Done
1952026-03-13T16:59:14.290ZPlanning: Consolidating action changes ... Done
1962026-03-13T16:59:14.509ZPlanning: Evaluating mediators ... Done
1972026-03-13T16:59:14.512ZPlanning: Planning completed in 0.36 seconds
1982026-03-13T16:59:14.538Z Mediators to change: 2
1992026-03-13T16:59:14.539Z Create boot environment: No
2002026-03-13T16:59:14.541ZCreate backup boot environment: No
2012026-03-13T16:59:14.598Z Done
2022026-03-13T16:59:14.598Z Done
2032026-03-13T16:59:15.329Z Done
2042026-03-13T16:59:18.672Z Done
2052026-03-13T16:59:18.761Z Done
2062026-03-13T16:59:18.764Z Done
2072026-03-13T16:59:18.917Z Done
2082026-03-13T16:59:19.455ZPlanning: Evaluating mediator changes ... Done
2092026-03-13T16:59:19.458ZPlanning: Merging actions ... Done
2102026-03-13T16:59:19.622ZPlanning: Checking for conflicting actions ... Done
2112026-03-13T16:59:19.625ZPlanning: Consolidating action changes ... Done
2122026-03-13T16:59:19.844ZPlanning: Evaluating mediators ... Done
2132026-03-13T16:59:19.885ZPlanning: Planning completed in 0.63 seconds
2142026-03-13T16:59:19.920Z Packages to change: 1
2152026-03-13T16:59:19.920Z Mediators to change: 1
2162026-03-13T16:59:19.924Z Services to change: 1
2172026-03-13T16:59:19.924Z Create boot environment: No
2182026-03-13T16:59:19.924ZCreate backup boot environment: Yes
2192026-03-13T16:59:21.350Z Actions: 1/6 actions (Updating modified actions)
2202026-03-13T16:59:21.354Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-13T16:59:21.354Z Done
2222026-03-13T16:59:21.354Z Done
2232026-03-13T16:59:21.542Z Done
2242026-03-13T16:59:24.805Z Done
2252026-03-13T16:59:24.894Z Done
2262026-03-13T16:59:24.899Z Done
2272026-03-13T16:59:25.034Z Done
2282026-03-13T16:59:25.412ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-13T16:59:25.412Zclang system 15 system
2302026-03-13T16:59:25.412Zcsh system system illumos
2312026-03-13T16:59:25.412Zctags system system illumos
2322026-03-13T16:59:25.412Zfile system system illumos
2332026-03-13T16:59:25.412Zgcc vendor 12 vendor
2342026-03-13T16:59:25.412Zgcc system 10 system
2352026-03-13T16:59:25.412Zgcc system 7 system
2362026-03-13T16:59:25.412Zgo system 1.20 system
2372026-03-13T16:59:25.412Zgo system 1.19 system
2382026-03-13T16:59:25.412Zllvm system 15 system
2392026-03-13T16:59:25.412Zllvm system 14 system
2402026-03-13T16:59:25.412Zmariadb system 10.6 system
2412026-03-13T16:59:25.412Zmta vendor vendor dma
2422026-03-13T16:59:25.412Zopenjdk system 17 system
2432026-03-13T16:59:25.412Zopenjdk system 11 system
2442026-03-13T16:59:25.412Zopenjdk system 1.8 system
2452026-03-13T16:59:25.412Zopenssl vendor 3 vendor
2462026-03-13T16:59:25.412Zperl system 5.36 system
2472026-03-13T16:59:25.412Zpostgresql system 15 system
2482026-03-13T16:59:25.412Zpostgresql system 13 system
2492026-03-13T16:59:25.412Zpython vendor 3 vendor
2502026-03-13T16:59:25.412Zpython system 2 system
2512026-03-13T16:59:25.412Zpython3 system 3.11 system
2522026-03-13T16:59:25.412Zruby system 3.0 system
2532026-03-13T16:59:25.412Zwords vendor vendor american-english
2542026-03-13T16:59:25.412Zwords system system australian-english
2552026-03-13T16:59:25.412Zwords system system british-english
2562026-03-13T16:59:25.412Zwords system system canadian-english
2572026-03-13T16:59:25.412Zwords system system french
2582026-03-13T16:59:25.412Zwords system system italian
2592026-03-13T16:59:25.412Zwords system system ngerman
2602026-03-13T16:59:25.412Zwords system system ogerman
2612026-03-13T16:59:25.412Zwords system system spanish
2622026-03-13T16:59:25.714ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-13T16:59:25.714Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-13T16:59:31.683ZFMRI IFO
2652026-03-13T16:59:31.683Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-13T16:59:31.683Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-13T16:59:31.683Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-13T16:59:31.683Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-13T16:59:31.683Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-13T16:59:31.683Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-13T16:59:31.683Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-13T16:59:31.683Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-13T16:59:31.683Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-13T16:59:31.683Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-13T16:59:31.683Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-13T16:59:31.683Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-13T16:59:31.683Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-13T16:59:31.683Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-13T16:59:31.683Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-13T16:59:31.683Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-13T16:59:32.925Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-13T16:59:33.215Z Updating crates.io index
2832026-03-13T16:59:33.218Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-13T16:59:33.537Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-13T16:59:34.481Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-13T16:59:34.934Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-13T16:59:35.256Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-13T16:59:36.230Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-13T16:59:36.978Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-13T16:59:38.487Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-13T16:59:40.217Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-13T16:59:40.984Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-13T16:59:41.425Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-13T16:59:42.440Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-13T16:59:42.932Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-13T16:59:43.468Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-13T16:59:43.792Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-13T16:59:44.838Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-13T16:59:45.369Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-13T16:59:45.724Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-13T16:59:46.030Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-13T16:59:46.420Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-13T16:59:46.770Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-13T16:59:47.026Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-13T16:59:47.356Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-13T16:59:47.759Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-13T16:59:48.216Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-13T16:59:48.924Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-13T16:59:49.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-13T16:59:49.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-13T16:59:51.023Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-13T16:59:51.574Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-13T16:59:51.826Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-13T16:59:52.209Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-13T16:59:52.527Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-13T16:59:52.918Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-13T16:59:53.484Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-13T16:59:53.879Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-13T16:59:54.118Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-13T16:59:54.501Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-13T17:00:09.555Z Downloading crates ...
3222026-03-13T17:00:09.615Z Downloaded heck v0.4.1
3232026-03-13T17:00:09.618Z Downloaded byteorder v1.5.0
3242026-03-13T17:00:09.621Z Downloaded memmap v0.7.0
3252026-03-13T17:00:09.621Z Downloaded anstream v0.6.21
3262026-03-13T17:00:09.626Z Downloaded percent-encoding v2.3.2
3272026-03-13T17:00:09.628Z Downloaded anstyle-query v1.1.5
3282026-03-13T17:00:09.631Z Downloaded tabled_derive v0.7.0
3292026-03-13T17:00:09.631Z Downloaded anstyle v1.0.13
3302026-03-13T17:00:09.634Z Downloaded erased-serde v0.4.9
3312026-03-13T17:00:09.634Z Downloaded semver v1.0.27
3322026-03-13T17:00:09.637Z Downloaded anyhow v1.0.102
3332026-03-13T17:00:09.644Z Downloaded camino-tempfile v1.4.1
3342026-03-13T17:00:09.647Z Downloaded anstyle-parse v0.2.7
3352026-03-13T17:00:09.653Z Downloaded colorchoice v1.0.4
3362026-03-13T17:00:09.655Z Downloaded version_check v0.9.5
3372026-03-13T17:00:09.656Z Downloaded thread-id v4.2.2
3382026-03-13T17:00:09.656Z Downloaded block-buffer v0.10.4
3392026-03-13T17:00:09.656Z Downloaded unicode-xid v0.2.6
3402026-03-13T17:00:09.659Z Downloaded zerofrom-derive v0.1.6
3412026-03-13T17:00:09.661Z Downloaded form_urlencoded v1.2.2
3422026-03-13T17:00:09.664Z Downloaded usdt-attr-macro v0.5.0
3432026-03-13T17:00:09.670Z Downloaded zerofrom v0.1.6
3442026-03-13T17:00:09.670Z Downloaded toml_write v0.1.2
3452026-03-13T17:00:09.673Z Downloaded unicode-linebreak v0.1.5
3462026-03-13T17:00:09.673Z Downloaded cargo-util-schemas v0.8.2
3472026-03-13T17:00:09.673Z Downloaded camino v1.2.2
3482026-03-13T17:00:09.675Z Downloaded toml_datetime v0.6.11
3492026-03-13T17:00:09.675Z Downloaded typeid v1.0.3
3502026-03-13T17:00:09.680Z Downloaded generic-array v0.14.7
3512026-03-13T17:00:09.680Z Downloaded dof v0.3.0
3522026-03-13T17:00:09.680Z Downloaded toml v0.8.23
3532026-03-13T17:00:09.683Z Downloaded yoke-derive v0.8.1
3542026-03-13T17:00:09.683Z Downloaded plain v0.2.3
3552026-03-13T17:00:09.683Z Downloaded is_terminal_polyfill v1.70.2
3562026-03-13T17:00:09.686Z Downloaded utf8parse v0.2.2
3572026-03-13T17:00:09.686Z Downloaded utf8_iter v1.0.4
3582026-03-13T17:00:09.686Z Downloaded usdt-macro v0.5.0
3592026-03-13T17:00:09.686Z Downloaded thiserror-impl v2.0.18
3602026-03-13T17:00:09.689Z Downloaded autocfg v1.5.0
3612026-03-13T17:00:09.689Z Downloaded thiserror v2.0.18
3622026-03-13T17:00:09.694Z Downloaded usdt-impl v0.5.0
3632026-03-13T17:00:09.696Z Downloaded thiserror-impl v1.0.69
3642026-03-13T17:00:09.696Z Downloaded equivalent v1.0.2
3652026-03-13T17:00:09.696Z Downloaded itoa v1.0.17
3662026-03-13T17:00:09.696Z Downloaded scroll_derive v0.12.1
3672026-03-13T17:00:09.699Z Downloaded errno v0.3.14
3682026-03-13T17:00:09.699Z Downloaded swrite v0.1.0
3692026-03-13T17:00:09.703Z Downloaded strsim v0.11.1
3702026-03-13T17:00:09.703Z Downloaded stable_deref_trait v1.2.1
3712026-03-13T17:00:09.703Z Downloaded usdt v0.5.0
3722026-03-13T17:00:09.706Z Downloaded cfg-if v1.0.4
3732026-03-13T17:00:09.706Z Downloaded tinystr v0.8.2
3742026-03-13T17:00:09.706Z Downloaded crypto-common v0.1.7
3752026-03-13T17:00:09.709Z Downloaded fastrand v2.3.0
3762026-03-13T17:00:09.709Z Downloaded yoke v0.8.1
3772026-03-13T17:00:09.712Z Downloaded zerocopy-derive v0.7.35
3782026-03-13T17:00:09.715Z Downloaded unicode-width v0.1.14
3792026-03-13T17:00:09.717Z Downloaded zmij v1.0.21
3802026-03-13T17:00:09.720Z Downloaded sha2 v0.10.9
3812026-03-13T17:00:09.720Z Downloaded writeable v0.6.2
3822026-03-13T17:00:09.723Z Downloaded thiserror v1.0.69
3832026-03-13T17:00:09.726Z Downloaded zerovec-derive v0.11.2
3842026-03-13T17:00:09.726Z Downloaded unicode-ident v1.0.24
3852026-03-13T17:00:09.728Z Downloaded clap_derive v4.5.55
3862026-03-13T17:00:09.732Z Downloaded terminal_size v0.4.3
3872026-03-13T17:00:09.732Z Downloaded pretty-hex v0.4.1
3882026-03-13T17:00:09.732Z Downloaded typenum v1.19.0
3892026-03-13T17:00:09.735Z Downloaded macaddr v1.0.1
3902026-03-13T17:00:09.735Z Downloaded bytecount v0.6.9
3912026-03-13T17:00:09.735Z Downloaded textwrap v0.16.2
3922026-03-13T17:00:09.738Z Downloaded smawk v0.3.2
3932026-03-13T17:00:09.738Z Downloaded ucd-trie v0.1.7
3942026-03-13T17:00:09.741Z Downloaded cpufeatures v0.2.17
3952026-03-13T17:00:09.741Z Downloaded toml_edit v0.22.27
3962026-03-13T17:00:09.744Z Downloaded serde-value v0.7.0
3972026-03-13T17:00:09.748Z Downloaded idna_adapter v1.2.1
3982026-03-13T17:00:09.748Z Downloaded potential_utf v0.1.4
3992026-03-13T17:00:09.748Z Downloaded fnv v1.0.7
4002026-03-13T17:00:09.751Z Downloaded zerotrie v0.2.3
4012026-03-13T17:00:09.751Z Downloaded url v2.5.8
4022026-03-13T17:00:09.754Z Downloaded heck v0.5.0
4032026-03-13T17:00:09.754Z Downloaded dtrace-parser v0.2.0
4042026-03-13T17:00:09.754Z Downloaded zerocopy v0.7.35
4052026-03-13T17:00:09.764Z Downloaded zerovec v0.11.5
4062026-03-13T17:00:09.767Z Downloaded cargo-platform v0.2.0
4072026-03-13T17:00:09.769Z Downloaded winnow v0.7.14
4082026-03-13T17:00:09.775Z Downloaded scroll v0.12.0
4092026-03-13T17:00:09.780Z Downloaded quote v1.0.44
4102026-03-13T17:00:09.780Z Downloaded proc-macro-error-attr v1.0.4
4112026-03-13T17:00:09.783Z Downloaded fs-err v3.3.0
4122026-03-13T17:00:09.783Z Downloaded unicode-width v0.2.0
4132026-03-13T17:00:09.786Z Downloaded synstructure v0.13.2
4142026-03-13T17:00:09.786Z Downloaded digest v0.10.7
4152026-03-13T17:00:09.786Z Downloaded cargo_toml v0.21.0
4162026-03-13T17:00:09.789Z Downloaded proc-macro-error v1.0.4
4172026-03-13T17:00:09.789Z Downloaded serde_spanned v0.6.9
4182026-03-13T17:00:09.794Z Downloaded ordered-float v2.10.1
4192026-03-13T17:00:09.794Z Downloaded clap_lex v1.0.0
4202026-03-13T17:00:09.797Z Downloaded serde_tokenstream v0.2.3
4212026-03-13T17:00:09.800Z Downloaded serde-untagged v0.1.9
4222026-03-13T17:00:09.800Z Downloaded displaydoc v0.2.5
4232026-03-13T17:00:09.814Z Downloaded tempfile v3.25.0
4242026-03-13T17:00:09.816Z Downloaded bitflags v2.11.0
4252026-03-13T17:00:09.819Z Downloaded smallvec v1.15.1
4262026-03-13T17:00:09.822Z Downloaded pest_derive v2.8.6
4272026-03-13T17:00:09.822Z Downloaded once_cell v1.21.3
4282026-03-13T17:00:09.840Z Downloaded pest_generator v2.8.6
4292026-03-13T17:00:09.842Z Downloaded litemap v0.8.1
4302026-03-13T17:00:09.851Z Downloaded num-traits v0.2.19
4312026-03-13T17:00:09.854Z Downloaded getrandom v0.4.1
4322026-03-13T17:00:09.857Z Downloaded clap v4.5.60
4332026-03-13T17:00:09.862Z Downloaded serde_core v1.0.228
4342026-03-13T17:00:09.865Z Downloaded idna v1.1.0
4352026-03-13T17:00:09.867Z Downloaded proc-macro2 v1.0.106
4362026-03-13T17:00:09.871Z Downloaded icu_provider v2.1.1
4372026-03-13T17:00:09.873Z Downloaded serde_derive v1.0.228
4382026-03-13T17:00:09.876Z Downloaded cargo_metadata v0.21.0
4392026-03-13T17:00:09.889Z Downloaded serde v1.0.228
4402026-03-13T17:00:09.892Z Downloaded papergrid v0.11.0
4412026-03-13T17:00:09.895Z Downloaded icu_properties v2.1.2
4422026-03-13T17:00:09.898Z Downloaded icu_locale_core v2.1.1
4432026-03-13T17:00:09.909Z Downloaded icu_normalizer v2.1.1
4442026-03-13T17:00:09.912Z Downloaded icu_normalizer_data v2.1.1
4452026-03-13T17:00:09.915Z Downloaded pest_meta v2.8.6
4462026-03-13T17:00:09.917Z Downloaded log v0.4.29
4472026-03-13T17:00:09.922Z Downloaded icu_collections v2.1.1
4482026-03-13T17:00:09.926Z Downloaded memchr v2.8.0
4492026-03-13T17:00:09.929Z Downloaded indexmap v2.13.0
4502026-03-13T17:00:09.957Z Downloaded pest v2.8.6
4512026-03-13T17:00:09.965Z Downloaded hashbrown v0.16.1
4522026-03-13T17:00:10.007Z Downloaded serde_json v1.0.149
4532026-03-13T17:00:10.012Z Downloaded clap_builder v4.5.60
4542026-03-13T17:00:10.012Z Downloaded goblin v0.8.2
4552026-03-13T17:00:10.012Z Downloaded icu_properties_data v2.1.2
4562026-03-13T17:00:10.012Z Downloaded tabled v0.15.0
4572026-03-13T17:00:10.017Z Downloaded syn v1.0.109
4582026-03-13T17:00:10.024Z Downloaded syn v2.0.117
4592026-03-13T17:00:10.040Z Downloaded rustix v1.1.3
4602026-03-13T17:00:10.057Z Downloaded libc v0.2.180
4612026-03-13T17:00:10.138Z Compiling proc-macro2 v1.0.106
4622026-03-13T17:00:10.141Z Compiling unicode-ident v1.0.24
4632026-03-13T17:00:10.141Z Compiling quote v1.0.44
4642026-03-13T17:00:10.141Z Compiling serde_core v1.0.228
4652026-03-13T17:00:10.141Z Compiling libc v0.2.180
4662026-03-13T17:00:10.141Z Compiling version_check v0.9.5
4672026-03-13T17:00:10.141Z Compiling stable_deref_trait v1.2.1
4682026-03-13T17:00:10.141Z Compiling memchr v2.8.0
4692026-03-13T17:00:10.541Z Compiling serde v1.0.228
4702026-03-13T17:00:10.617Z Compiling zmij v1.0.21
4712026-03-13T17:00:10.888Z Compiling itoa v1.0.17
4722026-03-13T17:00:10.910Z Compiling thiserror v1.0.69
4732026-03-13T17:00:11.111Z Compiling ucd-trie v0.1.7
4742026-03-13T17:00:11.310Z Compiling autocfg v1.5.0
4752026-03-13T17:00:11.422Z Compiling pest v2.8.6
4762026-03-13T17:00:11.445Z Compiling writeable v0.6.2
4772026-03-13T17:00:11.546Z Compiling litemap v0.8.1
4782026-03-13T17:00:11.636Z Compiling byteorder v1.5.0
4792026-03-13T17:00:11.923Z Compiling icu_properties_data v2.1.2
4802026-03-13T17:00:11.951Z Compiling icu_normalizer_data v2.1.1
4812026-03-13T17:00:12.111Z Compiling syn v2.0.117
4822026-03-13T17:00:12.134Z Compiling rustix v1.1.3
4832026-03-13T17:00:12.235Z Compiling errno v0.3.14
4842026-03-13T17:00:12.256Z Compiling serde_json v1.0.149
4852026-03-13T17:00:12.277Z Compiling bitflags v2.11.0
4862026-03-13T17:00:12.569Z Compiling num-traits v0.2.19
4872026-03-13T17:00:12.590Z Compiling smallvec v1.15.1
4882026-03-13T17:00:12.810Z Compiling hashbrown v0.16.1
4892026-03-13T17:00:12.885Z Compiling equivalent v1.0.2
4902026-03-13T17:00:12.972Z Compiling pest_meta v2.8.6
4912026-03-13T17:00:12.983Z Compiling typeid v1.0.3
4922026-03-13T17:00:13.401Z Compiling thread-id v4.2.2
4932026-03-13T17:00:13.451Z Compiling usdt-impl v0.5.0
4942026-03-13T17:00:13.501Z Compiling indexmap v2.13.0
4952026-03-13T17:00:13.537Z Compiling proc-macro-error-attr v1.0.4
4962026-03-13T17:00:13.564Z Compiling winnow v0.7.14
4972026-03-13T17:00:13.727Z Compiling toml_write v0.1.2
4982026-03-13T17:00:13.785Z Compiling syn v1.0.109
4992026-03-13T17:00:14.167Z Compiling erased-serde v0.4.9
5002026-03-13T17:00:14.582Z Compiling proc-macro-error v1.0.4
5012026-03-13T17:00:14.603Z Compiling percent-encoding v2.3.2
5022026-03-13T17:00:14.845Z Compiling plain v0.2.3
5032026-03-13T17:00:14.866Z Compiling camino v1.2.2
5042026-03-13T17:00:15.030Z Compiling log v0.4.29
5052026-03-13T17:00:15.271Z Compiling thiserror v2.0.18
5062026-03-13T17:00:15.296Z Compiling getrandom v0.4.1
5072026-03-13T17:00:15.326Z Compiling utf8_iter v1.0.4
5082026-03-13T17:00:15.329Z Compiling utf8parse v0.2.2
5092026-03-13T17:00:15.492Z Compiling anstyle-parse v0.2.7
5102026-03-13T17:00:15.522Z Compiling ordered-float v2.10.1
5112026-03-13T17:00:15.645Z Compiling form_urlencoded v1.2.2
5122026-03-13T17:00:15.901Z Compiling synstructure v0.13.2
5132026-03-13T17:00:15.938Z Compiling pest_generator v2.8.6
5142026-03-13T17:00:15.949Z Compiling terminal_size v0.4.3
5152026-03-13T17:00:16.119Z Compiling anstyle v1.0.13
5162026-03-13T17:00:16.253Z Compiling cfg-if v1.0.4
5172026-03-13T17:00:16.302Z Compiling colorchoice v1.0.4
5182026-03-13T17:00:16.354Z Compiling is_terminal_polyfill v1.70.2
5192026-03-13T17:00:16.433Z Compiling pretty-hex v0.4.1
5202026-03-13T17:00:16.465Z Compiling anstyle-query v1.1.5
5212026-03-13T17:00:16.584Z Compiling anstream v0.6.21
5222026-03-13T17:00:16.600Z Compiling serde-untagged v0.1.9
5232026-03-13T17:00:16.674Z Compiling semver v1.0.27
5242026-03-13T17:00:16.854Z Compiling fs-err v3.3.0
5252026-03-13T17:00:16.896Z Compiling unicode-width v0.1.14
5262026-03-13T17:00:16.953Z Compiling strsim v0.11.1
5272026-03-13T17:00:17.089Z Compiling unicode-xid v0.2.6
5282026-03-13T17:00:17.124Z Compiling heck v0.5.0
5292026-03-13T17:00:17.148Z Compiling fnv v1.0.7
5302026-03-13T17:00:17.238Z Compiling heck v0.4.1
5312026-03-13T17:00:17.257Z Compiling once_cell v1.21.3
5322026-03-13T17:00:17.276Z Compiling clap_lex v1.0.0
5332026-03-13T17:00:17.444Z Compiling anyhow v1.0.102
5342026-03-13T17:00:17.515Z Compiling fastrand v2.3.0
5352026-03-13T17:00:17.545Z Compiling bytecount v0.6.9
5362026-03-13T17:00:17.576Z Compiling clap_builder v4.5.60
5372026-03-13T17:00:17.721Z Compiling papergrid v0.11.0
5382026-03-13T17:00:17.789Z Compiling tempfile v3.25.0
5392026-03-13T17:00:18.029Z Compiling memmap v0.7.0
5402026-03-13T17:00:18.120Z Compiling unicode-linebreak v0.1.5
5412026-03-13T17:00:18.225Z Compiling unicode-width v0.2.0
5422026-03-13T17:00:18.282Z Compiling smawk v0.3.2
5432026-03-13T17:00:18.427Z Compiling serde_derive v1.0.228
5442026-03-13T17:00:18.450Z Compiling zerofrom-derive v0.1.6
5452026-03-13T17:00:18.472Z Compiling yoke-derive v0.8.1
5462026-03-13T17:00:18.572Z Compiling zerovec-derive v0.11.2
5472026-03-13T17:00:18.750Z Compiling displaydoc v0.2.5
5482026-03-13T17:00:19.661Z Compiling thiserror-impl v1.0.69
5492026-03-13T17:00:19.747Z Compiling zerocopy-derive v0.7.35
5502026-03-13T17:00:20.067Z Compiling pest_derive v2.8.6
5512026-03-13T17:00:20.068Z Compiling scroll_derive v0.12.1
5522026-03-13T17:00:20.450Z Compiling zerofrom v0.1.6
5532026-03-13T17:00:20.619Z Compiling yoke v0.8.1
5542026-03-13T17:00:20.671Z Compiling thiserror-impl v2.0.18
5552026-03-13T17:00:20.878Z Compiling zerovec v0.11.5
5562026-03-13T17:00:20.983Z Compiling zerotrie v0.2.3
5572026-03-13T17:00:21.007Z Compiling zerocopy v0.7.35
5582026-03-13T17:00:21.381Z Compiling scroll v0.12.0
5592026-03-13T17:00:21.538Z Compiling tinystr v0.8.2
5602026-03-13T17:00:21.564Z Compiling potential_utf v0.1.4
5612026-03-13T17:00:21.733Z Compiling icu_collections v2.1.1
5622026-03-13T17:00:21.774Z Compiling icu_locale_core v2.1.1
5632026-03-13T17:00:21.799Z Compiling dtrace-parser v0.2.0
5642026-03-13T17:00:21.822Z Compiling goblin v0.8.2
5652026-03-13T17:00:21.884Z Compiling tabled_derive v0.7.0
5662026-03-13T17:00:22.391Z Compiling clap_derive v4.5.55
5672026-03-13T17:00:22.458Z Compiling textwrap v0.16.2
5682026-03-13T17:00:22.829Z Compiling icu_provider v2.1.1
5692026-03-13T17:00:23.100Z Compiling tabled v0.15.0
5702026-03-13T17:00:23.152Z Compiling icu_normalizer v2.1.1
5712026-03-13T17:00:23.216Z Compiling icu_properties v2.1.2
5722026-03-13T17:00:23.241Z Compiling toml_datetime v0.6.11
5732026-03-13T17:00:23.256Z Compiling serde_spanned v0.6.9
5742026-03-13T17:00:23.453Z Compiling dof v0.3.0
5752026-03-13T17:00:23.523Z Compiling toml_edit v0.22.27
5762026-03-13T17:00:23.585Z Compiling serde_tokenstream v0.2.3
5772026-03-13T17:00:23.986Z Compiling serde-value v0.7.0
5782026-03-13T17:00:24.054Z Compiling cargo-platform v0.2.0
5792026-03-13T17:00:24.359Z Compiling macaddr v1.0.1
5802026-03-13T17:00:24.460Z Compiling idna_adapter v1.2.1
5812026-03-13T17:00:24.640Z Compiling idna v1.1.0
5822026-03-13T17:00:24.643Z Compiling camino-tempfile v1.4.1
5832026-03-13T17:00:24.688Z Compiling usdt-macro v0.5.0
5842026-03-13T17:00:24.732Z Compiling usdt-attr-macro v0.5.0
5852026-03-13T17:00:24.822Z Compiling clap v4.5.60
5862026-03-13T17:00:25.401Z Compiling url v2.5.8
5872026-03-13T17:00:25.576Z Compiling toml v0.8.23
5882026-03-13T17:00:25.704Z Compiling swrite v0.1.0
5892026-03-13T17:00:25.832Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5902026-03-13T17:00:26.108Z Compiling cargo-util-schemas v0.8.2
5912026-03-13T17:00:26.156Z Compiling cargo_toml v0.21.0
5922026-03-13T17:00:26.354Z Compiling usdt v0.5.0
5932026-03-13T17:00:27.289Z Compiling cargo_metadata v0.21.0
5942026-03-13T17:00:28.558Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-13T17:00:31.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.75s
5962026-03-13T17:00:31.747Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-13T17:00:32.467Z Downloading crates ...
5982026-03-13T17:00:32.583Z Downloaded buf-list v1.1.2
5992026-03-13T17:00:32.590Z Downloaded cargo_toml v0.22.3
6002026-03-13T17:00:32.595Z Downloaded argon2 v0.5.3
6012026-03-13T17:00:32.599Z Downloaded aead v0.5.2
6022026-03-13T17:00:32.607Z Downloaded base64 v0.22.1
6032026-03-13T17:00:32.610Z Downloaded array-init v0.0.4
6042026-03-13T17:00:32.610Z Downloaded ahash v0.8.12
6052026-03-13T17:00:32.663Z Downloaded either v1.15.0
6062026-03-13T17:00:32.663Z Downloaded foldhash v0.1.5
6072026-03-13T17:00:32.663Z Downloaded darling v0.21.3
6082026-03-13T17:00:32.663Z Downloaded crossterm v0.28.1
6092026-03-13T17:00:32.663Z Downloaded env_logger v0.11.9
6102026-03-13T17:00:32.663Z Downloaded derive_builder_core v0.20.2
6112026-03-13T17:00:32.663Z Downloaded bcrypt-pbkdf v0.10.0
6122026-03-13T17:00:32.663Z Downloaded env_filter v1.0.0
6132026-03-13T17:00:32.663Z Downloaded flagset v0.4.7
6142026-03-13T17:00:32.663Z Downloaded darling v0.23.0
6152026-03-13T17:00:32.668Z Downloaded dirs-sys-next v0.1.2
6162026-03-13T17:00:32.668Z Downloaded foreign-types-macros v0.2.3
6172026-03-13T17:00:32.668Z Downloaded crc-catalog v2.4.0
6182026-03-13T17:00:32.684Z Downloaded diff v0.1.13
6192026-03-13T17:00:32.689Z Downloaded foldhash v0.2.0
6202026-03-13T17:00:32.689Z Downloaded dtrace-parser v0.3.0
6212026-03-13T17:00:32.689Z Downloaded foreign-types-shared v0.1.1
6222026-03-13T17:00:32.689Z Downloaded document-features v0.2.12
6232026-03-13T17:00:32.689Z Downloaded convert_case v0.4.0
6242026-03-13T17:00:32.692Z Downloaded enum-as-inner v0.6.1
6252026-03-13T17:00:32.692Z Downloaded dropshot-api-manager-types v0.6.0
6262026-03-13T17:00:32.697Z Downloaded foreign-types-shared v0.3.1
6272026-03-13T17:00:32.701Z Downloaded float-cmp v0.10.0
6282026-03-13T17:00:32.701Z Downloaded crunchy v0.2.4
6292026-03-13T17:00:32.705Z Downloaded cstr-argument v0.1.2
6302026-03-13T17:00:32.709Z Downloaded futures-io v0.3.32
6312026-03-13T17:00:32.713Z Downloaded derive_builder_macro v0.20.2
6322026-03-13T17:00:32.713Z Downloaded funty v2.0.0
6332026-03-13T17:00:32.716Z Downloaded fixedbitset v0.4.2
6342026-03-13T17:00:32.720Z Downloaded ghash v0.5.1
6352026-03-13T17:00:32.724Z Downloaded bcs v0.1.6
6362026-03-13T17:00:32.740Z Downloaded backoff v0.4.0
6372026-03-13T17:00:32.740Z Downloaded futures-macro v0.3.32
6382026-03-13T17:00:32.740Z Downloaded embedded-io v0.6.1
6392026-03-13T17:00:32.746Z Downloaded fallible-iterator v0.2.0
6402026-03-13T17:00:32.746Z Downloaded find-msvc-tools v0.1.9
6412026-03-13T17:00:32.746Z Downloaded globwalk v0.9.1
6422026-03-13T17:00:32.746Z Downloaded darling_core v0.20.11
6432026-03-13T17:00:32.750Z Downloaded home v0.5.12
6442026-03-13T17:00:32.754Z Downloaded git-stub v1.0.0
6452026-03-13T17:00:32.758Z Downloaded httpdate v1.0.3
6462026-03-13T17:00:32.758Z Downloaded hostname v0.4.2
6472026-03-13T17:00:32.763Z Downloaded hostname v0.3.1
6482026-03-13T17:00:32.766Z Downloaded ident_case v1.0.1
6492026-03-13T17:00:32.766Z Downloaded der_derive v0.7.3
6502026-03-13T17:00:32.775Z Downloaded fxhash v0.2.1
6512026-03-13T17:00:32.775Z Downloaded futures-executor v0.3.32
6522026-03-13T17:00:32.778Z Downloaded group v0.13.0
6532026-03-13T17:00:32.778Z Downloaded hyper-tls v0.6.0
6542026-03-13T17:00:32.783Z Downloaded hubpack v0.1.2
6552026-03-13T17:00:32.786Z Downloaded ff v0.13.1
6562026-03-13T17:00:32.790Z Downloaded console v0.16.2
6572026-03-13T17:00:32.794Z Downloaded console v0.15.11
6582026-03-13T17:00:32.794Z Downloaded internet-checksum v0.2.1
6592026-03-13T17:00:32.797Z Downloaded dropshot_endpoint v0.16.7
6602026-03-13T17:00:32.802Z Downloaded inout v0.1.4
6612026-03-13T17:00:32.804Z Downloaded indoc v1.0.9
6622026-03-13T17:00:32.813Z Downloaded is-terminal v0.4.17
6632026-03-13T17:00:32.813Z Downloaded is_ci v1.2.0
6642026-03-13T17:00:32.813Z Downloaded drift v0.1.3
6652026-03-13T17:00:32.832Z Downloaded libscf-sys v1.1.0
6662026-03-13T17:00:32.836Z Downloaded futures-channel v0.3.32
6672026-03-13T17:00:32.846Z Downloaded crc32fast v1.5.0
6682026-03-13T17:00:32.854Z Downloaded md-5 v0.10.6
6692026-03-13T17:00:32.854Z Downloaded derive_builder v0.20.2
6702026-03-13T17:00:32.854Z Downloaded ingot v0.1.1
6712026-03-13T17:00:32.857Z Downloaded csv-core v0.1.13
6722026-03-13T17:00:32.857Z Downloaded multimap v0.10.1
6732026-03-13T17:00:32.857Z Downloaded maybe-uninit v2.0.0
6742026-03-13T17:00:32.861Z Downloaded maplit v1.0.2
6752026-03-13T17:00:32.864Z Downloaded fatfs v0.3.6
6762026-03-13T17:00:32.867Z Downloaded nibble_vec v0.1.0
6772026-03-13T17:00:32.867Z Downloaded newtype_derive v0.1.6
6782026-03-13T17:00:32.871Z Downloaded num v0.4.3
6792026-03-13T17:00:32.875Z Downloaded ipnetwork v0.21.1
6802026-03-13T17:00:32.879Z Downloaded normalize-line-endings v0.3.0
6812026-03-13T17:00:32.879Z Downloaded nonempty v0.12.0
6822026-03-13T17:00:32.881Z Downloaded libsw-core v0.3.2
6832026-03-13T17:00:32.891Z Downloaded num-conv v0.2.0
6842026-03-13T17:00:32.891Z Downloaded half v1.8.3
6852026-03-13T17:00:32.891Z Downloaded olpc-cjson v0.1.4
6862026-03-13T17:00:32.900Z Downloaded num-derive v0.4.2
6872026-03-13T17:00:32.900Z Downloaded libloading v0.8.9
6882026-03-13T17:00:32.907Z Downloaded num-iter v0.1.45
6892026-03-13T17:00:32.907Z Downloaded num_threads v0.1.7
6902026-03-13T17:00:32.907Z Downloaded num_enum_derive v0.5.11
6912026-03-13T17:00:32.907Z Downloaded chacha20 v0.9.1
6922026-03-13T17:00:32.911Z Downloaded openssl-probe v0.2.1
6932026-03-13T17:00:32.911Z Downloaded libsw v3.5.0
6942026-03-13T17:00:32.911Z Downloaded oso-derive v0.27.3
6952026-03-13T17:00:32.914Z Downloaded opaque-debug v0.3.1
6962026-03-13T17:00:32.914Z Downloaded lock_api v0.4.14
6972026-03-13T17:00:32.917Z Downloaded openssl-probe v0.1.6
6982026-03-13T17:00:32.924Z Downloaded bytes v1.11.1
6992026-03-13T17:00:32.924Z Downloaded packed_struct_codegen v0.10.1
7002026-03-13T17:00:32.927Z Downloaded mime v0.3.17
7012026-03-13T17:00:32.931Z Downloaded getrandom v0.3.4
7022026-03-13T17:00:32.936Z Downloaded mime_guess v2.0.5
7032026-03-13T17:00:32.936Z Downloaded linear-map v1.2.0
7042026-03-13T17:00:32.939Z Downloaded nanorand v0.7.0
7052026-03-13T17:00:32.943Z Downloaded pbkdf2 v0.11.0
7062026-03-13T17:00:32.943Z Downloaded ingot-macros v0.1.1
7072026-03-13T17:00:32.946Z Downloaded nu-ansi-term v0.50.3
7082026-03-13T17:00:32.950Z Downloaded half v2.7.1
7092026-03-13T17:00:32.962Z Downloaded multer v3.1.0
7102026-03-13T17:00:32.981Z Downloaded newtype-uuid v1.3.2
7112026-03-13T17:00:32.981Z Downloaded num_enum_derive v0.7.5
7122026-03-13T17:00:32.981Z Downloaded num_enum v0.7.5
7132026-03-13T17:00:32.981Z Downloaded pbkdf2 v0.12.2
7142026-03-13T17:00:32.981Z Downloaded phf_shared v0.13.1
7152026-03-13T17:00:32.981Z Downloaded oxnet v0.1.4
7162026-03-13T17:00:33.004Z Downloaded litrs v1.0.0
7172026-03-13T17:00:33.004Z Downloaded const_format v0.2.35
7182026-03-13T17:00:33.004Z Downloaded oxide-tokio-rt v0.1.3
7192026-03-13T17:00:33.004Z Downloaded hyper-rustls v0.27.7
7202026-03-13T17:00:33.017Z Downloaded memmap2 v0.9.10
7212026-03-13T17:00:33.017Z Downloaded futures v0.3.32
7222026-03-13T17:00:33.017Z Downloaded crc-any v2.5.0
7232026-03-13T17:00:33.017Z Downloaded compact_str v0.8.1
7242026-03-13T17:00:33.017Z Downloaded indexmap v1.9.3
7252026-03-13T17:00:33.017Z Downloaded native-tls v0.2.18
7262026-03-13T17:00:33.017Z Downloaded ignore v0.4.25
7272026-03-13T17:00:33.042Z Downloaded predicates-core v1.0.10
7282026-03-13T17:00:33.042Z Downloaded proc-macro-error-attr2 v2.0.0
7292026-03-13T17:00:33.042Z Downloaded precomputed-hash v0.1.1
7302026-03-13T17:00:33.042Z Downloaded powerfmt v0.2.0
7312026-03-13T17:00:33.042Z Downloaded progenitor-client v0.11.2
7322026-03-13T17:00:33.042Z Downloaded progenitor-macro v0.13.0
7332026-03-13T17:00:33.042Z Downloaded progenitor-client v0.10.0
7342026-03-13T17:00:33.052Z Downloaded progenitor-macro v0.10.0
7352026-03-13T17:00:33.052Z Downloaded pem-rfc7468 v0.7.0
7362026-03-13T17:00:33.052Z Downloaded password-hash v0.4.2
7372026-03-13T17:00:33.052Z Downloaded headers v0.4.1
7382026-03-13T17:00:33.052Z Downloaded heapless v0.7.17
7392026-03-13T17:00:33.052Z Downloaded psl-types v2.0.11
7402026-03-13T17:00:33.052Z Downloaded postgres-protocol v0.6.10
7412026-03-13T17:00:33.052Z Downloaded paste v1.0.15
7422026-03-13T17:00:33.057Z Downloaded radium v0.7.0
7432026-03-13T17:00:33.058Z Downloaded phf v0.12.1
7442026-03-13T17:00:33.058Z Downloaded peg v0.8.5
7452026-03-13T17:00:33.058Z Downloaded pin-utils v0.1.0
7462026-03-13T17:00:33.061Z Downloaded base64 v0.21.7
7472026-03-13T17:00:33.061Z Downloaded rand_xorshift v0.4.0
7482026-03-13T17:00:33.065Z Downloaded derive_more v2.1.1
7492026-03-13T17:00:33.076Z Downloaded predicates-tree v1.0.13
7502026-03-13T17:00:33.083Z Downloaded recursive-proc-macro-impl v0.1.1
7512026-03-13T17:00:33.083Z Downloaded recursive v0.1.1
7522026-03-13T17:00:33.083Z Downloaded rand_chacha v0.3.1
7532026-03-13T17:00:33.083Z Downloaded owo-colors v4.3.0
7542026-03-13T17:00:33.089Z Downloaded pem v3.0.6
7552026-03-13T17:00:33.089Z Downloaded ref-cast-impl v1.0.25
7562026-03-13T17:00:33.089Z Downloaded progenitor-macro v0.11.2
7572026-03-13T17:00:33.089Z Downloaded progenitor-extras v0.1.1
7582026-03-13T17:00:33.093Z Downloaded proc-macro-crate v1.3.1
7592026-03-13T17:00:33.093Z Downloaded quick-error v1.2.3
7602026-03-13T17:00:33.093Z Downloaded ref-cast v1.0.25
7612026-03-13T17:00:33.098Z Downloaded progenitor v0.11.2
7622026-03-13T17:00:33.098Z Downloaded progenitor v0.10.0
7632026-03-13T17:00:33.102Z Downloaded proc-macro-error2 v2.0.1
7642026-03-13T17:00:33.113Z Downloaded progenitor-client v0.13.0
7652026-03-13T17:00:33.113Z Downloaded hickory-resolver v0.24.4
7662026-03-13T17:00:33.113Z Downloaded russh-cryptovec v0.7.3
7672026-03-13T17:00:33.114Z Downloaded rfc6979 v0.4.0
7682026-03-13T17:00:33.121Z Downloaded psm v0.1.30
7692026-03-13T17:00:33.121Z Downloaded r2d2 v0.8.10
7702026-03-13T17:00:33.121Z Downloaded pin-project-lite v0.2.17
7712026-03-13T17:00:33.127Z Downloaded rustc_version v0.4.1
7722026-03-13T17:00:33.127Z Downloaded rustc_version v0.1.7
7732026-03-13T17:00:33.127Z Downloaded rustc-hash v2.1.1
7742026-03-13T17:00:33.131Z Downloaded rand_core v0.9.5
7752026-03-13T17:00:33.131Z Downloaded rtoolbox v0.0.3
7762026-03-13T17:00:33.131Z Downloaded flate2 v1.1.9
7772026-03-13T17:00:33.135Z Downloaded rand_core v0.10.0
7782026-03-13T17:00:33.143Z Downloaded parking_lot v0.12.5
7792026-03-13T17:00:33.143Z Downloaded rand_core v0.6.4
7802026-03-13T17:00:33.143Z Downloaded salsa20 v0.10.2
7812026-03-13T17:00:33.143Z Downloaded ppv-lite86 v0.2.21
7822026-03-13T17:00:33.151Z Downloaded pkcs5 v0.7.1
7832026-03-13T17:00:33.156Z Downloaded rand_seeder v0.4.0
7842026-03-13T17:00:33.156Z Downloaded postgres-types v0.2.12
7852026-03-13T17:00:33.156Z Downloaded parking_lot v0.11.2
7862026-03-13T17:00:33.166Z Downloaded scheduled-thread-pool v0.2.7
7872026-03-13T17:00:33.166Z Downloaded scopeguard v1.2.0
7882026-03-13T17:00:33.171Z Downloaded same-file v1.0.6
7892026-03-13T17:00:33.171Z Downloaded p256 v0.13.2
7902026-03-13T17:00:33.171Z Downloaded hickory-resolver v0.25.2
7912026-03-13T17:00:33.171Z Downloaded primeorder v0.13.6
7922026-03-13T17:00:33.175Z Downloaded polyval v0.6.2
7932026-03-13T17:00:33.175Z Downloaded secrecy v0.8.0
7942026-03-13T17:00:33.175Z Downloaded serde_bytes v0.11.19
7952026-03-13T17:00:33.178Z Downloaded ed25519-dalek v2.2.0
7962026-03-13T17:00:33.180Z Downloaded sapling-renderdag v0.1.0
7972026-03-13T17:00:33.184Z Downloaded seq-macro v0.3.6
7982026-03-13T17:00:33.187Z Downloaded serde-big-array v0.5.1
7992026-03-13T17:00:33.187Z Downloaded semver v0.1.20
8002026-03-13T17:00:33.189Z Downloaded heapless v0.8.0
8012026-03-13T17:00:33.192Z Downloaded miniz_oxide v0.8.9
8022026-03-13T17:00:33.196Z Downloaded rustls-native-certs v0.8.3
8032026-03-13T17:00:33.200Z Downloaded serde_plain v1.0.2
8042026-03-13T17:00:33.200Z Downloaded sha1 v0.10.6
8052026-03-13T17:00:33.203Z Downloaded serde_spanned v1.0.4
8062026-03-13T17:00:33.203Z Downloaded signal-hook-tokio v0.3.1
8072026-03-13T17:00:33.207Z Downloaded rusty-fork v0.3.1
8082026-03-13T17:00:33.207Z Downloaded secrecy v0.10.3
8092026-03-13T17:00:33.212Z Downloaded serde_urlencoded v0.7.1
8102026-03-13T17:00:33.212Z Downloaded signal-hook-mio v0.2.5
8112026-03-13T17:00:33.212Z Downloaded progenitor-impl v0.13.0
8122026-03-13T17:00:33.215Z Downloaded progenitor-impl v0.10.0
8132026-03-13T17:00:33.217Z Downloaded rustversion v1.0.22
8142026-03-13T17:00:33.222Z Downloaded sigpipe v0.1.3
8152026-03-13T17:00:33.222Z Downloaded shell-words v1.1.1
8162026-03-13T17:00:33.224Z Downloaded prefix-trie v0.7.0
8172026-03-13T17:00:33.224Z Downloaded slog-bunyan v2.5.0
8182026-03-13T17:00:33.228Z Downloaded signature v2.2.0
8192026-03-13T17:00:33.231Z Downloaded scroll v0.13.0
8202026-03-13T17:00:33.231Z Downloaded schemars_derive v0.8.22
8212026-03-13T17:00:33.235Z Downloaded minimal-lexical v0.2.1
8222026-03-13T17:00:33.240Z Downloaded jiff-static v0.2.21
8232026-03-13T17:00:33.243Z Downloaded siphasher v1.0.2
8242026-03-13T17:00:33.243Z Downloaded slog-envlogger v2.2.0
8252026-03-13T17:00:33.243Z Downloaded progenitor-impl v0.11.2
8262026-03-13T17:00:33.247Z Downloaded http v1.4.0
8272026-03-13T17:00:33.249Z Downloaded sec1 v0.7.3
8282026-03-13T17:00:33.253Z Downloaded rustls-pemfile v2.2.0
8292026-03-13T17:00:33.253Z Downloaded serde_repr v0.1.20
8302026-03-13T17:00:33.259Z Downloaded serde-hex v0.1.0
8312026-03-13T17:00:33.259Z Downloaded sqlparser_derive v0.5.0
8322026-03-13T17:00:33.263Z Downloaded rustls-pki-types v1.14.0
8332026-03-13T17:00:33.263Z Downloaded hickory-server v0.25.2
8342026-03-13T17:00:33.267Z Downloaded serde_path_to_error v0.1.20
8352026-03-13T17:00:33.269Z Downloaded hashbrown v0.13.2
8362026-03-13T17:00:33.275Z Downloaded hashbrown v0.12.3
8372026-03-13T17:00:33.279Z Downloaded ssh-encoding v0.2.0
8382026-03-13T17:00:33.279Z Downloaded ssh-cipher v0.2.0
8392026-03-13T17:00:33.279Z Downloaded strum v0.27.2
8402026-03-13T17:00:33.279Z Downloaded structmeta v0.3.0
8412026-03-13T17:00:33.283Z Downloaded strip-ansi-escapes v0.2.1
8422026-03-13T17:00:33.283Z Downloaded strum v0.26.3
8432026-03-13T17:00:33.283Z Downloaded serde_derive_internals v0.29.1
8442026-03-13T17:00:33.287Z Downloaded pin-project v1.1.11
8452026-03-13T17:00:33.292Z Downloaded sync-ptr v0.1.4
8462026-03-13T17:00:33.295Z Downloaded supports-color v3.0.2
8472026-03-13T17:00:33.295Z Downloaded slog-stdlog v4.1.1
8482026-03-13T17:00:33.298Z Downloaded slog-dtrace v0.3.0
8492026-03-13T17:00:33.301Z Downloaded hyper-util v0.1.20
8502026-03-13T17:00:33.304Z Downloaded sync_wrapper v1.0.2
8512026-03-13T17:00:33.307Z Downloaded openssl-sys v0.9.111
8522026-03-13T17:00:33.311Z Downloaded slog-term v2.9.2
8532026-03-13T17:00:33.317Z Downloaded slog-json v2.6.1
8542026-03-13T17:00:33.318Z Downloaded tap v1.0.1
8552026-03-13T17:00:33.318Z Downloaded take_mut v0.2.2
8562026-03-13T17:00:33.318Z Downloaded tagptr v0.2.0
8572026-03-13T17:00:33.318Z Downloaded tabwriter v1.4.1
8582026-03-13T17:00:33.321Z Downloaded tabled_derive v0.11.0
8592026-03-13T17:00:33.321Z Downloaded serde_cbor v0.11.2
8602026-03-13T17:00:33.326Z Downloaded subtle v2.6.1
8612026-03-13T17:00:33.329Z Downloaded prettyplease v0.2.37
8622026-03-13T17:00:33.329Z Downloaded thread-id v5.1.0
8632026-03-13T17:00:33.329Z Downloaded thiserror-impl-no-std v2.0.2
8642026-03-13T17:00:33.336Z Downloaded itertools v0.10.5
8652026-03-13T17:00:33.339Z Downloaded structmeta-derive v0.3.0
8662026-03-13T17:00:33.339Z Downloaded string_cache v0.8.9
8672026-03-13T17:00:33.339Z Downloaded crossterm v0.29.0
8682026-03-13T17:00:33.344Z Downloaded testing_table v0.3.0
8692026-03-13T17:00:33.347Z Downloaded termtree v0.5.1
8702026-03-13T17:00:33.347Z Downloaded spki v0.7.3
8712026-03-13T17:00:33.351Z Downloaded serde_with_macros v3.17.0
8722026-03-13T17:00:33.351Z Downloaded rayon-core v1.13.0
8732026-03-13T17:00:33.354Z Downloaded ryu v1.0.23
8742026-03-13T17:00:33.359Z Downloaded time-core v0.1.8
8752026-03-13T17:00:33.359Z Downloaded static_assertions v1.1.0
8762026-03-13T17:00:33.362Z Downloaded stacker v0.1.23
8772026-03-13T17:00:33.362Z Downloaded russh-keys v0.45.0
8782026-03-13T17:00:33.366Z Downloaded stringprep v0.1.5
8792026-03-13T17:00:33.366Z Downloaded slog-async v2.8.0
8802026-03-13T17:00:33.373Z Downloaded publicsuffix v2.3.0
8812026-03-13T17:00:33.376Z Downloaded num-bigint v0.4.6
8822026-03-13T17:00:33.376Z Downloaded strum_macros v0.26.4
8832026-03-13T17:00:33.376Z Downloaded hashbrown v0.15.5
8842026-03-13T17:00:33.379Z Downloaded sqlformat v0.3.5
8852026-03-13T17:00:33.383Z Downloaded support-bundle-viewer v0.1.2
8862026-03-13T17:00:33.383Z Downloaded smallvec v0.6.14
8872026-03-13T17:00:33.383Z Downloaded slog-scope v4.4.1
8882026-03-13T17:00:33.386Z Downloaded snafu-derive v0.8.9
8892026-03-13T17:00:33.386Z Downloaded topological-sort v0.2.2
8902026-03-13T17:00:33.391Z Downloaded smf v0.2.3
8912026-03-13T17:00:33.391Z Downloaded sct v0.7.1
8922026-03-13T17:00:33.392Z Downloaded pretty_assertions v1.4.1
8932026-03-13T17:00:33.399Z Downloaded ron v0.8.1
8942026-03-13T17:00:33.399Z Downloaded quinn v0.11.9
8952026-03-13T17:00:33.404Z Downloaded try-lock v0.2.5
8962026-03-13T17:00:33.404Z Downloaded termios v0.3.3
8972026-03-13T17:00:33.404Z Downloaded schemars v0.8.22
8982026-03-13T17:00:33.414Z Downloaded tinyvec_macros v0.1.1
8992026-03-13T17:00:33.420Z Downloaded thread_local v1.1.9
9002026-03-13T17:00:33.420Z Downloaded time-macros v0.2.27
9012026-03-13T17:00:33.420Z Downloaded trait-variant v0.1.2
9022026-03-13T17:00:33.420Z Downloaded tower-layer v0.3.3
9032026-03-13T17:00:33.420Z Downloaded iddqd v0.3.17
9042026-03-13T17:00:33.434Z Downloaded tokio-dtrace v0.1.1
9052026-03-13T17:00:33.445Z Downloaded tiny-keccak v2.0.2
9062026-03-13T17:00:33.445Z Downloaded tokio-macros v2.6.0
9072026-03-13T17:00:33.445Z Downloaded strum_macros v0.24.3
9082026-03-13T17:00:33.445Z Downloaded tls_codec v0.4.2
9092026-03-13T17:00:33.445Z Downloaded unarray v0.1.4
9102026-03-13T17:00:33.445Z Downloaded typify-macro v0.6.1
9112026-03-13T17:00:33.445Z Downloaded signal-hook v0.3.18
9122026-03-13T17:00:33.445Z Downloaded rand v0.8.5
9132026-03-13T17:00:33.445Z Downloaded strum_macros v0.27.2
9142026-03-13T17:00:33.449Z Downloaded itertools v0.12.1
9152026-03-13T17:00:33.449Z Downloaded unit-prefix v0.5.2
9162026-03-13T17:00:33.449Z Downloaded similar v2.7.0
9172026-03-13T17:00:33.460Z Downloaded serde_yaml v0.9.34+deprecated
9182026-03-13T17:00:33.467Z Downloaded usdt v0.6.0
9192026-03-13T17:00:33.467Z Downloaded untrusted v0.9.0
9202026-03-13T17:00:33.467Z Downloaded tokio-tungstenite v0.23.1
9212026-03-13T17:00:33.467Z Downloaded utf-8 v0.7.6
9222026-03-13T17:00:33.467Z Downloaded qorb v0.4.1
9232026-03-13T17:00:33.467Z Downloaded usdt-macro v0.6.0
9242026-03-13T17:00:33.467Z Downloaded usdt-attr-macro v0.6.0
9252026-03-13T17:00:33.467Z Downloaded universal-hash v0.5.1
9262026-03-13T17:00:33.467Z Downloaded unicode-truncate v1.1.0
9272026-03-13T17:00:33.470Z Downloaded spin v0.9.8
9282026-03-13T17:00:33.471Z Downloaded tokio-tungstenite v0.21.0
9292026-03-13T17:00:33.474Z Downloaded term v0.7.0
9302026-03-13T17:00:33.475Z Downloaded untrusted v0.7.1
9312026-03-13T17:00:33.483Z Downloaded toml_writer v1.0.6+spec-1.1.0
9322026-03-13T17:00:33.483Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9332026-03-13T17:00:33.483Z Downloaded tokio-native-tls v0.3.1
9342026-03-13T17:00:33.489Z Downloaded void v1.0.2
9352026-03-13T17:00:33.489Z Downloaded aho-corasick v1.1.4
9362026-03-13T17:00:33.489Z Downloaded wait-timeout v0.2.1
9372026-03-13T17:00:33.489Z Downloaded term v1.2.1
9382026-03-13T17:00:33.489Z Downloaded libxml v0.3.3
9392026-03-13T17:00:33.493Z Downloaded waitgroup v0.1.2
9402026-03-13T17:00:33.496Z Downloaded tower-service v0.3.3
9412026-03-13T17:00:33.496Z Downloaded rsa v0.9.10
9422026-03-13T17:00:33.500Z Downloaded num-bigint-dig v0.8.6
9432026-03-13T17:00:33.504Z Downloaded typify-macro v0.4.3
9442026-03-13T17:00:33.504Z Downloaded tui-tree-widget v0.23.1
9452026-03-13T17:00:33.508Z Downloaded want v0.3.1
9462026-03-13T17:00:33.508Z Downloaded tls_codec_derive v0.4.2
9472026-03-13T17:00:33.508Z Downloaded unicase v2.9.0
9482026-03-13T17:00:33.512Z Downloaded futures-util v0.3.32
9492026-03-13T17:00:33.516Z Downloaded tokio-rustls v0.26.4
9502026-03-13T17:00:33.520Z Downloaded h2 v0.4.13
9512026-03-13T17:00:33.524Z Downloaded slog v2.8.2
9522026-03-13T17:00:33.527Z Downloaded tokio-rustls v0.24.1
9532026-03-13T17:00:33.532Z Downloaded xshell-macros v0.2.7
9542026-03-13T17:00:33.532Z Downloaded rustls-platform-verifier v0.6.2
9552026-03-13T17:00:33.536Z Downloaded itertools v0.14.0
9562026-03-13T17:00:33.755Z Downloaded vergen-git2 v1.0.7
9572026-03-13T17:00:33.755Z Downloaded uzers v0.12.2
9582026-03-13T17:00:33.786Z Downloaded subprocess v0.2.15
9592026-03-13T17:00:33.786Z Downloaded tokio-rustls v0.25.0
9602026-03-13T17:00:33.786Z Downloaded xattr v1.6.1
9612026-03-13T17:00:33.786Z Downloaded schemars v1.2.1
9622026-03-13T17:00:33.786Z Downloaded zone_cfg_derive v0.3.1
9632026-03-13T17:00:33.787Z Downloaded test-strategy v0.4.5
9642026-03-13T17:00:33.787Z Downloaded usdt-impl v0.6.0
9652026-03-13T17:00:33.787Z Downloaded vergen-gitcl v1.0.8
9662026-03-13T17:00:33.787Z Downloaded tracing-attributes v0.1.31
9672026-03-13T17:00:33.787Z Downloaded vergen-lib v0.1.6
9682026-03-13T17:00:33.787Z Downloaded zone v0.3.1
9692026-03-13T17:00:33.787Z Downloaded vsss-rs v3.3.4
9702026-03-13T17:00:33.787Z Downloaded tinyvec v1.10.0
9712026-03-13T17:00:33.787Z Downloaded libm v0.2.16
9722026-03-13T17:00:33.787Z Downloaded twox-hash v2.1.2
9732026-03-13T17:00:33.787Z Downloaded rand v0.10.0
9742026-03-13T17:00:33.787Z Downloaded wyz v0.5.1
9752026-03-13T17:00:33.787Z Downloaded unicode-properties v0.1.4
9762026-03-13T17:00:33.787Z Downloaded whoami v1.6.1
9772026-03-13T17:00:33.787Z Downloaded walkdir v2.5.0
9782026-03-13T17:00:33.787Z Downloaded whoami v2.1.0
9792026-03-13T17:00:33.787Z Downloaded p521 v0.13.3
9802026-03-13T17:00:33.787Z Downloaded zeroize_derive v1.4.3
9812026-03-13T17:00:33.787Z Downloaded socket2 v0.5.10
9822026-03-13T17:00:33.787Z Downloaded hyper v1.8.1
9832026-03-13T17:00:33.787Z Downloaded toml_parser v1.0.9+spec-1.1.0
9842026-03-13T17:00:33.787Z Downloaded schemars v0.9.0
9852026-03-13T17:00:33.787Z Downloaded vergen v9.0.6
9862026-03-13T17:00:33.787Z Downloaded toml v0.7.8
9872026-03-13T17:00:33.787Z Downloaded xshell v0.2.7
9882026-03-13T17:00:33.788Z Downloaded zeroize v1.8.2
9892026-03-13T17:00:33.788Z Downloaded tokio-stream v0.1.18
9902026-03-13T17:00:33.788Z Downloaded samael v0.0.19
9912026-03-13T17:00:33.788Z Downloaded tracing-core v0.1.36
9922026-03-13T17:00:33.788Z Downloaded steno v0.4.1
9932026-03-13T17:00:33.788Z Downloaded typify v0.4.3
9942026-03-13T17:00:33.788Z Downloaded tungstenite v0.23.0
9952026-03-13T17:00:33.788Z Downloaded zstd v0.13.3
9962026-03-13T17:00:33.788Z Downloaded itertools v0.13.0
9972026-03-13T17:00:33.788Z Downloaded typify v0.6.1
9982026-03-13T17:00:33.788Z Downloaded hkdf v0.12.4
9992026-03-13T17:00:33.788Z Downloaded rustls-webpki v0.103.9
10002026-03-13T17:00:33.788Z Downloaded tar v0.4.44
10012026-03-13T17:00:33.788Z Downloaded yasna v0.5.2
10022026-03-13T17:00:33.788Z Downloaded xz2 v0.1.7
10032026-03-13T17:00:33.788Z Downloaded socket2 v0.6.2
10042026-03-13T17:00:33.788Z Downloaded uuid v1.21.0
10052026-03-13T17:00:33.788Z Downloaded unicode-bidi v0.3.18
10062026-03-13T17:00:33.788Z Downloaded toml_edit v0.23.10+spec-1.0.0
10072026-03-13T17:00:33.788Z Downloaded snafu v0.8.9
10082026-03-13T17:00:33.788Z Downloaded russh v0.45.0
10092026-03-13T17:00:33.789Z Downloaded toml v0.9.12+spec-1.1.0
10102026-03-13T17:00:33.789Z Downloaded rustyline v14.0.0
10112026-03-13T17:00:33.789Z Downloaded rand v0.9.2
10122026-03-13T17:00:33.789Z Downloaded iri-string v0.7.10
10132026-03-13T17:00:33.789Z Downloaded thiserror-no-std v2.0.2
10142026-03-13T17:00:33.789Z Downloaded nom v7.1.3
10152026-03-13T17:00:33.789Z Downloaded mio v1.1.1
10162026-03-13T17:00:33.789Z Downloaded zstd-safe v7.2.4
10172026-03-13T17:00:33.789Z Downloaded tungstenite v0.21.0
10182026-03-13T17:00:33.789Z Downloaded blake3 v1.8.3
10192026-03-13T17:00:33.789Z Downloaded zopfli v0.8.3
10202026-03-13T17:00:33.789Z Downloaded zerocopy v0.6.6
10212026-03-13T17:00:33.789Z Downloaded vte v0.14.1
10222026-03-13T17:00:33.789Z Downloaded bitvec v1.0.1
10232026-03-13T17:00:33.789Z Downloaded unsafe-libyaml v0.2.11
10242026-03-13T17:00:33.789Z Downloaded toml_edit v0.19.15
10252026-03-13T17:00:33.789Z Downloaded tokio-postgres v0.7.16
10262026-03-13T17:00:33.789Z Downloaded yansi v1.0.1
10272026-03-13T17:00:33.789Z Downloaded rpassword v7.4.0
10282026-03-13T17:00:33.789Z Downloaded ron v0.12.0
10292026-03-13T17:00:33.789Z Downloaded zip v0.6.6
10302026-03-13T17:00:33.789Z Downloaded ssh-key v0.6.7
10312026-03-13T17:00:33.804Z Downloaded p384 v0.13.1
10322026-03-13T17:00:33.804Z Downloaded typed-path v0.9.3
10332026-03-13T17:00:33.804Z Downloaded unicode_categories v0.1.1
10342026-03-13T17:00:33.804Z Downloaded bindgen v0.71.1
10352026-03-13T17:00:33.804Z Downloaded reqwest v0.13.2
10362026-03-13T17:00:33.804Z Downloaded lalrpop v0.19.12
10372026-03-13T17:00:33.804Z Downloaded git2 v0.20.4
10382026-03-13T17:00:33.807Z Downloaded portable-atomic v1.13.1
10392026-03-13T17:00:33.807Z Downloaded unicode-segmentation v1.12.0
10402026-03-13T17:00:33.811Z Downloaded quick-xml v0.37.5
10412026-03-13T17:00:33.815Z Downloaded goblin v0.10.5
10422026-03-13T17:00:33.822Z Downloaded tower v0.5.3
10432026-03-13T17:00:33.827Z Downloaded reqwest v0.12.28
10442026-03-13T17:00:33.831Z Downloaded reedline v0.40.0
10452026-03-13T17:00:33.835Z Downloaded x509-cert v0.2.5
10462026-03-13T17:00:33.839Z Downloaded zerocopy-derive v0.8.40
10472026-03-13T17:00:33.846Z Downloaded rustls-webpki v0.101.7
10482026-03-13T17:00:33.856Z Downloaded salty v0.3.0
10492026-03-13T17:00:33.862Z Downloaded chrono v0.4.44
10502026-03-13T17:00:33.868Z Downloaded proptest v1.10.0
10512026-03-13T17:00:33.872Z Downloaded tower-http v0.6.8
10522026-03-13T17:00:33.878Z Downloaded zip v4.6.1
10532026-03-13T17:00:33.882Z Downloaded serde_with v3.17.0
10542026-03-13T17:00:33.891Z Downloaded moka v0.12.13
10552026-03-13T17:00:33.900Z Downloaded unicode-normalization v0.1.25
10562026-03-13T17:00:33.906Z Downloaded petname v2.0.2
10572026-03-13T17:00:33.910Z Downloaded rustls-webpki v0.102.8
10582026-03-13T17:00:33.919Z Downloaded tokio-util v0.7.18
10592026-03-13T17:00:33.925Z Downloaded object v0.30.4
10602026-03-13T17:00:33.931Z Downloaded curve25519-dalek v4.1.3
10612026-03-13T17:00:33.940Z Downloaded tough v0.20.0
10622026-03-13T17:00:33.944Z Downloaded winnow v0.5.40
10632026-03-13T17:00:33.958Z Downloaded nix v0.27.1
10642026-03-13T17:00:33.973Z Downloaded quinn-proto v0.11.13
10652026-03-13T17:00:33.973Z Downloaded winnow v0.6.26
10662026-03-13T17:00:34.029Z Downloaded nix v0.29.0
10672026-03-13T17:00:34.029Z Downloaded radix_trie v0.2.1
10682026-03-13T17:00:34.058Z Downloaded openssl v0.10.75
10692026-03-13T17:00:34.058Z Downloaded regex v1.12.3
10702026-03-13T17:00:34.058Z Downloaded bstr v1.12.1
10712026-03-13T17:00:34.058Z Downloaded dropshot v0.16.7
10722026-03-13T17:00:34.058Z Downloaded time v0.3.47
10732026-03-13T17:00:34.058Z Downloaded zlib-rs v0.6.2
10742026-03-13T17:00:34.058Z Downloaded vcpkg v0.2.15
10752026-03-13T17:00:34.093Z Downloaded smoltcp v0.9.1
10762026-03-13T17:00:34.111Z Downloaded hickory-proto v0.24.4
10772026-03-13T17:00:34.111Z Downloaded regress v0.10.5
10782026-03-13T17:00:34.111Z Downloaded webpki-roots v1.0.6
10792026-03-13T17:00:34.111Z Downloaded object v0.37.3
10802026-03-13T17:00:34.111Z Downloaded nix v0.31.1
10812026-03-13T17:00:34.111Z Downloaded regex-syntax v0.8.10
10822026-03-13T17:00:34.111Z Downloaded rustls v0.22.4
10832026-03-13T17:00:34.130Z Downloaded openapiv3 v2.2.0
10842026-03-13T17:00:34.133Z Downloaded hickory-proto v0.25.2
10852026-03-13T17:00:34.155Z Downloaded smoltcp v0.11.0
10862026-03-13T17:00:34.158Z Downloaded zerocopy v0.8.40
10872026-03-13T17:00:34.159Z Downloaded rustls v0.23.37
10882026-03-13T17:00:34.168Z Downloaded diesel v2.3.7
10892026-03-13T17:00:34.215Z Downloaded rustix v0.38.44
10902026-03-13T17:00:34.226Z Downloaded rustls v0.21.12
10912026-03-13T17:00:34.227Z Downloaded sqlparser v0.61.0
10922026-03-13T17:00:34.227Z Downloaded nix v0.28.0
10932026-03-13T17:00:34.227Z Downloaded tabled v0.20.0
10942026-03-13T17:00:34.259Z Downloaded typify-impl v0.6.1
10952026-03-13T17:00:34.281Z Downloaded regex-syntax v0.6.29
10962026-03-13T17:00:34.281Z Downloaded polar-core v0.27.3
10972026-03-13T17:00:34.281Z Downloaded typify-impl v0.4.3
10982026-03-13T17:00:34.281Z Downloaded bzip2-sys v0.1.13+1.0.8
10992026-03-13T17:00:34.297Z Downloaded tracing v0.1.44
11002026-03-13T17:00:34.306Z Downloaded sled v0.34.7
11012026-03-13T17:00:34.306Z Downloaded ratatui v0.29.0
11022026-03-13T17:00:34.314Z Downloaded rayon v1.11.0
11032026-03-13T17:00:34.321Z Downloaded aws-lc-rs v1.16.0
11042026-03-13T17:00:34.328Z Downloaded slab v0.4.12
11052026-03-13T17:00:34.338Z Downloaded zerocopy-derive v0.6.6
11062026-03-13T17:00:34.338Z Downloaded jiff v0.2.21
11072026-03-13T17:00:34.350Z Downloaded regex-automata v0.4.14
11082026-03-13T17:00:34.364Z Downloaded petgraph v0.6.5
11092026-03-13T17:00:34.384Z Downloaded lzma-sys v0.1.20
11102026-03-13T17:00:34.421Z Downloaded chrono-tz v0.10.4
11112026-03-13T17:00:34.450Z Downloaded simd-adler32 v0.3.8
11122026-03-13T17:00:34.450Z Downloaded signal-hook-registry v1.4.8
11132026-03-13T17:00:34.450Z Downloaded shlex v1.3.0
11142026-03-13T17:00:34.450Z Downloaded petgraph v0.8.3
11152026-03-13T17:00:34.462Z Downloaded rcgen v0.12.1
11162026-03-13T17:00:34.462Z Downloaded rustls-pemfile v1.0.4
11172026-03-13T17:00:34.462Z Downloaded libz-sys v1.1.24
11182026-03-13T17:00:34.462Z Downloaded quinn-udp v0.5.14
11192026-03-13T17:00:34.462Z Downloaded pin-project-internal v1.1.11
11202026-03-13T17:00:34.462Z Downloaded papergrid v0.17.0
11212026-03-13T17:00:34.462Z Downloaded packed_struct v0.10.1
11222026-03-13T17:00:34.462Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11232026-03-13T17:00:34.498Z Downloaded csv v1.4.0
11242026-03-13T17:00:34.515Z Downloaded resolv-conf v0.7.6
11252026-03-13T17:00:34.516Z Downloaded tokio v1.49.0
11262026-03-13T17:00:34.538Z Downloaded scrypt v0.11.0
11272026-03-13T17:00:34.538Z Downloaded sha3 v0.10.8
11282026-03-13T17:00:34.538Z Downloaded scroll_derive v0.13.1
11292026-03-13T17:00:34.539Z Downloaded pkcs1 v0.7.5
11302026-03-13T17:00:34.545Z Downloaded oso v0.27.3
11312026-03-13T17:00:34.546Z Downloaded rand_chacha v0.9.0
11322026-03-13T17:00:34.546Z Downloaded postcard v1.1.3
11332026-03-13T17:00:34.546Z Downloaded expectorate v1.2.0
11342026-03-13T17:00:34.546Z Downloaded diesel_derives v2.3.7
11352026-03-13T17:00:34.546Z Downloaded der v0.7.10
11362026-03-13T17:00:34.546Z Downloaded dropshot-api-manager v0.6.0
11372026-03-13T17:00:34.546Z Downloaded crypto-bigint v0.5.5
11382026-03-13T17:00:34.560Z Downloaded parking_lot_core v0.9.12
11392026-03-13T17:00:34.560Z Downloaded progenitor v0.13.0
11402026-03-13T17:00:34.560Z Downloaded predicates v3.1.4
11412026-03-13T17:00:34.560Z Downloaded poly1305 v0.8.0
11422026-03-13T17:00:34.560Z Downloaded pkg-config v0.3.32
11432026-03-13T17:00:34.573Z Downloaded pkcs8 v0.10.2
11442026-03-13T17:00:34.573Z Downloaded phf v0.13.1
11452026-03-13T17:00:34.574Z Downloaded omicron-zone-package v0.12.2
11462026-03-13T17:00:34.574Z Downloaded peg-macros v0.8.5
11472026-03-13T17:00:34.574Z Downloaded indicatif v0.18.4
11482026-03-13T17:00:34.574Z Downloaded darling_core v0.23.0
11492026-03-13T17:00:34.574Z Downloaded crossbeam-channel v0.5.15
11502026-03-13T17:00:34.588Z Downloaded parse-display-derive v0.10.0
11512026-03-13T17:00:34.588Z Downloaded num-rational v0.4.2
11522026-03-13T17:00:34.588Z Downloaded num-complex v0.4.6
11532026-03-13T17:00:34.588Z Downloaded libbz2-rs-sys v0.2.2
11542026-03-13T17:00:34.588Z Downloaded parking_lot_core v0.8.6
11552026-03-13T17:00:34.588Z Downloaded encoding_rs v0.8.35
11562026-03-13T17:00:34.591Z Downloaded proc-macro-crate v3.4.0
11572026-03-13T17:00:34.591Z Downloaded password-hash v0.5.0
11582026-03-13T17:00:34.592Z Downloaded phf_shared v0.12.1
11592026-03-13T17:00:34.596Z Downloaded phf_shared v0.11.3
11602026-03-13T17:00:34.596Z Downloaded peg-runtime v0.8.5
11612026-03-13T17:00:34.596Z Downloaded aes-gcm v0.10.3
11622026-03-13T17:00:34.597Z Downloaded chacha20poly1305 v0.10.1
11632026-03-13T17:00:34.602Z Downloaded cc v1.2.56
11642026-03-13T17:00:34.602Z Downloaded arc-swap v1.8.2
11652026-03-13T17:00:34.607Z Downloaded ring v0.17.14
11662026-03-13T17:00:34.735Z Downloaded flume v0.11.1
11672026-03-13T17:00:34.825Z Downloaded path-slash v0.1.5
11682026-03-13T17:00:34.825Z Downloaded parse-size v1.1.0
11692026-03-13T17:00:34.825Z Downloaded num_enum v0.5.11
11702026-03-13T17:00:34.825Z Downloaded num-integer v0.1.46
11712026-03-13T17:00:34.825Z Downloaded parse-display v0.10.0
11722026-03-13T17:00:34.825Z Downloaded elliptic-curve v0.13.8
11732026-03-13T17:00:34.825Z Downloaded bumpalo v3.20.2
11742026-03-13T17:00:34.825Z Downloaded cookie v0.18.1
11752026-03-13T17:00:34.825Z Downloaded openssl-macros v0.1.1
11762026-03-13T17:00:34.826Z Downloaded iana-time-zone v0.1.65
11772026-03-13T17:00:34.826Z Downloaded httparse v1.10.1
11782026-03-13T17:00:34.826Z Downloaded libefi-sys v0.1.0
11792026-03-13T17:00:34.826Z Downloaded lalrpop-util v0.19.12
11802026-03-13T17:00:34.826Z Downloaded jobserver v0.1.34
11812026-03-13T17:00:34.826Z Downloaded hmac v0.12.1
11822026-03-13T17:00:34.826Z Downloaded num-derive v0.3.3
11832026-03-13T17:00:34.826Z Downloaded hickory-client v0.25.2
11842026-03-13T17:00:34.826Z Downloaded getrandom v0.2.17
11852026-03-13T17:00:34.826Z Downloaded nodrop v0.1.14
11862026-03-13T17:00:34.826Z Downloaded kstat-rs v0.2.4
11872026-03-13T17:00:34.826Z Downloaded new_debug_unreachable v1.0.6
11882026-03-13T17:00:34.826Z Downloaded ipnet v2.11.0
11892026-03-13T17:00:34.826Z Downloaded ingot-types v0.1.2
11902026-03-13T17:00:34.826Z Downloaded newtype-uuid-macros v0.1.0
11912026-03-13T17:00:34.826Z Downloaded newline-converter v0.3.0
11922026-03-13T17:00:34.826Z Downloaded indoc v2.0.7
11932026-03-13T17:00:34.826Z Downloaded impl-trait-for-tuples v0.2.3
11942026-03-13T17:00:34.826Z Downloaded derive_more v0.99.20
11952026-03-13T17:00:34.826Z Downloaded crossbeam-utils v0.8.21
11962026-03-13T17:00:34.826Z Downloaded memoffset v0.9.1
11972026-03-13T17:00:34.826Z Downloaded libgit2-sys v0.18.3+1.9.2
11982026-03-13T17:00:34.826Z Downloaded md5 v0.7.0
11992026-03-13T17:00:34.826Z Downloaded lzss v0.8.2
12002026-03-13T17:00:34.826Z Downloaded linked-hash-map v0.5.6
12012026-03-13T17:00:34.826Z Downloaded indent_write v2.2.0
12022026-03-13T17:00:34.826Z Downloaded humantime v2.3.0
12032026-03-13T17:00:34.827Z Downloaded ciborium v0.2.2
12042026-03-13T17:00:34.827Z Downloaded match_cfg v0.1.0
12052026-03-13T17:00:34.827Z Downloaded managed v0.8.0
12062026-03-13T17:00:34.827Z Downloaded lru-slab v0.1.2
12072026-03-13T17:00:34.827Z Downloaded lru-cache v0.1.2
12082026-03-13T17:00:34.827Z Downloaded lru v0.12.5
12092026-03-13T17:00:34.827Z Downloaded hyper-staticfile v0.10.1
12102026-03-13T17:00:34.827Z Downloaded http-body-util v0.1.3
12112026-03-13T17:00:34.827Z Downloaded derive_more-impl v2.1.1
12122026-03-13T17:00:34.827Z Downloaded darling_core v0.21.3
12132026-03-13T17:00:34.827Z Downloaded corncobs v0.1.4
12142026-03-13T17:00:34.827Z Downloaded cookie_store v0.22.1
12152026-03-13T17:00:34.827Z Downloaded colored v3.1.1
12162026-03-13T17:00:34.864Z Downloaded colored v2.2.0
12172026-03-13T17:00:34.864Z Downloaded bzip2 v0.6.1
12182026-03-13T17:00:34.864Z Downloaded lazy_static v1.5.0
12192026-03-13T17:00:34.865Z Downloaded keccak v0.1.6
12202026-03-13T17:00:34.865Z Downloaded instant v0.1.13
12212026-03-13T17:00:34.865Z Downloaded highway v1.3.0
12222026-03-13T17:00:34.865Z Downloaded globset v0.4.18
12232026-03-13T17:00:34.865Z Downloaded glob v0.3.3
12242026-03-13T17:00:34.865Z Downloaded git-stub-vcs v0.1.0
12252026-03-13T17:00:34.865Z Downloaded gethostname v0.5.0
12262026-03-13T17:00:34.865Z Downloaded derive-where v1.6.0
12272026-03-13T17:00:34.865Z Downloaded instability v0.3.11
12282026-03-13T17:00:34.865Z Downloaded crossbeam-epoch v0.9.18
12292026-03-13T17:00:34.865Z Downloaded blake2 v0.10.6
12302026-03-13T17:00:34.865Z Downloaded fixedbitset v0.5.7
12312026-03-13T17:00:34.865Z Downloaded erased-serde v0.3.31
12322026-03-13T17:00:34.865Z Downloaded data-encoding v2.10.0
12332026-03-13T17:00:34.865Z Downloaded ctr v0.9.2
12342026-03-13T17:00:34.865Z Downloaded crossbeam-deque v0.8.6
12352026-03-13T17:00:34.865Z Downloaded ecdsa v0.16.9
12362026-03-13T17:00:34.865Z Downloaded fs_extra v1.3.0
12372026-03-13T17:00:34.865Z Downloaded arrayvec v0.7.6
12382026-03-13T17:00:34.865Z Downloaded daft-derive v0.1.5
12392026-03-13T17:00:34.865Z Downloaded hubpack_derive v0.1.1
12402026-03-13T17:00:34.865Z Downloaded http-range v0.1.5
12412026-03-13T17:00:34.865Z Downloaded http-body v1.0.1
12422026-03-13T17:00:34.865Z Downloaded fs-err v2.11.0
12432026-03-13T17:00:34.865Z Downloaded crc v3.4.0
12442026-03-13T17:00:34.866Z Downloaded bitfield v0.19.4
12452026-03-13T17:00:34.866Z Downloaded bit-vec v0.6.3
12462026-03-13T17:00:34.866Z Downloaded cmake v0.1.57
12472026-03-13T17:00:34.866Z Downloaded cargo_metadata v0.19.2
12482026-03-13T17:00:34.866Z Downloaded bit-vec v0.8.0
12492026-03-13T17:00:34.866Z Downloaded hex-literal v0.4.1
12502026-03-13T17:00:34.866Z Downloaded hex v0.4.3
12512026-03-13T17:00:34.866Z Downloaded headers-core v0.3.0
12522026-03-13T17:00:34.866Z Downloaded hash32 v0.3.1
12532026-03-13T17:00:34.866Z Downloaded hash32 v0.2.1
12542026-03-13T17:00:34.866Z Downloaded filetime v0.2.27
12552026-03-13T17:00:34.866Z Downloaded const-oid v0.9.6
12562026-03-13T17:00:34.866Z Downloaded ar_archive_writer v0.5.1
12572026-03-13T17:00:34.866Z Downloaded ed25519 v2.2.3
12582026-03-13T17:00:34.866Z Downloaded convert_case v0.10.0
12592026-03-13T17:00:34.866Z Downloaded const_format_proc_macros v0.2.34
12602026-03-13T17:00:34.866Z Downloaded clang-sys v1.8.1
12612026-03-13T17:00:34.866Z Downloaded cassowary v0.3.0
12622026-03-13T17:00:34.866Z Downloaded cancel-safe-futures v0.1.5
12632026-03-13T17:00:34.866Z Downloaded blowfish v0.9.1
12642026-03-13T17:00:34.866Z Downloaded base16ct v0.2.0
12652026-03-13T17:00:34.866Z Downloaded backon v1.6.0
12662026-03-13T17:00:34.866Z Downloaded constant_time_eq v0.4.2
12672026-03-13T17:00:34.867Z Downloaded cipher v0.4.4
12682026-03-13T17:00:34.867Z Downloaded cbc v0.1.2
12692026-03-13T17:00:34.867Z Downloaded bitflags v1.3.2
12702026-03-13T17:00:34.867Z Downloaded async-trait v0.1.89
12712026-03-13T17:00:34.867Z Downloaded futures-task v0.3.32
12722026-03-13T17:00:34.867Z Downloaded futures-sink v0.3.32
12732026-03-13T17:00:34.867Z Downloaded futures-core v0.3.32
12742026-03-13T17:00:34.867Z Downloaded fd-lock v4.0.4
12752026-03-13T17:00:34.867Z Downloaded difflib v0.4.0
12762026-03-13T17:00:34.867Z Downloaded crucible-workspace-hack v0.1.0
12772026-03-13T17:00:34.867Z Downloaded foreign-types v0.5.0
12782026-03-13T17:00:34.867Z Downloaded foreign-types v0.3.2
12792026-03-13T17:00:34.867Z Downloaded dyn-clone v1.0.20
12802026-03-13T17:00:34.867Z Downloaded dunce v1.0.5
12812026-03-13T17:00:34.867Z Downloaded bitfield-struct v0.6.2
12822026-03-13T17:00:34.867Z Downloaded endian-type v0.1.2
12832026-03-13T17:00:34.867Z Downloaded ciborium-ll v0.2.2
12842026-03-13T17:00:34.867Z Downloaded bb8 v0.8.6
12852026-03-13T17:00:34.868Z Downloaded assert_matches v1.5.0
12862026-03-13T17:00:34.868Z Downloaded ena v0.14.4
12872026-03-13T17:00:34.868Z Downloaded ciborium-io v0.2.2
12882026-03-13T17:00:34.868Z Downloaded dsl_auto_type v0.2.0
12892026-03-13T17:00:34.868Z Downloaded display-error-chain v0.2.2
12902026-03-13T17:00:34.868Z Downloaded defmt-parser v1.0.0
12912026-03-13T17:00:34.868Z Downloaded dirs-next v2.0.0
12922026-03-13T17:00:34.868Z Downloaded embedded-io v0.4.0
12932026-03-13T17:00:34.868Z Downloaded downcast-rs v2.0.2
12942026-03-13T17:00:34.868Z Downloaded diesel_table_macro_syntax v0.3.0
12952026-03-13T17:00:34.868Z Downloaded crc8 v0.1.1
12962026-03-13T17:00:34.868Z Downloaded cobs v0.3.0
12972026-03-13T17:00:34.868Z Downloaded cfg_aliases v0.2.1
12982026-03-13T17:00:34.868Z Downloaded cfg_aliases v0.1.1
12992026-03-13T17:00:34.868Z Downloaded block-padding v0.3.3
13002026-03-13T17:00:34.868Z Downloaded async-stream-impl v0.3.6
13012026-03-13T17:00:34.868Z Downloaded diesel-dtrace v0.5.0
13022026-03-13T17:00:34.868Z Downloaded darling_macro v0.23.0
13032026-03-13T17:00:34.868Z Downloaded castaway v0.2.4
13042026-03-13T17:00:34.868Z Downloaded float-ord v0.3.2
13052026-03-13T17:00:34.868Z Downloaded defmt v1.0.1
13062026-03-13T17:00:34.868Z Downloaded darling_macro v0.20.11
13072026-03-13T17:00:34.868Z Downloaded curve25519-dalek-derive v0.1.1
13082026-03-13T17:00:34.894Z Downloaded bitfield-macros v0.19.4
13092026-03-13T17:00:34.894Z Downloaded atty v0.2.14
13102026-03-13T17:00:34.894Z Downloaded cpufeatures v0.3.0
13112026-03-13T17:00:34.894Z Downloaded base16ct v1.0.0
13122026-03-13T17:00:34.894Z Downloaded async-stream v0.3.6
13132026-03-13T17:00:34.895Z Downloaded dof v0.4.0
13142026-03-13T17:00:34.895Z Downloaded debug-ignore v1.0.5
13152026-03-13T17:00:34.895Z Downloaded darling_macro v0.21.3
13162026-03-13T17:00:34.895Z Downloaded bit-set v0.8.0
13172026-03-13T17:00:34.895Z Downloaded atomicwrites v0.4.4
13182026-03-13T17:00:34.895Z Downloaded derive-ex v0.1.8
13192026-03-13T17:00:34.895Z Downloaded deranged v0.5.8
13202026-03-13T17:00:34.895Z Downloaded bit-set v0.5.3
13212026-03-13T17:00:34.895Z Downloaded atomic-waker v1.1.2
13222026-03-13T17:00:34.895Z Downloaded aes v0.8.4
13232026-03-13T17:00:34.895Z Downloaded des v0.8.1
13242026-03-13T17:00:34.895Z Downloaded defmt-macros v1.0.1
13252026-03-13T17:00:34.895Z Downloaded defmt v0.3.100
13262026-03-13T17:00:34.895Z Downloaded darling v0.20.11
13272026-03-13T17:00:34.895Z Downloaded daft v0.1.5
13282026-03-13T17:00:34.895Z Downloaded camino-tempfile-ext v0.3.3
13292026-03-13T17:00:34.895Z Downloaded bzip2 v0.4.4
13302026-03-13T17:00:34.895Z Downloaded base64ct v1.8.3
13312026-03-13T17:00:34.895Z Downloaded async-recursion v1.1.1
13322026-03-13T17:00:34.895Z Downloaded ascii-canvas v3.0.0
13332026-03-13T17:00:34.895Z Downloaded chacha20 v0.10.0
13342026-03-13T17:00:34.895Z Downloaded critical-section v1.2.0
13352026-03-13T17:00:34.895Z Downloaded cargo-platform v0.1.9
13362026-03-13T17:00:34.896Z Downloaded async-bb8-diesel v0.2.1
13372026-03-13T17:00:34.896Z Downloaded cexpr v0.6.0
13382026-03-13T17:00:34.896Z Downloaded allocator-api2 v0.2.21
13392026-03-13T17:00:34.896Z Downloaded adler2 v2.0.1
13402026-03-13T17:00:34.896Z Downloaded arrayref v0.3.9
13412026-03-13T17:00:35.245Z Downloaded aws-lc-sys v0.37.1
13422026-03-13T17:00:35.534Z Compiling libc v0.2.180
13432026-03-13T17:00:35.534Z Compiling serde v1.0.228
13442026-03-13T17:00:35.538Z Compiling log v0.4.29
13452026-03-13T17:00:35.538Z Compiling find-msvc-tools v0.1.9
13462026-03-13T17:00:35.703Z Compiling shlex v1.3.0
13472026-03-13T17:00:35.706Z Compiling smallvec v1.15.1
13482026-03-13T17:00:35.731Z Compiling syn v2.0.117
13492026-03-13T17:00:35.734Z Compiling typenum v1.19.0
13502026-03-13T17:00:36.088Z Compiling generic-array v0.14.7
13512026-03-13T17:00:36.118Z Compiling subtle v2.6.1
13522026-03-13T17:00:36.118Z Compiling scopeguard v1.2.0
13532026-03-13T17:00:36.118Z Compiling portable-atomic v1.13.1
13542026-03-13T17:00:36.154Z Compiling lock_api v0.4.14
13552026-03-13T17:00:36.171Z Compiling const-oid v0.9.6
13562026-03-13T17:00:36.264Z Compiling critical-section v1.2.0
13572026-03-13T17:00:36.316Z Compiling zerocopy v0.8.40
13582026-03-13T17:00:36.395Z Compiling parking_lot_core v0.9.12
13592026-03-13T17:00:36.460Z Compiling pin-project-lite v0.2.17
13602026-03-13T17:00:36.581Z Compiling serde_json v1.0.149
13612026-03-13T17:00:36.778Z Compiling pkg-config v0.3.32
13622026-03-13T17:00:36.928Z Compiling bitflags v2.11.0
13632026-03-13T17:00:37.109Z Compiling getrandom v0.2.17
13642026-03-13T17:00:37.204Z Compiling jobserver v0.1.34
13652026-03-13T17:00:37.252Z Compiling rand_core v0.6.4
13662026-03-13T17:00:37.286Z Compiling errno v0.3.14
13672026-03-13T17:00:37.480Z Compiling cc v1.2.56
13682026-03-13T17:00:37.798Z Compiling once_cell v1.21.3
13692026-03-13T17:00:37.907Z Compiling signal-hook-registry v1.4.8
13702026-03-13T17:00:37.907Z Compiling parking_lot v0.12.5
13712026-03-13T17:00:37.907Z Compiling mio v1.1.1
13722026-03-13T17:00:37.907Z Compiling libm v0.2.16
13732026-03-13T17:00:37.907Z Compiling num-traits v0.2.19
13742026-03-13T17:00:37.962Z Compiling futures-core v0.3.32
13752026-03-13T17:00:38.115Z Compiling socket2 v0.6.2
13762026-03-13T17:00:38.150Z Compiling percent-encoding v2.3.2
13772026-03-13T17:00:38.267Z Compiling allocator-api2 v0.2.21
13782026-03-13T17:00:38.279Z Compiling foldhash v0.2.0
13792026-03-13T17:00:38.327Z Compiling cpufeatures v0.2.17
13802026-03-13T17:00:38.420Z Compiling futures-sink v0.3.32
13812026-03-13T17:00:38.531Z Compiling futures-task v0.3.32
13822026-03-13T17:00:38.542Z Compiling futures-channel v0.3.32
13832026-03-13T17:00:38.559Z Compiling slab v0.4.12
13842026-03-13T17:00:38.621Z Compiling hashbrown v0.16.1
13852026-03-13T17:00:38.678Z Compiling futures-io v0.3.32
13862026-03-13T17:00:38.737Z Compiling getrandom v0.4.1
13872026-03-13T17:00:38.797Z Compiling rustversion v1.0.22
13882026-03-13T17:00:38.857Z Compiling getrandom v0.3.4
13892026-03-13T17:00:38.932Z Compiling rand_core v0.10.0
13902026-03-13T17:00:39.068Z Compiling cmake v0.1.57
13912026-03-13T17:00:39.425Z Compiling indexmap v2.13.0
13922026-03-13T17:00:39.585Z Compiling form_urlencoded v1.2.2
13932026-03-13T17:00:39.635Z Compiling ident_case v1.0.1
13942026-03-13T17:00:39.735Z Compiling base64ct v1.8.3
13952026-03-13T17:00:39.772Z Compiling fs_extra v1.3.0
13962026-03-13T17:00:39.812Z Compiling dunce v1.0.5
13972026-03-13T17:00:39.914Z Compiling synstructure v0.13.2
13982026-03-13T17:00:39.992Z Compiling flagset v0.4.7
13992026-03-13T17:00:40.140Z Compiling pem-rfc7468 v0.7.0
14002026-03-13T17:00:40.163Z Compiling aws-lc-sys v0.37.1
14012026-03-13T17:00:40.177Z Compiling rand_core v0.9.5
14022026-03-13T17:00:40.232Z Compiling rustix v1.1.3
14032026-03-13T17:00:40.351Z Compiling iana-time-zone v0.1.65
14042026-03-13T17:00:40.369Z Compiling ring v0.17.14
14052026-03-13T17:00:40.539Z Compiling uuid v1.21.0
14062026-03-13T17:00:40.553Z Compiling rustc_version v0.4.1
14072026-03-13T17:00:40.614Z Compiling aws-lc-rs v1.16.0
14082026-03-13T17:00:44.093Z Compiling vcpkg v0.2.15
14092026-03-13T17:00:44.181Z Compiling regex-syntax v0.8.10
14102026-03-13T17:00:44.181Z Compiling tracing-core v0.1.36
14112026-03-13T17:00:44.181Z Compiling crossbeam-utils v0.8.21
14122026-03-13T17:00:44.181Z Compiling pest_generator v2.8.6
14132026-03-13T17:00:44.181Z Compiling openssl-sys v0.9.111
14142026-03-13T17:00:44.181Z Compiling serde_derive_internals v0.29.1
14152026-03-13T17:00:44.181Z Compiling serde_derive v1.0.228
14162026-03-13T17:00:44.181Z Compiling zeroize_derive v1.4.3
14172026-03-13T17:00:44.181Z Compiling zerofrom-derive v0.1.6
14182026-03-13T17:00:44.181Z Compiling yoke-derive v0.8.1
14192026-03-13T17:00:44.181Z Compiling zerocopy-derive v0.8.40
14202026-03-13T17:00:44.230Z Compiling zeroize v1.8.2
14212026-03-13T17:00:44.257Z Compiling zerovec-derive v0.11.2
14222026-03-13T17:00:44.264Z Compiling displaydoc v0.2.5
14232026-03-13T17:00:44.379Z Compiling crypto-common v0.1.7
14242026-03-13T17:00:44.519Z Compiling zerofrom v0.1.6
14252026-03-13T17:00:44.550Z Compiling block-buffer v0.10.4
14262026-03-13T17:00:44.675Z Compiling yoke v0.8.1
14272026-03-13T17:00:44.750Z Compiling digest v0.10.7
14282026-03-13T17:00:44.909Z Compiling tokio-macros v2.6.0
14292026-03-13T17:00:45.121Z Compiling hmac v0.12.1
14302026-03-13T17:00:45.271Z Compiling futures-macro v0.3.32
14312026-03-13T17:00:45.291Z Compiling zerotrie v0.2.3
14322026-03-13T17:00:45.321Z Compiling block-padding v0.3.3
14332026-03-13T17:00:45.521Z Compiling inout v0.1.4
14342026-03-13T17:00:45.679Z Compiling sha2 v0.10.9
14352026-03-13T17:00:45.736Z Compiling cipher v0.4.4
14362026-03-13T17:00:45.755Z Compiling zerovec v0.11.5
14372026-03-13T17:00:45.944Z Compiling der_derive v0.7.3
14382026-03-13T17:00:46.089Z Compiling salsa20 v0.10.2
14392026-03-13T17:00:46.264Z Compiling pbkdf2 v0.12.2
14402026-03-13T17:00:46.367Z Compiling futures-util v0.3.32
14412026-03-13T17:00:46.406Z Compiling tinystr v0.8.2
14422026-03-13T17:00:46.444Z Compiling potential_utf v0.1.4
14432026-03-13T17:00:46.658Z Compiling icu_locale_core v2.1.1
14442026-03-13T17:00:46.675Z Compiling icu_collections v2.1.1
14452026-03-13T17:00:47.194Z Compiling bytes v1.11.1
14462026-03-13T17:00:47.225Z Compiling der v0.7.10
14472026-03-13T17:00:47.306Z Compiling chrono v0.4.44
14482026-03-13T17:00:47.466Z Compiling thiserror-impl v2.0.18
14492026-03-13T17:00:47.905Z Compiling tokio v1.49.0
14502026-03-13T17:00:48.016Z Compiling icu_provider v2.1.1
14512026-03-13T17:00:48.387Z Compiling icu_properties v2.1.2
14522026-03-13T17:00:48.858Z Compiling icu_normalizer v2.1.1
14532026-03-13T17:00:49.168Z Compiling spki v0.7.3
14542026-03-13T17:00:49.232Z Compiling http v1.4.0
14552026-03-13T17:00:49.416Z Compiling ppv-lite86 v0.2.21
14562026-03-13T17:00:49.461Z Compiling thiserror v2.0.18
14572026-03-13T17:00:49.568Z Compiling idna_adapter v1.2.1
14582026-03-13T17:00:49.587Z Compiling scrypt v0.11.0
14592026-03-13T17:00:49.616Z Compiling aes v0.8.4
14602026-03-13T17:00:49.732Z Compiling idna v1.1.0
14612026-03-13T17:00:49.855Z Compiling rand_chacha v0.9.0
14622026-03-13T17:00:49.901Z Compiling cbc v0.1.2
14632026-03-13T17:00:49.918Z Compiling rustls-pki-types v1.14.0
14642026-03-13T17:00:50.120Z Compiling tracing-attributes v0.1.31
14652026-03-13T17:00:50.493Z Compiling url v2.5.8
14662026-03-13T17:00:50.550Z Compiling rand v0.9.2
14672026-03-13T17:00:50.657Z Compiling pkcs5 v0.7.1
14682026-03-13T17:00:50.821Z Compiling http-body v1.0.1
14692026-03-13T17:00:51.025Z Compiling schemars v0.8.22
14702026-03-13T17:00:51.082Z Compiling untrusted v0.7.1
14712026-03-13T17:00:51.232Z Compiling base64 v0.22.1
14722026-03-13T17:00:51.285Z Compiling untrusted v0.9.0
14732026-03-13T17:00:51.289Z Compiling httparse v1.10.1
14742026-03-13T17:00:51.433Z Compiling openssl-probe v0.2.1
14752026-03-13T17:00:51.558Z Compiling syn v1.0.109
14762026-03-13T17:00:51.657Z Compiling pkcs8 v0.10.2
14772026-03-13T17:00:51.676Z Compiling schemars_derive v0.8.22
14782026-03-13T17:00:51.815Z Compiling pest_derive v2.8.6
14792026-03-13T17:00:51.953Z Compiling tracing v0.1.44
14802026-03-13T17:00:52.006Z Compiling scroll_derive v0.13.1
14812026-03-13T17:00:52.302Z Compiling darling_core v0.20.11
14822026-03-13T17:00:52.363Z Compiling try-lock v0.2.5
14832026-03-13T17:00:52.497Z Compiling rustls v0.23.37
14842026-03-13T17:00:52.700Z Compiling atomic-waker v1.1.2
14852026-03-13T17:00:52.728Z Compiling tinyvec_macros v0.1.1
14862026-03-13T17:00:52.815Z Compiling tower-layer v0.3.3
14872026-03-13T17:00:52.846Z Compiling tower-service v0.3.3
14882026-03-13T17:00:52.959Z Compiling tokio-util v0.7.18
14892026-03-13T17:00:53.009Z Compiling dyn-clone v1.0.20
14902026-03-13T17:00:53.075Z Compiling scroll v0.13.0
14912026-03-13T17:00:53.178Z Compiling tinyvec v1.10.0
14922026-03-13T17:00:53.417Z Compiling want v0.3.1
14932026-03-13T17:00:54.019Z Compiling h2 v0.4.13
14942026-03-13T17:00:54.042Z Compiling ipnet v2.11.0
14952026-03-13T17:00:54.355Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-13T17:00:54.714Z Compiling spin v0.9.8
14972026-03-13T17:00:54.868Z Compiling aho-corasick v1.1.4
14982026-03-13T17:00:55.034Z Compiling pin-utils v0.1.0
14992026-03-13T17:00:55.123Z Compiling powerfmt v0.2.0
15002026-03-13T17:00:55.156Z Compiling foreign-types-shared v0.1.1
15012026-03-13T17:00:55.251Z Compiling time-core v0.1.8
15022026-03-13T17:00:55.378Z Compiling num-conv v0.2.0
15032026-03-13T17:00:55.446Z Compiling openssl v0.10.75
15042026-03-13T17:00:55.543Z Compiling darling_macro v0.20.11
15052026-03-13T17:00:55.563Z Compiling httpdate v1.0.3
15062026-03-13T17:00:55.751Z Compiling crc32fast v1.5.0
15072026-03-13T17:00:55.793Z Compiling time-macros v0.2.27
15082026-03-13T17:00:55.842Z Compiling deranged v0.5.8
15092026-03-13T17:00:56.164Z Compiling darling v0.20.11
15102026-03-13T17:00:56.182Z Compiling regex-automata v0.4.14
15112026-03-13T17:00:56.267Z Compiling tempfile v3.25.0
15122026-03-13T17:00:56.757Z Compiling foreign-types v0.3.2
15132026-03-13T17:00:57.247Z Compiling goblin v0.10.5
15142026-03-13T17:00:57.322Z Compiling thiserror-impl v1.0.69
15152026-03-13T17:00:58.065Z Compiling hyper v1.8.1
15162026-03-13T17:00:59.008Z Compiling openssl-macros v0.1.1
15172026-03-13T17:00:59.214Z Compiling wait-timeout v0.2.1
15182026-03-13T17:00:59.388Z Compiling bit-vec v0.8.0
15192026-03-13T17:00:59.504Z Compiling quick-error v1.2.3
15202026-03-13T17:00:59.534Z Compiling num_threads v0.1.7
15212026-03-13T17:00:59.638Z Compiling siphasher v1.0.2
15222026-03-13T17:00:59.650Z Compiling usdt-impl v0.6.0
15232026-03-13T17:00:59.683Z Compiling simd-adler32 v0.3.8
15242026-03-13T17:00:59.874Z Compiling either v1.15.0
15252026-03-13T17:00:59.946Z Compiling native-tls v0.2.18
15262026-03-13T17:01:00.093Z Compiling bit-set v0.8.0
15272026-03-13T17:01:00.166Z Compiling time v0.3.47
15282026-03-13T17:01:00.184Z Compiling rusty-fork v0.3.1
15292026-03-13T17:01:00.292Z Compiling hyper-util v0.1.20
15302026-03-13T17:01:00.593Z Compiling thiserror v1.0.69
15312026-03-13T17:01:00.719Z Compiling derive_builder_core v0.20.2
15322026-03-13T17:01:01.935Z Compiling dof v0.4.0
15332026-03-13T17:01:02.218Z Compiling unicode-normalization v0.1.25
15342026-03-13T17:01:02.496Z Compiling crossbeam-epoch v0.9.18
15352026-03-13T17:01:02.627Z Compiling dtrace-parser v0.3.0
15362026-03-13T17:01:02.785Z Compiling rustls-native-certs v0.8.3
15372026-03-13T17:01:02.808Z Compiling signature v2.2.0
15382026-03-13T17:01:03.036Z Compiling scroll_derive v0.12.1
15392026-03-13T17:01:03.148Z Compiling heapless v0.7.17
15402026-03-13T17:01:03.380Z Compiling rand_xorshift v0.4.0
15412026-03-13T17:01:03.485Z Compiling slog v2.8.2
15422026-03-13T17:01:03.608Z Compiling darling_core v0.21.3
15432026-03-13T17:01:03.656Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-13T17:01:03.709Z Compiling sync_wrapper v1.0.2
15452026-03-13T17:01:03.736Z Compiling thread-id v5.1.0
15462026-03-13T17:01:03.795Z Compiling cookie v0.18.1
15472026-03-13T17:01:03.808Z Compiling paste v1.0.15
15482026-03-13T17:01:03.909Z Compiling unarray v0.1.4
15492026-03-13T17:01:04.016Z Compiling zstd-safe v7.2.4
15502026-03-13T17:01:04.058Z Compiling anyhow v1.0.102
15512026-03-13T17:01:04.074Z Compiling unicode-properties v0.1.4
15522026-03-13T17:01:04.173Z Compiling signal-hook v0.3.18
15532026-03-13T17:01:04.273Z Compiling unicode-bidi v0.3.18
15542026-03-13T17:01:04.315Z Compiling adler2 v2.0.1
15552026-03-13T17:01:04.380Z Compiling unicode-segmentation v1.12.0
15562026-03-13T17:01:04.409Z Compiling rayon-core v1.13.0
15572026-03-13T17:01:04.549Z Compiling miniz_oxide v0.8.9
15582026-03-13T17:01:04.722Z Compiling stringprep v0.1.5
15592026-03-13T17:01:04.918Z Compiling proptest v1.10.0
15602026-03-13T17:01:04.965Z Compiling scroll v0.12.0
15612026-03-13T17:01:05.327Z Compiling tower v0.5.3
15622026-03-13T17:01:05.479Z Compiling crossbeam-deque v0.8.6
15632026-03-13T17:01:05.633Z Compiling derive_builder_macro v0.20.2
15642026-03-13T17:01:05.763Z Compiling ipnetwork v0.21.1
15652026-03-13T17:01:05.827Z Compiling http-body-util v0.1.3
15662026-03-13T17:01:05.973Z Compiling webpki-roots v1.0.6
15672026-03-13T17:01:06.081Z Compiling rand_chacha v0.3.1
15682026-03-13T17:01:06.106Z Compiling erased-serde v0.3.31
15692026-03-13T17:01:06.134Z Compiling serde_spanned v0.6.9
15702026-03-13T17:01:06.188Z Compiling serde_tokenstream v0.2.3
15712026-03-13T17:01:06.204Z Compiling toml_datetime v0.6.11
15722026-03-13T17:01:06.323Z Compiling md-5 v0.10.6
15732026-03-13T17:01:06.543Z Compiling zerocopy-derive v0.7.35
15742026-03-13T17:01:06.563Z Compiling curve25519-dalek v4.1.3
15752026-03-13T17:01:06.563Z Compiling vergen-lib v0.1.6
15762026-03-13T17:01:06.834Z Compiling num-integer v0.1.46
15772026-03-13T17:01:06.848Z Compiling hash32 v0.2.1
15782026-03-13T17:01:06.988Z Compiling ff v0.13.1
15792026-03-13T17:01:07.056Z Compiling memoffset v0.9.1
15802026-03-13T17:01:07.127Z Compiling fallible-iterator v0.2.0
15812026-03-13T17:01:07.170Z Compiling zlib-rs v0.6.2
15822026-03-13T17:01:07.215Z Compiling darling_macro v0.21.3
15832026-03-13T17:01:07.229Z Compiling ryu v1.0.23
15842026-03-13T17:01:07.330Z Compiling rustix v0.38.44
15852026-03-13T17:01:07.483Z Compiling num-bigint-dig v0.8.6
15862026-03-13T17:01:07.530Z Compiling smoltcp v0.9.1
15872026-03-13T17:01:07.714Z Compiling litrs v1.0.0
15882026-03-13T17:01:07.734Z Compiling ref-cast v1.0.25
15892026-03-13T17:01:07.804Z Compiling psl-types v2.0.11
15902026-03-13T17:01:07.836Z Compiling cfg_aliases v0.2.1
15912026-03-13T17:01:07.925Z Compiling base16ct v0.2.0
15922026-03-13T17:01:08.016Z Compiling iri-string v0.7.10
15932026-03-13T17:01:08.178Z Compiling nix v0.31.1
15942026-03-13T17:01:08.223Z Compiling sec1 v0.7.3
15952026-03-13T17:01:08.223Z Compiling publicsuffix v2.3.0
15962026-03-13T17:01:08.402Z Compiling document-features v0.2.12
15972026-03-13T17:01:08.403Z Compiling newtype-uuid v1.3.2
15982026-03-13T17:01:08.485Z Compiling darling v0.21.3
15992026-03-13T17:01:08.581Z Compiling zerocopy v0.7.35
16002026-03-13T17:01:08.635Z Compiling postgres-protocol v0.6.10
16012026-03-13T17:01:08.842Z Compiling serde_urlencoded v0.7.1
16022026-03-13T17:01:09.188Z Compiling group v0.13.0
16032026-03-13T17:01:09.259Z Compiling num-iter v0.1.45
16042026-03-13T17:01:09.435Z Compiling rand v0.8.5
16052026-03-13T17:01:09.458Z Compiling derive_builder v0.20.2
16062026-03-13T17:01:09.613Z Compiling tower-http v0.6.8
16072026-03-13T17:01:09.931Z Compiling oxnet v0.1.4
16082026-03-13T17:01:09.982Z Compiling proc-macro-error v1.0.4
16092026-03-13T17:01:10.082Z Compiling tokio-native-tls v0.3.1
16102026-03-13T17:01:10.408Z Compiling goblin v0.8.2
16112026-03-13T17:01:10.591Z Compiling heck v0.4.1
16122026-03-13T17:01:11.080Z Compiling flate2 v1.1.9
16132026-03-13T17:01:11.328Z Compiling phf_shared v0.13.1
16142026-03-13T17:01:11.348Z Compiling hubpack_derive v0.1.1
16152026-03-13T17:01:11.573Z Compiling regex v1.12.3
16162026-03-13T17:01:11.596Z Compiling lazy_static v1.5.0
16172026-03-13T17:01:11.624Z Compiling cargo-platform v0.1.9
16182026-03-13T17:01:11.713Z Compiling hkdf v0.12.4
16192026-03-13T17:01:11.725Z Compiling crypto-bigint v0.5.5
16202026-03-13T17:01:11.900Z Compiling daft-derive v0.1.5
16212026-03-13T17:01:11.939Z Compiling strum_macros v0.27.2
16222026-03-13T17:01:11.954Z Compiling async-trait v0.1.89
16232026-03-13T17:01:12.164Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-13T17:01:12.818Z Compiling ref-cast-impl v1.0.25
16252026-03-13T17:01:13.007Z Compiling terminal_size v0.4.3
16262026-03-13T17:01:13.174Z Compiling vergen v9.0.6
16272026-03-13T17:01:13.400Z Compiling fs-err v3.3.0
16282026-03-13T17:01:13.415Z Compiling ahash v0.8.12
16292026-03-13T17:01:13.540Z Compiling bitflags v1.3.2
16302026-03-13T17:01:13.641Z Compiling bumpalo v3.20.2
16312026-03-13T17:01:13.651Z Compiling managed v0.8.0
16322026-03-13T17:01:13.691Z Compiling winnow v0.5.40
16332026-03-13T17:01:13.928Z Compiling libbz2-rs-sys v0.2.2
16342026-03-13T17:01:13.958Z Compiling foldhash v0.1.5
16352026-03-13T17:01:14.178Z Compiling object v0.37.3
16362026-03-13T17:01:14.595Z Compiling bzip2 v0.6.1
16372026-03-13T17:01:14.679Z Compiling strum v0.27.2
16382026-03-13T17:01:14.821Z Compiling hashbrown v0.15.5
16392026-03-13T17:01:14.842Z Compiling clap_builder v4.5.60
16402026-03-13T17:01:14.859Z Compiling console v0.16.2
16412026-03-13T17:01:14.877Z Compiling zopfli v0.8.3
16422026-03-13T17:01:15.623Z Compiling toml_edit v0.19.15
16432026-03-13T17:01:15.777Z Compiling dof v0.3.0
16442026-03-13T17:01:15.845Z Compiling elliptic-curve v0.13.8
16452026-03-13T17:01:16.370Z Compiling daft v0.1.5
16462026-03-13T17:01:16.522Z Compiling hubpack v0.1.2
16472026-03-13T17:01:16.752Z Compiling cargo_metadata v0.19.2
16482026-03-13T17:01:16.811Z Compiling phf v0.13.1
16492026-03-13T17:01:17.007Z Compiling signal-hook-mio v0.2.5
16502026-03-13T17:01:17.673Z Compiling zone_cfg_derive v0.3.1
16512026-03-13T17:01:18.501Z Compiling cookie_store v0.22.1
16522026-03-13T17:01:18.616Z Compiling rayon v1.11.0
16532026-03-13T17:01:19.206Z Compiling zstd v0.13.3
16542026-03-13T17:01:19.315Z Compiling bzip2 v0.4.4
16552026-03-13T17:01:19.395Z Compiling hyper-tls v0.6.0
16562026-03-13T17:01:19.591Z Compiling postgres-types v0.2.12
16572026-03-13T17:01:19.641Z Compiling serde_with_macros v3.17.0
16582026-03-13T17:01:19.732Z Compiling usdt-attr-macro v0.6.0
16592026-03-13T17:01:20.048Z Compiling usdt-macro v0.6.0
16602026-03-13T17:01:20.334Z Compiling ed25519 v2.2.3
16612026-03-13T17:01:20.839Z Compiling dtrace-parser v0.2.0
16622026-03-13T17:01:21.033Z Compiling itertools v0.12.1
16632026-03-13T17:01:21.082Z Compiling phf_shared v0.11.3
16642026-03-13T17:01:21.239Z Compiling bstr v1.12.1
16652026-03-13T17:01:21.257Z Compiling pkcs1 v0.7.5
16662026-03-13T17:01:21.325Z Compiling hex v0.4.3
16672026-03-13T17:01:21.586Z Compiling serde-big-array v0.5.1
16682026-03-13T17:01:21.696Z Compiling rfc6979 v0.4.0
16692026-03-13T17:01:21.780Z Compiling clap_derive v4.5.55
16702026-03-13T17:01:21.818Z Compiling enum-as-inner v0.6.1
16712026-03-13T17:01:21.849Z Compiling serde_repr v0.1.20
16722026-03-13T17:01:21.860Z Compiling strum_macros v0.26.4
16732026-03-13T17:01:22.120Z Compiling float-cmp v0.10.0
16742026-03-13T17:01:22.292Z Compiling thread-id v4.2.2
16752026-03-13T17:01:22.419Z Compiling memmap2 v0.9.10
16762026-03-13T17:01:22.445Z Compiling env_filter v1.0.0
16772026-03-13T17:01:22.538Z Compiling encoding_rs v0.8.35
16782026-03-13T17:01:22.645Z Compiling difflib v0.4.0
16792026-03-13T17:01:22.672Z Compiling jiff v0.2.21
16802026-03-13T17:01:22.873Z Compiling data-encoding v2.10.0
16812026-03-13T17:01:23.397Z Compiling static_assertions v1.1.0
16822026-03-13T17:01:23.492Z Compiling mime v0.3.17
16832026-03-13T17:01:23.812Z Compiling keccak v0.1.6
16842026-03-13T17:01:23.836Z Compiling predicates-core v1.0.10
16852026-03-13T17:01:24.071Z Compiling fixedbitset v0.4.2
16862026-03-13T17:01:24.088Z Compiling precomputed-hash v0.1.1
16872026-03-13T17:01:24.175Z Compiling whoami v2.1.0
16882026-03-13T17:01:24.196Z Compiling unit-prefix v0.5.2
16892026-03-13T17:01:24.292Z Compiling fixedbitset v0.5.7
16902026-03-13T17:01:24.410Z Compiling normalize-line-endings v0.3.0
16912026-03-13T17:01:24.450Z Compiling rustc-hash v2.1.1
16922026-03-13T17:01:24.474Z Compiling new_debug_unreachable v1.0.6
16932026-03-13T17:01:24.516Z Compiling string_cache v0.8.9
16942026-03-13T17:01:24.546Z Compiling petgraph v0.8.3
16952026-03-13T17:01:24.557Z Compiling iddqd v0.3.17
16962026-03-13T17:01:24.664Z Compiling toml_edit v0.22.27
16972026-03-13T17:01:24.683Z Compiling tokio-postgres v0.7.16
16982026-03-13T17:01:24.800Z Compiling predicates v3.1.4
16992026-03-13T17:01:24.919Z Compiling indicatif v0.18.4
17002026-03-13T17:01:25.745Z Compiling strum v0.26.3
17012026-03-13T17:01:25.912Z Compiling petgraph v0.6.5
17022026-03-13T17:01:26.132Z Compiling clap v4.5.60
17032026-03-13T17:01:26.150Z Compiling sha3 v0.10.8
17042026-03-13T17:01:26.235Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-13T17:01:26.780Z Compiling zip v4.6.1
17062026-03-13T17:01:27.258Z Compiling hickory-proto v0.25.2
17072026-03-13T17:01:27.646Z Compiling env_logger v0.11.9
17082026-03-13T17:01:27.952Z Compiling usdt v0.6.0
17092026-03-13T17:01:28.065Z Compiling zone v0.3.1
17102026-03-13T17:01:28.115Z Compiling usdt-impl v0.5.0
17112026-03-13T17:01:28.300Z Compiling similar v2.7.0
17122026-03-13T17:01:28.527Z Compiling ecdsa v0.16.9
17132026-03-13T17:01:28.657Z Compiling serde_with v3.17.0
17142026-03-13T17:01:28.960Z Compiling rsa v0.9.10
17152026-03-13T17:01:28.977Z Compiling crossterm v0.28.1
17162026-03-13T17:01:29.047Z Compiling ed25519-dalek v2.2.0
17172026-03-13T17:01:29.921Z Compiling zip v0.6.6
17182026-03-13T17:01:30.546Z Compiling toml v0.7.8
17192026-03-13T17:01:31.090Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-13T17:01:31.281Z Compiling itertools v0.13.0
17212026-03-13T17:01:31.403Z Compiling tokio-stream v0.1.18
17222026-03-13T17:01:31.539Z Compiling buf-list v1.1.2
17232026-03-13T17:01:31.899Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-13T17:01:31.945Z Compiling x509-cert v0.2.5
17252026-03-13T17:01:31.992Z Compiling openapiv3 v2.2.0
17262026-03-13T17:01:32.316Z Compiling sha1 v0.10.6
17272026-03-13T17:01:32.597Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-13T17:01:32.972Z Compiling peg-runtime v0.8.5
17292026-03-13T17:01:33.002Z Compiling lalrpop-util v0.19.12
17302026-03-13T17:01:33.224Z Compiling thread_local v1.1.9
17312026-03-13T17:01:33.260Z Compiling slog-async v2.8.0
17322026-03-13T17:01:33.325Z Compiling crossbeam-channel v0.5.15
17332026-03-13T17:01:33.546Z Compiling futures-executor v0.3.32
17342026-03-13T17:01:33.644Z Compiling is-terminal v0.4.17
17352026-03-13T17:01:33.767Z Compiling filetime v0.2.27
17362026-03-13T17:01:33.791Z Compiling term v1.2.1
17372026-03-13T17:01:33.840Z Compiling take_mut v0.2.2
17382026-03-13T17:01:33.951Z Compiling xattr v1.6.1
17392026-03-13T17:01:34.009Z Compiling futures v0.3.32
17402026-03-13T17:01:34.091Z Compiling tar v0.4.44
17412026-03-13T17:01:34.145Z Compiling slog-term v2.9.2
17422026-03-13T17:01:41.164Z Compiling rustls-webpki v0.103.9
17432026-03-13T17:01:45.143Z Compiling tokio-rustls v0.26.4
17442026-03-13T17:01:45.159Z Compiling rustls-platform-verifier v0.6.2
17452026-03-13T17:01:45.428Z Compiling hyper-rustls v0.27.7
17462026-03-13T17:01:45.788Z Compiling reqwest v0.13.2
17472026-03-13T17:01:45.832Z Compiling reqwest v0.12.28
17482026-03-13T17:01:48.781Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-13T17:01:49.248Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-13T17:01:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17512026-03-13T17:01:53.085Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-13T17:01:53.099ZMar 13 17:01:51.456 INFO Starting download, target: Cockroach
17532026-03-13T17:01:53.100ZMar 13 17:01:51.457 INFO Starting download, target: MaghemiteMgd
17542026-03-13T17:01:53.100ZMar 13 17:01:51.457 INFO Starting download, target: Console
17552026-03-13T17:01:53.100ZMar 13 17:01:51.457 INFO Starting download, target: TransceiverControl
17562026-03-13T17:01:53.100ZMar 13 17:01:51.457 INFO Starting download, target: DendriteStub
17572026-03-13T17:01:53.100ZMar 13 17:01:51.457 INFO Starting download, target: Clickhouse
17582026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-13T17:01:53.101ZMar 13 17:01:51.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-13T17:01:53.943ZMar 13 17:01:52.406 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-13T17:01:54.040ZMar 13 17:01:52.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-13T17:01:54.301ZMar 13 17:01:52.737 INFO Download complete, target: TransceiverControl
17672026-03-13T17:01:54.416ZMar 13 17:01:52.874 INFO Download complete, target: Console
17682026-03-13T17:01:55.007ZMar 13 17:01:53.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-13T17:01:58.233ZMar 13 17:01:56.704 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-13T17:01:58.708ZMar 13 17:01:57.168 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-13T17:01:59.957ZMar 13 17:01:58.428 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-13T17:01:59.958ZMar 13 17:01:58.428 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-13T17:02:01.818ZMar 13 17:02:00.289 INFO Download complete, target: MaghemiteMgd
17742026-03-13T17:02:02.249ZMar 13 17:02:00.720 INFO Download complete, target: DendriteStub
17752026-03-13T17:02:06.156ZMar 13 17:02:04.627 INFO Checking that binary works, target: Clickhouse
17762026-03-13T17:02:06.318ZMar 13 17:02:04.789 INFO Download complete, target: Clickhouse
17772026-03-13T17:02:07.596ZMar 13 17:02:06.066 INFO Checking that binary works, target: Cockroach
17782026-03-13T17:02:07.710ZMar 13 17:02:06.179 INFO Download complete, target: Cockroach
17792026-03-13T17:02:07.728ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-13T17:02:07.757Z
17812026-03-13T17:02:07.757Zreal 4:12.033402478
17822026-03-13T17:02:07.757Zuser 10:25.234524767
17832026-03-13T17:02:07.757Zsys 1:48.011520318
17842026-03-13T17:02:07.757Ztrap 0.318966230
17852026-03-13T17:02:07.758Ztflt 0.677753956
17862026-03-13T17:02:07.758Zdflt 0.617714052
17872026-03-13T17:02:07.758Zkflt 0.022881734
17882026-03-13T17:02:07.758Zlock 23:10.121215883
17892026-03-13T17:02:07.758Zslp 38:28.661871762
17902026-03-13T17:02:07.758Zlat 54.784753089
17912026-03-13T17:02:07.758Zstop 2:33.126233874
17922026-03-13T17:02:07.758Z+ banner clippy
17932026-03-13T17:02:07.759Z
17942026-03-13T17:02:07.759Z #### # # ##### ##### # #
17952026-03-13T17:02:07.759Z # # # # # # # # # #
17962026-03-13T17:02:07.759Z # # # # # # # #
17972026-03-13T17:02:07.760Z # # # ##### ##### #
17982026-03-13T17:02:07.760Z # # # # # # #
17992026-03-13T17:02:07.760Z #### ###### # # # #
18002026-03-13T17:02:07.760Z
18012026-03-13T17:02:07.760Z+ export CARGO_INCREMENTAL=0
18022026-03-13T17:02:07.760Z+ CARGO_INCREMENTAL=0
18032026-03-13T17:02:07.760Z+ ptime -m cargo xtask clippy
18042026-03-13T17:02:08.407Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-13T17:02:08.676Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-13T17:02:11.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18072026-03-13T17:02:11.353Z Running `target/debug/xtask clippy`
18082026-03-13T17:02:11.384Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-13T17:02:12.164Z Downloading crates ...
18102026-03-13T17:02:12.417Z Downloaded approx v0.5.1
18112026-03-13T17:02:12.421Z Downloaded concurrent-queue v2.5.0
18122026-03-13T17:02:12.425Z Downloaded addr2line v0.25.1
18132026-03-13T17:02:12.428Z Downloaded cfg-expr v0.20.6
18142026-03-13T17:02:12.432Z Downloaded rustc-demangle v0.1.27
18152026-03-13T17:02:12.432Z Downloaded httptest v0.16.4
18162026-03-13T17:02:12.451Z Downloaded plotters-backend v0.3.7
18172026-03-13T17:02:12.454Z Downloaded path-tree v0.8.3
18182026-03-13T17:02:12.454Z Downloaded event-listener-strategy v0.5.4
18192026-03-13T17:02:12.454Z Downloaded datatest-stable v0.3.3
18202026-03-13T17:02:12.458Z Downloaded backtrace-ext v0.2.1
18212026-03-13T17:02:12.458Z Downloaded anes v0.1.6
18222026-03-13T17:02:12.461Z Downloaded terminal_size v0.1.17
18232026-03-13T17:02:12.461Z Downloaded termcolor v1.4.1
18242026-03-13T17:02:12.461Z Downloaded linkme v0.3.35
18252026-03-13T17:02:12.465Z Downloaded futures-timer v3.0.3
18262026-03-13T17:02:12.465Z Downloaded event-listener v5.4.1
18272026-03-13T17:02:12.469Z Downloaded serde_regex v1.1.0
18282026-03-13T17:02:12.469Z Downloaded nested v0.1.1
18292026-03-13T17:02:12.469Z Downloaded constant_time_eq v0.3.1
18302026-03-13T17:02:12.469Z Downloaded chumsky v0.9.3
18312026-03-13T17:02:12.473Z Downloaded cast v0.3.0
18322026-03-13T17:02:12.476Z Downloaded plotters-svg v0.3.7
18332026-03-13T17:02:12.476Z Downloaded trybuild v1.0.116
18342026-03-13T17:02:12.481Z Downloaded guppy-workspace-hack v0.1.0
18352026-03-13T17:02:12.485Z Downloaded supports-hyperlinks v2.1.0
18362026-03-13T17:02:12.485Z Downloaded assert-json-diff v2.0.2
18372026-03-13T17:02:12.489Z Downloaded tinytemplate v1.2.1
18382026-03-13T17:02:12.489Z Downloaded relative-path v1.9.3
18392026-03-13T17:02:12.493Z Downloaded async-object-pool v0.2.0
18402026-03-13T17:02:12.498Z Downloaded pathdiff v0.2.3
18412026-03-13T17:02:12.498Z Downloaded miette-derive v5.10.0
18422026-03-13T17:02:12.498Z Downloaded escape8259 v0.5.3
18432026-03-13T17:02:12.498Z Downloaded cargo-platform v0.3.2
18442026-03-13T17:02:12.502Z Downloaded linkme-impl v0.3.35
18452026-03-13T17:02:12.502Z Downloaded parking v2.2.1
18462026-03-13T17:02:12.508Z Downloaded libtest-mimic v0.8.1
18472026-03-13T17:02:12.508Z Downloaded stringmetrics v2.2.2
18482026-03-13T17:02:12.514Z Downloaded supports-color v2.1.0
18492026-03-13T17:02:12.518Z Downloaded similar-asserts v1.7.0
18502026-03-13T17:02:12.518Z Downloaded assert_cmd v2.1.2
18512026-03-13T17:02:12.521Z Downloaded target-lexicon v0.13.3
18522026-03-13T17:02:12.525Z Downloaded blake2b_simd v1.0.4
18532026-03-13T17:02:12.525Z Downloaded supports-unicode v2.1.0
18542026-03-13T17:02:12.525Z Downloaded partial-io v0.5.4
18552026-03-13T17:02:12.529Z Downloaded owo-colors v3.5.0
18562026-03-13T17:02:12.529Z Downloaded rstest v0.25.0
18572026-03-13T17:02:12.533Z Downloaded target-triple v1.0.0
18582026-03-13T17:02:12.597Z Downloaded rust-argon2 v2.1.0
18592026-03-13T17:02:12.597Z Downloaded textwrap v0.15.2
18602026-03-13T17:02:12.597Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18612026-03-13T17:02:12.597Z Downloaded oorandom v11.1.5
18622026-03-13T17:02:12.597Z Downloaded criterion-plot v0.6.0
18632026-03-13T17:02:12.597Z Downloaded async-lock v3.4.2
18642026-03-13T17:02:12.597Z Downloaded target-spec v3.5.7
18652026-03-13T17:02:12.597Z Downloaded knuffel-derive v3.2.0
18662026-03-13T17:02:12.597Z Downloaded cargo_metadata v0.23.1
18672026-03-13T17:02:12.598Z Downloaded knuffel v3.2.0
18682026-03-13T17:02:12.598Z Downloaded toml v1.0.3+spec-1.1.0
18692026-03-13T17:02:12.598Z Downloaded fancy-regex v0.14.0
18702026-03-13T17:02:12.598Z Downloaded rstest_macros v0.25.0
18712026-03-13T17:02:12.598Z Downloaded rand_distr v0.5.1
18722026-03-13T17:02:12.598Z Downloaded backtrace v0.3.76
18732026-03-13T17:02:12.598Z Downloaded miette v5.10.0
18742026-03-13T17:02:12.598Z Downloaded hashbrown v0.14.5
18752026-03-13T17:02:12.598Z Downloaded plotters v0.3.7
18762026-03-13T17:02:12.598Z Downloaded guppy v0.17.25
18772026-03-13T17:02:12.598Z Downloaded criterion v0.7.0
18782026-03-13T17:02:12.605Z Downloaded gimli v0.32.3
18792026-03-13T17:02:12.704Z Downloaded httpmock v0.8.3
18802026-03-13T17:02:14.734Z Checking cfg-if v1.0.4
18812026-03-13T17:02:15.096Z Checking libc v0.2.180
18822026-03-13T17:02:15.100Z Checking serde_core v1.0.228
18832026-03-13T17:02:15.169Z Checking memchr v2.8.0
18842026-03-13T17:02:15.207Z Checking smallvec v1.15.1
18852026-03-13T17:02:15.244Z Checking log v0.4.29
18862026-03-13T17:02:15.244Z Checking itoa v1.0.17
18872026-03-13T17:02:15.322Z Checking zeroize v1.8.2
18882026-03-13T17:02:15.364Z Checking libm v0.2.16
18892026-03-13T17:02:15.449Z Checking scopeguard v1.2.0
18902026-03-13T17:02:15.492Z Checking stable_deref_trait v1.2.1
18912026-03-13T17:02:15.532Z Checking zmij v1.0.21
18922026-03-13T17:02:15.573Z Checking zerofrom v0.1.6
18932026-03-13T17:02:15.613Z Checking lock_api v0.4.14
18942026-03-13T17:02:15.656Z Checking percent-encoding v2.3.2
18952026-03-13T17:02:15.703Z Checking litemap v0.8.1
18962026-03-13T17:02:15.750Z Checking yoke v0.8.1
18972026-03-13T17:02:15.793Z Checking errno v0.3.14
18982026-03-13T17:02:15.832Z Checking getrandom v0.2.17
18992026-03-13T17:02:15.868Z Checking writeable v0.6.2
19002026-03-13T17:02:15.907Z Checking subtle v2.6.1
19012026-03-13T17:02:15.950Z Checking icu_normalizer_data v2.1.1
19022026-03-13T17:02:15.989Z Checking icu_properties_data v2.1.2
19032026-03-13T17:02:16.024Z Checking zerovec v0.11.5
19042026-03-13T17:02:16.062Z Checking zerotrie v0.2.3
19052026-03-13T17:02:16.098Z Checking rand_core v0.6.4
19062026-03-13T17:02:16.102Z Checking form_urlencoded v1.2.2
19072026-03-13T17:02:16.174Z Checking portable-atomic v1.13.1
19082026-03-13T17:02:16.210Z Checking utf8_iter v1.0.4
19092026-03-13T17:02:16.292Z Checking pin-project-lite v0.2.17
19102026-03-13T17:02:16.389Z Checking num-traits v0.2.19
19112026-03-13T17:02:16.394Z Checking zerocopy v0.8.40
19122026-03-13T17:02:16.424Z Checking critical-section v1.2.0
19132026-03-13T17:02:16.507Z Checking parking_lot_core v0.9.12
19142026-03-13T17:02:16.547Z Checking rand_core v0.10.0
19152026-03-13T17:02:16.617Z Checking signal-hook-registry v1.4.8
19162026-03-13T17:02:16.654Z Checking tinystr v0.8.2
19172026-03-13T17:02:16.736Z Checking potential_utf v0.1.4
19182026-03-13T17:02:16.778Z Checking parking_lot v0.12.5
19192026-03-13T17:02:16.784Z Checking once_cell v1.21.3
19202026-03-13T17:02:16.849Z Checking getrandom v0.4.1
19212026-03-13T17:02:16.914Z Checking icu_locale_core v2.1.1
19222026-03-13T17:02:16.951Z Checking icu_collections v2.1.1
19232026-03-13T17:02:17.039Z Checking mio v1.1.1
19242026-03-13T17:02:17.177Z Checking typenum v1.19.0
19252026-03-13T17:02:17.198Z Checking socket2 v0.6.2
19262026-03-13T17:02:17.206Z Checking thiserror v2.0.18
19272026-03-13T17:02:17.245Z Checking serde v1.0.228
19282026-03-13T17:02:17.346Z Checking bitflags v2.11.0
19292026-03-13T17:02:17.385Z Checking serde_json v1.0.149
19302026-03-13T17:02:17.445Z Checking iana-time-zone v0.1.65
19312026-03-13T17:02:17.491Z Checking allocator-api2 v0.2.21
19322026-03-13T17:02:17.586Z Checking semver v1.0.27
19332026-03-13T17:02:17.623Z Checking uuid v1.21.0
19342026-03-13T17:02:17.697Z Checking icu_provider v2.1.1
19352026-03-13T17:02:17.809Z Checking generic-array v0.14.7
19362026-03-13T17:02:17.849Z Checking bytes v1.11.1
19372026-03-13T17:02:17.887Z Checking chrono v0.4.44
19382026-03-13T17:02:17.927Z Checking futures-core v0.3.32
19392026-03-13T17:02:18.030Z Checking icu_properties v2.1.2
19402026-03-13T17:02:18.070Z Checking icu_normalizer v2.1.1
19412026-03-13T17:02:18.143Z Checking equivalent v1.0.2
19422026-03-13T17:02:18.267Z Checking const-oid v0.9.6
19432026-03-13T17:02:18.352Z Checking dyn-clone v1.0.20
19442026-03-13T17:02:18.508Z Checking crypto-common v0.1.7
19452026-03-13T17:02:18.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19462026-03-13T17:02:18.539Z Checking tokio v1.49.0
19472026-03-13T17:02:18.539Z Checking foldhash v0.2.0
19482026-03-13T17:02:18.675Z Checking block-buffer v0.10.4
19492026-03-13T17:02:18.788Z Checking hashbrown v0.16.1
19502026-03-13T17:02:18.874Z Checking futures-sink v0.3.32
19512026-03-13T17:02:18.932Z Checking rustix v1.1.3
19522026-03-13T17:02:19.032Z Checking byteorder v1.5.0
19532026-03-13T17:02:19.081Z Checking futures-channel v0.3.32
19542026-03-13T17:02:19.214Z Checking idna_adapter v1.2.1
19552026-03-13T17:02:19.317Z Checking digest v0.10.7
19562026-03-13T17:02:19.356Z Checking futures-task v0.3.32
19572026-03-13T17:02:19.398Z Checking futures-io v0.3.32
19582026-03-13T17:02:19.401Z Checking idna v1.1.0
19592026-03-13T17:02:19.476Z Checking slab v0.4.12
19602026-03-13T17:02:19.559Z Checking cpufeatures v0.2.17
19612026-03-13T17:02:19.565Z Checking indexmap v2.13.0
19622026-03-13T17:02:19.634Z Checking thiserror v1.0.69
19632026-03-13T17:02:19.678Z Checking getrandom v0.3.4
19642026-03-13T17:02:19.716Z Checking futures-util v0.3.32
19652026-03-13T17:02:19.767Z Checking url v2.5.8
19662026-03-13T17:02:19.808Z Checking fnv v1.0.7
19672026-03-13T17:02:19.888Z Checking regex-syntax v0.8.10
19682026-03-13T17:02:19.954Z Checking http v1.4.0
19692026-03-13T17:02:20.141Z Checking tracing-core v0.1.36
19702026-03-13T17:02:20.357Z Checking schemars v0.8.22
19712026-03-13T17:02:20.419Z Checking base64 v0.22.1
19722026-03-13T17:02:20.581Z Checking tracing v0.1.44
19732026-03-13T17:02:20.749Z Checking unicode-ident v1.0.24
19742026-03-13T17:02:20.754Z Checking ppv-lite86 v0.2.21
19752026-03-13T17:02:20.785Z Checking ipnet v2.11.0
19762026-03-13T17:02:20.865Z Checking anstyle v1.0.13
19772026-03-13T17:02:20.913Z Checking utf8parse v0.2.2
19782026-03-13T17:02:21.070Z Checking proc-macro2 v1.0.106
19792026-03-13T17:02:21.124Z Checking untrusted v0.9.0
19802026-03-13T17:02:21.188Z Checking anstyle-parse v0.2.7
19812026-03-13T17:02:21.227Z Checking aho-corasick v1.1.4
19822026-03-13T17:02:21.268Z Checking base64ct v1.8.3
19832026-03-13T17:02:21.305Z Checking ring v0.17.14
19842026-03-13T17:02:21.410Z Checking colorchoice v1.0.4
19852026-03-13T17:02:21.507Z Checking quote v1.0.44
19862026-03-13T17:02:21.564Z Checking is_terminal_polyfill v1.70.2
19872026-03-13T17:02:21.602Z Checking anstyle-query v1.1.5
19882026-03-13T17:02:21.700Z Checking block-padding v0.3.3
19892026-03-13T17:02:21.739Z Checking terminal_size v0.4.3
19902026-03-13T17:02:21.743Z Checking anstream v0.6.21
19912026-03-13T17:02:21.811Z Checking syn v2.0.117
19922026-03-13T17:02:21.895Z Checking inout v0.1.4
19932026-03-13T17:02:21.930Z Checking rustls-pki-types v1.14.0
19942026-03-13T17:02:22.053Z Checking crossbeam-utils v0.8.21
19952026-03-13T17:02:22.094Z Checking httparse v1.10.1
19962026-03-13T17:02:22.185Z Checking regex-automata v0.4.14
19972026-03-13T17:02:22.339Z Checking cipher v0.4.4
19982026-03-13T17:02:22.378Z Checking clap_lex v1.0.0
19992026-03-13T17:02:22.424Z Checking strsim v0.11.1
20002026-03-13T17:02:22.533Z Checking sha2 v0.10.9
20012026-03-13T17:02:22.599Z Checking pem-rfc7468 v0.7.0
20022026-03-13T17:02:22.643Z Checking http-body v1.0.1
20032026-03-13T17:02:22.683Z Checking clap_builder v4.5.60
20042026-03-13T17:02:22.687Z Checking rand_core v0.9.5
20052026-03-13T17:02:22.831Z Checking atomic-waker v1.1.2
20062026-03-13T17:02:22.864Z Checking hmac v0.12.1
20072026-03-13T17:02:22.925Z Checking try-lock v0.2.5
20082026-03-13T17:02:22.978Z Checking httpdate v1.0.3
20092026-03-13T17:02:22.986Z Checking tower-service v0.3.3
20102026-03-13T17:02:23.024Z Checking tokio-util v0.7.18
20112026-03-13T17:02:23.056Z Checking pin-utils v0.1.0
20122026-03-13T17:02:23.193Z Checking ryu v1.0.23
20132026-03-13T17:02:23.232Z Checking flagset v0.4.7
20142026-03-13T17:02:23.237Z Checking want v0.3.1
20152026-03-13T17:02:23.237Z Checking tower-layer v0.3.3
20162026-03-13T17:02:23.398Z Checking rand_chacha v0.9.0
20172026-03-13T17:02:23.436Z Checking der v0.7.10
20182026-03-13T17:02:23.483Z Checking erased-serde v0.3.31
20192026-03-13T17:02:23.526Z Checking spin v0.9.8
20202026-03-13T17:02:23.697Z Checking rand v0.9.2
20212026-03-13T17:02:23.786Z Checking anyhow v1.0.102
20222026-03-13T17:02:24.003Z Checking h2 v0.4.13
20232026-03-13T17:02:24.068Z Checking http-body-util v0.1.3
20242026-03-13T17:02:24.104Z Checking slog v2.8.2
20252026-03-13T17:02:24.405Z Checking aws-lc-sys v0.37.1
20262026-03-13T17:02:24.851Z Checking powerfmt v0.2.0
20272026-03-13T17:02:24.851Z Checking clap v4.5.60
20282026-03-13T17:02:24.851Z Checking untrusted v0.7.1
20292026-03-13T17:02:24.851Z Checking num-conv v0.2.0
20302026-03-13T17:02:24.851Z Checking openssl-probe v0.2.1
20312026-03-13T17:02:24.852Z Checking deranged v0.5.8
20322026-03-13T17:02:24.852Z Checking time-core v0.1.8
20332026-03-13T17:02:24.852Z Checking fastrand v2.3.0
20342026-03-13T17:02:24.852Z Checking num_threads v0.1.7
20352026-03-13T17:02:24.852Z Checking regex v1.12.3
20362026-03-13T17:02:24.861Z Checking spki v0.7.3
20372026-03-13T17:02:24.900Z Checking serde_urlencoded v0.7.1
20382026-03-13T17:02:24.955Z Checking pbkdf2 v0.12.2
20392026-03-13T17:02:25.106Z Checking aes v0.8.4
20402026-03-13T17:02:25.141Z Checking rand_chacha v0.3.1
20412026-03-13T17:02:25.180Z Checking unicode-width v0.2.0
20422026-03-13T17:02:25.184Z Checking pretty-hex v0.4.1
20432026-03-13T17:02:25.255Z Checking salsa20 v0.10.2
20442026-03-13T17:02:25.294Z Checking aws-lc-rs v1.16.0
20452026-03-13T17:02:25.392Z Checking cbc v0.1.2
20462026-03-13T17:02:25.438Z Checking rand v0.8.5
20472026-03-13T17:02:25.478Z Checking ipnetwork v0.21.1
20482026-03-13T17:02:25.524Z Checking scrypt v0.11.0
20492026-03-13T17:02:25.581Z Checking tempfile v3.25.0
20502026-03-13T17:02:25.655Z Checking hex v0.4.3
20512026-03-13T17:02:25.722Z Checking plain v0.2.3
20522026-03-13T17:02:25.848Z Checking pkcs5 v0.7.1
20532026-03-13T17:02:25.865Z Checking rustls-native-certs v0.8.3
20542026-03-13T17:02:25.904Z Checking sync_wrapper v1.0.2
20552026-03-13T17:02:25.992Z Checking camino v1.2.2
20562026-03-13T17:02:26.000Z Checking time v0.3.47
20572026-03-13T17:02:26.060Z Checking mime v0.3.17
20582026-03-13T17:02:26.064Z Checking ucd-trie v0.1.7
20592026-03-13T17:02:26.139Z Checking pkcs8 v0.10.2
20602026-03-13T17:02:26.180Z Checking tower v0.5.3
20612026-03-13T17:02:26.287Z Checking pest v2.8.6
20622026-03-13T17:02:26.327Z Checking webpki-roots v1.0.6
20632026-03-13T17:02:26.367Z Checking iri-string v0.7.10
20642026-03-13T17:02:26.406Z Checking either v1.15.0
20652026-03-13T17:02:26.456Z Checking rustls-webpki v0.103.9
20662026-03-13T17:02:26.503Z Checking openapiv3 v2.2.0
20672026-03-13T17:02:26.688Z Checking foreign-types-shared v0.1.1
20682026-03-13T17:02:26.774Z Checking openssl-sys v0.9.111
20692026-03-13T17:02:26.825Z Checking foreign-types v0.3.2
20702026-03-13T17:02:26.946Z Checking encoding_rs v0.8.35
20712026-03-13T17:02:27.034Z Checking rustls v0.23.37
20722026-03-13T17:02:27.518Z Checking winnow v0.7.14
20732026-03-13T17:02:27.599Z Checking hyper v1.8.1
20742026-03-13T17:02:27.633Z Checking openssl v0.10.75
20752026-03-13T17:02:27.815Z Checking oxnet v0.1.4
20762026-03-13T17:02:27.861Z Checking tower-http v0.6.8
20772026-03-13T17:02:28.132Z Checking lazy_static v1.5.0
20782026-03-13T17:02:28.244Z Checking static_assertions v1.1.0
20792026-03-13T17:02:28.270Z Checking signature v2.2.0
20802026-03-13T17:02:28.302Z Checking simd-adler32 v0.3.8
20812026-03-13T17:02:28.344Z Checking hubpack v0.1.2
20822026-03-13T17:02:28.344Z Checking adler2 v2.0.1
20832026-03-13T17:02:28.467Z Checking strum v0.26.3
20842026-03-13T17:02:28.546Z Checking sha1 v0.10.6
20852026-03-13T17:02:28.587Z Checking miniz_oxide v0.8.9
20862026-03-13T17:02:28.600Z Checking data-encoding v2.10.0
20872026-03-13T17:02:28.665Z Checking tinyvec_macros v0.1.1
20882026-03-13T17:02:28.776Z Checking tinyvec v1.10.0
20892026-03-13T17:02:28.814Z Checking toml_datetime v0.6.11
20902026-03-13T17:02:28.878Z Checking hyper-util v0.1.20
20912026-03-13T17:02:29.010Z Checking serde_spanned v0.6.9
20922026-03-13T17:02:29.073Z Checking num-integer v0.1.46
20932026-03-13T17:02:29.116Z Checking scroll v0.13.0
20942026-03-13T17:02:29.171Z Checking memmap2 v0.9.10
20952026-03-13T17:02:29.206Z Checking base16ct v0.2.0
20962026-03-13T17:02:29.244Z Checking bit-vec v0.8.0
20972026-03-13T17:02:29.389Z Checking sec1 v0.7.3
20982026-03-13T17:02:29.432Z Checking dtrace-parser v0.3.0
20992026-03-13T17:02:29.440Z Checking goblin v0.10.5
21002026-03-13T17:02:29.440Z Checking crossbeam-epoch v0.9.18
21012026-03-13T17:02:29.538Z Checking bit-set v0.8.0
21022026-03-13T17:02:29.674Z Checking crc32fast v1.5.0
21032026-03-13T17:02:29.752Z Checking ff v0.13.1
21042026-03-13T17:02:29.908Z Checking thread-id v5.1.0
21052026-03-13T17:02:29.935Z Checking wait-timeout v0.2.1
21062026-03-13T17:02:29.935Z Checking num-iter v0.1.45
21072026-03-13T17:02:29.957Z Checking bstr v1.12.1
21082026-03-13T17:02:29.965Z Checking group v0.13.0
21092026-03-13T17:02:30.003Z Checking hkdf v0.12.4
21102026-03-13T17:02:30.045Z Checking ahash v0.8.12
21112026-03-13T17:02:30.169Z Checking crypto-bigint v0.5.5
21122026-03-13T17:02:30.209Z Checking quick-error v1.2.3
21132026-03-13T17:02:30.283Z Checking tokio-rustls v0.26.4
21142026-03-13T17:02:30.333Z Checking rand_xorshift v0.4.0
21152026-03-13T17:02:30.384Z Checking rusty-fork v0.3.1
21162026-03-13T17:02:30.485Z Checking scroll v0.12.0
21172026-03-13T17:02:30.521Z Checking unarray v0.1.4
21182026-03-13T17:02:30.526Z Checking native-tls v0.2.18
21192026-03-13T17:02:30.597Z Checking num-bigint-dig v0.8.6
21202026-03-13T17:02:30.635Z Checking pkcs1 v0.7.5
21212026-03-13T17:02:30.642Z Checking hyper-rustls v0.27.7
21222026-03-13T17:02:30.712Z Checking proptest v1.10.0
21232026-03-13T17:02:30.804Z Checking goblin v0.8.2
21242026-03-13T17:02:30.808Z Checking tokio-native-tls v0.3.1
21252026-03-13T17:02:30.951Z Checking x509-cert v0.2.5
21262026-03-13T17:02:30.970Z Checking zerocopy v0.7.35
21272026-03-13T17:02:31.026Z Checking hyper-tls v0.6.0
21282026-03-13T17:02:31.263Z Checking reqwest v0.12.28
21292026-03-13T17:02:31.690Z Checking zlib-rs v0.6.2
21302026-03-13T17:02:31.730Z Checking elliptic-curve v0.13.8
21312026-03-13T17:02:31.770Z Checking unicode-segmentation v1.12.0
21322026-03-13T17:02:31.837Z Checking rsa v0.9.10
21332026-03-13T17:02:32.159Z Checking crossbeam-deque v0.8.6
21342026-03-13T17:02:32.210Z Checking dtrace-parser v0.2.0
21352026-03-13T17:02:32.383Z Checking rfc6979 v0.4.0
21362026-03-13T17:02:32.425Z Checking thread-id v4.2.2
21372026-03-13T17:02:32.476Z Checking toml_write v0.1.2
21382026-03-13T17:02:32.540Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-03-13T17:02:32.580Z Checking ecdsa v0.16.9
21402026-03-13T17:02:32.583Z Checking curve25519-dalek v4.1.3
21412026-03-13T17:02:32.720Z Checking toml_edit v0.22.27
21422026-03-13T17:02:32.791Z Checking dof v0.4.0
21432026-03-13T17:02:32.901Z Checking flate2 v1.1.9
21442026-03-13T17:02:33.009Z Checking rustix v0.38.44
21452026-03-13T17:02:33.049Z Checking memoffset v0.9.1
21462026-03-13T17:02:33.186Z Checking env_filter v1.0.0
21472026-03-13T17:02:33.337Z Checking newtype-uuid v1.3.2
21482026-03-13T17:02:33.366Z Checking keccak v0.1.6
21492026-03-13T17:02:33.448Z Checking psl-types v2.0.11
21502026-03-13T17:02:33.561Z Checking dof v0.3.0
21512026-03-13T17:02:33.599Z Checking sha3 v0.10.8
21522026-03-13T17:02:33.603Z Checking daft v0.1.5
21532026-03-13T17:02:33.603Z Checking publicsuffix v2.3.0
21542026-03-13T17:02:33.707Z Checking env_logger v0.11.9
21552026-03-13T17:02:33.792Z Checking usdt-impl v0.6.0
21562026-03-13T17:02:33.888Z Checking ed25519 v2.2.3
21572026-03-13T17:02:33.926Z Checking cookie v0.18.1
21582026-03-13T17:02:33.968Z Checking usdt-impl v0.5.0
21592026-03-13T17:02:33.974Z Checking itertools v0.13.0
21602026-03-13T17:02:34.043Z Checking serde_with v3.17.0
21612026-03-13T17:02:34.143Z Checking bitflags v1.3.2
21622026-03-13T17:02:34.200Z Checking usdt v0.6.0
21632026-03-13T17:02:34.220Z Checking siphasher v1.0.2
21642026-03-13T17:02:34.262Z Checking cookie_store v0.22.1
21652026-03-13T17:02:34.267Z Checking ed25519-dalek v2.2.0
21662026-03-13T17:02:34.337Z Checking rustls-platform-verifier v0.6.2
21672026-03-13T17:02:34.385Z Checking unicode-normalization v0.1.25
21682026-03-13T17:02:34.431Z Checking toml_datetime v0.7.5+spec-1.1.0
21692026-03-13T17:02:34.466Z Checking signal-hook v0.3.18
21702026-03-13T17:02:34.537Z Checking winnow v0.5.40
21712026-03-13T17:02:34.619Z Checking managed v0.8.0
21722026-03-13T17:02:34.704Z Checking nix v0.31.1
21732026-03-13T17:02:34.745Z Checking reqwest v0.13.2
21742026-03-13T17:02:34.751Z Checking rayon-core v1.13.0
21752026-03-13T17:02:34.929Z Checking bzip2-sys v0.1.13+1.0.8
21762026-03-13T17:02:34.951Z Checking object v0.37.3
21772026-03-13T17:02:35.022Z Checking foldhash v0.1.5
21782026-03-13T17:02:35.221Z Checking hashbrown v0.15.5
21792026-03-13T17:02:35.258Z Checking bzip2 v0.4.4
21802026-03-13T17:02:35.440Z Checking signal-hook-mio v0.2.5
21812026-03-13T17:02:35.501Z Checking ref-cast v1.0.25
21822026-03-13T17:02:35.597Z Checking zstd-sys v2.0.16+zstd.1.5.7
21832026-03-13T17:02:35.646Z Checking zip v0.6.6
21842026-03-13T17:02:35.773Z Checking zstd-safe v7.2.4
21852026-03-13T17:02:35.871Z Checking libbz2-rs-sys v0.2.2
21862026-03-13T17:02:35.945Z Checking bumpalo v3.20.2
21872026-03-13T17:02:36.009Z Checking zstd v0.13.3
21882026-03-13T17:02:36.068Z Checking crossterm v0.28.1
21892026-03-13T17:02:36.108Z Checking toml_edit v0.19.15
21902026-03-13T17:02:36.112Z Checking rayon v1.11.0
21912026-03-13T17:02:36.184Z Checking similar v2.7.0
21922026-03-13T17:02:36.224Z Checking zopfli v0.8.3
21932026-03-13T17:02:36.289Z Checking fs-err v3.3.0
21942026-03-13T17:02:36.415Z Checking bzip2 v0.6.1
21952026-03-13T17:02:36.651Z Checking hash32 v0.2.1
21962026-03-13T17:02:36.694Z Checking serde-big-array v0.5.1
21972026-03-13T17:02:36.725Z Checking unicode-properties v0.1.4
21982026-03-13T17:02:36.730Z Checking predicates-core v1.0.10
21992026-03-13T17:02:36.877Z Checking jiff v0.2.21
22002026-03-13T17:02:36.880Z Checking unicode-bidi v0.3.18
22012026-03-13T17:02:36.951Z Checking heapless v0.7.17
22022026-03-13T17:02:36.989Z Checking hickory-proto v0.25.2
22032026-03-13T17:02:37.050Z Checking tokio-stream v0.1.18
22042026-03-13T17:02:37.329Z Checking stringprep v0.1.5
22052026-03-13T17:02:37.529Z Checking md-5 v0.10.6
22062026-03-13T17:02:37.569Z Checking float-cmp v0.10.0
22072026-03-13T17:02:37.573Z Checking toml v0.7.8
22082026-03-13T17:02:37.642Z Checking fallible-iterator v0.2.0
22092026-03-13T17:02:37.728Z Checking normalize-line-endings v0.3.0
22102026-03-13T17:02:37.766Z Checking difflib v0.4.0
22112026-03-13T17:02:37.868Z Checking rustc-hash v2.1.1
22122026-03-13T17:02:38.020Z Checking predicates v3.1.4
22132026-03-13T17:02:38.059Z Checking postgres-protocol v0.6.10
22142026-03-13T17:02:38.062Z Checking iddqd v0.3.17
22152026-03-13T17:02:38.062Z Checking smoltcp v0.9.1
22162026-03-13T17:02:38.170Z Checking phf_shared v0.11.3
22172026-03-13T17:02:38.390Z Checking phf_shared v0.13.1
22182026-03-13T17:02:38.430Z Checking itertools v0.12.1
22192026-03-13T17:02:38.467Z Checking console v0.16.2
22202026-03-13T17:02:38.505Z Checking buf-list v1.1.2
22212026-03-13T17:02:38.765Z Checking strum v0.27.2
22222026-03-13T17:02:38.768Z Checking fixedbitset v0.4.2
22232026-03-13T17:02:38.854Z Checking fixedbitset v0.5.7
22242026-03-13T17:02:38.894Z Checking precomputed-hash v0.1.1
22252026-03-13T17:02:38.974Z Checking new_debug_unreachable v1.0.6
22262026-03-13T17:02:39.010Z Checking unit-prefix v0.5.2
22272026-03-13T17:02:39.043Z Checking lalrpop-util v0.19.12
22282026-03-13T17:02:39.085Z Checking string_cache v0.8.9
22292026-03-13T17:02:39.139Z Checking petgraph v0.8.3
22302026-03-13T17:02:39.187Z Checking indicatif v0.18.4
22312026-03-13T17:02:39.274Z Checking petgraph v0.6.5
22322026-03-13T17:02:39.327Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22332026-03-13T17:02:39.366Z Checking phf v0.13.1
22342026-03-13T17:02:39.585Z Checking postgres-types v0.2.12
22352026-03-13T17:02:39.710Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22362026-03-13T17:02:39.815Z Checking zone v0.3.1
22372026-03-13T17:02:40.033Z Checking whoami v2.1.0
22382026-03-13T17:02:40.071Z Checking zip v4.6.1
22392026-03-13T17:02:40.123Z Checking peg-runtime v0.8.5
22402026-03-13T17:02:40.305Z Checking tokio-postgres v0.7.16
22412026-03-13T17:02:40.380Z Checking futures-executor v0.3.32
22422026-03-13T17:02:40.472Z Checking is-terminal v0.4.17
22432026-03-13T17:02:40.593Z Checking futures v0.3.32
22442026-03-13T17:02:40.631Z Checking crossbeam-channel v0.5.15
22452026-03-13T17:02:40.716Z Compiling structmeta-derive v0.3.0
22462026-03-13T17:02:40.755Z Checking thread_local v1.1.9
22472026-03-13T17:02:40.864Z Checking term v1.2.1
22482026-03-13T17:02:40.985Z Checking take_mut v0.2.2
22492026-03-13T17:02:41.051Z Compiling newtype-uuid-macros v0.1.0
22502026-03-13T17:02:41.106Z Compiling rustls v0.22.4
22512026-03-13T17:02:41.142Z Checking slog-async v2.8.0
22522026-03-13T17:02:41.179Z Checking slog-term v2.9.2
22532026-03-13T17:02:41.321Z Checking regress v0.10.5
22542026-03-13T17:02:41.402Z Compiling multer v3.1.0
22552026-03-13T17:02:41.450Z Compiling async-stream-impl v0.3.6
22562026-03-13T17:02:41.547Z Compiling dropshot v0.16.7
22572026-03-13T17:02:41.768Z Compiling dropshot_endpoint v0.16.7
22582026-03-13T17:02:41.974Z Checking match_cfg v0.1.0
22592026-03-13T17:02:41.991Z Checking slog-json v2.6.1
22602026-03-13T17:02:42.044Z Checking hostname v0.3.1
22612026-03-13T17:02:42.087Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-03-13T17:02:42.188Z Checking debug-ignore v1.0.5
22632026-03-13T17:02:42.230Z Compiling structmeta v0.3.0
22642026-03-13T17:02:42.237Z Checking slog-bunyan v2.5.0
22652026-03-13T17:02:42.310Z Checking serde_spanned v1.0.4
22662026-03-13T17:02:42.341Z Checking toml_writer v1.0.6+spec-1.1.0
22672026-03-13T17:02:42.418Z Checking rustls-webpki v0.102.8
22682026-03-13T17:02:42.489Z Checking serde_path_to_error v0.1.20
22692026-03-13T17:02:42.532Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22702026-03-13T17:02:42.574Z Compiling derive-ex v0.1.8
22712026-03-13T17:02:42.652Z Checking toml v0.9.12+spec-1.1.0
22722026-03-13T17:02:42.673Z Checking async-stream v0.3.6
22732026-03-13T17:02:42.890Z Checking waitgroup v0.1.2
22742026-03-13T17:02:43.044Z Checking rustls-pemfile v2.2.0
22752026-03-13T17:02:43.082Z Checking hostname v0.4.2
22762026-03-13T17:02:43.143Z Checking progenitor-client v0.13.0
22772026-03-13T17:02:43.236Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-03-13T17:02:43.287Z Compiling parse-display-derive v0.10.0
22792026-03-13T17:02:43.297Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22802026-03-13T17:02:43.448Z Checking itertools v0.14.0
22812026-03-13T17:02:43.490Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22822026-03-13T17:02:43.495Z Checking macaddr v1.0.1
22832026-03-13T17:02:43.563Z Checking progenitor-client v0.10.0
22842026-03-13T17:02:43.791Z Checking instant v0.1.13
22852026-03-13T17:02:43.891Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22862026-03-13T17:02:43.960Z Checking backoff v0.4.0
22872026-03-13T17:02:44.100Z Checking backon v1.6.0
22882026-03-13T17:02:44.186Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22892026-03-13T17:02:44.226Z Checking heck v0.5.0
22902026-03-13T17:02:44.297Z Checking progenitor-extras v0.1.1
22912026-03-13T17:02:44.444Z Checking camino-tempfile v1.4.1
22922026-03-13T17:02:44.605Z Checking toml v0.8.23
22932026-03-13T17:02:44.835Z Compiling convert_case v0.4.0
22942026-03-13T17:02:44.917Z Compiling unsafe-libyaml v0.2.11
22952026-03-13T17:02:44.958Z Checking tokio-rustls v0.25.0
22962026-03-13T17:02:44.994Z Compiling test-strategy v0.4.5
22972026-03-13T17:02:45.123Z Checking secrecy v0.10.3
22982026-03-13T17:02:45.274Z Compiling toml_edit v0.23.10+spec-1.0.0
22992026-03-13T17:02:45.357Z Compiling derive_more v0.99.20
23002026-03-13T17:02:45.612Z Checking parse-display v0.10.0
23012026-03-13T17:02:45.818Z Compiling serde_yaml v0.9.34+deprecated
23022026-03-13T17:02:45.934Z Compiling crucible-workspace-hack v0.1.0
23032026-03-13T17:02:46.203Z Compiling proc-macro-crate v3.4.0
23042026-03-13T17:02:46.557Z Compiling typify-impl v0.6.1
23052026-03-13T17:02:46.769Z Checking half v2.7.1
23062026-03-13T17:02:46.990Z Checking glob v0.3.3
23072026-03-13T17:02:47.052Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-03-13T17:02:47.153Z Checking ciborium-io v0.2.2
23092026-03-13T17:02:47.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23102026-03-13T17:02:47.296Z Checking ciborium-ll v0.2.2
23112026-03-13T17:02:47.550Z Compiling heapless v0.8.0
23122026-03-13T17:02:47.624Z Checking ciborium v0.2.2
23132026-03-13T17:02:47.676Z Compiling ingot-macros v0.1.1
23142026-03-13T17:02:47.769Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23152026-03-13T17:02:47.868Z Checking tabwriter v1.4.1
23162026-03-13T17:02:48.085Z Checking hash32 v0.3.1
23172026-03-13T17:02:48.202Z Compiling smoltcp v0.11.0
23182026-03-13T17:02:48.244Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-03-13T17:02:48.470Z Compiling num_enum_derive v0.7.5
23202026-03-13T17:02:48.625Z Checking cobs v0.3.0
23212026-03-13T17:02:48.767Z Compiling foreign-types-macros v0.2.3
23222026-03-13T17:02:48.843Z Checking foreign-types-shared v0.3.1
23232026-03-13T17:02:48.883Z Checking cpufeatures v0.3.0
23242026-03-13T17:02:49.028Z Checking chacha20 v0.10.0
23252026-03-13T17:02:49.031Z Checking postcard v1.1.3
23262026-03-13T17:02:49.598Z Checking foreign-types v0.5.0
23272026-03-13T17:02:49.648Z Compiling proc-macro-crate v1.3.1
23282026-03-13T17:02:49.726Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23292026-03-13T17:02:49.944Z Checking num_enum v0.7.5
23302026-03-13T17:02:50.034Z Checking sigpipe v0.1.3
23312026-03-13T17:02:50.115Z Checking cstr-argument v0.1.2
23322026-03-13T17:02:50.165Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-03-13T17:02:50.225Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-03-13T17:02:50.293Z Checking colored v3.1.1
23352026-03-13T17:02:50.511Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-03-13T17:02:50.660Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-03-13T17:02:50.698Z Compiling num_enum_derive v0.5.11
23382026-03-13T17:02:50.754Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-03-13T17:02:50.846Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-03-13T17:02:50.905Z Checking rand v0.10.0
23412026-03-13T17:02:50.943Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23422026-03-13T17:02:51.062Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-03-13T17:02:51.100Z Checking indent_write v2.2.0
23442026-03-13T17:02:51.292Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23452026-03-13T17:02:51.364Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23462026-03-13T17:02:51.547Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23472026-03-13T17:02:51.590Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23482026-03-13T17:02:51.661Z Checking ingot-types v0.1.2
23492026-03-13T17:02:51.698Z Checking smf v0.2.3
23502026-03-13T17:02:51.881Z Compiling num-derive v0.4.2
23512026-03-13T17:02:52.025Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23522026-03-13T17:02:52.064Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23532026-03-13T17:02:52.114Z Checking num_enum v0.5.11
23542026-03-13T17:02:52.177Z Checking ingot v0.1.1
23552026-03-13T17:02:52.281Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23562026-03-13T17:02:52.318Z Checking whoami v1.6.1
23572026-03-13T17:02:52.411Z Checking universal-hash v0.5.1
23582026-03-13T17:02:52.592Z Checking opaque-debug v0.3.1
23592026-03-13T17:02:52.606Z Checking aead v0.5.2
23602026-03-13T17:02:52.682Z Checking swrite v0.1.0
23612026-03-13T17:02:52.723Z Checking poly1305 v0.8.0
23622026-03-13T17:02:52.779Z Checking chacha20 v0.9.1
23632026-03-13T17:02:52.807Z Checking unicode-width v0.1.14
23642026-03-13T17:02:52.843Z Compiling thiserror-impl-no-std v2.0.2
23652026-03-13T17:02:53.036Z Checking password-hash v0.5.0
23662026-03-13T17:02:53.079Z Compiling typify-macro v0.6.1
23672026-03-13T17:02:53.117Z Checking blake2 v0.10.6
23682026-03-13T17:02:53.155Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23692026-03-13T17:02:53.160Z Checking chacha20poly1305 v0.10.1
23702026-03-13T17:02:53.412Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23712026-03-13T17:02:53.417Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-13T17:02:53.486Z Checking argon2 v0.5.3
23732026-03-13T17:02:53.522Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23742026-03-13T17:02:53.812Z Compiling usdt-macro v0.5.0
23752026-03-13T17:02:53.852Z Compiling usdt-attr-macro v0.5.0
23762026-03-13T17:02:53.889Z Checking memmap v0.7.0
23772026-03-13T17:02:53.963Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23782026-03-13T17:02:54.120Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-03-13T17:02:54.400Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-03-13T17:02:54.544Z Checking thiserror-no-std v2.0.2
23812026-03-13T17:02:54.688Z Checking vsss-rs v3.3.4
23822026-03-13T17:02:54.724Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23832026-03-13T17:02:54.761Z Compiling derive-where v1.6.0
23842026-03-13T17:02:54.828Z Checking atomicwrites v0.4.4
23852026-03-13T17:02:54.903Z Checking usdt v0.5.0
23862026-03-13T17:02:55.017Z Checking console v0.15.11
23872026-03-13T17:02:55.132Z Checking tokio-dtrace v0.1.1
23882026-03-13T17:02:55.363Z Checking newline-converter v0.3.0
23892026-03-13T17:02:55.405Z Checking oxide-tokio-rt v0.1.3
23902026-03-13T17:02:55.408Z Checking bytecount v0.6.9
23912026-03-13T17:02:55.482Z Compiling typify v0.6.1
23922026-03-13T17:02:55.594Z Checking expectorate v1.2.0
23932026-03-13T17:02:55.634Z Compiling progenitor-impl v0.13.0
23942026-03-13T17:02:55.671Z Compiling prettyplease v0.2.37
23952026-03-13T17:02:55.711Z Compiling owo-colors v4.3.0
23962026-03-13T17:02:55.785Z Compiling cancel-safe-futures v0.1.5
23972026-03-13T17:02:56.022Z Checking libsw-core v0.3.2
23982026-03-13T17:02:56.230Z Checking libsw v3.5.0
23992026-03-13T17:02:56.273Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24002026-03-13T17:02:56.383Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-03-13T17:02:56.449Z Checking linear-map v1.2.0
24022026-03-13T17:02:56.488Z Checking same-file v1.0.6
24032026-03-13T17:02:56.577Z Checking num-rational v0.4.2
24042026-03-13T17:02:56.663Z Checking walkdir v2.5.0
24052026-03-13T17:02:56.703Z Checking num-complex v0.4.6
24062026-03-13T17:02:56.894Z Checking float-ord v0.3.2
24072026-03-13T17:02:56.942Z Compiling typify-impl v0.4.3
24082026-03-13T17:02:56.993Z Checking gethostname v0.5.0
24092026-03-13T17:02:57.202Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24102026-03-13T17:02:57.240Z Checking num v0.4.3
24112026-03-13T17:02:57.278Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24122026-03-13T17:02:57.360Z Compiling async-recursion v1.1.1
24132026-03-13T17:02:57.603Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24142026-03-13T17:02:57.941Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24152026-03-13T17:02:59.329Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24162026-03-13T17:02:59.383Z Compiling progenitor-macro v0.13.0
24172026-03-13T17:02:59.920Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24182026-03-13T17:03:00.762Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24192026-03-13T17:03:02.839Z Checking unicode-linebreak v0.1.5
24202026-03-13T17:03:02.998Z Checking smawk v0.3.2
24212026-03-13T17:03:03.145Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24222026-03-13T17:03:03.194Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24232026-03-13T17:03:03.422Z Compiling typify-macro v0.4.3
24242026-03-13T17:03:03.650Z Checking globset v0.4.18
24252026-03-13T17:03:04.017Z Compiling convert_case v0.10.0
24262026-03-13T17:03:04.809Z Compiling slog-dtrace v0.3.0
24272026-03-13T17:03:04.941Z Checking resolv-conf v0.7.6
24282026-03-13T17:03:05.181Z Compiling derive_more-impl v2.1.1
24292026-03-13T17:03:05.395Z Compiling pin-project-internal v1.1.11
24302026-03-13T17:03:05.570Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-13T17:03:05.760Z Compiling typify v0.4.3
24322026-03-13T17:03:06.033Z Checking pem v3.0.6
24332026-03-13T17:03:06.210Z Checking fd-lock v4.0.4
24342026-03-13T17:03:06.267Z Checking vte v0.14.1
24352026-03-13T17:03:06.308Z Checking derive_more v2.1.1
24362026-03-13T17:03:06.392Z Checking display-error-chain v0.2.2
24372026-03-13T17:03:06.434Z Checking progenitor v0.13.0
24382026-03-13T17:03:06.437Z Checking crossterm v0.29.0
24392026-03-13T17:03:06.509Z Checking strip-ansi-escapes v0.2.1
24402026-03-13T17:03:06.573Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24412026-03-13T17:03:06.663Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24422026-03-13T17:03:06.667Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24432026-03-13T17:03:06.775Z Compiling snafu-derive v0.8.9
24442026-03-13T17:03:06.988Z Checking pin-project v1.1.11
24452026-03-13T17:03:07.141Z Checking termtree v0.5.1
24462026-03-13T17:03:07.221Z Checking linked-hash-map v0.5.6
24472026-03-13T17:03:07.344Z Checking nu-ansi-term v0.50.3
24482026-03-13T17:03:07.471Z Checking lru-cache v0.1.2
24492026-03-13T17:03:07.515Z Compiling progenitor-impl v0.11.2
24502026-03-13T17:03:07.646Z Checking reedline v0.40.0
24512026-03-13T17:03:07.684Z Checking textwrap v0.16.2
24522026-03-13T17:03:07.993Z Checking olpc-cjson v0.1.4
24532026-03-13T17:03:08.199Z Checking hickory-proto v0.24.4
24542026-03-13T17:03:09.279Z Checking serde_plain v1.0.2
24552026-03-13T17:03:09.480Z Checking typed-path v0.9.3
24562026-03-13T17:03:09.519Z Checking snafu v0.8.9
24572026-03-13T17:03:09.524Z Compiling minimal-lexical v0.2.1
24582026-03-13T17:03:09.872Z Compiling nom v7.1.3
24592026-03-13T17:03:10.017Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24602026-03-13T17:03:10.331Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24612026-03-13T17:03:10.588Z Checking tough v0.20.0
24622026-03-13T17:03:10.656Z Checking progenitor-client v0.11.2
24632026-03-13T17:03:10.978Z Checking nibble_vec v0.1.0
24642026-03-13T17:03:11.017Z Checking endian-type v0.1.2
24652026-03-13T17:03:11.095Z Checking hickory-resolver v0.24.4
24662026-03-13T17:03:11.171Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24672026-03-13T17:03:11.216Z Checking radix_trie v0.2.1
24682026-03-13T17:03:11.280Z Compiling progenitor-macro v0.11.2
24692026-03-13T17:03:11.325Z Compiling ar_archive_writer v0.5.1
24702026-03-13T17:03:11.512Z Checking humantime v2.3.0
24712026-03-13T17:03:11.719Z Checking csv-core v0.1.13
24722026-03-13T17:03:11.779Z Checking base64 v0.21.7
24732026-03-13T17:03:11.951Z Compiling stacker v0.1.23
24742026-03-13T17:03:11.990Z Checking csv v1.4.0
24752026-03-13T17:03:12.056Z Checking qorb v0.4.1
24762026-03-13T17:03:12.119Z Checking highway v1.3.0
24772026-03-13T17:03:12.325Z Compiling cfg_aliases v0.1.1
24782026-03-13T17:03:12.486Z Compiling nix v0.28.0
24792026-03-13T17:03:12.523Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24802026-03-13T17:03:12.565Z Compiling psm v0.1.30
24812026-03-13T17:03:12.598Z Checking papergrid v0.11.0
24822026-03-13T17:03:12.953Z Compiling tabled_derive v0.7.0
24832026-03-13T17:03:13.133Z Checking home v0.5.12
24842026-03-13T17:03:13.338Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24852026-03-13T17:03:13.517Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24862026-03-13T17:03:13.609Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24872026-03-13T17:03:13.832Z Checking phf_shared v0.12.1
24882026-03-13T17:03:14.021Z Compiling recursive-proc-macro-impl v0.1.1
24892026-03-13T17:03:14.225Z Compiling semver v0.1.20
24902026-03-13T17:03:14.302Z Compiling chrono-tz v0.10.4
24912026-03-13T17:03:14.345Z Checking tabled v0.15.0
24922026-03-13T17:03:14.612Z Checking recursive v0.1.1
24932026-03-13T17:03:14.650Z Compiling rustc_version v0.1.7
24942026-03-13T17:03:14.689Z Checking phf v0.12.1
24952026-03-13T17:03:14.762Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24962026-03-13T17:03:14.902Z Compiling const_format_proc_macros v0.2.34
24972026-03-13T17:03:14.971Z Compiling peg-macros v0.8.5
24982026-03-13T17:03:15.465Z Checking winnow v0.6.26
24992026-03-13T17:03:15.960Z Compiling sqlparser_derive v0.5.0
25002026-03-13T17:03:16.097Z Checking unicode_categories v0.1.1
25012026-03-13T17:03:16.334Z Checking rustyline v14.0.0
25022026-03-13T17:03:16.412Z Checking const_format v0.2.35
25032026-03-13T17:03:16.858Z Checking peg v0.8.5
25042026-03-13T17:03:17.016Z Checking sqlparser v0.61.0
25052026-03-13T17:03:17.053Z Checking sqlformat v0.3.5
25062026-03-13T17:03:17.089Z Compiling newtype_derive v0.1.6
25072026-03-13T17:03:17.376Z Checking bcs v0.1.6
25082026-03-13T17:03:17.718Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25092026-03-13T17:03:17.864Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25102026-03-13T17:03:17.903Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25112026-03-13T17:03:17.941Z Checking steno v0.4.1
25122026-03-13T17:03:17.988Z Checking utf-8 v0.7.6
25132026-03-13T17:03:18.192Z Checking filetime v0.2.27
25142026-03-13T17:03:18.254Z Checking arc-swap v1.8.2
25152026-03-13T17:03:18.310Z Checking progenitor v0.11.2
25162026-03-13T17:03:18.454Z Checking xattr v1.6.1
25172026-03-13T17:03:18.527Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25182026-03-13T17:03:18.600Z Checking slog-scope v4.4.1
25192026-03-13T17:03:18.653Z Checking tar v0.4.44
25202026-03-13T17:03:18.808Z Compiling progenitor-impl v0.10.0
25212026-03-13T17:03:18.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-03-13T17:03:19.198Z Checking slog-stdlog v4.1.1
25232026-03-13T17:03:19.382Z Checking slog-envlogger v2.2.0
25242026-03-13T17:03:19.420Z Checking tungstenite v0.21.0
25252026-03-13T17:03:19.591Z Checking typeid v1.0.3
25262026-03-13T17:03:19.746Z Checking subprocess v0.2.15
25272026-03-13T17:03:20.011Z Checking tokio-tungstenite v0.21.0
25282026-03-13T17:03:20.142Z Checking headers-core v0.3.0
25292026-03-13T17:03:20.308Z Checking headers v0.4.1
25302026-03-13T17:03:20.394Z Compiling lzma-sys v0.1.20
25312026-03-13T17:03:20.432Z Compiling cargo_toml v0.22.3
25322026-03-13T17:03:20.979Z Checking yasna v0.5.2
25332026-03-13T17:03:21.191Z Checking xz2 v0.1.7
25342026-03-13T17:03:21.434Z Checking ron v0.12.0
25352026-03-13T17:03:21.524Z Checking rcgen v0.12.1
25362026-03-13T17:03:21.975Z Checking base16ct v1.0.0
25372026-03-13T17:03:22.164Z Checking dropshot-api-manager-types v0.6.0
25382026-03-13T17:03:22.403Z Checking tagptr v0.2.0
25392026-03-13T17:03:22.451Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-13T17:03:22.567Z Compiling progenitor-macro v0.10.0
25412026-03-13T17:03:22.613Z Checking moka v0.12.13
25422026-03-13T17:03:22.697Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25432026-03-13T17:03:22.733Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25442026-03-13T17:03:22.901Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25452026-03-13T17:03:23.050Z Compiling libefi-sys v0.1.0
25462026-03-13T17:03:23.383Z Compiling radium v0.7.0
25472026-03-13T17:03:23.551Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25482026-03-13T17:03:23.554Z Checking hickory-resolver v0.25.2
25492026-03-13T17:03:23.621Z Compiling bitfield-struct v0.6.2
25502026-03-13T17:03:23.624Z Compiling maybe-uninit v2.0.0
25512026-03-13T17:03:23.819Z Checking tap v1.0.1
25522026-03-13T17:03:23.986Z Checking wyz v0.5.1
25532026-03-13T17:03:24.426Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25542026-03-13T17:03:24.462Z Compiling zerocopy-derive v0.6.6
25552026-03-13T17:03:24.511Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25562026-03-13T17:03:24.565Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25572026-03-13T17:03:24.600Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25582026-03-13T17:03:24.800Z Checking funty v2.0.0
25592026-03-13T17:03:24.882Z Compiling packed_struct v0.10.1
25602026-03-13T17:03:25.185Z Checking crc-catalog v2.4.0
25612026-03-13T17:03:25.223Z Checking bitvec v1.0.1
25622026-03-13T17:03:25.316Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25632026-03-13T17:03:25.353Z Checking crc v3.4.0
25642026-03-13T17:03:25.615Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25652026-03-13T17:03:25.654Z Checking zerocopy v0.6.6
25662026-03-13T17:03:25.760Z Compiling packed_struct_codegen v0.10.1
25672026-03-13T17:03:25.830Z Compiling bitfield-macros v0.19.4
25682026-03-13T17:03:25.866Z Compiling indexmap v1.9.3
25692026-03-13T17:03:26.130Z Checking nodrop v0.1.14
25702026-03-13T17:03:26.219Z Checking smallvec v0.6.14
25712026-03-13T17:03:26.269Z Checking array-init v0.0.4
25722026-03-13T17:03:26.499Z Checking hashbrown v0.12.3
25732026-03-13T17:03:26.786Z Checking serde-hex v0.1.0
25742026-03-13T17:03:26.822Z Checking bitfield v0.19.4
25752026-03-13T17:03:27.073Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25762026-03-13T17:03:27.265Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25772026-03-13T17:03:27.299Z Checking ron v0.8.1
25782026-03-13T17:03:27.575Z Checking hashbrown v0.13.2
25792026-03-13T17:03:28.034Z Checking crc-any v2.5.0
25802026-03-13T17:03:28.167Z Checking object v0.30.4
25812026-03-13T17:03:28.315Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25822026-03-13T17:03:28.517Z Checking path-slash v0.1.5
25832026-03-13T17:03:28.554Z Compiling xshell-macros v0.2.7
25842026-03-13T17:03:28.678Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25852026-03-13T17:03:28.867Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25862026-03-13T17:03:28.956Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25872026-03-13T17:03:29.100Z Checking xshell v0.2.7
25882026-03-13T17:03:29.188Z Checking half v1.8.3
25892026-03-13T17:03:29.372Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25902026-03-13T17:03:29.486Z Checking serde_cbor v0.11.2
25912026-03-13T17:03:29.682Z Checking progenitor v0.10.0
25922026-03-13T17:03:29.830Z Compiling num-derive v0.3.3
25932026-03-13T17:03:29.882Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25942026-03-13T17:03:30.035Z Compiling proc-macro-error-attr2 v2.0.0
25952026-03-13T17:03:30.337Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25962026-03-13T17:03:30.596Z Compiling proc-macro-error2 v2.0.1
25972026-03-13T17:03:30.646Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25982026-03-13T17:03:31.011Z Compiling tabled_derive v0.11.0
25992026-03-13T17:03:31.057Z Checking libscf-sys v1.1.0
26002026-03-13T17:03:31.118Z Checking papergrid v0.17.0
26012026-03-13T17:03:31.251Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-03-13T17:03:31.357Z Checking testing_table v0.3.0
26032026-03-13T17:03:31.503Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-13T17:03:31.541Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26052026-03-13T17:03:31.832Z Checking maplit v1.0.2
26062026-03-13T17:03:31.986Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26072026-03-13T17:03:32.297Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26082026-03-13T17:03:32.562Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26092026-03-13T17:03:32.676Z Checking tabled v0.20.0
26102026-03-13T17:03:32.964Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26112026-03-13T17:03:33.132Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26122026-03-13T17:03:33.498Z Checking crc8 v0.1.1
26132026-03-13T17:03:33.652Z Checking fxhash v0.2.1
26142026-03-13T17:03:33.705Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26152026-03-13T17:03:33.834Z Checking unicase v2.9.0
26162026-03-13T17:03:33.849Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-13T17:03:34.072Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-13T17:03:34.552Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26192026-03-13T17:03:34.605Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26202026-03-13T17:03:34.641Z Checking kstat-rs v0.2.4
26212026-03-13T17:03:34.917Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-13T17:03:35.019Z Compiling diesel_derives v2.3.7
26232026-03-13T17:03:35.231Z Compiling parking_lot_core v0.8.6
26242026-03-13T17:03:35.269Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26252026-03-13T17:03:35.484Z Compiling git-stub v1.0.0
26262026-03-13T17:03:35.626Z Checking scheduled-thread-pool v0.2.7
26272026-03-13T17:03:35.675Z Compiling dsl_auto_type v0.2.0
26282026-03-13T17:03:35.833Z Compiling vergen-gitcl v1.0.8
26292026-03-13T17:03:35.869Z Compiling diesel_table_macro_syntax v0.3.0
26302026-03-13T17:03:35.923Z Checking r2d2 v0.8.10
26312026-03-13T17:03:36.091Z Compiling git-stub-vcs v0.1.0
26322026-03-13T17:03:36.216Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-03-13T17:03:36.223Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-03-13T17:03:36.324Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26352026-03-13T17:03:36.446Z Checking downcast-rs v2.0.2
26362026-03-13T17:03:36.583Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26372026-03-13T17:03:36.616Z Checking parking_lot v0.11.2
26382026-03-13T17:03:36.693Z Checking prefix-trie v0.7.0
26392026-03-13T17:03:36.886Z Checking nanorand v0.7.0
26402026-03-13T17:03:37.146Z Compiling dirs-sys-next v0.1.2
26412026-03-13T17:03:37.187Z Compiling crunchy v0.2.4
26422026-03-13T17:03:37.198Z Checking flume v0.11.1
26432026-03-13T17:03:37.323Z Checking hickory-server v0.25.2
26442026-03-13T17:03:37.448Z Compiling dirs-next v2.0.0
26452026-03-13T17:03:37.541Z Checking sled v0.34.7
26462026-03-13T17:03:37.580Z Compiling clang-sys v1.8.1
26472026-03-13T17:03:37.650Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-03-13T17:03:37.687Z Checking hickory-client v0.25.2
26492026-03-13T17:03:37.740Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-03-13T17:03:37.935Z Compiling tiny-keccak v2.0.2
26512026-03-13T17:03:38.200Z Compiling term v0.7.0
26522026-03-13T17:03:38.304Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26532026-03-13T17:03:38.340Z Compiling salty v0.3.0
26542026-03-13T17:03:38.536Z Compiling bit-vec v0.6.3
26552026-03-13T17:03:38.752Z Compiling ascii-canvas v3.0.0
26562026-03-13T17:03:38.863Z Compiling bit-set v0.5.3
26572026-03-13T17:03:39.065Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-03-13T17:03:39.090Z Checking primeorder v0.13.6
26592026-03-13T17:03:39.124Z Compiling itertools v0.10.5
26602026-03-13T17:03:39.429Z Compiling ena v0.14.4
26612026-03-13T17:03:39.558Z Compiling libloading v0.8.9
26622026-03-13T17:03:39.736Z Compiling regex-syntax v0.6.29
26632026-03-13T17:03:39.767Z Compiling diff v0.1.13
26642026-03-13T17:03:39.865Z Compiling bindgen v0.71.1
26652026-03-13T17:03:40.575Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-03-13T17:03:40.611Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26672026-03-13T17:03:40.809Z Compiling cexpr v0.6.0
26682026-03-13T17:03:40.976Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26692026-03-13T17:03:41.427Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-03-13T17:03:41.465Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26712026-03-13T17:03:41.738Z Compiling lalrpop v0.19.12
26722026-03-13T17:03:41.798Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-03-13T17:03:42.089Z Compiling libxml v0.3.3
26742026-03-13T17:03:42.422Z Compiling fs-err v2.11.0
26752026-03-13T17:03:42.604Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26762026-03-13T17:03:42.742Z Checking p384 v0.13.1
26772026-03-13T17:03:42.896Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26782026-03-13T17:03:43.024Z Compiling strum_macros v0.24.3
26792026-03-13T17:03:43.307Z Compiling indoc v1.0.9
26802026-03-13T17:03:43.915Z Checking diesel v2.3.7
26812026-03-13T17:03:44.926Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26822026-03-13T17:03:45.121Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26832026-03-13T17:03:45.403Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-03-13T17:03:45.696Z Checking quick-xml v0.37.5
26852026-03-13T17:03:45.731Z Checking derive_builder v0.20.2
26862026-03-13T17:03:45.903Z Compiling oso-derive v0.27.3
26872026-03-13T17:03:46.165Z Compiling impl-trait-for-tuples v0.2.3
26882026-03-13T17:03:46.391Z Compiling trait-variant v0.1.2
26892026-03-13T17:03:46.595Z Checking openssl-probe v0.1.6
26902026-03-13T17:03:46.762Z Checking parse-size v1.1.0
26912026-03-13T17:03:46.938Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
26922026-03-13T17:03:46.971Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26932026-03-13T17:03:47.141Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26942026-03-13T17:03:48.117Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26952026-03-13T17:03:48.236Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-03-13T17:03:48.720Z Checking assert_matches v1.5.0
26972026-03-13T17:03:48.840Z Compiling mime_guess v2.0.5
26982026-03-13T17:03:48.963Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26992026-03-13T17:03:49.107Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27002026-03-13T17:03:49.359Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27012026-03-13T17:03:49.395Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27022026-03-13T17:03:49.591Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27032026-03-13T17:03:50.293Z Checking predicates-tree v1.0.13
27042026-03-13T17:03:50.468Z Checking http-range v0.1.5
27052026-03-13T17:03:50.664Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27062026-03-13T17:03:51.009Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27072026-03-13T17:03:51.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27082026-03-13T17:03:51.802Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27092026-03-13T17:03:52.002Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27102026-03-13T17:03:53.032Z Checking atty v0.2.14
27112026-03-13T17:03:53.180Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-13T17:03:53.905Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-13T17:03:54.424Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27142026-03-13T17:03:54.566Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-03-13T17:03:54.863Z Checking bb8 v0.8.6
27162026-03-13T17:03:55.001Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-13T17:03:55.143Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27182026-03-13T17:03:55.181Z Checking corncobs v0.1.4
27192026-03-13T17:03:55.244Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27202026-03-13T17:03:55.370Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27212026-03-13T17:03:55.550Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-13T17:03:55.731Z Checking hyper-staticfile v0.10.1
27232026-03-13T17:03:55.767Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-13T17:03:55.985Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-13T17:03:56.022Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-13T17:03:56.122Z Checking ignore v0.4.25
27272026-03-13T17:03:56.158Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-13T17:03:56.316Z Checking signal-hook-tokio v0.3.1
27292026-03-13T17:03:56.508Z Checking secrecy v0.8.0
27302026-03-13T17:03:56.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-13T17:03:56.897Z Checking globwalk v0.9.1
27322026-03-13T17:03:57.087Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-03-13T17:03:57.164Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-03-13T17:03:57.494Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-03-13T17:03:57.738Z Checking nonempty v0.12.0
27362026-03-13T17:03:57.777Z Checking camino-tempfile-ext v0.3.3
27372026-03-13T17:03:57.990Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-03-13T17:03:58.062Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-13T17:03:58.113Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-13T17:03:58.558Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-13T17:03:59.021Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-13T17:03:59.058Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-13T17:03:59.345Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-03-13T17:03:59.498Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-13T17:03:59.717Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-13T17:04:00.257Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-13T17:04:00.489Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27482026-03-13T17:04:00.551Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27492026-03-13T17:04:00.598Z Checking tungstenite v0.23.0
27502026-03-13T17:04:01.065Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-13T17:04:01.173Z Checking tokio-tungstenite v0.23.1
27522026-03-13T17:04:01.432Z Checking void v1.0.2
27532026-03-13T17:04:01.529Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27542026-03-13T17:04:01.566Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27552026-03-13T17:04:01.602Z Checking lzss v0.8.2
27562026-03-13T17:04:01.797Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27572026-03-13T17:04:01.876Z Checking nix v0.27.1
27582026-03-13T17:04:02.447Z Checking serde_bytes v0.11.19
27592026-03-13T17:04:02.636Z Checking rand_seeder v0.4.0
27602026-03-13T17:04:02.759Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27612026-03-13T17:04:02.866Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27622026-03-13T17:04:03.403Z Checking diesel-dtrace v0.5.0
27632026-03-13T17:04:03.478Z Checking async-bb8-diesel v0.2.1
27642026-03-13T17:04:03.754Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27652026-03-13T17:04:03.954Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-03-13T17:04:04.006Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27672026-03-13T17:04:04.620Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27682026-03-13T17:04:04.951Z Checking is_ci v1.2.0
27692026-03-13T17:04:05.113Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27702026-03-13T17:04:05.192Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27712026-03-13T17:04:05.474Z Checking yansi v1.0.1
27722026-03-13T17:04:05.520Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-03-13T17:04:05.835Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27742026-03-13T17:04:05.871Z Checking pretty_assertions v1.4.1
27752026-03-13T17:04:06.080Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27762026-03-13T17:04:06.189Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27772026-03-13T17:04:06.512Z Compiling darling_core v0.23.0
27782026-03-13T17:04:07.575Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-13T17:04:07.705Z Compiling indoc v2.0.7
27802026-03-13T17:04:08.043Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27812026-03-13T17:04:08.348Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-13T17:04:08.385Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-03-13T17:04:08.434Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27842026-03-13T17:04:08.480Z Compiling instability v0.3.11
27852026-03-13T17:04:08.851Z Compiling libz-sys v1.1.24
27862026-03-13T17:04:08.887Z Checking castaway v0.2.4
27872026-03-13T17:04:09.056Z Checking compact_str v0.8.1
27882026-03-13T17:04:09.460Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-03-13T17:04:09.603Z Checking supports-color v3.0.2
27902026-03-13T17:04:09.797Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27912026-03-13T17:04:10.092Z Checking unicode-truncate v1.1.0
27922026-03-13T17:04:10.191Z Compiling darling_macro v0.23.0
27932026-03-13T17:04:10.313Z Checking lru v0.12.5
27942026-03-13T17:04:10.401Z Checking cassowary v0.3.0
27952026-03-13T17:04:10.597Z Compiling libgit2-sys v0.18.3+1.9.2
27962026-03-13T17:04:10.879Z Compiling darling v0.23.0
27972026-03-13T17:04:10.882Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27982026-03-13T17:04:11.799Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-03-13T17:04:11.992Z Checking ratatui v0.29.0
28002026-03-13T17:04:12.523Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28012026-03-13T17:04:12.816Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-03-13T17:04:13.222Z Compiling vergen-git2 v1.0.7
28032026-03-13T17:04:13.604Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-03-13T17:04:13.781Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28052026-03-13T17:04:13.861Z Checking colored v2.2.0
28062026-03-13T17:04:13.902Z Compiling rustls v0.21.12
28072026-03-13T17:04:14.076Z Checking plotters-backend v0.3.7
28082026-03-13T17:04:14.158Z Checking shell-words v1.1.1
28092026-03-13T17:04:14.343Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-13T17:04:14.378Z Checking plotters-svg v0.3.7
28112026-03-13T17:04:14.413Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-03-13T17:04:14.585Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28132026-03-13T17:04:14.728Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28142026-03-13T17:04:14.879Z Checking sct v0.7.1
28152026-03-13T17:04:15.080Z Checking rustls-webpki v0.101.7
28162026-03-13T17:04:15.305Z Compiling nix v0.29.0
28172026-03-13T17:04:15.559Z Checking cast v0.3.0
28182026-03-13T17:04:15.600Z Checking hex-literal v0.4.1
28192026-03-13T17:04:15.756Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28202026-03-13T17:04:15.801Z Checking criterion-plot v0.6.0
28212026-03-13T17:04:16.272Z Checking plotters v0.3.7
28222026-03-13T17:04:17.302Z Checking erased-serde v0.4.9
28232026-03-13T17:04:17.724Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28242026-03-13T17:04:17.861Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28252026-03-13T17:04:18.891Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28262026-03-13T17:04:19.909Z Checking tinytemplate v1.2.1
28272026-03-13T17:04:20.216Z Checking ordered-float v2.10.1
28282026-03-13T17:04:20.578Z Checking oorandom v11.1.5
28292026-03-13T17:04:20.753Z Checking anes v0.1.6
28302026-03-13T17:04:21.029Z Checking criterion v0.7.0
28312026-03-13T17:04:21.390Z Checking serde-value v0.7.0
28322026-03-13T17:04:21.705Z Checking serde-untagged v0.1.9
28332026-03-13T17:04:21.991Z Checking tokio-rustls v0.24.1
28342026-03-13T17:04:22.622Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-03-13T17:04:22.658Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-03-13T17:04:22.996Z Checking rustls-pemfile v1.0.4
28372026-03-13T17:04:23.201Z Checking twox-hash v2.1.2
28382026-03-13T17:04:23.641Z Checking unicode-xid v0.2.6
28392026-03-13T17:04:23.730Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-13T17:04:23.812Z Checking cargo-util-schemas v0.8.2
28412026-03-13T17:04:24.071Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-03-13T17:04:24.289Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-13T17:04:25.023Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-03-13T17:04:25.259Z Checking fatfs v0.3.6
28452026-03-13T17:04:25.919Z Checking cargo-platform v0.2.0
28462026-03-13T17:04:26.055Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-13T17:04:26.190Z Compiling petname v2.0.2
28482026-03-13T17:04:26.891Z Compiling seq-macro v0.3.6
28492026-03-13T17:04:27.808Z Checking cargo_metadata v0.21.0
28502026-03-13T17:04:27.997Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-03-13T17:04:28.872Z Checking concurrent-queue v2.5.0
28522026-03-13T17:04:29.141Z Checking rtoolbox v0.0.3
28532026-03-13T17:04:29.335Z Checking parking v2.2.1
28542026-03-13T17:04:29.422Z Checking futures-timer v3.0.3
28552026-03-13T17:04:29.520Z Checking event-listener v5.4.1
28562026-03-13T17:04:29.692Z Checking rpassword v7.4.0
28572026-03-13T17:04:29.874Z Checking tui-tree-widget v0.23.1
28582026-03-13T17:04:30.150Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-03-13T17:04:30.386Z Checking polyval v0.6.2
28602026-03-13T17:04:30.421Z Checking sapling-renderdag v0.1.0
28612026-03-13T17:04:30.630Z Checking sync-ptr v0.1.4
28622026-03-13T17:04:30.789Z Checking ghash v0.5.1
28632026-03-13T17:04:30.828Z Checking event-listener-strategy v0.5.4
28642026-03-13T17:04:30.972Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-03-13T17:04:31.033Z Checking ctr v0.9.2
28662026-03-13T17:04:31.265Z Checking arrayref v0.3.9
28672026-03-13T17:04:31.301Z Checking arrayvec v0.7.6
28682026-03-13T17:04:31.386Z Checking constant_time_eq v0.4.2
28692026-03-13T17:04:31.426Z Checking aes-gcm v0.10.3
28702026-03-13T17:04:31.618Z Checking async-lock v3.4.2
28712026-03-13T17:04:31.654Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-03-13T17:04:31.691Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-03-13T17:04:32.193Z Checking ssh-encoding v0.2.0
28742026-03-13T17:04:32.456Z Checking blowfish v0.9.1
28752026-03-13T17:04:32.677Z Checking bcrypt-pbkdf v0.10.0
28762026-03-13T17:04:32.909Z Checking ssh-cipher v0.2.0
28772026-03-13T17:04:32.946Z Checking async-object-pool v0.2.0
28782026-03-13T17:04:33.116Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-13T17:04:33.160Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-13T17:04:33.573Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-03-13T17:04:33.990Z Checking serde_regex v1.1.0
28822026-03-13T17:04:34.226Z Checking password-hash v0.4.2
28832026-03-13T17:04:34.469Z Checking assert-json-diff v2.0.2
28842026-03-13T17:04:34.603Z Checking path-tree v0.8.3
28852026-03-13T17:04:34.716Z Compiling target-lexicon v0.13.3
28862026-03-13T17:04:34.840Z Checking gimli v0.32.3
28872026-03-13T17:04:35.394Z Checking stringmetrics v2.2.2
28882026-03-13T17:04:35.491Z Compiling samael v0.0.19
28892026-03-13T17:04:35.525Z Checking pbkdf2 v0.11.0
28902026-03-13T17:04:35.606Z Checking httpmock v0.8.3
28912026-03-13T17:04:35.768Z Checking ssh-key v0.6.7
28922026-03-13T17:04:37.031Z Checking addr2line v0.25.1
28932026-03-13T17:04:37.407Z Checking p521 v0.13.3
28942026-03-13T17:04:38.219Z Checking p256 v0.13.2
28952026-03-13T17:04:38.623Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28962026-03-13T17:04:38.664Z Checking russh-cryptovec v0.7.3
28972026-03-13T17:04:38.874Z Checking md5 v0.7.0
28982026-03-13T17:04:38.912Z Compiling guppy-workspace-hack v0.1.0
28992026-03-13T17:04:39.121Z Checking rustc-demangle v0.1.27
29002026-03-13T17:04:39.245Z Checking russh-keys v0.45.0
29012026-03-13T17:04:39.450Z Checking backtrace v0.3.76
29022026-03-13T17:04:39.726Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29032026-03-13T17:04:39.876Z Checking num-bigint v0.4.6
29042026-03-13T17:04:40.117Z Checking des v0.8.1
29052026-03-13T17:04:40.554Z Compiling blake3 v1.8.3
29062026-03-13T17:04:41.059Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-13T17:04:41.266Z Compiling target-spec v3.5.7
29082026-03-13T17:04:41.588Z Checking russh v0.45.0
29092026-03-13T17:04:41.674Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-03-13T17:04:41.913Z Checking backtrace-ext v0.2.1
29112026-03-13T17:04:42.080Z Checking cfg-expr v0.20.6
29122026-03-13T17:04:42.277Z Checking supports-color v2.1.0
29132026-03-13T17:04:42.481Z Checking textwrap v0.15.2
29142026-03-13T17:04:42.578Z Checking supports-hyperlinks v2.1.0
29152026-03-13T17:04:42.622Z Checking supports-unicode v2.1.0
29162026-03-13T17:04:42.764Z Checking hashbrown v0.14.5
29172026-03-13T17:04:42.786Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-03-13T17:04:42.817Z Checking cargo-platform v0.3.2
29192026-03-13T17:04:43.071Z Checking socket2 v0.5.10
29202026-03-13T17:04:43.109Z Checking terminal_size v0.1.17
29212026-03-13T17:04:43.267Z Compiling miette-derive v5.10.0
29222026-03-13T17:04:43.432Z Checking internet-checksum v0.2.1
29232026-03-13T17:04:43.438Z Checking owo-colors v3.5.0
29242026-03-13T17:04:43.619Z Checking chumsky v0.9.3
29252026-03-13T17:04:44.119Z Checking cargo_metadata v0.23.1
29262026-03-13T17:04:44.853Z Checking miette v5.10.0
29272026-03-13T17:04:45.004Z Compiling git2 v0.20.4
29282026-03-13T17:04:45.094Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29292026-03-13T17:04:45.174Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-03-13T17:04:45.377Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-03-13T17:04:45.525Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29322026-03-13T17:04:45.782Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-03-13T17:04:45.856Z Checking httptest v0.16.4
29342026-03-13T17:04:46.174Z Checking pathdiff v0.2.3
29352026-03-13T17:04:46.263Z Compiling knuffel-derive v3.2.0
29362026-03-13T17:04:46.342Z Checking topological-sort v0.2.2
29372026-03-13T17:04:46.378Z Checking nested v0.1.1
29382026-03-13T17:04:46.547Z Checking omicron-zone-package v0.12.2
29392026-03-13T17:04:46.586Z Checking guppy v0.17.25
29402026-03-13T17:04:46.905Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-03-13T17:04:47.202Z Checking similar-asserts v1.7.0
29422026-03-13T17:04:47.429Z Compiling rstest_macros v0.25.0
29432026-03-13T17:04:47.741Z Compiling target-triple v1.0.0
29442026-03-13T17:04:47.834Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-03-13T17:04:48.008Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-03-13T17:04:48.044Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-13T17:04:48.400Z Checking knuffel v3.2.0
29482026-03-13T17:04:48.860Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-03-13T17:04:48.994Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-03-13T17:04:49.337Z Checking toml_datetime v1.0.0+spec-1.1.0
29512026-03-13T17:04:49.647Z Compiling relative-path v1.9.3
29522026-03-13T17:04:49.832Z Checking escape8259 v0.5.3
29532026-03-13T17:04:49.901Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29542026-03-13T17:04:50.031Z Compiling assert_cmd v2.1.2
29552026-03-13T17:04:50.445Z Checking libtest-mimic v0.8.1
29562026-03-13T17:04:50.522Z Checking toml v1.0.3+spec-1.1.0
29572026-03-13T17:04:50.991Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-03-13T17:04:51.156Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-03-13T17:04:51.383Z Checking blake2b_simd v1.0.4
29602026-03-13T17:04:51.953Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-13T17:04:52.057Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-13T17:04:52.480Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-13T17:04:52.591Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29642026-03-13T17:04:52.906Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29652026-03-13T17:04:53.233Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-03-13T17:04:53.544Z Checking fancy-regex v0.14.0
29672026-03-13T17:04:53.890Z Checking serde_tokenstream v0.2.3
29682026-03-13T17:04:54.138Z Checking uzers v0.12.2
29692026-03-13T17:04:54.214Z Compiling linkme-impl v0.3.35
29702026-03-13T17:04:54.468Z Checking constant_time_eq v0.3.1
29712026-03-13T17:04:54.640Z Checking termcolor v1.4.1
29722026-03-13T17:04:54.778Z Checking rust-argon2 v2.1.0
29732026-03-13T17:04:54.976Z Checking trybuild v1.0.116
29742026-03-13T17:04:55.121Z Checking datatest-stable v0.3.3
29752026-03-13T17:04:55.453Z Checking rstest v0.25.0
29762026-03-13T17:04:55.840Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29772026-03-13T17:04:55.916Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-13T17:04:56.185Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-13T17:04:56.343Z Checking support-bundle-viewer v0.1.2
29802026-03-13T17:04:56.780Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29812026-03-13T17:04:57.094Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29822026-03-13T17:04:57.218Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29832026-03-13T17:04:57.409Z Checking drift v0.1.3
29842026-03-13T17:04:57.533Z Checking rand_distr v0.5.1
29852026-03-13T17:04:57.908Z Checking multimap v0.10.1
29862026-03-13T17:04:58.158Z Checking approx v0.5.1
29872026-03-13T17:04:58.193Z Compiling linkme v0.3.35
29882026-03-13T17:04:58.374Z Checking dropshot-api-manager v0.6.0
29892026-03-13T17:05:00.017Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-13T17:05:00.212Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29912026-03-13T17:05:00.294Z Compiling polar-core v0.27.3
29922026-03-13T17:05:00.379Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29932026-03-13T17:05:00.416Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29942026-03-13T17:05:00.553Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29952026-03-13T17:05:00.788Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29962026-03-13T17:05:00.853Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29972026-03-13T17:05:00.890Z Checking partial-io v0.5.4
29982026-03-13T17:05:01.199Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29992026-03-13T17:05:01.245Z Checking cargo_toml v0.21.0
30002026-03-13T17:05:01.322Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
30012026-03-13T17:05:01.414Z Checking termios v0.3.3
30022026-03-13T17:05:01.455Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30032026-03-13T17:05:01.990Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30042026-03-13T17:05:02.115Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30052026-03-13T17:05:02.446Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30062026-03-13T17:05:07.297Z Checking oso v0.27.3
30072026-03-13T17:05:07.505Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30082026-03-13T17:05:12.738Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-13T17:05:15.548Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-13T17:05:21.490Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30112026-03-13T17:05:25.254Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-03-13T17:05:29.581Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-13T17:05:34.466Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-13T17:05:38.263Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30152026-03-13T17:05:38.702Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30162026-03-13T17:05:48.343Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-13T17:07:48.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 37s
30182026-03-13T17:07:49.470Z
30192026-03-13T17:07:49.473Zreal 5:41.656316472
30202026-03-13T17:07:49.473Zuser 28:27.508174364
30212026-03-13T17:07:49.473Zsys 5:40.596493332
30222026-03-13T17:07:49.473Ztrap 0.737762789
30232026-03-13T17:07:49.473Ztflt 0.509651025
30242026-03-13T17:07:49.473Zdflt 0.167842406
30252026-03-13T17:07:49.473Zkflt 0.004304184
30262026-03-13T17:07:49.473Zlock 1:07:52.858252578
30272026-03-13T17:07:49.473Zslp 1:32:10.101508059
30282026-03-13T17:07:49.473Zlat 2:20.475956613
30292026-03-13T17:07:49.473Zstop 11:40.793433809
30302026-03-13T17:07:49.473Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-13T17:07:49.473Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-13T17:07:50.649Zwarning: output filename collision.
30332026-03-13T17:07:50.649ZThe 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)`.
30342026-03-13T17:07:50.649ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-03-13T17:07:50.649ZThe targets should have unique names.
30362026-03-13T17:07:50.649ZThis is a known bug where multiple crates with the same name use
30372026-03-13T17:07:50.649Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30382026-03-13T17:07:51.838Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-03-13T17:07:52.051Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-03-13T17:07:52.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-03-13T17:07:52.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-03-13T17:07:52.175Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432026-03-13T17:07:52.209Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30442026-03-13T17:07:52.212Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-13T17:07:52.401Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30462026-03-13T17:07:52.435Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30472026-03-13T17:07:52.465Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-03-13T17:07:52.507Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30492026-03-13T17:07:52.655Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30502026-03-13T17:07:52.710Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-03-13T17:07:52.755Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30522026-03-13T17:07:52.800Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-03-13T17:07:52.872Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30542026-03-13T17:07:53.007Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30552026-03-13T17:07:53.068Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30562026-03-13T17:07:53.093Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30572026-03-13T17:07:53.134Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30582026-03-13T17:07:53.593Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30592026-03-13T17:07:53.962Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30602026-03-13T17:07:53.988Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30612026-03-13T17:07:54.064Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30622026-03-13T17:07:54.183Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30632026-03-13T17:07:54.413Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30642026-03-13T17:07:54.566Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30652026-03-13T17:07:54.596Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30662026-03-13T17:07:54.625Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30672026-03-13T17:07:54.651Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30682026-03-13T17:07:54.712Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30692026-03-13T17:07:54.826Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30702026-03-13T17:07:54.889Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30712026-03-13T17:07:55.056Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30722026-03-13T17:07:55.086Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30732026-03-13T17:07:55.339Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30742026-03-13T17:07:55.376Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30752026-03-13T17:07:55.511Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30762026-03-13T17:07:55.540Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30772026-03-13T17:07:55.850Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30782026-03-13T17:07:55.874Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30792026-03-13T17:07:56.106Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30802026-03-13T17:07:56.180Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30812026-03-13T17:07:56.458Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30822026-03-13T17:07:56.594Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30832026-03-13T17:07:56.713Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30842026-03-13T17:07:56.850Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30852026-03-13T17:07:56.933Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30862026-03-13T17:07:57.057Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30872026-03-13T17:07:57.083Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30882026-03-13T17:07:57.180Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30892026-03-13T17:07:57.244Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30902026-03-13T17:07:57.387Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30912026-03-13T17:07:57.413Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30922026-03-13T17:07:57.438Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30932026-03-13T17:07:57.508Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30942026-03-13T17:07:57.754Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30952026-03-13T17:07:57.780Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30962026-03-13T17:07:57.828Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30972026-03-13T17:07:57.862Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30982026-03-13T17:07:58.071Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30992026-03-13T17:07:58.095Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31002026-03-13T17:07:58.120Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
31012026-03-13T17:07:58.313Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31022026-03-13T17:07:58.400Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
31032026-03-13T17:07:58.424Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
31042026-03-13T17:07:58.453Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31052026-03-13T17:07:58.480Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31062026-03-13T17:07:58.663Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31072026-03-13T17:07:58.803Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31082026-03-13T17:07:58.828Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31092026-03-13T17:07:58.856Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31102026-03-13T17:07:58.921Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31112026-03-13T17:07:59.320Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31122026-03-13T17:07:59.374Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31132026-03-13T17:07:59.605Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31142026-03-13T17:08:00.220Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31152026-03-13T17:08:00.336Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31162026-03-13T17:08:00.632Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31172026-03-13T17:08:00.808Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31182026-03-13T17:08:00.992Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31192026-03-13T17:08:01.267Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31202026-03-13T17:08:01.326Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31212026-03-13T17:08:01.435Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31222026-03-13T17:08:01.969Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31232026-03-13T17:08:02.241Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31242026-03-13T17:08:02.453Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31252026-03-13T17:08:03.099Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31262026-03-13T17:08:03.126Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31272026-03-13T17:08:03.178Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31282026-03-13T17:08:04.022Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31292026-03-13T17:08:04.189Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31302026-03-13T17:08:04.571Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31312026-03-13T17:08:04.601Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31322026-03-13T17:08:04.846Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31332026-03-13T17:08:05.486Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31342026-03-13T17:08:06.483Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31352026-03-13T17:08:06.655Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31362026-03-13T17:08:06.859Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31372026-03-13T17:08:07.384Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31382026-03-13T17:08:07.463Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31392026-03-13T17:08:07.615Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31402026-03-13T17:08:07.766Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31412026-03-13T17:08:07.808Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31422026-03-13T17:08:07.922Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31432026-03-13T17:08:08.108Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31442026-03-13T17:08:08.325Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31452026-03-13T17:08:08.488Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31462026-03-13T17:08:08.593Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31472026-03-13T17:08:08.804Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31482026-03-13T17:08:09.008Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31492026-03-13T17:08:09.069Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31502026-03-13T17:08:09.520Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31512026-03-13T17:08:10.248Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31522026-03-13T17:08:10.640Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31532026-03-13T17:08:11.298Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31542026-03-13T17:08:11.408Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31552026-03-13T17:08:11.514Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31562026-03-13T17:08:11.829Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31572026-03-13T17:08:11.855Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31582026-03-13T17:08:12.323Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31592026-03-13T17:08:12.377Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31602026-03-13T17:08:12.927Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31612026-03-13T17:08:13.085Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31622026-03-13T17:08:13.337Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31632026-03-13T17:08:13.481Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31642026-03-13T17:08:13.825Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31652026-03-13T17:08:15.158Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31662026-03-13T17:08:15.199Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31672026-03-13T17:08:15.567Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31682026-03-13T17:08:15.866Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31692026-03-13T17:08:16.498Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31702026-03-13T17:08:17.953Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31712026-03-13T17:08:18.987Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31722026-03-13T17:08:19.038Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31732026-03-13T17:08:19.699Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31742026-03-13T17:08:19.830Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31752026-03-13T17:08:20.000Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31762026-03-13T17:08:20.166Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31772026-03-13T17:08:20.237Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31782026-03-13T17:08:20.491Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31792026-03-13T17:08:20.548Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31802026-03-13T17:08:20.962Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
31812026-03-13T17:08:21.009Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31822026-03-13T17:08:21.303Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31832026-03-13T17:08:22.588Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31842026-03-13T17:08:23.290Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31852026-03-13T17:08:23.755Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31862026-03-13T17:08:24.133Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31872026-03-13T17:08:24.767Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31882026-03-13T17:08:26.587Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31892026-03-13T17:08:29.302Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31902026-03-13T17:08:29.651Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31912026-03-13T17:08:30.405Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31922026-03-13T17:08:30.869Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31932026-03-13T17:08:31.580Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31942026-03-13T17:08:32.031Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31952026-03-13T17:08:32.261Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31962026-03-13T17:08:33.084Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31972026-03-13T17:08:34.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31982026-03-13T17:08:35.089Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
31992026-03-13T17:08:35.269Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32002026-03-13T17:08:35.526Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32012026-03-13T17:08:35.651Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32022026-03-13T17:08:36.075Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32032026-03-13T17:08:36.378Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32042026-03-13T17:08:36.426Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32052026-03-13T17:08:36.767Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062026-03-13T17:08:37.338Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32072026-03-13T17:08:37.482Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32082026-03-13T17:08:37.520Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32092026-03-13T17:08:37.572Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32102026-03-13T17:08:38.258Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32112026-03-13T17:08:38.507Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-03-13T17:08:38.653Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32132026-03-13T17:08:39.439Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32142026-03-13T17:08:40.104Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32152026-03-13T17:08:40.327Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32162026-03-13T17:08:41.284Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32172026-03-13T17:08:41.985Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32182026-03-13T17:08:42.151Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32192026-03-13T17:08:43.639Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32202026-03-13T17:08:44.348Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32212026-03-13T17:08:48.114Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32222026-03-13T17:08:48.659Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32232026-03-13T17:08:49.833Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32242026-03-13T17:08:50.846Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32252026-03-13T17:08:51.475Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32262026-03-13T17:08:53.794Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32272026-03-13T17:08:54.776Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32282026-03-13T17:08:56.779Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292026-03-13T17:08:57.586Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32302026-03-13T17:08:58.974Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32312026-03-13T17:08:59.380Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32322026-03-13T17:09:00.316Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32332026-03-13T17:09:02.888Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32342026-03-13T17:09:03.223Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32352026-03-13T17:09:04.153Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32362026-03-13T17:09:04.280Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32372026-03-13T17:09:05.516Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32382026-03-13T17:09:07.229Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32392026-03-13T17:09:08.021Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32402026-03-13T17:09:12.498Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32412026-03-13T17:09:14.088Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32422026-03-13T17:09:15.727Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32432026-03-13T17:09:16.344Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-03-13T17:09:17.266Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32452026-03-13T17:09:18.176Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32462026-03-13T17:09:19.054Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32472026-03-13T17:09:20.068Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32482026-03-13T17:09:21.658Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32492026-03-13T17:09:22.681Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32502026-03-13T17:09:23.122Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32512026-03-13T17:09:23.939Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32522026-03-13T17:09:28.695Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
32532026-03-13T17:09:29.465Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32542026-03-13T17:09:31.494Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32552026-03-13T17:09:32.168Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32562026-03-13T17:09:32.879Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32572026-03-13T17:09:33.899Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32582026-03-13T17:09:35.523Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32592026-03-13T17:09:36.177Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32602026-03-13T17:09:39.301Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32612026-03-13T17:09:40.214Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32622026-03-13T17:09:40.452Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32632026-03-13T17:09:42.436Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32642026-03-13T17:09:43.449Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32652026-03-13T17:09:45.841Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32662026-03-13T17:09:46.735Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32672026-03-13T17:09:51.862Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32682026-03-13T17:09:51.862Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32692026-03-13T17:09:52.090Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32702026-03-13T17:09:54.221Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32712026-03-13T17:09:56.047Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32722026-03-13T17:09:57.683Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32732026-03-13T17:09:59.880Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32742026-03-13T17:10:01.644Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-03-13T17:10:03.598Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32762026-03-13T17:10:05.444Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32772026-03-13T17:10:07.396Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32782026-03-13T17:10:11.737Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32792026-03-13T17:10:13.248Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32802026-03-13T17:10:13.778Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32812026-03-13T17:10:15.193Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32822026-03-13T17:10:17.368Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32832026-03-13T17:10:19.891Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32842026-03-13T17:10:21.683Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-03-13T17:10:24.166Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32862026-03-13T17:10:26.261Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32872026-03-13T17:10:28.745Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32882026-03-13T17:10:30.545Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-03-13T17:10:32.669Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-03-13T17:10:34.800Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32912026-03-13T17:10:36.954Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32922026-03-13T17:10:39.076Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32932026-03-13T17:10:40.825Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32942026-03-13T17:10:42.911Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32952026-03-13T17:10:45.369Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-03-13T17:10:47.137Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32972026-03-13T17:10:49.266Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32982026-03-13T17:10:51.427Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-03-13T17:10:53.423Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33002026-03-13T17:10:55.619Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33012026-03-13T17:10:57.783Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33022026-03-13T17:10:59.862Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33032026-03-13T17:11:02.044Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33042026-03-13T17:11:04.141Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33052026-03-13T17:11:06.261Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33062026-03-13T17:11:08.317Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33072026-03-13T17:11:10.455Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33082026-03-13T17:11:12.711Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-03-13T17:11:14.562Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33102026-03-13T17:11:16.703Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33112026-03-13T17:11:20.964Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33122026-03-13T17:11:21.781Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33132026-03-13T17:11:24.092Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33142026-03-13T17:11:26.564Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33152026-03-13T17:11:28.637Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33162026-03-13T17:11:31.316Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33172026-03-13T17:11:33.455Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33182026-03-13T17:11:35.926Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33192026-03-13T17:11:38.437Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33202026-03-13T17:11:40.866Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33212026-03-13T17:11:43.225Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33222026-03-13T17:11:45.793Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33232026-03-13T17:11:48.282Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33242026-03-13T17:11:50.863Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
33252026-03-13T17:11:52.914Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33262026-03-13T17:11:56.112Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33272026-03-13T17:11:57.918Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33282026-03-13T17:12:00.596Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33292026-03-13T17:12:03.988Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-03-13T17:12:05.155Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33312026-03-13T17:12:07.551Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33322026-03-13T17:12:10.455Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33332026-03-13T17:12:12.562Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33342026-03-13T17:12:15.178Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33352026-03-13T17:12:18.198Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33362026-03-13T17:12:19.983Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33372026-03-13T17:12:22.550Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33382026-03-13T17:12:25.052Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-13T17:12:27.677Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-03-13T17:12:30.705Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33412026-03-13T17:12:32.903Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33422026-03-13T17:12:35.456Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33432026-03-13T17:12:38.130Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33442026-03-13T17:12:40.624Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33452026-03-13T17:12:47.727Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33462026-03-13T17:12:49.529Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33472026-03-13T17:12:51.421Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33482026-03-13T17:12:54.181Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33492026-03-13T17:12:59.088Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33502026-03-13T17:13:01.517Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33512026-03-13T17:13:05.348Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33522026-03-13T17:13:08.611Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33532026-03-13T17:13:12.218Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33542026-03-13T17:13:16.997Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33552026-03-13T17:13:19.255Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33562026-03-13T17:13:22.817Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33572026-03-13T17:13:26.513Z Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
33582026-03-13T17:13:30.046Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33592026-03-13T17:13:33.580Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33602026-03-13T17:13:37.087Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33612026-03-13T17:13:40.701Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33622026-03-13T17:13:44.248Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33632026-03-13T17:13:47.871Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33642026-03-13T17:13:51.269Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33652026-03-13T17:13:54.825Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33662026-03-13T17:13:58.354Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33672026-03-13T17:14:26.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s
33682026-03-13T17:14:26.739Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 189 other files
33692026-03-13T17:14:26.828Z
33702026-03-13T17:14:26.834Zreal 6:37.182069024
33712026-03-13T17:14:26.834Zuser 22:12.991708888
33722026-03-13T17:14:26.834Zsys 3:55.348964841
33732026-03-13T17:14:26.834Ztrap 0.404310162
33742026-03-13T17:14:26.834Ztflt 0.066607896
33752026-03-13T17:14:26.834Zdflt 0.030624305
33762026-03-13T17:14:26.834Zkflt 0.000027440
33772026-03-13T17:14:26.836Zlock 5:26:45.765025348
33782026-03-13T17:14:26.836Zslp 2:16:21.993656541
33792026-03-13T17:14:26.836Zlat 43.515872449
33802026-03-13T17:14:26.836Zstop 1:44.161895910
33812026-03-13T17:14:26.836Zprocess exited: duration 991017 ms, exit code 0
 
33822026-03-13T17:14:26.845Zfound 0 output files