01JJR4KD4JN8J0QC8W1DR688WY: 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: 01JJR4KYNH0NWBQ01XASTXGMS4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-29T04:21:17.377Zjob assigned to worker 01JJR4KEBQQ41KQDESZFBESNAK [factory aws, i-0c4534e812c27c132] (queued for 51 s)
 
22025-01-29T04:21:24.805Zstarting task 0: "setup"
32025-01-29T04:21:24.816Z++ uname -s
42025-01-29T04:21:24.819Z+ kern=SunOS
52025-01-29T04:21:24.819Z+ case "$kern" in
62025-01-29T04:21:24.819Z+ groupadd -g 12345 build
72025-01-29T04:21:24.822Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-29T04:21:26.833Z+ zfs create -o mountpoint=/work rpool/work
92025-01-29T04:21:27.006Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-29T04:21:27.009Z+ home_fs=zfs
112025-01-29T04:21:27.009Z+ [[ zfs == autofs ]]
122025-01-29T04:21:27.009Z+ mkdir -p /home/build
132025-01-29T04:21:27.012Z+ chown build:build /home/build /work
142025-01-29T04:21:29.013Z+ chmod 0700 /home/build /work
152025-01-29T04:21:29.016Zprocess exited: duration 4211 ms, exit code 0
 
162025-01-29T04:21:29.022Zstarting task 1: "rust-toolchain"
172025-01-29T04:21:29.028Z+ printf ' * toolchain channel = "%s"
182025-01-29T04:21:29.028Z * toolchain channel = "1.84.0"
192025-01-29T04:21:29.028Z' 1.84.0
202025-01-29T04:21:29.028Z+ printf ' * toolchain profile = "%s"
212025-01-29T04:21:29.028Z' default
222025-01-29T04:21:29.028Z * toolchain profile = "default"
232025-01-29T04:21:29.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-29T04:21:29.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-29T04:21:29.318Zinfo: downloading installer
262025-01-29T04:21:30.707Zinfo: profile set to 'default'
272025-01-29T04:21:30.707Zinfo: default host triple is x86_64-unknown-illumos
282025-01-29T04:21:30.710Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-29T04:21:30.867Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-29T04:21:30.867Zinfo: downloading component 'cargo'
312025-01-29T04:21:31.814Zinfo: downloading component 'clippy'
322025-01-29T04:21:32.153Zinfo: downloading component 'rust-docs'
332025-01-29T04:21:33.354Zinfo: downloading component 'rust-std'
342025-01-29T04:21:35.133Zinfo: downloading component 'rustc'
352025-01-29T04:21:42.569Zinfo: downloading component 'rustfmt'
362025-01-29T04:21:42.874Zinfo: installing component 'cargo'
372025-01-29T04:21:43.732Zinfo: installing component 'clippy'
382025-01-29T04:21:44.130Zinfo: installing component 'rust-docs'
392025-01-29T04:21:45.823Zinfo: installing component 'rust-std'
402025-01-29T04:21:47.630Zinfo: installing component 'rustc'
412025-01-29T04:21:53.849Zinfo: installing component 'rustfmt'
422025-01-29T04:21:54.182Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-29T04:21:54.182Z
442025-01-29T04:21:54.571Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-29T04:21:54.571Z
462025-01-29T04:21:54.573Z
472025-01-29T04:21:54.574ZRust is installed now. Great!
482025-01-29T04:21:54.574Z
492025-01-29T04:21:54.574ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-29T04:21:54.574Zenvironment variable. This has not been done automatically.
512025-01-29T04:21:54.574Z
522025-01-29T04:21:54.574ZTo configure your current shell, you need to source
532025-01-29T04:21:54.574Zthe corresponding env file under $HOME/.cargo.
542025-01-29T04:21:54.574Z
552025-01-29T04:21:54.574ZThis is usually done by running one of the following (note the leading DOT):
562025-01-29T04:21:54.575Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-29T04:21:54.575Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-29T04:21:54.652Z+ rustc --version
592025-01-29T04:21:54.718Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-29T04:21:54.722Zprocess exited: duration 25697 ms, exit code 0
 
612025-01-29T04:21:54.727Zstarting task 2: "authentication"
622025-01-29T04:21:54.748Zprocess exited: duration 20 ms, exit code 0
 
632025-01-29T04:21:54.753Zstarting task 3: "clone repository"
642025-01-29T04:21:54.759Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-29T04:21:54.762Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-29T04:21:54.801ZCloning into '/work/oxidecomputer/omicron'...
672025-01-29T04:22:02.624Z+ cd /work/oxidecomputer/omicron
682025-01-29T04:22:02.624Z+ git fetch origin 1983115b73ffcf6ea699ef38c7d80ec9c7430a46
692025-01-29T04:22:02.932ZFrom https://github.com/oxidecomputer/omicron
702025-01-29T04:22:02.932Z * branch 1983115b73ffcf6ea699ef38c7d80ec9c7430a46 -> FETCH_HEAD
712025-01-29T04:22:02.943Z+ [[ -n '' ]]
722025-01-29T04:22:02.943Z+ git reset --hard 1983115b73ffcf6ea699ef38c7d80ec9c7430a46
732025-01-29T04:22:03.125ZHEAD is now at 1983115b7 Update Rust crate indicatif to 0.17.11
742025-01-29T04:22:03.128Zprocess exited: duration 8372 ms, exit code 0
 
