01JJPXCYHPTBN86P3SQARR0NFN: 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: 01JJPXDJ7VKRXAXQ7196TVGS9D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T16:56:14.493Zjob assigned to worker 01JJPXDQBZKPDT7YR2SBPSMGA6 [factory aws, i-0814fb16333a83973] (queued for 52 s)
 
22025-01-28T16:56:22.170Zstarting task 0: "setup"
32025-01-28T16:56:22.180Z++ uname -s
42025-01-28T16:56:22.182Z+ kern=SunOS
52025-01-28T16:56:22.182Z+ case "$kern" in
62025-01-28T16:56:22.182Z+ groupadd -g 12345 build
72025-01-28T16:56:22.185Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T16:56:24.194Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T16:56:24.322Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T16:56:24.325Z+ home_fs=zfs
112025-01-28T16:56:24.326Z+ [[ zfs == autofs ]]
122025-01-28T16:56:24.326Z+ mkdir -p /home/build
132025-01-28T16:56:24.328Z+ chown build:build /home/build /work
142025-01-28T16:56:26.328Z+ chmod 0700 /home/build /work
152025-01-28T16:56:26.331Zprocess exited: duration 4162 ms, exit code 0
 
162025-01-28T16:56:26.336Zstarting task 1: "rust-toolchain"
172025-01-28T16:56:26.341Z+ printf ' * toolchain channel = "%s"
182025-01-28T16:56:26.341Z' 1.84.0
192025-01-28T16:56:26.341Z+ printf ' * toolchain profile = "%s"
202025-01-28T16:56:26.341Z' default
212025-01-28T16:56:26.341Z * toolchain channel = "1.84.0"
222025-01-28T16:56:26.341Z * toolchain profile = "default"
232025-01-28T16:56:26.344Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T16:56:26.344Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T16:56:26.462Zinfo: downloading installer
262025-01-28T16:56:28.161Zinfo: profile set to 'default'
272025-01-28T16:56:28.161Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T16:56:28.164Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T16:56:28.312Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T16:56:28.313Zinfo: downloading component 'cargo'
312025-01-28T16:56:29.182Zinfo: downloading component 'clippy'
322025-01-28T16:56:29.515Zinfo: downloading component 'rust-docs'
332025-01-28T16:56:30.705Zinfo: downloading component 'rust-std'
342025-01-28T16:56:32.497Zinfo: downloading component 'rustc'
352025-01-28T16:56:39.266Zinfo: downloading component 'rustfmt'
362025-01-28T16:56:39.519Zinfo: installing component 'cargo'
372025-01-28T16:56:40.355Zinfo: installing component 'clippy'
382025-01-28T16:56:40.732Zinfo: installing component 'rust-docs'
392025-01-28T16:56:42.413Zinfo: installing component 'rust-std'
402025-01-28T16:56:44.140Zinfo: installing component 'rustc'
412025-01-28T16:56:50.185Zinfo: installing component 'rustfmt'
422025-01-28T16:56:50.513Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-28T16:56:50.513Z
442025-01-28T16:56:50.901Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T16:56:50.901Z
462025-01-28T16:56:50.903Z
472025-01-28T16:56:50.903ZRust is installed now. Great!
482025-01-28T16:56:50.903Z
492025-01-28T16:56:50.903ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T16:56:50.904Zenvironment variable. This has not been done automatically.
512025-01-28T16:56:50.904Z
522025-01-28T16:56:50.904ZTo configure your current shell, you need to source
532025-01-28T16:56:50.904Zthe corresponding env file under $HOME/.cargo.
542025-01-28T16:56:50.904Z
552025-01-28T16:56:50.904ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T16:56:50.904Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T16:56:50.904Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T16:56:50.988Z+ rustc --version
592025-01-28T16:56:51.056Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T16:56:51.059Zprocess exited: duration 24719 ms, exit code 0
 
612025-01-28T16:56:51.064Zstarting task 2: "authentication"
622025-01-28T16:56:51.085Zprocess exited: duration 20 ms, exit code 0
 
632025-01-28T16:56:51.090Zstarting task 3: "clone repository"
642025-01-28T16:56:51.096Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-28T16:56:51.098Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-28T16:56:51.135ZCloning into '/work/oxidecomputer/omicron'...
672025-01-28T16:56:59.114Z+ cd /work/oxidecomputer/omicron
682025-01-28T16:56:59.114Z+ git fetch origin ad6017af3ddfa55b4d756724580bafe146b7c617
692025-01-28T16:56:59.490ZFrom https://github.com/oxidecomputer/omicron
702025-01-28T16:56:59.490Z * branch ad6017af3ddfa55b4d756724580bafe146b7c617 -> FETCH_HEAD
712025-01-28T16:56:59.500Z+ [[ -n john/crucible-dataset-rendezvous ]]
722025-01-28T16:56:59.503Z++ git branch --show-current
732025-01-28T16:56:59.505Z+ current=main
742025-01-28T16:56:59.505Z+ [[ main != john/crucible-dataset-rendezvous ]]
752025-01-28T16:56:59.505Z+ git branch -f john/crucible-dataset-rendezvous ad6017af3ddfa55b4d756724580bafe146b7c617
762025-01-28T16:56:59.508Z+ git checkout -f john/crucible-dataset-rendezvous
772025-01-28T16:56:59.688ZSwitched to branch 'john/crucible-dataset-rendezvous'
782025-01-28T16:56:59.691Z+ git reset --hard ad6017af3ddfa55b4d756724580bafe146b7c617
792025-01-28T16:56:59.702ZHEAD is now at ad6017af3 cargo fmt
802025-01-28T16:56:59.705Zprocess exited: duration 8612 ms, exit code 0
 
