01JHK607Q7ATV4581CWDAA2MAM: check-features (helios)

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

Buildomat Job: 01JHK60Y5TJN0MY3ZRKC6ZBVXG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-14T19:55:08.678Zjob assigned to worker 01JHK63A8FYKQNJ1Q4F00NYJVA [factory aws, i-0e778bfc7a89ae552] (queued for 2 m 2 s)
 
22025-01-14T19:55:16.859Zstarting task 0: "setup"
32025-01-14T19:55:16.869Z++ uname -s
42025-01-14T19:55:16.872Z+ kern=SunOS
52025-01-14T19:55:16.872Z+ case "$kern" in
62025-01-14T19:55:16.872Z+ groupadd -g 12345 build
72025-01-14T19:55:16.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-14T19:55:18.882Z+ zfs create -o mountpoint=/work rpool/work
92025-01-14T19:55:18.990Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-14T19:55:18.994Z+ home_fs=zfs
112025-01-14T19:55:18.994Z+ [[ zfs == autofs ]]
122025-01-14T19:55:18.994Z+ mkdir -p /home/build
132025-01-14T19:55:18.994Z+ chown build:build /home/build /work
142025-01-14T19:55:20.997Z+ chmod 0700 /home/build /work
152025-01-14T19:55:20.999Zprocess exited: duration 4141 ms, exit code 0
 
162025-01-14T19:55:21.005Zstarting task 1: "rust-toolchain"
172025-01-14T19:55:21.010Z+ printf ' * toolchain channel = "%s"
182025-01-14T19:55:21.011Z' 1.81.0
192025-01-14T19:55:21.011Z+ printf ' * toolchain profile = "%s"
202025-01-14T19:55:21.011Z' default
212025-01-14T19:55:21.011Z * toolchain channel = "1.81.0"
222025-01-14T19:55:21.011Z * toolchain profile = "default"
232025-01-14T19:55:21.014Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-14T19:55:21.014Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252025-01-14T19:55:21.124Zinfo: downloading installer
262025-01-14T19:55:22.457Zinfo: profile set to 'default'
272025-01-14T19:55:22.457Zinfo: default host triple is x86_64-unknown-illumos
282025-01-14T19:55:22.461Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292025-01-14T19:55:22.613Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302025-01-14T19:55:22.613Zinfo: downloading component 'cargo'
312025-01-14T19:55:23.473Zinfo: downloading component 'clippy'
322025-01-14T19:55:23.791Zinfo: downloading component 'rust-docs'
332025-01-14T19:55:24.987Zinfo: downloading component 'rust-std'
342025-01-14T19:55:26.852Zinfo: downloading component 'rustc'
352025-01-14T19:55:33.559Zinfo: downloading component 'rustfmt'
362025-01-14T19:55:33.811Zinfo: installing component 'cargo'
372025-01-14T19:55:34.645Zinfo: installing component 'clippy'
382025-01-14T19:55:35.008Zinfo: installing component 'rust-docs'
392025-01-14T19:55:36.644Zinfo: installing component 'rust-std'
402025-01-14T19:55:38.375Zinfo: installing component 'rustc'
412025-01-14T19:55:44.085Zinfo: installing component 'rustfmt'
422025-01-14T19:55:44.405Z
432025-01-14T19:55:44.405Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
442025-01-14T19:55:44.770Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452025-01-14T19:55:44.770Z
462025-01-14T19:55:44.773Z
472025-01-14T19:55:44.773ZRust is installed now. Great!
482025-01-14T19:55:44.773Z
492025-01-14T19:55:44.773ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-14T19:55:44.773Zenvironment variable. This has not been done automatically.
512025-01-14T19:55:44.773Z
522025-01-14T19:55:44.773ZTo configure your current shell, you need to source
532025-01-14T19:55:44.773Zthe corresponding env file under $HOME/.cargo.
542025-01-14T19:55:44.773Z
552025-01-14T19:55:44.773ZThis is usually done by running one of the following (note the leading DOT):
562025-01-14T19:55:44.773Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-14T19:55:44.773Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-14T19:55:44.848Z+ rustc --version
592025-01-14T19:55:44.914Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602025-01-14T19:55:44.916Zprocess exited: duration 23908 ms, exit code 0
 
612025-01-14T19:55:44.924Zstarting task 2: "authentication"
622025-01-14T19:55:44.945Zprocess exited: duration 20 ms, exit code 0
 
632025-01-14T19:55:44.950Zstarting task 3: "clone repository"
642025-01-14T19:55:44.955Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-14T19:55:44.958Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-14T19:55:44.996ZCloning into '/work/oxidecomputer/omicron'...
672025-01-14T19:55:53.125Z+ cd /work/oxidecomputer/omicron
682025-01-14T19:55:53.125Z+ git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9
692025-01-14T19:55:53.418ZFrom https://github.com/oxidecomputer/omicron
702025-01-14T19:55:53.418Z * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD
712025-01-14T19:55:53.429Z+ [[ -n iliana/tuf-artifact-key ]]
722025-01-14T19:55:53.433Z++ git branch --show-current
732025-01-14T19:55:53.435Z+ current=main
742025-01-14T19:55:53.436Z+ [[ main != iliana/tuf-artifact-key ]]
752025-01-14T19:55:53.436Z+ git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9
762025-01-14T19:55:53.439Z+ git checkout -f iliana/tuf-artifact-key
772025-01-14T19:55:53.619ZSwitched to branch 'iliana/tuf-artifact-key'
782025-01-14T19:55:53.622Z+ git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9
792025-01-14T19:55:53.799ZHEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID
802025-01-14T19:55:53.802Zprocess exited: duration 8850 ms, exit code 0
 