752025-01-29T04:22:03.133Zstarting task 4: "build"
762025-01-29T04:22:03.139Z+ source .github/buildomat/ci-env.sh
772025-01-29T04:22:03.139Z++ export CARGO_TERM_COLOR=always
782025-01-29T04:22:03.139Z++ CARGO_TERM_COLOR=always
792025-01-29T04:22:03.139Z+ cargo --version
802025-01-29T04:22:03.202Zcargo 1.84.0 (66221abde 2024-11-19)
812025-01-29T04:22:03.204Z+ rustc --version
822025-01-29T04:22:03.268Zrustc 1.84.0 (9fc6b4312 2025-01-07)
832025-01-29T04:22:03.271Z+ source ./env.sh
842025-01-29T04:22:03.274Z++ OLD_SHELL_OPTS=ehxB
852025-01-29T04:22:03.274Z++ set -o xtrace
862025-01-29T04:22:03.277Z++++ dirname ./env.sh
872025-01-29T04:22:03.277Z+++ readlink -f .
882025-01-29T04:22:03.279Z++ OMICRON_WS=/work/oxidecomputer/omicron
892025-01-29T04:22:03.283Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
902025-01-29T04:22:03.283Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
912025-01-29T04:22:03.283Z++ 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
922025-01-29T04:22:03.283Z++ 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
932025-01-29T04:22:03.283Z++ 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
942025-01-29T04:22:03.283Z++ 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
952025-01-29T04:22:03.283Z++ 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
962025-01-29T04:22:03.283Z++ 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
972025-01-29T04:22:03.283Z++ case $OLD_SHELL_OPTS in
982025-01-29T04:22:03.283Z++ unset OLD_SHELL_OPTS OMICRON_WS
992025-01-29T04:22:03.283Z+ 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
1002025-01-29T04:22:03.283Z+ 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
1012025-01-29T04:22:03.283Z+ banner prerequisites
1022025-01-29T04:22:03.286Z
1032025-01-29T04:22:03.286Z ##### ##### ###### ##### ###### #### # # # #### #
1042025-01-29T04:22:03.286Z # # # # # # # # # # # # # # #
1052025-01-29T04:22:03.286Z # # # # ##### # # ##### # # # # # #### #
1062025-01-29T04:22:03.286Z ##### ##### # ##### # # # # # # # # #
1072025-01-29T04:22:03.286Z # # # # # # # # # # # # # # #
1082025-01-29T04:22:03.286Z # # # ###### # # ###### ### # #### # #### #
1092025-01-29T04:22:03.286Z
1102025-01-29T04:22:03.286Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112025-01-29T04:22:04.911Zpkg list: illegal option -- F
1122025-01-29T04:22:04.911ZUsage:
1132025-01-29T04:22:04.914Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-01-29T04:22:04.914Z [pkg_fmri_pattern ...]
1152025-01-29T04:22:05.785Zpkg list: illegal option -- F
1162025-01-29T04:22:05.785ZUsage:
1172025-01-29T04:22:05.787Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1182025-01-29T04:22:05.787Z [pkg_fmri_pattern ...]
1192025-01-29T04:22:13.554Z Startup: Refreshing catalog 'helios-dev' ... Done
1202025-01-29T04:22:17.644Z Startup: Caching catalogs ... Done
1212025-01-29T04:22:29.213ZPlanning: Solver setup ... Done (10.743s)
1222025-01-29T04:22:29.363ZPlanning: Running solver ... Done (0.150s)
1232025-01-29T04:22:29.478ZPlanning: Finding local manifests ... Done (0.005s)
1242025-01-29T04:22:29.492ZPlanning: Fetching manifests: 0/7 0% complete
1252025-01-29T04:22:30.237ZPlanning: Fetching manifests: 7/7 100% complete
1262025-01-29T04:22:30.349ZPlanning: Package planning ... Done (0.113s)
1272025-01-29T04:22:30.406ZPlanning: Merging actions ... Done (0.056s)
1282025-01-29T04:22:30.606ZPlanning: Checking for conflicting actions ... Done (0.200s)
1292025-01-29T04:22:32.713ZPlanning: Consolidating action changes ... Done (2.106s)
1302025-01-29T04:22:33.156ZPlanning: Evaluating mediators ... Done (0.443s)
1312025-01-29T04:22:33.238ZPlanning: Planning completed in 15.49 seconds
1322025-01-29T04:22:33.255Z Packages to install: 4
1332025-01-29T04:22:33.255Z Packages to update: 3
1342025-01-29T04:22:33.258Z Mediators to change: 2
1352025-01-29T04:22:33.258Z Services to change: 1
1362025-01-29T04:22:33.258Z Estimated space available: 155.61 GB
1372025-01-29T04:22:33.258ZEstimated space to be consumed: 1.64 GB
1382025-01-29T04:22:33.258Z Create boot environment: No
1392025-01-29T04:22:33.258ZCreate backup boot environment: Yes
1402025-01-29T04:22:33.258Z Rebuild boot archive: No
1412025-01-29T04:22:33.258Z
1422025-01-29T04:22:33.258ZChanged mediators:
1432025-01-29T04:22:33.258Z mediator clang:
1442025-01-29T04:22:33.258Z version: None -> 15 (system default)
1452025-01-29T04:22:33.258Z
1462025-01-29T04:22:33.259Z mediator llvm:
1472025-01-29T04:22:33.259Z version: 14 (system default) -> 15 (system default)
1482025-01-29T04:22:33.259Z
1492025-01-29T04:22:33.259ZChanged packages:
1502025-01-29T04:22:33.259Zhelios-dev
1512025-01-29T04:22:33.259Z developer/build-essential
1522025-01-29T04:22:33.259Z None -> 11-2.0
1532025-01-29T04:22:33.259Z library/libxmlsec1
1542025-01-29T04:22:33.259Z None -> 1.2.35-2.0
1552025-01-29T04:22:33.259Z ooce/developer/clang-15
1562025-01-29T04:22:33.259Z None -> 15.0.7-2.0
1572025-01-29T04:22:33.259Z ooce/developer/llvm-15
1582025-01-29T04:22:33.259Z None -> 15.0.7-2.0
1592025-01-29T04:22:33.259Z package/pkg
1602025-01-29T04:22:33.259Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1612025-01-29T04:22:33.259Z system/library/g++-runtime
1622025-01-29T04:22:33.259Z 13-2.0 -> 14-2.0
1632025-01-29T04:22:33.259Z system/library/gcc-runtime
1642025-01-29T04:22:33.259Z 13-2.0 -> 14-2.0
1652025-01-29T04:22:33.259Z
1662025-01-29T04:22:33.259ZServices:
1672025-01-29T04:22:33.259Z restart_fmri:
1682025-01-29T04:22:33.259Z svc:/system/update-man-index:default
1692025-01-29T04:22:33.259Z
1702025-01-29T04:22:33.259ZEditable files to change:
1712025-01-29T04:22:33.259Z Update:
1722025-01-29T04:22:33.259Z usr/share/lib/pkg/web/config.shtml
1732025-01-29T04:22:33.339Z
1742025-01-29T04:22:33.339ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1752025-01-29T04:22:39.482ZDownload: 213/4301 items 1.3/225.4MB 0% complete (726k/s)
1762025-01-29T04:22:44.482ZDownload: 821/4301 items 18.7/225.4MB 8% complete (1.8M/s)
1772025-01-29T04:22:50.272ZDownload: 1198/4301 items 72.6/225.4MB 32% complete (7.2M/s)
1782025-01-29T04:22:55.413ZDownload: 1377/4301 items 116.2/225.4MB 51% complete (9.7M/s)
1792025-01-29T04:23:00.296ZDownload: 1962/4301 items 118.5/225.4MB 52% complete (4.7M/s)
1802025-01-29T04:23:06.942ZDownload: 2224/4301 items 119.2/225.4MB 52% complete (1.9M/s)
1812025-01-29T04:23:11.961ZDownload: 2890/4301 items 121.2/225.4MB 53% complete (240k/s)
1822025-01-29T04:23:17.108ZDownload: 3243/4301 items 164.6/225.4MB 72% complete (5.5M/s)
1832025-01-29T04:23:24.831ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.1M/s)
1842025-01-29T04:23:31.067ZDownload: 3281/4301 items 209.0/225.4MB 92% complete (4.7M/s)
1852025-01-29T04:23:37.467ZDownload: 3286/4301 items 210.9/225.4MB 93% complete (2.3M/s)
1862025-01-29T04:23:42.575ZDownload: 3575/4301 items 215.9/225.4MB 95% complete (1.1M/s)
1872025-01-29T04:23:47.609ZDownload: 3916/4301 items 217.9/225.4MB 96% complete (721k/s)
1882025-01-29T04:23:52.689ZDownload: 4028/4301 items 218.9/225.4MB 97% complete (306k/s)
1892025-01-29T04:23:57.807ZDownload: 4194/4301 items 220.5/225.4MB 97% complete (302k/s)
1902025-01-29T04:24:02.854ZDownload: 4204/4301 items 220.6/225.4MB 97% complete (285k/s)
1912025-01-29T04:24:22.165ZDownload: 4208/4301 items 220.6/225.4MB 97% complete
1922025-01-29T04:24:25.707ZDownload: Completed 225.42 MB in 112.36 seconds (2.0M/s)
1932025-01-29T04:24:27.872Z Actions: 1/5122 actions (Removing old actions)
1942025-01-29T04:24:27.896Z Actions: 194/5122 actions (Installing new actions)
1952025-01-29T04:24:32.631Z Actions: 4267/5122 actions (Updating modified actions)
1962025-01-29T04:24:33.000Z Actions: Completed 5122 actions in 5.12 seconds.
1972025-01-29T04:24:33.408Z Done (0.405s)
1982025-01-29T04:24:33.411Z Done (0.001s)
1992025-01-29T04:24:33.997Z Done (0.587s)
2002025-01-29T04:24:38.545Z Done (4.315s)
2012025-01-29T04:24:38.635Z Done (0.017s)
2022025-01-29T04:24:38.637Z Done (0.000s)
2032025-01-29T04:24:38.800Z Done (0.000s)
2042025-01-29T04:24:39.509ZPlanning: Evaluating mediator changes ... Done
2052025-01-29T04:24:39.675ZPlanning: Checking for conflicting actions ... Done
2062025-01-29T04:24:39.679ZPlanning: Consolidating action changes ... Done
2072025-01-29T04:24:39.949ZPlanning: Evaluating mediators ... Done
2082025-01-29T04:24:39.952ZPlanning: Planning completed in 0.44 seconds
2092025-01-29T04:24:39.990Z Mediators to change: 2
2102025-01-29T04:24:39.990Z Create boot environment: No
2112025-01-29T04:24:39.993ZCreate backup boot environment: No
2122025-01-29T04:24:40.073Z Done
2132025-01-29T04:24:40.073Z Done
2142025-01-29T04:24:40.471Z Done
2152025-01-29T04:24:44.187Z Done
2162025-01-29T04:24:44.278Z Done
2172025-01-29T04:24:44.281Z Done
2182025-01-29T04:24:44.425Z Done
2192025-01-29T04:24:45.051ZPlanning: Evaluating mediator changes ... Done
2202025-01-29T04:24:45.055ZPlanning: Merging actions ... Done
2212025-01-29T04:24:45.245ZPlanning: Checking for conflicting actions ... Done
2222025-01-29T04:24:45.248ZPlanning: Consolidating action changes ... Done
2232025-01-29T04:24:45.516ZPlanning: Evaluating mediators ... Done
2242025-01-29T04:24:45.572ZPlanning: Planning completed in 0.77 seconds
2252025-01-29T04:24:45.613Z Packages to change: 1
2262025-01-29T04:24:45.613Z Mediators to change: 1
2272025-01-29T04:24:45.613Z Services to change: 1
2282025-01-29T04:24:45.613Z Create boot environment: No
2292025-01-29T04:24:45.616ZCreate backup boot environment: Yes
2302025-01-29T04:24:47.844Z Actions: 1/6 actions (Updating modified actions)
2312025-01-29T04:24:47.850Z Actions: Completed 6 actions in 0.00 seconds.
2322025-01-29T04:24:47.850Z Done
2332025-01-29T04:24:47.850Z Done
2342025-01-29T04:24:47.964Z Done
2352025-01-29T04:24:51.701Z Done
2362025-01-29T04:24:51.799Z Done
2372025-01-29T04:24:51.802Z Done
2382025-01-29T04:24:51.937Z Done
2392025-01-29T04:24:52.382ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2402025-01-29T04:24:52.382Zclang system 15 system
2412025-01-29T04:24:52.382Zcsh system system illumos
2422025-01-29T04:24:52.382Zctags system system illumos
2432025-01-29T04:24:52.383Zgcc vendor 12 vendor
2442025-01-29T04:24:52.383Zgcc system 10 system
2452025-01-29T04:24:52.383Zgcc system 7 system
2462025-01-29T04:24:52.383Zgo system 1.20 system
2472025-01-29T04:24:52.383Zgo system 1.19 system
2482025-01-29T04:24:52.383Zllvm system 15 system
2492025-01-29T04:24:52.383Zllvm system 14 system
2502025-01-29T04:24:52.383Zmariadb system 10.6 system
2512025-01-29T04:24:52.383Zmta vendor vendor dma
2522025-01-29T04:24:52.383Zopenjdk system 17 system
2532025-01-29T04:24:52.383Zopenjdk system 11 system
2542025-01-29T04:24:52.383Zopenjdk system 1.8 system
2552025-01-29T04:24:52.383Zopenssl vendor 3 vendor
2562025-01-29T04:24:52.383Zperl system 5.36 system
2572025-01-29T04:24:52.383Zpostgresql system 15 system
2582025-01-29T04:24:52.383Zpostgresql system 13 system
2592025-01-29T04:24:52.383Zpython vendor 3 vendor
2602025-01-29T04:24:52.383Zpython system 2 system
2612025-01-29T04:24:52.383Zpython3 system 3.11 system
2622025-01-29T04:24:52.383Zruby system 3.0 system
2632025-01-29T04:24:52.384Zwords vendor vendor american-english
2642025-01-29T04:24:52.384Zwords system system australian-english
2652025-01-29T04:24:52.384Zwords system system british-english
2662025-01-29T04:24:52.384Zwords system system canadian-english
2672025-01-29T04:24:52.384Zwords system system french
2682025-01-29T04:24:52.384Zwords system system italian
2692025-01-29T04:24:52.384Zwords system system ngerman
2702025-01-29T04:24:52.384Zwords system system ogerman
2712025-01-29T04:24:52.384Zwords system system spanish
2722025-01-29T04:24:52.724ZPUBLISHER TYPE STATUS P LOCATION
2732025-01-29T04:24:52.724Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2742025-01-29T04:24:55.525ZFMRI IFO
2752025-01-29T04:24:55.525Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2762025-01-29T04:24:55.525Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2772025-01-29T04:24:55.525Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2782025-01-29T04:24:55.525Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2792025-01-29T04:24:55.526Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2802025-01-29T04:24:55.526Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2812025-01-29T04:24:55.526Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2822025-01-29T04:24:55.526Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2832025-01-29T04:24:55.526Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2842025-01-29T04:24:55.526Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2852025-01-29T04:24:55.526Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2862025-01-29T04:24:55.526Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2872025-01-29T04:24:55.526Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2882025-01-29T04:24:55.526Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2892025-01-29T04:24:55.526Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2902025-01-29T04:24:56.297Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2912025-01-29T04:24:56.621Z Updating crates.io index
2922025-01-29T04:24:56.705Z Updating git repository `https://github.com/oxidecomputer/diffus`
2932025-01-29T04:24:57.016Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942025-01-29T04:24:57.587Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2952025-01-29T04:24:57.871Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2962025-01-29T04:24:58.134Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2972025-01-29T04:24:58.392Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982025-01-29T04:24:59.390Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992025-01-29T04:25:01.181Z Updating git repository `https://github.com/oxidecomputer/opte`
3002025-01-29T04:25:01.947Z Updating git repository `https://github.com/oxidecomputer/falcon`
3012025-01-29T04:25:02.768Z Updating git repository `https://github.com/oxidecomputer/clickward`
3022025-01-29T04:25:03.083Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3032025-01-29T04:25:03.385Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3042025-01-29T04:25:04.157Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3052025-01-29T04:25:04.647Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062025-01-29T04:25:05.007Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072025-01-29T04:25:05.368Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082025-01-29T04:25:05.659Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092025-01-29T04:25:05.889Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102025-01-29T04:25:06.215Z Updating git repository `https://github.com/oxidecomputer/lldp`
3112025-01-29T04:25:06.553Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3122025-01-29T04:25:06.845Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132025-01-29T04:25:07.304Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142025-01-29T04:25:07.652Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3152025-01-29T04:25:08.075Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3162025-01-29T04:25:08.664Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3172025-01-29T04:25:08.974Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3182025-01-29T04:25:09.434Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192025-01-29T04:25:09.881Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3202025-01-29T04:25:10.172Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3212025-01-29T04:25:10.508Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3222025-01-29T04:25:10.786Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3232025-01-29T04:25:12.143Z Downloading crates ...
3242025-01-29T04:25:12.272Z Downloaded cargo_toml v0.20.5
3252025-01-29T04:25:12.280Z Downloaded dof v0.3.0
3262025-01-29T04:25:12.282Z Downloaded dtrace-parser v0.2.0
3272025-01-29T04:25:12.282Z Downloaded fs-err v2.11.0
3282025-01-29T04:25:12.285Z Downloaded macaddr v1.0.1
3292025-01-29T04:25:12.288Z Downloaded memmap v0.7.0
3302025-01-29T04:25:12.288Z Downloaded anstyle-query v1.1.1
3312025-01-29T04:25:12.290Z Downloaded block-buffer v0.10.4
3322025-01-29T04:25:12.293Z Downloaded crypto-common v0.1.6
3332025-01-29T04:25:12.295Z Downloaded colorchoice v1.0.2
3342025-01-29T04:25:12.295Z Downloaded byteorder v1.5.0
3352025-01-29T04:25:12.298Z Downloaded errno v0.3.9
3362025-01-29T04:25:12.298Z Downloaded cfg-if v1.0.0
3372025-01-29T04:25:12.302Z Downloaded digest v0.10.7
3382025-01-29T04:25:12.302Z Downloaded is_terminal_polyfill v1.70.1
3392025-01-29T04:25:12.304Z Downloaded heck v0.5.0
3402025-01-29T04:25:12.304Z Downloaded itoa v1.0.11
3412025-01-29T04:25:12.304Z Downloaded fnv v1.0.7
3422025-01-29T04:25:12.307Z Downloaded plain v0.2.3
3432025-01-29T04:25:12.307Z Downloaded equivalent v1.0.1
3442025-01-29T04:25:12.307Z Downloaded proc-macro-error-attr v1.0.4
3452025-01-29T04:25:12.309Z Downloaded generic-array v0.14.7
3462025-01-29T04:25:12.309Z Downloaded serde_spanned v0.6.8
3472025-01-29T04:25:12.312Z Downloaded fastrand v2.1.1
3482025-01-29T04:25:12.314Z Downloaded once_cell v1.20.2
3492025-01-29T04:25:12.317Z Downloaded proc-macro-error v1.0.4
3502025-01-29T04:25:12.321Z Downloaded log v0.4.22
3512025-01-29T04:25:12.325Z Downloaded terminal_size v0.4.0
3522025-01-29T04:25:12.328Z Downloaded memchr v2.7.4
3532025-01-29T04:25:12.332Z Downloaded strsim v0.11.1
3542025-01-29T04:25:12.337Z Downloaded swrite v0.1.0
3552025-01-29T04:25:12.340Z Downloaded version_check v0.9.5
3562025-01-29T04:25:12.340Z Downloaded ryu v1.0.18
3572025-01-29T04:25:12.366Z Downloaded syn v2.0.96
3582025-01-29T04:25:12.388Z Downloaded syn v1.0.109
3592025-01-29T04:25:12.431Z Downloaded anstyle v1.0.10
3602025-01-29T04:25:12.436Z Downloaded zerocopy-derive v0.7.35
3612025-01-29T04:25:12.441Z Downloaded bitflags v2.6.0
3622025-01-29T04:25:12.444Z Downloaded autocfg v1.4.0
3632025-01-29T04:25:12.447Z Downloaded camino v1.1.9
3642025-01-29T04:25:12.450Z Downloaded bytecount v0.6.8
3652025-01-29T04:25:12.454Z Downloaded anstream v0.6.15
3662025-01-29T04:25:12.454Z Downloaded anyhow v1.0.95
3672025-01-29T04:25:12.458Z Downloaded clap_lex v0.7.4
3682025-01-29T04:25:12.458Z Downloaded camino-tempfile v1.1.1
3692025-01-29T04:25:12.460Z Downloaded clap_derive v4.5.24
3702025-01-29T04:25:12.464Z Downloaded cargo_metadata v0.18.1
3712025-01-29T04:25:12.471Z Downloaded zerocopy v0.7.35
3722025-01-29T04:25:12.486Z Downloaded anstyle-parse v0.2.5
3732025-01-29T04:25:12.489Z Downloaded cpufeatures v0.2.14
3742025-01-29T04:25:12.491Z Downloaded heck v0.4.1
3752025-01-29T04:25:12.491Z Downloaded goblin v0.8.2
3762025-01-29T04:25:12.499Z Downloaded indexmap v2.7.1
3772025-01-29T04:25:12.503Z Downloaded clap v4.5.27
3782025-01-29T04:25:12.511Z Downloaded serde_derive v1.0.217
3792025-01-29T04:25:12.523Z Downloaded clap_builder v4.5.27
3802025-01-29T04:25:12.528Z Downloaded proc-macro2 v1.0.92
3812025-01-29T04:25:12.561Z Downloaded smawk v0.3.2
3822025-01-29T04:25:12.588Z Downloaded rustix v0.38.37
3832025-01-29T04:25:12.611Z Downloaded thiserror-impl v1.0.69
3842025-01-29T04:25:12.614Z Downloaded quote v1.0.38
3852025-01-29T04:25:12.616Z Downloaded serde_json v1.0.135
3862025-01-29T04:25:12.621Z Downloaded serde v1.0.217
3872025-01-29T04:25:12.624Z Downloaded toml_datetime v0.6.8
3882025-01-29T04:25:12.627Z Downloaded tempfile v3.13.0
3892025-01-29T04:25:12.629Z Downloaded thiserror v1.0.69
3902025-01-29T04:25:12.633Z Downloaded textwrap v0.16.1
3912025-01-29T04:25:12.635Z Downloaded unicode-ident v1.0.14
3922025-01-29T04:25:12.638Z Downloaded typenum v1.17.0
3932025-01-29T04:25:12.646Z Downloaded toml_edit v0.22.22
3942025-01-29T04:25:12.667Z Downloaded unicode-linebreak v0.1.5
3952025-01-29T04:25:12.670Z Downloaded cargo-platform v0.1.8
3962025-01-29T04:25:12.670Z Downloaded ucd-trie v0.1.7
3972025-01-29T04:25:12.672Z Downloaded toml v0.8.19
3982025-01-29T04:25:12.675Z Downloaded sha2 v0.10.8
3992025-01-29T04:25:12.678Z Downloaded semver v1.0.24
4002025-01-29T04:25:12.681Z Downloaded winnow v0.6.20
4012025-01-29T04:25:12.703Z Downloaded unicode-width v0.1.14
4022025-01-29T04:25:12.714Z Downloaded hashbrown v0.15.1
4032025-01-29T04:25:12.722Z Downloaded utf8parse v0.2.2
4042025-01-29T04:25:12.725Z Downloaded scroll_derive v0.12.0
4052025-01-29T04:25:12.725Z Downloaded usdt-macro v0.5.0
4062025-01-29T04:25:12.728Z Downloaded usdt-impl v0.5.0
4072025-01-29T04:25:12.728Z Downloaded usdt v0.5.0
4082025-01-29T04:25:12.728Z Downloaded thread-id v4.2.2
4092025-01-29T04:25:12.731Z Downloaded tabled_derive v0.7.0
4102025-01-29T04:25:12.731Z Downloaded tabled v0.15.0
4112025-01-29T04:25:12.744Z Downloaded serde_tokenstream v0.2.2
4122025-01-29T04:25:12.746Z Downloaded scroll v0.12.0
4132025-01-29T04:25:12.746Z Downloaded pretty-hex v0.4.1
4142025-01-29T04:25:12.749Z Downloaded pest_meta v2.7.14
4152025-01-29T04:25:12.752Z Downloaded pest_generator v2.7.14
4162025-01-29T04:25:12.752Z Downloaded pest_derive v2.7.14
4172025-01-29T04:25:12.755Z Downloaded pest v2.7.14
4182025-01-29T04:25:12.758Z Downloaded usdt-attr-macro v0.5.0
4192025-01-29T04:25:12.761Z Downloaded papergrid v0.11.0
4202025-01-29T04:25:12.765Z Downloaded libc v0.2.169
4212025-01-29T04:25:13.076Z Compiling proc-macro2 v1.0.92
4222025-01-29T04:25:13.076Z Compiling unicode-ident v1.0.14
4232025-01-29T04:25:13.082Z Compiling version_check v0.9.5
4242025-01-29T04:25:13.082Z Compiling serde v1.0.217
4252025-01-29T04:25:13.082Z Compiling thiserror v1.0.69
4262025-01-29T04:25:13.082Z Compiling memchr v2.7.4
4272025-01-29T04:25:13.082Z Compiling libc v0.2.169
4282025-01-29T04:25:13.114Z Compiling ryu v1.0.18
4292025-01-29T04:25:13.349Z Compiling itoa v1.0.11
4302025-01-29T04:25:13.600Z Compiling ucd-trie v0.1.7
4312025-01-29T04:25:13.798Z Compiling once_cell v1.20.2
4322025-01-29T04:25:13.846Z Compiling byteorder v1.5.0
4332025-01-29T04:25:14.159Z Compiling serde_json v1.0.135
4342025-01-29T04:25:14.212Z Compiling rustix v0.38.37
4352025-01-29T04:25:14.266Z Compiling bitflags v2.6.0
4362025-01-29T04:25:14.541Z Compiling usdt-impl v0.5.0
4372025-01-29T04:25:14.617Z Compiling proc-macro-error-attr v1.0.4
4382025-01-29T04:25:14.677Z Compiling syn v1.0.109
4392025-01-29T04:25:14.739Z Compiling proc-macro-error v1.0.4
4402025-01-29T04:25:14.865Z Compiling quote v1.0.38
4412025-01-29T04:25:15.005Z Compiling errno v0.3.9
4422025-01-29T04:25:15.093Z Compiling equivalent v1.0.1
4432025-01-29T04:25:15.144Z Compiling plain v0.2.3
4442025-01-29T04:25:15.229Z Compiling syn v2.0.96
4452025-01-29T04:25:15.279Z Compiling log v0.4.22
4462025-01-29T04:25:15.310Z Compiling camino v1.1.9
4472025-01-29T04:25:15.337Z Compiling utf8parse v0.2.2
4482025-01-29T04:25:15.489Z Compiling thread-id v4.2.2
4492025-01-29T04:25:15.516Z Compiling hashbrown v0.15.1
4502025-01-29T04:25:15.543Z Compiling anstyle-parse v0.2.5
4512025-01-29T04:25:15.854Z Compiling unicode-width v0.1.14
4522025-01-29T04:25:15.960Z Compiling winnow v0.6.20
4532025-01-29T04:25:16.123Z Compiling pretty-hex v0.4.1
4542025-01-29T04:25:16.334Z Compiling autocfg v1.4.0
4552025-01-29T04:25:16.360Z Compiling colorchoice v1.0.2
4562025-01-29T04:25:16.385Z Compiling is_terminal_polyfill v1.70.1
4572025-01-29T04:25:16.539Z Compiling anstyle-query v1.1.1
4582025-01-29T04:25:16.566Z Compiling anstyle v1.0.10
4592025-01-29T04:25:16.666Z Compiling indexmap v2.7.1
4602025-01-29T04:25:16.715Z Compiling semver v1.0.24
4612025-01-29T04:25:17.081Z Compiling anstream v0.6.15
4622025-01-29T04:25:17.379Z Compiling terminal_size v0.4.0
4632025-01-29T04:25:17.450Z Compiling fs-err v2.11.0
4642025-01-29T04:25:17.803Z Compiling cfg-if v1.0.0
4652025-01-29T04:25:17.806Z Compiling heck v0.4.1
4662025-01-29T04:25:17.933Z Compiling clap_lex v0.7.4
4672025-01-29T04:25:17.961Z Compiling fnv v1.0.7
4682025-01-29T04:25:17.966Z Compiling anyhow v1.0.95
4692025-01-29T04:25:18.131Z Compiling bytecount v0.6.8
4702025-01-29T04:25:18.264Z Compiling strsim v0.11.1
4712025-01-29T04:25:18.371Z Compiling fastrand v2.1.1
4722025-01-29T04:25:18.411Z Compiling heck v0.5.0
4732025-01-29T04:25:18.899Z Compiling tempfile v3.13.0
4742025-01-29T04:25:18.926Z Compiling clap_builder v4.5.27
4752025-01-29T04:25:18.953Z Compiling papergrid v0.11.0
4762025-01-29T04:25:19.012Z Compiling memmap v0.7.0
4772025-01-29T04:25:19.141Z Compiling unicode-linebreak v0.1.5
4782025-01-29T04:25:19.247Z Compiling smawk v0.3.2
4792025-01-29T04:25:19.628Z Compiling textwrap v0.16.1
4802025-01-29T04:25:19.688Z Compiling swrite v0.1.0
4812025-01-29T04:25:20.570Z Compiling tabled_derive v0.7.0
4822025-01-29T04:25:22.064Z Compiling tabled v0.15.0
4832025-01-29T04:25:22.363Z Compiling serde_derive v1.0.217
4842025-01-29T04:25:22.363Z Compiling thiserror-impl v1.0.69
4852025-01-29T04:25:22.366Z Compiling zerocopy-derive v0.7.35
4862025-01-29T04:25:22.366Z Compiling scroll_derive v0.12.0
4872025-01-29T04:25:22.366Z Compiling clap_derive v4.5.24
4882025-01-29T04:25:23.716Z Compiling scroll v0.12.0
4892025-01-29T04:25:24.277Z Compiling goblin v0.8.2
4902025-01-29T04:25:24.474Z Compiling zerocopy v0.7.35
4912025-01-29T04:25:25.384Z Compiling pest v2.7.14
4922025-01-29T04:25:26.169Z Compiling clap v4.5.27
4932025-01-29T04:25:27.614Z Compiling pest_meta v2.7.14
4942025-01-29T04:25:28.486Z Compiling pest_generator v2.7.14
4952025-01-29T04:25:29.972Z Compiling pest_derive v2.7.14
4962025-01-29T04:25:30.557Z Compiling dtrace-parser v0.2.0
4972025-01-29T04:25:31.197Z Compiling toml_datetime v0.6.8
4982025-01-29T04:25:31.221Z Compiling serde_spanned v0.6.8
4992025-01-29T04:25:31.363Z Compiling serde_tokenstream v0.2.2
5002025-01-29T04:25:31.444Z Compiling cargo-platform v0.1.8
5012025-01-29T04:25:31.519Z Compiling macaddr v1.0.1
5022025-01-29T04:25:31.702Z Compiling toml_edit v0.22.22
5032025-01-29T04:25:32.008Z Compiling camino-tempfile v1.1.1
5042025-01-29T04:25:32.624Z Compiling dof v0.3.0
5052025-01-29T04:25:32.624Z Compiling cargo_metadata v0.18.1
5062025-01-29T04:25:34.195Z Compiling usdt-macro v0.5.0
5072025-01-29T04:25:34.197Z Compiling usdt-attr-macro v0.5.0
5082025-01-29T04:25:34.615Z Compiling toml v0.8.19
5092025-01-29T04:25:35.282Z Compiling usdt v0.5.0
5102025-01-29T04:25:35.430Z Compiling cargo_toml v0.20.5
5112025-01-29T04:25:38.085Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5122025-01-29T04:25:41.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.20s
5132025-01-29T04:25:41.555Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5142025-01-29T04:25:42.104Z Downloading crates ...
5152025-01-29T04:25:42.261Z Downloaded aes-gcm v0.10.3
5162025-01-29T04:25:42.265Z Downloaded assert_matches v1.5.0
5172025-01-29T04:25:42.268Z Downloaded async-stream-impl v0.3.6
5182025-01-29T04:25:42.268Z Downloaded ascii-canvas v3.0.0
5192025-01-29T04:25:42.270Z Downloaded arrayref v0.3.9
5202025-01-29T04:25:42.270Z Downloaded array-init v0.0.4
5212025-01-29T04:25:42.273Z Downloaded ahash v0.8.11
5222025-01-29T04:25:42.275Z Downloaded base16ct v0.2.0
5232025-01-29T04:25:42.278Z Downloaded hickory-client v0.24.2
5242025-01-29T04:25:42.282Z Downloaded atty v0.2.14
5252025-01-29T04:25:42.285Z Downloaded backtrace v0.3.74
5262025-01-29T04:25:42.288Z Downloaded highway v1.2.0
5272025-01-29T04:25:42.291Z Downloaded bitflags v1.3.2
5282025-01-29T04:25:42.294Z Downloaded ciborium-io v0.2.2
5292025-01-29T04:25:42.296Z Downloaded hickory-server v0.24.2
5302025-01-29T04:25:42.301Z Downloaded instability v0.3.2
5312025-01-29T04:25:42.304Z Downloaded kstat-rs v0.2.4
5322025-01-29T04:25:42.307Z Downloaded indoc v1.0.9
5332025-01-29T04:25:42.319Z Downloaded impl-trait-for-tuples v0.2.2
5342025-01-29T04:25:42.319Z Downloaded hyper-staticfile v0.10.1
5352025-01-29T04:25:42.322Z Downloaded hubpack_derive v0.1.1
5362025-01-29T04:25:42.322Z Downloaded hubpack v0.1.2
5372025-01-29T04:25:42.324Z Downloaded crc-catalog v2.4.0
5382025-01-29T04:25:42.324Z Downloaded convert_case v0.4.0
5392025-01-29T04:25:42.324Z Downloaded cfg_aliases v0.1.1
5402025-01-29T04:25:42.324Z Downloaded atomicwrites v0.4.4
5412025-01-29T04:25:42.324Z Downloaded cfg_aliases v0.2.1
5422025-01-29T04:25:42.324Z Downloaded lalrpop v0.19.12
5432025-01-29T04:25:42.331Z Downloaded libsw v3.3.1
5442025-01-29T04:25:42.334Z Downloaded aws-lc-rs v1.10.0
5452025-01-29T04:25:42.344Z Downloaded maybe-uninit v2.0.0
5462025-01-29T04:25:42.347Z Downloaded darling v0.20.10
5472025-01-29T04:25:42.350Z Downloaded httparse v1.9.5
5482025-01-29T04:25:42.353Z Downloaded hyper-tls v0.6.0
5492025-01-29T04:25:42.356Z Downloaded ident_case v1.0.1
5502025-01-29T04:25:42.356Z Downloaded http-body-util v0.1.2
5512025-01-29T04:25:42.359Z Downloaded iana-time-zone v0.1.61
5522025-01-29T04:25:42.361Z Downloaded idna_adapter v1.2.0
5532025-01-29T04:25:42.363Z Downloaded libxml v0.3.3
5542025-01-29T04:25:42.368Z Downloaded is_ci v1.2.0
5552025-01-29T04:25:42.371Z Downloaded keccak v0.1.5
5562025-01-29T04:25:42.374Z Downloaded lazy_static v1.5.0
5572025-01-29T04:25:42.374Z Downloaded lalrpop-util v0.19.12
5582025-01-29T04:25:42.377Z Downloaded is-terminal v0.4.13
5592025-01-29T04:25:42.377Z Downloaded md5 v0.7.0
5602025-01-29T04:25:42.380Z Downloaded match_cfg v0.1.0
5612025-01-29T04:25:42.380Z Downloaded maplit v1.0.2
5622025-01-29T04:25:42.383Z Downloaded lru-cache v0.1.2
5632025-01-29T04:25:42.383Z Downloaded instant v0.1.13
5642025-01-29T04:25:42.383Z Downloaded icu_provider_macros v1.5.0
5652025-01-29T04:25:42.385Z Downloaded memoffset v0.9.1
5662025-01-29T04:25:42.385Z Downloaded mime v0.3.17
5672025-01-29T04:25:42.388Z Downloaded lock_api v0.4.12
5682025-01-29T04:25:42.391Z Downloaded indexmap v1.9.3
5692025-01-29T04:25:42.394Z Downloaded hyper-util v0.1.10
5702025-01-29T04:25:42.396Z Downloaded libm v0.2.8
5712025-01-29T04:25:42.404Z Downloaded atomic-waker v1.1.2
5722025-01-29T04:25:42.407Z Downloaded async-recursion v1.1.1
5732025-01-29T04:25:42.409Z Downloaded itertools v0.13.0
5742025-01-29T04:25:42.417Z Downloaded minimal-lexical v0.2.1
5752025-01-29T04:25:42.422Z Downloaded base64ct v1.6.0
5762025-01-29T04:25:42.426Z Downloaded async-trait v0.1.85
5772025-01-29T04:25:42.428Z Downloaded hostname v0.4.0
5782025-01-29T04:25:42.431Z Downloaded hmac v0.12.1
5792025-01-29T04:25:42.434Z Downloaded base64 v0.21.7
5802025-01-29T04:25:42.437Z Downloaded cbc v0.1.2
5812025-01-29T04:25:42.439Z Downloaded bytes v1.9.0
5822025-01-29T04:25:42.443Z Downloaded cexpr v0.6.0
5832025-01-29T04:25:42.445Z Downloaded humantime v2.1.0
5842025-01-29T04:25:42.450Z Downloaded hkdf v0.12.4
5852025-01-29T04:25:42.453Z Downloaded hyper-rustls v0.27.3
5862025-01-29T04:25:42.453Z Downloaded bzip2 v0.4.4
5872025-01-29T04:25:42.455Z Downloaded hex v0.4.3
5882025-01-29T04:25:42.458Z Downloaded hickory-resolver v0.24.2
5892025-01-29T04:25:42.460Z Downloaded icu_collections v1.5.0
5902025-01-29T04:25:42.466Z Downloaded bitvec v1.0.1
5912025-01-29T04:25:42.481Z Downloaded backoff v0.4.0
5922025-01-29T04:25:42.484Z Downloaded icu_locid_transform_data v1.5.0
5932025-01-29T04:25:42.487Z Downloaded icu_locid_transform v1.5.0
5942025-01-29T04:25:42.489Z Downloaded icu_locid v1.5.0
5952025-01-29T04:25:42.493Z Downloaded http v1.2.0
5962025-01-29T04:25:42.497Z Downloaded bstr v1.10.0
5972025-01-29T04:25:42.507Z Downloaded icu_normalizer v1.5.0
5982025-01-29T04:25:42.511Z Downloaded icu_properties v1.5.1
5992025-01-29T04:25:42.514Z Downloaded hyper v1.5.2
6002025-01-29T04:25:42.521Z Downloaded ciborium v0.2.2
6012025-01-29T04:25:42.526Z Downloaded bumpalo v3.16.0
6022025-01-29T04:25:42.528Z Downloaded async-stream v0.3.6
6032025-01-29T04:25:42.528Z Downloaded adler2 v2.0.0
6042025-01-29T04:25:42.531Z Downloaded bit-vec v0.6.3
6052025-01-29T04:25:42.533Z Downloaded bit-set v0.5.3
6062025-01-29T04:25:42.533Z Downloaded bb8 v0.8.5
6072025-01-29T04:25:42.536Z Downloaded arrayvec v0.7.6
6082025-01-29T04:25:42.540Z Downloaded arc-swap v1.7.1
6092025-01-29T04:25:42.543Z Downloaded hickory-proto v0.24.2
6102025-01-29T04:25:42.556Z Downloaded ipnetwork v0.20.0
6112025-01-29T04:25:42.558Z Downloaded indent_write v2.2.0
6122025-01-29T04:25:42.561Z Downloaded icu_normalizer_data v1.5.0
6132025-01-29T04:25:42.564Z Downloaded ipnet v2.10.1
6142025-01-29T04:25:42.564Z Downloaded jobserver v0.1.32
6152025-01-29T04:25:42.566Z Downloaded inout v0.1.3
6162025-01-29T04:25:42.569Z Downloaded cmake v0.1.51
6172025-01-29T04:25:42.569Z Downloaded base64 v0.13.1
6182025-01-29T04:25:42.572Z Downloaded cobs v0.2.3
6192025-01-29T04:25:42.575Z Downloaded clang-sys v1.8.1
6202025-01-29T04:25:42.578Z Downloaded cipher v0.4.4
6212025-01-29T04:25:42.578Z Downloaded itertools v0.12.1
6222025-01-29T04:25:42.584Z Downloaded lazycell v1.3.0
6232025-01-29T04:25:42.587Z Downloaded aho-corasick v1.1.3
6242025-01-29T04:25:42.592Z Downloaded lockfree-object-pool v0.1.6
6252025-01-29T04:25:42.594Z Downloaded lru v0.12.5
6262025-01-29T04:25:42.597Z Downloaded libloading v0.8.5
6272025-01-29T04:25:42.600Z Downloaded litrs v0.4.1
6282025-01-29T04:25:42.602Z Downloaded mime_guess v2.0.5
6292025-01-29T04:25:42.605Z Downloaded bindgen v0.69.5
6302025-01-29T04:25:42.610Z Downloaded mio v1.0.2
6312025-01-29T04:25:42.616Z Downloaded miniz_oxide v0.8.0
6322025-01-29T04:25:42.628Z Downloaded managed v0.8.0
6332025-01-29T04:25:42.631Z Downloaded crc-any v2.5.0
6342025-01-29T04:25:42.633Z Downloaded crc32fast v1.4.2
6352025-01-29T04:25:42.636Z Downloaded linear-map v1.2.0
6362025-01-29T04:25:42.638Z Downloaded indicatif v0.17.11
6372025-01-29T04:25:42.641Z Downloaded crossbeam-channel v0.5.13
6382025-01-29T04:25:42.644Z Downloaded crossbeam-deque v0.8.5
6392025-01-29T04:25:42.647Z Downloaded argon2 v0.5.3
6402025-01-29T04:25:42.649Z Downloaded aead v0.5.2
6412025-01-29T04:25:42.649Z Downloaded crc v3.2.1
6422025-01-29T04:25:42.652Z Downloaded chrono v0.4.39
6432025-01-29T04:25:42.659Z Downloaded multer v3.1.0
6442025-01-29T04:25:42.663Z Downloaded aes v0.8.4
6452025-01-29T04:25:42.666Z Downloaded cc v1.1.30
6462025-01-29T04:25:42.669Z Downloaded const-oid v0.9.6
6472025-01-29T04:25:42.672Z Downloaded colored v2.1.0
6482025-01-29T04:25:42.678Z Downloaded crunchy v0.2.2
6492025-01-29T04:25:42.680Z Downloaded constant_time_eq v0.3.1
6502025-01-29T04:25:42.683Z Downloaded md-5 v0.10.6
6512025-01-29T04:25:42.683Z Downloaded crossbeam-epoch v0.9.18
6522025-01-29T04:25:42.683Z Downloaded csv-core v0.1.11
6532025-01-29T04:25:42.683Z Downloaded bcrypt-pbkdf v0.10.0
6542025-01-29T04:25:42.685Z Downloaded blowfish v0.9.1
6552025-01-29T04:25:42.686Z Downloaded litemap v0.7.3
6562025-01-29T04:25:42.688Z Downloaded blake2 v0.10.6
6572025-01-29T04:25:42.691Z Downloaded bcs v0.1.6
6582025-01-29T04:25:42.694Z Downloaded cancel-safe-futures v0.1.5
6592025-01-29T04:25:42.696Z Downloaded crossbeam-utils v0.8.20
6602025-01-29T04:25:42.699Z Downloaded const_format_proc_macros v0.2.34
6612025-01-29T04:25:42.702Z Downloaded cassowary v0.3.0
6622025-01-29T04:25:42.704Z Downloaded cookie v0.18.1
6632025-01-29T04:25:42.706Z Downloaded icu_properties_data v1.5.0
6642025-01-29T04:25:42.717Z Downloaded cookie_store v0.21.1
6652025-01-29T04:25:42.721Z Downloaded const_format v0.2.34
6662025-01-29T04:25:42.725Z Downloaded crypto-bigint v0.5.5
6672025-01-29T04:25:42.731Z Downloaded chacha20poly1305 v0.10.1
6682025-01-29T04:25:42.734Z Downloaded console v0.15.10
6692025-01-29T04:25:42.736Z Downloaded linked-hash-map v0.5.6
6702025-01-29T04:25:42.739Z Downloaded itertools v0.10.5
6712025-01-29T04:25:42.746Z Downloaded idna v1.0.3
6722025-01-29T04:25:42.750Z Downloaded icu_provider v1.5.0
6732025-01-29T04:25:42.753Z Downloaded multimap v0.10.0
6742025-01-29T04:25:42.755Z Downloaded curve25519-dalek-derive v0.1.1
6752025-01-29T04:25:42.755Z Downloaded memmap2 v0.9.5
6762025-01-29T04:25:42.758Z Downloaded ciborium-ll v0.2.2
6772025-01-29T04:25:42.761Z Downloaded blake3 v1.5.4
6782025-01-29T04:25:42.768Z Downloaded serde_repr v0.1.19
6792025-01-29T04:25:42.771Z Downloaded rustls-pemfile v1.0.4
6802025-01-29T04:25:42.773Z Downloaded allocator-api2 v0.2.18
6812025-01-29T04:25:42.776Z Downloaded crucible-workspace-hack v0.1.0
6822025-01-29T04:25:42.778Z Downloaded addr2line v0.24.2
6832025-01-29T04:25:42.781Z Downloaded mockall_derive v0.13.0
6842025-01-29T04:25:42.782Z Downloaded signal-hook-mio v0.2.4
6852025-01-29T04:25:42.784Z Downloaded signal-hook-registry v1.4.2
6862025-01-29T04:25:42.784Z Downloaded libefi-sys v0.1.0
6872025-01-29T04:25:42.786Z Downloaded signature v2.2.0
6882025-01-29T04:25:42.789Z Downloaded internet-checksum v0.2.1
6892025-01-29T04:25:42.789Z Downloaded signal-hook v0.3.17
6902025-01-29T04:25:42.792Z Downloaded thread_local v1.1.8
6912025-01-29T04:25:42.794Z Downloaded tap v1.0.1
6922025-01-29T04:25:42.794Z Downloaded time-core v0.1.2
6932025-01-29T04:25:42.797Z Downloaded static_assertions v1.1.0
6942025-01-29T04:25:42.800Z Downloaded crossterm v0.28.1
6952025-01-29T04:25:42.804Z Downloaded castaway v0.2.3
6962025-01-29T04:25:42.807Z Downloaded time v0.3.36
6972025-01-29T04:25:42.813Z Downloaded tinystr v0.7.6
6982025-01-29T04:25:42.816Z Downloaded progenitor-impl v0.9.1
6992025-01-29T04:25:42.818Z Downloaded tiny-keccak v2.0.2
7002025-01-29T04:25:42.821Z Downloaded unarray v0.1.4
7012025-01-29T04:25:42.823Z Downloaded tungstenite v0.23.0
7022025-01-29T04:25:42.826Z Downloaded publicsuffix v2.3.0
7032025-01-29T04:25:42.829Z Downloaded time-macros v0.2.18
7042025-01-29T04:25:42.832Z Downloaded unicode_categories v0.1.1
7052025-01-29T04:25:42.836Z Downloaded utf-8 v0.7.6
7062025-01-29T04:25:42.836Z Downloaded value-bag v1.9.0
7072025-01-29T04:25:42.839Z Downloaded want v0.3.1
7082025-01-29T04:25:42.841Z Downloaded zerofrom v0.1.4
7092025-01-29T04:25:42.842Z Downloaded walkdir v2.5.0
7102025-01-29T04:25:42.845Z Downloaded waitgroup v0.1.2
7112025-01-29T04:25:42.845Z Downloaded wait-timeout v0.2.0
7122025-01-29T04:25:42.848Z Downloaded quick-error v1.2.3
7132025-01-29T04:25:42.848Z Downloaded rayon v1.10.0
7142025-01-29T04:25:42.857Z Downloaded unicase v2.7.0
7152025-01-29T04:25:42.860Z Downloaded qorb v0.2.1
7162025-01-29T04:25:42.863Z Downloaded zerovec-derive v0.10.3
7172025-01-29T04:25:42.868Z Downloaded webpki-roots v0.26.6
7182025-01-29T04:25:42.870Z Downloaded zip v0.6.6
7192025-01-29T04:25:42.874Z Downloaded debug-ignore v1.0.5
7202025-01-29T04:25:42.877Z Downloaded document-features v0.2.10
7212025-01-29T04:25:42.879Z Downloaded dyn-clone v1.0.17
7222025-01-29T04:25:42.882Z Downloaded rustc_version v0.4.1
7232025-01-29T04:25:42.882Z Downloaded displaydoc v0.2.5
7242025-01-29T04:25:42.884Z Downloaded futures-sink v0.3.31
7252025-01-29T04:25:42.888Z Downloaded form_urlencoded v1.2.1
7262025-01-29T04:25:42.888Z Downloaded env_filter v0.1.2
7272025-01-29T04:25:42.891Z Downloaded elliptic-curve v0.13.8
7282025-01-29T04:25:42.894Z Downloaded num-traits v0.2.19
7292025-01-29T04:25:42.896Z Downloaded resolv-conf v0.7.0
7302025-01-29T04:25:42.899Z Downloaded regex-syntax v0.6.29
7312025-01-29T04:25:42.905Z Downloaded paste v1.0.15
7322025-01-29T04:25:42.908Z Downloaded num_enum v0.5.11
7332025-01-29T04:25:42.913Z Downloaded num-bigint v0.4.6
7342025-01-29T04:25:42.918Z Downloaded same-file v1.0.6
7352025-01-29T04:25:42.921Z Downloaded compact_str v0.8.0
7362025-01-29T04:25:42.924Z Downloaded shell-words v1.1.0
7372025-01-29T04:25:42.926Z Downloaded pin-project v1.1.6
7382025-01-29T04:25:42.936Z Downloaded sha1 v0.10.6
7392025-01-29T04:25:42.939Z Downloaded chrono-tz-build v0.4.0
7402025-01-29T04:25:42.942Z Downloaded shlex v1.3.0
7412025-01-29T04:25:42.942Z Downloaded async-bb8-diesel v0.2.1
7422025-01-29T04:25:42.946Z Downloaded thiserror-impl v2.0.11
7432025-01-29T04:25:42.946Z Downloaded psl-types v2.0.11
7442025-01-29T04:25:42.949Z Downloaded take_mut v0.2.2
7452025-01-29T04:25:42.950Z Downloaded buf-list v1.0.3
7462025-01-29T04:25:42.953Z Downloaded bitfield-struct v0.6.2
7472025-01-29T04:25:42.953Z Downloaded mockall v0.13.0
7482025-01-29T04:25:42.956Z Downloaded cstr-argument v0.1.2
7492025-01-29T04:25:42.956Z Downloaded chacha20 v0.9.1
7502025-01-29T04:25:42.958Z Downloaded httpdate v1.0.3
7512025-01-29T04:25:42.958Z Downloaded http-range v0.1.5
7522025-01-29T04:25:42.961Z Downloaded http-body v1.0.1
7532025-01-29T04:25:42.961Z Downloaded hostname v0.3.1
7542025-01-29T04:25:42.964Z Downloaded home v0.5.9
7552025-01-29T04:25:42.964Z Downloaded hex-literal v0.4.1
7562025-01-29T04:25:42.966Z Downloaded heck v0.3.3
7572025-01-29T04:25:42.966Z Downloaded block-padding v0.3.3
7582025-01-29T04:25:42.969Z Downloaded bzip2-sys v0.1.11+1.0.8
7592025-01-29T04:25:42.980Z Downloaded futures-io v0.3.31
7602025-01-29T04:25:42.983Z Downloaded futures-macro v0.3.31
7612025-01-29T04:25:42.983Z Downloaded futures-executor v0.3.31
7622025-01-29T04:25:42.985Z Downloaded headers-core v0.3.0
7632025-01-29T04:25:42.988Z Downloaded futures-channel v0.3.31
7642025-01-29T04:25:42.988Z Downloaded nibble_vec v0.1.0
7652025-01-29T04:25:42.990Z Downloaded headers v0.4.0
7662025-01-29T04:25:42.995Z Downloaded rand_xorshift v0.3.0
7672025-01-29T04:25:42.997Z Downloaded openssl-sys v0.9.103
7682025-01-29T04:25:43.002Z Downloaded predicates v3.1.2
7692025-01-29T04:25:43.004Z Downloaded rustls-pemfile v2.2.0
7702025-01-29T04:25:43.007Z Downloaded precomputed-hash v0.1.1
7712025-01-29T04:25:43.010Z Downloaded ppv-lite86 v0.2.20
7722025-01-29T04:25:43.010Z Downloaded opaque-debug v0.3.1
7732025-01-29T04:25:43.012Z Downloaded num v0.4.3
7742025-01-29T04:25:43.012Z Downloaded libz-sys v1.1.20
7752025-01-29T04:25:43.034Z Downloaded polyval v0.6.2
7762025-01-29T04:25:43.037Z Downloaded parking_lot_core v0.8.6
7772025-01-29T04:25:43.039Z Downloaded parking_lot v0.12.3
7782025-01-29T04:25:43.042Z Downloaded p384 v0.13.0
7792025-01-29T04:25:43.047Z Downloaded futures-core v0.3.31
7802025-01-29T04:25:43.050Z Downloaded ctr v0.9.2
7812025-01-29T04:25:43.052Z Downloaded curve25519-dalek v4.1.3
7822025-01-29T04:25:43.061Z Downloaded smf v0.2.3
7832025-01-29T04:25:43.064Z Downloaded smallvec v1.13.2
7842025-01-29T04:25:43.066Z Downloaded slog-async v2.8.0
7852025-01-29T04:25:43.066Z Downloaded scopeguard v1.2.0
7862025-01-29T04:25:43.069Z Downloaded rand_core v0.6.4
7872025-01-29T04:25:43.069Z Downloaded rand_chacha v0.3.1
7882025-01-29T04:25:43.071Z Downloaded bitfield v0.14.0
7892025-01-29T04:25:43.074Z Downloaded foreign-types v0.3.2
7902025-01-29T04:25:43.074Z Downloaded fallible-streaming-iterator v0.1.9
7912025-01-29T04:25:43.074Z Downloaded fallible-iterator v0.3.0
7922025-01-29T04:25:43.078Z Downloaded base64 v0.22.1
7932025-01-29T04:25:43.081Z Downloaded rusty-fork v0.3.0
7942025-01-29T04:25:43.084Z Downloaded sct v0.7.1
7952025-01-29T04:25:43.086Z Downloaded strum v0.26.3
7962025-01-29T04:25:43.087Z Downloaded subtle v2.6.1
7972025-01-29T04:25:43.112Z Downloaded uuid v1.12.0
7982025-01-29T04:25:43.116Z Downloaded vte v0.11.1
7992025-01-29T04:25:43.119Z Downloaded zerocopy v0.6.6
8002025-01-29T04:25:43.122Z Downloaded derive_builder v0.20.2
8012025-01-29T04:25:43.127Z Downloaded secrecy v0.8.0
8022025-01-29T04:25:43.130Z Downloaded string_cache v0.8.7
8032025-01-29T04:25:43.132Z Downloaded termcolor v1.4.1
8042025-01-29T04:25:43.134Z Downloaded thiserror v2.0.11
8052025-01-29T04:25:43.139Z Downloaded tokio-rustls v0.26.0
8062025-01-29T04:25:43.141Z Downloaded tokio-tungstenite v0.21.0
8072025-01-29T04:25:43.143Z Downloaded tokio-stream v0.1.16
8082025-01-29T04:25:43.148Z Downloaded tokio-rustls v0.25.0
8092025-01-29T04:25:43.155Z Downloaded unicode-bidi v0.3.17
8102025-01-29T04:25:43.159Z Downloaded unicode-xid v0.2.6
8112025-01-29T04:25:43.182Z Downloaded xattr v1.3.1
8122025-01-29T04:25:43.185Z Downloaded thiserror-impl-no-std v2.0.2
8132025-01-29T04:25:43.188Z Downloaded supports-color v3.0.1
8142025-01-29T04:25:43.188Z Downloaded sigpipe v0.1.3
8152025-01-29T04:25:43.193Z Downloaded signal-hook-tokio v0.3.1
8162025-01-29T04:25:43.193Z Downloaded russh v0.45.0
8172025-01-29T04:25:43.196Z Downloaded dirs-sys-next v0.1.2
8182025-01-29T04:25:43.204Z Downloaded zerocopy v0.8.10
8192025-01-29T04:25:43.223Z Downloaded futures-task v0.3.31
8202025-01-29T04:25:43.225Z Downloaded lzma-sys v0.1.20
8212025-01-29T04:25:43.255Z Downloaded new_debug_unreachable v1.0.6
8222025-01-29T04:25:43.259Z Downloaded hashlink v0.9.1
8232025-01-29T04:25:43.263Z Downloaded futures-util v0.3.31
8242025-01-29T04:25:43.271Z Downloaded peg-runtime v0.8.3
8252025-01-29T04:25:43.273Z Downloaded path-slash v0.1.5
8262025-01-29T04:25:43.273Z Downloaded defmt-parser v0.3.4
8272025-01-29T04:25:43.276Z Downloaded defmt-macros v0.3.9
8282025-01-29T04:25:43.278Z Downloaded pkcs5 v0.7.1
8292025-01-29T04:25:43.281Z Downloaded num-conv v0.1.0
8302025-01-29T04:25:43.286Z Downloaded num-complex v0.4.6
8312025-01-29T04:25:43.289Z Downloaded defmt v0.3.8
8322025-01-29T04:25:43.289Z Downloaded typify v0.3.0
8332025-01-29T04:25:43.293Z Downloaded thiserror-no-std v2.0.2
8342025-01-29T04:25:43.296Z Downloaded zerofrom-derive v0.1.4
8352025-01-29T04:25:43.299Z Downloaded foreign-types-shared v0.3.1
8362025-01-29T04:25:43.299Z Downloaded flume v0.11.1
8372025-01-29T04:25:43.302Z Downloaded fallible-iterator v0.2.0
8382025-01-29T04:25:43.304Z Downloaded ed25519-dalek v2.1.1
8392025-01-29T04:25:43.309Z Downloaded ed25519 v2.2.3
8402025-01-29T04:25:43.311Z Downloaded openssl-macros v0.1.1
8412025-01-29T04:25:43.311Z Downloaded rfc6979 v0.4.0
8422025-01-29T04:25:43.311Z Downloaded rustls v0.23.19
8432025-01-29T04:25:43.325Z Downloaded password-hash v0.4.2
8442025-01-29T04:25:43.328Z Downloaded p256 v0.13.2
8452025-01-29T04:25:43.330Z Downloaded mirai-annotations v1.12.0
8462025-01-29T04:25:43.331Z Downloaded p521 v0.13.3
8472025-01-29T04:25:43.335Z Downloaded phf_shared v0.11.2
8482025-01-29T04:25:43.337Z Downloaded phf_shared v0.10.0
8492025-01-29T04:25:43.337Z Downloaded peg-macros v0.8.4
8502025-01-29T04:25:43.349Z Downloaded portable-atomic v1.9.0
8512025-01-29T04:25:43.357Z Downloaded regex-syntax v0.8.5
8522025-01-29T04:25:43.367Z Downloaded progenitor-macro v0.8.0
8532025-01-29T04:25:43.370Z Downloaded predicates-tree v1.0.11
8542025-01-29T04:25:43.370Z Downloaded scheduled-thread-pool v0.2.7
8552025-01-29T04:25:43.373Z Downloaded samael v0.0.17
8562025-01-29T04:25:43.376Z Downloaded rustfmt-wrapper v0.2.1
8572025-01-29T04:25:43.378Z Downloaded salty v0.3.0
8582025-01-29T04:25:43.398Z Downloaded stringprep v0.1.5
8592025-01-29T04:25:43.401Z Downloaded structmeta v0.3.0
8602025-01-29T04:25:43.403Z Downloaded which v4.4.2
8612025-01-29T04:25:43.410Z Downloaded typed-path v0.9.3
8622025-01-29T04:25:43.418Z Downloaded difflib v0.4.0
8632025-01-29T04:25:43.420Z Downloaded data-encoding v2.6.0
8642025-01-29T04:25:43.420Z Downloaded serde_urlencoded v0.7.1
8652025-01-29T04:25:43.422Z Downloaded rustls-pki-types v1.10.0
8662025-01-29T04:25:43.426Z Downloaded serde_with_macros v3.11.0
8672025-01-29T04:25:43.429Z Downloaded zone v0.3.0
8682025-01-29T04:25:43.429Z Downloaded socket2 v0.5.7
8692025-01-29T04:25:43.431Z Downloaded newtype_derive v0.1.6
8702025-01-29T04:25:43.431Z Downloaded fatfs v0.3.6
8712025-01-29T04:25:43.435Z Downloaded phf_codegen v0.11.2
8722025-01-29T04:25:43.438Z Downloaded number_prefix v0.4.0
8732025-01-29T04:25:43.438Z Downloaded olpc-cjson v0.1.4
8742025-01-29T04:25:43.442Z Downloaded num_threads v0.1.7
8752025-01-29T04:25:43.442Z Downloaded num_enum_derive v0.5.11
8762025-01-29T04:25:43.444Z Downloaded serde_with v3.11.0
8772025-01-29T04:25:43.450Z Downloaded structmeta-derive v0.2.0
8782025-01-29T04:25:43.453Z Downloaded slog-scope v4.4.0
8792025-01-29T04:25:43.455Z Downloaded tokio-util v0.7.12
8802025-01-29T04:25:43.461Z Downloaded object v0.30.4
8812025-01-29T04:25:43.471Z Downloaded tracing-attributes v0.1.27
8822025-01-29T04:25:43.473Z Downloaded quinn-udp v0.5.5
8832025-01-29T04:25:43.476Z Downloaded strum_macros v0.24.3
8842025-01-29T04:25:43.478Z Downloaded structmeta-derive v0.3.0
8852025-01-29T04:25:43.480Z Downloaded scrypt v0.11.0
8862025-01-29T04:25:43.480Z Downloaded csv v1.3.1
8872025-01-29T04:25:43.501Z Downloaded git2 v0.19.0
8882025-01-29T04:25:43.520Z Downloaded serde-big-array v0.5.1
8892025-01-29T04:25:43.525Z Downloaded slog-term v2.9.1
8902025-01-29T04:25:43.534Z Downloaded ron v0.7.1
8912025-01-29T04:25:43.539Z Downloaded xz2 v0.1.7
8922025-01-29T04:25:43.542Z Downloaded rand_seeder v0.3.0
8932025-01-29T04:25:43.545Z Downloaded predicates-core v1.0.8
8942025-01-29T04:25:43.545Z Downloaded x509-cert v0.2.5
8952025-01-29T04:25:43.550Z Downloaded sqlparser_derive v0.2.2
8962025-01-29T04:25:43.554Z Downloaded dirs-next v2.0.0
8972025-01-29T04:25:43.556Z Downloaded der v0.7.9
8982025-01-29T04:25:43.561Z Downloaded ecdsa v0.16.9
8992025-01-29T04:25:43.563Z Downloaded diesel v2.2.6
9002025-01-29T04:25:43.583Z Downloaded tinyvec v1.8.0
9012025-01-29T04:25:43.586Z Downloaded float-cmp v0.9.0
9022025-01-29T04:25:43.588Z Downloaded endian-type v0.1.2
9032025-01-29T04:25:43.588Z Downloaded chrono-tz v0.10.1
9042025-01-29T04:25:43.596Z Downloaded tokio-rustls v0.24.1
9052025-01-29T04:25:43.598Z Downloaded tokio-native-tls v0.3.1
9062025-01-29T04:25:43.604Z Downloaded universal-hash v0.5.1
9072025-01-29T04:25:43.606Z Downloaded untrusted v0.7.1
9082025-01-29T04:25:43.606Z Downloaded tokio-postgres v0.7.12
9092025-01-29T04:25:43.611Z Downloaded unsafe-libyaml v0.2.11
9102025-01-29T04:25:43.616Z Downloaded zeroize_derive v1.4.2
9112025-01-29T04:25:43.619Z Downloaded writeable v0.5.5
9122025-01-29T04:25:43.619Z Downloaded flate2 v1.0.35
9132025-01-29T04:25:43.624Z Downloaded flagset v0.4.6
9142025-01-29T04:25:43.627Z Downloaded zerovec v0.10.4
9152025-01-29T04:25:43.632Z Downloaded derive-where v1.2.7
9162025-01-29T04:25:43.637Z Downloaded foreign-types v0.5.0
9172025-01-29T04:25:43.640Z Downloaded derive_builder_core v0.20.2
9182025-01-29T04:25:43.642Z Downloaded hashbrown v0.13.2
9192025-01-29T04:25:43.645Z Downloaded hashbrown v0.12.3
9202025-01-29T04:25:43.649Z Downloaded tokio-tungstenite v0.24.0
9212025-01-29T04:25:43.653Z Downloaded dropshot_endpoint v0.12.0
9222025-01-29T04:25:43.656Z Downloaded hash32 v0.3.1
9232025-01-29T04:25:43.667Z Downloaded hashbrown v0.14.5
9242025-01-29T04:25:43.672Z Downloaded half v2.4.1
9252025-01-29T04:25:43.675Z Downloaded num-bigint-dig v0.8.4
9262025-01-29T04:25:43.680Z Downloaded heapless v0.7.17
9272025-01-29T04:25:43.688Z Downloaded percent-encoding v2.3.1
9282025-01-29T04:25:43.692Z Downloaded pem v3.0.4
9292025-01-29T04:25:43.692Z Downloaded parse-zoneinfo v0.3.1
9302025-01-29T04:25:43.694Z Downloaded powerfmt v0.2.0
9312025-01-29T04:25:43.697Z Downloaded pem-rfc7468 v0.7.0
9322025-01-29T04:25:43.699Z Downloaded phf_generator v0.11.2
9332025-01-29T04:25:43.699Z Downloaded phf v0.11.2
9342025-01-29T04:25:43.702Z Downloaded postgres-protocol v0.6.7
9352025-01-29T04:25:43.705Z Downloaded postgres-types v0.2.8
9362025-01-29T04:25:43.718Z Downloaded petname v2.0.2
9372025-01-29T04:25:43.730Z Downloaded rustls-webpki v0.101.7
9382025-01-29T04:25:43.746Z Downloaded schemars v0.8.21
9392025-01-29T04:25:43.759Z Downloaded sqlformat v0.2.6
9402025-01-29T04:25:43.761Z Downloaded smallvec v0.6.14
9412025-01-29T04:25:43.764Z Downloaded slog v2.7.0
9422025-01-29T04:25:43.769Z Downloaded object v0.36.5
9432025-01-29T04:25:43.777Z Downloaded ron v0.8.1
9442025-01-29T04:25:43.783Z Downloaded funty v2.0.0
9452025-01-29T04:25:43.786Z Downloaded fs_extra v1.3.0
9462025-01-29T04:25:43.789Z Downloaded nanorand v0.7.0
9472025-01-29T04:25:43.793Z Downloaded native-tls v0.2.12
9482025-01-29T04:25:43.793Z Downloaded rustls v0.21.12
9492025-01-29T04:25:43.806Z Downloaded heapless v0.8.0
9502025-01-29T04:25:43.810Z Downloaded russh-cryptovec v0.7.3
9512025-01-29T04:25:43.810Z Downloaded rayon-core v1.12.1
9522025-01-29T04:25:43.813Z Downloaded pin-utils v0.1.0
9532025-01-29T04:25:43.816Z Downloaded pin-project-lite v0.2.14
9542025-01-29T04:25:43.820Z Downloaded spki v0.7.3
9552025-01-29T04:25:43.824Z Downloaded strum_macros v0.25.3
9562025-01-29T04:25:43.827Z Downloaded pkcs1 v0.7.5
9572025-01-29T04:25:43.827Z Downloaded toolchain_find v0.4.0
9582025-01-29T04:25:43.827Z Downloaded toml v0.7.8
9592025-01-29T04:25:43.832Z Downloaded h2 v0.4.6
9602025-01-29T04:25:43.838Z Downloaded unicode-segmentation v1.12.0
9612025-01-29T04:25:43.842Z Downloaded serde_yaml v0.9.34+deprecated
9622025-01-29T04:25:43.846Z Downloaded utf8_iter v1.0.4
9632025-01-29T04:25:43.850Z Downloaded unicode-width v0.2.0
9642025-01-29T04:25:43.855Z Downloaded deranged v0.3.11
9652025-01-29T04:25:43.858Z Downloaded derive_builder_macro v0.20.2
9662025-01-29T04:25:43.858Z Downloaded tungstenite v0.21.0
9672025-01-29T04:25:43.862Z Downloaded diesel_derives v2.2.3
9682025-01-29T04:25:43.865Z Downloaded derive_more v0.99.18
9692025-01-29T04:25:43.871Z Downloaded rustc-demangle v0.1.24
9702025-01-29T04:25:43.873Z Downloaded futures v0.3.31
9712025-01-29T04:25:43.877Z Downloaded zerocopy-derive v0.8.10
9722025-01-29T04:25:43.884Z Downloaded vte_generate_state_changes v0.1.2
9732025-01-29T04:25:43.887Z Downloaded tui-tree-widget v0.22.0
9742025-01-29T04:25:43.887Z Downloaded tokio v1.43.0
9752025-01-29T04:25:43.927Z Downloaded pbkdf2 v0.12.2
9762025-01-29T04:25:43.929Z Downloaded petgraph v0.6.5
9772025-01-29T04:25:43.945Z Downloaded tracing v0.1.40
9782025-01-29T04:25:43.950Z Downloaded unicode-normalization v0.1.24
9792025-01-29T04:25:43.954Z Downloaded ghash v0.5.1
9802025-01-29T04:25:43.956Z Downloaded getrandom v0.2.15
9812025-01-29T04:25:43.959Z Downloaded write16 v1.0.0
9822025-01-29T04:25:43.961Z Downloaded sled v0.34.7
9832025-01-29T04:25:43.970Z Downloaded progenitor v0.9.1
9842025-01-29T04:25:43.972Z Downloaded prettyplease v0.2.25
9852025-01-29T04:25:43.975Z Downloaded fxhash v0.2.1
9862025-01-29T04:25:43.977Z Downloaded fragile v2.0.0
9872025-01-29T04:25:43.977Z Downloaded float-ord v0.3.2
9882025-01-29T04:25:43.980Z Downloaded toml_edit v0.19.15
9892025-01-29T04:25:43.995Z Downloaded russh-keys v0.45.0
9902025-01-29T04:25:43.998Z Downloaded darling_core v0.20.10
9912025-01-29T04:25:44.002Z Downloaded serde_path_to_error v0.1.16
9922025-01-29T04:25:44.005Z Downloaded serde_derive_internals v0.29.1
9932025-01-29T04:25:44.007Z Downloaded rusqlite v0.32.1
9942025-01-29T04:25:44.013Z Downloaded utf16_iter v1.0.5
9952025-01-29T04:25:44.016Z Downloaded untrusted v0.9.0
9962025-01-29T04:25:44.016Z Downloaded unicode-properties v0.1.3
9972025-01-29T04:25:44.019Z Downloaded pkcs8 v0.10.2
9982025-01-29T04:25:44.021Z Downloaded embedded-io v0.6.1
9992025-01-29T04:25:44.024Z Downloaded pin-project-internal v1.1.6
10002025-01-29T04:25:44.028Z Downloaded peg v0.8.4
10012025-01-29T04:25:44.031Z Downloaded rustc-hash v1.1.0
10022025-01-29T04:25:44.031Z Downloaded url v2.5.3
10032025-01-29T04:25:44.036Z Downloaded rsa v0.9.6
10042025-01-29T04:25:44.039Z Downloaded unicode-truncate v1.1.0
10052025-01-29T04:25:44.042Z Downloaded tokio-tungstenite v0.23.1
10062025-01-29T04:25:44.048Z Downloaded zopfli v0.8.1
10072025-01-29T04:25:44.050Z Downloaded ssh-cipher v0.2.0
10082025-01-29T04:25:44.050Z Downloaded rustls v0.22.4
10092025-01-29T04:25:44.061Z Downloaded siphasher v0.3.11
10102025-01-29T04:25:44.064Z Downloaded snafu v0.8.5
10112025-01-29T04:25:44.070Z Downloaded yoke v0.7.4
10122025-01-29T04:25:44.072Z Downloaded ref-cast v1.0.23
10132025-01-29T04:25:44.075Z Downloaded rand v0.8.5
10142025-01-29T04:25:44.077Z Downloaded expectorate v1.1.0
10152025-01-29T04:25:44.080Z Downloaded serde_plain v1.0.2
10162025-01-29T04:25:44.082Z Downloaded owo-colors v4.1.0
10172025-01-29T04:25:44.085Z Downloaded progenitor-client v0.9.1
10182025-01-29T04:25:44.085Z Downloaded rustversion v1.0.17
10192025-01-29T04:25:44.087Z Downloaded typify-macro v0.2.0
10202025-01-29T04:25:44.092Z Downloaded typify v0.2.0
10212025-01-29T04:25:44.096Z Downloaded progenitor-client v0.8.0
10222025-01-29T04:25:44.096Z Downloaded openssl-probe v0.1.5
10232025-01-29T04:25:44.097Z Downloaded oso-derive v0.27.3
10242025-01-29T04:25:44.097Z Downloaded slog-dtrace v0.3.0
10252025-01-29T04:25:44.097Z Downloaded radium v0.7.0
10262025-01-29T04:25:44.100Z Downloaded progenitor-impl v0.8.0
10272025-01-29T04:25:44.100Z Downloaded rtoolbox v0.0.2
10282025-01-29T04:25:44.103Z Downloaded quinn-proto v0.11.8
10292025-01-29T04:25:44.107Z Downloaded enum-as-inner v0.6.1
10302025-01-29T04:25:44.110Z Downloaded foreign-types-shared v0.1.1
10312025-01-29T04:25:44.110Z Downloaded parking_lot v0.11.2
10322025-01-29T04:25:44.113Z Downloaded packed_struct_codegen v0.10.1
10332025-01-29T04:25:44.116Z Downloaded newtype-uuid v1.2.1
10342025-01-29T04:25:44.116Z Downloaded newline-converter v0.3.0
10352025-01-29T04:25:44.118Z Downloaded tower-service v0.3.3
10362025-01-29T04:25:44.118Z Downloaded tokio-macros v2.5.0
10372025-01-29T04:25:44.118Z Downloaded synstructure v0.13.1
10382025-01-29T04:25:44.121Z Downloaded darling_macro v0.20.10
10392025-01-29T04:25:44.121Z Downloaded regex-automata v0.4.8
10402025-01-29T04:25:44.138Z Downloaded slog-envlogger v2.2.0
10412025-01-29T04:25:44.140Z Downloaded tinyvec_macros v0.1.1
10422025-01-29T04:25:44.140Z Downloaded sync_wrapper v1.0.1
10432025-01-29T04:25:44.143Z Downloaded stable_deref_trait v1.2.0
10442025-01-29T04:25:44.143Z Downloaded progenitor-macro v0.9.1
10452025-01-29T04:25:44.143Z Downloaded fd-lock v4.0.2
10462025-01-29T04:25:44.145Z Downloaded reqwest v0.12.9
10472025-01-29T04:25:44.154Z Downloaded der_derive v0.7.3
10482025-01-29T04:25:44.156Z Downloaded structmeta v0.2.0
10492025-01-29T04:25:44.159Z Downloaded strip-ansi-escapes v0.2.0
10502025-01-29T04:25:44.159Z Downloaded slog-bunyan v2.5.0
10512025-01-29T04:25:44.159Z Downloaded sec1 v0.7.3
10522025-01-29T04:25:44.162Z Downloaded zeroize v1.8.1
10532025-01-29T04:25:44.164Z Downloaded diesel_table_macro_syntax v0.2.0
10542025-01-29T04:25:44.164Z Downloaded tungstenite v0.24.0
10552025-01-29T04:25:44.167Z Downloaded env_logger v0.10.2
10562025-01-29T04:25:44.169Z Downloaded nix v0.29.0
10572025-01-29T04:25:44.182Z Downloaded filetime v0.2.25
10582025-01-29T04:25:44.186Z Downloaded termtree v0.4.1
10592025-01-29T04:25:44.188Z Downloaded hash32 v0.2.1
10602025-01-29T04:25:44.190Z Downloaded polar-core v0.27.3
10612025-01-29T04:25:44.199Z Downloaded glob v0.3.2
10622025-01-29T04:25:44.201Z Downloaded globset v0.4.15
10632025-01-29T04:25:44.205Z Downloaded num-iter v0.1.45
10642025-01-29T04:25:44.205Z Downloaded num-rational v0.4.2
10652025-01-29T04:25:44.210Z Downloaded proptest v1.5.0
10662025-01-29T04:25:44.215Z Downloaded tar v0.4.42
10672025-01-29T04:25:44.218Z Downloaded uzers v0.12.1
10682025-01-29T04:25:44.222Z Downloaded dropshot_endpoint v0.15.1
10692025-01-29T04:25:44.224Z Downloaded gethostname v0.5.0
10702025-01-29T04:25:44.227Z Downloaded tls_codec_derive v0.4.1
10712025-01-29T04:25:44.229Z Downloaded pkg-config v0.3.31
10722025-01-29T04:25:44.229Z Downloaded openssl v0.10.66
10732025-01-29T04:25:44.239Z Downloaded pretty-hex v0.2.1
10742025-01-29T04:25:44.241Z Downloaded omicron-zone-package v0.12.0
10752025-01-29T04:25:44.244Z Downloaded strum_macros v0.26.4
10762025-01-29T04:25:44.246Z Downloaded vcpkg v0.2.15
10772025-01-29T04:25:44.284Z Downloaded foreign-types-macros v0.2.3
10782025-01-29T04:25:44.286Z Downloaded foldhash v0.1.3
10792025-01-29T04:25:44.286Z Downloaded env_logger v0.11.5
10802025-01-29T04:25:44.289Z Downloaded ena v0.14.3
10812025-01-29T04:25:44.292Z Downloaded vsss-rs v3.3.4
10822025-01-29T04:25:44.292Z Downloaded fixedbitset v0.4.2
10832025-01-29T04:25:44.294Z Downloaded dsl_auto_type v0.1.2
10842025-01-29T04:25:44.294Z Downloaded downcast v0.11.0
10852025-01-29T04:25:44.297Z Downloaded whoami v1.5.2
10862025-01-29T04:25:44.299Z Downloaded subprocess v0.2.9
10872025-01-29T04:25:44.301Z Downloaded dunce v1.0.5
10882025-01-29T04:25:44.301Z Downloaded display-error-chain v0.2.2
10892025-01-29T04:25:44.304Z Downloaded regress v0.10.1
10902025-01-29T04:25:44.311Z Downloaded num-derive v0.4.2
10912025-01-29T04:25:44.315Z Downloaded nodrop v0.1.14
10922025-01-29T04:25:44.315Z Downloaded num-integer v0.1.46
10932025-01-29T04:25:44.318Z Downloaded nu-ansi-term v0.50.1
10942025-01-29T04:25:44.320Z Downloaded tls_codec v0.4.1
10952025-01-29T04:25:44.320Z Downloaded ref-cast-impl v1.0.23
10962025-01-29T04:25:44.323Z Downloaded embedded-io v0.4.0
10972025-01-29T04:25:44.323Z Downloaded either v1.13.0
10982025-01-29T04:25:44.325Z Downloaded tracing-core v0.1.32
10992025-01-29T04:25:44.328Z Downloaded pbkdf2 v0.11.0
11002025-01-29T04:25:44.350Z Downloaded yoke-derive v0.7.4
11012025-01-29T04:25:44.352Z Downloaded libgit2-sys v0.17.0+1.8.1
11022025-01-29T04:25:44.409Z Downloaded winnow v0.5.40
11032025-01-29T04:25:44.416Z Downloaded serde-hex v0.1.0
11042025-01-29T04:25:44.419Z Downloaded smoltcp v0.11.0
11052025-01-29T04:25:44.431Z Downloaded smoltcp v0.9.1
11062025-01-29T04:25:44.442Z Downloaded term v0.7.0
11072025-01-29T04:25:44.445Z Downloaded poly1305 v0.8.0
11082025-01-29T04:25:44.448Z Downloaded nom v7.1.3
11092025-01-29T04:25:44.453Z Downloaded spin v0.9.8
11102025-01-29T04:25:44.457Z Downloaded normalize-line-endings v0.3.0
11112025-01-29T04:25:44.460Z Downloaded regex v1.11.1
11122025-01-29T04:25:44.470Z Downloaded parse-size v1.1.0
11132025-01-29T04:25:44.473Z Downloaded slab v0.4.9
11142025-01-29T04:25:44.473Z Downloaded wyz v0.5.1
11152025-01-29T04:25:44.476Z Downloaded quinn v0.11.5
11162025-01-29T04:25:44.480Z Downloaded proc-macro-crate v1.3.1
11172025-01-29T04:25:44.480Z Downloaded test-strategy v0.3.1
11182025-01-29T04:25:44.483Z Downloaded primeorder v0.13.6
11192025-01-29T04:25:44.483Z Downloaded try-lock v0.2.5
11202025-01-29T04:25:44.486Z Downloaded slog-json v2.6.1
11212025-01-29T04:25:44.486Z Downloaded snafu-derive v0.8.5
11222025-01-29T04:25:44.488Z Downloaded reedline v0.35.0
11232025-01-29T04:25:44.495Z Downloaded parse-display-derive v0.10.0
11242025-01-29T04:25:44.497Z Downloaded nix v0.27.1
11252025-01-29T04:25:44.509Z Downloaded regress v0.9.1
11262025-01-29T04:25:44.518Z Downloaded diff v0.1.13
11272025-01-29T04:25:44.521Z Downloaded gimli v0.31.1
11282025-01-29T04:25:44.529Z Downloaded topological-sort v0.2.2
11292025-01-29T04:25:44.532Z Downloaded ssh-key v0.6.6
11302025-01-29T04:25:44.537Z Downloaded ssh-encoding v0.2.0
11312025-01-29T04:25:44.540Z Downloaded typify-impl v0.3.0
11322025-01-29T04:25:44.554Z Downloaded packed_struct v0.10.1
11332025-01-29T04:25:44.557Z Downloaded openapiv3 v2.0.0
11342025-01-29T04:25:44.568Z Downloaded nix v0.28.0
11352025-01-29T04:25:44.579Z Downloaded oso v0.27.3
11362025-01-29T04:25:44.582Z Downloaded twox-hash v2.1.0
11372025-01-29T04:25:44.586Z Downloaded rustc_version v0.1.7
11382025-01-29T04:25:44.586Z Downloaded rustc-hash v2.0.0
11392025-01-29T04:25:44.590Z Downloaded postcard v1.0.10
11402025-01-29T04:25:44.593Z Downloaded progenitor v0.8.0
11412025-01-29T04:25:44.593Z Downloaded semver v0.1.20
11422025-01-29T04:25:44.593Z Downloaded quick-xml v0.33.0
11432025-01-29T04:25:44.597Z Downloaded tabwriter v1.4.0
11442025-01-29T04:25:44.601Z Downloaded tough v0.19.0
11452025-01-29T04:25:44.606Z Downloaded termtree v0.5.1
11462025-01-29T04:25:44.608Z Downloaded sync-ptr v0.1.1
11472025-01-29T04:25:44.608Z Downloaded rcgen v0.12.1
11482025-01-29T04:25:44.611Z Downloaded radix_trie v0.2.1
11492025-01-29T04:25:44.615Z Downloaded typify-impl v0.2.0
11502025-01-29T04:25:44.631Z Downloaded parse-display v0.10.0
11512025-01-29T04:25:44.633Z Downloaded slog-stdlog v4.1.1
11522025-01-29T04:25:44.633Z Downloaded sqlparser v0.45.0
11532025-01-29T04:25:44.639Z Downloaded salsa20 v0.10.2
11542025-01-29T04:25:44.641Z Downloaded encoding_rs v0.8.34
11552025-01-29T04:25:44.661Z Downloaded dropshot v0.15.1
11562025-01-29T04:25:44.681Z Downloaded dropshot v0.12.0
11572025-01-29T04:25:44.700Z Downloaded r2d2 v0.8.10
11582025-01-29T04:25:44.702Z Downloaded password-hash v0.5.0
11592025-01-29T04:25:44.707Z Downloaded zone_cfg_derive v0.3.0
11602025-01-29T04:25:44.707Z Downloaded zone_cfg_derive v0.1.2
11612025-01-29T04:25:44.707Z Downloaded zone v0.1.8
11622025-01-29T04:25:44.707Z Downloaded zip v2.1.3
11632025-01-29T04:25:44.711Z Downloaded vergen v8.3.2
11642025-01-29T04:25:44.717Z Downloaded ratatui v0.28.1
11652025-01-29T04:25:44.731Z Downloaded zerocopy-derive v0.6.6
11662025-01-29T04:25:44.741Z Downloaded sha3 v0.10.8
11672025-01-29T04:25:44.745Z Downloaded rustls-webpki v0.102.8
11682025-01-29T04:25:44.762Z Downloaded similar v2.6.0
11692025-01-29T04:25:44.766Z Downloaded simd-adler32 v0.3.7
11702025-01-29T04:25:44.768Z Downloaded schemars_derive v0.8.21
11712025-01-29T04:25:44.771Z Downloaded steno v0.4.1
11722025-01-29T04:25:44.774Z Downloaded rustyline v14.0.0
11732025-01-29T04:25:44.777Z Downloaded ff v0.13.0
11742025-01-29T04:25:44.781Z Downloaded typify-macro v0.3.0
11752025-01-29T04:25:44.781Z Downloaded termios v0.3.3
11762025-01-29T04:25:44.784Z Downloaded rpassword v7.3.1
11772025-01-29T04:25:44.784Z Downloaded diesel-dtrace v0.4.2
11782025-01-29T04:25:44.785Z Downloaded parking_lot_core v0.9.10
11792025-01-29T04:25:44.787Z Downloaded group v0.13.0
11802025-01-29T04:25:44.787Z Downloaded yasna v0.5.2
11812025-01-29T04:25:44.791Z Downloaded des v0.8.1
11822025-01-29T04:25:45.046Z Downloaded libsqlite3-sys v0.30.1
11832025-01-29T04:25:45.239Z Downloaded ring v0.17.8
11842025-01-29T04:25:45.341Z Downloaded aws-lc-sys v0.22.0
11852025-01-29T04:25:45.654Z Compiling serde v1.0.217
11862025-01-29T04:25:45.657Z Compiling lock_api v0.4.12
11872025-01-29T04:25:45.657Z Compiling value-bag v1.9.0
11882025-01-29T04:25:45.657Z Compiling scopeguard v1.2.0
11892025-01-29T04:25:45.657Z Compiling typenum v1.17.0
11902025-01-29T04:25:45.803Z Compiling generic-array v0.14.7
11912025-01-29T04:25:45.842Z Compiling syn v2.0.96
11922025-01-29T04:25:45.858Z Compiling getrandom v0.2.15
11932025-01-29T04:25:45.962Z Compiling subtle v2.6.1
11942025-01-29T04:25:46.160Z Compiling rand_core v0.6.4
11952025-01-29T04:25:46.214Z Compiling log v0.4.22
11962025-01-29T04:25:46.314Z Compiling shlex v1.3.0
11972025-01-29T04:25:46.361Z Compiling jobserver v0.1.32
11982025-01-29T04:25:46.393Z Compiling smallvec v1.13.2
11992025-01-29T04:25:46.702Z Compiling const-oid v0.9.6
12002025-01-29T04:25:46.721Z Compiling pin-project-lite v0.2.14
12012025-01-29T04:25:46.724Z Compiling rustix v0.38.37
12022025-01-29T04:25:46.768Z Compiling cc v1.1.30
12032025-01-29T04:25:46.967Z Compiling spin v0.9.8
12042025-01-29T04:25:47.089Z Compiling parking_lot_core v0.9.10
12052025-01-29T04:25:47.359Z Compiling futures-core v0.3.31
12062025-01-29T04:25:47.404Z Compiling signal-hook-registry v1.4.2
12072025-01-29T04:25:47.606Z Compiling mio v1.0.2
12082025-01-29T04:25:47.690Z Compiling aho-corasick v1.1.3
12092025-01-29T04:25:48.180Z Compiling parking_lot v0.12.3
12102025-01-29T04:25:48.197Z Compiling stable_deref_trait v1.2.0
12112025-01-29T04:25:48.323Z Compiling either v1.13.0
12122025-01-29T04:25:48.342Z Compiling regex-syntax v0.8.5
12132025-01-29T04:25:48.753Z Compiling cpufeatures v0.2.14
12142025-01-29T04:25:48.772Z Compiling futures-sink v0.3.31
12152025-01-29T04:25:48.858Z Compiling glob v0.3.2
12162025-01-29T04:25:48.925Z Compiling socket2 v0.5.7
12172025-01-29T04:25:48.945Z Compiling slab v0.4.9
12182025-01-29T04:25:49.052Z Compiling prettyplease v0.2.25
12192025-01-29T04:25:49.416Z Compiling lazy_static v1.5.0
12202025-01-29T04:25:49.434Z Compiling minimal-lexical v0.2.1
12212025-01-29T04:25:49.560Z Compiling serde_json v1.0.135
12222025-01-29T04:25:49.757Z Compiling clang-sys v1.8.1
12232025-01-29T04:25:49.868Z Compiling nom v7.1.3
12242025-01-29T04:25:49.973Z Compiling libloading v0.8.5
12252025-01-29T04:25:50.218Z Compiling bindgen v0.69.5
12262025-01-29T04:25:50.369Z Compiling home v0.5.9
12272025-01-29T04:25:50.646Z Compiling futures-channel v0.3.31
12282025-01-29T04:25:50.810Z Compiling itertools v0.12.1
12292025-01-29T04:25:51.069Z Compiling futures-task v0.3.31
12302025-01-29T04:25:51.083Z Compiling foldhash v0.1.3
12312025-01-29T04:25:51.369Z Compiling rustc-hash v1.1.0
12322025-01-29T04:25:51.389Z Compiling futures-io v0.3.31
12332025-01-29T04:25:51.530Z Compiling lazycell v1.3.0
12342025-01-29T04:25:51.640Z Compiling libm v0.2.8
12352025-01-29T04:25:51.710Z Compiling pin-utils v0.1.0
12362025-01-29T04:25:51.814Z Compiling allocator-api2 v0.2.18
12372025-01-29T04:25:52.019Z Compiling regex-automata v0.4.8
12382025-01-29T04:25:52.579Z Compiling hashbrown v0.15.1
12392025-01-29T04:25:52.608Z Compiling cmake v0.1.51
12402025-01-29T04:25:53.292Z Compiling cexpr v0.6.0
12412025-01-29T04:25:53.505Z Compiling synstructure v0.13.1
12422025-01-29T04:25:53.761Z Compiling num-traits v0.2.19
12432025-01-29T04:25:54.052Z Compiling fs_extra v1.3.0
12442025-01-29T04:25:54.585Z Compiling pkg-config v0.3.31
12452025-01-29T04:25:54.655Z Compiling dunce v1.0.5
12462025-01-29T04:25:55.019Z Compiling writeable v0.5.5
12472025-01-29T04:25:55.039Z Compiling litemap v0.7.3
12482025-01-29T04:25:55.416Z Compiling ring v0.17.8
12492025-01-29T04:25:55.567Z Compiling paste v1.0.15
12502025-01-29T04:25:56.057Z Compiling base64ct v1.6.0
12512025-01-29T04:25:56.286Z Compiling aws-lc-rs v1.10.0
12522025-01-29T04:25:56.476Z Compiling flagset v0.4.6
12532025-01-29T04:25:56.628Z Compiling pem-rfc7468 v0.7.0
12542025-01-29T04:25:56.697Z Compiling httparse v1.9.5
12552025-01-29T04:25:56.702Z Compiling icu_locid_transform_data v1.5.0
12562025-01-29T04:25:57.262Z Compiling tracing-core v0.1.32
12572025-01-29T04:25:57.430Z Compiling regex v1.11.1
12582025-01-29T04:25:57.658Z Compiling percent-encoding v2.3.1
12592025-01-29T04:25:57.911Z Compiling crossbeam-utils v0.8.20
12602025-01-29T04:25:57.969Z Compiling rustls-pki-types v1.10.0
12612025-01-29T04:25:58.391Z Compiling icu_properties_data v1.5.0
12622025-01-29T04:25:58.467Z Compiling write16 v1.0.0
12632025-01-29T04:25:58.609Z Compiling untrusted v0.7.1
12642025-01-29T04:25:58.642Z Compiling vcpkg v0.2.15
12652025-01-29T04:25:58.794Z Compiling untrusted v0.9.0
12662025-01-29T04:25:58.878Z Compiling serde_derive v1.0.217
12672025-01-29T04:25:58.925Z Compiling zeroize_derive v1.4.2
12682025-01-29T04:25:58.971Z Compiling zerocopy-derive v0.7.35
12692025-01-29T04:25:59.045Z Compiling zerofrom-derive v0.1.4
12702025-01-29T04:26:00.298Z Compiling zeroize v1.8.1
12712025-01-29T04:26:00.417Z Compiling tokio-macros v2.5.0
12722025-01-29T04:26:00.982Z Compiling zerocopy v0.7.35
12732025-01-29T04:26:01.085Z Compiling yoke-derive v0.7.4
12742025-01-29T04:26:01.853Z Compiling zerovec-derive v0.10.3
12752025-01-29T04:26:01.965Z Compiling crypto-common v0.1.6
12762025-01-29T04:26:02.198Z Compiling block-buffer v0.10.4
12772025-01-29T04:26:02.352Z Compiling thiserror-impl v1.0.69
12782025-01-29T04:26:02.373Z Compiling displaydoc v0.2.5
12792025-01-29T04:26:02.488Z Compiling digest v0.10.7
12802025-01-29T04:26:02.630Z Compiling zerofrom v0.1.4
12812025-01-29T04:26:02.866Z Compiling futures-macro v0.3.31
12822025-01-29T04:26:02.973Z Compiling hmac v0.12.1
12832025-01-29T04:26:03.127Z Compiling block-padding v0.3.3
12842025-01-29T04:26:03.233Z Compiling sha2 v0.10.8
12852025-01-29T04:26:03.395Z Compiling inout v0.1.3
12862025-01-29T04:26:03.670Z Compiling cipher v0.4.4
12872025-01-29T04:26:03.775Z Compiling yoke v0.7.4
12882025-01-29T04:26:03.926Z Compiling icu_provider_macros v1.5.0
12892025-01-29T04:26:04.132Z Compiling ppv-lite86 v0.2.20
12902025-01-29T04:26:04.175Z Compiling der_derive v0.7.3
12912025-01-29T04:26:04.369Z Compiling zerovec v0.10.4
12922025-01-29T04:26:04.730Z Compiling futures-util v0.3.31
12932025-01-29T04:26:04.894Z Compiling rand_chacha v0.3.1
12942025-01-29T04:26:05.027Z Compiling tracing-attributes v0.1.27
12952025-01-29T04:26:05.404Z Compiling thiserror v1.0.69
12962025-01-29T04:26:05.550Z Compiling pest v2.7.14
12972025-01-29T04:26:06.426Z Compiling tinystr v0.7.6
12982025-01-29T04:26:06.466Z Compiling der v0.7.9
12992025-01-29T04:26:06.706Z Compiling icu_collections v1.5.0
13002025-01-29T04:26:06.811Z Compiling icu_locid v1.5.0
13012025-01-29T04:26:07.270Z Compiling rand v0.8.5
13022025-01-29T04:26:08.099Z Compiling icu_provider v1.5.0
13032025-01-29T04:26:08.422Z Compiling tracing v0.1.40
13042025-01-29T04:26:08.714Z Compiling spki v0.7.3
13052025-01-29T04:26:08.908Z Compiling icu_locid_transform v1.5.0
13062025-01-29T04:26:08.925Z Compiling salsa20 v0.10.2
13072025-01-29T04:26:09.039Z Compiling pbkdf2 v0.12.2
13082025-01-29T04:26:09.090Z Compiling num-conv v0.1.0
13092025-01-29T04:26:09.165Z Compiling utf16_iter v1.0.5
13102025-01-29T04:26:09.220Z Compiling utf8_iter v1.0.4
13112025-01-29T04:26:09.353Z Compiling time-core v0.1.2
13122025-01-29T04:26:09.373Z Compiling powerfmt v0.2.0
13132025-01-29T04:26:09.377Z Compiling icu_normalizer_data v1.5.0
13142025-01-29T04:26:09.453Z Compiling mirai-annotations v1.12.0
13152025-01-29T04:26:09.508Z Compiling scrypt v0.11.0
13162025-01-29T04:26:09.546Z Compiling time-macros v0.2.18
13172025-01-29T04:26:09.609Z Compiling pest_meta v2.7.14
13182025-01-29T04:26:09.639Z Compiling deranged v0.3.11
13192025-01-29T04:26:09.749Z Compiling aes v0.8.4
13202025-01-29T04:26:10.003Z Compiling cbc v0.1.2
13212025-01-29T04:26:10.229Z Compiling icu_properties v1.5.1
13222025-01-29T04:26:11.025Z Compiling openssl-sys v0.9.103
13232025-01-29T04:26:11.281Z Compiling scroll_derive v0.12.0
13242025-01-29T04:26:12.025Z Compiling bitflags v2.6.0
13252025-01-29T04:26:12.083Z Compiling bytes v1.9.0
13262025-01-29T04:26:12.637Z Compiling indexmap v2.7.1
13272025-01-29T04:26:12.710Z Compiling semver v1.0.24
13282025-01-29T04:26:13.261Z Compiling tokio v1.43.0
13292025-01-29T04:26:13.406Z Compiling http v1.2.0
13302025-01-29T04:26:13.515Z Compiling rustc_version v0.4.1
13312025-01-29T04:26:13.966Z Compiling icu_normalizer v1.5.0
13322025-01-29T04:26:14.202Z Compiling num_threads v0.1.7
13332025-01-29T04:26:14.347Z Compiling tinyvec_macros v0.1.1
13342025-01-29T04:26:14.447Z Compiling atomic-waker v1.1.2
13352025-01-29T04:26:14.657Z Compiling tinyvec v1.8.0
13362025-01-29T04:26:14.893Z Compiling http-body v1.0.1
13372025-01-29T04:26:15.148Z Compiling idna_adapter v1.2.0
13382025-01-29T04:26:15.324Z Compiling time v0.3.36
13392025-01-29T04:26:15.386Z Compiling scroll v0.12.0
13402025-01-29T04:26:15.599Z Compiling pest_generator v2.7.14
13412025-01-29T04:26:15.622Z Compiling pkcs5 v0.7.1
13422025-01-29T04:26:15.759Z Compiling form_urlencoded v1.2.1
13432025-01-29T04:26:15.865Z Compiling try-lock v0.2.5
13442025-01-29T04:26:16.033Z Compiling which v4.4.2
13452025-01-29T04:26:16.073Z Compiling slog v2.7.0
13462025-01-29T04:26:16.147Z Compiling want v0.3.1
13472025-01-29T04:26:16.564Z Compiling pkcs8 v0.10.2
13482025-01-29T04:26:16.661Z Compiling goblin v0.8.2
13492025-01-29T04:26:16.693Z Compiling idna v1.0.3
13502025-01-29T04:26:17.229Z Compiling uuid v1.12.0
13512025-01-29T04:26:17.282Z Compiling httpdate v1.0.3
13522025-01-29T04:26:17.494Z Compiling pest_derive v2.7.14
13532025-01-29T04:26:17.753Z Compiling iana-time-zone v0.1.61
13542025-01-29T04:26:18.160Z Compiling chrono v0.4.39
13552025-01-29T04:26:18.274Z Compiling dtrace-parser v0.2.0
13562025-01-29T04:26:18.768Z Compiling toml_datetime v0.6.8
13572025-01-29T04:26:19.095Z Compiling serde_spanned v0.6.8
13582025-01-29T04:26:19.263Z Compiling serde_tokenstream v0.2.2
13592025-01-29T04:26:19.338Z Compiling openssl v0.10.66
13602025-01-29T04:26:19.764Z Compiling adler2 v2.0.0
13612025-01-29T04:26:19.840Z Compiling base64 v0.22.1
13622025-01-29T04:26:19.983Z Compiling match_cfg v0.1.0
13632025-01-29T04:26:20.026Z Compiling rustversion v1.0.17
13642025-01-29T04:26:20.087Z Compiling tower-service v0.3.3
13652025-01-29T04:26:20.180Z Compiling foreign-types-shared v0.1.1
13662025-01-29T04:26:20.233Z Compiling hostname v0.3.1
13672025-01-29T04:26:20.309Z Compiling foreign-types v0.3.2
13682025-01-29T04:26:20.419Z Compiling miniz_oxide v0.8.0
13692025-01-29T04:26:20.483Z Compiling url v2.5.3
13702025-01-29T04:26:20.755Z Compiling async-trait v0.1.85
13712025-01-29T04:26:21.532Z Compiling tokio-util v0.7.12
13722025-01-29T04:26:21.787Z Compiling openssl-macros v0.1.1
13732025-01-29T04:26:21.867Z Compiling serde_derive_internals v0.29.1
13742025-01-29T04:26:22.332Z Compiling dirs-sys-next v0.1.2
13752025-01-29T04:26:22.600Z Compiling h2 v0.4.6
13762025-01-29T04:26:22.862Z Compiling dof v0.3.0
13772025-01-29T04:26:22.890Z Compiling siphasher v0.3.11
13782025-01-29T04:26:23.261Z Compiling rustls v0.23.19
13792025-01-29T04:26:23.309Z Compiling schemars v0.8.21
13802025-01-29T04:26:23.528Z Compiling syn v1.0.109
13812025-01-29T04:26:23.623Z Compiling rustls v0.22.4
13822025-01-29T04:26:23.907Z Compiling usdt-impl v0.5.0
13832025-01-29T04:26:24.106Z Compiling data-encoding v2.6.0
13842025-01-29T04:26:24.250Z Compiling native-tls v0.2.12
13852025-01-29T04:26:24.631Z Compiling schemars_derive v0.8.21
13862025-01-29T04:26:25.337Z Compiling dirs-next v2.0.0
13872025-01-29T04:26:26.026Z Compiling unicode-normalization v0.1.24
13882025-01-29T04:26:26.170Z Compiling http-body-util v0.1.2
13892025-01-29T04:26:26.637Z Compiling crossbeam-epoch v0.9.18
13902025-01-29T04:26:26.775Z Compiling heapless v0.7.17
13912025-01-29T04:26:26.840Z Compiling signature v2.2.0
13922025-01-29T04:26:27.135Z Compiling sha1 v0.10.6
13932025-01-29T04:26:27.185Z Compiling bzip2-sys v0.1.11+1.0.8
13942025-01-29T04:26:27.259Z Compiling thread_local v1.1.8
13952025-01-29T04:26:27.361Z Compiling cookie v0.18.1
13962025-01-29T04:26:27.569Z Compiling encoding_rs v0.8.34
13972025-01-29T04:26:27.658Z Compiling multer v3.1.0
13982025-01-29T04:26:27.661Z Compiling rayon-core v1.12.1
13992025-01-29T04:26:27.717Z Compiling dyn-clone v1.0.17
14002025-01-29T04:26:27.756Z Compiling mime v0.3.17
14012025-01-29T04:26:27.926Z Compiling ipnet v2.10.1
14022025-01-29T04:26:27.947Z Compiling unicode-bidi v0.3.17
14032025-01-29T04:26:27.949Z Compiling unicode-properties v0.1.3
14042025-01-29T04:26:28.251Z Compiling slog-async v2.8.0
14052025-01-29T04:26:28.388Z Compiling openssl-probe v0.1.5
14062025-01-29T04:26:28.703Z Compiling signal-hook v0.3.17
14072025-01-29T04:26:28.739Z Compiling gimli v0.31.1
14082025-01-29T04:26:29.004Z Compiling stringprep v0.1.5
14092025-01-29T04:26:29.164Z Compiling toml_edit v0.22.22
14102025-01-29T04:26:30.075Z Compiling hyper v1.5.2
14112025-01-29T04:26:32.447Z Compiling hyper-util v0.1.10
14122025-01-29T04:26:32.918Z Compiling crossbeam-deque v0.8.5
14132025-01-29T04:26:32.941Z Compiling addr2line v0.24.2
14142025-01-29T04:26:33.267Z Compiling usdt-macro v0.5.0
14152025-01-29T04:26:33.537Z Compiling usdt-attr-macro v0.5.0
14162025-01-29T04:26:33.599Z Compiling term v0.7.0
14172025-01-29T04:26:34.304Z Compiling slog-json v2.6.1
14182025-01-29T04:26:34.617Z Compiling serde_urlencoded v0.7.1
14192025-01-29T04:26:34.643Z Compiling crossbeam-channel v0.5.13
14202025-01-29T04:26:34.930Z Compiling curve25519-dalek v4.1.3
14212025-01-29T04:26:35.024Z Compiling futures-executor v0.3.31
14222025-01-29T04:26:35.074Z Compiling enum-as-inner v0.6.1
14232025-01-29T04:26:35.339Z Compiling md-5 v0.10.6
14242025-01-29T04:26:35.577Z Compiling async-stream-impl v0.3.6
14252025-01-29T04:26:35.624Z Compiling rustls-pemfile v2.2.0
14262025-01-29T04:26:35.644Z Compiling num-integer v0.1.46
14272025-01-29T04:26:35.662Z Compiling hash32 v0.2.1
14282025-01-29T04:26:35.953Z Compiling ff v0.13.0
14292025-01-29T04:26:36.033Z Compiling is-terminal v0.4.13
14302025-01-29T04:26:36.063Z Compiling object v0.36.5
14312025-01-29T04:26:36.181Z Compiling dropshot v0.12.0
14322025-01-29T04:26:36.198Z Compiling smoltcp v0.9.1
14332025-01-29T04:26:36.334Z Compiling anyhow v1.0.95
14342025-01-29T04:26:36.475Z Compiling rustc-demangle v0.1.24
14352025-01-29T04:26:36.545Z Compiling psl-types v2.0.11
14362025-01-29T04:26:36.738Z Compiling num-bigint-dig v0.8.4
14372025-01-29T04:26:36.837Z Compiling utf-8 v0.7.6
14382025-01-29T04:26:36.892Z Compiling linked-hash-map v0.5.6
14392025-01-29T04:26:36.941Z Compiling base16ct v0.2.0
14402025-01-29T04:26:37.095Z Compiling quick-error v1.2.3
14412025-01-29T04:26:37.166Z Compiling litrs v0.4.1
14422025-01-29T04:26:37.245Z Compiling portable-atomic v1.9.0
14432025-01-29T04:26:37.263Z Compiling take_mut v0.2.2
14442025-01-29T04:26:37.283Z Compiling fallible-iterator v0.2.0
14452025-01-29T04:26:37.441Z Compiling resolv-conf v0.7.0
14462025-01-29T04:26:37.978Z Compiling postgres-protocol v0.6.7
14472025-01-29T04:26:38.160Z Compiling lru-cache v0.1.2
14482025-01-29T04:26:38.284Z Compiling document-features v0.2.10
14492025-01-29T04:26:38.312Z Compiling sec1 v0.7.3
14502025-01-29T04:26:38.384Z Compiling tungstenite v0.24.0
14512025-01-29T04:26:38.851Z Compiling async-stream v0.3.6
14522025-01-29T04:26:38.898Z Compiling publicsuffix v2.3.0
14532025-01-29T04:26:39.181Z Compiling group v0.13.0
14542025-01-29T04:26:39.205Z Compiling slog-term v2.9.1
14552025-01-29T04:26:39.231Z Compiling num-iter v0.1.45
14562025-01-29T04:26:39.427Z Compiling usdt v0.5.0
14572025-01-29T04:26:39.449Z Compiling hickory-proto v0.24.2
14582025-01-29T04:26:40.059Z Compiling futures v0.3.31
14592025-01-29T04:26:40.186Z Compiling slog-bunyan v2.5.0
14602025-01-29T04:26:40.458Z Compiling toml v0.8.19
14612025-01-29T04:26:40.521Z Compiling tokio-native-tls v0.3.1
14622025-01-29T04:26:41.565Z Compiling camino v1.1.9
14632025-01-29T04:26:42.013Z Compiling phf_shared v0.11.2
14642025-01-29T04:26:42.031Z Compiling dropshot_endpoint v0.12.0
14652025-01-29T04:26:42.381Z Compiling terminal_size v0.4.0
14662025-01-29T04:26:42.438Z Compiling waitgroup v0.1.2
14672025-01-29T04:26:42.610Z Compiling openapiv3 v2.0.0
14682025-01-29T04:26:42.667Z Compiling backtrace v0.3.74
14692025-01-29T04:26:42.717Z Compiling serde_path_to_error v0.1.16
14702025-01-29T04:26:43.299Z Compiling hkdf v0.12.4
14712025-01-29T04:26:43.479Z Compiling crypto-bigint v0.5.5
14722025-01-29T04:26:43.575Z Compiling curve25519-dalek-derive v0.1.1
14732025-01-29T04:26:45.045Z Compiling zerocopy-derive v0.6.6
14742025-01-29T04:26:45.787Z Compiling webpki-roots v0.26.6
14752025-01-29T04:26:46.023Z Compiling hostname v0.4.0
14762025-01-29T04:26:46.236Z Compiling fs-err v2.11.0
14772025-01-29T04:26:46.272Z Compiling ahash v0.8.11
14782025-01-29T04:26:46.292Z Compiling hubpack_derive v0.1.1
14792025-01-29T04:26:46.525Z Compiling crc32fast v1.4.2
14802025-01-29T04:26:46.582Z Compiling unicode-width v0.2.0
14812025-01-29T04:26:46.609Z Compiling newtype-uuid v1.2.1
14822025-01-29T04:26:46.912Z Compiling managed v0.8.0
14832025-01-29T04:26:46.933Z Compiling winnow v0.5.40
14842025-01-29T04:26:47.034Z Compiling debug-ignore v1.0.5
14852025-01-29T04:26:47.128Z Compiling bitflags v1.3.2
14862025-01-29T04:26:47.152Z Compiling clap_builder v4.5.27
14872025-01-29T04:26:47.188Z Compiling hubpack v0.1.2
14882025-01-29T04:26:47.239Z Compiling console v0.15.10
14892025-01-29T04:26:47.616Z Compiling zerocopy v0.6.6
14902025-01-29T04:26:48.403Z Compiling strum_macros v0.25.3
14912025-01-29T04:26:48.594Z Compiling flate2 v1.0.35
14922025-01-29T04:26:49.009Z Compiling elliptic-curve v0.13.8
14932025-01-29T04:26:49.474Z Compiling hickory-resolver v0.24.2
14942025-01-29T04:26:49.832Z Compiling phf v0.11.2
14952025-01-29T04:26:50.132Z Compiling signal-hook-mio v0.2.4
14962025-01-29T04:26:50.284Z Compiling toml_edit v0.19.15
14972025-01-29T04:26:50.308Z Compiling rayon v1.10.0
14982025-01-29T04:26:50.445Z Compiling cookie_store v0.21.1
14992025-01-29T04:26:51.972Z Compiling hyper-tls v0.6.0
15002025-01-29T04:26:52.263Z Compiling bzip2 v0.4.4
15012025-01-29T04:26:52.380Z Compiling tokio-tungstenite v0.24.0
15022025-01-29T04:26:52.931Z Compiling postgres-types v0.2.8
15032025-01-29T04:26:54.733Z Compiling ed25519 v2.2.3
15042025-01-29T04:26:55.400Z Compiling phf_shared v0.10.0
15052025-01-29T04:26:55.454Z Compiling tokio-stream v0.1.16
15062025-01-29T04:26:55.492Z Compiling pkcs1 v0.7.5
15072025-01-29T04:26:55.750Z Compiling serde-big-array v0.5.1
15082025-01-29T04:26:55.995Z Compiling clap_derive v4.5.24
15092025-01-29T04:26:56.390Z Compiling rfc6979 v0.4.0
15102025-01-29T04:26:56.434Z Compiling serde_repr v0.1.19
15112025-01-29T04:26:56.555Z Compiling derive-where v1.2.7
15122025-01-29T04:26:56.595Z Compiling float-cmp v0.9.0
15132025-01-29T04:26:56.837Z Compiling bstr v1.10.0
15142025-01-29T04:26:57.490Z Compiling sync_wrapper v1.0.1
15152025-01-29T04:26:57.548Z Compiling precomputed-hash v0.1.1
15162025-01-29T04:26:57.576Z Compiling number_prefix v0.4.0
15172025-01-29T04:26:57.662Z Compiling bit-vec v0.6.3
15182025-01-29T04:26:57.684Z Compiling fixedbitset v0.4.2
15192025-01-29T04:26:57.822Z Compiling static_assertions v1.1.0
15202025-01-29T04:26:57.940Z Compiling unicode-segmentation v1.12.0
15212025-01-29T04:26:58.067Z Compiling whoami v1.5.2
15222025-01-29T04:26:58.129Z Compiling new_debug_unreachable v1.0.6
15232025-01-29T04:26:58.240Z Compiling difflib v0.4.0
15242025-01-29T04:26:58.463Z Compiling predicates-core v1.0.8
15252025-01-29T04:26:58.640Z Compiling normalize-line-endings v0.3.0
15262025-01-29T04:26:58.781Z Compiling predicates v3.1.2
15272025-01-29T04:26:58.784Z Compiling similar v2.6.0
15282025-01-29T04:26:58.840Z Compiling tokio-postgres v0.7.12
15292025-01-29T04:26:59.684Z Compiling string_cache v0.8.7
15302025-01-29T04:26:59.844Z Compiling bit-set v0.5.3
15312025-01-29T04:27:00.131Z Compiling petgraph v0.6.5
15322025-01-29T04:27:00.162Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15332025-01-29T04:27:00.323Z Compiling indicatif v0.17.11
15342025-01-29T04:27:00.708Z Compiling clap v4.5.27
15352025-01-29T04:27:00.838Z Compiling ecdsa v0.16.9
15362025-01-29T04:27:00.938Z Compiling rsa v0.9.6
15372025-01-29T04:27:01.676Z Compiling ed25519-dalek v2.1.1
15382025-01-29T04:27:02.399Z Compiling toml v0.7.8
15392025-01-29T04:27:03.004Z Compiling zip v0.6.6
15402025-01-29T04:27:03.772Z Compiling crossterm v0.28.1
15412025-01-29T04:27:04.833Z Compiling hex v0.4.3
15422025-01-29T04:27:04.968Z Compiling x509-cert v0.2.5
15432025-01-29T04:27:05.082Z Compiling itertools v0.10.5
15442025-01-29T04:27:05.457Z Compiling lalrpop-util v0.19.12
15452025-01-29T04:27:05.833Z Compiling peg-runtime v0.8.3
15462025-01-29T04:27:06.428Z Compiling unicode-xid v0.2.6
15472025-01-29T04:27:06.544Z Compiling strum_macros v0.26.4
15482025-01-29T04:27:06.630Z Compiling xattr v1.3.1
15492025-01-29T04:27:06.681Z Compiling filetime v0.2.25
15502025-01-29T04:27:06.926Z Compiling tar v0.4.42
15512025-01-29T04:27:11.274Z Compiling strum v0.26.3
15522025-01-29T04:27:14.173Z Compiling aws-lc-sys v0.22.0
15532025-01-29T04:27:41.807Z Compiling rustls-webpki v0.102.8
15542025-01-29T04:27:45.046Z Compiling tokio-rustls v0.25.0
15552025-01-29T04:27:46.762Z Compiling tokio-rustls v0.26.0
15562025-01-29T04:27:47.090Z Compiling hyper-rustls v0.27.3
15572025-01-29T04:27:47.438Z Compiling reqwest v0.12.9
15582025-01-29T04:27:48.877Z Compiling qorb v0.2.1
15592025-01-29T04:27:52.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15602025-01-29T04:27:52.389Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15612025-01-29T04:27:56.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15622025-01-29T04:27:57.103Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15632025-01-29T04:27:57.155ZJan 29 04:27:56.303 INFO Starting download, target: Clickhouse
15642025-01-29T04:27:57.155ZJan 29 04:27:56.303 INFO Starting download, target: Cockroach
15652025-01-29T04:27:57.158ZJan 29 04:27:56.303 INFO Starting download, target: Console
15662025-01-29T04:27:57.158ZJan 29 04:27:56.303 INFO Starting download, target: DendriteOpenapi
15672025-01-29T04:27:57.158ZJan 29 04:27:56.303 INFO Starting download, target: DendriteStub
15682025-01-29T04:27:57.158ZJan 29 04:27:56.303 INFO Starting download, target: MaghemiteMgd
15692025-01-29T04:27:57.158ZJan 29 04:27:56.303 INFO Starting download, target: TransceiverControl
15702025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15712025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15722025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15732025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15742025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15752025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15762025-01-29T04:27:57.158ZJan 29 04:27:56.304 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15772025-01-29T04:27:57.323ZJan 29 04:27:56.471 INFO Download complete, target: DendriteOpenapi
15782025-01-29T04:27:57.391ZJan 29 04:27:56.535 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15792025-01-29T04:27:57.773ZJan 29 04:27:56.913 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15802025-01-29T04:27:58.047ZJan 29 04:27:57.192 INFO Download complete, target: TransceiverControl
15812025-01-29T04:27:58.091ZJan 29 04:27:57.235 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15822025-01-29T04:27:58.134ZJan 29 04:27:57.281 INFO Download complete, target: Console
15832025-01-29T04:27:58.212ZJan 29 04:27:57.359 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15842025-01-29T04:27:58.689ZJan 29 04:27:57.837 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15852025-01-29T04:27:58.689ZJan 29 04:27:57.837 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15862025-01-29T04:27:59.354ZJan 29 04:27:58.503 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15872025-01-29T04:28:00.923ZJan 29 04:28:00.072 INFO Download complete, target: DendriteStub
15882025-01-29T04:28:01.037ZJan 29 04:28:00.185 INFO Download complete, target: MaghemiteMgd
15892025-01-29T04:28:06.008ZJan 29 04:28:05.156 INFO Checking that binary works, target: Cockroach
15902025-01-29T04:28:06.322ZJan 29 04:28:05.469 INFO Download complete, target: Cockroach
15912025-01-29T04:28:11.599ZJan 29 04:28:10.746 INFO Checking that binary works, target: Clickhouse
15922025-01-29T04:28:11.720ZJan 29 04:28:10.867 INFO Download complete, target: Clickhouse
15932025-01-29T04:28:11.741ZAll builder prerequisites installed successfully, and PATH looks valid
15942025-01-29T04:28:11.744Z
15952025-01-29T04:28:11.744Zreal 6:08.417426322
15962025-01-29T04:28:11.744Zuser 15:56.698695324
15972025-01-29T04:28:11.744Zsys 2:04.515124492
15982025-01-29T04:28:11.744Ztrap 0.595693625
15992025-01-29T04:28:11.744Ztflt 1.641691293
16002025-01-29T04:28:11.744Zdflt 1.814844459
16012025-01-29T04:28:11.744Zkflt 0.025321039
16022025-01-29T04:28:11.744Zlock 24:58.485889577
16032025-01-29T04:28:11.744Zslp 58:19.572951167
16042025-01-29T04:28:11.744Zlat 1:00.322416988
16052025-01-29T04:28:11.744Zstop 2:22.490845843
16062025-01-29T04:28:11.744Z+ banner hack-check
16072025-01-29T04:28:11.749Z
16082025-01-29T04:28:11.749Z # # ## #### # # #### # # ###### #### # #
16092025-01-29T04:28:11.749Z # # # # # # # # # # # # # # # # #
16102025-01-29T04:28:11.749Z ###### # # # #### ##### # ###### ##### # ####
16112025-01-29T04:28:11.749Z # # ###### # # # # # # # # # #
16122025-01-29T04:28:11.749Z # # # # # # # # # # # # # # # # #
16132025-01-29T04:28:11.749Z # # # # #### # # #### # # ###### #### # #
16142025-01-29T04:28:11.749Z
16152025-01-29T04:28:11.749Z+ export CARGO_INCREMENTAL=0
16162025-01-29T04:28:11.749Z+ CARGO_INCREMENTAL=0
16172025-01-29T04:28:11.749Z+ ptime -m timeout 2h cargo xtask check-features --ci
16182025-01-29T04:28:12.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16192025-01-29T04:28:15.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
16202025-01-29T04:28:15.230Z Running `target/debug/xtask check-features --ci`
16212025-01-29T04:28:15.254Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16222025-01-29T04:28:15.254Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16232025-01-29T04:28:15.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
16242025-01-29T04:28:15.716Z Running `target/debug/xtask download cargo-hack`
16252025-01-29T04:28:16.561Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16262025-01-29T04:28:16.913Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16272025-01-29T04:28:20.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
16282025-01-29T04:28:20.894Z Running `target/debug/xtask-downloader cargo-hack`
16292025-01-29T04:28:20.931ZJan 29 04:28:20.077 INFO Starting download, target: CargoHack
16302025-01-29T04:28:20.934ZJan 29 04:28:20.078 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16312025-01-29T04:28:21.624ZJan 29 04:28:20.770 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16322025-01-29T04:28:21.716ZJan 29 04:28:20.862 INFO Download complete, target: CargoHack
16332025-01-29T04:28:21.721Zrunning: "/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"
16342025-01-29T04:28:21.738Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16352025-01-29T04:28:21.920Zinfo: running `cargo check --bins` on api_identity (1/197)
16362025-01-29T04:28:22.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372025-01-29T04:28:22.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382025-01-29T04:28:22.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392025-01-29T04:28:22.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16402025-01-29T04:28:22.541Z
16412025-01-29T04:28:22.542Zinfo: running `cargo check --bins` on bootstore (2/197)
16422025-01-29T04:28:23.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432025-01-29T04:28:23.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442025-01-29T04:28:23.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452025-01-29T04:28:23.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16462025-01-29T04:28:23.188Z
16472025-01-29T04:28:23.188Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16482025-01-29T04:28:23.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492025-01-29T04:28:23.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502025-01-29T04:28:23.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512025-01-29T04:28:23.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16522025-01-29T04:28:23.816Z
16532025-01-29T04:28:23.816Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16542025-01-29T04:28:24.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552025-01-29T04:28:24.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562025-01-29T04:28:24.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572025-01-29T04:28:24.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16582025-01-29T04:28:24.447Z
16592025-01-29T04:28:24.447Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16602025-01-29T04:28:24.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612025-01-29T04:28:24.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622025-01-29T04:28:24.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632025-01-29T04:28:24.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16642025-01-29T04:28:24.878Z
16652025-01-29T04:28:24.878Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16662025-01-29T04:28:25.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672025-01-29T04:28:25.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682025-01-29T04:28:25.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692025-01-29T04:28:25.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16702025-01-29T04:28:25.315Z
16712025-01-29T04:28:25.315Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16722025-01-29T04:28:25.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732025-01-29T04:28:25.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742025-01-29T04:28:25.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752025-01-29T04:28:25.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16762025-01-29T04:28:25.735Z
16772025-01-29T04:28:25.735Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16782025-01-29T04:28:26.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792025-01-29T04:28:26.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802025-01-29T04:28:26.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812025-01-29T04:28:26.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16822025-01-29T04:28:26.166Z
16832025-01-29T04:28:26.166Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16842025-01-29T04:28:26.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852025-01-29T04:28:26.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862025-01-29T04:28:26.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872025-01-29T04:28:26.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16882025-01-29T04:28:26.595Z
16892025-01-29T04:28:26.595Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16902025-01-29T04:28:26.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912025-01-29T04:28:26.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922025-01-29T04:28:26.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932025-01-29T04:28:26.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16942025-01-29T04:28:27.023Z
16952025-01-29T04:28:27.023Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16962025-01-29T04:28:27.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972025-01-29T04:28:27.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982025-01-29T04:28:27.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992025-01-29T04:28:27.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17002025-01-29T04:28:27.450Z
17012025-01-29T04:28:27.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
17022025-01-29T04:28:27.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032025-01-29T04:28:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042025-01-29T04:28:27.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17052025-01-29T04:28:27.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17062025-01-29T04:28:27.878Z
17072025-01-29T04:28:27.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
17082025-01-29T04:28:28.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17092025-01-29T04:28:28.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17102025-01-29T04:28:28.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17112025-01-29T04:28:28.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17122025-01-29T04:28:28.321Z
17132025-01-29T04:28:28.321Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
17142025-01-29T04:28:28.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17152025-01-29T04:28:28.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17162025-01-29T04:28:28.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17172025-01-29T04:28:28.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17182025-01-29T04:28:28.748Z
17192025-01-29T04:28:28.748Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17202025-01-29T04:28:29.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17212025-01-29T04:28:29.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17222025-01-29T04:28:29.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17232025-01-29T04:28:29.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17242025-01-29T04:28:29.179Z
17252025-01-29T04:28:29.179Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17262025-01-29T04:28:29.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17272025-01-29T04:28:29.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17282025-01-29T04:28:29.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17292025-01-29T04:28:29.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17302025-01-29T04:28:29.615Z
17312025-01-29T04:28:29.615Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17322025-01-29T04:28:30.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17332025-01-29T04:28:30.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17342025-01-29T04:28:30.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17352025-01-29T04:28:30.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17362025-01-29T04:28:30.057Z
17372025-01-29T04:28:30.057Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17382025-01-29T04:28:30.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17392025-01-29T04:28:30.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17402025-01-29T04:28:30.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17412025-01-29T04:28:30.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17422025-01-29T04:28:30.491Z
17432025-01-29T04:28:30.492Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17442025-01-29T04:28:30.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17452025-01-29T04:28:30.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17462025-01-29T04:28:30.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17472025-01-29T04:28:30.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17482025-01-29T04:28:30.924Z
17492025-01-29T04:28:30.924Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17502025-01-29T04:28:31.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17512025-01-29T04:28:31.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17522025-01-29T04:28:31.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17532025-01-29T04:28:31.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17542025-01-29T04:28:31.357Z
17552025-01-29T04:28:31.357Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17562025-01-29T04:28:31.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17572025-01-29T04:28:31.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17582025-01-29T04:28:31.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17592025-01-29T04:28:31.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17602025-01-29T04:28:31.786Z
17612025-01-29T04:28:31.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17622025-01-29T04:28:32.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17632025-01-29T04:28:32.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17642025-01-29T04:28:32.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17652025-01-29T04:28:32.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17662025-01-29T04:28:32.222Z
17672025-01-29T04:28:32.222Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17682025-01-29T04:28:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17692025-01-29T04:28:32.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17702025-01-29T04:28:32.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17712025-01-29T04:28:32.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17722025-01-29T04:28:32.656Z
17732025-01-29T04:28:32.656Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17742025-01-29T04:28:33.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17752025-01-29T04:28:33.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17762025-01-29T04:28:33.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17772025-01-29T04:28:33.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17782025-01-29T04:28:33.095Z
17792025-01-29T04:28:33.095Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17802025-01-29T04:28:33.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812025-01-29T04:28:33.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822025-01-29T04:28:33.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832025-01-29T04:28:33.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17842025-01-29T04:28:33.541Z
17852025-01-29T04:28:33.541Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17862025-01-29T04:28:33.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872025-01-29T04:28:33.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882025-01-29T04:28:33.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892025-01-29T04:28:33.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17902025-01-29T04:28:33.997Z
17912025-01-29T04:28:33.997Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17922025-01-29T04:28:34.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932025-01-29T04:28:34.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942025-01-29T04:28:34.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952025-01-29T04:28:34.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17962025-01-29T04:28:34.393Z
17972025-01-29T04:28:34.394Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17982025-01-29T04:28:34.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992025-01-29T04:28:34.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002025-01-29T04:28:34.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012025-01-29T04:28:34.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18022025-01-29T04:28:34.831Z
18032025-01-29T04:28:34.831Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
18042025-01-29T04:28:35.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052025-01-29T04:28:35.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062025-01-29T04:28:35.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072025-01-29T04:28:35.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18082025-01-29T04:28:35.269Z
18092025-01-29T04:28:35.269Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
18102025-01-29T04:28:35.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112025-01-29T04:28:35.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122025-01-29T04:28:35.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132025-01-29T04:28:35.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18142025-01-29T04:28:35.693Z
18152025-01-29T04:28:35.693Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18162025-01-29T04:28:36.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172025-01-29T04:28:36.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182025-01-29T04:28:36.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192025-01-29T04:28:36.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18202025-01-29T04:28:36.121Z
18212025-01-29T04:28:36.121Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18222025-01-29T04:28:36.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232025-01-29T04:28:36.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242025-01-29T04:28:36.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252025-01-29T04:28:36.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
18262025-01-29T04:28:36.544Z
18272025-01-29T04:28:36.544Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18282025-01-29T04:28:36.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292025-01-29T04:28:36.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302025-01-29T04:28:36.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312025-01-29T04:28:36.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18322025-01-29T04:28:36.976Z
18332025-01-29T04:28:36.976Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18342025-01-29T04:28:37.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352025-01-29T04:28:37.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362025-01-29T04:28:37.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372025-01-29T04:28:37.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18382025-01-29T04:28:37.416Z
18392025-01-29T04:28:37.416Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18402025-01-29T04:28:37.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412025-01-29T04:28:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422025-01-29T04:28:37.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432025-01-29T04:28:37.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18442025-01-29T04:28:37.845Z
18452025-01-29T04:28:37.845Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18462025-01-29T04:28:38.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472025-01-29T04:28:38.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482025-01-29T04:28:38.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492025-01-29T04:28:38.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18502025-01-29T04:28:38.274Z
18512025-01-29T04:28:38.274Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18522025-01-29T04:28:38.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532025-01-29T04:28:38.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542025-01-29T04:28:38.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552025-01-29T04:28:38.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18562025-01-29T04:28:38.702Z
18572025-01-29T04:28:38.702Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18582025-01-29T04:28:39.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592025-01-29T04:28:39.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602025-01-29T04:28:39.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612025-01-29T04:28:39.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18622025-01-29T04:28:39.139Z
18632025-01-29T04:28:39.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18642025-01-29T04:28:39.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652025-01-29T04:28:39.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662025-01-29T04:28:39.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672025-01-29T04:28:39.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18682025-01-29T04:28:39.567Z
18692025-01-29T04:28:39.567Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18702025-01-29T04:28:39.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712025-01-29T04:28:39.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722025-01-29T04:28:39.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732025-01-29T04:28:39.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18742025-01-29T04:28:39.996Z
18752025-01-29T04:28:39.996Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18762025-01-29T04:28:40.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772025-01-29T04:28:40.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782025-01-29T04:28:40.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792025-01-29T04:28:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18802025-01-29T04:28:40.430Z
18812025-01-29T04:28:40.430Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18822025-01-29T04:28:40.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832025-01-29T04:28:40.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842025-01-29T04:28:40.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852025-01-29T04:28:40.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18862025-01-29T04:28:40.868Z
18872025-01-29T04:28:40.868Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18882025-01-29T04:28:41.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892025-01-29T04:28:41.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902025-01-29T04:28:41.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912025-01-29T04:28:41.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18922025-01-29T04:28:41.302Z
18932025-01-29T04:28:41.302Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18942025-01-29T04:28:41.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952025-01-29T04:28:41.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962025-01-29T04:28:41.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972025-01-29T04:28:41.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18982025-01-29T04:28:41.726Z
18992025-01-29T04:28:41.726Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
19002025-01-29T04:28:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012025-01-29T04:28:42.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022025-01-29T04:28:42.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032025-01-29T04:28:42.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19042025-01-29T04:28:42.368Z
19052025-01-29T04:28:42.368Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
19062025-01-29T04:28:42.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072025-01-29T04:28:43.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082025-01-29T04:28:43.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092025-01-29T04:28:43.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19102025-01-29T04:28:43.181Z
19112025-01-29T04:28:43.183Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
19122025-01-29T04:28:43.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132025-01-29T04:28:43.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142025-01-29T04:28:43.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152025-01-29T04:28:43.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19162025-01-29T04:28:43.659Z
19172025-01-29T04:28:43.660Zinfo: running `cargo check --bins` on oxlog (48/197)
19182025-01-29T04:28:44.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192025-01-29T04:28:44.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202025-01-29T04:28:44.276Z Checking cfg-if v1.0.0
19212025-01-29T04:28:44.338Z Checking libc v0.2.169
19222025-01-29T04:28:44.390Z Checking serde v1.0.217
19232025-01-29T04:28:44.426Z Checking zeroize v1.8.1
19242025-01-29T04:28:44.426Z Checking memchr v2.7.4
19252025-01-29T04:28:44.427Z Checking typenum v1.17.0
19262025-01-29T04:28:44.482Z Checking subtle v2.6.1
19272025-01-29T04:28:44.482Z Checking scopeguard v1.2.0
19282025-01-29T04:28:44.561Z Checking value-bag v1.9.0
19292025-01-29T04:28:44.655Z Checking lock_api v0.4.12
19302025-01-29T04:28:44.724Z Checking smallvec v1.13.2
19312025-01-29T04:28:44.725Z Checking const-oid v0.9.6
19322025-01-29T04:28:44.882Z Checking log v0.4.22
19332025-01-29T04:28:44.931Z Checking itoa v1.0.11
19342025-01-29T04:28:44.977Z Checking pin-project-lite v0.2.14
19352025-01-29T04:28:45.134Z Checking byteorder v1.5.0
19362025-01-29T04:28:45.149Z Checking once_cell v1.20.2
19372025-01-29T04:28:45.223Z Checking futures-core v0.3.31
19382025-01-29T04:28:45.372Z Checking cpufeatures v0.2.14
19392025-01-29T04:28:45.404Z Checking getrandom v0.2.15
19402025-01-29T04:28:45.419Z Checking parking_lot_core v0.9.10
19412025-01-29T04:28:45.436Z Checking signal-hook-registry v1.4.2
19422025-01-29T04:28:45.449Z Checking generic-array v0.14.7
19432025-01-29T04:28:45.471Z Checking mio v1.0.2
19442025-01-29T04:28:45.521Z Checking stable_deref_trait v1.2.0
19452025-01-29T04:28:45.630Z Checking futures-sink v0.3.31
19462025-01-29T04:28:45.654Z Checking rand_core v0.6.4
19472025-01-29T04:28:45.682Z Checking socket2 v0.5.7
19482025-01-29T04:28:45.751Z Checking parking_lot v0.12.3
19492025-01-29T04:28:45.788Z Checking zerocopy v0.7.35
19502025-01-29T04:28:45.950Z Checking zerofrom v0.1.4
19512025-01-29T04:28:46.074Z Checking spin v0.9.8
19522025-01-29T04:28:46.136Z Checking slab v0.4.9
19532025-01-29T04:28:46.163Z Checking futures-channel v0.3.31
19542025-01-29T04:28:46.185Z Checking yoke v0.7.4
19552025-01-29T04:28:46.399Z Checking foldhash v0.1.3
19562025-01-29T04:28:46.512Z Checking equivalent v1.0.1
19572025-01-29T04:28:46.600Z Checking zerovec v0.10.4
19582025-01-29T04:28:46.600Z Checking crypto-common v0.1.6
19592025-01-29T04:28:46.600Z Checking block-buffer v0.10.4
19602025-01-29T04:28:46.600Z Checking pin-utils v0.1.0
19612025-01-29T04:28:46.670Z Checking allocator-api2 v0.2.18
19622025-01-29T04:28:46.671Z Checking futures-io v0.3.31
19632025-01-29T04:28:46.742Z Checking futures-task v0.3.31
19642025-01-29T04:28:46.742Z Checking block-padding v0.3.3
19652025-01-29T04:28:46.785Z Checking digest v0.10.7
19662025-01-29T04:28:46.831Z Checking ryu v1.0.18
19672025-01-29T04:28:46.892Z Checking futures-util v0.3.31
19682025-01-29T04:28:46.965Z Checking inout v0.1.3
19692025-01-29T04:28:47.029Z Checking litemap v0.7.3
19702025-01-29T04:28:47.053Z Checking fnv v1.0.7
19712025-01-29T04:28:47.103Z Checking hmac v0.12.1
19722025-01-29T04:28:47.120Z Checking writeable v0.5.5
19732025-01-29T04:28:47.166Z Checking hashbrown v0.15.1
19742025-01-29T04:28:47.179Z Checking cipher v0.4.4
19752025-01-29T04:28:47.305Z Checking sha2 v0.10.8
19762025-01-29T04:28:47.359Z Checking libm v0.2.8
19772025-01-29T04:28:47.441Z Checking base64ct v1.6.0
19782025-01-29T04:28:47.550Z Checking ppv-lite86 v0.2.20
19792025-01-29T04:28:47.866Z Checking pem-rfc7468 v0.7.0
19802025-01-29T04:28:47.887Z Checking icu_locid_transform_data v1.5.0
19812025-01-29T04:28:47.980Z Checking flagset v0.4.6
19822025-01-29T04:28:48.027Z Checking tinystr v0.7.6
19832025-01-29T04:28:48.122Z Checking icu_collections v1.5.0
19842025-01-29T04:28:48.175Z Checking der v0.7.9
19852025-01-29T04:28:48.178Z Checking tracing-core v0.1.32
19862025-01-29T04:28:48.275Z Checking num-traits v0.2.19
19872025-01-29T04:28:48.292Z Checking rand_chacha v0.3.1
19882025-01-29T04:28:48.352Z Checking icu_locid v1.5.0
19892025-01-29T04:28:48.677Z Checking thiserror v1.0.69
19902025-01-29T04:28:48.789Z Checking rustls-pki-types v1.10.0
19912025-01-29T04:28:48.806Z Checking percent-encoding v2.3.1
19922025-01-29T04:28:48.824Z Checking icu_properties_data v1.5.0
19932025-01-29T04:28:48.860Z Checking bytes v1.9.0
19942025-01-29T04:28:49.029Z Checking indexmap v2.7.1
19952025-01-29T04:28:49.087Z Checking serde_json v1.0.135
19962025-01-29T04:28:49.300Z Checking icu_provider v1.5.0
19972025-01-29T04:28:49.350Z Checking bitflags v2.6.0
19982025-01-29T04:28:49.638Z Checking tokio v1.43.0
19992025-01-29T04:28:49.657Z Checking http v1.2.0
20002025-01-29T04:28:49.750Z Checking tracing v0.1.40
20012025-01-29T04:28:49.878Z Checking spki v0.7.3
20022025-01-29T04:28:49.909Z Checking icu_locid_transform v1.5.0
20032025-01-29T04:28:50.108Z Checking rand v0.8.5
20042025-01-29T04:28:50.180Z Checking salsa20 v0.10.2
20052025-01-29T04:28:50.220Z Checking pbkdf2 v0.12.2
20062025-01-29T04:28:50.390Z Checking aws-lc-sys v0.22.0
20072025-01-29T04:28:50.408Z Checking httparse v1.9.5
20082025-01-29T04:28:50.665Z Checking untrusted v0.7.1
20092025-01-29T04:28:50.830Z Checking untrusted v0.9.0
20102025-01-29T04:28:50.859Z Checking mirai-annotations v1.12.0
20112025-01-29T04:28:50.897Z Checking icu_properties v1.5.1
20122025-01-29T04:28:50.926Z Checking powerfmt v0.2.0
20132025-01-29T04:28:51.008Z Checking utf8_iter v1.0.4
20142025-01-29T04:28:51.042Z Checking icu_normalizer_data v1.5.0
20152025-01-29T04:28:51.143Z Checking utf16_iter v1.0.5
20162025-01-29T04:28:51.224Z Checking write16 v1.0.0
20172025-01-29T04:28:51.240Z Checking deranged v0.3.11
20182025-01-29T04:28:51.314Z Checking ring v0.17.8
20192025-01-29T04:28:51.349Z Checking scrypt v0.11.0
20202025-01-29T04:28:51.364Z Checking aes v0.8.4
20212025-01-29T04:28:51.417Z Checking cbc v0.1.2
20222025-01-29T04:28:51.564Z Checking crossbeam-utils v0.8.20
20232025-01-29T04:28:51.612Z Checking num-conv v0.1.0
20242025-01-29T04:28:51.865Z Checking atomic-waker v1.1.2
20252025-01-29T04:28:52.017Z Checking time-core v0.1.2
20262025-01-29T04:28:52.195Z Checking num_threads v0.1.7
20272025-01-29T04:28:52.265Z Checking tinyvec_macros v0.1.1
20282025-01-29T04:28:52.268Z Checking pkcs5 v0.7.1
20292025-01-29T04:28:52.314Z Checking http-body v1.0.1
20302025-01-29T04:28:52.360Z Checking tinyvec v1.8.0
20312025-01-29T04:28:52.505Z Checking aws-lc-rs v1.10.0
20322025-01-29T04:28:52.535Z Checking form_urlencoded v1.2.1
20332025-01-29T04:28:52.624Z Checking time v0.3.36
20342025-01-29T04:28:52.747Z Checking try-lock v0.2.5
20352025-01-29T04:28:52.789Z Checking pkcs8 v0.10.2
20362025-01-29T04:28:52.901Z Checking want v0.3.1
20372025-01-29T04:28:53.102Z Checking uuid v1.12.0
20382025-01-29T04:28:53.117Z Checking httpdate v1.0.3
20392025-01-29T04:28:53.151Z Checking unicode-ident v1.0.14
20402025-01-29T04:28:53.335Z Checking proc-macro2 v1.0.92
20412025-01-29T04:28:53.352Z Checking toml_datetime v0.6.8
20422025-01-29T04:28:53.651Z Checking serde_spanned v0.6.8
20432025-01-29T04:28:53.654Z Checking slog v2.7.0
20442025-01-29T04:28:53.716Z Checking scroll v0.12.0
20452025-01-29T04:28:53.860Z Checking foreign-types-shared v0.1.1
20462025-01-29T04:28:53.983Z Checking ucd-trie v0.1.7
20472025-01-29T04:28:54.024Z Checking iana-time-zone v0.1.61
20482025-01-29T04:28:54.117Z Checking plain v0.2.3
20492025-01-29T04:28:54.163Z Checking rustls-webpki v0.102.8
20502025-01-29T04:28:54.180Z Checking base64 v0.22.1
20512025-01-29T04:28:54.197Z Checking adler2 v2.0.0
20522025-01-29T04:28:54.199Z Checking tower-service v0.3.3
20532025-01-29T04:28:54.226Z Checking icu_normalizer v1.5.0
20542025-01-29T04:28:54.268Z Checking match_cfg v0.1.0
20552025-01-29T04:28:54.336Z Checking goblin v0.8.2
20562025-01-29T04:28:54.355Z Checking miniz_oxide v0.8.0
20572025-01-29T04:28:54.372Z Checking hostname v0.3.1
20582025-01-29T04:28:54.502Z Checking pest v2.7.14
20592025-01-29T04:28:54.658Z Checking chrono v0.4.39
20602025-01-29T04:28:54.942Z Checking quote v1.0.38
20612025-01-29T04:28:54.969Z Checking foreign-types v0.3.2
20622025-01-29T04:28:55.018Z Checking idna_adapter v1.2.0
20632025-01-29T04:28:55.075Z Checking openssl-sys v0.9.103
20642025-01-29T04:28:55.106Z Checking dirs-sys-next v0.1.2
20652025-01-29T04:28:55.226Z Checking idna v1.0.3
20662025-01-29T04:28:55.255Z Checking errno v0.3.9
20672025-01-29T04:28:55.290Z Checking aho-corasick v1.1.3
20682025-01-29T04:28:55.434Z Compiling newtype-uuid v1.2.1
20692025-01-29T04:28:55.703Z Checking data-encoding v2.6.0
20702025-01-29T04:28:55.741Z Checking url v2.5.3
20712025-01-29T04:28:56.216Z Checking regex-syntax v0.8.5
20722025-01-29T04:28:56.275Z Checking siphasher v0.3.11
20732025-01-29T04:28:56.470Z Checking tokio-util v0.7.12
20742025-01-29T04:28:56.548Z Checking pretty-hex v0.4.1
20752025-01-29T04:28:56.590Z Checking openssl v0.10.66
20762025-01-29T04:28:56.701Z Checking rustix v0.38.37
20772025-01-29T04:28:56.793Z Checking dirs-next v2.0.0
20782025-01-29T04:28:56.908Z Checking syn v2.0.96
20792025-01-29T04:28:56.970Z Checking unicode-normalization v0.1.24
20802025-01-29T04:28:57.148Z Checking dtrace-parser v0.2.0
20812025-01-29T04:28:57.289Z Checking h2 v0.4.6
20822025-01-29T04:28:57.591Z Checking http-body-util v0.1.2
20832025-01-29T04:28:57.829Z Checking crossbeam-epoch v0.9.18
20842025-01-29T04:28:58.030Z Checking signature v2.2.0
20852025-01-29T04:28:58.230Z Checking sha1 v0.10.6
20862025-01-29T04:28:58.248Z Checking thread_local v1.1.8
20872025-01-29T04:28:58.506Z Checking thread-id v4.2.2
20882025-01-29T04:28:58.530Z Checking encoding_rs v0.8.34
20892025-01-29T04:28:58.624Z Checking anstyle v1.0.10
20902025-01-29T04:28:58.977Z Checking gimli v0.31.1
20912025-01-29T04:28:59.202Z Checking dof v0.3.0
20922025-01-29T04:28:59.465Z Checking regex-automata v0.4.8
20932025-01-29T04:28:59.744Z Checking either v1.13.0
20942025-01-29T04:28:59.852Z Checking openssl-probe v0.1.5
20952025-01-29T04:29:00.021Z Checking winnow v0.6.20
20962025-01-29T04:29:00.104Z Checking unicode-properties v0.1.3
20972025-01-29T04:29:00.500Z Checking mime v0.3.17
20982025-01-29T04:29:00.825Z Checking ipnet v2.10.1
20992025-01-29T04:29:00.875Z Checking utf8parse v0.2.2
21002025-01-29T04:29:01.053Z Checking unicode-bidi v0.3.17
21012025-01-29T04:29:01.292Z Checking anstyle-parse v0.2.5
21022025-01-29T04:29:01.569Z Checking crossbeam-deque v0.8.5
21032025-01-29T04:29:01.711Z Checking stringprep v0.1.5
21042025-01-29T04:29:01.755Z Checking native-tls v0.2.12
21052025-01-29T04:29:01.982Z Checking term v0.7.0
21062025-01-29T04:29:02.025Z Checking slog-json v2.6.1
21072025-01-29T04:29:02.132Z Checking rustls v0.22.4
21082025-01-29T04:29:02.323Z Checking rustls v0.23.19
21092025-01-29T04:29:02.375Z Checking serde_urlencoded v0.7.1
21102025-01-29T04:29:02.702Z Checking usdt-impl v0.5.0
21112025-01-29T04:29:02.773Z Checking addr2line v0.24.2
21122025-01-29T04:29:02.773Z Checking crossbeam-channel v0.5.13
21132025-01-29T04:29:02.834Z Checking toml_edit v0.22.22
21142025-01-29T04:29:03.197Z Checking futures-executor v0.3.31
21152025-01-29T04:29:03.219Z Checking num-integer v0.1.46
21162025-01-29T04:29:03.410Z Checking rustls-pemfile v2.2.0
21172025-01-29T04:29:03.435Z Checking md-5 v0.10.6
21182025-01-29T04:29:03.621Z Checking ff v0.13.0
21192025-01-29T04:29:03.667Z Checking hash32 v0.2.1
21202025-01-29T04:29:03.684Z Checking is-terminal v0.4.13
21212025-01-29T04:29:03.770Z Checking hyper v1.5.2
21222025-01-29T04:29:03.810Z Checking memmap v0.7.0
21232025-01-29T04:29:03.824Z Checking object v0.36.5
21242025-01-29T04:29:03.827Z Checking utf-8 v0.7.6
21252025-01-29T04:29:03.962Z Checking anstyle-query v1.1.1
21262025-01-29T04:29:04.025Z Checking is_terminal_polyfill v1.70.1
21272025-01-29T04:29:04.040Z Checking psl-types v2.0.11
21282025-01-29T04:29:04.100Z Checking take_mut v0.2.2
21292025-01-29T04:29:04.140Z Checking quick-error v1.2.3
21302025-01-29T04:29:04.229Z Checking rustc-demangle v0.1.24
21312025-01-29T04:29:04.247Z Checking dyn-clone v1.0.17
21322025-01-29T04:29:04.286Z Checking fallible-iterator v0.2.0
21332025-01-29T04:29:04.401Z Checking linked-hash-map v0.5.6
21342025-01-29T04:29:04.694Z Checking colorchoice v1.0.2
21352025-01-29T04:29:04.717Z Checking base16ct v0.2.0
21362025-01-29T04:29:04.848Z Checking anstream v0.6.15
21372025-01-29T04:29:04.872Z Checking postgres-protocol v0.6.7
21382025-01-29T04:29:04.922Z Checking sec1 v0.7.3
21392025-01-29T04:29:05.217Z Checking lru-cache v0.1.2
21402025-01-29T04:29:05.321Z Checking schemars v0.8.21
21412025-01-29T04:29:05.351Z Checking tokio-rustls v0.25.0
21422025-01-29T04:29:05.405Z Checking toml v0.8.19
21432025-01-29T04:29:05.405Z Checking resolv-conf v0.7.0
21442025-01-29T04:29:05.503Z Checking slog-async v2.8.0
21452025-01-29T04:29:05.701Z Checking hyper-util v0.1.10
21462025-01-29T04:29:05.738Z Checking publicsuffix v2.3.0
21472025-01-29T04:29:05.756Z Checking tungstenite v0.24.0
21482025-01-29T04:29:05.795Z Checking usdt v0.5.0
21492025-01-29T04:29:06.029Z Checking heapless v0.7.17
21502025-01-29T04:29:06.068Z Checking group v0.13.0
21512025-01-29T04:29:06.100Z Checking slog-term v2.9.1
21522025-01-29T04:29:06.328Z Checking num-iter v0.1.45
21532025-01-29T04:29:06.509Z Checking futures v0.3.31
21542025-01-29T04:29:06.620Z Checking slog-bunyan v2.5.0
21552025-01-29T04:29:06.636Z Checking tokio-native-tls v0.3.1
21562025-01-29T04:29:06.652Z Checking rayon-core v1.12.1
21572025-01-29T04:29:06.797Z Checking hickory-proto v0.24.2
21582025-01-29T04:29:06.866Z Checking multer v3.1.0
21592025-01-29T04:29:06.899Z Checking terminal_size v0.4.0
21602025-01-29T04:29:07.069Z Checking phf_shared v0.11.2
21612025-01-29T04:29:07.210Z Checking cookie v0.18.1
21622025-01-29T04:29:07.250Z Checking async-stream v0.3.6
21632025-01-29T04:29:07.321Z Checking bzip2-sys v0.1.11+1.0.8
21642025-01-29T04:29:07.347Z Checking signal-hook v0.3.17
21652025-01-29T04:29:07.393Z Checking tokio-rustls v0.26.0
21662025-01-29T04:29:07.445Z Checking camino v1.1.9
21672025-01-29T04:29:07.448Z Checking waitgroup v0.1.2
21682025-01-29T04:29:07.601Z Checking openapiv3 v2.0.0
21692025-01-29T04:29:07.633Z Checking webpki-roots v0.26.6
21702025-01-29T04:29:07.676Z Checking serde_path_to_error v0.1.16
21712025-01-29T04:29:07.706Z Checking hkdf v0.12.4
21722025-01-29T04:29:07.783Z Checking crypto-bigint v0.5.5
21732025-01-29T04:29:07.833Z Checking lazy_static v1.5.0
21742025-01-29T04:29:07.915Z Checking hostname v0.4.0
21752025-01-29T04:29:07.942Z Checking crc32fast v1.4.2
21762025-01-29T04:29:07.961Z Checking bitflags v1.3.2
21772025-01-29T04:29:08.056Z Checking clap_lex v0.7.4
21782025-01-29T04:29:08.073Z Checking strsim v0.11.1
21792025-01-29T04:29:08.184Z Checking winnow v0.5.40
21802025-01-29T04:29:08.261Z Checking unicode-width v0.2.0
21812025-01-29T04:29:08.308Z Checking debug-ignore v1.0.5
21822025-01-29T04:29:08.363Z Checking managed v0.8.0
21832025-01-29T04:29:08.450Z Checking clap_builder v4.5.27
21842025-01-29T04:29:08.749Z Checking smoltcp v0.9.1
21852025-01-29T04:29:08.752Z Checking console v0.15.10
21862025-01-29T04:29:09.331Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21872025-01-29T04:29:09.630Z Checking flate2 v1.0.35
21882025-01-29T04:29:09.788Z Checking backtrace v0.3.74
21892025-01-29T04:29:10.234Z Checking num-bigint-dig v0.8.4
21902025-01-29T04:29:10.261Z Checking hyper-rustls v0.27.3
21912025-01-29T04:29:10.364Z Checking anyhow v1.0.95
21922025-01-29T04:29:10.427Z Checking elliptic-curve v0.13.8
21932025-01-29T04:29:10.615Z Checking hyper-tls v0.6.0
21942025-01-29T04:29:10.730Z Checking signal-hook-mio v0.2.4
21952025-01-29T04:29:10.834Z Checking dropshot v0.12.0
21962025-01-29T04:29:10.883Z Checking cookie_store v0.21.1
21972025-01-29T04:29:10.900Z Checking bzip2 v0.4.4
21982025-01-29T04:29:11.056Z Checking phf v0.11.2
21992025-01-29T04:29:11.073Z Checking toml_edit v0.19.15
22002025-01-29T04:29:11.228Z Checking rayon v1.10.0
22012025-01-29T04:29:11.271Z Checking tokio-tungstenite v0.24.0
22022025-01-29T04:29:11.327Z Checking postgres-types v0.2.8
22032025-01-29T04:29:11.421Z Checking hickory-resolver v0.24.2
22042025-01-29T04:29:11.561Z Checking bstr v1.10.0
22052025-01-29T04:29:11.750Z Checking regex v1.11.1
22062025-01-29T04:29:11.964Z Checking ed25519 v2.2.3
22072025-01-29T04:29:12.192Z Checking tokio-stream v0.1.16
22082025-01-29T04:29:12.262Z Checking phf_shared v0.10.0
22092025-01-29T04:29:12.352Z Checking curve25519-dalek v4.1.3
22102025-01-29T04:29:12.466Z Checking zerocopy v0.6.6
22112025-01-29T04:29:12.527Z Checking hubpack v0.1.2
22122025-01-29T04:29:12.828Z Checking portable-atomic v1.9.0
22132025-01-29T04:29:12.999Z Checking pkcs1 v0.7.5
22142025-01-29T04:29:13.036Z Checking float-cmp v0.9.0
22152025-01-29T04:29:13.137Z Checking serde-big-array v0.5.1
22162025-01-29T04:29:13.243Z Checking rfc6979 v0.4.0
22172025-01-29T04:29:13.360Z Checking sync_wrapper v1.0.1
22182025-01-29T04:29:13.415Z Checking bit-vec v0.6.3
22192025-01-29T04:29:13.433Z Checking precomputed-hash v0.1.1
22202025-01-29T04:29:13.519Z Checking normalize-line-endings v0.3.0
22212025-01-29T04:29:13.536Z Checking whoami v1.5.2
22222025-01-29T04:29:13.556Z Checking number_prefix v0.4.0
22232025-01-29T04:29:13.652Z Checking minimal-lexical v0.2.1
22242025-01-29T04:29:13.724Z Checking fixedbitset v0.4.2
22252025-01-29T04:29:13.756Z Checking new_debug_unreachable v1.0.6
22262025-01-29T04:29:13.850Z Checking unicode-segmentation v1.12.0
22272025-01-29T04:29:13.853Z Checking predicates-core v1.0.8
22282025-01-29T04:29:13.877Z Checking difflib v0.4.0
22292025-01-29T04:29:13.981Z Checking static_assertions v1.1.0
22302025-01-29T04:29:14.046Z Checking nom v7.1.3
22312025-01-29T04:29:14.061Z Checking petgraph v0.6.5
22322025-01-29T04:29:14.082Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22332025-01-29T04:29:14.118Z Checking ed25519-dalek v2.1.1
22342025-01-29T04:29:14.195Z Checking predicates v3.1.2
22352025-01-29T04:29:14.270Z Checking qorb v0.2.1
22362025-01-29T04:29:14.526Z Checking similar v2.6.0
22372025-01-29T04:29:14.539Z Checking tokio-postgres v0.7.12
22382025-01-29T04:29:14.694Z Checking indicatif v0.17.11
22392025-01-29T04:29:14.813Z Checking string_cache v0.8.7
22402025-01-29T04:29:15.091Z Checking bit-set v0.5.3
22412025-01-29T04:29:15.351Z Checking toml v0.7.8
22422025-01-29T04:29:15.367Z Checking reqwest v0.12.9
22432025-01-29T04:29:15.408Z Checking ecdsa v0.16.9
22442025-01-29T04:29:16.034Z Checking rsa v0.9.6
22452025-01-29T04:29:16.139Z Checking clap v4.5.27
22462025-01-29T04:29:16.260Z Checking zip v0.6.6
22472025-01-29T04:29:16.731Z Checking crossterm v0.28.1
22482025-01-29T04:29:16.798Z Checking itertools v0.10.5
22492025-01-29T04:29:16.937Z Checking itertools v0.12.1
22502025-01-29T04:29:17.057Z Checking fs-err v2.11.0
22512025-01-29T04:29:17.143Z Checking ahash v0.8.11
22522025-01-29T04:29:17.373Z Checking x509-cert v0.2.5
22532025-01-29T04:29:17.428Z Checking semver v1.0.24
22542025-01-29T04:29:17.603Z Checking hex v0.4.3
22552025-01-29T04:29:17.639Z Checking lalrpop-util v0.19.12
22562025-01-29T04:29:17.832Z Checking peg-runtime v0.8.3
22572025-01-29T04:29:17.943Z Checking sigpipe v0.1.3
22582025-01-29T04:29:19.032Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22592025-01-29T04:29:19.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s
22602025-01-29T04:29:19.521Z
22612025-01-29T04:29:19.521Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22622025-01-29T04:29:20.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632025-01-29T04:29:20.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642025-01-29T04:29:20.196Z Compiling hashbrown v0.14.5
22652025-01-29T04:29:20.321Z Checking heck v0.5.0
22662025-01-29T04:29:20.332Z Compiling unsafe-libyaml v0.2.11
22672025-01-29T04:29:20.345Z Checking ipnetwork v0.20.0
22682025-01-29T04:29:20.359Z Compiling ident_case v1.0.1
22692025-01-29T04:29:20.375Z Checking progenitor-client v0.8.0
22702025-01-29T04:29:20.389Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22712025-01-29T04:29:20.496Z Checking newtype-uuid v1.2.1
22722025-01-29T04:29:20.535Z Compiling darling_core v0.20.10
22732025-01-29T04:29:20.675Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22742025-01-29T04:29:20.695Z Compiling proc-macro-crate v1.3.1
22752025-01-29T04:29:20.754Z Compiling structmeta-derive v0.3.0
22762025-01-29T04:29:20.757Z Compiling thiserror v2.0.11
22772025-01-29T04:29:20.996Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22782025-01-29T04:29:21.307Z Checking regress v0.10.1
22792025-01-29T04:29:21.331Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22802025-01-29T04:29:21.660Z Compiling serde_yaml v0.9.34+deprecated
22812025-01-29T04:29:21.798Z Compiling num_enum_derive v0.5.11
22822025-01-29T04:29:22.156Z Compiling lzma-sys v0.1.20
22832025-01-29T04:29:22.590Z Compiling foreign-types-macros v0.2.3
22842025-01-29T04:29:22.908Z Compiling thiserror-impl v2.0.11
22852025-01-29T04:29:23.458Z Compiling structmeta v0.3.0
22862025-01-29T04:29:23.799Z Compiling dropshot v0.15.1
22872025-01-29T04:29:23.878Z Checking foreign-types-shared v0.3.1
22882025-01-29T04:29:24.007Z Checking arc-swap v1.7.1
22892025-01-29T04:29:24.175Z Checking foreign-types v0.5.0
22902025-01-29T04:29:24.191Z Checking num_enum v0.5.11
22912025-01-29T04:29:24.288Z Compiling parse-display-derive v0.10.0
22922025-01-29T04:29:24.400Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22932025-01-29T04:29:24.423Z Checking slog-scope v4.4.0
22942025-01-29T04:29:24.631Z Compiling proc-macro-error v1.0.4
22952025-01-29T04:29:24.872Z Checking typify-impl v0.2.0
22962025-01-29T04:29:25.316Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972025-01-29T04:29:25.425Z Checking tungstenite v0.21.0
22982025-01-29T04:29:25.444Z Compiling heck v0.3.3
22992025-01-29T04:29:25.820Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23002025-01-29T04:29:26.246Z Compiling dropshot_endpoint v0.15.1
23012025-01-29T04:29:26.343Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23022025-01-29T04:29:26.358Z Checking cstr-argument v0.1.2
23032025-01-29T04:29:26.554Z Checking instant v0.1.13
23042025-01-29T04:29:26.676Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
23052025-01-29T04:29:26.693Z Checking fastrand v2.1.1
23062025-01-29T04:29:26.788Z Compiling darling_macro v0.20.10
23072025-01-29T04:29:26.953Z Checking pretty-hex v0.2.1
23082025-01-29T04:29:27.020Z Checking base64 v0.21.7
23092025-01-29T04:29:27.068Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102025-01-29T04:29:27.143Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23112025-01-29T04:29:27.334Z Checking tempfile v3.13.0
23122025-01-29T04:29:27.444Z Checking backoff v0.4.0
23132025-01-29T04:29:27.491Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142025-01-29T04:29:27.495Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152025-01-29T04:29:27.665Z Checking tokio-tungstenite v0.21.0
23162025-01-29T04:29:27.700Z Checking strum v0.26.3
23172025-01-29T04:29:27.729Z Compiling darling v0.20.10
23182025-01-29T04:29:27.752Z Compiling zone_cfg_derive v0.1.2
23192025-01-29T04:29:27.797Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202025-01-29T04:29:27.827Z Compiling serde_with_macros v3.11.0
23212025-01-29T04:29:27.867Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23222025-01-29T04:29:28.149Z Checking slog-stdlog v4.1.1
23232025-01-29T04:29:28.304Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23242025-01-29T04:29:28.341Z Checking regress v0.9.1
23252025-01-29T04:29:28.370Z Checking parse-display v0.10.0
23262025-01-29T04:29:28.454Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23272025-01-29T04:29:28.496Z Checking progenitor-client v0.9.1
23282025-01-29T04:29:28.621Z Checking colored v2.1.0
23292025-01-29T04:29:28.729Z Checking macaddr v1.0.1
23302025-01-29T04:29:28.884Z Checking base64 v0.13.1
23312025-01-29T04:29:28.939Z Checking unicode-width v0.1.14
23322025-01-29T04:29:29.130Z Checking zone v0.1.8
23332025-01-29T04:29:29.299Z Checking ron v0.7.1
23342025-01-29T04:29:29.512Z Checking tabwriter v1.4.0
23352025-01-29T04:29:29.722Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23362025-01-29T04:29:29.809Z Checking xz2 v0.1.7
23372025-01-29T04:29:30.150Z Checking slog-envlogger v2.2.0
23382025-01-29T04:29:30.535Z Checking xattr v1.3.1
23392025-01-29T04:29:30.739Z Checking pem v3.0.4
23402025-01-29T04:29:30.739Z Checking yasna v0.5.2
23412025-01-29T04:29:30.740Z Checking serde_with v3.11.0
23422025-01-29T04:29:30.740Z Checking headers-core v0.3.0
23432025-01-29T04:29:30.740Z Checking smf v0.2.3
23442025-01-29T04:29:30.768Z Checking filetime v0.2.25
23452025-01-29T04:29:30.829Z Checking same-file v1.0.6
23462025-01-29T04:29:31.023Z Checking walkdir v2.5.0
23472025-01-29T04:29:31.037Z Checking tar v0.4.42
23482025-01-29T04:29:31.055Z Checking headers v0.4.0
23492025-01-29T04:29:31.255Z Checking rcgen v0.12.1
23502025-01-29T04:29:31.334Z Checking atomicwrites v0.4.4
23512025-01-29T04:29:31.562Z Checking camino-tempfile v1.1.1
23522025-01-29T04:29:31.794Z Checking subprocess v0.2.9
23532025-01-29T04:29:34.582Z Compiling typify-macro v0.2.0
23542025-01-29T04:29:36.109Z Compiling typify v0.2.0
23552025-01-29T04:29:36.179Z Compiling progenitor-impl v0.8.0
23562025-01-29T04:29:38.698Z Compiling progenitor-macro v0.8.0
23572025-01-29T04:29:42.379Z Checking progenitor v0.8.0
23582025-01-29T04:29:42.515Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23592025-01-29T04:29:42.515Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23602025-01-29T04:29:45.183Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23612025-01-29T04:29:45.426Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23622025-01-29T04:29:51.437Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23632025-01-29T04:29:52.911Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23642025-01-29T04:29:54.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.57s
23652025-01-29T04:29:54.272Z
23662025-01-29T04:29:54.272Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23672025-01-29T04:29:54.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682025-01-29T04:29:54.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692025-01-29T04:29:54.928Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23702025-01-29T04:29:56.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
23712025-01-29T04:29:56.484Z
23722025-01-29T04:29:56.484Zinfo: running `cargo check --bins` on nexus-config (51/197)
23732025-01-29T04:29:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742025-01-29T04:29:57.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752025-01-29T04:29:57.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762025-01-29T04:29:57.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23772025-01-29T04:29:57.110Z
23782025-01-29T04:29:57.110Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23792025-01-29T04:29:57.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802025-01-29T04:29:57.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812025-01-29T04:29:57.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23822025-01-29T04:29:57.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23832025-01-29T04:29:57.702Z
23842025-01-29T04:29:57.702Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23852025-01-29T04:29:58.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862025-01-29T04:29:58.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872025-01-29T04:29:58.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882025-01-29T04:29:58.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23892025-01-29T04:29:58.319Z
23902025-01-29T04:29:58.319Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23912025-01-29T04:29:58.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922025-01-29T04:29:58.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932025-01-29T04:29:59.001Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23942025-01-29T04:29:59.105Z Compiling ipnetwork v0.20.0
23952025-01-29T04:29:59.105Z Compiling zerocopy v0.8.10
23962025-01-29T04:29:59.109Z Compiling progenitor-client v0.8.0
23972025-01-29T04:29:59.110Z Compiling itertools v0.13.0
23982025-01-29T04:29:59.110Z Compiling zerocopy-derive v0.8.10
23992025-01-29T04:29:59.110Z Compiling heapless v0.8.0
24002025-01-29T04:29:59.123Z Compiling thiserror v2.0.11
24012025-01-29T04:29:59.291Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24022025-01-29T04:29:59.430Z Checking hash32 v0.3.1
24032025-01-29T04:29:59.557Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
24042025-01-29T04:29:59.609Z Compiling progenitor v0.8.0
24052025-01-29T04:29:59.859Z Compiling instant v0.1.13
24062025-01-29T04:29:59.914Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
24072025-01-29T04:29:59.946Z Compiling smoltcp v0.11.0
24082025-01-29T04:29:59.983Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24092025-01-29T04:30:00.009Z Compiling backoff v0.4.0
24102025-01-29T04:30:00.229Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24112025-01-29T04:30:00.337Z Compiling dropshot v0.15.1
24122025-01-29T04:30:00.627Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24132025-01-29T04:30:00.788Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24142025-01-29T04:30:00.868Z Compiling serde_with v3.11.0
24152025-01-29T04:30:00.996Z Compiling parse-display v0.10.0
24162025-01-29T04:30:01.108Z Checking num-rational v0.4.2
24172025-01-29T04:30:01.612Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24182025-01-29T04:30:01.715Z Compiling progenitor-client v0.9.1
24192025-01-29T04:30:01.961Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24202025-01-29T04:30:02.260Z Compiling regress v0.9.1
24212025-01-29T04:30:03.276Z Compiling phf_generator v0.11.2
24222025-01-29T04:30:03.469Z Checking num-complex v0.4.6
24232025-01-29T04:30:04.340Z Compiling macaddr v1.0.1
24242025-01-29T04:30:04.678Z Checking cobs v0.2.3
24252025-01-29T04:30:04.784Z Checking num v0.4.3
24262025-01-29T04:30:04.867Z Checking postcard v1.0.10
24272025-01-29T04:30:04.896Z Compiling phf_codegen v0.11.2
24282025-01-29T04:30:05.240Z Compiling parse-zoneinfo v0.3.1
24292025-01-29T04:30:05.406Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24302025-01-29T04:30:05.713Z Checking float-ord v0.3.2
24312025-01-29T04:30:05.879Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24322025-01-29T04:30:06.999Z Compiling convert_case v0.4.0
24332025-01-29T04:30:07.432Z Compiling chrono-tz-build v0.4.0
24342025-01-29T04:30:07.728Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24352025-01-29T04:30:07.885Z Compiling derive_more v0.99.18
24362025-01-29T04:30:08.137Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24372025-01-29T04:30:08.425Z Compiling crucible-workspace-hack v0.1.0
24382025-01-29T04:30:08.593Z Checking newline-converter v0.3.0
24392025-01-29T04:30:08.631Z Compiling chrono-tz v0.10.1
24402025-01-29T04:30:08.761Z Checking prettyplease v0.2.25
24412025-01-29T04:30:08.781Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24422025-01-29T04:30:09.292Z Compiling slog-dtrace v0.3.0
24432025-01-29T04:30:09.403Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24442025-01-29T04:30:09.446Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24452025-01-29T04:30:09.660Z Checking expectorate v1.1.0
24462025-01-29T04:30:09.974Z Compiling zone_cfg_derive v0.3.0
24472025-01-29T04:30:10.081Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24482025-01-29T04:30:10.720Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24492025-01-29T04:30:11.279Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24502025-01-29T04:30:11.430Z Compiling const_format_proc_macros v0.2.34
24512025-01-29T04:30:11.526Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24522025-01-29T04:30:11.610Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24532025-01-29T04:30:11.786Z Compiling num-derive v0.4.2
24542025-01-29T04:30:11.861Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24552025-01-29T04:30:12.159Z Checking highway v1.2.0
24562025-01-29T04:30:12.634Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24572025-01-29T04:30:12.718Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24582025-01-29T04:30:12.889Z Checking zone v0.3.0
24592025-01-29T04:30:12.892Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24602025-01-29T04:30:13.313Z Checking const_format v0.2.34
24612025-01-29T04:30:13.339Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24622025-01-29T04:30:13.672Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24632025-01-29T04:30:14.102Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24642025-01-29T04:30:14.176Z Checking gethostname v0.5.0
24652025-01-29T04:30:14.308Z Checking bcs v0.1.6
24662025-01-29T04:30:14.362Z Compiling async-recursion v1.1.1
24672025-01-29T04:30:14.494Z Checking termtree v0.5.1
24682025-01-29T04:30:14.610Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24692025-01-29T04:30:14.830Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24702025-01-29T04:30:14.917Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24712025-01-29T04:30:16.823Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24722025-01-29T04:30:21.243Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24732025-01-29T04:30:24.531Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24742025-01-29T04:30:27.059Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24752025-01-29T04:30:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.86s
24762025-01-29T04:30:28.365Z
24772025-01-29T04:30:28.365Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24782025-01-29T04:30:28.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24792025-01-29T04:30:28.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24802025-01-29T04:30:28.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24812025-01-29T04:30:28.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24822025-01-29T04:30:28.990Z
24832025-01-29T04:30:28.990Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24842025-01-29T04:30:29.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24852025-01-29T04:30:29.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24862025-01-29T04:30:29.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24872025-01-29T04:30:29.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24882025-01-29T04:30:29.621Z
24892025-01-29T04:30:29.621Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24902025-01-29T04:30:30.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24912025-01-29T04:30:30.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24922025-01-29T04:30:30.274Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24932025-01-29T04:30:30.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
24942025-01-29T04:30:31.086Z
24952025-01-29T04:30:31.086Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24962025-01-29T04:30:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24972025-01-29T04:30:31.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24982025-01-29T04:30:31.768Z Compiling cfg_aliases v0.1.1
24992025-01-29T04:30:31.774Z Compiling vte_generate_state_changes v0.1.2
25002025-01-29T04:30:31.774Z Checking fd-lock v4.0.2
25012025-01-29T04:30:31.774Z Checking nibble_vec v0.1.0
25022025-01-29T04:30:31.774Z Checking endian-type v0.1.2
25032025-01-29T04:30:31.875Z Checking bytecount v0.6.8
25042025-01-29T04:30:31.896Z Compiling tabled_derive v0.7.0
25052025-01-29T04:30:31.922Z Compiling peg-macros v0.8.4
25062025-01-29T04:30:31.961Z Compiling nix v0.28.0
25072025-01-29T04:30:32.034Z Checking papergrid v0.11.0
25082025-01-29T04:30:32.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25092025-01-29T04:30:32.106Z Compiling sqlparser_derive v0.2.2
25102025-01-29T04:30:32.123Z Checking radix_trie v0.2.1
25112025-01-29T04:30:32.479Z Checking vte v0.11.1
25122025-01-29T04:30:32.495Z Checking nu-ansi-term v0.50.1
25132025-01-29T04:30:32.857Z Checking home v0.5.9
25142025-01-29T04:30:33.017Z Checking unicode_categories v0.1.1
25152025-01-29T04:30:33.087Z Checking display-error-chain v0.2.2
25162025-01-29T04:30:33.132Z Checking sqlparser v0.45.0
25172025-01-29T04:30:33.325Z Checking sqlformat v0.2.6
25182025-01-29T04:30:33.814Z Checking strip-ansi-escapes v0.2.0
25192025-01-29T04:30:33.946Z Checking tabled v0.15.0
25202025-01-29T04:30:33.964Z Checking reedline v0.35.0
25212025-01-29T04:30:34.448Z Checking peg v0.8.4
25222025-01-29T04:30:34.946Z Checking rustyline v14.0.0
25232025-01-29T04:30:43.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.66s
25242025-01-29T04:30:43.929Z
25252025-01-29T04:30:43.929Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25262025-01-29T04:30:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25272025-01-29T04:30:44.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25282025-01-29T04:30:44.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25292025-01-29T04:30:49.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.97s
25302025-01-29T04:30:50.092Z
25312025-01-29T04:30:50.092Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25322025-01-29T04:30:50.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25332025-01-29T04:30:50.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25342025-01-29T04:30:50.778Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352025-01-29T04:30:54.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
25362025-01-29T04:30:54.613Z
25372025-01-29T04:30:54.613Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25382025-01-29T04:30:55.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25392025-01-29T04:30:55.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25402025-01-29T04:30:55.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412025-01-29T04:31:00.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
25422025-01-29T04:31:00.462Z
25432025-01-29T04:31:00.462Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25442025-01-29T04:31:01.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25452025-01-29T04:31:01.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25462025-01-29T04:31:01.147Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25472025-01-29T04:31:06.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
25482025-01-29T04:31:06.434Z
25492025-01-29T04:31:06.434Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25502025-01-29T04:31:06.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25512025-01-29T04:31:07.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25522025-01-29T04:31:07.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25532025-01-29T04:31:10.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
25542025-01-29T04:31:11.092Z
25552025-01-29T04:31:11.092Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25562025-01-29T04:31:11.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25572025-01-29T04:31:11.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25582025-01-29T04:31:11.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25592025-01-29T04:31:15.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
25602025-01-29T04:31:15.765Z
25612025-01-29T04:31:15.766Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25622025-01-29T04:31:16.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25632025-01-29T04:31:16.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25642025-01-29T04:31:16.438Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25652025-01-29T04:31:21.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
25662025-01-29T04:31:21.685Z
25672025-01-29T04:31:21.685Zinfo: running `cargo check --bins` on oximeter (66/197)
25682025-01-29T04:31:22.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25692025-01-29T04:31:22.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25702025-01-29T04:31:22.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25712025-01-29T04:31:22.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25722025-01-29T04:31:22.290Z
25732025-01-29T04:31:22.290Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25742025-01-29T04:31:22.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25752025-01-29T04:31:22.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25762025-01-29T04:31:22.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25772025-01-29T04:31:22.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25782025-01-29T04:31:22.894Z
25792025-01-29T04:31:22.894Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25802025-01-29T04:31:23.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25812025-01-29T04:31:23.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25822025-01-29T04:31:23.525Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25832025-01-29T04:31:25.520Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25842025-01-29T04:31:26.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
25852025-01-29T04:31:26.648Z
25862025-01-29T04:31:26.648Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25872025-01-29T04:31:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882025-01-29T04:31:27.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892025-01-29T04:31:27.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902025-01-29T04:31:27.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25912025-01-29T04:31:27.277Z
25922025-01-29T04:31:27.277Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25932025-01-29T04:31:27.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942025-01-29T04:31:27.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952025-01-29T04:31:27.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962025-01-29T04:31:27.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25972025-01-29T04:31:27.914Z
25982025-01-29T04:31:27.914Zinfo: running `cargo check --bins` on oxql-types (71/197)
25992025-01-29T04:31:28.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002025-01-29T04:31:28.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012025-01-29T04:31:28.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26022025-01-29T04:31:28.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26032025-01-29T04:31:28.529Z
26042025-01-29T04:31:28.529Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
26052025-01-29T04:31:29.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-01-29T04:31:29.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-01-29T04:31:29.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26082025-01-29T04:31:29.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26092025-01-29T04:31:29.183Z
26102025-01-29T04:31:29.183Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
26112025-01-29T04:31:29.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-01-29T04:31:29.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-01-29T04:31:29.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26142025-01-29T04:31:29.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26152025-01-29T04:31:29.800Z
26162025-01-29T04:31:29.800Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26172025-01-29T04:31:30.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-01-29T04:31:30.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-01-29T04:31:30.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26202025-01-29T04:31:30.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26212025-01-29T04:31:30.437Z
26222025-01-29T04:31:30.437Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26232025-01-29T04:31:30.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-01-29T04:31:30.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-01-29T04:31:30.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262025-01-29T04:31:30.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26272025-01-29T04:31:31.072Z
26282025-01-29T04:31:31.072Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26292025-01-29T04:31:31.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-01-29T04:31:31.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-01-29T04:31:31.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322025-01-29T04:31:31.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26332025-01-29T04:31:31.701Z
26342025-01-29T04:31:31.702Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26352025-01-29T04:31:32.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-01-29T04:31:32.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-01-29T04:31:32.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382025-01-29T04:31:32.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26392025-01-29T04:31:32.328Z
26402025-01-29T04:31:32.328Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26412025-01-29T04:31:32.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422025-01-29T04:31:32.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432025-01-29T04:31:32.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442025-01-29T04:31:32.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26452025-01-29T04:31:32.930Z
26462025-01-29T04:31:32.930Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26472025-01-29T04:31:33.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482025-01-29T04:31:33.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492025-01-29T04:31:33.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502025-01-29T04:31:33.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26512025-01-29T04:31:33.569Z
26522025-01-29T04:31:33.569Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26532025-01-29T04:31:34.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542025-01-29T04:31:34.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552025-01-29T04:31:34.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562025-01-29T04:31:34.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26572025-01-29T04:31:34.193Z
26582025-01-29T04:31:34.193Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26592025-01-29T04:31:34.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602025-01-29T04:31:34.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612025-01-29T04:31:34.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622025-01-29T04:31:34.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26632025-01-29T04:31:34.825Z
26642025-01-29T04:31:34.825Zinfo: running `cargo check --bins` on dpd-client (82/197)
26652025-01-29T04:31:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662025-01-29T04:31:35.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672025-01-29T04:31:35.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682025-01-29T04:31:35.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26692025-01-29T04:31:35.447Z
26702025-01-29T04:31:35.447Zinfo: running `cargo check --bins` on gateway-client (83/197)
26712025-01-29T04:31:35.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722025-01-29T04:31:35.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732025-01-29T04:31:35.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742025-01-29T04:31:35.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26752025-01-29T04:31:36.060Z
26762025-01-29T04:31:36.060Zinfo: running `cargo check --bins` on installinator-client (84/197)
26772025-01-29T04:31:36.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782025-01-29T04:31:36.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792025-01-29T04:31:36.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26802025-01-29T04:31:36.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26812025-01-29T04:31:36.699Z
26822025-01-29T04:31:36.699Zinfo: running `cargo check --bins` on installinator-common (85/197)
26832025-01-29T04:31:37.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842025-01-29T04:31:37.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852025-01-29T04:31:37.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26862025-01-29T04:31:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26872025-01-29T04:31:37.332Z
26882025-01-29T04:31:37.332Zinfo: running `cargo check --bins` on update-engine (86/197)
26892025-01-29T04:31:37.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902025-01-29T04:31:37.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912025-01-29T04:31:37.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26922025-01-29T04:31:37.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26932025-01-29T04:31:37.949Z
26942025-01-29T04:31:37.949Zinfo: running `cargo check --bins` on nexus-client (87/197)
26952025-01-29T04:31:38.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962025-01-29T04:31:38.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972025-01-29T04:31:38.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26982025-01-29T04:31:38.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26992025-01-29T04:31:38.593Z
27002025-01-29T04:31:38.593Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
27012025-01-29T04:31:39.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022025-01-29T04:31:39.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032025-01-29T04:31:39.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27042025-01-29T04:31:39.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27052025-01-29T04:31:39.230Z
27062025-01-29T04:31:39.231Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
27072025-01-29T04:31:39.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082025-01-29T04:31:39.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092025-01-29T04:31:39.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27102025-01-29T04:31:39.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27112025-01-29T04:31:39.834Z
27122025-01-29T04:31:39.834Zinfo: running `cargo check --bins` on nexus-types (90/197)
27132025-01-29T04:31:40.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142025-01-29T04:31:40.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152025-01-29T04:31:40.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27162025-01-29T04:31:40.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27172025-01-29T04:31:40.480Z
27182025-01-29T04:31:40.480Zinfo: running `cargo check --bins` on oxide-client (91/197)
27192025-01-29T04:31:41.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202025-01-29T04:31:41.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212025-01-29T04:31:41.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27222025-01-29T04:31:41.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27232025-01-29T04:31:41.088Z
27242025-01-29T04:31:41.088Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27252025-01-29T04:31:41.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262025-01-29T04:31:41.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272025-01-29T04:31:41.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282025-01-29T04:31:41.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27292025-01-29T04:31:41.709Z
27302025-01-29T04:31:41.709Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27312025-01-29T04:31:42.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322025-01-29T04:31:42.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332025-01-29T04:31:42.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342025-01-29T04:31:42.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27352025-01-29T04:31:42.315Z
27362025-01-29T04:31:42.315Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27372025-01-29T04:31:42.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382025-01-29T04:31:42.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392025-01-29T04:31:42.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402025-01-29T04:31:42.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27412025-01-29T04:31:42.957Z
27422025-01-29T04:31:42.957Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27432025-01-29T04:31:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442025-01-29T04:31:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452025-01-29T04:31:43.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462025-01-29T04:31:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27472025-01-29T04:31:43.618Z
27482025-01-29T04:31:43.619Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27492025-01-29T04:31:44.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502025-01-29T04:31:44.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512025-01-29T04:31:44.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522025-01-29T04:31:44.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27532025-01-29T04:31:44.280Z
27542025-01-29T04:31:44.280Zinfo: running `cargo check --bins` on wicket-common (97/197)
27552025-01-29T04:31:44.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562025-01-29T04:31:44.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572025-01-29T04:31:44.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582025-01-29T04:31:44.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27592025-01-29T04:31:44.927Z
27602025-01-29T04:31:44.927Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27612025-01-29T04:31:45.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622025-01-29T04:31:45.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632025-01-29T04:31:45.584Z Checking csv-core v0.1.11
27642025-01-29T04:31:45.584Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27652025-01-29T04:31:45.587Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27662025-01-29T04:31:45.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27672025-01-29T04:31:45.866Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27682025-01-29T04:31:45.907Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27692025-01-29T04:31:45.919Z Checking csv v1.3.1
27702025-01-29T04:31:46.468Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27712025-01-29T04:31:46.808Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27722025-01-29T04:31:48.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
27732025-01-29T04:31:48.594Z
27742025-01-29T04:31:48.594Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27752025-01-29T04:31:49.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762025-01-29T04:31:49.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772025-01-29T04:31:49.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782025-01-29T04:31:49.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27792025-01-29T04:31:49.219Z
27802025-01-29T04:31:49.219Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27812025-01-29T04:31:49.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822025-01-29T04:31:49.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832025-01-29T04:31:49.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842025-01-29T04:31:49.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27852025-01-29T04:31:49.847Z
27862025-01-29T04:31:49.847Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27872025-01-29T04:31:50.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882025-01-29T04:31:50.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892025-01-29T04:31:50.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902025-01-29T04:31:50.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
27912025-01-29T04:31:50.572Z
27922025-01-29T04:31:50.572Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27932025-01-29T04:31:51.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942025-01-29T04:31:51.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952025-01-29T04:31:51.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962025-01-29T04:31:51.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27972025-01-29T04:31:51.316Z
27982025-01-29T04:31:51.316Zinfo: running `cargo check --bins` on dns-server (103/197)
27992025-01-29T04:31:51.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002025-01-29T04:31:51.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012025-01-29T04:31:51.968Z Compiling typify-impl v0.3.0
28022025-01-29T04:31:52.280Z Compiling parking_lot_core v0.8.6
28032025-01-29T04:31:52.299Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28042025-01-29T04:31:52.299Z Checking fxhash v0.2.1
28052025-01-29T04:31:52.299Z Checking hickory-client v0.24.2
28062025-01-29T04:31:52.299Z Checking hickory-server v0.24.2
28072025-01-29T04:31:52.840Z Checking parking_lot v0.11.2
28082025-01-29T04:31:52.853Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28092025-01-29T04:31:53.164Z Checking sled v0.34.7
28102025-01-29T04:31:57.623Z Compiling typify-macro v0.3.0
28112025-01-29T04:31:59.190Z Compiling typify v0.3.0
28122025-01-29T04:31:59.264Z Compiling progenitor-impl v0.9.1
28132025-01-29T04:32:01.738Z Compiling progenitor-macro v0.9.1
28142025-01-29T04:32:05.430Z Checking progenitor v0.9.1
28152025-01-29T04:32:05.562Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28162025-01-29T04:32:06.025Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28172025-01-29T04:32:07.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.97s
28182025-01-29T04:32:07.460Z
28192025-01-29T04:32:07.460Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28202025-01-29T04:32:08.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212025-01-29T04:32:08.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222025-01-29T04:32:08.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232025-01-29T04:32:08.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28242025-01-29T04:32:08.095Z
28252025-01-29T04:32:08.095Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28262025-01-29T04:32:08.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272025-01-29T04:32:08.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282025-01-29T04:32:08.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292025-01-29T04:32:08.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28302025-01-29T04:32:08.780Z
28312025-01-29T04:32:08.780Zinfo: running `cargo check --bins` on gateway-types (106/197)
28322025-01-29T04:32:09.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332025-01-29T04:32:09.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342025-01-29T04:32:09.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352025-01-29T04:32:09.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28362025-01-29T04:32:09.403Z
28372025-01-29T04:32:09.403Zinfo: running `cargo check --bins` on ipcc (107/197)
28382025-01-29T04:32:09.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392025-01-29T04:32:09.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402025-01-29T04:32:09.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412025-01-29T04:32:09.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28422025-01-29T04:32:10.033Z
28432025-01-29T04:32:10.033Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28442025-01-29T04:32:10.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452025-01-29T04:32:10.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462025-01-29T04:32:10.733Z Compiling radium v0.7.0
28472025-01-29T04:32:10.733Z Compiling semver v0.1.20
28482025-01-29T04:32:10.736Z Compiling maybe-uninit v2.0.0
28492025-01-29T04:32:10.853Z Checking tap v1.0.1
28502025-01-29T04:32:10.876Z Checking password-hash v0.5.0
28512025-01-29T04:32:10.880Z Checking blake2 v0.10.6
28522025-01-29T04:32:10.880Z Compiling owo-colors v4.1.0
28532025-01-29T04:32:10.880Z Compiling cancel-safe-futures v0.1.5
28542025-01-29T04:32:11.010Z Checking wyz v0.5.1
28552025-01-29T04:32:11.186Z Compiling rustc_version v0.1.7
28562025-01-29T04:32:11.254Z Checking funty v2.0.0
28572025-01-29T04:32:11.318Z Compiling packed_struct v0.10.1
28582025-01-29T04:32:11.356Z Checking crc-catalog v2.4.0
28592025-01-29T04:32:11.373Z Checking argon2 v0.5.3
28602025-01-29T04:32:11.449Z Compiling packed_struct_codegen v0.10.1
28612025-01-29T04:32:11.495Z Compiling indexmap v1.9.3
28622025-01-29T04:32:11.509Z Checking crc v3.2.1
28632025-01-29T04:32:11.619Z Compiling newtype_derive v0.1.6
28642025-01-29T04:32:11.672Z Checking half v2.4.1
28652025-01-29T04:32:11.762Z Checking nodrop v0.1.14
28662025-01-29T04:32:11.789Z Checking ciborium-io v0.2.2
28672025-01-29T04:32:11.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28682025-01-29T04:32:11.930Z Checking array-init v0.0.4
28692025-01-29T04:32:11.983Z Checking smallvec v0.6.14
28702025-01-29T04:32:12.032Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28712025-01-29T04:32:12.067Z Checking bitvec v1.0.1
28722025-01-29T04:32:12.090Z Checking ciborium-ll v0.2.2
28732025-01-29T04:32:12.110Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28742025-01-29T04:32:12.363Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28752025-01-29T04:32:12.386Z Checking libsw v3.3.1
28762025-01-29T04:32:12.668Z Compiling memoffset v0.9.1
28772025-01-29T04:32:12.720Z Checking indent_write v2.2.0
28782025-01-29T04:32:12.744Z Checking swrite v0.1.0
28792025-01-29T04:32:12.747Z Checking bitfield v0.14.0
28802025-01-29T04:32:12.920Z Checking hashbrown v0.12.3
28812025-01-29T04:32:12.941Z Checking termcolor v1.4.1
28822025-01-29T04:32:12.988Z Checking linear-map v1.2.0
28832025-01-29T04:32:13.183Z Checking ron v0.8.1
28842025-01-29T04:32:13.299Z Checking serde-hex v0.1.0
28852025-01-29T04:32:13.317Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28862025-01-29T04:32:13.357Z Checking env_logger v0.10.2
28872025-01-29T04:32:13.764Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28882025-01-29T04:32:13.788Z Checking ciborium v0.2.2
28892025-01-29T04:32:14.241Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28902025-01-29T04:32:14.363Z Checking steno v0.4.1
28912025-01-29T04:32:14.470Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28922025-01-29T04:32:14.736Z Checking hashbrown v0.13.2
28932025-01-29T04:32:14.754Z Checking humantime v2.1.0
28942025-01-29T04:32:14.814Z Checking crc-any v2.5.0
28952025-01-29T04:32:15.056Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28962025-01-29T04:32:15.189Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28972025-01-29T04:32:15.594Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28982025-01-29T04:32:15.628Z Checking path-slash v0.1.5
28992025-01-29T04:32:15.684Z Checking object v0.30.4
29002025-01-29T04:32:15.774Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29012025-01-29T04:32:15.957Z Checking nix v0.27.1
29022025-01-29T04:32:16.525Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29032025-01-29T04:32:16.707Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29042025-01-29T04:32:16.988Z Checking tungstenite v0.23.0
29052025-01-29T04:32:17.157Z Checking kstat-rs v0.2.4
29062025-01-29T04:32:17.247Z Checking signal-hook-tokio v0.3.1
29072025-01-29T04:32:17.501Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29082025-01-29T04:32:17.857Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29092025-01-29T04:32:17.879Z Checking tokio-tungstenite v0.23.1
29102025-01-29T04:32:18.331Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112025-01-29T04:32:18.398Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29122025-01-29T04:32:25.123Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29132025-01-29T04:32:26.454Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29142025-01-29T04:32:28.786Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29152025-01-29T04:32:34.140Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29162025-01-29T04:32:34.814Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29172025-01-29T04:32:37.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.54s
29182025-01-29T04:32:37.780Z
29192025-01-29T04:32:37.780Zinfo: running `cargo check --bins` on gateway-api (109/197)
29202025-01-29T04:32:38.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-01-29T04:32:38.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-01-29T04:32:38.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-01-29T04:32:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29242025-01-29T04:32:38.414Z
29252025-01-29T04:32:38.414Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29262025-01-29T04:32:38.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-01-29T04:32:38.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-01-29T04:32:38.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-01-29T04:32:38.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29302025-01-29T04:32:39.042Z
29312025-01-29T04:32:39.042Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29322025-01-29T04:32:39.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-01-29T04:32:39.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-01-29T04:32:39.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-01-29T04:32:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29362025-01-29T04:32:39.681Z
29372025-01-29T04:32:39.681Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29382025-01-29T04:32:40.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-01-29T04:32:40.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-01-29T04:32:40.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412025-01-29T04:32:40.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29422025-01-29T04:32:40.320Z
29432025-01-29T04:32:40.320Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29442025-01-29T04:32:40.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452025-01-29T04:32:40.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462025-01-29T04:32:40.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472025-01-29T04:32:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29482025-01-29T04:32:40.958Z
29492025-01-29T04:32:40.959Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29502025-01-29T04:32:41.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512025-01-29T04:32:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522025-01-29T04:32:41.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29532025-01-29T04:32:41.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29542025-01-29T04:32:41.601Z
29552025-01-29T04:32:41.601Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29562025-01-29T04:32:42.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572025-01-29T04:32:42.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582025-01-29T04:32:42.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29592025-01-29T04:32:42.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29602025-01-29T04:32:42.255Z
29612025-01-29T04:32:42.255Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29622025-01-29T04:32:42.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29632025-01-29T04:32:42.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29642025-01-29T04:32:42.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29652025-01-29T04:32:42.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29662025-01-29T04:32:42.902Z
29672025-01-29T04:32:42.902Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29682025-01-29T04:32:43.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29692025-01-29T04:32:43.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29702025-01-29T04:32:43.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29712025-01-29T04:32:43.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29722025-01-29T04:32:43.572Z
29732025-01-29T04:32:43.573Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29742025-01-29T04:32:44.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752025-01-29T04:32:44.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762025-01-29T04:32:44.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772025-01-29T04:32:44.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29782025-01-29T04:32:44.208Z
29792025-01-29T04:32:44.208Zinfo: running `cargo check --bins` on sp-sim (119/197)
29802025-01-29T04:32:44.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812025-01-29T04:32:44.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822025-01-29T04:32:44.860Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29832025-01-29T04:32:45.308Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29842025-01-29T04:32:47.049Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29852025-01-29T04:32:48.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
29862025-01-29T04:32:48.886Z
29872025-01-29T04:32:48.886Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29882025-01-29T04:32:49.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892025-01-29T04:32:49.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902025-01-29T04:32:49.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912025-01-29T04:32:49.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
29922025-01-29T04:32:49.567Z
29932025-01-29T04:32:49.567Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29942025-01-29T04:32:50.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952025-01-29T04:32:50.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962025-01-29T04:32:50.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29972025-01-29T04:32:50.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
29982025-01-29T04:32:50.266Z
29992025-01-29T04:32:50.266Zinfo: running `cargo check --bins` on db-macros (122/197)
30002025-01-29T04:32:50.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012025-01-29T04:32:50.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022025-01-29T04:32:50.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032025-01-29T04:32:50.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30042025-01-29T04:32:50.896Z
30052025-01-29T04:32:50.896Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
30062025-01-29T04:32:51.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072025-01-29T04:32:51.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082025-01-29T04:32:51.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30092025-01-29T04:32:51.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30102025-01-29T04:32:51.526Z
30112025-01-29T04:32:51.526Zinfo: running `cargo check --bins` on nexus-auth (124/197)
30122025-01-29T04:32:52.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132025-01-29T04:32:52.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142025-01-29T04:32:52.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30152025-01-29T04:32:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30162025-01-29T04:32:52.219Z
30172025-01-29T04:32:52.219Zinfo: running `cargo check --bins` on authz-macros (125/197)
30182025-01-29T04:32:52.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192025-01-29T04:32:52.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202025-01-29T04:32:52.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30212025-01-29T04:32:52.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30222025-01-29T04:32:52.841Z
30232025-01-29T04:32:52.841Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30242025-01-29T04:32:53.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252025-01-29T04:32:53.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262025-01-29T04:32:53.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30272025-01-29T04:32:53.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30282025-01-29T04:32:53.505Z
30292025-01-29T04:32:53.505Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30302025-01-29T04:32:54.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312025-01-29T04:32:54.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322025-01-29T04:32:54.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30332025-01-29T04:32:54.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30342025-01-29T04:32:54.178Z
30352025-01-29T04:32:54.178Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30362025-01-29T04:32:54.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372025-01-29T04:32:54.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382025-01-29T04:32:54.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392025-01-29T04:32:54.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30402025-01-29T04:32:54.817Z
30412025-01-29T04:32:54.817Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30422025-01-29T04:32:55.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-01-29T04:32:55.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-01-29T04:32:55.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-01-29T04:32:55.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30462025-01-29T04:32:55.479Z
30472025-01-29T04:32:55.479Zinfo: running `cargo check --bins` on typed-rng (130/197)
30482025-01-29T04:32:56.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-01-29T04:32:56.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-01-29T04:32:56.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-01-29T04:32:56.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30522025-01-29T04:32:56.093Z
30532025-01-29T04:32:56.093Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30542025-01-29T04:32:56.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-01-29T04:32:56.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-01-29T04:32:56.844Z Checking keccak v0.1.5
30572025-01-29T04:32:56.956Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30582025-01-29T04:32:56.958Z Checking secrecy v0.8.0
30592025-01-29T04:32:56.958Z Compiling unicase v2.7.0
30602025-01-29T04:32:56.983Z Compiling same-file v1.0.6
30612025-01-29T04:32:56.997Z Compiling tempfile v3.13.0
30622025-01-29T04:32:57.025Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
30632025-01-29T04:32:57.028Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30642025-01-29T04:32:57.128Z Compiling thiserror-impl-no-std v2.0.2
30652025-01-29T04:32:57.233Z Checking sha3 v0.10.8
30662025-01-29T04:32:57.271Z Compiling walkdir v2.5.0
30672025-01-29T04:32:57.319Z Checking universal-hash v0.5.1
30682025-01-29T04:32:57.356Z Compiling blake3 v1.5.4
30692025-01-29T04:32:57.490Z Checking opaque-debug v0.3.1
30702025-01-29T04:32:57.524Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30712025-01-29T04:32:57.570Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30722025-01-29T04:32:57.597Z Checking poly1305 v0.8.0
30732025-01-29T04:32:57.635Z Checking chacha20 v0.9.1
30742025-01-29T04:32:57.767Z Checking aead v0.5.2
30752025-01-29T04:32:57.832Z Compiling memmap2 v0.9.5
30762025-01-29T04:32:57.928Z Compiling arrayref v0.3.9
30772025-01-29T04:32:57.991Z Compiling libefi-sys v0.1.0
30782025-01-29T04:32:58.009Z Compiling salty v0.3.0
30792025-01-29T04:32:58.042Z Compiling arrayvec v0.7.6
30802025-01-29T04:32:58.107Z Compiling constant_time_eq v0.3.1
30812025-01-29T04:32:58.263Z Checking chacha20poly1305 v0.10.1
30822025-01-29T04:32:58.324Z Compiling toolchain_find v0.4.0
30832025-01-29T04:32:58.421Z Compiling camino-tempfile v1.1.1
30842025-01-29T04:32:58.443Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30852025-01-29T04:32:58.462Z Compiling bitfield-struct v0.6.2
30862025-01-29T04:32:58.731Z Compiling topological-sort v0.2.2
30872025-01-29T04:32:58.856Z Compiling mime_guess v2.0.5
30882025-01-29T04:32:58.889Z Compiling rustfmt-wrapper v0.2.1
30892025-01-29T04:32:59.369Z Compiling omicron-zone-package v0.12.0
30902025-01-29T04:32:59.455Z Compiling progenitor v0.9.1
30912025-01-29T04:32:59.541Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30922025-01-29T04:32:59.671Z Checking primeorder v0.13.6
30932025-01-29T04:32:59.817Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30942025-01-29T04:32:59.842Z Checking env_filter v0.1.2
30952025-01-29T04:32:59.858Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30962025-01-29T04:32:59.916Z Checking thiserror-no-std v2.0.2
30972025-01-29T04:33:00.029Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30982025-01-29T04:33:00.050Z Checking vsss-rs v3.3.4
30992025-01-29T04:33:00.087Z Checking env_logger v0.11.5
31002025-01-29T04:33:00.106Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31012025-01-29T04:33:00.130Z Checking p384 v0.13.0
31022025-01-29T04:33:00.213Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31032025-01-29T04:33:00.354Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31042025-01-29T04:33:00.447Z Checking lockfree-object-pool v0.1.6
31052025-01-29T04:33:00.683Z Compiling zip v2.1.3
31062025-01-29T04:33:00.704Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31072025-01-29T04:33:00.704Z Checking bumpalo v3.16.0
31082025-01-29T04:33:00.825Z Checking http-range v0.1.5
31092025-01-29T04:33:00.986Z Checking simd-adler32 v0.3.7
31102025-01-29T04:33:01.077Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31112025-01-29T04:33:01.112Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31122025-01-29T04:33:01.285Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31132025-01-29T04:33:01.356Z Checking zopfli v0.8.1
31142025-01-29T04:33:01.586Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31152025-01-29T04:33:01.720Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31162025-01-29T04:33:01.860Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31172025-01-29T04:33:02.074Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31182025-01-29T04:33:02.112Z Checking nanorand v0.7.0
31192025-01-29T04:33:02.352Z Checking atty v0.2.14
31202025-01-29T04:33:02.484Z Checking glob v0.3.2
31212025-01-29T04:33:02.505Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
31222025-01-29T04:33:02.573Z Checking flume v0.11.1
31232025-01-29T04:33:02.576Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31242025-01-29T04:33:02.800Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31252025-01-29T04:33:03.053Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31262025-01-29T04:33:03.770Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31272025-01-29T04:33:03.803Z Checking hyper-staticfile v0.10.1
31282025-01-29T04:33:04.140Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31292025-01-29T04:33:04.328Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31302025-01-29T04:33:04.535Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31312025-01-29T04:33:04.569Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31322025-01-29T04:33:04.810Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
31332025-01-29T04:33:05.100Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31342025-01-29T04:33:05.276Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31352025-01-29T04:33:05.524Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31362025-01-29T04:33:05.721Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31372025-01-29T04:33:08.799Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31382025-01-29T04:33:08.799Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31392025-01-29T04:33:17.125Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31402025-01-29T04:33:30.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
31412025-01-29T04:33:30.321Z
31422025-01-29T04:33:30.321Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31432025-01-29T04:33:30.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442025-01-29T04:33:30.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452025-01-29T04:33:31.060Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31462025-01-29T04:33:44.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
31472025-01-29T04:33:44.406Z
31482025-01-29T04:33:44.407Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31492025-01-29T04:33:45.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502025-01-29T04:33:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512025-01-29T04:33:45.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31522025-01-29T04:33:58.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
31532025-01-29T04:33:58.455Z
31542025-01-29T04:33:58.455Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31552025-01-29T04:33:59.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562025-01-29T04:33:59.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572025-01-29T04:33:59.197Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31582025-01-29T04:34:12.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
31592025-01-29T04:34:12.504Z
31602025-01-29T04:34:12.504Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31612025-01-29T04:34:13.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622025-01-29T04:34:13.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632025-01-29T04:34:13.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31642025-01-29T04:34:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
31652025-01-29T04:34:26.681Z
31662025-01-29T04:34:26.681Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31672025-01-29T04:34:27.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682025-01-29T04:34:27.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692025-01-29T04:34:27.415Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31702025-01-29T04:34:40.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.86s
31712025-01-29T04:34:40.744Z
31722025-01-29T04:34:40.744Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31732025-01-29T04:34:41.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742025-01-29T04:34:41.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752025-01-29T04:34:41.486Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31762025-01-29T04:34:54.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.21s
31772025-01-29T04:34:55.164Z
31782025-01-29T04:34:55.164Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31792025-01-29T04:34:55.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802025-01-29T04:34:55.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812025-01-29T04:34:55.892Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31822025-01-29T04:35:09.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
31832025-01-29T04:35:09.389Z
31842025-01-29T04:35:09.389Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31852025-01-29T04:35:09.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862025-01-29T04:35:09.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872025-01-29T04:35:09.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882025-01-29T04:35:09.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31892025-01-29T04:35:10.051Z
31902025-01-29T04:35:10.051Zinfo: running `cargo check --bins` on key-manager (140/197)
31912025-01-29T04:35:10.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922025-01-29T04:35:10.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932025-01-29T04:35:10.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942025-01-29T04:35:10.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31952025-01-29T04:35:10.685Z
31962025-01-29T04:35:10.685Zinfo: running `cargo check --bins` on range-requests (141/197)
31972025-01-29T04:35:11.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-01-29T04:35:11.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-01-29T04:35:11.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002025-01-29T04:35:11.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32012025-01-29T04:35:11.307Z
32022025-01-29T04:35:11.308Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
32032025-01-29T04:35:11.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-01-29T04:35:11.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-01-29T04:35:11.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062025-01-29T04:35:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32072025-01-29T04:35:11.939Z
32082025-01-29T04:35:11.939Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
32092025-01-29T04:35:12.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102025-01-29T04:35:12.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112025-01-29T04:35:12.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122025-01-29T04:35:12.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32132025-01-29T04:35:12.606Z
32142025-01-29T04:35:12.606Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
32152025-01-29T04:35:13.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162025-01-29T04:35:13.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172025-01-29T04:35:13.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182025-01-29T04:35:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32192025-01-29T04:35:13.216Z
32202025-01-29T04:35:13.216Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32212025-01-29T04:35:13.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222025-01-29T04:35:13.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232025-01-29T04:35:13.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242025-01-29T04:35:13.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32252025-01-29T04:35:13.846Z
32262025-01-29T04:35:13.846Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32272025-01-29T04:35:14.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282025-01-29T04:35:14.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292025-01-29T04:35:14.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302025-01-29T04:35:14.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32312025-01-29T04:35:14.484Z
32322025-01-29T04:35:14.484Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32332025-01-29T04:35:15.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342025-01-29T04:35:15.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352025-01-29T04:35:15.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362025-01-29T04:35:15.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32372025-01-29T04:35:15.143Z
32382025-01-29T04:35:15.143Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32392025-01-29T04:35:15.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402025-01-29T04:35:15.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412025-01-29T04:35:15.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422025-01-29T04:35:15.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32432025-01-29T04:35:15.803Z
32442025-01-29T04:35:15.803Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32452025-01-29T04:35:16.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462025-01-29T04:35:16.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472025-01-29T04:35:16.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482025-01-29T04:35:16.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32492025-01-29T04:35:16.461Z
32502025-01-29T04:35:16.461Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32512025-01-29T04:35:17.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522025-01-29T04:35:17.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532025-01-29T04:35:17.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542025-01-29T04:35:17.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32552025-01-29T04:35:17.106Z
32562025-01-29T04:35:17.106Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32572025-01-29T04:35:17.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582025-01-29T04:35:17.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592025-01-29T04:35:17.787Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32602025-01-29T04:35:17.787Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32612025-01-29T04:35:18.679Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32622025-01-29T04:35:20.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
32632025-01-29T04:35:20.933Z
32642025-01-29T04:35:20.934Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32652025-01-29T04:35:21.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-01-29T04:35:21.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-01-29T04:35:21.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682025-01-29T04:35:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32692025-01-29T04:35:21.567Z
32702025-01-29T04:35:21.567Zinfo: running `cargo check --bins` on cert-dev (153/197)
32712025-01-29T04:35:22.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-01-29T04:35:22.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-01-29T04:35:22.174Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32742025-01-29T04:35:22.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
32752025-01-29T04:35:22.615Z
32762025-01-29T04:35:22.615Zinfo: running `cargo check --bins` on clickana (154/197)
32772025-01-29T04:35:23.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-01-29T04:35:23.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-01-29T04:35:23.276Z Checking castaway v0.2.3
32802025-01-29T04:35:23.278Z Checking lru v0.12.5
32812025-01-29T04:35:23.278Z Compiling instability v0.3.2
32822025-01-29T04:35:23.278Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32832025-01-29T04:35:23.278Z Checking unicode-truncate v1.1.0
32842025-01-29T04:35:23.278Z Checking cassowary v0.3.0
32852025-01-29T04:35:23.507Z Checking compact_str v0.8.0
32862025-01-29T04:35:24.081Z Checking ratatui v0.28.1
32872025-01-29T04:35:24.940Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32882025-01-29T04:35:25.921Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32892025-01-29T04:35:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
32902025-01-29T04:35:26.931Z
32912025-01-29T04:35:26.931Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32922025-01-29T04:35:27.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32932025-01-29T04:35:27.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32942025-01-29T04:35:27.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32952025-01-29T04:35:27.604Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32962025-01-29T04:35:28.599Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32972025-01-29T04:35:29.081Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32982025-01-29T04:35:29.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
32992025-01-29T04:35:29.605Z
33002025-01-29T04:35:29.605Zinfo: running `cargo check --bins` on ch-dev (156/197)
33012025-01-29T04:35:30.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-01-29T04:35:30.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-01-29T04:35:30.259Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33042025-01-29T04:35:30.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
33052025-01-29T04:35:31.152Z
33062025-01-29T04:35:31.152Zinfo: running `cargo check --bins` on crdb-seed (157/197)
33072025-01-29T04:35:31.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-01-29T04:35:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-01-29T04:35:31.808Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33102025-01-29T04:35:32.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
33112025-01-29T04:35:32.329Z
33122025-01-29T04:35:32.329Zinfo: running `cargo check --bins` on db-dev (158/197)
33132025-01-29T04:35:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-01-29T04:35:32.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-01-29T04:35:32.996Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33162025-01-29T04:35:33.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
33172025-01-29T04:35:33.899Z
33182025-01-29T04:35:33.899Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33192025-01-29T04:35:34.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-01-29T04:35:34.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-01-29T04:35:34.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-01-29T04:35:34.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33232025-01-29T04:35:34.533Z
33242025-01-29T04:35:34.533Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33252025-01-29T04:35:35.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-01-29T04:35:35.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-01-29T04:35:35.141Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33282025-01-29T04:35:35.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33292025-01-29T04:35:36.155Z
33302025-01-29T04:35:36.155Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33312025-01-29T04:35:36.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-01-29T04:35:36.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-01-29T04:35:36.763Z Checking cargo-platform v0.1.8
33342025-01-29T04:35:37.038Z Checking cargo_metadata v0.18.1
33352025-01-29T04:35:37.952Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33362025-01-29T04:35:38.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
33372025-01-29T04:35:38.942Z
33382025-01-29T04:35:38.942Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33392025-01-29T04:35:39.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402025-01-29T04:35:39.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412025-01-29T04:35:39.652Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33422025-01-29T04:35:41.042Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33432025-01-29T04:35:41.614Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33442025-01-29T04:35:42.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
33452025-01-29T04:35:42.326Z
33462025-01-29T04:35:42.327Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33472025-01-29T04:35:42.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-01-29T04:35:42.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-01-29T04:35:43.111Z Compiling crunchy v0.2.2
33502025-01-29T04:35:43.111Z Compiling tiny-keccak v2.0.2
33512025-01-29T04:35:43.113Z Compiling dsl_auto_type v0.1.2
33522025-01-29T04:35:43.113Z Checking scheduled-thread-pool v0.2.7
33532025-01-29T04:35:43.113Z Compiling diesel_table_macro_syntax v0.2.0
33542025-01-29T04:35:43.240Z Compiling ascii-canvas v3.0.0
33552025-01-29T04:35:43.255Z Compiling ena v0.14.3
33562025-01-29T04:35:43.269Z Compiling regex-syntax v0.6.29
33572025-01-29T04:35:43.472Z Checking r2d2 v0.8.10
33582025-01-29T04:35:43.514Z Compiling diff v0.1.13
33592025-01-29T04:35:43.631Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33602025-01-29T04:35:43.712Z Compiling ref-cast v1.0.23
33612025-01-29T04:35:43.715Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33622025-01-29T04:35:43.806Z Compiling derive_builder_core v0.20.2
33632025-01-29T04:35:43.833Z Compiling libxml v0.3.3
33642025-01-29T04:35:44.025Z Compiling ref-cast-impl v1.0.23
33652025-01-29T04:35:44.044Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33662025-01-29T04:35:44.282Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33672025-01-29T04:35:44.326Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33682025-01-29T04:35:44.466Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33692025-01-29T04:35:44.525Z Compiling strum_macros v0.24.3
33702025-01-29T04:35:44.604Z Compiling samael v0.0.17
33712025-01-29T04:35:44.678Z Compiling diesel_derives v2.2.3
33722025-01-29T04:35:44.823Z Compiling indoc v1.0.9
33732025-01-29T04:35:45.720Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33742025-01-29T04:35:46.029Z Compiling derive_builder_macro v0.20.2
33752025-01-29T04:35:46.052Z Compiling oso-derive v0.27.3
33762025-01-29T04:35:46.812Z Compiling lalrpop v0.19.12
33772025-01-29T04:35:46.887Z Checking derive_builder v0.20.2
33782025-01-29T04:35:47.044Z Compiling impl-trait-for-tuples v0.2.2
33792025-01-29T04:35:47.064Z Checking quick-xml v0.33.0
33802025-01-29T04:35:47.488Z Compiling diesel-dtrace v0.4.2
33812025-01-29T04:35:47.778Z Checking maplit v1.0.2
33822025-01-29T04:35:47.904Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33832025-01-29T04:35:47.925Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33842025-01-29T04:35:48.210Z Checking bb8 v0.8.5
33852025-01-29T04:35:48.533Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33862025-01-29T04:35:48.705Z Checking rand_seeder v0.3.0
33872025-01-29T04:35:48.773Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33882025-01-29T04:35:48.791Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33892025-01-29T04:35:48.939Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33902025-01-29T04:35:49.146Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33912025-01-29T04:35:49.414Z Checking smawk v0.3.2
33922025-01-29T04:35:49.431Z Checking unicode-linebreak v0.1.5
33932025-01-29T04:35:49.631Z Checking is_ci v1.2.0
33942025-01-29T04:35:49.790Z Checking supports-color v3.0.1
33952025-01-29T04:35:49.865Z Checking textwrap v0.16.1
33962025-01-29T04:35:50.023Z Checking multimap v0.10.0
33972025-01-29T04:35:50.581Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33982025-01-29T04:35:52.814Z Checking diesel v2.2.6
33992025-01-29T04:36:17.429Z Compiling polar-core v0.27.3
34002025-01-29T04:36:18.094Z Checking async-bb8-diesel v0.2.1
34012025-01-29T04:36:24.694Z Checking oso v0.27.3
34022025-01-29T04:37:26.022Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34032025-01-29T04:37:32.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
34042025-01-29T04:37:32.583Z
34052025-01-29T04:37:32.583Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
34062025-01-29T04:37:33.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072025-01-29T04:37:33.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082025-01-29T04:37:33.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092025-01-29T04:37:33.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34102025-01-29T04:37:33.261Z
34112025-01-29T04:37:33.261Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
34122025-01-29T04:37:33.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132025-01-29T04:37:33.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142025-01-29T04:37:33.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152025-01-29T04:37:33.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34162025-01-29T04:37:33.956Z
34172025-01-29T04:37:33.956Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34182025-01-29T04:37:34.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192025-01-29T04:37:34.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202025-01-29T04:37:34.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212025-01-29T04:37:34.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34222025-01-29T04:37:34.567Z
34232025-01-29T04:37:34.567Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34242025-01-29T04:37:35.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252025-01-29T04:37:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262025-01-29T04:37:35.400Z Compiling libz-sys v1.1.20
34272025-01-29T04:37:35.403Z Compiling libgit2-sys v0.17.0+1.8.1
34282025-01-29T04:37:35.532Z Compiling vergen v8.3.2
34292025-01-29T04:37:35.534Z Compiling cargo-platform v0.1.8
34302025-01-29T04:37:35.534Z Compiling pin-project-internal v1.1.6
34312025-01-29T04:37:35.574Z Compiling libsqlite3-sys v0.30.1
34322025-01-29T04:37:35.577Z Compiling snafu-derive v0.8.5
34332025-01-29T04:37:35.577Z Compiling buf-list v1.0.3
34342025-01-29T04:37:35.861Z Compiling cargo_metadata v0.18.1
34352025-01-29T04:37:35.990Z Compiling rustls v0.21.12
34362025-01-29T04:37:36.088Z Compiling cfg_aliases v0.2.1
34372025-01-29T04:37:36.219Z Compiling nix v0.29.0
34382025-01-29T04:37:36.269Z Checking globset v0.4.15
34392025-01-29T04:37:36.349Z Checking olpc-cjson v0.1.4
34402025-01-29T04:37:36.445Z Checking rustls-webpki v0.101.7
34412025-01-29T04:37:36.586Z Checking sct v0.7.1
34422025-01-29T04:37:36.744Z Checking serde_plain v1.0.2
34432025-01-29T04:37:36.798Z Checking typed-path v0.9.3
34442025-01-29T04:37:37.358Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34452025-01-29T04:37:37.405Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34462025-01-29T04:37:37.665Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34472025-01-29T04:37:37.709Z Checking hashlink v0.9.1
34482025-01-29T04:37:37.968Z Checking fallible-streaming-iterator v0.1.9
34492025-01-29T04:37:38.180Z Checking parse-size v1.1.0
34502025-01-29T04:37:38.198Z Checking pin-project v1.1.6
34512025-01-29T04:37:38.247Z Checking fallible-iterator v0.3.0
34522025-01-29T04:37:38.433Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34532025-01-29T04:37:38.655Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34542025-01-29T04:37:38.792Z Checking rusqlite v0.32.1
34552025-01-29T04:37:38.823Z Checking rustls-pemfile v1.0.4
34562025-01-29T04:37:38.875Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34572025-01-29T04:37:39.025Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34582025-01-29T04:37:39.453Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34592025-01-29T04:37:39.475Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34602025-01-29T04:37:39.536Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34612025-01-29T04:37:39.610Z Checking twox-hash v2.1.0
34622025-01-29T04:37:39.788Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34632025-01-29T04:37:39.876Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34642025-01-29T04:37:40.078Z Checking tokio-rustls v0.24.1
34652025-01-29T04:37:40.217Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34662025-01-29T04:37:40.304Z Checking snafu v0.8.5
34672025-01-29T04:37:40.712Z Checking tough v0.19.0
34682025-01-29T04:37:41.156Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34692025-01-29T04:37:41.263Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34702025-01-29T04:37:41.622Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34712025-01-29T04:37:41.643Z Checking fatfs v0.3.6
34722025-01-29T04:37:41.686Z Checking assert_matches v1.5.0
34732025-01-29T04:37:44.701Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34742025-01-29T04:37:46.017Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34752025-01-29T04:37:48.050Z Compiling git2 v0.19.0
34762025-01-29T04:37:52.116Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34772025-01-29T04:38:46.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
34782025-01-29T04:38:46.933Z
34792025-01-29T04:38:46.933Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34802025-01-29T04:38:47.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812025-01-29T04:38:47.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822025-01-29T04:38:47.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832025-01-29T04:38:47.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34842025-01-29T04:38:47.605Z
34852025-01-29T04:38:47.605Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34862025-01-29T04:38:48.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872025-01-29T04:38:48.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882025-01-29T04:38:48.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892025-01-29T04:38:48.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34902025-01-29T04:38:48.201Z
34912025-01-29T04:38:48.201Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34922025-01-29T04:38:48.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932025-01-29T04:38:48.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942025-01-29T04:38:48.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952025-01-29T04:38:48.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34962025-01-29T04:38:48.856Z
34972025-01-29T04:38:48.856Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34982025-01-29T04:38:49.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992025-01-29T04:38:49.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002025-01-29T04:38:49.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012025-01-29T04:38:49.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35022025-01-29T04:38:49.530Z
35032025-01-29T04:38:49.530Zinfo: running `cargo check --bins` on nexus-networking (172/197)
35042025-01-29T04:38:50.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052025-01-29T04:38:50.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062025-01-29T04:38:50.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072025-01-29T04:38:50.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35082025-01-29T04:38:50.212Z
35092025-01-29T04:38:50.212Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
35102025-01-29T04:38:50.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112025-01-29T04:38:50.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122025-01-29T04:38:50.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132025-01-29T04:38:50.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35142025-01-29T04:38:50.878Z
35152025-01-29T04:38:50.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35162025-01-29T04:38:51.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172025-01-29T04:38:51.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182025-01-29T04:38:51.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192025-01-29T04:38:51.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35202025-01-29T04:38:51.558Z
35212025-01-29T04:38:51.558Zinfo: running `cargo check --bins` on update-common (175/197)
35222025-01-29T04:38:52.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232025-01-29T04:38:52.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242025-01-29T04:38:52.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252025-01-29T04:38:52.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35262025-01-29T04:38:52.205Z
35272025-01-29T04:38:52.205Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35282025-01-29T04:38:52.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292025-01-29T04:38:52.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302025-01-29T04:38:52.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312025-01-29T04:38:52.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322025-01-29T04:38:52.843Z
35332025-01-29T04:38:52.843Zinfo: running `cargo check --bins` on tufaceous (177/197)
35342025-01-29T04:38:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352025-01-29T04:38:53.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362025-01-29T04:38:53.503Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35372025-01-29T04:38:54.636Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35382025-01-29T04:38:55.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
35392025-01-29T04:38:55.623Z
35402025-01-29T04:38:55.623Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35412025-01-29T04:38:56.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-01-29T04:38:56.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-01-29T04:38:56.472Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35442025-01-29T04:38:56.474Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35452025-01-29T04:38:56.616Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35462025-01-29T04:38:56.622Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35472025-01-29T04:38:57.711Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35482025-01-29T04:39:24.969Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35492025-01-29T04:39:24.972Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35502025-01-29T04:39:24.972Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35512025-01-29T04:39:24.972Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35522025-01-29T04:39:24.972Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35532025-01-29T04:39:24.972Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35542025-01-29T04:39:25.870Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35552025-01-29T04:39:27.073Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35562025-01-29T04:40:06.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s
35572025-01-29T04:40:06.691Z
35582025-01-29T04:40:06.691Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35592025-01-29T04:40:07.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602025-01-29T04:40:07.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612025-01-29T04:40:07.402Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35622025-01-29T04:40:07.405Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35632025-01-29T04:40:07.405Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35642025-01-29T04:40:07.531Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35652025-01-29T04:40:07.534Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35662025-01-29T04:40:07.558Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35672025-01-29T04:40:07.560Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35682025-01-29T04:40:07.575Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35692025-01-29T04:40:07.727Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35702025-01-29T04:40:07.769Z Checking heck v0.4.1
35712025-01-29T04:40:07.841Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35722025-01-29T04:40:07.992Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35732025-01-29T04:40:08.108Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35742025-01-29T04:40:08.397Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35752025-01-29T04:40:08.804Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35762025-01-29T04:40:08.972Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35772025-01-29T04:40:09.274Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35782025-01-29T04:40:10.044Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35792025-01-29T04:40:10.515Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35802025-01-29T04:40:11.036Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35812025-01-29T04:40:11.401Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35822025-01-29T04:40:12.841Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35832025-01-29T04:40:12.841Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35842025-01-29T04:40:14.548Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35852025-01-29T04:40:16.021Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35862025-01-29T04:40:21.711Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35872025-01-29T04:40:21.711Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35882025-01-29T04:40:22.913Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35892025-01-29T04:40:23.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
35902025-01-29T04:40:24.107Z
35912025-01-29T04:40:24.107Zinfo: running `cargo check --bins` on installinator-api (180/197)
35922025-01-29T04:40:24.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932025-01-29T04:40:24.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942025-01-29T04:40:24.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952025-01-29T04:40:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35962025-01-29T04:40:24.749Z
35972025-01-29T04:40:24.749Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35982025-01-29T04:40:25.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992025-01-29T04:40:25.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002025-01-29T04:40:25.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012025-01-29T04:40:25.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36022025-01-29T04:40:25.407Z
36032025-01-29T04:40:25.407Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
36042025-01-29T04:40:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-01-29T04:40:25.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-01-29T04:40:26.103Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36072025-01-29T04:40:26.103Z Compiling petname v2.0.2
36082025-01-29T04:40:26.106Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36092025-01-29T04:40:26.106Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36102025-01-29T04:40:26.106Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36112025-01-29T04:40:26.106Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36122025-01-29T04:40:26.106Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36132025-01-29T04:40:26.233Z Checking sync-ptr v0.1.1
36142025-01-29T04:40:31.489Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36152025-01-29T04:40:32.263Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36162025-01-29T04:40:33.211Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36172025-01-29T04:40:34.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
36182025-01-29T04:40:34.919Z
36192025-01-29T04:40:34.919Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36202025-01-29T04:40:35.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212025-01-29T04:40:35.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222025-01-29T04:40:35.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232025-01-29T04:40:35.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36242025-01-29T04:40:35.588Z
36252025-01-29T04:40:35.588Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36262025-01-29T04:40:36.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272025-01-29T04:40:36.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282025-01-29T04:40:36.266Z Checking memmap2 v0.9.5
36292025-01-29T04:40:36.266Z Checking constant_time_eq v0.3.1
36302025-01-29T04:40:36.266Z Checking arrayref v0.3.9
36312025-01-29T04:40:36.269Z Checking arrayvec v0.7.6
36322025-01-29T04:40:36.269Z Checking topological-sort v0.2.2
36332025-01-29T04:40:36.269Z Checking shell-words v1.1.0
36342025-01-29T04:40:36.651Z Checking blake3 v1.5.4
36352025-01-29T04:40:36.988Z Checking omicron-zone-package v0.12.0
36362025-01-29T04:40:38.118Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36372025-01-29T04:40:39.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
36382025-01-29T04:40:39.218Z
36392025-01-29T04:40:39.219Zinfo: running `cargo check --bins` on xtask (185/197)
36402025-01-29T04:40:39.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412025-01-29T04:40:39.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422025-01-29T04:40:39.644Z Checking bitflags v2.6.0
36432025-01-29T04:40:39.646Z Checking serde v1.0.217
36442025-01-29T04:40:39.646Z Checking thiserror v1.0.69
36452025-01-29T04:40:39.739Z Checking scroll v0.12.0
36462025-01-29T04:40:39.746Z Checking log v0.4.22
36472025-01-29T04:40:39.748Z Checking hashbrown v0.15.1
36482025-01-29T04:40:39.748Z Checking zerocopy v0.7.35
36492025-01-29T04:40:39.778Z Checking syn v2.0.96
36502025-01-29T04:40:39.841Z Checking pest v2.7.14
36512025-01-29T04:40:39.982Z Checking rustix v0.38.37
36522025-01-29T04:40:39.998Z Checking once_cell v1.20.2
36532025-01-29T04:40:40.179Z Checking goblin v0.8.2
36542025-01-29T04:40:40.304Z Checking fs-err v2.11.0
36552025-01-29T04:40:40.642Z Checking anyhow v1.0.95
36562025-01-29T04:40:40.708Z Checking indexmap v2.7.1
36572025-01-29T04:40:40.946Z Checking tabled v0.15.0
36582025-01-29T04:40:41.833Z Checking terminal_size v0.4.0
36592025-01-29T04:40:41.833Z Checking tempfile v3.13.0
36602025-01-29T04:40:42.019Z Checking clap_builder v4.5.27
36612025-01-29T04:40:42.163Z Checking dtrace-parser v0.2.0
36622025-01-29T04:40:43.611Z Checking serde_json v1.0.135
36632025-01-29T04:40:43.611Z Checking toml_datetime v0.6.8
36642025-01-29T04:40:43.611Z Checking serde_spanned v0.6.8
36652025-01-29T04:40:43.614Z Checking camino v1.1.9
36662025-01-29T04:40:43.614Z Checking cargo-platform v0.1.8
36672025-01-29T04:40:43.814Z Checking semver v1.0.24
36682025-01-29T04:40:43.897Z Checking toml_edit v0.22.22
36692025-01-29T04:40:43.914Z Checking macaddr v1.0.1
36702025-01-29T04:40:44.164Z Checking camino-tempfile v1.1.1
36712025-01-29T04:40:44.288Z Checking clap v4.5.27
36722025-01-29T04:40:44.894Z Checking dof v0.3.0
36732025-01-29T04:40:44.894Z Checking cargo_metadata v0.18.1
36742025-01-29T04:40:45.290Z Checking usdt-impl v0.5.0
36752025-01-29T04:40:45.660Z Checking usdt v0.5.0
36762025-01-29T04:40:45.725Z Checking toml v0.8.19
36772025-01-29T04:40:46.195Z Checking cargo_toml v0.20.5
36782025-01-29T04:40:47.343Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36792025-01-29T04:40:47.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s
36802025-01-29T04:40:48.084Z
36812025-01-29T04:40:48.085Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36822025-01-29T04:40:48.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832025-01-29T04:40:48.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842025-01-29T04:40:48.846Z Checking polyval v0.6.2
36852025-01-29T04:40:48.962Z Checking ctr v0.9.2
36862025-01-29T04:40:48.976Z Checking ssh-encoding v0.2.0
36872025-01-29T04:40:48.976Z Checking blowfish v0.9.1
36882025-01-29T04:40:49.001Z Checking password-hash v0.4.2
36892025-01-29T04:40:49.015Z Checking p256 v0.13.2
36902025-01-29T04:40:49.018Z Checking p521 v0.13.3
36912025-01-29T04:40:49.047Z Checking russh-cryptovec v0.7.3
36922025-01-29T04:40:49.202Z Checking ghash v0.5.1
36932025-01-29T04:40:49.222Z Checking bcrypt-pbkdf v0.10.0
36942025-01-29T04:40:49.225Z Checking md5 v0.7.0
36952025-01-29T04:40:49.260Z Checking num-bigint v0.4.6
36962025-01-29T04:40:49.279Z Checking des v0.8.1
36972025-01-29T04:40:49.376Z Checking aes-gcm v0.10.3
36982025-01-29T04:40:49.396Z Checking pbkdf2 v0.11.0
36992025-01-29T04:40:49.480Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37002025-01-29T04:40:49.502Z Checking hex-literal v0.4.1
37012025-01-29T04:40:49.505Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37022025-01-29T04:40:49.540Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37032025-01-29T04:40:49.617Z Checking ssh-cipher v0.2.0
37042025-01-29T04:40:49.645Z Checking internet-checksum v0.2.1
37052025-01-29T04:40:49.907Z Checking ssh-key v0.6.6
37062025-01-29T04:40:50.111Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37072025-01-29T04:40:51.089Z Checking russh-keys v0.45.0
37082025-01-29T04:40:51.925Z Checking russh v0.45.0
37092025-01-29T04:41:09.888Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37102025-01-29T04:41:11.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.17s
37112025-01-29T04:41:11.485Z
37122025-01-29T04:41:11.485Zinfo: running `cargo check --bins` on gateway-cli (187/197)
37132025-01-29T04:41:12.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142025-01-29T04:41:12.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152025-01-29T04:41:12.135Z Checking termios v0.3.3
37162025-01-29T04:41:12.358Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37172025-01-29T04:41:13.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
37182025-01-29T04:41:13.337Z
37192025-01-29T04:41:13.337Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37202025-01-29T04:41:13.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212025-01-29T04:41:13.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222025-01-29T04:41:14.038Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37232025-01-29T04:41:14.038Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37242025-01-29T04:41:14.040Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37252025-01-29T04:41:14.040Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37262025-01-29T04:41:15.050Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37272025-01-29T04:41:16.287Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37282025-01-29T04:41:18.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
37292025-01-29T04:41:18.254Z
37302025-01-29T04:41:18.254Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37312025-01-29T04:41:18.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322025-01-29T04:41:18.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332025-01-29T04:41:18.914Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37342025-01-29T04:41:19.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
37352025-01-29T04:41:19.562Z
37362025-01-29T04:41:19.562Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37372025-01-29T04:41:20.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382025-01-29T04:41:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392025-01-29T04:41:20.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402025-01-29T04:41:20.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37412025-01-29T04:41:20.182Z
37422025-01-29T04:41:20.182Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37432025-01-29T04:41:20.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442025-01-29T04:41:20.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452025-01-29T04:41:20.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462025-01-29T04:41:20.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37472025-01-29T04:41:20.806Z
37482025-01-29T04:41:20.806Zinfo: running `cargo check --bins` on omicron-package (192/197)
37492025-01-29T04:41:21.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502025-01-29T04:41:21.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512025-01-29T04:41:21.485Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37522025-01-29T04:41:22.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
37532025-01-29T04:41:23.042Z
37542025-01-29T04:41:23.042Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37552025-01-29T04:41:23.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562025-01-29T04:41:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572025-01-29T04:41:23.743Z Checking rtoolbox v0.0.2
37582025-01-29T04:41:23.743Z Checking tui-tree-widget v0.22.0
37592025-01-29T04:41:23.746Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37602025-01-29T04:41:23.982Z Checking rpassword v7.3.1
37612025-01-29T04:41:27.762Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37622025-01-29T04:41:30.623Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37632025-01-29T04:41:31.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s
37642025-01-29T04:41:31.946Z
37652025-01-29T04:41:31.946Zinfo: running `cargo check --bins` on wicket (194/197)
37662025-01-29T04:41:32.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672025-01-29T04:41:32.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682025-01-29T04:41:32.637Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37692025-01-29T04:41:33.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
37702025-01-29T04:41:33.232Z
37712025-01-29T04:41:33.232Zinfo: running `cargo check --bins` on wicketd (195/197)
37722025-01-29T04:41:33.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732025-01-29T04:41:33.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742025-01-29T04:41:33.956Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37752025-01-29T04:41:33.956Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37762025-01-29T04:41:34.778Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37772025-01-29T04:41:38.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
37782025-01-29T04:41:38.785Z
37792025-01-29T04:41:38.785Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37802025-01-29T04:41:39.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812025-01-29T04:41:39.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822025-01-29T04:41:39.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832025-01-29T04:41:39.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37842025-01-29T04:41:39.390Z
37852025-01-29T04:41:39.390Zinfo: running `cargo check --bins` on zone-setup (197/197)
37862025-01-29T04:41:39.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872025-01-29T04:41:39.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882025-01-29T04:41:40.121Z Checking uzers v0.12.1
37892025-01-29T04:41:40.471Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37902025-01-29T04:41:41.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s
37912025-01-29T04:41:41.797Z
37922025-01-29T04:41:41.797Zreal 13:29.964858752
37932025-01-29T04:41:41.797Zuser 25:56.596103237
37942025-01-29T04:41:41.798Zsys 4:15.729841654
37952025-01-29T04:41:41.798Ztrap 0.537181321
37962025-01-29T04:41:41.798Ztflt 3.001380259
37972025-01-29T04:41:41.798Zdflt 2.482512170
37982025-01-29T04:41:41.798Zkflt 0.001868006
37992025-01-29T04:41:41.798Zlock 45:24.453181204
38002025-01-29T04:41:41.801Zslp 2:09:02.384534874
38012025-01-29T04:41:41.801Zlat 1:06.779604767
38022025-01-29T04:41:41.801Zstop 3:53.336302427
38032025-01-29T04:41:41.801Zprocess exited: duration 1178541 ms, exit code 0
 
38042025-01-29T04:41:41.806Zfound 0 output files