01JMX8RSS175PFBQ1ZF08GDCAZ: 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: 01JMX8T5GMJVKMXZG4C62BWDCY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-25T01:10:03.715Zjob assigned to worker 01JMXACQ6RFJ1JKQQZD5DSSTA8 [factory aws, i-021b7ab4d54a7b041] (queued for 28 m 44 s)
 
22025-02-25T01:10:11.650Zstarting task 0: "setup"
32025-02-25T01:10:11.657Z++ uname -s
42025-02-25T01:10:11.660Z+ kern=SunOS
52025-02-25T01:10:11.660Z+ build_user=build
62025-02-25T01:10:11.660Z+ build_uid=12345
72025-02-25T01:10:11.660Z+ work_dir=/work
82025-02-25T01:10:11.660Z+ input_dir=/input
92025-02-25T01:10:11.660Z+ [[ 0 == 12345 ]]
102025-02-25T01:10:11.660Z+ case "$kern" in
112025-02-25T01:10:11.660Z+ groupadd -g 12345 build
122025-02-25T01:10:11.663Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-25T01:10:13.672Z+ zfs create -o mountpoint=/work rpool/work
142025-02-25T01:10:13.797Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-25T01:10:13.800Z+ home_fs=zfs
162025-02-25T01:10:13.800Z+ [[ zfs == autofs ]]
172025-02-25T01:10:13.800Z+ mkdir -p /home/build
182025-02-25T01:10:13.800Z+ chown build:build /home/build /work
192025-02-25T01:10:15.801Z+ chmod 0700 /home/build /work
202025-02-25T01:10:15.804Zprocess exited: duration 4153 ms, exit code 0
 
212025-02-25T01:10:15.809Zstarting task 1: "rust-toolchain"
222025-02-25T01:10:15.815Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-25T01:10:15.815Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-25T01:10:15.815Z * rust toolchain channel = "1.85.0"
252025-02-25T01:10:15.815Z * rust toolchain profile = "default"
262025-02-25T01:10:15.815Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-25T01:10:15.815Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-25T01:10:15.818Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-25T01:10:15.818Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-25T01:10:15.933Zinfo: downloading installer
312025-02-25T01:10:17.296Zwarning: it looks like you have an existing installation of Rust at:
322025-02-25T01:10:17.297Zwarning: /opt/ooce/bin
332025-02-25T01:10:17.297Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-25T01:10:17.297Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-25T01:10:17.297Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-25T01:10:17.297Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-25T01:10:17.297Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-25T01:10:17.297Zerror: cannot install while Rust is installed
392025-02-25T01:10:17.298Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-25T01:10:17.322Zinfo: profile set to 'default'
412025-02-25T01:10:17.322Zinfo: default host triple is x86_64-unknown-illumos
422025-02-25T01:10:17.325Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-25T01:10:17.489Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-25T01:10:17.489Zinfo: downloading component 'cargo'
452025-02-25T01:10:18.386Zinfo: downloading component 'clippy'
462025-02-25T01:10:18.730Zinfo: downloading component 'rust-docs'
472025-02-25T01:10:20.082Zinfo: downloading component 'rust-std'
482025-02-25T01:10:22.062Zinfo: downloading component 'rustc'
492025-02-25T01:10:28.895Zinfo: downloading component 'rustfmt'
502025-02-25T01:10:29.154Zinfo: installing component 'cargo'
512025-02-25T01:10:29.993Zinfo: installing component 'clippy'
522025-02-25T01:10:30.380Zinfo: installing component 'rust-docs'
532025-02-25T01:10:32.153Zinfo: installing component 'rust-std'
542025-02-25T01:10:34.065Zinfo: installing component 'rustc'
552025-02-25T01:10:40.023Zinfo: installing component 'rustfmt'
562025-02-25T01:10:40.357Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-25T01:10:40.357Z
582025-02-25T01:10:40.726Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-25T01:10:40.726Z
602025-02-25T01:10:40.730Z
612025-02-25T01:10:40.730ZRust is installed now. Great!
622025-02-25T01:10:40.730Z
632025-02-25T01:10:40.730ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-25T01:10:40.730Zenvironment variable. This has not been done automatically.
652025-02-25T01:10:40.730Z
662025-02-25T01:10:40.730ZTo configure your current shell, you need to source
672025-02-25T01:10:40.730Zthe corresponding env file under $HOME/.cargo.
682025-02-25T01:10:40.730Z
692025-02-25T01:10:40.730ZThis is usually done by running one of the following (note the leading DOT):
702025-02-25T01:10:40.730Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-25T01:10:40.730Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-25T01:10:40.802Z+ rustup --version
732025-02-25T01:10:40.810Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-25T01:10:40.810Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-25T01:10:40.891Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-25T01:10:40.894Z+ cargo --version
772025-02-25T01:10:40.953Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-25T01:10:40.956Z+ rustc --version
792025-02-25T01:10:41.023Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-25T01:10:41.035Zprocess exited: duration 25209 ms, exit code 0
 
812025-02-25T01:10:41.062Zstarting task 2: "authentication"
822025-02-25T01:10:41.103Zprocess exited: duration 36 ms, exit code 0
 
832025-02-25T01:10:41.118Zstarting task 3: "clone repository"
842025-02-25T01:10:41.124Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-25T01:10:41.127Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-25T01:10:42.059ZCloning into '/work/oxidecomputer/omicron'...
872025-02-25T01:10:49.430Z+ cd /work/oxidecomputer/omicron
882025-02-25T01:10:49.430Z+ git fetch origin e893250381d11254f24f0a09fc0987adb158add4
892025-02-25T01:10:49.769ZFrom https://github.com/oxidecomputer/omicron
902025-02-25T01:10:49.769Z * branch e893250381d11254f24f0a09fc0987adb158add4 -> FETCH_HEAD
912025-02-25T01:10:49.780Z+ [[ -n affinity-integration ]]
922025-02-25T01:10:49.784Z++ git branch --show-current
932025-02-25T01:10:49.787Z+ current=main
942025-02-25T01:10:49.787Z+ [[ main != affinity-integration ]]
952025-02-25T01:10:49.787Z+ git branch -f affinity-integration e893250381d11254f24f0a09fc0987adb158add4
962025-02-25T01:10:49.791Z+ git checkout -f affinity-integration
972025-02-25T01:10:49.978ZSwitched to branch 'affinity-integration'
982025-02-25T01:10:49.982Z+ git reset --hard e893250381d11254f24f0a09fc0987adb158add4
992025-02-25T01:10:50.168ZHEAD is now at e89325038 Merge branch 'affinity-instance-integration' into affinity-integration
1002025-02-25T01:10:50.173Zprocess exited: duration 9048 ms, exit code 0
 
