01KJWXT72S59760D735TEY210X: clippy (helios)

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

Buildomat Job: 01KJWXTSVC7JKHHDFZT49Z0T65

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-04T17:21:17.086Zjob assigned to worker 01KJWXV3FXGZ8CC0J1QBJPT6AF [factory aws, i-0d0042caf76a6aeaf] (queued for 56 s)
 
22026-03-04T17:21:25.442Zstarting task 0: "setup"
32026-03-04T17:21:25.446Z++ uname -s
42026-03-04T17:21:25.449Z+ kern=SunOS
52026-03-04T17:21:25.449Z+ build_user=build
62026-03-04T17:21:25.449Z+ build_uid=12345
72026-03-04T17:21:25.449Z+ work_dir=/work
82026-03-04T17:21:25.449Z+ input_dir=/input
92026-03-04T17:21:25.449Z+ [[ 0 == 12345 ]]
102026-03-04T17:21:25.449Z+ case "$kern" in
112026-03-04T17:21:25.449Z+ groupadd -g 12345 build
122026-03-04T17:21:25.452Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-04T17:21:27.459Z+ zfs create -o mountpoint=/work rpool/work
142026-03-04T17:21:27.578Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-04T17:21:27.581Z+ home_fs=zfs
162026-03-04T17:21:27.581Z+ [[ zfs == autofs ]]
172026-03-04T17:21:27.581Z+ mkdir -p /home/build
182026-03-04T17:21:27.585Z+ chown build:build /home/build /work
192026-03-04T17:21:29.585Z+ chmod 0700 /home/build /work
202026-03-04T17:21:29.589Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-04T17:21:29.597Zstarting task 1: "rust-toolchain"
222026-03-04T17:21:29.604Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-04T17:21:29.604Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-04T17:21:29.604Z * rust toolchain channel = "1.91.1"
252026-03-04T17:21:29.604Z * rust toolchain profile = "default"
262026-03-04T17:21:29.604Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-04T17:21:29.604Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-04T17:21:29.609Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-04T17:21:29.609Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-04T17:21:29.743Zinfo: downloading installer
312026-03-04T17:21:31.765Zwarn: It looks like you have an existing installation of Rust at:
322026-03-04T17:21:31.765Zwarn: /opt/ooce/bin
332026-03-04T17:21:31.765Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-04T17:21:31.765Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-04T17:21:31.765Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-04T17:21:31.765Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-04T17:21:31.765Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-04T17:21:31.765Zerror: cannot install while Rust is installed
392026-03-04T17:21:31.765Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-04T17:21:31.780Zinfo: profile set to 'default'
412026-03-04T17:21:31.780Zinfo: default host triple is x86_64-unknown-illumos
422026-03-04T17:21:31.782Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-04T17:21:31.977Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-04T17:21:31.977Zinfo: downloading component 'cargo'
452026-03-04T17:21:33.208Zinfo: downloading component 'clippy'
462026-03-04T17:21:33.806Zinfo: downloading component 'rust-docs'
472026-03-04T17:21:35.424Zinfo: downloading component 'rust-std'
482026-03-04T17:21:38.251Zinfo: downloading component 'rustc'
492026-03-04T17:21:47.998Zinfo: downloading component 'rustfmt'
502026-03-04T17:21:48.337Zinfo: installing component 'cargo'
512026-03-04T17:21:49.245Zinfo: installing component 'clippy'
522026-03-04T17:21:49.638Zinfo: installing component 'rust-docs'
532026-03-04T17:21:51.598Zinfo: installing component 'rust-std'
542026-03-04T17:21:53.421Zinfo: installing component 'rustc'
552026-03-04T17:22:00.190Zinfo: installing component 'rustfmt'
562026-03-04T17:22:00.536Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-04T17:22:00.536Z
582026-03-04T17:22:01.041Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-04T17:22:01.041Z
602026-03-04T17:22:01.044Z
612026-03-04T17:22:01.044ZRust is installed now. Great!
622026-03-04T17:22:01.044Z
632026-03-04T17:22:01.044ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-04T17:22:01.044Zenvironment variable. This has not been done automatically.
652026-03-04T17:22:01.044Z
662026-03-04T17:22:01.044ZTo configure your current shell, you need to source
672026-03-04T17:22:01.044Zthe corresponding env file under $HOME/.cargo.
682026-03-04T17:22:01.044Z
692026-03-04T17:22:01.044ZThis is usually done by running one of the following (note the leading DOT):
702026-03-04T17:22:01.044Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-04T17:22:01.044Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-04T17:22:01.044Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-04T17:22:01.146Z+ rustup --version
742026-03-04T17:22:01.157Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-04T17:22:01.160Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-04T17:22:01.248Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-04T17:22:01.252Z+ cargo --version
782026-03-04T17:22:01.328Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-04T17:22:01.331Z+ rustc --version
802026-03-04T17:22:01.409Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-04T17:22:01.413Zprocess exited: duration 31810 ms, exit code 0
 
822026-03-04T17:22:01.419Zstarting task 2: "authentication"
832026-03-04T17:22:01.442Zprocess exited: duration 23 ms, exit code 0
 
842026-03-04T17:22:01.451Zstarting task 3: "clone repository"
852026-03-04T17:22:01.455Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-04T17:22:01.457Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-04T17:22:01.496ZCloning into '/work/oxidecomputer/omicron'...
882026-03-04T17:23:09.844Z+ cd /work/oxidecomputer/omicron
892026-03-04T17:23:09.847Z+ git fetch origin 1f5d8cd303a7e152ad832c95655d17cd972470a3
902026-03-04T17:23:10.542ZFrom https://github.com/oxidecomputer/omicron
912026-03-04T17:23:10.542Z * branch 1f5d8cd303a7e152ad832c95655d17cd972470a3 -> FETCH_HEAD
922026-03-04T17:23:10.554Z+ [[ -n andy/pgsql18 ]]
932026-03-04T17:23:10.557Z++ git branch --show-current
942026-03-04T17:23:10.560Z+ current=main
952026-03-04T17:23:10.560Z+ [[ main != andy/pgsql18 ]]
962026-03-04T17:23:10.560Z+ git branch -f andy/pgsql18 1f5d8cd303a7e152ad832c95655d17cd972470a3
972026-03-04T17:23:10.563Z+ git checkout -f andy/pgsql18
982026-03-04T17:23:10.978ZSwitched to branch 'andy/pgsql18'
992026-03-04T17:23:10.984Z+ git reset --hard 1f5d8cd303a7e152ad832c95655d17cd972470a3
1002026-03-04T17:23:10.984ZHEAD is now at 1f5d8cd30 Use PostgreSQL v18 client libraries
1012026-03-04T17:23:10.984Zprocess exited: duration 69497 ms, exit code 0
 