812025-01-28T16:56:59.713Zstarting task 4: "build"
822025-01-28T16:56:59.716Z+ source .github/buildomat/ci-env.sh
832025-01-28T16:56:59.719Z++ export CARGO_TERM_COLOR=always
842025-01-28T16:56:59.719Z++ CARGO_TERM_COLOR=always
852025-01-28T16:56:59.719Z+ cargo --version
862025-01-28T16:56:59.777Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-28T16:56:59.780Z+ rustc --version
882025-01-28T16:56:59.842Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-28T16:56:59.846Z+ source ./env.sh
902025-01-28T16:56:59.846Z++ OLD_SHELL_OPTS=ehxB
912025-01-28T16:56:59.846Z++ set -o xtrace
922025-01-28T16:56:59.848Z++++ dirname ./env.sh
932025-01-28T16:56:59.851Z+++ readlink -f .
942025-01-28T16:56:59.854Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ 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-28T16:56:59.854Z++ case $OLD_SHELL_OPTS in
1042025-01-28T16:56:59.854Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-28T16:56:59.856Z+ 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-28T16:56:59.856Z+ 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-28T16:56:59.856Z+ banner prerequisites
1082025-01-28T16:56:59.856Z
1092025-01-28T16:56:59.856Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-28T16:56:59.856Z # # # # # # # # # # # # # # #
1112025-01-28T16:56:59.856Z # # # # ##### # # ##### # # # # # #### #
1122025-01-28T16:56:59.856Z ##### ##### # ##### # # # # # # # # #
1132025-01-28T16:56:59.856Z # # # # # # # # # # # # # # #
1142025-01-28T16:56:59.857Z # # # ###### # # ###### ### # #### # #### #
1152025-01-28T16:56:59.857Z
1162025-01-28T16:56:59.859Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-28T16:57:01.505Zpkg list: illegal option -- F
1182025-01-28T16:57:01.505ZUsage:
1192025-01-28T16:57:01.510Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-28T16:57:01.510Z [pkg_fmri_pattern ...]
1212025-01-28T16:57:02.365Zpkg list: illegal option -- F
1222025-01-28T16:57:02.365ZUsage:
1232025-01-28T16:57:02.378Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-28T16:57:02.379Z [pkg_fmri_pattern ...]
1252025-01-28T16:57:10.398Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-28T16:57:14.505Z Startup: Caching catalogs ... Done
1272025-01-28T16:57:25.736ZPlanning: Solver setup ... Done (10.410s)
1282025-01-28T16:57:25.880ZPlanning: Running solver ... Done (0.146s)
1292025-01-28T16:57:25.992ZPlanning: Finding local manifests ... Done (0.007s)
1302025-01-28T16:57:26.006ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-28T16:57:26.241ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-28T16:57:26.350ZPlanning: Package planning ... Done (0.109s)
1332025-01-28T16:57:26.406ZPlanning: Merging actions ... Done (0.056s)
1342025-01-28T16:57:26.605ZPlanning: Checking for conflicting actions ... Done (0.197s)
1352025-01-28T16:57:28.836ZPlanning: Consolidating action changes ... Done (2.232s)
1362025-01-28T16:57:29.282ZPlanning: Evaluating mediators ... Done (0.446s)
1372025-01-28T16:57:29.363ZPlanning: Planning completed in 14.76 seconds
1382025-01-28T16:57:29.381Z Packages to install: 4
1392025-01-28T16:57:29.381Z Packages to update: 3
1402025-01-28T16:57:29.384Z Mediators to change: 2
1412025-01-28T16:57:29.384Z Services to change: 1
1422025-01-28T16:57:29.384Z Estimated space available: 155.61 GB
1432025-01-28T16:57:29.384ZEstimated space to be consumed: 1.64 GB
1442025-01-28T16:57:29.384Z Create boot environment: No
1452025-01-28T16:57:29.384ZCreate backup boot environment: Yes
1462025-01-28T16:57:29.384Z Rebuild boot archive: No
1472025-01-28T16:57:29.384Z
1482025-01-28T16:57:29.384ZChanged mediators:
1492025-01-28T16:57:29.384Z mediator clang:
1502025-01-28T16:57:29.384Z version: None -> 15 (system default)
1512025-01-28T16:57:29.384Z
1522025-01-28T16:57:29.384Z mediator llvm:
1532025-01-28T16:57:29.384Z version: 14 (system default) -> 15 (system default)
1542025-01-28T16:57:29.384Z
1552025-01-28T16:57:29.384ZChanged packages:
1562025-01-28T16:57:29.384Zhelios-dev
1572025-01-28T16:57:29.384Z developer/build-essential
1582025-01-28T16:57:29.384Z None -> 11-2.0
1592025-01-28T16:57:29.384Z library/libxmlsec1
1602025-01-28T16:57:29.384Z None -> 1.2.35-2.0
1612025-01-28T16:57:29.384Z ooce/developer/clang-15
1622025-01-28T16:57:29.384Z None -> 15.0.7-2.0
1632025-01-28T16:57:29.384Z ooce/developer/llvm-15
1642025-01-28T16:57:29.384Z None -> 15.0.7-2.0
1652025-01-28T16:57:29.384Z package/pkg
1662025-01-28T16:57:29.384Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-28T16:57:29.385Z system/library/g++-runtime
1682025-01-28T16:57:29.385Z 13-2.0 -> 14-2.0
1692025-01-28T16:57:29.385Z system/library/gcc-runtime
1702025-01-28T16:57:29.385Z 13-2.0 -> 14-2.0
1712025-01-28T16:57:29.385Z
1722025-01-28T16:57:29.385ZServices:
1732025-01-28T16:57:29.385Z restart_fmri:
1742025-01-28T16:57:29.385Z svc:/system/update-man-index:default
1752025-01-28T16:57:29.385Z
1762025-01-28T16:57:29.385ZEditable files to change:
1772025-01-28T16:57:29.385Z Update:
1782025-01-28T16:57:29.385Z usr/share/lib/pkg/web/config.shtml
1792025-01-28T16:57:29.467Z
1802025-01-28T16:57:29.467ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-28T16:57:34.470ZDownload: 938/4301 items 19.0/225.4MB 8% complete (4.0M/s)
1822025-01-28T16:57:40.852ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (10.5M/s)
1832025-01-28T16:57:45.858ZDownload: 1872/4301 items 118.5/225.4MB 52% complete (7.8M/s)
1842025-01-28T16:57:50.864ZDownload: 2324/4301 items 119.9/225.4MB 53% complete (3.7M/s)
1852025-01-28T16:57:55.899ZDownload: 3239/4301 items 200.0/225.4MB 88% complete (8.1M/s)
1862025-01-28T16:58:01.083ZDownload: 3247/4301 items 202.8/225.4MB 89% complete (8.3M/s)
1872025-01-28T16:58:09.650ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (4.2M/s)
1882025-01-28T16:58:13.129ZDownload: Completed 225.42 MB in 43.65 seconds (5.2M/s)
1892025-01-28T16:58:15.315Z Actions: 1/5122 actions (Removing old actions)
1902025-01-28T16:58:15.335Z Actions: 194/5122 actions (Installing new actions)
1912025-01-28T16:58:20.056Z Actions: 4267/5122 actions (Updating modified actions)
1922025-01-28T16:58:20.417Z Actions: Completed 5122 actions in 5.10 seconds.
1932025-01-28T16:58:20.823Z Done (0.399s)
1942025-01-28T16:58:20.826Z Done (0.002s)
1952025-01-28T16:58:21.406Z Done (0.580s)
1962025-01-28T16:58:25.907Z Done (4.265s)
1972025-01-28T16:58:25.993Z Done (0.018s)
1982025-01-28T16:58:25.995Z Done (0.000s)
1992025-01-28T16:58:26.157Z Done (0.000s)
2002025-01-28T16:58:26.868ZPlanning: Evaluating mediator changes ... Done
2012025-01-28T16:58:27.030ZPlanning: Checking for conflicting actions ... Done
2022025-01-28T16:58:27.033ZPlanning: Consolidating action changes ... Done
2032025-01-28T16:58:27.299ZPlanning: Evaluating mediators ... Done
2042025-01-28T16:58:27.302ZPlanning: Planning completed in 0.43 seconds
2052025-01-28T16:58:27.341Z Mediators to change: 2
2062025-01-28T16:58:27.341Z Create boot environment: No
2072025-01-28T16:58:27.343ZCreate backup boot environment: No
2082025-01-28T16:58:27.418Z Done
2092025-01-28T16:58:27.418Z Done
2102025-01-28T16:58:27.780Z Done
2112025-01-28T16:58:31.409Z Done
2122025-01-28T16:58:31.501Z Done
2132025-01-28T16:58:31.504Z Done
2142025-01-28T16:58:31.633Z Done
2152025-01-28T16:58:32.241ZPlanning: Evaluating mediator changes ... Done
2162025-01-28T16:58:32.244ZPlanning: Merging actions ... Done
2172025-01-28T16:58:32.432ZPlanning: Checking for conflicting actions ... Done
2182025-01-28T16:58:32.435ZPlanning: Consolidating action changes ... Done
2192025-01-28T16:58:32.695ZPlanning: Evaluating mediators ... Done
2202025-01-28T16:58:32.750ZPlanning: Planning completed in 0.75 seconds
2212025-01-28T16:58:32.791Z Packages to change: 1
2222025-01-28T16:58:32.791Z Mediators to change: 1
2232025-01-28T16:58:32.793Z Services to change: 1
2242025-01-28T16:58:32.793Z Create boot environment: No
2252025-01-28T16:58:32.793ZCreate backup boot environment: Yes
2262025-01-28T16:58:35.037Z Actions: 1/6 actions (Updating modified actions)
2272025-01-28T16:58:35.040Z Actions: Completed 6 actions in 0.00 seconds.
2282025-01-28T16:58:35.040Z Done
2292025-01-28T16:58:35.040Z Done
2302025-01-28T16:58:35.158Z Done
2312025-01-28T16:58:38.760Z Done
2322025-01-28T16:58:38.853Z Done
2332025-01-28T16:58:38.855Z Done
2342025-01-28T16:58:38.979Z Done
2352025-01-28T16:58:39.407ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-01-28T16:58:39.407Zclang system 15 system
2372025-01-28T16:58:39.407Zcsh system system illumos
2382025-01-28T16:58:39.407Zctags system system illumos
2392025-01-28T16:58:39.407Zgcc vendor 12 vendor
2402025-01-28T16:58:39.407Zgcc system 10 system
2412025-01-28T16:58:39.407Zgcc system 7 system
2422025-01-28T16:58:39.407Zgo system 1.20 system
2432025-01-28T16:58:39.407Zgo system 1.19 system
2442025-01-28T16:58:39.407Zllvm system 15 system
2452025-01-28T16:58:39.407Zllvm system 14 system
2462025-01-28T16:58:39.407Zmariadb system 10.6 system
2472025-01-28T16:58:39.407Zmta vendor vendor dma
2482025-01-28T16:58:39.407Zopenjdk system 17 system
2492025-01-28T16:58:39.407Zopenjdk system 11 system
2502025-01-28T16:58:39.407Zopenjdk system 1.8 system
2512025-01-28T16:58:39.407Zopenssl vendor 3 vendor
2522025-01-28T16:58:39.407Zperl system 5.36 system
2532025-01-28T16:58:39.407Zpostgresql system 15 system
2542025-01-28T16:58:39.407Zpostgresql system 13 system
2552025-01-28T16:58:39.407Zpython vendor 3 vendor
2562025-01-28T16:58:39.407Zpython system 2 system
2572025-01-28T16:58:39.408Zpython3 system 3.11 system
2582025-01-28T16:58:39.408Zruby system 3.0 system
2592025-01-28T16:58:39.408Zwords vendor vendor american-english
2602025-01-28T16:58:39.408Zwords system system australian-english
2612025-01-28T16:58:39.408Zwords system system british-english
2622025-01-28T16:58:39.408Zwords system system canadian-english
2632025-01-28T16:58:39.408Zwords system system french
2642025-01-28T16:58:39.408Zwords system system italian
2652025-01-28T16:58:39.408Zwords system system ngerman
2662025-01-28T16:58:39.408Zwords system system ogerman
2672025-01-28T16:58:39.408Zwords system system spanish
2682025-01-28T16:58:39.741ZPUBLISHER TYPE STATUS P LOCATION
2692025-01-28T16:58:39.741Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-01-28T16:58:42.520ZFMRI IFO
2712025-01-28T16:58:42.520Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-01-28T16:58:42.520Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-01-28T16:58:42.520Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-01-28T16:58:42.520Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-01-28T16:58:42.520Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-01-28T16:58:42.520Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-01-28T16:58:42.520Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-01-28T16:58:42.521Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-01-28T16:58:42.521Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-01-28T16:58:42.521Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-01-28T16:58:42.521Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-01-28T16:58:42.521Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-01-28T16:58:42.521Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-01-28T16:58:42.521Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-01-28T16:58:42.521Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-01-28T16:58:43.292Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-01-28T16:58:43.636Z Updating crates.io index
2882025-01-28T16:58:43.702Z Updating git repository `https://github.com/oxidecomputer/diffus`
2892025-01-28T16:58:44.011Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-01-28T16:58:44.589Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2912025-01-28T16:58:44.850Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-01-28T16:58:45.131Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-01-28T16:58:45.390Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-01-28T16:58:46.366Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-01-28T16:58:48.103Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-01-28T16:58:48.783Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-01-28T16:58:49.556Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-01-28T16:58:49.814Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-01-28T16:58:50.060Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-01-28T16:58:50.767Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-01-28T16:58:51.083Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-01-28T16:58:51.382Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-01-28T16:58:51.614Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-01-28T16:58:51.870Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-01-28T16:58:52.078Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-01-28T16:58:52.378Z Updating git repository `https://github.com/oxidecomputer/lldp`
3072025-01-28T16:58:52.724Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3082025-01-28T16:58:53.027Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092025-01-28T16:58:53.329Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102025-01-28T16:58:53.702Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3112025-01-28T16:58:54.016Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122025-01-28T16:58:54.513Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132025-01-28T16:58:54.823Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142025-01-28T16:58:55.253Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152025-01-28T16:58:55.623Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3162025-01-28T16:58:55.925Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172025-01-28T16:58:56.212Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182025-01-28T16:58:56.491Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192025-01-28T16:58:57.648Z Downloading crates ...
3202025-01-28T16:58:57.717Z Downloaded anstyle v1.0.10
3212025-01-28T16:58:57.720Z Downloaded bytecount v0.6.8
3222025-01-28T16:58:57.723Z Downloaded crypto-common v0.1.6
3232025-01-28T16:58:57.723Z Downloaded cargo_metadata v0.18.1
3242025-01-28T16:58:57.725Z Downloaded anstyle-parse v0.2.5
3252025-01-28T16:58:57.727Z Downloaded anstream v0.6.15
3262025-01-28T16:58:57.730Z Downloaded dtrace-parser v0.2.0
3272025-01-28T16:58:57.730Z Downloaded scroll_derive v0.12.0
3282025-01-28T16:58:57.737Z Downloaded usdt-attr-macro v0.5.0
3292025-01-28T16:58:57.739Z Downloaded equivalent v1.0.1
3302025-01-28T16:58:57.743Z Downloaded usdt-macro v0.5.0
3312025-01-28T16:58:57.755Z Downloaded pretty-hex v0.4.1
3322025-01-28T16:58:57.769Z Downloaded swrite v0.1.0
3332025-01-28T16:58:57.772Z Downloaded cfg-if v1.0.0
3342025-01-28T16:58:57.775Z Downloaded digest v0.10.7
3352025-01-28T16:58:57.777Z Downloaded is_terminal_polyfill v1.70.1
3362025-01-28T16:58:57.780Z Downloaded fs-err v2.11.0
3372025-01-28T16:58:57.782Z Downloaded fnv v1.0.7
3382025-01-28T16:58:57.782Z Downloaded block-buffer v0.10.4
3392025-01-28T16:58:57.788Z Downloaded thiserror-impl v1.0.69
3402025-01-28T16:58:57.791Z Downloaded autocfg v1.4.0
3412025-01-28T16:58:57.796Z Downloaded usdt v0.5.0
3422025-01-28T16:58:57.798Z Downloaded byteorder v1.5.0
3432025-01-28T16:58:57.798Z Downloaded unicode-linebreak v0.1.5
3442025-01-28T16:58:57.801Z Downloaded fastrand v2.1.1
3452025-01-28T16:58:57.801Z Downloaded clap_lex v0.7.4
3462025-01-28T16:58:57.803Z Downloaded memmap v0.7.0
3472025-01-28T16:58:57.803Z Downloaded thiserror v1.0.69
3482025-01-28T16:58:57.807Z Downloaded itoa v1.0.11
3492025-01-28T16:58:57.809Z Downloaded dof v0.3.0
3502025-01-28T16:58:57.809Z Downloaded camino-tempfile v1.1.1
3512025-01-28T16:58:57.812Z Downloaded serde_tokenstream v0.2.2
3522025-01-28T16:58:57.814Z Downloaded utf8parse v0.2.2
3532025-01-28T16:58:57.814Z Downloaded terminal_size v0.4.0
3542025-01-28T16:58:57.817Z Downloaded toml_datetime v0.6.8
3552025-01-28T16:58:57.817Z Downloaded proc-macro-error-attr v1.0.4
3562025-01-28T16:58:57.818Z Downloaded anstyle-query v1.1.1
3572025-01-28T16:58:57.820Z Downloaded generic-array v0.14.7
3582025-01-28T16:58:57.820Z Downloaded errno v0.3.9
3592025-01-28T16:58:57.823Z Downloaded sha2 v0.10.8
3602025-01-28T16:58:57.825Z Downloaded colorchoice v1.0.2
3612025-01-28T16:58:57.825Z Downloaded version_check v0.9.5
3622025-01-28T16:58:57.825Z Downloaded macaddr v1.0.1
3632025-01-28T16:58:57.827Z Downloaded cargo-platform v0.1.8
3642025-01-28T16:58:57.830Z Downloaded proc-macro-error v1.0.4
3652025-01-28T16:58:57.832Z Downloaded serde_spanned v0.6.8
3662025-01-28T16:58:57.835Z Downloaded smawk v0.3.2
3672025-01-28T16:58:57.835Z Downloaded plain v0.2.3
3682025-01-28T16:58:57.838Z Downloaded cpufeatures v0.2.14
3692025-01-28T16:58:57.838Z Downloaded pest_derive v2.7.14
3702025-01-28T16:58:57.840Z Downloaded camino v1.1.9
3712025-01-28T16:58:57.842Z Downloaded strsim v0.11.1
3722025-01-28T16:58:57.842Z Downloaded usdt-impl v0.5.0
3732025-01-28T16:58:57.845Z Downloaded thread-id v4.2.2
3742025-01-28T16:58:57.845Z Downloaded tabled_derive v0.7.0
3752025-01-28T16:58:57.847Z Downloaded heck v0.4.1
3762025-01-28T16:58:57.847Z Downloaded log v0.4.22
3772025-01-28T16:58:57.850Z Downloaded pest_generator v2.7.14
3782025-01-28T16:58:57.852Z Downloaded clap_derive v4.5.24
3792025-01-28T16:58:57.856Z Downloaded scroll v0.12.0
3802025-01-28T16:58:57.864Z Downloaded once_cell v1.20.2
3812025-01-28T16:58:57.867Z Downloaded zerocopy-derive v0.7.35
3822025-01-28T16:58:57.871Z Downloaded tempfile v3.13.0
3832025-01-28T16:58:57.874Z Downloaded cargo_toml v0.20.5
3842025-01-28T16:58:57.876Z Downloaded quote v1.0.38
3852025-01-28T16:58:57.879Z Downloaded ucd-trie v0.1.7
3862025-01-28T16:58:57.881Z Downloaded heck v0.5.0
3872025-01-28T16:58:57.881Z Downloaded textwrap v0.16.1
3882025-01-28T16:58:57.883Z Downloaded unicode-ident v1.0.14
3892025-01-28T16:58:57.886Z Downloaded typenum v1.17.0
3902025-01-28T16:58:57.888Z Downloaded bitflags v2.6.0
3912025-01-28T16:58:57.891Z Downloaded papergrid v0.11.0
3922025-01-28T16:58:57.897Z Downloaded semver v1.0.24
3932025-01-28T16:58:57.901Z Downloaded proc-macro2 v1.0.92
3942025-01-28T16:58:57.904Z Downloaded pest_meta v2.7.14
3952025-01-28T16:58:57.904Z Downloaded clap v4.5.27
3962025-01-28T16:58:57.910Z Downloaded toml v0.8.19
3972025-01-28T16:58:57.913Z Downloaded serde_derive v1.0.217
3982025-01-28T16:58:57.916Z Downloaded anyhow v1.0.95
3992025-01-28T16:58:57.921Z Downloaded indexmap v2.7.0
4002025-01-28T16:58:57.936Z Downloaded ryu v1.0.18
4012025-01-28T16:58:57.945Z Downloaded serde v1.0.217
4022025-01-28T16:58:57.959Z Downloaded memchr v2.7.4
4032025-01-28T16:58:57.964Z Downloaded toml_edit v0.22.22
4042025-01-28T16:58:57.994Z Downloaded pest v2.7.14
4052025-01-28T16:58:58.002Z Downloaded hashbrown v0.15.1
4062025-01-28T16:58:58.006Z Downloaded zerocopy v0.7.35
4072025-01-28T16:58:58.020Z Downloaded winnow v0.6.20
4082025-01-28T16:58:58.028Z Downloaded clap_builder v4.5.27
4092025-01-28T16:58:58.034Z Downloaded serde_json v1.0.135
4102025-01-28T16:58:58.040Z Downloaded goblin v0.8.2
4112025-01-28T16:58:58.045Z Downloaded tabled v0.15.0
4122025-01-28T16:58:58.059Z Downloaded syn v1.0.109
4132025-01-28T16:58:58.068Z Downloaded unicode-width v0.1.14
4142025-01-28T16:58:58.073Z Downloaded syn v2.0.96
4152025-01-28T16:58:58.086Z Downloaded rustix v0.38.37
4162025-01-28T16:58:58.116Z Downloaded libc v0.2.169
4172025-01-28T16:58:58.428Z Compiling proc-macro2 v1.0.92
4182025-01-28T16:58:58.428Z Compiling unicode-ident v1.0.14
4192025-01-28T16:58:58.431Z Compiling serde v1.0.217
4202025-01-28T16:58:58.431Z Compiling version_check v0.9.5
4212025-01-28T16:58:58.431Z Compiling thiserror v1.0.69
4222025-01-28T16:58:58.463Z Compiling memchr v2.7.4
4232025-01-28T16:58:58.465Z Compiling libc v0.2.169
4242025-01-28T16:58:58.465Z Compiling ucd-trie v0.1.7
4252025-01-28T16:58:58.683Z Compiling ryu v1.0.18
4262025-01-28T16:58:59.091Z Compiling itoa v1.0.11
4272025-01-28T16:58:59.162Z Compiling once_cell v1.20.2
4282025-01-28T16:58:59.241Z Compiling byteorder v1.5.0
4292025-01-28T16:58:59.328Z Compiling serde_json v1.0.135
4302025-01-28T16:58:59.526Z Compiling rustix v0.38.37
4312025-01-28T16:58:59.719Z Compiling bitflags v2.6.0
4322025-01-28T16:58:59.791Z Compiling usdt-impl v0.5.0
4332025-01-28T16:59:00.039Z Compiling proc-macro-error-attr v1.0.4
4342025-01-28T16:59:00.064Z Compiling syn v1.0.109
4352025-01-28T16:59:00.159Z Compiling proc-macro-error v1.0.4
4362025-01-28T16:59:00.286Z Compiling quote v1.0.38
4372025-01-28T16:59:00.344Z Compiling log v0.4.22
4382025-01-28T16:59:00.420Z Compiling errno v0.3.9
4392025-01-28T16:59:00.462Z Compiling equivalent v1.0.1
4402025-01-28T16:59:00.638Z Compiling utf8parse v0.2.2
4412025-01-28T16:59:00.687Z Compiling syn v2.0.96
4422025-01-28T16:59:00.712Z Compiling camino v1.1.9
4432025-01-28T16:59:00.735Z Compiling plain v0.2.3
4442025-01-28T16:59:00.824Z Compiling hashbrown v0.15.1
4452025-01-28T16:59:00.911Z Compiling anstyle-parse v0.2.5
4462025-01-28T16:59:00.967Z Compiling thread-id v4.2.2
4472025-01-28T16:59:01.266Z Compiling unicode-width v0.1.14
4482025-01-28T16:59:01.380Z Compiling anstyle-query v1.1.1
4492025-01-28T16:59:01.539Z Compiling is_terminal_polyfill v1.70.1
4502025-01-28T16:59:01.610Z Compiling winnow v0.6.20
4512025-01-28T16:59:01.693Z Compiling anstyle v1.0.10
4522025-01-28T16:59:01.784Z Compiling semver v1.0.24
4532025-01-28T16:59:01.815Z Compiling autocfg v1.4.0
4542025-01-28T16:59:01.926Z Compiling indexmap v2.7.0
4552025-01-28T16:59:02.186Z Compiling pretty-hex v0.4.1
4562025-01-28T16:59:02.273Z Compiling colorchoice v1.0.2
4572025-01-28T16:59:02.426Z Compiling anstream v0.6.15
4582025-01-28T16:59:02.552Z Compiling terminal_size v0.4.0
4592025-01-28T16:59:02.842Z Compiling fs-err v2.11.0
4602025-01-28T16:59:03.078Z Compiling heck v0.5.0
4612025-01-28T16:59:03.109Z Compiling clap_lex v0.7.4
4622025-01-28T16:59:03.135Z Compiling cfg-if v1.0.0
4632025-01-28T16:59:03.163Z Compiling fnv v1.0.7
4642025-01-28T16:59:03.197Z Compiling bytecount v0.6.8
4652025-01-28T16:59:03.251Z Compiling anyhow v1.0.95
4662025-01-28T16:59:03.441Z Compiling heck v0.4.1
4672025-01-28T16:59:03.562Z Compiling strsim v0.11.1
4682025-01-28T16:59:03.703Z Compiling fastrand v2.1.1
4692025-01-28T16:59:03.903Z Compiling papergrid v0.11.0
4702025-01-28T16:59:04.204Z Compiling tempfile v3.13.0
4712025-01-28T16:59:04.287Z Compiling clap_builder v4.5.27
4722025-01-28T16:59:04.367Z Compiling memmap v0.7.0
4732025-01-28T16:59:04.484Z Compiling smawk v0.3.2
4742025-01-28T16:59:04.718Z Compiling unicode-linebreak v0.1.5
4752025-01-28T16:59:05.049Z Compiling swrite v0.1.0
4762025-01-28T16:59:05.192Z Compiling textwrap v0.16.1
4772025-01-28T16:59:05.929Z Compiling tabled_derive v0.7.0
4782025-01-28T16:59:07.513Z Compiling tabled v0.15.0
4792025-01-28T16:59:07.640Z Compiling serde_derive v1.0.217
4802025-01-28T16:59:07.640Z Compiling thiserror-impl v1.0.69
4812025-01-28T16:59:07.643Z Compiling zerocopy-derive v0.7.35
4822025-01-28T16:59:07.643Z Compiling scroll_derive v0.12.0
4832025-01-28T16:59:07.643Z Compiling clap_derive v4.5.24
4842025-01-28T16:59:09.058Z Compiling scroll v0.12.0
4852025-01-28T16:59:09.565Z Compiling zerocopy v0.7.35
4862025-01-28T16:59:09.612Z Compiling goblin v0.8.2
4872025-01-28T16:59:10.839Z Compiling pest v2.7.14
4882025-01-28T16:59:11.278Z Compiling clap v4.5.27
4892025-01-28T16:59:12.949Z Compiling pest_meta v2.7.14
4902025-01-28T16:59:13.863Z Compiling pest_generator v2.7.14
4912025-01-28T16:59:15.381Z Compiling pest_derive v2.7.14
4922025-01-28T16:59:15.945Z Compiling dtrace-parser v0.2.0
4932025-01-28T16:59:16.342Z Compiling toml_datetime v0.6.8
4942025-01-28T16:59:16.342Z Compiling serde_spanned v0.6.8
4952025-01-28T16:59:16.345Z Compiling cargo-platform v0.1.8
4962025-01-28T16:59:16.658Z Compiling serde_tokenstream v0.2.2
4972025-01-28T16:59:16.715Z Compiling toml_edit v0.22.22
4982025-01-28T16:59:16.967Z Compiling camino-tempfile v1.1.1
4992025-01-28T16:59:17.232Z Compiling macaddr v1.0.1
5002025-01-28T16:59:17.777Z Compiling dof v0.3.0
5012025-01-28T16:59:17.777Z Compiling cargo_metadata v0.18.1
5022025-01-28T16:59:19.426Z Compiling usdt-attr-macro v0.5.0
5032025-01-28T16:59:19.426Z Compiling usdt-macro v0.5.0
5042025-01-28T16:59:19.584Z Compiling toml v0.8.19
5052025-01-28T16:59:20.395Z Compiling cargo_toml v0.20.5
5062025-01-28T16:59:20.638Z Compiling usdt v0.5.0
5072025-01-28T16:59:23.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5082025-01-28T16:59:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.20s
5092025-01-28T16:59:26.557Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5102025-01-28T16:59:27.082Z Downloading crates ...
5112025-01-28T16:59:27.205Z Downloaded ascii-canvas v3.0.0
5122025-01-28T16:59:27.205Z Downloaded ahash v0.8.11
5132025-01-28T16:59:27.207Z Downloaded adler2 v2.0.0
5142025-01-28T16:59:27.211Z Downloaded cfg_aliases v0.1.1
5152025-01-28T16:59:27.228Z Downloaded atomicwrites v0.4.4
5162025-01-28T16:59:27.235Z Downloaded atty v0.2.14
5172025-01-28T16:59:27.240Z Downloaded ciborium-io v0.2.2
5182025-01-28T16:59:27.247Z Downloaded crunchy v0.2.2
5192025-01-28T16:59:27.251Z Downloaded darling v0.20.10
5202025-01-28T16:59:27.254Z Downloaded cstr-argument v0.1.2
5212025-01-28T16:59:27.257Z Downloaded crucible-workspace-hack v0.1.0
5222025-01-28T16:59:27.257Z Downloaded aead v0.5.2
5232025-01-28T16:59:27.260Z Downloaded array-init v0.0.4
5242025-01-28T16:59:27.260Z Downloaded cexpr v0.6.0
5252025-01-28T16:59:27.264Z Downloaded castaway v0.2.3
5262025-01-28T16:59:27.266Z Downloaded curve25519-dalek-derive v0.1.1
5272025-01-28T16:59:27.269Z Downloaded crc v3.2.1
5282025-01-28T16:59:27.272Z Downloaded bit-set v0.5.3
5292025-01-28T16:59:27.273Z Downloaded cobs v0.2.3
5302025-01-28T16:59:27.275Z Downloaded base16ct v0.2.0
5312025-01-28T16:59:27.277Z Downloaded hyper-staticfile v0.10.1
5322025-01-28T16:59:27.279Z Downloaded hyper v1.5.2
5332025-01-28T16:59:27.286Z Downloaded hyper-tls v0.6.0
5342025-01-28T16:59:27.289Z Downloaded hyper-rustls v0.27.3
5352025-01-28T16:59:27.292Z Downloaded hyper-util v0.1.10
5362025-01-28T16:59:27.296Z Downloaded humantime v2.1.0
5372025-01-28T16:59:27.298Z Downloaded iana-time-zone v0.1.61
5382025-01-28T16:59:27.301Z Downloaded chacha20 v0.9.1
5392025-01-28T16:59:27.303Z Downloaded bcrypt-pbkdf v0.10.0
5402025-01-28T16:59:27.303Z Downloaded async-recursion v1.1.1
5412025-01-28T16:59:27.309Z Downloaded cipher v0.4.4
5422025-01-28T16:59:27.312Z Downloaded crc-catalog v2.4.0
5432025-01-28T16:59:27.312Z Downloaded buf-list v1.0.3
5442025-01-28T16:59:27.314Z Downloaded blowfish v0.9.1
5452025-01-28T16:59:27.314Z Downloaded block-padding v0.3.3
5462025-01-28T16:59:27.317Z Downloaded constant_time_eq v0.3.1
5472025-01-28T16:59:27.320Z Downloaded bit-vec v0.6.3
5482025-01-28T16:59:27.320Z Downloaded http-body v1.0.1
5492025-01-28T16:59:27.323Z Downloaded cfg_aliases v0.2.1
5502025-01-28T16:59:27.323Z Downloaded cassowary v0.3.0
5512025-01-28T16:59:27.323Z Downloaded bitflags v1.3.2
5522025-01-28T16:59:27.326Z Downloaded hubpack v0.1.2
5532025-01-28T16:59:27.328Z Downloaded async-trait v0.1.85
5542025-01-28T16:59:27.331Z Downloaded base64ct v1.6.0
5552025-01-28T16:59:27.333Z Downloaded ciborium v0.2.2
5562025-01-28T16:59:27.336Z Downloaded bcs v0.1.6
5572025-01-28T16:59:27.339Z Downloaded idna_adapter v1.2.0
5582025-01-28T16:59:27.341Z Downloaded indent_write v2.2.0
5592025-01-28T16:59:27.345Z Downloaded icu_collections v1.5.0
5602025-01-28T16:59:27.350Z Downloaded cookie_store v0.21.1
5612025-01-28T16:59:27.354Z Downloaded arrayvec v0.7.6
5622025-01-28T16:59:27.357Z Downloaded ctr v0.9.2
5632025-01-28T16:59:27.357Z Downloaded argon2 v0.5.3
5642025-01-28T16:59:27.360Z Downloaded idna v1.0.3
5652025-01-28T16:59:27.365Z Downloaded instant v0.1.13
5662025-01-28T16:59:27.368Z Downloaded crc32fast v1.4.2
5672025-01-28T16:59:27.371Z Downloaded csv-core v0.1.11
5682025-01-28T16:59:27.374Z Downloaded cancel-safe-futures v0.1.5
5692025-01-28T16:59:27.376Z Downloaded serde-big-array v0.5.1
5702025-01-28T16:59:27.376Z Downloaded indicatif v0.17.9
5712025-01-28T16:59:27.380Z Downloaded indoc v1.0.9
5722025-01-28T16:59:27.383Z Downloaded keccak v0.1.5
5732025-01-28T16:59:27.386Z Downloaded sigpipe v0.1.3
5742025-01-28T16:59:27.389Z Downloaded is-terminal v0.4.13
5752025-01-28T16:59:27.389Z Downloaded impl-trait-for-tuples v0.2.2
5762025-01-28T16:59:27.392Z Downloaded linear-map v1.2.0
5772025-01-28T16:59:27.396Z Downloaded libsw v3.3.1
5782025-01-28T16:59:27.399Z Downloaded const-oid v0.9.6
5792025-01-28T16:59:27.403Z Downloaded clang-sys v1.8.1
5802025-01-28T16:59:27.403Z Downloaded litemap v0.7.3
5812025-01-28T16:59:27.406Z Downloaded write16 v1.0.0
5822025-01-28T16:59:27.408Z Downloaded rand_seeder v0.3.0
5832025-01-28T16:59:27.409Z Downloaded is_ci v1.2.0
5842025-01-28T16:59:27.411Z Downloaded indexmap v1.9.3
5852025-01-28T16:59:27.415Z Downloaded salsa20 v0.10.2
5862025-01-28T16:59:27.417Z Downloaded crossbeam-epoch v0.9.18
5872025-01-28T16:59:27.420Z Downloaded console v0.15.10
5882025-01-28T16:59:27.423Z Downloaded blake2 v0.10.6
5892025-01-28T16:59:27.428Z Downloaded newline-converter v0.3.0
5902025-01-28T16:59:27.430Z Downloaded new_debug_unreachable v1.0.6
5912025-01-28T16:59:27.430Z Downloaded md5 v0.7.0
5922025-01-28T16:59:27.430Z Downloaded newtype_derive v0.1.6
5932025-01-28T16:59:27.430Z Downloaded mirai-annotations v1.12.0
5942025-01-28T16:59:27.433Z Downloaded zone_cfg_derive v0.1.2
5952025-01-28T16:59:27.433Z Downloaded arc-swap v1.7.1
5962025-01-28T16:59:27.438Z Downloaded ident_case v1.0.1
5972025-01-28T16:59:27.441Z Downloaded schemars_derive v0.8.21
5982025-01-28T16:59:27.441Z Downloaded icu_provider_macros v1.5.0
5992025-01-28T16:59:27.443Z Downloaded simd-adler32 v0.3.7
6002025-01-28T16:59:27.443Z Downloaded normalize-line-endings v0.3.0
6012025-01-28T16:59:27.446Z Downloaded num-conv v0.1.0
6022025-01-28T16:59:27.446Z Downloaded serde-hex v0.1.0
6032025-01-28T16:59:27.449Z Downloaded zerofrom v0.1.4
6042025-01-28T16:59:27.449Z Downloaded crc-any v2.5.0
6052025-01-28T16:59:27.452Z Downloaded slog-scope v4.4.0
6062025-01-28T16:59:27.454Z Downloaded slog-json v2.6.1
6072025-01-28T16:59:27.459Z Downloaded atomic-waker v1.1.2
6082025-01-28T16:59:27.459Z Downloaded slog-envlogger v2.2.0
6092025-01-28T16:59:27.463Z Downloaded strip-ansi-escapes v0.2.0
6102025-01-28T16:59:27.463Z Downloaded md-5 v0.10.6
6112025-01-28T16:59:27.466Z Downloaded stringprep v0.1.5
6122025-01-28T16:59:27.466Z Downloaded downcast v0.11.0
6132025-01-28T16:59:27.466Z Downloaded memoffset v0.9.1
6142025-01-28T16:59:27.469Z Downloaded futures-sink v0.3.31
6152025-01-28T16:59:27.469Z Downloaded maybe-uninit v2.0.0
6162025-01-28T16:59:27.472Z Downloaded maplit v1.0.2
6172025-01-28T16:59:27.472Z Downloaded managed v0.8.0
6182025-01-28T16:59:27.475Z Downloaded tui-tree-widget v0.22.0
6192025-01-28T16:59:27.475Z Downloaded headers-core v0.3.0
6202025-01-28T16:59:27.479Z Downloaded match_cfg v0.1.0
6212025-01-28T16:59:27.479Z Downloaded string_cache v0.8.7
6222025-01-28T16:59:27.481Z Downloaded nodrop v0.1.14
6232025-01-28T16:59:27.481Z Downloaded lru v0.12.5
6242025-01-28T16:59:27.481Z Downloaded writeable v0.5.5
6252025-01-28T16:59:27.484Z Downloaded backoff v0.4.0
6262025-01-28T16:59:27.486Z Downloaded multimap v0.10.0
6272025-01-28T16:59:27.489Z Downloaded mime v0.3.17
6282025-01-28T16:59:27.491Z Downloaded newtype-uuid v1.2.1
6292025-01-28T16:59:27.491Z Downloaded mockall v0.13.0
6302025-01-28T16:59:27.494Z Downloaded lazy_static v1.5.0
6312025-01-28T16:59:27.496Z Downloaded nibble_vec v0.1.0
6322025-01-28T16:59:27.498Z Downloaded lalrpop-util v0.19.12
6332025-01-28T16:59:27.499Z Downloaded kstat-rs v0.2.4
6342025-01-28T16:59:27.502Z Downloaded http-range v0.1.5
6352025-01-28T16:59:27.502Z Downloaded path-slash v0.1.5
6362025-01-28T16:59:27.504Z Downloaded zerovec-derive v0.10.3
6372025-01-28T16:59:27.507Z Downloaded num v0.4.3
6382025-01-28T16:59:27.507Z Downloaded debug-ignore v1.0.5
6392025-01-28T16:59:27.510Z Downloaded serde_derive_internals v0.29.1
6402025-01-28T16:59:27.512Z Downloaded oso-derive v0.27.3
6412025-01-28T16:59:27.512Z Downloaded openssl-probe v0.1.5
6422025-01-28T16:59:27.515Z Downloaded bumpalo v3.16.0
6432025-01-28T16:59:27.518Z Downloaded hickory-client v0.24.2
6442025-01-28T16:59:27.522Z Downloaded chrono-tz-build v0.4.0
6452025-01-28T16:59:27.525Z Downloaded thiserror-impl v2.0.11
6462025-01-28T16:59:27.525Z Downloaded cc v1.1.30
6472025-01-28T16:59:27.528Z Downloaded phf_shared v0.10.0
6482025-01-28T16:59:27.531Z Downloaded tokio-tungstenite v0.24.0
6492025-01-28T16:59:27.534Z Downloaded structmeta v0.3.0
6502025-01-28T16:59:27.534Z Downloaded mime_guess v2.0.5
6512025-01-28T16:59:27.537Z Downloaded slog-stdlog v4.1.1
6522025-01-28T16:59:27.540Z Downloaded float-cmp v0.9.0
6532025-01-28T16:59:27.540Z Downloaded embedded-io v0.4.0
6542025-01-28T16:59:27.542Z Downloaded group v0.13.0
6552025-01-28T16:59:27.545Z Downloaded futures-task v0.3.31
6562025-01-28T16:59:27.545Z Downloaded float-ord v0.3.2
6572025-01-28T16:59:27.548Z Downloaded fd-lock v4.0.2
6582025-01-28T16:59:27.548Z Downloaded document-features v0.2.10
6592025-01-28T16:59:27.551Z Downloaded walkdir v2.5.0
6602025-01-28T16:59:27.554Z Downloaded rustls-pki-types v1.10.0
6612025-01-28T16:59:27.556Z Downloaded nanorand v0.7.0
6622025-01-28T16:59:27.559Z Downloaded multer v3.1.0
6632025-01-28T16:59:27.562Z Downloaded native-tls v0.2.12
6642025-01-28T16:59:27.565Z Downloaded tinyvec_macros v0.1.1
6652025-01-28T16:59:27.570Z Downloaded icu_locid_transform v1.5.0
6662025-01-28T16:59:27.570Z Downloaded compact_str v0.8.0
6672025-01-28T16:59:27.574Z Downloaded num-complex v0.4.6
6682025-01-28T16:59:27.577Z Downloaded pbkdf2 v0.12.2
6692025-01-28T16:59:27.577Z Downloaded pbkdf2 v0.11.0
6702025-01-28T16:59:27.580Z Downloaded signal-hook v0.3.17
6712025-01-28T16:59:27.583Z Downloaded crossbeam-utils v0.8.20
6722025-01-28T16:59:27.586Z Downloaded tokio-macros v2.5.0
6732025-01-28T16:59:27.588Z Downloaded crossbeam-channel v0.5.13
6742025-01-28T16:59:27.593Z Downloaded try-lock v0.2.5
6752025-01-28T16:59:27.595Z Downloaded tokio-tungstenite v0.23.1
6762025-01-28T16:59:27.597Z Downloaded zone_cfg_derive v0.3.0
6772025-01-28T16:59:27.600Z Downloaded quick-error v1.2.3
6782025-01-28T16:59:27.600Z Downloaded phf_shared v0.11.2
6792025-01-28T16:59:27.602Z Downloaded litrs v0.4.1
6802025-01-28T16:59:27.604Z Downloaded pkg-config v0.3.31
6812025-01-28T16:59:27.607Z Downloaded darling_macro v0.20.10
6822025-01-28T16:59:27.607Z Downloaded smallvec v0.6.14
6832025-01-28T16:59:27.609Z Downloaded env_logger v0.11.5
6842025-01-28T16:59:27.612Z Downloaded derive_builder v0.20.2
6852025-01-28T16:59:27.630Z Downloaded openssl-macros v0.1.1
6862025-01-28T16:59:27.633Z Downloaded ssh-encoding v0.2.0
6872025-01-28T16:59:27.637Z Downloaded spki v0.7.3
6882025-01-28T16:59:27.637Z Downloaded fxhash v0.2.1
6892025-01-28T16:59:27.637Z Downloaded foreign-types v0.3.2
6902025-01-28T16:59:27.640Z Downloaded hashlink v0.9.1
6912025-01-28T16:59:27.640Z Downloaded home v0.5.9
6922025-01-28T16:59:27.645Z Downloaded value-bag v1.9.0
6932025-01-28T16:59:27.648Z Downloaded libloading v0.8.5
6942025-01-28T16:59:27.648Z Downloaded icu_provider v1.5.0
6952025-01-28T16:59:27.651Z Downloaded tls_codec v0.4.1
6962025-01-28T16:59:27.654Z Downloaded supports-color v3.0.1
6972025-01-28T16:59:27.658Z Downloaded icu_normalizer v1.5.0
6982025-01-28T16:59:27.662Z Downloaded russh-cryptovec v0.7.3
6992025-01-28T16:59:27.662Z Downloaded polyval v0.6.2
7002025-01-28T16:59:27.665Z Downloaded toolchain_find v0.4.0
7012025-01-28T16:59:27.665Z Downloaded owo-colors v4.1.0
7022025-01-28T16:59:27.668Z Downloaded futures-macro v0.3.31
7032025-01-28T16:59:27.668Z Downloaded poly1305 v0.8.0
7042025-01-28T16:59:27.670Z Downloaded rcgen v0.12.1
7052025-01-28T16:59:27.673Z Downloaded tower-service v0.3.3
7062025-01-28T16:59:27.676Z Downloaded subtle v2.6.1
7072025-01-28T16:59:27.678Z Downloaded num-rational v0.4.2
7082025-01-28T16:59:27.678Z Downloaded globset v0.4.15
7092025-01-28T16:59:27.681Z Downloaded schemars v0.8.21
7102025-01-28T16:59:27.692Z Downloaded sync_wrapper v1.0.1
7112025-01-28T16:59:27.695Z Downloaded pretty-hex v0.2.1
7122025-01-28T16:59:27.695Z Downloaded num-iter v0.1.45
7132025-01-28T16:59:27.697Z Downloaded futures v0.3.31
7142025-01-28T16:59:27.701Z Downloaded tungstenite v0.23.0
7152025-01-28T16:59:27.705Z Downloaded vte_generate_state_changes v0.1.2
7162025-01-28T16:59:27.712Z Downloaded strum_macros v0.26.4
7172025-01-28T16:59:27.712Z Downloaded thiserror-no-std v2.0.2
7182025-01-28T16:59:27.716Z Downloaded foldhash v0.1.3
7192025-01-28T16:59:27.716Z Downloaded aes v0.8.4
7202025-01-28T16:59:27.720Z Downloaded crypto-bigint v0.5.5
7212025-01-28T16:59:27.727Z Downloaded yoke-derive v0.7.4
7222025-01-28T16:59:27.730Z Downloaded rand_core v0.6.4
7232025-01-28T16:59:27.732Z Downloaded icu_properties v1.5.1
7242025-01-28T16:59:27.736Z Downloaded pin-utils v0.1.0
7252025-01-28T16:59:27.736Z Downloaded rand_chacha v0.3.1
7262025-01-28T16:59:27.739Z Downloaded signal-hook-registry v1.4.2
7272025-01-28T16:59:27.739Z Downloaded hostname v0.3.1
7282025-01-28T16:59:27.741Z Downloaded displaydoc v0.2.5
7292025-01-28T16:59:27.744Z Downloaded filetime v0.2.25
7302025-01-28T16:59:27.746Z Downloaded diesel_table_macro_syntax v0.2.0
7312025-01-28T16:59:27.748Z Downloaded ron v0.8.1
7322025-01-28T16:59:27.752Z Downloaded omicron-zone-package v0.12.0
7332025-01-28T16:59:27.757Z Downloaded untrusted v0.9.0
7342025-01-28T16:59:27.759Z Downloaded untrusted v0.7.1
7352025-01-28T16:59:27.762Z Downloaded twox-hash v2.1.0
7362025-01-28T16:59:27.764Z Downloaded elliptic-curve v0.13.8
7372025-01-28T16:59:27.771Z Downloaded slog-async v2.8.0
7382025-01-28T16:59:27.774Z Downloaded rustc_version v0.4.1
7392025-01-28T16:59:27.774Z Downloaded rustc_version v0.1.7
7402025-01-28T16:59:27.774Z Downloaded rustc-hash v1.1.0
7412025-01-28T16:59:27.774Z Downloaded predicates-tree v1.0.11
7422025-01-28T16:59:27.776Z Downloaded termcolor v1.4.1
7432025-01-28T16:59:27.779Z Downloaded defmt v0.3.8
7442025-01-28T16:59:27.781Z Downloaded deranged v0.3.11
7452025-01-28T16:59:27.784Z Downloaded password-hash v0.5.0
7462025-01-28T16:59:27.786Z Downloaded password-hash v0.4.2
7472025-01-28T16:59:27.788Z Downloaded pin-project-internal v1.1.6
7482025-01-28T16:59:27.793Z Downloaded num_enum v0.5.11
7492025-01-28T16:59:27.796Z Downloaded progenitor-macro v0.9.1
7502025-01-28T16:59:27.798Z Downloaded ff v0.13.0
7512025-01-28T16:59:27.800Z Downloaded fallible-streaming-iterator v0.1.9
7522025-01-28T16:59:27.800Z Downloaded zeroize_derive v1.4.2
7532025-01-28T16:59:27.801Z Downloaded icu_locid v1.5.0
7542025-01-28T16:59:27.806Z Downloaded vte v0.11.1
7552025-01-28T16:59:27.809Z Downloaded tinyvec v1.8.0
7562025-01-28T16:59:27.812Z Downloaded subprocess v0.2.9
7572025-01-28T16:59:27.815Z Downloaded endian-type v0.1.2
7582025-01-28T16:59:27.817Z Downloaded term v0.7.0
7592025-01-28T16:59:27.820Z Downloaded which v4.4.2
7602025-01-28T16:59:27.822Z Downloaded num-traits v0.2.19
7612025-01-28T16:59:27.825Z Downloaded ref-cast-impl v1.0.23
7622025-01-28T16:59:27.827Z Downloaded pin-project-lite v0.2.14
7632025-01-28T16:59:27.832Z Downloaded smallvec v1.13.2
7642025-01-28T16:59:27.834Z Downloaded oso v0.27.3
7652025-01-28T16:59:27.838Z Downloaded itertools v0.12.1
7662025-01-28T16:59:27.847Z Downloaded http-body-util v0.1.2
7672025-01-28T16:59:27.849Z Downloaded opaque-debug v0.3.1
7682025-01-28T16:59:27.852Z Downloaded sqlformat v0.2.6
7692025-01-28T16:59:27.854Z Downloaded rpassword v7.3.1
7702025-01-28T16:59:27.854Z Downloaded rfc6979 v0.4.0
7712025-01-28T16:59:27.857Z Downloaded ppv-lite86 v0.2.20
7722025-01-28T16:59:27.857Z Downloaded zopfli v0.8.1
7732025-01-28T16:59:27.860Z Downloaded termios v0.3.3
7742025-01-28T16:59:27.862Z Downloaded aes-gcm v0.10.3
7752025-01-28T16:59:27.867Z Downloaded progenitor-client v0.9.1
7762025-01-28T16:59:27.869Z Downloaded progenitor-client v0.8.0
7772025-01-28T16:59:27.869Z Downloaded tls_codec_derive v0.4.1
7782025-01-28T16:59:27.871Z Downloaded fallible-iterator v0.3.0
7792025-01-28T16:59:27.874Z Downloaded env_logger v0.10.2
7802025-01-28T16:59:27.876Z Downloaded structmeta-derive v0.2.0
7812025-01-28T16:59:27.879Z Downloaded stable_deref_trait v1.2.0
7822025-01-28T16:59:27.879Z Downloaded slog v2.7.0
7832025-01-28T16:59:27.882Z Downloaded sha1 v0.10.6
7842025-01-28T16:59:27.884Z Downloaded serde_plain v1.0.2
7852025-01-28T16:59:27.887Z Downloaded waitgroup v0.1.2
7862025-01-28T16:59:27.889Z Downloaded time-core v0.1.2
7872025-01-28T16:59:27.889Z Downloaded dropshot_endpoint v0.15.1
7882025-01-28T16:59:27.891Z Downloaded minimal-lexical v0.2.1
7892025-01-28T16:59:27.898Z Downloaded foreign-types-macros v0.2.3
7902025-01-28T16:59:27.901Z Downloaded itertools v0.10.5
7912025-01-28T16:59:27.907Z Downloaded typify-macro v0.3.0
7922025-01-28T16:59:27.910Z Downloaded typify-macro v0.2.0
7932025-01-28T16:59:27.910Z Downloaded unicode-segmentation v1.12.0
7942025-01-28T16:59:27.913Z Downloaded tungstenite v0.24.0
7952025-01-28T16:59:27.916Z Downloaded russh-keys v0.45.0
7962025-01-28T16:59:27.920Z Downloaded foreign-types v0.5.0
7972025-01-28T16:59:27.922Z Downloaded zeroize v1.8.1
7982025-01-28T16:59:27.924Z Downloaded postgres-types v0.2.8
7992025-01-28T16:59:27.927Z Downloaded sync-ptr v0.1.1
8002025-01-28T16:59:27.927Z Downloaded dsl_auto_type v0.1.2
8012025-01-28T16:59:27.929Z Downloaded parse-display-derive v0.10.0
8022025-01-28T16:59:27.931Z Downloaded olpc-cjson v0.1.4
8032025-01-28T16:59:27.931Z Downloaded futures-core v0.3.31
8042025-01-28T16:59:27.934Z Downloaded des v0.8.1
8052025-01-28T16:59:27.936Z Downloaded url v2.5.3
8062025-01-28T16:59:27.939Z Downloaded progenitor v0.9.1
8072025-01-28T16:59:27.942Z Downloaded mio v1.0.2
8082025-01-28T16:59:27.948Z Downloaded parse-size v1.1.0
8092025-01-28T16:59:27.950Z Downloaded phf v0.11.2
8102025-01-28T16:59:27.953Z Downloaded percent-encoding v2.3.1
8112025-01-28T16:59:27.953Z Downloaded hex-literal v0.4.1
8122025-01-28T16:59:27.953Z Downloaded futures-io v0.3.31
8132025-01-28T16:59:27.955Z Downloaded typify v0.2.0
8142025-01-28T16:59:27.958Z Downloaded tokio-native-tls v0.3.1
8152025-01-28T16:59:27.960Z Downloaded tiny-keccak v2.0.2
8162025-01-28T16:59:27.966Z Downloaded xz2 v0.1.7
8172025-01-28T16:59:27.969Z Downloaded prettyplease v0.2.25
8182025-01-28T16:59:27.971Z Downloaded psl-types v2.0.11
8192025-01-28T16:59:27.972Z Downloaded zerocopy v0.6.6
8202025-01-28T16:59:27.975Z Downloaded flate2 v1.0.35
8212025-01-28T16:59:27.979Z Downloaded precomputed-hash v0.1.1
8222025-01-28T16:59:27.982Z Downloaded dunce v1.0.5
8232025-01-28T16:59:27.982Z Downloaded ron v0.7.1
8242025-01-28T16:59:27.987Z Downloaded strum v0.26.3
8252025-01-28T16:59:27.989Z Downloaded sec1 v0.7.3
8262025-01-28T16:59:27.992Z Downloaded scheduled-thread-pool v0.2.7
8272025-01-28T16:59:27.992Z Downloaded either v1.13.0
8282025-01-28T16:59:27.996Z Downloaded same-file v1.0.6
8292025-01-28T16:59:27.998Z Downloaded synstructure v0.13.1
8302025-01-28T16:59:27.998Z Downloaded httparse v1.9.5
8312025-01-28T16:59:28.001Z Downloaded russh v0.45.0
8322025-01-28T16:59:28.006Z Downloaded termtree v0.4.1
8332025-01-28T16:59:28.009Z Downloaded hex v0.4.3
8342025-01-28T16:59:28.012Z Downloaded form_urlencoded v1.2.1
8352025-01-28T16:59:28.012Z Downloaded fatfs v0.3.6
8362025-01-28T16:59:28.015Z Downloaded num-bigint v0.4.6
8372025-01-28T16:59:28.019Z Downloaded shell-words v1.1.0
8382025-01-28T16:59:28.022Z Downloaded rand v0.8.5
8392025-01-28T16:59:28.025Z Downloaded ed25519 v2.2.3
8402025-01-28T16:59:28.028Z Downloaded num-bigint-dig v0.8.4
8412025-01-28T16:59:28.033Z Downloaded tokio-rustls v0.26.0
8422025-01-28T16:59:28.035Z Downloaded tokio-rustls v0.25.0
8432025-01-28T16:59:28.037Z Downloaded num-integer v0.1.46
8442025-01-28T16:59:28.040Z Downloaded num-derive v0.4.2
8452025-01-28T16:59:28.043Z Downloaded httpdate v1.0.3
8462025-01-28T16:59:28.046Z Downloaded quinn v0.11.5
8472025-01-28T16:59:28.049Z Downloaded time-macros v0.2.18
8482025-01-28T16:59:28.053Z Downloaded itertools v0.13.0
8492025-01-28T16:59:28.058Z Downloaded number_prefix v0.4.0
8502025-01-28T16:59:28.060Z Downloaded der_derive v0.7.3
8512025-01-28T16:59:28.062Z Downloaded similar v2.6.0
8522025-01-28T16:59:28.066Z Downloaded tokio-util v0.7.12
8532025-01-28T16:59:28.074Z Downloaded serde_repr v0.1.19
8542025-01-28T16:59:28.077Z Downloaded thread_local v1.1.8
8552025-01-28T16:59:28.082Z Downloaded termtree v0.5.1
8562025-01-28T16:59:28.084Z Downloaded dyn-clone v1.0.17
8572025-01-28T16:59:28.084Z Downloaded unarray v0.1.4
8582025-01-28T16:59:28.084Z Downloaded primeorder v0.13.6
8592025-01-28T16:59:28.087Z Downloaded hashbrown v0.12.3
8602025-01-28T16:59:28.090Z Downloaded wait-timeout v0.2.0
8612025-01-28T16:59:28.092Z Downloaded foreign-types-shared v0.1.1
8622025-01-28T16:59:28.094Z Downloaded thiserror-impl-no-std v2.0.2
8632025-01-28T16:59:28.094Z Downloaded embedded-io v0.6.1
8642025-01-28T16:59:28.097Z Downloaded expectorate v1.1.0
8652025-01-28T16:59:28.099Z Downloaded foreign-types-shared v0.3.1
8662025-01-28T16:59:28.101Z Downloaded slog-bunyan v2.5.0
8672025-01-28T16:59:28.101Z Downloaded semver v0.1.20
8682025-01-28T16:59:28.104Z Downloaded slog-dtrace v0.3.0
8692025-01-28T16:59:28.106Z Downloaded serde_path_to_error v0.1.16
8702025-01-28T16:59:28.106Z Downloaded aho-corasick v1.1.3
8712025-01-28T16:59:28.112Z Downloaded signature v2.2.0
8722025-01-28T16:59:28.115Z Downloaded aws-lc-rs v1.10.0
8732025-01-28T16:59:28.124Z Downloaded env_filter v0.1.2
8742025-01-28T16:59:28.126Z Downloaded zip v0.6.6
8752025-01-28T16:59:28.131Z Downloaded num_threads v0.1.7
8762025-01-28T16:59:28.133Z Downloaded ena v0.14.3
8772025-01-28T16:59:28.135Z Downloaded ecdsa v0.16.9
8782025-01-28T16:59:28.138Z Downloaded progenitor v0.8.0
8792025-01-28T16:59:28.138Z Downloaded display-error-chain v0.2.2
8802025-01-28T16:59:28.141Z Downloaded dirs-sys-next v0.1.2
8812025-01-28T16:59:28.141Z Downloaded dirs-next v2.0.0
8822025-01-28T16:59:28.143Z Downloaded funty v2.0.0
8832025-01-28T16:59:28.143Z Downloaded predicates v3.1.2
8842025-01-28T16:59:28.145Z Downloaded postgres-protocol v0.6.7
8852025-01-28T16:59:28.148Z Downloaded ghash v0.5.1
8862025-01-28T16:59:28.150Z Downloaded r2d2 v0.8.10
8872025-01-28T16:59:28.153Z Downloaded tokio-tungstenite v0.21.0
8882025-01-28T16:59:28.155Z Downloaded quinn-udp v0.5.5
8892025-01-28T16:59:28.155Z Downloaded postcard v1.0.10
8902025-01-28T16:59:28.158Z Downloaded enum-as-inner v0.6.1
8912025-01-28T16:59:28.161Z Downloaded gethostname v0.5.0
8922025-01-28T16:59:28.163Z Downloaded flagset v0.4.6
8932025-01-28T16:59:28.163Z Downloaded fixedbitset v0.4.2
8942025-01-28T16:59:28.166Z Downloaded defmt-macros v0.3.9
8952025-01-28T16:59:28.168Z Downloaded parking_lot_core v0.8.6
8962025-01-28T16:59:28.171Z Downloaded unicode-xid v0.2.6
8972025-01-28T16:59:28.173Z Downloaded derive-where v1.2.7
8982025-01-28T16:59:28.176Z Downloaded tokio-stream v0.1.16
8992025-01-28T16:59:28.181Z Downloaded zone v0.3.0
9002025-01-28T16:59:28.184Z Downloaded xattr v1.3.1
9012025-01-28T16:59:28.186Z Downloaded serde_with_macros v3.11.0
9022025-01-28T16:59:28.188Z Downloaded half v2.4.1
9032025-01-28T16:59:28.192Z Downloaded peg-runtime v0.8.3
9042025-01-28T16:59:28.192Z Downloaded difflib v0.4.0
9052025-01-28T16:59:28.195Z Downloaded parse-zoneinfo v0.3.1
9062025-01-28T16:59:28.198Z Downloaded vsss-rs v3.3.4
9072025-01-28T16:59:28.200Z Downloaded take_mut v0.2.2
9082025-01-28T16:59:28.200Z Downloaded bitvec v1.0.1
9092025-01-28T16:59:28.215Z Downloaded sqlparser_derive v0.2.2
9102025-01-28T16:59:28.218Z Downloaded tabwriter v1.4.0
9112025-01-28T16:59:28.218Z Downloaded rand_xorshift v0.3.0
9122025-01-28T16:59:28.221Z Downloaded test-strategy v0.3.1
9132025-01-28T16:59:28.223Z Downloaded radium v0.7.0
9142025-01-28T16:59:28.223Z Downloaded unicase v2.7.0
9152025-01-28T16:59:28.226Z Downloaded toml v0.7.8
9162025-01-28T16:59:28.228Z Downloaded derive_builder_macro v0.20.2
9172025-01-28T16:59:28.230Z Downloaded num_enum_derive v0.5.11
9182025-01-28T16:59:28.230Z Downloaded ref-cast v1.0.23
9192025-01-28T16:59:28.233Z Downloaded derive_more v0.99.18
9202025-01-28T16:59:28.238Z Downloaded parking_lot v0.12.3
9212025-01-28T16:59:28.240Z Downloaded parking_lot v0.11.2
9222025-01-28T16:59:28.243Z Downloaded rustversion v1.0.17
9232025-01-28T16:59:28.246Z Downloaded zone v0.1.8
9242025-01-28T16:59:28.249Z Downloaded snafu-derive v0.8.5
9252025-01-28T16:59:28.249Z Downloaded ssh-cipher v0.2.0
9262025-01-28T16:59:28.251Z Downloaded portable-atomic v1.9.0
9272025-01-28T16:59:28.256Z Downloaded parking_lot_core v0.9.10
9282025-01-28T16:59:28.259Z Downloaded pem v3.0.4
9292025-01-28T16:59:28.261Z Downloaded hash32 v0.3.1
9302025-01-28T16:59:28.264Z Downloaded hash32 v0.2.1
9312025-01-28T16:59:28.264Z Downloaded wyz v0.5.1
9322025-01-28T16:59:28.266Z Downloaded getrandom v0.2.15
9332025-01-28T16:59:28.268Z Downloaded zerofrom-derive v0.1.4
9342025-01-28T16:59:28.271Z Downloaded blake3 v1.5.4
9352025-01-28T16:59:28.277Z Downloaded strum_macros v0.24.3
9362025-01-28T16:59:28.279Z Downloaded smf v0.2.3
9372025-01-28T16:59:28.281Z Downloaded rusty-fork v0.3.0
9382025-01-28T16:59:28.281Z Downloaded pkcs8 v0.10.2
9392025-01-28T16:59:28.284Z Downloaded hickory-server v0.24.2
9402025-01-28T16:59:28.290Z Downloaded structmeta-derive v0.3.0
9412025-01-28T16:59:28.293Z Downloaded p256 v0.13.2
9422025-01-28T16:59:28.295Z Downloaded chrono v0.4.39
9432025-01-28T16:59:28.303Z Downloaded derive_builder_core v0.20.2
9442025-01-28T16:59:28.305Z Downloaded defmt-parser v0.3.4
9452025-01-28T16:59:28.307Z Downloaded tough v0.19.0
9462025-01-28T16:59:28.314Z Downloaded whoami v1.5.2
9472025-01-28T16:59:28.317Z Downloaded bindgen v0.69.5
9482025-01-28T16:59:28.325Z Downloaded phf_generator v0.11.2
9492025-01-28T16:59:28.327Z Downloaded pem-rfc7468 v0.7.0
9502025-01-28T16:59:28.329Z Downloaded pkcs5 v0.7.1
9512025-01-28T16:59:28.332Z Downloaded uuid v1.12.0
9522025-01-28T16:59:28.335Z Downloaded heck v0.3.3
9532025-01-28T16:59:28.337Z Downloaded futures-channel v0.3.31
9542025-01-28T16:59:28.339Z Downloaded glob v0.3.2
9552025-01-28T16:59:28.344Z Downloaded pin-project v1.1.6
9562025-01-28T16:59:28.352Z Downloaded snafu v0.8.5
9572025-01-28T16:59:28.359Z Downloaded hashbrown v0.14.5
9582025-01-28T16:59:28.365Z Downloaded winnow v0.5.40
9592025-01-28T16:59:28.374Z Downloaded unicode-bidi v0.3.17
9602025-01-28T16:59:28.377Z Downloaded toml_edit v0.19.15
9612025-01-28T16:59:28.395Z Downloaded rayon-core v1.12.1
9622025-01-28T16:59:28.399Z Downloaded rustls-webpki v0.101.7
9632025-01-28T16:59:28.413Z Downloaded zerovec v0.10.4
9642025-01-28T16:59:28.419Z Downloaded zerocopy-derive v0.8.10
9652025-01-28T16:59:28.426Z Downloaded h2 v0.4.6
9662025-01-28T16:59:28.433Z Downloaded rustyline v14.0.0
9672025-01-28T16:59:28.438Z Downloaded rsa v0.9.6
9682025-01-28T16:59:28.443Z Downloaded quick-xml v0.33.0
9692025-01-28T16:59:28.450Z Downloaded futures-util v0.3.31
9702025-01-28T16:59:28.463Z Downloaded time v0.3.36
9712025-01-28T16:59:28.471Z Downloaded unicode_categories v0.1.1
9722025-01-28T16:59:28.473Z Downloaded lalrpop v0.19.12
9732025-01-28T16:59:28.485Z Downloaded hashbrown v0.13.2
9742025-01-28T16:59:28.489Z Downloaded x509-cert v0.2.5
9752025-01-28T16:59:28.495Z Downloaded zip v2.1.3
9762025-01-28T16:59:28.501Z Downloaded icu_properties_data v1.5.0
9772025-01-28T16:59:28.511Z Downloaded hkdf v0.12.4
9782025-01-28T16:59:28.513Z Downloaded strum_macros v0.25.3
9792025-01-28T16:59:28.516Z Downloaded p521 v0.13.3
9802025-01-28T16:59:28.520Z Downloaded salty v0.3.0
9812025-01-28T16:59:28.527Z Downloaded serde_with v3.11.0
9822025-01-28T16:59:28.536Z Downloaded proptest v1.5.0
9832025-01-28T16:59:28.547Z Downloaded curve25519-dalek v4.1.3
9842025-01-28T16:59:28.556Z Downloaded zerocopy v0.8.10
9852025-01-28T16:59:28.581Z Downloaded unicode-normalization v0.1.24
9862025-01-28T16:59:28.585Z Downloaded regex v1.11.1
9872025-01-28T16:59:28.598Z Downloaded polar-core v0.27.3
9882025-01-28T16:59:28.607Z Downloaded ssh-key v0.6.6
9892025-01-28T16:59:28.614Z Downloaded dropshot v0.12.0
9902025-01-28T16:59:28.636Z Downloaded rayon v1.10.0
9912025-01-28T16:59:28.644Z Downloaded petname v2.0.2
9922025-01-28T16:59:28.650Z Downloaded webpki-roots v0.26.6
9932025-01-28T16:59:28.656Z Downloaded regex-syntax v0.6.29
9942025-01-28T16:59:28.662Z Downloaded rustls v0.22.4
9952025-01-28T16:59:28.676Z Downloaded unicode-width v0.2.0
9962025-01-28T16:59:28.682Z Downloaded quinn-proto v0.11.8
9972025-01-28T16:59:28.690Z Downloaded regress v0.9.1
9982025-01-28T16:59:28.700Z Downloaded p384 v0.13.0
9992025-01-28T16:59:28.705Z Downloaded openssl v0.10.66
10002025-01-28T16:59:28.715Z Downloaded rustls-webpki v0.102.8
10012025-01-28T16:59:28.734Z Downloaded git2 v0.19.0
10022025-01-28T16:59:28.742Z Downloaded nix v0.28.0
10032025-01-28T16:59:28.754Z Downloaded object v0.30.4
10042025-01-28T16:59:28.764Z Downloaded smoltcp v0.9.1
10052025-01-28T16:59:28.776Z Downloaded rustls v0.21.12
10062025-01-28T16:59:28.787Z Downloaded openapiv3 v2.0.0
10072025-01-28T16:59:28.800Z Downloaded gimli v0.31.1
10082025-01-28T16:59:28.808Z Downloaded object v0.36.5
10092025-01-28T16:59:28.821Z Downloaded regex-syntax v0.8.5
10102025-01-28T16:59:28.830Z Downloaded rustls v0.23.19
10112025-01-28T16:59:28.842Z Downloaded smoltcp v0.11.0
10122025-01-28T16:59:28.855Z Downloaded hickory-proto v0.24.2
10132025-01-28T16:59:28.871Z Downloaded sled v0.34.7
10142025-01-28T16:59:28.882Z Downloaded chrono-tz v0.10.1
10152025-01-28T16:59:28.889Z Downloaded sqlparser v0.45.0
10162025-01-28T16:59:28.896Z Downloaded vcpkg v0.2.15
10172025-01-28T16:59:28.970Z Downloaded typify-impl v0.3.0
10182025-01-28T16:59:28.986Z Downloaded zerocopy-derive v0.6.6
10192025-01-28T16:59:28.995Z Downloaded regress v0.10.1
10202025-01-28T16:59:29.003Z Downloaded bzip2-sys v0.1.11+1.0.8
10212025-01-28T16:59:29.014Z Downloaded typify-impl v0.2.0
10222025-01-28T16:59:29.028Z Downloaded regex-automata v0.4.8
10232025-01-28T16:59:29.043Z Downloaded diesel v2.2.6
10242025-01-28T16:59:29.060Z Downloaded ratatui v0.28.1
10252025-01-28T16:59:29.079Z Downloaded dropshot v0.15.1
10262025-01-28T16:59:29.099Z Downloaded nix v0.29.0
10272025-01-28T16:59:29.110Z Downloaded lzma-sys v0.1.20
10282025-01-28T16:59:29.139Z Downloaded petgraph v0.6.5
10292025-01-28T16:59:29.156Z Downloaded bstr v1.10.0
10302025-01-28T16:59:29.166Z Downloaded libz-sys v1.1.20
10312025-01-28T16:59:29.187Z Downloaded radix_trie v0.2.1
10322025-01-28T16:59:29.192Z Downloaded nix v0.27.1
10332025-01-28T16:59:29.202Z Downloaded tokio v1.43.0
10342025-01-28T16:59:29.239Z Downloaded reedline v0.35.0
10352025-01-28T16:59:29.246Z Downloaded vergen v8.3.2
10362025-01-28T16:59:29.249Z Downloaded der v0.7.9
10372025-01-28T16:59:29.254Z Downloaded csv v1.3.1
10382025-01-28T16:59:29.273Z Downloaded fs_extra v1.3.0
10392025-01-28T16:59:29.275Z Downloaded reqwest v0.12.9
10402025-01-28T16:59:29.283Z Downloaded sha3 v0.10.8
10412025-01-28T16:59:29.287Z Downloaded unsafe-libyaml v0.2.11
10422025-01-28T16:59:29.290Z Downloaded serde_yaml v0.9.34+deprecated
10432025-01-28T16:59:29.293Z Downloaded parse-display v0.10.0
10442025-01-28T16:59:29.295Z Downloaded peg-macros v0.8.4
10452025-01-28T16:59:29.298Z Downloaded samael v0.0.17
10462025-01-28T16:59:29.301Z Downloaded peg v0.8.4
10472025-01-28T16:59:29.304Z Downloaded rustfmt-wrapper v0.2.1
10482025-01-28T16:59:29.306Z Downloaded rtoolbox v0.0.2
10492025-01-28T16:59:29.306Z Downloaded want v0.3.1
10502025-01-28T16:59:29.309Z Downloaded http v1.2.0
10512025-01-28T16:59:29.311Z Downloaded tokio-postgres v0.7.12
10522025-01-28T16:59:29.315Z Downloaded typed-path v0.9.3
10532025-01-28T16:59:29.321Z Downloaded topological-sort v0.2.2
10542025-01-28T16:59:29.324Z Downloaded phf_codegen v0.11.2
10552025-01-28T16:59:29.324Z Downloaded progenitor-impl v0.8.0
10562025-01-28T16:59:29.326Z Downloaded ed25519-dalek v2.1.1
10572025-01-28T16:59:29.333Z Downloaded diesel_derives v2.2.3
10582025-01-28T16:59:29.333Z Downloaded packed_struct_codegen v0.10.1
10592025-01-28T16:59:29.333Z Downloaded packed_struct v0.10.1
10602025-01-28T16:59:29.337Z Downloaded rusqlite v0.32.1
10612025-01-28T16:59:29.340Z Downloaded secrecy v0.8.0
10622025-01-28T16:59:29.342Z Downloaded nom v7.1.3
10632025-01-28T16:59:29.346Z Downloaded tracing v0.1.40
10642025-01-28T16:59:29.350Z Downloaded rustls-pemfile v1.0.4
10652025-01-28T16:59:29.353Z Downloaded utf16_iter v1.0.5
10662025-01-28T16:59:29.355Z Downloaded universal-hash v0.5.1
10672025-01-28T16:59:29.355Z Downloaded fragile v2.0.0
10682025-01-28T16:59:29.357Z Downloaded proc-macro-crate v1.3.1
10692025-01-28T16:59:29.358Z Downloaded predicates-core v1.0.8
10702025-01-28T16:59:29.360Z Downloaded sct v0.7.1
10712025-01-28T16:59:29.362Z Downloaded diff v0.1.13
10722025-01-28T16:59:29.365Z Downloaded typify v0.3.0
10732025-01-28T16:59:29.367Z Downloaded utf8_iter v1.0.4
10742025-01-28T16:59:29.367Z Downloaded utf-8 v0.7.6
10752025-01-28T16:59:29.370Z Downloaded signal-hook-mio v0.2.4
10762025-01-28T16:59:29.370Z Downloaded shlex v1.3.0
10772025-01-28T16:59:29.374Z Downloaded hickory-resolver v0.24.2
10782025-01-28T16:59:29.377Z Downloaded futures-executor v0.3.31
10792025-01-28T16:59:29.377Z Downloaded tar v0.4.42
10802025-01-28T16:59:29.380Z Downloaded socket2 v0.5.7
10812025-01-28T16:59:29.380Z Downloaded flume v0.11.1
10822025-01-28T16:59:29.383Z Downloaded tracing-attributes v0.1.27
10832025-01-28T16:59:29.386Z Downloaded hmac v0.12.1
10842025-01-28T16:59:29.388Z Downloaded powerfmt v0.2.0
10852025-01-28T16:59:29.391Z Downloaded darling_core v0.20.10
10862025-01-28T16:59:29.393Z Downloaded pkcs1 v0.7.5
10872025-01-28T16:59:29.395Z Downloaded highway v1.2.0
10882025-01-28T16:59:29.398Z Downloaded yoke v0.7.4
10892025-01-28T16:59:29.400Z Downloaded qorb v0.2.1
10902025-01-28T16:59:29.403Z Downloaded publicsuffix v2.3.0
10912025-01-28T16:59:29.405Z Downloaded progenitor-macro v0.8.0
10922025-01-28T16:59:29.408Z Downloaded tokio-rustls v0.24.1
10932025-01-28T16:59:29.410Z Downloaded dropshot_endpoint v0.12.0
10942025-01-28T16:59:29.413Z Downloaded heapless v0.7.17
10952025-01-28T16:59:29.415Z Downloaded steno v0.4.1
10962025-01-28T16:59:29.419Z Downloaded encoding_rs v0.8.34
10972025-01-28T16:59:29.439Z Downloaded tap v1.0.1
10982025-01-28T16:59:29.443Z Downloaded libgit2-sys v0.17.0+1.8.1
10992025-01-28T16:59:29.495Z Downloaded slab v0.4.9
11002025-01-28T16:59:29.499Z Downloaded siphasher v0.3.11
11012025-01-28T16:59:29.499Z Downloaded yasna v0.5.2
11022025-01-28T16:59:29.502Z Downloaded tracing-core v0.1.32
11032025-01-28T16:59:29.502Z Downloaded paste v1.0.15
11042025-01-28T16:59:29.505Z Downloaded resolv-conf v0.7.0
11052025-01-28T16:59:29.508Z Downloaded hostname v0.4.0
11062025-01-28T16:59:29.508Z Downloaded spin v0.9.8
11072025-01-28T16:59:29.510Z Downloaded rustc-hash v2.0.0
11082025-01-28T16:59:29.510Z Downloaded rustc-demangle v0.1.24
11092025-01-28T16:59:29.513Z Downloaded headers v0.4.0
11102025-01-28T16:59:29.516Z Downloaded libm v0.2.8
11112025-01-28T16:59:29.524Z Downloaded crossterm v0.28.1
11122025-01-28T16:59:29.530Z Downloaded openssl-sys v0.9.103
11132025-01-28T16:59:29.535Z Downloaded progenitor-impl v0.9.1
11142025-01-28T16:59:29.540Z Downloaded libxml v0.3.3
11152025-01-28T16:59:29.542Z Downloaded base64 v0.22.1
11162025-01-28T16:59:29.545Z Downloaded fallible-iterator v0.2.0
11172025-01-28T16:59:29.548Z Downloaded rustls-pemfile v2.2.0
11182025-01-28T16:59:29.550Z Downloaded tungstenite v0.21.0
11192025-01-28T16:59:29.552Z Downloaded const_format v0.2.34
11202025-01-28T16:59:29.555Z Downloaded heapless v0.8.0
11212025-01-28T16:59:29.559Z Downloaded icu_normalizer_data v1.5.0
11222025-01-28T16:59:29.561Z Downloaded mockall_derive v0.13.0
11232025-01-28T16:59:29.563Z Downloaded icu_locid_transform_data v1.5.0
11242025-01-28T16:59:29.566Z Downloaded uzers v0.12.1
11252025-01-28T16:59:29.568Z Downloaded unicode-properties v0.1.3
11262025-01-28T16:59:29.571Z Downloaded miniz_oxide v0.8.0
11272025-01-28T16:59:29.573Z Downloaded signal-hook-tokio v0.3.1
11282025-01-28T16:59:29.575Z Downloaded serde_urlencoded v0.7.1
11292025-01-28T16:59:29.575Z Downloaded scrypt v0.11.0
11302025-01-28T16:59:29.578Z Downloaded scopeguard v1.2.0
11312025-01-28T16:59:29.578Z Downloaded thiserror v2.0.11
11322025-01-28T16:59:29.582Z Downloaded slog-term v2.9.1
11332025-01-28T16:59:29.584Z Downloaded base64 v0.21.7
11342025-01-28T16:59:29.588Z Downloaded nu-ansi-term v0.50.1
11352025-01-28T16:59:29.592Z Downloaded libefi-sys v0.1.0
11362025-01-28T16:59:29.594Z Downloaded backtrace v0.3.74
11372025-01-28T16:59:29.598Z Downloaded memmap2 v0.9.5
11382025-01-28T16:59:29.601Z Downloaded diesel-dtrace v0.4.2
11392025-01-28T16:59:29.603Z Downloaded structmeta v0.2.0
11402025-01-28T16:59:29.603Z Downloaded unicode-truncate v1.1.0
11412025-01-28T16:59:29.605Z Downloaded static_assertions v1.1.0
11422025-01-28T16:59:29.607Z Downloaded lock_api v0.4.12
11432025-01-28T16:59:29.607Z Downloaded tinystr v0.7.6
11442025-01-28T16:59:29.610Z Downloaded data-encoding v2.6.0
11452025-01-28T16:59:29.612Z Downloaded lazycell v1.3.0
11462025-01-28T16:59:29.612Z Downloaded base64 v0.13.1
11472025-01-28T16:59:29.614Z Downloaded chacha20poly1305 v0.10.1
11482025-01-28T16:59:29.617Z Downloaded bzip2 v0.4.4
11492025-01-28T16:59:29.619Z Downloaded lru-cache v0.1.2
11502025-01-28T16:59:29.620Z Downloaded lockfree-object-pool v0.1.6
11512025-01-28T16:59:29.622Z Downloaded bytes v1.9.0
11522025-01-28T16:59:29.625Z Downloaded cookie v0.18.1
11532025-01-28T16:59:29.627Z Downloaded cmake v0.1.51
11542025-01-28T16:59:29.629Z Downloaded linked-hash-map v0.5.6
11552025-01-28T16:59:29.633Z Downloaded async-bb8-diesel v0.2.1
11562025-01-28T16:59:29.633Z Downloaded jobserver v0.1.32
11572025-01-28T16:59:29.636Z Downloaded ipnetwork v0.20.0
11582025-01-28T16:59:29.636Z Downloaded ipnet v2.10.1
11592025-01-28T16:59:29.638Z Downloaded inout v0.1.3
11602025-01-28T16:59:29.638Z Downloaded async-stream-impl v0.3.6
11612025-01-28T16:59:29.641Z Downloaded internet-checksum v0.2.1
11622025-01-28T16:59:29.641Z Downloaded instability v0.3.2
11632025-01-28T16:59:29.641Z Downloaded addr2line v0.24.2
11642025-01-28T16:59:29.643Z Downloaded const_format_proc_macros v0.2.34
11652025-01-28T16:59:29.645Z Downloaded ciborium-ll v0.2.2
11662025-01-28T16:59:29.648Z Downloaded allocator-api2 v0.2.18
11672025-01-28T16:59:29.650Z Downloaded hubpack_derive v0.1.1
11682025-01-28T16:59:29.650Z Downloaded crossbeam-deque v0.8.5
11692025-01-28T16:59:29.653Z Downloaded convert_case v0.4.0
11702025-01-28T16:59:29.655Z Downloaded colored v2.1.0
11712025-01-28T16:59:29.658Z Downloaded cbc v0.1.2
11722025-01-28T16:59:29.660Z Downloaded bitfield v0.14.0
11732025-01-28T16:59:29.660Z Downloaded bitfield-struct v0.6.2
11742025-01-28T16:59:29.663Z Downloaded bb8 v0.8.5
11752025-01-28T16:59:29.663Z Downloaded assert_matches v1.5.0
11762025-01-28T16:59:29.663Z Downloaded arrayref v0.3.9
11772025-01-28T16:59:29.665Z Downloaded async-stream v0.3.6
11782025-01-28T16:59:29.825Z Downloaded libsqlite3-sys v0.30.1
11792025-01-28T16:59:29.955Z Downloaded ring v0.17.8
11802025-01-28T16:59:30.263Z Downloaded aws-lc-sys v0.22.0
11812025-01-28T16:59:30.591Z Compiling serde v1.0.217
11822025-01-28T16:59:30.594Z Compiling lock_api v0.4.12
11832025-01-28T16:59:30.594Z Compiling value-bag v1.9.0
11842025-01-28T16:59:30.594Z Compiling scopeguard v1.2.0
11852025-01-28T16:59:30.594Z Compiling typenum v1.17.0
11862025-01-28T16:59:30.749Z Compiling generic-array v0.14.7
11872025-01-28T16:59:30.806Z Compiling syn v2.0.96
11882025-01-28T16:59:30.823Z Compiling getrandom v0.2.15
11892025-01-28T16:59:30.905Z Compiling subtle v2.6.1
11902025-01-28T16:59:31.080Z Compiling rand_core v0.6.4
11912025-01-28T16:59:31.196Z Compiling log v0.4.22
11922025-01-28T16:59:31.280Z Compiling shlex v1.3.0
11932025-01-28T16:59:31.283Z Compiling jobserver v0.1.32
11942025-01-28T16:59:31.322Z Compiling smallvec v1.13.2
11952025-01-28T16:59:31.565Z Compiling const-oid v0.9.6
11962025-01-28T16:59:31.632Z Compiling pin-project-lite v0.2.14
11972025-01-28T16:59:31.632Z Compiling rustix v0.38.37
11982025-01-28T16:59:31.714Z Compiling cc v1.1.30
11992025-01-28T16:59:31.772Z Compiling spin v0.9.8
12002025-01-28T16:59:31.950Z Compiling parking_lot_core v0.9.10
12012025-01-28T16:59:32.104Z Compiling futures-core v0.3.31
12022025-01-28T16:59:32.143Z Compiling signal-hook-registry v1.4.2
12032025-01-28T16:59:32.359Z Compiling mio v1.0.2
12042025-01-28T16:59:32.444Z Compiling aho-corasick v1.1.3
12052025-01-28T16:59:32.782Z Compiling either v1.13.0
12062025-01-28T16:59:33.009Z Compiling parking_lot v0.12.3
12072025-01-28T16:59:33.109Z Compiling cpufeatures v0.2.14
12082025-01-28T16:59:33.163Z Compiling regex-syntax v0.8.5
12092025-01-28T16:59:33.213Z Compiling stable_deref_trait v1.2.0
12102025-01-28T16:59:33.335Z Compiling glob v0.3.2
12112025-01-28T16:59:33.462Z Compiling futures-sink v0.3.31
12122025-01-28T16:59:33.607Z Compiling socket2 v0.5.7
12132025-01-28T16:59:33.626Z Compiling slab v0.4.9
12142025-01-28T16:59:33.803Z Compiling prettyplease v0.2.25
12152025-01-28T16:59:34.184Z Compiling lazy_static v1.5.0
12162025-01-28T16:59:34.209Z Compiling minimal-lexical v0.2.1
12172025-01-28T16:59:34.304Z Compiling clang-sys v1.8.1
12182025-01-28T16:59:34.324Z Compiling serde_json v1.0.135
12192025-01-28T16:59:34.673Z Compiling nom v7.1.3
12202025-01-28T16:59:34.732Z Compiling libloading v0.8.5
12212025-01-28T16:59:34.913Z Compiling home v0.5.9
12222025-01-28T16:59:35.008Z Compiling bindgen v0.69.5
12232025-01-28T16:59:35.177Z Compiling futures-channel v0.3.31
12242025-01-28T16:59:35.452Z Compiling itertools v0.12.1
12252025-01-28T16:59:35.617Z Compiling pin-utils v0.1.0
12262025-01-28T16:59:35.720Z Compiling libm v0.2.8
12272025-01-28T16:59:35.871Z Compiling futures-io v0.3.31
12282025-01-28T16:59:36.055Z Compiling allocator-api2 v0.2.18
12292025-01-28T16:59:36.132Z Compiling rustc-hash v1.1.0
12302025-01-28T16:59:36.302Z Compiling futures-task v0.3.31
12312025-01-28T16:59:36.616Z Compiling foldhash v0.1.3
12322025-01-28T16:59:36.795Z Compiling lazycell v1.3.0
12332025-01-28T16:59:36.931Z Compiling regex-automata v0.4.8
12342025-01-28T16:59:36.976Z Compiling hashbrown v0.15.1
12352025-01-28T16:59:37.373Z Compiling cmake v0.1.51
12362025-01-28T16:59:38.103Z Compiling synstructure v0.13.1
12372025-01-28T16:59:38.273Z Compiling cexpr v0.6.0
12382025-01-28T16:59:38.304Z Compiling num-traits v0.2.19
12392025-01-28T16:59:38.597Z Compiling fs_extra v1.3.0
12402025-01-28T16:59:39.177Z Compiling pkg-config v0.3.31
12412025-01-28T16:59:39.376Z Compiling dunce v1.0.5
12422025-01-28T16:59:39.713Z Compiling litemap v0.7.3
12432025-01-28T16:59:39.964Z Compiling writeable v0.5.5
12442025-01-28T16:59:40.095Z Compiling ring v0.17.8
12452025-01-28T16:59:40.530Z Compiling paste v1.0.15
12462025-01-28T16:59:40.824Z Compiling base64ct v1.6.0
12472025-01-28T16:59:41.008Z Compiling httparse v1.9.5
12482025-01-28T16:59:41.103Z Compiling flagset v0.4.6
12492025-01-28T16:59:41.320Z Compiling pem-rfc7468 v0.7.0
12502025-01-28T16:59:41.401Z Compiling aws-lc-rs v1.10.0
12512025-01-28T16:59:41.688Z Compiling icu_locid_transform_data v1.5.0
12522025-01-28T16:59:41.875Z Compiling tracing-core v0.1.32
12532025-01-28T16:59:41.934Z Compiling percent-encoding v2.3.1
12542025-01-28T16:59:42.187Z Compiling regex v1.11.1
12552025-01-28T16:59:42.246Z Compiling icu_properties_data v1.5.0
12562025-01-28T16:59:42.469Z Compiling crossbeam-utils v0.8.20
12572025-01-28T16:59:42.876Z Compiling rustls-pki-types v1.10.0
12582025-01-28T16:59:43.061Z Compiling utf8_iter v1.0.4
12592025-01-28T16:59:43.125Z Compiling num-conv v0.1.0
12602025-01-28T16:59:43.304Z Compiling vcpkg v0.2.15
12612025-01-28T16:59:43.407Z Compiling utf16_iter v1.0.5
12622025-01-28T16:59:43.604Z Compiling serde_derive v1.0.217
12632025-01-28T16:59:43.625Z Compiling zeroize_derive v1.4.2
12642025-01-28T16:59:43.646Z Compiling zerocopy-derive v0.7.35
12652025-01-28T16:59:43.807Z Compiling tokio-macros v2.5.0
12662025-01-28T16:59:45.073Z Compiling zeroize v1.8.1
12672025-01-28T16:59:45.108Z Compiling zerofrom-derive v0.1.4
12682025-01-28T16:59:45.307Z Compiling yoke-derive v0.7.4
12692025-01-28T16:59:45.602Z Compiling zerocopy v0.7.35
12702025-01-28T16:59:45.853Z Compiling thiserror-impl v1.0.69
12712025-01-28T16:59:46.670Z Compiling crypto-common v0.1.6
12722025-01-28T16:59:46.896Z Compiling block-buffer v0.10.4
12732025-01-28T16:59:46.925Z Compiling zerovec-derive v0.10.3
12742025-01-28T16:59:46.949Z Compiling futures-macro v0.3.31
12752025-01-28T16:59:47.193Z Compiling digest v0.10.7
12762025-01-28T16:59:47.665Z Compiling hmac v0.12.1
12772025-01-28T16:59:47.784Z Compiling displaydoc v0.2.5
12782025-01-28T16:59:47.877Z Compiling block-padding v0.3.3
12792025-01-28T16:59:47.921Z Compiling sha2 v0.10.8
12802025-01-28T16:59:48.135Z Compiling inout v0.1.3
12812025-01-28T16:59:48.422Z Compiling cipher v0.4.4
12822025-01-28T16:59:48.571Z Compiling zerofrom v0.1.4
12832025-01-28T16:59:48.767Z Compiling yoke v0.7.4
12842025-01-28T16:59:48.788Z Compiling futures-util v0.3.31
12852025-01-28T16:59:48.844Z Compiling thiserror v1.0.69
12862025-01-28T16:59:48.943Z Compiling icu_provider_macros v1.5.0
12872025-01-28T16:59:49.053Z Compiling ppv-lite86 v0.2.20
12882025-01-28T16:59:49.160Z Compiling der_derive v0.7.3
12892025-01-28T16:59:49.369Z Compiling tracing-attributes v0.1.27
12902025-01-28T16:59:49.478Z Compiling zerovec v0.10.4
12912025-01-28T16:59:49.839Z Compiling rand_chacha v0.3.1
12922025-01-28T16:59:50.041Z Compiling pest v2.7.14
12932025-01-28T16:59:51.380Z Compiling tinystr v0.7.6
12942025-01-28T16:59:51.403Z Compiling icu_collections v1.5.0
12952025-01-28T16:59:51.546Z Compiling der v0.7.9
12962025-01-28T16:59:51.770Z Compiling icu_locid v1.5.0
12972025-01-28T16:59:52.148Z Compiling rand v0.8.5
12982025-01-28T16:59:52.670Z Compiling tracing v0.1.40
12992025-01-28T16:59:52.746Z Compiling salsa20 v0.10.2
13002025-01-28T16:59:52.997Z Compiling icu_provider v1.5.0
13012025-01-28T16:59:53.077Z Compiling pbkdf2 v0.12.2
13022025-01-28T16:59:53.204Z Compiling write16 v1.0.0
13032025-01-28T16:59:53.264Z Compiling untrusted v0.7.1
13042025-01-28T16:59:53.363Z Compiling untrusted v0.9.0
13052025-01-28T16:59:53.476Z Compiling mirai-annotations v1.12.0
13062025-01-28T16:59:53.564Z Compiling spki v0.7.3
13072025-01-28T16:59:53.666Z Compiling icu_normalizer_data v1.5.0
13082025-01-28T16:59:53.780Z Compiling icu_locid_transform v1.5.0
13092025-01-28T16:59:53.829Z Compiling time-core v0.1.2
13102025-01-28T16:59:53.991Z Compiling powerfmt v0.2.0
13112025-01-28T16:59:54.047Z Compiling scrypt v0.11.0
13122025-01-28T16:59:54.067Z Compiling time-macros v0.2.18
13132025-01-28T16:59:54.157Z Compiling pest_meta v2.7.14
13142025-01-28T16:59:54.380Z Compiling deranged v0.3.11
13152025-01-28T16:59:54.582Z Compiling cbc v0.1.2
13162025-01-28T16:59:54.638Z Compiling aes v0.8.4
13172025-01-28T16:59:54.830Z Compiling openssl-sys v0.9.103
13182025-01-28T16:59:55.773Z Compiling icu_properties v1.5.1
13192025-01-28T16:59:55.873Z Compiling scroll_derive v0.12.0
13202025-01-28T16:59:56.769Z Compiling bitflags v2.6.0
13212025-01-28T16:59:57.126Z Compiling bytes v1.9.0
13222025-01-28T16:59:57.367Z Compiling indexmap v2.7.0
13232025-01-28T16:59:57.416Z Compiling semver v1.0.24
13242025-01-28T16:59:57.470Z Compiling num_threads v0.1.7
13252025-01-28T16:59:57.618Z Compiling atomic-waker v1.1.2
13262025-01-28T16:59:57.826Z Compiling rustc_version v0.4.1
13272025-01-28T16:59:58.093Z Compiling tokio v1.43.0
13282025-01-28T16:59:58.297Z Compiling http v1.2.0
13292025-01-28T16:59:58.511Z Compiling tinyvec_macros v0.1.1
13302025-01-28T16:59:58.540Z Compiling time v0.3.36
13312025-01-28T16:59:58.615Z Compiling tinyvec v1.8.0
13322025-01-28T16:59:58.689Z Compiling scroll v0.12.0
13332025-01-28T16:59:59.269Z Compiling icu_normalizer v1.5.0
13342025-01-28T17:00:00.103Z Compiling http-body v1.0.1
13352025-01-28T17:00:00.271Z Compiling idna_adapter v1.2.0
13362025-01-28T17:00:00.305Z Compiling pkcs5 v0.7.1
13372025-01-28T17:00:00.337Z Compiling pest_generator v2.7.14
13382025-01-28T17:00:00.494Z Compiling form_urlencoded v1.2.1
13392025-01-28T17:00:00.645Z Compiling slog v2.7.0
13402025-01-28T17:00:00.816Z Compiling which v4.4.2
13412025-01-28T17:00:01.114Z Compiling try-lock v0.2.5
13422025-01-28T17:00:01.282Z Compiling goblin v0.8.2
13432025-01-28T17:00:01.341Z Compiling want v0.3.1
13442025-01-28T17:00:01.479Z Compiling pkcs8 v0.10.2
13452025-01-28T17:00:01.617Z Compiling idna v1.0.3
13462025-01-28T17:00:01.863Z Compiling uuid v1.12.0
13472025-01-28T17:00:02.139Z Compiling httpdate v1.0.3
13482025-01-28T17:00:02.159Z Compiling pest_derive v2.7.14
13492025-01-28T17:00:02.605Z Compiling iana-time-zone v0.1.61
13502025-01-28T17:00:02.926Z Compiling dtrace-parser v0.2.0
13512025-01-28T17:00:03.012Z Compiling chrono v0.4.39
13522025-01-28T17:00:03.239Z Compiling toml_datetime v0.6.8
13532025-01-28T17:00:03.347Z Compiling serde_tokenstream v0.2.2
13542025-01-28T17:00:03.726Z Compiling serde_spanned v0.6.8
13552025-01-28T17:00:03.875Z Compiling rustversion v1.0.17
13562025-01-28T17:00:03.931Z Compiling tower-service v0.3.3
13572025-01-28T17:00:03.989Z Compiling adler2 v2.0.0
13582025-01-28T17:00:04.077Z Compiling base64 v0.22.1
13592025-01-28T17:00:04.224Z Compiling match_cfg v0.1.0
13602025-01-28T17:00:04.340Z Compiling openssl v0.10.66
13612025-01-28T17:00:04.614Z Compiling foreign-types-shared v0.1.1
13622025-01-28T17:00:04.739Z Compiling foreign-types v0.3.2
13632025-01-28T17:00:04.800Z Compiling hostname v0.3.1
13642025-01-28T17:00:04.819Z Compiling miniz_oxide v0.8.0
13652025-01-28T17:00:04.842Z Compiling url v2.5.3
13662025-01-28T17:00:04.999Z Compiling async-trait v0.1.85
13672025-01-28T17:00:06.081Z Compiling tokio-util v0.7.12
13682025-01-28T17:00:06.260Z Compiling openssl-macros v0.1.1
13692025-01-28T17:00:06.404Z Compiling serde_derive_internals v0.29.1
13702025-01-28T17:00:06.612Z Compiling dirs-sys-next v0.1.2
13712025-01-28T17:00:06.986Z Compiling h2 v0.4.6
13722025-01-28T17:00:07.162Z Compiling dof v0.3.0
13732025-01-28T17:00:07.278Z Compiling rustls v0.22.4
13742025-01-28T17:00:07.534Z Compiling schemars v0.8.21
13752025-01-28T17:00:07.537Z Compiling rustls v0.23.19
13762025-01-28T17:00:07.841Z Compiling data-encoding v2.6.0
13772025-01-28T17:00:07.865Z Compiling syn v1.0.109
13782025-01-28T17:00:08.447Z Compiling usdt-impl v0.5.0
13792025-01-28T17:00:08.765Z Compiling native-tls v0.2.12
13802025-01-28T17:00:08.914Z Compiling siphasher v0.3.11
13812025-01-28T17:00:09.168Z Compiling schemars_derive v0.8.21
13822025-01-28T17:00:09.898Z Compiling dirs-next v2.0.0
13832025-01-28T17:00:10.205Z Compiling http-body-util v0.1.2
13842025-01-28T17:00:10.604Z Compiling unicode-normalization v0.1.24
13852025-01-28T17:00:10.734Z Compiling heapless v0.7.17
13862025-01-28T17:00:11.159Z Compiling crossbeam-epoch v0.9.18
13872025-01-28T17:00:11.201Z Compiling signature v2.2.0
13882025-01-28T17:00:11.482Z Compiling sha1 v0.10.6
13892025-01-28T17:00:11.590Z Compiling bzip2-sys v0.1.11+1.0.8
13902025-01-28T17:00:11.673Z Compiling thread_local v1.1.8
13912025-01-28T17:00:11.836Z Compiling cookie v0.18.1
13922025-01-28T17:00:11.915Z Compiling multer v3.1.0
13932025-01-28T17:00:12.078Z Compiling encoding_rs v0.8.34
13942025-01-28T17:00:12.138Z Compiling unicode-properties v0.1.3
13952025-01-28T17:00:12.192Z Compiling dyn-clone v1.0.17
13962025-01-28T17:00:12.214Z Compiling signal-hook v0.3.17
13972025-01-28T17:00:12.232Z Compiling slog-async v2.8.0
13982025-01-28T17:00:12.430Z Compiling rayon-core v1.12.1
13992025-01-28T17:00:12.473Z Compiling openssl-probe v0.1.5
14002025-01-28T17:00:12.700Z Compiling mime v0.3.17
14012025-01-28T17:00:12.716Z Compiling unicode-bidi v0.3.17
14022025-01-28T17:00:12.724Z Compiling gimli v0.31.1
14032025-01-28T17:00:12.779Z Compiling ipnet v2.10.1
14042025-01-28T17:00:13.848Z Compiling stringprep v0.1.5
14052025-01-28T17:00:14.026Z Compiling hyper v1.5.2
14062025-01-28T17:00:14.978Z Compiling toml_edit v0.22.22
14072025-01-28T17:00:16.338Z Compiling hyper-util v0.1.10
14082025-01-28T17:00:17.114Z Compiling addr2line v0.24.2
14092025-01-28T17:00:17.449Z Compiling crossbeam-deque v0.8.5
14102025-01-28T17:00:17.724Z Compiling usdt-macro v0.5.0
14112025-01-28T17:00:17.759Z Compiling usdt-attr-macro v0.5.0
14122025-01-28T17:00:17.779Z Compiling term v0.7.0
14132025-01-28T17:00:19.050Z Compiling slog-json v2.6.1
14142025-01-28T17:00:19.065Z Compiling serde_urlencoded v0.7.1
14152025-01-28T17:00:19.068Z Compiling curve25519-dalek v4.1.3
14162025-01-28T17:00:19.205Z Compiling crossbeam-channel v0.5.13
14172025-01-28T17:00:19.216Z Compiling futures-executor v0.3.31
14182025-01-28T17:00:19.387Z Compiling enum-as-inner v0.6.1
14192025-01-28T17:00:19.582Z Compiling md-5 v0.10.6
14202025-01-28T17:00:19.722Z Compiling async-stream-impl v0.3.6
14212025-01-28T17:00:19.783Z Compiling rustls-pemfile v2.2.0
14222025-01-28T17:00:19.871Z Compiling num-integer v0.1.46
14232025-01-28T17:00:20.122Z Compiling hash32 v0.2.1
14242025-01-28T17:00:20.223Z Compiling ff v0.13.0
14252025-01-28T17:00:20.448Z Compiling is-terminal v0.4.13
14262025-01-28T17:00:20.470Z Compiling object v0.36.5
14272025-01-28T17:00:20.506Z Compiling dropshot v0.12.0
14282025-01-28T17:00:20.579Z Compiling linked-hash-map v0.5.6
14292025-01-28T17:00:20.596Z Compiling rustc-demangle v0.1.24
14302025-01-28T17:00:20.814Z Compiling utf-8 v0.7.6
14312025-01-28T17:00:20.918Z Compiling num-bigint-dig v0.8.4
14322025-01-28T17:00:21.022Z Compiling take_mut v0.2.2
14332025-01-28T17:00:21.153Z Compiling portable-atomic v1.9.0
14342025-01-28T17:00:21.203Z Compiling smoltcp v0.9.1
14352025-01-28T17:00:21.224Z Compiling fallible-iterator v0.2.0
14362025-01-28T17:00:21.504Z Compiling psl-types v2.0.11
14372025-01-28T17:00:21.728Z Compiling quick-error v1.2.3
14382025-01-28T17:00:21.848Z Compiling anyhow v1.0.95
14392025-01-28T17:00:21.871Z Compiling base16ct v0.2.0
14402025-01-28T17:00:21.900Z Compiling litrs v0.4.1
14412025-01-28T17:00:22.221Z Compiling sec1 v0.7.3
14422025-01-28T17:00:22.277Z Compiling resolv-conf v0.7.0
14432025-01-28T17:00:22.438Z Compiling postgres-protocol v0.6.7
14442025-01-28T17:00:22.767Z Compiling publicsuffix v2.3.0
14452025-01-28T17:00:22.980Z Compiling tungstenite v0.24.0
14462025-01-28T17:00:23.004Z Compiling document-features v0.2.10
14472025-01-28T17:00:23.086Z Compiling async-stream v0.3.6
14482025-01-28T17:00:23.396Z Compiling lru-cache v0.1.2
14492025-01-28T17:00:23.660Z Compiling slog-term v2.9.1
14502025-01-28T17:00:23.685Z Compiling usdt v0.5.0
14512025-01-28T17:00:23.871Z Compiling hickory-proto v0.24.2
14522025-01-28T17:00:24.266Z Compiling group v0.13.0
14532025-01-28T17:00:24.618Z Compiling num-iter v0.1.45
14542025-01-28T17:00:24.875Z Compiling futures v0.3.31
14552025-01-28T17:00:24.950Z Compiling slog-bunyan v2.5.0
14562025-01-28T17:00:25.226Z Compiling toml v0.8.19
14572025-01-28T17:00:26.221Z Compiling tokio-native-tls v0.3.1
14582025-01-28T17:00:26.522Z Compiling camino v1.1.9
14592025-01-28T17:00:26.642Z Compiling phf_shared v0.11.2
14602025-01-28T17:00:26.753Z Compiling dropshot_endpoint v0.12.0
14612025-01-28T17:00:27.010Z Compiling backtrace v0.3.74
14622025-01-28T17:00:27.202Z Compiling terminal_size v0.4.0
14632025-01-28T17:00:27.375Z Compiling openapiv3 v2.0.0
14642025-01-28T17:00:27.443Z Compiling waitgroup v0.1.2
14652025-01-28T17:00:27.463Z Compiling serde_path_to_error v0.1.16
14662025-01-28T17:00:27.661Z Compiling hkdf v0.12.4
14672025-01-28T17:00:27.936Z Compiling crypto-bigint v0.5.5
14682025-01-28T17:00:28.263Z Compiling zerocopy-derive v0.6.6
14692025-01-28T17:00:30.143Z Compiling curve25519-dalek-derive v0.1.1
14702025-01-28T17:00:30.258Z Compiling hubpack_derive v0.1.1
14712025-01-28T17:00:30.305Z Compiling webpki-roots v0.26.6
14722025-01-28T17:00:30.533Z Compiling hostname v0.4.0
14732025-01-28T17:00:30.755Z Compiling ahash v0.8.11
14742025-01-28T17:00:31.035Z Compiling crc32fast v1.4.2
14752025-01-28T17:00:31.100Z Compiling fs-err v2.11.0
14762025-01-28T17:00:31.121Z Compiling managed v0.8.0
14772025-01-28T17:00:31.365Z Compiling debug-ignore v1.0.5
14782025-01-28T17:00:31.403Z Compiling unicode-width v0.2.0
14792025-01-28T17:00:31.426Z Compiling bitflags v1.3.2
14802025-01-28T17:00:31.529Z Compiling newtype-uuid v1.2.1
14812025-01-28T17:00:31.553Z Compiling winnow v0.5.40
14822025-01-28T17:00:31.574Z Compiling strum_macros v0.25.3
14832025-01-28T17:00:31.845Z Compiling clap_builder v4.5.27
14842025-01-28T17:00:31.946Z Compiling console v0.15.10
14852025-01-28T17:00:33.445Z Compiling flate2 v1.0.35
14862025-01-28T17:00:33.784Z Compiling hubpack v0.1.2
14872025-01-28T17:00:34.349Z Compiling elliptic-curve v0.13.8
14882025-01-28T17:00:34.373Z Compiling zerocopy v0.6.6
14892025-01-28T17:00:35.046Z Compiling toml_edit v0.19.15
14902025-01-28T17:00:35.104Z Compiling hickory-resolver v0.24.2
14912025-01-28T17:00:35.225Z Compiling phf v0.11.2
14922025-01-28T17:00:35.452Z Compiling signal-hook-mio v0.2.4
14932025-01-28T17:00:35.509Z Compiling hyper-tls v0.6.0
14942025-01-28T17:00:35.633Z Compiling rayon v1.10.0
14952025-01-28T17:00:35.917Z Compiling cookie_store v0.21.1
14962025-01-28T17:00:35.938Z Compiling bzip2 v0.4.4
14972025-01-28T17:00:37.420Z Compiling tokio-tungstenite v0.24.0
14982025-01-28T17:00:37.957Z Compiling postgres-types v0.2.8
14992025-01-28T17:00:39.511Z Compiling ed25519 v2.2.3
15002025-01-28T17:00:40.047Z Compiling phf_shared v0.10.0
15012025-01-28T17:00:40.067Z Compiling tokio-stream v0.1.16
15022025-01-28T17:00:40.448Z Compiling pkcs1 v0.7.5
15032025-01-28T17:00:40.569Z Compiling serde-big-array v0.5.1
15042025-01-28T17:00:40.825Z Compiling clap_derive v4.5.24
15052025-01-28T17:00:40.927Z Compiling rfc6979 v0.4.0
15062025-01-28T17:00:41.041Z Compiling derive-where v1.2.7
15072025-01-28T17:00:41.143Z Compiling serde_repr v0.1.19
15082025-01-28T17:00:41.360Z Compiling bstr v1.10.0
15092025-01-28T17:00:41.432Z Compiling float-cmp v0.9.0
15102025-01-28T17:00:41.688Z Compiling sync_wrapper v1.0.1
15112025-01-28T17:00:41.868Z Compiling new_debug_unreachable v1.0.6
15122025-01-28T17:00:41.978Z Compiling number_prefix v0.4.0
15132025-01-28T17:00:42.082Z Compiling normalize-line-endings v0.3.0
15142025-01-28T17:00:42.205Z Compiling predicates-core v1.0.8
15152025-01-28T17:00:42.227Z Compiling fixedbitset v0.4.2
15162025-01-28T17:00:42.274Z Compiling bit-vec v0.6.3
15172025-01-28T17:00:42.537Z Compiling precomputed-hash v0.1.1
15182025-01-28T17:00:42.672Z Compiling difflib v0.4.0
15192025-01-28T17:00:42.672Z Compiling whoami v1.5.2
15202025-01-28T17:00:42.712Z Compiling unicode-segmentation v1.12.0
15212025-01-28T17:00:42.932Z Compiling static_assertions v1.1.0
15222025-01-28T17:00:43.055Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15232025-01-28T17:00:43.268Z Compiling predicates v3.1.2
15242025-01-28T17:00:43.615Z Compiling similar v2.6.0
15252025-01-28T17:00:44.123Z Compiling tokio-postgres v0.7.12
15262025-01-28T17:00:44.361Z Compiling string_cache v0.8.7
15272025-01-28T17:00:44.800Z Compiling bit-set v0.5.3
15282025-01-28T17:00:44.822Z Compiling petgraph v0.6.5
15292025-01-28T17:00:45.102Z Compiling indicatif v0.17.9
15302025-01-28T17:00:45.456Z Compiling clap v4.5.27
15312025-01-28T17:00:45.588Z Compiling ecdsa v0.16.9
15322025-01-28T17:00:45.820Z Compiling rsa v0.9.6
15332025-01-28T17:00:46.391Z Compiling ed25519-dalek v2.1.1
15342025-01-28T17:00:47.171Z Compiling toml v0.7.8
15352025-01-28T17:00:47.717Z Compiling zip v0.6.6
15362025-01-28T17:00:48.446Z Compiling crossterm v0.28.1
15372025-01-28T17:00:49.283Z Compiling hex v0.4.3
15382025-01-28T17:00:49.595Z Compiling x509-cert v0.2.5
15392025-01-28T17:00:49.802Z Compiling itertools v0.10.5
15402025-01-28T17:00:49.890Z Compiling lalrpop-util v0.19.12
15412025-01-28T17:00:49.926Z Compiling peg-runtime v0.8.3
15422025-01-28T17:00:50.194Z Compiling unicode-xid v0.2.6
15432025-01-28T17:00:50.263Z Compiling strum_macros v0.26.4
15442025-01-28T17:00:50.395Z Compiling xattr v1.3.1
15452025-01-28T17:00:50.544Z Compiling filetime v0.2.25
15462025-01-28T17:00:50.874Z Compiling tar v0.4.42
15472025-01-28T17:00:54.788Z Compiling strum v0.26.3
15482025-01-28T17:00:58.578Z Compiling aws-lc-sys v0.22.0
15492025-01-28T17:01:25.912Z Compiling rustls-webpki v0.102.8
15502025-01-28T17:01:29.104Z Compiling tokio-rustls v0.25.0
15512025-01-28T17:01:30.731Z Compiling tokio-rustls v0.26.0
15522025-01-28T17:01:31.079Z Compiling hyper-rustls v0.27.3
15532025-01-28T17:01:31.384Z Compiling reqwest v0.12.9
15542025-01-28T17:01:32.811Z Compiling qorb v0.2.1
15552025-01-28T17:01:35.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15562025-01-28T17:01:36.173Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15572025-01-28T17:01:40.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15582025-01-28T17:01:40.774Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15592025-01-28T17:01:40.826ZJan 28 17:01:40.130 INFO Starting download, target: Console
15602025-01-28T17:01:40.826ZJan 28 17:01:40.130 INFO Starting download, target: Clickhouse
15612025-01-28T17:01:40.826ZJan 28 17:01:40.130 INFO Starting download, target: Cockroach
15622025-01-28T17:01:40.831ZJan 28 17:01:40.130 INFO Starting download, target: DendriteOpenapi
15632025-01-28T17:01:40.831ZJan 28 17:01:40.130 INFO Starting download, target: DendriteStub
15642025-01-28T17:01:40.831ZJan 28 17:01:40.130 INFO Starting download, target: MaghemiteMgd
15652025-01-28T17:01:40.831ZJan 28 17:01:40.130 INFO Starting download, target: TransceiverControl
15662025-01-28T17:01:40.832ZJan 28 17:01:40.131 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15672025-01-28T17:01:40.832ZJan 28 17:01:40.131 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682025-01-28T17:01:40.832ZJan 28 17:01:40.131 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15692025-01-28T17:01:40.833ZJan 28 17:01:40.131 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-28T17:01:40.833ZJan 28 17:01:40.131 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15712025-01-28T17:01:40.833ZJan 28 17:01:40.131 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-01-28T17:01:40.833ZJan 28 17:01:40.131 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15732025-01-28T17:01:41.104ZJan 28 17:01:40.377 INFO Download complete, target: DendriteOpenapi
15742025-01-28T17:01:41.382ZJan 28 17:01:40.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15752025-01-28T17:01:41.465ZJan 28 17:01:40.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15762025-01-28T17:01:41.772ZJan 28 17:01:41.035 INFO Download complete, target: Console
15772025-01-28T17:01:41.989ZJan 28 17:01:41.264 INFO Download complete, target: TransceiverControl
15782025-01-28T17:01:42.036ZJan 28 17:01:41.308 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15792025-01-28T17:01:42.178ZJan 28 17:01:41.457 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15802025-01-28T17:01:42.737ZJan 28 17:01:42.013 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15812025-01-28T17:01:43.199ZJan 28 17:01:42.496 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15822025-01-28T17:01:43.199ZJan 28 17:01:42.496 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15832025-01-28T17:01:44.857ZJan 28 17:01:44.163 INFO Download complete, target: DendriteStub
15842025-01-28T17:01:44.971ZJan 28 17:01:44.276 INFO Download complete, target: MaghemiteMgd
15852025-01-28T17:01:50.672ZJan 28 17:01:49.977 INFO Checking that binary works, target: Cockroach
15862025-01-28T17:01:50.838ZJan 28 17:01:50.143 INFO Download complete, target: Cockroach
15872025-01-28T17:01:55.319ZJan 28 17:01:54.624 INFO Checking that binary works, target: Clickhouse
15882025-01-28T17:01:55.436ZJan 28 17:01:54.740 INFO Download complete, target: Clickhouse
15892025-01-28T17:01:55.458ZAll builder prerequisites installed successfully, and PATH looks valid
15902025-01-28T17:01:55.460Z
15912025-01-28T17:01:55.460Zreal 4:55.547771164
15922025-01-28T17:01:55.460Zuser 15:46.441510526
15932025-01-28T17:01:55.461Zsys 2:05.688446235
15942025-01-28T17:01:55.461Ztrap 0.541419617
15952025-01-28T17:01:55.461Ztflt 1.472789547
15962025-01-28T17:01:55.461Zdflt 1.314426772
15972025-01-28T17:01:55.461Zkflt 0.027016138
15982025-01-28T17:01:55.461Zlock 24:51.085582157
15992025-01-28T17:01:55.461Zslp 55:26.776548983
16002025-01-28T17:01:55.461Zlat 58.450468769
16012025-01-28T17:01:55.461Zstop 2:29.142991671
16022025-01-28T17:01:55.461Z+ banner hack-check
16032025-01-28T17:01:55.463Z
16042025-01-28T17:01:55.463Z # # ## #### # # #### # # ###### #### # #
16052025-01-28T17:01:55.463Z # # # # # # # # # # # # # # # # #
16062025-01-28T17:01:55.463Z ###### # # # #### ##### # ###### ##### # ####
16072025-01-28T17:01:55.464Z # # ###### # # # # # # # # # #
16082025-01-28T17:01:55.464Z # # # # # # # # # # # # # # # # #
16092025-01-28T17:01:55.464Z # # # # #### # # #### # # ###### #### # #
16102025-01-28T17:01:55.464Z
16112025-01-28T17:01:55.464Z+ export CARGO_INCREMENTAL=0
16122025-01-28T17:01:55.464Z+ CARGO_INCREMENTAL=0
16132025-01-28T17:01:55.464Z+ ptime -m timeout 2h cargo xtask check-features --ci
16142025-01-28T17:01:55.990Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16152025-01-28T17:01:58.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
16162025-01-28T17:01:58.915Z Running `target/debug/xtask check-features --ci`
16172025-01-28T17:01:58.936Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16182025-01-28T17:01:58.938Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16192025-01-28T17:01:59.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
16202025-01-28T17:01:59.466Z Running `target/debug/xtask download cargo-hack`
16212025-01-28T17:02:00.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16222025-01-28T17:02:00.552Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16232025-01-28T17:02:04.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
16242025-01-28T17:02:04.397Z Running `target/debug/xtask-downloader cargo-hack`
16252025-01-28T17:02:04.433ZJan 28 17:02:03.735 INFO Starting download, target: CargoHack
16262025-01-28T17:02:04.435ZJan 28 17:02:03.736 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16272025-01-28T17:02:05.099ZJan 28 17:02:04.402 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16282025-01-28T17:02:05.189ZJan 28 17:02:04.492 INFO Download complete, target: CargoHack
16292025-01-28T17:02:05.193Zrunning: "/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"
16302025-01-28T17:02:05.209Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16312025-01-28T17:02:05.382Zinfo: running `cargo check --bins` on api_identity (1/197)
16322025-01-28T17:02:05.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332025-01-28T17:02:05.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342025-01-28T17:02:05.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352025-01-28T17:02:05.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16362025-01-28T17:02:05.982Z
16372025-01-28T17:02:05.982Zinfo: running `cargo check --bins` on bootstore (2/197)
16382025-01-28T17:02:06.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-28T17:02:06.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-28T17:02:06.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-28T17:02:06.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16422025-01-28T17:02:06.613Z
16432025-01-28T17:02:06.613Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16442025-01-28T17:02:07.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-28T17:02:07.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-28T17:02:07.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-28T17:02:07.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16482025-01-28T17:02:07.224Z
16492025-01-28T17:02:07.224Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16502025-01-28T17:02:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-28T17:02:07.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-28T17:02:07.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-28T17:02:07.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16542025-01-28T17:02:07.822Z
16552025-01-28T17:02:07.822Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16562025-01-28T17:02:08.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-28T17:02:08.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-28T17:02:08.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-28T17:02:08.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16602025-01-28T17:02:08.232Z
16612025-01-28T17:02:08.233Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16622025-01-28T17:02:08.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-28T17:02:08.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-28T17:02:08.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-28T17:02:08.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16662025-01-28T17:02:08.650Z
16672025-01-28T17:02:08.650Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16682025-01-28T17:02:09.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-28T17:02:09.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-28T17:02:09.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-28T17:02:09.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16722025-01-28T17:02:09.063Z
16732025-01-28T17:02:09.063Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16742025-01-28T17:02:09.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-28T17:02:09.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-28T17:02:09.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-28T17:02:09.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16782025-01-28T17:02:09.476Z
16792025-01-28T17:02:09.476Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16802025-01-28T17:02:09.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-28T17:02:09.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-28T17:02:09.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-28T17:02:09.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16842025-01-28T17:02:09.903Z
16852025-01-28T17:02:09.903Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16862025-01-28T17:02:10.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-28T17:02:10.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-28T17:02:10.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-28T17:02:10.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16902025-01-28T17:02:10.317Z
16912025-01-28T17:02:10.317Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16922025-01-28T17:02:10.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-28T17:02:10.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-28T17:02:10.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-28T17:02:10.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16962025-01-28T17:02:10.736Z
16972025-01-28T17:02:10.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16982025-01-28T17:02:11.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-28T17:02:11.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-28T17:02:11.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-28T17:02:11.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022025-01-28T17:02:11.157Z
17032025-01-28T17:02:11.157Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17042025-01-28T17:02:11.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-28T17:02:11.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-28T17:02:11.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-28T17:02:11.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082025-01-28T17:02:11.578Z
17092025-01-28T17:02:11.578Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17102025-01-28T17:02:11.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-28T17:02:11.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-28T17:02:11.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-28T17:02:11.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17142025-01-28T17:02:11.994Z
17152025-01-28T17:02:11.994Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17162025-01-28T17:02:12.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-28T17:02:12.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-28T17:02:12.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-28T17:02:12.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202025-01-28T17:02:12.413Z
17212025-01-28T17:02:12.413Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17222025-01-28T17:02:12.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-28T17:02:12.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-28T17:02:12.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-28T17:02:12.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262025-01-28T17:02:12.835Z
17272025-01-28T17:02:12.835Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17282025-01-28T17:02:13.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-28T17:02:13.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-28T17:02:13.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-28T17:02:13.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322025-01-28T17:02:13.252Z
17332025-01-28T17:02:13.252Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17342025-01-28T17:02:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-28T17:02:13.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-28T17:02:13.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-28T17:02:13.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17382025-01-28T17:02:13.669Z
17392025-01-28T17:02:13.669Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17402025-01-28T17:02:14.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-28T17:02:14.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-28T17:02:14.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-28T17:02:14.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442025-01-28T17:02:14.089Z
17452025-01-28T17:02:14.089Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17462025-01-28T17:02:14.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-28T17:02:14.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-28T17:02:14.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-28T17:02:14.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17502025-01-28T17:02:14.507Z
17512025-01-28T17:02:14.507Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17522025-01-28T17:02:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-28T17:02:14.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-28T17:02:14.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-28T17:02:14.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17562025-01-28T17:02:14.925Z
17572025-01-28T17:02:14.925Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17582025-01-28T17:02:15.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-28T17:02:15.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-28T17:02:15.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-28T17:02:15.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17622025-01-28T17:02:15.345Z
17632025-01-28T17:02:15.345Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17642025-01-28T17:02:15.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-28T17:02:15.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-28T17:02:15.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-28T17:02:15.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17682025-01-28T17:02:15.765Z
17692025-01-28T17:02:15.765Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17702025-01-28T17:02:16.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-28T17:02:16.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-28T17:02:16.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-28T17:02:16.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17742025-01-28T17:02:16.182Z
17752025-01-28T17:02:16.182Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17762025-01-28T17:02:16.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-28T17:02:16.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-28T17:02:16.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-01-28T17:02:16.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17802025-01-28T17:02:16.599Z
17812025-01-28T17:02:16.599Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17822025-01-28T17:02:16.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-01-28T17:02:16.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-01-28T17:02:16.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-01-28T17:02:16.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17862025-01-28T17:02:17.010Z
17872025-01-28T17:02:17.011Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17882025-01-28T17:02:17.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-01-28T17:02:17.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-01-28T17:02:17.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-01-28T17:02:17.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17922025-01-28T17:02:17.422Z
17932025-01-28T17:02:17.422Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17942025-01-28T17:02:17.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-01-28T17:02:17.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-01-28T17:02:17.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-01-28T17:02:17.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
17982025-01-28T17:02:17.835Z
17992025-01-28T17:02:17.835Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18002025-01-28T17:02:18.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-01-28T17:02:18.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-01-28T17:02:18.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-01-28T17:02:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18042025-01-28T17:02:18.249Z
18052025-01-28T17:02:18.249Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18062025-01-28T17:02:18.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-01-28T17:02:18.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-01-28T17:02:18.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-01-28T17:02:18.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18102025-01-28T17:02:18.665Z
18112025-01-28T17:02:18.665Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18122025-01-28T17:02:19.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-01-28T17:02:19.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-01-28T17:02:19.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-01-28T17:02:19.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18162025-01-28T17:02:19.080Z
18172025-01-28T17:02:19.080Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18182025-01-28T17:02:19.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-01-28T17:02:19.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-01-28T17:02:19.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-01-28T17:02:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18222025-01-28T17:02:19.495Z
18232025-01-28T17:02:19.495Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18242025-01-28T17:02:19.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-01-28T17:02:19.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-01-28T17:02:19.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-01-28T17:02:19.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18282025-01-28T17:02:19.908Z
18292025-01-28T17:02:19.909Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18302025-01-28T17:02:20.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-01-28T17:02:20.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-01-28T17:02:20.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-01-28T17:02:20.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18342025-01-28T17:02:20.320Z
18352025-01-28T17:02:20.320Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18362025-01-28T17:02:20.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-01-28T17:02:20.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-01-28T17:02:20.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-01-28T17:02:20.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18402025-01-28T17:02:20.733Z
18412025-01-28T17:02:20.734Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18422025-01-28T17:02:21.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-01-28T17:02:21.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-01-28T17:02:21.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-01-28T17:02:21.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18462025-01-28T17:02:21.151Z
18472025-01-28T17:02:21.151Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18482025-01-28T17:02:21.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-01-28T17:02:21.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-01-28T17:02:21.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-01-28T17:02:21.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18522025-01-28T17:02:21.573Z
18532025-01-28T17:02:21.573Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18542025-01-28T17:02:21.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-01-28T17:02:21.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-01-28T17:02:21.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-01-28T17:02:21.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18582025-01-28T17:02:21.995Z
18592025-01-28T17:02:21.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18602025-01-28T17:02:22.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-01-28T17:02:22.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-01-28T17:02:22.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-01-28T17:02:22.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18642025-01-28T17:02:22.417Z
18652025-01-28T17:02:22.417Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18662025-01-28T17:02:22.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-01-28T17:02:22.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-01-28T17:02:22.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-01-28T17:02:22.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18702025-01-28T17:02:22.836Z
18712025-01-28T17:02:22.836Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18722025-01-28T17:02:23.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-01-28T17:02:23.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-01-28T17:02:23.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-01-28T17:02:23.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18762025-01-28T17:02:23.255Z
18772025-01-28T17:02:23.255Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18782025-01-28T17:02:23.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-01-28T17:02:23.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-01-28T17:02:23.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-01-28T17:02:23.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18822025-01-28T17:02:23.675Z
18832025-01-28T17:02:23.675Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18842025-01-28T17:02:24.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-01-28T17:02:24.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-01-28T17:02:24.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-01-28T17:02:24.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18882025-01-28T17:02:24.097Z
18892025-01-28T17:02:24.097Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18902025-01-28T17:02:24.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-01-28T17:02:24.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-01-28T17:02:24.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-01-28T17:02:24.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18942025-01-28T17:02:24.516Z
18952025-01-28T17:02:24.516Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18962025-01-28T17:02:25.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-01-28T17:02:25.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-01-28T17:02:25.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-01-28T17:02:25.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002025-01-28T17:02:25.130Z
19012025-01-28T17:02:25.131Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19022025-01-28T17:02:25.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-01-28T17:02:25.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-01-28T17:02:25.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-01-28T17:02:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062025-01-28T17:02:25.741Z
19072025-01-28T17:02:25.741Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19082025-01-28T17:02:26.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-01-28T17:02:26.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-01-28T17:02:26.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-01-28T17:02:26.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19122025-01-28T17:02:26.356Z
19132025-01-28T17:02:26.356Zinfo: running `cargo check --bins` on oxlog (48/197)
19142025-01-28T17:02:26.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-01-28T17:02:26.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-01-28T17:02:26.952Z Checking cfg-if v1.0.0
19172025-01-28T17:02:26.954Z Checking libc v0.2.169
19182025-01-28T17:02:27.059Z Checking serde v1.0.217
19192025-01-28T17:02:27.061Z Checking zeroize v1.8.1
19202025-01-28T17:02:27.073Z Checking memchr v2.7.4
19212025-01-28T17:02:27.082Z Checking typenum v1.17.0
19222025-01-28T17:02:27.084Z Checking subtle v2.6.1
19232025-01-28T17:02:27.084Z Checking scopeguard v1.2.0
19242025-01-28T17:02:27.123Z Checking value-bag v1.9.0
19252025-01-28T17:02:27.244Z Checking lock_api v0.4.12
19262025-01-28T17:02:27.305Z Checking smallvec v1.13.2
19272025-01-28T17:02:27.352Z Checking const-oid v0.9.6
19282025-01-28T17:02:27.491Z Checking log v0.4.22
19292025-01-28T17:02:27.631Z Checking itoa v1.0.11
19302025-01-28T17:02:27.648Z Checking pin-project-lite v0.2.14
19312025-01-28T17:02:27.796Z Checking byteorder v1.5.0
19322025-01-28T17:02:27.882Z Checking once_cell v1.20.2
19332025-01-28T17:02:27.917Z Checking futures-core v0.3.31
19342025-01-28T17:02:27.942Z Checking stable_deref_trait v1.2.0
19352025-01-28T17:02:28.058Z Checking cpufeatures v0.2.14
19362025-01-28T17:02:28.077Z Checking getrandom v0.2.15
19372025-01-28T17:02:28.115Z Checking signal-hook-registry v1.4.2
19382025-01-28T17:02:28.151Z Checking parking_lot_core v0.9.10
19392025-01-28T17:02:28.168Z Checking mio v1.0.2
19402025-01-28T17:02:28.171Z Checking generic-array v0.14.7
19412025-01-28T17:02:28.200Z Checking futures-sink v0.3.31
19422025-01-28T17:02:28.289Z Checking rand_core v0.6.4
19432025-01-28T17:02:28.343Z Checking socket2 v0.5.7
19442025-01-28T17:02:28.346Z Checking zerocopy v0.7.35
19452025-01-28T17:02:28.486Z Checking parking_lot v0.12.3
19462025-01-28T17:02:28.616Z Checking zerofrom v0.1.4
19472025-01-28T17:02:28.746Z Checking spin v0.9.8
19482025-01-28T17:02:28.812Z Checking slab v0.4.9
19492025-01-28T17:02:28.838Z Checking yoke v0.7.4
19502025-01-28T17:02:28.856Z Checking futures-channel v0.3.31
19512025-01-28T17:02:29.054Z Checking futures-task v0.3.31
19522025-01-28T17:02:29.081Z Checking pin-utils v0.1.0
19532025-01-28T17:02:29.149Z Checking zerovec v0.10.4
19542025-01-28T17:02:29.172Z Checking futures-io v0.3.31
19552025-01-28T17:02:29.194Z Checking foldhash v0.1.3
19562025-01-28T17:02:29.209Z Checking crypto-common v0.1.6
19572025-01-28T17:02:29.223Z Checking block-buffer v0.10.4
19582025-01-28T17:02:29.267Z Checking equivalent v1.0.1
19592025-01-28T17:02:29.356Z Checking allocator-api2 v0.2.18
19602025-01-28T17:02:29.381Z Checking futures-util v0.3.31
19612025-01-28T17:02:29.399Z Checking block-padding v0.3.3
19622025-01-28T17:02:29.414Z Checking ryu v1.0.18
19632025-01-28T17:02:29.428Z Checking digest v0.10.7
19642025-01-28T17:02:29.586Z Checking litemap v0.7.3
19652025-01-28T17:02:29.614Z Checking inout v0.1.3
19662025-01-28T17:02:29.654Z Checking fnv v1.0.7
19672025-01-28T17:02:29.781Z Checking hmac v0.12.1
19682025-01-28T17:02:29.796Z Checking writeable v0.5.5
19692025-01-28T17:02:29.845Z Checking cipher v0.4.4
19702025-01-28T17:02:29.930Z Checking sha2 v0.10.8
19712025-01-28T17:02:29.962Z Checking hashbrown v0.15.1
19722025-01-28T17:02:29.998Z Checking libm v0.2.8
19732025-01-28T17:02:30.103Z Checking base64ct v1.6.0
19742025-01-28T17:02:30.247Z Checking ppv-lite86 v0.2.20
19752025-01-28T17:02:30.479Z Checking icu_locid_transform_data v1.5.0
19762025-01-28T17:02:30.532Z Checking pem-rfc7468 v0.7.0
19772025-01-28T17:02:30.578Z Checking flagset v0.4.6
19782025-01-28T17:02:30.668Z Checking tinystr v0.7.6
19792025-01-28T17:02:30.785Z Checking icu_collections v1.5.0
19802025-01-28T17:02:30.799Z Checking der v0.7.9
19812025-01-28T17:02:30.915Z Checking rand_chacha v0.3.1
19822025-01-28T17:02:30.943Z Checking num-traits v0.2.19
19832025-01-28T17:02:30.983Z Checking tracing-core v0.1.32
19842025-01-28T17:02:31.003Z Checking icu_locid v1.5.0
19852025-01-28T17:02:31.321Z Checking thiserror v1.0.69
19862025-01-28T17:02:31.383Z Checking bytes v1.9.0
19872025-01-28T17:02:31.423Z Checking indexmap v2.7.0
19882025-01-28T17:02:31.462Z Checking serde_json v1.0.135
19892025-01-28T17:02:31.574Z Checking bitflags v2.6.0
19902025-01-28T17:02:31.879Z Checking percent-encoding v2.3.1
19912025-01-28T17:02:31.976Z Checking icu_provider v1.5.0
19922025-01-28T17:02:32.102Z Checking icu_properties_data v1.5.0
19932025-01-28T17:02:32.131Z Checking tokio v1.43.0
19942025-01-28T17:02:32.353Z Checking http v1.2.0
19952025-01-28T17:02:32.428Z Checking rustls-pki-types v1.10.0
19962025-01-28T17:02:32.445Z Checking spki v0.7.3
19972025-01-28T17:02:32.524Z Checking tracing v0.1.40
19982025-01-28T17:02:32.599Z Checking icu_locid_transform v1.5.0
19992025-01-28T17:02:32.714Z Checking rand v0.8.5
20002025-01-28T17:02:32.868Z Checking salsa20 v0.10.2
20012025-01-28T17:02:32.957Z Checking pbkdf2 v0.12.2
20022025-01-28T17:02:33.079Z Checking aws-lc-sys v0.22.0
20032025-01-28T17:02:33.081Z Checking httparse v1.9.5
20042025-01-28T17:02:33.121Z Checking powerfmt v0.2.0
20052025-01-28T17:02:33.400Z Checking mirai-annotations v1.12.0
20062025-01-28T17:02:33.522Z Checking untrusted v0.7.1
20072025-01-28T17:02:33.551Z Checking utf8_iter v1.0.4
20082025-01-28T17:02:33.566Z Checking icu_properties v1.5.1
20092025-01-28T17:02:33.569Z Checking untrusted v0.9.0
20102025-01-28T17:02:33.686Z Checking icu_normalizer_data v1.5.0
20112025-01-28T17:02:33.741Z Checking write16 v1.0.0
20122025-01-28T17:02:33.743Z Checking utf16_iter v1.0.5
20132025-01-28T17:02:33.788Z Checking ring v0.17.8
20142025-01-28T17:02:33.815Z Checking deranged v0.3.11
20152025-01-28T17:02:33.884Z Checking scrypt v0.11.0
20162025-01-28T17:02:33.898Z Checking aes v0.8.4
20172025-01-28T17:02:33.912Z Checking cbc v0.1.2
20182025-01-28T17:02:34.099Z Checking crossbeam-utils v0.8.20
20192025-01-28T17:02:34.128Z Checking time-core v0.1.2
20202025-01-28T17:02:34.273Z Checking tinyvec_macros v0.1.1
20212025-01-28T17:02:34.370Z Checking num_threads v0.1.7
20222025-01-28T17:02:34.512Z Checking num-conv v0.1.0
20232025-01-28T17:02:34.771Z Checking atomic-waker v1.1.2
20242025-01-28T17:02:34.806Z Checking pkcs5 v0.7.1
20252025-01-28T17:02:34.842Z Checking tinyvec v1.8.0
20262025-01-28T17:02:34.915Z Checking http-body v1.0.1
20272025-01-28T17:02:35.096Z Checking time v0.3.36
20282025-01-28T17:02:35.135Z Checking form_urlencoded v1.2.1
20292025-01-28T17:02:35.150Z Checking aws-lc-rs v1.10.0
20302025-01-28T17:02:35.293Z Checking try-lock v0.2.5
20312025-01-28T17:02:35.338Z Checking pkcs8 v0.10.2
20322025-01-28T17:02:35.436Z Checking want v0.3.1
20332025-01-28T17:02:35.562Z Checking uuid v1.12.0
20342025-01-28T17:02:35.615Z Checking unicode-ident v1.0.14
20352025-01-28T17:02:35.642Z Checking httpdate v1.0.3
20362025-01-28T17:02:35.797Z Checking proc-macro2 v1.0.92
20372025-01-28T17:02:35.884Z Checking serde_spanned v0.6.8
20382025-01-28T17:02:36.086Z Checking toml_datetime v0.6.8
20392025-01-28T17:02:36.123Z Checking slog v2.7.0
20402025-01-28T17:02:36.139Z Checking scroll v0.12.0
20412025-01-28T17:02:36.363Z Checking base64 v0.22.1
20422025-01-28T17:02:36.437Z Checking adler2 v2.0.0
20432025-01-28T17:02:36.565Z Checking plain v0.2.3
20442025-01-28T17:02:36.597Z Checking ucd-trie v0.1.7
20452025-01-28T17:02:36.615Z Checking iana-time-zone v0.1.61
20462025-01-28T17:02:36.718Z Checking tower-service v0.3.3
20472025-01-28T17:02:36.761Z Checking icu_normalizer v1.5.0
20482025-01-28T17:02:36.777Z Checking match_cfg v0.1.0
20492025-01-28T17:02:36.779Z Checking rustls-webpki v0.102.8
20502025-01-28T17:02:36.808Z Checking foreign-types-shared v0.1.1
20512025-01-28T17:02:36.823Z Checking pest v2.7.14
20522025-01-28T17:02:36.843Z Checking chrono v0.4.39
20532025-01-28T17:02:36.864Z Checking hostname v0.3.1
20542025-01-28T17:02:36.923Z Checking foreign-types v0.3.2
20552025-01-28T17:02:36.996Z Checking goblin v0.8.2
20562025-01-28T17:02:37.015Z Checking miniz_oxide v0.8.0
20572025-01-28T17:02:37.342Z Checking quote v1.0.38
20582025-01-28T17:02:37.485Z Checking openssl-sys v0.9.103
20592025-01-28T17:02:37.522Z Checking idna_adapter v1.2.0
20602025-01-28T17:02:37.651Z Checking errno v0.3.9
20612025-01-28T17:02:37.710Z Checking idna v1.0.3
20622025-01-28T17:02:37.732Z Checking dirs-sys-next v0.1.2
20632025-01-28T17:02:37.837Z Checking aho-corasick v1.1.3
20642025-01-28T17:02:37.916Z Checking regex-syntax v0.8.5
20652025-01-28T17:02:38.180Z Checking url v2.5.3
20662025-01-28T17:02:38.625Z Checking pretty-hex v0.4.1
20672025-01-28T17:02:38.723Z Compiling newtype-uuid v1.2.1
20682025-01-28T17:02:38.788Z Checking siphasher v0.3.11
20692025-01-28T17:02:38.824Z Checking tokio-util v0.7.12
20702025-01-28T17:02:38.968Z Checking data-encoding v2.6.0
20712025-01-28T17:02:39.020Z Checking openssl v0.10.66
20722025-01-28T17:02:39.085Z Checking dirs-next v2.0.0
20732025-01-28T17:02:39.230Z Checking rustix v0.38.37
20742025-01-28T17:02:39.340Z Checking syn v2.0.96
20752025-01-28T17:02:39.356Z Checking dtrace-parser v0.2.0
20762025-01-28T17:02:39.546Z Checking unicode-normalization v0.1.24
20772025-01-28T17:02:39.629Z Checking h2 v0.4.6
20782025-01-28T17:02:39.854Z Checking http-body-util v0.1.2
20792025-01-28T17:02:40.298Z Checking crossbeam-epoch v0.9.18
20802025-01-28T17:02:40.474Z Checking sha1 v0.10.6
20812025-01-28T17:02:40.698Z Checking signature v2.2.0
20822025-01-28T17:02:40.752Z Checking thread_local v1.1.8
20832025-01-28T17:02:40.895Z Checking thread-id v4.2.2
20842025-01-28T17:02:41.019Z Checking encoding_rs v0.8.34
20852025-01-28T17:02:41.042Z Checking gimli v0.31.1
20862025-01-28T17:02:41.213Z Checking regex-automata v0.4.8
20872025-01-28T17:02:41.759Z Checking dof v0.3.0
20882025-01-28T17:02:42.339Z Checking utf8parse v0.2.2
20892025-01-28T17:02:42.357Z Checking mime v0.3.17
20902025-01-28T17:02:42.494Z Checking ipnet v2.10.1
20912025-01-28T17:02:42.660Z Checking unicode-bidi v0.3.17
20922025-01-28T17:02:42.950Z Checking either v1.13.0
20932025-01-28T17:02:43.258Z Checking anstyle v1.0.10
20942025-01-28T17:02:43.311Z Checking unicode-properties v0.1.3
20952025-01-28T17:02:43.314Z Checking winnow v0.6.20
20962025-01-28T17:02:43.583Z Checking openssl-probe v0.1.5
20972025-01-28T17:02:43.674Z Checking stringprep v0.1.5
20982025-01-28T17:02:43.743Z Checking anstyle-parse v0.2.5
20992025-01-28T17:02:43.951Z Checking crossbeam-deque v0.8.5
21002025-01-28T17:02:44.004Z Checking term v0.7.0
21012025-01-28T17:02:44.159Z Checking native-tls v0.2.12
21022025-01-28T17:02:44.284Z Checking rustls v0.23.19
21032025-01-28T17:02:44.411Z Checking rustls v0.22.4
21042025-01-28T17:02:44.474Z Checking slog-json v2.6.1
21052025-01-28T17:02:44.718Z Checking addr2line v0.24.2
21062025-01-28T17:02:44.747Z Checking serde_urlencoded v0.7.1
21072025-01-28T17:02:45.163Z Checking crossbeam-channel v0.5.13
21082025-01-28T17:02:45.182Z Checking usdt-impl v0.5.0
21092025-01-28T17:02:45.207Z Checking futures-executor v0.3.31
21102025-01-28T17:02:45.419Z Checking rustls-pemfile v2.2.0
21112025-01-28T17:02:45.535Z Checking hyper v1.5.2
21122025-01-28T17:02:45.627Z Checking num-integer v0.1.46
21132025-01-28T17:02:45.691Z Checking md-5 v0.10.6
21142025-01-28T17:02:45.730Z Checking ff v0.13.0
21152025-01-28T17:02:45.857Z Checking toml_edit v0.22.22
21162025-01-28T17:02:45.896Z Checking hash32 v0.2.1
21172025-01-28T17:02:45.921Z Checking memmap v0.7.0
21182025-01-28T17:02:45.937Z Checking is-terminal v0.4.13
21192025-01-28T17:02:46.067Z Checking object v0.36.5
21202025-01-28T17:02:46.082Z Checking quick-error v1.2.3
21212025-01-28T17:02:46.123Z Checking utf-8 v0.7.6
21222025-01-28T17:02:46.179Z Checking take_mut v0.2.2
21232025-01-28T17:02:46.217Z Checking anstyle-query v1.1.1
21242025-01-28T17:02:46.329Z Checking base16ct v0.2.0
21252025-01-28T17:02:46.332Z Checking is_terminal_polyfill v1.70.1
21262025-01-28T17:02:46.360Z Checking dyn-clone v1.0.17
21272025-01-28T17:02:46.600Z Checking linked-hash-map v0.5.6
21282025-01-28T17:02:46.608Z Checking psl-types v2.0.11
21292025-01-28T17:02:46.608Z Checking colorchoice v1.0.2
21302025-01-28T17:02:46.680Z Checking fallible-iterator v0.2.0
21312025-01-28T17:02:46.683Z Checking rustc-demangle v0.1.24
21322025-01-28T17:02:46.770Z Checking lru-cache v0.1.2
21332025-01-28T17:02:46.960Z Checking anstream v0.6.15
21342025-01-28T17:02:47.115Z Checking publicsuffix v2.3.0
21352025-01-28T17:02:47.246Z Checking postgres-protocol v0.6.7
21362025-01-28T17:02:47.326Z Checking sec1 v0.7.3
21372025-01-28T17:02:47.400Z Checking schemars v0.8.21
21382025-01-28T17:02:47.478Z Checking hyper-util v0.1.10
21392025-01-28T17:02:47.702Z Checking slog-async v2.8.0
21402025-01-28T17:02:47.719Z Checking tokio-rustls v0.25.0
21412025-01-28T17:02:47.872Z Checking tungstenite v0.24.0
21422025-01-28T17:02:48.003Z Checking resolv-conf v0.7.0
21432025-01-28T17:02:48.081Z Checking heapless v0.7.17
21442025-01-28T17:02:48.356Z Checking toml v0.8.19
21452025-01-28T17:02:48.375Z Checking usdt v0.5.0
21462025-01-28T17:02:48.617Z Checking num-iter v0.1.45
21472025-01-28T17:02:48.743Z Checking slog-term v2.9.1
21482025-01-28T17:02:48.798Z Checking group v0.13.0
21492025-01-28T17:02:48.949Z Checking futures v0.3.31
21502025-01-28T17:02:48.976Z Checking slog-bunyan v2.5.0
21512025-01-28T17:02:49.014Z Checking tokio-native-tls v0.3.1
21522025-01-28T17:02:49.036Z Checking rayon-core v1.12.1
21532025-01-28T17:02:49.065Z Checking multer v3.1.0
21542025-01-28T17:02:49.145Z Checking hickory-proto v0.24.2
21552025-01-28T17:02:49.203Z Checking terminal_size v0.4.0
21562025-01-28T17:02:49.245Z Checking phf_shared v0.11.2
21572025-01-28T17:02:49.285Z Checking tokio-rustls v0.26.0
21582025-01-28T17:02:49.385Z Checking cookie v0.18.1
21592025-01-28T17:02:49.452Z Checking async-stream v0.3.6
21602025-01-28T17:02:49.513Z Checking bzip2-sys v0.1.11+1.0.8
21612025-01-28T17:02:49.647Z Checking waitgroup v0.1.2
21622025-01-28T17:02:49.663Z Checking camino v1.1.9
21632025-01-28T17:02:49.666Z Checking signal-hook v0.3.17
21642025-01-28T17:02:49.693Z Checking openapiv3 v2.0.0
21652025-01-28T17:02:49.696Z Checking webpki-roots v0.26.6
21662025-01-28T17:02:49.787Z Checking serde_path_to_error v0.1.16
21672025-01-28T17:02:49.843Z Checking hkdf v0.12.4
21682025-01-28T17:02:49.912Z Checking crypto-bigint v0.5.5
21692025-01-28T17:02:49.973Z Checking lazy_static v1.5.0
21702025-01-28T17:02:50.057Z Checking hostname v0.4.0
21712025-01-28T17:02:50.107Z Checking crc32fast v1.4.2
21722025-01-28T17:02:50.165Z Checking managed v0.8.0
21732025-01-28T17:02:50.198Z Checking clap_lex v0.7.4
21742025-01-28T17:02:50.342Z Checking winnow v0.5.40
21752025-01-28T17:02:50.342Z Checking debug-ignore v1.0.5
21762025-01-28T17:02:50.447Z Checking unicode-width v0.2.0
21772025-01-28T17:02:50.490Z Checking bitflags v1.3.2
21782025-01-28T17:02:50.526Z Checking strsim v0.11.1
21792025-01-28T17:02:50.592Z Checking smoltcp v0.9.1
21802025-01-28T17:02:50.802Z Checking clap_builder v4.5.27
21812025-01-28T17:02:50.933Z Checking console v0.15.10
21822025-01-28T17:02:51.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21832025-01-28T17:02:51.791Z Checking flate2 v1.0.35
21842025-01-28T17:02:52.002Z Checking num-bigint-dig v0.8.4
21852025-01-28T17:02:52.041Z Checking backtrace v0.3.74
21862025-01-28T17:02:52.412Z Checking signal-hook-mio v0.2.4
21872025-01-28T17:02:52.569Z Checking hyper-rustls v0.27.3
21882025-01-28T17:02:52.599Z Checking anyhow v1.0.95
21892025-01-28T17:02:52.618Z Checking elliptic-curve v0.13.8
21902025-01-28T17:02:52.787Z Checking dropshot v0.12.0
21912025-01-28T17:02:52.889Z Checking cookie_store v0.21.1
21922025-01-28T17:02:52.986Z Checking rayon v1.10.0
21932025-01-28T17:02:53.053Z Checking toml_edit v0.19.15
21942025-01-28T17:02:53.208Z Checking bzip2 v0.4.4
21952025-01-28T17:02:53.507Z Checking phf v0.11.2
21962025-01-28T17:02:53.581Z Checking hyper-tls v0.6.0
21972025-01-28T17:02:53.645Z Checking tokio-tungstenite v0.24.0
21982025-01-28T17:02:53.712Z Checking hickory-resolver v0.24.2
21992025-01-28T17:02:53.762Z Checking postgres-types v0.2.8
22002025-01-28T17:02:53.843Z Checking regex v1.11.1
22012025-01-28T17:02:53.936Z Checking bstr v1.10.0
22022025-01-28T17:02:54.104Z Checking ed25519 v2.2.3
22032025-01-28T17:02:54.393Z Checking tokio-stream v0.1.16
22042025-01-28T17:02:54.416Z Checking phf_shared v0.10.0
22052025-01-28T17:02:54.449Z Checking zerocopy v0.6.6
22062025-01-28T17:02:54.685Z Checking curve25519-dalek v4.1.3
22072025-01-28T17:02:54.831Z Checking hubpack v0.1.2
22082025-01-28T17:02:55.113Z Checking portable-atomic v1.9.0
22092025-01-28T17:02:55.141Z Checking pkcs1 v0.7.5
22102025-01-28T17:02:55.183Z Checking float-cmp v0.9.0
22112025-01-28T17:02:55.263Z Checking serde-big-array v0.5.1
22122025-01-28T17:02:55.383Z Checking rfc6979 v0.4.0
22132025-01-28T17:02:55.443Z Checking sync_wrapper v1.0.1
22142025-01-28T17:02:55.467Z Checking normalize-line-endings v0.3.0
22152025-01-28T17:02:55.530Z Checking unicode-segmentation v1.12.0
22162025-01-28T17:02:55.557Z Checking bit-vec v0.6.3
22172025-01-28T17:02:55.579Z Checking fixedbitset v0.4.2
22182025-01-28T17:02:55.597Z Checking minimal-lexical v0.2.1
22192025-01-28T17:02:55.835Z Checking static_assertions v1.1.0
22202025-01-28T17:02:55.861Z Checking predicates-core v1.0.8
22212025-01-28T17:02:55.938Z Checking number_prefix v0.4.0
22222025-01-28T17:02:55.984Z Checking new_debug_unreachable v1.0.6
22232025-01-28T17:02:56.047Z Checking precomputed-hash v0.1.1
22242025-01-28T17:02:56.084Z Checking whoami v1.5.2
22252025-01-28T17:02:56.102Z Checking difflib v0.4.0
22262025-01-28T17:02:56.130Z Checking nom v7.1.3
22272025-01-28T17:02:56.153Z Checking qorb v0.2.1
22282025-01-28T17:02:56.156Z Checking string_cache v0.8.7
22292025-01-28T17:02:56.185Z Checking similar v2.6.0
22302025-01-28T17:02:56.373Z Checking tokio-postgres v0.7.12
22312025-01-28T17:02:56.424Z Checking predicates v3.1.2
22322025-01-28T17:02:56.448Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22332025-01-28T17:02:56.464Z Checking indicatif v0.17.9
22342025-01-28T17:02:56.484Z Checking ed25519-dalek v2.1.1
22352025-01-28T17:02:56.888Z Checking bit-set v0.5.3
22362025-01-28T17:02:56.973Z Checking petgraph v0.6.5
22372025-01-28T17:02:57.014Z Checking reqwest v0.12.9
22382025-01-28T17:02:57.136Z Checking ecdsa v0.16.9
22392025-01-28T17:02:57.177Z Checking rsa v0.9.6
22402025-01-28T17:02:57.851Z Checking toml v0.7.8
22412025-01-28T17:02:58.106Z Checking clap v4.5.27
22422025-01-28T17:02:58.229Z Checking zip v0.6.6
22432025-01-28T17:02:58.537Z Checking crossterm v0.28.1
22442025-01-28T17:02:58.703Z Checking itertools v0.10.5
22452025-01-28T17:02:58.717Z Checking itertools v0.12.1
22462025-01-28T17:02:58.733Z Checking fs-err v2.11.0
22472025-01-28T17:02:58.913Z Checking ahash v0.8.11
22482025-01-28T17:02:59.235Z Checking x509-cert v0.2.5
22492025-01-28T17:02:59.358Z Checking hex v0.4.3
22502025-01-28T17:02:59.399Z Checking semver v1.0.24
22512025-01-28T17:02:59.832Z Checking peg-runtime v0.8.3
22522025-01-28T17:02:59.869Z Checking lalrpop-util v0.19.12
22532025-01-28T17:02:59.953Z Checking sigpipe v0.1.3
22542025-01-28T17:03:01.026Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22552025-01-28T17:03:01.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.98s
22562025-01-28T17:03:01.506Z
22572025-01-28T17:03:01.506Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22582025-01-28T17:03:02.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592025-01-28T17:03:02.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602025-01-28T17:03:02.143Z Compiling hashbrown v0.14.5
22612025-01-28T17:03:02.265Z Checking heck v0.5.0
22622025-01-28T17:03:02.275Z Compiling unsafe-libyaml v0.2.11
22632025-01-28T17:03:02.286Z Checking ipnetwork v0.20.0
22642025-01-28T17:03:02.289Z Compiling ident_case v1.0.1
22652025-01-28T17:03:02.314Z Checking progenitor-client v0.8.0
22662025-01-28T17:03:02.329Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22672025-01-28T17:03:02.434Z Compiling darling_core v0.20.10
22682025-01-28T17:03:02.471Z Checking newtype-uuid v1.2.1
22692025-01-28T17:03:02.628Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22702025-01-28T17:03:02.661Z Compiling proc-macro-crate v1.3.1
22712025-01-28T17:03:02.680Z Compiling structmeta-derive v0.3.0
22722025-01-28T17:03:02.719Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22732025-01-28T17:03:02.983Z Compiling thiserror v2.0.11
22742025-01-28T17:03:03.034Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22752025-01-28T17:03:03.250Z Compiling regress v0.10.1
22762025-01-28T17:03:03.561Z Compiling serde_yaml v0.9.34+deprecated
22772025-01-28T17:03:03.593Z Compiling num_enum_derive v0.5.11
22782025-01-28T17:03:04.199Z Compiling lzma-sys v0.1.20
22792025-01-28T17:03:04.392Z Compiling thiserror-impl v2.0.11
22802025-01-28T17:03:04.943Z Compiling foreign-types-macros v0.2.3
22812025-01-28T17:03:05.330Z Compiling structmeta v0.3.0
22822025-01-28T17:03:05.704Z Compiling dropshot v0.15.1
22832025-01-28T17:03:05.942Z Checking arc-swap v1.7.1
22842025-01-28T17:03:06.015Z Checking foreign-types-shared v0.3.1
22852025-01-28T17:03:06.208Z Checking num_enum v0.5.11
22862025-01-28T17:03:06.211Z Checking foreign-types v0.5.0
22872025-01-28T17:03:06.334Z Compiling parse-display-derive v0.10.0
22882025-01-28T17:03:06.356Z Checking slog-scope v4.4.0
22892025-01-28T17:03:06.409Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22902025-01-28T17:03:06.559Z Compiling proc-macro-error v1.0.4
22912025-01-28T17:03:06.865Z Compiling typify-impl v0.2.0
22922025-01-28T17:03:07.348Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932025-01-28T17:03:07.396Z Checking tungstenite v0.21.0
22942025-01-28T17:03:07.465Z Compiling heck v0.3.3
22952025-01-28T17:03:07.816Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22962025-01-28T17:03:07.836Z Compiling dropshot_endpoint v0.15.1
22972025-01-28T17:03:07.864Z Checking cstr-argument v0.1.2
22982025-01-28T17:03:08.054Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22992025-01-28T17:03:08.247Z Checking instant v0.1.13
23002025-01-28T17:03:08.376Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23012025-01-28T17:03:08.597Z Compiling darling_macro v0.20.10
23022025-01-28T17:03:08.635Z Checking base64 v0.21.7
23032025-01-28T17:03:08.656Z Checking fastrand v2.1.1
23042025-01-28T17:03:08.809Z Checking pretty-hex v0.2.1
23052025-01-28T17:03:08.987Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23062025-01-28T17:03:08.990Z Checking tempfile v3.13.0
23072025-01-28T17:03:09.078Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082025-01-28T17:03:09.277Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092025-01-28T17:03:09.340Z Checking backoff v0.4.0
23102025-01-28T17:03:09.358Z Checking tokio-tungstenite v0.21.0
23112025-01-28T17:03:09.424Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122025-01-28T17:03:09.444Z Compiling zone_cfg_derive v0.1.2
23132025-01-28T17:03:09.555Z Compiling darling v0.20.10
23142025-01-28T17:03:09.663Z Checking strum v0.26.3
23152025-01-28T17:03:09.686Z Compiling serde_with_macros v3.11.0
23162025-01-28T17:03:09.759Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-01-28T17:03:09.836Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182025-01-28T17:03:09.917Z Checking slog-stdlog v4.1.1
23192025-01-28T17:03:10.179Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23202025-01-28T17:03:10.279Z Checking regress v0.9.1
23212025-01-28T17:03:10.317Z Checking parse-display v0.10.0
23222025-01-28T17:03:10.335Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23232025-01-28T17:03:10.509Z Checking progenitor-client v0.9.1
23242025-01-28T17:03:10.550Z Checking colored v2.1.0
23252025-01-28T17:03:10.615Z Checking macaddr v1.0.1
23262025-01-28T17:03:10.856Z Checking unicode-width v0.1.14
23272025-01-28T17:03:10.875Z Checking base64 v0.13.1
23282025-01-28T17:03:10.952Z Checking zone v0.1.8
23292025-01-28T17:03:11.310Z Checking ron v0.7.1
23302025-01-28T17:03:11.360Z Checking tabwriter v1.4.0
23312025-01-28T17:03:11.610Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23322025-01-28T17:03:11.625Z Checking xz2 v0.1.7
23332025-01-28T17:03:11.927Z Checking slog-envlogger v2.2.0
23342025-01-28T17:03:12.081Z Checking xattr v1.3.1
23352025-01-28T17:03:12.167Z Checking pem v3.0.4
23362025-01-28T17:03:12.200Z Checking serde_with v3.11.0
23372025-01-28T17:03:12.272Z Checking yasna v0.5.2
23382025-01-28T17:03:12.355Z Checking headers-core v0.3.0
23392025-01-28T17:03:12.429Z Checking smf v0.2.3
23402025-01-28T17:03:12.505Z Checking filetime v0.2.25
23412025-01-28T17:03:12.732Z Checking same-file v1.0.6
23422025-01-28T17:03:12.772Z Checking tar v0.4.42
23432025-01-28T17:03:12.865Z Checking headers v0.4.0
23442025-01-28T17:03:12.904Z Checking walkdir v2.5.0
23452025-01-28T17:03:13.104Z Checking rcgen v0.12.1
23462025-01-28T17:03:13.178Z Checking atomicwrites v0.4.4
23472025-01-28T17:03:13.387Z Checking camino-tempfile v1.1.1
23482025-01-28T17:03:13.592Z Checking subprocess v0.2.9
23492025-01-28T17:03:16.255Z Compiling typify-macro v0.2.0
23502025-01-28T17:03:17.731Z Compiling typify v0.2.0
23512025-01-28T17:03:17.799Z Compiling progenitor-impl v0.8.0
23522025-01-28T17:03:20.187Z Compiling progenitor-macro v0.8.0
23532025-01-28T17:03:23.802Z Checking progenitor v0.8.0
23542025-01-28T17:03:23.929Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23552025-01-28T17:03:23.932Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23562025-01-28T17:03:26.426Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23572025-01-28T17:03:26.780Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23582025-01-28T17:03:32.630Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23592025-01-28T17:03:34.098Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23602025-01-28T17:03:35.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.75s
23612025-01-28T17:03:35.449Z
23622025-01-28T17:03:35.449Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23632025-01-28T17:03:35.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-28T17:03:35.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-28T17:03:36.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23662025-01-28T17:03:37.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
23672025-01-28T17:03:37.578Z
23682025-01-28T17:03:37.578Zinfo: running `cargo check --bins` on nexus-config (51/197)
23692025-01-28T17:03:38.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-28T17:03:38.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-28T17:03:38.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722025-01-28T17:03:38.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23732025-01-28T17:03:38.179Z
23742025-01-28T17:03:38.179Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23752025-01-28T17:03:38.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762025-01-28T17:03:38.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772025-01-28T17:03:38.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23782025-01-28T17:03:38.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23792025-01-28T17:03:38.764Z
23802025-01-28T17:03:38.765Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23812025-01-28T17:03:39.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23822025-01-28T17:03:39.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23832025-01-28T17:03:39.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23842025-01-28T17:03:39.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23852025-01-28T17:03:39.367Z
23862025-01-28T17:03:39.367Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23872025-01-28T17:03:39.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23882025-01-28T17:03:39.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23892025-01-28T17:03:40.037Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23902025-01-28T17:03:40.149Z Compiling ipnetwork v0.20.0
23912025-01-28T17:03:40.152Z Compiling zerocopy v0.8.10
23922025-01-28T17:03:40.152Z Compiling progenitor-client v0.8.0
23932025-01-28T17:03:40.152Z Compiling itertools v0.13.0
23942025-01-28T17:03:40.152Z Compiling zerocopy-derive v0.8.10
23952025-01-28T17:03:40.152Z Compiling heapless v0.8.0
23962025-01-28T17:03:40.152Z Compiling thiserror v2.0.11
23972025-01-28T17:03:40.322Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982025-01-28T17:03:40.389Z Checking hash32 v0.3.1
23992025-01-28T17:03:40.577Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24002025-01-28T17:03:40.593Z Compiling progenitor v0.8.0
24012025-01-28T17:03:40.787Z Compiling instant v0.1.13
24022025-01-28T17:03:40.932Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24032025-01-28T17:03:40.935Z Compiling smoltcp v0.11.0
24042025-01-28T17:03:41.026Z Compiling backoff v0.4.0
24052025-01-28T17:03:41.044Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24062025-01-28T17:03:41.219Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24072025-01-28T17:03:41.368Z Compiling dropshot v0.15.1
24082025-01-28T17:03:41.596Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092025-01-28T17:03:41.799Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24102025-01-28T17:03:41.818Z Compiling serde_with v3.11.0
24112025-01-28T17:03:41.996Z Compiling parse-display v0.10.0
24122025-01-28T17:03:42.063Z Checking num-rational v0.4.2
24132025-01-28T17:03:42.580Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24142025-01-28T17:03:42.690Z Compiling progenitor-client v0.9.1
24152025-01-28T17:03:42.978Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24162025-01-28T17:03:43.226Z Compiling regress v0.9.1
24172025-01-28T17:03:44.307Z Compiling phf_generator v0.11.2
24182025-01-28T17:03:44.531Z Checking num-complex v0.4.6
24192025-01-28T17:03:45.407Z Compiling macaddr v1.0.1
24202025-01-28T17:03:45.568Z Checking cobs v0.2.3
24212025-01-28T17:03:45.771Z Checking postcard v1.0.10
24222025-01-28T17:03:45.869Z Checking num v0.4.3
24232025-01-28T17:03:46.076Z Compiling phf_codegen v0.11.2
24242025-01-28T17:03:46.304Z Compiling parse-zoneinfo v0.3.1
24252025-01-28T17:03:46.334Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24262025-01-28T17:03:46.636Z Compiling float-ord v0.3.2
24272025-01-28T17:03:46.828Z Compiling convert_case v0.4.0
24282025-01-28T17:03:48.078Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24292025-01-28T17:03:48.245Z Compiling derive_more v0.99.18
24302025-01-28T17:03:48.285Z Compiling chrono-tz-build v0.4.0
24312025-01-28T17:03:48.580Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24322025-01-28T17:03:48.971Z Compiling crucible-workspace-hack v0.1.0
24332025-01-28T17:03:49.267Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24342025-01-28T17:03:49.474Z Checking newline-converter v0.3.0
24352025-01-28T17:03:49.546Z Compiling chrono-tz v0.10.1
24362025-01-28T17:03:49.659Z Checking prettyplease v0.2.25
24372025-01-28T17:03:49.702Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24382025-01-28T17:03:50.221Z Compiling slog-dtrace v0.3.0
24392025-01-28T17:03:50.356Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24402025-01-28T17:03:50.482Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24412025-01-28T17:03:50.725Z Checking expectorate v1.1.0
24422025-01-28T17:03:50.901Z Compiling zone_cfg_derive v0.3.0
24432025-01-28T17:03:51.111Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24442025-01-28T17:03:51.798Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452025-01-28T17:03:51.945Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24462025-01-28T17:03:52.233Z Compiling const_format_proc_macros v0.2.34
24472025-01-28T17:03:52.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-01-28T17:03:52.334Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24492025-01-28T17:03:52.621Z Compiling num-derive v0.4.2
24502025-01-28T17:03:52.883Z Checking highway v1.2.0
24512025-01-28T17:03:53.285Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24522025-01-28T17:03:53.355Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24532025-01-28T17:03:53.586Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24542025-01-28T17:03:53.602Z Checking zone v0.3.0
24552025-01-28T17:03:53.616Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24562025-01-28T17:03:54.247Z Checking const_format v0.2.34
24572025-01-28T17:03:54.425Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24582025-01-28T17:03:54.783Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24592025-01-28T17:03:54.811Z Checking gethostname v0.5.0
24602025-01-28T17:03:54.891Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24612025-01-28T17:03:54.949Z Checking bcs v0.1.6
24622025-01-28T17:03:55.153Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24632025-01-28T17:03:55.242Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24642025-01-28T17:03:55.334Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24652025-01-28T17:03:55.399Z Compiling async-recursion v1.1.1
24662025-01-28T17:03:55.432Z Checking termtree v0.5.1
24672025-01-28T17:03:57.233Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24682025-01-28T17:04:02.056Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24692025-01-28T17:04:05.263Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24702025-01-28T17:04:07.682Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24712025-01-28T17:04:08.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.43s
24722025-01-28T17:04:08.982Z
24732025-01-28T17:04:08.982Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24742025-01-28T17:04:09.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752025-01-28T17:04:09.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762025-01-28T17:04:09.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772025-01-28T17:04:09.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24782025-01-28T17:04:09.621Z
24792025-01-28T17:04:09.622Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24802025-01-28T17:04:10.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-28T17:04:10.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-28T17:04:10.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832025-01-28T17:04:10.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24842025-01-28T17:04:10.256Z
24852025-01-28T17:04:10.256Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24862025-01-28T17:04:10.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872025-01-28T17:04:10.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882025-01-28T17:04:10.895Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24892025-01-28T17:04:11.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
24902025-01-28T17:04:11.682Z
24912025-01-28T17:04:11.682Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24922025-01-28T17:04:12.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932025-01-28T17:04:12.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942025-01-28T17:04:12.334Z Compiling cfg_aliases v0.1.1
24952025-01-28T17:04:12.337Z Compiling vte_generate_state_changes v0.1.2
24962025-01-28T17:04:12.337Z Checking fd-lock v4.0.2
24972025-01-28T17:04:12.337Z Checking nibble_vec v0.1.0
24982025-01-28T17:04:12.337Z Checking bytecount v0.6.8
24992025-01-28T17:04:12.337Z Checking endian-type v0.1.2
25002025-01-28T17:04:12.337Z Compiling tabled_derive v0.7.0
25012025-01-28T17:04:12.456Z Compiling peg-macros v0.8.4
25022025-01-28T17:04:12.514Z Compiling nix v0.28.0
25032025-01-28T17:04:12.586Z Checking papergrid v0.11.0
25042025-01-28T17:04:12.603Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25052025-01-28T17:04:12.627Z Compiling sqlparser_derive v0.2.2
25062025-01-28T17:04:12.676Z Checking radix_trie v0.2.1
25072025-01-28T17:04:13.037Z Checking vte v0.11.1
25082025-01-28T17:04:13.063Z Checking unicode_categories v0.1.1
25092025-01-28T17:04:13.367Z Checking nu-ansi-term v0.50.1
25102025-01-28T17:04:13.624Z Checking home v0.5.9
25112025-01-28T17:04:13.646Z Checking sqlparser v0.45.0
25122025-01-28T17:04:13.771Z Checking sqlformat v0.2.6
25132025-01-28T17:04:13.789Z Checking display-error-chain v0.2.2
25142025-01-28T17:04:14.363Z Checking strip-ansi-escapes v0.2.0
25152025-01-28T17:04:14.543Z Checking reedline v0.35.0
25162025-01-28T17:04:14.598Z Checking tabled v0.15.0
25172025-01-28T17:04:14.952Z Checking peg v0.8.4
25182025-01-28T17:04:15.385Z Checking rustyline v14.0.0
25192025-01-28T17:04:24.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
25202025-01-28T17:04:24.358Z
25212025-01-28T17:04:24.358Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25222025-01-28T17:04:24.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-01-28T17:04:24.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-01-28T17:04:25.014Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25252025-01-28T17:04:30.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
25262025-01-28T17:04:30.226Z
25272025-01-28T17:04:30.226Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25282025-01-28T17:04:30.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-28T17:04:30.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-28T17:04:30.876Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312025-01-28T17:04:34.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
25322025-01-28T17:04:34.463Z
25332025-01-28T17:04:34.463Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25342025-01-28T17:04:35.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-28T17:04:35.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-28T17:04:35.108Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372025-01-28T17:04:39.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
25382025-01-28T17:04:40.070Z
25392025-01-28T17:04:40.070Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25402025-01-28T17:04:40.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-28T17:04:40.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-28T17:04:40.719Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-01-28T17:04:45.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
25442025-01-28T17:04:45.654Z
25452025-01-28T17:04:45.654Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25462025-01-28T17:04:46.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-28T17:04:46.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-28T17:04:46.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492025-01-28T17:04:49.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
25502025-01-28T17:04:50.108Z
25512025-01-28T17:04:50.108Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25522025-01-28T17:04:50.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-28T17:04:50.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-28T17:04:50.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25552025-01-28T17:04:54.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
25562025-01-28T17:04:54.634Z
25572025-01-28T17:04:54.634Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25582025-01-28T17:04:55.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-28T17:04:55.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-28T17:04:55.280Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25612025-01-28T17:05:00.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
25622025-01-28T17:05:00.378Z
25632025-01-28T17:05:00.378Zinfo: running `cargo check --bins` on oximeter (66/197)
25642025-01-28T17:05:00.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-28T17:05:00.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-28T17:05:00.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672025-01-28T17:05:00.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682025-01-28T17:05:00.988Z
25692025-01-28T17:05:00.988Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25702025-01-28T17:05:01.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712025-01-28T17:05:01.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722025-01-28T17:05:01.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732025-01-28T17:05:01.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25742025-01-28T17:05:01.578Z
25752025-01-28T17:05:01.578Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25762025-01-28T17:05:02.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772025-01-28T17:05:02.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782025-01-28T17:05:02.190Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25792025-01-28T17:05:04.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25802025-01-28T17:05:05.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
25812025-01-28T17:05:05.275Z
25822025-01-28T17:05:05.275Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25832025-01-28T17:05:05.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-01-28T17:05:05.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-01-28T17:05:05.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862025-01-28T17:05:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25872025-01-28T17:05:05.885Z
25882025-01-28T17:05:05.885Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25892025-01-28T17:05:06.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-01-28T17:05:06.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-01-28T17:05:06.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922025-01-28T17:05:06.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25932025-01-28T17:05:06.498Z
25942025-01-28T17:05:06.498Zinfo: running `cargo check --bins` on oxql-types (71/197)
25952025-01-28T17:05:07.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-01-28T17:05:07.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-01-28T17:05:07.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982025-01-28T17:05:07.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25992025-01-28T17:05:07.114Z
26002025-01-28T17:05:07.114Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26012025-01-28T17:05:07.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-01-28T17:05:07.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-01-28T17:05:07.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042025-01-28T17:05:07.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26052025-01-28T17:05:07.743Z
26062025-01-28T17:05:07.743Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26072025-01-28T17:05:08.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-01-28T17:05:08.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-01-28T17:05:08.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102025-01-28T17:05:08.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26112025-01-28T17:05:08.355Z
26122025-01-28T17:05:08.355Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26132025-01-28T17:05:08.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-01-28T17:05:08.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-01-28T17:05:08.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-01-28T17:05:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26172025-01-28T17:05:08.979Z
26182025-01-28T17:05:08.979Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26192025-01-28T17:05:09.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-01-28T17:05:09.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-01-28T17:05:09.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-01-28T17:05:09.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26232025-01-28T17:05:09.596Z
26242025-01-28T17:05:09.596Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26252025-01-28T17:05:10.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-01-28T17:05:10.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-01-28T17:05:10.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-01-28T17:05:10.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26292025-01-28T17:05:10.227Z
26302025-01-28T17:05:10.227Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26312025-01-28T17:05:10.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-01-28T17:05:10.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-01-28T17:05:10.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-01-28T17:05:10.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26352025-01-28T17:05:10.855Z
26362025-01-28T17:05:10.855Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26372025-01-28T17:05:11.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-01-28T17:05:11.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-01-28T17:05:11.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-01-28T17:05:11.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26412025-01-28T17:05:11.465Z
26422025-01-28T17:05:11.465Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26432025-01-28T17:05:12.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-01-28T17:05:12.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-01-28T17:05:12.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-01-28T17:05:12.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26472025-01-28T17:05:12.101Z
26482025-01-28T17:05:12.101Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26492025-01-28T17:05:12.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-01-28T17:05:12.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-01-28T17:05:12.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-01-28T17:05:12.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26532025-01-28T17:05:12.725Z
26542025-01-28T17:05:12.725Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26552025-01-28T17:05:13.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-01-28T17:05:13.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-01-28T17:05:13.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-01-28T17:05:13.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26592025-01-28T17:05:13.347Z
26602025-01-28T17:05:13.347Zinfo: running `cargo check --bins` on dpd-client (82/197)
26612025-01-28T17:05:13.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-01-28T17:05:13.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-01-28T17:05:13.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-01-28T17:05:13.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26652025-01-28T17:05:13.962Z
26662025-01-28T17:05:13.962Zinfo: running `cargo check --bins` on gateway-client (83/197)
26672025-01-28T17:05:14.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-01-28T17:05:14.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-01-28T17:05:14.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-01-28T17:05:14.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26712025-01-28T17:05:14.567Z
26722025-01-28T17:05:14.567Zinfo: running `cargo check --bins` on installinator-client (84/197)
26732025-01-28T17:05:15.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-01-28T17:05:15.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-01-28T17:05:15.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-01-28T17:05:15.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26772025-01-28T17:05:15.207Z
26782025-01-28T17:05:15.207Zinfo: running `cargo check --bins` on installinator-common (85/197)
26792025-01-28T17:05:15.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-01-28T17:05:15.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-01-28T17:05:15.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-01-28T17:05:15.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26832025-01-28T17:05:15.839Z
26842025-01-28T17:05:15.839Zinfo: running `cargo check --bins` on update-engine (86/197)
26852025-01-28T17:05:16.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-28T17:05:16.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-28T17:05:16.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-28T17:05:16.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26892025-01-28T17:05:16.450Z
26902025-01-28T17:05:16.450Zinfo: running `cargo check --bins` on nexus-client (87/197)
26912025-01-28T17:05:17.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-28T17:05:17.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-28T17:05:17.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-28T17:05:17.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26952025-01-28T17:05:17.105Z
26962025-01-28T17:05:17.105Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26972025-01-28T17:05:17.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-28T17:05:17.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-28T17:05:17.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-28T17:05:17.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27012025-01-28T17:05:17.744Z
27022025-01-28T17:05:17.744Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27032025-01-28T17:05:18.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-28T17:05:18.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-28T17:05:18.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-28T17:05:18.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27072025-01-28T17:05:18.350Z
27082025-01-28T17:05:18.350Zinfo: running `cargo check --bins` on nexus-types (90/197)
27092025-01-28T17:05:18.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-28T17:05:18.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-28T17:05:18.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-01-28T17:05:18.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27132025-01-28T17:05:18.982Z
27142025-01-28T17:05:18.982Zinfo: running `cargo check --bins` on oxide-client (91/197)
27152025-01-28T17:05:19.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-01-28T17:05:19.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-01-28T17:05:19.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-01-28T17:05:19.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27192025-01-28T17:05:19.576Z
27202025-01-28T17:05:19.576Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27212025-01-28T17:05:20.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-01-28T17:05:20.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-01-28T17:05:20.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-01-28T17:05:20.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27252025-01-28T17:05:20.184Z
27262025-01-28T17:05:20.184Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27272025-01-28T17:05:20.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-01-28T17:05:20.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-01-28T17:05:20.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-01-28T17:05:20.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27312025-01-28T17:05:20.779Z
27322025-01-28T17:05:20.779Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27332025-01-28T17:05:21.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-01-28T17:05:21.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-01-28T17:05:21.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-01-28T17:05:21.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27372025-01-28T17:05:21.402Z
27382025-01-28T17:05:21.402Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27392025-01-28T17:05:21.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-01-28T17:05:21.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-01-28T17:05:21.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-01-28T17:05:21.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27432025-01-28T17:05:22.046Z
27442025-01-28T17:05:22.046Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27452025-01-28T17:05:22.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-01-28T17:05:22.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-01-28T17:05:22.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482025-01-28T17:05:22.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27492025-01-28T17:05:22.680Z
27502025-01-28T17:05:22.680Zinfo: running `cargo check --bins` on wicket-common (97/197)
27512025-01-28T17:05:23.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522025-01-28T17:05:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532025-01-28T17:05:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542025-01-28T17:05:23.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27552025-01-28T17:05:23.309Z
27562025-01-28T17:05:23.309Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27572025-01-28T17:05:23.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582025-01-28T17:05:23.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592025-01-28T17:05:23.948Z Checking csv-core v0.1.11
27602025-01-28T17:05:23.948Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27612025-01-28T17:05:23.950Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27622025-01-28T17:05:23.950Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27632025-01-28T17:05:24.241Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27642025-01-28T17:05:24.245Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27652025-01-28T17:05:24.271Z Checking csv v1.3.1
27662025-01-28T17:05:24.819Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27672025-01-28T17:05:25.159Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27682025-01-28T17:05:26.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
27692025-01-28T17:05:26.950Z
27702025-01-28T17:05:26.950Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27712025-01-28T17:05:27.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-01-28T17:05:27.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-01-28T17:05:27.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-01-28T17:05:27.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27752025-01-28T17:05:27.564Z
27762025-01-28T17:05:27.564Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27772025-01-28T17:05:28.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-28T17:05:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-28T17:05:28.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-28T17:05:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27812025-01-28T17:05:28.172Z
27822025-01-28T17:05:28.172Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27832025-01-28T17:05:28.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-28T17:05:28.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-28T17:05:28.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862025-01-28T17:05:28.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27872025-01-28T17:05:28.883Z
27882025-01-28T17:05:28.883Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27892025-01-28T17:05:29.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902025-01-28T17:05:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912025-01-28T17:05:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922025-01-28T17:05:29.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27932025-01-28T17:05:29.598Z
27942025-01-28T17:05:29.598Zinfo: running `cargo check --bins` on dns-server (103/197)
27952025-01-28T17:05:30.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962025-01-28T17:05:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972025-01-28T17:05:30.227Z Compiling typify-impl v0.3.0
27982025-01-28T17:05:30.333Z Compiling parking_lot_core v0.8.6
27992025-01-28T17:05:30.349Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28002025-01-28T17:05:30.352Z Checking fxhash v0.2.1
28012025-01-28T17:05:30.358Z Checking hickory-client v0.24.2
28022025-01-28T17:05:30.370Z Checking hickory-server v0.24.2
28032025-01-28T17:05:31.026Z Checking parking_lot v0.11.2
28042025-01-28T17:05:31.114Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28052025-01-28T17:05:31.289Z Checking sled v0.34.7
28062025-01-28T17:05:35.842Z Compiling typify-macro v0.3.0
28072025-01-28T17:05:37.364Z Compiling typify v0.3.0
28082025-01-28T17:05:37.433Z Compiling progenitor-impl v0.9.1
28092025-01-28T17:05:39.828Z Compiling progenitor-macro v0.9.1
28102025-01-28T17:05:43.512Z Checking progenitor v0.9.1
28112025-01-28T17:05:43.643Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28122025-01-28T17:05:44.095Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28132025-01-28T17:05:45.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.75s
28142025-01-28T17:05:45.526Z
28152025-01-28T17:05:45.527Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28162025-01-28T17:05:46.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-01-28T17:05:46.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-01-28T17:05:46.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-01-28T17:05:46.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28202025-01-28T17:05:46.130Z
28212025-01-28T17:05:46.130Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28222025-01-28T17:05:46.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-01-28T17:05:46.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-01-28T17:05:46.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-01-28T17:05:46.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28262025-01-28T17:05:46.792Z
28272025-01-28T17:05:46.792Zinfo: running `cargo check --bins` on gateway-types (106/197)
28282025-01-28T17:05:47.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-01-28T17:05:47.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-01-28T17:05:47.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312025-01-28T17:05:47.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28322025-01-28T17:05:47.398Z
28332025-01-28T17:05:47.398Zinfo: running `cargo check --bins` on ipcc (107/197)
28342025-01-28T17:05:47.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-01-28T17:05:47.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-01-28T17:05:47.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-01-28T17:05:47.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28382025-01-28T17:05:48.007Z
28392025-01-28T17:05:48.007Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28402025-01-28T17:05:48.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-01-28T17:05:48.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-01-28T17:05:48.683Z Compiling semver v0.1.20
28432025-01-28T17:05:48.683Z Compiling radium v0.7.0
28442025-01-28T17:05:48.800Z Compiling maybe-uninit v2.0.0
28452025-01-28T17:05:48.802Z Checking tap v1.0.1
28462025-01-28T17:05:48.817Z Checking password-hash v0.5.0
28472025-01-28T17:05:48.820Z Checking blake2 v0.10.6
28482025-01-28T17:05:48.820Z Checking funty v2.0.0
28492025-01-28T17:05:48.820Z Compiling cancel-safe-futures v0.1.5
28502025-01-28T17:05:48.946Z Checking wyz v0.5.1
28512025-01-28T17:05:49.185Z Compiling rustc_version v0.1.7
28522025-01-28T17:05:49.246Z Compiling packed_struct v0.10.1
28532025-01-28T17:05:49.276Z Compiling owo-colors v4.1.0
28542025-01-28T17:05:49.290Z Checking crc-catalog v2.4.0
28552025-01-28T17:05:49.337Z Checking argon2 v0.5.3
28562025-01-28T17:05:49.481Z Checking crc v3.2.1
28572025-01-28T17:05:49.512Z Compiling packed_struct_codegen v0.10.1
28582025-01-28T17:05:49.575Z Compiling indexmap v1.9.3
28592025-01-28T17:05:49.594Z Checking half v2.4.1
28602025-01-28T17:05:49.630Z Compiling newtype_derive v0.1.6
28612025-01-28T17:05:49.665Z Checking bitvec v1.0.1
28622025-01-28T17:05:49.686Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28632025-01-28T17:05:49.877Z Checking nodrop v0.1.14
28642025-01-28T17:05:49.934Z Checking ciborium-io v0.2.2
28652025-01-28T17:05:50.014Z Checking array-init v0.0.4
28662025-01-28T17:05:50.017Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28672025-01-28T17:05:50.062Z Checking ciborium-ll v0.2.2
28682025-01-28T17:05:50.092Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28692025-01-28T17:05:50.303Z Checking smallvec v0.6.14
28702025-01-28T17:05:50.358Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28712025-01-28T17:05:50.542Z Checking libsw v3.3.1
28722025-01-28T17:05:50.642Z Compiling memoffset v0.9.1
28732025-01-28T17:05:50.753Z Checking bitfield v0.14.0
28742025-01-28T17:05:50.817Z Checking swrite v0.1.0
28752025-01-28T17:05:50.844Z Checking termcolor v1.4.1
28762025-01-28T17:05:50.948Z Checking hashbrown v0.12.3
28772025-01-28T17:05:50.951Z Checking linear-map v1.2.0
28782025-01-28T17:05:51.045Z Checking indent_write v2.2.0
28792025-01-28T17:05:51.247Z Checking env_logger v0.10.2
28802025-01-28T17:05:51.283Z Checking ron v0.8.1
28812025-01-28T17:05:51.314Z Checking serde-hex v0.1.0
28822025-01-28T17:05:51.409Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28832025-01-28T17:05:51.515Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28842025-01-28T17:05:51.649Z Checking ciborium v0.2.2
28852025-01-28T17:05:52.057Z Checking steno v0.4.1
28862025-01-28T17:05:52.475Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28872025-01-28T17:05:52.568Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28882025-01-28T17:05:52.731Z Checking hashbrown v0.13.2
28892025-01-28T17:05:52.801Z Checking humantime v2.1.0
28902025-01-28T17:05:52.852Z Checking crc-any v2.5.0
28912025-01-28T17:05:53.118Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28922025-01-28T17:05:53.255Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28932025-01-28T17:05:53.529Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28942025-01-28T17:05:53.680Z Checking object v0.30.4
28952025-01-28T17:05:53.819Z Checking path-slash v0.1.5
28962025-01-28T17:05:53.908Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28972025-01-28T17:05:53.980Z Checking nix v0.27.1
28982025-01-28T17:05:54.163Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28992025-01-28T17:05:54.369Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29002025-01-28T17:05:54.656Z Checking tungstenite v0.23.0
29012025-01-28T17:05:54.881Z Checking kstat-rs v0.2.4
29022025-01-28T17:05:55.221Z Checking signal-hook-tokio v0.3.1
29032025-01-28T17:05:55.224Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29042025-01-28T17:05:55.452Z Checking tokio-tungstenite v0.23.1
29052025-01-28T17:05:55.642Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29062025-01-28T17:05:56.284Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29072025-01-28T17:05:56.485Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29082025-01-28T17:06:02.824Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29092025-01-28T17:06:04.152Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29102025-01-28T17:06:06.282Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29112025-01-28T17:06:11.433Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29122025-01-28T17:06:12.073Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29132025-01-28T17:06:14.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.71s
29142025-01-28T17:06:14.909Z
29152025-01-28T17:06:14.909Zinfo: running `cargo check --bins` on gateway-api (109/197)
29162025-01-28T17:06:15.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172025-01-28T17:06:15.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182025-01-28T17:06:15.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192025-01-28T17:06:15.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29202025-01-28T17:06:15.518Z
29212025-01-28T17:06:15.518Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29222025-01-28T17:06:16.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-01-28T17:06:16.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-01-28T17:06:16.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-01-28T17:06:16.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262025-01-28T17:06:16.114Z
29272025-01-28T17:06:16.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29282025-01-28T17:06:16.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-01-28T17:06:16.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-01-28T17:06:16.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312025-01-28T17:06:16.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29322025-01-28T17:06:16.722Z
29332025-01-28T17:06:16.722Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29342025-01-28T17:06:17.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352025-01-28T17:06:17.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362025-01-28T17:06:17.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372025-01-28T17:06:17.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29382025-01-28T17:06:17.332Z
29392025-01-28T17:06:17.332Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29402025-01-28T17:06:17.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412025-01-28T17:06:17.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422025-01-28T17:06:17.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432025-01-28T17:06:17.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29442025-01-28T17:06:17.941Z
29452025-01-28T17:06:17.941Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29462025-01-28T17:06:18.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472025-01-28T17:06:18.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482025-01-28T17:06:18.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492025-01-28T17:06:18.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29502025-01-28T17:06:18.556Z
29512025-01-28T17:06:18.556Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29522025-01-28T17:06:19.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532025-01-28T17:06:19.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542025-01-28T17:06:19.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552025-01-28T17:06:19.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29562025-01-28T17:06:19.166Z
29572025-01-28T17:06:19.166Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29582025-01-28T17:06:19.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592025-01-28T17:06:19.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602025-01-28T17:06:19.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612025-01-28T17:06:19.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29622025-01-28T17:06:19.780Z
29632025-01-28T17:06:19.780Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29642025-01-28T17:06:20.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652025-01-28T17:06:20.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662025-01-28T17:06:20.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672025-01-28T17:06:20.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29682025-01-28T17:06:20.415Z
29692025-01-28T17:06:20.415Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29702025-01-28T17:06:20.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712025-01-28T17:06:20.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722025-01-28T17:06:20.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732025-01-28T17:06:20.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29742025-01-28T17:06:21.022Z
29752025-01-28T17:06:21.022Zinfo: running `cargo check --bins` on sp-sim (119/197)
29762025-01-28T17:06:21.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772025-01-28T17:06:21.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782025-01-28T17:06:21.647Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29792025-01-28T17:06:22.087Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29802025-01-28T17:06:23.708Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29812025-01-28T17:06:25.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
29822025-01-28T17:06:25.488Z
29832025-01-28T17:06:25.488Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29842025-01-28T17:06:26.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-01-28T17:06:26.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-01-28T17:06:26.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-01-28T17:06:26.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29882025-01-28T17:06:26.149Z
29892025-01-28T17:06:26.149Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29902025-01-28T17:06:26.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-01-28T17:06:26.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-01-28T17:06:26.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-01-28T17:06:26.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29942025-01-28T17:06:26.814Z
29952025-01-28T17:06:26.814Zinfo: running `cargo check --bins` on db-macros (122/197)
29962025-01-28T17:06:27.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-01-28T17:06:27.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-01-28T17:06:27.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-01-28T17:06:27.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30002025-01-28T17:06:27.405Z
30012025-01-28T17:06:27.405Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30022025-01-28T17:06:27.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-01-28T17:06:27.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-01-28T17:06:27.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-01-28T17:06:27.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30062025-01-28T17:06:27.996Z
30072025-01-28T17:06:27.996Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30082025-01-28T17:06:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-01-28T17:06:28.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-01-28T17:06:28.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-01-28T17:06:28.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30122025-01-28T17:06:28.651Z
30132025-01-28T17:06:28.651Zinfo: running `cargo check --bins` on authz-macros (125/197)
30142025-01-28T17:06:29.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-01-28T17:06:29.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-01-28T17:06:29.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-01-28T17:06:29.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30182025-01-28T17:06:29.247Z
30192025-01-28T17:06:29.247Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30202025-01-28T17:06:29.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-01-28T17:06:29.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-01-28T17:06:29.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-01-28T17:06:29.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30242025-01-28T17:06:29.895Z
30252025-01-28T17:06:29.895Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30262025-01-28T17:06:30.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-01-28T17:06:30.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-01-28T17:06:30.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-01-28T17:06:30.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30302025-01-28T17:06:30.542Z
30312025-01-28T17:06:30.542Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30322025-01-28T17:06:31.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-01-28T17:06:31.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-01-28T17:06:31.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-01-28T17:06:31.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30362025-01-28T17:06:31.158Z
30372025-01-28T17:06:31.158Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30382025-01-28T17:06:31.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-01-28T17:06:31.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-01-28T17:06:31.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412025-01-28T17:06:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30422025-01-28T17:06:31.808Z
30432025-01-28T17:06:31.808Zinfo: running `cargo check --bins` on typed-rng (130/197)
30442025-01-28T17:06:32.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452025-01-28T17:06:32.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462025-01-28T17:06:32.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472025-01-28T17:06:32.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30482025-01-28T17:06:32.402Z
30492025-01-28T17:06:32.402Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30502025-01-28T17:06:32.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512025-01-28T17:06:32.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522025-01-28T17:06:33.133Z Checking keccak v0.1.5
30532025-01-28T17:06:33.243Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30542025-01-28T17:06:33.245Z Checking secrecy v0.8.0
30552025-01-28T17:06:33.245Z Compiling unicase v2.7.0
30562025-01-28T17:06:33.259Z Compiling same-file v1.0.6
30572025-01-28T17:06:33.270Z Compiling tempfile v3.13.0
30582025-01-28T17:06:33.297Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
30592025-01-28T17:06:33.300Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30602025-01-28T17:06:33.407Z Compiling thiserror-impl-no-std v2.0.2
30612025-01-28T17:06:33.536Z Checking sha3 v0.10.8
30622025-01-28T17:06:33.538Z Compiling walkdir v2.5.0
30632025-01-28T17:06:33.594Z Checking universal-hash v0.5.1
30642025-01-28T17:06:33.596Z Compiling blake3 v1.5.4
30652025-01-28T17:06:33.709Z Checking opaque-debug v0.3.1
30662025-01-28T17:06:33.810Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30672025-01-28T17:06:33.826Z Checking poly1305 v0.8.0
30682025-01-28T17:06:33.882Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30692025-01-28T17:06:33.978Z Checking chacha20 v0.9.1
30702025-01-28T17:06:34.054Z Checking aead v0.5.2
30712025-01-28T17:06:34.110Z Compiling memmap2 v0.9.5
30722025-01-28T17:06:34.191Z Compiling arrayvec v0.7.6
30732025-01-28T17:06:34.268Z Compiling salty v0.3.0
30742025-01-28T17:06:34.343Z Compiling libefi-sys v0.1.0
30752025-01-28T17:06:34.346Z Compiling arrayref v0.3.9
30762025-01-28T17:06:34.479Z Compiling constant_time_eq v0.3.1
30772025-01-28T17:06:34.529Z Checking chacha20poly1305 v0.10.1
30782025-01-28T17:06:34.580Z Compiling toolchain_find v0.4.0
30792025-01-28T17:06:34.673Z Compiling camino-tempfile v1.1.1
30802025-01-28T17:06:34.716Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30812025-01-28T17:06:34.734Z Compiling bitfield-struct v0.6.2
30822025-01-28T17:06:35.034Z Compiling topological-sort v0.2.2
30832025-01-28T17:06:35.100Z Compiling mime_guess v2.0.5
30842025-01-28T17:06:35.175Z Compiling rustfmt-wrapper v0.2.1
30852025-01-28T17:06:35.634Z Compiling omicron-zone-package v0.12.0
30862025-01-28T17:06:35.733Z Compiling progenitor v0.9.1
30872025-01-28T17:06:35.797Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30882025-01-28T17:06:35.969Z Checking primeorder v0.13.6
30892025-01-28T17:06:35.988Z Checking env_filter v0.1.2
30902025-01-28T17:06:36.083Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30912025-01-28T17:06:36.102Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30922025-01-28T17:06:36.105Z Checking thiserror-no-std v2.0.2
30932025-01-28T17:06:36.224Z Checking env_logger v0.11.5
30942025-01-28T17:06:36.242Z Checking vsss-rs v3.3.4
30952025-01-28T17:06:36.302Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30962025-01-28T17:06:36.339Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30972025-01-28T17:06:36.398Z Checking p384 v0.13.0
30982025-01-28T17:06:36.453Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30992025-01-28T17:06:36.612Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31002025-01-28T17:06:36.697Z Checking bumpalo v3.16.0
31012025-01-28T17:06:36.804Z Checking simd-adler32 v0.3.7
31022025-01-28T17:06:36.860Z Checking lockfree-object-pool v0.1.6
31032025-01-28T17:06:37.020Z Compiling zip v2.1.3
31042025-01-28T17:06:37.049Z Checking http-range v0.1.5
31052025-01-28T17:06:37.104Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31062025-01-28T17:06:37.138Z Checking zopfli v0.8.1
31072025-01-28T17:06:37.239Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31082025-01-28T17:06:37.440Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31092025-01-28T17:06:37.516Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31102025-01-28T17:06:37.823Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31112025-01-28T17:06:37.842Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31122025-01-28T17:06:38.004Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31132025-01-28T17:06:38.155Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31142025-01-28T17:06:38.231Z Checking nanorand v0.7.0
31152025-01-28T17:06:38.539Z Checking atty v0.2.14
31162025-01-28T17:06:38.558Z Checking glob v0.3.2
31172025-01-28T17:06:38.608Z Checking flume v0.11.1
31182025-01-28T17:06:38.662Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31192025-01-28T17:06:38.681Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
31202025-01-28T17:06:38.862Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31212025-01-28T17:06:39.078Z Checking hyper-staticfile v0.10.1
31222025-01-28T17:06:39.105Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31232025-01-28T17:06:39.926Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31242025-01-28T17:06:40.067Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31252025-01-28T17:06:40.333Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31262025-01-28T17:06:40.492Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31272025-01-28T17:06:40.637Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282025-01-28T17:06:40.886Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
31292025-01-28T17:06:41.149Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31302025-01-28T17:06:41.403Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31312025-01-28T17:06:41.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31322025-01-28T17:06:41.685Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31332025-01-28T17:06:44.715Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31342025-01-28T17:06:44.716Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31352025-01-28T17:06:52.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31362025-01-28T17:07:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s
31372025-01-28T17:07:05.677Z
31382025-01-28T17:07:05.677Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31392025-01-28T17:07:06.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-01-28T17:07:06.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-01-28T17:07:06.395Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31422025-01-28T17:07:19.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.46s
31432025-01-28T17:07:19.336Z
31442025-01-28T17:07:19.337Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31452025-01-28T17:07:19.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-01-28T17:07:19.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-01-28T17:07:20.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482025-01-28T17:07:33.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s
31492025-01-28T17:07:33.499Z
31502025-01-28T17:07:33.499Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31512025-01-28T17:07:34.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-28T17:07:34.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-28T17:07:34.209Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31542025-01-28T17:07:47.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.62s
31552025-01-28T17:07:47.316Z
31562025-01-28T17:07:47.316Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31572025-01-28T17:07:47.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-28T17:07:47.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-28T17:07:48.027Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31602025-01-28T17:08:00.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
31612025-01-28T17:08:00.998Z
31622025-01-28T17:08:00.998Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31632025-01-28T17:08:01.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-28T17:08:01.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-28T17:08:01.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31662025-01-28T17:08:14.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.40s
31672025-01-28T17:08:14.603Z
31682025-01-28T17:08:14.603Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31692025-01-28T17:08:15.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-28T17:08:15.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-28T17:08:15.312Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31722025-01-28T17:08:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.34s
31732025-01-28T17:08:28.143Z
31742025-01-28T17:08:28.143Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31752025-01-28T17:08:28.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-28T17:08:28.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-28T17:08:28.855Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31782025-01-28T17:08:41.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
31792025-01-28T17:08:42.002Z
31802025-01-28T17:08:42.003Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31812025-01-28T17:08:42.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-28T17:08:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-28T17:08:42.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842025-01-28T17:08:42.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31852025-01-28T17:08:42.648Z
31862025-01-28T17:08:42.648Zinfo: running `cargo check --bins` on key-manager (140/197)
31872025-01-28T17:08:43.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-28T17:08:43.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-28T17:08:43.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-01-28T17:08:43.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31912025-01-28T17:08:43.262Z
31922025-01-28T17:08:43.262Zinfo: running `cargo check --bins` on range-requests (141/197)
31932025-01-28T17:08:43.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-28T17:08:43.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-28T17:08:43.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-01-28T17:08:43.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31972025-01-28T17:08:43.859Z
31982025-01-28T17:08:43.859Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
31992025-01-28T17:08:44.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-28T17:08:44.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-28T17:08:44.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-01-28T17:08:44.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32032025-01-28T17:08:44.475Z
32042025-01-28T17:08:44.475Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32052025-01-28T17:08:45.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-28T17:08:45.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-28T17:08:45.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-01-28T17:08:45.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32092025-01-28T17:08:45.120Z
32102025-01-28T17:08:45.120Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32112025-01-28T17:08:45.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-28T17:08:45.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-28T17:08:45.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-01-28T17:08:45.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32152025-01-28T17:08:45.716Z
32162025-01-28T17:08:45.716Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32172025-01-28T17:08:46.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-01-28T17:08:46.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-01-28T17:08:46.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-01-28T17:08:46.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32212025-01-28T17:08:46.348Z
32222025-01-28T17:08:46.348Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32232025-01-28T17:08:46.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-01-28T17:08:46.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-01-28T17:08:46.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-01-28T17:08:46.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32272025-01-28T17:08:46.980Z
32282025-01-28T17:08:46.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32292025-01-28T17:08:47.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-28T17:08:47.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-28T17:08:47.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-01-28T17:08:47.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32332025-01-28T17:08:47.612Z
32342025-01-28T17:08:47.612Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32352025-01-28T17:08:48.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-01-28T17:08:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-01-28T17:08:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-01-28T17:08:48.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32392025-01-28T17:08:48.253Z
32402025-01-28T17:08:48.253Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32412025-01-28T17:08:48.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-01-28T17:08:48.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-01-28T17:08:48.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442025-01-28T17:08:48.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32452025-01-28T17:08:48.899Z
32462025-01-28T17:08:48.899Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32472025-01-28T17:08:49.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482025-01-28T17:08:49.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492025-01-28T17:08:49.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502025-01-28T17:08:49.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32512025-01-28T17:08:49.538Z
32522025-01-28T17:08:49.538Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32532025-01-28T17:08:50.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542025-01-28T17:08:50.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552025-01-28T17:08:50.210Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32562025-01-28T17:08:50.210Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32572025-01-28T17:08:51.066Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32582025-01-28T17:08:53.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
32592025-01-28T17:08:53.177Z
32602025-01-28T17:08:53.177Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32612025-01-28T17:08:53.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-01-28T17:08:53.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-01-28T17:08:53.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-01-28T17:08:53.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32652025-01-28T17:08:53.782Z
32662025-01-28T17:08:53.782Zinfo: running `cargo check --bins` on cert-dev (153/197)
32672025-01-28T17:08:54.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-01-28T17:08:54.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-01-28T17:08:54.374Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32702025-01-28T17:08:54.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32712025-01-28T17:08:54.810Z
32722025-01-28T17:08:54.810Zinfo: running `cargo check --bins` on clickana (154/197)
32732025-01-28T17:08:55.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-01-28T17:08:55.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-01-28T17:08:55.437Z Checking castaway v0.2.3
32762025-01-28T17:08:55.439Z Checking lru v0.12.5
32772025-01-28T17:08:55.440Z Compiling instability v0.3.2
32782025-01-28T17:08:55.440Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792025-01-28T17:08:55.440Z Checking unicode-truncate v1.1.0
32802025-01-28T17:08:55.440Z Checking cassowary v0.3.0
32812025-01-28T17:08:55.656Z Checking compact_str v0.8.0
32822025-01-28T17:08:56.218Z Checking ratatui v0.28.1
32832025-01-28T17:08:57.084Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32842025-01-28T17:08:58.050Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32852025-01-28T17:08:58.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32862025-01-28T17:08:59.023Z
32872025-01-28T17:08:59.023Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32882025-01-28T17:08:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-01-28T17:08:59.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-01-28T17:08:59.692Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32912025-01-28T17:08:59.692Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32922025-01-28T17:09:00.669Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32932025-01-28T17:09:01.115Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32942025-01-28T17:09:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
32952025-01-28T17:09:01.631Z
32962025-01-28T17:09:01.631Zinfo: running `cargo check --bins` on ch-dev (156/197)
32972025-01-28T17:09:02.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-01-28T17:09:02.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-01-28T17:09:02.267Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33002025-01-28T17:09:02.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
33012025-01-28T17:09:03.159Z
33022025-01-28T17:09:03.159Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33032025-01-28T17:09:03.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-01-28T17:09:03.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-01-28T17:09:03.815Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33062025-01-28T17:09:04.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
33072025-01-28T17:09:04.314Z
33082025-01-28T17:09:04.314Zinfo: running `cargo check --bins` on db-dev (158/197)
33092025-01-28T17:09:04.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-01-28T17:09:04.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-01-28T17:09:04.953Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33122025-01-28T17:09:05.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33132025-01-28T17:09:05.838Z
33142025-01-28T17:09:05.838Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33152025-01-28T17:09:06.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-01-28T17:09:06.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-01-28T17:09:06.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182025-01-28T17:09:06.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33192025-01-28T17:09:06.462Z
33202025-01-28T17:09:06.462Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33212025-01-28T17:09:06.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222025-01-28T17:09:06.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232025-01-28T17:09:07.057Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33242025-01-28T17:09:07.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
33252025-01-28T17:09:08.061Z
33262025-01-28T17:09:08.061Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33272025-01-28T17:09:08.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282025-01-28T17:09:08.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292025-01-28T17:09:08.655Z Checking cargo-platform v0.1.8
33302025-01-28T17:09:08.928Z Checking cargo_metadata v0.18.1
33312025-01-28T17:09:09.836Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33322025-01-28T17:09:10.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
33332025-01-28T17:09:10.828Z
33342025-01-28T17:09:10.828Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33352025-01-28T17:09:11.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-01-28T17:09:11.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-01-28T17:09:11.520Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33382025-01-28T17:09:12.893Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33392025-01-28T17:09:13.456Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33402025-01-28T17:09:13.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
33412025-01-28T17:09:14.155Z
33422025-01-28T17:09:14.155Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33432025-01-28T17:09:14.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-01-28T17:09:14.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-01-28T17:09:14.931Z Compiling crunchy v0.2.2
33462025-01-28T17:09:14.931Z Compiling tiny-keccak v2.0.2
33472025-01-28T17:09:14.934Z Compiling dsl_auto_type v0.1.2
33482025-01-28T17:09:14.934Z Checking scheduled-thread-pool v0.2.7
33492025-01-28T17:09:14.934Z Compiling diesel_table_macro_syntax v0.2.0
33502025-01-28T17:09:15.066Z Compiling ascii-canvas v3.0.0
33512025-01-28T17:09:15.077Z Compiling ena v0.14.3
33522025-01-28T17:09:15.089Z Compiling diff v0.1.13
33532025-01-28T17:09:15.298Z Checking r2d2 v0.8.10
33542025-01-28T17:09:15.342Z Compiling regex-syntax v0.6.29
33552025-01-28T17:09:15.436Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33562025-01-28T17:09:15.512Z Compiling ref-cast v1.0.23
33572025-01-28T17:09:15.533Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33582025-01-28T17:09:15.601Z Compiling derive_builder_core v0.20.2
33592025-01-28T17:09:15.667Z Compiling libxml v0.3.3
33602025-01-28T17:09:15.683Z Compiling ref-cast-impl v1.0.23
33612025-01-28T17:09:15.815Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33622025-01-28T17:09:16.098Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33632025-01-28T17:09:16.118Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33642025-01-28T17:09:16.298Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33652025-01-28T17:09:16.319Z Compiling strum_macros v0.24.3
33662025-01-28T17:09:16.415Z Compiling samael v0.0.17
33672025-01-28T17:09:16.477Z Compiling diesel_derives v2.2.3
33682025-01-28T17:09:16.638Z Compiling indoc v1.0.9
33692025-01-28T17:09:17.512Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33702025-01-28T17:09:17.675Z Compiling derive_builder_macro v0.20.2
33712025-01-28T17:09:17.810Z Compiling impl-trait-for-tuples v0.2.2
33722025-01-28T17:09:18.404Z Compiling oso-derive v0.27.3
33732025-01-28T17:09:18.543Z Compiling lalrpop v0.19.12
33742025-01-28T17:09:19.180Z Checking derive_builder v0.20.2
33752025-01-28T17:09:19.350Z Checking quick-xml v0.33.0
33762025-01-28T17:09:19.371Z Compiling diesel-dtrace v0.4.2
33772025-01-28T17:09:19.671Z Checking maplit v1.0.2
33782025-01-28T17:09:19.839Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33792025-01-28T17:09:19.842Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33802025-01-28T17:09:20.164Z Checking bb8 v0.8.5
33812025-01-28T17:09:20.344Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33822025-01-28T17:09:20.640Z Checking rand_seeder v0.3.0
33832025-01-28T17:09:20.687Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33842025-01-28T17:09:20.811Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33852025-01-28T17:09:20.903Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33862025-01-28T17:09:21.096Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33872025-01-28T17:09:21.409Z Checking smawk v0.3.2
33882025-01-28T17:09:21.434Z Checking unicode-linebreak v0.1.5
33892025-01-28T17:09:21.628Z Checking is_ci v1.2.0
33902025-01-28T17:09:21.783Z Checking supports-color v3.0.1
33912025-01-28T17:09:21.876Z Checking textwrap v0.16.1
33922025-01-28T17:09:22.027Z Checking multimap v0.10.0
33932025-01-28T17:09:22.452Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33942025-01-28T17:09:24.490Z Checking diesel v2.2.6
33952025-01-28T17:09:48.367Z Compiling polar-core v0.27.3
33962025-01-28T17:09:49.736Z Checking async-bb8-diesel v0.2.1
33972025-01-28T17:09:55.498Z Checking oso v0.27.3
33982025-01-28T17:10:55.645Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33992025-01-28T17:11:01.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
34002025-01-28T17:11:01.962Z
34012025-01-28T17:11:01.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34022025-01-28T17:11:02.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-01-28T17:11:02.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-01-28T17:11:02.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052025-01-28T17:11:02.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34062025-01-28T17:11:02.620Z
34072025-01-28T17:11:02.620Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34082025-01-28T17:11:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-01-28T17:11:03.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-01-28T17:11:03.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112025-01-28T17:11:03.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34122025-01-28T17:11:03.275Z
34132025-01-28T17:11:03.275Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34142025-01-28T17:11:03.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152025-01-28T17:11:03.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162025-01-28T17:11:03.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172025-01-28T17:11:03.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182025-01-28T17:11:03.866Z
34192025-01-28T17:11:03.866Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34202025-01-28T17:11:04.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212025-01-28T17:11:04.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222025-01-28T17:11:04.656Z Compiling libz-sys v1.1.20
34232025-01-28T17:11:04.659Z Compiling libgit2-sys v0.17.0+1.8.1
34242025-01-28T17:11:04.784Z Compiling vergen v8.3.2
34252025-01-28T17:11:04.787Z Compiling cargo-platform v0.1.8
34262025-01-28T17:11:04.787Z Compiling pin-project-internal v1.1.6
34272025-01-28T17:11:04.820Z Compiling libsqlite3-sys v0.30.1
34282025-01-28T17:11:04.822Z Compiling snafu-derive v0.8.5
34292025-01-28T17:11:04.822Z Compiling rustls v0.21.12
34302025-01-28T17:11:05.087Z Compiling cargo_metadata v0.18.1
34312025-01-28T17:11:05.128Z Compiling buf-list v1.0.3
34322025-01-28T17:11:05.287Z Compiling cfg_aliases v0.2.1
34332025-01-28T17:11:05.397Z Compiling nix v0.29.0
34342025-01-28T17:11:05.426Z Checking globset v0.4.15
34352025-01-28T17:11:05.488Z Checking olpc-cjson v0.1.4
34362025-01-28T17:11:05.796Z Checking rustls-webpki v0.101.7
34372025-01-28T17:11:05.890Z Checking sct v0.7.1
34382025-01-28T17:11:05.910Z Checking serde_plain v1.0.2
34392025-01-28T17:11:06.102Z Checking typed-path v0.9.3
34402025-01-28T17:11:06.464Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34412025-01-28T17:11:06.696Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34422025-01-28T17:11:06.749Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34432025-01-28T17:11:06.961Z Checking hashlink v0.9.1
34442025-01-28T17:11:07.010Z Checking fallible-streaming-iterator v0.1.9
34452025-01-28T17:11:07.234Z Checking fallible-iterator v0.3.0
34462025-01-28T17:11:07.487Z Checking parse-size v1.1.0
34472025-01-28T17:11:07.506Z Checking pin-project v1.1.6
34482025-01-28T17:11:07.730Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34492025-01-28T17:11:07.834Z Checking rusqlite v0.32.1
34502025-01-28T17:11:07.930Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34512025-01-28T17:11:08.055Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34522025-01-28T17:11:08.135Z Checking rustls-pemfile v1.0.4
34532025-01-28T17:11:08.334Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34542025-01-28T17:11:08.711Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34552025-01-28T17:11:08.732Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34562025-01-28T17:11:08.764Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34572025-01-28T17:11:08.862Z Checking twox-hash v2.1.0
34582025-01-28T17:11:09.021Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34592025-01-28T17:11:09.113Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34602025-01-28T17:11:09.222Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34612025-01-28T17:11:09.280Z Checking tokio-rustls v0.24.1
34622025-01-28T17:11:09.680Z Checking snafu v0.8.5
34632025-01-28T17:11:10.109Z Checking tough v0.19.0
34642025-01-28T17:11:10.293Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34652025-01-28T17:11:10.448Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34662025-01-28T17:11:10.779Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34672025-01-28T17:11:10.967Z Checking fatfs v0.3.6
34682025-01-28T17:11:11.001Z Checking assert_matches v1.5.0
34692025-01-28T17:11:14.100Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34702025-01-28T17:11:15.414Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34712025-01-28T17:11:16.947Z Compiling git2 v0.19.0
34722025-01-28T17:11:20.987Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34732025-01-28T17:12:14.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
34742025-01-28T17:12:15.005Z
34752025-01-28T17:12:15.005Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34762025-01-28T17:12:15.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-28T17:12:15.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-28T17:12:15.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792025-01-28T17:12:15.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34802025-01-28T17:12:15.677Z
34812025-01-28T17:12:15.677Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34822025-01-28T17:12:16.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-01-28T17:12:16.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-01-28T17:12:16.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852025-01-28T17:12:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34862025-01-28T17:12:16.271Z
34872025-01-28T17:12:16.271Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34882025-01-28T17:12:16.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-01-28T17:12:16.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-01-28T17:12:16.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-01-28T17:12:16.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34922025-01-28T17:12:16.911Z
34932025-01-28T17:12:16.911Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34942025-01-28T17:12:17.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-01-28T17:12:17.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-01-28T17:12:17.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-01-28T17:12:17.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34982025-01-28T17:12:17.564Z
34992025-01-28T17:12:17.564Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35002025-01-28T17:12:18.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-01-28T17:12:18.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-01-28T17:12:18.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-01-28T17:12:18.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35042025-01-28T17:12:18.214Z
35052025-01-28T17:12:18.214Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35062025-01-28T17:12:18.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-01-28T17:12:18.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-01-28T17:12:18.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-01-28T17:12:18.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35102025-01-28T17:12:18.871Z
35112025-01-28T17:12:18.871Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35122025-01-28T17:12:19.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-01-28T17:12:19.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-01-28T17:12:19.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-01-28T17:12:19.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35162025-01-28T17:12:19.533Z
35172025-01-28T17:12:19.533Zinfo: running `cargo check --bins` on update-common (175/197)
35182025-01-28T17:12:20.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-01-28T17:12:20.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-01-28T17:12:20.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212025-01-28T17:12:20.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35222025-01-28T17:12:20.169Z
35232025-01-28T17:12:20.169Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35242025-01-28T17:12:20.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252025-01-28T17:12:20.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262025-01-28T17:12:20.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272025-01-28T17:12:20.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35282025-01-28T17:12:20.804Z
35292025-01-28T17:12:20.804Zinfo: running `cargo check --bins` on tufaceous (177/197)
35302025-01-28T17:12:21.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312025-01-28T17:12:21.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322025-01-28T17:12:21.461Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35332025-01-28T17:12:22.570Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35342025-01-28T17:12:23.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
35352025-01-28T17:12:23.544Z
35362025-01-28T17:12:23.544Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35372025-01-28T17:12:24.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-01-28T17:12:24.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-01-28T17:12:24.373Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35402025-01-28T17:12:24.376Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35412025-01-28T17:12:24.513Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35422025-01-28T17:12:24.516Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35432025-01-28T17:12:25.489Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35442025-01-28T17:12:51.541Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35452025-01-28T17:12:51.543Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35462025-01-28T17:12:51.543Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35472025-01-28T17:12:51.543Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35482025-01-28T17:12:51.544Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35492025-01-28T17:12:51.544Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35502025-01-28T17:12:52.461Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35512025-01-28T17:12:53.632Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35522025-01-28T17:13:32.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
35532025-01-28T17:13:32.367Z
35542025-01-28T17:13:32.367Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35552025-01-28T17:13:32.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562025-01-28T17:13:32.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572025-01-28T17:13:33.052Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35582025-01-28T17:13:33.055Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35592025-01-28T17:13:33.160Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35602025-01-28T17:13:33.179Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35612025-01-28T17:13:33.187Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35622025-01-28T17:13:33.206Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35632025-01-28T17:13:33.212Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35642025-01-28T17:13:33.219Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35652025-01-28T17:13:33.374Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35662025-01-28T17:13:33.415Z Checking heck v0.4.1
35672025-01-28T17:13:33.479Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35682025-01-28T17:13:33.611Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35692025-01-28T17:13:33.802Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35702025-01-28T17:13:34.010Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35712025-01-28T17:13:34.420Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35722025-01-28T17:13:34.597Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35732025-01-28T17:13:34.897Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35742025-01-28T17:13:35.898Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35752025-01-28T17:13:36.229Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35762025-01-28T17:13:36.784Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35772025-01-28T17:13:36.900Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35782025-01-28T17:13:38.422Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35792025-01-28T17:13:38.422Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35802025-01-28T17:13:39.987Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35812025-01-28T17:13:41.403Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35822025-01-28T17:13:46.861Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35832025-01-28T17:13:46.862Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35842025-01-28T17:13:48.038Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35852025-01-28T17:13:49.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s
35862025-01-28T17:13:49.197Z
35872025-01-28T17:13:49.197Zinfo: running `cargo check --bins` on installinator-api (180/197)
35882025-01-28T17:13:49.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892025-01-28T17:13:49.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902025-01-28T17:13:49.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912025-01-28T17:13:49.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35922025-01-28T17:13:49.835Z
35932025-01-28T17:13:49.835Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35942025-01-28T17:13:50.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952025-01-28T17:13:50.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962025-01-28T17:13:50.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972025-01-28T17:13:50.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35982025-01-28T17:13:50.472Z
35992025-01-28T17:13:50.472Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36002025-01-28T17:13:51.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012025-01-28T17:13:51.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022025-01-28T17:13:51.147Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36032025-01-28T17:13:51.147Z Compiling petname v2.0.2
36042025-01-28T17:13:51.150Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36052025-01-28T17:13:51.150Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36062025-01-28T17:13:51.150Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36072025-01-28T17:13:51.150Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36082025-01-28T17:13:51.264Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36092025-01-28T17:13:51.283Z Checking sync-ptr v0.1.1
36102025-01-28T17:13:56.373Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36112025-01-28T17:13:56.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36122025-01-28T17:13:58.062Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36132025-01-28T17:13:59.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
36142025-01-28T17:13:59.735Z
36152025-01-28T17:13:59.735Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36162025-01-28T17:14:00.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172025-01-28T17:14:00.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182025-01-28T17:14:00.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192025-01-28T17:14:00.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36202025-01-28T17:14:00.381Z
36212025-01-28T17:14:00.381Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36222025-01-28T17:14:00.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232025-01-28T17:14:00.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242025-01-28T17:14:01.024Z Checking memmap2 v0.9.5
36252025-01-28T17:14:01.024Z Checking arrayvec v0.7.6
36262025-01-28T17:14:01.026Z Checking constant_time_eq v0.3.1
36272025-01-28T17:14:01.026Z Checking arrayref v0.3.9
36282025-01-28T17:14:01.026Z Checking topological-sort v0.2.2
36292025-01-28T17:14:01.027Z Checking shell-words v1.1.0
36302025-01-28T17:14:01.374Z Checking blake3 v1.5.4
36312025-01-28T17:14:01.702Z Checking omicron-zone-package v0.12.0
36322025-01-28T17:14:02.800Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36332025-01-28T17:14:03.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
36342025-01-28T17:14:03.854Z
36352025-01-28T17:14:03.854Zinfo: running `cargo check --bins` on xtask (185/197)
36362025-01-28T17:14:04.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372025-01-28T17:14:04.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382025-01-28T17:14:04.270Z Checking bitflags v2.6.0
36392025-01-28T17:14:04.272Z Checking serde v1.0.217
36402025-01-28T17:14:04.273Z Checking thiserror v1.0.69
36412025-01-28T17:14:04.273Z Checking scroll v0.12.0
36422025-01-28T17:14:04.359Z Checking hashbrown v0.15.1
36432025-01-28T17:14:04.377Z Checking log v0.4.22
36442025-01-28T17:14:04.380Z Checking zerocopy v0.7.35
36452025-01-28T17:14:04.400Z Checking syn v2.0.96
36462025-01-28T17:14:04.486Z Checking pest v2.7.14
36472025-01-28T17:14:04.591Z Checking rustix v0.38.37
36482025-01-28T17:14:04.638Z Checking once_cell v1.20.2
36492025-01-28T17:14:04.802Z Checking goblin v0.8.2
36502025-01-28T17:14:04.960Z Checking fs-err v2.11.0
36512025-01-28T17:14:05.240Z Checking anyhow v1.0.95
36522025-01-28T17:14:05.332Z Checking indexmap v2.7.0
36532025-01-28T17:14:05.530Z Checking tabled v0.15.0
36542025-01-28T17:14:06.218Z Checking terminal_size v0.4.0
36552025-01-28T17:14:06.220Z Checking tempfile v3.13.0
36562025-01-28T17:14:06.400Z Checking clap_builder v4.5.27
36572025-01-28T17:14:06.967Z Checking dtrace-parser v0.2.0
36582025-01-28T17:14:08.056Z Checking serde_json v1.0.135
36592025-01-28T17:14:08.056Z Checking serde_spanned v0.6.8
36602025-01-28T17:14:08.059Z Checking toml_datetime v0.6.8
36612025-01-28T17:14:08.059Z Checking camino v1.1.9
36622025-01-28T17:14:08.059Z Checking cargo-platform v0.1.8
36632025-01-28T17:14:08.311Z Checking semver v1.0.24
36642025-01-28T17:14:08.374Z Checking toml_edit v0.22.22
36652025-01-28T17:14:08.390Z Checking macaddr v1.0.1
36662025-01-28T17:14:08.574Z Checking camino-tempfile v1.1.1
36672025-01-28T17:14:08.626Z Checking clap v4.5.27
36682025-01-28T17:14:09.241Z Checking dof v0.3.0
36692025-01-28T17:14:09.241Z Checking cargo_metadata v0.18.1
36702025-01-28T17:14:09.651Z Checking usdt-impl v0.5.0
36712025-01-28T17:14:10.007Z Checking usdt v0.5.0
36722025-01-28T17:14:10.190Z Checking toml v0.8.19
36732025-01-28T17:14:10.616Z Checking cargo_toml v0.20.5
36742025-01-28T17:14:11.747Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36752025-01-28T17:14:12.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
36762025-01-28T17:14:12.468Z
36772025-01-28T17:14:12.469Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36782025-01-28T17:14:13.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-01-28T17:14:13.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-01-28T17:14:13.212Z Checking polyval v0.6.2
36812025-01-28T17:14:13.326Z Checking ctr v0.9.2
36822025-01-28T17:14:13.336Z Checking ssh-encoding v0.2.0
36832025-01-28T17:14:13.339Z Checking blowfish v0.9.1
36842025-01-28T17:14:13.356Z Checking password-hash v0.4.2
36852025-01-28T17:14:13.370Z Checking p256 v0.13.2
36862025-01-28T17:14:13.372Z Checking p521 v0.13.3
36872025-01-28T17:14:13.387Z Checking russh-cryptovec v0.7.3
36882025-01-28T17:14:13.559Z Checking ghash v0.5.1
36892025-01-28T17:14:13.579Z Checking md5 v0.7.0
36902025-01-28T17:14:13.579Z Checking bcrypt-pbkdf v0.10.0
36912025-01-28T17:14:13.631Z Checking num-bigint v0.4.6
36922025-01-28T17:14:13.634Z Checking des v0.8.1
36932025-01-28T17:14:13.720Z Checking aes-gcm v0.10.3
36942025-01-28T17:14:13.741Z Checking pbkdf2 v0.11.0
36952025-01-28T17:14:13.813Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36962025-01-28T17:14:13.842Z Checking hex-literal v0.4.1
36972025-01-28T17:14:13.867Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36982025-01-28T17:14:13.923Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
36992025-01-28T17:14:13.947Z Checking ssh-cipher v0.2.0
37002025-01-28T17:14:13.984Z Checking internet-checksum v0.2.1
37012025-01-28T17:14:14.231Z Checking ssh-key v0.6.6
37022025-01-28T17:14:14.460Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37032025-01-28T17:14:15.372Z Checking russh-keys v0.45.0
37042025-01-28T17:14:16.192Z Checking russh v0.45.0
37052025-01-28T17:14:32.941Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37062025-01-28T17:14:34.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.78s
37072025-01-28T17:14:34.459Z
37082025-01-28T17:14:34.459Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37092025-01-28T17:14:34.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102025-01-28T17:14:34.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112025-01-28T17:14:35.080Z Checking termios v0.3.3
37122025-01-28T17:14:35.298Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37132025-01-28T17:14:36.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
37142025-01-28T17:14:36.261Z
37152025-01-28T17:14:36.261Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37162025-01-28T17:14:36.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172025-01-28T17:14:36.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182025-01-28T17:14:36.939Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37192025-01-28T17:14:36.939Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37202025-01-28T17:14:36.942Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37212025-01-28T17:14:36.942Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37222025-01-28T17:14:37.959Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37232025-01-28T17:14:39.168Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37242025-01-28T17:14:40.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
37252025-01-28T17:14:41.085Z
37262025-01-28T17:14:41.085Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37272025-01-28T17:14:41.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-01-28T17:14:41.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-01-28T17:14:41.711Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37302025-01-28T17:14:42.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
37312025-01-28T17:14:42.342Z
37322025-01-28T17:14:42.342Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37332025-01-28T17:14:42.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-01-28T17:14:42.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-01-28T17:14:42.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362025-01-28T17:14:42.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37372025-01-28T17:14:42.945Z
37382025-01-28T17:14:42.945Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37392025-01-28T17:14:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-01-28T17:14:43.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-01-28T17:14:43.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422025-01-28T17:14:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37432025-01-28T17:14:43.545Z
37442025-01-28T17:14:43.545Zinfo: running `cargo check --bins` on omicron-package (192/197)
37452025-01-28T17:14:44.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462025-01-28T17:14:44.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472025-01-28T17:14:44.196Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37482025-01-28T17:14:45.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
37492025-01-28T17:14:45.685Z
37502025-01-28T17:14:45.685Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37512025-01-28T17:14:46.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522025-01-28T17:14:46.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532025-01-28T17:14:46.367Z Checking rtoolbox v0.0.2
37542025-01-28T17:14:46.370Z Checking tui-tree-widget v0.22.0
37552025-01-28T17:14:46.370Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37562025-01-28T17:14:46.597Z Checking rpassword v7.3.1
37572025-01-28T17:14:50.304Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37582025-01-28T17:14:53.071Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37592025-01-28T17:14:54.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.50s
37602025-01-28T17:14:54.384Z
37612025-01-28T17:14:54.384Zinfo: running `cargo check --bins` on wicket (194/197)
37622025-01-28T17:14:54.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632025-01-28T17:14:54.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642025-01-28T17:14:55.061Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37652025-01-28T17:14:55.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
37662025-01-28T17:14:55.649Z
37672025-01-28T17:14:55.649Zinfo: running `cargo check --bins` on wicketd (195/197)
37682025-01-28T17:14:56.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692025-01-28T17:14:56.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702025-01-28T17:14:56.347Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37712025-01-28T17:14:56.350Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37722025-01-28T17:14:57.137Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37732025-01-28T17:15:00.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
37742025-01-28T17:15:00.994Z
37752025-01-28T17:15:00.994Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37762025-01-28T17:15:01.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772025-01-28T17:15:01.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782025-01-28T17:15:01.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792025-01-28T17:15:01.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37802025-01-28T17:15:01.586Z
37812025-01-28T17:15:01.586Zinfo: running `cargo check --bins` on zone-setup (197/197)
37822025-01-28T17:15:02.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832025-01-28T17:15:02.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842025-01-28T17:15:02.300Z Checking uzers v0.12.1
37852025-01-28T17:15:02.643Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37862025-01-28T17:15:03.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
37872025-01-28T17:15:03.914Z
37882025-01-28T17:15:03.914Zreal 13:08.313648067
37892025-01-28T17:15:03.914Zuser 25:23.119925142
37902025-01-28T17:15:03.914Zsys 4:10.507745901
37912025-01-28T17:15:03.914Ztrap 0.516910624
37922025-01-28T17:15:03.914Ztflt 3.007324835
37932025-01-28T17:15:03.914Zdflt 2.233676286
37942025-01-28T17:15:03.914Zkflt 0.000861908
37952025-01-28T17:15:03.917Zlock 44:31.664387209
37962025-01-28T17:15:03.917Zslp 2:06:08.295220448
37972025-01-28T17:15:03.917Zlat 1:06.418321997
37982025-01-28T17:15:03.917Zstop 3:41.907811466
37992025-01-28T17:15:03.917Zprocess exited: duration 1084017 ms, exit code 0
 
38002025-01-28T17:15:03.923Zfound 0 output files