01JRVPTF0HTA9ZS8V6QN1Y65MJ: 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: 01JRVPTS4RPKGFD4MMW5Z67Z5F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-04-15T03:11:02.515Zjob assigned to worker 01JRVPTSF918QAXNH1PMMWZAD9 [factory gimlet-EVT22200007-propolis, EVT22200007/24648] (queued for 24 s)
 
22025-04-15T03:11:10.803Zstarting task 0: "setup"
32025-04-15T03:11:10.828Z++ uname -s
42025-04-15T03:11:10.828Z+ kern=SunOS
52025-04-15T03:11:10.828Z+ build_user=build
62025-04-15T03:11:10.828Z+ build_uid=12345
72025-04-15T03:11:10.829Z+ work_dir=/work
82025-04-15T03:11:10.829Z+ input_dir=/input
92025-04-15T03:11:10.829Z+ [[ 0 == 12345 ]]
102025-04-15T03:11:10.829Z+ case "$kern" in
112025-04-15T03:11:10.829Z+ groupadd -g 12345 build
122025-04-15T03:11:10.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-04-15T03:11:12.828Z+ zfs create -o mountpoint=/work rpool/work
142025-04-15T03:11:12.868Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-04-15T03:11:12.893Z+ home_fs=zfs
162025-04-15T03:11:12.893Z+ [[ zfs == autofs ]]
172025-04-15T03:11:12.893Z+ mkdir -p /home/build
182025-04-15T03:11:12.893Z+ chown build:build /home/build /work
192025-04-15T03:11:14.878Z+ chmod 0700 /home/build /work
202025-04-15T03:11:14.903Zprocess exited: duration 4080 ms, exit code 0
 
