01JMWVY55VTCQXAC10Y9K93MWK: 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: 01JMWVYFFHWSWDWB1B7WQC14QC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-24T20:57:31.256Zjob assigned to worker 01JMWVYQKKR0JDB0HKGKWW4HJF [factory aws, i-0f1a02e69cf50fa9c] (queued for 1 m 1 s)
 
22025-02-24T20:57:39.352Zstarting task 0: "setup"
32025-02-24T20:57:39.359Z++ uname -s
42025-02-24T20:57:39.362Z+ kern=SunOS
52025-02-24T20:57:39.362Z+ build_user=build
62025-02-24T20:57:39.362Z+ build_uid=12345
72025-02-24T20:57:39.362Z+ work_dir=/work
82025-02-24T20:57:39.362Z+ input_dir=/input
92025-02-24T20:57:39.362Z+ [[ 0 == 12345 ]]
102025-02-24T20:57:39.362Z+ case "$kern" in
112025-02-24T20:57:39.362Z+ groupadd -g 12345 build
122025-02-24T20:57:39.364Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-24T20:57:41.371Z+ zfs create -o mountpoint=/work rpool/work
142025-02-24T20:57:41.501Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-24T20:57:41.504Z+ home_fs=zfs
162025-02-24T20:57:41.504Z+ [[ zfs == autofs ]]
172025-02-24T20:57:41.504Z+ mkdir -p /home/build
182025-02-24T20:57:41.506Z+ chown build:build /home/build /work
192025-02-24T20:57:43.508Z+ chmod 0700 /home/build /work
202025-02-24T20:57:43.511Zprocess exited: duration 4159 ms, exit code 0
 
212025-02-24T20:57:43.516Zstarting task 1: "rust-toolchain"
222025-02-24T20:57:43.522Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-24T20:57:43.522Z * rust toolchain channel = "1.85.0"
242025-02-24T20:57:43.522Z * rust toolchain profile = "default"
252025-02-24T20:57:43.522Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-24T20:57:43.522Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-24T20:57:43.522Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-24T20:57:43.525Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-24T20:57:43.525Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-24T20:57:43.646Zinfo: downloading installer
312025-02-24T20:57:44.995Zwarning: it looks like you have an existing installation of Rust at:
322025-02-24T20:57:44.995Zwarning: /opt/ooce/bin
332025-02-24T20:57:44.995Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-24T20:57:44.995Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-24T20:57:44.995Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-24T20:57:44.995Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-24T20:57:44.995Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-24T20:57:44.995Zerror: cannot install while Rust is installed
392025-02-24T20:57:44.995Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-24T20:57:45.022Zinfo: profile set to 'default'
412025-02-24T20:57:45.022Zinfo: default host triple is x86_64-unknown-illumos
422025-02-24T20:57:45.025Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-24T20:57:45.186Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-24T20:57:45.186Zinfo: downloading component 'cargo'
452025-02-24T20:57:46.074Zinfo: downloading component 'clippy'
462025-02-24T20:57:46.415Zinfo: downloading component 'rust-docs'
472025-02-24T20:57:47.748Zinfo: downloading component 'rust-std'
482025-02-24T20:57:49.719Zinfo: downloading component 'rustc'
492025-02-24T20:57:56.480Zinfo: downloading component 'rustfmt'
502025-02-24T20:57:56.733Zinfo: installing component 'cargo'
512025-02-24T20:57:57.562Zinfo: installing component 'clippy'
522025-02-24T20:57:57.943Zinfo: installing component 'rust-docs'
532025-02-24T20:57:59.693Zinfo: installing component 'rust-std'
542025-02-24T20:58:01.573Zinfo: installing component 'rustc'
552025-02-24T20:58:07.499Zinfo: installing component 'rustfmt'
562025-02-24T20:58:07.834Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-24T20:58:07.834Z
582025-02-24T20:58:08.200Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-24T20:58:08.200Z
602025-02-24T20:58:08.203Z
612025-02-24T20:58:08.203ZRust is installed now. Great!
622025-02-24T20:58:08.203Z
632025-02-24T20:58:08.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-24T20:58:08.203Zenvironment variable. This has not been done automatically.
652025-02-24T20:58:08.203Z
662025-02-24T20:58:08.203ZTo configure your current shell, you need to source
672025-02-24T20:58:08.203Zthe corresponding env file under $HOME/.cargo.
682025-02-24T20:58:08.203Z
692025-02-24T20:58:08.203ZThis is usually done by running one of the following (note the leading DOT):
702025-02-24T20:58:08.203Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-24T20:58:08.203Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-24T20:58:08.269Z+ rustup --version
732025-02-24T20:58:08.277Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-24T20:58:08.277Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-24T20:58:08.356Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-24T20:58:08.359Z+ cargo --version
772025-02-24T20:58:08.415Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-24T20:58:08.418Z+ rustc --version
792025-02-24T20:58:08.480Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-24T20:58:08.484Zprocess exited: duration 24965 ms, exit code 0
 
812025-02-24T20:58:08.489Zstarting task 2: "authentication"
822025-02-24T20:58:08.511Zprocess exited: duration 22 ms, exit code 0
 
832025-02-24T20:58:08.516Zstarting task 3: "clone repository"
842025-02-24T20:58:08.521Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-24T20:58:08.524Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-24T20:58:08.638ZCloning into '/work/oxidecomputer/omicron'...
872025-02-24T20:58:16.613Z+ cd /work/oxidecomputer/omicron
882025-02-24T20:58:16.613Z+ git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
892025-02-24T20:58:16.933ZFrom https://github.com/oxidecomputer/omicron
902025-02-24T20:58:16.936Z * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD
912025-02-24T20:58:16.944Z+ [[ -n affinity-instance-integration ]]
922025-02-24T20:58:16.946Z++ git branch --show-current
932025-02-24T20:58:16.949Z+ current=main
942025-02-24T20:58:16.949Z+ [[ main != affinity-instance-integration ]]
952025-02-24T20:58:16.949Z+ git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
962025-02-24T20:58:16.952Z+ git checkout -f affinity-instance-integration
972025-02-24T20:58:17.139ZSwitched to branch 'affinity-instance-integration'
982025-02-24T20:58:17.143Z+ git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
992025-02-24T20:58:17.154ZHEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration
1002025-02-24T20:58:17.156Zprocess exited: duration 8638 ms, exit code 0
 
