01JJ6JJVR3WMBF7MG99KTK990H: 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: 01JJ6JK8N27XZG75TAY4WWC627

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-22T08:39:15.331Zjob assigned to worker 01JJ6JKEM77ZZFWHSHWAFD1QEG [factory aws, i-088d93591026a1229] (queued for 51 s)
 
22025-01-22T08:39:22.590Zstarting task 0: "setup"
32025-01-22T08:39:22.600Z++ uname -s
42025-01-22T08:39:22.603Z+ kern=SunOS
52025-01-22T08:39:22.603Z+ case "$kern" in
62025-01-22T08:39:22.603Z+ groupadd -g 12345 build
72025-01-22T08:39:22.606Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-22T08:39:24.612Z+ zfs create -o mountpoint=/work rpool/work
92025-01-22T08:39:24.721Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-22T08:39:24.723Z+ home_fs=zfs
112025-01-22T08:39:24.723Z+ [[ zfs == autofs ]]
122025-01-22T08:39:24.723Z+ mkdir -p /home/build
132025-01-22T08:39:24.726Z+ chown build:build /home/build /work
142025-01-22T08:39:26.728Z+ chmod 0700 /home/build /work
152025-01-22T08:39:26.730Zprocess exited: duration 4141 ms, exit code 0
 
162025-01-22T08:39:26.736Zstarting task 1: "rust-toolchain"
172025-01-22T08:39:26.741Z+ printf ' * toolchain channel = "%s"
182025-01-22T08:39:26.741Z * toolchain channel = "1.84.0"
192025-01-22T08:39:26.741Z * toolchain profile = "default"
202025-01-22T08:39:26.741Z' 1.84.0
212025-01-22T08:39:26.741Z+ printf ' * toolchain profile = "%s"
222025-01-22T08:39:26.741Z' default
232025-01-22T08:39:26.744Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-22T08:39:26.744Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-22T08:39:26.861Zinfo: downloading installer
262025-01-22T08:39:28.218Zinfo: profile set to 'default'
272025-01-22T08:39:28.218Zinfo: default host triple is x86_64-unknown-illumos
282025-01-22T08:39:28.221Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-22T08:39:28.374Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-22T08:39:28.375Zinfo: downloading component 'cargo'
312025-01-22T08:39:29.274Zinfo: downloading component 'clippy'
322025-01-22T08:39:29.616Zinfo: downloading component 'rust-docs'
332025-01-22T08:39:30.847Zinfo: downloading component 'rust-std'
342025-01-22T08:39:32.695Zinfo: downloading component 'rustc'
352025-01-22T08:39:39.784Zinfo: downloading component 'rustfmt'
362025-01-22T08:39:40.050Zinfo: installing component 'cargo'
372025-01-22T08:39:40.898Zinfo: installing component 'clippy'
382025-01-22T08:39:41.281Zinfo: installing component 'rust-docs'
392025-01-22T08:39:43.041Zinfo: installing component 'rust-std'
402025-01-22T08:39:44.712Zinfo: installing component 'rustc'
412025-01-22T08:39:50.781Zinfo: installing component 'rustfmt'
422025-01-22T08:39:51.086Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-22T08:39:51.086Z
442025-01-22T08:39:51.474Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-22T08:39:51.474Z
462025-01-22T08:39:51.477Z
472025-01-22T08:39:51.477ZRust is installed now. Great!
482025-01-22T08:39:51.477Z
492025-01-22T08:39:51.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-22T08:39:51.477Zenvironment variable. This has not been done automatically.
512025-01-22T08:39:51.477Z
522025-01-22T08:39:51.477ZTo configure your current shell, you need to source
532025-01-22T08:39:51.477Zthe corresponding env file under $HOME/.cargo.
542025-01-22T08:39:51.477Z
552025-01-22T08:39:51.477ZThis is usually done by running one of the following (note the leading DOT):
562025-01-22T08:39:51.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-22T08:39:51.477Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-22T08:39:51.555Z+ rustc --version
592025-01-22T08:39:51.623Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-22T08:39:51.627Zprocess exited: duration 24889 ms, exit code 0
 
612025-01-22T08:39:51.633Zstarting task 2: "authentication"
622025-01-22T08:39:51.654Zprocess exited: duration 20 ms, exit code 0
 
632025-01-22T08:39:51.659Zstarting task 3: "clone repository"
642025-01-22T08:39:51.664Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-22T08:39:51.667Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-22T08:39:51.706ZCloning into '/work/oxidecomputer/omicron'...
672025-01-22T08:39:58.764Z+ cd /work/oxidecomputer/omicron
682025-01-22T08:39:58.764Z+ git fetch origin b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
692025-01-22T08:39:59.084ZFrom https://github.com/oxidecomputer/omicron
702025-01-22T08:39:59.084Z * branch b2cbd871e3c4725de90daf3c25e4b0055e4d7efd -> FETCH_HEAD
712025-01-22T08:39:59.095Z+ [[ -n renovate/chrono-tz-0.x ]]
722025-01-22T08:39:59.098Z++ git branch --show-current
732025-01-22T08:39:59.101Z+ current=main
742025-01-22T08:39:59.101Z+ [[ main != renovate/chrono-tz-0.x ]]
752025-01-22T08:39:59.101Z+ git branch -f renovate/chrono-tz-0.x b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
762025-01-22T08:39:59.103Z+ git checkout -f renovate/chrono-tz-0.x
772025-01-22T08:39:59.283ZSwitched to branch 'renovate/chrono-tz-0.x'
782025-01-22T08:39:59.286Z+ git reset --hard b2cbd871e3c4725de90daf3c25e4b0055e4d7efd
792025-01-22T08:39:59.300ZHEAD is now at b2cbd871e Update Rust crate chrono-tz to 0.10.1
802025-01-22T08:39:59.302Zprocess exited: duration 7641 ms, exit code 0
 