1012025-02-25T01:10:50.180Zstarting task 4: "build"
1022025-02-25T01:10:50.186Z+ source .github/buildomat/ci-env.sh
1032025-02-25T01:10:50.186Z++ export CARGO_TERM_COLOR=always
1042025-02-25T01:10:50.186Z++ CARGO_TERM_COLOR=always
1052025-02-25T01:10:50.186Z+ cargo --version
1062025-02-25T01:10:50.238Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-25T01:10:50.259Z+ rustc --version
1082025-02-25T01:10:50.307Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-25T01:10:50.310Z+ source ./env.sh
1102025-02-25T01:10:50.310Z++ OLD_SHELL_OPTS=ehxB
1112025-02-25T01:10:50.310Z++ set -o xtrace
1122025-02-25T01:10:50.310Z++++ dirname ./env.sh
1132025-02-25T01:10:50.324Z+++ readlink -f .
1142025-02-25T01:10:50.404Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-25T01:10:50.406Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162025-02-25T01:10:50.407Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-02-25T01:10:50.407Z++ 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
1182025-02-25T01:10:50.407Z++ 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-02-25T01:10:50.407Z++ 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
1202025-02-25T01:10:50.407Z++ 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-02-25T01:10:50.407Z++ 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
1222025-02-25T01:10:50.407Z++ 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-02-25T01:10:50.407Z++ case $OLD_SHELL_OPTS in
1242025-02-25T01:10:50.407Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-25T01:10:50.407Z+ 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
1262025-02-25T01:10:50.407Z+ 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-02-25T01:10:50.407Z+ banner prerequisites
1282025-02-25T01:10:50.410Z
1292025-02-25T01:10:50.410Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-25T01:10:50.410Z # # # # # # # # # # # # # # #
1312025-02-25T01:10:50.410Z # # # # ##### # # ##### # # # # # #### #
1322025-02-25T01:10:50.410Z ##### ##### # ##### # # # # # # # # #
1332025-02-25T01:10:50.410Z # # # # # # # # # # # # # # #
1342025-02-25T01:10:50.410Z # # # ###### # # ###### ### # #### # #### #
1352025-02-25T01:10:50.410Z
1362025-02-25T01:10:50.410Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-25T01:10:54.755Zpkg list: illegal option -- F
1382025-02-25T01:10:54.755ZUsage:
1392025-02-25T01:10:54.764Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-25T01:10:54.764Z [pkg_fmri_pattern ...]
1412025-02-25T01:10:55.622Zpkg list: illegal option -- F
1422025-02-25T01:10:55.622ZUsage:
1432025-02-25T01:10:55.642Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-25T01:10:55.642Z [pkg_fmri_pattern ...]
1452025-02-25T01:11:02.314Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-25T01:11:06.511Z Startup: Caching catalogs ... Done
1472025-02-25T01:11:19.527ZPlanning: Solver setup ... Done (12.077s)
1482025-02-25T01:11:19.680ZPlanning: Running solver ... Done (0.153s)
1492025-02-25T01:11:20.049ZPlanning: Finding local manifests ... Done (0.253s)
1502025-02-25T01:11:20.061ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-25T01:11:20.301ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-25T01:11:20.710ZPlanning: Package planning ... Done (0.410s)
1532025-02-25T01:11:20.766ZPlanning: Merging actions ... Done (0.057s)
1542025-02-25T01:11:21.576ZPlanning: Checking for conflicting actions ... Done (0.809s)
1552025-02-25T01:11:27.343ZPlanning: Consolidating action changes ... Done (5.766s)
1562025-02-25T01:11:27.846ZPlanning: Evaluating mediators ... Done (0.490s)
1572025-02-25T01:11:27.912ZPlanning: Planning completed in 21.30 seconds
1582025-02-25T01:11:27.927Z Packages to install: 4
1592025-02-25T01:11:27.927Z Packages to update: 3
1602025-02-25T01:11:27.930Z Mediators to change: 2
1612025-02-25T01:11:27.930Z Services to change: 1
1622025-02-25T01:11:27.930Z Estimated space available: 155.60 GB
1632025-02-25T01:11:27.930ZEstimated space to be consumed: 1.66 GB
1642025-02-25T01:11:27.930Z Create boot environment: No
1652025-02-25T01:11:27.930ZCreate backup boot environment: Yes
1662025-02-25T01:11:27.930Z Rebuild boot archive: No
1672025-02-25T01:11:27.931Z
1682025-02-25T01:11:27.931ZChanged mediators:
1692025-02-25T01:11:27.931Z mediator clang:
1702025-02-25T01:11:27.931Z version: None -> 15 (system default)
1712025-02-25T01:11:27.931Z
1722025-02-25T01:11:27.931Z mediator llvm:
1732025-02-25T01:11:27.931Z version: 14 (system default) -> 15 (system default)
1742025-02-25T01:11:27.931Z
1752025-02-25T01:11:27.931ZChanged packages:
1762025-02-25T01:11:27.931Zhelios-dev
1772025-02-25T01:11:27.931Z developer/build-essential
1782025-02-25T01:11:27.931Z None -> 11-2.0
1792025-02-25T01:11:27.931Z library/libxmlsec1
1802025-02-25T01:11:27.931Z None -> 1.2.35-2.0
1812025-02-25T01:11:27.931Z ooce/developer/clang-15
1822025-02-25T01:11:27.931Z None -> 15.0.7-2.0
1832025-02-25T01:11:27.932Z ooce/developer/llvm-15
1842025-02-25T01:11:27.932Z None -> 15.0.7-2.0
1852025-02-25T01:11:27.932Z package/pkg
1862025-02-25T01:11:27.932Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-25T01:11:27.932Z system/library/g++-runtime
1882025-02-25T01:11:27.932Z 13-2.0 -> 14-2.0
1892025-02-25T01:11:27.932Z system/library/gcc-runtime
1902025-02-25T01:11:27.932Z 13-2.0 -> 14-2.0
1912025-02-25T01:11:27.932Z
1922025-02-25T01:11:27.932ZServices:
1932025-02-25T01:11:27.932Z restart_fmri:
1942025-02-25T01:11:27.932Z svc:/system/update-man-index:default
1952025-02-25T01:11:27.932Z
1962025-02-25T01:11:27.932ZEditable files to change:
1972025-02-25T01:11:27.932Z Update:
1982025-02-25T01:11:27.932Z usr/share/lib/pkg/web/config.shtml
1992025-02-25T01:11:28.247Z
2002025-02-25T01:11:28.248ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-25T01:11:33.252ZDownload: 1262/4301 items 98.1/225.4MB 43% complete (19.6M/s)
2022025-02-25T01:11:38.250ZDownload: 3108/4301 items 130.5/225.4MB 57% complete (13.0M/s)
2032025-02-25T01:11:43.777ZDownload: 4207/4301 items 220.6/225.4MB 97% complete (13.7M/s)
2042025-02-25T01:11:44.377ZDownload: Completed 225.42 MB in 16.13 seconds (14.0M/s)
2052025-02-25T01:11:50.783Z Actions: 1/5122 actions (Removing old actions)
2062025-02-25T01:11:51.165Z Actions: 194/5122 actions (Installing new actions)
2072025-02-25T01:11:51.599Z Actions: 4171/5122 actions (Installing new actions)
2082025-02-25T01:11:51.706Z Actions: 4267/5122 actions (Updating modified actions)
2092025-02-25T01:11:52.254Z Actions: Completed 5122 actions in 5.75 seconds.
2102025-02-25T01:11:52.679Z Done (0.417s)
2112025-02-25T01:11:52.682Z Done (0.001s)
2122025-02-25T01:11:53.290Z Done (0.610s)
2132025-02-25T01:11:59.070Z Done (5.532s)
2142025-02-25T01:11:59.458Z Done (0.317s)
2152025-02-25T01:11:59.461Z Done (0.000s)
2162025-02-25T01:11:59.649Z Done (0.000s)
2172025-02-25T01:12:00.365ZPlanning: Evaluating mediator changes ... Done
2182025-02-25T01:12:00.528ZPlanning: Checking for conflicting actions ... Done
2192025-02-25T01:12:00.531ZPlanning: Consolidating action changes ... Done
2202025-02-25T01:12:00.802ZPlanning: Evaluating mediators ... Done
2212025-02-25T01:12:00.805ZPlanning: Planning completed in 0.44 seconds
2222025-02-25T01:12:00.844Z Mediators to change: 2
2232025-02-25T01:12:00.844Z Create boot environment: No
2242025-02-25T01:12:00.844ZCreate backup boot environment: No
2252025-02-25T01:12:00.939Z Done
2262025-02-25T01:12:00.939Z Done
2272025-02-25T01:12:01.393Z Done
2282025-02-25T01:12:04.994Z Done
2292025-02-25T01:12:05.086Z Done
2302025-02-25T01:12:05.091Z Done
2312025-02-25T01:12:05.223Z Done
2322025-02-25T01:12:05.838ZPlanning: Evaluating mediator changes ... Done
2332025-02-25T01:12:05.842ZPlanning: Merging actions ... Done
2342025-02-25T01:12:06.028ZPlanning: Checking for conflicting actions ... Done
2352025-02-25T01:12:06.031ZPlanning: Consolidating action changes ... Done
2362025-02-25T01:12:06.297ZPlanning: Evaluating mediators ... Done
2372025-02-25T01:12:06.354ZPlanning: Planning completed in 0.76 seconds
2382025-02-25T01:12:06.395Z Packages to change: 1
2392025-02-25T01:12:06.395Z Mediators to change: 1
2402025-02-25T01:12:06.399Z Services to change: 1
2412025-02-25T01:12:06.399Z Create boot environment: No
2422025-02-25T01:12:06.399ZCreate backup boot environment: Yes
2432025-02-25T01:12:08.551Z Actions: 1/6 actions (Updating modified actions)
2442025-02-25T01:12:08.554Z Actions: Completed 6 actions in 0.00 seconds.
2452025-02-25T01:12:08.554Z Done
2462025-02-25T01:12:08.554Z Done
2472025-02-25T01:12:08.676Z Done
2482025-02-25T01:12:12.304Z Done
2492025-02-25T01:12:12.404Z Done
2502025-02-25T01:12:12.417Z Done
2512025-02-25T01:12:12.529Z Done
2522025-02-25T01:12:12.961ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2532025-02-25T01:12:12.961Zclang system 15 system
2542025-02-25T01:12:12.961Zcsh system system illumos
2552025-02-25T01:12:12.961Zctags system system illumos
2562025-02-25T01:12:12.961Zgcc vendor 12 vendor
2572025-02-25T01:12:12.961Zgcc system 10 system
2582025-02-25T01:12:12.961Zgcc system 7 system
2592025-02-25T01:12:12.962Zgo system 1.20 system
2602025-02-25T01:12:12.962Zgo system 1.19 system
2612025-02-25T01:12:12.962Zllvm system 15 system
2622025-02-25T01:12:12.962Zllvm system 14 system
2632025-02-25T01:12:12.962Zmariadb system 10.6 system
2642025-02-25T01:12:12.962Zmta vendor vendor dma
2652025-02-25T01:12:12.962Zopenjdk system 17 system
2662025-02-25T01:12:12.962Zopenjdk system 11 system
2672025-02-25T01:12:12.962Zopenjdk system 1.8 system
2682025-02-25T01:12:12.962Zopenssl vendor 3 vendor
2692025-02-25T01:12:12.962Zperl system 5.36 system
2702025-02-25T01:12:12.962Zpostgresql system 15 system
2712025-02-25T01:12:12.962Zpostgresql system 13 system
2722025-02-25T01:12:12.962Zpython vendor 3 vendor
2732025-02-25T01:12:12.962Zpython system 2 system
2742025-02-25T01:12:12.962Zpython3 system 3.11 system
2752025-02-25T01:12:12.962Zruby system 3.0 system
2762025-02-25T01:12:12.962Zwords vendor vendor american-english
2772025-02-25T01:12:12.962Zwords system system australian-english
2782025-02-25T01:12:12.962Zwords system system british-english
2792025-02-25T01:12:12.962Zwords system system canadian-english
2802025-02-25T01:12:12.962Zwords system system french
2812025-02-25T01:12:12.962Zwords system system italian
2822025-02-25T01:12:12.962Zwords system system ngerman
2832025-02-25T01:12:12.963Zwords system system ogerman
2842025-02-25T01:12:12.963Zwords system system spanish
2852025-02-25T01:12:13.291ZPUBLISHER TYPE STATUS P LOCATION
2862025-02-25T01:12:13.291Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2872025-02-25T01:12:16.356ZFMRI IFO
2882025-02-25T01:12:16.356Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2892025-02-25T01:12:16.356Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2902025-02-25T01:12:16.356Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2912025-02-25T01:12:16.356Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2922025-02-25T01:12:16.356Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2932025-02-25T01:12:16.356Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2942025-02-25T01:12:16.356Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2952025-02-25T01:12:16.356Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2962025-02-25T01:12:16.356Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2972025-02-25T01:12:16.356Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2982025-02-25T01:12:16.356Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2992025-02-25T01:12:16.356Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3002025-02-25T01:12:16.357Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3012025-02-25T01:12:16.357Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3022025-02-25T01:12:16.357Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3032025-02-25T01:12:17.138Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3042025-02-25T01:12:17.440Z Updating crates.io index
3052025-02-25T01:12:17.473Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062025-02-25T01:12:18.007Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3072025-02-25T01:12:18.260Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082025-02-25T01:12:18.506Z Updating git repository `https://github.com/oxidecomputer/propolis`
3092025-02-25T01:12:19.450Z Updating git repository `https://github.com/oxidecomputer/crucible`
3102025-02-25T01:12:21.211Z Updating git repository `https://github.com/oxidecomputer/opte`
3112025-02-25T01:12:21.840Z Updating git repository `https://github.com/oxidecomputer/falcon`
3122025-02-25T01:12:22.495Z Updating git repository `https://github.com/oxidecomputer/clickward`
3132025-02-25T01:12:22.758Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3142025-02-25T01:12:23.082Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3152025-02-25T01:12:23.716Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3162025-02-25T01:12:24.204Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3172025-02-25T01:12:24.527Z Updating git repository `https://github.com/oxidecomputer/propolis`
3182025-02-25T01:12:24.959Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3192025-02-25T01:12:25.271Z Updating git repository `https://github.com/oxidecomputer/tofino`
3202025-02-25T01:12:25.529Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3212025-02-25T01:12:25.788Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3222025-02-25T01:12:26.040Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3232025-02-25T01:12:26.338Z Updating git repository `https://github.com/oxidecomputer/lldp`
3242025-02-25T01:12:26.714Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3252025-02-25T01:12:27.013Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3262025-02-25T01:12:27.364Z Updating git repository `https://github.com/oxidecomputer/ispf`
3272025-02-25T01:12:27.762Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3282025-02-25T01:12:28.031Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3292025-02-25T01:12:28.487Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3302025-02-25T01:12:28.791Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3312025-02-25T01:12:29.206Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3322025-02-25T01:12:29.675Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3332025-02-25T01:12:29.976Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3342025-02-25T01:12:30.218Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3352025-02-25T01:12:30.494Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3362025-02-25T01:12:31.765Z Downloading crates ...
3372025-02-25T01:12:31.824Z Downloaded equivalent v1.0.1
3382025-02-25T01:12:31.833Z Downloaded clap v4.5.30
3392025-02-25T01:12:31.842Z Downloaded scroll_derive v0.12.0
3402025-02-25T01:12:31.845Z Downloaded pretty-hex v0.4.1
3412025-02-25T01:12:31.848Z Downloaded anstyle v1.0.10
3422025-02-25T01:12:31.850Z Downloaded clap_lex v0.7.4
3432025-02-25T01:12:31.850Z Downloaded dtrace-parser v0.2.0
3442025-02-25T01:12:31.854Z Downloaded swrite v0.1.0
3452025-02-25T01:12:31.868Z Downloaded fastrand v2.1.1
3462025-02-25T01:12:31.871Z Downloaded digest v0.10.7
3472025-02-25T01:12:31.873Z Downloaded macaddr v1.0.1
3482025-02-25T01:12:31.873Z Downloaded autocfg v1.4.0
3492025-02-25T01:12:31.877Z Downloaded anstyle-parse v0.2.5
3502025-02-25T01:12:31.879Z Downloaded thiserror-impl v1.0.69
3512025-02-25T01:12:31.879Z Downloaded plain v0.2.3
3522025-02-25T01:12:31.880Z Downloaded smawk v0.3.2
3532025-02-25T01:12:31.882Z Downloaded memmap v0.7.0
3542025-02-25T01:12:31.882Z Downloaded fs-err v2.11.0
3552025-02-25T01:12:31.885Z Downloaded thiserror v1.0.69
3562025-02-25T01:12:31.888Z Downloaded serde_spanned v0.6.8
3572025-02-25T01:12:31.891Z Downloaded proc-macro-error-attr v1.0.4
3582025-02-25T01:12:31.891Z Downloaded heck v0.5.0
3592025-02-25T01:12:31.893Z Downloaded cargo_toml v0.20.5
3602025-02-25T01:12:31.893Z Downloaded serde_tokenstream v0.2.2
3612025-02-25T01:12:31.896Z Downloaded colorchoice v1.0.2
3622025-02-25T01:12:31.899Z Downloaded utf8parse v0.2.2
3632025-02-25T01:12:31.899Z Downloaded cfg-if v1.0.0
3642025-02-25T01:12:31.901Z Downloaded byteorder v1.5.0
3652025-02-25T01:12:31.901Z Downloaded terminal_size v0.4.0
3662025-02-25T01:12:31.904Z Downloaded strsim v0.11.1
3672025-02-25T01:12:31.907Z Downloaded itoa v1.0.11
3682025-02-25T01:12:31.907Z Downloaded clap_derive v4.5.28
3692025-02-25T01:12:31.910Z Downloaded quote v1.0.38
3702025-02-25T01:12:31.913Z Downloaded usdt-macro v0.5.0
3712025-02-25T01:12:31.915Z Downloaded usdt-attr-macro v0.5.0
3722025-02-25T01:12:31.916Z Downloaded cargo_metadata v0.18.1
3732025-02-25T01:12:31.916Z Downloaded camino-tempfile v1.1.1
3742025-02-25T01:12:31.918Z Downloaded camino v1.1.9
3752025-02-25T01:12:31.922Z Downloaded tabled_derive v0.7.0
3762025-02-25T01:12:31.922Z Downloaded pest_generator v2.7.14
3772025-02-25T01:12:31.922Z Downloaded block-buffer v0.10.4
3782025-02-25T01:12:31.924Z Downloaded is_terminal_polyfill v1.70.1
3792025-02-25T01:12:31.924Z Downloaded dof v0.3.0
3802025-02-25T01:12:31.929Z Downloaded usdt-impl v0.5.0
3812025-02-25T01:12:31.934Z Downloaded version_check v0.9.5
3822025-02-25T01:12:31.937Z Downloaded bitflags v2.6.0
3832025-02-25T01:12:31.939Z Downloaded toml_datetime v0.6.8
3842025-02-25T01:12:31.942Z Downloaded once_cell v1.20.3
3852025-02-25T01:12:31.945Z Downloaded unicode-linebreak v0.1.5
3862025-02-25T01:12:31.945Z Downloaded proc-macro-error v1.0.4
3872025-02-25T01:12:31.949Z Downloaded crypto-common v0.1.6
3882025-02-25T01:12:31.952Z Downloaded anstyle-query v1.1.1
3892025-02-25T01:12:31.952Z Downloaded cpufeatures v0.2.14
3902025-02-25T01:12:31.954Z Downloaded errno v0.3.9
3912025-02-25T01:12:31.954Z Downloaded usdt v0.5.0
3922025-02-25T01:12:31.957Z Downloaded toml v0.8.19
3932025-02-25T01:12:31.960Z Downloaded pest_meta v2.7.14
3942025-02-25T01:12:31.963Z Downloaded cargo-platform v0.1.8
3952025-02-25T01:12:31.966Z Downloaded sha2 v0.10.8
3962025-02-25T01:12:31.968Z Downloaded zerocopy-derive v0.7.35
3972025-02-25T01:12:31.972Z Downloaded typenum v1.17.0
3982025-02-25T01:12:31.980Z Downloaded fnv v1.0.7
3992025-02-25T01:12:31.982Z Downloaded thread-id v4.2.2
4002025-02-25T01:12:31.982Z Downloaded heck v0.4.1
4012025-02-25T01:12:31.985Z Downloaded generic-array v0.14.7
4022025-02-25T01:12:31.985Z Downloaded bytecount v0.6.8
4032025-02-25T01:12:31.988Z Downloaded ucd-trie v0.1.7
4042025-02-25T01:12:31.990Z Downloaded unicode-ident v1.0.14
4052025-02-25T01:12:31.993Z Downloaded tempfile v3.13.0
4062025-02-25T01:12:31.995Z Downloaded semver v1.0.25
4072025-02-25T01:12:31.998Z Downloaded textwrap v0.16.1
4082025-02-25T01:12:32.001Z Downloaded anstream v0.6.15
4092025-02-25T01:12:32.001Z Downloaded serde_derive v1.0.218
4102025-02-25T01:12:32.003Z Downloaded ryu v1.0.18
4112025-02-25T01:12:32.006Z Downloaded proc-macro2 v1.0.93
4122025-02-25T01:12:32.009Z Downloaded log v0.4.22
4132025-02-25T01:12:32.012Z Downloaded pest_derive v2.7.14
4142025-02-25T01:12:32.015Z Downloaded papergrid v0.11.0
4152025-02-25T01:12:32.018Z Downloaded serde v1.0.218
4162025-02-25T01:12:32.021Z Downloaded anyhow v1.0.96
4172025-02-25T01:12:32.026Z Downloaded indexmap v2.7.1
4182025-02-25T01:12:32.030Z Downloaded scroll v0.12.0
4192025-02-25T01:12:32.034Z Downloaded toml_edit v0.22.22
4202025-02-25T01:12:32.054Z Downloaded memchr v2.7.4
4212025-02-25T01:12:32.061Z Downloaded pest v2.7.14
4222025-02-25T01:12:32.068Z Downloaded hashbrown v0.15.1
4232025-02-25T01:12:32.073Z Downloaded zerocopy v0.7.35
4242025-02-25T01:12:32.088Z Downloaded serde_json v1.0.139
4252025-02-25T01:12:32.095Z Downloaded clap_builder v4.5.30
4262025-02-25T01:12:32.102Z Downloaded winnow v0.6.20
4272025-02-25T01:12:32.111Z Downloaded tabled v0.15.0
4282025-02-25T01:12:32.125Z Downloaded goblin v0.8.2
4292025-02-25T01:12:32.131Z Downloaded unicode-width v0.1.14
4302025-02-25T01:12:32.136Z Downloaded syn v1.0.109
4312025-02-25T01:12:32.160Z Downloaded syn v2.0.96
4322025-02-25T01:12:32.172Z Downloaded rustix v0.38.37
4332025-02-25T01:12:32.200Z Downloaded libc v0.2.170
4342025-02-25T01:12:32.495Z Compiling proc-macro2 v1.0.93
4352025-02-25T01:12:32.495Z Compiling unicode-ident v1.0.14
4362025-02-25T01:12:32.498Z Compiling serde v1.0.218
4372025-02-25T01:12:32.498Z Compiling version_check v0.9.5
4382025-02-25T01:12:32.498Z Compiling thiserror v1.0.69
4392025-02-25T01:12:32.498Z Compiling memchr v2.7.4
4402025-02-25T01:12:32.500Z Compiling libc v0.2.170
4412025-02-25T01:12:32.531Z Compiling itoa v1.0.11
4422025-02-25T01:12:32.786Z Compiling ucd-trie v0.1.7
4432025-02-25T01:12:32.861Z Compiling ryu v1.0.18
4442025-02-25T01:12:33.279Z Compiling once_cell v1.20.3
4452025-02-25T01:12:33.322Z Compiling byteorder v1.5.0
4462025-02-25T01:12:33.368Z Compiling rustix v0.38.37
4472025-02-25T01:12:33.629Z Compiling serde_json v1.0.139
4482025-02-25T01:12:33.847Z Compiling bitflags v2.6.0
4492025-02-25T01:12:33.968Z Compiling usdt-impl v0.5.0
4502025-02-25T01:12:33.987Z Compiling proc-macro-error-attr v1.0.4
4512025-02-25T01:12:34.102Z Compiling syn v1.0.109
4522025-02-25T01:12:34.176Z Compiling proc-macro-error v1.0.4
4532025-02-25T01:12:34.235Z Compiling log v0.4.22
4542025-02-25T01:12:34.305Z Compiling quote v1.0.38
4552025-02-25T01:12:34.477Z Compiling equivalent v1.0.1
4562025-02-25T01:12:34.514Z Compiling errno v0.3.9
4572025-02-25T01:12:34.568Z Compiling camino v1.1.9
4582025-02-25T01:12:34.608Z Compiling utf8parse v0.2.2
4592025-02-25T01:12:34.667Z Compiling syn v2.0.96
4602025-02-25T01:12:34.784Z Compiling hashbrown v0.15.1
4612025-02-25T01:12:34.787Z Compiling plain v0.2.3
4622025-02-25T01:12:34.950Z Compiling thread-id v4.2.2
4632025-02-25T01:12:35.000Z Compiling anstyle-parse v0.2.5
4642025-02-25T01:12:35.227Z Compiling unicode-width v0.1.14
4652025-02-25T01:12:35.310Z Compiling anstyle v1.0.10
4662025-02-25T01:12:35.586Z Compiling pretty-hex v0.4.1
4672025-02-25T01:12:35.721Z Compiling colorchoice v1.0.2
4682025-02-25T01:12:35.724Z Compiling winnow v0.6.20
4692025-02-25T01:12:35.748Z Compiling anstyle-query v1.1.1
4702025-02-25T01:12:35.812Z Compiling indexmap v2.7.1
4712025-02-25T01:12:35.845Z Compiling semver v1.0.25
4722025-02-25T01:12:35.883Z Compiling is_terminal_polyfill v1.70.1
4732025-02-25T01:12:35.938Z Compiling autocfg v1.4.0
4742025-02-25T01:12:36.024Z Compiling anstream v0.6.15
4752025-02-25T01:12:36.733Z Compiling terminal_size v0.4.0
4762025-02-25T01:12:36.872Z Compiling fs-err v2.11.0
4772025-02-25T01:12:36.948Z Compiling clap_lex v0.7.4
4782025-02-25T01:12:37.016Z Compiling fnv v1.0.7
4792025-02-25T01:12:37.092Z Compiling heck v0.4.1
4802025-02-25T01:12:37.176Z Compiling anyhow v1.0.96
4812025-02-25T01:12:37.178Z Compiling fastrand v2.1.1
4822025-02-25T01:12:37.238Z Compiling heck v0.5.0
4832025-02-25T01:12:37.345Z Compiling cfg-if v1.0.0
4842025-02-25T01:12:37.548Z Compiling strsim v0.11.1
4852025-02-25T01:12:37.710Z Compiling bytecount v0.6.8
4862025-02-25T01:12:37.746Z Compiling tempfile v3.13.0
4872025-02-25T01:12:37.936Z Compiling clap_builder v4.5.30
4882025-02-25T01:12:38.513Z Compiling papergrid v0.11.0
4892025-02-25T01:12:38.530Z Compiling memmap v0.7.0
4902025-02-25T01:12:38.531Z Compiling smawk v0.3.2
4912025-02-25T01:12:38.531Z Compiling unicode-linebreak v0.1.5
4922025-02-25T01:12:39.002Z Compiling textwrap v0.16.1
4932025-02-25T01:12:39.083Z Compiling swrite v0.1.0
4942025-02-25T01:12:39.554Z Compiling tabled_derive v0.7.0
4952025-02-25T01:12:40.945Z Compiling tabled v0.15.0
4962025-02-25T01:12:41.415Z Compiling serde_derive v1.0.218
4972025-02-25T01:12:41.418Z Compiling thiserror-impl v1.0.69
4982025-02-25T01:12:41.418Z Compiling zerocopy-derive v0.7.35
4992025-02-25T01:12:41.572Z Compiling scroll_derive v0.12.0
5002025-02-25T01:12:41.596Z Compiling clap_derive v4.5.28
5012025-02-25T01:12:42.943Z Compiling scroll v0.12.0
5022025-02-25T01:12:43.412Z Compiling goblin v0.8.2
5032025-02-25T01:12:43.434Z Compiling zerocopy v0.7.35
5042025-02-25T01:12:43.958Z Compiling pest v2.7.14
5052025-02-25T01:12:44.932Z Compiling clap v4.5.30
5062025-02-25T01:12:46.112Z Compiling pest_meta v2.7.14
5072025-02-25T01:12:47.026Z Compiling pest_generator v2.7.14
5082025-02-25T01:12:48.428Z Compiling pest_derive v2.7.14
5092025-02-25T01:12:49.100Z Compiling dtrace-parser v0.2.0
5102025-02-25T01:12:49.887Z Compiling serde_tokenstream v0.2.2
5112025-02-25T01:12:49.987Z Compiling toml_datetime v0.6.8
5122025-02-25T01:12:49.987Z Compiling serde_spanned v0.6.8
5132025-02-25T01:12:50.083Z Compiling cargo-platform v0.1.8
5142025-02-25T01:12:50.276Z Compiling macaddr v1.0.1
5152025-02-25T01:12:50.443Z Compiling toml_edit v0.22.22
5162025-02-25T01:12:50.534Z Compiling camino-tempfile v1.1.1
5172025-02-25T01:12:51.223Z Compiling dof v0.3.0
5182025-02-25T01:12:51.424Z Compiling cargo_metadata v0.18.1
5192025-02-25T01:12:52.536Z Compiling usdt-macro v0.5.0
5202025-02-25T01:12:52.539Z Compiling usdt-attr-macro v0.5.0
5212025-02-25T01:12:53.277Z Compiling toml v0.8.19
5222025-02-25T01:12:53.660Z Compiling usdt v0.5.0
5232025-02-25T01:12:54.054Z Compiling cargo_toml v0.20.5
5242025-02-25T01:12:56.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5252025-02-25T01:12:59.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.76s
5262025-02-25T01:12:59.911Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5272025-02-25T01:13:00.461Z Downloading crates ...
5282025-02-25T01:13:00.581Z Downloaded addr2line v0.24.2
5292025-02-25T01:13:00.587Z Downloaded ciborium-io v0.2.2
5302025-02-25T01:13:00.596Z Downloaded cfg_aliases v0.1.1
5312025-02-25T01:13:00.600Z Downloaded hex-literal v0.4.1
5322025-02-25T01:13:00.600Z Downloaded crucible-workspace-hack v0.1.0
5332025-02-25T01:13:00.600Z Downloaded async-stream v0.3.6
5342025-02-25T01:13:00.604Z Downloaded async-recursion v1.1.1
5352025-02-25T01:13:00.608Z Downloaded atomicwrites v0.4.4
5362025-02-25T01:13:00.611Z Downloaded heck v0.3.3
5372025-02-25T01:13:00.611Z Downloaded hmac v0.12.1
5382025-02-25T01:13:00.616Z Downloaded hex v0.4.3
5392025-02-25T01:13:00.616Z Downloaded headers-core v0.3.0
5402025-02-25T01:13:00.620Z Downloaded adler2 v2.0.0
5412025-02-25T01:13:00.620Z Downloaded hashlink v0.9.1
5422025-02-25T01:13:00.620Z Downloaded constant_time_eq v0.3.1
5432025-02-25T01:13:00.624Z Downloaded bitfield-struct v0.6.2
5442025-02-25T01:13:00.624Z Downloaded base16ct v0.2.0
5452025-02-25T01:13:00.631Z Downloaded crunchy v0.2.2
5462025-02-25T01:13:00.631Z Downloaded assert_matches v1.5.0
5472025-02-25T01:13:00.631Z Downloaded md5 v0.7.0
5482025-02-25T01:13:00.631Z Downloaded bb8 v0.8.5
5492025-02-25T01:13:00.635Z Downloaded crc-catalog v2.4.0
5502025-02-25T01:13:00.635Z Downloaded ident_case v1.0.1
5512025-02-25T01:13:00.635Z Downloaded bitfield v0.14.0
5522025-02-25T01:13:00.643Z Downloaded crossbeam-deque v0.8.5
5532025-02-25T01:13:00.643Z Downloaded is_ci v1.2.0
5542025-02-25T01:13:00.643Z Downloaded http-body v1.0.1
5552025-02-25T01:13:00.643Z Downloaded cobs v0.2.3
5562025-02-25T01:13:00.643Z Downloaded atty v0.2.14
5572025-02-25T01:13:00.647Z Downloaded ciborium-ll v0.2.2
5582025-02-25T01:13:00.647Z Downloaded http-range v0.1.5
5592025-02-25T01:13:00.647Z Downloaded chacha20 v0.9.1
5602025-02-25T01:13:00.652Z Downloaded block-padding v0.3.3
5612025-02-25T01:13:00.652Z Downloaded hubpack_derive v0.1.1
5622025-02-25T01:13:00.653Z Downloaded ctr v0.9.2
5632025-02-25T01:13:00.656Z Downloaded convert_case v0.4.0
5642025-02-25T01:13:00.657Z Downloaded bitflags v1.3.2
5652025-02-25T01:13:00.666Z Downloaded match_cfg v0.1.0
5662025-02-25T01:13:00.666Z Downloaded bit-set v0.5.3
5672025-02-25T01:13:00.666Z Downloaded ascii-canvas v3.0.0
5682025-02-25T01:13:00.690Z Downloaded arrayref v0.3.9
5692025-02-25T01:13:00.690Z Downloaded hostname v0.4.0
5702025-02-25T01:13:00.690Z Downloaded cstr-argument v0.1.2
5712025-02-25T01:13:00.691Z Downloaded http-body-util v0.1.2
5722025-02-25T01:13:00.691Z Downloaded const_format_proc_macros v0.2.34
5732025-02-25T01:13:00.706Z Downloaded bcs v0.1.6
5742025-02-25T01:13:00.706Z Downloaded cfg_aliases v0.2.1
5752025-02-25T01:13:00.706Z Downloaded lazy_static v1.5.0
5762025-02-25T01:13:00.706Z Downloaded inout v0.1.3
5772025-02-25T01:13:00.706Z Downloaded bit-vec v0.6.3
5782025-02-25T01:13:00.706Z Downloaded mime v0.3.17
5792025-02-25T01:13:00.706Z Downloaded console v0.15.10
5802025-02-25T01:13:00.706Z Downloaded ahash v0.8.11
5812025-02-25T01:13:00.706Z Downloaded progenitor-client v0.9.1
5822025-02-25T01:13:00.706Z Downloaded impl-trait-for-tuples v0.2.2
5832025-02-25T01:13:00.706Z Downloaded md-5 v0.10.6
5842025-02-25T01:13:00.707Z Downloaded maplit v1.0.2
5852025-02-25T01:13:00.707Z Downloaded lru-cache v0.1.2
5862025-02-25T01:13:00.707Z Downloaded libefi-sys v0.1.0
5872025-02-25T01:13:00.707Z Downloaded cassowary v0.3.0
5882025-02-25T01:13:00.710Z Downloaded crc32fast v1.4.2
5892025-02-25T01:13:00.710Z Downloaded instant v0.1.13
5902025-02-25T01:13:00.710Z Downloaded hyper-tls v0.6.0
5912025-02-25T01:13:00.711Z Downloaded curve25519-dalek-derive v0.1.1
5922025-02-25T01:13:00.711Z Downloaded lockfree-object-pool v0.1.6
5932025-02-25T01:13:00.715Z Downloaded lru v0.12.5
5942025-02-25T01:13:00.719Z Downloaded memoffset v0.9.1
5952025-02-25T01:13:00.719Z Downloaded linked-hash-map v0.5.6
5962025-02-25T01:13:00.719Z Downloaded serde-big-array v0.5.1
5972025-02-25T01:13:00.723Z Downloaded lalrpop-util v0.19.12
5982025-02-25T01:13:00.723Z Downloaded internet-checksum v0.2.1
5992025-02-25T01:13:00.723Z Downloaded cmake v0.1.51
6002025-02-25T01:13:00.726Z Downloaded cookie v0.18.1
6012025-02-25T01:13:00.730Z Downloaded maybe-uninit v2.0.0
6022025-02-25T01:13:00.730Z Downloaded async-bb8-diesel v0.2.1
6032025-02-25T01:13:00.733Z Downloaded cipher v0.4.4
6042025-02-25T01:13:00.739Z Downloaded linear-map v1.2.0
6052025-02-25T01:13:00.739Z Downloaded indoc v1.0.9
6062025-02-25T01:13:00.739Z Downloaded hostname v0.3.1
6072025-02-25T01:13:00.743Z Downloaded proc-macro-error-attr2 v2.0.0
6082025-02-25T01:13:00.743Z Downloaded predicates-tree v1.0.11
6092025-02-25T01:13:00.746Z Downloaded ipnet v2.10.1
6102025-02-25T01:13:00.746Z Downloaded icu_locid_transform v1.5.0
6112025-02-25T01:13:00.751Z Downloaded iana-time-zone v0.1.61
6122025-02-25T01:13:00.756Z Downloaded mime_guess v2.0.5
6132025-02-25T01:13:00.756Z Downloaded csv-core v0.1.11
6142025-02-25T01:13:00.759Z Downloaded cbc v0.1.2
6152025-02-25T01:13:00.759Z Downloaded managed v0.8.0
6162025-02-25T01:13:00.763Z Downloaded kstat-rs v0.2.4
6172025-02-25T01:13:00.763Z Downloaded hyper-staticfile v0.10.1
6182025-02-25T01:13:00.767Z Downloaded libloading v0.8.5
6192025-02-25T01:13:00.773Z Downloaded highway v1.2.0
6202025-02-25T01:13:00.773Z Downloaded crossbeam-utils v0.8.20
6212025-02-25T01:13:00.778Z Downloaded radium v0.7.0
6222025-02-25T01:13:00.778Z Downloaded memmap2 v0.9.5
6232025-02-25T01:13:00.779Z Downloaded cexpr v0.6.0
6242025-02-25T01:13:00.786Z Downloaded try-lock v0.2.5
6252025-02-25T01:13:00.786Z Downloaded downcast v0.11.0
6262025-02-25T01:13:00.786Z Downloaded cookie_store v0.21.1
6272025-02-25T01:13:00.791Z Downloaded slog-bunyan v2.5.0
6282025-02-25T01:13:00.791Z Downloaded jobserver v0.1.32
6292025-02-25T01:13:00.791Z Downloaded termios v0.3.3
6302025-02-25T01:13:00.797Z Downloaded spki v0.7.3
6312025-02-25T01:13:00.797Z Downloaded litemap v0.7.3
6322025-02-25T01:13:00.804Z Downloaded r2d2 v0.8.10
6332025-02-25T01:13:00.804Z Downloaded hickory-client v0.24.3
6342025-02-25T01:13:00.814Z Downloaded tls_codec_derive v0.4.1
6352025-02-25T01:13:00.814Z Downloaded thiserror-impl-no-std v2.0.2
6362025-02-25T01:13:00.814Z Downloaded new_debug_unreachable v1.0.6
6372025-02-25T01:13:00.814Z Downloaded hickory-resolver v0.24.3
6382025-02-25T01:13:00.819Z Downloaded pin-utils v0.1.0
6392025-02-25T01:13:00.819Z Downloaded openssl-macros v0.1.1
6402025-02-25T01:13:00.819Z Downloaded num-conv v0.1.0
6412025-02-25T01:13:00.819Z Downloaded crossbeam-epoch v0.9.18
6422025-02-25T01:13:00.823Z Downloaded thiserror-no-std v2.0.2
6432025-02-25T01:13:00.832Z Downloaded untrusted v0.9.0
6442025-02-25T01:13:00.832Z Downloaded tui-tree-widget v0.23.0
6452025-02-25T01:13:00.832Z Downloaded subtle v2.6.1
6462025-02-25T01:13:00.838Z Downloaded secrecy v0.8.0
6472025-02-25T01:13:00.838Z Downloaded const_format v0.2.34
6482025-02-25T01:13:00.842Z Downloaded lock_api v0.4.12
6492025-02-25T01:13:00.843Z Downloaded icu_locid_transform_data v1.5.0
6502025-02-25T01:13:00.843Z Downloaded psl-types v2.0.11
6512025-02-25T01:13:00.843Z Downloaded debug-ignore v1.0.5
6522025-02-25T01:13:00.852Z Downloaded crypto-bigint v0.5.5
6532025-02-25T01:13:00.872Z Downloaded display-error-chain v0.2.2
6542025-02-25T01:13:00.872Z Downloaded zone v0.3.0
6552025-02-25T01:13:00.872Z Downloaded which v4.4.2
6562025-02-25T01:13:00.875Z Downloaded salsa20 v0.10.2
6572025-02-25T01:13:00.875Z Downloaded group v0.13.0
6582025-02-25T01:13:00.875Z Downloaded futures-core v0.3.31
6592025-02-25T01:13:00.875Z Downloaded pem v3.0.5
6602025-02-25T01:13:00.875Z Downloaded hyper-util v0.1.10
6612025-02-25T01:13:00.875Z Downloaded fallible-streaming-iterator v0.1.9
6622025-02-25T01:13:00.876Z Downloaded hash32 v0.2.1
6632025-02-25T01:13:00.876Z Downloaded fallible-iterator v0.3.0
6642025-02-25T01:13:00.876Z Downloaded fallible-iterator v0.2.0
6652025-02-25T01:13:00.879Z Downloaded sqlparser_derive v0.2.2
6662025-02-25T01:13:00.879Z Downloaded toolchain_find v0.4.0
6672025-02-25T01:13:00.879Z Downloaded base64 v0.21.7
6682025-02-25T01:13:00.883Z Downloaded pbkdf2 v0.11.0
6692025-02-25T01:13:00.886Z Downloaded packed_struct_codegen v0.10.1
6702025-02-25T01:13:00.888Z Downloaded newtype-uuid v1.2.1
6712025-02-25T01:13:00.891Z Downloaded rand_xorshift v0.3.0
6722025-02-25T01:13:00.891Z Downloaded progenitor-macro v0.9.1
6732025-02-25T01:13:00.893Z Downloaded darling_macro v0.20.10
6742025-02-25T01:13:00.893Z Downloaded indexmap v1.9.3
6752025-02-25T01:13:00.897Z Downloaded icu_properties v1.5.1
6762025-02-25T01:13:00.900Z Downloaded take_mut v0.2.2
6772025-02-25T01:13:00.903Z Downloaded rcgen v0.12.1
6782025-02-25T01:13:00.909Z Downloaded heapless v0.7.17
6792025-02-25T01:13:00.911Z Downloaded fxhash v0.2.1
6802025-02-25T01:13:00.912Z Downloaded rustc_version v0.4.1
6812025-02-25T01:13:00.914Z Downloaded rustc_version v0.1.7
6822025-02-25T01:13:00.914Z Downloaded ref-cast v1.0.23
6832025-02-25T01:13:00.917Z Downloaded percent-encoding v2.3.1
6842025-02-25T01:13:00.919Z Downloaded crossbeam-channel v0.5.13
6852025-02-25T01:13:00.923Z Downloaded indicatif v0.17.11
6862025-02-25T01:13:00.928Z Downloaded serde_repr v0.1.19
6872025-02-25T01:13:00.930Z Downloaded topological-sort v0.2.2
6882025-02-25T01:13:00.932Z Downloaded postgres-types v0.2.8
6892025-02-25T01:13:00.935Z Downloaded synstructure v0.13.1
6902025-02-25T01:13:00.938Z Downloaded progenitor-client v0.8.0
6912025-02-25T01:13:00.938Z Downloaded endian-type v0.1.2
6922025-02-25T01:13:00.940Z Downloaded postgres-protocol v0.6.8
6932025-02-25T01:13:00.943Z Downloaded num-complex v0.4.6
6942025-02-25T01:13:00.943Z Downloaded subprocess v0.2.9
6952025-02-25T01:13:00.946Z Downloaded unarray v0.1.4
6962025-02-25T01:13:00.949Z Downloaded rsa v0.9.6
6972025-02-25T01:13:00.954Z Downloaded toml v0.7.8
6982025-02-25T01:13:00.959Z Downloaded float-cmp v0.10.0
6992025-02-25T01:13:00.962Z Downloaded gethostname v0.5.0
7002025-02-25T01:13:00.962Z Downloaded float-ord v0.3.2
7012025-02-25T01:13:00.966Z Downloaded slog-term v2.9.1
7022025-02-25T01:13:00.970Z Downloaded flagset v0.4.6
7032025-02-25T01:13:00.978Z Downloaded zone v0.1.8
7042025-02-25T01:13:00.980Z Downloaded aes v0.8.4
7052025-02-25T01:13:00.984Z Downloaded minimal-lexical v0.2.1
7062025-02-25T01:13:00.989Z Downloaded sigpipe v0.1.3
7072025-02-25T01:13:00.993Z Downloaded xattr v1.3.1
7082025-02-25T01:13:00.995Z Downloaded progenitor v0.8.0
7092025-02-25T01:13:00.995Z Downloaded write16 v1.0.0
7102025-02-25T01:13:00.995Z Downloaded signal-hook-tokio v0.3.1
7112025-02-25T01:13:00.998Z Downloaded nodrop v0.1.14
7122025-02-25T01:13:00.998Z Downloaded half v2.4.1
7132025-02-25T01:13:01.001Z Downloaded quinn-udp v0.5.5
7142025-02-25T01:13:01.004Z Downloaded defmt-parser v0.3.4
7152025-02-25T01:13:01.007Z Downloaded defmt v0.3.8
7162025-02-25T01:13:01.009Z Downloaded rustls-pemfile v1.0.4
7172025-02-25T01:13:01.012Z Downloaded writeable v0.5.5
7182025-02-25T01:13:01.014Z Downloaded pkg-config v0.3.31
7192025-02-25T01:13:01.017Z Downloaded opaque-debug v0.3.1
7202025-02-25T01:13:01.017Z Downloaded getrandom v0.2.15
7212025-02-25T01:13:01.019Z Downloaded signal-hook-registry v1.4.2
7222025-02-25T01:13:01.022Z Downloaded paste v1.0.15
7232025-02-25T01:13:01.025Z Downloaded tabled_derive v0.10.0
7242025-02-25T01:13:01.027Z Downloaded darling v0.20.10
7252025-02-25T01:13:01.031Z Downloaded defmt-macros v0.3.9
7262025-02-25T01:13:01.035Z Downloaded path-slash v0.1.5
7272025-02-25T01:13:01.037Z Downloaded openssl-probe v0.1.5
7282025-02-25T01:13:01.037Z Downloaded rand_chacha v0.9.0
7292025-02-25T01:13:01.040Z Downloaded serde_path_to_error v0.1.16
7302025-02-25T01:13:01.043Z Downloaded siphasher v0.3.11
7312025-02-25T01:13:01.045Z Downloaded http v1.2.0
7322025-02-25T01:13:01.048Z Downloaded phf_shared v0.10.0
7332025-02-25T01:13:01.051Z Downloaded rand_chacha v0.3.1
7342025-02-25T01:13:01.053Z Downloaded cc v1.2.15
7352025-02-25T01:13:01.056Z Downloaded either v1.13.0
7362025-02-25T01:13:01.059Z Downloaded xz2 v0.1.7
7372025-02-25T01:13:01.062Z Downloaded sync_wrapper v1.0.1
7382025-02-25T01:13:01.065Z Downloaded slog-dtrace v0.3.0
7392025-02-25T01:13:01.065Z Downloaded slab v0.4.9
7402025-02-25T01:13:01.068Z Downloaded der_derive v0.7.3
7412025-02-25T01:13:01.070Z Downloaded tinystr v0.7.6
7422025-02-25T01:13:01.073Z Downloaded pkcs1 v0.7.5
7432025-02-25T01:13:01.076Z Downloaded thread_local v1.1.8
7442025-02-25T01:13:01.078Z Downloaded signature v2.2.0
7452025-02-25T01:13:01.078Z Downloaded glob v0.3.2
7462025-02-25T01:13:01.081Z Downloaded tokio-tungstenite v0.24.0
7472025-02-25T01:13:01.084Z Downloaded password-hash v0.4.2
7482025-02-25T01:13:01.087Z Downloaded embedded-io v0.4.0
7492025-02-25T01:13:01.090Z Downloaded papergrid v0.14.0
7502025-02-25T01:13:01.094Z Downloaded serde_derive_internals v0.29.1
7512025-02-25T01:13:01.097Z Downloaded zone_cfg_derive v0.3.0
7522025-02-25T01:13:01.100Z Downloaded phf_generator v0.11.2
7532025-02-25T01:13:01.100Z Downloaded tokio-tungstenite v0.23.1
7542025-02-25T01:13:01.102Z Downloaded pkcs8 v0.10.2
7552025-02-25T01:13:01.106Z Downloaded num_threads v0.1.7
7562025-02-25T01:13:01.109Z Downloaded mirai-annotations v1.12.0
7572025-02-25T01:13:01.109Z Downloaded proc-macro-crate v1.3.1
7582025-02-25T01:13:01.112Z Downloaded phf_shared v0.11.2
7592025-02-25T01:13:01.112Z Downloaded hash32 v0.3.1
7602025-02-25T01:13:01.115Z Downloaded serde_urlencoded v0.7.1
7612025-02-25T01:13:01.117Z Downloaded typify v0.3.0
7622025-02-25T01:13:01.122Z Downloaded fs_extra v1.3.0
7632025-02-25T01:13:01.126Z Downloaded quick-error v1.2.3
7642025-02-25T01:13:01.126Z Downloaded pbkdf2 v0.12.2
7652025-02-25T01:13:01.129Z Downloaded derive_builder v0.20.2
7662025-02-25T01:13:01.133Z Downloaded sha1 v0.10.6
7672025-02-25T01:13:01.136Z Downloaded vergen v8.3.2
7682025-02-25T01:13:01.138Z Downloaded tokio-native-tls v0.3.1
7692025-02-25T01:13:01.141Z Downloaded password-hash v0.5.0
7702025-02-25T01:13:01.143Z Downloaded darling_core v0.20.10
7712025-02-25T01:13:01.149Z Downloaded getrandom v0.3.1
7722025-02-25T01:13:01.153Z Downloaded thiserror-impl v2.0.11
7732025-02-25T01:13:01.156Z Downloaded structmeta-derive v0.3.0
7742025-02-25T01:13:01.161Z Downloaded tokio-tungstenite v0.21.0
7752025-02-25T01:13:01.165Z Downloaded env_filter v0.1.2
7762025-02-25T01:13:01.165Z Downloaded enum-as-inner v0.6.1
7772025-02-25T01:13:01.165Z Downloaded p256 v0.13.2
7782025-02-25T01:13:01.168Z Downloaded diesel_table_macro_syntax v0.2.0
7792025-02-25T01:13:01.171Z Downloaded supports-color v3.0.2
7802025-02-25T01:13:01.174Z Downloaded strum v0.26.3
7812025-02-25T01:13:01.174Z Downloaded mockall v0.13.1
7822025-02-25T01:13:01.177Z Downloaded num_enum_derive v0.5.11
7832025-02-25T01:13:01.177Z Downloaded publicsuffix v2.3.0
7842025-02-25T01:13:01.179Z Downloaded serde_with_macros v3.11.0
7852025-02-25T01:13:01.182Z Downloaded yasna v0.5.2
7862025-02-25T01:13:01.184Z Downloaded foreign-types-shared v0.1.1
7872025-02-25T01:13:01.187Z Downloaded idna v1.0.3
7882025-02-25T01:13:01.191Z Downloaded predicates-core v1.0.8
7892025-02-25T01:13:01.194Z Downloaded phf_codegen v0.11.2
7902025-02-25T01:13:01.194Z Downloaded der v0.7.9
7912025-02-25T01:13:01.199Z Downloaded packed_struct v0.10.1
7922025-02-25T01:13:01.202Z Downloaded vte_generate_state_changes v0.1.2
7932025-02-25T01:13:01.205Z Downloaded rand_core v0.6.4
7942025-02-25T01:13:01.205Z Downloaded parking_lot v0.12.3
7952025-02-25T01:13:01.208Z Downloaded flume v0.11.1
7962025-02-25T01:13:01.212Z Downloaded termtree v0.4.1
7972025-02-25T01:13:01.215Z Downloaded similar v2.6.0
7982025-02-25T01:13:01.220Z Downloaded pretty-hex v0.2.1
7992025-02-25T01:13:01.222Z Downloaded precomputed-hash v0.1.1
8002025-02-25T01:13:01.222Z Downloaded serde-hex v0.1.0
8012025-02-25T01:13:01.225Z Downloaded resolv-conf v0.7.0
8022025-02-25T01:13:01.228Z Downloaded tower-service v0.3.3
8032025-02-25T01:13:01.228Z Downloaded itertools v0.12.1
8042025-02-25T01:13:01.236Z Downloaded diesel-dtrace v0.4.2
8052025-02-25T01:13:01.238Z Downloaded multer v3.1.0
8062025-02-25T01:13:01.241Z Downloaded env_logger v0.10.2
8072025-02-25T01:13:01.244Z Downloaded slog-json v2.6.1
8082025-02-25T01:13:01.247Z Downloaded thiserror v2.0.11
8092025-02-25T01:13:01.252Z Downloaded futures-task v0.3.31
8102025-02-25T01:13:01.255Z Downloaded wait-timeout v0.2.0
8112025-02-25T01:13:01.258Z Downloaded elliptic-curve v0.13.8
8122025-02-25T01:13:01.260Z Downloaded x509-cert v0.2.5
8132025-02-25T01:13:01.267Z Downloaded blake3 v1.5.4
8142025-02-25T01:13:01.276Z Downloaded dyn-clone v1.0.18
8152025-02-25T01:13:01.278Z Downloaded slog-envlogger v2.2.0
8162025-02-25T01:13:01.281Z Downloaded sqlformat v0.2.6
8172025-02-25T01:13:01.284Z Downloaded aho-corasick v1.1.3
8182025-02-25T01:13:01.289Z Downloaded foreign-types-shared v0.3.1
8192025-02-25T01:13:01.291Z Downloaded strum_macros v0.25.3
8202025-02-25T01:13:01.294Z Downloaded zerovec-derive v0.10.3
8212025-02-25T01:13:01.297Z Downloaded derive_more v0.99.19
8222025-02-25T01:13:01.301Z Downloaded mockall_derive v0.13.1
8232025-02-25T01:13:01.304Z Downloaded num-bigint v0.4.6
8242025-02-25T01:13:01.308Z Downloaded tower-layer v0.3.3
8252025-02-25T01:13:01.311Z Downloaded peg-runtime v0.8.3
8262025-02-25T01:13:01.311Z Downloaded dunce v1.0.5
8272025-02-25T01:13:01.313Z Downloaded primeorder v0.13.6
8282025-02-25T01:13:01.316Z Downloaded futures-executor v0.3.31
8292025-02-25T01:13:01.316Z Downloaded olpc-cjson v0.1.4
8302025-02-25T01:13:01.318Z Downloaded pin-project-internal v1.1.6
8312025-02-25T01:13:01.321Z Downloaded miniz_oxide v0.8.0
8322025-02-25T01:13:01.323Z Downloaded peg-macros v0.8.4
8332025-02-25T01:13:01.326Z Downloaded unicode-properties v0.1.3
8342025-02-25T01:13:01.329Z Downloaded aws-lc-rs v1.10.0
8352025-02-25T01:13:01.338Z Downloaded foreign-types v0.3.2
8362025-02-25T01:13:01.340Z Downloaded russh-cryptovec v0.7.3
8372025-02-25T01:13:01.340Z Downloaded predicates v3.1.3
8382025-02-25T01:13:01.347Z Downloaded futures-sink v0.3.31
8392025-02-25T01:13:01.347Z Downloaded termtree v0.5.1
8402025-02-25T01:13:01.347Z Downloaded flate2 v1.0.35
8412025-02-25T01:13:01.351Z Downloaded number_prefix v0.4.0
8422025-02-25T01:13:01.354Z Downloaded foreign-types-macros v0.2.3
8432025-02-25T01:13:01.354Z Downloaded foreign-types v0.5.0
8442025-02-25T01:13:01.357Z Downloaded tracing-attributes v0.1.27
8452025-02-25T01:13:01.359Z Downloaded futures-macro v0.3.31
8462025-02-25T01:13:01.359Z Downloaded parking_lot_core v0.8.6
8472025-02-25T01:13:01.362Z Downloaded slog-stdlog v4.1.1
8482025-02-25T01:13:01.365Z Downloaded peg v0.8.4
8492025-02-25T01:13:01.368Z Downloaded newtype_derive v0.1.6
8502025-02-25T01:13:01.371Z Downloaded unicode-truncate v1.1.0
8512025-02-25T01:13:01.373Z Downloaded string_cache v0.8.7
8522025-02-25T01:13:01.373Z Downloaded parse-zoneinfo v0.3.1
8532025-02-25T01:13:01.377Z Downloaded ron v0.7.1
8542025-02-25T01:13:01.382Z Downloaded normalize-line-endings v0.3.0
8552025-02-25T01:13:01.385Z Downloaded filetime v0.2.25
8562025-02-25T01:13:01.387Z Downloaded multimap v0.10.0
8572025-02-25T01:13:01.387Z Downloaded untrusted v0.7.1
8582025-02-25T01:13:01.390Z Downloaded proc-macro-error2 v2.0.1
8592025-02-25T01:13:01.393Z Downloaded twox-hash v2.1.0
8602025-02-25T01:13:01.395Z Downloaded rand v0.9.0
8612025-02-25T01:13:01.399Z Downloaded diff v0.1.13
8622025-02-25T01:13:01.402Z Downloaded value-bag v1.9.0
8632025-02-25T01:13:01.406Z Downloaded phf v0.11.2
8642025-02-25T01:13:01.408Z Downloaded daft-derive v0.1.1
8652025-02-25T01:13:01.411Z Downloaded time-macros v0.2.18
8662025-02-25T01:13:01.414Z Downloaded steno v0.4.1
8672025-02-25T01:13:01.418Z Downloaded num-rational v0.4.2
8682025-02-25T01:13:01.421Z Downloaded parse-size v1.1.0
8692025-02-25T01:13:01.424Z Downloaded structmeta v0.3.0
8702025-02-25T01:13:01.424Z Downloaded utf16_iter v1.0.5
8712025-02-25T01:13:01.427Z Downloaded utf-8 v0.7.6
8722025-02-25T01:13:01.427Z Downloaded toml_edit v0.19.15
8732025-02-25T01:13:01.444Z Downloaded ena v0.14.3
8742025-02-25T01:13:01.446Z Downloaded scopeguard v1.2.0
8752025-02-25T01:13:01.446Z Downloaded futures-channel v0.3.31
8762025-02-25T01:13:01.450Z Downloaded tokio-rustls v0.25.0
8772025-02-25T01:13:01.450Z Downloaded owo-colors v4.1.0
8782025-02-25T01:13:01.452Z Downloaded nibble_vec v0.1.0
8792025-02-25T01:13:01.455Z Downloaded itertools v0.14.0
8802025-02-25T01:13:01.461Z Downloaded serde_plain v1.0.2
8812025-02-25T01:13:01.464Z Downloaded zerocopy-derive v0.8.10
8822025-02-25T01:13:01.470Z Downloaded smf v0.2.3
8832025-02-25T01:13:01.473Z Downloaded time-core v0.1.2
8842025-02-25T01:13:01.475Z Downloaded tinyvec_macros v0.1.1
8852025-02-25T01:13:01.475Z Downloaded quick-xml v0.37.2
8862025-02-25T01:13:01.481Z Downloaded rustfmt-wrapper v0.2.1
8872025-02-25T01:13:01.483Z Downloaded ref-cast-impl v1.0.23
8882025-02-25T01:13:01.483Z Downloaded serde_yaml v0.9.34+deprecated
8892025-02-25T01:13:01.486Z Downloaded waitgroup v0.1.2
8902025-02-25T01:13:01.489Z Downloaded polyval v0.6.2
8912025-02-25T01:13:01.491Z Downloaded num v0.4.3
8922025-02-25T01:13:01.491Z Downloaded zeroize v1.8.1
8932025-02-25T01:13:01.494Z Downloaded ff v0.13.0
8942025-02-25T01:13:01.494Z Downloaded diesel_derives v2.2.3
8952025-02-25T01:13:01.498Z Downloaded tls_codec v0.4.1
8962025-02-25T01:13:01.501Z Downloaded qorb v0.2.1
8972025-02-25T01:13:01.505Z Downloaded h2 v0.4.6
8982025-02-25T01:13:01.512Z Downloaded parse-display-derive v0.10.0
8992025-02-25T01:13:01.515Z Downloaded num-iter v0.1.45
9002025-02-25T01:13:01.515Z Downloaded hashbrown v0.12.3
9012025-02-25T01:13:01.519Z Downloaded prettyplease v0.2.29
9022025-02-25T01:13:01.523Z Downloaded oxnet v0.1.0
9032025-02-25T01:13:01.526Z Downloaded native-tls v0.2.12
9042025-02-25T01:13:01.529Z Downloaded bitvec v1.0.1
9052025-02-25T01:13:01.545Z Downloaded same-file v1.0.6
9062025-02-25T01:13:01.548Z Downloaded bindgen v0.69.5
9072025-02-25T01:13:01.552Z Downloaded openssl-sys v0.9.106
9082025-02-25T01:13:01.559Z Downloaded daft v0.1.1
9092025-02-25T01:13:01.562Z Downloaded sqlparser v0.45.0
9102025-02-25T01:13:01.565Z Downloaded nanorand v0.7.0
9112025-02-25T01:13:01.569Z Downloaded postcard v1.0.10
9122025-02-25T01:13:01.571Z Downloaded fd-lock v4.0.2
9132025-02-25T01:13:01.575Z Downloaded unsafe-libyaml v0.2.11
9142025-02-25T01:13:01.578Z Downloaded whoami v1.5.2
9152025-02-25T01:13:01.581Z Downloaded uzers v0.12.1
9162025-02-25T01:13:01.583Z Downloaded num_enum v0.5.11
9172025-02-25T01:13:01.586Z Downloaded ron v0.8.1
9182025-02-25T01:13:01.592Z Downloaded des v0.8.1
9192025-02-25T01:13:01.594Z Downloaded icu_properties_data v1.5.0
9202025-02-25T01:13:01.604Z Downloaded num-traits v0.2.19
9212025-02-25T01:13:01.607Z Downloaded strip-ansi-escapes v0.2.0
9222025-02-25T01:13:01.610Z Downloaded tokio-rustls v0.24.1
9232025-02-25T01:13:01.613Z Downloaded dropshot_endpoint v0.15.1
9242025-02-25T01:13:01.616Z Downloaded futures-util v0.3.31
9252025-02-25T01:13:01.628Z Downloaded scrypt v0.11.0
9262025-02-25T01:13:01.631Z Downloaded zerocopy v0.6.6
9272025-02-25T01:13:01.635Z Downloaded snafu v0.8.5
9282025-02-25T01:13:01.639Z Downloaded lalrpop v0.19.12
9292025-02-25T01:13:01.651Z Downloaded parse-display v0.10.0
9302025-02-25T01:13:01.654Z Downloaded fatfs v0.3.6
9312025-02-25T01:13:01.658Z Downloaded mio v1.0.2
9322025-02-25T01:13:01.661Z Downloaded rustls-pki-types v1.10.0
9332025-02-25T01:13:01.666Z Downloaded dropshot_endpoint v0.12.0
9342025-02-25T01:13:01.669Z Downloaded portable-atomic v1.9.0
9352025-02-25T01:13:01.677Z Downloaded hashbrown v0.14.5
9362025-02-25T01:13:01.684Z Downloaded curve25519-dalek v4.1.3
9372025-02-25T01:13:01.692Z Downloaded tokio-rustls v0.26.0
9382025-02-25T01:13:01.695Z Downloaded derive-where v1.2.7
9392025-02-25T01:13:01.699Z Downloaded tower v0.5.2
9402025-02-25T01:13:01.704Z Downloaded tough v0.19.0
9412025-02-25T01:13:01.713Z Downloaded tabled v0.18.0
9422025-02-25T01:13:01.731Z Downloaded salty v0.3.0
9432025-02-25T01:13:01.738Z Downloaded openssl v0.10.71
9442025-02-25T01:13:01.749Z Downloaded stringprep v0.1.5
9452025-02-25T01:13:01.752Z Downloaded zerovec v0.10.4
9462025-02-25T01:13:01.756Z Downloaded p384 v0.13.0
9472025-02-25T01:13:01.762Z Downloaded p521 v0.13.3
9482025-02-25T01:13:01.767Z Downloaded reqwest v0.12.12
9492025-02-25T01:13:01.777Z Downloaded nom v7.1.3
9502025-02-25T01:13:01.782Z Downloaded quinn-proto v0.11.8
9512025-02-25T01:13:01.789Z Downloaded webpki-roots v0.26.6
9522025-02-25T01:13:01.795Z Downloaded chrono-tz v0.10.1
9532025-02-25T01:13:01.802Z Downloaded rustyline v14.0.0
9542025-02-25T01:13:01.807Z Downloaded unicode-width v0.2.0
9552025-02-25T01:13:01.813Z Downloaded rustls v0.21.12
9562025-02-25T01:13:01.826Z Downloaded time v0.3.36
9572025-02-25T01:13:01.834Z Downloaded nix v0.27.1
9582025-02-25T01:13:01.845Z Downloaded bstr v1.10.0
9592025-02-25T01:13:01.855Z Downloaded zerocopy v0.8.10
9602025-02-25T01:13:01.879Z Downloaded petname v2.0.2
9612025-02-25T01:13:01.885Z Downloaded rustls v0.23.19
9622025-02-25T01:13:01.898Z Downloaded git2 v0.19.0
9632025-02-25T01:13:01.906Z Downloaded gimli v0.31.1
9642025-02-25T01:13:01.915Z Downloaded smoltcp v0.9.1
9652025-02-25T01:13:01.926Z Downloaded rustls-webpki v0.102.8
9662025-02-25T01:13:01.945Z Downloaded regex-syntax v0.6.29
9672025-02-25T01:13:01.952Z Downloaded dropshot v0.12.0
9682025-02-25T01:13:01.973Z Downloaded object v0.36.5
9692025-02-25T01:13:01.983Z Downloaded nix v0.29.0
9702025-02-25T01:13:01.996Z Downloaded dropshot v0.15.1
9712025-02-25T01:13:02.018Z Downloaded regex-syntax v0.8.5
9722025-02-25T01:13:02.027Z Downloaded regress v0.10.1
9732025-02-25T01:13:02.036Z Downloaded diesel v2.2.7
9742025-02-25T01:13:02.055Z Downloaded typify-impl v0.3.0
9752025-02-25T01:13:02.071Z Downloaded typify-impl v0.2.0
9762025-02-25T01:13:02.086Z Downloaded regress v0.9.1
9772025-02-25T01:13:02.095Z Downloaded bzip2-sys v0.1.11+1.0.8
9782025-02-25T01:13:02.107Z Downloaded nix v0.28.0
9792025-02-25T01:13:02.119Z Downloaded sled v0.34.7
9802025-02-25T01:13:02.130Z Downloaded ratatui v0.29.0
9812025-02-25T01:13:02.150Z Downloaded polar-core v0.27.3
9822025-02-25T01:13:02.158Z Downloaded hickory-proto v0.24.3
9832025-02-25T01:13:02.173Z Downloaded rustls v0.22.4
9842025-02-25T01:13:02.186Z Downloaded openapiv3 v2.0.0
9852025-02-25T01:13:02.198Z Downloaded smoltcp v0.11.0
9862025-02-25T01:13:02.211Z Downloaded regex v1.11.1
9872025-02-25T01:13:02.224Z Downloaded regex-automata v0.4.8
9882025-02-25T01:13:02.240Z Downloaded zerocopy-derive v0.6.6
9892025-02-25T01:13:02.250Z Downloaded vcpkg v0.2.15
9902025-02-25T01:13:02.286Z Downloaded lzma-sys v0.1.20
9912025-02-25T01:13:02.315Z Downloaded object v0.30.4
9922025-02-25T01:13:02.324Z Downloaded unicode-normalization v0.1.24
9932025-02-25T01:13:02.327Z Downloaded radix_trie v0.2.1
9942025-02-25T01:13:02.332Z Downloaded csv v1.3.1
9952025-02-25T01:13:02.353Z Downloaded russh v0.45.0
9962025-02-25T01:13:02.358Z Downloaded unicode-segmentation v1.12.0
9972025-02-25T01:13:02.361Z Downloaded serde_with v3.11.0
9982025-02-25T01:13:02.369Z Downloaded winnow v0.5.40
9992025-02-25T01:13:02.377Z Downloaded petgraph v0.6.5
10002025-02-25T01:13:02.395Z Downloaded tokio v1.43.0
10012025-02-25T01:13:02.433Z Downloaded sha3 v0.10.8
10022025-02-25T01:13:02.444Z Downloaded libz-sys v1.1.20
10032025-02-25T01:13:02.477Z Downloaded proptest v1.5.0
10042025-02-25T01:13:02.488Z Downloaded schemars_derive v0.8.21
10052025-02-25T01:13:02.491Z Downloaded num-derive v0.4.2
10062025-02-25T01:13:02.493Z Downloaded progenitor-impl v0.9.1
10072025-02-25T01:13:02.496Z Downloaded zip v2.1.3
10082025-02-25T01:13:02.500Z Downloaded zeroize_derive v1.4.2
10092025-02-25T01:13:02.503Z Downloaded scheduled-thread-pool v0.2.7
10102025-02-25T01:13:02.503Z Downloaded sec1 v0.7.3
10112025-02-25T01:13:02.508Z Downloaded rusty-fork v0.3.0
10122025-02-25T01:13:02.508Z Downloaded rustversion v1.0.17
10132025-02-25T01:13:02.510Z Downloaded rand_core v0.9.2
10142025-02-25T01:13:02.510Z Downloaded nu-ansi-term v0.50.1
10152025-02-25T01:13:02.513Z Downloaded snafu-derive v0.8.5
10162025-02-25T01:13:02.516Z Downloaded test-strategy v0.4.0
10172025-02-25T01:13:02.518Z Downloaded russh-keys v0.45.0
10182025-02-25T01:13:02.521Z Downloaded tungstenite v0.24.0
10192025-02-25T01:13:02.525Z Downloaded tungstenite v0.23.0
10202025-02-25T01:13:02.528Z Downloaded tracing-core v0.1.32
10212025-02-25T01:13:02.532Z Downloaded typed-path v0.9.3
10222025-02-25T01:13:02.539Z Downloaded rayon v1.10.0
10232025-02-25T01:13:02.548Z Downloaded url v2.5.3
10242025-02-25T01:13:02.551Z Downloaded hkdf v0.12.4
10252025-02-25T01:13:02.553Z Downloaded tokio-macros v2.5.0
10262025-02-25T01:13:02.556Z Downloaded bindgen v0.71.1
10272025-02-25T01:13:02.561Z Downloaded num-integer v0.1.46
10282025-02-25T01:13:02.564Z Downloaded deranged v0.3.11
10292025-02-25T01:13:02.567Z Downloaded ed25519 v2.2.3
10302025-02-25T01:13:02.567Z Downloaded utf8_iter v1.0.4
10312025-02-25T01:13:02.567Z Downloaded socket2 v0.5.8
10322025-02-25T01:13:02.569Z Downloaded futures-io v0.3.31
10332025-02-25T01:13:02.572Z Downloaded encoding_rs v0.8.34
10342025-02-25T01:13:02.590Z Downloaded ecdsa v0.16.9
10352025-02-25T01:13:02.593Z Downloaded omicron-zone-package v0.12.0
10362025-02-25T01:13:02.596Z Downloaded hashbrown v0.13.2
10372025-02-25T01:13:02.600Z Downloaded rustls-webpki v0.101.7
10382025-02-25T01:13:02.614Z Downloaded progenitor-macro v0.8.0
10392025-02-25T01:13:02.617Z Downloaded ppv-lite86 v0.2.20
10402025-02-25T01:13:02.617Z Downloaded poly1305 v0.8.0
10412025-02-25T01:13:02.619Z Downloaded fixedbitset v0.4.2
10422025-02-25T01:13:02.619Z Downloaded progenitor-impl v0.8.0
10432025-02-25T01:13:02.622Z Downloaded oso v0.27.3
10442025-02-25T01:13:02.625Z Downloaded quinn v0.11.5
10452025-02-25T01:13:02.628Z Downloaded ed25519-dalek v2.1.1
10462025-02-25T01:13:02.631Z Downloaded futures v0.3.31
10472025-02-25T01:13:02.635Z Downloaded chrono v0.4.39
10482025-02-25T01:13:02.642Z Downloaded spin v0.9.8
10492025-02-25T01:13:02.645Z Downloaded smallvec v1.14.0
10502025-02-25T01:13:02.647Z Downloaded static_assertions v1.1.0
10512025-02-25T01:13:02.648Z Downloaded ssh-cipher v0.2.0
10522025-02-25T01:13:02.650Z Downloaded signal-hook v0.3.17
10532025-02-25T01:13:02.653Z Downloaded zopfli v0.8.1
10542025-02-25T01:13:02.656Z Downloaded zip v0.6.6
10552025-02-25T01:13:02.658Z Downloaded rusqlite v0.32.1
10562025-02-25T01:13:02.663Z Downloaded oso-derive v0.27.3
10572025-02-25T01:13:02.666Z Downloaded tokio-postgres v0.7.12
10582025-02-25T01:13:02.669Z Downloaded num-bigint-dig v0.8.4
10592025-02-25T01:13:02.673Z Downloaded ring v0.17.11
10602025-02-25T01:13:02.713Z Downloaded tracing v0.1.40
10612025-02-25T01:13:02.716Z Downloaded samael v0.0.18
10622025-02-25T01:13:02.724Z Downloaded parking_lot_core v0.9.10
10632025-02-25T01:13:02.726Z Downloaded tiny-keccak v2.0.2
10642025-02-25T01:13:02.726Z Downloaded rand v0.8.5
10652025-02-25T01:13:02.729Z Downloaded foldhash v0.1.3
10662025-02-25T01:13:02.732Z Downloaded libgit2-sys v0.17.0+1.8.1
10672025-02-25T01:13:02.785Z Downloaded hyper v1.5.2
10682025-02-25T01:13:02.790Z Downloaded slog-scope v4.4.0
10692025-02-25T01:13:02.794Z Downloaded unicode_categories v0.1.1
10702025-02-25T01:13:02.798Z Downloaded difflib v0.4.0
10712025-02-25T01:13:02.798Z Downloaded pin-project v1.1.6
10722025-02-25T01:13:02.804Z Downloaded crossterm v0.28.1
10732025-02-25T01:13:02.811Z Downloaded itertools v0.13.0
10742025-02-25T01:13:02.818Z Downloaded globset v0.4.15
10752025-02-25T01:13:02.820Z Downloaded termcolor v1.4.1
10762025-02-25T01:13:02.821Z Downloaded sync-ptr v0.1.1
10772025-02-25T01:13:02.825Z Downloaded rpassword v7.3.1
10782025-02-25T01:13:02.825Z Downloaded walkdir v2.5.0
10792025-02-25T01:13:02.825Z Downloaded expectorate v1.1.0
10802025-02-25T01:13:02.828Z Downloaded form_urlencoded v1.2.1
10812025-02-25T01:13:02.829Z Downloaded tokio-util v0.7.12
10822025-02-25T01:13:02.835Z Downloaded reedline v0.35.0
10832025-02-25T01:13:02.840Z Downloaded libm v0.2.8
10842025-02-25T01:13:02.846Z Downloaded unicode-bidi v0.3.17
10852025-02-25T01:13:02.852Z Downloaded tungstenite v0.21.0
10862025-02-25T01:13:02.855Z Downloaded tar v0.4.44
10872025-02-25T01:13:02.856Z Downloaded dsl_auto_type v0.1.2
10882025-02-25T01:13:02.856Z Downloaded ssh-key v0.6.6
10892025-02-25T01:13:02.862Z Downloaded embedded-io v0.6.1
10902025-02-25T01:13:02.865Z Downloaded tinyvec v1.8.0
10912025-02-25T01:13:02.868Z Downloaded libxml v0.3.3
10922025-02-25T01:13:02.872Z Downloaded itertools v0.10.5
10932025-02-25T01:13:02.879Z Downloaded aes-gcm v0.10.3
10942025-02-25T01:13:02.883Z Downloaded yoke v0.7.4
10952025-02-25T01:13:02.885Z Downloaded term v0.7.0
10962025-02-25T01:13:02.888Z Downloaded pkcs5 v0.7.1
10972025-02-25T01:13:02.891Z Downloaded vte v0.11.1
10982025-02-25T01:13:02.895Z Downloaded funty v2.0.0
10992025-02-25T01:13:02.895Z Downloaded rustls-pemfile v2.2.0
11002025-02-25T01:13:02.898Z Downloaded shlex v1.3.0
11012025-02-25T01:13:02.898Z Downloaded universal-hash v0.5.1
11022025-02-25T01:13:02.898Z Downloaded unicode-xid v0.2.6
11032025-02-25T01:13:02.898Z Downloaded wyz v0.5.1
11042025-02-25T01:13:02.901Z Downloaded icu_collections v1.5.0
11052025-02-25T01:13:02.904Z Downloaded hickory-server v0.24.3
11062025-02-25T01:13:02.910Z Downloaded pin-project-lite v0.2.14
11072025-02-25T01:13:02.914Z Downloaded typify v0.2.0
11082025-02-25T01:13:02.917Z Downloaded bumpalo v3.16.0
11092025-02-25T01:13:02.920Z Downloaded unicase v2.7.0
11102025-02-25T01:13:02.922Z Downloaded tokio-stream v0.1.17
11112025-02-25T01:13:02.925Z Downloaded sct v0.7.1
11122025-02-25T01:13:02.928Z Downloaded tap v1.0.1
11132025-02-25T01:13:02.931Z Downloaded tabwriter v1.4.0
11142025-02-25T01:13:02.931Z Downloaded rustc-demangle v0.1.24
11152025-02-25T01:13:02.934Z Downloaded parking_lot v0.11.2
11162025-02-25T01:13:02.938Z Downloaded env_logger v0.11.5
11172025-02-25T01:13:02.940Z Downloaded strum_macros v0.24.3
11182025-02-25T01:13:02.940Z Downloaded smallvec v0.6.14
11192025-02-25T01:13:02.940Z Downloaded shell-words v1.1.0
11202025-02-25T01:13:02.943Z Downloaded pem-rfc7468 v0.7.0
11212025-02-25T01:13:02.943Z Downloaded vsss-rs v3.3.4
11222025-02-25T01:13:02.946Z Downloaded displaydoc v0.2.5
11232025-02-25T01:13:02.948Z Downloaded progenitor v0.9.1
11242025-02-25T01:13:02.951Z Downloaded uuid v1.12.0
11252025-02-25T01:13:02.953Z Downloaded heapless v0.8.0
11262025-02-25T01:13:02.956Z Downloaded rustc-hash v1.1.0
11272025-02-25T01:13:02.958Z Downloaded schemars v0.8.21
11282025-02-25T01:13:02.967Z Downloaded rayon-core v1.12.1
11292025-02-25T01:13:02.970Z Downloaded icu_normalizer_data v1.5.0
11302025-02-25T01:13:02.973Z Downloaded headers v0.4.0
11312025-02-25T01:13:02.977Z Downloaded base64 v0.13.1
11322025-02-25T01:13:02.979Z Downloaded rustc-hash v2.1.1
11332025-02-25T01:13:02.982Z Downloaded rand_seeder v0.3.0
11342025-02-25T01:13:02.982Z Downloaded derive_builder_core v0.20.2
11352025-02-25T01:13:02.985Z Downloaded slog v2.7.0
11362025-02-25T01:13:02.988Z Downloaded powerfmt v0.2.0
11372025-02-25T01:13:02.988Z Downloaded data-encoding v2.6.0
11382025-02-25T01:13:02.990Z Downloaded ghash v0.5.1
11392025-02-25T01:13:02.990Z Downloaded document-features v0.2.10
11402025-02-25T01:13:02.990Z Downloaded dirs-sys-next v0.1.2
11412025-02-25T01:13:02.993Z Downloaded dirs-next v2.0.0
11422025-02-25T01:13:02.993Z Downloaded bytes v1.9.0
11432025-02-25T01:13:02.996Z Downloaded backtrace v0.3.74
11442025-02-25T01:13:03.000Z Downloaded fragile v2.0.0
11452025-02-25T01:13:03.003Z Downloaded icu_locid v1.5.0
11462025-02-25T01:13:03.006Z Downloaded ciborium v0.2.2
11472025-02-25T01:13:03.009Z Downloaded base64 v0.22.1
11482025-02-25T01:13:03.012Z Downloaded zerofrom-derive v0.1.4
11492025-02-25T01:13:03.015Z Downloaded strum_macros v0.26.4
11502025-02-25T01:13:03.015Z Downloaded hyper-rustls v0.27.3
11512025-02-25T01:13:03.018Z Downloaded httparse v1.9.5
11522025-02-25T01:13:03.021Z Downloaded litrs v0.4.1
11532025-02-25T01:13:03.024Z Downloaded compact_str v0.8.0
11542025-02-25T01:13:03.026Z Downloaded clang-sys v1.8.1
11552025-02-25T01:13:03.029Z Downloaded chacha20poly1305 v0.10.1
11562025-02-25T01:13:03.032Z Downloaded newline-converter v0.3.0
11572025-02-25T01:13:03.032Z Downloaded typify-macro v0.3.0
11582025-02-25T01:13:03.032Z Downloaded typify-macro v0.2.0
11592025-02-25T01:13:03.032Z Downloaded allocator-api2 v0.2.18
11602025-02-25T01:13:03.035Z Downloaded stable_deref_trait v1.2.0
11612025-02-25T01:13:03.037Z Downloaded ssh-encoding v0.2.0
11622025-02-25T01:13:03.037Z Downloaded slog-async v2.8.0
11632025-02-25T01:13:03.040Z Downloaded simd-adler32 v0.3.7
11642025-02-25T01:13:03.042Z Downloaded rfc6979 v0.4.0
11652025-02-25T01:13:03.042Z Downloaded icu_provider v1.5.0
11662025-02-25T01:13:03.045Z Downloaded icu_normalizer v1.5.0
11672025-02-25T01:13:03.047Z Downloaded cancel-safe-futures v0.1.5
11682025-02-25T01:13:03.050Z Downloaded argon2 v0.5.3
11692025-02-25T01:13:03.053Z Downloaded crc v3.2.1
11702025-02-25T01:13:03.055Z Downloaded signal-hook-mio v0.2.4
11712025-02-25T01:13:03.056Z Downloaded rtoolbox v0.0.2
11722025-02-25T01:13:03.058Z Downloaded bzip2 v0.4.4
11732025-02-25T01:13:03.058Z Downloaded backoff v0.4.0
11742025-02-25T01:13:03.061Z Downloaded derive_builder_macro v0.20.2
11752025-02-25T01:13:03.061Z Downloaded zone_cfg_derive v0.1.2
11762025-02-25T01:13:03.061Z Downloaded zerofrom v0.1.4
11772025-02-25T01:13:03.064Z Downloaded yoke-derive v0.7.4
11782025-02-25T01:13:03.064Z Downloaded want v0.3.1
11792025-02-25T01:13:03.064Z Downloaded semver v0.1.20
11802025-02-25T01:13:03.064Z Downloaded array-init v0.0.4
11812025-02-25T01:13:03.066Z Downloaded arc-swap v1.7.1
11822025-02-25T01:13:03.069Z Downloaded crc-any v2.5.0
11832025-02-25T01:13:03.071Z Downloaded chrono-tz-build v0.4.0
11842025-02-25T01:13:03.071Z Downloaded castaway v0.2.3
11852025-02-25T01:13:03.074Z Downloaded buf-list v1.0.3
11862025-02-25T01:13:03.074Z Downloaded blake2 v0.10.6
11872025-02-25T01:13:03.078Z Downloaded const-oid v0.9.6
11882025-02-25T01:13:03.080Z Downloaded humantime v2.1.0
11892025-02-25T01:13:03.080Z Downloaded blowfish v0.9.1
11902025-02-25T01:13:03.083Z Downloaded keccak v0.1.5
11912025-02-25T01:13:03.083Z Downloaded ipnetwork v0.21.1
11922025-02-25T01:13:03.085Z Downloaded lazycell v1.3.0
11932025-02-25T01:13:03.085Z Downloaded colored v2.1.0
11942025-02-25T01:13:03.088Z Downloaded hubpack v0.1.2
11952025-02-25T01:13:03.088Z Downloaded bcrypt-pbkdf v0.10.0
11962025-02-25T01:13:03.092Z Downloaded async-trait v0.1.86
11972025-02-25T01:13:03.095Z Downloaded indoc v2.0.5
11982025-02-25T01:13:03.095Z Downloaded atomic-waker v1.1.2
11992025-02-25T01:13:03.098Z Downloaded libsw v3.3.1
12002025-02-25T01:13:03.100Z Downloaded instability v0.3.2
12012025-02-25T01:13:03.100Z Downloaded idna_adapter v1.2.0
12022025-02-25T01:13:03.100Z Downloaded httpdate v1.0.3
12032025-02-25T01:13:03.103Z Downloaded indent_write v2.2.0
12042025-02-25T01:13:03.103Z Downloaded base64ct v1.6.0
12052025-02-25T01:13:03.105Z Downloaded is-terminal v0.4.13
12062025-02-25T01:13:03.105Z Downloaded icu_provider_macros v1.5.0
12072025-02-25T01:13:03.108Z Downloaded async-stream-impl v0.3.6
12082025-02-25T01:13:03.108Z Downloaded arrayvec v0.7.6
12092025-02-25T01:13:03.112Z Downloaded home v0.5.9
12102025-02-25T01:13:03.112Z Downloaded aead v0.5.2
12112025-02-25T01:13:03.191Z Downloaded libsqlite3-sys v0.30.1
12122025-02-25T01:13:03.400Z Downloaded aws-lc-sys v0.22.0
12132025-02-25T01:13:03.709Z Compiling serde v1.0.218
12142025-02-25T01:13:03.712Z Compiling value-bag v1.9.0
12152025-02-25T01:13:03.712Z Compiling lock_api v0.4.12
12162025-02-25T01:13:03.712Z Compiling scopeguard v1.2.0
12172025-02-25T01:13:03.712Z Compiling typenum v1.17.0
12182025-02-25T01:13:03.712Z Compiling generic-array v0.14.7
12192025-02-25T01:13:03.923Z Compiling syn v2.0.96
12202025-02-25T01:13:03.940Z Compiling getrandom v0.2.15
12212025-02-25T01:13:04.078Z Compiling subtle v2.6.1
12222025-02-25T01:13:04.210Z Compiling rand_core v0.6.4
12232025-02-25T01:13:04.360Z Compiling log v0.4.22
12242025-02-25T01:13:04.432Z Compiling shlex v1.3.0
12252025-02-25T01:13:04.450Z Compiling jobserver v0.1.32
12262025-02-25T01:13:04.489Z Compiling smallvec v1.14.0
12272025-02-25T01:13:04.747Z Compiling const-oid v0.9.6
12282025-02-25T01:13:04.822Z Compiling pin-project-lite v0.2.14
12292025-02-25T01:13:04.888Z Compiling cc v1.2.15
12302025-02-25T01:13:04.913Z Compiling rustix v0.38.37
12312025-02-25T01:13:04.996Z Compiling parking_lot_core v0.9.10
12322025-02-25T01:13:05.149Z Compiling futures-core v0.3.31
12332025-02-25T01:13:05.284Z Compiling spin v0.9.8
12342025-02-25T01:13:05.377Z Compiling signal-hook-registry v1.4.2
12352025-02-25T01:13:05.658Z Compiling mio v1.0.2
12362025-02-25T01:13:05.776Z Compiling parking_lot v0.12.3
12372025-02-25T01:13:05.984Z Compiling either v1.13.0
12382025-02-25T01:13:06.018Z Compiling aho-corasick v1.1.3
12392025-02-25T01:13:06.161Z Compiling regex-syntax v0.8.5
12402025-02-25T01:13:06.391Z Compiling cpufeatures v0.2.14
12412025-02-25T01:13:06.504Z Compiling stable_deref_trait v1.2.0
12422025-02-25T01:13:06.550Z Compiling futures-sink v0.3.31
12432025-02-25T01:13:06.626Z Compiling socket2 v0.5.8
12442025-02-25T01:13:06.670Z Compiling slab v0.4.9
12452025-02-25T01:13:06.706Z Compiling glob v0.3.2
12462025-02-25T01:13:06.764Z Compiling prettyplease v0.2.29
12472025-02-25T01:13:07.128Z Compiling lazy_static v1.5.0
12482025-02-25T01:13:07.252Z Compiling serde_json v1.0.139
12492025-02-25T01:13:07.404Z Compiling minimal-lexical v0.2.1
12502025-02-25T01:13:07.528Z Compiling clang-sys v1.8.1
12512025-02-25T01:13:07.559Z Compiling futures-channel v0.3.31
12522025-02-25T01:13:07.691Z Compiling libloading v0.8.5
12532025-02-25T01:13:07.936Z Compiling nom v7.1.3
12542025-02-25T01:13:07.976Z Compiling futures-io v0.3.31
12552025-02-25T01:13:08.080Z Compiling bindgen v0.69.5
12562025-02-25T01:13:08.265Z Compiling pin-utils v0.1.0
12572025-02-25T01:13:08.292Z Compiling futures-task v0.3.31
12582025-02-25T01:13:08.373Z Compiling home v0.5.9
12592025-02-25T01:13:08.623Z Compiling itertools v0.12.1
12602025-02-25T01:13:08.787Z Compiling allocator-api2 v0.2.18
12612025-02-25T01:13:08.936Z Compiling libm v0.2.8
12622025-02-25T01:13:09.281Z Compiling lazycell v1.3.0
12632025-02-25T01:13:09.461Z Compiling foldhash v0.1.3
12642025-02-25T01:13:09.583Z Compiling rustc-hash v1.1.0
12652025-02-25T01:13:09.744Z Compiling hashbrown v0.15.1
12662025-02-25T01:13:09.795Z Compiling regex-automata v0.4.8
12672025-02-25T01:13:10.555Z Compiling cmake v0.1.51
12682025-02-25T01:13:10.926Z Compiling num-traits v0.2.19
12692025-02-25T01:13:11.243Z Compiling synstructure v0.13.1
12702025-02-25T01:13:11.345Z Compiling cexpr v0.6.0
12712025-02-25T01:13:11.462Z Compiling pkg-config v0.3.31
12722025-02-25T01:13:12.123Z Compiling fs_extra v1.3.0
12732025-02-25T01:13:12.651Z Compiling dunce v1.0.5
12742025-02-25T01:13:12.797Z Compiling writeable v0.5.5
12752025-02-25T01:13:12.916Z Compiling litemap v0.7.3
12762025-02-25T01:13:12.941Z Compiling ring v0.17.11
12772025-02-25T01:13:13.291Z Compiling base64ct v1.6.0
12782025-02-25T01:13:13.339Z Compiling paste v1.0.15
12792025-02-25T01:13:13.949Z Compiling pem-rfc7468 v0.7.0
12802025-02-25T01:13:14.091Z Compiling aws-lc-rs v1.10.0
12812025-02-25T01:13:14.129Z Compiling httparse v1.9.5
12822025-02-25T01:13:14.508Z Compiling icu_locid_transform_data v1.5.0
12832025-02-25T01:13:14.556Z Compiling flagset v0.4.6
12842025-02-25T01:13:14.749Z Compiling tracing-core v0.1.32
12852025-02-25T01:13:14.854Z Compiling icu_properties_data v1.5.0
12862025-02-25T01:13:15.078Z Compiling rustls-pki-types v1.10.0
12872025-02-25T01:13:15.486Z Compiling regex v1.11.1
12882025-02-25T01:13:15.588Z Compiling percent-encoding v2.3.1
12892025-02-25T01:13:15.881Z Compiling crossbeam-utils v0.8.20
12902025-02-25T01:13:15.923Z Compiling powerfmt v0.2.0
12912025-02-25T01:13:16.091Z Compiling serde_derive v1.0.218
12922025-02-25T01:13:16.302Z Compiling zeroize_derive v1.4.2
12932025-02-25T01:13:16.381Z Compiling zerocopy-derive v0.7.35
12942025-02-25T01:13:16.406Z Compiling tokio-macros v2.5.0
12952025-02-25T01:13:16.514Z Compiling zerofrom-derive v0.1.4
12962025-02-25T01:13:17.692Z Compiling zeroize v1.8.1
12972025-02-25T01:13:17.887Z Compiling yoke-derive v0.7.4
12982025-02-25T01:13:18.322Z Compiling zerocopy v0.7.35
12992025-02-25T01:13:18.756Z Compiling thiserror-impl v1.0.69
13002025-02-25T01:13:19.266Z Compiling crypto-common v0.1.6
13012025-02-25T01:13:19.487Z Compiling block-buffer v0.10.4
13022025-02-25T01:13:19.601Z Compiling futures-macro v0.3.31
13032025-02-25T01:13:19.635Z Compiling zerovec-derive v0.10.3
13042025-02-25T01:13:19.757Z Compiling digest v0.10.7
13052025-02-25T01:13:19.849Z Compiling zerofrom v0.1.4
13062025-02-25T01:13:20.062Z Compiling displaydoc v0.2.5
13072025-02-25T01:13:20.150Z Compiling hmac v0.12.1
13082025-02-25T01:13:20.193Z Compiling block-padding v0.3.3
13092025-02-25T01:13:20.390Z Compiling ppv-lite86 v0.2.20
13102025-02-25T01:13:20.459Z Compiling inout v0.1.3
13112025-02-25T01:13:20.479Z Compiling yoke v0.7.4
13122025-02-25T01:13:20.736Z Compiling cipher v0.4.4
13132025-02-25T01:13:20.853Z Compiling sha2 v0.10.8
13142025-02-25T01:13:21.159Z Compiling icu_provider_macros v1.5.0
13152025-02-25T01:13:21.250Z Compiling der_derive v0.7.3
13162025-02-25T01:13:21.387Z Compiling futures-util v0.3.31
13172025-02-25T01:13:21.591Z Compiling tracing-attributes v0.1.27
13182025-02-25T01:13:21.612Z Compiling thiserror v1.0.69
13192025-02-25T01:13:21.762Z Compiling pest v2.7.14
13202025-02-25T01:13:22.049Z Compiling zerovec v0.10.4
13212025-02-25T01:13:22.188Z Compiling salsa20 v0.10.2
13222025-02-25T01:13:22.426Z Compiling pbkdf2 v0.12.2
13232025-02-25T01:13:22.675Z Compiling time-core v0.1.2
13242025-02-25T01:13:22.867Z Compiling vcpkg v0.2.15
13252025-02-25T01:13:23.504Z Compiling der v0.7.9
13262025-02-25T01:13:24.107Z Compiling tinystr v0.7.6
13272025-02-25T01:13:24.470Z Compiling icu_locid v1.5.0
13282025-02-25T01:13:24.509Z Compiling icu_collections v1.5.0
13292025-02-25T01:13:24.531Z Compiling icu_normalizer_data v1.5.0
13302025-02-25T01:13:24.646Z Compiling num-conv v0.1.0
13312025-02-25T01:13:24.705Z Compiling tracing v0.1.40
13322025-02-25T01:13:24.835Z Compiling write16 v1.0.0
13332025-02-25T01:13:24.936Z Compiling utf8_iter v1.0.4
13342025-02-25T01:13:24.963Z Compiling utf16_iter v1.0.5
13352025-02-25T01:13:25.180Z Compiling mirai-annotations v1.12.0
13362025-02-25T01:13:25.196Z Compiling untrusted v0.7.1
13372025-02-25T01:13:25.214Z Compiling untrusted v0.9.0
13382025-02-25T01:13:25.388Z Compiling spki v0.7.3
13392025-02-25T01:13:25.412Z Compiling time-macros v0.2.18
13402025-02-25T01:13:25.946Z Compiling icu_provider v1.5.0
13412025-02-25T01:13:25.951Z Compiling openssl-sys v0.9.106
13422025-02-25T01:13:26.370Z Compiling pest_meta v2.7.14
13432025-02-25T01:13:26.399Z Compiling icu_locid_transform v1.5.0
13442025-02-25T01:13:26.688Z Compiling scrypt v0.11.0
13452025-02-25T01:13:26.810Z Compiling cbc v0.1.2
13462025-02-25T01:13:27.043Z Compiling aes v0.8.4
13472025-02-25T01:13:27.185Z Compiling rand_chacha v0.3.1
13482025-02-25T01:13:27.803Z Compiling icu_properties v1.5.1
13492025-02-25T01:13:28.468Z Compiling bitflags v2.6.0
13502025-02-25T01:13:28.663Z Compiling bytes v1.9.0
13512025-02-25T01:13:29.518Z Compiling tokio v1.43.0
13522025-02-25T01:13:29.644Z Compiling semver v1.0.25
13532025-02-25T01:13:29.791Z Compiling indexmap v2.7.1
13542025-02-25T01:13:29.811Z Compiling http v1.2.0
13552025-02-25T01:13:30.348Z Compiling rustc_version v0.4.1
13562025-02-25T01:13:30.474Z Compiling deranged v0.3.11
13572025-02-25T01:13:31.035Z Compiling scroll_derive v0.12.0
13582025-02-25T01:13:31.097Z Compiling atomic-waker v1.1.2
13592025-02-25T01:13:31.301Z Compiling tinyvec_macros v0.1.1
13602025-02-25T01:13:31.411Z Compiling icu_normalizer v1.5.0
13612025-02-25T01:13:31.646Z Compiling num_threads v0.1.7
13622025-02-25T01:13:31.785Z Compiling tinyvec v1.8.0
13632025-02-25T01:13:31.885Z Compiling time v0.3.36
13642025-02-25T01:13:31.948Z Compiling http-body v1.0.1
13652025-02-25T01:13:32.189Z Compiling pkcs5 v0.7.1
13662025-02-25T01:13:32.299Z Compiling which v4.4.2
13672025-02-25T01:13:32.451Z Compiling scroll v0.12.0
13682025-02-25T01:13:32.998Z Compiling idna_adapter v1.2.0
13692025-02-25T01:13:33.192Z Compiling pest_generator v2.7.14
13702025-02-25T01:13:33.220Z Compiling rand v0.8.5
13712025-02-25T01:13:33.289Z Compiling form_urlencoded v1.2.1
13722025-02-25T01:13:33.305Z Compiling try-lock v0.2.5
13732025-02-25T01:13:33.438Z Compiling getrandom v0.3.1
13742025-02-25T01:13:33.459Z Compiling slog v2.7.0
13752025-02-25T01:13:33.583Z Compiling zerocopy v0.8.10
13762025-02-25T01:13:33.954Z Compiling goblin v0.8.2
13772025-02-25T01:13:34.173Z Compiling want v0.3.1
13782025-02-25T01:13:34.453Z Compiling idna v1.0.3
13792025-02-25T01:13:34.456Z Compiling pkcs8 v0.10.2
13802025-02-25T01:13:34.891Z Compiling pest_derive v2.7.14
13812025-02-25T01:13:35.086Z Compiling uuid v1.12.0
13822025-02-25T01:13:35.244Z Compiling zerocopy-derive v0.8.10
13832025-02-25T01:13:35.712Z Compiling tower-service v0.3.3
13842025-02-25T01:13:35.859Z Compiling httpdate v1.0.3
13852025-02-25T01:13:35.984Z Compiling iana-time-zone v0.1.61
13862025-02-25T01:13:36.295Z Compiling chrono v0.4.39
13872025-02-25T01:13:36.350Z Compiling dtrace-parser v0.2.0
13882025-02-25T01:13:37.013Z Compiling serde_spanned v0.6.8
13892025-02-25T01:13:37.078Z Compiling toml_datetime v0.6.8
13902025-02-25T01:13:37.250Z Compiling serde_tokenstream v0.2.2
13912025-02-25T01:13:37.552Z Compiling tokio-util v0.7.12
13922025-02-25T01:13:37.858Z Compiling foreign-types-shared v0.1.1
13932025-02-25T01:13:37.995Z Compiling base64 v0.22.1
13942025-02-25T01:13:38.121Z Compiling rustversion v1.0.17
13952025-02-25T01:13:38.683Z Compiling h2 v0.4.6
13962025-02-25T01:13:38.763Z Compiling openssl v0.10.71
13972025-02-25T01:13:38.792Z Compiling adler2 v2.0.0
13982025-02-25T01:13:39.007Z Compiling match_cfg v0.1.0
13992025-02-25T01:13:39.112Z Compiling hostname v0.3.1
14002025-02-25T01:13:39.224Z Compiling miniz_oxide v0.8.0
14012025-02-25T01:13:39.403Z Compiling foreign-types v0.3.2
14022025-02-25T01:13:39.510Z Compiling url v2.5.3
14032025-02-25T01:13:40.591Z Compiling dof v0.3.0
14042025-02-25T01:13:40.777Z Compiling async-trait v0.1.86
14052025-02-25T01:13:41.000Z Compiling rand_core v0.9.2
14062025-02-25T01:13:41.227Z Compiling openssl-macros v0.1.1
14072025-02-25T01:13:41.436Z Compiling usdt-impl v0.5.0
14082025-02-25T01:13:42.001Z Compiling serde_derive_internals v0.29.1
14092025-02-25T01:13:42.397Z Compiling dirs-sys-next v0.1.2
14102025-02-25T01:13:42.428Z Compiling rustls v0.23.19
14112025-02-25T01:13:42.769Z Compiling rustls v0.22.4
14122025-02-25T01:13:42.800Z Compiling syn v1.0.109
14132025-02-25T01:13:42.934Z Compiling siphasher v0.3.11
14142025-02-25T01:13:42.936Z Compiling schemars v0.8.21
14152025-02-25T01:13:43.056Z Compiling data-encoding v2.6.0
14162025-02-25T01:13:43.092Z Compiling native-tls v0.2.12
14172025-02-25T01:13:43.330Z Compiling dirs-next v2.0.0
14182025-02-25T01:13:43.442Z Compiling rand_chacha v0.9.0
14192025-02-25T01:13:43.526Z Compiling unicode-normalization v0.1.24
14202025-02-25T01:13:44.187Z Compiling schemars_derive v0.8.21
14212025-02-25T01:13:44.603Z Compiling http-body-util v0.1.2
14222025-02-25T01:13:44.708Z Compiling heapless v0.7.17
14232025-02-25T01:13:44.940Z Compiling crossbeam-epoch v0.9.18
14242025-02-25T01:13:45.113Z Compiling sha1 v0.10.6
14252025-02-25T01:13:45.146Z Compiling signature v2.2.0
14262025-02-25T01:13:45.477Z Compiling bzip2-sys v0.1.11+1.0.8
14272025-02-25T01:13:45.498Z Compiling thread_local v1.1.8
14282025-02-25T01:13:45.532Z Compiling multer v3.1.0
14292025-02-25T01:13:45.599Z Compiling hyper v1.5.2
14302025-02-25T01:13:45.826Z Compiling cookie v0.18.1
14312025-02-25T01:13:45.940Z Compiling encoding_rs v0.8.34
14322025-02-25T01:13:45.962Z Compiling dyn-clone v1.0.18
14332025-02-25T01:13:46.133Z Compiling unicode-properties v0.1.3
14342025-02-25T01:13:46.189Z Compiling slog-async v2.8.0
14352025-02-25T01:13:46.515Z Compiling gimli v0.31.1
14362025-02-25T01:13:46.752Z Compiling ipnet v2.10.1
14372025-02-25T01:13:47.116Z Compiling unicode-bidi v0.3.17
14382025-02-25T01:13:51.705Z Compiling rayon-core v1.12.1
14392025-02-25T01:13:51.786Z Compiling hyper-util v0.1.10
14402025-02-25T01:13:51.786Z Compiling mime v0.3.17
14412025-02-25T01:13:51.786Z Compiling signal-hook v0.3.17
14422025-02-25T01:13:51.786Z Compiling openssl-probe v0.1.5
14432025-02-25T01:13:51.786Z Compiling stringprep v0.1.5
14442025-02-25T01:13:51.786Z Compiling toml_edit v0.22.22
14452025-02-25T01:13:51.786Z Compiling crossbeam-deque v0.8.5
14462025-02-25T01:13:51.786Z Compiling addr2line v0.24.2
14472025-02-25T01:13:51.786Z Compiling rand v0.9.0
14482025-02-25T01:13:51.786Z Compiling term v0.7.0
14492025-02-25T01:13:51.786Z Compiling usdt-attr-macro v0.5.0
14502025-02-25T01:13:51.810Z Compiling usdt-macro v0.5.0
14512025-02-25T01:13:52.202Z Compiling slog-json v2.6.1
14522025-02-25T01:13:52.584Z Compiling serde_urlencoded v0.7.1
14532025-02-25T01:13:52.605Z Compiling curve25519-dalek v4.1.3
14542025-02-25T01:13:52.646Z Compiling crossbeam-channel v0.5.13
14552025-02-25T01:13:52.848Z Compiling futures-executor v0.3.31
14562025-02-25T01:13:53.074Z Compiling enum-as-inner v0.6.1
14572025-02-25T01:13:53.111Z Compiling md-5 v0.10.6
14582025-02-25T01:13:53.277Z Compiling async-stream-impl v0.3.6
14592025-02-25T01:13:53.350Z Compiling rustls-pemfile v2.2.0
14602025-02-25T01:13:53.401Z Compiling num-integer v0.1.46
14612025-02-25T01:13:53.648Z Compiling hash32 v0.2.1
14622025-02-25T01:13:53.683Z Compiling ff v0.13.0
14632025-02-25T01:13:53.907Z Compiling is-terminal v0.4.13
14642025-02-25T01:13:54.002Z Compiling dropshot v0.12.0
14652025-02-25T01:13:54.040Z Compiling object v0.36.5
14662025-02-25T01:13:54.104Z Compiling memoffset v0.9.1
14672025-02-25T01:13:54.130Z Compiling anyhow v1.0.96
14682025-02-25T01:13:54.326Z Compiling linked-hash-map v0.5.6
14692025-02-25T01:13:54.441Z Compiling take_mut v0.2.2
14702025-02-25T01:13:54.554Z Compiling fallible-iterator v0.2.0
14712025-02-25T01:13:54.610Z Compiling smoltcp v0.9.1
14722025-02-25T01:13:54.662Z Compiling base16ct v0.2.0
14732025-02-25T01:13:54.746Z Compiling litrs v0.4.1
14742025-02-25T01:13:54.986Z Compiling psl-types v2.0.11
14752025-02-25T01:13:55.188Z Compiling rustc-demangle v0.1.24
14762025-02-25T01:13:55.208Z Compiling utf-8 v0.7.6
14772025-02-25T01:13:55.268Z Compiling cfg_aliases v0.2.1
14782025-02-25T01:13:55.382Z Compiling num-bigint-dig v0.8.4
14792025-02-25T01:13:55.521Z Compiling portable-atomic v1.9.0
14802025-02-25T01:13:55.716Z Compiling quick-error v1.2.3
14812025-02-25T01:13:55.864Z Compiling document-features v0.2.10
14822025-02-25T01:13:55.885Z Compiling resolv-conf v0.7.0
14832025-02-25T01:13:56.064Z Compiling tungstenite v0.24.0
14842025-02-25T01:13:56.090Z Compiling nix v0.29.0
14852025-02-25T01:13:56.607Z Compiling publicsuffix v2.3.0
14862025-02-25T01:13:56.631Z Compiling postgres-protocol v0.6.8
14872025-02-25T01:13:56.903Z Compiling sec1 v0.7.3
14882025-02-25T01:13:57.029Z Compiling lru-cache v0.1.2
14892025-02-25T01:13:57.336Z Compiling async-stream v0.3.6
14902025-02-25T01:13:57.684Z Compiling hickory-proto v0.24.3
14912025-02-25T01:13:57.706Z Compiling slog-term v2.9.1
14922025-02-25T01:13:58.003Z Compiling usdt v0.5.0
14932025-02-25T01:13:58.230Z Compiling num-iter v0.1.45
14942025-02-25T01:13:58.430Z Compiling group v0.13.0
14952025-02-25T01:13:58.596Z Compiling futures v0.3.31
14962025-02-25T01:13:58.721Z Compiling slog-bunyan v2.5.0
14972025-02-25T01:13:58.751Z Compiling toml v0.8.19
14982025-02-25T01:13:59.873Z Compiling camino v1.1.9
14992025-02-25T01:13:59.902Z Compiling tokio-native-tls v0.3.1
15002025-02-25T01:14:00.189Z Compiling phf_shared v0.11.2
15012025-02-25T01:14:00.378Z Compiling dropshot_endpoint v0.12.0
15022025-02-25T01:14:00.561Z Compiling backtrace v0.3.74
15032025-02-25T01:14:00.718Z Compiling terminal_size v0.4.0
15042025-02-25T01:14:00.949Z Compiling waitgroup v0.1.2
15052025-02-25T01:14:00.973Z Compiling openapiv3 v2.0.0
15062025-02-25T01:14:01.037Z Compiling serde_path_to_error v0.1.16
15072025-02-25T01:14:01.146Z Compiling hkdf v0.12.4
15082025-02-25T01:14:01.447Z Compiling crypto-bigint v0.5.5
15092025-02-25T01:14:01.791Z Compiling zerocopy-derive v0.6.6
15102025-02-25T01:14:03.215Z Compiling hubpack_derive v0.1.1
15112025-02-25T01:14:03.409Z Compiling curve25519-dalek-derive v0.1.1
15122025-02-25T01:14:03.747Z Compiling webpki-roots v0.26.6
15132025-02-25T01:14:03.970Z Compiling sync_wrapper v1.0.1
15142025-02-25T01:14:04.078Z Compiling hostname v0.4.0
15152025-02-25T01:14:04.129Z Compiling ahash v0.8.11
15162025-02-25T01:14:04.300Z Compiling fs-err v2.11.0
15172025-02-25T01:14:04.451Z Compiling crc32fast v1.4.2
15182025-02-25T01:14:04.475Z Compiling tower-layer v0.3.3
15192025-02-25T01:14:04.621Z Compiling newtype-uuid v1.2.1
15202025-02-25T01:14:04.758Z Compiling debug-ignore v1.0.5
15212025-02-25T01:14:04.780Z Compiling bitflags v1.3.2
15222025-02-25T01:14:04.783Z Compiling unicode-width v0.2.0
15232025-02-25T01:14:04.896Z Compiling winnow v0.5.40
15242025-02-25T01:14:04.924Z Compiling managed v0.8.0
15252025-02-25T01:14:04.928Z Compiling clap_builder v4.5.30
15262025-02-25T01:14:04.994Z Compiling strum_macros v0.25.3
15272025-02-25T01:14:05.345Z Compiling console v0.15.10
15282025-02-25T01:14:06.617Z Compiling tower v0.5.2
15292025-02-25T01:14:07.185Z Compiling flate2 v1.0.35
15302025-02-25T01:14:07.500Z Compiling elliptic-curve v0.13.8
15312025-02-25T01:14:07.525Z Compiling hubpack v0.1.2
15322025-02-25T01:14:07.954Z Compiling zerocopy v0.6.6
15332025-02-25T01:14:08.044Z Compiling hickory-resolver v0.24.3
15342025-02-25T01:14:08.313Z Compiling toml_edit v0.19.15
15352025-02-25T01:14:08.669Z Compiling signal-hook-mio v0.2.4
15362025-02-25T01:14:08.690Z Compiling phf v0.11.2
15372025-02-25T01:14:08.839Z Compiling hyper-tls v0.6.0
15382025-02-25T01:14:08.943Z Compiling rayon v1.10.0
15392025-02-25T01:14:09.138Z Compiling cookie_store v0.21.1
15402025-02-25T01:14:09.238Z Compiling bzip2 v0.4.4
15412025-02-25T01:14:10.670Z Compiling postgres-types v0.2.8
15422025-02-25T01:14:11.917Z Compiling tokio-tungstenite v0.24.0
15432025-02-25T01:14:12.715Z Compiling ed25519 v2.2.3
15442025-02-25T01:14:13.487Z Compiling phf_shared v0.10.0
15452025-02-25T01:14:13.975Z Compiling tokio-stream v0.1.17
15462025-02-25T01:14:14.031Z Compiling pkcs1 v0.7.5
15472025-02-25T01:14:14.031Z Compiling serde-big-array v0.5.1
15482025-02-25T01:14:14.031Z Compiling clap_derive v4.5.28
15492025-02-25T01:14:14.404Z Compiling rfc6979 v0.4.0
15502025-02-25T01:14:14.442Z Compiling serde_repr v0.1.19
15512025-02-25T01:14:14.511Z Compiling derive-where v1.2.7
15522025-02-25T01:14:14.532Z Compiling float-cmp v0.10.0
15532025-02-25T01:14:14.594Z Compiling bstr v1.10.0
15542025-02-25T01:14:14.764Z Compiling normalize-line-endings v0.3.0
15552025-02-25T01:14:14.905Z Compiling number_prefix v0.4.0
15562025-02-25T01:14:15.138Z Compiling predicates-core v1.0.8
15572025-02-25T01:14:15.180Z Compiling unicode-segmentation v1.12.0
15582025-02-25T01:14:15.430Z Compiling precomputed-hash v0.1.1
15592025-02-25T01:14:15.536Z Compiling fixedbitset v0.4.2
15602025-02-25T01:14:15.572Z Compiling new_debug_unreachable v1.0.6
15612025-02-25T01:14:15.686Z Compiling static_assertions v1.1.0
15622025-02-25T01:14:15.803Z Compiling bit-vec v0.6.3
15632025-02-25T01:14:15.959Z Compiling whoami v1.5.2
15642025-02-25T01:14:16.015Z Compiling difflib v0.4.0
15652025-02-25T01:14:16.095Z Compiling similar v2.6.0
15662025-02-25T01:14:16.206Z Compiling bit-set v0.5.3
15672025-02-25T01:14:16.490Z Compiling predicates v3.1.3
15682025-02-25T01:14:16.531Z Compiling tokio-postgres v0.7.12
15692025-02-25T01:14:17.317Z Compiling petgraph v0.6.5
15702025-02-25T01:14:17.652Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15712025-02-25T01:14:17.969Z Compiling string_cache v0.8.7
15722025-02-25T01:14:18.171Z Compiling indicatif v0.17.11
15732025-02-25T01:14:18.398Z Compiling ecdsa v0.16.9
15742025-02-25T01:14:18.414Z Compiling clap v4.5.30
15752025-02-25T01:14:18.544Z Compiling rsa v0.9.6
15762025-02-25T01:14:19.234Z Compiling ed25519-dalek v2.1.1
15772025-02-25T01:14:20.541Z Compiling toml v0.7.8
15782025-02-25T01:14:20.904Z Compiling zip v0.6.6
15792025-02-25T01:14:21.986Z Compiling crossterm v0.28.1
15802025-02-25T01:14:22.484Z Compiling hex v0.4.3
15812025-02-25T01:14:22.720Z Compiling x509-cert v0.2.5
15822025-02-25T01:14:22.930Z Compiling itertools v0.14.0
15832025-02-25T01:14:23.078Z Compiling itertools v0.10.5
15842025-02-25T01:14:23.300Z Compiling peg-runtime v0.8.3
15852025-02-25T01:14:23.731Z Compiling unicode-xid v0.2.6
15862025-02-25T01:14:23.868Z Compiling lalrpop-util v0.19.12
15872025-02-25T01:14:23.928Z Compiling strum_macros v0.26.4
15882025-02-25T01:14:24.234Z Compiling xattr v1.3.1
15892025-02-25T01:14:24.514Z Compiling filetime v0.2.25
15902025-02-25T01:14:24.819Z Compiling tar v0.4.44
15912025-02-25T01:14:27.891Z Compiling strum v0.26.3
15922025-02-25T01:14:31.223Z Compiling aws-lc-sys v0.22.0
15932025-02-25T01:15:02.478Z Compiling rustls-webpki v0.102.8
15942025-02-25T01:15:05.703Z Compiling tokio-rustls v0.25.0
15952025-02-25T01:15:07.344Z Compiling tokio-rustls v0.26.0
15962025-02-25T01:15:07.656Z Compiling hyper-rustls v0.27.3
15972025-02-25T01:15:08.055Z Compiling reqwest v0.12.12
15982025-02-25T01:15:09.380Z Compiling qorb v0.2.1
15992025-02-25T01:15:12.320Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16002025-02-25T01:15:12.589Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16012025-02-25T01:15:17.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16022025-02-25T01:15:17.190Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16032025-02-25T01:15:17.241ZFeb 25 01:15:16.112 INFO Starting download, target: Clickhouse
16042025-02-25T01:15:17.241ZFeb 25 01:15:16.112 INFO Starting download, target: Cockroach
16052025-02-25T01:15:17.241ZFeb 25 01:15:16.112 INFO Starting download, target: Console
16062025-02-25T01:15:17.241ZFeb 25 01:15:16.112 INFO Starting download, target: DendriteOpenapi
16072025-02-25T01:15:17.244ZFeb 25 01:15:16.112 INFO Starting download, target: DendriteStub
16082025-02-25T01:15:17.244ZFeb 25 01:15:16.112 INFO Starting download, target: MaghemiteMgd
16092025-02-25T01:15:17.244ZFeb 25 01:15:16.112 INFO Starting download, target: TransceiverControl
16102025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16112025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16122025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16132025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16142025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16152025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16162025-02-25T01:15:17.244ZFeb 25 01:15:16.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16172025-02-25T01:15:17.456ZFeb 25 01:15:16.325 INFO Download complete, target: DendriteOpenapi
16182025-02-25T01:15:17.546ZFeb 25 01:15:16.412 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16192025-02-25T01:15:17.799ZFeb 25 01:15:16.657 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16202025-02-25T01:15:18.084ZFeb 25 01:15:16.951 INFO Download complete, target: TransceiverControl
16212025-02-25T01:15:18.162ZFeb 25 01:15:17.031 INFO Download complete, target: Console
16222025-02-25T01:15:18.341ZFeb 25 01:15:17.212 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16232025-02-25T01:15:18.479ZFeb 25 01:15:17.350 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16242025-02-25T01:15:18.735ZFeb 25 01:15:17.606 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16252025-02-25T01:15:18.735ZFeb 25 01:15:17.606 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16262025-02-25T01:15:19.332ZFeb 25 01:15:18.202 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16272025-02-25T01:15:21.140ZFeb 25 01:15:20.011 INFO Download complete, target: DendriteStub
16282025-02-25T01:15:21.474ZFeb 25 01:15:20.344 INFO Download complete, target: MaghemiteMgd
16292025-02-25T01:15:26.305ZFeb 25 01:15:25.173 INFO Checking that binary works, target: Cockroach
16302025-02-25T01:15:26.614ZFeb 25 01:15:25.484 INFO Download complete, target: Cockroach
16312025-02-25T01:15:32.044ZFeb 25 01:15:30.913 INFO Checking that binary works, target: Clickhouse
16322025-02-25T01:15:32.502ZFeb 25 01:15:31.371 INFO Download complete, target: Clickhouse
16332025-02-25T01:15:32.524ZAll builder prerequisites installed successfully, and PATH looks valid
16342025-02-25T01:15:32.527Z
16352025-02-25T01:15:32.527Zreal 4:42.079429056
16362025-02-25T01:15:32.527Zuser 15:31.805521445
16372025-02-25T01:15:32.527Zsys 2:05.944924108
16382025-02-25T01:15:32.527Ztrap 0.569551932
16392025-02-25T01:15:32.527Ztflt 2.739284747
16402025-02-25T01:15:32.527Zdflt 2.478845166
16412025-02-25T01:15:32.527Zkflt 0.161819876
16422025-02-25T01:15:32.527Zlock 24:55.515585825
16432025-02-25T01:15:32.527Zslp 54:48.054642582
16442025-02-25T01:15:32.528Zlat 1:00.089046319
16452025-02-25T01:15:32.528Zstop 2:24.643557425
16462025-02-25T01:15:32.528Z+ banner hack-check
16472025-02-25T01:15:32.530Z
16482025-02-25T01:15:32.530Z # # ## #### # # #### # # ###### #### # #
16492025-02-25T01:15:32.530Z # # # # # # # # # # # # # # # # #
16502025-02-25T01:15:32.530Z ###### # # # #### ##### # ###### ##### # ####
16512025-02-25T01:15:32.531Z # # ###### # # # # # # # # # #
16522025-02-25T01:15:32.531Z # # # # # # # # # # # # # # # # #
16532025-02-25T01:15:32.531Z # # # # #### # # #### # # ###### #### # #
16542025-02-25T01:15:32.531Z
16552025-02-25T01:15:32.531Z+ export CARGO_INCREMENTAL=0
16562025-02-25T01:15:32.531Z+ CARGO_INCREMENTAL=0
16572025-02-25T01:15:32.531Z+ ptime -m timeout 2h cargo xtask check-features --ci
16582025-02-25T01:15:33.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16592025-02-25T01:15:35.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
16602025-02-25T01:15:35.920Z Running `target/debug/xtask check-features --ci`
16612025-02-25T01:15:35.942Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16622025-02-25T01:15:35.944Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16632025-02-25T01:15:36.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16642025-02-25T01:15:36.449Z Running `target/debug/xtask download cargo-hack`
16652025-02-25T01:15:37.314Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16662025-02-25T01:15:37.708Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16672025-02-25T01:15:41.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
16682025-02-25T01:15:41.531Z Running `target/debug/xtask-downloader cargo-hack`
16692025-02-25T01:15:41.571ZFeb 25 01:15:40.439 INFO Starting download, target: CargoHack
16702025-02-25T01:15:41.573ZFeb 25 01:15:40.439 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16712025-02-25T01:15:42.214ZFeb 25 01:15:41.082 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16722025-02-25T01:15:42.309ZFeb 25 01:15:41.176 INFO Download complete, target: CargoHack
16732025-02-25T01:15:42.315Zrunning: "/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"
16742025-02-25T01:15:42.329Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16752025-02-25T01:15:42.508Zinfo: running `cargo check --bins` on api_identity (1/199)
16762025-02-25T01:15:43.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772025-02-25T01:15:43.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782025-02-25T01:15:43.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792025-02-25T01:15:43.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16802025-02-25T01:15:43.144Z
16812025-02-25T01:15:43.144Zinfo: running `cargo check --bins` on bootstore (2/199)
16822025-02-25T01:15:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832025-02-25T01:15:43.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842025-02-25T01:15:43.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852025-02-25T01:15:43.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16862025-02-25T01:15:43.819Z
16872025-02-25T01:15:43.819Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16882025-02-25T01:15:44.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892025-02-25T01:15:44.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902025-02-25T01:15:44.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912025-02-25T01:15:44.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16922025-02-25T01:15:44.475Z
16932025-02-25T01:15:44.475Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16942025-02-25T01:15:45.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952025-02-25T01:15:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962025-02-25T01:15:45.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972025-02-25T01:15:45.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16982025-02-25T01:15:45.126Z
16992025-02-25T01:15:45.126Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17002025-02-25T01:15:45.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012025-02-25T01:15:45.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022025-02-25T01:15:45.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032025-02-25T01:15:45.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17042025-02-25T01:15:45.570Z
17052025-02-25T01:15:45.570Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17062025-02-25T01:15:45.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072025-02-25T01:15:45.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082025-02-25T01:15:45.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092025-02-25T01:15:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17102025-02-25T01:15:46.019Z
17112025-02-25T01:15:46.019Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17122025-02-25T01:15:46.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132025-02-25T01:15:46.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142025-02-25T01:15:46.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152025-02-25T01:15:46.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17162025-02-25T01:15:46.469Z
17172025-02-25T01:15:46.469Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17182025-02-25T01:15:46.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192025-02-25T01:15:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202025-02-25T01:15:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17212025-02-25T01:15:46.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17222025-02-25T01:15:46.913Z
17232025-02-25T01:15:46.913Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17242025-02-25T01:15:47.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17252025-02-25T01:15:47.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17262025-02-25T01:15:47.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17272025-02-25T01:15:47.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17282025-02-25T01:15:47.365Z
17292025-02-25T01:15:47.365Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17302025-02-25T01:15:47.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17312025-02-25T01:15:47.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17322025-02-25T01:15:47.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17332025-02-25T01:15:47.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17342025-02-25T01:15:47.810Z
17352025-02-25T01:15:47.810Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17362025-02-25T01:15:48.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17372025-02-25T01:15:48.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17382025-02-25T01:15:48.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17392025-02-25T01:15:48.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17402025-02-25T01:15:48.262Z
17412025-02-25T01:15:48.262Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17422025-02-25T01:15:48.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17432025-02-25T01:15:48.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17442025-02-25T01:15:48.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17452025-02-25T01:15:48.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17462025-02-25T01:15:48.791Z
17472025-02-25T01:15:48.791Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17482025-02-25T01:15:49.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17492025-02-25T01:15:49.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17502025-02-25T01:15:49.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17512025-02-25T01:15:49.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17522025-02-25T01:15:49.163Z
17532025-02-25T01:15:49.163Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17542025-02-25T01:15:49.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17552025-02-25T01:15:49.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17562025-02-25T01:15:49.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17572025-02-25T01:15:49.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17582025-02-25T01:15:49.609Z
17592025-02-25T01:15:49.609Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17602025-02-25T01:15:50.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17612025-02-25T01:15:50.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17622025-02-25T01:15:50.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17632025-02-25T01:15:50.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17642025-02-25T01:15:50.068Z
17652025-02-25T01:15:50.069Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17662025-02-25T01:15:50.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17672025-02-25T01:15:50.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17682025-02-25T01:15:50.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17692025-02-25T01:15:50.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17702025-02-25T01:15:50.521Z
17712025-02-25T01:15:50.521Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17722025-02-25T01:15:50.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17732025-02-25T01:15:50.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17742025-02-25T01:15:50.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17752025-02-25T01:15:50.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17762025-02-25T01:15:50.985Z
17772025-02-25T01:15:50.985Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17782025-02-25T01:15:51.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17792025-02-25T01:15:51.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17802025-02-25T01:15:51.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17812025-02-25T01:15:51.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17822025-02-25T01:15:51.444Z
17832025-02-25T01:15:51.444Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17842025-02-25T01:15:51.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17852025-02-25T01:15:51.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17862025-02-25T01:15:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17872025-02-25T01:15:51.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882025-02-25T01:15:51.907Z
17892025-02-25T01:15:51.907Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17902025-02-25T01:15:52.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17912025-02-25T01:15:52.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17922025-02-25T01:15:52.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17932025-02-25T01:15:52.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17942025-02-25T01:15:52.372Z
17952025-02-25T01:15:52.373Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
17962025-02-25T01:15:52.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972025-02-25T01:15:52.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982025-02-25T01:15:52.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992025-02-25T01:15:52.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18002025-02-25T01:15:52.834Z
18012025-02-25T01:15:52.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18022025-02-25T01:15:53.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032025-02-25T01:15:53.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042025-02-25T01:15:53.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052025-02-25T01:15:53.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18062025-02-25T01:15:53.293Z
18072025-02-25T01:15:53.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18082025-02-25T01:15:53.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092025-02-25T01:15:53.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102025-02-25T01:15:53.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112025-02-25T01:15:53.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18122025-02-25T01:15:53.758Z
18132025-02-25T01:15:53.758Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18142025-02-25T01:15:54.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152025-02-25T01:15:54.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162025-02-25T01:15:54.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172025-02-25T01:15:54.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18182025-02-25T01:15:54.229Z
18192025-02-25T01:15:54.229Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18202025-02-25T01:15:54.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212025-02-25T01:15:54.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222025-02-25T01:15:54.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232025-02-25T01:15:54.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242025-02-25T01:15:54.705Z
18252025-02-25T01:15:54.705Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18262025-02-25T01:15:55.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272025-02-25T01:15:55.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282025-02-25T01:15:55.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292025-02-25T01:15:55.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18302025-02-25T01:15:55.170Z
18312025-02-25T01:15:55.170Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18322025-02-25T01:15:55.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332025-02-25T01:15:55.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342025-02-25T01:15:55.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352025-02-25T01:15:55.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18362025-02-25T01:15:55.628Z
18372025-02-25T01:15:55.628Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18382025-02-25T01:15:56.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392025-02-25T01:15:56.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402025-02-25T01:15:56.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412025-02-25T01:15:56.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18422025-02-25T01:15:56.106Z
18432025-02-25T01:15:56.106Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18442025-02-25T01:15:56.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452025-02-25T01:15:56.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462025-02-25T01:15:56.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472025-02-25T01:15:56.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482025-02-25T01:15:56.573Z
18492025-02-25T01:15:56.573Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18502025-02-25T01:15:56.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512025-02-25T01:15:56.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522025-02-25T01:15:56.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532025-02-25T01:15:56.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542025-02-25T01:15:57.029Z
18552025-02-25T01:15:57.030Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18562025-02-25T01:15:57.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572025-02-25T01:15:57.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582025-02-25T01:15:57.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592025-02-25T01:15:57.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602025-02-25T01:15:57.482Z
18612025-02-25T01:15:57.482Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18622025-02-25T01:15:57.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632025-02-25T01:15:57.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642025-02-25T01:15:57.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652025-02-25T01:15:57.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662025-02-25T01:15:57.932Z
18672025-02-25T01:15:57.933Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18682025-02-25T01:15:58.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692025-02-25T01:15:58.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702025-02-25T01:15:58.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712025-02-25T01:15:58.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722025-02-25T01:15:58.378Z
18732025-02-25T01:15:58.378Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18742025-02-25T01:15:58.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752025-02-25T01:15:58.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762025-02-25T01:15:58.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772025-02-25T01:15:58.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782025-02-25T01:15:58.831Z
18792025-02-25T01:15:58.831Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18802025-02-25T01:15:59.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812025-02-25T01:15:59.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822025-02-25T01:15:59.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832025-02-25T01:15:59.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842025-02-25T01:15:59.279Z
18852025-02-25T01:15:59.279Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18862025-02-25T01:15:59.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872025-02-25T01:15:59.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882025-02-25T01:15:59.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892025-02-25T01:15:59.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902025-02-25T01:15:59.731Z
18912025-02-25T01:15:59.731Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18922025-02-25T01:16:00.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932025-02-25T01:16:00.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942025-02-25T01:16:00.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952025-02-25T01:16:00.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962025-02-25T01:16:00.184Z
18972025-02-25T01:16:00.184Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
18982025-02-25T01:16:00.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992025-02-25T01:16:00.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002025-02-25T01:16:00.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012025-02-25T01:16:00.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022025-02-25T01:16:00.636Z
19032025-02-25T01:16:00.636Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19042025-02-25T01:16:01.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052025-02-25T01:16:01.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062025-02-25T01:16:01.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072025-02-25T01:16:01.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082025-02-25T01:16:01.087Z
19092025-02-25T01:16:01.087Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19102025-02-25T01:16:01.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112025-02-25T01:16:01.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122025-02-25T01:16:01.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132025-02-25T01:16:01.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142025-02-25T01:16:01.538Z
19152025-02-25T01:16:01.538Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19162025-02-25T01:16:01.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172025-02-25T01:16:01.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182025-02-25T01:16:01.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192025-02-25T01:16:01.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202025-02-25T01:16:02.002Z
19212025-02-25T01:16:02.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19222025-02-25T01:16:02.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232025-02-25T01:16:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242025-02-25T01:16:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252025-02-25T01:16:02.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262025-02-25T01:16:02.459Z
19272025-02-25T01:16:02.459Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19282025-02-25T01:16:02.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292025-02-25T01:16:02.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302025-02-25T01:16:02.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312025-02-25T01:16:02.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322025-02-25T01:16:02.911Z
19332025-02-25T01:16:02.911Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19342025-02-25T01:16:03.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352025-02-25T01:16:03.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362025-02-25T01:16:03.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372025-02-25T01:16:03.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382025-02-25T01:16:03.365Z
19392025-02-25T01:16:03.365Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19402025-02-25T01:16:03.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412025-02-25T01:16:03.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422025-02-25T01:16:03.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432025-02-25T01:16:03.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19442025-02-25T01:16:04.023Z
19452025-02-25T01:16:04.023Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19462025-02-25T01:16:04.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472025-02-25T01:16:04.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482025-02-25T01:16:04.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492025-02-25T01:16:04.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
19502025-02-25T01:16:04.685Z
19512025-02-25T01:16:04.685Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19522025-02-25T01:16:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532025-02-25T01:16:05.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542025-02-25T01:16:05.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552025-02-25T01:16:05.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19562025-02-25T01:16:05.337Z
19572025-02-25T01:16:05.337Zinfo: running `cargo check --bins` on oxlog (48/199)
19582025-02-25T01:16:05.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592025-02-25T01:16:05.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602025-02-25T01:16:05.981Z Checking cfg-if v1.0.0
19612025-02-25T01:16:05.985Z Checking libc v0.2.170
19622025-02-25T01:16:06.095Z Checking serde v1.0.218
19632025-02-25T01:16:06.098Z Checking zeroize v1.8.1
19642025-02-25T01:16:06.115Z Checking memchr v2.7.4
19652025-02-25T01:16:06.127Z Checking typenum v1.17.0
19662025-02-25T01:16:06.139Z Checking subtle v2.6.1
19672025-02-25T01:16:06.156Z Checking value-bag v1.9.0
19682025-02-25T01:16:06.172Z Checking scopeguard v1.2.0
19692025-02-25T01:16:06.317Z Checking smallvec v1.14.0
19702025-02-25T01:16:06.331Z Checking lock_api v0.4.12
19712025-02-25T01:16:06.386Z Checking itoa v1.0.11
19722025-02-25T01:16:06.558Z Checking log v0.4.22
19732025-02-25T01:16:06.625Z Checking const-oid v0.9.6
19742025-02-25T01:16:06.647Z Checking byteorder v1.5.0
19752025-02-25T01:16:06.713Z Checking pin-project-lite v0.2.14
19762025-02-25T01:16:06.846Z Checking once_cell v1.20.3
19772025-02-25T01:16:06.962Z Checking futures-core v0.3.31
19782025-02-25T01:16:07.041Z Checking cpufeatures v0.2.14
19792025-02-25T01:16:07.065Z Checking stable_deref_trait v1.2.0
19802025-02-25T01:16:07.097Z Checking getrandom v0.2.15
19812025-02-25T01:16:07.139Z Checking signal-hook-registry v1.4.2
19822025-02-25T01:16:07.142Z Checking parking_lot_core v0.9.10
19832025-02-25T01:16:07.142Z Checking mio v1.0.2
19842025-02-25T01:16:07.182Z Checking futures-sink v0.3.31
19852025-02-25T01:16:07.184Z Checking generic-array v0.14.7
19862025-02-25T01:16:07.319Z Checking socket2 v0.5.8
19872025-02-25T01:16:07.336Z Checking rand_core v0.6.4
19882025-02-25T01:16:07.406Z Checking zerocopy v0.7.35
19892025-02-25T01:16:07.456Z Checking parking_lot v0.12.3
19902025-02-25T01:16:07.641Z Checking slab v0.4.9
19912025-02-25T01:16:07.708Z Checking zerofrom v0.1.4
19922025-02-25T01:16:07.793Z Checking futures-channel v0.3.31
19932025-02-25T01:16:07.810Z Checking pin-utils v0.1.0
19942025-02-25T01:16:07.901Z Checking futures-task v0.3.31
19952025-02-25T01:16:07.901Z Checking futures-io v0.3.31
19962025-02-25T01:16:07.930Z Checking yoke v0.7.4
19972025-02-25T01:16:08.101Z Checking foldhash v0.1.3
19982025-02-25T01:16:08.127Z Checking allocator-api2 v0.2.18
19992025-02-25T01:16:08.144Z Checking futures-util v0.3.31
20002025-02-25T01:16:08.245Z Checking zerovec v0.10.4
20012025-02-25T01:16:08.279Z Checking crypto-common v0.1.6
20022025-02-25T01:16:08.304Z Checking block-buffer v0.10.4
20032025-02-25T01:16:08.478Z Checking equivalent v1.0.1
20042025-02-25T01:16:08.494Z Checking block-padding v0.3.3
20052025-02-25T01:16:08.526Z Checking digest v0.10.7
20062025-02-25T01:16:08.593Z Checking ryu v1.0.18
20072025-02-25T01:16:08.627Z Checking ppv-lite86 v0.2.20
20082025-02-25T01:16:08.697Z Checking inout v0.1.3
20092025-02-25T01:16:08.724Z Checking hashbrown v0.15.1
20102025-02-25T01:16:08.835Z Checking writeable v0.5.5
20112025-02-25T01:16:08.890Z Checking hmac v0.12.1
20122025-02-25T01:16:08.918Z Checking litemap v0.7.3
20132025-02-25T01:16:09.108Z Checking fnv v1.0.7
20142025-02-25T01:16:09.165Z Checking cipher v0.4.4
20152025-02-25T01:16:09.243Z Checking sha2 v0.10.8
20162025-02-25T01:16:09.259Z Checking libm v0.2.8
20172025-02-25T01:16:09.307Z Checking base64ct v1.6.0
20182025-02-25T01:16:09.548Z Checking icu_locid_transform_data v1.5.0
20192025-02-25T01:16:09.649Z Checking flagset v0.4.6
20202025-02-25T01:16:09.748Z Checking tracing-core v0.1.32
20212025-02-25T01:16:09.761Z Checking pem-rfc7468 v0.7.0
20222025-02-25T01:16:09.779Z Checking tinystr v0.7.6
20232025-02-25T01:16:09.779Z Checking icu_collections v1.5.0
20242025-02-25T01:16:09.847Z Checking thiserror v1.0.69
20252025-02-25T01:16:09.992Z Checking percent-encoding v2.3.1
20262025-02-25T01:16:10.035Z Checking der v0.7.9
20272025-02-25T01:16:10.102Z Checking icu_locid v1.5.0
20282025-02-25T01:16:10.173Z Checking num-traits v0.2.19
20292025-02-25T01:16:10.207Z Checking icu_properties_data v1.5.0
20302025-02-25T01:16:10.370Z Checking rustls-pki-types v1.10.0
20312025-02-25T01:16:10.416Z Checking tracing v0.1.40
20322025-02-25T01:16:10.446Z Checking salsa20 v0.10.2
20332025-02-25T01:16:10.548Z Checking bytes v1.9.0
20342025-02-25T01:16:10.660Z Checking indexmap v2.7.1
20352025-02-25T01:16:10.772Z Checking serde_json v1.0.139
20362025-02-25T01:16:10.918Z Checking bitflags v2.6.0
20372025-02-25T01:16:11.014Z Checking icu_provider v1.5.0
20382025-02-25T01:16:11.237Z Checking pbkdf2 v0.12.2
20392025-02-25T01:16:11.346Z Checking tokio v1.43.0
20402025-02-25T01:16:11.418Z Checking http v1.2.0
20412025-02-25T01:16:11.660Z Checking icu_locid_transform v1.5.0
20422025-02-25T01:16:11.676Z Checking aws-lc-sys v0.22.0
20432025-02-25T01:16:11.759Z Checking spki v0.7.3
20442025-02-25T01:16:11.889Z Checking httparse v1.9.5
20452025-02-25T01:16:12.047Z Checking write16 v1.0.0
20462025-02-25T01:16:12.187Z Checking utf8_iter v1.0.4
20472025-02-25T01:16:12.340Z Checking untrusted v0.9.0
20482025-02-25T01:16:12.384Z Checking mirai-annotations v1.12.0
20492025-02-25T01:16:12.402Z Checking utf16_iter v1.0.5
20502025-02-25T01:16:12.510Z Checking icu_normalizer_data v1.5.0
20512025-02-25T01:16:12.563Z Checking powerfmt v0.2.0
20522025-02-25T01:16:12.563Z Checking untrusted v0.7.1
20532025-02-25T01:16:12.598Z Checking ring v0.17.11
20542025-02-25T01:16:12.614Z Checking icu_properties v1.5.1
20552025-02-25T01:16:12.617Z Checking scrypt v0.11.0
20562025-02-25T01:16:12.653Z Checking cbc v0.1.2
20572025-02-25T01:16:12.744Z Checking aes v0.8.4
20582025-02-25T01:16:12.825Z Checking deranged v0.3.11
20592025-02-25T01:16:12.842Z Checking rand_chacha v0.3.1
20602025-02-25T01:16:12.857Z Checking crossbeam-utils v0.8.20
20612025-02-25T01:16:13.241Z Checking spin v0.9.8
20622025-02-25T01:16:13.558Z Checking atomic-waker v1.1.2
20632025-02-25T01:16:13.575Z Checking time-core v0.1.2
20642025-02-25T01:16:13.646Z Checking tinyvec_macros v0.1.1
20652025-02-25T01:16:13.703Z Checking num-conv v0.1.0
20662025-02-25T01:16:13.738Z Checking num_threads v0.1.7
20672025-02-25T01:16:13.752Z Checking tinyvec v1.8.0
20682025-02-25T01:16:13.767Z Checking aws-lc-rs v1.10.0
20692025-02-25T01:16:13.849Z Checking pkcs5 v0.7.1
20702025-02-25T01:16:13.945Z Checking rand v0.8.5
20712025-02-25T01:16:14.086Z Checking time v0.3.36
20722025-02-25T01:16:14.372Z Checking http-body v1.0.1
20732025-02-25T01:16:14.597Z Checking form_urlencoded v1.2.1
20742025-02-25T01:16:14.813Z Checking try-lock v0.2.5
20752025-02-25T01:16:14.818Z Checking pkcs8 v0.10.2
20762025-02-25T01:16:14.961Z Checking want v0.3.1
20772025-02-25T01:16:15.001Z Checking uuid v1.12.0
20782025-02-25T01:16:15.128Z Checking httpdate v1.0.3
20792025-02-25T01:16:15.146Z Checking unicode-ident v1.0.14
20802025-02-25T01:16:15.187Z Checking tower-service v0.3.3
20812025-02-25T01:16:15.322Z Checking proc-macro2 v1.0.93
20822025-02-25T01:16:15.340Z Checking toml_datetime v0.6.8
20832025-02-25T01:16:15.383Z Checking serde_spanned v0.6.8
20842025-02-25T01:16:15.420Z Checking rustls-webpki v0.102.8
20852025-02-25T01:16:15.574Z Checking zerocopy v0.8.10
20862025-02-25T01:16:15.590Z Checking getrandom v0.3.1
20872025-02-25T01:16:15.611Z Checking slog v2.7.0
20882025-02-25T01:16:15.828Z Checking scroll v0.12.0
20892025-02-25T01:16:15.865Z Checking icu_normalizer v1.5.0
20902025-02-25T01:16:15.997Z Checking ucd-trie v0.1.7
20912025-02-25T01:16:16.058Z Checking match_cfg v0.1.0
20922025-02-25T01:16:16.146Z Checking foreign-types-shared v0.1.1
20932025-02-25T01:16:16.164Z Checking iana-time-zone v0.1.61
20942025-02-25T01:16:16.204Z Checking base64 v0.22.1
20952025-02-25T01:16:16.260Z Checking plain v0.2.3
20962025-02-25T01:16:16.294Z Checking adler2 v2.0.0
20972025-02-25T01:16:16.312Z Checking chrono v0.4.39
20982025-02-25T01:16:16.408Z Checking goblin v0.8.2
20992025-02-25T01:16:16.427Z Checking foreign-types v0.3.2
21002025-02-25T01:16:16.466Z Checking miniz_oxide v0.8.0
21012025-02-25T01:16:16.522Z Checking pest v2.7.14
21022025-02-25T01:16:16.651Z Checking idna_adapter v1.2.0
21032025-02-25T01:16:16.697Z Checking hostname v0.3.1
21042025-02-25T01:16:16.829Z Checking idna v1.0.3
21052025-02-25T01:16:16.845Z Checking quote v1.0.38
21062025-02-25T01:16:17.159Z Checking openssl-sys v0.9.106
21072025-02-25T01:16:17.215Z Checking errno v0.3.9
21082025-02-25T01:16:17.321Z Checking url v2.5.3
21092025-02-25T01:16:17.389Z Checking dirs-sys-next v0.1.2
21102025-02-25T01:16:17.572Z Checking aho-corasick v1.1.3
21112025-02-25T01:16:18.032Z Checking tokio-util v0.7.12
21122025-02-25T01:16:18.178Z Checking regex-syntax v0.8.5
21132025-02-25T01:16:18.228Z Checking pretty-hex v0.4.1
21142025-02-25T01:16:18.258Z Checking siphasher v0.3.11
21152025-02-25T01:16:18.289Z Checking rand_core v0.9.2
21162025-02-25T01:16:18.406Z Checking data-encoding v2.6.0
21172025-02-25T01:16:18.538Z Compiling newtype-uuid v1.2.1
21182025-02-25T01:16:18.633Z Checking either v1.13.0
21192025-02-25T01:16:18.867Z Checking h2 v0.4.6
21202025-02-25T01:16:18.889Z Checking rand_chacha v0.9.0
21212025-02-25T01:16:18.938Z Checking openssl v0.10.71
21222025-02-25T01:16:18.964Z Checking dirs-next v2.0.0
21232025-02-25T01:16:19.069Z Checking dtrace-parser v0.2.0
21242025-02-25T01:16:19.093Z Checking rustix v0.38.37
21252025-02-25T01:16:19.143Z Checking syn v2.0.96
21262025-02-25T01:16:19.266Z Checking unicode-normalization v0.1.24
21272025-02-25T01:16:19.563Z Checking http-body-util v0.1.2
21282025-02-25T01:16:19.968Z Checking crossbeam-epoch v0.9.18
21292025-02-25T01:16:20.218Z Checking signature v2.2.0
21302025-02-25T01:16:20.391Z Checking sha1 v0.10.6
21312025-02-25T01:16:20.427Z Checking thread_local v1.1.8
21322025-02-25T01:16:20.676Z Checking thread-id v4.2.2
21332025-02-25T01:16:20.716Z Checking encoding_rs v0.8.34
21342025-02-25T01:16:20.793Z Checking openssl-probe v0.1.5
21352025-02-25T01:16:20.970Z Checking winnow v0.6.20
21362025-02-25T01:16:21.172Z Checking dof v0.3.0
21372025-02-25T01:16:21.287Z Checking regex-automata v0.4.8
21382025-02-25T01:16:21.836Z Checking gimli v0.31.1
21392025-02-25T01:16:22.416Z Checking unicode-properties v0.1.3
21402025-02-25T01:16:22.808Z Checking utf8parse v0.2.2
21412025-02-25T01:16:22.977Z Checking unicode-bidi v0.3.17
21422025-02-25T01:16:23.015Z Checking anstyle v1.0.10
21432025-02-25T01:16:23.357Z Checking ipnet v2.10.1
21442025-02-25T01:16:23.603Z Checking mime v0.3.17
21452025-02-25T01:16:23.647Z Checking toml_edit v0.22.22
21462025-02-25T01:16:23.809Z Checking stringprep v0.1.5
21472025-02-25T01:16:23.897Z Checking anstyle-parse v0.2.5
21482025-02-25T01:16:24.042Z Checking native-tls v0.2.12
21492025-02-25T01:16:24.093Z Checking crossbeam-deque v0.8.5
21502025-02-25T01:16:24.173Z Checking rand v0.9.0
21512025-02-25T01:16:24.366Z Checking term v0.7.0
21522025-02-25T01:16:24.407Z Checking slog-json v2.6.1
21532025-02-25T01:16:24.652Z Checking rustls v0.23.19
21542025-02-25T01:16:24.786Z Checking rustls v0.22.4
21552025-02-25T01:16:24.831Z Checking hyper v1.5.2
21562025-02-25T01:16:25.217Z Checking serde_urlencoded v0.7.1
21572025-02-25T01:16:25.236Z Checking usdt-impl v0.5.0
21582025-02-25T01:16:25.561Z Checking crossbeam-channel v0.5.13
21592025-02-25T01:16:25.579Z Checking addr2line v0.24.2
21602025-02-25T01:16:25.617Z Checking futures-executor v0.3.31
21612025-02-25T01:16:25.773Z Checking num-integer v0.1.46
21622025-02-25T01:16:25.859Z Checking rustls-pemfile v2.2.0
21632025-02-25T01:16:26.089Z Checking semver v1.0.25
21642025-02-25T01:16:26.129Z Checking md-5 v0.10.6
21652025-02-25T01:16:26.250Z Checking ff v0.13.0
21662025-02-25T01:16:26.267Z Checking is-terminal v0.4.13
21672025-02-25T01:16:26.285Z Checking memmap v0.7.0
21682025-02-25T01:16:26.357Z Checking hash32 v0.2.1
21692025-02-25T01:16:26.405Z Checking object v0.36.5
21702025-02-25T01:16:26.452Z Checking quick-error v1.2.3
21712025-02-25T01:16:26.515Z Checking is_terminal_polyfill v1.70.1
21722025-02-25T01:16:26.533Z Checking colorchoice v1.0.2
21732025-02-25T01:16:26.590Z Checking utf-8 v0.7.6
21742025-02-25T01:16:26.650Z Checking fallible-iterator v0.2.0
21752025-02-25T01:16:26.666Z Checking base16ct v0.2.0
21762025-02-25T01:16:26.670Z Checking psl-types v2.0.11
21772025-02-25T01:16:26.781Z Checking hyper-util v0.1.10
21782025-02-25T01:16:26.805Z Checking take_mut v0.2.2
21792025-02-25T01:16:26.851Z Checking anstyle-query v1.1.1
21802025-02-25T01:16:26.884Z Checking dyn-clone v1.0.18
21812025-02-25T01:16:26.950Z Checking linked-hash-map v0.5.6
21822025-02-25T01:16:26.986Z Checking rustc-demangle v0.1.24
21832025-02-25T01:16:27.034Z Checking schemars v0.8.21
21842025-02-25T01:16:27.221Z Checking postgres-protocol v0.6.8
21852025-02-25T01:16:27.260Z Checking lru-cache v0.1.2
21862025-02-25T01:16:27.432Z Checking anstream v0.6.15
21872025-02-25T01:16:27.450Z Checking slog-async v2.8.0
21882025-02-25T01:16:27.741Z Checking sec1 v0.7.3
21892025-02-25T01:16:27.811Z Checking publicsuffix v2.3.0
21902025-02-25T01:16:27.893Z Checking tungstenite v0.24.0
21912025-02-25T01:16:28.094Z Checking heapless v0.7.17
21922025-02-25T01:16:28.136Z Checking resolv-conf v0.7.0
21932025-02-25T01:16:28.175Z Checking tokio-rustls v0.25.0
21942025-02-25T01:16:28.488Z Checking usdt v0.5.0
21952025-02-25T01:16:28.553Z Checking group v0.13.0
21962025-02-25T01:16:28.584Z Checking slog-term v2.9.1
21972025-02-25T01:16:28.706Z Checking toml v0.8.19
21982025-02-25T01:16:28.733Z Checking num-iter v0.1.45
21992025-02-25T01:16:28.767Z Checking futures v0.3.31
22002025-02-25T01:16:28.793Z Checking slog-bunyan v2.5.0
22012025-02-25T01:16:28.880Z Checking rayon-core v1.12.1
22022025-02-25T01:16:28.903Z Checking tokio-native-tls v0.3.1
22032025-02-25T01:16:28.969Z Checking multer v3.1.0
22042025-02-25T01:16:29.060Z Checking hickory-proto v0.24.3
22052025-02-25T01:16:29.086Z Checking terminal_size v0.4.0
22062025-02-25T01:16:29.265Z Checking phf_shared v0.11.2
22072025-02-25T01:16:29.376Z Checking cookie v0.18.1
22082025-02-25T01:16:29.396Z Checking async-stream v0.3.6
22092025-02-25T01:16:29.416Z Checking bzip2-sys v0.1.11+1.0.8
22102025-02-25T01:16:29.521Z Checking camino v1.1.9
22112025-02-25T01:16:29.539Z Checking signal-hook v0.3.17
22122025-02-25T01:16:29.554Z Checking waitgroup v0.1.2
22132025-02-25T01:16:29.577Z Checking lazy_static v1.5.0
22142025-02-25T01:16:29.707Z Checking openapiv3 v2.0.0
22152025-02-25T01:16:29.725Z Checking webpki-roots v0.26.6
22162025-02-25T01:16:29.742Z Checking tokio-rustls v0.26.0
22172025-02-25T01:16:29.811Z Checking serde_path_to_error v0.1.16
22182025-02-25T01:16:29.866Z Checking hkdf v0.12.4
22192025-02-25T01:16:29.922Z Checking crypto-bigint v0.5.5
22202025-02-25T01:16:30.042Z Checking sync_wrapper v1.0.1
22212025-02-25T01:16:30.090Z Checking hostname v0.4.0
22222025-02-25T01:16:30.133Z Checking crc32fast v1.4.2
22232025-02-25T01:16:30.192Z Checking bitflags v1.3.2
22242025-02-25T01:16:30.234Z Checking managed v0.8.0
22252025-02-25T01:16:30.298Z Checking winnow v0.5.40
22262025-02-25T01:16:30.365Z Checking clap_lex v0.7.4
22272025-02-25T01:16:30.400Z Checking tower-layer v0.3.3
22282025-02-25T01:16:30.616Z Checking debug-ignore v1.0.5
22292025-02-25T01:16:30.637Z Checking unicode-width v0.2.0
22302025-02-25T01:16:30.668Z Checking strsim v0.11.1
22312025-02-25T01:16:30.752Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22322025-02-25T01:16:30.960Z Checking clap_builder v4.5.30
22332025-02-25T01:16:31.061Z Checking tower v0.5.2
22342025-02-25T01:16:31.139Z Checking console v0.15.10
22352025-02-25T01:16:31.732Z Checking smoltcp v0.9.1
22362025-02-25T01:16:31.782Z Checking flate2 v1.0.35
22372025-02-25T01:16:32.371Z Checking backtrace v0.3.74
22382025-02-25T01:16:32.426Z Checking hyper-rustls v0.27.3
22392025-02-25T01:16:32.682Z Checking elliptic-curve v0.13.8
22402025-02-25T01:16:32.767Z Checking signal-hook-mio v0.2.4
22412025-02-25T01:16:32.875Z Checking dropshot v0.12.0
22422025-02-25T01:16:32.903Z Checking cookie_store v0.21.1
22432025-02-25T01:16:32.932Z Checking anyhow v1.0.96
22442025-02-25T01:16:33.052Z Checking toml_edit v0.19.15
22452025-02-25T01:16:33.148Z Checking num-bigint-dig v0.8.4
22462025-02-25T01:16:33.289Z Checking bzip2 v0.4.4
22472025-02-25T01:16:33.306Z Checking phf v0.11.2
22482025-02-25T01:16:33.569Z Checking rayon v1.10.0
22492025-02-25T01:16:33.587Z Checking hyper-tls v0.6.0
22502025-02-25T01:16:33.587Z Checking tokio-tungstenite v0.24.0
22512025-02-25T01:16:33.620Z Checking hickory-resolver v0.24.3
22522025-02-25T01:16:33.881Z Checking postgres-types v0.2.8
22532025-02-25T01:16:33.952Z Checking regex v1.11.1
22542025-02-25T01:16:34.044Z Checking bstr v1.10.0
22552025-02-25T01:16:34.527Z Checking ed25519 v2.2.3
22562025-02-25T01:16:34.583Z Checking tokio-stream v0.1.17
22572025-02-25T01:16:34.847Z Checking phf_shared v0.10.0
22582025-02-25T01:16:34.924Z Checking zerocopy v0.6.6
22592025-02-25T01:16:35.122Z Checking curve25519-dalek v4.1.3
22602025-02-25T01:16:35.139Z Checking hubpack v0.1.2
22612025-02-25T01:16:35.240Z Checking memoffset v0.9.1
22622025-02-25T01:16:35.359Z Checking portable-atomic v1.9.0
22632025-02-25T01:16:35.377Z Checking pkcs1 v0.7.5
22642025-02-25T01:16:35.439Z Checking float-cmp v0.10.0
22652025-02-25T01:16:35.519Z Checking serde-big-array v0.5.1
22662025-02-25T01:16:35.566Z Checking rfc6979 v0.4.0
22672025-02-25T01:16:35.632Z Checking precomputed-hash v0.1.1
22682025-02-25T01:16:35.734Z Checking static_assertions v1.1.0
22692025-02-25T01:16:35.753Z Checking normalize-line-endings v0.3.0
22702025-02-25T01:16:36.119Z Checking number_prefix v0.4.0
22712025-02-25T01:16:36.143Z Checking bit-vec v0.6.3
22722025-02-25T01:16:36.143Z Checking predicates-core v1.0.8
22732025-02-25T01:16:36.143Z Checking new_debug_unreachable v1.0.6
22742025-02-25T01:16:36.143Z Checking whoami v1.5.2
22752025-02-25T01:16:36.143Z Checking difflib v0.4.0
22762025-02-25T01:16:36.143Z Checking fixedbitset v0.4.2
22772025-02-25T01:16:36.143Z Checking unicode-segmentation v1.12.0
22782025-02-25T01:16:36.251Z Checking minimal-lexical v0.2.1
22792025-02-25T01:16:36.272Z Checking qorb v0.2.1
22802025-02-25T01:16:36.299Z Checking petgraph v0.6.5
22812025-02-25T01:16:36.324Z Checking predicates v3.1.3
22822025-02-25T01:16:36.374Z Checking tokio-postgres v0.7.12
22832025-02-25T01:16:36.677Z Checking nom v7.1.3
22842025-02-25T01:16:36.845Z Checking similar v2.6.0
22852025-02-25T01:16:36.953Z Checking bit-set v0.5.3
22862025-02-25T01:16:36.988Z Checking ed25519-dalek v2.1.1
22872025-02-25T01:16:37.150Z Checking indicatif v0.17.11
22882025-02-25T01:16:37.214Z Checking string_cache v0.8.7
22892025-02-25T01:16:37.403Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22902025-02-25T01:16:37.498Z Checking rsa v0.9.6
22912025-02-25T01:16:37.649Z Checking ecdsa v0.16.9
22922025-02-25T01:16:37.912Z Checking toml v0.7.8
22932025-02-25T01:16:38.370Z Checking nix v0.29.0
22942025-02-25T01:16:38.490Z Checking clap v4.5.30
22952025-02-25T01:16:38.558Z Checking reqwest v0.12.12
22962025-02-25T01:16:38.606Z Checking zip v0.6.6
22972025-02-25T01:16:38.693Z Checking crossterm v0.28.1
22982025-02-25T01:16:39.245Z Checking ahash v0.8.11
22992025-02-25T01:16:39.260Z Checking fs-err v2.11.0
23002025-02-25T01:16:39.274Z Checking itertools v0.14.0
23012025-02-25T01:16:39.357Z Checking itertools v0.12.1
23022025-02-25T01:16:39.708Z Checking itertools v0.10.5
23032025-02-25T01:16:39.810Z Checking x509-cert v0.2.5
23042025-02-25T01:16:39.936Z Checking hex v0.4.3
23052025-02-25T01:16:40.359Z Checking peg-runtime v0.8.3
23062025-02-25T01:16:40.404Z Checking lalrpop-util v0.19.12
23072025-02-25T01:16:40.448Z Checking sigpipe v0.1.3
23082025-02-25T01:16:41.810Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23092025-02-25T01:16:42.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.79s
23102025-02-25T01:16:42.300Z
23112025-02-25T01:16:42.300Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23122025-02-25T01:16:42.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132025-02-25T01:16:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142025-02-25T01:16:43.003Z Compiling hashbrown v0.14.5
23152025-02-25T01:16:43.129Z Checking heck v0.5.0
23162025-02-25T01:16:43.143Z Compiling unsafe-libyaml v0.2.11
23172025-02-25T01:16:43.157Z Checking ipnetwork v0.21.1
23182025-02-25T01:16:43.174Z Compiling ident_case v1.0.1
23192025-02-25T01:16:43.187Z Checking progenitor-client v0.8.0
23202025-02-25T01:16:43.203Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212025-02-25T01:16:43.298Z Checking newtype-uuid v1.2.1
23222025-02-25T01:16:43.352Z Compiling darling_core v0.20.10
23232025-02-25T01:16:43.497Z Checking oxnet v0.1.0
23242025-02-25T01:16:43.552Z Compiling proc-macro-crate v1.3.1
23252025-02-25T01:16:43.573Z Compiling structmeta-derive v0.3.0
23262025-02-25T01:16:43.594Z Compiling thiserror v2.0.11
23272025-02-25T01:16:43.870Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23282025-02-25T01:16:44.122Z Compiling regress v0.10.1
23292025-02-25T01:16:44.246Z Compiling lzma-sys v0.1.20
23302025-02-25T01:16:44.421Z Compiling serde_yaml v0.9.34+deprecated
23312025-02-25T01:16:44.555Z Compiling num_enum_derive v0.5.11
23322025-02-25T01:16:44.889Z Compiling thiserror-impl v2.0.11
23332025-02-25T01:16:44.964Z Compiling foreign-types-macros v0.2.3
23342025-02-25T01:16:46.132Z Compiling structmeta v0.3.0
23352025-02-25T01:16:46.218Z Compiling daft-derive v0.1.1
23362025-02-25T01:16:46.541Z Compiling dropshot v0.15.1
23372025-02-25T01:16:46.776Z Checking arc-swap v1.7.1
23382025-02-25T01:16:46.854Z Checking foreign-types-shared v0.3.1
23392025-02-25T01:16:46.992Z Checking foreign-types v0.5.0
23402025-02-25T01:16:47.178Z Checking num_enum v0.5.11
23412025-02-25T01:16:47.192Z Checking slog-scope v4.4.0
23422025-02-25T01:16:47.341Z Compiling parse-display-derive v0.10.0
23432025-02-25T01:16:47.432Z Compiling proc-macro-error v1.0.4
23442025-02-25T01:16:47.692Z Checking typify-impl v0.2.0
23452025-02-25T01:16:47.761Z Checking daft v0.1.1
23462025-02-25T01:16:48.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23472025-02-25T01:16:48.179Z Checking tungstenite v0.21.0
23482025-02-25T01:16:48.277Z Compiling heck v0.3.3
23492025-02-25T01:16:48.319Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23502025-02-25T01:16:48.616Z Compiling dropshot_endpoint v0.15.1
23512025-02-25T01:16:48.839Z Checking cstr-argument v0.1.2
23522025-02-25T01:16:48.997Z Compiling darling_macro v0.20.10
23532025-02-25T01:16:49.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23542025-02-25T01:16:49.041Z Checking instant v0.1.13
23552025-02-25T01:16:49.139Z Checking base64 v0.21.7
23562025-02-25T01:16:49.173Z Checking fastrand v2.1.1
23572025-02-25T01:16:49.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23582025-02-25T01:16:49.620Z Checking pretty-hex v0.2.1
23592025-02-25T01:16:49.781Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23602025-02-25T01:16:49.804Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23612025-02-25T01:16:49.904Z Compiling darling v0.20.10
23622025-02-25T01:16:49.922Z Checking tempfile v3.13.0
23632025-02-25T01:16:49.951Z Checking backoff v0.4.0
23642025-02-25T01:16:50.031Z Compiling serde_with_macros v3.11.0
23652025-02-25T01:16:50.082Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23662025-02-25T01:16:50.161Z Checking tokio-tungstenite v0.21.0
23672025-02-25T01:16:50.243Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682025-02-25T01:16:50.246Z Compiling zone_cfg_derive v0.1.2
23692025-02-25T01:16:50.304Z Checking strum v0.26.3
23702025-02-25T01:16:50.477Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23712025-02-25T01:16:50.559Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722025-02-25T01:16:50.802Z Checking slog-stdlog v4.1.1
23732025-02-25T01:16:50.904Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23742025-02-25T01:16:50.973Z Checking regress v0.9.1
23752025-02-25T01:16:51.075Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23762025-02-25T01:16:51.217Z Checking progenitor-client v0.9.1
23772025-02-25T01:16:51.222Z Checking parse-display v0.10.0
23782025-02-25T01:16:51.361Z Checking colored v2.1.0
23792025-02-25T01:16:51.544Z Checking macaddr v1.0.1
23802025-02-25T01:16:51.627Z Checking base64 v0.13.1
23812025-02-25T01:16:51.661Z Checking unicode-width v0.1.14
23822025-02-25T01:16:51.887Z Checking zone v0.1.8
23832025-02-25T01:16:52.051Z Checking ron v0.7.1
23842025-02-25T01:16:52.174Z Checking tabwriter v1.4.0
23852025-02-25T01:16:52.409Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23862025-02-25T01:16:52.559Z Checking serde_with v3.11.0
23872025-02-25T01:16:52.599Z Checking slog-envlogger v2.2.0
23882025-02-25T01:16:52.812Z Checking xz2 v0.1.7
23892025-02-25T01:16:52.848Z Checking xattr v1.3.1
23902025-02-25T01:16:53.055Z Checking pem v3.0.5
23912025-02-25T01:16:53.081Z Checking yasna v0.5.2
23922025-02-25T01:16:53.163Z Checking headers-core v0.3.0
23932025-02-25T01:16:53.324Z Checking smf v0.2.3
23942025-02-25T01:16:53.341Z Checking filetime v0.2.25
23952025-02-25T01:16:53.574Z Checking same-file v1.0.6
23962025-02-25T01:16:53.637Z Checking tar v0.4.44
23972025-02-25T01:16:53.765Z Checking walkdir v2.5.0
23982025-02-25T01:16:53.782Z Checking headers v0.4.0
23992025-02-25T01:16:53.930Z Checking rcgen v0.12.1
24002025-02-25T01:16:54.063Z Checking atomicwrites v0.4.4
24012025-02-25T01:16:54.276Z Checking camino-tempfile v1.1.1
24022025-02-25T01:16:54.481Z Checking subprocess v0.2.9
24032025-02-25T01:16:56.915Z Compiling typify-macro v0.2.0
24042025-02-25T01:16:58.414Z Compiling typify v0.2.0
24052025-02-25T01:16:58.484Z Compiling progenitor-impl v0.8.0
24062025-02-25T01:17:00.900Z Compiling progenitor-macro v0.8.0
24072025-02-25T01:17:04.439Z Checking progenitor v0.8.0
24082025-02-25T01:17:04.567Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24092025-02-25T01:17:04.568Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24102025-02-25T01:17:07.113Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24112025-02-25T01:17:07.420Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24122025-02-25T01:17:13.611Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24132025-02-25T01:17:15.119Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24142025-02-25T01:17:16.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
24152025-02-25T01:17:16.541Z
24162025-02-25T01:17:16.541Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24172025-02-25T01:17:17.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24182025-02-25T01:17:17.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24192025-02-25T01:17:17.232Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24202025-02-25T01:17:18.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
24212025-02-25T01:17:18.756Z
24222025-02-25T01:17:18.756Zinfo: running `cargo check --bins` on nexus-config (51/199)
24232025-02-25T01:17:19.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-02-25T01:17:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-02-25T01:17:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24262025-02-25T01:17:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24272025-02-25T01:17:19.426Z
24282025-02-25T01:17:19.426Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24292025-02-25T01:17:19.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-02-25T01:17:20.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-02-25T01:17:20.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322025-02-25T01:17:20.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24332025-02-25T01:17:20.075Z
24342025-02-25T01:17:20.075Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24352025-02-25T01:17:20.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-02-25T01:17:20.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-02-25T01:17:20.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382025-02-25T01:17:20.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24392025-02-25T01:17:20.740Z
24402025-02-25T01:17:20.740Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24412025-02-25T01:17:21.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-02-25T01:17:21.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-02-25T01:17:21.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-02-25T01:17:21.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
24452025-02-25T01:17:21.401Z
24462025-02-25T01:17:21.401Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24472025-02-25T01:17:22.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-02-25T01:17:22.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-02-25T01:17:22.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24502025-02-25T01:17:22.231Z Compiling ipnetwork v0.21.1
24512025-02-25T01:17:22.234Z Compiling progenitor-client v0.8.0
24522025-02-25T01:17:22.234Z Compiling itertools v0.13.0
24532025-02-25T01:17:22.234Z Compiling heapless v0.8.0
24542025-02-25T01:17:22.234Z Compiling thiserror v2.0.11
24552025-02-25T01:17:22.234Z Checking hash32 v0.3.1
24562025-02-25T01:17:22.235Z Compiling instant v0.1.13
24572025-02-25T01:17:22.412Z Compiling smoltcp v0.11.0
24582025-02-25T01:17:22.430Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24592025-02-25T01:17:22.462Z Compiling backoff v0.4.0
24602025-02-25T01:17:22.493Z Compiling dropshot v0.15.1
24612025-02-25T01:17:22.655Z Compiling oxnet v0.1.0
24622025-02-25T01:17:22.807Z Compiling progenitor v0.8.0
24632025-02-25T01:17:22.960Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24642025-02-25T01:17:23.012Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24652025-02-25T01:17:23.029Z Compiling daft v0.1.1
24662025-02-25T01:17:23.491Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24672025-02-25T01:17:23.503Z Compiling serde_with v3.11.0
24682025-02-25T01:17:23.504Z Compiling parse-display v0.10.0
24692025-02-25T01:17:23.504Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702025-02-25T01:17:23.875Z Checking num-rational v0.4.2
24712025-02-25T01:17:23.904Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24722025-02-25T01:17:23.951Z Compiling progenitor-client v0.9.1
24732025-02-25T01:17:24.457Z Compiling regress v0.9.1
24742025-02-25T01:17:24.475Z Compiling phf_generator v0.11.2
24752025-02-25T01:17:24.663Z Checking num-complex v0.4.6
24762025-02-25T01:17:25.076Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24772025-02-25T01:17:25.574Z Compiling macaddr v1.0.1
24782025-02-25T01:17:26.012Z Checking cobs v0.2.3
24792025-02-25T01:17:26.205Z Checking postcard v1.0.10
24802025-02-25T01:17:26.362Z Compiling num v0.4.3
24812025-02-25T01:17:26.568Z Compiling phf_codegen v0.11.2
24822025-02-25T01:17:26.751Z Compiling parse-zoneinfo v0.3.1
24832025-02-25T01:17:26.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24842025-02-25T01:17:27.117Z Compiling float-ord v0.3.2
24852025-02-25T01:17:27.298Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24862025-02-25T01:17:27.620Z Compiling convert_case v0.4.0
24872025-02-25T01:17:28.453Z Compiling derive_more v0.99.19
24882025-02-25T01:17:29.201Z Compiling chrono-tz-build v0.4.0
24892025-02-25T01:17:29.556Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24902025-02-25T01:17:30.322Z Compiling crucible-workspace-hack v0.1.0
24912025-02-25T01:17:30.376Z Compiling chrono-tz v0.10.1
24922025-02-25T01:17:30.396Z Checking newline-converter v0.3.0
24932025-02-25T01:17:30.655Z Checking prettyplease v0.2.29
24942025-02-25T01:17:31.051Z Compiling slog-dtrace v0.3.0
24952025-02-25T01:17:31.290Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
24962025-02-25T01:17:31.547Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24972025-02-25T01:17:31.664Z Checking expectorate v1.1.0
24982025-02-25T01:17:31.840Z Compiling zone_cfg_derive v0.3.0
24992025-02-25T01:17:31.880Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25002025-02-25T01:17:32.240Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25012025-02-25T01:17:32.565Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25022025-02-25T01:17:32.906Z Compiling const_format_proc_macros v0.2.34
25032025-02-25T01:17:32.927Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25042025-02-25T01:17:33.106Z Compiling num-derive v0.4.2
25052025-02-25T01:17:33.220Z Checking highway v1.2.0
25062025-02-25T01:17:33.626Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25072025-02-25T01:17:33.629Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082025-02-25T01:17:33.980Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092025-02-25T01:17:33.998Z Checking zone v0.3.0
25102025-02-25T01:17:34.222Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25112025-02-25T01:17:34.244Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25122025-02-25T01:17:34.744Z Checking const_format v0.2.34
25132025-02-25T01:17:34.956Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
25142025-02-25T01:17:35.103Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152025-02-25T01:17:35.189Z Checking gethostname v0.5.0
25162025-02-25T01:17:35.326Z Checking bcs v0.1.6
25172025-02-25T01:17:35.354Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25182025-02-25T01:17:35.521Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25192025-02-25T01:17:35.756Z Compiling async-recursion v1.1.1
25202025-02-25T01:17:35.803Z Checking nanorand v0.7.0
25212025-02-25T01:17:35.911Z Checking termtree v0.5.1
25222025-02-25T01:17:36.176Z Checking flume v0.11.1
25232025-02-25T01:17:36.766Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242025-02-25T01:17:36.768Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252025-02-25T01:17:37.100Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25262025-02-25T01:17:37.498Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25272025-02-25T01:17:43.084Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282025-02-25T01:17:46.290Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25292025-02-25T01:17:48.774Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25302025-02-25T01:17:49.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.58s
25312025-02-25T01:17:50.173Z
25322025-02-25T01:17:50.173Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25332025-02-25T01:17:50.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342025-02-25T01:17:50.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352025-02-25T01:17:50.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362025-02-25T01:17:50.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
25372025-02-25T01:17:50.838Z
25382025-02-25T01:17:50.838Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25392025-02-25T01:17:51.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402025-02-25T01:17:51.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412025-02-25T01:17:51.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422025-02-25T01:17:51.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
25432025-02-25T01:17:51.520Z
25442025-02-25T01:17:51.520Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25452025-02-25T01:17:52.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462025-02-25T01:17:52.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472025-02-25T01:17:52.207Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482025-02-25T01:17:52.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
25492025-02-25T01:17:53.027Z
25502025-02-25T01:17:53.027Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25512025-02-25T01:17:53.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522025-02-25T01:17:53.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532025-02-25T01:17:53.745Z Compiling cfg_aliases v0.1.1
25542025-02-25T01:17:53.748Z Compiling vte_generate_state_changes v0.1.2
25552025-02-25T01:17:53.748Z Checking fd-lock v4.0.2
25562025-02-25T01:17:53.748Z Checking nibble_vec v0.1.0
25572025-02-25T01:17:53.850Z Checking bytecount v0.6.8
25582025-02-25T01:17:53.853Z Checking endian-type v0.1.2
25592025-02-25T01:17:53.885Z Compiling tabled_derive v0.7.0
25602025-02-25T01:17:53.927Z Compiling peg-macros v0.8.4
25612025-02-25T01:17:53.929Z Compiling nix v0.28.0
25622025-02-25T01:17:54.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25632025-02-25T01:17:54.043Z Checking papergrid v0.11.0
25642025-02-25T01:17:54.057Z Compiling sqlparser_derive v0.2.2
25652025-02-25T01:17:54.088Z Checking radix_trie v0.2.1
25662025-02-25T01:17:54.446Z Checking vte v0.11.1
25672025-02-25T01:17:54.488Z Checking nu-ansi-term v0.50.1
25682025-02-25T01:17:54.863Z Checking unicode_categories v0.1.1
25692025-02-25T01:17:55.029Z Checking home v0.5.9
25702025-02-25T01:17:55.085Z Checking sqlparser v0.45.0
25712025-02-25T01:17:55.170Z Checking sqlformat v0.2.6
25722025-02-25T01:17:55.216Z Checking display-error-chain v0.2.2
25732025-02-25T01:17:55.823Z Checking strip-ansi-escapes v0.2.0
25742025-02-25T01:17:55.981Z Checking reedline v0.35.0
25752025-02-25T01:17:56.036Z Checking tabled v0.15.0
25762025-02-25T01:17:56.385Z Checking peg v0.8.4
25772025-02-25T01:17:56.877Z Checking rustyline v14.0.0
25782025-02-25T01:18:05.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.49s
25792025-02-25T01:18:05.708Z
25802025-02-25T01:18:05.708Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25812025-02-25T01:18:06.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822025-02-25T01:18:06.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832025-02-25T01:18:06.414Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25842025-02-25T01:18:11.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s
25852025-02-25T01:18:11.676Z
25862025-02-25T01:18:11.676Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25872025-02-25T01:18:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882025-02-25T01:18:12.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892025-02-25T01:18:12.364Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25902025-02-25T01:18:15.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
25912025-02-25T01:18:16.016Z
25922025-02-25T01:18:16.016Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25932025-02-25T01:18:16.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942025-02-25T01:18:16.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952025-02-25T01:18:16.709Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25962025-02-25T01:18:21.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s
25972025-02-25T01:18:21.682Z
25982025-02-25T01:18:21.682Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
25992025-02-25T01:18:22.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002025-02-25T01:18:22.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012025-02-25T01:18:22.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26022025-02-25T01:18:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
26032025-02-25T01:18:27.427Z
26042025-02-25T01:18:27.427Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26052025-02-25T01:18:28.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26062025-02-25T01:18:28.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26072025-02-25T01:18:28.110Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26082025-02-25T01:18:31.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s
26092025-02-25T01:18:31.968Z
26102025-02-25T01:18:31.968Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26112025-02-25T01:18:32.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26122025-02-25T01:18:32.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26132025-02-25T01:18:32.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26142025-02-25T01:18:36.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
26152025-02-25T01:18:36.685Z
26162025-02-25T01:18:36.685Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26172025-02-25T01:18:37.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26182025-02-25T01:18:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26192025-02-25T01:18:37.374Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26202025-02-25T01:18:42.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s
26212025-02-25T01:18:42.546Z
26222025-02-25T01:18:42.546Zinfo: running `cargo check --bins` on oximeter (67/199)
26232025-02-25T01:18:43.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242025-02-25T01:18:43.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252025-02-25T01:18:43.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262025-02-25T01:18:43.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26272025-02-25T01:18:43.199Z
26282025-02-25T01:18:43.199Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26292025-02-25T01:18:43.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302025-02-25T01:18:43.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312025-02-25T01:18:43.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322025-02-25T01:18:43.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26332025-02-25T01:18:43.836Z
26342025-02-25T01:18:43.836Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26352025-02-25T01:18:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362025-02-25T01:18:44.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372025-02-25T01:18:44.504Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26382025-02-25T01:18:46.491Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26392025-02-25T01:18:47.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s
26402025-02-25T01:18:47.600Z
26412025-02-25T01:18:47.600Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26422025-02-25T01:18:48.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432025-02-25T01:18:48.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442025-02-25T01:18:48.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452025-02-25T01:18:48.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26462025-02-25T01:18:48.261Z
26472025-02-25T01:18:48.261Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26482025-02-25T01:18:48.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492025-02-25T01:18:48.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502025-02-25T01:18:48.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512025-02-25T01:18:48.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26522025-02-25T01:18:48.925Z
26532025-02-25T01:18:48.925Zinfo: running `cargo check --bins` on oxql-types (72/199)
26542025-02-25T01:18:49.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552025-02-25T01:18:49.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562025-02-25T01:18:49.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572025-02-25T01:18:49.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26582025-02-25T01:18:49.585Z
26592025-02-25T01:18:49.585Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26602025-02-25T01:18:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612025-02-25T01:18:50.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622025-02-25T01:18:50.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632025-02-25T01:18:50.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26642025-02-25T01:18:50.270Z
26652025-02-25T01:18:50.270Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26662025-02-25T01:18:50.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672025-02-25T01:18:50.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682025-02-25T01:18:50.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692025-02-25T01:18:50.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26702025-02-25T01:18:50.941Z
26712025-02-25T01:18:50.941Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26722025-02-25T01:18:51.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732025-02-25T01:18:51.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742025-02-25T01:18:51.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752025-02-25T01:18:51.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26762025-02-25T01:18:51.633Z
26772025-02-25T01:18:51.633Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26782025-02-25T01:18:52.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792025-02-25T01:18:52.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802025-02-25T01:18:52.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26812025-02-25T01:18:52.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26822025-02-25T01:18:52.313Z
26832025-02-25T01:18:52.313Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26842025-02-25T01:18:52.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26852025-02-25T01:18:52.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26862025-02-25T01:18:52.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26872025-02-25T01:18:52.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26882025-02-25T01:18:52.993Z
26892025-02-25T01:18:52.993Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26902025-02-25T01:18:53.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26912025-02-25T01:18:53.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26922025-02-25T01:18:53.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26932025-02-25T01:18:53.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
26942025-02-25T01:18:53.680Z
26952025-02-25T01:18:53.680Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
26962025-02-25T01:18:54.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26972025-02-25T01:18:54.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26982025-02-25T01:18:54.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26992025-02-25T01:18:54.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27002025-02-25T01:18:54.339Z
27012025-02-25T01:18:54.339Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27022025-02-25T01:18:54.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27032025-02-25T01:18:54.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27042025-02-25T01:18:54.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27052025-02-25T01:18:54.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27062025-02-25T01:18:55.021Z
27072025-02-25T01:18:55.021Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27082025-02-25T01:18:55.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27092025-02-25T01:18:55.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27102025-02-25T01:18:55.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27112025-02-25T01:18:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27122025-02-25T01:18:55.691Z
27132025-02-25T01:18:55.691Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27142025-02-25T01:18:56.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27152025-02-25T01:18:56.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27162025-02-25T01:18:56.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27172025-02-25T01:18:56.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
27182025-02-25T01:18:56.400Z
27192025-02-25T01:18:56.400Zinfo: running `cargo check --bins` on dpd-client (83/199)
27202025-02-25T01:18:56.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27212025-02-25T01:18:56.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27222025-02-25T01:18:56.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27232025-02-25T01:18:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27242025-02-25T01:18:57.050Z
27252025-02-25T01:18:57.050Zinfo: running `cargo check --bins` on gateway-client (84/199)
27262025-02-25T01:18:57.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27272025-02-25T01:18:57.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27282025-02-25T01:18:57.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27292025-02-25T01:18:57.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27302025-02-25T01:18:57.695Z
27312025-02-25T01:18:57.695Zinfo: running `cargo check --bins` on installinator-client (85/199)
27322025-02-25T01:18:58.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27332025-02-25T01:18:58.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27342025-02-25T01:18:58.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27352025-02-25T01:18:58.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27362025-02-25T01:18:58.370Z
27372025-02-25T01:18:58.370Zinfo: running `cargo check --bins` on installinator-common (86/199)
27382025-02-25T01:18:58.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27392025-02-25T01:18:58.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27402025-02-25T01:18:58.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27412025-02-25T01:18:58.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27422025-02-25T01:18:59.058Z
27432025-02-25T01:18:59.058Zinfo: running `cargo check --bins` on update-engine (87/199)
27442025-02-25T01:18:59.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27452025-02-25T01:18:59.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27462025-02-25T01:18:59.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27472025-02-25T01:18:59.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27482025-02-25T01:18:59.711Z
27492025-02-25T01:18:59.711Zinfo: running `cargo check --bins` on nexus-client (88/199)
27502025-02-25T01:19:00.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512025-02-25T01:19:00.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522025-02-25T01:19:00.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27532025-02-25T01:19:00.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27542025-02-25T01:19:00.403Z
27552025-02-25T01:19:00.403Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27562025-02-25T01:19:00.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572025-02-25T01:19:00.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582025-02-25T01:19:00.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592025-02-25T01:19:00.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27602025-02-25T01:19:01.073Z
27612025-02-25T01:19:01.073Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27622025-02-25T01:19:01.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632025-02-25T01:19:01.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642025-02-25T01:19:01.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652025-02-25T01:19:01.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27662025-02-25T01:19:01.721Z
27672025-02-25T01:19:01.721Zinfo: running `cargo check --bins` on nexus-types (91/199)
27682025-02-25T01:19:02.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692025-02-25T01:19:02.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702025-02-25T01:19:02.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712025-02-25T01:19:02.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
27722025-02-25T01:19:02.410Z
27732025-02-25T01:19:02.410Zinfo: running `cargo check --bins` on oxide-client (92/199)
27742025-02-25T01:19:02.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752025-02-25T01:19:02.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762025-02-25T01:19:02.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772025-02-25T01:19:02.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27782025-02-25T01:19:03.068Z
27792025-02-25T01:19:03.069Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27802025-02-25T01:19:03.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812025-02-25T01:19:03.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822025-02-25T01:19:03.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832025-02-25T01:19:03.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27842025-02-25T01:19:03.728Z
27852025-02-25T01:19:03.728Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27862025-02-25T01:19:04.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872025-02-25T01:19:04.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882025-02-25T01:19:04.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892025-02-25T01:19:04.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27902025-02-25T01:19:04.374Z
27912025-02-25T01:19:04.374Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27922025-02-25T01:19:04.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932025-02-25T01:19:04.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942025-02-25T01:19:04.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952025-02-25T01:19:04.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27962025-02-25T01:19:05.049Z
27972025-02-25T01:19:05.049Zinfo: running `cargo check --bins` on wicketd-client (96/199)
27982025-02-25T01:19:05.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992025-02-25T01:19:05.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002025-02-25T01:19:05.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012025-02-25T01:19:05.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28022025-02-25T01:19:05.742Z
28032025-02-25T01:19:05.742Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28042025-02-25T01:19:06.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052025-02-25T01:19:06.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062025-02-25T01:19:06.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072025-02-25T01:19:06.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28082025-02-25T01:19:06.430Z
28092025-02-25T01:19:06.430Zinfo: running `cargo check --bins` on wicket-common (98/199)
28102025-02-25T01:19:07.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112025-02-25T01:19:07.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122025-02-25T01:19:07.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132025-02-25T01:19:07.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28142025-02-25T01:19:07.120Z
28152025-02-25T01:19:07.120Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28162025-02-25T01:19:07.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172025-02-25T01:19:07.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182025-02-25T01:19:07.803Z Checking csv-core v0.1.11
28192025-02-25T01:19:07.803Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28202025-02-25T01:19:07.806Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28212025-02-25T01:19:07.806Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28222025-02-25T01:19:08.089Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28232025-02-25T01:19:08.107Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28242025-02-25T01:19:08.131Z Checking csv v1.3.1
28252025-02-25T01:19:08.704Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28262025-02-25T01:19:09.056Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28272025-02-25T01:19:10.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
28282025-02-25T01:19:10.785Z
28292025-02-25T01:19:10.785Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28302025-02-25T01:19:11.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-02-25T01:19:11.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-02-25T01:19:11.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-02-25T01:19:11.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28342025-02-25T01:19:11.449Z
28352025-02-25T01:19:11.449Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28362025-02-25T01:19:12.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-02-25T01:19:12.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-02-25T01:19:12.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-02-25T01:19:12.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28402025-02-25T01:19:12.123Z
28412025-02-25T01:19:12.123Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28422025-02-25T01:19:12.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-02-25T01:19:12.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-02-25T01:19:12.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-02-25T01:19:12.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
28462025-02-25T01:19:12.875Z
28472025-02-25T01:19:12.875Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28482025-02-25T01:19:13.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-02-25T01:19:13.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-02-25T01:19:13.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-02-25T01:19:13.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28522025-02-25T01:19:13.632Z
28532025-02-25T01:19:13.632Zinfo: running `cargo check --bins` on dns-server (104/199)
28542025-02-25T01:19:14.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-02-25T01:19:14.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-02-25T01:19:14.316Z Compiling typify-impl v0.3.0
28572025-02-25T01:19:14.423Z Compiling parking_lot_core v0.8.6
28582025-02-25T01:19:14.425Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28592025-02-25T01:19:14.425Z Checking fxhash v0.2.1
28602025-02-25T01:19:14.435Z Checking hickory-client v0.24.3
28612025-02-25T01:19:14.446Z Checking hickory-server v0.24.3
28622025-02-25T01:19:15.106Z Checking parking_lot v0.11.2
28632025-02-25T01:19:15.155Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28642025-02-25T01:19:15.424Z Checking sled v0.34.7
28652025-02-25T01:19:20.279Z Compiling typify-macro v0.3.0
28662025-02-25T01:19:21.464Z Compiling typify v0.3.0
28672025-02-25T01:19:21.578Z Compiling progenitor-impl v0.9.1
28682025-02-25T01:19:23.924Z Compiling progenitor-macro v0.9.1
28692025-02-25T01:19:27.457Z Checking progenitor v0.9.1
28702025-02-25T01:19:27.588Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28712025-02-25T01:19:28.048Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28722025-02-25T01:19:29.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.67s
28732025-02-25T01:19:29.487Z
28742025-02-25T01:19:29.487Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28752025-02-25T01:19:30.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762025-02-25T01:19:30.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772025-02-25T01:19:30.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782025-02-25T01:19:30.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28792025-02-25T01:19:30.147Z
28802025-02-25T01:19:30.147Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28812025-02-25T01:19:30.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822025-02-25T01:19:30.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832025-02-25T01:19:30.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842025-02-25T01:19:30.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28852025-02-25T01:19:30.850Z
28862025-02-25T01:19:30.850Zinfo: running `cargo check --bins` on gateway-types (107/199)
28872025-02-25T01:19:31.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882025-02-25T01:19:31.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892025-02-25T01:19:31.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902025-02-25T01:19:31.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28912025-02-25T01:19:31.505Z
28922025-02-25T01:19:31.505Zinfo: running `cargo check --bins` on ipcc (108/199)
28932025-02-25T01:19:32.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942025-02-25T01:19:32.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952025-02-25T01:19:32.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962025-02-25T01:19:32.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28972025-02-25T01:19:32.172Z
28982025-02-25T01:19:32.172Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
28992025-02-25T01:19:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002025-02-25T01:19:32.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012025-02-25T01:19:32.921Z Compiling radium v0.7.0
29022025-02-25T01:19:32.921Z Compiling semver v0.1.20
29032025-02-25T01:19:33.043Z Compiling maybe-uninit v2.0.0
29042025-02-25T01:19:33.044Z Checking tap v1.0.1
29052025-02-25T01:19:33.070Z Checking password-hash v0.5.0
29062025-02-25T01:19:33.072Z Checking blake2 v0.10.6
29072025-02-25T01:19:33.072Z Compiling cancel-safe-futures v0.1.5
29082025-02-25T01:19:33.072Z Compiling owo-colors v4.1.0
29092025-02-25T01:19:33.183Z Checking wyz v0.5.1
29102025-02-25T01:19:33.409Z Compiling rustc_version v0.1.7
29112025-02-25T01:19:33.431Z Checking funty v2.0.0
29122025-02-25T01:19:33.503Z Checking crc-catalog v2.4.0
29132025-02-25T01:19:33.537Z Compiling packed_struct v0.10.1
29142025-02-25T01:19:33.539Z Checking argon2 v0.5.3
29152025-02-25T01:19:33.650Z Checking crc v3.2.1
29162025-02-25T01:19:33.671Z Compiling packed_struct_codegen v0.10.1
29172025-02-25T01:19:33.701Z Compiling indexmap v1.9.3
29182025-02-25T01:19:33.823Z Compiling newtype_derive v0.1.6
29192025-02-25T01:19:33.889Z Checking half v2.4.1
29202025-02-25T01:19:33.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29212025-02-25T01:19:34.008Z Checking nodrop v0.1.14
29222025-02-25T01:19:34.074Z Checking ciborium-io v0.2.2
29232025-02-25T01:19:34.146Z Checking array-init v0.0.4
29242025-02-25T01:19:34.246Z Checking smallvec v0.6.14
29252025-02-25T01:19:34.255Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29262025-02-25T01:19:34.273Z Checking bitvec v1.0.1
29272025-02-25T01:19:34.319Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29282025-02-25T01:19:34.336Z Checking ciborium-ll v0.2.2
29292025-02-25T01:19:34.610Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29302025-02-25T01:19:34.631Z Checking libsw v3.3.1
29312025-02-25T01:19:34.898Z Checking termcolor v1.4.1
29322025-02-25T01:19:34.927Z Checking bitfield v0.14.0
29332025-02-25T01:19:34.981Z Checking linear-map v1.2.0
29342025-02-25T01:19:35.002Z Checking hashbrown v0.12.3
29352025-02-25T01:19:35.206Z Checking indent_write v2.2.0
29362025-02-25T01:19:35.301Z Checking swrite v0.1.0
29372025-02-25T01:19:35.303Z Checking env_logger v0.10.2
29382025-02-25T01:19:35.435Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29392025-02-25T01:19:35.439Z Checking serde-hex v0.1.0
29402025-02-25T01:19:35.557Z Checking ron v0.8.1
29412025-02-25T01:19:35.731Z Checking ciborium v0.2.2
29422025-02-25T01:19:35.902Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29432025-02-25T01:19:36.336Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29442025-02-25T01:19:36.608Z Checking steno v0.4.1
29452025-02-25T01:19:36.640Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29462025-02-25T01:19:36.746Z Checking hashbrown v0.13.2
29472025-02-25T01:19:36.900Z Checking humantime v2.1.0
29482025-02-25T01:19:36.966Z Checking crc-any v2.5.0
29492025-02-25T01:19:37.193Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29502025-02-25T01:19:37.354Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29512025-02-25T01:19:37.476Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29522025-02-25T01:19:37.659Z Checking object v0.30.4
29532025-02-25T01:19:37.805Z Checking path-slash v0.1.5
29542025-02-25T01:19:37.888Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29552025-02-25T01:19:38.027Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29562025-02-25T01:19:38.680Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29572025-02-25T01:19:38.728Z Checking nix v0.27.1
29582025-02-25T01:19:38.778Z Checking tungstenite v0.23.0
29592025-02-25T01:19:38.929Z Checking kstat-rs v0.2.4
29602025-02-25T01:19:39.262Z Checking signal-hook-tokio v0.3.1
29612025-02-25T01:19:39.276Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29622025-02-25T01:19:39.686Z Checking tokio-tungstenite v0.23.1
29632025-02-25T01:19:40.262Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29642025-02-25T01:19:40.518Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29652025-02-25T01:19:40.520Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662025-02-25T01:19:47.548Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29672025-02-25T01:19:48.883Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29682025-02-25T01:19:51.277Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29692025-02-25T01:19:58.347Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29702025-02-25T01:19:58.492Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29712025-02-25T01:19:59.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.81s
29722025-02-25T01:20:00.179Z
29732025-02-25T01:20:00.179Zinfo: running `cargo check --bins` on gateway-api (110/199)
29742025-02-25T01:20:00.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29752025-02-25T01:20:00.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29762025-02-25T01:20:00.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29772025-02-25T01:20:00.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29782025-02-25T01:20:00.841Z
29792025-02-25T01:20:00.841Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29802025-02-25T01:20:01.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29812025-02-25T01:20:01.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29822025-02-25T01:20:01.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29832025-02-25T01:20:01.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29842025-02-25T01:20:01.480Z
29852025-02-25T01:20:01.480Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29862025-02-25T01:20:02.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29872025-02-25T01:20:02.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29882025-02-25T01:20:02.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29892025-02-25T01:20:02.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
29902025-02-25T01:20:02.149Z
29912025-02-25T01:20:02.149Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29922025-02-25T01:20:02.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932025-02-25T01:20:02.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942025-02-25T01:20:02.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29952025-02-25T01:20:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29962025-02-25T01:20:02.806Z
29972025-02-25T01:20:02.806Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
29982025-02-25T01:20:03.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992025-02-25T01:20:03.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002025-02-25T01:20:03.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30012025-02-25T01:20:03.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30022025-02-25T01:20:03.470Z
30032025-02-25T01:20:03.470Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
30042025-02-25T01:20:04.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052025-02-25T01:20:04.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062025-02-25T01:20:04.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30072025-02-25T01:20:04.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30082025-02-25T01:20:04.121Z
30092025-02-25T01:20:04.121Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
30102025-02-25T01:20:04.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112025-02-25T01:20:04.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122025-02-25T01:20:04.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30132025-02-25T01:20:04.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30142025-02-25T01:20:04.775Z
30152025-02-25T01:20:04.775Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
30162025-02-25T01:20:05.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172025-02-25T01:20:05.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182025-02-25T01:20:05.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30192025-02-25T01:20:05.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30202025-02-25T01:20:05.429Z
30212025-02-25T01:20:05.429Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
30222025-02-25T01:20:06.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-02-25T01:20:06.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-02-25T01:20:06.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-02-25T01:20:06.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30262025-02-25T01:20:06.109Z
30272025-02-25T01:20:06.109Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30282025-02-25T01:20:06.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-02-25T01:20:06.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-02-25T01:20:06.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-02-25T01:20:06.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30322025-02-25T01:20:06.778Z
30332025-02-25T01:20:06.778Zinfo: running `cargo check --bins` on sp-sim (120/199)
30342025-02-25T01:20:07.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-02-25T01:20:07.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-02-25T01:20:07.437Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30372025-02-25T01:20:07.878Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30382025-02-25T01:20:09.539Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30392025-02-25T01:20:11.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30402025-02-25T01:20:11.371Z
30412025-02-25T01:20:11.371Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30422025-02-25T01:20:11.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432025-02-25T01:20:11.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442025-02-25T01:20:11.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452025-02-25T01:20:11.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
30462025-02-25T01:20:12.078Z
30472025-02-25T01:20:12.079Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30482025-02-25T01:20:12.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492025-02-25T01:20:12.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502025-02-25T01:20:12.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512025-02-25T01:20:12.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30522025-02-25T01:20:12.787Z
30532025-02-25T01:20:12.787Zinfo: running `cargo check --bins` on db-macros (123/199)
30542025-02-25T01:20:13.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552025-02-25T01:20:13.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562025-02-25T01:20:13.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572025-02-25T01:20:13.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30582025-02-25T01:20:13.424Z
30592025-02-25T01:20:13.424Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30602025-02-25T01:20:13.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612025-02-25T01:20:13.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622025-02-25T01:20:13.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632025-02-25T01:20:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30642025-02-25T01:20:14.065Z
30652025-02-25T01:20:14.065Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30662025-02-25T01:20:14.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672025-02-25T01:20:14.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682025-02-25T01:20:14.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692025-02-25T01:20:14.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30702025-02-25T01:20:14.763Z
30712025-02-25T01:20:14.763Zinfo: running `cargo check --bins` on authz-macros (126/199)
30722025-02-25T01:20:15.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732025-02-25T01:20:15.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742025-02-25T01:20:15.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752025-02-25T01:20:15.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30762025-02-25T01:20:15.399Z
30772025-02-25T01:20:15.399Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30782025-02-25T01:20:16.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792025-02-25T01:20:16.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802025-02-25T01:20:16.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812025-02-25T01:20:16.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30822025-02-25T01:20:16.090Z
30832025-02-25T01:20:16.090Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30842025-02-25T01:20:16.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852025-02-25T01:20:16.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862025-02-25T01:20:16.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872025-02-25T01:20:16.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30882025-02-25T01:20:16.776Z
30892025-02-25T01:20:16.777Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30902025-02-25T01:20:17.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912025-02-25T01:20:17.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922025-02-25T01:20:17.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932025-02-25T01:20:17.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30942025-02-25T01:20:17.422Z
30952025-02-25T01:20:17.422Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
30962025-02-25T01:20:18.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972025-02-25T01:20:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982025-02-25T01:20:18.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992025-02-25T01:20:18.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31002025-02-25T01:20:18.095Z
31012025-02-25T01:20:18.095Zinfo: running `cargo check --bins` on typed-rng (131/199)
31022025-02-25T01:20:18.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032025-02-25T01:20:18.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042025-02-25T01:20:18.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052025-02-25T01:20:18.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31062025-02-25T01:20:18.739Z
31072025-02-25T01:20:18.739Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
31082025-02-25T01:20:19.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092025-02-25T01:20:19.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102025-02-25T01:20:19.510Z Checking keccak v0.1.5
31112025-02-25T01:20:19.623Z Checking secrecy v0.8.0
31122025-02-25T01:20:19.626Z Compiling unicase v2.7.0
31132025-02-25T01:20:19.626Z Compiling same-file v1.0.6
31142025-02-25T01:20:19.645Z Compiling tempfile v3.13.0
31152025-02-25T01:20:19.673Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31162025-02-25T01:20:19.676Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31172025-02-25T01:20:19.676Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31182025-02-25T01:20:19.793Z Compiling thiserror-impl-no-std v2.0.2
31192025-02-25T01:20:19.891Z Checking sha3 v0.10.8
31202025-02-25T01:20:19.917Z Compiling walkdir v2.5.0
31212025-02-25T01:20:19.923Z Checking universal-hash v0.5.1
31222025-02-25T01:20:20.068Z Compiling blake3 v1.5.4
31232025-02-25T01:20:20.145Z Checking opaque-debug v0.3.1
31242025-02-25T01:20:20.170Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252025-02-25T01:20:20.208Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31262025-02-25T01:20:20.241Z Checking poly1305 v0.8.0
31272025-02-25T01:20:20.298Z Checking chacha20 v0.9.1
31282025-02-25T01:20:20.368Z Checking aead v0.5.2
31292025-02-25T01:20:20.484Z Compiling memmap2 v0.9.5
31302025-02-25T01:20:20.589Z Compiling arrayvec v0.7.6
31312025-02-25T01:20:20.592Z Compiling libefi-sys v0.1.0
31322025-02-25T01:20:20.668Z Compiling arrayref v0.3.9
31332025-02-25T01:20:20.731Z Compiling constant_time_eq v0.3.1
31342025-02-25T01:20:20.777Z Compiling salty v0.3.0
31352025-02-25T01:20:20.853Z Checking chacha20poly1305 v0.10.1
31362025-02-25T01:20:20.943Z Compiling toolchain_find v0.4.0
31372025-02-25T01:20:20.964Z Compiling camino-tempfile v1.1.1
31382025-02-25T01:20:21.032Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31392025-02-25T01:20:21.217Z Compiling bitfield-struct v0.6.2
31402025-02-25T01:20:21.302Z Compiling topological-sort v0.2.2
31412025-02-25T01:20:21.398Z Compiling mime_guess v2.0.5
31422025-02-25T01:20:21.559Z Compiling rustfmt-wrapper v0.2.1
31432025-02-25T01:20:21.962Z Compiling omicron-zone-package v0.12.0
31442025-02-25T01:20:22.037Z Compiling progenitor v0.9.1
31452025-02-25T01:20:22.130Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31462025-02-25T01:20:22.258Z Checking primeorder v0.13.6
31472025-02-25T01:20:22.412Z Checking thiserror-no-std v2.0.2
31482025-02-25T01:20:22.432Z Checking env_filter v0.1.2
31492025-02-25T01:20:22.435Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31502025-02-25T01:20:22.541Z Checking vsss-rs v3.3.4
31512025-02-25T01:20:22.567Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31522025-02-25T01:20:22.587Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31532025-02-25T01:20:22.666Z Checking env_logger v0.11.5
31542025-02-25T01:20:22.707Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31552025-02-25T01:20:22.736Z Checking p384 v0.13.0
31562025-02-25T01:20:22.804Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31572025-02-25T01:20:23.044Z Compiling zip v2.1.3
31582025-02-25T01:20:23.128Z Checking bumpalo v3.16.0
31592025-02-25T01:20:23.147Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31602025-02-25T01:20:23.260Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31612025-02-25T01:20:23.354Z Checking http-range v0.1.5
31622025-02-25T01:20:23.472Z Checking lockfree-object-pool v0.1.6
31632025-02-25T01:20:23.546Z Checking simd-adler32 v0.3.7
31642025-02-25T01:20:23.590Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31652025-02-25T01:20:23.710Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31662025-02-25T01:20:23.861Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31672025-02-25T01:20:23.880Z Checking zopfli v0.8.1
31682025-02-25T01:20:24.170Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31692025-02-25T01:20:24.321Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31702025-02-25T01:20:24.375Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31712025-02-25T01:20:24.563Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31722025-02-25T01:20:24.701Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31732025-02-25T01:20:24.907Z Checking atty v0.2.14
31742025-02-25T01:20:24.981Z Checking glob v0.3.2
31752025-02-25T01:20:25.048Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31762025-02-25T01:20:25.123Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31772025-02-25T01:20:25.321Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31782025-02-25T01:20:25.487Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31792025-02-25T01:20:26.109Z Checking hyper-staticfile v0.10.1
31802025-02-25T01:20:26.293Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31812025-02-25T01:20:26.474Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31822025-02-25T01:20:26.630Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31832025-02-25T01:20:26.652Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31842025-02-25T01:20:26.922Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31852025-02-25T01:20:27.006Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31862025-02-25T01:20:27.317Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31872025-02-25T01:20:27.408Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31882025-02-25T01:20:27.535Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31892025-02-25T01:20:27.773Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31902025-02-25T01:20:28.124Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912025-02-25T01:20:31.024Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31922025-02-25T01:20:31.024Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31932025-02-25T01:20:39.555Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31942025-02-25T01:20:52.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.91s
31952025-02-25T01:20:52.859Z
31962025-02-25T01:20:52.859Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
31972025-02-25T01:20:53.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982025-02-25T01:20:53.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992025-02-25T01:20:53.651Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32002025-02-25T01:21:07.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.25s
32012025-02-25T01:21:07.311Z
32022025-02-25T01:21:07.311Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
32032025-02-25T01:21:07.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042025-02-25T01:21:07.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052025-02-25T01:21:08.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32062025-02-25T01:21:21.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
32072025-02-25T01:21:21.523Z
32082025-02-25T01:21:21.523Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
32092025-02-25T01:21:22.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102025-02-25T01:21:22.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112025-02-25T01:21:22.280Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32122025-02-25T01:21:35.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
32132025-02-25T01:21:35.738Z
32142025-02-25T01:21:35.738Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
32152025-02-25T01:21:36.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162025-02-25T01:21:36.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172025-02-25T01:21:36.518Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32182025-02-25T01:21:49.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s
32192025-02-25T01:21:50.074Z
32202025-02-25T01:21:50.074Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
32212025-02-25T01:21:50.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222025-02-25T01:21:50.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232025-02-25T01:21:50.858Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32242025-02-25T01:22:04.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
32252025-02-25T01:22:04.503Z
32262025-02-25T01:22:04.503Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
32272025-02-25T01:22:05.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282025-02-25T01:22:05.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292025-02-25T01:22:05.270Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32302025-02-25T01:22:18.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
32312025-02-25T01:22:18.818Z
32322025-02-25T01:22:18.818Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32332025-02-25T01:22:19.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342025-02-25T01:22:19.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352025-02-25T01:22:19.588Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32362025-02-25T01:22:32.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
32372025-02-25T01:22:33.138Z
32382025-02-25T01:22:33.138Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32392025-02-25T01:22:33.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402025-02-25T01:22:33.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412025-02-25T01:22:33.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422025-02-25T01:22:33.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32432025-02-25T01:22:33.833Z
32442025-02-25T01:22:33.833Zinfo: running `cargo check --bins` on key-manager (141/199)
32452025-02-25T01:22:34.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462025-02-25T01:22:34.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472025-02-25T01:22:34.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482025-02-25T01:22:34.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32492025-02-25T01:22:34.496Z
32502025-02-25T01:22:34.496Zinfo: running `cargo check --bins` on range-requests (142/199)
32512025-02-25T01:22:35.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522025-02-25T01:22:35.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532025-02-25T01:22:35.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542025-02-25T01:22:35.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32552025-02-25T01:22:35.150Z
32562025-02-25T01:22:35.150Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32572025-02-25T01:22:35.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582025-02-25T01:22:35.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592025-02-25T01:22:35.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602025-02-25T01:22:35.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32612025-02-25T01:22:35.806Z
32622025-02-25T01:22:35.806Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32632025-02-25T01:22:36.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642025-02-25T01:22:36.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652025-02-25T01:22:36.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662025-02-25T01:22:36.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32672025-02-25T01:22:36.492Z
32682025-02-25T01:22:36.492Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32692025-02-25T01:22:37.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702025-02-25T01:22:37.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712025-02-25T01:22:37.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722025-02-25T01:22:37.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32732025-02-25T01:22:37.138Z
32742025-02-25T01:22:37.138Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32752025-02-25T01:22:37.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762025-02-25T01:22:37.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772025-02-25T01:22:37.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782025-02-25T01:22:37.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32792025-02-25T01:22:37.828Z
32802025-02-25T01:22:37.828Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32812025-02-25T01:22:38.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822025-02-25T01:22:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832025-02-25T01:22:38.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842025-02-25T01:22:38.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32852025-02-25T01:22:38.501Z
32862025-02-25T01:22:38.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32872025-02-25T01:22:39.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882025-02-25T01:22:39.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892025-02-25T01:22:39.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32902025-02-25T01:22:39.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32912025-02-25T01:22:39.170Z
32922025-02-25T01:22:39.170Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32932025-02-25T01:22:39.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32942025-02-25T01:22:39.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32952025-02-25T01:22:39.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32962025-02-25T01:22:39.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32972025-02-25T01:22:39.841Z
32982025-02-25T01:22:39.841Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
32992025-02-25T01:22:40.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33002025-02-25T01:22:40.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33012025-02-25T01:22:40.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33022025-02-25T01:22:40.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33032025-02-25T01:22:40.522Z
33042025-02-25T01:22:40.522Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
33052025-02-25T01:22:41.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33062025-02-25T01:22:41.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33072025-02-25T01:22:41.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33082025-02-25T01:22:41.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33092025-02-25T01:22:41.198Z
33102025-02-25T01:22:41.198Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
33112025-02-25T01:22:41.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122025-02-25T01:22:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132025-02-25T01:22:41.923Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33142025-02-25T01:22:41.924Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33152025-02-25T01:22:42.787Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33162025-02-25T01:22:44.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
33172025-02-25T01:22:44.909Z
33182025-02-25T01:22:44.909Zinfo: running `cargo check --bins` on oximeter-api (153/199)
33192025-02-25T01:22:45.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-02-25T01:22:45.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-02-25T01:22:45.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-02-25T01:22:45.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33232025-02-25T01:22:45.557Z
33242025-02-25T01:22:45.557Zinfo: running `cargo check --bins` on cert-dev (154/199)
33252025-02-25T01:22:46.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-02-25T01:22:46.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-02-25T01:22:46.199Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33282025-02-25T01:22:46.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33292025-02-25T01:22:46.649Z
33302025-02-25T01:22:46.649Zinfo: running `cargo check --bins` on clickana (155/199)
33312025-02-25T01:22:47.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-02-25T01:22:47.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-02-25T01:22:47.338Z Checking castaway v0.2.3
33342025-02-25T01:22:47.341Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352025-02-25T01:22:47.341Z Checking lru v0.12.5
33362025-02-25T01:22:47.341Z Compiling instability v0.3.2
33372025-02-25T01:22:47.341Z Compiling indoc v2.0.5
33382025-02-25T01:22:47.341Z Checking unicode-truncate v1.1.0
33392025-02-25T01:22:47.341Z Checking cassowary v0.3.0
33402025-02-25T01:22:47.596Z Checking compact_str v0.8.0
33412025-02-25T01:22:48.193Z Checking ratatui v0.29.0
33422025-02-25T01:22:49.080Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33432025-02-25T01:22:50.231Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33442025-02-25T01:22:51.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
33452025-02-25T01:22:51.241Z
33462025-02-25T01:22:51.241Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33472025-02-25T01:22:51.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482025-02-25T01:22:51.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492025-02-25T01:22:51.977Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33502025-02-25T01:22:51.977Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33512025-02-25T01:22:53.036Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33522025-02-25T01:22:53.511Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33532025-02-25T01:22:53.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
33542025-02-25T01:22:54.071Z
33552025-02-25T01:22:54.071Zinfo: running `cargo check --bins` on ch-dev (157/199)
33562025-02-25T01:22:54.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572025-02-25T01:22:54.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582025-02-25T01:22:54.773Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33592025-02-25T01:22:55.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
33602025-02-25T01:22:55.749Z
33612025-02-25T01:22:55.749Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33622025-02-25T01:22:56.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632025-02-25T01:22:56.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642025-02-25T01:22:56.432Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33652025-02-25T01:22:56.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
33662025-02-25T01:22:56.974Z
33672025-02-25T01:22:56.974Zinfo: running `cargo check --bins` on db-dev (159/199)
33682025-02-25T01:22:57.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692025-02-25T01:22:57.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702025-02-25T01:22:57.655Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33712025-02-25T01:22:58.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
33722025-02-25T01:22:58.582Z
33732025-02-25T01:22:58.582Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33742025-02-25T01:22:59.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752025-02-25T01:22:59.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762025-02-25T01:22:59.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772025-02-25T01:22:59.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
33782025-02-25T01:22:59.246Z
33792025-02-25T01:22:59.246Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33802025-02-25T01:22:59.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812025-02-25T01:22:59.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822025-02-25T01:22:59.888Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33832025-02-25T01:23:00.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33842025-02-25T01:23:00.895Z
33852025-02-25T01:23:00.895Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33862025-02-25T01:23:01.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872025-02-25T01:23:01.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882025-02-25T01:23:01.546Z Checking cargo-platform v0.1.8
33892025-02-25T01:23:01.821Z Checking cargo_metadata v0.18.1
33902025-02-25T01:23:02.726Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33912025-02-25T01:23:03.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
33922025-02-25T01:23:03.719Z
33932025-02-25T01:23:03.719Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33942025-02-25T01:23:04.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952025-02-25T01:23:04.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962025-02-25T01:23:04.476Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33972025-02-25T01:23:05.925Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33982025-02-25T01:23:06.507Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
33992025-02-25T01:23:07.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
34002025-02-25T01:23:07.235Z
34012025-02-25T01:23:07.235Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
34022025-02-25T01:23:07.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032025-02-25T01:23:07.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042025-02-25T01:23:08.067Z Compiling crunchy v0.2.2
34052025-02-25T01:23:08.067Z Compiling tiny-keccak v2.0.2
34062025-02-25T01:23:08.070Z Compiling dsl_auto_type v0.1.2
34072025-02-25T01:23:08.070Z Checking scheduled-thread-pool v0.2.7
34082025-02-25T01:23:08.070Z Compiling diesel_table_macro_syntax v0.2.0
34092025-02-25T01:23:08.221Z Compiling ascii-canvas v3.0.0
34102025-02-25T01:23:08.235Z Compiling ena v0.14.3
34112025-02-25T01:23:08.238Z Compiling regex-syntax v0.6.29
34122025-02-25T01:23:08.437Z Checking r2d2 v0.8.10
34132025-02-25T01:23:08.517Z Compiling bindgen v0.71.1
34142025-02-25T01:23:08.579Z Compiling diff v0.1.13
34152025-02-25T01:23:08.626Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34162025-02-25T01:23:08.696Z Compiling rustc-hash v2.1.1
34172025-02-25T01:23:08.746Z Compiling ref-cast v1.0.23
34182025-02-25T01:23:08.874Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34192025-02-25T01:23:08.907Z Compiling derive_builder_core v0.20.2
34202025-02-25T01:23:09.069Z Compiling libxml v0.3.3
34212025-02-25T01:23:09.184Z Compiling ref-cast-impl v1.0.23
34222025-02-25T01:23:09.352Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34232025-02-25T01:23:09.488Z Compiling diesel_derives v2.2.3
34242025-02-25T01:23:09.505Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34252025-02-25T01:23:09.523Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34262025-02-25T01:23:09.834Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34272025-02-25T01:23:09.852Z Compiling strum_macros v0.24.3
34282025-02-25T01:23:10.214Z Compiling indoc v1.0.9
34292025-02-25T01:23:10.909Z Compiling derive_builder_macro v0.20.2
34302025-02-25T01:23:11.112Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34312025-02-25T01:23:11.433Z Compiling lalrpop v0.19.12
34322025-02-25T01:23:11.841Z Checking derive_builder v0.20.2
34332025-02-25T01:23:11.930Z Compiling oso-derive v0.27.3
34342025-02-25T01:23:12.023Z Compiling impl-trait-for-tuples v0.2.2
34352025-02-25T01:23:12.447Z Checking quick-xml v0.37.2
34362025-02-25T01:23:12.886Z Compiling diesel-dtrace v0.4.2
34372025-02-25T01:23:13.068Z Checking maplit v1.0.2
34382025-02-25T01:23:13.243Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34392025-02-25T01:23:13.303Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34402025-02-25T01:23:13.485Z Checking bb8 v0.8.5
34412025-02-25T01:23:13.649Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34422025-02-25T01:23:13.939Z Checking rand_seeder v0.3.0
34432025-02-25T01:23:14.014Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34442025-02-25T01:23:14.176Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34452025-02-25T01:23:14.401Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34462025-02-25T01:23:14.473Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34472025-02-25T01:23:14.791Z Checking is_ci v1.2.0
34482025-02-25T01:23:14.811Z Checking unicode-linebreak v0.1.5
34492025-02-25T01:23:14.939Z Checking smawk v0.3.2
34502025-02-25T01:23:15.155Z Checking supports-color v3.0.2
34512025-02-25T01:23:15.264Z Checking textwrap v0.16.1
34522025-02-25T01:23:15.403Z Checking multimap v0.10.0
34532025-02-25T01:23:16.566Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34542025-02-25T01:23:17.901Z Checking diesel v2.2.7
34552025-02-25T01:23:33.219Z Compiling samael v0.0.18
34562025-02-25T01:23:50.084Z Checking async-bb8-diesel v0.2.1
34572025-02-25T01:23:51.829Z Compiling polar-core v0.27.3
34582025-02-25T01:23:59.113Z Checking oso v0.27.3
34592025-02-25T01:24:59.942Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34602025-02-25T01:25:06.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34612025-02-25T01:25:06.710Z
34622025-02-25T01:25:06.710Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34632025-02-25T01:25:07.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642025-02-25T01:25:07.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652025-02-25T01:25:07.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662025-02-25T01:25:07.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34672025-02-25T01:25:07.412Z
34682025-02-25T01:25:07.412Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34692025-02-25T01:25:08.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702025-02-25T01:25:08.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712025-02-25T01:25:08.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722025-02-25T01:25:08.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34732025-02-25T01:25:08.110Z
34742025-02-25T01:25:08.110Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34752025-02-25T01:25:08.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762025-02-25T01:25:08.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772025-02-25T01:25:08.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782025-02-25T01:25:08.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34792025-02-25T01:25:08.752Z
34802025-02-25T01:25:08.753Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34812025-02-25T01:25:09.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822025-02-25T01:25:09.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832025-02-25T01:25:09.586Z Compiling libz-sys v1.1.20
34842025-02-25T01:25:09.589Z Compiling libgit2-sys v0.17.0+1.8.1
34852025-02-25T01:25:09.719Z Compiling vergen v8.3.2
34862025-02-25T01:25:09.722Z Compiling cargo-platform v0.1.8
34872025-02-25T01:25:09.722Z Compiling pin-project-internal v1.1.6
34882025-02-25T01:25:09.759Z Compiling libsqlite3-sys v0.30.1
34892025-02-25T01:25:09.762Z Compiling snafu-derive v0.8.5
34902025-02-25T01:25:09.762Z Compiling rustls v0.21.12
34912025-02-25T01:25:10.049Z Compiling cargo_metadata v0.18.1
34922025-02-25T01:25:10.095Z Compiling buf-list v1.0.3
34932025-02-25T01:25:10.199Z Checking globset v0.4.15
34942025-02-25T01:25:10.334Z Checking olpc-cjson v0.1.4
34952025-02-25T01:25:10.560Z Checking rustls-webpki v0.101.7
34962025-02-25T01:25:10.612Z Checking sct v0.7.1
34972025-02-25T01:25:10.695Z Checking serde_plain v1.0.2
34982025-02-25T01:25:10.736Z Checking typed-path v0.9.3
34992025-02-25T01:25:11.117Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35002025-02-25T01:25:11.350Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35012025-02-25T01:25:11.403Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35022025-02-25T01:25:11.684Z Checking hashlink v0.9.1
35032025-02-25T01:25:11.734Z Checking fallible-streaming-iterator v0.1.9
35042025-02-25T01:25:11.995Z Checking parse-size v1.1.0
35052025-02-25T01:25:12.199Z Checking fallible-iterator v0.3.0
35062025-02-25T01:25:12.308Z Checking pin-project v1.1.6
35072025-02-25T01:25:12.356Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35082025-02-25T01:25:12.450Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35092025-02-25T01:25:12.583Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35102025-02-25T01:25:12.777Z Checking rusqlite v0.32.1
35112025-02-25T01:25:13.046Z Checking rustls-pemfile v1.0.4
35122025-02-25T01:25:13.253Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35132025-02-25T01:25:13.273Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35142025-02-25T01:25:13.292Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35152025-02-25T01:25:13.361Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35162025-02-25T01:25:13.428Z Checking twox-hash v2.1.0
35172025-02-25T01:25:13.605Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35182025-02-25T01:25:13.698Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35192025-02-25T01:25:14.063Z Checking tokio-rustls v0.24.1
35202025-02-25T01:25:14.163Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35212025-02-25T01:25:14.342Z Checking snafu v0.8.5
35222025-02-25T01:25:14.746Z Checking tough v0.19.0
35232025-02-25T01:25:14.893Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35242025-02-25T01:25:15.206Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35252025-02-25T01:25:15.418Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35262025-02-25T01:25:15.602Z Checking fatfs v0.3.6
35272025-02-25T01:25:15.746Z Checking assert_matches v1.5.0
35282025-02-25T01:25:18.798Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35292025-02-25T01:25:20.076Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35302025-02-25T01:25:21.640Z Compiling git2 v0.19.0
35312025-02-25T01:25:25.646Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35322025-02-25T01:26:23.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
35332025-02-25T01:26:23.867Z
35342025-02-25T01:26:23.867Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35352025-02-25T01:26:24.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362025-02-25T01:26:24.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372025-02-25T01:26:24.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382025-02-25T01:26:24.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35392025-02-25T01:26:24.573Z
35402025-02-25T01:26:24.573Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35412025-02-25T01:26:25.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422025-02-25T01:26:25.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432025-02-25T01:26:25.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442025-02-25T01:26:25.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35452025-02-25T01:26:25.204Z
35462025-02-25T01:26:25.204Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35472025-02-25T01:26:25.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482025-02-25T01:26:25.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492025-02-25T01:26:25.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502025-02-25T01:26:25.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35512025-02-25T01:26:25.891Z
35522025-02-25T01:26:25.891Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35532025-02-25T01:26:26.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542025-02-25T01:26:26.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552025-02-25T01:26:26.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562025-02-25T01:26:26.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
35572025-02-25T01:26:26.615Z
35582025-02-25T01:26:26.615Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35592025-02-25T01:26:27.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602025-02-25T01:26:27.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612025-02-25T01:26:27.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622025-02-25T01:26:27.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35632025-02-25T01:26:27.308Z
35642025-02-25T01:26:27.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35652025-02-25T01:26:27.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662025-02-25T01:26:27.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672025-02-25T01:26:27.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682025-02-25T01:26:27.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35692025-02-25T01:26:28.005Z
35702025-02-25T01:26:28.005Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35712025-02-25T01:26:28.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722025-02-25T01:26:28.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732025-02-25T01:26:28.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742025-02-25T01:26:28.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35752025-02-25T01:26:28.714Z
35762025-02-25T01:26:28.714Zinfo: running `cargo check --bins` on update-common (176/199)
35772025-02-25T01:26:29.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782025-02-25T01:26:29.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792025-02-25T01:26:29.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802025-02-25T01:26:29.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35812025-02-25T01:26:29.393Z
35822025-02-25T01:26:29.393Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35832025-02-25T01:26:29.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842025-02-25T01:26:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852025-02-25T01:26:29.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862025-02-25T01:26:29.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35872025-02-25T01:26:30.065Z
35882025-02-25T01:26:30.065Zinfo: running `cargo check --bins` on tufaceous (178/199)
35892025-02-25T01:26:30.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902025-02-25T01:26:30.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912025-02-25T01:26:30.767Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35922025-02-25T01:26:31.056Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35932025-02-25T01:26:32.040Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35942025-02-25T01:26:32.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
35952025-02-25T01:26:33.029Z
35962025-02-25T01:26:33.029Zinfo: running `cargo check --bins` on omicron-dev (179/199)
35972025-02-25T01:26:33.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982025-02-25T01:26:33.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992025-02-25T01:26:33.913Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36002025-02-25T01:26:33.915Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36012025-02-25T01:26:34.057Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36022025-02-25T01:26:34.060Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36032025-02-25T01:26:35.059Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36042025-02-25T01:27:02.695Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36052025-02-25T01:27:02.699Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36062025-02-25T01:27:02.699Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36072025-02-25T01:27:02.699Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36082025-02-25T01:27:02.699Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36092025-02-25T01:27:02.699Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36102025-02-25T01:27:03.470Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36112025-02-25T01:27:04.709Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36122025-02-25T01:27:47.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
36132025-02-25T01:27:47.658Z
36142025-02-25T01:27:47.658Zinfo: running `cargo check --bins` on openapi-manager (180/199)
36152025-02-25T01:27:48.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-02-25T01:27:48.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-02-25T01:27:48.407Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36182025-02-25T01:27:48.407Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36192025-02-25T01:27:48.410Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36202025-02-25T01:27:48.542Z Compiling proc-macro-error-attr2 v2.0.0
36212025-02-25T01:27:48.555Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36222025-02-25T01:27:48.558Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36232025-02-25T01:27:48.584Z Checking papergrid v0.14.0
36242025-02-25T01:27:48.587Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36252025-02-25T01:27:48.785Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36262025-02-25T01:27:48.887Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36272025-02-25T01:27:49.160Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36282025-02-25T01:27:49.287Z Compiling proc-macro-error2 v2.0.1
36292025-02-25T01:27:49.872Z Compiling tabled_derive v0.10.0
36302025-02-25T01:27:49.991Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36312025-02-25T01:27:50.353Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36322025-02-25T01:27:50.388Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36332025-02-25T01:27:50.701Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36342025-02-25T01:27:51.235Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36352025-02-25T01:27:51.388Z Checking heck v0.4.1
36362025-02-25T01:27:51.432Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36372025-02-25T01:27:51.612Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36382025-02-25T01:27:51.870Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36392025-02-25T01:27:52.028Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36402025-02-25T01:27:52.464Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36412025-02-25T01:27:52.536Z Checking tabled v0.18.0
36422025-02-25T01:27:52.616Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36432025-02-25T01:27:52.774Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36442025-02-25T01:27:52.931Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36452025-02-25T01:27:52.996Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36462025-02-25T01:27:54.823Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36472025-02-25T01:27:54.826Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36482025-02-25T01:27:57.760Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36492025-02-25T01:27:59.322Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36502025-02-25T01:28:03.841Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36512025-02-25T01:28:03.841Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36522025-02-25T01:28:05.106Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36532025-02-25T01:28:06.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.47s
36542025-02-25T01:28:06.342Z
36552025-02-25T01:28:06.342Zinfo: running `cargo check --bins` on installinator-api (181/199)
36562025-02-25T01:28:06.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572025-02-25T01:28:06.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582025-02-25T01:28:06.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592025-02-25T01:28:06.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36602025-02-25T01:28:07.026Z
36612025-02-25T01:28:07.026Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36622025-02-25T01:28:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632025-02-25T01:28:07.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642025-02-25T01:28:07.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652025-02-25T01:28:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36662025-02-25T01:28:07.708Z
36672025-02-25T01:28:07.708Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36682025-02-25T01:28:08.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692025-02-25T01:28:08.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702025-02-25T01:28:08.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712025-02-25T01:28:08.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36722025-02-25T01:28:08.346Z
36732025-02-25T01:28:08.346Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36742025-02-25T01:28:08.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752025-02-25T01:28:08.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762025-02-25T01:28:09.072Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36772025-02-25T01:28:09.075Z Compiling petname v2.0.2
36782025-02-25T01:28:09.075Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36792025-02-25T01:28:09.075Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36802025-02-25T01:28:09.075Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36812025-02-25T01:28:09.075Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36822025-02-25T01:28:09.231Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36832025-02-25T01:28:09.263Z Checking sync-ptr v0.1.1
36842025-02-25T01:28:14.275Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36852025-02-25T01:28:14.875Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36862025-02-25T01:28:16.080Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36872025-02-25T01:28:17.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
36882025-02-25T01:28:17.793Z
36892025-02-25T01:28:17.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36902025-02-25T01:28:18.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912025-02-25T01:28:18.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922025-02-25T01:28:18.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932025-02-25T01:28:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36942025-02-25T01:28:18.499Z
36952025-02-25T01:28:18.499Zinfo: running `cargo check --bins` on omicron-releng (186/199)
36962025-02-25T01:28:19.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972025-02-25T01:28:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982025-02-25T01:28:19.191Z Checking memmap2 v0.9.5
36992025-02-25T01:28:19.191Z Checking constant_time_eq v0.3.1
37002025-02-25T01:28:19.194Z Checking arrayref v0.3.9
37012025-02-25T01:28:19.194Z Checking arrayvec v0.7.6
37022025-02-25T01:28:19.194Z Checking topological-sort v0.2.2
37032025-02-25T01:28:19.194Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37042025-02-25T01:28:19.299Z Checking shell-words v1.1.0
37052025-02-25T01:28:19.567Z Checking blake3 v1.5.4
37062025-02-25T01:28:19.900Z Checking omicron-zone-package v0.12.0
37072025-02-25T01:28:21.031Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37082025-02-25T01:28:21.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
37092025-02-25T01:28:22.121Z
37102025-02-25T01:28:22.121Zinfo: running `cargo check --bins` on xtask (187/199)
37112025-02-25T01:28:22.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122025-02-25T01:28:22.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132025-02-25T01:28:22.580Z Checking bitflags v2.6.0
37142025-02-25T01:28:22.583Z Checking serde v1.0.218
37152025-02-25T01:28:22.583Z Checking thiserror v1.0.69
37162025-02-25T01:28:22.679Z Checking scroll v0.12.0
37172025-02-25T01:28:22.682Z Checking log v0.4.22
37182025-02-25T01:28:22.690Z Checking hashbrown v0.15.1
37192025-02-25T01:28:22.703Z Checking zerocopy v0.7.35
37202025-02-25T01:28:22.726Z Checking syn v2.0.96
37212025-02-25T01:28:22.796Z Checking pest v2.7.14
37222025-02-25T01:28:22.886Z Checking rustix v0.38.37
37232025-02-25T01:28:22.957Z Checking once_cell v1.20.3
37242025-02-25T01:28:23.110Z Checking goblin v0.8.2
37252025-02-25T01:28:23.258Z Checking fs-err v2.11.0
37262025-02-25T01:28:23.563Z Checking tabled v0.15.0
37272025-02-25T01:28:23.656Z Checking indexmap v2.7.1
37282025-02-25T01:28:23.890Z Checking anyhow v1.0.96
37292025-02-25T01:28:24.501Z Checking terminal_size v0.4.0
37302025-02-25T01:28:24.501Z Checking tempfile v3.13.0
37312025-02-25T01:28:24.684Z Checking clap_builder v4.5.30
37322025-02-25T01:28:25.245Z Checking dtrace-parser v0.2.0
37332025-02-25T01:28:26.785Z Checking serde_json v1.0.139
37342025-02-25T01:28:26.785Z Checking toml_datetime v0.6.8
37352025-02-25T01:28:26.792Z Checking serde_spanned v0.6.8
37362025-02-25T01:28:26.792Z Checking camino v1.1.9
37372025-02-25T01:28:26.792Z Checking semver v1.0.25
37382025-02-25T01:28:26.792Z Checking cargo-platform v0.1.8
37392025-02-25T01:28:26.857Z Checking clap v4.5.30
37402025-02-25T01:28:26.965Z Checking macaddr v1.0.1
37412025-02-25T01:28:27.404Z Checking toml_edit v0.22.22
37422025-02-25T01:28:27.418Z Checking camino-tempfile v1.1.1
37432025-02-25T01:28:27.887Z Checking dof v0.3.0
37442025-02-25T01:28:27.887Z Checking cargo_metadata v0.18.1
37452025-02-25T01:28:28.291Z Checking usdt-impl v0.5.0
37462025-02-25T01:28:28.660Z Checking usdt v0.5.0
37472025-02-25T01:28:28.777Z Checking toml v0.8.19
37482025-02-25T01:28:29.212Z Checking cargo_toml v0.20.5
37492025-02-25T01:28:30.359Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37502025-02-25T01:28:30.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s
37512025-02-25T01:28:31.089Z
37522025-02-25T01:28:31.089Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37532025-02-25T01:28:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542025-02-25T01:28:31.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552025-02-25T01:28:31.885Z Checking polyval v0.6.2
37562025-02-25T01:28:32.003Z Checking ctr v0.9.2
37572025-02-25T01:28:32.015Z Checking ssh-encoding v0.2.0
37582025-02-25T01:28:32.021Z Checking blowfish v0.9.1
37592025-02-25T01:28:32.045Z Checking password-hash v0.4.2
37602025-02-25T01:28:32.064Z Checking p256 v0.13.2
37612025-02-25T01:28:32.064Z Checking p521 v0.13.3
37622025-02-25T01:28:32.100Z Checking russh-cryptovec v0.7.3
37632025-02-25T01:28:32.228Z Checking ghash v0.5.1
37642025-02-25T01:28:32.248Z Checking bcrypt-pbkdf v0.10.0
37652025-02-25T01:28:32.265Z Checking md5 v0.7.0
37662025-02-25T01:28:32.310Z Checking num-bigint v0.4.6
37672025-02-25T01:28:32.330Z Checking des v0.8.1
37682025-02-25T01:28:32.397Z Checking aes-gcm v0.10.3
37692025-02-25T01:28:32.456Z Checking pbkdf2 v0.11.0
37702025-02-25T01:28:32.514Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37712025-02-25T01:28:32.539Z Checking hex-literal v0.4.1
37722025-02-25T01:28:32.558Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37732025-02-25T01:28:32.577Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37742025-02-25T01:28:32.656Z Checking ssh-cipher v0.2.0
37752025-02-25T01:28:32.690Z Checking internet-checksum v0.2.1
37762025-02-25T01:28:32.923Z Checking ssh-key v0.6.6
37772025-02-25T01:28:33.185Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37782025-02-25T01:28:34.033Z Checking russh-keys v0.45.0
37792025-02-25T01:28:34.868Z Checking russh v0.45.0
37802025-02-25T01:28:53.240Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37812025-02-25T01:28:54.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.53s
37822025-02-25T01:28:54.839Z
37832025-02-25T01:28:54.839Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37842025-02-25T01:28:55.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852025-02-25T01:28:55.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862025-02-25T01:28:55.546Z Checking termios v0.3.3
37872025-02-25T01:28:55.778Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37882025-02-25T01:28:56.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
37892025-02-25T01:28:56.808Z
37902025-02-25T01:28:56.808Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37912025-02-25T01:28:57.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922025-02-25T01:28:57.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932025-02-25T01:28:57.539Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37942025-02-25T01:28:57.539Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37952025-02-25T01:28:57.542Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37962025-02-25T01:28:57.542Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37972025-02-25T01:28:58.540Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37982025-02-25T01:28:59.744Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37992025-02-25T01:29:01.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
38002025-02-25T01:29:01.699Z
38012025-02-25T01:29:01.700Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
38022025-02-25T01:29:02.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032025-02-25T01:29:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042025-02-25T01:29:02.360Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38052025-02-25T01:29:02.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38062025-02-25T01:29:03.008Z
38072025-02-25T01:29:03.008Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
38082025-02-25T01:29:03.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092025-02-25T01:29:03.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102025-02-25T01:29:03.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112025-02-25T01:29:03.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38122025-02-25T01:29:03.652Z
38132025-02-25T01:29:03.652Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
38142025-02-25T01:29:04.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152025-02-25T01:29:04.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162025-02-25T01:29:04.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172025-02-25T01:29:04.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38182025-02-25T01:29:04.284Z
38192025-02-25T01:29:04.284Zinfo: running `cargo check --bins` on omicron-package (194/199)
38202025-02-25T01:29:04.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212025-02-25T01:29:04.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222025-02-25T01:29:04.972Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38232025-02-25T01:29:06.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
38242025-02-25T01:29:06.544Z
38252025-02-25T01:29:06.544Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38262025-02-25T01:29:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272025-02-25T01:29:07.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282025-02-25T01:29:07.276Z Checking rtoolbox v0.0.2
38292025-02-25T01:29:07.279Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38302025-02-25T01:29:07.279Z Checking tui-tree-widget v0.23.0
38312025-02-25T01:29:07.515Z Checking rpassword v7.3.1
38322025-02-25T01:29:12.114Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38332025-02-25T01:29:14.948Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38342025-02-25T01:29:16.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s
38352025-02-25T01:29:16.323Z
38362025-02-25T01:29:16.323Zinfo: running `cargo check --bins` on wicket (196/199)
38372025-02-25T01:29:16.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382025-02-25T01:29:16.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392025-02-25T01:29:17.047Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38402025-02-25T01:29:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
38412025-02-25T01:29:17.657Z
38422025-02-25T01:29:17.657Zinfo: running `cargo check --bins` on wicketd (197/199)
38432025-02-25T01:29:18.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442025-02-25T01:29:18.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452025-02-25T01:29:18.398Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38462025-02-25T01:29:18.398Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38472025-02-25T01:29:19.237Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38482025-02-25T01:29:23.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
38492025-02-25T01:29:23.306Z
38502025-02-25T01:29:23.306Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38512025-02-25T01:29:23.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522025-02-25T01:29:23.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532025-02-25T01:29:23.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542025-02-25T01:29:23.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38552025-02-25T01:29:23.956Z
38562025-02-25T01:29:23.956Zinfo: running `cargo check --bins` on zone-setup (199/199)
38572025-02-25T01:29:24.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582025-02-25T01:29:24.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592025-02-25T01:29:24.716Z Checking uzers v0.12.1
38602025-02-25T01:29:25.065Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38612025-02-25T01:29:26.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
38622025-02-25T01:29:26.388Z
38632025-02-25T01:29:26.388Zreal 13:53.753722254
38642025-02-25T01:29:26.388Zuser 27:54.102687466
38652025-02-25T01:29:26.388Zsys 4:17.969201575
38662025-02-25T01:29:26.388Ztrap 0.578154833
38672025-02-25T01:29:26.391Ztflt 0.552627532
38682025-02-25T01:29:26.391Zdflt 1.769216512
38692025-02-25T01:29:26.391Zkflt 0.001458328
38702025-02-25T01:29:26.391Zlock 48:07.424455241
38712025-02-25T01:29:26.391Zslp 2:14:02.718679711
38722025-02-25T01:29:26.391Zlat 1:06.736027789
38732025-02-25T01:29:26.391Zstop 3:56.711876105
38742025-02-25T01:29:26.391Zprocess exited: duration 1116069 ms, exit code 0
 
38752025-02-25T01:29:26.398Zfound 0 output files