01JJNT2SCNWTDDT2WD64F8TTRB: 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: 01JJNT3NZ1TZC9V9AQC736E2Z0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-28T06:50:18.698Zjob assigned to worker 01JJNTR3RH8ZXE6C8R3FXAF6TS [factory aws, i-04f829ae4076376a9] (queued for 12 m 0 s)
 
22025-01-28T06:50:26.945Zstarting task 0: "setup"
32025-01-28T06:50:26.955Z++ uname -s
42025-01-28T06:50:26.957Z+ kern=SunOS
52025-01-28T06:50:26.957Z+ case "$kern" in
62025-01-28T06:50:26.957Z+ groupadd -g 12345 build
72025-01-28T06:50:26.960Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-28T06:50:28.968Z+ zfs create -o mountpoint=/work rpool/work
92025-01-28T06:50:29.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-28T06:50:29.086Z+ home_fs=zfs
112025-01-28T06:50:29.087Z+ [[ zfs == autofs ]]
122025-01-28T06:50:29.087Z+ mkdir -p /home/build
132025-01-28T06:50:29.090Z+ chown build:build /home/build /work
142025-01-28T06:50:31.090Z+ chmod 0700 /home/build /work
152025-01-28T06:50:31.093Zprocess exited: duration 4148 ms, exit code 0
 
162025-01-28T06:50:31.098Zstarting task 1: "rust-toolchain"
172025-01-28T06:50:31.104Z+ printf ' * toolchain channel = "%s"
182025-01-28T06:50:31.104Z * toolchain channel = "1.84.0"
192025-01-28T06:50:31.104Z' 1.84.0
202025-01-28T06:50:31.104Z+ printf ' * toolchain profile = "%s"
212025-01-28T06:50:31.104Z' default
222025-01-28T06:50:31.104Z * toolchain profile = "default"
232025-01-28T06:50:31.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-28T06:50:31.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-28T06:50:31.226Zinfo: downloading installer
262025-01-28T06:50:32.339Zinfo: profile set to 'default'
272025-01-28T06:50:32.339Zinfo: default host triple is x86_64-unknown-illumos
282025-01-28T06:50:32.341Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-28T06:50:32.492Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-28T06:50:32.492Zinfo: downloading component 'cargo'
312025-01-28T06:50:33.353Zinfo: downloading component 'clippy'
322025-01-28T06:50:33.683Zinfo: downloading component 'rust-docs'
332025-01-28T06:50:34.857Zinfo: downloading component 'rust-std'
342025-01-28T06:50:36.602Zinfo: downloading component 'rustc'
352025-01-28T06:50:43.287Zinfo: downloading component 'rustfmt'
362025-01-28T06:50:43.538Zinfo: installing component 'cargo'
372025-01-28T06:50:44.420Zinfo: installing component 'clippy'
382025-01-28T06:50:44.824Zinfo: installing component 'rust-docs'
392025-01-28T06:50:46.537Zinfo: installing component 'rust-std'
402025-01-28T06:50:48.387Zinfo: installing component 'rustc'
412025-01-28T06:50:54.663Zinfo: installing component 'rustfmt'
422025-01-28T06:50:55.000Z
432025-01-28T06:50:55.001Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
442025-01-28T06:50:55.394Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-28T06:50:55.394Z
462025-01-28T06:50:55.397Z
472025-01-28T06:50:55.397ZRust is installed now. Great!
482025-01-28T06:50:55.397Z
492025-01-28T06:50:55.397ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-28T06:50:55.397Zenvironment variable. This has not been done automatically.
512025-01-28T06:50:55.397Z
522025-01-28T06:50:55.397ZTo configure your current shell, you need to source
532025-01-28T06:50:55.397Zthe corresponding env file under $HOME/.cargo.
542025-01-28T06:50:55.397Z
552025-01-28T06:50:55.397ZThis is usually done by running one of the following (note the leading DOT):
562025-01-28T06:50:55.397Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-28T06:50:55.397Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-28T06:50:55.478Z+ rustc --version
592025-01-28T06:50:55.547Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-28T06:50:55.550Zprocess exited: duration 24445 ms, exit code 0
 
612025-01-28T06:50:55.556Zstarting task 2: "authentication"
622025-01-28T06:50:55.577Zprocess exited: duration 21 ms, exit code 0
 
632025-01-28T06:50:55.583Zstarting task 3: "clone repository"
642025-01-28T06:50:55.588Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-28T06:50:55.591Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-28T06:50:55.628ZCloning into '/work/oxidecomputer/omicron'...
672025-01-28T06:51:03.083Z+ cd /work/oxidecomputer/omicron
682025-01-28T06:51:03.083Z+ git fetch origin e98365b41adb2804430886777368cbda500567c3
692025-01-28T06:51:03.120ZFrom https://github.com/oxidecomputer/omicron
702025-01-28T06:51:03.121Z * branch e98365b41adb2804430886777368cbda500567c3 -> FETCH_HEAD
712025-01-28T06:51:03.131Z+ [[ -n '' ]]
722025-01-28T06:51:03.131Z+ git reset --hard e98365b41adb2804430886777368cbda500567c3
732025-01-28T06:51:03.313ZHEAD is now at e98365b41 Update Rust crate test-strategy to 0.4.0
742025-01-28T06:51:03.317Zprocess exited: duration 7730 ms, exit code 0
 