812025-01-22T08:39:59.308Zstarting task 4: "build"
822025-01-22T08:39:59.313Z+ source .github/buildomat/ci-env.sh
832025-01-22T08:39:59.313Z++ export CARGO_TERM_COLOR=always
842025-01-22T08:39:59.313Z++ CARGO_TERM_COLOR=always
852025-01-22T08:39:59.313Z+ cargo --version
862025-01-22T08:39:59.377Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-22T08:39:59.379Z+ rustc --version
882025-01-22T08:39:59.440Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-22T08:39:59.444Z+ source ./env.sh
902025-01-22T08:39:59.446Z++ OLD_SHELL_OPTS=ehxB
912025-01-22T08:39:59.446Z++ set -o xtrace
922025-01-22T08:39:59.446Z++++ dirname ./env.sh
932025-01-22T08:39:59.449Z+++ readlink -f .
942025-01-22T08:39:59.451Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.451Z++ 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-22T08:39:59.452Z++ case $OLD_SHELL_OPTS in
1042025-01-22T08:39:59.452Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-22T08:39:59.452Z+ 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-22T08:39:59.452Z+ 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-22T08:39:59.452Z+ banner prerequisites
1082025-01-22T08:39:59.454Z
1092025-01-22T08:39:59.455Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-22T08:39:59.455Z # # # # # # # # # # # # # # #
1112025-01-22T08:39:59.455Z # # # # ##### # # ##### # # # # # #### #
1122025-01-22T08:39:59.455Z ##### ##### # ##### # # # # # # # # #
1132025-01-22T08:39:59.455Z # # # # # # # # # # # # # # #
1142025-01-22T08:39:59.455Z # # # ###### # # ###### ### # #### # #### #
1152025-01-22T08:39:59.455Z
1162025-01-22T08:39:59.455Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-22T08:40:01.095Zpkg list: illegal option -- F
1182025-01-22T08:40:01.095ZUsage:
1192025-01-22T08:40:01.098Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-22T08:40:01.098Z [pkg_fmri_pattern ...]
1212025-01-22T08:40:01.937Zpkg list: illegal option -- F
1222025-01-22T08:40:01.937ZUsage:
1232025-01-22T08:40:01.940Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-22T08:40:01.940Z [pkg_fmri_pattern ...]
1252025-01-22T08:40:08.080Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-22T08:40:12.179Z Startup: Caching catalogs ... Done
1272025-01-22T08:40:23.536ZPlanning: Solver setup ... Done (10.529s)
1282025-01-22T08:40:23.684ZPlanning: Running solver ... Done (0.148s)
1292025-01-22T08:40:23.796ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-22T08:40:23.834ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-22T08:40:25.317ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-22T08:40:25.431ZPlanning: Package planning ... Done (0.114s)
1332025-01-22T08:40:25.489ZPlanning: Merging actions ... Done (0.058s)
1342025-01-22T08:40:25.690ZPlanning: Checking for conflicting actions ... Done (0.201s)
1352025-01-22T08:40:27.785ZPlanning: Consolidating action changes ... Done (2.095s)
1362025-01-22T08:40:28.232ZPlanning: Evaluating mediators ... Done (0.447s)
1372025-01-22T08:40:28.313ZPlanning: Planning completed in 16.04 seconds
1382025-01-22T08:40:28.330Z Packages to install: 4
1392025-01-22T08:40:28.330Z Packages to update: 3
1402025-01-22T08:40:28.333Z Mediators to change: 2
1412025-01-22T08:40:28.333Z Services to change: 1
1422025-01-22T08:40:28.333Z Estimated space available: 155.61 GB
1432025-01-22T08:40:28.333ZEstimated space to be consumed: 1.64 GB
1442025-01-22T08:40:28.333Z Create boot environment: No
1452025-01-22T08:40:28.333ZCreate backup boot environment: Yes
1462025-01-22T08:40:28.333Z Rebuild boot archive: No
1472025-01-22T08:40:28.333Z
1482025-01-22T08:40:28.333ZChanged mediators:
1492025-01-22T08:40:28.333Z mediator clang:
1502025-01-22T08:40:28.333Z version: None -> 15 (system default)
1512025-01-22T08:40:28.333Z
1522025-01-22T08:40:28.333Z mediator llvm:
1532025-01-22T08:40:28.333Z version: 14 (system default) -> 15 (system default)
1542025-01-22T08:40:28.333Z
1552025-01-22T08:40:28.333ZChanged packages:
1562025-01-22T08:40:28.333Zhelios-dev
1572025-01-22T08:40:28.333Z developer/build-essential
1582025-01-22T08:40:28.333Z None -> 11-2.0
1592025-01-22T08:40:28.333Z library/libxmlsec1
1602025-01-22T08:40:28.333Z None -> 1.2.35-2.0
1612025-01-22T08:40:28.333Z ooce/developer/clang-15
1622025-01-22T08:40:28.333Z None -> 15.0.7-2.0
1632025-01-22T08:40:28.333Z ooce/developer/llvm-15
1642025-01-22T08:40:28.333Z None -> 15.0.7-2.0
1652025-01-22T08:40:28.333Z package/pkg
1662025-01-22T08:40:28.333Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-22T08:40:28.333Z system/library/g++-runtime
1682025-01-22T08:40:28.333Z 13-2.0 -> 14-2.0
1692025-01-22T08:40:28.333Z system/library/gcc-runtime
1702025-01-22T08:40:28.334Z 13-2.0 -> 14-2.0
1712025-01-22T08:40:28.334Z
1722025-01-22T08:40:28.334ZServices:
1732025-01-22T08:40:28.334Z restart_fmri:
1742025-01-22T08:40:28.334Z svc:/system/update-man-index:default
1752025-01-22T08:40:28.334Z
1762025-01-22T08:40:28.334ZEditable files to change:
1772025-01-22T08:40:28.334Z Update:
1782025-01-22T08:40:28.334Z usr/share/lib/pkg/web/config.shtml
1792025-01-22T08:40:28.482Z
1802025-01-22T08:40:28.482ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-22T08:40:34.586ZDownload: 212/4301 items 1.3/225.4MB 0% complete (389k/s)
1822025-01-22T08:40:39.586ZDownload: 1120/4301 items 33.1/225.4MB 14% complete (3.2M/s)
1832025-01-22T08:40:50.372ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (8.1M/s)
1842025-01-22T08:40:55.376ZDownload: 1764/4301 items 118.3/225.4MB 52% complete (7.2M/s)
1852025-01-22T08:41:00.384ZDownload: 2340/4301 items 119.7/225.4MB 53% complete (3.7M/s)
1862025-01-22T08:41:05.386ZDownload: 3237/4301 items 189.3/225.4MB 83% complete (7.0M/s)
1872025-01-22T08:41:10.386ZDownload: 3846/4301 items 217.3/225.4MB 96% complete (9.8M/s)
1882025-01-22T08:41:16.232ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (6.1M/s)
1892025-01-22T08:41:21.231ZDownload: 4273/4301 items 220.6/225.4MB 97% complete (314k/s)
1902025-01-22T08:41:24.668ZDownload: Completed 225.42 MB in 56.25 seconds (4.0M/s)
1912025-01-22T08:41:26.793Z Actions: 1/5122 actions (Removing old actions)
1922025-01-22T08:41:26.816Z Actions: 194/5122 actions (Installing new actions)
1932025-01-22T08:41:31.562Z Actions: 4267/5122 actions (Updating modified actions)
1942025-01-22T08:41:31.925Z Actions: Completed 5122 actions in 5.13 seconds.
1952025-01-22T08:41:32.338Z Done (0.406s)
1962025-01-22T08:41:32.341Z Done (0.001s)
1972025-01-22T08:41:32.923Z Done (0.583s)
1982025-01-22T08:41:37.463Z Done (4.303s)
1992025-01-22T08:41:37.551Z Done (0.019s)
2002025-01-22T08:41:37.554Z Done (0.000s)
2012025-01-22T08:41:37.728Z Done (0.000s)
2022025-01-22T08:41:38.440ZPlanning: Evaluating mediator changes ... Done
2032025-01-22T08:41:38.606ZPlanning: Checking for conflicting actions ... Done
2042025-01-22T08:41:38.609ZPlanning: Consolidating action changes ... Done
2052025-01-22T08:41:38.879ZPlanning: Evaluating mediators ... Done
2062025-01-22T08:41:38.882ZPlanning: Planning completed in 0.44 seconds
2072025-01-22T08:41:38.922Z Mediators to change: 2
2082025-01-22T08:41:38.922Z Create boot environment: No
2092025-01-22T08:41:38.922ZCreate backup boot environment: No
2102025-01-22T08:41:39.007Z Done
2112025-01-22T08:41:39.007Z Done
2122025-01-22T08:41:39.372Z Done
2132025-01-22T08:41:43.103Z Done
2142025-01-22T08:41:43.207Z Done
2152025-01-22T08:41:43.217Z Done
2162025-01-22T08:41:43.339Z Done
2172025-01-22T08:41:43.966ZPlanning: Evaluating mediator changes ... Done
2182025-01-22T08:41:43.968ZPlanning: Merging actions ... Done
2192025-01-22T08:41:44.165ZPlanning: Checking for conflicting actions ... Done
2202025-01-22T08:41:44.168ZPlanning: Consolidating action changes ... Done
2212025-01-22T08:41:44.437ZPlanning: Evaluating mediators ... Done
2222025-01-22T08:41:44.494ZPlanning: Planning completed in 0.77 seconds
2232025-01-22T08:41:44.535Z Packages to change: 1
2242025-01-22T08:41:44.535Z Mediators to change: 1
2252025-01-22T08:41:44.538Z Services to change: 1
2262025-01-22T08:41:44.538Z Create boot environment: No
2272025-01-22T08:41:44.538ZCreate backup boot environment: Yes
2282025-01-22T08:41:46.693Z Actions: 1/6 actions (Updating modified actions)
2292025-01-22T08:41:46.698Z Actions: Completed 6 actions in 0.00 seconds.
2302025-01-22T08:41:46.698Z Done
2312025-01-22T08:41:46.698Z Done
2322025-01-22T08:41:46.813Z Done
2332025-01-22T08:41:50.494Z Done
2342025-01-22T08:41:50.587Z Done
2352025-01-22T08:41:50.592Z Done
2362025-01-22T08:41:50.804Z Done
2372025-01-22T08:41:51.249ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2382025-01-22T08:41:51.249Zclang system 15 system
2392025-01-22T08:41:51.249Zcsh system system illumos
2402025-01-22T08:41:51.249Zctags system system illumos
2412025-01-22T08:41:51.249Zgcc vendor 12 vendor
2422025-01-22T08:41:51.249Zgcc system 10 system
2432025-01-22T08:41:51.249Zgcc system 7 system
2442025-01-22T08:41:51.249Zgo system 1.20 system
2452025-01-22T08:41:51.249Zgo system 1.19 system
2462025-01-22T08:41:51.249Zllvm system 15 system
2472025-01-22T08:41:51.249Zllvm system 14 system
2482025-01-22T08:41:51.249Zmariadb system 10.6 system
2492025-01-22T08:41:51.249Zmta vendor vendor dma
2502025-01-22T08:41:51.249Zopenjdk system 17 system
2512025-01-22T08:41:51.249Zopenjdk system 11 system
2522025-01-22T08:41:51.249Zopenjdk system 1.8 system
2532025-01-22T08:41:51.249Zopenssl vendor 3 vendor
2542025-01-22T08:41:51.249Zperl system 5.36 system
2552025-01-22T08:41:51.249Zpostgresql system 15 system
2562025-01-22T08:41:51.249Zpostgresql system 13 system
2572025-01-22T08:41:51.249Zpython vendor 3 vendor
2582025-01-22T08:41:51.249Zpython system 2 system
2592025-01-22T08:41:51.249Zpython3 system 3.11 system
2602025-01-22T08:41:51.249Zruby system 3.0 system
2612025-01-22T08:41:51.249Zwords vendor vendor american-english
2622025-01-22T08:41:51.249Zwords system system australian-english
2632025-01-22T08:41:51.249Zwords system system british-english
2642025-01-22T08:41:51.249Zwords system system canadian-english
2652025-01-22T08:41:51.249Zwords system system french
2662025-01-22T08:41:51.249Zwords system system italian
2672025-01-22T08:41:51.249Zwords system system ngerman
2682025-01-22T08:41:51.249Zwords system system ogerman
2692025-01-22T08:41:51.249Zwords system system spanish
2702025-01-22T08:41:51.594ZPUBLISHER TYPE STATUS P LOCATION
2712025-01-22T08:41:51.594Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722025-01-22T08:41:54.402ZFMRI IFO
2732025-01-22T08:41:54.402Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742025-01-22T08:41:54.402Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752025-01-22T08:41:54.402Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762025-01-22T08:41:54.402Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772025-01-22T08:41:54.402Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782025-01-22T08:41:54.402Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2792025-01-22T08:41:54.402Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2802025-01-22T08:41:54.402Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2812025-01-22T08:41:54.402Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2822025-01-22T08:41:54.402Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2832025-01-22T08:41:54.402Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2842025-01-22T08:41:54.402Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2852025-01-22T08:41:54.403Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2862025-01-22T08:41:54.403Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2872025-01-22T08:41:54.403Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2882025-01-22T08:41:55.172Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2892025-01-22T08:41:55.417Z Updating crates.io index
2902025-01-22T08:41:55.420Z Updating git repository `https://github.com/oxidecomputer/diffus`
2912025-01-22T08:41:55.815Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922025-01-22T08:41:56.340Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2932025-01-22T08:41:56.601Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942025-01-22T08:41:56.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2952025-01-22T08:41:57.146Z Updating git repository `https://github.com/oxidecomputer/propolis`
2962025-01-22T08:41:58.105Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972025-01-22T08:41:59.654Z Updating git repository `https://github.com/oxidecomputer/opte`
2982025-01-22T08:42:00.373Z Updating git repository `https://github.com/oxidecomputer/falcon`
2992025-01-22T08:42:01.120Z Updating git repository `https://github.com/oxidecomputer/clickward`
3002025-01-22T08:42:01.414Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3012025-01-22T08:42:01.723Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3022025-01-22T08:42:02.281Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3032025-01-22T08:42:02.537Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3042025-01-22T08:42:02.908Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052025-01-22T08:42:03.163Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062025-01-22T08:42:03.419Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072025-01-22T08:42:03.669Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082025-01-22T08:42:04.034Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092025-01-22T08:42:04.355Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102025-01-22T08:42:04.674Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112025-01-22T08:42:05.053Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3122025-01-22T08:42:05.289Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132025-01-22T08:42:05.850Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142025-01-22T08:42:06.154Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3152025-01-22T08:42:06.569Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162025-01-22T08:42:06.936Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3172025-01-22T08:42:07.322Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182025-01-22T08:42:07.621Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192025-01-22T08:42:07.908Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202025-01-22T08:42:09.063Z Downloading crates ...
3212025-01-22T08:42:09.147Z Downloaded anstream v0.6.15
3222025-01-22T08:42:09.216Z Downloaded dtrace-parser v0.2.0
3232025-01-22T08:42:09.219Z Downloaded plain v0.2.3
3242025-01-22T08:42:09.222Z Downloaded cargo-platform v0.1.8
3252025-01-22T08:42:09.225Z Downloaded utf8parse v0.2.2
3262025-01-22T08:42:09.227Z Downloaded thiserror-impl v1.0.69
3272025-01-22T08:42:09.227Z Downloaded semver v1.0.24
3282025-01-22T08:42:09.230Z Downloaded digest v0.10.7
3292025-01-22T08:42:09.230Z Downloaded pest_generator v2.7.14
3302025-01-22T08:42:09.237Z Downloaded usdt-macro v0.5.0
3312025-01-22T08:42:09.242Z Downloaded cfg-if v1.0.0
3322025-01-22T08:42:09.244Z Downloaded generic-array v0.14.7
3332025-01-22T08:42:09.247Z Downloaded zerocopy-derive v0.7.35
3342025-01-22T08:42:09.250Z Downloaded is_terminal_polyfill v1.70.1
3352025-01-22T08:42:09.253Z Downloaded pretty-hex v0.4.1
3362025-01-22T08:42:09.258Z Downloaded usdt v0.5.0
3372025-01-22T08:42:09.295Z Downloaded scroll_derive v0.12.0
3382025-01-22T08:42:09.298Z Downloaded usdt-attr-macro v0.5.0
3392025-01-22T08:42:09.308Z Downloaded equivalent v1.0.1
3402025-01-22T08:42:09.319Z Downloaded bytecount v0.6.8
3412025-01-22T08:42:09.321Z Downloaded anstyle-query v1.1.1
3422025-01-22T08:42:09.324Z Downloaded itoa v1.0.11
3432025-01-22T08:42:09.327Z Downloaded autocfg v1.4.0
3442025-01-22T08:42:09.330Z Downloaded heck v0.4.1
3452025-01-22T08:42:09.330Z Downloaded anstyle-parse v0.2.5
3462025-01-22T08:42:09.332Z Downloaded unicode-linebreak v0.1.5
3472025-01-22T08:42:09.332Z Downloaded bitflags v2.6.0
3482025-01-22T08:42:09.336Z Downloaded thiserror v1.0.69
3492025-01-22T08:42:09.341Z Downloaded smawk v0.3.2
3502025-01-22T08:42:09.345Z Downloaded block-buffer v0.10.4
3512025-01-22T08:42:09.345Z Downloaded anstyle v1.0.10
3522025-01-22T08:42:09.347Z Downloaded terminal_size v0.4.0
3532025-01-22T08:42:09.347Z Downloaded serde_tokenstream v0.2.2
3542025-01-22T08:42:09.347Z Downloaded unicode-ident v1.0.14
3552025-01-22T08:42:09.350Z Downloaded typenum v1.17.0
3562025-01-22T08:42:09.352Z Downloaded pest_derive v2.7.14
3572025-01-22T08:42:09.355Z Downloaded camino v1.1.9
3582025-01-22T08:42:09.357Z Downloaded cpufeatures v0.2.14
3592025-01-22T08:42:09.360Z Downloaded swrite v0.1.0
3602025-01-22T08:42:09.360Z Downloaded clap_derive v4.5.18
3612025-01-22T08:42:09.362Z Downloaded thread-id v4.2.2
3622025-01-22T08:42:09.362Z Downloaded proc-macro-error-attr v1.0.4
3632025-01-22T08:42:09.366Z Downloaded tabled_derive v0.7.0
3642025-01-22T08:42:09.369Z Downloaded memmap v0.7.0
3652025-01-22T08:42:09.369Z Downloaded strsim v0.11.1
3662025-01-22T08:42:09.371Z Downloaded serde_spanned v0.6.8
3672025-01-22T08:42:09.371Z Downloaded scroll v0.12.0
3682025-01-22T08:42:09.374Z Downloaded proc-macro-error v1.0.4
3692025-01-22T08:42:09.376Z Downloaded fnv v1.0.7
3702025-01-22T08:42:09.376Z Downloaded macaddr v1.0.1
3712025-01-22T08:42:09.379Z Downloaded heck v0.5.0
3722025-01-22T08:42:09.379Z Downloaded dof v0.3.0
3732025-01-22T08:42:09.379Z Downloaded fs-err v2.11.0
3742025-01-22T08:42:09.383Z Downloaded fastrand v2.1.1
3752025-01-22T08:42:09.383Z Downloaded version_check v0.9.5
3762025-01-22T08:42:09.385Z Downloaded ucd-trie v0.1.7
3772025-01-22T08:42:09.385Z Downloaded log v0.4.22
3782025-01-22T08:42:09.388Z Downloaded colorchoice v1.0.2
3792025-01-22T08:42:09.388Z Downloaded byteorder v1.5.0
3802025-01-22T08:42:09.390Z Downloaded sha2 v0.10.8
3812025-01-22T08:42:09.390Z Downloaded toml_datetime v0.6.8
3822025-01-22T08:42:09.393Z Downloaded cargo_metadata v0.18.1
3832025-01-22T08:42:09.393Z Downloaded crypto-common v0.1.6
3842025-01-22T08:42:09.395Z Downloaded tempfile v3.13.0
3852025-01-22T08:42:09.401Z Downloaded pest_meta v2.7.14
3862025-01-22T08:42:09.403Z Downloaded once_cell v1.20.2
3872025-01-22T08:42:09.409Z Downloaded quote v1.0.38
3882025-01-22T08:42:09.411Z Downloaded clap_lex v0.7.2
3892025-01-22T08:42:09.413Z Downloaded usdt-impl v0.5.0
3902025-01-22T08:42:09.414Z Downloaded toml v0.8.19
3912025-01-22T08:42:09.416Z Downloaded errno v0.3.9
3922025-01-22T08:42:09.419Z Downloaded camino-tempfile v1.1.1
3932025-01-22T08:42:09.423Z Downloaded cargo_toml v0.20.5
3942025-01-22T08:42:09.425Z Downloaded papergrid v0.11.0
3952025-01-22T08:42:09.428Z Downloaded ryu v1.0.18
3962025-01-22T08:42:09.430Z Downloaded anyhow v1.0.93
3972025-01-22T08:42:09.433Z Downloaded memchr v2.7.4
3982025-01-22T08:42:09.441Z Downloaded textwrap v0.16.1
3992025-01-22T08:42:09.452Z Downloaded proc-macro2 v1.0.92
4002025-01-22T08:42:09.460Z Downloaded indexmap v2.7.0
4012025-01-22T08:42:09.465Z Downloaded serde_derive v1.0.217
4022025-01-22T08:42:09.467Z Downloaded clap v4.5.21
4032025-01-22T08:42:09.475Z Downloaded serde v1.0.217
4042025-01-22T08:42:09.502Z Downloaded zerocopy v0.7.35
4052025-01-22T08:42:09.517Z Downloaded toml_edit v0.22.22
4062025-01-22T08:42:09.536Z Downloaded winnow v0.6.20
4072025-01-22T08:42:09.544Z Downloaded serde_json v1.0.135
4082025-01-22T08:42:09.551Z Downloaded tabled v0.15.0
4092025-01-22T08:42:09.568Z Downloaded hashbrown v0.15.1
4102025-01-22T08:42:09.571Z Downloaded clap_builder v4.5.21
4112025-01-22T08:42:09.575Z Downloaded pest v2.7.14
4122025-01-22T08:42:09.580Z Downloaded goblin v0.8.2
4132025-01-22T08:42:09.600Z Downloaded unicode-width v0.1.14
4142025-01-22T08:42:09.605Z Downloaded syn v1.0.109
4152025-01-22T08:42:09.615Z Downloaded syn v2.0.96
4162025-01-22T08:42:09.625Z Downloaded rustix v0.38.37
4172025-01-22T08:42:09.645Z Downloaded libc v0.2.169
4182025-01-22T08:42:09.956Z Compiling proc-macro2 v1.0.92
4192025-01-22T08:42:09.956Z Compiling unicode-ident v1.0.14
4202025-01-22T08:42:09.959Z Compiling version_check v0.9.5
4212025-01-22T08:42:09.959Z Compiling serde v1.0.217
4222025-01-22T08:42:09.959Z Compiling thiserror v1.0.69
4232025-01-22T08:42:09.959Z Compiling memchr v2.7.4
4242025-01-22T08:42:09.992Z Compiling libc v0.2.169
4252025-01-22T08:42:09.996Z Compiling itoa v1.0.11
4262025-01-22T08:42:10.229Z Compiling ucd-trie v0.1.7
4272025-01-22T08:42:10.380Z Compiling ryu v1.0.18
4282025-01-22T08:42:10.752Z Compiling once_cell v1.20.2
4292025-01-22T08:42:10.800Z Compiling byteorder v1.5.0
4302025-01-22T08:42:10.826Z Compiling rustix v0.38.37
4312025-01-22T08:42:11.174Z Compiling serde_json v1.0.135
4322025-01-22T08:42:11.315Z Compiling bitflags v2.6.0
4332025-01-22T08:42:11.538Z Compiling proc-macro-error-attr v1.0.4
4342025-01-22T08:42:11.634Z Compiling usdt-impl v0.5.0
4352025-01-22T08:42:11.667Z Compiling syn v1.0.109
4362025-01-22T08:42:11.697Z Compiling proc-macro-error v1.0.4
4372025-01-22T08:42:11.742Z Compiling equivalent v1.0.1
4382025-01-22T08:42:11.828Z Compiling quote v1.0.38
4392025-01-22T08:42:11.951Z Compiling errno v0.3.9
4402025-01-22T08:42:12.073Z Compiling utf8parse v0.2.2
4412025-01-22T08:42:12.126Z Compiling camino v1.1.9
4422025-01-22T08:42:12.179Z Compiling syn v2.0.96
4432025-01-22T08:42:12.202Z Compiling log v0.4.22
4442025-01-22T08:42:12.308Z Compiling plain v0.2.3
4452025-01-22T08:42:12.438Z Compiling thread-id v4.2.2
4462025-01-22T08:42:12.452Z Compiling hashbrown v0.15.1
4472025-01-22T08:42:12.566Z Compiling anstyle-parse v0.2.5
4482025-01-22T08:42:12.804Z Compiling anstyle v1.0.10
4492025-01-22T08:42:12.877Z Compiling pretty-hex v0.4.1
4502025-01-22T08:42:13.175Z Compiling autocfg v1.4.0
4512025-01-22T08:42:13.181Z Compiling winnow v0.6.20
4522025-01-22T08:42:13.226Z Compiling colorchoice v1.0.2
4532025-01-22T08:42:13.296Z Compiling semver v1.0.24
4542025-01-22T08:42:13.411Z Compiling is_terminal_polyfill v1.70.1
4552025-01-22T08:42:13.520Z Compiling indexmap v2.7.0
4562025-01-22T08:42:13.557Z Compiling anstyle-query v1.1.1
4572025-01-22T08:42:13.725Z Compiling unicode-width v0.1.14
4582025-01-22T08:42:13.854Z Compiling anstream v0.6.15
4592025-01-22T08:42:14.065Z Compiling fs-err v2.11.0
4602025-01-22T08:42:14.286Z Compiling terminal_size v0.4.0
4612025-01-22T08:42:14.500Z Compiling cfg-if v1.0.0
4622025-01-22T08:42:14.635Z Compiling heck v0.5.0
4632025-01-22T08:42:14.661Z Compiling bytecount v0.6.8
4642025-01-22T08:42:14.694Z Compiling strsim v0.11.1
4652025-01-22T08:42:14.720Z Compiling fastrand v2.1.1
4662025-01-22T08:42:14.896Z Compiling fnv v1.0.7
4672025-01-22T08:42:14.967Z Compiling anyhow v1.0.93
4682025-01-22T08:42:15.118Z Compiling heck v0.4.1
4692025-01-22T08:42:15.226Z Compiling clap_lex v0.7.2
4702025-01-22T08:42:15.498Z Compiling clap_builder v4.5.21
4712025-01-22T08:42:15.534Z Compiling tempfile v3.13.0
4722025-01-22T08:42:15.704Z Compiling papergrid v0.11.0
4732025-01-22T08:42:15.887Z Compiling memmap v0.7.0
4742025-01-22T08:42:16.017Z Compiling smawk v0.3.2
4752025-01-22T08:42:16.255Z Compiling unicode-linebreak v0.1.5
4762025-01-22T08:42:16.642Z Compiling swrite v0.1.0
4772025-01-22T08:42:16.761Z Compiling textwrap v0.16.1
4782025-01-22T08:42:17.396Z Compiling tabled_derive v0.7.0
4792025-01-22T08:42:18.975Z Compiling tabled v0.15.0
4802025-01-22T08:42:19.064Z Compiling serde_derive v1.0.217
4812025-01-22T08:42:19.066Z Compiling thiserror-impl v1.0.69
4822025-01-22T08:42:19.067Z Compiling zerocopy-derive v0.7.35
4832025-01-22T08:42:19.067Z Compiling scroll_derive v0.12.0
4842025-01-22T08:42:19.067Z Compiling clap_derive v4.5.18
4852025-01-22T08:42:20.545Z Compiling scroll v0.12.0
4862025-01-22T08:42:20.850Z Compiling zerocopy v0.7.35
4872025-01-22T08:42:21.144Z Compiling goblin v0.8.2
4882025-01-22T08:42:22.073Z Compiling pest v2.7.14
4892025-01-22T08:42:22.715Z Compiling clap v4.5.21
4902025-01-22T08:42:24.135Z Compiling pest_meta v2.7.14
4912025-01-22T08:42:25.068Z Compiling pest_generator v2.7.14
4922025-01-22T08:42:26.559Z Compiling pest_derive v2.7.14
4932025-01-22T08:42:27.176Z Compiling dtrace-parser v0.2.0
4942025-01-22T08:42:27.879Z Compiling serde_tokenstream v0.2.2
4952025-01-22T08:42:27.927Z Compiling toml_datetime v0.6.8
4962025-01-22T08:42:27.983Z Compiling serde_spanned v0.6.8
4972025-01-22T08:42:28.223Z Compiling cargo-platform v0.1.8
4982025-01-22T08:42:28.252Z Compiling toml_edit v0.22.22
4992025-01-22T08:42:28.411Z Compiling macaddr v1.0.1
5002025-01-22T08:42:28.626Z Compiling camino-tempfile v1.1.1
5012025-01-22T08:42:29.256Z Compiling dof v0.3.0
5022025-01-22T08:42:29.285Z Compiling cargo_metadata v0.18.1
5032025-01-22T08:42:30.623Z Compiling usdt-macro v0.5.0
5042025-01-22T08:42:30.623Z Compiling usdt-attr-macro v0.5.0
5052025-01-22T08:42:30.966Z Compiling toml v0.8.19
5062025-01-22T08:42:31.738Z Compiling cargo_toml v0.20.5
5072025-01-22T08:42:31.852Z Compiling usdt v0.5.0
5082025-01-22T08:42:34.502Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092025-01-22T08:42:37.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.73s
5102025-01-22T08:42:37.952Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112025-01-22T08:42:38.479Z Downloading crates ...
5122025-01-22T08:42:38.608Z Downloaded adler2 v2.0.0
5132025-01-22T08:42:38.611Z Downloaded addr2line v0.24.2
5142025-01-22T08:42:38.619Z Downloaded atomicwrites v0.4.4
5152025-01-22T08:42:38.623Z Downloaded async-stream-impl v0.3.6
5162025-01-22T08:42:38.626Z Downloaded assert_matches v1.5.0
5172025-01-22T08:42:38.635Z Downloaded cfg_aliases v0.2.1
5182025-01-22T08:42:38.720Z Downloaded ciborium-io v0.2.2
5192025-01-22T08:42:38.728Z Downloaded cfg_aliases v0.1.1
5202025-01-22T08:42:38.728Z Downloaded atty v0.2.14
5212025-01-22T08:42:38.728Z Downloaded hostname v0.3.1
5222025-01-22T08:42:38.728Z Downloaded hex v0.4.3
5232025-01-22T08:42:38.728Z Downloaded darling v0.20.10
5242025-01-22T08:42:38.728Z Downloaded http-body v1.0.1
5252025-01-22T08:42:38.728Z Downloaded hickory-resolver v0.24.2
5262025-01-22T08:42:38.728Z Downloaded icu_locid v1.5.0
5272025-01-22T08:42:38.728Z Downloaded hyper-staticfile v0.10.1
5282025-01-22T08:42:38.728Z Downloaded icu_properties v1.5.1
5292025-01-22T08:42:38.728Z Downloaded array-init v0.0.4
5302025-01-22T08:42:38.728Z Downloaded arrayref v0.3.9
5312025-01-22T08:42:38.728Z Downloaded aead v0.5.2
5322025-01-22T08:42:38.728Z Downloaded ipnetwork v0.20.0
5332025-01-22T08:42:38.728Z Downloaded bit-vec v0.6.3
5342025-01-22T08:42:38.728Z Downloaded async-recursion v1.1.1
5352025-01-22T08:42:38.728Z Downloaded bcrypt-pbkdf v0.10.0
5362025-01-22T08:42:38.729Z Downloaded hubpack v0.1.2
5372025-01-22T08:42:38.729Z Downloaded constant_time_eq v0.3.1
5382025-01-22T08:42:38.729Z Downloaded cmake v0.1.51
5392025-01-22T08:42:38.729Z Downloaded icu_properties_data v1.5.0
5402025-01-22T08:42:38.729Z Downloaded indexmap v1.9.3
5412025-01-22T08:42:38.729Z Downloaded internet-checksum v0.2.1
5422025-01-22T08:42:38.729Z Downloaded home v0.5.9
5432025-01-22T08:42:38.729Z Downloaded icu_normalizer_data v1.5.0
5442025-01-22T08:42:38.729Z Downloaded idna_adapter v1.2.0
5452025-01-22T08:42:38.729Z Downloaded icu_provider v1.5.0
5462025-01-22T08:42:38.729Z Downloaded cipher v0.4.4
5472025-01-22T08:42:38.734Z Downloaded ident_case v1.0.1
5482025-01-22T08:42:38.734Z Downloaded ctr v0.9.2
5492025-01-22T08:42:38.734Z Downloaded convert_case v0.4.0
5502025-01-22T08:42:38.734Z Downloaded crossbeam-deque v0.8.5
5512025-01-22T08:42:38.734Z Downloaded hmac v0.12.1
5522025-01-22T08:42:38.737Z Downloaded instant v0.1.13
5532025-01-22T08:42:38.737Z Downloaded ciborium-ll v0.2.2
5542025-01-22T08:42:38.737Z Downloaded castaway v0.2.3
5552025-01-22T08:42:38.739Z Downloaded ipnet v2.10.1
5562025-01-22T08:42:38.742Z Downloaded impl-trait-for-tuples v0.2.2
5572025-01-22T08:42:38.745Z Downloaded highway v1.2.0
5582025-01-22T08:42:38.747Z Downloaded curve25519-dalek-derive v0.1.1
5592025-01-22T08:42:38.751Z Downloaded cexpr v0.6.0
5602025-01-22T08:42:38.751Z Downloaded instability v0.3.2
5612025-01-22T08:42:38.754Z Downloaded strum v0.26.3
5622025-01-22T08:42:38.757Z Downloaded is_ci v1.2.0
5632025-01-22T08:42:38.757Z Downloaded inout v0.1.3
5642025-01-22T08:42:38.757Z Downloaded indoc v1.0.9
5652025-01-22T08:42:38.759Z Downloaded hickory-server v0.24.2
5662025-01-22T08:42:38.766Z Downloaded is-terminal v0.4.13
5672025-01-22T08:42:38.769Z Downloaded md5 v0.7.0
5682025-01-22T08:42:38.771Z Downloaded crc32fast v1.4.2
5692025-01-22T08:42:38.774Z Downloaded colored v2.1.0
5702025-01-22T08:42:38.776Z Downloaded match_cfg v0.1.0
5712025-01-22T08:42:38.776Z Downloaded mirai-annotations v1.12.0
5722025-01-22T08:42:38.779Z Downloaded async-bb8-diesel v0.2.1
5732025-01-22T08:42:38.781Z Downloaded cancel-safe-futures v0.1.5
5742025-01-22T08:42:38.785Z Downloaded linear-map v1.2.0
5752025-01-22T08:42:38.787Z Downloaded lazycell v1.3.0
5762025-01-22T08:42:38.790Z Downloaded csv-core v0.1.11
5772025-01-22T08:42:38.793Z Downloaded maplit v1.0.2
5782025-01-22T08:42:38.793Z Downloaded libloading v0.8.5
5792025-01-22T08:42:38.795Z Downloaded indicatif v0.17.9
5802025-01-22T08:42:38.799Z Downloaded sqlparser_derive v0.2.2
5812025-01-22T08:42:38.802Z Downloaded russh-cryptovec v0.7.3
5822025-01-22T08:42:38.802Z Downloaded ciborium v0.2.2
5832025-01-22T08:42:38.804Z Downloaded kstat-rs v0.2.4
5842025-01-22T08:42:38.807Z Downloaded rand_seeder v0.3.0
5852025-01-22T08:42:38.810Z Downloaded ahash v0.8.11
5862025-01-22T08:42:38.813Z Downloaded radium v0.7.0
5872025-01-22T08:42:38.813Z Downloaded sync-ptr v0.1.1
5882025-01-22T08:42:38.815Z Downloaded yoke-derive v0.7.4
5892025-01-22T08:42:38.817Z Downloaded unarray v0.1.4
5902025-01-22T08:42:38.818Z Downloaded multimap v0.10.0
5912025-01-22T08:42:38.820Z Downloaded md-5 v0.10.6
5922025-01-22T08:42:38.820Z Downloaded maybe-uninit v2.0.0
5932025-01-22T08:42:38.823Z Downloaded hostname v0.4.0
5942025-01-22T08:42:38.826Z Downloaded fxhash v0.2.1
5952025-01-22T08:42:38.826Z Downloaded lru-cache v0.1.2
5962025-01-22T08:42:38.826Z Downloaded mime v0.3.17
5972025-01-22T08:42:38.829Z Downloaded mockall v0.13.0
5982025-01-22T08:42:38.832Z Downloaded humantime v2.1.0
5992025-01-22T08:42:38.832Z Downloaded managed v0.8.0
6002025-01-22T08:42:38.834Z Downloaded stringprep v0.1.5
6012025-01-22T08:42:38.837Z Downloaded serde_repr v0.1.19
6022025-01-22T08:42:38.839Z Downloaded serde_plain v1.0.2
6032025-01-22T08:42:38.839Z Downloaded serde_path_to_error v0.1.16
6042025-01-22T08:42:38.842Z Downloaded blake2 v0.10.6
6052025-01-22T08:42:38.845Z Downloaded num_threads v0.1.7
6062025-01-22T08:42:38.847Z Downloaded new_debug_unreachable v1.0.6
6072025-01-22T08:42:38.847Z Downloaded headers-core v0.3.0
6082025-01-22T08:42:38.852Z Downloaded scopeguard v1.2.0
6092025-01-22T08:42:38.852Z Downloaded scrypt v0.11.0
6102025-01-22T08:42:38.855Z Downloaded slog-stdlog v4.1.1
6112025-01-22T08:42:38.855Z Downloaded serde_urlencoded v0.7.1
6122025-01-22T08:42:38.857Z Downloaded linked-hash-map v0.5.6
6132025-01-22T08:42:38.858Z Downloaded subtle v2.6.1
6142025-01-22T08:42:38.862Z Downloaded supports-color v3.0.1
6152025-01-22T08:42:38.865Z Downloaded allocator-api2 v0.2.18
6162025-01-22T08:42:38.865Z Downloaded num_enum_derive v0.5.11
6172025-01-22T08:42:38.867Z Downloaded unicode-truncate v1.1.0
6182025-01-22T08:42:38.870Z Downloaded tiny-keccak v2.0.2
6192025-01-22T08:42:38.873Z Downloaded tokio-native-tls v0.3.1
6202025-01-22T08:42:38.875Z Downloaded fallible-streaming-iterator v0.1.9
6212025-01-22T08:42:38.875Z Downloaded diesel-dtrace v0.4.2
6222025-01-22T08:42:38.878Z Downloaded crc-any v2.5.0
6232025-01-22T08:42:38.881Z Downloaded multer v3.1.0
6242025-01-22T08:42:38.883Z Downloaded icu_locid_transform v1.5.0
6252025-01-22T08:42:38.887Z Downloaded foreign-types-shared v0.3.1
6262025-01-22T08:42:38.890Z Downloaded derive_builder_macro v0.20.2
6272025-01-22T08:42:38.890Z Downloaded deranged v0.3.11
6282025-01-22T08:42:38.892Z Downloaded unicase v2.7.0
6292025-01-22T08:42:38.896Z Downloaded typify-macro v0.3.0
6302025-01-22T08:42:38.896Z Downloaded num-derive v0.4.2
6312025-01-22T08:42:38.899Z Downloaded nanorand v0.7.0
6322025-01-22T08:42:38.901Z Downloaded typify-macro v0.2.0
6332025-01-22T08:42:38.901Z Downloaded rustls-pemfile v2.2.0
6342025-01-22T08:42:38.905Z Downloaded phf_generator v0.11.2
6352025-01-22T08:42:38.907Z Downloaded paste v1.0.15
6362025-01-22T08:42:38.911Z Downloaded termtree v0.4.1
6372025-01-22T08:42:38.914Z Downloaded num_enum v0.5.11
6382025-01-22T08:42:38.917Z Downloaded progenitor v0.8.0
6392025-01-22T08:42:38.921Z Downloaded const-oid v0.9.6
6402025-01-22T08:42:38.923Z Downloaded ref-cast v1.0.23
6412025-01-22T08:42:38.927Z Downloaded futures-channel v0.3.31
6422025-01-22T08:42:38.930Z Downloaded icu_locid_transform_data v1.5.0
6432025-01-22T08:42:38.932Z Downloaded mockall_derive v0.13.0
6442025-01-22T08:42:38.935Z Downloaded crossbeam-utils v0.8.20
6452025-01-22T08:42:38.937Z Downloaded icu_normalizer v1.5.0
6462025-01-22T08:42:38.942Z Downloaded owo-colors v4.1.0
6472025-01-22T08:42:38.945Z Downloaded tokio-rustls v0.25.0
6482025-01-22T08:42:38.951Z Downloaded want v0.3.1
6492025-01-22T08:42:38.954Z Downloaded waitgroup v0.1.2
6502025-01-22T08:42:38.954Z Downloaded ref-cast-impl v1.0.23
6512025-01-22T08:42:38.954Z Downloaded pkg-config v0.3.31
6522025-01-22T08:42:38.957Z Downloaded native-tls v0.2.12
6532025-01-22T08:42:38.957Z Downloaded hkdf v0.12.4
6542025-01-22T08:42:38.959Z Downloaded serde_with_macros v3.11.0
6552025-01-22T08:42:38.962Z Downloaded slog-json v2.6.1
6562025-01-22T08:42:38.966Z Downloaded smf v0.2.3
6572025-01-22T08:42:38.969Z Downloaded slog-envlogger v2.2.0
6582025-01-22T08:42:38.969Z Downloaded parse-size v1.1.0
6592025-01-22T08:42:38.971Z Downloaded oso-derive v0.27.3
6602025-01-22T08:42:38.971Z Downloaded utf-8 v0.7.6
6612025-01-22T08:42:38.971Z Downloaded thiserror-impl-no-std v2.0.2
6622025-01-22T08:42:38.974Z Downloaded thiserror-impl v2.0.11
6632025-01-22T08:42:38.976Z Downloaded which v4.4.2
6642025-01-22T08:42:38.979Z Downloaded quick-error v1.2.3
6652025-01-22T08:42:38.979Z Downloaded base64 v0.22.1
6662025-01-22T08:42:38.983Z Downloaded rustc-hash v1.1.0
6672025-01-22T08:42:38.986Z Downloaded slog-bunyan v2.5.0
6682025-01-22T08:42:38.988Z Downloaded getrandom v0.2.15
6692025-01-22T08:42:38.991Z Downloaded der_derive v0.7.3
6702025-01-22T08:42:38.993Z Downloaded env_logger v0.10.2
6712025-01-22T08:42:38.996Z Downloaded bumpalo v3.16.0
6722025-01-22T08:42:38.999Z Downloaded fallible-iterator v0.2.0
6732025-01-22T08:42:39.002Z Downloaded either v1.13.0
6742025-01-22T08:42:39.005Z Downloaded crypto-bigint v0.5.5
6752025-01-22T08:42:39.011Z Downloaded semver v0.1.20
6762025-01-22T08:42:39.014Z Downloaded futures-core v0.3.31
6772025-01-22T08:42:39.017Z Downloaded funty v2.0.0
6782025-01-22T08:42:39.027Z Downloaded untrusted v0.7.1
6792025-01-22T08:42:39.029Z Downloaded parse-display-derive v0.10.0
6802025-01-22T08:42:39.032Z Downloaded progenitor-macro v0.8.0
6812025-01-22T08:42:39.032Z Downloaded polyval v0.6.2
6822025-01-22T08:42:39.035Z Downloaded derive-where v1.2.7
6832025-01-22T08:42:39.038Z Downloaded nodrop v0.1.14
6842025-01-22T08:42:39.040Z Downloaded downcast v0.11.0
6852025-01-22T08:42:39.040Z Downloaded zerofrom v0.1.4
6862025-01-22T08:42:39.043Z Downloaded group v0.13.0
6872025-01-22T08:42:39.046Z Downloaded icu_collections v1.5.0
6882025-01-22T08:42:39.051Z Downloaded endian-type v0.1.2
6892025-01-22T08:42:39.054Z Downloaded olpc-cjson v0.1.4
6902025-01-22T08:42:39.054Z Downloaded poly1305 v0.8.0
6912025-01-22T08:42:39.056Z Downloaded rustc-hash v2.0.0
6922025-01-22T08:42:39.059Z Downloaded heapless v0.8.0
6932025-01-22T08:42:39.062Z Downloaded backtrace v0.3.74
6942025-01-22T08:42:39.069Z Downloaded time-core v0.1.2
6952025-01-22T08:42:39.072Z Downloaded strum_macros v0.25.3
6962025-01-22T08:42:39.074Z Downloaded opaque-debug v0.3.1
6972025-01-22T08:42:39.078Z Downloaded num-conv v0.1.0
6982025-01-22T08:42:39.078Z Downloaded cc v1.1.30
6992025-01-22T08:42:39.081Z Downloaded write16 v1.0.0
7002025-01-22T08:42:39.083Z Downloaded proc-macro-crate v1.3.1
7012025-01-22T08:42:39.084Z Downloaded scheduled-thread-pool v0.2.7
7022025-01-22T08:42:39.086Z Downloaded walkdir v2.5.0
7032025-01-22T08:42:39.088Z Downloaded pkcs8 v0.10.2
7042025-01-22T08:42:39.091Z Downloaded parking_lot_core v0.9.10
7052025-01-22T08:42:39.094Z Downloaded strum_macros v0.24.3
7062025-01-22T08:42:39.096Z Downloaded structmeta-derive v0.3.0
7072025-01-22T08:42:39.099Z Downloaded spki v0.7.3
7082025-01-22T08:42:39.101Z Downloaded zerocopy-derive v0.8.10
7092025-01-22T08:42:39.107Z Downloaded ena v0.14.3
7102025-01-22T08:42:39.109Z Downloaded thread_local v1.1.8
7112025-01-22T08:42:39.112Z Downloaded take_mut v0.2.2
7122025-01-22T08:42:39.112Z Downloaded foreign-types-macros v0.2.3
7132025-01-22T08:42:39.115Z Downloaded zone v0.3.0
7142025-01-22T08:42:39.115Z Downloaded zone v0.1.8
7152025-01-22T08:42:39.117Z Downloaded futures-task v0.3.31
7162025-01-22T08:42:39.118Z Downloaded heapless v0.7.17
7172025-01-22T08:42:39.122Z Downloaded time-macros v0.2.18
7182025-01-22T08:42:39.125Z Downloaded powerfmt v0.2.0
7192025-01-22T08:42:39.128Z Downloaded nibble_vec v0.1.0
7202025-01-22T08:42:39.130Z Downloaded newtype_derive v0.1.6
7212025-01-22T08:42:39.133Z Downloaded zone_cfg_derive v0.3.0
7222025-01-22T08:42:39.133Z Downloaded tungstenite v0.24.0
7232025-01-22T08:42:39.135Z Downloaded half v2.4.1
7242025-01-22T08:42:39.139Z Downloaded peg-runtime v0.8.3
7252025-01-22T08:42:39.142Z Downloaded newline-converter v0.3.0
7262025-01-22T08:42:39.142Z Downloaded precomputed-hash v0.1.1
7272025-01-22T08:42:39.144Z Downloaded num-integer v0.1.46
7282025-01-22T08:42:39.144Z Downloaded futures-macro v0.3.31
7292025-01-22T08:42:39.147Z Downloaded rfc6979 v0.4.0
7302025-01-22T08:42:39.149Z Downloaded http v1.2.0
7312025-01-22T08:42:39.153Z Downloaded slab v0.4.9
7322025-01-22T08:42:39.156Z Downloaded libm v0.2.8
7332025-01-22T08:42:39.164Z Downloaded signal-hook-tokio v0.3.1
7342025-01-22T08:42:39.167Z Downloaded termcolor v1.4.1
7352025-01-22T08:42:39.169Z Downloaded utf8_iter v1.0.4
7362025-01-22T08:42:39.169Z Downloaded elliptic-curve v0.13.8
7372025-01-22T08:42:39.173Z Downloaded signature v2.2.0
7382025-01-22T08:42:39.176Z Downloaded tap v1.0.1
7392025-01-22T08:42:39.178Z Downloaded strip-ansi-escapes v0.2.0
7402025-01-22T08:42:39.179Z Downloaded string_cache v0.8.7
7412025-01-22T08:42:39.181Z Downloaded dirs-next v2.0.0
7422025-01-22T08:42:39.183Z Downloaded pkcs5 v0.7.1
7432025-01-22T08:42:39.186Z Downloaded oso v0.27.3
7442025-01-22T08:42:39.191Z Downloaded openssl-macros v0.1.1
7452025-01-22T08:42:39.193Z Downloaded tokio-postgres v0.7.12
7462025-01-22T08:42:39.198Z Downloaded serde-big-array v0.5.1
7472025-01-22T08:42:39.200Z Downloaded itertools v0.13.0
7482025-01-22T08:42:39.208Z Downloaded sigpipe v0.1.3
7492025-01-22T08:42:39.210Z Downloaded phf_shared v0.10.0
7502025-01-22T08:42:39.211Z Downloaded signal-hook-registry v1.4.2
7512025-01-22T08:42:39.214Z Downloaded siphasher v0.3.11
7522025-01-22T08:42:39.216Z Downloaded simd-adler32 v0.3.7
7532025-01-22T08:42:39.216Z Downloaded data-encoding v2.6.0
7542025-01-22T08:42:39.219Z Downloaded toml v0.7.8
7552025-01-22T08:42:39.221Z Downloaded ppv-lite86 v0.2.20
7562025-01-22T08:42:39.226Z Downloaded num-rational v0.4.2
7572025-01-22T08:42:39.228Z Downloaded pem v3.0.4
7582025-01-22T08:42:39.228Z Downloaded der v0.7.9
7592025-01-22T08:42:39.233Z Downloaded resolv-conf v0.7.0
7602025-01-22T08:42:39.236Z Downloaded dirs-sys-next v0.1.2
7612025-01-22T08:42:39.238Z Downloaded postgres-types v0.2.8
7622025-01-22T08:42:39.241Z Downloaded tracing-core v0.1.32
7632025-01-22T08:42:39.244Z Downloaded rpassword v7.3.1
7642025-01-22T08:42:39.246Z Downloaded vte_generate_state_changes v0.1.2
7652025-01-22T08:42:39.246Z Downloaded signal-hook-mio v0.2.4
7662025-01-22T08:42:39.249Z Downloaded xattr v1.3.1
7672025-01-22T08:42:39.251Z Downloaded toolchain_find v0.4.0
7682025-01-22T08:42:39.254Z Downloaded predicates v3.1.2
7692025-01-22T08:42:39.257Z Downloaded quinn v0.11.5
7702025-01-22T08:42:39.260Z Downloaded itertools v0.12.1
7712025-01-22T08:42:39.268Z Downloaded quinn-udp v0.5.5
7722025-01-22T08:42:39.270Z Downloaded slog v2.7.0
7732025-01-22T08:42:39.274Z Downloaded tui-tree-widget v0.22.0
7742025-01-22T08:42:39.276Z Downloaded tinystr v0.7.6
7752025-01-22T08:42:39.279Z Downloaded form_urlencoded v1.2.1
7762025-01-22T08:42:39.281Z Downloaded tokio-tungstenite v0.21.0
7772025-01-22T08:42:39.284Z Downloaded uuid v1.12.0
7782025-01-22T08:42:39.286Z Downloaded normalize-line-endings v0.3.0
7792025-01-22T08:42:39.289Z Downloaded diff v0.1.13
7802025-01-22T08:42:39.291Z Downloaded parking_lot v0.11.2
7812025-01-22T08:42:39.294Z Downloaded wyz v0.5.1
7822025-01-22T08:42:39.297Z Downloaded whoami v1.5.2
7832025-01-22T08:42:39.299Z Downloaded phf v0.11.2
7842025-01-22T08:42:39.304Z Downloaded rand_xorshift v0.3.0
7852025-01-22T08:42:39.304Z Downloaded sha1 v0.10.6
7862025-01-22T08:42:39.307Z Downloaded parse-zoneinfo v0.3.1
7872025-01-22T08:42:39.307Z Downloaded omicron-zone-package v0.12.0
7882025-01-22T08:42:39.310Z Downloaded ssh-encoding v0.2.0
7892025-01-22T08:42:39.312Z Downloaded unsafe-libyaml v0.2.11
7902025-01-22T08:42:39.316Z Downloaded topological-sort v0.2.2
7912025-01-22T08:42:39.319Z Downloaded synstructure v0.13.1
7922025-01-22T08:42:39.321Z Downloaded zip v0.6.6
7932025-01-22T08:42:39.325Z Downloaded foreign-types v0.5.0
7942025-01-22T08:42:39.329Z Downloaded foreign-types v0.3.2
7952025-01-22T08:42:39.329Z Downloaded zerovec-derive v0.10.3
7962025-01-22T08:42:39.332Z Downloaded typify v0.2.0
7972025-01-22T08:42:39.334Z Downloaded peg v0.8.4
7982025-01-22T08:42:39.337Z Downloaded qorb v0.2.1
7992025-01-22T08:42:39.342Z Downloaded aes-gcm v0.10.3
8002025-01-22T08:42:39.348Z Downloaded rustfmt-wrapper v0.2.1
8012025-01-22T08:42:39.351Z Downloaded rustc_version v0.4.1
8022025-01-22T08:42:39.351Z Downloaded rustc_version v0.1.7
8032025-01-22T08:42:39.351Z Downloaded rtoolbox v0.0.2
8042025-01-22T08:42:39.354Z Downloaded dsl_auto_type v0.1.2
8052025-01-22T08:42:39.354Z Downloaded rand_core v0.6.4
8062025-01-22T08:42:39.358Z Downloaded rand_chacha v0.3.1
8072025-01-22T08:42:39.358Z Downloaded crossterm v0.28.1
8082025-01-22T08:42:39.364Z Downloaded pbkdf2 v0.12.2
8092025-01-22T08:42:39.367Z Downloaded pbkdf2 v0.11.0
8102025-01-22T08:42:39.369Z Downloaded spin v0.9.8
8112025-01-22T08:42:39.372Z Downloaded tinyvec_macros v0.1.1
8122025-01-22T08:42:39.375Z Downloaded glob v0.3.1
8132025-01-22T08:42:39.377Z Downloaded zeroize_derive v1.4.2
8142025-01-22T08:42:39.378Z Downloaded rusty-fork v0.3.0
8152025-01-22T08:42:39.381Z Downloaded pretty-hex v0.2.1
8162025-01-22T08:42:39.381Z Downloaded rustversion v1.0.17
8172025-01-22T08:42:39.384Z Downloaded path-slash v0.1.5
8182025-01-22T08:42:39.384Z Downloaded ecdsa v0.16.9
8192025-01-22T08:42:39.386Z Downloaded tinyvec v1.8.0
8202025-01-22T08:42:39.389Z Downloaded url v2.5.3
8212025-01-22T08:42:39.393Z Downloaded tracing v0.1.40
8222025-01-22T08:42:39.398Z Downloaded openssl-probe v0.1.5
8232025-01-22T08:42:39.400Z Downloaded xz2 v0.1.7
8242025-01-22T08:42:39.403Z Downloaded foreign-types-shared v0.1.1
8252025-01-22T08:42:39.403Z Downloaded ron v0.7.1
8262025-01-22T08:42:39.407Z Downloaded try-lock v0.2.5
8272025-01-22T08:42:39.410Z Downloaded num-bigint v0.4.6
8282025-01-22T08:42:39.415Z Downloaded zone_cfg_derive v0.1.2
8292025-01-22T08:42:39.418Z Downloaded sync_wrapper v1.0.1
8302025-01-22T08:42:39.418Z Downloaded vte v0.11.1
8312025-01-22T08:42:39.424Z Downloaded tower-service v0.3.3
8322025-01-22T08:42:39.424Z Downloaded static_assertions v1.1.0
8332025-01-22T08:42:39.424Z Downloaded stable_deref_trait v1.2.0
8342025-01-22T08:42:39.424Z Downloaded float-cmp v0.9.0
8352025-01-22T08:42:39.424Z Downloaded globset v0.4.15
8362025-01-22T08:42:39.427Z Downloaded postcard v1.0.10
8372025-01-22T08:42:39.430Z Downloaded progenitor-macro v0.9.1
8382025-01-22T08:42:39.430Z Downloaded hashlink v0.9.1
8392025-01-22T08:42:39.433Z Downloaded yasna v0.5.2
8402025-01-22T08:42:39.437Z Downloaded predicates-core v1.0.8
8412025-01-22T08:42:39.437Z Downloaded fatfs v0.3.6
8422025-01-22T08:42:39.439Z Downloaded parking_lot_core v0.8.6
8432025-01-22T08:42:39.442Z Downloaded dunce v1.0.5
8442025-01-22T08:42:39.442Z Downloaded headers v0.4.0
8452025-01-22T08:42:39.448Z Downloaded percent-encoding v2.3.1
8462025-01-22T08:42:39.451Z Downloaded pin-project-internal v1.1.6
8472025-01-22T08:42:39.454Z Downloaded russh-keys v0.45.0
8482025-01-22T08:42:39.457Z Downloaded futures-io v0.3.31
8492025-01-22T08:42:39.457Z Downloaded strum_macros v0.26.4
8502025-01-22T08:42:39.460Z Downloaded uzers v0.12.1
8512025-01-22T08:42:39.462Z Downloaded publicsuffix v2.3.0
8522025-01-22T08:42:39.465Z Downloaded num v0.4.3
8532025-01-22T08:42:39.465Z Downloaded futures-executor v0.3.31
8542025-01-22T08:42:39.469Z Downloaded zerofrom-derive v0.1.4
8552025-01-22T08:42:39.469Z Downloaded document-features v0.2.10
8562025-01-22T08:42:39.472Z Downloaded tls_codec_derive v0.4.1
8572025-01-22T08:42:39.472Z Downloaded zip v2.1.3
8582025-01-22T08:42:39.476Z Downloaded time v0.3.36
8592025-01-22T08:42:39.484Z Downloaded peg-macros v0.8.4
8602025-01-22T08:42:39.487Z Downloaded unicode_categories v0.1.1
8612025-01-22T08:42:39.490Z Downloaded aho-corasick v1.1.3
8622025-01-22T08:42:39.495Z Downloaded pem-rfc7468 v0.7.0
8632025-01-22T08:42:39.499Z Downloaded blake3 v1.5.4
8642025-01-22T08:42:39.506Z Downloaded nu-ansi-term v0.50.1
8652025-01-22T08:42:39.509Z Downloaded enum-as-inner v0.6.1
8662025-01-22T08:42:39.512Z Downloaded structmeta-derive v0.2.0
8672025-01-22T08:42:39.514Z Downloaded dyn-clone v1.0.17
8682025-01-22T08:42:39.514Z Downloaded darling_core v0.20.10
8692025-01-22T08:42:39.519Z Downloaded dropshot_endpoint v0.15.1
8702025-01-22T08:42:39.523Z Downloaded fragile v2.0.0
8712025-01-22T08:42:39.527Z Downloaded ron v0.8.1
8722025-01-22T08:42:39.531Z Downloaded x509-cert v0.2.5
8732025-01-22T08:42:39.538Z Downloaded hashbrown v0.13.2
8742025-01-22T08:42:39.543Z Downloaded typify v0.3.0
8752025-01-22T08:42:39.547Z Downloaded snafu v0.8.5
8762025-01-22T08:42:39.554Z Downloaded structmeta v0.2.0
8772025-01-22T08:42:39.556Z Downloaded lalrpop v0.19.12
8782025-01-22T08:42:39.568Z Downloaded rustls-pki-types v1.10.0
8792025-01-22T08:42:39.571Z Downloaded aws-lc-rs v1.10.0
8802025-01-22T08:42:39.582Z Downloaded winnow v0.5.40
8812025-01-22T08:42:39.590Z Downloaded pin-project v1.1.6
8822025-01-22T08:42:39.603Z Downloaded ed25519-dalek v2.1.1
8832025-01-22T08:42:39.607Z Downloaded futures-util v0.3.31
8842025-01-22T08:42:39.620Z Downloaded dropshot_endpoint v0.12.0
8852025-01-22T08:42:39.623Z Downloaded prettyplease v0.2.25
8862025-01-22T08:42:39.626Z Downloaded flume v0.11.1
8872025-01-22T08:42:39.630Z Downloaded subprocess v0.2.9
8882025-01-22T08:42:39.633Z Downloaded quick-xml v0.33.0
8892025-01-22T08:42:39.640Z Downloaded steno v0.4.1
8902025-01-22T08:42:39.645Z Downloaded signal-hook v0.3.17
8912025-01-22T08:42:39.648Z Downloaded typed-path v0.9.3
8922025-01-22T08:42:39.655Z Downloaded openssl-sys v0.9.103
8932025-01-22T08:42:39.661Z Downloaded rand v0.8.5
8942025-01-22T08:42:39.666Z Downloaded chrono v0.4.39
8952025-01-22T08:42:39.673Z Downloaded p256 v0.13.2
8962025-01-22T08:42:39.677Z Downloaded h2 v0.4.6
8972025-01-22T08:42:39.684Z Downloaded webpki-roots v0.26.6
8982025-01-22T08:42:39.688Z Downloaded tough v0.19.0
8992025-01-22T08:42:39.697Z Downloaded tungstenite v0.23.0
9002025-01-22T08:42:39.701Z Downloaded p521 v0.13.3
9012025-01-22T08:42:39.706Z Downloaded num-bigint-dig v0.8.4
9022025-01-22T08:42:39.711Z Downloaded smoltcp v0.9.1
9032025-01-22T08:42:39.723Z Downloaded rustyline v14.0.0
9042025-01-22T08:42:39.729Z Downloaded hickory-proto v0.24.2
9052025-01-22T08:42:39.746Z Downloaded portable-atomic v1.9.0
9062025-01-22T08:42:39.831Z Downloaded quinn-proto v0.11.8
9072025-01-22T08:42:39.846Z Downloaded hashbrown v0.14.5
9082025-01-22T08:42:39.847Z Downloaded bitvec v1.0.1
9092025-01-22T08:42:39.847Z Downloaded object v0.30.4
9102025-01-22T08:42:39.847Z Downloaded salty v0.3.0
9112025-01-22T08:42:39.847Z Downloaded regex v1.11.1
9122025-01-22T08:42:39.847Z Downloaded rustls-webpki v0.101.7
9132025-01-22T08:42:39.847Z Downloaded vcpkg v0.2.15
9142025-01-22T08:42:39.870Z Downloaded p384 v0.13.0
9152025-01-22T08:42:39.876Z Downloaded regex-syntax v0.6.29
9162025-01-22T08:42:39.884Z Downloaded dropshot v0.15.1
9172025-01-22T08:42:39.907Z Downloaded curve25519-dalek v4.1.3
9182025-01-22T08:42:39.917Z Downloaded rustls-webpki v0.102.8
9192025-01-22T08:42:39.936Z Downloaded openapiv3 v2.0.0
9202025-01-22T08:42:39.948Z Downloaded git2 v0.19.0
9212025-01-22T08:42:39.959Z Downloaded nix v0.29.0
9222025-01-22T08:42:39.971Z Downloaded regex-syntax v0.8.5
9232025-01-22T08:42:39.979Z Downloaded polar-core v0.27.3
9242025-01-22T08:42:39.990Z Downloaded petname v2.0.2
9252025-01-22T08:42:39.995Z Downloaded regress v0.10.1
9262025-01-22T08:42:40.003Z Downloaded openssl v0.10.66
9272025-01-22T08:42:40.014Z Downloaded sled v0.34.7
9282025-01-22T08:42:40.024Z Downloaded typify-impl v0.2.0
9292025-01-22T08:42:40.040Z Downloaded gimli v0.31.1
9302025-01-22T08:42:40.049Z Downloaded radix_trie v0.2.1
9312025-01-22T08:42:40.056Z Downloaded object v0.36.5
9322025-01-22T08:42:40.066Z Downloaded nix v0.28.0
9332025-01-22T08:42:40.079Z Downloaded regress v0.9.1
9342025-01-22T08:42:40.088Z Downloaded bstr v1.10.0
9352025-01-22T08:42:40.098Z Downloaded zerocopy-derive v0.6.6
9362025-01-22T08:42:40.108Z Downloaded chrono-tz v0.10.1
9372025-01-22T08:42:40.117Z Downloaded rayon v1.10.0
9382025-01-22T08:42:40.128Z Downloaded lzma-sys v0.1.20
9392025-01-22T08:42:40.155Z Downloaded smoltcp v0.11.0
9402025-01-22T08:42:40.168Z Downloaded rustls v0.22.4
9412025-01-22T08:42:40.183Z Downloaded nix v0.27.1
9422025-01-22T08:42:40.192Z Downloaded typify-impl v0.3.0
9432025-01-22T08:42:40.209Z Downloaded libz-sys v1.1.20
9442025-01-22T08:42:40.229Z Downloaded dropshot v0.12.0
9452025-01-22T08:42:40.250Z Downloaded rustls v0.23.19
9462025-01-22T08:42:40.262Z Downloaded diesel v2.2.6
9472025-01-22T08:42:40.281Z Downloaded ratatui v0.28.1
9482025-01-22T08:42:40.301Z Downloaded regex-automata v0.4.8
9492025-01-22T08:42:40.319Z Downloaded rustls v0.21.12
9502025-01-22T08:42:40.329Z Downloaded bzip2-sys v0.1.11+1.0.8
9512025-01-22T08:42:40.342Z Downloaded flate2 v1.0.35
9522025-01-22T08:42:40.348Z Downloaded unicode-width v0.2.0
9532025-01-22T08:42:40.352Z Downloaded zerovec v0.10.4
9542025-01-22T08:42:40.358Z Downloaded bindgen v0.69.5
9552025-01-22T08:42:40.366Z Downloaded ssh-key v0.6.6
9562025-01-22T08:42:40.372Z Downloaded proptest v1.5.0
9572025-01-22T08:42:40.382Z Downloaded nom v7.1.3
9582025-01-22T08:42:40.387Z Downloaded sqlparser v0.45.0
9592025-01-22T08:42:40.393Z Downloaded tokio-util v0.7.12
9602025-01-22T08:42:40.401Z Downloaded reqwest v0.12.9
9612025-01-22T08:42:40.408Z Downloaded tokio v1.43.0
9622025-01-22T08:42:40.449Z Downloaded rsa v0.9.6
9632025-01-22T08:42:40.452Z Downloaded petgraph v0.6.5
9642025-01-22T08:42:40.470Z Downloaded csv v1.3.0
9652025-01-22T08:42:40.491Z Downloaded zerocopy v0.8.10
9662025-01-22T08:42:40.513Z Downloaded parking_lot v0.12.3
9672025-01-22T08:42:40.516Z Downloaded sha3 v0.10.8
9682025-01-22T08:42:40.520Z Downloaded vergen v8.3.2
9692025-01-22T08:42:40.522Z Downloaded hashbrown v0.12.3
9702025-01-22T08:42:40.528Z Downloaded postgres-protocol v0.6.7
9712025-01-22T08:42:40.531Z Downloaded slog-async v2.8.0
9722025-01-22T08:42:40.531Z Downloaded serde-hex v0.1.0
9732025-01-22T08:42:40.534Z Downloaded salsa20 v0.10.2
9742025-01-22T08:42:40.534Z Downloaded pkcs1 v0.7.5
9752025-01-22T08:42:40.537Z Downloaded vsss-rs v3.3.4
9762025-01-22T08:42:40.541Z Downloaded tokio-tungstenite v0.23.1
9772025-01-22T08:42:40.545Z Downloaded filetime v0.2.25
9782025-01-22T08:42:40.545Z Downloaded zeroize v1.8.1
9792025-01-22T08:42:40.545Z Downloaded tls_codec v0.4.1
9802025-01-22T08:42:40.548Z Downloaded tungstenite v0.21.0
9812025-01-22T08:42:40.551Z Downloaded rusqlite v0.32.1
9822025-01-22T08:42:40.555Z Downloaded socket2 v0.5.7
9832025-01-22T08:42:40.559Z Downloaded float-ord v0.3.2
9842025-01-22T08:42:40.564Z Downloaded phf_codegen v0.11.2
9852025-01-22T08:42:40.564Z Downloaded num-complex v0.4.6
9862025-01-22T08:42:40.564Z Downloaded reedline v0.35.0
9872025-01-22T08:42:40.571Z Downloaded foldhash v0.1.3
9882025-01-22T08:42:40.575Z Downloaded tokio-tungstenite v0.24.0
9892025-01-22T08:42:40.575Z Downloaded toml_edit v0.19.15
9902025-01-22T08:42:40.589Z Downloaded unicode-normalization v0.1.24
9912025-01-22T08:42:40.593Z Downloaded serde_with v3.11.0
9922025-01-22T08:42:40.602Z Downloaded r2d2 v0.8.10
9932025-01-22T08:42:40.607Z Downloaded hash32 v0.3.1
9942025-01-22T08:42:40.607Z Downloaded yoke v0.7.4
9952025-01-22T08:42:40.611Z Downloaded tokio-stream v0.1.16
9962025-01-22T08:42:40.611Z Downloaded tar v0.4.42
9972025-01-22T08:42:40.614Z Downloaded snafu-derive v0.8.5
9982025-01-22T08:42:40.614Z Downloaded similar v2.6.0
9992025-01-22T08:42:40.620Z Downloaded expectorate v1.1.0
10002025-01-22T08:42:40.623Z Downloaded embedded-io v0.6.1
10012025-01-22T08:42:40.623Z Downloaded embedded-io v0.4.0
10022025-01-22T08:42:40.626Z Downloaded tokio-rustls v0.26.0
10032025-01-22T08:42:40.639Z Downloaded structmeta v0.3.0
10042025-01-22T08:42:40.639Z Downloaded ff v0.13.0
10052025-01-22T08:42:40.643Z Downloaded fd-lock v4.0.2
10062025-01-22T08:42:40.643Z Downloaded libgit2-sys v0.17.0+1.8.1
10072025-01-22T08:42:40.710Z Downloaded env_filter v0.1.2
10082025-01-22T08:42:40.713Z Downloaded ed25519 v2.2.3
10092025-01-22T08:42:40.716Z Downloaded defmt v0.3.8
10102025-01-22T08:42:40.719Z Downloaded term v0.7.0
10112025-01-22T08:42:40.722Z Downloaded writeable v0.5.5
10122025-01-22T08:42:40.725Z Downloaded displaydoc v0.2.5
10132025-01-22T08:42:40.728Z Downloaded russh v0.45.0
10142025-01-22T08:42:40.734Z Downloaded num-traits v0.2.19
10152025-01-22T08:42:40.738Z Downloaded packed_struct v0.10.1
10162025-01-22T08:42:40.741Z Downloaded encoding_rs v0.8.34
10172025-01-22T08:42:40.758Z Downloaded thiserror-no-std v2.0.2
10182025-01-22T08:42:40.763Z Downloaded diesel_derives v2.2.3
10192025-01-22T08:42:40.767Z Downloaded pin-utils v0.1.0
10202025-01-22T08:42:40.771Z Downloaded newtype-uuid v1.2.1
10212025-01-22T08:42:40.771Z Downloaded display-error-chain v0.2.2
10222025-01-22T08:42:40.771Z Downloaded difflib v0.4.0
10232025-01-22T08:42:40.771Z Downloaded serde_derive_internals v0.29.1
10242025-01-22T08:42:40.774Z Downloaded unicode-segmentation v1.12.0
10252025-01-22T08:42:40.779Z Downloaded libxml v0.3.3
10262025-01-22T08:42:40.784Z Downloaded progenitor-impl v0.9.1
10272025-01-22T08:42:40.787Z Downloaded utf16_iter v1.0.5
10282025-01-22T08:42:40.787Z Downloaded tracing-attributes v0.1.27
10292025-01-22T08:42:40.787Z Downloaded unicode-bidi v0.3.17
10302025-01-22T08:42:40.790Z Downloaded itertools v0.10.5
10312025-01-22T08:42:40.795Z Downloaded psl-types v2.0.11
10322025-01-22T08:42:40.798Z Downloaded zopfli v0.8.1
10332025-01-22T08:42:40.801Z Downloaded mio v1.0.2
10342025-01-22T08:42:40.804Z Downloaded progenitor-impl v0.8.0
10352025-01-22T08:42:40.808Z Downloaded primeorder v0.13.6
10362025-01-22T08:42:40.811Z Downloaded rayon-core v1.12.1
10372025-01-22T08:42:40.814Z Downloaded schemars v0.8.21
10382025-01-22T08:42:40.821Z Downloaded diesel_table_macro_syntax v0.2.0
10392025-01-22T08:42:40.824Z Downloaded darling_macro v0.20.10
10402025-01-22T08:42:40.824Z Downloaded universal-hash v0.5.1
10412025-01-22T08:42:40.824Z Downloaded sct v0.7.1
10422025-01-22T08:42:40.829Z Downloaded phf_shared v0.11.2
10432025-01-22T08:42:40.832Z Downloaded futures-sink v0.3.31
10442025-01-22T08:42:40.832Z Downloaded rustc-demangle v0.1.24
10452025-01-22T08:42:40.832Z Downloaded env_logger v0.11.5
10462025-01-22T08:42:40.832Z Downloaded derive_more v0.99.18
10472025-01-22T08:42:40.837Z Downloaded same-file v1.0.6
10482025-01-22T08:42:40.841Z Downloaded progenitor-client v0.8.0
10492025-01-22T08:42:40.841Z Downloaded progenitor v0.9.1
10502025-01-22T08:42:40.841Z Downloaded untrusted v0.9.0
10512025-01-22T08:42:40.844Z Downloaded value-bag v1.9.0
10522025-01-22T08:42:40.844Z Downloaded thiserror v2.0.11
10532025-01-22T08:42:40.850Z Downloaded minimal-lexical v0.2.1
10542025-01-22T08:42:40.853Z Downloaded number_prefix v0.4.0
10552025-01-22T08:42:40.856Z Downloaded fs_extra v1.3.0
10562025-01-22T08:42:40.859Z Downloaded ssh-cipher v0.2.0
10572025-01-22T08:42:40.859Z Downloaded sqlformat v0.2.6
10582025-01-22T08:42:40.862Z Downloaded secrecy v0.8.0
10592025-01-22T08:42:40.862Z Downloaded sec1 v0.7.3
10602025-01-22T08:42:40.947Z Downloaded crossbeam-channel v0.5.13
10612025-01-22T08:42:40.954Z Downloaded defmt-macros v0.3.9
10622025-01-22T08:42:40.954Z Downloaded base64 v0.21.7
10632025-01-22T08:42:40.954Z Downloaded zerocopy v0.6.6
10642025-01-22T08:42:40.955Z Downloaded parse-display v0.10.0
10652025-01-22T08:42:40.955Z Downloaded num-iter v0.1.45
10662025-01-22T08:42:40.955Z Downloaded hash32 v0.2.1
10672025-01-22T08:42:40.955Z Downloaded wait-timeout v0.2.0
10682025-01-22T08:42:40.955Z Downloaded unicode-xid v0.2.6
10692025-01-22T08:42:40.955Z Downloaded smallvec v1.13.2
10702025-01-22T08:42:40.955Z Downloaded pin-project-lite v0.2.14
10712025-01-22T08:42:40.955Z Downloaded password-hash v0.5.0
10722025-01-22T08:42:40.955Z Downloaded password-hash v0.4.2
10732025-01-22T08:42:40.955Z Downloaded rcgen v0.12.1
10742025-01-22T08:42:40.955Z Downloaded tabwriter v1.4.0
10752025-01-22T08:42:40.955Z Downloaded slog-dtrace v0.3.0
10762025-01-22T08:42:40.955Z Downloaded serde_yaml v0.9.34+deprecated
10772025-01-22T08:42:40.955Z Downloaded miniz_oxide v0.8.0
10782025-01-22T08:42:40.955Z Downloaded progenitor-client v0.9.1
10792025-01-22T08:42:40.955Z Downloaded fallible-iterator v0.3.0
10802025-01-22T08:42:40.955Z Downloaded schemars_derive v0.8.21
10812025-01-22T08:42:40.955Z Downloaded futures v0.3.31
10822025-01-22T08:42:40.955Z Downloaded test-strategy v0.3.1
10832025-01-22T08:42:40.955Z Downloaded samael v0.0.17
10842025-01-22T08:42:40.955Z Downloaded const_format v0.2.33
10852025-01-22T08:42:40.955Z Downloaded defmt-parser v0.3.4
10862025-01-22T08:42:40.955Z Downloaded bytes v1.9.0
10872025-01-22T08:42:40.955Z Downloaded base64 v0.13.1
10882025-01-22T08:42:40.955Z Downloaded unicode-properties v0.1.3
10892025-01-22T08:42:40.955Z Downloaded termios v0.3.3
10902025-01-22T08:42:40.955Z Downloaded slog-scope v4.4.0
10912025-01-22T08:42:40.956Z Downloaded des v0.8.1
10922025-01-22T08:42:40.956Z Downloaded derive_builder_core v0.20.2
10932025-01-22T08:42:40.956Z Downloaded shlex v1.3.0
10942025-01-22T08:42:40.956Z Downloaded shell-words v1.1.0
10952025-01-22T08:42:40.956Z Downloaded derive_builder v0.20.2
10962025-01-22T08:42:40.956Z Downloaded tokio-rustls v0.24.1
10972025-01-22T08:42:40.961Z Downloaded termtree v0.5.1
10982025-01-22T08:42:40.961Z Downloaded compact_str v0.8.0
10992025-01-22T08:42:40.961Z Downloaded cookie v0.18.1
11002025-01-22T08:42:40.966Z Downloaded chacha20poly1305 v0.10.1
11012025-01-22T08:42:40.966Z Downloaded predicates-tree v1.0.11
11022025-01-22T08:42:40.966Z Downloaded twox-hash v1.6.3
11032025-01-22T08:42:40.966Z Downloaded gethostname v0.5.0
11042025-01-22T08:42:40.971Z Downloaded ghash v0.5.1
11052025-01-22T08:42:40.971Z Downloaded litrs v0.4.1
11062025-01-22T08:42:40.971Z Downloaded packed_struct_codegen v0.10.1
11072025-01-22T08:42:40.974Z Downloaded flagset v0.4.6
11082025-01-22T08:42:40.974Z Downloaded fixedbitset v0.4.2
11092025-01-22T08:42:40.974Z Downloaded slog-term v2.9.1
11102025-01-22T08:42:40.978Z Downloaded litemap v0.7.3
11112025-01-22T08:42:40.978Z Downloaded arc-swap v1.7.1
11122025-01-22T08:42:40.982Z Downloaded crossbeam-epoch v0.9.18
11132025-01-22T08:42:40.984Z Downloaded debug-ignore v1.0.5
11142025-01-22T08:42:40.987Z Downloaded memmap2 v0.9.5
11152025-01-22T08:42:40.987Z Downloaded tokio-macros v2.5.0
11162025-01-22T08:42:40.989Z Downloaded aes v0.8.4
11172025-01-22T08:42:40.992Z Downloaded mime_guess v2.0.5
11182025-01-22T08:42:40.994Z Downloaded console v0.15.8
11192025-01-22T08:42:40.996Z Downloaded clang-sys v1.8.1
11202025-01-22T08:42:40.999Z Downloaded smallvec v0.6.14
11212025-01-22T08:42:41.003Z Downloaded memoffset v0.9.1
11222025-01-22T08:42:41.003Z Downloaded cookie_store v0.21.1
11232025-01-22T08:42:41.005Z Downloaded lock_api v0.4.12
11242025-01-22T08:42:41.005Z Downloaded rustls-pemfile v1.0.4
11252025-01-22T08:42:41.008Z Downloaded libefi-sys v0.1.0
11262025-01-22T08:42:41.008Z Downloaded jobserver v0.1.32
11272025-01-22T08:42:41.011Z Downloaded lru v0.12.5
11282025-01-22T08:42:41.011Z Downloaded lockfree-object-pool v0.1.6
11292025-01-22T08:42:41.015Z Downloaded libsw v3.3.1
11302025-01-22T08:42:41.018Z Downloaded lalrpop-util v0.19.12
11312025-01-22T08:42:41.018Z Downloaded keccak v0.1.5
11322025-01-22T08:42:41.018Z Downloaded lazy_static v1.5.0
11332025-01-22T08:42:41.022Z Downloaded hubpack_derive v0.1.1
11342025-01-22T08:42:41.022Z Downloaded bcs v0.1.6
11352025-01-22T08:42:41.022Z Downloaded base64ct v1.6.0
11362025-01-22T08:42:41.026Z Downloaded backoff v0.4.0
11372025-01-22T08:42:41.026Z Downloaded arrayvec v0.7.6
11382025-01-22T08:42:41.028Z Downloaded bzip2 v0.4.4
11392025-01-22T08:42:41.028Z Downloaded bitflags v1.3.2
11402025-01-22T08:42:41.030Z Downloaded async-trait v0.1.83
11412025-01-22T08:42:41.033Z Downloaded buf-list v1.0.3
11422025-01-22T08:42:41.036Z Downloaded argon2 v0.5.3
11432025-01-22T08:42:41.039Z Downloaded idna v1.0.3
11442025-01-22T08:42:41.041Z Downloaded const_format_proc_macros v0.2.33
11452025-01-22T08:42:41.044Z Downloaded cobs v0.2.3
11462025-01-22T08:42:41.046Z Downloaded chrono-tz-build v0.4.0
11472025-01-22T08:42:41.046Z Downloaded chacha20 v0.9.1
11482025-01-22T08:42:41.046Z Downloaded bb8 v0.8.5
11492025-01-22T08:42:41.049Z Downloaded atomic-waker v1.1.2
11502025-01-22T08:42:41.049Z Downloaded hyper-util v0.1.10
11512025-01-22T08:42:41.053Z Downloaded cassowary v0.3.0
11522025-01-22T08:42:41.056Z Downloaded bit-set v0.5.3
11532025-01-22T08:42:41.056Z Downloaded indent_write v2.2.0
11542025-01-22T08:42:41.056Z Downloaded icu_provider_macros v1.5.0
11552025-01-22T08:42:41.060Z Downloaded hyper-tls v0.6.0
11562025-01-22T08:42:41.060Z Downloaded hyper v1.5.2
11572025-01-22T08:42:41.063Z Downloaded crc-catalog v2.4.0
11582025-01-22T08:42:41.065Z Downloaded crc v3.2.1
11592025-01-22T08:42:41.068Z Downloaded cbc v0.1.2
11602025-01-22T08:42:41.068Z Downloaded bitfield v0.14.0
11612025-01-22T08:42:41.071Z Downloaded async-stream v0.3.6
11622025-01-22T08:42:41.071Z Downloaded ascii-canvas v3.0.0
11632025-01-22T08:42:41.074Z Downloaded blowfish v0.9.1
11642025-01-22T08:42:41.074Z Downloaded block-padding v0.3.3
11652025-01-22T08:42:41.075Z Downloaded bitfield-struct v0.6.2
11662025-01-22T08:42:41.077Z Downloaded base16ct v0.2.0
11672025-01-22T08:42:41.077Z Downloaded httparse v1.9.5
11682025-01-22T08:42:41.081Z Downloaded hyper-rustls v0.27.3
11692025-01-22T08:42:41.083Z Downloaded httpdate v1.0.3
11702025-01-22T08:42:41.083Z Downloaded iana-time-zone v0.1.61
11712025-01-22T08:42:41.087Z Downloaded http-range v0.1.5
11722025-01-22T08:42:41.087Z Downloaded http-body-util v0.1.2
11732025-01-22T08:42:41.091Z Downloaded cstr-argument v0.1.2
11742025-01-22T08:42:41.091Z Downloaded crunchy v0.2.2
11752025-01-22T08:42:41.091Z Downloaded crucible-workspace-hack v0.1.0
11762025-01-22T08:42:41.091Z Downloaded hickory-client v0.24.2
11772025-01-22T08:42:41.093Z Downloaded hex-literal v0.4.1
11782025-01-22T08:42:41.093Z Downloaded heck v0.3.3
11792025-01-22T08:42:41.137Z Downloaded libsqlite3-sys v0.30.1
11802025-01-22T08:42:41.233Z Downloaded ring v0.17.8
11812025-01-22T08:42:41.548Z Downloaded aws-lc-sys v0.22.0
11822025-01-22T08:42:41.864Z Compiling serde v1.0.217
11832025-01-22T08:42:41.867Z Compiling lock_api v0.4.12
11842025-01-22T08:42:41.867Z Compiling scopeguard v1.2.0
11852025-01-22T08:42:41.867Z Compiling value-bag v1.9.0
11862025-01-22T08:42:41.867Z Compiling typenum v1.17.0
11872025-01-22T08:42:41.867Z Compiling generic-array v0.14.7
11882025-01-22T08:42:42.081Z Compiling syn v2.0.96
11892025-01-22T08:42:42.098Z Compiling getrandom v0.2.15
11902025-01-22T08:42:42.220Z Compiling shlex v1.3.0
11912025-01-22T08:42:42.327Z Compiling rand_core v0.6.4
11922025-01-22T08:42:42.521Z Compiling log v0.4.22
11932025-01-22T08:42:42.595Z Compiling subtle v2.6.1
11942025-01-22T08:42:42.632Z Compiling jobserver v0.1.32
11952025-01-22T08:42:42.654Z Compiling smallvec v1.13.2
11962025-01-22T08:42:42.875Z Compiling const-oid v0.9.6
11972025-01-22T08:42:42.941Z Compiling spin v0.9.8
11982025-01-22T08:42:42.959Z Compiling pin-project-lite v0.2.14
11992025-01-22T08:42:43.063Z Compiling cc v1.1.30
12002025-01-22T08:42:43.168Z Compiling rustix v0.38.37
12012025-01-22T08:42:43.355Z Compiling parking_lot_core v0.9.10
12022025-01-22T08:42:43.400Z Compiling futures-core v0.3.31
12032025-01-22T08:42:43.489Z Compiling signal-hook-registry v1.4.2
12042025-01-22T08:42:43.656Z Compiling mio v1.0.2
12052025-01-22T08:42:44.001Z Compiling aho-corasick v1.1.3
12062025-01-22T08:42:44.285Z Compiling parking_lot v0.12.3
12072025-01-22T08:42:44.366Z Compiling stable_deref_trait v1.2.0
12082025-01-22T08:42:44.366Z Compiling either v1.13.0
12092025-01-22T08:42:44.490Z Compiling regex-syntax v0.8.5
12102025-01-22T08:42:44.733Z Compiling cpufeatures v0.2.14
12112025-01-22T08:42:44.799Z Compiling lazy_static v1.5.0
12122025-01-22T08:42:44.850Z Compiling futures-sink v0.3.31
12132025-01-22T08:42:44.936Z Compiling glob v0.3.1
12142025-01-22T08:42:44.938Z Compiling socket2 v0.5.7
12152025-01-22T08:42:45.021Z Compiling slab v0.4.9
12162025-01-22T08:42:45.069Z Compiling prettyplease v0.2.25
12172025-01-22T08:42:45.432Z Compiling serde_json v1.0.135
12182025-01-22T08:42:45.490Z Compiling minimal-lexical v0.2.1
12192025-01-22T08:42:45.780Z Compiling clang-sys v1.8.1
12202025-01-22T08:42:45.922Z Compiling libloading v0.8.5
12212025-01-22T08:42:46.071Z Compiling nom v7.1.3
12222025-01-22T08:42:46.132Z Compiling bindgen v0.69.5
12232025-01-22T08:42:46.310Z Compiling home v0.5.9
12242025-01-22T08:42:46.583Z Compiling futures-channel v0.3.31
12252025-01-22T08:42:46.813Z Compiling itertools v0.12.1
12262025-01-22T08:42:46.999Z Compiling libm v0.2.8
12272025-01-22T08:42:47.019Z Compiling futures-task v0.3.31
12282025-01-22T08:42:47.326Z Compiling pin-utils v0.1.0
12292025-01-22T08:42:47.349Z Compiling foldhash v0.1.3
12302025-01-22T08:42:47.438Z Compiling futures-io v0.3.31
12312025-01-22T08:42:47.684Z Compiling rustc-hash v1.1.0
12322025-01-22T08:42:47.724Z Compiling allocator-api2 v0.2.18
12332025-01-22T08:42:47.859Z Compiling lazycell v1.3.0
12342025-01-22T08:42:48.067Z Compiling cmake v0.1.51
12352025-01-22T08:42:48.483Z Compiling regex-automata v0.4.8
12362025-01-22T08:42:48.838Z Compiling hashbrown v0.15.1
12372025-01-22T08:42:48.910Z Compiling num-traits v0.2.19
12382025-01-22T08:42:49.204Z Compiling synstructure v0.13.1
12392025-01-22T08:42:49.627Z Compiling cexpr v0.6.0
12402025-01-22T08:42:49.983Z Compiling pkg-config v0.3.31
12412025-01-22T08:42:50.662Z Compiling fs_extra v1.3.0
12422025-01-22T08:42:50.750Z Compiling dunce v1.0.5
12432025-01-22T08:42:51.249Z Compiling writeable v0.5.5
12442025-01-22T08:42:51.304Z Compiling litemap v0.7.3
12452025-01-22T08:42:51.387Z Compiling ring v0.17.8
12462025-01-22T08:42:51.702Z Compiling base64ct v1.6.0
12472025-01-22T08:42:51.780Z Compiling paste v1.0.15
12482025-01-22T08:42:52.319Z Compiling pem-rfc7468 v0.7.0
12492025-01-22T08:42:52.373Z Compiling aws-lc-rs v1.10.0
12502025-01-22T08:42:52.498Z Compiling httparse v1.9.5
12512025-01-22T08:42:52.775Z Compiling icu_locid_transform_data v1.5.0
12522025-01-22T08:42:52.896Z Compiling flagset v0.4.6
12532025-01-22T08:42:53.164Z Compiling tracing-core v0.1.32
12542025-01-22T08:42:53.212Z Compiling rustls-pki-types v1.10.0
12552025-01-22T08:42:53.915Z Compiling regex v1.11.1
12562025-01-22T08:42:53.983Z Compiling crossbeam-utils v0.8.20
12572025-01-22T08:42:54.174Z Compiling percent-encoding v2.3.1
12582025-01-22T08:42:54.343Z Compiling icu_properties_data v1.5.0
12592025-01-22T08:42:54.531Z Compiling time-core v0.1.2
12602025-01-22T08:42:54.598Z Compiling vcpkg v0.2.15
12612025-01-22T08:42:54.713Z Compiling write16 v1.0.0
12622025-01-22T08:42:54.827Z Compiling serde_derive v1.0.217
12632025-01-22T08:42:54.863Z Compiling zeroize_derive v1.4.2
12642025-01-22T08:42:54.888Z Compiling zerocopy-derive v0.7.35
12652025-01-22T08:42:55.150Z Compiling zerofrom-derive v0.1.4
12662025-01-22T08:42:56.297Z Compiling zeroize v1.8.1
12672025-01-22T08:42:56.385Z Compiling tokio-macros v2.5.0
12682025-01-22T08:42:56.960Z Compiling zerocopy v0.7.35
12692025-01-22T08:42:57.024Z Compiling yoke-derive v0.7.4
12702025-01-22T08:42:57.862Z Compiling crypto-common v0.1.6
12712025-01-22T08:42:57.884Z Compiling block-buffer v0.10.4
12722025-01-22T08:42:58.115Z Compiling digest v0.10.7
12732025-01-22T08:42:58.160Z Compiling thiserror-impl v1.0.69
12742025-01-22T08:42:58.231Z Compiling zerovec-derive v0.10.3
12752025-01-22T08:42:58.302Z Compiling futures-macro v0.3.31
12762025-01-22T08:42:58.561Z Compiling hmac v0.12.1
12772025-01-22T08:42:58.835Z Compiling zerofrom v0.1.4
12782025-01-22T08:42:58.838Z Compiling displaydoc v0.2.5
12792025-01-22T08:42:59.074Z Compiling block-padding v0.3.3
12802025-01-22T08:42:59.340Z Compiling inout v0.1.3
12812025-01-22T08:42:59.520Z Compiling sha2 v0.10.8
12822025-01-22T08:42:59.621Z Compiling cipher v0.4.4
12832025-01-22T08:42:59.652Z Compiling yoke v0.7.4
12842025-01-22T08:43:00.022Z Compiling icu_provider_macros v1.5.0
12852025-01-22T08:43:00.140Z Compiling ppv-lite86 v0.2.20
12862025-01-22T08:43:00.177Z Compiling futures-util v0.3.31
12872025-01-22T08:43:00.414Z Compiling der_derive v0.7.3
12882025-01-22T08:43:00.745Z Compiling zerovec v0.10.4
12892025-01-22T08:43:00.967Z Compiling rand_chacha v0.3.1
12902025-01-22T08:43:01.134Z Compiling tracing-attributes v0.1.27
12912025-01-22T08:43:01.232Z Compiling thiserror v1.0.69
12922025-01-22T08:43:01.397Z Compiling pest v2.7.14
12932025-01-22T08:43:02.690Z Compiling tinystr v0.7.6
12942025-01-22T08:43:02.803Z Compiling der v0.7.9
12952025-01-22T08:43:03.077Z Compiling icu_locid v1.5.0
12962025-01-22T08:43:03.167Z Compiling icu_collections v1.5.0
12972025-01-22T08:43:03.279Z Compiling rand v0.8.5
12982025-01-22T08:43:04.448Z Compiling icu_provider v1.5.0
12992025-01-22T08:43:04.469Z Compiling tracing v0.1.40
13002025-01-22T08:43:04.491Z Compiling salsa20 v0.10.2
13012025-01-22T08:43:04.728Z Compiling pbkdf2 v0.12.2
13022025-01-22T08:43:04.919Z Compiling spki v0.7.3
13032025-01-22T08:43:04.985Z Compiling powerfmt v0.2.0
13042025-01-22T08:43:05.105Z Compiling mirai-annotations v1.12.0
13052025-01-22T08:43:05.288Z Compiling icu_locid_transform v1.5.0
13062025-01-22T08:43:05.382Z Compiling num-conv v0.1.0
13072025-01-22T08:43:05.392Z Compiling icu_normalizer_data v1.5.0
13082025-01-22T08:43:05.392Z Compiling untrusted v0.7.1
13092025-01-22T08:43:05.412Z Compiling utf16_iter v1.0.5
13102025-01-22T08:43:05.449Z Compiling untrusted v0.9.0
13112025-01-22T08:43:05.548Z Compiling utf8_iter v1.0.4
13122025-01-22T08:43:05.570Z Compiling deranged v0.3.11
13132025-01-22T08:43:05.590Z Compiling time-macros v0.2.18
13142025-01-22T08:43:05.682Z Compiling scrypt v0.11.0
13152025-01-22T08:43:05.807Z Compiling pest_meta v2.7.14
13162025-01-22T08:43:05.828Z Compiling aes v0.8.4
13172025-01-22T08:43:06.214Z Compiling cbc v0.1.2
13182025-01-22T08:43:06.497Z Compiling openssl-sys v0.9.103
13192025-01-22T08:43:07.068Z Compiling icu_properties v1.5.1
13202025-01-22T08:43:07.511Z Compiling scroll_derive v0.12.0
13212025-01-22T08:43:08.184Z Compiling bitflags v2.6.0
13222025-01-22T08:43:08.627Z Compiling bytes v1.9.0
13232025-01-22T08:43:08.871Z Compiling indexmap v2.7.0
13242025-01-22T08:43:08.956Z Compiling semver v1.0.24
13252025-01-22T08:43:08.977Z Compiling tinyvec_macros v0.1.1
13262025-01-22T08:43:09.089Z Compiling num_threads v0.1.7
13272025-01-22T08:43:09.240Z Compiling atomic-waker v1.1.2
13282025-01-22T08:43:09.449Z Compiling rustc_version v0.4.1
13292025-01-22T08:43:09.647Z Compiling tokio v1.43.0
13302025-01-22T08:43:09.853Z Compiling http v1.2.0
13312025-01-22T08:43:10.179Z Compiling time v0.3.36
13322025-01-22T08:43:10.201Z Compiling tinyvec v1.8.0
13332025-01-22T08:43:10.232Z Compiling scroll v0.12.0
13342025-01-22T08:43:10.750Z Compiling icu_normalizer v1.5.0
13352025-01-22T08:43:11.590Z Compiling http-body v1.0.1
13362025-01-22T08:43:11.740Z Compiling idna_adapter v1.2.0
13372025-01-22T08:43:11.765Z Compiling pest_generator v2.7.14
13382025-01-22T08:43:11.828Z Compiling pkcs5 v0.7.1
13392025-01-22T08:43:11.975Z Compiling form_urlencoded v1.2.1
13402025-01-22T08:43:12.078Z Compiling slog v2.7.0
13412025-01-22T08:43:12.315Z Compiling which v4.4.2
13422025-01-22T08:43:12.590Z Compiling try-lock v0.2.5
13432025-01-22T08:43:12.611Z Compiling goblin v0.8.2
13442025-01-22T08:43:12.906Z Compiling want v0.3.1
13452025-01-22T08:43:13.025Z Compiling pkcs8 v0.10.2
13462025-01-22T08:43:13.194Z Compiling idna v1.0.3
13472025-01-22T08:43:13.455Z Compiling uuid v1.12.0
13482025-01-22T08:43:13.669Z Compiling pest_derive v2.7.14
13492025-01-22T08:43:13.700Z Compiling httpdate v1.0.3
13502025-01-22T08:43:14.156Z Compiling iana-time-zone v0.1.61
13512025-01-22T08:43:14.466Z Compiling dtrace-parser v0.2.0
13522025-01-22T08:43:14.560Z Compiling chrono v0.4.39
13532025-01-22T08:43:14.862Z Compiling serde_spanned v0.6.8
13542025-01-22T08:43:14.884Z Compiling serde_tokenstream v0.2.2
13552025-01-22T08:43:15.111Z Compiling toml_datetime v0.6.8
13562025-01-22T08:43:15.482Z Compiling openssl v0.10.66
13572025-01-22T08:43:15.484Z Compiling foreign-types-shared v0.1.1
13582025-01-22T08:43:15.597Z Compiling tower-service v0.3.3
13592025-01-22T08:43:15.626Z Compiling base64 v0.22.1
13602025-01-22T08:43:15.771Z Compiling rustversion v1.0.17
13612025-01-22T08:43:15.934Z Compiling match_cfg v0.1.0
13622025-01-22T08:43:16.052Z Compiling adler2 v2.0.0
13632025-01-22T08:43:16.283Z Compiling miniz_oxide v0.8.0
13642025-01-22T08:43:16.361Z Compiling hostname v0.3.1
13652025-01-22T08:43:16.414Z Compiling foreign-types v0.3.2
13662025-01-22T08:43:16.523Z Compiling url v2.5.3
13672025-01-22T08:43:16.578Z Compiling openssl-macros v0.1.1
13682025-01-22T08:43:17.363Z Compiling async-trait v0.1.83
13692025-01-22T08:43:17.663Z Compiling tokio-util v0.7.12
13702025-01-22T08:43:17.789Z Compiling serde_derive_internals v0.29.1
13712025-01-22T08:43:17.985Z Compiling dirs-sys-next v0.1.2
13722025-01-22T08:43:18.360Z Compiling dof v0.3.0
13732025-01-22T08:43:18.563Z Compiling h2 v0.4.6
13742025-01-22T08:43:18.912Z Compiling native-tls v0.2.12
13752025-01-22T08:43:19.253Z Compiling usdt-impl v0.5.0
13762025-01-22T08:43:19.837Z Compiling syn v1.0.109
13772025-01-22T08:43:20.188Z Compiling schemars v0.8.21
13782025-01-22T08:43:20.192Z Compiling rustls v0.22.4
13792025-01-22T08:43:20.395Z Compiling data-encoding v2.6.0
13802025-01-22T08:43:20.473Z Compiling siphasher v0.3.11
13812025-01-22T08:43:20.549Z Compiling rustls v0.23.19
13822025-01-22T08:43:20.726Z Compiling schemars_derive v0.8.21
13832025-01-22T08:43:20.952Z Compiling dirs-next v2.0.0
13842025-01-22T08:43:21.824Z Compiling http-body-util v0.1.2
13852025-01-22T08:43:22.325Z Compiling unicode-normalization v0.1.24
13862025-01-22T08:43:22.360Z Compiling heapless v0.7.17
13872025-01-22T08:43:22.543Z Compiling crossbeam-epoch v0.9.18
13882025-01-22T08:43:22.801Z Compiling sha1 v0.10.6
13892025-01-22T08:43:23.033Z Compiling signature v2.2.0
13902025-01-22T08:43:23.223Z Compiling bzip2-sys v0.1.11+1.0.8
13912025-01-22T08:43:23.251Z Compiling thread_local v1.1.8
13922025-01-22T08:43:23.312Z Compiling multer v3.1.0
13932025-01-22T08:43:23.402Z Compiling cookie v0.18.1
13942025-01-22T08:43:23.616Z Compiling encoding_rs v0.8.34
13952025-01-22T08:43:23.685Z Compiling unicode-bidi v0.3.17
13962025-01-22T08:43:23.706Z Compiling gimli v0.31.1
13972025-01-22T08:43:23.724Z Compiling signal-hook v0.3.17
13982025-01-22T08:43:23.817Z Compiling mime v0.3.17
13992025-01-22T08:43:23.986Z Compiling unicode-properties v0.1.3
14002025-01-22T08:43:24.342Z Compiling rayon-core v1.12.1
14012025-01-22T08:43:24.381Z Compiling slog-async v2.8.0
14022025-01-22T08:43:24.635Z Compiling dyn-clone v1.0.17
14032025-01-22T08:43:24.850Z Compiling openssl-probe v0.1.5
14042025-01-22T08:43:24.883Z Compiling ipnet v2.10.1
14052025-01-22T08:43:25.197Z Compiling stringprep v0.1.5
14062025-01-22T08:43:26.027Z Compiling hyper v1.5.2
14072025-01-22T08:43:26.360Z Compiling toml_edit v0.22.22
14082025-01-22T08:43:27.819Z Compiling addr2line v0.24.2
14092025-01-22T08:43:28.450Z Compiling hyper-util v0.1.10
14102025-01-22T08:43:28.760Z Compiling crossbeam-deque v0.8.5
14112025-01-22T08:43:28.825Z Compiling usdt-macro v0.5.0
14122025-01-22T08:43:29.005Z Compiling usdt-attr-macro v0.5.0
14132025-01-22T08:43:29.060Z Compiling term v0.7.0
14142025-01-22T08:43:30.038Z Compiling slog-json v2.6.1
14152025-01-22T08:43:30.239Z Compiling serde_urlencoded v0.7.1
14162025-01-22T08:43:30.366Z Compiling curve25519-dalek v4.1.3
14172025-01-22T08:43:30.386Z Compiling crossbeam-channel v0.5.13
14182025-01-22T08:43:30.422Z Compiling enum-as-inner v0.6.1
14192025-01-22T08:43:30.777Z Compiling futures-executor v0.3.31
14202025-01-22T08:43:31.067Z Compiling md-5 v0.10.6
14212025-01-22T08:43:31.321Z Compiling async-stream-impl v0.3.6
14222025-01-22T08:43:31.352Z Compiling rustls-pemfile v2.2.0
14232025-01-22T08:43:31.372Z Compiling num-integer v0.1.46
14242025-01-22T08:43:31.418Z Compiling hash32 v0.2.1
14252025-01-22T08:43:31.528Z Compiling ff v0.13.0
14262025-01-22T08:43:31.701Z Compiling is-terminal v0.4.13
14272025-01-22T08:43:31.760Z Compiling object v0.36.5
14282025-01-22T08:43:31.780Z Compiling dropshot v0.12.0
14292025-01-22T08:43:31.844Z Compiling psl-types v2.0.11
14302025-01-22T08:43:32.094Z Compiling base16ct v0.2.0
14312025-01-22T08:43:32.098Z Compiling take_mut v0.2.2
14322025-01-22T08:43:32.121Z Compiling linked-hash-map v0.5.6
14332025-01-22T08:43:32.253Z Compiling utf-8 v0.7.6
14342025-01-22T08:43:32.387Z Compiling smoltcp v0.9.1
14352025-01-22T08:43:32.463Z Compiling litrs v0.4.1
14362025-01-22T08:43:32.594Z Compiling portable-atomic v1.9.0
14372025-01-22T08:43:32.615Z Compiling quick-error v1.2.3
14382025-01-22T08:43:32.783Z Compiling anyhow v1.0.93
14392025-01-22T08:43:33.022Z Compiling num-bigint-dig v0.8.4
14402025-01-22T08:43:33.324Z Compiling rustc-demangle v0.1.24
14412025-01-22T08:43:33.366Z Compiling fallible-iterator v0.2.0
14422025-01-22T08:43:33.632Z Compiling document-features v0.2.10
14432025-01-22T08:43:33.885Z Compiling resolv-conf v0.7.0
14442025-01-22T08:43:33.990Z Compiling postgres-protocol v0.6.7
14452025-01-22T08:43:34.069Z Compiling async-stream v0.3.6
14462025-01-22T08:43:34.315Z Compiling tungstenite v0.24.0
14472025-01-22T08:43:34.364Z Compiling lru-cache v0.1.2
14482025-01-22T08:43:34.580Z Compiling sec1 v0.7.3
14492025-01-22T08:43:34.871Z Compiling publicsuffix v2.3.0
14502025-01-22T08:43:35.106Z Compiling num-iter v0.1.45
14512025-01-22T08:43:35.182Z Compiling slog-term v2.9.1
14522025-01-22T08:43:35.207Z Compiling usdt v0.5.0
14532025-01-22T08:43:35.307Z Compiling group v0.13.0
14542025-01-22T08:43:35.693Z Compiling hickory-proto v0.24.2
14552025-01-22T08:43:35.833Z Compiling futures v0.3.31
14562025-01-22T08:43:35.962Z Compiling slog-bunyan v2.5.0
14572025-01-22T08:43:36.331Z Compiling toml v0.8.19
14582025-01-22T08:43:36.380Z Compiling tokio-native-tls v0.3.1
14592025-01-22T08:43:37.670Z Compiling camino v1.1.9
14602025-01-22T08:43:37.839Z Compiling phf_shared v0.11.2
14612025-01-22T08:43:37.907Z Compiling dropshot_endpoint v0.12.0
14622025-01-22T08:43:38.208Z Compiling backtrace v0.3.74
14632025-01-22T08:43:38.490Z Compiling terminal_size v0.4.0
14642025-01-22T08:43:38.657Z Compiling openapiv3 v2.0.0
14652025-01-22T08:43:38.751Z Compiling waitgroup v0.1.2
14662025-01-22T08:43:38.832Z Compiling serde_path_to_error v0.1.16
14672025-01-22T08:43:38.976Z Compiling hkdf v0.12.4
14682025-01-22T08:43:39.254Z Compiling crypto-bigint v0.5.5
14692025-01-22T08:43:39.608Z Compiling zerocopy-derive v0.6.6
14702025-01-22T08:43:41.302Z Compiling curve25519-dalek-derive v0.1.1
14712025-01-22T08:43:41.619Z Compiling webpki-roots v0.26.6
14722025-01-22T08:43:41.855Z Compiling hostname v0.4.0
14732025-01-22T08:43:42.104Z Compiling fs-err v2.11.0
14742025-01-22T08:43:42.148Z Compiling hubpack_derive v0.1.1
14752025-01-22T08:43:42.169Z Compiling crc32fast v1.4.2
14762025-01-22T08:43:42.402Z Compiling ahash v0.8.11
14772025-01-22T08:43:42.521Z Compiling newtype-uuid v1.2.1
14782025-01-22T08:43:42.683Z Compiling bitflags v1.3.2
14792025-01-22T08:43:42.714Z Compiling debug-ignore v1.0.5
14802025-01-22T08:43:42.734Z Compiling winnow v0.5.40
14812025-01-22T08:43:42.792Z Compiling managed v0.8.0
14822025-01-22T08:43:42.844Z Compiling strum_macros v0.25.3
14832025-01-22T08:43:42.872Z Compiling clap_builder v4.5.21
14842025-01-22T08:43:42.978Z Compiling hubpack v0.1.2
14852025-01-22T08:43:44.937Z Compiling console v0.15.8
14862025-01-22T08:43:45.186Z Compiling flate2 v1.0.35
14872025-01-22T08:43:45.429Z Compiling elliptic-curve v0.13.8
14882025-01-22T08:43:46.140Z Compiling toml_edit v0.19.15
14892025-01-22T08:43:46.225Z Compiling zerocopy v0.6.6
14902025-01-22T08:43:46.228Z Compiling hickory-resolver v0.24.2
14912025-01-22T08:43:46.680Z Compiling signal-hook-mio v0.2.4
14922025-01-22T08:43:46.861Z Compiling phf v0.11.2
14932025-01-22T08:43:46.953Z Compiling cookie_store v0.21.1
14942025-01-22T08:43:47.148Z Compiling rayon v1.10.0
14952025-01-22T08:43:47.178Z Compiling hyper-tls v0.6.0
14962025-01-22T08:43:47.652Z Compiling bzip2 v0.4.4
14972025-01-22T08:43:48.019Z Compiling tokio-tungstenite v0.24.0
14982025-01-22T08:43:48.557Z Compiling postgres-types v0.2.8
14992025-01-22T08:43:51.014Z Compiling ed25519 v2.2.3
15002025-01-22T08:43:51.147Z Compiling phf_shared v0.10.0
15012025-01-22T08:43:51.370Z Compiling tokio-stream v0.1.16
15022025-01-22T08:43:51.476Z Compiling pkcs1 v0.7.5
15032025-01-22T08:43:51.541Z Compiling serde-big-array v0.5.1
15042025-01-22T08:43:51.790Z Compiling clap_derive v4.5.18
15052025-01-22T08:43:52.150Z Compiling rfc6979 v0.4.0
15062025-01-22T08:43:52.295Z Compiling derive-where v1.2.7
15072025-01-22T08:43:52.362Z Compiling serde_repr v0.1.19
15082025-01-22T08:43:52.415Z Compiling bstr v1.10.0
15092025-01-22T08:43:52.868Z Compiling float-cmp v0.9.0
15102025-01-22T08:43:53.102Z Compiling sync_wrapper v1.0.1
15112025-01-22T08:43:53.277Z Compiling difflib v0.4.0
15122025-01-22T08:43:53.297Z Compiling precomputed-hash v0.1.1
15132025-01-22T08:43:53.435Z Compiling number_prefix v0.4.0
15142025-01-22T08:43:53.469Z Compiling new_debug_unreachable v1.0.6
15152025-01-22T08:43:53.584Z Compiling normalize-line-endings v0.3.0
15162025-01-22T08:43:53.682Z Compiling bit-vec v0.6.3
15172025-01-22T08:43:53.731Z Compiling fixedbitset v0.4.2
15182025-01-22T08:43:54.003Z Compiling unicode-segmentation v1.12.0
15192025-01-22T08:43:54.095Z Compiling static_assertions v1.1.0
15202025-01-22T08:43:54.168Z Compiling unicode-width v0.2.0
15212025-01-22T08:43:54.208Z Compiling predicates-core v1.0.8
15222025-01-22T08:43:54.547Z Compiling whoami v1.5.2
15232025-01-22T08:43:54.676Z Compiling indicatif v0.17.9
15242025-01-22T08:43:54.726Z Compiling similar v2.6.0
15252025-01-22T08:43:54.888Z Compiling tokio-postgres v0.7.12
15262025-01-22T08:43:55.122Z Compiling predicates v3.1.2
15272025-01-22T08:43:55.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15282025-01-22T08:43:56.461Z Compiling clap v4.5.21
15292025-01-22T08:43:56.594Z Compiling bit-set v0.5.3
15302025-01-22T08:43:56.681Z Compiling petgraph v0.6.5
15312025-01-22T08:43:56.794Z Compiling string_cache v0.8.7
15322025-01-22T08:43:56.863Z Compiling ecdsa v0.16.9
15332025-01-22T08:43:56.922Z Compiling rsa v0.9.6
15342025-01-22T08:43:57.135Z Compiling ed25519-dalek v2.1.1
15352025-01-22T08:43:57.685Z Compiling toml v0.7.8
15362025-01-22T08:43:58.439Z Compiling zip v0.6.6
15372025-01-22T08:43:59.162Z Compiling crossterm v0.28.1
15382025-01-22T08:44:00.708Z Compiling hex v0.4.3
15392025-01-22T08:44:00.947Z Compiling x509-cert v0.2.5
15402025-01-22T08:44:00.968Z Compiling itertools v0.10.5
15412025-01-22T08:44:01.282Z Compiling lalrpop-util v0.19.12
15422025-01-22T08:44:01.658Z Compiling unicode-xid v0.2.6
15432025-01-22T08:44:01.824Z Compiling peg-runtime v0.8.3
15442025-01-22T08:44:01.865Z Compiling strum_macros v0.26.4
15452025-01-22T08:44:02.197Z Compiling xattr v1.3.1
15462025-01-22T08:44:02.428Z Compiling filetime v0.2.25
15472025-01-22T08:44:02.756Z Compiling tar v0.4.42
15482025-01-22T08:44:06.666Z Compiling strum v0.26.3
15492025-01-22T08:44:09.871Z Compiling aws-lc-sys v0.22.0
15502025-01-22T08:44:37.686Z Compiling rustls-webpki v0.102.8
15512025-01-22T08:44:40.962Z Compiling tokio-rustls v0.25.0
15522025-01-22T08:44:42.652Z Compiling tokio-rustls v0.26.0
15532025-01-22T08:44:43.005Z Compiling hyper-rustls v0.27.3
15542025-01-22T08:44:43.291Z Compiling reqwest v0.12.9
15552025-01-22T08:44:44.601Z Compiling qorb v0.2.1
15562025-01-22T08:44:47.749Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15572025-01-22T08:44:48.002Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15582025-01-22T08:44:52.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15592025-01-22T08:44:52.640Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15602025-01-22T08:44:52.690ZJan 22 08:44:51.558 INFO Starting download, target: Console
15612025-01-22T08:44:52.690ZJan 22 08:44:51.558 INFO Starting download, target: Cockroach
15622025-01-22T08:44:52.690ZJan 22 08:44:51.558 INFO Starting download, target: DendriteOpenapi
15632025-01-22T08:44:52.690ZJan 22 08:44:51.558 INFO Starting download, target: Clickhouse
15642025-01-22T08:44:52.690ZJan 22 08:44:51.558 INFO Starting download, target: DendriteStub
15652025-01-22T08:44:52.695ZJan 22 08:44:51.558 INFO Starting download, target: MaghemiteMgd
15662025-01-22T08:44:52.695ZJan 22 08:44:51.558 INFO Starting download, target: TransceiverControl
15672025-01-22T08:44:52.695ZJan 22 08:44:51.559 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15682025-01-22T08:44:52.695ZJan 22 08:44:51.559 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15692025-01-22T08:44:52.696ZJan 22 08:44:51.559 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15702025-01-22T08:44:52.696ZJan 22 08:44:51.559 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-01-22T08:44:52.696ZJan 22 08:44:51.559 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15722025-01-22T08:44:52.696ZJan 22 08:44:51.559 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15732025-01-22T08:44:52.696ZJan 22 08:44:51.559 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15742025-01-22T08:44:53.098ZJan 22 08:44:51.880 INFO Download complete, target: DendriteOpenapi
15752025-01-22T08:44:53.247ZJan 22 08:44:51.998 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15762025-01-22T08:44:53.319ZJan 22 08:44:52.182 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15772025-01-22T08:44:53.482ZJan 22 08:44:52.348 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15782025-01-22T08:44:53.659ZJan 22 08:44:52.527 INFO Download complete, target: Console
15792025-01-22T08:44:53.688ZJan 22 08:44:52.556 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15802025-01-22T08:44:53.806ZJan 22 08:44:52.670 INFO Download complete, target: TransceiverControl
15812025-01-22T08:44:54.428ZJan 22 08:44:53.295 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822025-01-22T08:44:54.428ZJan 22 08:44:53.296 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832025-01-22T08:44:54.902ZJan 22 08:44:53.770 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15842025-01-22T08:44:56.440ZJan 22 08:44:55.308 INFO Download complete, target: DendriteStub
15852025-01-22T08:44:56.635ZJan 22 08:44:55.478 INFO Download complete, target: MaghemiteMgd
15862025-01-22T08:45:01.969ZJan 22 08:45:00.837 INFO Checking that binary works, target: Cockroach
15872025-01-22T08:45:02.185ZJan 22 08:45:01.007 INFO Download complete, target: Cockroach
15882025-01-22T08:45:07.421ZJan 22 08:45:06.286 INFO Checking that binary works, target: Clickhouse
15892025-01-22T08:45:07.537ZJan 22 08:45:06.404 INFO Download complete, target: Clickhouse
15902025-01-22T08:45:07.558ZAll builder prerequisites installed successfully, and PATH looks valid
15912025-01-22T08:45:07.561Z
15922025-01-22T08:45:07.561Zreal 5:08.081171008
15932025-01-22T08:45:07.561Zuser 15:49.589468804
15942025-01-22T08:45:07.561Zsys 2:05.720969480
15952025-01-22T08:45:07.561Ztrap 0.567529639
15962025-01-22T08:45:07.561Ztflt 1.418289909
15972025-01-22T08:45:07.561Zdflt 1.359842396
15982025-01-22T08:45:07.561Zkflt 0.026041590
15992025-01-22T08:45:07.561Zlock 25:02.461898284
16002025-01-22T08:45:07.561Zslp 55:57.634516568
16012025-01-22T08:45:07.561Zlat 59.954179954
16022025-01-22T08:45:07.561Zstop 2:26.020146720
16032025-01-22T08:45:07.561Z+ banner hack-check
16042025-01-22T08:45:07.564Z
16052025-01-22T08:45:07.564Z # # ## #### # # #### # # ###### #### # #
16062025-01-22T08:45:07.564Z # # # # # # # # # # # # # # # # #
16072025-01-22T08:45:07.564Z ###### # # # #### ##### # ###### ##### # ####
16082025-01-22T08:45:07.564Z # # ###### # # # # # # # # # #
16092025-01-22T08:45:07.564Z # # # # # # # # # # # # # # # # #
16102025-01-22T08:45:07.564Z # # # # #### # # #### # # ###### #### # #
16112025-01-22T08:45:07.564Z
16122025-01-22T08:45:07.564Z+ export CARGO_INCREMENTAL=0
16132025-01-22T08:45:07.564Z+ CARGO_INCREMENTAL=0
16142025-01-22T08:45:07.564Z+ ptime -m timeout 2h cargo xtask check-features --ci
16152025-01-22T08:45:08.097Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16162025-01-22T08:45:10.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
16172025-01-22T08:45:11.027Z Running `target/debug/xtask check-features --ci`
16182025-01-22T08:45:11.051Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16192025-01-22T08:45:11.057Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16202025-01-22T08:45:11.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16212025-01-22T08:45:11.527Z Running `target/debug/xtask download cargo-hack`
16222025-01-22T08:45:12.343Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16232025-01-22T08:45:12.694Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16242025-01-22T08:45:16.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
16252025-01-22T08:45:16.555Z Running `target/debug/xtask-downloader cargo-hack`
16262025-01-22T08:45:16.593ZJan 22 08:45:15.459 INFO Starting download, target: CargoHack
16272025-01-22T08:45:16.596ZJan 22 08:45:15.460 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16282025-01-22T08:45:17.082ZJan 22 08:45:15.948 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16292025-01-22T08:45:17.174ZJan 22 08:45:16.040 INFO Download complete, target: CargoHack
16302025-01-22T08:45:17.178Zrunning: "/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-22T08:45:17.195Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16322025-01-22T08:45:17.376Zinfo: running `cargo check --bins` on api_identity (1/197)
16332025-01-22T08:45:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16342025-01-22T08:45:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16352025-01-22T08:45:17.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16362025-01-22T08:45:18.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16372025-01-22T08:45:18.933Z
16382025-01-22T08:45:18.933Zinfo: running `cargo check --bins` on bootstore (2/197)
16392025-01-22T08:45:18.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16402025-01-22T08:45:18.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16412025-01-22T08:45:18.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16422025-01-22T08:45:18.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16432025-01-22T08:45:18.933Z
16442025-01-22T08:45:18.933Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16452025-01-22T08:45:19.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-22T08:45:19.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-22T08:45:19.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-22T08:45:19.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16492025-01-22T08:45:19.289Z
16502025-01-22T08:45:19.289Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16512025-01-22T08:45:19.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-22T08:45:19.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-22T08:45:19.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-22T08:45:19.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16552025-01-22T08:45:19.890Z
16562025-01-22T08:45:19.890Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16572025-01-22T08:45:20.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-22T08:45:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-22T08:45:20.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-22T08:45:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16612025-01-22T08:45:20.323Z
16622025-01-22T08:45:20.323Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16632025-01-22T08:45:20.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-22T08:45:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-22T08:45:20.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-22T08:45:20.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16672025-01-22T08:45:20.763Z
16682025-01-22T08:45:20.763Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16692025-01-22T08:45:21.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-22T08:45:21.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-22T08:45:21.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-22T08:45:21.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16732025-01-22T08:45:21.194Z
16742025-01-22T08:45:21.194Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16752025-01-22T08:45:21.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-22T08:45:21.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-22T08:45:21.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-22T08:45:21.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792025-01-22T08:45:21.621Z
16802025-01-22T08:45:21.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16812025-01-22T08:45:21.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-22T08:45:21.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-22T08:45:21.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-22T08:45:22.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852025-01-22T08:45:22.039Z
16862025-01-22T08:45:22.039Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16872025-01-22T08:45:22.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-22T08:45:22.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-22T08:45:22.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-22T08:45:22.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912025-01-22T08:45:22.459Z
16922025-01-22T08:45:22.459Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16932025-01-22T08:45:22.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-22T08:45:22.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-22T08:45:22.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-22T08:45:22.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16972025-01-22T08:45:22.884Z
16982025-01-22T08:45:22.885Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16992025-01-22T08:45:23.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-22T08:45:23.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-22T08:45:23.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-22T08:45:23.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032025-01-22T08:45:23.308Z
17042025-01-22T08:45:23.308Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17052025-01-22T08:45:23.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-22T08:45:23.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-22T08:45:23.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-22T08:45:23.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092025-01-22T08:45:23.797Z
17102025-01-22T08:45:23.797Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17112025-01-22T08:45:24.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-22T08:45:24.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-22T08:45:24.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-22T08:45:24.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17152025-01-22T08:45:24.152Z
17162025-01-22T08:45:24.152Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17172025-01-22T08:45:24.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-22T08:45:24.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-22T08:45:24.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-22T08:45:24.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17212025-01-22T08:45:24.579Z
17222025-01-22T08:45:24.579Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17232025-01-22T08:45:24.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-22T08:45:24.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-22T08:45:24.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-22T08:45:24.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17272025-01-22T08:45:25.015Z
17282025-01-22T08:45:25.015Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17292025-01-22T08:45:25.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-22T08:45:25.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-22T08:45:25.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-22T08:45:25.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17332025-01-22T08:45:25.451Z
17342025-01-22T08:45:25.452Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17352025-01-22T08:45:25.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-22T08:45:25.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-22T08:45:25.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-22T08:45:25.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17392025-01-22T08:45:25.909Z
17402025-01-22T08:45:25.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17412025-01-22T08:45:26.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-22T08:45:26.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-22T08:45:26.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-22T08:45:26.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17452025-01-22T08:45:26.361Z
17462025-01-22T08:45:26.361Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17472025-01-22T08:45:26.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-22T08:45:26.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-22T08:45:26.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-22T08:45:26.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17512025-01-22T08:45:26.801Z
17522025-01-22T08:45:26.801Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17532025-01-22T08:45:27.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-22T08:45:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-22T08:45:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-22T08:45:27.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17572025-01-22T08:45:27.242Z
17582025-01-22T08:45:27.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17592025-01-22T08:45:27.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-22T08:45:27.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-22T08:45:27.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-22T08:45:27.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17632025-01-22T08:45:27.680Z
17642025-01-22T08:45:27.680Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17652025-01-22T08:45:28.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-22T08:45:28.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-22T08:45:28.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-22T08:45:28.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17692025-01-22T08:45:28.113Z
17702025-01-22T08:45:28.113Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17712025-01-22T08:45:28.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-22T08:45:28.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-22T08:45:28.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-22T08:45:28.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17752025-01-22T08:45:28.548Z
17762025-01-22T08:45:28.548Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17772025-01-22T08:45:28.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-22T08:45:28.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-22T08:45:28.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-22T08:45:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17812025-01-22T08:45:28.982Z
17822025-01-22T08:45:28.982Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17832025-01-22T08:45:29.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-22T08:45:29.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-22T08:45:29.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-22T08:45:29.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17872025-01-22T08:45:29.410Z
17882025-01-22T08:45:29.410Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17892025-01-22T08:45:29.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-22T08:45:29.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-22T08:45:29.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-22T08:45:29.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17932025-01-22T08:45:29.842Z
17942025-01-22T08:45:29.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17952025-01-22T08:45:30.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-22T08:45:30.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-22T08:45:30.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-22T08:45:30.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17992025-01-22T08:45:30.268Z
18002025-01-22T08:45:30.268Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18012025-01-22T08:45:30.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-22T08:45:30.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-22T08:45:30.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-01-22T08:45:30.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18052025-01-22T08:45:30.700Z
18062025-01-22T08:45:30.700Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18072025-01-22T08:45:31.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-01-22T08:45:31.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-01-22T08:45:31.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-01-22T08:45:31.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18112025-01-22T08:45:31.124Z
18122025-01-22T08:45:31.124Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18132025-01-22T08:45:31.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-01-22T08:45:31.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-01-22T08:45:31.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-01-22T08:45:31.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18172025-01-22T08:45:31.612Z
18182025-01-22T08:45:31.612Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18192025-01-22T08:45:31.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-01-22T08:45:31.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-01-22T08:45:31.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-01-22T08:45:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18232025-01-22T08:45:31.992Z
18242025-01-22T08:45:31.992Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18252025-01-22T08:45:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-01-22T08:45:32.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-01-22T08:45:32.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-01-22T08:45:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18292025-01-22T08:45:32.423Z
18302025-01-22T08:45:32.423Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18312025-01-22T08:45:32.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-01-22T08:45:32.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-01-22T08:45:32.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-01-22T08:45:32.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18352025-01-22T08:45:32.859Z
18362025-01-22T08:45:32.859Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18372025-01-22T08:45:33.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-01-22T08:45:33.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-01-22T08:45:33.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-01-22T08:45:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18412025-01-22T08:45:33.359Z
18422025-01-22T08:45:33.359Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18432025-01-22T08:45:33.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-01-22T08:45:33.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-01-22T08:45:33.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-01-22T08:45:33.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18472025-01-22T08:45:33.959Z
18482025-01-22T08:45:33.959Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18492025-01-22T08:45:34.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-01-22T08:45:34.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-01-22T08:45:34.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-01-22T08:45:34.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18532025-01-22T08:45:34.169Z
18542025-01-22T08:45:34.169Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18552025-01-22T08:45:34.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-01-22T08:45:34.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-01-22T08:45:34.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-01-22T08:45:34.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18592025-01-22T08:45:34.612Z
18602025-01-22T08:45:34.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18612025-01-22T08:45:35.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-01-22T08:45:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-01-22T08:45:35.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-01-22T08:45:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18652025-01-22T08:45:35.117Z
18662025-01-22T08:45:35.117Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18672025-01-22T08:45:35.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-01-22T08:45:35.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-01-22T08:45:35.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-01-22T08:45:35.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18712025-01-22T08:45:35.487Z
18722025-01-22T08:45:35.487Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18732025-01-22T08:45:35.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-01-22T08:45:35.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-01-22T08:45:35.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-01-22T08:45:35.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18772025-01-22T08:45:35.928Z
18782025-01-22T08:45:35.928Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18792025-01-22T08:45:36.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-01-22T08:45:36.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-01-22T08:45:36.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-01-22T08:45:36.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18832025-01-22T08:45:36.359Z
18842025-01-22T08:45:36.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18852025-01-22T08:45:36.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-01-22T08:45:36.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-01-22T08:45:36.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-01-22T08:45:36.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18892025-01-22T08:45:36.794Z
18902025-01-22T08:45:36.794Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18912025-01-22T08:45:37.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-01-22T08:45:37.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-01-22T08:45:37.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-01-22T08:45:37.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18952025-01-22T08:45:37.228Z
18962025-01-22T08:45:37.228Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18972025-01-22T08:45:37.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-01-22T08:45:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-01-22T08:45:37.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-01-22T08:45:37.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19012025-01-22T08:45:37.867Z
19022025-01-22T08:45:37.867Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19032025-01-22T08:45:38.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-01-22T08:45:38.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-01-22T08:45:38.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-01-22T08:45:38.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19072025-01-22T08:45:38.496Z
19082025-01-22T08:45:38.496Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19092025-01-22T08:45:39.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-01-22T08:45:39.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-01-22T08:45:39.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-01-22T08:45:39.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19132025-01-22T08:45:39.141Z
19142025-01-22T08:45:39.141Zinfo: running `cargo check --bins` on oxlog (48/197)
19152025-01-22T08:45:39.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-01-22T08:45:39.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-01-22T08:45:39.766Z Checking cfg-if v1.0.0
19182025-01-22T08:45:39.768Z Checking libc v0.2.169
19192025-01-22T08:45:39.878Z Checking serde v1.0.217
19202025-01-22T08:45:39.880Z Checking zeroize v1.8.1
19212025-01-22T08:45:39.899Z Checking memchr v2.7.4
19222025-01-22T08:45:39.901Z Checking typenum v1.17.0
19232025-01-22T08:45:39.912Z Checking scopeguard v1.2.0
19242025-01-22T08:45:39.938Z Checking subtle v2.6.1
19252025-01-22T08:45:39.952Z Checking value-bag v1.9.0
19262025-01-22T08:45:40.068Z Checking lock_api v0.4.12
19272025-01-22T08:45:40.103Z Checking smallvec v1.13.2
19282025-01-22T08:45:40.191Z Checking const-oid v0.9.6
19292025-01-22T08:45:40.323Z Checking log v0.4.22
19302025-01-22T08:45:40.447Z Checking itoa v1.0.11
19312025-01-22T08:45:40.466Z Checking pin-project-lite v0.2.14
19322025-01-22T08:45:40.687Z Checking byteorder v1.5.0
19332025-01-22T08:45:40.692Z Checking futures-core v0.3.31
19342025-01-22T08:45:40.713Z Checking once_cell v1.20.2
19352025-01-22T08:45:40.817Z Checking cpufeatures v0.2.14
19362025-01-22T08:45:40.868Z Checking getrandom v0.2.15
19372025-01-22T08:45:40.869Z Checking signal-hook-registry v1.4.2
19382025-01-22T08:45:40.919Z Checking parking_lot_core v0.9.10
19392025-01-22T08:45:40.966Z Checking generic-array v0.14.7
19402025-01-22T08:45:41.004Z Checking mio v1.0.2
19412025-01-22T08:45:41.021Z Checking stable_deref_trait v1.2.0
19422025-01-22T08:45:41.100Z Checking rand_core v0.6.4
19432025-01-22T08:45:41.117Z Checking futures-sink v0.3.31
19442025-01-22T08:45:41.133Z Checking socket2 v0.5.7
19452025-01-22T08:45:41.246Z Checking parking_lot v0.12.3
19462025-01-22T08:45:41.263Z Checking spin v0.9.8
19472025-01-22T08:45:41.406Z Checking zerocopy v0.7.35
19482025-01-22T08:45:41.591Z Checking zerofrom v0.1.4
19492025-01-22T08:45:41.609Z Checking slab v0.4.9
19502025-01-22T08:45:41.624Z Checking futures-channel v0.3.31
19512025-01-22T08:45:41.627Z Checking foldhash v0.1.3
19522025-01-22T08:45:41.821Z Checking yoke v0.7.4
19532025-01-22T08:45:41.839Z Checking allocator-api2 v0.2.18
19542025-01-22T08:45:41.863Z Checking equivalent v1.0.1
19552025-01-22T08:45:41.955Z Checking futures-task v0.3.31
19562025-01-22T08:45:41.976Z Checking futures-io v0.3.31
19572025-01-22T08:45:42.021Z Checking crypto-common v0.1.6
19582025-01-22T08:45:42.115Z Checking block-buffer v0.10.4
19592025-01-22T08:45:42.144Z Checking zerovec v0.10.4
19602025-01-22T08:45:42.160Z Checking pin-utils v0.1.0
19612025-01-22T08:45:42.188Z Checking block-padding v0.3.3
19622025-01-22T08:45:42.208Z Checking ryu v1.0.18
19632025-01-22T08:45:42.248Z Checking futures-util v0.3.31
19642025-01-22T08:45:42.328Z Checking digest v0.10.7
19652025-01-22T08:45:42.393Z Checking inout v0.1.3
19662025-01-22T08:45:42.422Z Checking hashbrown v0.15.1
19672025-01-22T08:45:42.446Z Checking fnv v1.0.7
19682025-01-22T08:45:42.583Z Checking litemap v0.7.3
19692025-01-22T08:45:42.607Z Checking writeable v0.5.5
19702025-01-22T08:45:42.609Z Checking cipher v0.4.4
19712025-01-22T08:45:42.692Z Checking hmac v0.12.1
19722025-01-22T08:45:42.928Z Checking sha2 v0.10.8
19732025-01-22T08:45:42.931Z Checking libm v0.2.8
19742025-01-22T08:45:42.936Z Checking base64ct v1.6.0
19752025-01-22T08:45:43.017Z Checking ppv-lite86 v0.2.20
19762025-01-22T08:45:43.394Z Checking pem-rfc7468 v0.7.0
19772025-01-22T08:45:43.439Z Checking flagset v0.4.6
19782025-01-22T08:45:43.461Z Checking icu_locid_transform_data v1.5.0
19792025-01-22T08:45:43.568Z Checking tracing-core v0.1.32
19802025-01-22T08:45:43.616Z Checking tinystr v0.7.6
19812025-01-22T08:45:43.630Z Checking icu_collections v1.5.0
19822025-01-22T08:45:43.673Z Checking der v0.7.9
19832025-01-22T08:45:43.737Z Checking rand_chacha v0.3.1
19842025-01-22T08:45:43.788Z Checking num-traits v0.2.19
19852025-01-22T08:45:43.937Z Checking icu_locid v1.5.0
19862025-01-22T08:45:44.117Z Checking thiserror v1.0.69
19872025-01-22T08:45:44.193Z Checking rustls-pki-types v1.10.0
19882025-01-22T08:45:44.255Z Checking icu_properties_data v1.5.0
19892025-01-22T08:45:44.298Z Checking percent-encoding v2.3.1
19902025-01-22T08:45:44.318Z Checking bytes v1.9.0
19912025-01-22T08:45:44.507Z Checking indexmap v2.7.0
19922025-01-22T08:45:44.523Z Checking serde_json v1.0.135
19932025-01-22T08:45:44.690Z Checking bitflags v2.6.0
19942025-01-22T08:45:44.889Z Checking icu_provider v1.5.0
19952025-01-22T08:45:45.003Z Checking tracing v0.1.40
19962025-01-22T08:45:45.150Z Checking tokio v1.43.0
19972025-01-22T08:45:45.279Z Checking http v1.2.0
19982025-01-22T08:45:45.351Z Checking rand v0.8.5
19992025-01-22T08:45:45.379Z Checking spki v0.7.3
20002025-01-22T08:45:45.480Z Checking icu_locid_transform v1.5.0
20012025-01-22T08:45:45.652Z Checking salsa20 v0.10.2
20022025-01-22T08:45:45.680Z Checking pbkdf2 v0.12.2
20032025-01-22T08:45:45.837Z Checking aws-lc-sys v0.22.0
20042025-01-22T08:45:45.854Z Checking httparse v1.9.5
20052025-01-22T08:45:46.116Z Checking untrusted v0.7.1
20062025-01-22T08:45:46.305Z Checking mirai-annotations v1.12.0
20072025-01-22T08:45:46.321Z Checking powerfmt v0.2.0
20082025-01-22T08:45:46.475Z Checking icu_properties v1.5.1
20092025-01-22T08:45:46.491Z Checking untrusted v0.9.0
20102025-01-22T08:45:46.566Z Checking write16 v1.0.0
20112025-01-22T08:45:46.569Z Checking utf16_iter v1.0.5
20122025-01-22T08:45:46.597Z Checking utf8_iter v1.0.4
20132025-01-22T08:45:46.642Z Checking icu_normalizer_data v1.5.0
20142025-01-22T08:45:46.704Z Checking ring v0.17.8
20152025-01-22T08:45:46.725Z Checking deranged v0.3.11
20162025-01-22T08:45:46.739Z Checking scrypt v0.11.0
20172025-01-22T08:45:46.752Z Checking cbc v0.1.2
20182025-01-22T08:45:46.795Z Checking aes v0.8.4
20192025-01-22T08:45:46.942Z Checking crossbeam-utils v0.8.20
20202025-01-22T08:45:46.966Z Checking num_threads v0.1.7
20212025-01-22T08:45:47.081Z Checking num-conv v0.1.0
20222025-01-22T08:45:47.367Z Checking tinyvec_macros v0.1.1
20232025-01-22T08:45:47.413Z Checking atomic-waker v1.1.2
20242025-01-22T08:45:47.562Z Checking time-core v0.1.2
20252025-01-22T08:45:47.669Z Checking tinyvec v1.8.0
20262025-01-22T08:45:47.684Z Checking pkcs5 v0.7.1
20272025-01-22T08:45:47.735Z Checking http-body v1.0.1
20282025-01-22T08:45:47.850Z Checking aws-lc-rs v1.10.0
20292025-01-22T08:45:47.939Z Checking form_urlencoded v1.2.1
20302025-01-22T08:45:47.987Z Checking time v0.3.36
20312025-01-22T08:45:48.147Z Checking try-lock v0.2.5
20322025-01-22T08:45:48.185Z Checking pkcs8 v0.10.2
20332025-01-22T08:45:48.296Z Checking want v0.3.1
20342025-01-22T08:45:48.477Z Checking uuid v1.12.0
20352025-01-22T08:45:48.483Z Checking unicode-ident v1.0.14
20362025-01-22T08:45:48.498Z Checking httpdate v1.0.3
20372025-01-22T08:45:48.655Z Checking proc-macro2 v1.0.92
20382025-01-22T08:45:48.722Z Checking toml_datetime v0.6.8
20392025-01-22T08:45:48.999Z Checking serde_spanned v0.6.8
20402025-01-22T08:45:49.016Z Checking slog v2.7.0
20412025-01-22T08:45:49.031Z Checking scroll v0.12.0
20422025-01-22T08:45:49.184Z Checking plain v0.2.3
20432025-01-22T08:45:49.336Z Checking match_cfg v0.1.0
20442025-01-22T08:45:49.352Z Checking tower-service v0.3.3
20452025-01-22T08:45:49.435Z Checking base64 v0.22.1
20462025-01-22T08:45:49.460Z Checking ucd-trie v0.1.7
20472025-01-22T08:45:49.480Z Checking foreign-types-shared v0.1.1
20482025-01-22T08:45:49.484Z Checking adler2 v2.0.0
20492025-01-22T08:45:49.590Z Checking rustls-webpki v0.102.8
20502025-01-22T08:45:49.596Z Checking iana-time-zone v0.1.61
20512025-01-22T08:45:49.656Z Checking icu_normalizer v1.5.0
20522025-01-22T08:45:49.658Z Checking miniz_oxide v0.8.0
20532025-01-22T08:45:49.659Z Checking pest v2.7.14
20542025-01-22T08:45:49.746Z Checking chrono v0.4.39
20552025-01-22T08:45:49.874Z Checking foreign-types v0.3.2
20562025-01-22T08:45:49.968Z Checking goblin v0.8.2
20572025-01-22T08:45:50.271Z Checking hostname v0.3.1
20582025-01-22T08:45:50.288Z Checking quote v1.0.38
20592025-01-22T08:45:50.385Z Checking idna_adapter v1.2.0
20602025-01-22T08:45:50.407Z Checking openssl-sys v0.9.103
20612025-01-22T08:45:50.423Z Checking dirs-sys-next v0.1.2
20622025-01-22T08:45:50.588Z Checking idna v1.0.3
20632025-01-22T08:45:50.605Z Checking errno v0.3.9
20642025-01-22T08:45:50.608Z Checking aho-corasick v1.1.3
20652025-01-22T08:45:50.813Z Compiling newtype-uuid v1.2.1
20662025-01-22T08:45:51.065Z Checking url v2.5.3
20672025-01-22T08:45:51.109Z Checking siphasher v0.3.11
20682025-01-22T08:45:51.453Z Checking data-encoding v2.6.0
20692025-01-22T08:45:51.558Z Checking regex-syntax v0.8.5
20702025-01-22T08:45:51.666Z Checking pretty-hex v0.4.1
20712025-01-22T08:45:51.842Z Checking tokio-util v0.7.12
20722025-01-22T08:45:51.873Z Checking openssl v0.10.66
20732025-01-22T08:45:51.932Z Checking rustix v0.38.37
20742025-01-22T08:45:51.957Z Checking dirs-next v2.0.0
20752025-01-22T08:45:52.090Z Checking syn v2.0.96
20762025-01-22T08:45:52.204Z Checking unicode-normalization v0.1.24
20772025-01-22T08:45:52.237Z Checking dtrace-parser v0.2.0
20782025-01-22T08:45:52.599Z Checking h2 v0.4.6
20792025-01-22T08:45:52.685Z Checking http-body-util v0.1.2
20802025-01-22T08:45:53.085Z Checking crossbeam-epoch v0.9.18
20812025-01-22T08:45:53.201Z Checking sha1 v0.10.6
20822025-01-22T08:45:53.491Z Checking signature v2.2.0
20832025-01-22T08:45:53.494Z Checking lazy_static v1.5.0
20842025-01-22T08:45:53.633Z Checking thread_local v1.1.8
20852025-01-22T08:45:53.710Z Checking thread-id v4.2.2
20862025-01-22T08:45:53.834Z Checking encoding_rs v0.8.34
20872025-01-22T08:45:53.918Z Checking unicode-bidi v0.3.17
20882025-01-22T08:45:54.594Z Checking openssl-probe v0.1.5
20892025-01-22T08:45:54.728Z Checking dof v0.3.0
20902025-01-22T08:45:54.747Z Checking ipnet v2.10.1
20912025-01-22T08:45:54.837Z Checking regex-automata v0.4.8
20922025-01-22T08:45:55.084Z Checking anstyle v1.0.10
20932025-01-22T08:45:55.170Z Checking mime v0.3.17
20942025-01-22T08:45:55.340Z Checking unicode-properties v0.1.3
20952025-01-22T08:45:55.441Z Checking either v1.13.0
20962025-01-22T08:45:55.476Z Checking utf8parse v0.2.2
20972025-01-22T08:45:55.630Z Checking gimli v0.31.1
20982025-01-22T08:45:55.733Z Checking winnow v0.6.20
20992025-01-22T08:45:55.804Z Checking stringprep v0.1.5
21002025-01-22T08:45:56.091Z Checking anstyle-parse v0.2.5
21012025-01-22T08:45:56.285Z Checking crossbeam-deque v0.8.5
21022025-01-22T08:45:56.399Z Checking term v0.7.0
21032025-01-22T08:45:56.567Z Checking rustls v0.22.4
21042025-01-22T08:45:56.838Z Checking native-tls v0.2.12
21052025-01-22T08:45:56.854Z Checking rustls v0.23.19
21062025-01-22T08:45:57.135Z Checking slog-json v2.6.1
21072025-01-22T08:45:57.396Z Checking serde_urlencoded v0.7.1
21082025-01-22T08:45:57.775Z Checking crossbeam-channel v0.5.13
21092025-01-22T08:45:57.985Z Checking usdt-impl v0.5.0
21102025-01-22T08:45:58.417Z Checking toml_edit v0.22.22
21112025-01-22T08:45:58.500Z Checking futures-executor v0.3.31
21122025-01-22T08:45:58.550Z Checking num-integer v0.1.46
21132025-01-22T08:45:58.674Z Checking rustls-pemfile v2.2.0
21142025-01-22T08:45:58.740Z Checking hyper v1.5.2
21152025-01-22T08:45:58.886Z Checking md-5 v0.10.6
21162025-01-22T08:45:59.012Z Checking ff v0.13.0
21172025-01-22T08:45:59.122Z Checking hash32 v0.2.1
21182025-01-22T08:45:59.238Z Checking memmap v0.7.0
21192025-01-22T08:45:59.368Z Checking is-terminal v0.4.13
21202025-01-22T08:45:59.409Z Checking addr2line v0.24.2
21212025-01-22T08:45:59.424Z Checking object v0.36.5
21222025-01-22T08:45:59.447Z Checking linked-hash-map v0.5.6
21232025-01-22T08:45:59.489Z Checking colorchoice v1.0.2
21242025-01-22T08:45:59.634Z Checking is_terminal_polyfill v1.70.1
21252025-01-22T08:45:59.758Z Checking quick-error v1.2.3
21262025-01-22T08:45:59.776Z Checking anstyle-query v1.1.1
21272025-01-22T08:45:59.899Z Checking rustc-demangle v0.1.24
21282025-01-22T08:45:59.911Z Checking take_mut v0.2.2
21292025-01-22T08:45:59.914Z Checking fallible-iterator v0.2.0
21302025-01-22T08:45:59.914Z Checking base16ct v0.2.0
21312025-01-22T08:46:00.047Z Checking psl-types v2.0.11
21322025-01-22T08:46:00.129Z Checking dyn-clone v1.0.17
21332025-01-22T08:46:00.240Z Checking utf-8 v0.7.6
21342025-01-22T08:46:00.285Z Checking schemars v0.8.21
21352025-01-22T08:46:00.311Z Checking publicsuffix v2.3.0
21362025-01-22T08:46:00.453Z Checking tungstenite v0.24.0
21372025-01-22T08:46:00.480Z Checking postgres-protocol v0.6.7
21382025-01-22T08:46:00.578Z Checking sec1 v0.7.3
21392025-01-22T08:46:00.619Z Checking hyper-util v0.1.10
21402025-01-22T08:46:00.926Z Checking toml v0.8.19
21412025-01-22T08:46:00.965Z Checking slog-async v2.8.0
21422025-01-22T08:46:01.112Z Checking tokio-rustls v0.25.0
21432025-01-22T08:46:01.270Z Checking anstream v0.6.15
21442025-01-22T08:46:01.323Z Checking resolv-conf v0.7.0
21452025-01-22T08:46:01.503Z Checking lru-cache v0.1.2
21462025-01-22T08:46:01.622Z Checking slog-term v2.9.1
21472025-01-22T08:46:01.669Z Checking usdt v0.5.0
21482025-01-22T08:46:01.688Z Checking heapless v0.7.17
21492025-01-22T08:46:01.702Z Checking group v0.13.0
21502025-01-22T08:46:01.848Z Checking num-iter v0.1.45
21512025-01-22T08:46:01.916Z Checking futures v0.3.31
21522025-01-22T08:46:01.951Z Checking slog-bunyan v2.5.0
21532025-01-22T08:46:01.954Z Checking tokio-rustls v0.26.0
21542025-01-22T08:46:01.983Z Checking tokio-native-tls v0.3.1
21552025-01-22T08:46:02.025Z Checking rayon-core v1.12.1
21562025-01-22T08:46:02.104Z Checking multer v3.1.0
21572025-01-22T08:46:02.120Z Checking hickory-proto v0.24.2
21582025-01-22T08:46:02.217Z Checking terminal_size v0.4.0
21592025-01-22T08:46:02.395Z Checking phf_shared v0.11.2
21602025-01-22T08:46:02.497Z Checking cookie v0.18.1
21612025-01-22T08:46:02.555Z Checking async-stream v0.3.6
21622025-01-22T08:46:02.597Z Checking bzip2-sys v0.1.11+1.0.8
21632025-01-22T08:46:02.643Z Checking signal-hook v0.3.17
21642025-01-22T08:46:02.659Z Checking camino v1.1.9
21652025-01-22T08:46:02.676Z Checking waitgroup v0.1.2
21662025-01-22T08:46:02.721Z Checking openapiv3 v2.0.0
21672025-01-22T08:46:02.758Z Checking webpki-roots v0.26.6
21682025-01-22T08:46:02.817Z Checking serde_path_to_error v0.1.16
21692025-01-22T08:46:02.961Z Checking hkdf v0.12.4
21702025-01-22T08:46:02.975Z Checking crypto-bigint v0.5.5
21712025-01-22T08:46:02.994Z Checking hostname v0.4.0
21722025-01-22T08:46:03.125Z Checking crc32fast v1.4.2
21732025-01-22T08:46:03.141Z Checking strsim v0.11.1
21742025-01-22T08:46:03.177Z Checking managed v0.8.0
21752025-01-22T08:46:03.383Z Checking unicode-width v0.1.14
21762025-01-22T08:46:03.413Z Checking winnow v0.5.40
21772025-01-22T08:46:03.415Z Checking debug-ignore v1.0.5
21782025-01-22T08:46:03.558Z Checking bitflags v1.3.2
21792025-01-22T08:46:03.574Z Checking clap_lex v0.7.2
21802025-01-22T08:46:03.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21812025-01-22T08:46:03.844Z Checking clap_builder v4.5.21
21822025-01-22T08:46:03.884Z Checking console v0.15.8
21832025-01-22T08:46:03.966Z Checking smoltcp v0.9.1
21842025-01-22T08:46:04.434Z Checking flate2 v1.0.35
21852025-01-22T08:46:05.071Z Checking signal-hook-mio v0.2.4
21862025-01-22T08:46:05.228Z Checking hyper-rustls v0.27.3
21872025-01-22T08:46:05.315Z Checking backtrace v0.3.74
21882025-01-22T08:46:05.386Z Checking cookie_store v0.21.1
21892025-01-22T08:46:05.575Z Checking bzip2 v0.4.4
21902025-01-22T08:46:05.645Z Checking elliptic-curve v0.13.8
21912025-01-22T08:46:05.849Z Checking rayon v1.10.0
21922025-01-22T08:46:05.877Z Checking anyhow v1.0.93
21932025-01-22T08:46:05.915Z Checking dropshot v0.12.0
21942025-01-22T08:46:06.099Z Checking phf v0.11.2
21952025-01-22T08:46:06.141Z Checking toml_edit v0.19.15
21962025-01-22T08:46:06.299Z Checking hyper-tls v0.6.0
21972025-01-22T08:46:06.311Z Checking num-bigint-dig v0.8.4
21982025-01-22T08:46:06.359Z Checking tokio-tungstenite v0.24.0
21992025-01-22T08:46:06.506Z Checking postgres-types v0.2.8
22002025-01-22T08:46:06.677Z Checking hickory-resolver v0.24.2
22012025-01-22T08:46:06.733Z Checking bstr v1.10.0
22022025-01-22T08:46:06.824Z Checking regex v1.11.1
22032025-01-22T08:46:07.192Z Checking ed25519 v2.2.3
22042025-01-22T08:46:07.415Z Checking tokio-stream v0.1.16
22052025-01-22T08:46:07.512Z Checking phf_shared v0.10.0
22062025-01-22T08:46:07.592Z Checking zerocopy v0.6.6
22072025-01-22T08:46:07.787Z Checking curve25519-dalek v4.1.3
22082025-01-22T08:46:08.189Z Checking hubpack v0.1.2
22092025-01-22T08:46:08.222Z Checking portable-atomic v1.9.0
22102025-01-22T08:46:08.239Z Checking pkcs1 v0.7.5
22112025-01-22T08:46:08.256Z Checking float-cmp v0.9.0
22122025-01-22T08:46:08.437Z Checking serde-big-array v0.5.1
22132025-01-22T08:46:08.529Z Checking rfc6979 v0.4.0
22142025-01-22T08:46:08.601Z Checking sync_wrapper v1.0.1
22152025-01-22T08:46:08.625Z Checking difflib v0.4.0
22162025-01-22T08:46:08.668Z Checking whoami v1.5.2
22172025-01-22T08:46:08.670Z Checking precomputed-hash v0.1.1
22182025-01-22T08:46:08.755Z Checking unicode-segmentation v1.12.0
22192025-01-22T08:46:08.795Z Checking normalize-line-endings v0.3.0
22202025-01-22T08:46:08.926Z Checking number_prefix v0.4.0
22212025-01-22T08:46:08.942Z Checking predicates-core v1.0.8
22222025-01-22T08:46:08.966Z Checking new_debug_unreachable v1.0.6
22232025-01-22T08:46:09.059Z Checking static_assertions v1.1.0
22242025-01-22T08:46:09.119Z Checking unicode-width v0.2.0
22252025-01-22T08:46:09.135Z Checking bit-vec v0.6.3
22262025-01-22T08:46:09.160Z Checking minimal-lexical v0.2.1
22272025-01-22T08:46:09.234Z Checking fixedbitset v0.4.2
22282025-01-22T08:46:09.251Z Checking qorb v0.2.1
22292025-01-22T08:46:09.267Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22302025-01-22T08:46:09.426Z Checking similar v2.6.0
22312025-01-22T08:46:09.442Z Checking bit-set v0.5.3
22322025-01-22T08:46:09.485Z Checking petgraph v0.6.5
22332025-01-22T08:46:09.557Z Checking nom v7.1.3
22342025-01-22T08:46:09.644Z Checking indicatif v0.17.9
22352025-01-22T08:46:09.646Z Checking ed25519-dalek v2.1.1
22362025-01-22T08:46:09.670Z Checking predicates v3.1.2
22372025-01-22T08:46:10.014Z Checking string_cache v0.8.7
22382025-01-22T08:46:10.241Z Checking tokio-postgres v0.7.12
22392025-01-22T08:46:10.280Z Checking reqwest v0.12.9
22402025-01-22T08:46:10.300Z Checking ecdsa v0.16.9
22412025-01-22T08:46:10.302Z Checking rsa v0.9.6
22422025-01-22T08:46:11.027Z Checking toml v0.7.8
22432025-01-22T08:46:11.302Z Checking clap v4.5.21
22442025-01-22T08:46:11.427Z Checking zip v0.6.6
22452025-01-22T08:46:11.681Z Checking crossterm v0.28.1
22462025-01-22T08:46:11.780Z Checking itertools v0.10.5
22472025-01-22T08:46:12.018Z Checking itertools v0.12.1
22482025-01-22T08:46:12.108Z Checking fs-err v2.11.0
22492025-01-22T08:46:12.142Z Checking ahash v0.8.11
22502025-01-22T08:46:12.638Z Checking x509-cert v0.2.5
22512025-01-22T08:46:12.654Z Checking hex v0.4.3
22522025-01-22T08:46:12.735Z Checking semver v1.0.24
22532025-01-22T08:46:13.023Z Checking lalrpop-util v0.19.12
22542025-01-22T08:46:13.130Z Checking peg-runtime v0.8.3
22552025-01-22T08:46:13.161Z Checking sigpipe v0.1.3
22562025-01-22T08:46:14.107Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22572025-01-22T08:46:14.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.28s
22582025-01-22T08:46:14.596Z
22592025-01-22T08:46:14.596Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22602025-01-22T08:46:15.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612025-01-22T08:46:15.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622025-01-22T08:46:15.259Z Compiling hashbrown v0.14.5
22632025-01-22T08:46:15.379Z Checking heck v0.5.0
22642025-01-22T08:46:15.392Z Compiling unsafe-libyaml v0.2.11
22652025-01-22T08:46:15.408Z Checking ipnetwork v0.20.0
22662025-01-22T08:46:15.422Z Compiling ident_case v1.0.1
22672025-01-22T08:46:15.436Z Checking progenitor-client v0.8.0
22682025-01-22T08:46:15.450Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22692025-01-22T08:46:15.558Z Compiling darling_core v0.20.10
22702025-01-22T08:46:15.599Z Checking newtype-uuid v1.2.1
22712025-01-22T08:46:15.744Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22722025-01-22T08:46:15.802Z Compiling proc-macro-crate v1.3.1
22732025-01-22T08:46:15.824Z Compiling structmeta-derive v0.3.0
22742025-01-22T08:46:15.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22752025-01-22T08:46:16.083Z Compiling thiserror v2.0.11
22762025-01-22T08:46:16.151Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22772025-01-22T08:46:16.441Z Compiling regress v0.10.1
22782025-01-22T08:46:16.730Z Compiling serde_yaml v0.9.34+deprecated
22792025-01-22T08:46:17.026Z Compiling num_enum_derive v0.5.11
22802025-01-22T08:46:17.257Z Compiling lzma-sys v0.1.20
22812025-01-22T08:46:17.436Z Compiling thiserror-impl v2.0.11
22822025-01-22T08:46:17.998Z Compiling foreign-types-macros v0.2.3
22832025-01-22T08:46:18.563Z Compiling structmeta v0.3.0
22842025-01-22T08:46:18.941Z Compiling dropshot v0.15.1
22852025-01-22T08:46:19.193Z Checking arc-swap v1.7.1
22862025-01-22T08:46:19.258Z Checking foreign-types-shared v0.3.1
22872025-01-22T08:46:19.299Z Checking num_enum v0.5.11
22882025-01-22T08:46:19.381Z Checking foreign-types v0.5.0
22892025-01-22T08:46:19.494Z Compiling parse-display-derive v0.10.0
22902025-01-22T08:46:19.574Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22912025-01-22T08:46:19.668Z Checking slog-scope v4.4.0
22922025-01-22T08:46:19.815Z Compiling proc-macro-error v1.0.4
22932025-01-22T08:46:20.034Z Compiling typify-impl v0.2.0
22942025-01-22T08:46:20.506Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22952025-01-22T08:46:20.624Z Checking tungstenite v0.21.0
22962025-01-22T08:46:20.639Z Compiling heck v0.3.3
22972025-01-22T08:46:20.813Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22982025-01-22T08:46:21.008Z Compiling dropshot_endpoint v0.15.1
22992025-01-22T08:46:21.082Z Checking cstr-argument v0.1.2
23002025-01-22T08:46:21.306Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-01-22T08:46:21.535Z Checking instant v0.1.13
23022025-01-22T08:46:21.612Z Compiling darling_macro v0.20.10
23032025-01-22T08:46:21.658Z Checking pretty-hex v0.2.1
23042025-01-22T08:46:21.682Z Checking base64 v0.21.7
23052025-01-22T08:46:21.903Z Checking fastrand v2.1.1
23062025-01-22T08:46:22.044Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23072025-01-22T08:46:22.197Z Checking tempfile v3.13.0
23082025-01-22T08:46:22.291Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092025-01-22T08:46:22.355Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23102025-01-22T08:46:22.449Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112025-01-22T08:46:22.484Z Compiling darling v0.20.10
23122025-01-22T08:46:22.551Z Checking backoff v0.4.0
23132025-01-22T08:46:22.605Z Checking tokio-tungstenite v0.21.0
23142025-01-22T08:46:22.625Z Compiling serde_with_macros v3.11.0
23152025-01-22T08:46:22.636Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162025-01-22T08:46:22.678Z Compiling zone_cfg_derive v0.1.2
23172025-01-22T08:46:22.830Z Checking strum v0.26.3
23182025-01-22T08:46:22.936Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192025-01-22T08:46:23.033Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23202025-01-22T08:46:23.084Z Checking slog-stdlog v4.1.1
23212025-01-22T08:46:23.334Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23222025-01-22T08:46:23.446Z Checking regress v0.9.1
23232025-01-22T08:46:23.483Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23242025-01-22T08:46:23.499Z Checking parse-display v0.10.0
23252025-01-22T08:46:23.656Z Checking progenitor-client v0.9.1
23262025-01-22T08:46:23.732Z Checking colored v2.1.0
23272025-01-22T08:46:23.760Z Checking macaddr v1.0.1
23282025-01-22T08:46:24.022Z Checking base64 v0.13.1
23292025-01-22T08:46:24.042Z Checking zone v0.1.8
23302025-01-22T08:46:24.148Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23312025-01-22T08:46:24.451Z Checking ron v0.7.1
23322025-01-22T08:46:24.543Z Checking xz2 v0.1.7
23332025-01-22T08:46:24.734Z Checking slog-envlogger v2.2.0
23342025-01-22T08:46:24.845Z Checking tabwriter v1.4.0
23352025-01-22T08:46:24.970Z Checking xattr v1.3.1
23362025-01-22T08:46:25.097Z Checking pem v3.0.4
23372025-01-22T08:46:25.161Z Checking yasna v0.5.2
23382025-01-22T08:46:25.278Z Checking serde_with v3.11.0
23392025-01-22T08:46:25.352Z Checking headers-core v0.3.0
23402025-01-22T08:46:25.502Z Checking smf v0.2.3
23412025-01-22T08:46:25.518Z Checking filetime v0.2.25
23422025-01-22T08:46:25.739Z Checking same-file v1.0.6
23432025-01-22T08:46:25.927Z Checking walkdir v2.5.0
23442025-01-22T08:46:25.927Z Checking tar v0.4.42
23452025-01-22T08:46:25.968Z Checking headers v0.4.0
23462025-01-22T08:46:26.016Z Checking rcgen v0.12.1
23472025-01-22T08:46:26.220Z Checking camino-tempfile v1.1.1
23482025-01-22T08:46:26.544Z Checking atomicwrites v0.4.4
23492025-01-22T08:46:26.698Z Checking subprocess v0.2.9
23502025-01-22T08:46:32.524Z Compiling typify-macro v0.2.0
23512025-01-22T08:46:32.578Z Compiling typify v0.2.0
23522025-01-22T08:46:32.578Z Compiling progenitor-impl v0.8.0
23532025-01-22T08:46:33.398Z Compiling progenitor-macro v0.8.0
23542025-01-22T08:46:37.041Z Checking progenitor v0.8.0
23552025-01-22T08:46:37.174Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23562025-01-22T08:46:37.177Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23572025-01-22T08:46:39.666Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23582025-01-22T08:46:40.045Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23592025-01-22T08:46:45.945Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23602025-01-22T08:46:47.406Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23612025-01-22T08:46:48.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.01s
23622025-01-22T08:46:48.792Z
23632025-01-22T08:46:48.792Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23642025-01-22T08:46:49.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23652025-01-22T08:46:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23662025-01-22T08:46:49.433Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23672025-01-22T08:46:50.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
23682025-01-22T08:46:50.970Z
23692025-01-22T08:46:50.970Zinfo: running `cargo check --bins` on nexus-config (51/197)
23702025-01-22T08:46:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23712025-01-22T08:46:51.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23722025-01-22T08:46:51.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23732025-01-22T08:46:51.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23742025-01-22T08:46:51.593Z
23752025-01-22T08:46:51.593Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23762025-01-22T08:46:52.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772025-01-22T08:46:52.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782025-01-22T08:46:52.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23792025-01-22T08:46:52.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23802025-01-22T08:46:52.192Z
23812025-01-22T08:46:52.192Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23822025-01-22T08:46:52.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832025-01-22T08:46:52.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842025-01-22T08:46:52.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852025-01-22T08:46:52.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23862025-01-22T08:46:52.814Z
23872025-01-22T08:46:52.814Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23882025-01-22T08:46:53.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892025-01-22T08:46:53.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902025-01-22T08:46:53.484Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23912025-01-22T08:46:53.594Z Compiling ipnetwork v0.20.0
23922025-01-22T08:46:53.594Z Compiling zerocopy v0.8.10
23932025-01-22T08:46:53.597Z Compiling progenitor-client v0.8.0
23942025-01-22T08:46:53.597Z Compiling itertools v0.13.0
23952025-01-22T08:46:53.597Z Compiling zerocopy-derive v0.8.10
23962025-01-22T08:46:53.597Z Compiling heapless v0.8.0
23972025-01-22T08:46:53.597Z Compiling thiserror v2.0.11
23982025-01-22T08:46:53.780Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992025-01-22T08:46:53.925Z Checking hash32 v0.3.1
24002025-01-22T08:46:54.053Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24012025-01-22T08:46:54.134Z Compiling progenitor v0.8.0
24022025-01-22T08:46:54.354Z Compiling instant v0.1.13
24032025-01-22T08:46:54.385Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24042025-01-22T08:46:54.387Z Compiling smoltcp v0.11.0
24052025-01-22T08:46:54.505Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062025-01-22T08:46:54.522Z Compiling backoff v0.4.0
24072025-01-22T08:46:54.685Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24082025-01-22T08:46:54.837Z Compiling dropshot v0.15.1
24092025-01-22T08:46:55.079Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24102025-01-22T08:46:55.270Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24112025-01-22T08:46:55.272Z Compiling serde_with v3.11.0
24122025-01-22T08:46:55.443Z Compiling parse-display v0.10.0
24132025-01-22T08:46:55.553Z Checking num-rational v0.4.2
24142025-01-22T08:46:56.107Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24152025-01-22T08:46:56.162Z Compiling progenitor-client v0.9.1
24162025-01-22T08:46:56.603Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24172025-01-22T08:46:56.703Z Compiling regress v0.9.1
24182025-01-22T08:46:57.938Z Compiling phf_generator v0.11.2
24192025-01-22T08:46:58.132Z Checking num-complex v0.4.6
24202025-01-22T08:46:58.986Z Compiling macaddr v1.0.1
24212025-01-22T08:46:59.005Z Checking cobs v0.2.3
24222025-01-22T08:46:59.199Z Checking postcard v1.0.10
24232025-01-22T08:46:59.420Z Checking num v0.4.3
24242025-01-22T08:46:59.626Z Compiling phf_codegen v0.11.2
24252025-01-22T08:46:59.712Z Compiling parse-zoneinfo v0.3.1
24262025-01-22T08:46:59.838Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24272025-01-22T08:47:00.143Z Checking float-ord v0.3.2
24282025-01-22T08:47:00.300Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24292025-01-22T08:47:01.624Z Compiling convert_case v0.4.0
24302025-01-22T08:47:01.687Z Compiling chrono-tz-build v0.4.0
24312025-01-22T08:47:02.221Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24322025-01-22T08:47:02.477Z Compiling derive_more v0.99.18
24332025-01-22T08:47:02.492Z Compiling crucible-workspace-hack v0.1.0
24342025-01-22T08:47:02.762Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24352025-01-22T08:47:02.933Z Compiling chrono-tz v0.10.1
24362025-01-22T08:47:03.100Z Checking newline-converter v0.3.0
24372025-01-22T08:47:03.257Z Checking prettyplease v0.2.25
24382025-01-22T08:47:03.293Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24392025-01-22T08:47:03.670Z Compiling slog-dtrace v0.3.0
24402025-01-22T08:47:03.928Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24412025-01-22T08:47:03.942Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24422025-01-22T08:47:04.323Z Checking expectorate v1.1.0
24432025-01-22T08:47:04.556Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24442025-01-22T08:47:04.603Z Compiling zone_cfg_derive v0.3.0
24452025-01-22T08:47:05.204Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24462025-01-22T08:47:05.488Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24472025-01-22T08:47:05.826Z Compiling const_format_proc_macros v0.2.33
24482025-01-22T08:47:05.928Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24492025-01-22T08:47:05.942Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24502025-01-22T08:47:06.014Z Compiling num-derive v0.4.2
24512025-01-22T08:47:06.301Z Checking highway v1.2.0
24522025-01-22T08:47:06.770Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24532025-01-22T08:47:07.034Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24542025-01-22T08:47:07.091Z Checking zone v0.3.0
24552025-01-22T08:47:07.288Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24562025-01-22T08:47:07.364Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24572025-01-22T08:47:07.860Z Checking const_format v0.2.33
24582025-01-22T08:47:07.940Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24592025-01-22T08:47:08.251Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24602025-01-22T08:47:08.381Z Checking gethostname v0.5.0
24612025-01-22T08:47:08.384Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24622025-01-22T08:47:08.457Z Checking bcs v0.1.6
24632025-01-22T08:47:08.769Z Compiling async-recursion v1.1.1
24642025-01-22T08:47:08.900Z Checking termtree v0.5.1
24652025-01-22T08:47:09.029Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24662025-01-22T08:47:09.322Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24672025-01-22T08:47:09.339Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24682025-01-22T08:47:11.066Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24692025-01-22T08:47:15.388Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24702025-01-22T08:47:18.638Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24712025-01-22T08:47:21.102Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24722025-01-22T08:47:22.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.48s
24732025-01-22T08:47:22.483Z
24742025-01-22T08:47:22.483Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24752025-01-22T08:47:23.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762025-01-22T08:47:23.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772025-01-22T08:47:23.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782025-01-22T08:47:23.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24792025-01-22T08:47:23.103Z
24802025-01-22T08:47:23.103Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24812025-01-22T08:47:23.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822025-01-22T08:47:23.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832025-01-22T08:47:23.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842025-01-22T08:47:23.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24852025-01-22T08:47:23.732Z
24862025-01-22T08:47:23.732Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24872025-01-22T08:47:24.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882025-01-22T08:47:24.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892025-01-22T08:47:24.380Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24902025-01-22T08:47:25.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
24912025-01-22T08:47:25.192Z
24922025-01-22T08:47:25.192Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24932025-01-22T08:47:25.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942025-01-22T08:47:25.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952025-01-22T08:47:25.881Z Compiling cfg_aliases v0.1.1
24962025-01-22T08:47:25.883Z Compiling vte_generate_state_changes v0.1.2
24972025-01-22T08:47:25.883Z Checking fd-lock v4.0.2
24982025-01-22T08:47:25.883Z Checking nibble_vec v0.1.0
24992025-01-22T08:47:25.883Z Checking bytecount v0.6.8
25002025-01-22T08:47:25.883Z Checking endian-type v0.1.2
25012025-01-22T08:47:26.008Z Compiling tabled_derive v0.7.0
25022025-01-22T08:47:26.061Z Compiling peg-macros v0.8.4
25032025-01-22T08:47:26.080Z Compiling nix v0.28.0
25042025-01-22T08:47:26.168Z Checking papergrid v0.11.0
25052025-01-22T08:47:26.183Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062025-01-22T08:47:26.199Z Compiling sqlparser_derive v0.2.2
25072025-01-22T08:47:26.233Z Checking radix_trie v0.2.1
25082025-01-22T08:47:26.563Z Checking vte v0.11.1
25092025-01-22T08:47:26.643Z Checking unicode_categories v0.1.1
25102025-01-22T08:47:26.948Z Checking nu-ansi-term v0.50.1
25112025-01-22T08:47:27.214Z Checking home v0.5.9
25122025-01-22T08:47:27.259Z Checking sqlparser v0.45.0
25132025-01-22T08:47:27.367Z Checking sqlformat v0.2.6
25142025-01-22T08:47:27.391Z Checking display-error-chain v0.2.2
25152025-01-22T08:47:27.914Z Checking strip-ansi-escapes v0.2.0
25162025-01-22T08:47:28.107Z Checking reedline v0.35.0
25172025-01-22T08:47:28.136Z Checking tabled v0.15.0
25182025-01-22T08:47:28.594Z Checking peg v0.8.4
25192025-01-22T08:47:28.907Z Checking rustyline v14.0.0
25202025-01-22T08:47:37.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.38s
25212025-01-22T08:47:37.759Z
25222025-01-22T08:47:37.759Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25232025-01-22T08:47:38.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242025-01-22T08:47:38.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252025-01-22T08:47:38.417Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25262025-01-22T08:47:43.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
25272025-01-22T08:47:43.720Z
25282025-01-22T08:47:43.720Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25292025-01-22T08:47:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302025-01-22T08:47:44.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312025-01-22T08:47:44.397Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322025-01-22T08:47:47.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
25332025-01-22T08:47:48.105Z
25342025-01-22T08:47:48.105Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25352025-01-22T08:47:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-01-22T08:47:48.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-01-22T08:47:48.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382025-01-22T08:47:53.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
25392025-01-22T08:47:53.811Z
25402025-01-22T08:47:53.811Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25412025-01-22T08:47:54.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-01-22T08:47:54.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-01-22T08:47:54.493Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442025-01-22T08:47:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
25452025-01-22T08:47:59.698Z
25462025-01-22T08:47:59.698Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25472025-01-22T08:48:00.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-01-22T08:48:00.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-01-22T08:48:00.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-01-22T08:48:04.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
25512025-01-22T08:48:04.315Z
25522025-01-22T08:48:04.315Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25532025-01-22T08:48:04.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-01-22T08:48:04.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-01-22T08:48:04.989Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562025-01-22T08:48:08.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
25572025-01-22T08:48:08.910Z
25582025-01-22T08:48:08.910Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25592025-01-22T08:48:09.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-01-22T08:48:09.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-01-22T08:48:09.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622025-01-22T08:48:14.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
25632025-01-22T08:48:14.827Z
25642025-01-22T08:48:14.827Zinfo: running `cargo check --bins` on oximeter (66/197)
25652025-01-22T08:48:15.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-01-22T08:48:15.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-01-22T08:48:15.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682025-01-22T08:48:15.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25692025-01-22T08:48:15.463Z
25702025-01-22T08:48:15.463Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25712025-01-22T08:48:16.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-01-22T08:48:16.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-01-22T08:48:16.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742025-01-22T08:48:16.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25752025-01-22T08:48:16.091Z
25762025-01-22T08:48:16.091Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25772025-01-22T08:48:16.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-01-22T08:48:16.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-01-22T08:48:16.736Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25802025-01-22T08:48:18.745Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25812025-01-22T08:48:19.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
25822025-01-22T08:48:19.874Z
25832025-01-22T08:48:19.874Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25842025-01-22T08:48:20.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852025-01-22T08:48:20.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862025-01-22T08:48:20.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872025-01-22T08:48:20.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25882025-01-22T08:48:20.486Z
25892025-01-22T08:48:20.486Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25902025-01-22T08:48:21.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912025-01-22T08:48:21.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922025-01-22T08:48:21.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932025-01-22T08:48:21.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25942025-01-22T08:48:21.114Z
25952025-01-22T08:48:21.114Zinfo: running `cargo check --bins` on oxql-types (71/197)
25962025-01-22T08:48:21.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-22T08:48:21.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-22T08:48:21.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-22T08:48:21.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26002025-01-22T08:48:21.746Z
26012025-01-22T08:48:21.746Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26022025-01-22T08:48:22.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-22T08:48:22.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-22T08:48:22.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-22T08:48:22.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26062025-01-22T08:48:22.393Z
26072025-01-22T08:48:22.393Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26082025-01-22T08:48:22.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-22T08:48:22.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-22T08:48:22.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-22T08:48:22.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26122025-01-22T08:48:23.031Z
26132025-01-22T08:48:23.031Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26142025-01-22T08:48:23.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-22T08:48:23.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-22T08:48:23.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-22T08:48:23.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26182025-01-22T08:48:23.678Z
26192025-01-22T08:48:23.678Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26202025-01-22T08:48:24.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-22T08:48:24.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-22T08:48:24.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-22T08:48:24.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26242025-01-22T08:48:24.319Z
26252025-01-22T08:48:24.319Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26262025-01-22T08:48:24.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-22T08:48:24.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-22T08:48:24.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-22T08:48:24.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26302025-01-22T08:48:24.961Z
26312025-01-22T08:48:24.961Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26322025-01-22T08:48:25.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-22T08:48:25.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-22T08:48:25.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-22T08:48:25.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26362025-01-22T08:48:25.606Z
26372025-01-22T08:48:25.606Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26382025-01-22T08:48:26.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-22T08:48:26.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-22T08:48:26.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-22T08:48:26.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26422025-01-22T08:48:26.247Z
26432025-01-22T08:48:26.247Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26442025-01-22T08:48:26.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-22T08:48:26.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-22T08:48:26.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-22T08:48:26.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26482025-01-22T08:48:26.901Z
26492025-01-22T08:48:26.901Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26502025-01-22T08:48:27.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-22T08:48:27.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-22T08:48:27.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-22T08:48:27.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542025-01-22T08:48:27.530Z
26552025-01-22T08:48:27.530Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26562025-01-22T08:48:28.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-22T08:48:28.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-22T08:48:28.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-01-22T08:48:28.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26602025-01-22T08:48:28.149Z
26612025-01-22T08:48:28.149Zinfo: running `cargo check --bins` on dpd-client (82/197)
26622025-01-22T08:48:28.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-01-22T08:48:28.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-01-22T08:48:28.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-01-22T08:48:28.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26662025-01-22T08:48:28.760Z
26672025-01-22T08:48:28.760Zinfo: running `cargo check --bins` on gateway-client (83/197)
26682025-01-22T08:48:29.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-01-22T08:48:29.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-01-22T08:48:29.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-01-22T08:48:29.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26722025-01-22T08:48:29.365Z
26732025-01-22T08:48:29.365Zinfo: running `cargo check --bins` on installinator-client (84/197)
26742025-01-22T08:48:29.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-01-22T08:48:29.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-01-22T08:48:29.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-01-22T08:48:29.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26782025-01-22T08:48:30.006Z
26792025-01-22T08:48:30.006Zinfo: running `cargo check --bins` on installinator-common (85/197)
26802025-01-22T08:48:30.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-01-22T08:48:30.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-01-22T08:48:30.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-01-22T08:48:30.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26842025-01-22T08:48:30.652Z
26852025-01-22T08:48:30.652Zinfo: running `cargo check --bins` on update-engine (86/197)
26862025-01-22T08:48:31.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-01-22T08:48:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-01-22T08:48:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-01-22T08:48:31.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26902025-01-22T08:48:31.266Z
26912025-01-22T08:48:31.266Zinfo: running `cargo check --bins` on nexus-client (87/197)
26922025-01-22T08:48:31.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-01-22T08:48:31.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-01-22T08:48:31.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-01-22T08:48:31.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26962025-01-22T08:48:31.926Z
26972025-01-22T08:48:31.926Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26982025-01-22T08:48:32.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-01-22T08:48:32.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-01-22T08:48:32.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-01-22T08:48:32.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27022025-01-22T08:48:32.570Z
27032025-01-22T08:48:32.570Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27042025-01-22T08:48:33.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-01-22T08:48:33.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-01-22T08:48:33.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-01-22T08:48:33.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27082025-01-22T08:48:33.184Z
27092025-01-22T08:48:33.184Zinfo: running `cargo check --bins` on nexus-types (90/197)
27102025-01-22T08:48:33.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-01-22T08:48:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-01-22T08:48:33.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-01-22T08:48:33.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27142025-01-22T08:48:33.839Z
27152025-01-22T08:48:33.839Zinfo: running `cargo check --bins` on oxide-client (91/197)
27162025-01-22T08:48:34.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-01-22T08:48:34.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-01-22T08:48:34.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-01-22T08:48:34.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27202025-01-22T08:48:34.453Z
27212025-01-22T08:48:34.453Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27222025-01-22T08:48:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-01-22T08:48:35.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-01-22T08:48:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-01-22T08:48:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27262025-01-22T08:48:35.082Z
27272025-01-22T08:48:35.082Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27282025-01-22T08:48:35.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-01-22T08:48:35.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-01-22T08:48:35.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-01-22T08:48:35.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27322025-01-22T08:48:35.696Z
27332025-01-22T08:48:35.696Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27342025-01-22T08:48:36.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-01-22T08:48:36.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-01-22T08:48:36.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-01-22T08:48:36.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27382025-01-22T08:48:36.348Z
27392025-01-22T08:48:36.348Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27402025-01-22T08:48:36.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-01-22T08:48:36.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-01-22T08:48:36.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-01-22T08:48:36.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27442025-01-22T08:48:37.007Z
27452025-01-22T08:48:37.007Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27462025-01-22T08:48:37.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-01-22T08:48:37.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-01-22T08:48:37.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-01-22T08:48:37.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27502025-01-22T08:48:37.664Z
27512025-01-22T08:48:37.664Zinfo: running `cargo check --bins` on wicket-common (97/197)
27522025-01-22T08:48:38.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-01-22T08:48:38.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-01-22T08:48:38.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-01-22T08:48:38.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27562025-01-22T08:48:38.314Z
27572025-01-22T08:48:38.315Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27582025-01-22T08:48:38.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-01-22T08:48:38.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-01-22T08:48:38.980Z Checking csv-core v0.1.11
27612025-01-22T08:48:38.980Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27622025-01-22T08:48:38.982Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27632025-01-22T08:48:39.082Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27642025-01-22T08:48:39.270Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27652025-01-22T08:48:39.292Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27662025-01-22T08:48:39.309Z Checking csv v1.3.0
27672025-01-22T08:48:39.882Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27682025-01-22T08:48:40.233Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27692025-01-22T08:48:41.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
27702025-01-22T08:48:42.036Z
27712025-01-22T08:48:42.036Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27722025-01-22T08:48:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-01-22T08:48:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-01-22T08:48:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-01-22T08:48:42.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27762025-01-22T08:48:42.660Z
27772025-01-22T08:48:42.660Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27782025-01-22T08:48:43.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-01-22T08:48:43.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-01-22T08:48:43.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-01-22T08:48:43.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27822025-01-22T08:48:43.287Z
27832025-01-22T08:48:43.287Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27842025-01-22T08:48:43.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-01-22T08:48:43.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-01-22T08:48:43.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-01-22T08:48:43.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27882025-01-22T08:48:44.019Z
27892025-01-22T08:48:44.019Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27902025-01-22T08:48:44.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-01-22T08:48:44.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-01-22T08:48:44.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-01-22T08:48:44.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27942025-01-22T08:48:44.751Z
27952025-01-22T08:48:44.751Zinfo: running `cargo check --bins` on dns-server (103/197)
27962025-01-22T08:48:45.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-01-22T08:48:45.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-01-22T08:48:45.399Z Compiling typify-impl v0.3.0
27992025-01-22T08:48:45.507Z Compiling parking_lot_core v0.8.6
28002025-01-22T08:48:45.518Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28012025-01-22T08:48:45.527Z Checking fxhash v0.2.1
28022025-01-22T08:48:45.530Z Checking hickory-client v0.24.2
28032025-01-22T08:48:45.540Z Checking hickory-server v0.24.2
28042025-01-22T08:48:46.117Z Checking parking_lot v0.11.2
28052025-01-22T08:48:46.327Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062025-01-22T08:48:46.424Z Checking sled v0.34.7
28072025-01-22T08:48:51.082Z Compiling typify-macro v0.3.0
28082025-01-22T08:48:52.630Z Compiling typify v0.3.0
28092025-01-22T08:48:52.704Z Compiling progenitor-impl v0.9.1
28102025-01-22T08:48:55.127Z Compiling progenitor-macro v0.9.1
28112025-01-22T08:48:58.867Z Checking progenitor v0.9.1
28122025-01-22T08:48:59.003Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132025-01-22T08:48:59.470Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28142025-01-22T08:49:00.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s
28152025-01-22T08:49:00.929Z
28162025-01-22T08:49:00.929Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28172025-01-22T08:49:01.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182025-01-22T08:49:01.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192025-01-22T08:49:01.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202025-01-22T08:49:01.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28212025-01-22T08:49:01.583Z
28222025-01-22T08:49:01.583Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28232025-01-22T08:49:02.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242025-01-22T08:49:02.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252025-01-22T08:49:02.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262025-01-22T08:49:02.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28272025-01-22T08:49:02.271Z
28282025-01-22T08:49:02.271Zinfo: running `cargo check --bins` on gateway-types (106/197)
28292025-01-22T08:49:02.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-22T08:49:02.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-22T08:49:02.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-22T08:49:02.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28332025-01-22T08:49:02.903Z
28342025-01-22T08:49:02.903Zinfo: running `cargo check --bins` on ipcc (107/197)
28352025-01-22T08:49:03.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-22T08:49:03.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-22T08:49:03.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-22T08:49:03.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28392025-01-22T08:49:03.545Z
28402025-01-22T08:49:03.545Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28412025-01-22T08:49:04.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-22T08:49:04.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-22T08:49:04.260Z Compiling semver v0.1.20
28442025-01-22T08:49:04.260Z Compiling radium v0.7.0
28452025-01-22T08:49:04.366Z Checking tap v1.0.1
28462025-01-22T08:49:04.369Z Compiling maybe-uninit v2.0.0
28472025-01-22T08:49:04.394Z Checking password-hash v0.5.0
28482025-01-22T08:49:04.396Z Checking blake2 v0.10.6
28492025-01-22T08:49:04.396Z Compiling owo-colors v4.1.0
28502025-01-22T08:49:04.396Z Compiling cancel-safe-futures v0.1.5
28512025-01-22T08:49:04.513Z Checking wyz v0.5.1
28522025-01-22T08:49:04.676Z Checking crc-catalog v2.4.0
28532025-01-22T08:49:04.737Z Compiling rustc_version v0.1.7
28542025-01-22T08:49:04.825Z Checking funty v2.0.0
28552025-01-22T08:49:04.857Z Compiling packed_struct v0.10.1
28562025-01-22T08:49:04.859Z Checking argon2 v0.5.3
28572025-01-22T08:49:04.871Z Checking crc v3.2.1
28582025-01-22T08:49:04.976Z Compiling packed_struct_codegen v0.10.1
28592025-01-22T08:49:05.007Z Checking half v2.4.1
28602025-01-22T08:49:05.170Z Compiling newtype_derive v0.1.6
28612025-01-22T08:49:05.188Z Compiling indexmap v1.9.3
28622025-01-22T08:49:05.286Z Checking nodrop v0.1.14
28632025-01-22T08:49:05.328Z Checking ciborium-io v0.2.2
28642025-01-22T08:49:05.427Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28652025-01-22T08:49:05.454Z Checking array-init v0.0.4
28662025-01-22T08:49:05.487Z Checking ciborium-ll v0.2.2
28672025-01-22T08:49:05.545Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28682025-01-22T08:49:05.563Z Checking smallvec v0.6.14
28692025-01-22T08:49:05.633Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28702025-01-22T08:49:05.651Z Checking bitvec v1.0.1
28712025-01-22T08:49:05.817Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28722025-01-22T08:49:05.939Z Checking libsw v3.3.1
28732025-01-22T08:49:06.179Z Compiling memoffset v0.9.1
28742025-01-22T08:49:06.203Z Checking swrite v0.1.0
28752025-01-22T08:49:06.275Z Checking indent_write v2.2.0
28762025-01-22T08:49:06.320Z Checking linear-map v1.2.0
28772025-01-22T08:49:06.347Z Checking bitfield v0.14.0
28782025-01-22T08:49:06.509Z Checking termcolor v1.4.1
28792025-01-22T08:49:06.526Z Checking hashbrown v0.12.3
28802025-01-22T08:49:06.617Z Checking ron v0.8.1
28812025-01-22T08:49:06.812Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28822025-01-22T08:49:06.830Z Checking serde-hex v0.1.0
28832025-01-22T08:49:06.910Z Checking env_logger v0.10.2
28842025-01-22T08:49:07.274Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28852025-01-22T08:49:07.353Z Checking ciborium v0.2.2
28862025-01-22T08:49:07.679Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28872025-01-22T08:49:07.832Z Checking steno v0.4.1
28882025-01-22T08:49:08.155Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28892025-01-22T08:49:08.277Z Checking hashbrown v0.13.2
28902025-01-22T08:49:08.324Z Checking humantime v2.1.0
28912025-01-22T08:49:08.409Z Checking crc-any v2.5.0
28922025-01-22T08:49:08.632Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28932025-01-22T08:49:08.779Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28942025-01-22T08:49:09.036Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28952025-01-22T08:49:09.171Z Checking object v0.30.4
28962025-01-22T08:49:09.323Z Checking path-slash v0.1.5
28972025-01-22T08:49:09.379Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28982025-01-22T08:49:09.560Z Checking nix v0.27.1
28992025-01-22T08:49:10.017Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29002025-01-22T08:49:10.113Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29012025-01-22T08:49:10.388Z Checking tungstenite v0.23.0
29022025-01-22T08:49:10.450Z Checking kstat-rs v0.2.4
29032025-01-22T08:49:10.708Z Checking signal-hook-tokio v0.3.1
29042025-01-22T08:49:10.795Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29052025-01-22T08:49:11.304Z Checking tokio-tungstenite v0.23.1
29062025-01-22T08:49:11.666Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29072025-01-22T08:49:11.856Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29082025-01-22T08:49:11.912Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29092025-01-22T08:49:18.682Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29102025-01-22T08:49:20.039Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29112025-01-22T08:49:21.905Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29122025-01-22T08:49:27.249Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29132025-01-22T08:49:27.918Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29142025-01-22T08:49:30.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.12s
29152025-01-22T08:49:30.864Z
29162025-01-22T08:49:30.864Zinfo: running `cargo check --bins` on gateway-api (109/197)
29172025-01-22T08:49:31.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182025-01-22T08:49:31.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192025-01-22T08:49:31.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202025-01-22T08:49:31.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29212025-01-22T08:49:31.505Z
29222025-01-22T08:49:31.505Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29232025-01-22T08:49:32.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242025-01-22T08:49:32.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252025-01-22T08:49:32.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262025-01-22T08:49:32.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29272025-01-22T08:49:32.115Z
29282025-01-22T08:49:32.115Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29292025-01-22T08:49:32.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302025-01-22T08:49:32.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312025-01-22T08:49:32.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322025-01-22T08:49:32.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29332025-01-22T08:49:32.746Z
29342025-01-22T08:49:32.746Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29352025-01-22T08:49:33.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362025-01-22T08:49:33.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372025-01-22T08:49:33.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382025-01-22T08:49:33.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29392025-01-22T08:49:33.371Z
29402025-01-22T08:49:33.371Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29412025-01-22T08:49:33.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422025-01-22T08:49:33.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432025-01-22T08:49:33.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442025-01-22T08:49:33.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29452025-01-22T08:49:34.003Z
29462025-01-22T08:49:34.003Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29472025-01-22T08:49:34.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482025-01-22T08:49:34.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492025-01-22T08:49:34.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502025-01-22T08:49:34.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29512025-01-22T08:49:34.633Z
29522025-01-22T08:49:34.633Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29532025-01-22T08:49:35.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542025-01-22T08:49:35.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552025-01-22T08:49:35.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562025-01-22T08:49:35.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29572025-01-22T08:49:35.261Z
29582025-01-22T08:49:35.261Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29592025-01-22T08:49:35.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602025-01-22T08:49:35.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612025-01-22T08:49:35.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29622025-01-22T08:49:35.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29632025-01-22T08:49:35.888Z
29642025-01-22T08:49:35.888Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29652025-01-22T08:49:36.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662025-01-22T08:49:36.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672025-01-22T08:49:36.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29682025-01-22T08:49:36.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29692025-01-22T08:49:36.542Z
29702025-01-22T08:49:36.542Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29712025-01-22T08:49:37.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722025-01-22T08:49:37.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732025-01-22T08:49:37.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29742025-01-22T08:49:37.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29752025-01-22T08:49:37.169Z
29762025-01-22T08:49:37.169Zinfo: running `cargo check --bins` on sp-sim (119/197)
29772025-01-22T08:49:37.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782025-01-22T08:49:37.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792025-01-22T08:49:37.811Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29802025-01-22T08:49:38.266Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29812025-01-22T08:49:39.923Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29822025-01-22T08:49:41.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
29832025-01-22T08:49:41.729Z
29842025-01-22T08:49:41.729Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29852025-01-22T08:49:42.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862025-01-22T08:49:42.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872025-01-22T08:49:42.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29882025-01-22T08:49:42.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29892025-01-22T08:49:42.413Z
29902025-01-22T08:49:42.413Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29912025-01-22T08:49:43.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922025-01-22T08:49:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932025-01-22T08:49:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29942025-01-22T08:49:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29952025-01-22T08:49:43.088Z
29962025-01-22T08:49:43.088Zinfo: running `cargo check --bins` on db-macros (122/197)
29972025-01-22T08:49:43.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982025-01-22T08:49:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992025-01-22T08:49:43.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30002025-01-22T08:49:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30012025-01-22T08:49:43.692Z
30022025-01-22T08:49:43.692Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30032025-01-22T08:49:44.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042025-01-22T08:49:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052025-01-22T08:49:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062025-01-22T08:49:44.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30072025-01-22T08:49:44.295Z
30082025-01-22T08:49:44.295Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30092025-01-22T08:49:44.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102025-01-22T08:49:44.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112025-01-22T08:49:44.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122025-01-22T08:49:44.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30132025-01-22T08:49:44.952Z
30142025-01-22T08:49:44.952Zinfo: running `cargo check --bins` on authz-macros (125/197)
30152025-01-22T08:49:45.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162025-01-22T08:49:45.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172025-01-22T08:49:45.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182025-01-22T08:49:45.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30192025-01-22T08:49:45.552Z
30202025-01-22T08:49:45.552Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30212025-01-22T08:49:46.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222025-01-22T08:49:46.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232025-01-22T08:49:46.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242025-01-22T08:49:46.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30252025-01-22T08:49:46.202Z
30262025-01-22T08:49:46.202Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30272025-01-22T08:49:46.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282025-01-22T08:49:46.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292025-01-22T08:49:46.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302025-01-22T08:49:46.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30312025-01-22T08:49:46.852Z
30322025-01-22T08:49:46.852Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30332025-01-22T08:49:47.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342025-01-22T08:49:47.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352025-01-22T08:49:47.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362025-01-22T08:49:47.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30372025-01-22T08:49:47.467Z
30382025-01-22T08:49:47.467Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30392025-01-22T08:49:48.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402025-01-22T08:49:48.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412025-01-22T08:49:48.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422025-01-22T08:49:48.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30432025-01-22T08:49:48.113Z
30442025-01-22T08:49:48.113Zinfo: running `cargo check --bins` on typed-rng (130/197)
30452025-01-22T08:49:48.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462025-01-22T08:49:48.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472025-01-22T08:49:48.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482025-01-22T08:49:48.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492025-01-22T08:49:48.706Z
30502025-01-22T08:49:48.707Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30512025-01-22T08:49:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522025-01-22T08:49:49.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532025-01-22T08:49:49.434Z Checking keccak v0.1.5
30542025-01-22T08:49:49.545Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30552025-01-22T08:49:49.548Z Checking secrecy v0.8.0
30562025-01-22T08:49:49.548Z Compiling unicase v2.7.0
30572025-01-22T08:49:49.548Z Compiling same-file v1.0.6
30582025-01-22T08:49:49.595Z Compiling tempfile v3.13.0
30592025-01-22T08:49:49.612Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30602025-01-22T08:49:49.615Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30612025-01-22T08:49:49.711Z Compiling thiserror-impl-no-std v2.0.2
30622025-01-22T08:49:49.835Z Checking sha3 v0.10.8
30632025-01-22T08:49:49.862Z Compiling walkdir v2.5.0
30642025-01-22T08:49:49.891Z Checking universal-hash v0.5.1
30652025-01-22T08:49:49.926Z Compiling blake3 v1.5.4
30662025-01-22T08:49:50.065Z Checking opaque-debug v0.3.1
30672025-01-22T08:49:50.084Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30682025-01-22T08:49:50.164Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30692025-01-22T08:49:50.182Z Checking poly1305 v0.8.0
30702025-01-22T08:49:50.239Z Checking chacha20 v0.9.1
30712025-01-22T08:49:50.363Z Checking aead v0.5.2
30722025-01-22T08:49:50.399Z Compiling memmap2 v0.9.5
30732025-01-22T08:49:50.518Z Compiling libefi-sys v0.1.0
30742025-01-22T08:49:50.585Z Compiling salty v0.3.0
30752025-01-22T08:49:50.600Z Compiling arrayref v0.3.9
30762025-01-22T08:49:50.684Z Compiling constant_time_eq v0.3.1
30772025-01-22T08:49:50.708Z Compiling arrayvec v0.7.6
30782025-01-22T08:49:50.822Z Checking chacha20poly1305 v0.10.1
30792025-01-22T08:49:50.868Z Compiling toolchain_find v0.4.0
30802025-01-22T08:49:50.974Z Compiling camino-tempfile v1.1.1
30812025-01-22T08:49:51.010Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30822025-01-22T08:49:51.067Z Compiling bitfield-struct v0.6.2
30832025-01-22T08:49:51.237Z Compiling topological-sort v0.2.2
30842025-01-22T08:49:51.405Z Compiling mime_guess v2.0.5
30852025-01-22T08:49:51.452Z Compiling rustfmt-wrapper v0.2.1
30862025-01-22T08:49:51.923Z Compiling omicron-zone-package v0.12.0
30872025-01-22T08:49:52.031Z Compiling progenitor v0.9.1
30882025-01-22T08:49:52.034Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30892025-01-22T08:49:52.269Z Checking primeorder v0.13.6
30902025-01-22T08:49:52.334Z Checking env_filter v0.1.2
30912025-01-22T08:49:52.351Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30922025-01-22T08:49:52.474Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30932025-01-22T08:49:52.526Z Checking thiserror-no-std v2.0.2
30942025-01-22T08:49:52.578Z Checking env_logger v0.11.5
30952025-01-22T08:49:52.598Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30962025-01-22T08:49:52.639Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30972025-01-22T08:49:52.658Z Checking vsss-rs v3.3.4
30982025-01-22T08:49:52.696Z Checking p384 v0.13.0
30992025-01-22T08:49:52.727Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31002025-01-22T08:49:52.975Z Checking simd-adler32 v0.3.7
31012025-01-22T08:49:53.031Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31022025-01-22T08:49:53.144Z Checking bumpalo v3.16.0
31032025-01-22T08:49:53.167Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31042025-01-22T08:49:53.318Z Checking lockfree-object-pool v0.1.6
31052025-01-22T08:49:53.472Z Compiling zip v2.1.3
31062025-01-22T08:49:53.493Z Checking http-range v0.1.5
31072025-01-22T08:49:53.495Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31082025-01-22T08:49:53.555Z Checking zopfli v0.8.1
31092025-01-22T08:49:53.808Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31102025-01-22T08:49:53.827Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31112025-01-22T08:49:54.106Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31122025-01-22T08:49:54.234Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31132025-01-22T08:49:54.400Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31142025-01-22T08:49:54.472Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31152025-01-22T08:49:54.629Z Checking nanorand v0.7.0
31162025-01-22T08:49:54.841Z Checking atty v0.2.14
31172025-01-22T08:49:54.889Z Checking glob v0.3.1
31182025-01-22T08:49:54.981Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31192025-01-22T08:49:54.997Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31202025-01-22T08:49:55.000Z Checking flume v0.11.1
31212025-01-22T08:49:55.223Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31222025-01-22T08:49:55.500Z Checking hyper-staticfile v0.10.1
31232025-01-22T08:49:55.568Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31242025-01-22T08:49:56.310Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31252025-01-22T08:49:56.330Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31262025-01-22T08:49:56.758Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31272025-01-22T08:49:56.913Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31282025-01-22T08:49:57.128Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31292025-01-22T08:49:57.277Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31302025-01-22T08:49:57.667Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31312025-01-22T08:49:57.686Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31322025-01-22T08:49:57.947Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31332025-01-22T08:49:58.118Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31342025-01-22T08:50:01.082Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31352025-01-22T08:50:01.082Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31362025-01-22T08:50:09.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31372025-01-22T08:50:22.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.85s
31382025-01-22T08:50:22.765Z
31392025-01-22T08:50:22.765Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31402025-01-22T08:50:23.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412025-01-22T08:50:23.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422025-01-22T08:50:23.492Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31432025-01-22T08:50:36.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s
31442025-01-22T08:50:37.051Z
31452025-01-22T08:50:37.051Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31462025-01-22T08:50:37.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472025-01-22T08:50:37.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482025-01-22T08:50:37.782Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31492025-01-22T08:50:51.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s
31502025-01-22T08:50:51.501Z
31512025-01-22T08:50:51.501Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31522025-01-22T08:50:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532025-01-22T08:50:52.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542025-01-22T08:50:52.236Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31552025-01-22T08:51:05.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
31562025-01-22T08:51:05.981Z
31572025-01-22T08:51:05.981Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31582025-01-22T08:51:06.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592025-01-22T08:51:06.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602025-01-22T08:51:06.729Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31612025-01-22T08:51:20.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
31622025-01-22T08:51:20.300Z
31632025-01-22T08:51:20.300Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31642025-01-22T08:51:20.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652025-01-22T08:51:20.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662025-01-22T08:51:21.056Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31672025-01-22T08:51:34.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
31682025-01-22T08:51:34.706Z
31692025-01-22T08:51:34.706Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31702025-01-22T08:51:35.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712025-01-22T08:51:35.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722025-01-22T08:51:35.458Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31732025-01-22T08:51:48.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s
31742025-01-22T08:51:49.138Z
31752025-01-22T08:51:49.138Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31762025-01-22T08:51:49.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772025-01-22T08:51:49.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782025-01-22T08:51:49.867Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31792025-01-22T08:52:03.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s
31802025-01-22T08:52:03.614Z
31812025-01-22T08:52:03.614Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31822025-01-22T08:52:04.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832025-01-22T08:52:04.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842025-01-22T08:52:04.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852025-01-22T08:52:04.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31862025-01-22T08:52:04.260Z
31872025-01-22T08:52:04.260Zinfo: running `cargo check --bins` on key-manager (140/197)
31882025-01-22T08:52:04.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892025-01-22T08:52:04.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902025-01-22T08:52:04.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912025-01-22T08:52:04.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31922025-01-22T08:52:04.875Z
31932025-01-22T08:52:04.875Zinfo: running `cargo check --bins` on range-requests (141/197)
31942025-01-22T08:52:05.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952025-01-22T08:52:05.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962025-01-22T08:52:05.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972025-01-22T08:52:05.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31982025-01-22T08:52:05.478Z
31992025-01-22T08:52:05.478Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32002025-01-22T08:52:06.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012025-01-22T08:52:06.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022025-01-22T08:52:06.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032025-01-22T08:52:06.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32042025-01-22T08:52:06.103Z
32052025-01-22T08:52:06.103Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32062025-01-22T08:52:06.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072025-01-22T08:52:06.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082025-01-22T08:52:06.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092025-01-22T08:52:06.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32102025-01-22T08:52:06.770Z
32112025-01-22T08:52:06.770Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32122025-01-22T08:52:07.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132025-01-22T08:52:07.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142025-01-22T08:52:07.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152025-01-22T08:52:07.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32162025-01-22T08:52:07.362Z
32172025-01-22T08:52:07.362Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32182025-01-22T08:52:07.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192025-01-22T08:52:07.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202025-01-22T08:52:07.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212025-01-22T08:52:07.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32222025-01-22T08:52:07.992Z
32232025-01-22T08:52:07.992Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32242025-01-22T08:52:08.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252025-01-22T08:52:08.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262025-01-22T08:52:08.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272025-01-22T08:52:08.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32282025-01-22T08:52:08.619Z
32292025-01-22T08:52:08.619Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32302025-01-22T08:52:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312025-01-22T08:52:09.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322025-01-22T08:52:09.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332025-01-22T08:52:09.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32342025-01-22T08:52:09.251Z
32352025-01-22T08:52:09.251Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32362025-01-22T08:52:09.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372025-01-22T08:52:09.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382025-01-22T08:52:09.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392025-01-22T08:52:09.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32402025-01-22T08:52:09.895Z
32412025-01-22T08:52:09.895Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32422025-01-22T08:52:10.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432025-01-22T08:52:10.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442025-01-22T08:52:10.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452025-01-22T08:52:10.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32462025-01-22T08:52:10.542Z
32472025-01-22T08:52:10.542Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32482025-01-22T08:52:11.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492025-01-22T08:52:11.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502025-01-22T08:52:11.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512025-01-22T08:52:11.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32522025-01-22T08:52:11.190Z
32532025-01-22T08:52:11.190Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32542025-01-22T08:52:11.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552025-01-22T08:52:11.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562025-01-22T08:52:11.880Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32572025-01-22T08:52:11.880Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32582025-01-22T08:52:12.742Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32592025-01-22T08:52:14.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
32602025-01-22T08:52:14.881Z
32612025-01-22T08:52:14.881Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32622025-01-22T08:52:15.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632025-01-22T08:52:15.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642025-01-22T08:52:15.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652025-01-22T08:52:15.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32662025-01-22T08:52:15.495Z
32672025-01-22T08:52:15.495Zinfo: running `cargo check --bins` on cert-dev (153/197)
32682025-01-22T08:52:16.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692025-01-22T08:52:16.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702025-01-22T08:52:16.099Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32712025-01-22T08:52:16.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32722025-01-22T08:52:16.541Z
32732025-01-22T08:52:16.541Zinfo: running `cargo check --bins` on clickana (154/197)
32742025-01-22T08:52:17.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752025-01-22T08:52:17.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762025-01-22T08:52:17.192Z Checking castaway v0.2.3
32772025-01-22T08:52:17.192Z Checking unicode-truncate v1.1.0
32782025-01-22T08:52:17.195Z Checking lru v0.12.5
32792025-01-22T08:52:17.195Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802025-01-22T08:52:17.195Z Compiling instability v0.3.2
32812025-01-22T08:52:17.195Z Checking cassowary v0.3.0
32822025-01-22T08:52:17.434Z Checking compact_str v0.8.0
32832025-01-22T08:52:17.994Z Checking ratatui v0.28.1
32842025-01-22T08:52:18.846Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32852025-01-22T08:52:19.831Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32862025-01-22T08:52:20.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
32872025-01-22T08:52:20.839Z
32882025-01-22T08:52:20.839Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32892025-01-22T08:52:21.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-01-22T08:52:21.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-01-22T08:52:21.530Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32922025-01-22T08:52:21.530Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32932025-01-22T08:52:22.533Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32942025-01-22T08:52:23.028Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32952025-01-22T08:52:23.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
32962025-01-22T08:52:23.544Z
32972025-01-22T08:52:23.544Zinfo: running `cargo check --bins` on ch-dev (156/197)
32982025-01-22T08:52:24.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992025-01-22T08:52:24.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002025-01-22T08:52:24.198Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33012025-01-22T08:52:24.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
33022025-01-22T08:52:25.091Z
33032025-01-22T08:52:25.091Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33042025-01-22T08:52:25.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052025-01-22T08:52:25.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062025-01-22T08:52:25.757Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33072025-01-22T08:52:26.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33082025-01-22T08:52:26.304Z
33092025-01-22T08:52:26.304Zinfo: running `cargo check --bins` on db-dev (158/197)
33102025-01-22T08:52:26.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112025-01-22T08:52:26.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122025-01-22T08:52:26.976Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33132025-01-22T08:52:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
33142025-01-22T08:52:27.875Z
33152025-01-22T08:52:27.875Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33162025-01-22T08:52:28.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172025-01-22T08:52:28.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182025-01-22T08:52:28.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192025-01-22T08:52:28.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33202025-01-22T08:52:28.525Z
33212025-01-22T08:52:28.525Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33222025-01-22T08:52:29.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232025-01-22T08:52:29.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242025-01-22T08:52:29.143Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33252025-01-22T08:52:30.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33262025-01-22T08:52:30.170Z
33272025-01-22T08:52:30.170Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33282025-01-22T08:52:30.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292025-01-22T08:52:30.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302025-01-22T08:52:30.790Z Checking cargo-platform v0.1.8
33312025-01-22T08:52:31.067Z Checking cargo_metadata v0.18.1
33322025-01-22T08:52:31.999Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33332025-01-22T08:52:32.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
33342025-01-22T08:52:33.004Z
33352025-01-22T08:52:33.004Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33362025-01-22T08:52:33.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-22T08:52:33.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-22T08:52:33.727Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33392025-01-22T08:52:35.119Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33402025-01-22T08:52:35.690Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33412025-01-22T08:52:36.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
33422025-01-22T08:52:36.438Z
33432025-01-22T08:52:36.438Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33442025-01-22T08:52:37.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452025-01-22T08:52:37.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462025-01-22T08:52:37.211Z Compiling crunchy v0.2.2
33472025-01-22T08:52:37.211Z Compiling tiny-keccak v2.0.2
33482025-01-22T08:52:37.213Z Compiling dsl_auto_type v0.1.2
33492025-01-22T08:52:37.213Z Checking scheduled-thread-pool v0.2.7
33502025-01-22T08:52:37.213Z Compiling diesel_table_macro_syntax v0.2.0
33512025-01-22T08:52:37.347Z Compiling ascii-canvas v3.0.0
33522025-01-22T08:52:37.361Z Compiling ena v0.14.3
33532025-01-22T08:52:37.364Z Compiling diff v0.1.13
33542025-01-22T08:52:37.587Z Checking r2d2 v0.8.10
33552025-01-22T08:52:37.646Z Compiling regex-syntax v0.6.29
33562025-01-22T08:52:37.751Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33572025-01-22T08:52:37.815Z Compiling ref-cast v1.0.23
33582025-01-22T08:52:37.837Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33592025-01-22T08:52:37.907Z Compiling derive_builder_core v0.20.2
33602025-01-22T08:52:37.945Z Compiling libxml v0.3.3
33612025-01-22T08:52:38.023Z Compiling ref-cast-impl v1.0.23
33622025-01-22T08:52:38.112Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33632025-01-22T08:52:38.392Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33642025-01-22T08:52:38.411Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33652025-01-22T08:52:38.548Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33662025-01-22T08:52:38.605Z Compiling strum_macros v0.24.3
33672025-01-22T08:52:38.708Z Compiling samael v0.0.17
33682025-01-22T08:52:38.763Z Compiling diesel_derives v2.2.3
33692025-01-22T08:52:38.904Z Compiling indoc v1.0.9
33702025-01-22T08:52:39.749Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33712025-01-22T08:52:40.046Z Compiling oso-derive v0.27.3
33722025-01-22T08:52:40.091Z Compiling derive_builder_macro v0.20.2
33732025-01-22T08:52:40.733Z Compiling impl-trait-for-tuples v0.2.2
33742025-01-22T08:52:40.940Z Compiling lalrpop v0.19.12
33752025-01-22T08:52:40.998Z Checking derive_builder v0.20.2
33762025-01-22T08:52:41.150Z Checking quick-xml v0.33.0
33772025-01-22T08:52:41.626Z Compiling diesel-dtrace v0.4.2
33782025-01-22T08:52:41.950Z Checking maplit v1.0.2
33792025-01-22T08:52:42.093Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33802025-01-22T08:52:42.121Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33812025-01-22T08:52:42.403Z Checking bb8 v0.8.5
33822025-01-22T08:52:42.740Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33832025-01-22T08:52:42.902Z Checking rand_seeder v0.3.0
33842025-01-22T08:52:42.922Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33852025-01-22T08:52:43.077Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33862025-01-22T08:52:43.146Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33872025-01-22T08:52:43.358Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33882025-01-22T08:52:43.648Z Checking unicode-linebreak v0.1.5
33892025-01-22T08:52:43.675Z Checking is_ci v1.2.0
33902025-01-22T08:52:43.831Z Checking smawk v0.3.2
33912025-01-22T08:52:44.055Z Checking supports-color v3.0.1
33922025-01-22T08:52:44.093Z Checking textwrap v0.16.1
33932025-01-22T08:52:44.286Z Checking multimap v0.10.0
33942025-01-22T08:52:44.673Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33952025-01-22T08:52:46.974Z Checking diesel v2.2.6
33962025-01-22T08:53:11.424Z Compiling polar-core v0.27.3
33972025-01-22T08:53:12.171Z Checking async-bb8-diesel v0.2.1
33982025-01-22T08:53:18.689Z Checking oso v0.27.3
33992025-01-22T08:54:19.743Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34002025-01-22T08:54:26.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
34012025-01-22T08:54:26.345Z
34022025-01-22T08:54:26.345Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34032025-01-22T08:54:26.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042025-01-22T08:54:26.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052025-01-22T08:54:26.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062025-01-22T08:54:26.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34072025-01-22T08:54:27.036Z
34082025-01-22T08:54:27.036Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34092025-01-22T08:54:27.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-01-22T08:54:27.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-01-22T08:54:27.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122025-01-22T08:54:27.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34132025-01-22T08:54:27.703Z
34142025-01-22T08:54:27.703Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34152025-01-22T08:54:28.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162025-01-22T08:54:28.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172025-01-22T08:54:28.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182025-01-22T08:54:28.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34192025-01-22T08:54:28.301Z
34202025-01-22T08:54:28.301Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34212025-01-22T08:54:28.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222025-01-22T08:54:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232025-01-22T08:54:29.095Z Compiling libz-sys v1.1.20
34242025-01-22T08:54:29.097Z Compiling libgit2-sys v0.17.0+1.8.1
34252025-01-22T08:54:29.224Z Compiling vergen v8.3.2
34262025-01-22T08:54:29.226Z Compiling cargo-platform v0.1.8
34272025-01-22T08:54:29.226Z Compiling pin-project-internal v1.1.6
34282025-01-22T08:54:29.268Z Compiling libsqlite3-sys v0.30.1
34292025-01-22T08:54:29.268Z Compiling snafu-derive v0.8.5
34302025-01-22T08:54:29.270Z Compiling rustls v0.21.12
34312025-01-22T08:54:29.540Z Compiling cargo_metadata v0.18.1
34322025-01-22T08:54:29.569Z Compiling cfg_aliases v0.2.1
34332025-01-22T08:54:29.685Z Compiling buf-list v1.0.3
34342025-01-22T08:54:29.709Z Compiling nix v0.29.0
34352025-01-22T08:54:29.850Z Checking globset v0.4.15
34362025-01-22T08:54:30.106Z Checking olpc-cjson v0.1.4
34372025-01-22T08:54:30.339Z Checking sct v0.7.1
34382025-01-22T08:54:30.356Z Checking rustls-webpki v0.101.7
34392025-01-22T08:54:30.389Z Checking serde_plain v1.0.2
34402025-01-22T08:54:30.535Z Checking typed-path v0.9.3
34412025-01-22T08:54:30.910Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34422025-01-22T08:54:31.023Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34432025-01-22T08:54:31.199Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34442025-01-22T08:54:31.325Z Checking hashlink v0.9.1
34452025-01-22T08:54:31.499Z Checking fallible-streaming-iterator v0.1.9
34462025-01-22T08:54:31.745Z Checking parse-size v1.1.0
34472025-01-22T08:54:31.905Z Checking fallible-iterator v0.3.0
34482025-01-22T08:54:32.003Z Checking pin-project v1.1.6
34492025-01-22T08:54:32.145Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34502025-01-22T08:54:32.427Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34512025-01-22T08:54:32.480Z Checking rustls-pemfile v1.0.4
34522025-01-22T08:54:32.498Z Checking rusqlite v0.32.1
34532025-01-22T08:54:32.571Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34542025-01-22T08:54:32.687Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552025-01-22T08:54:33.141Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34562025-01-22T08:54:33.272Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34572025-01-22T08:54:33.292Z Checking twox-hash v1.6.3
34582025-01-22T08:54:33.414Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34592025-01-22T08:54:33.468Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34602025-01-22T08:54:33.971Z Checking tokio-rustls v0.24.1
34612025-01-22T08:54:33.995Z Checking snafu v0.8.5
34622025-01-22T08:54:34.309Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34632025-01-22T08:54:34.446Z Checking tough v0.19.0
34642025-01-22T08:54:34.612Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34652025-01-22T08:54:34.614Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34662025-01-22T08:54:34.772Z Checking fatfs v0.3.6
34672025-01-22T08:54:35.224Z Checking assert_matches v1.5.0
34682025-01-22T08:54:38.404Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34692025-01-22T08:54:39.685Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34702025-01-22T08:54:41.430Z Compiling git2 v0.19.0
34712025-01-22T08:54:45.501Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34722025-01-22T08:55:41.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
34732025-01-22T08:55:41.684Z
34742025-01-22T08:55:41.684Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34752025-01-22T08:55:42.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762025-01-22T08:55:42.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772025-01-22T08:55:42.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782025-01-22T08:55:42.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34792025-01-22T08:55:42.363Z
34802025-01-22T08:55:42.363Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34812025-01-22T08:55:42.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-01-22T08:55:42.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-01-22T08:55:42.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842025-01-22T08:55:42.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34852025-01-22T08:55:42.958Z
34862025-01-22T08:55:42.958Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34872025-01-22T08:55:43.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882025-01-22T08:55:43.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892025-01-22T08:55:43.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902025-01-22T08:55:43.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34912025-01-22T08:55:43.601Z
34922025-01-22T08:55:43.601Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34932025-01-22T08:55:44.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942025-01-22T08:55:44.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952025-01-22T08:55:44.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962025-01-22T08:55:44.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34972025-01-22T08:55:44.264Z
34982025-01-22T08:55:44.264Zinfo: running `cargo check --bins` on nexus-networking (172/197)
34992025-01-22T08:55:44.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-01-22T08:55:44.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-01-22T08:55:44.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-01-22T08:55:44.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35032025-01-22T08:55:44.930Z
35042025-01-22T08:55:44.930Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35052025-01-22T08:55:45.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-01-22T08:55:45.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-01-22T08:55:45.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-01-22T08:55:45.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35092025-01-22T08:55:45.595Z
35102025-01-22T08:55:45.595Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35112025-01-22T08:55:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-01-22T08:55:46.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-01-22T08:55:46.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142025-01-22T08:55:46.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35152025-01-22T08:55:46.258Z
35162025-01-22T08:55:46.258Zinfo: running `cargo check --bins` on update-common (175/197)
35172025-01-22T08:55:46.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182025-01-22T08:55:46.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192025-01-22T08:55:46.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202025-01-22T08:55:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35212025-01-22T08:55:46.896Z
35222025-01-22T08:55:46.896Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35232025-01-22T08:55:47.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242025-01-22T08:55:47.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252025-01-22T08:55:47.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262025-01-22T08:55:47.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35272025-01-22T08:55:47.543Z
35282025-01-22T08:55:47.543Zinfo: running `cargo check --bins` on tufaceous (177/197)
35292025-01-22T08:55:48.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302025-01-22T08:55:48.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312025-01-22T08:55:48.215Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35322025-01-22T08:55:49.348Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35332025-01-22T08:55:50.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
35342025-01-22T08:55:50.328Z
35352025-01-22T08:55:50.328Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35362025-01-22T08:55:50.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372025-01-22T08:55:50.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382025-01-22T08:55:51.168Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35392025-01-22T08:55:51.171Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35402025-01-22T08:55:51.309Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35412025-01-22T08:55:51.312Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35422025-01-22T08:55:52.308Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35432025-01-22T08:56:18.475Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35442025-01-22T08:56:18.478Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35452025-01-22T08:56:18.478Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35462025-01-22T08:56:18.478Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35472025-01-22T08:56:18.478Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35482025-01-22T08:56:18.478Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35492025-01-22T08:56:19.395Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35502025-01-22T08:56:20.675Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35512025-01-22T08:57:00.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
35522025-01-22T08:57:00.717Z
35532025-01-22T08:57:00.718Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35542025-01-22T08:57:01.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-01-22T08:57:01.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-01-22T08:57:01.417Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35572025-01-22T08:57:01.417Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35582025-01-22T08:57:01.420Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35592025-01-22T08:57:01.546Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35602025-01-22T08:57:01.553Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35612025-01-22T08:57:01.569Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35622025-01-22T08:57:01.575Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35632025-01-22T08:57:01.609Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35642025-01-22T08:57:01.738Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35652025-01-22T08:57:01.773Z Checking heck v0.4.1
35662025-01-22T08:57:01.825Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35672025-01-22T08:57:02.004Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35682025-01-22T08:57:02.185Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35692025-01-22T08:57:02.429Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35702025-01-22T08:57:02.768Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35712025-01-22T08:57:03.002Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35722025-01-22T08:57:03.241Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35732025-01-22T08:57:04.278Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35742025-01-22T08:57:04.409Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35752025-01-22T08:57:05.107Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35762025-01-22T08:57:05.227Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35772025-01-22T08:57:06.837Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35782025-01-22T08:57:06.837Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35792025-01-22T08:57:08.569Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35802025-01-22T08:57:10.014Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35812025-01-22T08:57:15.232Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35822025-01-22T08:57:15.232Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35832025-01-22T08:57:16.413Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35842025-01-22T08:57:17.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s
35852025-01-22T08:57:17.614Z
35862025-01-22T08:57:17.614Zinfo: running `cargo check --bins` on installinator-api (180/197)
35872025-01-22T08:57:18.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882025-01-22T08:57:18.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892025-01-22T08:57:18.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902025-01-22T08:57:18.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35912025-01-22T08:57:18.256Z
35922025-01-22T08:57:18.256Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35932025-01-22T08:57:18.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942025-01-22T08:57:18.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952025-01-22T08:57:18.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962025-01-22T08:57:18.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35972025-01-22T08:57:18.912Z
35982025-01-22T08:57:18.912Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
35992025-01-22T08:57:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002025-01-22T08:57:19.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012025-01-22T08:57:19.602Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36022025-01-22T08:57:19.602Z Compiling petname v2.0.2
36032025-01-22T08:57:19.605Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36042025-01-22T08:57:19.605Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36052025-01-22T08:57:19.605Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36062025-01-22T08:57:19.605Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36072025-01-22T08:57:19.720Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36082025-01-22T08:57:19.744Z Checking sync-ptr v0.1.1
36092025-01-22T08:57:24.869Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36102025-01-22T08:57:25.483Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36112025-01-22T08:57:26.668Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36122025-01-22T08:57:28.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
36132025-01-22T08:57:28.374Z
36142025-01-22T08:57:28.374Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36152025-01-22T08:57:28.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-01-22T08:57:28.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-01-22T08:57:28.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182025-01-22T08:57:28.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36192025-01-22T08:57:29.031Z
36202025-01-22T08:57:29.031Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36212025-01-22T08:57:29.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-01-22T08:57:29.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-01-22T08:57:29.695Z Checking memmap2 v0.9.5
36242025-01-22T08:57:29.695Z Checking constant_time_eq v0.3.1
36252025-01-22T08:57:29.698Z Checking arrayref v0.3.9
36262025-01-22T08:57:29.698Z Checking arrayvec v0.7.6
36272025-01-22T08:57:29.698Z Checking topological-sort v0.2.2
36282025-01-22T08:57:29.698Z Checking shell-words v1.1.0
36292025-01-22T08:57:30.058Z Checking blake3 v1.5.4
36302025-01-22T08:57:30.419Z Checking omicron-zone-package v0.12.0
36312025-01-22T08:57:31.546Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36322025-01-22T08:57:32.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
36332025-01-22T08:57:32.620Z
36342025-01-22T08:57:32.620Zinfo: running `cargo check --bins` on xtask (185/197)
36352025-01-22T08:57:33.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362025-01-22T08:57:33.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372025-01-22T08:57:33.045Z Checking bitflags v2.6.0
36382025-01-22T08:57:33.048Z Checking serde v1.0.217
36392025-01-22T08:57:33.048Z Checking thiserror v1.0.69
36402025-01-22T08:57:33.143Z Checking scroll v0.12.0
36412025-01-22T08:57:33.150Z Checking log v0.4.22
36422025-01-22T08:57:33.153Z Checking hashbrown v0.15.1
36432025-01-22T08:57:33.159Z Checking zerocopy v0.7.35
36442025-01-22T08:57:33.190Z Checking syn v2.0.96
36452025-01-22T08:57:33.244Z Checking pest v2.7.14
36462025-01-22T08:57:33.365Z Checking rustix v0.38.37
36472025-01-22T08:57:33.406Z Checking once_cell v1.20.2
36482025-01-22T08:57:33.572Z Checking goblin v0.8.2
36492025-01-22T08:57:33.722Z Checking fs-err v2.11.0
36502025-01-22T08:57:34.013Z Checking tabled v0.15.0
36512025-01-22T08:57:34.085Z Checking indexmap v2.7.0
36522025-01-22T08:57:34.339Z Checking anyhow v1.0.93
36532025-01-22T08:57:35.197Z Checking terminal_size v0.4.0
36542025-01-22T08:57:35.197Z Checking tempfile v3.13.0
36552025-01-22T08:57:35.372Z Checking clap_builder v4.5.21
36562025-01-22T08:57:35.743Z Checking dtrace-parser v0.2.0
36572025-01-22T08:57:37.233Z Checking serde_json v1.0.135
36582025-01-22T08:57:37.233Z Checking serde_spanned v0.6.8
36592025-01-22T08:57:37.233Z Checking toml_datetime v0.6.8
36602025-01-22T08:57:37.236Z Checking camino v1.1.9
36612025-01-22T08:57:37.236Z Checking cargo-platform v0.1.8
36622025-01-22T08:57:37.236Z Checking semver v1.0.24
36632025-01-22T08:57:37.443Z Checking macaddr v1.0.1
36642025-01-22T08:57:37.576Z Checking toml_edit v0.22.22
36652025-01-22T08:57:37.649Z Checking clap v4.5.21
36662025-01-22T08:57:37.702Z Checking camino-tempfile v1.1.1
36672025-01-22T08:57:38.347Z Checking dof v0.3.0
36682025-01-22T08:57:38.347Z Checking cargo_metadata v0.18.1
36692025-01-22T08:57:38.735Z Checking usdt-impl v0.5.0
36702025-01-22T08:57:39.105Z Checking usdt v0.5.0
36712025-01-22T08:57:39.319Z Checking toml v0.8.19
36722025-01-22T08:57:39.757Z Checking cargo_toml v0.20.5
36732025-01-22T08:57:40.906Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36742025-01-22T08:57:41.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
36752025-01-22T08:57:41.640Z
36762025-01-22T08:57:41.640Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36772025-01-22T08:57:42.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782025-01-22T08:57:42.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792025-01-22T08:57:42.398Z Checking polyval v0.6.2
36802025-01-22T08:57:42.512Z Checking ctr v0.9.2
36812025-01-22T08:57:42.525Z Checking ssh-encoding v0.2.0
36822025-01-22T08:57:42.525Z Checking blowfish v0.9.1
36832025-01-22T08:57:42.551Z Checking password-hash v0.4.2
36842025-01-22T08:57:42.565Z Checking p256 v0.13.2
36852025-01-22T08:57:42.565Z Checking p521 v0.13.3
36862025-01-22T08:57:42.599Z Checking russh-cryptovec v0.7.3
36872025-01-22T08:57:42.746Z Checking ghash v0.5.1
36882025-01-22T08:57:42.765Z Checking bcrypt-pbkdf v0.10.0
36892025-01-22T08:57:42.768Z Checking md5 v0.7.0
36902025-01-22T08:57:42.812Z Checking num-bigint v0.4.6
36912025-01-22T08:57:42.845Z Checking des v0.8.1
36922025-01-22T08:57:42.910Z Checking aes-gcm v0.10.3
36932025-01-22T08:57:42.938Z Checking pbkdf2 v0.11.0
36942025-01-22T08:57:43.021Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36952025-01-22T08:57:43.023Z Checking hex-literal v0.4.1
36962025-01-22T08:57:43.056Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36972025-01-22T08:57:43.111Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
36982025-01-22T08:57:43.131Z Checking ssh-cipher v0.2.0
36992025-01-22T08:57:43.187Z Checking internet-checksum v0.2.1
37002025-01-22T08:57:43.422Z Checking ssh-key v0.6.6
37012025-01-22T08:57:43.657Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37022025-01-22T08:57:44.600Z Checking russh-keys v0.45.0
37032025-01-22T08:57:45.419Z Checking russh v0.45.0
37042025-01-22T08:58:02.254Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37052025-01-22T08:58:03.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.98s
37062025-01-22T08:58:03.824Z
37072025-01-22T08:58:03.824Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37082025-01-22T08:58:04.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-01-22T08:58:04.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-01-22T08:58:04.467Z Checking termios v0.3.3
37112025-01-22T08:58:04.688Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37122025-01-22T08:58:05.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
37132025-01-22T08:58:05.687Z
37142025-01-22T08:58:05.687Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37152025-01-22T08:58:06.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-01-22T08:58:06.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-01-22T08:58:06.391Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37182025-01-22T08:58:06.391Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37192025-01-22T08:58:06.394Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37202025-01-22T08:58:06.394Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37212025-01-22T08:58:07.404Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37222025-01-22T08:58:08.652Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37232025-01-22T08:58:10.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
37242025-01-22T08:58:10.629Z
37252025-01-22T08:58:10.629Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37262025-01-22T08:58:11.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272025-01-22T08:58:11.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282025-01-22T08:58:11.263Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37292025-01-22T08:58:11.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37302025-01-22T08:58:11.918Z
37312025-01-22T08:58:11.918Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37322025-01-22T08:58:12.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332025-01-22T08:58:12.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342025-01-22T08:58:12.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352025-01-22T08:58:12.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37362025-01-22T08:58:12.528Z
37372025-01-22T08:58:12.528Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37382025-01-22T08:58:13.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392025-01-22T08:58:13.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402025-01-22T08:58:13.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412025-01-22T08:58:13.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37422025-01-22T08:58:13.142Z
37432025-01-22T08:58:13.142Zinfo: running `cargo check --bins` on omicron-package (192/197)
37442025-01-22T08:58:13.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452025-01-22T08:58:13.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462025-01-22T08:58:13.808Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37472025-01-22T08:58:15.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
37482025-01-22T08:58:15.343Z
37492025-01-22T08:58:15.343Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37502025-01-22T08:58:15.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-01-22T08:58:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-01-22T08:58:16.047Z Checking rtoolbox v0.0.2
37532025-01-22T08:58:16.051Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37542025-01-22T08:58:16.051Z Checking tui-tree-widget v0.22.0
37552025-01-22T08:58:16.283Z Checking rpassword v7.3.1
37562025-01-22T08:58:20.174Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37572025-01-22T08:58:23.011Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37582025-01-22T08:58:24.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.80s
37592025-01-22T08:58:24.343Z
37602025-01-22T08:58:24.343Zinfo: running `cargo check --bins` on wicket (194/197)
37612025-01-22T08:58:24.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622025-01-22T08:58:24.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632025-01-22T08:58:25.042Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37642025-01-22T08:58:25.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
37652025-01-22T08:58:25.659Z
37662025-01-22T08:58:25.659Zinfo: running `cargo check --bins` on wicketd (195/197)
37672025-01-22T08:58:26.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682025-01-22T08:58:26.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692025-01-22T08:58:26.405Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37702025-01-22T08:58:26.408Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37712025-01-22T08:58:27.214Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37722025-01-22T08:58:31.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
37732025-01-22T08:58:31.192Z
37742025-01-22T08:58:31.192Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37752025-01-22T08:58:31.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762025-01-22T08:58:31.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772025-01-22T08:58:31.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782025-01-22T08:58:31.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37792025-01-22T08:58:31.813Z
37802025-01-22T08:58:31.813Zinfo: running `cargo check --bins` on zone-setup (197/197)
37812025-01-22T08:58:32.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822025-01-22T08:58:32.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832025-01-22T08:58:32.546Z Checking uzers v0.12.1
37842025-01-22T08:58:32.896Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37852025-01-22T08:58:33.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
37862025-01-22T08:58:34.203Z
37872025-01-22T08:58:34.203Zreal 13:26.584176620
37882025-01-22T08:58:34.203Zuser 25:43.931113458
37892025-01-22T08:58:34.203Zsys 4:14.107908491
37902025-01-22T08:58:34.203Ztrap 0.523781880
37912025-01-22T08:58:34.206Ztflt 3.080259041
37922025-01-22T08:58:34.207Zdflt 2.162999917
37932025-01-22T08:58:34.207Zkflt 0.000848716
37942025-01-22T08:58:34.207Zlock 45:45.019401859
37952025-01-22T08:58:34.207Zslp 2:08:15.162735987
37962025-01-22T08:58:34.207Zlat 1:04.796058991
37972025-01-22T08:58:34.207Zstop 3:47.498481989
37982025-01-22T08:58:34.207Zprocess exited: duration 1114821 ms, exit code 0
 
37992025-01-22T08:58:34.213Zfound 0 output files