01JJCVKV27504GFMA9GF8CVP1P: 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: 01JJCVM61XBJJBH05Y22A6R6GK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-24T19:12:27.444Zjob assigned to worker 01JJCVMB3Y5AFG77DRNAJC2976 [factory aws, i-08076c7fa153a6a24] (queued for 49 s)
 
22025-01-24T19:12:35.511Zstarting task 0: "setup"
32025-01-24T19:12:35.520Z++ uname -s
42025-01-24T19:12:35.523Z+ kern=SunOS
52025-01-24T19:12:35.523Z+ case "$kern" in
62025-01-24T19:12:35.523Z+ groupadd -g 12345 build
72025-01-24T19:12:35.525Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-24T19:12:37.534Z+ zfs create -o mountpoint=/work rpool/work
92025-01-24T19:12:37.632Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-24T19:12:37.635Z+ home_fs=zfs
112025-01-24T19:12:37.635Z+ [[ zfs == autofs ]]
122025-01-24T19:12:37.635Z+ mkdir -p /home/build
132025-01-24T19:12:37.638Z+ chown build:build /home/build /work
142025-01-24T19:12:39.639Z+ chmod 0700 /home/build /work
152025-01-24T19:12:39.642Zprocess exited: duration 4132 ms, exit code 0
 
162025-01-24T19:12:39.647Zstarting task 1: "rust-toolchain"
172025-01-24T19:12:39.652Z+ printf ' * toolchain channel = "%s"
182025-01-24T19:12:39.652Z' 1.84.0
192025-01-24T19:12:39.655Z * toolchain channel = "1.84.0"
202025-01-24T19:12:39.655Z+ printf ' * toolchain profile = "%s"
212025-01-24T19:12:39.655Z' default
222025-01-24T19:12:39.655Z * toolchain profile = "default"
232025-01-24T19:12:39.655Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-24T19:12:39.655Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-24T19:12:39.776Zinfo: downloading installer
262025-01-24T19:12:41.378Zinfo: profile set to 'default'
272025-01-24T19:12:41.378Zinfo: default host triple is x86_64-unknown-illumos
282025-01-24T19:12:41.381Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-24T19:12:41.515Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-24T19:12:41.515Zinfo: downloading component 'cargo'
312025-01-24T19:12:42.248Zinfo: downloading component 'clippy'
322025-01-24T19:12:42.529Zinfo: downloading component 'rust-docs'
332025-01-24T19:12:43.543Zinfo: downloading component 'rust-std'
342025-01-24T19:12:45.028Zinfo: downloading component 'rustc'
352025-01-24T19:12:50.713Zinfo: downloading component 'rustfmt'
362025-01-24T19:12:50.927Zinfo: installing component 'cargo'
372025-01-24T19:12:51.750Zinfo: installing component 'clippy'
382025-01-24T19:12:52.128Zinfo: installing component 'rust-docs'
392025-01-24T19:12:53.780Zinfo: installing component 'rust-std'
402025-01-24T19:12:55.521Zinfo: installing component 'rustc'
412025-01-24T19:13:01.446Zinfo: installing component 'rustfmt'
422025-01-24T19:13:01.777Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-24T19:13:01.777Z
442025-01-24T19:13:02.167Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-24T19:13:02.167Z
462025-01-24T19:13:02.170Z
472025-01-24T19:13:02.170ZRust is installed now. Great!
482025-01-24T19:13:02.170Z
492025-01-24T19:13:02.170ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-24T19:13:02.170Zenvironment variable. This has not been done automatically.
512025-01-24T19:13:02.170Z
522025-01-24T19:13:02.170ZTo configure your current shell, you need to source
532025-01-24T19:13:02.170Zthe corresponding env file under $HOME/.cargo.
542025-01-24T19:13:02.170Z
552025-01-24T19:13:02.170ZThis is usually done by running one of the following (note the leading DOT):
562025-01-24T19:13:02.170Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-24T19:13:02.170Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-24T19:13:02.249Z+ rustc --version
592025-01-24T19:13:02.320Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-24T19:13:02.324Zprocess exited: duration 22675 ms, exit code 0
 
612025-01-24T19:13:02.329Zstarting task 2: "authentication"
622025-01-24T19:13:02.351Zprocess exited: duration 21 ms, exit code 0
 
632025-01-24T19:13:02.356Zstarting task 3: "clone repository"
642025-01-24T19:13:02.361Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-24T19:13:02.364Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-24T19:13:02.473ZCloning into '/work/oxidecomputer/omicron'...
672025-01-24T19:13:10.158Z+ cd /work/oxidecomputer/omicron
682025-01-24T19:13:10.158Z+ git fetch origin 41e6a9e1a7295073337b5083d2d3c32d12317cb6
692025-01-24T19:13:10.493ZFrom https://github.com/oxidecomputer/omicron
702025-01-24T19:13:10.493Z * branch 41e6a9e1a7295073337b5083d2d3c32d12317cb6 -> FETCH_HEAD
712025-01-24T19:13:10.504Z+ [[ -n iliana/nexus-tuf ]]
722025-01-24T19:13:10.506Z++ git branch --show-current
732025-01-24T19:13:10.510Z+ current=main
742025-01-24T19:13:10.510Z+ [[ main != iliana/nexus-tuf ]]
752025-01-24T19:13:10.510Z+ git branch -f iliana/nexus-tuf 41e6a9e1a7295073337b5083d2d3c32d12317cb6
762025-01-24T19:13:10.518Z+ git checkout -f iliana/nexus-tuf
772025-01-24T19:13:10.704ZSwitched to branch 'iliana/nexus-tuf'
782025-01-24T19:13:10.706Z+ git reset --hard 41e6a9e1a7295073337b5083d2d3c32d12317cb6
792025-01-24T19:13:10.729ZHEAD is now at 41e6a9e1a Merge remote-tracking branch 'origin/main' into iliana/nexus-tuf
802025-01-24T19:13:10.732Zprocess exited: duration 8373 ms, exit code 0
 