752025-01-28T06:51:03.324Zstarting task 4: "build"
762025-01-28T06:51:03.328Z+ source .github/buildomat/ci-env.sh
772025-01-28T06:51:03.328Z++ export CARGO_TERM_COLOR=always
782025-01-28T06:51:03.332Z++ CARGO_TERM_COLOR=always
792025-01-28T06:51:03.332Z+ cargo --version
802025-01-28T06:51:03.391Zcargo 1.84.0 (66221abde 2024-11-19)
812025-01-28T06:51:03.394Z+ rustc --version
822025-01-28T06:51:03.459Zrustc 1.84.0 (9fc6b4312 2025-01-07)
832025-01-28T06:51:03.463Z+ source ./env.sh
842025-01-28T06:51:03.463Z++ OLD_SHELL_OPTS=ehxB
852025-01-28T06:51:03.463Z++ set -o xtrace
862025-01-28T06:51:03.466Z++++ dirname ./env.sh
872025-01-28T06:51:03.468Z+++ readlink -f .
882025-01-28T06:51:03.471Z++ OMICRON_WS=/work/oxidecomputer/omicron
892025-01-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ 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-28T06:51:03.471Z++ case $OLD_SHELL_OPTS in
982025-01-28T06:51:03.471Z++ unset OLD_SHELL_OPTS OMICRON_WS
992025-01-28T06:51:03.471Z+ 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-28T06:51:03.471Z+ 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-28T06:51:03.471Z+ banner prerequisites
1022025-01-28T06:51:03.475Z
1032025-01-28T06:51:03.475Z ##### ##### ###### ##### ###### #### # # # #### #
1042025-01-28T06:51:03.475Z # # # # # # # # # # # # # # #
1052025-01-28T06:51:03.475Z # # # # ##### # # ##### # # # # # #### #
1062025-01-28T06:51:03.475Z ##### ##### # ##### # # # # # # # # #
1072025-01-28T06:51:03.475Z # # # # # # # # # # # # # # #
1082025-01-28T06:51:03.475Z # # # ###### # # ###### ### # #### # #### #
1092025-01-28T06:51:03.475Z
1102025-01-28T06:51:03.475Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1112025-01-28T06:51:05.100Zpkg list: illegal option -- F
1122025-01-28T06:51:05.100ZUsage:
1132025-01-28T06:51:05.103Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1142025-01-28T06:51:05.103Z [pkg_fmri_pattern ...]
1152025-01-28T06:51:05.960Zpkg list: illegal option -- F
1162025-01-28T06:51:05.960ZUsage:
1172025-01-28T06:51:05.962Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1182025-01-28T06:51:05.963Z [pkg_fmri_pattern ...]
1192025-01-28T06:51:12.064Z Startup: Refreshing catalog 'helios-dev' ... Done
1202025-01-28T06:51:16.170Z Startup: Caching catalogs ... Done
1212025-01-28T06:51:27.544ZPlanning: Solver setup ... Done (10.545s)
1222025-01-28T06:51:27.690ZPlanning: Running solver ... Done (0.146s)
1232025-01-28T06:51:27.813ZPlanning: Finding local manifests ... Done (0.006s)
1242025-01-28T06:51:27.822ZPlanning: Fetching manifests: 0/7 0% complete
1252025-01-28T06:51:28.057ZPlanning: Fetching manifests: 7/7 100% complete
1262025-01-28T06:51:28.179ZPlanning: Package planning ... Done (0.114s)
1272025-01-28T06:51:28.228ZPlanning: Merging actions ... Done (0.057s)
1282025-01-28T06:51:28.424ZPlanning: Checking for conflicting actions ... Done (0.196s)
1292025-01-28T06:51:30.519ZPlanning: Consolidating action changes ... Done (2.094s)
1302025-01-28T06:51:30.961ZPlanning: Evaluating mediators ... Done (0.441s)
1312025-01-28T06:51:31.047ZPlanning: Planning completed in 14.78 seconds
1322025-01-28T06:51:31.099Z Packages to install: 4
1332025-01-28T06:51:31.099Z Packages to update: 3
1342025-01-28T06:51:31.099Z Mediators to change: 2
1352025-01-28T06:51:31.106Z Services to change: 1
1362025-01-28T06:51:31.106Z Estimated space available: 155.61 GB
1372025-01-28T06:51:31.106ZEstimated space to be consumed: 1.64 GB
1382025-01-28T06:51:31.106Z Create boot environment: No
1392025-01-28T06:51:31.106ZCreate backup boot environment: Yes
1402025-01-28T06:51:31.106Z Rebuild boot archive: No
1412025-01-28T06:51:31.106Z
1422025-01-28T06:51:31.106ZChanged mediators:
1432025-01-28T06:51:31.107Z mediator clang:
1442025-01-28T06:51:31.107Z version: None -> 15 (system default)
1452025-01-28T06:51:31.107Z
1462025-01-28T06:51:31.107Z mediator llvm:
1472025-01-28T06:51:31.107Z version: 14 (system default) -> 15 (system default)
1482025-01-28T06:51:31.107Z
1492025-01-28T06:51:31.107ZChanged packages:
1502025-01-28T06:51:31.107Zhelios-dev
1512025-01-28T06:51:31.107Z developer/build-essential
1522025-01-28T06:51:31.107Z None -> 11-2.0
1532025-01-28T06:51:31.107Z library/libxmlsec1
1542025-01-28T06:51:31.107Z None -> 1.2.35-2.0
1552025-01-28T06:51:31.107Z ooce/developer/clang-15
1562025-01-28T06:51:31.107Z None -> 15.0.7-2.0
1572025-01-28T06:51:31.107Z ooce/developer/llvm-15
1582025-01-28T06:51:31.107Z None -> 15.0.7-2.0
1592025-01-28T06:51:31.107Z package/pkg
1602025-01-28T06:51:31.107Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1612025-01-28T06:51:31.107Z system/library/g++-runtime
1622025-01-28T06:51:31.107Z 13-2.0 -> 14-2.0
1632025-01-28T06:51:31.107Z system/library/gcc-runtime
1642025-01-28T06:51:31.107Z 13-2.0 -> 14-2.0
1652025-01-28T06:51:31.107Z
1662025-01-28T06:51:31.107ZServices:
1672025-01-28T06:51:31.107Z restart_fmri:
1682025-01-28T06:51:31.107Z svc:/system/update-man-index:default
1692025-01-28T06:51:31.108Z
1702025-01-28T06:51:31.108ZEditable files to change:
1712025-01-28T06:51:31.108Z Update:
1722025-01-28T06:51:31.108Z usr/share/lib/pkg/web/config.shtml
1732025-01-28T06:51:31.184Z
1742025-01-28T06:51:31.184ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1752025-01-28T06:51:36.188ZDownload: 1512/4301 items 116.8/225.4MB 51% complete (23.7M/s)
1762025-01-28T06:51:41.264ZDownload: 3238/4301 items 165.4/225.4MB 73% complete (16.6M/s)
1772025-01-28T06:51:46.324ZDownload: 4298/4301 items 225.1/225.4MB 99% complete (11.1M/s)
1782025-01-28T06:51:46.337ZDownload: Completed 225.42 MB in 15.15 seconds (14.9M/s)
1792025-01-28T06:51:49.158Z Actions: 1/5122 actions (Removing old actions)
1802025-01-28T06:51:49.180Z Actions: 194/5122 actions (Installing new actions)
1812025-01-28T06:51:57.736Z Actions: 4267/5122 actions (Updating modified actions)
1822025-01-28T06:51:57.830Z Actions: Completed 5122 actions in 5.13 seconds.
1832025-01-28T06:51:57.830Z Done (0.414s)
1842025-01-28T06:51:57.830Z Done (0.001s)
1852025-01-28T06:51:57.830Z Done (0.577s)
1862025-01-28T06:51:59.880Z Done (4.346s)
1872025-01-28T06:51:59.968Z Done (0.018s)
1882025-01-28T06:51:59.971Z Done (0.000s)
1892025-01-28T06:52:00.146Z Done (0.000s)
1902025-01-28T06:52:00.865ZPlanning: Evaluating mediator changes ... Done
1912025-01-28T06:52:01.029ZPlanning: Checking for conflicting actions ... Done
1922025-01-28T06:52:01.031ZPlanning: Consolidating action changes ... Done
1932025-01-28T06:52:01.305ZPlanning: Evaluating mediators ... Done
1942025-01-28T06:52:01.308ZPlanning: Planning completed in 0.44 seconds
1952025-01-28T06:52:01.346Z Mediators to change: 2
1962025-01-28T06:52:01.346Z Create boot environment: No
1972025-01-28T06:52:01.348ZCreate backup boot environment: No
1982025-01-28T06:52:01.429Z Done
1992025-01-28T06:52:01.429Z Done
2002025-01-28T06:52:01.845Z Done
2012025-01-28T06:52:05.634Z Done
2022025-01-28T06:52:05.725Z Done
2032025-01-28T06:52:05.728Z Done
2042025-01-28T06:52:05.864Z Done
2052025-01-28T06:52:06.493ZPlanning: Evaluating mediator changes ... Done
2062025-01-28T06:52:06.495ZPlanning: Merging actions ... Done
2072025-01-28T06:52:06.689ZPlanning: Checking for conflicting actions ... Done
2082025-01-28T06:52:06.691ZPlanning: Consolidating action changes ... Done
2092025-01-28T06:52:06.965ZPlanning: Evaluating mediators ... Done
2102025-01-28T06:52:07.024ZPlanning: Planning completed in 0.78 seconds
2112025-01-28T06:52:07.060Z Packages to change: 1
2122025-01-28T06:52:07.060Z Mediators to change: 1
2132025-01-28T06:52:07.063Z Services to change: 1
2142025-01-28T06:52:07.063Z Create boot environment: No
2152025-01-28T06:52:07.063ZCreate backup boot environment: Yes
2162025-01-28T06:52:09.282Z Actions: 1/6 actions (Updating modified actions)
2172025-01-28T06:52:09.284Z Actions: Completed 6 actions in 0.00 seconds.
2182025-01-28T06:52:09.284Z Done
2192025-01-28T06:52:09.284Z Done
2202025-01-28T06:52:09.405Z Done
2212025-01-28T06:52:13.162Z Done
2222025-01-28T06:52:13.260Z Done
2232025-01-28T06:52:13.263Z Done
2242025-01-28T06:52:13.395Z Done
2252025-01-28T06:52:13.845ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2262025-01-28T06:52:13.845Zclang system 15 system
2272025-01-28T06:52:13.845Zcsh system system illumos
2282025-01-28T06:52:13.845Zctags system system illumos
2292025-01-28T06:52:13.845Zgcc vendor 12 vendor
2302025-01-28T06:52:13.845Zgcc system 10 system
2312025-01-28T06:52:13.845Zgcc system 7 system
2322025-01-28T06:52:13.845Zgo system 1.20 system
2332025-01-28T06:52:13.845Zgo system 1.19 system
2342025-01-28T06:52:13.845Zllvm system 15 system
2352025-01-28T06:52:13.845Zllvm system 14 system
2362025-01-28T06:52:13.845Zmariadb system 10.6 system
2372025-01-28T06:52:13.845Zmta vendor vendor dma
2382025-01-28T06:52:13.845Zopenjdk system 17 system
2392025-01-28T06:52:13.845Zopenjdk system 11 system
2402025-01-28T06:52:13.846Zopenjdk system 1.8 system
2412025-01-28T06:52:13.846Zopenssl vendor 3 vendor
2422025-01-28T06:52:13.846Zperl system 5.36 system
2432025-01-28T06:52:13.846Zpostgresql system 15 system
2442025-01-28T06:52:13.846Zpostgresql system 13 system
2452025-01-28T06:52:13.846Zpython vendor 3 vendor
2462025-01-28T06:52:13.846Zpython system 2 system
2472025-01-28T06:52:13.846Zpython3 system 3.11 system
2482025-01-28T06:52:13.846Zruby system 3.0 system
2492025-01-28T06:52:13.846Zwords vendor vendor american-english
2502025-01-28T06:52:13.846Zwords system system australian-english
2512025-01-28T06:52:13.846Zwords system system british-english
2522025-01-28T06:52:13.846Zwords system system canadian-english
2532025-01-28T06:52:13.846Zwords system system french
2542025-01-28T06:52:13.846Zwords system system italian
2552025-01-28T06:52:13.846Zwords system system ngerman
2562025-01-28T06:52:13.846Zwords system system ogerman
2572025-01-28T06:52:13.846Zwords system system spanish
2582025-01-28T06:52:14.189ZPUBLISHER TYPE STATUS P LOCATION
2592025-01-28T06:52:14.189Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2602025-01-28T06:52:17.031ZFMRI IFO
2612025-01-28T06:52:17.031Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2622025-01-28T06:52:17.031Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2632025-01-28T06:52:17.031Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2642025-01-28T06:52:17.031Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2652025-01-28T06:52:17.031Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2662025-01-28T06:52:17.031Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2672025-01-28T06:52:17.031Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2682025-01-28T06:52:17.031Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692025-01-28T06:52:17.031Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702025-01-28T06:52:17.031Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2712025-01-28T06:52:17.031Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2722025-01-28T06:52:17.031Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732025-01-28T06:52:17.031Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2742025-01-28T06:52:17.031Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2752025-01-28T06:52:17.031Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762025-01-28T06:52:17.819Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772025-01-28T06:52:18.114Z Updating crates.io index
2782025-01-28T06:52:18.170Z Updating git repository `https://github.com/oxidecomputer/diffus`
2792025-01-28T06:52:18.428Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802025-01-28T06:52:18.984Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2812025-01-28T06:52:19.253Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822025-01-28T06:52:19.563Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832025-01-28T06:52:19.838Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842025-01-28T06:52:20.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852025-01-28T06:52:22.587Z Updating git repository `https://github.com/oxidecomputer/opte`
2862025-01-28T06:52:23.373Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872025-01-28T06:52:24.151Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882025-01-28T06:52:24.466Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892025-01-28T06:52:24.780Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902025-01-28T06:52:25.687Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912025-01-28T06:52:26.020Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922025-01-28T06:52:26.333Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932025-01-28T06:52:26.687Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942025-01-28T06:52:26.945Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952025-01-28T06:52:27.218Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962025-01-28T06:52:27.526Z Updating git repository `https://github.com/oxidecomputer/lldp`
2972025-01-28T06:52:27.855Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2982025-01-28T06:52:28.248Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2992025-01-28T06:52:28.604Z Updating git repository `https://github.com/oxidecomputer/ispf`
3002025-01-28T06:52:28.922Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3012025-01-28T06:52:29.283Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3022025-01-28T06:52:29.905Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3032025-01-28T06:52:30.189Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042025-01-28T06:52:30.674Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052025-01-28T06:52:31.064Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3062025-01-28T06:52:31.428Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3072025-01-28T06:52:31.671Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3082025-01-28T06:52:31.967Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3092025-01-28T06:52:33.276Z Downloading crates ...
3102025-01-28T06:52:33.369Z Downloaded byteorder v1.5.0
3112025-01-28T06:52:33.373Z Downloaded anstyle-query v1.1.1
3122025-01-28T06:52:33.376Z Downloaded anstyle-parse v0.2.5
3132025-01-28T06:52:33.378Z Downloaded anstyle v1.0.10
3142025-01-28T06:52:33.383Z Downloaded swrite v0.1.0
3152025-01-28T06:52:33.386Z Downloaded dtrace-parser v0.2.0
3162025-01-28T06:52:33.391Z Downloaded equivalent v1.0.1
3172025-01-28T06:52:33.400Z Downloaded usdt-attr-macro v0.5.0
3182025-01-28T06:52:33.404Z Downloaded scroll_derive v0.12.0
3192025-01-28T06:52:33.413Z Downloaded pretty-hex v0.4.1
3202025-01-28T06:52:33.416Z Downloaded usdt-macro v0.5.0
3212025-01-28T06:52:33.420Z Downloaded smawk v0.3.2
3222025-01-28T06:52:33.424Z Downloaded macaddr v1.0.1
3232025-01-28T06:52:33.424Z Downloaded is_terminal_polyfill v1.70.1
3242025-01-28T06:52:33.427Z Downloaded heck v0.4.1
3252025-01-28T06:52:33.427Z Downloaded fnv v1.0.7
3262025-01-28T06:52:33.427Z Downloaded camino v1.1.9
3272025-01-28T06:52:33.429Z Downloaded anyhow v1.0.95
3282025-01-28T06:52:33.433Z Downloaded fastrand v2.1.1
3292025-01-28T06:52:33.436Z Downloaded heck v0.5.0
3302025-01-28T06:52:33.438Z Downloaded generic-array v0.14.7
3312025-01-28T06:52:33.438Z Downloaded dof v0.3.0
3322025-01-28T06:52:33.440Z Downloaded crypto-common v0.1.6
3332025-01-28T06:52:33.440Z Downloaded cpufeatures v0.2.14
3342025-01-28T06:52:33.443Z Downloaded cargo-platform v0.1.8
3352025-01-28T06:52:33.443Z Downloaded colorchoice v1.0.2
3362025-01-28T06:52:33.445Z Downloaded digest v0.10.7
3372025-01-28T06:52:33.448Z Downloaded scroll v0.12.0
3382025-01-28T06:52:33.454Z Downloaded serde_tokenstream v0.2.2
3392025-01-28T06:52:33.456Z Downloaded thiserror v1.0.69
3402025-01-28T06:52:33.460Z Downloaded strsim v0.11.1
3412025-01-28T06:52:33.463Z Downloaded proc-macro-error-attr v1.0.4
3422025-01-28T06:52:33.465Z Downloaded usdt v0.5.0
3432025-01-28T06:52:33.465Z Downloaded tabled_derive v0.7.0
3442025-01-28T06:52:33.466Z Downloaded serde_spanned v0.6.8
3452025-01-28T06:52:33.468Z Downloaded memmap v0.7.0
3462025-01-28T06:52:33.471Z Downloaded terminal_size v0.4.0
3472025-01-28T06:52:33.474Z Downloaded version_check v0.9.5
3482025-01-28T06:52:33.476Z Downloaded usdt-impl v0.5.0
3492025-01-28T06:52:33.478Z Downloaded toml_datetime v0.6.8
3502025-01-28T06:52:33.478Z Downloaded plain v0.2.3
3512025-01-28T06:52:33.478Z Downloaded itoa v1.0.11
3522025-01-28T06:52:33.481Z Downloaded thiserror-impl v1.0.69
3532025-01-28T06:52:33.483Z Downloaded pest_generator v2.7.14
3542025-01-28T06:52:33.486Z Downloaded clap_lex v0.7.4
3552025-01-28T06:52:33.488Z Downloaded utf8parse v0.2.2
3562025-01-28T06:52:33.493Z Downloaded autocfg v1.4.0
3572025-01-28T06:52:33.495Z Downloaded thread-id v4.2.2
3582025-01-28T06:52:33.495Z Downloaded fs-err v2.11.0
3592025-01-28T06:52:33.498Z Downloaded errno v0.3.9
3602025-01-28T06:52:33.498Z Downloaded cfg-if v1.0.0
3612025-01-28T06:52:33.500Z Downloaded bytecount v0.6.8
3622025-01-28T06:52:33.500Z Downloaded block-buffer v0.10.4
3632025-01-28T06:52:33.503Z Downloaded cargo_toml v0.20.5
3642025-01-28T06:52:33.503Z Downloaded proc-macro-error v1.0.4
3652025-01-28T06:52:33.506Z Downloaded once_cell v1.20.2
3662025-01-28T06:52:33.509Z Downloaded camino-tempfile v1.1.1
3672025-01-28T06:52:33.511Z Downloaded clap_derive v4.5.24
3682025-01-28T06:52:33.514Z Downloaded unicode-linebreak v0.1.5
3692025-01-28T06:52:33.521Z Downloaded tempfile v3.13.0
3702025-01-28T06:52:33.524Z Downloaded quote v1.0.38
3712025-01-28T06:52:33.530Z Downloaded semver v1.0.24
3722025-01-28T06:52:33.532Z Downloaded sha2 v0.10.8
3732025-01-28T06:52:33.535Z Downloaded anstream v0.6.15
3742025-01-28T06:52:33.542Z Downloaded cargo_metadata v0.18.1
3752025-01-28T06:52:33.544Z Downloaded clap v4.5.27
3762025-01-28T06:52:33.551Z Downloaded unicode-ident v1.0.14
3772025-01-28T06:52:33.554Z Downloaded ryu v1.0.18
3782025-01-28T06:52:33.557Z Downloaded proc-macro2 v1.0.92
3792025-01-28T06:52:33.559Z Downloaded pest_meta v2.7.14
3802025-01-28T06:52:33.562Z Downloaded pest_derive v2.7.14
3812025-01-28T06:52:33.564Z Downloaded typenum v1.17.0
3822025-01-28T06:52:33.567Z Downloaded toml v0.8.19
3832025-01-28T06:52:33.569Z Downloaded log v0.4.22
3842025-01-28T06:52:33.571Z Downloaded zerocopy-derive v0.7.35
3852025-01-28T06:52:33.575Z Downloaded serde_derive v1.0.217
3862025-01-28T06:52:33.578Z Downloaded bitflags v2.6.0
3872025-01-28T06:52:33.581Z Downloaded textwrap v0.16.1
3882025-01-28T06:52:33.584Z Downloaded papergrid v0.11.0
3892025-01-28T06:52:33.595Z Downloaded ucd-trie v0.1.7
3902025-01-28T06:52:33.597Z Downloaded indexmap v2.7.0
3912025-01-28T06:52:33.605Z Downloaded serde v1.0.217
3922025-01-28T06:52:33.622Z Downloaded memchr v2.7.4
3932025-01-28T06:52:33.636Z Downloaded toml_edit v0.22.22
3942025-01-28T06:52:33.689Z Downloaded pest v2.7.14
3952025-01-28T06:52:33.699Z Downloaded clap_builder v4.5.27
3962025-01-28T06:52:33.706Z Downloaded zerocopy v0.7.35
3972025-01-28T06:52:33.720Z Downloaded winnow v0.6.20
3982025-01-28T06:52:33.728Z Downloaded serde_json v1.0.135
3992025-01-28T06:52:33.734Z Downloaded tabled v0.15.0
4002025-01-28T06:52:33.749Z Downloaded goblin v0.8.2
4012025-01-28T06:52:33.754Z Downloaded syn v1.0.109
4022025-01-28T06:52:33.763Z Downloaded unicode-width v0.1.14
4032025-01-28T06:52:33.769Z Downloaded hashbrown v0.15.1
4042025-01-28T06:52:33.773Z Downloaded syn v2.0.96
4052025-01-28T06:52:33.784Z Downloaded rustix v0.38.37
4062025-01-28T06:52:33.816Z Downloaded libc v0.2.169
4072025-01-28T06:52:34.132Z Compiling proc-macro2 v1.0.92
4082025-01-28T06:52:34.132Z Compiling unicode-ident v1.0.14
4092025-01-28T06:52:34.135Z Compiling serde v1.0.217
4102025-01-28T06:52:34.135Z Compiling version_check v0.9.5
4112025-01-28T06:52:34.135Z Compiling thiserror v1.0.69
4122025-01-28T06:52:34.135Z Compiling memchr v2.7.4
4132025-01-28T06:52:34.169Z Compiling libc v0.2.169
4142025-01-28T06:52:34.171Z Compiling ucd-trie v0.1.7
4152025-01-28T06:52:34.401Z Compiling ryu v1.0.18
4162025-01-28T06:52:34.768Z Compiling itoa v1.0.11
4172025-01-28T06:52:34.913Z Compiling once_cell v1.20.2
4182025-01-28T06:52:34.978Z Compiling byteorder v1.5.0
4192025-01-28T06:52:35.003Z Compiling rustix v0.38.37
4202025-01-28T06:52:35.148Z Compiling serde_json v1.0.135
4212025-01-28T06:52:35.447Z Compiling bitflags v2.6.0
4222025-01-28T06:52:35.512Z Compiling usdt-impl v0.5.0
4232025-01-28T06:52:35.703Z Compiling proc-macro-error-attr v1.0.4
4242025-01-28T06:52:35.770Z Compiling syn v1.0.109
4252025-01-28T06:52:35.799Z Compiling proc-macro-error v1.0.4
4262025-01-28T06:52:35.854Z Compiling camino v1.1.9
4272025-01-28T06:52:35.987Z Compiling quote v1.0.38
4282025-01-28T06:52:36.086Z Compiling errno v0.3.9
4292025-01-28T06:52:36.115Z Compiling utf8parse v0.2.2
4302025-01-28T06:52:36.321Z Compiling equivalent v1.0.1
4312025-01-28T06:52:36.347Z Compiling syn v2.0.96
4322025-01-28T06:52:36.441Z Compiling log v0.4.22
4332025-01-28T06:52:36.468Z Compiling hashbrown v0.15.1
4342025-01-28T06:52:36.471Z Compiling plain v0.2.3
4352025-01-28T06:52:36.663Z Compiling thread-id v4.2.2
4362025-01-28T06:52:36.794Z Compiling anstyle-parse v0.2.5
4372025-01-28T06:52:36.973Z Compiling pretty-hex v0.4.1
4382025-01-28T06:52:37.114Z Compiling unicode-width v0.1.14
4392025-01-28T06:52:37.188Z Compiling anstyle-query v1.1.1
4402025-01-28T06:52:37.213Z Compiling semver v1.0.24
4412025-01-28T06:52:37.352Z Compiling autocfg v1.4.0
4422025-01-28T06:52:37.457Z Compiling colorchoice v1.0.2
4432025-01-28T06:52:37.601Z Compiling indexmap v2.7.0
4442025-01-28T06:52:37.645Z Compiling is_terminal_polyfill v1.70.1
4452025-01-28T06:52:37.674Z Compiling anstyle v1.0.10
4462025-01-28T06:52:37.700Z Compiling winnow v0.6.20
4472025-01-28T06:52:38.060Z Compiling anstream v0.6.15
4482025-01-28T06:52:38.302Z Compiling terminal_size v0.4.0
4492025-01-28T06:52:38.442Z Compiling fs-err v2.11.0
4502025-01-28T06:52:38.547Z Compiling fastrand v2.1.1
4512025-01-28T06:52:38.683Z Compiling fnv v1.0.7
4522025-01-28T06:52:38.822Z Compiling cfg-if v1.0.0
4532025-01-28T06:52:38.850Z Compiling anyhow v1.0.95
4542025-01-28T06:52:38.899Z Compiling heck v0.4.1
4552025-01-28T06:52:38.943Z Compiling clap_lex v0.7.4
4562025-01-28T06:52:38.971Z Compiling bytecount v0.6.8
4572025-01-28T06:52:39.083Z Compiling strsim v0.11.1
4582025-01-28T06:52:39.210Z Compiling heck v0.5.0
4592025-01-28T06:52:39.713Z Compiling clap_builder v4.5.27
4602025-01-28T06:52:39.831Z Compiling tempfile v3.13.0
4612025-01-28T06:52:39.884Z Compiling papergrid v0.11.0
4622025-01-28T06:52:39.980Z Compiling memmap v0.7.0
4632025-01-28T06:52:40.070Z Compiling unicode-linebreak v0.1.5
4642025-01-28T06:52:40.335Z Compiling smawk v0.3.2
4652025-01-28T06:52:40.570Z Compiling textwrap v0.16.1
4662025-01-28T06:52:41.158Z Compiling swrite v0.1.0
4672025-01-28T06:52:41.742Z Compiling tabled_derive v0.7.0
4682025-01-28T06:52:43.272Z Compiling serde_derive v1.0.217
4692025-01-28T06:52:43.275Z Compiling thiserror-impl v1.0.69
4702025-01-28T06:52:43.275Z Compiling zerocopy-derive v0.7.35
4712025-01-28T06:52:43.276Z Compiling scroll_derive v0.12.0
4722025-01-28T06:52:43.276Z Compiling clap_derive v4.5.24
4732025-01-28T06:52:43.451Z Compiling tabled v0.15.0
4742025-01-28T06:52:44.727Z Compiling scroll v0.12.0
4752025-01-28T06:52:45.251Z Compiling goblin v0.8.2
4762025-01-28T06:52:45.304Z Compiling zerocopy v0.7.35
4772025-01-28T06:52:46.340Z Compiling pest v2.7.14
4782025-01-28T06:52:46.773Z Compiling clap v4.5.27
4792025-01-28T06:52:48.585Z Compiling pest_meta v2.7.14
4802025-01-28T06:52:49.514Z Compiling pest_generator v2.7.14
4812025-01-28T06:52:50.948Z Compiling pest_derive v2.7.14
4822025-01-28T06:52:51.542Z Compiling dtrace-parser v0.2.0
4832025-01-28T06:52:52.275Z Compiling serde_tokenstream v0.2.2
4842025-01-28T06:52:52.323Z Compiling toml_datetime v0.6.8
4852025-01-28T06:52:52.371Z Compiling serde_spanned v0.6.8
4862025-01-28T06:52:52.634Z Compiling cargo-platform v0.1.8
4872025-01-28T06:52:52.655Z Compiling toml_edit v0.22.22
4882025-01-28T06:52:52.814Z Compiling macaddr v1.0.1
4892025-01-28T06:52:53.031Z Compiling camino-tempfile v1.1.1
4902025-01-28T06:52:53.713Z Compiling dof v0.3.0
4912025-01-28T06:52:53.713Z Compiling cargo_metadata v0.18.1
4922025-01-28T06:52:55.180Z Compiling usdt-attr-macro v0.5.0
4932025-01-28T06:52:55.182Z Compiling usdt-macro v0.5.0
4942025-01-28T06:52:55.575Z Compiling toml v0.8.19
4952025-01-28T06:52:56.315Z Compiling cargo_toml v0.20.5
4962025-01-28T06:52:56.389Z Compiling usdt v0.5.0
4972025-01-28T06:52:59.126Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4982025-01-28T06:53:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.81s
4992025-01-28T06:53:02.700Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5002025-01-28T06:53:03.290Z Downloading crates ...
5012025-01-28T06:53:03.421Z Downloaded ascii-canvas v3.0.0
5022025-01-28T06:53:03.425Z Downloaded arrayref v0.3.9
5032025-01-28T06:53:03.430Z Downloaded arrayvec v0.7.6
5042025-01-28T06:53:03.435Z Downloaded atty v0.2.14
5052025-01-28T06:53:03.446Z Downloaded home v0.5.9
5062025-01-28T06:53:03.448Z Downloaded hostname v0.3.1
5072025-01-28T06:53:03.451Z Downloaded hex v0.4.3
5082025-01-28T06:53:03.453Z Downloaded heck v0.3.3
5092025-01-28T06:53:03.457Z Downloaded is_ci v1.2.0
5102025-01-28T06:53:03.457Z Downloaded ciborium-io v0.2.2
5112025-01-28T06:53:03.457Z Downloaded castaway v0.2.3
5122025-01-28T06:53:03.460Z Downloaded ident_case v1.0.1
5132025-01-28T06:53:03.460Z Downloaded hubpack_derive v0.1.1
5142025-01-28T06:53:03.462Z Downloaded http-body v1.0.1
5152025-01-28T06:53:03.462Z Downloaded atomicwrites v0.4.4
5162025-01-28T06:53:03.464Z Downloaded icu_provider_macros v1.5.0
5172025-01-28T06:53:03.464Z Downloaded adler2 v2.0.0
5182025-01-28T06:53:03.467Z Downloaded array-init v0.0.4
5192025-01-28T06:53:03.470Z Downloaded aead v0.5.2
5202025-01-28T06:53:03.470Z Downloaded cfg_aliases v0.2.1
5212025-01-28T06:53:03.472Z Downloaded cstr-argument v0.1.2
5222025-01-28T06:53:03.472Z Downloaded crunchy v0.2.2
5232025-01-28T06:53:03.472Z Downloaded cfg_aliases v0.1.1
5242025-01-28T06:53:03.475Z Downloaded async-stream-impl v0.3.6
5252025-01-28T06:53:03.475Z Downloaded instant v0.1.13
5262025-01-28T06:53:03.477Z Downloaded http-range v0.1.5
5272025-01-28T06:53:03.479Z Downloaded curve25519-dalek-derive v0.1.1
5282025-01-28T06:53:03.479Z Downloaded crucible-workspace-hack v0.1.0
5292025-01-28T06:53:03.483Z Downloaded bitfield-struct v0.6.2
5302025-01-28T06:53:03.485Z Downloaded md5 v0.7.0
5312025-01-28T06:53:03.488Z Downloaded match_cfg v0.1.0
5322025-01-28T06:53:03.488Z Downloaded convert_case v0.4.0
5332025-01-28T06:53:03.491Z Downloaded hickory-client v0.24.2
5342025-01-28T06:53:03.493Z Downloaded inout v0.1.3
5352025-01-28T06:53:03.493Z Downloaded chrono-tz-build v0.4.0
5362025-01-28T06:53:03.496Z Downloaded blowfish v0.9.1
5372025-01-28T06:53:03.498Z Downloaded lazy_static v1.5.0
5382025-01-28T06:53:03.500Z Downloaded keccak v0.1.5
5392025-01-28T06:53:03.500Z Downloaded hex-literal v0.4.1
5402025-01-28T06:53:03.503Z Downloaded cexpr v0.6.0
5412025-01-28T06:53:03.506Z Downloaded kstat-rs v0.2.4
5422025-01-28T06:53:03.506Z Downloaded crc v3.2.1
5432025-01-28T06:53:03.510Z Downloaded libsw v3.3.1
5442025-01-28T06:53:03.512Z Downloaded cassowary v0.3.0
5452025-01-28T06:53:03.512Z Downloaded managed v0.8.0
5462025-01-28T06:53:03.515Z Downloaded mime v0.3.17
5472025-01-28T06:53:03.517Z Downloaded progenitor-client v0.9.1
5482025-01-28T06:53:03.517Z Downloaded addr2line v0.24.2
5492025-01-28T06:53:03.520Z Downloaded argon2 v0.5.3
5502025-01-28T06:53:03.522Z Downloaded mockall v0.13.0
5512025-01-28T06:53:03.525Z Downloaded cobs v0.2.3
5522025-01-28T06:53:03.527Z Downloaded memoffset v0.9.1
5532025-01-28T06:53:03.527Z Downloaded maybe-uninit v2.0.0
5542025-01-28T06:53:03.530Z Downloaded mirai-annotations v1.12.0
5552025-01-28T06:53:03.530Z Downloaded md-5 v0.10.6
5562025-01-28T06:53:03.532Z Downloaded buf-list v1.0.3
5572025-01-28T06:53:03.535Z Downloaded lru v0.12.5
5582025-01-28T06:53:03.537Z Downloaded lockfree-object-pool v0.1.6
5592025-01-28T06:53:03.539Z Downloaded lru-cache v0.1.2
5602025-01-28T06:53:03.542Z Downloaded libefi-sys v0.1.0
5612025-01-28T06:53:03.542Z Downloaded bit-vec v0.6.3
5622025-01-28T06:53:03.545Z Downloaded serde-big-array v0.5.1
5632025-01-28T06:53:03.548Z Downloaded base64ct v1.6.0
5642025-01-28T06:53:03.550Z Downloaded termtree v0.4.1
5652025-01-28T06:53:03.550Z Downloaded rand_xorshift v0.3.0
5662025-01-28T06:53:03.554Z Downloaded async-trait v0.1.85
5672025-01-28T06:53:03.557Z Downloaded hyper-staticfile v0.10.1
5682025-01-28T06:53:03.559Z Downloaded linear-map v1.2.0
5692025-01-28T06:53:03.559Z Downloaded ipnet v2.10.1
5702025-01-28T06:53:03.562Z Downloaded crc32fast v1.4.2
5712025-01-28T06:53:03.564Z Downloaded memmap2 v0.9.5
5722025-01-28T06:53:03.567Z Downloaded lock_api v0.4.12
5732025-01-28T06:53:03.569Z Downloaded cbc v0.1.2
5742025-01-28T06:53:03.569Z Downloaded jobserver v0.1.32
5752025-01-28T06:53:03.572Z Downloaded mime_guess v2.0.5
5762025-01-28T06:53:03.574Z Downloaded darling v0.20.10
5772025-01-28T06:53:03.578Z Downloaded tinyvec_macros v0.1.1
5782025-01-28T06:53:03.581Z Downloaded multer v3.1.0
5792025-01-28T06:53:03.584Z Downloaded litemap v0.7.3
5802025-01-28T06:53:03.586Z Downloaded vte_generate_state_changes v0.1.2
5812025-01-28T06:53:03.586Z Downloaded zerofrom v0.1.4
5822025-01-28T06:53:03.589Z Downloaded heapless v0.8.0
5832025-01-28T06:53:03.591Z Downloaded cookie_store v0.21.1
5842025-01-28T06:53:03.594Z Downloaded rustc-hash v1.1.0
5852025-01-28T06:53:03.596Z Downloaded oso-derive v0.27.3
5862025-01-28T06:53:03.596Z Downloaded zone_cfg_derive v0.3.0
5872025-01-28T06:53:03.596Z Downloaded radium v0.7.0
5882025-01-28T06:53:03.599Z Downloaded block-padding v0.3.3
5892025-01-28T06:53:03.599Z Downloaded path-slash v0.1.5
5902025-01-28T06:53:03.601Z Downloaded async-bb8-diesel v0.2.1
5912025-01-28T06:53:03.605Z Downloaded rusty-fork v0.3.0
5922025-01-28T06:53:03.605Z Downloaded rustversion v1.0.17
5932025-01-28T06:53:03.607Z Downloaded termtree v0.5.1
5942025-01-28T06:53:03.610Z Downloaded cookie v0.18.1
5952025-01-28T06:53:03.612Z Downloaded hmac v0.12.1
5962025-01-28T06:53:03.615Z Downloaded httparse v1.9.5
5972025-01-28T06:53:03.617Z Downloaded iana-time-zone v0.1.61
5982025-01-28T06:53:03.619Z Downloaded clang-sys v1.8.1
5992025-01-28T06:53:03.622Z Downloaded miniz_oxide v0.8.0
6002025-01-28T06:53:03.624Z Downloaded icu_normalizer_data v1.5.0
6012025-01-28T06:53:03.627Z Downloaded mockall_derive v0.13.0
6022025-01-28T06:53:03.630Z Downloaded siphasher v0.3.11
6032025-01-28T06:53:03.632Z Downloaded static_assertions v1.1.0
6042025-01-28T06:53:03.632Z Downloaded slog-stdlog v4.1.1
6052025-01-28T06:53:03.635Z Downloaded supports-color v3.0.1
6062025-01-28T06:53:03.637Z Downloaded untrusted v0.7.1
6072025-01-28T06:53:03.640Z Downloaded tls_codec v0.4.1
6082025-01-28T06:53:03.642Z Downloaded termios v0.3.3
6092025-01-28T06:53:03.642Z Downloaded defmt-parser v0.3.4
6102025-01-28T06:53:03.645Z Downloaded flagset v0.4.6
6112025-01-28T06:53:03.648Z Downloaded unicode-truncate v1.1.0
6122025-01-28T06:53:03.653Z Downloaded typify-macro v0.2.0
6132025-01-28T06:53:03.653Z Downloaded progenitor-client v0.8.0
6142025-01-28T06:53:03.653Z Downloaded defmt v0.3.8
6152025-01-28T06:53:03.656Z Downloaded fragile v2.0.0
6162025-01-28T06:53:03.658Z Downloaded form_urlencoded v1.2.1
6172025-01-28T06:53:03.658Z Downloaded hickory-resolver v0.24.2
6182025-01-28T06:53:03.663Z Downloaded num-iter v0.1.45
6192025-01-28T06:53:03.665Z Downloaded glob v0.3.1
6202025-01-28T06:53:03.668Z Downloaded spin v0.9.8
6212025-01-28T06:53:03.670Z Downloaded rustc-demangle v0.1.24
6222025-01-28T06:53:03.673Z Downloaded icu_locid v1.5.0
6232025-01-28T06:53:03.677Z Downloaded indexmap v1.9.3
6242025-01-28T06:53:03.681Z Downloaded gethostname v0.5.0
6252025-01-28T06:53:03.684Z Downloaded icu_normalizer v1.5.0
6262025-01-28T06:53:03.687Z Downloaded icu_locid_transform_data v1.5.0
6272025-01-28T06:53:03.691Z Downloaded crc-any v2.5.0
6282025-01-28T06:53:03.694Z Downloaded tower-service v0.3.3
6292025-01-28T06:53:03.696Z Downloaded paste v1.0.15
6302025-01-28T06:53:03.698Z Downloaded write16 v1.0.0
6312025-01-28T06:53:03.699Z Downloaded waitgroup v0.1.2
6322025-01-28T06:53:03.701Z Downloaded predicates-core v1.0.8
6332025-01-28T06:53:03.704Z Downloaded hash32 v0.2.1
6342025-01-28T06:53:03.704Z Downloaded env_logger v0.11.5
6352025-01-28T06:53:03.706Z Downloaded quick-error v1.2.3
6362025-01-28T06:53:03.709Z Downloaded zone_cfg_derive v0.1.2
6372025-01-28T06:53:03.711Z Downloaded serde_path_to_error v0.1.16
6382025-01-28T06:53:03.711Z Downloaded rustfmt-wrapper v0.2.1
6392025-01-28T06:53:03.714Z Downloaded futures-macro v0.3.31
6402025-01-28T06:53:03.717Z Downloaded newline-converter v0.3.0
6412025-01-28T06:53:03.717Z Downloaded shell-words v1.1.0
6422025-01-28T06:53:03.720Z Downloaded sec1 v0.7.3
6432025-01-28T06:53:03.720Z Downloaded rfc6979 v0.4.0
6442025-01-28T06:53:03.723Z Downloaded ssh-encoding v0.2.0
6452025-01-28T06:53:03.727Z Downloaded num-rational v0.4.2
6462025-01-28T06:53:03.727Z Downloaded crypto-bigint v0.5.5
6472025-01-28T06:53:03.733Z Downloaded icu_properties v1.5.1
6482025-01-28T06:53:03.736Z Downloaded indicatif v0.17.9
6492025-01-28T06:53:03.741Z Downloaded slog-dtrace v0.3.0
6502025-01-28T06:53:03.745Z Downloaded pretty-hex v0.2.1
6512025-01-28T06:53:03.748Z Downloaded icu_collections v1.5.0
6522025-01-28T06:53:03.752Z Downloaded num_threads v0.1.7
6532025-01-28T06:53:03.754Z Downloaded ron v0.7.1
6542025-01-28T06:53:03.760Z Downloaded unicode-xid v0.2.6
6552025-01-28T06:53:03.762Z Downloaded pbkdf2 v0.11.0
6562025-01-28T06:53:03.765Z Downloaded typify-macro v0.3.0
6572025-01-28T06:53:03.767Z Downloaded pin-project-internal v1.1.6
6582025-01-28T06:53:03.770Z Downloaded sqlparser_derive v0.2.2
6592025-01-28T06:53:03.770Z Downloaded predicates v3.1.2
6602025-01-28T06:53:03.774Z Downloaded deranged v0.3.11
6612025-01-28T06:53:03.778Z Downloaded ff v0.13.0
6622025-01-28T06:53:03.778Z Downloaded env_filter v0.1.2
6632025-01-28T06:53:03.783Z Downloaded zerofrom-derive v0.1.4
6642025-01-28T06:53:03.783Z Downloaded thiserror v2.0.11
6652025-01-28T06:53:03.796Z Downloaded take_mut v0.2.2
6662025-01-28T06:53:03.799Z Downloaded funty v2.0.0
6672025-01-28T06:53:03.799Z Downloaded aes-gcm v0.10.3
6682025-01-28T06:53:03.803Z Downloaded aes v0.8.4
6692025-01-28T06:53:03.806Z Downloaded pbkdf2 v0.12.2
6702025-01-28T06:53:03.808Z Downloaded num_enum_derive v0.5.11
6712025-01-28T06:53:03.808Z Downloaded num_enum v0.5.11
6722025-01-28T06:53:03.814Z Downloaded endian-type v0.1.2
6732025-01-28T06:53:03.818Z Downloaded derive_builder_macro v0.20.2
6742025-01-28T06:53:03.818Z Downloaded tokio-stream v0.1.16
6752025-01-28T06:53:03.821Z Downloaded rustc_version v0.4.1
6762025-01-28T06:53:03.824Z Downloaded num-conv v0.1.0
6772025-01-28T06:53:03.824Z Downloaded foreign-types v0.3.2
6782025-01-28T06:53:03.826Z Downloaded zeroize v1.8.1
6792025-01-28T06:53:03.829Z Downloaded signal-hook-registry v1.4.2
6802025-01-28T06:53:03.829Z Downloaded serde_urlencoded v0.7.1
6812025-01-28T06:53:03.831Z Downloaded rustc_version v0.1.7
6822025-01-28T06:53:03.831Z Downloaded der_derive v0.7.3
6832025-01-28T06:53:03.834Z Downloaded slog-async v2.8.0
6842025-01-28T06:53:03.836Z Downloaded openssl-macros v0.1.1
6852025-01-28T06:53:03.836Z Downloaded rustc-hash v2.0.0
6862025-01-28T06:53:03.839Z Downloaded tap v1.0.1
6872025-01-28T06:53:03.841Z Downloaded progenitor-macro v0.9.1
6882025-01-28T06:53:03.841Z Downloaded progenitor-macro v0.8.0
6892025-01-28T06:53:03.844Z Downloaded fs_extra v1.3.0
6902025-01-28T06:53:03.844Z Downloaded ecdsa v0.16.9
6912025-01-28T06:53:03.846Z Downloaded tabwriter v1.4.0
6922025-01-28T06:53:03.848Z Downloaded futures-channel v0.3.31
6932025-01-28T06:53:03.853Z Downloaded test-strategy v0.4.0
6942025-01-28T06:53:03.855Z Downloaded strum_macros v0.26.4
6952025-01-28T06:53:03.858Z Downloaded sigpipe v0.1.3
6962025-01-28T06:53:03.860Z Downloaded password-hash v0.5.0
6972025-01-28T06:53:03.861Z Downloaded password-hash v0.4.2
6982025-01-28T06:53:03.863Z Downloaded wyz v0.5.1
6992025-01-28T06:53:03.865Z Downloaded zerocopy-derive v0.8.10
7002025-01-28T06:53:03.872Z Downloaded foldhash v0.1.3
7012025-01-28T06:53:03.874Z Downloaded hash32 v0.3.1
7022025-01-28T06:53:03.877Z Downloaded der v0.7.9
7032025-01-28T06:53:03.880Z Downloaded rustls-pemfile v2.2.0
7042025-01-28T06:53:03.885Z Downloaded pkcs8 v0.10.2
7052025-01-28T06:53:03.887Z Downloaded downcast v0.11.0
7062025-01-28T06:53:03.890Z Downloaded synstructure v0.13.1
7072025-01-28T06:53:03.890Z Downloaded aho-corasick v1.1.3
7082025-01-28T06:53:03.896Z Downloaded diesel_table_macro_syntax v0.2.0
7092025-01-28T06:53:03.899Z Downloaded phf v0.11.2
7102025-01-28T06:53:03.899Z Downloaded parse-display v0.10.0
7112025-01-28T06:53:03.901Z Downloaded serde_yaml v0.9.34+deprecated
7122025-01-28T06:53:03.904Z Downloaded rand_core v0.6.4
7132025-01-28T06:53:03.906Z Downloaded toml_edit v0.19.15
7142025-01-28T06:53:03.923Z Downloaded russh-cryptovec v0.7.3
7152025-01-28T06:53:03.926Z Downloaded phf_shared v0.10.0
7162025-01-28T06:53:03.926Z Downloaded olpc-cjson v0.1.4
7172025-01-28T06:53:03.928Z Downloaded secrecy v0.8.0
7182025-01-28T06:53:03.928Z Downloaded scrypt v0.11.0
7192025-01-28T06:53:03.931Z Downloaded rand_chacha v0.3.1
7202025-01-28T06:53:03.931Z Downloaded fatfs v0.3.6
7212025-01-28T06:53:03.933Z Downloaded try-lock v0.2.5
7222025-01-28T06:53:03.936Z Downloaded thiserror-no-std v2.0.2
7232025-01-28T06:53:03.939Z Downloaded zone v0.3.0
7242025-01-28T06:53:03.942Z Downloaded xz2 v0.1.7
7252025-01-28T06:53:03.944Z Downloaded xattr v1.3.1
7262025-01-28T06:53:03.944Z Downloaded universal-hash v0.5.1
7272025-01-28T06:53:03.947Z Downloaded tokio-native-tls v0.3.1
7282025-01-28T06:53:03.949Z Downloaded tokio-macros v2.5.0
7292025-01-28T06:53:03.949Z Downloaded pkcs5 v0.7.1
7302025-01-28T06:53:03.953Z Downloaded publicsuffix v2.3.0
7312025-01-28T06:53:03.956Z Downloaded newtype_derive v0.1.6
7322025-01-28T06:53:03.959Z Downloaded ssh-cipher v0.2.0
7332025-01-28T06:53:03.959Z Downloaded parking_lot_core v0.9.10
7342025-01-28T06:53:03.962Z Downloaded number_prefix v0.4.0
7352025-01-28T06:53:03.965Z Downloaded nanorand v0.7.0
7362025-01-28T06:53:03.967Z Downloaded multimap v0.10.0
7372025-01-28T06:53:03.967Z Downloaded diesel-dtrace v0.4.2
7382025-01-28T06:53:03.970Z Downloaded new_debug_unreachable v1.0.6
7392025-01-28T06:53:03.972Z Downloaded headers-core v0.3.0
7402025-01-28T06:53:03.972Z Downloaded sct v0.7.1
7412025-01-28T06:53:03.983Z Downloaded phf_shared v0.11.2
7422025-01-28T06:53:03.983Z Downloaded idna v1.0.3
7432025-01-28T06:53:03.983Z Downloaded phf_generator v0.11.2
7442025-01-28T06:53:03.986Z Downloaded strum v0.26.3
7452025-01-28T06:53:03.986Z Downloaded untrusted v0.9.0
7462025-01-28T06:53:03.989Z Downloaded tui-tree-widget v0.22.0
7472025-01-28T06:53:03.989Z Downloaded p256 v0.13.2
7482025-01-28T06:53:03.992Z Downloaded toolchain_find v0.4.0
7492025-01-28T06:53:03.994Z Downloaded spki v0.7.3
7502025-01-28T06:53:03.997Z Downloaded serde_plain v1.0.2
7512025-01-28T06:53:03.999Z Downloaded foreign-types-shared v0.3.1
7522025-01-28T06:53:03.999Z Downloaded string_cache v0.8.7
7532025-01-28T06:53:04.002Z Downloaded qorb v0.2.1
7542025-01-28T06:53:04.005Z Downloaded num-traits v0.2.19
7552025-01-28T06:53:04.008Z Downloaded peg-runtime v0.8.3
7562025-01-28T06:53:04.011Z Downloaded stable_deref_trait v1.2.0
7572025-01-28T06:53:04.011Z Downloaded rustls-pki-types v1.10.0
7582025-01-28T06:53:04.014Z Downloaded fxhash v0.2.1
7592025-01-28T06:53:04.017Z Downloaded zeroize_derive v1.4.2
7602025-01-28T06:53:04.017Z Downloaded toml v0.7.8
7612025-01-28T06:53:04.020Z Downloaded unicode-bidi v0.3.17
7622025-01-28T06:53:04.023Z Downloaded newtype-uuid v1.2.1
7632025-01-28T06:53:04.026Z Downloaded parse-size v1.1.0
7642025-01-28T06:53:04.028Z Downloaded rustyline v14.0.0
7652025-01-28T06:53:04.032Z Downloaded psl-types v2.0.11
7662025-01-28T06:53:04.036Z Downloaded itertools v0.13.0
7672025-01-28T06:53:04.042Z Downloaded yoke-derive v0.7.4
7682025-01-28T06:53:04.045Z Downloaded want v0.3.1
7692025-01-28T06:53:04.045Z Downloaded pem-rfc7468 v0.7.0
7702025-01-28T06:53:04.048Z Downloaded strum_macros v0.24.3
7712025-01-28T06:53:04.050Z Downloaded topological-sort v0.2.2
7722025-01-28T06:53:04.050Z Downloaded tokio-tungstenite v0.24.0
7732025-01-28T06:53:04.053Z Downloaded ref-cast v1.0.23
7742025-01-28T06:53:04.056Z Downloaded zopfli v0.8.1
7752025-01-28T06:53:04.059Z Downloaded sqlformat v0.2.6
7762025-01-28T06:53:04.061Z Downloaded pin-utils v0.1.0
7772025-01-28T06:53:04.064Z Downloaded prettyplease v0.2.25
7782025-01-28T06:53:04.067Z Downloaded openssl-probe v0.1.5
7792025-01-28T06:53:04.070Z Downloaded which v4.4.2
7802025-01-28T06:53:04.070Z Downloaded normalize-line-endings v0.3.0
7812025-01-28T06:53:04.073Z Downloaded packed_struct v0.10.1
7822025-01-28T06:53:04.073Z Downloaded dropshot_endpoint v0.15.1
7832025-01-28T06:53:04.076Z Downloaded futures-task v0.3.31
7842025-01-28T06:53:04.079Z Downloaded data-encoding v2.6.0
7852025-01-28T06:53:04.079Z Downloaded postcard v1.0.10
7862025-01-28T06:53:04.082Z Downloaded darling_macro v0.20.10
7872025-01-28T06:53:04.085Z Downloaded pin-project v1.1.6
7882025-01-28T06:53:04.095Z Downloaded wait-timeout v0.2.0
7892025-01-28T06:53:04.097Z Downloaded unicode-segmentation v1.12.0
7902025-01-28T06:53:04.100Z Downloaded crossterm v0.28.1
7912025-01-28T06:53:04.107Z Downloaded signal-hook-tokio v0.3.1
7922025-01-28T06:53:04.111Z Downloaded signal-hook-mio v0.2.4
7932025-01-28T06:53:04.111Z Downloaded derive_builder_core v0.20.2
7942025-01-28T06:53:04.114Z Downloaded serde_with_macros v3.11.0
7952025-01-28T06:53:04.116Z Downloaded headers v0.4.0
7962025-01-28T06:53:04.120Z Downloaded precomputed-hash v0.1.1
7972025-01-28T06:53:04.123Z Downloaded stringprep v0.1.5
7982025-01-28T06:53:04.123Z Downloaded peg v0.8.4
7992025-01-28T06:53:04.127Z Downloaded num v0.4.3
8002025-01-28T06:53:04.130Z Downloaded scheduled-thread-pool v0.2.7
8012025-01-28T06:53:04.130Z Downloaded unicode_categories v0.1.1
8022025-01-28T06:53:04.132Z Downloaded hkdf v0.12.4
8032025-01-28T06:53:04.135Z Downloaded same-file v1.0.6
8042025-01-28T06:53:04.138Z Downloaded salsa20 v0.10.2
8052025-01-28T06:53:04.138Z Downloaded packed_struct_codegen v0.10.1
8062025-01-28T06:53:04.141Z Downloaded pin-project-lite v0.2.14
8072025-01-28T06:53:04.145Z Downloaded getrandom v0.2.15
8082025-01-28T06:53:04.148Z Downloaded unicase v2.7.0
8092025-01-28T06:53:04.150Z Downloaded unarray v0.1.4
8102025-01-28T06:53:04.153Z Downloaded ghash v0.5.1
8112025-01-28T06:53:04.153Z Downloaded yasna v0.5.2
8122025-01-28T06:53:04.155Z Downloaded powerfmt v0.2.0
8132025-01-28T06:53:04.158Z Downloaded yoke v0.7.4
8142025-01-28T06:53:04.158Z Downloaded walkdir v2.5.0
8152025-01-28T06:53:04.161Z Downloaded tungstenite v0.24.0
8162025-01-28T06:53:04.164Z Downloaded foreign-types-shared v0.1.1
8172025-01-28T06:53:04.166Z Downloaded time-core v0.1.2
8182025-01-28T06:53:04.166Z Downloaded flume v0.11.1
8192025-01-28T06:53:04.169Z Downloaded thiserror-impl v2.0.11
8202025-01-28T06:53:04.171Z Downloaded opaque-debug v0.3.1
8212025-01-28T06:53:04.174Z Downloaded serde-hex v0.1.0
8222025-01-28T06:53:04.174Z Downloaded thiserror-impl-no-std v2.0.2
8232025-01-28T06:53:04.176Z Downloaded float-cmp v0.9.0
8242025-01-28T06:53:04.180Z Downloaded tiny-keccak v2.0.2
8252025-01-28T06:53:04.180Z Downloaded tinystr v0.7.6
8262025-01-28T06:53:04.183Z Downloaded snafu v0.8.5
8272025-01-28T06:53:04.189Z Downloaded des v0.8.1
8282025-01-28T06:53:04.191Z Downloaded primeorder v0.13.6
8292025-01-28T06:53:04.194Z Downloaded dunce v1.0.5
8302025-01-28T06:53:04.194Z Downloaded nu-ansi-term v0.50.1
8312025-01-28T06:53:04.201Z Downloaded ssh-key v0.6.6
8322025-01-28T06:53:04.203Z Downloaded sync-ptr v0.1.1
8332025-01-28T06:53:04.206Z Downloaded ppv-lite86 v0.2.20
8342025-01-28T06:53:04.208Z Downloaded semver v0.1.20
8352025-01-28T06:53:04.209Z Downloaded peg-macros v0.8.4
8362025-01-28T06:53:04.211Z Downloaded rand v0.8.5
8372025-01-28T06:53:04.215Z Downloaded futures-core v0.3.31
8382025-01-28T06:53:04.218Z Downloaded thread_local v1.1.8
8392025-01-28T06:53:04.218Z Downloaded hashbrown v0.13.2
8402025-01-28T06:53:04.221Z Downloaded r2d2 v0.8.10
8412025-01-28T06:53:04.224Z Downloaded tokio-tungstenite v0.23.1
8422025-01-28T06:53:04.226Z Downloaded tokio-tungstenite v0.21.0
8432025-01-28T06:53:04.229Z Downloaded time-macros v0.2.18
8442025-01-28T06:53:04.231Z Downloaded fallible-iterator v0.3.0
8452025-01-28T06:53:04.234Z Downloaded futures-sink v0.3.31
8462025-01-28T06:53:04.234Z Downloaded parking_lot v0.12.3
8472025-01-28T06:53:04.236Z Downloaded proptest v1.5.0
8482025-01-28T06:53:04.246Z Downloaded foreign-types v0.5.0
8492025-01-28T06:53:04.248Z Downloaded utf16_iter v1.0.5
8502025-01-28T06:53:04.249Z Downloaded progenitor v0.8.0
8512025-01-28T06:53:04.251Z Downloaded unicode-normalization v0.1.24
8522025-01-28T06:53:04.254Z Downloaded dsl_auto_type v0.1.2
8532025-01-28T06:53:04.256Z Downloaded h2 v0.4.6
8542025-01-28T06:53:04.263Z Downloaded tokio-rustls v0.24.1
8552025-01-28T06:53:04.266Z Downloaded typify v0.3.0
8562025-01-28T06:53:04.270Z Downloaded uuid v1.12.0
8572025-01-28T06:53:04.273Z Downloaded bindgen v0.69.5
8582025-01-28T06:53:04.281Z Downloaded tokio-rustls v0.25.0
8592025-01-28T06:53:04.283Z Downloaded schemars v0.8.21
8602025-01-28T06:53:04.296Z Downloaded russh-keys v0.45.0
8612025-01-28T06:53:04.298Z Downloaded icu_properties_data v1.5.0
8622025-01-28T06:53:04.310Z Downloaded hashbrown v0.14.5
8632025-01-28T06:53:04.315Z Downloaded omicron-zone-package v0.12.0
8642025-01-28T06:53:04.319Z Downloaded expectorate v1.1.0
8652025-01-28T06:53:04.321Z Downloaded url v2.5.3
8662025-01-28T06:53:04.324Z Downloaded lalrpop v0.19.12
8672025-01-28T06:53:04.336Z Downloaded chrono v0.4.39
8682025-01-28T06:53:04.344Z Downloaded bitvec v1.0.1
8692025-01-28T06:53:04.359Z Downloaded rsa v0.9.6
8702025-01-28T06:53:04.363Z Downloaded ed25519-dalek v2.1.1
8712025-01-28T06:53:04.367Z Downloaded parse-zoneinfo v0.3.1
8722025-01-28T06:53:04.370Z Downloaded darling_core v0.20.10
8732025-01-28T06:53:04.377Z Downloaded quinn v0.11.5
8742025-01-28T06:53:04.380Z Downloaded zip v0.6.6
8752025-01-28T06:53:04.383Z Downloaded russh v0.45.0
8762025-01-28T06:53:04.390Z Downloaded tokio-postgres v0.7.12
8772025-01-28T06:53:04.395Z Downloaded tokio-util v0.7.12
8782025-01-28T06:53:04.406Z Downloaded typed-path v0.9.3
8792025-01-28T06:53:04.410Z Downloaded rusqlite v0.32.1
8802025-01-28T06:53:04.417Z Downloaded num-bigint v0.4.6
8812025-01-28T06:53:04.422Z Downloaded flate2 v1.0.35
8822025-01-28T06:53:04.429Z Downloaded zerovec v0.10.4
8832025-01-28T06:53:04.436Z Downloaded rayon v1.10.0
8842025-01-28T06:53:04.446Z Downloaded time v0.3.36
8852025-01-28T06:53:04.453Z Downloaded curve25519-dalek v4.1.3
8862025-01-28T06:53:04.463Z Downloaded p521 v0.13.3
8872025-01-28T06:53:04.467Z Downloaded vcpkg v0.2.15
8882025-01-28T06:53:04.507Z Downloaded num-bigint-dig v0.8.4
8892025-01-28T06:53:04.510Z Downloaded futures-util v0.3.31
8902025-01-28T06:53:04.523Z Downloaded portable-atomic v1.9.0
8912025-01-28T06:53:04.530Z Downloaded radix_trie v0.2.1
8922025-01-28T06:53:04.536Z Downloaded salty v0.3.0
8932025-01-28T06:53:04.544Z Downloaded petname v2.0.2
8942025-01-28T06:53:04.550Z Downloaded rustls-webpki v0.101.7
8952025-01-28T06:53:04.567Z Downloaded serde_with v3.11.0
8962025-01-28T06:53:04.573Z Downloaded openssl v0.10.66
8972025-01-28T06:53:04.584Z Downloaded rustls v0.21.12
8982025-01-28T06:53:04.595Z Downloaded rustls-webpki v0.102.8
8992025-01-28T06:53:04.615Z Downloaded object v0.30.4
9002025-01-28T06:53:04.625Z Downloaded webpki-roots v0.26.6
9012025-01-28T06:53:04.628Z Downloaded regress v0.10.1
9022025-01-28T06:53:04.638Z Downloaded quinn-proto v0.11.8
9032025-01-28T06:53:04.645Z Downloaded object v0.36.5
9042025-01-28T06:53:04.657Z Downloaded rustls v0.23.19
9052025-01-28T06:53:04.670Z Downloaded zerocopy v0.8.10
9062025-01-28T06:53:04.694Z Downloaded gimli v0.31.1
9072025-01-28T06:53:04.702Z Downloaded regex-syntax v0.6.29
9082025-01-28T06:53:04.710Z Downloaded smoltcp v0.9.1
9092025-01-28T06:53:04.721Z Downloaded diesel v2.2.6
9102025-01-28T06:53:04.740Z Downloaded typify-impl v0.3.0
9112025-01-28T06:53:04.756Z Downloaded rustls v0.22.4
9122025-01-28T06:53:04.770Z Downloaded smoltcp v0.11.0
9132025-01-28T06:53:04.783Z Downloaded openapiv3 v2.0.0
9142025-01-28T06:53:04.796Z Downloaded regress v0.9.1
9152025-01-28T06:53:04.805Z Downloaded regex-syntax v0.8.5
9162025-01-28T06:53:04.814Z Downloaded sled v0.34.7
9172025-01-28T06:53:04.824Z Downloaded ratatui v0.28.1
9182025-01-28T06:53:04.845Z Downloaded typify-impl v0.2.0
9192025-01-28T06:53:04.860Z Downloaded bzip2-sys v0.1.11+1.0.8
9202025-01-28T06:53:04.873Z Downloaded zerocopy-derive v0.6.6
9212025-01-28T06:53:04.884Z Downloaded nix v0.27.1
9222025-01-28T06:53:04.895Z Downloaded nix v0.29.0
9232025-01-28T06:53:04.908Z Downloaded regex-automata v0.4.8
9242025-01-28T06:53:04.924Z Downloaded nix v0.28.0
9252025-01-28T06:53:04.936Z Downloaded dropshot v0.12.0
9262025-01-28T06:53:04.956Z Downloaded hickory-proto v0.24.2
9272025-01-28T06:53:04.971Z Downloaded lzma-sys v0.1.20
9282025-01-28T06:53:05.001Z Downloaded petgraph v0.6.5
9292025-01-28T06:53:05.018Z Downloaded chrono-tz v0.10.1
9302025-01-28T06:53:05.025Z Downloaded dropshot v0.15.1
9312025-01-28T06:53:05.048Z Downloaded bstr v1.10.0
9322025-01-28T06:53:05.058Z Downloaded unicode-width v0.2.0
9332025-01-28T06:53:05.064Z Downloaded git2 v0.19.0
9342025-01-28T06:53:05.073Z Downloaded csv v1.3.1
9352025-01-28T06:53:05.093Z Downloaded libz-sys v1.1.20
9362025-01-28T06:53:05.115Z Downloaded polar-core v0.27.3
9372025-01-28T06:53:05.122Z Downloaded p384 v0.13.0
9382025-01-28T06:53:05.128Z Downloaded sha3 v0.10.8
9392025-01-28T06:53:05.133Z Downloaded regex v1.11.1
9402025-01-28T06:53:05.146Z Downloaded tokio v1.43.0
9412025-01-28T06:53:05.184Z Downloaded reqwest v0.12.9
9422025-01-28T06:53:05.192Z Downloaded reedline v0.35.0
9432025-01-28T06:53:05.199Z Downloaded sqlparser v0.45.0
9442025-01-28T06:53:05.206Z Downloaded samael v0.0.17
9452025-01-28T06:53:05.210Z Downloaded winnow v0.5.40
9462025-01-28T06:53:05.218Z Downloaded num-complex v0.4.6
9472025-01-28T06:53:05.221Z Downloaded schemars_derive v0.8.21
9482025-01-28T06:53:05.223Z Downloaded postgres-types v0.2.8
9492025-01-28T06:53:05.226Z Downloaded parking_lot v0.11.2
9502025-01-28T06:53:05.228Z Downloaded strip-ansi-escapes v0.2.0
9512025-01-28T06:53:05.228Z Downloaded proc-macro-crate v1.3.1
9522025-01-28T06:53:05.228Z Downloaded typify v0.2.0
9532025-01-28T06:53:05.231Z Downloaded signal-hook v0.3.17
9542025-01-28T06:53:05.234Z Downloaded foreign-types-macros v0.2.3
9552025-01-28T06:53:05.237Z Downloaded quinn-udp v0.5.5
9562025-01-28T06:53:05.240Z Downloaded zerocopy v0.6.6
9572025-01-28T06:53:05.240Z Downloaded hashbrown v0.12.3
9582025-01-28T06:53:05.244Z Downloaded quick-xml v0.33.0
9592025-01-28T06:53:05.250Z Downloaded scopeguard v1.2.0
9602025-01-28T06:53:05.253Z Downloaded rpassword v7.3.1
9612025-01-28T06:53:05.253Z Downloaded zerovec-derive v0.10.3
9622025-01-28T06:53:05.256Z Downloaded parking_lot_core v0.8.6
9632025-01-28T06:53:05.256Z Downloaded futures-io v0.3.31
9642025-01-28T06:53:05.259Z Downloaded futures-executor v0.3.31
9652025-01-28T06:53:05.259Z Downloaded twox-hash v2.1.0
9662025-01-28T06:53:05.261Z Downloaded heapless v0.7.17
9672025-01-28T06:53:05.264Z Downloaded diesel_derives v2.2.3
9682025-01-28T06:53:05.270Z Downloaded aws-lc-rs v1.10.0
9692025-01-28T06:53:05.280Z Downloaded fallible-streaming-iterator v0.1.9
9702025-01-28T06:53:05.282Z Downloaded embedded-io v0.4.0
9712025-01-28T06:53:05.282Z Downloaded uzers v0.12.1
9722025-01-28T06:53:05.285Z Downloaded smf v0.2.3
9732025-01-28T06:53:05.285Z Downloaded derive_builder v0.20.2
9742025-01-28T06:53:05.289Z Downloaded zip v2.1.3
9752025-01-28T06:53:05.293Z Downloaded tough v0.19.0
9762025-01-28T06:53:05.301Z Downloaded blake3 v1.5.4
9772025-01-28T06:53:05.309Z Downloaded encoding_rs v0.8.34
9782025-01-28T06:53:05.330Z Downloaded polyval v0.6.2
9792025-01-28T06:53:05.332Z Downloaded utf-8 v0.7.6
9802025-01-28T06:53:05.332Z Downloaded x509-cert v0.2.5
9812025-01-28T06:53:05.338Z Downloaded native-tls v0.2.12
9822025-01-28T06:53:05.341Z Downloaded diff v0.1.13
9832025-01-28T06:53:05.344Z Downloaded utf8_iter v1.0.4
9842025-01-28T06:53:05.344Z Downloaded nom v7.1.3
9852025-01-28T06:53:05.350Z Downloaded hyper v1.5.2
9862025-01-28T06:53:05.356Z Downloaded tar v0.4.42
9872025-01-28T06:53:05.358Z Downloaded snafu-derive v0.8.5
9882025-01-28T06:53:05.361Z Downloaded serde_derive_internals v0.29.1
9892025-01-28T06:53:05.364Z Downloaded structmeta-derive v0.3.0
9902025-01-28T06:53:05.364Z Downloaded structmeta v0.3.0
9912025-01-28T06:53:05.364Z Downloaded derive_more v0.99.18
9922025-01-28T06:53:05.368Z Downloaded shlex v1.3.0
9932025-01-28T06:53:05.370Z Downloaded displaydoc v0.2.5
9942025-01-28T06:53:05.373Z Downloaded tungstenite v0.23.0
9952025-01-28T06:53:05.375Z Downloaded tungstenite v0.21.0
9962025-01-28T06:53:05.379Z Downloaded nibble_vec v0.1.0
9972025-01-28T06:53:05.381Z Downloaded fallible-iterator v0.2.0
9982025-01-28T06:53:05.381Z Downloaded libgit2-sys v0.17.0+1.8.1
9992025-01-28T06:53:05.440Z Downloaded enum-as-inner v0.6.1
10002025-01-28T06:53:05.443Z Downloaded ena v0.14.3
10012025-01-28T06:53:05.443Z Downloaded embedded-io v0.6.1
10022025-01-28T06:53:05.443Z Downloaded itertools v0.12.1
10032025-01-28T06:53:05.449Z Downloaded rtoolbox v0.0.2
10042025-01-28T06:53:05.451Z Downloaded phf_codegen v0.11.2
10052025-01-28T06:53:05.451Z Downloaded smallvec v1.13.2
10062025-01-28T06:53:05.454Z Downloaded slog-term v2.9.1
10072025-01-28T06:53:05.457Z Downloaded pem v3.0.4
10082025-01-28T06:53:05.457Z Downloaded libxml v0.3.3
10092025-01-28T06:53:05.462Z Downloaded libm v0.2.8
10102025-01-28T06:53:05.470Z Downloaded itertools v0.10.5
10112025-01-28T06:53:05.476Z Downloaded document-features v0.2.10
10122025-01-28T06:53:05.478Z Downloaded dirs-next v2.0.0
10132025-01-28T06:53:05.478Z Downloaded poly1305 v0.8.0
10142025-01-28T06:53:05.481Z Downloaded unicode-properties v0.1.3
10152025-01-28T06:53:05.483Z Downloaded slog v2.7.0
10162025-01-28T06:53:05.486Z Downloaded steno v0.4.1
10172025-01-28T06:53:05.489Z Downloaded smallvec v0.6.14
10182025-01-28T06:53:05.492Z Downloaded slab v0.4.9
10192025-01-28T06:53:05.494Z Downloaded signature v2.2.0
10202025-01-28T06:53:05.494Z Downloaded progenitor-impl v0.9.1
10212025-01-28T06:53:05.497Z Downloaded progenitor-impl v0.8.0
10222025-01-28T06:53:05.497Z Downloaded predicates-tree v1.0.11
10232025-01-28T06:53:05.500Z Downloaded pkg-config v0.3.31
10242025-01-28T06:53:05.500Z Downloaded futures v0.3.31
10252025-01-28T06:53:05.504Z Downloaded derive-where v1.2.7
10262025-01-28T06:53:05.508Z Downloaded rcgen v0.12.1
10272025-01-28T06:53:05.511Z Downloaded rayon-core v1.12.1
10282025-01-28T06:53:05.514Z Downloaded pkcs1 v0.7.5
10292025-01-28T06:53:05.519Z Downloaded owo-colors v4.1.0
10302025-01-28T06:53:05.521Z Downloaded float-ord v0.3.2
10312025-01-28T06:53:05.521Z Downloaded dyn-clone v1.0.17
10322025-01-28T06:53:05.521Z Downloaded dirs-sys-next v0.1.2
10332025-01-28T06:53:05.521Z Downloaded zone v0.1.8
10342025-01-28T06:53:05.524Z Downloaded writeable v0.5.5
10352025-01-28T06:53:05.524Z Downloaded hashlink v0.9.1
10362025-01-28T06:53:05.526Z Downloaded tracing v0.1.40
10372025-01-28T06:53:05.537Z Downloaded mio v1.0.2
10382025-01-28T06:53:05.537Z Downloaded http v1.2.0
10392025-01-28T06:53:05.540Z Downloaded openssl-sys v0.9.103
10402025-01-28T06:53:05.546Z Downloaded ron v0.8.1
10412025-01-28T06:53:05.549Z Downloaded progenitor v0.9.1
10422025-01-28T06:53:05.552Z Downloaded whoami v1.5.2
10432025-01-28T06:53:05.554Z Downloaded elliptic-curve v0.13.8
10442025-01-28T06:53:05.557Z Downloaded tokio-rustls v0.26.0
10452025-01-28T06:53:05.561Z Downloaded term v0.7.0
10462025-01-28T06:53:05.569Z Downloaded unsafe-libyaml v0.2.11
10472025-01-28T06:53:05.569Z Downloaded tracing-core v0.1.32
10482025-01-28T06:53:05.572Z Downloaded minimal-lexical v0.2.1
10492025-01-28T06:53:05.572Z Downloaded sync_wrapper v1.0.1
10502025-01-28T06:53:05.572Z Downloaded fd-lock v4.0.2
10512025-01-28T06:53:05.574Z Downloaded slog-envlogger v2.2.0
10522025-01-28T06:53:05.577Z Downloaded slog-bunyan v2.5.0
10532025-01-28T06:53:05.577Z Downloaded oso v0.27.3
10542025-01-28T06:53:05.579Z Downloaded socket2 v0.5.7
10552025-01-28T06:53:05.582Z Downloaded crossbeam-channel v0.5.13
10562025-01-28T06:53:05.586Z Downloaded backtrace v0.3.74
10572025-01-28T06:53:05.592Z Downloaded half v2.4.1
10582025-01-28T06:53:05.598Z Downloaded base64 v0.13.1
10592025-01-28T06:53:05.600Z Downloaded postgres-protocol v0.6.7
10602025-01-28T06:53:05.603Z Downloaded ed25519 v2.2.3
10612025-01-28T06:53:05.606Z Downloaded difflib v0.4.0
10622025-01-28T06:53:05.606Z Downloaded dropshot_endpoint v0.12.0
10632025-01-28T06:53:05.608Z Downloaded vte v0.11.1
10642025-01-28T06:53:05.611Z Downloaded vergen v8.3.2
10652025-01-28T06:53:05.613Z Downloaded const_format v0.2.33
10662025-01-28T06:53:05.616Z Downloaded base64 v0.21.7
10672025-01-28T06:53:05.620Z Downloaded termcolor v1.4.1
10682025-01-28T06:53:05.623Z Downloaded strum_macros v0.25.3
10692025-01-28T06:53:05.625Z Downloaded num-derive v0.4.2
10702025-01-28T06:53:05.626Z Downloaded tinyvec v1.8.0
10712025-01-28T06:53:05.629Z Downloaded subprocess v0.2.9
10722025-01-28T06:53:05.631Z Downloaded compact_str v0.8.0
10732025-01-28T06:53:05.634Z Downloaded hyper-util v0.1.10
10742025-01-28T06:53:05.637Z Downloaded hickory-server v0.24.2
10752025-01-28T06:53:05.643Z Downloaded base64 v0.22.1
10762025-01-28T06:53:05.647Z Downloaded bytes v1.9.0
10772025-01-28T06:53:05.651Z Downloaded bumpalo v3.16.0
10782025-01-28T06:53:05.654Z Downloaded slog-json v2.6.1
10792025-01-28T06:53:05.657Z Downloaded simd-adler32 v0.3.7
10802025-01-28T06:53:05.659Z Downloaded chacha20poly1305 v0.10.1
10812025-01-28T06:53:05.659Z Downloaded cc v1.1.30
10822025-01-28T06:53:05.662Z Downloaded resolv-conf v0.7.0
10832025-01-28T06:53:05.665Z Downloaded similar v2.6.0
10842025-01-28T06:53:05.668Z Downloaded globset v0.4.15
10852025-01-28T06:53:05.671Z Downloaded env_logger v0.10.2
10862025-01-28T06:53:05.673Z Downloaded percent-encoding v2.3.1
10872025-01-28T06:53:05.673Z Downloaded vsss-rs v3.3.4
10882025-01-28T06:53:05.677Z Downloaded value-bag v1.9.0
10892025-01-28T06:53:05.679Z Downloaded parse-display-derive v0.10.0
10902025-01-28T06:53:05.679Z Downloaded num-integer v0.1.46
10912025-01-28T06:53:05.682Z Downloaded nodrop v0.1.14
10922025-01-28T06:53:05.682Z Downloaded tracing-attributes v0.1.27
10932025-01-28T06:53:05.684Z Downloaded tls_codec_derive v0.4.1
10942025-01-28T06:53:05.687Z Downloaded rand_seeder v0.3.0
10952025-01-28T06:53:05.687Z Downloaded ciborium v0.2.2
10962025-01-28T06:53:05.690Z Downloaded allocator-api2 v0.2.18
10972025-01-28T06:53:05.693Z Downloaded either v1.13.0
10982025-01-28T06:53:05.696Z Downloaded display-error-chain v0.2.2
10992025-01-28T06:53:05.696Z Downloaded debug-ignore v1.0.5
11002025-01-28T06:53:05.699Z Downloaded group v0.13.0
11012025-01-28T06:53:05.699Z Downloaded filetime v0.2.25
11022025-01-28T06:53:05.702Z Downloaded rustls-pemfile v1.0.4
11032025-01-28T06:53:05.702Z Downloaded blake2 v0.10.6
11042025-01-28T06:53:05.705Z Downloaded fixedbitset v0.4.2
11052025-01-28T06:53:05.705Z Downloaded defmt-macros v0.3.9
11062025-01-28T06:53:05.708Z Downloaded csv-core v0.1.11
11072025-01-28T06:53:05.712Z Downloaded crossbeam-epoch v0.9.18
11082025-01-28T06:53:05.715Z Downloaded subtle v2.6.1
11092025-01-28T06:53:05.715Z Downloaded slog-scope v4.4.0
11102025-01-28T06:53:05.715Z Downloaded litrs v0.4.1
11112025-01-28T06:53:05.717Z Downloaded icu_provider v1.5.0
11122025-01-28T06:53:05.720Z Downloaded const-oid v0.9.6
11132025-01-28T06:53:05.723Z Downloaded crossbeam-utils v0.8.20
11142025-01-28T06:53:05.725Z Downloaded bzip2 v0.4.4
11152025-01-28T06:53:05.728Z Downloaded cancel-safe-futures v0.1.5
11162025-01-28T06:53:05.730Z Downloaded sha1 v0.10.6
11172025-01-28T06:53:05.730Z Downloaded serde_repr v0.1.19
11182025-01-28T06:53:05.733Z Downloaded ref-cast-impl v1.0.23
11192025-01-28T06:53:05.733Z Downloaded ahash v0.8.11
11202025-01-28T06:53:05.736Z Downloaded libloading v0.8.5
11212025-01-28T06:53:05.738Z Downloaded crossbeam-deque v0.8.5
11222025-01-28T06:53:05.741Z Downloaded arc-swap v1.7.1
11232025-01-28T06:53:05.744Z Downloaded maplit v1.0.2
11242025-01-28T06:53:05.744Z Downloaded icu_locid_transform v1.5.0
11252025-01-28T06:53:05.747Z Downloaded hyper-rustls v0.27.3
11262025-01-28T06:53:05.749Z Downloaded const_format_proc_macros v0.2.33
11272025-01-28T06:53:05.752Z Downloaded backoff v0.4.0
11282025-01-28T06:53:05.755Z Downloaded console v0.15.10
11292025-01-28T06:53:05.757Z Downloaded bcs v0.1.6
11302025-01-28T06:53:05.760Z Downloaded instability v0.3.2
11312025-01-28T06:53:05.760Z Downloaded crc-catalog v2.4.0
11322025-01-28T06:53:05.762Z Downloaded async-recursion v1.1.1
11332025-01-28T06:53:05.765Z Downloaded bitflags v1.3.2
11342025-01-28T06:53:05.768Z Downloaded lazycell v1.3.0
11352025-01-28T06:53:05.771Z Downloaded indent_write v2.2.0
11362025-01-28T06:53:05.774Z Downloaded impl-trait-for-tuples v0.2.2
11372025-01-28T06:53:05.774Z Downloaded httpdate v1.0.3
11382025-01-28T06:53:05.777Z Downloaded http-body-util v0.1.2
11392025-01-28T06:53:05.777Z Downloaded constant_time_eq v0.3.1
11402025-01-28T06:53:05.780Z Downloaded ring v0.17.8
11412025-01-28T06:53:05.847Z Downloaded idna_adapter v1.2.0
11422025-01-28T06:53:05.849Z Downloaded hyper-tls v0.6.0
11432025-01-28T06:53:05.849Z Downloaded linked-hash-map v0.5.6
11442025-01-28T06:53:05.852Z Downloaded bcrypt-pbkdf v0.10.0
11452025-01-28T06:53:05.852Z Downloaded chacha20 v0.9.1
11462025-01-28T06:53:05.854Z Downloaded hubpack v0.1.2
11472025-01-28T06:53:05.854Z Downloaded hostname v0.4.0
11482025-01-28T06:53:05.858Z Downloaded ctr v0.9.2
11492025-01-28T06:53:05.858Z Downloaded async-stream v0.3.6
11502025-01-28T06:53:05.861Z Downloaded cipher v0.4.4
11512025-01-28T06:53:05.861Z Downloaded bitfield v0.14.0
11522025-01-28T06:53:05.864Z Downloaded is-terminal v0.4.13
11532025-01-28T06:53:05.864Z Downloaded ipnetwork v0.20.0
11542025-01-28T06:53:05.867Z Downloaded internet-checksum v0.2.1
11552025-01-28T06:53:05.867Z Downloaded indoc v1.0.9
11562025-01-28T06:53:05.869Z Downloaded humantime v2.1.0
11572025-01-28T06:53:05.869Z Downloaded lalrpop-util v0.19.12
11582025-01-28T06:53:05.869Z Downloaded atomic-waker v1.1.2
11592025-01-28T06:53:05.872Z Downloaded highway v1.2.0
11602025-01-28T06:53:05.874Z Downloaded colored v2.1.0
11612025-01-28T06:53:05.874Z Downloaded cmake v0.1.51
11622025-01-28T06:53:05.877Z Downloaded ciborium-ll v0.2.2
11632025-01-28T06:53:05.877Z Downloaded bb8 v0.8.5
11642025-01-28T06:53:05.879Z Downloaded bit-set v0.5.3
11652025-01-28T06:53:05.879Z Downloaded base16ct v0.2.0
11662025-01-28T06:53:05.884Z Downloaded assert_matches v1.5.0
11672025-01-28T06:53:05.925Z Downloaded libsqlite3-sys v0.30.1
11682025-01-28T06:53:06.146Z Downloaded aws-lc-sys v0.22.0
11692025-01-28T06:53:06.457Z Compiling serde v1.0.217
11702025-01-28T06:53:06.462Z Compiling lock_api v0.4.12
11712025-01-28T06:53:06.462Z Compiling value-bag v1.9.0
11722025-01-28T06:53:06.462Z Compiling scopeguard v1.2.0
11732025-01-28T06:53:06.462Z Compiling typenum v1.17.0
11742025-01-28T06:53:06.462Z Compiling generic-array v0.14.7
11752025-01-28T06:53:06.649Z Compiling syn v2.0.96
11762025-01-28T06:53:06.666Z Compiling getrandom v0.2.15
11772025-01-28T06:53:06.840Z Compiling shlex v1.3.0
11782025-01-28T06:53:06.995Z Compiling rand_core v0.6.4
11792025-01-28T06:53:07.073Z Compiling subtle v2.6.1
11802025-01-28T06:53:07.095Z Compiling log v0.4.22
11812025-01-28T06:53:07.204Z Compiling jobserver v0.1.32
11822025-01-28T06:53:07.223Z Compiling smallvec v1.13.2
11832025-01-28T06:53:07.414Z Compiling const-oid v0.9.6
11842025-01-28T06:53:07.541Z Compiling pin-project-lite v0.2.14
11852025-01-28T06:53:07.599Z Compiling cc v1.1.30
11862025-01-28T06:53:07.602Z Compiling rustix v0.38.37
11872025-01-28T06:53:07.668Z Compiling spin v0.9.8
11882025-01-28T06:53:07.856Z Compiling parking_lot_core v0.9.10
11892025-01-28T06:53:07.991Z Compiling futures-core v0.3.31
11902025-01-28T06:53:08.052Z Compiling signal-hook-registry v1.4.2
11912025-01-28T06:53:08.235Z Compiling mio v1.0.2
11922025-01-28T06:53:08.623Z Compiling aho-corasick v1.1.3
11932025-01-28T06:53:08.860Z Compiling either v1.13.0
11942025-01-28T06:53:08.956Z Compiling parking_lot v0.12.3
11952025-01-28T06:53:09.097Z Compiling regex-syntax v0.8.5
11962025-01-28T06:53:09.268Z Compiling cpufeatures v0.2.14
11972025-01-28T06:53:09.402Z Compiling stable_deref_trait v1.2.0
11982025-01-28T06:53:09.496Z Compiling futures-sink v0.3.31
11992025-01-28T06:53:09.533Z Compiling glob v0.3.1
12002025-01-28T06:53:09.631Z Compiling socket2 v0.5.7
12012025-01-28T06:53:09.666Z Compiling slab v0.4.9
12022025-01-28T06:53:09.841Z Compiling prettyplease v0.2.25
12032025-01-28T06:53:10.154Z Compiling lazy_static v1.5.0
12042025-01-28T06:53:10.216Z Compiling minimal-lexical v0.2.1
12052025-01-28T06:53:10.297Z Compiling serde_json v1.0.135
12062025-01-28T06:53:10.408Z Compiling clang-sys v1.8.1
12072025-01-28T06:53:10.664Z Compiling libloading v0.8.5
12082025-01-28T06:53:10.751Z Compiling nom v7.1.3
12092025-01-28T06:53:10.862Z Compiling bindgen v0.69.5
12102025-01-28T06:53:11.065Z Compiling home v0.5.9
12112025-01-28T06:53:11.333Z Compiling futures-channel v0.3.31
12122025-01-28T06:53:11.615Z Compiling itertools v0.12.1
12132025-01-28T06:53:11.743Z Compiling libm v0.2.8
12142025-01-28T06:53:11.769Z Compiling futures-task v0.3.31
12152025-01-28T06:53:12.092Z Compiling foldhash v0.1.3
12162025-01-28T06:53:12.095Z Compiling lazycell v1.3.0
12172025-01-28T06:53:12.293Z Compiling pin-utils v0.1.0
12182025-01-28T06:53:12.400Z Compiling allocator-api2 v0.2.18
12192025-01-28T06:53:12.422Z Compiling futures-io v0.3.31
12202025-01-28T06:53:12.696Z Compiling rustc-hash v1.1.0
12212025-01-28T06:53:12.859Z Compiling regex-automata v0.4.8
12222025-01-28T06:53:13.145Z Compiling hashbrown v0.15.1
12232025-01-28T06:53:13.559Z Compiling cmake v0.1.51
12242025-01-28T06:53:14.201Z Compiling synstructure v0.13.1
12252025-01-28T06:53:14.451Z Compiling cexpr v0.6.0
12262025-01-28T06:53:14.580Z Compiling num-traits v0.2.19
12272025-01-28T06:53:14.874Z Compiling pkg-config v0.3.31
12282025-01-28T06:53:15.463Z Compiling dunce v1.0.5
12292025-01-28T06:53:15.610Z Compiling fs_extra v1.3.0
12302025-01-28T06:53:16.065Z Compiling writeable v0.5.5
12312025-01-28T06:53:16.158Z Compiling litemap v0.7.3
12322025-01-28T06:53:16.204Z Compiling ring v0.17.8
12332025-01-28T06:53:16.560Z Compiling base64ct v1.6.0
12342025-01-28T06:53:16.606Z Compiling paste v1.0.15
12352025-01-28T06:53:17.188Z Compiling pem-rfc7468 v0.7.0
12362025-01-28T06:53:17.211Z Compiling flagset v0.4.6
12372025-01-28T06:53:17.289Z Compiling httparse v1.9.5
12382025-01-28T06:53:17.419Z Compiling icu_locid_transform_data v1.5.0
12392025-01-28T06:53:17.534Z Compiling aws-lc-rs v1.10.0
12402025-01-28T06:53:17.953Z Compiling tracing-core v0.1.32
12412025-01-28T06:53:17.994Z Compiling percent-encoding v2.3.1
12422025-01-28T06:53:18.298Z Compiling crossbeam-utils v0.8.20
12432025-01-28T06:53:18.825Z Compiling regex v1.11.1
12442025-01-28T06:53:18.857Z Compiling icu_properties_data v1.5.0
12452025-01-28T06:53:18.902Z Compiling rustls-pki-types v1.10.0
12462025-01-28T06:53:19.153Z Compiling num-conv v0.1.0
12472025-01-28T06:53:19.434Z Compiling write16 v1.0.0
12482025-01-28T06:53:19.575Z Compiling utf16_iter v1.0.5
12492025-01-28T06:53:19.720Z Compiling utf8_iter v1.0.4
12502025-01-28T06:53:19.773Z Compiling vcpkg v0.2.15
12512025-01-28T06:53:19.797Z Compiling serde_derive v1.0.217
12522025-01-28T06:53:19.802Z Compiling zeroize_derive v1.4.2
12532025-01-28T06:53:19.836Z Compiling zerocopy-derive v0.7.35
12542025-01-28T06:53:19.957Z Compiling tokio-macros v2.5.0
12552025-01-28T06:53:21.205Z Compiling zeroize v1.8.1
12562025-01-28T06:53:21.556Z Compiling zerofrom-derive v0.1.4
12572025-01-28T06:53:21.576Z Compiling yoke-derive v0.7.4
12582025-01-28T06:53:21.851Z Compiling zerocopy v0.7.35
12592025-01-28T06:53:21.890Z Compiling thiserror-impl v1.0.69
12602025-01-28T06:53:22.646Z Compiling crypto-common v0.1.6
12612025-01-28T06:53:22.881Z Compiling block-buffer v0.10.4
12622025-01-28T06:53:23.142Z Compiling digest v0.10.7
12632025-01-28T06:53:23.170Z Compiling zerovec-derive v0.10.3
12642025-01-28T06:53:23.205Z Compiling displaydoc v0.2.5
12652025-01-28T06:53:23.670Z Compiling hmac v0.12.1
12662025-01-28T06:53:23.932Z Compiling futures-macro v0.3.31
12672025-01-28T06:53:24.216Z Compiling block-padding v0.3.3
12682025-01-28T06:53:24.375Z Compiling sha2 v0.10.8
12692025-01-28T06:53:24.477Z Compiling inout v0.1.3
12702025-01-28T06:53:24.774Z Compiling cipher v0.4.4
12712025-01-28T06:53:24.797Z Compiling icu_provider_macros v1.5.0
12722025-01-28T06:53:24.938Z Compiling thiserror v1.0.69
12732025-01-28T06:53:25.099Z Compiling ppv-lite86 v0.2.20
12742025-01-28T06:53:25.221Z Compiling zerofrom v0.1.4
12752025-01-28T06:53:25.308Z Compiling der_derive v0.7.3
12762025-01-28T06:53:25.450Z Compiling yoke v0.7.4
12772025-01-28T06:53:25.925Z Compiling tracing-attributes v0.1.27
12782025-01-28T06:53:25.951Z Compiling zerovec v0.10.4
12792025-01-28T06:53:25.951Z Compiling futures-util v0.3.31
12802025-01-28T06:53:25.951Z Compiling rand_chacha v0.3.1
12812025-01-28T06:53:25.951Z Compiling salsa20 v0.10.2
12822025-01-28T06:53:26.105Z Compiling pest v2.7.14
12832025-01-28T06:53:27.565Z Compiling tinystr v0.7.6
12842025-01-28T06:53:27.835Z Compiling der v0.7.9
12852025-01-28T06:53:27.894Z Compiling icu_locid v1.5.0
12862025-01-28T06:53:27.963Z Compiling icu_collections v1.5.0
12872025-01-28T06:53:28.180Z Compiling rand v0.8.5
12882025-01-28T06:53:29.033Z Compiling icu_provider v1.5.0
12892025-01-28T06:53:29.217Z Compiling tracing v0.1.40
12902025-01-28T06:53:29.325Z Compiling pbkdf2 v0.12.2
12912025-01-28T06:53:29.513Z Compiling untrusted v0.7.1
12922025-01-28T06:53:29.713Z Compiling icu_locid_transform v1.5.0
12932025-01-28T06:53:29.740Z Compiling untrusted v0.9.0
12942025-01-28T06:53:29.934Z Compiling spki v0.7.3
12952025-01-28T06:53:30.009Z Compiling time-core v0.1.2
12962025-01-28T06:53:30.029Z Compiling mirai-annotations v1.12.0
12972025-01-28T06:53:30.203Z Compiling powerfmt v0.2.0
12982025-01-28T06:53:30.233Z Compiling icu_normalizer_data v1.5.0
12992025-01-28T06:53:30.236Z Compiling time-macros v0.2.18
13002025-01-28T06:53:30.346Z Compiling scrypt v0.11.0
13012025-01-28T06:53:30.579Z Compiling deranged v0.3.11
13022025-01-28T06:53:30.866Z Compiling pest_meta v2.7.14
13032025-01-28T06:53:30.905Z Compiling aes v0.8.4
13042025-01-28T06:53:31.303Z Compiling icu_properties v1.5.1
13052025-01-28T06:53:31.966Z Compiling cbc v0.1.2
13062025-01-28T06:53:32.120Z Compiling openssl-sys v0.9.103
13072025-01-28T06:53:32.211Z Compiling scroll_derive v0.12.0
13082025-01-28T06:53:33.212Z Compiling bitflags v2.6.0
13092025-01-28T06:53:33.299Z Compiling bytes v1.9.0
13102025-01-28T06:53:33.676Z Compiling indexmap v2.7.0
13112025-01-28T06:53:33.697Z Compiling semver v1.0.24
13122025-01-28T06:53:34.442Z Compiling tokio v1.43.0
13132025-01-28T06:53:34.551Z Compiling http v1.2.0
13142025-01-28T06:53:34.930Z Compiling rustc_version v0.4.1
13152025-01-28T06:53:34.962Z Compiling icu_normalizer v1.5.0
13162025-01-28T06:53:35.373Z Compiling tinyvec_macros v0.1.1
13172025-01-28T06:53:35.478Z Compiling atomic-waker v1.1.2
13182025-01-28T06:53:35.668Z Compiling num_threads v0.1.7
13192025-01-28T06:53:35.691Z Compiling tinyvec v1.8.0
13202025-01-28T06:53:35.819Z Compiling time v0.3.36
13212025-01-28T06:53:36.005Z Compiling idna_adapter v1.2.0
13222025-01-28T06:53:36.252Z Compiling http-body v1.0.1
13232025-01-28T06:53:36.334Z Compiling scroll v0.12.0
13242025-01-28T06:53:36.620Z Compiling pest_generator v2.7.14
13252025-01-28T06:53:36.784Z Compiling pkcs5 v0.7.1
13262025-01-28T06:53:36.806Z Compiling form_urlencoded v1.2.1
13272025-01-28T06:53:36.883Z Compiling try-lock v0.2.5
13282025-01-28T06:53:37.046Z Compiling slog v2.7.0
13292025-01-28T06:53:37.117Z Compiling goblin v0.8.2
13302025-01-28T06:53:37.228Z Compiling which v4.4.2
13312025-01-28T06:53:37.868Z Compiling pkcs8 v0.10.2
13322025-01-28T06:53:37.890Z Compiling want v0.3.1
13332025-01-28T06:53:38.199Z Compiling idna v1.0.3
13342025-01-28T06:53:38.406Z Compiling uuid v1.12.0
13352025-01-28T06:53:38.484Z Compiling pest_derive v2.7.14
13362025-01-28T06:53:38.544Z Compiling iana-time-zone v0.1.61
13372025-01-28T06:53:38.975Z Compiling httpdate v1.0.3
13382025-01-28T06:53:39.261Z Compiling dtrace-parser v0.2.0
13392025-01-28T06:53:39.454Z Compiling chrono v0.4.39
13402025-01-28T06:53:39.973Z Compiling serde_tokenstream v0.2.2
13412025-01-28T06:53:40.575Z Compiling toml_datetime v0.6.8
13422025-01-28T06:53:40.623Z Compiling serde_spanned v0.6.8
13432025-01-28T06:53:40.653Z Compiling match_cfg v0.1.0
13442025-01-28T06:53:40.760Z Compiling tower-service v0.3.3
13452025-01-28T06:53:40.869Z Compiling rustversion v1.0.17
13462025-01-28T06:53:40.908Z Compiling foreign-types-shared v0.1.1
13472025-01-28T06:53:41.039Z Compiling base64 v0.22.1
13482025-01-28T06:53:41.078Z Compiling adler2 v2.0.0
13492025-01-28T06:53:41.219Z Compiling openssl v0.10.66
13502025-01-28T06:53:41.304Z Compiling miniz_oxide v0.8.0
13512025-01-28T06:53:41.644Z Compiling foreign-types v0.3.2
13522025-01-28T06:53:41.669Z Compiling hostname v0.3.1
13532025-01-28T06:53:41.721Z Compiling url v2.5.3
13542025-01-28T06:53:41.894Z Compiling async-trait v0.1.85
13552025-01-28T06:53:42.769Z Compiling tokio-util v0.7.12
13562025-01-28T06:53:42.792Z Compiling openssl-macros v0.1.1
13572025-01-28T06:53:43.029Z Compiling dof v0.3.0
13582025-01-28T06:53:43.574Z Compiling serde_derive_internals v0.29.1
13592025-01-28T06:53:43.595Z Compiling dirs-sys-next v0.1.2
13602025-01-28T06:53:44.061Z Compiling h2 v0.4.6
13612025-01-28T06:53:44.143Z Compiling usdt-impl v0.5.0
13622025-01-28T06:53:44.400Z Compiling rustls v0.23.19
13632025-01-28T06:53:44.686Z Compiling native-tls v0.2.12
13642025-01-28T06:53:44.949Z Compiling rustls v0.22.4
13652025-01-28T06:53:45.028Z Compiling siphasher v0.3.11
13662025-01-28T06:53:45.237Z Compiling syn v1.0.109
13672025-01-28T06:53:45.387Z Compiling data-encoding v2.6.0
13682025-01-28T06:53:45.524Z Compiling schemars v0.8.21
13692025-01-28T06:53:45.942Z Compiling schemars_derive v0.8.21
13702025-01-28T06:53:45.962Z Compiling dirs-next v2.0.0
13712025-01-28T06:53:46.611Z Compiling unicode-normalization v0.1.24
13722025-01-28T06:53:47.389Z Compiling http-body-util v0.1.2
13732025-01-28T06:53:47.443Z Compiling heapless v0.7.17
13742025-01-28T06:53:47.710Z Compiling crossbeam-epoch v0.9.18
13752025-01-28T06:53:47.863Z Compiling sha1 v0.10.6
13762025-01-28T06:53:47.885Z Compiling signature v2.2.0
13772025-01-28T06:53:48.105Z Compiling bzip2-sys v0.1.11+1.0.8
13782025-01-28T06:53:48.191Z Compiling thread_local v1.1.8
13792025-01-28T06:53:48.305Z Compiling cookie v0.18.1
13802025-01-28T06:53:48.421Z Compiling multer v3.1.0
13812025-01-28T06:53:48.636Z Compiling encoding_rs v0.8.34
13822025-01-28T06:53:48.657Z Compiling mime v0.3.17
13832025-01-28T06:53:48.679Z Compiling slog-async v2.8.0
13842025-01-28T06:53:48.715Z Compiling ipnet v2.10.1
13852025-01-28T06:53:49.023Z Compiling gimli v0.31.1
13862025-01-28T06:53:49.155Z Compiling signal-hook v0.3.17
13872025-01-28T06:53:49.186Z Compiling dyn-clone v1.0.17
13882025-01-28T06:53:49.408Z Compiling openssl-probe v0.1.5
13892025-01-28T06:53:49.435Z Compiling unicode-properties v0.1.3
13902025-01-28T06:53:49.733Z Compiling rayon-core v1.12.1
13912025-01-28T06:53:49.802Z Compiling unicode-bidi v0.3.17
13922025-01-28T06:53:49.851Z Compiling toml_edit v0.22.22
13932025-01-28T06:53:51.055Z Compiling stringprep v0.1.5
13942025-01-28T06:53:52.165Z Compiling hyper v1.5.2
13952025-01-28T06:53:53.462Z Compiling addr2line v0.24.2
13962025-01-28T06:53:53.787Z Compiling crossbeam-deque v0.8.5
13972025-01-28T06:53:53.881Z Compiling usdt-attr-macro v0.5.0
13982025-01-28T06:53:54.144Z Compiling usdt-macro v0.5.0
13992025-01-28T06:53:54.146Z Compiling term v0.7.0
14002025-01-28T06:53:55.113Z Compiling hyper-util v0.1.10
14012025-01-28T06:53:55.372Z Compiling slog-json v2.6.1
14022025-01-28T06:53:55.389Z Compiling serde_urlencoded v0.7.1
14032025-01-28T06:53:55.510Z Compiling curve25519-dalek v4.1.3
14042025-01-28T06:53:55.734Z Compiling crossbeam-channel v0.5.13
14052025-01-28T06:53:55.800Z Compiling futures-executor v0.3.31
14062025-01-28T06:53:55.902Z Compiling enum-as-inner v0.6.1
14072025-01-28T06:53:56.192Z Compiling md-5 v0.10.6
14082025-01-28T06:53:56.330Z Compiling async-stream-impl v0.3.6
14092025-01-28T06:53:56.464Z Compiling rustls-pemfile v2.2.0
14102025-01-28T06:53:56.771Z Compiling num-integer v0.1.46
14112025-01-28T06:53:56.811Z Compiling hash32 v0.2.1
14122025-01-28T06:53:56.980Z Compiling ff v0.13.0
14132025-01-28T06:53:57.180Z Compiling is-terminal v0.4.13
14142025-01-28T06:53:57.203Z Compiling object v0.36.5
14152025-01-28T06:53:57.309Z Compiling dropshot v0.12.0
14162025-01-28T06:53:57.329Z Compiling fallible-iterator v0.2.0
14172025-01-28T06:53:57.510Z Compiling anyhow v1.0.95
14182025-01-28T06:53:57.598Z Compiling take_mut v0.2.2
14192025-01-28T06:53:57.621Z Compiling quick-error v1.2.3
14202025-01-28T06:53:57.771Z Compiling linked-hash-map v0.5.6
14212025-01-28T06:53:57.797Z Compiling rustc-demangle v0.1.24
14222025-01-28T06:53:57.998Z Compiling psl-types v2.0.11
14232025-01-28T06:53:58.021Z Compiling portable-atomic v1.9.0
14242025-01-28T06:53:58.098Z Compiling base16ct v0.2.0
14252025-01-28T06:53:58.119Z Compiling utf-8 v0.7.6
14262025-01-28T06:53:58.211Z Compiling smoltcp v0.9.1
14272025-01-28T06:53:58.475Z Compiling num-bigint-dig v0.8.4
14282025-01-28T06:53:58.497Z Compiling litrs v0.4.1
14292025-01-28T06:53:58.734Z Compiling tungstenite v0.24.0
14302025-01-28T06:53:58.829Z Compiling sec1 v0.7.3
14312025-01-28T06:53:58.925Z Compiling publicsuffix v2.3.0
14322025-01-28T06:53:59.231Z Compiling lru-cache v0.1.2
14332025-01-28T06:53:59.370Z Compiling postgres-protocol v0.6.7
14342025-01-28T06:53:59.434Z Compiling resolv-conf v0.7.0
14352025-01-28T06:53:59.669Z Compiling document-features v0.2.10
14362025-01-28T06:54:00.223Z Compiling async-stream v0.3.6
14372025-01-28T06:54:00.527Z Compiling slog-term v2.9.1
14382025-01-28T06:54:00.569Z Compiling num-iter v0.1.45
14392025-01-28T06:54:00.594Z Compiling usdt v0.5.0
14402025-01-28T06:54:00.768Z Compiling group v0.13.0
14412025-01-28T06:54:00.815Z Compiling hickory-proto v0.24.2
14422025-01-28T06:54:01.090Z Compiling futures v0.3.31
14432025-01-28T06:54:01.163Z Compiling slog-bunyan v2.5.0
14442025-01-28T06:54:01.813Z Compiling camino v1.1.9
14452025-01-28T06:54:02.433Z Compiling tokio-native-tls v0.3.1
14462025-01-28T06:54:02.721Z Compiling toml v0.8.19
14472025-01-28T06:54:02.744Z Compiling phf_shared v0.11.2
14482025-01-28T06:54:02.968Z Compiling dropshot_endpoint v0.12.0
14492025-01-28T06:54:03.138Z Compiling terminal_size v0.4.0
14502025-01-28T06:54:03.404Z Compiling waitgroup v0.1.2
14512025-01-28T06:54:03.647Z Compiling openapiv3 v2.0.0
14522025-01-28T06:54:03.674Z Compiling serde_path_to_error v0.1.16
14532025-01-28T06:54:04.314Z Compiling backtrace v0.3.74
14542025-01-28T06:54:04.432Z Compiling hkdf v0.12.4
14552025-01-28T06:54:04.466Z Compiling crypto-bigint v0.5.5
14562025-01-28T06:54:04.713Z Compiling zerocopy-derive v0.6.6
14572025-01-28T06:54:06.773Z Compiling curve25519-dalek-derive v0.1.1
14582025-01-28T06:54:06.873Z Compiling hubpack_derive v0.1.1
14592025-01-28T06:54:07.227Z Compiling webpki-roots v0.26.6
14602025-01-28T06:54:07.388Z Compiling hostname v0.4.0
14612025-01-28T06:54:07.461Z Compiling ahash v0.8.11
14622025-01-28T06:54:07.611Z Compiling fs-err v2.11.0
14632025-01-28T06:54:07.614Z Compiling crc32fast v1.4.2
14642025-01-28T06:54:07.761Z Compiling newtype-uuid v1.2.1
14652025-01-28T06:54:07.790Z Compiling winnow v0.5.40
14662025-01-28T06:54:07.920Z Compiling unicode-width v0.2.0
14672025-01-28T06:54:07.955Z Compiling debug-ignore v1.0.5
14682025-01-28T06:54:08.051Z Compiling managed v0.8.0
14692025-01-28T06:54:08.106Z Compiling bitflags v1.3.2
14702025-01-28T06:54:08.245Z Compiling strum_macros v0.25.3
14712025-01-28T06:54:08.526Z Compiling console v0.15.10
14722025-01-28T06:54:09.927Z Compiling clap_builder v4.5.27
14732025-01-28T06:54:10.331Z Compiling flate2 v1.0.35
14742025-01-28T06:54:10.557Z Compiling hubpack v0.1.2
14752025-01-28T06:54:10.589Z Compiling elliptic-curve v0.13.8
14762025-01-28T06:54:10.990Z Compiling zerocopy v0.6.6
14772025-01-28T06:54:11.208Z Compiling toml_edit v0.19.15
14782025-01-28T06:54:11.342Z Compiling hickory-resolver v0.24.2
14792025-01-28T06:54:11.731Z Compiling signal-hook-mio v0.2.4
14802025-01-28T06:54:11.915Z Compiling phf v0.11.2
14812025-01-28T06:54:12.068Z Compiling hyper-tls v0.6.0
14822025-01-28T06:54:12.154Z Compiling rayon v1.10.0
14832025-01-28T06:54:12.194Z Compiling cookie_store v0.21.1
14842025-01-28T06:54:12.460Z Compiling bzip2 v0.4.4
14852025-01-28T06:54:13.696Z Compiling postgres-types v0.2.8
14862025-01-28T06:54:15.080Z Compiling tokio-tungstenite v0.24.0
14872025-01-28T06:54:16.167Z Compiling ed25519 v2.2.3
14882025-01-28T06:54:16.508Z Compiling phf_shared v0.10.0
14892025-01-28T06:54:16.899Z Compiling tokio-stream v0.1.16
14902025-01-28T06:54:16.953Z Compiling pkcs1 v0.7.5
14912025-01-28T06:54:17.269Z Compiling serde-big-array v0.5.1
14922025-01-28T06:54:17.517Z Compiling clap_derive v4.5.24
14932025-01-28T06:54:17.885Z Compiling rfc6979 v0.4.0
14942025-01-28T06:54:17.907Z Compiling derive-where v1.2.7
14952025-01-28T06:54:18.039Z Compiling serde_repr v0.1.19
14962025-01-28T06:54:18.095Z Compiling float-cmp v0.9.0
14972025-01-28T06:54:18.265Z Compiling bstr v1.10.0
14982025-01-28T06:54:18.336Z Compiling sync_wrapper v1.0.1
14992025-01-28T06:54:18.433Z Compiling fixedbitset v0.4.2
15002025-01-28T06:54:18.518Z Compiling static_assertions v1.1.0
15012025-01-28T06:54:18.639Z Compiling precomputed-hash v0.1.1
15022025-01-28T06:54:18.790Z Compiling normalize-line-endings v0.3.0
15032025-01-28T06:54:18.893Z Compiling bit-vec v0.6.3
15042025-01-28T06:54:18.940Z Compiling new_debug_unreachable v1.0.6
15052025-01-28T06:54:19.052Z Compiling whoami v1.5.2
15062025-01-28T06:54:19.202Z Compiling predicates-core v1.0.8
15072025-01-28T06:54:19.301Z Compiling difflib v0.4.0
15082025-01-28T06:54:19.557Z Compiling unicode-segmentation v1.12.0
15092025-01-28T06:54:19.649Z Compiling number_prefix v0.4.0
15102025-01-28T06:54:19.888Z Compiling indicatif v0.17.9
15112025-01-28T06:54:19.910Z Compiling predicates v3.1.2
15122025-01-28T06:54:20.443Z Compiling similar v2.6.0
15132025-01-28T06:54:20.735Z Compiling tokio-postgres v0.7.12
15142025-01-28T06:54:21.122Z Compiling bit-set v0.5.3
15152025-01-28T06:54:21.433Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15162025-01-28T06:54:21.460Z Compiling string_cache v0.8.7
15172025-01-28T06:54:21.907Z Compiling petgraph v0.6.5
15182025-01-28T06:54:21.968Z Compiling ecdsa v0.16.9
15192025-01-28T06:54:22.246Z Compiling clap v4.5.27
15202025-01-28T06:54:22.370Z Compiling rsa v0.9.6
15212025-01-28T06:54:22.668Z Compiling ed25519-dalek v2.1.1
15222025-01-28T06:54:22.772Z Compiling toml v0.7.8
15232025-01-28T06:54:24.044Z Compiling zip v0.6.6
15242025-01-28T06:54:24.297Z Compiling crossterm v0.28.1
15252025-01-28T06:54:26.248Z Compiling hex v0.4.3
15262025-01-28T06:54:26.414Z Compiling x509-cert v0.2.5
15272025-01-28T06:54:26.534Z Compiling itertools v0.10.5
15282025-01-28T06:54:26.770Z Compiling lalrpop-util v0.19.12
15292025-01-28T06:54:26.864Z Compiling peg-runtime v0.8.3
15302025-01-28T06:54:27.132Z Compiling unicode-xid v0.2.6
15312025-01-28T06:54:27.344Z Compiling strum_macros v0.26.4
15322025-01-28T06:54:27.479Z Compiling xattr v1.3.1
15332025-01-28T06:54:27.687Z Compiling filetime v0.2.25
15342025-01-28T06:54:28.033Z Compiling tar v0.4.42
15352025-01-28T06:54:32.105Z Compiling strum v0.26.3
15362025-01-28T06:54:35.312Z Compiling aws-lc-sys v0.22.0
15372025-01-28T06:55:03.246Z Compiling rustls-webpki v0.102.8
15382025-01-28T06:55:06.487Z Compiling tokio-rustls v0.25.0
15392025-01-28T06:55:08.377Z Compiling tokio-rustls v0.26.0
15402025-01-28T06:55:08.661Z Compiling hyper-rustls v0.27.3
15412025-01-28T06:55:09.024Z Compiling reqwest v0.12.9
15422025-01-28T06:55:10.271Z Compiling qorb v0.2.1
15432025-01-28T06:55:13.492Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15442025-01-28T06:55:13.756Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15452025-01-28T06:55:18.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15462025-01-28T06:55:18.473Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15472025-01-28T06:55:18.528ZJan 28 06:55:17.537 INFO Starting download, target: Console
15482025-01-28T06:55:18.528ZJan 28 06:55:17.537 INFO Starting download, target: Clickhouse
15492025-01-28T06:55:18.528ZJan 28 06:55:17.537 INFO Starting download, target: Cockroach
15502025-01-28T06:55:18.528ZJan 28 06:55:17.537 INFO Starting download, target: DendriteOpenapi
15512025-01-28T06:55:18.528ZJan 28 06:55:17.537 INFO Starting download, target: DendriteStub
15522025-01-28T06:55:18.531ZJan 28 06:55:17.537 INFO Starting download, target: MaghemiteMgd
15532025-01-28T06:55:18.531ZJan 28 06:55:17.537 INFO Starting download, target: TransceiverControl
15542025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15552025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15562025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15582025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15592025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15602025-01-28T06:55:18.531ZJan 28 06:55:17.538 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15612025-01-28T06:55:18.739ZJan 28 06:55:17.723 INFO Download complete, target: DendriteOpenapi
15622025-01-28T06:55:18.893ZJan 28 06:55:17.869 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15632025-01-28T06:55:18.995ZJan 28 06:55:17.999 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15642025-01-28T06:55:19.338ZJan 28 06:55:18.344 INFO Download complete, target: Console
15652025-01-28T06:55:19.383ZJan 28 06:55:18.391 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662025-01-28T06:55:19.424ZJan 28 06:55:18.431 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15672025-01-28T06:55:19.565ZJan 28 06:55:18.573 INFO Download complete, target: TransceiverControl
15682025-01-28T06:55:20.005ZJan 28 06:55:19.013 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692025-01-28T06:55:20.005ZJan 28 06:55:19.013 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702025-01-28T06:55:20.452ZJan 28 06:55:19.460 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15712025-01-28T06:55:22.312ZJan 28 06:55:21.320 INFO Download complete, target: DendriteStub
15722025-01-28T06:55:22.404ZJan 28 06:55:21.410 INFO Download complete, target: MaghemiteMgd
15732025-01-28T06:55:27.439ZJan 28 06:55:26.443 INFO Checking that binary works, target: Cockroach
15742025-01-28T06:55:27.738ZJan 28 06:55:26.744 INFO Download complete, target: Cockroach
15752025-01-28T06:55:33.097ZJan 28 06:55:32.101 INFO Checking that binary works, target: Clickhouse
15762025-01-28T06:55:33.222ZJan 28 06:55:32.227 INFO Download complete, target: Clickhouse
15772025-01-28T06:55:33.243ZAll builder prerequisites installed successfully, and PATH looks valid
15782025-01-28T06:55:33.246Z
15792025-01-28T06:55:33.246Zreal 4:29.701694229
15802025-01-28T06:55:33.246Zuser 15:57.178026996
15812025-01-28T06:55:33.246Zsys 2:07.165161052
15822025-01-28T06:55:33.246Ztrap 0.610003715
15832025-01-28T06:55:33.246Ztflt 1.481892391
15842025-01-28T06:55:33.246Zdflt 1.519095888
15852025-01-28T06:55:33.246Zkflt 0.028806608
15862025-01-28T06:55:33.246Zlock 26:48.447091822
15872025-01-28T06:55:33.246Zslp 55:08.212416016
15882025-01-28T06:55:33.246Zlat 1:00.064384572
15892025-01-28T06:55:33.246Zstop 2:31.852189210
15902025-01-28T06:55:33.246Z+ banner hack-check
15912025-01-28T06:55:33.249Z
15922025-01-28T06:55:33.249Z # # ## #### # # #### # # ###### #### # #
15932025-01-28T06:55:33.250Z # # # # # # # # # # # # # # # # #
15942025-01-28T06:55:33.250Z ###### # # # #### ##### # ###### ##### # ####
15952025-01-28T06:55:33.250Z # # ###### # # # # # # # # # #
15962025-01-28T06:55:33.250Z # # # # # # # # # # # # # # # # #
15972025-01-28T06:55:33.250Z # # # # #### # # #### # # ###### #### # #
15982025-01-28T06:55:33.250Z
15992025-01-28T06:55:33.250Z+ export CARGO_INCREMENTAL=0
16002025-01-28T06:55:33.250Z+ CARGO_INCREMENTAL=0
16012025-01-28T06:55:33.250Z+ ptime -m timeout 2h cargo xtask check-features --ci
16022025-01-28T06:55:33.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16032025-01-28T06:55:36.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
16042025-01-28T06:55:36.734Z Running `target/debug/xtask check-features --ci`
16052025-01-28T06:55:36.756Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16062025-01-28T06:55:36.756Zrunning: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16072025-01-28T06:55:37.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
16082025-01-28T06:55:37.233Z Running `target/debug/xtask download cargo-hack`
16092025-01-28T06:55:38.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102025-01-28T06:55:38.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112025-01-28T06:55:42.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
16122025-01-28T06:55:42.422Z Running `target/debug/xtask-downloader cargo-hack`
16132025-01-28T06:55:42.464ZJan 28 06:55:41.467 INFO Starting download, target: CargoHack
16142025-01-28T06:55:42.467ZJan 28 06:55:41.468 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16152025-01-28T06:55:43.059ZJan 28 06:55:42.062 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16162025-01-28T06:55:43.147ZJan 28 06:55:42.149 INFO Download complete, target: CargoHack
16172025-01-28T06:55:43.151Zrunning: "/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"
16182025-01-28T06:55:43.169Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16192025-01-28T06:55:43.350Zinfo: running `cargo check --bins` on api_identity (1/197)
16202025-01-28T06:55:43.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212025-01-28T06:55:43.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222025-01-28T06:55:43.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232025-01-28T06:55:43.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16242025-01-28T06:55:43.960Z
16252025-01-28T06:55:43.960Zinfo: running `cargo check --bins` on bootstore (2/197)
16262025-01-28T06:55:44.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272025-01-28T06:55:44.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282025-01-28T06:55:44.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292025-01-28T06:55:44.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16302025-01-28T06:55:44.609Z
16312025-01-28T06:55:44.609Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/197)
16322025-01-28T06:55:45.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332025-01-28T06:55:45.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342025-01-28T06:55:45.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352025-01-28T06:55:45.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16362025-01-28T06:55:45.235Z
16372025-01-28T06:55:45.235Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197)
16382025-01-28T06:55:45.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392025-01-28T06:55:45.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402025-01-28T06:55:45.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412025-01-28T06:55:45.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16422025-01-28T06:55:45.858Z
16432025-01-28T06:55:45.858Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197)
16442025-01-28T06:55:46.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452025-01-28T06:55:46.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462025-01-28T06:55:46.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472025-01-28T06:55:46.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16482025-01-28T06:55:46.285Z
16492025-01-28T06:55:46.285Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197)
16502025-01-28T06:55:46.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512025-01-28T06:55:46.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522025-01-28T06:55:46.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532025-01-28T06:55:46.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16542025-01-28T06:55:46.716Z
16552025-01-28T06:55:46.716Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197)
16562025-01-28T06:55:47.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572025-01-28T06:55:47.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582025-01-28T06:55:47.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592025-01-28T06:55:47.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16602025-01-28T06:55:47.151Z
16612025-01-28T06:55:47.151Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197)
16622025-01-28T06:55:47.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632025-01-28T06:55:47.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642025-01-28T06:55:47.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652025-01-28T06:55:47.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16662025-01-28T06:55:47.591Z
16672025-01-28T06:55:47.591Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197)
16682025-01-28T06:55:48.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692025-01-28T06:55:48.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702025-01-28T06:55:48.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712025-01-28T06:55:48.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
16722025-01-28T06:55:48.137Z
16732025-01-28T06:55:48.138Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197)
16742025-01-28T06:55:48.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752025-01-28T06:55:48.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762025-01-28T06:55:48.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772025-01-28T06:55:48.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16782025-01-28T06:55:48.468Z
16792025-01-28T06:55:48.468Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197)
16802025-01-28T06:55:48.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-01-28T06:55:48.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-01-28T06:55:48.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-01-28T06:55:48.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16842025-01-28T06:55:48.903Z
16852025-01-28T06:55:48.903Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197)
16862025-01-28T06:55:49.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-01-28T06:55:49.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-01-28T06:55:49.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-01-28T06:55:49.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16902025-01-28T06:55:49.335Z
16912025-01-28T06:55:49.335Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197)
16922025-01-28T06:55:49.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-01-28T06:55:49.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-01-28T06:55:49.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-01-28T06:55:49.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962025-01-28T06:55:49.761Z
16972025-01-28T06:55:49.762Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197)
16982025-01-28T06:55:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-01-28T06:55:50.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-01-28T06:55:50.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-01-28T06:55:50.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17022025-01-28T06:55:50.189Z
17032025-01-28T06:55:50.189Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197)
17042025-01-28T06:55:50.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-01-28T06:55:50.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-01-28T06:55:50.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-01-28T06:55:50.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17082025-01-28T06:55:50.624Z
17092025-01-28T06:55:50.624Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197)
17102025-01-28T06:55:51.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-01-28T06:55:51.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-01-28T06:55:51.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-01-28T06:55:51.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17142025-01-28T06:55:51.067Z
17152025-01-28T06:55:51.068Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197)
17162025-01-28T06:55:51.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-01-28T06:55:51.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-01-28T06:55:51.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-01-28T06:55:51.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17202025-01-28T06:55:51.511Z
17212025-01-28T06:55:51.511Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197)
17222025-01-28T06:55:51.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-01-28T06:55:51.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-01-28T06:55:51.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-01-28T06:55:51.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17262025-01-28T06:55:51.954Z
17272025-01-28T06:55:51.954Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197)
17282025-01-28T06:55:52.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-01-28T06:55:52.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-01-28T06:55:52.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-01-28T06:55:52.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17322025-01-28T06:55:52.398Z
17332025-01-28T06:55:52.398Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197)
17342025-01-28T06:55:52.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-01-28T06:55:52.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-01-28T06:55:52.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-01-28T06:55:52.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17382025-01-28T06:55:52.858Z
17392025-01-28T06:55:52.858Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197)
17402025-01-28T06:55:53.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-01-28T06:55:53.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-01-28T06:55:53.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-01-28T06:55:53.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17442025-01-28T06:55:53.296Z
17452025-01-28T06:55:53.296Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197)
17462025-01-28T06:55:53.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-01-28T06:55:53.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-01-28T06:55:53.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-01-28T06:55:53.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502025-01-28T06:55:53.732Z
17512025-01-28T06:55:53.732Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197)
17522025-01-28T06:55:54.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-01-28T06:55:54.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-01-28T06:55:54.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-01-28T06:55:54.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17562025-01-28T06:55:54.167Z
17572025-01-28T06:55:54.167Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197)
17582025-01-28T06:55:54.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-01-28T06:55:54.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-01-28T06:55:54.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-01-28T06:55:54.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17622025-01-28T06:55:54.617Z
17632025-01-28T06:55:54.617Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197)
17642025-01-28T06:55:55.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-01-28T06:55:55.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-01-28T06:55:55.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-01-28T06:55:55.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17682025-01-28T06:55:55.057Z
17692025-01-28T06:55:55.057Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197)
17702025-01-28T06:55:55.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-01-28T06:55:55.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-01-28T06:55:55.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-01-28T06:55:55.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17742025-01-28T06:55:55.489Z
17752025-01-28T06:55:55.489Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197)
17762025-01-28T06:55:55.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-01-28T06:55:55.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-01-28T06:55:55.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-01-28T06:55:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17802025-01-28T06:55:55.925Z
17812025-01-28T06:55:55.925Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197)
17822025-01-28T06:55:56.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-01-28T06:55:56.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-01-28T06:55:56.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-01-28T06:55:56.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17862025-01-28T06:55:56.359Z
17872025-01-28T06:55:56.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197)
17882025-01-28T06:55:56.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-01-28T06:55:56.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-01-28T06:55:56.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-01-28T06:55:56.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17922025-01-28T06:55:56.797Z
17932025-01-28T06:55:56.797Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197)
17942025-01-28T06:55:57.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-01-28T06:55:57.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-01-28T06:55:57.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-01-28T06:55:57.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17982025-01-28T06:55:57.236Z
17992025-01-28T06:55:57.236Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197)
18002025-01-28T06:55:57.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-01-28T06:55:57.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-01-28T06:55:57.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-01-28T06:55:57.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18042025-01-28T06:55:57.681Z
18052025-01-28T06:55:57.681Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197)
18062025-01-28T06:55:58.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-01-28T06:55:58.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-01-28T06:55:58.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-01-28T06:55:58.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18102025-01-28T06:55:58.123Z
18112025-01-28T06:55:58.123Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197)
18122025-01-28T06:55:58.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-01-28T06:55:58.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-01-28T06:55:58.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-01-28T06:55:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18162025-01-28T06:55:58.553Z
18172025-01-28T06:55:58.553Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197)
18182025-01-28T06:55:58.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-01-28T06:55:58.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-01-28T06:55:58.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-01-28T06:55:58.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18222025-01-28T06:55:58.981Z
18232025-01-28T06:55:58.981Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197)
18242025-01-28T06:55:59.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-01-28T06:55:59.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-01-28T06:55:59.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-01-28T06:55:59.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18282025-01-28T06:55:59.421Z
18292025-01-28T06:55:59.421Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197)
18302025-01-28T06:55:59.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-01-28T06:55:59.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-01-28T06:55:59.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-01-28T06:55:59.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18342025-01-28T06:55:59.868Z
18352025-01-28T06:55:59.868Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197)
18362025-01-28T06:56:00.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-01-28T06:56:00.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-01-28T06:56:00.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-01-28T06:56:00.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18402025-01-28T06:56:00.314Z
18412025-01-28T06:56:00.315Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197)
18422025-01-28T06:56:00.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-01-28T06:56:00.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-01-28T06:56:00.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-01-28T06:56:00.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18462025-01-28T06:56:00.755Z
18472025-01-28T06:56:00.755Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197)
18482025-01-28T06:56:01.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-01-28T06:56:01.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-01-28T06:56:01.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-01-28T06:56:01.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18522025-01-28T06:56:01.191Z
18532025-01-28T06:56:01.191Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197)
18542025-01-28T06:56:01.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-01-28T06:56:01.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-01-28T06:56:01.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-01-28T06:56:01.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582025-01-28T06:56:01.639Z
18592025-01-28T06:56:01.640Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197)
18602025-01-28T06:56:02.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-01-28T06:56:02.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-01-28T06:56:02.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-01-28T06:56:02.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18642025-01-28T06:56:02.083Z
18652025-01-28T06:56:02.083Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197)
18662025-01-28T06:56:02.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-01-28T06:56:02.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-01-28T06:56:02.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-01-28T06:56:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
18702025-01-28T06:56:02.518Z
18712025-01-28T06:56:02.519Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197)
18722025-01-28T06:56:02.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-01-28T06:56:02.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-01-28T06:56:02.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-01-28T06:56:02.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18762025-01-28T06:56:02.964Z
18772025-01-28T06:56:02.964Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197)
18782025-01-28T06:56:03.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-01-28T06:56:03.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-01-28T06:56:03.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-01-28T06:56:03.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822025-01-28T06:56:03.406Z
18832025-01-28T06:56:03.406Zinfo: running `cargo check --bins` on sled-hardware-types (45/197)
18842025-01-28T06:56:03.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-01-28T06:56:03.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-01-28T06:56:03.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-01-28T06:56:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18882025-01-28T06:56:04.045Z
18892025-01-28T06:56:04.045Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/197)
18902025-01-28T06:56:04.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-01-28T06:56:04.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-01-28T06:56:04.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-01-28T06:56:04.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18942025-01-28T06:56:04.682Z
18952025-01-28T06:56:04.683Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197)
18962025-01-28T06:56:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-01-28T06:56:05.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-01-28T06:56:05.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-01-28T06:56:05.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19002025-01-28T06:56:05.327Z
19012025-01-28T06:56:05.327Zinfo: running `cargo check --bins` on oxlog (48/197)
19022025-01-28T06:56:05.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-01-28T06:56:05.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-01-28T06:56:05.960Z Checking cfg-if v1.0.0
19052025-01-28T06:56:05.963Z Checking libc v0.2.169
19062025-01-28T06:56:06.072Z Checking serde v1.0.217
19072025-01-28T06:56:06.074Z Checking zeroize v1.8.1
19082025-01-28T06:56:06.091Z Checking memchr v2.7.4
19092025-01-28T06:56:06.101Z Checking typenum v1.17.0
19102025-01-28T06:56:06.103Z Checking subtle v2.6.1
19112025-01-28T06:56:06.103Z Checking scopeguard v1.2.0
19122025-01-28T06:56:06.141Z Checking value-bag v1.9.0
19132025-01-28T06:56:06.267Z Checking lock_api v0.4.12
19142025-01-28T06:56:06.321Z Checking smallvec v1.13.2
19152025-01-28T06:56:06.359Z Checking itoa v1.0.11
19162025-01-28T06:56:06.542Z Checking log v0.4.22
19172025-01-28T06:56:06.605Z Checking const-oid v0.9.6
19182025-01-28T06:56:06.628Z Checking pin-project-lite v0.2.14
19192025-01-28T06:56:06.671Z Checking byteorder v1.5.0
19202025-01-28T06:56:06.765Z Checking once_cell v1.20.2
19212025-01-28T06:56:06.913Z Checking futures-core v0.3.31
19222025-01-28T06:56:07.044Z Checking stable_deref_trait v1.2.0
19232025-01-28T06:56:07.061Z Checking cpufeatures v0.2.14
19242025-01-28T06:56:07.077Z Checking futures-sink v0.3.31
19252025-01-28T06:56:07.102Z Checking getrandom v0.2.15
19262025-01-28T06:56:07.103Z Checking parking_lot_core v0.9.10
19272025-01-28T06:56:07.149Z Checking signal-hook-registry v1.4.2
19282025-01-28T06:56:07.163Z Checking mio v1.0.2
19292025-01-28T06:56:07.178Z Checking generic-array v0.14.7
19302025-01-28T06:56:07.207Z Checking socket2 v0.5.7
19312025-01-28T06:56:07.362Z Checking rand_core v0.6.4
19322025-01-28T06:56:07.420Z Checking zerocopy v0.7.35
19332025-01-28T06:56:07.437Z Checking parking_lot v0.12.3
19342025-01-28T06:56:07.700Z Checking zerofrom v0.1.4
19352025-01-28T06:56:07.716Z Checking spin v0.9.8
19362025-01-28T06:56:07.737Z Checking slab v0.4.9
19372025-01-28T06:56:07.775Z Checking futures-channel v0.3.31
19382025-01-28T06:56:07.908Z Checking yoke v0.7.4
19392025-01-28T06:56:07.997Z Checking pin-utils v0.1.0
19402025-01-28T06:56:08.038Z Checking foldhash v0.1.3
19412025-01-28T06:56:08.094Z Checking equivalent v1.0.1
19422025-01-28T06:56:08.118Z Checking futures-io v0.3.31
19432025-01-28T06:56:08.211Z Checking futures-task v0.3.31
19442025-01-28T06:56:08.230Z Checking crypto-common v0.1.6
19452025-01-28T06:56:08.232Z Checking block-buffer v0.10.4
19462025-01-28T06:56:08.255Z Checking zerovec v0.10.4
19472025-01-28T06:56:08.306Z Checking allocator-api2 v0.2.18
19482025-01-28T06:56:08.404Z Checking block-padding v0.3.3
19492025-01-28T06:56:08.444Z Checking futures-util v0.3.31
19502025-01-28T06:56:08.463Z Checking ryu v1.0.18
19512025-01-28T06:56:08.527Z Checking digest v0.10.7
19522025-01-28T06:56:08.618Z Checking inout v0.1.3
19532025-01-28T06:56:08.671Z Checking litemap v0.7.3
19542025-01-28T06:56:08.707Z Checking writeable v0.5.5
19552025-01-28T06:56:08.855Z Checking fnv v1.0.7
19562025-01-28T06:56:08.878Z Checking hmac v0.12.1
19572025-01-28T06:56:08.894Z Checking hashbrown v0.15.1
19582025-01-28T06:56:08.989Z Checking sha2 v0.10.8
19592025-01-28T06:56:09.005Z Checking cipher v0.4.4
19602025-01-28T06:56:09.024Z Checking libm v0.2.8
19612025-01-28T06:56:09.075Z Checking base64ct v1.6.0
19622025-01-28T06:56:09.405Z Checking ppv-lite86 v0.2.20
19632025-01-28T06:56:09.489Z Checking pem-rfc7468 v0.7.0
19642025-01-28T06:56:09.567Z Checking icu_locid_transform_data v1.5.0
19652025-01-28T06:56:09.675Z Checking flagset v0.4.6
19662025-01-28T06:56:09.746Z Checking tracing-core v0.1.32
19672025-01-28T06:56:09.783Z Checking tinystr v0.7.6
19682025-01-28T06:56:09.883Z Checking der v0.7.9
19692025-01-28T06:56:09.903Z Checking icu_collections v1.5.0
19702025-01-28T06:56:09.969Z Checking num-traits v0.2.19
19712025-01-28T06:56:10.113Z Checking icu_locid v1.5.0
19722025-01-28T06:56:10.132Z Checking rand_chacha v0.3.1
19732025-01-28T06:56:10.358Z Checking thiserror v1.0.69
19742025-01-28T06:56:10.509Z Checking icu_properties_data v1.5.0
19752025-01-28T06:56:10.523Z Checking rustls-pki-types v1.10.0
19762025-01-28T06:56:10.574Z Checking percent-encoding v2.3.1
19772025-01-28T06:56:10.699Z Checking bytes v1.9.0
19782025-01-28T06:56:10.754Z Checking indexmap v2.7.0
19792025-01-28T06:56:10.800Z Checking serde_json v1.0.135
19802025-01-28T06:56:11.054Z Checking icu_provider v1.5.0
19812025-01-28T06:56:11.078Z Checking bitflags v2.6.0
19822025-01-28T06:56:11.386Z Checking rand v0.8.5
19832025-01-28T06:56:11.447Z Checking tracing v0.1.40
19842025-01-28T06:56:11.503Z Checking tokio v1.43.0
19852025-01-28T06:56:11.591Z Checking http v1.2.0
19862025-01-28T06:56:11.686Z Checking icu_locid_transform v1.5.0
19872025-01-28T06:56:11.798Z Checking spki v0.7.3
19882025-01-28T06:56:11.903Z Checking salsa20 v0.10.2
19892025-01-28T06:56:12.079Z Checking pbkdf2 v0.12.2
19902025-01-28T06:56:12.123Z Checking aws-lc-sys v0.22.0
19912025-01-28T06:56:12.252Z Checking httparse v1.9.5
19922025-01-28T06:56:12.446Z Checking write16 v1.0.0
19932025-01-28T06:56:12.592Z Checking icu_normalizer_data v1.5.0
19942025-01-28T06:56:12.623Z Checking utf8_iter v1.0.4
19952025-01-28T06:56:12.671Z Checking icu_properties v1.5.1
19962025-01-28T06:56:12.697Z Checking utf16_iter v1.0.5
19972025-01-28T06:56:12.714Z Checking untrusted v0.7.1
19982025-01-28T06:56:12.820Z Checking powerfmt v0.2.0
19992025-01-28T06:56:12.865Z Checking untrusted v0.9.0
20002025-01-28T06:56:12.882Z Checking mirai-annotations v1.12.0
20012025-01-28T06:56:12.894Z Checking scrypt v0.11.0
20022025-01-28T06:56:13.003Z Checking cbc v0.1.2
20032025-01-28T06:56:13.020Z Checking ring v0.17.8
20042025-01-28T06:56:13.040Z Checking aes v0.8.4
20052025-01-28T06:56:13.082Z Checking deranged v0.3.11
20062025-01-28T06:56:13.130Z Checking crossbeam-utils v0.8.20
20072025-01-28T06:56:13.207Z Checking tinyvec_macros v0.1.1
20082025-01-28T06:56:13.311Z Checking num_threads v0.1.7
20092025-01-28T06:56:13.441Z Checking time-core v0.1.2
20102025-01-28T06:56:13.616Z Checking atomic-waker v1.1.2
20112025-01-28T06:56:13.784Z Checking num-conv v0.1.0
20122025-01-28T06:56:13.856Z Checking tinyvec v1.8.0
20132025-01-28T06:56:13.930Z Checking pkcs5 v0.7.1
20142025-01-28T06:56:14.045Z Checking http-body v1.0.1
20152025-01-28T06:56:14.241Z Checking aws-lc-rs v1.10.0
20162025-01-28T06:56:14.264Z Checking form_urlencoded v1.2.1
20172025-01-28T06:56:14.441Z Checking try-lock v0.2.5
20182025-01-28T06:56:14.458Z Checking time v0.3.36
20192025-01-28T06:56:14.473Z Checking pkcs8 v0.10.2
20202025-01-28T06:56:14.579Z Checking want v0.3.1
20212025-01-28T06:56:14.767Z Checking uuid v1.12.0
20222025-01-28T06:56:14.784Z Checking unicode-ident v1.0.14
20232025-01-28T06:56:14.800Z Checking httpdate v1.0.3
20242025-01-28T06:56:14.960Z Checking proc-macro2 v1.0.92
20252025-01-28T06:56:15.062Z Checking serde_spanned v0.6.8
20262025-01-28T06:56:15.165Z Checking toml_datetime v0.6.8
20272025-01-28T06:56:15.260Z Checking slog v2.7.0
20282025-01-28T06:56:15.392Z Checking scroll v0.12.0
20292025-01-28T06:56:15.472Z Checking tower-service v0.3.3
20302025-01-28T06:56:15.606Z Checking ucd-trie v0.1.7
20312025-01-28T06:56:15.639Z Checking match_cfg v0.1.0
20322025-01-28T06:56:15.732Z Checking foreign-types-shared v0.1.1
20332025-01-28T06:56:15.749Z Checking iana-time-zone v0.1.61
20342025-01-28T06:56:15.807Z Checking plain v0.2.3
20352025-01-28T06:56:15.847Z Checking base64 v0.22.1
20362025-01-28T06:56:15.879Z Checking adler2 v2.0.0
20372025-01-28T06:56:15.904Z Checking chrono v0.4.39
20382025-01-28T06:56:15.919Z Checking icu_normalizer v1.5.0
20392025-01-28T06:56:15.922Z Checking rustls-webpki v0.102.8
20402025-01-28T06:56:15.961Z Checking goblin v0.8.2
20412025-01-28T06:56:16.040Z Checking miniz_oxide v0.8.0
20422025-01-28T06:56:16.314Z Checking foreign-types v0.3.2
20432025-01-28T06:56:16.416Z Checking pest v2.7.14
20442025-01-28T06:56:16.690Z Checking idna_adapter v1.2.0
20452025-01-28T06:56:16.710Z Checking hostname v0.3.1
20462025-01-28T06:56:16.743Z Checking quote v1.0.38
20472025-01-28T06:56:16.824Z Checking openssl-sys v0.9.103
20482025-01-28T06:56:16.856Z Checking dirs-sys-next v0.1.2
20492025-01-28T06:56:16.880Z Checking idna v1.0.3
20502025-01-28T06:56:17.044Z Checking errno v0.3.9
20512025-01-28T06:56:17.111Z Checking aho-corasick v1.1.3
20522025-01-28T06:56:17.203Z Checking data-encoding v2.6.0
20532025-01-28T06:56:17.366Z Checking url v2.5.3
20542025-01-28T06:56:17.770Z Compiling newtype-uuid v1.2.1
20552025-01-28T06:56:17.927Z Checking siphasher v0.3.11
20562025-01-28T06:56:17.992Z Checking regex-syntax v0.8.5
20572025-01-28T06:56:18.042Z Checking pretty-hex v0.4.1
20582025-01-28T06:56:18.222Z Checking openssl v0.10.66
20592025-01-28T06:56:18.242Z Checking rustix v0.38.37
20602025-01-28T06:56:18.257Z Checking syn v2.0.96
20612025-01-28T06:56:18.277Z Checking tokio-util v0.7.12
20622025-01-28T06:56:18.635Z Checking dirs-next v2.0.0
20632025-01-28T06:56:18.772Z Checking unicode-normalization v0.1.24
20642025-01-28T06:56:19.057Z Checking dtrace-parser v0.2.0
20652025-01-28T06:56:19.109Z Checking h2 v0.4.6
20662025-01-28T06:56:19.501Z Checking http-body-util v0.1.2
20672025-01-28T06:56:19.704Z Checking crossbeam-epoch v0.9.18
20682025-01-28T06:56:19.951Z Checking signature v2.2.0
20692025-01-28T06:56:20.123Z Checking sha1 v0.10.6
20702025-01-28T06:56:20.175Z Checking thread-id v4.2.2
20712025-01-28T06:56:20.296Z Checking thread_local v1.1.8
20722025-01-28T06:56:20.418Z Checking encoding_rs v0.8.34
20732025-01-28T06:56:20.587Z Checking openssl-probe v0.1.5
20742025-01-28T06:56:20.756Z Checking winnow v0.6.20
20752025-01-28T06:56:20.869Z Checking dof v0.3.0
20762025-01-28T06:56:21.270Z Checking regex-automata v0.4.8
20772025-01-28T06:56:21.391Z Checking ipnet v2.10.1
20782025-01-28T06:56:21.429Z Checking anstyle v1.0.10
20792025-01-28T06:56:21.769Z Checking gimli v0.31.1
20802025-01-28T06:56:21.864Z Checking mime v0.3.17
20812025-01-28T06:56:22.201Z Checking unicode-properties v0.1.3
20822025-01-28T06:56:22.604Z Checking unicode-bidi v0.3.17
20832025-01-28T06:56:22.786Z Checking utf8parse v0.2.2
20842025-01-28T06:56:22.952Z Checking either v1.13.0
20852025-01-28T06:56:23.242Z Checking stringprep v0.1.5
20862025-01-28T06:56:23.321Z Checking anstyle-parse v0.2.5
20872025-01-28T06:56:23.337Z Checking native-tls v0.2.12
20882025-01-28T06:56:23.536Z Checking crossbeam-deque v0.8.5
20892025-01-28T06:56:23.603Z Checking term v0.7.0
20902025-01-28T06:56:23.648Z Checking toml_edit v0.22.22
20912025-01-28T06:56:23.648Z Checking slog-json v2.6.1
20922025-01-28T06:56:23.836Z Checking rustls v0.22.4
20932025-01-28T06:56:23.927Z Checking rustls v0.23.19
20942025-01-28T06:56:24.042Z Checking serde_urlencoded v0.7.1
20952025-01-28T06:56:24.240Z Checking usdt-impl v0.5.0
20962025-01-28T06:56:24.457Z Checking crossbeam-channel v0.5.13
20972025-01-28T06:56:24.795Z Checking futures-executor v0.3.31
20982025-01-28T06:56:25.037Z Checking num-integer v0.1.46
20992025-01-28T06:56:25.155Z Checking rustls-pemfile v2.2.0
21002025-01-28T06:56:25.227Z Checking hyper v1.5.2
21012025-01-28T06:56:25.367Z Checking md-5 v0.10.6
21022025-01-28T06:56:25.482Z Checking addr2line v0.24.2
21032025-01-28T06:56:25.525Z Checking ff v0.13.0
21042025-01-28T06:56:25.589Z Checking is-terminal v0.4.13
21052025-01-28T06:56:25.645Z Checking memmap v0.7.0
21062025-01-28T06:56:25.712Z Checking hash32 v0.2.1
21072025-01-28T06:56:25.750Z Checking object v0.36.5
21082025-01-28T06:56:25.858Z Checking take_mut v0.2.2
21092025-01-28T06:56:25.998Z Checking anstyle-query v1.1.1
21102025-01-28T06:56:26.018Z Checking is_terminal_polyfill v1.70.1
21112025-01-28T06:56:26.021Z Checking psl-types v2.0.11
21122025-01-28T06:56:26.134Z Checking fallible-iterator v0.2.0
21132025-01-28T06:56:26.155Z Checking dyn-clone v1.0.17
21142025-01-28T06:56:26.224Z Checking rustc-demangle v0.1.24
21152025-01-28T06:56:26.227Z Checking linked-hash-map v0.5.6
21162025-01-28T06:56:26.311Z Checking base16ct v0.2.0
21172025-01-28T06:56:26.522Z Checking utf-8 v0.7.6
21182025-01-28T06:56:26.539Z Checking colorchoice v1.0.2
21192025-01-28T06:56:26.664Z Checking quick-error v1.2.3
21202025-01-28T06:56:26.680Z Checking anstream v0.6.15
21212025-01-28T06:56:26.699Z Checking postgres-protocol v0.6.7
21222025-01-28T06:56:26.737Z Checking tungstenite v0.24.0
21232025-01-28T06:56:26.822Z Checking resolv-conf v0.7.0
21242025-01-28T06:56:27.034Z Checking sec1 v0.7.3
21252025-01-28T06:56:27.173Z Checking lru-cache v0.1.2
21262025-01-28T06:56:27.176Z Checking hyper-util v0.1.10
21272025-01-28T06:56:27.207Z Checking tokio-rustls v0.25.0
21282025-01-28T06:56:27.380Z Checking schemars v0.8.21
21292025-01-28T06:56:27.382Z Checking toml v0.8.19
21302025-01-28T06:56:27.411Z Checking publicsuffix v2.3.0
21312025-01-28T06:56:27.592Z Checking slog-async v2.8.0
21322025-01-28T06:56:27.612Z Checking heapless v0.7.17
21332025-01-28T06:56:27.696Z Checking usdt v0.5.0
21342025-01-28T06:56:27.882Z Checking group v0.13.0
21352025-01-28T06:56:27.966Z Checking slog-term v2.9.1
21362025-01-28T06:56:28.115Z Checking num-iter v0.1.45
21372025-01-28T06:56:28.157Z Checking futures v0.3.31
21382025-01-28T06:56:28.277Z Checking slog-bunyan v2.5.0
21392025-01-28T06:56:28.298Z Checking rayon-core v1.12.1
21402025-01-28T06:56:28.460Z Checking tokio-native-tls v0.3.1
21412025-01-28T06:56:28.482Z Checking multer v3.1.0
21422025-01-28T06:56:28.541Z Checking hickory-proto v0.24.2
21432025-01-28T06:56:28.719Z Checking terminal_size v0.4.0
21442025-01-28T06:56:28.890Z Checking phf_shared v0.11.2
21452025-01-28T06:56:28.922Z Checking cookie v0.18.1
21462025-01-28T06:56:28.968Z Checking async-stream v0.3.6
21472025-01-28T06:56:29.077Z Checking tokio-rustls v0.26.0
21482025-01-28T06:56:29.128Z Checking bzip2-sys v0.1.11+1.0.8
21492025-01-28T06:56:29.144Z Checking camino v1.1.9
21502025-01-28T06:56:29.161Z Checking signal-hook v0.3.17
21512025-01-28T06:56:29.175Z Checking waitgroup v0.1.2
21522025-01-28T06:56:29.251Z Checking openapiv3 v2.0.0
21532025-01-28T06:56:29.308Z Checking webpki-roots v0.26.6
21542025-01-28T06:56:29.362Z Checking serde_path_to_error v0.1.16
21552025-01-28T06:56:29.450Z Checking hkdf v0.12.4
21562025-01-28T06:56:29.489Z Checking crypto-bigint v0.5.5
21572025-01-28T06:56:29.518Z Checking lazy_static v1.5.0
21582025-01-28T06:56:29.648Z Checking hostname v0.4.0
21592025-01-28T06:56:29.663Z Checking crc32fast v1.4.2
21602025-01-28T06:56:29.667Z Checking strsim v0.11.1
21612025-01-28T06:56:29.793Z Checking unicode-width v0.2.0
21622025-01-28T06:56:29.888Z Checking bitflags v1.3.2
21632025-01-28T06:56:29.947Z Checking clap_lex v0.7.4
21642025-01-28T06:56:29.970Z Checking managed v0.8.0
21652025-01-28T06:56:29.989Z Checking winnow v0.5.40
21662025-01-28T06:56:30.216Z Checking debug-ignore v1.0.5
21672025-01-28T06:56:30.277Z Checking console v0.15.10
21682025-01-28T06:56:30.328Z Checking smoltcp v0.9.1
21692025-01-28T06:56:30.368Z Checking clap_builder v4.5.27
21702025-01-28T06:56:30.861Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21712025-01-28T06:56:31.154Z Checking flate2 v1.0.35
21722025-01-28T06:56:31.730Z Checking num-bigint-dig v0.8.4
21732025-01-28T06:56:31.748Z Checking backtrace v0.3.74
21742025-01-28T06:56:31.800Z Checking hyper-rustls v0.27.3
21752025-01-28T06:56:32.137Z Checking signal-hook-mio v0.2.4
21762025-01-28T06:56:32.194Z Checking elliptic-curve v0.13.8
21772025-01-28T06:56:32.298Z Checking cookie_store v0.21.1
21782025-01-28T06:56:32.335Z Checking anyhow v1.0.95
21792025-01-28T06:56:32.546Z Checking dropshot v0.12.0
21802025-01-28T06:56:32.721Z Checking bzip2 v0.4.4
21812025-01-28T06:56:32.803Z Checking phf v0.11.2
21822025-01-28T06:56:32.866Z Checking toml_edit v0.19.15
21832025-01-28T06:56:32.972Z Checking hyper-tls v0.6.0
21842025-01-28T06:56:33.001Z Checking rayon v1.10.0
21852025-01-28T06:56:33.028Z Checking hickory-resolver v0.24.2
21862025-01-28T06:56:33.065Z Checking tokio-tungstenite v0.24.0
21872025-01-28T06:56:33.260Z Checking postgres-types v0.2.8
21882025-01-28T06:56:33.323Z Checking regex v1.11.1
21892025-01-28T06:56:33.514Z Checking bstr v1.10.0
21902025-01-28T06:56:33.729Z Checking ed25519 v2.2.3
21912025-01-28T06:56:33.916Z Checking tokio-stream v0.1.16
21922025-01-28T06:56:33.943Z Checking phf_shared v0.10.0
21932025-01-28T06:56:34.039Z Checking curve25519-dalek v4.1.3
21942025-01-28T06:56:34.202Z Checking zerocopy v0.6.6
21952025-01-28T06:56:34.380Z Checking hubpack v0.1.2
21962025-01-28T06:56:34.593Z Checking portable-atomic v1.9.0
21972025-01-28T06:56:34.699Z Checking pkcs1 v0.7.5
21982025-01-28T06:56:34.702Z Checking float-cmp v0.9.0
21992025-01-28T06:56:34.842Z Checking serde-big-array v0.5.1
22002025-01-28T06:56:34.908Z Checking rfc6979 v0.4.0
22012025-01-28T06:56:35.050Z Checking sync_wrapper v1.0.1
22022025-01-28T06:56:35.480Z Checking new_debug_unreachable v1.0.6
22032025-01-28T06:56:35.497Z Checking fixedbitset v0.4.2
22042025-01-28T06:56:35.497Z Checking difflib v0.4.0
22052025-01-28T06:56:35.497Z Checking minimal-lexical v0.2.1
22062025-01-28T06:56:35.497Z Checking unicode-segmentation v1.12.0
22072025-01-28T06:56:35.498Z Checking bit-vec v0.6.3
22082025-01-28T06:56:35.528Z Checking predicates-core v1.0.8
22092025-01-28T06:56:35.629Z Checking number_prefix v0.4.0
22102025-01-28T06:56:35.646Z Checking normalize-line-endings v0.3.0
22112025-01-28T06:56:35.723Z Checking precomputed-hash v0.1.1
22122025-01-28T06:56:35.738Z Checking whoami v1.5.2
22132025-01-28T06:56:35.770Z Checking static_assertions v1.1.0
22142025-01-28T06:56:35.807Z Checking ed25519-dalek v2.1.1
22152025-01-28T06:56:35.824Z Checking predicates v3.1.2
22162025-01-28T06:56:35.847Z Checking string_cache v0.8.7
22172025-01-28T06:56:35.865Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22182025-01-28T06:56:35.959Z Checking qorb v0.2.1
22192025-01-28T06:56:36.003Z Checking similar v2.6.0
22202025-01-28T06:56:36.063Z Checking tokio-postgres v0.7.12
22212025-01-28T06:56:36.131Z Checking bit-set v0.5.3
22222025-01-28T06:56:36.184Z Checking nom v7.1.3
22232025-01-28T06:56:36.374Z Checking petgraph v0.6.5
22242025-01-28T06:56:36.445Z Checking toml v0.7.8
22252025-01-28T06:56:36.509Z Checking indicatif v0.17.9
22262025-01-28T06:56:36.849Z Checking reqwest v0.12.9
22272025-01-28T06:56:37.123Z Checking rsa v0.9.6
22282025-01-28T06:56:37.234Z Checking ecdsa v0.16.9
22292025-01-28T06:56:37.964Z Checking clap v4.5.27
22302025-01-28T06:56:38.087Z Checking zip v0.6.6
22312025-01-28T06:56:38.154Z Checking crossterm v0.28.1
22322025-01-28T06:56:38.529Z Checking itertools v0.10.5
22332025-01-28T06:56:38.660Z Checking itertools v0.12.1
22342025-01-28T06:56:38.738Z Checking fs-err v2.11.0
22352025-01-28T06:56:38.835Z Checking ahash v0.8.11
22362025-01-28T06:56:39.212Z Checking x509-cert v0.2.5
22372025-01-28T06:56:39.284Z Checking semver v1.0.24
22382025-01-28T06:56:39.325Z Checking hex v0.4.3
22392025-01-28T06:56:39.444Z Checking lalrpop-util v0.19.12
22402025-01-28T06:56:39.693Z Checking peg-runtime v0.8.3
22412025-01-28T06:56:39.752Z Checking sigpipe v0.1.3
22422025-01-28T06:56:40.782Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22432025-01-28T06:56:41.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s
22442025-01-28T06:56:41.274Z
22452025-01-28T06:56:41.274Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197)
22462025-01-28T06:56:41.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472025-01-28T06:56:41.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482025-01-28T06:56:41.943Z Compiling hashbrown v0.14.5
22492025-01-28T06:56:42.066Z Checking heck v0.5.0
22502025-01-28T06:56:42.080Z Compiling unsafe-libyaml v0.2.11
22512025-01-28T06:56:42.095Z Checking ipnetwork v0.20.0
22522025-01-28T06:56:42.110Z Compiling ident_case v1.0.1
22532025-01-28T06:56:42.124Z Checking progenitor-client v0.8.0
22542025-01-28T06:56:42.138Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22552025-01-28T06:56:42.236Z Checking newtype-uuid v1.2.1
22562025-01-28T06:56:42.285Z Compiling darling_core v0.20.10
22572025-01-28T06:56:42.450Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
22582025-01-28T06:56:42.467Z Compiling proc-macro-crate v1.3.1
22592025-01-28T06:56:42.491Z Compiling structmeta-derive v0.3.0
22602025-01-28T06:56:42.548Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22612025-01-28T06:56:42.812Z Compiling thiserror v2.0.11
22622025-01-28T06:56:42.857Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22632025-01-28T06:56:43.057Z Checking regress v0.10.1
22642025-01-28T06:56:43.403Z Compiling serde_yaml v0.9.34+deprecated
22652025-01-28T06:56:43.425Z Compiling num_enum_derive v0.5.11
22662025-01-28T06:56:44.081Z Compiling lzma-sys v0.1.20
22672025-01-28T06:56:44.320Z Compiling foreign-types-macros v0.2.3
22682025-01-28T06:56:44.816Z Compiling thiserror-impl v2.0.11
22692025-01-28T06:56:45.119Z Compiling structmeta v0.3.0
22702025-01-28T06:56:45.509Z Compiling dropshot v0.15.1
22712025-01-28T06:56:45.583Z Checking arc-swap v1.7.1
22722025-01-28T06:56:45.748Z Checking foreign-types-shared v0.3.1
22732025-01-28T06:56:45.879Z Checking num_enum v0.5.11
22742025-01-28T06:56:45.897Z Checking foreign-types v0.5.0
22752025-01-28T06:56:45.963Z Checking slog-scope v4.4.0
22762025-01-28T06:56:46.004Z Compiling parse-display-derive v0.10.0
22772025-01-28T06:56:46.079Z Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
22782025-01-28T06:56:46.180Z Compiling proc-macro-error v1.0.4
22792025-01-28T06:56:46.604Z Checking typify-impl v0.2.0
22802025-01-28T06:56:46.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22812025-01-28T06:56:46.960Z Checking tungstenite v0.21.0
22822025-01-28T06:56:47.063Z Compiling heck v0.3.3
22832025-01-28T06:56:47.446Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22842025-01-28T06:56:47.920Z Compiling dropshot_endpoint v0.15.1
22852025-01-28T06:56:48.040Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22862025-01-28T06:56:48.276Z Checking cstr-argument v0.1.2
22872025-01-28T06:56:48.310Z Checking instant v0.1.13
22882025-01-28T06:56:48.378Z Compiling darling_macro v0.20.10
22892025-01-28T06:56:48.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
22902025-01-28T06:56:48.473Z Checking pretty-hex v0.2.1
22912025-01-28T06:56:48.662Z Checking fastrand v2.1.1
22922025-01-28T06:56:48.727Z Checking base64 v0.21.7
22932025-01-28T06:56:48.772Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942025-01-28T06:56:49.010Z Checking tempfile v3.13.0
22952025-01-28T06:56:49.067Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22962025-01-28T06:56:49.180Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22972025-01-28T06:56:49.200Z Checking backoff v0.4.0
22982025-01-28T06:56:49.250Z Compiling darling v0.20.10
22992025-01-28T06:56:49.329Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23002025-01-28T06:56:49.378Z Compiling serde_with_macros v3.11.0
23012025-01-28T06:56:49.381Z Checking tokio-tungstenite v0.21.0
23022025-01-28T06:56:49.470Z Checking strum v0.26.3
23032025-01-28T06:56:49.488Z Compiling zone_cfg_derive v0.1.2
23042025-01-28T06:56:49.491Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052025-01-28T06:56:49.631Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23062025-01-28T06:56:49.870Z Checking slog-stdlog v4.1.1
23072025-01-28T06:56:50.043Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23082025-01-28T06:56:50.074Z Checking parse-display v0.10.0
23092025-01-28T06:56:50.122Z Checking regress v0.9.1
23102025-01-28T06:56:50.202Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23112025-01-28T06:56:50.251Z Checking progenitor-client v0.9.1
23122025-01-28T06:56:50.312Z Checking colored v2.1.0
23132025-01-28T06:56:50.489Z Checking macaddr v1.0.1
23142025-01-28T06:56:50.613Z Checking base64 v0.13.1
23152025-01-28T06:56:50.640Z Checking unicode-width v0.1.14
23162025-01-28T06:56:50.860Z Checking zone v0.1.8
23172025-01-28T06:56:51.002Z Checking ron v0.7.1
23182025-01-28T06:56:51.140Z Checking tabwriter v1.4.0
23192025-01-28T06:56:51.396Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23202025-01-28T06:56:51.547Z Checking xz2 v0.1.7
23212025-01-28T06:56:51.820Z Checking slog-envlogger v2.2.0
23222025-01-28T06:56:51.861Z Checking xattr v1.3.1
23232025-01-28T06:56:51.879Z Checking serde_with v3.11.0
23242025-01-28T06:56:52.051Z Checking pem v3.0.4
23252025-01-28T06:56:52.070Z Checking yasna v0.5.2
23262025-01-28T06:56:52.156Z Checking headers-core v0.3.0
23272025-01-28T06:56:52.328Z Checking smf v0.2.3
23282025-01-28T06:56:52.382Z Checking filetime v0.2.25
23292025-01-28T06:56:52.606Z Checking same-file v1.0.6
23302025-01-28T06:56:52.787Z Checking tar v0.4.42
23312025-01-28T06:56:52.806Z Checking walkdir v2.5.0
23322025-01-28T06:56:52.823Z Checking headers v0.4.0
23332025-01-28T06:56:52.976Z Checking rcgen v0.12.1
23342025-01-28T06:56:53.086Z Checking camino-tempfile v1.1.1
23352025-01-28T06:56:53.395Z Checking atomicwrites v0.4.4
23362025-01-28T06:56:53.617Z Checking subprocess v0.2.9
23372025-01-28T06:56:56.255Z Compiling typify-macro v0.2.0
23382025-01-28T06:56:57.816Z Compiling typify v0.2.0
23392025-01-28T06:56:57.891Z Compiling progenitor-impl v0.8.0
23402025-01-28T06:57:00.358Z Compiling progenitor-macro v0.8.0
23412025-01-28T06:57:04.123Z Checking progenitor v0.8.0
23422025-01-28T06:57:04.254Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23432025-01-28T06:57:04.256Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23442025-01-28T06:57:06.788Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
23452025-01-28T06:57:07.141Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23462025-01-28T06:57:13.250Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23472025-01-28T06:57:14.748Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23482025-01-28T06:57:15.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s
23492025-01-28T06:57:16.139Z
23502025-01-28T06:57:16.139Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197)
23512025-01-28T06:57:16.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23522025-01-28T06:57:16.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23532025-01-28T06:57:16.797Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
23542025-01-28T06:57:18.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
23552025-01-28T06:57:18.348Z
23562025-01-28T06:57:18.348Zinfo: running `cargo check --bins` on nexus-config (51/197)
23572025-01-28T06:57:18.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23582025-01-28T06:57:18.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23592025-01-28T06:57:18.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23602025-01-28T06:57:18.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23612025-01-28T06:57:18.986Z
23622025-01-28T06:57:18.986Zinfo: running `cargo check --bins` on omicron-rpaths (52/197)
23632025-01-28T06:57:19.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23642025-01-28T06:57:19.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23652025-01-28T06:57:19.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23662025-01-28T06:57:19.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23672025-01-28T06:57:19.605Z
23682025-01-28T06:57:19.605Zinfo: running `cargo check --bins` on omicron-certificates (53/197)
23692025-01-28T06:57:20.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23702025-01-28T06:57:20.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23712025-01-28T06:57:20.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23722025-01-28T06:57:20.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
23732025-01-28T06:57:20.241Z
23742025-01-28T06:57:20.241Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/197)
23752025-01-28T06:57:20.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23762025-01-28T06:57:20.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23772025-01-28T06:57:20.948Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23782025-01-28T06:57:21.060Z Compiling ipnetwork v0.20.0
23792025-01-28T06:57:21.060Z Compiling zerocopy v0.8.10
23802025-01-28T06:57:21.063Z Compiling progenitor-client v0.8.0
23812025-01-28T06:57:21.063Z Compiling itertools v0.13.0
23822025-01-28T06:57:21.063Z Compiling zerocopy-derive v0.8.10
23832025-01-28T06:57:21.063Z Compiling heapless v0.8.0
23842025-01-28T06:57:21.063Z Compiling thiserror v2.0.11
23852025-01-28T06:57:21.225Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23862025-01-28T06:57:21.406Z Checking hash32 v0.3.1
23872025-01-28T06:57:21.523Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
23882025-01-28T06:57:21.601Z Compiling progenitor v0.8.0
23892025-01-28T06:57:21.819Z Compiling instant v0.1.13
23902025-01-28T06:57:21.836Z Compiling smoltcp v0.11.0
23912025-01-28T06:57:21.943Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922025-01-28T06:57:21.958Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
23932025-01-28T06:57:21.973Z Compiling backoff v0.4.0
23942025-01-28T06:57:22.167Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23952025-01-28T06:57:22.301Z Compiling dropshot v0.15.1
23962025-01-28T06:57:22.866Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23972025-01-28T06:57:22.881Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23982025-01-28T06:57:22.882Z Compiling serde_with v3.11.0
23992025-01-28T06:57:22.910Z Compiling parse-display v0.10.0
24002025-01-28T06:57:23.149Z Checking num-rational v0.4.2
24012025-01-28T06:57:23.493Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24022025-01-28T06:57:23.668Z Compiling progenitor-client v0.9.1
24032025-01-28T06:57:23.952Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24042025-01-28T06:57:24.204Z Compiling regress v0.9.1
24052025-01-28T06:57:25.275Z Compiling phf_generator v0.11.2
24062025-01-28T06:57:25.474Z Checking num-complex v0.4.6
24072025-01-28T06:57:26.336Z Compiling macaddr v1.0.1
24082025-01-28T06:57:26.646Z Checking cobs v0.2.3
24092025-01-28T06:57:26.802Z Checking num v0.4.3
24102025-01-28T06:57:26.842Z Checking postcard v1.0.10
24112025-01-28T06:57:26.911Z Compiling phf_codegen v0.11.2
24122025-01-28T06:57:27.236Z Compiling parse-zoneinfo v0.3.1
24132025-01-28T06:57:27.377Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24142025-01-28T06:57:27.700Z Compiling convert_case v0.4.0
24152025-01-28T06:57:29.031Z Checking float-ord v0.3.2
24162025-01-28T06:57:29.197Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24172025-01-28T06:57:29.351Z Compiling derive_more v0.99.18
24182025-01-28T06:57:29.369Z Compiling chrono-tz-build v0.4.0
24192025-01-28T06:57:29.761Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24202025-01-28T06:57:30.111Z Compiling crucible-workspace-hack v0.1.0
24212025-01-28T06:57:30.392Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
24222025-01-28T06:57:30.657Z Compiling chrono-tz v0.10.1
24232025-01-28T06:57:30.681Z Checking newline-converter v0.3.0
24242025-01-28T06:57:30.847Z Checking prettyplease v0.2.25
24252025-01-28T06:57:30.864Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24262025-01-28T06:57:31.303Z Compiling slog-dtrace v0.3.0
24272025-01-28T06:57:31.348Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24282025-01-28T06:57:31.507Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24292025-01-28T06:57:31.679Z Checking expectorate v1.1.0
24302025-01-28T06:57:31.920Z Compiling zone_cfg_derive v0.3.0
24312025-01-28T06:57:32.228Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24322025-01-28T06:57:32.889Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24332025-01-28T06:57:33.219Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24342025-01-28T06:57:33.394Z Compiling const_format_proc_macros v0.2.33
24352025-01-28T06:57:33.570Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24362025-01-28T06:57:33.595Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24372025-01-28T06:57:33.829Z Compiling num-derive v0.4.2
24382025-01-28T06:57:33.981Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24392025-01-28T06:57:34.283Z Checking highway v1.2.0
24402025-01-28T06:57:34.702Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24412025-01-28T06:57:34.733Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
24422025-01-28T06:57:34.942Z Checking zone v0.3.0
24432025-01-28T06:57:34.960Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24442025-01-28T06:57:35.342Z Checking const_format v0.2.33
24452025-01-28T06:57:35.653Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24462025-01-28T06:57:35.692Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24472025-01-28T06:57:36.107Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24482025-01-28T06:57:36.132Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
24492025-01-28T06:57:36.172Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24502025-01-28T06:57:36.560Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
24512025-01-28T06:57:36.581Z Checking gethostname v0.5.0
24522025-01-28T06:57:36.663Z Checking bcs v0.1.6
24532025-01-28T06:57:36.713Z Compiling async-recursion v1.1.1
24542025-01-28T06:57:36.880Z Checking termtree v0.5.1
24552025-01-28T06:57:38.229Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24562025-01-28T06:57:43.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
24572025-01-28T06:57:46.836Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
24582025-01-28T06:57:49.383Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
24592025-01-28T06:57:50.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.30s
24602025-01-28T06:57:50.733Z
24612025-01-28T06:57:50.733Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/197)
24622025-01-28T06:57:51.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632025-01-28T06:57:51.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642025-01-28T06:57:51.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652025-01-28T06:57:51.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24662025-01-28T06:57:51.382Z
24672025-01-28T06:57:51.382Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/197)
24682025-01-28T06:57:51.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692025-01-28T06:57:51.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702025-01-28T06:57:51.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712025-01-28T06:57:51.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24722025-01-28T06:57:52.060Z
24732025-01-28T06:57:52.060Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/197)
24742025-01-28T06:57:52.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752025-01-28T06:57:52.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762025-01-28T06:57:52.716Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24772025-01-28T06:57:53.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
24782025-01-28T06:57:53.536Z
24792025-01-28T06:57:53.537Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197)
24802025-01-28T06:57:54.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812025-01-28T06:57:54.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822025-01-28T06:57:54.213Z Compiling cfg_aliases v0.1.1
24832025-01-28T06:57:54.217Z Compiling vte_generate_state_changes v0.1.2
24842025-01-28T06:57:54.217Z Checking fd-lock v4.0.2
24852025-01-28T06:57:54.218Z Checking nibble_vec v0.1.0
24862025-01-28T06:57:54.218Z Checking endian-type v0.1.2
24872025-01-28T06:57:54.317Z Checking bytecount v0.6.8
24882025-01-28T06:57:54.327Z Compiling tabled_derive v0.7.0
24892025-01-28T06:57:54.380Z Compiling peg-macros v0.8.4
24902025-01-28T06:57:54.406Z Compiling nix v0.28.0
24912025-01-28T06:57:54.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24922025-01-28T06:57:54.511Z Checking papergrid v0.11.0
24932025-01-28T06:57:54.534Z Compiling sqlparser_derive v0.2.2
24942025-01-28T06:57:54.538Z Checking radix_trie v0.2.1
24952025-01-28T06:57:54.889Z Checking vte v0.11.1
24962025-01-28T06:57:54.935Z Checking home v0.5.9
24972025-01-28T06:57:55.104Z Checking unicode_categories v0.1.1
24982025-01-28T06:57:55.425Z Checking nu-ansi-term v0.50.1
24992025-01-28T06:57:55.540Z Checking sqlformat v0.2.6
25002025-01-28T06:57:55.558Z Checking sqlparser v0.45.0
25012025-01-28T06:57:55.802Z Checking display-error-chain v0.2.2
25022025-01-28T06:57:56.300Z Checking strip-ansi-escapes v0.2.0
25032025-01-28T06:57:56.470Z Checking reedline v0.35.0
25042025-01-28T06:57:56.544Z Checking tabled v0.15.0
25052025-01-28T06:57:56.949Z Checking peg v0.8.4
25062025-01-28T06:57:57.292Z Checking rustyline v14.0.0
25072025-01-28T06:58:06.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s
25082025-01-28T06:58:06.613Z
25092025-01-28T06:58:06.613Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197)
25102025-01-28T06:58:07.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112025-01-28T06:58:07.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122025-01-28T06:58:07.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25132025-01-28T06:58:12.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
25142025-01-28T06:58:12.640Z
25152025-01-28T06:58:12.640Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197)
25162025-01-28T06:58:13.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172025-01-28T06:58:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182025-01-28T06:58:13.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192025-01-28T06:58:17.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
25202025-01-28T06:58:17.764Z
25212025-01-28T06:58:17.764Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197)
25222025-01-28T06:58:17.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232025-01-28T06:58:17.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242025-01-28T06:58:17.842Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25252025-01-28T06:58:22.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
25262025-01-28T06:58:22.762Z
25272025-01-28T06:58:22.762Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197)
25282025-01-28T06:58:23.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292025-01-28T06:58:23.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302025-01-28T06:58:23.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312025-01-28T06:58:28.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.66s
25322025-01-28T06:58:28.620Z
25332025-01-28T06:58:28.620Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197)
25342025-01-28T06:58:29.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352025-01-28T06:58:29.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362025-01-28T06:58:29.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372025-01-28T06:58:33.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
25382025-01-28T06:58:33.219Z
25392025-01-28T06:58:33.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197)
25402025-01-28T06:58:33.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412025-01-28T06:58:33.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422025-01-28T06:58:33.890Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432025-01-28T06:58:37.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
25442025-01-28T06:58:37.872Z
25452025-01-28T06:58:37.872Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197)
25462025-01-28T06:58:38.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472025-01-28T06:58:38.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482025-01-28T06:58:38.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492025-01-28T06:58:43.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s
25502025-01-28T06:58:43.863Z
25512025-01-28T06:58:43.863Zinfo: running `cargo check --bins` on oximeter (66/197)
25522025-01-28T06:58:44.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532025-01-28T06:58:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542025-01-28T06:58:44.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552025-01-28T06:58:44.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25562025-01-28T06:58:44.492Z
25572025-01-28T06:58:44.492Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/197)
25582025-01-28T06:58:45.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592025-01-28T06:58:45.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602025-01-28T06:58:45.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612025-01-28T06:58:45.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25622025-01-28T06:58:45.121Z
25632025-01-28T06:58:45.121Zinfo: running `cargo check --bins` on oximeter-schema (68/197)
25642025-01-28T06:58:45.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652025-01-28T06:58:45.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662025-01-28T06:58:45.764Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25672025-01-28T06:58:47.838Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25682025-01-28T06:58:48.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
25692025-01-28T06:58:48.960Z
25702025-01-28T06:58:48.961Zinfo: running `cargo check --bins` on oximeter-types (69/197)
25712025-01-28T06:58:49.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-01-28T06:58:49.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-01-28T06:58:49.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742025-01-28T06:58:49.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25752025-01-28T06:58:49.608Z
25762025-01-28T06:58:49.608Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/197)
25772025-01-28T06:58:50.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-01-28T06:58:50.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-01-28T06:58:50.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802025-01-28T06:58:50.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25812025-01-28T06:58:50.240Z
25822025-01-28T06:58:50.240Zinfo: running `cargo check --bins` on oxql-types (71/197)
25832025-01-28T06:58:50.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842025-01-28T06:58:50.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852025-01-28T06:58:50.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25862025-01-28T06:58:50.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25872025-01-28T06:58:50.873Z
25882025-01-28T06:58:50.873Zinfo: running `cargo check --bins` on oximeter-test-utils (72/197)
25892025-01-28T06:58:51.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25902025-01-28T06:58:51.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25912025-01-28T06:58:51.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25922025-01-28T06:58:51.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25932025-01-28T06:58:51.528Z
25942025-01-28T06:58:51.529Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/197)
25952025-01-28T06:58:52.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25962025-01-28T06:58:52.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25972025-01-28T06:58:52.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25982025-01-28T06:58:52.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25992025-01-28T06:58:52.156Z
26002025-01-28T06:58:52.157Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/197)
26012025-01-28T06:58:52.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-01-28T06:58:52.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-01-28T06:58:52.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26042025-01-28T06:58:52.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26052025-01-28T06:58:52.817Z
26062025-01-28T06:58:52.817Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197)
26072025-01-28T06:58:53.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-01-28T06:58:53.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-01-28T06:58:53.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26102025-01-28T06:58:53.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26112025-01-28T06:58:53.469Z
26122025-01-28T06:58:53.469Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/197)
26132025-01-28T06:58:54.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-01-28T06:58:54.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-01-28T06:58:54.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26162025-01-28T06:58:54.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26172025-01-28T06:58:54.117Z
26182025-01-28T06:58:54.117Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/197)
26192025-01-28T06:58:54.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-01-28T06:58:54.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-01-28T06:58:54.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222025-01-28T06:58:54.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26232025-01-28T06:58:54.771Z
26242025-01-28T06:58:54.771Zinfo: running `cargo check --bins` on cockroach-admin-client (78/197)
26252025-01-28T06:58:55.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-01-28T06:58:55.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-01-28T06:58:55.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282025-01-28T06:58:55.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26292025-01-28T06:58:55.385Z
26302025-01-28T06:58:55.385Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/197)
26312025-01-28T06:58:55.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-01-28T06:58:55.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-01-28T06:58:55.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342025-01-28T06:58:55.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26352025-01-28T06:58:56.037Z
26362025-01-28T06:58:56.037Zinfo: running `cargo check --bins` on dns-service-client (80/197)
26372025-01-28T06:58:56.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-01-28T06:58:56.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-01-28T06:58:56.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402025-01-28T06:58:56.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26412025-01-28T06:58:56.668Z
26422025-01-28T06:58:56.668Zinfo: running `cargo check --bins` on internal-dns-types (81/197)
26432025-01-28T06:58:57.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-01-28T06:58:57.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-01-28T06:58:57.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-01-28T06:58:57.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26472025-01-28T06:58:57.299Z
26482025-01-28T06:58:57.299Zinfo: running `cargo check --bins` on dpd-client (82/197)
26492025-01-28T06:58:57.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-01-28T06:58:57.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-01-28T06:58:57.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-01-28T06:58:57.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26532025-01-28T06:58:57.935Z
26542025-01-28T06:58:57.935Zinfo: running `cargo check --bins` on gateway-client (83/197)
26552025-01-28T06:58:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-01-28T06:58:58.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-01-28T06:58:58.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-01-28T06:58:58.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26592025-01-28T06:58:58.889Z
26602025-01-28T06:58:58.889Zinfo: running `cargo check --bins` on installinator-client (84/197)
26612025-01-28T06:58:59.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-01-28T06:58:59.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-01-28T06:58:59.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642025-01-28T06:58:59.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26652025-01-28T06:58:59.203Z
26662025-01-28T06:58:59.203Zinfo: running `cargo check --bins` on installinator-common (85/197)
26672025-01-28T06:58:59.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682025-01-28T06:58:59.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692025-01-28T06:58:59.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702025-01-28T06:58:59.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26712025-01-28T06:58:59.861Z
26722025-01-28T06:58:59.861Zinfo: running `cargo check --bins` on update-engine (86/197)
26732025-01-28T06:59:00.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742025-01-28T06:59:00.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752025-01-28T06:59:00.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762025-01-28T06:59:00.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26772025-01-28T06:59:00.482Z
26782025-01-28T06:59:00.482Zinfo: running `cargo check --bins` on nexus-client (87/197)
26792025-01-28T06:59:01.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802025-01-28T06:59:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812025-01-28T06:59:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822025-01-28T06:59:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26832025-01-28T06:59:01.149Z
26842025-01-28T06:59:01.149Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/197)
26852025-01-28T06:59:01.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862025-01-28T06:59:01.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872025-01-28T06:59:01.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882025-01-28T06:59:01.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26892025-01-28T06:59:01.812Z
26902025-01-28T06:59:01.812Zinfo: running `cargo check --bins` on omicron-passwords (89/197)
26912025-01-28T06:59:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922025-01-28T06:59:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932025-01-28T06:59:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26942025-01-28T06:59:02.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26952025-01-28T06:59:02.469Z
26962025-01-28T06:59:02.469Zinfo: running `cargo check --bins` on nexus-types (90/197)
26972025-01-28T06:59:03.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982025-01-28T06:59:03.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992025-01-28T06:59:03.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27002025-01-28T06:59:03.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27012025-01-28T06:59:03.156Z
27022025-01-28T06:59:03.156Zinfo: running `cargo check --bins` on oxide-client (91/197)
27032025-01-28T06:59:03.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042025-01-28T06:59:03.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052025-01-28T06:59:03.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27062025-01-28T06:59:03.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27072025-01-28T06:59:03.782Z
27082025-01-28T06:59:03.782Zinfo: running `cargo check --bins` on oximeter-client (92/197)
27092025-01-28T06:59:04.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102025-01-28T06:59:04.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112025-01-28T06:59:04.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122025-01-28T06:59:04.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27132025-01-28T06:59:04.414Z
27142025-01-28T06:59:04.414Zinfo: running `cargo check --bins` on repo-depot-client (93/197)
27152025-01-28T06:59:04.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162025-01-28T06:59:04.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172025-01-28T06:59:04.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182025-01-28T06:59:04.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27192025-01-28T06:59:05.037Z
27202025-01-28T06:59:05.039Zinfo: running `cargo check --bins` on sled-agent-client (94/197)
27212025-01-28T06:59:05.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222025-01-28T06:59:05.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232025-01-28T06:59:05.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242025-01-28T06:59:05.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27252025-01-28T06:59:05.686Z
27262025-01-28T06:59:05.686Zinfo: running `cargo check --bins` on wicketd-client (95/197)
27272025-01-28T06:59:06.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282025-01-28T06:59:06.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292025-01-28T06:59:06.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302025-01-28T06:59:06.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27312025-01-28T06:59:06.361Z
27322025-01-28T06:59:06.361Zinfo: running `cargo check --bins` on sled-agent-types (96/197)
27332025-01-28T06:59:06.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342025-01-28T06:59:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352025-01-28T06:59:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362025-01-28T06:59:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27372025-01-28T06:59:07.021Z
27382025-01-28T06:59:07.021Zinfo: running `cargo check --bins` on wicket-common (97/197)
27392025-01-28T06:59:07.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402025-01-28T06:59:07.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412025-01-28T06:59:07.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422025-01-28T06:59:07.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27432025-01-28T06:59:07.681Z
27442025-01-28T06:59:07.681Zinfo: running `cargo check --bins` on omicron-cockroach-admin (98/197)
27452025-01-28T06:59:08.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462025-01-28T06:59:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472025-01-28T06:59:08.367Z Checking csv-core v0.1.11
27482025-01-28T06:59:08.367Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27492025-01-28T06:59:08.371Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27502025-01-28T06:59:08.371Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27512025-01-28T06:59:08.677Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27522025-01-28T06:59:08.680Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
27532025-01-28T06:59:08.712Z Checking csv v1.3.1
27542025-01-28T06:59:09.257Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27552025-01-28T06:59:09.607Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
27562025-01-28T06:59:11.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
27572025-01-28T06:59:11.423Z
27582025-01-28T06:59:11.423Zinfo: running `cargo check --bins` on cockroach-admin-api (99/197)
27592025-01-28T06:59:11.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602025-01-28T06:59:11.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612025-01-28T06:59:11.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27622025-01-28T06:59:11.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27632025-01-28T06:59:12.054Z
27642025-01-28T06:59:12.054Zinfo: running `cargo check --bins` on cockroach-admin-types (100/197)
27652025-01-28T06:59:12.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662025-01-28T06:59:12.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672025-01-28T06:59:12.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682025-01-28T06:59:12.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27692025-01-28T06:59:12.708Z
27702025-01-28T06:59:12.708Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197)
27712025-01-28T06:59:13.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722025-01-28T06:59:13.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732025-01-28T06:59:13.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742025-01-28T06:59:13.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27752025-01-28T06:59:13.466Z
27762025-01-28T06:59:13.466Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197)
27772025-01-28T06:59:14.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782025-01-28T06:59:14.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792025-01-28T06:59:14.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802025-01-28T06:59:14.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
27812025-01-28T06:59:14.206Z
27822025-01-28T06:59:14.206Zinfo: running `cargo check --bins` on dns-server (103/197)
27832025-01-28T06:59:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842025-01-28T06:59:14.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852025-01-28T06:59:14.855Z Compiling typify-impl v0.3.0
27862025-01-28T06:59:14.963Z Compiling parking_lot_core v0.8.6
27872025-01-28T06:59:14.966Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27882025-01-28T06:59:14.977Z Checking fxhash v0.2.1
27892025-01-28T06:59:14.986Z Checking hickory-client v0.24.2
27902025-01-28T06:59:15.010Z Checking hickory-server v0.24.2
27912025-01-28T06:59:15.724Z Checking parking_lot v0.11.2
27922025-01-28T06:59:15.784Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932025-01-28T06:59:15.980Z Checking sled v0.34.7
27942025-01-28T06:59:20.615Z Compiling typify-macro v0.3.0
27952025-01-28T06:59:22.142Z Compiling typify v0.3.0
27962025-01-28T06:59:22.213Z Compiling progenitor-impl v0.9.1
27972025-01-28T06:59:24.669Z Compiling progenitor-macro v0.9.1
27982025-01-28T06:59:28.552Z Checking progenitor v0.9.1
27992025-01-28T06:59:28.685Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28002025-01-28T06:59:29.193Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28012025-01-28T06:59:30.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s
28022025-01-28T06:59:30.614Z
28032025-01-28T06:59:30.614Zinfo: running `cargo check --bins` on dns-server-api (104/197)
28042025-01-28T06:59:31.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-01-28T06:59:31.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-01-28T06:59:31.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-01-28T06:59:31.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28082025-01-28T06:59:31.254Z
28092025-01-28T06:59:31.254Zinfo: running `cargo check --bins` on gateway-test-utils (105/197)
28102025-01-28T06:59:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-01-28T06:59:32.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-01-28T06:59:32.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-01-28T06:59:32.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142025-01-28T06:59:32.862Z
28152025-01-28T06:59:32.862Zinfo: running `cargo check --bins` on gateway-types (106/197)
28162025-01-28T06:59:32.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-01-28T06:59:32.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-01-28T06:59:32.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192025-01-28T06:59:32.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28202025-01-28T06:59:32.862Z
28212025-01-28T06:59:32.862Zinfo: running `cargo check --bins` on ipcc (107/197)
28222025-01-28T06:59:33.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232025-01-28T06:59:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242025-01-28T06:59:33.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252025-01-28T06:59:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28262025-01-28T06:59:33.240Z
28272025-01-28T06:59:33.240Zinfo: running `cargo check --bins` on omicron-gateway (108/197)
28282025-01-28T06:59:33.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292025-01-28T06:59:33.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302025-01-28T06:59:33.946Z Compiling semver v0.1.20
28312025-01-28T06:59:33.946Z Compiling radium v0.7.0
28322025-01-28T06:59:34.067Z Checking tap v1.0.1
28332025-01-28T06:59:34.067Z Compiling maybe-uninit v2.0.0
28342025-01-28T06:59:34.091Z Checking password-hash v0.5.0
28352025-01-28T06:59:34.094Z Checking blake2 v0.10.6
28362025-01-28T06:59:34.094Z Checking funty v2.0.0
28372025-01-28T06:59:34.094Z Compiling packed_struct v0.10.1
28382025-01-28T06:59:34.226Z Checking wyz v0.5.1
28392025-01-28T06:59:34.501Z Compiling rustc_version v0.1.7
28402025-01-28T06:59:34.546Z Checking crc-catalog v2.4.0
28412025-01-28T06:59:34.599Z Compiling owo-colors v4.1.0
28422025-01-28T06:59:34.602Z Compiling cancel-safe-futures v0.1.5
28432025-01-28T06:59:34.678Z Checking argon2 v0.5.3
28442025-01-28T06:59:34.731Z Checking crc v3.2.1
28452025-01-28T06:59:34.751Z Compiling packed_struct_codegen v0.10.1
28462025-01-28T06:59:34.866Z Compiling indexmap v1.9.3
28472025-01-28T06:59:34.906Z Compiling newtype_derive v0.1.6
28482025-01-28T06:59:34.921Z Checking bitvec v1.0.1
28492025-01-28T06:59:34.938Z Checking half v2.4.1
28502025-01-28T06:59:34.988Z Checking ciborium-io v0.2.2
28512025-01-28T06:59:35.126Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28522025-01-28T06:59:35.158Z Checking nodrop v0.1.14
28532025-01-28T06:59:35.297Z Checking array-init v0.0.4
28542025-01-28T06:59:35.350Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28552025-01-28T06:59:35.374Z Checking ciborium-ll v0.2.2
28562025-01-28T06:59:35.455Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28572025-01-28T06:59:35.625Z Checking smallvec v0.6.14
28582025-01-28T06:59:35.648Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592025-01-28T06:59:35.683Z Checking libsw v3.3.1
28602025-01-28T06:59:35.938Z Compiling memoffset v0.9.1
28612025-01-28T06:59:36.017Z Checking swrite v0.1.0
28622025-01-28T06:59:36.129Z Checking linear-map v1.2.0
28632025-01-28T06:59:36.147Z Checking hashbrown v0.12.3
28642025-01-28T06:59:36.170Z Checking indent_write v2.2.0
28652025-01-28T06:59:36.260Z Checking bitfield v0.14.0
28662025-01-28T06:59:36.389Z Checking termcolor v1.4.1
28672025-01-28T06:59:36.449Z Checking ron v0.8.1
28682025-01-28T06:59:36.601Z Checking serde-hex v0.1.0
28692025-01-28T06:59:36.705Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28702025-01-28T06:59:36.813Z Checking env_logger v0.10.2
28712025-01-28T06:59:36.978Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28722025-01-28T06:59:37.217Z Checking ciborium v0.2.2
28732025-01-28T06:59:37.271Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28742025-01-28T06:59:37.835Z Checking steno v0.4.1
28752025-01-28T06:59:37.878Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28762025-01-28T06:59:38.152Z Checking hashbrown v0.13.2
28772025-01-28T06:59:38.254Z Checking crc-any v2.5.0
28782025-01-28T06:59:38.254Z Checking humantime v2.1.0
28792025-01-28T06:59:38.590Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28802025-01-28T06:59:38.644Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28812025-01-28T06:59:39.068Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
28822025-01-28T06:59:39.086Z Checking object v0.30.4
28832025-01-28T06:59:39.174Z Checking path-slash v0.1.5
28842025-01-28T06:59:39.329Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28852025-01-28T06:59:39.458Z Checking nix v0.27.1
28862025-01-28T06:59:39.880Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
28872025-01-28T06:59:39.995Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28882025-01-28T06:59:40.273Z Checking tungstenite v0.23.0
28892025-01-28T06:59:40.432Z Checking kstat-rs v0.2.4
28902025-01-28T06:59:40.597Z Checking signal-hook-tokio v0.3.1
28912025-01-28T06:59:40.793Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28922025-01-28T06:59:40.943Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
28932025-01-28T06:59:41.061Z Checking tokio-tungstenite v0.23.1
28942025-01-28T06:59:41.553Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28952025-01-28T06:59:42.082Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28962025-01-28T06:59:48.061Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
28972025-01-28T06:59:49.407Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
28982025-01-28T06:59:51.727Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28992025-01-28T06:59:57.174Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29002025-01-28T06:59:57.847Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29012025-01-28T07:00:00.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.34s
29022025-01-28T07:00:00.797Z
29032025-01-28T07:00:00.799Zinfo: running `cargo check --bins` on gateway-api (109/197)
29042025-01-28T07:00:01.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052025-01-28T07:00:01.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062025-01-28T07:00:01.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072025-01-28T07:00:01.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29082025-01-28T07:00:01.435Z
29092025-01-28T07:00:01.435Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (110/197)
29102025-01-28T07:00:01.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112025-01-28T07:00:01.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122025-01-28T07:00:01.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132025-01-28T07:00:01.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29142025-01-28T07:00:02.070Z
29152025-01-28T07:00:02.070Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (111/197)
29162025-01-28T07:00:02.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172025-01-28T07:00:02.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182025-01-28T07:00:02.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192025-01-28T07:00:02.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29202025-01-28T07:00:02.722Z
29212025-01-28T07:00:02.722Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (112/197)
29222025-01-28T07:00:03.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232025-01-28T07:00:03.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242025-01-28T07:00:03.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252025-01-28T07:00:03.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29262025-01-28T07:00:03.367Z
29272025-01-28T07:00:03.367Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (113/197)
29282025-01-28T07:00:03.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292025-01-28T07:00:03.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302025-01-28T07:00:03.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312025-01-28T07:00:03.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29322025-01-28T07:00:03.999Z
29332025-01-28T07:00:03.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (114/197)
29342025-01-28T07:00:04.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352025-01-28T07:00:04.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362025-01-28T07:00:04.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372025-01-28T07:00:04.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29382025-01-28T07:00:04.645Z
29392025-01-28T07:00:04.645Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (115/197)
29402025-01-28T07:00:05.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412025-01-28T07:00:05.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422025-01-28T07:00:05.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432025-01-28T07:00:05.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29442025-01-28T07:00:05.288Z
29452025-01-28T07:00:05.289Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (116/197)
29462025-01-28T07:00:05.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472025-01-28T07:00:05.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482025-01-28T07:00:05.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492025-01-28T07:00:05.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29502025-01-28T07:00:05.926Z
29512025-01-28T07:00:05.927Zinfo: running `cargo check --bins` on oximeter-producer (117/197)
29522025-01-28T07:00:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532025-01-28T07:00:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542025-01-28T07:00:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552025-01-28T07:00:06.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29562025-01-28T07:00:06.595Z
29572025-01-28T07:00:06.595Zinfo: running `cargo check --bins` on internal-dns-resolver (118/197)
29582025-01-28T07:00:07.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592025-01-28T07:00:07.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602025-01-28T07:00:07.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612025-01-28T07:00:07.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29622025-01-28T07:00:07.235Z
29632025-01-28T07:00:07.235Zinfo: running `cargo check --bins` on sp-sim (119/197)
29642025-01-28T07:00:07.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652025-01-28T07:00:07.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662025-01-28T07:00:07.904Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29672025-01-28T07:00:08.355Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29682025-01-28T07:00:10.031Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29692025-01-28T07:00:11.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
29702025-01-28T07:00:11.857Z
29712025-01-28T07:00:11.857Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (120/197)
29722025-01-28T07:00:12.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732025-01-28T07:00:12.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742025-01-28T07:00:12.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752025-01-28T07:00:12.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
29762025-01-28T07:00:12.546Z
29772025-01-28T07:00:12.546Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (121/197)
29782025-01-28T07:00:13.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792025-01-28T07:00:13.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802025-01-28T07:00:13.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812025-01-28T07:00:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29822025-01-28T07:00:13.261Z
29832025-01-28T07:00:13.261Zinfo: running `cargo check --bins` on db-macros (122/197)
29842025-01-28T07:00:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-01-28T07:00:13.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-01-28T07:00:13.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-01-28T07:00:13.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29882025-01-28T07:00:13.883Z
29892025-01-28T07:00:13.883Zinfo: running `cargo check --bins` on nexus-macros-common (123/197)
29902025-01-28T07:00:14.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-01-28T07:00:14.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-01-28T07:00:14.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-01-28T07:00:14.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29942025-01-28T07:00:14.495Z
29952025-01-28T07:00:14.495Zinfo: running `cargo check --bins` on nexus-auth (124/197)
29962025-01-28T07:00:15.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-01-28T07:00:15.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-01-28T07:00:15.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-01-28T07:00:15.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30002025-01-28T07:00:15.193Z
30012025-01-28T07:00:15.193Zinfo: running `cargo check --bins` on authz-macros (125/197)
30022025-01-28T07:00:15.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-01-28T07:00:15.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-01-28T07:00:15.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-01-28T07:00:15.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30062025-01-28T07:00:15.816Z
30072025-01-28T07:00:15.816Zinfo: running `cargo check --bins` on nexus-db-fixed-data (126/197)
30082025-01-28T07:00:16.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-01-28T07:00:16.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-01-28T07:00:16.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-01-28T07:00:16.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30122025-01-28T07:00:16.487Z
30132025-01-28T07:00:16.487Zinfo: running `cargo check --bins` on nexus-db-model (127/197)
30142025-01-28T07:00:17.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-01-28T07:00:17.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-01-28T07:00:17.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-01-28T07:00:17.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30182025-01-28T07:00:17.169Z
30192025-01-28T07:00:17.169Zinfo: running `cargo check --bins` on nexus-defaults (128/197)
30202025-01-28T07:00:17.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-01-28T07:00:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-01-28T07:00:17.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-01-28T07:00:17.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30242025-01-28T07:00:17.800Z
30252025-01-28T07:00:17.800Zinfo: running `cargo check --bins` on nexus-inventory (129/197)
30262025-01-28T07:00:18.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-01-28T07:00:18.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-01-28T07:00:18.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-01-28T07:00:18.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30302025-01-28T07:00:18.478Z
30312025-01-28T07:00:18.478Zinfo: running `cargo check --bins` on typed-rng (130/197)
30322025-01-28T07:00:19.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-01-28T07:00:19.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-01-28T07:00:19.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-01-28T07:00:19.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30362025-01-28T07:00:19.099Z
30372025-01-28T07:00:19.099Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (131/197)
30382025-01-28T07:00:19.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-01-28T07:00:19.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-01-28T07:00:19.865Z Checking keccak v0.1.5
30412025-01-28T07:00:19.977Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30422025-01-28T07:00:19.980Z Checking secrecy v0.8.0
30432025-01-28T07:00:19.980Z Compiling unicase v2.7.0
30442025-01-28T07:00:19.989Z Compiling same-file v1.0.6
30452025-01-28T07:00:20.031Z Compiling tempfile v3.13.0
30462025-01-28T07:00:20.034Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
30472025-01-28T07:00:20.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
30482025-01-28T07:00:20.153Z Compiling thiserror-impl-no-std v2.0.2
30492025-01-28T07:00:20.262Z Checking sha3 v0.10.8
30502025-01-28T07:00:20.300Z Compiling walkdir v2.5.0
30512025-01-28T07:00:20.320Z Checking universal-hash v0.5.1
30522025-01-28T07:00:20.357Z Compiling blake3 v1.5.4
30532025-01-28T07:00:20.488Z Checking opaque-debug v0.3.1
30542025-01-28T07:00:20.517Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30552025-01-28T07:00:20.569Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30562025-01-28T07:00:20.595Z Checking poly1305 v0.8.0
30572025-01-28T07:00:20.645Z Checking chacha20 v0.9.1
30582025-01-28T07:00:20.794Z Checking aead v0.5.2
30592025-01-28T07:00:20.855Z Compiling memmap2 v0.9.5
30602025-01-28T07:00:20.953Z Compiling arrayvec v0.7.6
30612025-01-28T07:00:21.003Z Compiling arrayref v0.3.9
30622025-01-28T07:00:21.020Z Compiling constant_time_eq v0.3.1
30632025-01-28T07:00:21.107Z Compiling salty v0.3.0
30642025-01-28T07:00:21.127Z Compiling libefi-sys v0.1.0
30652025-01-28T07:00:21.221Z Checking chacha20poly1305 v0.10.1
30662025-01-28T07:00:21.301Z Compiling toolchain_find v0.4.0
30672025-01-28T07:00:21.400Z Compiling camino-tempfile v1.1.1
30682025-01-28T07:00:21.447Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
30692025-01-28T07:00:21.524Z Compiling bitfield-struct v0.6.2
30702025-01-28T07:00:21.663Z Compiling topological-sort v0.2.2
30712025-01-28T07:00:21.831Z Compiling mime_guess v2.0.5
30722025-01-28T07:00:21.873Z Compiling rustfmt-wrapper v0.2.1
30732025-01-28T07:00:22.336Z Compiling omicron-zone-package v0.12.0
30742025-01-28T07:00:22.474Z Compiling progenitor v0.9.1
30752025-01-28T07:00:22.504Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30762025-01-28T07:00:22.725Z Checking primeorder v0.13.6
30772025-01-28T07:00:22.749Z Checking env_filter v0.1.2
30782025-01-28T07:00:22.805Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30792025-01-28T07:00:22.922Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30802025-01-28T07:00:22.981Z Checking thiserror-no-std v2.0.2
30812025-01-28T07:00:22.997Z Checking env_logger v0.11.5
30822025-01-28T07:00:23.055Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30832025-01-28T07:00:23.103Z Checking vsss-rs v3.3.4
30842025-01-28T07:00:23.151Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
30852025-01-28T07:00:23.174Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30862025-01-28T07:00:23.192Z Checking p384 v0.13.0
30872025-01-28T07:00:23.409Z Checking lockfree-object-pool v0.1.6
30882025-01-28T07:00:23.449Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
30892025-01-28T07:00:23.587Z Checking bumpalo v3.16.0
30902025-01-28T07:00:23.649Z Checking http-range v0.1.5
30912025-01-28T07:00:23.668Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30922025-01-28T07:00:23.854Z Compiling zip v2.1.3
30932025-01-28T07:00:23.904Z Checking simd-adler32 v0.3.7
30942025-01-28T07:00:23.930Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30952025-01-28T07:00:24.192Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30962025-01-28T07:00:24.232Z Checking zopfli v0.8.1
30972025-01-28T07:00:24.298Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30982025-01-28T07:00:24.590Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30992025-01-28T07:00:24.763Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31002025-01-28T07:00:24.789Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
31012025-01-28T07:00:24.911Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31022025-01-28T07:00:25.170Z Checking nanorand v0.7.0
31032025-01-28T07:00:25.321Z Checking atty v0.2.14
31042025-01-28T07:00:25.324Z Checking glob v0.3.1
31052025-01-28T07:00:25.422Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31062025-01-28T07:00:25.471Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e9db2377f4300a7539ebb3e4237e06d46ec1e6cc#e9db2377)
31072025-01-28T07:00:25.531Z Checking flume v0.11.1
31082025-01-28T07:00:25.649Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31092025-01-28T07:00:25.917Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31102025-01-28T07:00:26.624Z Checking hyper-staticfile v0.10.1
31112025-01-28T07:00:26.857Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31122025-01-28T07:00:27.110Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31132025-01-28T07:00:27.158Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31142025-01-28T07:00:27.355Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31152025-01-28T07:00:27.559Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31162025-01-28T07:00:27.660Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
31172025-01-28T07:00:28.102Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31182025-01-28T07:00:28.246Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31192025-01-28T07:00:28.313Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31202025-01-28T07:00:28.727Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31212025-01-28T07:00:31.654Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31222025-01-28T07:00:31.654Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31232025-01-28T07:00:39.864Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31242025-01-28T07:00:52.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s
31252025-01-28T07:00:53.144Z
31262025-01-28T07:00:53.144Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (132/197)
31272025-01-28T07:00:53.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-01-28T07:00:53.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-01-28T07:00:53.889Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31302025-01-28T07:01:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s
31312025-01-28T07:01:07.226Z
31322025-01-28T07:01:07.226Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (133/197)
31332025-01-28T07:01:07.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-01-28T07:01:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-01-28T07:01:07.975Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31362025-01-28T07:01:21.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
31372025-01-28T07:01:21.346Z
31382025-01-28T07:01:21.346Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (134/197)
31392025-01-28T07:01:21.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-01-28T07:01:21.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-01-28T07:01:22.102Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31422025-01-28T07:01:35.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
31432025-01-28T07:01:35.557Z
31442025-01-28T07:01:35.557Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (135/197)
31452025-01-28T07:01:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-01-28T07:01:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-01-28T07:01:36.314Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31482025-01-28T07:01:49.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
31492025-01-28T07:01:49.772Z
31502025-01-28T07:01:49.772Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (136/197)
31512025-01-28T07:01:50.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522025-01-28T07:01:50.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532025-01-28T07:01:50.518Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31542025-01-28T07:02:03.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s
31552025-01-28T07:02:03.992Z
31562025-01-28T07:02:03.992Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (137/197)
31572025-01-28T07:02:04.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582025-01-28T07:02:04.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592025-01-28T07:02:04.748Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31602025-01-28T07:02:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
31612025-01-28T07:02:18.179Z
31622025-01-28T07:02:18.180Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (138/197)
31632025-01-28T07:02:18.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642025-01-28T07:02:18.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652025-01-28T07:02:18.937Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31662025-01-28T07:02:32.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
31672025-01-28T07:02:32.364Z
31682025-01-28T07:02:32.364Zinfo: running `cargo check --bins` on bootstrap-agent-api (139/197)
31692025-01-28T07:02:32.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702025-01-28T07:02:32.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712025-01-28T07:02:32.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722025-01-28T07:02:32.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31732025-01-28T07:02:33.044Z
31742025-01-28T07:02:33.044Zinfo: running `cargo check --bins` on key-manager (140/197)
31752025-01-28T07:02:33.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762025-01-28T07:02:33.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772025-01-28T07:02:33.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782025-01-28T07:02:33.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31792025-01-28T07:02:33.681Z
31802025-01-28T07:02:33.681Zinfo: running `cargo check --bins` on range-requests (141/197)
31812025-01-28T07:02:34.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822025-01-28T07:02:34.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832025-01-28T07:02:34.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842025-01-28T07:02:34.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31852025-01-28T07:02:34.304Z
31862025-01-28T07:02:34.304Zinfo: running `cargo check --bins` on repo-depot-api (142/197)
31872025-01-28T07:02:34.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882025-01-28T07:02:34.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892025-01-28T07:02:34.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902025-01-28T07:02:34.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31912025-01-28T07:02:34.942Z
31922025-01-28T07:02:34.943Zinfo: running `cargo check --bins` on sled-agent-api (143/197)
31932025-01-28T07:02:35.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942025-01-28T07:02:35.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952025-01-28T07:02:35.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962025-01-28T07:02:35.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31972025-01-28T07:02:35.617Z
31982025-01-28T07:02:35.617Zinfo: running `cargo check --bins` on sled-diagnostics (144/197)
31992025-01-28T07:02:36.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002025-01-28T07:02:36.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012025-01-28T07:02:36.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022025-01-28T07:02:36.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32032025-01-28T07:02:36.232Z
32042025-01-28T07:02:36.232Zinfo: running `cargo check --bins` on sled-hardware (145/197)
32052025-01-28T07:02:36.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062025-01-28T07:02:36.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072025-01-28T07:02:36.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082025-01-28T07:02:36.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32092025-01-28T07:02:36.886Z
32102025-01-28T07:02:36.886Zinfo: running `cargo check --bins --no-default-features` on sled-storage (146/197)
32112025-01-28T07:02:37.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122025-01-28T07:02:37.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132025-01-28T07:02:37.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142025-01-28T07:02:37.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32152025-01-28T07:02:37.657Z
32162025-01-28T07:02:37.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (147/197)
32172025-01-28T07:02:38.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182025-01-28T07:02:38.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192025-01-28T07:02:38.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202025-01-28T07:02:38.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32212025-01-28T07:02:38.238Z
32222025-01-28T07:02:38.238Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (148/197)
32232025-01-28T07:02:38.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242025-01-28T07:02:38.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252025-01-28T07:02:38.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262025-01-28T07:02:38.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32272025-01-28T07:02:38.909Z
32282025-01-28T07:02:38.909Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (149/197)
32292025-01-28T07:02:39.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302025-01-28T07:02:39.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312025-01-28T07:02:39.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322025-01-28T07:02:39.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32332025-01-28T07:02:39.580Z
32342025-01-28T07:02:39.581Zinfo: running `cargo check --bins` on nexus-test-interface (150/197)
32352025-01-28T07:02:40.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362025-01-28T07:02:40.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372025-01-28T07:02:40.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382025-01-28T07:02:40.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32392025-01-28T07:02:40.258Z
32402025-01-28T07:02:40.258Zinfo: running `cargo check --bins` on oximeter-collector (151/197)
32412025-01-28T07:02:40.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422025-01-28T07:02:40.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432025-01-28T07:02:40.970Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32442025-01-28T07:02:40.970Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32452025-01-28T07:02:41.848Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32462025-01-28T07:02:43.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
32472025-01-28T07:02:44.015Z
32482025-01-28T07:02:44.015Zinfo: running `cargo check --bins` on oximeter-api (152/197)
32492025-01-28T07:02:44.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-01-28T07:02:44.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-01-28T07:02:44.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522025-01-28T07:02:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32532025-01-28T07:02:44.664Z
32542025-01-28T07:02:44.664Zinfo: running `cargo check --bins` on cert-dev (153/197)
32552025-01-28T07:02:45.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-01-28T07:02:45.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-01-28T07:02:45.292Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
32582025-01-28T07:02:45.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
32592025-01-28T07:02:45.742Z
32602025-01-28T07:02:45.742Zinfo: running `cargo check --bins` on clickana (154/197)
32612025-01-28T07:02:46.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-01-28T07:02:46.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-01-28T07:02:46.416Z Checking castaway v0.2.3
32642025-01-28T07:02:46.419Z Checking lru v0.12.5
32652025-01-28T07:02:46.419Z Compiling instability v0.3.2
32662025-01-28T07:02:46.419Z Checking unicode-truncate v1.1.0
32672025-01-28T07:02:46.419Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682025-01-28T07:02:46.419Z Checking cassowary v0.3.0
32692025-01-28T07:02:46.641Z Checking compact_str v0.8.0
32702025-01-28T07:02:47.229Z Checking ratatui v0.28.1
32712025-01-28T07:02:48.144Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32722025-01-28T07:02:49.137Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
32732025-01-28T07:02:49.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
32742025-01-28T07:02:50.134Z
32752025-01-28T07:02:50.134Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (155/197)
32762025-01-28T07:02:50.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-01-28T07:02:50.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-01-28T07:02:50.836Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32792025-01-28T07:02:50.836Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
32802025-01-28T07:02:51.825Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
32812025-01-28T07:02:52.309Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
32822025-01-28T07:02:52.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
32832025-01-28T07:02:52.849Z
32842025-01-28T07:02:52.849Zinfo: running `cargo check --bins` on ch-dev (156/197)
32852025-01-28T07:02:53.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-01-28T07:02:53.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-01-28T07:02:53.530Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
32882025-01-28T07:02:54.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
32892025-01-28T07:02:54.434Z
32902025-01-28T07:02:54.434Zinfo: running `cargo check --bins` on crdb-seed (157/197)
32912025-01-28T07:02:55.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-01-28T07:02:55.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-01-28T07:02:55.122Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
32942025-01-28T07:02:55.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
32952025-01-28T07:02:55.651Z
32962025-01-28T07:02:55.651Zinfo: running `cargo check --bins` on db-dev (158/197)
32972025-01-28T07:02:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-01-28T07:02:56.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-01-28T07:02:56.324Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33002025-01-28T07:02:57.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
33012025-01-28T07:02:57.234Z
33022025-01-28T07:02:57.234Zinfo: running `cargo check --bins` on omicron-dev-lib (159/197)
33032025-01-28T07:02:57.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-01-28T07:02:57.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-01-28T07:02:57.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062025-01-28T07:02:57.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33072025-01-28T07:02:57.895Z
33082025-01-28T07:02:57.895Zinfo: running `cargo check --bins` on xtask-downloader (160/197)
33092025-01-28T07:02:58.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-01-28T07:02:58.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-01-28T07:02:58.509Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33122025-01-28T07:02:59.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
33132025-01-28T07:02:59.564Z
33142025-01-28T07:02:59.564Zinfo: running `cargo check --bins` on omicron-ls-apis (161/197)
33152025-01-28T07:03:00.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-01-28T07:03:00.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-01-28T07:03:00.197Z Checking cargo-platform v0.1.8
33182025-01-28T07:03:00.475Z Checking cargo_metadata v0.18.1
33192025-01-28T07:03:01.406Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33202025-01-28T07:03:02.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
33212025-01-28T07:03:02.424Z
33222025-01-28T07:03:02.424Zinfo: running `cargo check --bins` on mgs-dev (162/197)
33232025-01-28T07:03:03.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-01-28T07:03:03.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-01-28T07:03:03.166Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33262025-01-28T07:03:04.610Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33272025-01-28T07:03:05.193Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33282025-01-28T07:03:05.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
33292025-01-28T07:03:05.917Z
33302025-01-28T07:03:05.917Zinfo: running `cargo check --bins` on omicron-omdb (163/197)
33312025-01-28T07:03:06.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-01-28T07:03:06.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-01-28T07:03:06.715Z Compiling crunchy v0.2.2
33342025-01-28T07:03:06.715Z Compiling tiny-keccak v2.0.2
33352025-01-28T07:03:06.718Z Compiling dsl_auto_type v0.1.2
33362025-01-28T07:03:06.718Z Checking scheduled-thread-pool v0.2.7
33372025-01-28T07:03:06.718Z Compiling diesel_table_macro_syntax v0.2.0
33382025-01-28T07:03:06.845Z Compiling ascii-canvas v3.0.0
33392025-01-28T07:03:06.858Z Compiling ena v0.14.3
33402025-01-28T07:03:06.872Z Compiling diff v0.1.13
33412025-01-28T07:03:07.051Z Checking r2d2 v0.8.10
33422025-01-28T07:03:07.125Z Compiling regex-syntax v0.6.29
33432025-01-28T07:03:07.248Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
33442025-01-28T07:03:07.317Z Compiling ref-cast v1.0.23
33452025-01-28T07:03:07.356Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33462025-01-28T07:03:07.401Z Compiling derive_builder_core v0.20.2
33472025-01-28T07:03:07.445Z Compiling libxml v0.3.3
33482025-01-28T07:03:07.481Z Compiling ref-cast-impl v1.0.23
33492025-01-28T07:03:07.641Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
33502025-01-28T07:03:07.879Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33512025-01-28T07:03:07.907Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33522025-01-28T07:03:08.060Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33532025-01-28T07:03:08.136Z Compiling strum_macros v0.24.3
33542025-01-28T07:03:08.188Z Compiling samael v0.0.17
33552025-01-28T07:03:08.275Z Compiling diesel_derives v2.2.3
33562025-01-28T07:03:08.434Z Compiling indoc v1.0.9
33572025-01-28T07:03:09.327Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33582025-01-28T07:03:09.602Z Compiling derive_builder_macro v0.20.2
33592025-01-28T07:03:09.604Z Compiling oso-derive v0.27.3
33602025-01-28T07:03:10.256Z Compiling impl-trait-for-tuples v0.2.2
33612025-01-28T07:03:10.451Z Compiling lalrpop v0.19.12
33622025-01-28T07:03:10.622Z Checking derive_builder v0.20.2
33632025-01-28T07:03:10.787Z Checking quick-xml v0.33.0
33642025-01-28T07:03:11.068Z Compiling diesel-dtrace v0.4.2
33652025-01-28T07:03:11.386Z Checking maplit v1.0.2
33662025-01-28T07:03:11.527Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33672025-01-28T07:03:11.575Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33682025-01-28T07:03:11.863Z Checking bb8 v0.8.5
33692025-01-28T07:03:12.114Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33702025-01-28T07:03:12.351Z Checking rand_seeder v0.3.0
33712025-01-28T07:03:12.515Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33722025-01-28T07:03:12.610Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33732025-01-28T07:03:12.690Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33742025-01-28T07:03:12.901Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33752025-01-28T07:03:13.176Z Checking is_ci v1.2.0
33762025-01-28T07:03:13.201Z Checking unicode-linebreak v0.1.5
33772025-01-28T07:03:13.335Z Checking smawk v0.3.2
33782025-01-28T07:03:13.570Z Checking supports-color v3.0.1
33792025-01-28T07:03:13.660Z Checking textwrap v0.16.1
33802025-01-28T07:03:13.819Z Checking multimap v0.10.0
33812025-01-28T07:03:14.331Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33822025-01-28T07:03:16.499Z Checking diesel v2.2.6
33832025-01-28T07:03:41.537Z Compiling polar-core v0.27.3
33842025-01-28T07:03:41.745Z Checking async-bb8-diesel v0.2.1
33852025-01-28T07:03:48.962Z Checking oso v0.27.3
33862025-01-28T07:04:50.951Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33872025-01-28T07:04:57.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s
33882025-01-28T07:04:57.650Z
33892025-01-28T07:04:57.650Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (164/197)
33902025-01-28T07:04:58.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912025-01-28T07:04:58.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922025-01-28T07:04:58.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932025-01-28T07:04:58.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33942025-01-28T07:04:58.353Z
33952025-01-28T07:04:58.353Zinfo: running `cargo check --bins` on nexus-saga-recovery (165/197)
33962025-01-28T07:04:58.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972025-01-28T07:04:58.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982025-01-28T07:04:58.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992025-01-28T07:04:58.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34002025-01-28T07:04:59.039Z
34012025-01-28T07:04:59.039Zinfo: running `cargo check --bins` on nexus-test-utils-macros (166/197)
34022025-01-28T07:04:59.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-01-28T07:04:59.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-01-28T07:04:59.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052025-01-28T07:05:00.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34062025-01-28T07:05:00.593Z
34072025-01-28T07:05:00.593Zinfo: running `cargo check --bins` on omicron-nexus (167/197)
34082025-01-28T07:05:00.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092025-01-28T07:05:00.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102025-01-28T07:05:00.593Z Compiling libz-sys v1.1.20
34112025-01-28T07:05:00.593Z Compiling libgit2-sys v0.17.0+1.8.1
34122025-01-28T07:05:00.624Z Compiling vergen v8.3.2
34132025-01-28T07:05:00.627Z Compiling cargo-platform v0.1.8
34142025-01-28T07:05:00.627Z Compiling pin-project-internal v1.1.6
34152025-01-28T07:05:00.664Z Compiling libsqlite3-sys v0.30.1
34162025-01-28T07:05:00.667Z Compiling snafu-derive v0.8.5
34172025-01-28T07:05:00.667Z Compiling cfg_aliases v0.2.1
34182025-01-28T07:05:00.815Z Compiling buf-list v1.0.3
34192025-01-28T07:05:00.932Z Compiling rustls v0.21.12
34202025-01-28T07:05:01.138Z Compiling cargo_metadata v0.18.1
34212025-01-28T07:05:01.283Z Compiling nix v0.29.0
34222025-01-28T07:05:01.305Z Checking globset v0.4.15
34232025-01-28T07:05:01.501Z Checking olpc-cjson v0.1.4
34242025-01-28T07:05:01.521Z Checking rustls-webpki v0.101.7
34252025-01-28T07:05:01.732Z Checking sct v0.7.1
34262025-01-28T07:05:01.807Z Checking serde_plain v1.0.2
34272025-01-28T07:05:01.926Z Checking typed-path v0.9.3
34282025-01-28T07:05:02.381Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34292025-01-28T07:05:02.556Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34302025-01-28T07:05:02.681Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34312025-01-28T07:05:02.843Z Checking hashlink v0.9.1
34322025-01-28T07:05:02.974Z Checking fallible-iterator v0.3.0
34332025-01-28T07:05:03.376Z Checking parse-size v1.1.0
34342025-01-28T07:05:03.399Z Checking pin-project v1.1.6
34352025-01-28T07:05:03.541Z Checking fallible-streaming-iterator v0.1.9
34362025-01-28T07:05:03.653Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
34372025-01-28T07:05:03.788Z Checking rusqlite v0.32.1
34382025-01-28T07:05:03.845Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34392025-01-28T07:05:04.078Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34402025-01-28T07:05:04.230Z Checking rustls-pemfile v1.0.4
34412025-01-28T07:05:04.454Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34422025-01-28T07:05:04.622Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432025-01-28T07:05:04.724Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
34442025-01-28T07:05:04.743Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34452025-01-28T07:05:04.763Z Checking twox-hash v2.1.0
34462025-01-28T07:05:04.862Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
34472025-01-28T07:05:05.063Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
34482025-01-28T07:05:05.217Z Checking tokio-rustls v0.24.1
34492025-01-28T07:05:05.279Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34502025-01-28T07:05:05.524Z Checking snafu v0.8.5
34512025-01-28T07:05:05.939Z Checking tough v0.19.0
34522025-01-28T07:05:06.189Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34532025-01-28T07:05:06.275Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
34542025-01-28T07:05:06.627Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34552025-01-28T07:05:06.755Z Checking fatfs v0.3.6
34562025-01-28T07:05:07.036Z Checking assert_matches v1.5.0
34572025-01-28T07:05:10.017Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34582025-01-28T07:05:11.299Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
34592025-01-28T07:05:13.141Z Compiling git2 v0.19.0
34602025-01-28T07:05:17.602Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ace54d9cb5957fda79422e8237d7c54c33af928e#ace54d9c)
34612025-01-28T07:06:12.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
34622025-01-28T07:06:12.472Z
34632025-01-28T07:06:12.472Zinfo: running `cargo check --bins` on nexus-external-api (168/197)
34642025-01-28T07:06:13.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652025-01-28T07:06:13.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662025-01-28T07:06:13.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672025-01-28T07:06:13.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34682025-01-28T07:06:13.172Z
34692025-01-28T07:06:13.172Zinfo: running `cargo check --bins` on openapi-manager-types (169/197)
34702025-01-28T07:06:13.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-01-28T07:06:13.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-01-28T07:06:13.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732025-01-28T07:06:13.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34742025-01-28T07:06:13.793Z
34752025-01-28T07:06:13.793Zinfo: running `cargo check --bins` on nexus-internal-api (170/197)
34762025-01-28T07:06:14.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772025-01-28T07:06:14.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782025-01-28T07:06:14.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792025-01-28T07:06:14.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34802025-01-28T07:06:14.463Z
34812025-01-28T07:06:14.463Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (171/197)
34822025-01-28T07:06:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832025-01-28T07:06:15.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842025-01-28T07:06:15.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852025-01-28T07:06:15.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34862025-01-28T07:06:15.160Z
34872025-01-28T07:06:15.160Zinfo: running `cargo check --bins` on nexus-networking (172/197)
34882025-01-28T07:06:15.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892025-01-28T07:06:15.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902025-01-28T07:06:15.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912025-01-28T07:06:15.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34922025-01-28T07:06:15.844Z
34932025-01-28T07:06:15.844Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (173/197)
34942025-01-28T07:06:16.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952025-01-28T07:06:16.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962025-01-28T07:06:16.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972025-01-28T07:06:16.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34982025-01-28T07:06:16.548Z
34992025-01-28T07:06:16.548Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197)
35002025-01-28T07:06:17.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-01-28T07:06:17.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-01-28T07:06:17.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-01-28T07:06:17.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35042025-01-28T07:06:17.248Z
35052025-01-28T07:06:17.248Zinfo: running `cargo check --bins` on update-common (175/197)
35062025-01-28T07:06:17.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-01-28T07:06:17.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-01-28T07:06:17.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-01-28T07:06:17.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35102025-01-28T07:06:17.924Z
35112025-01-28T07:06:17.924Zinfo: running `cargo check --bins` on tufaceous-lib (176/197)
35122025-01-28T07:06:18.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-01-28T07:06:18.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-01-28T07:06:18.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-01-28T07:06:18.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35162025-01-28T07:06:18.574Z
35172025-01-28T07:06:18.574Zinfo: running `cargo check --bins` on tufaceous (177/197)
35182025-01-28T07:06:19.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-01-28T07:06:19.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-01-28T07:06:19.253Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35212025-01-28T07:06:20.406Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35222025-01-28T07:06:21.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
35232025-01-28T07:06:21.422Z
35242025-01-28T07:06:21.422Zinfo: running `cargo check --bins` on omicron-dev (178/197)
35252025-01-28T07:06:22.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262025-01-28T07:06:22.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272025-01-28T07:06:22.314Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35282025-01-28T07:06:22.316Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35292025-01-28T07:06:22.458Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35302025-01-28T07:06:22.461Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
35312025-01-28T07:06:23.504Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
35322025-01-28T07:06:51.580Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35332025-01-28T07:06:51.583Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35342025-01-28T07:06:51.583Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35352025-01-28T07:06:51.583Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35362025-01-28T07:06:51.583Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35372025-01-28T07:06:51.583Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
35382025-01-28T07:06:52.422Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35392025-01-28T07:06:53.709Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35402025-01-28T07:07:35.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
35412025-01-28T07:07:35.572Z
35422025-01-28T07:07:35.572Zinfo: running `cargo check --bins` on openapi-manager (179/197)
35432025-01-28T07:07:36.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442025-01-28T07:07:36.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452025-01-28T07:07:36.306Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
35462025-01-28T07:07:36.308Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
35472025-01-28T07:07:36.427Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
35482025-01-28T07:07:36.439Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35492025-01-28T07:07:36.442Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
35502025-01-28T07:07:36.472Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
35512025-01-28T07:07:36.474Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
35522025-01-28T07:07:36.490Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35532025-01-28T07:07:36.644Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35542025-01-28T07:07:36.698Z Checking heck v0.4.1
35552025-01-28T07:07:36.742Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35562025-01-28T07:07:36.908Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35572025-01-28T07:07:37.054Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
35582025-01-28T07:07:37.301Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35592025-01-28T07:07:37.711Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35602025-01-28T07:07:37.892Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35612025-01-28T07:07:38.178Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35622025-01-28T07:07:39.020Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35632025-01-28T07:07:39.614Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35642025-01-28T07:07:39.861Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35652025-01-28T07:07:40.236Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35662025-01-28T07:07:41.885Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35672025-01-28T07:07:41.888Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35682025-01-28T07:07:43.657Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35692025-01-28T07:07:45.136Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35702025-01-28T07:07:50.372Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35712025-01-28T07:07:50.375Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35722025-01-28T07:07:51.600Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
35732025-01-28T07:07:52.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.00s
35742025-01-28T07:07:52.790Z
35752025-01-28T07:07:52.790Zinfo: running `cargo check --bins` on installinator-api (180/197)
35762025-01-28T07:07:53.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772025-01-28T07:07:53.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782025-01-28T07:07:53.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792025-01-28T07:07:53.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35802025-01-28T07:07:53.459Z
35812025-01-28T07:07:53.459Zinfo: running `cargo check --bins` on wicketd-api (181/197)
35822025-01-28T07:07:54.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832025-01-28T07:07:54.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842025-01-28T07:07:54.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852025-01-28T07:07:54.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35862025-01-28T07:07:54.142Z
35872025-01-28T07:07:54.142Zinfo: running `cargo check --bins` on reconfigurator-cli (182/197)
35882025-01-28T07:07:54.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892025-01-28T07:07:54.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902025-01-28T07:07:54.861Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35912025-01-28T07:07:54.861Z Compiling petname v2.0.2
35922025-01-28T07:07:54.869Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35932025-01-28T07:07:54.869Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35942025-01-28T07:07:54.869Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
35952025-01-28T07:07:54.986Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35962025-01-28T07:07:55.021Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
35972025-01-28T07:07:55.065Z Checking sync-ptr v0.1.1
35982025-01-28T07:08:00.253Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35992025-01-28T07:08:00.867Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36002025-01-28T07:08:02.020Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36012025-01-28T07:08:03.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.42s
36022025-01-28T07:08:03.755Z
36032025-01-28T07:08:03.755Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/197)
36042025-01-28T07:08:04.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052025-01-28T07:08:04.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062025-01-28T07:08:04.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072025-01-28T07:08:04.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36082025-01-28T07:08:04.432Z
36092025-01-28T07:08:04.432Zinfo: running `cargo check --bins` on omicron-releng (184/197)
36102025-01-28T07:08:05.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112025-01-28T07:08:05.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122025-01-28T07:08:05.116Z Checking memmap2 v0.9.5
36132025-01-28T07:08:05.116Z Checking arrayvec v0.7.6
36142025-01-28T07:08:05.118Z Checking constant_time_eq v0.3.1
36152025-01-28T07:08:05.118Z Checking arrayref v0.3.9
36162025-01-28T07:08:05.118Z Checking topological-sort v0.2.2
36172025-01-28T07:08:05.222Z Checking shell-words v1.1.0
36182025-01-28T07:08:05.476Z Checking blake3 v1.5.4
36192025-01-28T07:08:05.847Z Checking omicron-zone-package v0.12.0
36202025-01-28T07:08:06.998Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
36212025-01-28T07:08:07.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
36222025-01-28T07:08:08.106Z
36232025-01-28T07:08:08.106Zinfo: running `cargo check --bins` on xtask (185/197)
36242025-01-28T07:08:08.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252025-01-28T07:08:08.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262025-01-28T07:08:08.541Z Checking bitflags v2.6.0
36272025-01-28T07:08:08.544Z Checking serde v1.0.217
36282025-01-28T07:08:08.544Z Checking thiserror v1.0.69
36292025-01-28T07:08:08.640Z Checking scroll v0.12.0
36302025-01-28T07:08:08.649Z Checking log v0.4.22
36312025-01-28T07:08:08.652Z Checking hashbrown v0.15.1
36322025-01-28T07:08:08.652Z Checking zerocopy v0.7.35
36332025-01-28T07:08:08.687Z Checking syn v2.0.96
36342025-01-28T07:08:08.754Z Checking pest v2.7.14
36352025-01-28T07:08:08.858Z Checking rustix v0.38.37
36362025-01-28T07:08:08.921Z Checking once_cell v1.20.2
36372025-01-28T07:08:09.078Z Checking goblin v0.8.2
36382025-01-28T07:08:09.221Z Checking fs-err v2.11.0
36392025-01-28T07:08:09.514Z Checking anyhow v1.0.95
36402025-01-28T07:08:09.644Z Checking indexmap v2.7.0
36412025-01-28T07:08:09.861Z Checking tabled v0.15.0
36422025-01-28T07:08:10.727Z Checking terminal_size v0.4.0
36432025-01-28T07:08:10.730Z Checking tempfile v3.13.0
36442025-01-28T07:08:10.884Z Checking clap_builder v4.5.27
36452025-01-28T07:08:11.292Z Checking dtrace-parser v0.2.0
36462025-01-28T07:08:12.629Z Checking serde_json v1.0.135
36472025-01-28T07:08:12.629Z Checking serde_spanned v0.6.8
36482025-01-28T07:08:12.631Z Checking toml_datetime v0.6.8
36492025-01-28T07:08:12.631Z Checking camino v1.1.9
36502025-01-28T07:08:12.631Z Checking semver v1.0.24
36512025-01-28T07:08:12.697Z Checking cargo-platform v0.1.8
36522025-01-28T07:08:12.868Z Checking macaddr v1.0.1
36532025-01-28T07:08:12.946Z Checking toml_edit v0.22.22
36542025-01-28T07:08:13.136Z Checking camino-tempfile v1.1.1
36552025-01-28T07:08:13.479Z Checking clap v4.5.27
36562025-01-28T07:08:13.766Z Checking dof v0.3.0
36572025-01-28T07:08:13.766Z Checking cargo_metadata v0.18.1
36582025-01-28T07:08:14.169Z Checking usdt-impl v0.5.0
36592025-01-28T07:08:14.531Z Checking usdt v0.5.0
36602025-01-28T07:08:14.719Z Checking toml v0.8.19
36612025-01-28T07:08:15.157Z Checking cargo_toml v0.20.5
36622025-01-28T07:08:16.306Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
36632025-01-28T07:08:16.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.82s
36642025-01-28T07:08:17.045Z
36652025-01-28T07:08:17.045Zinfo: running `cargo check --bins` on end-to-end-tests (186/197)
36662025-01-28T07:08:17.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-01-28T07:08:17.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-01-28T07:08:17.828Z Checking polyval v0.6.2
36692025-01-28T07:08:17.944Z Checking ctr v0.9.2
36702025-01-28T07:08:17.957Z Checking ssh-encoding v0.2.0
36712025-01-28T07:08:17.960Z Checking blowfish v0.9.1
36722025-01-28T07:08:17.983Z Checking password-hash v0.4.2
36732025-01-28T07:08:18.001Z Checking p521 v0.13.3
36742025-01-28T07:08:18.004Z Checking p256 v0.13.2
36752025-01-28T07:08:18.017Z Checking russh-cryptovec v0.7.3
36762025-01-28T07:08:18.170Z Checking ghash v0.5.1
36772025-01-28T07:08:18.170Z Checking bcrypt-pbkdf v0.10.0
36782025-01-28T07:08:18.241Z Checking md5 v0.7.0
36792025-01-28T07:08:18.244Z Checking num-bigint v0.4.6
36802025-01-28T07:08:18.290Z Checking des v0.8.1
36812025-01-28T07:08:18.358Z Checking pbkdf2 v0.11.0
36822025-01-28T07:08:18.379Z Checking aes-gcm v0.10.3
36832025-01-28T07:08:18.464Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36842025-01-28T07:08:18.485Z Checking hex-literal v0.4.1
36852025-01-28T07:08:18.552Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36862025-01-28T07:08:18.571Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
36872025-01-28T07:08:18.616Z Checking ssh-cipher v0.2.0
36882025-01-28T07:08:18.635Z Checking internet-checksum v0.2.1
36892025-01-28T07:08:18.910Z Checking ssh-key v0.6.6
36902025-01-28T07:08:19.100Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
36912025-01-28T07:08:20.070Z Checking russh-keys v0.45.0
36922025-01-28T07:08:20.912Z Checking russh v0.45.0
36932025-01-28T07:08:38.240Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36942025-01-28T07:08:39.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s
36952025-01-28T07:08:39.820Z
36962025-01-28T07:08:39.820Zinfo: running `cargo check --bins` on gateway-cli (187/197)
36972025-01-28T07:08:40.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982025-01-28T07:08:40.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992025-01-28T07:08:40.469Z Checking termios v0.3.3
37002025-01-28T07:08:40.693Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37012025-01-28T07:08:41.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
37022025-01-28T07:08:41.691Z
37032025-01-28T07:08:41.691Zinfo: running `cargo check --bins --no-default-features` on installinator (188/197)
37042025-01-28T07:08:42.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052025-01-28T07:08:42.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062025-01-28T07:08:42.401Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37072025-01-28T07:08:42.401Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37082025-01-28T07:08:42.403Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37092025-01-28T07:08:42.403Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37102025-01-28T07:08:43.436Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37112025-01-28T07:08:44.678Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37122025-01-28T07:08:46.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s
37132025-01-28T07:08:46.664Z
37142025-01-28T07:08:46.664Zinfo: running `cargo check --bins` on internal-dns-cli (189/197)
37152025-01-28T07:08:47.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-01-28T07:08:47.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-01-28T07:08:47.307Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37182025-01-28T07:08:47.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37192025-01-28T07:08:47.968Z
37202025-01-28T07:08:47.969Zinfo: running `cargo check --bins` on omicron-live-tests (190/197)
37212025-01-28T07:08:48.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222025-01-28T07:08:48.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232025-01-28T07:08:48.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242025-01-28T07:08:48.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37252025-01-28T07:08:48.582Z
37262025-01-28T07:08:48.582Zinfo: running `cargo check --bins` on live-tests-macros (191/197)
37272025-01-28T07:08:49.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282025-01-28T07:08:49.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292025-01-28T07:08:49.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302025-01-28T07:08:49.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37312025-01-28T07:08:49.199Z
37322025-01-28T07:08:49.199Zinfo: running `cargo check --bins` on omicron-package (192/197)
37332025-01-28T07:08:49.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342025-01-28T07:08:49.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352025-01-28T07:08:49.885Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
37362025-01-28T07:08:51.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
37372025-01-28T07:08:51.430Z
37382025-01-28T07:08:51.430Zinfo: running `cargo check --bins` on wicket-dbg (193/197)
37392025-01-28T07:08:52.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402025-01-28T07:08:52.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412025-01-28T07:08:52.159Z Checking rtoolbox v0.0.2
37422025-01-28T07:08:52.162Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
37432025-01-28T07:08:52.162Z Checking tui-tree-widget v0.22.0
37442025-01-28T07:08:52.401Z Checking rpassword v7.3.1
37452025-01-28T07:08:56.158Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37462025-01-28T07:08:59.005Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
37472025-01-28T07:09:00.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.74s
37482025-01-28T07:09:00.367Z
37492025-01-28T07:09:00.367Zinfo: running `cargo check --bins` on wicket (194/197)
37502025-01-28T07:09:00.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512025-01-28T07:09:00.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522025-01-28T07:09:01.073Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37532025-01-28T07:09:01.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
37542025-01-28T07:09:01.694Z
37552025-01-28T07:09:01.694Zinfo: running `cargo check --bins` on wicketd (195/197)
37562025-01-28T07:09:02.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572025-01-28T07:09:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582025-01-28T07:09:02.428Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
37592025-01-28T07:09:02.431Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
37602025-01-28T07:09:03.253Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37612025-01-28T07:09:07.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
37622025-01-28T07:09:07.232Z
37632025-01-28T07:09:07.232Zinfo: running `cargo check --bins` on omicron-workspace-hack (196/197)
37642025-01-28T07:09:07.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652025-01-28T07:09:07.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662025-01-28T07:09:07.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672025-01-28T07:09:07.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37682025-01-28T07:09:07.869Z
37692025-01-28T07:09:07.869Zinfo: running `cargo check --bins` on zone-setup (197/197)
37702025-01-28T07:09:08.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712025-01-28T07:09:08.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722025-01-28T07:09:08.616Z Checking uzers v0.12.1
37732025-01-28T07:09:08.966Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37742025-01-28T07:09:10.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
37752025-01-28T07:09:10.287Z
37762025-01-28T07:09:10.287Zreal 13:36.839509280
37772025-01-28T07:09:10.287Zuser 26:03.864422679
37782025-01-28T07:09:10.287Zsys 4:19.576449520
37792025-01-28T07:09:10.287Ztrap 0.550404815
37802025-01-28T07:09:10.287Ztflt 2.912310092
37812025-01-28T07:09:10.287Zdflt 2.677665298
37822025-01-28T07:09:10.287Zkflt 0.001075565
37832025-01-28T07:09:10.290Zlock 46:05.055355217
37842025-01-28T07:09:10.290Zslp 2:09:58.323305635
37852025-01-28T07:09:10.290Zlat 1:06.907921820
37862025-01-28T07:09:10.290Zstop 3:48.609080041
37872025-01-28T07:09:10.290Zprocess exited: duration 1086702 ms, exit code 0
 
37882025-01-28T07:09:10.296Zfound 0 output files