1022026-03-04T17:23:10.995Zstarting task 4: "build"
1032026-03-04T17:23:11.002Z+ source ./env.sh
1042026-03-04T17:23:11.002Z++ OLD_SHELL_OPTS=ehxB
1052026-03-04T17:23:11.002Z++ set -o xtrace
1062026-03-04T17:23:11.006Z++++ dirname ./env.sh
1072026-03-04T17:23:11.007Z+++ readlink -f .
1082026-03-04T17:23:11.007Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-03-04T17:23:11.007Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-04T17:23:11.007Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-04T17:23:11.007Z++ 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
1122026-03-04T17:23:11.007Z++ 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
1132026-03-04T17:23:11.007Z++ 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
1142026-03-04T17:23:11.007Z++ 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
1152026-03-04T17:23:11.007Z++ 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
1162026-03-04T17:23:11.012Z++ 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
1172026-03-04T17:23:11.012Z++ case $OLD_SHELL_OPTS in
1182026-03-04T17:23:11.012Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-03-04T17:23:11.012Z+ source .github/buildomat/ci-env.sh
1202026-03-04T17:23:11.012Z++ export CARGO_TERM_COLOR=always
1212026-03-04T17:23:11.012Z++ CARGO_TERM_COLOR=always
1222026-03-04T17:23:11.012Z+ cargo --version
1232026-03-04T17:23:11.071Zcargo 1.91.1 (ea2d97820 2025-10-10)
1242026-03-04T17:23:11.074Z+ rustc --version
1252026-03-04T17:23:11.153Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1262026-03-04T17:23:11.156Z+ banner prerequisites
1272026-03-04T17:23:11.160Z
1282026-03-04T17:23:11.160Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-04T17:23:11.160Z # # # # # # # # # # # # # # #
1302026-03-04T17:23:11.160Z # # # # ##### # # ##### # # # # # #### #
1312026-03-04T17:23:11.160Z ##### ##### # ##### # # # # # # # # #
1322026-03-04T17:23:11.160Z # # # # # # # # # # # # # # #
1332026-03-04T17:23:11.160Z # # # ###### # # ###### ### # #### # #### #
1342026-03-04T17:23:11.160Z
1352026-03-04T17:23:11.160Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-04T17:23:22.093Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-04T17:23:32.508Z Startup: Caching catalogs ... Done
1382026-03-04T17:23:56.882ZPlanning: Solver setup ... Done (22.592s)
1392026-03-04T17:23:57.052ZPlanning: Running solver ... Done (0.170s)
1402026-03-04T17:23:57.224ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-04T17:23:57.237ZPlanning: Fetching manifests: 0/5 0% complete
1422026-03-04T17:23:57.416ZPlanning: Fetching manifests: 5/5 100% complete
1432026-03-04T17:23:57.475ZPlanning: Package planning ... Done (0.058s)
1442026-03-04T17:23:57.541ZPlanning: Merging actions ... Done (0.065s)
1452026-03-04T17:23:58.115ZPlanning: Checking for conflicting actions ... Done (0.575s)
1462026-03-04T17:23:58.131ZPlanning: Consolidating action changes ... Done (0.015s)
1472026-03-04T17:23:59.207ZPlanning: Evaluating mediators ... Done (1.076s)
1482026-03-04T17:23:59.219ZPlanning: Planning completed in 26.56 seconds
1492026-03-04T17:23:59.236Z Packages to install: 5
1502026-03-04T17:23:59.236Z Mediators to change: 3
1512026-03-04T17:23:59.240Z Services to change: 1
1522026-03-04T17:23:59.240Z Estimated space available: 155.43 GB
1532026-03-04T17:23:59.240ZEstimated space to be consumed: 1.85 GB
1542026-03-04T17:23:59.240Z Create boot environment: No
1552026-03-04T17:23:59.240ZCreate backup boot environment: No
1562026-03-04T17:23:59.240Z Rebuild boot archive: No
1572026-03-04T17:23:59.240Z
1582026-03-04T17:23:59.240ZChanged mediators:
1592026-03-04T17:23:59.240Z mediator clang:
1602026-03-04T17:23:59.240Z version: None -> 15 (system default)
1612026-03-04T17:23:59.240Z
1622026-03-04T17:23:59.240Z mediator llvm:
1632026-03-04T17:23:59.240Z version: 14 (system default) -> 15 (system default)
1642026-03-04T17:23:59.241Z
1652026-03-04T17:23:59.241Z mediator postgresql:
1662026-03-04T17:23:59.241Z version: 15 (system default) -> 18 (system default)
1672026-03-04T17:23:59.241Z
1682026-03-04T17:23:59.241ZChanged packages:
1692026-03-04T17:23:59.241Zhelios-dev
1702026-03-04T17:23:59.241Z developer/build-essential
1712026-03-04T17:23:59.241Z None -> 11-2.0
1722026-03-04T17:23:59.241Z library/libxmlsec1
1732026-03-04T17:23:59.241Z None -> 1.2.35-2.0
1742026-03-04T17:23:59.241Z ooce/developer/clang-15
1752026-03-04T17:23:59.241Z None -> 15.0.7-2.0
1762026-03-04T17:23:59.241Z ooce/developer/llvm-15
1772026-03-04T17:23:59.241Z None -> 15.0.7-2.0
1782026-03-04T17:23:59.241Z ooce/library/postgresql-18
1792026-03-04T17:23:59.241Z None -> 18.1-2.0
1802026-03-04T17:23:59.241Z
1812026-03-04T17:23:59.241ZServices:
1822026-03-04T17:23:59.242Z restart_fmri:
1832026-03-04T17:23:59.242Z svc:/system/update-man-index:default
1842026-03-04T17:23:59.296Z
1852026-03-04T17:23:59.296ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-03-04T17:24:04.296ZDownload: 700/4272 items 17.8/219.0MB 8% complete (3.6M/s)
1872026-03-04T17:24:10.177ZDownload: 2222/4272 items 119.2/219.0MB 54% complete (13.7M/s)
1882026-03-04T17:24:15.503ZDownload: 3282/4272 items 211.7/219.0MB 96% complete (13.8M/s)
1892026-03-04T17:24:18.745ZDownload: Completed 218.99 MB in 19.45 seconds (11.3M/s)
1902026-03-04T17:24:19.024Z Actions: 1/4789 actions (Installing new actions)
1912026-03-04T17:24:23.874Z Actions: Completed 4789 actions in 4.85 seconds.
1922026-03-04T17:24:24.302Z Done (0.422s)
1932026-03-04T17:24:24.302Z Done (0.000s)
1942026-03-04T17:24:25.403Z Done (1.101s)
1952026-03-04T17:24:29.977Z Done (4.210s)
1962026-03-04T17:24:30.064Z Done (0.021s)
1972026-03-04T17:24:30.067Z Done (0.000s)
1982026-03-04T17:24:30.250Z Done (0.000s)
1992026-03-04T17:24:31.239ZPlanning: Evaluating mediator changes ... Done
2002026-03-04T17:24:31.405ZPlanning: Checking for conflicting actions ... Done
2012026-03-04T17:24:31.408ZPlanning: Consolidating action changes ... Done
2022026-03-04T17:24:31.683ZPlanning: Evaluating mediators ... Done
2032026-03-04T17:24:31.686ZPlanning: Planning completed in 0.44 seconds
2042026-03-04T17:24:31.717Z Mediators to change: 2
2052026-03-04T17:24:31.717Z Create boot environment: No
2062026-03-04T17:24:31.720ZCreate backup boot environment: No
2072026-03-04T17:24:31.795Z Done
2082026-03-04T17:24:31.795Z Done
2092026-03-04T17:24:32.574Z Done
2102026-03-04T17:24:36.405Z Done
2112026-03-04T17:24:36.494Z Done
2122026-03-04T17:24:36.496Z Done
2132026-03-04T17:24:36.656Z Done
2142026-03-04T17:24:37.036ZPlanning: Evaluating mediator changes ... Done
2152026-03-04T17:24:37.200ZPlanning: Checking for conflicting actions ... Done
2162026-03-04T17:24:37.203ZPlanning: Consolidating action changes ... Done
2172026-03-04T17:24:37.472ZPlanning: Evaluating mediators ... Done
2182026-03-04T17:24:37.475ZPlanning: Planning completed in 0.44 seconds
2192026-03-04T17:24:37.507Z Mediators to change: 1
2202026-03-04T17:24:37.507Z Create boot environment: No
2212026-03-04T17:24:37.510ZCreate backup boot environment: No
2222026-03-04T17:24:37.575Z Done
2232026-03-04T17:24:37.575Z Done
2242026-03-04T17:24:38.350Z Done
2252026-03-04T17:24:42.070Z Done
2262026-03-04T17:24:42.154Z Done
2272026-03-04T17:24:42.157Z Done
2282026-03-04T17:24:42.336Z Done
2292026-03-04T17:24:42.779ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-04T17:24:42.779Zclang system 15 system
2312026-03-04T17:24:42.779Zcsh system system illumos
2322026-03-04T17:24:42.779Zctags system system illumos
2332026-03-04T17:24:42.779Zfile system system illumos
2342026-03-04T17:24:42.779Zgcc vendor 12 vendor
2352026-03-04T17:24:42.779Zgcc system 10 system
2362026-03-04T17:24:42.779Zgcc system 7 system
2372026-03-04T17:24:42.779Zgo system 1.20 system
2382026-03-04T17:24:42.779Zgo system 1.19 system
2392026-03-04T17:24:42.779Zllvm system 15 system
2402026-03-04T17:24:42.779Zllvm system 14 system
2412026-03-04T17:24:42.779Zmariadb system 10.6 system
2422026-03-04T17:24:42.779Zmta vendor vendor dma
2432026-03-04T17:24:42.779Zopenjdk system 17 system
2442026-03-04T17:24:42.779Zopenjdk system 11 system
2452026-03-04T17:24:42.779Zopenjdk system 1.8 system
2462026-03-04T17:24:42.779Zopenssl vendor 3 vendor
2472026-03-04T17:24:42.779Zperl system 5.36 system
2482026-03-04T17:24:42.779Zpostgresql system 18 system
2492026-03-04T17:24:42.779Zpostgresql system 15 system
2502026-03-04T17:24:42.779Zpostgresql system 13 system
2512026-03-04T17:24:42.779Zpython vendor 3 vendor
2522026-03-04T17:24:42.779Zpython system 2 system
2532026-03-04T17:24:42.779Zpython3 system 3.11 system
2542026-03-04T17:24:42.779Zruby system 3.0 system
2552026-03-04T17:24:42.780Zwords vendor vendor american-english
2562026-03-04T17:24:42.780Zwords system system australian-english
2572026-03-04T17:24:42.780Zwords system system british-english
2582026-03-04T17:24:42.780Zwords system system canadian-english
2592026-03-04T17:24:42.780Zwords system system french
2602026-03-04T17:24:42.780Zwords system system italian
2612026-03-04T17:24:42.780Zwords system system ngerman
2622026-03-04T17:24:42.780Zwords system system ogerman
2632026-03-04T17:24:42.780Zwords system system spanish
2642026-03-04T17:24:43.113ZPUBLISHER TYPE STATUS P LOCATION
2652026-03-04T17:24:43.113Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-03-04T17:24:49.768ZFMRI IFO
2672026-03-04T17:24:49.768Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-03-04T17:24:49.768Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-03-04T17:24:49.768Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-03-04T17:24:49.768Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-03-04T17:24:49.768Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-03-04T17:24:49.768Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-03-04T17:24:49.768Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-03-04T17:24:49.768Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-03-04T17:24:49.768Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-03-04T17:24:49.768Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-03-04T17:24:49.768Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-03-04T17:24:49.768Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-03-04T17:24:49.769Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-03-04T17:24:49.769Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-03-04T17:24:49.769Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-03-04T17:24:49.769Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-03-04T17:24:49.769Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-03-04T17:24:50.971Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-03-04T17:24:51.608Z Updating crates.io index
2862026-03-04T17:24:51.649Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-03-04T17:24:52.597Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-03-04T17:24:53.398Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2892026-03-04T17:24:54.321Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2902026-03-04T17:24:55.067Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-04T17:24:59.201Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-04T17:25:05.530Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-04T17:25:08.381Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-04T17:25:09.206Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952026-03-04T17:25:13.755Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962026-03-04T17:25:15.002Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-03-04T17:25:17.581Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-03-04T17:25:18.544Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-03-04T17:25:19.605Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-03-04T17:25:20.324Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-03-04T17:25:22.483Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-03-04T17:25:23.777Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-03-04T17:25:24.571Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-03-04T17:25:25.242Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-03-04T17:25:26.151Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-03-04T17:25:26.699Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-03-04T17:25:27.250Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-03-04T17:25:27.898Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-03-04T17:25:28.858Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-03-04T17:25:29.662Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-03-04T17:25:31.068Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-03-04T17:25:31.794Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-03-04T17:25:32.589Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-03-04T17:25:33.205Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-03-04T17:25:35.901Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-03-04T17:25:36.480Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-03-04T17:25:37.256Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-03-04T17:25:37.912Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-03-04T17:25:38.643Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-03-04T17:25:39.525Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-03-04T17:25:40.291Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-03-04T17:25:40.911Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-03-04T17:25:41.558Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-03-04T17:26:36.241Z Downloading crates ...
3252026-03-04T17:26:36.295Z Downloaded autocfg v1.5.0
3262026-03-04T17:26:36.298Z Downloaded smawk v0.3.2
3272026-03-04T17:26:36.302Z Downloaded anstream v0.6.21
3282026-03-04T17:26:36.306Z Downloaded clap_derive v4.5.55
3292026-03-04T17:26:36.309Z Downloaded digest v0.10.7
3302026-03-04T17:26:36.312Z Downloaded fastrand v2.3.0
3312026-03-04T17:26:36.312Z Downloaded anstyle-parse v0.2.7
3322026-03-04T17:26:36.315Z Downloaded generic-array v0.14.7
3332026-03-04T17:26:36.315Z Downloaded fnv v1.0.7
3342026-03-04T17:26:36.315Z Downloaded crypto-common v0.1.7
3352026-03-04T17:26:36.317Z Downloaded anstyle v1.0.13
3362026-03-04T17:26:36.317Z Downloaded dtrace-parser v0.2.0
3372026-03-04T17:26:36.320Z Downloaded block-buffer v0.10.4
3382026-03-04T17:26:36.320Z Downloaded bitflags v2.11.0
3392026-03-04T17:26:36.323Z Downloaded fs-err v3.3.0
3402026-03-04T17:26:36.326Z Downloaded unicode-linebreak v0.1.5
3412026-03-04T17:26:36.326Z Downloaded toml_datetime v0.6.11
3422026-03-04T17:26:36.328Z Downloaded thread-id v4.2.2
3432026-03-04T17:26:36.329Z Downloaded anyhow v1.0.102
3442026-03-04T17:26:36.332Z Downloaded zerofrom-derive v0.1.6
3452026-03-04T17:26:36.334Z Downloaded yoke-derive v0.8.1
3462026-03-04T17:26:36.334Z Downloaded thiserror-impl v2.0.18
3472026-03-04T17:26:36.337Z Downloaded dof v0.3.0
3482026-03-04T17:26:36.337Z Downloaded serde-value v0.7.0
3492026-03-04T17:26:36.340Z Downloaded getrandom v0.4.1
3502026-03-04T17:26:36.343Z Downloaded zerofrom v0.1.6
3512026-03-04T17:26:36.343Z Downloaded version_check v0.9.5
3522026-03-04T17:26:36.350Z Downloaded toml_write v0.1.2
3532026-03-04T17:26:36.350Z Downloaded unicode-xid v0.2.6
3542026-03-04T17:26:36.350Z Downloaded utf8_iter v1.0.4
3552026-03-04T17:26:36.353Z Downloaded usdt-attr-macro v0.5.0
3562026-03-04T17:26:36.353Z Downloaded erased-serde v0.4.9
3572026-03-04T17:26:36.353Z Downloaded cfg-if v1.0.4
3582026-03-04T17:26:36.353Z Downloaded is_terminal_polyfill v1.70.2
3592026-03-04T17:26:36.353Z Downloaded usdt v0.5.0
3602026-03-04T17:26:36.353Z Downloaded serde-untagged v0.1.9
3612026-03-04T17:26:36.356Z Downloaded cargo-util-schemas v0.8.2
3622026-03-04T17:26:36.359Z Downloaded displaydoc v0.2.5
3632026-03-04T17:26:36.359Z Downloaded strsim v0.11.1
3642026-03-04T17:26:36.362Z Downloaded usdt-macro v0.5.0
3652026-03-04T17:26:36.362Z Downloaded idna_adapter v1.2.1
3662026-03-04T17:26:36.364Z Downloaded cargo-platform v0.2.0
3672026-03-04T17:26:36.364Z Downloaded cpufeatures v0.2.17
3682026-03-04T17:26:36.364Z Downloaded zmij v1.0.21
3692026-03-04T17:26:36.367Z Downloaded utf8parse v0.2.2
3702026-03-04T17:26:36.367Z Downloaded cargo_toml v0.21.0
3712026-03-04T17:26:36.370Z Downloaded toml v0.8.23
3722026-03-04T17:26:36.370Z Downloaded quote v1.0.44
3732026-03-04T17:26:36.373Z Downloaded writeable v0.6.2
3742026-03-04T17:26:36.376Z Downloaded usdt-impl v0.5.0
3752026-03-04T17:26:36.376Z Downloaded thiserror-impl v1.0.69
3762026-03-04T17:26:36.379Z Downloaded zerovec-derive v0.11.2
3772026-03-04T17:26:36.379Z Downloaded plain v0.2.3
3782026-03-04T17:26:36.381Z Downloaded ordered-float v2.10.1
3792026-03-04T17:26:36.381Z Downloaded equivalent v1.0.2
3802026-03-04T17:26:36.384Z Downloaded tinystr v0.8.2
3812026-03-04T17:26:36.384Z Downloaded zerocopy-derive v0.7.35
3822026-03-04T17:26:36.387Z Downloaded yoke v0.8.1
3832026-03-04T17:26:36.390Z Downloaded ucd-trie v0.1.7
3842026-03-04T17:26:36.392Z Downloaded stable_deref_trait v1.2.1
3852026-03-04T17:26:36.392Z Downloaded potential_utf v0.1.4
3862026-03-04T17:26:36.392Z Downloaded unicode-ident v1.0.24
3872026-03-04T17:26:36.395Z Downloaded swrite v0.1.0
3882026-03-04T17:26:36.398Z Downloaded scroll_derive v0.12.1
3892026-03-04T17:26:36.398Z Downloaded form_urlencoded v1.2.2
3902026-03-04T17:26:36.398Z Downloaded serde_spanned v0.6.9
3912026-03-04T17:26:36.400Z Downloaded heck v0.5.0
3922026-03-04T17:26:36.400Z Downloaded clap_lex v1.0.0
3932026-03-04T17:26:36.400Z Downloaded toml_edit v0.22.27
3942026-03-04T17:26:36.404Z Downloaded url v2.5.8
3952026-03-04T17:26:36.407Z Downloaded bytecount v0.6.9
3962026-03-04T17:26:36.409Z Downloaded typenum v1.19.0
3972026-03-04T17:26:36.412Z Downloaded sha2 v0.10.9
3982026-03-04T17:26:36.415Z Downloaded zerotrie v0.2.3
3992026-03-04T17:26:36.418Z Downloaded anstyle-query v1.1.5
4002026-03-04T17:26:36.418Z Downloaded itoa v1.0.17
4012026-03-04T17:26:36.420Z Downloaded percent-encoding v2.3.2
4022026-03-04T17:26:36.420Z Downloaded colorchoice v1.0.4
4032026-03-04T17:26:36.420Z Downloaded zerovec v0.11.5
4042026-03-04T17:26:36.424Z Downloaded terminal_size v0.4.3
4052026-03-04T17:26:36.427Z Downloaded tabled_derive v0.7.0
4062026-03-04T17:26:36.427Z Downloaded pretty-hex v0.4.1
4072026-03-04T17:26:36.429Z Downloaded proc-macro-error-attr v1.0.4
4082026-03-04T17:26:36.429Z Downloaded memmap v0.7.0
4092026-03-04T17:26:36.429Z Downloaded zerocopy v0.7.35
4102026-03-04T17:26:36.443Z Downloaded semver v1.0.27
4112026-03-04T17:26:36.446Z Downloaded winnow v0.7.14
4122026-03-04T17:26:36.452Z Downloaded thiserror v1.0.69
4132026-03-04T17:26:36.457Z Downloaded pest_meta v2.8.6
4142026-03-04T17:26:36.460Z Downloaded pest_derive v2.8.6
4152026-03-04T17:26:36.463Z Downloaded unicode-width v0.2.0
4162026-03-04T17:26:36.465Z Downloaded unicode-width v0.1.14
4172026-03-04T17:26:36.469Z Downloaded camino-tempfile v1.4.1
4182026-03-04T17:26:36.473Z Downloaded camino v1.2.2
4192026-03-04T17:26:36.473Z Downloaded synstructure v0.13.2
4202026-03-04T17:26:36.476Z Downloaded smallvec v1.15.1
4212026-03-04T17:26:36.476Z Downloaded once_cell v1.21.3
4222026-03-04T17:26:36.479Z Downloaded cargo_metadata v0.21.0
4232026-03-04T17:26:36.479Z Downloaded byteorder v1.5.0
4242026-03-04T17:26:36.481Z Downloaded thiserror v2.0.18
4252026-03-04T17:26:36.485Z Downloaded pest_generator v2.8.6
4262026-03-04T17:26:36.487Z Downloaded proc-macro-error v1.0.4
4272026-03-04T17:26:36.490Z Downloaded macaddr v1.0.1
4282026-03-04T17:26:36.490Z Downloaded heck v0.4.1
4292026-03-04T17:26:36.493Z Downloaded typeid v1.0.3
4302026-03-04T17:26:36.493Z Downloaded textwrap v0.16.2
4312026-03-04T17:26:36.495Z Downloaded errno v0.3.14
4322026-03-04T17:26:36.498Z Downloaded litemap v0.8.1
4332026-03-04T17:26:36.501Z Downloaded serde_tokenstream v0.2.3
4342026-03-04T17:26:36.501Z Downloaded num-traits v0.2.19
4352026-03-04T17:26:36.503Z Downloaded scroll v0.12.0
4362026-03-04T17:26:36.506Z Downloaded icu_properties v2.1.2
4372026-03-04T17:26:36.509Z Downloaded serde_core v1.0.228
4382026-03-04T17:26:36.512Z Downloaded icu_provider v2.1.1
4392026-03-04T17:26:36.512Z Downloaded tempfile v3.25.0
4402026-03-04T17:26:36.514Z Downloaded log v0.4.29
4412026-03-04T17:26:36.518Z Downloaded papergrid v0.11.0
4422026-03-04T17:26:36.523Z Downloaded clap v4.5.60
4432026-03-04T17:26:36.530Z Downloaded serde_derive v1.0.228
4442026-03-04T17:26:36.533Z Downloaded proc-macro2 v1.0.106
4452026-03-04T17:26:36.539Z Downloaded icu_normalizer v2.1.1
4462026-03-04T17:26:36.542Z Downloaded icu_normalizer_data v2.1.1
4472026-03-04T17:26:36.545Z Downloaded icu_locale_core v2.1.1
4482026-03-04T17:26:36.557Z Downloaded icu_collections v2.1.1
4492026-03-04T17:26:36.562Z Downloaded memchr v2.8.0
4502026-03-04T17:26:36.566Z Downloaded serde v1.0.228
4512026-03-04T17:26:36.571Z Downloaded indexmap v2.13.0
4522026-03-04T17:26:36.574Z Downloaded clap_builder v4.5.60
4532026-03-04T17:26:36.586Z Downloaded pest v2.8.6
4542026-03-04T17:26:36.590Z Downloaded idna v1.1.0
4552026-03-04T17:26:36.610Z Downloaded serde_json v1.0.149
4562026-03-04T17:26:36.616Z Downloaded icu_properties_data v2.1.2
4572026-03-04T17:26:36.624Z Downloaded hashbrown v0.16.1
4582026-03-04T17:26:36.630Z Downloaded goblin v0.8.2
4592026-03-04T17:26:36.638Z Downloaded tabled v0.15.0
4602026-03-04T17:26:36.651Z Downloaded syn v1.0.109
4612026-03-04T17:26:36.660Z Downloaded syn v2.0.117
4622026-03-04T17:26:36.673Z Downloaded rustix v1.1.3
4632026-03-04T17:26:36.708Z Downloaded libc v0.2.180
4642026-03-04T17:26:36.796Z Compiling proc-macro2 v1.0.106
4652026-03-04T17:26:36.800Z Compiling unicode-ident v1.0.24
4662026-03-04T17:26:36.800Z Compiling quote v1.0.44
4672026-03-04T17:26:36.800Z Compiling serde_core v1.0.228
4682026-03-04T17:26:36.800Z Compiling libc v0.2.180
4692026-03-04T17:26:36.800Z Compiling version_check v0.9.5
4702026-03-04T17:26:36.800Z Compiling stable_deref_trait v1.2.1
4712026-03-04T17:26:36.800Z Compiling serde v1.0.228
4722026-03-04T17:26:37.279Z Compiling memchr v2.8.0
4732026-03-04T17:26:37.308Z Compiling zmij v1.0.21
4742026-03-04T17:26:37.843Z Compiling ucd-trie v0.1.7
4752026-03-04T17:26:37.869Z Compiling itoa v1.0.17
4762026-03-04T17:26:38.221Z Compiling thiserror v1.0.69
4772026-03-04T17:26:38.357Z Compiling autocfg v1.5.0
4782026-03-04T17:26:38.618Z Compiling pest v2.8.6
4792026-03-04T17:26:38.644Z Compiling litemap v0.8.1
4802026-03-04T17:26:38.790Z Compiling writeable v0.6.2
4812026-03-04T17:26:39.040Z Compiling byteorder v1.5.0
4822026-03-04T17:26:39.149Z Compiling icu_properties_data v2.1.2
4832026-03-04T17:26:39.239Z Compiling rustix v1.1.3
4842026-03-04T17:26:39.499Z Compiling icu_normalizer_data v2.1.1
4852026-03-04T17:26:39.799Z Compiling syn v2.0.117
4862026-03-04T17:26:39.905Z Compiling errno v0.3.14
4872026-03-04T17:26:39.928Z Compiling serde_json v1.0.149
4882026-03-04T17:26:40.166Z Compiling bitflags v2.11.0
4892026-03-04T17:26:40.331Z Compiling num-traits v0.2.19
4902026-03-04T17:26:40.456Z Compiling typeid v1.0.3
4912026-03-04T17:26:40.700Z Compiling hashbrown v0.16.1
4922026-03-04T17:26:40.824Z Compiling equivalent v1.0.2
4932026-03-04T17:26:40.970Z Compiling smallvec v1.15.1
4942026-03-04T17:26:41.116Z Compiling pest_meta v2.8.6
4952026-03-04T17:26:41.571Z Compiling thread-id v4.2.2
4962026-03-04T17:26:41.667Z Compiling proc-macro-error-attr v1.0.4
4972026-03-04T17:26:41.713Z Compiling usdt-impl v0.5.0
4982026-03-04T17:26:41.963Z Compiling indexmap v2.13.0
4992026-03-04T17:26:42.020Z Compiling winnow v0.7.14
5002026-03-04T17:26:42.109Z Compiling syn v1.0.109
5012026-03-04T17:26:42.642Z Compiling erased-serde v0.4.9
5022026-03-04T17:26:42.762Z Compiling toml_write v0.1.2
5032026-03-04T17:26:43.706Z Compiling proc-macro-error v1.0.4
5042026-03-04T17:26:43.776Z Compiling camino v1.2.2
5052026-03-04T17:26:44.059Z Compiling utf8parse v0.2.2
5062026-03-04T17:26:44.255Z Compiling getrandom v0.4.1
5072026-03-04T17:26:44.425Z Compiling utf8_iter v1.0.4
5082026-03-04T17:26:44.712Z Compiling percent-encoding v2.3.2
5092026-03-04T17:26:45.033Z Compiling plain v0.2.3
5102026-03-04T17:26:45.075Z Compiling log v0.4.29
5112026-03-04T17:26:45.217Z Compiling thiserror v2.0.18
5122026-03-04T17:26:45.245Z Compiling ordered-float v2.10.1
5132026-03-04T17:26:45.483Z Compiling form_urlencoded v1.2.2
5142026-03-04T17:26:45.596Z Compiling anstyle-parse v0.2.7
5152026-03-04T17:26:45.870Z Compiling terminal_size v0.4.3
5162026-03-04T17:26:45.950Z Compiling cfg-if v1.0.4
5172026-03-04T17:26:46.070Z Compiling colorchoice v1.0.4
5182026-03-04T17:26:46.095Z Compiling is_terminal_polyfill v1.70.2
5192026-03-04T17:26:46.237Z Compiling pretty-hex v0.4.1
5202026-03-04T17:26:46.267Z Compiling anstyle-query v1.1.5
5212026-03-04T17:26:46.297Z Compiling anstyle v1.0.13
5222026-03-04T17:26:46.495Z Compiling synstructure v0.13.2
5232026-03-04T17:26:46.525Z Compiling pest_generator v2.8.6
5242026-03-04T17:26:46.761Z Compiling serde-untagged v0.1.9
5252026-03-04T17:26:46.764Z Compiling anstream v0.6.21
5262026-03-04T17:26:46.912Z Compiling semver v1.0.27
5272026-03-04T17:26:47.462Z Compiling fs-err v3.3.0
5282026-03-04T17:26:47.492Z Compiling fastrand v2.3.0
5292026-03-04T17:26:47.643Z Compiling strsim v0.11.1
5302026-03-04T17:26:47.829Z Compiling heck v0.5.0
5312026-03-04T17:26:47.957Z Compiling fnv v1.0.7
5322026-03-04T17:26:48.001Z Compiling once_cell v1.21.3
5332026-03-04T17:26:48.126Z Compiling clap_lex v1.0.0
5342026-03-04T17:26:48.300Z Compiling bytecount v0.6.9
5352026-03-04T17:26:48.328Z Compiling unicode-xid v0.2.6
5362026-03-04T17:26:48.396Z Compiling anyhow v1.0.102
5372026-03-04T17:26:48.532Z Compiling heck v0.4.1
5382026-03-04T17:26:48.536Z Compiling unicode-width v0.1.14
5392026-03-04T17:26:48.586Z Compiling clap_builder v4.5.60
5402026-03-04T17:26:48.972Z Compiling tempfile v3.25.0
5412026-03-04T17:26:49.015Z Compiling papergrid v0.11.0
5422026-03-04T17:26:49.251Z Compiling memmap v0.7.0
5432026-03-04T17:26:49.440Z Compiling smawk v0.3.2
5442026-03-04T17:26:49.589Z Compiling unicode-width v0.2.0
5452026-03-04T17:26:49.694Z Compiling unicode-linebreak v0.1.5
5462026-03-04T17:26:50.144Z Compiling textwrap v0.16.2
5472026-03-04T17:26:50.213Z Compiling camino-tempfile v1.4.1
5482026-03-04T17:26:50.674Z Compiling swrite v0.1.0
5492026-03-04T17:26:50.834Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-03-04T17:26:50.996Z Compiling tabled_derive v0.7.0
5512026-03-04T17:26:51.355Z Compiling serde_derive v1.0.228
5522026-03-04T17:26:51.379Z Compiling zerofrom-derive v0.1.6
5532026-03-04T17:26:51.384Z Compiling yoke-derive v0.8.1
5542026-03-04T17:26:51.508Z Compiling zerovec-derive v0.11.2
5552026-03-04T17:26:51.948Z Compiling displaydoc v0.2.5
5562026-03-04T17:26:53.139Z Compiling thiserror-impl v1.0.69
5572026-03-04T17:26:53.579Z Compiling zerocopy-derive v0.7.35
5582026-03-04T17:26:54.138Z Compiling pest_derive v2.8.6
5592026-03-04T17:26:54.178Z Compiling scroll_derive v0.12.1
5602026-03-04T17:26:54.765Z Compiling zerofrom v0.1.6
5612026-03-04T17:26:54.942Z Compiling thiserror-impl v2.0.18
5622026-03-04T17:26:55.017Z Compiling yoke v0.8.1
5632026-03-04T17:26:55.379Z Compiling zerovec v0.11.5
5642026-03-04T17:26:55.501Z Compiling zerotrie v0.2.3
5652026-03-04T17:26:55.654Z Compiling zerocopy v0.7.35
5662026-03-04T17:26:56.118Z Compiling scroll v0.12.0
5672026-03-04T17:26:56.194Z Compiling clap_derive v4.5.55
5682026-03-04T17:26:56.259Z Compiling dtrace-parser v0.2.0
5692026-03-04T17:26:56.497Z Compiling tinystr v0.8.2
5702026-03-04T17:26:56.670Z Compiling potential_utf v0.1.4
5712026-03-04T17:26:56.909Z Compiling icu_locale_core v2.1.1
5722026-03-04T17:26:56.962Z Compiling icu_collections v2.1.1
5732026-03-04T17:26:57.074Z Compiling goblin v0.8.2
5742026-03-04T17:26:57.940Z Compiling tabled v0.15.0
5752026-03-04T17:26:58.427Z Compiling icu_provider v2.1.1
5762026-03-04T17:26:58.948Z Compiling icu_normalizer v2.1.1
5772026-03-04T17:26:58.981Z Compiling icu_properties v2.1.2
5782026-03-04T17:26:59.627Z Compiling clap v4.5.60
5792026-03-04T17:26:59.653Z Compiling toml_datetime v0.6.11
5802026-03-04T17:26:59.755Z Compiling serde_spanned v0.6.9
5812026-03-04T17:26:59.796Z Compiling serde-value v0.7.0
5822026-03-04T17:27:00.026Z Compiling toml_edit v0.22.27
5832026-03-04T17:27:00.055Z Compiling dof v0.3.0
5842026-03-04T17:27:00.157Z Compiling serde_tokenstream v0.2.3
5852026-03-04T17:27:00.186Z Compiling cargo-platform v0.2.0
5862026-03-04T17:27:00.724Z Compiling macaddr v1.0.1
5872026-03-04T17:27:01.061Z Compiling idna_adapter v1.2.1
5882026-03-04T17:27:01.312Z Compiling idna v1.1.0
5892026-03-04T17:27:01.718Z Compiling usdt-macro v0.5.0
5902026-03-04T17:27:01.778Z Compiling usdt-attr-macro v0.5.0
5912026-03-04T17:27:01.878Z Compiling url v2.5.8
5922026-03-04T17:27:03.334Z Compiling toml v0.8.23
5932026-03-04T17:27:04.075Z Compiling usdt v0.5.0
5942026-03-04T17:27:04.222Z Compiling cargo-util-schemas v0.8.2
5952026-03-04T17:27:04.302Z Compiling cargo_toml v0.21.0
5962026-03-04T17:27:05.754Z Compiling cargo_metadata v0.21.0
5972026-03-04T17:27:07.546Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-03-04T17:27:10.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
5992026-03-04T17:27:11.289Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-03-04T17:27:12.087Z Downloading crates ...
6012026-03-04T17:27:12.219Z Downloaded async-stream-impl v0.3.6
6022026-03-04T17:27:12.223Z Downloaded adler2 v2.0.1
6032026-03-04T17:27:12.229Z Downloaded cfg_aliases v0.2.1
6042026-03-04T17:27:12.233Z Downloaded castaway v0.2.4
6052026-03-04T17:27:12.239Z Downloaded async-stream v0.3.6
6062026-03-04T17:27:12.245Z Downloaded cargo-platform v0.1.9
6072026-03-04T17:27:12.249Z Downloaded atomic-waker v1.1.2
6082026-03-04T17:27:12.253Z Downloaded dof v0.4.0
6092026-03-04T17:27:12.258Z Downloaded darling v0.21.3
6102026-03-04T17:27:12.266Z Downloaded crucible-workspace-hack v0.1.0
6112026-03-04T17:27:12.269Z Downloaded diesel_table_macro_syntax v0.2.0
6122026-03-04T17:27:12.273Z Downloaded foreign-types-shared v0.3.1
6132026-03-04T17:27:12.277Z Downloaded darling v0.20.11
6142026-03-04T17:27:12.287Z Downloaded darling_core v0.20.11
6152026-03-04T17:27:12.293Z Downloaded foreign-types v0.3.2
6162026-03-04T17:27:12.296Z Downloaded derive_builder_core v0.20.2
6172026-03-04T17:27:12.302Z Downloaded dsl_auto_type v0.1.3
6182026-03-04T17:27:12.305Z Downloaded fd-lock v4.0.4
6192026-03-04T17:27:12.312Z Downloaded data-encoding v2.10.0
6202026-03-04T17:27:12.315Z Downloaded funty v2.0.0
6212026-03-04T17:27:12.319Z Downloaded diesel-dtrace v0.4.2
6222026-03-04T17:27:12.323Z Downloaded float-cmp v0.10.0
6232026-03-04T17:27:12.327Z Downloaded darling_macro v0.23.0
6242026-03-04T17:27:12.330Z Downloaded dunce v1.0.5
6252026-03-04T17:27:12.334Z Downloaded dirs-next v2.0.0
6262026-03-04T17:27:12.337Z Downloaded float-ord v0.3.2
6272026-03-04T17:27:12.340Z Downloaded flagset v0.4.7
6282026-03-04T17:27:12.346Z Downloaded env_logger v0.11.9
6292026-03-04T17:27:12.349Z Downloaded cipher v0.4.4
6302026-03-04T17:27:12.355Z Downloaded endian-type v0.1.2
6312026-03-04T17:27:12.359Z Downloaded debug-ignore v1.0.5
6322026-03-04T17:27:12.361Z Downloaded gethostname v0.5.0
6332026-03-04T17:27:12.378Z Downloaded globwalk v0.9.1
6342026-03-04T17:27:12.381Z Downloaded futures-sink v0.3.32
6352026-03-04T17:27:12.384Z Downloaded git-stub v1.0.0
6362026-03-04T17:27:12.388Z Downloaded document-features v0.2.12
6372026-03-04T17:27:12.391Z Downloaded fixedbitset v0.5.7
6382026-03-04T17:27:12.396Z Downloaded hex v0.4.3
6392026-03-04T17:27:12.399Z Downloaded hex-literal v0.4.1
6402026-03-04T17:27:12.403Z Downloaded blake2 v0.10.6
6412026-03-04T17:27:12.408Z Downloaded fs-err v2.11.0
6422026-03-04T17:27:12.412Z Downloaded ena v0.14.4
6432026-03-04T17:27:12.416Z Downloaded http-range v0.1.5
6442026-03-04T17:27:12.420Z Downloaded httpdate v1.0.3
6452026-03-04T17:27:12.424Z Downloaded console v0.16.2
6462026-03-04T17:27:12.430Z Downloaded ident_case v1.0.1
6472026-03-04T17:27:12.433Z Downloaded chacha20 v0.10.0
6482026-03-04T17:27:12.436Z Downloaded is_ci v1.2.0
6492026-03-04T17:27:12.440Z Downloaded home v0.5.12
6502026-03-04T17:27:12.443Z Downloaded globset v0.4.18
6512026-03-04T17:27:12.447Z Downloaded deranged v0.5.8
6522026-03-04T17:27:12.452Z Downloaded futures-executor v0.3.32
6532026-03-04T17:27:12.455Z Downloaded dropshot_endpoint v0.16.7
6542026-03-04T17:27:12.461Z Downloaded hubpack_derive v0.1.1
6552026-03-04T17:27:12.463Z Downloaded kstat-rs v0.2.4
6562026-03-04T17:27:12.467Z Downloaded keccak v0.1.6
6572026-03-04T17:27:12.470Z Downloaded libscf-sys v1.1.0
6582026-03-04T17:27:12.473Z Downloaded colored v3.1.1
6592026-03-04T17:27:12.479Z Downloaded inout v0.1.4
6602026-03-04T17:27:12.481Z Downloaded internet-checksum v0.2.1
6612026-03-04T17:27:12.485Z Downloaded linked-hash-map v0.5.6
6622026-03-04T17:27:12.488Z Downloaded lru-slab v0.1.2
6632026-03-04T17:27:12.493Z Downloaded elliptic-curve v0.13.8
6642026-03-04T17:27:12.497Z Downloaded git-stub-vcs v0.1.0
6652026-03-04T17:27:12.502Z Downloaded ingot v0.1.1
6662026-03-04T17:27:12.506Z Downloaded maybe-uninit v2.0.0
6672026-03-04T17:27:12.511Z Downloaded mime v0.3.17
6682026-03-04T17:27:12.511Z Downloaded lalrpop-util v0.19.12
6692026-03-04T17:27:12.513Z Downloaded fatfs v0.3.6
6702026-03-04T17:27:12.516Z Downloaded hmac v0.12.1
6712026-03-04T17:27:12.520Z Downloaded maplit v1.0.2
6722026-03-04T17:27:12.523Z Downloaded new_debug_unreachable v1.0.6
6732026-03-04T17:27:12.526Z Downloaded cookie_store v0.22.1
6742026-03-04T17:27:12.531Z Downloaded humantime v2.3.0
6752026-03-04T17:27:12.534Z Downloaded jobserver v0.1.34
6762026-03-04T17:27:12.538Z Downloaded newline-converter v0.3.0
6772026-03-04T17:27:12.541Z Downloaded newtype_derive v0.1.6
6782026-03-04T17:27:12.545Z Downloaded nodrop v0.1.14
6792026-03-04T17:27:12.549Z Downloaded num-conv v0.2.0
6802026-03-04T17:27:12.553Z Downloaded libloading v0.8.9
6812026-03-04T17:27:12.557Z Downloaded impl-trait-for-tuples v0.2.3
6822026-03-04T17:27:12.561Z Downloaded normalize-line-endings v0.3.0
6832026-03-04T17:27:12.563Z Downloaded num v0.4.3
6842026-03-04T17:27:12.566Z Downloaded num-iter v0.1.45
6852026-03-04T17:27:12.571Z Downloaded iana-time-zone v0.1.65
6862026-03-04T17:27:12.574Z Downloaded allocator-api2 v0.2.21
6872026-03-04T17:27:12.577Z Downloaded openssl-macros v0.1.1
6882026-03-04T17:27:12.580Z Downloaded openssl-probe v0.2.1
6892026-03-04T17:27:12.583Z Downloaded opaque-debug v0.3.1
6902026-03-04T17:27:12.586Z Downloaded num_threads v0.1.7
6912026-03-04T17:27:12.591Z Downloaded num_enum_derive v0.5.11
6922026-03-04T17:27:12.596Z Downloaded oso-derive v0.27.3
6932026-03-04T17:27:12.596Z Downloaded mime_guess v2.0.5
6942026-03-04T17:27:12.599Z Downloaded nanorand v0.7.0
6952026-03-04T17:27:12.603Z Downloaded openssl-probe v0.1.6
6962026-03-04T17:27:12.606Z Downloaded native-tls v0.2.18
6972026-03-04T17:27:12.609Z Downloaded newtype-uuid v1.3.2
6982026-03-04T17:27:12.612Z Downloaded nibble_vec v0.1.0
6992026-03-04T17:27:12.616Z Downloaded multer v3.1.0
7002026-03-04T17:27:12.621Z Downloaded parse-size v1.1.0
7012026-03-04T17:27:12.623Z Downloaded pbkdf2 v0.11.0
7022026-03-04T17:27:12.626Z Downloaded path-slash v0.1.5
7032026-03-04T17:27:12.630Z Downloaded httparse v1.10.1
7042026-03-04T17:27:12.633Z Downloaded litrs v1.0.0
7052026-03-04T17:27:12.636Z Downloaded pbkdf2 v0.12.2
7062026-03-04T17:27:12.638Z Downloaded peg-runtime v0.8.5
7072026-03-04T17:27:12.641Z Downloaded phf_shared v0.12.1
7082026-03-04T17:27:12.645Z Downloaded phf_shared v0.11.3
7092026-03-04T17:27:12.648Z Downloaded const_format v0.2.35
7102026-03-04T17:27:12.654Z Downloaded heapless v0.8.0
7112026-03-04T17:27:12.658Z Downloaded oxide-tokio-rt v0.1.2
7122026-03-04T17:27:12.662Z Downloaded pin-utils v0.1.0
7132026-03-04T17:27:12.666Z Downloaded precomputed-hash v0.1.1
7142026-03-04T17:27:12.669Z Downloaded powerfmt v0.2.0
7152026-03-04T17:27:12.673Z Downloaded proc-macro-crate v3.4.0
7162026-03-04T17:27:12.673Z Downloaded num_enum_derive v0.7.5
7172026-03-04T17:27:12.676Z Downloaded num_enum v0.7.5
7182026-03-04T17:27:12.681Z Downloaded olpc-cjson v0.1.4
7192026-03-04T17:27:12.684Z Downloaded proc-macro-crate v1.3.1
7202026-03-04T17:27:12.686Z Downloaded predicates-core v1.0.10
7212026-03-04T17:27:12.689Z Downloaded paste v1.0.15
7222026-03-04T17:27:12.694Z Downloaded progenitor-client v0.11.2
7232026-03-04T17:27:12.703Z Downloaded pem v3.0.6
7242026-03-04T17:27:12.708Z Downloaded parse-display-derive v0.10.0
7252026-03-04T17:27:12.708Z Downloaded nu-ansi-term v0.50.3
7262026-03-04T17:27:12.708Z Downloaded phf v0.12.1
7272026-03-04T17:27:12.708Z Downloaded pem-rfc7468 v0.7.0
7282026-03-04T17:27:12.711Z Downloaded progenitor-macro v0.10.0
7292026-03-04T17:27:12.715Z Downloaded psl-types v2.0.11
7302026-03-04T17:27:12.716Z Downloaded indicatif v0.18.4
7312026-03-04T17:27:12.721Z Downloaded phf_shared v0.13.1
7322026-03-04T17:27:12.724Z Downloaded peg-macros v0.8.5
7332026-03-04T17:27:12.724Z Downloaded password-hash v0.4.2
7342026-03-04T17:27:12.727Z Downloaded progenitor-macro v0.11.2
7352026-03-04T17:27:12.730Z Downloaded progenitor-macro v0.13.0
7362026-03-04T17:27:12.733Z Downloaded poly1305 v0.8.0
7372026-03-04T17:27:12.736Z Downloaded bytes v1.11.1
7382026-03-04T17:27:12.742Z Downloaded rand_chacha v0.3.1
7392026-03-04T17:27:12.747Z Downloaded pkg-config v0.3.32
7402026-03-04T17:27:12.747Z Downloaded ref-cast-impl v1.0.25
7412026-03-04T17:27:12.750Z Downloaded quick-error v1.2.3
7422026-03-04T17:27:12.750Z Downloaded predicates v3.1.4
7432026-03-04T17:27:12.754Z Downloaded dropshot-api-manager v0.5.2
7442026-03-04T17:27:12.758Z Downloaded recursive v0.1.1
7452026-03-04T17:27:12.761Z Downloaded recursive-proc-macro-impl v0.1.1
7462026-03-04T17:27:12.764Z Downloaded libbz2-rs-sys v0.2.2
7472026-03-04T17:27:12.767Z Downloaded progenitor v0.13.0
7482026-03-04T17:27:12.770Z Downloaded progenitor v0.10.0
7492026-03-04T17:27:12.773Z Downloaded expectorate v1.2.0
7502026-03-04T17:27:12.807Z Downloaded proc-macro-error-attr2 v2.0.0
7512026-03-04T17:27:12.808Z Downloaded progenitor-extras v0.1.0
7522026-03-04T17:27:12.808Z Downloaded predicates-tree v1.0.13
7532026-03-04T17:27:12.808Z Downloaded psm v0.1.30
7542026-03-04T17:27:12.808Z Downloaded cc v1.2.56
7552026-03-04T17:27:12.808Z Downloaded progenitor-client v0.13.0
7562026-03-04T17:27:12.808Z Downloaded postgres-protocol v0.6.10
7572026-03-04T17:27:12.808Z Downloaded radium v0.7.0
7582026-03-04T17:27:12.808Z Downloaded pkcs8 v0.10.2
7592026-03-04T17:27:12.808Z Downloaded russh-cryptovec v0.7.3
7602026-03-04T17:27:12.809Z Downloaded rfc6979 v0.4.0
7612026-03-04T17:27:12.809Z Downloaded rtoolbox v0.0.3
7622026-03-04T17:27:12.815Z Downloaded rand_core v0.10.0
7632026-03-04T17:27:12.815Z Downloaded rand_core v0.9.5
7642026-03-04T17:27:12.815Z Downloaded pkcs5 v0.7.1
7652026-03-04T17:27:12.818Z Downloaded progenitor v0.11.2
7662026-03-04T17:27:12.818Z Downloaded rustc-hash v2.1.1
7672026-03-04T17:27:12.823Z Downloaded salsa20 v0.10.2
7682026-03-04T17:27:12.823Z Downloaded p256 v0.13.2
7692026-03-04T17:27:12.826Z Downloaded postgres-types v0.2.12
7702026-03-04T17:27:12.830Z Downloaded jiff-static v0.2.21
7712026-03-04T17:27:12.835Z Downloaded derive_more-impl v2.1.1
7722026-03-04T17:27:12.839Z Downloaded r2d2 v0.8.10
7732026-03-04T17:27:12.843Z Downloaded scheduled-thread-pool v0.2.7
7742026-03-04T17:27:12.847Z Downloaded scrypt v0.11.0
7752026-03-04T17:27:12.847Z Downloaded rustc_version v0.4.1
7762026-03-04T17:27:12.850Z Downloaded sapling-renderdag v0.1.0
7772026-03-04T17:27:12.858Z Downloaded rand_chacha v0.9.0
7782026-03-04T17:27:12.858Z Downloaded pkcs1 v0.7.5
7792026-03-04T17:27:12.861Z Downloaded resolv-conf v0.7.6
7802026-03-04T17:27:12.861Z Downloaded secrecy v0.8.0
7812026-03-04T17:27:12.861Z Downloaded hickory-resolver v0.24.4
7822026-03-04T17:27:12.865Z Downloaded ref-cast v1.0.25
7832026-03-04T17:27:12.869Z Downloaded scopeguard v1.2.0
7842026-03-04T17:27:12.872Z Downloaded serde-big-array v0.5.1
7852026-03-04T17:27:12.875Z Downloaded seq-macro v0.3.6
7862026-03-04T17:27:12.878Z Downloaded serde_repr v0.1.20
7872026-03-04T17:27:12.881Z Downloaded shell-words v1.1.1
7882026-03-04T17:27:12.881Z Downloaded rustls-native-certs v0.8.3
7892026-03-04T17:27:12.885Z Downloaded proc-macro-error2 v2.0.1
7902026-03-04T17:27:12.888Z Downloaded ppv-lite86 v0.2.21
7912026-03-04T17:27:12.890Z Downloaded hickory-server v0.25.2
7922026-03-04T17:27:12.895Z Downloaded sigpipe v0.1.3
7932026-03-04T17:27:12.897Z Downloaded sha1 v0.10.6
7942026-03-04T17:27:12.900Z Downloaded rusty-fork v0.3.1
7952026-03-04T17:27:12.903Z Downloaded serde_bytes v0.11.19
7962026-03-04T17:27:12.908Z Downloaded semver v0.1.20
7972026-03-04T17:27:12.908Z Downloaded serde_urlencoded v0.7.1
7982026-03-04T17:27:12.911Z Downloaded rustversion v1.0.22
7992026-03-04T17:27:12.915Z Downloaded signature v2.2.0
8002026-03-04T17:27:12.915Z Downloaded signal-hook-tokio v0.3.1
8012026-03-04T17:27:12.918Z Downloaded signal-hook-mio v0.2.5
8022026-03-04T17:27:12.918Z Downloaded serde_spanned v1.0.4
8032026-03-04T17:27:12.921Z Downloaded quinn-udp v0.5.14
8042026-03-04T17:27:12.924Z Downloaded pin-project v1.1.11
8052026-03-04T17:27:12.933Z Downloaded slog-envlogger v2.2.0
8062026-03-04T17:27:12.936Z Downloaded schemars_derive v0.8.22
8072026-03-04T17:27:12.939Z Downloaded slog-bunyan v2.5.0
8082026-03-04T17:27:12.942Z Downloaded siphasher v1.0.2
8092026-03-04T17:27:12.942Z Downloaded hyper-util v0.1.20
8102026-03-04T17:27:12.948Z Downloaded rustls-pemfile v2.2.0
8112026-03-04T17:27:12.951Z Downloaded serde_path_to_error v0.1.20
8122026-03-04T17:27:12.955Z Downloaded serde_derive_internals v0.29.1
8132026-03-04T17:27:12.959Z Downloaded sec1 v0.7.3
8142026-03-04T17:27:12.964Z Downloaded openssl-sys v0.9.111
8152026-03-04T17:27:12.968Z Downloaded shlex v1.3.0
8162026-03-04T17:27:12.968Z Downloaded minimal-lexical v0.2.1
8172026-03-04T17:27:12.973Z Downloaded serde-hex v0.1.0
8182026-03-04T17:27:12.975Z Downloaded rustls-pki-types v1.14.0
8192026-03-04T17:27:12.976Z Downloaded ssh-cipher v0.2.0
8202026-03-04T17:27:12.978Z Downloaded sqlparser_derive v0.5.0
8212026-03-04T17:27:12.978Z Downloaded rcgen v0.12.1
8222026-03-04T17:27:12.981Z Downloaded sct v0.7.1
8232026-03-04T17:27:12.987Z Downloaded papergrid v0.17.0
8242026-03-04T17:27:12.992Z Downloaded sync_wrapper v1.0.2
8252026-03-04T17:27:12.995Z Downloaded signal-hook-registry v1.4.8
8262026-03-04T17:27:12.995Z Downloaded tabwriter v1.4.1
8272026-03-04T17:27:12.998Z Downloaded sync-ptr v0.1.4
8282026-03-04T17:27:12.998Z Downloaded structmeta-derive v0.3.0
8292026-03-04T17:27:13.002Z Downloaded aes-gcm v0.10.3
8302026-03-04T17:27:13.005Z Downloaded ron v0.8.1
8312026-03-04T17:27:13.009Z Downloaded tabled_derive v0.11.0
8322026-03-04T17:27:13.012Z Downloaded slog-scope v4.4.1
8332026-03-04T17:27:13.016Z Downloaded termtree v0.5.1
8342026-03-04T17:27:13.016Z Downloaded slog-json v2.6.1
8352026-03-04T17:27:13.018Z Downloaded slog-async v2.8.0
8362026-03-04T17:27:13.019Z Downloaded progenitor-impl v0.13.0
8372026-03-04T17:27:13.021Z Downloaded slog-dtrace v0.3.0
8382026-03-04T17:27:13.024Z Downloaded progenitor-impl v0.10.0
8392026-03-04T17:27:13.028Z Downloaded take_mut v0.2.2
8402026-03-04T17:27:13.031Z Downloaded serde_with_macros v3.17.0
8412026-03-04T17:27:13.031Z Downloaded smallvec v0.6.14
8422026-03-04T17:27:13.034Z Downloaded snafu-derive v0.8.9
8432026-03-04T17:27:13.034Z Downloaded hashbrown v0.13.2
8442026-03-04T17:27:13.038Z Downloaded rayon-core v1.13.0
8452026-03-04T17:27:13.041Z Downloaded tagptr v0.2.0
8462026-03-04T17:27:13.044Z Downloaded smf v0.2.3
8472026-03-04T17:27:13.047Z Downloaded thread-id v5.1.0
8482026-03-04T17:27:13.047Z Downloaded thiserror-impl-no-std v2.0.2
8492026-03-04T17:27:13.050Z Downloaded testing_table v0.3.0
8502026-03-04T17:27:13.050Z Downloaded spki v0.7.3
8512026-03-04T17:27:13.053Z Downloaded schemars v0.8.22
8522026-03-04T17:27:13.064Z Downloaded stringprep v0.1.5
8532026-03-04T17:27:13.067Z Downloaded time-core v0.1.8
8542026-03-04T17:27:13.070Z Downloaded static_assertions v1.1.0
8552026-03-04T17:27:13.070Z Downloaded tinyvec_macros v0.1.1
8562026-03-04T17:27:13.073Z Downloaded publicsuffix v2.3.0
8572026-03-04T17:27:13.079Z Downloaded num-bigint v0.4.6
8582026-03-04T17:27:13.082Z Downloaded tap v1.0.1
8592026-03-04T17:27:13.082Z Downloaded string_cache v0.8.9
8602026-03-04T17:27:13.082Z Downloaded subtle v2.6.1
8612026-03-04T17:27:13.085Z Downloaded strum_macros v0.24.3
8622026-03-04T17:27:13.087Z Downloaded termios v0.3.3
8632026-03-04T17:27:13.087Z Downloaded libxml v0.3.3
8642026-03-04T17:27:13.093Z Downloaded quinn v0.11.9
8652026-03-04T17:27:13.097Z Downloaded stacker v0.1.23
8662026-03-04T17:27:13.100Z Downloaded rustls-platform-verifier v0.6.2
8672026-03-04T17:27:13.104Z Downloaded ryu v1.0.23
8682026-03-04T17:27:13.107Z Downloaded strum_macros v0.27.2
8692026-03-04T17:27:13.110Z Downloaded strum_macros v0.26.4
8702026-03-04T17:27:13.113Z Downloaded mio v1.1.1
8712026-03-04T17:27:13.116Z Downloaded tiny-keccak v2.0.2
8722026-03-04T17:27:13.119Z Downloaded try-lock v0.2.5
8732026-03-04T17:27:13.122Z Downloaded trait-variant v0.1.2
8742026-03-04T17:27:13.123Z Downloaded signal-hook v0.3.18
8752026-03-04T17:27:13.125Z Downloaded iri-string v0.7.10
8762026-03-04T17:27:13.133Z Downloaded tower-layer v0.3.3
8772026-03-04T17:27:13.136Z Downloaded thread_local v1.1.9
8782026-03-04T17:27:13.136Z Downloaded thiserror-no-std v2.0.2
8792026-03-04T17:27:13.140Z Downloaded tokio-macros v2.6.0
8802026-03-04T17:27:13.144Z Downloaded typify-macro v0.6.1
8812026-03-04T17:27:13.144Z Downloaded tokio-dtrace v0.1.1
8822026-03-04T17:27:13.148Z Downloaded support-bundle-viewer v0.1.2
8832026-03-04T17:27:13.149Z Downloaded tower-service v0.3.3
8842026-03-04T17:27:13.149Z Downloaded spin v0.9.8
8852026-03-04T17:27:13.153Z Downloaded time-macros v0.2.27
8862026-03-04T17:27:13.153Z Downloaded term v0.7.0
8872026-03-04T17:27:13.156Z Downloaded rsa v0.9.10
8882026-03-04T17:27:13.159Z Downloaded universal-hash v0.5.1
8892026-03-04T17:27:13.162Z Downloaded term v1.2.1
8902026-03-04T17:27:13.165Z Downloaded typify-macro v0.4.3
8912026-03-04T17:27:13.168Z Downloaded tls_codec v0.4.2
8922026-03-04T17:27:13.168Z Downloaded serde_yaml v0.9.34+deprecated
8932026-03-04T17:27:13.172Z Downloaded unarray v0.1.4
8942026-03-04T17:27:13.175Z Downloaded tokio-tungstenite v0.23.1
8952026-03-04T17:27:13.175Z Downloaded tokio-native-tls v0.3.1
8962026-03-04T17:27:13.178Z Downloaded tls_codec_derive v0.4.2
8972026-03-04T17:27:13.183Z Downloaded socket2 v0.5.10
8982026-03-04T17:27:13.183Z Downloaded iddqd v0.3.17
8992026-03-04T17:27:13.187Z Downloaded slog v2.8.2
9002026-03-04T17:27:13.190Z Downloaded tokio-rustls v0.25.0
9012026-03-04T17:27:13.193Z Downloaded void v1.0.2
9022026-03-04T17:27:13.196Z Downloaded want v0.3.1
9032026-03-04T17:27:13.197Z Downloaded untrusted v0.7.1
9042026-03-04T17:27:13.199Z Downloaded usdt-attr-macro v0.6.0
9052026-03-04T17:27:13.199Z Downloaded unit-prefix v0.5.2
9062026-03-04T17:27:13.199Z Downloaded usdt v0.6.0
9072026-03-04T17:27:13.199Z Downloaded wait-timeout v0.2.1
9082026-03-04T17:27:13.204Z Downloaded similar v2.7.0
9092026-03-04T17:27:13.208Z Downloaded utf-8 v0.7.6
9102026-03-04T17:27:13.208Z Downloaded samael v0.0.19
9112026-03-04T17:27:13.213Z Downloaded tui-tree-widget v0.23.1
9122026-03-04T17:27:13.216Z Downloaded schemars v0.9.0
9132026-03-04T17:27:13.225Z Downloaded xattr v1.6.1
9142026-03-04T17:27:13.231Z Downloaded xshell-macros v0.2.7
9152026-03-04T17:27:13.231Z Downloaded unicase v2.9.0
9162026-03-04T17:27:13.233Z Downloaded usdt-macro v0.6.0
9172026-03-04T17:27:13.233Z Downloaded untrusted v0.9.0
9182026-03-04T17:27:13.234Z Downloaded topological-sort v0.2.2
9192026-03-04T17:27:13.234Z Downloaded tokio-rustls v0.26.4
9202026-03-04T17:27:13.236Z Downloaded toml_writer v1.0.6+spec-1.1.0
9212026-03-04T17:27:13.239Z Downloaded socket2 v0.6.2
9222026-03-04T17:27:13.239Z Downloaded waitgroup v0.1.2
9232026-03-04T17:27:13.242Z Downloaded snafu v0.8.9
9242026-03-04T17:27:13.246Z Downloaded zeroize_derive v1.4.3
9252026-03-04T17:27:13.249Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9262026-03-04T17:27:13.249Z Downloaded p521 v0.13.3
9272026-03-04T17:27:13.252Z Downloaded tokio-rustls v0.24.1
9282026-03-04T17:27:13.255Z Downloaded toml_parser v1.0.9+spec-1.1.0
9292026-03-04T17:27:13.258Z Downloaded tar v0.4.44
9302026-03-04T17:27:13.260Z Downloaded libm v0.2.16
9312026-03-04T17:27:13.267Z Downloaded zone_cfg_derive v0.3.1
9322026-03-04T17:27:13.270Z Downloaded zone v0.3.1
9332026-03-04T17:27:13.270Z Downloaded vsss-rs v3.3.4
9342026-03-04T17:27:13.273Z Downloaded vergen-lib v0.1.6
9352026-03-04T17:27:13.277Z Downloaded uzers v0.12.2
9362026-03-04T17:27:13.277Z Downloaded rand v0.9.2
9372026-03-04T17:27:13.280Z Downloaded twox-hash v2.1.2
9382026-03-04T17:27:13.283Z Downloaded subprocess v0.2.15
9392026-03-04T17:27:13.286Z Downloaded rustls-webpki v0.103.9
9402026-03-04T17:27:13.288Z Downloaded tokio-stream v0.1.18
9412026-03-04T17:27:13.295Z Downloaded rand v0.10.0
9422026-03-04T17:27:13.299Z Downloaded xz2 v0.1.7
9432026-03-04T17:27:13.300Z Downloaded wyz v0.5.1
9442026-03-04T17:27:13.300Z Downloaded rand v0.8.5
9452026-03-04T17:27:13.302Z Downloaded itertools v0.13.0
9462026-03-04T17:27:13.308Z Downloaded vergen-git2 v1.0.7
9472026-03-04T17:27:13.311Z Downloaded usdt-impl v0.6.0
9482026-03-04T17:27:13.311Z Downloaded zeroize v1.8.2
9492026-03-04T17:27:13.314Z Downloaded tinyvec v1.10.0
9502026-03-04T17:27:13.317Z Downloaded toml v0.9.12+spec-1.1.0
9512026-03-04T17:27:13.319Z Downloaded tracing-attributes v0.1.31
9522026-03-04T17:27:13.322Z Downloaded vergen v9.0.6
9532026-03-04T17:27:13.325Z Downloaded walkdir v2.5.0
9542026-03-04T17:27:13.325Z Downloaded tungstenite v0.23.0
9552026-03-04T17:27:13.328Z Downloaded tungstenite v0.21.0
9562026-03-04T17:27:13.331Z Downloaded aho-corasick v1.1.4
9572026-03-04T17:27:13.337Z Downloaded zstd-safe v7.2.4
9582026-03-04T17:27:13.340Z Downloaded tracing-core v0.1.36
9592026-03-04T17:27:13.340Z Downloaded whoami v2.1.0
9602026-03-04T17:27:13.343Z Downloaded hyper v1.8.1
9612026-03-04T17:27:13.348Z Downloaded unicode-properties v0.1.4
9622026-03-04T17:27:13.350Z Downloaded h2 v0.4.13
9632026-03-04T17:27:13.356Z Downloaded rustyline v14.0.0
9642026-03-04T17:27:13.360Z Downloaded test-strategy v0.4.5
9652026-03-04T17:27:13.363Z Downloaded russh v0.45.0
9662026-03-04T17:27:13.368Z Downloaded hashbrown v0.15.5
9672026-03-04T17:27:13.373Z Downloaded toml_edit v0.23.10+spec-1.0.0
9682026-03-04T17:27:13.377Z Downloaded schemars v1.2.1
9692026-03-04T17:27:13.391Z Downloaded zstd v0.13.3
9702026-03-04T17:27:13.395Z Downloaded whoami v1.6.1
9712026-03-04T17:27:13.398Z Downloaded typify v0.4.3
9722026-03-04T17:27:13.401Z Downloaded tokio-postgres v0.7.16
9732026-03-04T17:27:13.405Z Downloaded futures-util v0.3.32
9742026-03-04T17:27:13.414Z Downloaded xshell v0.2.7
9752026-03-04T17:27:13.417Z Downloaded blake3 v1.8.3
9762026-03-04T17:27:13.423Z Downloaded toml_edit v0.19.15
9772026-03-04T17:27:13.438Z Downloaded zerocopy v0.6.6
9782026-03-04T17:27:13.441Z Downloaded uuid v1.21.0
9792026-03-04T17:27:13.444Z Downloaded vte v0.14.1
9802026-03-04T17:27:13.447Z Downloaded reedline v0.40.0
9812026-03-04T17:27:13.452Z Downloaded reqwest v0.12.28
9822026-03-04T17:27:13.458Z Downloaded rpassword v7.4.0
9832026-03-04T17:27:13.460Z Downloaded ron v0.12.0
9842026-03-04T17:27:13.468Z Downloaded rayon v1.11.0
9852026-03-04T17:27:13.476Z Downloaded zopfli v0.8.3
9862026-03-04T17:27:13.480Z Downloaded zip v0.6.6
9872026-03-04T17:27:13.483Z Downloaded yasna v0.5.2
9882026-03-04T17:27:13.486Z Downloaded unsafe-libyaml v0.2.11
9892026-03-04T17:27:13.491Z Downloaded bitvec v1.0.1
9902026-03-04T17:27:13.502Z Downloaded reqwest v0.13.2
9912026-03-04T17:27:13.507Z Downloaded ssh-key v0.6.7
9922026-03-04T17:27:13.514Z Downloaded tower v0.5.3
9932026-03-04T17:27:13.522Z Downloaded chrono v0.4.44
9942026-03-04T17:27:13.550Z Downloaded unicode_categories v0.1.1
9952026-03-04T17:27:13.550Z Downloaded yansi v1.0.1
9962026-03-04T17:27:13.550Z Downloaded x509-cert v0.2.5
9972026-03-04T17:27:13.550Z Downloaded git2 v0.20.4
9982026-03-04T17:27:13.550Z Downloaded zerocopy-derive v0.8.40
9992026-03-04T17:27:13.556Z Downloaded curve25519-dalek v4.1.3
10002026-03-04T17:27:13.565Z Downloaded typed-path v0.9.3
10012026-03-04T17:27:13.572Z Downloaded regex v1.12.3
10022026-03-04T17:27:13.576Z Downloaded tower-http v0.6.8
10032026-03-04T17:27:13.584Z Downloaded tough v0.20.0
10042026-03-04T17:27:13.592Z Downloaded unicode-segmentation v1.12.0
10052026-03-04T17:27:13.596Z Downloaded petname v2.0.2
10062026-03-04T17:27:13.601Z Downloaded bindgen v0.71.1
10072026-03-04T17:27:13.608Z Downloaded aws-lc-rs v1.16.0
10082026-03-04T17:27:13.619Z Downloaded moka v0.12.13
10092026-03-04T17:27:13.625Z Downloaded lalrpop v0.19.12
10102026-03-04T17:27:13.636Z Downloaded unicode-normalization v0.1.25
10112026-03-04T17:27:13.640Z Downloaded rustls-webpki v0.101.7
10122026-03-04T17:27:13.654Z Downloaded radix_trie v0.2.1
10132026-03-04T17:27:13.659Z Downloaded openssl v0.10.75
10142026-03-04T17:27:13.668Z Downloaded goblin v0.10.5
10152026-03-04T17:27:13.676Z Downloaded salty v0.3.0
10162026-03-04T17:27:13.681Z Downloaded zip v4.6.1
10172026-03-04T17:27:13.687Z Downloaded nix v0.28.0
10182026-03-04T17:27:13.698Z Downloaded serde_with v3.17.0
10192026-03-04T17:27:13.709Z Downloaded tokio-util v0.7.18
10202026-03-04T17:27:13.716Z Downloaded diesel v2.2.12
10212026-03-04T17:27:13.735Z Downloaded winnow v0.6.26
10222026-03-04T17:27:13.743Z Downloaded regex-syntax v0.6.29
10232026-03-04T17:27:13.749Z Downloaded rustls v0.21.12
10242026-03-04T17:27:13.761Z Downloaded vcpkg v0.2.15
10252026-03-04T17:27:13.798Z Downloaded smoltcp v0.9.1
10262026-03-04T17:27:13.808Z Downloaded webpki-roots v1.0.6
10272026-03-04T17:27:13.811Z Downloaded hickory-proto v0.24.4
10282026-03-04T17:27:13.827Z Downloaded tabled v0.20.0
10292026-03-04T17:27:13.842Z Downloaded smoltcp v0.11.0
10302026-03-04T17:27:13.854Z Downloaded zlib-rs v0.6.2
10312026-03-04T17:27:13.859Z Downloaded quinn-proto v0.11.13
10322026-03-04T17:27:13.866Z Downloaded time v0.3.47
10332026-03-04T17:27:13.878Z Downloaded rustix v0.38.44
10342026-03-04T17:27:13.900Z Downloaded nix v0.31.1
10352026-03-04T17:27:13.911Z Downloaded zerocopy v0.8.40
10362026-03-04T17:27:13.920Z Downloaded polar-core v0.27.3
10372026-03-04T17:27:13.928Z Downloaded openapiv3 v2.2.0
10382026-03-04T17:27:13.940Z Downloaded hickory-proto v0.25.2
10392026-03-04T17:27:13.954Z Downloaded regex-syntax v0.8.10
10402026-03-04T17:27:13.961Z Downloaded rustls v0.22.4
10412026-03-04T17:27:13.975Z Downloaded regress v0.10.5
10422026-03-04T17:27:13.982Z Downloaded sled v0.34.7
10432026-03-04T17:27:13.991Z Downloaded sqlparser v0.61.0
10442026-03-04T17:27:14.001Z Downloaded tracing v0.1.44
10452026-03-04T17:27:14.021Z Downloaded ratatui v0.29.0
10462026-03-04T17:27:14.039Z Downloaded rustls v0.23.37
10472026-03-04T17:27:14.049Z Downloaded typify-impl v0.4.3
10482026-03-04T17:27:14.063Z Downloaded bstr v1.12.1
10492026-03-04T17:27:14.071Z Downloaded nix v0.27.1
10502026-03-04T17:27:14.081Z Downloaded typify-impl v0.6.1
10512026-03-04T17:27:14.093Z Downloaded zerocopy-derive v0.6.6
10522026-03-04T17:27:14.102Z Downloaded object v0.37.3
10532026-03-04T17:27:14.113Z Downloaded dropshot v0.16.7
10542026-03-04T17:27:14.133Z Downloaded nix v0.30.1
10552026-03-04T17:27:14.144Z Downloaded bzip2-sys v0.1.13+1.0.8
10562026-03-04T17:27:14.154Z Downloaded petgraph v0.6.5
10572026-03-04T17:27:14.171Z Downloaded regex-automata v0.4.14
10582026-03-04T17:27:14.184Z Downloaded winnow v0.5.40
10592026-03-04T17:27:14.192Z Downloaded lzma-sys v0.1.20
10602026-03-04T17:27:14.218Z Downloaded jiff v0.2.21
10612026-03-04T17:27:14.235Z Downloaded rustls-webpki v0.102.8
10622026-03-04T17:27:14.251Z Downloaded csv v1.4.0
10632026-03-04T17:27:14.268Z Downloaded chrono-tz v0.10.4
10642026-03-04T17:27:14.283Z Downloaded proptest v1.10.0
10652026-03-04T17:27:14.292Z Downloaded object v0.30.4
10662026-03-04T17:27:14.299Z Downloaded sha3 v0.10.8
10672026-03-04T17:27:14.304Z Downloaded nix v0.29.0
10682026-03-04T17:27:14.314Z Downloaded petgraph v0.8.3
10692026-03-04T17:27:14.333Z Downloaded quick-xml v0.37.5
10702026-03-04T17:27:14.338Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
10712026-03-04T17:27:14.354Z Downloaded libz-sys v1.1.24
10722026-03-04T17:27:14.372Z Downloaded portable-atomic v1.13.1
10732026-03-04T17:27:14.378Z Downloaded hkdf v0.12.4
10742026-03-04T17:27:14.381Z Downloaded unicode-bidi v0.3.18
10752026-03-04T17:27:14.384Z Downloaded typify v0.6.1
10762026-03-04T17:27:14.387Z Downloaded p384 v0.13.1
10772026-03-04T17:27:14.390Z Downloaded vergen-gitcl v1.0.8
10782026-03-04T17:27:14.394Z Downloaded toml v0.7.8
10792026-03-04T17:27:14.396Z Downloaded tokio v1.49.0
10802026-03-04T17:27:14.432Z Downloaded steno v0.4.1
10812026-03-04T17:27:14.435Z Downloaded itertools v0.14.0
10822026-03-04T17:27:14.442Z Downloaded http v1.4.0
10832026-03-04T17:27:14.445Z Downloaded unicode-truncate v1.1.0
10842026-03-04T17:27:14.448Z Downloaded tokio-tungstenite v0.21.0
10852026-03-04T17:27:14.448Z Downloaded qorb v0.4.1
10862026-03-04T17:27:14.451Z Downloaded compact_str v0.8.1
10872026-03-04T17:27:14.454Z Downloaded num-bigint-dig v0.8.6
10882026-03-04T17:27:14.458Z Downloaded itertools v0.12.1
10892026-03-04T17:27:14.464Z Downloaded ssh-encoding v0.2.0
10902026-03-04T17:27:14.467Z Downloaded sqlformat v0.3.5
10912026-03-04T17:27:14.470Z Downloaded serde_cbor v0.11.2
10922026-03-04T17:27:14.472Z Downloaded prettyplease v0.2.37
10932026-03-04T17:27:14.475Z Downloaded pretty_assertions v1.4.1
10942026-03-04T17:27:14.476Z Downloaded prefix-trie v0.7.0
10952026-03-04T17:27:14.479Z Downloaded nom v7.1.3
10962026-03-04T17:27:14.483Z Downloaded encoding_rs v0.8.35
10972026-03-04T17:27:14.506Z Downloaded itertools v0.10.5
10982026-03-04T17:27:14.510Z Downloaded slog-term v2.9.2
10992026-03-04T17:27:14.513Z Downloaded slog-stdlog v4.1.1
11002026-03-04T17:27:14.513Z Downloaded hashbrown v0.12.3
11012026-03-04T17:27:14.516Z Downloaded strip-ansi-escapes v0.2.1
11022026-03-04T17:27:14.516Z Downloaded progenitor-impl v0.11.2
11032026-03-04T17:27:14.519Z Downloaded supports-color v3.0.2
11042026-03-04T17:27:14.520Z Downloaded structmeta v0.3.0
11052026-03-04T17:27:14.522Z Downloaded strum v0.27.2
11062026-03-04T17:27:14.523Z Downloaded strum v0.26.3
11072026-03-04T17:27:14.523Z Downloaded slab v0.4.12
11082026-03-04T17:27:14.523Z Downloaded simd-adler32 v0.3.8
11092026-03-04T17:27:14.526Z Downloaded russh-keys v0.45.0
11102026-03-04T17:27:14.526Z Downloaded scroll v0.13.0
11112026-03-04T17:27:14.526Z Downloaded rustls-pemfile v1.0.4
11122026-03-04T17:27:14.530Z Downloaded serde_plain v1.0.2
11132026-03-04T17:27:14.530Z Downloaded secrecy v0.10.3
11142026-03-04T17:27:14.533Z Downloaded scroll_derive v0.13.1
11152026-03-04T17:27:14.533Z Downloaded primeorder v0.13.6
11162026-03-04T17:27:14.533Z Downloaded oso v0.27.3
11172026-03-04T17:27:14.536Z Downloaded crossbeam-channel v0.5.15
11182026-03-04T17:27:14.539Z Downloaded same-file v1.0.6
11192026-03-04T17:27:14.542Z Downloaded rand_seeder v0.4.0
11202026-03-04T17:27:14.542Z Downloaded rand_core v0.6.4
11212026-03-04T17:27:14.546Z Downloaded postcard v1.1.3
11222026-03-04T17:27:14.549Z Downloaded headers v0.4.1
11232026-03-04T17:27:14.552Z Downloaded rustc_version v0.1.7
11242026-03-04T17:27:14.552Z Downloaded libgit2-sys v0.18.3+1.9.2
11252026-03-04T17:27:14.600Z Downloaded peg v0.8.5
11262026-03-04T17:27:14.604Z Downloaded ring v0.17.14
11272026-03-04T17:27:14.641Z Downloaded ignore v0.4.25
11282026-03-04T17:27:14.646Z Downloaded miniz_oxide v0.8.9
11292026-03-04T17:27:14.646Z Downloaded omicron-zone-package v0.12.2
11302026-03-04T17:27:14.649Z Downloaded parking_lot_core v0.9.12
11312026-03-04T17:27:14.649Z Downloaded parking_lot v0.11.2
11322026-03-04T17:27:14.652Z Downloaded rand_xorshift v0.4.0
11332026-03-04T17:27:14.652Z Downloaded parking_lot v0.12.5
11342026-03-04T17:27:14.657Z Downloaded pin-project-lite v0.2.17
11352026-03-04T17:27:14.660Z Downloaded polyval v0.6.2
11362026-03-04T17:27:14.660Z Downloaded pin-project-internal v1.1.11
11372026-03-04T17:27:14.664Z Downloaded phf v0.13.1
11382026-03-04T17:27:14.664Z Downloaded ar_archive_writer v0.5.1
11392026-03-04T17:27:14.672Z Downloaded hickory-resolver v0.25.2
11402026-03-04T17:27:14.675Z Downloaded base64 v0.21.7
11412026-03-04T17:27:14.675Z Downloaded parking_lot_core v0.8.6
11422026-03-04T17:27:14.675Z Downloaded packed_struct v0.10.1
11432026-03-04T17:27:14.675Z Downloaded indexmap v1.9.3
11442026-03-04T17:27:14.680Z Downloaded crossterm v0.29.0
11452026-03-04T17:27:14.685Z Downloaded derive_more v2.1.1
11462026-03-04T17:27:14.694Z Downloaded progenitor-client v0.10.0
11472026-03-04T17:27:14.697Z Downloaded oxnet v0.1.4
11482026-03-04T17:27:14.697Z Downloaded owo-colors v4.3.0
11492026-03-04T17:27:14.701Z Downloaded memmap2 v0.9.10
11502026-03-04T17:27:14.701Z Downloaded flate2 v1.1.9
11512026-03-04T17:27:14.706Z Downloaded arc-swap v1.8.2
11522026-03-04T17:27:14.710Z Downloaded password-hash v0.5.0
11532026-03-04T17:27:14.710Z Downloaded num-complex v0.4.6
11542026-03-04T17:27:14.714Z Downloaded chacha20poly1305 v0.10.1
11552026-03-04T17:27:14.714Z Downloaded num-integer v0.1.46
11562026-03-04T17:27:14.714Z Downloaded num-derive v0.3.3
11572026-03-04T17:27:14.714Z Downloaded heapless v0.7.17
11582026-03-04T17:27:14.719Z Downloaded half v2.7.1
11592026-03-04T17:27:14.723Z Downloaded ciborium v0.2.2
11602026-03-04T17:27:14.723Z Downloaded num-rational v0.4.2
11612026-03-04T17:27:14.723Z Downloaded ed25519-dalek v2.2.0
11622026-03-04T17:27:14.729Z Downloaded parse-display v0.10.0
11632026-03-04T17:27:14.729Z Downloaded num_enum v0.5.11
11642026-03-04T17:27:14.760Z Downloaded libsw v3.5.0
11652026-03-04T17:27:14.760Z Downloaded getrandom v0.3.4
11662026-03-04T17:27:14.769Z Downloaded diesel_derives v2.2.7
11672026-03-04T17:27:14.769Z Downloaded aes v0.8.4
11682026-03-04T17:27:14.769Z Downloaded packed_struct_codegen v0.10.1
11692026-03-04T17:27:14.769Z Downloaded bumpalo v3.20.2
11702026-03-04T17:27:14.769Z Downloaded hyper-rustls v0.27.7
11712026-03-04T17:27:14.769Z Downloaded libsw-core v0.3.2
11722026-03-04T17:27:14.769Z Downloaded futures v0.3.32
11732026-03-04T17:27:14.769Z Downloaded crc-any v2.5.0
11742026-03-04T17:27:14.769Z Downloaded backon v1.6.0
11752026-03-04T17:27:14.769Z Downloaded darling_core v0.23.0
11762026-03-04T17:27:14.769Z Downloaded half v1.8.3
11772026-03-04T17:27:14.769Z Downloaded flume v0.11.1
11782026-03-04T17:27:14.776Z Downloaded num-derive v0.4.2
11792026-03-04T17:27:14.776Z Downloaded lock_api v0.4.14
11802026-03-04T17:27:14.776Z Downloaded linear-map v1.2.0
11812026-03-04T17:27:14.776Z Downloaded ipnetwork v0.21.1
11822026-03-04T17:27:14.776Z Downloaded ingot-macros v0.1.1
11832026-03-04T17:27:14.780Z Downloaded getrandom v0.2.17
11842026-03-04T17:27:14.780Z Downloaded libefi-sys v0.1.0
11852026-03-04T17:27:14.781Z Downloaded ipnet v2.11.0
11862026-03-04T17:27:14.781Z Downloaded ingot-types v0.1.2
11872026-03-04T17:27:14.781Z Downloaded indoc v2.0.7
11882026-03-04T17:27:14.786Z Downloaded indoc v1.0.9
11892026-03-04T17:27:14.786Z Downloaded hyper-staticfile v0.10.1
11902026-03-04T17:27:14.789Z Downloaded crypto-bigint v0.5.5
11912026-03-04T17:27:14.793Z Downloaded nonempty v0.12.0
11922026-03-04T17:27:14.794Z Downloaded crossterm v0.28.1
11932026-03-04T17:27:14.799Z Downloaded crc32fast v1.5.0
11942026-03-04T17:27:14.803Z Downloaded newtype-uuid-macros v0.1.0
11952026-03-04T17:27:14.803Z Downloaded multimap v0.10.1
11962026-03-04T17:27:14.803Z Downloaded memoffset v0.9.1
11972026-03-04T17:27:14.803Z Downloaded md5 v0.7.0
11982026-03-04T17:27:14.807Z Downloaded futures-channel v0.3.32
11992026-03-04T17:27:14.807Z Downloaded bit-vec v0.8.0
12002026-03-04T17:27:14.807Z Downloaded base64ct v1.8.3
12012026-03-04T17:27:14.813Z Downloaded managed v0.8.0
12022026-03-04T17:27:14.813Z Downloaded lru-cache v0.1.2
12032026-03-04T17:27:14.813Z Downloaded highway v1.3.0
12042026-03-04T17:27:14.813Z Downloaded hickory-client v0.25.2
12052026-03-04T17:27:14.817Z Downloaded derive_more v0.99.20
12062026-03-04T17:27:14.822Z Downloaded derive-where v1.6.0
12072026-03-04T17:27:14.826Z Downloaded arrayvec v0.7.6
12082026-03-04T17:27:14.826Z Downloaded colored v2.2.0
12092026-03-04T17:27:14.829Z Downloaded bzip2 v0.6.1
12102026-03-04T17:27:14.829Z Downloaded md-5 v0.10.6
12112026-03-04T17:27:14.829Z Downloaded match_cfg v0.1.0
12122026-03-04T17:27:14.829Z Downloaded lzss v0.8.2
12132026-03-04T17:27:14.833Z Downloaded lazy_static v1.5.0
12142026-03-04T17:27:14.833Z Downloaded lru v0.12.5
12152026-03-04T17:27:14.833Z Downloaded group v0.13.0
12162026-03-04T17:27:14.838Z Downloaded crossbeam-epoch v0.9.18
12172026-03-04T17:27:14.838Z Downloaded der v0.7.10
12182026-03-04T17:27:14.844Z Downloaded cookie v0.18.1
12192026-03-04T17:27:14.844Z Downloaded const-oid v0.9.6
12202026-03-04T17:27:14.850Z Downloaded cargo_toml v0.22.3
12212026-03-04T17:27:14.850Z Downloaded fs_extra v1.3.0
12222026-03-04T17:27:14.850Z Downloaded cancel-safe-futures v0.1.5
12232026-03-04T17:27:14.855Z Downloaded console v0.15.11
12242026-03-04T17:27:14.855Z Downloaded hubpack v0.1.2
12252026-03-04T17:27:14.855Z Downloaded http-body-util v0.1.3
12262026-03-04T17:27:14.858Z Downloaded futures-task v0.3.32
12272026-03-04T17:27:14.858Z Downloaded bcs v0.1.6
12282026-03-04T17:27:14.858Z Downloaded crossbeam-deque v0.8.6
12292026-03-04T17:27:14.858Z Downloaded async-trait v0.1.89
12302026-03-04T17:27:14.862Z Downloaded futures-core v0.3.32
12312026-03-04T17:27:14.866Z Downloaded corncobs v0.1.4
12322026-03-04T17:27:14.866Z Downloaded ecdsa v0.16.9
12332026-03-04T17:27:14.869Z Downloaded constant_time_eq v0.4.2
12342026-03-04T17:27:14.869Z Downloaded bit-vec v0.6.3
12352026-03-04T17:27:14.869Z Downloaded is-terminal v0.4.17
12362026-03-04T17:27:14.870Z Downloaded instant v0.1.13
12372026-03-04T17:27:14.875Z Downloaded instability v0.3.11
12382026-03-04T17:27:14.875Z Downloaded indent_write v2.2.0
12392026-03-04T17:27:14.875Z Downloaded hyper-tls v0.6.0
12402026-03-04T17:27:14.879Z Downloaded glob v0.3.3
12412026-03-04T17:27:14.879Z Downloaded base64 v0.22.1
12422026-03-04T17:27:14.879Z Downloaded hash32 v0.3.1
12432026-03-04T17:27:14.883Z Downloaded hash32 v0.2.1
12442026-03-04T17:27:14.883Z Downloaded foldhash v0.1.5
12452026-03-04T17:27:14.883Z Downloaded daft-derive v0.1.5
12462026-03-04T17:27:14.886Z Downloaded http-body v1.0.1
12472026-03-04T17:27:14.886Z Downloaded hostname v0.4.2
12482026-03-04T17:27:14.891Z Downloaded hostname v0.3.1
12492026-03-04T17:27:14.891Z Downloaded foldhash v0.2.0
12502026-03-04T17:27:14.891Z Downloaded daft v0.1.5
12512026-03-04T17:27:14.894Z Downloaded convert_case v0.10.0
12522026-03-04T17:27:14.894Z Downloaded cmake v0.1.57
12532026-03-04T17:27:14.894Z Downloaded blowfish v0.9.1
12542026-03-04T17:27:14.898Z Downloaded filetime v0.2.27
12552026-03-04T17:27:14.898Z Downloaded ff v0.13.1
12562026-03-04T17:27:14.898Z Downloaded drift v0.1.3
12572026-03-04T17:27:14.902Z Downloaded diff v0.1.13
12582026-03-04T17:27:14.906Z Downloaded ciborium-io v0.2.2
12592026-03-04T17:27:14.909Z Downloaded bitflags v1.3.2
12602026-03-04T17:27:14.909Z Downloaded headers-core v0.3.0
12612026-03-04T17:27:14.909Z Downloaded futures-macro v0.3.32
12622026-03-04T17:27:14.912Z Downloaded cexpr v0.6.0
12632026-03-04T17:27:14.912Z Downloaded find-msvc-tools v0.1.9
12642026-03-04T17:27:14.912Z Downloaded defmt v1.0.1
12652026-03-04T17:27:14.915Z Downloaded cargo_metadata v0.19.2
12662026-03-04T17:27:14.920Z Downloaded fixedbitset v0.4.2
12672026-03-04T17:27:14.920Z Downloaded derive-ex v0.1.8
12682026-03-04T17:27:14.924Z Downloaded darling_core v0.21.3
12692026-03-04T17:27:14.928Z Downloaded ghash v0.5.1
12702026-03-04T17:27:14.929Z Downloaded fxhash v0.2.1
12712026-03-04T17:27:14.929Z Downloaded futures-io v0.3.32
12722026-03-04T17:27:14.929Z Downloaded foreign-types-shared v0.1.1
12732026-03-04T17:27:14.929Z Downloaded foreign-types v0.5.0
12742026-03-04T17:27:14.929Z Downloaded enum-as-inner v0.6.1
12752026-03-04T17:27:14.931Z Downloaded embedded-io v0.4.0
12762026-03-04T17:27:14.931Z Downloaded des v0.8.1
12772026-03-04T17:27:14.932Z Downloaded der_derive v0.7.3
12782026-03-04T17:27:14.935Z Downloaded bit-set v0.8.0
12792026-03-04T17:27:14.935Z Downloaded bcrypt-pbkdf v0.10.0
12802026-03-04T17:27:14.935Z Downloaded erased-serde v0.3.31
12812026-03-04T17:27:14.938Z Downloaded embedded-io v0.6.1
12822026-03-04T17:27:14.938Z Downloaded dyn-clone v1.0.20
12832026-03-04T17:27:14.942Z Downloaded difflib v0.4.0
12842026-03-04T17:27:14.947Z Downloaded defmt-macros v1.0.1
12852026-03-04T17:27:14.947Z Downloaded bb8 v0.8.6
12862026-03-04T17:27:14.947Z Downloaded curve25519-dalek-derive v0.1.1
12872026-03-04T17:27:14.950Z Downloaded dtrace-parser v0.3.0
12882026-03-04T17:27:14.950Z Downloaded display-error-chain v0.2.2
12892026-03-04T17:27:14.950Z Downloaded defmt v0.3.100
12902026-03-04T17:27:14.950Z Downloaded cassowary v0.3.0
12912026-03-04T17:27:14.950Z Downloaded ed25519 v2.2.3
12922026-03-04T17:27:14.953Z Downloaded atty v0.2.14
12932026-03-04T17:27:14.953Z Downloaded atomicwrites v0.4.4
12942026-03-04T17:27:14.955Z Downloaded defmt-parser v1.0.0
12952026-03-04T17:27:14.955Z Downloaded crc8 v0.1.1
12962026-03-04T17:27:14.955Z Downloaded crc v3.4.0
12972026-03-04T17:27:14.956Z Downloaded convert_case v0.4.0
12982026-03-04T17:27:14.958Z Downloaded cfg_aliases v0.1.1
12992026-03-04T17:27:14.959Z Downloaded assert_matches v1.5.0
13002026-03-04T17:27:14.959Z Downloaded darling_macro v0.21.3
13012026-03-04T17:27:14.959Z Downloaded cstr-argument v0.1.2
13022026-03-04T17:27:14.962Z Downloaded crunchy v0.2.4
13032026-03-04T17:27:14.962Z Downloaded clang-sys v1.8.1
13042026-03-04T17:27:14.962Z Downloaded chacha20 v0.9.1
13052026-03-04T17:27:14.965Z Downloaded bzip2 v0.4.4
13062026-03-04T17:27:14.965Z Downloaded buf-list v1.1.2
13072026-03-04T17:27:14.968Z Downloaded bitfield-struct v0.6.2
13082026-03-04T17:27:14.971Z Downloaded foreign-types-macros v0.2.3
13092026-03-04T17:27:14.971Z Downloaded fallible-iterator v0.2.0
13102026-03-04T17:27:14.971Z Downloaded derive_builder v0.20.2
13112026-03-04T17:27:14.974Z Downloaded crc-catalog v2.4.0
13122026-03-04T17:27:14.977Z Downloaded ctr v0.9.2
13132026-03-04T17:27:14.977Z Downloaded bit-set v0.5.3
13142026-03-04T17:27:14.980Z Downloaded bitfield-macros v0.19.4
13152026-03-04T17:27:14.980Z Downloaded arrayref v0.3.9
13162026-03-04T17:27:14.980Z Downloaded derive_builder_macro v0.20.2
13172026-03-04T17:27:14.980Z Downloaded ciborium-ll v0.2.2
13182026-03-04T17:27:14.983Z Downloaded base16ct v1.0.0
13192026-03-04T17:27:14.983Z Downloaded darling v0.23.0
13202026-03-04T17:27:14.986Z Downloaded env_filter v1.0.0
13212026-03-04T17:27:14.989Z Downloaded either v1.15.0
13222026-03-04T17:27:14.989Z Downloaded dropshot-api-manager-types v0.5.2
13232026-03-04T17:27:14.992Z Downloaded csv-core v0.1.13
13242026-03-04T17:27:14.992Z Downloaded const_format_proc_macros v0.2.34
13252026-03-04T17:27:14.995Z Downloaded cbc v0.1.2
13262026-03-04T17:27:14.995Z Downloaded camino-tempfile-ext v0.3.3
13272026-03-04T17:27:14.997Z Downloaded backoff v0.4.0
13282026-03-04T17:27:15.000Z Downloaded async-bb8-diesel v0.2.1
13292026-03-04T17:27:15.000Z Downloaded ahash v0.8.12
13302026-03-04T17:27:15.003Z Downloaded critical-section v1.2.0
13312026-03-04T17:27:15.007Z Downloaded cobs v0.3.0
13322026-03-04T17:27:15.007Z Downloaded base16ct v0.2.0
13332026-03-04T17:27:15.008Z Downloaded ascii-canvas v3.0.0
13342026-03-04T17:27:15.010Z Downloaded crossbeam-utils v0.8.21
13352026-03-04T17:27:15.011Z Downloaded dirs-sys-next v0.1.2
13362026-03-04T17:27:15.011Z Downloaded darling_macro v0.20.11
13372026-03-04T17:27:15.011Z Downloaded cpufeatures v0.3.0
13382026-03-04T17:27:15.014Z Downloaded block-padding v0.3.3
13392026-03-04T17:27:15.014Z Downloaded bitfield v0.19.4
13402026-03-04T17:27:15.014Z Downloaded argon2 v0.5.3
13412026-03-04T17:27:15.017Z Downloaded async-recursion v1.1.1
13422026-03-04T17:27:15.020Z Downloaded array-init v0.0.4
13432026-03-04T17:27:15.020Z Downloaded aead v0.5.2
13442026-03-04T17:27:15.413Z Downloaded aws-lc-sys v0.37.1
13452026-03-04T17:27:15.770Z Compiling libc v0.2.180
13462026-03-04T17:27:15.770Z Compiling serde v1.0.228
13472026-03-04T17:27:15.776Z Compiling log v0.4.29
13482026-03-04T17:27:15.776Z Compiling find-msvc-tools v0.1.9
13492026-03-04T17:27:15.776Z Compiling shlex v1.3.0
13502026-03-04T17:27:15.776Z Compiling smallvec v1.15.1
13512026-03-04T17:27:15.960Z Compiling syn v2.0.117
13522026-03-04T17:27:15.973Z Compiling typenum v1.19.0
13532026-03-04T17:27:16.276Z Compiling generic-array v0.14.7
13542026-03-04T17:27:16.343Z Compiling subtle v2.6.1
13552026-03-04T17:27:16.381Z Compiling scopeguard v1.2.0
13562026-03-04T17:27:16.514Z Compiling portable-atomic v1.13.1
13572026-03-04T17:27:16.586Z Compiling lock_api v0.4.14
13582026-03-04T17:27:16.633Z Compiling const-oid v0.9.6
13592026-03-04T17:27:16.694Z Compiling critical-section v1.2.0
13602026-03-04T17:27:16.737Z Compiling zerocopy v0.8.40
13612026-03-04T17:27:16.852Z Compiling parking_lot_core v0.9.12
13622026-03-04T17:27:17.037Z Compiling serde_json v1.0.149
13632026-03-04T17:27:17.454Z Compiling pin-project-lite v0.2.17
13642026-03-04T17:27:17.695Z Compiling pkg-config v0.3.32
13652026-03-04T17:27:17.732Z Compiling libm v0.2.16
13662026-03-04T17:27:18.228Z Compiling num-traits v0.2.19
13672026-03-04T17:27:18.368Z Compiling getrandom v0.2.17
13682026-03-04T17:27:18.371Z Compiling jobserver v0.1.34
13692026-03-04T17:27:18.561Z Compiling errno v0.3.14
13702026-03-04T17:27:18.803Z Compiling cc v1.2.56
13712026-03-04T17:27:18.832Z Compiling rand_core v0.6.4
13722026-03-04T17:27:18.855Z Compiling once_cell v1.21.3
13732026-03-04T17:27:18.998Z Compiling signal-hook-registry v1.4.8
13742026-03-04T17:27:19.218Z Compiling mio v1.1.1
13752026-03-04T17:27:19.299Z Compiling bitflags v2.11.0
13762026-03-04T17:27:19.392Z Compiling futures-core v0.3.32
13772026-03-04T17:27:19.595Z Compiling parking_lot v0.12.5
13782026-03-04T17:27:19.750Z Compiling socket2 v0.6.2
13792026-03-04T17:27:19.922Z Compiling percent-encoding v2.3.2
13802026-03-04T17:27:20.300Z Compiling allocator-api2 v0.2.21
13812026-03-04T17:27:20.372Z Compiling cpufeatures v0.2.17
13822026-03-04T17:27:20.442Z Compiling foldhash v0.2.0
13832026-03-04T17:27:20.501Z Compiling futures-sink v0.3.32
13842026-03-04T17:27:20.520Z Compiling futures-task v0.3.32
13852026-03-04T17:27:20.661Z Compiling futures-channel v0.3.32
13862026-03-04T17:27:20.691Z Compiling futures-io v0.3.32
13872026-03-04T17:27:20.850Z Compiling slab v0.4.12
13882026-03-04T17:27:20.872Z Compiling getrandom v0.4.1
13892026-03-04T17:27:20.979Z Compiling getrandom v0.3.4
13902026-03-04T17:27:21.052Z Compiling hashbrown v0.16.1
13912026-03-04T17:27:21.115Z Compiling rand_core v0.10.0
13922026-03-04T17:27:21.198Z Compiling rustversion v1.0.22
13932026-03-04T17:27:21.460Z Compiling cmake v0.1.57
13942026-03-04T17:27:22.347Z Compiling indexmap v2.13.0
13952026-03-04T17:27:22.409Z Compiling form_urlencoded v1.2.2
13962026-03-04T17:27:22.596Z Compiling dunce v1.0.5
13972026-03-04T17:27:22.733Z Compiling base64ct v1.8.3
13982026-03-04T17:27:22.751Z Compiling ident_case v1.0.1
13992026-03-04T17:27:22.754Z Compiling fs_extra v1.3.0
14002026-03-04T17:27:22.849Z Compiling flagset v0.4.7
14012026-03-04T17:27:22.942Z Compiling rand_core v0.9.5
14022026-03-04T17:27:23.084Z Compiling iana-time-zone v0.1.65
14032026-03-04T17:27:23.289Z Compiling aws-lc-sys v0.37.1
14042026-03-04T17:27:23.324Z Compiling pem-rfc7468 v0.7.0
14052026-03-04T17:27:23.388Z Compiling synstructure v0.13.2
14062026-03-04T17:27:23.478Z Compiling rustix v1.1.3
14072026-03-04T17:27:23.526Z Compiling ring v0.17.14
14082026-03-04T17:27:23.720Z Compiling uuid v1.21.0
14092026-03-04T17:27:23.828Z Compiling rustc_version v0.4.1
14102026-03-04T17:27:23.964Z Compiling vcpkg v0.2.15
14112026-03-04T17:27:24.495Z Compiling aws-lc-rs v1.16.0
14122026-03-04T17:27:24.527Z Compiling regex-syntax v0.8.10
14132026-03-04T17:27:25.047Z Compiling tracing-core v0.1.36
14142026-03-04T17:27:25.211Z Compiling crossbeam-utils v0.8.21
14152026-03-04T17:27:25.588Z Compiling openssl-sys v0.9.111
14162026-03-04T17:27:25.807Z Compiling pest_generator v2.8.6
14172026-03-04T17:27:26.217Z Compiling serde_derive_internals v0.29.1
14182026-03-04T17:27:26.740Z Compiling untrusted v0.9.0
14192026-03-04T17:27:26.937Z Compiling openssl-probe v0.2.1
14202026-03-04T17:27:27.287Z Compiling base64 v0.22.1
14212026-03-04T17:27:27.467Z Compiling syn v1.0.109
14222026-03-04T17:27:27.732Z Compiling httparse v1.10.1
14232026-03-04T17:27:27.974Z Compiling untrusted v0.7.1
14242026-03-04T17:27:28.071Z Compiling schemars v0.8.22
14252026-03-04T17:27:28.246Z Compiling serde_derive v1.0.228
14262026-03-04T17:27:28.266Z Compiling zeroize_derive v1.4.3
14272026-03-04T17:27:28.357Z Compiling zerofrom-derive v0.1.6
14282026-03-04T17:27:28.387Z Compiling yoke-derive v0.8.1
14292026-03-04T17:27:28.431Z Compiling zerocopy-derive v0.8.40
14302026-03-04T17:27:29.596Z Compiling zeroize v1.8.2
14312026-03-04T17:27:30.072Z Compiling zerovec-derive v0.11.2
14322026-03-04T17:27:30.204Z Compiling displaydoc v0.2.5
14332026-03-04T17:27:31.090Z Compiling tokio-macros v2.6.0
14342026-03-04T17:27:31.354Z Compiling crypto-common v0.1.7
14352026-03-04T17:27:31.607Z Compiling block-buffer v0.10.4
14362026-03-04T17:27:31.716Z Compiling zerofrom v0.1.6
14372026-03-04T17:27:31.784Z Compiling futures-macro v0.3.32
14382026-03-04T17:27:31.887Z Compiling digest v0.10.7
14392026-03-04T17:27:31.963Z Compiling yoke v0.8.1
14402026-03-04T17:27:32.373Z Compiling zerotrie v0.2.3
14412026-03-04T17:27:32.395Z Compiling hmac v0.12.1
14422026-03-04T17:27:32.648Z Compiling zerovec v0.11.5
14432026-03-04T17:27:32.682Z Compiling block-padding v0.3.3
14442026-03-04T17:27:32.685Z Compiling sha2 v0.10.9
14452026-03-04T17:27:32.963Z Compiling inout v0.1.4
14462026-03-04T17:27:33.018Z Compiling der_derive v0.7.3
14472026-03-04T17:27:33.262Z Compiling cipher v0.4.4
14482026-03-04T17:27:33.609Z Compiling futures-util v0.3.32
14492026-03-04T17:27:33.826Z Compiling tinystr v0.8.2
14502026-03-04T17:27:33.847Z Compiling potential_utf v0.1.4
14512026-03-04T17:27:34.148Z Compiling icu_collections v2.1.1
14522026-03-04T17:27:34.225Z Compiling icu_locale_core v2.1.1
14532026-03-04T17:27:35.130Z Compiling salsa20 v0.10.2
14542026-03-04T17:27:35.184Z Compiling der v0.7.10
14552026-03-04T17:27:35.360Z Compiling pbkdf2 v0.12.2
14562026-03-04T17:27:35.551Z Compiling thiserror-impl v2.0.18
14572026-03-04T17:27:36.135Z Compiling icu_provider v2.1.1
14582026-03-04T17:27:36.368Z Compiling scrypt v0.11.0
14592026-03-04T17:27:36.596Z Compiling bytes v1.11.1
14602026-03-04T17:27:36.751Z Compiling icu_normalizer v2.1.1
14612026-03-04T17:27:36.848Z Compiling icu_properties v2.1.2
14622026-03-04T17:27:37.912Z Compiling tokio v1.49.0
14632026-03-04T17:27:38.028Z Compiling http v1.4.0
14642026-03-04T17:27:38.050Z Compiling spki v0.7.3
14652026-03-04T17:27:38.427Z Compiling chrono v0.4.44
14662026-03-04T17:27:38.640Z Compiling thiserror v2.0.18
14672026-03-04T17:27:38.814Z Compiling aes v0.8.4
14682026-03-04T17:27:39.021Z Compiling cbc v0.1.2
14692026-03-04T17:27:39.282Z Compiling idna_adapter v1.2.1
14702026-03-04T17:27:39.481Z Compiling idna v1.1.0
14712026-03-04T17:27:39.606Z Compiling ppv-lite86 v0.2.21
14722026-03-04T17:27:39.807Z Compiling rustls-pki-types v1.14.0
14732026-03-04T17:27:40.116Z Compiling url v2.5.8
14742026-03-04T17:27:40.352Z Compiling rand_chacha v0.9.0
14752026-03-04T17:27:40.781Z Compiling tracing-attributes v0.1.31
14762026-03-04T17:27:40.938Z Compiling rand v0.9.2
14772026-03-04T17:27:41.336Z Compiling pkcs5 v0.7.1
14782026-03-04T17:27:41.686Z Compiling http-body v1.0.1
14792026-03-04T17:27:41.999Z Compiling pkcs8 v0.10.2
14802026-03-04T17:27:42.055Z Compiling schemars_derive v0.8.22
14812026-03-04T17:27:42.464Z Compiling scroll_derive v0.13.1
14822026-03-04T17:27:42.684Z Compiling pest_derive v2.8.6
14832026-03-04T17:27:43.428Z Compiling darling_core v0.20.11
14842026-03-04T17:27:43.891Z Compiling tinyvec_macros v0.1.1
14852026-03-04T17:27:43.913Z Compiling tracing v0.1.44
14862026-03-04T17:27:44.003Z Compiling tower-layer v0.3.3
14872026-03-04T17:27:44.290Z Compiling tower-service v0.3.3
14882026-03-04T17:27:44.322Z Compiling atomic-waker v1.1.2
14892026-03-04T17:27:44.404Z Compiling try-lock v0.2.5
14902026-03-04T17:27:44.437Z Compiling rustls v0.23.37
14912026-03-04T17:27:44.525Z Compiling dyn-clone v1.0.20
14922026-03-04T17:27:44.575Z Compiling want v0.3.1
14932026-03-04T17:27:44.749Z Compiling scroll v0.13.0
14942026-03-04T17:27:44.772Z Compiling tinyvec v1.10.0
14952026-03-04T17:27:45.263Z Compiling ipnet v2.11.0
14962026-03-04T17:27:45.579Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-04T17:27:46.123Z Compiling spin v0.9.8
14982026-03-04T17:27:46.290Z Compiling aho-corasick v1.1.4
14992026-03-04T17:27:46.438Z Compiling tokio-util v0.7.18
15002026-03-04T17:27:46.510Z Compiling openssl v0.10.75
15012026-03-04T17:27:46.962Z Compiling httpdate v1.0.3
15022026-03-04T17:27:47.433Z Compiling foreign-types-shared v0.1.1
15032026-03-04T17:27:47.586Z Compiling num-conv v0.2.0
15042026-03-04T17:27:47.868Z Compiling time-core v0.1.8
15052026-03-04T17:27:48.170Z Compiling h2 v0.4.13
15062026-03-04T17:27:48.215Z Compiling pin-utils v0.1.0
15072026-03-04T17:27:48.331Z Compiling crc32fast v1.5.0
15082026-03-04T17:27:48.823Z Compiling powerfmt v0.2.0
15092026-03-04T17:27:48.919Z Compiling tempfile v3.25.0
15102026-03-04T17:27:49.205Z Compiling deranged v0.5.8
15112026-03-04T17:27:49.311Z Compiling darling_macro v0.20.11
15122026-03-04T17:27:49.691Z Compiling regex-automata v0.4.14
15132026-03-04T17:27:50.192Z Compiling darling v0.20.11
15142026-03-04T17:27:50.329Z Compiling time-macros v0.2.27
15152026-03-04T17:27:50.520Z Compiling foreign-types v0.3.2
15162026-03-04T17:27:51.367Z Compiling goblin v0.10.5
15172026-03-04T17:27:51.657Z Compiling thiserror-impl v1.0.69
15182026-03-04T17:27:52.740Z Compiling openssl-macros v0.1.1
15192026-03-04T17:27:54.603Z Compiling wait-timeout v0.2.1
15202026-03-04T17:27:54.777Z Compiling native-tls v0.2.18
15212026-03-04T17:27:55.103Z Compiling hyper v1.8.1
15222026-03-04T17:27:55.136Z Compiling either v1.15.0
15232026-03-04T17:27:55.547Z Compiling num_threads v0.1.7
15242026-03-04T17:27:55.696Z Compiling usdt-impl v0.6.0
15252026-03-04T17:27:55.812Z Compiling simd-adler32 v0.3.8
15262026-03-04T17:27:56.087Z Compiling bit-vec v0.8.0
15272026-03-04T17:27:56.348Z Compiling siphasher v1.0.2
15282026-03-04T17:27:56.560Z Compiling quick-error v1.2.3
15292026-03-04T17:27:56.735Z Compiling bit-set v0.8.0
15302026-03-04T17:27:56.758Z Compiling rusty-fork v0.3.1
15312026-03-04T17:27:57.086Z Compiling time v0.3.47
15322026-03-04T17:27:57.445Z Compiling hyper-util v0.1.20
15332026-03-04T17:27:58.606Z Compiling dof v0.4.0
15342026-03-04T17:27:59.776Z Compiling thiserror v1.0.69
15352026-03-04T17:27:59.952Z Compiling derive_builder_core v0.20.2
15362026-03-04T17:28:01.073Z Compiling unicode-normalization v0.1.25
15372026-03-04T17:28:01.224Z Compiling crossbeam-epoch v0.9.18
15382026-03-04T17:28:01.824Z Compiling dtrace-parser v0.3.0
15392026-03-04T17:28:01.895Z Compiling rustls-native-certs v0.8.3
15402026-03-04T17:28:01.984Z Compiling signature v2.2.0
15412026-03-04T17:28:02.054Z Compiling scroll_derive v0.12.1
15422026-03-04T17:28:02.093Z Compiling heapless v0.7.17
15432026-03-04T17:28:02.319Z Compiling slog v2.8.2
15442026-03-04T17:28:02.466Z Compiling darling_core v0.21.3
15452026-03-04T17:28:02.540Z Compiling rand_xorshift v0.4.0
15462026-03-04T17:28:02.625Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-03-04T17:28:02.817Z Compiling sync_wrapper v1.0.2
15482026-03-04T17:28:02.991Z Compiling thread-id v5.1.0
15492026-03-04T17:28:03.119Z Compiling cookie v0.18.1
15502026-03-04T17:28:03.138Z Compiling unarray v0.1.4
15512026-03-04T17:28:03.306Z Compiling unicode-segmentation v1.12.0
15522026-03-04T17:28:03.371Z Compiling adler2 v2.0.1
15532026-03-04T17:28:03.429Z Compiling zstd-safe v7.2.4
15542026-03-04T17:28:03.592Z Compiling anyhow v1.0.102
15552026-03-04T17:28:03.614Z Compiling paste v1.0.15
15562026-03-04T17:28:03.782Z Compiling rayon-core v1.13.0
15572026-03-04T17:28:04.100Z Compiling unicode-bidi v0.3.18
15582026-03-04T17:28:04.103Z Compiling signal-hook v0.3.18
15592026-03-04T17:28:04.134Z Compiling unicode-properties v0.1.4
15602026-03-04T17:28:04.536Z Compiling miniz_oxide v0.8.9
15612026-03-04T17:28:04.580Z Compiling scroll v0.12.0
15622026-03-04T17:28:04.602Z Compiling proptest v1.10.0
15632026-03-04T17:28:04.730Z Compiling stringprep v0.1.5
15642026-03-04T17:28:05.189Z Compiling tower v0.5.3
15652026-03-04T17:28:05.992Z Compiling derive_builder_macro v0.20.2
15662026-03-04T17:28:06.200Z Compiling crossbeam-deque v0.8.6
15672026-03-04T17:28:06.222Z Compiling ipnetwork v0.21.1
15682026-03-04T17:28:06.249Z Compiling http-body-util v0.1.3
15692026-03-04T17:28:06.271Z Compiling webpki-roots v1.0.6
15702026-03-04T17:28:06.494Z Compiling rand_chacha v0.3.1
15712026-03-04T17:28:06.541Z Compiling erased-serde v0.3.31
15722026-03-04T17:28:06.717Z Compiling serde_tokenstream v0.2.3
15732026-03-04T17:28:06.849Z Compiling toml_datetime v0.6.11
15742026-03-04T17:28:07.008Z Compiling serde_spanned v0.6.9
15752026-03-04T17:28:07.261Z Compiling md-5 v0.10.6
15762026-03-04T17:28:07.394Z Compiling zerocopy-derive v0.7.35
15772026-03-04T17:28:07.423Z Compiling curve25519-dalek v4.1.3
15782026-03-04T17:28:07.565Z Compiling num-integer v0.1.46
15792026-03-04T17:28:07.899Z Compiling vergen-lib v0.1.6
15802026-03-04T17:28:08.125Z Compiling hash32 v0.2.1
15812026-03-04T17:28:08.262Z Compiling ff v0.13.1
15822026-03-04T17:28:08.291Z Compiling iri-string v0.7.10
15832026-03-04T17:28:08.496Z Compiling zlib-rs v0.6.2
15842026-03-04T17:28:08.497Z Compiling ryu v1.0.23
15852026-03-04T17:28:08.540Z Compiling base16ct v0.2.0
15862026-03-04T17:28:08.649Z Compiling darling_macro v0.21.3
15872026-03-04T17:28:08.835Z Compiling litrs v1.0.0
15882026-03-04T17:28:08.853Z Compiling fallible-iterator v0.2.0
15892026-03-04T17:28:09.323Z Compiling rustix v0.38.44
15902026-03-04T17:28:09.524Z Compiling psl-types v2.0.11
15912026-03-04T17:28:09.548Z Compiling smoltcp v0.9.1
15922026-03-04T17:28:09.755Z Compiling ref-cast v1.0.25
15932026-03-04T17:28:09.886Z Compiling num-bigint-dig v0.8.6
15942026-03-04T17:28:10.134Z Compiling document-features v0.2.12
15952026-03-04T17:28:10.235Z Compiling newtype-uuid v1.3.2
15962026-03-04T17:28:10.258Z Compiling publicsuffix v2.3.0
15972026-03-04T17:28:10.378Z Compiling darling v0.21.3
15982026-03-04T17:28:10.513Z Compiling postgres-protocol v0.6.10
15992026-03-04T17:28:10.550Z Compiling zerocopy v0.7.35
16002026-03-04T17:28:10.879Z Compiling sec1 v0.7.3
16012026-03-04T17:28:11.355Z Compiling tower-http v0.6.8
16022026-03-04T17:28:11.375Z Compiling serde_urlencoded v0.7.1
16032026-03-04T17:28:11.709Z Compiling group v0.13.0
16042026-03-04T17:28:11.944Z Compiling num-iter v0.1.45
16052026-03-04T17:28:12.035Z Compiling rand v0.8.5
16062026-03-04T17:28:12.126Z Compiling derive_builder v0.20.2
16072026-03-04T17:28:12.158Z Compiling oxnet v0.1.4
16082026-03-04T17:28:12.886Z Compiling proc-macro-error v1.0.4
16092026-03-04T17:28:13.018Z Compiling tokio-native-tls v0.3.1
16102026-03-04T17:28:13.050Z Compiling goblin v0.8.2
16112026-03-04T17:28:14.374Z Compiling heck v0.4.1
16122026-03-04T17:28:14.542Z Compiling phf_shared v0.13.1
16132026-03-04T17:28:14.581Z Compiling hubpack_derive v0.1.1
16142026-03-04T17:28:14.796Z Compiling regex v1.12.3
16152026-03-04T17:28:14.897Z Compiling flate2 v1.1.9
16162026-03-04T17:28:15.100Z Compiling lazy_static v1.5.0
16172026-03-04T17:28:15.260Z Compiling cargo-platform v0.1.9
16182026-03-04T17:28:15.431Z Compiling hkdf v0.12.4
16192026-03-04T17:28:15.719Z Compiling crypto-bigint v0.5.5
16202026-03-04T17:28:15.742Z Compiling daft-derive v0.1.5
16212026-03-04T17:28:15.762Z Compiling async-trait v0.1.89
16222026-03-04T17:28:15.768Z Compiling curve25519-dalek-derive v0.1.1
16232026-03-04T17:28:15.768Z Compiling strum_macros v0.27.2
16242026-03-04T17:28:17.149Z Compiling ref-cast-impl v1.0.25
16252026-03-04T17:28:17.347Z Compiling terminal_size v0.4.3
16262026-03-04T17:28:17.596Z Compiling vergen v9.0.6
16272026-03-04T17:28:17.945Z Compiling fs-err v3.3.0
16282026-03-04T17:28:18.159Z Compiling ahash v0.8.12
16292026-03-04T17:28:18.311Z Compiling managed v0.8.0
16302026-03-04T17:28:18.333Z Compiling object v0.37.3
16312026-03-04T17:28:18.542Z Compiling bitflags v1.3.2
16322026-03-04T17:28:18.671Z Compiling libbz2-rs-sys v0.2.2
16332026-03-04T17:28:18.738Z Compiling winnow v0.5.40
16342026-03-04T17:28:18.827Z Compiling bumpalo v3.20.2
16352026-03-04T17:28:19.370Z Compiling foldhash v0.1.5
16362026-03-04T17:28:19.697Z Compiling bzip2 v0.6.1
16372026-03-04T17:28:20.114Z Compiling hashbrown v0.15.5
16382026-03-04T17:28:20.284Z Compiling zopfli v0.8.3
16392026-03-04T17:28:20.531Z Compiling strum v0.27.2
16402026-03-04T17:28:20.741Z Compiling clap_builder v4.5.60
16412026-03-04T17:28:21.553Z Compiling dof v0.3.0
16422026-03-04T17:28:21.845Z Compiling console v0.16.2
16432026-03-04T17:28:22.065Z Compiling toml_edit v0.19.15
16442026-03-04T17:28:22.383Z Compiling elliptic-curve v0.13.8
16452026-03-04T17:28:23.366Z Compiling daft v0.1.5
16462026-03-04T17:28:23.448Z Compiling cargo_metadata v0.19.2
16472026-03-04T17:28:23.467Z Compiling hubpack v0.1.2
16482026-03-04T17:28:23.917Z Compiling phf v0.13.1
16492026-03-04T17:28:24.216Z Compiling zone_cfg_derive v0.3.1
16502026-03-04T17:28:25.602Z Compiling signal-hook-mio v0.2.5
16512026-03-04T17:28:26.585Z Compiling cookie_store v0.22.1
16522026-03-04T17:28:26.785Z Compiling zstd v0.13.3
16532026-03-04T17:28:27.365Z Compiling hyper-tls v0.6.0
16542026-03-04T17:28:27.789Z Compiling rayon v1.11.0
16552026-03-04T17:28:28.088Z Compiling bzip2 v0.4.4
16562026-03-04T17:28:28.479Z Compiling postgres-types v0.2.12
16572026-03-04T17:28:28.520Z Compiling serde_with_macros v3.17.0
16582026-03-04T17:28:29.754Z Compiling usdt-attr-macro v0.6.0
16592026-03-04T17:28:30.842Z Compiling usdt-macro v0.6.0
16602026-03-04T17:28:31.157Z Compiling ed25519 v2.2.3
16612026-03-04T17:28:31.402Z Compiling dtrace-parser v0.2.0
16622026-03-04T17:28:31.442Z Compiling phf_shared v0.11.3
16632026-03-04T17:28:31.723Z Compiling itertools v0.12.1
16642026-03-04T17:28:31.828Z Compiling bstr v1.12.1
16652026-03-04T17:28:31.956Z Compiling pkcs1 v0.7.5
16662026-03-04T17:28:32.370Z Compiling hex v0.4.3
16672026-03-04T17:28:32.890Z Compiling serde-big-array v0.5.1
16682026-03-04T17:28:32.980Z Compiling rfc6979 v0.4.0
16692026-03-04T17:28:33.147Z Compiling clap_derive v4.5.55
16702026-03-04T17:28:33.199Z Compiling strum_macros v0.26.4
16712026-03-04T17:28:33.224Z Compiling enum-as-inner v0.6.1
16722026-03-04T17:28:33.328Z Compiling serde_repr v0.1.20
16732026-03-04T17:28:33.389Z Compiling float-cmp v0.10.0
16742026-03-04T17:28:33.644Z Compiling thread-id v4.2.2
16752026-03-04T17:28:33.784Z Compiling memmap2 v0.9.10
16762026-03-04T17:28:34.219Z Compiling env_filter v1.0.0
16772026-03-04T17:28:34.273Z Compiling encoding_rs v0.8.35
16782026-03-04T17:28:34.402Z Compiling mime v0.3.17
16792026-03-04T17:28:34.632Z Compiling data-encoding v2.10.0
16802026-03-04T17:28:34.827Z Compiling unit-prefix v0.5.2
16812026-03-04T17:28:34.909Z Compiling fixedbitset v0.4.2
16822026-03-04T17:28:35.077Z Compiling whoami v2.1.0
16832026-03-04T17:28:35.345Z Compiling predicates-core v1.0.10
16842026-03-04T17:28:35.687Z Compiling new_debug_unreachable v1.0.6
16852026-03-04T17:28:35.805Z Compiling precomputed-hash v0.1.1
16862026-03-04T17:28:35.902Z Compiling fixedbitset v0.5.7
16872026-03-04T17:28:35.951Z Compiling jiff v0.2.21
16882026-03-04T17:28:36.379Z Compiling normalize-line-endings v0.3.0
16892026-03-04T17:28:36.536Z Compiling keccak v0.1.6
16902026-03-04T17:28:36.559Z Compiling difflib v0.4.0
16912026-03-04T17:28:37.178Z Compiling rustc-hash v2.1.1
16922026-03-04T17:28:37.387Z Compiling static_assertions v1.1.0
16932026-03-04T17:28:37.459Z Compiling strum v0.26.3
16942026-03-04T17:28:37.487Z Compiling clap v4.5.60
16952026-03-04T17:28:37.512Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-03-04T17:28:37.625Z Compiling iddqd v0.3.17
16972026-03-04T17:28:37.673Z Compiling predicates v3.1.4
16982026-03-04T17:28:37.860Z Compiling sha3 v0.10.8
16992026-03-04T17:28:37.959Z Compiling petgraph v0.8.3
17002026-03-04T17:28:38.922Z Compiling string_cache v0.8.9
17012026-03-04T17:28:38.955Z Compiling toml_edit v0.22.27
17022026-03-04T17:28:39.127Z Compiling tokio-postgres v0.7.16
17032026-03-04T17:28:39.344Z Compiling hickory-proto v0.25.2
17042026-03-04T17:28:40.320Z Compiling petgraph v0.6.5
17052026-03-04T17:28:42.693Z Compiling zip v4.6.1
17062026-03-04T17:28:43.819Z Compiling indicatif v0.18.4
17072026-03-04T17:28:44.272Z Compiling env_logger v0.11.9
17082026-03-04T17:28:44.533Z Compiling zone v0.3.1
17092026-03-04T17:28:44.926Z Compiling usdt v0.6.0
17102026-03-04T17:28:45.028Z Compiling usdt-impl v0.5.0
17112026-03-04T17:28:45.425Z Compiling ecdsa v0.16.9
17122026-03-04T17:28:45.779Z Compiling serde_with v3.17.0
17132026-03-04T17:28:45.983Z Compiling similar v2.7.0
17142026-03-04T17:28:46.111Z Compiling rsa v0.9.10
17152026-03-04T17:28:46.274Z Compiling ed25519-dalek v2.2.0
17162026-03-04T17:28:46.333Z Compiling crossterm v0.28.1
17172026-03-04T17:28:46.557Z Compiling zip v0.6.6
17182026-03-04T17:28:47.885Z Compiling toml v0.7.8
17192026-03-04T17:28:49.206Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-04T17:28:49.336Z Compiling itertools v0.13.0
17212026-03-04T17:28:49.490Z Compiling tokio-stream v0.1.18
17222026-03-04T17:28:50.152Z Compiling buf-list v1.1.2
17232026-03-04T17:28:50.400Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-04T17:28:50.709Z Compiling x509-cert v0.2.5
17252026-03-04T17:28:50.731Z Compiling openapiv3 v2.2.0
17262026-03-04T17:28:51.056Z Compiling sha1 v0.10.6
17272026-03-04T17:28:51.093Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-04T17:28:51.496Z Compiling peg-runtime v0.8.5
17292026-03-04T17:28:51.685Z Compiling lalrpop-util v0.19.12
17302026-03-04T17:28:52.043Z Compiling thread_local v1.1.9
17312026-03-04T17:28:52.059Z Compiling slog-async v2.8.0
17322026-03-04T17:28:52.287Z Compiling crossbeam-channel v0.5.15
17332026-03-04T17:28:52.569Z Compiling futures-executor v0.3.32
17342026-03-04T17:28:52.720Z Compiling is-terminal v0.4.17
17352026-03-04T17:28:52.874Z Compiling filetime v0.2.27
17362026-03-04T17:28:53.038Z Compiling xattr v1.6.1
17372026-03-04T17:28:53.196Z Compiling term v1.2.1
17382026-03-04T17:28:53.325Z Compiling take_mut v0.2.2
17392026-03-04T17:28:53.364Z Compiling tar v0.4.44
17402026-03-04T17:28:53.967Z Compiling slog-term v2.9.2
17412026-03-04T17:28:54.483Z Compiling futures v0.3.32
17422026-03-04T17:29:03.353Z Compiling rustls-webpki v0.103.9
17432026-03-04T17:29:08.357Z Compiling tokio-rustls v0.26.4
17442026-03-04T17:29:08.357Z Compiling rustls-platform-verifier v0.6.2
17452026-03-04T17:29:08.728Z Compiling hyper-rustls v0.27.7
17462026-03-04T17:29:09.105Z Compiling reqwest v0.12.28
17472026-03-04T17:29:09.248Z Compiling reqwest v0.13.2
17482026-03-04T17:29:13.334Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-04T17:29:13.641Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-04T17:29:18.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s
17512026-03-04T17:29:18.298Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-04T17:29:18.354ZMar 04 17:29:16.957 INFO Starting download, target: Clickhouse
17532026-03-04T17:29:18.354ZMar 04 17:29:16.958 INFO Starting download, target: Cockroach
17542026-03-04T17:29:18.354ZMar 04 17:29:16.958 INFO Starting download, target: Console
17552026-03-04T17:29:18.354ZMar 04 17:29:16.958 INFO Starting download, target: DendriteStub
17562026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Starting download, target: MaghemiteMgd
17572026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Starting download, target: TransceiverControl
17582026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-03-04T17:29:18.357ZMar 04 17:29:16.958 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-03-04T17:29:18.358ZMar 04 17:29:16.958 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-04T17:29:18.885ZMar 04 17:29:17.483 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-04T17:29:19.432ZMar 04 17:29:18.028 INFO Download complete, target: TransceiverControl
17662026-03-04T17:29:19.445ZMar 04 17:29:18.041 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-03-04T17:29:19.745ZMar 04 17:29:18.345 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-04T17:29:20.138ZMar 04 17:29:18.740 INFO Download complete, target: Console
17692026-03-04T17:29:20.446ZMar 04 17:29:19.048 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-03-04T17:29:20.492ZMar 04 17:29:19.095 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-04T17:29:20.699ZMar 04 17:29:19.301 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-04T17:29:20.699ZMar 04 17:29:19.302 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-04T17:29:24.709ZMar 04 17:29:23.311 INFO Download complete, target: DendriteStub
17742026-03-04T17:29:25.443ZMar 04 17:29:24.046 INFO Download complete, target: MaghemiteMgd
17752026-03-04T17:29:30.817ZMar 04 17:29:29.419 INFO Checking that binary works, target: Cockroach
17762026-03-04T17:29:30.953ZMar 04 17:29:29.554 INFO Download complete, target: Cockroach
17772026-03-04T17:29:35.076ZMar 04 17:29:33.677 INFO Checking that binary works, target: Clickhouse
17782026-03-04T17:29:35.244ZMar 04 17:29:33.845 INFO Download complete, target: Clickhouse
17792026-03-04T17:29:35.262ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-04T17:29:35.265Z
17812026-03-04T17:29:35.265Zreal 6:24.038342452
17822026-03-04T17:29:35.265Zuser 17:12.148906261
17832026-03-04T17:29:35.265Zsys 2:26.980150522
17842026-03-04T17:29:35.265Ztrap 0.638177207
17852026-03-04T17:29:35.265Ztflt 0.787345852
17862026-03-04T17:29:35.265Zdflt 0.733108300
17872026-03-04T17:29:35.265Zkflt 0.024045148
17882026-03-04T17:29:35.265Zlock 39:34.434554292
17892026-03-04T17:29:35.265Zslp 1:05:12.567397565
17902026-03-04T17:29:35.265Zlat 1:10.627777627
17912026-03-04T17:29:35.265Zstop 3:09.136853299
17922026-03-04T17:29:35.265Z+ banner clippy
17932026-03-04T17:29:35.270Z
17942026-03-04T17:29:35.270Z #### # # ##### ##### # #
17952026-03-04T17:29:35.270Z # # # # # # # # # #
17962026-03-04T17:29:35.270Z # # # # # # # #
17972026-03-04T17:29:35.270Z # # # ##### ##### #
17982026-03-04T17:29:35.270Z # # # # # # #
17992026-03-04T17:29:35.270Z #### ###### # # # #
18002026-03-04T17:29:35.270Z
18012026-03-04T17:29:35.270Z+ export CARGO_INCREMENTAL=0
18022026-03-04T17:29:35.270Z+ CARGO_INCREMENTAL=0
18032026-03-04T17:29:35.270Z+ ptime -m cargo xtask clippy
18042026-03-04T17:29:36.049Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-04T17:29:36.338Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-04T17:29:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
18072026-03-04T17:29:39.422Z Running `target/debug/xtask clippy`
18082026-03-04T17:29:39.447Zrunning: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
18092026-03-04T17:29:40.335Z Downloading crates ...
18102026-03-04T17:29:40.637Z Downloaded assert-json-diff v2.0.2
18112026-03-04T17:29:40.642Z Downloaded addr2line v0.25.1
18122026-03-04T17:29:40.646Z Downloaded anes v0.1.6
18132026-03-04T17:29:40.649Z Downloaded approx v0.5.1
18142026-03-04T17:29:40.652Z Downloaded async-lock v3.4.2
18152026-03-04T17:29:40.654Z Downloaded assert_cmd v2.1.2
18162026-03-04T17:29:40.654Z Downloaded httptest v0.16.4
18172026-03-04T17:29:40.657Z Downloaded target-spec v3.5.7
18182026-03-04T17:29:40.661Z Downloaded rstest v0.25.0
18192026-03-04T17:29:40.664Z Downloaded parking v2.2.1
18202026-03-04T17:29:40.676Z Downloaded linkme v0.3.35
18212026-03-04T17:29:40.679Z Downloaded supports-unicode v2.1.0
18222026-03-04T17:29:40.682Z Downloaded textwrap v0.15.2
18232026-03-04T17:29:40.682Z Downloaded guppy-workspace-hack v0.1.0
18242026-03-04T17:29:40.685Z Downloaded escape8259 v0.5.3
18252026-03-04T17:29:40.685Z Downloaded cast v0.3.0
18262026-03-04T17:29:40.685Z Downloaded criterion-plot v0.6.0
18272026-03-04T17:29:40.689Z Downloaded terminal_size v0.1.17
18282026-03-04T17:29:40.692Z Downloaded supports-hyperlinks v2.1.0
18292026-03-04T17:29:40.695Z Downloaded supports-color v2.1.0
18302026-03-04T17:29:40.695Z Downloaded nested v0.1.1
18312026-03-04T17:29:40.698Z Downloaded target-triple v1.0.0
18322026-03-04T17:29:40.698Z Downloaded linkme-impl v0.3.35
18332026-03-04T17:29:40.701Z Downloaded pathdiff v0.2.3
18342026-03-04T17:29:40.704Z Downloaded libtest-mimic v0.8.1
18352026-03-04T17:29:40.707Z Downloaded serde_regex v1.1.0
18362026-03-04T17:29:40.707Z Downloaded relative-path v1.9.3
18372026-03-04T17:29:40.707Z Downloaded path-tree v0.8.3
18382026-03-04T17:29:40.710Z Downloaded plotters-backend v0.3.7
18392026-03-04T17:29:40.715Z Downloaded event-listener-strategy v0.5.4
18402026-03-04T17:29:40.715Z Downloaded cargo-platform v0.3.2
18412026-03-04T17:29:40.718Z Downloaded constant_time_eq v0.3.1
18422026-03-04T17:29:40.721Z Downloaded miette-derive v5.10.0
18432026-03-04T17:29:40.723Z Downloaded toml_datetime v1.0.0+spec-1.1.0
18442026-03-04T17:29:40.726Z Downloaded termcolor v1.4.1
18452026-03-04T17:29:40.738Z Downloaded backtrace-ext v0.2.1
18462026-03-04T17:29:40.742Z Downloaded similar-asserts v1.7.0
18472026-03-04T17:29:40.745Z Downloaded plotters-svg v0.3.7
18482026-03-04T17:29:40.745Z Downloaded async-object-pool v0.2.0
18492026-03-04T17:29:40.752Z Downloaded rand_distr v0.5.1
18502026-03-04T17:29:40.757Z Downloaded partial-io v0.5.4
18512026-03-04T17:29:40.760Z Downloaded owo-colors v3.5.0
18522026-03-04T17:29:40.763Z Downloaded futures-timer v3.0.3
18532026-03-04T17:29:40.767Z Downloaded target-lexicon v0.13.3
18542026-03-04T17:29:40.767Z Downloaded rust-argon2 v2.1.0
18552026-03-04T17:29:40.772Z Downloaded cargo_metadata v0.23.1
18562026-03-04T17:29:40.772Z Downloaded tinytemplate v1.2.1
18572026-03-04T17:29:40.776Z Downloaded stringmetrics v2.2.2
18582026-03-04T17:29:40.776Z Downloaded rustc-demangle v0.1.27
18592026-03-04T17:29:40.780Z Downloaded concurrent-queue v2.5.0
18602026-03-04T17:29:40.786Z Downloaded trybuild v1.0.116
18612026-03-04T17:29:40.790Z Downloaded toml v1.0.3+spec-1.1.0
18622026-03-04T17:29:40.794Z Downloaded miette v5.10.0
18632026-03-04T17:29:40.797Z Downloaded rstest_macros v0.25.0
18642026-03-04T17:29:40.802Z Downloaded blake2b_simd v1.0.4
18652026-03-04T17:29:40.802Z Downloaded oorandom v11.1.5
18662026-03-04T17:29:40.805Z Downloaded knuffel-derive v3.2.0
18672026-03-04T17:29:40.805Z Downloaded cfg-expr v0.20.6
18682026-03-04T17:29:40.808Z Downloaded backtrace v0.3.76
18692026-03-04T17:29:40.812Z Downloaded event-listener v5.4.1
18702026-03-04T17:29:40.815Z Downloaded datatest-stable v0.3.3
18712026-03-04T17:29:40.818Z Downloaded chumsky v0.9.3
18722026-03-04T17:29:40.821Z Downloaded knuffel v3.2.0
18732026-03-04T17:29:40.826Z Downloaded fancy-regex v0.14.0
18742026-03-04T17:29:40.840Z Downloaded hashbrown v0.14.5
18752026-03-04T17:29:40.844Z Downloaded guppy v0.17.25
18762026-03-04T17:29:40.849Z Downloaded criterion v0.7.0
18772026-03-04T17:29:40.855Z Downloaded plotters v0.3.7
18782026-03-04T17:29:40.863Z Downloaded gimli v0.32.3
18792026-03-04T17:29:40.981Z Downloaded httpmock v0.8.3
18802026-03-04T17:29:43.176Z Checking cfg-if v1.0.4
18812026-03-04T17:29:43.590Z Checking libc v0.2.180
18822026-03-04T17:29:43.593Z Checking serde_core v1.0.228
18832026-03-04T17:29:43.674Z Checking memchr v2.8.0
18842026-03-04T17:29:43.718Z Checking smallvec v1.15.1
18852026-03-04T17:29:43.763Z Checking log v0.4.29
18862026-03-04T17:29:43.763Z Checking itoa v1.0.17
18872026-03-04T17:29:43.874Z Checking zeroize v1.8.2
18882026-03-04T17:29:43.939Z Checking libm v0.2.16
18892026-03-04T17:29:44.062Z Checking scopeguard v1.2.0
18902026-03-04T17:29:44.123Z Checking stable_deref_trait v1.2.1
18912026-03-04T17:29:44.180Z Checking zmij v1.0.21
18922026-03-04T17:29:44.234Z Checking zerofrom v0.1.6
18932026-03-04T17:29:44.286Z Checking lock_api v0.4.14
18942026-03-04T17:29:44.348Z Checking percent-encoding v2.3.2
18952026-03-04T17:29:44.466Z Checking litemap v0.8.1
18962026-03-04T17:29:44.518Z Checking yoke v0.8.1
18972026-03-04T17:29:44.610Z Checking errno v0.3.14
18982026-03-04T17:29:44.666Z Checking getrandom v0.2.17
18992026-03-04T17:29:44.669Z Checking writeable v0.6.2
19002026-03-04T17:29:44.773Z Checking subtle v2.6.1
19012026-03-04T17:29:44.827Z Checking icu_properties_data v2.1.2
19022026-03-04T17:29:44.921Z Checking icu_normalizer_data v2.1.1
19032026-03-04T17:29:44.939Z Checking zerovec v0.11.5
19042026-03-04T17:29:44.990Z Checking zerotrie v0.2.3
19052026-03-04T17:29:45.046Z Checking rand_core v0.6.4
19062026-03-04T17:29:45.050Z Checking form_urlencoded v1.2.2
19072026-03-04T17:29:45.144Z Checking portable-atomic v1.13.1
19082026-03-04T17:29:45.147Z Checking pin-project-lite v0.2.17
19092026-03-04T17:29:45.326Z Checking utf8_iter v1.0.4
19102026-03-04T17:29:45.391Z Checking critical-section v1.2.0
19112026-03-04T17:29:45.433Z Checking zerocopy v0.8.40
19122026-03-04T17:29:45.492Z Checking parking_lot_core v0.9.12
19132026-03-04T17:29:45.565Z Checking rand_core v0.10.0
19142026-03-04T17:29:45.628Z Checking signal-hook-registry v1.4.8
19152026-03-04T17:29:45.737Z Checking num-traits v0.2.19
19162026-03-04T17:29:45.867Z Checking getrandom v0.4.1
19172026-03-04T17:29:45.927Z Checking parking_lot v0.12.5
19182026-03-04T17:29:46.017Z Checking mio v1.1.1
19192026-03-04T17:29:46.063Z Checking tinystr v0.8.2
19202026-03-04T17:29:46.217Z Checking potential_utf v0.1.4
19212026-03-04T17:29:46.268Z Checking once_cell v1.21.3
19222026-03-04T17:29:46.336Z Checking typenum v1.19.0
19232026-03-04T17:29:46.429Z Checking icu_locale_core v2.1.1
19242026-03-04T17:29:46.495Z Checking icu_collections v2.1.1
19252026-03-04T17:29:46.616Z Checking socket2 v0.6.2
19262026-03-04T17:29:46.683Z Checking iana-time-zone v0.1.65
19272026-03-04T17:29:46.925Z Checking thiserror v2.0.18
19282026-03-04T17:29:47.153Z Checking allocator-api2 v0.2.21
19292026-03-04T17:29:47.219Z Checking futures-core v0.3.32
19302026-03-04T17:29:47.268Z Checking equivalent v1.0.2
19312026-03-04T17:29:47.346Z Checking const-oid v0.9.6
19322026-03-04T17:29:47.449Z Checking dyn-clone v1.0.20
19332026-03-04T17:29:47.528Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19342026-03-04T17:29:47.587Z Checking generic-array v0.14.7
19352026-03-04T17:29:47.595Z Checking serde v1.0.228
19362026-03-04T17:29:47.704Z Checking bitflags v2.11.0
19372026-03-04T17:29:47.760Z Checking serde_json v1.0.149
19382026-03-04T17:29:47.821Z Checking icu_provider v2.1.1
19392026-03-04T17:29:47.926Z Checking semver v1.0.27
19402026-03-04T17:29:48.050Z Checking uuid v1.21.0
19412026-03-04T17:29:48.358Z Checking foldhash v0.2.0
19422026-03-04T17:29:48.363Z Checking icu_normalizer v2.1.1
19432026-03-04T17:29:48.681Z Checking bytes v1.11.1
19442026-03-04T17:29:48.729Z Checking icu_properties v2.1.2
19452026-03-04T17:29:48.783Z Checking crypto-common v0.1.7
19462026-03-04T17:29:48.836Z Checking chrono v0.4.44
19472026-03-04T17:29:49.053Z Checking hashbrown v0.16.1
19482026-03-04T17:29:49.196Z Checking block-buffer v0.10.4
19492026-03-04T17:29:49.302Z Checking futures-sink v0.3.32
19502026-03-04T17:29:49.439Z Checking rustix v1.1.3
19512026-03-04T17:29:49.503Z Checking digest v0.10.7
19522026-03-04T17:29:49.553Z Checking byteorder v1.5.0
19532026-03-04T17:29:49.729Z Checking tokio v1.49.0
19542026-03-04T17:29:49.930Z Checking futures-channel v0.3.32
19552026-03-04T17:29:50.047Z Checking futures-task v0.3.32
19562026-03-04T17:29:50.191Z Checking futures-io v0.3.32
19572026-03-04T17:29:50.342Z Checking slab v0.4.12
19582026-03-04T17:29:50.398Z Checking cpufeatures v0.2.17
19592026-03-04T17:29:50.459Z Checking indexmap v2.13.0
19602026-03-04T17:29:50.558Z Checking thiserror v1.0.69
19612026-03-04T17:29:50.689Z Checking futures-util v0.3.32
19622026-03-04T17:29:50.751Z Checking idna_adapter v1.2.1
19632026-03-04T17:29:50.808Z Checking getrandom v0.3.4
19642026-03-04T17:29:50.931Z Checking fnv v1.0.7
19652026-03-04T17:29:51.009Z Checking idna v1.1.0
19662026-03-04T17:29:51.120Z Checking regex-syntax v0.8.10
19672026-03-04T17:29:51.181Z Checking http v1.4.0
19682026-03-04T17:29:51.564Z Checking tracing-core v0.1.36
19692026-03-04T17:29:51.613Z Checking url v2.5.8
19702026-03-04T17:29:51.725Z Checking base64 v0.22.1
19712026-03-04T17:29:52.292Z Checking tracing v0.1.44
19722026-03-04T17:29:52.296Z Checking unicode-ident v1.0.24
19732026-03-04T17:29:52.545Z Checking ipnet v2.11.0
19742026-03-04T17:29:52.600Z Checking utf8parse v0.2.2
19752026-03-04T17:29:52.649Z Checking schemars v0.8.22
19762026-03-04T17:29:52.719Z Checking anstyle v1.0.13
19772026-03-04T17:29:52.798Z Checking proc-macro2 v1.0.106
19782026-03-04T17:29:53.113Z Checking untrusted v0.9.0
19792026-03-04T17:29:53.117Z Checking ppv-lite86 v0.2.21
19802026-03-04T17:29:53.225Z Checking anstyle-parse v0.2.7
19812026-03-04T17:29:53.352Z Checking ring v0.17.14
19822026-03-04T17:29:53.527Z Checking quote v1.0.44
19832026-03-04T17:29:53.588Z Checking aho-corasick v1.1.4
19842026-03-04T17:29:53.935Z Checking colorchoice v1.0.4
19852026-03-04T17:29:53.995Z Checking is_terminal_polyfill v1.70.2
19862026-03-04T17:29:54.155Z Checking anstyle-query v1.1.5
19872026-03-04T17:29:54.217Z Checking base64ct v1.8.3
19882026-03-04T17:29:54.265Z Checking syn v2.0.117
19892026-03-04T17:29:54.354Z Checking anstream v0.6.21
19902026-03-04T17:29:54.415Z Checking block-padding v0.3.3
19912026-03-04T17:29:54.704Z Checking inout v0.1.4
19922026-03-04T17:29:54.763Z Checking terminal_size v0.4.3
19932026-03-04T17:29:54.821Z Checking rustls-pki-types v1.14.0
19942026-03-04T17:29:54.984Z Checking crossbeam-utils v0.8.21
19952026-03-04T17:29:55.042Z Checking httparse v1.10.1
19962026-03-04T17:29:55.188Z Checking regex-automata v0.4.14
19972026-03-04T17:29:55.261Z Checking cipher v0.4.4
19982026-03-04T17:29:55.452Z Checking strsim v0.11.1
19992026-03-04T17:29:55.513Z Checking clap_lex v1.0.0
20002026-03-04T17:29:55.657Z Checking sha2 v0.10.9
20012026-03-04T17:29:55.732Z Checking pem-rfc7468 v0.7.0
20022026-03-04T17:29:55.790Z Checking http-body v1.0.1
20032026-03-04T17:29:55.849Z Checking rand_core v0.9.5
20042026-03-04T17:29:55.852Z Checking clap_builder v4.5.60
20052026-03-04T17:29:56.043Z Checking atomic-waker v1.1.2
20062026-03-04T17:29:56.102Z Checking hmac v0.12.1
20072026-03-04T17:29:56.218Z Checking try-lock v0.2.5
20082026-03-04T17:29:56.280Z Checking httpdate v1.0.3
20092026-03-04T17:29:56.283Z Checking flagset v0.4.7
20102026-03-04T17:29:56.389Z Checking ryu v1.0.23
20112026-03-04T17:29:56.444Z Checking want v0.3.1
20122026-03-04T17:29:56.590Z Checking pin-utils v0.1.0
20132026-03-04T17:29:56.650Z Checking tower-service v0.3.3
20142026-03-04T17:29:56.703Z Checking tower-layer v0.3.3
20152026-03-04T17:29:56.761Z Checking der v0.7.10
20162026-03-04T17:29:56.766Z Checking rand_chacha v0.9.0
20172026-03-04T17:29:56.881Z Checking erased-serde v0.3.31
20182026-03-04T17:29:56.885Z Checking tokio-util v0.7.18
20192026-03-04T17:29:57.078Z Checking spin v0.9.8
20202026-03-04T17:29:57.231Z Checking rand v0.9.2
20212026-03-04T17:29:57.483Z Checking anyhow v1.0.102
20222026-03-04T17:29:57.940Z Checking http-body-util v0.1.3
20232026-03-04T17:29:58.044Z Checking slog v2.8.2
20242026-03-04T17:29:58.358Z Checking aws-lc-sys v0.37.1
20252026-03-04T17:29:58.422Z Checking h2 v0.4.13
20262026-03-04T17:29:58.481Z Checking untrusted v0.7.1
20272026-03-04T17:29:58.576Z Checking powerfmt v0.2.0
20282026-03-04T17:29:58.646Z Checking time-core v0.1.8
20292026-03-04T17:29:58.714Z Checking num_threads v0.1.7
20302026-03-04T17:29:58.792Z Checking clap v4.5.60
20312026-03-04T17:29:58.904Z Checking fastrand v2.3.0
20322026-03-04T17:29:58.955Z Checking deranged v0.5.8
20332026-03-04T17:29:59.010Z Checking openssl-probe v0.2.1
20342026-03-04T17:29:59.013Z Checking num-conv v0.2.0
20352026-03-04T17:29:59.238Z Checking spki v0.7.3
20362026-03-04T17:29:59.241Z Checking serde_urlencoded v0.7.1
20372026-03-04T17:29:59.354Z Checking pbkdf2 v0.12.2
20382026-03-04T17:29:59.590Z Checking aes v0.8.4
20392026-03-04T17:29:59.593Z Checking regex v1.12.3
20402026-03-04T17:29:59.704Z Checking rand_chacha v0.3.1
20412026-03-04T17:29:59.771Z Checking pretty-hex v0.4.1
20422026-03-04T17:30:00.002Z Checking aws-lc-rs v1.16.0
20432026-03-04T17:30:00.062Z Checking unicode-width v0.2.0
20442026-03-04T17:30:00.215Z Checking rand v0.8.5
20452026-03-04T17:30:00.279Z Checking cbc v0.1.2
20462026-03-04T17:30:00.338Z Checking salsa20 v0.10.2
20472026-03-04T17:30:00.476Z Checking ipnetwork v0.21.1
20482026-03-04T17:30:00.553Z Checking tempfile v3.25.0
20492026-03-04T17:30:00.556Z Checking hex v0.4.3
20502026-03-04T17:30:00.667Z Checking scrypt v0.11.0
20512026-03-04T17:30:00.899Z Checking plain v0.2.3
20522026-03-04T17:30:00.977Z Checking pkcs5 v0.7.1
20532026-03-04T17:30:01.038Z Checking rustls-native-certs v0.8.3
20542026-03-04T17:30:01.130Z Checking camino v1.2.2
20552026-03-04T17:30:01.133Z Checking sync_wrapper v1.0.2
20562026-03-04T17:30:01.294Z Checking mime v0.3.17
20572026-03-04T17:30:01.355Z Checking time v0.3.47
20582026-03-04T17:30:01.413Z Checking ucd-trie v0.1.7
20592026-03-04T17:30:01.499Z Checking tower v0.5.3
20602026-03-04T17:30:01.556Z Checking pkcs8 v0.10.2
20612026-03-04T17:30:01.679Z Checking pest v2.8.6
20622026-03-04T17:30:01.734Z Checking webpki-roots v1.0.6
20632026-03-04T17:30:01.786Z Checking iri-string v0.7.10
20642026-03-04T17:30:01.923Z Checking rustls-webpki v0.103.9
20652026-03-04T17:30:01.985Z Checking either v1.15.0
20662026-03-04T17:30:02.045Z Checking openapiv3 v2.2.0
20672026-03-04T17:30:02.400Z Checking foreign-types-shared v0.1.1
20682026-03-04T17:30:02.458Z Checking openssl-sys v0.9.111
20692026-03-04T17:30:02.588Z Checking foreign-types v0.3.2
20702026-03-04T17:30:02.756Z Checking encoding_rs v0.8.35
20712026-03-04T17:30:02.847Z Checking rustls v0.23.37
20722026-03-04T17:30:03.790Z Checking winnow v0.7.14
20732026-03-04T17:30:04.185Z Checking openssl v0.10.75
20742026-03-04T17:30:04.312Z Checking oxnet v0.1.4
20752026-03-04T17:30:04.374Z Checking tower-http v0.6.8
20762026-03-04T17:30:04.550Z Checking hyper v1.8.1
20772026-03-04T17:30:04.834Z Checking lazy_static v1.5.0
20782026-03-04T17:30:05.013Z Checking static_assertions v1.1.0
20792026-03-04T17:30:05.076Z Checking signature v2.2.0
20802026-03-04T17:30:05.079Z Checking simd-adler32 v0.3.8
20812026-03-04T17:30:05.190Z Checking hubpack v0.1.2
20822026-03-04T17:30:05.391Z Checking adler2 v2.0.1
20832026-03-04T17:30:05.449Z Checking strum v0.26.3
20842026-03-04T17:30:05.507Z Checking sha1 v0.10.6
20852026-03-04T17:30:05.567Z Checking tinyvec_macros v0.1.1
20862026-03-04T17:30:05.619Z Checking miniz_oxide v0.8.9
20872026-03-04T17:30:05.680Z Checking data-encoding v2.10.0
20882026-03-04T17:30:05.735Z Checking tinyvec v1.10.0
20892026-03-04T17:30:05.849Z Checking toml_datetime v0.6.11
20902026-03-04T17:30:06.269Z Checking serde_spanned v0.6.9
20912026-03-04T17:30:06.337Z Checking num-integer v0.1.46
20922026-03-04T17:30:06.483Z Checking scroll v0.13.0
20932026-03-04T17:30:06.543Z Checking bit-vec v0.8.0
20942026-03-04T17:30:06.546Z Checking base16ct v0.2.0
20952026-03-04T17:30:06.656Z Checking crossbeam-epoch v0.9.18
20962026-03-04T17:30:06.659Z Checking hyper-util v0.1.20
20972026-03-04T17:30:06.811Z Checking crc32fast v1.5.0
20982026-03-04T17:30:06.876Z Checking sec1 v0.7.3
20992026-03-04T17:30:06.973Z Checking bit-set v0.8.0
21002026-03-04T17:30:07.032Z Checking goblin v0.10.5
21012026-03-04T17:30:07.107Z Checking ff v0.13.1
21022026-03-04T17:30:07.171Z Checking memmap2 v0.9.10
21032026-03-04T17:30:07.303Z Checking wait-timeout v0.2.1
21042026-03-04T17:30:07.365Z Checking num-iter v0.1.45
21052026-03-04T17:30:07.417Z Checking group v0.13.0
21062026-03-04T17:30:07.533Z Checking dtrace-parser v0.3.0
21072026-03-04T17:30:07.594Z Checking bstr v1.12.1
21082026-03-04T17:30:07.649Z Checking hkdf v0.12.4
21092026-03-04T17:30:07.738Z Checking ahash v0.8.12
21102026-03-04T17:30:07.929Z Checking crypto-bigint v0.5.5
21112026-03-04T17:30:08.062Z Checking scroll v0.12.0
21122026-03-04T17:30:08.167Z Checking thread-id v5.1.0
21132026-03-04T17:30:08.229Z Checking tokio-rustls v0.26.4
21142026-03-04T17:30:08.352Z Checking quick-error v1.2.3
21152026-03-04T17:30:08.476Z Checking rand_xorshift v0.4.0
21162026-03-04T17:30:08.559Z Checking goblin v0.8.2
21172026-03-04T17:30:08.562Z Checking rusty-fork v0.3.1
21182026-03-04T17:30:08.718Z Checking zerocopy v0.7.35
21192026-03-04T17:30:08.774Z Checking unarray v0.1.4
21202026-03-04T17:30:08.976Z Checking num-bigint-dig v0.8.6
21212026-03-04T17:30:09.034Z Checking proptest v1.10.0
21222026-03-04T17:30:09.160Z Checking native-tls v0.2.18
21232026-03-04T17:30:09.508Z Checking hyper-rustls v0.27.7
21242026-03-04T17:30:09.569Z Checking tokio-native-tls v0.3.1
21252026-03-04T17:30:09.902Z Checking hyper-tls v0.6.0
21262026-03-04T17:30:09.984Z Checking dtrace-parser v0.2.0
21272026-03-04T17:30:10.044Z Checking pkcs1 v0.7.5
21282026-03-04T17:30:10.269Z Checking reqwest v0.12.28
21292026-03-04T17:30:10.535Z Checking x509-cert v0.2.5
21302026-03-04T17:30:10.591Z Checking thread-id v4.2.2
21312026-03-04T17:30:10.647Z Checking elliptic-curve v0.13.8
21322026-03-04T17:30:10.754Z Checking zlib-rs v0.6.2
21332026-03-04T17:30:11.078Z Checking unicode-segmentation v1.12.0
21342026-03-04T17:30:11.333Z Checking rsa v0.9.10
21352026-03-04T17:30:11.841Z Checking crossbeam-deque v0.8.6
21362026-03-04T17:30:12.146Z Checking rfc6979 v0.4.0
21372026-03-04T17:30:12.206Z Checking toml_write v0.1.2
21382026-03-04T17:30:12.262Z Checking toml_parser v1.0.9+spec-1.1.0
21392026-03-04T17:30:12.362Z Checking curve25519-dalek v4.1.3
21402026-03-04T17:30:12.423Z Checking ecdsa v0.16.9
21412026-03-04T17:30:12.592Z Checking toml_edit v0.22.27
21422026-03-04T17:30:12.845Z Checking flate2 v1.1.9
21432026-03-04T17:30:13.031Z Checking dof v0.4.0
21442026-03-04T17:30:13.091Z Checking rustix v0.38.44
21452026-03-04T17:30:13.236Z Checking env_filter v1.0.0
21462026-03-04T17:30:13.352Z Checking dof v0.3.0
21472026-03-04T17:30:13.528Z Checking keccak v0.1.6
21482026-03-04T17:30:13.589Z Checking psl-types v2.0.11
21492026-03-04T17:30:13.592Z Checking newtype-uuid v1.3.2
21502026-03-04T17:30:13.852Z Checking publicsuffix v2.3.0
21512026-03-04T17:30:13.943Z Checking sha3 v0.10.8
21522026-03-04T17:30:13.996Z Checking usdt-impl v0.5.0
21532026-03-04T17:30:14.074Z Checking daft v0.1.5
21542026-03-04T17:30:14.178Z Checking env_logger v0.11.9
21552026-03-04T17:30:14.182Z Checking ed25519 v2.2.3
21562026-03-04T17:30:14.390Z Checking cookie v0.18.1
21572026-03-04T17:30:14.579Z Checking itertools v0.13.0
21582026-03-04T17:30:14.582Z Checking serde_with v3.17.0
21592026-03-04T17:30:14.680Z Checking bitflags v1.3.2
21602026-03-04T17:30:14.736Z Checking siphasher v1.0.2
21612026-03-04T17:30:14.782Z Checking usdt-impl v0.6.0
21622026-03-04T17:30:14.846Z Checking ed25519-dalek v2.2.0
21632026-03-04T17:30:14.905Z Checking cookie_store v0.22.1
21642026-03-04T17:30:15.059Z Checking rustls-platform-verifier v0.6.2
21652026-03-04T17:30:15.177Z Checking unicode-normalization v0.1.25
21662026-03-04T17:30:15.181Z Checking toml_datetime v0.7.5+spec-1.1.0
21672026-03-04T17:30:15.335Z Checking signal-hook v0.3.18
21682026-03-04T17:30:15.389Z Checking winnow v0.5.40
21692026-03-04T17:30:15.392Z Checking usdt v0.6.0
21702026-03-04T17:30:15.570Z Checking managed v0.8.0
21712026-03-04T17:30:15.680Z Checking reqwest v0.13.2
21722026-03-04T17:30:15.738Z Checking rayon-core v1.13.0
21732026-03-04T17:30:15.742Z Checking bzip2-sys v0.1.13+1.0.8
21742026-03-04T17:30:15.970Z Checking object v0.37.3
21752026-03-04T17:30:16.028Z Checking foldhash v0.1.5
21762026-03-04T17:30:16.156Z Checking bzip2 v0.4.4
21772026-03-04T17:30:16.333Z Checking hashbrown v0.15.5
21782026-03-04T17:30:16.446Z Checking signal-hook-mio v0.2.5
21792026-03-04T17:30:16.506Z Checking ref-cast v1.0.25
21802026-03-04T17:30:16.663Z Checking zstd-sys v2.0.16+zstd.1.5.7
21812026-03-04T17:30:16.723Z Checking zip v0.6.6
21822026-03-04T17:30:16.939Z Checking zstd-safe v7.2.4
21832026-03-04T17:30:17.036Z Checking libbz2-rs-sys v0.2.2
21842026-03-04T17:30:17.326Z Checking bumpalo v3.20.2
21852026-03-04T17:30:17.441Z Checking zstd v0.13.3
21862026-03-04T17:30:17.503Z Checking crossterm v0.28.1
21872026-03-04T17:30:17.629Z Checking rayon v1.11.0
21882026-03-04T17:30:17.760Z Checking zopfli v0.8.3
21892026-03-04T17:30:17.875Z Checking similar v2.7.0
21902026-03-04T17:30:17.936Z Checking bzip2 v0.6.1
21912026-03-04T17:30:18.268Z Checking toml_edit v0.19.15
21922026-03-04T17:30:18.329Z Checking fs-err v3.3.0
21932026-03-04T17:30:18.332Z Checking hash32 v0.2.1
21942026-03-04T17:30:18.496Z Checking serde-big-array v0.5.1
21952026-03-04T17:30:18.757Z Checking jiff v0.2.21
21962026-03-04T17:30:18.819Z Checking predicates-core v1.0.10
21972026-03-04T17:30:18.822Z Checking unicode-properties v0.1.4
21982026-03-04T17:30:18.965Z Checking unicode-bidi v0.3.18
21992026-03-04T17:30:19.063Z Checking heapless v0.7.17
22002026-03-04T17:30:19.188Z Checking hickory-proto v0.25.2
22012026-03-04T17:30:19.320Z Checking tokio-stream v0.1.18
22022026-03-04T17:30:19.662Z Checking stringprep v0.1.5
22032026-03-04T17:30:20.005Z Checking md-5 v0.10.6
22042026-03-04T17:30:20.108Z Checking float-cmp v0.10.0
22052026-03-04T17:30:20.185Z Checking fallible-iterator v0.2.0
22062026-03-04T17:30:20.297Z Checking difflib v0.4.0
22072026-03-04T17:30:20.378Z Checking rustc-hash v2.1.1
22082026-03-04T17:30:20.633Z Checking normalize-line-endings v0.3.0
22092026-03-04T17:30:20.693Z Checking iddqd v0.3.17
22102026-03-04T17:30:20.761Z Checking toml v0.7.8
22112026-03-04T17:30:20.832Z Checking predicates v3.1.4
22122026-03-04T17:30:20.894Z Checking postgres-protocol v0.6.10
22132026-03-04T17:30:21.252Z Checking smoltcp v0.9.1
22142026-03-04T17:30:21.518Z Checking phf_shared v0.13.1
22152026-03-04T17:30:21.584Z Checking phf_shared v0.11.3
22162026-03-04T17:30:21.644Z Checking itertools v0.12.1
22172026-03-04T17:30:21.937Z Checking console v0.16.2
22182026-03-04T17:30:22.067Z Checking buf-list v1.1.2
22192026-03-04T17:30:22.135Z Checking strum v0.27.2
22202026-03-04T17:30:22.377Z Checking unit-prefix v0.5.2
22212026-03-04T17:30:22.467Z Checking lalrpop-util v0.19.12
22222026-03-04T17:30:22.585Z Checking fixedbitset v0.4.2
22232026-03-04T17:30:22.648Z Checking precomputed-hash v0.1.1
22242026-03-04T17:30:22.729Z Checking fixedbitset v0.5.7
22252026-03-04T17:30:22.789Z Checking new_debug_unreachable v1.0.6
22262026-03-04T17:30:22.844Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22272026-03-04T17:30:22.897Z Checking indicatif v0.18.4
22282026-03-04T17:30:23.000Z Checking petgraph v0.6.5
22292026-03-04T17:30:23.009Z Checking string_cache v0.8.9
22302026-03-04T17:30:23.132Z Checking petgraph v0.8.3
22312026-03-04T17:30:23.344Z Checking phf v0.13.1
22322026-03-04T17:30:23.680Z Checking postgres-types v0.2.12
22332026-03-04T17:30:23.787Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22342026-03-04T17:30:24.111Z Checking zone v0.3.1
22352026-03-04T17:30:24.220Z Checking zip v4.6.1
22362026-03-04T17:30:24.421Z Checking peg-runtime v0.8.5
22372026-03-04T17:30:24.469Z Checking whoami v2.1.0
22382026-03-04T17:30:24.891Z Checking tokio-postgres v0.7.16
22392026-03-04T17:30:24.951Z Checking futures-executor v0.3.32
22402026-03-04T17:30:25.009Z Checking is-terminal v0.4.17
22412026-03-04T17:30:25.210Z Checking crossbeam-channel v0.5.15
22422026-03-04T17:30:25.272Z Checking futures v0.3.32
22432026-03-04T17:30:25.459Z Checking thread_local v1.1.9
22442026-03-04T17:30:25.548Z Checking term v1.2.1
22452026-03-04T17:30:25.782Z Checking take_mut v0.2.2
22462026-03-04T17:30:25.843Z Checking regress v0.10.5
22472026-03-04T17:30:25.990Z Compiling rustls v0.22.4
22482026-03-04T17:30:26.040Z Checking slog-term v2.9.2
22492026-03-04T17:30:26.043Z Checking slog-async v2.8.0
22502026-03-04T17:30:26.043Z Compiling newtype-uuid-macros v0.1.0
22512026-03-04T17:30:26.420Z Compiling structmeta-derive v0.3.0
22522026-03-04T17:30:26.475Z Compiling multer v3.1.0
22532026-03-04T17:30:26.611Z Compiling async-stream-impl v0.3.6
22542026-03-04T17:30:26.948Z Compiling dropshot v0.16.7
22552026-03-04T17:30:27.022Z Compiling dropshot_endpoint v0.16.7
22562026-03-04T17:30:27.480Z Checking match_cfg v0.1.0
22572026-03-04T17:30:27.642Z Checking hostname v0.3.1
22582026-03-04T17:30:27.803Z Checking slog-json v2.6.1
22592026-03-04T17:30:27.866Z Checking debug-ignore v1.0.5
22602026-03-04T17:30:27.870Z Checking serde_spanned v1.0.4
22612026-03-04T17:30:27.976Z Checking toml_writer v1.0.6+spec-1.1.0
22622026-03-04T17:30:28.083Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-03-04T17:30:28.143Z Checking slog-bunyan v2.5.0
22642026-03-04T17:30:28.196Z Checking rustls-webpki v0.102.8
22652026-03-04T17:30:28.384Z Checking serde_path_to_error v0.1.20
22662026-03-04T17:30:28.442Z Checking toml v0.9.12+spec-1.1.0
22672026-03-04T17:30:28.508Z Checking async-stream v0.3.6
22682026-03-04T17:30:29.011Z Compiling structmeta v0.3.0
22692026-03-04T17:30:29.063Z Checking progenitor-client v0.13.0
22702026-03-04T17:30:29.115Z Checking waitgroup v0.1.2
22712026-03-04T17:30:29.177Z Checking rustls-pemfile v2.2.0
22722026-03-04T17:30:29.237Z Checking hostname v0.4.2
22732026-03-04T17:30:29.338Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22742026-03-04T17:30:29.426Z Compiling derive-ex v0.1.8
22752026-03-04T17:30:29.487Z Compiling parse-display-derive v0.10.0
22762026-03-04T17:30:29.491Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-03-04T17:30:29.602Z Checking itertools v0.14.0
22782026-03-04T17:30:29.845Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22792026-03-04T17:30:29.906Z Checking macaddr v1.0.1
22802026-03-04T17:30:30.111Z Checking progenitor-client v0.10.0
22812026-03-04T17:30:30.299Z Checking instant v0.1.13
22822026-03-04T17:30:30.493Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22832026-03-04T17:30:30.587Z Checking backoff v0.4.0
22842026-03-04T17:30:30.671Z Checking backon v1.6.0
22852026-03-04T17:30:30.731Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22862026-03-04T17:30:31.030Z Checking heck v0.5.0
22872026-03-04T17:30:31.146Z Checking camino-tempfile v1.4.1
22882026-03-04T17:30:31.482Z Checking toml v0.8.23
22892026-03-04T17:30:31.906Z Compiling cfg_aliases v0.2.1
22902026-03-04T17:30:32.087Z Compiling memoffset v0.9.1
22912026-03-04T17:30:32.305Z Compiling toml_edit v0.23.10+spec-1.0.0
22922026-03-04T17:30:32.365Z Checking tokio-rustls v0.25.0
22932026-03-04T17:30:32.368Z Compiling crucible-workspace-hack v0.1.0
22942026-03-04T17:30:32.918Z Checking secrecy v0.10.3
22952026-03-04T17:30:33.147Z Checking glob v0.3.3
22962026-03-04T17:30:33.205Z Compiling heapless v0.8.0
22972026-03-04T17:30:33.368Z Compiling test-strategy v0.4.5
22982026-03-04T17:30:33.430Z Checking parse-display v0.10.0
22992026-03-04T17:30:33.570Z Compiling proc-macro-crate v3.4.0
23002026-03-04T17:30:33.734Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23012026-03-04T17:30:34.228Z Checking tabwriter v1.4.1
23022026-03-04T17:30:34.299Z Compiling ingot-macros v0.1.1
23032026-03-04T17:30:34.358Z Checking hash32 v0.3.1
23042026-03-04T17:30:34.548Z Compiling smoltcp v0.11.0
23052026-03-04T17:30:34.629Z Compiling unsafe-libyaml v0.2.11
23062026-03-04T17:30:34.772Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23072026-03-04T17:30:34.855Z Compiling convert_case v0.4.0
23082026-03-04T17:30:35.255Z Compiling num_enum_derive v0.7.5
23092026-03-04T17:30:35.722Z Compiling derive_more v0.99.20
23102026-03-04T17:30:36.321Z Compiling serde_yaml v0.9.34+deprecated
23112026-03-04T17:30:36.416Z Checking cobs v0.3.0
23122026-03-04T17:30:36.758Z Compiling foreign-types-macros v0.2.3
23132026-03-04T17:30:36.920Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23142026-03-04T17:30:37.263Z Checking foreign-types-shared v0.3.1
23152026-03-04T17:30:37.455Z Checking cpufeatures v0.3.0
23162026-03-04T17:30:37.629Z Checking chacha20 v0.10.0
23172026-03-04T17:30:37.688Z Checking num_enum v0.7.5
23182026-03-04T17:30:37.759Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23192026-03-04T17:30:37.931Z Checking postcard v1.1.3
23202026-03-04T17:30:38.026Z Checking foreign-types v0.5.0
23212026-03-04T17:30:38.615Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23222026-03-04T17:30:38.683Z Compiling proc-macro-crate v1.3.1
23232026-03-04T17:30:38.730Z Checking sigpipe v0.1.3
23242026-03-04T17:30:38.903Z Checking cstr-argument v0.1.2
23252026-03-04T17:30:39.129Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-03-04T17:30:39.191Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-04T17:30:39.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-03-04T17:30:39.658Z Checking colored v3.1.1
23292026-03-04T17:30:39.971Z Compiling num_enum_derive v0.5.11
23302026-03-04T17:30:40.068Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-03-04T17:30:40.124Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-03-04T17:30:40.243Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-03-04T17:30:40.300Z Checking rand v0.10.0
23342026-03-04T17:30:40.588Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23352026-03-04T17:30:40.596Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23362026-03-04T17:30:40.998Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23372026-03-04T17:30:41.061Z Compiling nix v0.30.1
23382026-03-04T17:30:41.145Z Checking ingot-types v0.1.2
23392026-03-04T17:30:41.243Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23402026-03-04T17:30:41.474Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23412026-03-04T17:30:41.915Z Checking smf v0.2.3
23422026-03-04T17:30:41.978Z Compiling num-derive v0.4.2
23432026-03-04T17:30:42.090Z Checking ingot v0.1.1
23442026-03-04T17:30:42.136Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-03-04T17:30:42.244Z Checking num_enum v0.5.11
23462026-03-04T17:30:42.382Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23472026-03-04T17:30:42.476Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23482026-03-04T17:30:42.645Z Checking whoami v1.6.1
23492026-03-04T17:30:42.721Z Compiling typify-impl v0.6.1
23502026-03-04T17:30:43.007Z Checking half v2.7.1
23512026-03-04T17:30:43.183Z Checking ciborium-io v0.2.2
23522026-03-04T17:30:43.387Z Checking indent_write v2.2.0
23532026-03-04T17:30:43.675Z Checking universal-hash v0.5.1
23542026-03-04T17:30:43.678Z Checking ciborium-ll v0.2.2
23552026-03-04T17:30:43.996Z Checking opaque-debug v0.3.1
23562026-03-04T17:30:44.057Z Checking ciborium v0.2.2
23572026-03-04T17:30:44.162Z Checking aead v0.5.2
23582026-03-04T17:30:44.286Z Checking swrite v0.1.0
23592026-03-04T17:30:44.344Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-03-04T17:30:44.471Z Checking poly1305 v0.8.0
23612026-03-04T17:30:44.531Z Checking chacha20 v0.9.1
23622026-03-04T17:30:44.860Z Checking unicode-width v0.1.14
23632026-03-04T17:30:44.974Z Compiling thiserror-impl-no-std v2.0.2
23642026-03-04T17:30:45.025Z Checking password-hash v0.5.0
23652026-03-04T17:30:45.077Z Checking blake2 v0.10.6
23662026-03-04T17:30:45.488Z Compiling usdt-attr-macro v0.5.0
23672026-03-04T17:30:45.562Z Compiling usdt-macro v0.5.0
23682026-03-04T17:30:45.622Z Checking memmap v0.7.0
23692026-03-04T17:30:45.894Z Checking argon2 v0.5.3
23702026-03-04T17:30:45.953Z Checking chacha20poly1305 v0.10.1
23712026-03-04T17:30:46.214Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23722026-03-04T17:30:46.465Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23732026-03-04T17:30:46.678Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23742026-03-04T17:30:46.856Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23752026-03-04T17:30:47.090Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-03-04T17:30:47.094Z Checking usdt v0.5.0
23772026-03-04T17:30:47.337Z Compiling derive-where v1.6.0
23782026-03-04T17:30:47.397Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
23792026-03-04T17:30:47.444Z Checking tokio-dtrace v0.1.1
23802026-03-04T17:30:47.587Z Checking atomicwrites v0.4.4
23812026-03-04T17:30:47.702Z Checking thiserror-no-std v2.0.2
23822026-03-04T17:30:47.798Z Checking oxide-tokio-rt v0.1.2
23832026-03-04T17:30:47.855Z Checking console v0.15.11
23842026-03-04T17:30:47.910Z Checking vsss-rs v3.3.4
23852026-03-04T17:30:48.094Z Checking newline-converter v0.3.0
23862026-03-04T17:30:48.330Z Compiling prettyplease v0.2.37
23872026-03-04T17:30:48.486Z Checking expectorate v1.2.0
23882026-03-04T17:30:48.745Z Checking bytecount v0.6.9
23892026-03-04T17:30:48.885Z Compiling owo-colors v4.3.0
23902026-03-04T17:30:48.987Z Compiling cancel-safe-futures v0.1.5
23912026-03-04T17:30:49.076Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23922026-03-04T17:30:49.523Z Checking libsw-core v0.3.2
23932026-03-04T17:30:49.801Z Checking libsw v3.5.0
23942026-03-04T17:30:50.124Z Checking same-file v1.0.6
23952026-03-04T17:30:50.257Z Checking linear-map v1.2.0
23962026-03-04T17:30:50.365Z Checking walkdir v2.5.0
23972026-03-04T17:30:50.425Z Checking num-rational v0.4.2
23982026-03-04T17:30:50.428Z Checking num-complex v0.4.6
23992026-03-04T17:30:50.634Z Checking float-ord v0.3.2
24002026-03-04T17:30:50.721Z Compiling typify-impl v0.4.3
24012026-03-04T17:30:50.864Z Checking gethostname v0.5.0
24022026-03-04T17:30:51.116Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24032026-03-04T17:30:51.350Z Compiling async-recursion v1.1.1
24042026-03-04T17:30:51.405Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-03-04T17:30:51.408Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
24062026-03-04T17:30:51.446Z Checking num v0.4.3
24072026-03-04T17:30:51.653Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24082026-03-04T17:30:53.357Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-03-04T17:30:54.370Z Compiling typify-macro v0.6.1
24102026-03-04T17:30:55.436Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112026-03-04T17:30:56.524Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24122026-03-04T17:30:57.584Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24132026-03-04T17:30:57.686Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24142026-03-04T17:30:58.328Z Compiling typify v0.6.1
24152026-03-04T17:30:58.567Z Compiling progenitor-impl v0.13.0
24162026-03-04T17:31:00.632Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24172026-03-04T17:31:01.261Z Checking unicode-linebreak v0.1.5
24182026-03-04T17:31:01.431Z Checking smawk v0.3.2
24192026-03-04T17:31:01.702Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24202026-03-04T17:31:01.762Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24212026-03-04T17:31:02.419Z Compiling typify-macro v0.4.3
24222026-03-04T17:31:02.520Z Checking globset v0.4.18
24232026-03-04T17:31:03.098Z Compiling convert_case v0.10.0
24242026-03-04T17:31:04.519Z Compiling slog-dtrace v0.3.0
24252026-03-04T17:31:04.790Z Checking resolv-conf v0.7.6
24262026-03-04T17:31:05.027Z Compiling derive_more-impl v2.1.1
24272026-03-04T17:31:05.282Z Compiling progenitor-macro v0.13.0
24282026-03-04T17:31:05.676Z Compiling pin-project-internal v1.1.11
24292026-03-04T17:31:06.226Z Compiling typify v0.4.3
24302026-03-04T17:31:06.711Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24312026-03-04T17:31:06.815Z Checking derive_more v2.1.1
24322026-03-04T17:31:06.874Z Checking pem v3.0.6
24332026-03-04T17:31:07.004Z Checking crossterm v0.29.0
24342026-03-04T17:31:07.184Z Checking fd-lock v4.0.4
24352026-03-04T17:31:07.241Z Checking vte v0.14.1
24362026-03-04T17:31:07.447Z Checking display-error-chain v0.2.2
24372026-03-04T17:31:07.597Z Checking strip-ansi-escapes v0.2.1
24382026-03-04T17:31:07.699Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24392026-03-04T17:31:07.847Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24402026-03-04T17:31:08.148Z Compiling snafu-derive v0.8.9
24412026-03-04T17:31:08.452Z Checking linked-hash-map v0.5.6
24422026-03-04T17:31:08.508Z Checking pin-project v1.1.11
24432026-03-04T17:31:08.710Z Checking termtree v0.5.1
24442026-03-04T17:31:08.843Z Checking nu-ansi-term v0.50.3
24452026-03-04T17:31:09.018Z Checking lru-cache v0.1.2
24462026-03-04T17:31:09.098Z Compiling progenitor-impl v0.11.2
24472026-03-04T17:31:09.281Z Checking textwrap v0.16.2
24482026-03-04T17:31:09.332Z Checking reedline v0.40.0
24492026-03-04T17:31:09.743Z Checking olpc-cjson v0.1.4
24502026-03-04T17:31:10.169Z Checking hickory-proto v0.24.4
24512026-03-04T17:31:12.233Z Checking serde_plain v1.0.2
24522026-03-04T17:31:12.319Z Checking typed-path v0.9.3
24532026-03-04T17:31:12.545Z Compiling minimal-lexical v0.2.1
24542026-03-04T17:31:12.994Z Checking snafu v0.8.9
24552026-03-04T17:31:13.141Z Compiling nom v7.1.3
24562026-03-04T17:31:14.275Z Checking tough v0.20.0
24572026-03-04T17:31:14.366Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582026-03-04T17:31:15.543Z Checking progenitor-client v0.11.2
24592026-03-04T17:31:15.752Z Checking nibble_vec v0.1.0
24602026-03-04T17:31:16.042Z Checking endian-type v0.1.2
24612026-03-04T17:31:16.042Z Checking hickory-resolver v0.24.4
24622026-03-04T17:31:16.158Z Compiling progenitor-macro v0.11.2
24632026-03-04T17:31:16.340Z Checking radix_trie v0.2.1
24642026-03-04T17:31:16.548Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24652026-03-04T17:31:16.698Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24662026-03-04T17:31:16.852Z Compiling ar_archive_writer v0.5.1
24672026-03-04T17:31:17.758Z Checking humantime v2.3.0
24682026-03-04T17:31:17.836Z Checking qorb v0.4.1
24692026-03-04T17:31:17.894Z Checking progenitor v0.13.0
24702026-03-04T17:31:18.159Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24712026-03-04T17:31:18.162Z Checking csv-core v0.1.13
24722026-03-04T17:31:18.608Z Checking base64 v0.21.7
24732026-03-04T17:31:18.688Z Checking csv v1.4.0
24742026-03-04T17:31:19.011Z Compiling stacker v0.1.23
24752026-03-04T17:31:19.068Z Compiling psm v0.1.30
24762026-03-04T17:31:19.537Z Checking highway v1.3.0
24772026-03-04T17:31:19.594Z Compiling cfg_aliases v0.1.1
24782026-03-04T17:31:19.772Z Compiling nix v0.28.0
24792026-03-04T17:31:20.316Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24802026-03-04T17:31:20.372Z Checking papergrid v0.11.0
24812026-03-04T17:31:20.540Z Compiling tabled_derive v0.7.0
24822026-03-04T17:31:20.601Z Checking home v0.5.12
24832026-03-04T17:31:21.186Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24842026-03-04T17:31:21.244Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24852026-03-04T17:31:21.980Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24862026-03-04T17:31:22.416Z Checking phf_shared v0.12.1
24872026-03-04T17:31:22.769Z Compiling recursive-proc-macro-impl v0.1.1
24882026-03-04T17:31:22.827Z Checking tabled v0.15.0
24892026-03-04T17:31:23.174Z Compiling chrono-tz v0.10.4
24902026-03-04T17:31:23.177Z Compiling semver v0.1.20
24912026-03-04T17:31:23.605Z Checking recursive v0.1.1
24922026-03-04T17:31:23.664Z Compiling rustc_version v0.1.7
24932026-03-04T17:31:23.775Z Checking phf v0.12.1
24942026-03-04T17:31:24.095Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24952026-03-04T17:31:24.151Z Compiling const_format_proc_macros v0.2.34
24962026-03-04T17:31:24.761Z Compiling peg-macros v0.8.5
24972026-03-04T17:31:25.220Z Checking winnow v0.6.26
24982026-03-04T17:31:25.711Z Compiling sqlparser_derive v0.5.0
24992026-03-04T17:31:26.449Z Checking unicode_categories v0.1.1
25002026-03-04T17:31:26.837Z Checking rustyline v14.0.0
25012026-03-04T17:31:27.245Z Checking const_format v0.2.35
25022026-03-04T17:31:27.483Z Checking sqlparser v0.61.0
25032026-03-04T17:31:27.863Z Compiling newtype_derive v0.1.6
25042026-03-04T17:31:28.076Z Checking peg v0.8.5
25052026-03-04T17:31:28.184Z Checking sqlformat v0.3.5
25062026-03-04T17:31:28.307Z Checking bcs v0.1.6
25072026-03-04T17:31:28.311Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25082026-03-04T17:31:28.502Z Checking progenitor v0.11.2
25092026-03-04T17:31:28.764Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102026-03-04T17:31:28.823Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25112026-03-04T17:31:28.826Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25122026-03-04T17:31:29.098Z Checking steno v0.4.1
25132026-03-04T17:31:29.155Z Checking utf-8 v0.7.6
25142026-03-04T17:31:29.377Z Checking filetime v0.2.27
25152026-03-04T17:31:29.432Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
25162026-03-04T17:31:29.482Z Checking arc-swap v1.8.2
25172026-03-04T17:31:29.632Z Checking xattr v1.6.1
25182026-03-04T17:31:29.916Z Checking tar v0.4.44
25192026-03-04T17:31:29.975Z Checking slog-scope v4.4.1
25202026-03-04T17:31:30.273Z Compiling progenitor-impl v0.10.0
25212026-03-04T17:31:30.771Z Checking slog-stdlog v4.1.1
25222026-03-04T17:31:31.212Z Checking slog-envlogger v2.2.0
25232026-03-04T17:31:31.274Z Checking tungstenite v0.21.0
25242026-03-04T17:31:31.513Z Checking typeid v1.0.3
25252026-03-04T17:31:31.772Z Checking subprocess v0.2.15
25262026-03-04T17:31:32.249Z Checking tokio-tungstenite v0.21.0
25272026-03-04T17:31:32.397Z Checking headers-core v0.3.0
25282026-03-04T17:31:32.639Z Checking headers v0.4.1
25292026-03-04T17:31:32.844Z Compiling lzma-sys v0.1.20
25302026-03-04T17:31:33.039Z Compiling cargo_toml v0.22.3
25312026-03-04T17:31:33.727Z Checking yasna v0.5.2
25322026-03-04T17:31:33.781Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25332026-03-04T17:31:34.056Z Checking xz2 v0.1.7
25342026-03-04T17:31:34.204Z Checking ron v0.12.0
25352026-03-04T17:31:34.434Z Checking base16ct v1.0.0
25362026-03-04T17:31:34.622Z Checking rcgen v0.12.1
25372026-03-04T17:31:34.713Z Checking dropshot-api-manager-types v0.5.2
25382026-03-04T17:31:35.126Z Checking tagptr v0.2.0
25392026-03-04T17:31:35.357Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-03-04T17:31:35.430Z Checking moka v0.12.13
25412026-03-04T17:31:35.724Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25422026-03-04T17:31:36.007Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25432026-03-04T17:31:36.064Z Compiling radium v0.7.0
25442026-03-04T17:31:36.608Z Compiling libefi-sys v0.1.0
25452026-03-04T17:31:37.088Z Compiling progenitor-macro v0.10.0
25462026-03-04T17:31:37.139Z Checking hickory-resolver v0.25.2
25472026-03-04T17:31:37.189Z Compiling bitfield-struct v0.6.2
25482026-03-04T17:31:37.241Z Compiling maybe-uninit v2.0.0
25492026-03-04T17:31:37.832Z Checking tap v1.0.1
25502026-03-04T17:31:38.021Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25512026-03-04T17:31:38.074Z Checking wyz v0.5.1
25522026-03-04T17:31:38.621Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25532026-03-04T17:31:38.728Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25542026-03-04T17:31:39.237Z Compiling zerocopy-derive v0.6.6
25552026-03-04T17:31:39.578Z Compiling packed_struct v0.10.1
25562026-03-04T17:31:39.649Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25572026-03-04T17:31:39.652Z Checking crc-catalog v2.4.0
25582026-03-04T17:31:39.820Z Checking funty v2.0.0
25592026-03-04T17:31:39.915Z Checking crc v3.4.0
25602026-03-04T17:31:40.192Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25612026-03-04T17:31:40.330Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25622026-03-04T17:31:40.389Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
25632026-03-04T17:31:40.716Z Checking bitvec v1.0.1
25642026-03-04T17:31:40.720Z Compiling packed_struct_codegen v0.10.1
25652026-03-04T17:31:40.840Z Compiling bitfield-macros v0.19.4
25662026-03-04T17:32:23.310Z Checking zerocopy v0.6.6
25672026-03-04T17:32:23.447Z Compiling indexmap v1.9.3
25682026-03-04T17:32:23.447Z Checking nodrop v0.1.14
25692026-03-04T17:32:23.447Z Checking array-init v0.0.4
25702026-03-04T17:32:23.447Z Checking bitfield v0.19.4
25712026-03-04T17:32:23.447Z Checking smallvec v0.6.14
25722026-03-04T17:32:23.447Z Checking hashbrown v0.12.3
25732026-03-04T17:32:23.447Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-03-04T17:32:23.447Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25752026-03-04T17:32:23.447Z Checking serde-hex v0.1.0
25762026-03-04T17:32:23.447Z Checking ron v0.8.1
25772026-03-04T17:32:23.447Z Checking hashbrown v0.13.2
25782026-03-04T17:32:23.448Z Checking crc-any v2.5.0
25792026-03-04T17:32:23.448Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25802026-03-04T17:32:23.448Z Checking path-slash v0.1.5
25812026-03-04T17:32:23.567Z Compiling xshell-macros v0.2.7
25822026-03-04T17:32:23.567Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25832026-03-04T17:32:23.568Z Checking object v0.30.4
25842026-03-04T17:32:23.568Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-03-04T17:32:23.568Z Checking xshell v0.2.7
25862026-03-04T17:32:23.568Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25872026-03-04T17:32:23.568Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25882026-03-04T17:32:23.568Z Checking half v1.8.3
25892026-03-04T17:32:23.568Z Compiling num-derive v0.3.3
25902026-03-04T17:32:23.568Z Checking serde_cbor v0.11.2
25912026-03-04T17:32:23.568Z Compiling proc-macro-error-attr2 v2.0.0
25922026-03-04T17:32:23.568Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25932026-03-04T17:32:23.568Z Compiling proc-macro-error2 v2.0.1
25942026-03-04T17:32:23.568Z Compiling nix v0.31.1
25952026-03-04T17:32:23.568Z Checking progenitor v0.10.0
25962026-03-04T17:32:23.568Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25972026-03-04T17:32:23.568Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-04T17:32:23.568Z Checking libscf-sys v1.1.0
25992026-03-04T17:32:23.568Z Compiling tabled_derive v0.11.0
26002026-03-04T17:32:23.568Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-03-04T17:32:23.568Z Checking papergrid v0.17.0
26022026-03-04T17:32:23.568Z Checking testing_table v0.3.0
26032026-03-04T17:32:23.568Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26042026-03-04T17:32:23.568Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26052026-03-04T17:32:23.568Z Checking maplit v1.0.2
26062026-03-04T17:32:23.568Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26072026-03-04T17:32:23.568Z Checking tabled v0.20.0
26082026-03-04T17:32:23.568Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26092026-03-04T17:32:23.568Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26102026-03-04T17:32:23.569Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26112026-03-04T17:32:23.569Z Checking crc8 v0.1.1
26122026-03-04T17:32:23.569Z Checking fxhash v0.2.1
26132026-03-04T17:32:23.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26142026-03-04T17:32:23.569Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-03-04T17:32:23.569Z Checking unicase v2.9.0
26162026-03-04T17:32:23.569Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26172026-03-04T17:32:23.570Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26182026-03-04T17:32:23.570Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26192026-03-04T17:32:23.570Z Checking kstat-rs v0.2.4
26202026-03-04T17:32:23.570Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26212026-03-04T17:32:23.570Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26222026-03-04T17:32:23.570Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26232026-03-04T17:32:23.570Z Compiling parking_lot_core v0.8.6
26242026-03-04T17:32:23.570Z Compiling git-stub v1.0.0
26252026-03-04T17:32:23.570Z Compiling dsl_auto_type v0.1.3
26262026-03-04T17:32:23.570Z Checking scheduled-thread-pool v0.2.7
26272026-03-04T17:32:23.570Z Compiling vergen-gitcl v1.0.8
26282026-03-04T17:32:23.570Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26292026-03-04T17:32:23.570Z Compiling diesel_table_macro_syntax v0.2.0
26302026-03-04T17:32:23.570Z Checking r2d2 v0.8.10
26312026-03-04T17:32:23.570Z Compiling git-stub-vcs v0.1.0
26322026-03-04T17:32:23.571Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26332026-03-04T17:32:23.571Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26342026-03-04T17:32:23.571Z Compiling diesel_derives v2.2.7
26352026-03-04T17:32:23.571Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26362026-03-04T17:32:23.571Z Checking parking_lot v0.11.2
26372026-03-04T17:32:23.571Z Checking prefix-trie v0.7.0
26382026-03-04T17:32:23.571Z Checking nanorand v0.7.0
26392026-03-04T17:32:23.571Z Compiling dirs-sys-next v0.1.2
26402026-03-04T17:32:23.571Z Compiling crunchy v0.2.4
26412026-03-04T17:32:23.571Z Checking flume v0.11.1
26422026-03-04T17:32:23.571Z Compiling dirs-next v2.0.0
26432026-03-04T17:32:23.571Z Checking hickory-server v0.25.2
26442026-03-04T17:32:23.571Z Checking sled v0.34.7
26452026-03-04T17:32:23.571Z Compiling clang-sys v1.8.1
26462026-03-04T17:32:23.571Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26472026-03-04T17:32:23.571Z Checking hickory-client v0.25.2
26482026-03-04T17:32:23.572Z Compiling tiny-keccak v2.0.2
26492026-03-04T17:32:23.572Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26502026-03-04T17:32:23.572Z Compiling term v0.7.0
26512026-03-04T17:32:23.572Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26522026-03-04T17:32:23.572Z Compiling bit-vec v0.6.3
26532026-03-04T17:32:23.574Z Compiling salty v0.3.0
26542026-03-04T17:32:23.574Z Compiling ascii-canvas v3.0.0
26552026-03-04T17:32:23.574Z Compiling bit-set v0.5.3
26562026-03-04T17:32:23.574Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26572026-03-04T17:32:23.574Z Checking primeorder v0.13.6
26582026-03-04T17:32:23.574Z Compiling itertools v0.10.5
26592026-03-04T17:32:23.574Z Compiling ena v0.14.4
26602026-03-04T17:32:23.574Z Compiling libloading v0.8.9
26612026-03-04T17:32:23.574Z Compiling bindgen v0.71.1
26622026-03-04T17:32:23.574Z Compiling diff v0.1.13
26632026-03-04T17:32:23.574Z Compiling regex-syntax v0.6.29
26642026-03-04T17:32:23.574Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-03-04T17:32:23.574Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
26662026-03-04T17:32:23.575Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26672026-03-04T17:32:23.575Z Compiling cexpr v0.6.0
26682026-03-04T17:32:23.575Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26692026-03-04T17:32:23.575Z Compiling lalrpop v0.19.12
26702026-03-04T17:32:23.575Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26712026-03-04T17:32:23.575Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-03-04T17:32:23.575Z Compiling libxml v0.3.3
26732026-03-04T17:32:23.575Z Compiling fs-err v2.11.0
26742026-03-04T17:32:23.575Z Checking diesel v2.2.12
26752026-03-04T17:32:23.575Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26762026-03-04T17:32:23.575Z Checking p384 v0.13.1
26772026-03-04T17:32:23.575Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26782026-03-04T17:32:23.575Z Compiling strum_macros v0.24.3
26792026-03-04T17:32:23.575Z Compiling indoc v1.0.9
26802026-03-04T17:32:23.575Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
26812026-03-04T17:32:23.641Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
26822026-03-04T17:32:23.641Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-03-04T17:32:23.641Z Checking quick-xml v0.37.5
26842026-03-04T17:32:23.641Z Checking derive_builder v0.20.2
26852026-03-04T17:32:23.641Z Compiling oso-derive v0.27.3
26862026-03-04T17:32:23.641Z Compiling impl-trait-for-tuples v0.2.3
26872026-03-04T17:32:23.641Z Compiling trait-variant v0.1.2
26882026-03-04T17:32:23.641Z Checking parse-size v1.1.0
26892026-03-04T17:32:23.641Z Checking openssl-probe v0.1.6
26902026-03-04T17:32:23.641Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26912026-03-04T17:32:23.641Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e)
26922026-03-04T17:32:23.642Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26932026-03-04T17:32:23.642Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
26942026-03-04T17:32:23.642Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-03-04T17:32:23.642Z Checking assert_matches v1.5.0
26962026-03-04T17:32:23.642Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26972026-03-04T17:32:23.642Z Compiling mime_guess v2.0.5
26982026-03-04T17:32:23.642Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26992026-03-04T17:32:23.642Z Checking predicates-tree v1.0.13
27002026-03-04T17:32:23.642Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27012026-03-04T17:32:23.642Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27022026-03-04T17:32:23.642Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-03-04T17:32:23.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27042026-03-04T17:32:23.642Z Checking http-range v0.1.5
27052026-03-04T17:32:23.642Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-03-04T17:32:25.928Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27072026-03-04T17:32:26.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27082026-03-04T17:32:26.315Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27092026-03-04T17:32:27.848Z Checking atty v0.2.14
27102026-03-04T17:32:28.063Z Compiling diesel-dtrace v0.4.2
27112026-03-04T17:32:28.455Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27122026-03-04T17:32:29.631Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27132026-03-04T17:32:29.719Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27142026-03-04T17:32:30.468Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27152026-03-04T17:32:30.891Z Checking bb8 v0.8.6
27162026-03-04T17:32:30.893Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27172026-03-04T17:32:31.331Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27182026-03-04T17:32:31.383Z Checking corncobs v0.1.4
27192026-03-04T17:32:31.676Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27202026-03-04T17:32:31.934Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-03-04T17:32:32.008Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27222026-03-04T17:32:32.253Z Checking hyper-staticfile v0.10.1
27232026-03-04T17:32:32.557Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27242026-03-04T17:32:32.697Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27252026-03-04T17:32:32.754Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27262026-03-04T17:32:32.828Z Checking ignore v0.4.25
27272026-03-04T17:32:33.101Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-03-04T17:32:33.167Z Checking signal-hook-tokio v0.3.1
27292026-03-04T17:32:33.436Z Checking secrecy v0.8.0
27302026-03-04T17:32:33.717Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27312026-03-04T17:32:33.771Z Checking globwalk v0.9.1
27322026-03-04T17:32:34.294Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27332026-03-04T17:32:34.374Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
27342026-03-04T17:32:35.246Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
27352026-03-04T17:32:35.303Z Checking nonempty v0.12.0
27362026-03-04T17:32:35.637Z Checking camino-tempfile-ext v0.3.3
27372026-03-04T17:32:35.692Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27382026-03-04T17:32:35.814Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27392026-03-04T17:32:36.073Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27402026-03-04T17:32:36.512Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27412026-03-04T17:32:37.200Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-03-04T17:32:37.297Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-04T17:32:37.661Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27442026-03-04T17:32:38.246Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27452026-03-04T17:32:38.546Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
27462026-03-04T17:32:39.294Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27472026-03-04T17:32:39.732Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27482026-03-04T17:32:39.800Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27492026-03-04T17:32:39.858Z Checking tungstenite v0.23.0
27502026-03-04T17:32:40.621Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27512026-03-04T17:32:40.844Z Checking tokio-tungstenite v0.23.1
27522026-03-04T17:32:41.315Z Checking async-bb8-diesel v0.2.1
27532026-03-04T17:32:41.467Z Checking void v1.0.2
27542026-03-04T17:32:41.702Z Checking lzss v0.8.2
27552026-03-04T17:32:41.928Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
27562026-03-04T17:32:42.075Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27572026-03-04T17:32:42.131Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582026-03-04T17:32:42.399Z Checking nix v0.27.1
27592026-03-04T17:32:43.231Z Checking serde_bytes v0.11.19
27602026-03-04T17:32:43.656Z Checking rand_seeder v0.4.0
27612026-03-04T17:32:43.713Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
27622026-03-04T17:32:43.997Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27632026-03-04T17:32:44.768Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27642026-03-04T17:32:44.825Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-03-04T17:32:45.125Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27662026-03-04T17:32:46.417Z Checking is_ci v1.2.0
27672026-03-04T17:32:46.664Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
27682026-03-04T17:32:46.749Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27692026-03-04T17:32:46.878Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
27702026-03-04T17:32:47.190Z Checking yansi v1.0.1
27712026-03-04T17:32:48.112Z Checking pretty_assertions v1.4.1
27722026-03-04T17:32:48.415Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
27732026-03-04T17:32:48.715Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27742026-03-04T17:32:48.858Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
27752026-03-04T17:32:49.246Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27762026-03-04T17:32:49.687Z Compiling darling_core v0.23.0
27772026-03-04T17:32:50.816Z Compiling indoc v2.0.7
27782026-03-04T17:32:51.400Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
27792026-03-04T17:32:51.846Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27802026-03-04T17:32:51.916Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27812026-03-04T17:32:52.259Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-03-04T17:32:52.646Z Compiling instability v0.3.11
27832026-03-04T17:32:52.923Z Compiling libz-sys v1.1.24
27842026-03-04T17:32:53.140Z Checking castaway v0.2.4
27852026-03-04T17:32:53.366Z Checking compact_str v0.8.1
27862026-03-04T17:32:53.668Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27872026-03-04T17:32:53.795Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-03-04T17:32:54.212Z Checking supports-color v3.0.2
27892026-03-04T17:32:54.492Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
27902026-03-04T17:32:54.914Z Checking unicode-truncate v1.1.0
27912026-03-04T17:32:55.242Z Checking lru v0.12.5
27922026-03-04T17:32:55.312Z Checking cassowary v0.3.0
27932026-03-04T17:32:55.689Z Compiling libgit2-sys v0.18.3+1.9.2
27942026-03-04T17:32:56.025Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
27952026-03-04T17:32:56.168Z Compiling darling_macro v0.23.0
27962026-03-04T17:32:57.147Z Compiling darling v0.23.0
27972026-03-04T17:32:57.645Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27982026-03-04T17:32:58.494Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27992026-03-04T17:32:58.870Z Checking ratatui v0.29.0
28002026-03-04T17:32:58.927Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-03-04T17:32:59.528Z Compiling vergen-git2 v1.0.7
28022026-03-04T17:33:00.033Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28032026-03-04T17:33:00.466Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-03-04T17:33:00.840Z Checking colored v2.2.0
28052026-03-04T17:33:00.900Z Checking plotters-backend v0.3.7
28062026-03-04T17:33:01.317Z Checking shell-words v1.1.1
28072026-03-04T17:33:01.374Z Compiling rustls v0.21.12
28082026-03-04T17:33:01.587Z Checking plotters-svg v0.3.7
28092026-03-04T17:33:01.976Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28102026-03-04T17:33:02.021Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28112026-03-04T17:33:02.069Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-03-04T17:33:02.408Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28132026-03-04T17:33:02.456Z Compiling nix v0.29.0
28142026-03-04T17:33:03.322Z Checking rustls-webpki v0.101.7
28152026-03-04T17:33:03.418Z Checking sct v0.7.1
28162026-03-04T17:33:03.674Z Checking hex-literal v0.4.1
28172026-03-04T17:33:03.891Z Checking cast v0.3.0
28182026-03-04T17:33:04.207Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-03-04T17:33:04.279Z Checking criterion-plot v0.6.0
28202026-03-04T17:33:05.015Z Checking plotters v0.3.7
28212026-03-04T17:33:06.669Z Checking erased-serde v0.4.9
28222026-03-04T17:33:07.077Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28232026-03-04T17:33:07.583Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28242026-03-04T17:33:09.134Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28252026-03-04T17:33:10.633Z Checking tinytemplate v1.2.1
28262026-03-04T17:33:11.112Z Checking ordered-float v2.10.1
28272026-03-04T17:33:11.730Z Checking anes v0.1.6
28282026-03-04T17:33:12.138Z Checking oorandom v11.1.5
28292026-03-04T17:33:12.398Z Checking criterion v0.7.0
28302026-03-04T17:33:12.847Z Checking serde-value v0.7.0
28312026-03-04T17:33:13.422Z Checking serde-untagged v0.1.9
28322026-03-04T17:33:13.897Z Checking tokio-rustls v0.24.1
28332026-03-04T17:33:14.905Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-03-04T17:33:15.208Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28352026-03-04T17:33:15.645Z Checking rustls-pemfile v1.0.4
28362026-03-04T17:33:15.941Z Checking twox-hash v2.1.2
28372026-03-04T17:33:16.556Z Checking unicode-xid v0.2.6
28382026-03-04T17:33:16.793Z Checking cargo-util-schemas v0.8.2
28392026-03-04T17:33:16.847Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-03-04T17:33:18.638Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28412026-03-04T17:33:18.920Z Checking progenitor-extras v0.1.0
28422026-03-04T17:33:18.979Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28432026-03-04T17:33:19.329Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-03-04T17:33:19.660Z Checking fatfs v0.3.6
28452026-03-04T17:33:20.754Z Checking cargo-platform v0.2.0
28462026-03-04T17:33:21.170Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28472026-03-04T17:33:21.912Z Compiling petname v2.0.2
28482026-03-04T17:33:22.978Z Compiling seq-macro v0.3.6
28492026-03-04T17:33:24.337Z Checking cargo_metadata v0.21.0
28502026-03-04T17:33:24.748Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28512026-03-04T17:33:26.086Z Checking concurrent-queue v2.5.0
28522026-03-04T17:33:26.482Z Checking rtoolbox v0.0.3
28532026-03-04T17:33:26.556Z Checking parking v2.2.1
28542026-03-04T17:33:26.749Z Checking futures-timer v3.0.3
28552026-03-04T17:33:26.834Z Checking event-listener v5.4.1
28562026-03-04T17:33:27.130Z Checking rpassword v7.4.0
28572026-03-04T17:33:27.384Z Checking tui-tree-widget v0.23.1
28582026-03-04T17:33:27.471Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
28592026-03-04T17:33:27.760Z Checking polyval v0.6.2
28602026-03-04T17:33:27.818Z Checking sapling-renderdag v0.1.0
28612026-03-04T17:33:28.104Z Checking sync-ptr v0.1.4
28622026-03-04T17:33:28.180Z Checking ghash v0.5.1
28632026-03-04T17:33:28.324Z Checking event-listener-strategy v0.5.4
28642026-03-04T17:33:28.376Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
28652026-03-04T17:33:28.427Z Checking ctr v0.9.2
28662026-03-04T17:33:28.595Z Checking arrayref v0.3.9
28672026-03-04T17:33:28.767Z Checking constant_time_eq v0.4.2
28682026-03-04T17:33:28.827Z Checking arrayvec v0.7.6
28692026-03-04T17:33:28.968Z Checking aes-gcm v0.10.3
28702026-03-04T17:33:29.022Z Checking async-lock v3.4.2
28712026-03-04T17:33:29.278Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
28722026-03-04T17:33:29.281Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28732026-03-04T17:33:29.956Z Checking ssh-encoding v0.2.0
28742026-03-04T17:33:30.379Z Checking blowfish v0.9.1
28752026-03-04T17:33:30.722Z Checking bcrypt-pbkdf v0.10.0
28762026-03-04T17:33:31.056Z Checking ssh-cipher v0.2.0
28772026-03-04T17:33:31.168Z Checking async-object-pool v0.2.0
28782026-03-04T17:33:31.403Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
28792026-03-04T17:33:31.459Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-03-04T17:33:32.014Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
28812026-03-04T17:33:32.652Z Checking serde_regex v1.1.0
28822026-03-04T17:33:32.974Z Checking password-hash v0.4.2
28832026-03-04T17:33:33.338Z Checking assert-json-diff v2.0.2
28842026-03-04T17:33:33.428Z Checking path-tree v0.8.3
28852026-03-04T17:33:33.681Z Checking stringmetrics v2.2.2
28862026-03-04T17:33:33.859Z Checking gimli v0.32.3
28872026-03-04T17:33:34.005Z Compiling target-lexicon v0.13.3
28882026-03-04T17:33:35.260Z Checking httpmock v0.8.3
28892026-03-04T17:33:35.354Z Checking pbkdf2 v0.11.0
28902026-03-04T17:33:35.707Z Checking ssh-key v0.6.7
28912026-03-04T17:33:37.690Z Checking addr2line v0.25.1
28922026-03-04T17:33:38.294Z Checking p521 v0.13.3
28932026-03-04T17:33:39.754Z Checking p256 v0.13.2
28942026-03-04T17:33:40.323Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28952026-03-04T17:33:40.446Z Checking russh-cryptovec v0.7.3
28962026-03-04T17:33:40.751Z Compiling guppy-workspace-hack v0.1.0
28972026-03-04T17:33:40.797Z Checking rustc-demangle v0.1.27
28982026-03-04T17:33:41.104Z Checking md5 v0.7.0
28992026-03-04T17:33:41.286Z Checking backtrace v0.3.76
29002026-03-04T17:33:41.488Z Checking russh-keys v0.45.0
29012026-03-04T17:33:41.951Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29022026-03-04T17:33:42.080Z Compiling samael v0.0.19
29032026-03-04T17:33:42.296Z Checking num-bigint v0.4.6
29042026-03-04T17:33:42.916Z Checking des v0.8.1
29052026-03-04T17:33:43.552Z Compiling blake3 v1.8.3
29062026-03-04T17:33:44.306Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29072026-03-04T17:33:44.665Z Compiling target-spec v3.5.7
29082026-03-04T17:33:45.088Z Checking russh v0.45.0
29092026-03-04T17:33:45.170Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
29102026-03-04T17:33:46.187Z Checking cfg-expr v0.20.6
29112026-03-04T17:33:46.576Z Checking backtrace-ext v0.2.1
29122026-03-04T17:33:47.000Z Checking supports-color v2.1.0
29132026-03-04T17:33:47.079Z Checking textwrap v0.15.2
29142026-03-04T17:33:47.277Z Checking supports-unicode v2.1.0
29152026-03-04T17:33:47.503Z Checking supports-hyperlinks v2.1.0
29162026-03-04T17:33:47.559Z Checking hashbrown v0.14.5
29172026-03-04T17:33:47.733Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
29182026-03-04T17:33:48.193Z Checking cargo-platform v0.3.2
29192026-03-04T17:33:48.585Z Checking socket2 v0.5.10
29202026-03-04T17:33:48.716Z Checking terminal_size v0.1.17
29212026-03-04T17:33:48.936Z Compiling miette-derive v5.10.0
29222026-03-04T17:33:49.175Z Checking internet-checksum v0.2.1
29232026-03-04T17:33:49.402Z Checking owo-colors v3.5.0
29242026-03-04T17:33:49.458Z Checking chumsky v0.9.3
29252026-03-04T17:33:51.094Z Checking cargo_metadata v0.23.1
29262026-03-04T17:33:51.311Z Compiling git2 v0.20.4
29272026-03-04T17:33:51.714Z Checking miette v5.10.0
29282026-03-04T17:33:52.868Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29292026-03-04T17:33:52.972Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29302026-03-04T17:33:53.027Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29312026-03-04T17:33:53.216Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
29322026-03-04T17:33:53.577Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
29332026-03-04T17:33:53.707Z Checking httptest v0.16.4
29342026-03-04T17:33:54.505Z Checking pathdiff v0.2.3
29352026-03-04T17:33:54.601Z Compiling knuffel-derive v3.2.0
29362026-03-04T17:33:54.660Z Checking nested v0.1.1
29372026-03-04T17:33:54.749Z Checking topological-sort v0.2.2
29382026-03-04T17:33:54.962Z Checking guppy v0.17.25
29392026-03-04T17:33:55.052Z Checking omicron-zone-package v0.12.2
29402026-03-04T17:33:55.428Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29412026-03-04T17:33:55.861Z Checking similar-asserts v1.7.0
29422026-03-04T17:33:56.190Z Compiling rstest_macros v0.25.0
29432026-03-04T17:33:56.797Z Compiling target-triple v1.0.0
29442026-03-04T17:33:57.168Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29452026-03-04T17:33:57.531Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
29462026-03-04T17:33:57.632Z Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
29472026-03-04T17:33:58.368Z Checking knuffel v3.2.0
29482026-03-04T17:33:58.432Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29492026-03-04T17:33:58.835Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
29502026-03-04T17:33:59.823Z Checking toml_datetime v1.0.0+spec-1.1.0
29512026-03-04T17:34:00.058Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29522026-03-04T17:34:00.304Z Compiling relative-path v1.9.3
29532026-03-04T17:34:00.485Z Checking escape8259 v0.5.3
29542026-03-04T17:34:00.766Z Compiling assert_cmd v2.1.2
29552026-03-04T17:34:01.374Z Checking libtest-mimic v0.8.1
29562026-03-04T17:34:01.529Z Checking toml v1.0.3+spec-1.1.0
29572026-03-04T17:34:02.205Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29582026-03-04T17:34:02.444Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
29592026-03-04T17:34:03.032Z Checking blake2b_simd v1.0.4
29602026-03-04T17:34:03.776Z Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
29612026-03-04T17:34:03.965Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29622026-03-04T17:34:04.473Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29632026-03-04T17:34:04.782Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29642026-03-04T17:34:05.226Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
29652026-03-04T17:34:05.541Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
29662026-03-04T17:34:05.973Z Checking fancy-regex v0.14.0
29672026-03-04T17:34:06.387Z Checking serde_tokenstream v0.2.3
29682026-03-04T17:34:06.963Z Checking uzers v0.12.2
29692026-03-04T17:34:07.019Z Checking termcolor v1.4.1
29702026-03-04T17:34:07.514Z Checking constant_time_eq v0.3.1
29712026-03-04T17:34:07.570Z Compiling linkme-impl v0.3.35
29722026-03-04T17:34:07.761Z Checking rust-argon2 v2.1.0
29732026-03-04T17:34:08.323Z Checking trybuild v1.0.116
29742026-03-04T17:34:08.379Z Checking datatest-stable v0.3.3
29752026-03-04T17:34:09.684Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
29762026-03-04T17:34:10.374Z Checking rstest v0.25.0
29772026-03-04T17:34:10.475Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29782026-03-04T17:34:10.531Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
29792026-03-04T17:34:10.679Z Checking support-bundle-viewer v0.1.2
29802026-03-04T17:34:11.180Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
29812026-03-04T17:34:11.593Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
29822026-03-04T17:34:12.029Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29832026-03-04T17:34:12.032Z Checking drift v0.1.3
29842026-03-04T17:34:12.455Z Checking rand_distr v0.5.1
29852026-03-04T17:34:12.811Z Checking multimap v0.10.1
29862026-03-04T17:34:13.197Z Checking approx v0.5.1
29872026-03-04T17:34:13.472Z Compiling linkme v0.3.35
29882026-03-04T17:34:13.528Z Checking dropshot-api-manager v0.5.2
29892026-03-04T17:34:14.424Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29902026-03-04T17:34:15.907Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
29912026-03-04T17:34:16.016Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
29922026-03-04T17:34:16.303Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
29932026-03-04T17:34:16.738Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29942026-03-04T17:34:17.296Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29952026-03-04T17:34:17.662Z Checking partial-io v0.5.4
29962026-03-04T17:34:17.727Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29972026-03-04T17:34:18.018Z Checking cargo_toml v0.21.0
29982026-03-04T17:34:18.103Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
29992026-03-04T17:34:18.344Z Checking termios v0.3.3
30002026-03-04T17:34:18.623Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
30012026-03-04T17:34:19.167Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
30022026-03-04T17:34:19.919Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-03-04T17:34:20.316Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30042026-03-04T17:34:21.923Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
30052026-03-04T17:34:22.533Z Compiling polar-core v0.27.3
30062026-03-04T17:34:26.653Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
30072026-03-04T17:34:33.300Z Checking oso v0.27.3
30082026-03-04T17:34:35.223Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
30092026-03-04T17:34:40.248Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
30102026-03-04T17:34:40.843Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30112026-03-04T17:34:47.388Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
30122026-03-04T17:34:57.559Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30132026-03-04T17:35:08.129Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
30142026-03-04T17:35:54.282Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
30152026-03-04T17:35:54.557Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
30162026-03-04T17:35:54.743Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30172026-03-04T17:37:49.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 10s
30182026-03-04T17:37:50.726Z
30192026-03-04T17:37:50.729Zreal 8:15.378740286
30202026-03-04T17:37:50.729Zuser 45:49.875961542
30212026-03-04T17:37:50.730Zsys 8:04.815078605
30222026-03-04T17:37:50.730Ztrap 1.341374463
30232026-03-04T17:37:50.730Ztflt 0.583254384
30242026-03-04T17:37:50.730Zdflt 0.172844919
30252026-03-04T17:37:50.730Zkflt 0.001918979
30262026-03-04T17:37:50.730Zlock 1:51:21.561044118
30272026-03-04T17:37:50.730Zslp 2:27:48.347249825
30282026-03-04T17:37:50.730Zlat 2:35.536029765
30292026-03-04T17:37:50.730Zstop 17:04.581312523
30302026-03-04T17:37:50.730Z+ RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio'
30312026-03-04T17:37:50.730Z+ ptime -m cargo doc --workspace --no-deps
30322026-03-04T17:37:52.087Zwarning: output filename collision.
30332026-03-04T17:37:52.087ZThe 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-04T17:37:52.087ZColliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html
30352026-03-04T17:37:52.087ZThe targets should have unique names.
30362026-03-04T17:37:52.087ZThis is a known bug where multiple crates with the same name use
30372026-03-04T17:37:52.087Zthe same path; see <https://github.com/rust-lang/cargo/issues/6313>.
30382026-03-04T17:37:53.376Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-03-04T17:37:53.614Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30402026-03-04T17:37:53.645Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-03-04T17:37:53.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30422026-03-04T17:37:53.744Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30432026-03-04T17:37:53.782Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30442026-03-04T17:37:53.786Z Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-03-04T17:37:54.067Z Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30462026-03-04T17:37:54.107Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30472026-03-04T17:37:54.170Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-03-04T17:37:54.304Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30492026-03-04T17:37:54.310Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-03-04T17:37:54.530Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30512026-03-04T17:37:54.613Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30522026-03-04T17:37:54.684Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30532026-03-04T17:37:54.895Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30542026-03-04T17:37:54.927Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30552026-03-04T17:37:54.981Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-03-04T17:37:55.612Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30572026-03-04T17:37:56.128Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30582026-03-04T17:37:56.174Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
30592026-03-04T17:37:56.417Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30602026-03-04T17:37:56.451Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30612026-03-04T17:37:56.487Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30622026-03-04T17:37:56.596Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30632026-03-04T17:37:56.784Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30642026-03-04T17:37:56.879Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30652026-03-04T17:37:57.179Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30662026-03-04T17:37:57.539Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30672026-03-04T17:37:57.689Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30682026-03-04T17:37:57.891Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30692026-03-04T17:37:58.149Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30702026-03-04T17:37:58.217Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30712026-03-04T17:37:58.311Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30722026-03-04T17:37:58.563Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30732026-03-04T17:37:58.613Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30742026-03-04T17:37:58.745Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30752026-03-04T17:37:59.023Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30762026-03-04T17:37:59.240Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
30772026-03-04T17:37:59.622Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30782026-03-04T17:37:59.943Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30792026-03-04T17:38:00.075Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30802026-03-04T17:38:00.254Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
30812026-03-04T17:38:00.316Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
30822026-03-04T17:38:00.393Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30832026-03-04T17:38:00.589Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30842026-03-04T17:38:00.695Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30852026-03-04T17:38:00.804Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30862026-03-04T17:38:00.851Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30872026-03-04T17:38:00.925Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30882026-03-04T17:38:01.103Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
30892026-03-04T17:38:01.290Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30902026-03-04T17:38:01.355Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
30912026-03-04T17:38:01.403Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30922026-03-04T17:38:01.544Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
30932026-03-04T17:38:01.741Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
30942026-03-04T17:38:01.790Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30952026-03-04T17:38:01.825Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30962026-03-04T17:38:02.075Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30972026-03-04T17:38:02.193Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
30982026-03-04T17:38:02.228Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
30992026-03-04T17:38:02.262Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31002026-03-04T17:38:02.570Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
31012026-03-04T17:38:02.607Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31022026-03-04T17:38:03.041Z Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31032026-03-04T17:38:03.069Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
31042026-03-04T17:38:03.100Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31052026-03-04T17:38:03.410Z Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31062026-03-04T17:38:03.802Z Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31072026-03-04T17:38:04.329Z Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
31082026-03-04T17:38:04.699Z Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
31092026-03-04T17:38:05.337Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31102026-03-04T17:38:05.661Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31112026-03-04T17:38:05.741Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31122026-03-04T17:38:06.162Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31132026-03-04T17:38:08.249Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31142026-03-04T17:38:08.654Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31152026-03-04T17:38:09.072Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31162026-03-04T17:38:09.406Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31172026-03-04T17:38:09.461Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31182026-03-04T17:38:10.031Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31192026-03-04T17:38:10.215Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31202026-03-04T17:38:10.472Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31212026-03-04T17:38:11.139Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31222026-03-04T17:38:11.305Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31232026-03-04T17:38:11.729Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31242026-03-04T17:38:12.117Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31252026-03-04T17:38:12.155Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31262026-03-04T17:38:12.640Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272026-03-04T17:38:12.691Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31282026-03-04T17:38:12.826Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31292026-03-04T17:38:13.084Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31302026-03-04T17:38:13.545Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31312026-03-04T17:38:13.884Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31322026-03-04T17:38:14.120Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31332026-03-04T17:38:14.480Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31342026-03-04T17:38:14.960Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31352026-03-04T17:38:14.999Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31362026-03-04T17:38:15.451Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31372026-03-04T17:38:15.591Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31382026-03-04T17:38:16.386Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31392026-03-04T17:38:17.805Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31402026-03-04T17:38:18.265Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31412026-03-04T17:38:18.486Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31422026-03-04T17:38:19.443Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31432026-03-04T17:38:20.235Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31442026-03-04T17:38:20.844Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
31452026-03-04T17:38:20.885Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31462026-03-04T17:38:21.284Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31472026-03-04T17:38:21.325Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31482026-03-04T17:38:21.608Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31492026-03-04T17:38:21.757Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31502026-03-04T17:38:22.107Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31512026-03-04T17:38:22.644Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
31522026-03-04T17:38:23.024Z Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31532026-03-04T17:38:23.133Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31542026-03-04T17:38:23.264Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31552026-03-04T17:38:23.386Z Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
31562026-03-04T17:38:24.608Z Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31572026-03-04T17:38:26.247Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31582026-03-04T17:38:27.922Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31592026-03-04T17:38:27.969Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
31602026-03-04T17:38:28.003Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31612026-03-04T17:38:28.348Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
31622026-03-04T17:38:28.412Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31632026-03-04T17:38:28.474Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31642026-03-04T17:38:29.612Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
31652026-03-04T17:38:29.870Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
31662026-03-04T17:38:29.933Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31672026-03-04T17:38:30.051Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31682026-03-04T17:38:30.164Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
31692026-03-04T17:38:30.703Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31702026-03-04T17:38:30.739Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31712026-03-04T17:38:31.373Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
31722026-03-04T17:38:31.437Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
31732026-03-04T17:38:32.172Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
31742026-03-04T17:38:34.172Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31752026-03-04T17:38:34.396Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31762026-03-04T17:38:34.540Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31772026-03-04T17:38:35.515Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31782026-03-04T17:38:35.976Z Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31792026-03-04T17:38:36.340Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31802026-03-04T17:38:38.563Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31812026-03-04T17:38:40.112Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31822026-03-04T17:38:41.836Z Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31832026-03-04T17:38:42.763Z Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31842026-03-04T17:38:43.046Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31852026-03-04T17:38:43.124Z Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31862026-03-04T17:38:46.308Z Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31872026-03-04T17:38:48.234Z Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31882026-03-04T17:38:48.696Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
31892026-03-04T17:38:48.898Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31902026-03-04T17:38:49.367Z Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31912026-03-04T17:38:49.867Z Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31922026-03-04T17:38:53.849Z Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31932026-03-04T17:38:54.457Z Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31942026-03-04T17:38:54.502Z Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
31952026-03-04T17:38:54.919Z Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31962026-03-04T17:38:55.773Z Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
31972026-03-04T17:39:00.508Z Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
31982026-03-04T17:39:00.986Z Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31992026-03-04T17:39:01.229Z Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32002026-03-04T17:39:02.893Z Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32012026-03-04T17:39:04.645Z Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32022026-03-04T17:39:05.065Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32032026-03-04T17:39:05.068Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32042026-03-04T17:39:07.086Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32052026-03-04T17:39:08.086Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32062026-03-04T17:39:08.511Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32072026-03-04T17:39:09.011Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32082026-03-04T17:39:09.180Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32092026-03-04T17:39:09.230Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32102026-03-04T17:39:10.437Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32112026-03-04T17:39:10.481Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32122026-03-04T17:39:10.571Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32132026-03-04T17:39:10.610Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32142026-03-04T17:39:10.692Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32152026-03-04T17:39:11.192Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32162026-03-04T17:39:12.586Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32172026-03-04T17:39:12.639Z Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32182026-03-04T17:39:13.329Z Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32192026-03-04T17:39:13.906Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32202026-03-04T17:39:13.955Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32212026-03-04T17:39:14.605Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32222026-03-04T17:39:15.037Z Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32232026-03-04T17:39:15.792Z Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32242026-03-04T17:39:16.083Z Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
32252026-03-04T17:39:19.058Z Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
32262026-03-04T17:39:23.114Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32272026-03-04T17:39:23.156Z Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32282026-03-04T17:39:26.026Z Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
32292026-03-04T17:39:28.351Z Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32302026-03-04T17:40:11.412Z Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32312026-03-04T17:40:12.397Z Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32322026-03-04T17:40:12.398Z Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
32332026-03-04T17:40:12.398Z Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32342026-03-04T17:40:12.398Z Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32352026-03-04T17:40:12.398Z Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32362026-03-04T17:40:12.398Z Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
32372026-03-04T17:40:12.398Z Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
32382026-03-04T17:40:12.398Z Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-03-04T17:40:12.399Z Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32402026-03-04T17:40:12.399Z Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32412026-03-04T17:40:12.399Z Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-03-04T17:40:12.399Z Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32432026-03-04T17:40:12.399Z Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32442026-03-04T17:40:12.399Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
32452026-03-04T17:40:12.399Z Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32462026-03-04T17:40:12.399Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32472026-03-04T17:40:12.399Z Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
32482026-03-04T17:40:12.399Z Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32492026-03-04T17:40:12.399Z Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32502026-03-04T17:40:12.399Z Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32512026-03-04T17:40:12.399Z Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32522026-03-04T17:40:15.903Z Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32532026-03-04T17:40:17.453Z Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32542026-03-04T17:40:19.320Z Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32552026-03-04T17:40:22.134Z Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32562026-03-04T17:40:23.547Z Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32572026-03-04T17:40:25.120Z Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32582026-03-04T17:40:26.920Z Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32592026-03-04T17:40:31.324Z Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32602026-03-04T17:40:34.190Z Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32612026-03-04T17:40:34.778Z Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32622026-03-04T17:40:35.898Z Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32632026-03-04T17:40:38.026Z Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32642026-03-04T17:40:40.314Z Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32652026-03-04T17:40:44.130Z Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32662026-03-04T17:40:49.388Z Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32672026-03-04T17:40:51.600Z Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-03-04T17:40:53.250Z Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-03-04T17:40:55.095Z Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32702026-03-04T17:40:56.942Z Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32712026-03-04T17:40:58.842Z Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
32722026-03-04T17:41:04.162Z Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
32732026-03-04T17:41:04.977Z Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32742026-03-04T17:41:07.157Z Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32752026-03-04T17:41:08.131Z Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32762026-03-04T17:41:10.704Z Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32772026-03-04T17:41:13.915Z Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32782026-03-04T17:41:16.492Z Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32792026-03-04T17:41:20.080Z Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32802026-03-04T17:41:22.997Z Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32812026-03-04T17:41:25.871Z Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32822026-03-04T17:41:28.709Z Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32832026-03-04T17:41:31.628Z Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32842026-03-04T17:41:34.388Z Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32852026-03-04T17:41:36.583Z Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32862026-03-04T17:41:38.430Z Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
32872026-03-04T17:41:40.808Z Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32882026-03-04T17:41:43.235Z Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32892026-03-04T17:41:45.314Z Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
32902026-03-04T17:41:47.858Z Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32912026-03-04T17:41:49.858Z Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32922026-03-04T17:41:53.008Z Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32932026-03-04T17:41:54.616Z Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32942026-03-04T17:41:56.982Z Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32952026-03-04T17:41:59.060Z Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32962026-03-04T17:42:01.658Z Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-03-04T17:42:04.313Z Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32982026-03-04T17:42:06.495Z Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32992026-03-04T17:42:08.898Z Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33002026-03-04T17:42:11.642Z Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33012026-03-04T17:42:13.845Z Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33022026-03-04T17:42:16.084Z Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33032026-03-04T17:42:18.218Z Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33042026-03-04T17:42:20.418Z Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33052026-03-04T17:42:22.657Z Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33062026-03-04T17:42:26.774Z Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33072026-03-04T17:42:31.676Z Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33082026-03-04T17:42:31.805Z Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33092026-03-04T17:42:32.263Z Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33102026-03-04T17:42:34.698Z Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-03-04T17:42:37.068Z Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33122026-03-04T17:42:39.888Z Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33132026-03-04T17:42:44.111Z Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142026-03-04T17:42:46.654Z Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33152026-03-04T17:42:49.077Z Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33162026-03-04T17:42:51.596Z Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33172026-03-04T17:42:53.836Z Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33182026-03-04T17:42:56.069Z Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33192026-03-04T17:42:58.554Z Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-03-04T17:43:01.435Z Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-03-04T17:43:03.541Z Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33222026-03-04T17:43:05.612Z Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
33232026-03-04T17:43:07.947Z Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33242026-03-04T17:43:10.238Z Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33252026-03-04T17:43:12.612Z Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33262026-03-04T17:43:15.224Z Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33272026-03-04T17:43:17.449Z Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33282026-03-04T17:43:19.737Z Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33292026-03-04T17:43:22.249Z Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33302026-03-04T17:43:24.530Z Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
33312026-03-04T17:43:27.040Z Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
33322026-03-04T17:43:29.504Z Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33332026-03-04T17:43:32.255Z Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33342026-03-04T17:43:34.457Z Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33352026-03-04T17:43:37.108Z Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33362026-03-04T17:43:39.673Z Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33372026-03-04T17:43:42.229Z Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33382026-03-04T17:43:44.623Z Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33392026-03-04T17:43:47.126Z Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-03-04T17:43:50.498Z Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
33412026-03-04T17:43:52.899Z Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
33422026-03-04T17:43:55.455Z Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33432026-03-04T17:43:58.216Z Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33442026-03-04T17:44:00.788Z Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33452026-03-04T17:44:03.379Z Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33462026-03-04T17:44:05.901Z Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33472026-03-04T17:44:08.537Z Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
33482026-03-04T17:44:11.178Z Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33492026-03-04T17:44:20.403Z Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33502026-03-04T17:44:20.489Z Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33512026-03-04T17:44:22.718Z Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33522026-03-04T17:44:26.204Z Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33532026-03-04T17:44:29.636Z Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33542026-03-04T17:44:33.133Z Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
33552026-03-04T17:44:36.640Z Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-03-04T17:44:40.100Z Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
33572026-03-04T17:44:43.810Z Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33582026-03-04T17:44:47.591Z Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33592026-03-04T17:44:50.911Z Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
33602026-03-04T17:44:54.508Z Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33612026-03-04T17:44:58.084Z Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33622026-03-04T17:45:01.622Z Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
33632026-03-04T17:45:05.196Z Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
33642026-03-04T17:45:08.664Z Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33652026-03-04T17:45:36.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 45s
33662026-03-04T17:45:36.852Z Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 188 other files
33672026-03-04T17:45:36.947Z
33682026-03-04T17:45:36.951Zreal 7:46.073903522
33692026-03-04T17:45:36.951Zuser 30:44.444425595
33702026-03-04T17:45:36.951Zsys 4:46.726404690
33712026-03-04T17:45:36.951Ztrap 0.768847280
33722026-03-04T17:45:36.951Ztflt 0.069019133
33732026-03-04T17:45:36.951Zdflt 0.068799958
33742026-03-04T17:45:36.951Zkflt 0.000009657
33752026-03-04T17:45:36.951Zlock 5:51:05.149007148
33762026-03-04T17:45:36.951Zslp 2:39:03.258182413
33772026-03-04T17:45:36.952Zlat 46.157215509
33782026-03-04T17:45:36.952Zstop 2:10.067658650
33792026-03-04T17:45:36.952Zprocess exited: duration 1345740 ms, exit code 0
 
33802026-03-04T17:45:36.958Zfound 0 output files