1012025-02-24T20:58:17.162Zstarting task 4: "build"
1022025-02-24T20:58:17.167Z+ source .github/buildomat/ci-env.sh
1032025-02-24T20:58:17.167Z++ export CARGO_TERM_COLOR=always
1042025-02-24T20:58:17.167Z++ CARGO_TERM_COLOR=always
1052025-02-24T20:58:17.167Z+ cargo --version
1062025-02-24T20:58:17.219Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-24T20:58:17.221Z+ rustc --version
1082025-02-24T20:58:17.284Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-24T20:58:17.286Z+ source ./env.sh
1102025-02-24T20:58:17.286Z++ OLD_SHELL_OPTS=ehxB
1112025-02-24T20:58:17.286Z++ set -o xtrace
1122025-02-24T20:58:17.289Z++++ dirname ./env.sh
1132025-02-24T20:58:17.291Z+++ readlink -f .
1142025-02-24T20:58:17.294Z++ OMICRON_WS=/work/oxidecomputer/omicron
1152025-02-24T20:58:17.294Z++ 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-24T20:58:17.294Z++ 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-24T20:58:17.294Z++ 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-24T20:58:17.295Z++ 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-24T20:58:17.295Z++ 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-24T20:58:17.295Z++ 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-24T20:58:17.295Z++ 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-24T20:58:17.295Z++ 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-24T20:58:17.295Z++ case $OLD_SHELL_OPTS in
1242025-02-24T20:58:17.295Z++ unset OLD_SHELL_OPTS OMICRON_WS
1252025-02-24T20:58:17.295Z+ 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-24T20:58:17.295Z+ 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-24T20:58:17.295Z+ banner prerequisites
1282025-02-24T20:58:17.435Z
1292025-02-24T20:58:17.435Z ##### ##### ###### ##### ###### #### # # # #### #
1302025-02-24T20:58:17.435Z # # # # # # # # # # # # # # #
1312025-02-24T20:58:17.435Z # # # # ##### # # ##### # # # # # #### #
1322025-02-24T20:58:17.435Z ##### ##### # ##### # # # # # # # # #
1332025-02-24T20:58:17.435Z # # # # # # # # # # # # # # #
1342025-02-24T20:58:17.438Z # # # ###### # # ###### ### # #### # #### #
1352025-02-24T20:58:17.438Z
1362025-02-24T20:58:17.438Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1372025-02-24T20:58:21.556Zpkg list: illegal option -- F
1382025-02-24T20:58:21.557ZUsage:
1392025-02-24T20:58:21.559Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1402025-02-24T20:58:21.559Z [pkg_fmri_pattern ...]
1412025-02-24T20:58:22.402Zpkg list: illegal option -- F
1422025-02-24T20:58:22.402ZUsage:
1432025-02-24T20:58:22.405Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1442025-02-24T20:58:22.405Z [pkg_fmri_pattern ...]
1452025-02-24T20:58:30.083Z Startup: Refreshing catalog 'helios-dev' ... Done
1462025-02-24T20:58:34.522Z Startup: Caching catalogs ... Done
1472025-02-24T20:58:47.495ZPlanning: Solver setup ... Done (12.044s)
1482025-02-24T20:58:47.650ZPlanning: Running solver ... Done (0.155s)
1492025-02-24T20:58:48.029ZPlanning: Finding local manifests ... Done (0.260s)
1502025-02-24T20:58:48.043ZPlanning: Fetching manifests: 0/7 0% complete
1512025-02-24T20:58:48.392ZPlanning: Fetching manifests: 7/7 100% complete
1522025-02-24T20:58:48.941ZPlanning: Package planning ... Done (0.549s)
1532025-02-24T20:58:48.997ZPlanning: Merging actions ... Done (0.056s)
1542025-02-24T20:58:49.601ZPlanning: Checking for conflicting actions ... Done (0.603s)
1552025-02-24T20:58:53.937ZPlanning: Consolidating action changes ... Done (4.334s)
1562025-02-24T20:58:54.390ZPlanning: Evaluating mediators ... Done (0.454s)
1572025-02-24T20:58:54.616ZPlanning: Planning completed in 19.99 seconds
1582025-02-24T20:58:54.634Z Packages to install: 4
1592025-02-24T20:58:54.634Z Packages to update: 3
1602025-02-24T20:58:54.637Z Mediators to change: 2
1612025-02-24T20:58:54.637Z Services to change: 1
1622025-02-24T20:58:54.637Z Estimated space available: 155.60 GB
1632025-02-24T20:58:54.637ZEstimated space to be consumed: 1.66 GB
1642025-02-24T20:58:54.637Z Create boot environment: No
1652025-02-24T20:58:54.637ZCreate backup boot environment: Yes
1662025-02-24T20:58:54.637Z Rebuild boot archive: No
1672025-02-24T20:58:54.637Z
1682025-02-24T20:58:54.637ZChanged mediators:
1692025-02-24T20:58:54.637Z mediator clang:
1702025-02-24T20:58:54.637Z version: None -> 15 (system default)
1712025-02-24T20:58:54.637Z
1722025-02-24T20:58:54.637Z mediator llvm:
1732025-02-24T20:58:54.637Z version: 14 (system default) -> 15 (system default)
1742025-02-24T20:58:54.637Z
1752025-02-24T20:58:54.637ZChanged packages:
1762025-02-24T20:58:54.637Zhelios-dev
1772025-02-24T20:58:54.637Z developer/build-essential
1782025-02-24T20:58:54.637Z None -> 11-2.0
1792025-02-24T20:58:54.637Z library/libxmlsec1
1802025-02-24T20:58:54.637Z None -> 1.2.35-2.0
1812025-02-24T20:58:54.637Z ooce/developer/clang-15
1822025-02-24T20:58:54.637Z None -> 15.0.7-2.0
1832025-02-24T20:58:54.637Z ooce/developer/llvm-15
1842025-02-24T20:58:54.637Z None -> 15.0.7-2.0
1852025-02-24T20:58:54.637Z package/pkg
1862025-02-24T20:58:54.637Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1872025-02-24T20:58:54.637Z system/library/g++-runtime
1882025-02-24T20:58:54.637Z 13-2.0 -> 14-2.0
1892025-02-24T20:58:54.637Z system/library/gcc-runtime
1902025-02-24T20:58:54.637Z 13-2.0 -> 14-2.0
1912025-02-24T20:58:54.637Z
1922025-02-24T20:58:54.637ZServices:
1932025-02-24T20:58:54.637Z restart_fmri:
1942025-02-24T20:58:54.637Z svc:/system/update-man-index:default
1952025-02-24T20:58:54.638Z
1962025-02-24T20:58:54.638ZEditable files to change:
1972025-02-24T20:58:54.638Z Update:
1982025-02-24T20:58:54.638Z usr/share/lib/pkg/web/config.shtml
1992025-02-24T20:58:54.792Z
2002025-02-24T20:58:54.792ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2012025-02-24T20:58:59.795ZDownload: 884/4301 items 18.9/225.4MB 8% complete (3.9M/s)
2022025-02-24T20:59:04.795ZDownload: 1219/4301 items 88.5/225.4MB 39% complete (8.8M/s)
2032025-02-24T20:59:09.828ZDownload: 2211/4301 items 119.2/225.4MB 52% complete (10.0M/s)
2042025-02-24T20:59:14.840ZDownload: 2465/4301 items 120.2/225.4MB 53% complete (3.5M/s)
2052025-02-24T20:59:19.847ZDownload: 3243/4301 items 201.1/225.4MB 89% complete (8.1M/s)
2062025-02-24T20:59:27.809ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s)
2072025-02-24T20:59:33.055ZDownload: 4206/4301 items 220.6/225.4MB 97% complete (2.0M/s)
2082025-02-24T20:59:36.584ZDownload: Completed 225.42 MB in 41.79 seconds (5.4M/s)
2092025-02-24T20:59:38.860Z Actions: 1/5122 actions (Removing old actions)
2102025-02-24T20:59:38.879Z Actions: 194/5122 actions (Installing new actions)
2112025-02-24T20:59:43.889Z Actions: 4172/5122 actions (Installing new actions)
2122025-02-24T20:59:44.187Z Actions: 4267/5122 actions (Updating modified actions)
2132025-02-24T20:59:44.575Z Actions: Completed 5122 actions in 5.71 seconds.
2142025-02-24T20:59:44.993Z Done (0.411s)
2152025-02-24T20:59:44.996Z Done (0.001s)
2162025-02-24T20:59:45.602Z Done (0.607s)
2172025-02-24T20:59:51.424Z Done (5.581s)
2182025-02-24T20:59:51.718Z Done (0.229s)
2192025-02-24T20:59:51.721Z Done (0.000s)
2202025-02-24T20:59:51.907Z Done (0.000s)
2212025-02-24T20:59:52.620ZPlanning: Evaluating mediator changes ... Done
2222025-02-24T20:59:52.784ZPlanning: Checking for conflicting actions ... Done
2232025-02-24T20:59:52.786ZPlanning: Consolidating action changes ... Done
2242025-02-24T20:59:53.064ZPlanning: Evaluating mediators ... Done
2252025-02-24T20:59:53.067ZPlanning: Planning completed in 0.44 seconds
2262025-02-24T20:59:53.104Z Mediators to change: 2
2272025-02-24T20:59:53.104Z Create boot environment: No
2282025-02-24T20:59:53.107ZCreate backup boot environment: No
2292025-02-24T20:59:53.204Z Done
2302025-02-24T20:59:53.205Z Done
2312025-02-24T20:59:53.616Z Done
2322025-02-24T20:59:57.284Z Done
2332025-02-24T20:59:57.378Z Done
2342025-02-24T20:59:57.381Z Done
2352025-02-24T20:59:57.534Z Done
2362025-02-24T20:59:58.145ZPlanning: Evaluating mediator changes ... Done
2372025-02-24T20:59:58.147ZPlanning: Merging actions ... Done
2382025-02-24T20:59:58.332ZPlanning: Checking for conflicting actions ... Done
2392025-02-24T20:59:58.335ZPlanning: Consolidating action changes ... Done
2402025-02-24T20:59:58.594ZPlanning: Evaluating mediators ... Done
2412025-02-24T20:59:58.649ZPlanning: Planning completed in 0.74 seconds
2422025-02-24T20:59:58.688Z Packages to change: 1
2432025-02-24T20:59:58.688Z Mediators to change: 1
2442025-02-24T20:59:58.691Z Services to change: 1
2452025-02-24T20:59:58.691Z Create boot environment: No
2462025-02-24T20:59:58.691ZCreate backup boot environment: Yes
2472025-02-24T21:00:00.966Z Actions: 1/6 actions (Updating modified actions)
2482025-02-24T21:00:01.060Z Actions: Completed 6 actions in 0.09 seconds.
2492025-02-24T21:00:01.063Z Done
2502025-02-24T21:00:01.063Z Done
2512025-02-24T21:00:01.183Z Done
2522025-02-24T21:00:04.832Z Done
2532025-02-24T21:00:04.922Z Done
2542025-02-24T21:00:04.924Z Done
2552025-02-24T21:00:05.062Z Done
2562025-02-24T21:00:05.496ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2572025-02-24T21:00:05.496Zclang system 15 system
2582025-02-24T21:00:05.496Zcsh system system illumos
2592025-02-24T21:00:05.496Zctags system system illumos
2602025-02-24T21:00:05.496Zgcc vendor 12 vendor
2612025-02-24T21:00:05.496Zgcc system 10 system
2622025-02-24T21:00:05.496Zgcc system 7 system
2632025-02-24T21:00:05.496Zgo system 1.20 system
2642025-02-24T21:00:05.496Zgo system 1.19 system
2652025-02-24T21:00:05.496Zllvm system 15 system
2662025-02-24T21:00:05.496Zllvm system 14 system
2672025-02-24T21:00:05.496Zmariadb system 10.6 system
2682025-02-24T21:00:05.496Zmta vendor vendor dma
2692025-02-24T21:00:05.496Zopenjdk system 17 system
2702025-02-24T21:00:05.496Zopenjdk system 11 system
2712025-02-24T21:00:05.496Zopenjdk system 1.8 system
2722025-02-24T21:00:05.496Zopenssl vendor 3 vendor
2732025-02-24T21:00:05.496Zperl system 5.36 system
2742025-02-24T21:00:05.496Zpostgresql system 15 system
2752025-02-24T21:00:05.496Zpostgresql system 13 system
2762025-02-24T21:00:05.496Zpython vendor 3 vendor
2772025-02-24T21:00:05.496Zpython system 2 system
2782025-02-24T21:00:05.496Zpython3 system 3.11 system
2792025-02-24T21:00:05.496Zruby system 3.0 system
2802025-02-24T21:00:05.496Zwords vendor vendor american-english
2812025-02-24T21:00:05.496Zwords system system australian-english
2822025-02-24T21:00:05.496Zwords system system british-english
2832025-02-24T21:00:05.496Zwords system system canadian-english
2842025-02-24T21:00:05.497Zwords system system french
2852025-02-24T21:00:05.497Zwords system system italian
2862025-02-24T21:00:05.497Zwords system system ngerman
2872025-02-24T21:00:05.497Zwords system system ogerman
2882025-02-24T21:00:05.497Zwords system system spanish
2892025-02-24T21:00:05.821ZPUBLISHER TYPE STATUS P LOCATION
2902025-02-24T21:00:05.821Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2912025-02-24T21:00:08.868ZFMRI IFO
2922025-02-24T21:00:08.868Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2932025-02-24T21:00:08.868Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2942025-02-24T21:00:08.868Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2952025-02-24T21:00:08.868Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2962025-02-24T21:00:08.868Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2972025-02-24T21:00:08.868Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2982025-02-24T21:00:08.868Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2992025-02-24T21:00:08.868Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3002025-02-24T21:00:08.868Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3012025-02-24T21:00:08.868Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3022025-02-24T21:00:08.868Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3032025-02-24T21:00:08.868Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3042025-02-24T21:00:08.868Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3052025-02-24T21:00:08.868Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3062025-02-24T21:00:08.868Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3072025-02-24T21:00:09.646Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3082025-02-24T21:00:09.966Z Updating crates.io index
3092025-02-24T21:00:10.015Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3102025-02-24T21:00:10.641Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112025-02-24T21:00:10.934Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3122025-02-24T21:00:11.219Z Updating git repository `https://github.com/oxidecomputer/propolis`
3132025-02-24T21:00:12.220Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142025-02-24T21:00:14.020Z Updating git repository `https://github.com/oxidecomputer/opte`
3152025-02-24T21:00:14.633Z Updating git repository `https://github.com/oxidecomputer/falcon`
3162025-02-24T21:00:15.450Z Updating git repository `https://github.com/oxidecomputer/clickward`
3172025-02-24T21:00:15.607Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3182025-02-24T21:00:15.986Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3192025-02-24T21:00:16.527Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3202025-02-24T21:00:16.989Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3212025-02-24T21:00:17.346Z Updating git repository `https://github.com/oxidecomputer/propolis`
3222025-02-24T21:00:17.854Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3232025-02-24T21:00:18.201Z Updating git repository `https://github.com/oxidecomputer/tofino`
3242025-02-24T21:00:18.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3252025-02-24T21:00:18.757Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3262025-02-24T21:00:19.011Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3272025-02-24T21:00:19.332Z Updating git repository `https://github.com/oxidecomputer/lldp`
3282025-02-24T21:00:19.672Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3292025-02-24T21:00:19.964Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3302025-02-24T21:00:20.311Z Updating git repository `https://github.com/oxidecomputer/ispf`
3312025-02-24T21:00:20.672Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3322025-02-24T21:00:20.938Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3332025-02-24T21:00:21.497Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3342025-02-24T21:00:21.807Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3352025-02-24T21:00:22.175Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3362025-02-24T21:00:22.552Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3372025-02-24T21:00:22.875Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3382025-02-24T21:00:23.139Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3392025-02-24T21:00:23.478Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3402025-02-24T21:00:24.733Z Downloading crates ...
3412025-02-24T21:00:24.793Z Downloaded byteorder v1.5.0
3422025-02-24T21:00:24.796Z Downloaded anstyle v1.0.10
3432025-02-24T21:00:24.800Z Downloaded anstyle-query v1.1.1
3442025-02-24T21:00:24.803Z Downloaded equivalent v1.0.1
3452025-02-24T21:00:24.824Z Downloaded swrite v0.1.0
3462025-02-24T21:00:24.827Z Downloaded scroll_derive v0.12.0
3472025-02-24T21:00:24.830Z Downloaded dtrace-parser v0.2.0
3482025-02-24T21:00:24.836Z Downloaded usdt-attr-macro v0.5.0
3492025-02-24T21:00:24.840Z Downloaded pretty-hex v0.4.1
3502025-02-24T21:00:24.843Z Downloaded bitflags v2.6.0
3512025-02-24T21:00:24.846Z Downloaded bytecount v0.6.8
3522025-02-24T21:00:24.848Z Downloaded block-buffer v0.10.4
3532025-02-24T21:00:24.848Z Downloaded autocfg v1.4.0
3542025-02-24T21:00:24.851Z Downloaded anyhow v1.0.96
3552025-02-24T21:00:24.854Z Downloaded fs-err v2.11.0
3562025-02-24T21:00:24.856Z Downloaded itoa v1.0.11
3572025-02-24T21:00:24.856Z Downloaded memmap v0.7.0
3582025-02-24T21:00:24.859Z Downloaded clap_lex v0.7.4
3592025-02-24T21:00:24.859Z Downloaded anstyle-parse v0.2.5
3602025-02-24T21:00:24.862Z Downloaded pest_generator v2.7.14
3612025-02-24T21:00:24.862Z Downloaded digest v0.10.7
3622025-02-24T21:00:24.866Z Downloaded is_terminal_polyfill v1.70.1
3632025-02-24T21:00:24.866Z Downloaded fastrand v2.1.1
3642025-02-24T21:00:24.866Z Downloaded cpufeatures v0.2.14
3652025-02-24T21:00:24.869Z Downloaded cargo-platform v0.1.8
3662025-02-24T21:00:24.869Z Downloaded strsim v0.11.1
3672025-02-24T21:00:24.869Z Downloaded colorchoice v1.0.2
3682025-02-24T21:00:24.872Z Downloaded heck v0.4.1
3692025-02-24T21:00:24.876Z Downloaded heck v0.5.0
3702025-02-24T21:00:24.878Z Downloaded scroll v0.12.0
3712025-02-24T21:00:24.878Z Downloaded cfg-if v1.0.0
3722025-02-24T21:00:24.881Z Downloaded dof v0.3.0
3732025-02-24T21:00:24.881Z Downloaded serde_tokenstream v0.2.2
3742025-02-24T21:00:24.884Z Downloaded toml_datetime v0.6.8
3752025-02-24T21:00:24.887Z Downloaded unicode-linebreak v0.1.5
3762025-02-24T21:00:24.896Z Downloaded utf8parse v0.2.2
3772025-02-24T21:00:24.900Z Downloaded smawk v0.3.2
3782025-02-24T21:00:24.902Z Downloaded thiserror-impl v1.0.69
3792025-02-24T21:00:24.905Z Downloaded thread-id v4.2.2
3802025-02-24T21:00:24.905Z Downloaded crypto-common v0.1.6
3812025-02-24T21:00:24.905Z Downloaded version_check v0.9.5
3822025-02-24T21:00:24.908Z Downloaded clap_derive v4.5.28
3832025-02-24T21:00:24.910Z Downloaded once_cell v1.20.3
3842025-02-24T21:00:24.913Z Downloaded usdt-macro v0.5.0
3852025-02-24T21:00:24.913Z Downloaded usdt-impl v0.5.0
3862025-02-24T21:00:24.913Z Downloaded terminal_size v0.4.0
3872025-02-24T21:00:24.915Z Downloaded cargo_metadata v0.18.1
3882025-02-24T21:00:24.916Z Downloaded camino v1.1.9
3892025-02-24T21:00:24.918Z Downloaded camino-tempfile v1.1.1
3902025-02-24T21:00:24.921Z Downloaded tabled_derive v0.7.0
3912025-02-24T21:00:24.921Z Downloaded generic-array v0.14.7
3922025-02-24T21:00:24.923Z Downloaded cargo_toml v0.20.5
3932025-02-24T21:00:24.923Z Downloaded macaddr v1.0.1
3942025-02-24T21:00:24.926Z Downloaded fnv v1.0.7
3952025-02-24T21:00:24.926Z Downloaded thiserror v1.0.69
3962025-02-24T21:00:24.929Z Downloaded sha2 v0.10.8
3972025-02-24T21:00:24.931Z Downloaded usdt v0.5.0
3982025-02-24T21:00:24.934Z Downloaded semver v1.0.25
3992025-02-24T21:00:24.934Z Downloaded errno v0.3.9
4002025-02-24T21:00:24.936Z Downloaded anstream v0.6.15
4012025-02-24T21:00:24.939Z Downloaded serde_spanned v0.6.8
4022025-02-24T21:00:24.940Z Downloaded quote v1.0.38
4032025-02-24T21:00:24.942Z Downloaded proc-macro-error v1.0.4
4042025-02-24T21:00:24.945Z Downloaded plain v0.2.3
4052025-02-24T21:00:24.948Z Downloaded zerocopy-derive v0.7.35
4062025-02-24T21:00:24.951Z Downloaded tempfile v3.13.0
4072025-02-24T21:00:24.954Z Downloaded proc-macro-error-attr v1.0.4
4082025-02-24T21:00:24.965Z Downloaded unicode-ident v1.0.14
4092025-02-24T21:00:24.968Z Downloaded ryu v1.0.18
4102025-02-24T21:00:24.970Z Downloaded typenum v1.17.0
4112025-02-24T21:00:24.973Z Downloaded ucd-trie v0.1.7
4122025-02-24T21:00:24.975Z Downloaded pest_derive v2.7.14
4132025-02-24T21:00:24.978Z Downloaded textwrap v0.16.1
4142025-02-24T21:00:24.980Z Downloaded toml v0.8.19
4152025-02-24T21:00:24.983Z Downloaded proc-macro2 v1.0.93
4162025-02-24T21:00:24.986Z Downloaded log v0.4.22
4172025-02-24T21:00:24.988Z Downloaded papergrid v0.11.0
4182025-02-24T21:00:24.992Z Downloaded serde_derive v1.0.218
4192025-02-24T21:00:24.995Z Downloaded pest_meta v2.7.14
4202025-02-24T21:00:24.997Z Downloaded clap v4.5.30
4212025-02-24T21:00:25.013Z Downloaded serde v1.0.218
4222025-02-24T21:00:25.016Z Downloaded indexmap v2.7.1
4232025-02-24T21:00:25.020Z Downloaded memchr v2.7.4
4242025-02-24T21:00:25.034Z Downloaded toml_edit v0.22.22
4252025-02-24T21:00:25.064Z Downloaded pest v2.7.14
4262025-02-24T21:00:25.073Z Downloaded hashbrown v0.15.1
4272025-02-24T21:00:25.081Z Downloaded clap_builder v4.5.30
4282025-02-24T21:00:25.090Z Downloaded goblin v0.8.2
4292025-02-24T21:00:25.098Z Downloaded winnow v0.6.20
4302025-02-24T21:00:25.107Z Downloaded zerocopy v0.7.35
4312025-02-24T21:00:25.122Z Downloaded tabled v0.15.0
4322025-02-24T21:00:25.136Z Downloaded serde_json v1.0.139
4332025-02-24T21:00:25.144Z Downloaded syn v1.0.109
4342025-02-24T21:00:25.161Z Downloaded unicode-width v0.1.14
4352025-02-24T21:00:25.166Z Downloaded syn v2.0.96
4362025-02-24T21:00:25.177Z Downloaded rustix v0.38.37
4372025-02-24T21:00:25.218Z Downloaded libc v0.2.170
4382025-02-24T21:00:25.499Z Compiling proc-macro2 v1.0.93
4392025-02-24T21:00:25.499Z Compiling unicode-ident v1.0.14
4402025-02-24T21:00:25.499Z Compiling serde v1.0.218
4412025-02-24T21:00:25.502Z Compiling version_check v0.9.5
4422025-02-24T21:00:25.502Z Compiling thiserror v1.0.69
4432025-02-24T21:00:25.502Z Compiling memchr v2.7.4
4442025-02-24T21:00:25.535Z Compiling libc v0.2.170
4452025-02-24T21:00:25.537Z Compiling itoa v1.0.11
4462025-02-24T21:00:25.770Z Compiling ryu v1.0.18
4472025-02-24T21:00:25.832Z Compiling ucd-trie v0.1.7
4482025-02-24T21:00:26.210Z Compiling once_cell v1.20.3
4492025-02-24T21:00:26.290Z Compiling byteorder v1.5.0
4502025-02-24T21:00:26.562Z Compiling rustix v0.38.37
4512025-02-24T21:00:26.627Z Compiling serde_json v1.0.139
4522025-02-24T21:00:26.707Z Compiling bitflags v2.6.0
4532025-02-24T21:00:26.957Z Compiling usdt-impl v0.5.0
4542025-02-24T21:00:27.007Z Compiling proc-macro-error-attr v1.0.4
4552025-02-24T21:00:27.084Z Compiling syn v1.0.109
4562025-02-24T21:00:27.162Z Compiling proc-macro-error v1.0.4
4572025-02-24T21:00:27.343Z Compiling camino v1.1.9
4582025-02-24T21:00:27.410Z Compiling plain v0.2.3
4592025-02-24T21:00:27.465Z Compiling equivalent v1.0.1
4602025-02-24T21:00:27.527Z Compiling utf8parse v0.2.2
4612025-02-24T21:00:27.577Z Compiling quote v1.0.38
4622025-02-24T21:00:27.602Z Compiling errno v0.3.9
4632025-02-24T21:00:27.687Z Compiling hashbrown v0.15.1
4642025-02-24T21:00:27.709Z Compiling log v0.4.22
4652025-02-24T21:00:27.855Z Compiling anstyle-parse v0.2.5
4662025-02-24T21:00:28.012Z Compiling syn v2.0.96
4672025-02-24T21:00:28.047Z Compiling thread-id v4.2.2
4682025-02-24T21:00:28.224Z Compiling anstyle v1.0.10
4692025-02-24T21:00:28.325Z Compiling is_terminal_polyfill v1.70.1
4702025-02-24T21:00:28.460Z Compiling winnow v0.6.20
4712025-02-24T21:00:28.544Z Compiling pretty-hex v0.4.1
4722025-02-24T21:00:28.648Z Compiling semver v1.0.25
4732025-02-24T21:00:28.781Z Compiling indexmap v2.7.1
4742025-02-24T21:00:28.801Z Compiling unicode-width v0.1.14
4752025-02-24T21:00:29.004Z Compiling anstyle-query v1.1.1
4762025-02-24T21:00:29.163Z Compiling colorchoice v1.0.2
4772025-02-24T21:00:29.189Z Compiling autocfg v1.4.0
4782025-02-24T21:00:29.349Z Compiling anstream v0.6.15
4792025-02-24T21:00:29.739Z Compiling terminal_size v0.4.0
4802025-02-24T21:00:29.965Z Compiling heck v0.5.0
4812025-02-24T21:00:30.026Z Compiling fastrand v2.1.1
4822025-02-24T21:00:30.164Z Compiling fs-err v2.11.0
4832025-02-24T21:00:30.306Z Compiling bytecount v0.6.8
4842025-02-24T21:00:30.412Z Compiling anyhow v1.0.96
4852025-02-24T21:00:30.483Z Compiling cfg-if v1.0.0
4862025-02-24T21:00:30.486Z Compiling strsim v0.11.1
4872025-02-24T21:00:30.540Z Compiling clap_lex v0.7.4
4882025-02-24T21:00:30.565Z Compiling heck v0.4.1
4892025-02-24T21:00:30.593Z Compiling fnv v1.0.7
4902025-02-24T21:00:30.992Z Compiling clap_builder v4.5.30
4912025-02-24T21:00:30.992Z Compiling papergrid v0.11.0
4922025-02-24T21:00:31.247Z Compiling tempfile v3.13.0
4932025-02-24T21:00:31.436Z Compiling memmap v0.7.0
4942025-02-24T21:00:31.476Z Compiling smawk v0.3.2
4952025-02-24T21:00:31.706Z Compiling unicode-linebreak v0.1.5
4962025-02-24T21:00:32.041Z Compiling swrite v0.1.0
4972025-02-24T21:00:32.187Z Compiling textwrap v0.16.1
4982025-02-24T21:00:32.750Z Compiling tabled_derive v0.7.0
4992025-02-24T21:00:34.015Z Compiling tabled v0.15.0
5002025-02-24T21:00:34.722Z Compiling serde_derive v1.0.218
5012025-02-24T21:00:34.722Z Compiling thiserror-impl v1.0.69
5022025-02-24T21:00:34.726Z Compiling zerocopy-derive v0.7.35
5032025-02-24T21:00:34.726Z Compiling scroll_derive v0.12.0
5042025-02-24T21:00:35.013Z Compiling clap_derive v4.5.28
5052025-02-24T21:00:36.138Z Compiling scroll v0.12.0
5062025-02-24T21:00:36.558Z Compiling zerocopy v0.7.35
5072025-02-24T21:00:36.582Z Compiling goblin v0.8.2
5082025-02-24T21:00:37.129Z Compiling pest v2.7.14
5092025-02-24T21:00:38.165Z Compiling clap v4.5.30
5102025-02-24T21:00:39.336Z Compiling pest_meta v2.7.14
5112025-02-24T21:00:40.283Z Compiling pest_generator v2.7.14
5122025-02-24T21:00:41.562Z Compiling pest_derive v2.7.14
5132025-02-24T21:00:42.283Z Compiling dtrace-parser v0.2.0
5142025-02-24T21:00:43.153Z Compiling serde_spanned v0.6.8
5152025-02-24T21:00:43.155Z Compiling toml_datetime v0.6.8
5162025-02-24T21:00:43.155Z Compiling cargo-platform v0.1.8
5172025-02-24T21:00:43.430Z Compiling serde_tokenstream v0.2.2
5182025-02-24T21:00:43.672Z Compiling toml_edit v0.22.22
5192025-02-24T21:00:43.697Z Compiling macaddr v1.0.1
5202025-02-24T21:00:43.766Z Compiling camino-tempfile v1.1.1
5212025-02-24T21:00:44.521Z Compiling dof v0.3.0
5222025-02-24T21:00:44.521Z Compiling cargo_metadata v0.18.1
5232025-02-24T21:00:46.081Z Compiling usdt-macro v0.5.0
5242025-02-24T21:00:46.081Z Compiling usdt-attr-macro v0.5.0
5252025-02-24T21:00:46.396Z Compiling toml v0.8.19
5262025-02-24T21:00:47.202Z Compiling usdt v0.5.0
5272025-02-24T21:00:47.219Z Compiling cargo_toml v0.20.5
5282025-02-24T21:00:49.734Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5292025-02-24T21:00:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.43s
5302025-02-24T21:00:53.091Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5312025-02-24T21:00:53.647Z Downloading crates ...
5322025-02-24T21:00:53.775Z Downloaded atty v0.2.14
5332025-02-24T21:00:53.779Z Downloaded aead v0.5.2
5342025-02-24T21:00:53.782Z Downloaded bit-set v0.5.3
5352025-02-24T21:00:53.785Z Downloaded hashlink v0.9.1
5362025-02-24T21:00:53.789Z Downloaded hex-literal v0.4.1
5372025-02-24T21:00:53.789Z Downloaded atomicwrites v0.4.4
5382025-02-24T21:00:53.791Z Downloaded async-stream-impl v0.3.6
5392025-02-24T21:00:53.791Z Downloaded headers-core v0.3.0
5402025-02-24T21:00:53.791Z Downloaded cfg_aliases v0.2.1
5412025-02-24T21:00:53.797Z Downloaded ident_case v1.0.1
5422025-02-24T21:00:53.799Z Downloaded hubpack_derive v0.1.1
5432025-02-24T21:00:53.802Z Downloaded crucible-workspace-hack v0.1.0
5442025-02-24T21:00:53.804Z Downloaded cfg_aliases v0.1.1
5452025-02-24T21:00:53.807Z Downloaded cstr-argument v0.1.2
5462025-02-24T21:00:53.807Z Downloaded curve25519-dalek-derive v0.1.1
5472025-02-24T21:00:53.810Z Downloaded async-stream v0.3.6
5482025-02-24T21:00:53.813Z Downloaded is_ci v1.2.0
5492025-02-24T21:00:53.815Z Downloaded atomic-waker v1.1.2
5502025-02-24T21:00:53.818Z Downloaded assert_matches v1.5.0
5512025-02-24T21:00:53.818Z Downloaded base16ct v0.2.0
5522025-02-24T21:00:53.820Z Downloaded bcrypt-pbkdf v0.10.0
5532025-02-24T21:00:53.820Z Downloaded async-recursion v1.1.1
5542025-02-24T21:00:53.824Z Downloaded match_cfg v0.1.0
5552025-02-24T21:00:53.826Z Downloaded http-range v0.1.5
5562025-02-24T21:00:53.826Z Downloaded addr2line v0.24.2
5572025-02-24T21:00:53.829Z Downloaded hex v0.4.3
5582025-02-24T21:00:53.831Z Downloaded convert_case v0.4.0
5592025-02-24T21:00:53.834Z Downloaded cassowary v0.3.0
5602025-02-24T21:00:53.837Z Downloaded http-body-util v0.1.2
5612025-02-24T21:00:53.837Z Downloaded inout v0.1.3
5622025-02-24T21:00:53.839Z Downloaded indoc v2.0.5
5632025-02-24T21:00:53.842Z Downloaded lru-cache v0.1.2
5642025-02-24T21:00:53.844Z Downloaded hostname v0.4.0
5652025-02-24T21:00:53.845Z Downloaded chacha20 v0.9.1
5662025-02-24T21:00:53.847Z Downloaded cbc v0.1.2
5672025-02-24T21:00:53.849Z Downloaded lazy_static v1.5.0
5682025-02-24T21:00:53.852Z Downloaded humantime v2.1.0
5692025-02-24T21:00:53.854Z Downloaded crc-catalog v2.4.0
5702025-02-24T21:00:53.854Z Downloaded hubpack v0.1.2
5712025-02-24T21:00:53.857Z Downloaded maybe-uninit v2.0.0
5722025-02-24T21:00:53.859Z Downloaded linked-hash-map v0.5.6
5732025-02-24T21:00:53.860Z Downloaded linear-map v1.2.0
5742025-02-24T21:00:53.862Z Downloaded libefi-sys v0.1.0
5752025-02-24T21:00:53.864Z Downloaded lazycell v1.3.0
5762025-02-24T21:00:53.864Z Downloaded lalrpop-util v0.19.12
5772025-02-24T21:00:53.882Z Downloaded managed v0.8.0
5782025-02-24T21:00:53.882Z Downloaded heck v0.3.3
5792025-02-24T21:00:53.882Z Downloaded arrayref v0.3.9
5802025-02-24T21:00:53.882Z Downloaded internet-checksum v0.2.1
5812025-02-24T21:00:53.883Z Downloaded indent_write v2.2.0
5822025-02-24T21:00:53.883Z Downloaded maplit v1.0.2
5832025-02-24T21:00:53.883Z Downloaded bcs v0.1.6
5842025-02-24T21:00:53.883Z Downloaded progenitor-client v0.8.0
5852025-02-24T21:00:53.883Z Downloaded kstat-rs v0.2.4
5862025-02-24T21:00:53.883Z Downloaded highway v1.2.0
5872025-02-24T21:00:53.886Z Downloaded mime v0.3.17
5882025-02-24T21:00:53.886Z Downloaded base64ct v1.6.0
5892025-02-24T21:00:53.886Z Downloaded lockfree-object-pool v0.1.6
5902025-02-24T21:00:53.889Z Downloaded constant_time_eq v0.3.1
5912025-02-24T21:00:53.891Z Downloaded cookie_store v0.21.1
5922025-02-24T21:00:53.894Z Downloaded md-5 v0.10.6
5932025-02-24T21:00:53.897Z Downloaded httparse v1.9.5
5942025-02-24T21:00:53.899Z Downloaded mime_guess v2.0.5
5952025-02-24T21:00:53.903Z Downloaded libsw v3.3.1
5962025-02-24T21:00:53.906Z Downloaded impl-trait-for-tuples v0.2.2
5972025-02-24T21:00:53.908Z Downloaded sigpipe v0.1.3
5982025-02-24T21:00:53.908Z Downloaded console v0.15.10
5992025-02-24T21:00:53.911Z Downloaded lock_api v0.4.12
6002025-02-24T21:00:53.914Z Downloaded lru v0.12.5
6012025-02-24T21:00:53.917Z Downloaded iana-time-zone v0.1.61
6022025-02-24T21:00:53.919Z Downloaded memoffset v0.9.1
6032025-02-24T21:00:53.920Z Downloaded libloading v0.8.5
6042025-02-24T21:00:53.922Z Downloaded hyper-staticfile v0.10.1
6052025-02-24T21:00:53.926Z Downloaded strum v0.26.3
6062025-02-24T21:00:53.928Z Downloaded http-body v1.0.1
6072025-02-24T21:00:53.928Z Downloaded allocator-api2 v0.2.18
6082025-02-24T21:00:53.931Z Downloaded waitgroup v0.1.2
6092025-02-24T21:00:53.933Z Downloaded rtoolbox v0.0.2
6102025-02-24T21:00:53.933Z Downloaded psl-types v2.0.11
6112025-02-24T21:00:53.936Z Downloaded proc-macro-error-attr2 v2.0.0
6122025-02-24T21:00:53.936Z Downloaded md5 v0.7.0
6132025-02-24T21:00:53.938Z Downloaded vte_generate_state_changes v0.1.2
6142025-02-24T21:00:53.938Z Downloaded foreign-types-shared v0.1.1
6152025-02-24T21:00:53.941Z Downloaded endian-type v0.1.2
6162025-02-24T21:00:53.941Z Downloaded icu_locid_transform_data v1.5.0
6172025-02-24T21:00:53.943Z Downloaded async-trait v0.1.86
6182025-02-24T21:00:53.946Z Downloaded rusty-fork v0.3.0
6192025-02-24T21:00:53.949Z Downloaded schemars_derive v0.8.21
6202025-02-24T21:00:53.954Z Downloaded darling_macro v0.20.10
6212025-02-24T21:00:53.954Z Downloaded ipnetwork v0.21.1
6222025-02-24T21:00:53.956Z Downloaded zeroize_derive v1.4.2
6232025-02-24T21:00:53.956Z Downloaded rustls-pemfile v1.0.4
6242025-02-24T21:00:53.960Z Downloaded normalize-line-endings v0.3.0
6252025-02-24T21:00:53.960Z Downloaded enum-as-inner v0.6.1
6262025-02-24T21:00:53.962Z Downloaded stable_deref_trait v1.2.0
6272025-02-24T21:00:53.962Z Downloaded simd-adler32 v0.3.7
6282025-02-24T21:00:53.965Z Downloaded signature v2.2.0
6292025-02-24T21:00:53.967Z Downloaded foreign-types-shared v0.3.1
6302025-02-24T21:00:53.967Z Downloaded indexmap v1.9.3
6312025-02-24T21:00:53.971Z Downloaded crossbeam-utils v0.8.20
6322025-02-24T21:00:53.974Z Downloaded parse-size v1.1.0
6332025-02-24T21:00:53.977Z Downloaded base64 v0.13.1
6342025-02-24T21:00:53.979Z Downloaded openssl-probe v0.1.5
6352025-02-24T21:00:53.982Z Downloaded thiserror-impl-no-std v2.0.2
6362025-02-24T21:00:53.984Z Downloaded thiserror-impl v2.0.11
6372025-02-24T21:00:53.984Z Downloaded openssl-macros v0.1.1
6382025-02-24T21:00:53.987Z Downloaded slog-stdlog v4.1.1
6392025-02-24T21:00:53.989Z Downloaded pretty-hex v0.2.1
6402025-02-24T21:00:53.989Z Downloaded untrusted v0.9.0
6412025-02-24T21:00:53.992Z Downloaded termtree v0.4.1
6422025-02-24T21:00:53.992Z Downloaded strum_macros v0.24.3
6432025-02-24T21:00:53.995Z Downloaded rustc_version v0.4.1
6442025-02-24T21:00:53.997Z Downloaded hyper-util v0.1.10
6452025-02-24T21:00:54.000Z Downloaded zeroize v1.8.1
6462025-02-24T21:00:54.003Z Downloaded flagset v0.4.6
6472025-02-24T21:00:54.006Z Downloaded heapless v0.7.17
6482025-02-24T21:00:54.009Z Downloaded defmt-macros v0.3.9
6492025-02-24T21:00:54.012Z Downloaded darling v0.20.10
6502025-02-24T21:00:54.017Z Downloaded num-integer v0.1.46
6512025-02-24T21:00:54.020Z Downloaded serde-big-array v0.5.1
6522025-02-24T21:00:54.022Z Downloaded backtrace v0.3.74
6532025-02-24T21:00:54.027Z Downloaded signal-hook-tokio v0.3.1
6542025-02-24T21:00:54.030Z Downloaded olpc-cjson v0.1.4
6552025-02-24T21:00:54.033Z Downloaded pkg-config v0.3.31
6562025-02-24T21:00:54.033Z Downloaded num_enum_derive v0.5.11
6572025-02-24T21:00:54.036Z Downloaded termtree v0.5.1
6582025-02-24T21:00:54.036Z Downloaded phf_generator v0.11.2
6592025-02-24T21:00:54.039Z Downloaded ghash v0.5.1
6602025-02-24T21:00:54.039Z Downloaded thiserror v2.0.11
6612025-02-24T21:00:54.044Z Downloaded try-lock v0.2.5
6622025-02-24T21:00:54.046Z Downloaded tokio-tungstenite v0.24.0
6632025-02-24T21:00:54.049Z Downloaded quick-error v1.2.3
6642025-02-24T21:00:54.051Z Downloaded predicates-core v1.0.8
6652025-02-24T21:00:54.051Z Downloaded phf_codegen v0.11.2
6662025-02-24T21:00:54.054Z Downloaded vsss-rs v3.3.4
6672025-02-24T21:00:54.056Z Downloaded base64 v0.22.1
6682025-02-24T21:00:54.060Z Downloaded defmt v0.3.8
6692025-02-24T21:00:54.064Z Downloaded bytes v1.9.0
6702025-02-24T21:00:54.070Z Downloaded foreign-types v0.3.2
6712025-02-24T21:00:54.073Z Downloaded rfc6979 v0.4.0
6722025-02-24T21:00:54.073Z Downloaded resolv-conf v0.7.0
6732025-02-24T21:00:54.076Z Downloaded ref-cast v1.0.23
6742025-02-24T21:00:54.079Z Downloaded opaque-debug v0.3.1
6752025-02-24T21:00:54.079Z Downloaded rand_seeder v0.3.0
6762025-02-24T21:00:54.082Z Downloaded crypto-bigint v0.5.5
6772025-02-24T21:00:54.087Z Downloaded tap v1.0.1
6782025-02-24T21:00:54.089Z Downloaded strip-ansi-escapes v0.2.0
6792025-02-24T21:00:54.092Z Downloaded tokio-native-tls v0.3.1
6802025-02-24T21:00:54.092Z Downloaded structmeta-derive v0.3.0
6812025-02-24T21:00:54.095Z Downloaded tokio-macros v2.5.0
6822025-02-24T21:00:54.095Z Downloaded structmeta v0.3.0
6832025-02-24T21:00:54.097Z Downloaded untrusted v0.7.1
6842025-02-24T21:00:54.100Z Downloaded zerovec-derive v0.10.3
6852025-02-24T21:00:54.100Z Downloaded tui-tree-widget v0.23.0
6862025-02-24T21:00:54.102Z Downloaded parse-display-derive v0.10.0
6872025-02-24T21:00:54.105Z Downloaded universal-hash v0.5.1
6882025-02-24T21:00:54.105Z Downloaded slab v0.4.9
6892025-02-24T21:00:54.107Z Downloaded embedded-io v0.4.0
6902025-02-24T21:00:54.107Z Downloaded writeable v0.5.5
6912025-02-24T21:00:54.110Z Downloaded typify v0.3.0
6922025-02-24T21:00:54.114Z Downloaded vte v0.11.1
6932025-02-24T21:00:54.117Z Downloaded heapless v0.8.0
6942025-02-24T21:00:54.121Z Downloaded russh-cryptovec v0.7.3
6952025-02-24T21:00:54.124Z Downloaded hickory-server v0.24.3
6962025-02-24T21:00:54.129Z Downloaded tinyvec_macros v0.1.1
6972025-02-24T21:00:54.131Z Downloaded rustc_version v0.1.7
6982025-02-24T21:00:54.131Z Downloaded gethostname v0.5.0
6992025-02-24T21:00:54.134Z Downloaded hash32 v0.3.1
7002025-02-24T21:00:54.137Z Downloaded serde-hex v0.1.0
7012025-02-24T21:00:54.137Z Downloaded miniz_oxide v0.8.0
7022025-02-24T21:00:54.139Z Downloaded serde_derive_internals v0.29.1
7032025-02-24T21:00:54.142Z Downloaded pkcs8 v0.10.2
7042025-02-24T21:00:54.145Z Downloaded tinystr v0.7.6
7052025-02-24T21:00:54.147Z Downloaded pem-rfc7468 v0.7.0
7062025-02-24T21:00:54.160Z Downloaded want v0.3.1
7072025-02-24T21:00:54.162Z Downloaded minimal-lexical v0.2.1
7082025-02-24T21:00:54.166Z Downloaded http v1.2.0
7092025-02-24T21:00:54.171Z Downloaded rand_xorshift v0.3.0
7102025-02-24T21:00:54.173Z Downloaded darling_core v0.20.10
7112025-02-24T21:00:54.178Z Downloaded slog-json v2.6.1
7122025-02-24T21:00:54.180Z Downloaded rustc-hash v2.1.1
7132025-02-24T21:00:54.183Z Downloaded rustc-hash v1.1.0
7142025-02-24T21:00:54.186Z Downloaded peg-runtime v0.8.3
7152025-02-24T21:00:54.186Z Downloaded new_debug_unreachable v1.0.6
7162025-02-24T21:00:54.186Z Downloaded tls_codec v0.4.1
7172025-02-24T21:00:54.188Z Downloaded smf v0.2.3
7182025-02-24T21:00:54.191Z Downloaded getrandom v0.3.1
7192025-02-24T21:00:54.195Z Downloaded termios v0.3.3
7202025-02-24T21:00:54.197Z Downloaded termcolor v1.4.1
7212025-02-24T21:00:54.197Z Downloaded similar v2.6.0
7222025-02-24T21:00:54.201Z Downloaded oso-derive v0.27.3
7232025-02-24T21:00:54.204Z Downloaded num-complex v0.4.6
7242025-02-24T21:00:54.206Z Downloaded slog v2.7.0
7252025-02-24T21:00:54.209Z Downloaded hash32 v0.2.1
7262025-02-24T21:00:54.212Z Downloaded cc v1.2.15
7272025-02-24T21:00:54.215Z Downloaded deranged v0.3.11
7282025-02-24T21:00:54.218Z Downloaded whoami v1.5.2
7292025-02-24T21:00:54.220Z Downloaded sync-ptr v0.1.1
7302025-02-24T21:00:54.220Z Downloaded dsl_auto_type v0.1.2
7312025-02-24T21:00:54.223Z Downloaded sha1 v0.10.6
7322025-02-24T21:00:54.226Z Downloaded time-core v0.1.2
7332025-02-24T21:00:54.226Z Downloaded postgres-types v0.2.8
7342025-02-24T21:00:54.228Z Downloaded fallible-iterator v0.2.0
7352025-02-24T21:00:54.231Z Downloaded smallvec v1.14.0
7362025-02-24T21:00:54.233Z Downloaded smallvec v0.6.14
7372025-02-24T21:00:54.235Z Downloaded rustc-demangle v0.1.24
7382025-02-24T21:00:54.235Z Downloaded dropshot_endpoint v0.12.0
7392025-02-24T21:00:54.238Z Downloaded diff v0.1.13
7402025-02-24T21:00:54.243Z Downloaded diesel_table_macro_syntax v0.2.0
7412025-02-24T21:00:54.245Z Downloaded aes v0.8.4
7422025-02-24T21:00:54.248Z Downloaded samael v0.0.18
7432025-02-24T21:00:54.254Z Downloaded paste v1.0.15
7442025-02-24T21:00:54.257Z Downloaded twox-hash v2.1.0
7452025-02-24T21:00:54.262Z Downloaded oso v0.27.3
7462025-02-24T21:00:54.265Z Downloaded des v0.8.1
7472025-02-24T21:00:54.269Z Downloaded omicron-zone-package v0.12.0
7482025-02-24T21:00:54.272Z Downloaded r2d2 v0.8.10
7492025-02-24T21:00:54.272Z Downloaded quinn-udp v0.5.5
7502025-02-24T21:00:54.274Z Downloaded rustfmt-wrapper v0.2.1
7512025-02-24T21:00:54.276Z Downloaded unsafe-libyaml v0.2.11
7522025-02-24T21:00:54.279Z Downloaded rand_core v0.9.2
7532025-02-24T21:00:54.282Z Downloaded zip v0.6.6
7542025-02-24T21:00:54.286Z Downloaded tiny-keccak v2.0.2
7552025-02-24T21:00:54.288Z Downloaded env_logger v0.11.5
7562025-02-24T21:00:54.292Z Downloaded rustls-pki-types v1.10.0
7572025-02-24T21:00:54.296Z Downloaded env_logger v0.10.2
7582025-02-24T21:00:54.299Z Downloaded subtle v2.6.1
7592025-02-24T21:00:54.302Z Downloaded crossterm v0.28.1
7602025-02-24T21:00:54.308Z Downloaded toolchain_find v0.4.0
7612025-02-24T21:00:54.310Z Downloaded aes-gcm v0.10.3
7622025-02-24T21:00:54.313Z Downloaded filetime v0.2.25
7632025-02-24T21:00:54.316Z Downloaded dunce v1.0.5
7642025-02-24T21:00:54.316Z Downloaded poly1305 v0.8.0
7652025-02-24T21:00:54.319Z Downloaded foreign-types-macros v0.2.3
7662025-02-24T21:00:54.321Z Downloaded yoke-derive v0.7.4
7672025-02-24T21:00:54.324Z Downloaded fxhash v0.2.1
7682025-02-24T21:00:54.324Z Downloaded derive_more v0.99.19
7692025-02-24T21:00:54.328Z Downloaded num_enum v0.5.11
7702025-02-24T21:00:54.333Z Downloaded rustls-pemfile v2.2.0
7712025-02-24T21:00:54.336Z Downloaded precomputed-hash v0.1.1
7722025-02-24T21:00:54.339Z Downloaded time-macros v0.2.18
7732025-02-24T21:00:54.341Z Downloaded zopfli v0.8.1
7742025-02-24T21:00:54.344Z Downloaded phf_shared v0.10.0
7752025-02-24T21:00:54.344Z Downloaded getrandom v0.2.15
7762025-02-24T21:00:54.347Z Downloaded quinn v0.11.5
7772025-02-24T21:00:54.351Z Downloaded serde_urlencoded v0.7.1
7782025-02-24T21:00:54.354Z Downloaded serde_repr v0.1.19
7792025-02-24T21:00:54.356Z Downloaded derive-where v1.2.7
7802025-02-24T21:00:54.359Z Downloaded serde_plain v1.0.2
7812025-02-24T21:00:54.365Z Downloaded progenitor-macro v0.8.0
7822025-02-24T21:00:54.367Z Downloaded uzers v0.12.1
7832025-02-24T21:00:54.367Z Downloaded topological-sort v0.2.2
7842025-02-24T21:00:54.367Z Downloaded itertools v0.13.0
7852025-02-24T21:00:54.375Z Downloaded downcast v0.11.0
7862025-02-24T21:00:54.378Z Downloaded derive_builder_macro v0.20.2
7872025-02-24T21:00:54.380Z Downloaded number_prefix v0.4.0
7882025-02-24T21:00:54.380Z Downloaded percent-encoding v2.3.1
7892025-02-24T21:00:54.380Z Downloaded write16 v1.0.0
7902025-02-24T21:00:54.383Z Downloaded tungstenite v0.24.0
7912025-02-24T21:00:54.386Z Downloaded polyval v0.6.2
7922025-02-24T21:00:54.388Z Downloaded futures-executor v0.3.31
7932025-02-24T21:00:54.391Z Downloaded pin-utils v0.1.0
7942025-02-24T21:00:54.391Z Downloaded packed_struct_codegen v0.10.1
7952025-02-24T21:00:54.393Z Downloaded tinyvec v1.8.0
7962025-02-24T21:00:54.396Z Downloaded glob v0.3.2
7972025-02-24T21:00:54.398Z Downloaded reedline v0.35.0
7982025-02-24T21:00:54.406Z Downloaded sqlparser_derive v0.2.2
7992025-02-24T21:00:54.408Z Downloaded progenitor-client v0.9.1
8002025-02-24T21:00:54.409Z Downloaded phf_shared v0.11.2
8012025-02-24T21:00:54.411Z Downloaded slog-dtrace v0.3.0
8022025-02-24T21:00:54.411Z Downloaded peg-macros v0.8.4
8032025-02-24T21:00:54.414Z Downloaded unicode-truncate v1.1.0
8042025-02-24T21:00:54.416Z Downloaded itertools v0.14.0
8052025-02-24T21:00:54.424Z Downloaded tabwriter v1.4.0
8062025-02-24T21:00:54.427Z Downloaded synstructure v0.13.1
8072025-02-24T21:00:54.429Z Downloaded parking_lot v0.12.3
8082025-02-24T21:00:54.432Z Downloaded sync_wrapper v1.0.1
8092025-02-24T21:00:54.432Z Downloaded newtype_derive v0.1.6
8102025-02-24T21:00:54.434Z Downloaded unarray v0.1.4
8112025-02-24T21:00:54.437Z Downloaded typify-macro v0.3.0
8122025-02-24T21:00:54.437Z Downloaded num-derive v0.4.2
8132025-02-24T21:00:54.439Z Downloaded nodrop v0.1.14
8142025-02-24T21:00:54.440Z Downloaded xz2 v0.1.7
8152025-02-24T21:00:54.442Z Downloaded tokio-tungstenite v0.21.0
8162025-02-24T21:00:54.445Z Downloaded expectorate v1.1.0
8172025-02-24T21:00:54.447Z Downloaded futures-core v0.3.31
8182025-02-24T21:00:54.450Z Downloaded yoke v0.7.4
8192025-02-24T21:00:54.450Z Downloaded slog-bunyan v2.5.0
8202025-02-24T21:00:54.452Z Downloaded rand_chacha v0.3.1
8212025-02-24T21:00:54.452Z Downloaded pbkdf2 v0.11.0
8222025-02-24T21:00:54.455Z Downloaded shlex v1.3.0
8232025-02-24T21:00:54.457Z Downloaded num v0.4.3
8242025-02-24T21:00:54.460Z Downloaded hashbrown v0.12.3
8252025-02-24T21:00:54.464Z Downloaded signal-hook-mio v0.2.4
8262025-02-24T21:00:54.466Z Downloaded zerocopy v0.6.6
8272025-02-24T21:00:54.469Z Downloaded serde_path_to_error v0.1.16
8282025-02-24T21:00:54.471Z Downloaded diesel_derives v2.2.3
8292025-02-24T21:00:54.474Z Downloaded num-conv v0.1.0
8302025-02-24T21:00:54.477Z Downloaded newline-converter v0.3.0
8312025-02-24T21:00:54.477Z Downloaded tower-service v0.3.3
8322025-02-24T21:00:54.477Z Downloaded document-features v0.2.10
8332025-02-24T21:00:54.481Z Downloaded salsa20 v0.10.2
8342025-02-24T21:00:54.481Z Downloaded p256 v0.13.2
8352025-02-24T21:00:54.483Z Downloaded num_threads v0.1.7
8362025-02-24T21:00:54.486Z Downloaded aho-corasick v1.1.3
8372025-02-24T21:00:54.491Z Downloaded dirs-sys-next v0.1.2
8382025-02-24T21:00:54.493Z Downloaded futures-sink v0.3.31
8392025-02-24T21:00:54.496Z Downloaded fallible-streaming-iterator v0.1.9
8402025-02-24T21:00:54.496Z Downloaded rpassword v7.3.1
8412025-02-24T21:00:54.496Z Downloaded newtype-uuid v1.2.1
8422025-02-24T21:00:54.499Z Downloaded qorb v0.2.1
8432025-02-24T21:00:54.502Z Downloaded ed25519 v2.2.3
8442025-02-24T21:00:54.504Z Downloaded utf-8 v0.7.6
8452025-02-24T21:00:54.507Z Downloaded ed25519-dalek v2.1.1
8462025-02-24T21:00:54.509Z Downloaded nu-ansi-term v0.50.1
8472025-02-24T21:00:54.512Z Downloaded derive_builder v0.20.2
8482025-02-24T21:00:54.516Z Downloaded stringprep v0.1.5
8492025-02-24T21:00:54.519Z Downloaded der_derive v0.7.3
8502025-02-24T21:00:54.521Z Downloaded ref-cast-impl v1.0.23
8512025-02-24T21:00:54.521Z Downloaded supports-color v3.0.1
8522025-02-24T21:00:54.524Z Downloaded zerofrom v0.1.4
8532025-02-24T21:00:54.524Z Downloaded zone_cfg_derive v0.1.2
8542025-02-24T21:00:54.524Z Downloaded num-bigint-dig v0.8.4
8552025-02-24T21:00:54.529Z Downloaded same-file v1.0.6
8562025-02-24T21:00:54.532Z Downloaded blake3 v1.5.4
8572025-02-24T21:00:54.539Z Downloaded zone_cfg_derive v0.3.0
8582025-02-24T21:00:54.541Z Downloaded papergrid v0.14.0
8592025-02-24T21:00:54.544Z Downloaded secrecy v0.8.0
8602025-02-24T21:00:54.547Z Downloaded static_assertions v1.1.0
8612025-02-24T21:00:54.549Z Downloaded scheduled-thread-pool v0.2.7
8622025-02-24T21:00:54.549Z Downloaded diesel-dtrace v0.4.2
8632025-02-24T21:00:54.552Z Downloaded proc-macro-crate v1.3.1
8642025-02-24T21:00:54.552Z Downloaded scrypt v0.11.0
8652025-02-24T21:00:54.554Z Downloaded unicode-segmentation v1.12.0
8662025-02-24T21:00:54.557Z Downloaded dyn-clone v1.0.18
8672025-02-24T21:00:54.559Z Downloaded primeorder v0.13.6
8682025-02-24T21:00:54.562Z Downloaded uuid v1.12.0
8692025-02-24T21:00:54.564Z Downloaded rand_chacha v0.9.0
8702025-02-24T21:00:54.568Z Downloaded ssh-encoding v0.2.0
8712025-02-24T21:00:54.568Z Downloaded ssh-cipher v0.2.0
8722025-02-24T21:00:54.571Z Downloaded tracing-attributes v0.1.27
8732025-02-24T21:00:54.571Z Downloaded signal-hook v0.3.17
8742025-02-24T21:00:54.574Z Downloaded tower v0.5.2
8752025-02-24T21:00:54.584Z Downloaded num-iter v0.1.45
8762025-02-24T21:00:54.587Z Downloaded typify-macro v0.2.0
8772025-02-24T21:00:54.587Z Downloaded password-hash v0.5.0
8782025-02-24T21:00:54.589Z Downloaded password-hash v0.4.2
8792025-02-24T21:00:54.589Z Downloaded walkdir v2.5.0
8802025-02-24T21:00:54.592Z Downloaded parking_lot_core v0.9.10
8812025-02-24T21:00:54.594Z Downloaded displaydoc v0.2.5
8822025-02-24T21:00:54.597Z Downloaded futures-channel v0.3.31
8832025-02-24T21:00:54.599Z Downloaded aws-lc-rs v1.10.0
8842025-02-24T21:00:54.608Z Downloaded mockall v0.13.1
8852025-02-24T21:00:54.610Z Downloaded futures-task v0.3.31
8862025-02-24T21:00:54.613Z Downloaded derive_builder_core v0.20.2
8872025-02-24T21:00:54.613Z Downloaded serde_yaml v0.9.34+deprecated
8882025-02-24T21:00:54.616Z Downloaded predicates v3.1.3
8892025-02-24T21:00:54.619Z Downloaded chrono v0.4.39
8902025-02-24T21:00:54.626Z Downloaded subprocess v0.2.9
8912025-02-24T21:00:54.629Z Downloaded lalrpop v0.19.12
8922025-02-24T21:00:54.640Z Downloaded proc-macro-error2 v2.0.1
8932025-02-24T21:00:54.643Z Downloaded bindgen v0.69.5
8942025-02-24T21:00:54.651Z Downloaded time v0.3.36
8952025-02-24T21:00:54.657Z Downloaded parking_lot v0.11.2
8962025-02-24T21:00:54.661Z Downloaded quick-xml v0.37.2
8972025-02-24T21:00:54.666Z Downloaded ron v0.8.1
8982025-02-24T21:00:54.671Z Downloaded tracing-core v0.1.32
8992025-02-24T21:00:54.674Z Downloaded bindgen v0.71.1
9002025-02-24T21:00:54.682Z Downloaded num-traits v0.2.19
9012025-02-24T21:00:54.684Z Downloaded reqwest v0.12.12
9022025-02-24T21:00:54.693Z Downloaded ron v0.7.1
9032025-02-24T21:00:54.698Z Downloaded rayon-core v1.12.1
9042025-02-24T21:00:54.701Z Downloaded steno v0.4.1
9052025-02-24T21:00:54.706Z Downloaded rustyline v14.0.0
9062025-02-24T21:00:54.712Z Downloaded tracing v0.1.40
9072025-02-24T21:00:54.717Z Downloaded rand v0.9.0
9082025-02-24T21:00:54.721Z Downloaded h2 v0.4.6
9092025-02-24T21:00:54.729Z Downloaded tokio-postgres v0.7.12
9102025-02-24T21:00:54.734Z Downloaded salty v0.3.0
9112025-02-24T21:00:54.741Z Downloaded rcgen v0.12.1
9122025-02-24T21:00:54.744Z Downloaded rustls-webpki v0.101.7
9132025-02-24T21:00:54.759Z Downloaded hashbrown v0.14.5
9142025-02-24T21:00:54.764Z Downloaded icu_properties_data v1.5.0
9152025-02-24T21:00:54.777Z Downloaded typed-path v0.9.3
9162025-02-24T21:00:54.782Z Downloaded curve25519-dalek v4.1.3
9172025-02-24T21:00:54.793Z Downloaded tough v0.19.0
9182025-02-24T21:00:54.801Z Downloaded rustls-webpki v0.102.8
9192025-02-24T21:00:54.820Z Downloaded num-bigint v0.4.6
9202025-02-24T21:00:54.825Z Downloaded quinn-proto v0.11.8
9212025-02-24T21:00:54.832Z Downloaded tabled v0.18.0
9222025-02-24T21:00:54.850Z Downloaded zerovec v0.10.4
9232025-02-24T21:00:54.856Z Downloaded webpki-roots v0.26.6
9242025-02-24T21:00:54.859Z Downloaded openssl v0.10.71
9252025-02-24T21:00:54.869Z Downloaded sqlparser v0.45.0
9262025-02-24T21:00:54.875Z Downloaded rayon v1.10.0
9272025-02-24T21:00:54.885Z Downloaded portable-atomic v1.9.0
9282025-02-24T21:00:54.893Z Downloaded rusqlite v0.32.1
9292025-02-24T21:00:54.900Z Downloaded polar-core v0.27.3
9302025-02-24T21:00:54.909Z Downloaded gimli v0.31.1
9312025-02-24T21:00:54.918Z Downloaded regex v1.11.1
9322025-02-24T21:00:54.932Z Downloaded futures-util v0.3.31
9332025-02-24T21:00:54.943Z Downloaded p384 v0.13.0
9342025-02-24T21:00:54.951Z Downloaded rustls v0.22.4
9352025-02-24T21:00:54.972Z Downloaded radix_trie v0.2.1
9362025-02-24T21:00:54.980Z Downloaded zerocopy v0.8.10
9372025-02-24T21:00:55.006Z Downloaded rustls v0.23.19
9382025-02-24T21:00:55.020Z Downloaded regex-syntax v0.8.5
9392025-02-24T21:00:55.028Z Downloaded hickory-proto v0.24.3
9402025-02-24T21:00:55.043Z Downloaded object v0.30.4
9412025-02-24T21:00:55.053Z Downloaded smoltcp v0.11.0
9422025-02-24T21:00:55.066Z Downloaded dropshot v0.15.1
9432025-02-24T21:00:55.088Z Downloaded openapiv3 v2.0.0
9442025-02-24T21:00:55.099Z Downloaded regex-syntax v0.6.29
9452025-02-24T21:00:55.106Z Downloaded nix v0.28.0
9462025-02-24T21:00:55.118Z Downloaded zerocopy-derive v0.6.6
9472025-02-24T21:00:55.127Z Downloaded nix v0.29.0
9482025-02-24T21:00:55.139Z Downloaded object v0.36.5
9492025-02-24T21:00:55.150Z Downloaded dropshot v0.12.0
9502025-02-24T21:00:55.171Z Downloaded typify-impl v0.2.0
9512025-02-24T21:00:55.185Z Downloaded sled v0.34.7
9522025-02-24T21:00:55.195Z Downloaded bzip2-sys v0.1.11+1.0.8
9532025-02-24T21:00:55.208Z Downloaded diesel v2.2.7
9542025-02-24T21:00:55.225Z Downloaded ratatui v0.29.0
9552025-02-24T21:00:55.245Z Downloaded regress v0.9.1
9562025-02-24T21:00:55.253Z Downloaded winnow v0.5.40
9572025-02-24T21:00:55.262Z Downloaded typify-impl v0.3.0
9582025-02-24T21:00:55.277Z Downloaded unicode-width v0.2.0
9592025-02-24T21:00:55.283Z Downloaded nix v0.27.1
9602025-02-24T21:00:55.293Z Downloaded tokio v1.43.0
9612025-02-24T21:00:55.331Z Downloaded csv v1.3.1
9622025-02-24T21:00:55.349Z Downloaded petname v2.0.2
9632025-02-24T21:00:55.355Z Downloaded sha3 v0.10.8
9642025-02-24T21:00:55.359Z Downloaded regex-automata v0.4.8
9652025-02-24T21:00:55.374Z Downloaded petgraph v0.6.5
9662025-02-24T21:00:55.390Z Downloaded lzma-sys v0.1.20
9672025-02-24T21:00:55.417Z Downloaded libz-sys v1.1.20
9682025-02-24T21:00:55.437Z Downloaded vcpkg v0.2.15
9692025-02-24T21:00:55.472Z Downloaded smoltcp v0.9.1
9702025-02-24T21:00:55.482Z Downloaded rustls v0.21.12
9712025-02-24T21:00:55.493Z Downloaded regress v0.10.1
9722025-02-24T21:00:55.501Z Downloaded bstr v1.10.0
9732025-02-24T21:00:55.510Z Downloaded chrono-tz v0.10.1
9742025-02-24T21:00:55.517Z Downloaded git2 v0.19.0
9752025-02-24T21:00:55.526Z Downloaded der v0.7.9
9762025-02-24T21:00:55.531Z Downloaded hashbrown v0.13.2
9772025-02-24T21:00:55.535Z Downloaded futures v0.3.31
9782025-02-24T21:00:55.540Z Downloaded unicode-normalization v0.1.24
9792025-02-24T21:00:55.544Z Downloaded bitvec v1.0.1
9802025-02-24T21:00:55.558Z Downloaded unicode-bidi v0.3.17
9812025-02-24T21:00:55.561Z Downloaded proptest v1.5.0
9822025-02-24T21:00:55.570Z Downloaded progenitor v0.8.0
9832025-02-24T21:00:55.573Z Downloaded strum_macros v0.26.4
9842025-02-24T21:00:55.575Z Downloaded tokio-rustls v0.24.1
9852025-02-24T21:00:55.578Z Downloaded progenitor v0.9.1
9862025-02-24T21:00:55.578Z Downloaded semver v0.1.20
9872025-02-24T21:00:55.578Z Downloaded peg v0.8.4
9882025-02-24T21:00:55.581Z Downloaded pbkdf2 v0.12.2
9892025-02-24T21:00:55.584Z Downloaded num-rational v0.4.2
9902025-02-24T21:00:55.587Z Downloaded daft v0.1.1
9912025-02-24T21:00:55.587Z Downloaded progenitor-impl v0.8.0
9922025-02-24T21:00:55.590Z Downloaded display-error-chain v0.2.2
9932025-02-24T21:00:55.590Z Downloaded dirs-next v2.0.0
9942025-02-24T21:00:55.593Z Downloaded ecdsa v0.16.9
9952025-02-24T21:00:55.596Z Downloaded tls_codec_derive v0.4.1
9962025-02-24T21:00:55.596Z Downloaded parse-display v0.10.0
9972025-02-24T21:00:55.596Z Downloaded fallible-iterator v0.3.0
9982025-02-24T21:00:55.599Z Downloaded strum_macros v0.25.3
9992025-02-24T21:00:55.602Z Downloaded utf16_iter v1.0.5
10002025-02-24T21:00:55.602Z Downloaded zerocopy-derive v0.8.10
10012025-02-24T21:00:55.606Z Downloaded encoding_rs v0.8.34
10022025-02-24T21:00:55.626Z Downloaded russh v0.45.0
10032025-02-24T21:00:55.631Z Downloaded p521 v0.13.3
10042025-02-24T21:00:55.634Z Downloaded fatfs v0.3.6
10052025-02-24T21:00:55.637Z Downloaded defmt-parser v0.3.4
10062025-02-24T21:00:55.639Z Downloaded serde_with v3.11.0
10072025-02-24T21:00:55.646Z Downloaded utf8_iter v1.0.4
10082025-02-24T21:00:55.648Z Downloaded slog-async v2.8.0
10092025-02-24T21:00:55.648Z Downloaded yasna v0.5.2
10102025-02-24T21:00:55.652Z Downloaded tokio-rustls v0.26.0
10112025-02-24T21:00:55.654Z Downloaded tokio-rustls v0.25.0
10122025-02-24T21:00:55.654Z Downloaded futures-macro v0.3.31
10132025-02-24T21:00:55.657Z Downloaded futures-io v0.3.31
10142025-02-24T21:00:55.657Z Downloaded tokio-util v0.7.12
10152025-02-24T21:00:55.663Z Downloaded nom v7.1.3
10162025-02-24T21:00:55.668Z Downloaded tokio-stream v0.1.16
10172025-02-24T21:00:55.672Z Downloaded socket2 v0.5.8
10182025-02-24T21:00:55.675Z Downloaded globset v0.4.15
10192025-02-24T21:00:55.678Z Downloaded sct v0.7.1
10202025-02-24T21:00:55.681Z Downloaded progenitor-impl v0.9.1
10212025-02-24T21:00:55.683Z Downloaded unicase v2.7.0
10222025-02-24T21:00:55.683Z Downloaded flate2 v1.0.35
10232025-02-24T21:00:55.687Z Downloaded ring v0.17.11
10242025-02-24T21:00:55.731Z Downloaded path-slash v0.1.5
10252025-02-24T21:00:55.733Z Downloaded take_mut v0.2.2
10262025-02-24T21:00:55.733Z Downloaded slog-envlogger v2.2.0
10272025-02-24T21:00:55.736Z Downloaded sec1 v0.7.3
10282025-02-24T21:00:55.736Z Downloaded pin-project-lite v0.2.14
10292025-02-24T21:00:55.740Z Downloaded serde_with_macros v3.11.0
10302025-02-24T21:00:55.742Z Downloaded value-bag v1.9.0
10312025-02-24T21:00:55.745Z Downloaded thiserror-no-std v2.0.2
10322025-02-24T21:00:55.748Z Downloaded pin-project v1.1.6
10332025-02-24T21:00:55.759Z Downloaded hkdf v0.12.4
10342025-02-24T21:00:55.762Z Downloaded elliptic-curve v0.13.8
10352025-02-24T21:00:55.765Z Downloaded xattr v1.3.1
10362025-02-24T21:00:55.768Z Downloaded float-cmp v0.10.0
10372025-02-24T21:00:55.770Z Downloaded zip v2.1.3
10382025-02-24T21:00:55.773Z Downloaded libgit2-sys v0.17.0+1.8.1
10392025-02-24T21:00:55.833Z Downloaded x509-cert v0.2.5
10402025-02-24T21:00:55.839Z Downloaded openssl-sys v0.9.106
10412025-02-24T21:00:55.844Z Downloaded ssh-key v0.6.6
10422025-02-24T21:00:55.851Z Downloaded parking_lot_core v0.8.6
10432025-02-24T21:00:55.854Z Downloaded string_cache v0.8.7
10442025-02-24T21:00:55.856Z Downloaded funty v2.0.0
10452025-02-24T21:00:55.856Z Downloaded fs_extra v1.3.0
10462025-02-24T21:00:55.859Z Downloaded mockall_derive v0.13.1
10472025-02-24T21:00:55.861Z Downloaded snafu v0.8.5
10482025-02-24T21:00:55.865Z Downloaded mio v1.0.2
10492025-02-24T21:00:55.871Z Downloaded term v0.7.0
10502025-02-24T21:00:55.874Z Downloaded unicode_categories v0.1.1
10512025-02-24T21:00:55.877Z Downloaded hyper v1.5.2
10522025-02-24T21:00:55.883Z Downloaded progenitor-macro v0.9.1
10532025-02-24T21:00:55.886Z Downloaded phf v0.11.2
10542025-02-24T21:00:55.886Z Downloaded fixedbitset v0.4.2
10552025-02-24T21:00:55.889Z Downloaded ff v0.13.0
10562025-02-24T21:00:55.889Z Downloaded fd-lock v4.0.2
10572025-02-24T21:00:55.891Z Downloaded spki v0.7.3
10582025-02-24T21:00:55.894Z Downloaded spin v0.9.8
10592025-02-24T21:00:55.896Z Downloaded snafu-derive v0.8.5
10602025-02-24T21:00:55.896Z Downloaded toml_edit v0.19.15
10612025-02-24T21:00:55.912Z Downloaded unicode-properties v0.1.3
10622025-02-24T21:00:55.916Z Downloaded flume v0.11.1
10632025-02-24T21:00:55.918Z Downloaded signal-hook-registry v1.4.2
10642025-02-24T21:00:55.921Z Downloaded pkcs1 v0.7.5
10652025-02-24T21:00:55.924Z Downloaded parse-zoneinfo v0.3.1
10662025-02-24T21:00:55.926Z Downloaded libm v0.2.8
10672025-02-24T21:00:55.933Z Downloaded itertools v0.12.1
10682025-02-24T21:00:55.939Z Downloaded float-ord v0.3.2
10692025-02-24T21:00:55.942Z Downloaded native-tls v0.2.12
10702025-02-24T21:00:55.944Z Downloaded multer v3.1.0
10712025-02-24T21:00:55.947Z Downloaded russh-keys v0.45.0
10722025-02-24T21:00:55.949Z Downloaded thread_local v1.1.8
10732025-02-24T21:00:55.949Z Downloaded idna v1.0.3
10742025-02-24T21:00:55.952Z Downloaded tungstenite v0.23.0
10752025-02-24T21:00:55.955Z Downloaded tungstenite v0.21.0
10762025-02-24T21:00:55.960Z Downloaded tar v0.4.42
10772025-02-24T21:00:55.963Z Downloaded libxml v0.3.3
10782025-02-24T21:00:55.967Z Downloaded pem v3.0.4
10792025-02-24T21:00:55.970Z Downloaded oxnet v0.1.0
10802025-02-24T21:00:55.972Z Downloaded owo-colors v4.1.0
10812025-02-24T21:00:55.974Z Downloaded nanorand v0.7.0
10822025-02-24T21:00:55.977Z Downloaded multimap v0.10.0
10832025-02-24T21:00:55.977Z Downloaded half v2.4.1
10842025-02-24T21:00:55.979Z Downloaded prettyplease v0.2.29
10852025-02-24T21:00:55.982Z Downloaded itertools v0.10.5
10862025-02-24T21:00:55.989Z Downloaded postcard v1.0.10
10872025-02-24T21:00:55.991Z Downloaded pin-project-internal v1.1.6
10882025-02-24T21:00:55.994Z Downloaded rand v0.8.5
10892025-02-24T21:00:55.997Z Downloaded publicsuffix v2.3.0
10902025-02-24T21:00:55.999Z Downloaded which v4.4.2
10912025-02-24T21:00:56.002Z Downloaded url v2.5.3
10922025-02-24T21:00:56.004Z Downloaded toml v0.7.8
10932025-02-24T21:00:56.007Z Downloaded crossbeam-channel v0.5.13
10942025-02-24T21:00:56.011Z Downloaded rand_core v0.6.4
10952025-02-24T21:00:56.013Z Downloaded radium v0.7.0
10962025-02-24T21:00:56.013Z Downloaded ppv-lite86 v0.2.20
10972025-02-24T21:00:56.016Z Downloaded powerfmt v0.2.0
10982025-02-24T21:00:56.016Z Downloaded postgres-protocol v0.6.8
10992025-02-24T21:00:56.018Z Downloaded group v0.13.0
11002025-02-24T21:00:56.021Z Downloaded pkcs5 v0.7.1
11012025-02-24T21:00:56.023Z Downloaded rsa v0.9.6
11022025-02-24T21:00:56.027Z Downloaded bumpalo v3.16.0
11032025-02-24T21:00:56.030Z Downloaded foreign-types v0.5.0
11042025-02-24T21:00:56.033Z Downloaded icu_collections v1.5.0
11052025-02-24T21:00:56.037Z Downloaded foldhash v0.1.3
11062025-02-24T21:00:56.040Z Downloaded ena v0.14.3
11072025-02-24T21:00:56.042Z Downloaded embedded-io v0.6.1
11082025-02-24T21:00:56.042Z Downloaded difflib v0.4.0
11092025-02-24T21:00:56.045Z Downloaded zone v0.3.0
11102025-02-24T21:00:56.045Z Downloaded zone v0.1.8
11112025-02-24T21:00:56.045Z Downloaded wyz v0.5.1
11122025-02-24T21:00:56.047Z Downloaded dropshot_endpoint v0.15.1
11132025-02-24T21:00:56.050Z Downloaded vergen v8.3.2
11142025-02-24T21:00:56.053Z Downloaded schemars v0.8.21
11152025-02-24T21:00:56.062Z Downloaded hickory-resolver v0.24.3
11162025-02-24T21:00:56.067Z Downloaded const_format v0.2.34
11172025-02-24T21:00:56.072Z Downloaded chacha20poly1305 v0.10.1
11182025-02-24T21:00:56.074Z Downloaded test-strategy v0.4.0
11192025-02-24T21:00:56.077Z Downloaded siphasher v0.3.11
11202025-02-24T21:00:56.079Z Downloaded packed_struct v0.10.1
11212025-02-24T21:00:56.081Z Downloaded indicatif v0.17.11
11222025-02-24T21:00:56.085Z Downloaded daft-derive v0.1.1
11232025-02-24T21:00:56.088Z Downloaded icu_properties v1.5.1
11242025-02-24T21:00:56.091Z Downloaded typify v0.2.0
11252025-02-24T21:00:56.093Z Downloaded tokio-tungstenite v0.23.1
11262025-02-24T21:00:56.096Z Downloaded arc-swap v1.7.1
11272025-02-24T21:00:56.099Z Downloaded tower-layer v0.3.3
11282025-02-24T21:00:56.102Z Downloaded tabled_derive v0.10.0
11292025-02-24T21:00:56.102Z Downloaded sqlformat v0.2.6
11302025-02-24T21:00:56.104Z Downloaded icu_normalizer v1.5.0
11312025-02-24T21:00:56.107Z Downloaded base64 v0.21.7
11322025-02-24T21:00:56.110Z Downloaded nibble_vec v0.1.0
11332025-02-24T21:00:56.112Z Downloaded fragile v2.0.0
11342025-02-24T21:00:56.115Z Downloaded form_urlencoded v1.2.1
11352025-02-24T21:00:56.115Z Downloaded env_filter v0.1.2
11362025-02-24T21:00:56.115Z Downloaded either v1.13.0
11372025-02-24T21:00:56.117Z Downloaded slog-term v2.9.1
11382025-02-24T21:00:56.121Z Downloaded compact_str v0.8.0
11392025-02-24T21:00:56.123Z Downloaded debug-ignore v1.0.5
11402025-02-24T21:00:56.123Z Downloaded data-encoding v2.6.0
11412025-02-24T21:00:56.126Z Downloaded zerofrom-derive v0.1.4
11422025-02-24T21:00:56.126Z Downloaded wait-timeout v0.2.0
11432025-02-24T21:00:56.128Z Downloaded unicode-xid v0.2.6
11442025-02-24T21:00:56.128Z Downloaded async-bb8-diesel v0.2.1
11452025-02-24T21:00:56.131Z Downloaded slog-scope v4.4.0
11462025-02-24T21:00:56.134Z Downloaded scopeguard v1.2.0
11472025-02-24T21:00:56.134Z Downloaded headers v0.4.0
11482025-02-24T21:00:56.138Z Downloaded mirai-annotations v1.12.0
11492025-02-24T21:00:56.140Z Downloaded shell-words v1.1.0
11502025-02-24T21:00:56.141Z Downloaded icu_normalizer_data v1.5.0
11512025-02-24T21:00:56.143Z Downloaded crc-any v2.5.0
11522025-02-24T21:00:56.146Z Downloaded const_format_proc_macros v0.2.34
11532025-02-24T21:00:56.146Z Downloaded clang-sys v1.8.1
11542025-02-24T21:00:56.148Z Downloaded icu_locid v1.5.0
11552025-02-24T21:00:56.152Z Downloaded litrs v0.4.1
11562025-02-24T21:00:56.155Z Downloaded hickory-client v0.24.3
11572025-02-24T21:00:56.158Z Downloaded csv-core v0.1.11
11582025-02-24T21:00:56.160Z Downloaded blake2 v0.10.6
11592025-02-24T21:00:56.163Z Downloaded memmap2 v0.9.5
11602025-02-24T21:00:56.165Z Downloaded crossbeam-epoch v0.9.18
11612025-02-24T21:00:56.165Z Downloaded cookie v0.18.1
11622025-02-24T21:00:56.168Z Downloaded const-oid v0.9.6
11632025-02-24T21:00:56.170Z Downloaded rustversion v1.0.17
11642025-02-24T21:00:56.173Z Downloaded icu_provider v1.5.0
11652025-02-24T21:00:56.175Z Downloaded hmac v0.12.1
11662025-02-24T21:00:56.178Z Downloaded blowfish v0.9.1
11672025-02-24T21:00:56.178Z Downloaded hyper-rustls v0.27.3
11682025-02-24T21:00:56.180Z Downloaded litemap v0.7.3
11692025-02-24T21:00:56.183Z Downloaded ipnet v2.10.1
11702025-02-24T21:00:56.185Z Downloaded chrono-tz-build v0.4.0
11712025-02-24T21:00:56.185Z Downloaded castaway v0.2.3
11722025-02-24T21:00:56.188Z Downloaded ciborium v0.2.2
11732025-02-24T21:00:56.190Z Downloaded cancel-safe-futures v0.1.5
11742025-02-24T21:00:56.194Z Downloaded bzip2 v0.4.4
11752025-02-24T21:00:56.197Z Downloaded icu_locid_transform v1.5.0
11762025-02-24T21:00:56.197Z Downloaded bitflags v1.3.2
11772025-02-24T21:00:56.199Z Downloaded jobserver v0.1.32
11782025-02-24T21:00:56.202Z Downloaded crc32fast v1.4.2
11792025-02-24T21:00:56.204Z Downloaded argon2 v0.5.3
11802025-02-24T21:00:56.204Z Downloaded colored v2.1.0
11812025-02-24T21:00:56.207Z Downloaded ciborium-io v0.2.2
11822025-02-24T21:00:56.207Z Downloaded predicates-tree v1.0.11
11832025-02-24T21:00:56.209Z Downloaded crunchy v0.2.2
11842025-02-24T21:00:56.209Z Downloaded ahash v0.8.11
11852025-02-24T21:00:56.212Z Downloaded backoff v0.4.0
11862025-02-24T21:00:56.215Z Downloaded arrayvec v0.7.6
11872025-02-24T21:00:56.215Z Downloaded adler2 v2.0.0
11882025-02-24T21:00:56.217Z Downloaded cobs v0.2.3
11892025-02-24T21:00:56.217Z Downloaded is-terminal v0.4.13
11902025-02-24T21:00:56.220Z Downloaded instability v0.3.2
11912025-02-24T21:00:56.220Z Downloaded hyper-tls v0.6.0
11922025-02-24T21:00:56.220Z Downloaded hostname v0.3.1
11932025-02-24T21:00:56.223Z Downloaded ctr v0.9.2
11942025-02-24T21:00:56.225Z Downloaded ascii-canvas v3.0.0
11952025-02-24T21:00:56.225Z Downloaded cipher v0.4.4
11962025-02-24T21:00:56.228Z Downloaded ciborium-ll v0.2.2
11972025-02-24T21:00:56.228Z Downloaded cexpr v0.6.0
11982025-02-24T21:00:56.230Z Downloaded bitfield-struct v0.6.2
11992025-02-24T21:00:56.230Z Downloaded keccak v0.1.5
12002025-02-24T21:00:56.233Z Downloaded buf-list v1.0.3
12012025-02-24T21:00:56.233Z Downloaded indoc v1.0.9
12022025-02-24T21:00:56.236Z Downloaded httpdate v1.0.3
12032025-02-24T21:00:56.239Z Downloaded block-padding v0.3.3
12042025-02-24T21:00:56.239Z Downloaded bitfield v0.14.0
12052025-02-24T21:00:56.239Z Downloaded idna_adapter v1.2.0
12062025-02-24T21:00:56.242Z Downloaded crossbeam-deque v0.8.5
12072025-02-24T21:00:56.244Z Downloaded crc v3.2.1
12082025-02-24T21:00:56.247Z Downloaded cmake v0.1.51
12092025-02-24T21:00:56.249Z Downloaded home v0.5.9
12102025-02-24T21:00:56.250Z Downloaded bb8 v0.8.5
12112025-02-24T21:00:56.250Z Downloaded bit-vec v0.6.3
12122025-02-24T21:00:56.253Z Downloaded array-init v0.0.4
12132025-02-24T21:00:56.253Z Downloaded instant v0.1.13
12142025-02-24T21:00:56.256Z Downloaded icu_provider_macros v1.5.0
12152025-02-24T21:00:56.301Z Downloaded libsqlite3-sys v0.30.1
12162025-02-24T21:00:56.522Z Downloaded aws-lc-sys v0.22.0
12172025-02-24T21:00:56.827Z Compiling serde v1.0.218
12182025-02-24T21:00:56.829Z Compiling value-bag v1.9.0
12192025-02-24T21:00:56.829Z Compiling lock_api v0.4.12
12202025-02-24T21:00:56.829Z Compiling scopeguard v1.2.0
12212025-02-24T21:00:56.829Z Compiling typenum v1.17.0
12222025-02-24T21:00:56.829Z Compiling generic-array v0.14.7
12232025-02-24T21:00:57.025Z Compiling syn v2.0.96
12242025-02-24T21:00:57.037Z Compiling getrandom v0.2.15
12252025-02-24T21:00:57.147Z Compiling shlex v1.3.0
12262025-02-24T21:00:57.379Z Compiling rand_core v0.6.4
12272025-02-24T21:00:57.441Z Compiling log v0.4.22
12282025-02-24T21:00:57.554Z Compiling subtle v2.6.1
12292025-02-24T21:00:57.574Z Compiling jobserver v0.1.32
12302025-02-24T21:00:57.593Z Compiling smallvec v1.14.0
12312025-02-24T21:00:57.817Z Compiling const-oid v0.9.6
12322025-02-24T21:00:57.890Z Compiling pin-project-lite v0.2.14
12332025-02-24T21:00:57.909Z Compiling parking_lot_core v0.9.10
12342025-02-24T21:00:57.992Z Compiling cc v1.2.15
12352025-02-24T21:00:58.023Z Compiling rustix v0.38.37
12362025-02-24T21:00:58.158Z Compiling futures-core v0.3.31
12372025-02-24T21:00:58.356Z Compiling spin v0.9.8
12382025-02-24T21:00:58.397Z Compiling signal-hook-registry v1.4.2
12392025-02-24T21:00:58.745Z Compiling parking_lot v0.12.3
12402025-02-24T21:00:58.817Z Compiling mio v1.0.2
12412025-02-24T21:00:58.882Z Compiling either v1.13.0
12422025-02-24T21:00:59.040Z Compiling aho-corasick v1.1.3
12432025-02-24T21:00:59.279Z Compiling stable_deref_trait v1.2.0
12442025-02-24T21:00:59.299Z Compiling cpufeatures v0.2.14
12452025-02-24T21:00:59.396Z Compiling regex-syntax v0.8.5
12462025-02-24T21:00:59.415Z Compiling futures-sink v0.3.31
12472025-02-24T21:00:59.547Z Compiling socket2 v0.5.8
12482025-02-24T21:00:59.567Z Compiling slab v0.4.9
12492025-02-24T21:00:59.801Z Compiling glob v0.3.2
12502025-02-24T21:00:59.819Z Compiling prettyplease v0.2.29
12512025-02-24T21:01:00.320Z Compiling lazy_static v1.5.0
12522025-02-24T21:01:00.404Z Compiling minimal-lexical v0.2.1
12532025-02-24T21:01:00.453Z Compiling serde_json v1.0.139
12542025-02-24T21:01:00.456Z Compiling futures-channel v0.3.31
12552025-02-24T21:01:00.740Z Compiling clang-sys v1.8.1
12562025-02-24T21:01:00.828Z Compiling nom v7.1.3
12572025-02-24T21:01:00.878Z Compiling libloading v0.8.5
12582025-02-24T21:01:00.899Z Compiling futures-io v0.3.31
12592025-02-24T21:01:01.176Z Compiling futures-task v0.3.31
12602025-02-24T21:01:01.275Z Compiling pin-utils v0.1.0
12612025-02-24T21:01:01.383Z Compiling bindgen v0.69.5
12622025-02-24T21:01:01.488Z Compiling home v0.5.9
12632025-02-24T21:01:01.709Z Compiling itertools v0.12.1
12642025-02-24T21:01:01.936Z Compiling libm v0.2.8
12652025-02-24T21:01:02.245Z Compiling lazycell v1.3.0
12662025-02-24T21:01:02.279Z Compiling rustc-hash v1.1.0
12672025-02-24T21:01:02.416Z Compiling allocator-api2 v0.2.18
12682025-02-24T21:01:02.444Z Compiling foldhash v0.1.3
12692025-02-24T21:01:02.773Z Compiling cmake v0.1.51
12702025-02-24T21:01:03.190Z Compiling regex-automata v0.4.8
12712025-02-24T21:01:03.624Z Compiling hashbrown v0.15.1
12722025-02-24T21:01:03.646Z Compiling num-traits v0.2.19
12732025-02-24T21:01:03.959Z Compiling cexpr v0.6.0
12742025-02-24T21:01:04.086Z Compiling fs_extra v1.3.0
12752025-02-24T21:01:04.589Z Compiling synstructure v0.13.1
12762025-02-24T21:01:04.781Z Compiling dunce v1.0.5
12772025-02-24T21:01:04.925Z Compiling pkg-config v0.3.31
12782025-02-24T21:01:05.746Z Compiling writeable v0.5.5
12792025-02-24T21:01:05.991Z Compiling litemap v0.7.3
12802025-02-24T21:01:06.181Z Compiling ring v0.17.11
12812025-02-24T21:01:06.271Z Compiling paste v1.0.15
12822025-02-24T21:01:06.374Z Compiling base64ct v1.6.0
12832025-02-24T21:01:06.863Z Compiling pem-rfc7468 v0.7.0
12842025-02-24T21:01:07.028Z Compiling aws-lc-rs v1.10.0
12852025-02-24T21:01:07.416Z Compiling flagset v0.4.6
12862025-02-24T21:01:07.419Z Compiling icu_locid_transform_data v1.5.0
12872025-02-24T21:01:07.451Z Compiling httparse v1.9.5
12882025-02-24T21:01:07.636Z Compiling tracing-core v0.1.32
12892025-02-24T21:01:08.138Z Compiling icu_properties_data v1.5.0
12902025-02-24T21:01:08.370Z Compiling percent-encoding v2.3.1
12912025-02-24T21:01:08.396Z Compiling rustls-pki-types v1.10.0
12922025-02-24T21:01:08.499Z Compiling regex v1.11.1
12932025-02-24T21:01:08.673Z Compiling crossbeam-utils v0.8.20
12942025-02-24T21:01:09.207Z Compiling mirai-annotations v1.12.0
12952025-02-24T21:01:09.339Z Compiling time-core v0.1.2
12962025-02-24T21:01:09.354Z Compiling icu_normalizer_data v1.5.0
12972025-02-24T21:01:09.375Z Compiling write16 v1.0.0
12982025-02-24T21:01:09.392Z Compiling serde_derive v1.0.218
12992025-02-24T21:01:09.395Z Compiling zeroize_derive v1.4.2
13002025-02-24T21:01:09.462Z Compiling zerocopy-derive v0.7.35
13012025-02-24T21:01:09.493Z Compiling tokio-macros v2.5.0
13022025-02-24T21:01:09.513Z Compiling zerofrom-derive v0.1.4
13032025-02-24T21:01:10.768Z Compiling zeroize v1.8.1
13042025-02-24T21:01:10.979Z Compiling yoke-derive v0.7.4
13052025-02-24T21:01:11.388Z Compiling zerocopy v0.7.35
13062025-02-24T21:01:11.729Z Compiling zerovec-derive v0.10.3
13072025-02-24T21:01:12.350Z Compiling crypto-common v0.1.6
13082025-02-24T21:01:12.563Z Compiling block-buffer v0.10.4
13092025-02-24T21:01:12.657Z Compiling futures-macro v0.3.31
13102025-02-24T21:01:12.786Z Compiling digest v0.10.7
13112025-02-24T21:01:12.826Z Compiling zerofrom v0.1.4
13122025-02-24T21:01:13.032Z Compiling thiserror-impl v1.0.69
13132025-02-24T21:01:13.247Z Compiling hmac v0.12.1
13142025-02-24T21:01:13.486Z Compiling yoke v0.7.4
13152025-02-24T21:01:13.506Z Compiling displaydoc v0.2.5
13162025-02-24T21:01:13.526Z Compiling block-padding v0.3.3
13172025-02-24T21:01:13.780Z Compiling inout v0.1.3
13182025-02-24T21:01:13.821Z Compiling ppv-lite86 v0.2.20
13192025-02-24T21:01:14.057Z Compiling cipher v0.4.4
13202025-02-24T21:01:14.078Z Compiling zerovec v0.10.4
13212025-02-24T21:01:14.488Z Compiling futures-util v0.3.31
13222025-02-24T21:01:14.563Z Compiling sha2 v0.10.8
13232025-02-24T21:01:14.582Z Compiling icu_provider_macros v1.5.0
13242025-02-24T21:01:15.061Z Compiling der_derive v0.7.3
13252025-02-24T21:01:15.603Z Compiling tracing-attributes v0.1.27
13262025-02-24T21:01:15.882Z Compiling thiserror v1.0.69
13272025-02-24T21:01:16.019Z Compiling tinystr v0.7.6
13282025-02-24T21:01:16.039Z Compiling icu_collections v1.5.0
13292025-02-24T21:01:16.404Z Compiling icu_locid v1.5.0
13302025-02-24T21:01:16.602Z Compiling pest v2.7.14
13312025-02-24T21:01:17.172Z Compiling der v0.7.9
13322025-02-24T21:01:17.303Z Compiling salsa20 v0.10.2
13332025-02-24T21:01:17.533Z Compiling icu_provider v1.5.0
13342025-02-24T21:01:17.979Z Compiling pbkdf2 v0.12.2
13352025-02-24T21:01:18.167Z Compiling utf16_iter v1.0.5
13362025-02-24T21:01:18.386Z Compiling icu_locid_transform v1.5.0
13372025-02-24T21:01:18.406Z Compiling powerfmt v0.2.0
13382025-02-24T21:01:18.484Z Compiling utf8_iter v1.0.4
13392025-02-24T21:01:18.702Z Compiling tracing v0.1.40
13402025-02-24T21:01:18.739Z Compiling vcpkg v0.2.15
13412025-02-24T21:01:18.786Z Compiling untrusted v0.7.1
13422025-02-24T21:01:18.979Z Compiling num-conv v0.1.0
13432025-02-24T21:01:19.180Z Compiling spki v0.7.3
13442025-02-24T21:01:19.268Z Compiling untrusted v0.9.0
13452025-02-24T21:01:19.522Z Compiling time-macros v0.2.18
13462025-02-24T21:01:19.557Z Compiling pest_meta v2.7.14
13472025-02-24T21:01:19.813Z Compiling icu_properties v1.5.1
13482025-02-24T21:01:19.941Z Compiling deranged v0.3.11
13492025-02-24T21:01:20.470Z Compiling openssl-sys v0.9.106
13502025-02-24T21:01:20.686Z Compiling scrypt v0.11.0
13512025-02-24T21:01:21.191Z Compiling rand_chacha v0.3.1
13522025-02-24T21:01:21.400Z Compiling aes v0.8.4
13532025-02-24T21:01:21.537Z Compiling cbc v0.1.2
13542025-02-24T21:01:21.786Z Compiling bitflags v2.6.0
13552025-02-24T21:01:21.912Z Compiling bytes v1.9.0
13562025-02-24T21:01:23.089Z Compiling tokio v1.43.0
13572025-02-24T21:01:23.502Z Compiling indexmap v2.7.1
13582025-02-24T21:01:23.729Z Compiling semver v1.0.25
13592025-02-24T21:01:23.782Z Compiling http v1.2.0
13602025-02-24T21:01:24.117Z Compiling icu_normalizer v1.5.0
13612025-02-24T21:01:24.421Z Compiling rustc_version v0.4.1
13622025-02-24T21:01:24.448Z Compiling scroll_derive v0.12.0
13632025-02-24T21:01:25.129Z Compiling num_threads v0.1.7
13642025-02-24T21:01:25.252Z Compiling atomic-waker v1.1.2
13652025-02-24T21:01:25.282Z Compiling tinyvec_macros v0.1.1
13662025-02-24T21:01:25.389Z Compiling tinyvec v1.8.0
13672025-02-24T21:01:25.452Z Compiling time v0.3.36
13682025-02-24T21:01:25.867Z Compiling which v4.4.2
13692025-02-24T21:01:25.889Z Compiling scroll v0.12.0
13702025-02-24T21:01:25.892Z Compiling http-body v1.0.1
13712025-02-24T21:01:25.929Z Compiling idna_adapter v1.2.0
13722025-02-24T21:01:26.155Z Compiling pkcs5 v0.7.1
13732025-02-24T21:01:26.366Z Compiling rand v0.8.5
13742025-02-24T21:01:26.604Z Compiling pest_generator v2.7.14
13752025-02-24T21:01:26.831Z Compiling form_urlencoded v1.2.1
13762025-02-24T21:01:26.872Z Compiling getrandom v0.3.1
13772025-02-24T21:01:27.119Z Compiling try-lock v0.2.5
13782025-02-24T21:01:27.245Z Compiling slog v2.7.0
13792025-02-24T21:01:27.282Z Compiling zerocopy v0.8.10
13802025-02-24T21:01:27.572Z Compiling goblin v0.8.2
13812025-02-24T21:01:27.863Z Compiling want v0.3.1
13822025-02-24T21:01:28.149Z Compiling pkcs8 v0.10.2
13832025-02-24T21:01:28.169Z Compiling idna v1.0.3
13842025-02-24T21:01:28.352Z Compiling pest_derive v2.7.14
13852025-02-24T21:01:28.390Z Compiling uuid v1.12.0
13862025-02-24T21:01:28.793Z Compiling zerocopy-derive v0.8.10
13872025-02-24T21:01:29.160Z Compiling tower-service v0.3.3
13882025-02-24T21:01:29.309Z Compiling httpdate v1.0.3
13892025-02-24T21:01:29.695Z Compiling iana-time-zone v0.1.61
13902025-02-24T21:01:29.747Z Compiling dtrace-parser v0.2.0
13912025-02-24T21:01:29.928Z Compiling chrono v0.4.39
13922025-02-24T21:01:30.318Z Compiling toml_datetime v0.6.8
13932025-02-24T21:01:30.780Z Compiling serde_spanned v0.6.8
13942025-02-24T21:01:30.801Z Compiling serde_tokenstream v0.2.2
13952025-02-24T21:01:31.014Z Compiling tokio-util v0.7.12
13962025-02-24T21:01:31.352Z Compiling match_cfg v0.1.0
13972025-02-24T21:01:31.461Z Compiling base64 v0.22.1
13982025-02-24T21:01:31.583Z Compiling foreign-types-shared v0.1.1
13992025-02-24T21:01:31.713Z Compiling adler2 v2.0.0
14002025-02-24T21:01:31.935Z Compiling h2 v0.4.6
14012025-02-24T21:01:32.114Z Compiling rustversion v1.0.17
14022025-02-24T21:01:32.200Z Compiling openssl v0.10.71
14032025-02-24T21:01:32.656Z Compiling miniz_oxide v0.8.0
14042025-02-24T21:01:32.874Z Compiling foreign-types v0.3.2
14052025-02-24T21:01:32.986Z Compiling hostname v0.3.1
14062025-02-24T21:01:33.198Z Compiling dof v0.3.0
14072025-02-24T21:01:33.305Z Compiling url v2.5.3
14082025-02-24T21:01:34.047Z Compiling usdt-impl v0.5.0
14092025-02-24T21:01:34.596Z Compiling rand_core v0.9.2
14102025-02-24T21:01:35.058Z Compiling async-trait v0.1.86
14112025-02-24T21:01:35.082Z Compiling openssl-macros v0.1.1
14122025-02-24T21:01:35.390Z Compiling serde_derive_internals v0.29.1
14132025-02-24T21:01:35.856Z Compiling dirs-sys-next v0.1.2
14142025-02-24T21:01:36.063Z Compiling data-encoding v2.6.0
14152025-02-24T21:01:36.223Z Compiling native-tls v0.2.12
14162025-02-24T21:01:36.403Z Compiling syn v1.0.109
14172025-02-24T21:01:36.490Z Compiling rustls v0.23.19
14182025-02-24T21:01:36.583Z Compiling schemars v0.8.21
14192025-02-24T21:01:36.796Z Compiling siphasher v0.3.11
14202025-02-24T21:01:36.936Z Compiling rustls v0.22.4
14212025-02-24T21:01:37.095Z Compiling dirs-next v2.0.0
14222025-02-24T21:01:37.263Z Compiling rand_chacha v0.9.0
14232025-02-24T21:01:37.515Z Compiling unicode-normalization v0.1.24
14242025-02-24T21:01:37.583Z Compiling schemars_derive v0.8.21
14252025-02-24T21:01:37.933Z Compiling http-body-util v0.1.2
14262025-02-24T21:01:38.415Z Compiling crossbeam-epoch v0.9.18
14272025-02-24T21:01:38.494Z Compiling heapless v0.7.17
14282025-02-24T21:01:38.587Z Compiling signature v2.2.0
14292025-02-24T21:01:38.890Z Compiling hyper v1.5.2
14302025-02-24T21:01:38.943Z Compiling sha1 v0.10.6
14312025-02-24T21:01:39.071Z Compiling bzip2-sys v0.1.11+1.0.8
14322025-02-24T21:01:39.289Z Compiling thread_local v1.1.8
14332025-02-24T21:01:39.364Z Compiling cookie v0.18.1
14342025-02-24T21:01:39.586Z Compiling encoding_rs v0.8.34
14352025-02-24T21:01:39.689Z Compiling multer v3.1.0
14362025-02-24T21:01:39.728Z Compiling mime v0.3.17
14372025-02-24T21:01:40.055Z Compiling gimli v0.31.1
14382025-02-24T21:01:40.273Z Compiling ipnet v2.10.1
14392025-02-24T21:01:40.451Z Compiling signal-hook v0.3.17
14402025-02-24T21:01:40.761Z Compiling slog-async v2.8.0
14412025-02-24T21:01:41.262Z Compiling rayon-core v1.12.1
14422025-02-24T21:01:41.314Z Compiling hyper-util v0.1.10
14432025-02-24T21:01:41.530Z Compiling openssl-probe v0.1.5
14442025-02-24T21:01:41.560Z Compiling unicode-properties v0.1.3
14452025-02-24T21:01:41.857Z Compiling unicode-bidi v0.3.17
14462025-02-24T21:01:41.971Z Compiling dyn-clone v1.0.18
14472025-02-24T21:01:42.553Z Compiling stringprep v0.1.5
14482025-02-24T21:01:43.656Z Compiling toml_edit v0.22.22
14492025-02-24T21:01:43.818Z Compiling crossbeam-deque v0.8.5
14502025-02-24T21:01:44.132Z Compiling addr2line v0.24.2
14512025-02-24T21:01:44.148Z Compiling rand v0.9.0
14522025-02-24T21:01:44.650Z Compiling term v0.7.0
14532025-02-24T21:01:44.813Z Compiling usdt-macro v0.5.0
14542025-02-24T21:01:45.065Z Compiling usdt-attr-macro v0.5.0
14552025-02-24T21:01:45.500Z Compiling slog-json v2.6.1
14562025-02-24T21:01:45.843Z Compiling serde_urlencoded v0.7.1
14572025-02-24T21:01:45.863Z Compiling crossbeam-channel v0.5.13
14582025-02-24T21:01:45.888Z Compiling curve25519-dalek v4.1.3
14592025-02-24T21:01:46.275Z Compiling futures-executor v0.3.31
14602025-02-24T21:01:46.333Z Compiling enum-as-inner v0.6.1
14612025-02-24T21:01:46.556Z Compiling md-5 v0.10.6
14622025-02-24T21:01:46.637Z Compiling async-stream-impl v0.3.6
14632025-02-24T21:01:46.784Z Compiling rustls-pemfile v2.2.0
14642025-02-24T21:01:46.814Z Compiling num-integer v0.1.46
14652025-02-24T21:01:46.834Z Compiling hash32 v0.2.1
14662025-02-24T21:01:47.127Z Compiling ff v0.13.0
14672025-02-24T21:01:47.202Z Compiling is-terminal v0.4.13
14682025-02-24T21:01:47.350Z Compiling object v0.36.5
14692025-02-24T21:01:47.378Z Compiling memoffset v0.9.1
14702025-02-24T21:01:47.381Z Compiling dropshot v0.12.0
14712025-02-24T21:01:47.453Z Compiling base16ct v0.2.0
14722025-02-24T21:01:47.708Z Compiling fallible-iterator v0.2.0
14732025-02-24T21:01:47.727Z Compiling utf-8 v0.7.6
14742025-02-24T21:01:47.758Z Compiling litrs v0.4.1
14752025-02-24T21:01:47.883Z Compiling num-bigint-dig v0.8.4
14762025-02-24T21:01:48.036Z Compiling portable-atomic v1.9.0
14772025-02-24T21:01:48.204Z Compiling anyhow v1.0.96
14782025-02-24T21:01:48.388Z Compiling linked-hash-map v0.5.6
14792025-02-24T21:01:48.742Z Compiling take_mut v0.2.2
14802025-02-24T21:01:48.818Z Compiling psl-types v2.0.11
14812025-02-24T21:01:48.856Z Compiling cfg_aliases v0.2.1
14822025-02-24T21:01:48.913Z Compiling rustc-demangle v0.1.24
14832025-02-24T21:01:48.971Z Compiling smoltcp v0.9.1
14842025-02-24T21:01:48.991Z Compiling quick-error v1.2.3
14852025-02-24T21:01:49.095Z Compiling publicsuffix v2.3.0
14862025-02-24T21:01:49.157Z Compiling resolv-conf v0.7.0
14872025-02-24T21:01:49.386Z Compiling nix v0.29.0
14882025-02-24T21:01:49.797Z Compiling document-features v0.2.10
14892025-02-24T21:01:50.245Z Compiling lru-cache v0.1.2
14902025-02-24T21:01:50.305Z Compiling postgres-protocol v0.6.8
14912025-02-24T21:01:50.483Z Compiling tungstenite v0.24.0
14922025-02-24T21:01:50.602Z Compiling async-stream v0.3.6
14932025-02-24T21:01:50.881Z Compiling sec1 v0.7.3
14942025-02-24T21:01:50.902Z Compiling hickory-proto v0.24.3
14952025-02-24T21:01:51.002Z Compiling group v0.13.0
14962025-02-24T21:01:51.343Z Compiling slog-term v2.9.1
14972025-02-24T21:01:51.426Z Compiling num-iter v0.1.45
14982025-02-24T21:01:51.466Z Compiling usdt v0.5.0
14992025-02-24T21:01:51.943Z Compiling toml v0.8.19
15002025-02-24T21:01:52.457Z Compiling futures v0.3.31
15012025-02-24T21:01:52.528Z Compiling slog-bunyan v2.5.0
15022025-02-24T21:01:53.697Z Compiling camino v1.1.9
15032025-02-24T21:01:53.717Z Compiling tokio-native-tls v0.3.1
15042025-02-24T21:01:53.992Z Compiling backtrace v0.3.74
15052025-02-24T21:01:54.125Z Compiling phf_shared v0.11.2
15062025-02-24T21:01:54.277Z Compiling dropshot_endpoint v0.12.0
15072025-02-24T21:01:54.368Z Compiling terminal_size v0.4.0
15082025-02-24T21:01:54.498Z Compiling waitgroup v0.1.2
15092025-02-24T21:01:54.536Z Compiling openapiv3 v2.0.0
15102025-02-24T21:01:54.593Z Compiling serde_path_to_error v0.1.16
15112025-02-24T21:01:54.711Z Compiling hkdf v0.12.4
15122025-02-24T21:01:55.016Z Compiling crypto-bigint v0.5.5
15132025-02-24T21:01:55.402Z Compiling curve25519-dalek-derive v0.1.1
15142025-02-24T21:01:56.517Z Compiling hubpack_derive v0.1.1
15152025-02-24T21:01:56.797Z Compiling zerocopy-derive v0.6.6
15162025-02-24T21:01:56.838Z Compiling webpki-roots v0.26.6
15172025-02-24T21:01:57.068Z Compiling sync_wrapper v1.0.1
15182025-02-24T21:01:57.235Z Compiling hostname v0.4.0
15192025-02-24T21:01:57.395Z Compiling crc32fast v1.4.2
15202025-02-24T21:01:57.468Z Compiling ahash v0.8.11
15212025-02-24T21:01:57.711Z Compiling fs-err v2.11.0
15222025-02-24T21:01:57.810Z Compiling winnow v0.5.40
15232025-02-24T21:01:58.043Z Compiling newtype-uuid v1.2.1
15242025-02-24T21:01:58.292Z Compiling unicode-width v0.2.0
15252025-02-24T21:01:58.334Z Compiling managed v0.8.0
15262025-02-24T21:01:58.493Z Compiling tower-layer v0.3.3
15272025-02-24T21:01:58.704Z Compiling debug-ignore v1.0.5
15282025-02-24T21:01:58.727Z Compiling bitflags v1.3.2
15292025-02-24T21:01:58.780Z Compiling tower v0.5.2
15302025-02-24T21:01:58.847Z Compiling console v0.15.10
15312025-02-24T21:01:58.864Z Compiling zerocopy v0.6.6
15322025-02-24T21:01:59.556Z Compiling clap_builder v4.5.30
15332025-02-24T21:01:59.627Z Compiling strum_macros v0.25.3
15342025-02-24T21:01:59.960Z Compiling elliptic-curve v0.13.8
15352025-02-24T21:02:00.285Z Compiling flate2 v1.0.35
15362025-02-24T21:02:00.825Z Compiling hubpack v0.1.2
15372025-02-24T21:02:00.994Z Compiling toml_edit v0.19.15
15382025-02-24T21:02:01.157Z Compiling hickory-resolver v0.24.3
15392025-02-24T21:02:01.257Z Compiling phf v0.11.2
15402025-02-24T21:02:01.537Z Compiling hyper-tls v0.6.0
15412025-02-24T21:02:01.948Z Compiling signal-hook-mio v0.2.4
15422025-02-24T21:02:02.009Z Compiling rayon v1.10.0
15432025-02-24T21:02:02.136Z Compiling cookie_store v0.21.1
15442025-02-24T21:02:03.225Z Compiling bzip2 v0.4.4
15452025-02-24T21:02:03.613Z Compiling tokio-tungstenite v0.24.0
15462025-02-24T21:02:04.127Z Compiling postgres-types v0.2.8
15472025-02-24T21:02:06.298Z Compiling ed25519 v2.2.3
15482025-02-24T21:02:06.715Z Compiling phf_shared v0.10.0
15492025-02-24T21:02:06.825Z Compiling tokio-stream v0.1.16
15502025-02-24T21:02:07.084Z Compiling pkcs1 v0.7.5
15512025-02-24T21:02:07.260Z Compiling serde-big-array v0.5.1
15522025-02-24T21:02:07.503Z Compiling clap_derive v4.5.28
15532025-02-24T21:02:07.773Z Compiling rfc6979 v0.4.0
15542025-02-24T21:02:07.956Z Compiling serde_repr v0.1.19
15552025-02-24T21:02:07.974Z Compiling derive-where v1.2.7
15562025-02-24T21:02:07.977Z Compiling bstr v1.10.0
15572025-02-24T21:02:08.085Z Compiling float-cmp v0.10.0
15582025-02-24T21:02:08.326Z Compiling number_prefix v0.4.0
15592025-02-24T21:02:08.553Z Compiling precomputed-hash v0.1.1
15602025-02-24T21:02:08.689Z Compiling bit-vec v0.6.3
15612025-02-24T21:02:08.709Z Compiling predicates-core v1.0.8
15622025-02-24T21:02:09.025Z Compiling difflib v0.4.0
15632025-02-24T21:02:09.074Z Compiling fixedbitset v0.4.2
15642025-02-24T21:02:09.095Z Compiling unicode-segmentation v1.12.0
15652025-02-24T21:02:09.502Z Compiling normalize-line-endings v0.3.0
15662025-02-24T21:02:09.522Z Compiling new_debug_unreachable v1.0.6
15672025-02-24T21:02:09.629Z Compiling static_assertions v1.1.0
15682025-02-24T21:02:09.649Z Compiling whoami v1.5.2
15692025-02-24T21:02:09.742Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15702025-02-24T21:02:09.956Z Compiling similar v2.6.0
15712025-02-24T21:02:10.258Z Compiling tokio-postgres v0.7.12
15722025-02-24T21:02:10.415Z Compiling predicates v3.1.3
15732025-02-24T21:02:11.113Z Compiling string_cache v0.8.7
15742025-02-24T21:02:11.523Z Compiling petgraph v0.6.5
15752025-02-24T21:02:11.793Z Compiling bit-set v0.5.3
15762025-02-24T21:02:11.948Z Compiling clap v4.5.30
15772025-02-24T21:02:12.026Z Compiling indicatif v0.17.11
15782025-02-24T21:02:12.065Z Compiling ecdsa v0.16.9
15792025-02-24T21:02:12.087Z Compiling rsa v0.9.6
15802025-02-24T21:02:12.854Z Compiling ed25519-dalek v2.1.1
15812025-02-24T21:02:14.161Z Compiling toml v0.7.8
15822025-02-24T21:02:15.103Z Compiling zip v0.6.6
15832025-02-24T21:02:15.614Z Compiling crossterm v0.28.1
15842025-02-24T21:02:16.279Z Compiling hex v0.4.3
15852025-02-24T21:02:16.370Z Compiling x509-cert v0.2.5
15862025-02-24T21:02:16.408Z Compiling itertools v0.10.5
15872025-02-24T21:02:16.730Z Compiling itertools v0.14.0
15882025-02-24T21:02:16.867Z Compiling lalrpop-util v0.19.12
15892025-02-24T21:02:17.224Z Compiling peg-runtime v0.8.3
15902025-02-24T21:02:17.276Z Compiling unicode-xid v0.2.6
15912025-02-24T21:02:17.477Z Compiling strum_macros v0.26.4
15922025-02-24T21:02:17.780Z Compiling xattr v1.3.1
15932025-02-24T21:02:18.064Z Compiling filetime v0.2.25
15942025-02-24T21:02:18.369Z Compiling tar v0.4.42
15952025-02-24T21:02:21.990Z Compiling strum v0.26.3
15962025-02-24T21:02:24.860Z Compiling aws-lc-sys v0.22.0
15972025-02-24T21:02:56.410Z Compiling rustls-webpki v0.102.8
15982025-02-24T21:02:59.566Z Compiling tokio-rustls v0.25.0
15992025-02-24T21:03:01.271Z Compiling tokio-rustls v0.26.0
16002025-02-24T21:03:01.548Z Compiling hyper-rustls v0.27.3
16012025-02-24T21:03:01.886Z Compiling reqwest v0.12.12
16022025-02-24T21:03:03.236Z Compiling qorb v0.2.1
16032025-02-24T21:03:06.128Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16042025-02-24T21:03:06.393Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16052025-02-24T21:03:10.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
16062025-02-24T21:03:10.951Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
16072025-02-24T21:03:11.000ZFeb 24 21:03:09.904 INFO Starting download, target: Console
16082025-02-24T21:03:11.000ZFeb 24 21:03:09.904 INFO Starting download, target: Clickhouse
16092025-02-24T21:03:11.000ZFeb 24 21:03:09.904 INFO Starting download, target: Cockroach
16102025-02-24T21:03:11.000ZFeb 24 21:03:09.904 INFO Starting download, target: DendriteOpenapi
16112025-02-24T21:03:11.000ZFeb 24 21:03:09.904 INFO Starting download, target: DendriteStub
16122025-02-24T21:03:11.003ZFeb 24 21:03:09.904 INFO Starting download, target: MaghemiteMgd
16132025-02-24T21:03:11.003ZFeb 24 21:03:09.904 INFO Starting download, target: TransceiverControl
16142025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
16152025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16162025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16172025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16182025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16192025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16202025-02-24T21:03:11.003ZFeb 24 21:03:09.905 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16212025-02-24T21:03:11.166ZFeb 24 21:03:10.064 INFO Download complete, target: DendriteOpenapi
16222025-02-24T21:03:11.344ZFeb 24 21:03:10.228 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16232025-02-24T21:03:11.561ZFeb 24 21:03:10.445 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16242025-02-24T21:03:11.854ZFeb 24 21:03:10.756 INFO Download complete, target: TransceiverControl
16252025-02-24T21:03:11.904ZFeb 24 21:03:10.805 INFO Download complete, target: Console
16262025-02-24T21:03:12.088ZFeb 24 21:03:10.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16272025-02-24T21:03:12.172ZFeb 24 21:03:11.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16282025-02-24T21:03:12.615ZFeb 24 21:03:11.518 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16292025-02-24T21:03:12.615ZFeb 24 21:03:11.518 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16302025-02-24T21:03:12.965ZFeb 24 21:03:11.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16312025-02-24T21:03:14.865ZFeb 24 21:03:13.768 INFO Download complete, target: DendriteStub
16322025-02-24T21:03:15.111ZFeb 24 21:03:14.009 INFO Download complete, target: MaghemiteMgd
16332025-02-24T21:03:19.976ZFeb 24 21:03:18.879 INFO Checking that binary works, target: Cockroach
16342025-02-24T21:03:20.141ZFeb 24 21:03:19.044 INFO Download complete, target: Cockroach
16352025-02-24T21:03:25.287ZFeb 24 21:03:24.190 INFO Checking that binary works, target: Clickhouse
16362025-02-24T21:03:25.837ZFeb 24 21:03:24.740 INFO Download complete, target: Clickhouse
16372025-02-24T21:03:25.997ZAll builder prerequisites installed successfully, and PATH looks valid
16382025-02-24T21:03:26.000Z
16392025-02-24T21:03:26.001Zreal 5:08.540780164
16402025-02-24T21:03:26.001Zuser 15:31.783006888
16412025-02-24T21:03:26.003Zsys 2:05.812671310
16422025-02-24T21:03:26.003Ztrap 0.538706654
16432025-02-24T21:03:26.003Ztflt 5.642728458
16442025-02-24T21:03:26.003Zdflt 3.856315097
16452025-02-24T21:03:26.003Zkflt 0.035924238
16462025-02-24T21:03:26.003Zlock 23:51.643049085
16472025-02-24T21:03:26.003Zslp 56:00.452041624
16482025-02-24T21:03:26.003Zlat 1:00.382268853
16492025-02-24T21:03:26.003Zstop 2:23.345201423
16502025-02-24T21:03:26.003Z+ banner hack-check
16512025-02-24T21:03:26.003Z
16522025-02-24T21:03:26.003Z # # ## #### # # #### # # ###### #### # #
16532025-02-24T21:03:26.003Z # # # # # # # # # # # # # # # # #
16542025-02-24T21:03:26.003Z ###### # # # #### ##### # ###### ##### # ####
16552025-02-24T21:03:26.003Z # # ###### # # # # # # # # # #
16562025-02-24T21:03:26.003Z # # # # # # # # # # # # # # # # #
16572025-02-24T21:03:26.003Z # # # # #### # # #### # # ###### #### # #
16582025-02-24T21:03:26.003Z
16592025-02-24T21:03:26.003Z+ export CARGO_INCREMENTAL=0
16602025-02-24T21:03:26.003Z+ CARGO_INCREMENTAL=0
16612025-02-24T21:03:26.003Z+ ptime -m timeout 2h cargo xtask check-features --ci
16622025-02-24T21:03:26.564Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16632025-02-24T21:03:29.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
16642025-02-24T21:03:29.379Z Running `target/debug/xtask check-features --ci`
16652025-02-24T21:03:29.400Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16662025-02-24T21:03:29.404Zrunning: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16672025-02-24T21:03:29.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16682025-02-24T21:03:29.910Z Running `target/debug/xtask download cargo-hack`
16692025-02-24T21:03:30.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16702025-02-24T21:03:31.119Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16712025-02-24T21:03:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s
16722025-02-24T21:03:34.928Z Running `target/debug/xtask-downloader cargo-hack`
16732025-02-24T21:03:34.958ZFeb 24 21:03:33.860 INFO Starting download, target: CargoHack
16742025-02-24T21:03:34.960ZFeb 24 21:03:33.861 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16752025-02-24T21:03:35.543ZFeb 24 21:03:34.446 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16762025-02-24T21:03:35.632ZFeb 24 21:03:34.535 INFO Download complete, target: CargoHack
16772025-02-24T21:03:35.637Zrunning: "/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"
16782025-02-24T21:03:35.653Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16792025-02-24T21:03:35.829Zinfo: running `cargo check --bins` on api_identity (1/199)
16802025-02-24T21:03:36.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812025-02-24T21:03:36.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822025-02-24T21:03:36.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832025-02-24T21:03:36.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16842025-02-24T21:03:36.454Z
16852025-02-24T21:03:36.454Zinfo: running `cargo check --bins` on bootstore (2/199)
16862025-02-24T21:03:37.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872025-02-24T21:03:37.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882025-02-24T21:03:37.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892025-02-24T21:03:37.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
16902025-02-24T21:03:37.111Z
16912025-02-24T21:03:37.111Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/199)
16922025-02-24T21:03:37.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932025-02-24T21:03:37.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942025-02-24T21:03:37.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952025-02-24T21:03:37.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
16962025-02-24T21:03:37.754Z
16972025-02-24T21:03:37.754Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199)
16982025-02-24T21:03:38.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992025-02-24T21:03:38.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002025-02-24T21:03:38.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012025-02-24T21:03:38.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17022025-02-24T21:03:38.400Z
17032025-02-24T21:03:38.400Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199)
17042025-02-24T21:03:38.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052025-02-24T21:03:38.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062025-02-24T21:03:38.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072025-02-24T21:03:38.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17082025-02-24T21:03:38.841Z
17092025-02-24T21:03:38.841Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199)
17102025-02-24T21:03:39.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112025-02-24T21:03:39.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122025-02-24T21:03:39.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132025-02-24T21:03:39.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17142025-02-24T21:03:39.288Z
17152025-02-24T21:03:39.288Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199)
17162025-02-24T21:03:39.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172025-02-24T21:03:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182025-02-24T21:03:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192025-02-24T21:03:39.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17202025-02-24T21:03:39.747Z
17212025-02-24T21:03:39.747Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199)
17222025-02-24T21:03:40.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232025-02-24T21:03:40.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242025-02-24T21:03:40.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252025-02-24T21:03:40.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17262025-02-24T21:03:40.195Z
17272025-02-24T21:03:40.195Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199)
17282025-02-24T21:03:40.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292025-02-24T21:03:40.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302025-02-24T21:03:40.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312025-02-24T21:03:40.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17322025-02-24T21:03:40.638Z
17332025-02-24T21:03:40.638Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199)
17342025-02-24T21:03:41.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352025-02-24T21:03:41.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362025-02-24T21:03:41.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372025-02-24T21:03:41.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17382025-02-24T21:03:41.083Z
17392025-02-24T21:03:41.083Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199)
17402025-02-24T21:03:41.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412025-02-24T21:03:41.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422025-02-24T21:03:41.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432025-02-24T21:03:41.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17442025-02-24T21:03:41.528Z
17452025-02-24T21:03:41.528Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199)
17462025-02-24T21:03:41.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472025-02-24T21:03:41.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482025-02-24T21:03:41.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492025-02-24T21:03:41.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17502025-02-24T21:03:41.973Z
17512025-02-24T21:03:41.973Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199)
17522025-02-24T21:03:42.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532025-02-24T21:03:42.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542025-02-24T21:03:42.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552025-02-24T21:03:42.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17562025-02-24T21:03:42.419Z
17572025-02-24T21:03:42.419Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199)
17582025-02-24T21:03:42.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592025-02-24T21:03:42.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602025-02-24T21:03:42.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612025-02-24T21:03:42.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
17622025-02-24T21:03:42.861Z
17632025-02-24T21:03:42.862Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199)
17642025-02-24T21:03:43.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652025-02-24T21:03:43.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662025-02-24T21:03:43.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672025-02-24T21:03:43.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17682025-02-24T21:03:43.309Z
17692025-02-24T21:03:43.309Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199)
17702025-02-24T21:03:43.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712025-02-24T21:03:43.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722025-02-24T21:03:43.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732025-02-24T21:03:43.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17742025-02-24T21:03:43.758Z
17752025-02-24T21:03:43.758Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199)
17762025-02-24T21:03:44.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772025-02-24T21:03:44.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782025-02-24T21:03:44.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792025-02-24T21:03:44.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17802025-02-24T21:03:44.205Z
17812025-02-24T21:03:44.205Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199)
17822025-02-24T21:03:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832025-02-24T21:03:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842025-02-24T21:03:44.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17852025-02-24T21:03:44.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17862025-02-24T21:03:44.657Z
17872025-02-24T21:03:44.657Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199)
17882025-02-24T21:03:45.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17892025-02-24T21:03:45.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17902025-02-24T21:03:45.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17912025-02-24T21:03:45.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17922025-02-24T21:03:45.104Z
17932025-02-24T21:03:45.104Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199)
17942025-02-24T21:03:45.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952025-02-24T21:03:45.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962025-02-24T21:03:45.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972025-02-24T21:03:45.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17982025-02-24T21:03:45.552Z
17992025-02-24T21:03:45.552Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199)
18002025-02-24T21:03:45.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012025-02-24T21:03:45.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022025-02-24T21:03:45.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032025-02-24T21:03:45.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18042025-02-24T21:03:46.001Z
18052025-02-24T21:03:46.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199)
18062025-02-24T21:03:46.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072025-02-24T21:03:46.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082025-02-24T21:03:46.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092025-02-24T21:03:46.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18102025-02-24T21:03:46.453Z
18112025-02-24T21:03:46.453Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199)
18122025-02-24T21:03:46.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132025-02-24T21:03:46.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142025-02-24T21:03:46.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152025-02-24T21:03:46.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18162025-02-24T21:03:46.902Z
18172025-02-24T21:03:46.902Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199)
18182025-02-24T21:03:47.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192025-02-24T21:03:47.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202025-02-24T21:03:47.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212025-02-24T21:03:47.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18222025-02-24T21:03:47.349Z
18232025-02-24T21:03:47.349Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199)
18242025-02-24T21:03:47.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252025-02-24T21:03:47.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262025-02-24T21:03:47.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272025-02-24T21:03:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18282025-02-24T21:03:47.797Z
18292025-02-24T21:03:47.798Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199)
18302025-02-24T21:03:48.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312025-02-24T21:03:48.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322025-02-24T21:03:48.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332025-02-24T21:03:48.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18342025-02-24T21:03:48.242Z
18352025-02-24T21:03:48.242Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199)
18362025-02-24T21:03:48.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372025-02-24T21:03:48.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382025-02-24T21:03:48.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392025-02-24T21:03:48.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18402025-02-24T21:03:48.696Z
18412025-02-24T21:03:48.696Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199)
18422025-02-24T21:03:49.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432025-02-24T21:03:49.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442025-02-24T21:03:49.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452025-02-24T21:03:49.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462025-02-24T21:03:49.138Z
18472025-02-24T21:03:49.138Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199)
18482025-02-24T21:03:49.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492025-02-24T21:03:49.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502025-02-24T21:03:49.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512025-02-24T21:03:49.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18522025-02-24T21:03:49.580Z
18532025-02-24T21:03:49.580Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199)
18542025-02-24T21:03:49.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552025-02-24T21:03:50.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562025-02-24T21:03:50.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572025-02-24T21:03:50.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18582025-02-24T21:03:50.040Z
18592025-02-24T21:03:50.040Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199)
18602025-02-24T21:03:50.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612025-02-24T21:03:50.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622025-02-24T21:03:50.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632025-02-24T21:03:50.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642025-02-24T21:03:50.503Z
18652025-02-24T21:03:50.503Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199)
18662025-02-24T21:03:50.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672025-02-24T21:03:50.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682025-02-24T21:03:50.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692025-02-24T21:03:50.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702025-02-24T21:03:50.937Z
18712025-02-24T21:03:50.937Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199)
18722025-02-24T21:03:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732025-02-24T21:03:51.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742025-02-24T21:03:51.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752025-02-24T21:03:51.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18762025-02-24T21:03:51.370Z
18772025-02-24T21:03:51.371Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199)
18782025-02-24T21:03:51.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792025-02-24T21:03:51.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802025-02-24T21:03:51.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812025-02-24T21:03:51.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822025-02-24T21:03:51.858Z
18832025-02-24T21:03:51.858Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199)
18842025-02-24T21:03:52.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852025-02-24T21:03:52.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862025-02-24T21:03:52.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872025-02-24T21:03:52.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882025-02-24T21:03:52.260Z
18892025-02-24T21:03:52.260Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199)
18902025-02-24T21:03:52.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912025-02-24T21:03:52.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922025-02-24T21:03:52.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932025-02-24T21:03:52.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942025-02-24T21:03:52.719Z
18952025-02-24T21:03:52.719Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199)
18962025-02-24T21:03:53.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972025-02-24T21:03:53.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982025-02-24T21:03:53.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992025-02-24T21:03:53.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002025-02-24T21:03:53.150Z
19012025-02-24T21:03:53.150Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199)
19022025-02-24T21:03:53.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032025-02-24T21:03:53.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042025-02-24T21:03:53.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052025-02-24T21:03:53.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062025-02-24T21:03:53.623Z
19072025-02-24T21:03:53.623Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199)
19082025-02-24T21:03:57.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092025-02-24T21:03:58.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102025-02-24T21:03:58.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112025-02-24T21:03:58.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122025-02-24T21:03:58.004Z
19132025-02-24T21:03:58.004Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199)
19142025-02-24T21:03:58.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152025-02-24T21:03:58.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162025-02-24T21:03:58.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172025-02-24T21:03:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182025-02-24T21:03:58.065Z
19192025-02-24T21:03:58.065Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199)
19202025-02-24T21:03:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212025-02-24T21:03:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222025-02-24T21:03:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232025-02-24T21:03:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242025-02-24T21:03:58.065Z
19252025-02-24T21:03:58.065Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199)
19262025-02-24T21:03:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272025-02-24T21:03:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282025-02-24T21:03:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292025-02-24T21:03:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302025-02-24T21:03:58.065Z
19312025-02-24T21:03:58.065Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199)
19322025-02-24T21:03:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332025-02-24T21:03:58.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342025-02-24T21:03:58.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352025-02-24T21:03:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362025-02-24T21:03:58.065Z
19372025-02-24T21:03:58.065Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199)
19382025-02-24T21:03:58.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392025-02-24T21:03:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402025-02-24T21:03:58.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412025-02-24T21:03:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422025-02-24T21:03:58.066Z
19432025-02-24T21:03:58.066Zinfo: running `cargo check --bins` on sled-hardware-types (45/199)
19442025-02-24T21:03:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452025-02-24T21:03:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462025-02-24T21:03:58.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472025-02-24T21:03:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19482025-02-24T21:03:58.066Z
19492025-02-24T21:03:58.066Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/199)
19502025-02-24T21:03:58.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512025-02-24T21:03:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522025-02-24T21:03:58.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532025-02-24T21:03:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19542025-02-24T21:03:58.066Z
19552025-02-24T21:03:58.066Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199)
19562025-02-24T21:03:58.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572025-02-24T21:03:58.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582025-02-24T21:03:58.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592025-02-24T21:03:58.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
19602025-02-24T21:03:58.305Z
19612025-02-24T21:03:58.305Zinfo: running `cargo check --bins` on oxlog (48/199)
19622025-02-24T21:03:58.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632025-02-24T21:03:58.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642025-02-24T21:03:58.928Z Checking cfg-if v1.0.0
19652025-02-24T21:03:58.930Z Checking libc v0.2.170
19662025-02-24T21:03:59.047Z Checking serde v1.0.218
19672025-02-24T21:03:59.050Z Checking zeroize v1.8.1
19682025-02-24T21:03:59.056Z Checking memchr v2.7.4
19692025-02-24T21:03:59.066Z Checking typenum v1.17.0
19702025-02-24T21:03:59.068Z Checking subtle v2.6.1
19712025-02-24T21:03:59.093Z Checking value-bag v1.9.0
19722025-02-24T21:03:59.107Z Checking smallvec v1.14.0
19732025-02-24T21:03:59.287Z Checking scopeguard v1.2.0
19742025-02-24T21:03:59.334Z Checking itoa v1.0.11
19752025-02-24T21:03:59.430Z Checking const-oid v0.9.6
19762025-02-24T21:03:59.447Z Checking lock_api v0.4.12
19772025-02-24T21:03:59.503Z Checking log v0.4.22
19782025-02-24T21:03:59.549Z Checking byteorder v1.5.0
19792025-02-24T21:03:59.839Z Checking pin-project-lite v0.2.14
19802025-02-24T21:03:59.857Z Checking once_cell v1.20.3
19812025-02-24T21:03:59.960Z Checking futures-core v0.3.31
19822025-02-24T21:03:59.978Z Checking futures-sink v0.3.31
19832025-02-24T21:04:00.022Z Checking getrandom v0.2.15
19842025-02-24T21:04:00.048Z Checking signal-hook-registry v1.4.2
19852025-02-24T21:04:00.115Z Checking parking_lot_core v0.9.10
19862025-02-24T21:04:00.132Z Checking generic-array v0.14.7
19872025-02-24T21:04:00.148Z Checking mio v1.0.2
19882025-02-24T21:04:00.162Z Checking stable_deref_trait v1.2.0
19892025-02-24T21:04:00.247Z Checking rand_core v0.6.4
19902025-02-24T21:04:00.262Z Checking cpufeatures v0.2.14
19912025-02-24T21:04:00.306Z Checking socket2 v0.5.8
19922025-02-24T21:04:00.354Z Checking zerocopy v0.7.35
19932025-02-24T21:04:00.441Z Checking parking_lot v0.12.3
19942025-02-24T21:04:00.571Z Checking zerofrom v0.1.4
19952025-02-24T21:04:00.706Z Checking slab v0.4.9
19962025-02-24T21:04:00.787Z Checking yoke v0.7.4
19972025-02-24T21:04:00.787Z Checking futures-channel v0.3.31
19982025-02-24T21:04:00.790Z Checking futures-task v0.3.31
19992025-02-24T21:04:00.958Z Checking pin-utils v0.1.0
20002025-02-24T21:04:01.040Z Checking futures-io v0.3.31
20012025-02-24T21:04:01.057Z Checking equivalent v1.0.1
20022025-02-24T21:04:01.096Z Checking zerovec v0.10.4
20032025-02-24T21:04:01.144Z Checking allocator-api2 v0.2.18
20042025-02-24T21:04:01.163Z Checking foldhash v0.1.3
20052025-02-24T21:04:01.177Z Checking crypto-common v0.1.6
20062025-02-24T21:04:01.212Z Checking block-buffer v0.10.4
20072025-02-24T21:04:01.301Z Checking futures-util v0.3.31
20082025-02-24T21:04:01.354Z Checking block-padding v0.3.3
20092025-02-24T21:04:01.371Z Checking ryu v1.0.18
20102025-02-24T21:04:01.434Z Checking digest v0.10.7
20112025-02-24T21:04:01.561Z Checking inout v0.1.3
20122025-02-24T21:04:01.587Z Checking ppv-lite86 v0.2.20
20132025-02-24T21:04:01.623Z Checking fnv v1.0.7
20142025-02-24T21:04:01.738Z Checking hashbrown v0.15.1
20152025-02-24T21:04:01.758Z Checking writeable v0.5.5
20162025-02-24T21:04:01.780Z Checking hmac v0.12.1
20172025-02-24T21:04:01.797Z Checking litemap v0.7.3
20182025-02-24T21:04:01.982Z Checking cipher v0.4.4
20192025-02-24T21:04:02.080Z Checking sha2 v0.10.8
20202025-02-24T21:04:02.127Z Checking libm v0.2.8
20212025-02-24T21:04:02.275Z Checking base64ct v1.6.0
20222025-02-24T21:04:02.381Z Checking icu_locid_transform_data v1.5.0
20232025-02-24T21:04:02.487Z Checking flagset v0.4.6
20242025-02-24T21:04:02.624Z Checking tracing-core v0.1.32
20252025-02-24T21:04:02.697Z Checking thiserror v1.0.69
20262025-02-24T21:04:02.709Z Checking tinystr v0.7.6
20272025-02-24T21:04:02.723Z Checking pem-rfc7468 v0.7.0
20282025-02-24T21:04:02.745Z Checking icu_collections v1.5.0
20292025-02-24T21:04:02.827Z Checking percent-encoding v2.3.1
20302025-02-24T21:04:02.985Z Checking der v0.7.9
20312025-02-24T21:04:03.010Z Checking num-traits v0.2.19
20322025-02-24T21:04:03.026Z Checking icu_locid v1.5.0
20332025-02-24T21:04:03.041Z Checking rustls-pki-types v1.10.0
20342025-02-24T21:04:03.249Z Checking icu_properties_data v1.5.0
20352025-02-24T21:04:03.367Z Checking tracing v0.1.40
20362025-02-24T21:04:03.486Z Checking salsa20 v0.10.2
20372025-02-24T21:04:03.551Z Checking bytes v1.9.0
20382025-02-24T21:04:03.567Z Checking indexmap v2.7.1
20392025-02-24T21:04:03.699Z Checking serde_json v1.0.139
20402025-02-24T21:04:03.717Z Checking bitflags v2.6.0
20412025-02-24T21:04:03.952Z Checking icu_provider v1.5.0
20422025-02-24T21:04:04.007Z Checking pbkdf2 v0.12.2
20432025-02-24T21:04:04.175Z Checking aws-lc-sys v0.22.0
20442025-02-24T21:04:04.330Z Checking tokio v1.43.0
20452025-02-24T21:04:04.545Z Checking http v1.2.0
20462025-02-24T21:04:04.560Z Checking icu_locid_transform v1.5.0
20472025-02-24T21:04:04.674Z Checking spki v0.7.3
20482025-02-24T21:04:04.759Z Checking httparse v1.9.5
20492025-02-24T21:04:04.955Z Checking icu_normalizer_data v1.5.0
20502025-02-24T21:04:05.061Z Checking mirai-annotations v1.12.0
20512025-02-24T21:04:05.209Z Checking powerfmt v0.2.0
20522025-02-24T21:04:05.238Z Checking untrusted v0.7.1
20532025-02-24T21:04:05.326Z Checking utf16_iter v1.0.5
20542025-02-24T21:04:05.410Z Checking utf8_iter v1.0.4
20552025-02-24T21:04:05.472Z Checking untrusted v0.9.0
20562025-02-24T21:04:05.497Z Checking write16 v1.0.0
20572025-02-24T21:04:05.584Z Checking icu_properties v1.5.1
20582025-02-24T21:04:05.611Z Checking deranged v0.3.11
20592025-02-24T21:04:05.629Z Checking scrypt v0.11.0
20602025-02-24T21:04:05.643Z Checking ring v0.17.11
20612025-02-24T21:04:05.670Z Checking cbc v0.1.2
20622025-02-24T21:04:05.822Z Checking aes v0.8.4
20632025-02-24T21:04:05.837Z Checking rand_chacha v0.3.1
20642025-02-24T21:04:05.862Z Checking crossbeam-utils v0.8.20
20652025-02-24T21:04:06.226Z Checking spin v0.9.8
20662025-02-24T21:04:06.260Z Checking aws-lc-rs v1.10.0
20672025-02-24T21:04:06.550Z Checking num-conv v0.1.0
20682025-02-24T21:04:06.568Z Checking time-core v0.1.2
20692025-02-24T21:04:06.686Z Checking tinyvec_macros v0.1.1
20702025-02-24T21:04:06.725Z Checking atomic-waker v1.1.2
20712025-02-24T21:04:06.777Z Checking num_threads v0.1.7
20722025-02-24T21:04:06.793Z Checking tinyvec v1.8.0
20732025-02-24T21:04:06.859Z Checking pkcs5 v0.7.1
20742025-02-24T21:04:06.895Z Checking rand v0.8.5
20752025-02-24T21:04:06.942Z Checking time v0.3.36
20762025-02-24T21:04:07.371Z Checking http-body v1.0.1
20772025-02-24T21:04:07.585Z Checking form_urlencoded v1.2.1
20782025-02-24T21:04:07.804Z Checking try-lock v0.2.5
20792025-02-24T21:04:07.821Z Checking pkcs8 v0.10.2
20802025-02-24T21:04:07.951Z Checking rustls-webpki v0.102.8
20812025-02-24T21:04:07.969Z Checking want v0.3.1
20822025-02-24T21:04:08.081Z Checking uuid v1.12.0
20832025-02-24T21:04:08.116Z Checking unicode-ident v1.0.14
20842025-02-24T21:04:08.131Z Checking tower-service v0.3.3
20852025-02-24T21:04:08.148Z Checking httpdate v1.0.3
20862025-02-24T21:04:08.249Z Checking serde_spanned v0.6.8
20872025-02-24T21:04:08.281Z Checking proc-macro2 v1.0.93
20882025-02-24T21:04:08.393Z Checking toml_datetime v0.6.8
20892025-02-24T21:04:08.451Z Checking zerocopy v0.8.10
20902025-02-24T21:04:08.690Z Checking slog v2.7.0
20912025-02-24T21:04:08.692Z Checking getrandom v0.3.1
20922025-02-24T21:04:08.726Z Checking scroll v0.12.0
20932025-02-24T21:04:08.797Z Checking icu_normalizer v1.5.0
20942025-02-24T21:04:08.933Z Checking plain v0.2.3
20952025-02-24T21:04:08.950Z Checking match_cfg v0.1.0
20962025-02-24T21:04:09.048Z Checking iana-time-zone v0.1.61
20972025-02-24T21:04:09.094Z Checking base64 v0.22.1
20982025-02-24T21:04:09.141Z Checking adler2 v2.0.0
20992025-02-24T21:04:09.181Z Checking foreign-types-shared v0.1.1
21002025-02-24T21:04:09.199Z Checking ucd-trie v0.1.7
21012025-02-24T21:04:09.291Z Checking foreign-types v0.3.2
21022025-02-24T21:04:09.294Z Checking chrono v0.4.39
21032025-02-24T21:04:09.321Z Checking miniz_oxide v0.8.0
21042025-02-24T21:04:09.387Z Checking goblin v0.8.2
21052025-02-24T21:04:09.403Z Checking pest v2.7.14
21062025-02-24T21:04:09.548Z Checking hostname v0.3.1
21072025-02-24T21:04:09.590Z Checking idna_adapter v1.2.0
21082025-02-24T21:04:09.679Z Checking quote v1.0.38
21092025-02-24T21:04:09.769Z Checking idna v1.0.3
21102025-02-24T21:04:10.010Z Checking openssl-sys v0.9.106
21112025-02-24T21:04:10.044Z Checking errno v0.3.9
21122025-02-24T21:04:10.240Z Checking dirs-sys-next v0.1.2
21132025-02-24T21:04:10.272Z Checking url v2.5.3
21142025-02-24T21:04:10.436Z Checking aho-corasick v1.1.3
21152025-02-24T21:04:11.415Z Checking regex-syntax v0.8.5
21162025-02-24T21:04:11.430Z Checking tokio-util v0.7.12
21172025-02-24T21:04:11.430Z Checking data-encoding v2.6.0
21182025-02-24T21:04:11.430Z Checking rand_core v0.9.2
21192025-02-24T21:04:11.430Z Checking pretty-hex v0.4.1
21202025-02-24T21:04:11.430Z Compiling newtype-uuid v1.2.1
21212025-02-24T21:04:11.561Z Checking either v1.13.0
21222025-02-24T21:04:11.663Z Checking siphasher v0.3.11
21232025-02-24T21:04:11.745Z Checking rand_chacha v0.9.0
21242025-02-24T21:04:11.903Z Checking h2 v0.4.6
21252025-02-24T21:04:11.931Z Checking openssl v0.10.71
21262025-02-24T21:04:11.946Z Checking dirs-next v2.0.0
21272025-02-24T21:04:11.963Z Checking rustix v0.38.37
21282025-02-24T21:04:11.966Z Checking dtrace-parser v0.2.0
21292025-02-24T21:04:12.069Z Checking syn v2.0.96
21302025-02-24T21:04:12.128Z Checking unicode-normalization v0.1.24
21312025-02-24T21:04:12.431Z Checking http-body-util v0.1.2
21322025-02-24T21:04:12.884Z Checking crossbeam-epoch v0.9.18
21332025-02-24T21:04:13.028Z Checking sha1 v0.10.6
21342025-02-24T21:04:13.291Z Checking signature v2.2.0
21352025-02-24T21:04:13.330Z Checking thread_local v1.1.8
21362025-02-24T21:04:13.507Z Checking thread-id v4.2.2
21372025-02-24T21:04:13.615Z Checking encoding_rs v0.8.34
21382025-02-24T21:04:13.630Z Checking anstyle v1.0.10
21392025-02-24T21:04:13.936Z Checking mime v0.3.17
21402025-02-24T21:04:14.229Z Checking regex-automata v0.4.8
21412025-02-24T21:04:14.232Z Checking utf8parse v0.2.2
21422025-02-24T21:04:14.337Z Checking dof v0.3.0
21432025-02-24T21:04:14.401Z Checking winnow v0.6.20
21442025-02-24T21:04:14.952Z Checking gimli v0.31.1
21452025-02-24T21:04:15.091Z Checking unicode-properties v0.1.3
21462025-02-24T21:04:15.482Z Checking ipnet v2.10.1
21472025-02-24T21:04:15.794Z Checking openssl-probe v0.1.5
21482025-02-24T21:04:15.956Z Checking unicode-bidi v0.3.17
21492025-02-24T21:04:15.972Z Checking anstyle-parse v0.2.5
21502025-02-24T21:04:16.247Z Checking crossbeam-deque v0.8.5
21512025-02-24T21:04:16.575Z Checking rand v0.9.0
21522025-02-24T21:04:16.624Z Checking stringprep v0.1.5
21532025-02-24T21:04:16.917Z Checking term v0.7.0
21542025-02-24T21:04:17.099Z Checking native-tls v0.2.12
21552025-02-24T21:04:17.154Z Checking toml_edit v0.22.22
21562025-02-24T21:04:17.339Z Checking slog-json v2.6.1
21572025-02-24T21:04:17.409Z Checking rustls v0.22.4
21582025-02-24T21:04:17.551Z Checking rustls v0.23.19
21592025-02-24T21:04:17.590Z Checking serde_urlencoded v0.7.1
21602025-02-24T21:04:17.988Z Checking crossbeam-channel v0.5.13
21612025-02-24T21:04:18.006Z Checking usdt-impl v0.5.0
21622025-02-24T21:04:18.021Z Checking hyper v1.5.2
21632025-02-24T21:04:18.547Z Checking futures-executor v0.3.31
21642025-02-24T21:04:18.593Z Checking num-integer v0.1.46
21652025-02-24T21:04:18.667Z Checking addr2line v0.24.2
21662025-02-24T21:04:18.695Z Checking rustls-pemfile v2.2.0
21672025-02-24T21:04:18.789Z Checking semver v1.0.25
21682025-02-24T21:04:18.919Z Checking md-5 v0.10.6
21692025-02-24T21:04:19.067Z Checking ff v0.13.0
21702025-02-24T21:04:19.150Z Checking is-terminal v0.4.13
21712025-02-24T21:04:19.167Z Checking memmap v0.7.0
21722025-02-24T21:04:19.193Z Checking hash32 v0.2.1
21732025-02-24T21:04:19.279Z Checking object v0.36.5
21742025-02-24T21:04:19.293Z Checking is_terminal_polyfill v1.70.1
21752025-02-24T21:04:19.384Z Checking utf-8 v0.7.6
21762025-02-24T21:04:19.417Z Checking take_mut v0.2.2
21772025-02-24T21:04:19.489Z Checking psl-types v2.0.11
21782025-02-24T21:04:19.587Z Checking linked-hash-map v0.5.6
21792025-02-24T21:04:19.609Z Checking colorchoice v1.0.2
21802025-02-24T21:04:19.682Z Checking dyn-clone v1.0.18
21812025-02-24T21:04:19.739Z Checking base16ct v0.2.0
21822025-02-24T21:04:19.741Z Checking rustc-demangle v0.1.24
21832025-02-24T21:04:19.840Z Checking anstyle-query v1.1.1
21842025-02-24T21:04:19.892Z Checking fallible-iterator v0.2.0
21852025-02-24T21:04:19.928Z Checking hyper-util v0.1.10
21862025-02-24T21:04:19.944Z Checking quick-error v1.2.3
21872025-02-24T21:04:19.964Z Checking anstream v0.6.15
21882025-02-24T21:04:20.087Z Checking resolv-conf v0.7.0
21892025-02-24T21:04:20.177Z Checking sec1 v0.7.3
21902025-02-24T21:04:20.323Z Checking lru-cache v0.1.2
21912025-02-24T21:04:20.407Z Checking schemars v0.8.21
21922025-02-24T21:04:20.462Z Checking postgres-protocol v0.6.8
21932025-02-24T21:04:20.491Z Checking toml v0.8.19
21942025-02-24T21:04:20.556Z Checking publicsuffix v2.3.0
21952025-02-24T21:04:20.772Z Checking tokio-rustls v0.25.0
21962025-02-24T21:04:20.842Z Checking tungstenite v0.24.0
21972025-02-24T21:04:21.117Z Checking slog-async v2.8.0
21982025-02-24T21:04:21.152Z Checking heapless v0.7.17
21992025-02-24T21:04:21.155Z Checking usdt v0.5.0
22002025-02-24T21:04:21.388Z Checking group v0.13.0
22012025-02-24T21:04:21.428Z Checking slog-term v2.9.1
22022025-02-24T21:04:21.639Z Checking num-iter v0.1.45
22032025-02-24T21:04:21.721Z Checking futures v0.3.31
22042025-02-24T21:04:21.806Z Checking slog-bunyan v2.5.0
22052025-02-24T21:04:21.836Z Checking tokio-native-tls v0.3.1
22062025-02-24T21:04:21.881Z Checking rayon-core v1.12.1
22072025-02-24T21:04:21.902Z Checking hickory-proto v0.24.3
22082025-02-24T21:04:21.918Z Checking multer v3.1.0
22092025-02-24T21:04:21.970Z Checking terminal_size v0.4.0
22102025-02-24T21:04:22.061Z Checking phf_shared v0.11.2
22112025-02-24T21:04:22.156Z Checking cookie v0.18.1
22122025-02-24T21:04:22.294Z Checking async-stream v0.3.6
22132025-02-24T21:04:22.332Z Checking bzip2-sys v0.1.11+1.0.8
22142025-02-24T21:04:22.355Z Checking camino v1.1.9
22152025-02-24T21:04:22.457Z Checking waitgroup v0.1.2
22162025-02-24T21:04:22.484Z Checking signal-hook v0.3.17
22172025-02-24T21:04:22.523Z Checking lazy_static v1.5.0
22182025-02-24T21:04:22.588Z Checking openapiv3 v2.0.0
22192025-02-24T21:04:22.591Z Checking webpki-roots v0.26.6
22202025-02-24T21:04:22.623Z Checking tokio-rustls v0.26.0
22212025-02-24T21:04:22.654Z Checking serde_path_to_error v0.1.16
22222025-02-24T21:04:22.800Z Checking hkdf v0.12.4
22232025-02-24T21:04:22.817Z Checking crypto-bigint v0.5.5
22242025-02-24T21:04:22.851Z Checking sync_wrapper v1.0.1
22252025-02-24T21:04:23.005Z Checking hostname v0.4.0
22262025-02-24T21:04:23.022Z Checking crc32fast v1.4.2
22272025-02-24T21:04:23.025Z Checking unicode-width v0.2.0
22282025-02-24T21:04:23.141Z Checking clap_lex v0.7.4
22292025-02-24T21:04:23.218Z Checking bitflags v1.3.2
22302025-02-24T21:04:23.257Z Checking tower-layer v0.3.3
22312025-02-24T21:04:23.321Z Checking winnow v0.5.40
22322025-02-24T21:04:23.385Z Checking debug-ignore v1.0.5
22332025-02-24T21:04:23.509Z Checking strsim v0.11.1
22342025-02-24T21:04:23.512Z Checking managed v0.8.0
22352025-02-24T21:04:23.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22362025-02-24T21:04:23.804Z Checking clap_builder v4.5.30
22372025-02-24T21:04:23.826Z Checking tower v0.5.2
22382025-02-24T21:04:23.899Z Checking smoltcp v0.9.1
22392025-02-24T21:04:24.566Z Checking console v0.15.10
22402025-02-24T21:04:25.118Z Checking flate2 v1.0.35
22412025-02-24T21:04:25.237Z Checking backtrace v0.3.74
22422025-02-24T21:04:25.281Z Checking hyper-rustls v0.27.3
22432025-02-24T21:04:25.551Z Checking elliptic-curve v0.13.8
22442025-02-24T21:04:25.631Z Checking signal-hook-mio v0.2.4
22452025-02-24T21:04:25.722Z Checking num-bigint-dig v0.8.4
22462025-02-24T21:04:25.771Z Checking cookie_store v0.21.1
22472025-02-24T21:04:25.773Z Checking anyhow v1.0.96
22482025-02-24T21:04:25.800Z Checking dropshot v0.12.0
22492025-02-24T21:04:26.124Z Checking toml_edit v0.19.15
22502025-02-24T21:04:26.153Z Checking rayon v1.10.0
22512025-02-24T21:04:26.170Z Checking bzip2 v0.4.4
22522025-02-24T21:04:26.398Z Checking hickory-resolver v0.24.3
22532025-02-24T21:04:26.424Z Checking phf v0.11.2
22542025-02-24T21:04:26.427Z Checking hyper-tls v0.6.0
22552025-02-24T21:04:26.667Z Checking tokio-tungstenite v0.24.0
22562025-02-24T21:04:26.707Z Checking postgres-types v0.2.8
22572025-02-24T21:04:26.725Z Checking regex v1.11.1
22582025-02-24T21:04:27.126Z Checking bstr v1.10.0
22592025-02-24T21:04:27.315Z Checking ed25519 v2.2.3
22602025-02-24T21:04:27.402Z Checking phf_shared v0.10.0
22612025-02-24T21:04:27.637Z Checking tokio-stream v0.1.16
22622025-02-24T21:04:27.655Z Checking zerocopy v0.6.6
22632025-02-24T21:04:27.679Z Checking curve25519-dalek v4.1.3
22642025-02-24T21:04:27.946Z Checking hubpack v0.1.2
22652025-02-24T21:04:27.983Z Checking memoffset v0.9.1
22662025-02-24T21:04:28.103Z Checking portable-atomic v1.9.0
22672025-02-24T21:04:28.255Z Checking pkcs1 v0.7.5
22682025-02-24T21:04:28.271Z Checking float-cmp v0.10.0
22692025-02-24T21:04:28.423Z Checking serde-big-array v0.5.1
22702025-02-24T21:04:28.475Z Checking rfc6979 v0.4.0
22712025-02-24T21:04:28.566Z Checking fixedbitset v0.4.2
22722025-02-24T21:04:28.645Z Checking static_assertions v1.1.0
22732025-02-24T21:04:28.645Z Checking predicates-core v1.0.8
22742025-02-24T21:04:28.677Z Checking difflib v0.4.0
22752025-02-24T21:04:28.743Z Checking minimal-lexical v0.2.1
22762025-02-24T21:04:28.825Z Checking precomputed-hash v0.1.1
22772025-02-24T21:04:28.853Z Checking normalize-line-endings v0.3.0
22782025-02-24T21:04:28.948Z Checking new_debug_unreachable v1.0.6
22792025-02-24T21:04:28.981Z Checking number_prefix v0.4.0
22802025-02-24T21:04:28.997Z Checking whoami v1.5.2
22812025-02-24T21:04:29.045Z Checking unicode-segmentation v1.12.0
22822025-02-24T21:04:29.064Z Checking bit-vec v0.6.3
22832025-02-24T21:04:29.144Z Checking nom v7.1.3
22842025-02-24T21:04:29.174Z Checking string_cache v0.8.7
22852025-02-24T21:04:29.234Z Checking qorb v0.2.1
22862025-02-24T21:04:29.281Z Checking tokio-postgres v0.7.12
22872025-02-24T21:04:29.362Z Checking bit-set v0.5.3
22882025-02-24T21:04:29.460Z Checking predicates v3.1.3
22892025-02-24T21:04:29.496Z Checking ed25519-dalek v2.1.1
22902025-02-24T21:04:29.594Z Checking indicatif v0.17.11
22912025-02-24T21:04:29.614Z Checking petgraph v0.6.5
22922025-02-24T21:04:29.730Z Checking similar v2.6.0
22932025-02-24T21:04:29.901Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
22942025-02-24T21:04:30.108Z Checking ecdsa v0.16.9
22952025-02-24T21:04:30.369Z Checking rsa v0.9.6
22962025-02-24T21:04:30.567Z Checking toml v0.7.8
22972025-02-24T21:04:30.829Z Checking nix v0.29.0
22982025-02-24T21:04:31.259Z Checking reqwest v0.12.12
22992025-02-24T21:04:31.345Z Checking clap v4.5.30
23002025-02-24T21:04:31.468Z Checking zip v0.6.6
23012025-02-24T21:04:31.649Z Checking crossterm v0.28.1
23022025-02-24T21:04:31.756Z Checking ahash v0.8.11
23032025-02-24T21:04:32.133Z Checking fs-err v2.11.0
23042025-02-24T21:04:32.154Z Checking itertools v0.12.1
23052025-02-24T21:04:32.184Z Checking itertools v0.14.0
23062025-02-24T21:04:32.233Z Checking itertools v0.10.5
23072025-02-24T21:04:32.689Z Checking x509-cert v0.2.5
23082025-02-24T21:04:32.863Z Checking hex v0.4.3
23092025-02-24T21:04:33.122Z Checking lalrpop-util v0.19.12
23102025-02-24T21:04:33.316Z Checking peg-runtime v0.8.3
23112025-02-24T21:04:33.336Z Checking sigpipe v0.1.3
23122025-02-24T21:04:34.468Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23132025-02-24T21:04:34.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.50s
23142025-02-24T21:04:34.962Z
23152025-02-24T21:04:34.962Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199)
23162025-02-24T21:04:35.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23172025-02-24T21:04:35.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23182025-02-24T21:04:35.641Z Compiling hashbrown v0.14.5
23192025-02-24T21:04:35.766Z Checking heck v0.5.0
23202025-02-24T21:04:35.779Z Compiling unsafe-libyaml v0.2.11
23212025-02-24T21:04:35.792Z Checking ipnetwork v0.21.1
23222025-02-24T21:04:35.806Z Compiling ident_case v1.0.1
23232025-02-24T21:04:35.821Z Checking progenitor-client v0.8.0
23242025-02-24T21:04:35.839Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252025-02-24T21:04:35.932Z Checking newtype-uuid v1.2.1
23262025-02-24T21:04:35.977Z Compiling darling_core v0.20.10
23272025-02-24T21:04:36.137Z Checking oxnet v0.1.0
23282025-02-24T21:04:36.161Z Compiling proc-macro-crate v1.3.1
23292025-02-24T21:04:36.218Z Compiling structmeta-derive v0.3.0
23302025-02-24T21:04:36.238Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23312025-02-24T21:04:36.493Z Compiling thiserror v2.0.11
23322025-02-24T21:04:36.558Z Compiling lzma-sys v0.1.20
23332025-02-24T21:04:36.727Z Checking regress v0.10.1
23342025-02-24T21:04:37.066Z Compiling serde_yaml v0.9.34+deprecated
23352025-02-24T21:04:37.093Z Compiling num_enum_derive v0.5.11
23362025-02-24T21:04:37.536Z Compiling foreign-types-macros v0.2.3
23372025-02-24T21:04:37.660Z Compiling daft-derive v0.1.1
23382025-02-24T21:04:38.800Z Compiling structmeta v0.3.0
23392025-02-24T21:04:38.816Z Compiling thiserror-impl v2.0.11
23402025-02-24T21:04:39.166Z Compiling dropshot v0.15.1
23412025-02-24T21:04:39.185Z Checking foreign-types-shared v0.3.1
23422025-02-24T21:04:39.253Z Checking arc-swap v1.7.1
23432025-02-24T21:04:39.313Z Checking foreign-types v0.5.0
23442025-02-24T21:04:39.430Z Checking num_enum v0.5.11
23452025-02-24T21:04:39.590Z Checking daft v0.1.1
23462025-02-24T21:04:39.635Z Compiling parse-display-derive v0.10.0
23472025-02-24T21:04:39.706Z Checking slog-scope v4.4.0
23482025-02-24T21:04:39.963Z Compiling proc-macro-error v1.0.4
23492025-02-24T21:04:40.200Z Checking typify-impl v0.2.0
23502025-02-24T21:04:40.317Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23512025-02-24T21:04:40.451Z Checking tungstenite v0.21.0
23522025-02-24T21:04:40.579Z Compiling heck v0.3.3
23532025-02-24T21:04:40.925Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542025-02-24T21:04:41.305Z Compiling dropshot_endpoint v0.15.1
23552025-02-24T21:04:41.566Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562025-02-24T21:04:41.584Z Compiling darling_macro v0.20.10
23572025-02-24T21:04:41.728Z Checking cstr-argument v0.1.2
23582025-02-24T21:04:41.926Z Checking instant v0.1.13
23592025-02-24T21:04:42.050Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23602025-02-24T21:04:42.162Z Checking pretty-hex v0.2.1
23612025-02-24T21:04:42.315Z Checking base64 v0.21.7
23622025-02-24T21:04:42.338Z Checking fastrand v2.1.1
23632025-02-24T21:04:42.464Z Compiling darling v0.20.10
23642025-02-24T21:04:42.485Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23652025-02-24T21:04:42.590Z Compiling serde_with_macros v3.11.0
23662025-02-24T21:04:42.640Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23672025-02-24T21:04:42.655Z Checking tempfile v3.13.0
23682025-02-24T21:04:42.744Z Checking backoff v0.4.0
23692025-02-24T21:04:42.760Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702025-02-24T21:04:42.791Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23712025-02-24T21:04:42.945Z Checking tokio-tungstenite v0.21.0
23722025-02-24T21:04:43.004Z Checking strum v0.26.3
23732025-02-24T21:04:43.021Z Compiling zone_cfg_derive v0.1.2
23742025-02-24T21:04:43.056Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23752025-02-24T21:04:43.176Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23762025-02-24T21:04:43.478Z Checking parse-display v0.10.0
23772025-02-24T21:04:43.523Z Checking slog-stdlog v4.1.1
23782025-02-24T21:04:43.582Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23792025-02-24T21:04:43.707Z Checking regress v0.9.1
23802025-02-24T21:04:43.710Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23812025-02-24T21:04:43.737Z Checking progenitor-client v0.9.1
23822025-02-24T21:04:43.793Z Checking colored v2.1.0
23832025-02-24T21:04:44.004Z Checking macaddr v1.0.1
23842025-02-24T21:04:44.106Z Checking unicode-width v0.1.14
23852025-02-24T21:04:44.122Z Checking base64 v0.13.1
23862025-02-24T21:04:44.378Z Checking zone v0.1.8
23872025-02-24T21:04:44.503Z Checking ron v0.7.1
23882025-02-24T21:04:44.633Z Checking tabwriter v1.4.0
23892025-02-24T21:04:44.879Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23902025-02-24T21:04:45.080Z Checking slog-envlogger v2.2.0
23912025-02-24T21:04:45.107Z Checking serde_with v3.11.0
23922025-02-24T21:04:45.314Z Checking xz2 v0.1.7
23932025-02-24T21:04:45.331Z Checking xattr v1.3.1
23942025-02-24T21:04:45.534Z Checking pem v3.0.4
23952025-02-24T21:04:45.604Z Checking yasna v0.5.2
23962025-02-24T21:04:45.621Z Checking headers-core v0.3.0
23972025-02-24T21:04:45.766Z Checking smf v0.2.3
23982025-02-24T21:04:45.787Z Checking filetime v0.2.25
23992025-02-24T21:04:46.008Z Checking same-file v1.0.6
24002025-02-24T21:04:46.180Z Checking tar v0.4.42
24012025-02-24T21:04:46.198Z Checking walkdir v2.5.0
24022025-02-24T21:04:46.200Z Checking headers v0.4.0
24032025-02-24T21:04:46.421Z Checking rcgen v0.12.1
24042025-02-24T21:04:46.488Z Checking camino-tempfile v1.1.1
24052025-02-24T21:04:46.769Z Checking atomicwrites v0.4.4
24062025-02-24T21:04:46.985Z Checking subprocess v0.2.9
24072025-02-24T21:04:49.318Z Compiling typify-macro v0.2.0
24082025-02-24T21:04:50.832Z Compiling typify v0.2.0
24092025-02-24T21:04:50.900Z Compiling progenitor-impl v0.8.0
24102025-02-24T21:04:53.337Z Compiling progenitor-macro v0.8.0
24112025-02-24T21:04:56.832Z Checking progenitor v0.8.0
24122025-02-24T21:04:56.957Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24132025-02-24T21:04:56.957Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24142025-02-24T21:04:59.442Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24152025-02-24T21:04:59.770Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24162025-02-24T21:05:05.812Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24172025-02-24T21:05:07.320Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24182025-02-24T21:05:08.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s
24192025-02-24T21:05:08.698Z
24202025-02-24T21:05:08.698Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199)
24212025-02-24T21:05:09.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222025-02-24T21:05:09.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232025-02-24T21:05:09.382Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24242025-02-24T21:05:10.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
24252025-02-24T21:05:10.940Z
24262025-02-24T21:05:10.940Zinfo: running `cargo check --bins` on nexus-config (51/199)
24272025-02-24T21:05:11.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282025-02-24T21:05:11.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292025-02-24T21:05:11.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302025-02-24T21:05:11.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24312025-02-24T21:05:11.586Z
24322025-02-24T21:05:11.586Zinfo: running `cargo check --bins` on omicron-rpaths (52/199)
24332025-02-24T21:05:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342025-02-24T21:05:12.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352025-02-24T21:05:12.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362025-02-24T21:05:12.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24372025-02-24T21:05:12.212Z
24382025-02-24T21:05:12.212Zinfo: running `cargo check --bins` on omicron-brand-metadata (53/199)
24392025-02-24T21:05:12.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402025-02-24T21:05:12.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412025-02-24T21:05:12.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422025-02-24T21:05:12.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
24432025-02-24T21:05:12.840Z
24442025-02-24T21:05:12.841Zinfo: running `cargo check --bins` on omicron-certificates (54/199)
24452025-02-24T21:05:13.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462025-02-24T21:05:13.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472025-02-24T21:05:13.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482025-02-24T21:05:13.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24492025-02-24T21:05:13.482Z
24502025-02-24T21:05:13.482Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (55/199)
24512025-02-24T21:05:14.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522025-02-24T21:05:14.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532025-02-24T21:05:14.180Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24542025-02-24T21:05:14.305Z Compiling ipnetwork v0.21.1
24552025-02-24T21:05:14.312Z Compiling progenitor-client v0.8.0
24562025-02-24T21:05:14.312Z Compiling itertools v0.13.0
24572025-02-24T21:05:14.312Z Compiling heapless v0.8.0
24582025-02-24T21:05:14.312Z Compiling thiserror v2.0.11
24592025-02-24T21:05:14.312Z Checking hash32 v0.3.1
24602025-02-24T21:05:14.312Z Compiling instant v0.1.13
24612025-02-24T21:05:14.473Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24622025-02-24T21:05:14.494Z Compiling smoltcp v0.11.0
24632025-02-24T21:05:14.509Z Compiling dropshot v0.15.1
24642025-02-24T21:05:14.534Z Compiling backoff v0.4.0
24652025-02-24T21:05:14.783Z Compiling oxnet v0.1.0
24662025-02-24T21:05:14.860Z Compiling progenitor v0.8.0
24672025-02-24T21:05:15.034Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24682025-02-24T21:05:15.065Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692025-02-24T21:05:15.170Z Compiling daft v0.1.1
24702025-02-24T21:05:15.218Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24712025-02-24T21:05:15.246Z Compiling serde_with v3.11.0
24722025-02-24T21:05:15.432Z Compiling parse-display v0.10.0
24732025-02-24T21:05:15.634Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742025-02-24T21:05:15.940Z Checking num-rational v0.4.2
24752025-02-24T21:05:16.013Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24762025-02-24T21:05:16.103Z Compiling progenitor-client v0.9.1
24772025-02-24T21:05:16.569Z Compiling regress v0.9.1
24782025-02-24T21:05:16.611Z Compiling phf_generator v0.11.2
24792025-02-24T21:05:16.830Z Checking num-complex v0.4.6
24802025-02-24T21:05:17.158Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24812025-02-24T21:05:17.752Z Compiling macaddr v1.0.1
24822025-02-24T21:05:18.155Z Checking cobs v0.2.3
24832025-02-24T21:05:18.365Z Checking postcard v1.0.10
24842025-02-24T21:05:18.527Z Compiling num v0.4.3
24852025-02-24T21:05:18.630Z Compiling phf_codegen v0.11.2
24862025-02-24T21:05:18.850Z Compiling parse-zoneinfo v0.3.1
24872025-02-24T21:05:18.892Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24882025-02-24T21:05:19.234Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24892025-02-24T21:05:19.410Z Compiling convert_case v0.4.0
24902025-02-24T21:05:20.207Z Checking float-ord v0.3.2
24912025-02-24T21:05:20.740Z Compiling derive_more v0.99.19
24922025-02-24T21:05:21.366Z Compiling chrono-tz-build v0.4.0
24932025-02-24T21:05:21.662Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
24942025-02-24T21:05:22.301Z Compiling crucible-workspace-hack v0.1.0
24952025-02-24T21:05:22.533Z Compiling chrono-tz v0.10.1
24962025-02-24T21:05:22.552Z Checking newline-converter v0.3.0
24972025-02-24T21:05:22.724Z Checking prettyplease v0.2.29
24982025-02-24T21:05:23.151Z Compiling slog-dtrace v0.3.0
24992025-02-24T21:05:23.232Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25002025-02-24T21:05:23.565Z Checking expectorate v1.1.0
25012025-02-24T21:05:23.821Z Compiling zone_cfg_derive v0.3.0
25022025-02-24T21:05:23.838Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25032025-02-24T21:05:23.856Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25042025-02-24T21:05:24.529Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25052025-02-24T21:05:24.612Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25062025-02-24T21:05:24.959Z Compiling const_format_proc_macros v0.2.34
25072025-02-24T21:05:24.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25082025-02-24T21:05:25.210Z Compiling num-derive v0.4.2
25092025-02-24T21:05:25.256Z Checking highway v1.2.0
25102025-02-24T21:05:25.546Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112025-02-24T21:05:25.685Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25122025-02-24T21:05:26.025Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25132025-02-24T21:05:26.069Z Checking zone v0.3.0
25142025-02-24T21:05:26.273Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
25152025-02-24T21:05:26.606Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25162025-02-24T21:05:26.852Z Checking const_format v0.2.34
25172025-02-24T21:05:27.230Z Checking gethostname v0.5.0
25182025-02-24T21:05:27.274Z Checking bcs v0.1.6
25192025-02-24T21:05:27.339Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
25202025-02-24T21:05:27.357Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25212025-02-24T21:05:27.374Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25222025-02-24T21:05:27.705Z Checking nanorand v0.7.0
25232025-02-24T21:05:27.797Z Compiling async-recursion v1.1.1
25242025-02-24T21:05:27.914Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25252025-02-24T21:05:28.071Z Checking termtree v0.5.1
25262025-02-24T21:05:28.304Z Checking flume v0.11.1
25272025-02-24T21:05:28.737Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25282025-02-24T21:05:28.742Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292025-02-24T21:05:29.617Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25302025-02-24T21:05:29.720Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25312025-02-24T21:05:35.149Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322025-02-24T21:05:40.356Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25332025-02-24T21:05:40.783Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25342025-02-24T21:05:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s
25352025-02-24T21:05:42.194Z
25362025-02-24T21:05:42.194Zinfo: running `cargo check --bins` on clickhouse-admin-api (56/199)
25372025-02-24T21:05:42.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25382025-02-24T21:05:42.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25392025-02-24T21:05:42.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25402025-02-24T21:05:42.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25412025-02-24T21:05:42.846Z
25422025-02-24T21:05:42.846Zinfo: running `cargo check --bins` on clickhouse-admin-types (57/199)
25432025-02-24T21:05:43.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25442025-02-24T21:05:43.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25452025-02-24T21:05:43.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25462025-02-24T21:05:43.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25472025-02-24T21:05:43.499Z
25482025-02-24T21:05:43.499Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (58/199)
25492025-02-24T21:05:44.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25502025-02-24T21:05:44.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25512025-02-24T21:05:44.174Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522025-02-24T21:05:44.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
25532025-02-24T21:05:44.978Z
25542025-02-24T21:05:44.978Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199)
25552025-02-24T21:05:45.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25562025-02-24T21:05:45.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25572025-02-24T21:05:45.943Z Compiling cfg_aliases v0.1.1
25582025-02-24T21:05:45.950Z Compiling vte_generate_state_changes v0.1.2
25592025-02-24T21:05:45.950Z Checking fd-lock v4.0.2
25602025-02-24T21:05:45.950Z Checking nibble_vec v0.1.0
25612025-02-24T21:05:45.950Z Checking endian-type v0.1.2
25622025-02-24T21:05:45.950Z Checking bytecount v0.6.8
25632025-02-24T21:05:45.950Z Compiling tabled_derive v0.7.0
25642025-02-24T21:05:45.950Z Compiling peg-macros v0.8.4
25652025-02-24T21:05:45.950Z Compiling nix v0.28.0
25662025-02-24T21:05:45.952Z Checking papergrid v0.11.0
25672025-02-24T21:05:45.952Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682025-02-24T21:05:45.978Z Compiling sqlparser_derive v0.2.2
25692025-02-24T21:05:45.994Z Checking radix_trie v0.2.1
25702025-02-24T21:05:46.343Z Checking vte v0.11.1
25712025-02-24T21:05:46.398Z Checking home v0.5.9
25722025-02-24T21:05:46.551Z Checking nu-ansi-term v0.50.1
25732025-02-24T21:05:46.941Z Checking unicode_categories v0.1.1
25742025-02-24T21:05:47.000Z Checking display-error-chain v0.2.2
25752025-02-24T21:05:47.018Z Checking sqlparser v0.45.0
25762025-02-24T21:05:47.251Z Checking sqlformat v0.2.6
25772025-02-24T21:05:47.731Z Checking strip-ansi-escapes v0.2.0
25782025-02-24T21:05:47.811Z Checking tabled v0.15.0
25792025-02-24T21:05:47.864Z Checking reedline v0.35.0
25802025-02-24T21:05:48.200Z Checking peg v0.8.4
25812025-02-24T21:05:48.624Z Checking rustyline v14.0.0
25822025-02-24T21:05:57.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.62s
25832025-02-24T21:05:57.783Z
25842025-02-24T21:05:57.783Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199)
25852025-02-24T21:05:58.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25862025-02-24T21:05:58.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25872025-02-24T21:05:58.481Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25882025-02-24T21:06:03.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
25892025-02-24T21:06:03.678Z
25902025-02-24T21:06:03.679Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199)
25912025-02-24T21:06:04.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25922025-02-24T21:06:04.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25932025-02-24T21:06:04.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25942025-02-24T21:06:07.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
25952025-02-24T21:06:08.015Z
25962025-02-24T21:06:08.015Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199)
25972025-02-24T21:06:08.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25982025-02-24T21:06:08.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25992025-02-24T21:06:08.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26002025-02-24T21:06:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
26012025-02-24T21:06:13.643Z
26022025-02-24T21:06:13.643Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199)
26032025-02-24T21:06:14.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26042025-02-24T21:06:14.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26052025-02-24T21:06:14.332Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26062025-02-24T21:06:19.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
26072025-02-24T21:06:19.370Z
26082025-02-24T21:06:19.370Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199)
26092025-02-24T21:06:19.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26102025-02-24T21:06:19.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26112025-02-24T21:06:20.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26122025-02-24T21:06:23.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
26132025-02-24T21:06:23.935Z
26142025-02-24T21:06:23.935Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199)
26152025-02-24T21:06:24.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26162025-02-24T21:06:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26172025-02-24T21:06:24.638Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26182025-02-24T21:06:28.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
26192025-02-24T21:06:28.562Z
26202025-02-24T21:06:28.562Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199)
26212025-02-24T21:06:29.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222025-02-24T21:06:29.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232025-02-24T21:06:29.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26242025-02-24T21:06:34.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.71s
26252025-02-24T21:06:34.454Z
26262025-02-24T21:06:34.454Zinfo: running `cargo check --bins` on oximeter (67/199)
26272025-02-24T21:06:35.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282025-02-24T21:06:35.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292025-02-24T21:06:35.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302025-02-24T21:06:35.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26312025-02-24T21:06:35.123Z
26322025-02-24T21:06:35.123Zinfo: running `cargo check --bins` on oximeter-macro-impl (68/199)
26332025-02-24T21:06:35.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342025-02-24T21:06:35.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352025-02-24T21:06:35.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362025-02-24T21:06:35.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26372025-02-24T21:06:35.759Z
26382025-02-24T21:06:35.759Zinfo: running `cargo check --bins` on oximeter-schema (69/199)
26392025-02-24T21:06:36.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402025-02-24T21:06:36.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412025-02-24T21:06:36.417Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26422025-02-24T21:06:38.415Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26432025-02-24T21:06:39.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
26442025-02-24T21:06:39.501Z
26452025-02-24T21:06:39.501Zinfo: running `cargo check --bins` on oximeter-types (70/199)
26462025-02-24T21:06:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472025-02-24T21:06:40.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482025-02-24T21:06:40.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492025-02-24T21:06:40.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26502025-02-24T21:06:40.162Z
26512025-02-24T21:06:40.162Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (71/199)
26522025-02-24T21:06:40.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532025-02-24T21:06:40.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542025-02-24T21:06:40.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552025-02-24T21:06:40.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26562025-02-24T21:06:40.814Z
26572025-02-24T21:06:40.814Zinfo: running `cargo check --bins` on oxql-types (72/199)
26582025-02-24T21:06:41.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592025-02-24T21:06:41.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602025-02-24T21:06:41.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612025-02-24T21:06:41.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26622025-02-24T21:06:41.464Z
26632025-02-24T21:06:41.464Zinfo: running `cargo check --bins` on oximeter-test-utils (73/199)
26642025-02-24T21:06:42.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652025-02-24T21:06:42.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662025-02-24T21:06:42.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672025-02-24T21:06:42.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26682025-02-24T21:06:42.148Z
26692025-02-24T21:06:42.149Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (74/199)
26702025-02-24T21:06:42.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712025-02-24T21:06:42.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722025-02-24T21:06:42.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732025-02-24T21:06:42.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26742025-02-24T21:06:42.807Z
26752025-02-24T21:06:42.807Zinfo: running `cargo check --bins` on bootstrap-agent-client (75/199)
26762025-02-24T21:06:43.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772025-02-24T21:06:43.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782025-02-24T21:06:43.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792025-02-24T21:06:43.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26802025-02-24T21:06:43.473Z
26812025-02-24T21:06:43.473Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199)
26822025-02-24T21:06:44.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832025-02-24T21:06:44.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842025-02-24T21:06:44.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26852025-02-24T21:06:44.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26862025-02-24T21:06:44.131Z
26872025-02-24T21:06:44.131Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (77/199)
26882025-02-24T21:06:44.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26892025-02-24T21:06:44.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26902025-02-24T21:06:44.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26912025-02-24T21:06:44.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26922025-02-24T21:06:44.787Z
26932025-02-24T21:06:44.788Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (78/199)
26942025-02-24T21:06:45.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26952025-02-24T21:06:45.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26962025-02-24T21:06:45.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26972025-02-24T21:06:45.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26982025-02-24T21:06:45.447Z
26992025-02-24T21:06:45.447Zinfo: running `cargo check --bins` on cockroach-admin-client (79/199)
27002025-02-24T21:06:46.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27012025-02-24T21:06:46.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27022025-02-24T21:06:46.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27032025-02-24T21:06:46.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27042025-02-24T21:06:46.085Z
27052025-02-24T21:06:46.085Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (80/199)
27062025-02-24T21:06:46.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27072025-02-24T21:06:46.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27082025-02-24T21:06:46.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27092025-02-24T21:06:46.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27102025-02-24T21:06:46.745Z
27112025-02-24T21:06:46.745Zinfo: running `cargo check --bins` on dns-service-client (81/199)
27122025-02-24T21:06:47.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27132025-02-24T21:06:47.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27142025-02-24T21:06:47.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27152025-02-24T21:06:47.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27162025-02-24T21:06:47.401Z
27172025-02-24T21:06:47.401Zinfo: running `cargo check --bins` on internal-dns-types (82/199)
27182025-02-24T21:06:47.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27192025-02-24T21:06:47.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27202025-02-24T21:06:47.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27212025-02-24T21:06:47.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27222025-02-24T21:06:48.051Z
27232025-02-24T21:06:48.051Zinfo: running `cargo check --bins` on dpd-client (83/199)
27242025-02-24T21:06:48.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27252025-02-24T21:06:48.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27262025-02-24T21:06:48.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27272025-02-24T21:06:48.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27282025-02-24T21:06:48.702Z
27292025-02-24T21:06:48.702Zinfo: running `cargo check --bins` on gateway-client (84/199)
27302025-02-24T21:06:49.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27312025-02-24T21:06:49.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27322025-02-24T21:06:49.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27332025-02-24T21:06:49.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27342025-02-24T21:06:49.340Z
27352025-02-24T21:06:49.340Zinfo: running `cargo check --bins` on installinator-client (85/199)
27362025-02-24T21:06:49.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27372025-02-24T21:06:49.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27382025-02-24T21:06:49.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27392025-02-24T21:06:49.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27402025-02-24T21:06:50.007Z
27412025-02-24T21:06:50.007Zinfo: running `cargo check --bins` on installinator-common (86/199)
27422025-02-24T21:06:50.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27432025-02-24T21:06:50.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27442025-02-24T21:06:50.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27452025-02-24T21:06:50.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
27462025-02-24T21:06:50.678Z
27472025-02-24T21:06:50.678Zinfo: running `cargo check --bins` on update-engine (87/199)
27482025-02-24T21:06:51.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492025-02-24T21:06:51.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502025-02-24T21:06:51.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27512025-02-24T21:06:51.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27522025-02-24T21:06:51.320Z
27532025-02-24T21:06:51.320Zinfo: running `cargo check --bins` on nexus-client (88/199)
27542025-02-24T21:06:51.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552025-02-24T21:06:51.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562025-02-24T21:06:51.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572025-02-24T21:06:51.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27582025-02-24T21:06:52.000Z
27592025-02-24T21:06:52.000Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/199)
27602025-02-24T21:06:52.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612025-02-24T21:06:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622025-02-24T21:06:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632025-02-24T21:06:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27642025-02-24T21:06:52.674Z
27652025-02-24T21:06:52.674Zinfo: running `cargo check --bins` on omicron-passwords (90/199)
27662025-02-24T21:06:53.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672025-02-24T21:06:53.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682025-02-24T21:06:53.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692025-02-24T21:06:53.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27702025-02-24T21:06:53.318Z
27712025-02-24T21:06:53.318Zinfo: running `cargo check --bins` on nexus-types (91/199)
27722025-02-24T21:06:53.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732025-02-24T21:06:53.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742025-02-24T21:06:53.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752025-02-24T21:06:53.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
27762025-02-24T21:06:53.996Z
27772025-02-24T21:06:53.996Zinfo: running `cargo check --bins` on oxide-client (92/199)
27782025-02-24T21:06:54.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792025-02-24T21:06:54.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802025-02-24T21:06:54.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812025-02-24T21:06:54.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27822025-02-24T21:06:54.635Z
27832025-02-24T21:06:54.635Zinfo: running `cargo check --bins` on oximeter-client (93/199)
27842025-02-24T21:06:55.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852025-02-24T21:06:55.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862025-02-24T21:06:55.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872025-02-24T21:06:55.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
27882025-02-24T21:06:55.295Z
27892025-02-24T21:06:55.295Zinfo: running `cargo check --bins` on repo-depot-client (94/199)
27902025-02-24T21:06:55.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912025-02-24T21:06:55.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922025-02-24T21:06:55.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932025-02-24T21:06:55.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27942025-02-24T21:06:55.937Z
27952025-02-24T21:06:55.937Zinfo: running `cargo check --bins` on sled-agent-client (95/199)
27962025-02-24T21:06:56.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972025-02-24T21:06:56.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982025-02-24T21:06:56.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992025-02-24T21:06:56.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28002025-02-24T21:06:56.606Z
28012025-02-24T21:06:56.606Zinfo: running `cargo check --bins` on wicketd-client (96/199)
28022025-02-24T21:06:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032025-02-24T21:06:57.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042025-02-24T21:06:57.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052025-02-24T21:06:57.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
28062025-02-24T21:06:57.303Z
28072025-02-24T21:06:57.303Zinfo: running `cargo check --bins` on sled-agent-types (97/199)
28082025-02-24T21:06:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092025-02-24T21:06:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102025-02-24T21:06:57.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112025-02-24T21:06:57.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28122025-02-24T21:06:57.988Z
28132025-02-24T21:06:57.988Zinfo: running `cargo check --bins` on wicket-common (98/199)
28142025-02-24T21:06:58.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152025-02-24T21:06:58.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162025-02-24T21:06:58.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172025-02-24T21:06:58.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28182025-02-24T21:06:58.667Z
28192025-02-24T21:06:58.667Zinfo: running `cargo check --bins` on omicron-cockroach-admin (99/199)
28202025-02-24T21:06:59.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212025-02-24T21:06:59.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222025-02-24T21:06:59.344Z Checking csv-core v0.1.11
28232025-02-24T21:06:59.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28242025-02-24T21:06:59.347Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28252025-02-24T21:06:59.347Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28262025-02-24T21:06:59.613Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28272025-02-24T21:06:59.627Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28282025-02-24T21:06:59.715Z Checking csv v1.3.1
28292025-02-24T21:07:00.270Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28302025-02-24T21:07:00.616Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28312025-02-24T21:07:02.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
28322025-02-24T21:07:02.315Z
28332025-02-24T21:07:02.315Zinfo: running `cargo check --bins` on cockroach-admin-api (100/199)
28342025-02-24T21:07:02.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352025-02-24T21:07:02.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362025-02-24T21:07:02.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372025-02-24T21:07:02.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28382025-02-24T21:07:02.959Z
28392025-02-24T21:07:02.959Zinfo: running `cargo check --bins` on cockroach-admin-types (101/199)
28402025-02-24T21:07:03.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412025-02-24T21:07:03.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422025-02-24T21:07:03.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432025-02-24T21:07:03.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28442025-02-24T21:07:03.615Z
28452025-02-24T21:07:03.615Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199)
28462025-02-24T21:07:04.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472025-02-24T21:07:04.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482025-02-24T21:07:04.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492025-02-24T21:07:04.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28502025-02-24T21:07:04.370Z
28512025-02-24T21:07:04.370Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199)
28522025-02-24T21:07:05.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532025-02-24T21:07:05.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542025-02-24T21:07:05.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552025-02-24T21:07:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28562025-02-24T21:07:05.136Z
28572025-02-24T21:07:05.136Zinfo: running `cargo check --bins` on dns-server (104/199)
28582025-02-24T21:07:05.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592025-02-24T21:07:05.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602025-02-24T21:07:05.822Z Compiling typify-impl v0.3.0
28612025-02-24T21:07:05.932Z Compiling parking_lot_core v0.8.6
28622025-02-24T21:07:05.934Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28632025-02-24T21:07:05.945Z Checking fxhash v0.2.1
28642025-02-24T21:07:05.955Z Checking hickory-client v0.24.3
28652025-02-24T21:07:05.967Z Checking hickory-server v0.24.3
28662025-02-24T21:07:06.635Z Checking parking_lot v0.11.2
28672025-02-24T21:07:06.819Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28682025-02-24T21:07:06.920Z Checking sled v0.34.7
28692025-02-24T21:07:11.427Z Compiling typify-macro v0.3.0
28702025-02-24T21:07:12.937Z Compiling typify v0.3.0
28712025-02-24T21:07:13.012Z Compiling progenitor-impl v0.9.1
28722025-02-24T21:07:15.373Z Compiling progenitor-macro v0.9.1
28732025-02-24T21:07:18.916Z Checking progenitor v0.9.1
28742025-02-24T21:07:19.045Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28752025-02-24T21:07:19.501Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28762025-02-24T21:07:20.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s
28772025-02-24T21:07:20.958Z
28782025-02-24T21:07:20.958Zinfo: running `cargo check --bins` on dns-server-api (105/199)
28792025-02-24T21:07:21.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802025-02-24T21:07:21.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812025-02-24T21:07:21.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822025-02-24T21:07:21.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28832025-02-24T21:07:21.614Z
28842025-02-24T21:07:21.614Zinfo: running `cargo check --bins` on gateway-test-utils (106/199)
28852025-02-24T21:07:22.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862025-02-24T21:07:22.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872025-02-24T21:07:22.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882025-02-24T21:07:22.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
28892025-02-24T21:07:22.312Z
28902025-02-24T21:07:22.312Zinfo: running `cargo check --bins` on gateway-types (107/199)
28912025-02-24T21:07:22.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922025-02-24T21:07:22.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932025-02-24T21:07:22.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942025-02-24T21:07:22.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28952025-02-24T21:07:22.959Z
28962025-02-24T21:07:22.959Zinfo: running `cargo check --bins` on ipcc (108/199)
28972025-02-24T21:07:23.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982025-02-24T21:07:23.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992025-02-24T21:07:23.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002025-02-24T21:07:23.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29012025-02-24T21:07:23.607Z
29022025-02-24T21:07:23.607Zinfo: running `cargo check --bins` on omicron-gateway (109/199)
29032025-02-24T21:07:24.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042025-02-24T21:07:24.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052025-02-24T21:07:24.326Z Compiling radium v0.7.0
29062025-02-24T21:07:24.326Z Compiling semver v0.1.20
29072025-02-24T21:07:24.447Z Checking tap v1.0.1
29082025-02-24T21:07:24.450Z Compiling maybe-uninit v2.0.0
29092025-02-24T21:07:24.466Z Checking password-hash v0.5.0
29102025-02-24T21:07:24.469Z Checking blake2 v0.10.6
29112025-02-24T21:07:24.469Z Compiling cancel-safe-futures v0.1.5
29122025-02-24T21:07:24.469Z Checking crc-catalog v2.4.0
29132025-02-24T21:07:24.591Z Checking wyz v0.5.1
29142025-02-24T21:07:24.661Z Compiling owo-colors v4.1.0
29152025-02-24T21:07:24.816Z Compiling rustc_version v0.1.7
29162025-02-24T21:07:24.885Z Compiling packed_struct v0.10.1
29172025-02-24T21:07:24.932Z Checking funty v2.0.0
29182025-02-24T21:07:24.971Z Checking argon2 v0.5.3
29192025-02-24T21:07:25.047Z Checking crc v3.2.1
29202025-02-24T21:07:25.088Z Compiling packed_struct_codegen v0.10.1
29212025-02-24T21:07:25.143Z Checking half v2.4.1
29222025-02-24T21:07:25.185Z Compiling newtype_derive v0.1.6
29232025-02-24T21:07:25.218Z Compiling indexmap v1.9.3
29242025-02-24T21:07:25.319Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29252025-02-24T21:07:25.485Z Checking ciborium-io v0.2.2
29262025-02-24T21:07:25.543Z Checking nodrop v0.1.14
29272025-02-24T21:07:25.619Z Checking ciborium-ll v0.2.2
29282025-02-24T21:07:25.637Z Checking smallvec v0.6.14
29292025-02-24T21:07:25.670Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29302025-02-24T21:07:25.673Z Checking array-init v0.0.4
29312025-02-24T21:07:25.700Z Checking bitvec v1.0.1
29322025-02-24T21:07:25.703Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332025-02-24T21:07:25.927Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29342025-02-24T21:07:25.990Z Checking libsw v3.3.1
29352025-02-24T21:07:26.136Z Checking bitfield v0.14.0
29362025-02-24T21:07:26.253Z Checking swrite v0.1.0
29372025-02-24T21:07:26.387Z Checking indent_write v2.2.0
29382025-02-24T21:07:26.405Z Checking hashbrown v0.12.3
29392025-02-24T21:07:26.424Z Checking termcolor v1.4.1
29402025-02-24T21:07:26.559Z Checking linear-map v1.2.0
29412025-02-24T21:07:26.601Z Checking serde-hex v0.1.0
29422025-02-24T21:07:26.823Z Checking env_logger v0.10.2
29432025-02-24T21:07:26.866Z Checking ron v0.8.1
29442025-02-24T21:07:26.893Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29452025-02-24T21:07:27.207Z Checking ciborium v0.2.2
29462025-02-24T21:07:27.385Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29472025-02-24T21:07:27.744Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29482025-02-24T21:07:28.021Z Checking steno v0.4.1
29492025-02-24T21:07:28.047Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29502025-02-24T21:07:28.088Z Checking hashbrown v0.13.2
29512025-02-24T21:07:28.306Z Checking crc-any v2.5.0
29522025-02-24T21:07:28.452Z Checking humantime v2.1.0
29532025-02-24T21:07:28.680Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29542025-02-24T21:07:28.762Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29552025-02-24T21:07:28.936Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29562025-02-24T21:07:28.985Z Checking object v0.30.4
29572025-02-24T21:07:29.246Z Checking path-slash v0.1.5
29582025-02-24T21:07:29.329Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29592025-02-24T21:07:29.473Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29602025-02-24T21:07:30.206Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29612025-02-24T21:07:30.256Z Checking nix v0.27.1
29622025-02-24T21:07:30.366Z Checking tungstenite v0.23.0
29632025-02-24T21:07:30.397Z Checking kstat-rs v0.2.4
29642025-02-24T21:07:30.477Z Checking signal-hook-tokio v0.3.1
29652025-02-24T21:07:30.733Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29662025-02-24T21:07:31.233Z Checking tokio-tungstenite v0.23.1
29672025-02-24T21:07:31.785Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29682025-02-24T21:07:31.827Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
29692025-02-24T21:07:31.982Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29702025-02-24T21:07:38.981Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
29712025-02-24T21:07:40.317Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
29722025-02-24T21:07:42.613Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29732025-02-24T21:07:47.828Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29742025-02-24T21:07:48.476Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29752025-02-24T21:07:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.49s
29762025-02-24T21:07:51.300Z
29772025-02-24T21:07:51.300Zinfo: running `cargo check --bins` on gateway-api (110/199)
29782025-02-24T21:07:51.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792025-02-24T21:07:51.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802025-02-24T21:07:51.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812025-02-24T21:07:51.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29822025-02-24T21:07:51.955Z
29832025-02-24T21:07:51.955Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199)
29842025-02-24T21:07:52.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852025-02-24T21:07:52.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862025-02-24T21:07:52.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872025-02-24T21:07:52.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29882025-02-24T21:07:52.585Z
29892025-02-24T21:07:52.585Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199)
29902025-02-24T21:07:53.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912025-02-24T21:07:53.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922025-02-24T21:07:53.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932025-02-24T21:07:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29942025-02-24T21:07:53.237Z
29952025-02-24T21:07:53.237Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199)
29962025-02-24T21:07:53.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972025-02-24T21:07:53.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982025-02-24T21:07:53.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992025-02-24T21:07:53.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30002025-02-24T21:07:53.885Z
30012025-02-24T21:07:53.885Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199)
30022025-02-24T21:07:54.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032025-02-24T21:07:54.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042025-02-24T21:07:54.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052025-02-24T21:07:54.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30062025-02-24T21:07:54.542Z
30072025-02-24T21:07:54.542Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199)
30082025-02-24T21:07:55.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092025-02-24T21:07:55.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102025-02-24T21:07:55.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30112025-02-24T21:07:55.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30122025-02-24T21:07:55.205Z
30132025-02-24T21:07:55.205Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199)
30142025-02-24T21:07:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152025-02-24T21:07:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162025-02-24T21:07:55.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30172025-02-24T21:07:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30182025-02-24T21:07:55.857Z
30192025-02-24T21:07:55.857Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199)
30202025-02-24T21:07:56.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212025-02-24T21:07:56.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222025-02-24T21:07:56.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30232025-02-24T21:07:56.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30242025-02-24T21:07:56.509Z
30252025-02-24T21:07:56.509Zinfo: running `cargo check --bins` on oximeter-producer (118/199)
30262025-02-24T21:07:57.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272025-02-24T21:07:57.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282025-02-24T21:07:57.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292025-02-24T21:07:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
30302025-02-24T21:07:57.184Z
30312025-02-24T21:07:57.184Zinfo: running `cargo check --bins` on internal-dns-resolver (119/199)
30322025-02-24T21:07:57.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332025-02-24T21:07:57.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342025-02-24T21:07:57.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352025-02-24T21:07:57.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30362025-02-24T21:07:57.827Z
30372025-02-24T21:07:57.827Zinfo: running `cargo check --bins` on sp-sim (120/199)
30382025-02-24T21:07:58.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392025-02-24T21:07:58.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402025-02-24T21:07:58.483Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30412025-02-24T21:07:58.923Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30422025-02-24T21:08:00.581Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30432025-02-24T21:08:02.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30442025-02-24T21:08:02.424Z
30452025-02-24T21:08:02.424Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199)
30462025-02-24T21:08:03.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-02-24T21:08:03.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-02-24T21:08:03.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-02-24T21:08:03.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30502025-02-24T21:08:03.123Z
30512025-02-24T21:08:03.123Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199)
30522025-02-24T21:08:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-02-24T21:08:03.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-02-24T21:08:03.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-02-24T21:08:03.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30562025-02-24T21:08:03.823Z
30572025-02-24T21:08:03.823Zinfo: running `cargo check --bins` on db-macros (123/199)
30582025-02-24T21:08:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-02-24T21:08:04.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-02-24T21:08:04.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-02-24T21:08:04.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30622025-02-24T21:08:04.452Z
30632025-02-24T21:08:04.452Zinfo: running `cargo check --bins` on nexus-macros-common (124/199)
30642025-02-24T21:08:05.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-02-24T21:08:05.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-02-24T21:08:05.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672025-02-24T21:08:05.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30682025-02-24T21:08:05.089Z
30692025-02-24T21:08:05.089Zinfo: running `cargo check --bins` on nexus-auth (125/199)
30702025-02-24T21:08:05.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712025-02-24T21:08:05.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722025-02-24T21:08:05.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732025-02-24T21:08:05.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30742025-02-24T21:08:05.785Z
30752025-02-24T21:08:05.785Zinfo: running `cargo check --bins` on authz-macros (126/199)
30762025-02-24T21:08:06.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772025-02-24T21:08:06.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782025-02-24T21:08:06.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792025-02-24T21:08:06.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30802025-02-24T21:08:06.424Z
30812025-02-24T21:08:06.424Zinfo: running `cargo check --bins` on nexus-db-fixed-data (127/199)
30822025-02-24T21:08:07.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832025-02-24T21:08:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842025-02-24T21:08:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852025-02-24T21:08:07.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
30862025-02-24T21:08:07.130Z
30872025-02-24T21:08:07.130Zinfo: running `cargo check --bins` on nexus-db-model (128/199)
30882025-02-24T21:08:07.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892025-02-24T21:08:07.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902025-02-24T21:08:07.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912025-02-24T21:08:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
30922025-02-24T21:08:07.816Z
30932025-02-24T21:08:07.816Zinfo: running `cargo check --bins` on nexus-defaults (129/199)
30942025-02-24T21:08:08.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952025-02-24T21:08:08.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962025-02-24T21:08:08.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972025-02-24T21:08:08.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30982025-02-24T21:08:08.481Z
30992025-02-24T21:08:08.481Zinfo: running `cargo check --bins` on nexus-inventory (130/199)
31002025-02-24T21:08:09.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012025-02-24T21:08:09.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022025-02-24T21:08:09.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032025-02-24T21:08:09.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
31042025-02-24T21:08:09.166Z
31052025-02-24T21:08:09.166Zinfo: running `cargo check --bins` on typed-rng (131/199)
31062025-02-24T21:08:09.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072025-02-24T21:08:09.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082025-02-24T21:08:09.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092025-02-24T21:08:09.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31102025-02-24T21:08:09.804Z
31112025-02-24T21:08:09.804Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199)
31122025-02-24T21:08:10.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132025-02-24T21:08:10.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142025-02-24T21:08:10.587Z Checking keccak v0.1.5
31152025-02-24T21:08:10.702Z Checking secrecy v0.8.0
31162025-02-24T21:08:10.705Z Compiling unicase v2.7.0
31172025-02-24T21:08:10.705Z Compiling same-file v1.0.6
31182025-02-24T21:08:10.726Z Compiling tempfile v3.13.0
31192025-02-24T21:08:10.753Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31202025-02-24T21:08:10.756Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31212025-02-24T21:08:10.756Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31222025-02-24T21:08:10.866Z Compiling thiserror-impl-no-std v2.0.2
31232025-02-24T21:08:10.969Z Checking sha3 v0.10.8
31242025-02-24T21:08:10.972Z Compiling walkdir v2.5.0
31252025-02-24T21:08:11.024Z Checking universal-hash v0.5.1
31262025-02-24T21:08:11.123Z Compiling blake3 v1.5.4
31272025-02-24T21:08:11.197Z Checking opaque-debug v0.3.1
31282025-02-24T21:08:11.216Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31292025-02-24T21:08:11.300Z Checking poly1305 v0.8.0
31302025-02-24T21:08:11.321Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31312025-02-24T21:08:11.345Z Checking chacha20 v0.9.1
31322025-02-24T21:08:11.461Z Checking aead v0.5.2
31332025-02-24T21:08:11.565Z Compiling memmap2 v0.9.5
31342025-02-24T21:08:11.621Z Compiling constant_time_eq v0.3.1
31352025-02-24T21:08:11.673Z Compiling arrayvec v0.7.6
31362025-02-24T21:08:11.696Z Compiling salty v0.3.0
31372025-02-24T21:08:11.809Z Compiling arrayref v0.3.9
31382025-02-24T21:08:11.826Z Compiling libefi-sys v0.1.0
31392025-02-24T21:08:11.911Z Checking chacha20poly1305 v0.10.1
31402025-02-24T21:08:11.971Z Compiling toolchain_find v0.4.0
31412025-02-24T21:08:12.095Z Compiling camino-tempfile v1.1.1
31422025-02-24T21:08:12.156Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31432025-02-24T21:08:12.174Z Compiling bitfield-struct v0.6.2
31442025-02-24T21:08:12.394Z Compiling topological-sort v0.2.2
31452025-02-24T21:08:12.506Z Compiling mime_guess v2.0.5
31462025-02-24T21:08:12.523Z Compiling rustfmt-wrapper v0.2.1
31472025-02-24T21:08:12.991Z Compiling progenitor v0.9.1
31482025-02-24T21:08:13.099Z Compiling omicron-zone-package v0.12.0
31492025-02-24T21:08:13.215Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31502025-02-24T21:08:13.234Z Checking primeorder v0.13.6
31512025-02-24T21:08:13.479Z Checking env_filter v0.1.2
31522025-02-24T21:08:13.501Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31532025-02-24T21:08:13.526Z Checking thiserror-no-std v2.0.2
31542025-02-24T21:08:13.554Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31552025-02-24T21:08:13.636Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31562025-02-24T21:08:13.653Z Checking vsss-rs v3.3.4
31572025-02-24T21:08:13.671Z Checking p384 v0.13.0
31582025-02-24T21:08:13.707Z Checking env_logger v0.11.5
31592025-02-24T21:08:13.839Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31602025-02-24T21:08:13.886Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
31612025-02-24T21:08:14.066Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31622025-02-24T21:08:14.084Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
31632025-02-24T21:08:14.201Z Checking http-range v0.1.5
31642025-02-24T21:08:14.303Z Checking lockfree-object-pool v0.1.6
31652025-02-24T21:08:14.395Z Checking bumpalo v3.16.0
31662025-02-24T21:08:14.413Z Compiling zip v2.1.3
31672025-02-24T21:08:14.509Z Checking simd-adler32 v0.3.7
31682025-02-24T21:08:14.589Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
31692025-02-24T21:08:14.778Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
31702025-02-24T21:08:14.836Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31712025-02-24T21:08:14.899Z Checking zopfli v0.8.1
31722025-02-24T21:08:15.085Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31732025-02-24T21:08:15.414Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31742025-02-24T21:08:15.548Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
31752025-02-24T21:08:15.564Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31762025-02-24T21:08:15.806Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31772025-02-24T21:08:15.870Z Checking atty v0.2.14
31782025-02-24T21:08:16.002Z Checking glob v0.3.2
31792025-02-24T21:08:16.020Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31802025-02-24T21:08:16.213Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
31812025-02-24T21:08:16.309Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
31822025-02-24T21:08:16.682Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31832025-02-24T21:08:17.158Z Checking hyper-staticfile v0.10.1
31842025-02-24T21:08:17.384Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
31852025-02-24T21:08:17.657Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31862025-02-24T21:08:17.679Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31872025-02-24T21:08:17.702Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31882025-02-24T21:08:17.937Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
31892025-02-24T21:08:18.063Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
31902025-02-24T21:08:18.230Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31912025-02-24T21:08:18.669Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31922025-02-24T21:08:18.754Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
31932025-02-24T21:08:18.778Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31942025-02-24T21:08:19.235Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31952025-02-24T21:08:22.237Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
31962025-02-24T21:08:22.237Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31972025-02-24T21:08:30.584Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31982025-02-24T21:08:43.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.86s
31992025-02-24T21:08:43.882Z
32002025-02-24T21:08:43.882Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199)
32012025-02-24T21:08:44.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022025-02-24T21:08:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032025-02-24T21:08:44.648Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32042025-02-24T21:08:57.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s
32052025-02-24T21:08:58.040Z
32062025-02-24T21:08:58.040Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199)
32072025-02-24T21:08:58.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082025-02-24T21:08:58.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092025-02-24T21:08:58.800Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32102025-02-24T21:09:12.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
32112025-02-24T21:09:12.243Z
32122025-02-24T21:09:12.243Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199)
32132025-02-24T21:09:12.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142025-02-24T21:09:12.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152025-02-24T21:09:12.997Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32162025-02-24T21:09:26.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
32172025-02-24T21:09:26.459Z
32182025-02-24T21:09:26.459Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199)
32192025-02-24T21:09:27.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202025-02-24T21:09:27.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212025-02-24T21:09:27.218Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32222025-02-24T21:09:40.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
32232025-02-24T21:09:40.640Z
32242025-02-24T21:09:40.640Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199)
32252025-02-24T21:09:41.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262025-02-24T21:09:41.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272025-02-24T21:09:41.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32282025-02-24T21:09:54.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
32292025-02-24T21:09:54.729Z
32302025-02-24T21:09:54.729Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199)
32312025-02-24T21:09:55.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322025-02-24T21:09:55.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332025-02-24T21:09:55.490Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32342025-02-24T21:10:08.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s
32352025-02-24T21:10:08.786Z
32362025-02-24T21:10:08.786Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199)
32372025-02-24T21:10:09.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382025-02-24T21:10:09.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392025-02-24T21:10:09.547Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32402025-02-24T21:10:22.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
32412025-02-24T21:10:22.991Z
32422025-02-24T21:10:22.991Zinfo: running `cargo check --bins` on bootstrap-agent-api (140/199)
32432025-02-24T21:10:23.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442025-02-24T21:10:23.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452025-02-24T21:10:23.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462025-02-24T21:10:23.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32472025-02-24T21:10:23.679Z
32482025-02-24T21:10:23.679Zinfo: running `cargo check --bins` on key-manager (141/199)
32492025-02-24T21:10:24.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502025-02-24T21:10:24.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512025-02-24T21:10:24.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522025-02-24T21:10:24.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32532025-02-24T21:10:24.312Z
32542025-02-24T21:10:24.313Zinfo: running `cargo check --bins` on range-requests (142/199)
32552025-02-24T21:10:24.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562025-02-24T21:10:24.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572025-02-24T21:10:24.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582025-02-24T21:10:24.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32592025-02-24T21:10:24.948Z
32602025-02-24T21:10:24.948Zinfo: running `cargo check --bins` on repo-depot-api (143/199)
32612025-02-24T21:10:25.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622025-02-24T21:10:25.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632025-02-24T21:10:25.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642025-02-24T21:10:25.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32652025-02-24T21:10:25.608Z
32662025-02-24T21:10:25.608Zinfo: running `cargo check --bins` on sled-agent-api (144/199)
32672025-02-24T21:10:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682025-02-24T21:10:26.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692025-02-24T21:10:26.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702025-02-24T21:10:26.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32712025-02-24T21:10:26.285Z
32722025-02-24T21:10:26.285Zinfo: running `cargo check --bins` on sled-diagnostics (145/199)
32732025-02-24T21:10:26.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742025-02-24T21:10:26.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752025-02-24T21:10:26.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762025-02-24T21:10:26.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32772025-02-24T21:10:26.917Z
32782025-02-24T21:10:26.917Zinfo: running `cargo check --bins` on sled-hardware (146/199)
32792025-02-24T21:10:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802025-02-24T21:10:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812025-02-24T21:10:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822025-02-24T21:10:27.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32832025-02-24T21:10:27.589Z
32842025-02-24T21:10:27.589Zinfo: running `cargo check --bins --no-default-features` on sled-storage (147/199)
32852025-02-24T21:10:28.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862025-02-24T21:10:28.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872025-02-24T21:10:28.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882025-02-24T21:10:28.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32892025-02-24T21:10:28.266Z
32902025-02-24T21:10:28.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199)
32912025-02-24T21:10:28.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922025-02-24T21:10:28.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932025-02-24T21:10:28.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942025-02-24T21:10:28.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32952025-02-24T21:10:28.941Z
32962025-02-24T21:10:28.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199)
32972025-02-24T21:10:29.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982025-02-24T21:10:29.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992025-02-24T21:10:29.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002025-02-24T21:10:29.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33012025-02-24T21:10:29.632Z
33022025-02-24T21:10:29.632Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (150/199)
33032025-02-24T21:10:30.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042025-02-24T21:10:30.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052025-02-24T21:10:30.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062025-02-24T21:10:30.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33072025-02-24T21:10:30.310Z
33082025-02-24T21:10:30.310Zinfo: running `cargo check --bins` on nexus-test-interface (151/199)
33092025-02-24T21:10:30.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102025-02-24T21:10:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112025-02-24T21:10:30.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122025-02-24T21:10:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
33132025-02-24T21:10:30.998Z
33142025-02-24T21:10:30.998Zinfo: running `cargo check --bins` on oximeter-collector (152/199)
33152025-02-24T21:10:31.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162025-02-24T21:10:31.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172025-02-24T21:10:31.718Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33182025-02-24T21:10:31.718Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33192025-02-24T21:10:32.570Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33202025-02-24T21:10:34.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
33212025-02-24T21:10:34.699Z
33222025-02-24T21:10:34.699Zinfo: running `cargo check --bins` on oximeter-api (153/199)
33232025-02-24T21:10:35.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242025-02-24T21:10:35.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252025-02-24T21:10:35.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262025-02-24T21:10:35.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33272025-02-24T21:10:35.356Z
33282025-02-24T21:10:35.356Zinfo: running `cargo check --bins` on cert-dev (154/199)
33292025-02-24T21:10:35.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302025-02-24T21:10:35.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312025-02-24T21:10:35.983Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33322025-02-24T21:10:36.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33332025-02-24T21:10:36.431Z
33342025-02-24T21:10:36.431Zinfo: running `cargo check --bins` on clickana (155/199)
33352025-02-24T21:10:37.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362025-02-24T21:10:37.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372025-02-24T21:10:37.117Z Checking castaway v0.2.3
33382025-02-24T21:10:37.128Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33392025-02-24T21:10:37.129Z Checking lru v0.12.5
33402025-02-24T21:10:37.129Z Compiling instability v0.3.2
33412025-02-24T21:10:37.129Z Compiling indoc v2.0.5
33422025-02-24T21:10:37.129Z Checking unicode-truncate v1.1.0
33432025-02-24T21:10:37.214Z Checking cassowary v0.3.0
33442025-02-24T21:10:37.335Z Checking compact_str v0.8.0
33452025-02-24T21:10:37.959Z Checking ratatui v0.29.0
33462025-02-24T21:10:38.858Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33472025-02-24T21:10:40.025Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33482025-02-24T21:10:40.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
33492025-02-24T21:10:41.013Z
33502025-02-24T21:10:41.013Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (156/199)
33512025-02-24T21:10:41.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522025-02-24T21:10:41.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532025-02-24T21:10:41.713Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33542025-02-24T21:10:41.713Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
33552025-02-24T21:10:42.710Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
33562025-02-24T21:10:43.189Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
33572025-02-24T21:10:43.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
33582025-02-24T21:10:43.737Z
33592025-02-24T21:10:43.737Zinfo: running `cargo check --bins` on ch-dev (157/199)
33602025-02-24T21:10:44.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612025-02-24T21:10:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622025-02-24T21:10:44.399Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
33632025-02-24T21:10:45.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
33642025-02-24T21:10:45.314Z
33652025-02-24T21:10:45.315Zinfo: running `cargo check --bins` on crdb-seed (158/199)
33662025-02-24T21:10:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672025-02-24T21:10:45.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682025-02-24T21:10:45.994Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
33692025-02-24T21:10:46.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33702025-02-24T21:10:46.534Z
33712025-02-24T21:10:46.535Zinfo: running `cargo check --bins` on db-dev (159/199)
33722025-02-24T21:10:47.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732025-02-24T21:10:47.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742025-02-24T21:10:47.227Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
33752025-02-24T21:10:47.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
33762025-02-24T21:10:48.153Z
33772025-02-24T21:10:48.153Zinfo: running `cargo check --bins` on omicron-dev-lib (160/199)
33782025-02-24T21:10:48.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792025-02-24T21:10:48.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802025-02-24T21:10:48.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812025-02-24T21:10:48.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33822025-02-24T21:10:48.803Z
33832025-02-24T21:10:48.803Zinfo: running `cargo check --bins` on xtask-downloader (161/199)
33842025-02-24T21:10:49.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852025-02-24T21:10:49.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862025-02-24T21:10:49.440Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
33872025-02-24T21:10:50.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
33882025-02-24T21:10:50.447Z
33892025-02-24T21:10:50.447Zinfo: running `cargo check --bins` on omicron-ls-apis (162/199)
33902025-02-24T21:10:51.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912025-02-24T21:10:51.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922025-02-24T21:10:51.085Z Checking cargo-platform v0.1.8
33932025-02-24T21:10:51.360Z Checking cargo_metadata v0.18.1
33942025-02-24T21:10:52.256Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
33952025-02-24T21:10:53.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
33962025-02-24T21:10:53.234Z
33972025-02-24T21:10:53.234Zinfo: running `cargo check --bins` on mgs-dev (163/199)
33982025-02-24T21:10:53.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992025-02-24T21:10:53.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002025-02-24T21:10:53.979Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34012025-02-24T21:10:55.450Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34022025-02-24T21:10:56.021Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34032025-02-24T21:10:56.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
34042025-02-24T21:10:56.738Z
34052025-02-24T21:10:56.738Zinfo: running `cargo check --bins` on omicron-omdb (164/199)
34062025-02-24T21:10:57.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072025-02-24T21:10:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082025-02-24T21:10:57.557Z Compiling crunchy v0.2.2
34092025-02-24T21:10:57.558Z Compiling tiny-keccak v2.0.2
34102025-02-24T21:10:57.560Z Compiling dsl_auto_type v0.1.2
34112025-02-24T21:10:57.560Z Checking scheduled-thread-pool v0.2.7
34122025-02-24T21:10:57.560Z Compiling diesel_table_macro_syntax v0.2.0
34132025-02-24T21:10:57.708Z Compiling ascii-canvas v3.0.0
34142025-02-24T21:10:57.710Z Compiling ena v0.14.3
34152025-02-24T21:10:57.721Z Compiling regex-syntax v0.6.29
34162025-02-24T21:10:57.919Z Checking r2d2 v0.8.10
34172025-02-24T21:10:58.026Z Compiling bindgen v0.71.1
34182025-02-24T21:10:58.063Z Compiling diff v0.1.13
34192025-02-24T21:10:58.100Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34202025-02-24T21:10:58.169Z Compiling ref-cast v1.0.23
34212025-02-24T21:10:58.216Z Compiling rustc-hash v2.1.1
34222025-02-24T21:10:58.318Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34232025-02-24T21:10:58.422Z Compiling derive_builder_core v0.20.2
34242025-02-24T21:10:58.593Z Compiling libxml v0.3.3
34252025-02-24T21:10:58.639Z Compiling ref-cast-impl v1.0.23
34262025-02-24T21:10:58.750Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34272025-02-24T21:10:59.014Z Compiling diesel_derives v2.2.3
34282025-02-24T21:10:59.023Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34292025-02-24T21:10:59.041Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34302025-02-24T21:10:59.252Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34312025-02-24T21:10:59.353Z Compiling strum_macros v0.24.3
34322025-02-24T21:10:59.626Z Compiling indoc v1.0.9
34332025-02-24T21:11:00.524Z Compiling derive_builder_macro v0.20.2
34342025-02-24T21:11:00.545Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34352025-02-24T21:11:00.858Z Compiling impl-trait-for-tuples v0.2.2
34362025-02-24T21:11:01.397Z Compiling lalrpop v0.19.12
34372025-02-24T21:11:01.416Z Checking derive_builder v0.20.2
34382025-02-24T21:11:01.593Z Compiling oso-derive v0.27.3
34392025-02-24T21:11:02.056Z Checking quick-xml v0.37.2
34402025-02-24T21:11:02.439Z Compiling diesel-dtrace v0.4.2
34412025-02-24T21:11:02.564Z Checking maplit v1.0.2
34422025-02-24T21:11:02.735Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34432025-02-24T21:11:02.864Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34442025-02-24T21:11:02.898Z Checking bb8 v0.8.5
34452025-02-24T21:11:03.206Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34462025-02-24T21:11:03.387Z Checking rand_seeder v0.3.0
34472025-02-24T21:11:03.564Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34482025-02-24T21:11:03.646Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34492025-02-24T21:11:03.857Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34502025-02-24T21:11:04.064Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
34512025-02-24T21:11:04.280Z Checking is_ci v1.2.0
34522025-02-24T21:11:04.367Z Checking smawk v0.3.2
34532025-02-24T21:11:04.440Z Checking unicode-linebreak v0.1.5
34542025-02-24T21:11:04.647Z Checking supports-color v3.0.1
34552025-02-24T21:11:04.903Z Checking multimap v0.10.0
34562025-02-24T21:11:04.932Z Checking textwrap v0.16.1
34572025-02-24T21:11:06.142Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34582025-02-24T21:11:07.428Z Checking diesel v2.2.7
34592025-02-24T21:11:22.818Z Compiling samael v0.0.18
34602025-02-24T21:11:39.466Z Checking async-bb8-diesel v0.2.1
34612025-02-24T21:11:41.135Z Compiling polar-core v0.27.3
34622025-02-24T21:11:48.378Z Checking oso v0.27.3
34632025-02-24T21:12:48.043Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34642025-02-24T21:12:54.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
34652025-02-24T21:12:54.639Z
34662025-02-24T21:12:54.639Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199)
34672025-02-24T21:12:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682025-02-24T21:12:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692025-02-24T21:12:55.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702025-02-24T21:12:55.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
34712025-02-24T21:12:55.347Z
34722025-02-24T21:12:55.347Zinfo: running `cargo check --bins` on nexus-saga-recovery (166/199)
34732025-02-24T21:12:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742025-02-24T21:12:55.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752025-02-24T21:12:55.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762025-02-24T21:12:55.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34772025-02-24T21:12:56.052Z
34782025-02-24T21:12:56.052Zinfo: running `cargo check --bins` on nexus-test-utils-macros (167/199)
34792025-02-24T21:12:56.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802025-02-24T21:12:56.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812025-02-24T21:12:56.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822025-02-24T21:12:56.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34832025-02-24T21:12:56.690Z
34842025-02-24T21:12:56.690Zinfo: running `cargo check --bins` on omicron-nexus (168/199)
34852025-02-24T21:12:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862025-02-24T21:12:57.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872025-02-24T21:12:57.520Z Compiling libz-sys v1.1.20
34882025-02-24T21:12:57.523Z Compiling libgit2-sys v0.17.0+1.8.1
34892025-02-24T21:12:57.651Z Compiling vergen v8.3.2
34902025-02-24T21:12:57.654Z Compiling cargo-platform v0.1.8
34912025-02-24T21:12:57.654Z Compiling pin-project-internal v1.1.6
34922025-02-24T21:12:57.687Z Compiling libsqlite3-sys v0.30.1
34932025-02-24T21:12:57.689Z Compiling snafu-derive v0.8.5
34942025-02-24T21:12:57.689Z Compiling buf-list v1.0.3
34952025-02-24T21:12:57.982Z Compiling cargo_metadata v0.18.1
34962025-02-24T21:12:58.109Z Compiling rustls v0.21.12
34972025-02-24T21:12:58.296Z Checking globset v0.4.15
34982025-02-24T21:12:58.334Z Checking olpc-cjson v0.1.4
34992025-02-24T21:12:58.379Z Checking rustls-webpki v0.101.7
35002025-02-24T21:12:58.571Z Checking sct v0.7.1
35012025-02-24T21:12:58.626Z Checking serde_plain v1.0.2
35022025-02-24T21:12:58.750Z Checking typed-path v0.9.3
35032025-02-24T21:12:59.127Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35042025-02-24T21:12:59.259Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35052025-02-24T21:12:59.447Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35062025-02-24T21:12:59.585Z Checking hashlink v0.9.1
35072025-02-24T21:12:59.763Z Checking fallible-iterator v0.3.0
35082025-02-24T21:13:00.156Z Checking parse-size v1.1.0
35092025-02-24T21:13:00.331Z Checking fallible-streaming-iterator v0.1.9
35102025-02-24T21:13:00.351Z Checking pin-project v1.1.6
35112025-02-24T21:13:00.469Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35122025-02-24T21:13:00.502Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35132025-02-24T21:13:00.568Z Checking rusqlite v0.32.1
35142025-02-24T21:13:00.570Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35152025-02-24T21:13:00.909Z Checking rustls-pemfile v1.0.4
35162025-02-24T21:13:01.120Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35172025-02-24T21:13:01.229Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35182025-02-24T21:13:01.327Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
35192025-02-24T21:13:01.420Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35202025-02-24T21:13:01.466Z Checking twox-hash v2.1.0
35212025-02-24T21:13:01.469Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35222025-02-24T21:13:01.747Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
35232025-02-24T21:13:01.977Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35242025-02-24T21:13:02.068Z Checking tokio-rustls v0.24.1
35252025-02-24T21:13:02.215Z Checking snafu v0.8.5
35262025-02-24T21:13:02.643Z Checking tough v0.19.0
35272025-02-24T21:13:02.893Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35282025-02-24T21:13:03.171Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35292025-02-24T21:13:03.368Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35302025-02-24T21:13:03.501Z Checking fatfs v0.3.6
35312025-02-24T21:13:03.846Z Checking assert_matches v1.5.0
35322025-02-24T21:13:06.663Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35332025-02-24T21:13:07.950Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35342025-02-24T21:13:09.808Z Compiling git2 v0.19.0
35352025-02-24T21:13:13.725Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
35362025-02-24T21:14:09.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
35372025-02-24T21:14:09.734Z
35382025-02-24T21:14:09.734Zinfo: running `cargo check --bins` on nexus-external-api (169/199)
35392025-02-24T21:14:10.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402025-02-24T21:14:10.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412025-02-24T21:14:10.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422025-02-24T21:14:10.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35432025-02-24T21:14:10.439Z
35442025-02-24T21:14:10.439Zinfo: running `cargo check --bins` on openapi-manager-types (170/199)
35452025-02-24T21:14:10.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462025-02-24T21:14:10.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472025-02-24T21:14:10.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482025-02-24T21:14:11.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35492025-02-24T21:14:11.068Z
35502025-02-24T21:14:11.068Zinfo: running `cargo check --bins` on nexus-internal-api (171/199)
35512025-02-24T21:14:11.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522025-02-24T21:14:11.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532025-02-24T21:14:11.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542025-02-24T21:14:11.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35552025-02-24T21:14:11.811Z
35562025-02-24T21:14:11.811Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (172/199)
35572025-02-24T21:14:12.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582025-02-24T21:14:12.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592025-02-24T21:14:12.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602025-02-24T21:14:12.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35612025-02-24T21:14:12.460Z
35622025-02-24T21:14:12.460Zinfo: running `cargo check --bins` on nexus-networking (173/199)
35632025-02-24T21:14:13.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642025-02-24T21:14:13.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652025-02-24T21:14:13.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662025-02-24T21:14:13.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35672025-02-24T21:14:13.142Z
35682025-02-24T21:14:13.142Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (174/199)
35692025-02-24T21:14:13.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702025-02-24T21:14:13.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712025-02-24T21:14:13.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722025-02-24T21:14:13.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35732025-02-24T21:14:13.843Z
35742025-02-24T21:14:13.843Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199)
35752025-02-24T21:14:14.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762025-02-24T21:14:14.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772025-02-24T21:14:14.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782025-02-24T21:14:14.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
35792025-02-24T21:14:14.550Z
35802025-02-24T21:14:14.550Zinfo: running `cargo check --bins` on update-common (176/199)
35812025-02-24T21:14:15.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822025-02-24T21:14:15.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832025-02-24T21:14:15.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842025-02-24T21:14:15.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35852025-02-24T21:14:15.250Z
35862025-02-24T21:14:15.250Zinfo: running `cargo check --bins` on tufaceous-lib (177/199)
35872025-02-24T21:14:15.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882025-02-24T21:14:15.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892025-02-24T21:14:15.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902025-02-24T21:14:15.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35912025-02-24T21:14:15.928Z
35922025-02-24T21:14:15.928Zinfo: running `cargo check --bins` on tufaceous (178/199)
35932025-02-24T21:14:16.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942025-02-24T21:14:16.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952025-02-24T21:14:16.622Z Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
35962025-02-24T21:14:16.914Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
35972025-02-24T21:14:17.897Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
35982025-02-24T21:14:18.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
35992025-02-24T21:14:18.875Z
36002025-02-24T21:14:18.875Zinfo: running `cargo check --bins` on omicron-dev (179/199)
36012025-02-24T21:14:19.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022025-02-24T21:14:19.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032025-02-24T21:14:19.757Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36042025-02-24T21:14:19.760Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36052025-02-24T21:14:19.898Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36062025-02-24T21:14:19.902Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36072025-02-24T21:14:20.890Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36082025-02-24T21:14:48.257Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36092025-02-24T21:14:48.261Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36102025-02-24T21:14:48.261Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36112025-02-24T21:14:48.261Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36122025-02-24T21:14:48.261Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36132025-02-24T21:14:48.261Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36142025-02-24T21:14:49.191Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36152025-02-24T21:14:50.388Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36162025-02-24T21:15:31.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
36172025-02-24T21:15:31.972Z
36182025-02-24T21:15:31.973Zinfo: running `cargo check --bins` on openapi-manager (180/199)
36192025-02-24T21:15:32.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202025-02-24T21:15:32.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212025-02-24T21:15:32.718Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
36222025-02-24T21:15:32.721Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
36232025-02-24T21:15:32.721Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
36242025-02-24T21:15:32.849Z Compiling proc-macro-error-attr2 v2.0.0
36252025-02-24T21:15:32.852Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
36262025-02-24T21:15:32.861Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
36272025-02-24T21:15:32.889Z Checking papergrid v0.14.0
36282025-02-24T21:15:32.903Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36292025-02-24T21:15:33.091Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36302025-02-24T21:15:33.199Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36312025-02-24T21:15:33.447Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
36322025-02-24T21:15:33.596Z Compiling proc-macro-error2 v2.0.1
36332025-02-24T21:15:34.233Z Compiling tabled_derive v0.10.0
36342025-02-24T21:15:34.381Z Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
36352025-02-24T21:15:34.560Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
36362025-02-24T21:15:34.564Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36372025-02-24T21:15:35.070Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36382025-02-24T21:15:35.582Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36392025-02-24T21:15:35.606Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
36402025-02-24T21:15:35.746Z Checking heck v0.4.1
36412025-02-24T21:15:35.968Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36422025-02-24T21:15:36.122Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
36432025-02-24T21:15:36.368Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36442025-02-24T21:15:36.619Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36452025-02-24T21:15:36.771Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36462025-02-24T21:15:36.922Z Checking tabled v0.18.0
36472025-02-24T21:15:37.084Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36482025-02-24T21:15:37.271Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
36492025-02-24T21:15:37.293Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36502025-02-24T21:15:38.981Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36512025-02-24T21:15:38.982Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36522025-02-24T21:15:41.849Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36532025-02-24T21:15:43.412Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36542025-02-24T21:15:48.148Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36552025-02-24T21:15:48.148Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36562025-02-24T21:15:49.398Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36572025-02-24T21:15:50.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.41s
36582025-02-24T21:15:50.582Z
36592025-02-24T21:15:50.582Zinfo: running `cargo check --bins` on installinator-api (181/199)
36602025-02-24T21:15:51.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612025-02-24T21:15:51.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622025-02-24T21:15:51.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632025-02-24T21:15:51.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
36642025-02-24T21:15:51.257Z
36652025-02-24T21:15:51.257Zinfo: running `cargo check --bins` on wicketd-api (182/199)
36662025-02-24T21:15:51.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-02-24T21:15:51.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-02-24T21:15:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692025-02-24T21:15:51.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36702025-02-24T21:15:51.947Z
36712025-02-24T21:15:51.947Zinfo: running `cargo check --bins` on omicron-pins (183/199)
36722025-02-24T21:15:52.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732025-02-24T21:15:52.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742025-02-24T21:15:52.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752025-02-24T21:15:52.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36762025-02-24T21:15:52.592Z
36772025-02-24T21:15:52.592Zinfo: running `cargo check --bins` on reconfigurator-cli (184/199)
36782025-02-24T21:15:53.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792025-02-24T21:15:53.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802025-02-24T21:15:53.305Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
36812025-02-24T21:15:53.305Z Compiling petname v2.0.2
36822025-02-24T21:15:53.308Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
36832025-02-24T21:15:53.308Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
36842025-02-24T21:15:53.308Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36852025-02-24T21:15:53.427Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
36862025-02-24T21:15:53.457Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36872025-02-24T21:15:53.475Z Checking sync-ptr v0.1.1
36882025-02-24T21:15:58.591Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
36892025-02-24T21:15:59.195Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36902025-02-24T21:16:00.416Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
36912025-02-24T21:16:01.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s
36922025-02-24T21:16:02.162Z
36932025-02-24T21:16:02.162Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199)
36942025-02-24T21:16:02.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952025-02-24T21:16:02.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962025-02-24T21:16:02.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972025-02-24T21:16:02.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36982025-02-24T21:16:02.850Z
36992025-02-24T21:16:02.850Zinfo: running `cargo check --bins` on omicron-releng (186/199)
37002025-02-24T21:16:03.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012025-02-24T21:16:03.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022025-02-24T21:16:03.548Z Checking memmap2 v0.9.5
37032025-02-24T21:16:03.548Z Checking arrayvec v0.7.6
37042025-02-24T21:16:03.552Z Checking arrayref v0.3.9
37052025-02-24T21:16:03.552Z Checking constant_time_eq v0.3.1
37062025-02-24T21:16:03.552Z Checking topological-sort v0.2.2
37072025-02-24T21:16:03.552Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37082025-02-24T21:16:03.552Z Checking shell-words v1.1.0
37092025-02-24T21:16:03.937Z Checking blake3 v1.5.4
37102025-02-24T21:16:04.275Z Checking omicron-zone-package v0.12.0
37112025-02-24T21:16:05.377Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37122025-02-24T21:16:06.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
37132025-02-24T21:16:06.468Z
37142025-02-24T21:16:06.468Zinfo: running `cargo check --bins` on xtask (187/199)
37152025-02-24T21:16:06.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162025-02-24T21:16:06.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172025-02-24T21:16:06.923Z Checking bitflags v2.6.0
37182025-02-24T21:16:06.926Z Checking serde v1.0.218
37192025-02-24T21:16:06.926Z Checking thiserror v1.0.69
37202025-02-24T21:16:07.018Z Checking scroll v0.12.0
37212025-02-24T21:16:07.021Z Checking hashbrown v0.15.1
37222025-02-24T21:16:07.034Z Checking log v0.4.22
37232025-02-24T21:16:07.037Z Checking zerocopy v0.7.35
37242025-02-24T21:16:07.060Z Checking syn v2.0.96
37252025-02-24T21:16:07.129Z Checking pest v2.7.14
37262025-02-24T21:16:07.253Z Checking rustix v0.38.37
37272025-02-24T21:16:07.300Z Checking once_cell v1.20.3
37282025-02-24T21:16:07.451Z Checking goblin v0.8.2
37292025-02-24T21:16:07.620Z Checking fs-err v2.11.0
37302025-02-24T21:16:07.923Z Checking tabled v0.15.0
37312025-02-24T21:16:07.961Z Checking indexmap v2.7.1
37322025-02-24T21:16:08.222Z Checking anyhow v1.0.96
37332025-02-24T21:16:08.910Z Checking terminal_size v0.4.0
37342025-02-24T21:16:08.910Z Checking tempfile v3.13.0
37352025-02-24T21:16:09.096Z Checking clap_builder v4.5.30
37362025-02-24T21:16:09.636Z Checking dtrace-parser v0.2.0
37372025-02-24T21:16:10.952Z Checking serde_json v1.0.139
37382025-02-24T21:16:10.952Z Checking toml_datetime v0.6.8
37392025-02-24T21:16:10.955Z Checking serde_spanned v0.6.8
37402025-02-24T21:16:10.955Z Checking camino v1.1.9
37412025-02-24T21:16:10.955Z Checking semver v1.0.25
37422025-02-24T21:16:11.191Z Checking cargo-platform v0.1.8
37432025-02-24T21:16:11.307Z Checking toml_edit v0.22.22
37442025-02-24T21:16:11.322Z Checking clap v4.5.30
37452025-02-24T21:16:11.404Z Checking macaddr v1.0.1
37462025-02-24T21:16:11.471Z Checking camino-tempfile v1.1.1
37472025-02-24T21:16:12.066Z Checking dof v0.3.0
37482025-02-24T21:16:12.066Z Checking cargo_metadata v0.18.1
37492025-02-24T21:16:12.476Z Checking usdt-impl v0.5.0
37502025-02-24T21:16:12.843Z Checking usdt v0.5.0
37512025-02-24T21:16:13.063Z Checking toml v0.8.19
37522025-02-24T21:16:13.494Z Checking cargo_toml v0.20.5
37532025-02-24T21:16:14.639Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
37542025-02-24T21:16:15.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s
37552025-02-24T21:16:15.368Z
37562025-02-24T21:16:15.368Zinfo: running `cargo check --bins` on end-to-end-tests (188/199)
37572025-02-24T21:16:16.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582025-02-24T21:16:16.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592025-02-24T21:16:16.149Z Checking polyval v0.6.2
37602025-02-24T21:16:16.266Z Checking ctr v0.9.2
37612025-02-24T21:16:16.279Z Checking ssh-encoding v0.2.0
37622025-02-24T21:16:16.282Z Checking blowfish v0.9.1
37632025-02-24T21:16:16.302Z Checking password-hash v0.4.2
37642025-02-24T21:16:16.319Z Checking p521 v0.13.3
37652025-02-24T21:16:16.321Z Checking p256 v0.13.2
37662025-02-24T21:16:16.348Z Checking russh-cryptovec v0.7.3
37672025-02-24T21:16:16.504Z Checking ghash v0.5.1
37682025-02-24T21:16:16.524Z Checking bcrypt-pbkdf v0.10.0
37692025-02-24T21:16:16.527Z Checking md5 v0.7.0
37702025-02-24T21:16:16.599Z Checking num-bigint v0.4.6
37712025-02-24T21:16:16.602Z Checking des v0.8.1
37722025-02-24T21:16:16.677Z Checking aes-gcm v0.10.3
37732025-02-24T21:16:16.680Z Checking pbkdf2 v0.11.0
37742025-02-24T21:16:16.783Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37752025-02-24T21:16:16.818Z Checking hex-literal v0.4.1
37762025-02-24T21:16:16.860Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
37772025-02-24T21:16:16.874Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37782025-02-24T21:16:16.901Z Checking ssh-cipher v0.2.0
37792025-02-24T21:16:16.965Z Checking internet-checksum v0.2.1
37802025-02-24T21:16:17.184Z Checking ssh-key v0.6.6
37812025-02-24T21:16:17.490Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
37822025-02-24T21:16:18.357Z Checking russh-keys v0.45.0
37832025-02-24T21:16:19.186Z Checking russh v0.45.0
37842025-02-24T21:16:36.919Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37852025-02-24T21:16:38.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.90s
37862025-02-24T21:16:38.485Z
37872025-02-24T21:16:38.485Zinfo: running `cargo check --bins` on gateway-cli (189/199)
37882025-02-24T21:16:39.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892025-02-24T21:16:39.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902025-02-24T21:16:39.158Z Checking termios v0.3.3
37912025-02-24T21:16:39.383Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
37922025-02-24T21:16:40.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
37932025-02-24T21:16:40.373Z
37942025-02-24T21:16:40.373Zinfo: running `cargo check --bins --no-default-features` on installinator (190/199)
37952025-02-24T21:16:40.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962025-02-24T21:16:40.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972025-02-24T21:16:41.105Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37982025-02-24T21:16:41.105Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37992025-02-24T21:16:41.108Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38002025-02-24T21:16:41.108Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38012025-02-24T21:16:42.125Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38022025-02-24T21:16:43.352Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38032025-02-24T21:16:45.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s
38042025-02-24T21:16:45.274Z
38052025-02-24T21:16:45.274Zinfo: running `cargo check --bins` on internal-dns-cli (191/199)
38062025-02-24T21:16:45.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072025-02-24T21:16:45.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082025-02-24T21:16:46.142Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38092025-02-24T21:16:46.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
38102025-02-24T21:16:46.595Z
38112025-02-24T21:16:46.595Zinfo: running `cargo check --bins` on omicron-live-tests (192/199)
38122025-02-24T21:16:47.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132025-02-24T21:16:47.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142025-02-24T21:16:47.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152025-02-24T21:16:47.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38162025-02-24T21:16:47.236Z
38172025-02-24T21:16:47.236Zinfo: running `cargo check --bins` on live-tests-macros (193/199)
38182025-02-24T21:16:47.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192025-02-24T21:16:47.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202025-02-24T21:16:47.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212025-02-24T21:16:47.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38222025-02-24T21:16:47.873Z
38232025-02-24T21:16:47.873Zinfo: running `cargo check --bins` on omicron-package (194/199)
38242025-02-24T21:16:48.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252025-02-24T21:16:48.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262025-02-24T21:16:48.564Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38272025-02-24T21:16:49.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
38282025-02-24T21:16:50.087Z
38292025-02-24T21:16:50.087Zinfo: running `cargo check --bins` on wicket-dbg (195/199)
38302025-02-24T21:16:50.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312025-02-24T21:16:50.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322025-02-24T21:16:50.821Z Checking rtoolbox v0.0.2
38332025-02-24T21:16:50.824Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
38342025-02-24T21:16:50.825Z Checking tui-tree-widget v0.23.0
38352025-02-24T21:16:51.064Z Checking rpassword v7.3.1
38362025-02-24T21:16:55.662Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38372025-02-24T21:16:58.551Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38382025-02-24T21:16:59.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.61s
38392025-02-24T21:16:59.893Z
38402025-02-24T21:16:59.893Zinfo: running `cargo check --bins` on wicket (196/199)
38412025-02-24T21:17:00.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422025-02-24T21:17:00.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432025-02-24T21:17:00.617Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
38442025-02-24T21:17:01.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
38452025-02-24T21:17:01.218Z
38462025-02-24T21:17:01.218Zinfo: running `cargo check --bins` on wicketd (197/199)
38472025-02-24T21:17:01.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482025-02-24T21:17:01.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492025-02-24T21:17:01.957Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
38502025-02-24T21:17:01.957Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38512025-02-24T21:17:02.790Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38522025-02-24T21:17:06.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
38532025-02-24T21:17:06.851Z
38542025-02-24T21:17:06.851Zinfo: running `cargo check --bins` on omicron-workspace-hack (198/199)
38552025-02-24T21:17:07.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562025-02-24T21:17:07.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572025-02-24T21:17:07.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582025-02-24T21:17:07.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38592025-02-24T21:17:07.486Z
38602025-02-24T21:17:07.486Zinfo: running `cargo check --bins` on zone-setup (199/199)
38612025-02-24T21:17:08.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622025-02-24T21:17:08.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632025-02-24T21:17:08.263Z Checking uzers v0.12.1
38642025-02-24T21:17:08.613Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38652025-02-24T21:17:09.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s
38662025-02-24T21:17:09.912Z
38672025-02-24T21:17:09.912Zreal 13:43.868940884
38682025-02-24T21:17:09.912Zuser 27:45.898457335
38692025-02-24T21:17:09.912Zsys 4:16.059855114
38702025-02-24T21:17:09.912Ztrap 0.569868540
38712025-02-24T21:17:09.912Ztflt 0.560286201
38722025-02-24T21:17:09.912Zdflt 1.961712079
38732025-02-24T21:17:09.913Zkflt 0.000907197
38742025-02-24T21:17:09.913Zlock 47:24.402423741
38752025-02-24T21:17:09.913Zslp 2:13:08.419433821
38762025-02-24T21:17:09.913Zlat 1:06.788203349
38772025-02-24T21:17:09.913Zstop 3:47.356124771
38782025-02-24T21:17:09.916Zprocess exited: duration 1132694 ms, exit code 0
 
38792025-02-24T21:17:09.923Zfound 0 output files