01JJQFY1T3VD826MNG71T84J0C: 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: 01JJQFYE63VT84Y2D42TNP3N03

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T22:20:02.676Zjob assigned to worker 01JJQFYQSHRGDW2D0B8ER50PTP [factory aws, i-05d00ac94847c25b6] (queued for 53 s)
 
22025-01-28T22:20:10.738Zstarting task 0: "setup"
32025-01-28T22:20:10.747Z++ uname -s
42025-01-28T22:20:10.751Z+ kern=SunOS
52025-01-28T22:20:10.751Z+ case "$kern" in
62025-01-28T22:20:10.751Z+ groupadd -g 12345 build
72025-01-28T22:20:10.754Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T22:20:12.760Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T22:20:12.862Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T22:20:12.865Z+ home_fs=zfs
112025-01-28T22:20:12.865Z+ [[ zfs == autofs ]]
122025-01-28T22:20:12.865Z+ mkdir -p /home/build
132025-01-28T22:20:12.867Z+ chown build:build /home/build /work
142025-01-28T22:20:14.869Z+ chmod 0700 /home/build /work
152025-01-28T22:20:14.872Zprocess exited: duration 4135 ms, exit code 0
 
162025-01-28T22:20:14.877Zstarting task 1: "rust-toolchain"
172025-01-28T22:20:14.882Z+ printf ' * toolchain channel = "%s"
182025-01-28T22:20:14.882Z' 1.84.0
192025-01-28T22:20:14.882Z * toolchain channel = "1.84.0"
202025-01-28T22:20:14.882Z+ printf ' * toolchain profile = "%s"
212025-01-28T22:20:14.882Z' default
222025-01-28T22:20:14.883Z * toolchain profile = "default"
232025-01-28T22:20:14.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T22:20:14.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T22:20:14.987Zinfo: downloading installer
262025-01-28T22:20:16.136Zinfo: profile set to 'default'
272025-01-28T22:20:16.136Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T22:20:16.139Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T22:20:16.296Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T22:20:16.296Zinfo: downloading component 'cargo'
312025-01-28T22:20:17.169Zinfo: downloading component 'clippy'
322025-01-28T22:20:17.503Zinfo: downloading component 'rust-docs'
332025-01-28T22:20:18.706Zinfo: downloading component 'rust-std'
342025-01-28T22:20:20.483Zinfo: downloading component 'rustc'
352025-01-28T22:20:27.280Zinfo: downloading component 'rustfmt'
362025-01-28T22:20:27.533Zinfo: installing component 'cargo'
372025-01-28T22:20:28.386Zinfo: installing component 'clippy'
382025-01-28T22:20:28.769Zinfo: installing component 'rust-docs'
392025-01-28T22:20:30.463Zinfo: installing component 'rust-std'
402025-01-28T22:20:32.175Zinfo: installing component 'rustc'
412025-01-28T22:20:38.230Zinfo: installing component 'rustfmt'
422025-01-28T22:20:38.564Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-28T22:20:38.564Z
442025-01-28T22:20:38.962Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T22:20:38.962Z
462025-01-28T22:20:38.965Z
472025-01-28T22:20:38.965ZRust is installed now. Great!
482025-01-28T22:20:38.965Z
492025-01-28T22:20:38.965ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T22:20:38.965Zenvironment variable. This has not been done automatically.
512025-01-28T22:20:38.965Z
522025-01-28T22:20:38.965ZTo configure your current shell, you need to source
532025-01-28T22:20:38.965Zthe corresponding env file under $HOME/.cargo.
542025-01-28T22:20:38.965Z
552025-01-28T22:20:38.965ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T22:20:38.965Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T22:20:38.965Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T22:20:39.043Z+ rustc --version
592025-01-28T22:20:39.118Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T22:20:39.122Zprocess exited: duration 24233 ms, exit code 0
 
612025-01-28T22:20:39.146Zstarting task 2: "authentication"
622025-01-28T22:20:39.169Zprocess exited: duration 22 ms, exit code 0
 
632025-01-28T22:20:39.182Zstarting task 3: "clone repository"
642025-01-28T22:20:39.186Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-28T22:20:39.189Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-28T22:20:39.225ZCloning into '/work/oxidecomputer/omicron'...
672025-01-28T22:20:47.373Z+ cd /work/oxidecomputer/omicron
682025-01-28T22:20:47.373Z+ git fetch origin 567ca7f7404284ff7e907d2d9034b4dd51a6c194
692025-01-28T22:20:47.735ZFrom https://github.com/oxidecomputer/omicron
702025-01-28T22:20:47.735Z * branch 567ca7f7404284ff7e907d2d9034b4dd51a6c194 -> FETCH_HEAD
712025-01-28T22:20:47.745Z+ [[ -n bump-console-288f1c1b ]]
722025-01-28T22:20:47.748Z++ git branch --show-current
732025-01-28T22:20:47.751Z+ current=main
742025-01-28T22:20:47.751Z+ [[ main != bump-console-288f1c1b ]]
752025-01-28T22:20:47.751Z+ git branch -f bump-console-288f1c1b 567ca7f7404284ff7e907d2d9034b4dd51a6c194
762025-01-28T22:20:47.754Z+ git checkout -f bump-console-288f1c1b
772025-01-28T22:20:47.938ZSwitched to branch 'bump-console-288f1c1b'
782025-01-28T22:20:47.940Z+ git reset --hard 567ca7f7404284ff7e907d2d9034b4dd51a6c194
792025-01-28T22:20:47.953ZHEAD is now at 567ca7f74 Bump web console
802025-01-28T22:20:47.956Zprocess exited: duration 8772 ms, exit code 0
 
