01JJKEXMXD09Y282XN901J0JF5: 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: 01JJKEXY67PAEJYFJHYN5C99MF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-27T08:45:18.821Zjob assigned to worker 01JJKEY3WPV97E6S25Y84H69FD [factory aws, i-0f3920ec8a23038d8] (queued for 52 s)
 
22025-01-27T08:45:26.633Zstarting task 0: "setup"
32025-01-27T08:45:26.643Z++ uname -s
42025-01-27T08:45:26.646Z+ kern=SunOS
52025-01-27T08:45:26.646Z+ case "$kern" in
62025-01-27T08:45:26.646Z+ groupadd -g 12345 build
72025-01-27T08:45:26.649Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-27T08:45:28.655Z+ zfs create -o mountpoint=/work rpool/work
92025-01-27T08:45:28.762Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-27T08:45:28.765Z+ home_fs=zfs
112025-01-27T08:45:28.765Z+ [[ zfs == autofs ]]
122025-01-27T08:45:28.765Z+ mkdir -p /home/build
132025-01-27T08:45:28.767Z+ chown build:build /home/build /work
142025-01-27T08:45:29.769Z+ chmod 0700 /home/build /work
152025-01-27T08:45:29.772Zprocess exited: duration 3138 ms, exit code 0
 
162025-01-27T08:45:29.777Zstarting task 1: "rust-toolchain"
172025-01-27T08:45:29.783Z+ printf ' * toolchain channel = "%s"
182025-01-27T08:45:29.783Z' 1.84.0
192025-01-27T08:45:29.783Z * toolchain channel = "1.84.0"
202025-01-27T08:45:29.783Z * toolchain profile = "default"
212025-01-27T08:45:29.783Z+ printf ' * toolchain profile = "%s"
222025-01-27T08:45:29.783Z' default
232025-01-27T08:45:29.785Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-27T08:45:29.785Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-27T08:45:29.903Zinfo: downloading installer
262025-01-27T08:45:31.263Zinfo: profile set to 'default'
272025-01-27T08:45:31.263Zinfo: default host triple is x86_64-unknown-illumos
282025-01-27T08:45:31.266Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-27T08:45:31.431Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-27T08:45:31.431Zinfo: downloading component 'cargo'
312025-01-27T08:45:32.447Zinfo: downloading component 'clippy'
322025-01-27T08:45:32.837Zinfo: downloading component 'rust-docs'
332025-01-27T08:45:34.224Zinfo: downloading component 'rust-std'
342025-01-27T08:45:36.295Zinfo: downloading component 'rustc'
352025-01-27T08:45:44.200Zinfo: downloading component 'rustfmt'
362025-01-27T08:45:44.496Zinfo: installing component 'cargo'
372025-01-27T08:45:45.324Zinfo: installing component 'clippy'
382025-01-27T08:45:45.700Zinfo: installing component 'rust-docs'
392025-01-27T08:45:47.406Zinfo: installing component 'rust-std'
402025-01-27T08:45:49.115Zinfo: installing component 'rustc'
412025-01-27T08:45:55.184Zinfo: installing component 'rustfmt'
422025-01-27T08:45:55.521Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-27T08:45:55.521Z
442025-01-27T08:45:55.911Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-27T08:45:55.911Z
462025-01-27T08:45:55.915Z
472025-01-27T08:45:55.915ZRust is installed now. Great!
482025-01-27T08:45:55.915Z
492025-01-27T08:45:55.915ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-27T08:45:55.915Zenvironment variable. This has not been done automatically.
512025-01-27T08:45:55.915Z
522025-01-27T08:45:55.915ZTo configure your current shell, you need to source
532025-01-27T08:45:55.915Zthe corresponding env file under $HOME/.cargo.
542025-01-27T08:45:55.915Z
552025-01-27T08:45:55.915ZThis is usually done by running one of the following (note the leading DOT):
562025-01-27T08:45:55.915Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-27T08:45:55.915Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-27T08:45:55.992Z+ rustc --version
592025-01-27T08:45:56.063Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-27T08:45:56.066Zprocess exited: duration 26286 ms, exit code 0
 
612025-01-27T08:45:56.073Zstarting task 2: "authentication"
622025-01-27T08:45:56.092Zprocess exited: duration 21 ms, exit code 0
 
632025-01-27T08:45:56.098Zstarting task 3: "clone repository"
642025-01-27T08:45:56.103Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-27T08:45:56.106Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-27T08:45:56.150ZCloning into '/work/oxidecomputer/omicron'...
672025-01-27T08:46:04.901Z+ cd /work/oxidecomputer/omicron
682025-01-27T08:46:04.901Z+ git fetch origin e96acf6acc77c085f7070b2db01f428481c2ac9e
692025-01-27T08:46:05.237ZFrom https://github.com/oxidecomputer/omicron
702025-01-27T08:46:05.237Z * branch e96acf6acc77c085f7070b2db01f428481c2ac9e -> FETCH_HEAD
712025-01-27T08:46:05.247Z+ [[ -n renovate/lock-file-maintenance ]]
722025-01-27T08:46:05.249Z++ git branch --show-current
732025-01-27T08:46:05.252Z+ current=main
742025-01-27T08:46:05.252Z+ [[ main != renovate/lock-file-maintenance ]]
752025-01-27T08:46:05.252Z+ git branch -f renovate/lock-file-maintenance e96acf6acc77c085f7070b2db01f428481c2ac9e
762025-01-27T08:46:05.254Z+ git checkout -f renovate/lock-file-maintenance
772025-01-27T08:46:05.437ZSwitched to branch 'renovate/lock-file-maintenance'
782025-01-27T08:46:05.440Z+ git reset --hard e96acf6acc77c085f7070b2db01f428481c2ac9e
792025-01-27T08:46:05.615ZHEAD is now at e96acf6ac Lock file maintenance
802025-01-27T08:46:05.618Zprocess exited: duration 9517 ms, exit code 0
 