812025-01-14T19:55:53.807Zstarting task 4: "build"
822025-01-14T19:55:53.813Z+ source .github/buildomat/ci-env.sh
832025-01-14T19:55:53.813Z++ export CARGO_TERM_COLOR=always
842025-01-14T19:55:53.813Z++ CARGO_TERM_COLOR=always
852025-01-14T19:55:53.813Z+ cargo --version
862025-01-14T19:55:53.872Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872025-01-14T19:55:53.875Z+ rustc --version
882025-01-14T19:55:53.937Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892025-01-14T19:55:53.940Z+ source ./env.sh
902025-01-14T19:55:53.940Z++ OLD_SHELL_OPTS=ehxB
912025-01-14T19:55:53.940Z++ set -o xtrace
922025-01-14T19:55:53.942Z++++ dirname ./env.sh
932025-01-14T19:55:53.945Z+++ readlink -f .
942025-01-14T19:55:53.948Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-14T19:55:53.948Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
962025-01-14T19:55:53.948Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972025-01-14T19:55:53.948Z++ 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
982025-01-14T19:55:53.948Z++ 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
992025-01-14T19:55:53.948Z++ 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
1002025-01-14T19:55:53.948Z++ 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
1012025-01-14T19:55:53.948Z++ 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
1022025-01-14T19:55:53.948Z++ 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
1032025-01-14T19:55:53.948Z++ case $OLD_SHELL_OPTS in
1042025-01-14T19:55:53.948Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-14T19:55:53.948Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1062025-01-14T19:55:53.948Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1072025-01-14T19:55:53.948Z+ banner prerequisites
1082025-01-14T19:55:53.950Z
1092025-01-14T19:55:53.950Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-14T19:55:53.950Z # # # # # # # # # # # # # # #
1112025-01-14T19:55:53.951Z # # # # ##### # # ##### # # # # # #### #
1122025-01-14T19:55:53.951Z ##### ##### # ##### # # # # # # # # #
1132025-01-14T19:55:53.951Z # # # # # # # # # # # # # # #
1142025-01-14T19:55:53.951Z # # # ###### # # ###### ### # #### # #### #
1152025-01-14T19:55:53.951Z
1162025-01-14T19:55:53.951Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-14T19:55:55.589Zpkg list: illegal option -- F
1182025-01-14T19:55:55.589ZUsage:
1192025-01-14T19:55:55.592Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-14T19:55:55.592Z [pkg_fmri_pattern ...]
1212025-01-14T19:55:56.457Zpkg list: illegal option -- F
1222025-01-14T19:55:56.457ZUsage:
1232025-01-14T19:55:56.459Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-14T19:55:56.459Z [pkg_fmri_pattern ...]
1252025-01-14T19:56:02.756Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-14T19:56:06.858Z Startup: Caching catalogs ... Done
1272025-01-14T19:56:18.331ZPlanning: Solver setup ... Done (10.661s)
1282025-01-14T19:56:18.473ZPlanning: Running solver ... Done (0.141s)
1292025-01-14T19:56:18.588ZPlanning: Finding local manifests ... Done (0.006s)
1302025-01-14T19:56:18.609ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-14T19:56:18.865ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-14T19:56:18.978ZPlanning: Package planning ... Done (0.112s)
1332025-01-14T19:56:19.036ZPlanning: Merging actions ... Done (0.058s)
1342025-01-14T19:56:19.232ZPlanning: Checking for conflicting actions ... Done (0.197s)
1352025-01-14T19:56:21.308ZPlanning: Consolidating action changes ... Done (2.075s)
1362025-01-14T19:56:21.754ZPlanning: Evaluating mediators ... Done (0.446s)
1372025-01-14T19:56:21.839ZPlanning: Planning completed in 14.88 seconds
1382025-01-14T19:56:21.855Z Packages to install: 4
1392025-01-14T19:56:21.855Z Packages to update: 3
1402025-01-14T19:56:21.855Z Mediators to change: 2
1412025-01-14T19:56:21.858Z Services to change: 1
1422025-01-14T19:56:21.858Z Estimated space available: 155.63 GB
1432025-01-14T19:56:21.858ZEstimated space to be consumed: 1.64 GB
1442025-01-14T19:56:21.858Z Create boot environment: No
1452025-01-14T19:56:21.858ZCreate backup boot environment: Yes
1462025-01-14T19:56:21.858Z Rebuild boot archive: No
1472025-01-14T19:56:21.858Z
1482025-01-14T19:56:21.858ZChanged mediators:
1492025-01-14T19:56:21.858Z mediator clang:
1502025-01-14T19:56:21.858Z version: None -> 15 (system default)
1512025-01-14T19:56:21.858Z
1522025-01-14T19:56:21.858Z mediator llvm:
1532025-01-14T19:56:21.858Z version: 14 (system default) -> 15 (system default)
1542025-01-14T19:56:21.858Z
1552025-01-14T19:56:21.858ZChanged packages:
1562025-01-14T19:56:21.858Zhelios-dev
1572025-01-14T19:56:21.858Z developer/build-essential
1582025-01-14T19:56:21.858Z None -> 11-2.0
1592025-01-14T19:56:21.858Z library/libxmlsec1
1602025-01-14T19:56:21.858Z None -> 1.2.35-2.0
1612025-01-14T19:56:21.858Z ooce/developer/clang-15
1622025-01-14T19:56:21.858Z None -> 15.0.7-2.0
1632025-01-14T19:56:21.858Z ooce/developer/llvm-15
1642025-01-14T19:56:21.858Z None -> 15.0.7-2.0
1652025-01-14T19:56:21.858Z package/pkg
1662025-01-14T19:56:21.859Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-14T19:56:21.859Z system/library/g++-runtime
1682025-01-14T19:56:21.859Z 13-2.0 -> 14-2.0
1692025-01-14T19:56:21.859Z system/library/gcc-runtime
1702025-01-14T19:56:21.859Z 13-2.0 -> 14-2.0
1712025-01-14T19:56:21.859Z
1722025-01-14T19:56:21.859ZServices:
1732025-01-14T19:56:21.859Z restart_fmri:
1742025-01-14T19:56:21.859Z svc:/system/update-man-index:default
1752025-01-14T19:56:21.859Z
1762025-01-14T19:56:21.859ZEditable files to change:
1772025-01-14T19:56:21.859Z Update:
1782025-01-14T19:56:21.859Z usr/share/lib/pkg/web/config.shtml
1792025-01-14T19:56:21.938Z
1802025-01-14T19:56:21.938ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-14T19:56:26.939ZDownload: 1079/4301 items 19.6/225.4MB 8% complete (4.0M/s)
1822025-01-14T19:56:31.941ZDownload: 1826/4301 items 118.5/225.4MB 52% complete (12.0M/s)
1832025-01-14T19:56:36.943ZDownload: 2602/4301 items 120.5/225.4MB 53% complete (10.1M/s)
1842025-01-14T19:56:41.944ZDownload: 3249/4301 items 203.1/225.4MB 90% complete (8.5M/s)
1852025-01-14T19:56:46.954ZDownload: 4289/4301 items 224.4/225.4MB 99% complete (10.3M/s)
1862025-01-14T19:56:46.997ZDownload: Completed 225.42 MB in 25.06 seconds (9.0M/s)
1872025-01-14T19:56:49.067Z Actions: 1/5122 actions (Removing old actions)
1882025-01-14T19:56:49.088Z Actions: 194/5122 actions (Installing new actions)
1892025-01-14T19:56:53.827Z Actions: 4267/5122 actions (Updating modified actions)
1902025-01-14T19:56:54.183Z Actions: Completed 5122 actions in 5.12 seconds.
1912025-01-14T19:56:54.593Z Done (0.402s)
1922025-01-14T19:56:54.596Z Done (0.001s)
1932025-01-14T19:56:55.189Z Done (0.577s)
1942025-01-14T19:56:59.686Z Done (4.281s)
1952025-01-14T19:56:59.773Z Done (0.017s)
1962025-01-14T19:56:59.776Z Done (0.000s)
1972025-01-14T19:56:59.959Z Done (0.000s)
1982025-01-14T19:57:00.659ZPlanning: Evaluating mediator changes ... Done
1992025-01-14T19:57:00.819ZPlanning: Checking for conflicting actions ... Done
2002025-01-14T19:57:00.822ZPlanning: Consolidating action changes ... Done
2012025-01-14T19:57:01.089ZPlanning: Evaluating mediators ... Done
2022025-01-14T19:57:01.091ZPlanning: Planning completed in 0.43 seconds
2032025-01-14T19:57:01.129Z Mediators to change: 2
2042025-01-14T19:57:01.129Z Create boot environment: No
2052025-01-14T19:57:01.132ZCreate backup boot environment: No
2062025-01-14T19:57:01.204Z Done
2072025-01-14T19:57:01.204Z Done
2082025-01-14T19:57:01.567Z Done
2092025-01-14T19:57:05.336Z Done
2102025-01-14T19:57:05.429Z Done
2112025-01-14T19:57:05.431Z Done
2122025-01-14T19:57:05.544Z Done
2132025-01-14T19:57:06.153ZPlanning: Evaluating mediator changes ... Done
2142025-01-14T19:57:06.156ZPlanning: Merging actions ... Done
2152025-01-14T19:57:06.342ZPlanning: Checking for conflicting actions ... Done
2162025-01-14T19:57:06.347ZPlanning: Consolidating action changes ... Done
2172025-01-14T19:57:06.613ZPlanning: Evaluating mediators ... Done
2182025-01-14T19:57:06.669ZPlanning: Planning completed in 0.76 seconds
2192025-01-14T19:57:06.712Z Packages to change: 1
2202025-01-14T19:57:06.712Z Mediators to change: 1
2212025-01-14T19:57:06.714Z Services to change: 1
2222025-01-14T19:57:06.714Z Create boot environment: No
2232025-01-14T19:57:06.714ZCreate backup boot environment: Yes
2242025-01-14T19:57:08.876Z Actions: 1/6 actions (Updating modified actions)
2252025-01-14T19:57:08.879Z Actions: Completed 6 actions in 0.00 seconds.
2262025-01-14T19:57:08.879Z Done
2272025-01-14T19:57:08.879Z Done
2282025-01-14T19:57:08.996Z Done
2292025-01-14T19:57:12.785Z Done
2302025-01-14T19:57:12.880Z Done
2312025-01-14T19:57:12.883Z Done
2322025-01-14T19:57:13.023Z Done
2332025-01-14T19:57:13.465ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2342025-01-14T19:57:13.466Zclang system 15 system
2352025-01-14T19:57:13.466Zcsh system system illumos
2362025-01-14T19:57:13.466Zctags system system illumos
2372025-01-14T19:57:13.466Zgcc vendor 12 vendor
2382025-01-14T19:57:13.466Zgcc system 10 system
2392025-01-14T19:57:13.466Zgcc system 7 system
2402025-01-14T19:57:13.466Zgo system 1.20 system
2412025-01-14T19:57:13.466Zgo system 1.19 system
2422025-01-14T19:57:13.466Zllvm system 15 system
2432025-01-14T19:57:13.466Zllvm system 14 system
2442025-01-14T19:57:13.466Zmariadb system 10.6 system
2452025-01-14T19:57:13.466Zmta vendor vendor dma
2462025-01-14T19:57:13.466Zopenjdk system 17 system
2472025-01-14T19:57:13.466Zopenjdk system 11 system
2482025-01-14T19:57:13.466Zopenjdk system 1.8 system
2492025-01-14T19:57:13.466Zopenssl vendor 3 vendor
2502025-01-14T19:57:13.466Zperl system 5.36 system
2512025-01-14T19:57:13.466Zpostgresql system 15 system
2522025-01-14T19:57:13.466Zpostgresql system 13 system
2532025-01-14T19:57:13.466Zpython vendor 3 vendor
2542025-01-14T19:57:13.466Zpython system 2 system
2552025-01-14T19:57:13.466Zpython3 system 3.11 system
2562025-01-14T19:57:13.466Zruby system 3.0 system
2572025-01-14T19:57:13.466Zwords vendor vendor american-english
2582025-01-14T19:57:13.466Zwords system system australian-english
2592025-01-14T19:57:13.466Zwords system system british-english
2602025-01-14T19:57:13.466Zwords system system canadian-english
2612025-01-14T19:57:13.466Zwords system system french
2622025-01-14T19:57:13.466Zwords system system italian
2632025-01-14T19:57:13.466Zwords system system ngerman
2642025-01-14T19:57:13.466Zwords system system ogerman
2652025-01-14T19:57:13.466Zwords system system spanish
2662025-01-14T19:57:13.810ZPUBLISHER TYPE STATUS P LOCATION
2672025-01-14T19:57:13.810Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682025-01-14T19:57:16.617ZFMRI IFO
2692025-01-14T19:57:16.617Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702025-01-14T19:57:16.617Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712025-01-14T19:57:16.617Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722025-01-14T19:57:16.617Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732025-01-14T19:57:16.617Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742025-01-14T19:57:16.617Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2752025-01-14T19:57:16.617Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2762025-01-14T19:57:16.617Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772025-01-14T19:57:16.617Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782025-01-14T19:57:16.617Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2792025-01-14T19:57:16.617Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802025-01-14T19:57:16.618Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812025-01-14T19:57:16.618Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2822025-01-14T19:57:16.618Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832025-01-14T19:57:16.618Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842025-01-14T19:57:17.396Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852025-01-14T19:57:17.675Z Updating crates.io index
2862025-01-14T19:57:17.724Z Updating git repository `https://github.com/oxidecomputer/diffus`
2872025-01-14T19:57:18.034Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2882025-01-14T19:57:18.479Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2892025-01-14T19:57:18.730Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902025-01-14T19:57:19.021Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2912025-01-14T19:57:19.290Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922025-01-14T19:57:20.269Z Updating git repository `https://github.com/oxidecomputer/crucible`
2932025-01-14T19:57:21.834Z Updating git repository `https://github.com/oxidecomputer/opte`
2942025-01-14T19:57:22.535Z Updating git repository `https://github.com/oxidecomputer/falcon`
2952025-01-14T19:57:23.289Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962025-01-14T19:57:23.533Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972025-01-14T19:57:23.809Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2982025-01-14T19:57:24.435Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2992025-01-14T19:57:24.886Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002025-01-14T19:57:25.190Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012025-01-14T19:57:25.536Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022025-01-14T19:57:25.822Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032025-01-14T19:57:26.090Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042025-01-14T19:57:26.393Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-01-14T19:57:26.741Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062025-01-14T19:57:27.209Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072025-01-14T19:57:27.476Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082025-01-14T19:57:28.004Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092025-01-14T19:57:28.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102025-01-14T19:57:28.856Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112025-01-14T19:57:29.230Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3122025-01-14T19:57:29.519Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132025-01-14T19:57:29.784Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142025-01-14T19:57:30.051Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152025-01-14T19:57:31.306Z Downloading crates ...
3162025-01-14T19:57:31.367Z Downloaded anstyle-parse v0.2.5
3172025-01-14T19:57:31.370Z Downloaded clap v4.5.21
3182025-01-14T19:57:31.379Z Downloaded equivalent v1.0.1
3192025-01-14T19:57:31.382Z Downloaded dtrace-parser v0.2.0
3202025-01-14T19:57:31.392Z Downloaded usdt-attr-macro v0.5.0
3212025-01-14T19:57:31.395Z Downloaded swrite v0.1.0
3222025-01-14T19:57:31.400Z Downloaded autocfg v1.4.0
3232025-01-14T19:57:31.408Z Downloaded usdt-macro v0.5.0
3242025-01-14T19:57:31.413Z Downloaded scroll_derive v0.12.0
3252025-01-14T19:57:31.416Z Downloaded errno v0.3.9
3262025-01-14T19:57:31.419Z Downloaded tabled_derive v0.7.0
3272025-01-14T19:57:31.421Z Downloaded clap_lex v0.7.2
3282025-01-14T19:57:31.426Z Downloaded usdt v0.5.0
3292025-01-14T19:57:31.429Z Downloaded toml_datetime v0.6.8
3302025-01-14T19:57:31.429Z Downloaded crypto-common v0.1.6
3312025-01-14T19:57:31.431Z Downloaded strsim v0.11.1
3322025-01-14T19:57:31.431Z Downloaded anstyle v1.0.10
3332025-01-14T19:57:31.434Z Downloaded dof v0.3.0
3342025-01-14T19:57:31.434Z Downloaded anstyle-query v1.1.1
3352025-01-14T19:57:31.436Z Downloaded cpufeatures v0.2.14
3362025-01-14T19:57:31.436Z Downloaded byteorder v1.5.0
3372025-01-14T19:57:31.438Z Downloaded colorchoice v1.0.2
3382025-01-14T19:57:31.441Z Downloaded proc-macro-error-attr v1.0.4
3392025-01-14T19:57:31.441Z Downloaded memmap v0.7.0
3402025-01-14T19:57:31.443Z Downloaded heck v0.5.0
3412025-01-14T19:57:31.443Z Downloaded clap_derive v4.5.18
3422025-01-14T19:57:31.446Z Downloaded itoa v1.0.11
3432025-01-14T19:57:31.446Z Downloaded heck v0.4.1
3442025-01-14T19:57:31.449Z Downloaded version_check v0.9.5
3452025-01-14T19:57:31.449Z Downloaded generic-array v0.14.7
3462025-01-14T19:57:31.452Z Downloaded block-buffer v0.10.4
3472025-01-14T19:57:31.452Z Downloaded serde_spanned v0.6.8
3482025-01-14T19:57:31.454Z Downloaded cfg-if v1.0.0
3492025-01-14T19:57:31.454Z Downloaded pretty-hex v0.4.1
3502025-01-14T19:57:31.454Z Downloaded anstream v0.6.15
3512025-01-14T19:57:31.457Z Downloaded pest_generator v2.7.14
3522025-01-14T19:57:31.459Z Downloaded macaddr v1.0.1
3532025-01-14T19:57:31.459Z Downloaded fs-err v2.11.0
3542025-01-14T19:57:31.462Z Downloaded fnv v1.0.7
3552025-01-14T19:57:31.462Z Downloaded fastrand v2.1.1
3562025-01-14T19:57:31.464Z Downloaded cargo-platform v0.1.8
3572025-01-14T19:57:31.467Z Downloaded utf8parse v0.2.2
3582025-01-14T19:57:31.467Z Downloaded digest v0.10.7
3592025-01-14T19:57:31.469Z Downloaded is_terminal_polyfill v1.70.1
3602025-01-14T19:57:31.474Z Downloaded thread-id v4.2.2
3612025-01-14T19:57:31.477Z Downloaded camino-tempfile v1.1.1
3622025-01-14T19:57:31.477Z Downloaded plain v0.2.3
3632025-01-14T19:57:31.479Z Downloaded cargo_toml v0.20.5
3642025-01-14T19:57:31.483Z Downloaded tempfile v3.13.0
3652025-01-14T19:57:31.486Z Downloaded cargo_metadata v0.18.1
3662025-01-14T19:57:31.488Z Downloaded bytecount v0.6.8
3672025-01-14T19:57:31.491Z Downloaded serde_tokenstream v0.2.2
3682025-01-14T19:57:31.494Z Downloaded thiserror-impl v1.0.69
3692025-01-14T19:57:31.494Z Downloaded camino v1.1.9
3702025-01-14T19:57:31.496Z Downloaded proc-macro-error v1.0.4
3712025-01-14T19:57:31.500Z Downloaded scroll v0.12.0
3722025-01-14T19:57:31.506Z Downloaded zerocopy-derive v0.7.35
3732025-01-14T19:57:31.510Z Downloaded usdt-impl v0.5.0
3742025-01-14T19:57:31.514Z Downloaded unicode-linebreak v0.1.5
3752025-01-14T19:57:31.516Z Downloaded sha2 v0.10.8
3762025-01-14T19:57:31.519Z Downloaded once_cell v1.20.2
3772025-01-14T19:57:31.521Z Downloaded thiserror v1.0.69
3782025-01-14T19:57:31.524Z Downloaded pest_derive v2.7.14
3792025-01-14T19:57:31.527Z Downloaded quote v1.0.37
3802025-01-14T19:57:31.529Z Downloaded pest_meta v2.7.14
3812025-01-14T19:57:31.532Z Downloaded semver v1.0.23
3822025-01-14T19:57:31.534Z Downloaded terminal_size v0.4.0
3832025-01-14T19:57:31.537Z Downloaded log v0.4.22
3842025-01-14T19:57:31.539Z Downloaded ucd-trie v0.1.7
3852025-01-14T19:57:31.539Z Downloaded smawk v0.3.2
3862025-01-14T19:57:31.542Z Downloaded papergrid v0.11.0
3872025-01-14T19:57:31.545Z Downloaded typenum v1.17.0
3882025-01-14T19:57:31.547Z Downloaded bitflags v2.6.0
3892025-01-14T19:57:31.551Z Downloaded unicode-ident v1.0.13
3902025-01-14T19:57:31.554Z Downloaded ryu v1.0.18
3912025-01-14T19:57:31.556Z Downloaded toml v0.8.19
3922025-01-14T19:57:31.560Z Downloaded serde_derive v1.0.215
3932025-01-14T19:57:31.563Z Downloaded textwrap v0.16.1
3942025-01-14T19:57:31.566Z Downloaded anyhow v1.0.93
3952025-01-14T19:57:31.569Z Downloaded serde v1.0.215
3962025-01-14T19:57:31.573Z Downloaded proc-macro2 v1.0.89
3972025-01-14T19:57:31.584Z Downloaded indexmap v2.6.0
3982025-01-14T19:57:31.602Z Downloaded memchr v2.7.4
3992025-01-14T19:57:31.620Z Downloaded toml_edit v0.22.22
4002025-01-14T19:57:31.641Z Downloaded pest v2.7.14
4012025-01-14T19:57:31.664Z Downloaded hashbrown v0.15.1
4022025-01-14T19:57:31.668Z Downloaded zerocopy v0.7.35
4032025-01-14T19:57:31.683Z Downloaded winnow v0.6.20
4042025-01-14T19:57:31.706Z Downloaded serde_json v1.0.133
4052025-01-14T19:57:31.709Z Downloaded tabled v0.15.0
4062025-01-14T19:57:31.712Z Downloaded goblin v0.8.2
4072025-01-14T19:57:31.718Z Downloaded syn v1.0.109
4082025-01-14T19:57:31.728Z Downloaded unicode-width v0.1.14
4092025-01-14T19:57:31.733Z Downloaded syn v2.0.87
4102025-01-14T19:57:31.743Z Downloaded clap_builder v4.5.21
4112025-01-14T19:57:31.749Z Downloaded rustix v0.38.37
4122025-01-14T19:57:31.796Z Downloaded libc v0.2.162
4132025-01-14T19:57:32.108Z Compiling proc-macro2 v1.0.89
4142025-01-14T19:57:32.108Z Compiling unicode-ident v1.0.13
4152025-01-14T19:57:32.108Z Compiling serde v1.0.215
4162025-01-14T19:57:32.111Z Compiling version_check v0.9.5
4172025-01-14T19:57:32.111Z Compiling memchr v2.7.4
4182025-01-14T19:57:32.111Z Compiling thiserror v1.0.69
4192025-01-14T19:57:32.111Z Compiling libc v0.2.162
4202025-01-14T19:57:32.111Z Compiling ucd-trie v0.1.7
4212025-01-14T19:57:32.745Z Compiling ryu v1.0.18
4222025-01-14T19:57:32.822Z Compiling itoa v1.0.11
4232025-01-14T19:57:33.069Z Compiling once_cell v1.20.2
4242025-01-14T19:57:33.071Z Compiling byteorder v1.5.0
4252025-01-14T19:57:33.117Z Compiling serde_json v1.0.133
4262025-01-14T19:57:33.440Z Compiling rustix v0.38.37
4272025-01-14T19:57:33.580Z Compiling bitflags v2.6.0
4282025-01-14T19:57:33.626Z Compiling proc-macro-error-attr v1.0.4
4292025-01-14T19:57:33.917Z Compiling usdt-impl v0.5.0
4302025-01-14T19:57:33.944Z Compiling syn v1.0.109
4312025-01-14T19:57:33.971Z Compiling quote v1.0.37
4322025-01-14T19:57:34.080Z Compiling proc-macro-error v1.0.4
4332025-01-14T19:57:34.364Z Compiling syn v2.0.87
4342025-01-14T19:57:34.391Z Compiling camino v1.1.9
4352025-01-14T19:57:34.393Z Compiling hashbrown v0.15.1
4362025-01-14T19:57:34.556Z Compiling errno v0.3.9
4372025-01-14T19:57:34.816Z Compiling thread-id v4.2.2
4382025-01-14T19:57:34.819Z Compiling utf8parse v0.2.2
4392025-01-14T19:57:34.895Z Compiling plain v0.2.3
4402025-01-14T19:57:34.921Z Compiling equivalent v1.0.1
4412025-01-14T19:57:34.945Z Compiling log v0.4.22
4422025-01-14T19:57:35.012Z Compiling anstyle-parse v0.2.5
4432025-01-14T19:57:35.328Z Compiling pretty-hex v0.4.1
4442025-01-14T19:57:35.380Z Compiling unicode-width v0.1.14
4452025-01-14T19:57:35.572Z Compiling indexmap v2.6.0
4462025-01-14T19:57:35.606Z Compiling colorchoice v1.0.2
4472025-01-14T19:57:35.679Z Compiling winnow v0.6.20
4482025-01-14T19:57:35.776Z Compiling is_terminal_polyfill v1.70.1
4492025-01-14T19:57:35.874Z Compiling anstyle v1.0.10
4502025-01-14T19:57:35.920Z Compiling anstyle-query v1.1.1
4512025-01-14T19:57:35.923Z Compiling autocfg v1.4.0
4522025-01-14T19:57:36.090Z Compiling semver v1.0.23
4532025-01-14T19:57:36.366Z Compiling anstream v0.6.15
4542025-01-14T19:57:36.839Z Compiling terminal_size v0.4.0
4552025-01-14T19:57:37.050Z Compiling heck v0.5.0
4562025-01-14T19:57:37.107Z Compiling bytecount v0.6.8
4572025-01-14T19:57:37.131Z Compiling fs-err v2.11.0
4582025-01-14T19:57:37.156Z Compiling anyhow v1.0.93
4592025-01-14T19:57:37.330Z Compiling cfg-if v1.0.0
4602025-01-14T19:57:37.419Z Compiling clap_lex v0.7.2
4612025-01-14T19:57:37.575Z Compiling fnv v1.0.7
4622025-01-14T19:57:37.603Z Compiling fastrand v2.1.1
4632025-01-14T19:57:37.723Z Compiling strsim v0.11.1
4642025-01-14T19:57:37.810Z Compiling heck v0.4.1
4652025-01-14T19:57:38.218Z Compiling clap_builder v4.5.21
4662025-01-14T19:57:38.336Z Compiling tempfile v3.13.0
4672025-01-14T19:57:38.363Z Compiling papergrid v0.11.0
4682025-01-14T19:57:38.741Z Compiling memmap v0.7.0
4692025-01-14T19:57:38.778Z Compiling smawk v0.3.2
4702025-01-14T19:57:39.004Z Compiling unicode-linebreak v0.1.5
4712025-01-14T19:57:39.514Z Compiling textwrap v0.16.1
4722025-01-14T19:57:39.536Z Compiling swrite v0.1.0
4732025-01-14T19:57:40.643Z Compiling tabled_derive v0.7.0
4742025-01-14T19:57:42.288Z Compiling tabled v0.15.0
4752025-01-14T19:57:43.563Z Compiling serde_derive v1.0.215
4762025-01-14T19:57:43.564Z Compiling thiserror-impl v1.0.69
4772025-01-14T19:57:43.566Z Compiling zerocopy-derive v0.7.35
4782025-01-14T19:57:43.698Z Compiling scroll_derive v0.12.0
4792025-01-14T19:57:43.910Z Compiling clap_derive v4.5.18
4802025-01-14T19:57:44.965Z Compiling scroll v0.12.0
4812025-01-14T19:57:45.509Z Compiling goblin v0.8.2
4822025-01-14T19:57:45.536Z Compiling zerocopy v0.7.35
4832025-01-14T19:57:46.274Z Compiling pest v2.7.14
4842025-01-14T19:57:47.571Z Compiling clap v4.5.21
4852025-01-14T19:57:48.615Z Compiling pest_meta v2.7.14
4862025-01-14T19:57:49.456Z Compiling pest_generator v2.7.14
4872025-01-14T19:57:51.386Z Compiling pest_derive v2.7.14
4882025-01-14T19:57:51.965Z Compiling dtrace-parser v0.2.0
4892025-01-14T19:57:53.958Z Compiling toml_datetime v0.6.8
4902025-01-14T19:57:53.959Z Compiling serde_spanned v0.6.8
4912025-01-14T19:57:53.961Z Compiling cargo-platform v0.1.8
4922025-01-14T19:57:54.340Z Compiling serde_tokenstream v0.2.2
4932025-01-14T19:57:54.406Z Compiling toml_edit v0.22.22
4942025-01-14T19:57:54.525Z Compiling macaddr v1.0.1
4952025-01-14T19:57:54.590Z Compiling camino-tempfile v1.1.1
4962025-01-14T19:57:55.535Z Compiling dof v0.3.0
4972025-01-14T19:57:55.535Z Compiling cargo_metadata v0.18.1
4982025-01-14T19:57:57.157Z Compiling toml v0.8.19
4992025-01-14T19:57:57.514Z Compiling usdt-attr-macro v0.5.0
5002025-01-14T19:57:57.515Z Compiling usdt-macro v0.5.0
5012025-01-14T19:57:58.119Z Compiling cargo_toml v0.20.5
5022025-01-14T19:57:58.891Z Compiling usdt v0.5.0
5032025-01-14T19:58:01.785Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5042025-01-14T19:58:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
5052025-01-14T19:58:06.274Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5062025-01-14T19:58:06.808Z Downloading crates ...
5072025-01-14T19:58:06.919Z Downloaded arrayref v0.3.9
5082025-01-14T19:58:06.921Z Downloaded argon2 v0.5.3
5092025-01-14T19:58:06.931Z Downloaded array-init v0.0.4
5102025-01-14T19:58:06.943Z Downloaded atomicwrites v0.4.4
5112025-01-14T19:58:06.945Z Downloaded async-stream-impl v0.3.6
5122025-01-14T19:58:06.949Z Downloaded http-body v1.0.1
5132025-01-14T19:58:06.951Z Downloaded cfg_aliases v0.1.1
5142025-01-14T19:58:06.956Z Downloaded highway v1.2.0
5152025-01-14T19:58:06.959Z Downloaded cfg_aliases v0.2.1
5162025-01-14T19:58:06.962Z Downloaded home v0.5.9
5172025-01-14T19:58:06.966Z Downloaded crucible-workspace-hack v0.1.0
5182025-01-14T19:58:06.968Z Downloaded atty v0.2.14
5192025-01-14T19:58:06.969Z Downloaded indexmap v1.9.3
5202025-01-14T19:58:06.972Z Downloaded crunchy v0.2.2
5212025-01-14T19:58:06.975Z Downloaded ciborium-io v0.2.2
5222025-01-14T19:58:06.977Z Downloaded http-range v0.1.5
5232025-01-14T19:58:06.977Z Downloaded castaway v0.2.3
5242025-01-14T19:58:06.979Z Downloaded match_cfg v0.1.0
5252025-01-14T19:58:06.982Z Downloaded chrono-tz-build v0.4.0
5262025-01-14T19:58:06.982Z Downloaded chacha20 v0.9.1
5272025-01-14T19:58:06.984Z Downloaded bb8 v0.8.5
5282025-01-14T19:58:06.987Z Downloaded headers-core v0.3.0
5292025-01-14T19:58:06.987Z Downloaded bitfield v0.14.0
5302025-01-14T19:58:06.990Z Downloaded constant_time_eq v0.3.1
5312025-01-14T19:58:06.990Z Downloaded base16ct v0.2.0
5322025-01-14T19:58:06.992Z Downloaded async-stream v0.3.6
5332025-01-14T19:58:06.995Z Downloaded aead v0.5.2
5342025-01-14T19:58:06.997Z Downloaded bit-set v0.5.3
5352025-01-14T19:58:06.997Z Downloaded icu_provider_macros v1.5.0
5362025-01-14T19:58:06.999Z Downloaded bcrypt-pbkdf v0.10.0
5372025-01-14T19:58:06.999Z Downloaded async-recursion v1.1.1
5382025-01-14T19:58:07.003Z Downloaded new_debug_unreachable v1.0.6
5392025-01-14T19:58:07.006Z Downloaded matches v0.1.10
5402025-01-14T19:58:07.006Z Downloaded hubpack_derive v0.1.1
5412025-01-14T19:58:07.009Z Downloaded cassowary v0.3.0
5422025-01-14T19:58:07.009Z Downloaded block-padding v0.3.3
5432025-01-14T19:58:07.012Z Downloaded curve25519-dalek-derive v0.1.1
5442025-01-14T19:58:07.012Z Downloaded ident_case v1.0.1
5452025-01-14T19:58:07.012Z Downloaded cbc v0.1.2
5462025-01-14T19:58:07.015Z Downloaded mirai-annotations v1.12.0
5472025-01-14T19:58:07.017Z Downloaded instant v0.1.13
5482025-01-14T19:58:07.017Z Downloaded crc-catalog v2.4.0
5492025-01-14T19:58:07.020Z Downloaded crc v3.2.1
5502025-01-14T19:58:07.022Z Downloaded md5 v0.7.0
5512025-01-14T19:58:07.025Z Downloaded ctr v0.9.2
5522025-01-14T19:58:07.027Z Downloaded ciborium-ll v0.2.2
5532025-01-14T19:58:07.027Z Downloaded cexpr v0.6.0
5542025-01-14T19:58:07.031Z Downloaded impl-trait-for-tuples v0.2.2
5552025-01-14T19:58:07.033Z Downloaded colored v2.1.0
5562025-01-14T19:58:07.036Z Downloaded maplit v1.0.2
5572025-01-14T19:58:07.038Z Downloaded linear-map v1.2.0
5582025-01-14T19:58:07.040Z Downloaded arrayvec v0.7.6
5592025-01-14T19:58:07.043Z Downloaded ipnetwork v0.20.0
5602025-01-14T19:58:07.043Z Downloaded cstr-argument v0.1.2
5612025-01-14T19:58:07.045Z Downloaded httpdate v1.0.3
5622025-01-14T19:58:07.048Z Downloaded serde-big-array v0.5.1
5632025-01-14T19:58:07.048Z Downloaded lazycell v1.3.0
5642025-01-14T19:58:07.050Z Downloaded md-5 v0.10.6
5652025-01-14T19:58:07.053Z Downloaded hex-literal v0.4.1
5662025-01-14T19:58:07.053Z Downloaded const_format_proc_macros v0.2.33
5672025-01-14T19:58:07.056Z Downloaded mime v0.3.17
5682025-01-14T19:58:07.058Z Downloaded internet-checksum v0.2.1
5692025-01-14T19:58:07.058Z Downloaded idna_adapter v1.2.0
5702025-01-14T19:58:07.061Z Downloaded inout v0.1.3
5712025-01-14T19:58:07.061Z Downloaded mockall v0.13.0
5722025-01-14T19:58:07.063Z Downloaded ciborium v0.2.2
5732025-01-14T19:58:07.065Z Downloaded backoff v0.4.0
5742025-01-14T19:58:07.068Z Downloaded nanorand v0.7.0
5752025-01-14T19:58:07.071Z Downloaded memoffset v0.9.1
5762025-01-14T19:58:07.073Z Downloaded console v0.15.8
5772025-01-14T19:58:07.076Z Downloaded maybe-uninit v2.0.0
5782025-01-14T19:58:07.079Z Downloaded lru v0.12.5
5792025-01-14T19:58:07.081Z Downloaded sigpipe v0.1.3
5802025-01-14T19:58:07.081Z Downloaded managed v0.8.0
5812025-01-14T19:58:07.083Z Downloaded sqlparser_derive v0.2.2
5822025-01-14T19:58:07.086Z Downloaded tinyvec_macros v0.1.1
5832025-01-14T19:58:07.086Z Downloaded cookie_store v0.21.0
5842025-01-14T19:58:07.088Z Downloaded bcs v0.1.6
5852025-01-14T19:58:07.092Z Downloaded sync_wrapper v1.0.1
5862025-01-14T19:58:07.092Z Downloaded sync-ptr v0.1.1
5872025-01-14T19:58:07.095Z Downloaded ssh-encoding v0.2.0
5882025-01-14T19:58:07.095Z Downloaded r2d2 v0.8.10
5892025-01-14T19:58:07.097Z Downloaded icu_locid_transform v1.5.0
5902025-01-14T19:58:07.100Z Downloaded linked-hash-map v0.5.6
5912025-01-14T19:58:07.103Z Downloaded indent_write v2.2.0
5922025-01-14T19:58:07.103Z Downloaded yoke-derive v0.7.4
5932025-01-14T19:58:07.103Z Downloaded rfc6979 v0.4.0
5942025-01-14T19:58:07.106Z Downloaded rusty-fork v0.3.0
5952025-01-14T19:58:07.108Z Downloaded rustc_version v0.4.1
5962025-01-14T19:58:07.108Z Downloaded blake2 v0.10.6
5972025-01-14T19:58:07.111Z Downloaded native-tls v0.2.12
5982025-01-14T19:58:07.114Z Downloaded lru-cache v0.1.2
5992025-01-14T19:58:07.117Z Downloaded csv-core v0.1.11
6002025-01-14T19:58:07.120Z Downloaded crossbeam-epoch v0.9.18
6012025-01-14T19:58:07.122Z Downloaded memmap2 v0.9.5
6022025-01-14T19:58:07.122Z Downloaded hyper-tls v0.6.0
6032025-01-14T19:58:07.125Z Downloaded litemap v0.7.3
6042025-01-14T19:58:07.127Z Downloaded crossbeam-deque v0.8.5
6052025-01-14T19:58:07.129Z Downloaded foreign-types v0.5.0
6062025-01-14T19:58:07.132Z Downloaded signature v2.2.0
6072025-01-14T19:58:07.135Z Downloaded ssh-cipher v0.2.0
6082025-01-14T19:58:07.135Z Downloaded slog-stdlog v4.1.1
6092025-01-14T19:58:07.137Z Downloaded difflib v0.4.0
6102025-01-14T19:58:07.137Z Downloaded multimap v0.10.0
6112025-01-14T19:58:07.139Z Downloaded rtoolbox v0.0.2
6122025-01-14T19:58:07.142Z Downloaded bytes v1.8.0
6132025-01-14T19:58:07.145Z Downloaded openssl-probe v0.1.5
6142025-01-14T19:58:07.147Z Downloaded newline-converter v0.3.0
6152025-01-14T19:58:07.150Z Downloaded peg-runtime v0.8.3
6162025-01-14T19:58:07.150Z Downloaded tinystr v0.7.6
6172025-01-14T19:58:07.153Z Downloaded path-slash v0.1.5
6182025-01-14T19:58:07.153Z Downloaded scopeguard v1.2.0
6192025-01-14T19:58:07.155Z Downloaded utf-8 v0.7.6
6202025-01-14T19:58:07.158Z Downloaded tls_codec v0.4.1
6212025-01-14T19:58:07.158Z Downloaded rustc-demangle v0.1.24
6222025-01-14T19:58:07.161Z Downloaded zone v0.1.8
6232025-01-14T19:58:07.161Z Downloaded mime_guess v2.0.5
6242025-01-14T19:58:07.165Z Downloaded serde_with_macros v3.11.0
6252025-01-14T19:58:07.167Z Downloaded base64 v0.13.1
6262025-01-14T19:58:07.170Z Downloaded icu_locid_transform_data v1.5.0
6272025-01-14T19:58:07.172Z Downloaded multer v3.1.0
6282025-01-14T19:58:07.175Z Downloaded miniz_oxide v0.8.0
6292025-01-14T19:58:07.178Z Downloaded hmac v0.12.1
6302025-01-14T19:58:07.181Z Downloaded mockall_derive v0.13.0
6312025-01-14T19:58:07.183Z Downloaded const-oid v0.9.6
6322025-01-14T19:58:07.186Z Downloaded pretty-hex v0.2.1
6332025-01-14T19:58:07.189Z Downloaded fallible-iterator v0.3.0
6342025-01-14T19:58:07.189Z Downloaded dsl_auto_type v0.1.2
6352025-01-14T19:58:07.191Z Downloaded base64 v0.21.7
6362025-01-14T19:58:07.195Z Downloaded rustls-pemfile v1.0.4
6372025-01-14T19:58:07.198Z Downloaded dirs-next v2.0.0
6382025-01-14T19:58:07.200Z Downloaded fixedbitset v0.4.2
6392025-01-14T19:58:07.202Z Downloaded defmt-parser v0.3.4
6402025-01-14T19:58:07.203Z Downloaded group v0.13.0
6412025-01-14T19:58:07.205Z Downloaded filetime v0.2.25
6422025-01-14T19:58:07.208Z Downloaded dhcproto-macros v0.1.0
6432025-01-14T19:58:07.208Z Downloaded zone_cfg_derive v0.3.0
6442025-01-14T19:58:07.210Z Downloaded zone_cfg_derive v0.1.2
6452025-01-14T19:58:07.210Z Downloaded dyn-clone v1.0.17
6462025-01-14T19:58:07.213Z Downloaded strum v0.26.3
6472025-01-14T19:58:07.213Z Downloaded rand_xorshift v0.3.0
6482025-01-14T19:58:07.216Z Downloaded dunce v1.0.5
6492025-01-14T19:58:07.216Z Downloaded zerofrom v0.1.4
6502025-01-14T19:58:07.218Z Downloaded rpassword v7.3.1
6512025-01-14T19:58:07.218Z Downloaded write16 v1.0.0
6522025-01-14T19:58:07.221Z Downloaded thiserror v2.0.3
6532025-01-14T19:58:07.226Z Downloaded num-integer v0.1.46
6542025-01-14T19:58:07.228Z Downloaded bumpalo v3.16.0
6552025-01-14T19:58:07.232Z Downloaded cc v1.1.30
6562025-01-14T19:58:07.236Z Downloaded foreign-types-shared v0.1.1
6572025-01-14T19:58:07.238Z Downloaded icu_normalizer_data v1.5.0
6582025-01-14T19:58:07.240Z Downloaded foreign-types-shared v0.3.1
6592025-01-14T19:58:07.241Z Downloaded des v0.8.1
6602025-01-14T19:58:07.243Z Downloaded serde_path_to_error v0.1.16
6612025-01-14T19:58:07.247Z Downloaded indicatif v0.17.9
6622025-01-14T19:58:07.250Z Downloaded number_prefix v0.4.0
6632025-01-14T19:58:07.252Z Downloaded percent-encoding v2.3.1
6642025-01-14T19:58:07.252Z Downloaded pem-rfc7468 v0.7.0
6652025-01-14T19:58:07.255Z Downloaded scrypt v0.11.0
6662025-01-14T19:58:07.258Z Downloaded num_enum_derive v0.5.11
6672025-01-14T19:58:07.258Z Downloaded serde_repr v0.1.19
6682025-01-14T19:58:07.260Z Downloaded structmeta v0.3.0
6692025-01-14T19:58:07.263Z Downloaded structmeta v0.2.0
6702025-01-14T19:58:07.263Z Downloaded utf8_iter v1.0.4
6712025-01-14T19:58:07.265Z Downloaded globset v0.4.15
6722025-01-14T19:58:07.268Z Downloaded deranged v0.3.11
6732025-01-14T19:58:07.270Z Downloaded diesel-dtrace v0.4.2
6742025-01-14T19:58:07.270Z Downloaded num-iter v0.1.45
6752025-01-14T19:58:07.273Z Downloaded unicode-properties v0.1.3
6762025-01-14T19:58:07.275Z Downloaded precomputed-hash v0.1.1
6772025-01-14T19:58:07.275Z Downloaded postcard v1.0.10
6782025-01-14T19:58:07.278Z Downloaded proc-macro-crate v1.3.1
6792025-01-14T19:58:07.280Z Downloaded vergen v8.3.2
6802025-01-14T19:58:07.283Z Downloaded twox-hash v1.6.3
6812025-01-14T19:58:07.285Z Downloaded zerofrom-derive v0.1.4
6822025-01-14T19:58:07.288Z Downloaded crypto-bigint v0.5.5
6832025-01-14T19:58:07.294Z Downloaded russh-cryptovec v0.7.3
6842025-01-14T19:58:07.297Z Downloaded serde_derive_internals v0.29.1
6852025-01-14T19:58:07.299Z Downloaded fs_extra v1.3.0
6862025-01-14T19:58:07.302Z Downloaded time-core v0.1.2
6872025-01-14T19:58:07.302Z Downloaded crossbeam-channel v0.5.13
6882025-01-14T19:58:07.307Z Downloaded waitgroup v0.1.2
6892025-01-14T19:58:07.309Z Downloaded qorb v0.2.1
6902025-01-14T19:58:07.313Z Downloaded tracing-attributes v0.1.27
6912025-01-14T19:58:07.316Z Downloaded tokio-tungstenite v0.21.0
6922025-01-14T19:58:07.318Z Downloaded embedded-io v0.4.0
6932025-01-14T19:58:07.321Z Downloaded fd-lock v4.0.2
6942025-01-14T19:58:07.323Z Downloaded ron v0.7.1
6952025-01-14T19:58:07.329Z Downloaded radium v0.7.0
6962025-01-14T19:58:07.332Z Downloaded phf v0.11.2
6972025-01-14T19:58:07.334Z Downloaded half v2.4.1
6982025-01-14T19:58:07.349Z Downloaded oso-derive v0.27.3
6992025-01-14T19:58:07.352Z Downloaded foreign-types v0.3.2
7002025-01-14T19:58:07.352Z Downloaded sha1 v0.10.6
7012025-01-14T19:58:07.352Z Downloaded psl-types v2.0.11
7022025-01-14T19:58:07.352Z Downloaded ppv-lite86 v0.2.20
7032025-01-14T19:58:07.354Z Downloaded tls_codec_derive v0.4.1
7042025-01-14T19:58:07.357Z Downloaded typify v0.2.0
7052025-01-14T19:58:07.359Z Downloaded tungstenite v0.23.0
7062025-01-14T19:58:07.363Z Downloaded tui-tree-widget v0.22.0
7072025-01-14T19:58:07.366Z Downloaded minimal-lexical v0.2.1
7082025-01-14T19:58:07.370Z Downloaded display-error-chain v0.2.2
7092025-01-14T19:58:07.373Z Downloaded dhcproto v0.12.0
7102025-01-14T19:58:07.376Z Downloaded shlex v1.3.0
7112025-01-14T19:58:07.379Z Downloaded shell-words v1.1.0
7122025-01-14T19:58:07.379Z Downloaded ron v0.8.1
7132025-01-14T19:58:07.384Z Downloaded downcast v0.11.0
7142025-01-14T19:58:07.387Z Downloaded unicode-xid v0.2.6
7152025-01-14T19:58:07.391Z Downloaded synstructure v0.13.1
7162025-01-14T19:58:07.391Z Downloaded subtle v2.6.1
7172025-01-14T19:58:07.393Z Downloaded ghash v0.5.1
7182025-01-14T19:58:07.393Z Downloaded http v1.1.0
7192025-01-14T19:58:07.396Z Downloaded uuid v1.11.0
7202025-01-14T19:58:07.402Z Downloaded serde_yaml v0.9.34+deprecated
7212025-01-14T19:58:07.404Z Downloaded fxhash v0.2.1
7222025-01-14T19:58:07.407Z Downloaded rand_seeder v0.3.0
7232025-01-14T19:58:07.407Z Downloaded aes v0.8.4
7242025-01-14T19:58:07.411Z Downloaded pkg-config v0.3.31
7252025-01-14T19:58:07.415Z Downloaded rand_core v0.6.4
7262025-01-14T19:58:07.417Z Downloaded rand_chacha v0.3.1
7272025-01-14T19:58:07.417Z Downloaded pin-utils v0.1.0
7282025-01-14T19:58:07.420Z Downloaded glob v0.3.1
7292025-01-14T19:58:07.420Z Downloaded tungstenite v0.24.0
7302025-01-14T19:58:07.423Z Downloaded foldhash v0.1.3
7312025-01-14T19:58:07.426Z Downloaded ed25519 v2.2.3
7322025-01-14T19:58:07.428Z Downloaded xz2 v0.1.7
7332025-01-14T19:58:07.431Z Downloaded env_logger v0.10.2
7342025-01-14T19:58:07.434Z Downloaded universal-hash v0.5.1
7352025-01-14T19:58:07.436Z Downloaded env_logger v0.11.5
7362025-01-14T19:58:07.439Z Downloaded strum_macros v0.26.4
7372025-01-14T19:58:07.443Z Downloaded sqlformat v0.2.6
7382025-01-14T19:58:07.446Z Downloaded sct v0.7.1
7392025-01-14T19:58:07.452Z Downloaded termtree v0.4.1
7402025-01-14T19:58:07.452Z Downloaded unicode-truncate v1.1.0
7412025-01-14T19:58:07.458Z Downloaded crossterm v0.28.1
7422025-01-14T19:58:07.460Z Downloaded tokio-macros v2.4.0
7432025-01-14T19:58:07.460Z Downloaded serde_urlencoded v0.7.1
7442025-01-14T19:58:07.460Z Downloaded darling_macro v0.20.10
7452025-01-14T19:58:07.463Z Downloaded prettyplease v0.2.25
7462025-01-14T19:58:07.465Z Downloaded futures-sink v0.3.31
7472025-01-14T19:58:07.468Z Downloaded futures-macro v0.3.31
7482025-01-14T19:58:07.468Z Downloaded futures-io v0.3.31
7492025-01-14T19:58:07.470Z Downloaded take_mut v0.2.2
7502025-01-14T19:58:07.470Z Downloaded derive_builder_macro v0.20.2
7512025-01-14T19:58:07.473Z Downloaded untrusted v0.9.0
7522025-01-14T19:58:07.484Z Downloaded untrusted v0.7.1
7532025-01-14T19:58:07.484Z Downloaded pkcs8 v0.10.2
7542025-01-14T19:58:07.484Z Downloaded num_enum v0.5.11
7552025-01-14T19:58:07.487Z Downloaded parse-display-derive v0.10.0
7562025-01-14T19:58:07.487Z Downloaded parse-display v0.10.0
7572025-01-14T19:58:07.487Z Downloaded dropshot_endpoint v0.12.0
7582025-01-14T19:58:07.489Z Downloaded russh-keys v0.45.0
7592025-01-14T19:58:07.493Z Downloaded tracing v0.1.40
7602025-01-14T19:58:07.498Z Downloaded normalize-line-endings v0.3.0
7612025-01-14T19:58:07.502Z Downloaded flagset v0.4.6
7622025-01-14T19:58:07.504Z Downloaded rustyline v14.0.0
7632025-01-14T19:58:07.507Z Downloaded static_assertions v1.1.0
7642025-01-14T19:58:07.510Z Downloaded strum_macros v0.25.3
7652025-01-14T19:58:07.512Z Downloaded samael v0.0.17
7662025-01-14T19:58:07.518Z Downloaded termcolor v1.4.1
7672025-01-14T19:58:07.521Z Downloaded tabwriter v1.4.0
7682025-01-14T19:58:07.525Z Downloaded tokio-rustls v0.24.1
7692025-01-14T19:58:07.527Z Downloaded env_filter v0.1.2
7702025-01-14T19:58:07.527Z Downloaded enum-as-inner v0.6.1
7712025-01-14T19:58:07.531Z Downloaded owo-colors v4.1.0
7722025-01-14T19:58:07.534Z Downloaded zeroize_derive v1.4.2
7732025-01-14T19:58:07.534Z Downloaded thiserror-impl v2.0.3
7742025-01-14T19:58:07.536Z Downloaded pkcs5 v0.7.1
7752025-01-14T19:58:07.539Z Downloaded paste v1.0.15
7762025-01-14T19:58:07.542Z Downloaded nibble_vec v0.1.0
7772025-01-14T19:58:07.544Z Downloaded heck v0.3.3
7782025-01-14T19:58:07.547Z Downloaded flume v0.11.1
7792025-01-14T19:58:07.550Z Downloaded hash32 v0.2.1
7802025-01-14T19:58:07.553Z Downloaded opaque-debug v0.3.1
7812025-01-14T19:58:07.555Z Downloaded peg-macros v0.8.4
7822025-01-14T19:58:07.555Z Downloaded getrandom v0.2.15
7832025-01-14T19:58:07.559Z Downloaded want v0.3.1
7842025-01-14T19:58:07.563Z Downloaded vte_generate_state_changes v0.1.2
7852025-01-14T19:58:07.563Z Downloaded signal-hook-mio v0.2.4
7862025-01-14T19:58:07.563Z Downloaded itertools v0.12.1
7872025-01-14T19:58:07.570Z Downloaded unicode-normalization v0.1.24
7882025-01-14T19:58:07.574Z Downloaded itertools v0.10.5
7892025-01-14T19:58:07.581Z Downloaded futures-core v0.3.31
7902025-01-14T19:58:07.584Z Downloaded endian-type v0.1.2
7912025-01-14T19:58:07.584Z Downloaded zeroize v1.8.1
7922025-01-14T19:58:07.587Z Downloaded which v4.4.2
7932025-01-14T19:58:07.589Z Downloaded wyz v0.5.1
7942025-01-14T19:58:07.589Z Downloaded termios v0.3.3
7952025-01-14T19:58:07.592Z Downloaded term v0.7.0
7962025-01-14T19:58:07.596Z Downloaded simd-adler32 v0.3.7
7972025-01-14T19:58:07.598Z Downloaded hashbrown v0.12.3
7982025-01-14T19:58:07.602Z Downloaded quick-error v1.2.3
7992025-01-14T19:58:07.605Z Downloaded hex v0.4.3
8002025-01-14T19:58:07.607Z Downloaded socket2 v0.5.7
8012025-01-14T19:58:07.610Z Downloaded blake3 v1.5.4
8022025-01-14T19:58:07.617Z Downloaded parse-size v1.1.0
8032025-01-14T19:58:07.620Z Downloaded hyper v1.5.0
8042025-01-14T19:58:07.625Z Downloaded futures-executor v0.3.31
8052025-01-14T19:58:07.628Z Downloaded wait-timeout v0.2.0
8062025-01-14T19:58:07.631Z Downloaded tokio-tungstenite v0.24.0
8072025-01-14T19:58:07.633Z Downloaded rustls-pemfile v2.2.0
8082025-01-14T19:58:07.636Z Downloaded toolchain_find v0.4.0
8092025-01-14T19:58:07.636Z Downloaded olpc-cjson v0.1.4
8102025-01-14T19:58:07.638Z Downloaded derive_builder_core v0.20.2
8112025-01-14T19:58:07.641Z Downloaded xattr v1.3.1
8122025-01-14T19:58:07.643Z Downloaded whoami v1.5.2
8132025-01-14T19:58:07.645Z Downloaded postgres-protocol v0.6.7
8142025-01-14T19:58:07.648Z Downloaded dirs-sys-next v0.1.2
8152025-01-14T19:58:07.648Z Downloaded diesel_table_macro_syntax v0.2.0
8162025-01-14T19:58:07.650Z Downloaded try-lock v0.2.5
8172025-01-14T19:58:07.650Z Downloaded tower-service v0.3.3
8182025-01-14T19:58:07.653Z Downloaded salsa20 v0.10.2
8192025-01-14T19:58:07.653Z Downloaded signal-hook-registry v1.4.2
8202025-01-14T19:58:07.655Z Downloaded siphasher v0.3.11
8212025-01-14T19:58:07.655Z Downloaded unicase v2.7.0
8222025-01-14T19:58:07.658Z Downloaded num-traits v0.2.19
8232025-01-14T19:58:07.660Z Downloaded slog-scope v4.4.0
8242025-01-14T19:58:07.663Z Downloaded sec1 v0.7.3
8252025-01-14T19:58:07.666Z Downloaded derive_builder v0.20.2
8262025-01-14T19:58:07.669Z Downloaded newtype-uuid v1.1.3
8272025-01-14T19:58:07.672Z Downloaded hickory-client v0.24.1
8282025-01-14T19:58:07.674Z Downloaded itertools v0.13.0
8292025-01-14T19:58:07.682Z Downloaded fallible-streaming-iterator v0.1.9
8302025-01-14T19:58:07.685Z Downloaded fallible-iterator v0.2.0
8312025-01-14T19:58:07.685Z Downloaded enum-as-inner v0.5.1
8322025-01-14T19:58:07.688Z Downloaded slab v0.4.9
8332025-01-14T19:58:07.688Z Downloaded progenitor-macro v0.8.0
8342025-01-14T19:58:07.691Z Downloaded rustls-pki-types v1.10.0
8352025-01-14T19:58:07.694Z Downloaded zerocopy-derive v0.8.10
8362025-01-14T19:58:07.700Z Downloaded phf_shared v0.10.0
8372025-01-14T19:58:07.703Z Downloaded aho-corasick v1.1.3
8382025-01-14T19:58:07.707Z Downloaded debug-ignore v1.0.5
8392025-01-14T19:58:07.709Z Downloaded polyval v0.6.2
8402025-01-14T19:58:07.713Z Downloaded defmt v0.3.8
8412025-01-14T19:58:07.715Z Downloaded hashlink v0.9.1
8422025-01-14T19:58:07.719Z Downloaded tokio-stream v0.1.16
8432025-01-14T19:58:07.721Z Downloaded unarray v0.1.4
8442025-01-14T19:58:07.724Z Downloaded rustversion v1.0.17
8452025-01-14T19:58:07.726Z Downloaded newtype_derive v0.1.6
8462025-01-14T19:58:07.729Z Downloaded displaydoc v0.2.5
8472025-01-14T19:58:07.731Z Downloaded topological-sort v0.2.2
8482025-01-14T19:58:07.731Z Downloaded tokio-rustls v0.26.0
8492025-01-14T19:58:07.734Z Downloaded typify-macro v0.2.0
8502025-01-14T19:58:07.736Z Downloaded scheduled-thread-pool v0.2.7
8512025-01-14T19:58:07.736Z Downloaded float-cmp v0.9.0
8522025-01-14T19:58:07.739Z Downloaded hashbrown v0.13.2
8532025-01-14T19:58:07.742Z Downloaded russh v0.45.0
8542025-01-14T19:58:07.748Z Downloaded openssl-macros v0.1.1
8552025-01-14T19:58:07.751Z Downloaded num-conv v0.1.0
8562025-01-14T19:58:07.751Z Downloaded thiserror-no-std v2.0.2
8572025-01-14T19:58:07.755Z Downloaded zerovec-derive v0.10.3
8582025-01-14T19:58:07.757Z Downloaded omicron-zone-package v0.12.0
8592025-01-14T19:58:07.760Z Downloaded slog v2.7.0
8602025-01-14T19:58:07.763Z Downloaded tokio-postgres v0.7.12
8612025-01-14T19:58:07.769Z Downloaded ena v0.14.3
8622025-01-14T19:58:07.771Z Downloaded powerfmt v0.2.0
8632025-01-14T19:58:07.773Z Downloaded hashbrown v0.14.5
8642025-01-14T19:58:07.778Z Downloaded slog-envlogger v2.2.0
8652025-01-14T19:58:07.780Z Downloaded stable_deref_trait v1.2.0
8662025-01-14T19:58:07.780Z Downloaded quinn v0.11.5
8672025-01-14T19:58:07.784Z Downloaded spki v0.7.3
8682025-01-14T19:58:07.787Z Downloaded smf v0.2.3
8692025-01-14T19:58:07.789Z Downloaded value-bag v1.9.0
8702025-01-14T19:58:07.792Z Downloaded publicsuffix v2.2.3
8712025-01-14T19:58:07.795Z Downloaded pin-project-internal v1.1.6
8722025-01-14T19:58:07.797Z Downloaded form_urlencoded v1.2.1
8732025-01-14T19:58:07.797Z Downloaded foreign-types-macros v0.2.3
8742025-01-14T19:58:07.800Z Downloaded predicates v3.1.2
8752025-01-14T19:58:07.802Z Downloaded rcgen v0.12.1
8762025-01-14T19:58:07.805Z Downloaded zip v2.1.3
8772025-01-14T19:58:07.808Z Downloaded snafu-derive v0.8.5
8782025-01-14T19:58:07.810Z Downloaded rustls-webpki v0.101.7
8792025-01-14T19:58:07.825Z Downloaded fragile v2.0.0
8802025-01-14T19:58:07.828Z Downloaded rayon v1.10.0
8812025-01-14T19:58:07.837Z Downloaded password-hash v0.5.0
8822025-01-14T19:58:07.841Z Downloaded password-hash v0.4.2
8832025-01-14T19:58:07.841Z Downloaded phf_shared v0.11.2
8842025-01-14T19:58:07.845Z Downloaded uzers v0.12.1
8852025-01-14T19:58:07.845Z Downloaded pin-project v1.1.6
8862025-01-14T19:58:07.857Z Downloaded num-complex v0.4.6
8872025-01-14T19:58:07.859Z Downloaded bindgen v0.69.5
8882025-01-14T19:58:07.866Z Downloaded expectorate v1.1.0
8892025-01-14T19:58:07.869Z Downloaded p521 v0.13.3
8902025-01-14T19:58:07.873Z Downloaded serde_with v3.11.0
8912025-01-14T19:58:07.883Z Downloaded progenitor-impl v0.8.0
8922025-01-14T19:58:07.885Z Downloaded x509-cert v0.2.5
8932025-01-14T19:58:07.891Z Downloaded tracing-core v0.1.32
8942025-01-14T19:58:07.894Z Downloaded oso v0.27.3
8952025-01-14T19:58:07.898Z Downloaded schemars v0.8.21
8962025-01-14T19:58:07.911Z Downloaded diesel_derives v2.2.3
8972025-01-14T19:58:07.915Z Downloaded rayon-core v1.12.1
8982025-01-14T19:58:07.919Z Downloaded der v0.7.9
8992025-01-14T19:58:07.941Z Downloaded snafu v0.8.5
9002025-01-14T19:58:07.950Z Downloaded unicode-segmentation v1.12.0
9012025-01-14T19:58:07.954Z Downloaded time v0.3.36
9022025-01-14T19:58:07.966Z Downloaded ed25519-dalek v2.1.1
9032025-01-14T19:58:07.970Z Downloaded toml_edit v0.19.15
9042025-01-14T19:58:07.989Z Downloaded num-bigint v0.4.6
9052025-01-14T19:58:07.992Z Downloaded icu_properties_data v1.5.0
9062025-01-14T19:58:08.004Z Downloaded quinn-proto v0.11.8
9072025-01-14T19:58:08.012Z Downloaded smoltcp v0.9.1
9082025-01-14T19:58:08.024Z Downloaded curve25519-dalek v4.1.3
9092025-01-14T19:58:08.034Z Downloaded flate2 v1.0.34
9102025-01-14T19:58:08.039Z Downloaded winnow v0.5.40
9112025-01-14T19:58:08.048Z Downloaded rand v0.8.5
9122025-01-14T19:58:08.051Z Downloaded idna v0.4.0
9132025-01-14T19:58:08.058Z Downloaded idna v0.5.0
9142025-01-14T19:58:08.065Z Downloaded idna v0.2.3
9152025-01-14T19:58:08.071Z Downloaded zerovec v0.10.4
9162025-01-14T19:58:08.078Z Downloaded salty v0.3.0
9172025-01-14T19:58:08.086Z Downloaded proptest v1.5.0
9182025-01-14T19:58:08.094Z Downloaded reqwest v0.12.9
9192025-01-14T19:58:08.102Z Downloaded p384 v0.13.0
9202025-01-14T19:58:08.108Z Downloaded num-bigint-dig v0.8.4
9212025-01-14T19:58:08.113Z Downloaded sqlparser v0.45.0
9222025-01-14T19:58:08.120Z Downloaded regex v1.11.1
9232025-01-14T19:58:08.134Z Downloaded object v0.30.4
9242025-01-14T19:58:08.144Z Downloaded polar-core v0.27.3
9252025-01-14T19:58:08.153Z Downloaded git2 v0.19.0
9262025-01-14T19:58:08.163Z Downloaded webpki-roots v0.26.6
9272025-01-14T19:58:08.166Z Downloaded petname v2.0.2
9282025-01-14T19:58:08.171Z Downloaded radix_trie v0.2.1
9292025-01-14T19:58:08.177Z Downloaded quick-xml v0.33.0
9302025-01-14T19:58:08.184Z Downloaded regex-syntax v0.6.29
9312025-01-14T19:58:08.192Z Downloaded openssl v0.10.66
9322025-01-14T19:58:08.201Z Downloaded dropshot v0.12.0
9332025-01-14T19:58:08.222Z Downloaded regress v0.10.1
9342025-01-14T19:58:08.230Z Downloaded gimli v0.31.1
9352025-01-14T19:58:08.238Z Downloaded regress v0.9.1
9362025-01-14T19:58:08.247Z Downloaded unicode-width v0.2.0
9372025-01-14T19:58:08.254Z Downloaded openapiv3 v2.0.0
9382025-01-14T19:58:08.266Z Downloaded nix v0.27.1
9392025-01-14T19:58:08.276Z Downloaded nix v0.29.0
9402025-01-14T19:58:08.288Z Downloaded rustls v0.21.12
9412025-01-14T19:58:08.303Z Downloaded nix v0.28.0
9422025-01-14T19:58:08.318Z Downloaded regex-syntax v0.8.5
9432025-01-14T19:58:08.326Z Downloaded trust-dns-proto v0.22.0
9442025-01-14T19:58:08.338Z Downloaded sled v0.34.7
9452025-01-14T19:58:08.350Z Downloaded rustls v0.23.19
9462025-01-14T19:58:08.361Z Downloaded bzip2-sys v0.1.11+1.0.8
9472025-01-14T19:58:08.373Z Downloaded ratatui v0.28.1
9482025-01-14T19:58:08.393Z Downloaded hickory-proto v0.24.1
9492025-01-14T19:58:08.410Z Downloaded rustls v0.22.4
9502025-01-14T19:58:08.421Z Downloaded regex-automata v0.4.8
9512025-01-14T19:58:08.438Z Downloaded diesel v2.2.6
9522025-01-14T19:58:08.457Z Downloaded dropshot v0.13.0
9532025-01-14T19:58:08.479Z Downloaded zerocopy-derive v0.6.6
9542025-01-14T19:58:08.489Z Downloaded object v0.36.5
9552025-01-14T19:58:08.502Z Downloaded typify-impl v0.2.0
9562025-01-14T19:58:08.519Z Downloaded zerocopy v0.8.10
9572025-01-14T19:58:08.543Z Downloaded bstr v1.10.0
9582025-01-14T19:58:08.554Z Downloaded tokio v1.40.0
9592025-01-14T19:58:08.596Z Downloaded chrono-tz v0.10.0
9602025-01-14T19:58:08.604Z Downloaded idna v0.3.0
9612025-01-14T19:58:08.611Z Downloaded smoltcp v0.11.0
9622025-01-14T19:58:08.625Z Downloaded csv v1.3.0
9632025-01-14T19:58:08.648Z Downloaded sha3 v0.10.8
9642025-01-14T19:58:08.653Z Downloaded petgraph v0.6.5
9652025-01-14T19:58:08.670Z Downloaded lzma-sys v0.1.20
9662025-01-14T19:58:08.701Z Downloaded rustls-webpki v0.102.8
9672025-01-14T19:58:08.720Z Downloaded reedline v0.35.0
9682025-01-14T19:58:08.728Z Downloaded libz-sys v1.1.20
9692025-01-14T19:58:08.749Z Downloaded rusqlite v0.32.1
9702025-01-14T19:58:08.756Z Downloaded lalrpop v0.19.12
9712025-01-14T19:58:08.770Z Downloaded unicode_categories v0.1.1
9722025-01-14T19:58:08.772Z Downloaded futures-util v0.3.31
9732025-01-14T19:58:08.783Z Downloaded h2 v0.4.6
9742025-01-14T19:58:08.790Z Downloaded tokio-util v0.7.12
9752025-01-14T19:58:08.797Z Downloaded vcpkg v0.2.15
9762025-01-14T19:58:08.837Z Downloaded parse-zoneinfo v0.3.1
9772025-01-14T19:58:08.839Z Downloaded headers v0.4.0
9782025-01-14T19:58:08.844Z Downloaded heapless v0.8.0
9792025-01-14T19:58:08.849Z Downloaded tough v0.19.0
9802025-01-14T19:58:08.857Z Downloaded heapless v0.7.17
9812025-01-14T19:58:08.861Z Downloaded similar v2.6.0
9822025-01-14T19:58:08.867Z Downloaded schemars_derive v0.8.21
9832025-01-14T19:58:08.871Z Downloaded diff v0.1.13
9842025-01-14T19:58:08.873Z Downloaded url v2.5.3
9852025-01-14T19:58:08.876Z Downloaded steno v0.4.1
9862025-01-14T19:58:08.879Z Downloaded portable-atomic v1.9.0
9872025-01-14T19:58:08.886Z Downloaded chrono v0.4.38
9882025-01-14T19:58:08.894Z Downloaded bitvec v1.0.1
9892025-01-14T19:58:08.909Z Downloaded float-ord v0.3.2
9902025-01-14T19:58:08.912Z Downloaded either v1.13.0
9912025-01-14T19:58:08.912Z Downloaded thiserror-impl-no-std v2.0.2
9922025-01-14T19:58:08.914Z Downloaded progenitor v0.8.0
9932025-01-14T19:58:08.914Z Downloaded predicates-core v1.0.8
9942025-01-14T19:58:08.917Z Downloaded walkdir v2.5.0
9952025-01-14T19:58:08.917Z Downloaded nom v7.1.3
9962025-01-14T19:58:08.922Z Downloaded aws-lc-rs v1.10.0
9972025-01-14T19:58:08.932Z Downloaded poly1305 v0.8.0
9982025-01-14T19:58:08.935Z Downloaded pin-project-lite v0.2.14
9992025-01-14T19:58:08.939Z Downloaded data-encoding v2.6.0
10002025-01-14T19:58:08.942Z Downloaded toml v0.7.8
10012025-01-14T19:58:08.944Z Downloaded progenitor-client v0.8.0
10022025-01-14T19:58:08.947Z Downloaded typed-path v0.9.3
10032025-01-14T19:58:08.952Z Downloaded encoding_rs v0.8.34
10042025-01-14T19:58:08.974Z Downloaded idna v1.0.3
10052025-01-14T19:58:08.978Z Downloaded tokio-rustls v0.25.0
10062025-01-14T19:58:08.981Z Downloaded slog-dtrace v0.3.0
10072025-01-14T19:58:08.983Z Downloaded test-strategy v0.3.1
10082025-01-14T19:58:08.985Z Downloaded zip v0.6.6
10092025-01-14T19:58:08.989Z Downloaded slog-bunyan v2.5.0
10102025-01-14T19:58:08.991Z Downloaded tar v0.4.42
10112025-01-14T19:58:08.994Z Downloaded p256 v0.13.2
10122025-01-14T19:58:08.996Z Downloaded nu-ansi-term v0.50.1
10132025-01-14T19:58:08.999Z Downloaded zopfli v0.8.1
10142025-01-14T19:58:09.001Z Downloaded unsafe-libyaml v0.2.11
10152025-01-14T19:58:09.004Z Downloaded peg v0.8.4
10162025-01-14T19:58:09.007Z Downloaded pbkdf2 v0.12.2
10172025-01-14T19:58:09.010Z Downloaded pbkdf2 v0.11.0
10182025-01-14T19:58:09.012Z Downloaded resolv-conf v0.7.0
10192025-01-14T19:58:09.015Z Downloaded postgres-types v0.2.8
10202025-01-14T19:58:09.017Z Downloaded rustfmt-wrapper v0.2.1
10212025-01-14T19:58:09.017Z Downloaded rustc_version v0.1.7
10222025-01-14T19:58:09.017Z Downloaded spin v0.9.8
10232025-01-14T19:58:09.020Z Downloaded semver v0.1.20
10242025-01-14T19:58:09.020Z Downloaded ssh-key v0.6.6
10252025-01-14T19:58:09.026Z Downloaded parking_lot_core v0.9.10
10262025-01-14T19:58:09.029Z Downloaded subprocess v0.2.9
10272025-01-14T19:58:09.032Z Downloaded signal-hook v0.3.17
10282025-01-14T19:58:09.035Z Downloaded libxml v0.3.3
10292025-01-14T19:58:09.040Z Downloaded libm v0.2.8
10302025-01-14T19:58:09.049Z Downloaded derive-where v1.2.7
10312025-01-14T19:58:09.052Z Downloaded gethostname v0.5.0
10322025-01-14T19:58:09.054Z Downloaded thread_local v1.1.8
10332025-01-14T19:58:09.058Z Downloaded parking_lot v0.11.2
10342025-01-14T19:58:09.058Z Downloaded yasna v0.5.2
10352025-01-14T19:58:09.060Z Downloaded zone v0.3.0
10362025-01-14T19:58:09.060Z Downloaded pkcs1 v0.7.5
10372025-01-14T19:58:09.063Z Downloaded phf_generator v0.11.2
10382025-01-14T19:58:09.065Z Downloaded hickory-server v0.24.1
10392025-01-14T19:58:09.068Z Downloaded hickory-resolver v0.24.1
10402025-01-14T19:58:09.072Z Downloaded ff v0.13.0
10412025-01-14T19:58:09.075Z Downloaded libgit2-sys v0.17.0+1.8.1
10422025-01-14T19:58:09.130Z Downloaded tokio-native-tls v0.3.1
10432025-01-14T19:58:09.132Z Downloaded fatfs v0.3.6
10442025-01-14T19:58:09.135Z Downloaded rustc-hash v2.0.0
10452025-01-14T19:58:09.137Z Downloaded rustc-hash v1.1.0
10462025-01-14T19:58:09.137Z Downloaded elliptic-curve v0.13.8
10472025-01-14T19:58:09.139Z Downloaded mio v1.0.2
10482025-01-14T19:58:09.145Z Downloaded rsa v0.9.6
10492025-01-14T19:58:09.149Z Downloaded tap v1.0.1
10502025-01-14T19:58:09.151Z Downloaded slog-json v2.6.1
10512025-01-14T19:58:09.151Z Downloaded secrecy v0.8.0
10522025-01-14T19:58:09.155Z Downloaded same-file v1.0.6
10532025-01-14T19:58:09.155Z Downloaded der_derive v0.7.3
10542025-01-14T19:58:09.157Z Downloaded openssl-sys v0.9.103
10552025-01-14T19:58:09.160Z Downloaded phf_codegen v0.11.2
10562025-01-14T19:58:09.162Z Downloaded packed_struct_codegen v0.10.1
10572025-01-14T19:58:09.162Z Downloaded packed_struct v0.10.1
10582025-01-14T19:58:09.165Z Downloaded smallvec v1.13.2
10592025-01-14T19:58:09.167Z Downloaded slog-term v2.9.1
10602025-01-14T19:58:09.167Z Downloaded parking_lot v0.12.3
10612025-01-14T19:58:09.170Z Downloaded futures v0.3.31
10622025-01-14T19:58:09.174Z Downloaded darling_core v0.20.10
10632025-01-14T19:58:09.178Z Downloaded zerocopy v0.6.6
10642025-01-14T19:58:09.180Z Downloaded tungstenite v0.21.0
10652025-01-14T19:58:09.183Z Downloaded icu_collections v1.5.0
10662025-01-14T19:58:09.189Z Downloaded hkdf v0.12.4
10672025-01-14T19:58:09.191Z Downloaded unicode-bidi v0.3.17
10682025-01-14T19:58:09.193Z Downloaded embedded-io v0.6.1
10692025-01-14T19:58:09.196Z Downloaded primeorder v0.13.6
10702025-01-14T19:58:09.196Z Downloaded hyper-util v0.1.10
10712025-01-14T19:58:09.199Z Downloaded nodrop v0.1.14
10722025-01-14T19:58:09.203Z Downloaded hash32 v0.3.1
10732025-01-14T19:58:09.203Z Downloaded tokio-tungstenite v0.23.1
10742025-01-14T19:58:09.205Z Downloaded slog-async v2.8.0
10752025-01-14T19:58:09.206Z Downloaded derive_more v0.99.18
10762025-01-14T19:58:09.209Z Downloaded dropshot_endpoint v0.13.0
10772025-01-14T19:58:09.212Z Downloaded futures-task v0.3.31
10782025-01-14T19:58:09.214Z Downloaded parking_lot_core v0.8.6
10792025-01-14T19:58:09.217Z Downloaded num-rational v0.4.2
10802025-01-14T19:58:09.217Z Downloaded writeable v0.5.5
10812025-01-14T19:58:09.219Z Downloaded const_format v0.2.33
10822025-01-14T19:58:09.222Z Downloaded backtrace v0.3.74
10832025-01-14T19:58:09.227Z Downloaded strum_macros v0.24.3
10842025-01-14T19:58:09.229Z Downloaded structmeta-derive v0.3.0
10852025-01-14T19:58:09.231Z Downloaded structmeta-derive v0.2.0
10862025-01-14T19:58:09.231Z Downloaded smallvec v0.6.14
10872025-01-14T19:58:09.231Z Downloaded chacha20poly1305 v0.10.1
10882025-01-14T19:58:09.234Z Downloaded futures-channel v0.3.31
10892025-01-14T19:58:09.236Z Downloaded ecdsa v0.16.9
10902025-01-14T19:58:09.239Z Downloaded vsss-rs v3.3.4
10912025-01-14T19:58:09.241Z Downloaded utf16_iter v1.0.5
10922025-01-14T19:58:09.241Z Downloaded stringprep v0.1.5
10932025-01-14T19:58:09.241Z Downloaded strip-ansi-escapes v0.2.0
10942025-01-14T19:58:09.244Z Downloaded string_cache v0.8.7
10952025-01-14T19:58:09.244Z Downloaded funty v2.0.0
10962025-01-14T19:58:09.247Z Downloaded ref-cast-impl v1.0.23
10972025-01-14T19:58:09.247Z Downloaded predicates-tree v1.0.11
10982025-01-14T19:58:09.247Z Downloaded tinyvec v1.8.0
10992025-01-14T19:58:09.249Z Downloaded num v0.4.3
11002025-01-14T19:58:09.251Z Downloaded num_threads v0.1.7
11012025-01-14T19:58:09.251Z Downloaded serde_plain v1.0.2
11022025-01-14T19:58:09.254Z Downloaded pem v3.0.4
11032025-01-14T19:58:09.254Z Downloaded icu_properties v1.5.1
11042025-01-14T19:58:09.257Z Downloaded base64 v0.22.1
11052025-01-14T19:58:09.259Z Downloaded num-derive v0.4.2
11062025-01-14T19:58:09.262Z Downloaded yoke v0.7.4
11072025-01-14T19:58:09.264Z Downloaded vte v0.11.1
11082025-01-14T19:58:09.264Z Downloaded icu_provider v1.5.0
11092025-01-14T19:58:09.267Z Downloaded defmt-macros v0.3.9
11102025-01-14T19:58:09.269Z Downloaded tiny-keccak v2.0.2
11112025-01-14T19:58:09.272Z Downloaded time-macros v0.2.18
11122025-01-14T19:58:09.275Z Downloaded aes-gcm v0.10.3
11132025-01-14T19:58:09.277Z Downloaded compact_str v0.8.0
11142025-01-14T19:58:09.280Z Downloaded icu_normalizer v1.5.0
11152025-01-14T19:58:09.283Z Downloaded icu_locid v1.5.0
11162025-01-14T19:58:09.287Z Downloaded lock_api v0.4.12
11172025-01-14T19:58:09.291Z Downloaded libloading v0.8.5
11182025-01-14T19:58:09.295Z Downloaded supports-color v3.0.1
11192025-01-14T19:58:09.295Z Downloaded quinn-udp v0.5.5
11202025-01-14T19:58:09.297Z Downloaded arc-swap v1.7.1
11212025-01-14T19:58:09.302Z Downloaded signal-hook-tokio v0.3.1
11222025-01-14T19:58:09.302Z Downloaded serde-hex v0.1.0
11232025-01-14T19:58:09.304Z Downloaded allocator-api2 v0.2.18
11242025-01-14T19:58:09.304Z Downloaded crc-any v2.5.0
11252025-01-14T19:58:09.307Z Downloaded jobserver v0.1.32
11262025-01-14T19:58:09.309Z Downloaded cookie v0.18.1
11272025-01-14T19:58:09.312Z Downloaded hyper-staticfile v0.10.1
11282025-01-14T19:58:09.312Z Downloaded clang-sys v1.8.1
11292025-01-14T19:58:09.314Z Downloaded ref-cast v1.0.23
11302025-01-14T19:58:09.316Z Downloaded ipnet v2.10.1
11312025-01-14T19:58:09.319Z Downloaded iana-time-zone v0.1.61
11322025-01-14T19:58:09.321Z Downloaded hyper-rustls v0.27.3
11332025-01-14T19:58:09.322Z Downloaded darling v0.20.10
11342025-01-14T19:58:09.325Z Downloaded crossbeam-utils v0.8.20
11352025-01-14T19:58:09.328Z Downloaded buf-list v1.0.3
11362025-01-14T19:58:09.332Z Downloaded httparse v1.9.5
11372025-01-14T19:58:09.334Z Downloaded crc32fast v1.4.2
11382025-01-14T19:58:09.334Z Downloaded ahash v0.8.11
11392025-01-14T19:58:09.336Z Downloaded addr2line v0.24.2
11402025-01-14T19:58:09.339Z Downloaded lalrpop-util v0.19.12
11412025-01-14T19:58:09.339Z Downloaded lockfree-object-pool v0.1.6
11422025-01-14T19:58:09.342Z Downloaded instability v0.3.2
11432025-01-14T19:58:09.342Z Downloaded indoc v1.0.9
11442025-01-14T19:58:09.344Z Downloaded base64ct v1.6.0
11452025-01-14T19:58:09.347Z Downloaded kstat-rs v0.2.4
11462025-01-14T19:58:09.347Z Downloaded is-terminal v0.4.13
11472025-01-14T19:58:09.349Z Downloaded cancel-safe-futures v0.1.5
11482025-01-14T19:58:09.352Z Downloaded http-body-util v0.1.2
11492025-01-14T19:58:09.352Z Downloaded hostname v0.4.0
11502025-01-14T19:58:09.354Z Downloaded async-trait v0.1.83
11512025-01-14T19:58:09.357Z Downloaded async-bb8-diesel v0.2.1
11522025-01-14T19:58:09.359Z Downloaded libsw v3.3.1
11532025-01-14T19:58:09.359Z Downloaded libefi-sys v0.1.0
11542025-01-14T19:58:09.362Z Downloaded lazy_static v1.5.0
11552025-01-14T19:58:09.362Z Downloaded hubpack v0.1.2
11562025-01-14T19:58:09.364Z Downloaded bzip2 v0.4.4
11572025-01-14T19:58:09.364Z Downloaded keccak v0.1.5
11582025-01-14T19:58:09.367Z Downloaded hostname v0.3.1
11592025-01-14T19:58:09.370Z Downloaded cmake v0.1.51
11602025-01-14T19:58:09.372Z Downloaded cipher v0.4.4
11612025-01-14T19:58:09.372Z Downloaded is_ci v1.2.0
11622025-01-14T19:58:09.372Z Downloaded atomic-waker v1.1.2
11632025-01-14T19:58:09.375Z Downloaded humantime v2.1.0
11642025-01-14T19:58:09.375Z Downloaded bitflags v1.3.2
11652025-01-14T19:58:09.377Z Downloaded blowfish v0.9.1
11662025-01-14T19:58:09.380Z Downloaded convert_case v0.4.0
11672025-01-14T19:58:09.380Z Downloaded cobs v0.2.3
11682025-01-14T19:58:09.380Z Downloaded bitfield-struct v0.6.2
11692025-01-14T19:58:09.382Z Downloaded bit-vec v0.6.3
11702025-01-14T19:58:09.383Z Downloaded assert_matches v1.5.0
11712025-01-14T19:58:09.385Z Downloaded adler2 v2.0.0
11722025-01-14T19:58:09.385Z Downloaded ascii-canvas v3.0.0
11732025-01-14T19:58:09.481Z Downloaded ring v0.17.8
11742025-01-14T19:58:09.597Z Downloaded libsqlite3-sys v0.30.1
11752025-01-14T19:58:09.733Z Downloaded aws-lc-sys v0.22.0
11762025-01-14T19:58:10.036Z Compiling serde v1.0.215
11772025-01-14T19:58:10.039Z Compiling lock_api v0.4.12
11782025-01-14T19:58:10.039Z Compiling scopeguard v1.2.0
11792025-01-14T19:58:10.039Z Compiling value-bag v1.9.0
11802025-01-14T19:58:10.039Z Compiling typenum v1.17.0
11812025-01-14T19:58:10.039Z Compiling generic-array v0.14.7
11822025-01-14T19:58:10.212Z Compiling syn v2.0.87
11832025-01-14T19:58:10.215Z Compiling getrandom v0.2.15
11842025-01-14T19:58:10.399Z Compiling shlex v1.3.0
11852025-01-14T19:58:10.533Z Compiling rand_core v0.6.4
11862025-01-14T19:58:10.714Z Compiling log v0.4.22
11872025-01-14T19:58:10.762Z Compiling subtle v2.6.1
11882025-01-14T19:58:10.813Z Compiling jobserver v0.1.32
11892025-01-14T19:58:10.833Z Compiling smallvec v1.13.2
11902025-01-14T19:58:11.057Z Compiling const-oid v0.9.6
11912025-01-14T19:58:11.059Z Compiling spin v0.9.8
11922025-01-14T19:58:11.096Z Compiling pin-project-lite v0.2.14
11932025-01-14T19:58:11.219Z Compiling cc v1.1.30
11942025-01-14T19:58:11.249Z Compiling rustix v0.38.37
11952025-01-14T19:58:11.478Z Compiling parking_lot_core v0.9.10
11962025-01-14T19:58:11.589Z Compiling futures-core v0.3.31
11972025-01-14T19:58:11.800Z Compiling signal-hook-registry v1.4.2
11982025-01-14T19:58:11.853Z Compiling mio v1.0.2
11992025-01-14T19:58:12.150Z Compiling aho-corasick v1.1.3
12002025-01-14T19:58:12.598Z Compiling parking_lot v0.12.3
12012025-01-14T19:58:12.622Z Compiling cpufeatures v0.2.14
12022025-01-14T19:58:12.724Z Compiling either v1.13.0
12032025-01-14T19:58:12.797Z Compiling regex-syntax v0.8.5
12042025-01-14T19:58:13.156Z Compiling lazy_static v1.5.0
12052025-01-14T19:58:13.175Z Compiling stable_deref_trait v1.2.0
12062025-01-14T19:58:13.237Z Compiling glob v0.3.1
12072025-01-14T19:58:13.279Z Compiling futures-sink v0.3.31
12082025-01-14T19:58:13.299Z Compiling socket2 v0.5.7
12092025-01-14T19:58:13.443Z Compiling slab v0.4.9
12102025-01-14T19:58:13.716Z Compiling prettyplease v0.2.25
12112025-01-14T19:58:13.900Z Compiling serde_json v1.0.133
12122025-01-14T19:58:14.070Z Compiling minimal-lexical v0.2.1
12132025-01-14T19:58:14.297Z Compiling clang-sys v1.8.1
12142025-01-14T19:58:14.339Z Compiling libloading v0.8.5
12152025-01-14T19:58:14.569Z Compiling nom v7.1.3
12162025-01-14T19:58:14.625Z Compiling bindgen v0.69.5
12172025-01-14T19:58:14.781Z Compiling home v0.5.9
12182025-01-14T19:58:15.059Z Compiling futures-channel v0.3.31
12192025-01-14T19:58:15.443Z Compiling itertools v0.12.1
12202025-01-14T19:58:15.497Z Compiling futures-io v0.3.31
12212025-01-14T19:58:15.653Z Compiling foldhash v0.1.3
12222025-01-14T19:58:15.819Z Compiling rustc-hash v1.1.0
12232025-01-14T19:58:15.985Z Compiling libm v0.2.8
12242025-01-14T19:58:16.006Z Compiling futures-task v0.3.31
12252025-01-14T19:58:16.326Z Compiling allocator-api2 v0.2.18
12262025-01-14T19:58:16.345Z Compiling pin-utils v0.1.0
12272025-01-14T19:58:16.446Z Compiling lazycell v1.3.0
12282025-01-14T19:58:16.654Z Compiling cmake v0.1.51
12292025-01-14T19:58:17.104Z Compiling regex-automata v0.4.8
12302025-01-14T19:58:17.737Z Compiling hashbrown v0.15.1
12312025-01-14T19:58:17.990Z Compiling cexpr v0.6.0
12322025-01-14T19:58:18.369Z Compiling synstructure v0.13.1
12332025-01-14T19:58:19.132Z Compiling num-traits v0.2.19
12342025-01-14T19:58:19.423Z Compiling tinyvec_macros v0.1.1
12352025-01-14T19:58:19.527Z Compiling dunce v1.0.5
12362025-01-14T19:58:19.665Z Compiling fs_extra v1.3.0
12372025-01-14T19:58:19.805Z Compiling pkg-config v0.3.31
12382025-01-14T19:58:19.984Z Compiling tinyvec v1.8.0
12392025-01-14T19:58:20.303Z Compiling ring v0.17.8
12402025-01-14T19:58:21.440Z Compiling base64ct v1.6.0
12412025-01-14T19:58:21.530Z Compiling unicode-normalization v0.1.24
12422025-01-14T19:58:21.654Z Compiling litemap v0.7.3
12432025-01-14T19:58:21.873Z Compiling paste v1.0.15
12442025-01-14T19:58:22.037Z Compiling writeable v0.5.5
12452025-01-14T19:58:22.040Z Compiling unicode-bidi v0.3.17
12462025-01-14T19:58:22.442Z Compiling pem-rfc7468 v0.7.0
12472025-01-14T19:58:22.640Z Compiling httparse v1.9.5
12482025-01-14T19:58:23.197Z Compiling regex v1.11.1
12492025-01-14T19:58:23.370Z Compiling aws-lc-rs v1.10.0
12502025-01-14T19:58:23.423Z Compiling flagset v0.4.6
12512025-01-14T19:58:23.614Z Compiling tracing-core v0.1.32
12522025-01-14T19:58:23.827Z Compiling rustls-pki-types v1.10.0
12532025-01-14T19:58:24.269Z Compiling crossbeam-utils v0.8.20
12542025-01-14T19:58:24.751Z Compiling percent-encoding v2.3.1
12552025-01-14T19:58:24.842Z Compiling icu_locid_transform_data v1.5.0
12562025-01-14T19:58:24.983Z Compiling mirai-annotations v1.12.0
12572025-01-14T19:58:24.999Z Compiling untrusted v0.9.0
12582025-01-14T19:58:25.083Z Compiling vcpkg v0.2.15
12592025-01-14T19:58:25.160Z Compiling num-conv v0.1.0
12602025-01-14T19:58:25.160Z Compiling untrusted v0.7.1
12612025-01-14T19:58:25.227Z Compiling serde_derive v1.0.215
12622025-01-14T19:58:25.351Z Compiling zeroize_derive v1.4.2
12632025-01-14T19:58:25.459Z Compiling zerocopy-derive v0.7.35
12642025-01-14T19:58:25.672Z Compiling tokio-macros v2.4.0
12652025-01-14T19:58:26.914Z Compiling zeroize v1.8.1
12662025-01-14T19:58:27.241Z Compiling zerofrom-derive v0.1.4
12672025-01-14T19:58:27.293Z Compiling thiserror-impl v1.0.69
12682025-01-14T19:58:27.311Z Compiling yoke-derive v0.7.4
12692025-01-14T19:58:27.701Z Compiling zerocopy v0.7.35
12702025-01-14T19:58:28.196Z Compiling zerovec-derive v0.10.3
12712025-01-14T19:58:28.636Z Compiling crypto-common v0.1.6
12722025-01-14T19:58:28.888Z Compiling block-buffer v0.10.4
12732025-01-14T19:58:29.163Z Compiling digest v0.10.7
12742025-01-14T19:58:29.430Z Compiling futures-macro v0.3.31
12752025-01-14T19:58:29.660Z Compiling hmac v0.12.1
12762025-01-14T19:58:29.908Z Compiling block-padding v0.3.3
12772025-01-14T19:58:30.136Z Compiling displaydoc v0.2.5
12782025-01-14T19:58:30.155Z Compiling inout v0.1.3
12792025-01-14T19:58:30.613Z Compiling cipher v0.4.4
12802025-01-14T19:58:30.632Z Compiling sha2 v0.10.8
12812025-01-14T19:58:30.968Z Compiling thiserror v1.0.69
12822025-01-14T19:58:31.003Z Compiling ppv-lite86 v0.2.20
12832025-01-14T19:58:31.003Z Compiling icu_provider_macros v1.5.0
12842025-01-14T19:58:31.003Z Compiling der_derive v0.7.3
12852025-01-14T19:58:31.413Z Compiling futures-util v0.3.31
12862025-01-14T19:58:31.570Z Compiling zerofrom v0.1.4
12872025-01-14T19:58:31.780Z Compiling yoke v0.7.4
12882025-01-14T19:58:31.801Z Compiling rand_chacha v0.3.1
12892025-01-14T19:58:31.840Z Compiling tracing-attributes v0.1.27
12902025-01-14T19:58:32.154Z Compiling zerovec v0.10.4
12912025-01-14T19:58:32.158Z Compiling pest v2.7.14
12922025-01-14T19:58:33.609Z Compiling der v0.7.9
12932025-01-14T19:58:34.125Z Compiling tinystr v0.7.6
12942025-01-14T19:58:34.255Z Compiling icu_collections v1.5.0
12952025-01-14T19:58:34.513Z Compiling icu_locid v1.5.0
12962025-01-14T19:58:34.577Z Compiling rand v0.8.5
12972025-01-14T19:58:35.294Z Compiling salsa20 v0.10.2
12982025-01-14T19:58:35.509Z Compiling pbkdf2 v0.12.2
12992025-01-14T19:58:35.702Z Compiling time-core v0.1.2
13002025-01-14T19:58:35.737Z Compiling icu_provider v1.5.0
13012025-01-14T19:58:35.781Z Compiling tracing v0.1.40
13022025-01-14T19:58:35.893Z Compiling spki v0.7.3
13032025-01-14T19:58:36.285Z Compiling icu_properties_data v1.5.0
13042025-01-14T19:58:36.318Z Compiling powerfmt v0.2.0
13052025-01-14T19:58:36.542Z Compiling icu_locid_transform v1.5.0
13062025-01-14T19:58:36.710Z Compiling deranged v0.3.11
13072025-01-14T19:58:36.742Z Compiling time-macros v0.2.18
13082025-01-14T19:58:36.856Z Compiling scrypt v0.11.0
13092025-01-14T19:58:36.941Z Compiling pest_meta v2.7.14
13102025-01-14T19:58:37.017Z Compiling aes v0.8.4
13112025-01-14T19:58:37.434Z Compiling cbc v0.1.2
13122025-01-14T19:58:37.737Z Compiling icu_properties v1.5.1
13132025-01-14T19:58:38.674Z Compiling openssl-sys v0.9.103
13142025-01-14T19:58:39.275Z Compiling scroll_derive v0.12.0
13152025-01-14T19:58:39.791Z Compiling bitflags v2.6.0
13162025-01-14T19:58:39.838Z Compiling bytes v1.8.0
13172025-01-14T19:58:40.251Z Compiling indexmap v2.6.0
13182025-01-14T19:58:40.767Z Compiling tokio v1.40.0
13192025-01-14T19:58:41.149Z Compiling http v1.1.0
13202025-01-14T19:58:41.556Z Compiling semver v1.0.23
13212025-01-14T19:58:42.131Z Compiling rustc_version v0.4.1
13222025-01-14T19:58:42.332Z Compiling atomic-waker v1.1.2
13232025-01-14T19:58:42.523Z Compiling write16 v1.0.0
13242025-01-14T19:58:42.666Z Compiling num_threads v0.1.7
13252025-01-14T19:58:42.758Z Compiling icu_normalizer_data v1.5.0
13262025-01-14T19:58:42.801Z Compiling utf8_iter v1.0.4
13272025-01-14T19:58:42.870Z Compiling utf16_iter v1.0.5
13282025-01-14T19:58:42.891Z Compiling time v0.3.36
13292025-01-14T19:58:43.071Z Compiling icu_normalizer v1.5.0
13302025-01-14T19:58:43.074Z Compiling http-body v1.0.1
13312025-01-14T19:58:43.112Z Compiling scroll v0.12.0
13322025-01-14T19:58:43.297Z Compiling pest_generator v2.7.14
13332025-01-14T19:58:43.335Z Compiling pkcs5 v0.7.1
13342025-01-14T19:58:43.698Z Compiling form_urlencoded v1.2.1
13352025-01-14T19:58:43.732Z Compiling try-lock v0.2.5
13362025-01-14T19:58:43.880Z Compiling slog v2.7.0
13372025-01-14T19:58:44.009Z Compiling which v4.4.2
13382025-01-14T19:58:44.644Z Compiling idna_adapter v1.2.0
13392025-01-14T19:58:44.673Z Compiling pkcs8 v0.10.2
13402025-01-14T19:58:44.876Z Compiling want v0.3.1
13412025-01-14T19:58:45.121Z Compiling goblin v0.8.2
13422025-01-14T19:58:45.168Z Compiling uuid v1.11.0
13432025-01-14T19:58:45.342Z Compiling pest_derive v2.7.14
13442025-01-14T19:58:45.385Z Compiling iana-time-zone v0.1.61
13452025-01-14T19:58:45.502Z Compiling httpdate v1.0.3
13462025-01-14T19:58:45.865Z Compiling chrono v0.4.38
13472025-01-14T19:58:45.975Z Compiling idna v1.0.3
13482025-01-14T19:58:46.137Z Compiling dtrace-parser v0.2.0
13492025-01-14T19:58:47.486Z Compiling toml_datetime v0.6.8
13502025-01-14T19:58:47.847Z Compiling serde_spanned v0.6.8
13512025-01-14T19:58:48.046Z Compiling serde_tokenstream v0.2.2
13522025-01-14T19:58:48.111Z Compiling base64 v0.22.1
13532025-01-14T19:58:48.176Z Compiling openssl v0.10.66
13542025-01-14T19:58:48.390Z Compiling match_cfg v0.1.0
13552025-01-14T19:58:48.479Z Compiling foreign-types-shared v0.1.1
13562025-01-14T19:58:48.591Z Compiling adler2 v2.0.0
13572025-01-14T19:58:48.623Z Compiling tower-service v0.3.3
13582025-01-14T19:58:48.667Z Compiling rustversion v1.0.17
13592025-01-14T19:58:48.738Z Compiling miniz_oxide v0.8.0
13602025-01-14T19:58:48.816Z Compiling foreign-types v0.3.2
13612025-01-14T19:58:48.837Z Compiling hostname v0.3.1
13622025-01-14T19:58:48.918Z Compiling url v2.5.3
13632025-01-14T19:58:49.380Z Compiling tokio-util v0.7.12
13642025-01-14T19:58:49.735Z Compiling openssl-macros v0.1.1
13652025-01-14T19:58:50.303Z Compiling async-trait v0.1.83
13662025-01-14T19:58:50.485Z Compiling h2 v0.4.6
13672025-01-14T19:58:50.516Z Compiling serde_derive_internals v0.29.1
13682025-01-14T19:58:50.804Z Compiling dirs-sys-next v0.1.2
13692025-01-14T19:58:50.954Z Compiling dof v0.3.0
13702025-01-14T19:58:51.470Z Compiling native-tls v0.2.12
13712025-01-14T19:58:51.800Z Compiling usdt-impl v0.5.0
13722025-01-14T19:58:53.111Z Compiling siphasher v0.3.11
13732025-01-14T19:58:53.185Z Compiling schemars v0.8.21
13742025-01-14T19:58:53.383Z Compiling rustls v0.23.19
13752025-01-14T19:58:53.447Z Compiling rustls v0.22.4
13762025-01-14T19:58:53.519Z Compiling syn v1.0.109
13772025-01-14T19:58:53.538Z Compiling data-encoding v2.6.0
13782025-01-14T19:58:53.680Z Compiling schemars_derive v0.8.21
13792025-01-14T19:58:53.779Z Compiling dirs-next v2.0.0
13802025-01-14T19:58:55.642Z Compiling http-body-util v0.1.2
13812025-01-14T19:58:55.745Z Compiling heapless v0.7.17
13822025-01-14T19:58:55.949Z Compiling crossbeam-epoch v0.9.18
13832025-01-14T19:58:56.191Z Compiling sha1 v0.10.6
13842025-01-14T19:58:56.194Z Compiling signature v2.2.0
13852025-01-14T19:58:56.519Z Compiling bzip2-sys v0.1.11+1.0.8
13862025-01-14T19:58:56.541Z Compiling thread_local v1.1.8
13872025-01-14T19:58:56.606Z Compiling encoding_rs v0.8.34
13882025-01-14T19:58:56.738Z Compiling multer v3.1.0
13892025-01-14T19:58:56.984Z Compiling cookie v0.18.1
13902025-01-14T19:58:57.004Z Compiling unicode-properties v0.1.3
13912025-01-14T19:58:57.094Z Compiling signal-hook v0.3.17
13922025-01-14T19:58:57.168Z Compiling gimli v0.31.1
13932025-01-14T19:58:57.246Z Compiling openssl-probe v0.1.5
13942025-01-14T19:58:57.347Z Compiling dyn-clone v1.0.17
13952025-01-14T19:58:57.414Z Compiling rayon-core v1.12.1
13962025-01-14T19:58:57.573Z Compiling hyper v1.5.0
13972025-01-14T19:58:57.593Z Compiling mime v0.3.17
13982025-01-14T19:58:57.691Z Compiling ipnet v2.10.1
13992025-01-14T19:58:58.214Z Compiling slog-async v2.8.0
14002025-01-14T19:58:59.054Z Compiling stringprep v0.1.5
14012025-01-14T19:59:00.334Z Compiling hyper-util v0.1.10
14022025-01-14T19:59:01.228Z Compiling toml_edit v0.22.22
14032025-01-14T19:59:01.791Z Compiling addr2line v0.24.2
14042025-01-14T19:59:02.504Z Compiling crossbeam-deque v0.8.5
14052025-01-14T19:59:02.648Z Compiling usdt-attr-macro v0.5.0
14062025-01-14T19:59:02.710Z Compiling usdt-macro v0.5.0
14072025-01-14T19:59:02.831Z Compiling term v0.7.0
14082025-01-14T19:59:03.483Z Compiling slog-json v2.6.1
14092025-01-14T19:59:03.637Z Compiling serde_urlencoded v0.7.1
14102025-01-14T19:59:03.847Z Compiling curve25519-dalek v4.1.3
14112025-01-14T19:59:04.125Z Compiling crossbeam-channel v0.5.13
14122025-01-14T19:59:04.210Z Compiling futures-executor v0.3.31
14132025-01-14T19:59:04.271Z Compiling md-5 v0.10.6
14142025-01-14T19:59:04.395Z Compiling async-stream-impl v0.3.6
14152025-01-14T19:59:04.433Z Compiling enum-as-inner v0.6.1
14162025-01-14T19:59:04.536Z Compiling rustls-pemfile v2.2.0
14172025-01-14T19:59:04.798Z Compiling num-integer v0.1.46
14182025-01-14T19:59:04.894Z Compiling idna v0.4.0
14192025-01-14T19:59:05.241Z Compiling idna v0.3.0
14202025-01-14T19:59:05.519Z Compiling hash32 v0.2.1
14212025-01-14T19:59:05.537Z Compiling ff v0.13.0
14222025-01-14T19:59:05.752Z Compiling is-terminal v0.4.13
14232025-01-14T19:59:05.793Z Compiling object v0.36.5
14242025-01-14T19:59:05.888Z Compiling dropshot v0.12.0
14252025-01-14T19:59:05.908Z Compiling fallible-iterator v0.2.0
14262025-01-14T19:59:06.176Z Compiling anyhow v1.0.93
14272025-01-14T19:59:06.578Z Compiling num-bigint-dig v0.8.4
14282025-01-14T19:59:06.628Z Compiling base16ct v0.2.0
14292025-01-14T19:59:06.805Z Compiling quick-error v1.2.3
14302025-01-14T19:59:06.869Z Compiling portable-atomic v1.9.0
14312025-01-14T19:59:06.892Z Compiling linked-hash-map v0.5.6
14322025-01-14T19:59:06.947Z Compiling psl-types v2.0.11
14332025-01-14T19:59:06.969Z Compiling smoltcp v0.9.1
14342025-01-14T19:59:07.150Z Compiling utf-8 v0.7.6
14352025-01-14T19:59:07.251Z Compiling take_mut v0.2.2
14362025-01-14T19:59:07.414Z Compiling rustc-demangle v0.1.24
14372025-01-14T19:59:07.739Z Compiling tungstenite v0.24.0
14382025-01-14T19:59:08.044Z Compiling lru-cache v0.1.2
14392025-01-14T19:59:08.257Z Compiling publicsuffix v2.2.3
14402025-01-14T19:59:08.436Z Compiling resolv-conf v0.7.0
14412025-01-14T19:59:08.555Z Compiling sec1 v0.7.3
14422025-01-14T19:59:09.131Z Compiling postgres-protocol v0.6.7
14432025-01-14T19:59:09.233Z Compiling slog-term v2.9.1
14442025-01-14T19:59:09.773Z Compiling usdt v0.5.0
14452025-01-14T19:59:10.186Z Compiling async-stream v0.3.6
14462025-01-14T19:59:10.281Z Compiling hickory-proto v0.24.1
14472025-01-14T19:59:10.490Z Compiling group v0.13.0
14482025-01-14T19:59:10.510Z Compiling num-iter v0.1.45
14492025-01-14T19:59:10.513Z Compiling futures v0.3.31
14502025-01-14T19:59:10.635Z Compiling toml v0.8.19
14512025-01-14T19:59:10.657Z Compiling slog-bunyan v2.5.0
14522025-01-14T19:59:10.879Z Compiling camino v1.1.9
14532025-01-14T19:59:12.382Z Compiling tokio-native-tls v0.3.1
14542025-01-14T19:59:12.637Z Compiling phf_shared v0.11.2
14552025-01-14T19:59:12.674Z Compiling dropshot_endpoint v0.12.0
14562025-01-14T19:59:13.016Z Compiling terminal_size v0.4.0
14572025-01-14T19:59:13.043Z Compiling waitgroup v0.1.2
14582025-01-14T19:59:13.064Z Compiling openapiv3 v2.0.0
14592025-01-14T19:59:13.236Z Compiling backtrace v0.3.74
14602025-01-14T19:59:13.282Z Compiling serde_path_to_error v0.1.16
14612025-01-14T19:59:14.028Z Compiling hkdf v0.12.4
14622025-01-14T19:59:14.140Z Compiling crypto-bigint v0.5.5
14632025-01-14T19:59:14.287Z Compiling zerocopy-derive v0.6.6
14642025-01-14T19:59:16.604Z Compiling curve25519-dalek-derive v0.1.1
14652025-01-14T19:59:17.063Z Compiling webpki-roots v0.26.6
14662025-01-14T19:59:17.159Z Compiling hubpack_derive v0.1.1
14672025-01-14T19:59:17.293Z Compiling idna v0.5.0
14682025-01-14T19:59:17.464Z Compiling hostname v0.4.0
14692025-01-14T19:59:17.490Z Compiling crc32fast v1.4.2
14702025-01-14T19:59:17.729Z Compiling ahash v0.8.11
14712025-01-14T19:59:17.837Z Compiling fs-err v2.11.0
14722025-01-14T19:59:18.508Z Compiling debug-ignore v1.0.5
14732025-01-14T19:59:18.538Z Compiling winnow v0.5.40
14742025-01-14T19:59:18.538Z Compiling managed v0.8.0
14752025-01-14T19:59:18.538Z Compiling bitflags v1.3.2
14762025-01-14T19:59:18.538Z Compiling newtype-uuid v1.1.3
14772025-01-14T19:59:18.538Z Compiling clap_builder v4.5.21
14782025-01-14T19:59:18.549Z Compiling console v0.15.8
14792025-01-14T19:59:19.006Z Compiling cookie_store v0.21.0
14802025-01-14T19:59:20.380Z Compiling strum_macros v0.25.3
14812025-01-14T19:59:20.649Z Compiling hubpack v0.1.2
14822025-01-14T19:59:20.833Z Compiling flate2 v1.0.34
14832025-01-14T19:59:20.896Z Compiling elliptic-curve v0.13.8
14842025-01-14T19:59:21.108Z Compiling zerocopy v0.6.6
14852025-01-14T19:59:21.723Z Compiling toml_edit v0.19.15
14862025-01-14T19:59:21.796Z Compiling hickory-resolver v0.24.1
14872025-01-14T19:59:21.996Z Compiling phf v0.11.2
14882025-01-14T19:59:22.304Z Compiling hyper-tls v0.6.0
14892025-01-14T19:59:22.747Z Compiling signal-hook-mio v0.2.4
14902025-01-14T19:59:22.841Z Compiling rayon v1.10.0
14912025-01-14T19:59:22.912Z Compiling bzip2 v0.4.4
14922025-01-14T19:59:24.698Z Compiling postgres-types v0.2.8
14932025-01-14T19:59:26.232Z Compiling tokio-tungstenite v0.24.0
14942025-01-14T19:59:27.817Z Compiling ed25519 v2.2.3
14952025-01-14T19:59:27.861Z Compiling phf_shared v0.10.0
14962025-01-14T19:59:28.198Z Compiling tokio-stream v0.1.16
14972025-01-14T19:59:28.307Z Compiling pkcs1 v0.7.5
14982025-01-14T19:59:28.539Z Compiling serde-big-array v0.5.1
14992025-01-14T19:59:28.679Z Compiling rfc6979 v0.4.0
15002025-01-14T19:59:28.781Z Compiling derive-where v1.2.7
15012025-01-14T19:59:28.874Z Compiling serde_repr v0.1.19
15022025-01-14T19:59:29.294Z Compiling clap_derive v4.5.18
15032025-01-14T19:59:29.323Z Compiling float-cmp v0.9.0
15042025-01-14T19:59:29.555Z Compiling bstr v1.10.0
15052025-01-14T19:59:29.807Z Compiling sync_wrapper v1.0.1
15062025-01-14T19:59:29.908Z Compiling normalize-line-endings v0.3.0
15072025-01-14T19:59:29.948Z Compiling new_debug_unreachable v1.0.6
15082025-01-14T19:59:30.030Z Compiling static_assertions v1.1.0
15092025-01-14T19:59:30.053Z Compiling number_prefix v0.4.0
15102025-01-14T19:59:30.072Z Compiling fixedbitset v0.4.2
15112025-01-14T19:59:30.133Z Compiling unicode-segmentation v1.12.0
15122025-01-14T19:59:30.295Z Compiling predicates-core v1.0.8
15132025-01-14T19:59:30.577Z Compiling difflib v0.4.0
15142025-01-14T19:59:30.655Z Compiling bit-vec v0.6.3
15152025-01-14T19:59:31.062Z Compiling precomputed-hash v0.1.1
15162025-01-14T19:59:31.140Z Compiling whoami v1.5.2
15172025-01-14T19:59:31.187Z Compiling unicode-width v0.2.0
15182025-01-14T19:59:31.415Z Compiling string_cache v0.8.7
15192025-01-14T19:59:31.723Z Compiling indicatif v0.17.9
15202025-01-14T19:59:31.779Z Compiling tokio-postgres v0.7.12
15212025-01-14T19:59:31.903Z Compiling bit-set v0.5.3
15222025-01-14T19:59:32.210Z Compiling predicates v3.1.2
15232025-01-14T19:59:32.228Z Compiling similar v2.6.0
15242025-01-14T19:59:32.393Z Compiling petgraph v0.6.5
15252025-01-14T19:59:34.029Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15262025-01-14T19:59:34.065Z Compiling ecdsa v0.16.9
15272025-01-14T19:59:34.532Z Compiling clap v4.5.21
15282025-01-14T19:59:34.667Z Compiling rsa v0.9.6
15292025-01-14T19:59:34.752Z Compiling ed25519-dalek v2.1.1
15302025-01-14T19:59:34.983Z Compiling toml v0.7.8
15312025-01-14T19:59:36.098Z Compiling zip v0.6.6
15322025-01-14T19:59:36.703Z Compiling crossterm v0.28.1
15332025-01-14T19:59:37.680Z Compiling hex v0.4.3
15342025-01-14T19:59:37.859Z Compiling x509-cert v0.2.5
15352025-01-14T19:59:37.959Z Compiling itertools v0.10.5
15362025-01-14T19:59:38.315Z Compiling lalrpop-util v0.19.12
15372025-01-14T19:59:38.349Z Compiling peg-runtime v0.8.3
15382025-01-14T19:59:38.678Z Compiling unicode-xid v0.2.6
15392025-01-14T19:59:38.870Z Compiling strum_macros v0.26.4
15402025-01-14T19:59:39.029Z Compiling xattr v1.3.1
15412025-01-14T19:59:39.306Z Compiling filetime v0.2.25
15422025-01-14T19:59:39.632Z Compiling tar v0.4.42
15432025-01-14T19:59:44.226Z Compiling strum v0.26.3
15442025-01-14T19:59:46.906Z Compiling aws-lc-sys v0.22.0
15452025-01-14T20:00:15.128Z Compiling rustls-webpki v0.102.8
15462025-01-14T20:00:20.168Z Compiling tokio-rustls v0.26.0
15472025-01-14T20:00:20.536Z Compiling hyper-rustls v0.27.3
15482025-01-14T20:00:20.826Z Compiling reqwest v0.12.9
15492025-01-14T20:00:23.595Z Compiling tokio-rustls v0.25.0
15502025-01-14T20:00:26.787Z Compiling qorb v0.2.1
15512025-01-14T20:00:29.984Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15522025-01-14T20:00:30.221Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15532025-01-14T20:00:36.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
15542025-01-14T20:00:36.311Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15552025-01-14T20:00:36.363ZJan 14 20:00:34.522 INFO Starting download, target: Clickhouse
15562025-01-14T20:00:36.363ZJan 14 20:00:34.523 INFO Starting download, target: Console
15572025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Starting download, target: Cockroach
15582025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Starting download, target: DendriteOpenapi
15592025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Starting download, target: DendriteStub
15602025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Starting download, target: MaghemiteMgd
15612025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Starting download, target: TransceiverControl
15622025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15632025-01-14T20:00:36.366ZJan 14 20:00:34.523 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15642025-01-14T20:00:36.366ZJan 14 20:00:34.524 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15652025-01-14T20:00:36.366ZJan 14 20:00:34.524 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15662025-01-14T20:00:36.366ZJan 14 20:00:34.524 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15672025-01-14T20:00:36.366ZJan 14 20:00:34.524 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15682025-01-14T20:00:36.366ZJan 14 20:00:34.524 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15692025-01-14T20:00:36.572ZJan 14 20:00:34.732 INFO Download complete, target: DendriteOpenapi
15702025-01-14T20:00:36.732ZJan 14 20:00:34.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15712025-01-14T20:00:36.831ZJan 14 20:00:34.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15722025-01-14T20:00:37.140ZJan 14 20:00:35.298 INFO Download complete, target: Console
15732025-01-14T20:00:37.339ZJan 14 20:00:35.493 INFO Download complete, target: TransceiverControl
15742025-01-14T20:00:37.528ZJan 14 20:00:35.688 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15752025-01-14T20:00:37.549ZJan 14 20:00:35.709 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15762025-01-14T20:00:38.224ZJan 14 20:00:36.384 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15772025-01-14T20:00:38.224ZJan 14 20:00:36.384 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15782025-01-14T20:00:38.680ZJan 14 20:00:36.840 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15792025-01-14T20:00:40.621ZJan 14 20:00:38.780 INFO Download complete, target: MaghemiteMgd
15802025-01-14T20:00:40.624ZJan 14 20:00:38.784 INFO Download complete, target: DendriteStub
15812025-01-14T20:00:45.820ZJan 14 20:00:43.979 INFO Checking that binary works, target: Cockroach
15822025-01-14T20:00:45.977ZJan 14 20:00:44.137 INFO Download complete, target: Cockroach
15832025-01-14T20:00:51.400ZJan 14 20:00:49.556 INFO Checking that binary works, target: Clickhouse
15842025-01-14T20:00:51.560ZJan 14 20:00:49.716 INFO Download complete, target: Clickhouse
15852025-01-14T20:00:51.578ZAll builder prerequisites installed successfully, and PATH looks valid
15862025-01-14T20:00:51.580Z
15872025-01-14T20:00:51.580Zreal 4:57.594530256
15882025-01-14T20:00:51.581Zuser 16:38.340265711
15892025-01-14T20:00:51.581Zsys 3:15.847832714
15902025-01-14T20:00:51.581Ztrap 0.567323719
15912025-01-14T20:00:51.581Ztflt 1.453925402
15922025-01-14T20:00:51.581Zdflt 2.234506902
15932025-01-14T20:00:51.581Zkflt 0.025666210
15942025-01-14T20:00:51.581Zlock 29:47.062598034
15952025-01-14T20:00:51.581Zslp 1:01:50.445655781
15962025-01-14T20:00:51.581Zlat 58.518501585
15972025-01-14T20:00:51.581Zstop 2:23.960820753
15982025-01-14T20:00:51.581Z+ banner hack-check
15992025-01-14T20:00:51.584Z
16002025-01-14T20:00:51.584Z # # ## #### # # #### # # ###### #### # #
16012025-01-14T20:00:51.584Z # # # # # # # # # # # # # # # # #
16022025-01-14T20:00:51.584Z ###### # # # #### ##### # ###### ##### # ####
16032025-01-14T20:00:51.584Z # # ###### # # # # # # # # # #
16042025-01-14T20:00:51.584Z # # # # # # # # # # # # # # # # #
16052025-01-14T20:00:51.584Z # # # # #### # # #### # # ###### #### # #
16062025-01-14T20:00:51.584Z
16072025-01-14T20:00:51.584Z+ export CARGO_INCREMENTAL=0
16082025-01-14T20:00:51.584Z+ CARGO_INCREMENTAL=0
16092025-01-14T20:00:51.584Z+ ptime -m timeout 2h cargo xtask check-features --ci
16102025-01-14T20:00:52.125Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16112025-01-14T20:00:56.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
16122025-01-14T20:00:56.078Z Running `target/debug/xtask check-features --ci`
16132025-01-14T20:00:56.099Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16142025-01-14T20:00:56.101Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16152025-01-14T20:00:56.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16162025-01-14T20:00:56.570Z Running `target/debug/xtask download cargo-hack`
16172025-01-14T20:00:57.407Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16182025-01-14T20:00:57.771Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16192025-01-14T20:01:02.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
16202025-01-14T20:01:03.011Z Running `target/debug/xtask-downloader cargo-hack`
16212025-01-14T20:01:03.049ZJan 14 20:01:01.206 INFO Starting download, target: CargoHack
16222025-01-14T20:01:03.052ZJan 14 20:01:01.207 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16232025-01-14T20:01:03.734ZJan 14 20:01:01.892 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16242025-01-14T20:01:03.825ZJan 14 20:01:01.982 INFO Download complete, target: CargoHack
16252025-01-14T20:01:03.828Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16262025-01-14T20:01:03.844Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16272025-01-14T20:01:04.019Zinfo: running `cargo check --bins` on api_identity (1/176)
16282025-01-14T20:01:04.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292025-01-14T20:01:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302025-01-14T20:01:04.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312025-01-14T20:01:04.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16322025-01-14T20:01:04.643Z
16332025-01-14T20:01:04.643Zinfo: running `cargo check --bins` on bootstore (2/176)
16342025-01-14T20:01:05.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352025-01-14T20:01:05.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362025-01-14T20:01:05.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372025-01-14T20:01:05.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16382025-01-14T20:01:05.299Z
16392025-01-14T20:01:05.299Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/176)
16402025-01-14T20:01:05.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412025-01-14T20:01:05.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422025-01-14T20:01:05.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432025-01-14T20:01:05.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16442025-01-14T20:01:05.924Z
16452025-01-14T20:01:05.924Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176)
16462025-01-14T20:01:06.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472025-01-14T20:01:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482025-01-14T20:01:06.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492025-01-14T20:01:06.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16502025-01-14T20:01:06.595Z
16512025-01-14T20:01:06.595Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176)
16522025-01-14T20:01:06.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532025-01-14T20:01:07.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542025-01-14T20:01:07.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552025-01-14T20:01:07.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16562025-01-14T20:01:07.053Z
16572025-01-14T20:01:07.054Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176)
16582025-01-14T20:01:07.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592025-01-14T20:01:07.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602025-01-14T20:01:07.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612025-01-14T20:01:07.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16622025-01-14T20:01:07.445Z
16632025-01-14T20:01:07.445Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176)
16642025-01-14T20:01:07.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652025-01-14T20:01:07.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662025-01-14T20:01:07.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672025-01-14T20:01:07.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16682025-01-14T20:01:07.885Z
16692025-01-14T20:01:07.885Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176)
16702025-01-14T20:01:08.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712025-01-14T20:01:08.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722025-01-14T20:01:08.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732025-01-14T20:01:08.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16742025-01-14T20:01:08.329Z
16752025-01-14T20:01:08.329Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176)
16762025-01-14T20:01:08.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772025-01-14T20:01:08.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782025-01-14T20:01:08.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792025-01-14T20:01:08.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16802025-01-14T20:01:08.776Z
16812025-01-14T20:01:08.776Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176)
16822025-01-14T20:01:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832025-01-14T20:01:09.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842025-01-14T20:01:09.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852025-01-14T20:01:09.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16862025-01-14T20:01:09.214Z
16872025-01-14T20:01:09.214Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176)
16882025-01-14T20:01:09.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-01-14T20:01:09.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-01-14T20:01:09.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-01-14T20:01:09.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
16922025-01-14T20:01:09.663Z
16932025-01-14T20:01:09.663Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176)
16942025-01-14T20:01:10.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-01-14T20:01:10.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-01-14T20:01:10.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-01-14T20:01:10.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16982025-01-14T20:01:10.103Z
16992025-01-14T20:01:10.103Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176)
17002025-01-14T20:01:10.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-01-14T20:01:10.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-01-14T20:01:10.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-01-14T20:01:10.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17042025-01-14T20:01:10.544Z
17052025-01-14T20:01:10.544Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176)
17062025-01-14T20:01:10.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-01-14T20:01:10.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-01-14T20:01:10.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-01-14T20:01:10.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17102025-01-14T20:01:10.975Z
17112025-01-14T20:01:10.975Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176)
17122025-01-14T20:01:11.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-01-14T20:01:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-01-14T20:01:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-01-14T20:01:11.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17162025-01-14T20:01:11.405Z
17172025-01-14T20:01:11.405Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176)
17182025-01-14T20:01:11.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-01-14T20:01:11.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-01-14T20:01:11.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-01-14T20:01:11.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17222025-01-14T20:01:11.838Z
17232025-01-14T20:01:11.838Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176)
17242025-01-14T20:01:12.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-01-14T20:01:12.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-01-14T20:01:12.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-01-14T20:01:12.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17282025-01-14T20:01:12.280Z
17292025-01-14T20:01:12.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176)
17302025-01-14T20:01:12.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-01-14T20:01:12.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-01-14T20:01:12.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-01-14T20:01:12.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17342025-01-14T20:01:12.725Z
17352025-01-14T20:01:12.726Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176)
17362025-01-14T20:01:13.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-01-14T20:01:13.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-01-14T20:01:13.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-01-14T20:01:13.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17402025-01-14T20:01:13.158Z
17412025-01-14T20:01:13.158Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176)
17422025-01-14T20:01:13.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-01-14T20:01:13.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-01-14T20:01:13.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-01-14T20:01:13.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17462025-01-14T20:01:13.606Z
17472025-01-14T20:01:13.606Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176)
17482025-01-14T20:01:14.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-01-14T20:01:14.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-01-14T20:01:14.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-01-14T20:01:14.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17522025-01-14T20:01:14.048Z
17532025-01-14T20:01:14.048Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176)
17542025-01-14T20:01:14.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-01-14T20:01:14.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-01-14T20:01:14.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-01-14T20:01:14.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17582025-01-14T20:01:14.495Z
17592025-01-14T20:01:14.495Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176)
17602025-01-14T20:01:14.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-01-14T20:01:14.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-01-14T20:01:14.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-01-14T20:01:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17642025-01-14T20:01:14.932Z
17652025-01-14T20:01:14.932Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176)
17662025-01-14T20:01:15.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-01-14T20:01:15.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-01-14T20:01:15.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-01-14T20:01:15.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17702025-01-14T20:01:15.360Z
17712025-01-14T20:01:15.360Zinfo: running `cargo check --bins` on sled-hardware-types (25/176)
17722025-01-14T20:01:15.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-01-14T20:01:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-01-14T20:01:15.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-01-14T20:01:15.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17762025-01-14T20:01:16.008Z
17772025-01-14T20:01:16.008Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/176)
17782025-01-14T20:01:16.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-01-14T20:01:16.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-01-14T20:01:16.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-01-14T20:01:16.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17822025-01-14T20:01:16.664Z
17832025-01-14T20:01:16.664Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176)
17842025-01-14T20:01:17.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-01-14T20:01:17.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-01-14T20:01:17.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-01-14T20:01:17.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
17882025-01-14T20:01:17.325Z
17892025-01-14T20:01:17.325Zinfo: running `cargo check --bins` on oxlog (28/176)
17902025-01-14T20:01:17.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-01-14T20:01:17.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-01-14T20:01:17.956Z Checking cfg-if v1.0.0
17932025-01-14T20:01:17.959Z Checking libc v0.2.162
17942025-01-14T20:01:18.068Z Checking serde v1.0.215
17952025-01-14T20:01:18.070Z Checking zeroize v1.8.1
17962025-01-14T20:01:18.085Z Checking memchr v2.7.4
17972025-01-14T20:01:18.088Z Checking typenum v1.17.0
17982025-01-14T20:01:18.088Z Checking scopeguard v1.2.0
17992025-01-14T20:01:18.121Z Checking subtle v2.6.1
18002025-01-14T20:01:18.135Z Checking value-bag v1.9.0
18012025-01-14T20:01:18.245Z Checking lock_api v0.4.12
18022025-01-14T20:01:18.310Z Checking itoa v1.0.11
18032025-01-14T20:01:18.379Z Checking const-oid v0.9.6
18042025-01-14T20:01:18.517Z Checking smallvec v1.13.2
18052025-01-14T20:01:18.526Z Checking log v0.4.22
18062025-01-14T20:01:18.679Z Checking pin-project-lite v0.2.14
18072025-01-14T20:01:18.805Z Checking byteorder v1.5.0
18082025-01-14T20:01:18.897Z Checking futures-core v0.3.31
18092025-01-14T20:01:18.964Z Checking once_cell v1.20.2
18102025-01-14T20:01:19.042Z Checking cpufeatures v0.2.14
18112025-01-14T20:01:19.082Z Checking stable_deref_trait v1.2.0
18122025-01-14T20:01:19.138Z Checking futures-sink v0.3.31
18132025-01-14T20:01:19.181Z Checking spin v0.9.8
18142025-01-14T20:01:19.208Z Checking zerocopy v0.7.35
18152025-01-14T20:01:19.250Z Checking getrandom v0.2.15
18162025-01-14T20:01:19.265Z Checking parking_lot_core v0.9.10
18172025-01-14T20:01:19.278Z Checking signal-hook-registry v1.4.2
18182025-01-14T20:01:19.395Z Checking generic-array v0.14.7
18192025-01-14T20:01:19.471Z Checking rand_core v0.6.4
18202025-01-14T20:01:19.511Z Checking mio v1.0.2
18212025-01-14T20:01:19.528Z Checking socket2 v0.5.7
18222025-01-14T20:01:19.594Z Checking parking_lot v0.12.3
18232025-01-14T20:01:19.765Z Checking zerofrom v0.1.4
18242025-01-14T20:01:19.943Z Checking slab v0.4.9
18252025-01-14T20:01:19.984Z Checking yoke v0.7.4
18262025-01-14T20:01:20.013Z Checking futures-channel v0.3.31
18272025-01-14T20:01:20.149Z Checking allocator-api2 v0.2.18
18282025-01-14T20:01:20.215Z Checking futures-io v0.3.31
18292025-01-14T20:01:20.268Z Checking futures-task v0.3.31
18302025-01-14T20:01:20.307Z Checking pin-utils v0.1.0
18312025-01-14T20:01:20.372Z Checking equivalent v1.0.1
18322025-01-14T20:01:20.385Z Checking foldhash v0.1.3
18332025-01-14T20:01:20.402Z Checking zerovec v0.10.4
18342025-01-14T20:01:20.469Z Checking tinyvec_macros v0.1.1
18352025-01-14T20:01:20.488Z Checking futures-util v0.3.31
18362025-01-14T20:01:20.553Z Checking ryu v1.0.18
18372025-01-14T20:01:20.570Z Checking crypto-common v0.1.6
18382025-01-14T20:01:20.584Z Checking block-buffer v0.10.4
18392025-01-14T20:01:20.669Z Checking block-padding v0.3.3
18402025-01-14T20:01:20.744Z Checking tinyvec v1.8.0
18412025-01-14T20:01:20.773Z Checking fnv v1.0.7
18422025-01-14T20:01:20.797Z Checking digest v0.10.7
18432025-01-14T20:01:20.813Z Checking hashbrown v0.15.1
18442025-01-14T20:01:20.878Z Checking inout v0.1.3
18452025-01-14T20:01:20.894Z Checking libm v0.2.8
18462025-01-14T20:01:21.110Z Checking cipher v0.4.4
18472025-01-14T20:01:21.166Z Checking hmac v0.12.1
18482025-01-14T20:01:21.388Z Checking sha2 v0.10.8
18492025-01-14T20:01:21.510Z Checking unicode-bidi v0.3.17
18502025-01-14T20:01:21.766Z Checking base64ct v1.6.0
18512025-01-14T20:01:21.971Z Checking litemap v0.7.3
18522025-01-14T20:01:21.973Z Checking writeable v0.5.5
18532025-01-14T20:01:22.038Z Checking unicode-normalization v0.1.24
18542025-01-14T20:01:22.042Z Checking tinystr v0.7.6
18552025-01-14T20:01:22.141Z Checking num-traits v0.2.19
18562025-01-14T20:01:23.191Z Checking pem-rfc7468 v0.7.0
18572025-01-14T20:01:23.194Z Checking ppv-lite86 v0.2.20
18582025-01-14T20:01:23.194Z Checking flagset v0.4.6
18592025-01-14T20:01:23.194Z Checking icu_locid v1.5.0
18602025-01-14T20:01:23.194Z Checking tracing-core v0.1.32
18612025-01-14T20:01:23.194Z Checking der v0.7.9
18622025-01-14T20:01:23.194Z Checking thiserror v1.0.69
18632025-01-14T20:01:23.194Z Checking rand_chacha v0.3.1
18642025-01-14T20:01:23.194Z Checking percent-encoding v2.3.1
18652025-01-14T20:01:23.194Z Checking bytes v1.8.0
18662025-01-14T20:01:23.194Z Checking indexmap v2.6.0
18672025-01-14T20:01:23.314Z Checking serde_json v1.0.133
18682025-01-14T20:01:23.485Z Checking bitflags v2.6.0
18692025-01-14T20:01:23.502Z Checking icu_provider v1.5.0
18702025-01-14T20:01:23.773Z Checking icu_locid_transform_data v1.5.0
18712025-01-14T20:01:23.803Z Checking rustls-pki-types v1.10.0
18722025-01-14T20:01:23.876Z Checking rand v0.8.5
18732025-01-14T20:01:23.943Z Checking tokio v1.40.0
18742025-01-14T20:01:24.202Z Checking http v1.1.0
18752025-01-14T20:01:24.368Z Checking icu_locid_transform v1.5.0
18762025-01-14T20:01:24.372Z Checking spki v0.7.3
18772025-01-14T20:01:24.488Z Checking tracing v0.1.40
18782025-01-14T20:01:24.668Z Checking icu_collections v1.5.0
18792025-01-14T20:01:24.820Z Checking salsa20 v0.10.2
18802025-01-14T20:01:25.035Z Checking pbkdf2 v0.12.2
18812025-01-14T20:01:25.064Z Checking aws-lc-sys v0.22.0
18822025-01-14T20:01:25.204Z Checking httparse v1.9.5
18832025-01-14T20:01:25.223Z Checking icu_properties_data v1.5.0
18842025-01-14T20:01:25.322Z Checking untrusted v0.9.0
18852025-01-14T20:01:25.356Z Checking powerfmt v0.2.0
18862025-01-14T20:01:25.448Z Checking mirai-annotations v1.12.0
18872025-01-14T20:01:25.472Z Checking untrusted v0.7.1
18882025-01-14T20:01:25.556Z Checking ring v0.17.8
18892025-01-14T20:01:25.614Z Checking deranged v0.3.11
18902025-01-14T20:01:25.629Z Checking icu_properties v1.5.1
18912025-01-14T20:01:25.632Z Checking scrypt v0.11.0
18922025-01-14T20:01:25.644Z Checking aes v0.8.4
18932025-01-14T20:01:25.701Z Checking cbc v0.1.2
18942025-01-14T20:01:25.850Z Checking crossbeam-utils v0.8.20
18952025-01-14T20:01:25.896Z Checking utf8_iter v1.0.4
18962025-01-14T20:01:26.101Z Checking atomic-waker v1.1.2
18972025-01-14T20:01:26.234Z Checking time-core v0.1.2
18982025-01-14T20:01:26.388Z Checking write16 v1.0.0
18992025-01-14T20:01:26.517Z Checking icu_normalizer_data v1.5.0
19002025-01-14T20:01:26.535Z Checking num_threads v0.1.7
19012025-01-14T20:01:26.554Z Checking utf16_iter v1.0.5
19022025-01-14T20:01:26.618Z Checking num-conv v0.1.0
19032025-01-14T20:01:26.644Z Checking pkcs5 v0.7.1
19042025-01-14T20:01:26.716Z Checking http-body v1.0.1
19052025-01-14T20:01:26.875Z Checking form_urlencoded v1.2.1
19062025-01-14T20:01:26.937Z Checking try-lock v0.2.5
19072025-01-14T20:01:27.070Z Checking want v0.3.1
19082025-01-14T20:01:27.072Z Checking uuid v1.11.0
19092025-01-14T20:01:27.161Z Checking pkcs8 v0.10.2
19102025-01-14T20:01:27.265Z Checking unicode-ident v1.0.13
19112025-01-14T20:01:27.409Z Checking httpdate v1.0.3
19122025-01-14T20:01:27.430Z Checking proc-macro2 v1.0.89
19132025-01-14T20:01:27.444Z Checking time v0.3.36
19142025-01-14T20:01:27.485Z Checking toml_datetime v0.6.8
19152025-01-14T20:01:27.655Z Checking serde_spanned v0.6.8
19162025-01-14T20:01:27.711Z Checking slog v2.7.0
19172025-01-14T20:01:27.732Z Checking aws-lc-rs v1.10.0
19182025-01-14T20:01:27.763Z Checking scroll v0.12.0
19192025-01-14T20:01:27.833Z Checking base64 v0.22.1
19202025-01-14T20:01:28.145Z Checking ucd-trie v0.1.7
19212025-01-14T20:01:28.209Z Checking foreign-types-shared v0.1.1
19222025-01-14T20:01:28.226Z Checking adler2 v2.0.0
19232025-01-14T20:01:28.319Z Checking iana-time-zone v0.1.61
19242025-01-14T20:01:28.336Z Checking tower-service v0.3.3
19252025-01-14T20:01:28.351Z Checking plain v0.2.3
19262025-01-14T20:01:28.382Z Checking match_cfg v0.1.0
19272025-01-14T20:01:28.444Z Checking miniz_oxide v0.8.0
19282025-01-14T20:01:28.463Z Checking chrono v0.4.38
19292025-01-14T20:01:28.478Z Checking hostname v0.3.1
19302025-01-14T20:01:28.498Z Checking goblin v0.8.2
19312025-01-14T20:01:28.598Z Checking pest v2.7.14
19322025-01-14T20:01:29.015Z Checking icu_normalizer v1.5.0
19332025-01-14T20:01:29.159Z Checking foreign-types v0.3.2
19342025-01-14T20:01:29.248Z Checking quote v1.0.37
19352025-01-14T20:01:29.546Z Checking rustls-webpki v0.102.8
19362025-01-14T20:01:29.592Z Checking openssl-sys v0.9.103
19372025-01-14T20:01:29.837Z Checking idna_adapter v1.2.0
19382025-01-14T20:01:29.968Z Checking errno v0.3.9
19392025-01-14T20:01:30.045Z Checking idna v1.0.3
19402025-01-14T20:01:30.177Z Checking dirs-sys-next v0.1.2
19412025-01-14T20:01:30.361Z Checking aho-corasick v1.1.3
19422025-01-14T20:01:30.379Z Checking data-encoding v2.6.0
19432025-01-14T20:01:30.543Z Checking url v2.5.3
19442025-01-14T20:01:30.595Z Checking siphasher v0.3.11
19452025-01-14T20:01:30.848Z Checking pretty-hex v0.4.1
19462025-01-14T20:01:30.905Z Compiling newtype-uuid v1.1.3
19472025-01-14T20:01:31.032Z Checking regex-syntax v0.8.5
19482025-01-14T20:01:31.045Z Checking openssl v0.10.66
19492025-01-14T20:01:31.096Z Checking dtrace-parser v0.2.0
19502025-01-14T20:01:31.187Z Checking dirs-next v2.0.0
19512025-01-14T20:01:31.318Z Checking rustix v0.38.37
19522025-01-14T20:01:31.390Z Checking syn v2.0.87
19532025-01-14T20:01:31.532Z Checking http-body-util v0.1.2
19542025-01-14T20:01:31.550Z Checking tokio-util v0.7.12
19552025-01-14T20:01:31.991Z Checking crossbeam-epoch v0.9.18
19562025-01-14T20:01:32.008Z Checking signature v2.2.0
19572025-01-14T20:01:32.231Z Checking sha1 v0.10.6
19582025-01-14T20:01:32.451Z Checking lazy_static v1.5.0
19592025-01-14T20:01:32.467Z Checking h2 v0.4.6
19602025-01-14T20:01:32.512Z Checking thread_local v1.1.8
19612025-01-14T20:01:32.570Z Checking thread-id v4.2.2
19622025-01-14T20:01:32.677Z Checking encoding_rs v0.8.34
19632025-01-14T20:01:32.823Z Checking anstyle v1.0.10
19642025-01-14T20:01:33.157Z Checking either v1.13.0
19652025-01-14T20:01:33.433Z Checking dof v0.3.0
19662025-01-14T20:01:33.521Z Checking openssl-probe v0.1.5
19672025-01-14T20:01:33.671Z Checking mime v0.3.17
19682025-01-14T20:01:33.993Z Checking unicode-properties v0.1.3
19692025-01-14T20:01:34.100Z Checking utf8parse v0.2.2
19702025-01-14T20:01:34.263Z Checking gimli v0.31.1
19712025-01-14T20:01:34.369Z Checking regex-automata v0.4.8
19722025-01-14T20:01:34.383Z Checking winnow v0.6.20
19732025-01-14T20:01:34.912Z Checking ipnet v2.10.1
19742025-01-14T20:01:35.027Z Checking stringprep v0.1.5
19752025-01-14T20:01:35.319Z Checking anstyle-parse v0.2.5
19762025-01-14T20:01:35.382Z Checking crossbeam-deque v0.8.5
19772025-01-14T20:01:35.588Z Checking term v0.7.0
19782025-01-14T20:01:35.713Z Checking rustls v0.23.19
19792025-01-14T20:01:36.035Z Checking rustls v0.22.4
19802025-01-14T20:01:36.510Z Checking native-tls v0.2.12
19812025-01-14T20:01:36.852Z Checking slog-json v2.6.1
19822025-01-14T20:01:37.124Z Checking serde_urlencoded v0.7.1
19832025-01-14T20:01:37.317Z Checking toml_edit v0.22.22
19842025-01-14T20:01:37.567Z Checking crossbeam-channel v0.5.13
19852025-01-14T20:01:37.880Z Checking usdt-impl v0.5.0
19862025-01-14T20:01:38.308Z Checking addr2line v0.24.2
19872025-01-14T20:01:38.324Z Checking futures-executor v0.3.31
19882025-01-14T20:01:38.430Z Checking rustls-pemfile v2.2.0
19892025-01-14T20:01:38.541Z Checking num-integer v0.1.46
19902025-01-14T20:01:38.637Z Checking idna v0.3.0
19912025-01-14T20:01:38.725Z Checking hyper v1.5.0
19922025-01-14T20:01:38.830Z Checking idna v0.4.0
19932025-01-14T20:01:39.012Z Checking md-5 v0.10.6
19942025-01-14T20:01:39.076Z Checking ff v0.13.0
19952025-01-14T20:01:39.230Z Checking is-terminal v0.4.13
19962025-01-14T20:01:39.285Z Checking memmap v0.7.0
19972025-01-14T20:01:39.354Z Checking hash32 v0.2.1
19982025-01-14T20:01:39.464Z Checking object v0.36.5
19992025-01-14T20:01:39.490Z Checking take_mut v0.2.2
20002025-01-14T20:01:39.637Z Checking dyn-clone v1.0.17
20012025-01-14T20:01:39.659Z Checking psl-types v2.0.11
20022025-01-14T20:01:39.673Z Checking base16ct v0.2.0
20032025-01-14T20:01:39.730Z Checking colorchoice v1.0.2
20042025-01-14T20:01:40.949Z Checking rustc-demangle v0.1.24
20052025-01-14T20:01:40.955Z Checking linked-hash-map v0.5.6
20062025-01-14T20:01:40.955Z Checking quick-error v1.2.3
20072025-01-14T20:01:40.955Z Checking anstyle-query v1.1.1
20082025-01-14T20:01:40.955Z Checking utf-8 v0.7.6
20092025-01-14T20:01:40.955Z Checking fallible-iterator v0.2.0
20102025-01-14T20:01:40.955Z Checking is_terminal_polyfill v1.70.1
20112025-01-14T20:01:40.955Z Checking lru-cache v0.1.2
20122025-01-14T20:01:40.955Z Checking anstream v0.6.15
20132025-01-14T20:01:40.955Z Checking tungstenite v0.24.0
20142025-01-14T20:01:40.955Z Checking resolv-conf v0.7.0
20152025-01-14T20:01:40.955Z Checking toml v0.8.19
20162025-01-14T20:01:40.955Z Checking sec1 v0.7.3
20172025-01-14T20:01:40.955Z Checking publicsuffix v2.2.3
20182025-01-14T20:01:40.955Z Checking postgres-protocol v0.6.7
20192025-01-14T20:01:40.956Z Checking schemars v0.8.21
20202025-01-14T20:01:40.956Z Checking hyper-util v0.1.10
20212025-01-14T20:01:40.956Z Checking tokio-rustls v0.25.0
20222025-01-14T20:01:41.054Z Checking hickory-proto v0.24.1
20232025-01-14T20:01:41.071Z Checking heapless v0.7.17
20242025-01-14T20:01:41.206Z Checking tokio-rustls v0.26.0
20252025-01-14T20:01:41.227Z Checking slog-async v2.8.0
20262025-01-14T20:01:41.277Z Checking usdt v0.5.0
20272025-01-14T20:01:41.505Z Checking slog-term v2.9.1
20282025-01-14T20:01:41.553Z Checking group v0.13.0
20292025-01-14T20:01:41.592Z Checking num-iter v0.1.45
20302025-01-14T20:01:41.772Z Checking futures v0.3.31
20312025-01-14T20:01:41.818Z Checking slog-bunyan v2.5.0
20322025-01-14T20:01:41.881Z Checking tokio-native-tls v0.3.1
20332025-01-14T20:01:41.978Z Checking rayon-core v1.12.1
20342025-01-14T20:01:41.992Z Checking multer v3.1.0
20352025-01-14T20:01:42.062Z Checking terminal_size v0.4.0
20362025-01-14T20:01:42.227Z Checking phf_shared v0.11.2
20372025-01-14T20:01:42.403Z Checking cookie v0.18.1
20382025-01-14T20:01:42.416Z Checking async-stream v0.3.6
20392025-01-14T20:01:42.519Z Checking bzip2-sys v0.1.11+1.0.8
20402025-01-14T20:01:42.523Z Checking signal-hook v0.3.17
20412025-01-14T20:01:42.606Z Checking camino v1.1.9
20422025-01-14T20:01:42.638Z Checking waitgroup v0.1.2
20432025-01-14T20:01:42.658Z Checking openapiv3 v2.0.0
20442025-01-14T20:01:42.781Z Checking webpki-roots v0.26.6
20452025-01-14T20:01:42.851Z Checking serde_path_to_error v0.1.16
20462025-01-14T20:01:42.853Z Checking idna v0.5.0
20472025-01-14T20:01:42.853Z Checking hkdf v0.12.4
20482025-01-14T20:01:42.987Z Checking crypto-bigint v0.5.5
20492025-01-14T20:01:43.171Z Checking hostname v0.4.0
20502025-01-14T20:01:43.309Z Checking crc32fast v1.4.2
20512025-01-14T20:01:43.477Z Checking strsim v0.11.1
20522025-01-14T20:01:43.550Z Checking clap_lex v0.7.2
20532025-01-14T20:01:43.704Z Checking debug-ignore v1.0.5
20542025-01-14T20:01:43.738Z Checking unicode-width v0.1.14
20552025-01-14T20:01:43.775Z Checking managed v0.8.0
20562025-01-14T20:01:43.807Z Checking bitflags v1.3.2
20572025-01-14T20:01:43.834Z Checking winnow v0.5.40
20582025-01-14T20:01:43.899Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20592025-01-14T20:01:44.161Z Checking clap_builder v4.5.21
20602025-01-14T20:01:44.179Z Checking smoltcp v0.9.1
20612025-01-14T20:01:44.221Z Checking console v0.15.8
20622025-01-14T20:01:44.832Z Checking cookie_store v0.21.0
20632025-01-14T20:01:45.489Z Checking flate2 v1.0.34
20642025-01-14T20:01:45.595Z Checking elliptic-curve v0.13.8
20652025-01-14T20:01:45.716Z Checking hyper-rustls v0.27.3
20662025-01-14T20:01:45.825Z Checking hickory-resolver v0.24.1
20672025-01-14T20:01:45.945Z Checking backtrace v0.3.74
20682025-01-14T20:01:46.060Z Checking hyper-tls v0.6.0
20692025-01-14T20:01:46.089Z Checking signal-hook-mio v0.2.4
20702025-01-14T20:01:46.127Z Checking dropshot v0.12.0
20712025-01-14T20:01:46.232Z Checking bzip2 v0.4.4
20722025-01-14T20:01:46.252Z Checking rayon v1.10.0
20732025-01-14T20:01:46.334Z Checking phf v0.11.2
20742025-01-14T20:01:46.523Z Checking anyhow v1.0.93
20752025-01-14T20:01:46.539Z Checking num-bigint-dig v0.8.4
20762025-01-14T20:01:46.602Z Checking postgres-types v0.2.8
20772025-01-14T20:01:46.897Z Checking toml_edit v0.19.15
20782025-01-14T20:01:46.907Z Checking tokio-tungstenite v0.24.0
20792025-01-14T20:01:47.316Z Checking regex v1.11.1
20802025-01-14T20:01:47.334Z Checking bstr v1.10.0
20812025-01-14T20:01:47.389Z Checking tokio-stream v0.1.16
20822025-01-14T20:01:47.452Z Checking ed25519 v2.2.3
20832025-01-14T20:01:47.766Z Checking phf_shared v0.10.0
20842025-01-14T20:01:47.983Z Checking zerocopy v0.6.6
20852025-01-14T20:01:48.048Z Checking curve25519-dalek v4.1.3
20862025-01-14T20:01:48.265Z Checking hubpack v0.1.2
20872025-01-14T20:01:48.292Z Checking pkcs1 v0.7.5
20882025-01-14T20:01:48.621Z Checking portable-atomic v1.9.0
20892025-01-14T20:01:48.714Z Checking float-cmp v0.9.0
20902025-01-14T20:01:48.737Z Checking serde-big-array v0.5.1
20912025-01-14T20:01:48.751Z Checking rfc6979 v0.4.0
20922025-01-14T20:01:48.895Z Checking sync_wrapper v1.0.1
20932025-01-14T20:01:48.936Z Checking predicates-core v1.0.8
20942025-01-14T20:01:48.961Z Checking new_debug_unreachable v1.0.6
20952025-01-14T20:01:49.028Z Checking difflib v0.4.0
20962025-01-14T20:01:49.045Z Checking fixedbitset v0.4.2
20972025-01-14T20:01:49.122Z Checking minimal-lexical v0.2.1
20982025-01-14T20:01:49.310Z Checking number_prefix v0.4.0
20992025-01-14T20:01:49.354Z Checking static_assertions v1.1.0
21002025-01-14T20:01:49.456Z Checking unicode-segmentation v1.12.0
21012025-01-14T20:01:49.486Z Checking bit-vec v0.6.3
21022025-01-14T20:01:49.503Z Checking normalize-line-endings v0.3.0
21032025-01-14T20:01:49.530Z Checking unicode-width v0.2.0
21042025-01-14T20:01:49.610Z Checking precomputed-hash v0.1.1
21052025-01-14T20:01:49.626Z Checking whoami v1.5.2
21062025-01-14T20:01:49.716Z Checking string_cache v0.8.7
21072025-01-14T20:01:49.790Z Checking bit-set v0.5.3
21082025-01-14T20:01:49.815Z Checking qorb v0.2.1
21092025-01-14T20:01:49.907Z Checking tokio-postgres v0.7.12
21102025-01-14T20:01:49.965Z Checking ed25519-dalek v2.1.1
21112025-01-14T20:01:49.981Z Checking predicates v3.1.2
21122025-01-14T20:01:49.995Z Checking nom v7.1.3
21132025-01-14T20:01:50.037Z Checking toml v0.7.8
21142025-01-14T20:01:50.088Z Checking indicatif v0.17.9
21152025-01-14T20:01:50.143Z Checking similar v2.6.0
21162025-01-14T20:01:50.365Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21172025-01-14T20:01:50.622Z Checking petgraph v0.6.5
21182025-01-14T20:01:50.746Z Checking reqwest v0.12.9
21192025-01-14T20:01:50.837Z Checking ecdsa v0.16.9
21202025-01-14T20:01:51.054Z Checking rsa v0.9.6
21212025-01-14T20:01:51.560Z Checking clap v4.5.21
21222025-01-14T20:01:51.688Z Checking zip v0.6.6
21232025-01-14T20:01:52.076Z Checking crossterm v0.28.1
21242025-01-14T20:01:52.364Z Checking itertools v0.10.5
21252025-01-14T20:01:52.415Z Checking itertools v0.12.1
21262025-01-14T20:01:52.653Z Checking fs-err v2.11.0
21272025-01-14T20:01:52.968Z Checking ahash v0.8.11
21282025-01-14T20:01:53.249Z Checking x509-cert v0.2.5
21292025-01-14T20:01:53.279Z Checking hex v0.4.3
21302025-01-14T20:01:53.526Z Checking semver v1.0.23
21312025-01-14T20:01:53.815Z Checking peg-runtime v0.8.3
21322025-01-14T20:01:53.920Z Checking lalrpop-util v0.19.12
21332025-01-14T20:01:53.941Z Checking sigpipe v0.1.3
21342025-01-14T20:01:55.269Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21352025-01-14T20:01:55.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.25s
21362025-01-14T20:01:55.745Z
21372025-01-14T20:01:55.746Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176)
21382025-01-14T20:01:56.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392025-01-14T20:01:56.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402025-01-14T20:01:56.424Z Compiling hashbrown v0.14.5
21412025-01-14T20:01:56.546Z Checking heck v0.5.0
21422025-01-14T20:01:56.560Z Compiling unsafe-libyaml v0.2.11
21432025-01-14T20:01:56.570Z Checking ipnetwork v0.20.0
21442025-01-14T20:01:56.576Z Compiling ident_case v1.0.1
21452025-01-14T20:01:56.599Z Checking progenitor-client v0.8.0
21462025-01-14T20:01:56.608Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21472025-01-14T20:01:56.714Z Compiling darling_core v0.20.10
21482025-01-14T20:01:56.750Z Checking newtype-uuid v1.1.3
21492025-01-14T20:01:56.908Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21502025-01-14T20:01:56.952Z Compiling proc-macro-crate v1.3.1
21512025-01-14T20:01:56.957Z Compiling structmeta-derive v0.3.0
21522025-01-14T20:01:57.002Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21532025-01-14T20:01:57.225Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21542025-01-14T20:01:57.283Z Compiling lzma-sys v0.1.20
21552025-01-14T20:01:57.711Z Checking regress v0.10.1
21562025-01-14T20:01:58.053Z Compiling serde_yaml v0.9.34+deprecated
21572025-01-14T20:01:58.134Z Compiling num_enum_derive v0.5.11
21582025-01-14T20:01:58.472Z Compiling foreign-types-macros v0.2.3
21592025-01-14T20:01:58.529Z Compiling dropshot v0.13.0
21602025-01-14T20:01:58.808Z Checking foreign-types-shared v0.3.1
21612025-01-14T20:01:58.930Z Checking arc-swap v1.7.1
21622025-01-14T20:01:59.383Z Checking slog-scope v4.4.0
21632025-01-14T20:01:59.650Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
21642025-01-14T20:01:59.790Z Checking foreign-types v0.5.0
21652025-01-14T20:02:00.002Z Compiling structmeta v0.3.0
21662025-01-14T20:02:00.091Z Compiling proc-macro-error v1.0.4
21672025-01-14T20:02:00.410Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21682025-01-14T20:02:00.412Z Compiling parse-display-derive v0.10.0
21692025-01-14T20:02:00.541Z Checking tungstenite v0.21.0
21702025-01-14T20:02:00.731Z Checking num_enum v0.5.11
21712025-01-14T20:02:00.746Z Compiling heck v0.3.3
21722025-01-14T20:02:00.888Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21732025-01-14T20:02:01.202Z Compiling dropshot_endpoint v0.13.0
21742025-01-14T20:02:01.244Z Checking typify-impl v0.2.0
21752025-01-14T20:02:01.491Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21762025-01-14T20:02:02.323Z Checking cstr-argument v0.1.2
21772025-01-14T20:02:02.440Z Checking instant v0.1.13
21782025-01-14T20:02:02.463Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21792025-01-14T20:02:02.589Z Checking fastrand v2.1.1
21802025-01-14T20:02:02.772Z Checking base64 v0.21.7
21812025-01-14T20:02:02.955Z Checking pretty-hex v0.2.1
21822025-01-14T20:02:03.043Z Checking tempfile v3.13.0
21832025-01-14T20:02:03.120Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21842025-01-14T20:02:03.311Z Checking backoff v0.4.0
21852025-01-14T20:02:03.342Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21862025-01-14T20:02:03.381Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21872025-01-14T20:02:03.524Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21882025-01-14T20:02:03.635Z Checking tokio-tungstenite v0.21.0
21892025-01-14T20:02:03.663Z Compiling zone_cfg_derive v0.1.2
21902025-01-14T20:02:03.693Z Checking strum v0.26.3
21912025-01-14T20:02:03.795Z Compiling darling_macro v0.20.10
21922025-01-14T20:02:03.837Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21932025-01-14T20:02:03.855Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21942025-01-14T20:02:04.204Z Checking slog-stdlog v4.1.1
21952025-01-14T20:02:04.365Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21962025-01-14T20:02:04.451Z Checking regress v0.9.1
21972025-01-14T20:02:04.525Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21982025-01-14T20:02:04.629Z Checking colored v2.1.0
21992025-01-14T20:02:04.749Z Compiling darling v0.20.10
22002025-01-14T20:02:04.773Z Checking macaddr v1.0.1
22012025-01-14T20:02:04.867Z Checking base64 v0.13.1
22022025-01-14T20:02:04.896Z Compiling serde_with_macros v3.11.0
22032025-01-14T20:02:05.143Z Checking parse-display v0.10.0
22042025-01-14T20:02:05.196Z Checking zone v0.1.8
22052025-01-14T20:02:05.271Z Checking ron v0.7.1
22062025-01-14T20:02:05.377Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22072025-01-14T20:02:05.834Z Checking slog-envlogger v2.2.0
22082025-01-14T20:02:05.867Z Checking xz2 v0.1.7
22092025-01-14T20:02:06.075Z Checking tabwriter v1.4.0
22102025-01-14T20:02:06.187Z Checking xattr v1.3.1
22112025-01-14T20:02:06.297Z Checking pem v3.0.4
22122025-01-14T20:02:06.367Z Checking yasna v0.5.2
22132025-01-14T20:02:06.413Z Checking headers-core v0.3.0
22142025-01-14T20:02:06.569Z Checking smf v0.2.3
22152025-01-14T20:02:06.595Z Checking filetime v0.2.25
22162025-01-14T20:02:06.791Z Checking same-file v1.0.6
22172025-01-14T20:02:06.974Z Checking walkdir v2.5.0
22182025-01-14T20:02:06.988Z Checking tar v0.4.42
22192025-01-14T20:02:07.029Z Checking headers v0.4.0
22202025-01-14T20:02:07.212Z Checking rcgen v0.12.1
22212025-01-14T20:02:07.259Z Checking camino-tempfile v1.1.1
22222025-01-14T20:02:07.580Z Checking atomicwrites v0.4.4
22232025-01-14T20:02:07.769Z Checking serde_with v3.11.0
22242025-01-14T20:02:07.779Z Checking subprocess v0.2.9
22252025-01-14T20:02:11.991Z Compiling typify-macro v0.2.0
22262025-01-14T20:02:13.942Z Compiling typify v0.2.0
22272025-01-14T20:02:14.012Z Compiling progenitor-impl v0.8.0
22282025-01-14T20:02:17.277Z Compiling progenitor-macro v0.8.0
22292025-01-14T20:02:22.123Z Checking progenitor v0.8.0
22302025-01-14T20:02:22.288Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22312025-01-14T20:02:22.292Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22322025-01-14T20:02:25.099Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22332025-01-14T20:02:25.386Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22342025-01-14T20:02:32.171Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22352025-01-14T20:02:33.879Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22362025-01-14T20:02:35.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s
22372025-01-14T20:02:35.391Z
22382025-01-14T20:02:35.391Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176)
22392025-01-14T20:02:35.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402025-01-14T20:02:35.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412025-01-14T20:02:36.055Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22422025-01-14T20:02:37.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
22432025-01-14T20:02:37.684Z
22442025-01-14T20:02:37.685Zinfo: running `cargo check --bins` on nexus-config (31/176)
22452025-01-14T20:02:38.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462025-01-14T20:02:38.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472025-01-14T20:02:38.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482025-01-14T20:02:38.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22492025-01-14T20:02:38.326Z
22502025-01-14T20:02:38.326Zinfo: running `cargo check --bins` on omicron-rpaths (32/176)
22512025-01-14T20:02:38.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522025-01-14T20:02:38.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532025-01-14T20:02:38.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542025-01-14T20:02:38.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22552025-01-14T20:02:38.941Z
22562025-01-14T20:02:38.942Zinfo: running `cargo check --bins` on omicron-certificates (33/176)
22572025-01-14T20:02:39.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582025-01-14T20:02:39.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592025-01-14T20:02:39.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602025-01-14T20:02:39.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22612025-01-14T20:02:39.575Z
22622025-01-14T20:02:39.575Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/176)
22632025-01-14T20:02:40.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642025-01-14T20:02:40.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652025-01-14T20:02:40.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22662025-01-14T20:02:40.378Z Compiling ipnetwork v0.20.0
22672025-01-14T20:02:40.378Z Compiling zerocopy v0.8.10
22682025-01-14T20:02:40.381Z Compiling progenitor-client v0.8.0
22692025-01-14T20:02:40.381Z Compiling itertools v0.13.0
22702025-01-14T20:02:40.381Z Compiling zerocopy-derive v0.8.10
22712025-01-14T20:02:40.381Z Compiling heapless v0.8.0
22722025-01-14T20:02:40.381Z Checking hash32 v0.3.1
22732025-01-14T20:02:40.555Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22742025-01-14T20:02:40.708Z Compiling instant v0.1.13
22752025-01-14T20:02:40.862Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22762025-01-14T20:02:40.885Z Compiling progenitor v0.8.0
22772025-01-14T20:02:41.130Z Compiling smoltcp v0.11.0
22782025-01-14T20:02:41.238Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b)
22792025-01-14T20:02:41.262Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22802025-01-14T20:02:41.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22812025-01-14T20:02:41.635Z Compiling backoff v0.4.0
22822025-01-14T20:02:41.889Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22832025-01-14T20:02:41.978Z Compiling dropshot v0.13.0
22842025-01-14T20:02:42.244Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22852025-01-14T20:02:42.265Z Compiling serde_with v3.11.0
22862025-01-14T20:02:42.366Z Compiling parse-display v0.10.0
22872025-01-14T20:02:42.433Z Checking num-rational v0.4.2
22882025-01-14T20:02:43.117Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22892025-01-14T20:02:43.279Z Compiling regress v0.9.1
22902025-01-14T20:02:43.564Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22912025-01-14T20:02:45.056Z Compiling phf_generator v0.11.2
22922025-01-14T20:02:45.245Z Checking num-complex v0.4.6
22932025-01-14T20:02:46.441Z Compiling macaddr v1.0.1
22942025-01-14T20:02:46.667Z Checking cobs v0.2.3
22952025-01-14T20:02:46.859Z Checking postcard v1.0.10
22962025-01-14T20:02:46.876Z Checking num v0.4.3
22972025-01-14T20:02:46.984Z Compiling phf_codegen v0.11.2
22982025-01-14T20:02:47.475Z Compiling parse-zoneinfo v0.3.1
22992025-01-14T20:02:48.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23002025-01-14T20:02:48.947Z Checking float-ord v0.3.2
23012025-01-14T20:02:49.107Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23022025-01-14T20:02:49.451Z Compiling convert_case v0.4.0
23032025-01-14T20:02:49.620Z Compiling chrono-tz-build v0.4.0
23042025-01-14T20:02:49.637Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23052025-01-14T20:02:50.399Z Compiling thiserror v2.0.3
23062025-01-14T20:02:50.441Z Compiling derive_more v0.99.18
23072025-01-14T20:02:50.561Z Compiling crucible-workspace-hack v0.1.0
23082025-01-14T20:02:50.818Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
23092025-01-14T20:02:50.846Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23102025-01-14T20:02:51.088Z Compiling chrono-tz v0.10.0
23112025-01-14T20:02:51.162Z Checking newline-converter v0.3.0
23122025-01-14T20:02:51.350Z Checking prettyplease v0.2.25
23132025-01-14T20:02:51.587Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23142025-01-14T20:02:51.760Z Compiling thiserror-impl v2.0.3
23152025-01-14T20:02:51.773Z Compiling slog-dtrace v0.3.0
23162025-01-14T20:02:52.056Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23172025-01-14T20:02:52.467Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23182025-01-14T20:02:53.595Z Checking expectorate v1.1.0
23192025-01-14T20:02:53.755Z Compiling zone_cfg_derive v0.3.0
23202025-01-14T20:02:53.968Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23212025-01-14T20:02:54.150Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23222025-01-14T20:02:54.455Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23232025-01-14T20:02:54.832Z Compiling const_format_proc_macros v0.2.33
23242025-01-14T20:02:55.259Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23252025-01-14T20:02:55.315Z Compiling num-derive v0.4.2
23262025-01-14T20:02:55.445Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23272025-01-14T20:02:55.799Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23282025-01-14T20:02:56.082Z Checking highway v1.2.0
23292025-01-14T20:02:56.145Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23302025-01-14T20:02:56.445Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23312025-01-14T20:02:56.506Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23322025-01-14T20:02:56.688Z Checking zone v0.3.0
23332025-01-14T20:02:56.991Z Checking const_format v0.2.33
23342025-01-14T20:02:57.259Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23352025-01-14T20:02:57.286Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
23362025-01-14T20:02:57.532Z Checking gethostname v0.5.0
23372025-01-14T20:02:57.593Z Checking bcs v0.1.6
23382025-01-14T20:02:57.656Z Compiling async-recursion v1.1.1
23392025-01-14T20:02:57.684Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23402025-01-14T20:02:58.520Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23412025-01-14T20:02:58.521Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23422025-01-14T20:03:00.860Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23432025-01-14T20:03:05.031Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23442025-01-14T20:03:08.450Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452025-01-14T20:03:11.093Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23462025-01-14T20:03:12.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.80s
23472025-01-14T20:03:12.571Z
23482025-01-14T20:03:12.571Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/176)
23492025-01-14T20:03:13.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23502025-01-14T20:03:13.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23512025-01-14T20:03:13.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23522025-01-14T20:03:13.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
23532025-01-14T20:03:13.241Z
23542025-01-14T20:03:13.241Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/176)
23552025-01-14T20:03:13.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23562025-01-14T20:03:13.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23572025-01-14T20:03:13.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23582025-01-14T20:03:13.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
23592025-01-14T20:03:13.903Z
23602025-01-14T20:03:13.903Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/176)
23612025-01-14T20:03:14.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622025-01-14T20:03:14.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632025-01-14T20:03:14.589Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23642025-01-14T20:03:15.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
23652025-01-14T20:03:15.420Z
23662025-01-14T20:03:15.420Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176)
23672025-01-14T20:03:16.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682025-01-14T20:03:16.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692025-01-14T20:03:16.101Z Compiling cfg_aliases v0.1.1
23702025-01-14T20:03:16.104Z Compiling vte_generate_state_changes v0.1.2
23712025-01-14T20:03:16.104Z Checking fd-lock v4.0.2
23722025-01-14T20:03:16.104Z Checking nibble_vec v0.1.0
23732025-01-14T20:03:16.204Z Checking bytecount v0.6.8
23742025-01-14T20:03:16.206Z Checking endian-type v0.1.2
23752025-01-14T20:03:16.223Z Compiling tabled_derive v0.7.0
23762025-01-14T20:03:16.246Z Compiling peg-macros v0.8.4
23772025-01-14T20:03:16.288Z Compiling nix v0.28.0
23782025-01-14T20:03:16.342Z Checking papergrid v0.11.0
23792025-01-14T20:03:16.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23802025-01-14T20:03:16.420Z Compiling sqlparser_derive v0.2.2
23812025-01-14T20:03:16.423Z Checking radix_trie v0.2.1
23822025-01-14T20:03:16.833Z Checking vte v0.11.1
23832025-01-14T20:03:16.849Z Checking unicode_categories v0.1.1
23842025-01-14T20:03:17.149Z Checking home v0.5.9
23852025-01-14T20:03:17.310Z Checking nu-ansi-term v0.50.1
23862025-01-14T20:03:17.523Z Checking sqlformat v0.2.6
23872025-01-14T20:03:17.545Z Checking sqlparser v0.45.0
23882025-01-14T20:03:17.696Z Checking display-error-chain v0.2.2
23892025-01-14T20:03:18.165Z Checking strip-ansi-escapes v0.2.0
23902025-01-14T20:03:18.313Z Checking reedline v0.35.0
23912025-01-14T20:03:18.617Z Checking tabled v0.15.0
23922025-01-14T20:03:19.190Z Checking peg v0.8.4
23932025-01-14T20:03:19.695Z Checking rustyline v14.0.0
23942025-01-14T20:03:28.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s
23952025-01-14T20:03:28.576Z
23962025-01-14T20:03:28.576Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176)
23972025-01-14T20:03:29.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982025-01-14T20:03:29.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992025-01-14T20:03:29.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24002025-01-14T20:03:34.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
24012025-01-14T20:03:34.615Z
24022025-01-14T20:03:34.615Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176)
24032025-01-14T20:03:35.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042025-01-14T20:03:35.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052025-01-14T20:03:35.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24062025-01-14T20:03:39.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
24072025-01-14T20:03:39.307Z
24082025-01-14T20:03:39.307Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176)
24092025-01-14T20:03:39.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102025-01-14T20:03:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112025-01-14T20:03:39.985Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24122025-01-14T20:03:44.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
24132025-01-14T20:03:45.005Z
24142025-01-14T20:03:45.006Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176)
24152025-01-14T20:03:45.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162025-01-14T20:03:45.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172025-01-14T20:03:45.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24182025-01-14T20:03:50.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
24192025-01-14T20:03:50.702Z
24202025-01-14T20:03:50.702Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176)
24212025-01-14T20:03:51.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-01-14T20:03:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-01-14T20:03:51.377Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24242025-01-14T20:03:55.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
24252025-01-14T20:03:55.625Z
24262025-01-14T20:03:55.625Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176)
24272025-01-14T20:03:56.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-01-14T20:03:56.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-01-14T20:03:56.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24302025-01-14T20:04:00.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
24312025-01-14T20:04:00.615Z
24322025-01-14T20:04:00.615Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176)
24332025-01-14T20:04:01.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-01-14T20:04:01.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-01-14T20:04:01.299Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362025-01-14T20:04:06.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
24372025-01-14T20:04:06.556Z
24382025-01-14T20:04:06.556Zinfo: running `cargo check --bins` on oximeter (46/176)
24392025-01-14T20:04:07.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-01-14T20:04:07.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-01-14T20:04:07.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-01-14T20:04:07.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432025-01-14T20:04:07.192Z
24442025-01-14T20:04:07.192Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/176)
24452025-01-14T20:04:07.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-01-14T20:04:07.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-01-14T20:04:07.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482025-01-14T20:04:07.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24492025-01-14T20:04:07.815Z
24502025-01-14T20:04:07.815Zinfo: running `cargo check --bins` on oximeter-schema (48/176)
24512025-01-14T20:04:08.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-01-14T20:04:08.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-01-14T20:04:08.460Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24542025-01-14T20:04:10.693Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24552025-01-14T20:04:11.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
24562025-01-14T20:04:11.892Z
24572025-01-14T20:04:11.893Zinfo: running `cargo check --bins` on oximeter-types (49/176)
24582025-01-14T20:04:12.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592025-01-14T20:04:12.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602025-01-14T20:04:12.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612025-01-14T20:04:12.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24622025-01-14T20:04:12.542Z
24632025-01-14T20:04:12.542Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/176)
24642025-01-14T20:04:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652025-01-14T20:04:13.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662025-01-14T20:04:13.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672025-01-14T20:04:13.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24682025-01-14T20:04:13.174Z
24692025-01-14T20:04:13.174Zinfo: running `cargo check --bins` on oxql-types (51/176)
24702025-01-14T20:04:13.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712025-01-14T20:04:13.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722025-01-14T20:04:13.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732025-01-14T20:04:13.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24742025-01-14T20:04:13.815Z
24752025-01-14T20:04:13.815Zinfo: running `cargo check --bins` on oximeter-test-utils (52/176)
24762025-01-14T20:04:14.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772025-01-14T20:04:14.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782025-01-14T20:04:14.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792025-01-14T20:04:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
24802025-01-14T20:04:14.496Z
24812025-01-14T20:04:14.496Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/176)
24822025-01-14T20:04:15.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832025-01-14T20:04:15.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842025-01-14T20:04:15.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852025-01-14T20:04:15.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24862025-01-14T20:04:15.161Z
24872025-01-14T20:04:15.161Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/176)
24882025-01-14T20:04:15.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892025-01-14T20:04:15.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902025-01-14T20:04:15.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912025-01-14T20:04:15.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24922025-01-14T20:04:15.787Z
24932025-01-14T20:04:15.787Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176)
24942025-01-14T20:04:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952025-01-14T20:04:16.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962025-01-14T20:04:16.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972025-01-14T20:04:16.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24982025-01-14T20:04:16.421Z
24992025-01-14T20:04:16.421Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/176)
25002025-01-14T20:04:16.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012025-01-14T20:04:16.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022025-01-14T20:04:16.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032025-01-14T20:04:16.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25042025-01-14T20:04:17.055Z
25052025-01-14T20:04:17.055Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/176)
25062025-01-14T20:04:17.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072025-01-14T20:04:17.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082025-01-14T20:04:17.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092025-01-14T20:04:17.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25102025-01-14T20:04:17.697Z
25112025-01-14T20:04:17.697Zinfo: running `cargo check --bins` on cockroach-admin-client (58/176)
25122025-01-14T20:04:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132025-01-14T20:04:18.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142025-01-14T20:04:18.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152025-01-14T20:04:18.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25162025-01-14T20:04:18.312Z
25172025-01-14T20:04:18.312Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/176)
25182025-01-14T20:04:18.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192025-01-14T20:04:18.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202025-01-14T20:04:18.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212025-01-14T20:04:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25222025-01-14T20:04:18.958Z
25232025-01-14T20:04:18.958Zinfo: running `cargo check --bins` on dns-service-client (60/176)
25242025-01-14T20:04:19.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252025-01-14T20:04:19.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262025-01-14T20:04:19.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272025-01-14T20:04:19.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25282025-01-14T20:04:19.586Z
25292025-01-14T20:04:19.586Zinfo: running `cargo check --bins` on internal-dns-types (61/176)
25302025-01-14T20:04:20.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312025-01-14T20:04:20.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322025-01-14T20:04:20.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332025-01-14T20:04:20.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25342025-01-14T20:04:20.212Z
25352025-01-14T20:04:20.212Zinfo: running `cargo check --bins` on dpd-client (62/176)
25362025-01-14T20:04:20.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372025-01-14T20:04:20.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382025-01-14T20:04:20.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392025-01-14T20:04:20.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25402025-01-14T20:04:20.834Z
25412025-01-14T20:04:20.834Zinfo: running `cargo check --bins` on gateway-client (63/176)
25422025-01-14T20:04:21.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432025-01-14T20:04:21.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442025-01-14T20:04:21.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452025-01-14T20:04:21.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25462025-01-14T20:04:21.446Z
25472025-01-14T20:04:21.446Zinfo: running `cargo check --bins` on installinator-client (64/176)
25482025-01-14T20:04:22.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492025-01-14T20:04:22.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502025-01-14T20:04:22.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512025-01-14T20:04:22.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25522025-01-14T20:04:22.093Z
25532025-01-14T20:04:22.093Zinfo: running `cargo check --bins` on installinator-common (65/176)
25542025-01-14T20:04:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552025-01-14T20:04:22.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562025-01-14T20:04:22.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572025-01-14T20:04:22.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25582025-01-14T20:04:22.750Z
25592025-01-14T20:04:22.750Zinfo: running `cargo check --bins` on update-engine (66/176)
25602025-01-14T20:04:23.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612025-01-14T20:04:23.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622025-01-14T20:04:23.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632025-01-14T20:04:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25642025-01-14T20:04:23.376Z
25652025-01-14T20:04:23.376Zinfo: running `cargo check --bins` on nexus-client (67/176)
25662025-01-14T20:04:23.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672025-01-14T20:04:23.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682025-01-14T20:04:23.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692025-01-14T20:04:23.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25702025-01-14T20:04:24.043Z
25712025-01-14T20:04:24.043Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/176)
25722025-01-14T20:04:24.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732025-01-14T20:04:24.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742025-01-14T20:04:24.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752025-01-14T20:04:24.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25762025-01-14T20:04:24.696Z
25772025-01-14T20:04:24.696Zinfo: running `cargo check --bins` on omicron-passwords (69/176)
25782025-01-14T20:04:25.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792025-01-14T20:04:25.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802025-01-14T20:04:25.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812025-01-14T20:04:25.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25822025-01-14T20:04:25.310Z
25832025-01-14T20:04:25.310Zinfo: running `cargo check --bins` on nexus-types (70/176)
25842025-01-14T20:04:25.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-14T20:04:25.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-14T20:04:25.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-14T20:04:25.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25882025-01-14T20:04:25.972Z
25892025-01-14T20:04:25.972Zinfo: running `cargo check --bins` on oxide-client (71/176)
25902025-01-14T20:04:26.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-14T20:04:26.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-14T20:04:26.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-14T20:04:26.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25942025-01-14T20:04:26.593Z
25952025-01-14T20:04:26.593Zinfo: running `cargo check --bins` on oximeter-client (72/176)
25962025-01-14T20:04:27.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-14T20:04:27.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-14T20:04:27.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-14T20:04:27.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26002025-01-14T20:04:27.231Z
26012025-01-14T20:04:27.231Zinfo: running `cargo check --bins` on repo-depot-client (73/176)
26022025-01-14T20:04:27.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-14T20:04:27.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-14T20:04:27.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-14T20:04:27.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26062025-01-14T20:04:27.849Z
26072025-01-14T20:04:27.849Zinfo: running `cargo check --bins` on sled-agent-client (74/176)
26082025-01-14T20:04:28.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-14T20:04:28.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-14T20:04:28.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-14T20:04:28.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26122025-01-14T20:04:28.510Z
26132025-01-14T20:04:28.510Zinfo: running `cargo check --bins` on wicketd-client (75/176)
26142025-01-14T20:04:29.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-14T20:04:29.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-14T20:04:29.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-14T20:04:29.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26182025-01-14T20:04:29.196Z
26192025-01-14T20:04:29.196Zinfo: running `cargo check --bins` on sled-agent-types (76/176)
26202025-01-14T20:04:29.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-14T20:04:29.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-14T20:04:29.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-14T20:04:29.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26242025-01-14T20:04:29.865Z
26252025-01-14T20:04:29.865Zinfo: running `cargo check --bins` on wicket-common (77/176)
26262025-01-14T20:04:30.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-14T20:04:30.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-14T20:04:30.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-14T20:04:30.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26302025-01-14T20:04:30.519Z
26312025-01-14T20:04:30.519Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/176)
26322025-01-14T20:04:31.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-14T20:04:31.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-14T20:04:31.190Z Checking csv-core v0.1.11
26352025-01-14T20:04:31.190Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26362025-01-14T20:04:31.193Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26372025-01-14T20:04:31.293Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26382025-01-14T20:04:31.476Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26392025-01-14T20:04:31.518Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26402025-01-14T20:04:31.530Z Checking csv v1.3.0
26412025-01-14T20:04:32.131Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26422025-01-14T20:04:32.522Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26432025-01-14T20:04:34.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
26442025-01-14T20:04:34.479Z
26452025-01-14T20:04:34.479Zinfo: running `cargo check --bins` on cockroach-admin-api (79/176)
26462025-01-14T20:04:35.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-01-14T20:04:35.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-01-14T20:04:35.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-01-14T20:04:35.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502025-01-14T20:04:35.116Z
26512025-01-14T20:04:35.116Zinfo: running `cargo check --bins` on cockroach-admin-types (80/176)
26522025-01-14T20:04:35.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-01-14T20:04:35.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-01-14T20:04:35.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-01-14T20:04:35.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26562025-01-14T20:04:35.750Z
26572025-01-14T20:04:35.750Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176)
26582025-01-14T20:04:36.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-01-14T20:04:36.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-01-14T20:04:36.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-01-14T20:04:36.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
26622025-01-14T20:04:36.486Z
26632025-01-14T20:04:36.486Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176)
26642025-01-14T20:04:37.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-01-14T20:04:37.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-01-14T20:04:37.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-01-14T20:04:37.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26682025-01-14T20:04:37.238Z
26692025-01-14T20:04:37.238Zinfo: running `cargo check --bins` on dns-server (83/176)
26702025-01-14T20:04:37.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-01-14T20:04:37.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-01-14T20:04:37.902Z Compiling parking_lot_core v0.8.6
26732025-01-14T20:04:37.904Z Checking fxhash v0.2.1
26742025-01-14T20:04:37.905Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26752025-01-14T20:04:37.905Z Checking hickory-server v0.24.1
26762025-01-14T20:04:37.905Z Checking hickory-client v0.24.1
26772025-01-14T20:04:38.629Z Checking parking_lot v0.11.2
26782025-01-14T20:04:38.748Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26792025-01-14T20:04:38.749Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26802025-01-14T20:04:38.877Z Checking sled v0.34.7
26812025-01-14T20:04:40.727Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26822025-01-14T20:04:41.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
26832025-01-14T20:04:42.161Z
26842025-01-14T20:04:42.161Zinfo: running `cargo check --bins` on dns-server-api (84/176)
26852025-01-14T20:04:42.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-14T20:04:42.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-14T20:04:42.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-14T20:04:42.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26892025-01-14T20:04:42.812Z
26902025-01-14T20:04:42.812Zinfo: running `cargo check --bins` on gateway-test-utils (85/176)
26912025-01-14T20:04:43.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-14T20:04:43.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-14T20:04:43.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-14T20:04:43.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26952025-01-14T20:04:43.504Z
26962025-01-14T20:04:43.504Zinfo: running `cargo check --bins` on gateway-types (86/176)
26972025-01-14T20:04:44.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-14T20:04:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-14T20:04:44.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-14T20:04:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27012025-01-14T20:04:44.140Z
27022025-01-14T20:04:44.141Zinfo: running `cargo check --bins` on ipcc (87/176)
27032025-01-14T20:04:44.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-14T20:04:44.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-14T20:04:44.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-14T20:04:44.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27072025-01-14T20:04:44.776Z
27082025-01-14T20:04:44.776Zinfo: running `cargo check --bins` on omicron-gateway (88/176)
27092025-01-14T20:04:45.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-14T20:04:45.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-14T20:04:45.470Z Compiling radium v0.7.0
27122025-01-14T20:04:45.470Z Compiling semver v0.1.20
27132025-01-14T20:04:45.473Z Checking tap v1.0.1
27142025-01-14T20:04:45.473Z Compiling maybe-uninit v2.0.0
27152025-01-14T20:04:45.604Z Checking password-hash v0.5.0
27162025-01-14T20:04:45.607Z Checking blake2 v0.10.6
27172025-01-14T20:04:45.607Z Checking crc-catalog v2.4.0
27182025-01-14T20:04:45.607Z Compiling owo-colors v4.1.0
27192025-01-14T20:04:45.729Z Checking wyz v0.5.1
27202025-01-14T20:04:45.764Z Compiling packed_struct v0.10.1
27212025-01-14T20:04:45.906Z Compiling cancel-safe-futures v0.1.5
27222025-01-14T20:04:45.996Z Compiling rustc_version v0.1.7
27232025-01-14T20:04:46.077Z Checking funty v2.0.0
27242025-01-14T20:04:46.120Z Checking argon2 v0.5.3
27252025-01-14T20:04:46.224Z Checking crc v3.2.1
27262025-01-14T20:04:46.251Z Compiling packed_struct_codegen v0.10.1
27272025-01-14T20:04:46.254Z Checking half v2.4.1
27282025-01-14T20:04:46.277Z Compiling indexmap v1.9.3
27292025-01-14T20:04:46.404Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27302025-01-14T20:04:46.497Z Compiling newtype_derive v0.1.6
27312025-01-14T20:04:46.568Z Checking nodrop v0.1.14
27322025-01-14T20:04:46.648Z Checking ciborium-io v0.2.2
27332025-01-14T20:04:46.692Z Checking array-init v0.0.4
27342025-01-14T20:04:46.753Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27352025-01-14T20:04:46.769Z Checking ciborium-ll v0.2.2
27362025-01-14T20:04:46.805Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27372025-01-14T20:04:46.941Z Checking smallvec v0.6.14
27382025-01-14T20:04:46.986Z Checking bitvec v1.0.1
27392025-01-14T20:04:47.107Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27402025-01-14T20:04:47.150Z Checking libsw v3.3.1
27412025-01-14T20:04:47.337Z Compiling memoffset v0.9.1
27422025-01-14T20:04:47.429Z Checking linear-map v1.2.0
27432025-01-14T20:04:47.503Z Checking hashbrown v0.12.3
27442025-01-14T20:04:47.635Z Checking indent_write v2.2.0
27452025-01-14T20:04:47.743Z Checking termcolor v1.4.1
27462025-01-14T20:04:47.760Z Checking swrite v0.1.0
27472025-01-14T20:04:47.824Z Checking bitfield v0.14.0
27482025-01-14T20:04:47.878Z Checking serde-hex v0.1.0
27492025-01-14T20:04:48.175Z Checking env_logger v0.10.2
27502025-01-14T20:04:48.210Z Checking ron v0.8.1
27512025-01-14T20:04:48.261Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27522025-01-14T20:04:48.601Z Checking ciborium v0.2.2
27532025-01-14T20:04:49.008Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27542025-01-14T20:04:49.058Z Checking steno v0.4.1
27552025-01-14T20:04:49.425Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27562025-01-14T20:04:49.472Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27572025-01-14T20:04:49.578Z Checking hashbrown v0.13.2
27582025-01-14T20:04:49.701Z Checking humantime v2.1.0
27592025-01-14T20:04:49.910Z Checking crc-any v2.5.0
27602025-01-14T20:04:49.993Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27612025-01-14T20:04:50.270Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27622025-01-14T20:04:50.398Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27632025-01-14T20:04:51.071Z Checking object v0.30.4
27642025-01-14T20:04:51.110Z Checking path-slash v0.1.5
27652025-01-14T20:04:51.110Z Checking nix v0.27.1
27662025-01-14T20:04:51.110Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27672025-01-14T20:04:51.368Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27682025-01-14T20:04:51.889Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27692025-01-14T20:04:51.999Z Checking tungstenite v0.23.0
27702025-01-14T20:04:52.143Z Checking kstat-rs v0.2.4
27712025-01-14T20:04:52.151Z Checking signal-hook-tokio v0.3.1
27722025-01-14T20:04:52.489Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27732025-01-14T20:04:52.901Z Checking tokio-tungstenite v0.23.1
27742025-01-14T20:04:53.285Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27752025-01-14T20:04:53.795Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27762025-01-14T20:04:53.965Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27772025-01-14T20:05:00.510Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27782025-01-14T20:05:01.851Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27792025-01-14T20:05:04.990Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27802025-01-14T20:05:13.707Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27812025-01-14T20:05:13.781Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27822025-01-14T20:05:14.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.68s
27832025-01-14T20:05:14.671Z
27842025-01-14T20:05:14.671Zinfo: running `cargo check --bins` on gateway-api (89/176)
27852025-01-14T20:05:15.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862025-01-14T20:05:15.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872025-01-14T20:05:15.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882025-01-14T20:05:15.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27892025-01-14T20:05:15.300Z
27902025-01-14T20:05:15.300Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176)
27912025-01-14T20:05:15.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922025-01-14T20:05:15.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932025-01-14T20:05:15.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942025-01-14T20:05:15.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27952025-01-14T20:05:15.907Z
27962025-01-14T20:05:15.907Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176)
27972025-01-14T20:05:16.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982025-01-14T20:05:16.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992025-01-14T20:05:16.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002025-01-14T20:05:16.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28012025-01-14T20:05:16.536Z
28022025-01-14T20:05:16.536Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176)
28032025-01-14T20:05:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042025-01-14T20:05:17.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052025-01-14T20:05:17.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062025-01-14T20:05:17.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28072025-01-14T20:05:17.165Z
28082025-01-14T20:05:17.165Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176)
28092025-01-14T20:05:17.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102025-01-14T20:05:17.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112025-01-14T20:05:17.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122025-01-14T20:05:17.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28132025-01-14T20:05:17.802Z
28142025-01-14T20:05:17.802Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176)
28152025-01-14T20:05:18.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-14T20:05:18.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-14T20:05:18.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-14T20:05:18.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28192025-01-14T20:05:18.441Z
28202025-01-14T20:05:18.441Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176)
28212025-01-14T20:05:19.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-14T20:05:19.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-14T20:05:19.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-14T20:05:19.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28252025-01-14T20:05:19.088Z
28262025-01-14T20:05:19.088Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176)
28272025-01-14T20:05:19.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-14T20:05:19.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-14T20:05:19.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-14T20:05:19.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28312025-01-14T20:05:19.734Z
28322025-01-14T20:05:19.734Zinfo: running `cargo check --bins` on oximeter-producer (97/176)
28332025-01-14T20:05:20.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-14T20:05:20.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-14T20:05:20.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-14T20:05:20.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28372025-01-14T20:05:20.401Z
28382025-01-14T20:05:20.401Zinfo: running `cargo check --bins` on internal-dns-resolver (98/176)
28392025-01-14T20:05:20.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-14T20:05:20.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-14T20:05:20.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422025-01-14T20:05:20.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28432025-01-14T20:05:21.040Z
28442025-01-14T20:05:21.040Zinfo: running `cargo check --bins` on sp-sim (99/176)
28452025-01-14T20:05:21.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462025-01-14T20:05:21.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472025-01-14T20:05:21.679Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482025-01-14T20:05:22.169Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28492025-01-14T20:05:24.046Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28502025-01-14T20:05:25.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
28512025-01-14T20:05:26.002Z
28522025-01-14T20:05:26.002Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176)
28532025-01-14T20:05:26.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-01-14T20:05:26.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-01-14T20:05:26.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562025-01-14T20:05:26.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28572025-01-14T20:05:26.690Z
28582025-01-14T20:05:26.690Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176)
28592025-01-14T20:05:27.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602025-01-14T20:05:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612025-01-14T20:05:27.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622025-01-14T20:05:27.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28632025-01-14T20:05:27.398Z
28642025-01-14T20:05:27.398Zinfo: running `cargo check --bins` on db-macros (102/176)
28652025-01-14T20:05:27.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662025-01-14T20:05:27.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672025-01-14T20:05:27.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682025-01-14T20:05:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28692025-01-14T20:05:28.029Z
28702025-01-14T20:05:28.030Zinfo: running `cargo check --bins` on nexus-macros-common (103/176)
28712025-01-14T20:05:28.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722025-01-14T20:05:28.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732025-01-14T20:05:28.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742025-01-14T20:05:28.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28752025-01-14T20:05:28.660Z
28762025-01-14T20:05:28.660Zinfo: running `cargo check --bins` on nexus-auth (104/176)
28772025-01-14T20:05:29.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782025-01-14T20:05:29.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792025-01-14T20:05:29.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802025-01-14T20:05:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28812025-01-14T20:05:29.352Z
28822025-01-14T20:05:29.352Zinfo: running `cargo check --bins` on authz-macros (105/176)
28832025-01-14T20:05:29.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842025-01-14T20:05:29.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852025-01-14T20:05:29.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862025-01-14T20:05:29.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28872025-01-14T20:05:29.985Z
28882025-01-14T20:05:29.985Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/176)
28892025-01-14T20:05:30.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902025-01-14T20:05:30.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912025-01-14T20:05:30.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922025-01-14T20:05:30.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28932025-01-14T20:05:30.670Z
28942025-01-14T20:05:30.670Zinfo: running `cargo check --bins` on nexus-db-model (107/176)
28952025-01-14T20:05:31.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962025-01-14T20:05:31.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972025-01-14T20:05:31.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982025-01-14T20:05:31.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28992025-01-14T20:05:31.353Z
29002025-01-14T20:05:31.353Zinfo: running `cargo check --bins` on nexus-defaults (108/176)
29012025-01-14T20:05:31.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022025-01-14T20:05:31.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032025-01-14T20:05:31.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042025-01-14T20:05:31.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29052025-01-14T20:05:32.002Z
29062025-01-14T20:05:32.002Zinfo: running `cargo check --bins` on nexus-inventory (109/176)
29072025-01-14T20:05:32.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082025-01-14T20:05:32.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092025-01-14T20:05:32.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102025-01-14T20:05:32.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29112025-01-14T20:05:32.683Z
29122025-01-14T20:05:32.683Zinfo: running `cargo check --bins` on typed-rng (110/176)
29132025-01-14T20:05:33.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142025-01-14T20:05:33.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152025-01-14T20:05:33.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162025-01-14T20:05:33.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29172025-01-14T20:05:33.338Z
29182025-01-14T20:05:33.338Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176)
29192025-01-14T20:05:33.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202025-01-14T20:05:33.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212025-01-14T20:05:34.122Z Checking keccak v0.1.5
29222025-01-14T20:05:34.235Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29232025-01-14T20:05:34.239Z Checking secrecy v0.8.0
29242025-01-14T20:05:34.239Z Compiling unicase v2.7.0
29252025-01-14T20:05:34.239Z Compiling same-file v1.0.6
29262025-01-14T20:05:34.268Z Compiling tempfile v3.13.0
29272025-01-14T20:05:34.295Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29282025-01-14T20:05:34.298Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
29292025-01-14T20:05:34.433Z Compiling walkdir v2.5.0
29302025-01-14T20:05:34.533Z Checking sha3 v0.10.8
29312025-01-14T20:05:34.548Z Compiling thiserror-impl-no-std v2.0.2
29322025-01-14T20:05:34.620Z Checking universal-hash v0.5.1
29332025-01-14T20:05:34.696Z Compiling blake3 v1.5.4
29342025-01-14T20:05:34.767Z Checking opaque-debug v0.3.1
29352025-01-14T20:05:34.866Z Checking poly1305 v0.8.0
29362025-01-14T20:05:34.882Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29372025-01-14T20:05:34.899Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29382025-01-14T20:05:34.942Z Checking chacha20 v0.9.1
29392025-01-14T20:05:35.138Z Checking aead v0.5.2
29402025-01-14T20:05:35.171Z Compiling memmap2 v0.9.5
29412025-01-14T20:05:35.190Z Compiling arrayvec v0.7.6
29422025-01-14T20:05:35.276Z Compiling constant_time_eq v0.3.1
29432025-01-14T20:05:35.369Z Compiling libefi-sys v0.1.0
29442025-01-14T20:05:35.378Z Compiling salty v0.3.0
29452025-01-14T20:05:35.458Z Compiling arrayref v0.3.9
29462025-01-14T20:05:35.572Z Checking chacha20poly1305 v0.10.1
29472025-01-14T20:05:35.635Z Compiling toolchain_find v0.4.0
29482025-01-14T20:05:35.676Z Compiling camino-tempfile v1.1.1
29492025-01-14T20:05:35.748Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29502025-01-14T20:05:35.817Z Compiling bitfield-struct v0.6.2
29512025-01-14T20:05:36.017Z Compiling topological-sort v0.2.2
29522025-01-14T20:05:36.151Z Compiling mime_guess v2.0.5
29532025-01-14T20:05:36.246Z Compiling rustfmt-wrapper v0.2.1
29542025-01-14T20:05:36.722Z Compiling omicron-zone-package v0.12.0
29552025-01-14T20:05:36.811Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29562025-01-14T20:05:36.833Z Checking primeorder v0.13.6
29572025-01-14T20:05:37.115Z Checking env_filter v0.1.2
29582025-01-14T20:05:37.259Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29592025-01-14T20:05:37.264Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29602025-01-14T20:05:37.353Z Checking p384 v0.13.0
29612025-01-14T20:05:37.365Z Checking env_logger v0.11.5
29622025-01-14T20:05:37.513Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29632025-01-14T20:05:37.609Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29642025-01-14T20:05:37.652Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29652025-01-14T20:05:37.724Z Checking thiserror-no-std v2.0.2
29662025-01-14T20:05:37.840Z Checking vsss-rs v3.3.4
29672025-01-14T20:05:37.857Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29682025-01-14T20:05:37.916Z Checking http-range v0.1.5
29692025-01-14T20:05:37.973Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29702025-01-14T20:05:38.182Z Checking lockfree-object-pool v0.1.6
29712025-01-14T20:05:38.300Z Checking simd-adler32 v0.3.7
29722025-01-14T20:05:38.338Z Checking bumpalo v3.16.0
29732025-01-14T20:05:38.457Z Compiling zip v2.1.3
29742025-01-14T20:05:38.607Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29752025-01-14T20:05:38.647Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29762025-01-14T20:05:38.647Z Checking zopfli v0.8.1
29772025-01-14T20:05:38.666Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29782025-01-14T20:05:38.753Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29792025-01-14T20:05:39.188Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29802025-01-14T20:05:39.293Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29812025-01-14T20:05:39.312Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29822025-01-14T20:05:39.548Z Checking nanorand v0.7.0
29832025-01-14T20:05:39.652Z Checking atty v0.2.14
29842025-01-14T20:05:39.790Z Checking glob v0.3.1
29852025-01-14T20:05:39.852Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8)
29862025-01-14T20:05:39.870Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29872025-01-14T20:05:39.941Z Checking flume v0.11.1
29882025-01-14T20:05:40.124Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29892025-01-14T20:05:40.448Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29902025-01-14T20:05:41.172Z Checking hyper-staticfile v0.10.1
29912025-01-14T20:05:41.605Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29922025-01-14T20:05:41.638Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29932025-01-14T20:05:41.695Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29942025-01-14T20:05:41.879Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29952025-01-14T20:05:42.006Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29962025-01-14T20:05:42.248Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29972025-01-14T20:05:43.102Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29982025-01-14T20:05:43.181Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29992025-01-14T20:05:43.761Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30002025-01-14T20:05:43.861Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30012025-01-14T20:05:46.912Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30022025-01-14T20:05:46.932Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30032025-01-14T20:05:56.248Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30042025-01-14T20:06:10.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s
30052025-01-14T20:06:10.232Z
30062025-01-14T20:06:10.232Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176)
30072025-01-14T20:06:10.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-01-14T20:06:10.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-01-14T20:06:10.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102025-01-14T20:06:25.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s
30112025-01-14T20:06:25.295Z
30122025-01-14T20:06:25.296Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176)
30132025-01-14T20:06:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-01-14T20:06:26.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-01-14T20:06:26.225Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162025-01-14T20:06:40.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s
30172025-01-14T20:06:40.353Z
30182025-01-14T20:06:40.353Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176)
30192025-01-14T20:06:40.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-01-14T20:06:40.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-01-14T20:06:41.098Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30222025-01-14T20:06:55.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s
30232025-01-14T20:06:55.345Z
30242025-01-14T20:06:55.345Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176)
30252025-01-14T20:06:55.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-14T20:06:55.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-14T20:06:56.079Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30282025-01-14T20:07:10.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s
30292025-01-14T20:07:10.400Z
30302025-01-14T20:07:10.400Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176)
30312025-01-14T20:07:11.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-14T20:07:11.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-14T20:07:11.135Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30342025-01-14T20:07:25.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s
30352025-01-14T20:07:25.569Z
30362025-01-14T20:07:25.569Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176)
30372025-01-14T20:07:26.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-14T20:07:26.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-14T20:07:26.304Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30402025-01-14T20:07:40.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s
30412025-01-14T20:07:40.682Z
30422025-01-14T20:07:40.682Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176)
30432025-01-14T20:07:41.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-14T20:07:41.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-14T20:07:41.418Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30462025-01-14T20:07:55.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s
30472025-01-14T20:07:55.799Z
30482025-01-14T20:07:55.799Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/176)
30492025-01-14T20:07:56.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-14T20:07:56.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-14T20:07:56.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522025-01-14T20:07:56.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30532025-01-14T20:07:56.456Z
30542025-01-14T20:07:56.456Zinfo: running `cargo check --bins` on key-manager (120/176)
30552025-01-14T20:07:57.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562025-01-14T20:07:57.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572025-01-14T20:07:57.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582025-01-14T20:07:57.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30592025-01-14T20:07:57.085Z
30602025-01-14T20:07:57.085Zinfo: running `cargo check --bins` on range-requests (121/176)
30612025-01-14T20:07:57.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622025-01-14T20:07:57.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632025-01-14T20:07:57.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642025-01-14T20:07:57.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30652025-01-14T20:07:57.707Z
30662025-01-14T20:07:57.707Zinfo: running `cargo check --bins` on repo-depot-api (122/176)
30672025-01-14T20:07:58.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682025-01-14T20:07:58.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692025-01-14T20:07:58.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702025-01-14T20:07:58.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30712025-01-14T20:07:58.345Z
30722025-01-14T20:07:58.345Zinfo: running `cargo check --bins` on sled-agent-api (123/176)
30732025-01-14T20:07:58.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742025-01-14T20:07:58.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752025-01-14T20:07:58.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762025-01-14T20:07:58.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30772025-01-14T20:07:59.008Z
30782025-01-14T20:07:59.008Zinfo: running `cargo check --bins` on sled-diagnostics (124/176)
30792025-01-14T20:07:59.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-01-14T20:07:59.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-01-14T20:07:59.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822025-01-14T20:07:59.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30832025-01-14T20:07:59.624Z
30842025-01-14T20:07:59.624Zinfo: running `cargo check --bins` on sled-hardware (125/176)
30852025-01-14T20:08:00.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-01-14T20:08:00.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-01-14T20:08:00.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-01-14T20:08:00.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30892025-01-14T20:08:00.269Z
30902025-01-14T20:08:00.269Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/176)
30912025-01-14T20:08:00.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-01-14T20:08:01.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-01-14T20:08:01.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-01-14T20:08:01.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30952025-01-14T20:08:01.292Z
30962025-01-14T20:08:01.292Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176)
30972025-01-14T20:08:01.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-01-14T20:08:01.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-01-14T20:08:01.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-01-14T20:08:01.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31012025-01-14T20:08:01.566Z
31022025-01-14T20:08:01.566Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176)
31032025-01-14T20:08:02.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-01-14T20:08:02.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-01-14T20:08:02.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-01-14T20:08:02.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31072025-01-14T20:08:02.230Z
31082025-01-14T20:08:02.230Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (129/176)
31092025-01-14T20:08:02.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-01-14T20:08:02.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-01-14T20:08:02.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-01-14T20:08:02.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31132025-01-14T20:08:02.900Z
31142025-01-14T20:08:02.900Zinfo: running `cargo check --bins` on nexus-test-interface (130/176)
31152025-01-14T20:08:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-01-14T20:08:03.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-01-14T20:08:03.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-01-14T20:08:03.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31192025-01-14T20:08:03.573Z
31202025-01-14T20:08:03.573Zinfo: running `cargo check --bins` on oximeter-collector (131/176)
31212025-01-14T20:08:04.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-01-14T20:08:04.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-01-14T20:08:04.280Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31242025-01-14T20:08:04.280Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31252025-01-14T20:08:05.185Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31262025-01-14T20:08:07.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
31272025-01-14T20:08:07.420Z
31282025-01-14T20:08:07.420Zinfo: running `cargo check --bins` on oximeter-api (132/176)
31292025-01-14T20:08:07.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302025-01-14T20:08:07.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312025-01-14T20:08:07.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322025-01-14T20:08:07.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31332025-01-14T20:08:08.051Z
31342025-01-14T20:08:08.051Zinfo: running `cargo check --bins` on cert-dev (133/176)
31352025-01-14T20:08:08.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362025-01-14T20:08:08.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372025-01-14T20:08:08.662Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31382025-01-14T20:08:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
31392025-01-14T20:08:09.098Z
31402025-01-14T20:08:09.098Zinfo: running `cargo check --bins` on clickana (134/176)
31412025-01-14T20:08:09.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422025-01-14T20:08:09.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432025-01-14T20:08:09.760Z Checking castaway v0.2.3
31442025-01-14T20:08:09.763Z Checking unicode-truncate v1.1.0
31452025-01-14T20:08:09.763Z Checking lru v0.12.5
31462025-01-14T20:08:09.763Z Compiling instability v0.3.2
31472025-01-14T20:08:09.763Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31482025-01-14T20:08:09.764Z Checking cassowary v0.3.0
31492025-01-14T20:08:09.978Z Checking compact_str v0.8.0
31502025-01-14T20:08:10.605Z Checking ratatui v0.28.1
31512025-01-14T20:08:11.615Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31522025-01-14T20:08:12.682Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
31532025-01-14T20:08:13.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
31542025-01-14T20:08:13.748Z
31552025-01-14T20:08:13.748Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (135/176)
31562025-01-14T20:08:14.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-01-14T20:08:14.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-01-14T20:08:14.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31592025-01-14T20:08:14.438Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31602025-01-14T20:08:15.504Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31612025-01-14T20:08:16.020Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31622025-01-14T20:08:16.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
31632025-01-14T20:08:16.584Z
31642025-01-14T20:08:16.584Zinfo: running `cargo check --bins` on ch-dev (136/176)
31652025-01-14T20:08:17.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-01-14T20:08:17.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-01-14T20:08:17.246Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31682025-01-14T20:08:17.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
31692025-01-14T20:08:18.161Z
31702025-01-14T20:08:18.161Zinfo: running `cargo check --bins` on crdb-seed (137/176)
31712025-01-14T20:08:18.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-01-14T20:08:18.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-01-14T20:08:18.837Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31742025-01-14T20:08:19.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
31752025-01-14T20:08:19.389Z
31762025-01-14T20:08:19.389Zinfo: running `cargo check --bins` on db-dev (138/176)
31772025-01-14T20:08:19.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-01-14T20:08:19.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-01-14T20:08:20.064Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31802025-01-14T20:08:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
31812025-01-14T20:08:20.966Z
31822025-01-14T20:08:20.966Zinfo: running `cargo check --bins` on omicron-dev-lib (139/176)
31832025-01-14T20:08:21.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-01-14T20:08:21.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-01-14T20:08:21.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862025-01-14T20:08:21.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31872025-01-14T20:08:21.622Z
31882025-01-14T20:08:21.622Zinfo: running `cargo check --bins` on xtask-downloader (140/176)
31892025-01-14T20:08:22.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-01-14T20:08:22.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-01-14T20:08:22.246Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31922025-01-14T20:08:23.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
31932025-01-14T20:08:23.320Z
31942025-01-14T20:08:23.320Zinfo: running `cargo check --bins` on omicron-ls-apis (141/176)
31952025-01-14T20:08:23.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-01-14T20:08:23.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-01-14T20:08:23.950Z Checking cargo-platform v0.1.8
31982025-01-14T20:08:24.224Z Checking cargo_metadata v0.18.1
31992025-01-14T20:08:25.256Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
32002025-01-14T20:08:26.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
32012025-01-14T20:08:26.214Z
32022025-01-14T20:08:26.214Zinfo: running `cargo check --bins` on mgs-dev (142/176)
32032025-01-14T20:08:26.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-01-14T20:08:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-01-14T20:08:26.934Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32062025-01-14T20:08:28.478Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32072025-01-14T20:08:29.112Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
32082025-01-14T20:08:29.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
32092025-01-14T20:08:29.886Z
32102025-01-14T20:08:29.886Zinfo: running `cargo check --bins` on omicron-omdb (143/176)
32112025-01-14T20:08:30.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-14T20:08:30.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-14T20:08:30.693Z Compiling crunchy v0.2.2
32142025-01-14T20:08:30.697Z Compiling tiny-keccak v2.0.2
32152025-01-14T20:08:30.697Z Compiling dsl_auto_type v0.1.2
32162025-01-14T20:08:30.697Z Checking scheduled-thread-pool v0.2.7
32172025-01-14T20:08:30.697Z Compiling diesel_table_macro_syntax v0.2.0
32182025-01-14T20:08:30.808Z Compiling ascii-canvas v3.0.0
32192025-01-14T20:08:30.824Z Compiling ena v0.14.3
32202025-01-14T20:08:30.837Z Compiling diff v0.1.13
32212025-01-14T20:08:31.085Z Checking r2d2 v0.8.10
32222025-01-14T20:08:31.110Z Compiling regex-syntax v0.6.29
32232025-01-14T20:08:31.257Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32242025-01-14T20:08:31.301Z Compiling ref-cast v1.0.23
32252025-01-14T20:08:31.373Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32262025-01-14T20:08:31.390Z Compiling derive_builder_core v0.20.2
32272025-01-14T20:08:31.486Z Compiling libxml v0.3.3
32282025-01-14T20:08:31.543Z Compiling ref-cast-impl v1.0.23
32292025-01-14T20:08:31.654Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32302025-01-14T20:08:31.904Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32312025-01-14T20:08:31.923Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32322025-01-14T20:08:32.119Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32332025-01-14T20:08:32.199Z Compiling strum_macros v0.24.3
32342025-01-14T20:08:32.218Z Compiling samael v0.0.17
32352025-01-14T20:08:32.440Z Compiling diesel_derives v2.2.3
32362025-01-14T20:08:32.572Z Compiling indoc v1.0.9
32372025-01-14T20:08:33.537Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32382025-01-14T20:08:33.832Z Compiling impl-trait-for-tuples v0.2.2
32392025-01-14T20:08:33.851Z Compiling derive_builder_macro v0.20.2
32402025-01-14T20:08:34.662Z Compiling lalrpop v0.19.12
32412025-01-14T20:08:34.752Z Checking derive_builder v0.20.2
32422025-01-14T20:08:34.904Z Compiling oso-derive v0.27.3
32432025-01-14T20:08:35.383Z Checking quick-xml v0.33.0
32442025-01-14T20:08:35.905Z Compiling diesel-dtrace v0.4.2
32452025-01-14T20:08:35.955Z Checking maplit v1.0.2
32462025-01-14T20:08:36.107Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32472025-01-14T20:08:36.294Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32482025-01-14T20:08:36.379Z Checking bb8 v0.8.5
32492025-01-14T20:08:36.614Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32502025-01-14T20:08:36.885Z Checking rand_seeder v0.3.0
32512025-01-14T20:08:36.940Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32522025-01-14T20:08:37.115Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32532025-01-14T20:08:37.152Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32542025-01-14T20:08:37.375Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32552025-01-14T20:08:37.657Z Checking smawk v0.3.2
32562025-01-14T20:08:37.812Z Checking is_ci v1.2.0
32572025-01-14T20:08:37.870Z Checking unicode-linebreak v0.1.5
32582025-01-14T20:08:37.961Z Checking supports-color v3.0.1
32592025-01-14T20:08:38.189Z Checking multimap v0.10.0
32602025-01-14T20:08:38.297Z Checking textwrap v0.16.1
32612025-01-14T20:08:39.129Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32622025-01-14T20:08:41.703Z Checking diesel v2.2.6
32632025-01-14T20:09:08.336Z Compiling polar-core v0.27.3
32642025-01-14T20:09:11.494Z Checking async-bb8-diesel v0.2.1
32652025-01-14T20:09:15.954Z Checking oso v0.27.3
32662025-01-14T20:10:24.944Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32672025-01-14T20:10:31.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32682025-01-14T20:10:31.446Z
32692025-01-14T20:10:31.446Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176)
32702025-01-14T20:10:32.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-01-14T20:10:32.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-01-14T20:10:32.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-01-14T20:10:32.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32742025-01-14T20:10:32.140Z
32752025-01-14T20:10:32.140Zinfo: running `cargo check --bins` on nexus-saga-recovery (145/176)
32762025-01-14T20:10:32.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-14T20:10:32.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-14T20:10:32.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-01-14T20:10:32.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32802025-01-14T20:10:32.850Z
32812025-01-14T20:10:32.850Zinfo: running `cargo check --bins` on nexus-test-utils-macros (146/176)
32822025-01-14T20:10:33.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-01-14T20:10:33.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-01-14T20:10:33.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852025-01-14T20:10:33.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32862025-01-14T20:10:33.487Z
32872025-01-14T20:10:33.487Zinfo: running `cargo check --bins` on omicron-nexus (147/176)
32882025-01-14T20:10:34.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-01-14T20:10:34.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-01-14T20:10:34.321Z Compiling libz-sys v1.1.20
32912025-01-14T20:10:34.437Z Compiling libgit2-sys v0.17.0+1.8.1
32922025-01-14T20:10:34.450Z Compiling vergen v8.3.2
32932025-01-14T20:10:34.453Z Compiling cargo-platform v0.1.8
32942025-01-14T20:10:34.453Z Compiling pin-project-internal v1.1.6
32952025-01-14T20:10:34.490Z Compiling libsqlite3-sys v0.30.1
32962025-01-14T20:10:34.493Z Compiling snafu-derive v0.8.5
32972025-01-14T20:10:34.504Z Compiling rustls v0.21.12
32982025-01-14T20:10:34.745Z Compiling buf-list v1.0.3
32992025-01-14T20:10:34.792Z Compiling cargo_metadata v0.18.1
33002025-01-14T20:10:34.979Z Compiling cfg_aliases v0.2.1
33012025-01-14T20:10:35.078Z Checking globset v0.4.15
33022025-01-14T20:10:35.098Z Compiling nix v0.29.0
33032025-01-14T20:10:35.415Z Checking olpc-cjson v0.1.4
33042025-01-14T20:10:35.449Z Checking rustls-webpki v0.101.7
33052025-01-14T20:10:35.557Z Checking sct v0.7.1
33062025-01-14T20:10:35.638Z Checking serde_plain v1.0.2
33072025-01-14T20:10:35.772Z Checking typed-path v0.9.3
33082025-01-14T20:10:36.204Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33092025-01-14T20:10:36.410Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33102025-01-14T20:10:36.493Z Checking hashlink v0.9.1
33112025-01-14T20:10:36.664Z Checking fallible-streaming-iterator v0.1.9
33122025-01-14T20:10:36.853Z Checking fallible-iterator v0.3.0
33132025-01-14T20:10:37.143Z Checking parse-size v1.1.0
33142025-01-14T20:10:37.467Z Checking rusqlite v0.32.1
33152025-01-14T20:10:37.576Z Checking pin-project v1.1.6
33162025-01-14T20:10:37.712Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33172025-01-14T20:10:37.763Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33182025-01-14T20:10:37.918Z Checking rustls-pemfile v1.0.4
33192025-01-14T20:10:38.112Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33202025-01-14T20:10:38.542Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33212025-01-14T20:10:38.699Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33222025-01-14T20:10:38.746Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
33232025-01-14T20:10:38.800Z Checking twox-hash v1.6.3
33242025-01-14T20:10:38.871Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33252025-01-14T20:10:39.030Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33262025-01-14T20:10:39.270Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33272025-01-14T20:10:39.472Z Checking tokio-rustls v0.24.1
33282025-01-14T20:10:39.820Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33292025-01-14T20:10:39.841Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33302025-01-14T20:10:39.843Z Checking fatfs v0.3.6
33312025-01-14T20:10:39.994Z Checking snafu v0.8.5
33322025-01-14T20:10:40.479Z Checking tough v0.19.0
33332025-01-14T20:10:40.786Z Checking assert_matches v1.5.0
33342025-01-14T20:10:44.739Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33352025-01-14T20:10:46.078Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
33362025-01-14T20:10:47.086Z Compiling git2 v0.19.0
33372025-01-14T20:10:51.947Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33382025-01-14T20:11:47.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
33392025-01-14T20:11:47.317Z
33402025-01-14T20:11:47.317Zinfo: running `cargo check --bins` on nexus-external-api (148/176)
33412025-01-14T20:11:47.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422025-01-14T20:11:47.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432025-01-14T20:11:47.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442025-01-14T20:11:47.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
33452025-01-14T20:11:48.022Z
33462025-01-14T20:11:48.022Zinfo: running `cargo check --bins` on openapi-manager-types (149/176)
33472025-01-14T20:11:48.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-01-14T20:11:48.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-01-14T20:11:48.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502025-01-14T20:11:48.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33512025-01-14T20:11:48.649Z
33522025-01-14T20:11:48.650Zinfo: running `cargo check --bins` on nexus-internal-api (150/176)
33532025-01-14T20:11:49.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542025-01-14T20:11:49.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552025-01-14T20:11:49.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562025-01-14T20:11:49.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33572025-01-14T20:11:49.309Z
33582025-01-14T20:11:49.309Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (151/176)
33592025-01-14T20:11:49.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602025-01-14T20:11:49.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612025-01-14T20:11:49.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622025-01-14T20:11:49.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33632025-01-14T20:11:50.003Z
33642025-01-14T20:11:50.003Zinfo: running `cargo check --bins` on nexus-networking (152/176)
33652025-01-14T20:11:50.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662025-01-14T20:11:50.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672025-01-14T20:11:50.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682025-01-14T20:11:50.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33692025-01-14T20:11:50.702Z
33702025-01-14T20:11:50.702Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (153/176)
33712025-01-14T20:11:51.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722025-01-14T20:11:51.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732025-01-14T20:11:51.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742025-01-14T20:11:51.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33752025-01-14T20:11:51.378Z
33762025-01-14T20:11:51.378Zinfo: running `cargo check --bins` on update-common (154/176)
33772025-01-14T20:11:51.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782025-01-14T20:11:51.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792025-01-14T20:11:51.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802025-01-14T20:11:51.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33812025-01-14T20:11:52.040Z
33822025-01-14T20:11:52.040Zinfo: running `cargo check --bins` on tufaceous-lib (155/176)
33832025-01-14T20:11:52.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842025-01-14T20:11:52.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852025-01-14T20:11:52.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862025-01-14T20:11:52.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33872025-01-14T20:11:52.725Z
33882025-01-14T20:11:52.725Zinfo: running `cargo check --bins` on tufaceous (156/176)
33892025-01-14T20:11:53.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902025-01-14T20:11:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912025-01-14T20:11:53.427Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
33922025-01-14T20:11:54.720Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33932025-01-14T20:11:55.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
33942025-01-14T20:11:55.822Z
33952025-01-14T20:11:55.822Zinfo: running `cargo check --bins` on omicron-dev (157/176)
33962025-01-14T20:11:56.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-01-14T20:11:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-01-14T20:11:56.681Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33992025-01-14T20:11:56.684Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34002025-01-14T20:11:56.820Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34012025-01-14T20:11:56.823Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
34022025-01-14T20:11:57.866Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34032025-01-14T20:12:25.107Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34042025-01-14T20:12:25.109Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34052025-01-14T20:12:25.109Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34062025-01-14T20:12:25.109Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34072025-01-14T20:12:25.109Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
34082025-01-14T20:12:25.968Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34092025-01-14T20:12:27.296Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34102025-01-14T20:13:07.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s
34112025-01-14T20:13:07.731Z
34122025-01-14T20:13:07.731Zinfo: running `cargo check --bins` on openapi-manager (158/176)
34132025-01-14T20:13:08.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-01-14T20:13:08.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-01-14T20:13:08.466Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34162025-01-14T20:13:08.475Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34172025-01-14T20:13:08.475Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
34182025-01-14T20:13:08.595Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
34192025-01-14T20:13:08.597Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34202025-01-14T20:13:08.618Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34212025-01-14T20:13:08.621Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
34222025-01-14T20:13:08.632Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34232025-01-14T20:13:08.760Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34242025-01-14T20:13:08.843Z Checking heck v0.4.1
34252025-01-14T20:13:08.890Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34262025-01-14T20:13:09.067Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
34272025-01-14T20:13:09.245Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
34282025-01-14T20:13:09.298Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
34292025-01-14T20:13:09.733Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302025-01-14T20:13:10.011Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34312025-01-14T20:13:10.106Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34322025-01-14T20:13:11.584Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34332025-01-14T20:13:11.869Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34342025-01-14T20:13:12.579Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34352025-01-14T20:13:12.659Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
34362025-01-14T20:13:14.515Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34372025-01-14T20:13:14.524Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382025-01-14T20:13:15.948Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34392025-01-14T20:13:17.546Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
34402025-01-14T20:13:23.901Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34412025-01-14T20:13:23.905Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34422025-01-14T20:13:25.195Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
34432025-01-14T20:13:26.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s
34442025-01-14T20:13:26.506Z
34452025-01-14T20:13:26.506Zinfo: running `cargo check --bins` on installinator-api (159/176)
34462025-01-14T20:13:27.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472025-01-14T20:13:27.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482025-01-14T20:13:27.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492025-01-14T20:13:27.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34502025-01-14T20:13:27.173Z
34512025-01-14T20:13:27.173Zinfo: running `cargo check --bins` on wicketd-api (160/176)
34522025-01-14T20:13:27.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532025-01-14T20:13:27.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542025-01-14T20:13:27.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552025-01-14T20:13:27.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34562025-01-14T20:13:27.849Z
34572025-01-14T20:13:27.852Zinfo: running `cargo check --bins` on reconfigurator-cli (161/176)
34582025-01-14T20:13:28.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592025-01-14T20:13:28.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602025-01-14T20:13:28.560Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34612025-01-14T20:13:28.561Z Compiling petname v2.0.2
34622025-01-14T20:13:28.562Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34632025-01-14T20:13:28.562Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34642025-01-14T20:13:28.572Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34652025-01-14T20:13:28.572Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34662025-01-14T20:13:28.572Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34672025-01-14T20:13:28.693Z Checking sync-ptr v0.1.1
34682025-01-14T20:13:36.532Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34692025-01-14T20:13:37.090Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34702025-01-14T20:13:37.090Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34712025-01-14T20:13:37.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s
34722025-01-14T20:13:38.025Z
34732025-01-14T20:13:38.025Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176)
34742025-01-14T20:13:38.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752025-01-14T20:13:38.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762025-01-14T20:13:38.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772025-01-14T20:13:38.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34782025-01-14T20:13:38.710Z
34792025-01-14T20:13:38.710Zinfo: running `cargo check --bins` on omicron-releng (163/176)
34802025-01-14T20:13:39.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-01-14T20:13:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-01-14T20:13:39.397Z Checking memmap2 v0.9.5
34832025-01-14T20:13:39.397Z Checking arrayvec v0.7.6
34842025-01-14T20:13:39.397Z Checking constant_time_eq v0.3.1
34852025-01-14T20:13:39.397Z Checking arrayref v0.3.9
34862025-01-14T20:13:39.400Z Checking topological-sort v0.2.2
34872025-01-14T20:13:39.501Z Checking shell-words v1.1.0
34882025-01-14T20:13:39.807Z Checking blake3 v1.5.4
34892025-01-14T20:13:40.161Z Checking omicron-zone-package v0.12.0
34902025-01-14T20:13:41.417Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34912025-01-14T20:13:42.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
34922025-01-14T20:13:42.543Z
34932025-01-14T20:13:42.543Zinfo: running `cargo check --bins` on xtask (164/176)
34942025-01-14T20:13:42.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-01-14T20:13:42.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-01-14T20:13:43.004Z Checking bitflags v2.6.0
34972025-01-14T20:13:43.007Z Checking serde v1.0.215
34982025-01-14T20:13:43.007Z Checking thiserror v1.0.69
34992025-01-14T20:13:43.101Z Checking scroll v0.12.0
35002025-01-14T20:13:43.104Z Checking log v0.4.22
35012025-01-14T20:13:43.104Z Checking hashbrown v0.15.1
35022025-01-14T20:13:43.132Z Checking zerocopy v0.7.35
35032025-01-14T20:13:43.147Z Checking syn v2.0.87
35042025-01-14T20:13:43.185Z Checking pest v2.7.14
35052025-01-14T20:13:43.335Z Checking rustix v0.38.37
35062025-01-14T20:13:43.369Z Checking once_cell v1.20.2
35072025-01-14T20:13:43.562Z Checking goblin v0.8.2
35082025-01-14T20:13:43.680Z Checking fs-err v2.11.0
35092025-01-14T20:13:44.000Z Checking anyhow v1.0.93
35102025-01-14T20:13:44.190Z Checking indexmap v2.6.0
35112025-01-14T20:13:44.365Z Checking tabled v0.15.0
35122025-01-14T20:13:45.352Z Checking terminal_size v0.4.0
35132025-01-14T20:13:45.352Z Checking tempfile v3.13.0
35142025-01-14T20:13:45.528Z Checking clap_builder v4.5.21
35152025-01-14T20:13:45.554Z Checking dtrace-parser v0.2.0
35162025-01-14T20:13:47.183Z Checking serde_json v1.0.133
35172025-01-14T20:13:47.183Z Checking serde_spanned v0.6.8
35182025-01-14T20:13:47.186Z Checking toml_datetime v0.6.8
35192025-01-14T20:13:47.186Z Checking camino v1.1.9
35202025-01-14T20:13:47.186Z Checking cargo-platform v0.1.8
35212025-01-14T20:13:47.426Z Checking semver v1.0.23
35222025-01-14T20:13:47.478Z Checking macaddr v1.0.1
35232025-01-14T20:13:47.492Z Checking toml_edit v0.22.22
35242025-01-14T20:13:47.774Z Checking camino-tempfile v1.1.1
35252025-01-14T20:13:47.944Z Checking clap v4.5.21
35262025-01-14T20:13:48.486Z Checking dof v0.3.0
35272025-01-14T20:13:48.486Z Checking cargo_metadata v0.18.1
35282025-01-14T20:13:48.904Z Checking usdt-impl v0.5.0
35292025-01-14T20:13:49.257Z Checking usdt v0.5.0
35302025-01-14T20:13:49.390Z Checking toml v0.8.19
35312025-01-14T20:13:49.871Z Checking cargo_toml v0.20.5
35322025-01-14T20:13:51.137Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
35332025-01-14T20:13:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
35342025-01-14T20:13:51.864Z
35352025-01-14T20:13:51.864Zinfo: running `cargo check --bins` on end-to-end-tests (165/176)
35362025-01-14T20:13:52.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-01-14T20:13:52.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-01-14T20:13:52.662Z Checking polyval v0.6.2
35392025-01-14T20:13:52.776Z Checking ctr v0.9.2
35402025-01-14T20:13:52.789Z Checking ssh-encoding v0.2.0
35412025-01-14T20:13:52.792Z Checking blowfish v0.9.1
35422025-01-14T20:13:52.813Z Checking password-hash v0.4.2
35432025-01-14T20:13:52.816Z Checking matches v0.1.10
35442025-01-14T20:13:52.845Z Checking p256 v0.13.2
35452025-01-14T20:13:52.845Z Checking p521 v0.13.3
35462025-01-14T20:13:52.926Z Checking idna v0.2.3
35472025-01-14T20:13:52.999Z Checking ghash v0.5.1
35482025-01-14T20:13:53.017Z Checking bcrypt-pbkdf v0.10.0
35492025-01-14T20:13:53.044Z Compiling enum-as-inner v0.5.1
35502025-01-14T20:13:53.125Z Checking russh-cryptovec v0.7.3
35512025-01-14T20:13:53.170Z Checking aes-gcm v0.10.3
35522025-01-14T20:13:53.227Z Checking pbkdf2 v0.11.0
35532025-01-14T20:13:53.270Z Checking md5 v0.7.0
35542025-01-14T20:13:53.328Z Checking num-bigint v0.4.6
35552025-01-14T20:13:53.347Z Checking des v0.8.1
35562025-01-14T20:13:53.413Z Checking ssh-cipher v0.2.0
35572025-01-14T20:13:53.492Z Compiling dhcproto-macros v0.1.0
35582025-01-14T20:13:53.566Z Checking hex-literal v0.4.1
35592025-01-14T20:13:53.627Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35602025-01-14T20:13:53.697Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35612025-01-14T20:13:53.715Z Checking ssh-key v0.6.6
35622025-01-14T20:13:53.778Z Checking internet-checksum v0.2.1
35632025-01-14T20:13:54.069Z Checking trust-dns-proto v0.22.0
35642025-01-14T20:13:55.023Z Checking russh-keys v0.45.0
35652025-01-14T20:13:55.967Z Checking russh v0.45.0
35662025-01-14T20:13:56.619Z Checking dhcproto v0.12.0
35672025-01-14T20:14:14.312Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35682025-01-14T20:14:15.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s
35692025-01-14T20:14:15.957Z
35702025-01-14T20:14:15.957Zinfo: running `cargo check --bins` on gateway-cli (166/176)
35712025-01-14T20:14:16.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722025-01-14T20:14:16.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732025-01-14T20:14:16.606Z Checking termios v0.3.3
35742025-01-14T20:14:16.824Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35752025-01-14T20:14:17.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
35762025-01-14T20:14:17.781Z
35772025-01-14T20:14:17.781Zinfo: running `cargo check --bins --no-default-features` on installinator (167/176)
35782025-01-14T20:14:18.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792025-01-14T20:14:18.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802025-01-14T20:14:18.499Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35812025-01-14T20:14:18.500Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
35822025-01-14T20:14:18.503Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35832025-01-14T20:14:18.503Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35842025-01-14T20:14:19.589Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35852025-01-14T20:14:20.935Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35862025-01-14T20:14:22.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
35872025-01-14T20:14:23.070Z
35882025-01-14T20:14:23.070Zinfo: running `cargo check --bins` on internal-dns-cli (168/176)
35892025-01-14T20:14:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-01-14T20:14:23.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-01-14T20:14:23.740Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35922025-01-14T20:14:24.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
35932025-01-14T20:14:24.511Z
35942025-01-14T20:14:24.511Zinfo: running `cargo check --bins` on omicron-live-tests (169/176)
35952025-01-14T20:14:24.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-14T20:14:24.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-14T20:14:24.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-14T20:14:24.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35992025-01-14T20:14:25.047Z
36002025-01-14T20:14:25.047Zinfo: running `cargo check --bins` on live-tests-macros (170/176)
36012025-01-14T20:14:25.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-14T20:14:25.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-14T20:14:25.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-01-14T20:14:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36052025-01-14T20:14:25.673Z
36062025-01-14T20:14:25.673Zinfo: running `cargo check --bins` on omicron-package (171/176)
36072025-01-14T20:14:26.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-01-14T20:14:26.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-01-14T20:14:26.357Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
36102025-01-14T20:14:27.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
36112025-01-14T20:14:27.964Z
36122025-01-14T20:14:27.964Zinfo: running `cargo check --bins` on wicket-dbg (172/176)
36132025-01-14T20:14:28.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142025-01-14T20:14:28.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152025-01-14T20:14:28.687Z Checking rtoolbox v0.0.2
36162025-01-14T20:14:28.690Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36172025-01-14T20:14:28.690Z Checking tui-tree-widget v0.22.0
36182025-01-14T20:14:28.920Z Checking rpassword v7.3.1
36192025-01-14T20:14:33.139Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36202025-01-14T20:14:36.233Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36212025-01-14T20:14:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s
36222025-01-14T20:14:37.684Z
36232025-01-14T20:14:37.684Zinfo: running `cargo check --bins` on wicket (173/176)
36242025-01-14T20:14:38.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-01-14T20:14:38.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-01-14T20:14:38.405Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36272025-01-14T20:14:38.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s
36282025-01-14T20:14:39.051Z
36292025-01-14T20:14:39.051Zinfo: running `cargo check --bins` on wicketd (174/176)
36302025-01-14T20:14:39.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312025-01-14T20:14:39.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322025-01-14T20:14:39.785Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
36332025-01-14T20:14:39.785Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
36342025-01-14T20:14:40.671Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36352025-01-14T20:14:44.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
36362025-01-14T20:14:44.855Z
36372025-01-14T20:14:44.855Zinfo: running `cargo check --bins` on omicron-workspace-hack (175/176)
36382025-01-14T20:14:45.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392025-01-14T20:14:45.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402025-01-14T20:14:45.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412025-01-14T20:14:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36422025-01-14T20:14:45.482Z
36432025-01-14T20:14:45.482Zinfo: running `cargo check --bins` on zone-setup (176/176)
36442025-01-14T20:14:46.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452025-01-14T20:14:46.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462025-01-14T20:14:46.233Z Checking uzers v0.12.1
36472025-01-14T20:14:46.579Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36482025-01-14T20:14:47.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
36492025-01-14T20:14:47.991Z
36502025-01-14T20:14:47.991Zreal 13:56.317487662
36512025-01-14T20:14:47.991Zuser 25:54.469176062
36522025-01-14T20:14:47.991Zsys 5:51.862040824
36532025-01-14T20:14:47.991Ztrap 0.494572185
36542025-01-14T20:14:47.991Ztflt 2.518619003
36552025-01-14T20:14:47.991Zdflt 3.004045670
36562025-01-14T20:14:47.991Zkflt 0.001106780
36572025-01-14T20:14:47.991Zlock 50:22.291037671
36582025-01-14T20:14:47.991Zslp 2:16:03.050166750
36592025-01-14T20:14:47.995Zlat 1:04.983671442
36602025-01-14T20:14:47.996Zstop 3:35.652018815
36612025-01-14T20:14:47.996Zprocess exited: duration 1134064 ms, exit code 0
 
36622025-01-14T20:14:48.002Zfound 0 output files