01JQ7NJAZ080598ET7BED2G3NK: 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: 01JQ7NK176Y5G83QMMT9GDDNKW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-25T22:09:16.003Zjob assigned to worker 01JQ7NK8BB79BRX8HTHKE7NKDX [factory aws, i-0912fbae193b53486] (queued for 50 s)
 
22025-03-25T22:09:24.408Zstarting task 0: "setup"
32025-03-25T22:09:24.414Z++ uname -s
42025-03-25T22:09:24.414Z+ kern=SunOS
52025-03-25T22:09:24.414Z+ build_user=build
62025-03-25T22:09:24.415Z+ build_uid=12345
72025-03-25T22:09:24.415Z+ work_dir=/work
82025-03-25T22:09:24.415Z+ input_dir=/input
92025-03-25T22:09:24.415Z+ [[ 0 == 12345 ]]
102025-03-25T22:09:24.415Z+ case "$kern" in
112025-03-25T22:09:24.415Z+ groupadd -g 12345 build
122025-03-25T22:09:24.419Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-25T22:09:26.425Z+ zfs create -o mountpoint=/work rpool/work
142025-03-25T22:09:26.541Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-25T22:09:26.559Z+ home_fs=zfs
162025-03-25T22:09:26.559Z+ [[ zfs == autofs ]]
172025-03-25T22:09:26.559Z+ mkdir -p /home/build
182025-03-25T22:09:26.559Z+ chown build:build /home/build /work
192025-03-25T22:09:27.537Z+ chmod 0700 /home/build /work
202025-03-25T22:09:27.543Zprocess exited: duration 3133 ms, exit code 0
 
212025-03-25T22:09:27.564Zstarting task 1: "rust-toolchain"
222025-03-25T22:09:27.570Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-25T22:09:27.570Z * rust toolchain channel = "1.85.0"
242025-03-25T22:09:27.570Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-25T22:09:27.570Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-03-25T22:09:27.570Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-25T22:09:27.571Z * rust toolchain profile = "default"
282025-03-25T22:09:27.586Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-25T22:09:27.586Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-25T22:09:27.697Zinfo: downloading installer
312025-03-25T22:09:28.875Zwarn: It looks like you have an existing installation of Rust at:
322025-03-25T22:09:28.875Zwarn: /opt/ooce/bin
332025-03-25T22:09:28.875Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-25T22:09:28.875Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-25T22:09:28.876Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-25T22:09:28.876Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-25T22:09:28.876Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-25T22:09:28.876Zerror: cannot install while Rust is installed
392025-03-25T22:09:28.876Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-25T22:09:28.928Zinfo: profile set to 'default'
412025-03-25T22:09:28.928Zinfo: default host triple is x86_64-unknown-illumos
422025-03-25T22:09:28.935Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-25T22:09:29.074Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-25T22:09:29.074Zinfo: downloading component 'cargo'
452025-03-25T22:09:30.163Zinfo: downloading component 'clippy'
462025-03-25T22:09:30.475Zinfo: downloading component 'rust-docs'
472025-03-25T22:09:31.620Zinfo: downloading component 'rust-std'
482025-03-25T22:09:33.597Zinfo: downloading component 'rustc'
492025-03-25T22:09:40.399Zinfo: downloading component 'rustfmt'
502025-03-25T22:09:40.669Zinfo: installing component 'cargo'
512025-03-25T22:09:41.532Zinfo: installing component 'clippy'
522025-03-25T22:09:41.867Zinfo: installing component 'rust-docs'
532025-03-25T22:09:43.630Zinfo: installing component 'rust-std'
542025-03-25T22:09:45.527Zinfo: installing component 'rustc'
552025-03-25T22:09:51.346Zinfo: installing component 'rustfmt'
562025-03-25T22:09:51.659Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-25T22:09:51.659Z
582025-03-25T22:09:52.028Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-25T22:09:52.028Z
602025-03-25T22:09:52.035Z
612025-03-25T22:09:52.035ZRust is installed now. Great!
622025-03-25T22:09:52.035Z
632025-03-25T22:09:52.035ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-25T22:09:52.035Zenvironment variable. This has not been done automatically.
652025-03-25T22:09:52.035Z
662025-03-25T22:09:52.035ZTo configure your current shell, you need to source
672025-03-25T22:09:52.035Zthe corresponding env file under $HOME/.cargo.
682025-03-25T22:09:52.035Z
692025-03-25T22:09:52.035ZThis is usually done by running one of the following (note the leading DOT):
702025-03-25T22:09:52.035Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-25T22:09:52.035Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-25T22:09:52.035Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-25T22:09:52.118Z+ rustup --version
742025-03-25T22:09:52.172Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-25T22:09:52.172Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-25T22:09:52.197Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-25T22:09:52.197Z+ cargo --version
782025-03-25T22:09:52.197Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-25T22:09:52.197Z+ rustc --version
802025-03-25T22:09:52.247Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-25T22:09:52.247Zprocess exited: duration 24627 ms, exit code 0
 
822025-03-25T22:09:52.266Zstarting task 2: "authentication"
832025-03-25T22:09:52.287Zprocess exited: duration 23 ms, exit code 0
 
842025-03-25T22:09:52.294Zstarting task 3: "clone repository"
852025-03-25T22:09:52.302Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-25T22:09:52.334Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-25T22:09:52.344ZCloning into '/work/oxidecomputer/omicron'...
882025-03-25T22:10:00.604Z+ cd /work/oxidecomputer/omicron
892025-03-25T22:10:00.610Z+ git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b
902025-03-25T22:10:00.895ZFrom https://github.com/oxidecomputer/omicron
912025-03-25T22:10:00.895Z * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD
922025-03-25T22:10:00.902Z+ [[ -n omdb_sagas_part_1 ]]
932025-03-25T22:10:00.907Z++ git branch --show-current
942025-03-25T22:10:00.907Z+ current=main
952025-03-25T22:10:00.907Z+ [[ main != omdb_sagas_part_1 ]]
962025-03-25T22:10:00.907Z+ git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b
972025-03-25T22:10:00.911Z+ git checkout -f omdb_sagas_part_1
982025-03-25T22:10:00.962ZSwitched to branch 'omdb_sagas_part_1'
992025-03-25T22:10:00.966Z+ git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b
1002025-03-25T22:10:01.020ZHEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1
1012025-03-25T22:10:01.026Zprocess exited: duration 8725 ms, exit code 0
 