812025-01-27T08:46:05.624Zstarting task 4: "build"
822025-01-27T08:46:05.630Z+ source .github/buildomat/ci-env.sh
832025-01-27T08:46:05.632Z++ export CARGO_TERM_COLOR=always
842025-01-27T08:46:05.632Z++ CARGO_TERM_COLOR=always
852025-01-27T08:46:05.633Z+ cargo --version
862025-01-27T08:46:05.692Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-27T08:46:05.695Z+ rustc --version
882025-01-27T08:46:05.757Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-27T08:46:05.759Z+ source ./env.sh
902025-01-27T08:46:05.759Z++ OLD_SHELL_OPTS=ehxB
912025-01-27T08:46:05.759Z++ set -o xtrace
922025-01-27T08:46:05.762Z++++ dirname ./env.sh
932025-01-27T08:46:05.764Z+++ readlink -f .
942025-01-27T08:46:05.769Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ 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-27T08:46:05.771Z++ case $OLD_SHELL_OPTS in
1042025-01-27T08:46:05.772Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-27T08:46:05.772Z+ 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-27T08:46:05.772Z+ 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-27T08:46:05.772Z+ banner prerequisites
1082025-01-27T08:46:05.772Z
1092025-01-27T08:46:05.772Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-27T08:46:05.772Z # # # # # # # # # # # # # # #
1112025-01-27T08:46:05.772Z # # # # ##### # # ##### # # # # # #### #
1122025-01-27T08:46:05.772Z ##### ##### # ##### # # # # # # # # #
1132025-01-27T08:46:05.772Z # # # # # # # # # # # # # # #
1142025-01-27T08:46:05.772Z # # # ###### # # ###### ### # #### # #### #
1152025-01-27T08:46:05.772Z
1162025-01-27T08:46:05.775Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-27T08:46:07.436Zpkg list: illegal option -- F
1182025-01-27T08:46:07.436ZUsage:
1192025-01-27T08:46:07.439Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-27T08:46:07.439Z [pkg_fmri_pattern ...]
1212025-01-27T08:46:08.307Zpkg list: illegal option -- F
1222025-01-27T08:46:08.307ZUsage:
1232025-01-27T08:46:08.310Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-27T08:46:08.310Z [pkg_fmri_pattern ...]
1252025-01-27T08:46:15.466Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-27T08:46:19.566Z Startup: Caching catalogs ... Done
1272025-01-27T08:46:30.836ZPlanning: Solver setup ... Done (10.453s)
1282025-01-27T08:46:30.979ZPlanning: Running solver ... Done (0.144s)
1292025-01-27T08:46:31.090ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-27T08:46:31.102ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-27T08:46:31.336ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-27T08:46:31.445ZPlanning: Package planning ... Done (0.110s)
1332025-01-27T08:46:31.503ZPlanning: Merging actions ... Done (0.055s)
1342025-01-27T08:46:31.698ZPlanning: Checking for conflicting actions ... Done (0.196s)
1352025-01-27T08:46:33.947ZPlanning: Consolidating action changes ... Done (2.249s)
1362025-01-27T08:46:34.400ZPlanning: Evaluating mediators ... Done (0.453s)
1372025-01-27T08:46:34.479ZPlanning: Planning completed in 14.82 seconds
1382025-01-27T08:46:34.495Z Packages to install: 4
1392025-01-27T08:46:34.495Z Packages to update: 3
1402025-01-27T08:46:34.498Z Mediators to change: 2
1412025-01-27T08:46:34.498Z Services to change: 1
1422025-01-27T08:46:34.498Z Estimated space available: 155.61 GB
1432025-01-27T08:46:34.498ZEstimated space to be consumed: 1.64 GB
1442025-01-27T08:46:34.498Z Create boot environment: No
1452025-01-27T08:46:34.498ZCreate backup boot environment: Yes
1462025-01-27T08:46:34.498Z Rebuild boot archive: No
1472025-01-27T08:46:34.498Z
1482025-01-27T08:46:34.498ZChanged mediators:
1492025-01-27T08:46:34.498Z mediator clang:
1502025-01-27T08:46:34.498Z version: None -> 15 (system default)
1512025-01-27T08:46:34.498Z
1522025-01-27T08:46:34.498Z mediator llvm:
1532025-01-27T08:46:34.498Z version: 14 (system default) -> 15 (system default)
1542025-01-27T08:46:34.498Z
1552025-01-27T08:46:34.498ZChanged packages:
1562025-01-27T08:46:34.498Zhelios-dev
1572025-01-27T08:46:34.498Z developer/build-essential
1582025-01-27T08:46:34.498Z None -> 11-2.0
1592025-01-27T08:46:34.498Z library/libxmlsec1
1602025-01-27T08:46:34.498Z None -> 1.2.35-2.0
1612025-01-27T08:46:34.498Z ooce/developer/clang-15
1622025-01-27T08:46:34.498Z None -> 15.0.7-2.0
1632025-01-27T08:46:34.498Z ooce/developer/llvm-15
1642025-01-27T08:46:34.498Z None -> 15.0.7-2.0
1652025-01-27T08:46:34.498Z package/pkg
1662025-01-27T08:46:34.498Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-27T08:46:34.498Z system/library/g++-runtime
1682025-01-27T08:46:34.498Z 13-2.0 -> 14-2.0
1692025-01-27T08:46:34.498Z system/library/gcc-runtime
1702025-01-27T08:46:34.498Z 13-2.0 -> 14-2.0
1712025-01-27T08:46:34.499Z
1722025-01-27T08:46:34.499ZServices:
1732025-01-27T08:46:34.499Z restart_fmri:
1742025-01-27T08:46:34.499Z svc:/system/update-man-index:default
1752025-01-27T08:46:34.499Z
1762025-01-27T08:46:34.499ZEditable files to change:
1772025-01-27T08:46:34.499Z Update:
1782025-01-27T08:46:34.499Z usr/share/lib/pkg/web/config.shtml
1792025-01-27T08:46:34.579Z
1802025-01-27T08:46:34.580ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-27T08:46:39.581ZDownload: 1211/4301 items 85.2/225.4MB 37% complete (17.1M/s)
1822025-01-27T08:46:44.669ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (12.3M/s)
1832025-01-27T08:46:49.995ZDownload: 2225/4301 items 119.2/225.4MB 52% complete (3.5M/s)
1842025-01-27T08:46:54.995ZDownload: 3198/4301 items 158.2/225.4MB 70% complete (3.8M/s)
1852025-01-27T08:47:02.051ZDownload: 3243/4301 items 202.8/225.4MB 89% complete (12.1M/s)
1862025-01-27T08:47:14.830ZDownload: 3247/4301 items 203.1/225.4MB 90% complete
1872025-01-27T08:47:18.709ZDownload: Completed 225.42 MB in 44.12 seconds (5.1M/s)
1882025-01-27T08:47:20.864Z Actions: 1/5122 actions (Removing old actions)
1892025-01-27T08:47:20.883Z Actions: 194/5122 actions (Installing new actions)
1902025-01-27T08:47:25.595Z Actions: 4267/5122 actions (Updating modified actions)
1912025-01-27T08:47:25.977Z Actions: Completed 5122 actions in 5.09 seconds.
1922025-01-27T08:47:26.366Z Done (0.399s)
1932025-01-27T08:47:26.375Z Done (0.001s)
1942025-01-27T08:47:26.945Z Done (0.579s)
1952025-01-27T08:47:31.425Z Done (4.247s)
1962025-01-27T08:47:31.515Z Done (0.018s)
1972025-01-27T08:47:31.517Z Done (0.000s)
1982025-01-27T08:47:31.681Z Done (0.000s)
1992025-01-27T08:47:32.375ZPlanning: Evaluating mediator changes ... Done
2002025-01-27T08:47:32.536ZPlanning: Checking for conflicting actions ... Done
2012025-01-27T08:47:32.538ZPlanning: Consolidating action changes ... Done
2022025-01-27T08:47:32.803ZPlanning: Evaluating mediators ... Done
2032025-01-27T08:47:32.806ZPlanning: Planning completed in 0.43 seconds
2042025-01-27T08:47:32.842Z Mediators to change: 2
2052025-01-27T08:47:32.844Z Create boot environment: No
2062025-01-27T08:47:32.845ZCreate backup boot environment: No
2072025-01-27T08:47:32.917Z Done
2082025-01-27T08:47:32.918Z Done
2092025-01-27T08:47:33.314Z Done
2102025-01-27T08:47:37.026Z Done
2112025-01-27T08:47:37.116Z Done
2122025-01-27T08:47:37.119Z Done
2132025-01-27T08:47:37.250Z Done
2142025-01-27T08:47:37.877ZPlanning: Evaluating mediator changes ... Done
2152025-01-27T08:47:37.879ZPlanning: Merging actions ... Done
2162025-01-27T08:47:38.069ZPlanning: Checking for conflicting actions ... Done
2172025-01-27T08:47:38.072ZPlanning: Consolidating action changes ... Done
2182025-01-27T08:47:38.339ZPlanning: Evaluating mediators ... Done
2192025-01-27T08:47:38.397ZPlanning: Planning completed in 0.77 seconds
2202025-01-27T08:47:38.439Z Packages to change: 1
2212025-01-27T08:47:38.439Z Mediators to change: 1
2222025-01-27T08:47:38.441Z Services to change: 1
2232025-01-27T08:47:38.441Z Create boot environment: No
2242025-01-27T08:47:38.441ZCreate backup boot environment: Yes
2252025-01-27T08:47:40.838Z Actions: 1/6 actions (Updating modified actions)
2262025-01-27T08:47:40.841Z Actions: Completed 6 actions in 0.00 seconds.
2272025-01-27T08:47:40.844Z Done
2282025-01-27T08:47:40.844Z Done
2292025-01-27T08:47:40.960Z Done
2302025-01-27T08:47:44.656Z Done
2312025-01-27T08:47:44.749Z Done
2322025-01-27T08:47:44.751Z Done
2332025-01-27T08:47:44.884Z Done
2342025-01-27T08:47:45.328ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2352025-01-27T08:47:45.328Zclang system 15 system
2362025-01-27T08:47:45.328Zcsh system system illumos
2372025-01-27T08:47:45.328Zctags system system illumos
2382025-01-27T08:47:45.328Zgcc vendor 12 vendor
2392025-01-27T08:47:45.328Zgcc system 10 system
2402025-01-27T08:47:45.328Zgcc system 7 system
2412025-01-27T08:47:45.328Zgo system 1.20 system
2422025-01-27T08:47:45.328Zgo system 1.19 system
2432025-01-27T08:47:45.328Zllvm system 15 system
2442025-01-27T08:47:45.328Zllvm system 14 system
2452025-01-27T08:47:45.328Zmariadb system 10.6 system
2462025-01-27T08:47:45.328Zmta vendor vendor dma
2472025-01-27T08:47:45.328Zopenjdk system 17 system
2482025-01-27T08:47:45.328Zopenjdk system 11 system
2492025-01-27T08:47:45.328Zopenjdk system 1.8 system
2502025-01-27T08:47:45.328Zopenssl vendor 3 vendor
2512025-01-27T08:47:45.328Zperl system 5.36 system
2522025-01-27T08:47:45.328Zpostgresql system 15 system
2532025-01-27T08:47:45.328Zpostgresql system 13 system
2542025-01-27T08:47:45.328Zpython vendor 3 vendor
2552025-01-27T08:47:45.328Zpython system 2 system
2562025-01-27T08:47:45.328Zpython3 system 3.11 system
2572025-01-27T08:47:45.328Zruby system 3.0 system
2582025-01-27T08:47:45.328Zwords vendor vendor american-english
2592025-01-27T08:47:45.328Zwords system system australian-english
2602025-01-27T08:47:45.328Zwords system system british-english
2612025-01-27T08:47:45.329Zwords system system canadian-english
2622025-01-27T08:47:45.329Zwords system system french
2632025-01-27T08:47:45.329Zwords system system italian
2642025-01-27T08:47:45.329Zwords system system ngerman
2652025-01-27T08:47:45.329Zwords system system ogerman
2662025-01-27T08:47:45.329Zwords system system spanish
2672025-01-27T08:47:45.662ZPUBLISHER TYPE STATUS P LOCATION
2682025-01-27T08:47:45.662Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2692025-01-27T08:47:48.491ZFMRI IFO
2702025-01-27T08:47:48.491Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2712025-01-27T08:47:48.491Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2722025-01-27T08:47:48.491Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2732025-01-27T08:47:48.491Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2742025-01-27T08:47:48.491Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2752025-01-27T08:47:48.491Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2762025-01-27T08:47:48.491Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2772025-01-27T08:47:48.491Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2782025-01-27T08:47:48.491Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2792025-01-27T08:47:48.491Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2802025-01-27T08:47:48.491Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2812025-01-27T08:47:48.491Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2822025-01-27T08:47:48.491Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2832025-01-27T08:47:48.491Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2842025-01-27T08:47:48.491Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2852025-01-27T08:47:49.253Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2862025-01-27T08:47:49.540Z Updating crates.io index
2872025-01-27T08:47:49.543Z Updating git repository `https://github.com/oxidecomputer/diffus`
2882025-01-27T08:47:49.947Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2892025-01-27T08:47:50.504Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2902025-01-27T08:47:50.852Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2912025-01-27T08:47:51.148Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922025-01-27T08:47:51.397Z Updating git repository `https://github.com/oxidecomputer/propolis`
2932025-01-27T08:47:52.317Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942025-01-27T08:47:53.852Z Updating git repository `https://github.com/oxidecomputer/opte`
2952025-01-27T08:47:54.483Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962025-01-27T08:47:55.221Z Updating git repository `https://github.com/oxidecomputer/clickward`
2972025-01-27T08:47:55.491Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982025-01-27T08:47:55.822Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2992025-01-27T08:47:56.392Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3002025-01-27T08:47:56.728Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3012025-01-27T08:47:57.061Z Updating git repository `https://github.com/oxidecomputer/tofino`
3022025-01-27T08:47:57.337Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032025-01-27T08:47:57.602Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042025-01-27T08:47:57.836Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052025-01-27T08:47:58.137Z Updating git repository `https://github.com/oxidecomputer/lldp`
3062025-01-27T08:47:58.499Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-01-27T08:47:58.785Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-01-27T08:47:59.154Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-01-27T08:47:59.598Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3102025-01-27T08:47:59.891Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-01-27T08:48:00.440Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-01-27T08:48:00.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3132025-01-27T08:48:01.093Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-01-27T08:48:01.544Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3152025-01-27T08:48:01.826Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-01-27T08:48:02.525Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-01-27T08:48:02.817Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-01-27T08:48:04.112Z Downloading crates ...
3192025-01-27T08:48:04.185Z Downloaded byteorder v1.5.0
3202025-01-27T08:48:04.188Z Downloaded equivalent v1.0.1
3212025-01-27T08:48:04.222Z Downloaded dtrace-parser v0.2.0
3222025-01-27T08:48:04.224Z Downloaded swrite v0.1.0
3232025-01-27T08:48:04.231Z Downloaded usdt-attr-macro v0.5.0
3242025-01-27T08:48:04.233Z Downloaded scroll_derive v0.12.0
3252025-01-27T08:48:04.237Z Downloaded usdt-macro v0.5.0
3262025-01-27T08:48:04.243Z Downloaded anstyle v1.0.10
3272025-01-27T08:48:04.246Z Downloaded typenum v1.17.0
3282025-01-27T08:48:04.248Z Downloaded thread-id v4.2.2
3292025-01-27T08:48:04.251Z Downloaded is_terminal_polyfill v1.70.1
3302025-01-27T08:48:04.251Z Downloaded thiserror v1.0.69
3312025-01-27T08:48:04.255Z Downloaded thiserror-impl v2.0.11
3322025-01-27T08:48:04.257Z Downloaded terminal_size v0.4.1
3332025-01-27T08:48:04.260Z Downloaded block-buffer v0.10.4
3342025-01-27T08:48:04.260Z Downloaded crypto-common v0.1.6
3352025-01-27T08:48:04.260Z Downloaded cpufeatures v0.2.17
3362025-01-27T08:48:04.263Z Downloaded smawk v0.3.2
3372025-01-27T08:48:04.263Z Downloaded serde_spanned v0.6.8
3382025-01-27T08:48:04.265Z Downloaded plain v0.2.3
3392025-01-27T08:48:04.265Z Downloaded itoa v1.0.14
3402025-01-27T08:48:04.267Z Downloaded digest v0.10.7
3412025-01-27T08:48:04.267Z Downloaded heck v0.5.0
3422025-01-27T08:48:04.270Z Downloaded fs-err v2.11.0
3432025-01-27T08:48:04.270Z Downloaded macaddr v1.0.1
3442025-01-27T08:48:04.272Z Downloaded errno v0.3.10
3452025-01-27T08:48:04.272Z Downloaded bytecount v0.6.8
3462025-01-27T08:48:04.275Z Downloaded thiserror-impl v1.0.69
3472025-01-27T08:48:04.277Z Downloaded unicode-linebreak v0.1.5
3482025-01-27T08:48:04.277Z Downloaded proc-macro-error-attr v1.0.4
3492025-01-27T08:48:04.277Z Downloaded cargo-platform v0.1.9
3502025-01-27T08:48:04.280Z Downloaded anstyle-parse v0.2.6
3512025-01-27T08:48:04.280Z Downloaded generic-array v0.14.7
3522025-01-27T08:48:04.282Z Downloaded dof v0.3.0
3532025-01-27T08:48:04.282Z Downloaded pest_generator v2.7.15
3542025-01-27T08:48:04.285Z Downloaded colorchoice v1.0.3
3552025-01-27T08:48:04.285Z Downloaded heck v0.4.1
3562025-01-27T08:48:04.287Z Downloaded cfg-if v1.0.0
3572025-01-27T08:48:04.287Z Downloaded proc-macro-error v1.0.4
3582025-01-27T08:48:04.290Z Downloaded tabled_derive v0.7.0
3592025-01-27T08:48:04.292Z Downloaded fnv v1.0.7
3602025-01-27T08:48:04.292Z Downloaded toml_datetime v0.6.8
3612025-01-27T08:48:04.292Z Downloaded anstyle-query v1.1.2
3622025-01-27T08:48:04.295Z Downloaded autocfg v1.4.0
3632025-01-27T08:48:04.299Z Downloaded strsim v0.11.1
3642025-01-27T08:48:04.302Z Downloaded version_check v0.9.5
3652025-01-27T08:48:04.303Z Downloaded utf8parse v0.2.2
3662025-01-27T08:48:04.305Z Downloaded quote v1.0.38
3672025-01-27T08:48:04.305Z Downloaded getrandom v0.2.15
3682025-01-27T08:48:04.308Z Downloaded serde_tokenstream v0.2.2
3692025-01-27T08:48:04.311Z Downloaded fastrand v2.3.0
3702025-01-27T08:48:04.313Z Downloaded pretty-hex v0.4.1
3712025-01-27T08:48:04.313Z Downloaded camino v1.1.9
3722025-01-27T08:48:04.317Z Downloaded anstream v0.6.18
3732025-01-27T08:48:04.320Z Downloaded sha2 v0.10.8
3742025-01-27T08:48:04.322Z Downloaded clap_derive v4.5.24
3752025-01-27T08:48:04.326Z Downloaded once_cell v1.20.2
3762025-01-27T08:48:04.328Z Downloaded clap_lex v0.7.4
3772025-01-27T08:48:04.335Z Downloaded memmap v0.7.0
3782025-01-27T08:48:04.337Z Downloaded cargo_metadata v0.18.1
3792025-01-27T08:48:04.340Z Downloaded camino-tempfile v1.1.1
3802025-01-27T08:48:04.343Z Downloaded semver v1.0.25
3812025-01-27T08:48:04.346Z Downloaded usdt v0.5.0
3822025-01-27T08:48:04.348Z Downloaded thiserror v2.0.11
3832025-01-27T08:48:04.353Z Downloaded zerocopy-derive v0.7.35
3842025-01-27T08:48:04.357Z Downloaded unicode-ident v1.0.15
3852025-01-27T08:48:04.359Z Downloaded tempfile v3.15.0
3862025-01-27T08:48:04.361Z Downloaded ryu v1.0.18
3872025-01-27T08:48:04.364Z Downloaded pest_derive v2.7.15
3882025-01-27T08:48:04.367Z Downloaded cargo_toml v0.20.5
3892025-01-27T08:48:04.369Z Downloaded bitflags v2.8.0
3902025-01-27T08:48:04.371Z Downloaded toml v0.8.19
3912025-01-27T08:48:04.374Z Downloaded papergrid v0.11.0
3922025-01-27T08:48:04.378Z Downloaded anyhow v1.0.95
3932025-01-27T08:48:04.382Z Downloaded ucd-trie v0.1.7
3942025-01-27T08:48:04.385Z Downloaded textwrap v0.16.1
3952025-01-27T08:48:04.387Z Downloaded pest_meta v2.7.15
3962025-01-27T08:48:04.390Z Downloaded log v0.4.25
3972025-01-27T08:48:04.392Z Downloaded clap v4.5.27
3982025-01-27T08:48:04.398Z Downloaded usdt-impl v0.5.0
3992025-01-27T08:48:04.400Z Downloaded serde v1.0.217
4002025-01-27T08:48:04.403Z Downloaded proc-macro2 v1.0.93
4012025-01-27T08:48:04.405Z Downloaded indexmap v2.7.1
4022025-01-27T08:48:04.409Z Downloaded scroll v0.12.0
4032025-01-27T08:48:04.423Z Downloaded serde_derive v1.0.217
4042025-01-27T08:48:04.426Z Downloaded memchr v2.7.4
4052025-01-27T08:48:04.442Z Downloaded toml_edit v0.22.22
4062025-01-27T08:48:04.462Z Downloaded pest v2.7.15
4072025-01-27T08:48:04.472Z Downloaded serde_json v1.0.137
4082025-01-27T08:48:04.481Z Downloaded clap_builder v4.5.27
4092025-01-27T08:48:04.489Z Downloaded zerocopy v0.7.35
4102025-01-27T08:48:04.504Z Downloaded winnow v0.6.24
4112025-01-27T08:48:04.512Z Downloaded hashbrown v0.15.2
4122025-01-27T08:48:04.516Z Downloaded goblin v0.8.2
4132025-01-27T08:48:04.525Z Downloaded tabled v0.15.0
4142025-01-27T08:48:04.539Z Downloaded syn v1.0.109
4152025-01-27T08:48:04.550Z Downloaded unicode-width v0.1.14
4162025-01-27T08:48:04.558Z Downloaded syn v2.0.96
4172025-01-27T08:48:04.569Z Downloaded rustix v0.38.44
4182025-01-27T08:48:04.600Z Downloaded libc v0.2.169
4192025-01-27T08:48:04.917Z Compiling proc-macro2 v1.0.93
4202025-01-27T08:48:04.917Z Compiling unicode-ident v1.0.15
4212025-01-27T08:48:04.917Z Compiling serde v1.0.217
4222025-01-27T08:48:04.917Z Compiling version_check v0.9.5
4232025-01-27T08:48:04.918Z Compiling memchr v2.7.4
4242025-01-27T08:48:04.918Z Compiling libc v0.2.169
4252025-01-27T08:48:04.920Z Compiling thiserror v2.0.11
4262025-01-27T08:48:04.920Z Compiling thiserror v1.0.69
4272025-01-27T08:48:05.207Z Compiling ryu v1.0.18
4282025-01-27T08:48:05.592Z Compiling itoa v1.0.14
4292025-01-27T08:48:05.727Z Compiling ucd-trie v0.1.7
4302025-01-27T08:48:05.807Z Compiling once_cell v1.20.2
4312025-01-27T08:48:05.981Z Compiling byteorder v1.5.0
4322025-01-27T08:48:06.009Z Compiling rustix v0.38.44
4332025-01-27T08:48:06.208Z Compiling serde_json v1.0.137
4342025-01-27T08:48:06.424Z Compiling bitflags v2.8.0
4352025-01-27T08:48:06.500Z Compiling proc-macro-error-attr v1.0.4
4362025-01-27T08:48:06.566Z Compiling usdt-impl v0.5.0
4372025-01-27T08:48:06.674Z Compiling syn v1.0.109
4382025-01-27T08:48:06.780Z Compiling quote v1.0.38
4392025-01-27T08:48:06.846Z Compiling proc-macro-error v1.0.4
4402025-01-27T08:48:06.901Z Compiling errno v0.3.10
4412025-01-27T08:48:07.091Z Compiling camino v1.1.9
4422025-01-27T08:48:07.142Z Compiling syn v2.0.96
4432025-01-27T08:48:07.167Z Compiling equivalent v1.0.1
4442025-01-27T08:48:07.293Z Compiling hashbrown v0.15.2
4452025-01-27T08:48:07.320Z Compiling plain v0.2.3
4462025-01-27T08:48:07.410Z Compiling utf8parse v0.2.2
4472025-01-27T08:48:07.485Z Compiling log v0.4.25
4482025-01-27T08:48:07.584Z Compiling thread-id v4.2.2
4492025-01-27T08:48:07.614Z Compiling anstyle-parse v0.2.6
4502025-01-27T08:48:07.901Z Compiling winnow v0.6.24
4512025-01-27T08:48:07.954Z Compiling anstyle v1.0.10
4522025-01-27T08:48:08.191Z Compiling autocfg v1.4.0
4532025-01-27T08:48:08.275Z Compiling indexmap v2.7.1
4542025-01-27T08:48:08.357Z Compiling is_terminal_polyfill v1.70.1
4552025-01-27T08:48:08.380Z Compiling unicode-width v0.1.14
4562025-01-27T08:48:08.490Z Compiling semver v1.0.25
4572025-01-27T08:48:08.940Z Compiling colorchoice v1.0.3
4582025-01-27T08:48:08.998Z Compiling cfg-if v1.0.0
4592025-01-27T08:48:09.114Z Compiling pretty-hex v0.4.1
4602025-01-27T08:48:09.152Z Compiling anstyle-query v1.1.2
4612025-01-27T08:48:09.197Z Compiling fs-err v2.11.0
4622025-01-27T08:48:09.327Z Compiling anstream v0.6.18
4632025-01-27T08:48:09.365Z Compiling getrandom v0.2.15
4642025-01-27T08:48:09.492Z Compiling terminal_size v0.4.1
4652025-01-27T08:48:09.730Z Compiling fastrand v2.3.0
4662025-01-27T08:48:09.765Z Compiling strsim v0.11.1
4672025-01-27T08:48:09.875Z Compiling fnv v1.0.7
4682025-01-27T08:48:10.020Z Compiling bytecount v0.6.8
4692025-01-27T08:48:10.047Z Compiling heck v0.5.0
4702025-01-27T08:48:10.242Z Compiling heck v0.4.1
4712025-01-27T08:48:10.267Z Compiling anyhow v1.0.95
4722025-01-27T08:48:10.525Z Compiling clap_lex v0.7.4
4732025-01-27T08:48:10.550Z Compiling papergrid v0.11.0
4742025-01-27T08:48:10.685Z Compiling tempfile v3.15.0
4752025-01-27T08:48:10.949Z Compiling clap_builder v4.5.27
4762025-01-27T08:48:11.133Z Compiling memmap v0.7.0
4772025-01-27T08:48:11.243Z Compiling unicode-linebreak v0.1.5
4782025-01-27T08:48:11.267Z Compiling smawk v0.3.2
4792025-01-27T08:48:11.497Z Compiling swrite v0.1.0
4802025-01-27T08:48:11.661Z Compiling textwrap v0.16.1
4812025-01-27T08:48:12.514Z Compiling tabled_derive v0.7.0
4822025-01-27T08:48:14.081Z Compiling serde_derive v1.0.217
4832025-01-27T08:48:14.081Z Compiling thiserror-impl v2.0.11
4842025-01-27T08:48:14.084Z Compiling thiserror-impl v1.0.69
4852025-01-27T08:48:14.084Z Compiling zerocopy-derive v0.7.35
4862025-01-27T08:48:14.084Z Compiling scroll_derive v0.12.0
4872025-01-27T08:48:14.084Z Compiling clap_derive v4.5.24
4882025-01-27T08:48:14.236Z Compiling tabled v0.15.0
4892025-01-27T08:48:15.642Z Compiling scroll v0.12.0
4902025-01-27T08:48:16.188Z Compiling zerocopy v0.7.35
4912025-01-27T08:48:16.217Z Compiling goblin v0.8.2
4922025-01-27T08:48:17.511Z Compiling pest v2.7.15
4932025-01-27T08:48:18.455Z Compiling clap v4.5.27
4942025-01-27T08:48:19.660Z Compiling pest_meta v2.7.15
4952025-01-27T08:48:20.693Z Compiling pest_generator v2.7.15
4962025-01-27T08:48:22.149Z Compiling pest_derive v2.7.15
4972025-01-27T08:48:22.748Z Compiling dtrace-parser v0.2.0
4982025-01-27T08:48:23.468Z Compiling toml_datetime v0.6.8
4992025-01-27T08:48:23.468Z Compiling serde_spanned v0.6.8
5002025-01-27T08:48:23.726Z Compiling serde_tokenstream v0.2.2
5012025-01-27T08:48:23.770Z Compiling cargo-platform v0.1.9
5022025-01-27T08:48:23.897Z Compiling toml_edit v0.22.22
5032025-01-27T08:48:24.000Z Compiling macaddr v1.0.1
5042025-01-27T08:48:24.253Z Compiling camino-tempfile v1.1.1
5052025-01-27T08:48:24.832Z Compiling dof v0.3.0
5062025-01-27T08:48:24.832Z Compiling cargo_metadata v0.18.1
5072025-01-27T08:48:26.421Z Compiling usdt-macro v0.5.0
5082025-01-27T08:48:26.423Z Compiling usdt-attr-macro v0.5.0
5092025-01-27T08:48:26.668Z Compiling toml v0.8.19
5102025-01-27T08:48:27.509Z Compiling cargo_toml v0.20.5
5112025-01-27T08:48:27.592Z Compiling usdt v0.5.0
5122025-01-27T08:48:30.164Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5132025-01-27T08:48:33.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.29s
5142025-01-27T08:48:33.594Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5152025-01-27T08:48:34.126Z Downloading crates ...
5162025-01-27T08:48:34.243Z Downloaded async-recursion v1.1.1
5172025-01-27T08:48:34.250Z Downloaded addr2line v0.24.2
5182025-01-27T08:48:34.253Z Downloaded atomicwrites v0.4.4
5192025-01-27T08:48:34.256Z Downloaded adler2 v2.0.0
5202025-01-27T08:48:34.258Z Downloaded async-stream-impl v0.3.6
5212025-01-27T08:48:34.261Z Downloaded assert_matches v1.5.0
5222025-01-27T08:48:34.263Z Downloaded ciborium-io v0.2.2
5232025-01-27T08:48:34.269Z Downloaded cfg_aliases v0.1.1
5242025-01-27T08:48:34.272Z Downloaded cfg_aliases v0.2.1
5252025-01-27T08:48:34.280Z Downloaded atty v0.2.14
5262025-01-27T08:48:34.285Z Downloaded hickory-client v0.24.2
5272025-01-27T08:48:34.289Z Downloaded cstr-argument v0.1.2
5282025-01-27T08:48:34.291Z Downloaded crunchy v0.2.3
5292025-01-27T08:48:34.293Z Downloaded crucible-workspace-hack v0.1.0
5302025-01-27T08:48:34.302Z Downloaded async-stream v0.3.6
5312025-01-27T08:48:34.305Z Downloaded ascii-canvas v3.0.0
5322025-01-27T08:48:34.307Z Downloaded atomic-waker v1.1.2
5332025-01-27T08:48:34.310Z Downloaded chacha20 v0.9.1
5342025-01-27T08:48:34.310Z Downloaded aead v0.5.2
5352025-01-27T08:48:34.312Z Downloaded cipher v0.4.4
5362025-01-27T08:48:34.315Z Downloaded curve25519-dalek v4.1.3
5372025-01-27T08:48:34.324Z Downloaded const_format_proc_macros v0.2.34
5382025-01-27T08:48:34.328Z Downloaded hickory-server v0.24.2
5392025-01-27T08:48:34.334Z Downloaded impl-trait-for-tuples v0.2.3
5402025-01-27T08:48:34.338Z Downloaded ident_case v1.0.1
5412025-01-27T08:48:34.340Z Downloaded convert_case v0.4.0
5422025-01-27T08:48:34.343Z Downloaded ciborium-ll v0.2.2
5432025-01-27T08:48:34.343Z Downloaded crossbeam-deque v0.8.6
5442025-01-27T08:48:34.346Z Downloaded icu_provider_macros v1.5.0
5452025-01-27T08:48:34.346Z Downloaded iana-time-zone v0.1.61
5462025-01-27T08:48:34.352Z Downloaded hickory-proto v0.24.2
5472025-01-27T08:48:34.367Z Downloaded hyper-tls v0.6.0
5482025-01-27T08:48:34.369Z Downloaded ctr v0.9.2
5492025-01-27T08:48:34.372Z Downloaded crc-catalog v2.4.0
5502025-01-27T08:48:34.372Z Downloaded async-trait v0.1.85
5512025-01-27T08:48:34.375Z Downloaded castaway v0.2.3
5522025-01-27T08:48:34.378Z Downloaded progenitor-macro v0.9.1
5532025-01-27T08:48:34.381Z Downloaded indent_write v2.2.0
5542025-01-27T08:48:34.381Z Downloaded idna_adapter v1.2.0
5552025-01-27T08:48:34.383Z Downloaded arrayvec v0.7.6
5562025-01-27T08:48:34.386Z Downloaded argon2 v0.5.3
5572025-01-27T08:48:34.388Z Downloaded hubpack v0.1.2
5582025-01-27T08:48:34.390Z Downloaded base64ct v1.6.0
5592025-01-27T08:48:34.393Z Downloaded bitfield-struct v0.6.2
5602025-01-27T08:48:34.393Z Downloaded humantime v2.1.0
5612025-01-27T08:48:34.395Z Downloaded md5 v0.7.0
5622025-01-27T08:48:34.398Z Downloaded match_cfg v0.1.0
5632025-01-27T08:48:34.398Z Downloaded http-body v1.0.1
5642025-01-27T08:48:34.400Z Downloaded is_ci v1.2.0
5652025-01-27T08:48:34.400Z Downloaded constant_time_eq v0.3.1
5662025-01-27T08:48:34.403Z Downloaded backoff v0.4.0
5672025-01-27T08:48:34.405Z Downloaded http-range v0.1.5
5682025-01-27T08:48:34.405Z Downloaded colored v2.2.0
5692025-01-27T08:48:34.408Z Downloaded ciborium v0.2.2
5702025-01-27T08:48:34.411Z Downloaded managed v0.8.0
5712025-01-27T08:48:34.414Z Downloaded instant v0.1.13
5722025-01-27T08:48:34.416Z Downloaded bcs v0.1.6
5732025-01-27T08:48:34.416Z Downloaded hubpack_derive v0.1.1
5742025-01-27T08:48:34.419Z Downloaded cbc v0.1.2
5752025-01-27T08:48:34.421Z Downloaded sigpipe v0.1.3
5762025-01-27T08:48:34.421Z Downloaded bb8 v0.8.6
5772025-01-27T08:48:34.424Z Downloaded cmake v0.1.52
5782025-01-27T08:48:34.425Z Downloaded cexpr v0.6.0
5792025-01-27T08:48:34.427Z Downloaded icu_locid_transform_data v1.5.0
5802025-01-27T08:48:34.429Z Downloaded psl-types v2.0.11
5812025-01-27T08:48:34.432Z Downloaded icu_locid_transform v1.5.0
5822025-01-27T08:48:34.434Z Downloaded hyper-staticfile v0.10.1
5832025-01-27T08:48:34.436Z Downloaded console v0.15.10
5842025-01-27T08:48:34.439Z Downloaded take_mut v0.2.2
5852025-01-27T08:48:34.441Z Downloaded icu_provider v1.5.0
5862025-01-27T08:48:34.443Z Downloaded tower-service v0.3.3
5872025-01-27T08:48:34.446Z Downloaded tower-layer v0.3.3
5882025-01-27T08:48:34.446Z Downloaded same-file v1.0.6
5892025-01-27T08:48:34.448Z Downloaded maplit v1.0.2
5902025-01-27T08:48:34.450Z Downloaded lru v0.12.5
5912025-01-27T08:48:34.450Z Downloaded tinyvec_macros v0.1.1
5922025-01-27T08:48:34.453Z Downloaded tabwriter v1.4.1
5932025-01-27T08:48:34.453Z Downloaded linear-map v1.2.0
5942025-01-27T08:48:34.455Z Downloaded maybe-uninit v2.0.0
5952025-01-27T08:48:34.460Z Downloaded home v0.5.11
5962025-01-27T08:48:34.460Z Downloaded lockfree-object-pool v0.1.6
5972025-01-27T08:48:34.464Z Downloaded bzip2 v0.4.4
5982025-01-27T08:48:34.468Z Downloaded serde_repr v0.1.19
5992025-01-27T08:48:34.468Z Downloaded serde_plain v1.0.2
6002025-01-27T08:48:34.471Z Downloaded lru-cache v0.1.2
6012025-01-27T08:48:34.471Z Downloaded internet-checksum v0.2.1
6022025-01-27T08:48:34.471Z Downloaded inout v0.1.3
6032025-01-27T08:48:34.474Z Downloaded lazycell v1.3.0
6042025-01-27T08:48:34.474Z Downloaded libsw-core v0.3.1
6052025-01-27T08:48:34.478Z Downloaded libefi-sys v0.1.0
6062025-01-27T08:48:34.479Z Downloaded keccak v0.1.5
6072025-01-27T08:48:34.482Z Downloaded instability v0.3.7
6082025-01-27T08:48:34.482Z Downloaded mime v0.3.17
6092025-01-27T08:48:34.484Z Downloaded nanorand v0.7.0
6102025-01-27T08:48:34.486Z Downloaded crossbeam-epoch v0.9.18
6112025-01-27T08:48:34.489Z Downloaded shlex v1.3.0
6122025-01-27T08:48:34.491Z Downloaded mockall v0.13.1
6132025-01-27T08:48:34.491Z Downloaded icu_normalizer v1.5.0
6142025-01-27T08:48:34.495Z Downloaded smallvec v0.6.14
6152025-01-27T08:48:34.498Z Downloaded slog-stdlog v4.1.1
6162025-01-27T08:48:34.500Z Downloaded float-ord v0.3.2
6172025-01-27T08:48:34.502Z Downloaded hickory-resolver v0.24.2
6182025-01-27T08:48:34.506Z Downloaded enum-as-inner v0.6.1
6192025-01-27T08:48:34.509Z Downloaded utf8_iter v1.0.4
6202025-01-27T08:48:34.512Z Downloaded utf16_iter v1.0.5
6212025-01-27T08:48:34.512Z Downloaded utf-8 v0.7.6
6222025-01-27T08:48:34.514Z Downloaded tinystr v0.7.6
6232025-01-27T08:48:34.517Z Downloaded md-5 v0.10.6
6242025-01-27T08:48:34.520Z Downloaded litemap v0.7.4
6252025-01-27T08:48:34.520Z Downloaded tls_codec_derive v0.4.1
6262025-01-27T08:48:34.522Z Downloaded num-conv v0.1.0
6272025-01-27T08:48:34.525Z Downloaded httpdate v1.0.3
6282025-01-27T08:48:34.525Z Downloaded ipnet v2.11.0
6292025-01-27T08:48:34.527Z Downloaded httparse v1.9.5
6302025-01-27T08:48:34.530Z Downloaded zeroize_derive v1.4.2
6312025-01-27T08:48:34.532Z Downloaded zeroize v1.8.1
6322025-01-27T08:48:34.535Z Downloaded dunce v1.0.5
6332025-01-27T08:48:34.535Z Downloaded multimap v0.10.0
6342025-01-27T08:48:34.537Z Downloaded multer v3.1.0
6352025-01-27T08:48:34.540Z Downloaded mime_guess v2.0.5
6362025-01-27T08:48:34.542Z Downloaded icu_properties v1.5.1
6372025-01-27T08:48:34.545Z Downloaded arc-swap v1.7.1
6382025-01-27T08:48:34.550Z Downloaded progenitor-client v0.9.1
6392025-01-27T08:48:34.553Z Downloaded progenitor-client v0.8.0
6402025-01-27T08:48:34.553Z Downloaded precomputed-hash v0.1.1
6412025-01-27T08:48:34.556Z Downloaded pem v3.0.4
6422025-01-27T08:48:34.556Z Downloaded dsl_auto_type v0.1.2
6432025-01-27T08:48:34.558Z Downloaded peg-runtime v0.8.3
6442025-01-27T08:48:34.558Z Downloaded env_filter v0.1.3
6452025-01-27T08:48:34.561Z Downloaded strum v0.26.3
6462025-01-27T08:48:34.563Z Downloaded smallvec v1.13.2
6472025-01-27T08:48:34.565Z Downloaded slog-term v2.9.1
6482025-01-27T08:48:34.568Z Downloaded futures-sink v0.3.31
6492025-01-27T08:48:34.570Z Downloaded litrs v0.4.1
6502025-01-27T08:48:34.572Z Downloaded serde-big-array v0.5.1
6512025-01-27T08:48:34.575Z Downloaded secrecy v0.8.0
6522025-01-27T08:48:34.575Z Downloaded futures-macro v0.3.31
6532025-01-27T08:48:34.577Z Downloaded memmap2 v0.9.5
6542025-01-27T08:48:34.580Z Downloaded hmac v0.12.1
6552025-01-27T08:48:34.582Z Downloaded deranged v0.3.11
6562025-01-27T08:48:34.585Z Downloaded crossbeam-utils v0.8.21
6572025-01-27T08:48:34.587Z Downloaded waitgroup v0.1.2
6582025-01-27T08:48:34.587Z Downloaded highway v1.3.0
6592025-01-27T08:48:34.590Z Downloaded num v0.4.3
6602025-01-27T08:48:34.592Z Downloaded derive_builder v0.20.2
6612025-01-27T08:48:34.597Z Downloaded downcast v0.11.0
6622025-01-27T08:48:34.599Z Downloaded pem-rfc7468 v0.7.0
6632025-01-27T08:48:34.602Z Downloaded mockall_derive v0.13.1
6642025-01-27T08:48:34.610Z Downloaded hyper-util v0.1.10
6652025-01-27T08:48:34.610Z Downloaded foreign-types-shared v0.3.1
6662025-01-27T08:48:34.610Z Downloaded newline-converter v0.3.0
6672025-01-27T08:48:34.613Z Downloaded env_logger v0.10.2
6682025-01-27T08:48:34.616Z Downloaded new_debug_unreachable v1.0.6
6692025-01-27T08:48:34.616Z Downloaded headers-core v0.3.0
6702025-01-27T08:48:34.618Z Downloaded der_derive v0.7.3
6712025-01-27T08:48:34.621Z Downloaded time-core v0.1.2
6722025-01-27T08:48:34.621Z Downloaded serde_path_to_error v0.1.16
6732025-01-27T08:48:34.624Z Downloaded serde_urlencoded v0.7.1
6742025-01-27T08:48:34.627Z Downloaded rand_chacha v0.3.1
6752025-01-27T08:48:34.627Z Downloaded const_format v0.2.34
6762025-01-27T08:48:34.631Z Downloaded oso-derive v0.27.3
6772025-01-27T08:48:34.633Z Downloaded path-slash v0.1.5
6782025-01-27T08:48:34.636Z Downloaded semver v0.1.20
6792025-01-27T08:48:34.636Z Downloaded schemars_derive v0.8.21
6802025-01-27T08:48:34.639Z Downloaded structmeta-derive v0.3.0
6812025-01-27T08:48:34.639Z Downloaded display-error-chain v0.2.2
6822025-01-27T08:48:34.641Z Downloaded pbkdf2 v0.11.0
6832025-01-27T08:48:34.644Z Downloaded strip-ansi-escapes v0.2.1
6842025-01-27T08:48:34.646Z Downloaded tinyvec v1.8.1
6852025-01-27T08:48:34.648Z Downloaded samael v0.0.17
6862025-01-27T08:48:34.655Z Downloaded wait-timeout v0.2.0
6872025-01-27T08:48:34.657Z Downloaded yoke-derive v0.7.5
6882025-01-27T08:48:34.660Z Downloaded document-features v0.2.10
6892025-01-27T08:48:34.660Z Downloaded dirs-sys-next v0.1.2
6902025-01-27T08:48:34.673Z Downloaded sync_wrapper v1.0.2
6912025-01-27T08:48:34.675Z Downloaded icu_collections v1.5.0
6922025-01-27T08:48:34.681Z Downloaded crypto-bigint v0.5.5
6932025-01-27T08:48:34.689Z Downloaded toolchain_find v0.4.0
6942025-01-27T08:48:34.691Z Downloaded spin v0.9.8
6952025-01-27T08:48:34.694Z Downloaded darling_macro v0.20.10
6962025-01-27T08:48:34.696Z Downloaded write16 v1.0.0
6972025-01-27T08:48:34.696Z Downloaded primeorder v0.13.6
6982025-01-27T08:48:34.699Z Downloaded parse-display-derive v0.10.0
6992025-01-27T08:48:34.701Z Downloaded zone_cfg_derive v0.3.0
7002025-01-27T08:48:34.701Z Downloaded rand_xorshift v0.3.0
7012025-01-27T08:48:34.704Z Downloaded percent-encoding v2.3.1
7022025-01-27T08:48:34.704Z Downloaded peg v0.8.4
7032025-01-27T08:48:34.708Z Downloaded pbkdf2 v0.12.2
7042025-01-27T08:48:34.710Z Downloaded tokio-tungstenite v0.24.0
7052025-01-27T08:48:34.713Z Downloaded tokio-tungstenite v0.21.0
7062025-01-27T08:48:34.715Z Downloaded futures v0.3.31
7072025-01-27T08:48:34.721Z Downloaded tokio-tungstenite v0.23.1
7082025-01-27T08:48:34.724Z Downloaded proc-macro-error-attr2 v2.0.0
7092025-01-27T08:48:34.726Z Downloaded num_threads v0.1.7
7102025-01-27T08:48:34.729Z Downloaded number_prefix v0.4.0
7112025-01-27T08:48:34.729Z Downloaded derive_builder_core v0.20.2
7122025-01-27T08:48:34.731Z Downloaded parking_lot v0.12.3
7132025-01-27T08:48:34.733Z Downloaded base64 v0.22.1
7142025-01-27T08:48:34.738Z Downloaded parse-size v1.1.0
7152025-01-27T08:48:34.741Z Downloaded rand v0.8.5
7162025-01-27T08:48:34.744Z Downloaded universal-hash v0.5.1
7172025-01-27T08:48:34.747Z Downloaded unicode-xid v0.2.6
7182025-01-27T08:48:34.749Z Downloaded tokio-native-tls v0.3.1
7192025-01-27T08:48:34.749Z Downloaded static_assertions v1.1.0
7202025-01-27T08:48:34.751Z Downloaded stable_deref_trait v1.2.0
7212025-01-27T08:48:34.755Z Downloaded xattr v1.4.0
7222025-01-27T08:48:34.757Z Downloaded fallible-streaming-iterator v0.1.9
7232025-01-27T08:48:34.757Z Downloaded proc-macro-error2 v2.0.1
7242025-01-27T08:48:34.760Z Downloaded fallible-iterator v0.3.0
7252025-01-27T08:48:34.762Z Downloaded half v2.4.1
7262025-01-27T08:48:34.765Z Downloaded owo-colors v4.1.0
7272025-01-27T08:48:34.767Z Downloaded stringprep v0.1.5
7282025-01-27T08:48:34.770Z Downloaded funty v2.0.0
7292025-01-27T08:48:34.772Z Downloaded debug-ignore v1.0.5
7302025-01-27T08:48:34.774Z Downloaded futures-core v0.3.31
7312025-01-27T08:48:34.774Z Downloaded data-encoding v2.7.0
7322025-01-27T08:48:34.777Z Downloaded rustc-demangle v0.1.24
7332025-01-27T08:48:34.779Z Downloaded ssh-encoding v0.2.0
7342025-01-27T08:48:34.781Z Downloaded spki v0.7.3
7352025-01-27T08:48:34.784Z Downloaded zerocopy v0.6.6
7362025-01-27T08:48:34.794Z Downloaded parse-display v0.10.0
7372025-01-27T08:48:34.797Z Downloaded num-iter v0.1.45
7382025-01-27T08:48:34.799Z Downloaded rustls-pemfile v2.2.0
7392025-01-27T08:48:34.802Z Downloaded powerfmt v0.2.0
7402025-01-27T08:48:34.804Z Downloaded newtype_derive v0.1.6
7412025-01-27T08:48:34.807Z Downloaded diesel_table_macro_syntax v0.2.0
7422025-01-27T08:48:34.809Z Downloaded aes v0.8.4
7432025-01-27T08:48:34.815Z Downloaded openssl-macros v0.1.1
7442025-01-27T08:48:34.817Z Downloaded hex v0.4.3
7452025-01-27T08:48:34.819Z Downloaded rtoolbox v0.0.2
7462025-01-27T08:48:34.822Z Downloaded ssh-cipher v0.2.0
7472025-01-27T08:48:34.824Z Downloaded hashlink v0.9.1
7482025-01-27T08:48:34.827Z Downloaded num-rational v0.4.2
7492025-01-27T08:48:34.829Z Downloaded signal-hook-registry v1.4.2
7502025-01-27T08:48:34.831Z Downloaded ena v0.14.3
7512025-01-27T08:48:34.834Z Downloaded defmt v0.3.10
7522025-01-27T08:48:34.836Z Downloaded walkdir v2.5.0
7532025-01-27T08:48:34.839Z Downloaded globset v0.4.15
7542025-01-27T08:48:34.841Z Downloaded futures-channel v0.3.31
7552025-01-27T08:48:34.844Z Downloaded russh-keys v0.45.0
7562025-01-27T08:48:34.847Z Downloaded zerofrom v0.1.5
7572025-01-27T08:48:34.849Z Downloaded http v1.2.0
7582025-01-27T08:48:34.853Z Downloaded vte v0.14.1
7592025-01-27T08:48:34.856Z Downloaded normalize-line-endings v0.3.0
7602025-01-27T08:48:34.859Z Downloaded zone v0.3.0
7612025-01-27T08:48:34.859Z Downloaded topological-sort v0.2.2
7622025-01-27T08:48:34.859Z Downloaded aho-corasick v1.1.3
7632025-01-27T08:48:34.865Z Downloaded embedded-io v0.4.0
7642025-01-27T08:48:34.868Z Downloaded postgres-types v0.2.8
7652025-01-27T08:48:34.870Z Downloaded rand_seeder v0.3.0
7662025-01-27T08:48:34.872Z Downloaded postgres-protocol v0.6.7
7672025-01-27T08:48:34.875Z Downloaded polyval v0.6.2
7682025-01-27T08:48:34.877Z Downloaded nibble_vec v0.1.0
7692025-01-27T08:48:34.877Z Downloaded aes-gcm v0.10.3
7702025-01-27T08:48:34.882Z Downloaded sha1 v0.10.6
7712025-01-27T08:48:34.884Z Downloaded rand_core v0.6.4
7722025-01-27T08:48:34.886Z Downloaded radium v0.7.0
7732025-01-27T08:48:34.889Z Downloaded openssl-probe v0.1.6
7742025-01-27T08:48:34.889Z Downloaded pin-project-lite v0.2.16
7752025-01-27T08:48:34.893Z Downloaded want v0.3.1
7762025-01-27T08:48:34.896Z Downloaded ron v0.7.1
7772025-01-27T08:48:34.900Z Downloaded subtle v2.6.1
7782025-01-27T08:48:34.903Z Downloaded tokio-stream v0.1.17
7792025-01-27T08:48:34.907Z Downloaded itertools v0.10.5
7802025-01-27T08:48:34.914Z Downloaded tokio-rustls v0.26.1
7812025-01-27T08:48:34.917Z Downloaded strum_macros v0.25.3
7822025-01-27T08:48:34.920Z Downloaded string_cache v0.8.7
7832025-01-27T08:48:34.922Z Downloaded libm v0.2.11
7842025-01-27T08:48:34.929Z Downloaded ff v0.13.0
7852025-01-27T08:48:34.932Z Downloaded ed25519 v2.2.3
7862025-01-27T08:48:34.934Z Downloaded ref-cast-impl v1.0.23
7872025-01-27T08:48:34.936Z Downloaded ref-cast v1.0.23
7882025-01-27T08:48:34.939Z Downloaded filetime v0.2.25
7892025-01-27T08:48:34.942Z Downloaded foreign-types v0.3.2
7902025-01-27T08:48:34.944Z Downloaded native-tls v0.2.13
7912025-01-27T08:48:34.944Z Downloaded tungstenite v0.24.0
7922025-01-27T08:48:34.947Z Downloaded phf_generator v0.11.3
7932025-01-27T08:48:34.950Z Downloaded nodrop v0.1.14
7942025-01-27T08:48:34.952Z Downloaded dyn-clone v1.0.17
7952025-01-27T08:48:34.952Z Downloaded progenitor-macro v0.8.0
7962025-01-27T08:48:34.955Z Downloaded progenitor v0.8.0
7972025-01-27T08:48:34.955Z Downloaded curve25519-dalek-derive v0.1.1
7982025-01-27T08:48:34.957Z Downloaded tokio-rustls v0.24.1
7992025-01-27T08:48:34.960Z Downloaded time-macros v0.2.19
8002025-01-27T08:48:34.962Z Downloaded signal-hook v0.3.17
8012025-01-27T08:48:34.964Z Downloaded headers v0.4.0
8022025-01-27T08:48:34.971Z Downloaded unicase v2.8.1
8032025-01-27T08:48:34.973Z Downloaded tough v0.19.0
8042025-01-27T08:48:34.982Z Downloaded derive_builder_macro v0.20.2
8052025-01-27T08:48:34.984Z Downloaded libxml v0.3.3
8062025-01-27T08:48:34.989Z Downloaded twox-hash v1.6.3
8072025-01-27T08:48:34.992Z Downloaded termtree v0.5.1
8082025-01-27T08:48:34.994Z Downloaded typify v0.2.0
8092025-01-27T08:48:34.996Z Downloaded ecdsa v0.16.9
8102025-01-27T08:48:34.999Z Downloaded strum_macros v0.26.4
8112025-01-27T08:48:35.002Z Downloaded signal-hook-tokio v0.3.1
8122025-01-27T08:48:35.004Z Downloaded scrypt v0.11.0
8132025-01-27T08:48:35.006Z Downloaded scopeguard v1.2.0
8142025-01-27T08:48:35.006Z Downloaded diff v0.1.13
8152025-01-27T08:48:35.010Z Downloaded phf_shared v0.10.0
8162025-01-27T08:48:35.012Z Downloaded sqlformat v0.2.6
8172025-01-27T08:48:35.015Z Downloaded slog-envlogger v2.2.0
8182025-01-27T08:48:35.017Z Downloaded dropshot_endpoint v0.15.1
8192025-01-27T08:48:35.020Z Downloaded unicode-truncate v1.1.0
8202025-01-27T08:48:35.022Z Downloaded quinn-udp v0.5.9
8212025-01-27T08:48:35.024Z Downloaded pkcs5 v0.7.1
8222025-01-27T08:48:35.027Z Downloaded dropshot_endpoint v0.12.0
8232025-01-27T08:48:35.031Z Downloaded unicode-bidi v0.3.18
8242025-01-27T08:48:35.034Z Downloaded num-bigint v0.4.6
8252025-01-27T08:48:35.040Z Downloaded russh-cryptovec v0.7.3
8262025-01-27T08:48:35.043Z Downloaded num-bigint-dig v0.8.4
8272025-01-27T08:48:35.046Z Downloaded opaque-debug v0.3.1
8282025-01-27T08:48:35.049Z Downloaded itertools v0.12.1
8292025-01-27T08:48:35.055Z Downloaded phf_shared v0.11.3
8302025-01-27T08:48:35.057Z Downloaded ghash v0.5.1
8312025-01-27T08:48:35.057Z Downloaded itertools v0.14.0
8322025-01-27T08:48:35.065Z Downloaded hash32 v0.2.1
8332025-01-27T08:48:35.068Z Downloaded heapless v0.8.0
8342025-01-27T08:48:35.071Z Downloaded try-lock v0.2.5
8352025-01-27T08:48:35.073Z Downloaded zopfli v0.8.1
8362025-01-27T08:48:35.076Z Downloaded siphasher v0.3.11
8372025-01-27T08:48:35.078Z Downloaded signature v2.2.0
8382025-01-27T08:48:35.078Z Downloaded elliptic-curve v0.13.8
8392025-01-27T08:48:35.082Z Downloaded p256 v0.13.2
8402025-01-27T08:48:35.086Z Downloaded slog-async v2.8.0
8412025-01-27T08:48:35.088Z Downloaded thiserror-impl-no-std v2.0.2
8422025-01-27T08:48:35.091Z Downloaded predicates-core v1.0.9
8432025-01-27T08:48:35.091Z Downloaded phf_codegen v0.11.3
8442025-01-27T08:48:35.093Z Downloaded defmt-macros v0.4.0
8452025-01-27T08:48:35.096Z Downloaded tui-tree-widget v0.22.0
8462025-01-27T08:48:35.098Z Downloaded vergen v8.3.2
8472025-01-27T08:48:35.100Z Downloaded glob v0.3.2
8482025-01-27T08:48:35.103Z Downloaded vsss-rs v3.3.4
8492025-01-27T08:48:35.105Z Downloaded sqlparser_derive v0.2.2
8502025-01-27T08:48:35.105Z Downloaded fxhash v0.2.1
8512025-01-27T08:48:35.108Z Downloaded time v0.3.37
8522025-01-27T08:48:35.114Z Downloaded rpassword v7.3.1
8532025-01-27T08:48:35.117Z Downloaded hkdf v0.12.4
8542025-01-27T08:48:35.119Z Downloaded rustls-webpki v0.101.7
8552025-01-27T08:48:35.132Z Downloaded siphasher v1.0.1
8562025-01-27T08:48:35.135Z Downloaded flagset v0.4.6
8572025-01-27T08:48:35.137Z Downloaded untrusted v0.7.1
8582025-01-27T08:48:35.137Z Downloaded rfc6979 v0.4.0
8592025-01-27T08:48:35.139Z Downloaded diesel-dtrace v0.4.2
8602025-01-27T08:48:35.139Z Downloaded which v4.4.2
8612025-01-27T08:48:35.142Z Downloaded tracing v0.1.41
8622025-01-27T08:48:35.145Z Downloaded blake3 v1.5.5
8632025-01-27T08:48:35.153Z Downloaded thiserror-no-std v2.0.2
8642025-01-27T08:48:35.156Z Downloaded packed_struct v0.10.1
8652025-01-27T08:48:35.159Z Downloaded olpc-cjson v0.1.4
8662025-01-27T08:48:35.161Z Downloaded steno v0.4.1
8672025-01-27T08:48:35.164Z Downloaded salty v0.3.0
8682025-01-27T08:48:35.171Z Downloaded quick-error v1.2.3
8692025-01-27T08:48:35.174Z Downloaded supports-color v3.0.2
8702025-01-27T08:48:35.174Z Downloaded foldhash v0.1.4
8712025-01-27T08:48:35.176Z Downloaded yoke v0.7.5
8722025-01-27T08:48:35.179Z Downloaded rusty-fork v0.3.0
8732025-01-27T08:48:35.179Z Downloaded rustversion v1.0.19
8742025-01-27T08:48:35.181Z Downloaded zerovec-derive v0.10.3
8752025-01-27T08:48:35.184Z Downloaded scheduled-thread-pool v0.2.7
8762025-01-27T08:48:35.186Z Downloaded gethostname v0.5.0
8772025-01-27T08:48:35.186Z Downloaded paste v1.0.15
8782025-01-27T08:48:35.189Z Downloaded packed_struct_codegen v0.10.1
8792025-01-27T08:48:35.191Z Downloaded float-cmp v0.10.0
8802025-01-27T08:48:35.193Z Downloaded tokio-util v0.7.13
8812025-01-27T08:48:35.198Z Downloaded sec1 v0.7.3
8822025-01-27T08:48:35.201Z Downloaded test-strategy v0.3.1
8832025-01-27T08:48:35.204Z Downloaded futures-executor v0.3.31
8842025-01-27T08:48:35.206Z Downloaded predicates-tree v1.0.12
8852025-01-27T08:48:35.209Z Downloaded phf v0.11.3
8862025-01-27T08:48:35.209Z Downloaded slab v0.4.9
8872025-01-27T08:48:35.211Z Downloaded foreign-types v0.5.0
8882025-01-27T08:48:35.211Z Downloaded xz2 v0.1.7
8892025-01-27T08:48:35.214Z Downloaded pin-project v1.1.8
8902025-01-27T08:48:35.225Z Downloaded pin-project-internal v1.1.8
8912025-01-27T08:48:35.228Z Downloaded yasna v0.5.2
8922025-01-27T08:48:35.230Z Downloaded term v0.7.0
8932025-01-27T08:48:35.233Z Downloaded h2 v0.4.7
8942025-01-27T08:48:35.240Z Downloaded omicron-zone-package v0.12.0
8952025-01-27T08:48:35.244Z Downloaded termcolor v1.4.1
8962025-01-27T08:48:35.246Z Downloaded password-hash v0.5.0
8972025-01-27T08:48:35.249Z Downloaded bindgen v0.69.5
8982025-01-27T08:48:35.256Z Downloaded value-bag v1.10.0
8992025-01-27T08:48:35.258Z Downloaded tracing-attributes v0.1.28
9002025-01-27T08:48:35.261Z Downloaded reqwest v0.12.12
9012025-01-27T08:48:35.271Z Downloaded uuid v1.12.1
9022025-01-27T08:48:35.274Z Downloaded chrono v0.4.39
9032025-01-27T08:48:35.281Z Downloaded slog v2.7.0
9042025-01-27T08:48:35.284Z Downloaded proptest v1.6.0
9052025-01-27T08:48:35.294Z Downloaded tar v0.4.43
9062025-01-27T08:48:35.297Z Downloaded zip v0.6.6
9072025-01-27T08:48:35.301Z Downloaded tracing-core v0.1.33
9082025-01-27T08:48:35.305Z Downloaded ssh-key v0.6.7
9092025-01-27T08:48:35.312Z Downloaded publicsuffix v2.3.0
9102025-01-27T08:48:35.315Z Downloaded prettyplease v0.2.29
9112025-01-27T08:48:35.318Z Downloaded typed-path v0.9.3
9122025-01-27T08:48:35.326Z Downloaded diesel_derives v2.2.3
9132025-01-27T08:48:35.329Z Downloaded qorb v0.2.1
9142025-01-27T08:48:35.334Z Downloaded serde_with v3.12.0
9152025-01-27T08:48:35.344Z Downloaded reedline v0.35.0
9162025-01-27T08:48:35.354Z Downloaded hashbrown v0.13.2
9172025-01-27T08:48:35.357Z Downloaded hashbrown v0.12.3
9182025-01-27T08:48:35.361Z Downloaded rusqlite v0.32.1
9192025-01-27T08:48:35.369Z Downloaded rustls-pki-types v1.10.1
9202025-01-27T08:48:35.373Z Downloaded unicode-normalization v0.1.24
9212025-01-27T08:48:35.376Z Downloaded parse-zoneinfo v0.3.1
9222025-01-27T08:48:35.379Z Downloaded unicode-segmentation v1.12.0
9232025-01-27T08:48:35.383Z Downloaded rustls-webpki v0.102.8
9242025-01-27T08:48:35.403Z Downloaded flate2 v1.0.35
9252025-01-27T08:48:35.408Z Downloaded zerocopy v0.8.14
9262025-01-27T08:48:35.433Z Downloaded zip v2.1.3
9272025-01-27T08:48:35.438Z Downloaded radix_trie v0.2.1
9282025-01-27T08:48:35.443Z Downloaded hashbrown v0.14.5
9292025-01-27T08:48:35.448Z Downloaded rayon v1.10.0
9302025-01-27T08:48:35.457Z Downloaded petname v2.0.2
9312025-01-27T08:48:35.463Z Downloaded portable-atomic v1.10.0
9322025-01-27T08:48:35.470Z Downloaded rustyline v14.0.0
9332025-01-27T08:48:35.475Z Downloaded unicode-width v0.2.0
9342025-01-27T08:48:35.481Z Downloaded lalrpop v0.19.12
9352025-01-27T08:48:35.495Z Downloaded p521 v0.13.3
9362025-01-27T08:48:35.499Z Downloaded nom v7.1.3
9372025-01-27T08:48:35.504Z Downloaded quick-xml v0.33.0
9382025-01-27T08:48:35.510Z Downloaded winnow v0.5.40
9392025-01-27T08:48:35.518Z Downloaded bitvec v1.0.1
9402025-01-27T08:48:35.534Z Downloaded futures-util v0.3.31
9412025-01-27T08:48:35.546Z Downloaded sqlparser v0.45.0
9422025-01-27T08:48:35.552Z Downloaded regex-syntax v0.6.29
9432025-01-27T08:48:35.562Z Downloaded rustls v0.21.12
9442025-01-27T08:48:35.575Z Downloaded polar-core v0.27.3
9452025-01-27T08:48:35.585Z Downloaded bstr v1.11.3
9462025-01-27T08:48:35.594Z Downloaded git2 v0.19.0
9472025-01-27T08:48:35.605Z Downloaded smoltcp v0.9.1
9482025-01-27T08:48:35.616Z Downloaded gimli v0.31.1
9492025-01-27T08:48:35.626Z Downloaded smoltcp v0.11.0
9502025-01-27T08:48:35.640Z Downloaded webpki-roots v0.26.7
9512025-01-27T08:48:35.643Z Downloaded nix v0.29.0
9522025-01-27T08:48:35.655Z Downloaded p384 v0.13.0
9532025-01-27T08:48:35.664Z Downloaded regex-syntax v0.8.5
9542025-01-27T08:48:35.673Z Downloaded rustls v0.23.21
9552025-01-27T08:48:35.687Z Downloaded object v0.36.7
9562025-01-27T08:48:35.699Z Downloaded openssl v0.10.69
9572025-01-27T08:48:35.710Z Downloaded dropshot v0.15.1
9582025-01-27T08:48:35.734Z Downloaded nix v0.27.1
9592025-01-27T08:48:35.744Z Downloaded zerocopy-derive v0.6.6
9602025-01-27T08:48:35.754Z Downloaded nix v0.28.0
9612025-01-27T08:48:35.766Z Downloaded regress v0.10.3
9622025-01-27T08:48:35.775Z Downloaded diesel v2.2.6
9632025-01-27T08:48:35.794Z Downloaded regex-automata v0.4.9
9642025-01-27T08:48:35.810Z Downloaded bzip2-sys v0.1.11+1.0.8
9652025-01-27T08:48:35.822Z Downloaded openapiv3 v2.0.0
9662025-01-27T08:48:35.835Z Downloaded rustls v0.22.4
9672025-01-27T08:48:35.849Z Downloaded typify-impl v0.2.0
9682025-01-27T08:48:35.865Z Downloaded ratatui v0.28.1
9692025-01-27T08:48:35.884Z Downloaded sled v0.34.7
9702025-01-27T08:48:35.894Z Downloaded typify-impl v0.3.0
9712025-01-27T08:48:35.910Z Downloaded regress v0.9.1
9722025-01-27T08:48:35.918Z Downloaded object v0.30.4
9732025-01-27T08:48:35.928Z Downloaded petgraph v0.6.5
9742025-01-27T08:48:35.945Z Downloaded dropshot v0.12.0
9752025-01-27T08:48:35.964Z Downloaded vcpkg v0.2.15
9762025-01-27T08:48:36.002Z Downloaded chrono-tz v0.10.1
9772025-01-27T08:48:36.008Z Downloaded csv v1.3.1
9782025-01-27T08:48:36.028Z Downloaded quinn-proto v0.11.9
9792025-01-27T08:48:36.035Z Downloaded regex v1.11.1
9802025-01-27T08:48:36.048Z Downloaded icu_properties_data v1.5.0
9812025-01-27T08:48:36.058Z Downloaded tokio v1.43.0
9822025-01-27T08:48:36.096Z Downloaded lzma-sys v0.1.20
9832025-01-27T08:48:36.124Z Downloaded whoami v1.5.2
9842025-01-27T08:48:36.126Z Downloaded password-hash v0.4.2
9852025-01-27T08:48:36.129Z Downloaded sha3 v0.10.8
9862025-01-27T08:48:36.132Z Downloaded sct v0.7.1
9872025-01-27T08:48:36.135Z Downloaded darling_core v0.20.10
9882025-01-27T08:48:36.140Z Downloaded tungstenite v0.23.0
9892025-01-27T08:48:36.143Z Downloaded tungstenite v0.21.0
9902025-01-27T08:48:36.146Z Downloaded expectorate v1.1.0
9912025-01-27T08:48:36.148Z Downloaded snafu v0.8.5
9922025-01-27T08:48:36.154Z Downloaded unsafe-libyaml v0.2.11
9932025-01-27T08:48:36.158Z Downloaded schemars v0.8.21
9942025-01-27T08:48:36.169Z Downloaded libz-sys v1.1.21
9952025-01-27T08:48:36.190Z Downloaded tokio-postgres v0.7.12
9962025-01-27T08:48:36.194Z Downloaded hash32 v0.3.1
9972025-01-27T08:48:36.197Z Downloaded darling v0.20.10
9982025-01-27T08:48:36.199Z Downloaded des v0.8.1
9992025-01-27T08:48:36.201Z Downloaded unicode-properties v0.1.3
10002025-01-27T08:48:36.204Z Downloaded progenitor-impl v0.9.1
10012025-01-27T08:48:36.206Z Downloaded pkcs1 v0.7.5
10022025-01-27T08:48:36.209Z Downloaded rayon-core v1.12.1
10032025-01-27T08:48:36.212Z Downloaded rsa v0.9.7
10042025-01-27T08:48:36.215Z Downloaded openssl-sys v0.9.104
10052025-01-27T08:48:36.220Z Downloaded quinn v0.11.6
10062025-01-27T08:48:36.223Z Downloaded aws-lc-rs v1.12.2
10072025-01-27T08:48:36.232Z Downloaded toml_edit v0.19.15
10082025-01-27T08:48:36.248Z Downloaded serde_yaml v0.9.34+deprecated
10092025-01-27T08:48:36.251Z Downloaded itertools v0.13.0
10102025-01-27T08:48:36.258Z Downloaded zone_cfg_derive v0.1.2
10112025-01-27T08:48:36.260Z Downloaded typify v0.3.0
10122025-01-27T08:48:36.263Z Downloaded subprocess v0.2.9
10132025-01-27T08:48:36.265Z Downloaded ed25519-dalek v2.1.1
10142025-01-27T08:48:36.268Z Downloaded zerovec v0.10.4
10152025-01-27T08:48:36.273Z Downloaded progenitor v0.9.1
10162025-01-27T08:48:36.276Z Downloaded postcard v1.1.1
10172025-01-27T08:48:36.278Z Downloaded poly1305 v0.8.0
10182025-01-27T08:48:36.280Z Downloaded slog-dtrace v0.3.0
10192025-01-27T08:48:36.282Z Downloaded slog-bunyan v2.5.0
10202025-01-27T08:48:36.283Z Downloaded futures-io v0.3.31
10212025-01-27T08:48:36.283Z Downloaded fixedbitset v0.4.2
10222025-01-27T08:48:36.285Z Downloaded derive_more v0.99.18
10232025-01-27T08:48:36.288Z Downloaded r2d2 v0.8.10
10242025-01-27T08:48:36.290Z Downloaded pretty-hex v0.2.1
10252025-01-27T08:48:36.290Z Downloaded heck v0.3.3
10262025-01-27T08:48:36.293Z Downloaded zone v0.1.8
10272025-01-27T08:48:36.293Z Downloaded oso v0.27.3
10282025-01-27T08:48:36.295Z Downloaded russh v0.45.0
10292025-01-27T08:48:36.300Z Downloaded termios v0.3.3
10302025-01-27T08:48:36.303Z Downloaded env_logger v0.11.6
10312025-01-27T08:48:36.307Z Downloaded slog-json v2.6.1
10322025-01-27T08:48:36.309Z Downloaded futures-task v0.3.31
10332025-01-27T08:48:36.309Z Downloaded serde_with_macros v3.12.0
10342025-01-27T08:48:36.312Z Downloaded fatfs v0.3.6
10352025-01-27T08:48:36.321Z Downloaded zerocopy-derive v0.8.14
10362025-01-27T08:48:36.323Z Downloaded hyper v1.5.2
10372025-01-27T08:48:36.326Z Downloaded tokio-rustls v0.25.0
10382025-01-27T08:48:36.329Z Downloaded fd-lock v4.0.2
10392025-01-27T08:48:36.333Z Downloaded fallible-iterator v0.2.0
10402025-01-27T08:48:36.335Z Downloaded embedded-io v0.6.1
10412025-01-27T08:48:36.335Z Downloaded unicode_categories v0.1.1
10422025-01-27T08:48:36.335Z Downloaded tower v0.5.2
10432025-01-27T08:48:36.344Z Downloaded either v1.13.0
10442025-01-27T08:48:36.348Z Downloaded tokio-macros v2.5.0
10452025-01-27T08:48:36.350Z Downloaded tiny-keccak v2.0.2
10462025-01-27T08:48:36.351Z Downloaded parking_lot_core v0.9.10
10472025-01-27T08:48:36.353Z Downloaded crossterm v0.28.1
10482025-01-27T08:48:36.358Z Downloaded toml v0.7.8
10492025-01-27T08:48:36.361Z Downloaded x509-cert v0.2.5
10502025-01-27T08:48:36.367Z Downloaded signal-hook-mio v0.2.4
10512025-01-27T08:48:36.370Z Downloaded shell-words v1.1.0
10522025-01-27T08:48:36.370Z Downloaded pin-utils v0.1.0
10532025-01-27T08:48:36.372Z Downloaded thread_local v1.1.8
10542025-01-27T08:48:36.372Z Downloaded encoding_rs v0.8.35
10552025-01-27T08:48:36.394Z Downloaded num-traits v0.2.19
10562025-01-27T08:48:36.396Z Downloaded flume v0.11.1
10572025-01-27T08:48:36.400Z Downloaded rustls-pemfile v1.0.4
10582025-01-27T08:48:36.402Z Downloaded mio v1.0.3
10592025-01-27T08:48:36.407Z Downloaded minimal-lexical v0.2.1
10602025-01-27T08:48:36.411Z Downloaded der v0.7.9
10612025-01-27T08:48:36.416Z Downloaded displaydoc v0.2.5
10622025-01-27T08:48:36.419Z Downloaded uzers v0.12.1
10632025-01-27T08:48:36.422Z Downloaded url v2.5.4
10642025-01-27T08:48:36.425Z Downloaded socket2 v0.5.8
10652025-01-27T08:48:36.427Z Downloaded fs_extra v1.3.0
10662025-01-27T08:48:36.430Z Downloaded foreign-types-macros v0.2.3
10672025-01-27T08:48:36.430Z Downloaded crossbeam-channel v0.5.14
10682025-01-27T08:48:36.434Z Downloaded cc v1.2.10
10692025-01-27T08:48:36.438Z Downloaded sync-ptr v0.1.1
10702025-01-27T08:48:36.440Z Downloaded rustc_version v0.4.1
10712025-01-27T08:48:36.440Z Downloaded rustc_version v0.1.7
10722025-01-27T08:48:36.440Z Downloaded indicatif v0.17.9
10732025-01-27T08:48:36.444Z Downloaded proc-macro-crate v1.3.1
10742025-01-27T08:48:36.446Z Downloaded libgit2-sys v0.17.0+1.8.1
10752025-01-27T08:48:36.502Z Downloaded num_enum_derive v0.5.11
10762025-01-27T08:48:36.505Z Downloaded num_enum v0.5.11
10772025-01-27T08:48:36.508Z Downloaded snafu-derive v0.8.5
10782025-01-27T08:48:36.510Z Downloaded serde_derive_internals v0.29.1
10792025-01-27T08:48:36.513Z Downloaded serde-hex v0.1.0
10802025-01-27T08:48:36.513Z Downloaded fragile v2.0.0
10812025-01-27T08:48:36.515Z Downloaded form_urlencoded v1.2.1
10822025-01-27T08:48:36.515Z Downloaded progenitor-impl v0.8.0
10832025-01-27T08:48:36.518Z Downloaded predicates v3.1.3
10842025-01-27T08:48:36.520Z Downloaded ppv-lite86 v0.2.20
10852025-01-27T08:48:36.520Z Downloaded pkg-config v0.3.31
10862025-01-27T08:48:36.523Z Downloaded pkcs8 v0.10.2
10872025-01-27T08:48:36.525Z Downloaded peg-macros v0.8.4
10882025-01-27T08:48:36.528Z Downloaded similar v2.7.0
10892025-01-27T08:48:36.530Z Downloaded backtrace v0.3.74
10902025-01-27T08:48:36.535Z Downloaded rustfmt-wrapper v0.2.1
10912025-01-27T08:48:36.537Z Downloaded defmt-parser v0.4.1
10922025-01-27T08:48:36.537Z Downloaded parking_lot_core v0.8.6
10932025-01-27T08:48:36.539Z Downloaded parking_lot v0.11.2
10942025-01-27T08:48:36.542Z Downloaded num-complex v0.4.6
10952025-01-27T08:48:36.544Z Downloaded nu-ansi-term v0.50.1
10962025-01-27T08:48:36.547Z Downloaded derive-where v1.2.7
10972025-01-27T08:48:36.549Z Downloaded miniz_oxide v0.8.3
10982025-01-27T08:48:36.551Z Downloaded idna v1.0.3
10992025-01-27T08:48:36.555Z Downloaded heapless v0.7.17
11002025-01-27T08:48:36.559Z Downloaded dirs-next v2.0.0
11012025-01-27T08:48:36.561Z Downloaded difflib v0.4.0
11022025-01-27T08:48:36.564Z Downloaded unarray v0.1.4
11032025-01-27T08:48:36.564Z Downloaded typify-macro v0.3.0
11042025-01-27T08:48:36.566Z Downloaded strum_macros v0.24.3
11052025-01-27T08:48:36.569Z Downloaded ron v0.8.1
11062025-01-27T08:48:36.572Z Downloaded rcgen v0.12.1
11072025-01-27T08:48:36.574Z Downloaded chacha20poly1305 v0.10.1
11082025-01-27T08:48:36.577Z Downloaded resolv-conf v0.7.0
11092025-01-27T08:48:36.579Z Downloaded allocator-api2 v0.2.21
11102025-01-27T08:48:36.581Z Downloaded foreign-types-shared v0.1.1
11112025-01-27T08:48:36.581Z Downloaded bumpalo v3.16.0
11122025-01-27T08:48:36.584Z Downloaded base64 v0.21.7
11132025-01-27T08:48:36.587Z Downloaded num-integer v0.1.46
11142025-01-27T08:48:36.590Z Downloaded num-derive v0.4.2
11152025-01-27T08:48:36.592Z Downloaded newtype-uuid v1.2.1
11162025-01-27T08:48:36.592Z Downloaded group v0.13.0
11172025-01-27T08:48:36.594Z Downloaded jobserver v0.1.32
11182025-01-27T08:48:36.597Z Downloaded compact_str v0.8.1
11192025-01-27T08:48:36.599Z Downloaded ahash v0.8.11
11202025-01-27T08:48:36.603Z Downloaded libloading v0.8.6
11212025-01-27T08:48:36.605Z Downloaded zerofrom-derive v0.1.5
11222025-01-27T08:48:36.606Z Downloaded wyz v0.5.1
11232025-01-27T08:48:36.608Z Downloaded cookie v0.18.1
11242025-01-27T08:48:36.610Z Downloaded bytes v1.9.0
11252025-01-27T08:48:36.613Z Downloaded base64 v0.13.1
11262025-01-27T08:48:36.616Z Downloaded writeable v0.5.5
11272025-01-27T08:48:36.618Z Downloaded untrusted v0.9.0
11282025-01-27T08:48:36.618Z Downloaded typify-macro v0.2.0
11292025-01-27T08:48:36.621Z Downloaded tls_codec v0.4.1
11302025-01-27T08:48:36.623Z Downloaded lock_api v0.4.12
11312025-01-27T08:48:36.623Z Downloaded endian-type v0.1.2
11322025-01-27T08:48:36.623Z Downloaded tap v1.0.1
11332025-01-27T08:48:36.626Z Downloaded synstructure v0.13.1
11342025-01-27T08:48:36.626Z Downloaded structmeta-derive v0.2.0
11352025-01-27T08:48:36.629Z Downloaded structmeta v0.3.0
11362025-01-27T08:48:36.629Z Downloaded structmeta v0.2.0
11372025-01-27T08:48:36.629Z Downloaded smf v0.2.3
11382025-01-27T08:48:36.632Z Downloaded rustc-hash v2.1.0
11392025-01-27T08:48:36.632Z Downloaded slog-scope v4.4.0
11402025-01-27T08:48:36.632Z Downloaded simd-adler32 v0.3.7
11412025-01-27T08:48:36.635Z Downloaded hyper-rustls v0.27.5
11422025-01-27T08:48:36.635Z Downloaded icu_locid v1.5.0
11432025-01-27T08:48:36.640Z Downloaded memoffset v0.9.1
11442025-01-27T08:48:36.642Z Downloaded libsw v3.4.0
11452025-01-27T08:48:36.644Z Downloaded indoc v1.0.9
11462025-01-27T08:48:36.647Z Downloaded crc-any v2.5.0
11472025-01-27T08:48:36.652Z Downloaded blake2 v0.10.6
11482025-01-27T08:48:36.655Z Downloaded const-oid v0.9.6
11492025-01-27T08:48:36.655Z Downloaded clang-sys v1.8.1
11502025-01-27T08:48:36.655Z Downloaded indoc v2.0.5
11512025-01-27T08:48:36.657Z Downloaded lalrpop-util v0.19.12
11522025-01-27T08:48:36.662Z Downloaded http-body-util v0.1.2
11532025-01-27T08:48:36.662Z Downloaded hostname v0.4.0
11542025-01-27T08:48:36.666Z Downloaded hostname v0.3.1
11552025-01-27T08:48:36.666Z Downloaded linked-hash-map v0.5.6
11562025-01-27T08:48:36.666Z Downloaded lazy_static v1.5.0
11572025-01-27T08:48:36.669Z Downloaded kstat-rs v0.2.4
11582025-01-27T08:48:36.669Z Downloaded ipnetwork v0.20.0
11592025-01-27T08:48:36.671Z Downloaded salsa20 v0.10.2
11602025-01-27T08:48:36.673Z Downloaded rustc-hash v1.1.0
11612025-01-27T08:48:36.673Z Downloaded icu_normalizer_data v1.5.0
11622025-01-27T08:48:36.676Z Downloaded cancel-safe-futures v0.1.5
11632025-01-27T08:48:36.678Z Downloaded is-terminal v0.4.15
11642025-01-27T08:48:36.680Z Downloaded indexmap v1.9.3
11652025-01-27T08:48:36.684Z Downloaded hex-literal v0.4.1
11662025-01-27T08:48:36.684Z Downloaded csv-core v0.1.11
11672025-01-27T08:48:36.687Z Downloaded crc32fast v1.4.2
11682025-01-27T08:48:36.687Z Downloaded cookie_store v0.21.1
11692025-01-27T08:48:36.689Z Downloaded async-bb8-diesel v0.2.1
11702025-01-27T08:48:36.692Z Downloaded cobs v0.2.3
11712025-01-27T08:48:36.692Z Downloaded block-padding v0.3.3
11722025-01-27T08:48:36.694Z Downloaded bitflags v1.3.2
11732025-01-27T08:48:36.696Z Downloaded crc v3.2.1
11742025-01-27T08:48:36.699Z Downloaded bitfield v0.14.0
11752025-01-27T08:48:36.699Z Downloaded bit-vec v0.8.0
11762025-01-27T08:48:36.702Z Downloaded buf-list v1.0.3
11772025-01-27T08:48:36.705Z Downloaded bit-set v0.5.3
11782025-01-27T08:48:36.707Z Downloaded chrono-tz-build v0.4.0
11792025-01-27T08:48:36.707Z Downloaded cassowary v0.3.0
11802025-01-27T08:48:36.710Z Downloaded blowfish v0.9.1
11812025-01-27T08:48:36.710Z Downloaded bit-vec v0.6.3
11822025-01-27T08:48:36.712Z Downloaded base16ct v0.2.0
11832025-01-27T08:48:36.714Z Downloaded bit-set v0.8.0
11842025-01-27T08:48:36.714Z Downloaded bcrypt-pbkdf v0.10.0
11852025-01-27T08:48:36.714Z Downloaded arrayref v0.3.9
11862025-01-27T08:48:36.717Z Downloaded array-init v0.0.4
11872025-01-27T08:48:36.858Z Downloaded ring v0.17.8
11882025-01-27T08:48:36.972Z Downloaded libsqlite3-sys v0.30.1
11892025-01-27T08:48:37.128Z Downloaded aws-lc-sys v0.25.0
11902025-01-27T08:48:37.440Z Compiling serde v1.0.217
11912025-01-27T08:48:37.442Z Compiling lock_api v0.4.12
11922025-01-27T08:48:37.442Z Compiling value-bag v1.10.0
11932025-01-27T08:48:37.442Z Compiling scopeguard v1.2.0
11942025-01-27T08:48:37.442Z Compiling typenum v1.17.0
11952025-01-27T08:48:37.442Z Compiling generic-array v0.14.7
11962025-01-27T08:48:37.644Z Compiling syn v2.0.96
11972025-01-27T08:48:37.660Z Compiling getrandom v0.2.15
11982025-01-27T08:48:37.807Z Compiling subtle v2.6.1
11992025-01-27T08:48:37.889Z Compiling rand_core v0.6.4
12002025-01-27T08:48:38.076Z Compiling log v0.4.25
12012025-01-27T08:48:38.145Z Compiling shlex v1.3.0
12022025-01-27T08:48:38.190Z Compiling jobserver v0.1.32
12032025-01-27T08:48:38.211Z Compiling smallvec v1.13.2
12042025-01-27T08:48:38.385Z Compiling const-oid v0.9.6
12052025-01-27T08:48:38.486Z Compiling pin-project-lite v0.2.16
12062025-01-27T08:48:38.507Z Compiling parking_lot_core v0.9.10
12072025-01-27T08:48:38.579Z Compiling cc v1.2.10
12082025-01-27T08:48:38.615Z Compiling rustix v0.38.44
12092025-01-27T08:48:38.811Z Compiling spin v0.9.8
12102025-01-27T08:48:38.955Z Compiling futures-core v0.3.31
12112025-01-27T08:48:39.180Z Compiling signal-hook-registry v1.4.2
12122025-01-27T08:48:39.202Z Compiling mio v1.0.3
12132025-01-27T08:48:39.430Z Compiling parking_lot v0.12.3
12142025-01-27T08:48:39.572Z Compiling aho-corasick v1.1.3
12152025-01-27T08:48:39.837Z Compiling stable_deref_trait v1.2.0
12162025-01-27T08:48:40.024Z Compiling either v1.13.0
12172025-01-27T08:48:40.052Z Compiling futures-sink v0.3.31
12182025-01-27T08:48:40.233Z Compiling regex-syntax v0.8.5
12192025-01-27T08:48:40.417Z Compiling cpufeatures v0.2.17
12202025-01-27T08:48:40.439Z Compiling socket2 v0.5.8
12212025-01-27T08:48:40.457Z Compiling slab v0.4.9
12222025-01-27T08:48:40.526Z Compiling glob v0.3.2
12232025-01-27T08:48:40.610Z Compiling prettyplease v0.2.29
12242025-01-27T08:48:40.965Z Compiling lazy_static v1.5.0
12252025-01-27T08:48:41.109Z Compiling minimal-lexical v0.2.1
12262025-01-27T08:48:41.276Z Compiling serde_json v1.0.137
12272025-01-27T08:48:41.398Z Compiling futures-channel v0.3.31
12282025-01-27T08:48:41.447Z Compiling clang-sys v1.8.1
12292025-01-27T08:48:41.628Z Compiling nom v7.1.3
12302025-01-27T08:48:41.650Z Compiling libloading v0.8.6
12312025-01-27T08:48:41.807Z Compiling futures-io v0.3.31
12322025-01-27T08:48:42.055Z Compiling pin-utils v0.1.0
12332025-01-27T08:48:42.094Z Compiling futures-task v0.3.31
12342025-01-27T08:48:42.168Z Compiling bindgen v0.69.5
12352025-01-27T08:48:42.194Z Compiling home v0.5.11
12362025-01-27T08:48:42.449Z Compiling itertools v0.12.1
12372025-01-27T08:48:42.765Z Compiling foldhash v0.1.4
12382025-01-27T08:48:43.062Z Compiling lazycell v1.3.0
12392025-01-27T08:48:43.091Z Compiling rustc-hash v1.1.0
12402025-01-27T08:48:43.252Z Compiling libm v0.2.11
12412025-01-27T08:48:43.273Z Compiling allocator-api2 v0.2.21
12422025-01-27T08:48:43.621Z Compiling cmake v0.1.52
12432025-01-27T08:48:43.955Z Compiling hashbrown v0.15.2
12442025-01-27T08:48:44.487Z Compiling regex-automata v0.4.9
12452025-01-27T08:48:44.630Z Compiling num-traits v0.2.19
12462025-01-27T08:48:44.938Z Compiling cexpr v0.6.0
12472025-01-27T08:48:45.017Z Compiling dunce v1.0.5
12482025-01-27T08:48:45.130Z Compiling synstructure v0.13.1
12492025-01-27T08:48:45.351Z Compiling pkg-config v0.3.31
12502025-01-27T08:48:46.583Z Compiling fs_extra v1.3.0
12512025-01-27T08:48:46.723Z Compiling writeable v0.5.5
12522025-01-27T08:48:46.847Z Compiling litemap v0.7.4
12532025-01-27T08:48:47.136Z Compiling ring v0.17.8
12542025-01-27T08:48:47.231Z Compiling base64ct v1.6.0
12552025-01-27T08:48:47.267Z Compiling paste v1.0.15
12562025-01-27T08:48:47.903Z Compiling pem-rfc7468 v0.7.0
12572025-01-27T08:48:47.962Z Compiling aws-lc-rs v1.12.2
12582025-01-27T08:48:48.099Z Compiling httparse v1.9.5
12592025-01-27T08:48:48.393Z Compiling icu_locid_transform_data v1.5.0
12602025-01-27T08:48:48.509Z Compiling flagset v0.4.6
12612025-01-27T08:48:48.708Z Compiling tracing-core v0.1.33
12622025-01-27T08:48:48.831Z Compiling percent-encoding v2.3.1
12632025-01-27T08:48:49.142Z Compiling rustls-pki-types v1.10.1
12642025-01-27T08:48:49.414Z Compiling icu_properties_data v1.5.0
12652025-01-27T08:48:49.606Z Compiling crossbeam-utils v0.8.21
12662025-01-27T08:48:49.881Z Compiling powerfmt v0.2.0
12672025-01-27T08:48:50.127Z Compiling regex v1.11.1
12682025-01-27T08:48:50.179Z Compiling icu_normalizer_data v1.5.0
12692025-01-27T08:48:50.264Z Compiling vcpkg v0.2.15
12702025-01-27T08:48:50.294Z Compiling utf8_iter v1.0.4
12712025-01-27T08:48:50.359Z Compiling untrusted v0.7.1
12722025-01-27T08:48:50.543Z Compiling untrusted v0.9.0
12732025-01-27T08:48:50.564Z Compiling num-conv v0.1.0
12742025-01-27T08:48:50.725Z Compiling write16 v1.0.0
12752025-01-27T08:48:50.747Z Compiling serde_derive v1.0.217
12762025-01-27T08:48:50.841Z Compiling zeroize_derive v1.4.2
12772025-01-27T08:48:50.874Z Compiling zerocopy-derive v0.7.35
12782025-01-27T08:48:51.066Z Compiling tokio-macros v2.5.0
12792025-01-27T08:48:52.035Z Compiling zerofrom-derive v0.1.5
12802025-01-27T08:48:52.195Z Compiling zeroize v1.8.1
12812025-01-27T08:48:52.535Z Compiling yoke-derive v0.7.5
12822025-01-27T08:48:52.870Z Compiling zerocopy v0.7.35
12832025-01-27T08:48:53.048Z Compiling zerovec-derive v0.10.3
12842025-01-27T08:48:53.724Z Compiling crypto-common v0.1.6
12852025-01-27T08:48:53.964Z Compiling block-buffer v0.10.4
12862025-01-27T08:48:53.986Z Compiling futures-macro v0.3.31
12872025-01-27T08:48:54.144Z Compiling displaydoc v0.2.5
12882025-01-27T08:48:54.243Z Compiling digest v0.10.7
12892025-01-27T08:48:54.721Z Compiling hmac v0.12.1
12902025-01-27T08:48:55.015Z Compiling block-padding v0.3.3
12912025-01-27T08:48:55.265Z Compiling inout v0.1.3
12922025-01-27T08:48:55.290Z Compiling sha2 v0.10.8
12932025-01-27T08:48:55.523Z Compiling zerofrom v0.1.5
12942025-01-27T08:48:55.556Z Compiling cipher v0.4.4
12952025-01-27T08:48:55.559Z Compiling thiserror-impl v1.0.69
12962025-01-27T08:48:55.666Z Compiling icu_provider_macros v1.5.0
12972025-01-27T08:48:55.696Z Compiling ppv-lite86 v0.2.20
12982025-01-27T08:48:55.755Z Compiling yoke v0.7.5
12992025-01-27T08:48:55.883Z Compiling futures-util v0.3.31
13002025-01-27T08:48:56.085Z Compiling zerovec v0.10.4
13012025-01-27T08:48:56.128Z Compiling der_derive v0.7.3
13022025-01-27T08:48:56.426Z Compiling thiserror-impl v2.0.11
13032025-01-27T08:48:56.743Z Compiling rand_chacha v0.3.1
13042025-01-27T08:48:58.076Z Compiling tinystr v0.7.6
13052025-01-27T08:48:58.365Z Compiling der v0.7.9
13062025-01-27T08:48:58.472Z Compiling icu_locid v1.5.0
13072025-01-27T08:48:58.531Z Compiling thiserror v1.0.69
13082025-01-27T08:48:58.693Z Compiling icu_collections v1.5.0
13092025-01-27T08:48:58.848Z Compiling tracing-attributes v0.1.28
13102025-01-27T08:48:59.068Z Compiling rand v0.8.5
13112025-01-27T08:48:59.681Z Compiling icu_provider v1.5.0
13122025-01-27T08:48:59.957Z Compiling thiserror v2.0.11
13132025-01-27T08:49:00.117Z Compiling pest v2.7.15
13142025-01-27T08:49:00.641Z Compiling icu_locid_transform v1.5.0
13152025-01-27T08:49:00.718Z Compiling spki v0.7.3
13162025-01-27T08:49:01.087Z Compiling salsa20 v0.10.2
13172025-01-27T08:49:01.160Z Compiling pbkdf2 v0.12.2
13182025-01-27T08:49:01.321Z Compiling utf16_iter v1.0.5
13192025-01-27T08:49:01.357Z Compiling time-core v0.1.2
13202025-01-27T08:49:01.399Z Compiling scrypt v0.11.0
13212025-01-27T08:49:01.423Z Compiling cbc v0.1.2
13222025-01-27T08:49:01.525Z Compiling aes v0.8.4
13232025-01-27T08:49:01.545Z Compiling time-macros v0.2.19
13242025-01-27T08:49:01.895Z Compiling icu_properties v1.5.1
13252025-01-27T08:49:02.287Z Compiling tracing v0.1.41
13262025-01-27T08:49:02.771Z Compiling pest_meta v2.7.15
13272025-01-27T08:49:03.038Z Compiling openssl-sys v0.9.104
13282025-01-27T08:49:03.160Z Compiling scroll_derive v0.12.0
13292025-01-27T08:49:03.908Z Compiling bitflags v2.8.0
13302025-01-27T08:49:04.113Z Compiling bytes v1.9.0
13312025-01-27T08:49:04.551Z Compiling indexmap v2.7.1
13322025-01-27T08:49:04.613Z Compiling semver v1.0.25
13332025-01-27T08:49:05.117Z Compiling tokio v1.43.0
13342025-01-27T08:49:05.290Z Compiling http v1.2.0
13352025-01-27T08:49:05.341Z Compiling rustc_version v0.4.1
13362025-01-27T08:49:05.912Z Compiling icu_normalizer v1.5.0
13372025-01-27T08:49:06.527Z Compiling deranged v0.3.11
13382025-01-27T08:49:07.171Z Compiling atomic-waker v1.1.2
13392025-01-27T08:49:07.250Z Compiling tinyvec_macros v0.1.1
13402025-01-27T08:49:07.289Z Compiling num_threads v0.1.7
13412025-01-27T08:49:07.364Z Compiling tinyvec v1.8.1
13422025-01-27T08:49:07.381Z Compiling idna_adapter v1.2.0
13432025-01-27T08:49:07.425Z Compiling http-body v1.0.1
13442025-01-27T08:49:07.507Z Compiling scroll v0.12.0
13452025-01-27T08:49:07.683Z Compiling pest_generator v2.7.15
13462025-01-27T08:49:07.722Z Compiling pkcs5 v0.7.1
13472025-01-27T08:49:07.744Z Compiling form_urlencoded v1.2.1
13482025-01-27T08:49:07.945Z Compiling time v0.3.37
13492025-01-27T08:49:08.047Z Compiling try-lock v0.2.5
13502025-01-27T08:49:08.047Z Compiling slog v2.7.0
13512025-01-27T08:49:08.215Z Compiling want v0.3.1
13522025-01-27T08:49:08.490Z Compiling which v4.4.2
13532025-01-27T08:49:08.680Z Compiling pkcs8 v0.10.2
13542025-01-27T08:49:08.786Z Compiling goblin v0.8.2
13552025-01-27T08:49:08.807Z Compiling idna v1.0.3
13562025-01-27T08:49:09.326Z Compiling uuid v1.12.1
13572025-01-27T08:49:09.544Z Compiling iana-time-zone v0.1.61
13582025-01-27T08:49:09.582Z Compiling pest_derive v2.7.15
13592025-01-27T08:49:09.957Z Compiling httpdate v1.0.3
13602025-01-27T08:49:10.389Z Compiling tower-service v0.3.3
13612025-01-27T08:49:10.411Z Compiling dtrace-parser v0.2.0
13622025-01-27T08:49:10.414Z Compiling chrono v0.4.39
13632025-01-27T08:49:10.767Z Compiling serde_spanned v0.6.8
13642025-01-27T08:49:11.019Z Compiling toml_datetime v0.6.8
13652025-01-27T08:49:11.242Z Compiling serde_tokenstream v0.2.2
13662025-01-27T08:49:11.495Z Compiling match_cfg v0.1.0
13672025-01-27T08:49:11.608Z Compiling rustversion v1.0.19
13682025-01-27T08:49:11.840Z Compiling foreign-types-shared v0.1.1
13692025-01-27T08:49:11.975Z Compiling base64 v0.22.1
13702025-01-27T08:49:12.287Z Compiling adler2 v2.0.0
13712025-01-27T08:49:12.321Z Compiling openssl v0.10.69
13722025-01-27T08:49:12.515Z Compiling miniz_oxide v0.8.3
13732025-01-27T08:49:12.774Z Compiling foreign-types v0.3.2
13742025-01-27T08:49:12.777Z Compiling hostname v0.3.1
13752025-01-27T08:49:12.870Z Compiling url v2.5.4
13762025-01-27T08:49:13.011Z Compiling tokio-util v0.7.13
13772025-01-27T08:49:13.775Z Compiling openssl-macros v0.1.1
13782025-01-27T08:49:14.040Z Compiling h2 v0.4.7
13792025-01-27T08:49:14.108Z Compiling async-trait v0.1.85
13802025-01-27T08:49:14.266Z Compiling serde_derive_internals v0.29.1
13812025-01-27T08:49:14.502Z Compiling dof v0.3.0
13822025-01-27T08:49:14.530Z Compiling dirs-sys-next v0.1.2
13832025-01-27T08:49:15.121Z Compiling data-encoding v2.7.0
13842025-01-27T08:49:16.357Z Compiling usdt-impl v0.5.0
13852025-01-27T08:49:16.615Z Compiling rustls v0.23.21
13862025-01-27T08:49:16.682Z Compiling rustls v0.22.4
13872025-01-27T08:49:16.915Z Compiling native-tls v0.2.13
13882025-01-27T08:49:16.953Z Compiling syn v1.0.109
13892025-01-27T08:49:17.229Z Compiling schemars v0.8.21
13902025-01-27T08:49:17.264Z Compiling object v0.36.7
13912025-01-27T08:49:17.638Z Compiling schemars_derive v0.8.21
13922025-01-27T08:49:17.655Z Compiling dirs-next v2.0.0
13932025-01-27T08:49:17.865Z Compiling unicode-normalization v0.1.24
13942025-01-27T08:49:18.053Z Compiling http-body-util v0.1.2
13952025-01-27T08:49:18.535Z Compiling crossbeam-epoch v0.9.18
13962025-01-27T08:49:18.560Z Compiling heapless v0.7.17
13972025-01-27T08:49:18.957Z Compiling sha1 v0.10.6
13982025-01-27T08:49:18.990Z Compiling signature v2.2.0
13992025-01-27T08:49:19.119Z Compiling bzip2-sys v0.1.11+1.0.8
14002025-01-27T08:49:19.217Z Compiling thread_local v1.1.8
14012025-01-27T08:49:19.295Z Compiling multer v3.1.0
14022025-01-27T08:49:19.371Z Compiling cookie v0.18.1
14032025-01-27T08:49:19.598Z Compiling encoding_rs v0.8.35
14042025-01-27T08:49:19.620Z Compiling unicode-properties v0.1.3
14052025-01-27T08:49:19.669Z Compiling dyn-clone v1.0.17
14062025-01-27T08:49:19.690Z Compiling openssl-probe v0.1.6
14072025-01-27T08:49:19.943Z Compiling signal-hook v0.3.17
14082025-01-27T08:49:20.063Z Compiling ipnet v2.11.0
14092025-01-27T08:49:20.084Z Compiling slog-async v2.8.0
14102025-01-27T08:49:20.212Z Compiling mime v0.3.17
14112025-01-27T08:49:20.602Z Compiling unicode-bidi v0.3.18
14122025-01-27T08:49:20.644Z Compiling gimli v0.31.1
14132025-01-27T08:49:20.798Z Compiling rayon-core v1.12.1
14142025-01-27T08:49:21.089Z Compiling hyper v1.5.2
14152025-01-27T08:49:21.932Z Compiling stringprep v0.1.5
14162025-01-27T08:49:23.166Z Compiling toml_edit v0.22.22
14172025-01-27T08:49:23.825Z Compiling hyper-util v0.1.10
14182025-01-27T08:49:24.685Z Compiling crossbeam-deque v0.8.6
14192025-01-27T08:49:24.776Z Compiling addr2line v0.24.2
14202025-01-27T08:49:25.026Z Compiling usdt-attr-macro v0.5.0
14212025-01-27T08:49:25.323Z Compiling usdt-macro v0.5.0
14222025-01-27T08:49:25.612Z Compiling term v0.7.0
14232025-01-27T08:49:26.544Z Compiling slog-json v2.6.1
14242025-01-27T08:49:26.627Z Compiling serde_urlencoded v0.7.1
14252025-01-27T08:49:26.769Z Compiling crossbeam-channel v0.5.14
14262025-01-27T08:49:26.880Z Compiling curve25519-dalek v4.1.3
14272025-01-27T08:49:26.902Z Compiling enum-as-inner v0.6.1
14282025-01-27T08:49:27.130Z Compiling futures-executor v0.3.31
14292025-01-27T08:49:27.560Z Compiling md-5 v0.10.6
14302025-01-27T08:49:27.702Z Compiling async-stream-impl v0.3.6
14312025-01-27T08:49:27.785Z Compiling rustls-pemfile v2.2.0
14322025-01-27T08:49:27.849Z Compiling num-integer v0.1.46
14332025-01-27T08:49:27.947Z Compiling hash32 v0.2.1
14342025-01-27T08:49:28.127Z Compiling ff v0.13.0
14352025-01-27T08:49:28.319Z Compiling is-terminal v0.4.15
14362025-01-27T08:49:28.379Z Compiling dropshot v0.12.0
14372025-01-27T08:49:28.466Z Compiling siphasher v1.0.1
14382025-01-27T08:49:28.598Z Compiling take_mut v0.2.2
14392025-01-27T08:49:28.672Z Compiling anyhow v1.0.95
14402025-01-27T08:49:28.775Z Compiling base16ct v0.2.0
14412025-01-27T08:49:28.844Z Compiling linked-hash-map v0.5.6
14422025-01-27T08:49:28.951Z Compiling litrs v0.4.1
14432025-01-27T08:49:29.114Z Compiling psl-types v2.0.11
14442025-01-27T08:49:29.183Z Compiling rustc-demangle v0.1.24
14452025-01-27T08:49:29.302Z Compiling utf-8 v0.7.6
14462025-01-27T08:49:29.340Z Compiling quick-error v1.2.3
14472025-01-27T08:49:29.505Z Compiling smoltcp v0.9.1
14482025-01-27T08:49:29.626Z Compiling num-bigint-dig v0.8.4
14492025-01-27T08:49:29.983Z Compiling fallible-iterator v0.2.0
14502025-01-27T08:49:30.102Z Compiling portable-atomic v1.10.0
14512025-01-27T08:49:30.149Z Compiling document-features v0.2.10
14522025-01-27T08:49:30.268Z Compiling tungstenite v0.24.0
14532025-01-27T08:49:30.444Z Compiling resolv-conf v0.7.0
14542025-01-27T08:49:30.637Z Compiling postgres-protocol v0.6.7
14552025-01-27T08:49:31.169Z Compiling publicsuffix v2.3.0
14562025-01-27T08:49:31.351Z Compiling lru-cache v0.1.2
14572025-01-27T08:49:31.474Z Compiling sec1 v0.7.3
14582025-01-27T08:49:31.551Z Compiling async-stream v0.3.6
14592025-01-27T08:49:31.571Z Compiling phf_shared v0.11.3
14602025-01-27T08:49:31.863Z Compiling backtrace v0.3.74
14612025-01-27T08:49:32.005Z Compiling slog-term v2.9.1
14622025-01-27T08:49:32.026Z Compiling usdt v0.5.0
14632025-01-27T08:49:32.237Z Compiling group v0.13.0
14642025-01-27T08:49:32.480Z Compiling num-iter v0.1.45
14652025-01-27T08:49:32.570Z Compiling hickory-proto v0.24.2
14662025-01-27T08:49:32.809Z Compiling futures v0.3.31
14672025-01-27T08:49:32.902Z Compiling slog-bunyan v2.5.0
14682025-01-27T08:49:32.938Z Compiling toml v0.8.19
14692025-01-27T08:49:33.520Z Compiling tokio-native-tls v0.3.1
14702025-01-27T08:49:33.800Z Compiling camino v1.1.9
14712025-01-27T08:49:34.684Z Compiling dropshot_endpoint v0.12.0
14722025-01-27T08:49:34.706Z Compiling terminal_size v0.4.1
14732025-01-27T08:49:34.942Z Compiling waitgroup v0.1.2
14742025-01-27T08:49:34.980Z Compiling openapiv3 v2.0.0
14752025-01-27T08:49:35.183Z Compiling serde_path_to_error v0.1.16
14762025-01-27T08:49:35.292Z Compiling hkdf v0.12.4
14772025-01-27T08:49:35.468Z Compiling crypto-bigint v0.5.5
14782025-01-27T08:49:35.579Z Compiling curve25519-dalek-derive v0.1.1
14792025-01-27T08:49:35.956Z Compiling zerocopy-derive v0.6.6
14802025-01-27T08:49:37.028Z Compiling webpki-roots v0.26.7
14812025-01-27T08:49:37.228Z Compiling sync_wrapper v1.0.2
14822025-01-27T08:49:37.248Z Compiling hubpack_derive v0.1.1
14832025-01-27T08:49:37.398Z Compiling hostname v0.4.0
14842025-01-27T08:49:37.607Z Compiling ahash v0.8.11
14852025-01-27T08:49:37.929Z Compiling fs-err v2.11.0
14862025-01-27T08:49:37.952Z Compiling crc32fast v1.4.2
14872025-01-27T08:49:38.090Z Compiling unicode-width v0.2.0
14882025-01-27T08:49:38.247Z Compiling debug-ignore v1.0.5
14892025-01-27T08:49:38.288Z Compiling tower-layer v0.3.3
14902025-01-27T08:49:38.403Z Compiling bitflags v1.3.2
14912025-01-27T08:49:38.518Z Compiling winnow v0.5.40
14922025-01-27T08:49:38.579Z Compiling managed v0.8.0
14932025-01-27T08:49:38.606Z Compiling newtype-uuid v1.2.1
14942025-01-27T08:49:38.895Z Compiling siphasher v0.3.11
14952025-01-27T08:49:38.960Z Compiling tower v0.5.2
14962025-01-27T08:49:38.995Z Compiling console v0.15.10
14972025-01-27T08:49:39.287Z Compiling phf_shared v0.10.0
14982025-01-27T08:49:39.675Z Compiling strum_macros v0.25.3
14992025-01-27T08:49:39.878Z Compiling clap_builder v4.5.27
15002025-01-27T08:49:40.412Z Compiling elliptic-curve v0.13.8
15012025-01-27T08:49:41.090Z Compiling flate2 v1.0.35
15022025-01-27T08:49:41.237Z Compiling hubpack v0.1.2
15032025-01-27T08:49:41.372Z Compiling hickory-resolver v0.24.2
15042025-01-27T08:49:41.668Z Compiling zerocopy v0.6.6
15052025-01-27T08:49:41.912Z Compiling toml_edit v0.19.15
15062025-01-27T08:49:42.059Z Compiling signal-hook-mio v0.2.4
15072025-01-27T08:49:42.243Z Compiling cookie_store v0.21.1
15082025-01-27T08:49:42.408Z Compiling rayon v1.10.0
15092025-01-27T08:49:43.450Z Compiling hyper-tls v0.6.0
15102025-01-27T08:49:43.718Z Compiling bzip2 v0.4.4
15112025-01-27T08:49:44.652Z Compiling phf v0.11.3
15122025-01-27T08:49:44.979Z Compiling postgres-types v0.2.8
15132025-01-27T08:49:46.306Z Compiling tokio-tungstenite v0.24.0
15142025-01-27T08:49:46.825Z Compiling ed25519 v2.2.3
15152025-01-27T08:49:47.172Z Compiling tokio-stream v0.1.17
15162025-01-27T08:49:48.005Z Compiling pkcs1 v0.7.5
15172025-01-27T08:49:48.027Z Compiling serde-big-array v0.5.1
15182025-01-27T08:49:48.121Z Compiling clap_derive v4.5.24
15192025-01-27T08:49:48.261Z Compiling rfc6979 v0.4.0
15202025-01-27T08:49:48.476Z Compiling derive-where v1.2.7
15212025-01-27T08:49:48.697Z Compiling serde_repr v0.1.19
15222025-01-27T08:49:48.925Z Compiling bstr v1.11.3
15232025-01-27T08:49:49.158Z Compiling float-cmp v0.10.0
15242025-01-27T08:49:49.421Z Compiling bit-vec v0.8.0
15252025-01-27T08:49:49.819Z Compiling number_prefix v0.4.0
15262025-01-27T08:49:49.922Z Compiling precomputed-hash v0.1.1
15272025-01-27T08:49:50.065Z Compiling normalize-line-endings v0.3.0
15282025-01-27T08:49:50.085Z Compiling difflib v0.4.0
15292025-01-27T08:49:50.087Z Compiling predicates-core v1.0.9
15302025-01-27T08:49:50.216Z Compiling new_debug_unreachable v1.0.6
15312025-01-27T08:49:50.330Z Compiling unicode-segmentation v1.12.0
15322025-01-27T08:49:50.421Z Compiling static_assertions v1.1.0
15332025-01-27T08:49:50.533Z Compiling whoami v1.5.2
15342025-01-27T08:49:50.588Z Compiling fixedbitset v0.4.2
15352025-01-27T08:49:51.044Z Compiling similar v2.7.0
15362025-01-27T08:49:51.116Z Compiling petgraph v0.6.5
15372025-01-27T08:49:51.213Z Compiling tokio-postgres v0.7.12
15382025-01-27T08:49:51.475Z Compiling predicates v3.1.3
15392025-01-27T08:49:51.666Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15402025-01-27T08:49:52.746Z Compiling clap v4.5.27
15412025-01-27T08:49:52.881Z Compiling string_cache v0.8.7
15422025-01-27T08:49:52.973Z Compiling indicatif v0.17.9
15432025-01-27T08:49:53.195Z Compiling bit-set v0.8.0
15442025-01-27T08:49:53.296Z Compiling rsa v0.9.7
15452025-01-27T08:49:53.488Z Compiling ecdsa v0.16.9
15462025-01-27T08:49:54.309Z Compiling ed25519-dalek v2.1.1
15472025-01-27T08:49:54.668Z Compiling toml v0.7.8
15482025-01-27T08:49:55.065Z Compiling zip v0.6.6
15492025-01-27T08:49:55.618Z Compiling crossterm v0.28.1
15502025-01-27T08:49:56.850Z Compiling hex v0.4.3
15512025-01-27T08:49:57.108Z Compiling x509-cert v0.2.5
15522025-01-27T08:49:57.241Z Compiling itertools v0.10.5
15532025-01-27T08:49:57.466Z Compiling unicode-xid v0.2.6
15542025-01-27T08:49:57.698Z Compiling peg-runtime v0.8.3
15552025-01-27T08:49:57.870Z Compiling lalrpop-util v0.19.12
15562025-01-27T08:49:57.897Z Compiling strum_macros v0.26.4
15572025-01-27T08:49:58.242Z Compiling xattr v1.4.0
15582025-01-27T08:49:58.294Z Compiling filetime v0.2.25
15592025-01-27T08:49:58.517Z Compiling tar v0.4.43
15602025-01-27T08:50:02.533Z Compiling strum v0.26.3
15612025-01-27T08:50:05.833Z Compiling aws-lc-sys v0.25.0
15622025-01-27T08:50:33.796Z Compiling rustls-webpki v0.102.8
15632025-01-27T08:50:36.987Z Compiling tokio-rustls v0.25.0
15642025-01-27T08:50:38.661Z Compiling tokio-rustls v0.26.1
15652025-01-27T08:50:38.948Z Compiling hyper-rustls v0.27.5
15662025-01-27T08:50:39.307Z Compiling reqwest v0.12.12
15672025-01-27T08:50:40.691Z Compiling qorb v0.2.1
15682025-01-27T08:50:43.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15692025-01-27T08:50:44.127Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15702025-01-27T08:50:48.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15712025-01-27T08:50:48.775Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15722025-01-27T08:50:48.827ZJan 27 08:50:48.114 INFO Starting download, target: Console
15732025-01-27T08:50:48.827ZJan 27 08:50:48.114 INFO Starting download, target: Clickhouse
15742025-01-27T08:50:48.830ZJan 27 08:50:48.114 INFO Starting download, target: DendriteOpenapi
15752025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Starting download, target: Cockroach
15762025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Starting download, target: DendriteStub
15772025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Starting download, target: MaghemiteMgd
15782025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Starting download, target: TransceiverControl
15792025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15802025-01-27T08:50:48.830ZJan 27 08:50:48.115 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15812025-01-27T08:50:48.830ZJan 27 08:50:48.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15822025-01-27T08:50:48.830ZJan 27 08:50:48.116 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15832025-01-27T08:50:48.830ZJan 27 08:50:48.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15842025-01-27T08:50:48.830ZJan 27 08:50:48.116 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15852025-01-27T08:50:48.830ZJan 27 08:50:48.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15862025-01-27T08:50:49.039ZJan 27 08:50:48.323 INFO Download complete, target: DendriteOpenapi
15872025-01-27T08:50:49.215ZJan 27 08:50:48.496 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15882025-01-27T08:50:49.430ZJan 27 08:50:48.700 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15892025-01-27T08:50:49.717ZJan 27 08:50:49.002 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15902025-01-27T08:50:49.721ZJan 27 08:50:49.007 INFO Download complete, target: Console
15912025-01-27T08:50:49.731ZJan 27 08:50:49.016 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15922025-01-27T08:50:49.847ZJan 27 08:50:49.134 INFO Download complete, target: TransceiverControl
15932025-01-27T08:50:50.351ZJan 27 08:50:49.637 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15942025-01-27T08:50:50.351ZJan 27 08:50:49.637 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15952025-01-27T08:50:51.001ZJan 27 08:50:50.288 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15962025-01-27T08:50:52.366ZJan 27 08:50:51.653 INFO Download complete, target: DendriteStub
15972025-01-27T08:50:52.392ZJan 27 08:50:51.679 INFO Download complete, target: MaghemiteMgd
15982025-01-27T08:50:57.053ZJan 27 08:50:56.338 INFO Checking that binary works, target: Cockroach
15992025-01-27T08:50:57.209ZJan 27 08:50:56.493 INFO Download complete, target: Cockroach
16002025-01-27T08:51:01.981ZJan 27 08:51:01.263 INFO Checking that binary works, target: Clickhouse
16012025-01-27T08:51:02.109ZJan 27 08:51:01.393 INFO Download complete, target: Clickhouse
16022025-01-27T08:51:02.133ZAll builder prerequisites installed successfully, and PATH looks valid
16032025-01-27T08:51:02.139Z
16042025-01-27T08:51:02.139Zreal 4:56.330446705
16052025-01-27T08:51:02.140Zuser 15:52.450475105
16062025-01-27T08:51:02.140Zsys 2:07.270983133
16072025-01-27T08:51:02.140Ztrap 0.604514758
16082025-01-27T08:51:02.140Ztflt 1.538362941
16092025-01-27T08:51:02.140Zdflt 1.578459359
16102025-01-27T08:51:02.140Zkflt 0.033395103
16112025-01-27T08:51:02.140Zlock 25:11.109880248
16122025-01-27T08:51:02.140Zslp 56:17.074299244
16132025-01-27T08:51:02.140Zlat 1:01.911263104
16142025-01-27T08:51:02.140Zstop 2:34.623874563
16152025-01-27T08:51:02.141Z+ banner hack-check
16162025-01-27T08:51:02.141Z
16172025-01-27T08:51:02.141Z # # ## #### # # #### # # ###### #### # #
16182025-01-27T08:51:02.141Z # # # # # # # # # # # # # # # # #
16192025-01-27T08:51:02.141Z ###### # # # #### ##### # ###### ##### # ####
16202025-01-27T08:51:02.141Z # # ###### # # # # # # # # # #
16212025-01-27T08:51:02.141Z # # # # # # # # # # # # # # # # #
16222025-01-27T08:51:02.141Z # # # # #### # # #### # # ###### #### # #
16232025-01-27T08:51:02.141Z
16242025-01-27T08:51:02.142Z+ export CARGO_INCREMENTAL=0
16252025-01-27T08:51:02.142Z+ CARGO_INCREMENTAL=0
16262025-01-27T08:51:02.142Z+ ptime -m timeout 2h cargo xtask check-features --ci
16272025-01-27T08:51:02.666Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16282025-01-27T08:51:05.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
16292025-01-27T08:51:05.624Z Running `target/debug/xtask check-features --ci`
16302025-01-27T08:51:05.645Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16312025-01-27T08:51:05.645Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16322025-01-27T08:51:06.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16332025-01-27T08:51:06.107Z Running `target/debug/xtask download cargo-hack`
16342025-01-27T08:51:06.906Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16352025-01-27T08:51:07.278Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16362025-01-27T08:51:10.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
16372025-01-27T08:51:11.114Z Running `target/debug/xtask-downloader cargo-hack`
16382025-01-27T08:51:11.151ZJan 27 08:51:10.436 INFO Starting download, target: CargoHack
16392025-01-27T08:51:11.154ZJan 27 08:51:10.437 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16402025-01-27T08:51:11.871ZJan 27 08:51:11.156 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16412025-01-27T08:51:11.950ZJan 27 08:51:11.235 INFO Download complete, target: CargoHack
16422025-01-27T08:51:11.955Zrunning: "/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"
16432025-01-27T08:51:11.972Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16442025-01-27T08:51:12.146Zinfo: running `cargo check --bins` on api_identity (1/197)
16452025-01-27T08:51:12.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16462025-01-27T08:51:12.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16472025-01-27T08:51:12.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16482025-01-27T08:51:12.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16492025-01-27T08:51:12.742Z
16502025-01-27T08:51:12.742Zinfo: running `cargo check --bins` on bootstore (2/197)
16512025-01-27T08:51:13.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16522025-01-27T08:51:13.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16532025-01-27T08:51:13.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16542025-01-27T08:51:13.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16552025-01-27T08:51:13.372Z
16562025-01-27T08:51:13.372Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16572025-01-27T08:51:13.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16582025-01-27T08:51:13.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16592025-01-27T08:51:13.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16602025-01-27T08:51:13.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16612025-01-27T08:51:13.997Z
16622025-01-27T08:51:13.997Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16632025-01-27T08:51:14.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16642025-01-27T08:51:14.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16652025-01-27T08:51:14.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16662025-01-27T08:51:14.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16672025-01-27T08:51:14.615Z
16682025-01-27T08:51:14.615Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16692025-01-27T08:51:14.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16702025-01-27T08:51:14.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16712025-01-27T08:51:14.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16722025-01-27T08:51:15.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16732025-01-27T08:51:15.035Z
16742025-01-27T08:51:15.035Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16752025-01-27T08:51:15.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16762025-01-27T08:51:15.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16772025-01-27T08:51:15.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16782025-01-27T08:51:15.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16792025-01-27T08:51:15.460Z
16802025-01-27T08:51:15.460Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16812025-01-27T08:51:15.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16822025-01-27T08:51:15.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16832025-01-27T08:51:15.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16842025-01-27T08:51:15.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16852025-01-27T08:51:15.882Z
16862025-01-27T08:51:15.882Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16872025-01-27T08:51:16.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16882025-01-27T08:51:16.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16892025-01-27T08:51:16.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16902025-01-27T08:51:16.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16912025-01-27T08:51:16.298Z
16922025-01-27T08:51:16.298Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16932025-01-27T08:51:16.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16942025-01-27T08:51:16.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16952025-01-27T08:51:16.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16962025-01-27T08:51:16.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16972025-01-27T08:51:16.713Z
16982025-01-27T08:51:16.713Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16992025-01-27T08:51:17.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17002025-01-27T08:51:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17012025-01-27T08:51:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17022025-01-27T08:51:17.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17032025-01-27T08:51:17.133Z
17042025-01-27T08:51:17.133Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
17052025-01-27T08:51:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17062025-01-27T08:51:17.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17072025-01-27T08:51:17.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17082025-01-27T08:51:17.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17092025-01-27T08:51:17.556Z
17102025-01-27T08:51:17.556Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17112025-01-27T08:51:17.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17122025-01-27T08:51:17.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17132025-01-27T08:51:17.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17142025-01-27T08:51:17.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17152025-01-27T08:51:17.982Z
17162025-01-27T08:51:17.982Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17172025-01-27T08:51:18.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17182025-01-27T08:51:18.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17192025-01-27T08:51:18.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17202025-01-27T08:51:18.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17212025-01-27T08:51:18.405Z
17222025-01-27T08:51:18.405Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17232025-01-27T08:51:18.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17242025-01-27T08:51:18.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17252025-01-27T08:51:18.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17262025-01-27T08:51:18.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17272025-01-27T08:51:18.825Z
17282025-01-27T08:51:18.825Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17292025-01-27T08:51:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17302025-01-27T08:51:19.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17312025-01-27T08:51:19.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17322025-01-27T08:51:19.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17332025-01-27T08:51:19.245Z
17342025-01-27T08:51:19.245Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17352025-01-27T08:51:19.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17362025-01-27T08:51:19.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17372025-01-27T08:51:19.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17382025-01-27T08:51:19.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17392025-01-27T08:51:19.674Z
17402025-01-27T08:51:19.675Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17412025-01-27T08:51:20.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17422025-01-27T08:51:20.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17432025-01-27T08:51:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17442025-01-27T08:51:20.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17452025-01-27T08:51:20.107Z
17462025-01-27T08:51:20.107Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17472025-01-27T08:51:20.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17482025-01-27T08:51:20.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17492025-01-27T08:51:20.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17502025-01-27T08:51:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17512025-01-27T08:51:20.538Z
17522025-01-27T08:51:20.538Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17532025-01-27T08:51:20.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17542025-01-27T08:51:20.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17552025-01-27T08:51:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17562025-01-27T08:51:20.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17572025-01-27T08:51:20.968Z
17582025-01-27T08:51:20.969Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17592025-01-27T08:51:21.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17602025-01-27T08:51:21.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17612025-01-27T08:51:21.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17622025-01-27T08:51:21.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17632025-01-27T08:51:21.404Z
17642025-01-27T08:51:21.404Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17652025-01-27T08:51:21.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17662025-01-27T08:51:21.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17672025-01-27T08:51:21.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17682025-01-27T08:51:21.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17692025-01-27T08:51:21.835Z
17702025-01-27T08:51:21.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17712025-01-27T08:51:22.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17722025-01-27T08:51:22.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17732025-01-27T08:51:22.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17742025-01-27T08:51:22.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17752025-01-27T08:51:22.259Z
17762025-01-27T08:51:22.259Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17772025-01-27T08:51:22.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17782025-01-27T08:51:22.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17792025-01-27T08:51:22.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17802025-01-27T08:51:22.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17812025-01-27T08:51:22.680Z
17822025-01-27T08:51:22.681Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17832025-01-27T08:51:23.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17842025-01-27T08:51:23.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17852025-01-27T08:51:23.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17862025-01-27T08:51:23.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17872025-01-27T08:51:23.105Z
17882025-01-27T08:51:23.105Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17892025-01-27T08:51:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17902025-01-27T08:51:23.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17912025-01-27T08:51:23.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17922025-01-27T08:51:23.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17932025-01-27T08:51:23.525Z
17942025-01-27T08:51:23.525Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17952025-01-27T08:51:23.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962025-01-27T08:51:23.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972025-01-27T08:51:23.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982025-01-27T08:51:23.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17992025-01-27T08:51:23.940Z
18002025-01-27T08:51:23.941Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
18012025-01-27T08:51:24.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022025-01-27T08:51:24.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032025-01-27T08:51:24.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042025-01-27T08:51:24.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18052025-01-27T08:51:24.361Z
18062025-01-27T08:51:24.361Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
18072025-01-27T08:51:24.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082025-01-27T08:51:24.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092025-01-27T08:51:24.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102025-01-27T08:51:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18112025-01-27T08:51:24.780Z
18122025-01-27T08:51:24.780Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18132025-01-27T08:51:25.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142025-01-27T08:51:25.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152025-01-27T08:51:25.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162025-01-27T08:51:25.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18172025-01-27T08:51:25.208Z
18182025-01-27T08:51:25.208Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18192025-01-27T08:51:25.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202025-01-27T08:51:25.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212025-01-27T08:51:25.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222025-01-27T08:51:25.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18232025-01-27T08:51:25.624Z
18242025-01-27T08:51:25.624Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18252025-01-27T08:51:26.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262025-01-27T08:51:26.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272025-01-27T08:51:26.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282025-01-27T08:51:26.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18292025-01-27T08:51:26.048Z
18302025-01-27T08:51:26.048Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18312025-01-27T08:51:26.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322025-01-27T08:51:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332025-01-27T08:51:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342025-01-27T08:51:26.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18352025-01-27T08:51:26.465Z
18362025-01-27T08:51:26.465Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18372025-01-27T08:51:26.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382025-01-27T08:51:26.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392025-01-27T08:51:26.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402025-01-27T08:51:26.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18412025-01-27T08:51:26.885Z
18422025-01-27T08:51:26.885Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18432025-01-27T08:51:27.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442025-01-27T08:51:27.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452025-01-27T08:51:27.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462025-01-27T08:51:27.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18472025-01-27T08:51:27.304Z
18482025-01-27T08:51:27.305Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18492025-01-27T08:51:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502025-01-27T08:51:27.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512025-01-27T08:51:27.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522025-01-27T08:51:27.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18532025-01-27T08:51:27.727Z
18542025-01-27T08:51:27.727Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18552025-01-27T08:51:28.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562025-01-27T08:51:28.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572025-01-27T08:51:28.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582025-01-27T08:51:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18592025-01-27T08:51:28.151Z
18602025-01-27T08:51:28.151Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18612025-01-27T08:51:28.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622025-01-27T08:51:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632025-01-27T08:51:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642025-01-27T08:51:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18652025-01-27T08:51:28.574Z
18662025-01-27T08:51:28.574Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18672025-01-27T08:51:28.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682025-01-27T08:51:28.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692025-01-27T08:51:28.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702025-01-27T08:51:28.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18712025-01-27T08:51:28.996Z
18722025-01-27T08:51:28.996Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18732025-01-27T08:51:29.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742025-01-27T08:51:29.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752025-01-27T08:51:29.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762025-01-27T08:51:29.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18772025-01-27T08:51:29.422Z
18782025-01-27T08:51:29.422Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18792025-01-27T08:51:29.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802025-01-27T08:51:29.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812025-01-27T08:51:29.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822025-01-27T08:51:29.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18832025-01-27T08:51:29.847Z
18842025-01-27T08:51:29.847Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18852025-01-27T08:51:30.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862025-01-27T08:51:30.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872025-01-27T08:51:30.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882025-01-27T08:51:30.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18892025-01-27T08:51:30.274Z
18902025-01-27T08:51:30.274Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18912025-01-27T08:51:30.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922025-01-27T08:51:30.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932025-01-27T08:51:30.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942025-01-27T08:51:30.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18952025-01-27T08:51:30.697Z
18962025-01-27T08:51:30.697Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18972025-01-27T08:51:31.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982025-01-27T08:51:31.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992025-01-27T08:51:31.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002025-01-27T08:51:31.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19012025-01-27T08:51:31.120Z
19022025-01-27T08:51:31.120Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
19032025-01-27T08:51:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042025-01-27T08:51:32.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052025-01-27T08:51:32.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062025-01-27T08:51:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19072025-01-27T08:51:32.504Z
19082025-01-27T08:51:32.504Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19092025-01-27T08:51:32.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102025-01-27T08:51:32.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112025-01-27T08:51:32.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122025-01-27T08:51:32.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19132025-01-27T08:51:32.504Z
19142025-01-27T08:51:32.504Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19152025-01-27T08:51:32.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162025-01-27T08:51:32.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172025-01-27T08:51:32.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182025-01-27T08:51:32.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19192025-01-27T08:51:32.789Z
19202025-01-27T08:51:32.789Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19212025-01-27T08:51:33.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222025-01-27T08:51:33.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232025-01-27T08:51:33.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242025-01-27T08:51:33.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19252025-01-27T08:51:33.412Z
19262025-01-27T08:51:33.412Zinfo: running `cargo check --bins` on oxlog (48/197)
19272025-01-27T08:51:33.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282025-01-27T08:51:33.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292025-01-27T08:51:34.018Z Checking cfg-if v1.0.0
19302025-01-27T08:51:34.021Z Checking libc v0.2.169
19312025-01-27T08:51:34.127Z Checking serde v1.0.217
19322025-01-27T08:51:34.130Z Checking zeroize v1.8.1
19332025-01-27T08:51:34.142Z Checking memchr v2.7.4
19342025-01-27T08:51:34.153Z Checking typenum v1.17.0
19352025-01-27T08:51:34.156Z Checking subtle v2.6.1
19362025-01-27T08:51:34.167Z Checking scopeguard v1.2.0
19372025-01-27T08:51:34.193Z Checking value-bag v1.10.0
19382025-01-27T08:51:34.319Z Checking lock_api v0.4.12
19392025-01-27T08:51:34.365Z Checking smallvec v1.13.2
19402025-01-27T08:51:34.413Z Checking const-oid v0.9.6
19412025-01-27T08:51:34.607Z Checking log v0.4.25
19422025-01-27T08:51:34.683Z Checking itoa v1.0.14
19432025-01-27T08:51:34.701Z Checking pin-project-lite v0.2.16
19442025-01-27T08:51:34.837Z Checking byteorder v1.5.0
19452025-01-27T08:51:34.914Z Checking futures-core v0.3.31
19462025-01-27T08:51:34.988Z Checking once_cell v1.20.2
19472025-01-27T08:51:35.062Z Checking stable_deref_trait v1.2.0
19482025-01-27T08:51:35.101Z Checking futures-sink v0.3.31
19492025-01-27T08:51:35.167Z Checking getrandom v0.2.15
19502025-01-27T08:51:35.167Z Checking parking_lot_core v0.9.10
19512025-01-27T08:51:35.197Z Checking generic-array v0.14.7
19522025-01-27T08:51:35.213Z Checking signal-hook-registry v1.4.2
19532025-01-27T08:51:35.261Z Checking mio v1.0.3
19542025-01-27T08:51:35.288Z Checking cpufeatures v0.2.17
19552025-01-27T08:51:35.384Z Checking socket2 v0.5.8
19562025-01-27T08:51:35.408Z Checking rand_core v0.6.4
19572025-01-27T08:51:35.471Z Checking zerocopy v0.7.35
19582025-01-27T08:51:35.497Z Checking parking_lot v0.12.3
19592025-01-27T08:51:35.716Z Checking slab v0.4.9
19602025-01-27T08:51:35.825Z Checking zerofrom v0.1.5
19612025-01-27T08:51:35.842Z Checking futures-channel v0.3.31
19622025-01-27T08:51:35.858Z Checking spin v0.9.8
19632025-01-27T08:51:35.966Z Checking futures-task v0.3.31
19642025-01-27T08:51:36.049Z Checking yoke v0.7.5
19652025-01-27T08:51:36.186Z Checking futures-io v0.3.31
19662025-01-27T08:51:36.188Z Checking pin-utils v0.1.0
19672025-01-27T08:51:36.216Z Checking equivalent v1.0.1
19682025-01-27T08:51:36.242Z Checking crypto-common v0.1.6
19692025-01-27T08:51:36.285Z Checking block-buffer v0.10.4
19702025-01-27T08:51:36.313Z Checking foldhash v0.1.4
19712025-01-27T08:51:36.328Z Checking allocator-api2 v0.2.21
19722025-01-27T08:51:36.371Z Checking futures-util v0.3.31
19732025-01-27T08:51:36.388Z Checking zerovec v0.10.4
19742025-01-27T08:51:36.420Z Checking block-padding v0.3.3
19752025-01-27T08:51:36.507Z Checking digest v0.10.7
19762025-01-27T08:51:36.537Z Checking ryu v1.0.18
19772025-01-27T08:51:36.626Z Checking inout v0.1.3
19782025-01-27T08:51:36.696Z Checking fnv v1.0.7
19792025-01-27T08:51:36.787Z Checking litemap v0.7.4
19802025-01-27T08:51:36.833Z Checking writeable v0.5.5
19812025-01-27T08:51:36.850Z Checking cipher v0.4.4
19822025-01-27T08:51:36.866Z Checking hmac v0.12.1
19832025-01-27T08:51:36.904Z Checking hashbrown v0.15.2
19842025-01-27T08:51:37.069Z Checking sha2 v0.10.8
19852025-01-27T08:51:37.131Z Checking libm v0.2.11
19862025-01-27T08:51:37.147Z Checking base64ct v1.6.0
19872025-01-27T08:51:37.244Z Checking ppv-lite86 v0.2.20
19882025-01-27T08:51:37.586Z Checking pem-rfc7468 v0.7.0
19892025-01-27T08:51:37.659Z Checking flagset v0.4.6
19902025-01-27T08:51:37.868Z Checking icu_locid_transform_data v1.5.0
19912025-01-27T08:51:37.871Z Checking der v0.7.9
19922025-01-27T08:51:37.904Z Checking tinystr v0.7.6
19932025-01-27T08:51:37.920Z Checking rand_chacha v0.3.1
19942025-01-27T08:51:37.937Z Checking icu_collections v1.5.0
19952025-01-27T08:51:37.971Z Checking tracing-core v0.1.33
19962025-01-27T08:51:38.035Z Checking num-traits v0.2.19
19972025-01-27T08:51:38.229Z Checking icu_locid v1.5.0
19982025-01-27T08:51:38.333Z Checking icu_properties_data v1.5.0
19992025-01-27T08:51:38.570Z Checking rustls-pki-types v1.10.1
20002025-01-27T08:51:38.570Z Checking percent-encoding v2.3.1
20012025-01-27T08:51:38.597Z Checking tracing v0.1.41
20022025-01-27T08:51:38.646Z Checking bytes v1.9.0
20032025-01-27T08:51:38.777Z Checking indexmap v2.7.1
20042025-01-27T08:51:38.976Z Checking serde_json v1.0.137
20052025-01-27T08:51:39.121Z Checking bitflags v2.8.0
20062025-01-27T08:51:39.183Z Checking icu_provider v1.5.0
20072025-01-27T08:51:39.434Z Checking rand v0.8.5
20082025-01-27T08:51:39.465Z Checking tokio v1.43.0
20092025-01-27T08:51:39.551Z Checking http v1.2.0
20102025-01-27T08:51:39.597Z Checking spki v0.7.3
20112025-01-27T08:51:39.793Z Checking icu_locid_transform v1.5.0
20122025-01-27T08:51:39.884Z Checking salsa20 v0.10.2
20132025-01-27T08:51:39.934Z Checking pbkdf2 v0.12.2
20142025-01-27T08:51:40.105Z Checking aws-lc-sys v0.25.0
20152025-01-27T08:51:40.105Z Checking httparse v1.9.5
20162025-01-27T08:51:40.549Z Checking thiserror v1.0.69
20172025-01-27T08:51:40.605Z Checking utf16_iter v1.0.5
20182025-01-27T08:51:40.622Z Checking utf8_iter v1.0.4
20192025-01-27T08:51:40.683Z Checking untrusted v0.9.0
20202025-01-27T08:51:40.778Z Checking powerfmt v0.2.0
20212025-01-27T08:51:40.793Z Checking icu_properties v1.5.1
20222025-01-27T08:51:40.817Z Checking write16 v1.0.0
20232025-01-27T08:51:40.832Z Checking icu_normalizer_data v1.5.0
20242025-01-27T08:51:40.849Z Checking untrusted v0.7.1
20252025-01-27T08:51:40.865Z Checking ring v0.17.8
20262025-01-27T08:51:40.934Z Checking scrypt v0.11.0
20272025-01-27T08:51:40.951Z Checking cbc v0.1.2
20282025-01-27T08:51:41.015Z Checking aes v0.8.4
20292025-01-27T08:51:41.031Z Checking deranged v0.3.11
20302025-01-27T08:51:41.148Z Checking crossbeam-utils v0.8.21
20312025-01-27T08:51:41.165Z Checking atomic-waker v1.1.2
20322025-01-27T08:51:41.307Z Checking time-core v0.1.2
20332025-01-27T08:51:41.478Z Checking tinyvec_macros v0.1.1
20342025-01-27T08:51:41.579Z Checking num-conv v0.1.0
20352025-01-27T08:51:41.820Z Checking num_threads v0.1.7
20362025-01-27T08:51:41.864Z Checking tinyvec v1.8.1
20372025-01-27T08:51:41.924Z Checking pkcs5 v0.7.1
20382025-01-27T08:51:41.947Z Checking http-body v1.0.1
20392025-01-27T08:51:42.144Z Checking form_urlencoded v1.2.1
20402025-01-27T08:51:42.184Z Checking aws-lc-rs v1.12.2
20412025-01-27T08:51:42.321Z Checking time v0.3.37
20422025-01-27T08:51:42.342Z Checking try-lock v0.2.5
20432025-01-27T08:51:42.443Z Checking pkcs8 v0.10.2
20442025-01-27T08:51:42.477Z Checking want v0.3.1
20452025-01-27T08:51:42.605Z Checking uuid v1.12.1
20462025-01-27T08:51:42.681Z Checking tower-service v0.3.3
20472025-01-27T08:51:42.736Z Checking unicode-ident v1.0.15
20482025-01-27T08:51:42.815Z Checking httpdate v1.0.3
20492025-01-27T08:51:42.918Z Checking proc-macro2 v1.0.93
20502025-01-27T08:51:43.061Z Checking toml_datetime v0.6.8
20512025-01-27T08:51:43.149Z Checking serde_spanned v0.6.8
20522025-01-27T08:51:43.197Z Checking slog v2.7.0
20532025-01-27T08:51:43.343Z Checking scroll v0.12.0
20542025-01-27T08:51:43.356Z Checking thiserror v2.0.11
20552025-01-27T08:51:43.501Z Checking ucd-trie v0.1.7
20562025-01-27T08:51:43.585Z Checking iana-time-zone v0.1.61
20572025-01-27T08:51:43.637Z Checking plain v0.2.3
20582025-01-27T08:51:43.714Z Checking match_cfg v0.1.0
20592025-01-27T08:51:43.820Z Checking base64 v0.22.1
20602025-01-27T08:51:43.820Z Checking adler2 v2.0.0
20612025-01-27T08:51:43.820Z Checking foreign-types-shared v0.1.1
20622025-01-27T08:51:43.833Z Checking hostname v0.3.1
20632025-01-27T08:51:43.936Z Checking foreign-types v0.3.2
20642025-01-27T08:51:43.962Z Checking miniz_oxide v0.8.3
20652025-01-27T08:51:43.980Z Checking goblin v0.8.2
20662025-01-27T08:51:43.997Z Checking rustls-webpki v0.102.8
20672025-01-27T08:51:44.031Z Checking chrono v0.4.39
20682025-01-27T08:51:44.067Z Checking icu_normalizer v1.5.0
20692025-01-27T08:51:44.214Z Checking pest v2.7.15
20702025-01-27T08:51:44.724Z Checking quote v1.0.38
20712025-01-27T08:51:44.752Z Checking openssl-sys v0.9.104
20722025-01-27T08:51:44.770Z Checking errno v0.3.10
20732025-01-27T08:51:44.789Z Checking idna_adapter v1.2.0
20742025-01-27T08:51:44.958Z Checking dirs-sys-next v0.1.2
20752025-01-27T08:51:44.977Z Checking idna v1.0.3
20762025-01-27T08:51:45.043Z Checking aho-corasick v1.1.3
20772025-01-27T08:51:45.149Z Checking regex-syntax v0.8.5
20782025-01-27T08:51:45.446Z Checking url v2.5.4
20792025-01-27T08:51:45.892Z Checking data-encoding v2.7.0
20802025-01-27T08:51:45.932Z Checking pretty-hex v0.4.1
20812025-01-27T08:51:46.125Z Compiling newtype-uuid v1.2.1
20822025-01-27T08:51:46.160Z Checking tokio-util v0.7.13
20832025-01-27T08:51:46.283Z Checking openssl v0.10.69
20842025-01-27T08:51:46.444Z Checking dirs-next v2.0.0
20852025-01-27T08:51:46.460Z Checking syn v2.0.96
20862025-01-27T08:51:46.572Z Checking rustix v0.38.44
20872025-01-27T08:51:46.590Z Checking unicode-normalization v0.1.24
20882025-01-27T08:51:46.797Z Checking dtrace-parser v0.2.0
20892025-01-27T08:51:46.926Z Checking h2 v0.4.7
20902025-01-27T08:51:47.262Z Checking http-body-util v0.1.2
20912025-01-27T08:51:47.564Z Checking crossbeam-epoch v0.9.18
20922025-01-27T08:51:47.722Z Checking signature v2.2.0
20932025-01-27T08:51:47.938Z Checking sha1 v0.10.6
20942025-01-27T08:51:47.989Z Checking thread_local v1.1.8
20952025-01-27T08:51:48.210Z Checking thread-id v4.2.2
20962025-01-27T08:51:48.286Z Checking encoding_rs v0.8.35
20972025-01-27T08:51:48.316Z Checking regex-automata v0.4.9
20982025-01-27T08:51:48.333Z Checking anstyle v1.0.10
20992025-01-27T08:51:48.699Z Checking unicode-properties v0.1.3
21002025-01-27T08:51:48.753Z Checking dof v0.3.0
21012025-01-27T08:51:49.107Z Checking either v1.13.0
21022025-01-27T08:51:49.353Z Checking unicode-bidi v0.3.18
21032025-01-27T08:51:49.470Z Checking utf8parse v0.2.2
21042025-01-27T08:51:49.635Z Checking openssl-probe v0.1.6
21052025-01-27T08:51:49.800Z Checking winnow v0.6.24
21062025-01-27T08:51:49.993Z Checking mime v0.3.17
21072025-01-27T08:51:50.144Z Checking ipnet v2.11.0
21082025-01-27T08:51:50.321Z Checking gimli v0.31.1
21092025-01-27T08:51:50.573Z Checking stringprep v0.1.5
21102025-01-27T08:51:50.623Z Checking anstyle-parse v0.2.6
21112025-01-27T08:51:50.865Z Checking crossbeam-deque v0.8.6
21122025-01-27T08:51:50.890Z Checking term v0.7.0
21132025-01-27T08:51:51.196Z Checking rustls v0.22.4
21142025-01-27T08:51:51.219Z Checking native-tls v0.2.13
21152025-01-27T08:51:51.281Z Checking rustls v0.23.21
21162025-01-27T08:51:51.542Z Checking slog-json v2.6.1
21172025-01-27T08:51:51.825Z Checking serde_urlencoded v0.7.1
21182025-01-27T08:51:52.247Z Checking crossbeam-channel v0.5.14
21192025-01-27T08:51:52.346Z Checking usdt-impl v0.5.0
21202025-01-27T08:51:52.519Z Checking toml_edit v0.22.22
21212025-01-27T08:51:52.742Z Checking futures-executor v0.3.31
21222025-01-27T08:51:52.911Z Checking num-integer v0.1.46
21232025-01-27T08:51:52.941Z Checking object v0.36.7
21242025-01-27T08:51:52.964Z Checking rustls-pemfile v2.2.0
21252025-01-27T08:51:53.186Z Checking md-5 v0.10.6
21262025-01-27T08:51:53.203Z Checking hyper v1.5.2
21272025-01-27T08:51:53.386Z Checking ff v0.13.0
21282025-01-27T08:51:53.412Z Checking hash32 v0.2.1
21292025-01-27T08:51:53.608Z Checking is-terminal v0.4.15
21302025-01-27T08:51:53.689Z Checking memmap v0.7.0
21312025-01-27T08:51:53.737Z Checking colorchoice v1.0.3
21322025-01-27T08:51:53.875Z Checking addr2line v0.24.2
21332025-01-27T08:51:53.893Z Checking siphasher v1.0.1
21342025-01-27T08:51:53.896Z Checking base16ct v0.2.0
21352025-01-27T08:51:54.114Z Checking fallible-iterator v0.2.0
21362025-01-27T08:51:54.192Z Checking is_terminal_polyfill v1.70.1
21372025-01-27T08:51:54.327Z Checking anstyle-query v1.1.2
21382025-01-27T08:51:54.393Z Checking quick-error v1.2.3
21392025-01-27T08:51:54.469Z Checking linked-hash-map v0.5.6
21402025-01-27T08:51:54.524Z Checking utf-8 v0.7.6
21412025-01-27T08:51:54.546Z Checking rustc-demangle v0.1.24
21422025-01-27T08:51:54.683Z Checking take_mut v0.2.2
21432025-01-27T08:51:54.729Z Checking psl-types v2.0.11
21442025-01-27T08:51:54.774Z Checking dyn-clone v1.0.17
21452025-01-27T08:51:54.838Z Checking slog-async v2.8.0
21462025-01-27T08:51:54.920Z Checking publicsuffix v2.3.0
21472025-01-27T08:51:54.922Z Checking schemars v0.8.21
21482025-01-27T08:51:54.995Z Checking lru-cache v0.1.2
21492025-01-27T08:51:55.116Z Checking hyper-util v0.1.10
21502025-01-27T08:51:55.132Z Checking tungstenite v0.24.0
21512025-01-27T08:51:55.149Z Checking toml v0.8.19
21522025-01-27T08:51:55.165Z Checking postgres-protocol v0.6.7
21532025-01-27T08:51:55.184Z Checking resolv-conf v0.7.0
21542025-01-27T08:51:55.532Z Checking tokio-rustls v0.25.0
21552025-01-27T08:51:55.824Z Checking anstream v0.6.18
21562025-01-27T08:51:55.827Z Checking phf_shared v0.11.3
21572025-01-27T08:51:55.898Z Checking sec1 v0.7.3
21582025-01-27T08:51:55.978Z Checking usdt v0.5.0
21592025-01-27T08:51:56.104Z Checking slog-term v2.9.1
21602025-01-27T08:51:56.210Z Checking heapless v0.7.17
21612025-01-27T08:51:56.255Z Checking group v0.13.0
21622025-01-27T08:51:56.273Z Checking num-iter v0.1.45
21632025-01-27T08:51:56.406Z Checking futures v0.3.31
21642025-01-27T08:51:56.440Z Checking slog-bunyan v2.5.0
21652025-01-27T08:51:56.497Z Checking tokio-native-tls v0.3.1
21662025-01-27T08:51:56.514Z Checking rayon-core v1.12.1
21672025-01-27T08:51:56.530Z Checking tokio-rustls v0.26.1
21682025-01-27T08:51:56.570Z Checking hickory-proto v0.24.2
21692025-01-27T08:51:56.607Z Checking multer v3.1.0
21702025-01-27T08:51:56.743Z Checking terminal_size v0.4.1
21712025-01-27T08:51:56.918Z Checking cookie v0.18.1
21722025-01-27T08:51:56.994Z Checking async-stream v0.3.6
21732025-01-27T08:51:57.030Z Checking bzip2-sys v0.1.11+1.0.8
21742025-01-27T08:51:57.121Z Checking signal-hook v0.3.17
21752025-01-27T08:51:57.167Z Checking camino v1.1.9
21762025-01-27T08:51:57.167Z Checking waitgroup v0.1.2
21772025-01-27T08:51:57.198Z Checking openapiv3 v2.0.0
21782025-01-27T08:51:57.201Z Checking webpki-roots v0.26.7
21792025-01-27T08:51:57.313Z Checking serde_path_to_error v0.1.16
21802025-01-27T08:51:57.368Z Checking hkdf v0.12.4
21812025-01-27T08:51:57.420Z Checking crypto-bigint v0.5.5
21822025-01-27T08:51:57.436Z Checking lazy_static v1.5.0
21832025-01-27T08:51:57.568Z Checking hostname v0.4.0
21842025-01-27T08:51:57.588Z Checking sync_wrapper v1.0.2
21852025-01-27T08:51:57.692Z Checking crc32fast v1.4.2
21862025-01-27T08:51:57.709Z Checking clap_lex v0.7.4
21872025-01-27T08:51:57.732Z Checking managed v0.8.0
21882025-01-27T08:51:57.924Z Checking tower-layer v0.3.3
21892025-01-27T08:51:57.927Z Checking debug-ignore v1.0.5
21902025-01-27T08:51:57.961Z Checking bitflags v1.3.2
21912025-01-27T08:51:58.067Z Checking strsim v0.11.1
21922025-01-27T08:51:58.085Z Checking siphasher v0.3.11
21932025-01-27T08:51:58.088Z Checking unicode-width v0.2.0
21942025-01-27T08:51:58.169Z Checking winnow v0.5.40
21952025-01-27T08:51:58.362Z Checking clap_builder v4.5.27
21962025-01-27T08:51:58.397Z Checking phf_shared v0.10.0
21972025-01-27T08:51:58.572Z Checking console v0.15.10
21982025-01-27T08:51:58.656Z Checking tower v0.5.2
21992025-01-27T08:51:58.752Z Checking backtrace v0.3.74
22002025-01-27T08:51:59.125Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22012025-01-27T08:51:59.325Z Checking anyhow v1.0.95
22022025-01-27T08:51:59.377Z Checking smoltcp v0.9.1
22032025-01-27T08:51:59.406Z Checking flate2 v1.0.35
22042025-01-27T08:51:59.713Z Checking num-bigint-dig v0.8.4
22052025-01-27T08:52:00.035Z Checking signal-hook-mio v0.2.4
22062025-01-27T08:52:00.091Z Checking elliptic-curve v0.13.8
22072025-01-27T08:52:00.197Z Checking hyper-rustls v0.27.5
22082025-01-27T08:52:00.403Z Checking dropshot v0.12.0
22092025-01-27T08:52:00.539Z Checking cookie_store v0.21.1
22102025-01-27T08:52:00.700Z Checking rayon v1.10.0
22112025-01-27T08:52:00.740Z Checking bzip2 v0.4.4
22122025-01-27T08:52:00.978Z Checking toml_edit v0.19.15
22132025-01-27T08:52:01.029Z Checking hyper-tls v0.6.0
22142025-01-27T08:52:01.061Z Checking hickory-resolver v0.24.2
22152025-01-27T08:52:01.200Z Checking phf v0.11.3
22162025-01-27T08:52:01.300Z Checking tokio-tungstenite v0.24.0
22172025-01-27T08:52:01.332Z Checking postgres-types v0.2.8
22182025-01-27T08:52:01.456Z Checking bstr v1.11.3
22192025-01-27T08:52:01.689Z Checking regex v1.11.1
22202025-01-27T08:52:01.749Z Checking ed25519 v2.2.3
22212025-01-27T08:52:01.959Z Checking tokio-stream v0.1.17
22222025-01-27T08:52:02.047Z Checking zerocopy v0.6.6
22232025-01-27T08:52:02.293Z Checking curve25519-dalek v4.1.3
22242025-01-27T08:52:02.354Z Checking hubpack v0.1.2
22252025-01-27T08:52:02.624Z Checking portable-atomic v1.10.0
22262025-01-27T08:52:02.673Z Checking pkcs1 v0.7.5
22272025-01-27T08:52:02.694Z Checking float-cmp v0.10.0
22282025-01-27T08:52:02.758Z Checking serde-big-array v0.5.1
22292025-01-27T08:52:02.897Z Checking rfc6979 v0.4.0
22302025-01-27T08:52:02.978Z Checking minimal-lexical v0.2.1
22312025-01-27T08:52:03.063Z Checking whoami v1.5.2
22322025-01-27T08:52:03.079Z Checking predicates-core v1.0.9
22332025-01-27T08:52:03.274Z Checking bit-vec v0.8.0
22342025-01-27T08:52:03.358Z Checking unicode-segmentation v1.12.0
22352025-01-27T08:52:03.361Z Checking precomputed-hash v0.1.1
22362025-01-27T08:52:03.392Z Checking difflib v0.4.0
22372025-01-27T08:52:03.487Z Checking static_assertions v1.1.0
22382025-01-27T08:52:03.599Z Checking fixedbitset v0.4.2
22392025-01-27T08:52:03.615Z Checking new_debug_unreachable v1.0.6
22402025-01-27T08:52:03.647Z Checking normalize-line-endings v0.3.0
22412025-01-27T08:52:03.706Z Checking number_prefix v0.4.0
22422025-01-27T08:52:03.723Z Checking string_cache v0.8.7
22432025-01-27T08:52:03.770Z Checking predicates v3.1.3
22442025-01-27T08:52:03.812Z Checking qorb v0.2.1
22452025-01-27T08:52:03.874Z Checking petgraph v0.6.5
22462025-01-27T08:52:03.916Z Checking bit-set v0.8.0
22472025-01-27T08:52:04.009Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22482025-01-27T08:52:04.035Z Checking similar v2.7.0
22492025-01-27T08:52:04.101Z Checking ed25519-dalek v2.1.1
22502025-01-27T08:52:04.170Z Checking toml v0.7.8
22512025-01-27T08:52:04.198Z Checking indicatif v0.17.9
22522025-01-27T08:52:04.396Z Checking nom v7.1.3
22532025-01-27T08:52:04.517Z Checking tokio-postgres v0.7.12
22542025-01-27T08:52:04.829Z Checking ecdsa v0.16.9
22552025-01-27T08:52:04.870Z Checking rsa v0.9.7
22562025-01-27T08:52:04.945Z Checking clap v4.5.27
22572025-01-27T08:52:05.063Z Checking reqwest v0.12.12
22582025-01-27T08:52:05.526Z Checking zip v0.6.6
22592025-01-27T08:52:05.866Z Checking crossterm v0.28.1
22602025-01-27T08:52:06.241Z Checking itertools v0.12.1
22612025-01-27T08:52:06.276Z Checking itertools v0.10.5
22622025-01-27T08:52:06.905Z Checking fs-err v2.11.0
22632025-01-27T08:52:06.992Z Checking ahash v0.8.11
22642025-01-27T08:52:07.084Z Checking x509-cert v0.2.5
22652025-01-27T08:52:07.275Z Checking hex v0.4.3
22662025-01-27T08:52:07.451Z Checking semver v1.0.25
22672025-01-27T08:52:07.473Z Checking lalrpop-util v0.19.12
22682025-01-27T08:52:07.541Z Checking peg-runtime v0.8.3
22692025-01-27T08:52:07.740Z Checking sigpipe v0.1.3
22702025-01-27T08:52:08.560Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22712025-01-27T08:52:08.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.47s
22722025-01-27T08:52:09.058Z
22732025-01-27T08:52:09.058Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22742025-01-27T08:52:09.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752025-01-27T08:52:09.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762025-01-27T08:52:09.703Z Compiling regress v0.10.3
22772025-01-27T08:52:09.815Z Checking heck v0.5.0
22782025-01-27T08:52:09.835Z Compiling unsafe-libyaml v0.2.11
22792025-01-27T08:52:09.846Z Checking ipnetwork v0.20.0
22802025-01-27T08:52:09.849Z Compiling ident_case v1.0.1
22812025-01-27T08:52:09.872Z Checking progenitor-client v0.8.0
22822025-01-27T08:52:09.886Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22832025-01-27T08:52:09.981Z Checking newtype-uuid v1.2.1
22842025-01-27T08:52:10.024Z Compiling darling_core v0.20.10
22852025-01-27T08:52:10.171Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22862025-01-27T08:52:10.190Z Compiling proc-macro-crate v1.3.1
22872025-01-27T08:52:10.218Z Compiling structmeta-derive v0.3.0
22882025-01-27T08:52:10.284Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22892025-01-27T08:52:10.503Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22902025-01-27T08:52:10.603Z Compiling lzma-sys v0.1.20
22912025-01-27T08:52:11.156Z Compiling serde_yaml v0.9.34+deprecated
22922025-01-27T08:52:11.340Z Compiling num_enum_derive v0.5.11
22932025-01-27T08:52:11.649Z Compiling foreign-types-macros v0.2.3
22942025-01-27T08:52:11.764Z Compiling dropshot v0.15.1
22952025-01-27T08:52:12.070Z Checking foreign-types-shared v0.3.1
22962025-01-27T08:52:12.204Z Checking arc-swap v1.7.1
22972025-01-27T08:52:12.622Z Checking slog-scope v4.4.0
22982025-01-27T08:52:12.857Z Compiling structmeta v0.3.0
22992025-01-27T08:52:12.899Z Checking foreign-types v0.5.0
23002025-01-27T08:52:12.917Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23012025-01-27T08:52:13.215Z Compiling proc-macro-error v1.0.4
23022025-01-27T08:52:13.251Z Compiling parse-display-derive v0.10.0
23032025-01-27T08:52:13.285Z Checking typify-impl v0.2.0
23042025-01-27T08:52:13.585Z Checking num_enum v0.5.11
23052025-01-27T08:52:13.855Z Checking hashbrown v0.14.5
23062025-01-27T08:52:13.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23072025-01-27T08:52:14.070Z Checking tungstenite v0.21.0
23082025-01-27T08:52:14.451Z Compiling heck v0.3.3
23092025-01-27T08:52:14.784Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102025-01-27T08:52:14.830Z Compiling dropshot_endpoint v0.15.1
23112025-01-27T08:52:14.919Z Checking cstr-argument v0.1.2
23122025-01-27T08:52:14.988Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23132025-01-27T08:52:15.107Z Checking instant v0.1.13
23142025-01-27T08:52:15.237Z Checking base64 v0.21.7
23152025-01-27T08:52:15.592Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23162025-01-27T08:52:15.684Z Checking pretty-hex v0.2.1
23172025-01-27T08:52:15.727Z Checking fastrand v2.3.0
23182025-01-27T08:52:15.866Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23192025-01-27T08:52:15.909Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23202025-01-27T08:52:15.928Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212025-01-27T08:52:16.060Z Checking backoff v0.4.0
23222025-01-27T08:52:16.062Z Checking tempfile v3.15.0
23232025-01-27T08:52:16.093Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242025-01-27T08:52:16.152Z Checking tokio-tungstenite v0.21.0
23252025-01-27T08:52:16.169Z Compiling darling_macro v0.20.10
23262025-01-27T08:52:16.362Z Checking regress v0.9.1
23272025-01-27T08:52:16.389Z Compiling zone_cfg_derive v0.1.2
23282025-01-27T08:52:16.416Z Checking strum v0.26.3
23292025-01-27T08:52:16.582Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302025-01-27T08:52:16.621Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23312025-01-27T08:52:17.051Z Compiling darling v0.20.10
23322025-01-27T08:52:17.105Z Checking slog-stdlog v4.1.1
23332025-01-27T08:52:17.173Z Compiling serde_with_macros v3.12.0
23342025-01-27T08:52:17.280Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23352025-01-27T08:52:17.296Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23362025-01-27T08:52:17.327Z Checking parse-display v0.10.0
23372025-01-27T08:52:17.425Z Checking progenitor-client v0.9.1
23382025-01-27T08:52:17.546Z Checking colored v2.2.0
23392025-01-27T08:52:17.590Z Checking macaddr v1.0.1
23402025-01-27T08:52:17.754Z Checking base64 v0.13.1
23412025-01-27T08:52:17.829Z Checking zone v0.1.8
23422025-01-27T08:52:17.932Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23432025-01-27T08:52:18.165Z Checking ron v0.7.1
23442025-01-27T08:52:18.390Z Checking slog-envlogger v2.2.0
23452025-01-27T08:52:18.457Z Checking xz2 v0.1.7
23462025-01-27T08:52:18.606Z Checking tabwriter v1.4.1
23472025-01-27T08:52:18.765Z Checking xattr v1.4.0
23482025-01-27T08:52:18.884Z Checking pem v3.0.4
23492025-01-27T08:52:18.979Z Checking yasna v0.5.2
23502025-01-27T08:52:19.160Z Checking headers-core v0.3.0
23512025-01-27T08:52:19.222Z Checking smf v0.2.3
23522025-01-27T08:52:19.313Z Checking filetime v0.2.25
23532025-01-27T08:52:19.550Z Checking same-file v1.0.6
23542025-01-27T08:52:19.684Z Checking tar v0.4.43
23552025-01-27T08:52:19.738Z Checking walkdir v2.5.0
23562025-01-27T08:52:19.787Z Checking serde_with v3.12.0
23572025-01-27T08:52:19.848Z Checking rcgen v0.12.1
23582025-01-27T08:52:19.854Z Checking headers v0.4.0
23592025-01-27T08:52:19.952Z Checking camino-tempfile v1.1.1
23602025-01-27T08:52:20.018Z Checking atomicwrites v0.4.4
23612025-01-27T08:52:20.229Z Checking subprocess v0.2.9
23622025-01-27T08:52:22.952Z Compiling typify-macro v0.2.0
23632025-01-27T08:52:24.495Z Compiling typify v0.2.0
23642025-01-27T08:52:24.564Z Compiling progenitor-impl v0.8.0
23652025-01-27T08:52:26.962Z Compiling progenitor-macro v0.8.0
23662025-01-27T08:52:30.629Z Checking progenitor v0.8.0
23672025-01-27T08:52:30.759Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23682025-01-27T08:52:30.762Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23692025-01-27T08:52:33.249Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23702025-01-27T08:52:33.524Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23712025-01-27T08:52:39.356Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23722025-01-27T08:52:40.802Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23732025-01-27T08:52:41.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.92s
23742025-01-27T08:52:42.167Z
23752025-01-27T08:52:42.167Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23762025-01-27T08:52:42.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23772025-01-27T08:52:42.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23782025-01-27T08:52:42.806Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23792025-01-27T08:52:44.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
23802025-01-27T08:52:44.320Z
23812025-01-27T08:52:44.320Zinfo: running `cargo check --bins` on nexus-config (51/197)
23822025-01-27T08:52:44.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23832025-01-27T08:52:44.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23842025-01-27T08:52:44.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23852025-01-27T08:52:44.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23862025-01-27T08:52:44.928Z
23872025-01-27T08:52:44.928Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23882025-01-27T08:52:45.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23892025-01-27T08:52:45.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23902025-01-27T08:52:45.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23912025-01-27T08:52:45.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23922025-01-27T08:52:45.522Z
23932025-01-27T08:52:45.522Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23942025-01-27T08:52:46.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23952025-01-27T08:52:46.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23962025-01-27T08:52:46.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23972025-01-27T08:52:46.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23982025-01-27T08:52:46.131Z
23992025-01-27T08:52:46.131Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
24002025-01-27T08:52:46.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24012025-01-27T08:52:46.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24022025-01-27T08:52:46.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24032025-01-27T08:52:46.907Z Compiling ipnetwork v0.20.0
24042025-01-27T08:52:46.910Z Compiling zerocopy v0.8.14
24052025-01-27T08:52:46.910Z Compiling progenitor-client v0.8.0
24062025-01-27T08:52:46.910Z Compiling itertools v0.13.0
24072025-01-27T08:52:46.910Z Compiling zerocopy-derive v0.8.14
24082025-01-27T08:52:46.910Z Compiling heapless v0.8.0
24092025-01-27T08:52:46.910Z Compiling hashbrown v0.14.5
24102025-01-27T08:52:47.070Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24112025-01-27T08:52:47.472Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24122025-01-27T08:52:47.672Z Compiling progenitor v0.8.0
24132025-01-27T08:52:47.780Z Checking hash32 v0.3.1
24142025-01-27T08:52:47.800Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24152025-01-27T08:52:47.803Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24162025-01-27T08:52:47.891Z Compiling instant v0.1.13
24172025-01-27T08:52:47.983Z Compiling smoltcp v0.11.0
24182025-01-27T08:52:48.051Z Compiling backoff v0.4.0
24192025-01-27T08:52:48.138Z Compiling regress v0.9.1
24202025-01-27T08:52:48.400Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24212025-01-27T08:52:48.637Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24222025-01-27T08:52:48.711Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24232025-01-27T08:52:48.906Z Compiling dropshot v0.15.1
24242025-01-27T08:52:48.931Z Compiling serde_with v3.12.0
24252025-01-27T08:52:49.100Z Compiling parse-display v0.10.0
24262025-01-27T08:52:49.718Z Checking num-rational v0.4.2
24272025-01-27T08:52:49.721Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24282025-01-27T08:52:50.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24292025-01-27T08:52:50.501Z Compiling progenitor-client v0.9.1
24302025-01-27T08:52:52.485Z Compiling phf_generator v0.11.3
24312025-01-27T08:52:52.629Z Checking num-complex v0.4.6
24322025-01-27T08:52:52.936Z Compiling macaddr v1.0.1
24332025-01-27T08:52:53.037Z Checking cobs v0.2.3
24342025-01-27T08:52:53.244Z Checking postcard v1.1.1
24352025-01-27T08:52:53.397Z Compiling phf_codegen v0.11.3
24362025-01-27T08:52:53.436Z Checking num v0.4.3
24372025-01-27T08:52:53.622Z Compiling parse-zoneinfo v0.3.1
24382025-01-27T08:52:53.663Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24392025-01-27T08:52:53.783Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24402025-01-27T08:52:53.992Z Compiling float-ord v0.3.2
24412025-01-27T08:52:54.196Z Compiling convert_case v0.4.0
24422025-01-27T08:52:55.208Z Compiling derive_more v0.99.18
24432025-01-27T08:52:55.411Z Compiling chrono-tz-build v0.4.0
24442025-01-27T08:52:55.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24452025-01-27T08:52:56.470Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24462025-01-27T08:52:56.554Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24472025-01-27T08:52:56.579Z Compiling crucible-workspace-hack v0.1.0
24482025-01-27T08:52:56.689Z Compiling chrono-tz v0.10.1
24492025-01-27T08:52:56.869Z Checking newline-converter v0.3.0
24502025-01-27T08:52:57.046Z Checking prettyplease v0.2.29
24512025-01-27T08:52:57.111Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24522025-01-27T08:52:57.350Z Compiling slog-dtrace v0.3.0
24532025-01-27T08:52:57.652Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24542025-01-27T08:52:57.892Z Checking expectorate v1.1.0
24552025-01-27T08:52:57.911Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24562025-01-27T08:52:58.310Z Compiling zone_cfg_derive v0.3.0
24572025-01-27T08:52:59.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24582025-01-27T08:52:59.335Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24592025-01-27T08:52:59.338Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24602025-01-27T08:52:59.701Z Compiling const_format_proc_macros v0.2.34
24612025-01-27T08:52:59.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24622025-01-27T08:52:59.972Z Compiling num-derive v0.4.2
24632025-01-27T08:53:00.090Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24642025-01-27T08:53:00.389Z Checking highway v1.3.0
24652025-01-27T08:53:00.685Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24662025-01-27T08:53:00.892Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24672025-01-27T08:53:00.908Z Checking zone v0.3.0
24682025-01-27T08:53:01.147Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24692025-01-27T08:53:01.150Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24702025-01-27T08:53:01.414Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24712025-01-27T08:53:01.631Z Checking const_format v0.2.34
24722025-01-27T08:53:01.968Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24732025-01-27T08:53:02.098Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24742025-01-27T08:53:02.292Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24752025-01-27T08:53:02.346Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24762025-01-27T08:53:02.551Z Checking gethostname v0.5.0
24772025-01-27T08:53:02.670Z Checking bcs v0.1.6
24782025-01-27T08:53:02.687Z Compiling async-recursion v1.1.1
24792025-01-27T08:53:02.731Z Checking termtree v0.5.1
24802025-01-27T08:53:04.043Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24812025-01-27T08:53:08.939Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24822025-01-27T08:53:12.210Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24832025-01-27T08:53:14.656Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24842025-01-27T08:53:15.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.65s
24852025-01-27T08:53:15.972Z
24862025-01-27T08:53:15.973Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24872025-01-27T08:53:16.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882025-01-27T08:53:16.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892025-01-27T08:53:16.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902025-01-27T08:53:16.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24912025-01-27T08:53:16.590Z
24922025-01-27T08:53:16.590Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24932025-01-27T08:53:17.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942025-01-27T08:53:17.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952025-01-27T08:53:17.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24962025-01-27T08:53:17.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24972025-01-27T08:53:17.206Z
24982025-01-27T08:53:17.206Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24992025-01-27T08:53:17.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002025-01-27T08:53:17.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012025-01-27T08:53:17.846Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25022025-01-27T08:53:18.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
25032025-01-27T08:53:18.659Z
25042025-01-27T08:53:18.659Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
25052025-01-27T08:53:19.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062025-01-27T08:53:19.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072025-01-27T08:53:19.319Z Checking unicode-width v0.1.14
25082025-01-27T08:53:19.319Z Compiling cfg_aliases v0.1.1
25092025-01-27T08:53:19.322Z Checking fd-lock v4.0.2
25102025-01-27T08:53:19.322Z Checking nibble_vec v0.1.0
25112025-01-27T08:53:19.322Z Checking vte v0.14.1
25122025-01-27T08:53:19.424Z Checking bytecount v0.6.8
25132025-01-27T08:53:19.427Z Checking endian-type v0.1.2
25142025-01-27T08:53:19.465Z Compiling tabled_derive v0.7.0
25152025-01-27T08:53:19.532Z Compiling nix v0.28.0
25162025-01-27T08:53:19.593Z Compiling peg-macros v0.8.4
25172025-01-27T08:53:19.619Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25182025-01-27T08:53:19.619Z Compiling sqlparser_derive v0.2.2
25192025-01-27T08:53:19.650Z Checking strip-ansi-escapes v0.2.1
25202025-01-27T08:53:19.678Z Checking radix_trie v0.2.1
25212025-01-27T08:53:19.791Z Checking nu-ansi-term v0.50.1
25222025-01-27T08:53:19.886Z Checking papergrid v0.11.0
25232025-01-27T08:53:20.084Z Checking unicode_categories v0.1.1
25242025-01-27T08:53:20.180Z Checking home v0.5.11
25252025-01-27T08:53:20.343Z Checking reedline v0.35.0
25262025-01-27T08:53:20.399Z Checking sqlformat v0.2.6
25272025-01-27T08:53:20.623Z Checking sqlparser v0.45.0
25282025-01-27T08:53:20.673Z Checking display-error-chain v0.2.2
25292025-01-27T08:53:21.519Z Checking tabled v0.15.0
25302025-01-27T08:53:22.198Z Checking peg v0.8.4
25312025-01-27T08:53:22.479Z Checking rustyline v14.0.0
25322025-01-27T08:53:31.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.41s
25332025-01-27T08:53:31.251Z
25342025-01-27T08:53:31.251Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25352025-01-27T08:53:31.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362025-01-27T08:53:31.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372025-01-27T08:53:31.900Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382025-01-27T08:53:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s
25392025-01-27T08:53:37.155Z
25402025-01-27T08:53:37.155Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25412025-01-27T08:53:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422025-01-27T08:53:37.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432025-01-27T08:53:37.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442025-01-27T08:53:41.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
25452025-01-27T08:53:41.435Z
25462025-01-27T08:53:41.435Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25472025-01-27T08:53:41.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482025-01-27T08:53:41.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492025-01-27T08:53:42.082Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502025-01-27T08:53:46.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
25512025-01-27T08:53:46.982Z
25522025-01-27T08:53:46.982Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25532025-01-27T08:53:47.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-01-27T08:53:47.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-01-27T08:53:47.634Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25562025-01-27T08:53:52.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
25572025-01-27T08:53:52.639Z
25582025-01-27T08:53:52.639Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25592025-01-27T08:53:53.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-01-27T08:53:53.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-01-27T08:53:53.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25622025-01-27T08:53:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
25632025-01-27T08:53:57.148Z
25642025-01-27T08:53:57.148Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25652025-01-27T08:53:57.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-01-27T08:53:57.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-01-27T08:53:57.800Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682025-01-27T08:54:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
25692025-01-27T08:54:01.690Z
25702025-01-27T08:54:01.690Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25712025-01-27T08:54:02.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-01-27T08:54:02.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-01-27T08:54:02.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25742025-01-27T08:54:07.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
25752025-01-27T08:54:07.515Z
25762025-01-27T08:54:07.515Zinfo: running `cargo check --bins` on oximeter (66/197)
25772025-01-27T08:54:08.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-01-27T08:54:08.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-01-27T08:54:08.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802025-01-27T08:54:08.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25812025-01-27T08:54:08.131Z
25822025-01-27T08:54:08.131Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25832025-01-27T08:54:08.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-01-27T08:54:08.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-01-27T08:54:08.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862025-01-27T08:54:08.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25872025-01-27T08:54:08.723Z
25882025-01-27T08:54:08.723Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25892025-01-27T08:54:09.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-01-27T08:54:09.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-01-27T08:54:09.363Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25922025-01-27T08:54:11.345Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932025-01-27T08:54:12.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
25942025-01-27T08:54:12.467Z
25952025-01-27T08:54:12.467Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25962025-01-27T08:54:13.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972025-01-27T08:54:13.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982025-01-27T08:54:13.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992025-01-27T08:54:13.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26002025-01-27T08:54:13.081Z
26012025-01-27T08:54:13.081Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
26022025-01-27T08:54:13.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032025-01-27T08:54:13.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042025-01-27T08:54:13.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052025-01-27T08:54:13.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26062025-01-27T08:54:13.700Z
26072025-01-27T08:54:13.700Zinfo: running `cargo check --bins` on oxql-types (71/197)
26082025-01-27T08:54:14.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092025-01-27T08:54:14.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102025-01-27T08:54:14.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112025-01-27T08:54:14.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26122025-01-27T08:54:14.324Z
26132025-01-27T08:54:14.324Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26142025-01-27T08:54:14.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152025-01-27T08:54:14.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162025-01-27T08:54:14.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172025-01-27T08:54:14.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26182025-01-27T08:54:14.961Z
26192025-01-27T08:54:14.961Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26202025-01-27T08:54:15.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212025-01-27T08:54:15.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222025-01-27T08:54:15.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232025-01-27T08:54:15.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26242025-01-27T08:54:15.591Z
26252025-01-27T08:54:15.591Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26262025-01-27T08:54:16.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272025-01-27T08:54:16.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282025-01-27T08:54:16.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292025-01-27T08:54:16.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26302025-01-27T08:54:16.231Z
26312025-01-27T08:54:16.231Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26322025-01-27T08:54:16.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332025-01-27T08:54:16.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342025-01-27T08:54:16.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352025-01-27T08:54:16.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26362025-01-27T08:54:16.859Z
26372025-01-27T08:54:16.860Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26382025-01-27T08:54:17.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392025-01-27T08:54:17.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402025-01-27T08:54:17.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412025-01-27T08:54:17.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26422025-01-27T08:54:17.492Z
26432025-01-27T08:54:17.492Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26442025-01-27T08:54:18.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452025-01-27T08:54:18.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462025-01-27T08:54:18.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472025-01-27T08:54:18.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26482025-01-27T08:54:18.124Z
26492025-01-27T08:54:18.124Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26502025-01-27T08:54:18.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512025-01-27T08:54:18.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522025-01-27T08:54:18.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532025-01-27T08:54:18.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26542025-01-27T08:54:18.737Z
26552025-01-27T08:54:18.737Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26562025-01-27T08:54:19.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572025-01-27T08:54:19.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582025-01-27T08:54:19.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592025-01-27T08:54:19.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26602025-01-27T08:54:19.367Z
26612025-01-27T08:54:19.367Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26622025-01-27T08:54:19.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-01-27T08:54:19.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-01-27T08:54:19.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-01-27T08:54:19.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26662025-01-27T08:54:19.993Z
26672025-01-27T08:54:19.993Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26682025-01-27T08:54:20.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-01-27T08:54:20.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-01-27T08:54:20.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-01-27T08:54:20.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26722025-01-27T08:54:20.614Z
26732025-01-27T08:54:20.614Zinfo: running `cargo check --bins` on dpd-client (82/197)
26742025-01-27T08:54:21.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-01-27T08:54:21.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-01-27T08:54:21.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-01-27T08:54:21.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26782025-01-27T08:54:21.233Z
26792025-01-27T08:54:21.233Zinfo: running `cargo check --bins` on gateway-client (83/197)
26802025-01-27T08:54:21.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-01-27T08:54:21.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-01-27T08:54:21.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-01-27T08:54:21.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26842025-01-27T08:54:21.843Z
26852025-01-27T08:54:21.843Zinfo: running `cargo check --bins` on installinator-client (84/197)
26862025-01-27T08:54:22.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-01-27T08:54:22.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-01-27T08:54:22.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-01-27T08:54:22.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26902025-01-27T08:54:22.485Z
26912025-01-27T08:54:22.485Zinfo: running `cargo check --bins` on installinator-common (85/197)
26922025-01-27T08:54:23.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-01-27T08:54:23.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-01-27T08:54:23.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-01-27T08:54:23.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26962025-01-27T08:54:23.128Z
26972025-01-27T08:54:23.128Zinfo: running `cargo check --bins` on update-engine (86/197)
26982025-01-27T08:54:23.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-01-27T08:54:23.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-01-27T08:54:23.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-01-27T08:54:23.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27022025-01-27T08:54:23.727Z
27032025-01-27T08:54:23.728Zinfo: running `cargo check --bins` on nexus-client (87/197)
27042025-01-27T08:54:24.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-01-27T08:54:24.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-01-27T08:54:24.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-01-27T08:54:24.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27082025-01-27T08:54:24.367Z
27092025-01-27T08:54:24.367Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27102025-01-27T08:54:24.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-01-27T08:54:24.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-01-27T08:54:24.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-01-27T08:54:24.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27142025-01-27T08:54:24.997Z
27152025-01-27T08:54:24.997Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27162025-01-27T08:54:25.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-01-27T08:54:25.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-01-27T08:54:25.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-01-27T08:54:25.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27202025-01-27T08:54:25.598Z
27212025-01-27T08:54:25.598Zinfo: running `cargo check --bins` on nexus-types (90/197)
27222025-01-27T08:54:26.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-01-27T08:54:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-01-27T08:54:26.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-01-27T08:54:26.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27262025-01-27T08:54:26.236Z
27272025-01-27T08:54:26.236Zinfo: running `cargo check --bins` on oxide-client (91/197)
27282025-01-27T08:54:26.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-01-27T08:54:26.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-01-27T08:54:26.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-01-27T08:54:26.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27322025-01-27T08:54:26.834Z
27332025-01-27T08:54:26.834Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27342025-01-27T08:54:27.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-01-27T08:54:27.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-01-27T08:54:27.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-01-27T08:54:27.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27382025-01-27T08:54:27.448Z
27392025-01-27T08:54:27.448Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27402025-01-27T08:54:27.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-01-27T08:54:27.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-01-27T08:54:27.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-01-27T08:54:27.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27442025-01-27T08:54:28.047Z
27452025-01-27T08:54:28.047Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27462025-01-27T08:54:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-01-27T08:54:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-01-27T08:54:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-01-27T08:54:28.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27502025-01-27T08:54:28.681Z
27512025-01-27T08:54:28.681Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27522025-01-27T08:54:29.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-01-27T08:54:29.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-01-27T08:54:29.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-01-27T08:54:29.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27562025-01-27T08:54:29.340Z
27572025-01-27T08:54:29.340Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27582025-01-27T08:54:29.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-01-27T08:54:29.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-01-27T08:54:29.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-01-27T08:54:29.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27622025-01-27T08:54:29.991Z
27632025-01-27T08:54:29.991Zinfo: running `cargo check --bins` on wicket-common (97/197)
27642025-01-27T08:54:30.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-01-27T08:54:30.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-01-27T08:54:30.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-01-27T08:54:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27682025-01-27T08:54:30.637Z
27692025-01-27T08:54:30.637Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27702025-01-27T08:54:31.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-01-27T08:54:31.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-01-27T08:54:31.296Z Checking csv-core v0.1.11
27732025-01-27T08:54:31.298Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27742025-01-27T08:54:31.298Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27752025-01-27T08:54:31.298Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27762025-01-27T08:54:31.600Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27772025-01-27T08:54:31.617Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27782025-01-27T08:54:31.635Z Checking csv v1.3.1
27792025-01-27T08:54:32.163Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27802025-01-27T08:54:32.518Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27812025-01-27T08:54:34.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
27822025-01-27T08:54:34.308Z
27832025-01-27T08:54:34.308Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27842025-01-27T08:54:34.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-01-27T08:54:34.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-01-27T08:54:34.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-01-27T08:54:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27882025-01-27T08:54:34.934Z
27892025-01-27T08:54:34.934Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27902025-01-27T08:54:35.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-01-27T08:54:35.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-01-27T08:54:35.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-01-27T08:54:35.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27942025-01-27T08:54:35.560Z
27952025-01-27T08:54:35.560Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27962025-01-27T08:54:36.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-01-27T08:54:36.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-01-27T08:54:36.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992025-01-27T08:54:36.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
28002025-01-27T08:54:36.286Z
28012025-01-27T08:54:36.286Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
28022025-01-27T08:54:36.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032025-01-27T08:54:36.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042025-01-27T08:54:36.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052025-01-27T08:54:36.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
28062025-01-27T08:54:37.007Z
28072025-01-27T08:54:37.007Zinfo: running `cargo check --bins` on dns-server (103/197)
28082025-01-27T08:54:37.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092025-01-27T08:54:37.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102025-01-27T08:54:37.642Z Compiling typify-impl v0.3.0
28112025-01-27T08:54:37.750Z Compiling parking_lot_core v0.8.6
28122025-01-27T08:54:37.760Z Checking fxhash v0.2.1
28132025-01-27T08:54:37.768Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28142025-01-27T08:54:37.780Z Checking hickory-client v0.24.2
28152025-01-27T08:54:37.793Z Checking hickory-server v0.24.2
28162025-01-27T08:54:38.430Z Checking parking_lot v0.11.2
28172025-01-27T08:54:38.470Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182025-01-27T08:54:38.718Z Checking sled v0.34.7
28192025-01-27T08:54:43.313Z Compiling typify-macro v0.3.0
28202025-01-27T08:54:44.873Z Compiling typify v0.3.0
28212025-01-27T08:54:44.944Z Compiling progenitor-impl v0.9.1
28222025-01-27T08:54:47.339Z Compiling progenitor-macro v0.9.1
28232025-01-27T08:54:51.046Z Checking progenitor v0.9.1
28242025-01-27T08:54:51.176Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28252025-01-27T08:54:51.631Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28262025-01-27T08:54:52.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.86s
28272025-01-27T08:54:53.044Z
28282025-01-27T08:54:53.044Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28292025-01-27T08:54:53.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302025-01-27T08:54:53.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312025-01-27T08:54:53.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322025-01-27T08:54:53.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28332025-01-27T08:54:53.665Z
28342025-01-27T08:54:53.665Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28352025-01-27T08:54:54.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362025-01-27T08:54:54.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372025-01-27T08:54:54.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382025-01-27T08:54:54.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28392025-01-27T08:54:54.354Z
28402025-01-27T08:54:54.354Zinfo: running `cargo check --bins` on gateway-types (106/197)
28412025-01-27T08:54:54.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422025-01-27T08:54:54.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432025-01-27T08:54:54.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442025-01-27T08:54:54.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28452025-01-27T08:54:54.970Z
28462025-01-27T08:54:54.970Zinfo: running `cargo check --bins` on ipcc (107/197)
28472025-01-27T08:54:55.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482025-01-27T08:54:55.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492025-01-27T08:54:55.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502025-01-27T08:54:55.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28512025-01-27T08:54:55.582Z
28522025-01-27T08:54:55.582Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28532025-01-27T08:54:56.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542025-01-27T08:54:56.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552025-01-27T08:54:56.277Z Compiling semver v0.1.20
28562025-01-27T08:54:56.277Z Compiling radium v0.7.0
28572025-01-27T08:54:56.280Z Compiling maybe-uninit v2.0.0
28582025-01-27T08:54:56.393Z Checking tap v1.0.1
28592025-01-27T08:54:56.411Z Checking password-hash v0.5.0
28602025-01-27T08:54:56.414Z Checking blake2 v0.10.6
28612025-01-27T08:54:56.414Z Compiling cancel-safe-futures v0.1.5
28622025-01-27T08:54:56.414Z Compiling packed_struct v0.10.1
28632025-01-27T08:54:56.551Z Checking wyz v0.5.1
28642025-01-27T08:54:56.749Z Compiling rustc_version v0.1.7
28652025-01-27T08:54:56.826Z Compiling owo-colors v4.1.0
28662025-01-27T08:54:56.874Z Checking funty v2.0.0
28672025-01-27T08:54:56.905Z Checking crc-catalog v2.4.0
28682025-01-27T08:54:56.919Z Checking argon2 v0.5.3
28692025-01-27T08:54:57.011Z Compiling packed_struct_codegen v0.10.1
28702025-01-27T08:54:57.052Z Checking crc v3.2.1
28712025-01-27T08:54:57.069Z Checking libsw-core v0.3.1
28722025-01-27T08:54:57.151Z Compiling newtype_derive v0.1.6
28732025-01-27T08:54:57.169Z Compiling indexmap v1.9.3
28742025-01-27T08:54:57.186Z Checking half v2.4.1
28752025-01-27T08:54:57.293Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28762025-01-27T08:54:57.452Z Checking ciborium-io v0.2.2
28772025-01-27T08:54:57.484Z Checking nodrop v0.1.14
28782025-01-27T08:54:57.576Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28792025-01-27T08:54:57.612Z Checking array-init v0.0.4
28802025-01-27T08:54:57.646Z Checking ciborium-ll v0.2.2
28812025-01-27T08:54:57.646Z Checking libsw v3.4.0
28822025-01-27T08:54:57.692Z Checking bitvec v1.0.1
28832025-01-27T08:54:57.696Z Checking smallvec v0.6.14
28842025-01-27T08:54:57.840Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28852025-01-27T08:54:57.959Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28862025-01-27T08:54:58.062Z Compiling memoffset v0.9.1
28872025-01-27T08:54:58.313Z Checking indent_write v2.2.0
28882025-01-27T08:54:58.372Z Checking termcolor v1.4.1
28892025-01-27T08:54:58.479Z Checking hashbrown v0.12.3
28902025-01-27T08:54:58.509Z Checking swrite v0.1.0
28912025-01-27T08:54:58.528Z Checking linear-map v1.2.0
28922025-01-27T08:54:58.650Z Checking bitfield v0.14.0
28932025-01-27T08:54:58.760Z Checking env_logger v0.10.2
28942025-01-27T08:54:58.874Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28952025-01-27T08:54:58.956Z Checking ron v0.8.1
28962025-01-27T08:54:58.980Z Checking serde-hex v0.1.0
28972025-01-27T08:54:59.270Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28982025-01-27T08:54:59.335Z Checking ciborium v0.2.2
28992025-01-27T08:54:59.555Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29002025-01-27T08:55:00.063Z Checking steno v0.4.1
29012025-01-27T08:55:00.297Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29022025-01-27T08:55:00.376Z Checking hashbrown v0.13.2
29032025-01-27T08:55:00.402Z Checking crc-any v2.5.0
29042025-01-27T08:55:00.541Z Checking humantime v2.1.0
29052025-01-27T08:55:00.749Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29062025-01-27T08:55:00.861Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072025-01-27T08:55:01.148Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29082025-01-27T08:55:01.289Z Checking object v0.30.4
29092025-01-27T08:55:01.450Z Checking path-slash v0.1.5
29102025-01-27T08:55:01.542Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29112025-01-27T08:55:01.601Z Checking nix v0.27.1
29122025-01-27T08:55:02.065Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29132025-01-27T08:55:02.238Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29142025-01-27T08:55:02.514Z Checking tungstenite v0.23.0
29152025-01-27T08:55:02.730Z Checking kstat-rs v0.2.4
29162025-01-27T08:55:02.751Z Checking signal-hook-tokio v0.3.1
29172025-01-27T08:55:03.083Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29182025-01-27T08:55:03.390Z Checking tokio-tungstenite v0.23.1
29192025-01-27T08:55:03.526Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29202025-01-27T08:55:03.787Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29212025-01-27T08:55:03.997Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29222025-01-27T08:55:10.599Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29232025-01-27T08:55:11.946Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29242025-01-27T08:55:13.941Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29252025-01-27T08:55:19.188Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29262025-01-27T08:55:19.844Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29272025-01-27T08:55:22.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.91s
29282025-01-27T08:55:22.683Z
29292025-01-27T08:55:22.683Zinfo: running `cargo check --bins` on gateway-api (109/197)
29302025-01-27T08:55:23.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312025-01-27T08:55:24.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322025-01-27T08:55:24.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332025-01-27T08:55:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29342025-01-27T08:55:24.230Z
29352025-01-27T08:55:24.230Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29362025-01-27T08:55:24.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372025-01-27T08:55:24.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382025-01-27T08:55:24.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392025-01-27T08:55:24.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29402025-01-27T08:55:24.230Z
29412025-01-27T08:55:24.230Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29422025-01-27T08:55:24.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432025-01-27T08:55:24.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442025-01-27T08:55:24.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452025-01-27T08:55:24.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29462025-01-27T08:55:24.520Z
29472025-01-27T08:55:24.520Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29482025-01-27T08:55:25.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492025-01-27T08:55:25.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502025-01-27T08:55:25.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512025-01-27T08:55:25.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29522025-01-27T08:55:25.138Z
29532025-01-27T08:55:25.138Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29542025-01-27T08:55:25.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552025-01-27T08:55:25.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562025-01-27T08:55:25.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572025-01-27T08:55:25.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29582025-01-27T08:55:25.759Z
29592025-01-27T08:55:25.759Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29602025-01-27T08:55:26.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612025-01-27T08:55:26.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622025-01-27T08:55:26.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632025-01-27T08:55:26.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29642025-01-27T08:55:26.379Z
29652025-01-27T08:55:26.379Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29662025-01-27T08:55:26.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672025-01-27T08:55:26.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682025-01-27T08:55:26.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692025-01-27T08:55:26.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29702025-01-27T08:55:26.996Z
29712025-01-27T08:55:26.996Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29722025-01-27T08:55:27.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732025-01-27T08:55:27.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742025-01-27T08:55:27.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752025-01-27T08:55:27.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29762025-01-27T08:55:27.611Z
29772025-01-27T08:55:27.611Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29782025-01-27T08:55:28.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792025-01-27T08:55:28.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802025-01-27T08:55:28.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812025-01-27T08:55:28.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29822025-01-27T08:55:28.262Z
29832025-01-27T08:55:28.262Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29842025-01-27T08:55:28.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-01-27T08:55:28.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-01-27T08:55:28.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-01-27T08:55:28.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29882025-01-27T08:55:28.880Z
29892025-01-27T08:55:28.880Zinfo: running `cargo check --bins` on sp-sim (119/197)
29902025-01-27T08:55:29.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-01-27T08:55:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-01-27T08:55:29.509Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29932025-01-27T08:55:29.953Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29942025-01-27T08:55:31.588Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29952025-01-27T08:55:33.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
29962025-01-27T08:55:33.359Z
29972025-01-27T08:55:33.359Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29982025-01-27T08:55:33.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992025-01-27T08:55:33.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002025-01-27T08:55:33.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012025-01-27T08:55:33.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30022025-01-27T08:55:34.028Z
30032025-01-27T08:55:34.028Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
30042025-01-27T08:55:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052025-01-27T08:55:34.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062025-01-27T08:55:34.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072025-01-27T08:55:34.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30082025-01-27T08:55:34.705Z
30092025-01-27T08:55:34.705Zinfo: running `cargo check --bins` on db-macros (122/197)
30102025-01-27T08:55:35.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112025-01-27T08:55:35.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122025-01-27T08:55:35.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132025-01-27T08:55:35.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30142025-01-27T08:55:35.309Z
30152025-01-27T08:55:35.309Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30162025-01-27T08:55:35.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172025-01-27T08:55:35.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182025-01-27T08:55:35.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192025-01-27T08:55:35.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30202025-01-27T08:55:35.903Z
30212025-01-27T08:55:35.903Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30222025-01-27T08:55:36.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-01-27T08:55:36.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-01-27T08:55:36.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-01-27T08:55:36.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30262025-01-27T08:55:36.575Z
30272025-01-27T08:55:36.575Zinfo: running `cargo check --bins` on authz-macros (125/197)
30282025-01-27T08:55:37.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-01-27T08:55:37.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-01-27T08:55:37.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-01-27T08:55:37.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30322025-01-27T08:55:37.184Z
30332025-01-27T08:55:37.184Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30342025-01-27T08:55:37.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-01-27T08:55:37.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-01-27T08:55:37.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-01-27T08:55:37.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30382025-01-27T08:55:37.851Z
30392025-01-27T08:55:37.851Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30402025-01-27T08:55:38.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-01-27T08:55:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-01-27T08:55:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-01-27T08:55:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30442025-01-27T08:55:38.497Z
30452025-01-27T08:55:38.497Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30462025-01-27T08:55:39.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-01-27T08:55:39.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-01-27T08:55:39.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-01-27T08:55:39.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30502025-01-27T08:55:39.109Z
30512025-01-27T08:55:39.109Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30522025-01-27T08:55:39.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-01-27T08:55:39.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-01-27T08:55:39.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-01-27T08:55:39.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30562025-01-27T08:55:39.757Z
30572025-01-27T08:55:39.757Zinfo: running `cargo check --bins` on typed-rng (130/197)
30582025-01-27T08:55:40.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-01-27T08:55:40.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-01-27T08:55:40.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-01-27T08:55:40.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30622025-01-27T08:55:40.361Z
30632025-01-27T08:55:40.361Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30642025-01-27T08:55:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-01-27T08:55:40.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-01-27T08:55:41.088Z Checking keccak v0.1.5
30672025-01-27T08:55:41.200Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30682025-01-27T08:55:41.203Z Checking secrecy v0.8.0
30692025-01-27T08:55:41.203Z Compiling same-file v1.0.6
30702025-01-27T08:55:41.230Z Compiling tempfile v3.15.0
30712025-01-27T08:55:41.242Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30722025-01-27T08:55:41.245Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30732025-01-27T08:55:41.245Z Compiling thiserror-impl-no-std v2.0.2
30742025-01-27T08:55:41.377Z Checking universal-hash v0.5.1
30752025-01-27T08:55:41.470Z Compiling walkdir v2.5.0
30762025-01-27T08:55:41.488Z Checking sha3 v0.10.8
30772025-01-27T08:55:41.519Z Compiling blake3 v1.5.5
30782025-01-27T08:55:41.556Z Checking opaque-debug v0.3.1
30792025-01-27T08:55:41.574Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30802025-01-27T08:55:41.663Z Checking poly1305 v0.8.0
30812025-01-27T08:55:41.831Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30822025-01-27T08:55:41.881Z Checking chacha20 v0.9.1
30832025-01-27T08:55:41.899Z Checking aead v0.5.2
30842025-01-27T08:55:42.023Z Compiling memmap2 v0.9.5
30852025-01-27T08:55:42.105Z Compiling arrayref v0.3.9
30862025-01-27T08:55:42.122Z Compiling constant_time_eq v0.3.1
30872025-01-27T08:55:42.171Z Compiling arrayvec v0.7.6
30882025-01-27T08:55:42.212Z Compiling salty v0.3.0
30892025-01-27T08:55:42.229Z Compiling libefi-sys v0.1.0
30902025-01-27T08:55:42.305Z Checking chacha20poly1305 v0.10.1
30912025-01-27T08:55:42.460Z Compiling toolchain_find v0.4.0
30922025-01-27T08:55:42.489Z Compiling camino-tempfile v1.1.1
30932025-01-27T08:55:42.529Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d)
30942025-01-27T08:55:42.546Z Compiling bitfield-struct v0.6.2
30952025-01-27T08:55:42.632Z Compiling unicase v2.8.1
30962025-01-27T08:55:42.895Z Compiling topological-sort v0.2.2
30972025-01-27T08:55:43.022Z Compiling mime_guess v2.0.5
30982025-01-27T08:55:43.041Z Compiling rustfmt-wrapper v0.2.1
30992025-01-27T08:55:43.491Z Compiling omicron-zone-package v0.12.0
31002025-01-27T08:55:43.617Z Compiling progenitor v0.9.1
31012025-01-27T08:55:43.619Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31022025-01-27T08:55:43.850Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31032025-01-27T08:55:43.892Z Checking primeorder v0.13.6
31042025-01-27T08:55:43.940Z Checking env_filter v0.1.3
31052025-01-27T08:55:43.961Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31062025-01-27T08:55:43.994Z Checking thiserror-no-std v2.0.2
31072025-01-27T08:55:44.129Z Checking vsss-rs v3.3.4
31082025-01-27T08:55:44.183Z Checking env_logger v0.11.6
31092025-01-27T08:55:44.247Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31102025-01-27T08:55:44.338Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31112025-01-27T08:55:44.341Z Checking p384 v0.13.0
31122025-01-27T08:55:44.390Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31132025-01-27T08:55:44.409Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31142025-01-27T08:55:44.516Z Checking lockfree-object-pool v0.1.6
31152025-01-27T08:55:44.580Z Checking bumpalo v3.16.0
31162025-01-27T08:55:44.773Z Compiling zip v2.1.3
31172025-01-27T08:55:44.791Z Checking http-range v0.1.5
31182025-01-27T08:55:44.842Z Checking simd-adler32 v0.3.7
31192025-01-27T08:55:44.980Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31202025-01-27T08:55:45.099Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31212025-01-27T08:55:45.206Z Checking zopfli v0.8.1
31222025-01-27T08:55:45.291Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31232025-01-27T08:55:45.457Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31242025-01-27T08:55:45.742Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31252025-01-27T08:55:45.875Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31262025-01-27T08:55:45.896Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31272025-01-27T08:55:45.960Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31282025-01-27T08:55:46.275Z Checking nanorand v0.7.0
31292025-01-27T08:55:46.460Z Checking atty v0.2.14
31302025-01-27T08:55:46.481Z Checking glob v0.3.2
31312025-01-27T08:55:46.520Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31322025-01-27T08:55:46.604Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31332025-01-27T08:55:46.633Z Checking flume v0.11.1
31342025-01-27T08:55:46.794Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31352025-01-27T08:55:47.049Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31362025-01-27T08:55:47.095Z Checking hyper-staticfile v0.10.1
31372025-01-27T08:55:47.755Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31382025-01-27T08:55:48.026Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31392025-01-27T08:55:48.149Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31402025-01-27T08:55:48.442Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31412025-01-27T08:55:48.600Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31422025-01-27T08:55:48.778Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31432025-01-27T08:55:49.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31442025-01-27T08:55:49.175Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31452025-01-27T08:55:49.318Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31462025-01-27T08:55:49.639Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31472025-01-27T08:55:52.452Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31482025-01-27T08:55:52.452Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31492025-01-27T08:56:00.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31502025-01-27T08:56:13.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.14s
31512025-01-27T08:56:13.693Z
31522025-01-27T08:56:13.693Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31532025-01-27T08:56:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542025-01-27T08:56:14.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552025-01-27T08:56:14.436Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31562025-01-27T08:56:27.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
31572025-01-27T08:56:27.421Z
31582025-01-27T08:56:27.421Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31592025-01-27T08:56:28.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602025-01-27T08:56:28.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612025-01-27T08:56:28.142Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31622025-01-27T08:56:41.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.78s
31632025-01-27T08:56:41.400Z
31642025-01-27T08:56:41.400Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31652025-01-27T08:56:41.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662025-01-27T08:56:41.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672025-01-27T08:56:42.117Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31682025-01-27T08:56:55.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
31692025-01-27T08:56:55.337Z
31702025-01-27T08:56:55.337Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31712025-01-27T08:56:55.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722025-01-27T08:56:55.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732025-01-27T08:56:56.055Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31742025-01-27T08:57:09.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
31752025-01-27T08:57:09.260Z
31762025-01-27T08:57:09.260Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31772025-01-27T08:57:09.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782025-01-27T08:57:09.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792025-01-27T08:57:09.981Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31802025-01-27T08:57:22.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
31812025-01-27T08:57:23.119Z
31822025-01-27T08:57:23.119Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31832025-01-27T08:57:23.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842025-01-27T08:57:23.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852025-01-27T08:57:23.848Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31862025-01-27T08:57:36.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
31872025-01-27T08:57:37.139Z
31882025-01-27T08:57:37.139Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31892025-01-27T08:57:37.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902025-01-27T08:57:37.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912025-01-27T08:57:37.873Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31922025-01-27T08:57:50.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.75s
31932025-01-27T08:57:51.091Z
31942025-01-27T08:57:51.091Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31952025-01-27T08:57:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962025-01-27T08:57:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972025-01-27T08:57:51.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982025-01-27T08:57:51.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31992025-01-27T08:57:51.734Z
32002025-01-27T08:57:51.734Zinfo: running `cargo check --bins` on key-manager (140/197)
32012025-01-27T08:57:52.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-01-27T08:57:52.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-01-27T08:57:52.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042025-01-27T08:57:52.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32052025-01-27T08:57:52.349Z
32062025-01-27T08:57:52.349Zinfo: running `cargo check --bins` on range-requests (141/197)
32072025-01-27T08:57:52.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-01-27T08:57:52.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-01-27T08:57:52.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102025-01-27T08:57:52.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32112025-01-27T08:57:52.943Z
32122025-01-27T08:57:52.943Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32132025-01-27T08:57:53.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-01-27T08:57:53.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-01-27T08:57:53.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162025-01-27T08:57:53.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32172025-01-27T08:57:53.560Z
32182025-01-27T08:57:53.560Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32192025-01-27T08:57:54.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-01-27T08:57:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-01-27T08:57:54.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222025-01-27T08:57:54.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32232025-01-27T08:57:54.209Z
32242025-01-27T08:57:54.209Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32252025-01-27T08:57:54.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-01-27T08:57:54.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-01-27T08:57:54.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282025-01-27T08:57:54.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32292025-01-27T08:57:54.806Z
32302025-01-27T08:57:54.806Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32312025-01-27T08:57:55.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322025-01-27T08:57:55.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332025-01-27T08:57:55.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342025-01-27T08:57:55.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32352025-01-27T08:57:55.443Z
32362025-01-27T08:57:55.443Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32372025-01-27T08:57:56.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-01-27T08:57:56.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-01-27T08:57:56.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402025-01-27T08:57:56.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32412025-01-27T08:57:56.086Z
32422025-01-27T08:57:56.086Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32432025-01-27T08:57:56.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442025-01-27T08:57:56.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452025-01-27T08:57:56.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462025-01-27T08:57:56.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32472025-01-27T08:57:56.723Z
32482025-01-27T08:57:56.723Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32492025-01-27T08:57:57.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-01-27T08:57:57.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-01-27T08:57:57.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522025-01-27T08:57:57.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32532025-01-27T08:57:57.374Z
32542025-01-27T08:57:57.374Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32552025-01-27T08:57:57.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-01-27T08:57:57.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-01-27T08:57:57.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582025-01-27T08:57:57.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32592025-01-27T08:57:58.029Z
32602025-01-27T08:57:58.030Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32612025-01-27T08:57:58.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-01-27T08:57:58.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-01-27T08:57:58.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-01-27T08:57:58.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32652025-01-27T08:57:58.676Z
32662025-01-27T08:57:58.676Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32672025-01-27T08:57:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-01-27T08:57:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-01-27T08:57:59.363Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32702025-01-27T08:57:59.363Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32712025-01-27T08:58:00.234Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32722025-01-27T08:58:02.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
32732025-01-27T08:58:02.352Z
32742025-01-27T08:58:02.353Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32752025-01-27T08:58:02.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-01-27T08:58:02.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-01-27T08:58:02.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782025-01-27T08:58:02.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32792025-01-27T08:58:02.977Z
32802025-01-27T08:58:02.977Zinfo: running `cargo check --bins` on cert-dev (153/197)
32812025-01-27T08:58:03.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-01-27T08:58:03.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-01-27T08:58:03.577Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32842025-01-27T08:58:03.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32852025-01-27T08:58:04.021Z
32862025-01-27T08:58:04.022Zinfo: running `cargo check --bins` on clickana (154/197)
32872025-01-27T08:58:04.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-01-27T08:58:04.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-01-27T08:58:04.660Z Checking castaway v0.2.3
32902025-01-27T08:58:04.660Z Compiling indoc v2.0.5
32912025-01-27T08:58:04.662Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32922025-01-27T08:58:04.662Z Checking lru v0.12.5
32932025-01-27T08:58:04.662Z Checking cassowary v0.3.0
32942025-01-27T08:58:04.662Z Checking unicode-truncate v1.1.0
32952025-01-27T08:58:04.889Z Checking compact_str v0.8.1
32962025-01-27T08:58:05.315Z Compiling instability v0.3.7
32972025-01-27T08:58:06.098Z Checking ratatui v0.28.1
32982025-01-27T08:58:06.330Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32992025-01-27T08:58:07.864Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33002025-01-27T08:58:08.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
33012025-01-27T08:58:08.859Z
33022025-01-27T08:58:08.859Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
33032025-01-27T08:58:09.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-01-27T08:58:09.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-01-27T08:58:09.540Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33062025-01-27T08:58:09.540Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33072025-01-27T08:58:10.513Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33082025-01-27T08:58:10.985Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33092025-01-27T08:58:11.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
33102025-01-27T08:58:12.512Z
33112025-01-27T08:58:12.512Zinfo: running `cargo check --bins` on ch-dev (156/197)
33122025-01-27T08:58:12.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-01-27T08:58:12.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-01-27T08:58:12.514Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33152025-01-27T08:58:12.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33162025-01-27T08:58:13.043Z
33172025-01-27T08:58:13.043Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33182025-01-27T08:58:13.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-01-27T08:58:13.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-01-27T08:58:13.687Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33212025-01-27T08:58:14.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33222025-01-27T08:58:14.214Z
33232025-01-27T08:58:14.214Zinfo: running `cargo check --bins` on db-dev (158/197)
33242025-01-27T08:58:14.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-01-27T08:58:14.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-01-27T08:58:14.867Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33272025-01-27T08:58:15.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
33282025-01-27T08:58:15.760Z
33292025-01-27T08:58:15.760Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33302025-01-27T08:58:16.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-01-27T08:58:16.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-01-27T08:58:16.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332025-01-27T08:58:16.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33342025-01-27T08:58:16.400Z
33352025-01-27T08:58:16.400Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33362025-01-27T08:58:16.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-01-27T08:58:16.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-01-27T08:58:16.998Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33392025-01-27T08:58:17.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
33402025-01-27T08:58:18.002Z
33412025-01-27T08:58:18.002Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33422025-01-27T08:58:18.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-01-27T08:58:18.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-01-27T08:58:18.610Z Checking cargo-platform v0.1.9
33452025-01-27T08:58:18.890Z Checking cargo_metadata v0.18.1
33462025-01-27T08:58:19.803Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33472025-01-27T08:58:20.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
33482025-01-27T08:58:20.793Z
33492025-01-27T08:58:20.793Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33502025-01-27T08:58:21.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-01-27T08:58:21.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-01-27T08:58:21.501Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33532025-01-27T08:58:22.862Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33542025-01-27T08:58:23.434Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33552025-01-27T08:58:23.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
33562025-01-27T08:58:24.147Z
33572025-01-27T08:58:24.147Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33582025-01-27T08:58:24.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592025-01-27T08:58:24.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602025-01-27T08:58:24.926Z Compiling crunchy v0.2.3
33612025-01-27T08:58:24.927Z Compiling tiny-keccak v2.0.2
33622025-01-27T08:58:24.929Z Compiling dsl_auto_type v0.1.2
33632025-01-27T08:58:24.929Z Checking scheduled-thread-pool v0.2.7
33642025-01-27T08:58:24.929Z Compiling diesel_table_macro_syntax v0.2.0
33652025-01-27T08:58:24.929Z Compiling bit-vec v0.6.3
33662025-01-27T08:58:24.929Z Compiling ascii-canvas v3.0.0
33672025-01-27T08:58:24.929Z Compiling ena v0.14.3
33682025-01-27T08:58:25.244Z Checking r2d2 v0.8.10
33692025-01-27T08:58:25.337Z Compiling diff v0.1.13
33702025-01-27T08:58:25.414Z Compiling bit-set v0.5.3
33712025-01-27T08:58:25.480Z Compiling regex-syntax v0.6.29
33722025-01-27T08:58:25.483Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33732025-01-27T08:58:25.546Z Compiling ref-cast v1.0.23
33742025-01-27T08:58:25.586Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33752025-01-27T08:58:25.654Z Compiling derive_builder_core v0.20.2
33762025-01-27T08:58:25.731Z Compiling libxml v0.3.3
33772025-01-27T08:58:25.850Z Compiling ref-cast-impl v1.0.23
33782025-01-27T08:58:25.872Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33792025-01-27T08:58:26.139Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33802025-01-27T08:58:26.165Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33812025-01-27T08:58:26.349Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33822025-01-27T08:58:26.370Z Compiling strum_macros v0.24.3
33832025-01-27T08:58:26.449Z Compiling samael v0.0.17
33842025-01-27T08:58:26.505Z Compiling diesel_derives v2.2.3
33852025-01-27T08:58:26.724Z Compiling indoc v1.0.9
33862025-01-27T08:58:27.619Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33872025-01-27T08:58:27.787Z Compiling derive_builder_macro v0.20.2
33882025-01-27T08:58:27.936Z Compiling oso-derive v0.27.3
33892025-01-27T08:58:28.555Z Checking quick-xml v0.33.0
33902025-01-27T08:58:28.643Z Compiling lalrpop v0.19.12
33912025-01-27T08:58:28.935Z Checking derive_builder v0.20.2
33922025-01-27T08:58:29.096Z Compiling impl-trait-for-tuples v0.2.3
33932025-01-27T08:58:29.275Z Compiling diesel-dtrace v0.4.2
33942025-01-27T08:58:29.606Z Checking maplit v1.0.2
33952025-01-27T08:58:29.769Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33962025-01-27T08:58:29.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33972025-01-27T08:58:30.078Z Checking bb8 v0.8.6
33982025-01-27T08:58:30.341Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33992025-01-27T08:58:30.603Z Checking rand_seeder v0.3.0
34002025-01-27T08:58:30.676Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34012025-01-27T08:58:30.844Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34022025-01-27T08:58:30.865Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34032025-01-27T08:58:31.057Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34042025-01-27T08:58:31.269Z Checking is_ci v1.2.0
34052025-01-27T08:58:31.348Z Checking unicode-linebreak v0.1.5
34062025-01-27T08:58:31.417Z Checking smawk v0.3.2
34072025-01-27T08:58:31.654Z Checking supports-color v3.0.2
34082025-01-27T08:58:31.789Z Checking textwrap v0.16.1
34092025-01-27T08:58:31.884Z Checking multimap v0.10.0
34102025-01-27T08:58:32.586Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34112025-01-27T08:58:34.294Z Checking diesel v2.2.6
34122025-01-27T08:58:58.986Z Checking async-bb8-diesel v0.2.1
34132025-01-27T08:58:59.390Z Compiling polar-core v0.27.3
34142025-01-27T08:59:06.580Z Checking oso v0.27.3
34152025-01-27T09:00:06.371Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34162025-01-27T09:00:12.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
34172025-01-27T09:00:12.804Z
34182025-01-27T09:00:12.804Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34192025-01-27T09:00:13.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-01-27T09:00:13.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-01-27T09:00:13.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222025-01-27T09:00:13.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34232025-01-27T09:00:13.481Z
34242025-01-27T09:00:13.481Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34252025-01-27T09:00:14.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262025-01-27T09:00:14.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272025-01-27T09:00:14.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282025-01-27T09:00:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34292025-01-27T09:00:14.154Z
34302025-01-27T09:00:14.154Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34312025-01-27T09:00:14.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322025-01-27T09:00:14.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332025-01-27T09:00:14.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342025-01-27T09:00:14.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352025-01-27T09:00:14.756Z
34362025-01-27T09:00:14.757Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34372025-01-27T09:00:15.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382025-01-27T09:00:15.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392025-01-27T09:00:15.564Z Compiling libz-sys v1.1.21
34402025-01-27T09:00:15.567Z Compiling libgit2-sys v0.17.0+1.8.1
34412025-01-27T09:00:15.693Z Compiling vergen v8.3.2
34422025-01-27T09:00:15.696Z Compiling cargo-platform v0.1.9
34432025-01-27T09:00:15.696Z Compiling pin-project-internal v1.1.8
34442025-01-27T09:00:15.729Z Compiling libsqlite3-sys v0.30.1
34452025-01-27T09:00:15.732Z Compiling snafu-derive v0.8.5
34462025-01-27T09:00:15.732Z Compiling cfg_aliases v0.2.1
34472025-01-27T09:00:15.842Z Compiling rustls v0.21.12
34482025-01-27T09:00:15.995Z Compiling cargo_metadata v0.18.1
34492025-01-27T09:00:16.128Z Compiling buf-list v1.0.3
34502025-01-27T09:00:16.275Z Compiling nix v0.29.0
34512025-01-27T09:00:16.322Z Checking globset v0.4.15
34522025-01-27T09:00:16.423Z Checking olpc-cjson v0.1.4
34532025-01-27T09:00:16.661Z Checking rustls-webpki v0.101.7
34542025-01-27T09:00:16.797Z Checking sct v0.7.1
34552025-01-27T09:00:16.819Z Checking serde_plain v1.0.2
34562025-01-27T09:00:16.980Z Checking typed-path v0.9.3
34572025-01-27T09:00:17.320Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34582025-01-27T09:00:17.540Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34592025-01-27T09:00:17.602Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34602025-01-27T09:00:17.820Z Checking hashlink v0.9.1
34612025-01-27T09:00:17.875Z Checking fallible-streaming-iterator v0.1.9
34622025-01-27T09:00:18.103Z Checking parse-size v1.1.0
34632025-01-27T09:00:18.299Z Checking fallible-iterator v0.3.0
34642025-01-27T09:00:18.365Z Checking pin-project v1.1.8
34652025-01-27T09:00:18.503Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34662025-01-27T09:00:18.776Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34672025-01-27T09:00:18.877Z Checking rusqlite v0.32.1
34682025-01-27T09:00:18.937Z Checking rustls-pemfile v1.0.4
34692025-01-27T09:00:19.085Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34702025-01-27T09:00:19.146Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34712025-01-27T09:00:19.546Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34722025-01-27T09:00:19.674Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34732025-01-27T09:00:19.733Z Checking twox-hash v1.6.3
34742025-01-27T09:00:19.811Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34752025-01-27T09:00:19.877Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34762025-01-27T09:00:20.158Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34772025-01-27T09:00:20.240Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34782025-01-27T09:00:20.294Z Checking tokio-rustls v0.24.1
34792025-01-27T09:00:20.596Z Checking snafu v0.8.5
34802025-01-27T09:00:20.954Z Checking tough v0.19.0
34812025-01-27T09:00:21.039Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34822025-01-27T09:00:21.373Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34832025-01-27T09:00:21.477Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34842025-01-27T09:00:21.818Z Checking fatfs v0.3.6
34852025-01-27T09:00:22.022Z Checking assert_matches v1.5.0
34862025-01-27T09:00:25.049Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34872025-01-27T09:00:26.363Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34882025-01-27T09:00:27.872Z Compiling git2 v0.19.0
34892025-01-27T09:00:31.889Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34902025-01-27T09:01:25.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
34912025-01-27T09:01:25.814Z
34922025-01-27T09:01:25.814Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34932025-01-27T09:01:26.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942025-01-27T09:01:26.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952025-01-27T09:01:26.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962025-01-27T09:01:26.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34972025-01-27T09:01:26.511Z
34982025-01-27T09:01:26.511Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34992025-01-27T09:01:27.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002025-01-27T09:01:27.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012025-01-27T09:01:27.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022025-01-27T09:01:27.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35032025-01-27T09:01:27.115Z
35042025-01-27T09:01:27.115Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
35052025-01-27T09:01:27.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062025-01-27T09:01:27.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072025-01-27T09:01:27.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082025-01-27T09:01:27.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35092025-01-27T09:01:27.769Z
35102025-01-27T09:01:27.769Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
35112025-01-27T09:01:28.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122025-01-27T09:01:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132025-01-27T09:01:28.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142025-01-27T09:01:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35152025-01-27T09:01:28.440Z
35162025-01-27T09:01:28.440Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35172025-01-27T09:01:29.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182025-01-27T09:01:29.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192025-01-27T09:01:29.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202025-01-27T09:01:29.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35212025-01-27T09:01:29.121Z
35222025-01-27T09:01:29.121Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35232025-01-27T09:01:29.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242025-01-27T09:01:29.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252025-01-27T09:01:29.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262025-01-27T09:01:29.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35272025-01-27T09:01:29.798Z
35282025-01-27T09:01:29.798Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35292025-01-27T09:01:30.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302025-01-27T09:01:30.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312025-01-27T09:01:30.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322025-01-27T09:01:30.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35332025-01-27T09:01:30.472Z
35342025-01-27T09:01:30.472Zinfo: running `cargo check --bins` on update-common (175/197)
35352025-01-27T09:01:31.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362025-01-27T09:01:31.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372025-01-27T09:01:31.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382025-01-27T09:01:31.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35392025-01-27T09:01:31.117Z
35402025-01-27T09:01:31.117Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35412025-01-27T09:01:31.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-01-27T09:01:31.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-01-27T09:01:31.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442025-01-27T09:01:31.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35452025-01-27T09:01:31.758Z
35462025-01-27T09:01:31.758Zinfo: running `cargo check --bins` on tufaceous (177/197)
35472025-01-27T09:01:32.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482025-01-27T09:01:32.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492025-01-27T09:01:32.416Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35502025-01-27T09:01:33.560Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35512025-01-27T09:01:34.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
35522025-01-27T09:01:34.535Z
35532025-01-27T09:01:34.535Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35542025-01-27T09:01:35.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552025-01-27T09:01:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562025-01-27T09:01:35.379Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35572025-01-27T09:01:35.382Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35582025-01-27T09:01:35.519Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35592025-01-27T09:01:35.522Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35602025-01-27T09:01:36.486Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35612025-01-27T09:02:02.654Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35622025-01-27T09:02:02.654Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35632025-01-27T09:02:02.656Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35642025-01-27T09:02:02.656Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35652025-01-27T09:02:02.656Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35662025-01-27T09:02:02.656Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35672025-01-27T09:02:03.418Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35682025-01-27T09:02:04.675Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35692025-01-27T09:02:43.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
35702025-01-27T09:02:43.500Z
35712025-01-27T09:02:43.500Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35722025-01-27T09:02:44.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732025-01-27T09:02:44.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742025-01-27T09:02:44.206Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35752025-01-27T09:02:44.209Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35762025-01-27T09:02:44.209Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35772025-01-27T09:02:44.339Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35782025-01-27T09:02:44.348Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35792025-01-27T09:02:44.364Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35802025-01-27T09:02:44.367Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35812025-01-27T09:02:44.380Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35822025-01-27T09:02:44.515Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35832025-01-27T09:02:44.575Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35842025-01-27T09:02:44.630Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35852025-01-27T09:02:44.972Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35862025-01-27T09:02:45.073Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35872025-01-27T09:02:45.483Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35882025-01-27T09:02:45.765Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35892025-01-27T09:02:46.036Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#750714d4)
35902025-01-27T09:02:46.991Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35912025-01-27T09:02:47.303Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35922025-01-27T09:02:47.814Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35932025-01-27T09:02:47.972Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35942025-01-27T09:02:49.662Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35952025-01-27T09:02:49.663Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35962025-01-27T09:02:51.283Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35972025-01-27T09:02:52.702Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35982025-01-27T09:02:57.876Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35992025-01-27T09:02:57.879Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36002025-01-27T09:02:59.079Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36012025-01-27T09:03:00.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.56s
36022025-01-27T09:03:00.258Z
36032025-01-27T09:03:00.258Zinfo: running `cargo check --bins` on installinator-api (180/197)
36042025-01-27T09:03:00.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-01-27T09:03:00.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-01-27T09:03:00.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072025-01-27T09:03:00.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082025-01-27T09:03:00.900Z
36092025-01-27T09:03:00.900Zinfo: running `cargo check --bins` on wicketd-api (181/197)
36102025-01-27T09:03:01.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-01-27T09:03:01.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-01-27T09:03:01.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132025-01-27T09:03:01.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36142025-01-27T09:03:01.550Z
36152025-01-27T09:03:01.550Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36162025-01-27T09:03:02.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172025-01-27T09:03:02.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182025-01-27T09:03:02.240Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36192025-01-27T09:03:02.240Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36202025-01-27T09:03:02.243Z Compiling petname v2.0.2
36212025-01-27T09:03:02.243Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36222025-01-27T09:03:02.243Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36232025-01-27T09:03:02.243Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36242025-01-27T09:03:02.357Z Checking itertools v0.14.0
36252025-01-27T09:03:02.388Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36262025-01-27T09:03:02.523Z Checking sync-ptr v0.1.1
36272025-01-27T09:03:07.542Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36282025-01-27T09:03:08.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36292025-01-27T09:03:09.265Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36302025-01-27T09:03:10.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.22s
36312025-01-27T09:03:10.963Z
36322025-01-27T09:03:10.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36332025-01-27T09:03:11.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-01-27T09:03:11.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-01-27T09:03:11.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362025-01-27T09:03:11.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36372025-01-27T09:03:11.622Z
36382025-01-27T09:03:11.622Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36392025-01-27T09:03:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402025-01-27T09:03:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412025-01-27T09:03:12.277Z Checking memmap2 v0.9.5
36422025-01-27T09:03:12.277Z Checking constant_time_eq v0.3.1
36432025-01-27T09:03:12.280Z Checking arrayvec v0.7.6
36442025-01-27T09:03:12.280Z Checking arrayref v0.3.9
36452025-01-27T09:03:12.280Z Checking topological-sort v0.2.2
36462025-01-27T09:03:12.280Z Checking shell-words v1.1.0
36472025-01-27T09:03:12.636Z Checking blake3 v1.5.5
36482025-01-27T09:03:12.963Z Checking omicron-zone-package v0.12.0
36492025-01-27T09:03:14.073Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36502025-01-27T09:03:14.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
36512025-01-27T09:03:15.139Z
36522025-01-27T09:03:15.139Zinfo: running `cargo check --bins` on xtask (185/197)
36532025-01-27T09:03:15.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542025-01-27T09:03:15.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552025-01-27T09:03:15.562Z Checking bitflags v2.8.0
36562025-01-27T09:03:15.565Z Checking serde v1.0.217
36572025-01-27T09:03:15.565Z Checking thiserror v1.0.69
36582025-01-27T09:03:15.654Z Checking scroll v0.12.0
36592025-01-27T09:03:15.656Z Checking thiserror v2.0.11
36602025-01-27T09:03:15.660Z Checking log v0.4.25
36612025-01-27T09:03:15.668Z Checking hashbrown v0.15.2
36622025-01-27T09:03:15.676Z Checking zerocopy v0.7.35
36632025-01-27T09:03:15.765Z Checking getrandom v0.2.15
36642025-01-27T09:03:15.790Z Checking pest v2.7.15
36652025-01-27T09:03:15.880Z Checking rustix v0.38.44
36662025-01-27T09:03:15.915Z Checking syn v2.0.96
36672025-01-27T09:03:16.000Z Checking once_cell v1.20.2
36682025-01-27T09:03:16.078Z Checking goblin v0.8.2
36692025-01-27T09:03:16.295Z Checking fs-err v2.11.0
36702025-01-27T09:03:16.571Z Checking indexmap v2.7.1
36712025-01-27T09:03:16.613Z Checking tabled v0.15.0
36722025-01-27T09:03:16.849Z Checking anyhow v1.0.95
36732025-01-27T09:03:17.737Z Checking terminal_size v0.4.1
36742025-01-27T09:03:17.737Z Checking tempfile v3.15.0
36752025-01-27T09:03:17.922Z Checking clap_builder v4.5.27
36762025-01-27T09:03:18.451Z Checking dtrace-parser v0.2.0
36772025-01-27T09:03:19.545Z Checking serde_json v1.0.137
36782025-01-27T09:03:19.545Z Checking serde_spanned v0.6.8
36792025-01-27T09:03:19.548Z Checking toml_datetime v0.6.8
36802025-01-27T09:03:19.548Z Checking camino v1.1.9
36812025-01-27T09:03:19.548Z Checking semver v1.0.25
36822025-01-27T09:03:19.780Z Checking cargo-platform v0.1.9
36832025-01-27T09:03:19.888Z Checking toml_edit v0.22.22
36842025-01-27T09:03:19.955Z Checking macaddr v1.0.1
36852025-01-27T09:03:20.050Z Checking camino-tempfile v1.1.1
36862025-01-27T09:03:20.249Z Checking clap v4.5.27
36872025-01-27T09:03:20.691Z Checking dof v0.3.0
36882025-01-27T09:03:20.691Z Checking cargo_metadata v0.18.1
36892025-01-27T09:03:21.080Z Checking usdt-impl v0.5.0
36902025-01-27T09:03:21.444Z Checking usdt v0.5.0
36912025-01-27T09:03:21.664Z Checking toml v0.8.19
36922025-01-27T09:03:22.087Z Checking cargo_toml v0.20.5
36932025-01-27T09:03:23.226Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36942025-01-27T09:03:23.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.70s
36952025-01-27T09:03:23.952Z
36962025-01-27T09:03:23.952Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36972025-01-27T09:03:24.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982025-01-27T09:03:24.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992025-01-27T09:03:24.699Z Checking polyval v0.6.2
37002025-01-27T09:03:24.813Z Checking ctr v0.9.2
37012025-01-27T09:03:24.824Z Checking ssh-encoding v0.2.0
37022025-01-27T09:03:24.827Z Checking blowfish v0.9.1
37032025-01-27T09:03:24.845Z Checking password-hash v0.4.2
37042025-01-27T09:03:24.860Z Checking p521 v0.13.3
37052025-01-27T09:03:24.863Z Checking p256 v0.13.2
37062025-01-27T09:03:24.896Z Checking russh-cryptovec v0.7.3
37072025-01-27T09:03:25.033Z Checking ghash v0.5.1
37082025-01-27T09:03:25.036Z Checking bcrypt-pbkdf v0.10.0
37092025-01-27T09:03:25.070Z Checking md5 v0.7.0
37102025-01-27T09:03:25.103Z Checking num-bigint v0.4.6
37112025-01-27T09:03:25.155Z Checking des v0.8.1
37122025-01-27T09:03:25.205Z Checking aes-gcm v0.10.3
37132025-01-27T09:03:25.243Z Checking pbkdf2 v0.11.0
37142025-01-27T09:03:25.307Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37152025-01-27T09:03:25.328Z Checking hex-literal v0.4.1
37162025-01-27T09:03:25.355Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37172025-01-27T09:03:25.409Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37182025-01-27T09:03:25.452Z Checking ssh-cipher v0.2.0
37192025-01-27T09:03:25.470Z Checking internet-checksum v0.2.1
37202025-01-27T09:03:25.735Z Checking ssh-key v0.6.7
37212025-01-27T09:03:25.976Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37222025-01-27T09:03:26.797Z Checking russh-keys v0.45.0
37232025-01-27T09:03:27.636Z Checking russh v0.45.0
37242025-01-27T09:03:44.504Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37252025-01-27T09:03:45.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.88s
37262025-01-27T09:03:46.038Z
37272025-01-27T09:03:46.039Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37282025-01-27T09:03:46.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292025-01-27T09:03:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302025-01-27T09:03:46.692Z Checking termios v0.3.3
37312025-01-27T09:03:46.912Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37322025-01-27T09:03:47.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
37332025-01-27T09:03:47.873Z
37342025-01-27T09:03:47.873Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37352025-01-27T09:03:48.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362025-01-27T09:03:48.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372025-01-27T09:03:48.571Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37382025-01-27T09:03:48.571Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37392025-01-27T09:03:48.574Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37402025-01-27T09:03:48.574Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37412025-01-27T09:03:49.586Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37422025-01-27T09:03:50.799Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37432025-01-27T09:03:52.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
37442025-01-27T09:03:52.755Z
37452025-01-27T09:03:52.755Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37462025-01-27T09:03:53.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472025-01-27T09:03:53.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482025-01-27T09:03:53.392Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37492025-01-27T09:03:53.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37502025-01-27T09:03:54.037Z
37512025-01-27T09:03:54.037Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37522025-01-27T09:03:54.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532025-01-27T09:03:54.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542025-01-27T09:03:54.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552025-01-27T09:03:54.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37562025-01-27T09:03:54.649Z
37572025-01-27T09:03:54.649Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37582025-01-27T09:03:55.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592025-01-27T09:03:55.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602025-01-27T09:03:55.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612025-01-27T09:03:55.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37622025-01-27T09:03:55.261Z
37632025-01-27T09:03:55.261Zinfo: running `cargo check --bins` on omicron-package (192/197)
37642025-01-27T09:03:55.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652025-01-27T09:03:55.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662025-01-27T09:03:55.928Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37672025-01-27T09:03:57.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s
37682025-01-27T09:03:57.453Z
37692025-01-27T09:03:57.453Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37702025-01-27T09:03:58.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712025-01-27T09:03:58.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722025-01-27T09:03:58.162Z Checking rtoolbox v0.0.2
37732025-01-27T09:03:58.165Z Checking tui-tree-widget v0.22.0
37742025-01-27T09:03:58.165Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37752025-01-27T09:03:58.396Z Checking rpassword v7.3.1
37762025-01-27T09:04:02.097Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37772025-01-27T09:04:04.875Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37782025-01-27T09:04:06.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.56s
37792025-01-27T09:04:06.205Z
37802025-01-27T09:04:06.205Zinfo: running `cargo check --bins` on wicket (194/197)
37812025-01-27T09:04:06.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822025-01-27T09:04:06.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832025-01-27T09:04:06.903Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37842025-01-27T09:04:07.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s
37852025-01-27T09:04:07.509Z
37862025-01-27T09:04:07.509Zinfo: running `cargo check --bins` on wicketd (195/197)
37872025-01-27T09:04:08.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882025-01-27T09:04:08.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892025-01-27T09:04:08.231Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37902025-01-27T09:04:08.231Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37912025-01-27T09:04:09.036Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37922025-01-27T09:04:12.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.25s
37932025-01-27T09:04:12.980Z
37942025-01-27T09:04:12.980Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37952025-01-27T09:04:13.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962025-01-27T09:04:13.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972025-01-27T09:04:13.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982025-01-27T09:04:13.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37992025-01-27T09:04:13.593Z
38002025-01-27T09:04:13.593Zinfo: running `cargo check --bins` on zone-setup (197/197)
38012025-01-27T09:04:14.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022025-01-27T09:04:14.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032025-01-27T09:04:14.331Z Checking uzers v0.12.1
38042025-01-27T09:04:14.672Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38052025-01-27T09:04:15.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
38062025-01-27T09:04:15.942Z
38072025-01-27T09:04:15.942Zreal 13:13.740000995
38082025-01-27T09:04:15.942Zuser 25:32.628386292
38092025-01-27T09:04:15.942Zsys 4:12.940897494
38102025-01-27T09:04:15.942Ztrap 0.511598569
38112025-01-27T09:04:15.942Ztflt 2.977783295
38122025-01-27T09:04:15.942Zdflt 2.600285420
38132025-01-27T09:04:15.942Zkflt 0.001653531
38142025-01-27T09:04:15.942Zlock 44:51.192999921
38152025-01-27T09:04:15.942Zslp 2:06:36.681689046
38162025-01-27T09:04:15.945Zlat 1:07.791927828
38172025-01-27T09:04:15.945Zstop 3:50.317765267
38182025-01-27T09:04:15.945Zprocess exited: duration 1090228 ms, exit code 0
 
38192025-01-27T09:04:15.951Zfound 0 output files