812025-01-24T19:13:10.740Zstarting task 4: "build"
822025-01-24T19:13:10.743Z+ source .github/buildomat/ci-env.sh
832025-01-24T19:13:10.746Z++ export CARGO_TERM_COLOR=always
842025-01-24T19:13:10.746Z++ CARGO_TERM_COLOR=always
852025-01-24T19:13:10.746Z+ cargo --version
862025-01-24T19:13:10.804Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-24T19:13:10.807Z+ rustc --version
882025-01-24T19:13:10.872Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-24T19:13:10.875Z+ source ./env.sh
902025-01-24T19:13:10.875Z++ OLD_SHELL_OPTS=ehxB
912025-01-24T19:13:10.875Z++ set -o xtrace
922025-01-24T19:13:10.877Z++++ dirname ./env.sh
932025-01-24T19:13:10.880Z+++ readlink -f .
942025-01-24T19:13:10.896Z++ OMICRON_WS=/work/oxidecomputer/omicron
952025-01-24T19:13:10.898Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ 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-24T19:13:10.899Z++ case $OLD_SHELL_OPTS in
1042025-01-24T19:13:10.899Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052025-01-24T19:13:10.899Z+ 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-24T19:13:10.899Z+ 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-24T19:13:10.899Z+ banner prerequisites
1082025-01-24T19:13:10.902Z
1092025-01-24T19:13:10.902Z ##### ##### ###### ##### ###### #### # # # #### #
1102025-01-24T19:13:10.902Z # # # # # # # # # # # # # # #
1112025-01-24T19:13:10.902Z # # # # ##### # # ##### # # # # # #### #
1122025-01-24T19:13:10.902Z ##### ##### # ##### # # # # # # # # #
1132025-01-24T19:13:10.902Z # # # # # # # # # # # # # # #
1142025-01-24T19:13:10.903Z # # # ###### # # ###### ### # #### # #### #
1152025-01-24T19:13:10.903Z
1162025-01-24T19:13:10.903Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172025-01-24T19:13:12.505Zpkg list: illegal option -- F
1182025-01-24T19:13:12.506ZUsage:
1192025-01-24T19:13:12.508Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-01-24T19:13:12.508Z [pkg_fmri_pattern ...]
1212025-01-24T19:13:13.339Zpkg list: illegal option -- F
1222025-01-24T19:13:13.339ZUsage:
1232025-01-24T19:13:13.342Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1242025-01-24T19:13:13.342Z [pkg_fmri_pattern ...]
1252025-01-24T19:13:19.424Z Startup: Refreshing catalog 'helios-dev' ... Done
1262025-01-24T19:13:23.682Z Startup: Caching catalogs ... Done
1272025-01-24T19:13:35.085ZPlanning: Solver setup ... Done (10.574s)
1282025-01-24T19:13:35.231ZPlanning: Running solver ... Done (0.146s)
1292025-01-24T19:13:35.643ZPlanning: Finding local manifests ... Done (0.303s)
1302025-01-24T19:13:35.657ZPlanning: Fetching manifests: 0/7 0% complete
1312025-01-24T19:13:35.886ZPlanning: Fetching manifests: 7/7 100% complete
1322025-01-24T19:13:36.400ZPlanning: Package planning ... Done (0.515s)
1332025-01-24T19:13:36.458ZPlanning: Merging actions ... Done (0.057s)
1342025-01-24T19:13:37.409ZPlanning: Checking for conflicting actions ... Done (0.951s)
1352025-01-24T19:13:44.012ZPlanning: Consolidating action changes ... Done (6.600s)
1362025-01-24T19:13:44.429ZPlanning: Evaluating mediators ... Done (0.417s)
1372025-01-24T19:13:44.508ZPlanning: Planning completed in 20.73 seconds
1382025-01-24T19:13:44.523Z Packages to install: 4
1392025-01-24T19:13:44.523Z Packages to update: 3
1402025-01-24T19:13:44.525Z Mediators to change: 2
1412025-01-24T19:13:44.525Z Services to change: 1
1422025-01-24T19:13:44.526Z Estimated space available: 155.61 GB
1432025-01-24T19:13:44.526ZEstimated space to be consumed: 1.64 GB
1442025-01-24T19:13:44.526Z Create boot environment: No
1452025-01-24T19:13:44.526ZCreate backup boot environment: Yes
1462025-01-24T19:13:44.526Z Rebuild boot archive: No
1472025-01-24T19:13:44.526Z
1482025-01-24T19:13:44.526ZChanged mediators:
1492025-01-24T19:13:44.526Z mediator clang:
1502025-01-24T19:13:44.526Z version: None -> 15 (system default)
1512025-01-24T19:13:44.526Z
1522025-01-24T19:13:44.526Z mediator llvm:
1532025-01-24T19:13:44.526Z version: 14 (system default) -> 15 (system default)
1542025-01-24T19:13:44.526Z
1552025-01-24T19:13:44.526ZChanged packages:
1562025-01-24T19:13:44.526Zhelios-dev
1572025-01-24T19:13:44.526Z developer/build-essential
1582025-01-24T19:13:44.526Z None -> 11-2.0
1592025-01-24T19:13:44.526Z library/libxmlsec1
1602025-01-24T19:13:44.526Z None -> 1.2.35-2.0
1612025-01-24T19:13:44.526Z ooce/developer/clang-15
1622025-01-24T19:13:44.526Z None -> 15.0.7-2.0
1632025-01-24T19:13:44.526Z ooce/developer/llvm-15
1642025-01-24T19:13:44.526Z None -> 15.0.7-2.0
1652025-01-24T19:13:44.526Z package/pkg
1662025-01-24T19:13:44.526Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1672025-01-24T19:13:44.526Z system/library/g++-runtime
1682025-01-24T19:13:44.526Z 13-2.0 -> 14-2.0
1692025-01-24T19:13:44.526Z system/library/gcc-runtime
1702025-01-24T19:13:44.526Z 13-2.0 -> 14-2.0
1712025-01-24T19:13:44.526Z
1722025-01-24T19:13:44.526ZServices:
1732025-01-24T19:13:44.526Z restart_fmri:
1742025-01-24T19:13:44.526Z svc:/system/update-man-index:default
1752025-01-24T19:13:44.526Z
1762025-01-24T19:13:44.526ZEditable files to change:
1772025-01-24T19:13:44.526Z Update:
1782025-01-24T19:13:44.527Z usr/share/lib/pkg/web/config.shtml
1792025-01-24T19:13:44.713Z
1802025-01-24T19:13:44.713ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1812025-01-24T19:13:49.714ZDownload: 1029/4301 items 19.6/225.4MB 8% complete (4.0M/s)
1822025-01-24T19:13:54.721ZDownload: 1354/4301 items 116.8/225.4MB 51% complete (11.7M/s)
1832025-01-24T19:14:01.200ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (10.1M/s)
1842025-01-24T19:14:06.202ZDownload: 3061/4301 items 121.4/225.4MB 53% complete (372k/s)
1852025-01-24T19:14:27.484ZDownload: 3248/4301 items 203.1/225.4MB 90% complete
1862025-01-24T19:14:32.415ZDownload: 3555/4301 items 215.8/225.4MB 95% complete (2.5M/s)
1872025-01-24T19:14:37.449ZDownload: 4199/4301 items 220.5/225.4MB 97% complete (1.8M/s)
1882025-01-24T19:14:40.857ZDownload: Completed 225.42 MB in 56.14 seconds (4.0M/s)
1892025-01-24T19:14:42.951Z Actions: 1/5122 actions (Removing old actions)
1902025-01-24T19:14:42.966Z Actions: 194/5122 actions (Installing new actions)
1912025-01-24T19:14:47.665Z Actions: 4267/5122 actions (Updating modified actions)
1922025-01-24T19:14:48.011Z Actions: Completed 5122 actions in 5.07 seconds.
1932025-01-24T19:14:48.429Z Done (0.410s)
1942025-01-24T19:14:48.432Z Done (0.001s)
1952025-01-24T19:14:49.014Z Done (0.583s)
1962025-01-24T19:14:55.262Z Done (6.013s)
1972025-01-24T19:14:55.738Z Done (0.399s)
1982025-01-24T19:14:55.741Z Done (0.000s)
1992025-01-24T19:14:55.912Z Done (0.000s)
2002025-01-24T19:14:56.610ZPlanning: Evaluating mediator changes ... Done
2012025-01-24T19:14:56.769ZPlanning: Checking for conflicting actions ... Done
2022025-01-24T19:14:56.772ZPlanning: Consolidating action changes ... Done
2032025-01-24T19:14:57.043ZPlanning: Evaluating mediators ... Done
2042025-01-24T19:14:57.046ZPlanning: Planning completed in 0.43 seconds
2052025-01-24T19:14:57.084Z Mediators to change: 2
2062025-01-24T19:14:57.084Z Create boot environment: No
2072025-01-24T19:14:57.087ZCreate backup boot environment: No
2082025-01-24T19:14:57.166Z Done
2092025-01-24T19:14:57.166Z Done
2102025-01-24T19:14:57.528Z Done
2112025-01-24T19:15:01.193Z Done
2122025-01-24T19:15:01.288Z Done
2132025-01-24T19:15:01.297Z Done
2142025-01-24T19:15:01.415Z Done
2152025-01-24T19:15:02.043ZPlanning: Evaluating mediator changes ... Done
2162025-01-24T19:15:02.047ZPlanning: Merging actions ... Done
2172025-01-24T19:15:02.239ZPlanning: Checking for conflicting actions ... Done
2182025-01-24T19:15:02.242ZPlanning: Consolidating action changes ... Done
2192025-01-24T19:15:02.513ZPlanning: Evaluating mediators ... Done
2202025-01-24T19:15:02.570ZPlanning: Planning completed in 0.78 seconds
2212025-01-24T19:15:02.611Z Packages to change: 1
2222025-01-24T19:15:02.612Z Mediators to change: 1
2232025-01-24T19:15:02.615Z Services to change: 1
2242025-01-24T19:15:02.615Z Create boot environment: No
2252025-01-24T19:15:02.615ZCreate backup boot environment: Yes
2262025-01-24T19:15:04.920Z Actions: 1/6 actions (Updating modified actions)
2272025-01-24T19:15:04.922Z Actions: Completed 6 actions in 0.00 seconds.
2282025-01-24T19:15:04.922Z Done
2292025-01-24T19:15:04.922Z Done
2302025-01-24T19:15:05.041Z Done
2312025-01-24T19:15:08.723Z Done
2322025-01-24T19:15:08.820Z Done
2332025-01-24T19:15:08.822Z Done
2342025-01-24T19:15:08.963Z Done
2352025-01-24T19:15:09.402ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2362025-01-24T19:15:09.402Zclang system 15 system
2372025-01-24T19:15:09.402Zcsh system system illumos
2382025-01-24T19:15:09.402Zctags system system illumos
2392025-01-24T19:15:09.402Zgcc vendor 12 vendor
2402025-01-24T19:15:09.402Zgcc system 10 system
2412025-01-24T19:15:09.402Zgcc system 7 system
2422025-01-24T19:15:09.402Zgo system 1.20 system
2432025-01-24T19:15:09.402Zgo system 1.19 system
2442025-01-24T19:15:09.402Zllvm system 15 system
2452025-01-24T19:15:09.402Zllvm system 14 system
2462025-01-24T19:15:09.403Zmariadb system 10.6 system
2472025-01-24T19:15:09.403Zmta vendor vendor dma
2482025-01-24T19:15:09.403Zopenjdk system 17 system
2492025-01-24T19:15:09.404Zopenjdk system 11 system
2502025-01-24T19:15:09.404Zopenjdk system 1.8 system
2512025-01-24T19:15:09.404Zopenssl vendor 3 vendor
2522025-01-24T19:15:09.404Zperl system 5.36 system
2532025-01-24T19:15:09.404Zpostgresql system 15 system
2542025-01-24T19:15:09.404Zpostgresql system 13 system
2552025-01-24T19:15:09.404Zpython vendor 3 vendor
2562025-01-24T19:15:09.404Zpython system 2 system
2572025-01-24T19:15:09.404Zpython3 system 3.11 system
2582025-01-24T19:15:09.404Zruby system 3.0 system
2592025-01-24T19:15:09.404Zwords vendor vendor american-english
2602025-01-24T19:15:09.404Zwords system system australian-english
2612025-01-24T19:15:09.404Zwords system system british-english
2622025-01-24T19:15:09.404Zwords system system canadian-english
2632025-01-24T19:15:09.404Zwords system system french
2642025-01-24T19:15:09.404Zwords system system italian
2652025-01-24T19:15:09.404Zwords system system ngerman
2662025-01-24T19:15:09.404Zwords system system ogerman
2672025-01-24T19:15:09.404Zwords system system spanish
2682025-01-24T19:15:09.739ZPUBLISHER TYPE STATUS P LOCATION
2692025-01-24T19:15:09.739Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2702025-01-24T19:15:12.555ZFMRI IFO
2712025-01-24T19:15:12.555Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2722025-01-24T19:15:12.555Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2732025-01-24T19:15:12.555Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2742025-01-24T19:15:12.555Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2752025-01-24T19:15:12.555Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2762025-01-24T19:15:12.555Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2772025-01-24T19:15:12.555Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2782025-01-24T19:15:12.555Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792025-01-24T19:15:12.555Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802025-01-24T19:15:12.555Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2812025-01-24T19:15:12.555Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822025-01-24T19:15:12.555Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832025-01-24T19:15:12.555Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2842025-01-24T19:15:12.555Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852025-01-24T19:15:12.555Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862025-01-24T19:15:13.346Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872025-01-24T19:15:13.708Z Updating crates.io index
2882025-01-24T19:15:13.711Z Updating git repository `https://github.com/oxidecomputer/diffus`
2892025-01-24T19:15:14.146Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902025-01-24T19:15:14.621Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2912025-01-24T19:15:14.872Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2922025-01-24T19:15:15.157Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2932025-01-24T19:15:15.397Z Updating git repository `https://github.com/oxidecomputer/propolis`
2942025-01-24T19:15:16.393Z Updating git repository `https://github.com/oxidecomputer/crucible`
2952025-01-24T19:15:18.068Z Updating git repository `https://github.com/oxidecomputer/opte`
2962025-01-24T19:15:18.744Z Updating git repository `https://github.com/oxidecomputer/falcon`
2972025-01-24T19:15:19.542Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982025-01-24T19:15:19.844Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2992025-01-24T19:15:20.166Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3002025-01-24T19:15:20.903Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3012025-01-24T19:15:21.299Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3022025-01-24T19:15:21.625Z Updating git repository `https://github.com/oxidecomputer/tofino`
3032025-01-24T19:15:21.936Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042025-01-24T19:15:22.208Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052025-01-24T19:15:22.490Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062025-01-24T19:15:22.881Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3072025-01-24T19:15:23.079Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082025-01-24T19:15:23.482Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092025-01-24T19:15:24.009Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3102025-01-24T19:15:24.283Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112025-01-24T19:15:24.817Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122025-01-24T19:15:25.070Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3132025-01-24T19:15:25.461Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142025-01-24T19:15:25.832Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3152025-01-24T19:15:26.193Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162025-01-24T19:15:26.446Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172025-01-24T19:15:26.729Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182025-01-24T19:15:27.932Z Downloading crates ...
3192025-01-24T19:15:27.999Z Downloaded anstyle v1.0.10
3202025-01-24T19:15:28.007Z Downloaded anstyle-parse v0.2.5
3212025-01-24T19:15:28.010Z Downloaded byteorder v1.5.0
3222025-01-24T19:15:28.013Z Downloaded autocfg v1.4.0
3232025-01-24T19:15:28.018Z Downloaded equivalent v1.0.1
3242025-01-24T19:15:28.036Z Downloaded swrite v0.1.0
3252025-01-24T19:15:28.039Z Downloaded cargo-platform v0.1.8
3262025-01-24T19:15:28.041Z Downloaded block-buffer v0.10.4
3272025-01-24T19:15:28.049Z Downloaded usdt-macro v0.5.0
3282025-01-24T19:15:28.057Z Downloaded pretty-hex v0.4.1
3292025-01-24T19:15:28.061Z Downloaded scroll_derive v0.12.0
3302025-01-24T19:15:28.069Z Downloaded dtrace-parser v0.2.0
3312025-01-24T19:15:28.072Z Downloaded usdt-attr-macro v0.5.0
3322025-01-24T19:15:28.072Z Downloaded camino-tempfile v1.1.1
3332025-01-24T19:15:28.074Z Downloaded heck v0.4.1
3342025-01-24T19:15:28.077Z Downloaded bytecount v0.6.8
3352025-01-24T19:15:28.079Z Downloaded anstyle-query v1.1.1
3362025-01-24T19:15:28.082Z Downloaded fs-err v2.11.0
3372025-01-24T19:15:28.084Z Downloaded fastrand v2.1.1
3382025-01-24T19:15:28.090Z Downloaded heck v0.5.0
3392025-01-24T19:15:28.092Z Downloaded thiserror v1.0.69
3402025-01-24T19:15:28.096Z Downloaded proc-macro-error-attr v1.0.4
3412025-01-24T19:15:28.098Z Downloaded errno v0.3.9
3422025-01-24T19:15:28.101Z Downloaded dof v0.3.0
3432025-01-24T19:15:28.101Z Downloaded unicode-linebreak v0.1.5
3442025-01-24T19:15:28.104Z Downloaded plain v0.2.3
3452025-01-24T19:15:28.104Z Downloaded pest_generator v2.7.14
3462025-01-24T19:15:28.107Z Downloaded generic-array v0.14.7
3472025-01-24T19:15:28.109Z Downloaded itoa v1.0.11
3482025-01-24T19:15:28.109Z Downloaded cfg-if v1.0.0
3492025-01-24T19:15:28.112Z Downloaded colorchoice v1.0.2
3502025-01-24T19:15:28.112Z Downloaded thiserror-impl v1.0.69
3512025-01-24T19:15:28.115Z Downloaded serde_spanned v0.6.8
3522025-01-24T19:15:28.115Z Downloaded macaddr v1.0.1
3532025-01-24T19:15:28.118Z Downloaded is_terminal_polyfill v1.70.1
3542025-01-24T19:15:28.118Z Downloaded digest v0.10.7
3552025-01-24T19:15:28.120Z Downloaded terminal_size v0.4.0
3562025-01-24T19:15:28.121Z Downloaded memmap v0.7.0
3572025-01-24T19:15:28.123Z Downloaded fnv v1.0.7
3582025-01-24T19:15:28.123Z Downloaded strsim v0.11.1
3592025-01-24T19:15:28.129Z Downloaded usdt-impl v0.5.0
3602025-01-24T19:15:28.135Z Downloaded usdt v0.5.0
3612025-01-24T19:15:28.137Z Downloaded toml_datetime v0.6.8
3622025-01-24T19:15:28.139Z Downloaded version_check v0.9.5
3632025-01-24T19:15:28.140Z Downloaded utf8parse v0.2.2
3642025-01-24T19:15:28.142Z Downloaded anstream v0.6.15
3652025-01-24T19:15:28.145Z Downloaded clap_lex v0.7.2
3662025-01-24T19:15:28.145Z Downloaded tabled_derive v0.7.0
3672025-01-24T19:15:28.148Z Downloaded serde_tokenstream v0.2.2
3682025-01-24T19:15:28.151Z Downloaded cpufeatures v0.2.14
3692025-01-24T19:15:28.153Z Downloaded quote v1.0.38
3702025-01-24T19:15:28.156Z Downloaded pest_derive v2.7.14
3712025-01-24T19:15:28.159Z Downloaded crypto-common v0.1.6
3722025-01-24T19:15:28.161Z Downloaded cargo_toml v0.20.5
3732025-01-24T19:15:28.164Z Downloaded cargo_metadata v0.18.1
3742025-01-24T19:15:28.169Z Downloaded clap_derive v4.5.18
3752025-01-24T19:15:28.178Z Downloaded thread-id v4.2.2
3762025-01-24T19:15:28.181Z Downloaded tempfile v3.13.0
3772025-01-24T19:15:28.184Z Downloaded sha2 v0.10.8
3782025-01-24T19:15:28.186Z Downloaded once_cell v1.20.2
3792025-01-24T19:15:28.188Z Downloaded semver v1.0.24
3802025-01-24T19:15:28.191Z Downloaded smawk v0.3.2
3812025-01-24T19:15:28.191Z Downloaded zerocopy-derive v0.7.35
3822025-01-24T19:15:28.194Z Downloaded ryu v1.0.18
3832025-01-24T19:15:28.197Z Downloaded proc-macro-error v1.0.4
3842025-01-24T19:15:28.200Z Downloaded log v0.4.22
3852025-01-24T19:15:28.203Z Downloaded unicode-ident v1.0.14
3862025-01-24T19:15:28.206Z Downloaded ucd-trie v0.1.7
3872025-01-24T19:15:28.209Z Downloaded typenum v1.17.0
3882025-01-24T19:15:28.209Z Downloaded camino v1.1.9
3892025-01-24T19:15:28.211Z Downloaded bitflags v2.6.0
3902025-01-24T19:15:28.214Z Downloaded pest_meta v2.7.14
3912025-01-24T19:15:28.217Z Downloaded anyhow v1.0.95
3922025-01-24T19:15:28.220Z Downloaded scroll v0.12.0
3932025-01-24T19:15:28.223Z Downloaded textwrap v0.16.1
3942025-01-24T19:15:28.225Z Downloaded proc-macro2 v1.0.92
3952025-01-24T19:15:28.228Z Downloaded clap v4.5.21
3962025-01-24T19:15:28.236Z Downloaded toml v0.8.19
3972025-01-24T19:15:28.239Z Downloaded serde_derive v1.0.217
3982025-01-24T19:15:28.242Z Downloaded papergrid v0.11.0
3992025-01-24T19:15:28.253Z Downloaded indexmap v2.7.0
4002025-01-24T19:15:28.261Z Downloaded serde v1.0.217
4012025-01-24T19:15:28.291Z Downloaded toml_edit v0.22.22
4022025-01-24T19:15:28.312Z Downloaded memchr v2.7.4
4032025-01-24T19:15:28.333Z Downloaded pest v2.7.14
4042025-01-24T19:15:28.343Z Downloaded serde_json v1.0.135
4052025-01-24T19:15:28.353Z Downloaded zerocopy v0.7.35
4062025-01-24T19:15:28.368Z Downloaded winnow v0.6.20
4072025-01-24T19:15:28.376Z Downloaded goblin v0.8.2
4082025-01-24T19:15:28.381Z Downloaded clap_builder v4.5.21
4092025-01-24T19:15:28.388Z Downloaded hashbrown v0.15.1
4102025-01-24T19:15:28.392Z Downloaded tabled v0.15.0
4112025-01-24T19:15:28.407Z Downloaded unicode-width v0.1.14
4122025-01-24T19:15:28.412Z Downloaded syn v1.0.109
4132025-01-24T19:15:28.422Z Downloaded syn v2.0.96
4142025-01-24T19:15:28.433Z Downloaded rustix v0.38.37
4152025-01-24T19:15:28.465Z Downloaded libc v0.2.169
4162025-01-24T19:15:28.775Z Compiling proc-macro2 v1.0.92
4172025-01-24T19:15:28.775Z Compiling unicode-ident v1.0.14
4182025-01-24T19:15:28.778Z Compiling serde v1.0.217
4192025-01-24T19:15:28.778Z Compiling version_check v0.9.5
4202025-01-24T19:15:28.778Z Compiling memchr v2.7.4
4212025-01-24T19:15:28.778Z Compiling thiserror v1.0.69
4222025-01-24T19:15:28.812Z Compiling libc v0.2.169
4232025-01-24T19:15:28.815Z Compiling ryu v1.0.18
4242025-01-24T19:15:29.077Z Compiling itoa v1.0.11
4252025-01-24T19:15:29.215Z Compiling ucd-trie v0.1.7
4262025-01-24T19:15:29.335Z Compiling once_cell v1.20.2
4272025-01-24T19:15:29.729Z Compiling byteorder v1.5.0
4282025-01-24T19:15:29.777Z Compiling serde_json v1.0.135
4292025-01-24T19:15:29.851Z Compiling rustix v0.38.37
4302025-01-24T19:15:30.187Z Compiling bitflags v2.6.0
4312025-01-24T19:15:30.216Z Compiling proc-macro-error-attr v1.0.4
4322025-01-24T19:15:30.340Z Compiling usdt-impl v0.5.0
4332025-01-24T19:15:30.527Z Compiling syn v1.0.109
4342025-01-24T19:15:30.599Z Compiling proc-macro-error v1.0.4
4352025-01-24T19:15:30.646Z Compiling camino v1.1.9
4362025-01-24T19:15:30.703Z Compiling equivalent v1.0.1
4372025-01-24T19:15:30.846Z Compiling quote v1.0.38
4382025-01-24T19:15:30.880Z Compiling errno v0.3.9
4392025-01-24T19:15:30.906Z Compiling log v0.4.22
4402025-01-24T19:15:31.017Z Compiling utf8parse v0.2.2
4412025-01-24T19:15:31.193Z Compiling hashbrown v0.15.1
4422025-01-24T19:15:31.220Z Compiling syn v2.0.96
4432025-01-24T19:15:31.246Z Compiling plain v0.2.3
4442025-01-24T19:15:31.434Z Compiling thread-id v4.2.2
4452025-01-24T19:15:31.437Z Compiling anstyle-parse v0.2.5
4462025-01-24T19:15:31.657Z Compiling anstyle v1.0.10
4472025-01-24T19:15:31.792Z Compiling colorchoice v1.0.2
4482025-01-24T19:15:31.931Z Compiling is_terminal_polyfill v1.70.1
4492025-01-24T19:15:31.971Z Compiling autocfg v1.4.0
4502025-01-24T19:15:32.061Z Compiling pretty-hex v0.4.1
4512025-01-24T19:15:32.100Z Compiling anstyle-query v1.1.1
4522025-01-24T19:15:32.249Z Compiling indexmap v2.7.0
4532025-01-24T19:15:32.274Z Compiling semver v1.0.24
4542025-01-24T19:15:32.301Z Compiling unicode-width v0.1.14
4552025-01-24T19:15:32.337Z Compiling winnow v0.6.20
4562025-01-24T19:15:32.858Z Compiling anstream v0.6.15
4572025-01-24T19:15:32.925Z Compiling fs-err v2.11.0
4582025-01-24T19:15:33.046Z Compiling terminal_size v0.4.0
4592025-01-24T19:15:33.285Z Compiling fastrand v2.1.1
4602025-01-24T19:15:33.393Z Compiling fnv v1.0.7
4612025-01-24T19:15:33.448Z Compiling clap_lex v0.7.2
4622025-01-24T19:15:33.520Z Compiling strsim v0.11.1
4632025-01-24T19:15:33.557Z Compiling anyhow v1.0.95
4642025-01-24T19:15:33.609Z Compiling heck v0.5.0
4652025-01-24T19:15:33.760Z Compiling heck v0.4.1
4662025-01-24T19:15:33.944Z Compiling cfg-if v1.0.0
4672025-01-24T19:15:34.219Z Compiling bytecount v0.6.8
4682025-01-24T19:15:34.333Z Compiling clap_builder v4.5.21
4692025-01-24T19:15:34.445Z Compiling papergrid v0.11.0
4702025-01-24T19:15:34.606Z Compiling tempfile v3.13.0
4712025-01-24T19:15:34.675Z Compiling memmap v0.7.0
4722025-01-24T19:15:34.783Z Compiling unicode-linebreak v0.1.5
4732025-01-24T19:15:34.995Z Compiling smawk v0.3.2
4742025-01-24T19:15:35.243Z Compiling textwrap v0.16.1
4752025-01-24T19:15:35.659Z Compiling swrite v0.1.0
4762025-01-24T19:15:36.356Z Compiling tabled_derive v0.7.0
4772025-01-24T19:15:37.840Z Compiling tabled v0.15.0
4782025-01-24T19:15:38.103Z Compiling serde_derive v1.0.217
4792025-01-24T19:15:38.103Z Compiling thiserror-impl v1.0.69
4802025-01-24T19:15:38.269Z Compiling zerocopy-derive v0.7.35
4812025-01-24T19:15:38.295Z Compiling scroll_derive v0.12.0
4822025-01-24T19:15:38.298Z Compiling clap_derive v4.5.18
4832025-01-24T19:15:39.759Z Compiling scroll v0.12.0
4842025-01-24T19:15:40.172Z Compiling goblin v0.8.2
4852025-01-24T19:15:40.198Z Compiling zerocopy v0.7.35
4862025-01-24T19:15:40.782Z Compiling pest v2.7.14
4872025-01-24T19:15:41.546Z Compiling clap v4.5.21
4882025-01-24T19:15:42.954Z Compiling pest_meta v2.7.14
4892025-01-24T19:15:43.838Z Compiling pest_generator v2.7.14
4902025-01-24T19:15:45.201Z Compiling pest_derive v2.7.14
4912025-01-24T19:15:45.865Z Compiling dtrace-parser v0.2.0
4922025-01-24T19:15:46.744Z Compiling serde_tokenstream v0.2.2
4932025-01-24T19:15:46.810Z Compiling toml_datetime v0.6.8
4942025-01-24T19:15:46.810Z Compiling serde_spanned v0.6.8
4952025-01-24T19:15:47.107Z Compiling cargo-platform v0.1.8
4962025-01-24T19:15:47.148Z Compiling macaddr v1.0.1
4972025-01-24T19:15:47.360Z Compiling toml_edit v0.22.22
4982025-01-24T19:15:47.478Z Compiling camino-tempfile v1.1.1
4992025-01-24T19:15:48.126Z Compiling dof v0.3.0
5002025-01-24T19:15:48.403Z Compiling cargo_metadata v0.18.1
5012025-01-24T19:15:49.498Z Compiling usdt-attr-macro v0.5.0
5022025-01-24T19:15:49.498Z Compiling usdt-macro v0.5.0
5032025-01-24T19:15:50.028Z Compiling toml v0.8.19
5042025-01-24T19:15:50.581Z Compiling usdt v0.5.0
5052025-01-24T19:15:50.838Z Compiling cargo_toml v0.20.5
5062025-01-24T19:15:53.451Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5072025-01-24T19:15:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.48s
5082025-01-24T19:15:56.886Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5092025-01-24T19:15:57.424Z Downloading crates ...
5102025-01-24T19:15:57.534Z Downloaded aead v0.5.2
5112025-01-24T19:15:57.612Z Downloaded atty v0.2.14
5122025-01-24T19:15:57.612Z Downloaded async-stream-impl v0.3.6
5132025-01-24T19:15:57.612Z Downloaded atomicwrites v0.4.4
5142025-01-24T19:15:57.613Z Downloaded ciborium-io v0.2.2
5152025-01-24T19:15:57.613Z Downloaded crunchy v0.2.2
5162025-01-24T19:15:57.613Z Downloaded http-body-util v0.1.2
5172025-01-24T19:15:57.613Z Downloaded http-range v0.1.5
5182025-01-24T19:15:57.712Z Downloaded http-body v1.0.1
5192025-01-24T19:15:57.712Z Downloaded crucible-workspace-hack v0.1.0
5202025-01-24T19:15:57.712Z Downloaded adler2 v2.0.0
5212025-01-24T19:15:57.713Z Downloaded httparse v1.9.5
5222025-01-24T19:15:57.713Z Downloaded httpdate v1.0.3
5232025-01-24T19:15:57.713Z Downloaded cfg_aliases v0.2.1
5242025-01-24T19:15:57.714Z Downloaded ascii-canvas v3.0.0
5252025-01-24T19:15:57.714Z Downloaded cfg_aliases v0.1.1
5262025-01-24T19:15:57.714Z Downloaded cstr-argument v0.1.2
5272025-01-24T19:15:57.714Z Downloaded async-stream v0.3.6
5282025-01-24T19:15:57.715Z Downloaded async-recursion v1.1.1
5292025-01-24T19:15:57.715Z Downloaded assert_matches v1.5.0
5302025-01-24T19:15:57.715Z Downloaded base16ct v0.2.0
5312025-01-24T19:15:57.715Z Downloaded arrayref v0.3.9
5322025-01-24T19:15:57.715Z Downloaded array-init v0.0.4
5332025-01-24T19:15:57.715Z Downloaded cobs v0.2.3
5342025-01-24T19:15:57.715Z Downloaded chrono-tz-build v0.4.0
5352025-01-24T19:15:57.715Z Downloaded chacha20 v0.9.1
5362025-01-24T19:15:57.716Z Downloaded bb8 v0.8.5
5372025-01-24T19:15:57.716Z Downloaded maybe-uninit v2.0.0
5382025-01-24T19:15:57.716Z Downloaded colored v2.1.0
5392025-01-24T19:15:57.716Z Downloaded castaway v0.2.3
5402025-01-24T19:15:57.716Z Downloaded cassowary v0.3.0
5412025-01-24T19:15:57.716Z Downloaded bitfield v0.14.0
5422025-01-24T19:15:57.716Z Downloaded atomic-waker v1.1.2
5432025-01-24T19:15:57.716Z Downloaded match_cfg v0.1.0
5442025-01-24T19:15:57.717Z Downloaded bitflags v1.3.2
5452025-01-24T19:15:57.717Z Downloaded bcrypt-pbkdf v0.10.0
5462025-01-24T19:15:57.717Z Downloaded bit-set v0.5.3
5472025-01-24T19:15:57.717Z Downloaded lockfree-object-pool v0.1.6
5482025-01-24T19:15:57.717Z Downloaded lru-cache v0.1.2
5492025-01-24T19:15:57.717Z Downloaded lru v0.12.5
5502025-01-24T19:15:57.717Z Downloaded mime v0.3.17
5512025-01-24T19:15:57.717Z Downloaded lock_api v0.4.12
5522025-01-24T19:15:57.718Z Downloaded litrs v0.4.1
5532025-01-24T19:15:57.718Z Downloaded litemap v0.7.3
5542025-01-24T19:15:57.718Z Downloaded libxml v0.3.3
5552025-01-24T19:15:57.746Z Downloaded memmap2 v0.9.5
5562025-01-24T19:15:57.746Z Downloaded crossbeam-deque v0.8.5
5572025-01-24T19:15:57.746Z Downloaded md5 v0.7.0
5582025-01-24T19:15:57.746Z Downloaded cmake v0.1.51
5592025-01-24T19:15:57.746Z Downloaded md-5 v0.10.6
5602025-01-24T19:15:57.746Z Downloaded managed v0.8.0
5612025-01-24T19:15:57.747Z Downloaded cbc v0.1.2
5622025-01-24T19:15:57.747Z Downloaded block-padding v0.3.3
5632025-01-24T19:15:57.747Z Downloaded crc-catalog v2.4.0
5642025-01-24T19:15:57.747Z Downloaded hostname v0.3.1
5652025-01-24T19:15:57.747Z Downloaded ctr v0.9.2
5662025-01-24T19:15:57.747Z Downloaded bitfield-struct v0.6.2
5672025-01-24T19:15:57.747Z Downloaded aes v0.8.4
5682025-01-24T19:15:57.747Z Downloaded crc v3.2.1
5692025-01-24T19:15:57.747Z Downloaded blowfish v0.9.1
5702025-01-24T19:15:57.747Z Downloaded convert_case v0.4.0
5712025-01-24T19:15:57.747Z Downloaded icu_provider_macros v1.5.0
5722025-01-24T19:15:57.748Z Downloaded maplit v1.0.2
5732025-01-24T19:15:57.748Z Downloaded curve25519-dalek-derive v0.1.1
5742025-01-24T19:15:57.748Z Downloaded darling v0.20.10
5752025-01-24T19:15:57.748Z Downloaded memoffset v0.9.1
5762025-01-24T19:15:57.748Z Downloaded ident_case v1.0.1
5772025-01-24T19:15:57.748Z Downloaded hubpack_derive v0.1.1
5782025-01-24T19:15:57.748Z Downloaded bit-vec v0.6.3
5792025-01-24T19:15:57.748Z Downloaded async-bb8-diesel v0.2.1
5802025-01-24T19:15:57.748Z Downloaded is_ci v1.2.0
5812025-01-24T19:15:57.748Z Downloaded instant v0.1.13
5822025-01-24T19:15:57.748Z Downloaded backoff v0.4.0
5832025-01-24T19:15:57.748Z Downloaded argon2 v0.5.3
5842025-01-24T19:15:57.748Z Downloaded new_debug_unreachable v1.0.6
5852025-01-24T19:15:57.749Z Downloaded cipher v0.4.4
5862025-01-24T19:15:57.749Z Downloaded mirai-annotations v1.12.0
5872025-01-24T19:15:57.749Z Downloaded buf-list v1.0.3
5882025-01-24T19:15:57.750Z Downloaded home v0.5.9
5892025-01-24T19:15:57.750Z Downloaded base64ct v1.6.0
5902025-01-24T19:15:57.750Z Downloaded humantime v2.1.0
5912025-01-24T19:15:57.750Z Downloaded console v0.15.8
5922025-01-24T19:15:57.750Z Downloaded hyper-tls v0.6.0
5932025-01-24T19:15:57.750Z Downloaded addr2line v0.24.2
5942025-01-24T19:15:57.751Z Downloaded async-trait v0.1.83
5952025-01-24T19:15:57.751Z Downloaded is-terminal v0.4.13
5962025-01-24T19:15:57.751Z Downloaded indent_write v2.2.0
5972025-01-24T19:15:57.751Z Downloaded strum v0.26.3
5982025-01-24T19:15:57.751Z Downloaded bzip2 v0.4.4
5992025-01-24T19:15:57.751Z Downloaded arrayvec v0.7.6
6002025-01-24T19:15:57.751Z Downloaded tower-service v0.3.3
6012025-01-24T19:15:57.905Z Downloaded bcs v0.1.6
6022025-01-24T19:15:57.906Z Downloaded ipnetwork v0.20.0
6032025-01-24T19:15:57.906Z Downloaded mime_guess v2.0.5
6042025-01-24T19:15:57.906Z Downloaded libefi-sys v0.1.0
6052025-01-24T19:15:57.906Z Downloaded lazy_static v1.5.0
6062025-01-24T19:15:57.906Z Downloaded idna_adapter v1.2.0
6072025-01-24T19:15:57.906Z Downloaded crc32fast v1.4.2
6082025-01-24T19:15:57.906Z Downloaded lazycell v1.3.0
6092025-01-24T19:15:57.906Z Downloaded lalrpop-util v0.19.12
6102025-01-24T19:15:57.906Z Downloaded const_format_proc_macros v0.2.33
6112025-01-24T19:15:57.906Z Downloaded yoke-derive v0.7.4
6122025-01-24T19:15:57.906Z Downloaded kstat-rs v0.2.4
6132025-01-24T19:15:57.906Z Downloaded instability v0.3.2
6142025-01-24T19:15:57.906Z Downloaded nanorand v0.7.0
6152025-01-24T19:15:57.907Z Downloaded multimap v0.10.0
6162025-01-24T19:15:57.907Z Downloaded cookie_store v0.21.1
6172025-01-24T19:15:57.907Z Downloaded csv-core v0.1.11
6182025-01-24T19:15:57.907Z Downloaded hyper-staticfile v0.10.1
6192025-01-24T19:15:57.907Z Downloaded iana-time-zone v0.1.61
6202025-01-24T19:15:57.961Z Downloaded hickory-client v0.24.2
6212025-01-24T19:15:57.961Z Downloaded radium v0.7.0
6222025-01-24T19:15:57.962Z Downloaded psl-types v2.0.11
6232025-01-24T19:15:57.962Z Downloaded rand_seeder v0.3.0
6242025-01-24T19:15:57.962Z Downloaded hyper-rustls v0.27.3
6252025-01-24T19:15:57.962Z Downloaded ahash v0.8.11
6262025-01-24T19:15:57.964Z Downloaded cancel-safe-futures v0.1.5
6272025-01-24T19:15:57.964Z Downloaded foreign-types v0.5.0
6282025-01-24T19:15:57.965Z Downloaded libsw v3.3.1
6292025-01-24T19:15:57.965Z Downloaded num-conv v0.1.0
6302025-01-24T19:15:57.965Z Downloaded funty v2.0.0
6312025-01-24T19:15:57.965Z Downloaded clang-sys v1.8.1
6322025-01-24T19:15:57.966Z Downloaded indoc v1.0.9
6332025-01-24T19:15:57.966Z Downloaded twox-hash v1.6.3
6342025-01-24T19:15:57.966Z Downloaded tiny-keccak v2.0.2
6352025-01-24T19:15:57.966Z Downloaded ipnet v2.10.1
6362025-01-24T19:15:57.966Z Downloaded smf v0.2.3
6372025-01-24T19:15:57.966Z Downloaded slab v0.4.9
6382025-01-24T19:15:57.969Z Downloaded subtle v2.6.1
6392025-01-24T19:15:57.969Z Downloaded peg-runtime v0.8.3
6402025-01-24T19:15:57.969Z Downloaded supports-color v3.0.1
6412025-01-24T19:15:57.969Z Downloaded unicode-truncate v1.1.0
6422025-01-24T19:15:57.969Z Downloaded endian-type v0.1.2
6432025-01-24T19:15:57.969Z Downloaded number_prefix v0.4.0
6442025-01-24T19:15:57.969Z Downloaded highway v1.2.0
6452025-01-24T19:15:57.969Z Downloaded native-tls v0.2.12
6462025-01-24T19:15:57.969Z Downloaded multer v3.1.0
6472025-01-24T19:15:57.970Z Downloaded mockall v0.13.0
6482025-01-24T19:15:57.970Z Downloaded termios v0.3.3
6492025-01-24T19:15:57.971Z Downloaded cexpr v0.6.0
6502025-01-24T19:15:57.971Z Downloaded tokio-native-tls v0.3.1
6512025-01-24T19:15:57.971Z Downloaded cookie v0.18.1
6522025-01-24T19:15:57.971Z Downloaded icu_normalizer_data v1.5.0
6532025-01-24T19:15:57.971Z Downloaded icu_locid_transform_data v1.5.0
6542025-01-24T19:15:57.971Z Downloaded icu_locid v1.5.0
6552025-01-24T19:15:57.972Z Downloaded crossbeam-epoch v0.9.18
6562025-01-24T19:15:57.972Z Downloaded const-oid v0.9.6
6572025-01-24T19:15:57.972Z Downloaded tokio-macros v2.5.0
6582025-01-24T19:15:57.972Z Downloaded blake2 v0.10.6
6592025-01-24T19:15:57.973Z Downloaded xattr v1.3.1
6602025-01-24T19:15:57.973Z Downloaded icu_normalizer v1.5.0
6612025-01-24T19:15:57.973Z Downloaded hex-literal v0.4.1
6622025-01-24T19:15:57.973Z Downloaded hex v0.4.3
6632025-01-24T19:15:57.973Z Downloaded arc-swap v1.7.1
6642025-01-24T19:15:57.973Z Downloaded value-bag v1.9.0
6652025-01-24T19:15:57.973Z Downloaded libloading v0.8.5
6662025-01-24T19:15:57.973Z Downloaded time-core v0.1.2
6672025-01-24T19:15:57.973Z Downloaded crossbeam-utils v0.8.20
6682025-01-24T19:15:57.973Z Downloaded uzers v0.12.1
6692025-01-24T19:15:57.974Z Downloaded base64 v0.13.1
6702025-01-24T19:15:57.974Z Downloaded ed25519 v2.2.3
6712025-01-24T19:15:57.974Z Downloaded snafu-derive v0.8.5
6722025-01-24T19:15:57.974Z Downloaded mockall_derive v0.13.0
6732025-01-24T19:15:57.974Z Downloaded xz2 v0.1.7
6742025-01-24T19:15:57.974Z Downloaded display-error-chain v0.2.2
6752025-01-24T19:15:57.974Z Downloaded des v0.8.1
6762025-01-24T19:15:57.974Z Downloaded defmt-parser v0.3.4
6772025-01-24T19:15:57.974Z Downloaded hickory-server v0.24.2
6782025-01-24T19:15:57.975Z Downloaded group v0.13.0
6792025-01-24T19:15:57.975Z Downloaded flagset v0.4.6
6802025-01-24T19:15:57.975Z Downloaded ron v0.7.1
6812025-01-24T19:15:57.975Z Downloaded polyval v0.6.2
6822025-01-24T19:15:57.975Z Downloaded ref-cast-impl v1.0.23
6832025-01-24T19:15:57.975Z Downloaded ref-cast v1.0.23
6842025-01-24T19:15:57.976Z Downloaded rustc_version v0.1.7
6852025-01-24T19:15:57.976Z Downloaded indicatif v0.17.9
6862025-01-24T19:15:57.976Z Downloaded serde_urlencoded v0.7.1
6872025-01-24T19:15:57.976Z Downloaded chacha20poly1305 v0.10.1
6882025-01-24T19:15:57.976Z Downloaded uuid v1.12.0
6892025-01-24T19:15:57.976Z Downloaded newtype_derive v0.1.6
6902025-01-24T19:15:57.976Z Downloaded rcgen v0.12.1
6912025-01-24T19:15:57.976Z Downloaded zerofrom v0.1.4
6922025-01-24T19:15:57.976Z Downloaded slog-scope v4.4.0
6932025-01-24T19:15:57.976Z Downloaded structmeta-derive v0.2.0
6942025-01-24T19:15:57.976Z Downloaded spki v0.7.3
6952025-01-24T19:15:58.053Z Downloaded parse-display v0.10.0
6962025-01-24T19:15:58.053Z Downloaded password-hash v0.5.0
6972025-01-24T19:15:58.053Z Downloaded primeorder v0.13.6
6982025-01-24T19:15:58.053Z Downloaded dropshot_endpoint v0.15.1
6992025-01-24T19:15:58.053Z Downloaded icu_collections v1.5.0
7002025-01-24T19:15:58.053Z Downloaded hyper-util v0.1.10
7012025-01-24T19:15:58.053Z Downloaded dirs-next v2.0.0
7022025-01-24T19:15:58.053Z Downloaded fallible-iterator v0.2.0
7032025-01-24T19:15:58.053Z Downloaded zeroize v1.8.1
7042025-01-24T19:15:58.054Z Downloaded tap v1.0.1
7052025-01-24T19:15:58.054Z Downloaded structmeta v0.3.0
7062025-01-24T19:15:58.054Z Downloaded structmeta v0.2.0
7072025-01-24T19:15:58.054Z Downloaded fallible-streaming-iterator v0.1.9
7082025-01-24T19:15:58.054Z Downloaded hash32 v0.3.1
7092025-01-24T19:15:58.054Z Downloaded foreign-types-macros v0.2.3
7102025-01-24T19:15:58.054Z Downloaded zerofrom-derive v0.1.4
7112025-01-24T19:15:58.054Z Downloaded which v4.4.2
7122025-01-24T19:15:58.054Z Downloaded untrusted v0.9.0
7132025-01-24T19:15:58.054Z Downloaded thiserror v2.0.11
7142025-01-24T19:15:58.054Z Downloaded parse-display-derive v0.10.0
7152025-01-24T19:15:58.054Z Downloaded darling_core v0.20.10
7162025-01-24T19:15:58.054Z Downloaded take_mut v0.2.2
7172025-01-24T19:15:58.054Z Downloaded hickory-resolver v0.24.2
7182025-01-24T19:15:58.054Z Downloaded const_format v0.2.33
7192025-01-24T19:15:58.054Z Downloaded untrusted v0.7.1
7202025-01-24T19:15:58.055Z Downloaded ppv-lite86 v0.2.20
7212025-01-24T19:15:58.055Z Downloaded pin-project v1.1.6
7222025-01-24T19:15:58.075Z Downloaded r2d2 v0.8.10
7232025-01-24T19:15:58.075Z Downloaded displaydoc v0.2.5
7242025-01-24T19:15:58.075Z Downloaded stable_deref_trait v1.2.0
7252025-01-24T19:15:58.076Z Downloaded bumpalo v3.16.0
7262025-01-24T19:15:58.076Z Downloaded scrypt v0.11.0
7272025-01-24T19:15:58.076Z Downloaded rtoolbox v0.0.2
7282025-01-24T19:15:58.076Z Downloaded base64 v0.22.1
7292025-01-24T19:15:58.076Z Downloaded oso-derive v0.27.3
7302025-01-24T19:15:58.076Z Downloaded packed_struct v0.10.1
7312025-01-24T19:15:58.076Z Downloaded num_enum v0.5.11
7322025-01-24T19:15:58.076Z Downloaded parking_lot_core v0.9.10
7332025-01-24T19:15:58.076Z Downloaded phf_codegen v0.11.2
7342025-01-24T19:15:58.076Z Downloaded pem v3.0.4
7352025-01-24T19:15:58.076Z Downloaded snafu v0.8.5
7362025-01-24T19:15:58.076Z Downloaded downcast v0.11.0
7372025-01-24T19:15:58.076Z Downloaded tabwriter v1.4.0
7382025-01-24T19:15:58.076Z Downloaded mio v1.0.2
7392025-01-24T19:15:58.077Z Downloaded tokio-rustls v0.25.0
7402025-01-24T19:15:58.077Z Downloaded tokio-rustls v0.26.0
7412025-01-24T19:15:58.077Z Downloaded num-iter v0.1.45
7422025-01-24T19:15:58.077Z Downloaded num v0.4.3
7432025-01-24T19:15:58.077Z Downloaded rustc-demangle v0.1.24
7442025-01-24T19:15:58.077Z Downloaded postgres-types v0.2.8
7452025-01-24T19:15:58.077Z Downloaded derive-where v1.2.7
7462025-01-24T19:15:58.077Z Downloaded termtree v0.4.1
7472025-01-24T19:15:58.077Z Downloaded wyz v0.5.1
7482025-01-24T19:15:58.077Z Downloaded writeable v0.5.5
7492025-01-24T19:15:58.077Z Downloaded crossbeam-channel v0.5.13
7502025-01-24T19:15:58.129Z Downloaded pretty-hex v0.2.1
7512025-01-24T19:15:58.129Z Downloaded hash32 v0.2.1
7522025-01-24T19:15:58.130Z Downloaded foldhash v0.1.3
7532025-01-24T19:15:58.131Z Downloaded scopeguard v1.2.0
7542025-01-24T19:15:58.131Z Downloaded scheduled-thread-pool v0.2.7
7552025-01-24T19:15:58.132Z Downloaded same-file v1.0.6
7562025-01-24T19:15:58.132Z Downloaded rusty-fork v0.3.0
7572025-01-24T19:15:58.132Z Downloaded futures-channel v0.3.31
7582025-01-24T19:15:58.132Z Downloaded difflib v0.4.0
7592025-01-24T19:15:58.132Z Downloaded compact_str v0.8.0
7602025-01-24T19:15:58.132Z Downloaded tinyvec_macros v0.1.1
7612025-01-24T19:15:58.132Z Downloaded newtype-uuid v1.2.1
7622025-01-24T19:15:58.133Z Downloaded synstructure v0.13.1
7632025-01-24T19:15:58.133Z Downloaded minimal-lexical v0.2.1
7642025-01-24T19:15:58.219Z Downloaded tokio-stream v0.1.16
7652025-01-24T19:15:58.220Z Downloaded diesel_table_macro_syntax v0.2.0
7662025-01-24T19:15:58.220Z Downloaded phf_generator v0.11.2
7672025-01-24T19:15:58.220Z Downloaded phf v0.11.2
7682025-01-24T19:15:58.220Z Downloaded pbkdf2 v0.11.0
7692025-01-24T19:15:58.220Z Downloaded glob v0.3.1
7702025-01-24T19:15:58.220Z Downloaded float-ord v0.3.2
7712025-01-24T19:15:58.220Z Downloaded quinn-udp v0.5.5
7722025-01-24T19:15:58.220Z Downloaded tokio-tungstenite v0.24.0
7732025-01-24T19:15:58.221Z Downloaded tokio-rustls v0.24.1
7742025-01-24T19:15:58.221Z Downloaded tokio-tungstenite v0.23.1
7752025-01-24T19:15:58.221Z Downloaded vsss-rs v3.3.4
7762025-01-24T19:15:58.221Z Downloaded publicsuffix v2.3.0
7772025-01-24T19:15:58.221Z Downloaded zeroize_derive v1.4.2
7782025-01-24T19:15:58.221Z Downloaded p256 v0.13.2
7792025-01-24T19:15:58.221Z Downloaded heapless v0.8.0
7802025-01-24T19:15:58.221Z Downloaded progenitor-client v0.8.0
7812025-01-24T19:15:58.221Z Downloaded parse-size v1.1.0
7822025-01-24T19:15:58.221Z Downloaded static_assertions v1.1.0
7832025-01-24T19:15:58.221Z Downloaded typify-macro v0.2.0
7842025-01-24T19:15:58.222Z Downloaded tls_codec_derive v0.4.1
7852025-01-24T19:15:58.222Z Downloaded progenitor-macro v0.8.0
7862025-01-24T19:15:58.222Z Downloaded typed-path v0.9.3
7872025-01-24T19:15:58.222Z Downloaded idna v1.0.3
7882025-01-24T19:15:58.222Z Downloaded float-cmp v0.9.0
7892025-01-24T19:15:58.257Z Downloaded diesel-dtrace v0.4.2
7902025-01-24T19:15:58.257Z Downloaded owo-colors v4.1.0
7912025-01-24T19:15:58.257Z Downloaded sqlparser_derive v0.2.2
7922025-01-24T19:15:58.257Z Downloaded rpassword v7.3.1
7932025-01-24T19:15:58.257Z Downloaded slog-stdlog v4.1.1
7942025-01-24T19:15:58.257Z Downloaded signal-hook-registry v1.4.2
7952025-01-24T19:15:58.257Z Downloaded itertools v0.10.5
7962025-01-24T19:15:58.257Z Downloaded sync_wrapper v1.0.1
7972025-01-24T19:15:58.257Z Downloaded sync-ptr v0.1.1
7982025-01-24T19:15:58.257Z Downloaded tls_codec v0.4.1
7992025-01-24T19:15:58.258Z Downloaded signal-hook-tokio v0.3.1
8002025-01-24T19:15:58.258Z Downloaded num-integer v0.1.46
8012025-01-24T19:15:58.258Z Downloaded unicode-properties v0.1.3
8022025-01-24T19:15:58.258Z Downloaded futures-task v0.3.31
8032025-01-24T19:15:58.258Z Downloaded zone v0.1.8
8042025-01-24T19:15:58.258Z Downloaded universal-hash v0.5.1
8052025-01-24T19:15:58.258Z Downloaded toml v0.7.8
8062025-01-24T19:15:58.258Z Downloaded schemars v0.8.21
8072025-01-24T19:15:58.258Z Downloaded foreign-types-shared v0.3.1
8082025-01-24T19:15:58.258Z Downloaded itertools v0.12.1
8092025-01-24T19:15:58.259Z Downloaded rustversion v1.0.17
8102025-01-24T19:15:58.259Z Downloaded whoami v1.5.2
8112025-01-24T19:15:58.259Z Downloaded libm v0.2.8
8122025-01-24T19:15:58.259Z Downloaded toolchain_find v0.4.0
8132025-01-24T19:15:58.259Z Downloaded headers-core v0.3.0
8142025-01-24T19:15:58.259Z Downloaded futures-io v0.3.31
8152025-01-24T19:15:58.259Z Downloaded futures-macro v0.3.31
8162025-01-24T19:15:58.259Z Downloaded waitgroup v0.1.2
8172025-01-24T19:15:58.259Z Downloaded stringprep v0.1.5
8182025-01-24T19:15:58.259Z Downloaded document-features v0.2.10
8192025-01-24T19:15:58.259Z Downloaded zone v0.3.0
8202025-01-24T19:15:58.260Z Downloaded hyper v1.5.2
8212025-01-24T19:15:58.260Z Downloaded foreign-types-shared v0.1.1
8222025-01-24T19:15:58.260Z Downloaded utf8_iter v1.0.4
8232025-01-24T19:15:58.260Z Downloaded utf16_iter v1.0.5
8242025-01-24T19:15:58.260Z Downloaded vergen v8.3.2
8252025-01-24T19:15:58.260Z Downloaded packed_struct_codegen v0.10.1
8262025-01-24T19:15:58.261Z Downloaded pin-utils v0.1.0
8272025-01-24T19:15:58.261Z Downloaded rayon-core v1.12.1
8282025-01-24T19:15:58.261Z Downloaded unicode-bidi v0.3.17
8292025-01-24T19:15:58.332Z Downloaded form_urlencoded v1.2.1
8302025-01-24T19:15:58.332Z Downloaded tough v0.19.0
8312025-01-24T19:15:58.333Z Downloaded derive_builder_macro v0.20.2
8322025-01-24T19:15:58.333Z Downloaded zerovec-derive v0.10.3
8332025-01-24T19:15:58.333Z Downloaded embedded-io v0.4.0
8342025-01-24T19:15:58.333Z Downloaded crossterm v0.28.1
8352025-01-24T19:15:58.333Z Downloaded unarray v0.1.4
8362025-01-24T19:15:58.367Z Downloaded half v2.4.1
8372025-01-24T19:15:58.368Z Downloaded thiserror-impl-no-std v2.0.2
8382025-01-24T19:15:58.368Z Downloaded itertools v0.13.0
8392025-01-24T19:15:58.368Z Downloaded env_filter v0.1.2
8402025-01-24T19:15:58.368Z Downloaded term v0.7.0
8412025-01-24T19:15:58.368Z Downloaded enum-as-inner v0.6.1
8422025-01-24T19:15:58.368Z Downloaded zerocopy-derive v0.8.10
8432025-01-24T19:15:58.368Z Downloaded phf_shared v0.10.0
8442025-01-24T19:15:58.368Z Downloaded nodrop v0.1.14
8452025-01-24T19:15:58.368Z Downloaded progenitor-impl v0.8.0
8462025-01-24T19:15:58.368Z Downloaded pin-project-lite v0.2.14
8472025-01-24T19:15:58.368Z Downloaded fxhash v0.2.1
8482025-01-24T19:15:58.369Z Downloaded sigpipe v0.1.3
8492025-01-24T19:15:58.369Z Downloaded resolv-conf v0.7.0
8502025-01-24T19:15:58.369Z Downloaded paste v1.0.15
8512025-01-24T19:15:58.369Z Downloaded hashbrown v0.12.3
8522025-01-24T19:15:58.369Z Downloaded predicates-tree v1.0.11
8532025-01-24T19:15:58.369Z Downloaded aes-gcm v0.10.3
8542025-01-24T19:15:58.369Z Downloaded parking_lot_core v0.8.6
8552025-01-24T19:15:58.369Z Downloaded smallvec v0.6.14
8562025-01-24T19:15:58.369Z Downloaded typify v0.2.0
8572025-01-24T19:15:58.369Z Downloaded slog-envlogger v2.2.0
8582025-01-24T19:15:58.369Z Downloaded serde-big-array v0.5.1
8592025-01-24T19:15:58.369Z Downloaded utf-8 v0.7.6
8602025-01-24T19:15:58.369Z Downloaded slog-dtrace v0.3.0
8612025-01-24T19:15:58.369Z Downloaded proc-macro-crate v1.3.1
8622025-01-24T19:15:58.370Z Downloaded progenitor v0.8.0
8632025-01-24T19:15:58.370Z Downloaded either v1.13.0
8642025-01-24T19:15:58.370Z Downloaded unicase v2.7.0
8652025-01-24T19:15:58.370Z Downloaded signal-hook v0.3.17
8662025-01-24T19:15:58.370Z Downloaded quinn v0.11.5
8672025-01-24T19:15:58.370Z Downloaded wait-timeout v0.2.0
8682025-01-24T19:15:58.370Z Downloaded x509-cert v0.2.5
8692025-01-24T19:15:58.370Z Downloaded try-lock v0.2.5
8702025-01-24T19:15:58.419Z Downloaded russh-cryptovec v0.7.3
8712025-01-24T19:15:58.419Z Downloaded num_threads v0.1.7
8722025-01-24T19:15:58.419Z Downloaded peg v0.8.4
8732025-01-24T19:15:58.419Z Downloaded strip-ansi-escapes v0.2.0
8742025-01-24T19:15:58.419Z Downloaded string_cache v0.8.7
8752025-01-24T19:15:58.420Z Downloaded percent-encoding v2.3.1
8762025-01-24T19:15:58.421Z Downloaded flume v0.11.1
8772025-01-24T19:15:58.421Z Downloaded pin-project-internal v1.1.6
8782025-01-24T19:15:58.421Z Downloaded tokio-util v0.7.12
8792025-01-24T19:15:58.421Z Downloaded zone_cfg_derive v0.1.2
8802025-01-24T19:15:58.421Z Downloaded secrecy v0.8.0
8812025-01-24T19:15:58.421Z Downloaded russh v0.45.0
8822025-01-24T19:15:58.421Z Downloaded fixedbitset v0.4.2
8832025-01-24T19:15:58.423Z Downloaded shlex v1.3.0
8842025-01-24T19:15:58.423Z Downloaded expectorate v1.1.0
8852025-01-24T19:15:58.423Z Downloaded sha1 v0.10.6
8862025-01-24T19:15:58.423Z Downloaded gethostname v0.5.0
8872025-01-24T19:15:58.423Z Downloaded futures-executor v0.3.31
8882025-01-24T19:15:58.423Z Downloaded slog-json v2.6.1
8892025-01-24T19:15:58.454Z Downloaded futures-core v0.3.31
8902025-01-24T19:15:58.454Z Downloaded serde-hex v0.1.0
8912025-01-24T19:15:58.454Z Downloaded env_logger v0.11.5
8922025-01-24T19:15:58.454Z Downloaded openssl-probe v0.1.5
8932025-01-24T19:15:58.455Z Downloaded darling_macro v0.20.10
8942025-01-24T19:15:58.455Z Downloaded vte v0.11.1
8952025-01-24T19:15:58.456Z Downloaded opaque-debug v0.3.1
8962025-01-24T19:15:58.456Z Downloaded pbkdf2 v0.12.2
8972025-01-24T19:15:58.457Z Downloaded vte_generate_state_changes v0.1.2
8982025-01-24T19:15:58.457Z Downloaded env_logger v0.10.2
8992025-01-24T19:15:58.457Z Downloaded zone_cfg_derive v0.3.0
9002025-01-24T19:15:58.457Z Downloaded write16 v1.0.0
9012025-01-24T19:15:58.458Z Downloaded normalize-line-endings v0.3.0
9022025-01-24T19:15:58.461Z Downloaded parking_lot v0.12.3
9032025-01-24T19:15:58.461Z Downloaded smallvec v1.13.2
9042025-01-24T19:15:58.461Z Downloaded pkcs8 v0.10.2
9052025-01-24T19:15:58.462Z Downloaded pem-rfc7468 v0.7.0
9062025-01-24T19:15:58.462Z Downloaded subprocess v0.2.9
9072025-01-24T19:15:58.462Z Downloaded diff v0.1.13
9082025-01-24T19:15:58.462Z Downloaded heck v0.3.3
9092025-01-24T19:15:58.462Z Downloaded simd-adler32 v0.3.7
9102025-01-24T19:15:58.462Z Downloaded shell-words v1.1.0
9112025-01-24T19:15:58.463Z Downloaded want v0.3.1
9122025-01-24T19:15:58.463Z Downloaded openssl-macros v0.1.1
9132025-01-24T19:15:58.463Z Downloaded path-slash v0.1.5
9142025-01-24T19:15:58.464Z Downloaded rand_chacha v0.3.1
9152025-01-24T19:15:58.464Z Downloaded password-hash v0.4.2
9162025-01-24T19:15:58.464Z Downloaded unicode-normalization v0.1.24
9172025-01-24T19:15:58.490Z Downloaded der v0.7.9
9182025-01-24T19:15:58.490Z Downloaded semver v0.1.20
9192025-01-24T19:15:58.490Z Downloaded nom v7.1.3
9202025-01-24T19:15:58.490Z Downloaded newline-converter v0.3.0
9212025-01-24T19:15:58.490Z Downloaded thread_local v1.1.8
9222025-01-24T19:15:58.490Z Downloaded unicode-segmentation v1.12.0
9232025-01-24T19:15:58.491Z Downloaded walkdir v2.5.0
9242025-01-24T19:15:58.491Z Downloaded diesel_derives v2.2.3
9252025-01-24T19:15:58.491Z Downloaded strum_macros v0.24.3
9262025-01-24T19:15:58.491Z Downloaded precomputed-hash v0.1.1
9272025-01-24T19:15:58.491Z Downloaded structmeta-derive v0.3.0
9282025-01-24T19:15:58.491Z Downloaded topological-sort v0.2.2
9292025-01-24T19:15:58.491Z Downloaded parse-zoneinfo v0.3.1
9302025-01-24T19:15:58.491Z Downloaded rfc6979 v0.4.0
9312025-01-24T19:15:58.491Z Downloaded predicates-core v1.0.8
9322025-01-24T19:15:58.491Z Downloaded portable-atomic v1.9.0
9332025-01-24T19:15:58.514Z Downloaded rustls-pemfile v1.0.4
9342025-01-24T19:15:58.514Z Downloaded slog v2.7.0
9352025-01-24T19:15:58.515Z Downloaded spin v0.9.8
9362025-01-24T19:15:58.515Z Downloaded postcard v1.0.10
9372025-01-24T19:15:58.515Z Downloaded tui-tree-widget v0.22.0
9382025-01-24T19:15:58.515Z Downloaded thiserror-impl v2.0.11
9392025-01-24T19:15:58.515Z Downloaded thiserror-no-std v2.0.2
9402025-01-24T19:15:58.515Z Downloaded tokio-postgres v0.7.12
9412025-01-24T19:15:58.515Z Downloaded sct v0.7.1
9422025-01-24T19:15:58.546Z Downloaded blake3 v1.5.4
9432025-01-24T19:15:58.546Z Downloaded olpc-cjson v0.1.4
9442025-01-24T19:15:58.546Z Downloaded pkcs5 v0.7.1
9452025-01-24T19:15:58.547Z Downloaded openssl-sys v0.9.103
9462025-01-24T19:15:58.547Z Downloaded ecdsa v0.16.9
9472025-01-24T19:15:58.547Z Downloaded der_derive v0.7.3
9482025-01-24T19:15:58.547Z Downloaded defmt v0.3.8
9492025-01-24T19:15:58.547Z Downloaded futures v0.3.31
9502025-01-24T19:15:58.547Z Downloaded tungstenite v0.23.0
9512025-01-24T19:15:58.547Z Downloaded socket2 v0.5.7
9522025-01-24T19:15:58.614Z Downloaded ssh-encoding v0.2.0
9532025-01-24T19:15:58.614Z Downloaded rustfmt-wrapper v0.2.1
9542025-01-24T19:15:58.614Z Downloaded rustc_version v0.4.1
9552025-01-24T19:15:58.615Z Downloaded pkg-config v0.3.31
9562025-01-24T19:15:58.615Z Downloaded tracing-attributes v0.1.27
9572025-01-24T19:15:58.615Z Downloaded ssh-key v0.6.6
9582025-01-24T19:15:58.615Z Downloaded debug-ignore v1.0.5
9592025-01-24T19:15:58.615Z Downloaded aws-lc-rs v1.10.0
9602025-01-24T19:15:58.615Z Downloaded nu-ansi-term v0.50.1
9612025-01-24T19:15:58.615Z Downloaded icu_properties_data v1.5.0
9622025-01-24T19:15:58.615Z Downloaded headers v0.4.0
9632025-01-24T19:15:58.670Z Downloaded deranged v0.3.11
9642025-01-24T19:15:58.670Z Downloaded strum_macros v0.26.4
9652025-01-24T19:15:58.670Z Downloaded steno v0.4.1
9662025-01-24T19:15:58.670Z Downloaded tinyvec v1.8.0
9672025-01-24T19:15:58.670Z Downloaded aho-corasick v1.1.3
9682025-01-24T19:15:58.670Z Downloaded derive_builder_core v0.20.2
9692025-01-24T19:15:58.670Z Downloaded hashlink v0.9.1
9702025-01-24T19:15:58.671Z Downloaded tungstenite v0.21.0
9712025-01-24T19:15:58.671Z Downloaded zip v0.6.6
9722025-01-24T19:15:58.671Z Downloaded lalrpop v0.19.12
9732025-01-24T19:15:58.671Z Downloaded tracing v0.1.40
9742025-01-24T19:15:58.671Z Downloaded p384 v0.13.0
9752025-01-24T19:15:58.671Z Downloaded flate2 v1.0.35
9762025-01-24T19:15:58.671Z Downloaded tracing-core v0.1.32
9772025-01-24T19:15:58.671Z Downloaded zopfli v0.8.1
9782025-01-24T19:15:58.672Z Downloaded tinystr v0.7.6
9792025-01-24T19:15:58.672Z Downloaded futures-util v0.3.31
9802025-01-24T19:15:58.694Z Downloaded proptest v1.5.0
9812025-01-24T19:15:58.694Z Downloaded h2 v0.4.6
9822025-01-24T19:15:58.695Z Downloaded ed25519-dalek v2.1.1
9832025-01-24T19:15:58.695Z Downloaded num-bigint-dig v0.8.4
9842025-01-24T19:15:58.695Z Downloaded rsa v0.9.6
9852025-01-24T19:15:58.695Z Downloaded zip v2.1.3
9862025-01-24T19:15:58.695Z Downloaded num-bigint v0.4.6
9872025-01-24T19:15:58.695Z Downloaded bitvec v1.0.1
9882025-01-24T19:15:58.732Z Downloaded quinn-proto v0.11.8
9892025-01-24T19:15:58.732Z Downloaded salty v0.3.0
9902025-01-24T19:15:58.761Z Downloaded zerocopy v0.8.10
9912025-01-24T19:15:58.761Z Downloaded p521 v0.13.3
9922025-01-24T19:15:58.761Z Downloaded rusqlite v0.32.1
9932025-01-24T19:15:58.854Z Downloaded zerovec v0.10.4
9942025-01-24T19:15:58.854Z Downloaded regex v1.11.1
9952025-01-24T19:15:58.854Z Downloaded hashbrown v0.14.5
9962025-01-24T19:15:58.854Z Downloaded regress v0.10.1
9972025-01-24T19:15:58.855Z Downloaded hickory-proto v0.24.2
9982025-01-24T19:15:58.855Z Downloaded radix_trie v0.2.1
9992025-01-24T19:15:58.921Z Downloaded gimli v0.31.1
10002025-01-24T19:15:58.921Z Downloaded vcpkg v0.2.15
10012025-01-24T19:15:58.921Z Downloaded object v0.36.5
10022025-01-24T19:15:58.921Z Downloaded dropshot v0.12.0
10032025-01-24T19:15:58.921Z Downloaded object v0.30.4
10042025-01-24T19:15:58.980Z Downloaded openssl v0.10.66
10052025-01-24T19:15:58.980Z Downloaded rustls v0.23.19
10062025-01-24T19:15:58.980Z Downloaded dropshot v0.15.1
10072025-01-24T19:15:59.084Z Downloaded reqwest v0.12.9
10082025-01-24T19:15:59.084Z Downloaded rustls-webpki v0.102.8
10092025-01-24T19:15:59.084Z Downloaded rustls v0.22.4
10102025-01-24T19:15:59.084Z Downloaded libz-sys v1.1.20
10112025-01-24T19:15:59.085Z Downloaded smoltcp v0.11.0
10122025-01-24T19:15:59.085Z Downloaded regex-syntax v0.8.5
10132025-01-24T19:15:59.163Z Downloaded chrono-tz v0.10.1
10142025-01-24T19:15:59.164Z Downloaded petname v2.0.2
10152025-01-24T19:15:59.164Z Downloaded webpki-roots v0.26.6
10162025-01-24T19:15:59.164Z Downloaded regex-syntax v0.6.29
10172025-01-24T19:15:59.164Z Downloaded git2 v0.19.0
10182025-01-24T19:15:59.164Z Downloaded typify-impl v0.3.0
10192025-01-24T19:15:59.164Z Downloaded nix v0.27.1
10202025-01-24T19:15:59.164Z Downloaded regex-automata v0.4.8
10212025-01-24T19:15:59.164Z Downloaded typify-impl v0.2.0
10222025-01-24T19:15:59.203Z Downloaded nix v0.28.0
10232025-01-24T19:15:59.203Z Downloaded nix v0.29.0
10242025-01-24T19:15:59.203Z Downloaded bstr v1.10.0
10252025-01-24T19:15:59.204Z Downloaded regress v0.9.1
10262025-01-24T19:15:59.204Z Downloaded openapiv3 v2.0.0
10272025-01-24T19:15:59.204Z Downloaded lzma-sys v0.1.20
10282025-01-24T19:15:59.241Z Downloaded polar-core v0.27.3
10292025-01-24T19:15:59.241Z Downloaded diesel v2.2.6
10302025-01-24T19:15:59.265Z Downloaded smoltcp v0.9.1
10312025-01-24T19:15:59.265Z Downloaded curve25519-dalek v4.1.3
10322025-01-24T19:15:59.265Z Downloaded rayon v1.10.0
10332025-01-24T19:15:59.280Z Downloaded bindgen v0.69.5
10342025-01-24T19:15:59.280Z Downloaded ratatui v0.28.1
10352025-01-24T19:15:59.304Z Downloaded unicode-width v0.2.0
10362025-01-24T19:15:59.304Z Downloaded sled v0.34.7
10372025-01-24T19:15:59.310Z Downloaded tokio v1.43.0
10382025-01-24T19:15:59.340Z Downloaded bzip2-sys v0.1.11+1.0.8
10392025-01-24T19:15:59.366Z Downloaded zerocopy-derive v0.6.6
10402025-01-24T19:15:59.425Z Downloaded sha3 v0.10.8
10412025-01-24T19:15:59.425Z Downloaded rustls v0.21.12
10422025-01-24T19:15:59.425Z Downloaded chrono v0.4.39
10432025-01-24T19:15:59.426Z Downloaded quick-xml v0.33.0
10442025-01-24T19:15:59.426Z Downloaded ssh-cipher v0.2.0
10452025-01-24T19:15:59.426Z Downloaded rustls-pki-types v1.10.0
10462025-01-24T19:15:59.426Z Downloaded rustls-pemfile v2.2.0
10472025-01-24T19:15:59.426Z Downloaded sqlparser v0.45.0
10482025-01-24T19:15:59.426Z Downloaded omicron-zone-package v0.12.0
10492025-01-24T19:15:59.426Z Downloaded petgraph v0.6.5
10502025-01-24T19:15:59.446Z Downloaded heapless v0.7.17
10512025-01-24T19:15:59.446Z Downloaded elliptic-curve v0.13.8
10522025-01-24T19:15:59.446Z Downloaded ghash v0.5.1
10532025-01-24T19:15:59.446Z Downloaded unicode_categories v0.1.1
10542025-01-24T19:15:59.446Z Downloaded serde_with v3.11.0
10552025-01-24T19:15:59.446Z Downloaded predicates v3.1.2
10562025-01-24T19:15:59.446Z Downloaded csv v1.3.0
10572025-01-24T19:15:59.471Z Downloaded ron v0.8.1
10582025-01-24T19:15:59.471Z Downloaded filetime v0.2.25
10592025-01-24T19:15:59.471Z Downloaded ff v0.13.0
10602025-01-24T19:15:59.472Z Downloaded fd-lock v4.0.2
10612025-01-24T19:15:59.481Z Downloaded hashbrown v0.13.2
10622025-01-24T19:15:59.481Z Downloaded reedline v0.35.0
10632025-01-24T19:15:59.481Z Downloaded rustls-webpki v0.101.7
10642025-01-24T19:15:59.491Z Downloaded test-strategy v0.3.1
10652025-01-24T19:15:59.512Z Downloaded toml_edit v0.19.15
10662025-01-24T19:15:59.525Z Downloaded qorb v0.2.1
10672025-01-24T19:15:59.525Z Downloaded progenitor-impl v0.9.1
10682025-01-24T19:15:59.530Z Downloaded parking_lot v0.11.2
10692025-01-24T19:15:59.530Z Downloaded nibble_vec v0.1.0
10702025-01-24T19:15:59.531Z Downloaded unsafe-libyaml v0.2.11
10712025-01-24T19:15:59.531Z Downloaded time v0.3.36
10722025-01-24T19:15:59.531Z Downloaded winnow v0.5.40
10732025-01-24T19:15:59.571Z Downloaded hkdf v0.12.4
10742025-01-24T19:15:59.571Z Downloaded rustyline v14.0.0
10752025-01-24T19:15:59.571Z Downloaded samael v0.0.17
10762025-01-24T19:15:59.619Z Downloaded embedded-io v0.6.1
10772025-01-24T19:15:59.619Z Downloaded data-encoding v2.6.0
10782025-01-24T19:15:59.620Z Downloaded unicode-xid v0.2.6
10792025-01-24T19:15:59.620Z Downloaded rand_xorshift v0.3.0
10802025-01-24T19:15:59.620Z Downloaded rand_core v0.6.4
10812025-01-24T19:15:59.620Z Downloaded typify-macro v0.3.0
10822025-01-24T19:15:59.620Z Downloaded slog-bunyan v2.5.0
10832025-01-24T19:15:59.620Z Downloaded signature v2.2.0
10842025-01-24T19:15:59.620Z Downloaded url v2.5.3
10852025-01-24T19:15:59.620Z Downloaded rand v0.8.5
10862025-01-24T19:15:59.620Z Downloaded foreign-types v0.3.2
10872025-01-24T19:15:59.620Z Downloaded oso v0.27.3
10882025-01-24T19:15:59.620Z Downloaded tar v0.4.42
10892025-01-24T19:15:59.621Z Downloaded prettyplease v0.2.25
10902025-01-24T19:15:59.621Z Downloaded progenitor v0.9.1
10912025-01-24T19:15:59.621Z Downloaded termtree v0.5.1
10922025-01-24T19:15:59.621Z Downloaded fatfs v0.3.6
10932025-01-24T19:15:59.659Z Downloaded libgit2-sys v0.17.0+1.8.1
10942025-01-24T19:15:59.672Z Downloaded dropshot_endpoint v0.12.0
10952025-01-24T19:15:59.672Z Downloaded zerocopy v0.6.6
10962025-01-24T19:15:59.672Z Downloaded typify v0.3.0
10972025-01-24T19:15:59.672Z Downloaded encoding_rs v0.8.34
10982025-01-24T19:15:59.676Z Downloaded num-derive v0.4.2
10992025-01-24T19:15:59.676Z Downloaded dyn-clone v1.0.17
11002025-01-24T19:15:59.676Z Downloaded dunce v1.0.5
11012025-01-24T19:15:59.682Z Downloaded dsl_auto_type v0.1.2
11022025-01-24T19:15:59.682Z Downloaded signal-hook-mio v0.2.4
11032025-01-24T19:15:59.682Z Downloaded pkcs1 v0.7.5
11042025-01-24T19:15:59.692Z Downloaded num-traits v0.2.19
11052025-01-24T19:15:59.692Z Downloaded slog-term v2.9.1
11062025-01-24T19:15:59.692Z Downloaded quick-error v1.2.3
11072025-01-24T19:15:59.700Z Downloaded postgres-protocol v0.6.7
11082025-01-24T19:15:59.701Z Downloaded num-rational v0.4.2
11092025-01-24T19:15:59.701Z Downloaded futures-sink v0.3.31
11102025-01-24T19:15:59.701Z Downloaded russh-keys v0.45.0
11112025-01-24T19:15:59.701Z Downloaded serde_yaml v0.9.34+deprecated
11122025-01-24T19:15:59.740Z Downloaded progenitor-client v0.9.1
11132025-01-24T19:15:59.740Z Downloaded num_enum_derive v0.5.11
11142025-01-24T19:15:59.740Z Downloaded strum_macros v0.25.3
11152025-01-24T19:15:59.740Z Downloaded base64 v0.21.7
11162025-01-24T19:15:59.740Z Downloaded powerfmt v0.2.0
11172025-01-24T19:15:59.741Z Downloaded fallible-iterator v0.3.0
11182025-01-24T19:15:59.741Z Downloaded ena v0.14.3
11192025-01-24T19:15:59.741Z Downloaded dirs-sys-next v0.1.2
11202025-01-24T19:15:59.741Z Downloaded derive_builder v0.20.2
11212025-01-24T19:15:59.741Z Downloaded peg-macros v0.8.4
11222025-01-24T19:15:59.741Z Downloaded bytes v1.9.0
11232025-01-24T19:15:59.741Z Downloaded tokio-tungstenite v0.21.0
11242025-01-24T19:15:59.742Z Downloaded num-complex v0.4.6
11252025-01-24T19:15:59.754Z Downloaded globset v0.4.15
11262025-01-24T19:15:59.754Z Downloaded sqlformat v0.2.6
11272025-01-24T19:15:59.754Z Downloaded slog-async v2.8.0
11282025-01-24T19:15:59.754Z Downloaded rustc-hash v2.0.0
11292025-01-24T19:15:59.754Z Downloaded progenitor-macro v0.9.1
11302025-01-24T19:15:59.754Z Downloaded tungstenite v0.24.0
11312025-01-24T19:15:59.754Z Downloaded similar v2.6.0
11322025-01-24T19:15:59.754Z Downloaded http v1.2.0
11332025-01-24T19:15:59.754Z Downloaded crypto-bigint v0.5.5
11342025-01-24T19:15:59.782Z Downloaded cc v1.1.30
11352025-01-24T19:15:59.782Z Downloaded derive_more v0.99.18
11362025-01-24T19:15:59.782Z Downloaded miniz_oxide v0.8.0
11372025-01-24T19:15:59.805Z Downloaded defmt-macros v0.3.9
11382025-01-24T19:15:59.805Z Downloaded backtrace v0.3.74
11392025-01-24T19:15:59.805Z Downloaded yoke v0.7.4
11402025-01-24T19:15:59.806Z Downloaded yasna v0.5.2
11412025-01-24T19:15:59.806Z Downloaded indexmap v1.9.3
11422025-01-24T19:15:59.806Z Downloaded icu_provider v1.5.0
11432025-01-24T19:15:59.806Z Downloaded serde_repr v0.1.19
11442025-01-24T19:15:59.806Z Downloaded serde_plain v1.0.2
11452025-01-24T19:15:59.806Z Downloaded serde_path_to_error v0.1.16
11462025-01-24T19:15:59.806Z Downloaded schemars_derive v0.8.21
11472025-01-24T19:15:59.806Z Downloaded fs_extra v1.3.0
11482025-01-24T19:15:59.806Z Downloaded poly1305 v0.8.0
11492025-01-24T19:15:59.806Z Downloaded phf_shared v0.11.2
11502025-01-24T19:15:59.813Z Downloaded getrandom v0.2.15
11512025-01-24T19:15:59.813Z Downloaded time-macros v0.2.18
11522025-01-24T19:15:59.813Z Downloaded icu_properties v1.5.1
11532025-01-24T19:15:59.813Z Downloaded termcolor v1.4.1
11542025-01-24T19:15:59.813Z Downloaded serde_with_macros v3.11.0
11552025-01-24T19:15:59.813Z Downloaded serde_derive_internals v0.29.1
11562025-01-24T19:15:59.813Z Downloaded fragile v2.0.0
11572025-01-24T19:15:59.813Z Downloaded allocator-api2 v0.2.18
11582025-01-24T19:15:59.813Z Downloaded siphasher v0.3.11
11592025-01-24T19:15:59.814Z Downloaded jobserver v0.1.32
11602025-01-24T19:15:59.819Z Downloaded icu_locid_transform v1.5.0
11612025-01-24T19:15:59.819Z Downloaded sec1 v0.7.3
11622025-01-24T19:15:59.819Z Downloaded salsa20 v0.10.2
11632025-01-24T19:15:59.819Z Downloaded rustc-hash v1.1.0
11642025-01-24T19:15:59.819Z Downloaded crc-any v2.5.0
11652025-01-24T19:15:59.819Z Downloaded internet-checksum v0.2.1
11662025-01-24T19:15:59.826Z Downloaded inout v0.1.3
11672025-01-24T19:15:59.826Z Downloaded keccak v0.1.5
11682025-01-24T19:15:59.827Z Downloaded constant_time_eq v0.3.1
11692025-01-24T19:15:59.827Z Downloaded ciborium-ll v0.2.2
11702025-01-24T19:15:59.836Z Downloaded impl-trait-for-tuples v0.2.2
11712025-01-24T19:15:59.836Z Downloaded ciborium v0.2.2
11722025-01-24T19:15:59.836Z Downloaded hmac v0.12.1
11732025-01-24T19:15:59.836Z Downloaded hostname v0.4.0
11742025-01-24T19:15:59.840Z Downloaded linear-map v1.2.0
11752025-01-24T19:15:59.840Z Downloaded hubpack v0.1.2
11762025-01-24T19:15:59.840Z Downloaded linked-hash-map v0.5.6
11772025-01-24T19:15:59.971Z Downloaded libsqlite3-sys v0.30.1
11782025-01-24T19:16:00.228Z Downloaded ring v0.17.8
11792025-01-24T19:16:00.564Z Downloaded aws-lc-sys v0.22.0
11802025-01-24T19:16:00.876Z Compiling serde v1.0.217
11812025-01-24T19:16:00.879Z Compiling lock_api v0.4.12
11822025-01-24T19:16:00.879Z Compiling scopeguard v1.2.0
11832025-01-24T19:16:00.879Z Compiling value-bag v1.9.0
11842025-01-24T19:16:00.879Z Compiling typenum v1.17.0
11852025-01-24T19:16:01.029Z Compiling generic-array v0.14.7
11862025-01-24T19:16:01.067Z Compiling syn v2.0.96
11872025-01-24T19:16:01.083Z Compiling getrandom v0.2.15
11882025-01-24T19:16:01.210Z Compiling shlex v1.3.0
11892025-01-24T19:16:01.458Z Compiling log v0.4.22
11902025-01-24T19:16:01.514Z Compiling rand_core v0.6.4
11912025-01-24T19:16:01.573Z Compiling subtle v2.6.1
11922025-01-24T19:16:01.591Z Compiling jobserver v0.1.32
11932025-01-24T19:16:01.642Z Compiling smallvec v1.13.2
11942025-01-24T19:16:01.909Z Compiling const-oid v0.9.6
11952025-01-24T19:16:01.953Z Compiling spin v0.9.8
11962025-01-24T19:16:02.023Z Compiling cc v1.1.30
11972025-01-24T19:16:02.042Z Compiling pin-project-lite v0.2.14
11982025-01-24T19:16:02.187Z Compiling rustix v0.38.37
11992025-01-24T19:16:02.206Z Compiling parking_lot_core v0.9.10
12002025-01-24T19:16:02.310Z Compiling futures-core v0.3.31
12012025-01-24T19:16:02.396Z Compiling signal-hook-registry v1.4.2
12022025-01-24T19:16:02.578Z Compiling mio v1.0.2
12032025-01-24T19:16:02.970Z Compiling aho-corasick v1.1.3
12042025-01-24T19:16:03.070Z Compiling parking_lot v0.12.3
12052025-01-24T19:16:03.227Z Compiling either v1.13.0
12062025-01-24T19:16:03.346Z Compiling stable_deref_trait v1.2.0
12072025-01-24T19:16:03.481Z Compiling cpufeatures v0.2.14
12082025-01-24T19:16:03.587Z Compiling regex-syntax v0.8.5
12092025-01-24T19:16:03.633Z Compiling lazy_static v1.5.0
12102025-01-24T19:16:03.660Z Compiling futures-sink v0.3.31
12112025-01-24T19:16:03.765Z Compiling glob v0.3.1
12122025-01-24T19:16:03.808Z Compiling socket2 v0.5.7
12132025-01-24T19:16:03.916Z Compiling slab v0.4.9
12142025-01-24T19:16:03.981Z Compiling prettyplease v0.2.25
12152025-01-24T19:16:04.349Z Compiling minimal-lexical v0.2.1
12162025-01-24T19:16:04.432Z Compiling serde_json v1.0.135
12172025-01-24T19:16:04.694Z Compiling clang-sys v1.8.1
12182025-01-24T19:16:04.795Z Compiling nom v7.1.3
12192025-01-24T19:16:04.867Z Compiling libloading v0.8.5
12202025-01-24T19:16:05.096Z Compiling bindgen v0.69.5
12212025-01-24T19:16:05.270Z Compiling home v0.5.9
12222025-01-24T19:16:05.531Z Compiling futures-channel v0.3.31
12232025-01-24T19:16:05.672Z Compiling itertools v0.12.1
12242025-01-24T19:16:05.941Z Compiling futures-io v0.3.31
12252025-01-24T19:16:05.964Z Compiling foldhash v0.1.3
12262025-01-24T19:16:06.220Z Compiling futures-task v0.3.31
12272025-01-24T19:16:06.423Z Compiling pin-utils v0.1.0
12282025-01-24T19:16:06.444Z Compiling lazycell v1.3.0
12292025-01-24T19:16:08.124Z Compiling allocator-api2 v0.2.18
12302025-01-24T19:16:08.243Z Compiling libm v0.2.8
12312025-01-24T19:16:08.243Z Compiling rustc-hash v1.1.0
12322025-01-24T19:16:08.243Z Compiling cmake v0.1.51
12332025-01-24T19:16:08.243Z Compiling hashbrown v0.15.1
12342025-01-24T19:16:08.243Z Compiling regex-automata v0.4.8
12352025-01-24T19:16:08.243Z Compiling cexpr v0.6.0
12362025-01-24T19:16:08.294Z Compiling num-traits v0.2.19
12372025-01-24T19:16:08.496Z Compiling synstructure v0.13.1
12382025-01-24T19:16:08.555Z Compiling fs_extra v1.3.0
12392025-01-24T19:16:09.044Z Compiling dunce v1.0.5
12402025-01-24T19:16:09.191Z Compiling pkg-config v0.3.31
12412025-01-24T19:16:10.376Z Compiling litemap v0.7.3
12422025-01-24T19:16:10.442Z Compiling writeable v0.5.5
12432025-01-24T19:16:10.442Z Compiling ring v0.17.8
12442025-01-24T19:16:10.506Z Compiling base64ct v1.6.0
12452025-01-24T19:16:10.564Z Compiling paste v1.0.15
12462025-01-24T19:16:11.162Z Compiling pem-rfc7468 v0.7.0
12472025-01-24T19:16:11.168Z Compiling flagset v0.4.6
12482025-01-24T19:16:11.220Z Compiling aws-lc-rs v1.10.0
12492025-01-24T19:16:11.362Z Compiling httparse v1.9.5
12502025-01-24T19:16:11.706Z Compiling icu_locid_transform_data v1.5.0
12512025-01-24T19:16:11.757Z Compiling tracing-core v0.1.32
12522025-01-24T19:16:12.002Z Compiling crossbeam-utils v0.8.20
12532025-01-24T19:16:16.329Z Compiling percent-encoding v2.3.1
12542025-01-24T19:16:16.355Z Compiling rustls-pki-types v1.10.0
12552025-01-24T19:16:16.355Z Compiling icu_properties_data v1.5.0
12562025-01-24T19:16:16.355Z Compiling utf8_iter v1.0.4
12572025-01-24T19:16:16.355Z Compiling regex v1.11.1
12582025-01-24T19:16:16.355Z Compiling powerfmt v0.2.0
12592025-01-24T19:16:16.356Z Compiling utf16_iter v1.0.5
12602025-01-24T19:16:16.356Z Compiling icu_normalizer_data v1.5.0
12612025-01-24T19:16:16.356Z Compiling serde_derive v1.0.217
12622025-01-24T19:16:16.356Z Compiling zeroize_derive v1.4.2
12632025-01-24T19:16:16.356Z Compiling zerocopy-derive v0.7.35
12642025-01-24T19:16:16.356Z Compiling tokio-macros v2.5.0
12652025-01-24T19:16:16.356Z Compiling zerofrom-derive v0.1.4
12662025-01-24T19:16:16.356Z Compiling zeroize v1.8.1
12672025-01-24T19:16:16.356Z Compiling yoke-derive v0.7.4
12682025-01-24T19:16:16.356Z Compiling zerocopy v0.7.35
12692025-01-24T19:16:16.356Z Compiling thiserror-impl v1.0.69
12702025-01-24T19:16:16.531Z Compiling crypto-common v0.1.6
12712025-01-24T19:16:16.779Z Compiling block-buffer v0.10.4
12722025-01-24T19:16:16.800Z Compiling zerovec-derive v0.10.3
12732025-01-24T19:16:17.051Z Compiling digest v0.10.7
12742025-01-24T19:16:17.356Z Compiling zerofrom v0.1.4
12752025-01-24T19:16:17.521Z Compiling hmac v0.12.1
12762025-01-24T19:16:17.588Z Compiling displaydoc v0.2.5
12772025-01-24T19:16:17.703Z Compiling yoke v0.7.4
12782025-01-24T19:16:17.766Z Compiling futures-macro v0.3.31
12792025-01-24T19:16:18.062Z Compiling block-padding v0.3.3
12802025-01-24T19:16:18.327Z Compiling inout v0.1.3
12812025-01-24T19:16:18.405Z Compiling sha2 v0.10.8
12822025-01-24T19:16:18.609Z Compiling cipher v0.4.4
12832025-01-24T19:16:18.848Z Compiling thiserror v1.0.69
12842025-01-24T19:16:19.029Z Compiling icu_provider_macros v1.5.0
12852025-01-24T19:16:19.134Z Compiling ppv-lite86 v0.2.20
12862025-01-24T19:16:19.154Z Compiling der_derive v0.7.3
12872025-01-24T19:16:19.265Z Compiling zerovec v0.10.4
12882025-01-24T19:16:19.582Z Compiling futures-util v0.3.31
12892025-01-24T19:16:19.875Z Compiling rand_chacha v0.3.1
12902025-01-24T19:16:20.121Z Compiling tracing-attributes v0.1.27
12912025-01-24T19:16:21.157Z Compiling tinystr v0.7.6
12922025-01-24T19:16:21.207Z Compiling icu_collections v1.5.0
12932025-01-24T19:16:21.350Z Compiling der v0.7.9
12942025-01-24T19:16:21.548Z Compiling icu_locid v1.5.0
12952025-01-24T19:16:21.948Z Compiling rand v0.8.5
12962025-01-24T19:16:22.099Z Compiling salsa20 v0.10.2
12972025-01-24T19:16:22.337Z Compiling pest v2.7.14
12982025-01-24T19:16:22.500Z Compiling pbkdf2 v0.12.2
12992025-01-24T19:16:22.688Z Compiling icu_provider v1.5.0
13002025-01-24T19:16:23.367Z Compiling icu_locid_transform v1.5.0
13012025-01-24T19:16:23.602Z Compiling tracing v0.1.40
13022025-01-24T19:16:23.622Z Compiling spki v0.7.3
13032025-01-24T19:16:24.018Z Compiling write16 v1.0.0
13042025-01-24T19:16:24.033Z Compiling untrusted v0.9.0
13052025-01-24T19:16:24.079Z Compiling time-core v0.1.2
13062025-01-24T19:16:24.160Z Compiling num-conv v0.1.0
13072025-01-24T19:16:24.225Z Compiling mirai-annotations v1.12.0
13082025-01-24T19:16:24.275Z Compiling untrusted v0.7.1
13092025-01-24T19:16:24.423Z Compiling vcpkg v0.2.15
13102025-01-24T19:16:24.466Z Compiling time-macros v0.2.18
13112025-01-24T19:16:24.486Z Compiling scrypt v0.11.0
13122025-01-24T19:16:24.825Z Compiling icu_properties v1.5.1
13132025-01-24T19:16:24.988Z Compiling pest_meta v2.7.14
13142025-01-24T19:16:25.441Z Compiling aes v0.8.4
13152025-01-24T19:16:25.737Z Compiling bitflags v2.6.0
13162025-01-24T19:16:26.048Z Compiling bytes v1.9.0
13172025-01-24T19:16:27.280Z Compiling tokio v1.43.0
13182025-01-24T19:16:27.486Z Compiling indexmap v2.7.0
13192025-01-24T19:16:27.829Z Compiling http v1.2.0
13202025-01-24T19:16:28.224Z Compiling semver v1.0.24
13212025-01-24T19:16:28.764Z Compiling rustc_version v0.4.1
13222025-01-24T19:16:28.932Z Compiling icu_normalizer v1.5.0
13232025-01-24T19:16:29.123Z Compiling openssl-sys v0.9.103
13242025-01-24T19:16:29.325Z Compiling cbc v0.1.2
13252025-01-24T19:16:29.436Z Compiling scroll_derive v0.12.0
13262025-01-24T19:16:29.490Z Compiling deranged v0.3.11
13272025-01-24T19:16:30.065Z Compiling which v4.4.2
13282025-01-24T19:16:30.190Z Compiling num_threads v0.1.7
13292025-01-24T19:16:30.342Z Compiling tinyvec_macros v0.1.1
13302025-01-24T19:16:30.633Z Compiling atomic-waker v1.1.2
13312025-01-24T19:16:30.655Z Compiling tinyvec v1.8.0
13322025-01-24T19:16:30.820Z Compiling idna_adapter v1.2.0
13332025-01-24T19:16:30.841Z Compiling time v0.3.36
13342025-01-24T19:16:30.862Z Compiling scroll v0.12.0
13352025-01-24T19:16:30.889Z Compiling pkcs5 v0.7.1
13362025-01-24T19:16:30.910Z Compiling http-body v1.0.1
13372025-01-24T19:16:31.047Z Compiling pest_generator v2.7.14
13382025-01-24T19:16:31.146Z Compiling form_urlencoded v1.2.1
13392025-01-24T19:16:31.390Z Compiling slog v2.7.0
13402025-01-24T19:16:31.458Z Compiling try-lock v0.2.5
13412025-01-24T19:16:31.616Z Compiling want v0.3.1
13422025-01-24T19:16:31.922Z Compiling pkcs8 v0.10.2
13432025-01-24T19:16:31.979Z Compiling goblin v0.8.2
13442025-01-24T19:16:31.999Z Compiling idna v1.0.3
13452025-01-24T19:16:32.054Z Compiling uuid v1.12.0
13462025-01-24T19:16:32.567Z Compiling httpdate v1.0.3
13472025-01-24T19:16:32.872Z Compiling pest_derive v2.7.14
13482025-01-24T19:16:33.018Z Compiling iana-time-zone v0.1.61
13492025-01-24T19:16:33.411Z Compiling chrono v0.4.39
13502025-01-24T19:16:33.649Z Compiling dtrace-parser v0.2.0
13512025-01-24T19:16:33.669Z Compiling serde_spanned v0.6.8
13522025-01-24T19:16:33.941Z Compiling toml_datetime v0.6.8
13532025-01-24T19:16:34.295Z Compiling serde_tokenstream v0.2.2
13542025-01-24T19:16:34.422Z Compiling tower-service v0.3.3
13552025-01-24T19:16:34.571Z Compiling openssl v0.10.66
13562025-01-24T19:16:34.878Z Compiling match_cfg v0.1.0
13572025-01-24T19:16:34.981Z Compiling base64 v0.22.1
13582025-01-24T19:16:35.001Z Compiling adler2 v2.0.0
13592025-01-24T19:16:35.219Z Compiling tokio-util v0.7.12
13602025-01-24T19:16:35.418Z Compiling rustversion v1.0.17
13612025-01-24T19:16:35.593Z Compiling foreign-types-shared v0.1.1
13622025-01-24T19:16:35.675Z Compiling miniz_oxide v0.8.0
13632025-01-24T19:16:35.720Z Compiling foreign-types v0.3.2
13642025-01-24T19:16:35.862Z Compiling hostname v0.3.1
13652025-01-24T19:16:36.067Z Compiling url v2.5.3
13662025-01-24T19:16:36.088Z Compiling h2 v0.4.6
13672025-01-24T19:16:36.811Z Compiling openssl-macros v0.1.1
13682025-01-24T19:16:37.126Z Compiling async-trait v0.1.83
13692025-01-24T19:16:37.532Z Compiling serde_derive_internals v0.29.1
13702025-01-24T19:16:37.730Z Compiling dof v0.3.0
13712025-01-24T19:16:37.866Z Compiling dirs-sys-next v0.1.2
13722025-01-24T19:16:38.435Z Compiling rustls v0.22.4
13732025-01-24T19:16:38.707Z Compiling usdt-impl v0.5.0
13742025-01-24T19:16:39.554Z Compiling siphasher v0.3.11
13752025-01-24T19:16:39.605Z Compiling rustls v0.23.19
13762025-01-24T19:16:39.887Z Compiling schemars v0.8.21
13772025-01-24T19:16:39.937Z Compiling data-encoding v2.6.0
13782025-01-24T19:16:39.958Z Compiling syn v1.0.109
13792025-01-24T19:16:40.157Z Compiling native-tls v0.2.12
13802025-01-24T19:16:40.235Z Compiling schemars_derive v0.8.21
13812025-01-24T19:16:40.534Z Compiling dirs-next v2.0.0
13822025-01-24T19:16:40.731Z Compiling unicode-normalization v0.1.24
13832025-01-24T19:16:41.346Z Compiling http-body-util v0.1.2
13842025-01-24T19:16:41.812Z Compiling crossbeam-epoch v0.9.18
13852025-01-24T19:16:41.835Z Compiling heapless v0.7.17
13862025-01-24T19:16:41.899Z Compiling signature v2.2.0
13872025-01-24T19:16:41.990Z Compiling sha1 v0.10.6
13882025-01-24T19:16:42.188Z Compiling bzip2-sys v0.1.11+1.0.8
13892025-01-24T19:16:42.266Z Compiling thread_local v1.1.8
13902025-01-24T19:16:42.402Z Compiling encoding_rs v0.8.34
13912025-01-24T19:16:42.458Z Compiling multer v3.1.0
13922025-01-24T19:16:42.666Z Compiling cookie v0.18.1
13932025-01-24T19:16:42.745Z Compiling openssl-probe v0.1.5
13942025-01-24T19:16:42.748Z Compiling unicode-bidi v0.3.17
13952025-01-24T19:16:42.942Z Compiling hyper v1.5.2
13962025-01-24T19:16:43.071Z Compiling unicode-properties v0.1.3
13972025-01-24T19:16:43.147Z Compiling mime v0.3.17
13982025-01-24T19:16:43.512Z Compiling signal-hook v0.3.17
13992025-01-24T19:16:43.640Z Compiling slog-async v2.8.0
14002025-01-24T19:16:43.794Z Compiling rayon-core v1.12.1
14012025-01-24T19:16:44.016Z Compiling dyn-clone v1.0.17
14022025-01-24T19:16:44.109Z Compiling ipnet v2.10.1
14032025-01-24T19:16:44.144Z Compiling gimli v0.31.1
14042025-01-24T19:16:45.330Z Compiling hyper-util v0.1.10
14052025-01-24T19:16:45.958Z Compiling toml_edit v0.22.22
14062025-01-24T19:16:46.674Z Compiling stringprep v0.1.5
14072025-01-24T19:16:47.670Z Compiling crossbeam-deque v0.8.5
14082025-01-24T19:16:47.763Z Compiling usdt-attr-macro v0.5.0
14092025-01-24T19:16:48.026Z Compiling usdt-macro v0.5.0
14102025-01-24T19:16:48.209Z Compiling addr2line v0.24.2
14112025-01-24T19:16:48.230Z Compiling term v0.7.0
14122025-01-24T19:16:48.854Z Compiling slog-json v2.6.1
14132025-01-24T19:16:48.977Z Compiling serde_urlencoded v0.7.1
14142025-01-24T19:16:49.240Z Compiling crossbeam-channel v0.5.13
14152025-01-24T19:16:49.271Z Compiling curve25519-dalek v4.1.3
14162025-01-24T19:16:49.419Z Compiling futures-executor v0.3.31
14172025-01-24T19:16:49.439Z Compiling enum-as-inner v0.6.1
14182025-01-24T19:16:49.532Z Compiling md-5 v0.10.6
14192025-01-24T19:16:49.811Z Compiling async-stream-impl v0.3.6
14202025-01-24T19:16:49.941Z Compiling rustls-pemfile v2.2.0
14212025-01-24T19:16:49.943Z Compiling num-integer v0.1.46
14222025-01-24T19:16:50.257Z Compiling hash32 v0.2.1
14232025-01-24T19:16:50.301Z Compiling ff v0.13.0
14242025-01-24T19:16:50.467Z Compiling is-terminal v0.4.13
14252025-01-24T19:16:50.537Z Compiling object v0.36.5
14262025-01-24T19:16:50.608Z Compiling dropshot v0.12.0
14272025-01-24T19:16:50.629Z Compiling portable-atomic v1.9.0
14282025-01-24T19:16:50.671Z Compiling linked-hash-map v0.5.6
14292025-01-24T19:16:50.891Z Compiling num-bigint-dig v0.8.4
14302025-01-24T19:16:51.003Z Compiling base16ct v0.2.0
14312025-01-24T19:16:51.031Z Compiling quick-error v1.2.3
14322025-01-24T19:16:51.196Z Compiling take_mut v0.2.2
14332025-01-24T19:16:51.199Z Compiling litrs v0.4.1
14342025-01-24T19:16:51.305Z Compiling psl-types v2.0.11
14352025-01-24T19:16:51.356Z Compiling fallible-iterator v0.2.0
14362025-01-24T19:16:51.500Z Compiling rustc-demangle v0.1.24
14372025-01-24T19:16:51.587Z Compiling utf-8 v0.7.6
14382025-01-24T19:16:51.910Z Compiling smoltcp v0.9.1
14392025-01-24T19:16:51.987Z Compiling anyhow v1.0.95
14402025-01-24T19:16:52.317Z Compiling document-features v0.2.10
14412025-01-24T19:16:52.461Z Compiling postgres-protocol v0.6.7
14422025-01-24T19:16:52.565Z Compiling tungstenite v0.24.0
14432025-01-24T19:16:53.066Z Compiling publicsuffix v2.3.0
14442025-01-24T19:16:53.431Z Compiling sec1 v0.7.3
14452025-01-24T19:16:53.466Z Compiling resolv-conf v0.7.0
14462025-01-24T19:16:53.618Z Compiling async-stream v0.3.6
14472025-01-24T19:16:53.956Z Compiling lru-cache v0.1.2
14482025-01-24T19:16:54.087Z Compiling slog-term v2.9.1
14492025-01-24T19:16:54.210Z Compiling usdt v0.5.0
14502025-01-24T19:16:54.421Z Compiling group v0.13.0
14512025-01-24T19:16:54.683Z Compiling hickory-proto v0.24.2
14522025-01-24T19:16:54.721Z Compiling num-iter v0.1.45
14532025-01-24T19:16:54.874Z Compiling futures v0.3.31
14542025-01-24T19:16:54.919Z Compiling toml v0.8.19
14552025-01-24T19:16:54.993Z Compiling slog-bunyan v2.5.0
14562025-01-24T19:16:55.355Z Compiling camino v1.1.9
14572025-01-24T19:16:56.220Z Compiling tokio-native-tls v0.3.1
14582025-01-24T19:16:56.507Z Compiling phf_shared v0.11.2
14592025-01-24T19:16:56.751Z Compiling dropshot_endpoint v0.12.0
14602025-01-24T19:16:56.876Z Compiling waitgroup v0.1.2
14612025-01-24T19:16:57.109Z Compiling backtrace v0.3.74
14622025-01-24T19:16:57.179Z Compiling terminal_size v0.4.0
14632025-01-24T19:16:57.241Z Compiling openapiv3 v2.0.0
14642025-01-24T19:16:57.541Z Compiling serde_path_to_error v0.1.16
14652025-01-24T19:16:57.694Z Compiling hkdf v0.12.4
14662025-01-24T19:16:57.947Z Compiling crypto-bigint v0.5.5
14672025-01-24T19:16:58.145Z Compiling curve25519-dalek-derive v0.1.1
14682025-01-24T19:16:59.609Z Compiling zerocopy-derive v0.6.6
14692025-01-24T19:17:00.146Z Compiling webpki-roots v0.26.6
14702025-01-24T19:17:00.367Z Compiling hostname v0.4.0
14712025-01-24T19:17:00.581Z Compiling crc32fast v1.4.2
14722025-01-24T19:17:00.910Z Compiling fs-err v2.11.0
14732025-01-24T19:17:00.934Z Compiling ahash v0.8.11
14742025-01-24T19:17:01.210Z Compiling bitflags v1.3.2
14752025-01-24T19:17:01.231Z Compiling winnow v0.5.40
14762025-01-24T19:17:01.255Z Compiling hubpack_derive v0.1.1
14772025-01-24T19:17:01.269Z Compiling newtype-uuid v1.2.1
14782025-01-24T19:17:01.319Z Compiling managed v0.8.0
14792025-01-24T19:17:01.548Z Compiling debug-ignore v1.0.5
14802025-01-24T19:17:01.568Z Compiling clap_builder v4.5.21
14812025-01-24T19:17:01.732Z Compiling zerocopy v0.6.6
14822025-01-24T19:17:02.080Z Compiling hubpack v0.1.2
14832025-01-24T19:17:02.522Z Compiling console v0.15.8
14842025-01-24T19:17:02.579Z Compiling strum_macros v0.25.3
14852025-01-24T19:17:03.805Z Compiling flate2 v1.0.35
14862025-01-24T19:17:03.843Z Compiling elliptic-curve v0.13.8
14872025-01-24T19:17:03.865Z Compiling hickory-resolver v0.24.2
14882025-01-24T19:17:04.679Z Compiling toml_edit v0.19.15
14892025-01-24T19:17:04.766Z Compiling signal-hook-mio v0.2.4
14902025-01-24T19:17:04.939Z Compiling phf v0.11.2
14912025-01-24T19:17:05.234Z Compiling cookie_store v0.21.1
14922025-01-24T19:17:05.508Z Compiling hyper-tls v0.6.0
14932025-01-24T19:17:05.896Z Compiling rayon v1.10.0
14942025-01-24T19:17:06.338Z Compiling bzip2 v0.4.4
14952025-01-24T19:17:06.734Z Compiling tokio-tungstenite v0.24.0
14962025-01-24T19:17:07.258Z Compiling postgres-types v0.2.8
14972025-01-24T19:17:09.783Z Compiling ed25519 v2.2.3
14982025-01-24T19:17:09.806Z Compiling phf_shared v0.10.0
14992025-01-24T19:17:09.870Z Compiling tokio-stream v0.1.16
15002025-01-24T19:17:10.165Z Compiling pkcs1 v0.7.5
15012025-01-24T19:17:10.264Z Compiling serde-big-array v0.5.1
15022025-01-24T19:17:10.503Z Compiling clap_derive v4.5.18
15032025-01-24T19:17:10.816Z Compiling rfc6979 v0.4.0
15042025-01-24T19:17:11.023Z Compiling serde_repr v0.1.19
15052025-01-24T19:17:11.063Z Compiling derive-where v1.2.7
15062025-01-24T19:17:11.631Z Compiling bstr v1.10.0
15072025-01-24T19:17:11.730Z Compiling float-cmp v0.9.0
15082025-01-24T19:17:11.871Z Compiling sync_wrapper v1.0.1
15092025-01-24T19:17:11.974Z Compiling difflib v0.4.0
15102025-01-24T19:17:12.046Z Compiling unicode-width v0.2.0
15112025-01-24T19:17:12.130Z Compiling unicode-segmentation v1.12.0
15122025-01-24T19:17:12.603Z Compiling predicates-core v1.0.8
15132025-01-24T19:17:12.925Z Compiling number_prefix v0.4.0
15142025-01-24T19:17:12.990Z Compiling bit-vec v0.6.3
15152025-01-24T19:17:13.159Z Compiling normalize-line-endings v0.3.0
15162025-01-24T19:17:13.208Z Compiling whoami v1.5.2
15172025-01-24T19:17:13.296Z Compiling static_assertions v1.1.0
15182025-01-24T19:17:13.316Z Compiling new_debug_unreachable v1.0.6
15192025-01-24T19:17:13.380Z Compiling precomputed-hash v0.1.1
15202025-01-24T19:17:13.407Z Compiling fixedbitset v0.4.2
15212025-01-24T19:17:13.425Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15222025-01-24T19:17:13.515Z Compiling string_cache v0.8.7
15232025-01-24T19:17:13.767Z Compiling petgraph v0.6.5
15242025-01-24T19:17:13.863Z Compiling tokio-postgres v0.7.12
15252025-01-24T19:17:13.973Z Compiling bit-set v0.5.3
15262025-01-24T19:17:14.249Z Compiling predicates v3.1.2
15272025-01-24T19:17:14.342Z Compiling indicatif v0.17.9
15282025-01-24T19:17:15.028Z Compiling clap v4.5.21
15292025-01-24T19:17:15.159Z Compiling similar v2.6.0
15302025-01-24T19:17:15.766Z Compiling ecdsa v0.16.9
15312025-01-24T19:17:16.402Z Compiling rsa v0.9.6
15322025-01-24T19:17:16.579Z Compiling ed25519-dalek v2.1.1
15332025-01-24T19:17:17.353Z Compiling toml v0.7.8
15342025-01-24T19:17:17.372Z Compiling zip v0.6.6
15352025-01-24T19:17:17.916Z Compiling crossterm v0.28.1
15362025-01-24T19:17:19.525Z Compiling hex v0.4.3
15372025-01-24T19:17:19.569Z Compiling x509-cert v0.2.5
15382025-01-24T19:17:19.743Z Compiling itertools v0.10.5
15392025-01-24T19:17:19.764Z Compiling unicode-xid v0.2.6
15402025-01-24T19:17:19.963Z Compiling lalrpop-util v0.19.12
15412025-01-24T19:17:20.122Z Compiling peg-runtime v0.8.3
15422025-01-24T19:17:20.339Z Compiling strum_macros v0.26.4
15432025-01-24T19:17:20.419Z Compiling xattr v1.3.1
15442025-01-24T19:17:20.695Z Compiling filetime v0.2.25
15452025-01-24T19:17:21.007Z Compiling tar v0.4.42
15462025-01-24T19:17:24.954Z Compiling strum v0.26.3
15472025-01-24T19:17:28.266Z Compiling aws-lc-sys v0.22.0
15482025-01-24T19:17:56.208Z Compiling rustls-webpki v0.102.8
15492025-01-24T19:17:59.360Z Compiling tokio-rustls v0.25.0
15502025-01-24T19:18:01.032Z Compiling tokio-rustls v0.26.0
15512025-01-24T19:18:01.297Z Compiling hyper-rustls v0.27.3
15522025-01-24T19:18:01.625Z Compiling reqwest v0.12.9
15532025-01-24T19:18:02.892Z Compiling qorb v0.2.1
15542025-01-24T19:18:06.050Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15552025-01-24T19:18:06.303Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15562025-01-24T19:18:10.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
15572025-01-24T19:18:10.908Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15582025-01-24T19:18:10.957ZJan 24 19:18:09.596 INFO Starting download, target: Cockroach
15592025-01-24T19:18:10.957ZJan 24 19:18:09.596 INFO Starting download, target: Clickhouse
15602025-01-24T19:18:10.959ZJan 24 19:18:09.596 INFO Starting download, target: Console
15612025-01-24T19:18:10.960ZJan 24 19:18:09.596 INFO Starting download, target: DendriteOpenapi
15622025-01-24T19:18:10.960ZJan 24 19:18:09.596 INFO Starting download, target: DendriteStub
15632025-01-24T19:18:10.960ZJan 24 19:18:09.596 INFO Starting download, target: MaghemiteMgd
15642025-01-24T19:18:10.960ZJan 24 19:18:09.596 INFO Starting download, target: TransceiverControl
15652025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15662025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15672025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15682025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15692025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15702025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15712025-01-24T19:18:10.960ZJan 24 19:18:09.597 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15722025-01-24T19:18:11.118ZJan 24 19:18:09.750 INFO Download complete, target: DendriteOpenapi
15732025-01-24T19:18:11.288ZJan 24 19:18:09.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15742025-01-24T19:18:11.533ZJan 24 19:18:10.133 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15752025-01-24T19:18:11.842ZJan 24 19:18:10.479 INFO Download complete, target: Console
15762025-01-24T19:18:11.862ZJan 24 19:18:10.497 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15772025-01-24T19:18:11.956ZJan 24 19:18:10.593 INFO Download complete, target: TransceiverControl
15782025-01-24T19:18:12.034ZJan 24 19:18:10.672 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15792025-01-24T19:18:12.644ZJan 24 19:18:11.282 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15802025-01-24T19:18:12.644ZJan 24 19:18:11.282 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15812025-01-24T19:18:13.052ZJan 24 19:18:11.686 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15822025-01-24T19:18:14.753ZJan 24 19:18:13.392 INFO Download complete, target: DendriteStub
15832025-01-24T19:18:14.958ZJan 24 19:18:13.597 INFO Download complete, target: MaghemiteMgd
15842025-01-24T19:18:20.032ZJan 24 19:18:18.670 INFO Checking that binary works, target: Cockroach
15852025-01-24T19:18:20.198ZJan 24 19:18:18.837 INFO Download complete, target: Cockroach
15862025-01-24T19:18:25.509ZJan 24 19:18:24.147 INFO Checking that binary works, target: Clickhouse
15872025-01-24T19:18:25.616ZJan 24 19:18:24.253 INFO Download complete, target: Clickhouse
15882025-01-24T19:18:25.637ZAll builder prerequisites installed successfully, and PATH looks valid
15892025-01-24T19:18:25.639Z
15902025-01-24T19:18:25.639Zreal 5:14.713199866
15912025-01-24T19:18:25.639Zuser 15:38.839716773
15922025-01-24T19:18:25.639Zsys 2:03.838395852
15932025-01-24T19:18:25.639Ztrap 0.547299944
15942025-01-24T19:18:25.639Ztflt 4.924330906
15952025-01-24T19:18:25.639Zdflt 3.057735461
15962025-01-24T19:18:25.639Zkflt 0.029392112
15972025-01-24T19:18:25.639Zlock 24:43.160997908
15982025-01-24T19:18:25.639Zslp 55:52.709847625
15992025-01-24T19:18:25.639Zlat 57.492937589
16002025-01-24T19:18:25.639Zstop 2:21.121920017
16012025-01-24T19:18:25.639Z+ banner hack-check
16022025-01-24T19:18:25.642Z
16032025-01-24T19:18:25.642Z # # ## #### # # #### # # ###### #### # #
16042025-01-24T19:18:25.642Z # # # # # # # # # # # # # # # # #
16052025-01-24T19:18:25.642Z ###### # # # #### ##### # ###### ##### # ####
16062025-01-24T19:18:25.642Z # # ###### # # # # # # # # # #
16072025-01-24T19:18:25.642Z # # # # # # # # # # # # # # # # #
16082025-01-24T19:18:25.642Z # # # # #### # # #### # # ###### #### # #
16092025-01-24T19:18:25.642Z
16102025-01-24T19:18:25.642Z+ export CARGO_INCREMENTAL=0
16112025-01-24T19:18:25.642Z+ CARGO_INCREMENTAL=0
16122025-01-24T19:18:25.642Z+ ptime -m timeout 2h cargo xtask check-features --ci
16132025-01-24T19:18:26.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16142025-01-24T19:18:29.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
16152025-01-24T19:18:29.092Z Running `target/debug/xtask check-features --ci`
16162025-01-24T19:18:29.112Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16172025-01-24T19:18:29.115Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16182025-01-24T19:18:29.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16192025-01-24T19:18:29.565Z Running `target/debug/xtask download cargo-hack`
16202025-01-24T19:18:30.397Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16212025-01-24T19:18:30.767Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16222025-01-24T19:18:34.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
16232025-01-24T19:18:34.551Z Running `target/debug/xtask-downloader cargo-hack`
16242025-01-24T19:18:34.586ZJan 24 19:18:33.223 INFO Starting download, target: CargoHack
16252025-01-24T19:18:34.590ZJan 24 19:18:33.224 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16262025-01-24T19:18:35.279ZJan 24 19:18:33.914 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16272025-01-24T19:18:35.369ZJan 24 19:18:34.006 INFO Download complete, target: CargoHack
16282025-01-24T19:18:35.374Zrunning: "/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"
16292025-01-24T19:18:35.390Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16302025-01-24T19:18:35.561Zinfo: running `cargo check --bins` on api_identity (1/198)
16312025-01-24T19:18:36.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16322025-01-24T19:18:36.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16332025-01-24T19:18:36.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16342025-01-24T19:18:36.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16352025-01-24T19:18:36.140Z
16362025-01-24T19:18:36.140Zinfo: running `cargo check --bins` on bootstore (2/198)
16372025-01-24T19:18:36.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16382025-01-24T19:18:36.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16392025-01-24T19:18:36.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16402025-01-24T19:18:36.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16412025-01-24T19:18:36.760Z
16422025-01-24T19:18:36.760Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/198)
16432025-01-24T19:18:37.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16442025-01-24T19:18:37.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16452025-01-24T19:18:37.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16462025-01-24T19:18:37.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
16472025-01-24T19:18:37.355Z
16482025-01-24T19:18:37.355Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/198)
16492025-01-24T19:18:37.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16502025-01-24T19:18:37.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16512025-01-24T19:18:37.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16522025-01-24T19:18:37.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16532025-01-24T19:18:37.962Z
16542025-01-24T19:18:37.963Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/198)
16552025-01-24T19:18:38.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16562025-01-24T19:18:38.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16572025-01-24T19:18:38.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16582025-01-24T19:18:38.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16592025-01-24T19:18:38.386Z
16602025-01-24T19:18:38.386Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/198)
16612025-01-24T19:18:38.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16622025-01-24T19:18:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16632025-01-24T19:18:38.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16642025-01-24T19:18:38.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16652025-01-24T19:18:38.803Z
16662025-01-24T19:18:38.803Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/198)
16672025-01-24T19:18:39.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16682025-01-24T19:18:39.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16692025-01-24T19:18:39.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16702025-01-24T19:18:39.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16712025-01-24T19:18:39.212Z
16722025-01-24T19:18:39.212Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/198)
16732025-01-24T19:18:39.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16742025-01-24T19:18:39.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16752025-01-24T19:18:39.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16762025-01-24T19:18:39.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16772025-01-24T19:18:39.626Z
16782025-01-24T19:18:39.626Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/198)
16792025-01-24T19:18:40.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16802025-01-24T19:18:40.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16812025-01-24T19:18:40.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16822025-01-24T19:18:40.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16832025-01-24T19:18:40.048Z
16842025-01-24T19:18:40.048Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/198)
16852025-01-24T19:18:40.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862025-01-24T19:18:40.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872025-01-24T19:18:40.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882025-01-24T19:18:40.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16892025-01-24T19:18:40.462Z
16902025-01-24T19:18:40.462Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/198)
16912025-01-24T19:18:40.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922025-01-24T19:18:40.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932025-01-24T19:18:40.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942025-01-24T19:18:40.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16952025-01-24T19:18:40.873Z
16962025-01-24T19:18:40.873Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/198)
16972025-01-24T19:18:41.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982025-01-24T19:18:41.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992025-01-24T19:18:41.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002025-01-24T19:18:41.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17012025-01-24T19:18:41.293Z
17022025-01-24T19:18:41.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/198)
17032025-01-24T19:18:41.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042025-01-24T19:18:41.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052025-01-24T19:18:41.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062025-01-24T19:18:41.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17072025-01-24T19:18:41.711Z
17082025-01-24T19:18:41.711Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/198)
17092025-01-24T19:18:42.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102025-01-24T19:18:42.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112025-01-24T19:18:42.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122025-01-24T19:18:42.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17132025-01-24T19:18:42.126Z
17142025-01-24T19:18:42.126Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/198)
17152025-01-24T19:18:42.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162025-01-24T19:18:42.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172025-01-24T19:18:42.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182025-01-24T19:18:42.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17192025-01-24T19:18:42.543Z
17202025-01-24T19:18:42.543Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/198)
17212025-01-24T19:18:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222025-01-24T19:18:42.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232025-01-24T19:18:42.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242025-01-24T19:18:42.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17252025-01-24T19:18:42.962Z
17262025-01-24T19:18:42.962Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/198)
17272025-01-24T19:18:43.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282025-01-24T19:18:43.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292025-01-24T19:18:43.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302025-01-24T19:18:43.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17312025-01-24T19:18:43.386Z
17322025-01-24T19:18:43.386Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/198)
17332025-01-24T19:18:43.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342025-01-24T19:18:43.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352025-01-24T19:18:43.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362025-01-24T19:18:43.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17372025-01-24T19:18:43.804Z
17382025-01-24T19:18:43.804Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/198)
17392025-01-24T19:18:44.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-01-24T19:18:44.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-01-24T19:18:44.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-01-24T19:18:44.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17432025-01-24T19:18:44.226Z
17442025-01-24T19:18:44.226Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/198)
17452025-01-24T19:18:44.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-01-24T19:18:44.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-01-24T19:18:44.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-01-24T19:18:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17492025-01-24T19:18:44.652Z
17502025-01-24T19:18:44.652Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/198)
17512025-01-24T19:18:45.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-01-24T19:18:45.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-01-24T19:18:45.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-01-24T19:18:45.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17552025-01-24T19:18:45.073Z
17562025-01-24T19:18:45.073Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/198)
17572025-01-24T19:18:45.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-01-24T19:18:45.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-01-24T19:18:45.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-01-24T19:18:45.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17612025-01-24T19:18:45.493Z
17622025-01-24T19:18:45.493Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/198)
17632025-01-24T19:18:45.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-01-24T19:18:45.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-01-24T19:18:45.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-01-24T19:18:45.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17672025-01-24T19:18:45.911Z
17682025-01-24T19:18:45.911Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/198)
17692025-01-24T19:18:46.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-01-24T19:18:46.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-01-24T19:18:46.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-01-24T19:18:46.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17732025-01-24T19:18:46.339Z
17742025-01-24T19:18:46.339Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/198)
17752025-01-24T19:18:46.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-01-24T19:18:46.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-01-24T19:18:46.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-01-24T19:18:46.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17792025-01-24T19:18:46.783Z
17802025-01-24T19:18:46.783Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/198)
17812025-01-24T19:18:47.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-01-24T19:18:47.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-01-24T19:18:47.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-01-24T19:18:47.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17852025-01-24T19:18:47.201Z
17862025-01-24T19:18:47.201Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/198)
17872025-01-24T19:18:47.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-01-24T19:18:47.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-01-24T19:18:47.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-01-24T19:18:47.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17912025-01-24T19:18:47.621Z
17922025-01-24T19:18:47.621Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/198)
17932025-01-24T19:18:47.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-01-24T19:18:48.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-01-24T19:18:48.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-01-24T19:18:48.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17972025-01-24T19:18:48.041Z
17982025-01-24T19:18:48.041Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/198)
17992025-01-24T19:18:48.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-01-24T19:18:48.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-01-24T19:18:48.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-01-24T19:18:48.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18032025-01-24T19:18:48.460Z
18042025-01-24T19:18:48.460Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/198)
18052025-01-24T19:18:48.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-01-24T19:18:48.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-01-24T19:18:48.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082025-01-24T19:18:48.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18092025-01-24T19:18:48.879Z
18102025-01-24T19:18:48.879Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/198)
18112025-01-24T19:18:49.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122025-01-24T19:18:49.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132025-01-24T19:18:49.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142025-01-24T19:18:49.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18152025-01-24T19:18:49.302Z
18162025-01-24T19:18:49.302Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/198)
18172025-01-24T19:18:49.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182025-01-24T19:18:49.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192025-01-24T19:18:49.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202025-01-24T19:18:49.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18212025-01-24T19:18:49.746Z
18222025-01-24T19:18:49.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/198)
18232025-01-24T19:18:50.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242025-01-24T19:18:50.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252025-01-24T19:18:50.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262025-01-24T19:18:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18272025-01-24T19:18:50.136Z
18282025-01-24T19:18:50.136Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/198)
18292025-01-24T19:18:50.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302025-01-24T19:18:50.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312025-01-24T19:18:50.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322025-01-24T19:18:50.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18332025-01-24T19:18:50.557Z
18342025-01-24T19:18:50.557Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/198)
18352025-01-24T19:18:50.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362025-01-24T19:18:50.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372025-01-24T19:18:50.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382025-01-24T19:18:50.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18392025-01-24T19:18:50.976Z
18402025-01-24T19:18:50.976Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/198)
18412025-01-24T19:18:51.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422025-01-24T19:18:51.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432025-01-24T19:18:51.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442025-01-24T19:18:51.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18452025-01-24T19:18:51.400Z
18462025-01-24T19:18:51.400Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/198)
18472025-01-24T19:18:51.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482025-01-24T19:18:51.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492025-01-24T19:18:51.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502025-01-24T19:18:51.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18512025-01-24T19:18:51.824Z
18522025-01-24T19:18:51.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/198)
18532025-01-24T19:18:52.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542025-01-24T19:18:52.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552025-01-24T19:18:52.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562025-01-24T19:18:52.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18572025-01-24T19:18:52.249Z
18582025-01-24T19:18:52.249Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/198)
18592025-01-24T19:18:52.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602025-01-24T19:18:52.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612025-01-24T19:18:52.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622025-01-24T19:18:52.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18632025-01-24T19:18:52.671Z
18642025-01-24T19:18:52.671Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/198)
18652025-01-24T19:18:53.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662025-01-24T19:18:53.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672025-01-24T19:18:53.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682025-01-24T19:18:53.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18692025-01-24T19:18:53.100Z
18702025-01-24T19:18:53.100Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/198)
18712025-01-24T19:18:53.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722025-01-24T19:18:53.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732025-01-24T19:18:53.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742025-01-24T19:18:53.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18752025-01-24T19:18:53.524Z
18762025-01-24T19:18:53.524Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/198)
18772025-01-24T19:18:53.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782025-01-24T19:18:53.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792025-01-24T19:18:53.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802025-01-24T19:18:53.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18812025-01-24T19:18:53.942Z
18822025-01-24T19:18:53.942Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/198)
18832025-01-24T19:18:54.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842025-01-24T19:18:54.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852025-01-24T19:18:54.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862025-01-24T19:18:54.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18872025-01-24T19:18:54.360Z
18882025-01-24T19:18:54.360Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/198)
18892025-01-24T19:18:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902025-01-24T19:18:54.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912025-01-24T19:18:54.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922025-01-24T19:18:54.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18932025-01-24T19:18:54.783Z
18942025-01-24T19:18:54.784Zinfo: running `cargo check --bins` on sled-hardware-types (45/198)
18952025-01-24T19:18:55.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962025-01-24T19:18:55.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972025-01-24T19:18:55.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982025-01-24T19:18:55.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18992025-01-24T19:18:55.397Z
19002025-01-24T19:18:55.397Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/198)
19012025-01-24T19:18:55.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022025-01-24T19:18:55.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032025-01-24T19:18:55.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042025-01-24T19:18:55.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19052025-01-24T19:18:56.007Z
19062025-01-24T19:18:56.007Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/198)
19072025-01-24T19:18:56.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082025-01-24T19:18:56.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092025-01-24T19:18:56.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102025-01-24T19:18:56.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19112025-01-24T19:18:56.625Z
19122025-01-24T19:18:56.625Zinfo: running `cargo check --bins` on oxlog (48/198)
19132025-01-24T19:18:57.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142025-01-24T19:18:57.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152025-01-24T19:18:57.220Z Checking cfg-if v1.0.0
19162025-01-24T19:18:57.222Z Checking libc v0.2.169
19172025-01-24T19:18:57.329Z Checking serde v1.0.217
19182025-01-24T19:18:57.332Z Checking zeroize v1.8.1
19192025-01-24T19:18:57.349Z Checking memchr v2.7.4
19202025-01-24T19:18:57.351Z Checking typenum v1.17.0
19212025-01-24T19:18:57.359Z Checking scopeguard v1.2.0
19222025-01-24T19:18:57.381Z Checking subtle v2.6.1
19232025-01-24T19:18:57.398Z Checking value-bag v1.9.0
19242025-01-24T19:18:57.505Z Checking lock_api v0.4.12
19252025-01-24T19:18:57.579Z Checking smallvec v1.13.2
19262025-01-24T19:18:57.649Z Checking const-oid v0.9.6
19272025-01-24T19:18:57.784Z Checking log v0.4.22
19282025-01-24T19:18:57.889Z Checking itoa v1.0.11
19292025-01-24T19:18:57.906Z Checking pin-project-lite v0.2.14
19302025-01-24T19:18:58.032Z Checking byteorder v1.5.0
19312025-01-24T19:18:58.126Z Checking futures-core v0.3.31
19322025-01-24T19:18:58.163Z Checking once_cell v1.20.2
19332025-01-24T19:18:58.241Z Checking stable_deref_trait v1.2.0
19342025-01-24T19:18:58.301Z Checking getrandom v0.2.15
19352025-01-24T19:18:58.317Z Checking parking_lot_core v0.9.10
19362025-01-24T19:18:58.349Z Checking signal-hook-registry v1.4.2
19372025-01-24T19:18:58.413Z Checking generic-array v0.14.7
19382025-01-24T19:18:58.439Z Checking mio v1.0.2
19392025-01-24T19:18:58.457Z Checking cpufeatures v0.2.14
19402025-01-24T19:18:58.527Z Checking rand_core v0.6.4
19412025-01-24T19:18:58.554Z Checking futures-sink v0.3.31
19422025-01-24T19:18:58.588Z Checking socket2 v0.5.7
19432025-01-24T19:18:58.634Z Checking parking_lot v0.12.3
19442025-01-24T19:18:58.711Z Checking spin v0.9.8
19452025-01-24T19:18:58.847Z Checking zerocopy v0.7.35
19462025-01-24T19:18:58.996Z Checking zerofrom v0.1.4
19472025-01-24T19:18:59.013Z Checking slab v0.4.9
19482025-01-24T19:18:59.055Z Checking futures-channel v0.3.31
19492025-01-24T19:18:59.058Z Checking pin-utils v0.1.0
19502025-01-24T19:18:59.160Z Checking foldhash v0.1.3
19512025-01-24T19:18:59.194Z Checking yoke v0.7.4
19522025-01-24T19:18:59.244Z Checking futures-task v0.3.31
19532025-01-24T19:18:59.356Z Checking futures-io v0.3.31
19542025-01-24T19:18:59.391Z Checking equivalent v1.0.1
19552025-01-24T19:18:59.443Z Checking crypto-common v0.1.6
19562025-01-24T19:18:59.459Z Checking block-buffer v0.10.4
19572025-01-24T19:18:59.497Z Checking allocator-api2 v0.2.18
19582025-01-24T19:18:59.514Z Checking zerovec v0.10.4
19592025-01-24T19:18:59.518Z Checking block-padding v0.3.3
19602025-01-24T19:18:59.546Z Checking futures-util v0.3.31
19612025-01-24T19:18:59.617Z Checking ryu v1.0.18
19622025-01-24T19:18:59.670Z Checking digest v0.10.7
19632025-01-24T19:18:59.744Z Checking inout v0.1.3
19642025-01-24T19:18:59.855Z Checking fnv v1.0.7
19652025-01-24T19:18:59.960Z Checking litemap v0.7.3
19662025-01-24T19:18:59.985Z Checking writeable v0.5.5
19672025-01-24T19:19:00.038Z Checking hmac v0.12.1
19682025-01-24T19:19:00.064Z Checking sha2 v0.10.8
19692025-01-24T19:19:00.119Z Checking hashbrown v0.15.1
19702025-01-24T19:19:00.249Z Checking cipher v0.4.4
19712025-01-24T19:19:00.293Z Checking libm v0.2.8
19722025-01-24T19:19:00.307Z Checking base64ct v1.6.0
19732025-01-24T19:19:00.615Z Checking ppv-lite86 v0.2.20
19742025-01-24T19:19:00.657Z Checking icu_locid_transform_data v1.5.0
19752025-01-24T19:19:00.757Z Checking pem-rfc7468 v0.7.0
19762025-01-24T19:19:00.773Z Checking flagset v0.4.6
19772025-01-24T19:19:00.976Z Checking tracing-core v0.1.32
19782025-01-24T19:19:01.020Z Checking der v0.7.9
19792025-01-24T19:19:01.047Z Checking tinystr v0.7.6
19802025-01-24T19:19:01.147Z Checking icu_collections v1.5.0
19812025-01-24T19:19:01.180Z Checking num-traits v0.2.19
19822025-01-24T19:19:01.311Z Checking rand_chacha v0.3.1
19832025-01-24T19:19:01.380Z Checking icu_locid v1.5.0
19842025-01-24T19:19:01.594Z Checking thiserror v1.0.69
19852025-01-24T19:19:01.713Z Checking percent-encoding v2.3.1
19862025-01-24T19:19:01.738Z Checking icu_properties_data v1.5.0
19872025-01-24T19:19:01.796Z Checking rustls-pki-types v1.10.0
19882025-01-24T19:19:01.869Z Checking bytes v1.9.0
19892025-01-24T19:19:01.935Z Checking indexmap v2.7.0
19902025-01-24T19:19:01.974Z Checking serde_json v1.0.135
19912025-01-24T19:19:02.311Z Checking icu_provider v1.5.0
19922025-01-24T19:19:02.328Z Checking bitflags v2.6.0
19932025-01-24T19:19:02.630Z Checking rand v0.8.5
19942025-01-24T19:19:02.676Z Checking tokio v1.43.0
19952025-01-24T19:19:02.694Z Checking http v1.2.0
19962025-01-24T19:19:02.760Z Checking spki v0.7.3
19972025-01-24T19:19:02.907Z Checking icu_locid_transform v1.5.0
19982025-01-24T19:19:03.036Z Checking tracing v0.1.40
19992025-01-24T19:19:03.080Z Checking salsa20 v0.10.2
20002025-01-24T19:19:03.299Z Checking pbkdf2 v0.12.2
20012025-01-24T19:19:03.380Z Checking aws-lc-sys v0.22.0
20022025-01-24T19:19:03.471Z Checking httparse v1.9.5
20032025-01-24T19:19:03.561Z Checking powerfmt v0.2.0
20042025-01-24T19:19:03.838Z Checking mirai-annotations v1.12.0
20052025-01-24T19:19:03.841Z Checking utf16_iter v1.0.5
20062025-01-24T19:19:03.867Z Checking icu_properties v1.5.1
20072025-01-24T19:19:03.882Z Checking untrusted v0.7.1
20082025-01-24T19:19:03.904Z Checking icu_normalizer_data v1.5.0
20092025-01-24T19:19:04.001Z Checking write16 v1.0.0
20102025-01-24T19:19:04.004Z Checking untrusted v0.9.0
20112025-01-24T19:19:04.020Z Checking utf8_iter v1.0.4
20122025-01-24T19:19:04.047Z Checking deranged v0.3.11
20132025-01-24T19:19:04.050Z Checking scrypt v0.11.0
20142025-01-24T19:19:04.132Z Checking cbc v0.1.2
20152025-01-24T19:19:04.180Z Checking ring v0.17.8
20162025-01-24T19:19:04.217Z Checking aes v0.8.4
20172025-01-24T19:19:04.273Z Checking crossbeam-utils v0.8.20
20182025-01-24T19:19:04.334Z Checking tinyvec_macros v0.1.1
20192025-01-24T19:19:04.432Z Checking time-core v0.1.2
20202025-01-24T19:19:04.605Z Checking atomic-waker v1.1.2
20212025-01-24T19:19:04.759Z Checking num_threads v0.1.7
20222025-01-24T19:19:04.884Z Checking num-conv v0.1.0
20232025-01-24T19:19:04.972Z Checking tinyvec v1.8.0
20242025-01-24T19:19:05.052Z Checking pkcs5 v0.7.1
20252025-01-24T19:19:05.131Z Checking http-body v1.0.1
20262025-01-24T19:19:05.339Z Checking form_urlencoded v1.2.1
20272025-01-24T19:19:05.371Z Checking time v0.3.36
20282025-01-24T19:19:05.473Z Checking aws-lc-rs v1.10.0
20292025-01-24T19:19:05.528Z Checking try-lock v0.2.5
20302025-01-24T19:19:05.545Z Checking pkcs8 v0.10.2
20312025-01-24T19:19:05.670Z Checking want v0.3.1
20322025-01-24T19:19:05.852Z Checking uuid v1.12.0
20332025-01-24T19:19:05.872Z Checking unicode-ident v1.0.14
20342025-01-24T19:19:05.961Z Checking httpdate v1.0.3
20352025-01-24T19:19:06.048Z Checking proc-macro2 v1.0.92
20362025-01-24T19:19:06.203Z Checking serde_spanned v0.6.8
20372025-01-24T19:19:06.297Z Checking toml_datetime v0.6.8
20382025-01-24T19:19:06.413Z Checking slog v2.7.0
20392025-01-24T19:19:06.485Z Checking scroll v0.12.0
20402025-01-24T19:19:06.585Z Checking match_cfg v0.1.0
20412025-01-24T19:19:06.686Z Checking iana-time-zone v0.1.61
20422025-01-24T19:19:06.714Z Checking adler2 v2.0.0
20432025-01-24T19:19:06.849Z Checking ucd-trie v0.1.7
20442025-01-24T19:19:06.867Z Checking foreign-types-shared v0.1.1
20452025-01-24T19:19:06.882Z Checking tower-service v0.3.3
20462025-01-24T19:19:06.955Z Checking base64 v0.22.1
20472025-01-24T19:19:06.979Z Checking plain v0.2.3
20482025-01-24T19:19:07.003Z Checking foreign-types v0.3.2
20492025-01-24T19:19:07.055Z Checking pest v2.7.14
20502025-01-24T19:19:07.106Z Checking miniz_oxide v0.8.0
20512025-01-24T19:19:07.123Z Checking icu_normalizer v1.5.0
20522025-01-24T19:19:07.126Z Checking rustls-webpki v0.102.8
20532025-01-24T19:19:07.155Z Checking goblin v0.8.2
20542025-01-24T19:19:07.394Z Checking chrono v0.4.39
20552025-01-24T19:19:07.620Z Checking quote v1.0.38
20562025-01-24T19:19:07.823Z Checking hostname v0.3.1
20572025-01-24T19:19:07.869Z Checking idna_adapter v1.2.0
20582025-01-24T19:19:07.896Z Checking openssl-sys v0.9.103
20592025-01-24T19:19:07.954Z Checking dirs-sys-next v0.1.2
20602025-01-24T19:19:07.970Z Checking errno v0.3.9
20612025-01-24T19:19:08.048Z Checking idna v1.0.3
20622025-01-24T19:19:08.130Z Checking aho-corasick v1.1.3
20632025-01-24T19:19:08.149Z Checking siphasher v0.3.11
20642025-01-24T19:19:08.450Z Compiling newtype-uuid v1.2.1
20652025-01-24T19:19:08.536Z Checking url v2.5.3
20662025-01-24T19:19:08.731Z Checking regex-syntax v0.8.5
20672025-01-24T19:19:09.062Z Checking pretty-hex v0.4.1
20682025-01-24T19:19:09.265Z Checking data-encoding v2.6.0
20692025-01-24T19:19:09.320Z Checking openssl v0.10.66
20702025-01-24T19:19:09.371Z Checking tokio-util v0.7.12
20712025-01-24T19:19:09.392Z Checking rustix v0.38.37
20722025-01-24T19:19:09.603Z Checking dtrace-parser v0.2.0
20732025-01-24T19:19:09.683Z Checking dirs-next v2.0.0
20742025-01-24T19:19:09.822Z Checking syn v2.0.96
20752025-01-24T19:19:09.839Z Checking unicode-normalization v0.1.24
20762025-01-24T19:19:10.094Z Checking http-body-util v0.1.2
20772025-01-24T19:19:10.201Z Checking h2 v0.4.6
20782025-01-24T19:19:10.519Z Checking crossbeam-epoch v0.9.18
20792025-01-24T19:19:10.783Z Checking signature v2.2.0
20802025-01-24T19:19:10.949Z Checking sha1 v0.10.6
20812025-01-24T19:19:10.975Z Checking lazy_static v1.5.0
20822025-01-24T19:19:11.100Z Checking thread_local v1.1.8
20832025-01-24T19:19:11.227Z Checking thread-id v4.2.2
20842025-01-24T19:19:11.347Z Checking encoding_rs v0.8.34
20852025-01-24T19:19:11.373Z Checking unicode-properties v0.1.3
20862025-01-24T19:19:11.769Z Checking anstyle v1.0.10
20872025-01-24T19:19:11.852Z Checking dof v0.3.0
20882025-01-24T19:19:11.968Z Checking regex-automata v0.4.8
20892025-01-24T19:19:12.109Z Checking ipnet v2.10.1
20902025-01-24T19:19:12.409Z Checking openssl-probe v0.1.5
20912025-01-24T19:19:12.559Z Checking either v1.13.0
20922025-01-24T19:19:12.562Z Checking unicode-bidi v0.3.17
20932025-01-24T19:19:12.591Z Checking mime v0.3.17
20942025-01-24T19:19:12.915Z Checking gimli v0.31.1
20952025-01-24T19:19:12.931Z Checking utf8parse v0.2.2
20962025-01-24T19:19:13.089Z Checking winnow v0.6.20
20972025-01-24T19:19:13.160Z Checking stringprep v0.1.5
20982025-01-24T19:19:13.452Z Checking anstyle-parse v0.2.5
20992025-01-24T19:19:13.689Z Checking crossbeam-deque v0.8.5
21002025-01-24T19:19:13.742Z Checking term v0.7.0
21012025-01-24T19:19:14.031Z Checking rustls v0.22.4
21022025-01-24T19:19:14.178Z Checking rustls v0.23.19
21032025-01-24T19:19:14.182Z Checking native-tls v0.2.12
21042025-01-24T19:19:14.496Z Checking slog-json v2.6.1
21052025-01-24T19:19:14.777Z Checking serde_urlencoded v0.7.1
21062025-01-24T19:19:15.204Z Checking crossbeam-channel v0.5.13
21072025-01-24T19:19:15.665Z Checking usdt-impl v0.5.0
21082025-01-24T19:19:15.792Z Checking toml_edit v0.22.22
21092025-01-24T19:19:15.965Z Checking futures-executor v0.3.31
21102025-01-24T19:19:16.193Z Checking num-integer v0.1.46
21112025-01-24T19:19:16.213Z Checking rustls-pemfile v2.2.0
21122025-01-24T19:19:16.327Z Checking hyper v1.5.2
21132025-01-24T19:19:16.346Z Checking md-5 v0.10.6
21142025-01-24T19:19:16.429Z Checking ff v0.13.0
21152025-01-24T19:19:16.586Z Checking hash32 v0.2.1
21162025-01-24T19:19:16.630Z Checking memmap v0.7.0
21172025-01-24T19:19:16.651Z Checking is-terminal v0.4.13
21182025-01-24T19:19:16.667Z Checking addr2line v0.24.2
21192025-01-24T19:19:16.783Z Checking object v0.36.5
21202025-01-24T19:19:16.828Z Checking linked-hash-map v0.5.6
21212025-01-24T19:19:16.887Z Checking take_mut v0.2.2
21222025-01-24T19:19:17.040Z Checking rustc-demangle v0.1.24
21232025-01-24T19:19:17.137Z Checking fallible-iterator v0.2.0
21242025-01-24T19:19:17.171Z Checking quick-error v1.2.3
21252025-01-24T19:19:17.333Z Checking psl-types v2.0.11
21262025-01-24T19:19:17.375Z Checking colorchoice v1.0.2
21272025-01-24T19:19:17.494Z Checking anstyle-query v1.1.1
21282025-01-24T19:19:17.514Z Checking dyn-clone v1.0.17
21292025-01-24T19:19:17.531Z Checking base16ct v0.2.0
21302025-01-24T19:19:17.626Z Checking utf-8 v0.7.6
21312025-01-24T19:19:17.660Z Checking is_terminal_polyfill v1.70.1
21322025-01-24T19:19:17.663Z Checking schemars v0.8.21
21332025-01-24T19:19:17.731Z Checking sec1 v0.7.3
21342025-01-24T19:19:17.786Z Checking anstream v0.6.15
21352025-01-24T19:19:17.836Z Checking tungstenite v0.24.0
21362025-01-24T19:19:18.097Z Checking postgres-protocol v0.6.7
21372025-01-24T19:19:18.144Z Checking publicsuffix v2.3.0
21382025-01-24T19:19:18.297Z Checking hyper-util v0.1.10
21392025-01-24T19:19:18.396Z Checking toml v0.8.19
21402025-01-24T19:19:18.413Z Checking tokio-rustls v0.25.0
21412025-01-24T19:19:18.704Z Checking resolv-conf v0.7.0
21422025-01-24T19:19:18.727Z Checking lru-cache v0.1.2
21432025-01-24T19:19:18.792Z Checking slog-async v2.8.0
21442025-01-24T19:19:19.049Z Checking heapless v0.7.17
21452025-01-24T19:19:19.055Z Checking usdt v0.5.0
21462025-01-24T19:19:19.074Z Checking slog-term v2.9.1
21472025-01-24T19:19:19.095Z Checking num-iter v0.1.45
21482025-01-24T19:19:19.224Z Checking group v0.13.0
21492025-01-24T19:19:19.261Z Checking futures v0.3.31
21502025-01-24T19:19:19.264Z Checking tokio-rustls v0.26.0
21512025-01-24T19:19:19.309Z Checking slog-bunyan v2.5.0
21522025-01-24T19:19:19.376Z Checking tokio-native-tls v0.3.1
21532025-01-24T19:19:19.475Z Checking rayon-core v1.12.1
21542025-01-24T19:19:19.477Z Checking multer v3.1.0
21552025-01-24T19:19:19.532Z Checking terminal_size v0.4.0
21562025-01-24T19:19:19.611Z Checking hickory-proto v0.24.2
21572025-01-24T19:19:19.722Z Checking phf_shared v0.11.2
21582025-01-24T19:19:19.815Z Checking cookie v0.18.1
21592025-01-24T19:19:19.870Z Checking async-stream v0.3.6
21602025-01-24T19:19:19.956Z Checking bzip2-sys v0.1.11+1.0.8
21612025-01-24T19:19:19.985Z Checking camino v1.1.9
21622025-01-24T19:19:20.058Z Checking signal-hook v0.3.17
21632025-01-24T19:19:20.093Z Checking waitgroup v0.1.2
21642025-01-24T19:19:20.170Z Checking openapiv3 v2.0.0
21652025-01-24T19:19:20.241Z Checking webpki-roots v0.26.6
21662025-01-24T19:19:20.260Z Checking serde_path_to_error v0.1.16
21672025-01-24T19:19:20.276Z Checking hkdf v0.12.4
21682025-01-24T19:19:20.404Z Checking crypto-bigint v0.5.5
21692025-01-24T19:19:20.455Z Checking hostname v0.4.0
21702025-01-24T19:19:20.485Z Checking crc32fast v1.4.2
21712025-01-24T19:19:20.502Z Checking debug-ignore v1.0.5
21722025-01-24T19:19:20.583Z Checking clap_lex v0.7.2
21732025-01-24T19:19:20.637Z Checking bitflags v1.3.2
21742025-01-24T19:19:20.740Z Checking winnow v0.5.40
21752025-01-24T19:19:20.757Z Checking managed v0.8.0
21762025-01-24T19:19:20.820Z Checking unicode-width v0.1.14
21772025-01-24T19:19:20.836Z Checking strsim v0.11.1
21782025-01-24T19:19:21.109Z Checking clap_builder v4.5.21
21792025-01-24T19:19:21.113Z Checking smoltcp v0.9.1
21802025-01-24T19:19:21.315Z Checking console v0.15.8
21812025-01-24T19:19:21.875Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21822025-01-24T19:19:22.157Z Checking flate2 v1.0.35
21832025-01-24T19:19:22.447Z Checking hyper-rustls v0.27.3
21842025-01-24T19:19:22.653Z Checking backtrace v0.3.74
21852025-01-24T19:19:22.778Z Checking signal-hook-mio v0.2.4
21862025-01-24T19:19:22.781Z Checking hyper-tls v0.6.0
21872025-01-24T19:19:22.941Z Checking cookie_store v0.21.1
21882025-01-24T19:19:23.047Z Checking rayon v1.10.0
21892025-01-24T19:19:23.050Z Checking elliptic-curve v0.13.8
21902025-01-24T19:19:23.214Z Checking anyhow v1.0.95
21912025-01-24T19:19:23.283Z Checking dropshot v0.12.0
21922025-01-24T19:19:23.422Z Checking toml_edit v0.19.15
21932025-01-24T19:19:23.574Z Checking bzip2 v0.4.4
21942025-01-24T19:19:23.605Z Checking phf v0.11.2
21952025-01-24T19:19:23.680Z Checking num-bigint-dig v0.8.4
21962025-01-24T19:19:23.845Z Checking postgres-types v0.2.8
21972025-01-24T19:19:23.866Z Checking tokio-tungstenite v0.24.0
21982025-01-24T19:19:24.035Z Checking regex v1.11.1
21992025-01-24T19:19:24.038Z Checking hickory-resolver v0.24.2
22002025-01-24T19:19:24.310Z Checking bstr v1.10.0
22012025-01-24T19:19:24.505Z Checking ed25519 v2.2.3
22022025-01-24T19:19:24.623Z Checking tokio-stream v0.1.16
22032025-01-24T19:19:24.841Z Checking phf_shared v0.10.0
22042025-01-24T19:19:25.112Z Checking curve25519-dalek v4.1.3
22052025-01-24T19:19:25.204Z Checking zerocopy v0.6.6
22062025-01-24T19:19:25.420Z Checking hubpack v0.1.2
22072025-01-24T19:19:25.616Z Checking portable-atomic v1.9.0
22082025-01-24T19:19:25.637Z Checking pkcs1 v0.7.5
22092025-01-24T19:19:25.707Z Checking float-cmp v0.9.0
22102025-01-24T19:19:25.807Z Checking serde-big-array v0.5.1
22112025-01-24T19:19:25.854Z Checking rfc6979 v0.4.0
22122025-01-24T19:19:25.890Z Checking sync_wrapper v1.0.1
22132025-01-24T19:19:26.008Z Checking difflib v0.4.0
22142025-01-24T19:19:26.024Z Checking normalize-line-endings v0.3.0
22152025-01-24T19:19:26.039Z Checking bit-vec v0.6.3
22162025-01-24T19:19:26.042Z Checking fixedbitset v0.4.2
22172025-01-24T19:19:26.140Z Checking unicode-segmentation v1.12.0
22182025-01-24T19:19:26.318Z Checking minimal-lexical v0.2.1
22192025-01-24T19:19:26.340Z Checking static_assertions v1.1.0
22202025-01-24T19:19:26.357Z Checking precomputed-hash v0.1.1
22212025-01-24T19:19:26.433Z Checking whoami v1.5.2
22222025-01-24T19:19:26.472Z Checking number_prefix v0.4.0
22232025-01-24T19:19:26.488Z Checking new_debug_unreachable v1.0.6
22242025-01-24T19:19:26.575Z Checking predicates-core v1.0.8
22252025-01-24T19:19:26.592Z Checking unicode-width v0.2.0
22262025-01-24T19:19:26.653Z Checking string_cache v0.8.7
22272025-01-24T19:19:26.703Z Checking nom v7.1.3
22282025-01-24T19:19:26.724Z Checking qorb v0.2.1
22292025-01-24T19:19:26.739Z Checking tokio-postgres v0.7.12
22302025-01-24T19:19:26.768Z Checking predicates v3.1.2
22312025-01-24T19:19:26.827Z Checking similar v2.6.0
22322025-01-24T19:19:26.842Z Checking ed25519-dalek v2.1.1
22332025-01-24T19:19:26.920Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22342025-01-24T19:19:27.063Z Checking indicatif v0.17.9
22352025-01-24T19:19:27.221Z Checking bit-set v0.5.3
22362025-01-24T19:19:27.360Z Checking petgraph v0.6.5
22372025-01-24T19:19:27.476Z Checking reqwest v0.12.9
22382025-01-24T19:19:27.632Z Checking ecdsa v0.16.9
22392025-01-24T19:19:27.783Z Checking rsa v0.9.6
22402025-01-24T19:19:28.313Z Checking toml v0.7.8
22412025-01-24T19:19:28.773Z Checking clap v4.5.21
22422025-01-24T19:19:28.891Z Checking zip v0.6.6
22432025-01-24T19:19:28.986Z Checking crossterm v0.28.1
22442025-01-24T19:19:29.218Z Checking itertools v0.12.1
22452025-01-24T19:19:29.234Z Checking itertools v0.10.5
22462025-01-24T19:19:29.236Z Checking ahash v0.8.11
22472025-01-24T19:19:29.506Z Checking fs-err v2.11.0
22482025-01-24T19:19:29.744Z Checking x509-cert v0.2.5
22492025-01-24T19:19:29.794Z Checking hex v0.4.3
22502025-01-24T19:19:30.030Z Checking semver v1.0.24
22512025-01-24T19:19:30.275Z Checking peg-runtime v0.8.3
22522025-01-24T19:19:30.328Z Checking lalrpop-util v0.19.12
22532025-01-24T19:19:30.446Z Checking sigpipe v0.1.3
22542025-01-24T19:19:31.427Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22552025-01-24T19:19:31.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
22562025-01-24T19:19:31.915Z
22572025-01-24T19:19:31.916Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/198)
22582025-01-24T19:19:32.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592025-01-24T19:19:32.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602025-01-24T19:19:32.555Z Compiling hashbrown v0.14.5
22612025-01-24T19:19:32.675Z Checking heck v0.5.0
22622025-01-24T19:19:32.688Z Compiling unsafe-libyaml v0.2.11
22632025-01-24T19:19:32.702Z Checking ipnetwork v0.20.0
22642025-01-24T19:19:32.715Z Compiling ident_case v1.0.1
22652025-01-24T19:19:32.730Z Checking progenitor-client v0.8.0
22662025-01-24T19:19:32.745Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22672025-01-24T19:19:32.843Z Checking newtype-uuid v1.2.1
22682025-01-24T19:19:32.887Z Compiling darling_core v0.20.10
22692025-01-24T19:19:33.022Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22702025-01-24T19:19:33.054Z Compiling proc-macro-crate v1.3.1
22712025-01-24T19:19:33.080Z Compiling structmeta-derive v0.3.0
22722025-01-24T19:19:33.125Z Compiling thiserror v2.0.11
22732025-01-24T19:19:33.344Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22742025-01-24T19:19:33.657Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22752025-01-24T19:19:33.672Z Compiling regress v0.10.1
22762025-01-24T19:19:33.960Z Compiling serde_yaml v0.9.34+deprecated
22772025-01-24T19:19:34.127Z Compiling num_enum_derive v0.5.11
22782025-01-24T19:19:34.529Z Compiling lzma-sys v0.1.20
22792025-01-24T19:19:34.919Z Compiling foreign-types-macros v0.2.3
22802025-01-24T19:19:35.279Z Compiling thiserror-impl v2.0.11
22812025-01-24T19:19:35.647Z Compiling structmeta v0.3.0
22822025-01-24T19:19:36.046Z Compiling dropshot v0.15.1
22832025-01-24T19:19:36.113Z Checking arc-swap v1.7.1
22842025-01-24T19:19:36.355Z Checking foreign-types-shared v0.3.1
22852025-01-24T19:19:36.489Z Checking num_enum v0.5.11
22862025-01-24T19:19:36.492Z Checking foreign-types v0.5.0
22872025-01-24T19:19:36.530Z Checking slog-scope v4.4.0
22882025-01-24T19:19:36.657Z Compiling parse-display-derive v0.10.0
22892025-01-24T19:19:36.731Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22902025-01-24T19:19:36.744Z Compiling proc-macro-error v1.0.4
22912025-01-24T19:19:37.169Z Checking typify-impl v0.2.0
22922025-01-24T19:19:37.513Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22932025-01-24T19:19:37.625Z Checking tungstenite v0.21.0
22942025-01-24T19:19:37.660Z Compiling heck v0.3.3
22952025-01-24T19:19:38.028Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22962025-01-24T19:19:38.356Z Compiling dropshot_endpoint v0.15.1
22972025-01-24T19:19:38.435Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22982025-01-24T19:19:38.623Z Checking cstr-argument v0.1.2
22992025-01-24T19:19:38.814Z Checking instant v0.1.13
23002025-01-24T19:19:38.840Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23012025-01-24T19:19:38.945Z Checking fastrand v2.1.1
23022025-01-24T19:19:38.969Z Compiling darling_macro v0.20.10
23032025-01-24T19:19:39.121Z Checking pretty-hex v0.2.1
23042025-01-24T19:19:39.154Z Checking base64 v0.21.7
23052025-01-24T19:19:39.296Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23062025-01-24T19:19:39.377Z Checking tempfile v3.13.0
23072025-01-24T19:19:39.577Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082025-01-24T19:19:39.631Z Checking backoff v0.4.0
23092025-01-24T19:19:39.712Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102025-01-24T19:19:39.747Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112025-01-24T19:19:39.808Z Checking tokio-tungstenite v0.21.0
23122025-01-24T19:19:39.864Z Checking strum v0.26.3
23132025-01-24T19:19:39.892Z Compiling darling v0.20.10
23142025-01-24T19:19:39.973Z Compiling zone_cfg_derive v0.1.2
23152025-01-24T19:19:40.011Z Compiling serde_with_macros v3.11.0
23162025-01-24T19:19:40.034Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172025-01-24T19:19:40.052Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23182025-01-24T19:19:40.280Z Checking slog-stdlog v4.1.1
23192025-01-24T19:19:40.452Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23202025-01-24T19:19:40.531Z Checking regress v0.9.1
23212025-01-24T19:19:40.613Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23222025-01-24T19:19:40.691Z Checking parse-display v0.10.0
23232025-01-24T19:19:40.750Z Checking progenitor-client v0.9.1
23242025-01-24T19:19:40.888Z Checking colored v2.1.0
23252025-01-24T19:19:40.924Z Checking macaddr v1.0.1
23262025-01-24T19:19:41.133Z Checking base64 v0.13.1
23272025-01-24T19:19:41.256Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23282025-01-24T19:19:41.370Z Checking zone v0.1.8
23292025-01-24T19:19:41.534Z Checking ron v0.7.1
23302025-01-24T19:19:41.726Z Checking xz2 v0.1.7
23312025-01-24T19:19:42.019Z Checking slog-envlogger v2.2.0
23322025-01-24T19:19:42.035Z Checking tabwriter v1.4.0
23332025-01-24T19:19:42.225Z Checking xattr v1.3.1
23342025-01-24T19:19:42.280Z Checking pem v3.0.4
23352025-01-24T19:19:42.415Z Checking yasna v0.5.2
23362025-01-24T19:19:42.534Z Checking headers-core v0.3.0
23372025-01-24T19:19:42.603Z Checking serde_with v3.11.0
23382025-01-24T19:19:42.621Z Checking smf v0.2.3
23392025-01-24T19:19:42.674Z Checking filetime v0.2.25
23402025-01-24T19:19:42.882Z Checking same-file v1.0.6
23412025-01-24T19:19:42.997Z Checking tar v0.4.42
23422025-01-24T19:19:43.057Z Checking headers v0.4.0
23432025-01-24T19:19:43.074Z Checking walkdir v2.5.0
23442025-01-24T19:19:43.238Z Checking rcgen v0.12.1
23452025-01-24T19:19:43.352Z Checking atomicwrites v0.4.4
23462025-01-24T19:19:43.544Z Checking camino-tempfile v1.1.1
23472025-01-24T19:19:43.820Z Checking subprocess v0.2.9
23482025-01-24T19:19:46.460Z Compiling typify-macro v0.2.0
23492025-01-24T19:19:47.916Z Compiling typify v0.2.0
23502025-01-24T19:19:47.985Z Compiling progenitor-impl v0.8.0
23512025-01-24T19:19:50.376Z Compiling progenitor-macro v0.8.0
23522025-01-24T19:19:53.974Z Checking progenitor v0.8.0
23532025-01-24T19:19:54.105Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23542025-01-24T19:19:54.108Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23552025-01-24T19:19:56.578Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23562025-01-24T19:19:56.971Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23572025-01-24T19:20:02.847Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23582025-01-24T19:20:04.319Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23592025-01-24T19:20:05.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.59s
23602025-01-24T19:20:05.689Z
23612025-01-24T19:20:05.689Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/198)
23622025-01-24T19:20:06.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632025-01-24T19:20:06.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642025-01-24T19:20:06.329Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23652025-01-24T19:20:07.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
23662025-01-24T19:20:07.841Z
23672025-01-24T19:20:07.841Zinfo: running `cargo check --bins` on nexus-config (51/198)
23682025-01-24T19:20:08.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692025-01-24T19:20:08.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702025-01-24T19:20:08.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712025-01-24T19:20:08.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23722025-01-24T19:20:08.448Z
23732025-01-24T19:20:08.448Zinfo: running `cargo check --bins` on omicron-rpaths (52/198)
23742025-01-24T19:20:08.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752025-01-24T19:20:08.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762025-01-24T19:20:08.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772025-01-24T19:20:08.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23782025-01-24T19:20:09.038Z
23792025-01-24T19:20:09.038Zinfo: running `cargo check --bins` on omicron-certificates (53/198)
23802025-01-24T19:20:09.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812025-01-24T19:20:09.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822025-01-24T19:20:09.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832025-01-24T19:20:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23842025-01-24T19:20:09.644Z
23852025-01-24T19:20:09.644Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/198)
23862025-01-24T19:20:10.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872025-01-24T19:20:10.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882025-01-24T19:20:10.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23892025-01-24T19:20:10.432Z Compiling ipnetwork v0.20.0
23902025-01-24T19:20:10.432Z Compiling zerocopy v0.8.10
23912025-01-24T19:20:10.435Z Compiling progenitor-client v0.8.0
23922025-01-24T19:20:10.435Z Compiling itertools v0.13.0
23932025-01-24T19:20:10.435Z Compiling zerocopy-derive v0.8.10
23942025-01-24T19:20:10.435Z Compiling heapless v0.8.0
23952025-01-24T19:20:10.435Z Compiling thiserror v2.0.11
23962025-01-24T19:20:10.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972025-01-24T19:20:10.711Z Checking hash32 v0.3.1
23982025-01-24T19:20:10.916Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
23992025-01-24T19:20:10.940Z Compiling progenitor v0.8.0
24002025-01-24T19:20:11.144Z Compiling instant v0.1.13
24012025-01-24T19:20:11.207Z Compiling smoltcp v0.11.0
24022025-01-24T19:20:11.281Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24032025-01-24T19:20:11.299Z Compiling backoff v0.4.0
24042025-01-24T19:20:11.326Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24052025-01-24T19:20:11.613Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24062025-01-24T19:20:11.654Z Compiling dropshot v0.15.1
24072025-01-24T19:20:11.854Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24082025-01-24T19:20:12.071Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092025-01-24T19:20:12.112Z Compiling serde_with v3.11.0
24102025-01-24T19:20:12.208Z Compiling parse-display v0.10.0
24112025-01-24T19:20:12.533Z Checking num-rational v0.4.2
24122025-01-24T19:20:12.806Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24132025-01-24T19:20:12.979Z Compiling progenitor-client v0.9.1
24142025-01-24T19:20:13.223Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24152025-01-24T19:20:13.501Z Compiling regress v0.9.1
24162025-01-24T19:20:14.698Z Compiling phf_generator v0.11.2
24172025-01-24T19:20:14.923Z Checking num-complex v0.4.6
24182025-01-24T19:20:15.757Z Compiling macaddr v1.0.1
24192025-01-24T19:20:16.003Z Checking cobs v0.2.3
24202025-01-24T19:20:16.208Z Checking postcard v1.0.10
24212025-01-24T19:20:16.235Z Checking num v0.4.3
24222025-01-24T19:20:16.386Z Compiling phf_codegen v0.11.2
24232025-01-24T19:20:16.620Z Compiling parse-zoneinfo v0.3.1
24242025-01-24T19:20:16.737Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24252025-01-24T19:20:17.040Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24262025-01-24T19:20:17.213Z Compiling float-ord v0.3.2
24272025-01-24T19:20:18.399Z Compiling convert_case v0.4.0
24282025-01-24T19:20:18.618Z Compiling chrono-tz-build v0.4.0
24292025-01-24T19:20:19.108Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24302025-01-24T19:20:19.258Z Compiling derive_more v0.99.18
24312025-01-24T19:20:19.338Z Compiling crucible-workspace-hack v0.1.0
24322025-01-24T19:20:19.652Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24332025-01-24T19:20:19.793Z Compiling chrono-tz v0.10.1
24342025-01-24T19:20:19.877Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24352025-01-24T19:20:19.981Z Checking newline-converter v0.3.0
24362025-01-24T19:20:20.157Z Checking prettyplease v0.2.25
24372025-01-24T19:20:20.480Z Compiling slog-dtrace v0.3.0
24382025-01-24T19:20:20.552Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24392025-01-24T19:20:20.615Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24402025-01-24T19:20:20.870Z Checking expectorate v1.1.0
24412025-01-24T19:20:21.303Z Compiling zone_cfg_derive v0.3.0
24422025-01-24T19:20:21.462Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24432025-01-24T19:20:21.947Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24442025-01-24T19:20:22.498Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24452025-01-24T19:20:22.531Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24462025-01-24T19:20:22.744Z Compiling const_format_proc_macros v0.2.33
24472025-01-24T19:20:22.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24482025-01-24T19:20:22.857Z Compiling num-derive v0.4.2
24492025-01-24T19:20:22.972Z Checking highway v1.2.0
24502025-01-24T19:20:23.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24512025-01-24T19:20:23.735Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24522025-01-24T19:20:23.844Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24532025-01-24T19:20:23.942Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24542025-01-24T19:20:23.982Z Checking zone v0.3.0
24552025-01-24T19:20:24.637Z Checking const_format v0.2.33
24562025-01-24T19:20:24.839Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24572025-01-24T19:20:25.128Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24582025-01-24T19:20:25.174Z Checking gethostname v0.5.0
24592025-01-24T19:20:25.177Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24602025-01-24T19:20:25.333Z Checking bcs v0.1.6
24612025-01-24T19:20:25.527Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24622025-01-24T19:20:25.591Z Compiling async-recursion v1.1.1
24632025-01-24T19:20:25.789Z Checking termtree v0.5.1
24642025-01-24T19:20:26.224Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24652025-01-24T19:20:26.227Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24662025-01-24T19:20:27.889Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24672025-01-24T19:20:32.223Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24682025-01-24T19:20:35.488Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24692025-01-24T19:20:37.921Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24702025-01-24T19:20:39.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.40s
24712025-01-24T19:20:39.239Z
24722025-01-24T19:20:39.239Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/198)
24732025-01-24T19:20:39.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742025-01-24T19:20:39.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752025-01-24T19:20:39.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762025-01-24T19:20:39.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24772025-01-24T19:20:39.893Z
24782025-01-24T19:20:39.893Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/198)
24792025-01-24T19:20:40.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802025-01-24T19:20:40.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812025-01-24T19:20:40.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822025-01-24T19:20:40.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24832025-01-24T19:20:40.531Z
24842025-01-24T19:20:40.532Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/198)
24852025-01-24T19:20:41.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862025-01-24T19:20:41.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872025-01-24T19:20:41.179Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24882025-01-24T19:20:41.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
24892025-01-24T19:20:41.977Z
24902025-01-24T19:20:41.977Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/198)
24912025-01-24T19:20:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922025-01-24T19:20:42.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932025-01-24T19:20:42.626Z Compiling cfg_aliases v0.1.1
24942025-01-24T19:20:42.629Z Compiling vte_generate_state_changes v0.1.2
24952025-01-24T19:20:42.629Z Checking fd-lock v4.0.2
24962025-01-24T19:20:42.729Z Checking nibble_vec v0.1.0
24972025-01-24T19:20:42.741Z Checking endian-type v0.1.2
24982025-01-24T19:20:42.743Z Checking bytecount v0.6.8
24992025-01-24T19:20:42.772Z Compiling tabled_derive v0.7.0
25002025-01-24T19:20:42.786Z Compiling peg-macros v0.8.4
25012025-01-24T19:20:42.816Z Compiling nix v0.28.0
25022025-01-24T19:20:42.890Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25032025-01-24T19:20:42.914Z Compiling sqlparser_derive v0.2.2
25042025-01-24T19:20:42.917Z Checking papergrid v0.11.0
25052025-01-24T19:20:42.950Z Checking radix_trie v0.2.1
25062025-01-24T19:20:43.335Z Checking vte v0.11.1
25072025-01-24T19:20:43.343Z Checking nu-ansi-term v0.50.1
25082025-01-24T19:20:43.773Z Checking home v0.5.9
25092025-01-24T19:20:43.918Z Checking unicode_categories v0.1.1
25102025-01-24T19:20:43.950Z Checking sqlparser v0.45.0
25112025-01-24T19:20:43.974Z Checking display-error-chain v0.2.2
25122025-01-24T19:20:44.221Z Checking sqlformat v0.2.6
25132025-01-24T19:20:44.745Z Checking strip-ansi-escapes v0.2.0
25142025-01-24T19:20:44.863Z Checking tabled v0.15.0
25152025-01-24T19:20:44.899Z Checking reedline v0.35.0
25162025-01-24T19:20:45.271Z Checking peg v0.8.4
25172025-01-24T19:20:45.735Z Checking rustyline v14.0.0
25182025-01-24T19:20:54.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.52s
25192025-01-24T19:20:54.687Z
25202025-01-24T19:20:54.687Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/198)
25212025-01-24T19:20:55.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222025-01-24T19:20:55.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232025-01-24T19:20:55.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242025-01-24T19:21:00.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
25252025-01-24T19:21:00.587Z
25262025-01-24T19:21:00.587Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/198)
25272025-01-24T19:21:01.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282025-01-24T19:21:01.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292025-01-24T19:21:01.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25302025-01-24T19:21:04.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
25312025-01-24T19:21:04.879Z
25322025-01-24T19:21:04.879Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/198)
25332025-01-24T19:21:05.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342025-01-24T19:21:05.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352025-01-24T19:21:05.524Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362025-01-24T19:21:10.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
25372025-01-24T19:21:10.386Z
25382025-01-24T19:21:10.386Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/198)
25392025-01-24T19:21:10.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402025-01-24T19:21:10.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412025-01-24T19:21:11.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422025-01-24T19:21:15.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
25432025-01-24T19:21:16.087Z
25442025-01-24T19:21:16.088Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/198)
25452025-01-24T19:21:16.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462025-01-24T19:21:16.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472025-01-24T19:21:16.740Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482025-01-24T19:21:20.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
25492025-01-24T19:21:20.633Z
25502025-01-24T19:21:20.633Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/198)
25512025-01-24T19:21:21.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-01-24T19:21:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-01-24T19:21:21.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25542025-01-24T19:21:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s
25552025-01-24T19:21:25.132Z
25562025-01-24T19:21:25.132Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/198)
25572025-01-24T19:21:25.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582025-01-24T19:21:25.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592025-01-24T19:21:25.782Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25602025-01-24T19:21:30.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
25612025-01-24T19:21:30.941Z
25622025-01-24T19:21:30.941Zinfo: running `cargo check --bins` on oximeter (66/198)
25632025-01-24T19:21:31.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642025-01-24T19:21:31.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652025-01-24T19:21:31.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662025-01-24T19:21:31.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25672025-01-24T19:21:31.555Z
25682025-01-24T19:21:31.555Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/198)
25692025-01-24T19:21:32.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702025-01-24T19:21:32.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712025-01-24T19:21:32.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722025-01-24T19:21:32.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25732025-01-24T19:21:32.140Z
25742025-01-24T19:21:32.140Zinfo: running `cargo check --bins` on oximeter-schema (68/198)
25752025-01-24T19:21:32.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762025-01-24T19:21:32.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772025-01-24T19:21:32.759Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25782025-01-24T19:21:34.753Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25792025-01-24T19:21:35.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
25802025-01-24T19:21:35.854Z
25812025-01-24T19:21:35.854Zinfo: running `cargo check --bins` on oximeter-types (69/198)
25822025-01-24T19:21:36.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832025-01-24T19:21:36.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842025-01-24T19:21:36.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852025-01-24T19:21:36.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25862025-01-24T19:21:36.469Z
25872025-01-24T19:21:36.469Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/198)
25882025-01-24T19:21:37.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892025-01-24T19:21:37.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902025-01-24T19:21:37.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912025-01-24T19:21:37.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25922025-01-24T19:21:37.077Z
25932025-01-24T19:21:37.077Zinfo: running `cargo check --bins` on oxql-types (71/198)
25942025-01-24T19:21:37.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952025-01-24T19:21:37.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962025-01-24T19:21:37.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972025-01-24T19:21:37.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25982025-01-24T19:21:37.701Z
25992025-01-24T19:21:37.701Zinfo: running `cargo check --bins` on oximeter-test-utils (72/198)
26002025-01-24T19:21:38.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012025-01-24T19:21:38.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022025-01-24T19:21:38.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032025-01-24T19:21:38.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26042025-01-24T19:21:38.338Z
26052025-01-24T19:21:38.338Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/198)
26062025-01-24T19:21:38.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072025-01-24T19:21:38.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082025-01-24T19:21:38.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092025-01-24T19:21:38.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26102025-01-24T19:21:38.953Z
26112025-01-24T19:21:38.953Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/198)
26122025-01-24T19:21:41.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132025-01-24T19:21:41.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142025-01-24T19:21:41.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152025-01-24T19:21:41.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26162025-01-24T19:21:41.050Z
26172025-01-24T19:21:41.050Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/198)
26182025-01-24T19:21:41.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192025-01-24T19:21:41.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202025-01-24T19:21:41.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212025-01-24T19:21:41.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26222025-01-24T19:21:41.050Z
26232025-01-24T19:21:41.050Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/198)
26242025-01-24T19:21:41.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252025-01-24T19:21:41.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262025-01-24T19:21:41.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272025-01-24T19:21:41.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26282025-01-24T19:21:41.050Z
26292025-01-24T19:21:41.050Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/198)
26302025-01-24T19:21:41.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312025-01-24T19:21:41.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322025-01-24T19:21:41.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332025-01-24T19:21:41.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26342025-01-24T19:21:41.432Z
26352025-01-24T19:21:41.432Zinfo: running `cargo check --bins` on cockroach-admin-client (78/198)
26362025-01-24T19:21:41.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372025-01-24T19:21:41.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382025-01-24T19:21:41.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392025-01-24T19:21:41.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26402025-01-24T19:21:42.028Z
26412025-01-24T19:21:42.028Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/198)
26422025-01-24T19:21:42.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-01-24T19:21:42.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-01-24T19:21:42.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-01-24T19:21:42.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26462025-01-24T19:21:42.657Z
26472025-01-24T19:21:42.657Zinfo: running `cargo check --bins` on dns-service-client (80/198)
26482025-01-24T19:21:43.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-01-24T19:21:43.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-01-24T19:21:43.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-01-24T19:21:43.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26522025-01-24T19:21:43.262Z
26532025-01-24T19:21:43.262Zinfo: running `cargo check --bins` on internal-dns-types (81/198)
26542025-01-24T19:21:43.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-01-24T19:21:43.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-01-24T19:21:43.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-01-24T19:21:43.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26582025-01-24T19:21:43.869Z
26592025-01-24T19:21:43.869Zinfo: running `cargo check --bins` on dpd-client (82/198)
26602025-01-24T19:21:47.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-01-24T19:21:47.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-01-24T19:21:47.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-01-24T19:21:47.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26642025-01-24T19:21:47.599Z
26652025-01-24T19:21:47.599Zinfo: running `cargo check --bins` on gateway-client (83/198)
26662025-01-24T19:21:47.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-01-24T19:21:47.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-01-24T19:21:47.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-01-24T19:21:47.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26702025-01-24T19:21:47.599Z
26712025-01-24T19:21:47.599Zinfo: running `cargo check --bins` on installinator-client (84/198)
26722025-01-24T19:21:47.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-01-24T19:21:47.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-01-24T19:21:47.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-01-24T19:21:47.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26762025-01-24T19:21:47.701Z
26772025-01-24T19:21:47.702Zinfo: running `cargo check --bins` on installinator-common (85/198)
26782025-01-24T19:21:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-01-24T19:21:47.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-01-24T19:21:47.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-01-24T19:21:47.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26822025-01-24T19:21:47.702Z
26832025-01-24T19:21:47.702Zinfo: running `cargo check --bins` on update-engine (86/198)
26842025-01-24T19:21:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-01-24T19:21:47.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-01-24T19:21:47.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-01-24T19:21:47.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26882025-01-24T19:21:47.702Z
26892025-01-24T19:21:47.702Zinfo: running `cargo check --bins` on nexus-client (87/198)
26902025-01-24T19:21:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-01-24T19:21:47.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-01-24T19:21:47.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-01-24T19:21:47.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26942025-01-24T19:21:47.703Z
26952025-01-24T19:21:47.703Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/198)
26962025-01-24T19:21:48.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-01-24T19:21:48.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-01-24T19:21:48.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-01-24T19:21:48.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27002025-01-24T19:21:48.145Z
27012025-01-24T19:21:48.145Zinfo: running `cargo check --bins` on omicron-passwords (89/198)
27022025-01-24T19:21:48.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-01-24T19:21:48.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-01-24T19:21:48.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-01-24T19:21:48.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27062025-01-24T19:21:48.744Z
27072025-01-24T19:21:48.744Zinfo: running `cargo check --bins` on nexus-types (90/198)
27082025-01-24T19:21:49.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-01-24T19:21:49.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-01-24T19:21:49.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-01-24T19:21:49.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27122025-01-24T19:21:49.374Z
27132025-01-24T19:21:49.374Zinfo: running `cargo check --bins` on oxide-client (91/198)
27142025-01-24T19:21:49.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-01-24T19:21:49.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-01-24T19:21:49.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-01-24T19:21:49.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27182025-01-24T19:21:49.973Z
27192025-01-24T19:21:49.973Zinfo: running `cargo check --bins` on oximeter-client (92/198)
27202025-01-24T19:21:50.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-01-24T19:21:50.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-01-24T19:21:50.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-01-24T19:21:50.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27242025-01-24T19:21:50.582Z
27252025-01-24T19:21:50.582Zinfo: running `cargo check --bins` on repo-depot-client (93/198)
27262025-01-24T19:21:51.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-01-24T19:21:51.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-01-24T19:21:51.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-01-24T19:21:51.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27302025-01-24T19:21:51.194Z
27312025-01-24T19:21:51.195Zinfo: running `cargo check --bins` on sled-agent-client (94/198)
27322025-01-24T19:21:51.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-01-24T19:21:51.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-01-24T19:21:51.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-01-24T19:21:51.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27362025-01-24T19:21:51.803Z
27372025-01-24T19:21:51.803Zinfo: running `cargo check --bins` on wicketd-client (95/198)
27382025-01-24T19:21:52.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-01-24T19:21:52.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-01-24T19:21:52.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-01-24T19:21:52.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27422025-01-24T19:21:52.443Z
27432025-01-24T19:21:52.443Zinfo: running `cargo check --bins` on sled-agent-types (96/198)
27442025-01-24T19:21:52.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-01-24T19:21:52.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-01-24T19:21:52.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-01-24T19:21:53.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27482025-01-24T19:21:53.074Z
27492025-01-24T19:21:53.074Zinfo: running `cargo check --bins` on wicket-common (97/198)
27502025-01-24T19:21:53.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-01-24T19:21:53.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-01-24T19:21:53.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-01-24T19:21:53.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27542025-01-24T19:21:53.707Z
27552025-01-24T19:21:53.708Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/198)
27562025-01-24T19:21:54.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-01-24T19:21:54.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-01-24T19:21:54.348Z Checking csv-core v0.1.11
27592025-01-24T19:21:54.348Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27602025-01-24T19:21:54.352Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27612025-01-24T19:21:54.353Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27622025-01-24T19:21:54.622Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27632025-01-24T19:21:54.638Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27642025-01-24T19:21:54.701Z Checking csv v1.3.0
27652025-01-24T19:21:55.250Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27662025-01-24T19:21:55.584Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27672025-01-24T19:21:57.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
27682025-01-24T19:21:57.356Z
27692025-01-24T19:21:57.356Zinfo: running `cargo check --bins` on cockroach-admin-api (99/198)
27702025-01-24T19:21:57.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-01-24T19:21:57.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-01-24T19:21:57.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-01-24T19:21:57.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27742025-01-24T19:21:57.971Z
27752025-01-24T19:21:57.971Zinfo: running `cargo check --bins` on cockroach-admin-types (100/198)
27762025-01-24T19:21:58.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-01-24T19:21:58.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-01-24T19:21:58.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-01-24T19:21:58.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27802025-01-24T19:21:58.579Z
27812025-01-24T19:21:58.579Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/198)
27822025-01-24T19:21:59.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-01-24T19:21:59.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-01-24T19:21:59.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-01-24T19:21:59.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
27862025-01-24T19:21:59.285Z
27872025-01-24T19:21:59.286Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/198)
27882025-01-24T19:21:59.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-01-24T19:21:59.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-01-24T19:21:59.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-01-24T19:21:59.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27922025-01-24T19:22:00.001Z
27932025-01-24T19:22:00.001Zinfo: running `cargo check --bins` on dns-server (103/198)
27942025-01-24T19:22:00.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-01-24T19:22:00.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-01-24T19:22:00.631Z Compiling typify-impl v0.3.0
27972025-01-24T19:22:00.737Z Compiling parking_lot_core v0.8.6
27982025-01-24T19:22:00.741Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27992025-01-24T19:22:00.757Z Checking fxhash v0.2.1
28002025-01-24T19:22:00.767Z Checking hickory-client v0.24.2
28012025-01-24T19:22:00.780Z Checking hickory-server v0.24.2
28022025-01-24T19:22:01.406Z Checking parking_lot v0.11.2
28032025-01-24T19:22:01.496Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28042025-01-24T19:22:01.770Z Checking sled v0.34.7
28052025-01-24T19:22:06.033Z Compiling typify-macro v0.3.0
28062025-01-24T19:22:07.573Z Compiling typify v0.3.0
28072025-01-24T19:22:07.641Z Compiling progenitor-impl v0.9.1
28082025-01-24T19:22:10.037Z Compiling progenitor-macro v0.9.1
28092025-01-24T19:22:13.726Z Checking progenitor v0.9.1
28102025-01-24T19:22:13.860Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28112025-01-24T19:22:14.323Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28122025-01-24T19:22:15.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.61s
28132025-01-24T19:22:15.792Z
28142025-01-24T19:22:15.792Zinfo: running `cargo check --bins` on dns-server-api (104/198)
28152025-01-24T19:22:16.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162025-01-24T19:22:16.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172025-01-24T19:22:16.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182025-01-24T19:22:16.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28192025-01-24T19:22:16.418Z
28202025-01-24T19:22:16.418Zinfo: running `cargo check --bins` on gateway-test-utils (105/198)
28212025-01-24T19:22:17.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222025-01-24T19:22:17.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232025-01-24T19:22:17.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242025-01-24T19:22:17.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28252025-01-24T19:22:17.099Z
28262025-01-24T19:22:17.100Zinfo: running `cargo check --bins` on gateway-types (106/198)
28272025-01-24T19:22:17.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282025-01-24T19:22:17.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292025-01-24T19:22:17.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302025-01-24T19:22:17.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28312025-01-24T19:22:17.721Z
28322025-01-24T19:22:17.721Zinfo: running `cargo check --bins` on ipcc (107/198)
28332025-01-24T19:22:18.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342025-01-24T19:22:18.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352025-01-24T19:22:18.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362025-01-24T19:22:18.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28372025-01-24T19:22:18.342Z
28382025-01-24T19:22:18.342Zinfo: running `cargo check --bins` on omicron-gateway (108/198)
28392025-01-24T19:22:18.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402025-01-24T19:22:18.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412025-01-24T19:22:19.035Z Compiling semver v0.1.20
28422025-01-24T19:22:19.035Z Compiling radium v0.7.0
28432025-01-24T19:22:19.154Z Checking tap v1.0.1
28442025-01-24T19:22:19.156Z Compiling maybe-uninit v2.0.0
28452025-01-24T19:22:19.178Z Checking password-hash v0.5.0
28462025-01-24T19:22:19.181Z Checking blake2 v0.10.6
28472025-01-24T19:22:19.181Z Compiling cancel-safe-futures v0.1.5
28482025-01-24T19:22:19.181Z Compiling owo-colors v4.1.0
28492025-01-24T19:22:19.302Z Checking wyz v0.5.1
28502025-01-24T19:22:19.494Z Compiling rustc_version v0.1.7
28512025-01-24T19:22:19.528Z Compiling packed_struct v0.10.1
28522025-01-24T19:22:19.593Z Checking crc-catalog v2.4.0
28532025-01-24T19:22:19.640Z Checking funty v2.0.0
28542025-01-24T19:22:19.655Z Checking argon2 v0.5.3
28552025-01-24T19:22:19.766Z Checking crc v3.2.1
28562025-01-24T19:22:19.788Z Compiling packed_struct_codegen v0.10.1
28572025-01-24T19:22:19.831Z Checking half v2.4.1
28582025-01-24T19:22:19.938Z Compiling newtype_derive v0.1.6
28592025-01-24T19:22:19.976Z Compiling indexmap v1.9.3
28602025-01-24T19:22:19.998Z Checking ciborium-io v0.2.2
28612025-01-24T19:22:20.121Z Checking nodrop v0.1.14
28622025-01-24T19:22:20.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28632025-01-24T19:22:20.247Z Checking array-init v0.0.4
28642025-01-24T19:22:20.293Z Checking ciborium-ll v0.2.2
28652025-01-24T19:22:20.310Z Checking smallvec v0.6.14
28662025-01-24T19:22:20.341Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28672025-01-24T19:22:20.424Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28682025-01-24T19:22:20.486Z Checking bitvec v1.0.1
28692025-01-24T19:22:20.630Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28702025-01-24T19:22:20.667Z Checking libsw v3.3.1
28712025-01-24T19:22:20.922Z Compiling memoffset v0.9.1
28722025-01-24T19:22:21.005Z Checking indent_write v2.2.0
28732025-01-24T19:22:21.094Z Checking bitfield v0.14.0
28742025-01-24T19:22:21.113Z Checking linear-map v1.2.0
28752025-01-24T19:22:21.228Z Checking hashbrown v0.12.3
28762025-01-24T19:22:21.231Z Checking swrite v0.1.0
28772025-01-24T19:22:21.369Z Checking termcolor v1.4.1
28782025-01-24T19:22:21.408Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28792025-01-24T19:22:21.538Z Checking serde-hex v0.1.0
28802025-01-24T19:22:21.590Z Checking ron v0.8.1
28812025-01-24T19:22:21.764Z Checking env_logger v0.10.2
28822025-01-24T19:22:21.961Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28832025-01-24T19:22:22.189Z Checking ciborium v0.2.2
28842025-01-24T19:22:22.446Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28852025-01-24T19:22:22.748Z Checking steno v0.4.1
28862025-01-24T19:22:22.810Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28872025-01-24T19:22:22.864Z Checking hashbrown v0.13.2
28882025-01-24T19:22:23.055Z Checking crc-any v2.5.0
28892025-01-24T19:22:23.134Z Checking humantime v2.1.0
28902025-01-24T19:22:23.432Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28912025-01-24T19:22:23.435Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28922025-01-24T19:22:23.744Z Checking object v0.30.4
28932025-01-24T19:22:23.832Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28942025-01-24T19:22:24.041Z Checking path-slash v0.1.5
28952025-01-24T19:22:24.195Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28962025-01-24T19:22:24.213Z Checking nix v0.27.1
28972025-01-24T19:22:24.814Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28982025-01-24T19:22:24.836Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28992025-01-24T19:22:25.084Z Checking tungstenite v0.23.0
29002025-01-24T19:22:25.353Z Checking kstat-rs v0.2.4
29012025-01-24T19:22:25.403Z Checking signal-hook-tokio v0.3.1
29022025-01-24T19:22:25.692Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29032025-01-24T19:22:25.860Z Checking tokio-tungstenite v0.23.1
29042025-01-24T19:22:26.500Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29052025-01-24T19:22:26.552Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29062025-01-24T19:22:26.707Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29072025-01-24T19:22:33.342Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29082025-01-24T19:22:34.666Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29092025-01-24T19:22:36.829Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29102025-01-24T19:22:41.990Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29112025-01-24T19:22:42.643Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29122025-01-24T19:22:45.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s
29132025-01-24T19:22:45.467Z
29142025-01-24T19:22:45.467Zinfo: running `cargo check --bins` on gateway-api (109/198)
29152025-01-24T19:22:46.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162025-01-24T19:22:46.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172025-01-24T19:22:46.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182025-01-24T19:22:46.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29192025-01-24T19:22:46.080Z
29202025-01-24T19:22:46.081Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/198)
29212025-01-24T19:22:46.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222025-01-24T19:22:46.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232025-01-24T19:22:46.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242025-01-24T19:22:46.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252025-01-24T19:22:46.674Z
29262025-01-24T19:22:46.674Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/198)
29272025-01-24T19:22:47.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282025-01-24T19:22:47.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292025-01-24T19:22:47.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302025-01-24T19:22:47.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29312025-01-24T19:22:47.288Z
29322025-01-24T19:22:47.288Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/198)
29332025-01-24T19:22:47.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342025-01-24T19:22:47.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352025-01-24T19:22:47.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362025-01-24T19:22:47.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29372025-01-24T19:22:47.904Z
29382025-01-24T19:22:47.904Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/198)
29392025-01-24T19:22:48.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402025-01-24T19:22:48.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412025-01-24T19:22:48.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422025-01-24T19:22:48.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29432025-01-24T19:22:48.516Z
29442025-01-24T19:22:48.516Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/198)
29452025-01-24T19:22:49.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462025-01-24T19:22:49.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472025-01-24T19:22:49.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482025-01-24T19:22:49.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29492025-01-24T19:22:49.125Z
29502025-01-24T19:22:49.125Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/198)
29512025-01-24T19:22:49.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522025-01-24T19:22:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532025-01-24T19:22:49.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542025-01-24T19:22:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29552025-01-24T19:22:49.757Z
29562025-01-24T19:22:49.757Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/198)
29572025-01-24T19:22:50.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582025-01-24T19:22:50.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592025-01-24T19:22:50.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29602025-01-24T19:22:50.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29612025-01-24T19:22:50.364Z
29622025-01-24T19:22:50.364Zinfo: running `cargo check --bins` on oximeter-producer (117/198)
29632025-01-24T19:22:50.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642025-01-24T19:22:50.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652025-01-24T19:22:50.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662025-01-24T19:22:50.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29672025-01-24T19:22:51.007Z
29682025-01-24T19:22:51.007Zinfo: running `cargo check --bins` on internal-dns-resolver (118/198)
29692025-01-24T19:22:51.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702025-01-24T19:22:51.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712025-01-24T19:22:51.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29722025-01-24T19:22:51.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29732025-01-24T19:22:51.623Z
29742025-01-24T19:22:51.623Zinfo: running `cargo check --bins` on sp-sim (119/198)
29752025-01-24T19:22:52.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762025-01-24T19:22:52.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772025-01-24T19:22:52.240Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29782025-01-24T19:22:52.681Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29792025-01-24T19:22:54.300Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29802025-01-24T19:22:55.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
29812025-01-24T19:22:56.077Z
29822025-01-24T19:22:56.077Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/198)
29832025-01-24T19:22:56.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842025-01-24T19:22:56.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852025-01-24T19:22:56.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29862025-01-24T19:22:56.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29872025-01-24T19:22:56.749Z
29882025-01-24T19:22:56.749Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/198)
29892025-01-24T19:22:57.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902025-01-24T19:22:57.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912025-01-24T19:22:57.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29922025-01-24T19:22:57.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29932025-01-24T19:22:57.417Z
29942025-01-24T19:22:57.417Zinfo: running `cargo check --bins` on db-macros (122/198)
29952025-01-24T19:22:57.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962025-01-24T19:22:57.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972025-01-24T19:22:57.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982025-01-24T19:22:57.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29992025-01-24T19:22:58.012Z
30002025-01-24T19:22:58.012Zinfo: running `cargo check --bins` on nexus-macros-common (123/198)
30012025-01-24T19:22:58.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022025-01-24T19:22:58.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032025-01-24T19:22:58.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042025-01-24T19:22:58.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30052025-01-24T19:22:58.619Z
30062025-01-24T19:22:58.619Zinfo: running `cargo check --bins` on nexus-auth (124/198)
30072025-01-24T19:22:59.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082025-01-24T19:22:59.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092025-01-24T19:22:59.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102025-01-24T19:22:59.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30112025-01-24T19:22:59.285Z
30122025-01-24T19:22:59.285Zinfo: running `cargo check --bins` on authz-macros (125/198)
30132025-01-24T19:22:59.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142025-01-24T19:22:59.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152025-01-24T19:22:59.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162025-01-24T19:22:59.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30172025-01-24T19:22:59.884Z
30182025-01-24T19:22:59.884Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/198)
30192025-01-24T19:23:00.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202025-01-24T19:23:00.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212025-01-24T19:23:00.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222025-01-24T19:23:00.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30232025-01-24T19:23:00.540Z
30242025-01-24T19:23:00.540Zinfo: running `cargo check --bins` on nexus-db-model (127/198)
30252025-01-24T19:23:01.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262025-01-24T19:23:01.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272025-01-24T19:23:01.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282025-01-24T19:23:01.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30292025-01-24T19:23:01.186Z
30302025-01-24T19:23:01.187Zinfo: running `cargo check --bins` on nexus-defaults (128/198)
30312025-01-24T19:23:01.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322025-01-24T19:23:01.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332025-01-24T19:23:01.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342025-01-24T19:23:01.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30352025-01-24T19:23:01.803Z
30362025-01-24T19:23:01.803Zinfo: running `cargo check --bins` on nexus-inventory (129/198)
30372025-01-24T19:23:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382025-01-24T19:23:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392025-01-24T19:23:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402025-01-24T19:23:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30412025-01-24T19:23:02.469Z
30422025-01-24T19:23:02.469Zinfo: running `cargo check --bins` on typed-rng (130/198)
30432025-01-24T19:23:03.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442025-01-24T19:23:03.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452025-01-24T19:23:03.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462025-01-24T19:23:03.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30472025-01-24T19:23:03.077Z
30482025-01-24T19:23:03.077Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/198)
30492025-01-24T19:23:03.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502025-01-24T19:23:03.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512025-01-24T19:23:03.879Z Checking keccak v0.1.5
30522025-01-24T19:23:03.992Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30532025-01-24T19:23:03.996Z Checking secrecy v0.8.0
30542025-01-24T19:23:03.996Z Compiling unicase v2.7.0
30552025-01-24T19:23:03.996Z Compiling same-file v1.0.6
30562025-01-24T19:23:04.048Z Compiling tempfile v3.13.0
30572025-01-24T19:23:04.065Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
30582025-01-24T19:23:04.067Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30592025-01-24T19:23:04.185Z Compiling thiserror-impl-no-std v2.0.2
30602025-01-24T19:23:04.296Z Checking sha3 v0.10.8
30612025-01-24T19:23:04.318Z Compiling walkdir v2.5.0
30622025-01-24T19:23:04.397Z Checking universal-hash v0.5.1
30632025-01-24T19:23:04.424Z Compiling blake3 v1.5.4
30642025-01-24T19:23:04.592Z Checking opaque-debug v0.3.1
30652025-01-24T19:23:04.615Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30662025-01-24T19:23:04.635Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30672025-01-24T19:23:04.698Z Checking poly1305 v0.8.0
30682025-01-24T19:23:04.720Z Checking chacha20 v0.9.1
30692025-01-24T19:23:04.878Z Checking aead v0.5.2
30702025-01-24T19:23:04.940Z Compiling memmap2 v0.9.5
30712025-01-24T19:23:05.057Z Compiling libefi-sys v0.1.0
30722025-01-24T19:23:05.090Z Compiling constant_time_eq v0.3.1
30732025-01-24T19:23:05.111Z Compiling arrayvec v0.7.6
30742025-01-24T19:23:05.232Z Compiling salty v0.3.0
30752025-01-24T19:23:05.289Z Compiling arrayref v0.3.9
30762025-01-24T19:23:05.381Z Checking chacha20poly1305 v0.10.1
30772025-01-24T19:23:05.417Z Compiling toolchain_find v0.4.0
30782025-01-24T19:23:05.496Z Compiling camino-tempfile v1.1.1
30792025-01-24T19:23:05.565Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30802025-01-24T19:23:05.658Z Compiling bitfield-struct v0.6.2
30812025-01-24T19:23:05.854Z Compiling topological-sort v0.2.2
30822025-01-24T19:23:05.945Z Compiling mime_guess v2.0.5
30832025-01-24T19:23:06.091Z Compiling rustfmt-wrapper v0.2.1
30842025-01-24T19:23:06.547Z Compiling omicron-zone-package v0.12.0
30852025-01-24T19:23:06.605Z Compiling progenitor v0.9.1
30862025-01-24T19:23:06.702Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30872025-01-24T19:23:06.828Z Checking primeorder v0.13.6
30882025-01-24T19:23:06.984Z Checking env_filter v0.1.2
30892025-01-24T19:23:07.004Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30902025-01-24T19:23:07.052Z Checking thiserror-no-std v2.0.2
30912025-01-24T19:23:07.103Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30922025-01-24T19:23:07.172Z Checking vsss-rs v3.3.4
30932025-01-24T19:23:07.199Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30942025-01-24T19:23:07.217Z Checking env_logger v0.11.5
30952025-01-24T19:23:07.234Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
30962025-01-24T19:23:07.253Z Checking p384 v0.13.0
30972025-01-24T19:23:07.355Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30982025-01-24T19:23:07.593Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30992025-01-24T19:23:07.652Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31002025-01-24T19:23:07.734Z Checking lockfree-object-pool v0.1.6
31012025-01-24T19:23:07.814Z Checking http-range v0.1.5
31022025-01-24T19:23:07.887Z Compiling zip v2.1.3
31032025-01-24T19:23:07.959Z Checking bumpalo v3.16.0
31042025-01-24T19:23:08.002Z Checking simd-adler32 v0.3.7
31052025-01-24T19:23:08.082Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31062025-01-24T19:23:08.266Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31072025-01-24T19:23:08.326Z Checking zopfli v0.8.1
31082025-01-24T19:23:08.345Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31092025-01-24T19:23:08.624Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31102025-01-24T19:23:08.834Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31112025-01-24T19:23:08.997Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31122025-01-24T19:23:09.025Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31132025-01-24T19:23:09.233Z Checking nanorand v0.7.0
31142025-01-24T19:23:09.371Z Checking atty v0.2.14
31152025-01-24T19:23:09.442Z Checking glob v0.3.1
31162025-01-24T19:23:09.511Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
31172025-01-24T19:23:09.560Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31182025-01-24T19:23:09.608Z Checking flume v0.11.1
31192025-01-24T19:23:09.791Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31202025-01-24T19:23:10.181Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31212025-01-24T19:23:10.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31222025-01-24T19:23:10.834Z Checking hyper-staticfile v0.10.1
31232025-01-24T19:23:11.166Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31242025-01-24T19:23:11.317Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31252025-01-24T19:23:11.491Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31262025-01-24T19:23:11.563Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
31272025-01-24T19:23:11.762Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31282025-01-24T19:23:12.262Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31292025-01-24T19:23:12.373Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31302025-01-24T19:23:12.448Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31312025-01-24T19:23:12.718Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31322025-01-24T19:23:15.791Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31332025-01-24T19:23:15.791Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31342025-01-24T19:23:23.726Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31352025-01-24T19:23:36.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.55s
31362025-01-24T19:23:36.821Z
31372025-01-24T19:23:36.822Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/198)
31382025-01-24T19:23:37.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392025-01-24T19:23:37.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402025-01-24T19:23:37.550Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31412025-01-24T19:23:50.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
31422025-01-24T19:23:50.758Z
31432025-01-24T19:23:50.758Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/198)
31442025-01-24T19:23:51.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452025-01-24T19:23:51.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462025-01-24T19:23:51.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31472025-01-24T19:24:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
31482025-01-24T19:24:04.725Z
31492025-01-24T19:24:04.725Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/198)
31502025-01-24T19:24:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512025-01-24T19:24:05.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522025-01-24T19:24:05.443Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31532025-01-24T19:24:18.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
31542025-01-24T19:24:18.737Z
31552025-01-24T19:24:18.737Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/198)
31562025-01-24T19:24:19.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-01-24T19:24:19.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-01-24T19:24:19.461Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31592025-01-24T19:24:32.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
31602025-01-24T19:24:32.750Z
31612025-01-24T19:24:32.750Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/198)
31622025-01-24T19:24:33.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632025-01-24T19:24:33.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642025-01-24T19:24:33.476Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31652025-01-24T19:24:46.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
31662025-01-24T19:24:46.631Z
31672025-01-24T19:24:46.631Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/198)
31682025-01-24T19:24:47.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-01-24T19:24:47.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-01-24T19:24:47.350Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31712025-01-24T19:25:00.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
31722025-01-24T19:25:00.552Z
31732025-01-24T19:25:00.552Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/198)
31742025-01-24T19:25:01.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752025-01-24T19:25:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762025-01-24T19:25:01.279Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31772025-01-24T19:25:15.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.72s
31782025-01-24T19:25:15.481Z
31792025-01-24T19:25:15.481Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/198)
31802025-01-24T19:25:16.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812025-01-24T19:25:16.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822025-01-24T19:25:16.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832025-01-24T19:25:16.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31842025-01-24T19:25:16.131Z
31852025-01-24T19:25:16.131Zinfo: running `cargo check --bins` on key-manager (140/198)
31862025-01-24T19:25:16.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872025-01-24T19:25:16.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882025-01-24T19:25:16.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892025-01-24T19:25:16.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31902025-01-24T19:25:16.771Z
31912025-01-24T19:25:16.771Zinfo: running `cargo check --bins` on range-requests (141/198)
31922025-01-24T19:25:17.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932025-01-24T19:25:17.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942025-01-24T19:25:17.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952025-01-24T19:25:17.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31962025-01-24T19:25:17.395Z
31972025-01-24T19:25:17.395Zinfo: running `cargo check --bins` on repo-depot-api (142/198)
31982025-01-24T19:25:17.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992025-01-24T19:25:17.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002025-01-24T19:25:17.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012025-01-24T19:25:17.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32022025-01-24T19:25:18.024Z
32032025-01-24T19:25:18.024Zinfo: running `cargo check --bins` on sled-agent-api (143/198)
32042025-01-24T19:25:18.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052025-01-24T19:25:18.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062025-01-24T19:25:18.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072025-01-24T19:25:18.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082025-01-24T19:25:18.678Z
32092025-01-24T19:25:18.678Zinfo: running `cargo check --bins` on sled-diagnostics (144/198)
32102025-01-24T19:25:19.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112025-01-24T19:25:19.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122025-01-24T19:25:19.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132025-01-24T19:25:19.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32142025-01-24T19:25:19.287Z
32152025-01-24T19:25:19.287Zinfo: running `cargo check --bins` on sled-hardware (145/198)
32162025-01-24T19:25:19.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172025-01-24T19:25:19.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182025-01-24T19:25:19.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192025-01-24T19:25:19.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32202025-01-24T19:25:19.932Z
32212025-01-24T19:25:19.932Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/198)
32222025-01-24T19:25:20.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232025-01-24T19:25:20.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242025-01-24T19:25:20.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252025-01-24T19:25:20.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32262025-01-24T19:25:20.568Z
32272025-01-24T19:25:20.568Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/198)
32282025-01-24T19:25:21.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-01-24T19:25:21.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-01-24T19:25:21.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312025-01-24T19:25:21.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32322025-01-24T19:25:21.192Z
32332025-01-24T19:25:21.192Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/198)
32342025-01-24T19:25:21.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-01-24T19:25:21.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-01-24T19:25:21.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372025-01-24T19:25:21.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32382025-01-24T19:25:21.841Z
32392025-01-24T19:25:21.841Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/198)
32402025-01-24T19:25:22.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-01-24T19:25:22.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-01-24T19:25:22.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432025-01-24T19:25:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32442025-01-24T19:25:22.489Z
32452025-01-24T19:25:22.489Zinfo: running `cargo check --bins` on nexus-test-interface (150/198)
32462025-01-24T19:25:23.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-01-24T19:25:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-01-24T19:25:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492025-01-24T19:25:23.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32502025-01-24T19:25:23.127Z
32512025-01-24T19:25:23.127Zinfo: running `cargo check --bins` on oximeter-collector (151/198)
32522025-01-24T19:25:23.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-01-24T19:25:23.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-01-24T19:25:23.805Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32552025-01-24T19:25:23.805Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32562025-01-24T19:25:24.648Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32572025-01-24T19:25:26.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
32582025-01-24T19:25:26.746Z
32592025-01-24T19:25:26.747Zinfo: running `cargo check --bins` on oximeter-api (152/198)
32602025-01-24T19:25:27.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612025-01-24T19:25:27.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622025-01-24T19:25:27.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632025-01-24T19:25:27.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32642025-01-24T19:25:27.363Z
32652025-01-24T19:25:27.363Zinfo: running `cargo check --bins` on cert-dev (153/198)
32662025-01-24T19:25:27.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672025-01-24T19:25:27.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682025-01-24T19:25:27.961Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32692025-01-24T19:25:28.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
32702025-01-24T19:25:28.397Z
32712025-01-24T19:25:28.398Zinfo: running `cargo check --bins` on clickana (154/198)
32722025-01-24T19:25:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732025-01-24T19:25:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742025-01-24T19:25:29.028Z Checking castaway v0.2.3
32752025-01-24T19:25:29.028Z Checking unicode-truncate v1.1.0
32762025-01-24T19:25:29.031Z Checking lru v0.12.5
32772025-01-24T19:25:29.031Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32782025-01-24T19:25:29.031Z Compiling instability v0.3.2
32792025-01-24T19:25:29.031Z Checking cassowary v0.3.0
32802025-01-24T19:25:29.260Z Checking compact_str v0.8.0
32812025-01-24T19:25:29.838Z Checking ratatui v0.28.1
32822025-01-24T19:25:30.661Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32832025-01-24T19:25:31.619Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32842025-01-24T19:25:32.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32852025-01-24T19:25:32.612Z
32862025-01-24T19:25:32.612Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/198)
32872025-01-24T19:25:33.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-01-24T19:25:33.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-01-24T19:25:33.284Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902025-01-24T19:25:33.284Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32912025-01-24T19:25:34.281Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32922025-01-24T19:25:34.756Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32932025-01-24T19:25:35.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
32942025-01-24T19:25:35.269Z
32952025-01-24T19:25:35.269Zinfo: running `cargo check --bins` on ch-dev (156/198)
32962025-01-24T19:25:35.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32972025-01-24T19:25:35.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32982025-01-24T19:25:35.915Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32992025-01-24T19:25:36.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
33002025-01-24T19:25:36.800Z
33012025-01-24T19:25:36.800Zinfo: running `cargo check --bins` on crdb-seed (157/198)
33022025-01-24T19:25:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032025-01-24T19:25:37.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042025-01-24T19:25:37.471Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33052025-01-24T19:25:37.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
33062025-01-24T19:25:37.995Z
33072025-01-24T19:25:37.995Zinfo: running `cargo check --bins` on db-dev (158/198)
33082025-01-24T19:25:38.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092025-01-24T19:25:38.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102025-01-24T19:25:38.644Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33112025-01-24T19:25:39.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33122025-01-24T19:25:39.526Z
33132025-01-24T19:25:39.526Zinfo: running `cargo check --bins` on omicron-dev-lib (159/198)
33142025-01-24T19:25:40.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152025-01-24T19:25:40.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162025-01-24T19:25:40.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172025-01-24T19:25:40.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33182025-01-24T19:25:40.166Z
33192025-01-24T19:25:40.166Zinfo: running `cargo check --bins` on xtask-downloader (160/198)
33202025-01-24T19:25:40.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212025-01-24T19:25:40.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222025-01-24T19:25:40.776Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33232025-01-24T19:25:41.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
33242025-01-24T19:25:41.770Z
33252025-01-24T19:25:41.770Zinfo: running `cargo check --bins` on omicron-ls-apis (161/198)
33262025-01-24T19:25:42.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272025-01-24T19:25:42.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282025-01-24T19:25:42.384Z Checking cargo-platform v0.1.8
33292025-01-24T19:25:42.663Z Checking cargo_metadata v0.18.1
33302025-01-24T19:25:43.587Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33312025-01-24T19:25:44.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
33322025-01-24T19:25:44.564Z
33332025-01-24T19:25:44.564Zinfo: running `cargo check --bins` on mgs-dev (162/198)
33342025-01-24T19:25:45.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352025-01-24T19:25:45.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362025-01-24T19:25:45.268Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33372025-01-24T19:25:46.664Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33382025-01-24T19:25:47.217Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33392025-01-24T19:25:47.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
33402025-01-24T19:25:47.953Z
33412025-01-24T19:25:47.953Zinfo: running `cargo check --bins` on omicron-omdb (163/198)
33422025-01-24T19:25:48.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-01-24T19:25:48.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-01-24T19:25:48.733Z Compiling crunchy v0.2.2
33452025-01-24T19:25:48.733Z Compiling tiny-keccak v2.0.2
33462025-01-24T19:25:48.736Z Compiling dsl_auto_type v0.1.2
33472025-01-24T19:25:48.736Z Checking scheduled-thread-pool v0.2.7
33482025-01-24T19:25:48.736Z Compiling diesel_table_macro_syntax v0.2.0
33492025-01-24T19:25:48.736Z Compiling ascii-canvas v3.0.0
33502025-01-24T19:25:48.736Z Compiling ena v0.14.3
33512025-01-24T19:25:48.858Z Compiling regex-syntax v0.6.29
33522025-01-24T19:25:49.066Z Checking r2d2 v0.8.10
33532025-01-24T19:25:49.124Z Compiling diff v0.1.13
33542025-01-24T19:25:49.289Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33552025-01-24T19:25:49.304Z Compiling ref-cast v1.0.23
33562025-01-24T19:25:49.343Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33572025-01-24T19:25:49.360Z Compiling derive_builder_core v0.20.2
33582025-01-24T19:25:49.505Z Compiling libxml v0.3.3
33592025-01-24T19:25:49.620Z Compiling ref-cast-impl v1.0.23
33602025-01-24T19:25:49.639Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33612025-01-24T19:25:49.900Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33622025-01-24T19:25:49.917Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33632025-01-24T19:25:50.141Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33642025-01-24T19:25:50.180Z Compiling strum_macros v0.24.3
33652025-01-24T19:25:50.200Z Compiling samael v0.0.17
33662025-01-24T19:25:50.241Z Compiling diesel_derives v2.2.3
33672025-01-24T19:25:50.506Z Compiling indoc v1.0.9
33682025-01-24T19:25:51.404Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33692025-01-24T19:25:51.552Z Compiling derive_builder_macro v0.20.2
33702025-01-24T19:25:51.696Z Compiling impl-trait-for-tuples v0.2.2
33712025-01-24T19:25:52.305Z Compiling lalrpop v0.19.12
33722025-01-24T19:25:52.388Z Checking derive_builder v0.20.2
33732025-01-24T19:25:52.543Z Compiling oso-derive v0.27.3
33742025-01-24T19:25:52.927Z Checking quick-xml v0.33.0
33752025-01-24T19:25:53.422Z Compiling diesel-dtrace v0.4.2
33762025-01-24T19:25:53.471Z Checking maplit v1.0.2
33772025-01-24T19:25:53.636Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33782025-01-24T19:25:53.802Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33792025-01-24T19:25:54.055Z Checking bb8 v0.8.5
33802025-01-24T19:25:54.112Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33812025-01-24T19:25:54.284Z Checking rand_seeder v0.3.0
33822025-01-24T19:25:54.453Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33832025-01-24T19:25:54.507Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33842025-01-24T19:25:54.558Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33852025-01-24T19:25:54.837Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33862025-01-24T19:25:55.127Z Checking smawk v0.3.2
33872025-01-24T19:25:55.162Z Checking unicode-linebreak v0.1.5
33882025-01-24T19:25:55.362Z Checking is_ci v1.2.0
33892025-01-24T19:25:55.511Z Checking supports-color v3.0.1
33902025-01-24T19:25:55.600Z Checking textwrap v0.16.1
33912025-01-24T19:25:55.755Z Checking multimap v0.10.0
33922025-01-24T19:25:56.321Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33932025-01-24T19:25:58.316Z Checking diesel v2.2.6
33942025-01-24T19:26:22.856Z Compiling polar-core v0.27.3
33952025-01-24T19:26:23.663Z Checking async-bb8-diesel v0.2.1
33962025-01-24T19:26:30.087Z Checking oso v0.27.3
33972025-01-24T19:27:30.685Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33982025-01-24T19:27:36.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
33992025-01-24T19:27:37.194Z
34002025-01-24T19:27:37.195Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/198)
34012025-01-24T19:27:37.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022025-01-24T19:27:37.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032025-01-24T19:27:37.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042025-01-24T19:27:37.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34052025-01-24T19:27:37.866Z
34062025-01-24T19:27:37.866Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/198)
34072025-01-24T19:27:38.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082025-01-24T19:27:38.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092025-01-24T19:27:38.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102025-01-24T19:27:38.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34112025-01-24T19:27:38.519Z
34122025-01-24T19:27:38.519Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/198)
34132025-01-24T19:27:39.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142025-01-24T19:27:39.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152025-01-24T19:27:39.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162025-01-24T19:27:39.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172025-01-24T19:27:39.109Z
34182025-01-24T19:27:39.109Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (167/198)
34192025-01-24T19:27:39.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202025-01-24T19:27:39.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212025-01-24T19:27:39.903Z Compiling libz-sys v1.1.20
34222025-01-24T19:27:39.906Z Compiling libgit2-sys v0.17.0+1.8.1
34232025-01-24T19:27:40.030Z Compiling vergen v8.3.2
34242025-01-24T19:27:40.033Z Compiling cargo-platform v0.1.8
34252025-01-24T19:27:40.033Z Compiling pin-project-internal v1.1.6
34262025-01-24T19:27:40.068Z Compiling libsqlite3-sys v0.30.1
34272025-01-24T19:27:40.070Z Compiling snafu-derive v0.8.5
34282025-01-24T19:27:40.070Z Compiling buf-list v1.0.3
34292025-01-24T19:27:40.318Z Compiling cfg_aliases v0.2.1
34302025-01-24T19:27:40.439Z Compiling cargo_metadata v0.18.1
34312025-01-24T19:27:40.537Z Compiling rustls v0.21.12
34322025-01-24T19:27:40.643Z Compiling nix v0.29.0
34332025-01-24T19:27:40.732Z Checking globset v0.4.15
34342025-01-24T19:27:40.868Z Checking olpc-cjson v0.1.4
34352025-01-24T19:27:40.915Z Checking rustls-webpki v0.101.7
34362025-01-24T19:27:41.091Z Checking sct v0.7.1
34372025-01-24T19:27:41.197Z Checking serde_plain v1.0.2
34382025-01-24T19:27:41.298Z Checking typed-path v0.9.3
34392025-01-24T19:27:41.730Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34402025-01-24T19:27:41.889Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34412025-01-24T19:27:42.023Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34422025-01-24T19:27:42.164Z Checking hashlink v0.9.1
34432025-01-24T19:27:42.312Z Checking parse-size v1.1.0
34442025-01-24T19:27:42.499Z Checking fallible-iterator v0.3.0
34452025-01-24T19:27:42.700Z Checking fallible-streaming-iterator v0.1.9
34462025-01-24T19:27:42.725Z Checking pin-project v1.1.6
34472025-01-24T19:27:42.959Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34482025-01-24T19:27:43.053Z Checking rusqlite v0.32.1
34492025-01-24T19:27:43.145Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34502025-01-24T19:27:43.371Z Checking rustls-pemfile v1.0.4
34512025-01-24T19:27:43.423Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34522025-01-24T19:27:43.552Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532025-01-24T19:27:43.974Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34542025-01-24T19:27:43.995Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34552025-01-24T19:27:44.089Z Checking twox-hash v1.6.3
34562025-01-24T19:27:44.119Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34572025-01-24T19:27:44.291Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34582025-01-24T19:27:44.380Z Checking tokio-rustls v0.24.1
34592025-01-24T19:27:44.744Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34602025-01-24T19:27:44.818Z Checking snafu v0.8.5
34612025-01-24T19:27:45.215Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34622025-01-24T19:27:45.253Z Checking tough v0.19.0
34632025-01-24T19:27:45.299Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34642025-01-24T19:27:45.325Z Checking fatfs v0.3.6
34652025-01-24T19:27:45.993Z Checking assert_matches v1.5.0
34662025-01-24T19:27:49.154Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34672025-01-24T19:27:50.446Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34682025-01-24T19:27:51.932Z Compiling git2 v0.19.0
34692025-01-24T19:27:55.966Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
34702025-01-24T19:28:51.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
34712025-01-24T19:28:51.914Z
34722025-01-24T19:28:51.914Zinfo: running `cargo check --bins --no-default-features --features rack-topology-single-sled` on omicron-nexus (168/198)
34732025-01-24T19:28:52.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742025-01-24T19:28:52.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752025-01-24T19:28:52.739Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34762025-01-24T19:29:33.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.37s
34772025-01-24T19:29:33.503Z
34782025-01-24T19:29:33.503Zinfo: running `cargo check --bins` on nexus-external-api (169/198)
34792025-01-24T19:29:34.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802025-01-24T19:29:34.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812025-01-24T19:29:34.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822025-01-24T19:29:34.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34832025-01-24T19:29:34.146Z
34842025-01-24T19:29:34.146Zinfo: running `cargo check --bins` on openapi-manager-types (170/198)
34852025-01-24T19:29:34.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862025-01-24T19:29:34.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872025-01-24T19:29:34.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882025-01-24T19:29:34.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892025-01-24T19:29:34.749Z
34902025-01-24T19:29:34.749Zinfo: running `cargo check --bins` on nexus-internal-api (171/198)
34912025-01-24T19:29:35.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922025-01-24T19:29:35.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932025-01-24T19:29:35.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942025-01-24T19:29:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34952025-01-24T19:29:35.381Z
34962025-01-24T19:29:35.381Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/198)
34972025-01-24T19:29:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982025-01-24T19:29:35.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992025-01-24T19:29:35.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002025-01-24T19:29:35.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35012025-01-24T19:29:36.038Z
35022025-01-24T19:29:36.038Zinfo: running `cargo check --bins` on nexus-networking (173/198)
35032025-01-24T19:29:36.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042025-01-24T19:29:36.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052025-01-24T19:29:36.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062025-01-24T19:29:36.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35072025-01-24T19:29:36.695Z
35082025-01-24T19:29:36.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/198)
35092025-01-24T19:29:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102025-01-24T19:29:37.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112025-01-24T19:29:37.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122025-01-24T19:29:37.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35132025-01-24T19:29:37.349Z
35142025-01-24T19:29:37.349Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/198)
35152025-01-24T19:29:37.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162025-01-24T19:29:37.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172025-01-24T19:29:37.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182025-01-24T19:29:37.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35192025-01-24T19:29:38.011Z
35202025-01-24T19:29:38.011Zinfo: running `cargo check --bins` on update-common (176/198)
35212025-01-24T19:29:38.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222025-01-24T19:29:38.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232025-01-24T19:29:38.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242025-01-24T19:29:38.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252025-01-24T19:29:38.644Z
35262025-01-24T19:29:38.644Zinfo: running `cargo check --bins` on tufaceous-lib (177/198)
35272025-01-24T19:29:39.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282025-01-24T19:29:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292025-01-24T19:29:39.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302025-01-24T19:29:39.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35312025-01-24T19:29:39.277Z
35322025-01-24T19:29:39.277Zinfo: running `cargo check --bins` on tufaceous (178/198)
35332025-01-24T19:29:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342025-01-24T19:29:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352025-01-24T19:29:39.924Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35362025-01-24T19:29:41.036Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35372025-01-24T19:29:41.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
35382025-01-24T19:29:41.994Z
35392025-01-24T19:29:41.994Zinfo: running `cargo check --bins` on omicron-dev (179/198)
35402025-01-24T19:29:42.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412025-01-24T19:29:42.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422025-01-24T19:29:42.818Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35432025-01-24T19:29:42.821Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35442025-01-24T19:29:42.955Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35452025-01-24T19:29:42.958Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35462025-01-24T19:29:43.913Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35472025-01-24T19:30:10.776Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35482025-01-24T19:30:10.778Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35492025-01-24T19:30:10.778Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35502025-01-24T19:30:10.778Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35512025-01-24T19:30:10.778Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35522025-01-24T19:30:10.778Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35532025-01-24T19:30:11.538Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35542025-01-24T19:30:12.793Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35552025-01-24T19:30:52.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
35562025-01-24T19:30:52.531Z
35572025-01-24T19:30:52.531Zinfo: running `cargo check --bins` on openapi-manager (180/198)
35582025-01-24T19:30:53.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592025-01-24T19:30:53.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602025-01-24T19:30:53.224Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35612025-01-24T19:30:53.224Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35622025-01-24T19:30:53.227Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35632025-01-24T19:30:53.351Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35642025-01-24T19:30:53.353Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35652025-01-24T19:30:53.377Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35662025-01-24T19:30:53.380Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35672025-01-24T19:30:53.393Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35682025-01-24T19:30:53.544Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35692025-01-24T19:30:53.592Z Checking heck v0.4.1
35702025-01-24T19:30:53.652Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35712025-01-24T19:30:53.814Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35722025-01-24T19:30:53.970Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35732025-01-24T19:30:54.193Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35742025-01-24T19:30:54.591Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35752025-01-24T19:30:54.792Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35762025-01-24T19:30:55.103Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35772025-01-24T19:30:56.142Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35782025-01-24T19:30:56.469Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35792025-01-24T19:30:56.961Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35802025-01-24T19:30:56.975Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35812025-01-24T19:30:58.707Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35822025-01-24T19:30:58.710Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35832025-01-24T19:31:00.185Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35842025-01-24T19:31:01.601Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35852025-01-24T19:31:07.685Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35862025-01-24T19:31:07.685Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35872025-01-24T19:31:08.757Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35882025-01-24T19:31:09.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.21s
35892025-01-24T19:31:09.943Z
35902025-01-24T19:31:09.943Zinfo: running `cargo check --bins` on installinator-api (181/198)
35912025-01-24T19:31:10.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922025-01-24T19:31:10.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932025-01-24T19:31:10.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942025-01-24T19:31:10.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35952025-01-24T19:31:10.587Z
35962025-01-24T19:31:10.587Zinfo: running `cargo check --bins` on wicketd-api (182/198)
35972025-01-24T19:31:11.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-01-24T19:31:11.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-01-24T19:31:11.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002025-01-24T19:31:11.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012025-01-24T19:31:11.220Z
36022025-01-24T19:31:11.220Zinfo: running `cargo check --bins` on reconfigurator-cli (183/198)
36032025-01-24T19:31:11.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-01-24T19:31:11.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-01-24T19:31:11.899Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36062025-01-24T19:31:11.902Z Compiling petname v2.0.2
36072025-01-24T19:31:11.902Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36082025-01-24T19:31:11.902Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36092025-01-24T19:31:11.902Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36102025-01-24T19:31:11.902Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36112025-01-24T19:31:12.022Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36122025-01-24T19:31:12.033Z Checking sync-ptr v0.1.1
36132025-01-24T19:31:17.261Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36142025-01-24T19:31:17.882Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36152025-01-24T19:31:19.041Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36162025-01-24T19:31:20.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
36172025-01-24T19:31:20.759Z
36182025-01-24T19:31:20.759Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (184/198)
36192025-01-24T19:31:21.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202025-01-24T19:31:21.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212025-01-24T19:31:21.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222025-01-24T19:31:21.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36232025-01-24T19:31:21.404Z
36242025-01-24T19:31:21.404Zinfo: running `cargo check --bins` on omicron-releng (185/198)
36252025-01-24T19:31:21.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262025-01-24T19:31:21.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272025-01-24T19:31:22.049Z Checking memmap2 v0.9.5
36282025-01-24T19:31:22.049Z Checking arrayvec v0.7.6
36292025-01-24T19:31:22.051Z Checking constant_time_eq v0.3.1
36302025-01-24T19:31:22.051Z Checking arrayref v0.3.9
36312025-01-24T19:31:22.051Z Checking topological-sort v0.2.2
36322025-01-24T19:31:22.051Z Checking shell-words v1.1.0
36332025-01-24T19:31:22.400Z Checking blake3 v1.5.4
36342025-01-24T19:31:22.729Z Checking omicron-zone-package v0.12.0
36352025-01-24T19:31:23.822Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36362025-01-24T19:31:24.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
36372025-01-24T19:31:24.878Z
36382025-01-24T19:31:24.878Zinfo: running `cargo check --bins` on xtask (186/198)
36392025-01-24T19:31:25.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402025-01-24T19:31:25.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412025-01-24T19:31:25.304Z Checking bitflags v2.6.0
36422025-01-24T19:31:25.307Z Checking serde v1.0.217
36432025-01-24T19:31:25.307Z Checking thiserror v1.0.69
36442025-01-24T19:31:25.402Z Checking scroll v0.12.0
36452025-01-24T19:31:25.404Z Checking log v0.4.22
36462025-01-24T19:31:25.404Z Checking hashbrown v0.15.1
36472025-01-24T19:31:25.437Z Checking zerocopy v0.7.35
36482025-01-24T19:31:25.452Z Checking syn v2.0.96
36492025-01-24T19:31:25.503Z Checking pest v2.7.14
36502025-01-24T19:31:25.612Z Checking rustix v0.38.37
36512025-01-24T19:31:25.667Z Checking once_cell v1.20.2
36522025-01-24T19:31:25.839Z Checking goblin v0.8.2
36532025-01-24T19:31:25.958Z Checking fs-err v2.11.0
36542025-01-24T19:31:26.245Z Checking tabled v0.15.0
36552025-01-24T19:31:26.382Z Checking indexmap v2.7.0
36562025-01-24T19:31:26.627Z Checking anyhow v1.0.95
36572025-01-24T19:31:27.334Z Checking terminal_size v0.4.0
36582025-01-24T19:31:27.336Z Checking tempfile v3.13.0
36592025-01-24T19:31:27.515Z Checking clap_builder v4.5.21
36602025-01-24T19:31:28.125Z Checking dtrace-parser v0.2.0
36612025-01-24T19:31:29.124Z Checking serde_json v1.0.135
36622025-01-24T19:31:29.124Z Checking toml_datetime v0.6.8
36632025-01-24T19:31:29.127Z Checking serde_spanned v0.6.8
36642025-01-24T19:31:29.127Z Checking camino v1.1.9
36652025-01-24T19:31:29.127Z Checking semver v1.0.24
36662025-01-24T19:31:29.366Z Checking cargo-platform v0.1.8
36672025-01-24T19:31:29.444Z Checking toml_edit v0.22.22
36682025-01-24T19:31:29.520Z Checking macaddr v1.0.1
36692025-01-24T19:31:29.623Z Checking camino-tempfile v1.1.1
36702025-01-24T19:31:30.019Z Checking clap v4.5.21
36712025-01-24T19:31:30.348Z Checking dof v0.3.0
36722025-01-24T19:31:30.348Z Checking cargo_metadata v0.18.1
36732025-01-24T19:31:30.733Z Checking usdt-impl v0.5.0
36742025-01-24T19:31:31.081Z Checking usdt v0.5.0
36752025-01-24T19:31:31.275Z Checking toml v0.8.19
36762025-01-24T19:31:31.697Z Checking cargo_toml v0.20.5
36772025-01-24T19:31:32.810Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36782025-01-24T19:31:33.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.53s
36792025-01-24T19:31:33.519Z
36802025-01-24T19:31:33.519Zinfo: running `cargo check --bins` on end-to-end-tests (187/198)
36812025-01-24T19:31:34.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822025-01-24T19:31:34.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832025-01-24T19:31:34.263Z Checking polyval v0.6.2
36842025-01-24T19:31:34.376Z Checking ctr v0.9.2
36852025-01-24T19:31:34.387Z Checking ssh-encoding v0.2.0
36862025-01-24T19:31:34.390Z Checking blowfish v0.9.1
36872025-01-24T19:31:34.409Z Checking password-hash v0.4.2
36882025-01-24T19:31:34.424Z Checking p256 v0.13.2
36892025-01-24T19:31:34.426Z Checking p521 v0.13.3
36902025-01-24T19:31:34.441Z Checking russh-cryptovec v0.7.3
36912025-01-24T19:31:34.598Z Checking bcrypt-pbkdf v0.10.0
36922025-01-24T19:31:34.624Z Checking ghash v0.5.1
36932025-01-24T19:31:34.627Z Checking md5 v0.7.0
36942025-01-24T19:31:34.695Z Checking num-bigint v0.4.6
36952025-01-24T19:31:34.717Z Checking des v0.8.1
36962025-01-24T19:31:34.813Z Checking pbkdf2 v0.11.0
36972025-01-24T19:31:34.832Z Checking aes-gcm v0.10.3
36982025-01-24T19:31:34.851Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36992025-01-24T19:31:34.900Z Checking hex-literal v0.4.1
37002025-01-24T19:31:34.948Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37012025-01-24T19:31:34.979Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37022025-01-24T19:31:35.039Z Checking internet-checksum v0.2.1
37032025-01-24T19:31:35.055Z Checking ssh-cipher v0.2.0
37042025-01-24T19:31:35.321Z Checking ssh-key v0.6.6
37052025-01-24T19:31:35.477Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37062025-01-24T19:31:36.389Z Checking russh-keys v0.45.0
37072025-01-24T19:31:37.213Z Checking russh v0.45.0
37082025-01-24T19:31:53.696Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37092025-01-24T19:31:55.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.52s
37102025-01-24T19:31:55.244Z
37112025-01-24T19:31:55.244Zinfo: running `cargo check --bins` on gateway-cli (188/198)
37122025-01-24T19:31:55.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132025-01-24T19:31:55.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142025-01-24T19:31:55.874Z Checking termios v0.3.3
37152025-01-24T19:31:56.096Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37162025-01-24T19:31:56.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
37172025-01-24T19:31:57.056Z
37182025-01-24T19:31:57.056Zinfo: running `cargo check --bins --no-default-features` on installinator (189/198)
37192025-01-24T19:31:57.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202025-01-24T19:31:57.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212025-01-24T19:31:57.733Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37222025-01-24T19:31:57.733Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37232025-01-24T19:31:57.736Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37242025-01-24T19:31:57.842Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37252025-01-24T19:31:58.737Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37262025-01-24T19:31:59.977Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37272025-01-24T19:32:01.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
37282025-01-24T19:32:01.890Z
37292025-01-24T19:32:01.890Zinfo: running `cargo check --bins` on internal-dns-cli (190/198)
37302025-01-24T19:32:02.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312025-01-24T19:32:02.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322025-01-24T19:32:02.522Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37332025-01-24T19:32:02.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37342025-01-24T19:32:03.160Z
37352025-01-24T19:32:03.160Zinfo: running `cargo check --bins` on omicron-live-tests (191/198)
37362025-01-24T19:32:03.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372025-01-24T19:32:03.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382025-01-24T19:32:03.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392025-01-24T19:32:03.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37402025-01-24T19:32:03.763Z
37412025-01-24T19:32:03.763Zinfo: running `cargo check --bins` on live-tests-macros (192/198)
37422025-01-24T19:32:04.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432025-01-24T19:32:04.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442025-01-24T19:32:04.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452025-01-24T19:32:04.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37462025-01-24T19:32:04.375Z
37472025-01-24T19:32:04.375Zinfo: running `cargo check --bins` on omicron-package (193/198)
37482025-01-24T19:32:04.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492025-01-24T19:32:04.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502025-01-24T19:32:05.031Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37512025-01-24T19:32:06.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
37522025-01-24T19:32:06.553Z
37532025-01-24T19:32:06.553Zinfo: running `cargo check --bins` on wicket-dbg (194/198)
37542025-01-24T19:32:07.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552025-01-24T19:32:07.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562025-01-24T19:32:07.248Z Checking rtoolbox v0.0.2
37572025-01-24T19:32:07.250Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37582025-01-24T19:32:07.250Z Checking tui-tree-widget v0.22.0
37592025-01-24T19:32:07.481Z Checking rpassword v7.3.1
37602025-01-24T19:32:11.178Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37612025-01-24T19:32:13.964Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37622025-01-24T19:32:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.57s
37632025-01-24T19:32:15.316Z
37642025-01-24T19:32:15.316Zinfo: running `cargo check --bins` on wicket (195/198)
37652025-01-24T19:32:15.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662025-01-24T19:32:15.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672025-01-24T19:32:16.023Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37682025-01-24T19:32:16.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37692025-01-24T19:32:16.632Z
37702025-01-24T19:32:16.632Zinfo: running `cargo check --bins` on wicketd (196/198)
37712025-01-24T19:32:17.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722025-01-24T19:32:17.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732025-01-24T19:32:17.351Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37742025-01-24T19:32:17.352Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37752025-01-24T19:32:18.163Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37762025-01-24T19:32:21.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
37772025-01-24T19:32:22.106Z
37782025-01-24T19:32:22.106Zinfo: running `cargo check --bins` on omicron-workspace-hack (197/198)
37792025-01-24T19:32:22.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802025-01-24T19:32:22.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812025-01-24T19:32:22.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822025-01-24T19:32:22.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37832025-01-24T19:32:22.702Z
37842025-01-24T19:32:22.702Zinfo: running `cargo check --bins` on zone-setup (198/198)
37852025-01-24T19:32:23.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862025-01-24T19:32:23.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872025-01-24T19:32:23.418Z Checking uzers v0.12.1
37882025-01-24T19:32:23.756Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37892025-01-24T19:32:24.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s
37902025-01-24T19:32:25.035Z
37912025-01-24T19:32:25.035Zreal 13:59.332777389
37922025-01-24T19:32:25.035Zuser 26:12.648653528
37932025-01-24T19:32:25.035Zsys 4:12.927502537
37942025-01-24T19:32:25.038Ztrap 0.528631266
37952025-01-24T19:32:25.038Ztflt 3.074078862
37962025-01-24T19:32:25.039Zdflt 2.275196165
37972025-01-24T19:32:25.039Zkflt 0.007361606
37982025-01-24T19:32:25.039Zlock 47:19.965129761
37992025-01-24T19:32:25.039Zslp 2:11:53.499008982
38002025-01-24T19:32:25.039Zlat 1:06.417301013
38012025-01-24T19:32:25.039Zstop 3:48.910416689
38022025-01-24T19:32:25.039Zprocess exited: duration 1154216 ms, exit code 0
 
38032025-01-24T19:32:25.045Zfound 0 output files