812025-01-28T22:20:47.961Zstarting task 4: "build"
822025-01-28T22:20:47.968Z+ source .github/buildomat/ci-env.sh
832025-01-28T22:20:47.968Z++ export CARGO_TERM_COLOR=always
842025-01-28T22:20:47.968Z++ CARGO_TERM_COLOR=always
852025-01-28T22:20:47.968Z+ cargo --version
862025-01-28T22:20:48.030Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-28T22:20:48.045Z+ rustc --version
882025-01-28T22:20:48.096Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-28T22:20:48.099Z+ source ./env.sh
902025-01-28T22:20:48.101Z++ OLD_SHELL_OPTS=ehxB
912025-01-28T22:20:48.101Z++ set -o xtrace
922025-01-28T22:20:48.107Z++++ dirname ./env.sh
932025-01-28T22:20:48.107Z+++ readlink -f .
942025-01-28T22:20:48.110Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.110Z++ 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-28T22:20:48.111Z++ case $OLD_SHELL_OPTS in
1042025-01-28T22:20:48.111Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-28T22:20:48.111Z+ 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-28T22:20:48.111Z+ 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-28T22:20:48.111Z+ banner prerequisites
1082025-01-28T22:20:48.116Z
1092025-01-28T22:20:48.116Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-28T22:20:48.116Z # # # # # # # # # # # # # # #
1112025-01-28T22:20:48.116Z # # # # ##### # # ##### # # # # # #### #
1122025-01-28T22:20:48.116Z ##### ##### # ##### # # # # # # # # #
1132025-01-28T22:20:48.116Z # # # # # # # # # # # # # # #
1142025-01-28T22:20:48.116Z # # # ###### # # ###### ### # #### # #### #
1152025-01-28T22:20:48.116Z
1162025-01-28T22:20:48.116Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-28T22:20:49.699Zpkg list: illegal option -- F
1182025-01-28T22:20:49.699ZUsage:
1192025-01-28T22:20:49.710Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-28T22:20:49.710Z [pkg_fmri_pattern ...]
1212025-01-28T22:20:50.575Zpkg list: illegal option -- F
1222025-01-28T22:20:50.575ZUsage:
1232025-01-28T22:20:50.578Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-28T22:20:50.578Z [pkg_fmri_pattern ...]
1252025-01-28T22:20:58.137Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-28T22:21:02.291Z Startup: Caching catalogs ... Done
1272025-01-28T22:21:13.876ZPlanning: Solver setup ... Done (10.783s)
1282025-01-28T22:21:14.027ZPlanning: Running solver ... Done (0.150s)
1292025-01-28T22:21:14.141ZPlanning: Finding local manifests ... Done (0.006s)
1302025-01-28T22:21:14.153ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-28T22:21:14.396ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-28T22:21:14.504ZPlanning: Package planning ... Done (0.108s)
1332025-01-28T22:21:14.561ZPlanning: Merging actions ... Done (0.056s)
1342025-01-28T22:21:14.755ZPlanning: Checking for conflicting actions ... Done (0.195s)
1352025-01-28T22:21:16.748ZPlanning: Consolidating action changes ... Done (1.992s)
1362025-01-28T22:21:17.178ZPlanning: Evaluating mediators ... Done (0.430s)
1372025-01-28T22:21:17.261ZPlanning: Planning completed in 14.89 seconds
1382025-01-28T22:21:17.277Z Packages to install: 4
1392025-01-28T22:21:17.277Z Packages to update: 3
1402025-01-28T22:21:17.280Z Mediators to change: 2
1412025-01-28T22:21:17.280Z Services to change: 1
1422025-01-28T22:21:17.280Z Estimated space available: 155.61 GB
1432025-01-28T22:21:17.281ZEstimated space to be consumed: 1.64 GB
1442025-01-28T22:21:17.281Z Create boot environment: No
1452025-01-28T22:21:17.281ZCreate backup boot environment: Yes
1462025-01-28T22:21:17.281Z Rebuild boot archive: No
1472025-01-28T22:21:17.281Z
1482025-01-28T22:21:17.281ZChanged mediators:
1492025-01-28T22:21:17.281Z mediator clang:
1502025-01-28T22:21:17.281Z version: None -> 15 (system default)
1512025-01-28T22:21:17.281Z
1522025-01-28T22:21:17.281Z mediator llvm:
1532025-01-28T22:21:17.281Z version: 14 (system default) -> 15 (system default)
1542025-01-28T22:21:17.281Z
1552025-01-28T22:21:17.282ZChanged packages:
1562025-01-28T22:21:17.282Zhelios-dev
1572025-01-28T22:21:17.282Z developer/build-essential
1582025-01-28T22:21:17.282Z None -> 11-2.0
1592025-01-28T22:21:17.282Z library/libxmlsec1
1602025-01-28T22:21:17.282Z None -> 1.2.35-2.0
1612025-01-28T22:21:17.282Z ooce/developer/clang-15
1622025-01-28T22:21:17.282Z None -> 15.0.7-2.0
1632025-01-28T22:21:17.282Z ooce/developer/llvm-15
1642025-01-28T22:21:17.282Z None -> 15.0.7-2.0
1652025-01-28T22:21:17.282Z package/pkg
1662025-01-28T22:21:17.282Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-28T22:21:17.282Z system/library/g++-runtime
1682025-01-28T22:21:17.282Z 13-2.0 -> 14-2.0
1692025-01-28T22:21:17.282Z system/library/gcc-runtime
1702025-01-28T22:21:17.282Z 13-2.0 -> 14-2.0
1712025-01-28T22:21:17.282Z
1722025-01-28T22:21:17.282ZServices:
1732025-01-28T22:21:17.282Z restart_fmri:
1742025-01-28T22:21:17.282Z svc:/system/update-man-index:default
1752025-01-28T22:21:17.282Z
1762025-01-28T22:21:17.283ZEditable files to change:
1772025-01-28T22:21:17.283Z Update:
1782025-01-28T22:21:17.283Z usr/share/lib/pkg/web/config.shtml
1792025-01-28T22:21:17.362Z
1802025-01-28T22:21:17.362ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-28T22:21:22.619ZDownload: 1198/4301 items 72.2/225.4MB 32% complete (16.0M/s)
1822025-01-28T22:21:27.682ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (12.5M/s)
1832025-01-28T22:21:32.693ZDownload: 2507/4301 items 120.1/225.4MB 53% complete (4.8M/s)
1842025-01-28T22:21:37.696ZDownload: 3102/4301 items 135.3/225.4MB 60% complete (1.5M/s)
1852025-01-28T22:21:49.687ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.6M/s)
1862025-01-28T22:21:54.701ZDownload: 3623/4301 items 216.0/225.4MB 95% complete (2.8M/s)
1872025-01-28T22:22:03.837ZDownload: 4203/4301 items 220.6/225.4MB 97% complete (2.4M/s)
1882025-01-28T22:22:16.634ZDownload: 4204/4301 items 220.6/225.4MB 97% complete
1892025-01-28T22:22:18.748ZDownload: Completed 225.42 MB in 61.38 seconds (3.7M/s)
1902025-01-28T22:22:20.889Z Actions: 1/5122 actions (Removing old actions)
1912025-01-28T22:22:20.910Z Actions: 194/5122 actions (Installing new actions)
1922025-01-28T22:22:25.687Z Actions: 4267/5122 actions (Updating modified actions)
1932025-01-28T22:22:26.041Z Actions: Completed 5122 actions in 5.15 seconds.
1942025-01-28T22:22:26.450Z Done (0.400s)
1952025-01-28T22:22:26.453Z Done (0.002s)
1962025-01-28T22:22:27.029Z Done (0.576s)
1972025-01-28T22:22:31.560Z Done (4.298s)
1982025-01-28T22:22:31.645Z Done (0.018s)
1992025-01-28T22:22:31.647Z Done (0.000s)
2002025-01-28T22:22:31.820Z Done (0.000s)
2012025-01-28T22:22:32.531ZPlanning: Evaluating mediator changes ... Done
2022025-01-28T22:22:32.694ZPlanning: Checking for conflicting actions ... Done
2032025-01-28T22:22:32.697ZPlanning: Consolidating action changes ... Done
2042025-01-28T22:22:32.964ZPlanning: Evaluating mediators ... Done
2052025-01-28T22:22:32.966ZPlanning: Planning completed in 0.43 seconds
2062025-01-28T22:22:33.005Z Mediators to change: 2
2072025-01-28T22:22:33.005Z Create boot environment: No
2082025-01-28T22:22:33.005ZCreate backup boot environment: No
2092025-01-28T22:22:33.085Z Done
2102025-01-28T22:22:33.085Z Done
2112025-01-28T22:22:33.483Z Done
2122025-01-28T22:22:37.207Z Done
2132025-01-28T22:22:37.300Z Done
2142025-01-28T22:22:37.302Z Done
2152025-01-28T22:22:37.419Z Done
2162025-01-28T22:22:38.037ZPlanning: Evaluating mediator changes ... Done
2172025-01-28T22:22:38.040ZPlanning: Merging actions ... Done
2182025-01-28T22:22:38.230ZPlanning: Checking for conflicting actions ... Done
2192025-01-28T22:22:38.234ZPlanning: Consolidating action changes ... Done
2202025-01-28T22:22:38.554ZPlanning: Evaluating mediators ... Done
2212025-01-28T22:22:38.563ZPlanning: Planning completed in 0.77 seconds
2222025-01-28T22:22:38.604Z Packages to change: 1
2232025-01-28T22:22:38.604Z Mediators to change: 1
2242025-01-28T22:22:38.610Z Services to change: 1
2252025-01-28T22:22:38.610Z Create boot environment: No
2262025-01-28T22:22:38.610ZCreate backup boot environment: Yes
2272025-01-28T22:22:40.794Z Actions: 1/6 actions (Updating modified actions)
2282025-01-28T22:22:40.796Z Actions: Completed 6 actions in 0.00 seconds.
2292025-01-28T22:22:40.796Z Done
2302025-01-28T22:22:40.796Z Done
2312025-01-28T22:22:40.913Z Done
2322025-01-28T22:22:44.653Z Done
2332025-01-28T22:22:44.748Z Done
2342025-01-28T22:22:44.753Z Done
2352025-01-28T22:22:44.891Z Done
2362025-01-28T22:22:45.326ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372025-01-28T22:22:45.326Zclang system 15 system
2382025-01-28T22:22:45.326Zcsh system system illumos
2392025-01-28T22:22:45.326Zctags system system illumos
2402025-01-28T22:22:45.326Zgcc vendor 12 vendor
2412025-01-28T22:22:45.326Zgcc system 10 system
2422025-01-28T22:22:45.326Zgcc system 7 system
2432025-01-28T22:22:45.326Zgo system 1.20 system
2442025-01-28T22:22:45.326Zgo system 1.19 system
2452025-01-28T22:22:45.326Zllvm system 15 system
2462025-01-28T22:22:45.326Zllvm system 14 system
2472025-01-28T22:22:45.326Zmariadb system 10.6 system
2482025-01-28T22:22:45.327Zmta vendor vendor dma
2492025-01-28T22:22:45.327Zopenjdk system 17 system
2502025-01-28T22:22:45.327Zopenjdk system 11 system
2512025-01-28T22:22:45.327Zopenjdk system 1.8 system
2522025-01-28T22:22:45.327Zopenssl vendor 3 vendor
2532025-01-28T22:22:45.327Zperl system 5.36 system
2542025-01-28T22:22:45.327Zpostgresql system 15 system
2552025-01-28T22:22:45.327Zpostgresql system 13 system
2562025-01-28T22:22:45.327Zpython vendor 3 vendor
2572025-01-28T22:22:45.327Zpython system 2 system
2582025-01-28T22:22:45.327Zpython3 system 3.11 system
2592025-01-28T22:22:45.327Zruby system 3.0 system
2602025-01-28T22:22:45.327Zwords vendor vendor american-english
2612025-01-28T22:22:45.327Zwords system system australian-english
2622025-01-28T22:22:45.327Zwords system system british-english
2632025-01-28T22:22:45.327Zwords system system canadian-english
2642025-01-28T22:22:45.327Zwords system system french
2652025-01-28T22:22:45.327Zwords system system italian
2662025-01-28T22:22:45.327Zwords system system ngerman
2672025-01-28T22:22:45.327Zwords system system ogerman
2682025-01-28T22:22:45.327Zwords system system spanish
2692025-01-28T22:22:45.667ZPUBLISHER TYPE STATUS P LOCATION
2702025-01-28T22:22:45.667Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2712025-01-28T22:22:48.488ZFMRI IFO
2722025-01-28T22:22:48.488Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2732025-01-28T22:22:48.488Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2742025-01-28T22:22:48.488Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2752025-01-28T22:22:48.488Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2762025-01-28T22:22:48.488Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2772025-01-28T22:22:48.488Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2782025-01-28T22:22:48.488Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2792025-01-28T22:22:48.488Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2802025-01-28T22:22:48.488Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2812025-01-28T22:22:48.488Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2822025-01-28T22:22:48.488Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2832025-01-28T22:22:48.488Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2842025-01-28T22:22:48.488Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2852025-01-28T22:22:48.488Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2862025-01-28T22:22:48.488Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2872025-01-28T22:22:49.262Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2882025-01-28T22:22:49.546Z Updating crates.io index
2892025-01-28T22:22:49.579Z Updating git repository `https://github.com/oxidecomputer/diffus`
2902025-01-28T22:22:49.869Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2912025-01-28T22:22:50.700Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2922025-01-28T22:22:51.033Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2932025-01-28T22:22:51.313Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2942025-01-28T22:22:51.563Z Updating git repository `https://github.com/oxidecomputer/propolis`
2952025-01-28T22:22:52.645Z Updating git repository `https://github.com/oxidecomputer/crucible`
2962025-01-28T22:22:54.397Z Updating git repository `https://github.com/oxidecomputer/opte`
2972025-01-28T22:22:55.139Z Updating git repository `https://github.com/oxidecomputer/falcon`
2982025-01-28T22:22:56.318Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992025-01-28T22:22:56.651Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002025-01-28T22:22:57.034Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3012025-01-28T22:22:57.770Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3022025-01-28T22:22:58.106Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032025-01-28T22:22:58.495Z Updating git repository `https://github.com/oxidecomputer/tofino`
3042025-01-28T22:22:58.819Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3052025-01-28T22:22:59.136Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3062025-01-28T22:22:59.394Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3072025-01-28T22:22:59.828Z Updating git repository `https://github.com/oxidecomputer/lldp`
3082025-01-28T22:23:00.167Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-01-28T22:23:00.432Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-01-28T22:23:00.795Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-01-28T22:23:01.219Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-01-28T22:23:01.481Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-01-28T22:23:02.036Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-01-28T22:23:02.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-01-28T22:23:02.724Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-01-28T22:23:03.126Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-01-28T22:23:03.442Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-01-28T22:23:03.692Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-01-28T22:23:03.939Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-01-28T22:23:05.167Z Downloading crates ...
3212025-01-28T22:23:05.253Z Downloaded anstream v0.6.15
3222025-01-28T22:23:05.263Z Downloaded anyhow v1.0.95
3232025-01-28T22:23:05.272Z Downloaded autocfg v1.4.0
3242025-01-28T22:23:05.352Z Downloaded swrite v0.1.0
3252025-01-28T22:23:05.355Z Downloaded anstyle-query v1.1.1
3262025-01-28T22:23:05.365Z Downloaded typenum v1.17.0
3272025-01-28T22:23:05.377Z Downloaded textwrap v0.16.1
3282025-01-28T22:23:05.381Z Downloaded tabled v0.15.0
3292025-01-28T22:23:05.397Z Downloaded scroll_derive v0.12.0
3302025-01-28T22:23:05.400Z Downloaded thiserror v1.0.69
3312025-01-28T22:23:05.403Z Downloaded unicode-linebreak v0.1.5
3322025-01-28T22:23:05.409Z Downloaded strsim v0.11.1
3332025-01-28T22:23:05.409Z Downloaded block-buffer v0.10.4
3342025-01-28T22:23:05.409Z Downloaded serde_tokenstream v0.2.2
3352025-01-28T22:23:05.413Z Downloaded toml_datetime v0.6.8
3362025-01-28T22:23:05.413Z Downloaded tabled_derive v0.7.0
3372025-01-28T22:23:05.413Z Downloaded smawk v0.3.2
3382025-01-28T22:23:05.413Z Downloaded cpufeatures v0.2.14
3392025-01-28T22:23:05.417Z Downloaded anstyle v1.0.10
3402025-01-28T22:23:05.419Z Downloaded dtrace-parser v0.2.0
3412025-01-28T22:23:05.428Z Downloaded usdt v0.5.0
3422025-01-28T22:23:05.430Z Downloaded errno v0.3.9
3432025-01-28T22:23:05.430Z Downloaded clap_lex v0.7.4
3442025-01-28T22:23:05.430Z Downloaded cfg-if v1.0.0
3452025-01-28T22:23:05.431Z Downloaded terminal_size v0.4.0
3462025-01-28T22:23:05.434Z Downloaded sha2 v0.10.8
3472025-01-28T22:23:05.434Z Downloaded crypto-common v0.1.6
3482025-01-28T22:23:05.437Z Downloaded tempfile v3.13.0
3492025-01-28T22:23:05.440Z Downloaded pretty-hex v0.4.1
3502025-01-28T22:23:05.440Z Downloaded equivalent v1.0.1
3512025-01-28T22:23:05.462Z Downloaded usdt-attr-macro v0.5.0
3522025-01-28T22:23:05.466Z Downloaded itoa v1.0.11
3532025-01-28T22:23:05.468Z Downloaded is_terminal_polyfill v1.70.1
3542025-01-28T22:23:05.468Z Downloaded thread-id v4.2.2
3552025-01-28T22:23:05.468Z Downloaded plain v0.2.3
3562025-01-28T22:23:05.472Z Downloaded cargo-platform v0.1.8
3572025-01-28T22:23:05.472Z Downloaded digest v0.10.7
3582025-01-28T22:23:05.476Z Downloaded camino-tempfile v1.1.1
3592025-01-28T22:23:05.479Z Downloaded usdt-macro v0.5.0
3602025-01-28T22:23:05.479Z Downloaded pest_meta v2.7.14
3612025-01-28T22:23:05.479Z Downloaded thiserror-impl v1.0.69
3622025-01-28T22:23:05.482Z Downloaded serde_spanned v0.6.8
3632025-01-28T22:23:05.482Z Downloaded macaddr v1.0.1
3642025-01-28T22:23:05.485Z Downloaded clap v4.5.27
3652025-01-28T22:23:05.489Z Downloaded heck v0.5.0
3662025-01-28T22:23:05.494Z Downloaded byteorder v1.5.0
3672025-01-28T22:23:05.494Z Downloaded dof v0.3.0
3682025-01-28T22:23:05.494Z Downloaded anstyle-parse v0.2.5
3692025-01-28T22:23:05.497Z Downloaded colorchoice v1.0.2
3702025-01-28T22:23:05.497Z Downloaded bitflags v2.6.0
3712025-01-28T22:23:05.501Z Downloaded proc-macro-error-attr v1.0.4
3722025-01-28T22:23:05.501Z Downloaded pest_generator v2.7.14
3732025-01-28T22:23:05.508Z Downloaded generic-array v0.14.7
3742025-01-28T22:23:05.509Z Downloaded fastrand v2.1.1
3752025-01-28T22:23:05.511Z Downloaded semver v1.0.24
3762025-01-28T22:23:05.512Z Downloaded clap_derive v4.5.24
3772025-01-28T22:23:05.512Z Downloaded version_check v0.9.5
3782025-01-28T22:23:05.512Z Downloaded fs-err v2.11.0
3792025-01-28T22:23:05.514Z Downloaded fnv v1.0.7
3802025-01-28T22:23:05.517Z Downloaded bytecount v0.6.8
3812025-01-28T22:23:05.519Z Downloaded utf8parse v0.2.2
3822025-01-28T22:23:05.519Z Downloaded usdt-impl v0.5.0
3832025-01-28T22:23:05.526Z Downloaded toml v0.8.19
3842025-01-28T22:23:05.529Z Downloaded ucd-trie v0.1.7
3852025-01-28T22:23:05.532Z Downloaded cargo_toml v0.20.5
3862025-01-28T22:23:05.532Z Downloaded memmap v0.7.0
3872025-01-28T22:23:05.534Z Downloaded once_cell v1.20.2
3882025-01-28T22:23:05.537Z Downloaded camino v1.1.9
3892025-01-28T22:23:05.537Z Downloaded heck v0.4.1
3902025-01-28T22:23:05.542Z Downloaded cargo_metadata v0.18.1
3912025-01-28T22:23:05.542Z Downloaded proc-macro-error v1.0.4
3922025-01-28T22:23:05.548Z Downloaded zerocopy-derive v0.7.35
3932025-01-28T22:23:05.552Z Downloaded scroll v0.12.0
3942025-01-28T22:23:05.556Z Downloaded unicode-ident v1.0.14
3952025-01-28T22:23:05.558Z Downloaded log v0.4.22
3962025-01-28T22:23:05.561Z Downloaded ryu v1.0.18
3972025-01-28T22:23:05.563Z Downloaded quote v1.0.38
3982025-01-28T22:23:05.569Z Downloaded pest_derive v2.7.14
3992025-01-28T22:23:05.589Z Downloaded proc-macro2 v1.0.92
4002025-01-28T22:23:05.591Z Downloaded papergrid v0.11.0
4012025-01-28T22:23:05.599Z Downloaded serde v1.0.217
4022025-01-28T22:23:05.604Z Downloaded serde_derive v1.0.217
4032025-01-28T22:23:05.607Z Downloaded indexmap v2.7.1
4042025-01-28T22:23:05.626Z Downloaded toml_edit v0.22.22
4052025-01-28T22:23:05.646Z Downloaded memchr v2.7.4
4062025-01-28T22:23:05.659Z Downloaded hashbrown v0.15.1
4072025-01-28T22:23:05.668Z Downloaded pest v2.7.14
4082025-01-28T22:23:05.687Z Downloaded clap_builder v4.5.27
4092025-01-28T22:23:05.697Z Downloaded goblin v0.8.2
4102025-01-28T22:23:05.703Z Downloaded zerocopy v0.7.35
4112025-01-28T22:23:05.717Z Downloaded winnow v0.6.20
4122025-01-28T22:23:05.725Z Downloaded serde_json v1.0.135
4132025-01-28T22:23:05.735Z Downloaded syn v1.0.109
4142025-01-28T22:23:05.745Z Downloaded unicode-width v0.1.14
4152025-01-28T22:23:05.750Z Downloaded syn v2.0.96
4162025-01-28T22:23:05.766Z Downloaded rustix v0.38.37
4172025-01-28T22:23:05.806Z Downloaded libc v0.2.169
4182025-01-28T22:23:06.120Z Compiling proc-macro2 v1.0.92
4192025-01-28T22:23:06.120Z Compiling unicode-ident v1.0.14
4202025-01-28T22:23:06.123Z Compiling serde v1.0.217
4212025-01-28T22:23:06.123Z Compiling version_check v0.9.5
4222025-01-28T22:23:06.123Z Compiling thiserror v1.0.69
4232025-01-28T22:23:06.123Z Compiling memchr v2.7.4
4242025-01-28T22:23:06.123Z Compiling libc v0.2.169
4252025-01-28T22:23:06.158Z Compiling ucd-trie v0.1.7
4262025-01-28T22:23:06.450Z Compiling ryu v1.0.18
4272025-01-28T22:23:06.805Z Compiling itoa v1.0.11
4282025-01-28T22:23:06.874Z Compiling once_cell v1.20.2
4292025-01-28T22:23:06.906Z Compiling byteorder v1.5.0
4302025-01-28T22:23:07.126Z Compiling rustix v0.38.37
4312025-01-28T22:23:07.252Z Compiling serde_json v1.0.135
4322025-01-28T22:23:07.440Z Compiling bitflags v2.6.0
4332025-01-28T22:23:07.626Z Compiling proc-macro-error-attr v1.0.4
4342025-01-28T22:23:07.705Z Compiling usdt-impl v0.5.0
4352025-01-28T22:23:07.812Z Compiling syn v1.0.109
4362025-01-28T22:23:07.908Z Compiling proc-macro-error v1.0.4
4372025-01-28T22:23:07.940Z Compiling quote v1.0.38
4382025-01-28T22:23:07.989Z Compiling utf8parse v0.2.2
4392025-01-28T22:23:08.180Z Compiling errno v0.3.9
4402025-01-28T22:23:08.198Z Compiling camino v1.1.9
4412025-01-28T22:23:08.231Z Compiling hashbrown v0.15.1
4422025-01-28T22:23:08.282Z Compiling log v0.4.22
4432025-01-28T22:23:08.381Z Compiling syn v2.0.96
4442025-01-28T22:23:08.481Z Compiling thread-id v4.2.2
4452025-01-28T22:23:08.596Z Compiling plain v0.2.3
4462025-01-28T22:23:08.624Z Compiling equivalent v1.0.1
4472025-01-28T22:23:08.777Z Compiling anstyle-parse v0.2.5
4482025-01-28T22:23:08.890Z Compiling unicode-width v0.1.14
4492025-01-28T22:23:09.138Z Compiling is_terminal_polyfill v1.70.1
4502025-01-28T22:23:09.192Z Compiling colorchoice v1.0.2
4512025-01-28T22:23:09.300Z Compiling indexmap v2.7.1
4522025-01-28T22:23:09.325Z Compiling anstyle-query v1.1.1
4532025-01-28T22:23:09.382Z Compiling autocfg v1.4.0
4542025-01-28T22:23:09.432Z Compiling winnow v0.6.20
4552025-01-28T22:23:09.463Z Compiling anstyle v1.0.10
4562025-01-28T22:23:09.492Z Compiling pretty-hex v0.4.1
4572025-01-28T22:23:09.736Z Compiling semver v1.0.24
4582025-01-28T22:23:09.978Z Compiling anstream v0.6.15
4592025-01-28T22:23:10.449Z Compiling terminal_size v0.4.0
4602025-01-28T22:23:10.526Z Compiling fs-err v2.11.0
4612025-01-28T22:23:10.727Z Compiling bytecount v0.6.8
4622025-01-28T22:23:10.770Z Compiling heck v0.4.1
4632025-01-28T22:23:10.813Z Compiling fnv v1.0.7
4642025-01-28T22:23:10.942Z Compiling clap_lex v0.7.4
4652025-01-28T22:23:10.983Z Compiling strsim v0.11.1
4662025-01-28T22:23:11.035Z Compiling heck v0.5.0
4672025-01-28T22:23:11.208Z Compiling cfg-if v1.0.0
4682025-01-28T22:23:11.244Z Compiling fastrand v2.1.1
4692025-01-28T22:23:11.322Z Compiling anyhow v1.0.95
4702025-01-28T22:23:11.529Z Compiling clap_builder v4.5.27
4712025-01-28T22:23:11.715Z Compiling tempfile v3.13.0
4722025-01-28T22:23:11.773Z Compiling papergrid v0.11.0
4732025-01-28T22:23:12.099Z Compiling memmap v0.7.0
4742025-01-28T22:23:12.289Z Compiling smawk v0.3.2
4752025-01-28T22:23:12.432Z Compiling unicode-linebreak v0.1.5
4762025-01-28T22:23:12.911Z Compiling textwrap v0.16.1
4772025-01-28T22:23:12.938Z Compiling swrite v0.1.0
4782025-01-28T22:23:13.647Z Compiling tabled_derive v0.7.0
4792025-01-28T22:23:15.200Z Compiling tabled v0.15.0
4802025-01-28T22:23:15.425Z Compiling serde_derive v1.0.217
4812025-01-28T22:23:15.425Z Compiling thiserror-impl v1.0.69
4822025-01-28T22:23:15.428Z Compiling zerocopy-derive v0.7.35
4832025-01-28T22:23:15.585Z Compiling scroll_derive v0.12.0
4842025-01-28T22:23:15.609Z Compiling clap_derive v4.5.24
4852025-01-28T22:23:16.885Z Compiling scroll v0.12.0
4862025-01-28T22:23:17.219Z Compiling zerocopy v0.7.35
4872025-01-28T22:23:17.418Z Compiling goblin v0.8.2
4882025-01-28T22:23:18.234Z Compiling pest v2.7.14
4892025-01-28T22:23:18.931Z Compiling clap v4.5.27
4902025-01-28T22:23:20.488Z Compiling pest_meta v2.7.14
4912025-01-28T22:23:21.420Z Compiling pest_generator v2.7.14
4922025-01-28T22:23:22.817Z Compiling pest_derive v2.7.14
4932025-01-28T22:23:23.488Z Compiling dtrace-parser v0.2.0
4942025-01-28T22:23:24.243Z Compiling toml_datetime v0.6.8
4952025-01-28T22:23:24.247Z Compiling serde_spanned v0.6.8
4962025-01-28T22:23:24.247Z Compiling cargo-platform v0.1.8
4972025-01-28T22:23:24.532Z Compiling serde_tokenstream v0.2.2
4982025-01-28T22:23:24.612Z Compiling toml_edit v0.22.22
4992025-01-28T22:23:24.759Z Compiling macaddr v1.0.1
5002025-01-28T22:23:24.919Z Compiling camino-tempfile v1.1.1
5012025-01-28T22:23:25.685Z Compiling dof v0.3.0
5022025-01-28T22:23:25.685Z Compiling cargo_metadata v0.18.1
5032025-01-28T22:23:27.231Z Compiling usdt-attr-macro v0.5.0
5042025-01-28T22:23:27.234Z Compiling usdt-macro v0.5.0
5052025-01-28T22:23:27.656Z Compiling toml v0.8.19
5062025-01-28T22:23:28.405Z Compiling usdt v0.5.0
5072025-01-28T22:23:28.470Z Compiling cargo_toml v0.20.5
5082025-01-28T22:23:31.153Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092025-01-28T22:23:34.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.29s
5102025-01-28T22:23:34.614Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112025-01-28T22:23:35.180Z Downloading crates ...
5122025-01-28T22:23:35.292Z Downloaded aead v0.5.2
5132025-01-28T22:23:35.298Z Downloaded assert_matches v1.5.0
5142025-01-28T22:23:35.318Z Downloaded ciborium-io v0.2.2
5152025-01-28T22:23:35.325Z Downloaded crunchy v0.2.2
5162025-01-28T22:23:35.327Z Downloaded crucible-workspace-hack v0.1.0
5172025-01-28T22:23:35.330Z Downloaded ascii-canvas v3.0.0
5182025-01-28T22:23:35.332Z Downloaded atomicwrites v0.4.4
5192025-01-28T22:23:35.332Z Downloaded async-stream-impl v0.3.6
5202025-01-28T22:23:35.336Z Downloaded cfg_aliases v0.2.1
5212025-01-28T22:23:35.339Z Downloaded hostname v0.3.1
5222025-01-28T22:23:35.341Z Downloaded hostname v0.4.0
5232025-01-28T22:23:35.344Z Downloaded hmac v0.12.1
5242025-01-28T22:23:35.346Z Downloaded atty v0.2.14
5252025-01-28T22:23:35.346Z Downloaded home v0.5.9
5262025-01-28T22:23:35.348Z Downloaded darling v0.20.10
5272025-01-28T22:23:35.356Z Downloaded cbc v0.1.2
5282025-01-28T22:23:35.359Z Downloaded ciborium-ll v0.2.2
5292025-01-28T22:23:35.362Z Downloaded bcrypt-pbkdf v0.10.0
5302025-01-28T22:23:35.365Z Downloaded convert_case v0.4.0
5312025-01-28T22:23:35.367Z Downloaded castaway v0.2.3
5322025-01-28T22:23:35.367Z Downloaded cobs v0.2.3
5332025-01-28T22:23:35.369Z Downloaded async-stream v0.3.6
5342025-01-28T22:23:35.372Z Downloaded base16ct v0.2.0
5352025-01-28T22:23:35.375Z Downloaded adler2 v2.0.0
5362025-01-28T22:23:35.379Z Downloaded cfg_aliases v0.1.1
5372025-01-28T22:23:35.388Z Downloaded addr2line v0.24.2
5382025-01-28T22:23:35.392Z Downloaded bitfield-struct v0.6.2
5392025-01-28T22:23:35.394Z Downloaded bit-vec v0.6.3
5402025-01-28T22:23:35.397Z Downloaded crossbeam-deque v0.8.5
5412025-01-28T22:23:35.399Z Downloaded constant_time_eq v0.3.1
5422025-01-28T22:23:35.402Z Downloaded bb8 v0.8.5
5432025-01-28T22:23:35.402Z Downloaded buf-list v1.0.3
5442025-01-28T22:23:35.405Z Downloaded blowfish v0.9.1
5452025-01-28T22:23:35.407Z Downloaded chacha20 v0.9.1
5462025-01-28T22:23:35.407Z Downloaded async-recursion v1.1.1
5472025-01-28T22:23:35.410Z Downloaded async-bb8-diesel v0.2.1
5482025-01-28T22:23:35.413Z Downloaded hubpack v0.1.2
5492025-01-28T22:23:35.415Z Downloaded cstr-argument v0.1.2
5502025-01-28T22:23:35.418Z Downloaded chrono-tz-build v0.4.0
5512025-01-28T22:23:35.418Z Downloaded bitfield v0.14.0
5522025-01-28T22:23:35.421Z Downloaded cassowary v0.3.0
5532025-01-28T22:23:35.421Z Downloaded array-init v0.0.4
5542025-01-28T22:23:35.423Z Downloaded bit-set v0.5.3
5552025-01-28T22:23:35.423Z Downloaded itertools v0.10.5
5562025-01-28T22:23:35.431Z Downloaded is-terminal v0.4.13
5572025-01-28T22:23:35.434Z Downloaded hyper-util v0.1.10
5582025-01-28T22:23:35.436Z Downloaded csv-core v0.1.11
5592025-01-28T22:23:35.439Z Downloaded hyper-rustls v0.27.3
5602025-01-28T22:23:35.441Z Downloaded ctr v0.9.2
5612025-01-28T22:23:35.444Z Downloaded cmake v0.1.51
5622025-01-28T22:23:35.446Z Downloaded curve25519-dalek-derive v0.1.1
5632025-01-28T22:23:35.446Z Downloaded atomic-waker v1.1.2
5642025-01-28T22:23:35.449Z Downloaded console v0.15.10
5652025-01-28T22:23:35.451Z Downloaded cexpr v0.6.0
5662025-01-28T22:23:35.454Z Downloaded block-padding v0.3.3
5672025-01-28T22:23:35.454Z Downloaded icu_normalizer_data v1.5.0
5682025-01-28T22:23:35.456Z Downloaded keccak v0.1.5
5692025-01-28T22:23:35.459Z Downloaded crc v3.2.1
5702025-01-28T22:23:35.463Z Downloaded inout v0.1.3
5712025-01-28T22:23:35.463Z Downloaded const_format_proc_macros v0.2.34
5722025-01-28T22:23:35.472Z Downloaded bitflags v1.3.2
5732025-01-28T22:23:35.472Z Downloaded http v1.2.0
5742025-01-28T22:23:35.472Z Downloaded icu_locid_transform v1.5.0
5752025-01-28T22:23:35.475Z Downloaded httpdate v1.0.3
5762025-01-28T22:23:35.478Z Downloaded icu_properties_data v1.5.0
5772025-01-28T22:23:35.487Z Downloaded is_ci v1.2.0
5782025-01-28T22:23:35.490Z Downloaded crossbeam-utils v0.8.20
5792025-01-28T22:23:35.493Z Downloaded match_cfg v0.1.0
5802025-01-28T22:23:35.495Z Downloaded ahash v0.8.11
5812025-01-28T22:23:35.498Z Downloaded lazy_static v1.5.0
5822025-01-28T22:23:35.500Z Downloaded lazycell v1.3.0
5832025-01-28T22:23:35.503Z Downloaded take_mut v0.2.2
5842025-01-28T22:23:35.503Z Downloaded http-body-util v0.1.2
5852025-01-28T22:23:35.505Z Downloaded kstat-rs v0.2.4
5862025-01-28T22:23:35.505Z Downloaded internet-checksum v0.2.1
5872025-01-28T22:23:35.508Z Downloaded instability v0.3.2
5882025-01-28T22:23:35.508Z Downloaded instant v0.1.13
5892025-01-28T22:23:35.511Z Downloaded radium v0.7.0
5902025-01-28T22:23:35.511Z Downloaded colored v2.1.0
5912025-01-28T22:23:35.513Z Downloaded indent_write v2.2.0
5922025-01-28T22:23:35.516Z Downloaded rustls-pemfile v1.0.4
5932025-01-28T22:23:35.518Z Downloaded managed v0.8.0
5942025-01-28T22:23:35.518Z Downloaded hickory-client v0.24.2
5952025-01-28T22:23:35.522Z Downloaded libsw v3.3.1
5962025-01-28T22:23:35.525Z Downloaded cookie v0.18.1
5972025-01-28T22:23:35.528Z Downloaded indoc v1.0.9
5982025-01-28T22:23:35.530Z Downloaded bcs v0.1.6
5992025-01-28T22:23:35.533Z Downloaded write16 v1.0.0
6002025-01-28T22:23:35.535Z Downloaded signal-hook-registry v1.4.2
6012025-01-28T22:23:35.535Z Downloaded signal-hook-mio v0.2.4
6022025-01-28T22:23:35.538Z Downloaded slog-stdlog v4.1.1
6032025-01-28T22:23:35.541Z Downloaded serde-hex v0.1.0
6042025-01-28T22:23:35.542Z Downloaded smf v0.2.3
6052025-01-28T22:23:35.544Z Downloaded sec1 v0.7.3
6062025-01-28T22:23:35.544Z Downloaded newtype_derive v0.1.6
6072025-01-28T22:23:35.547Z Downloaded md5 v0.7.0
6082025-01-28T22:23:35.547Z Downloaded newline-converter v0.3.0
6092025-01-28T22:23:35.549Z Downloaded new_debug_unreachable v1.0.6
6102025-01-28T22:23:35.549Z Downloaded mirai-annotations v1.12.0
6112025-01-28T22:23:35.552Z Downloaded hyper-staticfile v0.10.1
6122025-01-28T22:23:35.552Z Downloaded linked-hash-map v0.5.6
6132025-01-28T22:23:35.554Z Downloaded ipnetwork v0.20.0
6142025-01-28T22:23:35.557Z Downloaded allocator-api2 v0.2.18
6152025-01-28T22:23:35.560Z Downloaded mime v0.3.17
6162025-01-28T22:23:35.560Z Downloaded lru-cache v0.1.2
6172025-01-28T22:23:35.562Z Downloaded ssh-cipher v0.2.0
6182025-01-28T22:23:35.565Z Downloaded foreign-types-shared v0.1.1
6192025-01-28T22:23:35.565Z Downloaded clang-sys v1.8.1
6202025-01-28T22:23:35.567Z Downloaded cancel-safe-futures v0.1.5
6212025-01-28T22:23:35.570Z Downloaded thiserror-impl v2.0.11
6222025-01-28T22:23:35.573Z Downloaded tabwriter v1.4.0
6232025-01-28T22:23:35.575Z Downloaded string_cache v0.8.7
6242025-01-28T22:23:35.575Z Downloaded nanorand v0.7.0
6252025-01-28T22:23:35.578Z Downloaded jobserver v0.1.32
6262025-01-28T22:23:35.580Z Downloaded headers-core v0.3.0
6272025-01-28T22:23:35.583Z Downloaded memoffset v0.9.1
6282025-01-28T22:23:35.583Z Downloaded memmap2 v0.9.5
6292025-01-28T22:23:35.586Z Downloaded maybe-uninit v2.0.0
6302025-01-28T22:23:35.586Z Downloaded mockall v0.13.0
6312025-01-28T22:23:35.588Z Downloaded universal-hash v0.5.1
6322025-01-28T22:23:35.592Z Downloaded linear-map v1.2.0
6332025-01-28T22:23:35.592Z Downloaded blake2 v0.10.6
6342025-01-28T22:23:35.594Z Downloaded multimap v0.10.0
6352025-01-28T22:23:35.594Z Downloaded lock_api v0.4.12
6362025-01-28T22:23:35.597Z Downloaded russh-cryptovec v0.7.3
6372025-01-28T22:23:35.599Z Downloaded newtype-uuid v1.2.1
6382025-01-28T22:23:35.599Z Downloaded nibble_vec v0.1.0
6392025-01-28T22:23:35.602Z Downloaded chacha20poly1305 v0.10.1
6402025-01-28T22:23:35.602Z Downloaded ipnet v2.10.1
6412025-01-28T22:23:35.605Z Downloaded peg-runtime v0.8.3
6422025-01-28T22:23:35.607Z Downloaded serde_with_macros v3.11.0
6432025-01-28T22:23:35.607Z Downloaded oso-derive v0.27.3
6442025-01-28T22:23:35.609Z Downloaded icu_locid_transform_data v1.5.0
6452025-01-28T22:23:35.609Z Downloaded md-5 v0.10.6
6462025-01-28T22:23:35.612Z Downloaded maplit v1.0.2
6472025-01-28T22:23:35.614Z Downloaded wyz v0.5.1
6482025-01-28T22:23:35.615Z Downloaded writeable v0.5.5
6492025-01-28T22:23:35.617Z Downloaded spin v0.9.8
6502025-01-28T22:23:35.619Z Downloaded bytes v1.9.0
6512025-01-28T22:23:35.623Z Downloaded libefi-sys v0.1.0
6522025-01-28T22:23:35.626Z Downloaded base64 v0.21.7
6532025-01-28T22:23:35.628Z Downloaded arc-swap v1.7.1
6542025-01-28T22:23:35.633Z Downloaded foreign-types-macros v0.2.3
6552025-01-28T22:23:35.635Z Downloaded foreign-types v0.5.0
6562025-01-28T22:23:35.635Z Downloaded fd-lock v4.0.2
6572025-01-28T22:23:35.638Z Downloaded fallible-streaming-iterator v0.1.9
6582025-01-28T22:23:35.640Z Downloaded progenitor-client v0.9.1
6592025-01-28T22:23:35.640Z Downloaded strum_macros v0.26.4
6602025-01-28T22:23:35.643Z Downloaded lru v0.12.5
6612025-01-28T22:23:35.646Z Downloaded libloading v0.8.5
6622025-01-28T22:23:35.648Z Downloaded multer v3.1.0
6632025-01-28T22:23:35.651Z Downloaded normalize-line-endings v0.3.0
6642025-01-28T22:23:35.651Z Downloaded tinystr v0.7.6
6652025-01-28T22:23:35.653Z Downloaded ghash v0.5.1
6662025-01-28T22:23:35.655Z Downloaded futures-macro v0.3.31
6672025-01-28T22:23:35.658Z Downloaded primeorder v0.13.6
6682025-01-28T22:23:35.658Z Downloaded tokio-rustls v0.26.0
6692025-01-28T22:23:35.661Z Downloaded bumpalo v3.16.0
6702025-01-28T22:23:35.663Z Downloaded base64 v0.13.1
6712025-01-28T22:23:35.668Z Downloaded rand_xorshift v0.3.0
6722025-01-28T22:23:35.670Z Downloaded rand_seeder v0.3.0
6732025-01-28T22:23:35.670Z Downloaded pem v3.0.4
6742025-01-28T22:23:35.673Z Downloaded peg v0.8.4
6752025-01-28T22:23:35.676Z Downloaded toolchain_find v0.4.0
6762025-01-28T22:23:35.678Z Downloaded olpc-cjson v0.1.4
6772025-01-28T22:23:35.678Z Downloaded rustls-pemfile v2.2.0
6782025-01-28T22:23:35.681Z Downloaded pbkdf2 v0.12.2
6792025-01-28T22:23:35.684Z Downloaded packed_struct_codegen v0.10.1
6802025-01-28T22:23:35.686Z Downloaded indicatif v0.17.9
6812025-01-28T22:23:35.700Z Downloaded defmt v0.3.8
6822025-01-28T22:23:35.703Z Downloaded foreign-types v0.3.2
6832025-01-28T22:23:35.705Z Downloaded polyval v0.6.2
6842025-01-28T22:23:35.705Z Downloaded env_logger v0.10.2
6852025-01-28T22:23:35.709Z Downloaded foreign-types-shared v0.3.1
6862025-01-28T22:23:35.711Z Downloaded rustc-hash v2.0.0
6872025-01-28T22:23:35.712Z Downloaded rustc-hash v1.1.0
6882025-01-28T22:23:35.714Z Downloaded ena v0.14.3
6892025-01-28T22:23:35.714Z Downloaded thiserror v2.0.11
6902025-01-28T22:23:35.720Z Downloaded structmeta-derive v0.2.0
6912025-01-28T22:23:35.723Z Downloaded slog-dtrace v0.3.0
6922025-01-28T22:23:35.723Z Downloaded slog-bunyan v2.5.0
6932025-01-28T22:23:35.730Z Downloaded tokio-stream v0.1.16
6942025-01-28T22:23:35.733Z Downloaded rand_core v0.6.4
6952025-01-28T22:23:35.734Z Downloaded peg-macros v0.8.4
6962025-01-28T22:23:35.736Z Downloaded precomputed-hash v0.1.1
6972025-01-28T22:23:35.738Z Downloaded utf-8 v0.7.6
6982025-01-28T22:23:35.741Z Downloaded untrusted v0.9.0
6992025-01-28T22:23:35.741Z Downloaded untrusted v0.7.1
7002025-01-28T22:23:35.741Z Downloaded vergen v8.3.2
7012025-01-28T22:23:35.744Z Downloaded unarray v0.1.4
7022025-01-28T22:23:35.747Z Downloaded rustversion v1.0.17
7032025-01-28T22:23:35.750Z Downloaded fatfs v0.3.6
7042025-01-28T22:23:35.753Z Downloaded tracing-core v0.1.32
7052025-01-28T22:23:35.757Z Downloaded pretty-hex v0.2.1
7062025-01-28T22:23:35.757Z Downloaded tokio-macros v2.5.0
7072025-01-28T22:23:35.760Z Downloaded secrecy v0.8.0
7082025-01-28T22:23:35.760Z Downloaded rpassword v7.3.1
7092025-01-28T22:23:35.760Z Downloaded nu-ansi-term v0.50.1
7102025-01-28T22:23:35.765Z Downloaded signal-hook-tokio v0.3.1
7112025-01-28T22:23:35.765Z Downloaded dirs-sys-next v0.1.2
7122025-01-28T22:23:35.768Z Downloaded unicode-xid v0.2.6
7132025-01-28T22:23:35.768Z Downloaded unicode-truncate v1.1.0
7142025-01-28T22:23:35.768Z Downloaded sync_wrapper v1.0.1
7152025-01-28T22:23:35.771Z Downloaded zone_cfg_derive v0.3.0
7162025-01-28T22:23:35.773Z Downloaded futures-task v0.3.31
7172025-01-28T22:23:35.773Z Downloaded futures-sink v0.3.31
7182025-01-28T22:23:35.773Z Downloaded embedded-io v0.6.1
7192025-01-28T22:23:35.777Z Downloaded embedded-io v0.4.0
7202025-01-28T22:23:35.779Z Downloaded zone_cfg_derive v0.1.2
7212025-01-28T22:23:35.780Z Downloaded num v0.4.3
7222025-01-28T22:23:35.780Z Downloaded parking_lot v0.12.3
7232025-01-28T22:23:35.783Z Downloaded sync-ptr v0.1.1
7242025-01-28T22:23:35.783Z Downloaded either v1.13.0
7252025-01-28T22:23:35.787Z Downloaded progenitor-impl v0.8.0
7262025-01-28T22:23:35.790Z Downloaded dropshot_endpoint v0.12.0
7272025-01-28T22:23:35.793Z Downloaded diesel_derives v2.2.3
7282025-01-28T22:23:35.795Z Downloaded packed_struct v0.10.1
7292025-01-28T22:23:35.798Z Downloaded predicates-tree v1.0.11
7302025-01-28T22:23:35.798Z Downloaded progenitor v0.9.1
7312025-01-28T22:23:35.802Z Downloaded progenitor v0.8.0
7322025-01-28T22:23:35.802Z Downloaded predicates-core v1.0.8
7332025-01-28T22:23:35.804Z Downloaded predicates v3.1.2
7342025-01-28T22:23:35.807Z Downloaded semver v0.1.20
7352025-01-28T22:23:35.807Z Downloaded omicron-zone-package v0.12.0
7362025-01-28T22:23:35.811Z Downloaded phf_shared v0.11.2
7372025-01-28T22:23:35.813Z Downloaded backtrace v0.3.74
7382025-01-28T22:23:35.817Z Downloaded rustfmt-wrapper v0.2.1
7392025-01-28T22:23:35.819Z Downloaded proc-macro-crate v1.3.1
7402025-01-28T22:23:35.819Z Downloaded ppv-lite86 v0.2.20
7412025-01-28T22:23:35.822Z Downloaded sct v0.7.1
7422025-01-28T22:23:35.826Z Downloaded slog-envlogger v2.2.0
7432025-01-28T22:23:35.829Z Downloaded dunce v1.0.5
7442025-01-28T22:23:35.829Z Downloaded des v0.8.1
7452025-01-28T22:23:35.832Z Downloaded rand_chacha v0.3.1
7462025-01-28T22:23:35.835Z Downloaded utf8_iter v1.0.4
7472025-01-28T22:23:35.835Z Downloaded typify-macro v0.3.0
7482025-01-28T22:23:35.835Z Downloaded typify-macro v0.2.0
7492025-01-28T22:23:35.838Z Downloaded utf16_iter v1.0.5
7502025-01-28T22:23:35.838Z Downloaded synstructure v0.13.1
7512025-01-28T22:23:35.838Z Downloaded slog-scope v4.4.0
7522025-01-28T22:23:35.841Z Downloaded subtle v2.6.1
7532025-01-28T22:23:35.843Z Downloaded num-rational v0.4.2
7542025-01-28T22:23:35.843Z Downloaded path-slash v0.1.5
7552025-01-28T22:23:35.846Z Downloaded parse-size v1.1.0
7562025-01-28T22:23:35.846Z Downloaded num-conv v0.1.0
7572025-01-28T22:23:35.846Z Downloaded parking_lot_core v0.9.10
7582025-01-28T22:23:35.849Z Downloaded display-error-chain v0.2.2
7592025-01-28T22:23:35.852Z Downloaded pin-project-internal v1.1.6
7602025-01-28T22:23:35.852Z Downloaded minimal-lexical v0.2.1
7612025-01-28T22:23:35.857Z Downloaded parking_lot_core v0.8.6
7622025-01-28T22:23:35.862Z Downloaded sqlparser_derive v0.2.2
7632025-01-28T22:23:35.865Z Downloaded idna v1.0.3
7642025-01-28T22:23:35.865Z Downloaded futures-executor v0.3.31
7652025-01-28T22:23:35.868Z Downloaded yoke-derive v0.7.4
7662025-01-28T22:23:35.868Z Downloaded futures-core v0.3.31
7672025-01-28T22:23:35.870Z Downloaded fixedbitset v0.4.2
7682025-01-28T22:23:35.870Z Downloaded difflib v0.4.0
7692025-01-28T22:23:35.873Z Downloaded unicode_categories v0.1.1
7702025-01-28T22:23:35.876Z Downloaded headers v0.4.0
7712025-01-28T22:23:35.880Z Downloaded powerfmt v0.2.0
7722025-01-28T22:23:35.882Z Downloaded funty v2.0.0
7732025-01-28T22:23:35.882Z Downloaded fragile v2.0.0
7742025-01-28T22:23:35.886Z Downloaded filetime v0.2.25
7752025-01-28T22:23:35.888Z Downloaded percent-encoding v2.3.1
7762025-01-28T22:23:35.888Z Downloaded term v0.7.0
7772025-01-28T22:23:35.891Z Downloaded slog-json v2.6.1
7782025-01-28T22:23:35.894Z Downloaded rfc6979 v0.4.0
7792025-01-28T22:23:35.897Z Downloaded slog-term v2.9.1
7802025-01-28T22:23:35.897Z Downloaded steno v0.4.1
7812025-01-28T22:23:35.901Z Downloaded serde-big-array v0.5.1
7822025-01-28T22:23:35.904Z Downloaded num-traits v0.2.19
7832025-01-28T22:23:35.907Z Downloaded num-derive v0.4.2
7842025-01-28T22:23:35.910Z Downloaded sha1 v0.10.6
7852025-01-28T22:23:35.913Z Downloaded shlex v1.3.0
7862025-01-28T22:23:35.913Z Downloaded stable_deref_trait v1.2.0
7872025-01-28T22:23:35.916Z Downloaded ssh-encoding v0.2.0
7882025-01-28T22:23:35.916Z Downloaded shell-words v1.1.0
7892025-01-28T22:23:35.918Z Downloaded twox-hash v2.1.0
7902025-01-28T22:23:35.921Z Downloaded prettyplease v0.2.25
7912025-01-28T22:23:35.923Z Downloaded tinyvec_macros v0.1.1
7922025-01-28T22:23:35.927Z Downloaded num-iter v0.1.45
7932025-01-28T22:23:35.927Z Downloaded socket2 v0.5.7
7942025-01-28T22:23:35.929Z Downloaded vte_generate_state_changes v0.1.2
7952025-01-28T22:23:35.929Z Downloaded tokio-rustls v0.25.0
7962025-01-28T22:23:35.932Z Downloaded dirs-next v2.0.0
7972025-01-28T22:23:35.932Z Downloaded mio v1.0.2
7982025-01-28T22:23:35.939Z Downloaded strum v0.26.3
7992025-01-28T22:23:35.941Z Downloaded parse-display v0.10.0
8002025-01-28T22:23:35.941Z Downloaded hash32 v0.2.1
8012025-01-28T22:23:35.944Z Downloaded which v4.4.2
8022025-01-28T22:23:35.947Z Downloaded document-features v0.2.10
8032025-01-28T22:23:35.947Z Downloaded thread_local v1.1.8
8042025-01-28T22:23:35.950Z Downloaded darling_macro v0.20.10
8052025-01-28T22:23:35.950Z Downloaded thiserror-no-std v2.0.2
8062025-01-28T22:23:35.952Z Downloaded futures-channel v0.3.31
8072025-01-28T22:23:35.955Z Downloaded resolv-conf v0.7.0
8082025-01-28T22:23:35.959Z Downloaded uuid v1.12.0
8092025-01-28T22:23:35.961Z Downloaded hex-literal v0.4.1
8102025-01-28T22:23:35.961Z Downloaded num-integer v0.1.46
8112025-01-28T22:23:35.964Z Downloaded zopfli v0.8.1
8122025-01-28T22:23:35.968Z Downloaded aes-gcm v0.10.3
8132025-01-28T22:23:35.971Z Downloaded time-core v0.1.2
8142025-01-28T22:23:35.973Z Downloaded url v2.5.3
8152025-01-28T22:23:35.977Z Downloaded rusty-fork v0.3.0
8162025-01-28T22:23:35.977Z Downloaded scheduled-thread-pool v0.2.7
8172025-01-28T22:23:35.980Z Downloaded same-file v1.0.6
8182025-01-28T22:23:35.980Z Downloaded tokio-tungstenite v0.23.1
8192025-01-28T22:23:35.982Z Downloaded strum_macros v0.24.3
8202025-01-28T22:23:35.985Z Downloaded tokio-rustls v0.24.1
8212025-01-28T22:23:35.988Z Downloaded tokio-tungstenite v0.24.0
8222025-01-28T22:23:35.992Z Downloaded try-lock v0.2.5
8232025-01-28T22:23:35.992Z Downloaded libm v0.2.8
8242025-01-28T22:23:35.999Z Downloaded yoke v0.7.4
8252025-01-28T22:23:36.002Z Downloaded tiny-keccak v2.0.2
8262025-01-28T22:23:36.005Z Downloaded highway v1.2.0
8272025-01-28T22:23:36.007Z Downloaded futures-io v0.3.31
8282025-01-28T22:23:36.011Z Downloaded form_urlencoded v1.2.1
8292025-01-28T22:23:36.011Z Downloaded signal-hook v0.3.17
8302025-01-28T22:23:36.013Z Downloaded tokio-native-tls v0.3.1
8312025-01-28T22:23:36.016Z Downloaded ron v0.7.1
8322025-01-28T22:23:36.021Z Downloaded phf v0.11.2
8332025-01-28T22:23:36.023Z Downloaded derive_builder v0.20.2
8342025-01-28T22:23:36.027Z Downloaded openssl-probe v0.1.5
8352025-01-28T22:23:36.030Z Downloaded data-encoding v2.6.0
8362025-01-28T22:23:36.030Z Downloaded russh v0.45.0
8372025-01-28T22:23:36.035Z Downloaded itertools v0.12.1
8382025-01-28T22:23:36.044Z Downloaded quick-error v1.2.3
8392025-01-28T22:23:36.047Z Downloaded defmt-parser v0.3.4
8402025-01-28T22:23:36.047Z Downloaded smallvec v1.13.2
8412025-01-28T22:23:36.049Z Downloaded rustc_version v0.4.1
8422025-01-28T22:23:36.052Z Downloaded rustc_version v0.1.7
8432025-01-28T22:23:36.052Z Downloaded elliptic-curve v0.13.8
8442025-01-28T22:23:36.056Z Downloaded strip-ansi-escapes v0.2.0
8452025-01-28T22:23:36.058Z Downloaded static_assertions v1.1.0
8462025-01-28T22:23:36.058Z Downloaded toml v0.7.8
8472025-01-28T22:23:36.062Z Downloaded libxml v0.3.3
8482025-01-28T22:23:36.069Z Downloaded gethostname v0.5.0
8492025-01-28T22:23:36.072Z Downloaded ed25519 v2.2.3
8502025-01-28T22:23:36.075Z Downloaded derive_more v0.99.18
8512025-01-28T22:23:36.079Z Downloaded sigpipe v0.1.3
8522025-01-28T22:23:36.079Z Downloaded toml_edit v0.19.15
8532025-01-28T22:23:36.097Z Downloaded progenitor-client v0.8.0
8542025-01-28T22:23:36.101Z Downloaded blake3 v1.5.4
8552025-01-28T22:23:36.106Z Downloaded float-ord v0.3.2
8562025-01-28T22:23:36.109Z Downloaded postgres-types v0.2.8
8572025-01-28T22:23:36.111Z Downloaded unicode-segmentation v1.12.0
8582025-01-28T22:23:36.115Z Downloaded tower-service v0.3.3
8592025-01-28T22:23:36.118Z Downloaded slab v0.4.9
8602025-01-28T22:23:36.118Z Downloaded salsa20 v0.10.2
8612025-01-28T22:23:36.122Z Downloaded pin-utils v0.1.0
8622025-01-28T22:23:36.122Z Downloaded heck v0.3.3
8632025-01-28T22:23:36.122Z Downloaded postgres-protocol v0.6.7
8642025-01-28T22:23:36.124Z Downloaded num_threads v0.1.7
8652025-01-28T22:23:36.128Z Downloaded hyper v1.5.2
8662025-01-28T22:23:36.133Z Downloaded opaque-debug v0.3.1
8672025-01-28T22:23:36.137Z Downloaded waitgroup v0.1.2
8682025-01-28T22:23:36.137Z Downloaded termtree v0.4.1
8692025-01-28T22:23:36.140Z Downloaded num_enum_derive v0.5.11
8702025-01-28T22:23:36.140Z Downloaded flagset v0.4.6
8712025-01-28T22:23:36.143Z Downloaded vsss-rs v3.3.4
8722025-01-28T22:23:36.143Z Downloaded uzers v0.12.1
8732025-01-28T22:23:36.145Z Downloaded tinyvec v1.8.0
8742025-01-28T22:23:36.149Z Downloaded derive_builder_core v0.20.2
8752025-01-28T22:23:36.152Z Downloaded serde_with v3.11.0
8762025-01-28T22:23:36.161Z Downloaded signature v2.2.0
8772025-01-28T22:23:36.166Z Downloaded serde_urlencoded v0.7.1
8782025-01-28T22:23:36.169Z Downloaded group v0.13.0
8792025-01-28T22:23:36.169Z Downloaded ecdsa v0.16.9
8802025-01-28T22:23:36.173Z Downloaded nom v7.1.3
8812025-01-28T22:23:36.176Z Downloaded zerofrom v0.1.4
8822025-01-28T22:23:36.179Z Downloaded float-cmp v0.9.0
8832025-01-28T22:23:36.179Z Downloaded hex v0.4.3
8842025-01-28T22:23:36.182Z Downloaded zone v0.1.8
8852025-01-28T22:23:36.183Z Downloaded tokio-postgres v0.7.12
8862025-01-28T22:23:36.186Z Downloaded want v0.3.1
8872025-01-28T22:23:36.189Z Downloaded serde_path_to_error v0.1.16
8882025-01-28T22:23:36.189Z Downloaded ff v0.13.0
8892025-01-28T22:23:36.192Z Downloaded fallible-iterator v0.3.0
8902025-01-28T22:23:36.195Z Downloaded openssl-macros v0.1.1
8912025-01-28T22:23:36.195Z Downloaded phf_shared v0.10.0
8922025-01-28T22:23:36.195Z Downloaded dyn-clone v1.0.17
8932025-01-28T22:23:36.198Z Downloaded schemars v0.8.21
8942025-01-28T22:23:36.208Z Downloaded pkg-config v0.3.31
8952025-01-28T22:23:36.210Z Downloaded simd-adler32 v0.3.7
8962025-01-28T22:23:36.213Z Downloaded num-complex v0.4.6
8972025-01-28T22:23:36.217Z Downloaded num_enum v0.5.11
8982025-01-28T22:23:36.219Z Downloaded endian-type v0.1.2
8992025-01-28T22:23:36.219Z Downloaded zeroize_derive v1.4.2
9002025-01-28T22:23:36.223Z Downloaded tap v1.0.1
9012025-01-28T22:23:36.223Z Downloaded p256 v0.13.2
9022025-01-28T22:23:36.226Z Downloaded termcolor v1.4.1
9032025-01-28T22:23:36.228Z Downloaded fxhash v0.2.1
9042025-01-28T22:23:36.228Z Downloaded oso v0.27.3
9052025-01-28T22:23:36.233Z Downloaded darling_core v0.20.10
9062025-01-28T22:23:36.236Z Downloaded number_prefix v0.4.0
9072025-01-28T22:23:36.238Z Downloaded psl-types v2.0.11
9082025-01-28T22:23:36.238Z Downloaded structmeta v0.2.0
9092025-01-28T22:23:36.241Z Downloaded spki v0.7.3
9102025-01-28T22:23:36.241Z Downloaded hashbrown v0.13.2
9112025-01-28T22:23:36.245Z Downloaded progenitor-impl v0.9.1
9122025-01-28T22:23:36.248Z Downloaded hickory-server v0.24.2
9132025-01-28T22:23:36.253Z Downloaded phf_generator v0.11.2
9142025-01-28T22:23:36.256Z Downloaded sqlformat v0.2.6
9152025-01-28T22:23:36.259Z Downloaded postcard v1.0.10
9162025-01-28T22:23:36.259Z Downloaded poly1305 v0.8.0
9172025-01-28T22:23:36.261Z Downloaded termtree v0.5.1
9182025-01-28T22:23:36.264Z Downloaded termios v0.3.3
9192025-01-28T22:23:36.267Z Downloaded glob v0.3.2
9202025-01-28T22:23:36.267Z Downloaded vte v0.11.1
9212025-01-28T22:23:36.270Z Downloaded smallvec v0.6.14
9222025-01-28T22:23:36.270Z Downloaded slog v2.7.0
9232025-01-28T22:23:36.274Z Downloaded half v2.4.1
9242025-01-28T22:23:36.276Z Downloaded tungstenite v0.24.0
9252025-01-28T22:23:36.279Z Downloaded tls_codec v0.4.1
9262025-01-28T22:23:36.282Z Downloaded aws-lc-rs v1.10.0
9272025-01-28T22:23:36.297Z Downloaded progenitor-macro v0.9.1
9282025-01-28T22:23:36.301Z Downloaded quick-xml v0.33.0
9292025-01-28T22:23:36.301Z Downloaded enum-as-inner v0.6.1
9302025-01-28T22:23:36.301Z Downloaded chrono v0.4.39
9312025-01-28T22:23:36.308Z Downloaded serde_plain v1.0.2
9322025-01-28T22:23:36.310Z Downloaded rtoolbox v0.0.2
9332025-01-28T22:23:36.310Z Downloaded zone v0.3.0
9342025-01-28T22:23:36.313Z Downloaded zerofrom-derive v0.1.4
9352025-01-28T22:23:36.313Z Downloaded ref-cast v1.0.23
9362025-01-28T22:23:36.316Z Downloaded siphasher v0.3.11
9372025-01-28T22:23:36.318Z Downloaded serde_repr v0.1.19
9382025-01-28T22:23:36.318Z Downloaded deranged v0.3.11
9392025-01-28T22:23:36.321Z Downloaded p521 v0.13.3
9402025-01-28T22:23:36.325Z Downloaded topological-sort v0.2.2
9412025-01-28T22:23:36.328Z Downloaded samael v0.0.17
9422025-01-28T22:23:36.331Z Downloaded walkdir v2.5.0
9432025-01-28T22:23:36.334Z Downloaded bindgen v0.69.5
9442025-01-28T22:23:36.341Z Downloaded dsl_auto_type v0.1.2
9452025-01-28T22:23:36.343Z Downloaded ed25519-dalek v2.1.1
9462025-01-28T22:23:36.346Z Downloaded tracing v0.1.40
9472025-01-28T22:23:36.350Z Downloaded zerocopy-derive v0.8.10
9482025-01-28T22:23:36.356Z Downloaded flume v0.11.1
9492025-01-28T22:23:36.360Z Downloaded der v0.7.9
9502025-01-28T22:23:36.366Z Downloaded hickory-resolver v0.24.2
9512025-01-28T22:23:36.370Z Downloaded subprocess v0.2.9
9522025-01-28T22:23:36.373Z Downloaded snafu v0.8.5
9532025-01-28T22:23:36.379Z Downloaded zip v0.6.6
9542025-01-28T22:23:36.383Z Downloaded heapless v0.7.17
9552025-01-28T22:23:36.387Z Downloaded tar v0.4.42
9562025-01-28T22:23:36.390Z Downloaded dropshot_endpoint v0.15.1
9572025-01-28T22:23:36.394Z Downloaded reqwest v0.12.9
9582025-01-28T22:23:36.403Z Downloaded snafu-derive v0.8.5
9592025-01-28T22:23:36.406Z Downloaded futures-util v0.3.31
9602025-01-28T22:23:36.416Z Downloaded pkcs5 v0.7.1
9612025-01-28T22:23:36.421Z Downloaded rayon-core v1.12.1
9622025-01-28T22:23:36.424Z Downloaded expectorate v1.1.0
9632025-01-28T22:23:36.427Z Downloaded tokio-util v0.7.12
9642025-01-28T22:23:36.433Z Downloaded rustls-webpki v0.101.7
9652025-01-28T22:23:36.449Z Downloaded rustls-webpki v0.102.8
9662025-01-28T22:23:36.466Z Downloaded openssl-sys v0.9.103
9672025-01-28T22:23:36.471Z Downloaded flate2 v1.0.35
9682025-01-28T22:23:36.477Z Downloaded vcpkg v0.2.15
9692025-01-28T22:23:36.516Z Downloaded quinn-proto v0.11.8
9702025-01-28T22:23:36.522Z Downloaded bitvec v1.0.1
9712025-01-28T22:23:36.538Z Downloaded qorb v0.2.1
9722025-01-28T22:23:36.542Z Downloaded rustyline v14.0.0
9732025-01-28T22:23:36.547Z Downloaded zip v2.1.3
9742025-01-28T22:23:36.551Z Downloaded publicsuffix v2.3.0
9752025-01-28T22:23:36.554Z Downloaded num-bigint v0.4.6
9762025-01-28T22:23:36.559Z Downloaded rusqlite v0.32.1
9772025-01-28T22:23:36.566Z Downloaded zerovec v0.10.4
9782025-01-28T22:23:36.572Z Downloaded tough v0.19.0
9792025-01-28T22:23:36.580Z Downloaded lalrpop v0.19.12
9802025-01-28T22:23:36.593Z Downloaded time v0.3.36
9812025-01-28T22:23:36.599Z Downloaded curve25519-dalek v4.1.3
9822025-01-28T22:23:36.608Z Downloaded nix v0.27.1
9832025-01-28T22:23:36.619Z Downloaded hkdf v0.12.4
9842025-01-28T22:23:36.622Z Downloaded zerovec-derive v0.10.3
9852025-01-28T22:23:36.624Z Downloaded h2 v0.4.6
9862025-01-28T22:23:36.630Z Downloaded num-bigint-dig v0.8.4
9872025-01-28T22:23:36.635Z Downloaded wait-timeout v0.2.0
9882025-01-28T22:23:36.638Z Downloaded proptest v1.5.0
9892025-01-28T22:23:36.647Z Downloaded radix_trie v0.2.1
9902025-01-28T22:23:36.654Z Downloaded reedline v0.35.0
9912025-01-28T22:23:36.660Z Downloaded sqlparser v0.45.0
9922025-01-28T22:23:36.666Z Downloaded bstr v1.10.0
9932025-01-28T22:23:36.678Z Downloaded p384 v0.13.0
9942025-01-28T22:23:36.684Z Downloaded nix v0.28.0
9952025-01-28T22:23:36.696Z Downloaded regex-syntax v0.6.29
9962025-01-28T22:23:36.704Z Downloaded rayon v1.10.0
9972025-01-28T22:23:36.714Z Downloaded zerocopy v0.8.10
9982025-01-28T22:23:36.738Z Downloaded rustls v0.21.12
9992025-01-28T22:23:36.749Z Downloaded nix v0.29.0
10002025-01-28T22:23:36.762Z Downloaded chrono-tz v0.10.1
10012025-01-28T22:23:36.770Z Downloaded webpki-roots v0.26.6
10022025-01-28T22:23:36.773Z Downloaded regex v1.11.1
10032025-01-28T22:23:36.787Z Downloaded git2 v0.19.0
10042025-01-28T22:23:36.794Z Downloaded object v0.30.4
10052025-01-28T22:23:36.804Z Downloaded petname v2.0.2
10062025-01-28T22:23:36.810Z Downloaded regress v0.10.1
10072025-01-28T22:23:36.820Z Downloaded rustls v0.22.4
10082025-01-28T22:23:36.834Z Downloaded openssl v0.10.66
10092025-01-28T22:23:36.843Z Downloaded dropshot v0.12.0
10102025-01-28T22:23:36.864Z Downloaded typify-impl v0.2.0
10112025-01-28T22:23:36.879Z Downloaded sled v0.34.7
10122025-01-28T22:23:36.890Z Downloaded regex-syntax v0.8.5
10132025-01-28T22:23:36.899Z Downloaded rustls v0.23.19
10142025-01-28T22:23:36.911Z Downloaded object v0.36.5
10152025-01-28T22:23:36.922Z Downloaded ratatui v0.28.1
10162025-01-28T22:23:36.942Z Downloaded gimli v0.31.1
10172025-01-28T22:23:36.951Z Downloaded typify-impl v0.3.0
10182025-01-28T22:23:36.966Z Downloaded regex-automata v0.4.8
10192025-01-28T22:23:36.985Z Downloaded smoltcp v0.11.0
10202025-01-28T22:23:36.998Z Downloaded bzip2-sys v0.1.11+1.0.8
10212025-01-28T22:23:37.009Z Downloaded hickory-proto v0.24.2
10222025-01-28T22:23:37.024Z Downloaded zerocopy-derive v0.6.6
10232025-01-28T22:23:37.034Z Downloaded polar-core v0.27.3
10242025-01-28T22:23:37.042Z Downloaded openapiv3 v2.0.0
10252025-01-28T22:23:37.055Z Downloaded smoltcp v0.9.1
10262025-01-28T22:23:37.065Z Downloaded regress v0.9.1
10272025-01-28T22:23:37.074Z Downloaded diesel v2.2.6
10282025-01-28T22:23:37.092Z Downloaded dropshot v0.15.1
10292025-01-28T22:23:37.113Z Downloaded lzma-sys v0.1.20
10302025-01-28T22:23:37.141Z Downloaded tokio v1.43.0
10312025-01-28T22:23:37.178Z Downloaded salty v0.3.0
10322025-01-28T22:23:37.184Z Downloaded csv v1.3.1
10332025-01-28T22:23:37.204Z Downloaded petgraph v0.6.5
10342025-01-28T22:23:37.223Z Downloaded unicode-width v0.2.0
10352025-01-28T22:23:37.226Z Downloaded libz-sys v1.1.20
10362025-01-28T22:23:37.247Z Downloaded rsa v0.9.6
10372025-01-28T22:23:37.251Z Downloaded winnow v0.5.40
10382025-01-28T22:23:37.259Z Downloaded similar v2.6.0
10392025-01-28T22:23:37.265Z Downloaded globset v0.4.15
10402025-01-28T22:23:37.267Z Downloaded sha3 v0.10.8
10412025-01-28T22:23:37.270Z Downloaded quinn v0.11.5
10422025-01-28T22:23:37.274Z Downloaded hashbrown v0.14.5
10432025-01-28T22:23:37.278Z Downloaded structmeta-derive v0.3.0
10442025-01-28T22:23:37.281Z Downloaded phf_codegen v0.11.2
10452025-01-28T22:23:37.281Z Downloaded serde_derive_internals v0.29.1
10462025-01-28T22:23:37.283Z Downloaded unicode-normalization v0.1.24
10472025-01-28T22:23:37.286Z Downloaded portable-atomic v1.9.0
10482025-01-28T22:23:37.292Z Downloaded pkcs1 v0.7.5
10492025-01-28T22:23:37.294Z Downloaded parse-display-derive v0.10.0
10502025-01-28T22:23:37.297Z Downloaded progenitor-macro v0.8.0
10512025-01-28T22:23:37.297Z Downloaded tungstenite v0.21.0
10522025-01-28T22:23:37.301Z Downloaded rustc-demangle v0.1.24
10532025-01-28T22:23:37.305Z Downloaded rand v0.8.5
10542025-01-28T22:23:37.308Z Downloaded parse-zoneinfo v0.3.1
10552025-01-28T22:23:37.308Z Downloaded typed-path v0.9.3
10562025-01-28T22:23:37.313Z Downloaded hashlink v0.9.1
10572025-01-28T22:23:37.315Z Downloaded env_filter v0.1.2
10582025-01-28T22:23:37.318Z Downloaded ssh-key v0.6.6
10592025-01-28T22:23:37.322Z Downloaded serde_yaml v0.9.34+deprecated
10602025-01-28T22:23:37.326Z Downloaded hashbrown v0.12.3
10612025-01-28T22:23:37.330Z Downloaded fallible-iterator v0.2.0
10622025-01-28T22:23:37.332Z Downloaded time-macros v0.2.18
10632025-01-28T22:23:37.335Z Downloaded pin-project-lite v0.2.14
10642025-01-28T22:23:37.338Z Downloaded zeroize v1.8.1
10652025-01-28T22:23:37.343Z Downloaded r2d2 v0.8.10
10662025-01-28T22:23:37.343Z Downloaded quinn-udp v0.5.5
10672025-01-28T22:23:37.345Z Downloaded itertools v0.13.0
10682025-01-28T22:23:37.350Z Downloaded pkcs8 v0.10.2
10692025-01-28T22:23:37.352Z Downloaded derive-where v1.2.7
10702025-01-28T22:23:37.355Z Downloaded der_derive v0.7.3
10712025-01-28T22:23:37.358Z Downloaded futures v0.3.31
10722025-01-28T22:23:37.362Z Downloaded tui-tree-widget v0.22.0
10732025-01-28T22:23:37.365Z Downloaded zerocopy v0.6.6
10742025-01-28T22:23:37.367Z Downloaded owo-colors v4.1.0
10752025-01-28T22:23:37.370Z Downloaded diff v0.1.13
10762025-01-28T22:23:37.374Z Downloaded foldhash v0.1.3
10772025-01-28T22:23:37.377Z Downloaded displaydoc v0.2.5
10782025-01-28T22:23:37.377Z Downloaded yasna v0.5.2
10792025-01-28T22:23:37.379Z Downloaded whoami v1.5.2
10802025-01-28T22:23:37.382Z Downloaded pin-project v1.1.6
10812025-01-28T22:23:37.392Z Downloaded aho-corasick v1.1.3
10822025-01-28T22:23:37.396Z Downloaded ref-cast-impl v1.0.23
10832025-01-28T22:23:37.398Z Downloaded pem-rfc7468 v0.7.0
10842025-01-28T22:23:37.398Z Downloaded password-hash v0.5.0
10852025-01-28T22:23:37.401Z Downloaded password-hash v0.4.2
10862025-01-28T22:23:37.403Z Downloaded unicode-properties v0.1.3
10872025-01-28T22:23:37.405Z Downloaded unicode-bidi v0.3.17
10882025-01-28T22:23:37.408Z Downloaded fs_extra v1.3.0
10892025-01-28T22:23:37.408Z Downloaded crossterm v0.28.1
10902025-01-28T22:23:37.414Z Downloaded unsafe-libyaml v0.2.11
10912025-01-28T22:23:37.417Z Downloaded env_logger v0.11.5
10922025-01-28T22:23:37.421Z Downloaded x509-cert v0.2.5
10932025-01-28T22:23:37.426Z Downloaded paste v1.0.15
10942025-01-28T22:23:37.429Z Downloaded downcast v0.11.0
10952025-01-28T22:23:37.431Z Downloaded diesel_table_macro_syntax v0.2.0
10962025-01-28T22:23:37.431Z Downloaded derive_builder_macro v0.20.2
10972025-01-28T22:23:37.431Z Downloaded tungstenite v0.23.0
10982025-01-28T22:23:37.435Z Downloaded encoding_rs v0.8.34
10992025-01-28T22:23:37.456Z Downloaded test-strategy v0.3.1
11002025-01-28T22:23:37.459Z Downloaded aes v0.8.4
11012025-01-28T22:23:37.462Z Downloaded supports-color v3.0.1
11022025-01-28T22:23:37.464Z Downloaded stringprep v0.1.5
11032025-01-28T22:23:37.467Z Downloaded unicase v2.7.0
11042025-01-28T22:23:37.467Z Downloaded tls_codec_derive v0.4.1
11052025-01-28T22:23:37.469Z Downloaded thiserror-impl-no-std v2.0.2
11062025-01-28T22:23:37.469Z Downloaded structmeta v0.3.0
11072025-01-28T22:23:37.469Z Downloaded base64 v0.22.1
11082025-01-28T22:23:37.474Z Downloaded icu_collections v1.5.0
11092025-01-28T22:23:37.478Z Downloaded heapless v0.8.0
11102025-01-28T22:23:37.482Z Downloaded crypto-bigint v0.5.5
11112025-01-28T22:23:37.488Z Downloaded typify v0.3.0
11122025-01-28T22:23:37.492Z Downloaded typify v0.2.0
11132025-01-28T22:23:37.495Z Downloaded crossbeam-channel v0.5.13
11142025-01-28T22:23:37.499Z Downloaded value-bag v1.9.0
11152025-01-28T22:23:37.501Z Downloaded rustls-pki-types v1.10.0
11162025-01-28T22:23:37.504Z Downloaded ron v0.8.1
11172025-01-28T22:23:37.509Z Downloaded mockall_derive v0.13.0
11182025-01-28T22:23:37.512Z Downloaded rcgen v0.12.1
11192025-01-28T22:23:37.514Z Downloaded slog-async v2.8.0
11202025-01-28T22:23:37.516Z Downloaded scrypt v0.11.0
11212025-01-28T22:23:37.516Z Downloaded scopeguard v1.2.0
11222025-01-28T22:23:37.519Z Downloaded schemars_derive v0.8.21
11232025-01-28T22:23:37.519Z Downloaded parking_lot v0.11.2
11242025-01-28T22:23:37.522Z Downloaded getrandom v0.2.15
11252025-01-28T22:23:37.525Z Downloaded russh-keys v0.45.0
11262025-01-28T22:23:37.527Z Downloaded miniz_oxide v0.8.0
11272025-01-28T22:23:37.529Z Downloaded libgit2-sys v0.17.0+1.8.1
11282025-01-28T22:23:37.584Z Downloaded cc v1.1.30
11292025-01-28T22:23:37.588Z Downloaded litrs v0.4.1
11302025-01-28T22:23:37.590Z Downloaded hash32 v0.3.1
11312025-01-28T22:23:37.592Z Downloaded mime_guess v2.0.5
11322025-01-28T22:23:37.595Z Downloaded icu_provider v1.5.0
11332025-01-28T22:23:37.597Z Downloaded indexmap v1.9.3
11342025-01-28T22:23:37.600Z Downloaded const_format v0.2.34
11352025-01-28T22:23:37.603Z Downloaded compact_str v0.8.0
11362025-01-28T22:23:37.605Z Downloaded pbkdf2 v0.11.0
11372025-01-28T22:23:37.608Z Downloaded nodrop v0.1.14
11382025-01-28T22:23:37.610Z Downloaded tracing-attributes v0.1.27
11392025-01-28T22:23:37.613Z Downloaded tokio-tungstenite v0.21.0
11402025-01-28T22:23:37.613Z Downloaded native-tls v0.2.12
11412025-01-28T22:23:37.616Z Downloaded litemap v0.7.3
11422025-01-28T22:23:37.618Z Downloaded icu_properties v1.5.1
11432025-01-28T22:23:37.621Z Downloaded diesel-dtrace v0.4.2
11442025-01-28T22:23:37.621Z Downloaded defmt-macros v0.3.9
11452025-01-28T22:23:37.624Z Downloaded debug-ignore v1.0.5
11462025-01-28T22:23:37.626Z Downloaded xz2 v0.1.7
11472025-01-28T22:23:37.629Z Downloaded xattr v1.3.1
11482025-01-28T22:23:37.631Z Downloaded strum_macros v0.25.3
11492025-01-28T22:23:37.632Z Downloaded crc-any v2.5.0
11502025-01-28T22:23:37.635Z Downloaded lockfree-object-pool v0.1.6
11512025-01-28T22:23:37.637Z Downloaded lalrpop-util v0.19.12
11522025-01-28T22:23:37.637Z Downloaded iana-time-zone v0.1.61
11532025-01-28T22:23:37.641Z Downloaded httparse v1.9.5
11542025-01-28T22:23:37.643Z Downloaded crossbeam-epoch v0.9.18
11552025-01-28T22:23:37.646Z Downloaded const-oid v0.9.6
11562025-01-28T22:23:37.649Z Downloaded backoff v0.4.0
11572025-01-28T22:23:37.649Z Downloaded idna_adapter v1.2.0
11582025-01-28T22:23:37.652Z Downloaded humantime v2.1.0
11592025-01-28T22:23:37.652Z Downloaded hyper-tls v0.6.0
11602025-01-28T22:23:37.652Z Downloaded impl-trait-for-tuples v0.2.2
11612025-01-28T22:23:37.655Z Downloaded ciborium v0.2.2
11622025-01-28T22:23:37.657Z Downloaded ident_case v1.0.1
11632025-01-28T22:23:37.657Z Downloaded icu_provider_macros v1.5.0
11642025-01-28T22:23:37.660Z Downloaded icu_normalizer v1.5.0
11652025-01-28T22:23:37.662Z Downloaded crc32fast v1.4.2
11662025-01-28T22:23:37.664Z Downloaded icu_locid v1.5.0
11672025-01-28T22:23:37.668Z Downloaded cipher v0.4.4
11682025-01-28T22:23:37.670Z Downloaded bzip2 v0.4.4
11692025-01-28T22:23:37.672Z Downloaded hubpack_derive v0.1.1
11702025-01-28T22:23:37.673Z Downloaded cookie_store v0.21.1
11712025-01-28T22:23:37.675Z Downloaded base64ct v1.6.0
11722025-01-28T22:23:37.678Z Downloaded async-trait v0.1.85
11732025-01-28T22:23:37.681Z Downloaded argon2 v0.5.3
11742025-01-28T22:23:37.681Z Downloaded http-range v0.1.5
11752025-01-28T22:23:37.684Z Downloaded http-body v1.0.1
11762025-01-28T22:23:37.684Z Downloaded arrayvec v0.7.6
11772025-01-28T22:23:37.687Z Downloaded arrayref v0.3.9
11782025-01-28T22:23:37.687Z Downloaded crc-catalog v2.4.0
11792025-01-28T22:23:37.924Z Downloaded ring v0.17.8
11802025-01-28T22:23:38.042Z Downloaded libsqlite3-sys v0.30.1
11812025-01-28T22:23:38.138Z Downloaded aws-lc-sys v0.22.0
11822025-01-28T22:23:38.445Z Compiling serde v1.0.217
11832025-01-28T22:23:38.449Z Compiling lock_api v0.4.12
11842025-01-28T22:23:38.449Z Compiling value-bag v1.9.0
11852025-01-28T22:23:38.450Z Compiling scopeguard v1.2.0
11862025-01-28T22:23:38.450Z Compiling typenum v1.17.0
11872025-01-28T22:23:38.611Z Compiling generic-array v0.14.7
11882025-01-28T22:23:38.656Z Compiling syn v2.0.96
11892025-01-28T22:23:38.672Z Compiling getrandom v0.2.15
11902025-01-28T22:23:38.782Z Compiling subtle v2.6.1
11912025-01-28T22:23:39.037Z Compiling log v0.4.22
11922025-01-28T22:23:39.077Z Compiling rand_core v0.6.4
11932025-01-28T22:23:39.120Z Compiling shlex v1.3.0
11942025-01-28T22:23:39.157Z Compiling jobserver v0.1.32
11952025-01-28T22:23:39.183Z Compiling smallvec v1.13.2
11962025-01-28T22:23:39.511Z Compiling cc v1.1.30
11972025-01-28T22:23:39.534Z Compiling const-oid v0.9.6
11982025-01-28T22:23:39.571Z Compiling pin-project-lite v0.2.14
11992025-01-28T22:23:39.591Z Compiling rustix v0.38.37
12002025-01-28T22:23:39.709Z Compiling spin v0.9.8
12012025-01-28T22:23:39.791Z Compiling parking_lot_core v0.9.10
12022025-01-28T22:23:40.035Z Compiling futures-core v0.3.31
12032025-01-28T22:23:40.175Z Compiling signal-hook-registry v1.4.2
12042025-01-28T22:23:40.292Z Compiling mio v1.0.2
12052025-01-28T22:23:40.538Z Compiling aho-corasick v1.1.3
12062025-01-28T22:23:40.949Z Compiling parking_lot v0.12.3
12072025-01-28T22:23:41.018Z Compiling either v1.13.0
12082025-01-28T22:23:41.102Z Compiling stable_deref_trait v1.2.0
12092025-01-28T22:23:41.230Z Compiling regex-syntax v0.8.5
12102025-01-28T22:23:41.395Z Compiling cpufeatures v0.2.14
12112025-01-28T22:23:41.434Z Compiling glob v0.3.2
12122025-01-28T22:23:41.505Z Compiling futures-sink v0.3.31
12132025-01-28T22:23:41.678Z Compiling socket2 v0.5.7
12142025-01-28T22:23:41.817Z Compiling slab v0.4.9
12152025-01-28T22:23:41.820Z Compiling prettyplease v0.2.25
12162025-01-28T22:23:42.205Z Compiling lazy_static v1.5.0
12172025-01-28T22:23:42.295Z Compiling minimal-lexical v0.2.1
12182025-01-28T22:23:42.321Z Compiling clang-sys v1.8.1
12192025-01-28T22:23:42.364Z Compiling serde_json v1.0.135
12202025-01-28T22:23:42.722Z Compiling nom v7.1.3
12212025-01-28T22:23:42.802Z Compiling libloading v0.8.5
12222025-01-28T22:23:42.913Z Compiling bindgen v0.69.5
12232025-01-28T22:23:43.074Z Compiling home v0.5.9
12242025-01-28T22:23:43.332Z Compiling futures-channel v0.3.31
12252025-01-28T22:23:43.490Z Compiling itertools v0.12.1
12262025-01-28T22:23:43.778Z Compiling libm v0.2.8
12272025-01-28T22:23:43.830Z Compiling allocator-api2 v0.2.18
12282025-01-28T22:23:44.105Z Compiling pin-utils v0.1.0
12292025-01-28T22:23:44.211Z Compiling rustc-hash v1.1.0
12302025-01-28T22:23:44.379Z Compiling futures-task v0.3.31
12312025-01-28T22:23:44.586Z Compiling futures-io v0.3.31
12322025-01-28T22:23:44.692Z Compiling lazycell v1.3.0
12332025-01-28T22:23:44.854Z Compiling foldhash v0.1.3
12342025-01-28T22:23:44.927Z Compiling cmake v0.1.51
12352025-01-28T22:23:45.177Z Compiling regex-automata v0.4.8
12362025-01-28T22:23:45.449Z Compiling hashbrown v0.15.1
12372025-01-28T22:23:45.851Z Compiling cexpr v0.6.0
12382025-01-28T22:23:46.122Z Compiling num-traits v0.2.19
12392025-01-28T22:23:46.380Z Compiling synstructure v0.13.1
12402025-01-28T22:23:46.660Z Compiling fs_extra v1.3.0
12412025-01-28T22:23:47.223Z Compiling pkg-config v0.3.31
12422025-01-28T22:23:47.526Z Compiling dunce v1.0.5
12432025-01-28T22:23:47.803Z Compiling writeable v0.5.5
12442025-01-28T22:23:47.823Z Compiling litemap v0.7.3
12452025-01-28T22:23:48.202Z Compiling ring v0.17.8
12462025-01-28T22:23:48.331Z Compiling paste v1.0.15
12472025-01-28T22:23:48.586Z Compiling base64ct v1.6.0
12482025-01-28T22:23:49.074Z Compiling pem-rfc7468 v0.7.0
12492025-01-28T22:23:49.147Z Compiling aws-lc-rs v1.10.0
12502025-01-28T22:23:49.193Z Compiling icu_locid_transform_data v1.5.0
12512025-01-28T22:23:49.311Z Compiling flagset v0.4.6
12522025-01-28T22:23:49.532Z Compiling httparse v1.9.5
12532025-01-28T22:23:49.702Z Compiling tracing-core v0.1.32
12542025-01-28T22:23:50.268Z Compiling percent-encoding v2.3.1
12552025-01-28T22:23:50.568Z Compiling regex v1.11.1
12562025-01-28T22:23:50.588Z Compiling icu_properties_data v1.5.0
12572025-01-28T22:23:50.645Z Compiling crossbeam-utils v0.8.20
12582025-01-28T22:23:50.850Z Compiling rustls-pki-types v1.10.0
12592025-01-28T22:23:51.156Z Compiling utf8_iter v1.0.4
12602025-01-28T22:23:51.396Z Compiling icu_normalizer_data v1.5.0
12612025-01-28T22:23:51.510Z Compiling utf16_iter v1.0.5
12622025-01-28T22:23:51.531Z Compiling num-conv v0.1.0
12632025-01-28T22:23:51.533Z Compiling vcpkg v0.2.15
12642025-01-28T22:23:51.732Z Compiling untrusted v0.9.0
12652025-01-28T22:23:51.779Z Compiling time-core v0.1.2
12662025-01-28T22:23:51.799Z Compiling serde_derive v1.0.217
12672025-01-28T22:23:51.819Z Compiling zeroize_derive v1.4.2
12682025-01-28T22:23:51.909Z Compiling zerocopy-derive v0.7.35
12692025-01-28T22:23:51.966Z Compiling zerofrom-derive v0.1.4
12702025-01-28T22:23:53.224Z Compiling zeroize v1.8.1
12712025-01-28T22:23:53.312Z Compiling tokio-macros v2.5.0
12722025-01-28T22:23:53.829Z Compiling yoke-derive v0.7.4
12732025-01-28T22:23:53.930Z Compiling zerocopy v0.7.35
12742025-01-28T22:23:54.699Z Compiling thiserror-impl v1.0.69
12752025-01-28T22:23:54.893Z Compiling crypto-common v0.1.6
12762025-01-28T22:23:55.134Z Compiling block-buffer v0.10.4
12772025-01-28T22:23:55.154Z Compiling zerovec-derive v0.10.3
12782025-01-28T22:23:55.333Z Compiling displaydoc v0.2.5
12792025-01-28T22:23:55.419Z Compiling digest v0.10.7
12802025-01-28T22:23:55.584Z Compiling zerofrom v0.1.4
12812025-01-28T22:23:55.840Z Compiling hmac v0.12.1
12822025-01-28T22:23:55.897Z Compiling futures-macro v0.3.31
12832025-01-28T22:23:56.077Z Compiling block-padding v0.3.3
12842025-01-28T22:23:56.096Z Compiling sha2 v0.10.8
12852025-01-28T22:23:56.335Z Compiling inout v0.1.3
12862025-01-28T22:23:56.618Z Compiling yoke v0.7.4
12872025-01-28T22:23:56.636Z Compiling cipher v0.4.4
12882025-01-28T22:23:56.901Z Compiling icu_provider_macros v1.5.0
12892025-01-28T22:23:56.982Z Compiling ppv-lite86 v0.2.20
12902025-01-28T22:23:57.156Z Compiling der_derive v0.7.3
12912025-01-28T22:23:57.609Z Compiling zerovec v0.10.4
12922025-01-28T22:23:57.742Z Compiling futures-util v0.3.31
12932025-01-28T22:23:57.769Z Compiling rand_chacha v0.3.1
12942025-01-28T22:23:57.795Z Compiling thiserror v1.0.69
12952025-01-28T22:23:57.945Z Compiling tracing-attributes v0.1.27
12962025-01-28T22:23:57.966Z Compiling pest v2.7.14
12972025-01-28T22:23:59.404Z Compiling tinystr v0.7.6
12982025-01-28T22:23:59.605Z Compiling der v0.7.9
12992025-01-28T22:23:59.627Z Compiling icu_collections v1.5.0
13002025-01-28T22:23:59.779Z Compiling icu_locid v1.5.0
13012025-01-28T22:24:00.035Z Compiling rand v0.8.5
13022025-01-28T22:24:01.039Z Compiling icu_provider v1.5.0
13032025-01-28T22:24:01.042Z Compiling salsa20 v0.10.2
13042025-01-28T22:24:01.300Z Compiling pbkdf2 v0.12.2
13052025-01-28T22:24:01.448Z Compiling tracing v0.1.40
13062025-01-28T22:24:01.487Z Compiling powerfmt v0.2.0
13072025-01-28T22:24:01.887Z Compiling icu_locid_transform v1.5.0
13082025-01-28T22:24:01.957Z Compiling spki v0.7.3
13092025-01-28T22:24:01.978Z Compiling untrusted v0.7.1
13102025-01-28T22:24:01.998Z Compiling write16 v1.0.0
13112025-01-28T22:24:02.121Z Compiling mirai-annotations v1.12.0
13122025-01-28T22:24:02.144Z Compiling deranged v0.3.11
13132025-01-28T22:24:02.184Z Compiling scrypt v0.11.0
13142025-01-28T22:24:02.309Z Compiling pest_meta v2.7.14
13152025-01-28T22:24:02.332Z Compiling cbc v0.1.2
13162025-01-28T22:24:02.578Z Compiling aes v0.8.4
13172025-01-28T22:24:02.707Z Compiling openssl-sys v0.9.103
13182025-01-28T22:24:03.121Z Compiling icu_properties v1.5.1
13192025-01-28T22:24:03.538Z Compiling time-macros v0.2.18
13202025-01-28T22:24:03.769Z Compiling scroll_derive v0.12.0
13212025-01-28T22:24:04.919Z Compiling bitflags v2.6.0
13222025-01-28T22:24:05.226Z Compiling bytes v1.9.0
13232025-01-28T22:24:05.509Z Compiling indexmap v2.7.1
13242025-01-28T22:24:06.218Z Compiling tokio v1.43.0
13252025-01-28T22:24:06.482Z Compiling http v1.2.0
13262025-01-28T22:24:06.611Z Compiling semver v1.0.24
13272025-01-28T22:24:06.736Z Compiling icu_normalizer v1.5.0
13282025-01-28T22:24:06.867Z Compiling atomic-waker v1.1.2
13292025-01-28T22:24:07.070Z Compiling rustc_version v0.4.1
13302025-01-28T22:24:07.349Z Compiling tinyvec_macros v0.1.1
13312025-01-28T22:24:07.457Z Compiling num_threads v0.1.7
13322025-01-28T22:24:07.601Z Compiling time v0.3.36
13332025-01-28T22:24:07.770Z Compiling idna_adapter v1.2.0
13342025-01-28T22:24:07.795Z Compiling tinyvec v1.8.0
13352025-01-28T22:24:07.992Z Compiling http-body v1.0.1
13362025-01-28T22:24:08.242Z Compiling scroll v0.12.0
13372025-01-28T22:24:08.370Z Compiling pest_generator v2.7.14
13382025-01-28T22:24:08.489Z Compiling pkcs5 v0.7.1
13392025-01-28T22:24:08.652Z Compiling form_urlencoded v1.2.1
13402025-01-28T22:24:08.807Z Compiling slog v2.7.0
13412025-01-28T22:24:08.987Z Compiling which v4.4.2
13422025-01-28T22:24:09.237Z Compiling try-lock v0.2.5
13432025-01-28T22:24:09.402Z Compiling want v0.3.1
13442025-01-28T22:24:09.595Z Compiling goblin v0.8.2
13452025-01-28T22:24:09.616Z Compiling pkcs8 v0.10.2
13462025-01-28T22:24:09.689Z Compiling idna v1.0.3
13472025-01-28T22:24:09.982Z Compiling uuid v1.12.0
13482025-01-28T22:24:10.286Z Compiling httpdate v1.0.3
13492025-01-28T22:24:10.314Z Compiling pest_derive v2.7.14
13502025-01-28T22:24:10.721Z Compiling iana-time-zone v0.1.61
13512025-01-28T22:24:11.122Z Compiling chrono v0.4.39
13522025-01-28T22:24:11.144Z Compiling dtrace-parser v0.2.0
13532025-01-28T22:24:11.538Z Compiling serde_spanned v0.6.8
13542025-01-28T22:24:11.776Z Compiling serde_tokenstream v0.2.2
13552025-01-28T22:24:12.109Z Compiling toml_datetime v0.6.8
13562025-01-28T22:24:12.282Z Compiling openssl v0.10.66
13572025-01-28T22:24:12.375Z Compiling rustversion v1.0.17
13582025-01-28T22:24:12.606Z Compiling match_cfg v0.1.0
13592025-01-28T22:24:12.688Z Compiling base64 v0.22.1
13602025-01-28T22:24:12.716Z Compiling foreign-types-shared v0.1.1
13612025-01-28T22:24:12.851Z Compiling tower-service v0.3.3
13622025-01-28T22:24:12.985Z Compiling adler2 v2.0.0
13632025-01-28T22:24:13.039Z Compiling foreign-types v0.3.2
13642025-01-28T22:24:13.134Z Compiling hostname v0.3.1
13652025-01-28T22:24:13.154Z Compiling miniz_oxide v0.8.0
13662025-01-28T22:24:13.229Z Compiling url v2.5.3
13672025-01-28T22:24:13.390Z Compiling async-trait v0.1.85
13682025-01-28T22:24:14.424Z Compiling tokio-util v0.7.12
13692025-01-28T22:24:14.601Z Compiling openssl-macros v0.1.1
13702025-01-28T22:24:14.621Z Compiling serde_derive_internals v0.29.1
13712025-01-28T22:24:15.095Z Compiling dirs-sys-next v0.1.2
13722025-01-28T22:24:15.394Z Compiling h2 v0.4.6
13732025-01-28T22:24:15.685Z Compiling dof v0.3.0
13742025-01-28T22:24:15.704Z Compiling schemars v0.8.21
13752025-01-28T22:24:15.899Z Compiling rustls v0.23.19
13762025-01-28T22:24:16.040Z Compiling syn v1.0.109
13772025-01-28T22:24:16.186Z Compiling native-tls v0.2.12
13782025-01-28T22:24:16.539Z Compiling usdt-impl v0.5.0
13792025-01-28T22:24:16.640Z Compiling rustls v0.22.4
13802025-01-28T22:24:16.912Z Compiling siphasher v0.3.11
13812025-01-28T22:24:16.934Z Compiling data-encoding v2.6.0
13822025-01-28T22:24:17.301Z Compiling schemars_derive v0.8.21
13832025-01-28T22:24:17.933Z Compiling dirs-next v2.0.0
13842025-01-28T22:24:19.042Z Compiling unicode-normalization v0.1.24
13852025-01-28T22:24:19.045Z Compiling http-body-util v0.1.2
13862025-01-28T22:24:19.371Z Compiling heapless v0.7.17
13872025-01-28T22:24:19.528Z Compiling crossbeam-epoch v0.9.18
13882025-01-28T22:24:19.641Z Compiling signature v2.2.0
13892025-01-28T22:24:19.781Z Compiling sha1 v0.10.6
13902025-01-28T22:24:19.998Z Compiling bzip2-sys v0.1.11+1.0.8
13912025-01-28T22:24:20.149Z Compiling thread_local v1.1.8
13922025-01-28T22:24:20.232Z Compiling multer v3.1.0
13932025-01-28T22:24:20.253Z Compiling encoding_rs v0.8.34
13942025-01-28T22:24:20.343Z Compiling cookie v0.18.1
13952025-01-28T22:24:20.462Z Compiling openssl-probe v0.1.5
13962025-01-28T22:24:20.552Z Compiling slog-async v2.8.0
13972025-01-28T22:24:20.619Z Compiling signal-hook v0.3.17
13982025-01-28T22:24:20.649Z Compiling unicode-bidi v0.3.17
13992025-01-28T22:24:20.772Z Compiling rayon-core v1.12.1
14002025-01-28T22:24:20.887Z Compiling dyn-clone v1.0.17
14012025-01-28T22:24:21.025Z Compiling ipnet v2.10.1
14022025-01-28T22:24:21.044Z Compiling unicode-properties v0.1.3
14032025-01-28T22:24:21.096Z Compiling mime v0.3.17
14042025-01-28T22:24:21.466Z Compiling gimli v0.31.1
14052025-01-28T22:24:21.617Z Compiling toml_edit v0.22.22
14062025-01-28T22:24:21.882Z Compiling stringprep v0.1.5
14072025-01-28T22:24:22.996Z Compiling hyper v1.5.2
14082025-01-28T22:24:25.564Z Compiling hyper-util v0.1.10
14092025-01-28T22:24:25.582Z Compiling addr2line v0.24.2
14102025-01-28T22:24:25.626Z Compiling crossbeam-deque v0.8.5
14112025-01-28T22:24:26.035Z Compiling usdt-attr-macro v0.5.0
14122025-01-28T22:24:26.191Z Compiling usdt-macro v0.5.0
14132025-01-28T22:24:26.252Z Compiling term v0.7.0
14142025-01-28T22:24:26.976Z Compiling slog-json v2.6.1
14152025-01-28T22:24:27.357Z Compiling serde_urlencoded v0.7.1
14162025-01-28T22:24:27.551Z Compiling curve25519-dalek v4.1.3
14172025-01-28T22:24:27.573Z Compiling crossbeam-channel v0.5.13
14182025-01-28T22:24:27.614Z Compiling futures-executor v0.3.31
14192025-01-28T22:24:27.850Z Compiling md-5 v0.10.6
14202025-01-28T22:24:28.117Z Compiling async-stream-impl v0.3.6
14212025-01-28T22:24:28.150Z Compiling enum-as-inner v0.6.1
14222025-01-28T22:24:28.225Z Compiling rustls-pemfile v2.2.0
14232025-01-28T22:24:28.332Z Compiling num-integer v0.1.46
14242025-01-28T22:24:28.572Z Compiling hash32 v0.2.1
14252025-01-28T22:24:28.592Z Compiling ff v0.13.0
14262025-01-28T22:24:28.816Z Compiling is-terminal v0.4.13
14272025-01-28T22:24:28.936Z Compiling dropshot v0.12.0
14282025-01-28T22:24:28.959Z Compiling object v0.36.5
14292025-01-28T22:24:29.063Z Compiling psl-types v2.0.11
14302025-01-28T22:24:29.089Z Compiling quick-error v1.2.3
14312025-01-28T22:24:29.155Z Compiling base16ct v0.2.0
14322025-01-28T22:24:29.219Z Compiling linked-hash-map v0.5.6
14332025-01-28T22:24:29.251Z Compiling portable-atomic v1.9.0
14342025-01-28T22:24:29.276Z Compiling smoltcp v0.9.1
14352025-01-28T22:24:29.361Z Compiling rustc-demangle v0.1.24
14362025-01-28T22:24:29.482Z Compiling num-bigint-dig v0.8.4
14372025-01-28T22:24:29.549Z Compiling utf-8 v0.7.6
14382025-01-28T22:24:29.792Z Compiling litrs v0.4.1
14392025-01-28T22:24:29.919Z Compiling fallible-iterator v0.2.0
14402025-01-28T22:24:29.940Z Compiling anyhow v1.0.95
14412025-01-28T22:24:30.282Z Compiling take_mut v0.2.2
14422025-01-28T22:24:30.498Z Compiling tungstenite v0.24.0
14432025-01-28T22:24:30.588Z Compiling postgres-protocol v0.6.7
14442025-01-28T22:24:30.954Z Compiling lru-cache v0.1.2
14452025-01-28T22:24:30.985Z Compiling document-features v0.2.10
14462025-01-28T22:24:31.162Z Compiling sec1 v0.7.3
14472025-01-28T22:24:31.493Z Compiling async-stream v0.3.6
14482025-01-28T22:24:31.701Z Compiling publicsuffix v2.3.0
14492025-01-28T22:24:31.835Z Compiling resolv-conf v0.7.0
14502025-01-28T22:24:31.870Z Compiling hickory-proto v0.24.2
14512025-01-28T22:24:31.989Z Compiling usdt v0.5.0
14522025-01-28T22:24:32.177Z Compiling slog-term v2.9.1
14532025-01-28T22:24:32.565Z Compiling num-iter v0.1.45
14542025-01-28T22:24:32.587Z Compiling group v0.13.0
14552025-01-28T22:24:32.871Z Compiling futures v0.3.31
14562025-01-28T22:24:32.908Z Compiling slog-bunyan v2.5.0
14572025-01-28T22:24:33.488Z Compiling camino v1.1.9
14582025-01-28T22:24:34.310Z Compiling toml v0.8.19
14592025-01-28T22:24:34.361Z Compiling tokio-native-tls v0.3.1
14602025-01-28T22:24:34.657Z Compiling phf_shared v0.11.2
14612025-01-28T22:24:34.688Z Compiling dropshot_endpoint v0.12.0
14622025-01-28T22:24:35.050Z Compiling terminal_size v0.4.0
14632025-01-28T22:24:35.071Z Compiling openapiv3 v2.0.0
14642025-01-28T22:24:35.277Z Compiling waitgroup v0.1.2
14652025-01-28T22:24:35.519Z Compiling backtrace v0.3.74
14662025-01-28T22:24:35.867Z Compiling serde_path_to_error v0.1.16
14672025-01-28T22:24:36.074Z Compiling hkdf v0.12.4
14682025-01-28T22:24:36.347Z Compiling crypto-bigint v0.5.5
14692025-01-28T22:24:36.627Z Compiling curve25519-dalek-derive v0.1.1
14702025-01-28T22:24:38.069Z Compiling zerocopy-derive v0.6.6
14712025-01-28T22:24:38.584Z Compiling webpki-roots v0.26.6
14722025-01-28T22:24:38.814Z Compiling hostname v0.4.0
14732025-01-28T22:24:38.966Z Compiling crc32fast v1.4.2
14742025-01-28T22:24:39.017Z Compiling ahash v0.8.11
14752025-01-28T22:24:39.041Z Compiling fs-err v2.11.0
14762025-01-28T22:24:39.303Z Compiling newtype-uuid v1.2.1
14772025-01-28T22:24:39.329Z Compiling hubpack_derive v0.1.1
14782025-01-28T22:24:39.349Z Compiling winnow v0.5.40
14792025-01-28T22:24:39.369Z Compiling bitflags v1.3.2
14802025-01-28T22:24:39.482Z Compiling unicode-width v0.2.0
14812025-01-28T22:24:39.579Z Compiling managed v0.8.0
14822025-01-28T22:24:40.038Z Compiling debug-ignore v1.0.5
14832025-01-28T22:24:40.059Z Compiling zerocopy v0.6.6
14842025-01-28T22:24:40.086Z Compiling console v0.15.10
14852025-01-28T22:24:40.165Z Compiling hubpack v0.1.2
14862025-01-28T22:24:40.601Z Compiling clap_builder v4.5.27
14872025-01-28T22:24:40.918Z Compiling strum_macros v0.25.3
14882025-01-28T22:24:41.156Z Compiling elliptic-curve v0.13.8
14892025-01-28T22:24:41.459Z Compiling flate2 v1.0.35
14902025-01-28T22:24:42.161Z Compiling hickory-resolver v0.24.2
14912025-01-28T22:24:42.367Z Compiling phf v0.11.2
14922025-01-28T22:24:42.641Z Compiling toml_edit v0.19.15
14932025-01-28T22:24:42.842Z Compiling hyper-tls v0.6.0
14942025-01-28T22:24:43.132Z Compiling signal-hook-mio v0.2.4
14952025-01-28T22:24:43.257Z Compiling rayon v1.10.0
14962025-01-28T22:24:43.317Z Compiling cookie_store v0.21.1
14972025-01-28T22:24:44.687Z Compiling bzip2 v0.4.4
14982025-01-28T22:24:45.132Z Compiling tokio-tungstenite v0.24.0
14992025-01-28T22:24:45.692Z Compiling postgres-types v0.2.8
15002025-01-28T22:24:47.650Z Compiling ed25519 v2.2.3
15012025-01-28T22:24:48.011Z Compiling phf_shared v0.10.0
15022025-01-28T22:24:48.247Z Compiling tokio-stream v0.1.16
15032025-01-28T22:24:48.397Z Compiling pkcs1 v0.7.5
15042025-01-28T22:24:48.661Z Compiling serde-big-array v0.5.1
15052025-01-28T22:24:48.881Z Compiling rfc6979 v0.4.0
15062025-01-28T22:24:49.091Z Compiling derive-where v1.2.7
15072025-01-28T22:24:49.235Z Compiling serde_repr v0.1.19
15082025-01-28T22:24:49.299Z Compiling clap_derive v4.5.24
15092025-01-28T22:24:49.513Z Compiling bstr v1.10.0
15102025-01-28T22:24:49.978Z Compiling float-cmp v0.9.0
15112025-01-28T22:24:50.001Z Compiling sync_wrapper v1.0.1
15122025-01-28T22:24:50.180Z Compiling unicode-segmentation v1.12.0
15132025-01-28T22:24:50.212Z Compiling fixedbitset v0.4.2
15142025-01-28T22:24:50.375Z Compiling number_prefix v0.4.0
15152025-01-28T22:24:50.614Z Compiling precomputed-hash v0.1.1
15162025-01-28T22:24:50.681Z Compiling static_assertions v1.1.0
15172025-01-28T22:24:50.760Z Compiling whoami v1.5.2
15182025-01-28T22:24:50.800Z Compiling predicates-core v1.0.8
15192025-01-28T22:24:51.104Z Compiling new_debug_unreachable v1.0.6
15202025-01-28T22:24:51.126Z Compiling normalize-line-endings v0.3.0
15212025-01-28T22:24:51.146Z Compiling difflib v0.4.0
15222025-01-28T22:24:51.213Z Compiling bit-vec v0.6.3
15232025-01-28T22:24:51.269Z Compiling string_cache v0.8.7
15242025-01-28T22:24:51.320Z Compiling tokio-postgres v0.7.12
15252025-01-28T22:24:51.655Z Compiling predicates v3.1.2
15262025-01-28T22:24:51.702Z Compiling bit-set v0.5.3
15272025-01-28T22:24:52.009Z Compiling similar v2.6.0
15282025-01-28T22:24:52.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15292025-01-28T22:24:52.541Z Compiling indicatif v0.17.9
15302025-01-28T22:24:53.198Z Compiling petgraph v0.6.5
15312025-01-28T22:24:53.965Z Compiling clap v4.5.27
15322025-01-28T22:24:54.017Z Compiling ecdsa v0.16.9
15332025-01-28T22:24:54.091Z Compiling rsa v0.9.6
15342025-01-28T22:24:54.536Z Compiling ed25519-dalek v2.1.1
15352025-01-28T22:24:54.845Z Compiling toml v0.7.8
15362025-01-28T22:24:55.864Z Compiling zip v0.6.6
15372025-01-28T22:24:56.386Z Compiling crossterm v0.28.1
15382025-01-28T22:24:57.530Z Compiling hex v0.4.3
15392025-01-28T22:24:57.636Z Compiling x509-cert v0.2.5
15402025-01-28T22:24:57.681Z Compiling itertools v0.10.5
15412025-01-28T22:24:58.102Z Compiling lalrpop-util v0.19.12
15422025-01-28T22:24:58.487Z Compiling peg-runtime v0.8.3
15432025-01-28T22:24:58.643Z Compiling unicode-xid v0.2.6
15442025-01-28T22:24:58.734Z Compiling strum_macros v0.26.4
15452025-01-28T22:24:58.845Z Compiling xattr v1.3.1
15462025-01-28T22:24:59.071Z Compiling filetime v0.2.25
15472025-01-28T22:24:59.385Z Compiling tar v0.4.42
15482025-01-28T22:25:03.385Z Compiling strum v0.26.3
15492025-01-28T22:25:06.627Z Compiling aws-lc-sys v0.22.0
15502025-01-28T22:25:34.416Z Compiling rustls-webpki v0.102.8
15512025-01-28T22:25:37.798Z Compiling tokio-rustls v0.25.0
15522025-01-28T22:25:39.514Z Compiling tokio-rustls v0.26.0
15532025-01-28T22:25:39.833Z Compiling hyper-rustls v0.27.3
15542025-01-28T22:25:40.226Z Compiling reqwest v0.12.9
15552025-01-28T22:25:41.543Z Compiling qorb v0.2.1
15562025-01-28T22:25:44.728Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572025-01-28T22:25:44.984Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582025-01-28T22:25:49.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15592025-01-28T22:25:49.688Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: Clickhouse
15612025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: Console
15622025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: Cockroach
15632025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: DendriteOpenapi
15642025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: DendriteStub
15652025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: MaghemiteMgd
15662025-01-28T22:25:49.744ZJan 28 22:25:49.091 INFO Starting download, target: TransceiverControl
15672025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15682025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15692025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15712025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15722025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-01-28T22:25:49.749ZJan 28 22:25:49.092 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15742025-01-28T22:25:49.963ZJan 28 22:25:49.306 INFO Download complete, target: DendriteOpenapi
15752025-01-28T22:25:50.157ZJan 28 22:25:49.500 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15762025-01-28T22:25:50.392ZJan 28 22:25:49.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772025-01-28T22:25:50.512ZJan 28 22:25:49.855 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-01-28T22:25:50.759ZJan 28 22:25:50.102 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15792025-01-28T22:25:50.800ZJan 28 22:25:50.142 INFO Download complete, target: Console
15802025-01-28T22:25:50.854ZJan 28 22:25:50.200 INFO Download complete, target: TransceiverControl
15812025-01-28T22:25:51.267ZJan 28 22:25:50.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822025-01-28T22:25:51.267ZJan 28 22:25:50.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832025-01-28T22:25:51.633ZJan 28 22:25:50.980 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15842025-01-28T22:25:53.407ZJan 28 22:25:52.753 INFO Download complete, target: DendriteStub
15852025-01-28T22:25:53.627ZJan 28 22:25:52.973 INFO Download complete, target: MaghemiteMgd
15862025-01-28T22:25:58.727ZJan 28 22:25:58.073 INFO Checking that binary works, target: Cockroach
15872025-01-28T22:25:59.022ZJan 28 22:25:58.368 INFO Download complete, target: Cockroach
15882025-01-28T22:26:04.173ZJan 28 22:26:03.513 INFO Checking that binary works, target: Clickhouse
15892025-01-28T22:26:04.300ZJan 28 22:26:03.636 INFO Download complete, target: Clickhouse
15902025-01-28T22:26:04.324ZAll builder prerequisites installed successfully, and PATH looks valid
15912025-01-28T22:26:04.363Z
15922025-01-28T22:26:04.363Zreal 5:16.158048487
15932025-01-28T22:26:04.363Zuser 15:52.023439229
15942025-01-28T22:26:04.363Zsys 2:06.050204246
15952025-01-28T22:26:04.363Ztrap 0.604817746
15962025-01-28T22:26:04.363Ztflt 1.564667848
15972025-01-28T22:26:04.363Zdflt 1.594457919
15982025-01-28T22:26:04.363Zkflt 0.024551049
15992025-01-28T22:26:04.363Zlock 25:32.502143681
16002025-01-28T22:26:04.363Zslp 56:15.494634356
16012025-01-28T22:26:04.363Zlat 1:00.078107715
16022025-01-28T22:26:04.363Zstop 2:24.392040013
16032025-01-28T22:26:04.363Z+ banner hack-check
16042025-01-28T22:26:04.363Z
16052025-01-28T22:26:04.363Z # # ## #### # # #### # # ###### #### # #
16062025-01-28T22:26:04.363Z # # # # # # # # # # # # # # # # #
16072025-01-28T22:26:04.363Z ###### # # # #### ##### # ###### ##### # ####
16082025-01-28T22:26:04.363Z # # ###### # # # # # # # # # #
16092025-01-28T22:26:04.363Z # # # # # # # # # # # # # # # # #
16102025-01-28T22:26:04.363Z # # # # #### # # #### # # ###### #### # #
16112025-01-28T22:26:04.364Z
16122025-01-28T22:26:04.364Z+ export CARGO_INCREMENTAL=0
16132025-01-28T22:26:04.364Z+ CARGO_INCREMENTAL=0
16142025-01-28T22:26:04.364Z+ ptime -m timeout 2h cargo xtask check-features --ci
16152025-01-28T22:26:04.859Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16162025-01-28T22:26:07.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
16172025-01-28T22:26:07.865Z Running `target/debug/xtask check-features --ci`
16182025-01-28T22:26:07.888Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16192025-01-28T22:26:07.891Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16202025-01-28T22:26:08.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16212025-01-28T22:26:08.348Z Running `target/debug/xtask download cargo-hack`
16222025-01-28T22:26:09.193Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232025-01-28T22:26:09.576Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242025-01-28T22:26:13.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
16252025-01-28T22:26:13.467Z Running `target/debug/xtask-downloader cargo-hack`
16262025-01-28T22:26:13.505ZJan 28 22:26:12.847 INFO Starting download, target: CargoHack
16272025-01-28T22:26:13.509ZJan 28 22:26:12.848 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16282025-01-28T22:26:14.165ZJan 28 22:26:13.508 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16292025-01-28T22:26:14.261ZJan 28 22:26:13.603 INFO Download complete, target: CargoHack
16302025-01-28T22:26:14.265Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16312025-01-28T22:26:14.280Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16322025-01-28T22:26:14.458Zinfo: running `cargo check --bins` on api_identity (1/197)
16332025-01-28T22:26:14.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342025-01-28T22:26:14.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352025-01-28T22:26:14.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362025-01-28T22:26:15.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16372025-01-28T22:26:15.076Z
16382025-01-28T22:26:15.076Zinfo: running `cargo check --bins` on bootstore (2/197)
16392025-01-28T22:26:15.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-28T22:26:15.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-28T22:26:15.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-28T22:26:15.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16432025-01-28T22:26:15.717Z
16442025-01-28T22:26:15.717Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16452025-01-28T22:26:16.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-28T22:26:16.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-28T22:26:16.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-28T22:26:16.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16492025-01-28T22:26:16.349Z
16502025-01-28T22:26:16.349Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16512025-01-28T22:26:16.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-28T22:26:16.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-28T22:26:16.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-28T22:26:16.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16552025-01-28T22:26:16.974Z
16562025-01-28T22:26:16.974Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16572025-01-28T22:26:17.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-28T22:26:17.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-28T22:26:17.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-28T22:26:17.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16612025-01-28T22:26:17.409Z
16622025-01-28T22:26:17.409Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16632025-01-28T22:26:17.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-28T22:26:17.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-28T22:26:17.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-28T22:26:17.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16672025-01-28T22:26:17.851Z
16682025-01-28T22:26:17.851Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16692025-01-28T22:26:18.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-28T22:26:18.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-28T22:26:18.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-28T22:26:18.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732025-01-28T22:26:18.279Z
16742025-01-28T22:26:18.279Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16752025-01-28T22:26:18.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-28T22:26:18.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-28T22:26:18.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-28T22:26:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16792025-01-28T22:26:18.717Z
16802025-01-28T22:26:18.717Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16812025-01-28T22:26:19.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-28T22:26:19.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-28T22:26:19.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-28T22:26:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16852025-01-28T22:26:19.142Z
16862025-01-28T22:26:19.142Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16872025-01-28T22:26:19.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-28T22:26:19.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-28T22:26:19.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-28T22:26:19.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16912025-01-28T22:26:19.572Z
16922025-01-28T22:26:19.572Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16932025-01-28T22:26:19.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-28T22:26:19.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-28T22:26:19.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-28T22:26:19.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16972025-01-28T22:26:19.999Z
16982025-01-28T22:26:19.999Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16992025-01-28T22:26:20.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-28T22:26:20.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-28T22:26:20.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-28T22:26:20.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17032025-01-28T22:26:20.433Z
17042025-01-28T22:26:20.433Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17052025-01-28T22:26:20.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-28T22:26:20.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-28T22:26:20.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-28T22:26:20.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17092025-01-28T22:26:20.863Z
17102025-01-28T22:26:20.863Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17112025-01-28T22:26:21.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-28T22:26:21.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-28T22:26:21.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-28T22:26:21.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152025-01-28T22:26:21.285Z
17162025-01-28T22:26:21.285Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17172025-01-28T22:26:21.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-28T22:26:21.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-28T22:26:21.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-28T22:26:21.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212025-01-28T22:26:21.712Z
17222025-01-28T22:26:21.712Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17232025-01-28T22:26:22.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-28T22:26:22.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-28T22:26:22.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-28T22:26:22.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17272025-01-28T22:26:22.158Z
17282025-01-28T22:26:22.158Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17292025-01-28T22:26:22.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-28T22:26:22.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-28T22:26:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-28T22:26:22.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17332025-01-28T22:26:22.593Z
17342025-01-28T22:26:22.593Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17352025-01-28T22:26:22.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-28T22:26:22.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-28T22:26:22.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-28T22:26:22.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392025-01-28T22:26:23.027Z
17402025-01-28T22:26:23.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17412025-01-28T22:26:23.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-28T22:26:23.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-28T22:26:23.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-28T22:26:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452025-01-28T22:26:23.461Z
17462025-01-28T22:26:23.461Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17472025-01-28T22:26:23.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-28T22:26:23.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-28T22:26:23.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-28T22:26:23.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512025-01-28T22:26:23.896Z
17522025-01-28T22:26:23.896Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17532025-01-28T22:26:24.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-28T22:26:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-28T22:26:24.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-28T22:26:24.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17572025-01-28T22:26:24.336Z
17582025-01-28T22:26:24.337Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17592025-01-28T22:26:24.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-28T22:26:24.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-28T22:26:24.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-28T22:26:24.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17632025-01-28T22:26:24.773Z
17642025-01-28T22:26:24.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17652025-01-28T22:26:25.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-28T22:26:25.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-28T22:26:25.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-28T22:26:25.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17692025-01-28T22:26:25.221Z
17702025-01-28T22:26:25.221Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17712025-01-28T22:26:25.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-28T22:26:25.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-28T22:26:25.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-28T22:26:25.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17752025-01-28T22:26:25.666Z
17762025-01-28T22:26:25.666Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17772025-01-28T22:26:26.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-28T22:26:26.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-28T22:26:26.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-28T22:26:26.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17812025-01-28T22:26:26.103Z
17822025-01-28T22:26:26.103Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17832025-01-28T22:26:26.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-28T22:26:26.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-28T22:26:26.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-28T22:26:26.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17872025-01-28T22:26:26.543Z
17882025-01-28T22:26:26.543Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17892025-01-28T22:26:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-28T22:26:26.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-28T22:26:26.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-28T22:26:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17932025-01-28T22:26:26.979Z
17942025-01-28T22:26:26.979Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17952025-01-28T22:26:27.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-28T22:26:27.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-28T22:26:27.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-28T22:26:27.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17992025-01-28T22:26:27.415Z
18002025-01-28T22:26:27.415Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18012025-01-28T22:26:27.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-28T22:26:27.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-28T22:26:27.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-01-28T22:26:27.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18052025-01-28T22:26:27.854Z
18062025-01-28T22:26:27.855Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18072025-01-28T22:26:28.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-01-28T22:26:28.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-01-28T22:26:28.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-01-28T22:26:28.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18112025-01-28T22:26:28.287Z
18122025-01-28T22:26:28.287Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18132025-01-28T22:26:28.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-01-28T22:26:28.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-01-28T22:26:28.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-01-28T22:26:28.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18172025-01-28T22:26:28.711Z
18182025-01-28T22:26:28.711Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18192025-01-28T22:26:29.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-01-28T22:26:29.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-01-28T22:26:29.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-01-28T22:26:29.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18232025-01-28T22:26:29.139Z
18242025-01-28T22:26:29.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18252025-01-28T22:26:29.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-01-28T22:26:29.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-01-28T22:26:29.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-01-28T22:26:29.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18292025-01-28T22:26:29.580Z
18302025-01-28T22:26:29.580Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18312025-01-28T22:26:29.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-01-28T22:26:29.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-01-28T22:26:29.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-01-28T22:26:29.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18352025-01-28T22:26:30.018Z
18362025-01-28T22:26:30.018Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18372025-01-28T22:26:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-01-28T22:26:30.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-01-28T22:26:30.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-01-28T22:26:30.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18412025-01-28T22:26:30.446Z
18422025-01-28T22:26:30.446Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18432025-01-28T22:26:30.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-01-28T22:26:30.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-01-28T22:26:30.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-01-28T22:26:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18472025-01-28T22:26:30.892Z
18482025-01-28T22:26:30.892Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18492025-01-28T22:26:31.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-01-28T22:26:31.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-01-28T22:26:31.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-01-28T22:26:31.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18532025-01-28T22:26:31.330Z
18542025-01-28T22:26:31.330Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18552025-01-28T22:26:31.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-01-28T22:26:31.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-01-28T22:26:31.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-01-28T22:26:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18592025-01-28T22:26:31.770Z
18602025-01-28T22:26:31.770Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18612025-01-28T22:26:32.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-01-28T22:26:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-01-28T22:26:32.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-01-28T22:26:32.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18652025-01-28T22:26:32.207Z
18662025-01-28T22:26:32.207Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18672025-01-28T22:26:32.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-01-28T22:26:32.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-01-28T22:26:32.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-01-28T22:26:32.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712025-01-28T22:26:32.657Z
18722025-01-28T22:26:32.657Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18732025-01-28T22:26:33.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-01-28T22:26:33.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-01-28T22:26:33.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-01-28T22:26:33.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18772025-01-28T22:26:33.115Z
18782025-01-28T22:26:33.115Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18792025-01-28T22:26:33.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-01-28T22:26:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-01-28T22:26:33.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-01-28T22:26:33.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832025-01-28T22:26:33.562Z
18842025-01-28T22:26:33.562Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18852025-01-28T22:26:33.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-01-28T22:26:33.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-01-28T22:26:33.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-01-28T22:26:33.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18892025-01-28T22:26:34.006Z
18902025-01-28T22:26:34.006Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18912025-01-28T22:26:34.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-01-28T22:26:34.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-01-28T22:26:34.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-01-28T22:26:34.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18952025-01-28T22:26:34.450Z
18962025-01-28T22:26:34.451Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18972025-01-28T22:26:35.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-01-28T22:26:35.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-01-28T22:26:35.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-01-28T22:26:35.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19012025-01-28T22:26:35.105Z
19022025-01-28T22:26:35.105Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19032025-01-28T22:26:35.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-01-28T22:26:35.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-01-28T22:26:35.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-01-28T22:26:35.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19072025-01-28T22:26:35.755Z
19082025-01-28T22:26:35.755Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19092025-01-28T22:26:36.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-01-28T22:26:36.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-01-28T22:26:36.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-01-28T22:26:36.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
19132025-01-28T22:26:36.430Z
19142025-01-28T22:26:36.430Zinfo: running `cargo check --bins` on oxlog (48/197)
19152025-01-28T22:26:36.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-01-28T22:26:36.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-01-28T22:26:37.065Z Checking cfg-if v1.0.0
19182025-01-28T22:26:37.067Z Checking libc v0.2.169
19192025-01-28T22:26:37.178Z Checking serde v1.0.217
19202025-01-28T22:26:37.178Z Checking zeroize v1.8.1
19212025-01-28T22:26:37.199Z Checking memchr v2.7.4
19222025-01-28T22:26:37.211Z Checking typenum v1.17.0
19232025-01-28T22:26:37.214Z Checking subtle v2.6.1
19242025-01-28T22:26:37.214Z Checking scopeguard v1.2.0
19252025-01-28T22:26:37.253Z Checking value-bag v1.9.0
19262025-01-28T22:26:37.383Z Checking lock_api v0.4.12
19272025-01-28T22:26:37.432Z Checking smallvec v1.13.2
19282025-01-28T22:26:37.484Z Checking const-oid v0.9.6
19292025-01-28T22:26:37.657Z Checking log v0.4.22
19302025-01-28T22:26:37.751Z Checking itoa v1.0.11
19312025-01-28T22:26:37.785Z Checking pin-project-lite v0.2.14
19322025-01-28T22:26:37.925Z Checking byteorder v1.5.0
19332025-01-28T22:26:37.981Z Checking once_cell v1.20.2
19342025-01-28T22:26:38.040Z Checking futures-core v0.3.31
19352025-01-28T22:26:38.159Z Checking cpufeatures v0.2.14
19362025-01-28T22:26:38.181Z Checking getrandom v0.2.15
19372025-01-28T22:26:38.238Z Checking signal-hook-registry v1.4.2
19382025-01-28T22:26:38.261Z Checking parking_lot_core v0.9.10
19392025-01-28T22:26:38.277Z Checking mio v1.0.2
19402025-01-28T22:26:38.292Z Checking generic-array v0.14.7
19412025-01-28T22:26:38.307Z Checking stable_deref_trait v1.2.0
19422025-01-28T22:26:38.403Z Checking rand_core v0.6.4
19432025-01-28T22:26:38.423Z Checking futures-sink v0.3.31
19442025-01-28T22:26:38.480Z Checking socket2 v0.5.7
19452025-01-28T22:26:38.565Z Checking zerocopy v0.7.35
19462025-01-28T22:26:38.619Z Checking parking_lot v0.12.3
19472025-01-28T22:26:38.718Z Checking zerofrom v0.1.4
19482025-01-28T22:26:38.889Z Checking spin v0.9.8
19492025-01-28T22:26:38.941Z Checking yoke v0.7.4
19502025-01-28T22:26:38.955Z Checking slab v0.4.9
19512025-01-28T22:26:38.972Z Checking futures-channel v0.3.31
19522025-01-28T22:26:39.212Z Checking pin-utils v0.1.0
19532025-01-28T22:26:39.225Z Checking foldhash v0.1.3
19542025-01-28T22:26:39.279Z Checking zerovec v0.10.4
19552025-01-28T22:26:39.301Z Checking futures-io v0.3.31
19562025-01-28T22:26:39.304Z Checking equivalent v1.0.1
19572025-01-28T22:26:39.344Z Checking crypto-common v0.1.6
19582025-01-28T22:26:39.391Z Checking block-buffer v0.10.4
19592025-01-28T22:26:39.414Z Checking allocator-api2 v0.2.18
19602025-01-28T22:26:39.428Z Checking futures-task v0.3.31
19612025-01-28T22:26:39.491Z Checking block-padding v0.3.3
19622025-01-28T22:26:39.531Z Checking ryu v1.0.18
19632025-01-28T22:26:39.609Z Checking digest v0.10.7
19642025-01-28T22:26:39.657Z Checking futures-util v0.3.31
19652025-01-28T22:26:39.704Z Checking inout v0.1.3
19662025-01-28T22:26:39.762Z Checking litemap v0.7.3
19672025-01-28T22:26:39.785Z Checking fnv v1.0.7
19682025-01-28T22:26:39.920Z Checking writeable v0.5.5
19692025-01-28T22:26:39.939Z Checking cipher v0.4.4
19702025-01-28T22:26:39.963Z Checking hmac v0.12.1
19712025-01-28T22:26:39.983Z Checking hashbrown v0.15.1
19722025-01-28T22:26:40.103Z Checking sha2 v0.10.8
19732025-01-28T22:26:40.193Z Checking libm v0.2.8
19742025-01-28T22:26:40.248Z Checking base64ct v1.6.0
19752025-01-28T22:26:40.318Z Checking ppv-lite86 v0.2.20
19762025-01-28T22:26:40.649Z Checking flagset v0.4.6
19772025-01-28T22:26:40.682Z Checking pem-rfc7468 v0.7.0
19782025-01-28T22:26:40.801Z Checking tinystr v0.7.6
19792025-01-28T22:26:40.855Z Checking icu_locid_transform_data v1.5.0
19802025-01-28T22:26:40.953Z Checking der v0.7.9
19812025-01-28T22:26:40.970Z Checking icu_collections v1.5.0
19822025-01-28T22:26:41.018Z Checking rand_chacha v0.3.1
19832025-01-28T22:26:41.036Z Checking tracing-core v0.1.32
19842025-01-28T22:26:41.118Z Checking num-traits v0.2.19
19852025-01-28T22:26:41.142Z Checking icu_locid v1.5.0
19862025-01-28T22:26:41.403Z Checking thiserror v1.0.69
19872025-01-28T22:26:41.555Z Checking rustls-pki-types v1.10.0
19882025-01-28T22:26:41.606Z Checking percent-encoding v2.3.1
19892025-01-28T22:26:41.650Z Checking icu_properties_data v1.5.0
19902025-01-28T22:26:41.781Z Checking bytes v1.9.0
19912025-01-28T22:26:41.813Z Checking indexmap v2.7.1
19922025-01-28T22:26:41.878Z Checking serde_json v1.0.135
19932025-01-28T22:26:42.126Z Checking bitflags v2.6.0
19942025-01-28T22:26:42.143Z Checking icu_provider v1.5.0
19952025-01-28T22:26:42.425Z Checking tracing v0.1.40
19962025-01-28T22:26:42.552Z Checking tokio v1.43.0
19972025-01-28T22:26:42.599Z Checking http v1.2.0
19982025-01-28T22:26:42.696Z Checking spki v0.7.3
19992025-01-28T22:26:42.756Z Checking icu_locid_transform v1.5.0
20002025-01-28T22:26:42.792Z Checking rand v0.8.5
20012025-01-28T22:26:42.982Z Checking salsa20 v0.10.2
20022025-01-28T22:26:42.999Z Checking pbkdf2 v0.12.2
20032025-01-28T22:26:43.170Z Checking aws-lc-sys v0.22.0
20042025-01-28T22:26:43.218Z Checking httparse v1.9.5
20052025-01-28T22:26:43.490Z Checking untrusted v0.9.0
20062025-01-28T22:26:43.654Z Checking write16 v1.0.0
20072025-01-28T22:26:43.674Z Checking mirai-annotations v1.12.0
20082025-01-28T22:26:43.792Z Checking powerfmt v0.2.0
20092025-01-28T22:26:43.809Z Checking icu_properties v1.5.1
20102025-01-28T22:26:43.873Z Checking icu_normalizer_data v1.5.0
20112025-01-28T22:26:43.897Z Checking utf16_iter v1.0.5
20122025-01-28T22:26:43.969Z Checking utf8_iter v1.0.4
20132025-01-28T22:26:44.016Z Checking untrusted v0.7.1
20142025-01-28T22:26:44.035Z Checking deranged v0.3.11
20152025-01-28T22:26:44.082Z Checking ring v0.17.8
20162025-01-28T22:26:44.126Z Checking scrypt v0.11.0
20172025-01-28T22:26:44.162Z Checking cbc v0.1.2
20182025-01-28T22:26:44.166Z Checking aes v0.8.4
20192025-01-28T22:26:44.343Z Checking crossbeam-utils v0.8.20
20202025-01-28T22:26:44.369Z Checking atomic-waker v1.1.2
20212025-01-28T22:26:44.526Z Checking num-conv v0.1.0
20222025-01-28T22:26:44.785Z Checking time-core v0.1.2
20232025-01-28T22:26:44.955Z Checking num_threads v0.1.7
20242025-01-28T22:26:45.058Z Checking tinyvec_macros v0.1.1
20252025-01-28T22:26:45.075Z Checking pkcs5 v0.7.1
20262025-01-28T22:26:45.091Z Checking http-body v1.0.1
20272025-01-28T22:26:45.148Z Checking tinyvec v1.8.0
20282025-01-28T22:26:45.301Z Checking form_urlencoded v1.2.1
20292025-01-28T22:26:45.340Z Checking aws-lc-rs v1.10.0
20302025-01-28T22:26:45.357Z Checking time v0.3.36
20312025-01-28T22:26:45.504Z Checking try-lock v0.2.5
20322025-01-28T22:26:45.590Z Checking pkcs8 v0.10.2
20332025-01-28T22:26:45.655Z Checking want v0.3.1
20342025-01-28T22:26:45.865Z Checking uuid v1.12.0
20352025-01-28T22:26:45.875Z Checking httpdate v1.0.3
20362025-01-28T22:26:45.926Z Checking unicode-ident v1.0.14
20372025-01-28T22:26:46.153Z Checking proc-macro2 v1.0.92
20382025-01-28T22:26:46.180Z Checking serde_spanned v0.6.8
20392025-01-28T22:26:46.348Z Checking toml_datetime v0.6.8
20402025-01-28T22:26:46.489Z Checking slog v2.7.0
20412025-01-28T22:26:46.490Z Checking scroll v0.12.0
20422025-01-28T22:26:46.654Z Checking ucd-trie v0.1.7
20432025-01-28T22:26:46.805Z Checking plain v0.2.3
20442025-01-28T22:26:46.869Z Checking foreign-types-shared v0.1.1
20452025-01-28T22:26:46.950Z Checking base64 v0.22.1
20462025-01-28T22:26:46.966Z Checking icu_normalizer v1.5.0
20472025-01-28T22:26:46.969Z Checking iana-time-zone v0.1.61
20482025-01-28T22:26:46.969Z Checking adler2 v2.0.0
20492025-01-28T22:26:46.981Z Checking match_cfg v0.1.0
20502025-01-28T22:26:47.031Z Checking rustls-webpki v0.102.8
20512025-01-28T22:26:47.102Z Checking tower-service v0.3.3
20522025-01-28T22:26:47.134Z Checking miniz_oxide v0.8.0
20532025-01-28T22:26:47.150Z Checking chrono v0.4.39
20542025-01-28T22:26:47.230Z Checking hostname v0.3.1
20552025-01-28T22:26:47.363Z Checking foreign-types v0.3.2
20562025-01-28T22:26:47.408Z Checking goblin v0.8.2
20572025-01-28T22:26:47.468Z Checking pest v2.7.14
20582025-01-28T22:26:47.654Z Checking quote v1.0.38
20592025-01-28T22:26:47.760Z Checking idna_adapter v1.2.0
20602025-01-28T22:26:47.787Z Checking openssl-sys v0.9.103
20612025-01-28T22:26:47.871Z Checking dirs-sys-next v0.1.2
20622025-01-28T22:26:47.937Z Checking idna v1.0.3
20632025-01-28T22:26:47.996Z Checking errno v0.3.9
20642025-01-28T22:26:48.051Z Checking aho-corasick v1.1.3
20652025-01-28T22:26:48.174Z Compiling newtype-uuid v1.2.1
20662025-01-28T22:26:48.465Z Checking url v2.5.3
20672025-01-28T22:26:48.483Z Checking siphasher v0.3.11
20682025-01-28T22:26:48.786Z Checking regex-syntax v0.8.5
20692025-01-28T22:26:48.944Z Checking pretty-hex v0.4.1
20702025-01-28T22:26:49.090Z Checking data-encoding v2.6.0
20712025-01-28T22:26:49.138Z Checking openssl v0.10.66
20722025-01-28T22:26:49.311Z Checking tokio-util v0.7.12
20732025-01-28T22:26:49.362Z Checking rustix v0.38.37
20742025-01-28T22:26:49.621Z Checking dirs-next v2.0.0
20752025-01-28T22:26:49.624Z Checking syn v2.0.96
20762025-01-28T22:26:49.763Z Checking unicode-normalization v0.1.24
20772025-01-28T22:26:50.050Z Checking dtrace-parser v0.2.0
20782025-01-28T22:26:50.111Z Checking h2 v0.4.6
20792025-01-28T22:26:50.519Z Checking http-body-util v0.1.2
20802025-01-28T22:26:50.715Z Checking crossbeam-epoch v0.9.18
20812025-01-28T22:26:50.957Z Checking signature v2.2.0
20822025-01-28T22:26:51.126Z Checking sha1 v0.10.6
20832025-01-28T22:26:51.172Z Checking thread_local v1.1.8
20842025-01-28T22:26:51.399Z Checking thread-id v4.2.2
20852025-01-28T22:26:51.449Z Checking encoding_rs v0.8.34
20862025-01-28T22:26:51.520Z Checking unicode-properties v0.1.3
20872025-01-28T22:26:51.896Z Checking openssl-probe v0.1.5
20882025-01-28T22:26:52.065Z Checking ipnet v2.10.1
20892025-01-28T22:26:52.083Z Checking regex-automata v0.4.8
20902025-01-28T22:26:52.321Z Checking dof v0.3.0
20912025-01-28T22:26:52.434Z Checking either v1.13.0
20922025-01-28T22:26:52.550Z Checking winnow v0.6.20
20932025-01-28T22:26:52.786Z Checking unicode-bidi v0.3.17
20942025-01-28T22:26:52.911Z Checking anstyle v1.0.10
20952025-01-28T22:26:53.272Z Checking gimli v0.31.1
20962025-01-28T22:26:53.403Z Checking utf8parse v0.2.2
20972025-01-28T22:26:53.574Z Checking mime v0.3.17
20982025-01-28T22:26:53.807Z Checking anstyle-parse v0.2.5
20992025-01-28T22:26:53.907Z Checking stringprep v0.1.5
21002025-01-28T22:26:54.068Z Checking crossbeam-deque v0.8.5
21012025-01-28T22:26:54.194Z Checking term v0.7.0
21022025-01-28T22:26:54.284Z Checking native-tls v0.2.12
21032025-01-28T22:26:54.412Z Checking rustls v0.23.19
21042025-01-28T22:26:54.604Z Checking rustls v0.22.4
21052025-01-28T22:26:54.606Z Checking slog-json v2.6.1
21062025-01-28T22:26:54.872Z Checking serde_urlencoded v0.7.1
21072025-01-28T22:26:55.279Z Checking crossbeam-channel v0.5.13
21082025-01-28T22:26:55.333Z Checking toml_edit v0.22.22
21092025-01-28T22:26:55.627Z Checking usdt-impl v0.5.0
21102025-01-28T22:26:56.006Z Checking futures-executor v0.3.31
21112025-01-28T22:26:56.181Z Checking num-integer v0.1.46
21122025-01-28T22:26:56.234Z Checking rustls-pemfile v2.2.0
21132025-01-28T22:26:56.275Z Checking hyper v1.5.2
21142025-01-28T22:26:56.442Z Checking md-5 v0.10.6
21152025-01-28T22:26:56.495Z Checking ff v0.13.0
21162025-01-28T22:26:56.668Z Checking hash32 v0.2.1
21172025-01-28T22:26:56.685Z Checking memmap v0.7.0
21182025-01-28T22:26:56.722Z Checking is-terminal v0.4.13
21192025-01-28T22:26:56.855Z Checking object v0.36.5
21202025-01-28T22:26:56.883Z Checking colorchoice v1.0.2
21212025-01-28T22:26:56.967Z Checking fallible-iterator v0.2.0
21222025-01-28T22:26:57.041Z Checking dyn-clone v1.0.17
21232025-01-28T22:26:57.044Z Checking addr2line v0.24.2
21242025-01-28T22:26:57.212Z Checking base16ct v0.2.0
21252025-01-28T22:26:57.432Z Checking anstyle-query v1.1.1
21262025-01-28T22:26:57.558Z Checking is_terminal_polyfill v1.70.1
21272025-01-28T22:26:57.576Z Checking rustc-demangle v0.1.24
21282025-01-28T22:26:57.594Z Checking linked-hash-map v0.5.6
21292025-01-28T22:26:57.689Z Checking psl-types v2.0.11
21302025-01-28T22:26:57.871Z Checking quick-error v1.2.3
21312025-01-28T22:26:57.893Z Checking take_mut v0.2.2
21322025-01-28T22:26:57.908Z Checking utf-8 v0.7.6
21332025-01-28T22:26:57.988Z Checking tokio-rustls v0.25.0
21342025-01-28T22:26:58.009Z Checking lru-cache v0.1.2
21352025-01-28T22:26:58.025Z Checking resolv-conf v0.7.0
21362025-01-28T22:26:58.047Z Checking slog-async v2.8.0
21372025-01-28T22:26:58.110Z Checking tungstenite v0.24.0
21382025-01-28T22:26:58.178Z Checking toml v0.8.19
21392025-01-28T22:26:58.217Z Checking hyper-util v0.1.10
21402025-01-28T22:26:58.329Z Checking publicsuffix v2.3.0
21412025-01-28T22:26:58.353Z Checking anstream v0.6.15
21422025-01-28T22:26:58.356Z Checking postgres-protocol v0.6.7
21432025-01-28T22:26:58.623Z Checking sec1 v0.7.3
21442025-01-28T22:26:58.741Z Checking schemars v0.8.21
21452025-01-28T22:26:58.883Z Checking heapless v0.7.17
21462025-01-28T22:26:59.018Z Checking usdt v0.5.0
21472025-01-28T22:26:59.032Z Checking slog-term v2.9.1
21482025-01-28T22:26:59.054Z Checking group v0.13.0
21492025-01-28T22:26:59.285Z Checking num-iter v0.1.45
21502025-01-28T22:26:59.329Z Checking futures v0.3.31
21512025-01-28T22:26:59.435Z Checking slog-bunyan v2.5.0
21522025-01-28T22:26:59.472Z Checking tokio-native-tls v0.3.1
21532025-01-28T22:26:59.525Z Checking tokio-rustls v0.26.0
21542025-01-28T22:26:59.528Z Checking rayon-core v1.12.1
21552025-01-28T22:26:59.606Z Checking multer v3.1.0
21562025-01-28T22:26:59.718Z Checking hickory-proto v0.24.2
21572025-01-28T22:26:59.769Z Checking terminal_size v0.4.0
21582025-01-28T22:26:59.951Z Checking phf_shared v0.11.2
21592025-01-28T22:27:00.004Z Checking cookie v0.18.1
21602025-01-28T22:27:00.191Z Checking async-stream v0.3.6
21612025-01-28T22:27:00.209Z Checking bzip2-sys v0.1.11+1.0.8
21622025-01-28T22:27:00.212Z Checking camino v1.1.9
21632025-01-28T22:27:00.212Z Checking signal-hook v0.3.17
21642025-01-28T22:27:00.258Z Checking waitgroup v0.1.2
21652025-01-28T22:27:00.336Z Checking openapiv3 v2.0.0
21662025-01-28T22:27:00.400Z Checking webpki-roots v0.26.6
21672025-01-28T22:27:00.419Z Checking serde_path_to_error v0.1.16
21682025-01-28T22:27:00.446Z Checking hkdf v0.12.4
21692025-01-28T22:27:00.537Z Checking crypto-bigint v0.5.5
21702025-01-28T22:27:00.614Z Checking lazy_static v1.5.0
21712025-01-28T22:27:00.675Z Checking hostname v0.4.0
21722025-01-28T22:27:00.735Z Checking crc32fast v1.4.2
21732025-01-28T22:27:00.752Z Checking clap_lex v0.7.4
21742025-01-28T22:27:00.819Z Checking debug-ignore v1.0.5
21752025-01-28T22:27:00.970Z Checking bitflags v1.3.2
21762025-01-28T22:27:00.988Z Checking unicode-width v0.2.0
21772025-01-28T22:27:00.991Z Checking managed v0.8.0
21782025-01-28T22:27:01.020Z Checking strsim v0.11.1
21792025-01-28T22:27:01.075Z Checking winnow v0.5.40
21802025-01-28T22:27:01.295Z Checking clap_builder v4.5.27
21812025-01-28T22:27:01.380Z Checking smoltcp v0.9.1
21822025-01-28T22:27:01.494Z Checking console v0.15.10
21832025-01-28T22:27:02.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21842025-01-28T22:27:02.342Z Checking flate2 v1.0.35
21852025-01-28T22:27:02.860Z Checking num-bigint-dig v0.8.4
21862025-01-28T22:27:02.886Z Checking backtrace v0.3.74
21872025-01-28T22:27:02.985Z Checking hyper-rustls v0.27.3
21882025-01-28T22:27:03.287Z Checking elliptic-curve v0.13.8
21892025-01-28T22:27:03.318Z Checking signal-hook-mio v0.2.4
21902025-01-28T22:27:03.461Z Checking anyhow v1.0.95
21912025-01-28T22:27:03.482Z Checking cookie_store v0.21.1
21922025-01-28T22:27:03.499Z Checking dropshot v0.12.0
21932025-01-28T22:27:03.864Z Checking bzip2 v0.4.4
21942025-01-28T22:27:03.907Z Checking toml_edit v0.19.15
21952025-01-28T22:27:03.927Z Checking rayon v1.10.0
21962025-01-28T22:27:04.153Z Checking phf v0.11.2
21972025-01-28T22:27:04.194Z Checking hyper-tls v0.6.0
21982025-01-28T22:27:04.253Z Checking tokio-tungstenite v0.24.0
21992025-01-28T22:27:04.310Z Checking hickory-resolver v0.24.2
22002025-01-28T22:27:04.408Z Checking postgres-types v0.2.8
22012025-01-28T22:27:04.467Z Checking regex v1.11.1
22022025-01-28T22:27:04.723Z Checking bstr v1.10.0
22032025-01-28T22:27:04.823Z Checking ed25519 v2.2.3
22042025-01-28T22:27:05.051Z Checking tokio-stream v0.1.16
22052025-01-28T22:27:05.070Z Checking phf_shared v0.10.0
22062025-01-28T22:27:05.132Z Checking zerocopy v0.6.6
22072025-01-28T22:27:05.345Z Checking curve25519-dalek v4.1.3
22082025-01-28T22:27:05.648Z Checking hubpack v0.1.2
22092025-01-28T22:27:05.818Z Checking portable-atomic v1.9.0
22102025-01-28T22:27:05.874Z Checking pkcs1 v0.7.5
22112025-01-28T22:27:05.891Z Checking float-cmp v0.9.0
22122025-01-28T22:27:05.937Z Checking serde-big-array v0.5.1
22132025-01-28T22:27:06.094Z Checking rfc6979 v0.4.0
22142025-01-28T22:27:06.146Z Checking sync_wrapper v1.0.1
22152025-01-28T22:27:06.260Z Checking predicates-core v1.0.8
22162025-01-28T22:27:06.275Z Checking whoami v1.5.2
22172025-01-28T22:27:06.292Z Checking normalize-line-endings v0.3.0
22182025-01-28T22:27:06.342Z Checking fixedbitset v0.4.2
22192025-01-28T22:27:06.424Z Checking static_assertions v1.1.0
22202025-01-28T22:27:06.448Z Checking unicode-segmentation v1.12.0
22212025-01-28T22:27:06.525Z Checking new_debug_unreachable v1.0.6
22222025-01-28T22:27:06.570Z Checking bit-vec v0.6.3
22232025-01-28T22:27:06.607Z Checking number_prefix v0.4.0
22242025-01-28T22:27:06.625Z Checking precomputed-hash v0.1.1
22252025-01-28T22:27:06.754Z Checking difflib v0.4.0
22262025-01-28T22:27:06.800Z Checking minimal-lexical v0.2.1
22272025-01-28T22:27:06.863Z Checking string_cache v0.8.7
22282025-01-28T22:27:06.885Z Checking bit-set v0.5.3
22292025-01-28T22:27:06.959Z Checking qorb v0.2.1
22302025-01-28T22:27:07.082Z Checking predicates v3.1.2
22312025-01-28T22:27:07.129Z Checking petgraph v0.6.5
22322025-01-28T22:27:07.146Z Checking tokio-postgres v0.7.12
22332025-01-28T22:27:07.161Z Checking similar v2.6.0
22342025-01-28T22:27:07.179Z Checking nom v7.1.3
22352025-01-28T22:27:07.193Z Checking ed25519-dalek v2.1.1
22362025-01-28T22:27:07.377Z Checking indicatif v0.17.9
22372025-01-28T22:27:07.603Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22382025-01-28T22:27:07.698Z Checking toml v0.7.8
22392025-01-28T22:27:07.966Z Checking reqwest v0.12.9
22402025-01-28T22:27:08.099Z Checking ecdsa v0.16.9
22412025-01-28T22:27:08.375Z Checking rsa v0.9.6
22422025-01-28T22:27:08.813Z Checking clap v4.5.27
22432025-01-28T22:27:08.932Z Checking zip v0.6.6
22442025-01-28T22:27:09.337Z Checking crossterm v0.28.1
22452025-01-28T22:27:09.534Z Checking itertools v0.10.5
22462025-01-28T22:27:09.627Z Checking itertools v0.12.1
22472025-01-28T22:27:09.792Z Checking fs-err v2.11.0
22482025-01-28T22:27:09.809Z Checking ahash v0.8.11
22492025-01-28T22:27:10.221Z Checking x509-cert v0.2.5
22502025-01-28T22:27:10.265Z Checking hex v0.4.3
22512025-01-28T22:27:10.306Z Checking semver v1.0.24
22522025-01-28T22:27:10.328Z Checking peg-runtime v0.8.3
22532025-01-28T22:27:10.570Z Checking lalrpop-util v0.19.12
22542025-01-28T22:27:10.716Z Checking sigpipe v0.1.3
22552025-01-28T22:27:12.004Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22562025-01-28T22:27:12.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s
22572025-01-28T22:27:12.498Z
22582025-01-28T22:27:12.498Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22592025-01-28T22:27:13.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602025-01-28T22:27:13.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612025-01-28T22:27:13.177Z Compiling hashbrown v0.14.5
22622025-01-28T22:27:13.300Z Checking heck v0.5.0
22632025-01-28T22:27:13.313Z Compiling unsafe-libyaml v0.2.11
22642025-01-28T22:27:13.328Z Checking ipnetwork v0.20.0
22652025-01-28T22:27:13.343Z Compiling ident_case v1.0.1
22662025-01-28T22:27:13.355Z Checking progenitor-client v0.8.0
22672025-01-28T22:27:13.369Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22682025-01-28T22:27:13.469Z Checking newtype-uuid v1.2.1
22692025-01-28T22:27:13.523Z Compiling darling_core v0.20.10
22702025-01-28T22:27:13.678Z Compiling proc-macro-crate v1.3.1
22712025-01-28T22:27:13.695Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22722025-01-28T22:27:13.730Z Compiling structmeta-derive v0.3.0
22732025-01-28T22:27:13.745Z Compiling thiserror v2.0.11
22742025-01-28T22:27:14.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22752025-01-28T22:27:14.308Z Checking regress v0.10.1
22762025-01-28T22:27:14.415Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22772025-01-28T22:27:14.567Z Compiling num_enum_derive v0.5.11
22782025-01-28T22:27:14.737Z Compiling serde_yaml v0.9.34+deprecated
22792025-01-28T22:27:15.200Z Compiling lzma-sys v0.1.20
22802025-01-28T22:27:15.599Z Compiling thiserror-impl v2.0.11
22812025-01-28T22:27:15.936Z Compiling foreign-types-macros v0.2.3
22822025-01-28T22:27:16.390Z Compiling structmeta v0.3.0
22832025-01-28T22:27:16.792Z Compiling dropshot v0.15.1
22842025-01-28T22:27:16.877Z Checking arc-swap v1.7.1
22852025-01-28T22:27:17.097Z Checking foreign-types-shared v0.3.1
22862025-01-28T22:27:17.194Z Checking num_enum v0.5.11
22872025-01-28T22:27:17.231Z Checking foreign-types v0.5.0
22882025-01-28T22:27:17.323Z Checking slog-scope v4.4.0
22892025-01-28T22:27:17.411Z Compiling parse-display-derive v0.10.0
22902025-01-28T22:27:17.439Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22912025-01-28T22:27:17.509Z Compiling proc-macro-error v1.0.4
22922025-01-28T22:27:17.829Z Checking typify-impl v0.2.0
22932025-01-28T22:27:18.363Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942025-01-28T22:27:18.448Z Checking tungstenite v0.21.0
22952025-01-28T22:27:18.476Z Compiling heck v0.3.3
22962025-01-28T22:27:18.890Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22972025-01-28T22:27:19.035Z Compiling dropshot_endpoint v0.15.1
22982025-01-28T22:27:19.061Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22992025-01-28T22:27:19.416Z Checking cstr-argument v0.1.2
23002025-01-28T22:27:19.590Z Checking instant v0.1.13
23012025-01-28T22:27:19.703Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23022025-01-28T22:27:19.720Z Checking pretty-hex v0.2.1
23032025-01-28T22:27:19.755Z Compiling darling_macro v0.20.10
23042025-01-28T22:27:19.808Z Checking fastrand v2.1.1
23052025-01-28T22:27:19.895Z Checking base64 v0.21.7
23062025-01-28T22:27:20.116Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23072025-01-28T22:27:20.139Z Checking tempfile v3.13.0
23082025-01-28T22:27:20.361Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092025-01-28T22:27:20.378Z Checking backoff v0.4.0
23102025-01-28T22:27:20.396Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112025-01-28T22:27:20.482Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122025-01-28T22:27:20.520Z Checking tokio-tungstenite v0.21.0
23132025-01-28T22:27:20.551Z Checking strum v0.26.3
23142025-01-28T22:27:20.653Z Compiling darling v0.20.10
23152025-01-28T22:27:20.655Z Compiling zone_cfg_derive v0.1.2
23162025-01-28T22:27:20.703Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-01-28T22:27:20.789Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182025-01-28T22:27:20.795Z Compiling serde_with_macros v3.11.0
23192025-01-28T22:27:21.036Z Checking slog-stdlog v4.1.1
23202025-01-28T22:27:21.225Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23212025-01-28T22:27:21.258Z Checking regress v0.9.1
23222025-01-28T22:27:21.377Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232025-01-28T22:27:21.418Z Checking progenitor-client v0.9.1
23242025-01-28T22:27:21.441Z Checking parse-display v0.10.0
23252025-01-28T22:27:21.650Z Checking colored v2.1.0
23262025-01-28T22:27:21.683Z Checking macaddr v1.0.1
23272025-01-28T22:27:21.794Z Checking base64 v0.13.1
23282025-01-28T22:27:21.928Z Checking unicode-width v0.1.14
23292025-01-28T22:27:21.964Z Checking zone v0.1.8
23302025-01-28T22:27:22.208Z Checking ron v0.7.1
23312025-01-28T22:27:22.444Z Checking tabwriter v1.4.0
23322025-01-28T22:27:22.673Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23332025-01-28T22:27:22.696Z Checking xz2 v0.1.7
23342025-01-28T22:27:22.981Z Checking slog-envlogger v2.2.0
23352025-01-28T22:27:23.145Z Checking xattr v1.3.1
23362025-01-28T22:27:23.214Z Checking pem v3.0.4
23372025-01-28T22:27:23.287Z Checking yasna v0.5.2
23382025-01-28T22:27:23.317Z Checking serde_with v3.11.0
23392025-01-28T22:27:23.348Z Checking headers-core v0.3.0
23402025-01-28T22:27:23.481Z Checking smf v0.2.3
23412025-01-28T22:27:23.500Z Checking filetime v0.2.25
23422025-01-28T22:27:23.728Z Checking same-file v1.0.6
23432025-01-28T22:27:23.852Z Checking tar v0.4.42
23442025-01-28T22:27:23.925Z Checking walkdir v2.5.0
23452025-01-28T22:27:23.996Z Checking headers v0.4.0
23462025-01-28T22:27:24.190Z Checking rcgen v0.12.1
23472025-01-28T22:27:24.228Z Checking camino-tempfile v1.1.1
23482025-01-28T22:27:24.528Z Checking atomicwrites v0.4.4
23492025-01-28T22:27:24.699Z Checking subprocess v0.2.9
23502025-01-28T22:27:27.373Z Compiling typify-macro v0.2.0
23512025-01-28T22:27:28.915Z Compiling typify v0.2.0
23522025-01-28T22:27:28.985Z Compiling progenitor-impl v0.8.0
23532025-01-28T22:27:31.496Z Compiling progenitor-macro v0.8.0
23542025-01-28T22:27:35.250Z Checking progenitor v0.8.0
23552025-01-28T22:27:35.384Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23562025-01-28T22:27:35.386Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23572025-01-28T22:27:37.960Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23582025-01-28T22:27:38.256Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23592025-01-28T22:27:44.402Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23602025-01-28T22:27:45.919Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23612025-01-28T22:27:47.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.65s
23622025-01-28T22:27:47.332Z
23632025-01-28T22:27:47.332Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23642025-01-28T22:27:47.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652025-01-28T22:27:47.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662025-01-28T22:27:48.010Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23672025-01-28T22:27:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
23682025-01-28T22:27:49.579Z
23692025-01-28T22:27:49.580Zinfo: running `cargo check --bins` on nexus-config (51/197)
23702025-01-28T22:27:50.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712025-01-28T22:27:50.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722025-01-28T22:27:50.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732025-01-28T22:27:50.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
23742025-01-28T22:27:50.218Z
23752025-01-28T22:27:50.218Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23762025-01-28T22:27:50.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772025-01-28T22:27:50.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782025-01-28T22:27:50.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792025-01-28T22:27:50.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23802025-01-28T22:27:50.838Z
23812025-01-28T22:27:50.838Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23822025-01-28T22:27:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832025-01-28T22:27:51.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842025-01-28T22:27:51.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852025-01-28T22:27:51.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23862025-01-28T22:27:51.460Z
23872025-01-28T22:27:51.460Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23882025-01-28T22:27:52.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892025-01-28T22:27:52.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902025-01-28T22:27:52.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23912025-01-28T22:27:52.262Z Compiling ipnetwork v0.20.0
23922025-01-28T22:27:52.262Z Compiling zerocopy v0.8.10
23932025-01-28T22:27:52.264Z Compiling progenitor-client v0.8.0
23942025-01-28T22:27:52.264Z Compiling itertools v0.13.0
23952025-01-28T22:27:52.264Z Compiling zerocopy-derive v0.8.10
23962025-01-28T22:27:52.266Z Compiling heapless v0.8.0
23972025-01-28T22:27:52.266Z Compiling thiserror v2.0.11
23982025-01-28T22:27:52.453Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992025-01-28T22:27:52.585Z Checking hash32 v0.3.1
24002025-01-28T22:27:52.776Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24012025-01-28T22:27:52.809Z Compiling progenitor v0.8.0
24022025-01-28T22:27:53.032Z Compiling instant v0.1.13
24032025-01-28T22:27:53.049Z Compiling smoltcp v0.11.0
24042025-01-28T22:27:53.145Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24052025-01-28T22:27:53.185Z Compiling backoff v0.4.0
24062025-01-28T22:27:53.209Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072025-01-28T22:27:53.449Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24082025-01-28T22:27:53.533Z Compiling dropshot v0.15.1
24092025-01-28T22:27:53.776Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24102025-01-28T22:27:53.939Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24112025-01-28T22:27:54.041Z Compiling serde_with v3.11.0
24122025-01-28T22:27:54.133Z Compiling parse-display v0.10.0
24132025-01-28T22:27:54.246Z Checking num-rational v0.4.2
24142025-01-28T22:27:54.717Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24152025-01-28T22:27:54.879Z Compiling progenitor-client v0.9.1
24162025-01-28T22:27:55.170Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24172025-01-28T22:27:55.417Z Compiling regress v0.9.1
24182025-01-28T22:27:56.528Z Compiling phf_generator v0.11.2
24192025-01-28T22:27:56.735Z Checking num-complex v0.4.6
24202025-01-28T22:27:57.600Z Compiling macaddr v1.0.1
24212025-01-28T22:27:57.671Z Checking cobs v0.2.3
24222025-01-28T22:27:57.869Z Checking postcard v1.0.10
24232025-01-28T22:27:58.052Z Checking num v0.4.3
24242025-01-28T22:27:58.165Z Compiling phf_codegen v0.11.2
24252025-01-28T22:27:58.402Z Compiling parse-zoneinfo v0.3.1
24262025-01-28T22:27:58.469Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24272025-01-28T22:27:58.786Z Compiling float-ord v0.3.2
24282025-01-28T22:28:00.229Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24292025-01-28T22:28:00.267Z Compiling convert_case v0.4.0
24302025-01-28T22:28:00.394Z Compiling chrono-tz-build v0.4.0
24312025-01-28T22:28:00.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24322025-01-28T22:28:01.133Z Compiling derive_more v0.99.18
24332025-01-28T22:28:01.310Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24342025-01-28T22:28:01.595Z Compiling crucible-workspace-hack v0.1.0
24352025-01-28T22:28:01.598Z Compiling chrono-tz v0.10.1
24362025-01-28T22:28:01.765Z Checking newline-converter v0.3.0
24372025-01-28T22:28:01.892Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24382025-01-28T22:28:01.940Z Checking prettyplease v0.2.25
24392025-01-28T22:28:02.283Z Compiling slog-dtrace v0.3.0
24402025-01-28T22:28:02.558Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24412025-01-28T22:28:02.590Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24422025-01-28T22:28:02.833Z Checking expectorate v1.1.0
24432025-01-28T22:28:03.167Z Compiling zone_cfg_derive v0.3.0
24442025-01-28T22:28:03.525Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24452025-01-28T22:28:03.943Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24462025-01-28T22:28:04.542Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24472025-01-28T22:28:04.553Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24482025-01-28T22:28:04.571Z Compiling const_format_proc_macros v0.2.34
24492025-01-28T22:28:04.870Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24502025-01-28T22:28:05.003Z Compiling num-derive v0.4.2
24512025-01-28T22:28:05.062Z Checking highway v1.2.0
24522025-01-28T22:28:05.512Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532025-01-28T22:28:05.819Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24542025-01-28T22:28:05.889Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24552025-01-28T22:28:05.938Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24562025-01-28T22:28:06.079Z Checking zone v0.3.0
24572025-01-28T22:28:06.617Z Checking const_format v0.2.34
24582025-01-28T22:28:06.918Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592025-01-28T22:28:07.112Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602025-01-28T22:28:07.207Z Checking gethostname v0.5.0
24612025-01-28T22:28:07.333Z Checking bcs v0.1.6
24622025-01-28T22:28:07.336Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24632025-01-28T22:28:07.502Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24642025-01-28T22:28:07.751Z Compiling async-recursion v1.1.1
24652025-01-28T22:28:07.786Z Checking termtree v0.5.1
24662025-01-28T22:28:07.941Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24672025-01-28T22:28:07.959Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24682025-01-28T22:28:09.859Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24692025-01-28T22:28:14.431Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24702025-01-28T22:28:17.683Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24712025-01-28T22:28:20.264Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24722025-01-28T22:28:21.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.98s
24732025-01-28T22:28:21.627Z
24742025-01-28T22:28:21.627Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24752025-01-28T22:28:22.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762025-01-28T22:28:22.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772025-01-28T22:28:22.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782025-01-28T22:28:22.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24792025-01-28T22:28:22.261Z
24802025-01-28T22:28:22.261Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24812025-01-28T22:28:22.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822025-01-28T22:28:22.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832025-01-28T22:28:22.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842025-01-28T22:28:22.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24852025-01-28T22:28:22.895Z
24862025-01-28T22:28:22.895Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24872025-01-28T22:28:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882025-01-28T22:28:23.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892025-01-28T22:28:23.571Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902025-01-28T22:28:24.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
24912025-01-28T22:28:24.395Z
24922025-01-28T22:28:24.395Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24932025-01-28T22:28:24.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942025-01-28T22:28:24.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952025-01-28T22:28:25.060Z Compiling cfg_aliases v0.1.1
24962025-01-28T22:28:25.063Z Compiling vte_generate_state_changes v0.1.2
24972025-01-28T22:28:25.063Z Checking fd-lock v4.0.2
24982025-01-28T22:28:25.063Z Checking nibble_vec v0.1.0
24992025-01-28T22:28:25.063Z Checking bytecount v0.6.8
25002025-01-28T22:28:25.166Z Checking endian-type v0.1.2
25012025-01-28T22:28:25.191Z Compiling tabled_derive v0.7.0
25022025-01-28T22:28:25.218Z Compiling peg-macros v0.8.4
25032025-01-28T22:28:25.260Z Compiling nix v0.28.0
25042025-01-28T22:28:25.343Z Checking papergrid v0.11.0
25052025-01-28T22:28:25.361Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062025-01-28T22:28:25.375Z Compiling sqlparser_derive v0.2.2
25072025-01-28T22:28:25.436Z Checking radix_trie v0.2.1
25082025-01-28T22:28:25.739Z Checking vte v0.11.1
25092025-01-28T22:28:25.836Z Checking nu-ansi-term v0.50.1
25102025-01-28T22:28:26.228Z Checking unicode_categories v0.1.1
25112025-01-28T22:28:26.395Z Checking home v0.5.9
25122025-01-28T22:28:26.449Z Checking sqlparser v0.45.0
25132025-01-28T22:28:26.533Z Checking sqlformat v0.2.6
25142025-01-28T22:28:26.550Z Checking display-error-chain v0.2.2
25152025-01-28T22:28:27.144Z Checking strip-ansi-escapes v0.2.0
25162025-01-28T22:28:27.298Z Checking reedline v0.35.0
25172025-01-28T22:28:27.357Z Checking tabled v0.15.0
25182025-01-28T22:28:27.680Z Checking peg v0.8.4
25192025-01-28T22:28:28.184Z Checking rustyline v14.0.0
25202025-01-28T22:28:37.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
25212025-01-28T22:28:37.317Z
25222025-01-28T22:28:37.317Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25232025-01-28T22:28:37.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242025-01-28T22:28:37.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252025-01-28T22:28:38.017Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262025-01-28T22:28:43.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
25272025-01-28T22:28:43.324Z
25282025-01-28T22:28:43.324Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25292025-01-28T22:28:43.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302025-01-28T22:28:43.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312025-01-28T22:28:44.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322025-01-28T22:28:47.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s
25332025-01-28T22:28:47.821Z
25342025-01-28T22:28:47.821Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25352025-01-28T22:28:48.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-01-28T22:28:48.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-01-28T22:28:48.496Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382025-01-28T22:28:53.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
25392025-01-28T22:28:53.611Z
25402025-01-28T22:28:53.611Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25412025-01-28T22:28:54.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-01-28T22:28:54.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-01-28T22:28:54.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442025-01-28T22:28:59.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
25452025-01-28T22:28:59.472Z
25462025-01-28T22:28:59.472Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25472025-01-28T22:29:00.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-01-28T22:29:00.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-01-28T22:29:00.151Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-01-28T22:29:03.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
25512025-01-28T22:29:04.136Z
25522025-01-28T22:29:04.136Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25532025-01-28T22:29:04.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-01-28T22:29:04.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-01-28T22:29:04.813Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562025-01-28T22:29:08.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
25572025-01-28T22:29:08.907Z
25582025-01-28T22:29:08.907Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25592025-01-28T22:29:09.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-01-28T22:29:09.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-01-28T22:29:09.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622025-01-28T22:29:14.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
25632025-01-28T22:29:15.058Z
25642025-01-28T22:29:15.058Zinfo: running `cargo check --bins` on oximeter (66/197)
25652025-01-28T22:29:15.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-01-28T22:29:15.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-01-28T22:29:15.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682025-01-28T22:29:15.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25692025-01-28T22:29:15.695Z
25702025-01-28T22:29:15.695Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25712025-01-28T22:29:16.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-01-28T22:29:16.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-01-28T22:29:16.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742025-01-28T22:29:16.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25752025-01-28T22:29:16.322Z
25762025-01-28T22:29:16.322Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25772025-01-28T22:29:16.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-01-28T22:29:16.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-01-28T22:29:16.973Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25802025-01-28T22:29:19.080Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25812025-01-28T22:29:20.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s
25822025-01-28T22:29:20.237Z
25832025-01-28T22:29:20.237Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25842025-01-28T22:29:20.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-28T22:29:20.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-28T22:29:20.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-28T22:29:20.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25882025-01-28T22:29:20.884Z
25892025-01-28T22:29:20.884Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25902025-01-28T22:29:21.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-28T22:29:21.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-28T22:29:21.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-28T22:29:21.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25942025-01-28T22:29:21.531Z
25952025-01-28T22:29:21.531Zinfo: running `cargo check --bins` on oxql-types (71/197)
25962025-01-28T22:29:22.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-28T22:29:22.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-28T22:29:22.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-28T22:29:22.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26002025-01-28T22:29:22.160Z
26012025-01-28T22:29:22.161Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26022025-01-28T22:29:22.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-28T22:29:22.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-28T22:29:22.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-28T22:29:22.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26062025-01-28T22:29:22.823Z
26072025-01-28T22:29:22.823Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26082025-01-28T22:29:23.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-28T22:29:23.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-28T22:29:23.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-28T22:29:23.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26122025-01-28T22:29:23.461Z
26132025-01-28T22:29:23.461Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26142025-01-28T22:29:24.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-28T22:29:24.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-28T22:29:24.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-28T22:29:24.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26182025-01-28T22:29:24.120Z
26192025-01-28T22:29:24.120Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26202025-01-28T22:29:24.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-28T22:29:24.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-28T22:29:24.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-28T22:29:24.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26242025-01-28T22:29:24.771Z
26252025-01-28T22:29:24.771Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26262025-01-28T22:29:25.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-28T22:29:25.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-28T22:29:25.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-28T22:29:25.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26302025-01-28T22:29:25.398Z
26312025-01-28T22:29:25.398Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26322025-01-28T22:29:25.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-28T22:29:25.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-28T22:29:25.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-28T22:29:25.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26362025-01-28T22:29:26.046Z
26372025-01-28T22:29:26.046Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26382025-01-28T22:29:26.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-28T22:29:26.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-28T22:29:26.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-28T22:29:26.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26422025-01-28T22:29:26.660Z
26432025-01-28T22:29:26.660Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26442025-01-28T22:29:27.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-28T22:29:27.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-28T22:29:27.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-28T22:29:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26482025-01-28T22:29:27.296Z
26492025-01-28T22:29:27.296Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26502025-01-28T22:29:27.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-28T22:29:27.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-28T22:29:27.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-28T22:29:27.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26542025-01-28T22:29:27.931Z
26552025-01-28T22:29:27.931Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26562025-01-28T22:29:28.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-28T22:29:28.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-28T22:29:28.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-01-28T22:29:28.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26602025-01-28T22:29:28.563Z
26612025-01-28T22:29:28.563Zinfo: running `cargo check --bins` on dpd-client (82/197)
26622025-01-28T22:29:29.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-01-28T22:29:29.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-01-28T22:29:29.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-01-28T22:29:29.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26662025-01-28T22:29:29.204Z
26672025-01-28T22:29:29.205Zinfo: running `cargo check --bins` on gateway-client (83/197)
26682025-01-28T22:29:29.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-01-28T22:29:29.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-01-28T22:29:29.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-01-28T22:29:29.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26722025-01-28T22:29:29.814Z
26732025-01-28T22:29:29.814Zinfo: running `cargo check --bins` on installinator-client (84/197)
26742025-01-28T22:29:30.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-01-28T22:29:30.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-01-28T22:29:30.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-01-28T22:29:30.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782025-01-28T22:29:30.457Z
26792025-01-28T22:29:30.457Zinfo: running `cargo check --bins` on installinator-common (85/197)
26802025-01-28T22:29:31.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-01-28T22:29:31.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-01-28T22:29:31.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-01-28T22:29:31.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26842025-01-28T22:29:31.120Z
26852025-01-28T22:29:31.120Zinfo: running `cargo check --bins` on update-engine (86/197)
26862025-01-28T22:29:31.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-01-28T22:29:31.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-01-28T22:29:31.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-01-28T22:29:31.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26902025-01-28T22:29:31.738Z
26912025-01-28T22:29:31.739Zinfo: running `cargo check --bins` on nexus-client (87/197)
26922025-01-28T22:29:32.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-01-28T22:29:32.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-01-28T22:29:32.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-01-28T22:29:32.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26962025-01-28T22:29:32.405Z
26972025-01-28T22:29:32.405Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26982025-01-28T22:29:32.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-01-28T22:29:32.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-01-28T22:29:32.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-01-28T22:29:32.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27022025-01-28T22:29:33.049Z
27032025-01-28T22:29:33.049Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27042025-01-28T22:29:33.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-01-28T22:29:33.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-01-28T22:29:33.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-01-28T22:29:33.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27082025-01-28T22:29:33.668Z
27092025-01-28T22:29:33.668Zinfo: running `cargo check --bins` on nexus-types (90/197)
27102025-01-28T22:29:34.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-01-28T22:29:34.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-01-28T22:29:34.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-01-28T22:29:34.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27142025-01-28T22:29:34.336Z
27152025-01-28T22:29:34.336Zinfo: running `cargo check --bins` on oxide-client (91/197)
27162025-01-28T22:29:34.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-01-28T22:29:34.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-01-28T22:29:34.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-01-28T22:29:34.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27202025-01-28T22:29:34.947Z
27212025-01-28T22:29:34.947Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27222025-01-28T22:29:35.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-01-28T22:29:35.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-01-28T22:29:35.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-01-28T22:29:35.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27262025-01-28T22:29:35.586Z
27272025-01-28T22:29:35.586Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27282025-01-28T22:29:36.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-01-28T22:29:36.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-01-28T22:29:36.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-01-28T22:29:36.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27322025-01-28T22:29:36.203Z
27332025-01-28T22:29:36.204Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27342025-01-28T22:29:36.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-01-28T22:29:36.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-01-28T22:29:36.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-01-28T22:29:36.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27382025-01-28T22:29:36.863Z
27392025-01-28T22:29:36.863Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27402025-01-28T22:29:37.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-01-28T22:29:37.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-01-28T22:29:37.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-01-28T22:29:37.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27442025-01-28T22:29:37.526Z
27452025-01-28T22:29:37.526Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27462025-01-28T22:29:38.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-01-28T22:29:38.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-01-28T22:29:38.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-01-28T22:29:38.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27502025-01-28T22:29:38.194Z
27512025-01-28T22:29:38.194Zinfo: running `cargo check --bins` on wicket-common (97/197)
27522025-01-28T22:29:38.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-01-28T22:29:38.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-01-28T22:29:38.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-01-28T22:29:38.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27562025-01-28T22:29:38.847Z
27572025-01-28T22:29:38.847Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27582025-01-28T22:29:39.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-01-28T22:29:39.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-01-28T22:29:39.521Z Checking csv-core v0.1.11
27612025-01-28T22:29:39.521Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-01-28T22:29:39.523Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27632025-01-28T22:29:39.524Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27642025-01-28T22:29:39.819Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27652025-01-28T22:29:39.821Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27662025-01-28T22:29:39.869Z Checking csv v1.3.1
27672025-01-28T22:29:40.436Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27682025-01-28T22:29:40.807Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27692025-01-28T22:29:42.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
27702025-01-28T22:29:42.603Z
27712025-01-28T22:29:42.603Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27722025-01-28T22:29:43.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-01-28T22:29:43.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-01-28T22:29:43.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-01-28T22:29:43.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27762025-01-28T22:29:43.235Z
27772025-01-28T22:29:43.235Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27782025-01-28T22:29:43.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-01-28T22:29:43.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-01-28T22:29:43.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-01-28T22:29:43.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27822025-01-28T22:29:43.870Z
27832025-01-28T22:29:43.870Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27842025-01-28T22:29:44.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-01-28T22:29:44.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-01-28T22:29:44.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-01-28T22:29:44.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27882025-01-28T22:29:44.610Z
27892025-01-28T22:29:44.610Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27902025-01-28T22:29:45.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-01-28T22:29:45.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-01-28T22:29:45.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-01-28T22:29:45.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27942025-01-28T22:29:45.370Z
27952025-01-28T22:29:45.370Zinfo: running `cargo check --bins` on dns-server (103/197)
27962025-01-28T22:29:45.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-01-28T22:29:45.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-01-28T22:29:46.029Z Compiling typify-impl v0.3.0
27992025-01-28T22:29:46.138Z Compiling parking_lot_core v0.8.6
28002025-01-28T22:29:46.158Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28012025-01-28T22:29:46.161Z Checking fxhash v0.2.1
28022025-01-28T22:29:46.161Z Checking hickory-client v0.24.2
28032025-01-28T22:29:46.170Z Checking hickory-server v0.24.2
28042025-01-28T22:29:46.899Z Checking parking_lot v0.11.2
28052025-01-28T22:29:46.916Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062025-01-28T22:29:47.248Z Checking sled v0.34.7
28072025-01-28T22:29:51.668Z Compiling typify-macro v0.3.0
28082025-01-28T22:29:53.215Z Compiling typify v0.3.0
28092025-01-28T22:29:53.286Z Compiling progenitor-impl v0.9.1
28102025-01-28T22:29:55.786Z Compiling progenitor-macro v0.9.1
28112025-01-28T22:29:59.481Z Checking progenitor v0.9.1
28122025-01-28T22:29:59.613Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132025-01-28T22:30:00.079Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142025-01-28T22:30:01.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.98s
28152025-01-28T22:30:01.528Z
28162025-01-28T22:30:01.528Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28172025-01-28T22:30:02.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-28T22:30:02.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-28T22:30:02.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-28T22:30:02.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28212025-01-28T22:30:02.159Z
28222025-01-28T22:30:02.159Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28232025-01-28T22:30:02.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-28T22:30:02.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-28T22:30:02.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-28T22:30:02.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28272025-01-28T22:30:02.862Z
28282025-01-28T22:30:02.862Zinfo: running `cargo check --bins` on gateway-types (106/197)
28292025-01-28T22:30:03.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-28T22:30:03.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-28T22:30:03.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-28T22:30:03.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28332025-01-28T22:30:03.487Z
28342025-01-28T22:30:03.487Zinfo: running `cargo check --bins` on ipcc (107/197)
28352025-01-28T22:30:04.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-28T22:30:04.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-28T22:30:04.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-28T22:30:04.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28392025-01-28T22:30:04.153Z
28402025-01-28T22:30:04.153Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28412025-01-28T22:30:04.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-28T22:30:04.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-28T22:30:04.864Z Compiling radium v0.7.0
28442025-01-28T22:30:04.864Z Compiling semver v0.1.20
28452025-01-28T22:30:04.972Z Checking tap v1.0.1
28462025-01-28T22:30:04.984Z Compiling maybe-uninit v2.0.0
28472025-01-28T22:30:05.006Z Checking password-hash v0.5.0
28482025-01-28T22:30:05.009Z Checking blake2 v0.10.6
28492025-01-28T22:30:05.009Z Compiling owo-colors v4.1.0
28502025-01-28T22:30:05.009Z Compiling packed_struct v0.10.1
28512025-01-28T22:30:05.125Z Checking wyz v0.5.1
28522025-01-28T22:30:05.327Z Compiling rustc_version v0.1.7
28532025-01-28T22:30:05.422Z Compiling cancel-safe-futures v0.1.5
28542025-01-28T22:30:05.461Z Checking funty v2.0.0
28552025-01-28T22:30:05.489Z Checking crc-catalog v2.4.0
28562025-01-28T22:30:05.505Z Checking argon2 v0.5.3
28572025-01-28T22:30:05.617Z Compiling packed_struct_codegen v0.10.1
28582025-01-28T22:30:05.639Z Checking crc v3.2.1
28592025-01-28T22:30:05.658Z Compiling indexmap v1.9.3
28602025-01-28T22:30:05.758Z Checking half v2.4.1
28612025-01-28T22:30:05.774Z Checking ciborium-io v0.2.2
28622025-01-28T22:30:05.777Z Compiling newtype_derive v0.1.6
28632025-01-28T22:30:05.899Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28642025-01-28T22:30:05.945Z Checking nodrop v0.1.14
28652025-01-28T22:30:06.099Z Checking array-init v0.0.4
28662025-01-28T22:30:06.161Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28672025-01-28T22:30:06.208Z Checking ciborium-ll v0.2.2
28682025-01-28T22:30:06.233Z Checking smallvec v0.6.14
28692025-01-28T22:30:06.265Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702025-01-28T22:30:06.268Z Checking bitvec v1.0.1
28712025-01-28T22:30:06.496Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28722025-01-28T22:30:06.552Z Checking libsw v3.3.1
28732025-01-28T22:30:06.600Z Compiling memoffset v0.9.1
28742025-01-28T22:30:06.805Z Checking bitfield v0.14.0
28752025-01-28T22:30:06.903Z Checking indent_write v2.2.0
28762025-01-28T22:30:06.927Z Checking swrite v0.1.0
28772025-01-28T22:30:06.988Z Checking linear-map v1.2.0
28782025-01-28T22:30:07.059Z Checking hashbrown v0.12.3
28792025-01-28T22:30:07.077Z Checking termcolor v1.4.1
28802025-01-28T22:30:07.123Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28812025-01-28T22:30:07.291Z Checking ron v0.8.1
28822025-01-28T22:30:07.447Z Checking serde-hex v0.1.0
28832025-01-28T22:30:07.483Z Checking env_logger v0.10.2
28842025-01-28T22:30:08.015Z Checking ciborium v0.2.2
28852025-01-28T22:30:08.049Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28862025-01-28T22:30:08.100Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28872025-01-28T22:30:08.522Z Checking steno v0.4.1
28882025-01-28T22:30:08.752Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28892025-01-28T22:30:08.787Z Checking hashbrown v0.13.2
28902025-01-28T22:30:08.958Z Checking humantime v2.1.0
28912025-01-28T22:30:09.031Z Checking crc-any v2.5.0
28922025-01-28T22:30:09.279Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28932025-01-28T22:30:09.392Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28942025-01-28T22:30:09.662Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28952025-01-28T22:30:09.705Z Checking object v0.30.4
28962025-01-28T22:30:09.952Z Checking path-slash v0.1.5
28972025-01-28T22:30:10.049Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28982025-01-28T22:30:10.107Z Checking nix v0.27.1
28992025-01-28T22:30:10.748Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29002025-01-28T22:30:10.990Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29012025-01-28T22:30:11.233Z Checking tungstenite v0.23.0
29022025-01-28T22:30:11.296Z Checking kstat-rs v0.2.4
29032025-01-28T22:30:11.340Z Checking signal-hook-tokio v0.3.1
29042025-01-28T22:30:11.647Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29052025-01-28T22:30:12.120Z Checking tokio-tungstenite v0.23.1
29062025-01-28T22:30:12.245Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29072025-01-28T22:30:12.334Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29082025-01-28T22:30:12.540Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29092025-01-28T22:30:19.519Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29102025-01-28T22:30:20.875Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29112025-01-28T22:30:22.804Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122025-01-28T22:30:28.275Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29132025-01-28T22:30:28.945Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29142025-01-28T22:30:31.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
29152025-01-28T22:30:31.902Z
29162025-01-28T22:30:31.902Zinfo: running `cargo check --bins` on gateway-api (109/197)
29172025-01-28T22:30:32.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-01-28T22:30:32.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-01-28T22:30:32.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-01-28T22:30:32.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29212025-01-28T22:30:32.534Z
29222025-01-28T22:30:32.534Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29232025-01-28T22:30:33.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-01-28T22:30:33.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-01-28T22:30:33.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262025-01-28T22:30:33.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29272025-01-28T22:30:33.152Z
29282025-01-28T22:30:33.152Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29292025-01-28T22:30:33.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302025-01-28T22:30:33.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312025-01-28T22:30:33.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322025-01-28T22:30:33.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29332025-01-28T22:30:33.790Z
29342025-01-28T22:30:33.790Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29352025-01-28T22:30:34.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362025-01-28T22:30:34.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372025-01-28T22:30:34.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382025-01-28T22:30:34.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29392025-01-28T22:30:34.413Z
29402025-01-28T22:30:34.413Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29412025-01-28T22:30:34.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422025-01-28T22:30:34.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432025-01-28T22:30:34.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442025-01-28T22:30:34.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29452025-01-28T22:30:35.054Z
29462025-01-28T22:30:35.054Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29472025-01-28T22:30:35.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482025-01-28T22:30:35.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492025-01-28T22:30:35.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502025-01-28T22:30:35.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29512025-01-28T22:30:35.677Z
29522025-01-28T22:30:35.677Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29532025-01-28T22:30:36.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542025-01-28T22:30:36.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552025-01-28T22:30:36.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562025-01-28T22:30:36.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29572025-01-28T22:30:36.311Z
29582025-01-28T22:30:36.311Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29592025-01-28T22:30:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-01-28T22:30:36.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-01-28T22:30:36.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622025-01-28T22:30:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29632025-01-28T22:30:36.941Z
29642025-01-28T22:30:36.941Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29652025-01-28T22:30:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662025-01-28T22:30:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672025-01-28T22:30:37.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682025-01-28T22:30:37.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29692025-01-28T22:30:37.597Z
29702025-01-28T22:30:37.597Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29712025-01-28T22:30:38.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722025-01-28T22:30:38.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732025-01-28T22:30:38.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742025-01-28T22:30:38.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29752025-01-28T22:30:38.244Z
29762025-01-28T22:30:38.244Zinfo: running `cargo check --bins` on sp-sim (119/197)
29772025-01-28T22:30:38.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782025-01-28T22:30:38.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792025-01-28T22:30:38.886Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29802025-01-28T22:30:39.330Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29812025-01-28T22:30:41.034Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29822025-01-28T22:30:42.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
29832025-01-28T22:30:42.925Z
29842025-01-28T22:30:42.925Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29852025-01-28T22:30:43.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-28T22:30:43.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-28T22:30:43.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882025-01-28T22:30:43.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29892025-01-28T22:30:43.608Z
29902025-01-28T22:30:43.608Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29912025-01-28T22:30:44.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922025-01-28T22:30:44.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932025-01-28T22:30:44.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942025-01-28T22:30:44.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29952025-01-28T22:30:44.299Z
29962025-01-28T22:30:44.299Zinfo: running `cargo check --bins` on db-macros (122/197)
29972025-01-28T22:30:44.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982025-01-28T22:30:44.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992025-01-28T22:30:44.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002025-01-28T22:30:44.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30012025-01-28T22:30:44.907Z
30022025-01-28T22:30:44.907Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30032025-01-28T22:30:45.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-28T22:30:45.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-28T22:30:45.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062025-01-28T22:30:45.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30072025-01-28T22:30:45.518Z
30082025-01-28T22:30:45.518Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30092025-01-28T22:30:46.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-28T22:30:46.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-28T22:30:46.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122025-01-28T22:30:46.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30132025-01-28T22:30:46.198Z
30142025-01-28T22:30:46.198Zinfo: running `cargo check --bins` on authz-macros (125/197)
30152025-01-28T22:30:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-28T22:30:46.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-28T22:30:46.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182025-01-28T22:30:46.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30192025-01-28T22:30:46.820Z
30202025-01-28T22:30:46.820Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30212025-01-28T22:30:47.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-28T22:30:47.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-28T22:30:47.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242025-01-28T22:30:47.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30252025-01-28T22:30:47.506Z
30262025-01-28T22:30:47.506Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30272025-01-28T22:30:48.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-28T22:30:48.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-28T22:30:48.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302025-01-28T22:30:48.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30312025-01-28T22:30:48.176Z
30322025-01-28T22:30:48.176Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30332025-01-28T22:30:48.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-28T22:30:48.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-28T22:30:48.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362025-01-28T22:30:48.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30372025-01-28T22:30:48.824Z
30382025-01-28T22:30:48.824Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30392025-01-28T22:30:49.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-28T22:30:49.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-28T22:30:49.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422025-01-28T22:30:49.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30432025-01-28T22:30:49.494Z
30442025-01-28T22:30:49.494Zinfo: running `cargo check --bins` on typed-rng (130/197)
30452025-01-28T22:30:50.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-28T22:30:50.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-28T22:30:50.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-28T22:30:50.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30492025-01-28T22:30:50.107Z
30502025-01-28T22:30:50.107Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30512025-01-28T22:30:50.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-28T22:30:50.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-28T22:30:50.868Z Checking keccak v0.1.5
30542025-01-28T22:30:50.981Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30552025-01-28T22:30:50.984Z Checking secrecy v0.8.0
30562025-01-28T22:30:50.984Z Compiling unicase v2.7.0
30572025-01-28T22:30:50.984Z Compiling same-file v1.0.6
30582025-01-28T22:30:51.007Z Compiling tempfile v3.13.0
30592025-01-28T22:30:51.044Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
30602025-01-28T22:30:51.046Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612025-01-28T22:30:51.157Z Compiling thiserror-impl-no-std v2.0.2
30622025-01-28T22:30:51.265Z Compiling walkdir v2.5.0
30632025-01-28T22:30:51.285Z Checking sha3 v0.10.8
30642025-01-28T22:30:51.319Z Checking universal-hash v0.5.1
30652025-01-28T22:30:51.356Z Compiling blake3 v1.5.4
30662025-01-28T22:30:51.501Z Checking opaque-debug v0.3.1
30672025-01-28T22:30:51.520Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30682025-01-28T22:30:51.582Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30692025-01-28T22:30:51.608Z Checking poly1305 v0.8.0
30702025-01-28T22:30:51.675Z Checking chacha20 v0.9.1
30712025-01-28T22:30:51.783Z Checking aead v0.5.2
30722025-01-28T22:30:51.836Z Compiling memmap2 v0.9.5
30732025-01-28T22:30:51.939Z Compiling salty v0.3.0
30742025-01-28T22:30:52.017Z Compiling libefi-sys v0.1.0
30752025-01-28T22:30:52.017Z Compiling constant_time_eq v0.3.1
30762025-01-28T22:30:52.092Z Compiling arrayref v0.3.9
30772025-01-28T22:30:52.208Z Compiling arrayvec v0.7.6
30782025-01-28T22:30:52.226Z Checking chacha20poly1305 v0.10.1
30792025-01-28T22:30:52.274Z Compiling toolchain_find v0.4.0
30802025-01-28T22:30:52.378Z Compiling camino-tempfile v1.1.1
30812025-01-28T22:30:52.413Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30822025-01-28T22:30:52.584Z Compiling bitfield-struct v0.6.2
30832025-01-28T22:30:52.725Z Compiling topological-sort v0.2.2
30842025-01-28T22:30:52.793Z Compiling mime_guess v2.0.5
30852025-01-28T22:30:52.851Z Compiling rustfmt-wrapper v0.2.1
30862025-01-28T22:30:53.344Z Compiling omicron-zone-package v0.12.0
30872025-01-28T22:30:53.427Z Compiling progenitor v0.9.1
30882025-01-28T22:30:53.492Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30892025-01-28T22:30:53.683Z Checking primeorder v0.13.6
30902025-01-28T22:30:53.736Z Checking env_filter v0.1.2
30912025-01-28T22:30:53.828Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30922025-01-28T22:30:53.895Z Checking thiserror-no-std v2.0.2
30932025-01-28T22:30:53.960Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30942025-01-28T22:30:53.994Z Checking env_logger v0.11.5
30952025-01-28T22:30:54.013Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30962025-01-28T22:30:54.031Z Checking vsss-rs v3.3.4
30972025-01-28T22:30:54.103Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30982025-01-28T22:30:54.130Z Checking p384 v0.13.0
30992025-01-28T22:30:54.219Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31002025-01-28T22:30:54.463Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31012025-01-28T22:30:54.529Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-28T22:30:54.576Z Compiling zip v2.1.3
31032025-01-28T22:30:54.591Z Checking lockfree-object-pool v0.1.6
31042025-01-28T22:30:54.760Z Checking bumpalo v3.16.0
31052025-01-28T22:30:54.815Z Checking http-range v0.1.5
31062025-01-28T22:30:54.877Z Checking simd-adler32 v0.3.7
31072025-01-28T22:30:54.978Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31082025-01-28T22:30:55.084Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092025-01-28T22:30:55.207Z Checking zopfli v0.8.1
31102025-01-28T22:30:55.246Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31112025-01-28T22:30:55.542Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31122025-01-28T22:30:55.684Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31132025-01-28T22:30:55.866Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31142025-01-28T22:30:55.869Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31152025-01-28T22:30:56.057Z Checking nanorand v0.7.0
31162025-01-28T22:30:56.301Z Checking atty v0.2.14
31172025-01-28T22:30:56.404Z Checking glob v0.3.2
31182025-01-28T22:30:56.424Z Checking flume v0.11.1
31192025-01-28T22:30:56.442Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31202025-01-28T22:30:56.445Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
31212025-01-28T22:30:56.737Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222025-01-28T22:30:57.048Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31232025-01-28T22:30:57.681Z Checking hyper-staticfile v0.10.1
31242025-01-28T22:30:57.809Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31252025-01-28T22:30:57.967Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31262025-01-28T22:30:58.200Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272025-01-28T22:30:58.364Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31282025-01-28T22:30:58.466Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31292025-01-28T22:30:58.765Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
31302025-01-28T22:30:59.029Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31312025-01-28T22:30:59.200Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31322025-01-28T22:30:59.424Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31332025-01-28T22:30:59.497Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31342025-01-28T22:31:02.661Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31352025-01-28T22:31:02.663Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31362025-01-28T22:31:10.972Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31372025-01-28T22:31:24.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.09s
31382025-01-28T22:31:24.390Z
31392025-01-28T22:31:24.390Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31402025-01-28T22:31:25.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412025-01-28T22:31:25.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422025-01-28T22:31:25.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31432025-01-28T22:31:38.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.38s
31442025-01-28T22:31:38.977Z
31452025-01-28T22:31:38.977Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31462025-01-28T22:31:39.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-01-28T22:31:39.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-01-28T22:31:39.727Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31492025-01-28T22:31:53.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.27s
31502025-01-28T22:31:53.457Z
31512025-01-28T22:31:53.457Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31522025-01-28T22:31:54.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-01-28T22:31:54.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-01-28T22:31:54.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31552025-01-28T22:32:07.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s
31562025-01-28T22:32:07.964Z
31572025-01-28T22:32:07.964Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31582025-01-28T22:32:08.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-01-28T22:32:08.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-01-28T22:32:08.721Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31612025-01-28T22:32:22.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
31622025-01-28T22:32:22.398Z
31632025-01-28T22:32:22.398Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31642025-01-28T22:32:23.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-01-28T22:32:23.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-01-28T22:32:23.151Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31672025-01-28T22:32:36.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
31682025-01-28T22:32:36.799Z
31692025-01-28T22:32:36.799Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31702025-01-28T22:32:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712025-01-28T22:32:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722025-01-28T22:32:37.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31732025-01-28T22:32:51.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
31742025-01-28T22:32:51.350Z
31752025-01-28T22:32:51.350Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31762025-01-28T22:32:51.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772025-01-28T22:32:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782025-01-28T22:32:52.110Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31792025-01-28T22:33:05.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
31802025-01-28T22:33:05.773Z
31812025-01-28T22:33:05.773Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31822025-01-28T22:33:06.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-01-28T22:33:06.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-01-28T22:33:06.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852025-01-28T22:33:06.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31862025-01-28T22:33:06.451Z
31872025-01-28T22:33:06.451Zinfo: running `cargo check --bins` on key-manager (140/197)
31882025-01-28T22:33:06.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892025-01-28T22:33:06.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902025-01-28T22:33:06.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912025-01-28T22:33:07.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31922025-01-28T22:33:07.076Z
31932025-01-28T22:33:07.076Zinfo: running `cargo check --bins` on range-requests (141/197)
31942025-01-28T22:33:07.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952025-01-28T22:33:07.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962025-01-28T22:33:07.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972025-01-28T22:33:07.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31982025-01-28T22:33:07.714Z
31992025-01-28T22:33:07.714Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32002025-01-28T22:33:08.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012025-01-28T22:33:08.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022025-01-28T22:33:08.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032025-01-28T22:33:08.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32042025-01-28T22:33:08.339Z
32052025-01-28T22:33:08.339Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32062025-01-28T22:33:08.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072025-01-28T22:33:08.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082025-01-28T22:33:08.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092025-01-28T22:33:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32102025-01-28T22:33:09.007Z
32112025-01-28T22:33:09.007Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32122025-01-28T22:33:09.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132025-01-28T22:33:09.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142025-01-28T22:33:09.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152025-01-28T22:33:09.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32162025-01-28T22:33:09.616Z
32172025-01-28T22:33:09.616Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32182025-01-28T22:33:10.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-01-28T22:33:10.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-01-28T22:33:10.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212025-01-28T22:33:10.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32222025-01-28T22:33:10.273Z
32232025-01-28T22:33:10.273Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32242025-01-28T22:33:10.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-01-28T22:33:10.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-01-28T22:33:10.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272025-01-28T22:33:10.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32282025-01-28T22:33:10.920Z
32292025-01-28T22:33:10.920Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32302025-01-28T22:33:11.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312025-01-28T22:33:11.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322025-01-28T22:33:11.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332025-01-28T22:33:11.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32342025-01-28T22:33:11.594Z
32352025-01-28T22:33:11.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32362025-01-28T22:33:12.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-01-28T22:33:12.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-01-28T22:33:12.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392025-01-28T22:33:12.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32402025-01-28T22:33:12.247Z
32412025-01-28T22:33:12.247Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32422025-01-28T22:33:12.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-01-28T22:33:12.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-01-28T22:33:12.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452025-01-28T22:33:12.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32462025-01-28T22:33:12.916Z
32472025-01-28T22:33:12.916Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32482025-01-28T22:33:13.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-01-28T22:33:13.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-01-28T22:33:13.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512025-01-28T22:33:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32522025-01-28T22:33:13.571Z
32532025-01-28T22:33:13.571Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32542025-01-28T22:33:14.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-01-28T22:33:14.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-01-28T22:33:14.268Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32572025-01-28T22:33:14.268Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32582025-01-28T22:33:15.136Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32592025-01-28T22:33:17.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
32602025-01-28T22:33:17.326Z
32612025-01-28T22:33:17.326Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32622025-01-28T22:33:17.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-28T22:33:17.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-28T22:33:17.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-01-28T22:33:17.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32662025-01-28T22:33:17.951Z
32672025-01-28T22:33:17.951Zinfo: running `cargo check --bins` on cert-dev (153/197)
32682025-01-28T22:33:18.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-01-28T22:33:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-01-28T22:33:18.573Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32712025-01-28T22:33:18.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
32722025-01-28T22:33:19.021Z
32732025-01-28T22:33:19.021Zinfo: running `cargo check --bins` on clickana (154/197)
32742025-01-28T22:33:19.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-01-28T22:33:19.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-01-28T22:33:19.691Z Checking castaway v0.2.3
32772025-01-28T22:33:19.693Z Checking lru v0.12.5
32782025-01-28T22:33:19.693Z Compiling instability v0.3.2
32792025-01-28T22:33:19.693Z Checking unicode-truncate v1.1.0
32802025-01-28T22:33:19.693Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812025-01-28T22:33:19.693Z Checking cassowary v0.3.0
32822025-01-28T22:33:19.909Z Checking compact_str v0.8.0
32832025-01-28T22:33:20.516Z Checking ratatui v0.28.1
32842025-01-28T22:33:21.392Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32852025-01-28T22:33:22.383Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32862025-01-28T22:33:23.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
32872025-01-28T22:33:23.393Z
32882025-01-28T22:33:23.393Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32892025-01-28T22:33:23.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-01-28T22:33:23.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-01-28T22:33:24.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32922025-01-28T22:33:24.085Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932025-01-28T22:33:25.100Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32942025-01-28T22:33:25.586Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32952025-01-28T22:33:25.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
32962025-01-28T22:33:26.120Z
32972025-01-28T22:33:26.120Zinfo: running `cargo check --bins` on ch-dev (156/197)
32982025-01-28T22:33:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-01-28T22:33:26.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-01-28T22:33:26.788Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33012025-01-28T22:33:27.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
33022025-01-28T22:33:27.677Z
33032025-01-28T22:33:27.677Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33042025-01-28T22:33:28.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-01-28T22:33:28.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-01-28T22:33:28.341Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33072025-01-28T22:33:28.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33082025-01-28T22:33:28.877Z
33092025-01-28T22:33:28.877Zinfo: running `cargo check --bins` on db-dev (158/197)
33102025-01-28T22:33:29.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-01-28T22:33:29.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-01-28T22:33:29.541Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33132025-01-28T22:33:30.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33142025-01-28T22:33:30.465Z
33152025-01-28T22:33:30.465Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33162025-01-28T22:33:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-01-28T22:33:31.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-01-28T22:33:31.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-01-28T22:33:31.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33202025-01-28T22:33:31.112Z
33212025-01-28T22:33:31.113Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33222025-01-28T22:33:31.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-01-28T22:33:31.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-01-28T22:33:31.728Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33252025-01-28T22:33:32.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33262025-01-28T22:33:32.766Z
33272025-01-28T22:33:32.766Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33282025-01-28T22:33:33.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-01-28T22:33:33.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-01-28T22:33:33.393Z Checking cargo-platform v0.1.8
33312025-01-28T22:33:33.682Z Checking cargo_metadata v0.18.1
33322025-01-28T22:33:34.624Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33332025-01-28T22:33:35.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
33342025-01-28T22:33:35.632Z
33352025-01-28T22:33:35.632Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33362025-01-28T22:33:36.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-28T22:33:36.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-28T22:33:36.357Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392025-01-28T22:33:37.799Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402025-01-28T22:33:38.383Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33412025-01-28T22:33:38.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
33422025-01-28T22:33:39.108Z
33432025-01-28T22:33:39.108Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33442025-01-28T22:33:39.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-28T22:33:39.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-28T22:33:39.907Z Compiling crunchy v0.2.2
33472025-01-28T22:33:39.907Z Compiling tiny-keccak v2.0.2
33482025-01-28T22:33:39.910Z Compiling dsl_auto_type v0.1.2
33492025-01-28T22:33:39.910Z Checking scheduled-thread-pool v0.2.7
33502025-01-28T22:33:39.910Z Compiling diesel_table_macro_syntax v0.2.0
33512025-01-28T22:33:39.910Z Compiling ascii-canvas v3.0.0
33522025-01-28T22:33:40.025Z Compiling ena v0.14.3
33532025-01-28T22:33:40.050Z Compiling diff v0.1.13
33542025-01-28T22:33:40.264Z Checking r2d2 v0.8.10
33552025-01-28T22:33:40.340Z Compiling regex-syntax v0.6.29
33562025-01-28T22:33:40.473Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33572025-01-28T22:33:40.489Z Compiling ref-cast v1.0.23
33582025-01-28T22:33:40.506Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33592025-01-28T22:33:40.581Z Compiling derive_builder_core v0.20.2
33602025-01-28T22:33:40.647Z Compiling libxml v0.3.3
33612025-01-28T22:33:40.683Z Compiling ref-cast-impl v1.0.23
33622025-01-28T22:33:40.854Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33632025-01-28T22:33:41.065Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33642025-01-28T22:33:41.090Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33652025-01-28T22:33:41.299Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33662025-01-28T22:33:41.331Z Compiling strum_macros v0.24.3
33672025-01-28T22:33:41.379Z Compiling samael v0.0.17
33682025-01-28T22:33:41.403Z Compiling diesel_derives v2.2.3
33692025-01-28T22:33:41.660Z Compiling indoc v1.0.9
33702025-01-28T22:33:42.567Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712025-01-28T22:33:42.755Z Compiling derive_builder_macro v0.20.2
33722025-01-28T22:33:42.857Z Compiling oso-derive v0.27.3
33732025-01-28T22:33:43.474Z Compiling lalrpop v0.19.12
33742025-01-28T22:33:43.670Z Checking derive_builder v0.20.2
33752025-01-28T22:33:43.845Z Compiling impl-trait-for-tuples v0.2.2
33762025-01-28T22:33:43.869Z Checking quick-xml v0.33.0
33772025-01-28T22:33:44.206Z Compiling diesel-dtrace v0.4.2
33782025-01-28T22:33:44.501Z Checking maplit v1.0.2
33792025-01-28T22:33:44.637Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33802025-01-28T22:33:44.663Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33812025-01-28T22:33:44.967Z Checking bb8 v0.8.5
33822025-01-28T22:33:45.371Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832025-01-28T22:33:45.449Z Checking rand_seeder v0.3.0
33842025-01-28T22:33:45.710Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33852025-01-28T22:33:45.712Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33862025-01-28T22:33:45.744Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33872025-01-28T22:33:45.904Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33882025-01-28T22:33:46.190Z Checking smawk v0.3.2
33892025-01-28T22:33:46.209Z Checking unicode-linebreak v0.1.5
33902025-01-28T22:33:46.410Z Checking is_ci v1.2.0
33912025-01-28T22:33:46.571Z Checking supports-color v3.0.1
33922025-01-28T22:33:46.668Z Checking textwrap v0.16.1
33932025-01-28T22:33:46.820Z Checking multimap v0.10.0
33942025-01-28T22:33:47.528Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33952025-01-28T22:33:49.743Z Checking diesel v2.2.6
33962025-01-28T22:34:14.116Z Compiling polar-core v0.27.3
33972025-01-28T22:34:15.457Z Checking async-bb8-diesel v0.2.1
33982025-01-28T22:34:21.377Z Checking oso v0.27.3
33992025-01-28T22:35:25.669Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34002025-01-28T22:35:32.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
34012025-01-28T22:35:32.473Z
34022025-01-28T22:35:32.473Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34032025-01-28T22:35:33.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-01-28T22:35:33.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-01-28T22:35:33.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062025-01-28T22:35:33.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34072025-01-28T22:35:33.147Z
34082025-01-28T22:35:33.147Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34092025-01-28T22:35:33.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-28T22:35:33.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-28T22:35:33.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122025-01-28T22:35:33.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34132025-01-28T22:35:33.824Z
34142025-01-28T22:35:33.824Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34152025-01-28T22:35:34.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-28T22:35:34.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-28T22:35:34.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182025-01-28T22:35:34.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34192025-01-28T22:35:34.436Z
34202025-01-28T22:35:34.436Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34212025-01-28T22:35:35.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222025-01-28T22:35:35.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232025-01-28T22:35:35.264Z Compiling libz-sys v1.1.20
34242025-01-28T22:35:35.267Z Compiling libgit2-sys v0.17.0+1.8.1
34252025-01-28T22:35:35.395Z Compiling vergen v8.3.2
34262025-01-28T22:35:35.398Z Compiling cargo-platform v0.1.8
34272025-01-28T22:35:35.398Z Compiling pin-project-internal v1.1.6
34282025-01-28T22:35:35.436Z Compiling libsqlite3-sys v0.30.1
34292025-01-28T22:35:35.436Z Compiling snafu-derive v0.8.5
34302025-01-28T22:35:35.441Z Compiling rustls v0.21.12
34312025-01-28T22:35:35.696Z Compiling cfg_aliases v0.2.1
34322025-01-28T22:35:35.725Z Compiling cargo_metadata v0.18.1
34332025-01-28T22:35:35.812Z Compiling buf-list v1.0.3
34342025-01-28T22:35:35.897Z Compiling nix v0.29.0
34352025-01-28T22:35:36.039Z Checking globset v0.4.15
34362025-01-28T22:35:36.278Z Checking olpc-cjson v0.1.4
34372025-01-28T22:35:36.500Z Checking rustls-webpki v0.101.7
34382025-01-28T22:35:36.517Z Checking sct v0.7.1
34392025-01-28T22:35:36.534Z Checking serde_plain v1.0.2
34402025-01-28T22:35:36.713Z Checking typed-path v0.9.3
34412025-01-28T22:35:37.122Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34422025-01-28T22:35:37.192Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34432025-01-28T22:35:37.418Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34442025-01-28T22:35:37.485Z Checking hashlink v0.9.1
34452025-01-28T22:35:37.710Z Checking fallible-iterator v0.3.0
34462025-01-28T22:35:38.011Z Checking pin-project v1.1.6
34472025-01-28T22:35:38.062Z Checking fallible-streaming-iterator v0.1.9
34482025-01-28T22:35:38.156Z Checking parse-size v1.1.0
34492025-01-28T22:35:38.335Z Checking rusqlite v0.32.1
34502025-01-28T22:35:38.411Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34512025-01-28T22:35:38.503Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34522025-01-28T22:35:38.864Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34532025-01-28T22:35:38.929Z Checking rustls-pemfile v1.0.4
34542025-01-28T22:35:39.146Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552025-01-28T22:35:39.390Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34562025-01-28T22:35:39.459Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34572025-01-28T22:35:39.557Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34582025-01-28T22:35:39.608Z Checking twox-hash v2.1.0
34592025-01-28T22:35:39.714Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34602025-01-28T22:35:39.872Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34612025-01-28T22:35:40.027Z Checking tokio-rustls v0.24.1
34622025-01-28T22:35:40.218Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34632025-01-28T22:35:40.261Z Checking snafu v0.8.5
34642025-01-28T22:35:40.635Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34652025-01-28T22:35:40.687Z Checking tough v0.19.0
34662025-01-28T22:35:41.126Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34672025-01-28T22:35:41.149Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34682025-01-28T22:35:41.636Z Checking fatfs v0.3.6
34692025-01-28T22:35:41.898Z Checking assert_matches v1.5.0
34702025-01-28T22:35:44.637Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34712025-01-28T22:35:46.026Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34722025-01-28T22:35:48.091Z Compiling git2 v0.19.0
34732025-01-28T22:35:52.262Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34742025-01-28T22:36:49.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
34752025-01-28T22:36:49.797Z
34762025-01-28T22:36:49.797Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34772025-01-28T22:36:50.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782025-01-28T22:36:50.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792025-01-28T22:36:50.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802025-01-28T22:36:50.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34812025-01-28T22:36:50.485Z
34822025-01-28T22:36:50.485Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34832025-01-28T22:36:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842025-01-28T22:36:51.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852025-01-28T22:36:51.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862025-01-28T22:36:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34872025-01-28T22:36:51.086Z
34882025-01-28T22:36:51.086Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34892025-01-28T22:36:51.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902025-01-28T22:36:51.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912025-01-28T22:36:51.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922025-01-28T22:36:51.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34932025-01-28T22:36:51.739Z
34942025-01-28T22:36:51.739Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34952025-01-28T22:36:52.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962025-01-28T22:36:52.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972025-01-28T22:36:52.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982025-01-28T22:36:52.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34992025-01-28T22:36:52.436Z
35002025-01-28T22:36:52.436Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35012025-01-28T22:36:53.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022025-01-28T22:36:53.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032025-01-28T22:36:53.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042025-01-28T22:36:53.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35052025-01-28T22:36:53.114Z
35062025-01-28T22:36:53.114Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35072025-01-28T22:36:53.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082025-01-28T22:36:53.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092025-01-28T22:36:53.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102025-01-28T22:36:53.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35112025-01-28T22:36:53.806Z
35122025-01-28T22:36:53.806Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35132025-01-28T22:36:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142025-01-28T22:36:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152025-01-28T22:36:54.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162025-01-28T22:36:54.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35172025-01-28T22:36:54.477Z
35182025-01-28T22:36:54.477Zinfo: running `cargo check --bins` on update-common (175/197)
35192025-01-28T22:36:55.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202025-01-28T22:36:55.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212025-01-28T22:36:55.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222025-01-28T22:36:55.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35232025-01-28T22:36:55.133Z
35242025-01-28T22:36:55.133Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35252025-01-28T22:36:55.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-28T22:36:55.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-28T22:36:55.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282025-01-28T22:36:55.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35292025-01-28T22:36:55.804Z
35302025-01-28T22:36:55.804Zinfo: running `cargo check --bins` on tufaceous (177/197)
35312025-01-28T22:36:56.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322025-01-28T22:36:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332025-01-28T22:36:56.469Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35342025-01-28T22:36:57.625Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35352025-01-28T22:36:58.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
35362025-01-28T22:36:58.632Z
35372025-01-28T22:36:58.632Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35382025-01-28T22:36:59.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392025-01-28T22:36:59.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402025-01-28T22:36:59.501Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35412025-01-28T22:36:59.503Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35422025-01-28T22:36:59.643Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35432025-01-28T22:36:59.649Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35442025-01-28T22:37:00.659Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35452025-01-28T22:37:28.165Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35462025-01-28T22:37:28.167Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35472025-01-28T22:37:28.168Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35482025-01-28T22:37:28.168Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35492025-01-28T22:37:28.168Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35502025-01-28T22:37:28.168Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35512025-01-28T22:37:28.986Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35522025-01-28T22:37:30.202Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35532025-01-28T22:38:11.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
35542025-01-28T22:38:11.589Z
35552025-01-28T22:38:11.589Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35562025-01-28T22:38:12.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572025-01-28T22:38:12.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582025-01-28T22:38:12.314Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35592025-01-28T22:38:12.317Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35602025-01-28T22:38:12.317Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35612025-01-28T22:38:12.449Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35622025-01-28T22:38:12.451Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35632025-01-28T22:38:12.478Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35642025-01-28T22:38:12.481Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35652025-01-28T22:38:12.511Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35662025-01-28T22:38:12.648Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35672025-01-28T22:38:12.678Z Checking heck v0.4.1
35682025-01-28T22:38:12.752Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35692025-01-28T22:38:12.901Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35702025-01-28T22:38:13.045Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35712025-01-28T22:38:13.332Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35722025-01-28T22:38:13.723Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35732025-01-28T22:38:13.876Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35742025-01-28T22:38:14.205Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35752025-01-28T22:38:15.157Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35762025-01-28T22:38:15.515Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35772025-01-28T22:38:16.092Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35782025-01-28T22:38:16.187Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35792025-01-28T22:38:17.870Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35802025-01-28T22:38:17.870Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35812025-01-28T22:38:19.506Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35822025-01-28T22:38:20.981Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35832025-01-28T22:38:26.415Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35842025-01-28T22:38:26.417Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35852025-01-28T22:38:27.647Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35862025-01-28T22:38:28.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.06s
35872025-01-28T22:38:28.850Z
35882025-01-28T22:38:28.850Zinfo: running `cargo check --bins` on installinator-api (180/197)
35892025-01-28T22:38:29.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-01-28T22:38:29.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-01-28T22:38:29.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922025-01-28T22:38:29.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35932025-01-28T22:38:29.517Z
35942025-01-28T22:38:29.517Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35952025-01-28T22:38:30.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-01-28T22:38:30.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-01-28T22:38:30.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-01-28T22:38:30.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35992025-01-28T22:38:30.196Z
36002025-01-28T22:38:30.196Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36012025-01-28T22:38:30.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-01-28T22:38:30.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-01-28T22:38:30.929Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36042025-01-28T22:38:30.929Z Compiling petname v2.0.2
36052025-01-28T22:38:30.932Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36062025-01-28T22:38:30.932Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36072025-01-28T22:38:30.932Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36082025-01-28T22:38:30.932Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36092025-01-28T22:38:30.932Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36102025-01-28T22:38:31.070Z Checking sync-ptr v0.1.1
36112025-01-28T22:38:36.319Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36122025-01-28T22:38:36.944Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36132025-01-28T22:38:38.097Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36142025-01-28T22:38:39.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s
36152025-01-28T22:38:39.812Z
36162025-01-28T22:38:39.812Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36172025-01-28T22:38:40.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182025-01-28T22:38:40.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192025-01-28T22:38:40.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202025-01-28T22:38:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36212025-01-28T22:38:40.490Z
36222025-01-28T22:38:40.490Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36232025-01-28T22:38:41.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242025-01-28T22:38:41.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252025-01-28T22:38:41.168Z Checking memmap2 v0.9.5
36262025-01-28T22:38:41.168Z Checking arrayvec v0.7.6
36272025-01-28T22:38:41.170Z Checking arrayref v0.3.9
36282025-01-28T22:38:41.170Z Checking constant_time_eq v0.3.1
36292025-01-28T22:38:41.170Z Checking topological-sort v0.2.2
36302025-01-28T22:38:41.275Z Checking shell-words v1.1.0
36312025-01-28T22:38:41.562Z Checking blake3 v1.5.4
36322025-01-28T22:38:41.915Z Checking omicron-zone-package v0.12.0
36332025-01-28T22:38:43.079Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36342025-01-28T22:38:44.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
36352025-01-28T22:38:44.184Z
36362025-01-28T22:38:44.184Zinfo: running `cargo check --bins` on xtask (185/197)
36372025-01-28T22:38:44.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382025-01-28T22:38:44.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392025-01-28T22:38:44.624Z Checking bitflags v2.6.0
36402025-01-28T22:38:44.627Z Checking serde v1.0.217
36412025-01-28T22:38:44.704Z Checking thiserror v1.0.69
36422025-01-28T22:38:44.722Z Checking scroll v0.12.0
36432025-01-28T22:38:44.725Z Checking log v0.4.22
36442025-01-28T22:38:44.731Z Checking hashbrown v0.15.1
36452025-01-28T22:38:44.740Z Checking zerocopy v0.7.35
36462025-01-28T22:38:44.764Z Checking syn v2.0.96
36472025-01-28T22:38:44.828Z Checking pest v2.7.14
36482025-01-28T22:38:44.959Z Checking rustix v0.38.37
36492025-01-28T22:38:44.977Z Checking once_cell v1.20.2
36502025-01-28T22:38:45.177Z Checking goblin v0.8.2
36512025-01-28T22:38:45.255Z Checking fs-err v2.11.0
36522025-01-28T22:38:45.548Z Checking tabled v0.15.0
36532025-01-28T22:38:45.673Z Checking indexmap v2.7.1
36542025-01-28T22:38:45.956Z Checking anyhow v1.0.95
36552025-01-28T22:38:46.780Z Checking terminal_size v0.4.0
36562025-01-28T22:38:46.783Z Checking tempfile v3.13.0
36572025-01-28T22:38:46.969Z Checking clap_builder v4.5.27
36582025-01-28T22:38:47.262Z Checking dtrace-parser v0.2.0
36592025-01-28T22:38:48.646Z Checking serde_json v1.0.135
36602025-01-28T22:38:48.646Z Checking serde_spanned v0.6.8
36612025-01-28T22:38:48.650Z Checking toml_datetime v0.6.8
36622025-01-28T22:38:48.650Z Checking camino v1.1.9
36632025-01-28T22:38:48.650Z Checking semver v1.0.24
36642025-01-28T22:38:48.736Z Checking cargo-platform v0.1.8
36652025-01-28T22:38:48.886Z Checking macaddr v1.0.1
36662025-01-28T22:38:48.959Z Checking toml_edit v0.22.22
36672025-01-28T22:38:49.109Z Checking clap v4.5.27
36682025-01-28T22:38:49.156Z Checking camino-tempfile v1.1.1
36692025-01-28T22:38:49.808Z Checking dof v0.3.0
36702025-01-28T22:38:49.808Z Checking cargo_metadata v0.18.1
36712025-01-28T22:38:50.209Z Checking usdt-impl v0.5.0
36722025-01-28T22:38:50.567Z Checking usdt v0.5.0
36732025-01-28T22:38:50.770Z Checking toml v0.8.19
36742025-01-28T22:38:51.210Z Checking cargo_toml v0.20.5
36752025-01-28T22:38:52.395Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36762025-01-28T22:38:53.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.83s
36772025-01-28T22:38:53.131Z
36782025-01-28T22:38:53.131Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36792025-01-28T22:38:53.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802025-01-28T22:38:53.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812025-01-28T22:38:53.914Z Checking polyval v0.6.2
36822025-01-28T22:38:54.030Z Checking ctr v0.9.2
36832025-01-28T22:38:54.047Z Checking ssh-encoding v0.2.0
36842025-01-28T22:38:54.047Z Checking blowfish v0.9.1
36852025-01-28T22:38:54.071Z Checking password-hash v0.4.2
36862025-01-28T22:38:54.087Z Checking p521 v0.13.3
36872025-01-28T22:38:54.090Z Checking p256 v0.13.2
36882025-01-28T22:38:54.119Z Checking russh-cryptovec v0.7.3
36892025-01-28T22:38:54.249Z Checking bcrypt-pbkdf v0.10.0
36902025-01-28T22:38:54.249Z Checking ghash v0.5.1
36912025-01-28T22:38:54.285Z Checking md5 v0.7.0
36922025-01-28T22:38:54.329Z Checking num-bigint v0.4.6
36932025-01-28T22:38:54.360Z Checking des v0.8.1
36942025-01-28T22:38:54.445Z Checking aes-gcm v0.10.3
36952025-01-28T22:38:54.472Z Checking pbkdf2 v0.11.0
36962025-01-28T22:38:54.518Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36972025-01-28T22:38:54.554Z Checking hex-literal v0.4.1
36982025-01-28T22:38:54.573Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36992025-01-28T22:38:54.616Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37002025-01-28T22:38:54.692Z Checking internet-checksum v0.2.1
37012025-01-28T22:38:54.711Z Checking ssh-cipher v0.2.0
37022025-01-28T22:38:54.987Z Checking ssh-key v0.6.6
37032025-01-28T22:38:55.189Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37042025-01-28T22:38:56.084Z Checking russh-keys v0.45.0
37052025-01-28T22:38:56.962Z Checking russh v0.45.0
37062025-01-28T22:39:14.456Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37072025-01-28T22:39:15.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s
37082025-01-28T22:39:16.038Z
37092025-01-28T22:39:16.038Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37102025-01-28T22:39:16.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112025-01-28T22:39:16.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122025-01-28T22:39:16.700Z Checking termios v0.3.3
37132025-01-28T22:39:16.928Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37142025-01-28T22:39:17.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
37152025-01-28T22:39:17.920Z
37162025-01-28T22:39:17.920Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37172025-01-28T22:39:18.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182025-01-28T22:39:18.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192025-01-28T22:39:18.641Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37202025-01-28T22:39:18.644Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37212025-01-28T22:39:18.647Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37222025-01-28T22:39:18.647Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232025-01-28T22:39:19.654Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37242025-01-28T22:39:20.917Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37252025-01-28T22:39:22.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s
37262025-01-28T22:39:22.924Z
37272025-01-28T22:39:22.924Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37282025-01-28T22:39:23.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292025-01-28T22:39:23.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302025-01-28T22:39:23.566Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37312025-01-28T22:39:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37322025-01-28T22:39:24.220Z
37332025-01-28T22:39:24.220Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37342025-01-28T22:39:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352025-01-28T22:39:24.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362025-01-28T22:39:24.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372025-01-28T22:39:24.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37382025-01-28T22:39:24.841Z
37392025-01-28T22:39:24.841Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37402025-01-28T22:39:25.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412025-01-28T22:39:25.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422025-01-28T22:39:25.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432025-01-28T22:39:25.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37442025-01-28T22:39:25.473Z
37452025-01-28T22:39:25.473Zinfo: running `cargo check --bins` on omicron-package (192/197)
37462025-01-28T22:39:26.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-01-28T22:39:26.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-01-28T22:39:26.152Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37492025-01-28T22:39:27.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
37502025-01-28T22:39:27.710Z
37512025-01-28T22:39:27.710Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37522025-01-28T22:39:28.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-01-28T22:39:28.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-01-28T22:39:28.416Z Checking rtoolbox v0.0.2
37552025-01-28T22:39:28.419Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37562025-01-28T22:39:28.419Z Checking tui-tree-widget v0.22.0
37572025-01-28T22:39:28.651Z Checking rpassword v7.3.1
37582025-01-28T22:39:32.582Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37592025-01-28T22:39:35.511Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37602025-01-28T22:39:36.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
37612025-01-28T22:39:36.890Z
37622025-01-28T22:39:36.890Zinfo: running `cargo check --bins` on wicket (194/197)
37632025-01-28T22:39:37.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642025-01-28T22:39:37.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652025-01-28T22:39:37.604Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37662025-01-28T22:39:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37672025-01-28T22:39:38.216Z
37682025-01-28T22:39:38.216Zinfo: running `cargo check --bins` on wicketd (195/197)
37692025-01-28T22:39:38.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702025-01-28T22:39:38.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712025-01-28T22:39:38.954Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37722025-01-28T22:39:38.954Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37732025-01-28T22:39:39.790Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37742025-01-28T22:39:43.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
37752025-01-28T22:39:43.892Z
37762025-01-28T22:39:43.892Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37772025-01-28T22:39:44.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782025-01-28T22:39:44.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792025-01-28T22:39:44.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37802025-01-28T22:39:44.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37812025-01-28T22:39:44.525Z
37822025-01-28T22:39:44.525Zinfo: running `cargo check --bins` on zone-setup (197/197)
37832025-01-28T22:39:45.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842025-01-28T22:39:45.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852025-01-28T22:39:45.267Z Checking uzers v0.12.1
37862025-01-28T22:39:45.622Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37872025-01-28T22:39:46.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
37882025-01-28T22:39:46.957Z
37892025-01-28T22:39:46.957Zreal 13:42.532530540
37902025-01-28T22:39:46.957Zuser 26:07.071978822
37912025-01-28T22:39:46.957Zsys 4:17.810683074
37922025-01-28T22:39:46.957Ztrap 0.538251025
37932025-01-28T22:39:46.957Ztflt 3.257595071
37942025-01-28T22:39:46.957Zdflt 2.636709429
37952025-01-28T22:39:46.957Zkflt 0.022163996
37962025-01-28T22:39:46.957Zlock 46:10.917950485
37972025-01-28T22:39:46.957Zslp 2:10:27.022978770
37982025-01-28T22:39:46.957Zlat 1:07.098480592
37992025-01-28T22:39:46.957Zstop 3:51.028125458
38002025-01-28T22:39:46.960Zprocess exited: duration 1138848 ms, exit code 0
 
38012025-01-28T22:39:46.966Zfound 0 output files