1022025-03-25T22:10:01.035Zstarting task 4: "build"
1032025-03-25T22:10:01.040Z+ source .github/buildomat/ci-env.sh
1042025-03-25T22:10:01.045Z++ export CARGO_TERM_COLOR=always
1052025-03-25T22:10:01.045Z++ CARGO_TERM_COLOR=always
1062025-03-25T22:10:01.045Z+ cargo --version
1072025-03-25T22:10:01.094Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-25T22:10:01.099Z+ rustc --version
1092025-03-25T22:10:01.162Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-25T22:10:01.167Z+ source ./env.sh
1112025-03-25T22:10:01.167Z++ OLD_SHELL_OPTS=ehxB
1122025-03-25T22:10:01.167Z++ set -o xtrace
1132025-03-25T22:10:01.171Z++++ dirname ./env.sh
1142025-03-25T22:10:01.171Z+++ readlink -f .
1152025-03-25T22:10:01.175Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-03-25T22:10:01.175Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-03-25T22:10:01.175Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-03-25T22:10:01.175Z++ 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
1192025-03-25T22:10:01.175Z++ 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
1202025-03-25T22:10:01.175Z++ 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
1212025-03-25T22:10:01.176Z++ 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
1222025-03-25T22:10:01.176Z++ 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
1232025-03-25T22:10:01.176Z++ 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
1242025-03-25T22:10:01.176Z++ case $OLD_SHELL_OPTS in
1252025-03-25T22:10:01.176Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-03-25T22:10:01.176Z+ 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
1272025-03-25T22:10:01.176Z+ 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
1282025-03-25T22:10:01.176Z+ banner prerequisites
1292025-03-25T22:10:01.176Z
1302025-03-25T22:10:01.176Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-03-25T22:10:01.176Z # # # # # # # # # # # # # # #
1322025-03-25T22:10:01.176Z # # # # ##### # # ##### # # # # # #### #
1332025-03-25T22:10:01.176Z ##### ##### # ##### # # # # # # # # #
1342025-03-25T22:10:01.176Z # # # # # # # # # # # # # # #
1352025-03-25T22:10:01.176Z # # # ###### # # ###### ### # #### # #### #
1362025-03-25T22:10:01.176Z
1372025-03-25T22:10:01.181Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-03-25T22:10:02.709Zpkg list: illegal option -- F
1392025-03-25T22:10:02.709ZUsage:
1402025-03-25T22:10:02.722Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-03-25T22:10:02.722Z [pkg_fmri_pattern ...]
1422025-03-25T22:10:03.563Zpkg list: illegal option -- F
1432025-03-25T22:10:03.563ZUsage:
1442025-03-25T22:10:03.568Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-03-25T22:10:03.568Z [pkg_fmri_pattern ...]
1462025-03-25T22:10:13.348Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-03-25T22:10:18.960Z Startup: Caching catalogs ... Done
1482025-03-25T22:10:32.719ZPlanning: Solver setup ... Done (13.694s)
1492025-03-25T22:10:32.900ZPlanning: Running solver ... Done (0.166s)
1502025-03-25T22:10:33.029ZPlanning: Finding local manifests ... Done (0.007s)
1512025-03-25T22:10:33.058ZPlanning: Fetching manifests: 0/7 0% complete
1522025-03-25T22:10:36.100ZPlanning: Fetching manifests: 7/7 100% complete
1532025-03-25T22:10:36.208ZPlanning: Package planning ... Done (0.108s)
1542025-03-25T22:10:36.267ZPlanning: Merging actions ... Done (0.057s)
1552025-03-25T22:10:36.461ZPlanning: Checking for conflicting actions ... Done (0.196s)
1562025-03-25T22:10:38.305ZPlanning: Consolidating action changes ... Done (1.675s)
1572025-03-25T22:10:39.082ZPlanning: Evaluating mediators ... Done (0.446s)
1582025-03-25T22:10:39.150ZPlanning: Planning completed in 20.64 seconds
1592025-03-25T22:10:39.150Z Packages to install: 4
1602025-03-25T22:10:39.151Z Packages to update: 3
1612025-03-25T22:10:39.151Z Mediators to change: 2
1622025-03-25T22:10:39.151Z Services to change: 1
1632025-03-25T22:10:39.151Z Estimated space available: 155.59 GB
1642025-03-25T22:10:39.151ZEstimated space to be consumed: 1.67 GB
1652025-03-25T22:10:39.151Z Create boot environment: No
1662025-03-25T22:10:39.151ZCreate backup boot environment: Yes
1672025-03-25T22:10:39.151Z Rebuild boot archive: No
1682025-03-25T22:10:39.151Z
1692025-03-25T22:10:39.151ZChanged mediators:
1702025-03-25T22:10:39.151Z mediator clang:
1712025-03-25T22:10:39.151Z version: None -> 15 (system default)
1722025-03-25T22:10:39.151Z
1732025-03-25T22:10:39.151Z mediator llvm:
1742025-03-25T22:10:39.151Z version: 14 (system default) -> 15 (system default)
1752025-03-25T22:10:39.151Z
1762025-03-25T22:10:39.151ZChanged packages:
1772025-03-25T22:10:39.151Zhelios-dev
1782025-03-25T22:10:39.151Z developer/build-essential
1792025-03-25T22:10:39.151Z None -> 11-2.0
1802025-03-25T22:10:39.151Z library/libxmlsec1
1812025-03-25T22:10:39.151Z None -> 1.2.35-2.0
1822025-03-25T22:10:39.151Z ooce/developer/clang-15
1832025-03-25T22:10:39.151Z None -> 15.0.7-2.0
1842025-03-25T22:10:39.151Z ooce/developer/llvm-15
1852025-03-25T22:10:39.151Z None -> 15.0.7-2.0
1862025-03-25T22:10:39.151Z package/pkg
1872025-03-25T22:10:39.151Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-03-25T22:10:39.151Z system/library/g++-runtime
1892025-03-25T22:10:39.151Z 13-2.0 -> 14-2.0
1902025-03-25T22:10:39.151Z system/library/gcc-runtime
1912025-03-25T22:10:39.151Z 13-2.0 -> 14-2.0
1922025-03-25T22:10:39.151Z
1932025-03-25T22:10:39.151ZServices:
1942025-03-25T22:10:39.151Z restart_fmri:
1952025-03-25T22:10:39.151Z svc:/system/update-man-index:default
1962025-03-25T22:10:39.152Z
1972025-03-25T22:10:39.152ZEditable files to change:
1982025-03-25T22:10:39.152Z Update:
1992025-03-25T22:10:39.152Z usr/share/lib/pkg/web/config.shtml
2002025-03-25T22:10:39.152Z
2012025-03-25T22:10:39.152ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-03-25T22:10:45.141ZDownload: 208/4301 items 1.3/225.4MB 0% complete (401k/s)
2032025-03-25T22:10:51.289ZDownload: 213/4301 items 1.3/225.4MB 0% complete (361k/s)
2042025-03-25T22:10:56.334ZDownload: 1274/4301 items 110.9/225.4MB 49% complete (22.5M/s)
2052025-03-25T22:11:01.542ZDownload: 2218/4301 items 119.1/225.4MB 52% complete (12.3M/s)
2062025-03-25T22:11:30.415ZDownload: 2223/4301 items 119.2/225.4MB 52% complete
2072025-03-25T22:11:35.416ZDownload: 3166/4301 items 154.3/225.4MB 68% complete (6.9M/s)
2082025-03-25T22:11:40.420ZDownload: 3423/4301 items 215.2/225.4MB 95% complete (9.7M/s)
2092025-03-25T22:11:45.455ZDownload: 3984/4301 items 218.3/225.4MB 96% complete (8.4M/s)
2102025-03-25T22:11:50.455ZDownload: 4295/4301 items 224.6/225.4MB 99% complete (902k/s)
2112025-03-25T22:11:50.879ZDownload: Completed 225.42 MB in 72.11 seconds (3.1M/s)
2122025-03-25T22:11:53.077Z Actions: 1/5122 actions (Removing old actions)
2132025-03-25T22:11:53.102Z Actions: 194/5122 actions (Installing new actions)
2142025-03-25T22:11:57.820Z Actions: 4267/5122 actions (Updating modified actions)
2152025-03-25T22:11:58.165Z Actions: Completed 5122 actions in 5.09 seconds.
2162025-03-25T22:11:58.410Z Done (0.237s)
2172025-03-25T22:11:58.413Z Done (0.002s)
2182025-03-25T22:11:59.044Z Done (0.630s)
2192025-03-25T22:12:03.479Z Done (4.206s)
2202025-03-25T22:12:03.565Z Done (0.017s)
2212025-03-25T22:12:03.568Z Done (0.000s)
2222025-03-25T22:12:03.723Z Done (0.000s)
2232025-03-25T22:12:04.449ZPlanning: Evaluating mediator changes ... Done
2242025-03-25T22:12:04.608ZPlanning: Checking for conflicting actions ... Done
2252025-03-25T22:12:04.611ZPlanning: Consolidating action changes ... Done
2262025-03-25T22:12:04.875ZPlanning: Evaluating mediators ... Done
2272025-03-25T22:12:04.878ZPlanning: Planning completed in 0.43 seconds
2282025-03-25T22:12:04.917Z Mediators to change: 2
2292025-03-25T22:12:04.922Z Create boot environment: No
2302025-03-25T22:12:04.922ZCreate backup boot environment: No
2312025-03-25T22:12:05.065Z Done
2322025-03-25T22:12:05.066Z Done
2332025-03-25T22:12:05.521Z Done
2342025-03-25T22:12:09.042Z Done
2352025-03-25T22:12:09.131Z Done
2362025-03-25T22:12:09.134Z Done
2372025-03-25T22:12:09.265Z Done
2382025-03-25T22:12:09.874ZPlanning: Evaluating mediator changes ... Done
2392025-03-25T22:12:09.877ZPlanning: Merging actions ... Done
2402025-03-25T22:12:10.063ZPlanning: Checking for conflicting actions ... Done
2412025-03-25T22:12:10.074ZPlanning: Consolidating action changes ... Done
2422025-03-25T22:12:10.330ZPlanning: Evaluating mediators ... Done
2432025-03-25T22:12:10.386ZPlanning: Planning completed in 0.75 seconds
2442025-03-25T22:12:10.426Z Packages to change: 1
2452025-03-25T22:12:10.426Z Mediators to change: 1
2462025-03-25T22:12:10.432Z Services to change: 1
2472025-03-25T22:12:10.432Z Create boot environment: No
2482025-03-25T22:12:10.432ZCreate backup boot environment: Yes
2492025-03-25T22:12:12.682Z Actions: 1/6 actions (Updating modified actions)
2502025-03-25T22:12:12.685Z Actions: Completed 6 actions in 0.00 seconds.
2512025-03-25T22:12:12.685Z Done
2522025-03-25T22:12:12.685Z Done
2532025-03-25T22:12:12.816Z Done
2542025-03-25T22:12:16.354Z Done
2552025-03-25T22:12:16.444Z Done
2562025-03-25T22:12:16.448Z Done
2572025-03-25T22:12:16.609Z Done
2582025-03-25T22:12:17.024ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2592025-03-25T22:12:17.024Zclang system 15 system
2602025-03-25T22:12:17.024Zcsh system system illumos
2612025-03-25T22:12:17.024Zctags system system illumos
2622025-03-25T22:12:17.024Zgcc vendor 12 vendor
2632025-03-25T22:12:17.024Zgcc system 10 system
2642025-03-25T22:12:17.025Zgcc system 7 system
2652025-03-25T22:12:17.025Zgo system 1.20 system
2662025-03-25T22:12:17.025Zgo system 1.19 system
2672025-03-25T22:12:17.025Zllvm system 15 system
2682025-03-25T22:12:17.025Zllvm system 14 system
2692025-03-25T22:12:17.025Zmariadb system 10.6 system
2702025-03-25T22:12:17.025Zmta vendor vendor dma
2712025-03-25T22:12:17.025Zopenjdk system 17 system
2722025-03-25T22:12:17.025Zopenjdk system 11 system
2732025-03-25T22:12:17.025Zopenjdk system 1.8 system
2742025-03-25T22:12:17.025Zopenssl vendor 3 vendor
2752025-03-25T22:12:17.025Zperl system 5.36 system
2762025-03-25T22:12:17.025Zpostgresql system 15 system
2772025-03-25T22:12:17.025Zpostgresql system 13 system
2782025-03-25T22:12:17.025Zpython vendor 3 vendor
2792025-03-25T22:12:17.025Zpython system 2 system
2802025-03-25T22:12:17.025Zpython3 system 3.11 system
2812025-03-25T22:12:17.025Zruby system 3.0 system
2822025-03-25T22:12:17.025Zwords vendor vendor american-english
2832025-03-25T22:12:17.025Zwords system system australian-english
2842025-03-25T22:12:17.025Zwords system system british-english
2852025-03-25T22:12:17.025Zwords system system canadian-english
2862025-03-25T22:12:17.025Zwords system system french
2872025-03-25T22:12:17.025Zwords system system italian
2882025-03-25T22:12:17.025Zwords system system ngerman
2892025-03-25T22:12:17.025Zwords system system ogerman
2902025-03-25T22:12:17.025Zwords system system spanish
2912025-03-25T22:12:17.358ZPUBLISHER TYPE STATUS P LOCATION
2922025-03-25T22:12:17.358Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2932025-03-25T22:12:20.562ZFMRI IFO
2942025-03-25T22:12:20.562Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2952025-03-25T22:12:20.562Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2962025-03-25T22:12:20.562Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2972025-03-25T22:12:20.562Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2982025-03-25T22:12:20.562Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2992025-03-25T22:12:20.562Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3002025-03-25T22:12:20.562Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3012025-03-25T22:12:20.562Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3022025-03-25T22:12:20.562Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3032025-03-25T22:12:20.562Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3042025-03-25T22:12:20.562Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3052025-03-25T22:12:20.562Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3062025-03-25T22:12:20.562Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3072025-03-25T22:12:20.562Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3082025-03-25T22:12:20.562Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3092025-03-25T22:12:21.402Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3102025-03-25T22:12:22.239Z Updating crates.io index
3112025-03-25T22:12:22.283Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3122025-03-25T22:12:22.806Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132025-03-25T22:12:23.011Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3142025-03-25T22:12:23.251Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3152025-03-25T22:12:23.553Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-03-25T22:12:24.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172025-03-25T22:12:26.526Z Updating git repository `https://github.com/oxidecomputer/opte`
3182025-03-25T22:12:27.131Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-03-25T22:12:27.860Z Updating git repository `https://github.com/oxidecomputer/clickward`
3202025-03-25T22:12:28.158Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3212025-03-25T22:12:28.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3222025-03-25T22:12:28.959Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3232025-03-25T22:12:29.470Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3242025-03-25T22:12:29.760Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3252025-03-25T22:12:30.067Z Updating git repository `https://github.com/oxidecomputer/tofino`
3262025-03-25T22:12:30.318Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3272025-03-25T22:12:30.604Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3282025-03-25T22:12:30.868Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3292025-03-25T22:12:31.121Z Updating git repository `https://github.com/oxidecomputer/lldp`
3302025-03-25T22:12:31.455Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3312025-03-25T22:12:31.825Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3322025-03-25T22:12:32.139Z Updating git repository `https://github.com/oxidecomputer/ispf`
3332025-03-25T22:12:32.416Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3342025-03-25T22:12:32.811Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3352025-03-25T22:12:33.371Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3362025-03-25T22:12:33.601Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3372025-03-25T22:12:34.157Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3382025-03-25T22:12:34.538Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3392025-03-25T22:12:34.817Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3402025-03-25T22:12:35.123Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3412025-03-25T22:12:35.410Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3422025-03-25T22:12:36.966Z Downloading crates ...
3432025-03-25T22:12:37.061Z Downloaded zerocopy-derive v0.7.35
3442025-03-25T22:12:37.082Z Downloaded zerocopy v0.7.35
3452025-03-25T22:12:37.100Z Downloaded bytecount v0.6.8
3462025-03-25T22:12:37.104Z Downloaded anyhow v1.0.97
3472025-03-25T22:12:37.104Z Downloaded bitflags v2.6.0
3482025-03-25T22:12:37.107Z Downloaded block-buffer v0.10.4
3492025-03-25T22:12:37.112Z Downloaded byteorder v1.5.0
3502025-03-25T22:12:37.112Z Downloaded anstyle-query v1.1.1
3512025-03-25T22:12:37.112Z Downloaded winnow v0.7.3
3522025-03-25T22:12:37.119Z Downloaded clap v4.5.32
3532025-03-25T22:12:37.129Z Downloaded anstyle v1.0.10
3542025-03-25T22:12:37.132Z Downloaded cargo-platform v0.1.8
3552025-03-25T22:12:37.133Z Downloaded bitflags v1.3.2
3562025-03-25T22:12:37.136Z Downloaded cargo_metadata v0.19.2
3572025-03-25T22:12:37.136Z Downloaded clap_builder v4.5.32
3582025-03-25T22:12:37.141Z Downloaded cargo_toml v0.21.0
3592025-03-25T22:12:37.145Z Downloaded anstream v0.6.15
3602025-03-25T22:12:37.146Z Downloaded cfg-if v1.0.0
3612025-03-25T22:12:37.150Z Downloaded camino-tempfile v1.1.1
3622025-03-25T22:12:37.150Z Downloaded autocfg v1.4.0
3632025-03-25T22:12:37.150Z Downloaded camino v1.1.9
3642025-03-25T22:12:37.153Z Downloaded anstyle-parse v0.2.5
3652025-03-25T22:12:37.178Z Downloaded serde_derive v1.0.218
3662025-03-25T22:12:37.196Z Downloaded tabled_derive v0.7.0
3672025-03-25T22:12:37.199Z Downloaded itoa v1.0.11
3682025-03-25T22:12:37.199Z Downloaded clap_derive v4.5.32
3692025-03-25T22:12:37.199Z Downloaded serde_spanned v0.6.8
3702025-03-25T22:12:37.222Z Downloaded usdt-attr-macro v0.5.0
3712025-03-25T22:12:37.231Z Downloaded usdt-macro v0.5.0
3722025-03-25T22:12:37.234Z Downloaded thiserror-impl v2.0.12
3732025-03-25T22:12:37.234Z Downloaded thiserror-impl v1.0.69
3742025-03-25T22:12:37.234Z Downloaded thiserror v1.0.69
3752025-03-25T22:12:37.238Z Downloaded toml_datetime v0.6.8
3762025-03-25T22:12:37.241Z Downloaded thread-id v4.2.2
3772025-03-25T22:12:37.242Z Downloaded terminal_size v0.4.0
3782025-03-25T22:12:37.245Z Downloaded strsim v0.11.1
3792025-03-25T22:12:37.245Z Downloaded smawk v0.3.2
3802025-03-25T22:12:37.245Z Downloaded serde_tokenstream v0.2.2
3812025-03-25T22:12:37.248Z Downloaded equivalent v1.0.1
3822025-03-25T22:12:37.248Z Downloaded log v0.4.22
3832025-03-25T22:12:37.251Z Downloaded dtrace-parser v0.2.0
3842025-03-25T22:12:37.255Z Downloaded pretty-hex v0.4.1
3852025-03-25T22:12:37.260Z Downloaded scroll_derive v0.12.0
3862025-03-25T22:12:37.266Z Downloaded terminal_size v0.2.6
3872025-03-25T22:12:37.270Z Downloaded version_check v0.9.5
3882025-03-25T22:12:37.270Z Downloaded memmap v0.7.0
3892025-03-25T22:12:37.270Z Downloaded generic-array v0.14.7
3902025-03-25T22:12:37.274Z Downloaded colorchoice v1.0.2
3912025-03-25T22:12:37.274Z Downloaded digest v0.10.7
3922025-03-25T22:12:37.274Z Downloaded cpufeatures v0.2.14
3932025-03-25T22:12:37.274Z Downloaded utf8parse v0.2.2
3942025-03-25T22:12:37.278Z Downloaded crypto-common v0.1.6
3952025-03-25T22:12:37.278Z Downloaded usdt v0.5.0
3962025-03-25T22:12:37.278Z Downloaded sha2 v0.10.8
3972025-03-25T22:12:37.282Z Downloaded fastrand v2.1.1
3982025-03-25T22:12:37.282Z Downloaded errno v0.3.9
3992025-03-25T22:12:37.282Z Downloaded clap_lex v0.7.4
4002025-03-25T22:12:37.285Z Downloaded serde v1.0.218
4012025-03-25T22:12:37.288Z Downloaded dof v0.3.0
4022025-03-25T22:12:37.288Z Downloaded swrite v0.1.0
4032025-03-25T22:12:37.292Z Downloaded plain v0.2.3
4042025-03-25T22:12:37.296Z Downloaded unicode-linebreak v0.1.5
4052025-03-25T22:12:37.297Z Downloaded fnv v1.0.7
4062025-03-25T22:12:37.297Z Downloaded pest_generator v2.7.14
4072025-03-25T22:12:37.297Z Downloaded heck v0.4.1
4082025-03-25T22:12:37.300Z Downloaded tempfile v3.13.0
4092025-03-25T22:12:37.303Z Downloaded proc-macro-error-attr v1.0.4
4102025-03-25T22:12:37.303Z Downloaded is_terminal_polyfill v1.70.1
4112025-03-25T22:12:37.306Z Downloaded heck v0.5.0
4122025-03-25T22:12:37.310Z Downloaded usdt-impl v0.5.0
4132025-03-25T22:12:37.310Z Downloaded thiserror v2.0.12
4142025-03-25T22:12:37.315Z Downloaded macaddr v1.0.1
4152025-03-25T22:12:37.319Z Downloaded unicode-ident v1.0.14
4162025-03-25T22:12:37.322Z Downloaded semver v1.0.25
4172025-03-25T22:12:37.322Z Downloaded quote v1.0.39
4182025-03-25T22:12:37.325Z Downloaded proc-macro-error v1.0.4
4192025-03-25T22:12:37.328Z Downloaded pest_derive v2.7.14
4202025-03-25T22:12:37.331Z Downloaded fs-err v2.11.0
4212025-03-25T22:12:37.332Z Downloaded ucd-trie v0.1.7
4222025-03-25T22:12:37.335Z Downloaded scroll v0.12.0
4232025-03-25T22:12:37.335Z Downloaded typenum v1.17.0
4242025-03-25T22:12:37.338Z Downloaded ryu v1.0.18
4252025-03-25T22:12:37.343Z Downloaded io-lifetimes v1.0.11
4262025-03-25T22:12:37.351Z Downloaded once_cell v1.20.3
4272025-03-25T22:12:37.354Z Downloaded textwrap v0.16.1
4282025-03-25T22:12:37.357Z Downloaded papergrid v0.11.0
4292025-03-25T22:12:37.381Z Downloaded proc-macro2 v1.0.94
4302025-03-25T22:12:37.381Z Downloaded pest_meta v2.7.14
4312025-03-25T22:12:37.381Z Downloaded toml v0.8.20
4322025-03-25T22:12:37.385Z Downloaded indexmap v2.7.1
4332025-03-25T22:12:37.389Z Downloaded toml_edit v0.22.24
4342025-03-25T22:12:37.411Z Downloaded memchr v2.7.4
4352025-03-25T22:12:37.433Z Downloaded serde_json v1.0.139
4362025-03-25T22:12:37.440Z Downloaded hashbrown v0.15.1
4372025-03-25T22:12:37.450Z Downloaded syn v1.0.109
4382025-03-25T22:12:37.461Z Downloaded pest v2.7.14
4392025-03-25T22:12:37.466Z Downloaded libc v0.2.170
4402025-03-25T22:12:37.487Z Downloaded tabled v0.15.0
4412025-03-25T22:12:37.502Z Downloaded goblin v0.8.2
4422025-03-25T22:12:37.507Z Downloaded syn v2.0.98
4432025-03-25T22:12:37.518Z Downloaded unicode-width v0.1.14
4442025-03-25T22:12:37.524Z Downloaded rustix v0.37.28
4452025-03-25T22:12:37.542Z Downloaded rustix v0.38.37
4462025-03-25T22:12:37.675Z Compiling proc-macro2 v1.0.94
4472025-03-25T22:12:37.676Z Compiling unicode-ident v1.0.14
4482025-03-25T22:12:37.680Z Compiling serde v1.0.218
4492025-03-25T22:12:37.680Z Compiling libc v0.2.170
4502025-03-25T22:12:37.680Z Compiling version_check v0.9.5
4512025-03-25T22:12:37.680Z Compiling memchr v2.7.4
4522025-03-25T22:12:37.680Z Compiling thiserror v1.0.69
4532025-03-25T22:12:37.680Z Compiling ucd-trie v0.1.7
4542025-03-25T22:12:37.937Z Compiling ryu v1.0.18
4552025-03-25T22:12:38.281Z Compiling itoa v1.0.11
4562025-03-25T22:12:38.305Z Compiling once_cell v1.20.3
4572025-03-25T22:12:38.450Z Compiling byteorder v1.5.0
4582025-03-25T22:12:38.517Z Compiling rustix v0.38.37
4592025-03-25T22:12:38.676Z Compiling serde_json v1.0.139
4602025-03-25T22:12:38.910Z Compiling bitflags v2.6.0
4612025-03-25T22:12:39.058Z Compiling proc-macro-error-attr v1.0.4
4622025-03-25T22:12:39.218Z Compiling usdt-impl v0.5.0
4632025-03-25T22:12:39.300Z Compiling io-lifetimes v1.0.11
4642025-03-25T22:12:39.323Z Compiling syn v1.0.109
4652025-03-25T22:12:39.417Z Compiling proc-macro-error v1.0.4
4662025-03-25T22:12:39.459Z Compiling camino v1.1.9
4672025-03-25T22:12:39.558Z Compiling quote v1.0.39
4682025-03-25T22:12:39.701Z Compiling errno v0.3.9
4692025-03-25T22:12:39.934Z Compiling syn v2.0.98
4702025-03-25T22:12:39.986Z Compiling thread-id v4.2.2
4712025-03-25T22:12:40.043Z Compiling plain v0.2.3
4722025-03-25T22:12:40.046Z Compiling log v0.4.22
4732025-03-25T22:12:40.118Z Compiling hashbrown v0.15.1
4742025-03-25T22:12:40.148Z Compiling rustix v0.37.28
4752025-03-25T22:12:40.148Z Compiling utf8parse v0.2.2
4762025-03-25T22:12:40.196Z Compiling equivalent v1.0.1
4772025-03-25T22:12:40.316Z Compiling anstyle-parse v0.2.5
4782025-03-25T22:12:40.646Z Compiling anstyle v1.0.10
4792025-03-25T22:12:40.980Z Compiling unicode-width v0.1.14
4802025-03-25T22:12:41.010Z Compiling anstyle-query v1.1.1
4812025-03-25T22:12:41.046Z Compiling semver v1.0.25
4822025-03-25T22:12:41.117Z Compiling indexmap v2.7.1
4832025-03-25T22:12:41.171Z Compiling pretty-hex v0.4.1
4842025-03-25T22:12:41.192Z Compiling bitflags v1.3.2
4852025-03-25T22:12:41.306Z Compiling colorchoice v1.0.2
4862025-03-25T22:12:41.390Z Compiling autocfg v1.4.0
4872025-03-25T22:12:41.464Z Compiling is_terminal_polyfill v1.70.1
4882025-03-25T22:12:41.491Z Compiling winnow v0.7.3
4892025-03-25T22:12:41.592Z Compiling thiserror v2.0.12
4902025-03-25T22:12:41.672Z Compiling anstream v0.6.15
4912025-03-25T22:12:42.315Z Compiling terminal_size v0.4.0
4922025-03-25T22:12:42.350Z Compiling fs-err v2.11.0
4932025-03-25T22:12:42.566Z Compiling clap_lex v0.7.4
4942025-03-25T22:12:42.650Z Compiling fnv v1.0.7
4952025-03-25T22:12:42.674Z Compiling heck v0.4.1
4962025-03-25T22:12:42.677Z Compiling strsim v0.11.1
4972025-03-25T22:12:42.796Z Compiling fastrand v2.1.1
4982025-03-25T22:12:43.021Z Compiling bytecount v0.6.8
4992025-03-25T22:12:43.142Z Compiling heck v0.5.0
5002025-03-25T22:12:43.303Z Compiling anyhow v1.0.97
5012025-03-25T22:12:43.415Z Compiling cfg-if v1.0.0
5022025-03-25T22:12:43.586Z Compiling terminal_size v0.2.6
5032025-03-25T22:12:43.667Z Compiling papergrid v0.11.0
5042025-03-25T22:12:43.777Z Compiling clap_builder v4.5.32
5052025-03-25T22:12:43.819Z Compiling tempfile v3.13.0
5062025-03-25T22:12:44.042Z Compiling memmap v0.7.0
5072025-03-25T22:12:44.300Z Compiling smawk v0.3.2
5082025-03-25T22:12:44.363Z Compiling unicode-linebreak v0.1.5
5092025-03-25T22:12:44.859Z Compiling textwrap v0.16.1
5102025-03-25T22:12:44.989Z Compiling swrite v0.1.0
5112025-03-25T22:12:45.385Z Compiling tabled_derive v0.7.0
5122025-03-25T22:12:46.859Z Compiling tabled v0.15.0
5132025-03-25T22:12:46.878Z Compiling serde_derive v1.0.218
5142025-03-25T22:12:46.881Z Compiling thiserror-impl v1.0.69
5152025-03-25T22:12:46.881Z Compiling zerocopy-derive v0.7.35
5162025-03-25T22:12:46.881Z Compiling scroll_derive v0.12.0
5172025-03-25T22:12:46.881Z Compiling thiserror-impl v2.0.12
5182025-03-25T22:12:46.881Z Compiling clap_derive v4.5.32
5192025-03-25T22:12:48.283Z Compiling scroll v0.12.0
5202025-03-25T22:12:48.783Z Compiling goblin v0.8.2
5212025-03-25T22:12:48.837Z Compiling zerocopy v0.7.35
5222025-03-25T22:12:49.974Z Compiling pest v2.7.14
5232025-03-25T22:12:51.093Z Compiling clap v4.5.32
5242025-03-25T22:12:52.234Z Compiling pest_meta v2.7.14
5252025-03-25T22:12:53.073Z Compiling pest_generator v2.7.14
5262025-03-25T22:12:54.485Z Compiling pest_derive v2.7.14
5272025-03-25T22:12:55.067Z Compiling dtrace-parser v0.2.0
5282025-03-25T22:12:55.891Z Compiling toml_datetime v0.6.8
5292025-03-25T22:12:55.900Z Compiling serde_spanned v0.6.8
5302025-03-25T22:12:55.900Z Compiling cargo-platform v0.1.8
5312025-03-25T22:12:56.179Z Compiling serde_tokenstream v0.2.2
5322025-03-25T22:12:56.202Z Compiling macaddr v1.0.1
5332025-03-25T22:12:56.348Z Compiling toml_edit v0.22.24
5342025-03-25T22:12:56.531Z Compiling camino-tempfile v1.1.1
5352025-03-25T22:12:57.265Z Compiling dof v0.3.0
5362025-03-25T22:12:57.265Z Compiling cargo_metadata v0.19.2
5372025-03-25T22:12:58.823Z Compiling usdt-attr-macro v0.5.0
5382025-03-25T22:12:58.823Z Compiling usdt-macro v0.5.0
5392025-03-25T22:12:59.046Z Compiling toml v0.8.20
5402025-03-25T22:12:59.920Z Compiling cargo_toml v0.21.0
5412025-03-25T22:13:00.016Z Compiling usdt v0.5.0
5422025-03-25T22:13:02.740Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5432025-03-25T22:13:05.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.44s
5442025-03-25T22:13:05.833Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5452025-03-25T22:13:06.369Z Downloading crates ...
5462025-03-25T22:13:06.487Z Downloaded array-init v0.0.4
5472025-03-25T22:13:06.519Z Downloaded atomicwrites v0.4.4
5482025-03-25T22:13:06.526Z Downloaded ciborium-io v0.2.2
5492025-03-25T22:13:06.529Z Downloaded atty v0.2.14
5502025-03-25T22:13:06.529Z Downloaded async-stream-impl v0.3.6
5512025-03-25T22:13:06.533Z Downloaded crucible-workspace-hack v0.1.0
5522025-03-25T22:13:06.541Z Downloaded cstr-argument v0.1.2
5532025-03-25T22:13:06.544Z Downloaded hex-literal v0.4.1
5542025-03-25T22:13:06.544Z Downloaded adler2 v2.0.0
5552025-03-25T22:13:06.548Z Downloaded hex v0.4.3
5562025-03-25T22:13:06.548Z Downloaded ctr v0.9.2
5572025-03-25T22:13:06.550Z Downloaded crunchy v0.2.2
5582025-03-25T22:13:06.553Z Downloaded cfg_aliases v0.1.1
5592025-03-25T22:13:06.558Z Downloaded assert_matches v1.5.0
5602025-03-25T22:13:06.561Z Downloaded ascii-canvas v3.0.0
5612025-03-25T22:13:06.561Z Downloaded arrayref v0.3.9
5622025-03-25T22:13:06.564Z Downloaded ident_case v1.0.1
5632025-03-25T22:13:06.564Z Downloaded convert_case v0.4.0
5642025-03-25T22:13:06.564Z Downloaded aead v0.5.2
5652025-03-25T22:13:06.567Z Downloaded instant v0.1.13
5662025-03-25T22:13:06.568Z Downloaded http-range v0.1.5
5672025-03-25T22:13:06.571Z Downloaded hubpack_derive v0.1.1
5682025-03-25T22:13:06.571Z Downloaded http-body v1.0.1
5692025-03-25T22:13:06.571Z Downloaded crc v3.2.1
5702025-03-25T22:13:06.574Z Downloaded cassowary v0.3.0
5712025-03-25T22:13:06.574Z Downloaded ciborium-ll v0.2.2
5722025-03-25T22:13:06.578Z Downloaded icu_provider_macros v1.5.0
5732025-03-25T22:13:06.578Z Downloaded cobs v0.2.3
5742025-03-25T22:13:06.582Z Downloaded atomic-waker v1.1.2
5752025-03-25T22:13:06.582Z Downloaded bit-vec v0.8.0
5762025-03-25T22:13:06.582Z Downloaded base16ct v0.2.0
5772025-03-25T22:13:06.585Z Downloaded match_cfg v0.1.0
5782025-03-25T22:13:06.585Z Downloaded block-padding v0.3.3
5792025-03-25T22:13:06.588Z Downloaded is_ci v1.2.0
5802025-03-25T22:13:06.588Z Downloaded bitfield-struct v0.6.2
5812025-03-25T22:13:06.591Z Downloaded async-stream v0.3.6
5822025-03-25T22:13:06.591Z Downloaded castaway v0.2.3
5832025-03-25T22:13:06.594Z Downloaded buf-list v1.0.3
5842025-03-25T22:13:06.594Z Downloaded constant_time_eq v0.3.1
5852025-03-25T22:13:06.597Z Downloaded blowfish v0.9.1
5862025-03-25T22:13:06.597Z Downloaded bb8 v0.8.5
5872025-03-25T22:13:06.601Z Downloaded chacha20 v0.9.1
5882025-03-25T22:13:06.602Z Downloaded cfg_aliases v0.2.1
5892025-03-25T22:13:06.605Z Downloaded bitfield v0.14.0
5902025-03-25T22:13:06.605Z Downloaded crossbeam-deque v0.8.5
5912025-03-25T22:13:06.605Z Downloaded cbc v0.1.2
5922025-03-25T22:13:06.608Z Downloaded aes v0.8.4
5932025-03-25T22:13:06.611Z Downloaded russh-cryptovec v0.7.3
5942025-03-25T22:13:06.611Z Downloaded bit-set v0.8.0
5952025-03-25T22:13:06.614Z Downloaded async-recursion v1.1.1
5962025-03-25T22:13:06.617Z Downloaded impl-trait-for-tuples v0.2.2
5972025-03-25T22:13:06.620Z Downloaded progenitor-client v0.9.1
5982025-03-25T22:13:06.623Z Downloaded linear-map v1.2.0
5992025-03-25T22:13:06.623Z Downloaded cipher v0.4.4
6002025-03-25T22:13:06.627Z Downloaded kstat-rs v0.2.4
6012025-03-25T22:13:06.627Z Downloaded hubpack v0.1.2
6022025-03-25T22:13:06.627Z Downloaded libsw v3.4.0
6032025-03-25T22:13:06.630Z Downloaded instability v0.3.2
6042025-03-25T22:13:06.633Z Downloaded lalrpop-util v0.19.12
6052025-03-25T22:13:06.633Z Downloaded chrono-tz-build v0.4.0
6062025-03-25T22:13:06.633Z Downloaded is-terminal v0.4.13
6072025-03-25T22:13:06.636Z Downloaded internet-checksum v0.2.1
6082025-03-25T22:13:06.637Z Downloaded indoc v1.0.9
6092025-03-25T22:13:06.640Z Downloaded ipnetwork v0.21.1
6102025-03-25T22:13:06.640Z Downloaded inout v0.1.3
6112025-03-25T22:13:06.643Z Downloaded cancel-safe-futures v0.1.5
6122025-03-25T22:13:06.646Z Downloaded libsw-core v0.3.1
6132025-03-25T22:13:06.649Z Downloaded mockall v0.13.1
6142025-03-25T22:13:06.652Z Downloaded lru v0.12.5
6152025-03-25T22:13:06.652Z Downloaded linked-hash-map v0.5.6
6162025-03-25T22:13:06.652Z Downloaded libefi-sys v0.1.0
6172025-03-25T22:13:06.655Z Downloaded idna_adapter v1.2.0
6182025-03-25T22:13:06.655Z Downloaded indoc v2.0.6
6192025-03-25T22:13:06.658Z Downloaded bcs v0.1.6
6202025-03-25T22:13:06.661Z Downloaded http-body-util v0.1.2
6212025-03-25T22:13:06.665Z Downloaded bit-vec v0.6.3
6222025-03-25T22:13:06.665Z Downloaded csv-core v0.1.11
6232025-03-25T22:13:06.668Z Downloaded mime v0.3.17
6242025-03-25T22:13:06.668Z Downloaded ahash v0.8.11
6252025-03-25T22:13:06.671Z Downloaded maybe-uninit v2.0.0
6262025-03-25T22:13:06.675Z Downloaded console v0.15.10
6272025-03-25T22:13:06.678Z Downloaded write16 v1.0.0
6282025-03-25T22:13:06.678Z Downloaded addr2line v0.24.2
6292025-03-25T22:13:06.681Z Downloaded rand_chacha v0.9.0
6302025-03-25T22:13:06.681Z Downloaded rand_core v0.6.4
6312025-03-25T22:13:06.684Z Downloaded radium v0.7.0
6322025-03-25T22:13:06.684Z Downloaded strum v0.26.3
6332025-03-25T22:13:06.687Z Downloaded md-5 v0.10.6
6342025-03-25T22:13:06.687Z Downloaded managed v0.8.0
6352025-03-25T22:13:06.690Z Downloaded multimap v0.10.0
6362025-03-25T22:13:06.690Z Downloaded termtree v0.4.1
6372025-03-25T22:13:06.694Z Downloaded jobserver v0.1.32
6382025-03-25T22:13:06.697Z Downloaded hyper-rustls v0.27.3
6392025-03-25T22:13:06.697Z Downloaded highway v1.3.0
6402025-03-25T22:13:06.699Z Downloaded cookie_store v0.21.1
6412025-03-25T22:13:06.702Z Downloaded colored v2.2.0
6422025-03-25T22:13:06.706Z Downloaded backoff v0.4.0
6432025-03-25T22:13:06.709Z Downloaded libloading v0.8.5
6442025-03-25T22:13:06.712Z Downloaded icu_locid_transform v1.5.0
6452025-03-25T22:13:06.715Z Downloaded bzip2 v0.4.4
6462025-03-25T22:13:06.718Z Downloaded mime_guess v2.0.5
6472025-03-25T22:13:06.721Z Downloaded crossbeam-epoch v0.9.18
6482025-03-25T22:13:06.724Z Downloaded litemap v0.7.3
6492025-03-25T22:13:06.728Z Downloaded lock_api v0.4.12
6502025-03-25T22:13:06.728Z Downloaded async-trait v0.1.87
6512025-03-25T22:13:06.731Z Downloaded yoke-derive v0.7.4
6522025-03-25T22:13:06.734Z Downloaded hickory-client v0.24.4
6532025-03-25T22:13:06.738Z Downloaded newtype_derive v0.1.6
6542025-03-25T22:13:06.738Z Downloaded newline-converter v0.3.0
6552025-03-25T22:13:06.742Z Downloaded slog-stdlog v4.1.1
6562025-03-25T22:13:06.742Z Downloaded slog-scope v4.4.0
6572025-03-25T22:13:06.742Z Downloaded serde_repr v0.1.19
6582025-03-25T22:13:06.746Z Downloaded clang-sys v1.8.1
6592025-03-25T22:13:06.749Z Downloaded openssl-probe v0.1.5
6602025-03-25T22:13:06.749Z Downloaded openssl-macros v0.1.1
6612025-03-25T22:13:06.749Z Downloaded shlex v1.3.0
6622025-03-25T22:13:06.752Z Downloaded sha1 v0.10.6
6632025-03-25T22:13:06.752Z Downloaded synstructure v0.13.1
6642025-03-25T22:13:06.755Z Downloaded precomputed-hash v0.1.1
6652025-03-25T22:13:06.755Z Downloaded tokio-native-tls v0.3.1
6662025-03-25T22:13:06.758Z Downloaded thiserror-impl-no-std v2.0.2
6672025-03-25T22:13:06.758Z Downloaded termtree v0.5.1
6682025-03-25T22:13:06.761Z Downloaded opaque-debug v0.3.1
6692025-03-25T22:13:06.761Z Downloaded crossbeam-utils v0.8.20
6702025-03-25T22:13:06.764Z Downloaded unicode-truncate v1.1.0
6712025-03-25T22:13:06.767Z Downloaded indexmap v1.9.3
6722025-03-25T22:13:06.789Z Downloaded icu_locid_transform_data v1.5.0
6732025-03-25T22:13:06.790Z Downloaded icu_normalizer_data v1.5.0
6742025-03-25T22:13:06.790Z Downloaded icu_provider v1.5.0
6752025-03-25T22:13:06.790Z Downloaded chacha20poly1305 v0.10.1
6762025-03-25T22:13:06.790Z Downloaded allocator-api2 v0.2.18
6772025-03-25T22:13:06.790Z Downloaded arc-swap v1.7.1
6782025-03-25T22:13:06.790Z Downloaded mockall_derive v0.13.1
6792025-03-25T22:13:06.793Z Downloaded compact_str v0.8.0
6802025-03-25T22:13:06.793Z Downloaded httparse v1.9.5
6812025-03-25T22:13:06.796Z Downloaded simd-adler32 v0.3.7
6822025-03-25T22:13:06.799Z Downloaded serde-big-array v0.5.1
6832025-03-25T22:13:06.799Z Downloaded defmt-parser v0.3.4
6842025-03-25T22:13:06.803Z Downloaded dsl_auto_type v0.1.2
6852025-03-25T22:13:06.803Z Downloaded zerovec-derive v0.10.3
6862025-03-25T22:13:06.806Z Downloaded form_urlencoded v1.2.1
6872025-03-25T22:13:06.806Z Downloaded float-ord v0.3.2
6882025-03-25T22:13:06.806Z Downloaded dyn-clone v1.0.19
6892025-03-25T22:13:06.809Z Downloaded newtype-uuid v1.2.1
6902025-03-25T22:13:06.809Z Downloaded fs_extra v1.3.0
6912025-03-25T22:13:06.812Z Downloaded nibble_vec v0.1.0
6922025-03-25T22:13:06.812Z Downloaded defmt-macros v0.3.9
6932025-03-25T22:13:06.816Z Downloaded spin v0.9.8
6942025-03-25T22:13:06.819Z Downloaded pbkdf2 v0.12.2
6952025-03-25T22:13:06.822Z Downloaded tokio-tungstenite v0.23.1
6962025-03-25T22:13:06.822Z Downloaded tokio-tungstenite v0.21.0
6972025-03-25T22:13:06.825Z Downloaded try-lock v0.2.5
6982025-03-25T22:13:06.828Z Downloaded litrs v0.4.1
6992025-03-25T22:13:06.828Z Downloaded want v0.3.1
7002025-03-25T22:13:06.831Z Downloaded vsss-rs v3.3.4
7012025-03-25T22:13:06.834Z Downloaded iana-time-zone v0.1.61
7022025-03-25T22:13:06.834Z Downloaded ppv-lite86 v0.2.20
7032025-03-25T22:13:06.837Z Downloaded powerfmt v0.2.0
7042025-03-25T22:13:06.837Z Downloaded quinn-udp v0.5.5
7052025-03-25T22:13:06.840Z Downloaded phf_generator v0.11.2
7062025-03-25T22:13:06.840Z Downloaded pbkdf2 v0.11.0
7072025-03-25T22:13:06.843Z Downloaded supports-color v3.0.2
7082025-03-25T22:13:06.843Z Downloaded hash32 v0.2.1
7092025-03-25T22:13:06.847Z Downloaded shell-words v1.1.0
7102025-03-25T22:13:06.847Z Downloaded base64 v0.13.1
7112025-03-25T22:13:06.850Z Downloaded const_format v0.2.34
7122025-03-25T22:13:06.855Z Downloaded waitgroup v0.1.2
7132025-03-25T22:13:06.858Z Downloaded r2d2 v0.8.10
7142025-03-25T22:13:06.858Z Downloaded rustc_version v0.1.7
7152025-03-25T22:13:06.861Z Downloaded ref-cast-impl v1.0.23
7162025-03-25T22:13:06.861Z Downloaded indicatif v0.17.11
7172025-03-25T22:13:06.865Z Downloaded fxhash v0.2.1
7182025-03-25T22:13:06.868Z Downloaded semver v0.1.20
7192025-03-25T22:13:06.868Z Downloaded headers-core v0.3.0
7202025-03-25T22:13:06.871Z Downloaded daft-derive v0.1.2
7212025-03-25T22:13:06.874Z Downloaded normalize-line-endings v0.3.0
7222025-03-25T22:13:06.874Z Downloaded document-features v0.2.10
7232025-03-25T22:13:06.877Z Downloaded stable_deref_trait v1.2.0
7242025-03-25T22:13:06.877Z Downloaded getrandom v0.2.15
7252025-03-25T22:13:06.880Z Downloaded dropshot_endpoint v0.16.0
7262025-03-25T22:13:06.884Z Downloaded bumpalo v3.16.0
7272025-03-25T22:13:06.898Z Downloaded olpc-cjson v0.1.4
7282025-03-25T22:13:06.902Z Downloaded typify-macro v0.2.0
7292025-03-25T22:13:06.902Z Downloaded tls_codec_derive v0.4.1
7302025-03-25T22:13:06.905Z Downloaded postgres-protocol v0.6.8
7312025-03-25T22:13:06.905Z Downloaded test-strategy v0.4.0
7322025-03-25T22:13:06.909Z Downloaded pkcs1 v0.7.5
7332025-03-25T22:13:06.912Z Downloaded backtrace v0.3.74
7342025-03-25T22:13:06.918Z Downloaded crossbeam-channel v0.5.13
7352025-03-25T22:13:06.924Z Downloaded icu_collections v1.5.0
7362025-03-25T22:13:06.928Z Downloaded icu_properties v1.5.1
7372025-03-25T22:13:06.933Z Downloaded curve25519-dalek-derive v0.1.1
7382025-03-25T22:13:06.937Z Downloaded embedded-io v0.4.0
7392025-03-25T22:13:06.937Z Downloaded proc-macro-crate v1.3.1
7402025-03-25T22:13:06.941Z Downloaded daft v0.1.2
7412025-03-25T22:13:06.941Z Downloaded base64 v0.21.7
7422025-03-25T22:13:06.944Z Downloaded sqlformat v0.2.6
7432025-03-25T22:13:06.947Z Downloaded unarray v0.1.4
7442025-03-25T22:13:06.947Z Downloaded take_mut v0.2.2
7452025-03-25T22:13:06.951Z Downloaded env_filter v0.1.2
7462025-03-25T22:13:06.951Z Downloaded enum-as-inner v0.6.1
7472025-03-25T22:13:06.954Z Downloaded ecdsa v0.16.9
7482025-03-25T22:13:06.954Z Downloaded schemars v0.8.22
7492025-03-25T22:13:06.966Z Downloaded diesel_table_macro_syntax v0.2.0
7502025-03-25T22:13:06.969Z Downloaded zerofrom v0.1.4
7512025-03-25T22:13:06.969Z Downloaded new_debug_unreachable v1.0.6
7522025-03-25T22:13:06.972Z Downloaded foreign-types-shared v0.1.1
7532025-03-25T22:13:06.973Z Downloaded postgres-types v0.2.9
7542025-03-25T22:13:06.976Z Downloaded half v2.4.1
7552025-03-25T22:13:06.979Z Downloaded pkcs5 v0.7.1
7562025-03-25T22:13:06.982Z Downloaded cc v1.2.15
7572025-03-25T22:13:06.988Z Downloaded peg-runtime v0.8.5
7582025-03-25T22:13:06.992Z Downloaded num-conv v0.1.0
7592025-03-25T22:13:06.992Z Downloaded poly1305 v0.8.0
7602025-03-25T22:13:06.995Z Downloaded mio v1.0.2
7612025-03-25T22:13:06.999Z Downloaded strip-ansi-escapes v0.2.0
7622025-03-25T22:13:07.002Z Downloaded progenitor-client v0.8.0
7632025-03-25T22:13:07.002Z Downloaded rand_chacha v0.3.1
7642025-03-25T22:13:07.002Z Downloaded darling v0.20.10
7652025-03-25T22:13:07.007Z Downloaded time-macros v0.2.18
7662025-03-25T22:13:07.010Z Downloaded futures-executor v0.3.31
7672025-03-25T22:13:07.013Z Downloaded whoami v1.5.2
7682025-03-25T22:13:07.016Z Downloaded rustls-pki-types v1.10.0
7692025-03-25T22:13:07.019Z Downloaded psl-types v2.0.11
7702025-03-25T22:13:07.019Z Downloaded similar v2.7.0
7712025-03-25T22:13:07.024Z Downloaded parking_lot v0.11.2
7722025-03-25T22:13:07.027Z Downloaded num_enum v0.5.11
7732025-03-25T22:13:07.031Z Downloaded predicates-tree v1.0.11
7742025-03-25T22:13:07.034Z Downloaded futures-core v0.3.31
7752025-03-25T22:13:07.037Z Downloaded pretty-hex v0.2.1
7762025-03-25T22:13:07.037Z Downloaded ff v0.13.0
7772025-03-25T22:13:07.040Z Downloaded phf v0.11.2
7782025-03-25T22:13:07.040Z Downloaded subprocess v0.2.9
7792025-03-25T22:13:07.043Z Downloaded toolchain_find v0.4.0
7802025-03-25T22:13:07.046Z Downloaded num-iter v0.1.45
7812025-03-25T22:13:07.046Z Downloaded num-integer v0.1.46
7822025-03-25T22:13:07.049Z Downloaded futures-io v0.3.31
7832025-03-25T22:13:07.050Z Downloaded dirs-next v2.0.0
7842025-03-25T22:13:07.053Z Downloaded difflib v0.4.0
7852025-03-25T22:13:07.053Z Downloaded phf_codegen v0.11.2
7862025-03-25T22:13:07.053Z Downloaded omicron-zone-package v0.12.0
7872025-03-25T22:13:07.056Z Downloaded pem v3.0.5
7882025-03-25T22:13:07.059Z Downloaded http v1.2.0
7892025-03-25T22:13:07.062Z Downloaded downcast v0.11.0
7902025-03-25T22:13:07.065Z Downloaded foreign-types v0.3.2
7912025-03-25T22:13:07.065Z Downloaded num-complex v0.4.6
7922025-03-25T22:13:07.069Z Downloaded zopfli v0.8.1
7932025-03-25T22:13:07.072Z Downloaded num-derive v0.4.2
7942025-03-25T22:13:07.072Z Downloaded rfc6979 v0.4.0
7952025-03-25T22:13:07.075Z Downloaded getrandom v0.3.1
7962025-03-25T22:13:07.078Z Downloaded env_logger v0.10.2
7972025-03-25T22:13:07.082Z Downloaded sct v0.7.1
7982025-03-25T22:13:07.086Z Downloaded signal-hook-tokio v0.3.1
7992025-03-25T22:13:07.086Z Downloaded signal-hook-registry v1.4.2
8002025-03-25T22:13:07.086Z Downloaded signal-hook-mio v0.2.4
8012025-03-25T22:13:07.089Z Downloaded progenitor v0.8.0
8022025-03-25T22:13:07.092Z Downloaded smallvec v1.14.0
8032025-03-25T22:13:07.092Z Downloaded parse-size v1.1.0
8042025-03-25T22:13:07.092Z Downloaded number_prefix v0.4.0
8052025-03-25T22:13:07.095Z Downloaded strum_macros v0.24.3
8062025-03-25T22:13:07.095Z Downloaded stringprep v0.1.5
8072025-03-25T22:13:07.098Z Downloaded parking_lot v0.12.3
8082025-03-25T22:13:07.102Z Downloaded tls_codec v0.4.1
8092025-03-25T22:13:07.105Z Downloaded globset v0.4.15
8102025-03-25T22:13:07.105Z Downloaded openssl-sys v0.9.106
8112025-03-25T22:13:07.110Z Downloaded tinyvec_macros v0.1.1
8122025-03-25T22:13:07.113Z Downloaded sqlparser_derive v0.2.2
8132025-03-25T22:13:07.113Z Downloaded num-rational v0.4.2
8142025-03-25T22:13:07.116Z Downloaded ed25519-dalek v2.1.1
8152025-03-25T22:13:07.119Z Downloaded utf8_iter v1.0.4
8162025-03-25T22:13:07.119Z Downloaded utf-8 v0.7.6
8172025-03-25T22:13:07.122Z Downloaded libm v0.2.8
8182025-03-25T22:13:07.128Z Downloaded utf16_iter v1.0.5
8192025-03-25T22:13:07.131Z Downloaded time-core v0.1.2
8202025-03-25T22:13:07.131Z Downloaded libxml v0.3.3
8212025-03-25T22:13:07.137Z Downloaded thread_local v1.1.8
8222025-03-25T22:13:07.140Z Downloaded displaydoc v0.2.5
8232025-03-25T22:13:07.143Z Downloaded ghash v0.5.1
8242025-03-25T22:13:07.146Z Downloaded packed_struct_codegen v0.10.1
8252025-03-25T22:13:07.146Z Downloaded endian-type v0.1.2
8262025-03-25T22:13:07.146Z Downloaded oxnet v0.1.1
8272025-03-25T22:13:07.150Z Downloaded crossterm v0.28.1
8282025-03-25T22:13:07.155Z Downloaded strum_macros v0.25.3
8292025-03-25T22:13:07.158Z Downloaded proc-macro-error2 v2.0.1
8302025-03-25T22:13:07.161Z Downloaded vte v0.11.1
8312025-03-25T22:13:07.165Z Downloaded predicates v3.1.3
8322025-03-25T22:13:07.168Z Downloaded vergen v8.3.2
8332025-03-25T22:13:07.171Z Downloaded unsafe-libyaml v0.2.11
8342025-03-25T22:13:07.174Z Downloaded zone_cfg_derive v0.1.2
8352025-03-25T22:13:07.174Z Downloaded aes-gcm v0.10.3
8362025-03-25T22:13:07.177Z Downloaded twox-hash v2.1.0
8372025-03-25T22:13:07.180Z Downloaded vte_generate_state_changes v0.1.2
8382025-03-25T22:13:07.183Z Downloaded tower-layer v0.3.3
8392025-03-25T22:13:07.183Z Downloaded prettyplease v0.2.30
8402025-03-25T22:13:07.187Z Downloaded rustc_version v0.4.1
8412025-03-25T22:13:07.190Z Downloaded uzers v0.12.1
8422025-03-25T22:13:07.194Z Downloaded itertools v0.12.1
8432025-03-25T22:13:07.199Z Downloaded zone v0.1.8
8442025-03-25T22:13:07.202Z Downloaded tinystr v0.7.6
8452025-03-25T22:13:07.202Z Downloaded zone v0.3.0
8462025-03-25T22:13:07.205Z Downloaded itertools v0.10.5
8472025-03-25T22:13:07.213Z Downloaded display-error-chain v0.2.2
8482025-03-25T22:13:07.216Z Downloaded tabwriter v1.4.0
8492025-03-25T22:13:07.216Z Downloaded num-traits v0.2.19
8502025-03-25T22:13:07.221Z Downloaded tungstenite v0.21.0
8512025-03-25T22:13:07.224Z Downloaded rustfmt-wrapper v0.2.1
8522025-03-25T22:13:07.224Z Downloaded sync-ptr v0.1.1
8532025-03-25T22:13:07.224Z Downloaded futures-sink v0.3.31
8542025-03-25T22:13:07.227Z Downloaded quick-error v1.2.3
8552025-03-25T22:13:07.227Z Downloaded rtoolbox v0.0.2
8562025-03-25T22:13:07.230Z Downloaded rpassword v7.3.1
8572025-03-25T22:13:07.230Z Downloaded foreign-types-shared v0.3.1
8582025-03-25T22:13:07.230Z Downloaded password-hash v0.4.2
8592025-03-25T22:13:07.233Z Downloaded parse-display v0.10.0
8602025-03-25T22:13:07.236Z Downloaded futures-macro v0.3.31
8612025-03-25T22:13:07.236Z Downloaded progenitor-impl v0.9.1
8622025-03-25T22:13:07.239Z Downloaded progenitor-impl v0.8.0
8632025-03-25T22:13:07.242Z Downloaded rustls-pemfile v1.0.4
8642025-03-25T22:13:07.245Z Downloaded steno v0.4.1
8652025-03-25T22:13:07.249Z Downloaded serde_with_macros v3.12.0
8662025-03-25T22:13:07.251Z Downloaded static_assertions v1.1.0
8672025-03-25T22:13:07.254Z Downloaded yasna v0.5.2
8682025-03-25T22:13:07.254Z Downloaded postcard v1.0.10
8692025-03-25T22:13:07.257Z Downloaded pin-project-lite v0.2.14
8702025-03-25T22:13:07.262Z Downloaded der_derive v0.7.3
8712025-03-25T22:13:07.266Z Downloaded oso-derive v0.27.3
8722025-03-25T22:13:07.266Z Downloaded num_threads v0.1.7
8732025-03-25T22:13:07.269Z Downloaded filetime v0.2.25
8742025-03-25T22:13:07.269Z Downloaded fixedbitset v0.4.2
8752025-03-25T22:13:07.272Z Downloaded darling_macro v0.20.10
8762025-03-25T22:13:07.272Z Downloaded fallible-iterator v0.2.0
8772025-03-25T22:13:07.276Z Downloaded dirs-sys-next v0.1.2
8782025-03-25T22:13:07.276Z Downloaded universal-hash v0.5.1
8792025-03-25T22:13:07.279Z Downloaded foreign-types-macros v0.2.3
8802025-03-25T22:13:07.279Z Downloaded foldhash v0.1.3
8812025-03-25T22:13:07.279Z Downloaded flagset v0.4.6
8822025-03-25T22:13:07.283Z Downloaded ron v0.7.1
8832025-03-25T22:13:07.287Z Downloaded rustc-demangle v0.1.24
8842025-03-25T22:13:07.290Z Downloaded diesel_derives v2.2.3
8852025-03-25T22:13:07.293Z Downloaded futures-channel v0.3.31
8862025-03-25T22:13:07.296Z Downloaded slog-async v2.8.0
8872025-03-25T22:13:07.296Z Downloaded serde_plain v1.0.2
8882025-03-25T22:13:07.299Z Downloaded unicase v2.7.0
8892025-03-25T22:13:07.299Z Downloaded string_cache v0.8.7
8902025-03-25T22:13:07.302Z Downloaded serde_yaml v0.9.34+deprecated
8912025-03-25T22:13:07.305Z Downloaded parking_lot_core v0.9.10
8922025-03-25T22:13:07.308Z Downloaded owo-colors v4.2.0
8932025-03-25T22:13:07.311Z Downloaded rand_xorshift v0.3.0
8942025-03-25T22:13:07.314Z Downloaded num v0.4.3
8952025-03-25T22:13:07.315Z Downloaded parking_lot_core v0.8.6
8962025-03-25T22:13:07.318Z Downloaded aho-corasick v1.1.3
8972025-03-25T22:13:07.322Z Downloaded embedded-io v0.6.1
8982025-03-25T22:13:07.325Z Downloaded zerocopy v0.6.6
8992025-03-25T22:13:07.328Z Downloaded tokio-rustls v0.25.0
9002025-03-25T22:13:07.328Z Downloaded russh v0.45.0
9012025-03-25T22:13:07.334Z Downloaded tokio-postgres v0.7.13
9022025-03-25T22:13:07.340Z Downloaded tabled_derive v0.10.0
9032025-03-25T22:13:07.344Z Downloaded derive-where v1.2.7
9042025-03-25T22:13:07.348Z Downloaded slog-bunyan v2.5.0
9052025-03-25T22:13:07.348Z Downloaded derive_builder_macro v0.20.2
9062025-03-25T22:13:07.354Z Downloaded tower-service v0.3.3
9072025-03-25T22:13:07.354Z Downloaded fixedbitset v0.5.7
9082025-03-25T22:13:07.354Z Downloaded futures v0.3.31
9092025-03-25T22:13:07.358Z Downloaded deranged v0.3.11
9102025-03-25T22:13:07.361Z Downloaded qorb v0.2.1
9112025-03-25T22:13:07.364Z Downloaded packed_struct v0.10.1
9122025-03-25T22:13:07.367Z Downloaded paste v1.0.15
9132025-03-25T22:13:07.371Z Downloaded path-slash v0.1.5
9142025-03-25T22:13:07.371Z Downloaded strum_macros v0.26.4
9152025-03-25T22:13:07.374Z Downloaded tough v0.19.0
9162025-03-25T22:13:07.381Z Downloaded num_enum_derive v0.5.11
9172025-03-25T22:13:07.384Z Downloaded xz2 v0.1.7
9182025-03-25T22:13:07.384Z Downloaded schemars_derive v0.8.22
9192025-03-25T22:13:07.387Z Downloaded termcolor v1.4.1
9202025-03-25T22:13:07.390Z Downloaded rcgen v0.12.1
9212025-03-25T22:13:07.393Z Downloaded pretty_assertions v1.4.1
9222025-03-25T22:13:07.393Z Downloaded parse-display-derive v0.10.0
9232025-03-25T22:13:07.397Z Downloaded zerovec v0.10.4
9242025-03-25T22:13:07.400Z Downloaded phf_shared v0.10.0
9252025-03-25T22:13:07.403Z Downloaded sigpipe v0.1.3
9262025-03-25T22:13:07.403Z Downloaded zone_cfg_derive v0.3.0
9272025-03-25T22:13:07.403Z Downloaded signature v2.2.0
9282025-03-25T22:13:07.406Z Downloaded fatfs v0.3.6
9292025-03-25T22:13:07.409Z Downloaded pin-utils v0.1.0
9302025-03-25T22:13:07.409Z Downloaded hkdf v0.12.4
9312025-03-25T22:13:07.412Z Downloaded pkcs8 v0.10.2
9322025-03-25T22:13:07.415Z Downloaded phf_shared v0.11.2
9332025-03-25T22:13:07.415Z Downloaded hashbrown v0.13.2
9342025-03-25T22:13:07.420Z Downloaded ena v0.14.3
9352025-03-25T22:13:07.423Z Downloaded unicode-bidi v0.3.17
9362025-03-25T22:13:07.428Z Downloaded serde-hex v0.1.0
9372025-03-25T22:13:07.428Z Downloaded unicode-xid v0.2.6
9382025-03-25T22:13:07.432Z Downloaded funty v2.0.0
9392025-03-25T22:13:07.432Z Downloaded nodrop v0.1.14
9402025-03-25T22:13:07.432Z Downloaded native-tls v0.2.12
9412025-03-25T22:13:07.436Z Downloaded serde_urlencoded v0.7.1
9422025-03-25T22:13:07.436Z Downloaded serde_path_to_error v0.1.16
9432025-03-25T22:13:07.436Z Downloaded heck v0.3.3
9442025-03-25T22:13:07.436Z Downloaded zerocopy-derive v0.8.10
9452025-03-25T22:13:07.444Z Downloaded slog-term v2.9.1
9462025-03-25T22:13:07.447Z Downloaded aws-lc-rs v1.12.4
9472025-03-25T22:13:07.457Z Downloaded nanorand v0.7.0
9482025-03-25T22:13:07.460Z Downloaded nom v7.1.3
9492025-03-25T22:13:07.466Z Downloaded zerofrom-derive v0.1.4
9502025-03-25T22:13:07.469Z Downloaded url v2.5.3
9512025-03-25T22:13:07.469Z Downloaded xattr v1.3.1
9522025-03-25T22:13:07.472Z Downloaded either v1.14.0
9532025-03-25T22:13:07.472Z Downloaded percent-encoding v2.3.1
9542025-03-25T22:13:07.476Z Downloaded glob v0.3.2
9552025-03-25T22:13:07.476Z Downloaded typify v0.2.0
9562025-03-25T22:13:07.479Z Downloaded wait-timeout v0.2.0
9572025-03-25T22:13:07.479Z Downloaded rusty-fork v0.3.0
9582025-03-25T22:13:07.484Z Downloaded proptest v1.6.0
9592025-03-25T22:13:07.493Z Downloaded termios v0.3.3
9602025-03-25T22:13:07.496Z Downloaded hash32 v0.3.1
9612025-03-25T22:13:07.496Z Downloaded slog-dtrace v0.3.0
9622025-03-25T22:13:07.496Z Downloaded topological-sort v0.2.2
9632025-03-25T22:13:07.499Z Downloaded russh-keys v0.45.0
9642025-03-25T22:13:07.502Z Downloaded parse-zoneinfo v0.3.1
9652025-03-25T22:13:07.505Z Downloaded serde_derive_internals v0.29.1
9662025-03-25T22:13:07.505Z Downloaded h2 v0.4.6
9672025-03-25T22:13:07.511Z Downloaded slog-envlogger v2.2.0
9682025-03-25T22:13:07.515Z Downloaded peg-macros v0.8.5
9692025-03-25T22:13:07.515Z Downloaded rsa v0.9.6
9702025-03-25T22:13:07.520Z Downloaded elliptic-curve v0.13.8
9712025-03-25T22:13:07.524Z Downloaded oso v0.27.3
9722025-03-25T22:13:07.527Z Downloaded salsa20 v0.10.2
9732025-03-25T22:13:07.533Z Downloaded winnow v0.6.20
9742025-03-25T22:13:07.538Z Downloaded derive_builder v0.20.2
9752025-03-25T22:13:07.543Z Downloaded derive_builder_core v0.20.2
9762025-03-25T22:13:07.546Z Downloaded zip v0.6.6
9772025-03-25T22:13:07.550Z Downloaded tar v0.4.44
9782025-03-25T22:13:07.553Z Downloaded rayon-core v1.12.1
9792025-03-25T22:13:07.557Z Downloaded papergrid v0.14.0
9802025-03-25T22:13:07.563Z Downloaded bindgen v0.69.5
9812025-03-25T22:13:07.572Z Downloaded rand v0.8.5
9822025-03-25T22:13:07.577Z Downloaded tokio-util v0.7.13
9832025-03-25T22:13:07.581Z Downloaded reqwest v0.12.12
9842025-03-25T22:13:07.593Z Downloaded tokio-stream v0.1.17
9852025-03-25T22:13:07.596Z Downloaded time v0.3.36
9862025-03-25T22:13:07.603Z Downloaded snafu v0.8.5
9872025-03-25T22:13:07.619Z Downloaded yansi v1.0.1
9882025-03-25T22:13:07.619Z Downloaded expectorate v1.1.0
9892025-03-25T22:13:07.619Z Downloaded rustls-webpki v0.101.7
9902025-03-25T22:13:07.628Z Downloaded samael v0.0.18
9912025-03-25T22:13:07.635Z Downloaded icu_properties_data v1.5.0
9922025-03-25T22:13:07.645Z Downloaded dropshot_endpoint v0.12.0
9932025-03-25T22:13:07.649Z Downloaded heapless v0.7.17
9942025-03-25T22:13:07.652Z Downloaded bindgen v0.71.1
9952025-03-25T22:13:07.660Z Downloaded quick-xml v0.37.2
9962025-03-25T22:13:07.666Z Downloaded heapless v0.8.0
9972025-03-25T22:13:07.673Z Downloaded unicode_categories v0.1.1
9982025-03-25T22:13:07.676Z Downloaded hashbrown v0.12.3
9992025-03-25T22:13:07.680Z Downloaded chrono v0.4.40
10002025-03-25T22:13:07.687Z Downloaded rand v0.9.0
10012025-03-25T22:13:07.692Z Downloaded zip v2.1.3
10022025-03-25T22:13:07.695Z Downloaded reedline v0.38.0
10032025-03-25T22:13:07.702Z Downloaded x509-cert v0.2.5
10042025-03-25T22:13:07.710Z Downloaded tower v0.5.2
10052025-03-25T22:13:07.720Z Downloaded num-bigint v0.4.6
10062025-03-25T22:13:07.723Z Downloaded unicode-normalization v0.1.24
10072025-03-25T22:13:07.727Z Downloaded futures-util v0.3.31
10082025-03-25T22:13:07.742Z Downloaded typed-path v0.9.3
10092025-03-25T22:13:07.746Z Downloaded lalrpop v0.19.12
10102025-03-25T22:13:07.759Z Downloaded p521 v0.13.3
10112025-03-25T22:13:07.762Z Downloaded toml_edit v0.19.15
10122025-03-25T22:13:07.781Z Downloaded rustyline v14.0.0
10132025-03-25T22:13:07.785Z Downloaded rustls v0.21.12
10142025-03-25T22:13:07.795Z Downloaded hickory-proto v0.24.4
10152025-03-25T22:13:07.812Z Downloaded rayon v1.10.0
10162025-03-25T22:13:07.821Z Downloaded webpki-roots v0.26.6
10172025-03-25T22:13:07.825Z Downloaded openssl v0.10.71
10182025-03-25T22:13:07.835Z Downloaded radix_trie v0.2.1
10192025-03-25T22:13:07.841Z Downloaded smoltcp v0.9.1
10202025-03-25T22:13:07.852Z Downloaded salty v0.3.0
10212025-03-25T22:13:07.859Z Downloaded winnow v0.5.40
10222025-03-25T22:13:07.869Z Downloaded serde_with v3.12.0
10232025-03-25T22:13:07.877Z Downloaded portable-atomic v1.9.0
10242025-03-25T22:13:07.886Z Downloaded polar-core v0.27.3
10252025-03-25T22:13:07.894Z Downloaded quinn-proto v0.11.8
10262025-03-25T22:13:07.902Z Downloaded regress v0.10.3
10272025-03-25T22:13:07.910Z Downloaded petname v2.0.2
10282025-03-25T22:13:07.916Z Downloaded gimli v0.31.1
10292025-03-25T22:13:07.926Z Downloaded dropshot v0.12.0
10302025-03-25T22:13:07.950Z Downloaded p384 v0.13.0
10312025-03-25T22:13:07.953Z Downloaded object v0.30.4
10322025-03-25T22:13:07.963Z Downloaded regex-syntax v0.6.29
10332025-03-25T22:13:07.969Z Downloaded diesel v2.2.8
10342025-03-25T22:13:07.989Z Downloaded unicode-width v0.2.0
10352025-03-25T22:13:07.995Z Downloaded openapiv3 v2.0.0
10362025-03-25T22:13:08.006Z Downloaded object v0.36.5
10372025-03-25T22:13:08.018Z Downloaded smoltcp v0.11.0
10382025-03-25T22:13:08.032Z Downloaded rustls v0.23.19
10392025-03-25T22:13:08.044Z Downloaded regex-syntax v0.8.5
10402025-03-25T22:13:08.052Z Downloaded dropshot v0.16.0
10412025-03-25T22:13:08.073Z Downloaded bstr v1.10.0
10422025-03-25T22:13:08.083Z Downloaded typify-impl v0.2.0
10432025-03-25T22:13:08.098Z Downloaded typify-impl v0.3.0
10442025-03-25T22:13:08.114Z Downloaded nix v0.29.0
10452025-03-25T22:13:08.127Z Downloaded curve25519-dalek v4.1.3
10462025-03-25T22:13:08.135Z Downloaded zerocopy v0.8.10
10472025-03-25T22:13:08.158Z Downloaded git2 v0.19.0
10482025-03-25T22:13:08.167Z Downloaded rustls v0.22.4
10492025-03-25T22:13:08.179Z Downloaded regex-automata v0.4.8
10502025-03-25T22:13:08.196Z Downloaded chrono-tz v0.10.1
10512025-03-25T22:13:08.203Z Downloaded rustls-webpki v0.102.8
10522025-03-25T22:13:08.221Z Downloaded nix v0.28.0
10532025-03-25T22:13:08.232Z Downloaded nix v0.27.1
10542025-03-25T22:13:08.244Z Downloaded num-bigint-dig v0.8.4
10552025-03-25T22:13:08.247Z Downloaded sqlparser v0.45.0
10562025-03-25T22:13:08.252Z Downloaded sled v0.34.7
10572025-03-25T22:13:08.262Z Downloaded bzip2-sys v0.1.11+1.0.8
10582025-03-25T22:13:08.277Z Downloaded lzma-sys v0.1.20
10592025-03-25T22:13:08.304Z Downloaded zerocopy-derive v0.6.6
10602025-03-25T22:13:08.314Z Downloaded ratatui v0.29.0
10612025-03-25T22:13:08.333Z Downloaded libz-sys v1.1.20
10622025-03-25T22:13:08.353Z Downloaded vcpkg v0.2.15
10632025-03-25T22:13:08.388Z Downloaded regex v1.11.1
10642025-03-25T22:13:08.401Z Downloaded tabled v0.18.0
10652025-03-25T22:13:08.419Z Downloaded bitvec v1.0.1
10662025-03-25T22:13:08.432Z Downloaded p256 v0.13.2
10672025-03-25T22:13:08.435Z Downloaded quinn v0.11.5
10682025-03-25T22:13:08.451Z Downloaded der v0.7.9
10692025-03-25T22:13:08.451Z Downloaded wyz v0.5.1
10702025-03-25T22:13:08.451Z Downloaded writeable v0.5.5
10712025-03-25T22:13:08.451Z Downloaded term v0.7.0
10722025-03-25T22:13:08.451Z Downloaded sha3 v0.10.8
10732025-03-25T22:13:08.456Z Downloaded snafu-derive v0.8.5
10742025-03-25T22:13:08.456Z Downloaded slog v2.7.0
10752025-03-25T22:13:08.461Z Downloaded tracing v0.1.40
10762025-03-25T22:13:08.464Z Downloaded petgraph v0.6.5
10772025-03-25T22:13:08.481Z Downloaded tokio v1.43.0
10782025-03-25T22:13:08.516Z Downloaded csv v1.3.1
10792025-03-25T22:13:08.536Z Downloaded petgraph v0.7.1
10802025-03-25T22:13:08.553Z Downloaded pin-project v1.1.6
10812025-03-25T22:13:08.563Z Downloaded blake3 v1.5.4
10822025-03-25T22:13:08.574Z Downloaded data-encoding v2.6.0
10832025-03-25T22:13:08.577Z Downloaded env_logger v0.11.5
10842025-03-25T22:13:08.577Z Downloaded tinyvec v1.8.0
10852025-03-25T22:13:08.577Z Downloaded ssh-key v0.6.6
10862025-03-25T22:13:08.582Z Downloaded tungstenite v0.23.0
10872025-03-25T22:13:08.587Z Downloaded sync_wrapper v1.0.1
10882025-03-25T22:13:08.590Z Downloaded zeroize v1.8.1
10892025-03-25T22:13:08.590Z Downloaded pkg-config v0.3.31
10902025-03-25T22:13:08.590Z Downloaded futures-task v0.3.31
10912025-03-25T22:13:08.594Z Downloaded tokio-rustls v0.26.0
10922025-03-25T22:13:08.594Z Downloaded flate2 v1.1.0
10932025-03-25T22:13:08.598Z Downloaded itertools v0.14.0
10942025-03-25T22:13:08.605Z Downloaded itertools v0.13.0
10952025-03-25T22:13:08.612Z Downloaded idna v1.0.3
10962025-03-25T22:13:08.616Z Downloaded hyper v1.6.0
10972025-03-25T22:13:08.622Z Downloaded tokio-rustls v0.24.1
10982025-03-25T22:13:08.625Z Downloaded ssh-encoding v0.2.0
10992025-03-25T22:13:08.628Z Downloaded ssh-cipher v0.2.0
11002025-03-25T22:13:08.628Z Downloaded spki v0.7.3
11012025-03-25T22:13:08.628Z Downloaded rustc-hash v2.1.1
11022025-03-25T22:13:08.632Z Downloaded rustc-hash v1.1.0
11032025-03-25T22:13:08.632Z Downloaded predicates-core v1.0.8
11042025-03-25T22:13:08.632Z Downloaded unicode-segmentation v1.12.0
11052025-03-25T22:13:08.640Z Downloaded toml v0.7.8
11062025-03-25T22:13:08.644Z Downloaded diff v0.1.13
11072025-03-25T22:13:08.644Z Downloaded foreign-types v0.5.0
11082025-03-25T22:13:08.644Z Downloaded pin-project-internal v1.1.6
11092025-03-25T22:13:08.647Z Downloaded darling_core v0.20.10
11102025-03-25T22:13:08.650Z Downloaded typify v0.3.0
11112025-03-25T22:13:08.653Z Downloaded ring v0.17.11
11122025-03-25T22:13:08.692Z Downloaded flume v0.11.1
11132025-03-25T22:13:08.696Z Downloaded publicsuffix v2.3.0
11142025-03-25T22:13:08.699Z Downloaded progenitor-macro v0.8.0
11152025-03-25T22:13:08.699Z Downloaded progenitor v0.9.1
11162025-03-25T22:13:08.703Z Downloaded group v0.13.0
11172025-03-25T22:13:08.703Z Downloaded debug-ignore v1.0.5
11182025-03-25T22:13:08.706Z Downloaded encoding_rs v0.8.34
11192025-03-25T22:13:08.724Z Downloaded value-bag v1.9.0
11202025-03-25T22:13:08.729Z Downloaded password-hash v0.5.0
11212025-03-25T22:13:08.729Z Downloaded scrypt v0.11.0
11222025-03-25T22:13:08.732Z Downloaded pem-rfc7468 v0.7.0
11232025-03-25T22:13:08.732Z Downloaded bytes v1.10.1
11242025-03-25T22:13:08.735Z Downloaded fd-lock v4.0.2
11252025-03-25T22:13:08.738Z Downloaded defmt v0.3.8
11262025-03-25T22:13:08.741Z Downloaded nu-ansi-term v0.50.1
11272025-03-25T22:13:08.744Z Downloaded tap v1.0.1
11282025-03-25T22:13:08.745Z Downloaded structmeta v0.3.0
11292025-03-25T22:13:08.745Z Downloaded smf v0.2.3
11302025-03-25T22:13:08.745Z Downloaded siphasher v0.3.11
11312025-03-25T22:13:08.748Z Downloaded sec1 v0.7.3
11322025-03-25T22:13:08.748Z Downloaded primeorder v0.13.6
11332025-03-25T22:13:08.750Z Downloaded which v4.4.2
11342025-03-25T22:13:08.750Z Downloaded smallvec v0.6.14
11352025-03-25T22:13:08.754Z Downloaded slab v0.4.9
11362025-03-25T22:13:08.754Z Downloaded scopeguard v1.2.0
11372025-03-25T22:13:08.754Z Downloaded libgit2-sys v0.17.0+1.8.1
11382025-03-25T22:13:08.809Z Downloaded resolv-conf v0.7.0
11392025-03-25T22:13:08.812Z Downloaded rand_seeder v0.3.0
11402025-03-25T22:13:08.812Z Downloaded polyval v0.6.2
11412025-03-25T22:13:08.815Z Downloaded minimal-lexical v0.2.1
11422025-03-25T22:13:08.818Z Downloaded uuid v1.15.1
11432025-03-25T22:13:08.821Z Downloaded crypto-bigint v0.5.5
11442025-03-25T22:13:08.826Z Downloaded tracing-core v0.1.32
11452025-03-25T22:13:08.831Z Downloaded derive_more v0.99.19
11462025-03-25T22:13:08.834Z Downloaded rustls-pemfile v2.2.0
11472025-03-25T22:13:08.837Z Downloaded walkdir v2.5.0
11482025-03-25T22:13:08.837Z Downloaded hickory-server v0.24.4
11492025-03-25T22:13:08.841Z Downloaded hickory-resolver v0.24.4
11502025-03-25T22:13:08.845Z Downloaded headers v0.4.0
11512025-03-25T22:13:08.849Z Downloaded ron v0.8.1
11522025-03-25T22:13:08.854Z Downloaded untrusted v0.9.0
11532025-03-25T22:13:08.860Z Downloaded untrusted v0.7.1
11542025-03-25T22:13:08.860Z Downloaded typify-macro v0.3.0
11552025-03-25T22:13:08.860Z Downloaded tui-tree-widget v0.23.0
11562025-03-25T22:13:08.860Z Downloaded tokio-macros v2.5.0
11572025-03-25T22:13:08.860Z Downloaded tiny-keccak v2.0.2
11582025-03-25T22:13:08.865Z Downloaded thiserror-no-std v2.0.2
11592025-03-25T22:13:08.868Z Downloaded subtle v2.6.1
11602025-03-25T22:13:08.869Z Downloaded peg v0.8.5
11612025-03-25T22:13:08.872Z Downloaded tracing-attributes v0.1.27
11622025-03-25T22:13:08.872Z Downloaded socket2 v0.5.8
11632025-03-25T22:13:08.875Z Downloaded des v0.8.1
11642025-03-25T22:13:08.875Z Downloaded slog-json v2.6.1
11652025-03-25T22:13:08.878Z Downloaded secrecy v0.8.0
11662025-03-25T22:13:08.878Z Downloaded yoke v0.7.4
11672025-03-25T22:13:08.883Z Downloaded signal-hook v0.3.17
11682025-03-25T22:13:08.883Z Downloaded float-cmp v0.10.0
11692025-03-25T22:13:08.886Z Downloaded unicode-properties v0.1.3
11702025-03-25T22:13:08.886Z Downloaded miniz_oxide v0.8.5
11712025-03-25T22:13:08.892Z Downloaded hyper-util v0.1.10
11722025-03-25T22:13:08.892Z Downloaded base64 v0.22.1
11732025-03-25T22:13:08.896Z Downloaded fragile v2.0.0
11742025-03-25T22:13:08.896Z Downloaded gethostname v0.5.0
11752025-03-25T22:13:08.899Z Downloaded ed25519 v2.2.3
11762025-03-25T22:13:08.899Z Downloaded cookie v0.18.1
11772025-03-25T22:13:08.903Z Downloaded dunce v1.0.5
11782025-03-25T22:13:08.903Z Downloaded diesel-dtrace v0.4.2
11792025-03-25T22:13:08.904Z Downloaded zeroize_derive v1.4.2
11802025-03-25T22:13:08.904Z Downloaded scheduled-thread-pool v0.2.7
11812025-03-25T22:13:08.907Z Downloaded ref-cast v1.0.23
11822025-03-25T22:13:08.907Z Downloaded hmac v0.12.1
11832025-03-25T22:13:08.911Z Downloaded icu_normalizer v1.5.0
11842025-03-25T22:13:08.916Z Downloaded icu_locid v1.5.0
11852025-03-25T22:13:08.922Z Downloaded blake2 v0.10.6
11862025-03-25T22:13:08.922Z Downloaded structmeta-derive v0.3.0
11872025-03-25T22:13:08.922Z Downloaded multer v3.1.0
11882025-03-25T22:13:08.934Z Downloaded memmap2 v0.9.5
11892025-03-25T22:13:08.935Z Downloaded same-file v1.0.6
11902025-03-25T22:13:08.935Z Downloaded rustversion v1.0.17
11912025-03-25T22:13:08.935Z Downloaded rand_core v0.9.2
11922025-03-25T22:13:08.939Z Downloaded hyper-staticfile v0.10.1
11932025-03-25T22:13:08.939Z Downloaded crc-any v2.5.0
11942025-03-25T22:13:08.939Z Downloaded const-oid v0.9.6
11952025-03-25T22:13:08.939Z Downloaded ipnet v2.11.0
11962025-03-25T22:13:08.939Z Downloaded httpdate v1.0.3
11972025-03-25T22:13:08.939Z Downloaded progenitor-macro v0.9.1
11982025-03-25T22:13:08.939Z Downloaded proc-macro-error-attr2 v2.0.0
11992025-03-25T22:13:08.939Z Downloaded ciborium v0.2.2
12002025-03-25T22:13:08.939Z Downloaded cexpr v0.6.0
12012025-03-25T22:13:08.943Z Downloaded maplit v1.0.2
12022025-03-25T22:13:08.943Z Downloaded lru-cache v0.1.2
12032025-03-25T22:13:08.943Z Downloaded lockfree-object-pool v0.1.6
12042025-03-25T22:13:08.943Z Downloaded cargo_metadata v0.18.1
12052025-03-25T22:13:08.947Z Downloaded hostname v0.4.0
12062025-03-25T22:13:08.948Z Downloaded async-bb8-diesel v0.2.1
12072025-03-25T22:13:08.952Z Downloaded memoffset v0.9.1
12082025-03-25T22:13:08.952Z Downloaded md5 v0.7.0
12092025-03-25T22:13:08.952Z Downloaded lazycell v1.3.0
12102025-03-25T22:13:08.952Z Downloaded const_format_proc_macros v0.2.34
12112025-03-25T22:13:08.957Z Downloaded base64ct v1.6.0
12122025-03-25T22:13:08.957Z Downloaded argon2 v0.5.3
12132025-03-25T22:13:08.966Z Downloaded lazy_static v1.5.0
12142025-03-25T22:13:08.966Z Downloaded crc32fast v1.4.2
12152025-03-25T22:13:08.966Z Downloaded bit-set v0.5.3
12162025-03-25T22:13:08.966Z Downloaded arrayvec v0.7.6
12172025-03-25T22:13:08.966Z Downloaded indent_write v2.2.0
12182025-03-25T22:13:08.982Z Downloaded hyper-tls v0.6.0
12192025-03-25T22:13:08.982Z Downloaded hostname v0.3.1
12202025-03-25T22:13:08.982Z Downloaded home v0.5.9
12212025-03-25T22:13:08.982Z Downloaded cmake v0.1.51
12222025-03-25T22:13:08.982Z Downloaded bcrypt-pbkdf v0.10.0
12232025-03-25T22:13:08.982Z Downloaded keccak v0.1.5
12242025-03-25T22:13:08.982Z Downloaded humantime v2.1.0
12252025-03-25T22:13:08.982Z Downloaded crc-catalog v2.4.0
12262025-03-25T22:13:09.330Z Downloaded aws-lc-sys v0.26.0
12272025-03-25T22:13:09.638Z Compiling serde v1.0.218
12282025-03-25T22:13:09.641Z Compiling value-bag v1.9.0
12292025-03-25T22:13:09.641Z Compiling lock_api v0.4.12
12302025-03-25T22:13:09.641Z Compiling scopeguard v1.2.0
12312025-03-25T22:13:09.641Z Compiling shlex v1.3.0
12322025-03-25T22:13:09.798Z Compiling typenum v1.17.0
12332025-03-25T22:13:09.834Z Compiling syn v2.0.98
12342025-03-25T22:13:09.849Z Compiling getrandom v0.2.15
12352025-03-25T22:13:10.009Z Compiling jobserver v0.1.32
12362025-03-25T22:13:10.126Z Compiling rand_core v0.6.4
12372025-03-25T22:13:10.224Z Compiling log v0.4.22
12382025-03-25T22:13:10.315Z Compiling generic-array v0.14.7
12392025-03-25T22:13:10.335Z Compiling subtle v2.6.1
12402025-03-25T22:13:10.648Z Compiling cc v1.2.15
12412025-03-25T22:13:10.686Z Compiling smallvec v1.14.0
12422025-03-25T22:13:10.705Z Compiling const-oid v0.9.6
12432025-03-25T22:13:10.733Z Compiling pin-project-lite v0.2.14
12442025-03-25T22:13:10.775Z Compiling rustix v0.38.37
12452025-03-25T22:13:10.872Z Compiling parking_lot_core v0.9.10
12462025-03-25T22:13:10.914Z Compiling spin v0.9.8
12472025-03-25T22:13:11.040Z Compiling signal-hook-registry v1.4.2
12482025-03-25T22:13:11.293Z Compiling futures-core v0.3.31
12492025-03-25T22:13:11.658Z Compiling mio v1.0.2
12502025-03-25T22:13:11.677Z Compiling aho-corasick v1.1.3
12512025-03-25T22:13:11.848Z Compiling parking_lot v0.12.3
12522025-03-25T22:13:12.023Z Compiling either v1.14.0
12532025-03-25T22:13:12.206Z Compiling serde_json v1.0.139
12542025-03-25T22:13:12.456Z Compiling regex-syntax v0.8.5
12552025-03-25T22:13:12.580Z Compiling glob v0.3.2
12562025-03-25T22:13:12.679Z Compiling stable_deref_trait v1.2.0
12572025-03-25T22:13:12.699Z Compiling socket2 v0.5.8
12582025-03-25T22:13:12.805Z Compiling libm v0.2.8
12592025-03-25T22:13:12.922Z Compiling futures-sink v0.3.31
12602025-03-25T22:13:13.094Z Compiling cpufeatures v0.2.14
12612025-03-25T22:13:13.151Z Compiling prettyplease v0.2.30
12622025-03-25T22:13:13.248Z Compiling lazy_static v1.5.0
12632025-03-25T22:13:13.386Z Compiling slab v0.4.9
12642025-03-25T22:13:13.447Z Compiling clang-sys v1.8.1
12652025-03-25T22:13:13.532Z Compiling num-traits v0.2.19
12662025-03-25T22:13:13.554Z Compiling minimal-lexical v0.2.1
12672025-03-25T22:13:14.073Z Compiling nom v7.1.3
12682025-03-25T22:13:14.116Z Compiling libloading v0.8.5
12692025-03-25T22:13:14.188Z Compiling pkg-config v0.3.31
12702025-03-25T22:13:14.521Z Compiling home v0.5.9
12712025-03-25T22:13:14.541Z Compiling bindgen v0.69.5
12722025-03-25T22:13:14.757Z Compiling foldhash v0.1.3
12732025-03-25T22:13:15.073Z Compiling allocator-api2 v0.2.18
12742025-03-25T22:13:15.266Z Compiling getrandom v0.3.1
12752025-03-25T22:13:15.832Z Compiling hashbrown v0.15.1
12762025-03-25T22:13:16.250Z Compiling regex-automata v0.4.8
12772025-03-25T22:13:16.315Z Compiling itertools v0.12.1
12782025-03-25T22:13:17.033Z Compiling lazycell v1.3.0
12792025-03-25T22:13:17.121Z Compiling cexpr v0.6.0
12802025-03-25T22:13:17.224Z Compiling synstructure v0.13.1
12812025-03-25T22:13:18.420Z Compiling rustc-hash v1.1.0
12822025-03-25T22:13:18.609Z Compiling futures-channel v0.3.31
12832025-03-25T22:13:18.670Z Compiling cmake v0.1.51
12842025-03-25T22:13:18.973Z Compiling futures-io v0.3.31
12852025-03-25T22:13:19.031Z Compiling fs_extra v1.3.0
12862025-03-25T22:13:19.229Z Compiling pin-utils v0.1.0
12872025-03-25T22:13:19.249Z Compiling futures-task v0.3.31
12882025-03-25T22:13:19.334Z Compiling dunce v1.0.5
12892025-03-25T22:13:19.475Z Compiling base64ct v1.6.0
12902025-03-25T22:13:19.492Z Compiling paste v1.0.15
12912025-03-25T22:13:19.551Z Compiling ring v0.17.11
12922025-03-25T22:13:19.578Z Compiling writeable v0.5.5
12932025-03-25T22:13:20.037Z Compiling pem-rfc7468 v0.7.0
12942025-03-25T22:13:20.067Z Compiling flagset v0.4.6
12952025-03-25T22:13:20.118Z Compiling litemap v0.7.3
12962025-03-25T22:13:20.289Z Compiling aws-lc-rs v1.12.4
12972025-03-25T22:13:20.501Z Compiling vcpkg v0.2.15
12982025-03-25T22:13:20.650Z Compiling rustls-pki-types v1.10.0
12992025-03-25T22:13:20.705Z Compiling crossbeam-utils v0.8.20
13002025-03-25T22:13:21.177Z Compiling regex v1.11.1
13012025-03-25T22:13:21.227Z Compiling icu_locid_transform_data v1.5.0
13022025-03-25T22:13:21.348Z Compiling tracing-core v0.1.32
13032025-03-25T22:13:21.587Z Compiling icu_properties_data v1.5.0
13042025-03-25T22:13:21.837Z Compiling iana-time-zone v0.1.61
13052025-03-25T22:13:22.128Z Compiling openssl-sys v0.9.106
13062025-03-25T22:13:22.148Z Compiling untrusted v0.7.1
13072025-03-25T22:13:22.201Z Compiling untrusted v0.9.0
13082025-03-25T22:13:22.269Z Compiling serde_derive v1.0.218
13092025-03-25T22:13:22.332Z Compiling zeroize_derive v1.4.2
13102025-03-25T22:13:22.374Z Compiling zerocopy-derive v0.7.35
13112025-03-25T22:13:22.485Z Compiling tokio-macros v2.5.0
13122025-03-25T22:13:23.151Z Compiling zerofrom-derive v0.1.4
13132025-03-25T22:13:23.663Z Compiling zeroize v1.8.1
13142025-03-25T22:13:23.914Z Compiling yoke-derive v0.7.4
13152025-03-25T22:13:24.222Z Compiling zerocopy v0.7.35
13162025-03-25T22:13:24.769Z Compiling zerovec-derive v0.10.3
13172025-03-25T22:13:25.335Z Compiling crypto-common v0.1.6
13182025-03-25T22:13:25.453Z Compiling block-buffer v0.10.4
13192025-03-25T22:13:25.595Z Compiling block-padding v0.3.3
13202025-03-25T22:13:25.704Z Compiling digest v0.10.7
13212025-03-25T22:13:25.754Z Compiling displaydoc v0.2.5
13222025-03-25T22:13:25.848Z Compiling inout v0.1.3
13232025-03-25T22:13:26.045Z Compiling thiserror-impl v1.0.69
13242025-03-25T22:13:26.127Z Compiling hmac v0.12.1
13252025-03-25T22:13:26.181Z Compiling futures-macro v0.3.31
13262025-03-25T22:13:26.348Z Compiling sha2 v0.10.8
13272025-03-25T22:13:26.386Z Compiling cipher v0.4.4
13282025-03-25T22:13:26.447Z Compiling zerofrom v0.1.4
13292025-03-25T22:13:26.746Z Compiling yoke v0.7.4
13302025-03-25T22:13:26.946Z Compiling der_derive v0.7.3
13312025-03-25T22:13:27.111Z Compiling icu_provider_macros v1.5.0
13322025-03-25T22:13:27.194Z Compiling zerovec v0.10.4
13332025-03-25T22:13:27.257Z Compiling salsa20 v0.10.2
13342025-03-25T22:13:27.504Z Compiling pbkdf2 v0.12.2
13352025-03-25T22:13:27.686Z Compiling ppv-lite86 v0.2.20
13362025-03-25T22:13:28.030Z Compiling futures-util v0.3.31
13372025-03-25T22:13:28.179Z Compiling scrypt v0.11.0
13382025-03-25T22:13:28.453Z Compiling aes v0.8.4
13392025-03-25T22:13:28.670Z Compiling cbc v0.1.2
13402025-03-25T22:13:28.892Z Compiling tracing-attributes v0.1.27
13412025-03-25T22:13:28.957Z Compiling thiserror v1.0.69
13422025-03-25T22:13:29.104Z Compiling tinystr v0.7.6
13432025-03-25T22:13:29.127Z Compiling der v0.7.9
13442025-03-25T22:13:29.206Z Compiling pest v2.7.14
13452025-03-25T22:13:29.491Z Compiling icu_locid v1.5.0
13462025-03-25T22:13:29.921Z Compiling icu_collections v1.5.0
13472025-03-25T22:13:31.140Z Compiling spki v0.7.3
13482025-03-25T22:13:31.158Z Compiling icu_provider v1.5.0
13492025-03-25T22:13:31.467Z Compiling powerfmt v0.2.0
13502025-03-25T22:13:31.524Z Compiling num-conv v0.1.0
13512025-03-25T22:13:31.834Z Compiling percent-encoding v2.3.1
13522025-03-25T22:13:31.854Z Compiling time-core v0.1.2
13532025-03-25T22:13:32.049Z Compiling icu_locid_transform v1.5.0
13542025-03-25T22:13:32.097Z Compiling httparse v1.9.5
13552025-03-25T22:13:32.120Z Compiling tracing v0.1.40
13562025-03-25T22:13:32.151Z Compiling time-macros v0.2.18
13572025-03-25T22:13:32.171Z Compiling pest_meta v2.7.14
13582025-03-25T22:13:32.221Z Compiling deranged v0.3.11
13592025-03-25T22:13:32.588Z Compiling pkcs5 v0.7.1
13602025-03-25T22:13:33.310Z Compiling icu_properties v1.5.1
13612025-03-25T22:13:33.641Z Compiling scroll_derive v0.12.0
13622025-03-25T22:13:34.228Z Compiling write16 v1.0.0
13632025-03-25T22:13:34.369Z Compiling zerocopy v0.8.10
13642025-03-25T22:13:34.734Z Compiling bytes v1.10.1
13652025-03-25T22:13:34.786Z Compiling bitflags v2.6.0
13662025-03-25T22:13:35.172Z Compiling semver v1.0.25
13672025-03-25T22:13:35.204Z Compiling indexmap v2.7.1
13682025-03-25T22:13:35.839Z Compiling tokio v1.43.0
13692025-03-25T22:13:36.086Z Compiling http v1.2.0
13702025-03-25T22:13:36.254Z Compiling rustc_version v0.4.1
13712025-03-25T22:13:36.510Z Compiling uuid v1.15.1
13722025-03-25T22:13:36.999Z Compiling chrono v0.4.40
13732025-03-25T22:13:37.201Z Compiling atomic-waker v1.1.2
13742025-03-25T22:13:37.400Z Compiling utf8_iter v1.0.4
13752025-03-25T22:13:37.644Z Compiling utf16_iter v1.0.5
13762025-03-25T22:13:37.812Z Compiling num_threads v0.1.7
13772025-03-25T22:13:37.862Z Compiling icu_normalizer_data v1.5.0
13782025-03-25T22:13:37.883Z Compiling http-body v1.0.1
13792025-03-25T22:13:37.961Z Compiling icu_normalizer v1.5.0
13802025-03-25T22:13:37.984Z Compiling time v0.3.36
13812025-03-25T22:13:38.136Z Compiling scroll v0.12.0
13822025-03-25T22:13:38.157Z Compiling pest_generator v2.7.14
13832025-03-25T22:13:38.238Z Compiling pkcs8 v0.10.2
13842025-03-25T22:13:38.662Z Compiling which v4.4.2
13852025-03-25T22:13:39.542Z Compiling zerocopy-derive v0.8.10
13862025-03-25T22:13:39.622Z Compiling serde_derive_internals v0.29.1
13872025-03-25T22:13:39.641Z Compiling slog v2.7.0
13882025-03-25T22:13:39.878Z Compiling try-lock v0.2.5
13892025-03-25T22:13:40.054Z Compiling schemars v0.8.22
13902025-03-25T22:13:40.146Z Compiling tinyvec_macros v0.1.1
13912025-03-25T22:13:40.248Z Compiling tinyvec v1.8.0
13922025-03-25T22:13:40.277Z Compiling want v0.3.1
13932025-03-25T22:13:40.404Z Compiling goblin v0.8.2
13942025-03-25T22:13:40.559Z Compiling pest_derive v2.7.14
13952025-03-25T22:13:41.355Z Compiling idna_adapter v1.2.0
13962025-03-25T22:13:41.604Z Compiling form_urlencoded v1.2.1
13972025-03-25T22:13:41.789Z Compiling openssl v0.10.71
13982025-03-25T22:13:41.840Z Compiling schemars_derive v0.8.22
13992025-03-25T22:13:41.917Z Compiling tower-service v0.3.3
14002025-03-25T22:13:42.071Z Compiling rustversion v1.0.17
14012025-03-25T22:13:42.202Z Compiling adler2 v2.0.0
14022025-03-25T22:13:42.448Z Compiling foreign-types-shared v0.1.1
14032025-03-25T22:13:42.532Z Compiling dyn-clone v1.0.19
14042025-03-25T22:13:42.551Z Compiling httpdate v1.0.3
14052025-03-25T22:13:42.744Z Compiling foreign-types v0.3.2
14062025-03-25T22:13:42.778Z Compiling miniz_oxide v0.8.5
14072025-03-25T22:13:42.881Z Compiling idna v1.0.3
14082025-03-25T22:13:42.960Z Compiling dtrace-parser v0.2.0
14092025-03-25T22:13:44.264Z Compiling tokio-util v0.7.13
14102025-03-25T22:13:44.756Z Compiling serde_spanned v0.6.8
14112025-03-25T22:13:44.992Z Compiling serde_tokenstream v0.2.2
14122025-03-25T22:13:45.085Z Compiling rand_core v0.9.2
14132025-03-25T22:13:45.164Z Compiling h2 v0.4.6
14142025-03-25T22:13:45.444Z Compiling toml_datetime v0.6.8
14152025-03-25T22:13:45.546Z Compiling openssl-macros v0.1.1
14162025-03-25T22:13:45.921Z Compiling bzip2-sys v0.1.11+1.0.8
14172025-03-25T22:13:46.263Z Compiling dof v0.3.0
14182025-03-25T22:13:46.410Z Compiling base64 v0.22.1
14192025-03-25T22:13:46.735Z Compiling rustls v0.23.19
14202025-03-25T22:13:47.044Z Compiling siphasher v0.3.11
14212025-03-25T22:13:47.065Z Compiling native-tls v0.2.12
14222025-03-25T22:13:47.425Z Compiling syn v1.0.109
14232025-03-25T22:13:47.468Z Compiling usdt-impl v0.5.0
14242025-03-25T22:13:48.107Z Compiling rand_chacha v0.9.0
14252025-03-25T22:13:48.781Z Compiling unicode-normalization v0.1.24
14262025-03-25T22:13:49.333Z Compiling heapless v0.7.17
14272025-03-25T22:13:49.663Z Compiling crossbeam-epoch v0.9.18
14282025-03-25T22:13:50.215Z Compiling rand_chacha v0.3.1
14292025-03-25T22:13:50.230Z Compiling signature v2.2.0
14302025-03-25T22:13:50.230Z Compiling dirs-sys-next v0.1.2
14312025-03-25T22:13:50.230Z Compiling crc32fast v1.4.2
14322025-03-25T22:13:50.230Z Compiling cookie v0.18.1
14332025-03-25T22:13:50.322Z Compiling rayon-core v1.12.1
14342025-03-25T22:13:50.378Z Compiling rustls v0.22.4
14352025-03-25T22:13:50.433Z Compiling unicode-bidi v0.3.17
14362025-03-25T22:13:50.452Z Compiling signal-hook v0.3.17
14372025-03-25T22:13:50.619Z Compiling openssl-probe v0.1.5
14382025-03-25T22:13:50.674Z Compiling unicode-properties v0.1.3
14392025-03-25T22:13:50.899Z Compiling rand v0.8.5
14402025-03-25T22:13:50.923Z Compiling dirs-next v2.0.0
14412025-03-25T22:13:51.103Z Compiling crossbeam-deque v0.8.5
14422025-03-25T22:13:51.196Z Compiling stringprep v0.1.5
14432025-03-25T22:13:51.638Z Compiling rand v0.9.0
14442025-03-25T22:13:52.151Z Compiling hyper v1.6.0
14452025-03-25T22:13:52.252Z Compiling url v2.5.3
14462025-03-25T22:13:52.917Z Compiling http-body-util v0.1.2
14472025-03-25T22:13:53.410Z Compiling curve25519-dalek v4.1.3
14482025-03-25T22:13:53.932Z Compiling md-5 v0.10.6
14492025-03-25T22:13:54.020Z Compiling async-trait v0.1.87
14502025-03-25T22:13:54.119Z Compiling num-integer v0.1.46
14512025-03-25T22:13:54.213Z Compiling hash32 v0.2.1
14522025-03-25T22:13:54.580Z Compiling hyper-util v0.1.10
14532025-03-25T22:13:54.807Z Compiling thread_local v1.1.8
14542025-03-25T22:13:54.851Z Compiling ff v0.13.0
14552025-03-25T22:13:55.086Z Compiling multer v3.1.0
14562025-03-25T22:13:55.305Z Compiling memoffset v0.9.1
14572025-03-25T22:13:55.328Z Compiling encoding_rs v0.8.34
14582025-03-25T22:13:55.380Z Compiling litrs v0.4.1
14592025-03-25T22:13:55.649Z Compiling smoltcp v0.9.1
14602025-03-25T22:13:55.684Z Compiling base16ct v0.2.0
14612025-03-25T22:13:56.003Z Compiling cfg_aliases v0.2.1
14622025-03-25T22:13:56.121Z Compiling gimli v0.31.1
14632025-03-25T22:13:56.230Z Compiling slog-async v2.8.0
14642025-03-25T22:13:56.415Z Compiling newtype-uuid v1.2.1
14652025-03-25T22:13:56.444Z Compiling portable-atomic v1.9.0
14662025-03-25T22:13:56.749Z Compiling match_cfg v0.1.0
14672025-03-25T22:13:56.769Z Compiling mime v0.3.17
14682025-03-25T22:13:56.853Z Compiling num-bigint-dig v0.8.4
14692025-03-25T22:13:57.195Z Compiling psl-types v2.0.11
14702025-03-25T22:13:57.309Z Compiling fallible-iterator v0.2.0
14712025-03-25T22:13:57.380Z Compiling hostname v0.3.1
14722025-03-25T22:13:57.400Z Compiling publicsuffix v2.3.0
14732025-03-25T22:13:57.497Z Compiling toml_edit v0.22.24
14742025-03-25T22:13:57.683Z Compiling document-features v0.2.10
14752025-03-25T22:13:57.739Z Compiling nix v0.29.0
14762025-03-25T22:13:57.969Z Compiling postgres-protocol v0.6.8
14772025-03-25T22:13:58.618Z Compiling sec1 v0.7.3
14782025-03-25T22:13:59.068Z Compiling group v0.13.0
14792025-03-25T22:13:59.155Z Compiling num-iter v0.1.45
14802025-03-25T22:13:59.348Z Compiling tokio-native-tls v0.3.1
14812025-03-25T22:13:59.373Z Compiling bzip2 v0.4.4
14822025-03-25T22:13:59.624Z Compiling term v0.7.0
14832025-03-25T22:14:00.209Z Compiling addr2line v0.24.2
14842025-03-25T22:14:00.749Z Compiling flate2 v1.1.0
14852025-03-25T22:14:00.835Z Compiling usdt-attr-macro v0.5.0
14862025-03-25T22:14:00.881Z Compiling usdt-macro v0.5.0
14872025-03-25T22:14:00.902Z Compiling phf_shared v0.11.2
14882025-03-25T22:14:01.271Z Compiling ipnetwork v0.21.1
14892025-03-25T22:14:01.518Z Compiling slog-json v2.6.1
14902025-03-25T22:14:01.624Z Compiling serde_urlencoded v0.7.1
14912025-03-25T22:14:01.927Z Compiling terminal_size v0.4.0
14922025-03-25T22:14:02.081Z Compiling crossbeam-channel v0.5.13
14932025-03-25T22:14:02.118Z Compiling futures-executor v0.3.31
14942025-03-25T22:14:02.152Z Compiling hkdf v0.12.4
14952025-03-25T22:14:02.298Z Compiling crypto-bigint v0.5.5
14962025-03-25T22:14:02.394Z Compiling async-stream-impl v0.3.6
14972025-03-25T22:14:02.431Z Compiling zerocopy-derive v0.6.6
14982025-03-25T22:14:02.590Z Compiling curve25519-dalek-derive v0.1.1
14992025-03-25T22:14:03.073Z Compiling rustls-pemfile v2.2.0
15002025-03-25T22:14:03.395Z Compiling webpki-roots v0.26.6
15012025-03-25T22:14:03.455Z Compiling hubpack_derive v0.1.1
15022025-03-25T22:14:03.618Z Compiling sync_wrapper v1.0.1
15032025-03-25T22:14:03.639Z Compiling is-terminal v0.4.13
15042025-03-25T22:14:03.777Z Compiling ahash v0.8.11
15052025-03-25T22:14:03.795Z Compiling dropshot v0.12.0
15062025-03-25T22:14:04.000Z Compiling fs-err v2.11.0
15072025-03-25T22:14:04.110Z Compiling object v0.36.5
15082025-03-25T22:14:04.150Z Compiling winnow v0.5.40
15092025-03-25T22:14:04.279Z Compiling rustc-demangle v0.1.24
15102025-03-25T22:14:04.279Z Compiling take_mut v0.2.2
15112025-03-25T22:14:04.322Z Compiling unicode-width v0.2.0
15122025-03-25T22:14:04.437Z Compiling tower-layer v0.3.3
15132025-03-25T22:14:04.459Z Compiling managed v0.8.0
15142025-03-25T22:14:04.713Z Compiling simd-adler32 v0.3.7
15152025-03-25T22:14:04.836Z Compiling ipnet v2.11.0
15162025-03-25T22:14:04.896Z Compiling lockfree-object-pool v0.1.6
15172025-03-25T22:14:05.172Z Compiling bumpalo v3.16.0
15182025-03-25T22:14:05.193Z Compiling zip v2.1.3
15192025-03-25T22:14:05.236Z Compiling anyhow v1.0.97
15202025-03-25T22:14:05.512Z Compiling buf-list v1.0.3
15212025-03-25T22:14:05.654Z Compiling zopfli v0.8.1
15222025-03-25T22:14:05.899Z Compiling elliptic-curve v0.13.8
15232025-03-25T22:14:06.212Z Compiling console v0.15.10
15242025-03-25T22:14:06.755Z Compiling tower v0.5.2
15252025-03-25T22:14:07.234Z Compiling clap_builder v4.5.32
15262025-03-25T22:14:07.543Z Compiling toml_edit v0.19.15
15272025-03-25T22:14:07.809Z Compiling hubpack v0.1.2
15282025-03-25T22:14:08.038Z Compiling zerocopy v0.6.6
15292025-03-25T22:14:08.199Z Compiling strum_macros v0.25.3
15302025-03-25T22:14:08.619Z Compiling slog-term v2.9.1
15312025-03-25T22:14:08.775Z Compiling usdt v0.5.0
15322025-03-25T22:14:09.239Z Compiling async-stream v0.3.6
15332025-03-25T22:14:09.536Z Compiling futures v0.3.31
15342025-03-25T22:14:09.658Z Compiling slog-bunyan v2.5.0
15352025-03-25T22:14:09.693Z Compiling oxnet v0.1.1
15362025-03-25T22:14:09.877Z Compiling phf v0.11.2
15372025-03-25T22:14:10.154Z Compiling signal-hook-mio v0.2.4
15382025-03-25T22:14:10.341Z Compiling toml v0.8.20
15392025-03-25T22:14:10.385Z Compiling cookie_store v0.21.1
15402025-03-25T22:14:11.166Z Compiling backtrace v0.3.74
15412025-03-25T22:14:11.705Z Compiling rayon v1.10.0
15422025-03-25T22:14:11.800Z Compiling hyper-tls v0.6.0
15432025-03-25T22:14:13.307Z Compiling postgres-types v0.2.9
15442025-03-25T22:14:14.010Z Compiling camino v1.1.9
15452025-03-25T22:14:14.639Z Compiling ed25519 v2.2.3
15462025-03-25T22:14:14.799Z Compiling phf_shared v0.10.0
15472025-03-25T22:14:14.864Z Compiling dropshot_endpoint v0.12.0
15482025-03-25T22:14:15.171Z Compiling pkcs1 v0.7.5
15492025-03-25T22:14:15.879Z Compiling waitgroup v0.1.2
15502025-03-25T22:14:15.969Z Compiling openapiv3 v2.0.0
15512025-03-25T22:14:16.038Z Compiling serde_path_to_error v0.1.16
15522025-03-25T22:14:16.116Z Compiling serde-big-array v0.5.1
15532025-03-25T22:14:16.189Z Compiling enum-as-inner v0.6.1
15542025-03-25T22:14:16.347Z Compiling clap_derive v4.5.32
15552025-03-25T22:14:16.420Z Compiling rfc6979 v0.4.0
15562025-03-25T22:14:16.657Z Compiling sha1 v0.10.6
15572025-03-25T22:14:16.807Z Compiling daft-derive v0.1.2
15582025-03-25T22:14:17.072Z Compiling serde_repr v0.1.19
15592025-03-25T22:14:17.204Z Compiling bstr v1.10.0
15602025-03-25T22:14:18.155Z Compiling float-cmp v0.10.0
15612025-03-25T22:14:18.378Z Compiling hostname v0.4.0
15622025-03-25T22:14:18.453Z Compiling number_prefix v0.4.0
15632025-03-25T22:14:18.602Z Compiling whoami v1.5.2
15642025-03-25T22:14:18.700Z Compiling unicode-segmentation v1.12.0
15652025-03-25T22:14:18.720Z Compiling data-encoding v2.6.0
15662025-03-25T22:14:18.860Z Compiling new_debug_unreachable v1.0.6
15672025-03-25T22:14:18.969Z Compiling predicates-core v1.0.8
15682025-03-25T22:14:19.169Z Compiling difflib v0.4.0
15692025-03-25T22:14:19.283Z Compiling static_assertions v1.1.0
15702025-03-25T22:14:19.397Z Compiling precomputed-hash v0.1.1
15712025-03-25T22:14:19.536Z Compiling debug-ignore v1.0.5
15722025-03-25T22:14:19.557Z Compiling fixedbitset v0.4.2
15732025-03-25T22:14:19.700Z Compiling normalize-line-endings v0.3.0
15742025-03-25T22:14:19.836Z Compiling predicates v3.1.3
15752025-03-25T22:14:19.857Z Compiling petgraph v0.6.5
15762025-03-25T22:14:20.001Z Compiling string_cache v0.8.7
15772025-03-25T22:14:20.421Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15782025-03-25T22:14:20.475Z Compiling similar v2.7.0
15792025-03-25T22:14:20.564Z Compiling hickory-proto v0.24.4
15802025-03-25T22:14:20.832Z Compiling clap v4.5.32
15812025-03-25T22:14:20.960Z Compiling tokio-postgres v0.7.13
15822025-03-25T22:14:21.269Z Compiling indicatif v0.17.11
15832025-03-25T22:14:22.604Z Compiling daft v0.1.2
15842025-03-25T22:14:23.079Z Compiling ecdsa v0.16.9
15852025-03-25T22:14:23.302Z Compiling rsa v0.9.6
15862025-03-25T22:14:23.463Z Compiling ed25519-dalek v2.1.1
15872025-03-25T22:14:25.452Z Compiling toml v0.7.8
15882025-03-25T22:14:25.512Z Compiling crossterm v0.28.1
15892025-03-25T22:14:26.823Z Compiling zip v0.6.6
15902025-03-25T22:14:27.135Z Compiling tokio-stream v0.1.17
15912025-03-25T22:14:27.264Z Compiling hex v0.4.3
15922025-03-25T22:14:27.886Z Compiling x509-cert v0.2.5
15932025-03-25T22:14:28.082Z Compiling itertools v0.10.5
15942025-03-25T22:14:28.102Z Compiling lalrpop-util v0.19.12
15952025-03-25T22:14:28.295Z Compiling unicode-xid v0.2.6
15962025-03-25T22:14:28.488Z Compiling peg-runtime v0.8.5
15972025-03-25T22:14:28.491Z Compiling strum_macros v0.26.4
15982025-03-25T22:14:28.724Z Compiling xattr v1.3.1
15992025-03-25T22:14:28.999Z Compiling filetime v0.2.25
16002025-03-25T22:14:29.303Z Compiling tar v0.4.44
16012025-03-25T22:14:33.062Z Compiling strum v0.26.3
16022025-03-25T22:14:36.501Z Compiling aws-lc-sys v0.26.0
16032025-03-25T22:15:05.637Z Compiling rustls-webpki v0.102.8
16042025-03-25T22:15:08.801Z Compiling tokio-rustls v0.25.0
16052025-03-25T22:15:10.423Z Compiling tokio-rustls v0.26.0
16062025-03-25T22:15:10.781Z Compiling hyper-rustls v0.27.3
16072025-03-25T22:15:11.159Z Compiling reqwest v0.12.12
16082025-03-25T22:15:14.740Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16092025-03-25T22:15:15.006Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16102025-03-25T22:15:19.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s
16112025-03-25T22:15:19.541Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16122025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: Cockroach
16132025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: Console
16142025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: Clickhouse
16152025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: DendriteOpenapi
16162025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: DendriteStub
16172025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: MaghemiteMgd
16182025-03-25T22:15:19.592ZMar 25 22:15:19.013 INFO Starting download, target: TransceiverControl
16192025-03-25T22:15:20.599ZMar 25 22:15:19.014 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16202025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi
16212025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16222025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16232025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16242025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16252025-03-25T22:15:20.600ZMar 25 22:15:19.014 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16262025-03-25T22:15:20.606ZMar 25 22:15:19.188 INFO Download complete, target: DendriteOpenapi
16272025-03-25T22:15:20.606ZMar 25 22:15:19.372 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16282025-03-25T22:15:20.606ZMar 25 22:15:19.581 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16292025-03-25T22:15:20.606ZMar 25 22:15:19.827 INFO Download complete, target: TransceiverControl
16302025-03-25T22:15:20.606ZMar 25 22:15:20.008 INFO Download complete, target: Console
16312025-03-25T22:15:20.633ZMar 25 22:15:20.052 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16322025-03-25T22:15:20.646ZMar 25 22:15:20.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16332025-03-25T22:15:21.194ZMar 25 22:15:20.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16342025-03-25T22:15:21.195ZMar 25 22:15:20.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16352025-03-25T22:15:21.459ZMar 25 22:15:20.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16362025-03-25T22:15:23.224ZMar 25 22:15:22.643 INFO Download complete, target: MaghemiteMgd
16372025-03-25T22:15:23.775ZMar 25 22:15:23.193 INFO Download complete, target: DendriteStub
16382025-03-25T22:15:27.796ZMar 25 22:15:27.216 INFO Checking that binary works, target: Cockroach
16392025-03-25T22:15:27.962ZMar 25 22:15:27.381 INFO Download complete, target: Cockroach
16402025-03-25T22:15:32.266ZMar 25 22:15:31.683 INFO Checking that binary works, target: Clickhouse
16412025-03-25T22:15:32.432ZMar 25 22:15:31.851 INFO Download complete, target: Clickhouse
16422025-03-25T22:15:32.452ZAll builder prerequisites installed successfully, and PATH looks valid
16432025-03-25T22:15:32.456Z
16442025-03-25T22:15:32.456Zreal 5:31.231518191
16452025-03-25T22:15:32.456Zuser 15:29.284410400
16462025-03-25T22:15:32.456Zsys 2:07.195237527
16472025-03-25T22:15:32.456Ztrap 0.573640840
16482025-03-25T22:15:32.456Ztflt 0.930455753
16492025-03-25T22:15:32.456Zdflt 1.328395253
16502025-03-25T22:15:32.456Zkflt 0.023977042
16512025-03-25T22:15:32.456Zlock 23:29.250940572
16522025-03-25T22:15:32.456Zslp 56:25.953066705
16532025-03-25T22:15:32.456Zlat 1:03.826513850
16542025-03-25T22:15:32.457Zstop 2:30.607868664
16552025-03-25T22:15:32.457Z+ banner hack-check
16562025-03-25T22:15:32.460Z
16572025-03-25T22:15:32.460Z # # ## #### # # #### # # ###### #### # #
16582025-03-25T22:15:32.460Z # # # # # # # # # # # # # # # # #
16592025-03-25T22:15:32.460Z ###### # # # #### ##### # ###### ##### # ####
16602025-03-25T22:15:32.460Z # # ###### # # # # # # # # # #
16612025-03-25T22:15:32.460Z # # # # # # # # # # # # # # # # #
16622025-03-25T22:15:32.460Z # # # # #### # # #### # # ###### #### # #
16632025-03-25T22:15:32.460Z
16642025-03-25T22:15:32.460Z+ export CARGO_INCREMENTAL=0
16652025-03-25T22:15:32.461Z+ CARGO_INCREMENTAL=0
16662025-03-25T22:15:32.461Z+ ptime -m timeout 2h cargo xtask check-features --ci
16672025-03-25T22:15:33.037Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16682025-03-25T22:15:35.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
16692025-03-25T22:15:35.935Z Running `target/debug/xtask check-features --ci`
16702025-03-25T22:15:35.959Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16712025-03-25T22:15:35.963Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16722025-03-25T22:15:36.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
16732025-03-25T22:15:36.462Z Running `target/debug/xtask download cargo-hack`
16742025-03-25T22:15:37.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16752025-03-25T22:15:37.721Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16762025-03-25T22:15:41.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
16772025-03-25T22:15:41.494Z Running `target/debug/xtask-downloader cargo-hack`
16782025-03-25T22:15:41.533ZMar 25 22:15:40.950 INFO Starting download, target: CargoHack
16792025-03-25T22:15:41.539ZMar 25 22:15:40.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16802025-03-25T22:15:42.012ZMar 25 22:15:41.430 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16812025-03-25T22:15:42.088ZMar 25 22:15:41.506 INFO Download complete, target: CargoHack
16822025-03-25T22:15:42.092Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16832025-03-25T22:15:42.108Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16842025-03-25T22:15:42.285Zinfo: running `cargo check --bins` on api_identity (1/199)
16852025-03-25T22:15:42.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16862025-03-25T22:15:42.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16872025-03-25T22:15:42.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16882025-03-25T22:15:42.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16892025-03-25T22:15:42.906Z
16902025-03-25T22:15:42.906Zinfo: running `cargo check --bins` on bootstore (2/199)
16912025-03-25T22:15:43.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16922025-03-25T22:15:43.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16932025-03-25T22:15:43.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16942025-03-25T22:15:43.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16952025-03-25T22:15:43.561Z
16962025-03-25T22:15:43.561Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16972025-03-25T22:15:44.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16982025-03-25T22:15:44.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16992025-03-25T22:15:44.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17002025-03-25T22:15:44.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17012025-03-25T22:15:44.198Z
17022025-03-25T22:15:44.198Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
17032025-03-25T22:15:44.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17042025-03-25T22:15:44.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17052025-03-25T22:15:44.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17062025-03-25T22:15:44.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
17072025-03-25T22:15:44.836Z
17082025-03-25T22:15:44.836Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17092025-03-25T22:15:45.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17102025-03-25T22:15:45.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17112025-03-25T22:15:45.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17122025-03-25T22:15:45.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17132025-03-25T22:15:45.284Z
17142025-03-25T22:15:45.284Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17152025-03-25T22:15:45.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17162025-03-25T22:15:45.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17172025-03-25T22:15:45.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17182025-03-25T22:15:45.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17192025-03-25T22:15:45.737Z
17202025-03-25T22:15:45.737Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17212025-03-25T22:15:46.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17222025-03-25T22:15:46.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17232025-03-25T22:15:46.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17242025-03-25T22:15:46.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17252025-03-25T22:15:46.200Z
17262025-03-25T22:15:46.201Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17272025-03-25T22:15:46.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17282025-03-25T22:15:46.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17292025-03-25T22:15:46.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17302025-03-25T22:15:46.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17312025-03-25T22:15:46.653Z
17322025-03-25T22:15:46.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17332025-03-25T22:15:47.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17342025-03-25T22:15:47.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17352025-03-25T22:15:47.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17362025-03-25T22:15:47.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17372025-03-25T22:15:47.100Z
17382025-03-25T22:15:47.100Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17392025-03-25T22:15:47.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17402025-03-25T22:15:47.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17412025-03-25T22:15:47.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17422025-03-25T22:15:47.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17432025-03-25T22:15:47.543Z
17442025-03-25T22:15:47.543Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17452025-03-25T22:15:47.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17462025-03-25T22:15:47.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17472025-03-25T22:15:47.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17482025-03-25T22:15:47.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17492025-03-25T22:15:47.995Z
17502025-03-25T22:15:47.995Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17512025-03-25T22:15:48.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17522025-03-25T22:15:48.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17532025-03-25T22:15:48.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17542025-03-25T22:15:48.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17552025-03-25T22:15:48.449Z
17562025-03-25T22:15:48.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17572025-03-25T22:15:48.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17582025-03-25T22:15:48.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17592025-03-25T22:15:48.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17602025-03-25T22:15:48.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17612025-03-25T22:15:48.906Z
17622025-03-25T22:15:48.906Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17632025-03-25T22:15:49.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17642025-03-25T22:15:49.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17652025-03-25T22:15:49.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17662025-03-25T22:15:49.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17672025-03-25T22:15:49.355Z
17682025-03-25T22:15:49.355Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17692025-03-25T22:15:49.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17702025-03-25T22:15:49.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17712025-03-25T22:15:49.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17722025-03-25T22:15:49.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17732025-03-25T22:15:49.803Z
17742025-03-25T22:15:49.803Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17752025-03-25T22:15:50.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17762025-03-25T22:15:50.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17772025-03-25T22:15:50.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17782025-03-25T22:15:50.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17792025-03-25T22:15:50.257Z
17802025-03-25T22:15:50.257Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17812025-03-25T22:15:50.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17822025-03-25T22:15:50.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17832025-03-25T22:15:50.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17842025-03-25T22:15:50.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17852025-03-25T22:15:50.712Z
17862025-03-25T22:15:50.712Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17872025-03-25T22:15:51.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17882025-03-25T22:15:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17892025-03-25T22:15:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17902025-03-25T22:15:51.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17912025-03-25T22:15:51.167Z
17922025-03-25T22:15:51.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17932025-03-25T22:15:51.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942025-03-25T22:15:51.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952025-03-25T22:15:51.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962025-03-25T22:15:51.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17972025-03-25T22:15:51.625Z
17982025-03-25T22:15:51.625Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17992025-03-25T22:15:52.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002025-03-25T22:15:52.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012025-03-25T22:15:52.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022025-03-25T22:15:52.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18032025-03-25T22:15:52.081Z
18042025-03-25T22:15:52.081Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18052025-03-25T22:15:52.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062025-03-25T22:15:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072025-03-25T22:15:52.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082025-03-25T22:15:52.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18092025-03-25T22:15:52.538Z
18102025-03-25T22:15:52.538Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18112025-03-25T22:15:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122025-03-25T22:15:52.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132025-03-25T22:15:52.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142025-03-25T22:15:52.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18152025-03-25T22:15:52.995Z
18162025-03-25T22:15:52.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18172025-03-25T22:15:53.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182025-03-25T22:15:53.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192025-03-25T22:15:53.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202025-03-25T22:15:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18212025-03-25T22:15:53.449Z
18222025-03-25T22:15:53.449Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18232025-03-25T22:15:53.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242025-03-25T22:15:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252025-03-25T22:15:53.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262025-03-25T22:15:53.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18272025-03-25T22:15:53.909Z
18282025-03-25T22:15:53.909Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18292025-03-25T22:15:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302025-03-25T22:15:54.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312025-03-25T22:15:54.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322025-03-25T22:15:54.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18332025-03-25T22:15:54.369Z
18342025-03-25T22:15:54.369Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18352025-03-25T22:15:54.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362025-03-25T22:15:54.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372025-03-25T22:15:54.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382025-03-25T22:15:54.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18392025-03-25T22:15:54.825Z
18402025-03-25T22:15:54.825Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18412025-03-25T22:15:55.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422025-03-25T22:15:55.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432025-03-25T22:15:55.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442025-03-25T22:15:55.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452025-03-25T22:15:55.278Z
18462025-03-25T22:15:55.278Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18472025-03-25T22:15:55.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482025-03-25T22:15:55.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492025-03-25T22:15:55.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502025-03-25T22:15:55.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512025-03-25T22:15:55.728Z
18522025-03-25T22:15:55.728Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18532025-03-25T22:15:56.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542025-03-25T22:15:56.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552025-03-25T22:15:56.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562025-03-25T22:15:56.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572025-03-25T22:15:56.178Z
18582025-03-25T22:15:56.178Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18592025-03-25T22:15:56.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602025-03-25T22:15:56.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612025-03-25T22:15:56.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622025-03-25T22:15:56.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632025-03-25T22:15:56.636Z
18642025-03-25T22:15:56.636Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18652025-03-25T22:15:57.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662025-03-25T22:15:57.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672025-03-25T22:15:57.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682025-03-25T22:15:57.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692025-03-25T22:15:57.087Z
18702025-03-25T22:15:57.087Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18712025-03-25T22:15:57.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722025-03-25T22:15:57.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732025-03-25T22:15:57.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742025-03-25T22:15:57.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752025-03-25T22:15:57.534Z
18762025-03-25T22:15:57.534Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18772025-03-25T22:15:57.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782025-03-25T22:15:57.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792025-03-25T22:15:57.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802025-03-25T22:15:57.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18812025-03-25T22:15:57.980Z
18822025-03-25T22:15:57.980Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18832025-03-25T22:15:58.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842025-03-25T22:15:58.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852025-03-25T22:15:58.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862025-03-25T22:15:58.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872025-03-25T22:15:58.432Z
18882025-03-25T22:15:58.432Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18892025-03-25T22:15:58.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902025-03-25T22:15:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912025-03-25T22:15:58.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922025-03-25T22:15:58.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18932025-03-25T22:15:58.878Z
18942025-03-25T22:15:58.878Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18952025-03-25T22:15:59.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962025-03-25T22:15:59.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972025-03-25T22:15:59.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982025-03-25T22:15:59.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992025-03-25T22:15:59.329Z
19002025-03-25T22:15:59.329Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
19012025-03-25T22:15:59.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022025-03-25T22:15:59.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032025-03-25T22:15:59.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042025-03-25T22:15:59.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052025-03-25T22:15:59.780Z
19062025-03-25T22:15:59.780Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19072025-03-25T22:16:00.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082025-03-25T22:16:00.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092025-03-25T22:16:00.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102025-03-25T22:16:00.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112025-03-25T22:16:00.231Z
19122025-03-25T22:16:00.231Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19132025-03-25T22:16:00.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142025-03-25T22:16:00.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152025-03-25T22:16:00.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162025-03-25T22:16:00.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172025-03-25T22:16:00.684Z
19182025-03-25T22:16:00.684Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19192025-03-25T22:16:01.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202025-03-25T22:16:01.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212025-03-25T22:16:01.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222025-03-25T22:16:01.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19232025-03-25T22:16:01.142Z
19242025-03-25T22:16:01.142Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19252025-03-25T22:16:01.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262025-03-25T22:16:01.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272025-03-25T22:16:01.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282025-03-25T22:16:01.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292025-03-25T22:16:01.592Z
19302025-03-25T22:16:01.592Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19312025-03-25T22:16:01.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322025-03-25T22:16:01.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332025-03-25T22:16:01.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342025-03-25T22:16:02.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352025-03-25T22:16:02.042Z
19362025-03-25T22:16:02.042Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19372025-03-25T22:16:02.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382025-03-25T22:16:02.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392025-03-25T22:16:02.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402025-03-25T22:16:02.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412025-03-25T22:16:02.495Z
19422025-03-25T22:16:02.495Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19432025-03-25T22:16:02.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442025-03-25T22:16:02.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452025-03-25T22:16:02.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462025-03-25T22:16:02.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472025-03-25T22:16:02.943Z
19482025-03-25T22:16:02.943Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19492025-03-25T22:16:03.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502025-03-25T22:16:03.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512025-03-25T22:16:03.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522025-03-25T22:16:03.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19532025-03-25T22:16:03.595Z
19542025-03-25T22:16:03.595Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19552025-03-25T22:16:04.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562025-03-25T22:16:04.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572025-03-25T22:16:04.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582025-03-25T22:16:04.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19592025-03-25T22:16:04.251Z
19602025-03-25T22:16:04.251Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19612025-03-25T22:16:04.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622025-03-25T22:16:04.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632025-03-25T22:16:04.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642025-03-25T22:16:04.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19652025-03-25T22:16:04.902Z
19662025-03-25T22:16:04.902Zinfo: running `cargo check --bins` on oxlog (48/199)
19672025-03-25T22:16:05.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682025-03-25T22:16:05.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692025-03-25T22:16:05.535Z Checking cfg-if v1.0.0
19702025-03-25T22:16:05.538Z Checking libc v0.2.170
19712025-03-25T22:16:05.648Z Checking serde v1.0.218
19722025-03-25T22:16:05.651Z Checking zeroize v1.8.1
19732025-03-25T22:16:05.651Z Checking memchr v2.7.4
19742025-03-25T22:16:05.677Z Checking typenum v1.17.0
19752025-03-25T22:16:05.682Z Checking subtle v2.6.1
19762025-03-25T22:16:05.682Z Checking value-bag v1.9.0
19772025-03-25T22:16:05.719Z Checking itoa v1.0.11
19782025-03-25T22:16:05.901Z Checking smallvec v1.14.0
19792025-03-25T22:16:05.929Z Checking scopeguard v1.2.0
19802025-03-25T22:16:05.962Z Checking const-oid v0.9.6
19812025-03-25T22:16:06.075Z Checking lock_api v0.4.12
19822025-03-25T22:16:06.108Z Checking log v0.4.22
19832025-03-25T22:16:06.235Z Checking pin-project-lite v0.2.14
19842025-03-25T22:16:06.373Z Checking once_cell v1.20.3
19852025-03-25T22:16:06.448Z Checking byteorder v1.5.0
19862025-03-25T22:16:06.477Z Checking futures-core v0.3.31
19872025-03-25T22:16:06.610Z Checking stable_deref_trait v1.2.0
19882025-03-25T22:16:06.661Z Checking getrandom v0.2.15
19892025-03-25T22:16:06.661Z Checking signal-hook-registry v1.4.2
19902025-03-25T22:16:06.690Z Checking parking_lot_core v0.9.10
19912025-03-25T22:16:06.704Z Checking generic-array v0.14.7
19922025-03-25T22:16:06.718Z Checking mio v1.0.2
19932025-03-25T22:16:06.846Z Checking socket2 v0.5.8
19942025-03-25T22:16:06.897Z Checking rand_core v0.6.4
19952025-03-25T22:16:06.913Z Checking futures-sink v0.3.31
19962025-03-25T22:16:07.019Z Checking parking_lot v0.12.3
19972025-03-25T22:16:07.061Z Checking cpufeatures v0.2.14
19982025-03-25T22:16:07.162Z Checking ryu v1.0.18
19992025-03-25T22:16:07.208Z Checking zerocopy v0.7.35
20002025-03-25T22:16:07.307Z Checking zerofrom v0.1.4
20012025-03-25T22:16:07.310Z Checking equivalent v1.0.1
20022025-03-25T22:16:07.356Z Checking allocator-api2 v0.2.18
20032025-03-25T22:16:07.381Z Checking foldhash v0.1.3
20042025-03-25T22:16:07.433Z Checking libm v0.2.8
20052025-03-25T22:16:07.503Z Checking yoke v0.7.4
20062025-03-25T22:16:07.580Z Checking slab v0.4.9
20072025-03-25T22:16:07.724Z Checking crypto-common v0.1.6
20082025-03-25T22:16:07.824Z Checking block-buffer v0.10.4
20092025-03-25T22:16:07.839Z Checking block-padding v0.3.3
20102025-03-25T22:16:07.853Z Checking zerovec v0.10.4
20112025-03-25T22:16:07.911Z Checking futures-channel v0.3.31
20122025-03-25T22:16:07.940Z Checking hashbrown v0.15.1
20132025-03-25T22:16:08.043Z Checking inout v0.1.3
20142025-03-25T22:16:08.059Z Checking digest v0.10.7
20152025-03-25T22:16:08.244Z Checking getrandom v0.3.1
20162025-03-25T22:16:08.269Z Checking futures-io v0.3.31
20172025-03-25T22:16:08.317Z Checking num-traits v0.2.19
20182025-03-25T22:16:08.420Z Checking futures-task v0.3.31
20192025-03-25T22:16:08.431Z Checking hmac v0.12.1
20202025-03-25T22:16:08.446Z Checking pin-utils v0.1.0
20212025-03-25T22:16:08.478Z Checking sha2 v0.10.8
20222025-03-25T22:16:08.543Z Checking cipher v0.4.4
20232025-03-25T22:16:08.640Z Checking base64ct v1.6.0
20242025-03-25T22:16:08.656Z Checking futures-util v0.3.31
20252025-03-25T22:16:08.955Z Checking writeable v0.5.5
20262025-03-25T22:16:08.973Z Checking flagset v0.4.6
20272025-03-25T22:16:09.026Z Checking litemap v0.7.3
20282025-03-25T22:16:09.068Z Checking pem-rfc7468 v0.7.0
20292025-03-25T22:16:09.166Z Checking fnv v1.0.7
20302025-03-25T22:16:09.272Z Checking salsa20 v0.10.2
20312025-03-25T22:16:09.308Z Checking pbkdf2 v0.12.2
20322025-03-25T22:16:09.337Z Checking der v0.7.9
20332025-03-25T22:16:09.352Z Checking ppv-lite86 v0.2.20
20342025-03-25T22:16:09.391Z Checking tinystr v0.7.6
20352025-03-25T22:16:09.468Z Checking rustls-pki-types v1.10.0
20362025-03-25T22:16:09.488Z Checking icu_locid_transform_data v1.5.0
20372025-03-25T22:16:09.589Z Checking scrypt v0.11.0
20382025-03-25T22:16:09.742Z Checking icu_locid v1.5.0
20392025-03-25T22:16:09.784Z Checking icu_collections v1.5.0
20402025-03-25T22:16:09.802Z Checking aes v0.8.4
20412025-03-25T22:16:09.989Z Checking cbc v0.1.2
20422025-03-25T22:16:10.054Z Checking tracing-core v0.1.32
20432025-03-25T22:16:10.130Z Checking bytes v1.10.1
20442025-03-25T22:16:10.204Z Checking serde_json v1.0.139
20452025-03-25T22:16:10.430Z Checking indexmap v2.7.1
20462025-03-25T22:16:10.634Z Checking bitflags v2.6.0
20472025-03-25T22:16:10.683Z Checking uuid v1.15.1
20482025-03-25T22:16:10.686Z Checking icu_provider v1.5.0
20492025-03-25T22:16:10.941Z Checking aws-lc-sys v0.26.0
20502025-03-25T22:16:11.041Z Checking spki v0.7.3
20512025-03-25T22:16:11.115Z Checking tokio v1.43.0
20522025-03-25T22:16:11.269Z Checking http v1.2.0
20532025-03-25T22:16:11.305Z Checking icu_locid_transform v1.5.0
20542025-03-25T22:16:11.327Z Checking untrusted v0.7.1
20552025-03-25T22:16:11.491Z Checking powerfmt v0.2.0
20562025-03-25T22:16:11.589Z Checking untrusted v0.9.0
20572025-03-25T22:16:11.744Z Checking icu_properties_data v1.5.0
20582025-03-25T22:16:11.761Z Checking percent-encoding v2.3.1
20592025-03-25T22:16:11.865Z Checking ring v0.17.11
20602025-03-25T22:16:11.978Z Checking deranged v0.3.11
20612025-03-25T22:16:11.998Z Checking pkcs5 v0.7.1
20622025-03-25T22:16:12.600Z Checking icu_properties v1.5.1
20632025-03-25T22:16:12.656Z Checking tracing v0.1.40
20642025-03-25T22:16:12.656Z Checking crossbeam-utils v0.8.20
20652025-03-25T22:16:12.862Z Checking spin v0.9.8
20662025-03-25T22:16:13.133Z Checking aws-lc-rs v1.12.4
20672025-03-25T22:16:13.171Z Checking thiserror v1.0.69
20682025-03-25T22:16:13.211Z Checking atomic-waker v1.1.2
20692025-03-25T22:16:13.252Z Checking num_threads v0.1.7
20702025-03-25T22:16:13.306Z Checking icu_normalizer_data v1.5.0
20712025-03-25T22:16:13.306Z Checking num-conv v0.1.0
20722025-03-25T22:16:13.359Z Checking time-core v0.1.2
20732025-03-25T22:16:13.376Z Checking write16 v1.0.0
20742025-03-25T22:16:13.407Z Checking iana-time-zone v0.1.61
20752025-03-25T22:16:13.502Z Checking utf8_iter v1.0.4
20762025-03-25T22:16:13.520Z Checking utf16_iter v1.0.5
20772025-03-25T22:16:13.562Z Checking time v0.3.36
20782025-03-25T22:16:13.565Z Checking chrono v0.4.40
20792025-03-25T22:16:13.691Z Checking http-body v1.0.1
20802025-03-25T22:16:13.709Z Checking pkcs8 v0.10.2
20812025-03-25T22:16:13.899Z Checking httparse v1.9.5
20822025-03-25T22:16:14.017Z Checking try-lock v0.2.5
20832025-03-25T22:16:14.037Z Checking tinyvec_macros v0.1.1
20842025-03-25T22:16:14.127Z Compiling newtype-uuid v1.2.1
20852025-03-25T22:16:14.167Z Checking want v0.3.1
20862025-03-25T22:16:14.318Z Checking tinyvec v1.8.0
20872025-03-25T22:16:14.352Z Checking form_urlencoded v1.2.1
20882025-03-25T22:16:14.463Z Checking zerocopy v0.8.10
20892025-03-25T22:16:14.557Z Checking adler2 v2.0.0
20902025-03-25T22:16:14.727Z Checking unicode-ident v1.0.14
20912025-03-25T22:16:14.856Z Checking rustls-webpki v0.102.8
20922025-03-25T22:16:14.914Z Checking httpdate v1.0.3
20932025-03-25T22:16:15.164Z Checking foreign-types-shared v0.1.1
20942025-03-25T22:16:15.285Z Checking tower-service v0.3.3
20952025-03-25T22:16:15.414Z Checking foreign-types v0.3.2
20962025-03-25T22:16:15.476Z Checking icu_normalizer v1.5.0
20972025-03-25T22:16:15.516Z Checking proc-macro2 v1.0.94
20982025-03-25T22:16:15.533Z Checking miniz_oxide v0.8.5
20992025-03-25T22:16:15.584Z Checking serde_spanned v0.6.8
21002025-03-25T22:16:15.647Z Checking semver v1.0.25
21012025-03-25T22:16:15.787Z Checking toml_datetime v0.6.8
21022025-03-25T22:16:15.875Z Checking slog v2.7.0
21032025-03-25T22:16:16.083Z Checking scroll v0.12.0
21042025-03-25T22:16:16.108Z Checking openssl-sys v0.9.106
21052025-03-25T22:16:16.215Z Checking errno v0.3.9
21062025-03-25T22:16:16.236Z Checking idna_adapter v1.2.0
21072025-03-25T22:16:16.261Z Checking aho-corasick v1.1.3
21082025-03-25T22:16:16.349Z Checking plain v0.2.3
21092025-03-25T22:16:16.390Z Checking dyn-clone v1.0.19
21102025-03-25T22:16:16.426Z Checking idna v1.0.3
21112025-03-25T22:16:16.512Z Checking ucd-trie v0.1.7
21122025-03-25T22:16:16.530Z Checking regex-syntax v0.8.5
21132025-03-25T22:16:16.547Z Checking siphasher v0.3.11
21142025-03-25T22:16:16.710Z Checking base64 v0.22.1
21152025-03-25T22:16:16.842Z Checking pest v2.7.14
21162025-03-25T22:16:16.922Z Checking schemars v0.8.22
21172025-03-25T22:16:17.187Z Checking goblin v0.8.2
21182025-03-25T22:16:17.221Z Checking rand_core v0.9.2
21192025-03-25T22:16:17.224Z Checking openssl v0.10.71
21202025-03-25T22:16:17.540Z Checking rand_chacha v0.9.0
21212025-03-25T22:16:17.682Z Checking tokio-util v0.7.13
21222025-03-25T22:16:17.797Z Checking rustix v0.38.37
21232025-03-25T22:16:17.909Z Checking quote v1.0.39
21242025-03-25T22:16:18.229Z Checking unicode-normalization v0.1.24
21252025-03-25T22:16:18.478Z Checking h2 v0.4.6
21262025-03-25T22:16:18.503Z Checking crossbeam-epoch v0.9.18
21272025-03-25T22:16:18.897Z Checking rand_chacha v0.3.1
21282025-03-25T22:16:19.151Z Checking signature v2.2.0
21292025-03-25T22:16:19.321Z Checking dirs-sys-next v0.1.2
21302025-03-25T22:16:19.345Z Checking crc32fast v1.4.2
21312025-03-25T22:16:19.465Z Checking pretty-hex v0.4.1
21322025-03-25T22:16:19.522Z Checking unicode-bidi v0.3.17
21332025-03-25T22:16:19.585Z Checking either v1.14.0
21342025-03-25T22:16:19.650Z Checking anstyle v1.0.10
21352025-03-25T22:16:19.727Z Checking regex-automata v0.4.8
21362025-03-25T22:16:19.957Z Checking utf8parse v0.2.2
21372025-03-25T22:16:20.005Z Checking unicode-properties v0.1.3
21382025-03-25T22:16:20.112Z Checking openssl-probe v0.1.5
21392025-03-25T22:16:20.133Z Checking anstyle-parse v0.2.5
21402025-03-25T22:16:20.272Z Checking dirs-next v2.0.0
21412025-03-25T22:16:20.366Z Checking stringprep v0.1.5
21422025-03-25T22:16:20.403Z Checking dtrace-parser v0.2.0
21432025-03-25T22:16:20.422Z Checking rand v0.8.5
21442025-03-25T22:16:20.651Z Checking crossbeam-deque v0.8.5
21452025-03-25T22:16:20.882Z Checking syn v2.0.98
21462025-03-25T22:16:20.942Z Checking rand v0.9.0
21472025-03-25T22:16:20.987Z Checking url v2.5.3
21482025-03-25T22:16:21.702Z Checking rustls v0.23.19
21492025-03-25T22:16:22.003Z Checking http-body-util v0.1.2
21502025-03-25T22:16:22.019Z Checking dof v0.3.0
21512025-03-25T22:16:22.035Z Checking num-integer v0.1.46
21522025-03-25T22:16:22.309Z Checking native-tls v0.2.12
21532025-03-25T22:16:22.406Z Checking bzip2-sys v0.1.11+1.0.8
21542025-03-25T22:16:22.515Z Checking md-5 v0.10.6
21552025-03-25T22:16:22.532Z Checking ff v0.13.0
21562025-03-25T22:16:22.622Z Checking hash32 v0.2.1
21572025-03-25T22:16:22.625Z Checking thread-id v4.2.2
21582025-03-25T22:16:22.726Z Checking thread_local v1.1.8
21592025-03-25T22:16:22.745Z Checking encoding_rs v0.8.34
21602025-03-25T22:16:22.761Z Checking base16ct v0.2.0
21612025-03-25T22:16:22.903Z Checking is_terminal_polyfill v1.70.1
21622025-03-25T22:16:22.958Z Checking mime v0.3.17
21632025-03-25T22:16:23.010Z Checking gimli v0.31.1
21642025-03-25T22:16:23.026Z Checking fallible-iterator v0.2.0
21652025-03-25T22:16:23.265Z Checking match_cfg v0.1.0
21662025-03-25T22:16:23.364Z Checking psl-types v2.0.11
21672025-03-25T22:16:23.553Z Checking colorchoice v1.0.2
21682025-03-25T22:16:23.609Z Checking anstyle-query v1.1.1
21692025-03-25T22:16:23.694Z Checking winnow v0.7.3
21702025-03-25T22:16:23.714Z Checking postgres-protocol v0.6.8
21712025-03-25T22:16:23.741Z Checking anstream v0.6.15
21722025-03-25T22:16:24.118Z Checking publicsuffix v2.3.0
21732025-03-25T22:16:24.337Z Checking hostname v0.3.1
21742025-03-25T22:16:24.401Z Checking sec1 v0.7.3
21752025-03-25T22:16:24.483Z Checking heapless v0.7.17
21762025-03-25T22:16:24.596Z Checking hyper v1.6.0
21772025-03-25T22:16:24.801Z Checking group v0.13.0
21782025-03-25T22:16:24.903Z Checking tokio-native-tls v0.3.1
21792025-03-25T22:16:25.049Z Checking bzip2 v0.4.4
21802025-03-25T22:16:25.159Z Checking num-iter v0.1.45
21812025-03-25T22:16:25.336Z Compiling daft v0.1.2
21822025-03-25T22:16:25.353Z Checking rayon-core v1.12.1
21832025-03-25T22:16:25.368Z Checking terminal_size v0.4.0
21842025-03-25T22:16:25.539Z Checking term v0.7.0
21852025-03-25T22:16:25.788Z Checking flate2 v1.1.0
21862025-03-25T22:16:25.963Z Checking ipnetwork v0.21.1
21872025-03-25T22:16:26.011Z Checking phf_shared v0.11.2
21882025-03-25T22:16:26.290Z Checking slog-json v2.6.1
21892025-03-25T22:16:26.322Z Checking cookie v0.18.1
21902025-03-25T22:16:26.447Z Checking rustls v0.22.4
21912025-03-25T22:16:26.507Z Checking toml_edit v0.22.24
21922025-03-25T22:16:26.555Z Checking serde_urlencoded v0.7.1
21932025-03-25T22:16:26.606Z Checking hyper-util v0.1.10
21942025-03-25T22:16:26.684Z Checking addr2line v0.24.2
21952025-03-25T22:16:26.745Z Checking crossbeam-channel v0.5.13
21962025-03-25T22:16:26.784Z Checking tokio-rustls v0.26.0
21972025-03-25T22:16:26.804Z Checking usdt-impl v0.5.0
21982025-03-25T22:16:26.928Z Checking lazy_static v1.5.0
21992025-03-25T22:16:27.057Z Checking futures-executor v0.3.31
22002025-03-25T22:16:27.179Z Checking signal-hook v0.3.17
22012025-03-25T22:16:27.182Z Checking webpki-roots v0.26.6
22022025-03-25T22:16:27.278Z Checking rustls-pemfile v2.2.0
22032025-03-25T22:16:27.330Z Checking hkdf v0.12.4
22042025-03-25T22:16:27.387Z Checking crypto-bigint v0.5.5
22052025-03-25T22:16:27.422Z Checking sync_wrapper v1.0.1
22062025-03-25T22:16:27.496Z Checking is-terminal v0.4.13
22072025-03-25T22:16:27.526Z Checking memmap v0.7.0
22082025-03-25T22:16:27.549Z Checking object v0.36.5
22092025-03-25T22:16:27.571Z Checking take_mut v0.2.2
22102025-03-25T22:16:27.632Z Checking winnow v0.5.40
22112025-03-25T22:16:27.724Z Checking clap_lex v0.7.4
22122025-03-25T22:16:27.739Z Checking strsim v0.11.1
22132025-03-25T22:16:27.979Z Checking lockfree-object-pool v0.1.6
22142025-03-25T22:16:28.029Z Checking bumpalo v3.16.0
22152025-03-25T22:16:28.212Z Checking managed v0.8.0
22162025-03-25T22:16:28.344Z Checking ipnet v2.11.0
22172025-03-25T22:16:28.498Z Checking rustc-demangle v0.1.24
22182025-03-25T22:16:28.570Z Checking bitflags v1.3.2
22192025-03-25T22:16:28.677Z Checking simd-adler32 v0.3.7
22202025-03-25T22:16:28.808Z Checking tower-layer v0.3.3
22212025-03-25T22:16:28.921Z Checking unicode-width v0.2.0
22222025-03-25T22:16:29.025Z Checking zopfli v0.8.1
22232025-03-25T22:16:29.072Z Checking tower v0.5.2
22242025-03-25T22:16:29.133Z Checking toml v0.8.20
22252025-03-25T22:16:29.409Z Checking console v0.15.10
22262025-03-25T22:16:29.676Z Checking smoltcp v0.9.1
22272025-03-25T22:16:29.787Z Checking tokio-rustls v0.25.0
22282025-03-25T22:16:29.804Z Checking hyper-tls v0.6.0
22292025-03-25T22:16:29.866Z Checking hyper-rustls v0.27.3
22302025-03-25T22:16:29.961Z Checking clap_builder v4.5.32
22312025-03-25T22:16:30.012Z Checking elliptic-curve v0.13.8
22322025-03-25T22:16:30.067Z Checking usdt v0.5.0
22332025-03-25T22:16:30.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22342025-03-25T22:16:30.200Z Checking slog-async v2.8.0
22352025-03-25T22:16:30.324Z Checking slog-term v2.9.1
22362025-03-25T22:16:30.382Z Checking toml_edit v0.19.15
22372025-03-25T22:16:30.432Z Checking signal-hook-mio v0.2.4
22382025-03-25T22:16:30.476Z Checking futures v0.3.31
22392025-03-25T22:16:30.578Z Checking num-bigint-dig v0.8.4
22402025-03-25T22:16:30.596Z Checking cookie_store v0.21.1
22412025-03-25T22:16:30.600Z Checking slog-bunyan v2.5.0
22422025-03-25T22:16:30.773Z Checking oxnet v0.1.1
22432025-03-25T22:16:30.798Z Checking phf v0.11.2
22442025-03-25T22:16:31.026Z Checking rayon v1.10.0
22452025-03-25T22:16:31.078Z Checking multer v3.1.0
22462025-03-25T22:16:31.148Z Checking postgres-types v0.2.9
22472025-03-25T22:16:31.321Z Checking regex v1.11.1
22482025-03-25T22:16:31.476Z Checking bstr v1.10.0
22492025-03-25T22:16:31.810Z Checking ed25519 v2.2.3
22502025-03-25T22:16:31.913Z Checking phf_shared v0.10.0
22512025-03-25T22:16:32.118Z Checking curve25519-dalek v4.1.3
22522025-03-25T22:16:32.176Z Checking async-stream v0.3.6
22532025-03-25T22:16:32.352Z Checking zerocopy v0.6.6
22542025-03-25T22:16:32.582Z Checking hubpack v0.1.2
22552025-03-25T22:16:32.604Z Checking memoffset v0.9.1
22562025-03-25T22:16:32.715Z Checking portable-atomic v1.9.0
22572025-03-25T22:16:32.773Z Checking camino v1.1.9
22582025-03-25T22:16:32.840Z Checking pkcs1 v0.7.5
22592025-03-25T22:16:32.888Z Checking waitgroup v0.1.2
22602025-03-25T22:16:33.014Z Checking openapiv3 v2.0.0
22612025-03-25T22:16:33.031Z Checking serde_path_to_error v0.1.16
22622025-03-25T22:16:33.225Z Checking serde-big-array v0.5.1
22632025-03-25T22:16:33.305Z Checking float-cmp v0.10.0
22642025-03-25T22:16:33.422Z Checking rfc6979 v0.4.0
22652025-03-25T22:16:33.446Z Checking backtrace v0.3.74
22662025-03-25T22:16:33.517Z Checking sha1 v0.10.6
22672025-03-25T22:16:33.600Z Checking hostname v0.4.0
22682025-03-25T22:16:33.647Z Checking precomputed-hash v0.1.1
22692025-03-25T22:16:33.706Z Checking difflib v0.4.0
22702025-03-25T22:16:33.744Z Checking debug-ignore v1.0.5
22712025-03-25T22:16:33.773Z Checking fixedbitset v0.4.2
22722025-03-25T22:16:33.791Z Checking number_prefix v0.4.0
22732025-03-25T22:16:33.888Z Checking unicode-segmentation v1.12.0
22742025-03-25T22:16:33.915Z Checking minimal-lexical v0.2.1
22752025-03-25T22:16:33.987Z Checking predicates-core v1.0.8
22762025-03-25T22:16:34.005Z Checking whoami v1.5.2
22772025-03-25T22:16:34.022Z Checking static_assertions v1.1.0
22782025-03-25T22:16:34.044Z Checking normalize-line-endings v0.3.0
22792025-03-25T22:16:34.122Z Checking data-encoding v2.6.0
22802025-03-25T22:16:34.169Z Checking new_debug_unreachable v1.0.6
22812025-03-25T22:16:34.172Z Checking predicates v3.1.3
22822025-03-25T22:16:34.272Z Checking string_cache v0.8.7
22832025-03-25T22:16:34.296Z Checking tokio-postgres v0.7.13
22842025-03-25T22:16:34.299Z Checking nom v7.1.3
22852025-03-25T22:16:34.499Z Checking indicatif v0.17.11
22862025-03-25T22:16:34.549Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22872025-03-25T22:16:34.566Z Checking similar v2.7.0
22882025-03-25T22:16:34.642Z Checking hickory-proto v0.24.4
22892025-03-25T22:16:34.782Z Checking petgraph v0.6.5
22902025-03-25T22:16:35.228Z Checking anyhow v1.0.97
22912025-03-25T22:16:35.413Z Checking ed25519-dalek v2.1.1
22922025-03-25T22:16:35.624Z Checking ecdsa v0.16.9
22932025-03-25T22:16:35.840Z Checking rsa v0.9.6
22942025-03-25T22:16:36.154Z Checking dropshot v0.12.0
22952025-03-25T22:16:36.317Z Checking clap v4.5.32
22962025-03-25T22:16:36.440Z Checking toml v0.7.8
22972025-03-25T22:16:36.841Z Checking nix v0.29.0
22982025-03-25T22:16:37.103Z Checking reqwest v0.12.12
22992025-03-25T22:16:37.108Z Checking crossterm v0.28.1
23002025-03-25T22:16:37.388Z Checking zip v2.1.3
23012025-03-25T22:16:37.753Z Checking zip v0.6.6
23022025-03-25T22:16:38.177Z Checking itertools v0.10.5
23032025-03-25T22:16:38.426Z Checking itertools v0.12.1
23042025-03-25T22:16:38.486Z Checking tokio-stream v0.1.17
23052025-03-25T22:16:38.790Z Checking fs-err v2.11.0
23062025-03-25T22:16:38.907Z Checking ahash v0.8.11
23072025-03-25T22:16:39.183Z Checking buf-list v1.0.3
23082025-03-25T22:16:39.263Z Checking x509-cert v0.2.5
23092025-03-25T22:16:39.325Z Checking hex v0.4.3
23102025-03-25T22:16:39.343Z Checking lalrpop-util v0.19.12
23112025-03-25T22:16:39.490Z Checking heck v0.4.1
23122025-03-25T22:16:39.564Z Checking peg-runtime v0.8.5
23132025-03-25T22:16:39.583Z Checking sigpipe v0.1.3
23142025-03-25T22:16:40.469Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23152025-03-25T22:16:40.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.88s
23162025-03-25T22:16:40.963Z
23172025-03-25T22:16:40.963Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23182025-03-25T22:16:41.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192025-03-25T22:16:41.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202025-03-25T22:16:41.641Z Compiling regress v0.10.3
23212025-03-25T22:16:41.768Z Checking heck v0.5.0
23222025-03-25T22:16:41.777Z Checking fastrand v2.1.1
23232025-03-25T22:16:41.787Z Compiling unsafe-libyaml v0.2.11
23242025-03-25T22:16:41.801Z Compiling structmeta-derive v0.3.0
23252025-03-25T22:16:41.804Z Compiling ident_case v1.0.1
23262025-03-25T22:16:41.826Z Checking newtype-uuid v1.2.1
23272025-03-25T22:16:41.923Z Checking progenitor-client v0.8.0
23282025-03-25T22:16:41.977Z Compiling darling_core v0.20.10
23292025-03-25T22:16:42.067Z Checking tempfile v3.13.0
23302025-03-25T22:16:42.070Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23312025-03-25T22:16:42.246Z Checking daft v0.1.2
23322025-03-25T22:16:42.446Z Compiling proc-macro-crate v1.3.1
23332025-03-25T22:16:42.488Z Compiling thiserror-impl v2.0.12
23342025-03-25T22:16:42.658Z Checking wait-timeout v0.2.0
23352025-03-25T22:16:42.844Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23362025-03-25T22:16:43.155Z Compiling serde_yaml v0.9.34+deprecated
23372025-03-25T22:16:43.310Z Checking bit-vec v0.8.0
23382025-03-25T22:16:43.595Z Checking quick-error v1.2.3
23392025-03-25T22:16:43.674Z Checking bit-set v0.8.0
23402025-03-25T22:16:43.751Z Checking rusty-fork v0.3.0
23412025-03-25T22:16:43.930Z Compiling num_enum_derive v0.5.11
23422025-03-25T22:16:44.069Z Compiling lzma-sys v0.1.20
23432025-03-25T22:16:44.300Z Compiling structmeta v0.3.0
23442025-03-25T22:16:44.701Z Compiling parse-display-derive v0.10.0
23452025-03-25T22:16:44.826Z Checking rand_xorshift v0.3.0
23462025-03-25T22:16:45.012Z Compiling foreign-types-macros v0.2.3
23472025-03-25T22:16:45.150Z Checking typify-impl v0.2.0
23482025-03-25T22:16:46.111Z Checking thiserror v2.0.12
23492025-03-25T22:16:46.261Z Compiling dropshot v0.16.0
23502025-03-25T22:16:46.300Z Checking foreign-types-shared v0.3.1
23512025-03-25T22:16:46.336Z Checking unarray v0.1.4
23522025-03-25T22:16:46.426Z Checking utf-8 v0.7.6
23532025-03-25T22:16:46.502Z Checking arc-swap v1.7.1
23542025-03-25T22:16:46.612Z Checking proptest v1.6.0
23552025-03-25T22:16:46.635Z Checking tungstenite v0.21.0
23562025-03-25T22:16:46.661Z Checking foreign-types v0.5.0
23572025-03-25T22:16:46.777Z Checking num_enum v0.5.11
23582025-03-25T22:16:46.893Z Checking slog-scope v4.4.0
23592025-03-25T22:16:46.978Z Compiling test-strategy v0.4.0
23602025-03-25T22:16:47.098Z Checking strum v0.26.3
23612025-03-25T22:16:47.277Z Compiling proc-macro-error v1.0.4
23622025-03-25T22:16:47.625Z Compiling darling_macro v0.20.10
23632025-03-25T22:16:47.666Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23642025-03-25T22:16:47.815Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23652025-03-25T22:16:47.852Z Compiling heck v0.3.3
23662025-03-25T22:16:47.872Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23672025-03-25T22:16:47.922Z Compiling dropshot_endpoint v0.16.0
23682025-03-25T22:16:48.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23692025-03-25T22:16:48.473Z Checking parse-display v0.10.0
23702025-03-25T22:16:48.509Z Compiling darling v0.20.10
23712025-03-25T22:16:48.625Z Checking cstr-argument v0.1.2
23722025-03-25T22:16:48.642Z Compiling serde_with_macros v3.12.0
23732025-03-25T22:16:48.721Z Checking instant v0.1.13
23742025-03-25T22:16:48.818Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23752025-03-25T22:16:48.840Z Checking base64 v0.21.7
23762025-03-25T22:16:48.898Z Checking pretty-hex v0.2.1
23772025-03-25T22:16:49.157Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23782025-03-25T22:16:49.192Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23792025-03-25T22:16:49.310Z Checking backoff v0.4.0
23802025-03-25T22:16:49.354Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23812025-03-25T22:16:49.442Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23822025-03-25T22:16:49.610Z Compiling zone_cfg_derive v0.1.2
23832025-03-25T22:16:49.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23842025-03-25T22:16:49.651Z Checking tokio-tungstenite v0.21.0
23852025-03-25T22:16:50.173Z Checking slog-stdlog v4.1.1
23862025-03-25T22:16:50.367Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23872025-03-25T22:16:50.404Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23882025-03-25T22:16:50.513Z Checking progenitor-client v0.9.1
23892025-03-25T22:16:50.684Z Checking colored v2.2.0
23902025-03-25T22:16:50.700Z Checking macaddr v1.0.1
23912025-03-25T22:16:50.913Z Checking winnow v0.6.20
23922025-03-25T22:16:51.033Z Checking unicode-width v0.1.14
23932025-03-25T22:16:51.055Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
23942025-03-25T22:16:51.082Z Checking base64 v0.13.1
23952025-03-25T22:16:51.129Z Checking zone v0.1.8
23962025-03-25T22:16:51.146Z Checking serde_with v3.12.0
23972025-03-25T22:16:51.481Z Checking ron v0.7.1
23982025-03-25T22:16:51.528Z Checking tabwriter v1.4.0
23992025-03-25T22:16:51.612Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24002025-03-25T22:16:51.764Z Checking xz2 v0.1.7
24012025-03-25T22:16:51.779Z Checking slog-envlogger v2.2.0
24022025-03-25T22:16:52.004Z Checking xattr v1.3.1
24032025-03-25T22:16:52.068Z Checking pem v3.0.5
24042025-03-25T22:16:52.086Z Checking yasna v0.5.2
24052025-03-25T22:16:52.212Z Checking headers-core v0.3.0
24062025-03-25T22:16:52.345Z Checking smf v0.2.3
24072025-03-25T22:16:52.363Z Checking filetime v0.2.25
24082025-03-25T22:16:52.554Z Checking same-file v1.0.6
24092025-03-25T22:16:52.582Z Checking tar v0.4.44
24102025-03-25T22:16:52.740Z Checking walkdir v2.5.0
24112025-03-25T22:16:52.802Z Checking headers v0.4.0
24122025-03-25T22:16:52.903Z Checking rcgen v0.12.1
24132025-03-25T22:16:53.029Z Checking atomicwrites v0.4.4
24142025-03-25T22:16:53.232Z Checking camino-tempfile v1.1.1
24152025-03-25T22:16:53.415Z Checking subprocess v0.2.9
24162025-03-25T22:16:55.650Z Compiling typify-macro v0.2.0
24172025-03-25T22:16:57.164Z Compiling typify v0.2.0
24182025-03-25T22:16:57.233Z Compiling progenitor-impl v0.8.0
24192025-03-25T22:17:00.090Z Compiling progenitor-macro v0.8.0
24202025-03-25T22:17:03.149Z Checking progenitor v0.8.0
24212025-03-25T22:17:03.277Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
24222025-03-25T22:17:03.280Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24232025-03-25T22:17:05.724Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24242025-03-25T22:17:06.077Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24252025-03-25T22:17:12.054Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24262025-03-25T22:17:13.550Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24272025-03-25T22:17:14.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s
24282025-03-25T22:17:14.931Z
24292025-03-25T22:17:14.932Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24302025-03-25T22:17:15.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24312025-03-25T22:17:15.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24322025-03-25T22:17:15.603Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24332025-03-25T22:17:16.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
24342025-03-25T22:17:17.169Z
24352025-03-25T22:17:17.169Zinfo: running `cargo check --bins` on nexus-config (51/199)
24362025-03-25T22:17:17.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24372025-03-25T22:17:17.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24382025-03-25T22:17:17.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24392025-03-25T22:17:17.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24402025-03-25T22:17:17.812Z
24412025-03-25T22:17:17.812Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24422025-03-25T22:17:18.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24432025-03-25T22:17:18.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24442025-03-25T22:17:18.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24452025-03-25T22:17:18.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24462025-03-25T22:17:18.435Z
24472025-03-25T22:17:18.435Zinfo: running `cargo check --bins` on omicron-certificates (53/199)
24482025-03-25T22:17:18.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24492025-03-25T22:17:19.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24502025-03-25T22:17:19.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24512025-03-25T22:17:19.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24522025-03-25T22:17:19.079Z
24532025-03-25T22:17:19.079Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/199)
24542025-03-25T22:17:19.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24552025-03-25T22:17:19.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24562025-03-25T22:17:19.781Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24572025-03-25T22:17:19.892Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24582025-03-25T22:17:19.895Z Compiling tempfile v3.13.0
24592025-03-25T22:17:19.895Z Compiling wait-timeout v0.2.0
24602025-03-25T22:17:19.902Z Compiling bit-vec v0.8.0
24612025-03-25T22:17:19.905Z Compiling quick-error v1.2.3
24622025-03-25T22:17:19.905Z Compiling thiserror v2.0.12
24632025-03-25T22:17:19.905Z Compiling progenitor-client v0.8.0
24642025-03-25T22:17:20.043Z Compiling rand_xorshift v0.3.0
24652025-03-25T22:17:20.065Z Compiling itertools v0.13.0
24662025-03-25T22:17:20.082Z Compiling unarray v0.1.4
24672025-03-25T22:17:20.257Z Compiling bit-set v0.8.0
24682025-03-25T22:17:20.316Z Compiling rusty-fork v0.3.0
24692025-03-25T22:17:20.344Z Compiling heapless v0.8.0
24702025-03-25T22:17:20.370Z Compiling progenitor v0.8.0
24712025-03-25T22:17:20.392Z Compiling parse-display v0.10.0
24722025-03-25T22:17:20.524Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24732025-03-25T22:17:20.571Z Checking hash32 v0.3.1
24742025-03-25T22:17:20.587Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24752025-03-25T22:17:20.606Z Compiling instant v0.1.13
24762025-03-25T22:17:20.698Z Compiling proptest v1.6.0
24772025-03-25T22:17:20.757Z Compiling smoltcp v0.11.0
24782025-03-25T22:17:20.775Z Compiling backoff v0.4.0
24792025-03-25T22:17:20.951Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
24802025-03-25T22:17:20.969Z Compiling dropshot v0.16.0
24812025-03-25T22:17:21.105Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822025-03-25T22:17:21.281Z Compiling serde_with v3.12.0
24832025-03-25T22:17:21.400Z Checking num-rational v0.4.2
24842025-03-25T22:17:22.022Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852025-03-25T22:17:22.044Z Compiling progenitor-client v0.9.1
24862025-03-25T22:17:22.553Z Compiling phf_generator v0.11.2
24872025-03-25T22:17:22.741Z Checking num-complex v0.4.6
24882025-03-25T22:17:22.895Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24892025-03-25T22:17:24.002Z Compiling macaddr v1.0.1
24902025-03-25T22:17:24.445Z Checking cobs v0.2.3
24912025-03-25T22:17:24.521Z Compiling num v0.4.3
24922025-03-25T22:17:24.652Z Checking postcard v1.0.10
24932025-03-25T22:17:24.747Z Compiling phf_codegen v0.11.2
24942025-03-25T22:17:24.956Z Compiling parse-zoneinfo v0.3.1
24952025-03-25T22:17:25.181Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24962025-03-25T22:17:25.520Z Checking float-ord v0.3.2
24972025-03-25T22:17:25.687Z Compiling convert_case v0.4.0
24982025-03-25T22:17:26.484Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24992025-03-25T22:17:26.594Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25002025-03-25T22:17:26.949Z Compiling derive_more v0.99.19
25012025-03-25T22:17:27.753Z Compiling chrono-tz-build v0.4.0
25022025-03-25T22:17:28.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25032025-03-25T22:17:28.947Z Compiling crucible-workspace-hack v0.1.0
25042025-03-25T22:17:29.169Z Checking linked-hash-map v0.5.6
25052025-03-25T22:17:29.286Z Compiling chrono-tz v0.10.1
25062025-03-25T22:17:29.454Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25072025-03-25T22:17:29.471Z Checking lru-cache v0.1.2
25082025-03-25T22:17:29.626Z Checking newline-converter v0.3.0
25092025-03-25T22:17:29.658Z Checking resolv-conf v0.7.0
25102025-03-25T22:17:29.789Z Checking itertools v0.14.0
25112025-03-25T22:17:29.908Z Checking prettyplease v0.2.30
25122025-03-25T22:17:30.029Z Compiling slog-dtrace v0.3.0
25132025-03-25T22:17:30.121Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25142025-03-25T22:17:30.352Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25152025-03-25T22:17:30.643Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25162025-03-25T22:17:30.676Z Checking hickory-resolver v0.24.4
25172025-03-25T22:17:32.154Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25182025-03-25T22:17:32.299Z Checking expectorate v1.1.0
25192025-03-25T22:17:32.303Z Compiling zone_cfg_derive v0.3.0
25202025-03-25T22:17:32.458Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
25212025-03-25T22:17:32.491Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222025-03-25T22:17:32.827Z Compiling const_format_proc_macros v0.2.34
25232025-03-25T22:17:33.457Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242025-03-25T22:17:33.499Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25252025-03-25T22:17:33.547Z Compiling derive-where v1.2.7
25262025-03-25T22:17:33.629Z Compiling num-derive v0.4.2
25272025-03-25T22:17:33.997Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282025-03-25T22:17:34.458Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292025-03-25T22:17:34.683Z Checking highway v1.3.0
25302025-03-25T22:17:34.811Z Checking const_format v0.2.34
25312025-03-25T22:17:35.099Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25322025-03-25T22:17:35.151Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332025-03-25T22:17:35.170Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25342025-03-25T22:17:35.334Z Checking zone v0.3.0
25352025-03-25T22:17:35.353Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25362025-03-25T22:17:35.489Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25372025-03-25T22:17:35.848Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25382025-03-25T22:17:36.129Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
25392025-03-25T22:17:36.564Z Checking gethostname v0.5.0
25402025-03-25T22:17:36.606Z Checking qorb v0.2.1
25412025-03-25T22:17:36.635Z Checking bcs v0.1.6
25422025-03-25T22:17:36.694Z Checking nanorand v0.7.0
25432025-03-25T22:17:36.776Z Compiling async-recursion v1.1.1
25442025-03-25T22:17:37.064Z Checking termtree v0.5.1
25452025-03-25T22:17:37.083Z Checking flume v0.11.1
25462025-03-25T22:17:37.824Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25472025-03-25T22:17:43.281Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482025-03-25T22:17:47.540Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492025-03-25T22:17:49.701Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25502025-03-25T22:17:50.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.82s
25512025-03-25T22:17:51.113Z
25522025-03-25T22:17:51.113Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/199)
25532025-03-25T22:17:51.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542025-03-25T22:17:51.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552025-03-25T22:17:51.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562025-03-25T22:17:51.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25572025-03-25T22:17:51.786Z
25582025-03-25T22:17:51.786Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/199)
25592025-03-25T22:17:52.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-03-25T22:17:52.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-03-25T22:17:52.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622025-03-25T22:17:52.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25632025-03-25T22:17:52.430Z
25642025-03-25T22:17:52.431Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/199)
25652025-03-25T22:17:53.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-03-25T22:17:53.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-03-25T22:17:53.099Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682025-03-25T22:17:53.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
25692025-03-25T22:17:53.912Z
25702025-03-25T22:17:53.913Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/199)
25712025-03-25T22:17:54.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-03-25T22:17:54.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-03-25T22:17:54.597Z Compiling cfg_aliases v0.1.1
25742025-03-25T22:17:54.600Z Compiling vte_generate_state_changes v0.1.2
25752025-03-25T22:17:54.600Z Checking fd-lock v4.0.2
25762025-03-25T22:17:54.600Z Checking nibble_vec v0.1.0
25772025-03-25T22:17:54.600Z Checking endian-type v0.1.2
25782025-03-25T22:17:54.708Z Checking bytecount v0.6.8
25792025-03-25T22:17:54.738Z Compiling tabled_derive v0.7.0
25802025-03-25T22:17:54.752Z Compiling peg-macros v0.8.5
25812025-03-25T22:17:54.784Z Compiling nix v0.28.0
25822025-03-25T22:17:54.836Z Checking papergrid v0.11.0
25832025-03-25T22:17:54.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25842025-03-25T22:17:54.880Z Compiling sqlparser_derive v0.2.2
25852025-03-25T22:17:54.913Z Checking radix_trie v0.2.1
25862025-03-25T22:17:55.289Z Checking home v0.5.9
25872025-03-25T22:17:55.331Z Checking vte v0.11.1
25882025-03-25T22:17:55.441Z Checking unicode_categories v0.1.1
25892025-03-25T22:17:55.775Z Checking nu-ansi-term v0.50.1
25902025-03-25T22:17:55.881Z Checking sqlformat v0.2.6
25912025-03-25T22:17:55.895Z Checking sqlparser v0.45.0
25922025-03-25T22:17:56.204Z Checking display-error-chain v0.2.2
25932025-03-25T22:17:56.785Z Checking strip-ansi-escapes v0.2.0
25942025-03-25T22:17:56.894Z Checking tabled v0.15.0
25952025-03-25T22:17:56.911Z Checking reedline v0.38.0
25962025-03-25T22:17:57.126Z Checking peg v0.8.5
25972025-03-25T22:17:57.673Z Checking rustyline v14.0.0
25982025-03-25T22:18:06.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s
25992025-03-25T22:18:06.343Z
26002025-03-25T22:18:06.343Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/199)
26012025-03-25T22:18:06.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26022025-03-25T22:18:06.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26032025-03-25T22:18:07.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26042025-03-25T22:18:12.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
26052025-03-25T22:18:12.219Z
26062025-03-25T22:18:12.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/199)
26072025-03-25T22:18:12.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-03-25T22:18:12.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-03-25T22:18:12.917Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102025-03-25T22:18:16.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
26112025-03-25T22:18:16.589Z
26122025-03-25T22:18:16.590Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/199)
26132025-03-25T22:18:17.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-03-25T22:18:17.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-03-25T22:18:17.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26162025-03-25T22:18:22.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
26172025-03-25T22:18:22.185Z
26182025-03-25T22:18:22.185Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/199)
26192025-03-25T22:18:22.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-03-25T22:18:22.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-03-25T22:18:22.877Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26222025-03-25T22:18:27.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
26232025-03-25T22:18:27.891Z
26242025-03-25T22:18:27.891Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/199)
26252025-03-25T22:18:28.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-03-25T22:18:28.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-03-25T22:18:28.576Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26282025-03-25T22:18:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
26292025-03-25T22:18:32.383Z
26302025-03-25T22:18:32.383Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/199)
26312025-03-25T22:18:32.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-03-25T22:18:32.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-03-25T22:18:33.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26342025-03-25T22:18:36.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
26352025-03-25T22:18:37.001Z
26362025-03-25T22:18:37.001Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/199)
26372025-03-25T22:18:37.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-03-25T22:18:37.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-03-25T22:18:37.693Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402025-03-25T22:18:42.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s
26412025-03-25T22:18:42.879Z
26422025-03-25T22:18:42.879Zinfo: running `cargo check --bins` on oximeter (66/199)
26432025-03-25T22:18:43.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-03-25T22:18:43.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-03-25T22:18:43.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462025-03-25T22:18:43.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26472025-03-25T22:18:43.540Z
26482025-03-25T22:18:43.541Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/199)
26492025-03-25T22:18:44.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-03-25T22:18:44.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-03-25T22:18:44.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-03-25T22:18:44.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26532025-03-25T22:18:44.166Z
26542025-03-25T22:18:44.166Zinfo: running `cargo check --bins` on oximeter-schema (68/199)
26552025-03-25T22:18:44.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-03-25T22:18:44.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-03-25T22:18:44.815Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26582025-03-25T22:18:46.822Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26592025-03-25T22:18:47.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
26602025-03-25T22:18:47.924Z
26612025-03-25T22:18:47.924Zinfo: running `cargo check --bins` on oximeter-types (69/199)
26622025-03-25T22:18:48.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632025-03-25T22:18:48.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642025-03-25T22:18:48.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652025-03-25T22:18:48.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26662025-03-25T22:18:48.575Z
26672025-03-25T22:18:48.575Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/199)
26682025-03-25T22:18:49.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-03-25T22:18:49.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-03-25T22:18:49.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-03-25T22:18:49.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26722025-03-25T22:18:49.222Z
26732025-03-25T22:18:49.222Zinfo: running `cargo check --bins` on oxql-types (71/199)
26742025-03-25T22:18:49.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-03-25T22:18:49.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-03-25T22:18:49.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-03-25T22:18:49.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26782025-03-25T22:18:49.870Z
26792025-03-25T22:18:49.870Zinfo: running `cargo check --bins` on oximeter-test-utils (72/199)
26802025-03-25T22:18:50.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-03-25T22:18:50.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-03-25T22:18:50.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-03-25T22:18:50.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26842025-03-25T22:18:50.549Z
26852025-03-25T22:18:50.549Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/199)
26862025-03-25T22:18:51.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-03-25T22:18:51.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-03-25T22:18:51.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-03-25T22:18:51.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26902025-03-25T22:18:51.203Z
26912025-03-25T22:18:51.203Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/199)
26922025-03-25T22:18:51.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-03-25T22:18:51.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-03-25T22:18:51.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-03-25T22:18:51.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26962025-03-25T22:18:51.861Z
26972025-03-25T22:18:51.861Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/199)
26982025-03-25T22:18:52.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-03-25T22:18:52.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-03-25T22:18:52.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-03-25T22:18:52.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27022025-03-25T22:18:52.523Z
27032025-03-25T22:18:52.523Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/199)
27042025-03-25T22:18:53.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-03-25T22:18:53.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-03-25T22:18:53.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-03-25T22:18:53.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27082025-03-25T22:18:53.173Z
27092025-03-25T22:18:53.173Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/199)
27102025-03-25T22:18:53.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-03-25T22:18:53.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-03-25T22:18:53.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-03-25T22:18:53.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27142025-03-25T22:18:53.823Z
27152025-03-25T22:18:53.824Zinfo: running `cargo check --bins` on cockroach-admin-client (78/199)
27162025-03-25T22:18:54.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-03-25T22:18:54.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-03-25T22:18:54.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-03-25T22:18:54.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27202025-03-25T22:18:54.453Z
27212025-03-25T22:18:54.453Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/199)
27222025-03-25T22:18:55.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-03-25T22:18:55.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-03-25T22:18:55.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-03-25T22:18:55.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27262025-03-25T22:18:55.118Z
27272025-03-25T22:18:55.118Zinfo: running `cargo check --bins` on dns-service-client (80/199)
27282025-03-25T22:18:55.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-03-25T22:18:55.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-03-25T22:18:55.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-03-25T22:18:55.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27322025-03-25T22:18:55.771Z
27332025-03-25T22:18:55.771Zinfo: running `cargo check --bins` on internal-dns-types (81/199)
27342025-03-25T22:18:56.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-03-25T22:18:56.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-03-25T22:18:56.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-03-25T22:18:56.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27382025-03-25T22:18:56.421Z
27392025-03-25T22:18:56.421Zinfo: running `cargo check --bins` on dpd-client (82/199)
27402025-03-25T22:18:56.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-03-25T22:18:56.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-03-25T22:18:56.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-03-25T22:18:56.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27442025-03-25T22:18:57.061Z
27452025-03-25T22:18:57.061Zinfo: running `cargo check --bins` on gateway-client (83/199)
27462025-03-25T22:18:57.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-03-25T22:18:57.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-03-25T22:18:57.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-03-25T22:18:57.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27502025-03-25T22:18:57.695Z
27512025-03-25T22:18:57.696Zinfo: running `cargo check --bins` on installinator-client (84/199)
27522025-03-25T22:18:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-03-25T22:18:58.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-03-25T22:18:58.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-03-25T22:18:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27562025-03-25T22:18:58.367Z
27572025-03-25T22:18:58.368Zinfo: running `cargo check --bins` on installinator-common (85/199)
27582025-03-25T22:18:58.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-03-25T22:18:58.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-03-25T22:18:58.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-03-25T22:18:58.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27622025-03-25T22:18:59.029Z
27632025-03-25T22:18:59.030Zinfo: running `cargo check --bins` on update-engine (86/199)
27642025-03-25T22:18:59.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-03-25T22:18:59.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-03-25T22:18:59.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-03-25T22:18:59.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27682025-03-25T22:18:59.672Z
27692025-03-25T22:18:59.672Zinfo: running `cargo check --bins` on nexus-client (87/199)
27702025-03-25T22:19:00.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-03-25T22:19:00.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-03-25T22:19:00.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-03-25T22:19:00.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27742025-03-25T22:19:00.346Z
27752025-03-25T22:19:00.346Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (88/199)
27762025-03-25T22:19:00.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-03-25T22:19:00.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-03-25T22:19:00.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-03-25T22:19:00.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27802025-03-25T22:19:01.020Z
27812025-03-25T22:19:01.020Zinfo: running `cargo check --bins` on omicron-passwords (89/199)
27822025-03-25T22:19:01.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-03-25T22:19:01.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-03-25T22:19:01.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-03-25T22:19:01.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27862025-03-25T22:19:01.657Z
27872025-03-25T22:19:01.657Zinfo: running `cargo check --bins` on nexus-types (90/199)
27882025-03-25T22:19:02.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-03-25T22:19:02.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-03-25T22:19:02.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-03-25T22:19:02.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27922025-03-25T22:19:02.344Z
27932025-03-25T22:19:02.344Zinfo: running `cargo check --bins` on id-map (91/199)
27942025-03-25T22:19:02.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-03-25T22:19:02.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-03-25T22:19:02.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-03-25T22:19:02.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27982025-03-25T22:19:02.972Z
27992025-03-25T22:19:02.973Zinfo: running `cargo check --bins` on oxide-client (92/199)
28002025-03-25T22:19:03.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-03-25T22:19:03.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-03-25T22:19:03.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-03-25T22:19:03.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28042025-03-25T22:19:03.601Z
28052025-03-25T22:19:03.601Zinfo: running `cargo check --bins` on oximeter-client (93/199)
28062025-03-25T22:19:04.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-03-25T22:19:04.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-03-25T22:19:04.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-03-25T22:19:04.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28102025-03-25T22:19:04.260Z
28112025-03-25T22:19:04.260Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
28122025-03-25T22:19:04.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-03-25T22:19:04.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-03-25T22:19:04.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-03-25T22:19:04.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28162025-03-25T22:19:04.896Z
28172025-03-25T22:19:04.896Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
28182025-03-25T22:19:05.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-03-25T22:19:05.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-03-25T22:19:05.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-03-25T22:19:05.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28222025-03-25T22:19:05.572Z
28232025-03-25T22:19:05.572Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28242025-03-25T22:19:06.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-03-25T22:19:06.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-03-25T22:19:06.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-03-25T22:19:06.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28282025-03-25T22:19:06.268Z
28292025-03-25T22:19:06.268Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28302025-03-25T22:19:06.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-03-25T22:19:06.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-03-25T22:19:06.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-03-25T22:19:06.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28342025-03-25T22:19:06.953Z
28352025-03-25T22:19:06.953Zinfo: running `cargo check --bins` on wicket-common (98/199)
28362025-03-25T22:19:07.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-03-25T22:19:07.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-03-25T22:19:07.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-03-25T22:19:07.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28402025-03-25T22:19:07.638Z
28412025-03-25T22:19:07.638Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28422025-03-25T22:19:08.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-03-25T22:19:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-03-25T22:19:08.326Z Checking csv-core v0.1.11
28452025-03-25T22:19:08.329Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28462025-03-25T22:19:08.329Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28472025-03-25T22:19:08.329Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28482025-03-25T22:19:08.615Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28492025-03-25T22:19:08.627Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28502025-03-25T22:19:08.673Z Checking csv v1.3.1
28512025-03-25T22:19:09.218Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28522025-03-25T22:19:09.553Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28532025-03-25T22:19:11.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
28542025-03-25T22:19:11.361Z
28552025-03-25T22:19:11.361Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28562025-03-25T22:19:11.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572025-03-25T22:19:11.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582025-03-25T22:19:11.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592025-03-25T22:19:11.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28602025-03-25T22:19:12.020Z
28612025-03-25T22:19:12.020Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28622025-03-25T22:19:12.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632025-03-25T22:19:12.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642025-03-25T22:19:12.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652025-03-25T22:19:12.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28662025-03-25T22:19:12.681Z
28672025-03-25T22:19:12.681Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28682025-03-25T22:19:13.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692025-03-25T22:19:13.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702025-03-25T22:19:13.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712025-03-25T22:19:13.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28722025-03-25T22:19:13.442Z
28732025-03-25T22:19:13.442Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28742025-03-25T22:19:14.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752025-03-25T22:19:14.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762025-03-25T22:19:14.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772025-03-25T22:19:14.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28782025-03-25T22:19:14.198Z
28792025-03-25T22:19:14.198Zinfo: running `cargo check --bins` on dns-server (104/199)
28802025-03-25T22:19:14.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812025-03-25T22:19:14.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822025-03-25T22:19:14.864Z Compiling typify-impl v0.3.0
28832025-03-25T22:19:14.976Z Compiling parking_lot_core v0.8.6
28842025-03-25T22:19:14.980Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28852025-03-25T22:19:14.994Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28862025-03-25T22:19:14.997Z Checking fxhash v0.2.1
28872025-03-25T22:19:14.997Z Checking hickory-client v0.24.4
28882025-03-25T22:19:15.007Z Checking hickory-server v0.24.4
28892025-03-25T22:19:15.747Z Checking parking_lot v0.11.2
28902025-03-25T22:19:15.824Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28912025-03-25T22:19:16.046Z Checking sled v0.34.7
28922025-03-25T22:19:20.272Z Compiling typify-macro v0.3.0
28932025-03-25T22:19:21.742Z Compiling typify v0.3.0
28942025-03-25T22:19:21.813Z Compiling progenitor-impl v0.9.1
28952025-03-25T22:19:24.182Z Compiling progenitor-macro v0.9.1
28962025-03-25T22:19:27.715Z Checking progenitor v0.9.1
28972025-03-25T22:19:27.844Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28982025-03-25T22:19:28.302Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28992025-03-25T22:19:29.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s
29002025-03-25T22:19:29.731Z
29012025-03-25T22:19:29.731Zinfo: running `cargo check --bins` on dns-server-api (105/199)
29022025-03-25T22:19:30.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032025-03-25T22:19:30.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042025-03-25T22:19:30.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052025-03-25T22:19:30.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29062025-03-25T22:19:30.385Z
29072025-03-25T22:19:30.386Zinfo: running `cargo check --bins` on openapi-manager-types (106/199)
29082025-03-25T22:19:30.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092025-03-25T22:19:30.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102025-03-25T22:19:30.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112025-03-25T22:19:30.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29122025-03-25T22:19:31.033Z
29132025-03-25T22:19:31.033Zinfo: running `cargo check --bins` on gateway-test-utils (107/199)
29142025-03-25T22:19:31.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152025-03-25T22:19:31.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162025-03-25T22:19:31.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172025-03-25T22:19:31.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
29182025-03-25T22:19:31.751Z
29192025-03-25T22:19:31.751Zinfo: running `cargo check --bins` on gateway-types (108/199)
29202025-03-25T22:19:32.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-03-25T22:19:32.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-03-25T22:19:32.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-03-25T22:19:32.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29242025-03-25T22:19:32.400Z
29252025-03-25T22:19:32.400Zinfo: running `cargo check --bins` on ipcc (109/199)
29262025-03-25T22:19:32.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-03-25T22:19:32.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-03-25T22:19:32.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-03-25T22:19:32.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29302025-03-25T22:19:33.059Z
29312025-03-25T22:19:33.060Zinfo: running `cargo check --bins` on omicron-gateway (110/199)
29322025-03-25T22:19:33.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-03-25T22:19:33.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-03-25T22:19:33.783Z Compiling semver v0.1.20
29352025-03-25T22:19:33.783Z Compiling radium v0.7.0
29362025-03-25T22:19:33.904Z Compiling maybe-uninit v2.0.0
29372025-03-25T22:19:33.907Z Checking tap v1.0.1
29382025-03-25T22:19:33.921Z Checking password-hash v0.5.0
29392025-03-25T22:19:33.925Z Checking blake2 v0.10.6
29402025-03-25T22:19:33.925Z Compiling owo-colors v4.2.0
29412025-03-25T22:19:33.925Z Checking crc-catalog v2.4.0
29422025-03-25T22:19:34.059Z Checking wyz v0.5.1
29432025-03-25T22:19:34.119Z Compiling cancel-safe-futures v0.1.5
29442025-03-25T22:19:34.344Z Compiling rustc_version v0.1.7
29452025-03-25T22:19:34.394Z Compiling packed_struct v0.10.1
29462025-03-25T22:19:34.419Z Checking funty v2.0.0
29472025-03-25T22:19:34.423Z Checking argon2 v0.5.3
29482025-03-25T22:19:34.524Z Checking crc v3.2.1
29492025-03-25T22:19:34.575Z Compiling packed_struct_codegen v0.10.1
29502025-03-25T22:19:34.598Z Checking libsw-core v0.3.1
29512025-03-25T22:19:34.711Z Compiling indexmap v1.9.3
29522025-03-25T22:19:34.714Z Compiling newtype_derive v0.1.6
29532025-03-25T22:19:34.843Z Checking half v2.4.1
29542025-03-25T22:19:34.866Z Checking nodrop v0.1.14
29552025-03-25T22:19:34.964Z Checking ciborium-io v0.2.2
29562025-03-25T22:19:34.999Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29572025-03-25T22:19:35.068Z Checking fixedbitset v0.5.7
29582025-03-25T22:19:35.087Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29592025-03-25T22:19:35.148Z Checking array-init v0.0.4
29602025-03-25T22:19:35.203Z Checking bitvec v1.0.1
29612025-03-25T22:19:35.221Z Checking libsw v3.4.0
29622025-03-25T22:19:35.257Z Checking ciborium-ll v0.2.2
29632025-03-25T22:19:35.359Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642025-03-25T22:19:35.425Z Checking petgraph v0.7.1
29652025-03-25T22:19:35.460Z Checking smallvec v0.6.14
29662025-03-25T22:19:35.841Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29672025-03-25T22:19:35.973Z Checking termcolor v1.4.1
29682025-03-25T22:19:35.992Z Checking bitfield v0.14.0
29692025-03-25T22:19:36.034Z Checking hashbrown v0.12.3
29702025-03-25T22:19:36.296Z Checking linear-map v1.2.0
29712025-03-25T22:19:36.399Z Checking swrite v0.1.0
29722025-03-25T22:19:36.538Z Checking indent_write v2.2.0
29732025-03-25T22:19:36.623Z Checking env_logger v0.10.2
29742025-03-25T22:19:36.763Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29752025-03-25T22:19:36.792Z Checking serde-hex v0.1.0
29762025-03-25T22:19:37.012Z Checking ron v0.8.1
29772025-03-25T22:19:37.029Z Checking ciborium v0.2.2
29782025-03-25T22:19:37.046Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29792025-03-25T22:19:37.785Z Checking steno v0.4.1
29802025-03-25T22:19:37.952Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29812025-03-25T22:19:38.172Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29822025-03-25T22:19:38.214Z Checking hashbrown v0.13.2
29832025-03-25T22:19:38.347Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29842025-03-25T22:19:38.404Z Checking humantime v2.1.0
29852025-03-25T22:19:38.442Z Checking crc-any v2.5.0
29862025-03-25T22:19:38.706Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29872025-03-25T22:19:38.824Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29882025-03-25T22:19:38.974Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29892025-03-25T22:19:39.085Z Checking object v0.30.4
29902025-03-25T22:19:39.293Z Checking path-slash v0.1.5
29912025-03-25T22:19:39.389Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29922025-03-25T22:19:39.439Z Checking tungstenite v0.23.0
29932025-03-25T22:19:40.009Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29942025-03-25T22:19:40.295Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29952025-03-25T22:19:40.559Z Checking nix v0.27.1
29962025-03-25T22:19:40.625Z Checking kstat-rs v0.2.4
29972025-03-25T22:19:40.716Z Checking tokio-tungstenite v0.23.1
29982025-03-25T22:19:40.971Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29992025-03-25T22:19:41.144Z Checking signal-hook-tokio v0.3.1
30002025-03-25T22:19:41.368Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30012025-03-25T22:19:41.425Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30022025-03-25T22:19:42.022Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30032025-03-25T22:19:48.645Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
30042025-03-25T22:19:49.954Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
30052025-03-25T22:19:52.264Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30062025-03-25T22:19:57.537Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30072025-03-25T22:19:58.190Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30082025-03-25T22:20:00.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s
30092025-03-25T22:20:01.015Z
30102025-03-25T22:20:01.016Zinfo: running `cargo check --bins` on gateway-api (111/199)
30112025-03-25T22:20:01.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122025-03-25T22:20:01.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132025-03-25T22:20:01.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142025-03-25T22:20:01.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30152025-03-25T22:20:01.670Z
30162025-03-25T22:20:01.670Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199)
30172025-03-25T22:20:02.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182025-03-25T22:20:02.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192025-03-25T22:20:02.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202025-03-25T22:20:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30212025-03-25T22:20:02.300Z
30222025-03-25T22:20:02.300Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199)
30232025-03-25T22:20:02.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242025-03-25T22:20:02.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252025-03-25T22:20:02.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30262025-03-25T22:20:02.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30272025-03-25T22:20:02.954Z
30282025-03-25T22:20:02.954Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199)
30292025-03-25T22:20:03.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302025-03-25T22:20:03.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312025-03-25T22:20:03.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322025-03-25T22:20:03.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30332025-03-25T22:20:03.607Z
30342025-03-25T22:20:03.607Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199)
30352025-03-25T22:20:04.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362025-03-25T22:20:04.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372025-03-25T22:20:04.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382025-03-25T22:20:04.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30392025-03-25T22:20:04.264Z
30402025-03-25T22:20:04.264Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199)
30412025-03-25T22:20:04.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422025-03-25T22:20:04.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432025-03-25T22:20:04.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442025-03-25T22:20:04.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30452025-03-25T22:20:04.918Z
30462025-03-25T22:20:04.918Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199)
30472025-03-25T22:20:05.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482025-03-25T22:20:05.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492025-03-25T22:20:05.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502025-03-25T22:20:05.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30512025-03-25T22:20:05.568Z
30522025-03-25T22:20:05.568Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199)
30532025-03-25T22:20:06.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542025-03-25T22:20:06.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552025-03-25T22:20:06.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562025-03-25T22:20:06.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30572025-03-25T22:20:06.222Z
30582025-03-25T22:20:06.222Zinfo: running `cargo check --bins` on oximeter-producer (119/199)
30592025-03-25T22:20:06.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602025-03-25T22:20:06.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612025-03-25T22:20:06.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622025-03-25T22:20:06.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30632025-03-25T22:20:06.905Z
30642025-03-25T22:20:06.905Zinfo: running `cargo check --bins` on internal-dns-resolver (120/199)
30652025-03-25T22:20:07.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662025-03-25T22:20:07.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672025-03-25T22:20:07.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682025-03-25T22:20:07.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30692025-03-25T22:20:07.559Z
30702025-03-25T22:20:07.560Zinfo: running `cargo check --bins` on sp-sim (121/199)
30712025-03-25T22:20:08.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722025-03-25T22:20:08.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732025-03-25T22:20:08.215Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30742025-03-25T22:20:08.660Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30752025-03-25T22:20:10.308Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30762025-03-25T22:20:11.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
30772025-03-25T22:20:12.120Z
30782025-03-25T22:20:12.120Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199)
30792025-03-25T22:20:12.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802025-03-25T22:20:12.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812025-03-25T22:20:12.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822025-03-25T22:20:12.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30832025-03-25T22:20:12.825Z
30842025-03-25T22:20:12.825Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199)
30852025-03-25T22:20:13.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862025-03-25T22:20:13.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872025-03-25T22:20:13.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882025-03-25T22:20:13.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30892025-03-25T22:20:13.535Z
30902025-03-25T22:20:13.535Zinfo: running `cargo check --bins` on db-macros (124/199)
30912025-03-25T22:20:14.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922025-03-25T22:20:14.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932025-03-25T22:20:14.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942025-03-25T22:20:14.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30952025-03-25T22:20:14.167Z
30962025-03-25T22:20:14.167Zinfo: running `cargo check --bins` on nexus-macros-common (125/199)
30972025-03-25T22:20:14.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982025-03-25T22:20:14.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992025-03-25T22:20:14.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002025-03-25T22:20:14.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31012025-03-25T22:20:14.794Z
31022025-03-25T22:20:14.794Zinfo: running `cargo check --bins` on nexus-auth (126/199)
31032025-03-25T22:20:15.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042025-03-25T22:20:15.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052025-03-25T22:20:15.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062025-03-25T22:20:15.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31072025-03-25T22:20:15.491Z
31082025-03-25T22:20:15.491Zinfo: running `cargo check --bins` on authz-macros (127/199)
31092025-03-25T22:20:16.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102025-03-25T22:20:16.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112025-03-25T22:20:16.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122025-03-25T22:20:16.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31132025-03-25T22:20:16.122Z
31142025-03-25T22:20:16.122Zinfo: running `cargo check --bins` on nexus-db-fixed-data (128/199)
31152025-03-25T22:20:16.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162025-03-25T22:20:16.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172025-03-25T22:20:16.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182025-03-25T22:20:16.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31192025-03-25T22:20:16.811Z
31202025-03-25T22:20:16.811Zinfo: running `cargo check --bins` on nexus-db-model (129/199)
31212025-03-25T22:20:17.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222025-03-25T22:20:17.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232025-03-25T22:20:17.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242025-03-25T22:20:17.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
31252025-03-25T22:20:17.502Z
31262025-03-25T22:20:17.503Zinfo: running `cargo check --bins` on nexus-defaults (130/199)
31272025-03-25T22:20:18.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282025-03-25T22:20:18.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292025-03-25T22:20:18.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302025-03-25T22:20:18.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31312025-03-25T22:20:18.157Z
31322025-03-25T22:20:18.158Zinfo: running `cargo check --bins` on nexus-inventory (131/199)
31332025-03-25T22:20:18.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342025-03-25T22:20:18.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352025-03-25T22:20:18.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362025-03-25T22:20:18.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31372025-03-25T22:20:18.839Z
31382025-03-25T22:20:18.839Zinfo: running `cargo check --bins` on typed-rng (132/199)
31392025-03-25T22:20:19.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402025-03-25T22:20:19.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412025-03-25T22:20:19.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422025-03-25T22:20:19.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31432025-03-25T22:20:19.471Z
31442025-03-25T22:20:19.471Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199)
31452025-03-25T22:20:20.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462025-03-25T22:20:20.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472025-03-25T22:20:20.235Z Checking keccak v0.1.5
31482025-03-25T22:20:20.351Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31492025-03-25T22:20:20.356Z Checking secrecy v0.8.0
31502025-03-25T22:20:20.356Z Compiling unicase v2.7.0
31512025-03-25T22:20:20.356Z Compiling same-file v1.0.6
31522025-03-25T22:20:20.395Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31532025-03-25T22:20:20.398Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31542025-03-25T22:20:20.398Z Compiling thiserror-impl-no-std v2.0.2
31552025-03-25T22:20:20.559Z Compiling walkdir v2.5.0
31562025-03-25T22:20:20.630Z Checking universal-hash v0.5.1
31572025-03-25T22:20:20.648Z Checking sha3 v0.10.8
31582025-03-25T22:20:20.685Z Compiling blake3 v1.5.4
31592025-03-25T22:20:20.721Z Checking opaque-debug v0.3.1
31602025-03-25T22:20:20.818Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31612025-03-25T22:20:20.854Z Checking chacha20 v0.9.1
31622025-03-25T22:20:20.857Z Checking poly1305 v0.8.0
31632025-03-25T22:20:20.927Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31642025-03-25T22:20:21.034Z Checking aead v0.5.2
31652025-03-25T22:20:21.145Z Compiling memmap2 v0.9.5
31662025-03-25T22:20:21.188Z Compiling arrayref v0.3.9
31672025-03-25T22:20:21.206Z Compiling constant_time_eq v0.3.1
31682025-03-25T22:20:21.275Z Compiling libefi-sys v0.1.0
31692025-03-25T22:20:21.299Z Compiling salty v0.3.0
31702025-03-25T22:20:21.389Z Compiling arrayvec v0.7.6
31712025-03-25T22:20:21.392Z Checking chacha20poly1305 v0.10.1
31722025-03-25T22:20:21.523Z Compiling toolchain_find v0.4.0
31732025-03-25T22:20:21.630Z Compiling camino-tempfile v1.1.1
31742025-03-25T22:20:21.715Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31752025-03-25T22:20:21.739Z Compiling bitfield-struct v0.6.2
31762025-03-25T22:20:21.972Z Compiling topological-sort v0.2.2
31772025-03-25T22:20:22.025Z Compiling mime_guess v2.0.5
31782025-03-25T22:20:22.085Z Compiling rustfmt-wrapper v0.2.1
31792025-03-25T22:20:22.616Z Compiling omicron-zone-package v0.12.0
31802025-03-25T22:20:22.661Z Compiling progenitor v0.9.1
31812025-03-25T22:20:22.748Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31822025-03-25T22:20:22.895Z Checking primeorder v0.13.6
31832025-03-25T22:20:23.011Z Checking thiserror-no-std v2.0.2
31842025-03-25T22:20:23.047Z Checking env_filter v0.1.2
31852025-03-25T22:20:23.066Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862025-03-25T22:20:23.084Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872025-03-25T22:20:23.145Z Checking vsss-rs v3.3.4
31882025-03-25T22:20:23.193Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31892025-03-25T22:20:23.285Z Checking env_logger v0.11.5
31902025-03-25T22:20:23.327Z Checking p384 v0.13.0
31912025-03-25T22:20:23.401Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922025-03-25T22:20:23.477Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
31932025-03-25T22:20:23.633Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942025-03-25T22:20:23.636Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31952025-03-25T22:20:23.733Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
31962025-03-25T22:20:23.834Z Checking http-range v0.1.5
31972025-03-25T22:20:24.043Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31982025-03-25T22:20:24.081Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31992025-03-25T22:20:24.108Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32002025-03-25T22:20:24.427Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32012025-03-25T22:20:24.431Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32022025-03-25T22:20:24.611Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
32032025-03-25T22:20:24.692Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32042025-03-25T22:20:24.757Z Checking atty v0.2.14
32052025-03-25T22:20:24.896Z Checking glob v0.3.2
32062025-03-25T22:20:25.194Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32072025-03-25T22:20:25.221Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
32082025-03-25T22:20:25.488Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32092025-03-25T22:20:25.691Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32102025-03-25T22:20:25.901Z Checking hyper-staticfile v0.10.1
32112025-03-25T22:20:26.316Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
32122025-03-25T22:20:26.442Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32132025-03-25T22:20:26.468Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32142025-03-25T22:20:26.648Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32152025-03-25T22:20:26.866Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
32162025-03-25T22:20:27.417Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32172025-03-25T22:20:27.581Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32182025-03-25T22:20:27.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32192025-03-25T22:20:27.876Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32202025-03-25T22:20:27.997Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
32212025-03-25T22:20:28.688Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32222025-03-25T22:20:31.520Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32232025-03-25T22:20:31.523Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32242025-03-25T22:20:39.566Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252025-03-25T22:20:52.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s
32262025-03-25T22:20:52.846Z
32272025-03-25T22:20:52.846Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199)
32282025-03-25T22:20:53.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292025-03-25T22:20:53.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302025-03-25T22:20:53.611Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32312025-03-25T22:21:06.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
32322025-03-25T22:21:06.990Z
32332025-03-25T22:21:06.990Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199)
32342025-03-25T22:21:07.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352025-03-25T22:21:07.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362025-03-25T22:21:07.743Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32372025-03-25T22:21:20.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s
32382025-03-25T22:21:21.175Z
32392025-03-25T22:21:21.175Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199)
32402025-03-25T22:21:21.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412025-03-25T22:21:21.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422025-03-25T22:21:21.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32432025-03-25T22:21:35.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s
32442025-03-25T22:21:35.306Z
32452025-03-25T22:21:35.306Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199)
32462025-03-25T22:21:35.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472025-03-25T22:21:35.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482025-03-25T22:21:36.088Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32492025-03-25T22:21:49.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s
32502025-03-25T22:21:49.824Z
32512025-03-25T22:21:49.824Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199)
32522025-03-25T22:21:50.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532025-03-25T22:21:50.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542025-03-25T22:21:50.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32552025-03-25T22:22:03.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s
32562025-03-25T22:22:04.088Z
32572025-03-25T22:22:04.088Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199)
32582025-03-25T22:22:04.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592025-03-25T22:22:04.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602025-03-25T22:22:04.854Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32612025-03-25T22:22:18.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s
32622025-03-25T22:22:18.438Z
32632025-03-25T22:22:18.438Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199)
32642025-03-25T22:22:19.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32652025-03-25T22:22:19.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32662025-03-25T22:22:19.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32672025-03-25T22:22:32.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
32682025-03-25T22:22:32.479Z
32692025-03-25T22:22:32.479Zinfo: running `cargo check --bins` on bootstrap-agent-api (141/199)
32702025-03-25T22:22:33.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712025-03-25T22:22:33.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722025-03-25T22:22:33.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732025-03-25T22:22:33.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32742025-03-25T22:22:33.206Z
32752025-03-25T22:22:33.206Zinfo: running `cargo check --bins` on key-manager (142/199)
32762025-03-25T22:22:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772025-03-25T22:22:33.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782025-03-25T22:22:33.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792025-03-25T22:22:33.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32802025-03-25T22:22:33.806Z
32812025-03-25T22:22:33.806Zinfo: running `cargo check --bins` on range-requests (143/199)
32822025-03-25T22:22:34.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832025-03-25T22:22:34.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842025-03-25T22:22:34.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852025-03-25T22:22:34.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32862025-03-25T22:22:34.434Z
32872025-03-25T22:22:34.434Zinfo: running `cargo check --bins` on repo-depot-api (144/199)
32882025-03-25T22:22:35.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892025-03-25T22:22:35.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902025-03-25T22:22:35.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32912025-03-25T22:22:35.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32922025-03-25T22:22:35.085Z
32932025-03-25T22:22:35.085Zinfo: running `cargo check --bins` on sled-agent-api (145/199)
32942025-03-25T22:22:35.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32952025-03-25T22:22:35.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32962025-03-25T22:22:35.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32972025-03-25T22:22:35.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32982025-03-25T22:22:35.756Z
32992025-03-25T22:22:35.756Zinfo: running `cargo check --bins` on sled-diagnostics (146/199)
33002025-03-25T22:22:36.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012025-03-25T22:22:36.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022025-03-25T22:22:36.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032025-03-25T22:22:36.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33042025-03-25T22:22:36.389Z
33052025-03-25T22:22:36.389Zinfo: running `cargo check --bins` on sled-hardware (147/199)
33062025-03-25T22:22:36.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072025-03-25T22:22:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082025-03-25T22:22:36.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092025-03-25T22:22:36.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33102025-03-25T22:22:37.055Z
33112025-03-25T22:22:37.055Zinfo: running `cargo check --bins --no-default-features` on sled-storage (148/199)
33122025-03-25T22:22:37.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132025-03-25T22:22:37.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142025-03-25T22:22:37.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152025-03-25T22:22:37.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33162025-03-25T22:22:37.711Z
33172025-03-25T22:22:37.711Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199)
33182025-03-25T22:22:38.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192025-03-25T22:22:38.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202025-03-25T22:22:38.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212025-03-25T22:22:38.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33222025-03-25T22:22:38.376Z
33232025-03-25T22:22:38.376Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199)
33242025-03-25T22:22:38.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252025-03-25T22:22:38.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262025-03-25T22:22:38.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272025-03-25T22:22:38.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33282025-03-25T22:22:39.056Z
33292025-03-25T22:22:39.056Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (151/199)
33302025-03-25T22:22:39.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312025-03-25T22:22:39.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322025-03-25T22:22:39.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332025-03-25T22:22:39.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33342025-03-25T22:22:39.739Z
33352025-03-25T22:22:39.739Zinfo: running `cargo check --bins` on nexus-test-interface (152/199)
33362025-03-25T22:22:40.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372025-03-25T22:22:40.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382025-03-25T22:22:40.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392025-03-25T22:22:40.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33402025-03-25T22:22:40.421Z
33412025-03-25T22:22:40.421Zinfo: running `cargo check --bins` on oximeter-collector (153/199)
33422025-03-25T22:22:41.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432025-03-25T22:22:41.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442025-03-25T22:22:41.132Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33452025-03-25T22:22:41.132Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33462025-03-25T22:22:41.997Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472025-03-25T22:22:43.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
33482025-03-25T22:22:44.132Z
33492025-03-25T22:22:44.132Zinfo: running `cargo check --bins` on oximeter-api (154/199)
33502025-03-25T22:22:44.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512025-03-25T22:22:44.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522025-03-25T22:22:44.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532025-03-25T22:22:44.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33542025-03-25T22:22:44.780Z
33552025-03-25T22:22:44.780Zinfo: running `cargo check --bins` on cert-dev (155/199)
33562025-03-25T22:22:45.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572025-03-25T22:22:45.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582025-03-25T22:22:45.406Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33592025-03-25T22:22:45.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33602025-03-25T22:22:45.852Z
33612025-03-25T22:22:45.852Zinfo: running `cargo check --bins` on clickana (156/199)
33622025-03-25T22:22:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632025-03-25T22:22:46.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642025-03-25T22:22:46.520Z Checking itertools v0.13.0
33652025-03-25T22:22:46.520Z Checking castaway v0.2.3
33662025-03-25T22:22:46.523Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33672025-03-25T22:22:46.523Z Checking lru v0.12.5
33682025-03-25T22:22:46.523Z Compiling instability v0.3.2
33692025-03-25T22:22:46.523Z Checking cassowary v0.3.0
33702025-03-25T22:22:46.523Z Compiling indoc v2.0.6
33712025-03-25T22:22:46.754Z Checking compact_str v0.8.0
33722025-03-25T22:22:48.369Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33732025-03-25T22:22:48.400Z Checking unicode-truncate v1.1.0
33742025-03-25T22:22:48.548Z Checking ratatui v0.29.0
33752025-03-25T22:22:50.414Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33762025-03-25T22:22:51.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
33772025-03-25T22:22:51.443Z
33782025-03-25T22:22:51.443Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (157/199)
33792025-03-25T22:22:52.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802025-03-25T22:22:52.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812025-03-25T22:22:52.139Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33822025-03-25T22:22:52.139Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33832025-03-25T22:22:53.131Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33842025-03-25T22:22:53.601Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33852025-03-25T22:22:53.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
33862025-03-25T22:22:54.144Z
33872025-03-25T22:22:54.144Zinfo: running `cargo check --bins` on ch-dev (158/199)
33882025-03-25T22:22:54.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892025-03-25T22:22:54.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902025-03-25T22:22:54.828Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33912025-03-25T22:22:55.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
33922025-03-25T22:22:55.732Z
33932025-03-25T22:22:55.732Zinfo: running `cargo check --bins` on crdb-seed (159/199)
33942025-03-25T22:22:56.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-03-25T22:22:56.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-03-25T22:22:56.407Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33972025-03-25T22:22:56.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
33982025-03-25T22:22:56.947Z
33992025-03-25T22:22:56.947Zinfo: running `cargo check --bins` on db-dev (160/199)
34002025-03-25T22:22:57.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012025-03-25T22:22:57.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022025-03-25T22:22:57.630Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34032025-03-25T22:22:58.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
34042025-03-25T22:22:58.546Z
34052025-03-25T22:22:58.546Zinfo: running `cargo check --bins` on omicron-dev-lib (161/199)
34062025-03-25T22:22:59.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072025-03-25T22:22:59.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082025-03-25T22:22:59.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092025-03-25T22:22:59.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34102025-03-25T22:22:59.222Z
34112025-03-25T22:22:59.222Zinfo: running `cargo check --bins` on xtask-downloader (162/199)
34122025-03-25T22:22:59.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132025-03-25T22:22:59.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142025-03-25T22:22:59.862Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34152025-03-25T22:23:00.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
34162025-03-25T22:23:00.861Z
34172025-03-25T22:23:00.861Zinfo: running `cargo check --bins` on omicron-ls-apis (163/199)
34182025-03-25T22:23:01.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192025-03-25T22:23:01.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202025-03-25T22:23:01.492Z Checking cargo-platform v0.1.8
34212025-03-25T22:23:01.769Z Checking cargo_metadata v0.19.2
34222025-03-25T22:23:02.732Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34232025-03-25T22:23:03.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s
34242025-03-25T22:23:03.723Z
34252025-03-25T22:23:03.723Zinfo: running `cargo check --bins` on mgs-dev (164/199)
34262025-03-25T22:23:04.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272025-03-25T22:23:04.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282025-03-25T22:23:04.466Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34292025-03-25T22:23:05.898Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34302025-03-25T22:23:06.447Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34312025-03-25T22:23:06.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34322025-03-25T22:23:07.185Z
34332025-03-25T22:23:07.185Zinfo: running `cargo check --bins` on omicron-omdb (165/199)
34342025-03-25T22:23:07.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352025-03-25T22:23:07.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362025-03-25T22:23:08.006Z Compiling crunchy v0.2.2
34372025-03-25T22:23:08.009Z Compiling tiny-keccak v2.0.2
34382025-03-25T22:23:08.009Z Compiling dsl_auto_type v0.1.2
34392025-03-25T22:23:08.009Z Checking scheduled-thread-pool v0.2.7
34402025-03-25T22:23:08.009Z Compiling diesel_table_macro_syntax v0.2.0
34412025-03-25T22:23:08.009Z Compiling bit-vec v0.6.3
34422025-03-25T22:23:08.171Z Compiling ascii-canvas v3.0.0
34432025-03-25T22:23:08.176Z Compiling ena v0.14.3
34442025-03-25T22:23:08.378Z Checking r2d2 v0.8.10
34452025-03-25T22:23:08.440Z Compiling regex-syntax v0.6.29
34462025-03-25T22:23:08.506Z Compiling bit-set v0.5.3
34472025-03-25T22:23:08.574Z Compiling bindgen v0.71.1
34482025-03-25T22:23:08.592Z Compiling diff v0.1.13
34492025-03-25T22:23:08.625Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34502025-03-25T22:23:08.703Z Compiling ref-cast v1.0.23
34512025-03-25T22:23:08.748Z Compiling rustc-hash v2.1.1
34522025-03-25T22:23:08.853Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34532025-03-25T22:23:08.953Z Compiling derive_builder_core v0.20.2
34542025-03-25T22:23:09.095Z Compiling libxml v0.3.3
34552025-03-25T22:23:09.176Z Compiling ref-cast-impl v1.0.23
34562025-03-25T22:23:09.285Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34572025-03-25T22:23:09.386Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34582025-03-25T22:23:09.459Z Compiling diesel_derives v2.2.3
34592025-03-25T22:23:09.505Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34602025-03-25T22:23:09.774Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34612025-03-25T22:23:09.817Z Compiling strum_macros v0.24.3
34622025-03-25T22:23:10.134Z Compiling indoc v1.0.9
34632025-03-25T22:23:11.017Z Compiling derive_builder_macro v0.20.2
34642025-03-25T22:23:11.035Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34652025-03-25T22:23:11.351Z Compiling oso-derive v0.27.3
34662025-03-25T22:23:11.889Z Compiling lalrpop v0.19.12
34672025-03-25T22:23:11.961Z Checking derive_builder v0.20.2
34682025-03-25T22:23:12.134Z Compiling impl-trait-for-tuples v0.2.2
34692025-03-25T22:23:12.309Z Checking quick-xml v0.37.2
34702025-03-25T22:23:12.340Z Compiling diesel-dtrace v0.4.2
34712025-03-25T22:23:12.676Z Checking maplit v1.0.2
34722025-03-25T22:23:12.918Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34732025-03-25T22:23:12.940Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34742025-03-25T22:23:13.259Z Checking bb8 v0.8.5
34752025-03-25T22:23:13.729Z Checking io-lifetimes v1.0.11
34762025-03-25T22:23:13.748Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34772025-03-25T22:23:13.940Z Checking rustix v0.37.28
34782025-03-25T22:23:14.063Z Checking rand_seeder v0.3.0
34792025-03-25T22:23:14.280Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34802025-03-25T22:23:14.331Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34812025-03-25T22:23:14.376Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34822025-03-25T22:23:14.545Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34832025-03-25T22:23:14.881Z Checking is_ci v1.2.0
34842025-03-25T22:23:14.927Z Checking terminal_size v0.2.6
34852025-03-25T22:23:15.030Z Checking smawk v0.3.2
34862025-03-25T22:23:15.113Z Checking unicode-linebreak v0.1.5
34872025-03-25T22:23:15.245Z Checking supports-color v3.0.2
34882025-03-25T22:23:15.486Z Checking multimap v0.10.0
34892025-03-25T22:23:15.542Z Checking textwrap v0.16.1
34902025-03-25T22:23:16.640Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34912025-03-25T22:23:18.169Z Checking diesel v2.2.8
34922025-03-25T22:23:33.425Z Compiling samael v0.0.18
34932025-03-25T22:23:49.902Z Checking async-bb8-diesel v0.2.1
34942025-03-25T22:23:51.624Z Compiling polar-core v0.27.3
34952025-03-25T22:23:58.759Z Checking oso v0.27.3
34962025-03-25T22:24:58.095Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34972025-03-25T22:25:05.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34982025-03-25T22:25:05.313Z
34992025-03-25T22:25:05.313Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199)
35002025-03-25T22:25:05.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012025-03-25T22:25:05.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022025-03-25T22:25:05.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032025-03-25T22:25:05.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35042025-03-25T22:25:06.020Z
35052025-03-25T22:25:06.020Zinfo: running `cargo check --bins` on nexus-saga-recovery (167/199)
35062025-03-25T22:25:06.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072025-03-25T22:25:06.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082025-03-25T22:25:06.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092025-03-25T22:25:06.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35102025-03-25T22:25:06.741Z
35112025-03-25T22:25:06.742Zinfo: running `cargo check --bins` on nexus-test-utils-macros (168/199)
35122025-03-25T22:25:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132025-03-25T22:25:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142025-03-25T22:25:07.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152025-03-25T22:25:07.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35162025-03-25T22:25:07.384Z
35172025-03-25T22:25:07.384Zinfo: running `cargo check --bins` on omicron-nexus (169/199)
35182025-03-25T22:25:08.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192025-03-25T22:25:08.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202025-03-25T22:25:08.226Z Compiling libz-sys v1.1.20
35212025-03-25T22:25:08.231Z Compiling libgit2-sys v0.17.0+1.8.1
35222025-03-25T22:25:08.360Z Compiling vergen v8.3.2
35232025-03-25T22:25:08.375Z Compiling cargo-platform v0.1.8
35242025-03-25T22:25:08.375Z Compiling pin-project-internal v1.1.6
35252025-03-25T22:25:08.398Z Compiling snafu-derive v0.8.5
35262025-03-25T22:25:08.446Z Compiling rustls v0.21.12
35272025-03-25T22:25:08.446Z Checking globset v0.4.15
35282025-03-25T22:25:08.701Z Compiling cargo_metadata v0.18.1
35292025-03-25T22:25:08.759Z Checking olpc-cjson v0.1.4
35302025-03-25T22:25:08.903Z Checking sct v0.7.1
35312025-03-25T22:25:09.078Z Checking rustls-webpki v0.101.7
35322025-03-25T22:25:09.242Z Checking serde_plain v1.0.2
35332025-03-25T22:25:09.242Z Checking typed-path v0.9.3
35342025-03-25T22:25:09.329Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35352025-03-25T22:25:09.409Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35362025-03-25T22:25:09.549Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35372025-03-25T22:25:09.603Z Checking parse-size v1.1.0
35382025-03-25T22:25:09.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35392025-03-25T22:25:09.892Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35402025-03-25T22:25:10.764Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35412025-03-25T22:25:10.834Z Checking rustls-pemfile v1.0.4
35422025-03-25T22:25:10.847Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35432025-03-25T22:25:10.869Z Checking pin-project v1.1.6
35442025-03-25T22:25:11.036Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35452025-03-25T22:25:11.072Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35462025-03-25T22:25:11.353Z Checking twox-hash v2.1.0
35472025-03-25T22:25:11.419Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35482025-03-25T22:25:11.485Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35492025-03-25T22:25:11.928Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35502025-03-25T22:25:12.509Z Checking tokio-rustls v0.24.1
35512025-03-25T22:25:12.844Z Checking snafu v0.8.5
35522025-03-25T22:25:12.863Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35532025-03-25T22:25:13.241Z Checking tough v0.19.0
35542025-03-25T22:25:13.312Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35552025-03-25T22:25:13.332Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35562025-03-25T22:25:13.502Z Checking fatfs v0.3.6
35572025-03-25T22:25:13.529Z Checking assert_matches v1.5.0
35582025-03-25T22:25:17.018Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
35592025-03-25T22:25:18.121Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35602025-03-25T22:25:19.866Z Compiling git2 v0.19.0
35612025-03-25T22:25:23.874Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
35622025-03-25T22:26:20.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
35632025-03-25T22:26:20.758Z
35642025-03-25T22:26:20.759Zinfo: running `cargo check --bins` on nexus-external-api (170/199)
35652025-03-25T22:26:21.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662025-03-25T22:26:21.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672025-03-25T22:26:21.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682025-03-25T22:26:21.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35692025-03-25T22:26:21.495Z
35702025-03-25T22:26:21.495Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35712025-03-25T22:26:22.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722025-03-25T22:26:22.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732025-03-25T22:26:22.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742025-03-25T22:26:22.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35752025-03-25T22:26:22.169Z
35762025-03-25T22:26:22.169Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35772025-03-25T22:26:22.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782025-03-25T22:26:22.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792025-03-25T22:26:22.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802025-03-25T22:26:22.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35812025-03-25T22:26:22.888Z
35822025-03-25T22:26:22.888Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35832025-03-25T22:26:23.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842025-03-25T22:26:23.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852025-03-25T22:26:23.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862025-03-25T22:26:23.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35872025-03-25T22:26:23.601Z
35882025-03-25T22:26:23.601Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35892025-03-25T22:26:24.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-03-25T22:26:24.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-03-25T22:26:24.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922025-03-25T22:26:24.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35932025-03-25T22:26:24.316Z
35942025-03-25T22:26:24.316Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35952025-03-25T22:26:24.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962025-03-25T22:26:24.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972025-03-25T22:26:24.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982025-03-25T22:26:24.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35992025-03-25T22:26:25.024Z
36002025-03-25T22:26:25.024Zinfo: running `cargo check --bins` on update-common (176/199)
36012025-03-25T22:26:25.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-03-25T22:26:25.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-03-25T22:26:25.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042025-03-25T22:26:25.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36052025-03-25T22:26:25.694Z
36062025-03-25T22:26:25.694Zinfo: running `cargo check --bins` on omicron-dev (177/199)
36072025-03-25T22:26:26.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082025-03-25T22:26:26.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092025-03-25T22:26:26.572Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36102025-03-25T22:26:26.576Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36112025-03-25T22:26:26.717Z Checking diff v0.1.13
36122025-03-25T22:26:26.718Z Checking yansi v1.0.1
36132025-03-25T22:26:26.721Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36142025-03-25T22:26:26.721Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36152025-03-25T22:26:27.108Z Checking pretty_assertions v1.4.1
36162025-03-25T22:26:27.769Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36172025-03-25T22:26:54.933Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36182025-03-25T22:26:54.937Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36192025-03-25T22:26:54.937Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36202025-03-25T22:26:54.937Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36212025-03-25T22:26:54.937Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36222025-03-25T22:26:54.937Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36232025-03-25T22:26:55.750Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36242025-03-25T22:26:56.922Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36252025-03-25T22:27:38.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
36262025-03-25T22:27:38.810Z
36272025-03-25T22:27:38.810Zinfo: running `cargo check --bins` on openapi-manager (178/199)
36282025-03-25T22:27:39.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292025-03-25T22:27:39.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302025-03-25T22:27:39.545Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36312025-03-25T22:27:39.553Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36322025-03-25T22:27:39.671Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36332025-03-25T22:27:39.683Z Compiling proc-macro-error-attr2 v2.0.0
36342025-03-25T22:27:39.695Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36352025-03-25T22:27:39.698Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36362025-03-25T22:27:39.723Z Checking papergrid v0.14.0
36372025-03-25T22:27:39.740Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36382025-03-25T22:27:39.924Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36392025-03-25T22:27:40.021Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36402025-03-25T22:27:40.296Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36412025-03-25T22:27:40.440Z Compiling proc-macro-error2 v2.0.1
36422025-03-25T22:27:41.066Z Compiling tabled_derive v0.10.0
36432025-03-25T22:27:41.223Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
36442025-03-25T22:27:41.406Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36452025-03-25T22:27:41.485Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36462025-03-25T22:27:41.514Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36472025-03-25T22:27:42.018Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36482025-03-25T22:27:42.445Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36492025-03-25T22:27:42.522Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36502025-03-25T22:27:42.935Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36512025-03-25T22:27:43.382Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36522025-03-25T22:27:43.444Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36532025-03-25T22:27:43.526Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36542025-03-25T22:27:43.695Z Checking tabled v0.18.0
36552025-03-25T22:27:43.841Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36562025-03-25T22:27:44.098Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36572025-03-25T22:27:44.167Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36582025-03-25T22:27:45.684Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592025-03-25T22:27:45.684Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36602025-03-25T22:27:48.853Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36612025-03-25T22:27:53.957Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36622025-03-25T22:27:54.900Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36632025-03-25T22:27:54.904Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36642025-03-25T22:27:56.152Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36652025-03-25T22:27:57.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
36662025-03-25T22:27:57.767Z
36672025-03-25T22:27:57.767Zinfo: running `cargo check --bins` on installinator-api (179/199)
36682025-03-25T22:27:58.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-03-25T22:27:58.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-03-25T22:27:58.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-03-25T22:27:58.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36722025-03-25T22:27:58.434Z
36732025-03-25T22:27:58.434Zinfo: running `cargo check --bins` on wicketd-api (180/199)
36742025-03-25T22:27:59.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-03-25T22:27:59.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-03-25T22:27:59.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772025-03-25T22:27:59.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36782025-03-25T22:27:59.109Z
36792025-03-25T22:27:59.110Zinfo: running `cargo check --bins` on omicron-pins (181/199)
36802025-03-25T22:27:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812025-03-25T22:27:59.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822025-03-25T22:27:59.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832025-03-25T22:27:59.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36842025-03-25T22:27:59.739Z
36852025-03-25T22:27:59.739Zinfo: running `cargo check --bins` on reconfigurator-cli (182/199)
36862025-03-25T22:28:00.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872025-03-25T22:28:00.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882025-03-25T22:28:00.447Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36892025-03-25T22:28:00.451Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36902025-03-25T22:28:00.451Z Compiling petname v2.0.2
36912025-03-25T22:28:00.451Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36922025-03-25T22:28:00.560Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36932025-03-25T22:28:00.569Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36942025-03-25T22:28:00.603Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36952025-03-25T22:28:00.616Z Checking sync-ptr v0.1.1
36962025-03-25T22:28:06.823Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36972025-03-25T22:28:06.842Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36982025-03-25T22:28:07.447Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36992025-03-25T22:28:09.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
37002025-03-25T22:28:09.202Z
37012025-03-25T22:28:09.203Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (183/199)
37022025-03-25T22:28:09.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032025-03-25T22:28:09.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042025-03-25T22:28:09.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052025-03-25T22:28:09.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
37062025-03-25T22:28:09.889Z
37072025-03-25T22:28:09.889Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (184/199)
37082025-03-25T22:28:10.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092025-03-25T22:28:10.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102025-03-25T22:28:10.629Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37112025-03-25T22:28:11.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
37122025-03-25T22:28:11.776Z
37132025-03-25T22:28:11.776Zinfo: running `cargo check --bins` on omicron-releng (185/199)
37142025-03-25T22:28:12.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152025-03-25T22:28:12.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162025-03-25T22:28:12.441Z Checking memmap2 v0.9.5
37172025-03-25T22:28:12.445Z Checking constant_time_eq v0.3.1
37182025-03-25T22:28:12.446Z Checking arrayvec v0.7.6
37192025-03-25T22:28:12.446Z Checking arrayref v0.3.9
37202025-03-25T22:28:12.446Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37212025-03-25T22:28:12.446Z Checking topological-sort v0.2.2
37222025-03-25T22:28:12.549Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37232025-03-25T22:28:12.553Z Checking shell-words v1.1.0
37242025-03-25T22:28:12.832Z Checking blake3 v1.5.4
37252025-03-25T22:28:12.965Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
37262025-03-25T22:28:13.174Z Checking omicron-zone-package v0.12.0
37272025-03-25T22:28:14.293Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37282025-03-25T22:28:15.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
37292025-03-25T22:28:15.291Z
37302025-03-25T22:28:15.291Zinfo: running `cargo check --bins` on xtask (186/199)
37312025-03-25T22:28:15.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322025-03-25T22:28:15.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332025-03-25T22:28:15.748Z Checking bitflags v2.6.0
37342025-03-25T22:28:15.752Z Checking serde v1.0.218
37352025-03-25T22:28:15.752Z Checking thiserror v1.0.69
37362025-03-25T22:28:15.844Z Checking scroll v0.12.0
37372025-03-25T22:28:15.848Z Checking hashbrown v0.15.1
37382025-03-25T22:28:15.860Z Checking log v0.4.22
37392025-03-25T22:28:15.864Z Checking zerocopy v0.7.35
37402025-03-25T22:28:15.883Z Checking syn v2.0.98
37412025-03-25T22:28:15.947Z Checking pest v2.7.14
37422025-03-25T22:28:16.082Z Checking rustix v0.38.37
37432025-03-25T22:28:16.116Z Checking once_cell v1.20.3
37442025-03-25T22:28:16.293Z Checking goblin v0.8.2
37452025-03-25T22:28:16.443Z Checking thiserror v2.0.12
37462025-03-25T22:28:16.588Z Checking fs-err v2.11.0
37472025-03-25T22:28:16.798Z Checking indexmap v2.7.1
37482025-03-25T22:28:16.906Z Checking anyhow v1.0.97
37492025-03-25T22:28:17.039Z Checking tabled v0.15.0
37502025-03-25T22:28:17.921Z Checking terminal_size v0.4.0
37512025-03-25T22:28:17.921Z Checking tempfile v3.13.0
37522025-03-25T22:28:18.103Z Checking clap_builder v4.5.32
37532025-03-25T22:28:18.256Z Checking dtrace-parser v0.2.0
37542025-03-25T22:28:19.964Z Checking serde_json v1.0.139
37552025-03-25T22:28:19.964Z Checking serde_spanned v0.6.8
37562025-03-25T22:28:19.967Z Checking toml_datetime v0.6.8
37572025-03-25T22:28:19.967Z Checking camino v1.1.9
37582025-03-25T22:28:19.967Z Checking cargo-platform v0.1.8
37592025-03-25T22:28:19.968Z Checking semver v1.0.25
37602025-03-25T22:28:20.032Z Checking clap v4.5.32
37612025-03-25T22:28:20.140Z Checking macaddr v1.0.1
37622025-03-25T22:28:20.302Z Checking toml_edit v0.22.24
37632025-03-25T22:28:20.457Z Checking camino-tempfile v1.1.1
37642025-03-25T22:28:21.027Z Checking dof v0.3.0
37652025-03-25T22:28:21.027Z Checking cargo_metadata v0.19.2
37662025-03-25T22:28:21.536Z Checking usdt-impl v0.5.0
37672025-03-25T22:28:21.793Z Checking usdt v0.5.0
37682025-03-25T22:28:22.031Z Checking toml v0.8.20
37692025-03-25T22:28:22.462Z Checking cargo_toml v0.21.0
37702025-03-25T22:28:23.599Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37712025-03-25T22:28:24.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
37722025-03-25T22:28:24.320Z
37732025-03-25T22:28:24.320Zinfo: running `cargo check --bins` on end-to-end-tests (187/199)
37742025-03-25T22:28:24.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752025-03-25T22:28:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762025-03-25T22:28:25.103Z Checking polyval v0.6.2
37772025-03-25T22:28:25.222Z Checking ctr v0.9.2
37782025-03-25T22:28:25.233Z Checking ssh-encoding v0.2.0
37792025-03-25T22:28:25.236Z Checking blowfish v0.9.1
37802025-03-25T22:28:25.255Z Checking password-hash v0.4.2
37812025-03-25T22:28:25.271Z Checking p256 v0.13.2
37822025-03-25T22:28:25.274Z Checking p521 v0.13.3
37832025-03-25T22:28:25.302Z Checking russh-cryptovec v0.7.3
37842025-03-25T22:28:25.448Z Checking ghash v0.5.1
37852025-03-25T22:28:25.467Z Checking bcrypt-pbkdf v0.10.0
37862025-03-25T22:28:25.470Z Checking md5 v0.7.0
37872025-03-25T22:28:25.507Z Checking num-bigint v0.4.6
37882025-03-25T22:28:25.539Z Checking des v0.8.1
37892025-03-25T22:28:25.611Z Checking aes-gcm v0.10.3
37902025-03-25T22:28:25.651Z Checking pbkdf2 v0.11.0
37912025-03-25T22:28:25.741Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37922025-03-25T22:28:25.759Z Checking hex-literal v0.4.1
37932025-03-25T22:28:25.774Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37942025-03-25T22:28:25.802Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37952025-03-25T22:28:25.839Z Checking ssh-cipher v0.2.0
37962025-03-25T22:28:25.881Z Checking internet-checksum v0.2.1
37972025-03-25T22:28:26.131Z Checking ssh-key v0.6.6
37982025-03-25T22:28:26.353Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37992025-03-25T22:28:27.216Z Checking russh-keys v0.45.0
38002025-03-25T22:28:28.056Z Checking russh v0.45.0
38012025-03-25T22:28:46.677Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38022025-03-25T22:28:48.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.70s
38032025-03-25T22:28:48.240Z
38042025-03-25T22:28:48.240Zinfo: running `cargo check --bins` on gateway-cli (188/199)
38052025-03-25T22:28:48.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062025-03-25T22:28:48.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072025-03-25T22:28:48.908Z Checking termios v0.3.3
38082025-03-25T22:28:49.132Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38092025-03-25T22:28:49.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
38102025-03-25T22:28:50.106Z
38112025-03-25T22:28:50.106Zinfo: running `cargo check --bins --no-default-features` on installinator (189/199)
38122025-03-25T22:28:50.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132025-03-25T22:28:50.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142025-03-25T22:28:50.824Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38152025-03-25T22:28:50.824Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38162025-03-25T22:28:50.827Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38172025-03-25T22:28:50.828Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38182025-03-25T22:28:51.839Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38192025-03-25T22:28:53.100Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38202025-03-25T22:28:54.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
38212025-03-25T22:28:55.085Z
38222025-03-25T22:28:55.086Zinfo: running `cargo check --bins` on internal-dns-cli (190/199)
38232025-03-25T22:28:55.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242025-03-25T22:28:55.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252025-03-25T22:28:55.745Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38262025-03-25T22:28:56.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38272025-03-25T22:28:56.397Z
38282025-03-25T22:28:56.397Zinfo: running `cargo check --bins` on omicron-live-tests (191/199)
38292025-03-25T22:28:56.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302025-03-25T22:28:56.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312025-03-25T22:28:56.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322025-03-25T22:28:56.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38332025-03-25T22:28:57.027Z
38342025-03-25T22:28:57.027Zinfo: running `cargo check --bins` on live-tests-macros (192/199)
38352025-03-25T22:28:57.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362025-03-25T22:28:57.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372025-03-25T22:28:57.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382025-03-25T22:28:57.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38392025-03-25T22:28:57.661Z
38402025-03-25T22:28:57.661Zinfo: running `cargo check --bins` on nexus-mgs-updates (193/199)
38412025-03-25T22:28:58.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422025-03-25T22:28:58.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432025-03-25T22:28:58.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442025-03-25T22:28:58.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38452025-03-25T22:28:58.305Z
38462025-03-25T22:28:58.305Zinfo: running `cargo check --bins` on omicron-package (194/199)
38472025-03-25T22:28:58.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482025-03-25T22:28:58.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492025-03-25T22:28:58.995Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38502025-03-25T22:29:00.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
38512025-03-25T22:29:00.849Z
38522025-03-25T22:29:00.849Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38532025-03-25T22:29:01.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542025-03-25T22:29:01.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552025-03-25T22:29:01.420Z Checking rtoolbox v0.0.2
38562025-03-25T22:29:01.440Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38572025-03-25T22:29:01.440Z Checking tui-tree-widget v0.23.0
38582025-03-25T22:29:01.492Z Checking rpassword v7.3.1
38592025-03-25T22:29:06.137Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38602025-03-25T22:29:09.009Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38612025-03-25T22:29:10.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
38622025-03-25T22:29:10.358Z
38632025-03-25T22:29:10.358Zinfo: running `cargo check --bins` on wicket (196/199)
38642025-03-25T22:29:10.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652025-03-25T22:29:10.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662025-03-25T22:29:11.088Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38672025-03-25T22:29:11.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
38682025-03-25T22:29:11.701Z
38692025-03-25T22:29:11.702Zinfo: running `cargo check --bins` on wicketd (197/199)
38702025-03-25T22:29:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712025-03-25T22:29:12.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722025-03-25T22:29:12.439Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38732025-03-25T22:29:12.439Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742025-03-25T22:29:13.263Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38752025-03-25T22:29:17.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
38762025-03-25T22:29:17.367Z
38772025-03-25T22:29:17.368Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38782025-03-25T22:29:17.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792025-03-25T22:29:17.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802025-03-25T22:29:17.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812025-03-25T22:29:17.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38822025-03-25T22:29:18.006Z
38832025-03-25T22:29:18.006Zinfo: running `cargo check --bins` on zone-setup (199/199)
38842025-03-25T22:29:18.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852025-03-25T22:29:18.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862025-03-25T22:29:18.709Z Checking uzers v0.12.1
38872025-03-25T22:29:19.050Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38882025-03-25T22:29:19.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
38892025-03-25T22:29:20.193Z
38902025-03-25T22:29:20.194Zreal 13:47.626398289
38912025-03-25T22:29:20.194Zuser 28:10.657893411
38922025-03-25T22:29:20.194Zsys 4:19.862613108
38932025-03-25T22:29:20.194Ztrap 0.587939099
38942025-03-25T22:29:20.194Ztflt 0.465697273
38952025-03-25T22:29:20.194Zdflt 1.871925676
38962025-03-25T22:29:20.194Zkflt 0.001206240
38972025-03-25T22:29:20.194Zlock 48:05.943969366
38982025-03-25T22:29:20.198Zslp 2:14:54.328614937
38992025-03-25T22:29:20.198Zlat 1:09.232890218
39002025-03-25T22:29:20.198Zstop 3:55.212217212
39012025-03-25T22:29:20.199Zprocess exited: duration 1159008 ms, exit code 0
 
39022025-03-25T22:29:20.209Zfound 0 output files