212025-04-15T03:11:14.956Zstarting task 1: "rust-toolchain"
222025-04-15T03:11:14.982Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-04-15T03:11:14.982Z * rust toolchain channel = "1.86.0"
242025-04-15T03:11:14.982Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-04-15T03:11:14.982Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-04-15T03:11:14.982Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-04-15T03:11:14.982Z * rust toolchain profile = "default"
282025-04-15T03:11:14.982Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-04-15T03:11:14.982Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-04-15T03:11:15.101Zinfo: downloading installer
312025-04-15T03:11:15.686Zwarn: It looks like you have an existing installation of Rust at:
322025-04-15T03:11:15.686Zwarn: /opt/ooce/bin
332025-04-15T03:11:15.686Zwarn: It is recommended that rustup be the primary Rust installation.
342025-04-15T03:11:15.686Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-04-15T03:11:15.686Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-04-15T03:11:15.686Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-04-15T03:11:15.686Zwarn: or pass `-y' to ignore all ignorable checks.
382025-04-15T03:11:15.686Zerror: cannot install while Rust is installed
392025-04-15T03:11:15.686Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-04-15T03:11:15.712Zinfo: profile set to 'default'
412025-04-15T03:11:15.712Zinfo: default host triple is x86_64-unknown-illumos
422025-04-15T03:11:15.712Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-04-15T03:11:15.829Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-04-15T03:11:15.829Zinfo: downloading component 'cargo'
452025-04-15T03:11:16.076Zinfo: downloading component 'clippy'
462025-04-15T03:11:16.177Zinfo: downloading component 'rust-docs'
472025-04-15T03:11:16.557Zinfo: downloading component 'rust-std'
482025-04-15T03:11:16.971Zinfo: downloading component 'rustc'
492025-04-15T03:11:18.736Zinfo: downloading component 'rustfmt'
502025-04-15T03:11:18.796Zinfo: installing component 'cargo'
512025-04-15T03:11:19.907Zinfo: installing component 'clippy'
522025-04-15T03:11:20.403Zinfo: installing component 'rust-docs'
532025-04-15T03:11:23.552Zinfo: installing component 'rust-std'
542025-04-15T03:11:25.477Zinfo: installing component 'rustc'
552025-04-15T03:11:33.317Zinfo: installing component 'rustfmt'
562025-04-15T03:11:33.737Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-04-15T03:11:33.737Z
582025-04-15T03:11:33.929Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-04-15T03:11:33.929Z
602025-04-15T03:11:33.929Z
612025-04-15T03:11:33.929ZRust is installed now. Great!
622025-04-15T03:11:33.929Z
632025-04-15T03:11:33.929ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-04-15T03:11:33.929Zenvironment variable. This has not been done automatically.
652025-04-15T03:11:33.929Z
662025-04-15T03:11:33.929ZTo configure your current shell, you need to source
672025-04-15T03:11:33.929Zthe corresponding env file under $HOME/.cargo.
682025-04-15T03:11:33.929Z
692025-04-15T03:11:33.929ZThis is usually done by running one of the following (note the leading DOT):
702025-04-15T03:11:33.929Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-04-15T03:11:33.929Zsource "$HOME/.cargo/env.fish" # For fish
722025-04-15T03:11:33.929Zsource "$HOME/.cargo/env.nu" # For nushell
732025-04-15T03:11:34.033Z+ rustup --version
742025-04-15T03:11:34.065Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-04-15T03:11:34.065Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-04-15T03:11:34.107Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-04-15T03:11:34.132Z+ cargo --version
782025-04-15T03:11:34.157Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-04-15T03:11:34.157Z+ rustc --version
802025-04-15T03:11:34.206Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-04-15T03:11:34.233Zprocess exited: duration 19255 ms, exit code 0
 
822025-04-15T03:11:34.285Zstarting task 2: "authentication"
832025-04-15T03:11:34.347Zprocess exited: duration 62 ms, exit code 0
 
842025-04-15T03:11:34.405Zstarting task 3: "clone repository"
852025-04-15T03:11:34.431Z+ mkdir -p /work/oxidecomputer/omicron
862025-04-15T03:11:34.431Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-04-15T03:11:34.456ZCloning into '/work/oxidecomputer/omicron'...
882025-04-15T03:11:42.364Z+ cd /work/oxidecomputer/omicron
892025-04-15T03:11:42.364Z+ git fetch origin f69c0b91e091aa52453b001ca285b97e7471200c
902025-04-15T03:11:42.778ZFrom https://github.com/oxidecomputer/omicron
912025-04-15T03:11:42.778Z * branch f69c0b91e091aa52453b001ca285b97e7471200c -> FETCH_HEAD
922025-04-15T03:11:42.803Z+ [[ -n dap/more-daft ]]
932025-04-15T03:11:42.803Z++ git branch --show-current
942025-04-15T03:11:42.803Z+ current=main
952025-04-15T03:11:42.803Z+ [[ main != dap/more-daft ]]
962025-04-15T03:11:42.803Z+ git branch -f dap/more-daft f69c0b91e091aa52453b001ca285b97e7471200c
972025-04-15T03:11:42.828Z+ git checkout -f dap/more-daft
982025-04-15T03:11:43.051ZSwitched to branch 'dap/more-daft'
992025-04-15T03:11:43.076Z+ git reset --hard f69c0b91e091aa52453b001ca285b97e7471200c
1002025-04-15T03:11:43.101ZHEAD is now at f69c0b91e also update this inventory type
1012025-04-15T03:11:43.101Zprocess exited: duration 8675 ms, exit code 0
 
1022025-04-15T03:11:43.154Zstarting task 4: "build"
1032025-04-15T03:11:43.179Z+ source .github/buildomat/ci-env.sh
1042025-04-15T03:11:43.179Z++ export CARGO_TERM_COLOR=always
1052025-04-15T03:11:43.179Z++ CARGO_TERM_COLOR=always
1062025-04-15T03:11:43.179Z+ cargo --version
1072025-04-15T03:11:43.235Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-04-15T03:11:43.325Z+ rustc --version
1092025-04-15T03:11:43.350Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-04-15T03:11:43.350Z+ source ./env.sh
1112025-04-15T03:11:43.350Z++ OLD_SHELL_OPTS=ehxB
1122025-04-15T03:11:43.350Z++ set -o xtrace
1132025-04-15T03:11:43.350Z++++ dirname ./env.sh
1142025-04-15T03:11:43.351Z+++ readlink -f .
1152025-04-15T03:11:43.351Z++ OMICRON_WS=/work/oxidecomputer/omicron
1162025-04-15T03:11:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172025-04-15T03:11:43.351Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182025-04-15T03:11:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192025-04-15T03:11:43.351Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202025-04-15T03:11:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212025-04-15T03:11:43.351Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222025-04-15T03:11:43.351Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1232025-04-15T03:11:43.351Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1242025-04-15T03:11:43.351Z++ case $OLD_SHELL_OPTS in
1252025-04-15T03:11:43.351Z++ unset OLD_SHELL_OPTS OMICRON_WS
1262025-04-15T03:11:43.351Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1272025-04-15T03:11:43.351Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1282025-04-15T03:11:43.351Z+ banner prerequisites
1292025-04-15T03:11:43.376Z
1302025-04-15T03:11:43.376Z ##### ##### ###### ##### ###### #### # # # #### #
1312025-04-15T03:11:43.376Z # # # # # # # # # # # # # # #
1322025-04-15T03:11:43.376Z # # # # ##### # # ##### # # # # # #### #
1332025-04-15T03:11:43.376Z ##### ##### # ##### # # # # # # # # #
1342025-04-15T03:11:43.376Z # # # # # # # # # # # # # # #
1352025-04-15T03:11:43.376Z # # # ###### # # ###### ### # #### # #### #
1362025-04-15T03:11:43.376Z
1372025-04-15T03:11:43.376Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1382025-04-15T03:11:44.743Zpkg list: illegal option -- F
1392025-04-15T03:11:44.743ZUsage:
1402025-04-15T03:11:44.743Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1412025-04-15T03:11:44.743Z [pkg_fmri_pattern ...]
1422025-04-15T03:11:45.781Zpkg list: illegal option -- F
1432025-04-15T03:11:45.781ZUsage:
1442025-04-15T03:11:45.781Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1452025-04-15T03:11:45.781Z [pkg_fmri_pattern ...]
1462025-04-15T03:11:57.797Z Startup: Refreshing catalog 'helios-dev' ... Done
1472025-04-15T03:12:03.919Z Startup: Caching catalogs ... Done
1482025-04-15T03:12:25.499ZPlanning: Solver setup ... Done (20.446s)
1492025-04-15T03:12:25.718ZPlanning: Running solver ... Done (0.220s)
1502025-04-15T03:12:25.867ZPlanning: Finding local manifests ... Done (0.003s)
1512025-04-15T03:12:25.950ZPlanning: Fetching manifests: 0/7 0% complete
1522025-04-15T03:12:26.435ZPlanning: Fetching manifests: 7/7 100% complete
1532025-04-15T03:12:26.568ZPlanning: Package planning ... Done (0.133s)
1542025-04-15T03:12:26.635ZPlanning: Merging actions ... Done (0.067s)
1552025-04-15T03:12:26.855ZPlanning: Checking for conflicting actions ... Done (0.219s)
1562025-04-15T03:12:27.911ZPlanning: Consolidating action changes ... Done (1.056s)
1572025-04-15T03:12:28.314ZPlanning: Evaluating mediators ... Done (0.403s)
1582025-04-15T03:12:28.409ZPlanning: Planning completed in 24.40 seconds
1592025-04-15T03:12:28.434Z Packages to install: 4
1602025-04-15T03:12:28.434Z Packages to update: 3
1612025-04-15T03:12:28.434Z Mediators to change: 2
1622025-04-15T03:12:28.434Z Services to change: 1
1632025-04-15T03:12:28.434Z Estimated space available: 155.09 GB
1642025-04-15T03:12:28.434ZEstimated space to be consumed: 1.69 GB
1652025-04-15T03:12:28.434Z Create boot environment: No
1662025-04-15T03:12:28.434ZCreate backup boot environment: Yes
1672025-04-15T03:12:28.434Z Rebuild boot archive: No
1682025-04-15T03:12:28.434Z
1692025-04-15T03:12:28.434ZChanged mediators:
1702025-04-15T03:12:28.434Z mediator clang:
1712025-04-15T03:12:28.434Z version: None -> 15 (system default)
1722025-04-15T03:12:28.435Z
1732025-04-15T03:12:28.435Z mediator llvm:
1742025-04-15T03:12:28.435Z version: 14 (system default) -> 15 (system default)
1752025-04-15T03:12:28.435Z
1762025-04-15T03:12:28.435ZChanged packages:
1772025-04-15T03:12:28.435Zhelios-dev
1782025-04-15T03:12:28.435Z developer/build-essential
1792025-04-15T03:12:28.435Z None -> 11-2.0
1802025-04-15T03:12:28.435Z library/libxmlsec1
1812025-04-15T03:12:28.435Z None -> 1.2.35-2.0
1822025-04-15T03:12:28.435Z ooce/developer/clang-15
1832025-04-15T03:12:28.435Z None -> 15.0.7-2.0
1842025-04-15T03:12:28.435Z ooce/developer/llvm-15
1852025-04-15T03:12:28.435Z None -> 15.0.7-2.0
1862025-04-15T03:12:28.435Z package/pkg
1872025-04-15T03:12:28.435Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1882025-04-15T03:12:28.435Z system/library/g++-runtime
1892025-04-15T03:12:28.435Z 13-2.0 -> 14-2.0
1902025-04-15T03:12:28.435Z system/library/gcc-runtime
1912025-04-15T03:12:28.435Z 13-2.0 -> 14-2.0
1922025-04-15T03:12:28.435Z
1932025-04-15T03:12:28.435ZServices:
1942025-04-15T03:12:28.435Z restart_fmri:
1952025-04-15T03:12:28.435Z svc:/system/update-man-index:default
1962025-04-15T03:12:28.435Z
1972025-04-15T03:12:28.435ZEditable files to change:
1982025-04-15T03:12:28.435Z Update:
1992025-04-15T03:12:28.435Z usr/share/lib/pkg/web/config.shtml
2002025-04-15T03:12:28.493Z
2012025-04-15T03:12:28.493ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2022025-04-15T03:12:33.494ZDownload: 519/4301 items 17.3/225.4MB 7% complete (5.0M/s)
2032025-04-15T03:12:38.495ZDownload: 1264/4301 items 103.4/225.4MB 45% complete (12.1M/s)
2042025-04-15T03:12:43.497ZDownload: 2248/4301 items 119.4/225.4MB 52% complete (10.2M/s)
2052025-04-15T03:12:48.499ZDownload: 2674/4301 items 120.5/225.4MB 53% complete (2.3M/s)
2062025-04-15T03:12:53.510ZDownload: 3248/4301 items 201.8/225.4MB 89% complete (8.2M/s)
2072025-04-15T03:12:58.511ZDownload: 3757/4301 items 216.9/225.4MB 96% complete (9.6M/s)
2082025-04-15T03:13:05.013ZDownload: 4208/4301 items 220.6/225.4MB 97% complete (5.2M/s)
2092025-04-15T03:13:07.200ZDownload: Completed 225.42 MB in 38.71 seconds (5.8M/s)
2102025-04-15T03:13:08.688Z Actions: 1/5122 actions (Removing old actions)
2112025-04-15T03:13:08.713Z Actions: 194/5122 actions (Installing new actions)
2122025-04-15T03:13:13.718Z Actions: 3937/5122 actions (Installing new actions)
2132025-04-15T03:13:14.597Z Actions: 4267/5122 actions (Updating modified actions)
2142025-04-15T03:13:15.009Z Actions: Completed 5122 actions in 6.32 seconds.
2152025-04-15T03:13:15.626Z Done (0.607s)
2162025-04-15T03:13:15.651Z Done (0.001s)
2172025-04-15T03:13:16.458Z Done (0.829s)
2182025-04-15T03:13:21.257Z Done (4.603s)
2192025-04-15T03:13:21.356Z Done (0.018s)
2202025-04-15T03:13:21.380Z Done (0.000s)
2212025-04-15T03:13:21.519Z Done (0.000s)
2222025-04-15T03:13:22.296ZPlanning: Evaluating mediator changes ... Done
2232025-04-15T03:13:22.497ZPlanning: Checking for conflicting actions ... Done
2242025-04-15T03:13:22.522ZPlanning: Consolidating action changes ... Done
2252025-04-15T03:13:22.825ZPlanning: Evaluating mediators ... Done
2262025-04-15T03:13:22.849ZPlanning: Planning completed in 0.53 seconds
2272025-04-15T03:13:22.874Z Mediators to change: 2
2282025-04-15T03:13:22.874Z Create boot environment: No
2292025-04-15T03:13:22.874ZCreate backup boot environment: No
2302025-04-15T03:13:22.933Z Done
2312025-04-15T03:13:22.933Z Done
2322025-04-15T03:13:23.531Z Done
2332025-04-15T03:13:27.760Z Done
2342025-04-15T03:13:27.858Z Done
2352025-04-15T03:13:27.858Z Done
2362025-04-15T03:13:27.958Z Done
2372025-04-15T03:13:28.690ZPlanning: Evaluating mediator changes ... Done
2382025-04-15T03:13:28.716ZPlanning: Merging actions ... Done
2392025-04-15T03:13:28.927ZPlanning: Checking for conflicting actions ... Done
2402025-04-15T03:13:28.952ZPlanning: Consolidating action changes ... Done
2412025-04-15T03:13:29.257ZPlanning: Evaluating mediators ... Done
2422025-04-15T03:13:29.326ZPlanning: Planning completed in 0.93 seconds
2432025-04-15T03:13:29.375Z Packages to change: 1
2442025-04-15T03:13:29.375Z Mediators to change: 1
2452025-04-15T03:13:29.375Z Services to change: 1
2462025-04-15T03:13:29.400Z Create boot environment: No
2472025-04-15T03:13:29.400ZCreate backup boot environment: Yes
2482025-04-15T03:13:31.098Z Actions: 1/6 actions (Updating modified actions)
2492025-04-15T03:13:31.123Z Actions: Completed 6 actions in 0.00 seconds.
2502025-04-15T03:13:31.123Z Done
2512025-04-15T03:13:31.123Z Done
2522025-04-15T03:13:31.264Z Done
2532025-04-15T03:13:35.826Z Done
2542025-04-15T03:13:35.920Z Done
2552025-04-15T03:13:35.920Z Done
2562025-04-15T03:13:36.025Z Done
2572025-04-15T03:13:36.563ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2582025-04-15T03:13:36.563Zclang system 15 system
2592025-04-15T03:13:36.563Zcsh system system illumos
2602025-04-15T03:13:36.563Zctags system system illumos
2612025-04-15T03:13:36.563Zgcc vendor 12 vendor
2622025-04-15T03:13:36.563Zgcc system 10 system
2632025-04-15T03:13:36.563Zgcc system 7 system
2642025-04-15T03:13:36.563Zgo system 1.20 system
2652025-04-15T03:13:36.563Zgo system 1.19 system
2662025-04-15T03:13:36.563Zllvm system 15 system
2672025-04-15T03:13:36.563Zllvm system 14 system
2682025-04-15T03:13:36.563Zmariadb system 10.6 system
2692025-04-15T03:13:36.563Zmta vendor vendor dma
2702025-04-15T03:13:36.563Zopenjdk system 17 system
2712025-04-15T03:13:36.563Zopenjdk system 11 system
2722025-04-15T03:13:36.563Zopenjdk system 1.8 system
2732025-04-15T03:13:36.563Zopenssl vendor 3 vendor
2742025-04-15T03:13:36.563Zperl system 5.36 system
2752025-04-15T03:13:36.563Zpostgresql system 15 system
2762025-04-15T03:13:36.563Zpostgresql system 13 system
2772025-04-15T03:13:36.563Zpython vendor 3 vendor
2782025-04-15T03:13:36.563Zpython system 2 system
2792025-04-15T03:13:36.563Zpython3 system 3.11 system
2802025-04-15T03:13:36.563Zruby system 3.0 system
2812025-04-15T03:13:36.563Zwords vendor vendor american-english
2822025-04-15T03:13:36.563Zwords system system australian-english
2832025-04-15T03:13:36.563Zwords system system british-english
2842025-04-15T03:13:36.563Zwords system system canadian-english
2852025-04-15T03:13:36.564Zwords system system french
2862025-04-15T03:13:36.564Zwords system system italian
2872025-04-15T03:13:36.564Zwords system system ngerman
2882025-04-15T03:13:36.564Zwords system system ogerman
2892025-04-15T03:13:36.564Zwords system system spanish
2902025-04-15T03:13:36.957ZPUBLISHER TYPE STATUS P LOCATION
2912025-04-15T03:13:36.957Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2922025-04-15T03:13:41.093ZFMRI IFO
2932025-04-15T03:13:41.093Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2942025-04-15T03:13:41.093Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2952025-04-15T03:13:41.093Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2962025-04-15T03:13:41.093Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2972025-04-15T03:13:41.093Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2982025-04-15T03:13:41.093Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2992025-04-15T03:13:41.093Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3002025-04-15T03:13:41.093Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3012025-04-15T03:13:41.093Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3022025-04-15T03:13:41.093Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3032025-04-15T03:13:41.093Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3042025-04-15T03:13:41.093Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3052025-04-15T03:13:41.093Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3062025-04-15T03:13:41.093Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3072025-04-15T03:13:41.094Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3082025-04-15T03:13:42.082Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3092025-04-15T03:13:42.496Z Updating crates.io index
3102025-04-15T03:13:42.521Z Updating git repository `https://github.com/oxidecomputer/lldp`
3112025-04-15T03:13:43.022Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3122025-04-15T03:13:43.799Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132025-04-15T03:13:44.091Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3142025-04-15T03:13:44.497Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3152025-04-15T03:13:44.910Z Updating git repository `https://github.com/oxidecomputer/propolis`
3162025-04-15T03:13:46.085Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172025-04-15T03:13:48.235Z Updating git repository `https://github.com/oxidecomputer/opte`
3182025-04-15T03:13:49.091Z Updating git repository `https://github.com/oxidecomputer/falcon`
3192025-04-15T03:13:49.943Z Updating git repository `https://github.com/oxidecomputer/clickward`
3202025-04-15T03:13:50.438Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3212025-04-15T03:13:50.800Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3222025-04-15T03:13:51.668Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3232025-04-15T03:13:52.234Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3242025-04-15T03:13:52.861Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3252025-04-15T03:13:53.367Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3262025-04-15T03:13:53.846Z Updating git repository `https://github.com/oxidecomputer/tofino`
3272025-04-15T03:13:54.161Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3282025-04-15T03:13:54.583Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3292025-04-15T03:13:54.908Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3302025-04-15T03:13:55.305Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3312025-04-15T03:13:55.706Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3322025-04-15T03:13:56.200Z Updating git repository `https://github.com/oxidecomputer/ispf`
3332025-04-15T03:13:56.716Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3342025-04-15T03:13:57.052Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3352025-04-15T03:13:57.641Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3362025-04-15T03:13:58.150Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3372025-04-15T03:13:58.596Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3382025-04-15T03:13:59.084Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3392025-04-15T03:13:59.599Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3402025-04-15T03:14:00.071Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3412025-04-15T03:14:00.406Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3422025-04-15T03:14:00.785Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3432025-04-15T03:14:01.128Z Updating git repository `https://github.com/oxidecomputer/omicron`
3442025-04-15T03:14:11.409Z Updating git repository `https://github.com/illumos/smf-rs`
3452025-04-15T03:14:13.164Z Downloading crates ...
3462025-04-15T03:14:13.242Z Downloaded bitflags v1.3.2
3472025-04-15T03:14:13.267Z Downloaded byteorder v1.5.0
3482025-04-15T03:14:13.267Z Downloaded anstyle v1.0.10
3492025-04-15T03:14:13.267Z Downloaded anstream v0.6.15
3502025-04-15T03:14:13.267Z Downloaded bytecount v0.6.8
3512025-04-15T03:14:13.267Z Downloaded zerocopy-derive v0.7.35
3522025-04-15T03:14:13.267Z Downloaded camino-tempfile v1.1.1
3532025-04-15T03:14:13.267Z Downloaded heck v0.5.0
3542025-04-15T03:14:13.292Z Downloaded zerocopy v0.7.35
3552025-04-15T03:14:13.292Z Downloaded digest v0.10.7
3562025-04-15T03:14:13.292Z Downloaded fastrand v2.1.1
3572025-04-15T03:14:13.317Z Downloaded bitflags v2.9.0
3582025-04-15T03:14:13.317Z Downloaded goblin v0.8.2
3592025-04-15T03:14:13.317Z Downloaded heck v0.4.1
3602025-04-15T03:14:13.317Z Downloaded fs-err v2.11.0
3612025-04-15T03:14:13.317Z Downloaded errno v0.3.9
3622025-04-15T03:14:13.318Z Downloaded strsim v0.11.1
3632025-04-15T03:14:13.318Z Downloaded quote v1.0.39
3642025-04-15T03:14:13.342Z Downloaded scroll_derive v0.12.0
3652025-04-15T03:14:13.342Z Downloaded memchr v2.7.4
3662025-04-15T03:14:13.342Z Downloaded unicode-linebreak v0.1.5
3672025-04-15T03:14:13.342Z Downloaded pest v2.7.14
3682025-04-15T03:14:13.342Z Downloaded winnow v0.7.3
3692025-04-15T03:14:13.367Z Downloaded version_check v0.9.5
3702025-04-15T03:14:13.367Z Downloaded utf8parse v0.2.2
3712025-04-15T03:14:13.367Z Downloaded tabled_derive v0.7.0
3722025-04-15T03:14:13.367Z Downloaded serde_json v1.0.140
3732025-04-15T03:14:13.367Z Downloaded terminal_size v0.2.6
3742025-04-15T03:14:13.392Z Downloaded usdt v0.5.0
3752025-04-15T03:14:13.392Z Downloaded usdt-impl v0.5.0
3762025-04-15T03:14:13.392Z Downloaded unicode-width v0.1.14
3772025-04-15T03:14:13.392Z Downloaded ryu v1.0.18
3782025-04-15T03:14:13.392Z Downloaded unicode-ident v1.0.14
3792025-04-15T03:14:13.393Z Downloaded log v0.4.22
3802025-04-15T03:14:13.393Z Downloaded semver v1.0.25
3812025-04-15T03:14:13.417Z Downloaded ucd-trie v0.1.7
3822025-04-15T03:14:13.417Z Downloaded serde v1.0.219
3832025-04-15T03:14:13.417Z Downloaded sha2 v0.10.8
3842025-04-15T03:14:13.417Z Downloaded serde_derive v1.0.219
3852025-04-15T03:14:13.417Z Downloaded syn v1.0.109
3862025-04-15T03:14:13.417Z Downloaded rustix v0.37.28
3872025-04-15T03:14:13.442Z Downloaded tabled v0.15.0
3882025-04-15T03:14:13.466Z Downloaded pest_derive v2.7.14
3892025-04-15T03:14:13.466Z Downloaded memmap v0.7.0
3902025-04-15T03:14:13.467Z Downloaded scroll v0.12.0
3912025-04-15T03:14:13.467Z Downloaded syn v2.0.98
3922025-04-15T03:14:13.491Z Downloaded proc-macro-error-attr v1.0.4
3932025-04-15T03:14:13.491Z Downloaded macaddr v1.0.1
3942025-04-15T03:14:13.491Z Downloaded toml_edit v0.22.24
3952025-04-15T03:14:13.516Z Downloaded thread-id v4.2.2
3962025-04-15T03:14:13.516Z Downloaded thiserror-impl v1.0.69
3972025-04-15T03:14:13.516Z Downloaded terminal_size v0.4.0
3982025-04-15T03:14:13.516Z Downloaded tempfile v3.13.0
3992025-04-15T03:14:13.516Z Downloaded proc-macro2 v1.0.94
4002025-04-15T03:14:13.516Z Downloaded libc v0.2.171
4012025-04-15T03:14:13.542Z Downloaded plain v0.2.3
4022025-04-15T03:14:13.567Z Downloaded papergrid v0.11.0
4032025-04-15T03:14:13.567Z Downloaded is_terminal_polyfill v1.70.1
4042025-04-15T03:14:13.567Z Downloaded usdt-macro v0.5.0
4052025-04-15T03:14:13.567Z Downloaded toml v0.8.20
4062025-04-15T03:14:13.567Z Downloaded thiserror v2.0.12
4072025-04-15T03:14:13.567Z Downloaded textwrap v0.16.1
4082025-04-15T03:14:13.567Z Downloaded pretty-hex v0.4.1
4092025-04-15T03:14:13.567Z Downloaded pest_generator v2.7.14
4102025-04-15T03:14:13.567Z Downloaded itoa v1.0.11
4112025-04-15T03:14:13.592Z Downloaded usdt-attr-macro v0.5.0
4122025-04-15T03:14:13.592Z Downloaded toml_datetime v0.6.8
4132025-04-15T03:14:13.592Z Downloaded thiserror-impl v2.0.12
4142025-04-15T03:14:13.592Z Downloaded thiserror v1.0.69
4152025-04-15T03:14:13.592Z Downloaded swrite v0.1.0
4162025-04-15T03:14:13.592Z Downloaded smawk v0.3.2
4172025-04-15T03:14:13.592Z Downloaded pest_meta v2.7.14
4182025-04-15T03:14:13.592Z Downloaded once_cell v1.21.3
4192025-04-15T03:14:13.592Z Downloaded dtrace-parser v0.2.0
4202025-04-15T03:14:13.592Z Downloaded cpufeatures v0.2.14
4212025-04-15T03:14:13.592Z Downloaded clap_lex v0.7.4
4222025-04-15T03:14:13.592Z Downloaded clap v4.5.35
4232025-04-15T03:14:13.617Z Downloaded typenum v1.17.0
4242025-04-15T03:14:13.617Z Downloaded serde_tokenstream v0.2.2
4252025-04-15T03:14:13.617Z Downloaded serde_spanned v0.6.8
4262025-04-15T03:14:13.617Z Downloaded rustix v0.38.37
4272025-04-15T03:14:13.642Z Downloaded proc-macro-error v1.0.4
4282025-04-15T03:14:13.642Z Downloaded indexmap v2.7.1
4292025-04-15T03:14:13.642Z Downloaded hashbrown v0.15.1
4302025-04-15T03:14:13.642Z Downloaded io-lifetimes v1.0.11
4312025-04-15T03:14:13.666Z Downloaded fnv v1.0.7
4322025-04-15T03:14:13.666Z Downloaded crypto-common v0.1.6
4332025-04-15T03:14:13.666Z Downloaded generic-array v0.14.7
4342025-04-15T03:14:13.666Z Downloaded colorchoice v1.0.2
4352025-04-15T03:14:13.666Z Downloaded cfg-if v1.0.0
4362025-04-15T03:14:13.666Z Downloaded cargo_toml v0.21.0
4372025-04-15T03:14:13.666Z Downloaded camino v1.1.9
4382025-04-15T03:14:13.666Z Downloaded equivalent v1.0.1
4392025-04-15T03:14:13.666Z Downloaded cargo_metadata v0.19.2
4402025-04-15T03:14:13.666Z Downloaded cargo-platform v0.1.8
4412025-04-15T03:14:13.667Z Downloaded dof v0.3.0
4422025-04-15T03:14:13.667Z Downloaded clap_derive v4.5.32
4432025-04-15T03:14:13.667Z Downloaded clap_builder v4.5.35
4442025-04-15T03:14:13.691Z Downloaded anstyle-parse v0.2.5
4452025-04-15T03:14:13.691Z Downloaded anstyle-query v1.1.1
4462025-04-15T03:14:13.691Z Downloaded autocfg v1.4.0
4472025-04-15T03:14:13.691Z Downloaded block-buffer v0.10.4
4482025-04-15T03:14:13.691Z Downloaded anyhow v1.0.97
4492025-04-15T03:14:13.801Z Compiling proc-macro2 v1.0.94
4502025-04-15T03:14:13.826Z Compiling unicode-ident v1.0.14
4512025-04-15T03:14:13.826Z Compiling libc v0.2.171
4522025-04-15T03:14:13.826Z Compiling version_check v0.9.5
4532025-04-15T03:14:13.826Z Compiling serde v1.0.219
4542025-04-15T03:14:13.826Z Compiling memchr v2.7.4
4552025-04-15T03:14:13.826Z Compiling thiserror v1.0.69
4562025-04-15T03:14:13.826Z Compiling itoa v1.0.11
4572025-04-15T03:14:14.157Z Compiling ryu v1.0.18
4582025-04-15T03:14:14.182Z Compiling ucd-trie v0.1.7
4592025-04-15T03:14:14.512Z Compiling once_cell v1.21.3
4602025-04-15T03:14:14.603Z Compiling byteorder v1.5.0
4612025-04-15T03:14:14.694Z Compiling rustix v0.38.37
4622025-04-15T03:14:14.947Z Compiling serde_json v1.0.140
4632025-04-15T03:14:15.089Z Compiling bitflags v2.9.0
4642025-04-15T03:14:15.229Z Compiling proc-macro-error-attr v1.0.4
4652025-04-15T03:14:15.323Z Compiling usdt-impl v0.5.0
4662025-04-15T03:14:15.439Z Compiling syn v1.0.109
4672025-04-15T03:14:15.474Z Compiling io-lifetimes v1.0.11
4682025-04-15T03:14:15.501Z Compiling proc-macro-error v1.0.4
4692025-04-15T03:14:15.620Z Compiling quote v1.0.39
4702025-04-15T03:14:15.685Z Compiling errno v0.3.9
4712025-04-15T03:14:15.840Z Compiling camino v1.1.9
4722025-04-15T03:14:15.869Z Compiling utf8parse v0.2.2
4732025-04-15T03:14:16.164Z Compiling syn v2.0.98
4742025-04-15T03:14:16.217Z Compiling plain v0.2.3
4752025-04-15T03:14:16.362Z Compiling log v0.4.22
4762025-04-15T03:14:16.390Z Compiling rustix v0.37.28
4772025-04-15T03:14:16.491Z Compiling equivalent v1.0.1
4782025-04-15T03:14:16.518Z Compiling thread-id v4.2.2
4792025-04-15T03:14:16.559Z Compiling hashbrown v0.15.1
4802025-04-15T03:14:16.733Z Compiling anstyle-parse v0.2.5
4812025-04-15T03:14:17.070Z Compiling pretty-hex v0.4.1
4822025-04-15T03:14:17.185Z Compiling bitflags v1.3.2
4832025-04-15T03:14:17.311Z Compiling colorchoice v1.0.2
4842025-04-15T03:14:17.335Z Compiling anstyle v1.0.10
4852025-04-15T03:14:17.335Z Compiling anstyle-query v1.1.1
4862025-04-15T03:14:17.392Z Compiling thiserror v2.0.12
4872025-04-15T03:14:17.485Z Compiling indexmap v2.7.1
4882025-04-15T03:14:17.531Z Compiling autocfg v1.4.0
4892025-04-15T03:14:17.559Z Compiling is_terminal_polyfill v1.70.1
4902025-04-15T03:14:17.696Z Compiling semver v1.0.25
4912025-04-15T03:14:17.733Z Compiling winnow v0.7.3
4922025-04-15T03:14:17.916Z Compiling unicode-width v0.1.14
4932025-04-15T03:14:18.243Z Compiling terminal_size v0.4.0
4942025-04-15T03:14:18.367Z Compiling fs-err v2.11.0
4952025-04-15T03:14:18.391Z Compiling anstream v0.6.15
4962025-04-15T03:14:18.626Z Compiling fnv v1.0.7
4972025-04-15T03:14:18.655Z Compiling bytecount v0.6.8
4982025-04-15T03:14:18.698Z Compiling cfg-if v1.0.0
4992025-04-15T03:14:18.780Z Compiling clap_lex v0.7.4
5002025-04-15T03:14:18.881Z Compiling strsim v0.11.1
5012025-04-15T03:14:18.927Z Compiling heck v0.4.1
5022025-04-15T03:14:19.199Z Compiling fastrand v2.1.1
5032025-04-15T03:14:19.288Z Compiling anyhow v1.0.97
5042025-04-15T03:14:19.515Z Compiling heck v0.5.0
5052025-04-15T03:14:19.595Z Compiling tempfile v3.13.0
5062025-04-15T03:14:19.658Z Compiling terminal_size v0.2.6
5072025-04-15T03:14:19.718Z Compiling clap_builder v4.5.35
5082025-04-15T03:14:19.875Z Compiling papergrid v0.11.0
5092025-04-15T03:14:20.103Z Compiling memmap v0.7.0
5102025-04-15T03:14:20.176Z Compiling unicode-linebreak v0.1.5
5112025-04-15T03:14:20.277Z Compiling smawk v0.3.2
5122025-04-15T03:14:20.602Z Compiling textwrap v0.16.1
5132025-04-15T03:14:20.627Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5142025-04-15T03:14:21.044Z Compiling swrite v0.1.0
5152025-04-15T03:14:21.172Z Compiling tabled_derive v0.7.0
5162025-04-15T03:14:22.423Z Compiling serde_derive v1.0.219
5172025-04-15T03:14:22.423Z Compiling thiserror-impl v1.0.69
5182025-04-15T03:14:22.423Z Compiling zerocopy-derive v0.7.35
5192025-04-15T03:14:22.448Z Compiling scroll_derive v0.12.0
5202025-04-15T03:14:22.448Z Compiling thiserror-impl v2.0.12
5212025-04-15T03:14:22.448Z Compiling clap_derive v4.5.32
5222025-04-15T03:14:22.590Z Compiling tabled v0.15.0
5232025-04-15T03:14:23.504Z Compiling scroll v0.12.0
5242025-04-15T03:14:23.991Z Compiling goblin v0.8.2
5252025-04-15T03:14:24.167Z Compiling zerocopy v0.7.35
5262025-04-15T03:14:25.156Z Compiling pest v2.7.14
5272025-04-15T03:14:26.104Z Compiling clap v4.5.35
5282025-04-15T03:14:27.486Z Compiling pest_meta v2.7.14
5292025-04-15T03:14:28.551Z Compiling pest_generator v2.7.14
5302025-04-15T03:14:29.657Z Compiling pest_derive v2.7.14
5312025-04-15T03:14:30.286Z Compiling dtrace-parser v0.2.0
5322025-04-15T03:14:31.158Z Compiling serde_tokenstream v0.2.2
5332025-04-15T03:14:31.207Z Compiling serde_spanned v0.6.8
5342025-04-15T03:14:31.274Z Compiling toml_datetime v0.6.8
5352025-04-15T03:14:31.383Z Compiling cargo-platform v0.1.8
5362025-04-15T03:14:31.500Z Compiling macaddr v1.0.1
5372025-04-15T03:14:31.681Z Compiling toml_edit v0.22.24
5382025-04-15T03:14:31.831Z Compiling camino-tempfile v1.1.1
5392025-04-15T03:14:32.581Z Compiling dof v0.3.0
5402025-04-15T03:14:32.606Z Compiling cargo_metadata v0.19.2
5412025-04-15T03:14:33.888Z Compiling usdt-macro v0.5.0
5422025-04-15T03:14:33.888Z Compiling usdt-attr-macro v0.5.0
5432025-04-15T03:14:34.549Z Compiling toml v0.8.20
5442025-04-15T03:14:34.857Z Compiling usdt v0.5.0
5452025-04-15T03:14:35.270Z Compiling cargo_toml v0.21.0
5462025-04-15T03:14:38.392Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5472025-04-15T03:14:42.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
5482025-04-15T03:14:42.806Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5492025-04-15T03:14:44.711Z Downloading crates ...
5502025-04-15T03:14:44.781Z Downloaded arrayref v0.3.9
5512025-04-15T03:14:44.781Z Downloaded crunchy v0.2.2
5522025-04-15T03:14:44.781Z Downloaded crossbeam-deque v0.8.5
5532025-04-15T03:14:44.781Z Downloaded crossbeam-utils v0.8.21
5542025-04-15T03:14:44.781Z Downloaded http-body v1.0.1
5552025-04-15T03:14:44.781Z Downloaded is_ci v1.2.0
5562025-04-15T03:14:44.781Z Downloaded rand_chacha v0.3.1
5572025-04-15T03:14:44.781Z Downloaded shell-words v1.1.0
5582025-04-15T03:14:44.781Z Downloaded sqlparser_derive v0.2.2
5592025-04-15T03:14:44.781Z Downloaded stable_deref_trait v1.2.0
5602025-04-15T03:14:44.781Z Downloaded memoffset v0.9.1
5612025-04-15T03:14:44.781Z Downloaded time-core v0.1.2
5622025-04-15T03:14:44.781Z Downloaded diesel_table_macro_syntax v0.2.0
5632025-04-15T03:14:44.781Z Downloaded futures-io v0.3.31
5642025-04-15T03:14:44.781Z Downloaded futures-core v0.3.31
5652025-04-15T03:14:44.781Z Downloaded newtype_derive v0.1.6
5662025-04-15T03:14:44.781Z Downloaded newline-converter v0.3.0
5672025-04-15T03:14:44.781Z Downloaded hash32 v0.3.1
5682025-04-15T03:14:44.781Z Downloaded peg-runtime v0.8.5
5692025-04-15T03:14:44.781Z Downloaded glob v0.3.2
5702025-04-15T03:14:44.781Z Downloaded strum v0.26.3
5712025-04-15T03:14:44.781Z Downloaded rusty-fork v0.3.0
5722025-04-15T03:14:44.781Z Downloaded rustls-pemfile v1.0.4
5732025-04-15T03:14:44.781Z Downloaded structmeta v0.3.0
5742025-04-15T03:14:44.781Z Downloaded zone_cfg_derive v0.1.2
5752025-04-15T03:14:44.781Z Downloaded zone v0.3.1
5762025-04-15T03:14:44.781Z Downloaded zone v0.1.8
5772025-04-15T03:14:44.781Z Downloaded float-cmp v0.10.0
5782025-04-15T03:14:44.781Z Downloaded num-derive v0.4.2
5792025-04-15T03:14:44.782Z Downloaded oso-derive v0.27.3
5802025-04-15T03:14:44.782Z Downloaded sync_wrapper v1.0.1
5812025-04-15T03:14:44.782Z Downloaded rfc6979 v0.4.0
5822025-04-15T03:14:44.782Z Downloaded void v1.0.2
5832025-04-15T03:14:44.782Z Downloaded resolv-conf v0.7.0
5842025-04-15T03:14:44.782Z Downloaded display-error-chain v0.2.2
5852025-04-15T03:14:44.782Z Downloaded number_prefix v0.4.0
5862025-04-15T03:14:44.782Z Downloaded num_threads v0.1.7
5872025-04-15T03:14:44.782Z Downloaded vsss-rs v3.3.4
5882025-04-15T03:14:44.782Z Downloaded futures-sink v0.3.31
5892025-04-15T03:14:44.782Z Downloaded tabwriter v1.4.0
5902025-04-15T03:14:44.782Z Downloaded untrusted v0.9.0
5912025-04-15T03:14:44.782Z Downloaded num-integer v0.1.46
5922025-04-15T03:14:44.782Z Downloaded progenitor-client v0.9.1
5932025-04-15T03:14:44.782Z Downloaded sigpipe v0.1.3
5942025-04-15T03:14:44.782Z Downloaded unsafe-libyaml v0.2.11
5952025-04-15T03:14:44.782Z Downloaded utf8_iter v1.0.4
5962025-04-15T03:14:44.782Z Downloaded getrandom v0.2.15
5972025-04-15T03:14:44.782Z Downloaded foreign-types v0.3.2
5982025-04-15T03:14:44.782Z Downloaded foreign-types v0.5.0
5992025-04-15T03:14:44.782Z Downloaded proc-macro-error-attr2 v2.0.0
6002025-04-15T03:14:44.782Z Downloaded ed25519 v2.2.3
6012025-04-15T03:14:44.782Z Downloaded pkcs8 v0.10.2
6022025-04-15T03:14:44.782Z Downloaded schemars_derive v0.8.22
6032025-04-15T03:14:44.782Z Downloaded either v1.14.0
6042025-04-15T03:14:44.782Z Downloaded elliptic-curve v0.13.8
6052025-04-15T03:14:44.782Z Downloaded semver v0.1.20
6062025-04-15T03:14:44.782Z Downloaded shlex v1.3.0
6072025-04-15T03:14:44.782Z Downloaded scrypt v0.11.0
6082025-04-15T03:14:44.782Z Downloaded darling v0.20.10
6092025-04-15T03:14:44.782Z Downloaded sec1 v0.7.3
6102025-04-15T03:14:44.782Z Downloaded object v0.30.4
6112025-04-15T03:14:44.782Z Downloaded darling_core v0.20.10
6122025-04-15T03:14:44.782Z Downloaded openssl v0.10.72
6132025-04-15T03:14:44.782Z Downloaded proc-macro-crate v1.3.1
6142025-04-15T03:14:44.783Z Downloaded openapiv3 v2.0.0
6152025-04-15T03:14:44.783Z Downloaded polar-core v0.27.3
6162025-04-15T03:14:44.783Z Downloaded sct v0.7.1
6172025-04-15T03:14:44.783Z Downloaded nix v0.28.0
6182025-04-15T03:14:44.783Z Downloaded curve25519-dalek v4.1.3
6192025-04-15T03:14:44.783Z Downloaded twox-hash v2.1.0
6202025-04-15T03:14:44.783Z Downloaded nix v0.29.0
6212025-04-15T03:14:44.783Z Downloaded tinyvec v1.8.0
6222025-04-15T03:14:44.783Z Downloaded tokio v1.43.1
6232025-04-15T03:14:44.783Z Downloaded similar v2.7.0
6242025-04-15T03:14:44.783Z Downloaded petgraph v0.6.5
6252025-04-15T03:14:44.783Z Downloaded lzma-sys v0.1.20
6262025-04-15T03:14:44.783Z Downloaded secrecy v0.8.0
6272025-04-15T03:14:44.783Z Downloaded zerocopy-derive v0.6.6
6282025-04-15T03:14:44.783Z Downloaded enum-as-inner v0.6.1
6292025-04-15T03:14:44.783Z Downloaded libz-sys v1.1.20
6302025-04-15T03:14:44.783Z Downloaded petgraph v0.7.1
6312025-04-15T03:14:44.783Z Downloaded csv v1.3.1
6322025-04-15T03:14:44.783Z Downloaded progenitor-impl v0.9.1
6332025-04-15T03:14:44.783Z Downloaded slog-async v2.8.0
6342025-04-15T03:14:44.783Z Downloaded pin-utils v0.1.0
6352025-04-15T03:14:44.783Z Downloaded pkg-config v0.3.31
6362025-04-15T03:14:44.783Z Downloaded signal-hook v0.3.17
6372025-04-15T03:14:44.783Z Downloaded dropshot_endpoint v0.12.0
6382025-04-15T03:14:44.783Z Downloaded sled v0.34.7
6392025-04-15T03:14:44.783Z Downloaded typify-macro v0.2.0
6402025-04-15T03:14:44.783Z Downloaded regex-automata v0.4.8
6412025-04-15T03:14:44.783Z Downloaded nix v0.27.1
6422025-04-15T03:14:44.783Z Downloaded ctr v0.9.2
6432025-04-15T03:14:44.783Z Downloaded uuid v1.16.0
6442025-04-15T03:14:44.783Z Downloaded gethostname v0.5.0
6452025-04-15T03:14:44.783Z Downloaded universal-hash v0.5.1
6462025-04-15T03:14:44.783Z Downloaded same-file v1.0.6
6472025-04-15T03:14:44.783Z Downloaded encoding_rs v0.8.34
6482025-04-15T03:14:44.783Z Downloaded dyn-clone v1.0.19
6492025-04-15T03:14:44.783Z Downloaded typify-impl v0.2.0
6502025-04-15T03:14:44.808Z Downloaded futures-channel v0.3.31
6512025-04-15T03:14:44.808Z Downloaded dirs-sys-next v0.1.2
6522025-04-15T03:14:44.808Z Downloaded jiff v0.2.6
6532025-04-15T03:14:44.808Z Downloaded nodrop v0.1.14
6542025-04-15T03:14:44.808Z Downloaded typify-impl v0.3.0
6552025-04-15T03:14:44.808Z Downloaded progenitor-macro v0.9.1
6562025-04-15T03:14:44.808Z Downloaded num-bigint v0.4.6
6572025-04-15T03:14:44.808Z Downloaded zerovec v0.10.4
6582025-04-15T03:14:44.809Z Downloaded sha3 v0.10.8
6592025-04-15T03:14:44.809Z Downloaded tinyvec_macros v0.1.1
6602025-04-15T03:14:44.809Z Downloaded dropshot v0.16.0
6612025-04-15T03:14:44.809Z Downloaded tinystr v0.7.6
6622025-04-15T03:14:44.809Z Downloaded rtoolbox v0.0.2
6632025-04-15T03:14:44.809Z Downloaded ring v0.17.11
6642025-04-15T03:14:44.809Z Downloaded git2 v0.19.0
6652025-04-15T03:14:44.833Z Downloaded bzip2-sys v0.1.13+1.0.8
6662025-04-15T03:14:44.858Z Downloaded ed25519-dalek v2.1.1
6672025-04-15T03:14:44.858Z Downloaded tabled v0.18.0
6682025-04-15T03:14:44.883Z Downloaded object v0.36.5
6692025-04-15T03:14:44.883Z Downloaded strum_macros v0.24.3
6702025-04-15T03:14:44.883Z Downloaded regress v0.10.3
6712025-04-15T03:14:44.907Z Downloaded regex-syntax v0.8.5
6722025-04-15T03:14:44.907Z Downloaded regex v1.11.1
6732025-04-15T03:14:44.932Z Downloaded proptest v1.6.0
6742025-04-15T03:14:44.932Z Downloaded openssl-probe v0.1.5
6752025-04-15T03:14:44.932Z Downloaded parking_lot v0.11.2
6762025-04-15T03:14:44.932Z Downloaded diesel v2.2.9
6772025-04-15T03:14:44.956Z Downloaded radix_trie v0.2.1
6782025-04-15T03:14:44.981Z Downloaded bstr v1.10.0
6792025-04-15T03:14:44.981Z Downloaded pretty_assertions v1.4.1
6802025-04-15T03:14:45.006Z Downloaded utf16_iter v1.0.5
6812025-04-15T03:14:45.006Z Downloaded dropshot v0.12.0
6822025-04-15T03:14:45.030Z Downloaded libgit2-sys v0.17.0+1.8.1
6832025-04-15T03:14:45.079Z Downloaded p384 v0.13.0
6842025-04-15T03:14:45.104Z Downloaded vcpkg v0.2.15
6852025-04-15T03:14:45.133Z Downloaded subprocess v0.2.9
6862025-04-15T03:14:45.158Z Downloaded regex-syntax v0.6.29
6872025-04-15T03:14:45.158Z Downloaded rustls v0.23.19
6882025-04-15T03:14:45.182Z Downloaded rustls v0.22.4
6892025-04-15T03:14:45.182Z Downloaded peg v0.8.5
6902025-04-15T03:14:45.207Z Downloaded toml_edit v0.19.15
6912025-04-15T03:14:45.207Z Downloaded scopeguard v1.2.0
6922025-04-15T03:14:45.232Z Downloaded futures-util v0.3.31
6932025-04-15T03:14:45.232Z Downloaded hashbrown v0.12.3
6942025-04-15T03:14:45.232Z Downloaded schemars v0.8.22
6952025-04-15T03:14:45.256Z Downloaded precomputed-hash v0.1.1
6962025-04-15T03:14:45.256Z Downloaded foreign-types-shared v0.1.1
6972025-04-15T03:14:45.256Z Downloaded russh v0.45.0
6982025-04-15T03:14:45.256Z Downloaded gimli v0.31.1
6992025-04-15T03:14:45.281Z Downloaded smoltcp v0.11.0
7002025-04-15T03:14:45.281Z Downloaded rustls v0.21.12
7012025-04-15T03:14:45.305Z Downloaded signal-hook-tokio v0.3.1
7022025-04-15T03:14:45.306Z Downloaded prettyplease v0.2.30
7032025-04-15T03:14:45.306Z Downloaded nom v7.1.3
7042025-04-15T03:14:45.306Z Downloaded typed-path v0.9.3
7052025-04-15T03:14:45.330Z Downloaded reqwest v0.12.12
7062025-04-15T03:14:45.330Z Downloaded powerfmt v0.2.0
7072025-04-15T03:14:45.330Z Downloaded zerocopy v0.8.10
7082025-04-15T03:14:45.355Z Downloaded smoltcp v0.9.1
7092025-04-15T03:14:45.380Z Downloaded winnow v0.5.40
7102025-04-15T03:14:45.380Z Downloaded bindgen v0.71.1
7112025-04-15T03:14:45.405Z Downloaded bindgen v0.69.5
7122025-04-15T03:14:45.405Z Downloaded pkcs1 v0.7.5
7132025-04-15T03:14:45.405Z Downloaded ecdsa v0.16.9
7142025-04-15T03:14:45.405Z Downloaded csv-core v0.1.11
7152025-04-15T03:14:45.405Z Downloaded zopfli v0.8.1
7162025-04-15T03:14:45.405Z Downloaded uzers v0.12.1
7172025-04-15T03:14:45.405Z Downloaded pin-project v1.1.6
7182025-04-15T03:14:45.430Z Downloaded fxhash v0.2.1
7192025-04-15T03:14:45.430Z Downloaded proc-macro-error2 v2.0.1
7202025-04-15T03:14:45.430Z Downloaded p521 v0.13.3
7212025-04-15T03:14:45.430Z Downloaded salty v0.3.0
7222025-04-15T03:14:45.455Z Downloaded rsa v0.9.6
7232025-04-15T03:14:45.455Z Downloaded unicode-width v0.2.0
7242025-04-15T03:14:45.455Z Downloaded rustc_version v0.4.1
7252025-04-15T03:14:45.455Z Downloaded dunce v1.0.5
7262025-04-15T03:14:45.455Z Downloaded dsl_auto_type v0.1.2
7272025-04-15T03:14:45.455Z Downloaded zone_cfg_derive v0.3.0
7282025-04-15T03:14:45.455Z Downloaded icu_properties_data v1.5.0
7292025-04-15T03:14:45.479Z Downloaded predicates v3.1.3
7302025-04-15T03:14:45.479Z Downloaded tokio-postgres v0.7.13
7312025-04-15T03:14:45.479Z Downloaded hickory-proto v0.24.4
7322025-04-15T03:14:45.504Z Downloaded scheduled-thread-pool v0.2.7
7332025-04-15T03:14:45.504Z Downloaded pkcs5 v0.7.1
7342025-04-15T03:14:45.504Z Downloaded daft-derive v0.1.3
7352025-04-15T03:14:45.529Z Downloaded termios v0.3.3
7362025-04-15T03:14:45.529Z Downloaded termcolor v1.4.1
7372025-04-15T03:14:45.529Z Downloaded signal-hook-registry v1.4.2
7382025-04-15T03:14:45.529Z Downloaded signal-hook-mio v0.2.4
7392025-04-15T03:14:45.529Z Downloaded predicates-core v1.0.8
7402025-04-15T03:14:45.529Z Downloaded time-macros v0.2.18
7412025-04-15T03:14:45.529Z Downloaded slog v2.7.0
7422025-04-15T03:14:45.529Z Downloaded slab v0.4.9
7432025-04-15T03:14:45.529Z Downloaded tap v1.0.1
7442025-04-15T03:14:45.529Z Downloaded oxnet v0.1.1
7452025-04-15T03:14:45.529Z Downloaded funty v2.0.0
7462025-04-15T03:14:45.529Z Downloaded new_debug_unreachable v1.0.6
7472025-04-15T03:14:45.554Z Downloaded ron v0.8.1
7482025-04-15T03:14:45.554Z Downloaded portable-atomic v1.11.0
7492025-04-15T03:14:45.554Z Downloaded h2 v0.4.6
7502025-04-15T03:14:45.554Z Downloaded bit-vec v0.6.3
7512025-04-15T03:14:45.578Z Downloaded tls_codec v0.4.1
7522025-04-15T03:14:45.578Z Downloaded futures v0.3.31
7532025-04-15T03:14:45.578Z Downloaded foldhash v0.1.3
7542025-04-15T03:14:45.579Z Downloaded tiny-keccak v2.0.2
7552025-04-15T03:14:45.579Z Downloaded petname v2.0.2
7562025-04-15T03:14:45.579Z Downloaded daft v0.1.3
7572025-04-15T03:14:45.579Z Downloaded curve25519-dalek-derive v0.1.1
7582025-04-15T03:14:45.579Z Downloaded primeorder v0.13.6
7592025-04-15T03:14:45.604Z Downloaded pretty-hex v0.2.1
7602025-04-15T03:14:45.604Z Downloaded vte v0.11.1
7612025-04-15T03:14:45.604Z Downloaded packed_struct v0.10.1
7622025-04-15T03:14:45.604Z Downloaded futures-task v0.3.31
7632025-04-15T03:14:45.604Z Downloaded foreign-types-macros v0.2.3
7642025-04-15T03:14:45.604Z Downloaded term v0.7.0
7652025-04-15T03:14:45.604Z Downloaded synstructure v0.13.1
7662025-04-15T03:14:45.604Z Downloaded progenitor-impl v0.8.0
7672025-04-15T03:14:45.604Z Downloaded untrusted v0.7.1
7682025-04-15T03:14:45.629Z Downloaded zerofrom-derive v0.1.4
7692025-04-15T03:14:45.629Z Downloaded dropshot_endpoint v0.16.0
7702025-04-15T03:14:45.629Z Downloaded tar v0.4.44
7712025-04-15T03:14:45.629Z Downloaded nu-ansi-term v0.50.1
7722025-04-15T03:14:45.629Z Downloaded url v2.5.3
7732025-04-15T03:14:45.629Z Downloaded typify v0.3.0
7742025-04-15T03:14:45.629Z Downloaded publicsuffix v2.3.0
7752025-04-15T03:14:45.653Z Downloaded zeroize v1.8.1
7762025-04-15T03:14:45.653Z Downloaded papergrid v0.14.0
7772025-04-15T03:14:45.653Z Downloaded quinn-udp v0.5.5
7782025-04-15T03:14:45.653Z Downloaded http-range v0.1.5
7792025-04-15T03:14:45.653Z Downloaded utf-8 v0.7.6
7802025-04-15T03:14:45.653Z Downloaded tls_codec_derive v0.4.1
7812025-04-15T03:14:45.653Z Downloaded pin-project-lite v0.2.14
7822025-04-15T03:14:45.654Z Downloaded pin-project-internal v1.1.6
7832025-04-15T03:14:45.654Z Downloaded foreign-types-shared v0.3.1
7842025-04-15T03:14:45.654Z Downloaded document-features v0.2.10
7852025-04-15T03:14:45.654Z Downloaded siphasher v0.3.11
7862025-04-15T03:14:45.686Z Downloaded simd-adler32 v0.3.7
7872025-04-15T03:14:45.687Z Downloaded signature v2.2.0
7882025-04-15T03:14:45.687Z Downloaded progenitor v0.9.1
7892025-04-15T03:14:45.687Z Downloaded progenitor v0.8.0
7902025-04-15T03:14:45.687Z Downloaded p256 v0.13.2
7912025-04-15T03:14:45.687Z Downloaded unicode_categories v0.1.1
7922025-04-15T03:14:45.687Z Downloaded unicode-xid v0.2.6
7932025-04-15T03:14:45.687Z Downloaded typify v0.2.0
7942025-04-15T03:14:45.687Z Downloaded samael v0.0.18
7952025-04-15T03:14:45.687Z Downloaded rustc-hash v2.1.1
7962025-04-15T03:14:45.687Z Downloaded rustc-hash v1.1.0
7972025-04-15T03:14:45.687Z Downloaded num-bigint-dig v0.8.4
7982025-04-15T03:14:45.711Z Downloaded rustls-webpki v0.102.8
7992025-04-15T03:14:45.711Z Downloaded rustls-webpki v0.101.7
8002025-04-15T03:14:45.736Z Downloaded tokio-tungstenite v0.23.1
8012025-04-15T03:14:45.736Z Downloaded num-traits v0.2.19
8022025-04-15T03:14:45.736Z Downloaded unicode-normalization v0.1.24
8032025-04-15T03:14:45.760Z Downloaded ratatui v0.29.0
8042025-04-15T03:14:45.785Z Downloaded ena v0.14.3
8052025-04-15T03:14:45.785Z Downloaded embedded-io v0.6.1
8062025-04-15T03:14:45.785Z Downloaded embedded-io v0.4.0
8072025-04-15T03:14:45.785Z Downloaded unicode-segmentation v1.12.0
8082025-04-15T03:14:45.785Z Downloaded progenitor-client v0.8.0
8092025-04-15T03:14:45.785Z Downloaded num v0.4.3
8102025-04-15T03:14:45.785Z Downloaded normalize-line-endings v0.3.0
8112025-04-15T03:14:45.785Z Downloaded typify-macro v0.3.0
8122025-04-15T03:14:45.785Z Downloaded rustc-demangle v0.1.24
8132025-04-15T03:14:45.785Z Downloaded russh-keys v0.45.0
8142025-04-15T03:14:45.810Z Downloaded russh-cryptovec v0.7.3
8152025-04-15T03:14:45.810Z Downloaded owo-colors v4.2.0
8162025-04-15T03:14:45.810Z Downloaded num-rational v0.4.2
8172025-04-15T03:14:45.810Z Downloaded float-ord v0.3.2
8182025-04-15T03:14:45.810Z Downloaded zip v2.6.1
8192025-04-15T03:14:45.810Z Downloaded tui-tree-widget v0.23.0
8202025-04-15T03:14:45.835Z Downloaded rand_core v0.9.2
8212025-04-15T03:14:45.835Z Downloaded icu_collections v1.5.0
8222025-04-15T03:14:45.835Z Downloaded endian-type v0.1.2
8232025-04-15T03:14:45.835Z Downloaded take_mut v0.2.2
8242025-04-15T03:14:45.835Z Downloaded tabled_derive v0.10.0
8252025-04-15T03:14:45.835Z Downloaded omicron-zone-package v0.12.0
8262025-04-15T03:14:45.835Z Downloaded num_enum v0.5.11
8272025-04-15T03:14:45.835Z Downloaded fs_extra v1.3.0
8282025-04-15T03:14:45.835Z Downloaded difflib v0.4.0
8292025-04-15T03:14:45.835Z Downloaded diff v0.1.13
8302025-04-15T03:14:45.835Z Downloaded defmt-parser v0.3.4
8312025-04-15T03:14:45.835Z Downloaded defmt-macros v0.3.9
8322025-04-15T03:14:45.860Z Downloaded data-encoding v2.6.0
8332025-04-15T03:14:45.860Z Downloaded vergen v8.3.2
8342025-04-15T03:14:45.860Z Downloaded unicase v2.7.0
8352025-04-15T03:14:45.860Z Downloaded smallvec v1.14.0
8362025-04-15T03:14:45.860Z Downloaded num-iter v0.1.45
8372025-04-15T03:14:45.860Z Downloaded form_urlencoded v1.2.1
8382025-04-15T03:14:45.860Z Downloaded value-bag v1.9.0
8392025-04-15T03:14:45.860Z Downloaded poly1305 v0.8.0
8402025-04-15T03:14:45.860Z Downloaded fallible-iterator v0.2.0
8412025-04-15T03:14:45.860Z Downloaded salsa20 v0.10.2
8422025-04-15T03:14:45.860Z Downloaded progenitor-macro v0.8.0
8432025-04-15T03:14:45.860Z Downloaded opaque-debug v0.3.1
8442025-04-15T03:14:45.860Z Downloaded olpc-cjson v0.1.4
8452025-04-15T03:14:45.860Z Downloaded num_enum_derive v0.5.11
8462025-04-15T03:14:45.886Z Downloaded defmt v0.3.8
8472025-04-15T03:14:45.886Z Downloaded tokio-native-tls v0.3.1
8482025-04-15T03:14:45.886Z Downloaded tokio-macros v2.5.0
8492025-04-15T03:14:45.886Z Downloaded futures-executor v0.3.31
8502025-04-15T03:14:45.886Z Downloaded rcgen v0.12.1
8512025-04-15T03:14:45.886Z Downloaded lockfree-object-pool v0.1.6
8522025-04-15T03:14:45.886Z Downloaded icu_normalizer v1.5.0
8532025-04-15T03:14:45.886Z Downloaded displaydoc v0.2.5
8542025-04-15T03:14:45.886Z Downloaded debug-ignore v1.0.5
8552025-04-15T03:14:45.886Z Downloaded postgres-protocol v0.6.8
8562025-04-15T03:14:45.911Z Downloaded openssl-sys v0.9.107
8572025-04-15T03:14:45.911Z Downloaded flume v0.11.1
8582025-04-15T03:14:45.911Z Downloaded flate2 v1.1.1
8592025-04-15T03:14:45.911Z Downloaded zip v0.6.6
8602025-04-15T03:14:45.911Z Downloaded zerocopy v0.6.6
8612025-04-15T03:14:45.911Z Downloaded steno v0.4.1
8622025-04-15T03:14:45.935Z Downloaded native-tls v0.2.12
8632025-04-15T03:14:45.935Z Downloaded which v4.4.2
8642025-04-15T03:14:45.935Z Downloaded tough v0.20.0
8652025-04-15T03:14:45.936Z Downloaded lalrpop v0.19.12
8662025-04-15T03:14:45.960Z Downloaded indexmap v1.9.3
8672025-04-15T03:14:45.960Z Downloaded ref-cast-impl v1.0.23
8682025-04-15T03:14:45.960Z Downloaded psl-types v2.0.11
8692025-04-15T03:14:45.960Z Downloaded rustyline v14.0.0
8702025-04-15T03:14:45.961Z Downloaded bitfield v0.14.0
8712025-04-15T03:14:45.992Z Downloaded darling_macro v0.20.10
8722025-04-15T03:14:45.992Z Downloaded tokio-stream v0.1.17
8732025-04-15T03:14:46.016Z Downloaded tokio-rustls v0.25.0
8742025-04-15T03:14:46.016Z Downloaded tokio-rustls v0.24.1
8752025-04-15T03:14:46.016Z Downloaded ron v0.7.1
8762025-04-15T03:14:46.016Z Downloaded postcard v1.0.10
8772025-04-15T03:14:46.041Z Downloaded polyval v0.6.2
8782025-04-15T03:14:46.041Z Downloaded ghash v0.5.1
8792025-04-15T03:14:46.041Z Downloaded getrandom v0.3.1
8802025-04-15T03:14:46.041Z Downloaded writeable v0.5.5
8812025-04-15T03:14:46.041Z Downloaded cstr-argument v0.1.2
8822025-04-15T03:14:46.041Z Downloaded dirs-next v2.0.0
8832025-04-15T03:14:46.041Z Downloaded sync-ptr v0.1.1
8842025-04-15T03:14:46.041Z Downloaded strum_macros v0.26.4
8852025-04-15T03:14:46.066Z Downloaded strum_macros v0.25.3
8862025-04-15T03:14:46.066Z Downloaded slog-term v2.9.1
8872025-04-15T03:14:46.066Z Downloaded walkdir v2.5.0
8882025-04-15T03:14:46.066Z Downloaded tokio-rustls v0.26.0
8892025-04-15T03:14:46.066Z Downloaded oso v0.27.3
8902025-04-15T03:14:46.093Z Downloaded num-complex v0.4.6
8912025-04-15T03:14:46.093Z Downloaded fixedbitset v0.5.7
8922025-04-15T03:14:46.093Z Downloaded yansi v1.0.1
8932025-04-15T03:14:46.093Z Downloaded packed_struct_codegen v0.10.1
8942025-04-15T03:14:46.093Z Downloaded diesel_derives v2.2.3
8952025-04-15T03:14:46.118Z Downloaded hickory-client v0.24.4
8962025-04-15T03:14:46.118Z Downloaded zerocopy-derive v0.8.10
8972025-04-15T03:14:46.118Z Downloaded yoke v0.7.4
8982025-04-15T03:14:46.142Z Downloaded unicode-bidi v0.3.17
8992025-04-15T03:14:46.142Z Downloaded webpki-roots v0.26.6
9002025-04-15T03:14:46.142Z Downloaded aes v0.8.4
9012025-04-15T03:14:46.142Z Downloaded subtle v2.6.1
9022025-04-15T03:14:46.143Z Downloaded rpassword v7.3.1
9032025-04-15T03:14:46.143Z Downloaded postgres-types v0.2.9
9042025-04-15T03:14:46.167Z Downloaded env_logger v0.10.2
9052025-04-15T03:14:46.167Z Downloaded yoke-derive v0.7.4
9062025-04-15T03:14:46.167Z Downloaded slog-bunyan v2.5.0
9072025-04-15T03:14:46.167Z Downloaded pbkdf2 v0.12.2
9082025-04-15T03:14:46.168Z Downloaded parse-zoneinfo v0.3.1
9092025-04-15T03:14:46.192Z Downloaded parse-display v0.10.0
9102025-04-15T03:14:46.192Z Downloaded time v0.3.36
9112025-04-15T03:14:46.192Z Downloaded serde-big-array v0.5.1
9122025-04-15T03:14:46.192Z Downloaded heck v0.3.3
9132025-04-15T03:14:46.192Z Downloaded crc v3.2.1
9142025-04-15T03:14:46.218Z Downloaded unicode-truncate v1.1.0
9152025-04-15T03:14:46.218Z Downloaded xz2 v0.1.7
9162025-04-15T03:14:46.218Z Downloaded lru v0.12.5
9172025-04-15T03:14:46.218Z Downloaded constant_time_eq v0.3.1
9182025-04-15T03:14:46.218Z Downloaded supports-color v3.0.2
9192025-04-15T03:14:46.218Z Downloaded ppv-lite86 v0.2.20
9202025-04-15T03:14:46.218Z Downloaded openssl-macros v0.1.1
9212025-04-15T03:14:46.218Z Downloaded zerovec-derive v0.10.3
9222025-04-15T03:14:46.218Z Downloaded phf_codegen v0.11.2
9232025-04-15T03:14:46.243Z Downloaded parse-size v1.1.0
9242025-04-15T03:14:46.243Z Downloaded nibble_vec v0.1.0
9252025-04-15T03:14:46.243Z Downloaded rand_core v0.6.4
9262025-04-15T03:14:46.243Z Downloaded libm v0.2.8
9272025-04-15T03:14:46.268Z Downloaded aws-lc-sys v0.26.0
9282025-04-15T03:14:46.552Z Downloaded ipnet v2.11.0
9292025-04-15T03:14:46.577Z Downloaded cipher v0.4.4
9302025-04-15T03:14:46.577Z Downloaded num-conv v0.1.0
9312025-04-15T03:14:46.577Z Downloaded flagset v0.4.6
9322025-04-15T03:14:46.577Z Downloaded zerofrom v0.1.4
9332025-04-15T03:14:46.577Z Downloaded yasna v0.5.2
9342025-04-15T03:14:46.577Z Downloaded unicode-properties v0.1.3
9352025-04-15T03:14:46.577Z Downloaded rustls-pki-types v1.10.0
9362025-04-15T03:14:46.577Z Downloaded percent-encoding v2.3.1
9372025-04-15T03:14:46.577Z Downloaded path-slash v0.1.5
9382025-04-15T03:14:46.577Z Downloaded paste v1.0.15
9392025-04-15T03:14:46.577Z Downloaded parse-display-derive v0.10.0
9402025-04-15T03:14:46.577Z Downloaded hkdf v0.12.4
9412025-04-15T03:14:46.602Z Downloaded hex-literal v0.4.1
9422025-04-15T03:14:46.602Z Downloaded addr2line v0.24.2
9432025-04-15T03:14:46.602Z Downloaded num-derive v0.3.3
9442025-04-15T03:14:46.602Z Downloaded zeroize_derive v1.4.2
9452025-04-15T03:14:46.602Z Downloaded snafu v0.8.5
9462025-04-15T03:14:46.602Z Downloaded smallvec v0.6.14
9472025-04-15T03:14:46.602Z Downloaded slog-dtrace v0.3.0
9482025-04-15T03:14:46.603Z Downloaded env_filter v0.1.2
9492025-04-15T03:14:46.603Z Downloaded vte_generate_state_changes v0.1.2
9502025-04-15T03:14:46.603Z Downloaded unarray v0.1.4
9512025-04-15T03:14:46.603Z Downloaded filetime v0.2.25
9522025-04-15T03:14:46.603Z Downloaded qorb v0.3.1
9532025-04-15T03:14:46.629Z Downloaded mio v1.0.2
9542025-04-15T03:14:46.629Z Downloaded match_cfg v0.1.0
9552025-04-15T03:14:46.629Z Downloaded itertools v0.14.0
9562025-04-15T03:14:46.629Z Downloaded hostname v0.3.1
9572025-04-15T03:14:46.629Z Downloaded crucible-workspace-hack v0.1.0
9582025-04-15T03:14:46.629Z Downloaded castaway v0.2.3
9592025-04-15T03:14:46.629Z Downloaded hashbrown v0.13.2
9602025-04-15T03:14:46.629Z Downloaded want v0.3.1
9612025-04-15T03:14:46.653Z Downloaded tower v0.5.2
9622025-04-15T03:14:46.653Z Downloaded hyper v1.6.0
9632025-04-15T03:14:46.653Z Downloaded structmeta-derive v0.3.0
9642025-04-15T03:14:46.653Z Downloaded stringprep v0.1.5
9652025-04-15T03:14:46.653Z Downloaded slog-stdlog v4.1.1
9662025-04-15T03:14:46.653Z Downloaded slog-scope v4.4.0
9672025-04-15T03:14:46.653Z Downloaded rustversion v1.0.17
9682025-04-15T03:14:46.678Z Downloaded winnow v0.6.20
9692025-04-15T03:14:46.678Z Downloaded wait-timeout v0.2.0
9702025-04-15T03:14:46.678Z Downloaded itertools v0.12.1
9712025-04-15T03:14:46.678Z Downloaded slog-json v2.6.1
9722025-04-15T03:14:46.678Z Downloaded slog-envlogger v2.2.0
9732025-04-15T03:14:46.678Z Downloaded peg-macros v0.8.5
9742025-04-15T03:14:46.703Z Downloaded itertools v0.13.0
9752025-04-15T03:14:46.703Z Downloaded idna v1.0.3
9762025-04-15T03:14:46.703Z Downloaded cexpr v0.6.0
9772025-04-15T03:14:46.703Z Downloaded bit-set v0.8.0
9782025-04-15T03:14:46.703Z Downloaded strip-ansi-escapes v0.2.0
9792025-04-15T03:14:46.703Z Downloaded string_cache v0.8.9
9802025-04-15T03:14:46.703Z Downloaded smf v0.2.3
9812025-04-15T03:14:46.703Z Downloaded rustls-pemfile v2.2.0
9822025-04-15T03:14:46.703Z Downloaded rustc_version v0.1.7
9832025-04-15T03:14:46.703Z Downloaded phf_generator v0.11.2
9842025-04-15T03:14:46.728Z Downloaded password-hash v0.5.0
9852025-04-15T03:14:46.728Z Downloaded password-hash v0.4.2
9862025-04-15T03:14:46.728Z Downloaded parking_lot_core v0.9.10
9872025-04-15T03:14:46.728Z Downloaded parking_lot_core v0.8.6
9882025-04-15T03:14:46.728Z Downloaded parking_lot v0.12.3
9892025-04-15T03:14:46.728Z Downloaded group v0.13.0
9902025-04-15T03:14:46.728Z Downloaded derive_builder_macro v0.20.2
9912025-04-15T03:14:46.729Z Downloaded waitgroup v0.1.2
9922025-04-15T03:14:46.729Z Downloaded tungstenite v0.23.0
9932025-04-15T03:14:46.729Z Downloaded radium v0.7.0
9942025-04-15T03:14:46.729Z Downloaded phf_shared v0.11.2
9952025-04-15T03:14:46.729Z Downloaded pem v3.0.5
9962025-04-15T03:14:46.729Z Downloaded pbkdf2 v0.11.0
9972025-04-15T03:14:46.753Z Downloaded expectorate v1.1.0
9982025-04-15T03:14:46.753Z Downloaded tower-layer v0.3.3
9992025-04-15T03:14:46.753Z Downloaded maybe-uninit v2.0.0
10002025-04-15T03:14:46.753Z Downloaded libxml v0.3.3
10012025-04-15T03:14:46.753Z Downloaded phf v0.11.2
10022025-04-15T03:14:46.754Z Downloaded pem-rfc7468 v0.7.0
10032025-04-15T03:14:46.754Z Downloaded multimap v0.10.0
10042025-04-15T03:14:46.754Z Downloaded half v2.4.1
10052025-04-15T03:14:46.754Z Downloaded der v0.7.9
10062025-04-15T03:14:46.754Z Downloaded x509-cert v0.2.5
10072025-04-15T03:14:46.779Z Downloaded globset v0.4.15
10082025-04-15T03:14:46.779Z Downloaded fatfs v0.3.6
10092025-04-15T03:14:46.779Z Downloaded tokio-tungstenite v0.21.0
10102025-04-15T03:14:46.779Z Downloaded snafu-derive v0.8.5
10112025-04-15T03:14:46.779Z Downloaded hyper-staticfile v0.10.1
10122025-04-15T03:14:46.779Z Downloaded home v0.5.9
10132025-04-15T03:14:46.780Z Downloaded bytes v1.10.1
10142025-04-15T03:14:46.780Z Downloaded newtype-uuid v1.2.1
10152025-04-15T03:14:46.780Z Downloaded nanorand v0.7.0
10162025-04-15T03:14:46.804Z Downloaded fixedbitset v0.4.2
10172025-04-15T03:14:46.804Z Downloaded write16 v1.0.0
10182025-04-15T03:14:46.804Z Downloaded sqlparser v0.45.0
10192025-04-15T03:14:46.804Z Downloaded md-5 v0.10.6
10202025-04-15T03:14:46.804Z Downloaded hickory-resolver v0.24.4
10212025-04-15T03:14:46.805Z Downloaded hash32 v0.2.1
10222025-04-15T03:14:46.805Z Downloaded env_logger v0.11.5
10232025-04-15T03:14:46.805Z Downloaded des v0.8.1
10242025-04-15T03:14:46.805Z Downloaded derive_more v0.99.19
10252025-04-15T03:14:46.829Z Downloaded derive-where v1.2.7
10262025-04-15T03:14:46.829Z Downloaded xattr v1.3.1
10272025-04-15T03:14:46.830Z Downloaded whoami v1.5.2
10282025-04-15T03:14:46.830Z Downloaded tungstenite v0.21.0
10292025-04-15T03:14:46.830Z Downloaded tokio-util v0.7.13
10302025-04-15T03:14:46.830Z Downloaded serde_repr v0.1.19
10312025-04-15T03:14:46.830Z Downloaded minimal-lexical v0.2.1
10322025-04-15T03:14:46.854Z Downloaded litrs v0.4.1
10332025-04-15T03:14:46.854Z Downloaded itertools v0.10.5
10342025-04-15T03:14:46.854Z Downloaded http v1.2.0
10352025-04-15T03:14:46.854Z Downloaded hickory-server v0.24.4
10362025-04-15T03:14:46.854Z Downloaded crc32fast v1.4.2
10372025-04-15T03:14:46.854Z Downloaded cmake v0.1.51
10382025-04-15T03:14:46.854Z Downloaded chrono-tz v0.10.3
10392025-04-15T03:14:46.879Z Downloaded aho-corasick v1.1.3
10402025-04-15T03:14:46.879Z Downloaded futures-macro v0.3.31
10412025-04-15T03:14:46.879Z Downloaded tracing v0.1.40
10422025-04-15T03:14:46.879Z Downloaded ssh-key v0.6.6
10432025-04-15T03:14:46.903Z Downloaded serde_with_macros v3.12.0
10442025-04-15T03:14:46.904Z Downloaded headers-core v0.3.0
10452025-04-15T03:14:46.904Z Downloaded bit-set v0.5.3
10462025-04-15T03:14:46.904Z Downloaded ff v0.13.0
10472025-04-15T03:14:46.904Z Downloaded fd-lock v4.0.2
10482025-04-15T03:14:46.904Z Downloaded derive_builder_core v0.20.2
10492025-04-15T03:14:46.904Z Downloaded derive_builder v0.20.2
10502025-04-15T03:14:46.904Z Downloaded deranged v0.3.11
10512025-04-15T03:14:46.904Z Downloaded der_derive v0.7.3
10522025-04-15T03:14:46.904Z Downloaded xshell v0.2.7
10532025-04-15T03:14:46.904Z Downloaded tracing-core v0.1.32
10542025-04-15T03:14:46.929Z Downloaded tower-service v0.3.3
10552025-04-15T03:14:46.929Z Downloaded spki v0.7.3
10562025-04-15T03:14:46.929Z Downloaded serde_with v3.12.0
10572025-04-15T03:14:46.929Z Downloaded quinn-proto v0.11.8
10582025-04-15T03:14:46.929Z Downloaded quinn v0.11.5
10592025-04-15T03:14:46.929Z Downloaded md5 v0.7.0
10602025-04-15T03:14:46.953Z Downloaded maplit v1.0.2
10612025-04-15T03:14:46.953Z Downloaded jiff-static v0.2.6
10622025-04-15T03:14:46.953Z Downloaded icu_provider v1.5.0
10632025-04-15T03:14:46.953Z Downloaded icu_locid_transform_data v1.5.0
10642025-04-15T03:14:46.953Z Downloaded headers v0.4.0
10652025-04-15T03:14:46.953Z Downloaded diesel-dtrace v0.4.2
10662025-04-15T03:14:46.953Z Downloaded toml v0.7.8
10672025-04-15T03:14:46.953Z Downloaded miniz_oxide v0.8.5
10682025-04-15T03:14:46.953Z Downloaded indicatif v0.17.11
10692025-04-15T03:14:46.978Z Downloaded icu_properties v1.5.1
10702025-04-15T03:14:46.978Z Downloaded icu_normalizer_data v1.5.0
10712025-04-15T03:14:46.978Z Downloaded hyper-util v0.1.10
10722025-04-15T03:14:46.978Z Downloaded hyper-tls v0.6.0
10732025-04-15T03:14:46.978Z Downloaded hmac v0.12.1
10742025-04-15T03:14:46.978Z Downloaded atomicwrites v0.4.4
10752025-04-15T03:14:46.978Z Downloaded async-stream-impl v0.3.6
10762025-04-15T03:14:46.978Z Downloaded array-init v0.0.4
10772025-04-15T03:14:46.978Z Downloaded xshell-macros v0.2.7
10782025-04-15T03:14:46.979Z Downloaded wyz v0.5.1
10792025-04-15T03:14:46.979Z Downloaded try-lock v0.2.5
10802025-04-15T03:14:46.979Z Downloaded tracing-attributes v0.1.27
10812025-04-15T03:14:46.979Z Downloaded topological-sort v0.2.2
10822025-04-15T03:14:47.004Z Downloaded thread_local v1.1.8
10832025-04-15T03:14:47.004Z Downloaded test-strategy v0.4.0
10842025-04-15T03:14:47.004Z Downloaded static_assertions v1.1.0
10852025-04-15T03:14:47.004Z Downloaded ssh-encoding v0.2.0
10862025-04-15T03:14:47.004Z Downloaded rayon v1.10.0
10872025-04-15T03:14:47.004Z Downloaded quick-error v1.2.3
10882025-04-15T03:14:47.004Z Downloaded multer v3.1.0
10892025-04-15T03:14:47.004Z Downloaded mime_guess v2.0.5
10902025-04-15T03:14:47.030Z Downloaded mime v0.3.17
10912025-04-15T03:14:47.030Z Downloaded memmap2 v0.9.5
10922025-04-15T03:14:47.030Z Downloaded lru-cache v0.1.2
10932025-04-15T03:14:47.030Z Downloaded lock_api v0.4.12
10942025-04-15T03:14:47.030Z Downloaded litemap v0.7.3
10952025-04-15T03:14:47.030Z Downloaded linked-hash-map v0.5.6
10962025-04-15T03:14:47.030Z Downloaded libloading v0.8.5
10972025-04-15T03:14:47.030Z Downloaded lalrpop-util v0.19.12
10982025-04-15T03:14:47.030Z Downloaded is-terminal v0.4.13
10992025-04-15T03:14:47.030Z Downloaded indoc v1.0.9
11002025-04-15T03:14:47.030Z Downloaded icu_locid_transform v1.5.0
11012025-04-15T03:14:47.030Z Downloaded icu_locid v1.5.0
11022025-04-15T03:14:47.055Z Downloaded iana-time-zone v0.1.61
11032025-04-15T03:14:47.055Z Downloaded httparse v1.9.5
11042025-04-15T03:14:47.055Z Downloaded bzip2 v0.4.4
11052025-04-15T03:14:47.055Z Downloaded thiserror-no-std v2.0.2
11062025-04-15T03:14:47.055Z Downloaded thiserror-impl-no-std v2.0.2
11072025-04-15T03:14:47.055Z Downloaded termtree v0.5.1
11082025-04-15T03:14:47.055Z Downloaded ssh-cipher v0.2.0
11092025-04-15T03:14:47.055Z Downloaded sqlformat v0.2.6
11102025-04-15T03:14:47.055Z Downloaded spin v0.9.8
11112025-04-15T03:14:47.055Z Downloaded socket2 v0.5.9
11122025-04-15T03:14:47.055Z Downloaded reedline v0.38.0
11132025-04-15T03:14:47.080Z Downloaded rand v0.9.0
11142025-04-15T03:14:47.080Z Downloaded rand v0.8.5
11152025-04-15T03:14:47.080Z Downloaded quick-xml v0.37.2
11162025-04-15T03:14:47.080Z Downloaded lzss v0.8.2
11172025-04-15T03:14:47.080Z Downloaded libsw-core v0.3.1
11182025-04-15T03:14:47.105Z Downloaded lazy_static v1.5.0
11192025-04-15T03:14:47.105Z Downloaded jobserver v0.1.32
11202025-04-15T03:14:47.105Z Downloaded indent_write v2.2.0
11212025-04-15T03:14:47.105Z Downloaded hyper-rustls v0.27.3
11222025-04-15T03:14:47.105Z Downloaded ahash v0.8.11
11232025-04-15T03:14:47.105Z Downloaded managed v0.8.0
11242025-04-15T03:14:47.105Z Downloaded libscf-sys v1.1.0
11252025-04-15T03:14:47.105Z Downloaded lazycell v1.3.0
11262025-04-15T03:14:47.105Z Downloaded rayon-core v1.12.1
11272025-04-15T03:14:47.105Z Downloaded linear-map v1.2.0
11282025-04-15T03:14:47.105Z Downloaded libsw v3.4.0
11292025-04-15T03:14:47.105Z Downloaded libefi-sys v0.1.0
11302025-04-15T03:14:47.105Z Downloaded ident_case v1.0.1
11312025-04-15T03:14:47.130Z Downloaded highway v1.3.0
11322025-04-15T03:14:47.130Z Downloaded cobs v0.2.3
11332025-04-15T03:14:47.130Z Downloaded serde_yaml v0.9.34+deprecated
11342025-04-15T03:14:47.130Z Downloaded serde_path_to_error v0.1.16
11352025-04-15T03:14:47.130Z Downloaded kstat-rs v0.2.4
11362025-04-15T03:14:47.130Z Downloaded keccak v0.1.5
11372025-04-15T03:14:47.130Z Downloaded ipnetwork v0.21.1
11382025-04-15T03:14:47.130Z Downloaded internet-checksum v0.2.1
11392025-04-15T03:14:47.130Z Downloaded instability v0.3.2
11402025-04-15T03:14:47.130Z Downloaded inout v0.1.3
11412025-04-15T03:14:47.130Z Downloaded indoc v2.0.6
11422025-04-15T03:14:47.130Z Downloaded idna_adapter v1.2.0
11432025-04-15T03:14:47.130Z Downloaded hubpack v0.1.2
11442025-04-15T03:14:47.130Z Downloaded cfg_aliases v0.2.1
11452025-04-15T03:14:47.130Z Downloaded sha1 v0.10.6
11462025-04-15T03:14:47.155Z Downloaded serde_urlencoded v0.7.1
11472025-04-15T03:14:47.155Z Downloaded serde_plain v1.0.2
11482025-04-15T03:14:47.155Z Downloaded serde_derive_internals v0.29.1
11492025-04-15T03:14:47.155Z Downloaded serde-hex v0.1.0
11502025-04-15T03:14:47.155Z Downloaded ref-cast v1.0.23
11512025-04-15T03:14:47.155Z Downloaded rand_xorshift v0.3.0
11522025-04-15T03:14:47.155Z Downloaded rand_seeder v0.3.0
11532025-04-15T03:14:47.155Z Downloaded rand_chacha v0.9.0
11542025-04-15T03:14:47.155Z Downloaded instant v0.1.13
11552025-04-15T03:14:47.155Z Downloaded impl-trait-for-tuples v0.2.2
11562025-04-15T03:14:47.155Z Downloaded humantime v2.1.0
11572025-04-15T03:14:47.155Z Downloaded heapless v0.8.0
11582025-04-15T03:14:47.155Z Downloaded heapless v0.7.17
11592025-04-15T03:14:47.181Z Downloaded crossbeam-channel v0.5.15
11602025-04-15T03:14:47.181Z Downloaded console v0.15.10
11612025-04-15T03:14:47.181Z Downloaded r2d2 v0.8.10
11622025-04-15T03:14:47.181Z Downloaded httpdate v1.0.3
11632025-04-15T03:14:47.181Z Downloaded http-body-util v0.1.3
11642025-04-15T03:14:47.181Z Downloaded hostname v0.4.0
11652025-04-15T03:14:47.181Z Downloaded crossbeam-epoch v0.9.18
11662025-04-15T03:14:47.181Z Downloaded convert_case v0.4.0
11672025-04-15T03:14:47.181Z Downloaded colored v2.2.0
11682025-04-15T03:14:47.181Z Downloaded clang-sys v1.8.1
11692025-04-15T03:14:47.205Z Downloaded chrono v0.4.40
11702025-04-15T03:14:47.205Z Downloaded blake3 v1.5.4
11712025-04-15T03:14:47.205Z Downloaded bitvec v1.0.1
11722025-04-15T03:14:47.230Z Downloaded bit-vec v0.8.0
11732025-04-15T03:14:47.230Z Downloaded bcs v0.1.6
11742025-04-15T03:14:47.230Z Downloaded backtrace v0.3.74
11752025-04-15T03:14:47.230Z Downloaded aws-lc-rs v1.12.4
11762025-04-15T03:14:47.255Z Downloaded async-recursion v1.1.1
11772025-04-15T03:14:47.255Z Downloaded icu_provider_macros v1.5.0
11782025-04-15T03:14:47.255Z Downloaded hubpack_derive v0.1.1
11792025-04-15T03:14:47.255Z Downloaded hex v0.4.3
11802025-04-15T03:14:47.255Z Downloaded crossterm v0.28.1
11812025-04-15T03:14:47.255Z Downloaded async-trait v0.1.88
11822025-04-15T03:14:47.255Z Downloaded aes-gcm v0.10.3
11832025-04-15T03:14:47.280Z Downloaded crypto-bigint v0.5.5
11842025-04-15T03:14:47.280Z Downloaded cookie v0.18.1
11852025-04-15T03:14:47.280Z Downloaded const_format v0.2.34
11862025-04-15T03:14:47.280Z Downloaded compact_str v0.8.0
11872025-04-15T03:14:47.280Z Downloaded chacha20poly1305 v0.10.1
11882025-04-15T03:14:47.280Z Downloaded cc v1.2.15
11892025-04-15T03:14:47.305Z Downloaded bzip2 v0.5.2
11902025-04-15T03:14:47.305Z Downloaded bumpalo v3.16.0
11912025-04-15T03:14:47.305Z Downloaded base64 v0.22.1
11922025-04-15T03:14:47.305Z Downloaded base64 v0.21.7
11932025-04-15T03:14:47.305Z Downloaded base16ct v0.2.0
11942025-04-15T03:14:47.305Z Downloaded crc-any v2.5.0
11952025-04-15T03:14:47.305Z Downloaded cookie_store v0.21.1
11962025-04-15T03:14:47.305Z Downloaded const-oid v0.9.6
11972025-04-15T03:14:47.305Z Downloaded ciborium v0.2.2
11982025-04-15T03:14:47.305Z Downloaded blake2 v0.10.6
11992025-04-15T03:14:47.330Z Downloaded bcrypt-pbkdf v0.10.0
12002025-04-15T03:14:47.330Z Downloaded base64ct v1.6.0
12012025-04-15T03:14:47.330Z Downloaded async-bb8-diesel v0.2.1
12022025-04-15T03:14:47.330Z Downloaded arrayvec v0.7.6
12032025-04-15T03:14:47.330Z Downloaded argon2 v0.5.3
12042025-04-15T03:14:47.330Z Downloaded arc-swap v1.7.1
12052025-04-15T03:14:47.330Z Downloaded allocator-api2 v0.2.18
12062025-04-15T03:14:47.330Z Downloaded crc-catalog v2.4.0
12072025-04-15T03:14:47.330Z Downloaded const_format_proc_macros v0.2.34
12082025-04-15T03:14:47.330Z Downloaded ciborium-ll v0.2.2
12092025-04-15T03:14:47.330Z Downloaded chrono-tz-build v0.4.0
12102025-04-15T03:14:47.330Z Downloaded chacha20 v0.9.1
12112025-04-15T03:14:47.355Z Downloaded cfg_aliases v0.1.1
12122025-04-15T03:14:47.355Z Downloaded cbc v0.1.2
12132025-04-15T03:14:47.355Z Downloaded cassowary v0.3.0
12142025-04-15T03:14:47.355Z Downloaded cargo_metadata v0.18.1
12152025-04-15T03:14:47.355Z Downloaded cancel-safe-futures v0.1.5
12162025-04-15T03:14:47.355Z Downloaded buf-list v1.0.3
12172025-04-15T03:14:47.355Z Downloaded blowfish v0.9.1
12182025-04-15T03:14:47.355Z Downloaded block-padding v0.3.3
12192025-04-15T03:14:47.355Z Downloaded bitfield-struct v0.6.2
12202025-04-15T03:14:47.355Z Downloaded bb8 v0.8.5
12212025-04-15T03:14:47.355Z Downloaded base64 v0.13.1
12222025-04-15T03:14:47.355Z Downloaded backoff v0.4.0
12232025-04-15T03:14:47.355Z Downloaded atomic-waker v1.1.2
12242025-04-15T03:14:47.380Z Downloaded async-stream v0.3.6
12252025-04-15T03:14:47.380Z Downloaded assert_matches v1.5.0
12262025-04-15T03:14:47.380Z Downloaded ascii-canvas v3.0.0
12272025-04-15T03:14:47.380Z Downloaded adler2 v2.0.0
12282025-04-15T03:14:47.380Z Downloaded crc8 v0.1.1
12292025-04-15T03:14:47.380Z Downloaded ciborium-io v0.2.2
12302025-04-15T03:14:47.380Z Downloaded atty v0.2.14
12312025-04-15T03:14:47.380Z Downloaded aead v0.5.2
12322025-04-15T03:14:47.493Z Compiling serde v1.0.219
12332025-04-15T03:14:47.518Z Compiling value-bag v1.9.0
12342025-04-15T03:14:47.518Z Compiling lock_api v0.4.12
12352025-04-15T03:14:47.518Z Compiling scopeguard v1.2.0
12362025-04-15T03:14:47.518Z Compiling typenum v1.17.0
12372025-04-15T03:14:47.518Z Compiling generic-array v0.14.7
12382025-04-15T03:14:47.518Z Compiling syn v2.0.98
12392025-04-15T03:14:47.518Z Compiling getrandom v0.2.15
12402025-04-15T03:14:47.745Z Compiling shlex v1.3.0
12412025-04-15T03:14:48.009Z Compiling log v0.4.22
12422025-04-15T03:14:48.055Z Compiling rand_core v0.6.4
12432025-04-15T03:14:48.106Z Compiling jobserver v0.1.32
12442025-04-15T03:14:48.131Z Compiling subtle v2.6.1
12452025-04-15T03:14:48.185Z Compiling smallvec v1.14.0
12462025-04-15T03:14:48.487Z Compiling const-oid v0.9.6
12472025-04-15T03:14:48.512Z Compiling pin-project-lite v0.2.14
12482025-04-15T03:14:48.569Z Compiling cc v1.2.15
12492025-04-15T03:14:48.593Z Compiling parking_lot_core v0.9.10
12502025-04-15T03:14:48.687Z Compiling rustix v0.38.37
12512025-04-15T03:14:48.739Z Compiling signal-hook-registry v1.4.2
12522025-04-15T03:14:48.903Z Compiling stable_deref_trait v1.2.0
12532025-04-15T03:14:49.035Z Compiling mio v1.0.2
12542025-04-15T03:14:49.364Z Compiling parking_lot v0.12.3
12552025-04-15T03:14:49.436Z Compiling spin v0.9.8
12562025-04-15T03:14:49.508Z Compiling futures-core v0.3.31
12572025-04-15T03:14:49.533Z Compiling aho-corasick v1.1.3
12582025-04-15T03:14:49.746Z Compiling pkg-config v0.3.31
12592025-04-15T03:14:49.811Z Compiling either v1.14.0
12602025-04-15T03:14:49.959Z Compiling serde_json v1.0.140
12612025-04-15T03:14:50.069Z Compiling cpufeatures v0.2.14
12622025-04-15T03:14:50.094Z Compiling libm v0.2.8
12632025-04-15T03:14:50.192Z Compiling regex-syntax v0.8.5
12642025-04-15T03:14:50.216Z Compiling socket2 v0.5.9
12652025-04-15T03:14:50.298Z Compiling num-traits v0.2.19
12662025-04-15T03:14:50.465Z Compiling glob v0.3.2
12672025-04-15T03:14:50.914Z Compiling getrandom v0.3.1
12682025-04-15T03:14:51.178Z Compiling futures-sink v0.3.31
12692025-04-15T03:14:51.368Z Compiling prettyplease v0.2.30
12702025-04-15T03:14:51.436Z Compiling clang-sys v1.8.1
12712025-04-15T03:14:51.731Z Compiling lazy_static v1.5.0
12722025-04-15T03:14:51.760Z Compiling slab v0.4.9
12732025-04-15T03:14:52.043Z Compiling allocator-api2 v0.2.18
12742025-04-15T03:14:52.068Z Compiling foldhash v0.1.3
12752025-04-15T03:14:52.125Z Compiling minimal-lexical v0.2.1
12762025-04-15T03:14:52.357Z Compiling libloading v0.8.5
12772025-04-15T03:14:52.561Z Compiling nom v7.1.3
12782025-04-15T03:14:52.687Z Compiling hashbrown v0.15.1
12792025-04-15T03:14:52.712Z Compiling bindgen v0.69.5
12802025-04-15T03:14:52.736Z Compiling home v0.5.9
12812025-04-15T03:14:52.939Z Compiling base64ct v1.6.0
12822025-04-15T03:14:53.463Z Compiling regex-automata v0.4.8
12832025-04-15T03:14:53.510Z Compiling pem-rfc7468 v0.7.0
12842025-04-15T03:14:53.770Z Compiling itertools v0.10.5
12852025-04-15T03:14:53.812Z Compiling writeable v0.5.5
12862025-04-15T03:14:54.068Z Compiling flagset v0.4.6
12872025-04-15T03:14:54.307Z Compiling synstructure v0.13.1
12882025-04-15T03:14:55.323Z Compiling cexpr v0.6.0
12892025-04-15T03:14:55.369Z Compiling lazycell v1.3.0
12902025-04-15T03:14:55.581Z Compiling litemap v0.7.3
12912025-04-15T03:14:55.606Z Compiling rustc-hash v1.1.0
12922025-04-15T03:14:55.824Z Compiling futures-channel v0.3.31
12932025-04-15T03:14:55.977Z Compiling cmake v0.1.51
12942025-04-15T03:14:56.071Z Compiling dunce v1.0.5
12952025-04-15T03:14:56.235Z Compiling futures-io v0.3.31
12962025-04-15T03:14:56.269Z Compiling fs_extra v1.3.0
12972025-04-15T03:14:56.526Z Compiling pin-utils v0.1.0
12982025-04-15T03:14:56.650Z Compiling futures-task v0.3.31
12992025-04-15T03:14:56.778Z Compiling vcpkg v0.2.15
13002025-04-15T03:14:56.802Z Compiling icu_locid_transform_data v1.5.0
13012025-04-15T03:14:56.866Z Compiling paste v1.0.15
13022025-04-15T03:14:56.902Z Compiling crossbeam-utils v0.8.21
13032025-04-15T03:14:56.939Z Compiling icu_properties_data v1.5.0
13042025-04-15T03:14:56.963Z Compiling ring v0.17.11
13052025-04-15T03:14:57.195Z Compiling tracing-core v0.1.32
13062025-04-15T03:14:57.427Z Compiling write16 v1.0.0
13072025-04-15T03:14:57.573Z Compiling iana-time-zone v0.1.61
13082025-04-15T03:14:57.885Z Compiling regex v1.11.1
13092025-04-15T03:14:57.912Z Compiling utf16_iter v1.0.5
13102025-04-15T03:14:58.118Z Compiling zerocopy v0.8.10
13112025-04-15T03:14:58.276Z Compiling icu_normalizer_data v1.5.0
13122025-04-15T03:14:58.336Z Compiling openssl-sys v0.9.107
13132025-04-15T03:14:58.372Z Compiling percent-encoding v2.3.1
13142025-04-15T03:14:58.403Z Compiling utf8_iter v1.0.4
13152025-04-15T03:14:58.457Z Compiling serde_derive v1.0.219
13162025-04-15T03:14:58.641Z Compiling zeroize_derive v1.4.2
13172025-04-15T03:14:58.698Z Compiling zerocopy-derive v0.7.35
13182025-04-15T03:14:58.754Z Compiling zerofrom-derive v0.1.4
13192025-04-15T03:14:58.821Z Compiling tokio-macros v2.5.0
13202025-04-15T03:14:59.226Z Compiling yoke-derive v0.7.4
13212025-04-15T03:14:59.804Z Compiling zeroize v1.8.1
13222025-04-15T03:15:00.156Z Compiling zerovec-derive v0.10.3
13232025-04-15T03:15:00.384Z Compiling zerocopy v0.7.35
13242025-04-15T03:15:01.247Z Compiling crypto-common v0.1.6
13252025-04-15T03:15:01.271Z Compiling block-buffer v0.10.4
13262025-04-15T03:15:01.480Z Compiling digest v0.10.7
13272025-04-15T03:15:01.530Z Compiling block-padding v0.3.3
13282025-04-15T03:15:01.554Z Compiling displaydoc v0.2.5
13292025-04-15T03:15:01.638Z Compiling thiserror-impl v1.0.69
13302025-04-15T03:15:01.760Z Compiling zerofrom v0.1.4
13312025-04-15T03:15:01.787Z Compiling inout v0.1.3
13322025-04-15T03:15:01.929Z Compiling hmac v0.12.1
13332025-04-15T03:15:01.974Z Compiling yoke v0.7.4
13342025-04-15T03:15:02.045Z Compiling cipher v0.4.4
13352025-04-15T03:15:02.197Z Compiling sha2 v0.10.8
13362025-04-15T03:15:02.268Z Compiling der_derive v0.7.3
13372025-04-15T03:15:02.292Z Compiling icu_provider_macros v1.5.0
13382025-04-15T03:15:02.323Z Compiling zerovec v0.10.4
13392025-04-15T03:15:02.523Z Compiling futures-macro v0.3.31
13402025-04-15T03:15:02.805Z Compiling salsa20 v0.10.2
13412025-04-15T03:15:03.022Z Compiling pbkdf2 v0.12.2
13422025-04-15T03:15:03.187Z Compiling ppv-lite86 v0.2.20
13432025-04-15T03:15:03.212Z Compiling scrypt v0.11.0
13442025-04-15T03:15:03.657Z Compiling cbc v0.1.2
13452025-04-15T03:15:03.861Z Compiling tinystr v0.7.6
13462025-04-15T03:15:03.906Z Compiling icu_collections v1.5.0
13472025-04-15T03:15:04.050Z Compiling futures-util v0.3.31
13482025-04-15T03:15:04.124Z Compiling aes v0.8.4
13492025-04-15T03:15:04.150Z Compiling der v0.7.9
13502025-04-15T03:15:04.150Z Compiling thiserror v1.0.69
13512025-04-15T03:15:04.230Z Compiling icu_locid v1.5.0
13522025-04-15T03:15:04.337Z Compiling pest v2.7.14
13532025-04-15T03:15:04.901Z Compiling tracing-attributes v0.1.27
13542025-04-15T03:15:05.037Z Compiling aws-lc-rs v1.12.4
13552025-04-15T03:15:05.406Z Compiling icu_provider v1.5.0
13562025-04-15T03:15:05.945Z Compiling spki v0.7.3
13572025-04-15T03:15:06.242Z Compiling icu_locid_transform v1.5.0
13582025-04-15T03:15:06.304Z Compiling pkcs5 v0.7.1
13592025-04-15T03:15:06.430Z Compiling scroll_derive v0.12.0
13602025-04-15T03:15:06.754Z Compiling pest_meta v2.7.14
13612025-04-15T03:15:06.885Z Compiling pkcs8 v0.10.2
13622025-04-15T03:15:07.228Z Compiling zerocopy-derive v0.8.10
13632025-04-15T03:15:07.498Z Compiling icu_properties v1.5.1
13642025-04-15T03:15:07.640Z Compiling tracing v0.1.40
13652025-04-15T03:15:08.202Z Compiling httparse v1.9.5
13662025-04-15T03:15:08.790Z Compiling rustls-pki-types v1.10.0
13672025-04-15T03:15:08.838Z Compiling bytes v1.10.1
13682025-04-15T03:15:09.078Z Compiling bitflags v2.9.0
13692025-04-15T03:15:09.105Z Compiling semver v1.0.25
13702025-04-15T03:15:09.665Z Compiling indexmap v2.7.1
13712025-04-15T03:15:09.727Z Compiling rustc_version v0.4.1
13722025-04-15T03:15:10.132Z Compiling tokio v1.43.1
13732025-04-15T03:15:10.352Z Compiling http v1.2.0
13742025-04-15T03:15:10.383Z Compiling uuid v1.16.0
13752025-04-15T03:15:10.913Z Compiling icu_normalizer v1.5.0
13762025-04-15T03:15:11.453Z Compiling chrono v0.4.40
13772025-04-15T03:15:11.771Z Compiling tinyvec_macros v0.1.1
13782025-04-15T03:15:11.879Z Compiling tinyvec v1.8.0
13792025-04-15T03:15:11.916Z Compiling idna_adapter v1.2.0
13802025-04-15T03:15:11.994Z Compiling http-body v1.0.1
13812025-04-15T03:15:12.309Z Compiling pest_generator v2.7.14
13822025-04-15T03:15:12.333Z Compiling scroll v0.12.0
13832025-04-15T03:15:12.453Z Compiling serde_derive_internals v0.29.1
13842025-04-15T03:15:12.809Z Compiling which v4.4.2
13852025-04-15T03:15:13.305Z Compiling bzip2-sys v0.1.13+1.0.8
13862025-04-15T03:15:13.422Z Compiling untrusted v0.9.0
13872025-04-15T03:15:13.610Z Compiling openssl v0.10.72
13882025-04-15T03:15:13.762Z Compiling try-lock v0.2.5
13892025-04-15T03:15:13.791Z Compiling adler2 v2.0.0
13902025-04-15T03:15:13.943Z Compiling powerfmt v0.2.0
13912025-04-15T03:15:14.002Z Compiling untrusted v0.7.1
13922025-04-15T03:15:14.027Z Compiling time-core v0.1.2
13932025-04-15T03:15:14.197Z Compiling num-conv v0.1.0
13942025-04-15T03:15:14.222Z Compiling rustversion v1.0.17
13952025-04-15T03:15:14.306Z Compiling foreign-types-shared v0.1.1
13962025-04-15T03:15:14.331Z Compiling atomic-waker v1.1.2
13972025-04-15T03:15:14.415Z Compiling schemars v0.8.22
13982025-04-15T03:15:14.444Z Compiling schemars_derive v0.8.22
13992025-04-15T03:15:14.488Z Compiling time-macros v0.2.18
14002025-04-15T03:15:14.526Z Compiling foreign-types v0.3.2
14012025-04-15T03:15:14.640Z Compiling deranged v0.3.11
14022025-04-15T03:15:14.796Z Compiling rand_core v0.9.2
14032025-04-15T03:15:14.865Z Compiling goblin v0.8.2
14042025-04-15T03:15:14.943Z Compiling miniz_oxide v0.8.5
14052025-04-15T03:15:15.296Z Compiling want v0.3.1
14062025-04-15T03:15:15.627Z Compiling pest_derive v2.7.14
14072025-04-15T03:15:17.024Z Compiling idna v1.0.3
14082025-04-15T03:15:17.126Z Compiling form_urlencoded v1.2.1
14092025-04-15T03:15:17.414Z Compiling openssl-macros v0.1.1
14102025-04-15T03:15:17.439Z Compiling httpdate v1.0.3
14112025-04-15T03:15:17.841Z Compiling tokio-util v0.7.13
14122025-04-15T03:15:18.033Z Compiling native-tls v0.2.12
14132025-04-15T03:15:18.120Z Compiling tower-service v0.3.3
14142025-04-15T03:15:18.268Z Compiling rustls v0.23.19
14152025-04-15T03:15:18.370Z Compiling dyn-clone v1.0.19
14162025-04-15T03:15:18.395Z Compiling num_threads v0.1.7
14172025-04-15T03:15:18.541Z Compiling syn v1.0.109
14182025-04-15T03:15:18.589Z Compiling time v0.3.36
14192025-04-15T03:15:18.956Z Compiling h2 v0.4.6
14202025-04-15T03:15:20.217Z Compiling dof v0.3.0
14212025-04-15T03:15:21.651Z Compiling dtrace-parser v0.2.0
14222025-04-15T03:15:21.868Z Compiling rand_chacha v0.9.0
14232025-04-15T03:15:22.706Z Compiling unicode-normalization v0.1.24
14242025-04-15T03:15:22.741Z Compiling heapless v0.7.17
14252025-04-15T03:15:22.994Z Compiling crossbeam-epoch v0.9.18
14262025-04-15T03:15:23.144Z Compiling rand_chacha v0.3.1
14272025-04-15T03:15:23.332Z Compiling signature v2.2.0
14282025-04-15T03:15:23.609Z Compiling crc32fast v1.4.2
14292025-04-15T03:15:23.634Z Compiling cookie v0.18.1
14302025-04-15T03:15:23.660Z Compiling slog v2.7.0
14312025-04-15T03:15:23.685Z Compiling openssl-probe v0.1.5
14322025-04-15T03:15:23.921Z Compiling rayon-core v1.12.1
14332025-04-15T03:15:23.954Z Compiling unicode-bidi v0.3.17
14342025-04-15T03:15:23.979Z Compiling signal-hook v0.3.17
14352025-04-15T03:15:24.141Z Compiling unicode-properties v0.1.3
14362025-04-15T03:15:24.221Z Compiling siphasher v0.3.11
14372025-04-15T03:15:24.264Z Compiling base64 v0.22.1
14382025-04-15T03:15:24.538Z Compiling phf_shared v0.11.2
14392025-04-15T03:15:24.888Z Compiling stringprep v0.1.5
14402025-04-15T03:15:25.047Z Compiling usdt-impl v0.5.0
14412025-04-15T03:15:25.108Z Compiling rand v0.8.5
14422025-04-15T03:15:25.134Z Compiling crossbeam-deque v0.8.5
14432025-04-15T03:15:25.245Z Compiling hyper v1.6.0
14442025-04-15T03:15:25.486Z Compiling rand v0.9.0
14452025-04-15T03:15:25.983Z Compiling url v2.5.3
14462025-04-15T03:15:26.339Z Compiling curve25519-dalek v4.1.3
14472025-04-15T03:15:27.008Z Compiling serde_spanned v0.6.8
14482025-04-15T03:15:27.044Z Compiling toml_datetime v0.6.8
14492025-04-15T03:15:27.159Z Compiling serde_tokenstream v0.2.2
14502025-04-15T03:15:27.297Z Compiling md-5 v0.10.6
14512025-04-15T03:15:27.490Z Compiling hyper-util v0.1.10
14522025-04-15T03:15:27.515Z Compiling num-integer v0.1.46
14532025-04-15T03:15:27.590Z Compiling hash32 v0.2.1
14542025-04-15T03:15:27.644Z Compiling ff v0.13.0
14552025-04-15T03:15:27.710Z Compiling memoffset v0.9.1
14562025-04-15T03:15:27.874Z Compiling num-bigint-dig v0.8.4
14572025-04-15T03:15:27.949Z Compiling fallible-iterator v0.2.0
14582025-04-15T03:15:28.020Z Compiling litrs v0.4.1
14592025-04-15T03:15:28.180Z Compiling portable-atomic v1.11.0
14602025-04-15T03:15:28.206Z Compiling psl-types v2.0.11
14612025-04-15T03:15:28.403Z Compiling base16ct v0.2.0
14622025-04-15T03:15:28.497Z Compiling smoltcp v0.9.1
14632025-04-15T03:15:28.563Z Compiling newtype-uuid v1.2.1
14642025-04-15T03:15:28.717Z Compiling cfg_aliases v0.2.1
14652025-04-15T03:15:28.841Z Compiling gimli v0.31.1
14662025-04-15T03:15:28.897Z Compiling nix v0.29.0
14672025-04-15T03:15:29.024Z Compiling document-features v0.2.10
14682025-04-15T03:15:29.134Z Compiling sec1 v0.7.3
14692025-04-15T03:15:29.134Z Compiling postgres-protocol v0.6.8
14702025-04-15T03:15:29.634Z Compiling publicsuffix v2.3.0
14712025-04-15T03:15:29.862Z Compiling num-iter v0.1.45
14722025-04-15T03:15:30.029Z Compiling group v0.13.0
14732025-04-15T03:15:30.370Z Compiling tokio-native-tls v0.3.1
14742025-04-15T03:15:30.888Z Compiling flate2 v1.1.1
14752025-04-15T03:15:30.913Z Compiling ipnetwork v0.21.1
14762025-04-15T03:15:31.140Z Compiling terminal_size v0.4.0
14772025-04-15T03:15:31.354Z Compiling http-body-util v0.1.3
14782025-04-15T03:15:31.454Z Compiling webpki-roots v0.26.6
14792025-04-15T03:15:31.479Z Compiling hkdf v0.12.4
14802025-04-15T03:15:31.671Z Compiling crypto-bigint v0.5.5
14812025-04-15T03:15:31.696Z Compiling curve25519-dalek-derive v0.1.1
14822025-04-15T03:15:31.721Z Compiling async-trait v0.1.88
14832025-04-15T03:15:31.763Z Compiling zerocopy-derive v0.6.6
14842025-04-15T03:15:31.809Z Compiling sync_wrapper v1.0.1
14852025-04-15T03:15:31.979Z Compiling ahash v0.8.11
14862025-04-15T03:15:32.300Z Compiling object v0.36.5
14872025-04-15T03:15:32.847Z Compiling addr2line v0.24.2
14882025-04-15T03:15:32.922Z Compiling fs-err v2.11.0
14892025-04-15T03:15:33.233Z Compiling bumpalo v3.16.0
14902025-04-15T03:15:33.372Z Compiling zip v2.6.1
14912025-04-15T03:15:33.478Z Compiling anyhow v1.0.97
14922025-04-15T03:15:33.645Z Compiling rustc-demangle v0.1.24
14932025-04-15T03:15:33.677Z Compiling simd-adler32 v0.3.7
14942025-04-15T03:15:33.773Z Compiling tower-layer v0.3.3
14952025-04-15T03:15:33.984Z Compiling ipnet v2.11.0
14962025-04-15T03:15:34.040Z Compiling buf-list v1.0.3
14972025-04-15T03:15:34.171Z Compiling winnow v0.5.40
14982025-04-15T03:15:34.425Z Compiling unicode-width v0.2.0
14992025-04-15T03:15:34.571Z Compiling lockfree-object-pool v0.1.6
15002025-04-15T03:15:34.819Z Compiling managed v0.8.0
15012025-04-15T03:15:34.911Z Compiling console v0.15.10
15022025-04-15T03:15:34.936Z Compiling clap_builder v4.5.35
15032025-04-15T03:15:36.084Z Compiling zopfli v0.8.1
15042025-04-15T03:15:36.321Z Compiling hubpack_derive v0.1.1
15052025-04-15T03:15:36.729Z Compiling elliptic-curve v0.13.8
15062025-04-15T03:15:36.937Z Compiling strum_macros v0.25.3
15072025-04-15T03:15:37.043Z Compiling hubpack v0.1.2
15082025-04-15T03:15:37.247Z Compiling toml_edit v0.19.15
15092025-04-15T03:15:37.433Z Compiling tower v0.5.2
15102025-04-15T03:15:37.513Z Compiling zerocopy v0.6.6
15112025-04-15T03:15:37.971Z Compiling backtrace v0.3.74
15122025-04-15T03:15:38.267Z Compiling hyper-tls v0.6.0
15132025-04-15T03:15:38.462Z Compiling oxnet v0.1.1
15142025-04-15T03:15:38.624Z Compiling signal-hook-mio v0.2.4
15152025-04-15T03:15:38.803Z Compiling rayon v1.10.0
15162025-04-15T03:15:39.107Z Compiling cookie_store v0.21.1
15172025-04-15T03:15:40.388Z Compiling postgres-types v0.2.9
15182025-04-15T03:15:41.711Z Compiling usdt-macro v0.5.0
15192025-04-15T03:15:41.748Z Compiling usdt-attr-macro v0.5.0
15202025-04-15T03:15:41.843Z Compiling phf v0.11.2
15212025-04-15T03:15:42.124Z Compiling ed25519 v2.2.3
15222025-04-15T03:15:42.573Z Compiling strum_macros v0.26.4
15232025-04-15T03:15:42.892Z Compiling bzip2 v0.5.2
15242025-04-15T03:15:43.058Z Compiling bzip2 v0.4.4
15252025-04-15T03:15:43.152Z Compiling serde_urlencoded v0.7.1
15262025-04-15T03:15:43.256Z Compiling clap_derive v4.5.32
15272025-04-15T03:15:43.448Z Compiling enum-as-inner v0.6.1
15282025-04-15T03:15:43.615Z Compiling rustls-pemfile v2.2.0
15292025-04-15T03:15:43.719Z Compiling serde-big-array v0.5.1
15302025-04-15T03:15:43.931Z Compiling futures-executor v0.3.31
15312025-04-15T03:15:43.955Z Compiling pkcs1 v0.7.5
15322025-04-15T03:15:44.181Z Compiling rfc6979 v0.4.0
15332025-04-15T03:15:44.298Z Compiling serde_repr v0.1.19
15342025-04-15T03:15:44.400Z Compiling daft-derive v0.1.3
15352025-04-15T03:15:44.425Z Compiling bstr v1.10.0
15362025-04-15T03:15:44.735Z Compiling float-cmp v0.10.0
15372025-04-15T03:15:44.967Z Compiling encoding_rs v0.8.34
15382025-04-15T03:15:45.220Z Compiling predicates-core v1.0.8
15392025-04-15T03:15:45.510Z Compiling normalize-line-endings v0.3.0
15402025-04-15T03:15:45.655Z Compiling static_assertions v1.1.0
15412025-04-15T03:15:45.726Z Compiling whoami v1.5.2
15422025-04-15T03:15:45.777Z Compiling precomputed-hash v0.1.1
15432025-04-15T03:15:45.830Z Compiling number_prefix v0.4.0
15442025-04-15T03:15:45.917Z Compiling mime v0.3.17
15452025-04-15T03:15:46.078Z Compiling new_debug_unreachable v1.0.6
15462025-04-15T03:15:46.192Z Compiling fixedbitset v0.4.2
15472025-04-15T03:15:46.238Z Compiling unicode-segmentation v1.12.0
15482025-04-15T03:15:46.320Z Compiling difflib v0.4.0
15492025-04-15T03:15:46.461Z Compiling data-encoding v2.6.0
15502025-04-15T03:15:46.593Z Compiling petgraph v0.6.5
15512025-04-15T03:15:46.821Z Compiling clap v4.5.35
15522025-04-15T03:15:46.945Z Compiling similar v2.7.0
15532025-04-15T03:15:46.969Z Compiling predicates v3.1.3
15542025-04-15T03:15:47.486Z Compiling hickory-proto v0.24.4
15552025-04-15T03:15:48.015Z Compiling toml_edit v0.22.24
15562025-04-15T03:15:48.225Z Compiling strum v0.26.3
15572025-04-15T03:15:48.250Z Compiling string_cache v0.8.9
15582025-04-15T03:15:48.425Z Compiling tokio-postgres v0.7.13
15592025-04-15T03:15:48.659Z Compiling indicatif v0.17.11
15602025-04-15T03:15:48.738Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
15612025-04-15T03:15:49.630Z Compiling daft v0.1.3
15622025-04-15T03:15:50.073Z Compiling usdt v0.5.0
15632025-04-15T03:15:50.342Z Compiling rsa v0.9.6
15642025-04-15T03:15:50.536Z Compiling ecdsa v0.16.9
15652025-04-15T03:15:51.284Z Compiling futures v0.3.31
15662025-04-15T03:15:51.390Z Compiling zip v0.6.6
15672025-04-15T03:15:52.466Z Compiling ed25519-dalek v2.1.1
15682025-04-15T03:15:53.309Z Compiling toml v0.7.8
15692025-04-15T03:15:54.086Z Compiling crossterm v0.28.1
15702025-04-15T03:15:54.593Z Compiling tokio-stream v0.1.17
15712025-04-15T03:15:54.690Z Compiling openapiv3 v2.0.0
15722025-04-15T03:15:55.002Z Compiling x509-cert v0.2.5
15732025-04-15T03:15:55.027Z Compiling sha1 v0.10.6
15742025-04-15T03:15:55.130Z Compiling itertools v0.13.0
15752025-04-15T03:15:55.429Z Compiling dirs-sys-next v0.1.2
15762025-04-15T03:15:55.453Z Compiling lalrpop-util v0.19.12
15772025-04-15T03:15:55.789Z Compiling peg-runtime v0.8.5
15782025-04-15T03:15:55.943Z Compiling unicode-xid v0.2.6
15792025-04-15T03:15:56.165Z Compiling dirs-next v2.0.0
15802025-04-15T03:15:56.333Z Compiling thread_local v1.1.8
15812025-04-15T03:15:56.358Z Compiling slog-async v2.8.0
15822025-04-15T03:15:56.765Z Compiling term v0.7.0
15832025-04-15T03:15:56.794Z Compiling xattr v1.3.1
15842025-04-15T03:15:56.844Z Compiling crossbeam-channel v0.5.15
15852025-04-15T03:15:56.904Z Compiling is-terminal v0.4.13
15862025-04-15T03:15:57.049Z Compiling filetime v0.2.25
15872025-04-15T03:15:57.074Z Compiling take_mut v0.2.2
15882025-04-15T03:15:57.244Z Compiling slog-term v2.9.1
15892025-04-15T03:15:57.343Z Compiling tar v0.4.44
15902025-04-15T03:15:57.735Z Compiling camino v1.1.9
15912025-04-15T03:16:03.531Z Compiling aws-lc-sys v0.26.0
15922025-04-15T03:16:37.409Z Compiling rustls-webpki v0.102.8
15932025-04-15T03:16:43.585Z Compiling tokio-rustls v0.26.0
15942025-04-15T03:16:43.933Z Compiling hyper-rustls v0.27.3
15952025-04-15T03:16:44.278Z Compiling reqwest v0.12.12
15962025-04-15T03:16:48.504Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15972025-04-15T03:16:48.866Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15982025-04-15T03:16:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
15992025-04-15T03:16:54.689Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16002025-04-15T03:16:54.764ZApr 15 03:16:53.957 INFO Starting download, target: Clickhouse
16012025-04-15T03:16:54.764ZApr 15 03:16:53.958 INFO Starting download, target: Cockroach
16022025-04-15T03:16:54.764ZApr 15 03:16:53.958 INFO Starting download, target: Console
16032025-04-15T03:16:54.764ZApr 15 03:16:53.958 INFO Starting download, target: DendriteStub
16042025-04-15T03:16:54.764ZApr 15 03:16:53.958 INFO Starting download, target: MaghemiteMgd
16052025-04-15T03:16:54.788ZApr 15 03:16:53.958 INFO Starting download, target: TransceiverControl
16062025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16072025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16082025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16092025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16102025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16112025-04-15T03:16:54.788ZApr 15 03:16:53.960 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16122025-04-15T03:16:55.066ZApr 15 03:16:54.260 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16132025-04-15T03:16:55.557ZApr 15 03:16:54.724 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16142025-04-15T03:16:55.594ZApr 15 03:16:54.738 INFO Download complete, target: Console
16152025-04-15T03:16:55.931ZApr 15 03:16:55.125 INFO Download complete, target: TransceiverControl
16162025-04-15T03:16:56.860ZApr 15 03:16:56.054 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16172025-04-15T03:16:57.072ZApr 15 03:16:56.266 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16182025-04-15T03:16:59.320ZApr 15 03:16:58.514 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16192025-04-15T03:16:59.320ZApr 15 03:16:58.514 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16202025-04-15T03:16:59.448ZApr 15 03:16:58.642 INFO Download complete, target: MaghemiteMgd
16212025-04-15T03:17:00.293ZApr 15 03:16:59.487 INFO Download complete, target: DendriteStub
16222025-04-15T03:17:06.621ZApr 15 03:17:05.816 INFO Checking that binary works, target: Cockroach
16232025-04-15T03:17:06.895ZApr 15 03:17:06.089 INFO Download complete, target: Cockroach
16242025-04-15T03:17:09.256ZApr 15 03:17:08.450 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16252025-04-15T03:17:21.400ZApr 15 03:17:20.593 INFO Checking that binary works, target: Clickhouse
16262025-04-15T03:17:21.582ZApr 15 03:17:20.776 INFO Download complete, target: Clickhouse
16272025-04-15T03:17:21.609ZAll builder prerequisites installed successfully, and PATH looks valid
16282025-04-15T03:17:21.635Z
16292025-04-15T03:17:21.635Zreal 5:38.256364720
16302025-04-15T03:17:21.635Zuser 13:59.787007062
16312025-04-15T03:17:21.635Zsys 2:23.319368302
16322025-04-15T03:17:21.635Ztrap 0.493982583
16332025-04-15T03:17:21.635Ztflt 0.536407651
16342025-04-15T03:17:21.635Zdflt 1.127337337
16352025-04-15T03:17:21.635Zkflt 0.009459057
16362025-04-15T03:17:21.635Zlock 24:28.845567928
16372025-04-15T03:17:21.635Zslp 50:33.742154824
16382025-04-15T03:17:21.635Zlat 1:04.244456425
16392025-04-15T03:17:21.635Zstop 2:23.797129865
16402025-04-15T03:17:21.635Z+ banner hack-check
16412025-04-15T03:17:21.635Z
16422025-04-15T03:17:21.635Z # # ## #### # # #### # # ###### #### # #
16432025-04-15T03:17:21.635Z # # # # # # # # # # # # # # # # #
16442025-04-15T03:17:21.635Z ###### # # # #### ##### # ###### ##### # ####
16452025-04-15T03:17:21.635Z # # ###### # # # # # # # # # #
16462025-04-15T03:17:21.635Z # # # # # # # # # # # # # # # # #
16472025-04-15T03:17:21.635Z # # # # #### # # #### # # ###### #### # #
16482025-04-15T03:17:21.636Z
16492025-04-15T03:17:21.636Z+ export CARGO_INCREMENTAL=0
16502025-04-15T03:17:21.636Z+ CARGO_INCREMENTAL=0
16512025-04-15T03:17:21.636Z+ ptime -m timeout 2h cargo xtask check-features --ci
16522025-04-15T03:17:22.600Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
16532025-04-15T03:17:22.913Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16542025-04-15T03:17:26.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
16552025-04-15T03:17:26.738Z Running `target/debug/xtask check-features --ci`
16562025-04-15T03:17:26.778Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16572025-04-15T03:17:26.778Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16582025-04-15T03:17:27.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
16592025-04-15T03:17:27.556Z Running `target/debug/xtask download cargo-hack`
16602025-04-15T03:17:28.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16612025-04-15T03:17:29.132Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16622025-04-15T03:17:33.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.13s
16632025-04-15T03:17:33.854Z Running `target/debug/xtask-downloader cargo-hack`
16642025-04-15T03:17:33.904ZApr 15 03:17:33.098 INFO Starting download, target: CargoHack
16652025-04-15T03:17:33.929ZApr 15 03:17:33.100 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16662025-04-15T03:17:34.560ZApr 15 03:17:33.753 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16672025-04-15T03:17:34.648ZApr 15 03:17:33.842 INFO Download complete, target: CargoHack
16682025-04-15T03:17:34.673Zrunning: "/home/build/.rustup/toolchains/1.86.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16692025-04-15T03:17:34.698Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16702025-04-15T03:17:34.917Zinfo: running `cargo check --bins` on api_identity (1/206)
16712025-04-15T03:17:35.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16722025-04-15T03:17:35.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16732025-04-15T03:17:35.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16742025-04-15T03:17:35.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16752025-04-15T03:17:35.866Z
16762025-04-15T03:17:35.866Zinfo: running `cargo check --bins` on bootstore (2/206)
16772025-04-15T03:17:36.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16782025-04-15T03:17:36.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16792025-04-15T03:17:36.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16802025-04-15T03:17:36.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
16812025-04-15T03:17:36.824Z
16822025-04-15T03:17:36.824Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/206)
16832025-04-15T03:17:37.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16842025-04-15T03:17:37.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16852025-04-15T03:17:37.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16862025-04-15T03:17:37.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16872025-04-15T03:17:37.705Z
16882025-04-15T03:17:37.705Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/206)
16892025-04-15T03:17:38.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16902025-04-15T03:17:38.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16912025-04-15T03:17:38.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16922025-04-15T03:17:38.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
16932025-04-15T03:17:38.586Z
16942025-04-15T03:17:38.586Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/206)
16952025-04-15T03:17:39.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16962025-04-15T03:17:39.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16972025-04-15T03:17:39.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16982025-04-15T03:17:39.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
16992025-04-15T03:17:39.245Z
17002025-04-15T03:17:39.245Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/206)
17012025-04-15T03:17:39.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17022025-04-15T03:17:39.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17032025-04-15T03:17:39.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17042025-04-15T03:17:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17052025-04-15T03:17:39.928Z
17062025-04-15T03:17:39.928Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/206)
17072025-04-15T03:17:40.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17082025-04-15T03:17:40.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17092025-04-15T03:17:40.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17102025-04-15T03:17:40.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
17112025-04-15T03:17:40.633Z
17122025-04-15T03:17:40.633Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/206)
17132025-04-15T03:17:41.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17142025-04-15T03:17:41.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17152025-04-15T03:17:41.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17162025-04-15T03:17:41.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
17172025-04-15T03:17:41.348Z
17182025-04-15T03:17:41.348Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/206)
17192025-04-15T03:17:41.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17202025-04-15T03:17:41.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17212025-04-15T03:17:41.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17222025-04-15T03:17:41.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17232025-04-15T03:17:42.036Z
17242025-04-15T03:17:42.036Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/206)
17252025-04-15T03:17:42.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17262025-04-15T03:17:42.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17272025-04-15T03:17:42.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17282025-04-15T03:17:42.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
17292025-04-15T03:17:42.713Z
17302025-04-15T03:17:42.713Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/206)
17312025-04-15T03:17:43.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17322025-04-15T03:17:43.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17332025-04-15T03:17:43.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17342025-04-15T03:17:43.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17352025-04-15T03:17:43.401Z
17362025-04-15T03:17:43.401Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/206)
17372025-04-15T03:17:44.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17382025-04-15T03:17:44.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17392025-04-15T03:17:44.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17402025-04-15T03:17:44.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17412025-04-15T03:17:44.083Z
17422025-04-15T03:17:44.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/206)
17432025-04-15T03:17:44.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17442025-04-15T03:17:44.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17452025-04-15T03:17:44.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17462025-04-15T03:17:44.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17472025-04-15T03:17:44.765Z
17482025-04-15T03:17:44.765Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/206)
17492025-04-15T03:17:45.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17502025-04-15T03:17:45.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17512025-04-15T03:17:45.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17522025-04-15T03:17:45.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17532025-04-15T03:17:45.446Z
17542025-04-15T03:17:45.446Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/206)
17552025-04-15T03:17:46.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17562025-04-15T03:17:46.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17572025-04-15T03:17:46.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17582025-04-15T03:17:46.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17592025-04-15T03:17:46.130Z
17602025-04-15T03:17:46.130Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/206)
17612025-04-15T03:17:46.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17622025-04-15T03:17:46.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17632025-04-15T03:17:46.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17642025-04-15T03:17:46.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17652025-04-15T03:17:46.818Z
17662025-04-15T03:17:46.818Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/206)
17672025-04-15T03:17:47.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17682025-04-15T03:17:47.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17692025-04-15T03:17:47.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17702025-04-15T03:17:47.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17712025-04-15T03:17:47.506Z
17722025-04-15T03:17:47.506Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/206)
17732025-04-15T03:17:48.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17742025-04-15T03:17:48.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17752025-04-15T03:17:48.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17762025-04-15T03:17:48.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17772025-04-15T03:17:48.197Z
17782025-04-15T03:17:48.197Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/206)
17792025-04-15T03:17:48.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17802025-04-15T03:17:48.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17812025-04-15T03:17:48.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17822025-04-15T03:17:48.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17832025-04-15T03:17:48.881Z
17842025-04-15T03:17:48.881Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/206)
17852025-04-15T03:17:49.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17862025-04-15T03:17:49.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17872025-04-15T03:17:49.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17882025-04-15T03:17:49.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
17892025-04-15T03:17:49.561Z
17902025-04-15T03:17:49.561Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/206)
17912025-04-15T03:17:50.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17922025-04-15T03:17:50.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17932025-04-15T03:17:50.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17942025-04-15T03:17:50.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
17952025-04-15T03:17:50.262Z
17962025-04-15T03:17:50.263Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/206)
17972025-04-15T03:17:50.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982025-04-15T03:17:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992025-04-15T03:17:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002025-04-15T03:17:50.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18012025-04-15T03:17:50.964Z
18022025-04-15T03:17:50.964Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/206)
18032025-04-15T03:17:51.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042025-04-15T03:17:51.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052025-04-15T03:17:51.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062025-04-15T03:17:51.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18072025-04-15T03:17:51.693Z
18082025-04-15T03:17:51.693Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/206)
18092025-04-15T03:17:52.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102025-04-15T03:17:52.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112025-04-15T03:17:52.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122025-04-15T03:17:52.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18132025-04-15T03:17:52.422Z
18142025-04-15T03:17:52.422Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/206)
18152025-04-15T03:17:53.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162025-04-15T03:17:53.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172025-04-15T03:17:53.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182025-04-15T03:17:53.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18192025-04-15T03:17:53.178Z
18202025-04-15T03:17:53.179Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/206)
18212025-04-15T03:17:53.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222025-04-15T03:17:53.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232025-04-15T03:17:53.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242025-04-15T03:17:53.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18252025-04-15T03:17:53.927Z
18262025-04-15T03:17:53.927Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/206)
18272025-04-15T03:17:54.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282025-04-15T03:17:54.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292025-04-15T03:17:54.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302025-04-15T03:17:54.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18312025-04-15T03:17:54.649Z
18322025-04-15T03:17:54.649Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/206)
18332025-04-15T03:17:55.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342025-04-15T03:17:55.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352025-04-15T03:17:55.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362025-04-15T03:17:55.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18372025-04-15T03:17:55.394Z
18382025-04-15T03:17:55.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/206)
18392025-04-15T03:17:56.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402025-04-15T03:17:56.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412025-04-15T03:17:56.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422025-04-15T03:17:56.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18432025-04-15T03:17:56.113Z
18442025-04-15T03:17:56.113Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/206)
18452025-04-15T03:17:56.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462025-04-15T03:17:56.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472025-04-15T03:17:56.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482025-04-15T03:17:56.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18492025-04-15T03:17:56.806Z
18502025-04-15T03:17:56.806Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/206)
18512025-04-15T03:17:57.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522025-04-15T03:17:57.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532025-04-15T03:17:57.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542025-04-15T03:17:57.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18552025-04-15T03:17:57.502Z
18562025-04-15T03:17:57.502Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/206)
18572025-04-15T03:17:58.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582025-04-15T03:17:58.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592025-04-15T03:17:58.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602025-04-15T03:17:58.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18612025-04-15T03:17:58.206Z
18622025-04-15T03:17:58.206Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/206)
18632025-04-15T03:17:58.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642025-04-15T03:17:58.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652025-04-15T03:17:58.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662025-04-15T03:17:58.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
18672025-04-15T03:17:59.332Z
18682025-04-15T03:17:59.332Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/206)
18692025-04-15T03:17:59.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702025-04-15T03:17:59.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712025-04-15T03:17:59.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722025-04-15T03:17:59.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18732025-04-15T03:17:59.612Z
18742025-04-15T03:17:59.612Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/206)
18752025-04-15T03:18:00.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762025-04-15T03:18:00.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772025-04-15T03:18:00.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782025-04-15T03:18:00.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18792025-04-15T03:18:00.426Z
18802025-04-15T03:18:00.426Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/206)
18812025-04-15T03:18:00.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822025-04-15T03:18:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832025-04-15T03:18:01.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842025-04-15T03:18:01.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18852025-04-15T03:18:01.059Z
18862025-04-15T03:18:01.059Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/206)
18872025-04-15T03:18:01.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882025-04-15T03:18:01.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892025-04-15T03:18:01.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902025-04-15T03:18:01.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18912025-04-15T03:18:01.764Z
18922025-04-15T03:18:01.764Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/206)
18932025-04-15T03:18:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942025-04-15T03:18:02.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952025-04-15T03:18:02.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962025-04-15T03:18:02.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18972025-04-15T03:18:02.471Z
18982025-04-15T03:18:02.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/206)
18992025-04-15T03:18:03.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002025-04-15T03:18:03.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012025-04-15T03:18:03.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022025-04-15T03:18:03.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19032025-04-15T03:18:03.157Z
19042025-04-15T03:18:03.157Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/206)
19052025-04-15T03:18:03.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062025-04-15T03:18:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072025-04-15T03:18:03.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082025-04-15T03:18:03.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
19092025-04-15T03:18:03.846Z
19102025-04-15T03:18:03.846Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/206)
19112025-04-15T03:18:04.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122025-04-15T03:18:04.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132025-04-15T03:18:04.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142025-04-15T03:18:04.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
19152025-04-15T03:18:04.550Z
19162025-04-15T03:18:04.550Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/206)
19172025-04-15T03:18:05.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182025-04-15T03:18:05.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192025-04-15T03:18:05.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202025-04-15T03:18:05.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
19212025-04-15T03:18:05.271Z
19222025-04-15T03:18:05.271Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/206)
19232025-04-15T03:18:05.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242025-04-15T03:18:05.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252025-04-15T03:18:05.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262025-04-15T03:18:05.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
19272025-04-15T03:18:05.962Z
19282025-04-15T03:18:05.962Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/206)
19292025-04-15T03:18:06.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302025-04-15T03:18:06.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312025-04-15T03:18:06.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322025-04-15T03:18:06.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
19332025-04-15T03:18:06.641Z
19342025-04-15T03:18:06.641Zinfo: running `cargo check --bins` on sled-hardware-types (45/206)
19352025-04-15T03:18:07.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362025-04-15T03:18:07.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372025-04-15T03:18:07.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382025-04-15T03:18:07.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
19392025-04-15T03:18:07.577Z
19402025-04-15T03:18:07.577Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (46/206)
19412025-04-15T03:18:08.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422025-04-15T03:18:08.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432025-04-15T03:18:08.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442025-04-15T03:18:08.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
19452025-04-15T03:18:08.526Z
19462025-04-15T03:18:08.526Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/206)
19472025-04-15T03:18:09.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482025-04-15T03:18:09.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492025-04-15T03:18:09.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502025-04-15T03:18:09.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
19512025-04-15T03:18:09.482Z
19522025-04-15T03:18:09.483Zinfo: running `cargo check --bins` on oxlog (48/206)
19532025-04-15T03:18:10.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542025-04-15T03:18:10.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552025-04-15T03:18:10.412Z Checking cfg-if v1.0.0
19562025-04-15T03:18:10.437Z Checking libc v0.2.171
19572025-04-15T03:18:10.437Z Checking serde v1.0.219
19582025-04-15T03:18:10.437Z Checking zeroize v1.8.1
19592025-04-15T03:18:10.475Z Checking memchr v2.7.4
19602025-04-15T03:18:10.511Z Checking typenum v1.17.0
19612025-04-15T03:18:10.536Z Checking subtle v2.6.1
19622025-04-15T03:18:10.536Z Checking value-bag v1.9.0
19632025-04-15T03:18:10.536Z Checking smallvec v1.14.0
19642025-04-15T03:18:10.725Z Checking scopeguard v1.2.0
19652025-04-15T03:18:10.824Z Checking const-oid v0.9.6
19662025-04-15T03:18:10.877Z Checking lock_api v0.4.12
19672025-04-15T03:18:10.902Z Checking itoa v1.0.11
19682025-04-15T03:18:10.950Z Checking log v0.4.22
19692025-04-15T03:18:11.103Z Checking byteorder v1.5.0
19702025-04-15T03:18:11.229Z Checking pin-project-lite v0.2.14
19712025-04-15T03:18:11.254Z Checking stable_deref_trait v1.2.0
19722025-04-15T03:18:11.366Z Checking once_cell v1.21.3
19732025-04-15T03:18:11.391Z Checking generic-array v0.14.7
19742025-04-15T03:18:11.416Z Checking getrandom v0.2.15
19752025-04-15T03:18:11.416Z Checking signal-hook-registry v1.4.2
19762025-04-15T03:18:11.453Z Checking parking_lot_core v0.9.10
19772025-04-15T03:18:11.478Z Checking mio v1.0.2
19782025-04-15T03:18:11.655Z Checking rand_core v0.6.4
19792025-04-15T03:18:11.680Z Checking futures-core v0.3.31
19802025-04-15T03:18:11.705Z Checking cpufeatures v0.2.14
19812025-04-15T03:18:11.760Z Checking parking_lot v0.12.3
19822025-04-15T03:18:11.801Z Checking socket2 v0.5.9
19832025-04-15T03:18:11.872Z Checking zerofrom v0.1.4
19842025-04-15T03:18:11.967Z Checking zerocopy v0.7.35
19852025-04-15T03:18:11.995Z Checking futures-sink v0.3.31
19862025-04-15T03:18:12.074Z Checking yoke v0.7.4
19872025-04-15T03:18:12.101Z Checking libm v0.2.8
19882025-04-15T03:18:12.148Z Checking foldhash v0.1.3
19892025-04-15T03:18:12.229Z Checking allocator-api2 v0.2.18
19902025-04-15T03:18:12.329Z Checking equivalent v1.0.1
19912025-04-15T03:18:12.356Z Checking crypto-common v0.1.6
19922025-04-15T03:18:12.384Z Checking block-buffer v0.10.4
19932025-04-15T03:18:12.409Z Checking block-padding v0.3.3
19942025-04-15T03:18:12.454Z Checking zerovec v0.10.4
19952025-04-15T03:18:12.545Z Checking ryu v1.0.18
19962025-04-15T03:18:12.584Z Checking digest v0.10.7
19972025-04-15T03:18:12.609Z Checking inout v0.1.3
19982025-04-15T03:18:12.763Z Checking hashbrown v0.15.1
19992025-04-15T03:18:12.788Z Checking getrandom v0.3.1
20002025-04-15T03:18:12.844Z Checking cipher v0.4.4
20012025-04-15T03:18:12.869Z Checking num-traits v0.2.19
20022025-04-15T03:18:12.925Z Checking hmac v0.12.1
20032025-04-15T03:18:13.019Z Checking sha2 v0.10.8
20042025-04-15T03:18:13.047Z Checking base64ct v1.6.0
20052025-04-15T03:18:13.135Z Checking slab v0.4.9
20062025-04-15T03:18:13.225Z Checking flagset v0.4.6
20072025-04-15T03:18:13.390Z Checking writeable v0.5.5
20082025-04-15T03:18:13.417Z Checking litemap v0.7.3
20092025-04-15T03:18:13.461Z Checking pem-rfc7468 v0.7.0
20102025-04-15T03:18:13.515Z Checking futures-channel v0.3.31
20112025-04-15T03:18:13.685Z Checking pin-utils v0.1.0
20122025-04-15T03:18:13.710Z Checking futures-io v0.3.31
20132025-04-15T03:18:13.735Z Checking der v0.7.9
20142025-04-15T03:18:13.760Z Checking futures-task v0.3.31
20152025-04-15T03:18:13.789Z Checking salsa20 v0.10.2
20162025-04-15T03:18:13.833Z Checking tinystr v0.7.6
20172025-04-15T03:18:13.858Z Checking pbkdf2 v0.12.2
20182025-04-15T03:18:13.897Z Checking ppv-lite86 v0.2.20
20192025-04-15T03:18:13.974Z Checking futures-util v0.3.31
20202025-04-15T03:18:14.003Z Checking icu_locid_transform_data v1.5.0
20212025-04-15T03:18:14.028Z Checking scrypt v0.11.0
20222025-04-15T03:18:14.111Z Checking icu_collections v1.5.0
20232025-04-15T03:18:14.136Z Checking cbc v0.1.2
20242025-04-15T03:18:14.165Z Checking icu_locid v1.5.0
20252025-04-15T03:18:14.641Z Checking aes v0.8.4
20262025-04-15T03:18:14.641Z Checking bytes v1.10.1
20272025-04-15T03:18:14.641Z Checking bitflags v2.9.0
20282025-04-15T03:18:14.641Z Checking indexmap v2.7.1
20292025-04-15T03:18:14.641Z Checking serde_json v1.0.140
20302025-04-15T03:18:14.717Z Checking fnv v1.0.7
20312025-04-15T03:18:14.847Z Checking icu_properties_data v1.5.0
20322025-04-15T03:18:15.005Z Checking uuid v1.16.0
20332025-04-15T03:18:15.050Z Checking icu_provider v1.5.0
20342025-04-15T03:18:15.115Z Checking tracing-core v0.1.32
20352025-04-15T03:18:15.228Z Checking tokio v1.43.1
20362025-04-15T03:18:15.253Z Checking spki v0.7.3
20372025-04-15T03:18:15.528Z Checking pkcs5 v0.7.1
20382025-04-15T03:18:15.580Z Checking http v1.2.0
20392025-04-15T03:18:15.605Z Checking percent-encoding v2.3.1
20402025-04-15T03:18:15.648Z Checking icu_locid_transform v1.5.0
20412025-04-15T03:18:15.706Z Checking write16 v1.0.0
20422025-04-15T03:18:15.869Z Checking icu_normalizer_data v1.5.0
20432025-04-15T03:18:15.869Z Checking utf8_iter v1.0.4
20442025-04-15T03:18:15.924Z Checking utf16_iter v1.0.5
20452025-04-15T03:18:15.987Z Checking pkcs8 v0.10.2
20462025-04-15T03:18:16.040Z Checking tracing v0.1.40
20472025-04-15T03:18:16.065Z Compiling newtype-uuid v1.2.1
20482025-04-15T03:18:16.093Z Checking iana-time-zone v0.1.61
20492025-04-15T03:18:16.246Z Checking tinyvec_macros v0.1.1
20502025-04-15T03:18:16.285Z Checking rustls-pki-types v1.10.0
20512025-04-15T03:18:16.354Z Checking tinyvec v1.8.0
20522025-04-15T03:18:16.379Z Checking chrono v0.4.40
20532025-04-15T03:18:16.404Z Checking zerocopy v0.8.10
20542025-04-15T03:18:16.522Z Checking icu_properties v1.5.1
20552025-04-15T03:18:16.706Z Checking http-body v1.0.1
20562025-04-15T03:18:16.776Z Checking aws-lc-sys v0.26.0
20572025-04-15T03:18:16.909Z Checking thiserror v1.0.69
20582025-04-15T03:18:17.073Z Checking spin v0.9.8
20592025-04-15T03:18:17.422Z Checking adler2 v2.0.0
20602025-04-15T03:18:17.447Z Checking untrusted v0.7.1
20612025-04-15T03:18:17.585Z Checking atomic-waker v1.1.2
20622025-04-15T03:18:17.611Z Checking untrusted v0.9.0
20632025-04-15T03:18:17.723Z Checking foreign-types-shared v0.1.1
20642025-04-15T03:18:17.776Z Checking try-lock v0.2.5
20652025-04-15T03:18:17.845Z Checking foreign-types v0.3.2
20662025-04-15T03:18:17.930Z Checking want v0.3.1
20672025-04-15T03:18:17.955Z Checking ring v0.17.11
20682025-04-15T03:18:17.980Z Checking miniz_oxide v0.8.5
20692025-04-15T03:18:18.064Z Checking form_urlencoded v1.2.1
20702025-04-15T03:18:18.116Z Checking httparse v1.9.5
20712025-04-15T03:18:18.264Z Checking crossbeam-utils v0.8.21
20722025-04-15T03:18:18.493Z Checking openssl-sys v0.9.107
20732025-04-15T03:18:18.584Z Checking errno v0.3.9
20742025-04-15T03:18:18.609Z Checking aws-lc-rs v1.12.4
20752025-04-15T03:18:18.767Z Checking aho-corasick v1.1.3
20762025-04-15T03:18:18.792Z Checking rand_core v0.9.2
20772025-04-15T03:18:18.866Z Checking regex-syntax v0.8.5
20782025-04-15T03:18:19.080Z Checking powerfmt v0.2.0
20792025-04-15T03:18:19.310Z Checking icu_normalizer v1.5.0
20802025-04-15T03:18:19.335Z Checking unicode-ident v1.0.14
20812025-04-15T03:18:19.410Z Checking tower-service v0.3.3
20822025-04-15T03:18:19.510Z Checking httpdate v1.0.3
20832025-04-15T03:18:19.535Z Checking proc-macro2 v1.0.94
20842025-04-15T03:18:19.734Z Checking openssl v0.10.72
20852025-04-15T03:18:19.854Z Checking deranged v0.3.11
20862025-04-15T03:18:19.990Z Checking idna_adapter v1.2.0
20872025-04-15T03:18:20.112Z Checking rand_chacha v0.9.0
20882025-04-15T03:18:20.158Z Checking crossbeam-epoch v0.9.18
20892025-04-15T03:18:20.204Z Checking rustls-webpki v0.102.8
20902025-04-15T03:18:20.231Z Checking idna v1.0.3
20912025-04-15T03:18:20.487Z Checking rustix v0.38.37
20922025-04-15T03:18:20.555Z Checking unicode-normalization v0.1.24
20932025-04-15T03:18:20.660Z Checking rand_chacha v0.3.1
20942025-04-15T03:18:20.972Z Checking semver v1.0.25
20952025-04-15T03:18:21.019Z Checking bzip2-sys v0.1.13+1.0.8
20962025-04-15T03:18:21.045Z Checking signature v2.2.0
20972025-04-15T03:18:21.150Z Checking scroll v0.12.0
20982025-04-15T03:18:21.256Z Checking crc32fast v1.4.2
20992025-04-15T03:18:21.307Z Checking tokio-util v0.7.13
21002025-04-15T03:18:21.332Z Checking time-core v0.1.2
21012025-04-15T03:18:21.365Z Checking dyn-clone v1.0.19
21022025-04-15T03:18:21.499Z Checking num_threads v0.1.7
21032025-04-15T03:18:21.526Z Checking plain v0.2.3
21042025-04-15T03:18:21.552Z Checking unicode-bidi v0.3.17
21052025-04-15T03:18:21.577Z Checking regex-automata v0.4.8
21062025-04-15T03:18:21.601Z Checking siphasher v0.3.11
21072025-04-15T03:18:21.634Z Checking utf8parse v0.2.2
21082025-04-15T03:18:21.678Z Checking base64 v0.22.1
21092025-04-15T03:18:21.788Z Checking ucd-trie v0.1.7
21102025-04-15T03:18:21.884Z Checking either v1.14.0
21112025-04-15T03:18:21.991Z Checking openssl-probe v0.1.5
21122025-04-15T03:18:22.074Z Checking h2 v0.4.6
21132025-04-15T03:18:22.102Z Checking anstyle v1.0.10
21142025-04-15T03:18:22.127Z Checking num-conv v0.1.0
21152025-04-15T03:18:22.159Z Checking unicode-properties v0.1.3
21162025-04-15T03:18:22.221Z Checking pest v2.7.14
21172025-04-15T03:18:22.346Z Checking time v0.3.36
21182025-04-15T03:18:22.419Z Checking phf_shared v0.11.2
21192025-04-15T03:18:22.477Z Checking stringprep v0.1.5
21202025-04-15T03:18:22.663Z Checking anstyle-parse v0.2.5
21212025-04-15T03:18:22.739Z Checking goblin v0.8.2
21222025-04-15T03:18:22.922Z Checking schemars v0.8.22
21232025-04-15T03:18:23.296Z Checking rand v0.8.5
21242025-04-15T03:18:24.157Z Checking native-tls v0.2.12
21252025-04-15T03:18:24.260Z Checking rustls v0.23.19
21262025-04-15T03:18:24.353Z Checking url v2.5.3
21272025-04-15T03:18:24.379Z Checking crossbeam-deque v0.8.5
21282025-04-15T03:18:24.404Z Checking rand v0.9.0
21292025-04-15T03:18:24.452Z Checking quote v1.0.39
21302025-04-15T03:18:24.762Z Checking toml_datetime v0.6.8
21312025-04-15T03:18:24.944Z Checking serde_spanned v0.6.8
21322025-04-15T03:18:24.984Z Checking num-integer v0.1.46
21332025-04-15T03:18:25.047Z Checking md-5 v0.10.6
21342025-04-15T03:18:25.121Z Checking ff v0.13.0
21352025-04-15T03:18:25.167Z Checking hash32 v0.2.1
21362025-04-15T03:18:25.286Z Checking anstyle-query v1.1.1
21372025-04-15T03:18:25.325Z Checking pretty-hex v0.4.1
21382025-04-15T03:18:25.351Z Checking gimli v0.31.1
21392025-04-15T03:18:25.425Z Checking colorchoice v1.0.2
21402025-04-15T03:18:25.458Z Checking psl-types v2.0.11
21412025-04-15T03:18:25.516Z Checking is_terminal_polyfill v1.70.1
21422025-04-15T03:18:25.541Z Checking base16ct v0.2.0
21432025-04-15T03:18:25.592Z Checking fallible-iterator v0.2.0
21442025-04-15T03:18:25.669Z Checking publicsuffix v2.3.0
21452025-04-15T03:18:25.669Z Checking anstream v0.6.15
21462025-04-15T03:18:25.767Z Checking sec1 v0.7.3
21472025-04-15T03:18:25.961Z Checking num-iter v0.1.45
21482025-04-15T03:18:26.016Z Checking heapless v0.7.17
21492025-04-15T03:18:26.118Z Checking postgres-protocol v0.6.8
21502025-04-15T03:18:26.143Z Checking group v0.13.0
21512025-04-15T03:18:26.168Z Compiling daft v0.1.3
21522025-04-15T03:18:26.378Z Checking syn v2.0.98
21532025-04-15T03:18:26.572Z Checking rayon-core v1.12.1
21542025-04-15T03:18:26.722Z Checking tokio-native-tls v0.3.1
21552025-04-15T03:18:26.858Z Checking dtrace-parser v0.2.0
21562025-04-15T03:18:26.965Z Checking cookie v0.18.1
21572025-04-15T03:18:27.168Z Checking dof v0.3.0
21582025-04-15T03:18:27.194Z Checking ipnetwork v0.21.1
21592025-04-15T03:18:27.299Z Checking terminal_size v0.4.0
21602025-04-15T03:18:27.324Z Checking hyper v1.6.0
21612025-04-15T03:18:27.360Z Checking flate2 v1.1.1
21622025-04-15T03:18:27.478Z Checking lazy_static v1.5.0
21632025-04-15T03:18:27.528Z Checking http-body-util v0.1.3
21642025-04-15T03:18:27.616Z Checking webpki-roots v0.26.6
21652025-04-15T03:18:27.725Z Checking signal-hook v0.3.17
21662025-04-15T03:18:27.811Z Checking hkdf v0.12.4
21672025-04-15T03:18:27.897Z Checking crypto-bigint v0.5.5
21682025-04-15T03:18:27.925Z Checking sync_wrapper v1.0.1
21692025-04-15T03:18:28.025Z Checking thread-id v4.2.2
21702025-04-15T03:18:28.078Z Checking object v0.36.5
21712025-04-15T03:18:28.103Z Checking strsim v0.11.1
21722025-04-15T03:18:28.154Z Checking winnow v0.5.40
21732025-04-15T03:18:28.361Z Checking simd-adler32 v0.3.7
21742025-04-15T03:18:28.495Z Checking addr2line v0.24.2
21752025-04-15T03:18:28.687Z Checking ipnet v2.11.0
21762025-04-15T03:18:28.829Z Checking tokio-rustls v0.26.0
21772025-04-15T03:18:28.979Z Checking unicode-width v0.2.0
21782025-04-15T03:18:29.029Z Checking hyper-util v0.1.10
21792025-04-15T03:18:29.114Z Checking bumpalo v3.16.0
21802025-04-15T03:18:29.184Z Checking bitflags v1.3.2
21812025-04-15T03:18:29.289Z Checking clap_lex v0.7.4
21822025-04-15T03:18:29.402Z Checking managed v0.8.0
21832025-04-15T03:18:29.428Z Checking rustc-demangle v0.1.24
21842025-04-15T03:18:29.528Z Checking lockfree-object-pool v0.1.6
21852025-04-15T03:18:29.738Z Checking tower-layer v0.3.3
21862025-04-15T03:18:29.763Z Checking zopfli v0.8.1
21872025-04-15T03:18:29.811Z Checking smoltcp v0.9.1
21882025-04-15T03:18:29.984Z Checking tower v0.5.2
21892025-04-15T03:18:30.234Z Checking elliptic-curve v0.13.8
21902025-04-15T03:18:30.425Z Checking clap_builder v4.5.35
21912025-04-15T03:18:30.516Z Checking toml_edit v0.19.15
21922025-04-15T03:18:30.647Z Checking console v0.15.10
21932025-04-15T03:18:30.759Z Checking hyper-tls v0.6.0
21942025-04-15T03:18:30.824Z Checking hyper-rustls v0.27.3
21952025-04-15T03:18:31.015Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21962025-04-15T03:18:31.040Z Checking signal-hook-mio v0.2.4
21972025-04-15T03:18:31.127Z Checking num-bigint-dig v0.8.4
21982025-04-15T03:18:31.152Z Checking oxnet v0.1.1
21992025-04-15T03:18:31.191Z Checking cookie_store v0.21.1
22002025-04-15T03:18:31.294Z Checking rayon v1.10.0
22012025-04-15T03:18:31.463Z Checking postgres-types v0.2.9
22022025-04-15T03:18:31.488Z Checking usdt-impl v0.5.0
22032025-04-15T03:18:31.809Z Checking bstr v1.10.0
22042025-04-15T03:18:31.949Z Checking regex v1.11.1
22052025-04-15T03:18:32.060Z Checking phf v0.11.2
22062025-04-15T03:18:32.320Z Checking ed25519 v2.2.3
22072025-04-15T03:18:32.521Z Checking bzip2 v0.5.2
22082025-04-15T03:18:32.581Z Checking bzip2 v0.4.4
22092025-04-15T03:18:32.606Z Checking serde_urlencoded v0.7.1
22102025-04-15T03:18:32.631Z Checking futures-executor v0.3.31
22112025-04-15T03:18:32.816Z Checking curve25519-dalek v4.1.3
22122025-04-15T03:18:32.851Z Checking zerocopy v0.6.6
22132025-04-15T03:18:32.876Z Checking rustls-pemfile v2.2.0
22142025-04-15T03:18:32.901Z Checking hubpack v0.1.2
22152025-04-15T03:18:32.966Z Checking memoffset v0.9.1
22162025-04-15T03:18:33.096Z Checking portable-atomic v1.11.0
22172025-04-15T03:18:33.122Z Checking pkcs1 v0.7.5
22182025-04-15T03:18:33.195Z Checking serde-big-array v0.5.1
22192025-04-15T03:18:33.220Z Checking backtrace v0.3.74
22202025-04-15T03:18:33.284Z Checking float-cmp v0.10.0
22212025-04-15T03:18:33.419Z Checking rfc6979 v0.4.0
22222025-04-15T03:18:33.444Z Checking memmap v0.7.0
22232025-04-15T03:18:33.490Z Checking encoding_rs v0.8.34
22242025-04-15T03:18:33.514Z Checking data-encoding v2.6.0
22252025-04-15T03:18:33.599Z Checking mime v0.3.17
22262025-04-15T03:18:33.666Z Checking whoami v1.5.2
22272025-04-15T03:18:33.747Z Checking difflib v0.4.0
22282025-04-15T03:18:33.887Z Checking predicates-core v1.0.8
22292025-04-15T03:18:33.954Z Checking number_prefix v0.4.0
22302025-04-15T03:18:33.981Z Checking precomputed-hash v0.1.1
22312025-04-15T03:18:34.006Z Checking unicode-segmentation v1.12.0
22322025-04-15T03:18:34.065Z Checking minimal-lexical v0.2.1
22332025-04-15T03:18:34.090Z Checking new_debug_unreachable v1.0.6
22342025-04-15T03:18:34.116Z Checking fixedbitset v0.4.2
22352025-04-15T03:18:34.162Z Checking static_assertions v1.1.0
22362025-04-15T03:18:34.187Z Checking winnow v0.7.3
22372025-04-15T03:18:34.270Z Checking normalize-line-endings v0.3.0
22382025-04-15T03:18:34.340Z Checking indicatif v0.17.11
22392025-04-15T03:18:34.370Z Checking ed25519-dalek v2.1.1
22402025-04-15T03:18:34.395Z Checking petgraph v0.6.5
22412025-04-15T03:18:34.424Z Checking predicates v3.1.3
22422025-04-15T03:18:34.456Z Checking nom v7.1.3
22432025-04-15T03:18:34.570Z Checking similar v2.7.0
22442025-04-15T03:18:34.749Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
22452025-04-15T03:18:34.973Z Checking string_cache v0.8.9
22462025-04-15T03:18:35.046Z Checking hickory-proto v0.24.4
22472025-04-15T03:18:35.270Z Checking tokio-postgres v0.7.13
22482025-04-15T03:18:35.324Z Checking anyhow v1.0.97
22492025-04-15T03:18:35.365Z Checking reqwest v0.12.12
22502025-04-15T03:18:35.678Z Checking usdt v0.5.0
22512025-04-15T03:18:35.935Z Checking ecdsa v0.16.9
22522025-04-15T03:18:36.514Z Checking toml_edit v0.22.24
22532025-04-15T03:18:36.567Z Checking rsa v0.9.6
22542025-04-15T03:18:36.975Z Checking nix v0.29.0
22552025-04-15T03:18:37.012Z Checking clap v4.5.35
22562025-04-15T03:18:37.037Z Checking zip v0.6.6
22572025-04-15T03:18:37.136Z Checking futures v0.3.31
22582025-04-15T03:18:37.242Z Checking zip v2.6.1
22592025-04-15T03:18:37.456Z Checking toml v0.7.8
22602025-04-15T03:18:37.637Z Checking crossterm v0.28.1
22612025-04-15T03:18:37.661Z Checking itertools v0.13.0
22622025-04-15T03:18:38.065Z Checking itertools v0.10.5
22632025-04-15T03:18:38.157Z Checking tokio-stream v0.1.17
22642025-04-15T03:18:38.271Z Checking buf-list v1.0.3
22652025-04-15T03:18:38.554Z Checking fs-err v2.11.0
22662025-04-15T03:18:38.736Z Checking strum v0.26.3
22672025-04-15T03:18:38.874Z Checking ahash v0.8.11
22682025-04-15T03:18:38.899Z Checking slog v2.7.0
22692025-04-15T03:18:38.924Z Checking openapiv3 v2.0.0
22702025-04-15T03:18:39.031Z Checking x509-cert v0.2.5
22712025-04-15T03:18:39.057Z Checking sha1 v0.10.6
22722025-04-15T03:18:39.084Z Checking peg-runtime v0.8.5
22732025-04-15T03:18:39.301Z Checking lalrpop-util v0.19.12
22742025-04-15T03:18:39.327Z Checking camino v1.1.9
22752025-04-15T03:18:39.352Z Checking sigpipe v0.1.3
22762025-04-15T03:18:39.352Z Checking jiff v0.2.6
22772025-04-15T03:18:44.246Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22782025-04-15T03:18:44.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
22792025-04-15T03:18:44.893Z
22802025-04-15T03:18:44.893Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/206)
22812025-04-15T03:18:45.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22822025-04-15T03:18:45.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22832025-04-15T03:18:45.988Z Compiling regress v0.10.3
22842025-04-15T03:18:46.021Z Compiling thiserror-impl v2.0.12
22852025-04-15T03:18:46.046Z Checking heck v0.5.0
22862025-04-15T03:18:46.086Z Compiling unsafe-libyaml v0.2.11
22872025-04-15T03:18:46.111Z Checking dirs-sys-next v0.1.2
22882025-04-15T03:18:46.111Z Checking fastrand v2.1.1
22892025-04-15T03:18:46.152Z Checking thread_local v1.1.8
22902025-04-15T03:18:46.265Z Compiling structmeta-derive v0.3.0
22912025-04-15T03:18:46.306Z Checking dirs-next v2.0.0
22922025-04-15T03:18:46.413Z Compiling ident_case v1.0.1
22932025-04-15T03:18:46.446Z Checking term v0.7.0
22942025-04-15T03:18:46.471Z Checking tempfile v3.13.0
22952025-04-15T03:18:46.592Z Compiling darling_core v0.20.10
22962025-04-15T03:18:46.796Z Checking newtype-uuid v1.2.1
22972025-04-15T03:18:46.855Z Checking crossbeam-channel v0.5.15
22982025-04-15T03:18:47.036Z Checking is-terminal v0.4.13
22992025-04-15T03:18:47.181Z Compiling serde_yaml v0.9.34+deprecated
23002025-04-15T03:18:47.573Z Checking take_mut v0.2.2
23012025-04-15T03:18:47.598Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23022025-04-15T03:18:47.624Z Compiling rustls v0.22.4
23032025-04-15T03:18:47.871Z Checking slog-async v2.8.0
23042025-04-15T03:18:47.918Z Checking slog-term v2.9.1
23052025-04-15T03:18:48.154Z Checking daft v0.1.3
23062025-04-15T03:18:48.357Z Compiling proc-macro-crate v1.3.1
23072025-04-15T03:18:48.385Z Compiling structmeta v0.3.0
23082025-04-15T03:18:48.522Z Checking wait-timeout v0.2.0
23092025-04-15T03:18:48.645Z Compiling thiserror v2.0.12
23102025-04-15T03:18:48.740Z Compiling multer v3.1.0
23112025-04-15T03:18:48.791Z Checking typify-impl v0.2.0
23122025-04-15T03:18:48.816Z Checking match_cfg v0.1.0
23132025-04-15T03:18:48.874Z Checking typify-impl v0.3.0
23142025-04-15T03:18:49.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23152025-04-15T03:18:49.409Z Checking bit-vec v0.8.0
23162025-04-15T03:18:49.767Z Checking quick-error v1.2.3
23172025-04-15T03:18:49.792Z Checking bit-set v0.8.0
23182025-04-15T03:18:49.920Z Checking rusty-fork v0.3.0
23192025-04-15T03:18:50.069Z Compiling num_enum_derive v0.5.11
23202025-04-15T03:18:50.264Z Checking hostname v0.3.1
23212025-04-15T03:18:50.416Z Checking progenitor-client v0.9.1
23222025-04-15T03:18:50.757Z Checking slog-json v2.6.1
23232025-04-15T03:18:50.851Z Compiling lzma-sys v0.1.20
23242025-04-15T03:18:51.005Z Checking rand_xorshift v0.3.0
23252025-04-15T03:18:51.048Z Checking hex v0.4.3
23262025-04-15T03:18:51.189Z Compiling foreign-types-macros v0.2.3
23272025-04-15T03:18:51.442Z Compiling darling_macro v0.20.10
23282025-04-15T03:18:51.487Z Compiling async-stream-impl v0.3.6
23292025-04-15T03:18:51.512Z Compiling dropshot v0.16.0
23302025-04-15T03:18:51.793Z Checking foreign-types-shared v0.3.1
23312025-04-15T03:18:51.933Z Checking utf-8 v0.7.6
23322025-04-15T03:18:52.037Z Checking arc-swap v1.7.1
23332025-04-15T03:18:52.160Z Checking unarray v0.1.4
23342025-04-15T03:18:52.243Z Checking foreign-types v0.5.0
23352025-04-15T03:18:52.268Z Compiling darling v0.20.10
23362025-04-15T03:18:52.335Z Checking proptest v1.6.0
23372025-04-15T03:18:52.360Z Checking tungstenite v0.21.0
23382025-04-15T03:18:52.386Z Compiling serde_with_macros v3.12.0
23392025-04-15T03:18:52.434Z Checking slog-scope v4.4.0
23402025-04-15T03:18:52.559Z Checking async-stream v0.3.6
23412025-04-15T03:18:52.631Z Checking num_enum v0.5.11
23422025-04-15T03:18:52.785Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
23432025-04-15T03:18:52.858Z Checking slog-bunyan v2.5.0
23442025-04-15T03:18:52.947Z Compiling proc-macro-error v1.0.4
23452025-04-15T03:18:53.332Z Checking tokio-rustls v0.25.0
23462025-04-15T03:18:53.357Z Compiling parse-display-derive v0.10.0
23472025-04-15T03:18:53.449Z Compiling test-strategy v0.4.0
23482025-04-15T03:18:53.540Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492025-04-15T03:18:53.670Z Checking toml v0.8.20
23502025-04-15T03:18:53.891Z Checking progenitor-client v0.8.0
23512025-04-15T03:18:54.269Z Compiling heck v0.3.3
23522025-04-15T03:18:54.355Z Checking waitgroup v0.1.2
23532025-04-15T03:18:54.531Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542025-04-15T03:18:54.570Z Compiling dropshot_endpoint v0.16.0
23552025-04-15T03:18:54.620Z Checking serde_path_to_error v0.1.16
23562025-04-15T03:18:55.242Z Checking cstr-argument v0.1.2
23572025-04-15T03:18:55.351Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582025-04-15T03:18:55.419Z Checking hostname v0.4.0
23592025-04-15T03:18:55.564Z Checking instant v0.1.13
23602025-04-15T03:18:55.688Z Checking pretty-hex v0.2.1
23612025-04-15T03:18:55.864Z Checking base64 v0.21.7
23622025-04-15T03:18:55.971Z Checking debug-ignore v1.0.5
23632025-04-15T03:18:56.124Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
23642025-04-15T03:18:56.303Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652025-04-15T03:18:56.415Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23662025-04-15T03:18:56.441Z Checking backoff v0.4.0
23672025-04-15T03:18:56.466Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
23682025-04-15T03:18:56.494Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692025-04-15T03:18:56.655Z Checking parse-display v0.10.0
23702025-04-15T03:18:56.690Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23712025-04-15T03:18:56.732Z Compiling zone_cfg_derive v0.1.2
23722025-04-15T03:18:56.769Z Checking serde_with v3.12.0
23732025-04-15T03:18:56.864Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23742025-04-15T03:18:56.894Z Checking tokio-tungstenite v0.21.0
23752025-04-15T03:18:57.199Z Checking slog-stdlog v4.1.1
23762025-04-15T03:18:57.328Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23772025-04-15T03:18:57.362Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23782025-04-15T03:18:57.486Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
23792025-04-15T03:18:57.643Z Checking colored v2.2.0
23802025-04-15T03:18:57.669Z Checking macaddr v1.0.1
23812025-04-15T03:18:57.878Z Checking winnow v0.6.20
23822025-04-15T03:18:57.956Z Checking unicode-width v0.1.14
23832025-04-15T03:18:57.981Z Checking base64 v0.13.1
23842025-04-15T03:18:58.340Z Checking ron v0.7.1
23852025-04-15T03:18:58.366Z Checking tabwriter v1.4.0
23862025-04-15T03:18:58.393Z Checking zone v0.1.8
23872025-04-15T03:18:58.597Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
23882025-04-15T03:18:58.974Z Checking slog-envlogger v2.2.0
23892025-04-15T03:18:59.017Z Checking xz2 v0.1.7
23902025-04-15T03:18:59.188Z Checking pem v3.0.5
23912025-04-15T03:18:59.277Z Checking xattr v1.3.1
23922025-04-15T03:18:59.311Z Checking yasna v0.5.2
23932025-04-15T03:18:59.366Z Checking smf v0.2.3
23942025-04-15T03:18:59.428Z Checking headers-core v0.3.0
23952025-04-15T03:18:59.485Z Checking filetime v0.2.25
23962025-04-15T03:18:59.586Z Checking same-file v1.0.6
23972025-04-15T03:18:59.703Z Checking tar v0.4.44
23982025-04-15T03:18:59.772Z Checking walkdir v2.5.0
23992025-04-15T03:18:59.806Z Checking headers v0.4.0
24002025-04-15T03:19:00.042Z Checking camino-tempfile v1.1.1
24012025-04-15T03:19:00.080Z Checking rcgen v0.12.1
24022025-04-15T03:19:00.407Z Checking atomicwrites v0.4.4
24032025-04-15T03:19:00.554Z Checking subprocess v0.2.9
24042025-04-15T03:19:00.802Z Compiling typify-macro v0.3.0
24052025-04-15T03:19:00.832Z Compiling typify-macro v0.2.0
24062025-04-15T03:19:02.809Z Compiling typify v0.3.0
24072025-04-15T03:19:02.852Z Compiling typify v0.2.0
24082025-04-15T03:19:02.942Z Compiling progenitor-impl v0.9.1
24092025-04-15T03:19:02.967Z Compiling progenitor-impl v0.8.0
24102025-04-15T03:19:06.197Z Compiling progenitor-macro v0.8.0
24112025-04-15T03:19:06.335Z Compiling progenitor-macro v0.9.1
24122025-04-15T03:19:10.677Z Checking progenitor v0.8.0
24132025-04-15T03:19:10.873Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24142025-04-15T03:19:11.304Z Checking progenitor v0.9.1
24152025-04-15T03:19:11.492Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
24162025-04-15T03:19:14.166Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
24172025-04-15T03:19:15.316Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182025-04-15T03:19:23.546Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
24192025-04-15T03:19:25.697Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24202025-04-15T03:19:27.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.52s
24212025-04-15T03:19:27.625Z
24222025-04-15T03:19:27.625Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/206)
24232025-04-15T03:19:28.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24242025-04-15T03:19:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24252025-04-15T03:19:28.637Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
24262025-04-15T03:19:30.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.86s
24272025-04-15T03:19:30.690Z
24282025-04-15T03:19:30.690Zinfo: running `cargo check --bins` on nexus-config (51/206)
24292025-04-15T03:19:31.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24302025-04-15T03:19:31.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24312025-04-15T03:19:31.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24322025-04-15T03:19:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
24332025-04-15T03:19:31.707Z
24342025-04-15T03:19:31.707Zinfo: running `cargo check --bins` on omicron-rpaths (52/206)
24352025-04-15T03:19:32.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24362025-04-15T03:19:32.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24372025-04-15T03:19:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24382025-04-15T03:19:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
24392025-04-15T03:19:32.657Z
24402025-04-15T03:19:32.657Zinfo: running `cargo check --bins` on omicron-certificates (53/206)
24412025-04-15T03:19:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24422025-04-15T03:19:33.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24432025-04-15T03:19:33.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24442025-04-15T03:19:33.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
24452025-04-15T03:19:33.646Z
24462025-04-15T03:19:33.646Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (54/206)
24472025-04-15T03:19:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24482025-04-15T03:19:34.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24492025-04-15T03:19:34.776Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24502025-04-15T03:19:34.776Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24512025-04-15T03:19:34.776Z Compiling tempfile v3.13.0
24522025-04-15T03:19:34.801Z Compiling wait-timeout v0.2.0
24532025-04-15T03:19:34.801Z Compiling quick-error v1.2.3
24542025-04-15T03:19:34.801Z Compiling match_cfg v0.1.0
24552025-04-15T03:19:34.801Z Compiling bit-vec v0.8.0
24562025-04-15T03:19:34.827Z Compiling rustls v0.22.4
24572025-04-15T03:19:34.893Z Compiling progenitor-client v0.9.1
24582025-04-15T03:19:34.956Z Compiling hostname v0.3.1
24592025-04-15T03:19:34.992Z Compiling slog-json v2.6.1
24602025-04-15T03:19:35.186Z Compiling rusty-fork v0.3.0
24612025-04-15T03:19:35.300Z Compiling bit-set v0.8.0
24622025-04-15T03:19:35.325Z Compiling rand_xorshift v0.3.0
24632025-04-15T03:19:35.356Z Compiling hex v0.4.3
24642025-04-15T03:19:35.416Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24652025-04-15T03:19:35.440Z Compiling unarray v0.1.4
24662025-04-15T03:19:35.513Z Compiling heapless v0.8.0
24672025-04-15T03:19:35.584Z Compiling proptest v1.6.0
24682025-04-15T03:19:35.624Z Compiling progenitor v0.9.1
24692025-04-15T03:19:35.651Z Compiling slog-bunyan v2.5.0
24702025-04-15T03:19:35.788Z Compiling async-stream v0.3.6
24712025-04-15T03:19:35.854Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24722025-04-15T03:19:35.878Z Compiling multer v3.1.0
24732025-04-15T03:19:35.903Z Compiling toml v0.8.20
24742025-04-15T03:19:36.031Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24752025-04-15T03:19:36.074Z Compiling waitgroup v0.1.2
24762025-04-15T03:19:36.281Z Checking hash32 v0.3.1
24772025-04-15T03:19:36.306Z Compiling serde_path_to_error v0.1.16
24782025-04-15T03:19:36.484Z Compiling hostname v0.4.0
24792025-04-15T03:19:36.701Z Compiling instant v0.1.13
24802025-04-15T03:19:36.726Z Compiling debug-ignore v1.0.5
24812025-04-15T03:19:36.864Z Compiling smoltcp v0.11.0
24822025-04-15T03:19:36.893Z Compiling backoff v0.4.0
24832025-04-15T03:19:37.154Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
24842025-04-15T03:19:37.239Z Compiling serde_with v3.12.0
24852025-04-15T03:19:37.463Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862025-04-15T03:19:37.650Z Compiling parse-display v0.10.0
24872025-04-15T03:19:37.749Z Checking num-rational v0.4.2
24882025-04-15T03:19:38.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892025-04-15T03:19:38.297Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
24902025-04-15T03:19:38.616Z Compiling tokio-rustls v0.25.0
24912025-04-15T03:19:38.991Z Compiling dropshot v0.16.0
24922025-04-15T03:19:40.438Z Compiling phf_generator v0.11.2
24932025-04-15T03:19:40.670Z Checking num-complex v0.4.6
24942025-04-15T03:19:41.324Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
24952025-04-15T03:19:41.461Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24962025-04-15T03:19:41.967Z Compiling macaddr v1.0.1
24972025-04-15T03:19:42.200Z Checking cobs v0.2.3
24982025-04-15T03:19:42.365Z Compiling num v0.4.3
24992025-04-15T03:19:42.406Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
25002025-04-15T03:19:42.431Z Checking postcard v1.0.10
25012025-04-15T03:19:42.507Z Compiling phf_codegen v0.11.2
25022025-04-15T03:19:42.754Z Compiling parse-zoneinfo v0.3.1
25032025-04-15T03:19:42.970Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25042025-04-15T03:19:43.287Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25052025-04-15T03:19:43.328Z Compiling convert_case v0.4.0
25062025-04-15T03:19:43.479Z Checking float-ord v0.3.2
25072025-04-15T03:19:44.214Z Compiling derive_more v0.99.19
25082025-04-15T03:19:44.278Z Compiling chrono-tz-build v0.4.0
25092025-04-15T03:19:44.362Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102025-04-15T03:19:44.403Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25112025-04-15T03:19:45.236Z Checking linked-hash-map v0.5.6
25122025-04-15T03:19:45.278Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25132025-04-15T03:19:45.413Z Compiling crucible-workspace-hack v0.1.0
25142025-04-15T03:19:45.546Z Checking lru-cache v0.1.2
25152025-04-15T03:19:45.712Z Compiling chrono-tz v0.10.3
25162025-04-15T03:19:45.737Z Checking newline-converter v0.3.0
25172025-04-15T03:19:45.895Z Checking resolv-conf v0.7.0
25182025-04-15T03:19:46.218Z Checking itertools v0.14.0
25192025-04-15T03:19:46.242Z Checking prettyplease v0.2.30
25202025-04-15T03:19:46.472Z Compiling slog-dtrace v0.3.0
25212025-04-15T03:19:46.699Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
25222025-04-15T03:19:46.926Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25232025-04-15T03:19:47.214Z Checking hickory-resolver v0.24.4
25242025-04-15T03:19:47.286Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252025-04-15T03:19:47.614Z Checking expectorate v1.1.0
25262025-04-15T03:19:47.778Z Compiling zone_cfg_derive v0.3.0
25272025-04-15T03:19:48.230Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25282025-04-15T03:19:48.321Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292025-04-15T03:19:48.434Z Checking itertools v0.12.1
25302025-04-15T03:19:48.526Z Compiling const_format_proc_macros v0.2.34
25312025-04-15T03:19:48.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322025-04-15T03:19:48.911Z Compiling num-derive v0.4.2
25332025-04-15T03:19:49.226Z Compiling derive-where v1.2.7
25342025-04-15T03:19:49.463Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352025-04-15T03:19:49.887Z Checking highway v1.3.0
25362025-04-15T03:19:49.922Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25372025-04-15T03:19:50.599Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25382025-04-15T03:19:50.636Z Checking const_format v0.2.34
25392025-04-15T03:19:50.636Z Checking zone v0.3.1
25402025-04-15T03:19:50.636Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25412025-04-15T03:19:50.684Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
25422025-04-15T03:19:51.079Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25432025-04-15T03:19:51.294Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
25442025-04-15T03:19:51.324Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
25452025-04-15T03:19:51.562Z Checking gethostname v0.5.0
25462025-04-15T03:19:51.675Z Checking bcs v0.1.6
25472025-04-15T03:19:51.724Z Checking nanorand v0.7.0
25482025-04-15T03:19:51.903Z Checking qorb v0.3.1
25492025-04-15T03:19:51.939Z Compiling async-recursion v1.1.1
25502025-04-15T03:19:51.995Z Checking termtree v0.5.1
25512025-04-15T03:19:52.027Z Checking flume v0.11.1
25522025-04-15T03:19:52.103Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25532025-04-15T03:19:58.575Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542025-04-15T03:20:02.503Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552025-04-15T03:20:05.942Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25562025-04-15T03:20:07.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.96s
25572025-04-15T03:20:07.817Z
25582025-04-15T03:20:07.817Zinfo: running `cargo check --bins` on clickhouse-admin-api (55/206)
25592025-04-15T03:20:08.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602025-04-15T03:20:08.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612025-04-15T03:20:08.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622025-04-15T03:20:08.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
25632025-04-15T03:20:08.795Z
25642025-04-15T03:20:08.795Zinfo: running `cargo check --bins` on clickhouse-admin-types (56/206)
25652025-04-15T03:20:09.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662025-04-15T03:20:09.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672025-04-15T03:20:09.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682025-04-15T03:20:09.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
25692025-04-15T03:20:09.791Z
25702025-04-15T03:20:09.791Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (57/206)
25712025-04-15T03:20:10.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722025-04-15T03:20:10.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732025-04-15T03:20:10.867Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25742025-04-15T03:20:11.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
25752025-04-15T03:20:11.828Z
25762025-04-15T03:20:11.828Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/206)
25772025-04-15T03:20:12.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782025-04-15T03:20:12.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792025-04-15T03:20:12.912Z Compiling cfg_aliases v0.1.1
25802025-04-15T03:20:12.912Z Compiling vte_generate_state_changes v0.1.2
25812025-04-15T03:20:12.936Z Checking fd-lock v4.0.2
25822025-04-15T03:20:12.936Z Checking nibble_vec v0.1.0
25832025-04-15T03:20:12.936Z Checking endian-type v0.1.2
25842025-04-15T03:20:12.936Z Checking bytecount v0.6.8
25852025-04-15T03:20:12.960Z Compiling tabled_derive v0.7.0
25862025-04-15T03:20:12.985Z Compiling peg-macros v0.8.5
25872025-04-15T03:20:13.072Z Compiling nix v0.28.0
25882025-04-15T03:20:13.132Z Checking papergrid v0.11.0
25892025-04-15T03:20:13.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25902025-04-15T03:20:13.248Z Compiling sqlparser_derive v0.2.2
25912025-04-15T03:20:13.272Z Checking radix_trie v0.2.1
25922025-04-15T03:20:13.494Z Checking vte v0.11.1
25932025-04-15T03:20:13.650Z Checking unicode_categories v0.1.1
25942025-04-15T03:20:13.927Z Checking nu-ansi-term v0.50.1
25952025-04-15T03:20:14.081Z Checking home v0.5.9
25962025-04-15T03:20:14.170Z Checking sqlparser v0.45.0
25972025-04-15T03:20:14.266Z Checking sqlformat v0.2.6
25982025-04-15T03:20:14.307Z Checking display-error-chain v0.2.2
25992025-04-15T03:20:14.616Z Checking strip-ansi-escapes v0.2.0
26002025-04-15T03:20:14.775Z Checking reedline v0.38.0
26012025-04-15T03:20:14.815Z Checking tabled v0.15.0
26022025-04-15T03:20:15.157Z Checking peg v0.8.5
26032025-04-15T03:20:15.825Z Checking rustyline v14.0.0
26042025-04-15T03:20:27.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.95s
26052025-04-15T03:20:27.960Z
26062025-04-15T03:20:27.960Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/206)
26072025-04-15T03:20:28.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26082025-04-15T03:20:28.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26092025-04-15T03:20:29.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102025-04-15T03:20:36.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.18s
26112025-04-15T03:20:36.331Z
26122025-04-15T03:20:36.331Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/206)
26132025-04-15T03:20:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26142025-04-15T03:20:37.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26152025-04-15T03:20:37.449Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26162025-04-15T03:20:42.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.89s
26172025-04-15T03:20:42.415Z
26182025-04-15T03:20:42.415Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/206)
26192025-04-15T03:20:43.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202025-04-15T03:20:43.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212025-04-15T03:20:43.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26222025-04-15T03:20:50.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
26232025-04-15T03:20:50.271Z
26242025-04-15T03:20:50.271Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/206)
26252025-04-15T03:20:51.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262025-04-15T03:20:51.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272025-04-15T03:20:51.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26282025-04-15T03:20:57.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
26292025-04-15T03:20:58.178Z
26302025-04-15T03:20:58.178Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/206)
26312025-04-15T03:20:59.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322025-04-15T03:20:59.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332025-04-15T03:20:59.274Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26342025-04-15T03:21:04.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s
26352025-04-15T03:21:04.411Z
26362025-04-15T03:21:04.411Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/206)
26372025-04-15T03:21:05.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382025-04-15T03:21:05.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392025-04-15T03:21:05.485Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402025-04-15T03:21:10.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
26412025-04-15T03:21:10.832Z
26422025-04-15T03:21:10.832Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/206)
26432025-04-15T03:21:11.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442025-04-15T03:21:11.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452025-04-15T03:21:11.884Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462025-04-15T03:21:19.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.25s
26472025-04-15T03:21:19.278Z
26482025-04-15T03:21:19.278Zinfo: running `cargo check --bins` on oximeter (66/206)
26492025-04-15T03:21:20.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502025-04-15T03:21:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512025-04-15T03:21:20.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522025-04-15T03:21:20.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26532025-04-15T03:21:20.283Z
26542025-04-15T03:21:20.283Zinfo: running `cargo check --bins` on oximeter-macro-impl (67/206)
26552025-04-15T03:21:21.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562025-04-15T03:21:21.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572025-04-15T03:21:21.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582025-04-15T03:21:21.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26592025-04-15T03:21:21.222Z
26602025-04-15T03:21:21.222Zinfo: running `cargo check --bins` on oximeter-schema (68/206)
26612025-04-15T03:21:22.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622025-04-15T03:21:22.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632025-04-15T03:21:22.186Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26642025-04-15T03:21:24.799Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26652025-04-15T03:21:26.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
26662025-04-15T03:21:26.278Z
26672025-04-15T03:21:26.278Zinfo: running `cargo check --bins` on oximeter-types (69/206)
26682025-04-15T03:21:27.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692025-04-15T03:21:27.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702025-04-15T03:21:27.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712025-04-15T03:21:27.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26722025-04-15T03:21:27.280Z
26732025-04-15T03:21:27.280Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (70/206)
26742025-04-15T03:21:28.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752025-04-15T03:21:28.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762025-04-15T03:21:28.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772025-04-15T03:21:28.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
26782025-04-15T03:21:28.263Z
26792025-04-15T03:21:28.263Zinfo: running `cargo check --bins` on oxql-types (71/206)
26802025-04-15T03:21:29.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812025-04-15T03:21:29.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822025-04-15T03:21:29.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26832025-04-15T03:21:29.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
26842025-04-15T03:21:29.205Z
26852025-04-15T03:21:29.205Zinfo: running `cargo check --bins` on oximeter-test-utils (72/206)
26862025-04-15T03:21:30.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26872025-04-15T03:21:30.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26882025-04-15T03:21:30.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26892025-04-15T03:21:30.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
26902025-04-15T03:21:30.207Z
26912025-04-15T03:21:30.207Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (73/206)
26922025-04-15T03:21:31.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26932025-04-15T03:21:31.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26942025-04-15T03:21:31.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26952025-04-15T03:21:31.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
26962025-04-15T03:21:31.179Z
26972025-04-15T03:21:31.179Zinfo: running `cargo check --bins` on bootstrap-agent-client (74/206)
26982025-04-15T03:21:32.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26992025-04-15T03:21:32.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27002025-04-15T03:21:32.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27012025-04-15T03:21:32.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27022025-04-15T03:21:32.143Z
27032025-04-15T03:21:32.143Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (75/206)
27042025-04-15T03:21:33.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27052025-04-15T03:21:33.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27062025-04-15T03:21:33.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27072025-04-15T03:21:33.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
27082025-04-15T03:21:33.135Z
27092025-04-15T03:21:33.135Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (76/206)
27102025-04-15T03:21:34.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27112025-04-15T03:21:34.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27122025-04-15T03:21:34.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27132025-04-15T03:21:34.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27142025-04-15T03:21:34.113Z
27152025-04-15T03:21:34.113Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (77/206)
27162025-04-15T03:21:34.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27172025-04-15T03:21:34.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27182025-04-15T03:21:34.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27192025-04-15T03:21:34.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27202025-04-15T03:21:35.085Z
27212025-04-15T03:21:35.085Zinfo: running `cargo check --bins` on cockroach-admin-client (78/206)
27222025-04-15T03:21:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27232025-04-15T03:21:35.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27242025-04-15T03:21:35.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27252025-04-15T03:21:35.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27262025-04-15T03:21:36.033Z
27272025-04-15T03:21:36.033Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (79/206)
27282025-04-15T03:21:36.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27292025-04-15T03:21:36.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27302025-04-15T03:21:36.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27312025-04-15T03:21:36.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27322025-04-15T03:21:37.050Z
27332025-04-15T03:21:37.050Zinfo: running `cargo check --bins` on dns-service-client (80/206)
27342025-04-15T03:21:37.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352025-04-15T03:21:37.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362025-04-15T03:21:37.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372025-04-15T03:21:37.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
27382025-04-15T03:21:38.032Z
27392025-04-15T03:21:38.032Zinfo: running `cargo check --bins` on internal-dns-types (81/206)
27402025-04-15T03:21:38.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412025-04-15T03:21:38.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422025-04-15T03:21:38.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432025-04-15T03:21:38.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
27442025-04-15T03:21:38.995Z
27452025-04-15T03:21:38.995Zinfo: running `cargo check --bins` on ereport-client (82/206)
27462025-04-15T03:21:39.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472025-04-15T03:21:39.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482025-04-15T03:21:39.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492025-04-15T03:21:39.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27502025-04-15T03:21:39.936Z
27512025-04-15T03:21:39.936Zinfo: running `cargo check --bins` on ereport-types (83/206)
27522025-04-15T03:21:40.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532025-04-15T03:21:40.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542025-04-15T03:21:40.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552025-04-15T03:21:40.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
27562025-04-15T03:21:40.880Z
27572025-04-15T03:21:40.880Zinfo: running `cargo check --bins` on gateway-client (84/206)
27582025-04-15T03:21:41.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592025-04-15T03:21:41.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602025-04-15T03:21:41.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612025-04-15T03:21:41.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27622025-04-15T03:21:41.829Z
27632025-04-15T03:21:41.829Zinfo: running `cargo check --bins` on installinator-client (85/206)
27642025-04-15T03:21:42.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652025-04-15T03:21:42.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662025-04-15T03:21:42.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672025-04-15T03:21:42.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
27682025-04-15T03:21:42.838Z
27692025-04-15T03:21:42.838Zinfo: running `cargo check --bins` on installinator-common (86/206)
27702025-04-15T03:21:43.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712025-04-15T03:21:43.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722025-04-15T03:21:43.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732025-04-15T03:21:43.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
27742025-04-15T03:21:43.840Z
27752025-04-15T03:21:43.840Zinfo: running `cargo check --bins` on update-engine (87/206)
27762025-04-15T03:21:44.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772025-04-15T03:21:44.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782025-04-15T03:21:44.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792025-04-15T03:21:44.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27802025-04-15T03:21:44.786Z
27812025-04-15T03:21:44.786Zinfo: running `cargo check --bins` on nexus-client (88/206)
27822025-04-15T03:21:45.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832025-04-15T03:21:45.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842025-04-15T03:21:45.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852025-04-15T03:21:45.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
27862025-04-15T03:21:45.823Z
27872025-04-15T03:21:45.823Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (89/206)
27882025-04-15T03:21:46.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892025-04-15T03:21:46.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902025-04-15T03:21:46.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912025-04-15T03:21:46.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
27922025-04-15T03:21:46.795Z
27932025-04-15T03:21:46.795Zinfo: running `cargo check --bins` on omicron-passwords (90/206)
27942025-04-15T03:21:47.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952025-04-15T03:21:47.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962025-04-15T03:21:47.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972025-04-15T03:21:47.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
27982025-04-15T03:21:47.739Z
27992025-04-15T03:21:47.739Zinfo: running `cargo check --bins` on nexus-types (91/206)
28002025-04-15T03:21:48.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012025-04-15T03:21:48.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022025-04-15T03:21:48.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032025-04-15T03:21:48.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
28042025-04-15T03:21:48.735Z
28052025-04-15T03:21:48.735Zinfo: running `cargo check --bins` on id-map (92/206)
28062025-04-15T03:21:49.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072025-04-15T03:21:49.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082025-04-15T03:21:49.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092025-04-15T03:21:49.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
28102025-04-15T03:21:49.650Z
28112025-04-15T03:21:49.650Zinfo: running `cargo check --bins` on oxide-client (93/206)
28122025-04-15T03:21:50.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132025-04-15T03:21:50.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142025-04-15T03:21:50.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152025-04-15T03:21:50.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28162025-04-15T03:21:50.603Z
28172025-04-15T03:21:50.603Zinfo: running `cargo check --bins` on oximeter-client (94/206)
28182025-04-15T03:21:51.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192025-04-15T03:21:51.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202025-04-15T03:21:51.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212025-04-15T03:21:51.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28222025-04-15T03:21:51.618Z
28232025-04-15T03:21:51.618Zinfo: running `cargo check --bins` on repo-depot-client (95/206)
28242025-04-15T03:21:52.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252025-04-15T03:21:52.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262025-04-15T03:21:52.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272025-04-15T03:21:52.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
28282025-04-15T03:21:52.581Z
28292025-04-15T03:21:52.581Zinfo: running `cargo check --bins` on sled-agent-client (96/206)
28302025-04-15T03:21:53.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312025-04-15T03:21:53.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322025-04-15T03:21:53.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332025-04-15T03:21:53.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
28342025-04-15T03:21:53.584Z
28352025-04-15T03:21:53.584Zinfo: running `cargo check --bins` on wicketd-client (97/206)
28362025-04-15T03:21:54.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372025-04-15T03:21:54.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382025-04-15T03:21:54.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392025-04-15T03:21:54.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
28402025-04-15T03:21:54.640Z
28412025-04-15T03:21:54.640Zinfo: running `cargo check --bins` on sled-agent-types (98/206)
28422025-04-15T03:21:55.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432025-04-15T03:21:55.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442025-04-15T03:21:55.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452025-04-15T03:21:55.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28462025-04-15T03:21:55.631Z
28472025-04-15T03:21:55.631Zinfo: running `cargo check --bins` on wicket-common (99/206)
28482025-04-15T03:21:56.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492025-04-15T03:21:56.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502025-04-15T03:21:56.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512025-04-15T03:21:56.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28522025-04-15T03:21:56.640Z
28532025-04-15T03:21:56.640Zinfo: running `cargo check --bins` on omicron-cockroach-admin (100/206)
28542025-04-15T03:21:57.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552025-04-15T03:21:57.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562025-04-15T03:21:57.697Z Checking csv-core v0.1.11
28572025-04-15T03:21:57.697Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28582025-04-15T03:21:57.697Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28592025-04-15T03:21:57.722Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28602025-04-15T03:21:57.990Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28612025-04-15T03:21:58.014Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28622025-04-15T03:21:58.039Z Checking csv v1.3.1
28632025-04-15T03:21:58.782Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28642025-04-15T03:21:59.243Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28652025-04-15T03:22:01.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s
28662025-04-15T03:22:01.887Z
28672025-04-15T03:22:01.887Zinfo: running `cargo check --bins` on cockroach-admin-api (101/206)
28682025-04-15T03:22:02.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692025-04-15T03:22:02.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702025-04-15T03:22:02.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712025-04-15T03:22:02.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
28722025-04-15T03:22:02.900Z
28732025-04-15T03:22:02.900Zinfo: running `cargo check --bins` on cockroach-admin-types (102/206)
28742025-04-15T03:22:03.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752025-04-15T03:22:03.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762025-04-15T03:22:03.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772025-04-15T03:22:03.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
28782025-04-15T03:22:03.846Z
28792025-04-15T03:22:03.846Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (103/206)
28802025-04-15T03:22:04.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812025-04-15T03:22:04.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822025-04-15T03:22:04.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832025-04-15T03:22:04.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
28842025-04-15T03:22:04.958Z
28852025-04-15T03:22:04.958Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (104/206)
28862025-04-15T03:22:05.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872025-04-15T03:22:05.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882025-04-15T03:22:05.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892025-04-15T03:22:05.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
28902025-04-15T03:22:06.088Z
28912025-04-15T03:22:06.088Zinfo: running `cargo check --bins` on dns-server (105/206)
28922025-04-15T03:22:06.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932025-04-15T03:22:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942025-04-15T03:22:07.048Z Compiling parking_lot_core v0.8.6
28952025-04-15T03:22:07.049Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
28962025-04-15T03:22:07.074Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28972025-04-15T03:22:07.074Z Checking fxhash v0.2.1
28982025-04-15T03:22:07.074Z Checking hickory-client v0.24.4
28992025-04-15T03:22:07.074Z Checking hickory-server v0.24.4
29002025-04-15T03:22:07.810Z Checking parking_lot v0.11.2
29012025-04-15T03:22:07.952Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29022025-04-15T03:22:07.952Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29032025-04-15T03:22:08.122Z Checking sled v0.34.7
29042025-04-15T03:22:10.498Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29052025-04-15T03:22:12.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.10s
29062025-04-15T03:22:12.371Z
29072025-04-15T03:22:12.371Zinfo: running `cargo check --bins` on dns-server-api (106/206)
29082025-04-15T03:22:13.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092025-04-15T03:22:13.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102025-04-15T03:22:13.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112025-04-15T03:22:13.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
29122025-04-15T03:22:13.362Z
29132025-04-15T03:22:13.362Zinfo: running `cargo check --bins` on openapi-manager-types (107/206)
29142025-04-15T03:22:14.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152025-04-15T03:22:14.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162025-04-15T03:22:14.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172025-04-15T03:22:14.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
29182025-04-15T03:22:14.297Z
29192025-04-15T03:22:14.297Zinfo: running `cargo check --bins` on gateway-test-utils (108/206)
29202025-04-15T03:22:15.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212025-04-15T03:22:15.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222025-04-15T03:22:15.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232025-04-15T03:22:15.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
29242025-04-15T03:22:15.329Z
29252025-04-15T03:22:15.329Zinfo: running `cargo check --bins` on gateway-types (109/206)
29262025-04-15T03:22:16.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272025-04-15T03:22:16.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282025-04-15T03:22:16.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292025-04-15T03:22:16.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
29302025-04-15T03:22:16.292Z
29312025-04-15T03:22:16.292Zinfo: running `cargo check --bins` on ipcc (110/206)
29322025-04-15T03:22:17.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332025-04-15T03:22:17.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342025-04-15T03:22:17.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352025-04-15T03:22:17.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
29362025-04-15T03:22:17.313Z
29372025-04-15T03:22:17.313Zinfo: running `cargo check --bins` on omicron-gateway (111/206)
29382025-04-15T03:22:18.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392025-04-15T03:22:18.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402025-04-15T03:22:18.415Z Compiling radium v0.7.0
29412025-04-15T03:22:18.415Z Compiling semver v0.1.20
29422025-04-15T03:22:18.440Z Checking tap v1.0.1
29432025-04-15T03:22:18.440Z Compiling maybe-uninit v2.0.0
29442025-04-15T03:22:18.440Z Checking password-hash v0.5.0
29452025-04-15T03:22:18.440Z Checking blake2 v0.10.6
29462025-04-15T03:22:18.440Z Compiling packed_struct v0.10.1
29472025-04-15T03:22:18.465Z Compiling owo-colors v4.2.0
29482025-04-15T03:22:18.671Z Checking wyz v0.5.1
29492025-04-15T03:22:18.885Z Compiling rustc_version v0.1.7
29502025-04-15T03:22:18.910Z Compiling cancel-safe-futures v0.1.5
29512025-04-15T03:22:18.947Z Checking crc-catalog v2.4.0
29522025-04-15T03:22:18.972Z Checking funty v2.0.0
29532025-04-15T03:22:19.064Z Checking argon2 v0.5.3
29542025-04-15T03:22:19.122Z Checking crc v3.2.1
29552025-04-15T03:22:19.179Z Compiling packed_struct_codegen v0.10.1
29562025-04-15T03:22:19.204Z Checking libsw-core v0.3.1
29572025-04-15T03:22:19.274Z Compiling indexmap v1.9.3
29582025-04-15T03:22:19.300Z Compiling newtype_derive v0.1.6
29592025-04-15T03:22:19.325Z Checking half v2.4.1
29602025-04-15T03:22:19.421Z Checking fixedbitset v0.5.7
29612025-04-15T03:22:19.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29622025-04-15T03:22:19.567Z Checking nodrop v0.1.14
29632025-04-15T03:22:19.664Z Checking ciborium-io v0.2.2
29642025-04-15T03:22:19.688Z Checking bitvec v1.0.1
29652025-04-15T03:22:19.713Z Checking array-init v0.0.4
29662025-04-15T03:22:19.713Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29672025-04-15T03:22:19.782Z Checking petgraph v0.7.1
29682025-04-15T03:22:19.829Z Checking ciborium-ll v0.2.2
29692025-04-15T03:22:19.873Z Checking libsw v3.4.0
29702025-04-15T03:22:20.010Z Checking smallvec v0.6.14
29712025-04-15T03:22:20.118Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722025-04-15T03:22:20.389Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29732025-04-15T03:22:20.471Z Checking bitfield v0.14.0
29742025-04-15T03:22:20.546Z Checking linear-map v1.2.0
29752025-04-15T03:22:20.637Z Checking termcolor v1.4.1
29762025-04-15T03:22:20.787Z Checking swrite v0.1.0
29772025-04-15T03:22:20.915Z Checking indent_write v2.2.0
29782025-04-15T03:22:20.996Z Checking hashbrown v0.12.3
29792025-04-15T03:22:21.068Z Checking env_logger v0.10.2
29802025-04-15T03:22:21.068Z Checking ron v0.8.1
29812025-04-15T03:22:21.203Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29822025-04-15T03:22:21.295Z Checking serde-hex v0.1.0
29832025-04-15T03:22:21.368Z Checking ciborium v0.2.2
29842025-04-15T03:22:21.447Z Checking steno v0.4.1
29852025-04-15T03:22:22.163Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29862025-04-15T03:22:22.230Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29872025-04-15T03:22:22.298Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29882025-04-15T03:22:22.391Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29892025-04-15T03:22:22.416Z Checking hashbrown v0.13.2
29902025-04-15T03:22:22.507Z Checking crc-any v2.5.0
29912025-04-15T03:22:22.605Z Checking humantime v2.1.0
29922025-04-15T03:22:22.844Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
29932025-04-15T03:22:22.891Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29942025-04-15T03:22:23.114Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=f9566e68e0a0ccb7c3eeea081ae1cea279c11b2a#f9566e68)
29952025-04-15T03:22:23.203Z Checking path-slash v0.1.5
29962025-04-15T03:22:23.265Z Checking object v0.30.4
29972025-04-15T03:22:23.304Z Checking void v1.0.2
29982025-04-15T03:22:23.367Z Checking tungstenite v0.23.0
29992025-04-15T03:22:23.469Z Checking lzss v0.8.2
30002025-04-15T03:22:23.504Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30012025-04-15T03:22:23.785Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30022025-04-15T03:22:24.142Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30032025-04-15T03:22:24.364Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30042025-04-15T03:22:24.396Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30052025-04-15T03:22:24.469Z Checking nix v0.27.1
30062025-04-15T03:22:24.591Z Checking kstat-rs v0.2.4
30072025-04-15T03:22:24.760Z Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api)
30082025-04-15T03:22:24.800Z Checking tokio-tungstenite v0.23.1
30092025-04-15T03:22:24.856Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30102025-04-15T03:22:24.903Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30112025-04-15T03:22:25.226Z Checking signal-hook-tokio v0.3.1
30122025-04-15T03:22:25.663Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30132025-04-15T03:22:25.968Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30142025-04-15T03:22:34.276Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
30152025-04-15T03:22:35.956Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#6054a3c2)
30162025-04-15T03:22:40.108Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30172025-04-15T03:22:47.374Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30182025-04-15T03:22:48.223Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30192025-04-15T03:22:51.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.44s
30202025-04-15T03:22:51.960Z
30212025-04-15T03:22:51.960Zinfo: running `cargo check --bins` on ereport-api (112/206)
30222025-04-15T03:22:52.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232025-04-15T03:22:52.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242025-04-15T03:22:52.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30252025-04-15T03:22:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30262025-04-15T03:22:52.942Z
30272025-04-15T03:22:52.942Zinfo: running `cargo check --bins` on gateway-api (113/206)
30282025-04-15T03:22:53.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292025-04-15T03:22:53.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302025-04-15T03:22:53.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312025-04-15T03:22:53.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
30322025-04-15T03:22:53.937Z
30332025-04-15T03:22:53.937Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (114/206)
30342025-04-15T03:22:54.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352025-04-15T03:22:54.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362025-04-15T03:22:54.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372025-04-15T03:22:54.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30382025-04-15T03:22:54.905Z
30392025-04-15T03:22:54.905Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (115/206)
30402025-04-15T03:22:55.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412025-04-15T03:22:55.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422025-04-15T03:22:55.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432025-04-15T03:22:55.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
30442025-04-15T03:22:55.894Z
30452025-04-15T03:22:55.895Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (116/206)
30462025-04-15T03:22:56.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472025-04-15T03:22:56.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482025-04-15T03:22:56.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492025-04-15T03:22:56.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30502025-04-15T03:22:56.911Z
30512025-04-15T03:22:56.911Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (117/206)
30522025-04-15T03:22:57.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532025-04-15T03:22:57.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542025-04-15T03:22:57.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552025-04-15T03:22:57.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30562025-04-15T03:22:57.930Z
30572025-04-15T03:22:57.930Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (118/206)
30582025-04-15T03:22:58.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592025-04-15T03:22:58.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602025-04-15T03:22:58.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612025-04-15T03:22:58.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30622025-04-15T03:22:58.936Z
30632025-04-15T03:22:58.936Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (119/206)
30642025-04-15T03:22:59.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652025-04-15T03:22:59.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662025-04-15T03:22:59.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672025-04-15T03:22:59.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30682025-04-15T03:22:59.944Z
30692025-04-15T03:22:59.944Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (120/206)
30702025-04-15T03:23:00.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712025-04-15T03:23:00.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722025-04-15T03:23:00.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732025-04-15T03:23:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
30742025-04-15T03:23:00.962Z
30752025-04-15T03:23:00.962Zinfo: running `cargo check --bins` on oximeter-producer (121/206)
30762025-04-15T03:23:01.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772025-04-15T03:23:01.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782025-04-15T03:23:01.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792025-04-15T03:23:01.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
30802025-04-15T03:23:02.016Z
30812025-04-15T03:23:02.016Zinfo: running `cargo check --bins` on internal-dns-resolver (122/206)
30822025-04-15T03:23:02.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832025-04-15T03:23:02.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842025-04-15T03:23:02.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852025-04-15T03:23:02.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
30862025-04-15T03:23:02.983Z
30872025-04-15T03:23:02.983Zinfo: running `cargo check --bins` on sp-sim (123/206)
30882025-04-15T03:23:03.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892025-04-15T03:23:03.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902025-04-15T03:23:03.948Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30912025-04-15T03:23:04.253Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30922025-04-15T03:23:06.333Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
30932025-04-15T03:23:08.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
30942025-04-15T03:23:08.620Z
30952025-04-15T03:23:08.620Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (124/206)
30962025-04-15T03:23:09.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972025-04-15T03:23:09.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982025-04-15T03:23:09.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992025-04-15T03:23:09.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
31002025-04-15T03:23:09.677Z
31012025-04-15T03:23:09.677Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (125/206)
31022025-04-15T03:23:10.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032025-04-15T03:23:10.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042025-04-15T03:23:10.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052025-04-15T03:23:10.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
31062025-04-15T03:23:10.750Z
31072025-04-15T03:23:10.750Zinfo: running `cargo check --bins` on db-macros (126/206)
31082025-04-15T03:23:11.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092025-04-15T03:23:11.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102025-04-15T03:23:11.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112025-04-15T03:23:11.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31122025-04-15T03:23:11.700Z
31132025-04-15T03:23:11.700Zinfo: running `cargo check --bins` on nexus-macros-common (127/206)
31142025-04-15T03:23:12.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152025-04-15T03:23:12.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162025-04-15T03:23:12.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172025-04-15T03:23:12.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31182025-04-15T03:23:12.649Z
31192025-04-15T03:23:12.650Zinfo: running `cargo check --bins` on nexus-auth (128/206)
31202025-04-15T03:23:13.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212025-04-15T03:23:13.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222025-04-15T03:23:13.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232025-04-15T03:23:13.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31242025-04-15T03:23:13.678Z
31252025-04-15T03:23:13.678Zinfo: running `cargo check --bins` on authz-macros (129/206)
31262025-04-15T03:23:14.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272025-04-15T03:23:14.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282025-04-15T03:23:14.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292025-04-15T03:23:14.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
31302025-04-15T03:23:14.611Z
31312025-04-15T03:23:14.611Zinfo: running `cargo check --bins` on nexus-db-fixed-data (130/206)
31322025-04-15T03:23:15.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332025-04-15T03:23:15.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342025-04-15T03:23:15.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352025-04-15T03:23:15.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
31362025-04-15T03:23:15.656Z
31372025-04-15T03:23:15.656Zinfo: running `cargo check --bins` on nexus-db-model (131/206)
31382025-04-15T03:23:16.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392025-04-15T03:23:16.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402025-04-15T03:23:16.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412025-04-15T03:23:16.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31422025-04-15T03:23:16.686Z
31432025-04-15T03:23:16.687Zinfo: running `cargo check --bins` on nexus-db-schema (132/206)
31442025-04-15T03:23:17.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452025-04-15T03:23:17.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462025-04-15T03:23:17.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472025-04-15T03:23:17.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
31482025-04-15T03:23:17.645Z
31492025-04-15T03:23:17.645Zinfo: running `cargo check --bins` on nexus-defaults (133/206)
31502025-04-15T03:23:18.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512025-04-15T03:23:18.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522025-04-15T03:23:18.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532025-04-15T03:23:18.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
31542025-04-15T03:23:18.659Z
31552025-04-15T03:23:18.659Zinfo: running `cargo check --bins` on nexus-inventory (134/206)
31562025-04-15T03:23:19.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572025-04-15T03:23:19.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582025-04-15T03:23:19.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592025-04-15T03:23:19.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
31602025-04-15T03:23:19.685Z
31612025-04-15T03:23:19.685Zinfo: running `cargo check --bins` on typed-rng (135/206)
31622025-04-15T03:23:20.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632025-04-15T03:23:20.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642025-04-15T03:23:20.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652025-04-15T03:23:20.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
31662025-04-15T03:23:20.637Z
31672025-04-15T03:23:20.637Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/206)
31682025-04-15T03:23:21.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692025-04-15T03:23:21.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702025-04-15T03:23:21.795Z Checking keccak v0.1.5
31712025-04-15T03:23:21.820Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31722025-04-15T03:23:21.820Z Checking secrecy v0.8.0
31732025-04-15T03:23:21.820Z Compiling unicase v2.7.0
31742025-04-15T03:23:21.820Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
31752025-04-15T03:23:21.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762025-04-15T03:23:21.845Z Compiling thiserror-impl-no-std v2.0.2
31772025-04-15T03:23:21.845Z Checking universal-hash v0.5.1
31782025-04-15T03:23:22.065Z Checking opaque-debug v0.3.1
31792025-04-15T03:23:22.127Z Checking sha3 v0.10.8
31802025-04-15T03:23:22.169Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812025-04-15T03:23:22.194Z Checking poly1305 v0.8.0
31822025-04-15T03:23:22.194Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
31832025-04-15T03:23:22.231Z Checking chacha20 v0.9.1
31842025-04-15T03:23:22.369Z Checking aead v0.5.2
31852025-04-15T03:23:22.439Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
31862025-04-15T03:23:22.473Z Compiling proc-macro-error-attr2 v2.0.0
31872025-04-15T03:23:22.498Z Compiling salty v0.3.0
31882025-04-15T03:23:22.587Z Compiling libefi-sys v0.1.0
31892025-04-15T03:23:22.695Z Checking chacha20poly1305 v0.10.1
31902025-04-15T03:23:22.936Z Compiling num-derive v0.3.3
31912025-04-15T03:23:22.961Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31922025-04-15T03:23:23.013Z Compiling bitfield-struct v0.6.2
31932025-04-15T03:23:23.140Z Compiling proc-macro-error2 v2.0.1
31942025-04-15T03:23:23.332Z Checking papergrid v0.14.0
31952025-04-15T03:23:23.695Z Compiling tabled_derive v0.10.0
31962025-04-15T03:23:24.141Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972025-04-15T03:23:24.226Z Checking thiserror-no-std v2.0.2
31982025-04-15T03:23:24.359Z Checking vsss-rs v3.3.4
31992025-04-15T03:23:24.553Z Checking libscf-sys v1.1.0
32002025-04-15T03:23:24.624Z Compiling mime_guess v2.0.5
32012025-04-15T03:23:24.680Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32022025-04-15T03:23:25.028Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32032025-04-15T03:23:25.291Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32042025-04-15T03:23:25.339Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32052025-04-15T03:23:25.623Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32062025-04-15T03:23:25.947Z Checking primeorder v0.13.6
32072025-04-15T03:23:26.172Z Checking env_filter v0.1.2
32082025-04-15T03:23:26.389Z Compiling dropshot v0.12.0
32092025-04-15T03:23:26.414Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32102025-04-15T03:23:26.607Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112025-04-15T03:23:26.739Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122025-04-15T03:23:26.775Z Checking env_logger v0.11.5
32132025-04-15T03:23:26.800Z Checking p384 v0.13.0
32142025-04-15T03:23:26.827Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
32152025-04-15T03:23:27.086Z Checking tabled v0.18.0
32162025-04-15T03:23:27.435Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32172025-04-15T03:23:27.728Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32182025-04-15T03:23:27.823Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32192025-04-15T03:23:27.976Z Compiling dropshot_endpoint v0.12.0
32202025-04-15T03:23:28.001Z Compiling xshell-macros v0.2.7
32212025-04-15T03:23:28.194Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
32222025-04-15T03:23:28.222Z Checking http-range v0.1.5
32232025-04-15T03:23:28.495Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32242025-04-15T03:23:28.547Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32252025-04-15T03:23:28.599Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
32262025-04-15T03:23:28.641Z Checking xshell v0.2.7
32272025-04-15T03:23:28.905Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32282025-04-15T03:23:28.961Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32292025-04-15T03:23:29.042Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32302025-04-15T03:23:29.199Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32312025-04-15T03:23:29.283Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8452936a53c3b16e53cbbf4e34e5e59899afc965#8452936a)
32322025-04-15T03:23:29.569Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32332025-04-15T03:23:29.722Z Checking atty v0.2.14
32342025-04-15T03:23:29.816Z Checking crc8 v0.1.1
32352025-04-15T03:23:29.864Z Checking glob v0.3.2
32362025-04-15T03:23:29.979Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32372025-04-15T03:23:30.063Z Checking hyper-staticfile v0.10.1
32382025-04-15T03:23:30.213Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32392025-04-15T03:23:30.377Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32402025-04-15T03:23:30.947Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
32412025-04-15T03:23:31.096Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32422025-04-15T03:23:31.188Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32432025-04-15T03:23:31.213Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32442025-04-15T03:23:31.288Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32452025-04-15T03:23:31.459Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32462025-04-15T03:23:32.016Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
32472025-04-15T03:23:32.250Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
32482025-04-15T03:23:32.298Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32492025-04-15T03:23:32.971Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32502025-04-15T03:23:32.995Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
32512025-04-15T03:23:33.152Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
32522025-04-15T03:23:33.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32532025-04-15T03:23:34.264Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84)
32542025-04-15T03:23:35.111Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
32552025-04-15T03:23:43.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32562025-04-15T03:24:03.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.81s
32572025-04-15T03:24:03.668Z
32582025-04-15T03:24:03.668Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/206)
32592025-04-15T03:24:04.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602025-04-15T03:24:04.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612025-04-15T03:24:04.839Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32622025-04-15T03:24:24.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.62s
32632025-04-15T03:24:24.500Z
32642025-04-15T03:24:24.500Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/206)
32652025-04-15T03:24:25.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662025-04-15T03:24:25.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672025-04-15T03:24:25.728Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32682025-04-15T03:24:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.36s
32692025-04-15T03:24:46.077Z
32702025-04-15T03:24:46.077Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/206)
32712025-04-15T03:24:47.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722025-04-15T03:24:47.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732025-04-15T03:24:47.249Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32742025-04-15T03:25:06.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s
32752025-04-15T03:25:07.062Z
32762025-04-15T03:25:07.062Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/206)
32772025-04-15T03:25:08.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782025-04-15T03:25:08.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792025-04-15T03:25:08.230Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32802025-04-15T03:25:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.54s
32812025-04-15T03:25:28.819Z
32822025-04-15T03:25:28.819Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/206)
32832025-04-15T03:25:29.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842025-04-15T03:25:29.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852025-04-15T03:25:29.991Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32862025-04-15T03:25:49.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.61s
32872025-04-15T03:25:49.637Z
32882025-04-15T03:25:49.637Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/206)
32892025-04-15T03:25:50.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902025-04-15T03:25:50.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912025-04-15T03:25:50.821Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32922025-04-15T03:26:10.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.06s
32932025-04-15T03:26:10.891Z
32942025-04-15T03:26:10.891Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/206)
32952025-04-15T03:26:11.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962025-04-15T03:26:11.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972025-04-15T03:26:12.025Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32982025-04-15T03:26:31.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.85s
32992025-04-15T03:26:31.954Z
33002025-04-15T03:26:31.954Zinfo: running `cargo check --bins` on bootstrap-agent-api (144/206)
33012025-04-15T03:26:32.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022025-04-15T03:26:32.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032025-04-15T03:26:32.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042025-04-15T03:26:32.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
33052025-04-15T03:26:33.006Z
33062025-04-15T03:26:33.006Zinfo: running `cargo check --bins` on key-manager (145/206)
33072025-04-15T03:26:33.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082025-04-15T03:26:33.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092025-04-15T03:26:33.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33102025-04-15T03:26:33.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
33112025-04-15T03:26:33.998Z
33122025-04-15T03:26:33.998Zinfo: running `cargo check --bins` on range-requests (146/206)
33132025-04-15T03:26:34.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33142025-04-15T03:26:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33152025-04-15T03:26:34.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33162025-04-15T03:26:34.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
33172025-04-15T03:26:34.947Z
33182025-04-15T03:26:34.947Zinfo: running `cargo check --bins` on repo-depot-api (147/206)
33192025-04-15T03:26:35.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202025-04-15T03:26:35.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212025-04-15T03:26:35.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222025-04-15T03:26:35.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33232025-04-15T03:26:35.948Z
33242025-04-15T03:26:35.948Zinfo: running `cargo check --bins` on sled-agent-api (148/206)
33252025-04-15T03:26:36.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262025-04-15T03:26:36.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272025-04-15T03:26:36.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282025-04-15T03:26:36.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33292025-04-15T03:26:36.982Z
33302025-04-15T03:26:36.982Zinfo: running `cargo check --bins` on sled-diagnostics (149/206)
33312025-04-15T03:26:37.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322025-04-15T03:26:37.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332025-04-15T03:26:37.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342025-04-15T03:26:37.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
33352025-04-15T03:26:37.935Z
33362025-04-15T03:26:37.935Zinfo: running `cargo check --bins` on sled-hardware (150/206)
33372025-04-15T03:26:38.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382025-04-15T03:26:38.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392025-04-15T03:26:38.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402025-04-15T03:26:38.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s
33412025-04-15T03:26:38.914Z
33422025-04-15T03:26:38.914Zinfo: running `cargo check --bins --no-default-features` on sled-storage (151/206)
33432025-04-15T03:26:39.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442025-04-15T03:26:39.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452025-04-15T03:26:39.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462025-04-15T03:26:39.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
33472025-04-15T03:26:39.931Z
33482025-04-15T03:26:39.931Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/206)
33492025-04-15T03:26:40.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502025-04-15T03:26:40.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512025-04-15T03:26:40.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522025-04-15T03:26:40.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33532025-04-15T03:26:40.957Z
33542025-04-15T03:26:40.957Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (153/206)
33552025-04-15T03:26:41.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562025-04-15T03:26:41.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572025-04-15T03:26:41.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582025-04-15T03:26:41.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
33592025-04-15T03:26:41.991Z
33602025-04-15T03:26:41.991Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (154/206)
33612025-04-15T03:26:42.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622025-04-15T03:26:42.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632025-04-15T03:26:42.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642025-04-15T03:26:42.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33652025-04-15T03:26:43.037Z
33662025-04-15T03:26:43.037Zinfo: running `cargo check --bins` on nexus-test-interface (155/206)
33672025-04-15T03:26:43.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682025-04-15T03:26:43.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692025-04-15T03:26:43.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702025-04-15T03:26:43.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33712025-04-15T03:26:44.072Z
33722025-04-15T03:26:44.073Zinfo: running `cargo check --bins` on oximeter-collector (156/206)
33732025-04-15T03:26:44.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742025-04-15T03:26:45.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752025-04-15T03:26:45.192Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33762025-04-15T03:26:45.192Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33772025-04-15T03:26:46.256Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33782025-04-15T03:26:48.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
33792025-04-15T03:26:49.116Z
33802025-04-15T03:26:49.116Zinfo: running `cargo check --bins` on oximeter-api (157/206)
33812025-04-15T03:26:50.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822025-04-15T03:26:50.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832025-04-15T03:26:50.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842025-04-15T03:26:50.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
33852025-04-15T03:26:50.161Z
33862025-04-15T03:26:50.162Zinfo: running `cargo check --bins` on cert-dev (158/206)
33872025-04-15T03:26:51.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882025-04-15T03:26:51.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892025-04-15T03:26:51.141Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
33902025-04-15T03:26:51.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
33912025-04-15T03:26:51.629Z
33922025-04-15T03:26:51.629Zinfo: running `cargo check --bins` on clickana (159/206)
33932025-04-15T03:26:52.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942025-04-15T03:26:52.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952025-04-15T03:26:52.690Z Checking castaway v0.2.3
33962025-04-15T03:26:52.715Z Checking lru v0.12.5
33972025-04-15T03:26:52.715Z Compiling instability v0.3.2
33982025-04-15T03:26:52.715Z Checking unicode-truncate v1.1.0
33992025-04-15T03:26:52.715Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34002025-04-15T03:26:52.715Z Checking cassowary v0.3.0
34012025-04-15T03:26:52.715Z Compiling indoc v2.0.6
34022025-04-15T03:26:52.891Z Checking compact_str v0.8.0
34032025-04-15T03:26:53.630Z Checking ratatui v0.29.0
34042025-04-15T03:26:54.784Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34052025-04-15T03:26:56.329Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
34062025-04-15T03:26:57.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s
34072025-04-15T03:26:57.580Z
34082025-04-15T03:26:57.580Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (160/206)
34092025-04-15T03:26:58.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102025-04-15T03:26:58.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112025-04-15T03:26:58.668Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34122025-04-15T03:26:58.668Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
34132025-04-15T03:26:59.964Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
34142025-04-15T03:27:00.601Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
34152025-04-15T03:27:01.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
34162025-04-15T03:27:01.275Z
34172025-04-15T03:27:01.276Zinfo: running `cargo check --bins` on ch-dev (161/206)
34182025-04-15T03:27:02.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192025-04-15T03:27:02.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202025-04-15T03:27:02.357Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
34212025-04-15T03:27:03.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
34222025-04-15T03:27:03.425Z
34232025-04-15T03:27:03.425Zinfo: running `cargo check --bins` on dev-tools-common (162/206)
34242025-04-15T03:27:04.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252025-04-15T03:27:04.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262025-04-15T03:27:04.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272025-04-15T03:27:04.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
34282025-04-15T03:27:04.143Z
34292025-04-15T03:27:04.143Zinfo: running `cargo check --bins` on crdb-seed (163/206)
34302025-04-15T03:27:05.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312025-04-15T03:27:05.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322025-04-15T03:27:05.196Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
34332025-04-15T03:27:05.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
34342025-04-15T03:27:05.780Z
34352025-04-15T03:27:05.780Zinfo: running `cargo check --bins` on db-dev (164/206)
34362025-04-15T03:27:06.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372025-04-15T03:27:06.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382025-04-15T03:27:06.841Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
34392025-04-15T03:27:07.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
34402025-04-15T03:27:07.892Z
34412025-04-15T03:27:07.892Zinfo: running `cargo check --bins` on omicron-dev-lib (165/206)
34422025-04-15T03:27:08.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432025-04-15T03:27:08.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442025-04-15T03:27:08.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452025-04-15T03:27:08.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
34462025-04-15T03:27:08.929Z
34472025-04-15T03:27:08.929Zinfo: running `cargo check --bins` on xtask-downloader (166/206)
34482025-04-15T03:27:09.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492025-04-15T03:27:09.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502025-04-15T03:27:09.887Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
34512025-04-15T03:27:10.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s
34522025-04-15T03:27:11.131Z
34532025-04-15T03:27:11.131Zinfo: running `cargo check --bins` on omicron-ls-apis (167/206)
34542025-04-15T03:27:11.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552025-04-15T03:27:11.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562025-04-15T03:27:12.072Z Checking cargo-platform v0.1.8
34572025-04-15T03:27:12.349Z Checking cargo_metadata v0.19.2
34582025-04-15T03:27:13.702Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
34592025-04-15T03:27:14.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
34602025-04-15T03:27:15.014Z
34612025-04-15T03:27:15.014Zinfo: running `cargo check --bins` on mgs-dev (168/206)
34622025-04-15T03:27:15.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632025-04-15T03:27:16.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642025-04-15T03:27:16.185Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34652025-04-15T03:27:17.975Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34662025-04-15T03:27:18.700Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
34672025-04-15T03:27:19.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
34682025-04-15T03:27:19.553Z
34692025-04-15T03:27:19.554Zinfo: running `cargo check --bins` on omicron-omdb (169/206)
34702025-04-15T03:27:20.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712025-04-15T03:27:20.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722025-04-15T03:27:20.826Z Compiling crunchy v0.2.2
34732025-04-15T03:27:20.826Z Compiling dsl_auto_type v0.1.2
34742025-04-15T03:27:20.826Z Checking scheduled-thread-pool v0.2.7
34752025-04-15T03:27:20.826Z Compiling diesel_table_macro_syntax v0.2.0
34762025-04-15T03:27:20.851Z Compiling tiny-keccak v2.0.2
34772025-04-15T03:27:20.851Z Compiling bit-vec v0.6.3
34782025-04-15T03:27:20.876Z Compiling ascii-canvas v3.0.0
34792025-04-15T03:27:20.901Z Compiling ena v0.14.3
34802025-04-15T03:27:21.151Z Checking r2d2 v0.8.10
34812025-04-15T03:27:21.221Z Compiling bit-set v0.5.3
34822025-04-15T03:27:21.260Z Compiling bindgen v0.71.1
34832025-04-15T03:27:21.307Z Compiling diff v0.1.13
34842025-04-15T03:27:21.358Z Compiling regex-syntax v0.6.29
34852025-04-15T03:27:21.407Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
34862025-04-15T03:27:21.471Z Compiling ref-cast v1.0.23
34872025-04-15T03:27:21.499Z Compiling rustc-hash v2.1.1
34882025-04-15T03:27:21.626Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
34892025-04-15T03:27:21.695Z Compiling derive_builder_core v0.20.2
34902025-04-15T03:27:21.779Z Compiling libxml v0.3.3
34912025-04-15T03:27:21.907Z Compiling ref-cast-impl v1.0.23
34922025-04-15T03:27:22.010Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
34932025-04-15T03:27:22.108Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
34942025-04-15T03:27:22.155Z Compiling diesel_derives v2.2.3
34952025-04-15T03:27:22.182Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
34962025-04-15T03:27:22.466Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
34972025-04-15T03:27:22.491Z Compiling strum_macros v0.24.3
34982025-04-15T03:27:22.809Z Compiling indoc v1.0.9
34992025-04-15T03:27:23.478Z Compiling derive_builder_macro v0.20.2
35002025-04-15T03:27:23.552Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
35012025-04-15T03:27:23.837Z Compiling impl-trait-for-tuples v0.2.2
35022025-04-15T03:27:24.224Z Compiling lalrpop v0.19.12
35032025-04-15T03:27:24.260Z Checking derive_builder v0.20.2
35042025-04-15T03:27:24.426Z Compiling oso-derive v0.27.3
35052025-04-15T03:27:24.499Z Checking quick-xml v0.37.2
35062025-04-15T03:27:25.194Z Compiling diesel-dtrace v0.4.2
35072025-04-15T03:27:25.338Z Checking maplit v1.0.2
35082025-04-15T03:27:25.526Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
35092025-04-15T03:27:25.593Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
35102025-04-15T03:27:25.746Z Checking bb8 v0.8.5
35112025-04-15T03:27:25.905Z Checking io-lifetimes v1.0.11
35122025-04-15T03:27:26.102Z Checking rustix v0.37.28
35132025-04-15T03:27:26.195Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35142025-04-15T03:27:26.446Z Checking rand_seeder v0.3.0
35152025-04-15T03:27:26.513Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35162025-04-15T03:27:26.568Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35172025-04-15T03:27:26.767Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
35182025-04-15T03:27:26.852Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
35192025-04-15T03:27:27.053Z Checking terminal_size v0.2.6
35202025-04-15T03:27:27.124Z Checking unicode-linebreak v0.1.5
35212025-04-15T03:27:27.230Z Checking smawk v0.3.2
35222025-04-15T03:27:27.446Z Checking is_ci v1.2.0
35232025-04-15T03:27:27.505Z Checking textwrap v0.16.1
35242025-04-15T03:27:27.614Z Checking supports-color v3.0.2
35252025-04-15T03:27:27.821Z Checking multimap v0.10.0
35262025-04-15T03:27:28.454Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35272025-04-15T03:27:29.552Z Checking diesel v2.2.9
35282025-04-15T03:27:43.944Z Compiling samael v0.0.18
35292025-04-15T03:27:54.738Z Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
35302025-04-15T03:27:58.462Z Checking async-bb8-diesel v0.2.1
35312025-04-15T03:27:59.898Z Compiling polar-core v0.27.3
35322025-04-15T03:28:09.047Z Checking oso v0.27.3
35332025-04-15T03:29:30.029Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35342025-04-15T03:29:40.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s
35352025-04-15T03:29:40.975Z
35362025-04-15T03:29:40.975Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (170/206)
35372025-04-15T03:29:41.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382025-04-15T03:29:41.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392025-04-15T03:29:41.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402025-04-15T03:29:41.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
35412025-04-15T03:29:42.088Z
35422025-04-15T03:29:42.088Zinfo: running `cargo check --bins` on nexus-saga-recovery (171/206)
35432025-04-15T03:29:43.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442025-04-15T03:29:43.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452025-04-15T03:29:43.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462025-04-15T03:29:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
35472025-04-15T03:29:43.148Z
35482025-04-15T03:29:43.148Zinfo: running `cargo check --bins` on nexus-test-utils-macros (172/206)
35492025-04-15T03:29:43.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502025-04-15T03:29:43.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512025-04-15T03:29:43.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522025-04-15T03:29:43.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
35532025-04-15T03:29:44.080Z
35542025-04-15T03:29:44.080Zinfo: running `cargo check --bins` on omicron-nexus (173/206)
35552025-04-15T03:29:45.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562025-04-15T03:29:45.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572025-04-15T03:29:45.299Z Compiling libz-sys v1.1.20
35582025-04-15T03:29:45.324Z Compiling libgit2-sys v0.17.0+1.8.1
35592025-04-15T03:29:45.352Z Compiling vergen v8.3.2
35602025-04-15T03:29:45.377Z Compiling cargo-platform v0.1.8
35612025-04-15T03:29:45.377Z Compiling pin-project-internal v1.1.6
35622025-04-15T03:29:45.414Z Compiling snafu-derive v0.8.5
35632025-04-15T03:29:45.440Z Compiling rustls v0.21.12
35642025-04-15T03:29:45.470Z Checking globset v0.4.15
35652025-04-15T03:29:45.680Z Compiling cargo_metadata v0.18.1
35662025-04-15T03:29:45.749Z Checking olpc-cjson v0.1.4
35672025-04-15T03:29:45.867Z Checking sct v0.7.1
35682025-04-15T03:29:45.950Z Checking rustls-webpki v0.101.7
35692025-04-15T03:29:45.979Z Checking serde_plain v1.0.2
35702025-04-15T03:29:46.029Z Checking typed-path v0.9.3
35712025-04-15T03:29:46.224Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35722025-04-15T03:29:46.249Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35732025-04-15T03:29:46.515Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35742025-04-15T03:29:46.541Z Checking parse-size v1.1.0
35752025-04-15T03:29:46.791Z Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35762025-04-15T03:29:46.843Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35772025-04-15T03:29:47.022Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35782025-04-15T03:29:47.666Z Checking pin-project v1.1.6
35792025-04-15T03:29:47.744Z Checking rustls-pemfile v1.0.4
35802025-04-15T03:29:47.950Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35812025-04-15T03:29:47.975Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35822025-04-15T03:29:47.975Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35832025-04-15T03:29:47.975Z Checking twox-hash v2.1.0
35842025-04-15T03:29:48.155Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35852025-04-15T03:29:48.382Z Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client)
35862025-04-15T03:29:48.505Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35872025-04-15T03:29:49.092Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
35882025-04-15T03:29:49.242Z Checking tokio-rustls v0.24.1
35892025-04-15T03:29:49.360Z Checking snafu v0.8.5
35902025-04-15T03:29:49.591Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35912025-04-15T03:29:49.784Z Checking tough v0.20.0
35922025-04-15T03:29:49.932Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35932025-04-15T03:29:49.995Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
35942025-04-15T03:29:50.037Z Checking fatfs v0.3.6
35952025-04-15T03:29:50.150Z Checking assert_matches v1.5.0
35962025-04-15T03:29:53.777Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
35972025-04-15T03:29:55.215Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35982025-04-15T03:29:57.359Z Compiling git2 v0.19.0
35992025-04-15T03:30:02.689Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198)
36002025-04-15T03:31:16.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
36012025-04-15T03:31:16.970Z
36022025-04-15T03:31:16.970Zinfo: running `cargo check --bins` on nexus-external-api (174/206)
36032025-04-15T03:31:18.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042025-04-15T03:31:18.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052025-04-15T03:31:18.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062025-04-15T03:31:18.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
36072025-04-15T03:31:18.228Z
36082025-04-15T03:31:18.228Zinfo: running `cargo check --bins` on nexus-internal-api (175/206)
36092025-04-15T03:31:19.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102025-04-15T03:31:19.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112025-04-15T03:31:19.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122025-04-15T03:31:19.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
36132025-04-15T03:31:19.405Z
36142025-04-15T03:31:19.405Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (176/206)
36152025-04-15T03:31:20.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162025-04-15T03:31:20.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172025-04-15T03:31:20.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182025-04-15T03:31:20.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
36192025-04-15T03:31:20.598Z
36202025-04-15T03:31:20.598Zinfo: running `cargo check --bins` on nexus-networking (177/206)
36212025-04-15T03:31:21.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222025-04-15T03:31:21.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232025-04-15T03:31:21.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242025-04-15T03:31:21.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
36252025-04-15T03:31:21.748Z
36262025-04-15T03:31:21.748Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (178/206)
36272025-04-15T03:31:22.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282025-04-15T03:31:22.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292025-04-15T03:31:22.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302025-04-15T03:31:22.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
36312025-04-15T03:31:22.802Z
36322025-04-15T03:31:22.802Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (179/206)
36332025-04-15T03:31:23.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342025-04-15T03:31:23.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352025-04-15T03:31:23.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362025-04-15T03:31:23.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s
36372025-04-15T03:31:23.845Z
36382025-04-15T03:31:23.846Zinfo: running `cargo check --bins` on update-common (180/206)
36392025-04-15T03:31:24.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402025-04-15T03:31:24.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412025-04-15T03:31:24.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422025-04-15T03:31:24.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
36432025-04-15T03:31:24.867Z
36442025-04-15T03:31:24.867Zinfo: running `cargo check --bins` on omicron-dev (181/206)
36452025-04-15T03:31:25.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462025-04-15T03:31:25.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472025-04-15T03:31:26.210Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36482025-04-15T03:31:26.235Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
36492025-04-15T03:31:26.274Z Checking yansi v1.0.1
36502025-04-15T03:31:26.274Z Checking diff v0.1.13
36512025-04-15T03:31:26.299Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36522025-04-15T03:31:26.299Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36532025-04-15T03:31:26.756Z Checking pretty_assertions v1.4.1
36542025-04-15T03:31:27.613Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36552025-04-15T03:32:06.789Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
36562025-04-15T03:32:06.789Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
36572025-04-15T03:32:06.814Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
36582025-04-15T03:32:06.814Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
36592025-04-15T03:32:06.814Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
36602025-04-15T03:32:06.814Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36612025-04-15T03:32:07.869Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
36622025-04-15T03:32:09.591Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36632025-04-15T03:33:11.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
36642025-04-15T03:33:11.666Z
36652025-04-15T03:33:11.666Zinfo: running `cargo check --bins` on openapi-manager (182/206)
36662025-04-15T03:33:12.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672025-04-15T03:33:12.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682025-04-15T03:33:12.811Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36692025-04-15T03:33:12.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36702025-04-15T03:33:12.836Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36712025-04-15T03:33:12.836Z Checking heck v0.4.1
36722025-04-15T03:33:12.861Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36732025-04-15T03:33:13.105Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36742025-04-15T03:33:13.360Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36752025-04-15T03:33:14.239Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
36762025-04-15T03:33:17.181Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
36772025-04-15T03:33:19.146Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36782025-04-15T03:33:20.238Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36792025-04-15T03:33:22.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.42s
36802025-04-15T03:33:22.284Z
36812025-04-15T03:33:22.284Zinfo: running `cargo check --bins` on installinator-api (183/206)
36822025-04-15T03:33:23.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832025-04-15T03:33:23.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842025-04-15T03:33:23.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852025-04-15T03:33:23.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
36862025-04-15T03:33:23.282Z
36872025-04-15T03:33:23.282Zinfo: running `cargo check --bins` on wicketd-api (184/206)
36882025-04-15T03:33:24.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892025-04-15T03:33:24.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902025-04-15T03:33:24.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912025-04-15T03:33:24.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
36922025-04-15T03:33:24.297Z
36932025-04-15T03:33:24.297Zinfo: running `cargo check --bins` on omicron-pins (185/206)
36942025-04-15T03:33:25.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952025-04-15T03:33:25.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962025-04-15T03:33:25.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972025-04-15T03:33:25.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
36982025-04-15T03:33:25.300Z
36992025-04-15T03:33:25.300Zinfo: running `cargo check --bins` on reconfigurator-cli (186/206)
37002025-04-15T03:33:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012025-04-15T03:33:26.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022025-04-15T03:33:26.393Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
37032025-04-15T03:33:26.393Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
37042025-04-15T03:33:26.419Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
37052025-04-15T03:33:26.419Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
37062025-04-15T03:33:26.419Z Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
37072025-04-15T03:33:26.444Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37082025-04-15T03:33:26.480Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
37092025-04-15T03:33:26.516Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
37102025-04-15T03:33:26.731Z Compiling petname v2.0.2
37112025-04-15T03:33:26.756Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37122025-04-15T03:33:26.781Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
37132025-04-15T03:33:27.033Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
37142025-04-15T03:33:27.071Z Checking sync-ptr v0.1.1
37152025-04-15T03:33:27.328Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
37162025-04-15T03:33:28.450Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37172025-04-15T03:33:30.160Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
37182025-04-15T03:33:44.832Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
37192025-04-15T03:33:44.832Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
37202025-04-15T03:33:45.772Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
37212025-04-15T03:33:47.373Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
37222025-04-15T03:33:49.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.58s
37232025-04-15T03:33:50.096Z
37242025-04-15T03:33:50.096Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (187/206)
37252025-04-15T03:33:51.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262025-04-15T03:33:51.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272025-04-15T03:33:51.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282025-04-15T03:33:51.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
37292025-04-15T03:33:51.254Z
37302025-04-15T03:33:51.254Zinfo: running `cargo check --bins` on omicron-repl-utils (188/206)
37312025-04-15T03:33:52.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322025-04-15T03:33:52.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332025-04-15T03:33:52.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342025-04-15T03:33:52.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
37352025-04-15T03:33:52.277Z
37362025-04-15T03:33:52.277Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (189/206)
37372025-04-15T03:33:53.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382025-04-15T03:33:53.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392025-04-15T03:33:53.482Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
37402025-04-15T03:33:54.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
37412025-04-15T03:33:54.886Z
37422025-04-15T03:33:54.886Zinfo: running `cargo check --bins` on omicron-releng (190/206)
37432025-04-15T03:33:55.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442025-04-15T03:33:55.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452025-04-15T03:33:56.067Z Compiling blake3 v1.5.4
37462025-04-15T03:33:56.091Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37472025-04-15T03:33:56.116Z Checking memmap2 v0.9.5
37482025-04-15T03:33:56.116Z Checking arrayvec v0.7.6
37492025-04-15T03:33:56.143Z Checking constant_time_eq v0.3.1
37502025-04-15T03:33:56.168Z Checking arrayref v0.3.9
37512025-04-15T03:33:56.202Z Checking topological-sort v0.2.2
37522025-04-15T03:33:56.226Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
37532025-04-15T03:33:56.305Z Checking shell-words v1.1.0
37542025-04-15T03:33:56.706Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37552025-04-15T03:33:57.045Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
37562025-04-15T03:33:57.721Z Checking omicron-zone-package v0.12.0
37572025-04-15T03:33:59.341Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
37582025-04-15T03:34:00.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s
37592025-04-15T03:34:00.933Z
37602025-04-15T03:34:00.933Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (191/206)
37612025-04-15T03:34:01.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622025-04-15T03:34:01.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632025-04-15T03:34:02.096Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37642025-04-15T03:34:02.491Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
37652025-04-15T03:34:03.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
37662025-04-15T03:34:03.267Z
37672025-04-15T03:34:03.267Zinfo: running `cargo check --bins` on xtask (192/206)
37682025-04-15T03:34:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692025-04-15T03:34:04.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702025-04-15T03:34:04.060Z Checking bitflags v2.9.0
37712025-04-15T03:34:04.060Z Checking serde v1.0.219
37722025-04-15T03:34:04.060Z Checking thiserror v1.0.69
37732025-04-15T03:34:04.084Z Checking scroll v0.12.0
37742025-04-15T03:34:04.108Z Checking log v0.4.22
37752025-04-15T03:34:04.133Z Checking hashbrown v0.15.1
37762025-04-15T03:34:04.133Z Checking zerocopy v0.7.35
37772025-04-15T03:34:04.169Z Checking syn v2.0.98
37782025-04-15T03:34:04.238Z Checking pest v2.7.14
37792025-04-15T03:34:04.350Z Checking rustix v0.38.37
37802025-04-15T03:34:04.383Z Checking once_cell v1.21.3
37812025-04-15T03:34:04.518Z Checking goblin v0.8.2
37822025-04-15T03:34:04.705Z Checking thiserror v2.0.12
37832025-04-15T03:34:04.856Z Checking fs-err v2.11.0
37842025-04-15T03:34:05.109Z Checking indexmap v2.7.1
37852025-04-15T03:34:05.192Z Checking tabled v0.15.0
37862025-04-15T03:34:05.316Z Checking anyhow v1.0.97
37872025-04-15T03:34:05.746Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
37882025-04-15T03:34:05.988Z Checking terminal_size v0.4.0
37892025-04-15T03:34:06.012Z Checking tempfile v3.13.0
37902025-04-15T03:34:06.234Z Checking clap_builder v4.5.35
37912025-04-15T03:34:06.644Z Checking dtrace-parser v0.2.0
37922025-04-15T03:34:08.137Z Checking serde_json v1.0.140
37932025-04-15T03:34:08.137Z Checking toml_datetime v0.6.8
37942025-04-15T03:34:08.137Z Checking serde_spanned v0.6.8
37952025-04-15T03:34:08.162Z Checking camino v1.1.9
37962025-04-15T03:34:08.162Z Checking cargo-platform v0.1.8
37972025-04-15T03:34:08.371Z Checking semver v1.0.25
37982025-04-15T03:34:08.458Z Checking toml_edit v0.22.24
37992025-04-15T03:34:08.511Z Checking macaddr v1.0.1
38002025-04-15T03:34:08.714Z Checking camino-tempfile v1.1.1
38012025-04-15T03:34:08.853Z Checking clap v4.5.35
38022025-04-15T03:34:09.502Z Checking dof v0.3.0
38032025-04-15T03:34:09.502Z Checking cargo_metadata v0.19.2
38042025-04-15T03:34:10.053Z Checking usdt-impl v0.5.0
38052025-04-15T03:34:10.565Z Checking usdt v0.5.0
38062025-04-15T03:34:10.851Z Checking toml v0.8.20
38072025-04-15T03:34:11.480Z Checking cargo_toml v0.21.0
38082025-04-15T03:34:13.099Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38092025-04-15T03:34:14.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.75s
38102025-04-15T03:34:14.148Z
38112025-04-15T03:34:14.148Zinfo: running `cargo check --bins` on end-to-end-tests (193/206)
38122025-04-15T03:34:15.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132025-04-15T03:34:15.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142025-04-15T03:34:15.497Z Checking polyval v0.6.2
38152025-04-15T03:34:15.531Z Checking ctr v0.9.2
38162025-04-15T03:34:15.555Z Checking ssh-encoding v0.2.0
38172025-04-15T03:34:15.555Z Checking blowfish v0.9.1
38182025-04-15T03:34:15.603Z Checking password-hash v0.4.2
38192025-04-15T03:34:15.628Z Checking p521 v0.13.3
38202025-04-15T03:34:15.628Z Checking p256 v0.13.2
38212025-04-15T03:34:15.674Z Checking russh-cryptovec v0.7.3
38222025-04-15T03:34:15.842Z Checking ghash v0.5.1
38232025-04-15T03:34:15.866Z Checking md5 v0.7.0
38242025-04-15T03:34:15.866Z Checking bcrypt-pbkdf v0.10.0
38252025-04-15T03:34:15.912Z Checking num-bigint v0.4.6
38262025-04-15T03:34:15.936Z Checking des v0.8.1
38272025-04-15T03:34:16.036Z Checking aes-gcm v0.10.3
38282025-04-15T03:34:16.061Z Checking pbkdf2 v0.11.0
38292025-04-15T03:34:16.102Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38302025-04-15T03:34:16.154Z Checking hex-literal v0.4.1
38312025-04-15T03:34:16.205Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38322025-04-15T03:34:16.205Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38332025-04-15T03:34:16.282Z Checking ssh-cipher v0.2.0
38342025-04-15T03:34:16.325Z Checking internet-checksum v0.2.1
38352025-04-15T03:34:16.581Z Checking ssh-key v0.6.6
38362025-04-15T03:34:16.776Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38372025-04-15T03:34:18.033Z Checking russh-keys v0.45.0
38382025-04-15T03:34:19.246Z Checking russh v0.45.0
38392025-04-15T03:34:46.451Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38402025-04-15T03:34:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.22s
38412025-04-15T03:34:48.597Z
38422025-04-15T03:34:48.597Zinfo: running `cargo check --bins` on gateway-cli (194/206)
38432025-04-15T03:34:49.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442025-04-15T03:34:49.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452025-04-15T03:34:49.671Z Checking termios v0.3.3
38462025-04-15T03:34:49.871Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38472025-04-15T03:34:50.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
38482025-04-15T03:34:51.110Z
38492025-04-15T03:34:51.110Zinfo: running `cargo check --bins --no-default-features` on installinator (195/206)
38502025-04-15T03:34:52.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512025-04-15T03:34:52.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522025-04-15T03:34:52.307Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38532025-04-15T03:34:52.307Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38542025-04-15T03:34:52.331Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38552025-04-15T03:34:52.331Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38562025-04-15T03:34:53.368Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38572025-04-15T03:34:53.587Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38582025-04-15T03:34:55.933Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38592025-04-15T03:34:58.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s
38602025-04-15T03:34:58.633Z
38612025-04-15T03:34:58.633Zinfo: running `cargo check --bins` on internal-dns-cli (196/206)
38622025-04-15T03:34:59.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632025-04-15T03:34:59.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642025-04-15T03:34:59.748Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
38652025-04-15T03:35:00.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
38662025-04-15T03:35:00.536Z
38672025-04-15T03:35:00.536Zinfo: running `cargo check --bins` on omicron-live-tests (197/206)
38682025-04-15T03:35:01.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692025-04-15T03:35:01.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702025-04-15T03:35:01.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712025-04-15T03:35:01.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s
38722025-04-15T03:35:01.602Z
38732025-04-15T03:35:01.602Zinfo: running `cargo check --bins` on live-tests-macros (198/206)
38742025-04-15T03:35:02.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752025-04-15T03:35:02.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762025-04-15T03:35:02.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772025-04-15T03:35:02.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
38782025-04-15T03:35:02.650Z
38792025-04-15T03:35:02.650Zinfo: running `cargo check --bins` on nexus-mgs-updates (199/206)
38802025-04-15T03:35:03.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812025-04-15T03:35:03.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822025-04-15T03:35:03.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832025-04-15T03:35:03.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
38842025-04-15T03:35:03.694Z
38852025-04-15T03:35:03.694Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (200/206)
38862025-04-15T03:35:04.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872025-04-15T03:35:04.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882025-04-15T03:35:04.873Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
38892025-04-15T03:35:05.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
38902025-04-15T03:35:05.816Z
38912025-04-15T03:35:05.816Zinfo: running `cargo check --bins` on omicron-package (201/206)
38922025-04-15T03:35:06.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932025-04-15T03:35:06.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942025-04-15T03:35:06.930Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38952025-04-15T03:35:08.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
38962025-04-15T03:35:09.028Z
38972025-04-15T03:35:09.028Zinfo: running `cargo check --bins` on wicket-dbg (202/206)
38982025-04-15T03:35:10.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992025-04-15T03:35:10.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002025-04-15T03:35:10.201Z Checking rtoolbox v0.0.2
39012025-04-15T03:35:10.201Z Checking tui-tree-widget v0.23.0
39022025-04-15T03:35:10.225Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
39032025-04-15T03:35:10.468Z Checking rpassword v7.3.1
39042025-04-15T03:35:16.579Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39052025-04-15T03:35:20.621Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
39062025-04-15T03:35:22.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.07s
39072025-04-15T03:35:22.291Z
39082025-04-15T03:35:22.291Zinfo: running `cargo check --bins` on wicket (203/206)
39092025-04-15T03:35:23.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102025-04-15T03:35:23.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112025-04-15T03:35:23.437Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
39122025-04-15T03:35:23.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
39132025-04-15T03:35:24.018Z
39142025-04-15T03:35:24.018Zinfo: running `cargo check --bins` on wicketd (204/206)
39152025-04-15T03:35:24.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162025-04-15T03:35:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172025-04-15T03:35:25.185Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
39182025-04-15T03:35:30.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.59s
39192025-04-15T03:35:30.826Z
39202025-04-15T03:35:30.826Zinfo: running `cargo check --bins` on omicron-workspace-hack (205/206)
39212025-04-15T03:35:31.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222025-04-15T03:35:31.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232025-04-15T03:35:31.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242025-04-15T03:35:31.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s
39252025-04-15T03:35:31.854Z
39262025-04-15T03:35:31.854Zinfo: running `cargo check --bins` on zone-setup (206/206)
39272025-04-15T03:35:32.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282025-04-15T03:35:32.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292025-04-15T03:35:32.961Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
39302025-04-15T03:35:32.987Z Checking uzers v0.12.1
39312025-04-15T03:35:35.514Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39322025-04-15T03:35:38.376Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
39332025-04-15T03:35:39.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
39342025-04-15T03:35:39.853Z
39352025-04-15T03:35:39.853Zreal 18:18.242761881
39362025-04-15T03:35:39.853Zuser 30:31.170423446
39372025-04-15T03:35:39.853Zsys 5:28.867330153
39382025-04-15T03:35:39.853Ztrap 0.748114347
39392025-04-15T03:35:39.853Ztflt 0.440617635
39402025-04-15T03:35:39.853Zdflt 1.335681316
39412025-04-15T03:35:39.853Zkflt 0.001059022
39422025-04-15T03:35:39.853Zlock 54:51.845254838
39432025-04-15T03:35:39.853Zslp 2:41:31.488414571
39442025-04-15T03:35:39.853Zlat 1:10.791317414
39452025-04-15T03:35:39.853Zstop 3:40.517161345
39462025-04-15T03:35:39.878Zprocess exited: duration 1436714 ms, exit code 0
 
39472025-04-15T03:35:39.928Zfound 0 output files